@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  position: relative;
  color: #000;

  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体,
    "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
/*
background:linear-gradient(20deg,#cffffd 0%, #ffffff00 ,#cffffd 99%);
*/

h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  font-size: 1.6rem;
}

img {
  border: none;
  vertical-align: bottom;
}

p {
  margin: 0;
  font-size: 1.73rem;
  text-align: left;
  line-height: 1.6;
}

@media only screen and (max-width: 599px) {
  p {
    font-size: 14px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0;
  font-size: 1.7rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  table th,
  table td {
    font-size: 14px;
  }
}

a {
  display: block;
  color: #000;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-style-smp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .flex-style-smp {
    display: block;
  }
}

.flex-style-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 1px;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .flex-style-main {
    display: block;
  }
}

.flex-style-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 599px) {
  .flex-style-st {
    display: block;
  }
}

.flex-style-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.fstart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fcenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ait {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#inner {
  position: relative;
  text-align: left;
  width: 100%;
  height: 88px;
  margin: 0 auto;
  z-index: 2000;
}

@media only screen and (max-width: 599px) {
  #inner {
    height: auto;
  }
}

.header-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

@media only screen and (max-width: 1760px) {
  .header-cnt {
    padding: 0 10px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@media only screen and (max-width: 599px) {
  .header-cnt {
    display: block;
    height: auto;
    padding: 10px;
  }
}

header {
  width: 100%;
  min-width: 1180px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  header {
    min-width: 0;
  }
}

h1 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  text-align: right;
  color: #7f7f7f;
  font-size: 1.4rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

@media screen and (max-width: 599px) {
  h1 {
    display: none;
  }
}

.headimg {
  margin-bottom: 60px;
  text-align: center;
}

.headimg img {
  width: 51px;
}

@media screen and (max-width: 599px) {
  .headimg {
    margin-bottom: 30px;
  }
}

h2 {
  margin: 0 auto;
  text-align: center;
  color: #106699;
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: bold;
}

h2 + p {
  margin: 0 auto 80px;
  text-align: center;
  color: #a6a6a6;
}

@media only screen and (max-width: 599px) {
  h2 {
    font-size: 26px;
  }
  h2 + p {
    margin: 0 auto 30px;
  }
}

h3 {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 0 20px;
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
  background: url(../img/h3bg.png) no-repeat center bottom;
}

h3 span {
  font-size: 2.66rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 2.13rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

h4::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/h4bg.png);
}

.logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

@media screen and (max-width: 599px) {
  .logo-box {
    height: 100%;
    margin: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.logo-box a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
}

.logo-box .logo-image {
  width: 100%;
  max-width: 80px;
  height: auto;
  margin-right: 10px;
}

.logo-box img {
  height: auto;
}

.logp-text {
  width: 100%;
}

.logo-box .logo-text {
  font-size: 2.75rem;
  letter-spacing: 2px;
  font-weight: 1000;
  line-height: 1;
}

.kyoka {
  font-size: 1.1rem;
}

.clear-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header-lock {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-lock_inner {
  position: relative;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .header-lock_inner {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  #inner .fixed-header {
    position: fixed;
    width: 100%;
    min-width: 1200px;
    top: 0;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

#gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0, 8px);
  transform: translate(0, 8px);
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

#gnavi ul li {
  position: relative;
  letter-spacing: 1px;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gnavi ul li:nth-last-of-type(1) {
  margin-left: 38px;
  background: #1064ac;
}

#gnavi ul li:nth-last-of-type(1) a {
  padding: 7px 30px 5px;
  color: #fff;
}

#gnavi ul li:nth-last-of-type(1):hover {
  background: #c00000;
}

#gnavi ul li a {
  position: relative;
  display: block;
  padding: 0 15px;
  text-align: center;
  line-height: 30px;
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: bold;
  overflow: unset;
}

@media only screen and (max-width: 599px) {
  #gnavi {
    display: none;
  }
}

#contact #gnavi ul li:nth-of-type(5) {
  opacity: 1;
  background: #c00000;
}

