@charset "UTF-8";

/* CSS Document */
:root {
  --corporate-color: #BF9C46;
  --background-color: #F5F5F5;
  --btn-color: #BF9C46;
  --text-color: #333;
  --subtext-color: #9D9D9D;
  --border-color: #DDD;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: var(--text-color);
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/*mgt*/
.mgt32 {
  margin-top: 32px !important;
}

.mgt24 {
  margin-top: 24px !important;
}

.mgt16 {
  margin-top: 16px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

/* header */

#header {
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  z-index: 99999;
  transition: .4s;
}
#header.hide{
  transform: translateY(-100%);
}

.img_logo {
  display: block;
  width: 210px;
  height: 40px;
  position: absolute;
  top: 44%;
  left: 11px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: all 0.3s;
}

.btn_contact {
  color: var(--corporate-color);
  border: 1px solid var(--corporate-color);
  position: absolute;
  top: 53%;
  right: 44px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  height: 40px;
  width: 96px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s;

}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 74px;
  padding: 0 0 10px 0;
  clear: both;
  background-color: rgb(154 122 43 / 95%);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  text-align: center;
  padding: 64px 16px;
}

/* Hamburger menu button */
.menu-btn:checked~.menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  padding: 16px 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s;
}

/* nav_link */
.nav_link {
  position: relative;
  margin: 0 auto;
  padding: .6em .2em;
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
}

.nav_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: center left;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
  transition: transform .3s ease;
}

.nav_link:hover::after {
  transform: scaleX(1);
}

.nav_link_sub {
  padding: 8px 0 !important;
}

.nav_link_sub a {
  font-size: 12px !important;
}

.pdf_link {
  position: relative;
}

.pdf_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(0, -50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icn_pdf_white.svg) no-repeat;
  background-size: contain;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 37px 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  float: right;
}

.navicon {
  background: var(--corporate-color);
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: var(--corporate-color);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */

/* -------breadcrumb------- */
.breadcrumb {
  padding: 14px 0;
}
.breadcrumb ul {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 12px;
  padding: 0 12px;
}
.breadcrumb ul li {
  color: var(--corporate-color);
  font-weight: bold;
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 24px;
  position: relative;
}
.breadcrumb ul li a {
  color: var(--text-color);
  font-weight: normal;
}
.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: -16px;
  top: 0;
  font-weight: bold;
  color: var(--text-color);
}

/* -----フェードイン----- */
/* フェードイン(初期値) */
.fadeIn {
  opacity: 0;
  /* 最初は非表示 */
  transition: opacity 1s;
}

/* フェードイン(スクロールした後) */
.fadeIn.is-show {
  opacity: 1;
  /* 表示領域に入ったら表示 */
}

main {
  margin-top: 64px;
}

.container {
  width: 91.52542%;
  max-width: 1024px;
  margin: 0 auto;
}

/* contact */
.contact_wrap {
  padding: 64px 0;
  background: var(--corporate-color);
}

.contact_txt {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  color: #fff;
}

.contact_tel {
  margin: 16px 0 0;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  color: #fff;
}

.contact_note {
  margin: 16px 0 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

/* bn */
.bn_wrap {
  padding: 64px 0;
}

.bn_recruit {
  text-align: center;
  max-width: 650px;
  margin: auto;
}

/* footer */
.footer_wrap {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
}

.img_footer_logo {
  display: block;
  width: 232px;
  height: auto;
  margin: 0 auto;
  transition: all 0.3s;
}

.img_footer_logo:hover {
  opacity: .7;
}

.footer_company_info {
  text-align: center;
  font-size: 12px;
  margin: 16px 0 0;
}

.footer_link_list {
  text-align: center;
  margin: 48px 0 0;
}

.footer_link_list .nav_link {
  color: #333;
  font-weight: normal;
}

.footer_link_list .nav_link::after {
  background-color: var(--corporate-color);
}

.footer_link_list li {
  padding: 8px 0;
}

.footer_link_list .pdf_link::before {
  background: url(../img/icn_pdf.svg) no-repeat;
}

.copyright {
  border-top: 1px solid var(--border-color);
  padding: 16px 0;
  text-align: center;
  font-size: 10px;
}

#top_btn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 48px;
  width: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 999;
  transition: all 0.3s;
}

#top_btn::after {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  height: 10px;
  width: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* メディアクエリ */

@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media all and (min-width: 1024px) {

  .sp,
  .tbsp,
  .tb {
    display: none;
  }

  .btn_contact:hover {
    color: #fff;
    background-color: var(--corporate-color);
  }

  .img_logo:hover {
    opacity: .7;
  }
  .menu {
    padding: 96px 16px;
}
  .menu a {
    font-size: 20px;
  }

  .nav_link_sub a {
    /* font-size: 14px !important; */
  }

  /* contact */
  .contact_wrap {
    padding: 96px 0;
  }

  .contact_txt {
    font-size: 18px;
  }

  .contact_tel {
    margin: 16px 0 0;
    font-size: 48px;
  }

  .contact_note {
    margin: 16px 0 0;
    font-size: 14px;
  }

  /* footer */
  .footer_wrap {
    padding: 64px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer_company_info {
    text-align: left;
    font-size: 12px;
    margin: 16px 0 0;
  }

  .footer_link_list {
    text-align: left;
    margin: 0;
  }

}

@media all and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

/* 231113追記*/
.slick-img-cap{
  position: absolute;
    bottom: 16px;
    right: 16px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0 8px #333;
}

figure{
  position: relative;
}
figcaption{
  position: absolute;
    bottom: 8px;
    right: 8px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0 8px #333;
}
.slick-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}

/* Google recaptcha設定 */

.grecaptcha-badge{
  display: none;
}