@charset "utf-8";
/* CSS Document */

/***********************************/

/***画面全体にローディング画面を表示***/
#showloading {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  animation: fade 2s ease-in-out 3s forwards;
}

#showloading>div {
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}




@keyframes fade {
  0% {
    background: #fff;
  }

  100% {
    background: #333;
  }
}

.hidden {
  display: none;
}

.hidden {
  display: none;
}

/***********************************/

.site_wrap {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.display_pc {
  display: none;
}

.display_sp {
  display: block;
}

.display_sp320 {
  display: none;
}

.footer_nav_sp {
  display: none;
}

* {
  box-sizing: border-box;
  letter-spacing: .02em;
}

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
}

img {
  display: block;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gosi {
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.center {
  text-align: center;
}

h2.style01 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 5rem;
  position: relative;
}

.footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: url(../img/common/footer_bg.jpg) center/cover no-repeat;
  position: relative;
  margin-top: 0;
}

.footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #3b2f2f;
  top: -8px;
}

.footer .pagetop {
  width: 166px;
  height: 53px;
  margin: 0 0 0 auto;
  position: absolute;
  top: -53px;
  right: 5%;
}

.footer .pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}

.footer a {
  color: #fff;
}

.footer .footer_inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
  padding-top: 6rem;
}

.footer .flex_wrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
}

.footer .flex_wrap .flex_item .title {
  font-size: 1.6rem;
  !important border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
  min-width: 240px;
}

.footer .flex_wrap .flex_item a {
  font-size: 1.4rem;
}

.footer .flex_item .title {
  color: #fff;
}

.footer .contact_block {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 880px;
  margin-bottom: 4rem;
}

.footer .contact_block .contact_btn {
  margin: 0;
}

.footer .facebook_link {
  width: 180px;
}

.footer .copy_right small {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 4rem;
  padding: 1rem 0 .5rem;
}

a._btn .contact_btn {
  margin: 0;
}

.footer .footer_banner_area {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}

.footer .footer_banner_area a {
  width: 215px;
  height: 65px;
}

.footer .footer_banner_area a:not(:last-of-type) {
  margin-right: 40px;
}