/* スライド */
.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
  animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.slide-box {
  position: relative;
}

.slide-box img {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .slide-box #slide {
    margin-top: 0;
  }
  .slide-box .slide-after {
    position: static;
    padding: 15px 5px;
    background: #3a4790;
  }
}

/* トップ */
.slideunder {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 70px;
}

.slideunder .child {
  width: 50%;
}

@media screen and (max-width: 599px) {
  .slideunder .child {
    width: 100%;
  }
}

.slideunder .child img {
  width: 100%;
}

.slideunder .child:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/img012.jpg);
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .slideunder .child:nth-child(2) {
    padding: 20px 0;
  }
}

.slideunder .child:nth-child(2) p {
  /*width: 90%;*/
  margin: 0 auto;
  color: #fff;
}

.slideunder .child:nth-child(2) p:nth-child(1) {
  margin: 0 10px 60px;
}

.col2cnt {
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
}

.col2cnt .child {
  position: relative;
  width: 90%;
  max-width: 530px;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .col2cnt .child {
    width: 100%;
    margin: 0 auto 0px;
  }
}

.col2cnt .child p:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

.wcol2cnt .child {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 599px) {
  .wcol2cnt .child {
    width: 100%;
  }
}

.wcol2cnt .child .gchild {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.wcol2cnt .child .gchild .adbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.wcol2cnt .child .gchild .adcnt {
  -webkit-transform: translate(0, 15%);
  transform: translate(0, 15%);
}

.wcol2cnt .child .gchild .speh2 {
  color: #fff;
  font-size: 53.3px;
}

@media screen and (max-width: 599px) {
  .wcol2cnt .child .gchild .speh2 {
    font-size: 26px;
  }
}

.wcol2cnt .child .gchild .speh2 + p {
  margin-bottom: 60px;
}

.wcol2cnt .child .gchild p {
  text-align: center;
  color: #fff;
}

/* セカンド */
#a01,
#a02,
#a03,
#a04,
#a05,
#a06 {
  margin-top: -140px;
  padding-top: 140px;
}

#page-des {
  position: relative;
  width: 100%;
  clear: both;
  z-index: 1;
}

#introduce-box {
  width: 100%;
  margin: 0 auto 110px;
  background-position: center;
  background-repeat: no-repeat;
}

#introduce-box {
  background-image: url(../img/introducebg01.jpg);
}

#page-des-in {
  position: relative;
  width: 100%;
  max-width: 1720px;
  height: 400px;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1760px) {
  #page-des-in {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 599px) {
  #page-des-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#page-des h2 {
  margin: 0px auto 42px;
  padding: 140px 0 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

#page-des h2::after {
  display: none;
}

#page-des h2 + p {
  font-size: 18.6px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  #page-des h2 {
    margin: 0 auto;
    padding: 15px 5px;
    font-size: 20px;
  }
}

#topic-path {
  margin-right: 60px;
  padding-top: 10px;
}

#topic-path ul li,
#topic-path ul li a {
  color: #fff;
}

#topic-path ul li {
  margin: 0 30px 0 0;
  font-size: 1.6rem;
  line-height: 35px;
}

#topic-path ul li {
  margin-right: 15px;
}

#topic-path ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

#topic-path ul li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 15px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topic-path ul li:nth-of-type(1)::before {
  display: none;
}

#topic-path ul li.link a {
  margin-right: 4px;
}

@media only screen and (max-width: 599px) {
  #topic-path {
    display: none;
  }
}

.page_nav {
  width: 90%;
  margin: 0 auto;
}

.page_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_nav ul::after {
  content: "";
  display: block;
  height: 0;
  visibility: 0;
  clear: both;
}

.page_nav ul li {
  margin: 0 20px 5px 0;
}

.page_nav ul li:nth-last-of-type(1) {
  margin: 0;
}

