@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 32px;
  background: url("../img/shared/bg.jpg") repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  color: #fff;
  position: absolute;
  left: 5px;
  top: 10px;
  line-height: 20px;
  width: calc(100% - 70px);
  font-size: 10px;
}
#head-key {
  position: relative;
}
#head-key .logo {
  position: absolute;
  left: 2%;
  top: 9%;
  width: 38%;
  z-index: 9;
}
#head-key .bnr {
  position: absolute;
  bottom: 5%;
  left: 4%;
  right: 4%;
  z-index: 10;
}
#head-top {
  padding: 0 0 60px;
}
.nav-header .g_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 5% auto;
}
.nav-header .g_btn li a {
  margin: 0 15px;
  font-weight: bold;
  display: block;
}
.nav-header .g_btn li.map a:before {
  content: url("../img/shared/icon_map.png");
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 30px;
}
.nav-header .g_btn li.blog a:before {
  content: url("../img/shared/icon_blog.png");
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
.nav-header .nav {
  display: block;
  padding-top: 15%;
  height: auto;
}
.nav-header .logo-nav {
  margin: auto;
}
.nav-header a.nav-main {
  padding: 5px 22px;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  font-weight: bold;
}
.nav-header a.nav-main.active {
  opacity: 0.5;
}
.nav-header .sub-nav span {
  padding: 0 10px;
  font-size: 16px;
}
.nav-header li a.nav-main.active::before {
  width: 40%;
  height: 1px;
  background: #3b2718;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 30%;
  display: none;
}
.nav-header a.nav-main span {
  padding: 5px 30px;
}
.nav-header a.nav-main::after,
.nav-header .sub-nav::after {
  display: none;
}
.nav-header .sub-box {
  opacity: 1;
  visibility: visible;
  position: inherit;
  top: inherit;
  left: initial;
  width: auto;
  padding: 0 25px;
}
.nav-header .tel-icon {
  padding-left: 0;
  width: 100%;
  border-left: none;
}
.head-info {
  margin-right: 0px;
  display: none;
}
#key-box {
  width: 100%;
}
.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}
header .logo {
  padding: 10px 0 10px 10px;
  width: 30%;
  max-width: 150px;
}

.hamberger-btn {
  position: fixed;
  top: 17px;
  right: 2%;
  width: 50px;
  height: 50px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: url("../img/shared/menu_sp.jpg") repeat;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "MENU";
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}
.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 40%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #000;
}
.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  content: "";
}
.hamberger-btn span::after {
  top: -8px;
}
.hamberger-btn span::before {
  top: 8px;
}
.nav-header .sub-nav::before {
  display: none;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: rotate(141deg) translateX(20px);
  top: 5px;
  left: 46%;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}
