
/* -----------------------------------------------

	 header

----------------------------------------------- */
header{
  position: relative;
}
header .cwrap{
  padding: 0 0 0 45px;
}
header .logo_p{
  margin-bottom: 5px;
  font-size: 12px;
}
header .logo {
  max-width: 280px;
}
header .pcnavwrap ul{
  gap: 30px;
}
header .pcnavwrap ul li a{
  font-size: 20px;
  letter-spacing: 0;
}
header .pcnav-btn{
  background: #f8b813;
  width: 110px;
  height: 110px;
}
header .pcnav-btn a{
  color: #fff;
  padding: 15px 20px;
  line-height: 1;
}
header .pcnav-btn span{
  text-shadow: 3px 3px 10px #a97e1b;
}
header .pcnav-btn img{
  max-width: 50px;
  margin-bottom: 10px;
}

/*　ハンバーガーボタン　*/
header .hamburger {
  display : none;
  position: fixed;
  background: #f8b813;
  top: 0;
  right: 0;
  width : 80px;
  height: 80px;
  z-index : 11;
  cursor: pointer;
  position: absolute;
  text-align: center;
}
header .hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
header .hamburger span:nth-child(1) {
  top: 10px;
}
header .hamburger span:nth-child(2) {
  top: 20px;
}
header .hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
header .hamburger.active span{
  background: #fff;
}
header .hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

header .hamburger.active span:nth-child(2),
header .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

header nav.globalMenuSp {
  position: fixed;
  z-index : 10;
  top  : 0;
  right : 0;
  color: #000;
  background: #f8b813;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 65%;
  height: 100vh;
  overflow: scroll;
  height: 100vh;
}

header nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 60px 30px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

header nav.globalMenuSp ul li {
  list-style-type: none;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #efefef;
}
header nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
header nav.globalMenuSp ul li:hover{
  background :#ddd;
}

header nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
  text-decoration :none;
  text-shadow: 1px 1px 5px #333333;
}
/* このクラスを、jsで付与・削除する */
header nav.globalMenuSp.active {
  right: 65%;
  box-shadow: 1px 1px 25px #333333;
}

@media only screen and (max-width: 1300px) {  /*1200px*/
  header .cwrap{
    padding: 0 0 0 30px;
  }
  header .logo {
    max-width: 250px;
  }
  header .pcnavwrap ul {
    gap: 20px;
  }
  header .pcnavwrap ul li a{
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  header .cwrap{
    padding: 0 0 0 20px;
  }
  header .logo {
    max-width: 230px;
  }
  header .pcnavwrap ul li a{
    font-size: 14px;
  }
  header .pcnav-btn a {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 1000px) {
  header {
    height: 80px;
    padding: 6px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .pcnavwrap{
    display: none;
  }
  header .hamburger{
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.6s;
    position: fixed;
  }
  header .hamburger.hamburger.active{
    right: calc(65% - 1px);
    transition: 0.6s;
  }
  header .hamburger-inner{
    position: relative;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  header nav.globalMenuSp ul li a {
    font-size: 17px;
  }
  header {
    height: 60px;
  }
  header .logo_p {
    display: none;
  }
  header .hamburger {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  header .cwrap {
    padding: 0 25px;
  }
  header .logo {
    max-width: 180px;
  }
  header nav.globalMenuSp ul li a {
    font-size: 16px;
    padding: 15px 0;
  }
  header nav.globalMenuSp{
    width: 80%;
  }
  header nav.globalMenuSp.active {
    right: 80%;
  }
  header .hamburger.hamburger.active {
    right: calc(80% - 1px);
  }
}


/* -----------------------------------------------

	 footer

----------------------------------------------- */
footer{
  padding: 10px 0 0;
}
footer *{
  font-weight: 700;
  font-family: 'Zen Old Mincho', serif;
}
footer .logo{
  max-width: 350px;
  margin-bottom: 20px;
}
footer .finfowrap{
  gap: 45px;
  padding: 60px 0;
}
footer .finfo{
  width: 50%;
}
footer .finfo address {
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* border-bottom: solid 1px #cdcdcd; */
}
footer .finfo address .local{
  margin-bottom: 5px;
}
footer .finfo address .telnote{
  color: #a8a8a8;
  font-size: 16px;
  margin-top: 10px;
}
footer nav ul{
  gap: 20px;
}
footer nav li{
  width: calc(100% / 2 - 10px);
  border-bottom: solid 1px #cdcdcd;
}
footer nav li a{
  display: block;
  font-size: 18px;  /*20px*/
  padding: 6px 10px 6px 0;
}
footer .map{
  width: 50%;
}
footer .copyright{
  font-size: 16px;
  padding: 15px 0;
  background: #f8b813;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  footer nav li a{
    font-size: 17px;
  }
}

@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 768px) {
  footer .logo {
    max-width: 300px;
  }
  footer .finfowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .finfo,
  footer .map{
    width: 100%;
  }
  footer .copyright p{
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  footer .logo {
    max-width: 100%;
  }
  footer nav ul{
    gap: 10px;
  }
  footer nav li {
    width: 100%;
  }
  /* footer nav li:nth-child(odd){
    order: 0;
  }
  footer nav li:nth-child(even){
    order: 1;
  } */
  footer .copyright p{
    font-size: 12px;
  }
}







/* -----------------------------------------------

   fcontact

----------------------------------------------- */
.fcontact .cwrap{
  padding: 0 90px;
}
.fcontact .fcwrap{
  gap: 40px;
  height: 350px;
}
.fcontact .fcbox{
  width: 50%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.fcontact .fcbox p{
  font-size: 40px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 3px 3px 15px #333333;
}
.fcontact .fcbox01{
  background-image: url(../images/fcimg01.jpg);
}
.fcontact .fcbox02{
  background-image: url(../images/fcimg02.jpg);
}
.fcontact .fcbox03{
  background-image: url(../images/fcimg03.jpg);
}

#top .fcbox02,
#about .fcbox02,
#company .fcbox02,
#schedule .fcbox02,
#interview .fcbox02,
#info .fcbox02,
#policy .fcbox02{
	display: none;
}
#faq .fcbox01{
	display: none;
}
#contact .fcbox03,
#thanks .fcbox03{
	display: none;
}


  @media only screen and (max-width: 1024px) {
    .fcontact .cwrap{
      padding: 0 60px;
    }
    .fcontact .fcwrap{
      gap: 30px;
      height: 250px;
    }
    .fcontact .fcbox p{
      font-size: 30px;
    }
    footer nav li a {
      font-size: 15px;
    }
  }
  @media only screen and (max-width: 768px) {
    .fcontact .cwrap{
      padding: 0 40px;
    }
    .fcontact .fcwrap{
      gap: 20px;
      height: 180px;
    }
    .fcontact .fcbox p{
      font-size: 24px;
    }
    footer nav li a {
      font-size: 15px;
    }
  }

  @media only screen and (max-width: 650px) {
    .fcontact .cwrap{
      padding: 0 30px;
    }
    .fcontact .fcwrap{
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .fcontact .fcbox{
      height: 150px;
      width: 100%;
    }
  }