.page_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.86rem;
  color: #fff;
}

.page_nav a::before {
  content: "▸";
  display: block;
}

@media only screen and (max-width: 599px) {
  .page_nav {
    display: none;
  }
}

/*各エレメント設定
---------------------------------------------------------------------------*/
.contents-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 40px;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 115px;
}

section.widesec {
  max-width: 1920px;
}

@media screen and (max-width: 599px) {
  section.widesec {
    width: 100%;
  }
}

section.top-section {
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  section {
    width: 95%;
    margin: 0 auto 60px;
  }
}

.iframe-box {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding-top: 42%;
}

@media screen and (max-width: 599px) {
  .iframe-box {
    padding-top: 70%;
  }
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 事業内容 */

.col4i4 {
  margin: 0 auto 20px;
}

.col4i4 p {
  width: 100%;
  max-width: 380px;
}

@media screen and (max-width: 599px) {
  .col4i4 p {
    margin: 0 auto 20px;
  }
}

.col4i4 p img {
  width: 100%;
}

.col4i4t {
  margin: 0 auto;
}

.col4i4t .child {
  width: 100%;
  max-width: 290px;
  margin-bottom: 10px;
}

.col4i4t .plimg {
  width: 100%;
  max-width: 790px;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .col4i4t .child {
    margin: 0 auto 20px;
  }
}

.col4i4t .child img {
  width: 100%;
}

.col4i4t .child p {
  text-align: center;
}

.col4i4t .child p:nth-child(1) {
  margin-bottom: 8px;
}

.col3i3 {
  margin: 0 auto 20px;
}

.col3i3 p {
  width: 100%;
  max-width: 380px;
}

@media screen and (max-width: 599px) {
  .col3i3 p {
    margin: 0 auto 20px;
  }
}

.col3i3 p img {
  width: 100%;
}

.col3i3t {
  margin: 0 auto;
}

.col3i3t .child {
  width: 100%;
  max-width: 380px;
  margin-bottom: 10px;
}

.col3i3t .plimg {
  width: 100%;
  max-width: 790px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .col3i3t .child {
    margin: 0 auto 20px;
  }
}

.col3i3t .child img {
  width: 100%;
}

.col3i3t .child p {
  text-align: center;
}

.col3i3t .child p:nth-child(1) {
  margin-bottom: 8px;
}

.business-flow {
  max-width: 1200px;
  text-align: left;
}

.business-flow {
  max-width: 1200px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .inner {
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .business-flow {
    max-width: 570px;
    margin: 0 auto;
  }
}

.flow-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 6rem;
}

.flow-content > div {
  width: 37.7%;
}

.flow-content > div:nth-child(even) {
  width: 61.7%;
}

@media screen and (max-width: 767px) {
  .flow-content > div,
  .flow-content > div:nth-child(even) {
    width: 100%;
  }
  .flow-content > div:first-of-type {
    text-align: center;
  }
}

.flow-title span {
  font-size: 5.33rem;
  color: #29679f;
  font-style: italic;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  padding-right: 3rem;
  vertical-align: middle;
}

p.flow-title {
  font-size: 2.67rem;
}

/* 企業情報 */
.col2t2 {
  width: 100%;
  margin: 0 auto 10px;
  border-top: solid 1px #bfbfbf;
}

.col2t2 th,
.col2t2 td {
  padding: 7px 10px 5px 40px;
  border-bottom: solid 1px #bfbfbf;
  vertical-align: middle;
}

.col2t2 th {
  width: 310px;
}

.col2t2 a {
  display: inline;
}

/*
text-decoration:underline
*/

@media only screen and (max-width: 599px) {
  .col2t2 th,
  .col2t2 td {
    padding: 5px;
  }
  .col2t2 th {
    width: 100px;
    padding-right: 0;
  }
}

.col2t3 {
  width: 100%;
  margin: 0 10px 0 10px;
  border-top: solid 1px #bfbfbf;
}

.col2t3 th,
.col2t3 td {
  padding: 7px 20px 5px 40px;
  border-bottom: solid 1px #bfbfbf;
  vertical-align: middle;
}
.col2t3 td {
  text-align: right;
}

.col2t3 th {
  width: 310px;
}

@media only screen and (max-width: 599px) {
  .col2t3 th,
  .col2t3 td {
    padding: 5px;
  }
  .col2t3 th {
    width: 100px;
    padding-right: 0;
  }
}
.pl20 {
  padding-left: 20px;
}

.pl35 {
  padding-left: 35px;
}

.col5t4 {
  width: 100%;
  margin: 0 auto 10px;
  border-top: solid 1px #bfbfbf;
}

.col5t4 th,
.col5t4 td {
  padding: 7px 10px 5px 40px;
  border-bottom: solid 1px #bfbfbf;
  vertical-align: middle;
}

.col5t4 th {
  width: 310px;
  text-align: center;
  font-weight: 1000;
  background-color: #1064ac;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .col5t4 th,
  .col5t4 td {
    padding: 5px;
  }
  .col5t4 th {
    width: 100px;
    padding-right: 0;
  }
}

/* 採用情報 */
.col2it {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.col2it .child:nth-child(1) {
  width: 50%;
  max-width: 210px;
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .col2it .child:nth-child(1) {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 599px) {
  .col2it .child {
    margin-bottom: 40px;
  }
}

.col2it .qabox {
  font-size: 1.73rem;
}

.col2it .qachild {
  padding-top: 5px;
}

.col2it .qachild:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 40px;
  margin-right: 10px;
}

.col2it .qachild:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: left;
}

.col2it .qbox,
.col2it .abox {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.col2it .qbox {
  margin-bottom: 10px;
}

.col2it .abox {
  margin-bottom: 20px;
}

.col2it .qchild:nth-child(1) {
  color: #106699;
  border: solid 1px #106699;
}

.col2it .achild:nth-child(1) {
  color: #ff5050;
  border: solid 1px #ff5050;
}

/* お問合せ */
.tblue {
  color: #1064ac;
}

.mailform {
  width: 100%;
  height: 800px;
  margin: 0 auto;
}

.mailform iframe {
  width: 100%;
  height: 100%;
}

/* 新着・お知らせ */
.topifil {
  border-bottom: solid 1px #bfbfbf;
  padding: 20px;
}

.topifil:nth-last-child(1) {
  border-bottom: none;
}

.topi-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-size: 1.73rem;
}

.topi-one .di-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 235px;
  margin-right: 20px;
}