.footer .footer_banner_area02 {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.footer .footer_banner_area02 li {
  width: 300px;
}

.footer .footer_banner_area02 a {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.footer .footer_banner_area02 li:not(:last-of-type) {
  margin-right: 40px;
}

.footer .footer_banner_area02 li p {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.footer .copy_right a {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.footer .copy_right a:hover {
  cursor: pointer;
}

.footer .other_links {
  border-top: 1px solid #fff;
  width: 94%;
  margin: 0 auto 3rem;
  padding-top: 1rem;
}

.footer .other_links ul {
  display: flex;
  justify-content: center;
}

.footer .other_links ul li:not(:last-of-type) {
  margin-right: 3rem;
}

.footer .other_links ul li a {
  font-size: 1.4rem;
}








@media screen and (min-width: 768px) {
  .display_pc {
    display: block;
  }

  .display_sp {
    display: none;
  }


  .logo {
    width: 15%;
    margin-right: 5%;
    float: left;
    font-size: 20px;
    font-weight: bold;
  }

  .main_menu {
    width: calc(100% - 28rem);
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .main_menu .main_nav>li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  }

  .main_menu .main_nav>li.mega_btn {
    line-height: 30px;
  }

  .main_menu .main_nav>li>a {
    display: block;
    padding: 0.5em 1em;
    color: #333;
    font-weight: bold;
    position: relative;
    font-size: 1.4rem;
  }

  .main_menu .main_nav>li .top_menu::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 21px;
    right: -2px;
    transform: translateY(-50%);
    background: url(../img/common/header_arrow.png) center/contain no-repeat;
    transition-duration: .3s;
    transform-origin: center;
  }

  .main_menu .main_nav>li a:hover::after {
    transform: rotate(-180deg);
    transition-duration: .5s;
    transform-origin: center;
    top: 15px;
  }


  .main_menu .main_nav .mega_menu {
    display: none;
    position: absolute;
    top: 97px;
    left: 0;
    width: 100vw;
    background-color: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    z-index: 999;
  }

  .main_menu .main_nav .mega_inner {
    display: flex;
    width: 100vw;
  }


  .main_menu .main_nav .mega_menu .ttl {
    color: #fff;
    background: #a17c49;
    width: 30%;
    padding: 1rem;
  }

  .main_menu .main_nav .mega_menu .ttl_inner {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }


  .main_menu .main_nav .mega_menu .ttl_inner .title {
    font-size: 3rem;
    margin: 0 auto 20px;
    position: relative;
    display: block;
    text-align: center;
  }

  .main_menu .main_nav .mega_menu .ttl_inner .title::after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
  }

  .main_menu .main_nav .mega_menu .ttl_inner .small {
    font-size: 2rem;
    display: block;
    text-align: center;
  }

  .main_menu .main_nav .mega_btn01 .child {
    display: grid;
    width: 70%;
    grid-template-columns: calc(33% - 6px) calc(33% - 6px) calc(33% - 6px);
    column-gap: 6px;
    row-gap: 6px;
    align-items: stretch;
    grid-auto-rows: calc((95vh - 10rem - 30px) / 4);
  }

  .main_menu .main_nav .mega_btn02 .child {
    display: grid;
    width: 70%;
    grid-template-columns: calc(33% - 6px) calc(33% - 6px) calc(33% - 6px);
    column-gap: 6px;
    row-gap: 6px;
    align-items: stretch;
    grid-auto-rows: calc((95vh - 10rem - 30px) / 4);
  }

  .main_menu .main_nav .mega_btn03 .child {
    display: grid;
    width: 70%;
    grid-template-columns: calc(33% - 6px) calc(33% - 6px) calc(33% - 6px);
    column-gap: 6px;
    row-gap: 6px;
    align-items: stretch;
    grid-auto-rows: calc((95vh - 10rem - 30px) / 4);
  }

  .main_menu .main_nav .mega_btn01 .child li {
    text-align: center;
    position: relative;
  }

  .main_menu .main_nav .mega_btn02 .child li {
    text-align: center;
    position: relative;
  }

  .main_menu .main_nav .mega_btn03 .child li {
    text-align: center;
    position: relative;
  }

  .main_menu .main_nav .child li:nth-of-type(3n) {
    margin-right: 0;
  }

  .main_menu .main_nav .child li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
  }

  .main_menu .main_nav .child li a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  /* .mb0 {
    margin-bottom: 0 !important;
  } */

  .main_menu .main_nav .child .img_wrap {
    position: relative;
    height: 100%;
  }

  .main_menu .main_nav .child .img_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(161, 124, 73, .6);
    top: 0;
    left: 0;
  }

  .main_menu .main_nav .child a:hover .img_wrap::before {
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
  }

  .main_menu .main_nav .child .text_block {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .main_menu .main_nav .child .text_block span {
    display: block;
  }

  .main_menu .main_nav .child .text_block .en {
    font-size: 1.8rem;
  }

  .main_menu .main_nav .child .text_block .ja {
    font-size: 1.8rem;
  }

  .main_menu .main_nav .recruit_btn {
    border: 1px solid #000;
    padding: 4px 10px;
    margin: 0 15px;
  }

  .main_menu .main_nav .recruit_btn a {
    width: 100%;
    height: 100%;
    display: block;
  }





  body {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  body.overlay:after {
    z-index: 1;
    opacity: 1;
  }


  .header_logo {
    display: flex;
    margin-left: 12px;
    width: 280px;
    margin-top: 12px;
    z-index: 999;
  }

  .header_logo p {
    color: #a17c49;
    font-size: 1.3rem;
    padding-left: 5px;
    padding-top: 14px;
  }

  .header {
    width: 100%;
    min-width: 96rem;
    height: 10rem;
    background-color: #fff;
    border-bottom: 3px solid #a17c49;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
  }

  .header_contact_btn {
    padding: 0 10px;
    display: block;
  }

  .header_contact_btn:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  .header_contact_btn img {
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .header_contact_btn span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    width: 110px;
    text-align: center;
  }

  .header_contact_btn:hover span {
    letter-spacing: 1px;
    transition: 0.5s;
    width: 110px;
    text-align: center;
  }





}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}


@media screen and (max-width: 1100px) {}

@media screen and (max-width: 768px) {

  .site_wrap {
    width: 95%;
  }

  /*==================================================
　ハンバーガーメニュー
===================================*/
  /*ボタン外側*/
  .humb {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 5px;
    right: 5px;
  }

  /*ボタン内側*/
  .humb span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: #a17c49;
    width: 45%;
  }

  .humb span:nth-of-type(1) {
    top: 13px;
  }

  .humb span:nth-of-type(2) {
    top: 23px;
  }

  .humb span:nth-of-type(3) {
    top: 33px;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .humb.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .humb.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .humb.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .header_logo .img_wrap img {
    width: 67px;
    height: 67px;
  }

  .header_logo img {
    width: 67px;
    height: 67px;
    object-fit: contain;
    padding: 2px 0 0 2px;
  }

  .header {
    width: 100%;
    height: 6rem;
    background-color: #fff;
    border-bottom: 3px solid #a17c49;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
  }

  .sp_nav_menu {
    padding: 30px 20px 0;
    top: 6rem;
    left: -100%;
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: calc(100vh - 6rem);
    transition-duration: .3s;
    overflow-y: scroll;
    z-index: -1;
  }

  .sp_nav_menu.move {
    left: 0;
    transition-duration: .3s;
  }


  .sp_nav_menu .sp_nav .sp_menu {
    position: static;
    display: none;
    padding: 20px 15px;
  }

  .sp_nav_menu .sp_nav .sp_menu .ttl {
    display: none;
  }

  .sp_nav_menu .sp_nav .child {
    display: block;
  }

  .sp_nav_menu .sp_nav .child li {
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #a17c49;
    margin-bottom: 1.6rem;
    padding-bottom: 1.4rem;
    position: relative;
  }

  .sp_nav_menu .sp_nav .child li::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    right: 5px;
    top: 7px;
  }


  .sp_nav_menu .sp_nav .child li img {
    display: none;
  }

  .sp_nav_menu .sp_nav .child li:last-child {
    margin-right: 0;
  }

  .sp_nav_menu .sp_nav .child li a {
    display: block;
    padding-left: 1em;
    font-size: 1.4rem;
  }

  .sp_nav_menu .sp_nav .sp_btn {
    border-bottom: 1px solid #a17c49;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }

  .sp_nav_menu .sp_nav .sp_btn a {
    font-size: 1.6rem;
  }

  .sp_nav_menu .sp_nav .sp_btn::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    right: 5px;
    top: 9px;
    transition-duration: .3s;
  }

  .sp_nav_menu .sp_nav .sp_btn.close::after {
    transform: rotate(315deg);
    transition-duration: .3s;
  }

  .header .header_logo {
    display: flex;
    margin-left: 4px;
    margin-top: 0;
  }


  .header .header_text {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 10px;
    padding-left: 5px;
  }

  .mega_btn {
    display: none;
  }

  .footer {
    padding-bottom: 2rem;
    margin-top: 0;
  }

  .footer .flex_wrap {
    display: none;
  }

  .footer .footer_inner {
    max-width: 100%;
  }

  .footer .flex_wrap .flex_item a {
    font-size: 1.4rem;
  }

  .footer .contact_block {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer .facebook_link {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .footer .facebook_link img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }

  .footer .tel_area {
    width: 280px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 28px;
    text-align: center;
  }

  .footer .tel_area span {
    font-size: 2.8rem;
    letter-spacing: .2em;
  }

  .footer .tel_area span::before {
    width: 24px;
    height: 24px;
    top: 4px;
    transform: rotate(10deg);
  }

  .footer .tel_area small {
    padding-right: 23px;
  }

  .footer .footer_banner_area {
    flex-wrap: wrap;
  }

  .footer .footer_banner_area a {
    width: 100%;
    max-width: 280px;
    margin-bottom: 10px;
  }

  .footer .footer_banner_area a img {
    width: 100%;
  }

  .footer .footer_banner_area02 {
    flex-wrap: wrap;
  }

  .footer .footer_banner_area02 li {
    width: 97%;
    max-width: 300px;
  }

  .footer .footer_banner_area02 li img {
    width: 100%;
  }

  .footer .footer_banner_area02 li:not(:last-of-type) {
    margin: 0 auto 10px;
  }

  .recruit_btn {
    border: 1px solid #000;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }

  .recruit_btn a {
    width: 100%;
    height: 100%;
    display: block;
  }


  .header_contact_btn {
    display: flex;
    border: 1px solid #000;
    padding: 15px 0;
    text-align: center;
    justify-content: center;
    position: relative;
    width: 100%;
  }

  .header_contact_btn img {
    width: 24px;
    height: 17px;
    margin: 2px 5px 0 0;
  }

  .recruit_btn::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    right: 15px;
    top: 50%;
  }

  .header_contact_btn::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    right: 15px;
    top: 50%;
  }

  .footer .footer_banner_area {
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .footer .footer_banner_area a:not(:last-of-type) {
    margin-right: auto;
  }

  .footer .footer_banner_area a {
    width: 48%;
    margin: 0 auto;
  }

  .footer .footer_inner {
    padding-top: 2rem;
  }

  .footer_nav_pc {
    display: none;
  }

  .footer_nav_sp {
    display: block;
    margin-bottom: 2rem;
  }

  .footer_nav_sp ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer_nav_sp li {
    width: 50%;
    margin-bottom: 10px;
  }

  .footer_nav_sp a {
    font-size: 1.4rem;
  }


  .footer .copy_right small {
    margin-top: 2rem;
  }

  .footer_nav_sp a {
    font-size: min(4vw, 1.4rem);
  }

  .footer .other_links {
    border-top: 0;
  }

  .footer .other_links ul {
    flex-wrap: wrap;
  }

  .footer .other_links ul li {
    width: 100%;
  }

  .footer .other_links ul li:not(:last-of-type) {
    margin-right: 0;
  }

  .footer .pagetop {
    width: 110px;
    height: 43px;
    top: -40px;
    overflow-x: hidden;
  }

  .footer .pagetop span {
    font-size: 1.4rem;
  }

  .footer .pagetop img {
    width: 114%;
    object-fit: cover;
  }

  .footer_contact {
    position: fixed;
    bottom: 0;
    z-index: 90;
    width: 100%;
    background: #a17c49;
    transition-duration: .5s;
    height: 58px;
  }

  .footer_contact.move {
    bottom: -58px;
    transition-duration: .5s;
  }

  .footer_contact_swich {
    position: absolute;
    width: 60px;
    height: 70px;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #a17c49;
    cursor: pointer;
  }

  .footer_contact_swich::before,
  .footer_contact_swich::after {
    content: " ";
    display: block;
    overflow: hidden;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -7px;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .footer_contact_swich::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .footer_contact_swich::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer_contact.move .footer_contact_swich::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .footer_contact.move .footer_contact_swich::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }



  .footer_contact .btnset {
    width: 100%;
    min-width: 100%;
    height: 58px;
    padding: 10px 0;
    margin: 0;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-evenly;
  }

  .footer_contact .btnset .btn_footer_contact {
    padding: 0;
    background: #fff;
    width: 46%;
  }

  .footer_contact .btn_a {
    background: #fff;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    text-align: center;
    line-height: 3;
  }

  .footer_contact .btnset .btn_footer_contact02 {
    background: #06c755;
    color: #fff;
  }

  .footer_contact .btnset .btn_footer_contact02 .btn_a {
    color: #fff;
  }

  .footer_contact .btn_a .text {
    position: relative;
    line-height: 42px;
  }

  .footer_contact .btn_a .text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #a17c49;
    border-bottom: 2px solid #a17c49;
    transform: translateY(-50%) rotate(-45deg);
  }

  .footer_contact .btn_footer_contact02 .btn_a .text::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }


}

@media screen and (min-width: 320px) {
  .sp_nav_menu .sp_nav .sp_btn a {
    font-size: 1.5rem;
  }

  .sp_nav_menu .sp_nav .child li a {
    padding-right: 1rem;
  }

}

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