.menu-open .hamberger-btn::after {
  content: "CLOSE";
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .nav li {
  text-align: center;
}
.nav-header .nav li img {
  width: auto;
}

.nav-header .banner {
  width: 80%;
  margin: 0 auto;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding: 0 5% 200px;
}
.js-scroll .nav {
  order: 1;
}
.js-scroll .tel {
  order: 2;
}
.js-scroll .sns {
  order: 3;
  margin: 0 auto 10px;
}
.js-scroll .btn-web {
  order: 4;
}
.js-scroll .btn_recruit2 {
  order: 5;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}

.hamberger-btn {
  top: 11px;
}
#key-box {
  height: 100%;
  height: 150vw;
}
#key-box .keyvisual li {
  height: 150vw;
  margin-bottom: 0;
}
footer {
  position: relative;
  margin-top: 0;
  padding: 69px 0 0;
}
footer .logo {
  max-width: 250px;
  margin: auto;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../img/shared/menu_sp.jpg") repeat;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 50%;
  height: 50px;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#pagetop {
  bottom: 55px;
  width: 50px;
  z-index: 98;
}
footer {
  color: #fff;
  background: url("../img/index/sec4_bg.jpg") repeat;
}
footer:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(../img/shared/footer_deco.png) no-repeat right top;
  width: 64%;
  height: 59vw;
  background-size: 100%;
}
footer h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 40px;
  margin: 0 auto 8%;
  display: block;
}
footer .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .left {
  width: 470px;
  max-width: 100%;
  margin-bottom: 8%;
}
footer .tel {
  border-top: 5px solid #f7d237;
  border-bottom: 5px solid #f7d237;
  padding: 16px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8%;
}
footer .tel dt {
  font-weight: bold;
}
footer .tel dt span {
  font-weight: bold;
  font-size: 27px;
  margin-left: 5px;
  vertical-align: sub;
}
footer .tel dd {
  font-size: 12px;
  line-height: 20px;
}
footer .banner {
  position: relative;
  margin-bottom: 8%;
}
footer .banner span {
  position: absolute;
  font-size: 4vw;
  font-weight: bold;
  z-index: 10;
  top: 18%;
  left: 6%;
  line-height: 1.5;
}
footer .right {
  width: 485px;
  max-width: 100%;
}
footer .right .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}
footer .right .info dl dt {
  width: 79px;
}
footer .right .info dl dd {
  width: calc(100% - 60px);
  padding-left: 5px;
  box-sizing: border-box;
}
footer .bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 8% 0 33vw;
  background: url(../img/shared/bg2.jpg) repeat;
  color: #fff;
}
footer .bottom .address span {
  font-size: 14px;
}
footer .bottom .address span a {
  text-decoration: underline;
  display: block;
}
.fixed_bottom {
  position: fixed;
  bottom: 10px;
  left: 5px;
  width: auto;
  z-index: 98;
  width: 51%;
}
.fixed_bottom .close {
  position: absolute;
  top: -22px;
  left: 14px;
  line-height: 0;
  cursor: pointer;
}
.fixed_bottom:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /*.fixed-btn footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  /* .fixed-btn footer:after {
     background: #3b2718;
     content: "";
     position: fixed;
     bottom: 0px;
     left: 0;
     right: 0;
     height: 36px;
     z-index: 97;
   }
   #fixed-sp {
     bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
   #pagetop {
     bottom: 85px !important;
   }*/
}
.btn-cus {
  position: relative;
  background: url("../img/shared/arrow.png"), url("../img/shared/bg2.png");
  background-position: right 25px top 20px, center top;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  padding-bottom: 0 !important;
  width: 412px;
  max-width: 100%;
}
.btn-cus:hover {
  opacity: 0.8;
}
.btn-cus:before {
  position: absolute;
  content: "";
  border: 5px solid #cd321d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-cus a {
  display: block;
  font-size: 20px;
  line-height: 64px;
  height: 67px;
  text-align: center;
  font-weight: bold;
}
.pc {
  display: none;
}
footer h2 {
  width: 70%;
  margin: 0 auto 20px;
}
footer .info-footer dl {
  color: #000;
  line-height: 30px;
  margin-bottom: 30px;
  letter-spacing: 0;
}
footer .info-footer dl dt {
  position: relative;
  padding-left: 16px;
}
footer .info-footer dl dt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}
footer .info-footer dl .tel-info {
  font-size: 25px;
}
footer .info-footer dl .tel-info small {
  font-size: 12px;
}
footer #map iframe {
  width: 100%;
  margin-bottom: 30px;
}
footer .box {
  border: 1px solid #000;
  color: #000;
  padding: 30px 5%;
  text-align: center;
  margin-bottom: 13vw;
}
footer .box h3 {
  font-size: 5vw;
  margin-bottom: 20px;
}
footer address {
  color: #fff;
}
footer .g-btn {
  justify-content: center;
  margin-bottom: 14vw;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (max-width: 767px) {
  .nav-header .nav li {
    width: 85%;
    margin: auto auto;
  }
  .nav-header .nav {
    margin-bottom: 5vw;
  }
  .js-scroll .sns {
    margin-bottom: 5vw;
  }
  footer .info-footer dl dt span.sp {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
******************** header ******************
*=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    text-align: center;
    font-size: 28px;
    padding: 20px 10px 10px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 12px;
    padding: 10px;
    text-align: left;
    color: #ccc;

    margin-left: 41px;
    top: 25px;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .js-scroll .tel {
    order: 1;
    margin-left: 23px;
    margin-top: 5px;
  }
  .js-scroll .sns {
    position: absolute;
    left: 779px;
    top: 9px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .nav-header .g_btn {
    margin: inherit;
    /* border-left: 1px solid #fff; */
    width: 166px;
  }
  .nav-header .g_btn li {
    font-size: 11px;
    align-self: center;
    margin: 0 18px;
    /* transition: all 0.5s; */
    padding-top: 7px;
  }
  .nav-header .g_btn li a:hover {
    opacity: 0.5;
  }
  .nav-header .g_btn li:first-child {
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
  .nav-header .g_btn li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-header .g_btn li.map a:before {
    /* content: url("../img/shared/icon_map.png"); */
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 30px;
    margin-bottom: -8px;
  }
  .nav-header .g_btn li.blog a:before {
    content: url("../img/shared/icon_blog.png");
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-bottom: -8px;
  }
  /*=============================================
******************* nav-fixed ****************
*=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 100px;
    left: auto;
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow: hidden;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 74px;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
  }
  .nav-header a.nav-main,
  .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 5px 11px;
    margin: 0 12px;
    /* transition: all 0.5s; */
  }
  .nav-header a.nav-main.active,
  .nav-header .sub-nav {
    color: #f38e81;
  }
  .nav-header a.nav-main:hover {
    color: #f38e81;
  }
  .nav-header a.nav-main::after,
  .nav-header .sub-nav::after {
    width: 0%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5%;
    transition: all 0.4s ease;
  }
  .nav-header li a.nav-main.active::after,
  .nav-header li:hover a.nav-main::after,
  .nav-header li.sub-nav.active::after {
    width: 90%;
  }
  .nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
  }
  .nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
  }
  /*=============================================
******************* keyvisual ****************
*=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    position: relative;
  }
  #head-key .sns {
    position: absolute;
    left: 610px;
    top: 33px;
    margin-right: 41px;
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #head-key .logo {
    position: absolute;
    top: 77px;
    left: 88px;
    z-index: 10;
  }
  #head-key .tel {
    position: absolute;
    top: 345px;
    left: 61px;
    z-index: 10;
  }
  #head-key .nav-h {
    position: absolute;
    top: 84px;
    left: 369px;
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #head-key .nav-h li {
    margin-right: 17px;
  }
  #head-key .bnr {
    position: absolute;
    bottom: 42px;
    left: 68px;
    z-index: 10;
  }
  #head-key .btn-fix {
    position: fixed;
    right: 0;
    top: 114px;
    z-index: 99;
  }
  #head-key .btn-covid {
    position: absolute;
    z-index: 10;
    right: 56px;
    bottom: 40px;
  }
  #key-box {
    width: 100%;
    height: 950px;
    overflow: hidden;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 950px;
  }
  .head-info {
    width: 300px;
    margin-right: 50px;
    text-align: center;
    padding-top: 65px;
  }
  .head-info dl {
    font-size: 12px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    padding: 30px 0 65px;
  }
  .head-info dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -12px;
  }
  .head-info dl dt .tel-icon {
    font-size: 25px;
  }
  .head-info dl dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  .head-info ul li {
    display: flex;
    justify-content: center;
  }
  .head-info ul li a {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    width: 190px;
    position: relative;
    border-bottom: 1px dashed transparent;
  }
  .head-info ul li.active a,
  .head-info ul li:hover a {
    border-bottom: 1px dashed #000;
  }
  /*=============================================
******************* footer *******************
*=============================================*/
  footer {
    position: relative;
    padding: 109px 0 0;
  }
  footer nav {
    text-align: center;
    margin-bottom: 42px;
  }
  footer nav > a {
    margin-right: 15px;
  }
  footer nav > a:hover {
    text-decoration: underline;
  }
  footer nav > a + a:before {
    content: "\7C";
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
  }
  footer .logo {
    text-align: center;
  }
  footer dl.tel-ft {
    padding: 10px 0 15px;
    text-align: center;
  }
  footer dl.tel-ft dt {
    font-weight: bold;
  }
  footer dl.tel-ft dt .tel-icon {
    font-size: 25px;
  }
  footer dl.tel-ft dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  footer .info-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 39px;
  }
  footer .info-footer dl {
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
    display: flex;
    justify-content: flex-start;
    width: 850px;
    text-align: left;
    line-height: 28px;
  }
  footer .info-footer dl dt {
    padding-left: 33px;
    width: 174px;
  }
  footer .info-footer dl dd {
    width: calc(100% - 120px);
  }
  footer .info-footer dl dt:before {
    display: none;
  }
  footer .box {
    width: 630px;
    margin: 0 auto 104px;
    padding: 42px 0;
  }
  footer .box h3 {
    font-size: 22px;
  }
  footer .box .txt {
  }
  footer #map iframe {
    height: 545px;
    margin-bottom: 37px;
  }
  footer .g-btn {
    justify-content: space-between;
    max-width: 738px;
    margin: 0 auto 92px;
  }
  footer .g-btn .col .btn2 {
    color: #000;
    text-align: center;
  }
  footer .g-btn .col .btn2 a:hover {
    text-decoration: underline;
  }
  footer {
    color: #fff;
  }
  footer:before {
    width: 561px;
    height: 278px;
  }
  footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 37px;
  }
  footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  footer .left {
    width: 471px;
  }
  footer .tel {
    border-top: 5px solid #f7d237;
    border-bottom: 5px solid #f7d237;
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .tel dt {
    font-weight: bold;
  }
  footer .tel dt span {
    font-weight: bold;
    font-size: 30px;
    margin-left: 17px;
    vertical-align: sub;
  }
  footer .tel dd {
    font-size: 16px;
  }
  footer .banner {
    position: relative;
    margin-bottom: 30px;
  }
  footer .banner span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    top: 19px;
    left: 30px;
    line-height: 28px;
  }
  footer .right {
    width: 485px;
  }
  footer .right .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  footer .right .info dl dt {
    width: 150px;
  }
  footer .right .info dl dd {
    width: calc(100% - 150px);
    padding-left: 0;
  }
  footer .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 40px 0 50px;
  }
  footer .bottom .nav {
  }
  footer .bottom .address span {
    text-align: right;
  }
  footer .bottom .address span a {
    text-decoration: underline;
  }
  footer .bottom .address span a:hover {
    text-decoration: none;
  }
  .fixed_bottom {
    right: inherit;
    right: 0;
    width: auto;
    bottom: 10px;
    left: auto;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: auto;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
    margin-bottom: -5px;
  }
  address {
    padding: 25px 0 10px;
    line-height: 30px;
  }
  address span {
    display: block;
  }
  address span a:hover {
    text-decoration: underline;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url("../img/shared/prev.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "▶";
  color: #fff;
}
.slick-next {
  right: 0;
  background: url("../img/shared/next.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: "";
  color: #fff;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 10px 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "•";
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: url("../img/shared/menu_sp.jpg") repeat;
}
.dot_right .slick-dots {
  text-align: right;
}
.dot_left .slick-dots {
  text-align: left;
}
#head-key h1.txt-vertical {
  position: absolute;
  width: calc(100% - 78px);
  height: auto;
  writing-mode: inherit;
  -o-writing-mode: inherit;
  -ms-writing-mode: inherit;
  -moz-writing-mode: inherit;
  font-size: 10px;
  box-sizing: border-box;
  padding-left: 6px;
  top: 13vw;
  bottom: inherit;
  height: auto;
  z-index: 6;
  line-height: 16px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #head-key h1.txt-vertical {
    position: absolute;
    z-index: 5;
    top: 92%;
    width: 3px;
    left: 5px;
    height: 355px;
    line-height: 13px;
    z-index: 10;
    color: #1f2127;
  }

  h1 {
    width: calc(40% - 70px);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}
html a:hover {
  text-decoration: none;
}
html .wrap {
  padding: 0 5%;
  width: auto;
  max-width: 100%;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
html #socialbuttons .social-line {
  width: 92px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }
  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
  }
  /*=============================================
   * text vertical
   *=============================================*/
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
  }
  .txt-normal .int {
    height: 1.1em;
  }
  .txt-vertical-x > * {
    writing-mode: rl-tb;
    -o-writing-mode: vertical-tb;
    -ms-writing-mode: vertical-tb;
    -ms-writing-mode: rl-tb;
    -moz-writing-mode: vertical-tb;
    -webkit-writing-mode: vertical-tb;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    white-space: nowrap;
    word-wrap: break-word;
    width: 1px;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  @-moz-document url-prefix() {
    .txt-vertical-pc.txt-latin {
      position: relative;
      left: 4px;
    }
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #head-key .btn-covid {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-open {
    background: url(../img/shared/bg.jpg) repeat;
  }
}

.btn_recruit a{
	position: absolute;
    top: 450px;
    left: 65px;
    z-index: 10;
	margin: 20px auto;
	width: 250px;
	display: block;
	color:#000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 20px;
	background: url(../img/shared/bg.jpg) repeat;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}
.btn_recruit a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}


@media only screen and (max-width: 480px) {
	.btn_recruit2 a{
	margin: 20px auto;
	width: 80%;
	display: block;
	color:#000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 18px;
	background: url(../img/shared/bg.jpg) repeat;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}
}