.topi-one .days-box {
  margin-right: 30px;
}

.topi-one .days-box p {
  font-size: 1.6rem;
}

.topi-one .icon-box {
  width: 100px;
  padding: 3px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  font-size: 1.6rem;
}

.topi-one .tc-box {
  width: calc(100% - 310px);
}

.topi-one a {
  text-decoration: underline;
}

.topi-one .topi-title {
  margin-bottom: 5px;
}

.topi-one .cat01 {
  color: #006699;
  border: solid 1px #006699;
}

.topi-one .cat02 {
  color: #ff5050;
  border: solid 1px #ff5050;
}

.topi-one .cat03 {
  color: #ff6600;
  border: solid 1px #ff6600;
}

.topi-one .topi-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 1.6rem;
}

.topi-one .topi-cnt a {
  display: inline;
  font-size: 1.73rem;
}

@media only screen and (max-width: 599px) {
  .topi-one {
    display: block;
  }
  .topi-one .tc-box {
    width: 100%;
    padding-top: 10px;
  }
}

.st-box {
  width: 100%;
  margin: 0 auto;
  height: 1050px;
  background: rgba(255, 255, 255, 0.5);
  overflow-y: auto;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
}

.topic-box {
  height: 210px;
  border-top: solid 1px #bfbfbf;
}

