@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) {
/* html #wpadminbar {
  display: none;
}
html body {
  margin-top: -46px;
} */
}

/*オリジナルリセットcss----------------------------------------------------------- */
p {
  margin-bottom: 0;
}
img {
  display: block;
}

/*デバイス共通----------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  /*font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;*/
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: 0.5px;
  color: #010101;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

a, a img {transition: all .3s;}
a:hover, a img:hover {opacity: 0.7;}
.dib {display: inline-block;}
.m0a {margin: 0 auto;}
.mla {margin-left: auto;}
.posr {position: relative;}
.posa {position: absolute;}
.imgr {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sp_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .sp_scroll > * {
    min-width: 768px;
  }
}

/*テキスト関連----------------------------------------------------------- */
.fwb {font-weight: bold !important;}
.underline {text-decoration: underline;}
/*12px*/.font_xs {font-size: 12px;}
/*14px*/.font_s {font-size: 14px;}
/*21px*/.font_m {font-size: 21px;}
/*24px*/.font_l {font-size: 24px;}
/*30px*/.font_xl {font-size: 30px;}
@media (min-width: 768px) and (max-width: 1199px) {
/*12px*/.font_xs {font-size: 12px;}
/*14px*/.font_s {font-size: 14px;}
/*18px*/.font_m {font-size: 18px;}
/*21px*/.font_l {font-size: 21px;}
/*24px*/.font_xl {font-size: 24px;}
}
@media screen and (max-width: 767px) {
/*10px*/.font_xs {font-size: 10px;}
/*12px*/.font_s {font-size: 12px;}
/*18px*/.font_m {font-size: 18px;}
/*21px*/.font_l {font-size: 21px;}
/*24px*/.font_xl {font-size: 24px;}
}
.tac {text-align: center !important;}
.tal {text-align: left !important;}
.tar {text-align: right !important;}
.shadow {
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
.font_min {font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", serif;}
.font_go {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M", sans-serif;}
@import url('https://fonts.cdnfonts.com/css/din-2');
.font_din {font-family: 'DIN', sans-serif;}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.note {
  position: relative;
  font-size: 0.777em;
  padding-left: 1em;
}
.note:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-size: 1em;
  line-height: 1.554em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tab_shadow {text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
}

@media screen and (max-width: 767px) {
  .sp_tal {text-align: left !important;}
  .sp_shadow {text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
}

/*余白&幅調整----------------------------------------------------------- */
.mt0 {margin-top: 0;}.mt5 {margin-top: 5px;}.mt10 {margin-top: 10px;}.mt15 {margin-top: 15px;}.mt20 {margin-top: 20px;}.mt30 {margin-top: 30px;}.mt45 {margin-top: 45px;}.mt60 {margin-top: 60px;}.mt75 {margin-top: 75px;}.mt90 {margin-top: 90px;}.mt120 {margin-top: 120px;}
.mb0 {margin-bottom: 0;}.mb5 {margin-bottom: 5px;}.mb10 {margin-bottom: 10px;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}.mb30 {margin-bottom: 30px;}.mb45 {margin-bottom: 45px;}.mb60 {margin-bottom: 60px;}.mb75 {margin-bottom: 75px;}.mb90 {margin-bottom: 90px;}.mb120 {margin-bottom: 120px;}
.pt0 {padding-top: 0;}.pt5 {padding-top: 5px;}.pt10 {padding-top: 10px;}.pt15 {padding-top: 15px;}.pt20 {padding-top: 20px;}.pt30 {padding-top: 30px;}.pt45 {padding-top: 45px;}.pt60 {padding-top: 60px;}.pt75 {padding-top: 75px;}.pt90 {padding-top: 90px;}.pt120 {padding-top: 120px;}
.pb0 {padding-bottom: 0;}.pb5 {padding-bottom: 5px;}.pb10 {padding-bottom: 10px;}.pb15 {padding-bottom: 15px;}.pb20 {padding-bottom: 20px;}.pb30 {padding-bottom: 30px;}.pb45 {padding-bottom: 45px;}.pb60 {padding-bottom: 60px;}.pb75 {padding-bottom: 75px;}.pb90 {padding-bottom: 90px;}.pb120 {padding-bottom: 120px;}
.pl0 {padding-left: 0;}
.pr0 {padding-right: 0;}
.ph0 {padding-left: 0; padding-right: 0;}
.ph15 {padding-left: 15px; padding-right: 15px;}
@media screen and (max-width: 767px) {
  .spmt0 {margin-top: 0;}.spmt5 {margin-top: 5px;}.spmt10 {margin-top: 10px;}.spmt15 {margin-top: 15px;}.spmt20 {margin-top: 20px;}.spmt30 {margin-top: 30px;}.spmt45 {margin-top: 45px;}.spmt60 {margin-top: 60px;}
  .spmb0 {margin-bottom: 0;}.spmb5 {margin-bottom: 5px;}.spmb10 {margin-bottom: 10px;}.spmb15 {margin-bottom: 15px;}.spmb20 {margin-bottom: 20px;}.spmb30 {margin-bottom: 30px;}.spmb45 {margin-bottom: 45px;}.spmb60 {margin-bottom: 60px;}
  .sppt0 {padding-top: 0;}.sppt5 {padding-top: 5px;}.sppt10 {padding-top: 10px;}.sppt15 {padding-top: 15px;}.sppt20 {padding-top: 20px;}.sppt30 {padding-top: 30px;}.sppt45 {padding-top: 45px;}.sppt60 {padding-top: 60px;}
  .sppb0 {padding-bottom: 0;}.sppb5 {padding-bottom: 5px;}.sppb10 {padding-bottom: 10px;}.sppb15 {padding-bottom: 15px;}.sppb20 {padding-bottom: 20px;}.sppb30 {padding-bottom: 30px;}.sppb45 {padding-bottom: 45px;}.sppb60 {padding-bottom: 60px;}
  .sppl0 {padding-left: 0;}
  .sppr0 {padding-right: 0;}
  .spph0 {padding-left: 0; padding-right: 0;}
}
@media screen and (max-width: 767px) {
  .spwd50 {width: 50% !important;}
  .spwd60 {width: 60% !important;}
  .spwd70 {width: 70% !important;}
  .spwd80 {width: 80% !important;}
  .spwd90 {width: 90% !important;}
}

/*見出し----------------------------------------------------------- */
h1, h2, h3 {
  letter-spacing: -0.05em;
  line-height: 1.4;
}
h2 {
  margin: 0;
  padding: 0 0 90px;
  text-align: center;
}
h3 {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  h2 {
    padding: 0 0 45px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    padding: 0 0 30px;
  }
}

/*Page Top----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}

.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #153aa1;
  border-radius: 50%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pagetop a:before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-60%);
}

.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.pagetop a:link,
.pagetop a:visited {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 20px;
    right: 5px;
  }
}

/*white-box----------------------------------------------------------- */
.white_box {
  padding: 45px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_l {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_s {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_xs {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box:last-of-type,
.white_box_l:last-of-type,
.white_box_s:last-of-type,
.white_box_xs:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .white_box {
    padding: 30px;
    margin-bottom: 15px;
  }
  .white_box_l {
    padding: 45q;
    margin-bottom: 30px;
  }
  .white_box_s,
  .white_box_xs {
    padding: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .white_box,
  .white_box_s,
  .white_box_xs {
    padding: 15px;
    margin-bottom: 15px;
  }
  .white_box_l {
    padding: 30px;
    margin-bottom: 15px;
  }
}

/*背景左右はみだし----------------------------------------------------------- */
.white_box.bg_over_l,
.white_box.bg_over_r {
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .white_box.bg_over_l,
  .white_box.bg_over_r {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .white_box.bg_over_l,
  .white_box.bg_over_r {
    margin-bottom: 15px;
  }
}
.white_box.bg_over_l,
.white_box.bg_over_l > *,
.white_box.bg_over_r,
.white_box.bg_over_r > * {
  position: relative;
  z-index: 1;
}
.white_box.bg_over_l:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #efefef;
  z-index: 0;
}
.white_box.bg_over_r:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
  transform: translateX(50vw);
  background-color: #efefef;
  z-index: 0;
}

/* 画像カバースライドイン */
.slidein {
  width: 100%;
  overflow: hidden;
}
.slidein .slidein_inner {
  width: inherit;
  height: inherit;
  opacity: 0;
}
.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% );
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

/* 画像フェードイン */
.fadein {
  width: 100%;
  overflow: hidden;
}
.fadein .fadein_inner {
  width: inherit;
  height: inherit;
  opacity: 0;
}
.isfadein {
  animation-name: fadein;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 ;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*check_list----------------------------------------------------------- */
.check_list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 3px;
}
.check_list li:last-child {
  margin-bottom: 0;
}
.check_list li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  left: 0;
  color: orange;
}
.list_border {
  border-bottom: 2px dashed #000;
}
.list_border_stop {
  border-bottom: 2px dashed #000;
  display: inline-block;
}

/*FOXcss追加スタイル----------------------------------------------------------- */
.fx-row-gutter-s {
  margin-left: -8px;
  margin-right: -8px;
}
.fx-row-gutter-s li {
  padding-left: 8px;
  padding-right: 8px;
}
.fx-row-gutter-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.fx-row-gutter-xs li {
  padding-left: 5px;
  padding-right: 5px;
}

/*Container / Break----------------------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: none;
  }
  .pt_none {
    display: none;
  }
  .ps_none {
    display: none;
  }
  .t_none {
    display: block;
  }
  .ts_none {
    display: block;
  }
  .s_none {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
  .container {
    width: 768px;
    margin: 0 auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: block;
  }
  .pt_none {
    display: none;
  }
  .ps_none {
    display: block;
  }
  .t_none {
    display: none;
  }
  .ts_none {
    display: none;
  }
  .s_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    display: block;
    max-width: 767px;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: block;
  }
  .pt_none {
    display: block;
  }
  .ps_none {
    display: none;
  }
  .t_none {
    display: block;
  }
  .ts_none {
    display: none;
  }
  .s_none {
    display: none;
  }
}


/*************************************************************/
/**********************     共通部分     **********************/
/*************************************************************/

/*ボタン----------------------------------------------------------- */
.btn a {
  background: #c2b471;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  border: 2px solid #c2b471;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 28%;
  max-width: 560px;
  padding: 1.2% 15px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 15px;
  height: 15px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn a:hover {
  background: #ffffff;
  color: #c2b471;
  border: 2px solid #c2b471;
  opacity: 1;
  text-decoration: none;
}
.btn a:hover:after {
  right: 1.4rem;
}

.btn.btn_cl2 a {
  background: #12a73b;
  border: 2px solid #12a73b;
}
.btn.btn_cl2 a:hover {
  background: #ffffff;
  color: #12a73b;
  border: 2px solid #12a73b;
}
@media screen and (max-width: 767px) {
  .btn a {
    width: calc(100% - 30px);
    padding: 10px 15px;
  }
}

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 150px 0;
}
footer {
  padding: 45px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section {
    padding: 90px 0;
  }
  footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 45px 0;
  }
  footer {
    padding: 30px 0;
  }

}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #efefef;
}
.bg_cl2 {
  background-color: #fff;
}
.bg_01 {
  background: #000;
  position: relative;
  z-index: 0;
}
.bg_01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background:
    radial-gradient(transparent 0,transparent 35px,#38322a 35px,#38322a 36px,transparent 36px,transparent 100%),
    radial-gradient(transparent 0,transparent 35px,#38322a 35px,#38322a 36px,transparent 36px,transparent 100%);
  background-blend-mode: multiply;
  background-size: 72px 72px;
  background-position: 0 36px, 36px 0, 36px 36px, 0 0;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg_01 > * {
  position: relative;
  z-index: 1;
}
.cl_base {
  color: #ff00cc;
}
.cl_main {
  color: #c2b471;
}
.cl_accent {
  color: #4265a1;
}
.cl_other1 {
  color: #4265a1;
}
.cl_white {
  color: #fff;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  /* color: #c2b471; */
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #000;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

/*共通部分----------------------------------------------------------- */
h2 {
  font-weight: bold;
  line-height: 1;
}
h2 .main {
  font-size: 50px;
  padding-bottom: 30px;
}
h2 .sub {
  font-size: 20px;
  color: #c2b471;
  font-family: 'DIN', sans-serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  h2 .main {
    font-size: 36px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  h2 .main {
    font-size: 28px;
    padding-bottom: 15px;
  }
  h2 .sub {
    font-size: 18px;
  }
}

/*Header----------------------------------------------------------- */
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}
header .tell {
  padding-right: 30px;
  line-height: 1.1;
}
header .btn a {
  width: 180px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0;
  padding: 8px 10px;
}
header .btn a:after {
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
header .recruit_link {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    top: 0;
    width: 100%;
  }
  header .container {
    flex-direction: column;
  }
  header .tell {
    padding-right: 0;
  }
  header .contact {
    padding-right: 40px;
  }
  header .logo {
    height: 40px;
  }
  header .logo img {
    max-height: 40px;
  }
  .mv {
    margin-top: 60px;
  }
}

/*Navi----------------------------------------------------------- */
.sp_head_nav {
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: -webkit-sticky;
  position: sticky;
  z-index: 999999;
  top: 0;
  height: 83px;
  width: 100vw;
}
.sp_head_nav ul {
  display: flex;
  justify-content: center;
  color: #fff;
}
.sp_head_nav li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
.sp_head_nav li:last-child {
  display: none;
}
.sp_head_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  background-color: rgba(0,0,0,0);
  text-align: center;
  text-decoration: none;
}
.sp_head_nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255,255,255,0.3);
}
.sp_head_nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
.nav_jp {
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 1;
  display: inline-block;
}
.nav_en {
  font-size: 12px;
  color: #c2b471;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #nav_toggle {
    position: absolute;
    top: 8px;
    /**/
    right: 8px;
    /**/
    width: 40px;
    /**/
    height: 30px;
  }
  #nav_toggle div {
    position: relative;
    width: 30px;
    /**/
    margin: 0 auto;
  }
  #nav_toggle span {
    display: block;
    height: 4px;
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 3px;
  }
  #nav_toggle span:nth-child(1) {
    top: 5px;
    /**/
  }
  #nav_toggle span:nth-child(2) {
    top: 15px;
    /**/
  }
  #nav_toggle span:nth-child(3) {
    top: 25px;
    /**/
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    /**/
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    /**/
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  div#nav_toggle:after {
    content: "MENU";
    color: #000;
    display: block;
    padding-top: 80%;
    /**/
    font-family: "Roboto Condensed",sans-serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-align: center;
    white-space:nowrap;
  }
  .open div#nav_toggle:after {
    content: "CLOSE";
  }
  .sp_head_nav {
    height: auto;
    top: 60px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
  }
  .sp_head_nav ul.container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .sp_head_nav li {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .sp_head_nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .sp_head_nav li a {
    flex-direction: row;
    color: #fff;
  }
  .nav_jp {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .sp_head_nav li {
    position: relative;
  }
  .sp_head_nav li:before {
    position: absolute;
    content: "";
    right: 10px;
    width: 8px;
    height: 12px;
    background-image: url(../img/sp_menu_arrow.png);
  }
  .sp_head_nav li:last-child {
    display: block;
    padding: 15px;
  }
  nav .btn a {
    padding: 15px;
  }
  nav .recruit_link a {
    background: #c2b471;
    margin-bottom: 15px;
  }
}

/*sec_foot----------------------------------------------------------- */
.sec_foot .btn a {
  width: 100%;
  height: 111px;
}
.sec_foot .bg_cl2 {
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sec_foot .fx-row > div:first-child {
    display: flex;
    gap: 15px;
  }
  .sec_foot .btn {
    width: 50%;
  }
  .sec_foot .btn:last-child {
    padding-top: 0;
  }
  .sec_foot .btn a {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec_foot .btn a {
    height: auto;
  }
  .sec_foot .bg_cl2 {
    padding: 20px;
  }
}

/*Footer----------------------------------------------------------- */
footer .container,
footer .footer_nav li {
  display: flex;
  align-items: center;
}
footer .footer_nav li {
  margin-left: -15px;
  margin-right: -15px;
}
footer .footer_nav li p {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer_nav li a {
  color: #010101;
}
.footer_logo {
  padding-right: 60px;
}
.footer_copy {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer .footer_nav li {
    flex-wrap: wrap;
  }
  footer .footer_nav li p {
    width: 50%;
  }
  footer .footer_nav li:first-child {
    padding-bottom: 0;
  }
  footer .footer_nav li a {
    display: block;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  footer .container {
    flex-direction: column;
  }
  .footer_logo {
    padding-right: 0;
    padding-bottom: 15px;
  }
  footer .footer_nav,
  footer .footer_nav ul {
    width: 100%;
  }
  footer .footer_nav li {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  footer .footer_nav li:first-child {
    padding-bottom: 0;
  }
  footer .footer_nav li p {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer_nav li a {
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
}


/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wic1 img {
    width: 1200px;
    max-width: 1200px;
  }
  .wic1 {
    margin-left: calc(50% - 600px);
  }
}
@media screen and (max-width: 767px) {
  .wic1 img {
    width: 100%;
  }
  .wic1 {
    margin-left: 0;
    margin-right: 0;
  }
}