@media only screen and (max-width: 599px) {
  .topic-select-parent + .st-box {
    display: block;
  }
}

.st-enclose {
  width: 100%;
  margin: 0 auto;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}

/*「個人情報保護方針」ページの表レイアウト
-------------------------------------------------------*/
ul.privacy {
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
}

@media only screen and (max-width: 599px) {
  ul.privacy {
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

ul.privacy li {
  padding-bottom: 20px;
  list-style: decimal outside;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  ul.privacy li {
    list-style: decimal inside;
  }
}

/*【サイトマップ】のレイアウト
-------------------------------------------------------*/
ul.sitemap {
  margin: 0;
}

ul.sitemap li {
  color: #000;
  padding: 0 0 30px 0;
  text-align: center;
}

ul.sitemap li a {
  display: inline;
  color: #000;
  text-decoration: underline;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

ul.sitemap li a:hover {
  color: #666;
}

ul.sitemap .s-head {
  font-size: 2.66rem;
}

/* フッター */
footer {
  position: relative;
  width: 100%;
  height: 910px;
  position: relative;
  background-image: url(../img/fbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 0 20px;
}

@media screen and (max-width: 599px) {
  footer {
    height: 600px;
    padding: 20px 0;
    background-position: top center;
  }
}

footer .f-inner {
  max-width: 1320px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  footer .f-inner {
    width: 95%;
  }
}

footer .f-smap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 90px;
}

@media screen and (max-width: 599px) {
  footer .f-smap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto 40px;
  }
}

footer .f-smap p {
  height: 15px;
  padding: 0 20px;
  font-size: 1.46rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
  border-right: solid 1px #000;
}

@media screen and (max-width: 599px) {
  footer .f-smap p {
    width: 50%;
    height: auto;
    border: none;
    padding: 5px;
  }
}

footer .f-smap p:nth-last-child(1) {
  border-right: none;
}

footer .f-smap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

@media screen and (max-width: 599px) {
  footer .f-smap a {
    display: block;
    text-align: center;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

footer .flogo {
  margin: 0 auto 30px;
}

footer small {
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 1.46rem;
}

@media screen and (max-width: 599px) {
  footer small {
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  footer .f-upper .f-inner {
    padding: 0;
  }
  footer .f-upper .f-smap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: solid 1px #fff;
  }
  footer .f-upper .f-smap .child {
    width: 50%;
    padding: 5px 0;
    border-top: solid 1px #fff;
  }
  footer .f-upper .f-smap .child:nth-of-type(even) {
    border-left: solid 1px #fff;
  }
  footer .f-upper .f-smap .child p {
    text-align: center;
    margin-bottom: 0;
  }
  footer .f-upper .f-smap .child p:nth-of-type(1)::before {
    display: none;
  }
  footer .f-upper .f-smap .child p:nth-of-type(1n + 2) {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .smpbl {
    display: block;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}

/*
---------------------------------------------------------------------------
グローバルナビ　モバイル用トグルメニュー
---------------------------------------------------------------------------*/
#mov_gnavi {
  display: none;
}

.drawer-nav {
  z-index: 9999 !important;
}

.drawer-hamburger {
  top: 15px !important;
  width: 3rem !important;
  padding: 10px 0.75rem 20px !important;
  background-color: black !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #ffffff !important;
}

.drawer-menu li {
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}

.drawer-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-decoration: none;
}

.drawer-menu li a:hover {
  background-color: #000000;
  color: #ffffff;
}

@media screen and (max-width: 599px) {
  .pc_gnavi {
    display: none;
  }
  #mov_gnavi {
    display: block;
    font-size: 14px;
  }
}

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px 0.75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}

.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

.fac-wrapper {
  padding-top: 50px;
  margin-top: -50px;
  margin-bottom: 0;
}

.name {
  font-size: 2vw;
}

.hggyou {
  font-family: "HG行書体", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", "HiraMinProN-W6", serif;
}

/*# sourceMappingURL=style.css.map */
