@charset "UTF-8";
/* -------------------


  ！！！！！注意！！！！！

  index.cssはSassから生成されていますので、
  直接編集しないようご注意ください

  ！！！！！注意！！！！！


  
--------------------*/
/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: "Roboto Slab", serif; }

.font-b {
  font-family: "Roboto Slab", serif;
  font-style: normal; }

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal; }

/* -------------------
  MIXIN
--------------------*/
/* 
.example {
  font-size: vw(12);
}
*/
/* 
.example {
  font-size: fs(12); <- 12px quite
}
*/
/* 
.example {
  @include mq() {
    width: 100%;
  }
}
*/
/* -------------------
  COMMON
--------------------*/
body {
  font-family: "Noto Sans JP", serif;
  color: #414141;
  font-size: 15px;
  line-height: 2.13;
  font-weight: 500;
  position: relative; }
  body.noscroll {
    overflow: hidden; }
    body.noscroll:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 20; }
      @media screen and (max-width: 767px) {
        body.noscroll:before {
          display: none; } }
  body.popupnoscroll {
    overflow: hidden; }

section,
article,
header,
footer,
time {
  display: block; }

p,
ul,
table {
  margin-bottom: 2em; }
  p:last-child,
  ul:last-child,
  table:last-child {
    margin-bottom: 0; }

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin-bottom: 0.8em;
  font-weight: bold; }
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

a {
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  a[href^="tel:"] {
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      a[href^="tel:"] {
        pointer-events: auto; } }
  a:hover {
    opacity: 0.5; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }
  img.pc-only {
    display: inline; }
    @media screen and (max-width: 767px) {
      img.pc-only {
        display: none; } }
  img.sp-only {
    display: none; }
    @media screen and (max-width: 767px) {
      img.sp-only {
        display: inline; } }

.pc-only {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block; } }

.pc-only2 {
  display: inline; }
  @media screen and (max-width: 767px) {
    .pc-only2 {
      display: none; } }

.sp-only2 {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only2 {
      display: inline; } }

.adj-10:before {
  content: "";
  display: block;
  height: 10px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -10px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-15:before {
  content: "";
  display: block;
  height: 15px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -15px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-20:before {
  content: "";
  display: block;
  height: 20px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -20px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-25:before {
  content: "";
  display: block;
  height: 25px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -25px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-30:before {
  content: "";
  display: block;
  height: 30px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -30px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-35:before {
  content: "";
  display: block;
  height: 35px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -35px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-40:before {
  content: "";
  display: block;
  height: 40px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -40px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-45:before {
  content: "";
  display: block;
  height: 45px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -45px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-50:before {
  content: "";
  display: block;
  height: 50px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -50px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-55:before {
  content: "";
  display: block;
  height: 55px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -55px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-60:before {
  content: "";
  display: block;
  height: 60px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -60px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-65:before {
  content: "";
  display: block;
  height: 65px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -65px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-70:before {
  content: "";
  display: block;
  height: 70px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-75:before {
  content: "";
  display: block;
  height: 75px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -75px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-80:before {
  content: "";
  display: block;
  height: 80px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -80px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-85:before {
  content: "";
  display: block;
  height: 85px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -85px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-90:before {
  content: "";
  display: block;
  height: 90px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -90px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-95:before {
  content: "";
  display: block;
  height: 95px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -95px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-100:before {
  content: "";
  display: block;
  height: 100px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-105:before {
  content: "";
  display: block;
  height: 105px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -105px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-110:before {
  content: "";
  display: block;
  height: 110px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -110px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-115:before {
  content: "";
  display: block;
  height: 115px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -115px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-120:before {
  content: "";
  display: block;
  height: 120px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -120px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-125:before {
  content: "";
  display: block;
  height: 125px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -125px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-130:before {
  content: "";
  display: block;
  height: 130px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -130px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-135:before {
  content: "";
  display: block;
  height: 135px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -135px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-140:before {
  content: "";
  display: block;
  height: 140px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -140px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-145:before {
  content: "";
  display: block;
  height: 145px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -145px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-150:before {
  content: "";
  display: block;
  height: 150px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -150px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-155:before {
  content: "";
  display: block;
  height: 155px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -155px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-160:before {
  content: "";
  display: block;
  height: 160px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -160px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-165:before {
  content: "";
  display: block;
  height: 165px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -165px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-170:before {
  content: "";
  display: block;
  height: 170px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -170px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-175:before {
  content: "";
  display: block;
  height: 175px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -175px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-180:before {
  content: "";
  display: block;
  height: 180px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -180px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-185:before {
  content: "";
  display: block;
  height: 185px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -185px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-190:before {
  content: "";
  display: block;
  height: 190px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -190px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-195:before {
  content: "";
  display: block;
  height: 195px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -195px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-200:before {
  content: "";
  display: block;
  height: 200px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -200px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-205:before {
  content: "";
  display: block;
  height: 205px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -205px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-210:before {
  content: "";
  display: block;
  height: 210px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -210px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-215:before {
  content: "";
  display: block;
  height: 215px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -215px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-220:before {
  content: "";
  display: block;
  height: 220px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -220px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-225:before {
  content: "";
  display: block;
  height: 225px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -225px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-230:before {
  content: "";
  display: block;
  height: 230px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -230px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-235:before {
  content: "";
  display: block;
  height: 235px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -235px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-240:before {
  content: "";
  display: block;
  height: 240px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -240px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-245:before {
  content: "";
  display: block;
  height: 245px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -245px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-250:before {
  content: "";
  display: block;
  height: 250px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -250px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-255:before {
  content: "";
  display: block;
  height: 255px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -255px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-260:before {
  content: "";
  display: block;
  height: 260px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -260px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-265:before {
  content: "";
  display: block;
  height: 265px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -265px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-270:before {
  content: "";
  display: block;
  height: 270px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -270px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-275:before {
  content: "";
  display: block;
  height: 275px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -275px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-280:before {
  content: "";
  display: block;
  height: 280px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -280px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-285:before {
  content: "";
  display: block;
  height: 285px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -285px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-290:before {
  content: "";
  display: block;
  height: 290px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -290px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-295:before {
  content: "";
  display: block;
  height: 295px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -295px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.c-width {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px; }

.c-width-700 {
  max-width: 700px;
  margin: 0 auto; }

.c-width-710 {
  max-width: 710px;
  margin: 0 auto; }

.c-width-720 {
  max-width: 720px;
  margin: 0 auto; }

.c-width-730 {
  max-width: 730px;
  margin: 0 auto; }

.c-width-740 {
  max-width: 740px;
  margin: 0 auto; }

.c-width-750 {
  max-width: 750px;
  margin: 0 auto; }

.c-width-760 {
  max-width: 760px;
  margin: 0 auto; }

.c-width-770 {
  max-width: 770px;
  margin: 0 auto; }

.c-width-780 {
  max-width: 780px;
  margin: 0 auto; }

.c-width-790 {
  max-width: 790px;
  margin: 0 auto; }

.c-width-800 {
  max-width: 800px;
  margin: 0 auto; }

.c-width-810 {
  max-width: 810px;
  margin: 0 auto; }

.c-width-820 {
  max-width: 820px;
  margin: 0 auto; }

.c-width-830 {
  max-width: 830px;
  margin: 0 auto; }

.c-width-840 {
  max-width: 840px;
  margin: 0 auto; }

.c-width-850 {
  max-width: 850px;
  margin: 0 auto; }

.c-width-860 {
  max-width: 860px;
  margin: 0 auto; }

.c-width-870 {
  max-width: 870px;
  margin: 0 auto; }

.c-width-880 {
  max-width: 880px;
  margin: 0 auto; }

.c-width-890 {
  max-width: 890px;
  margin: 0 auto; }

.c-width-900 {
  max-width: 900px;
  margin: 0 auto; }

.c-width-910 {
  max-width: 910px;
  margin: 0 auto; }

.c-width-920 {
  max-width: 920px;
  margin: 0 auto; }

.c-width-930 {
  max-width: 930px;
  margin: 0 auto; }

.c-width-940 {
  max-width: 940px;
  margin: 0 auto; }

.c-width-950 {
  max-width: 950px;
  margin: 0 auto; }

.c-width-960 {
  max-width: 960px;
  margin: 0 auto; }

.c-width-970 {
  max-width: 970px;
  margin: 0 auto; }

.c-width-980 {
  max-width: 980px;
  margin: 0 auto; }

.c-width-990 {
  max-width: 990px;
  margin: 0 auto; }

.c-width-1000 {
  max-width: 1000px;
  margin: 0 auto; }

.c-width-1010 {
  max-width: 1010px;
  margin: 0 auto; }

.c-width-1020 {
  max-width: 1020px;
  margin: 0 auto; }

.c-width-1030 {
  max-width: 1030px;
  margin: 0 auto; }

.c-width-1040 {
  max-width: 1040px;
  margin: 0 auto; }

.c-width-1050 {
  max-width: 1050px;
  margin: 0 auto; }

.c-width-1060 {
  max-width: 1060px;
  margin: 0 auto; }

.c-width-1070 {
  max-width: 1070px;
  margin: 0 auto; }

.c-width-1080 {
  max-width: 1080px;
  margin: 0 auto; }

.c-width-1090 {
  max-width: 1090px;
  margin: 0 auto; }

.c-width-1100 {
  max-width: 1100px;
  margin: 0 auto; }

.c-width-1110 {
  max-width: 1110px;
  margin: 0 auto; }

.c-width-1120 {
  max-width: 1120px;
  margin: 0 auto; }

.c-width-1130 {
  max-width: 1130px;
  margin: 0 auto; }

.c-width-1140 {
  max-width: 1140px;
  margin: 0 auto; }

.c-width-1150 {
  max-width: 1150px;
  margin: 0 auto; }

.c-width-1160 {
  max-width: 1160px;
  margin: 0 auto; }

.c-width-1170 {
  max-width: 1170px;
  margin: 0 auto; }

.c-width-1180 {
  max-width: 1180px;
  margin: 0 auto; }

.c-width-1190 {
  max-width: 1190px;
  margin: 0 auto; }

.c-width-1200 {
  max-width: 1200px;
  margin: 0 auto; }

.c-width-1210 {
  max-width: 1210px;
  margin: 0 auto; }

.c-width-1220 {
  max-width: 1220px;
  margin: 0 auto; }

.c-width-1230 {
  max-width: 1230px;
  margin: 0 auto; }

.c-width-1240 {
  max-width: 1240px;
  margin: 0 auto; }

.c-width-1250 {
  max-width: 1250px;
  margin: 0 auto; }

.c-width-1260 {
  max-width: 1260px;
  margin: 0 auto; }

.c-width-1270 {
  max-width: 1270px;
  margin: 0 auto; }

.c-width-1280 {
  max-width: 1280px;
  margin: 0 auto; }

.c-width-1290 {
  max-width: 1290px;
  margin: 0 auto; }

.c-width-1300 {
  max-width: 1300px;
  margin: 0 auto; }

.c-width-1310 {
  max-width: 1310px;
  margin: 0 auto; }

.c-width-1320 {
  max-width: 1320px;
  margin: 0 auto; }

.c-width-1330 {
  max-width: 1330px;
  margin: 0 auto; }

.c-width-1340 {
  max-width: 1340px;
  margin: 0 auto; }

.c-width-1350 {
  max-width: 1350px;
  margin: 0 auto; }

.c-width-1360 {
  max-width: 1360px;
  margin: 0 auto; }

.c-width-1370 {
  max-width: 1370px;
  margin: 0 auto; }

.c-width-1380 {
  max-width: 1380px;
  margin: 0 auto; }

.c-width-1390 {
  max-width: 1390px;
  margin: 0 auto; }

.c-width-1400 {
  max-width: 1400px;
  margin: 0 auto; }

.breadcrumbs {
  font-size: 12px;
  position: absolute;
  width: 100%;
  z-index: 3;
  padding: 8px 2.92826vw;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      font-size: 12px;
      right: auto;
      bottom: auto;
      padding-left: 20px; } }
  .breadcrumbs ul {
    display: flex; }
    @media screen and (max-width: 767px) {
      .breadcrumbs ul {
        flex-wrap: wrap; } }
    .breadcrumbs ul li {
      color: #414141; }
      @media screen and (max-width: 767px) {
        .breadcrumbs ul li {
          line-height: 1.5; } }
      .breadcrumbs ul li a {
        color: #414141; }
      .breadcrumbs ul li .arrow {
        margin: 0 0.5em; }
  .breadcrumbs.white {
    background: none; }

.flowing-ttl {
  display: flex;
  width: 100%;
  overflow: hidden; }
  .flowing-ttl__item {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0 15px; }
    .flowing-ttl__item:nth-child(odd) {
      animation: MoveLeft 40s -20s infinite linear; }
    .flowing-ttl__item:nth-child(even) {
      animation: MoveLeft2 40s infinite linear; }
  .flowing-ttl.reverse .flowing-ttl__item:nth-child(odd) {
    animation: MoveLeft 40s -20s infinite linear reverse; }
  .flowing-ttl.reverse .flowing-ttl__item:nth-child(even) {
    animation: MoveLeft2 40s infinite linear reverse; }

@keyframes MoveLeft {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }

@keyframes MoveLeft2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }

.c-ttl {
  margin-bottom: 50px;
  color: #964b00; }
  @media screen and (max-width: 767px) {
    .c-ttl {
      margin-bottom: 40px; } }
  .c-ttl .en {
    font-family: "Roboto Slab", serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .c-ttl .en {
        font-size: 10.25641vw;
        line-height: 1.15;
        margin-bottom: 10px; } }
  .c-ttl .jp {
    line-height: 1.7;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .c-ttl .jp {
        font-size: 3.84615vw; } }
  .c-ttl.center {
    text-align: center; }

.c-btn {
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    .c-btn {
      margin: 30px 0; } }
  .c-btn a {
    background: #fd780f;
    border: 3px solid #fd780f;
    color: #fff;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    height: 60px;
    min-width: 370px; }
    @media screen and (max-width: 767px) {
      .c-btn a {
        min-width: auto;
        width: 100%; } }
    .c-btn a .arrow {
      width: 20px;
      height: 20px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1;
      font-size: 11px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translate(0, -50%); }
    .c-btn a .link {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1;
      font-size: 15px;
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translate(0, -50%); }
    .c-btn a:hover {
      background: #fff;
      color: #fd780f;
      opacity: 1; }
      .c-btn a:hover .arrow {
        border: 1px solid #fd780f; }
  .c-btn.center {
    text-align: center; }
  .c-btn.right {
    text-align: right; }
  .c-btn.noframe a {
    background: none;
    border: none;
    color: #fd780f;
    height: auto;
    min-width: auto;
    padding-right: 35px; }
    @media screen and (max-width: 767px) {
      .c-btn.noframe a {
        width: auto; } }
    .c-btn.noframe a .arrow {
      border: 1px solid #fd780f;
      right: 0px; }
    .c-btn.noframe a:hover {
      background: none;
      opacity: 0.5; }
  .c-btn.white a {
    background: #fff;
    border: 3px solid #fff;
    color: #fd780f; }
    .c-btn.white a .arrow {
      border: 1px solid #fd780f; }
    .c-btn.white a:hover {
      background: #fd780f;
      color: #fff;
      opacity: 1; }
      .c-btn.white a:hover .arrow {
        border: 1px solid #fff; }

@media screen and (max-width: 767px) {
  .btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px; } }

.btn-list .c-btn {
  margin: 0;
  border-bottom: 1px solid #964b00; }
  @media screen and (max-width: 767px) {
    .btn-list .c-btn {
      width: calc((100% - 20px) / 2); } }
  .btn-list .c-btn a {
    background: none;
    border: none;
    color: #964b00;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    border-radius: 0px;
    height: 70px; }
    .btn-list .c-btn a .arrow {
      border: 1px solid #964b00;
      right: 0px; }
    .btn-list .c-btn a:hover {
      background: none;
      color: #964b00;
      opacity: 0.5; }
      .btn-list .c-btn a:hover .arrow {
        border: 1px solid #964b00; }

.page-ttl {
  background: #fd780f;
  color: #fff;
  display: flex;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .page-ttl {
      flex-direction: column; } }
  .page-ttl-img {
    width: 58%; }
    @media screen and (max-width: 767px) {
      .page-ttl-img {
        width: 100%;
        padding: 0 0 40px 30px; } }
    .page-ttl-img img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .page-ttl-img img {
          border-radius: 10px 0 0 10px; } }
  .page-ttl-txt {
    width: 42%;
    padding: 40px 50px; }
    @media screen and (max-width: 767px) {
      .page-ttl-txt {
        width: 100%;
        padding: 30px; } }
    .page-ttl-txt .en {
      font-family: "Roboto Slab", serif;
      font-size: 5.12445vw;
      line-height: 1.2;
      letter-spacing: 0.1em;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .page-ttl-txt .en {
          font-size: 10.25641vw; } }
      .page-ttl-txt .en.small {
        font-size: 1.46413vw; }
        @media screen and (max-width: 767px) {
          .page-ttl-txt .en.small {
            font-size: 5.12821vw; } }
    .page-ttl-txt .jp {
      font-size: 1.31772vw;
      line-height: 1.7;
      letter-spacing: 0.1em;
      margin-bottom: 2.56223vw; }
      @media screen and (max-width: 767px) {
        .page-ttl-txt .jp {
          font-size: 4.61538vw; } }
      .page-ttl-txt .jp.big {
        font-size: 3.29429vw; }
        @media screen and (max-width: 767px) {
          .page-ttl-txt .jp.big {
            font-size: 7.17949vw; } }
  .page-ttl__logo {
    width: 182px;
    margin-bottom: 5.12445vw; }
    @media screen and (max-width: 767px) {
      .page-ttl__logo {
        width: 33.33333vw; } }
  .page-ttl.crosstalk .page-ttl-img {
    width: 70%; }
    @media screen and (max-width: 767px) {
      .page-ttl.crosstalk .page-ttl-img {
        width: 100%;
        padding: 0; } }
  .page-ttl.crosstalk .page-ttl-txt {
    width: 30%;
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .page-ttl.crosstalk .page-ttl-txt {
        width: 100%;
        padding-top: 30px; } }
    @media screen and (max-width: 767px) {
      .page-ttl.crosstalk .page-ttl-txt .en {
        padding-top: 20px; } }
  .page-ttl.crosstalk .page-ttl__logo {
    margin-bottom: 11.347vw; }
  .page-ttl.thanks {
    text-align: center;
    background: #fd780f url(../images/thanks/thanks-bg.svg) repeat-x center bottom -1px/1916px auto;
    padding-bottom: 160px; }
    @media screen and (max-width: 767px) {
      .page-ttl.thanks {
        background: #fd780f url(../images/thanks/thanks-bg.svg) repeat-x left -20vw bottom -1px/1044px auto;
        padding-bottom: 60px; } }
    .page-ttl.thanks .page-ttl-txt {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .page-ttl.thanks .thanks__ttl {
        margin-bottom: 20px; } }
  .page-ttl.nf {
    text-align: center;
    background: #b2b2b2 url(../images/thanks/nf-bg.svg) repeat-x center bottom -1px/1916px auto;
    padding-bottom: 160px; }
    @media screen and (max-width: 767px) {
      .page-ttl.nf {
        background: #b2b2b2 url(../images/thanks/nf-bg.svg) repeat-x left -20vw bottom -1px/1044px auto;
        padding-bottom: 60px; } }
    .page-ttl.nf .page-ttl-txt {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .page-ttl.nf .nf__ttl {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .page-ttl.nf .nf__ttl .en {
        margin-bottom: 2.5641vw; } }
    .page-ttl.nf .nf__ttl .jp {
      font-size: 1.83016vw; }
      @media screen and (max-width: 767px) {
        .page-ttl.nf .nf__ttl .jp {
          font-size: 4.61538vw; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0 !important; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: flex;
  justify-content: center;
  bottom: 35px; }
  .slick-dots li {
    opacity: 0.5; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      font-size: 0;
      background-color: #fff;
      border-radius: 50%; }
      .slick-dots li button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #EEEEEE;
        border-radius: 50%;
        content: ""; }
    .slick-dots li.slick-active {
      opacity: 1; }
      .slick-dots li.slick-active button {
        border: none; }
        .slick-dots li.slick-active button:before {
          background-color: #ffcc00; }

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6B9FE8;
  z-index: 1;
  transition: all .3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: 0; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #2f5baf; }
  .slick-prev span,
  .slick-next span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .slick-prev span:before,
    .slick-next span:before {
      position: absolute;
      top: 15px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      content: ""; }

.slick-prev {
  left: 0; }
  @media screen and (max-width: 1050px) {
    .slick-prev {
      left: 10px; } }
  .slick-prev span:before {
    left: 17px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }

.slick-next {
  right: 0; }
  @media screen and (max-width: 1050px) {
    .slick-next {
      right: 10px; } }
  .slick-next span:before {
    left: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translate(-50%, -50%); }
  @media all and (-ms-high-contrast: none) {
    .slick-next {
      /* IE10 */
      /* IE11 */ }
      .slick-next span:before {
        left: 15px; }
      .slick-next *::-ms-backdrop:before,
      .slick-next span:before {
        left: 15px; } }

.ui-datepicker {
  background-color: #fff;
  padding: .8em .5em .3em; }

.ui-datepicker .ui-datepicker-title {
  font-size: 0.875rem;
  text-align: center; }

.ui-widget.ui-widget-content {
  border-radius: 5px; }

.ui-widget-header {
  border: none;
  background: inherit;
  color: #474F5F;
  font-weight: bold; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: #ECF0F4;
  font-weight: bold;
  color: #3B93D2;
  text-align: center;
  padding: 7px 9px;
  font-size: 0.6875rem; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #AFB4BC;
  font-size: 0.6875rem; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  left: 10px;
  cursor: pointer;
  font-size: 0.75rem; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    border: none;
    background-color: #fff; }

.ui-datepicker .ui-datepicker-next {
  right: 10px;
  left: auto; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -6px; }

.ui-icon {
  width: 10px;
  height: 10px; }

.ui-widget-content .ui-state-default:hover {
  border: 0px;
  text-align: center;
  background: #000;
  color: #fff; }

.ui-widget-content .ui-state-active {
  border: 0px;
  background: #000;
  color: #fff; }

.ui-datepicker td {
  padding: 1px; }

a.ui-state-default {
  width: 100%;
  display: block; }

/* Fade up */
.fadeup {
  opacity: 0;
  transform: translate(0, 30px);
  transition: opacity 1s ease 0s, transform 1s ease 0s; }
  .fadeup.in {
    opacity: 1;
    transform: translate(0, 0); }

.fadeup2 {
  transform: translate(0, 80px);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeup2.in {
    transform: translate(0, 0); }

.eachCharaFU {
  overflow: hidden; }
  .eachCharaFU .chara {
    opacity: 0;
    display: inline-block;
    animation: eachCharaFU 0.8s forwards; }

@keyframes eachCharaFU {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* Fade up */
.matrix-inner {
  display: block;
  overflow: hidden;
  opacity: 0; }
  .matrix-inner-2 {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1); }

.matrix.in .matrix-inner {
  opacity: 1; }
  .matrix.in .matrix-inner-2 {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0); }

/* Fade in */
.fadein {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transform: scale(0.9); }
  .fadein.in {
    opacity: 1;
    transform: scale(1); }

/* Fade up */
.fadeleft {
  opacity: 0;
  transform: translate(-80px, 0);
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s; }
  .fadeleft.in {
    opacity: 1;
    transform: translate(0, 0); }

.fadeleft2 {
  transform: translate(-80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .fadeleft2.in {
    transform: translate(0, 0); }

/* Fade up */
.faderight {
  opacity: 0;
  transform: translate(80px, 0);
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s; }
  .faderight.in {
    opacity: 1;
    transform: translate(0, 0); }

.faderight2 {
  transform: translate(80px, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .faderight2.in {
    transform: translate(0, 0); }

.fuwafuwa {
  animation: fuwafuwa 2.5s infinite; }

.fuwafuwa-t {
  animation: fuwafuwa-t 3.5s infinite; }

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-20%); }
  100% {
    transform: translateY(0px); } }

@keyframes fuwafuwa-t {
  0% {
    transform: translateY(0px); }
  40% {
    opacity: 1; }
  100% {
    transform: translateY(-180%);
    opacity: 0; } }

/* Nina */
.button--ninaWrap {
  display: inline-block;
  text-align: center;
  min-width: 154px;
  max-width: 100%;
  background: #fff;
  border-radius: 72px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .button--ninaWrap {
      width: 100%; } }

.button--nina {
  position: relative;
  display: inline-block;
  height: 55px;
  line-height: 56px;
  color: #474F5F;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  .button--nina span {
    vertical-align: middle; }

.button--nina > span {
  display: inline-block;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button--ninaWrap:hover {
  background-color: #474F5F;
  letter-spacing: -1.5px; }

.button--ninaWrap:hover .button--nina {
  letter-spacing: -1.5px; }

.button--ninaWrap:hover .button--nina::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.button--ninaWrap:hover .button--nina > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.button--ninaWrap:hover .button--nina > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s; }

.button--ninaWrap:hover .button--nina > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.button--ninaWrap:hover .button--nina > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s; }

.button--ninaWrap:hover .button--nina > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.button--ninaWrap:hover .button--nina > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s; }

.button--ninaWrap:hover .button--nina > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.button--ninaWrap:hover .button--nina > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s; }

.button--ninaWrap:hover .button--nina > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s; }

.button--ninaWrap:hover .button--nina > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s; }

.button--ninaWrap:hover .button--nina > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.button--nina:after {
  position: absolute;
  right: -2px;
  top: calc(50% - 4px);
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/common/icon-arrow-right.svg) no-repeat;
  transition: all .3s;
  content: "";
  z-index: 1; }

.button--ninaWrap:hover .button--nina:after {
  top: calc(50% - 3px);
  display: inline-block;
  transform: translateX(18px);
  background-image: url(../images/common/icon-arrow-right-white.svg); }

.button--ninaWrap--blue {
  background: #4AABB8; }
  .button--ninaWrap--blue .button--nina {
    color: #fff; }
    .button--ninaWrap--blue .button--nina span {
      color: #4AABB8; }
    .button--ninaWrap--blue .button--nina::after {
      background: url(../images/common/icon-arrow-right-white.svg) no-repeat; }
  .button--ninaWrap--blue:hover {
    background-color: #fff;
    letter-spacing: -1.5px; }
    .button--ninaWrap--blue:hover .button--nina {
      color: #4AABB8; }
      .button--ninaWrap--blue:hover .button--nina::after {
        background: url(../images/common/icon-arrow-right-blue.svg) no-repeat; }

.smoothupwrap {
  overflow: hidden;
  display: block; }

.smoothup {
  display: block;
  transition: transform 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left; }

.in .smoothup {
  transform: translate3d(0, 0, 0) skewY(0); }

.delay-1 {
  transition-delay: .1s; }

.delay-2 {
  transition-delay: .2s; }

.delay-3 {
  transition-delay: .3s; }

.delay-4 {
  transition-delay: .4s; }

.delay-5 {
  transition-delay: .5s; }

.delay-6 {
  transition-delay: .6s; }

.delay-7 {
  transition-delay: .7s; }

.delay-8 {
  transition-delay: .8s; }

.delay-9 {
  transition-delay: .9s; }

.delay-10 {
  transition-delay: 1s; }

.delay-11 {
  transition-delay: 1.1s; }

.delay-12 {
  transition-delay: 1.2s; }

.delay-13 {
  transition-delay: 1.3s; }

.delay-14 {
  transition-delay: 1.4s; }

.delay-15 {
  transition-delay: 1.5s; }

.delay-16 {
  transition-delay: 1.6s; }

.delay-17 {
  transition-delay: 1.7s; }

.delay-18 {
  transition-delay: 1.8s; }

.delay-19 {
  transition-delay: 1.9s; }

.delay-20 {
  transition-delay: 2.0s; }

.delay-21 {
  transition-delay: 2.1s; }

.delay-22 {
  transition-delay: 2.2s; }

.delay-23 {
  transition-delay: 2.3s; }

.delay-24 {
  transition-delay: 2.4s; }

.ani-delay-1 {
  animation-delay: .1s; }

.ani-delay-2 {
  animation-delay: .2s; }

.ani-delay-3 {
  animation-delay: .3s; }

.ani-delay-4 {
  animation-delay: .4s; }

.ani-delay-5 {
  animation-delay: .5s; }

.ani-delay-6 {
  animation-delay: .6s; }

.ani-delay-7 {
  animation-delay: .7s; }

.ani-delay-8 {
  animation-delay: .8s; }

.ani-delay-9 {
  animation-delay: .9s; }

.ani-delay-10 {
  animation-delay: 1s; }

.ani-delay-11 {
  animation-delay: 1.1s; }

.ani-delay-12 {
  animation-delay: 1.2s; }

.ani-delay-13 {
  animation-delay: 1.3s; }

.ani-delay-14 {
  animation-delay: 1.4s; }

.ani-delay-15 {
  animation-delay: 1.5s; }

.ani-delay-16 {
  animation-delay: 1.6s; }

.ani-delay-17 {
  animation-delay: 1.7s; }

.ani-delay-18 {
  animation-delay: 1.8s; }

.ani-delay-19 {
  animation-delay: 1.9s; }

.ani-delay-20 {
  animation-delay: 2.0s; }

.ani-delay-21 {
  animation-delay: 2.1s; }

.ani-delay-22 {
  animation-delay: 2.2s; }

.ani-delay-23 {
  animation-delay: 2.3s; }

.ani-delay-24 {
  animation-delay: 2.4s; }

/* -------------------
  PARTS
--------------------*/
.mgt-0 {
  margin-top: 0; }

.mgt-5 {
  margin-top: 5px; }

.mgt-10 {
  margin-top: 10px; }

.mgt-15 {
  margin-top: 15px; }

.mgt-20 {
  margin-top: 20px; }

.mgt-25 {
  margin-top: 25px; }

.mgt-30 {
  margin-top: 30px; }

.mgt-35 {
  margin-top: 35px; }

.mgt-40 {
  margin-top: 40px; }

.mgt-45 {
  margin-top: 45px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-55 {
  margin-top: 55px; }

.mgt-60 {
  margin-top: 60px; }

.mgt-65 {
  margin-top: 65px; }

.mgt-70 {
  margin-top: 70px; }

.mgt-75 {
  margin-top: 75px; }

.mgt-80 {
  margin-top: 80px; }

.mgt-85 {
  margin-top: 85px; }

.mgt-90 {
  margin-top: 90px; }

.mgt-95 {
  margin-top: 95px; }

.mgt-100 {
  margin-top: 100px; }

.mgb-0 {
  margin-bottom: 0 !important; }

.mgb-5 {
  margin-bottom: 5px; }

.mgb-10 {
  margin-bottom: 10px; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-20 {
  margin-bottom: 20px; }

.mgb-25 {
  margin-bottom: 25px; }

.mgb-30 {
  margin-bottom: 30px; }

.mgb-35 {
  margin-bottom: 35px; }

.mgb-40 {
  margin-bottom: 40px; }

.mgb-45 {
  margin-bottom: 45px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-55 {
  margin-bottom: 55px; }

.mgb-60 {
  margin-bottom: 60px; }

.mgb-65 {
  margin-bottom: 65px; }

.mgb-70 {
  margin-bottom: 70px; }

.mgb-75 {
  margin-bottom: 75px; }

.mgb-80 {
  margin-bottom: 80px; }

.mgb-85 {
  margin-bottom: 85px; }

.mgb-90 {
  margin-bottom: 90px; }

.mgb-95 {
  margin-bottom: 95px; }

.mgb-100 {
  margin-bottom: 100px; }

.mgl-0 {
  margin-left: 0; }

.mgl-1 {
  margin-left: 1px; }

.mgl-2 {
  margin-left: 2px; }

.mgl-3 {
  margin-left: 3px; }

.mgl-4 {
  margin-left: 4px; }

.mgl-5 {
  margin-left: 5px; }

.mgl-6 {
  margin-left: 6px; }

.mgl-7 {
  margin-left: 7px; }

.mgl-8 {
  margin-left: 8px; }

.mgl-9 {
  margin-left: 9px; }

.mgl-10 {
  margin-left: 10px; }

.mgr-0 {
  margin-right: 0; }

.mgr-1 {
  margin-right: 1px; }

.mgr-2 {
  margin-right: 2px; }

.mgr-3 {
  margin-right: 3px; }

.mgr-4 {
  margin-right: 4px; }

.mgr-5 {
  margin-right: 5px; }

.mgr-6 {
  margin-right: 6px; }

.mgr-7 {
  margin-right: 7px; }

.mgr-8 {
  margin-right: 8px; }

.mgr-9 {
  margin-right: 9px; }

.mgr-10 {
  margin-right: 10px; }

.mgr-20 {
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .mgr-20 {
      margin-right: 10px; } }

.pdt-10 {
  padding-top: 10px !important; }

.pdt-20 {
  padding-top: 20px !important; }

.pdt-30 {
  padding-top: 30px !important; }

.pdt-40 {
  padding-top: 40px !important; }

.pdt-50 {
  padding-top: 50px !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.m-center {
  margin: 0 auto; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.mb-105 {
  margin-bottom: 105px !important; }

.mt-105 {
  margin-top: 105px !important; }

.mr-105 {
  margin-right: 105px !important; }

.ml-105 {
  margin-left: 105px !important; }

.pb-105 {
  padding-bottom: 105px !important; }

.pt-105 {
  padding-top: 105px !important; }

.pr-105 {
  padding-right: 105px !important; }

.pl-105 {
  padding-left: 105px !important; }

.mb-110 {
  margin-bottom: 110px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mr-110 {
  margin-right: 110px !important; }

.ml-110 {
  margin-left: 110px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pr-110 {
  padding-right: 110px !important; }

.pl-110 {
  padding-left: 110px !important; }

.mb-115 {
  margin-bottom: 115px !important; }

.mt-115 {
  margin-top: 115px !important; }

.mr-115 {
  margin-right: 115px !important; }

.ml-115 {
  margin-left: 115px !important; }

.pb-115 {
  padding-bottom: 115px !important; }

.pt-115 {
  padding-top: 115px !important; }

.pr-115 {
  padding-right: 115px !important; }

.pl-115 {
  padding-left: 115px !important; }

.mb-120 {
  margin-bottom: 120px !important; }

.mt-120 {
  margin-top: 120px !important; }

.mr-120 {
  margin-right: 120px !important; }

.ml-120 {
  margin-left: 120px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pr-120 {
  padding-right: 120px !important; }

.pl-120 {
  padding-left: 120px !important; }

.mb-125 {
  margin-bottom: 125px !important; }

.mt-125 {
  margin-top: 125px !important; }

.mr-125 {
  margin-right: 125px !important; }

.ml-125 {
  margin-left: 125px !important; }

.pb-125 {
  padding-bottom: 125px !important; }

.pt-125 {
  padding-top: 125px !important; }

.pr-125 {
  padding-right: 125px !important; }

.pl-125 {
  padding-left: 125px !important; }

.mb-130 {
  margin-bottom: 130px !important; }

.mt-130 {
  margin-top: 130px !important; }

.mr-130 {
  margin-right: 130px !important; }

.ml-130 {
  margin-left: 130px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pr-130 {
  padding-right: 130px !important; }

.pl-130 {
  padding-left: 130px !important; }

.mb-135 {
  margin-bottom: 135px !important; }

.mt-135 {
  margin-top: 135px !important; }

.mr-135 {
  margin-right: 135px !important; }

.ml-135 {
  margin-left: 135px !important; }

.pb-135 {
  padding-bottom: 135px !important; }

.pt-135 {
  padding-top: 135px !important; }

.pr-135 {
  padding-right: 135px !important; }

.pl-135 {
  padding-left: 135px !important; }

.mb-140 {
  margin-bottom: 140px !important; }

.mt-140 {
  margin-top: 140px !important; }

.mr-140 {
  margin-right: 140px !important; }

.ml-140 {
  margin-left: 140px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pr-140 {
  padding-right: 140px !important; }

.pl-140 {
  padding-left: 140px !important; }

.mb-145 {
  margin-bottom: 145px !important; }

.mt-145 {
  margin-top: 145px !important; }

.mr-145 {
  margin-right: 145px !important; }

.ml-145 {
  margin-left: 145px !important; }

.pb-145 {
  padding-bottom: 145px !important; }

.pt-145 {
  padding-top: 145px !important; }

.pr-145 {
  padding-right: 145px !important; }

.pl-145 {
  padding-left: 145px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mr-150 {
  margin-right: 150px !important; }

.ml-150 {
  margin-left: 150px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pr-150 {
  padding-right: 150px !important; }

.pl-150 {
  padding-left: 150px !important; }

.mb-155 {
  margin-bottom: 155px !important; }

.mt-155 {
  margin-top: 155px !important; }

.mr-155 {
  margin-right: 155px !important; }

.ml-155 {
  margin-left: 155px !important; }

.pb-155 {
  padding-bottom: 155px !important; }

.pt-155 {
  padding-top: 155px !important; }

.pr-155 {
  padding-right: 155px !important; }

.pl-155 {
  padding-left: 155px !important; }

.mb-160 {
  margin-bottom: 160px !important; }

.mt-160 {
  margin-top: 160px !important; }

.mr-160 {
  margin-right: 160px !important; }

.ml-160 {
  margin-left: 160px !important; }

.pb-160 {
  padding-bottom: 160px !important; }

.pt-160 {
  padding-top: 160px !important; }

.pr-160 {
  padding-right: 160px !important; }

.pl-160 {
  padding-left: 160px !important; }

.mb-165 {
  margin-bottom: 165px !important; }

.mt-165 {
  margin-top: 165px !important; }

.mr-165 {
  margin-right: 165px !important; }

.ml-165 {
  margin-left: 165px !important; }

.pb-165 {
  padding-bottom: 165px !important; }

.pt-165 {
  padding-top: 165px !important; }

.pr-165 {
  padding-right: 165px !important; }

.pl-165 {
  padding-left: 165px !important; }

.mb-170 {
  margin-bottom: 170px !important; }

.mt-170 {
  margin-top: 170px !important; }

.mr-170 {
  margin-right: 170px !important; }

.ml-170 {
  margin-left: 170px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

.pt-170 {
  padding-top: 170px !important; }

.pr-170 {
  padding-right: 170px !important; }

.pl-170 {
  padding-left: 170px !important; }

.mb-175 {
  margin-bottom: 175px !important; }

.mt-175 {
  margin-top: 175px !important; }

.mr-175 {
  margin-right: 175px !important; }

.ml-175 {
  margin-left: 175px !important; }

.pb-175 {
  padding-bottom: 175px !important; }

.pt-175 {
  padding-top: 175px !important; }

.pr-175 {
  padding-right: 175px !important; }

.pl-175 {
  padding-left: 175px !important; }

.mb-180 {
  margin-bottom: 180px !important; }

.mt-180 {
  margin-top: 180px !important; }

.mr-180 {
  margin-right: 180px !important; }

.ml-180 {
  margin-left: 180px !important; }

.pb-180 {
  padding-bottom: 180px !important; }

.pt-180 {
  padding-top: 180px !important; }

.pr-180 {
  padding-right: 180px !important; }

.pl-180 {
  padding-left: 180px !important; }

.mb-185 {
  margin-bottom: 185px !important; }

.mt-185 {
  margin-top: 185px !important; }

.mr-185 {
  margin-right: 185px !important; }

.ml-185 {
  margin-left: 185px !important; }

.pb-185 {
  padding-bottom: 185px !important; }

.pt-185 {
  padding-top: 185px !important; }

.pr-185 {
  padding-right: 185px !important; }

.pl-185 {
  padding-left: 185px !important; }

.mb-190 {
  margin-bottom: 190px !important; }

.mt-190 {
  margin-top: 190px !important; }

.mr-190 {
  margin-right: 190px !important; }

.ml-190 {
  margin-left: 190px !important; }

.pb-190 {
  padding-bottom: 190px !important; }

.pt-190 {
  padding-top: 190px !important; }

.pr-190 {
  padding-right: 190px !important; }

.pl-190 {
  padding-left: 190px !important; }

.mb-195 {
  margin-bottom: 195px !important; }

.mt-195 {
  margin-top: 195px !important; }

.mr-195 {
  margin-right: 195px !important; }

.ml-195 {
  margin-left: 195px !important; }

.pb-195 {
  padding-bottom: 195px !important; }

.pt-195 {
  padding-top: 195px !important; }

.pr-195 {
  padding-right: 195px !important; }

.pl-195 {
  padding-left: 195px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

.mt-200 {
  margin-top: 200px !important; }

.mr-200 {
  margin-right: 200px !important; }

.ml-200 {
  margin-left: 200px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.pt-200 {
  padding-top: 200px !important; }

.pr-200 {
  padding-right: 200px !important; }

.pl-200 {
  padding-left: 200px !important; }

.mb-205 {
  margin-bottom: 205px !important; }

.mt-205 {
  margin-top: 205px !important; }

.mr-205 {
  margin-right: 205px !important; }

.ml-205 {
  margin-left: 205px !important; }

.pb-205 {
  padding-bottom: 205px !important; }

.pt-205 {
  padding-top: 205px !important; }

.pr-205 {
  padding-right: 205px !important; }

.pl-205 {
  padding-left: 205px !important; }

.mb-210 {
  margin-bottom: 210px !important; }

.mt-210 {
  margin-top: 210px !important; }

.mr-210 {
  margin-right: 210px !important; }

.ml-210 {
  margin-left: 210px !important; }

.pb-210 {
  padding-bottom: 210px !important; }

.pt-210 {
  padding-top: 210px !important; }

.pr-210 {
  padding-right: 210px !important; }

.pl-210 {
  padding-left: 210px !important; }

.mb-215 {
  margin-bottom: 215px !important; }

.mt-215 {
  margin-top: 215px !important; }

.mr-215 {
  margin-right: 215px !important; }

.ml-215 {
  margin-left: 215px !important; }

.pb-215 {
  padding-bottom: 215px !important; }

.pt-215 {
  padding-top: 215px !important; }

.pr-215 {
  padding-right: 215px !important; }

.pl-215 {
  padding-left: 215px !important; }

.mb-220 {
  margin-bottom: 220px !important; }

.mt-220 {
  margin-top: 220px !important; }

.mr-220 {
  margin-right: 220px !important; }

.ml-220 {
  margin-left: 220px !important; }

.pb-220 {
  padding-bottom: 220px !important; }

.pt-220 {
  padding-top: 220px !important; }

.pr-220 {
  padding-right: 220px !important; }

.pl-220 {
  padding-left: 220px !important; }

.mb-225 {
  margin-bottom: 225px !important; }

.mt-225 {
  margin-top: 225px !important; }

.mr-225 {
  margin-right: 225px !important; }

.ml-225 {
  margin-left: 225px !important; }

.pb-225 {
  padding-bottom: 225px !important; }

.pt-225 {
  padding-top: 225px !important; }

.pr-225 {
  padding-right: 225px !important; }

.pl-225 {
  padding-left: 225px !important; }

.mb-230 {
  margin-bottom: 230px !important; }

.mt-230 {
  margin-top: 230px !important; }

.mr-230 {
  margin-right: 230px !important; }

.ml-230 {
  margin-left: 230px !important; }

.pb-230 {
  padding-bottom: 230px !important; }

.pt-230 {
  padding-top: 230px !important; }

.pr-230 {
  padding-right: 230px !important; }

.pl-230 {
  padding-left: 230px !important; }

.mb-235 {
  margin-bottom: 235px !important; }

.mt-235 {
  margin-top: 235px !important; }

.mr-235 {
  margin-right: 235px !important; }

.ml-235 {
  margin-left: 235px !important; }

.pb-235 {
  padding-bottom: 235px !important; }

.pt-235 {
  padding-top: 235px !important; }

.pr-235 {
  padding-right: 235px !important; }

.pl-235 {
  padding-left: 235px !important; }

.mb-240 {
  margin-bottom: 240px !important; }

.mt-240 {
  margin-top: 240px !important; }

.mr-240 {
  margin-right: 240px !important; }

.ml-240 {
  margin-left: 240px !important; }

.pb-240 {
  padding-bottom: 240px !important; }

.pt-240 {
  padding-top: 240px !important; }

.pr-240 {
  padding-right: 240px !important; }

.pl-240 {
  padding-left: 240px !important; }

.mb-245 {
  margin-bottom: 245px !important; }

.mt-245 {
  margin-top: 245px !important; }

.mr-245 {
  margin-right: 245px !important; }

.ml-245 {
  margin-left: 245px !important; }

.pb-245 {
  padding-bottom: 245px !important; }

.pt-245 {
  padding-top: 245px !important; }

.pr-245 {
  padding-right: 245px !important; }

.pl-245 {
  padding-left: 245px !important; }

.mb-250 {
  margin-bottom: 250px !important; }

.mt-250 {
  margin-top: 250px !important; }

.mr-250 {
  margin-right: 250px !important; }

.ml-250 {
  margin-left: 250px !important; }

.pb-250 {
  padding-bottom: 250px !important; }

.pt-250 {
  padding-top: 250px !important; }

.pr-250 {
  padding-right: 250px !important; }

.pl-250 {
  padding-left: 250px !important; }

.mb-255 {
  margin-bottom: 255px !important; }

.mt-255 {
  margin-top: 255px !important; }

.mr-255 {
  margin-right: 255px !important; }

.ml-255 {
  margin-left: 255px !important; }

.pb-255 {
  padding-bottom: 255px !important; }

.pt-255 {
  padding-top: 255px !important; }

.pr-255 {
  padding-right: 255px !important; }

.pl-255 {
  padding-left: 255px !important; }

.mb-260 {
  margin-bottom: 260px !important; }

.mt-260 {
  margin-top: 260px !important; }

.mr-260 {
  margin-right: 260px !important; }

.ml-260 {
  margin-left: 260px !important; }

.pb-260 {
  padding-bottom: 260px !important; }

.pt-260 {
  padding-top: 260px !important; }

.pr-260 {
  padding-right: 260px !important; }

.pl-260 {
  padding-left: 260px !important; }

.mb-265 {
  margin-bottom: 265px !important; }

.mt-265 {
  margin-top: 265px !important; }

.mr-265 {
  margin-right: 265px !important; }

.ml-265 {
  margin-left: 265px !important; }

.pb-265 {
  padding-bottom: 265px !important; }

.pt-265 {
  padding-top: 265px !important; }

.pr-265 {
  padding-right: 265px !important; }

.pl-265 {
  padding-left: 265px !important; }

.mb-270 {
  margin-bottom: 270px !important; }

.mt-270 {
  margin-top: 270px !important; }

.mr-270 {
  margin-right: 270px !important; }

.ml-270 {
  margin-left: 270px !important; }

.pb-270 {
  padding-bottom: 270px !important; }

.pt-270 {
  padding-top: 270px !important; }

.pr-270 {
  padding-right: 270px !important; }

.pl-270 {
  padding-left: 270px !important; }

.mb-275 {
  margin-bottom: 275px !important; }

.mt-275 {
  margin-top: 275px !important; }

.mr-275 {
  margin-right: 275px !important; }

.ml-275 {
  margin-left: 275px !important; }

.pb-275 {
  padding-bottom: 275px !important; }

.pt-275 {
  padding-top: 275px !important; }

.pr-275 {
  padding-right: 275px !important; }

.pl-275 {
  padding-left: 275px !important; }

.mb-280 {
  margin-bottom: 280px !important; }

.mt-280 {
  margin-top: 280px !important; }

.mr-280 {
  margin-right: 280px !important; }

.ml-280 {
  margin-left: 280px !important; }

.pb-280 {
  padding-bottom: 280px !important; }

.pt-280 {
  padding-top: 280px !important; }

.pr-280 {
  padding-right: 280px !important; }

.pl-280 {
  padding-left: 280px !important; }

.mb-285 {
  margin-bottom: 285px !important; }

.mt-285 {
  margin-top: 285px !important; }

.mr-285 {
  margin-right: 285px !important; }

.ml-285 {
  margin-left: 285px !important; }

.pb-285 {
  padding-bottom: 285px !important; }

.pt-285 {
  padding-top: 285px !important; }

.pr-285 {
  padding-right: 285px !important; }

.pl-285 {
  padding-left: 285px !important; }

.mb-290 {
  margin-bottom: 290px !important; }

.mt-290 {
  margin-top: 290px !important; }

.mr-290 {
  margin-right: 290px !important; }

.ml-290 {
  margin-left: 290px !important; }

.pb-290 {
  padding-bottom: 290px !important; }

.pt-290 {
  padding-top: 290px !important; }

.pr-290 {
  padding-right: 290px !important; }

.pl-290 {
  padding-left: 290px !important; }

.mb-295 {
  margin-bottom: 295px !important; }

.mt-295 {
  margin-top: 295px !important; }

.mr-295 {
  margin-right: 295px !important; }

.ml-295 {
  margin-left: 295px !important; }

.pb-295 {
  padding-bottom: 295px !important; }

.pt-295 {
  padding-top: 295px !important; }

.pr-295 {
  padding-right: 295px !important; }

.pl-295 {
  padding-left: 295px !important; }

/* -------------------
  Date, time, phone
--------------------*/
@media screen and (max-width: 767px) {
  .table2 {
    overflow-x: auto; } }

.table2 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.table2 th {
  background-color: #F2F5F7;
  border: 1px solid #E6EEF2;
  box-sizing: border-box;
  font-weight: 700;
  padding: 20px 15px;
  width: 185px; }

.table2 td {
  border: 1px solid #E6EEF2;
  box-sizing: border-box;
  padding: 20px 15px; }

@media screen and (max-width: 767px) {
  .table2.type2 table {
    width: 220vw; } }

.table {
  font-size: 0.75rem;
  color: #474F5F; }
  .tableWrap2 {
    max-height: 400px;
    overflow-y: auto; }
    @media screen and (max-width: 767px) {
      .tableWrap2 {
        max-height: 200px; } }
  @media screen and (max-width: 767px) {
    .tableWrap {
      width: 220vw;
      overflow: auto; } }
  .table thead {
    background-color: #F4F4F4;
    font-weight: bold; }
    .table thead th {
      text-align: center; }
  .table tbody tr {
    border-bottom: solid 1px #EBEBEB; }
  .table th.t_date {
    width: 130px; }
    @media screen and (max-width: 767px) {
      .table th.t_date {
        width: 155px; } }
  @media screen and (max-width: 767px) {
    .table th.t_name {
      width: 130px; } }
  .table th.t_review {
    width: 95px; }
    @media screen and (max-width: 767px) {
      .table th.t_review {
        width: 100px; } }
  .table th.t_points {
    width: 80px; }
  .table th.t_detail {
    width: 60px; }
  .table th.t_cbox {
    width: 45px;
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .table th.t_cbox {
        width: 35px; } }
  .table th.t_think {
    width: 180px;
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .table th.t_think {
        width: auto; } }
  .table td {
    vertical-align: middle; }
    .table td.t_cbox {
      padding-right: 0; }

.table > :not(caption) > * > * {
  padding: 10px 15px; }
  @media screen and (max-width: 767px) {
    .table > :not(caption) > * > * {
      padding: 10px; } }

select {
  background-color: #fff;
  background-image: url(../images/form/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px auto;
  border: 1px solid #83786f;
  padding: 13px 15px;
  padding-right: 35px;
  width: 304px;
  border-radius: 100vh; }

.ui-datepicker select {
  padding: 0; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right; }

.align-top {
  align-items: flex-start !important; }

.cc {
  display: flex;
  justify-content: center;
  align-items: center; }

.d_flex {
  display: flex; }
  .d_flex.between {
    justify-content: space-between; }
  .d_flex.center {
    justify-content: center; }
  @media screen and (max-width: 767px) {
    .d_flex {
      display: block; } }

.d_flex2 {
  display: flex;
  align-items: center; }

.d_flex3 {
  display: flex;
  justify-content: center; }

.col2-75 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .col2-75 {
      display: block; } }
  @media screen and (max-width: 767px) {
    .col2-75--left {
      width: 100%;
      margin-bottom: 20px; } }
  .col2-75--right {
    width: 25%;
    margin-left: 20px;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .col2-75--right {
        width: 100%;
        margin-left: 0; } }

.col2-25 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .col2-25 {
      display: block; } }
  .col2-25--left {
    width: 25%;
    margin-right: 20px;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .col2-25--left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .col2-25--right {
      width: 100%;
      margin-bottom: 20px; } }

.col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .col2 {
      display: block;
      margin: 0; } }
  .col2-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .col2-item {
        width: 100%;
        padding: 0; } }
    .col2-item--inner {
      display: block; }

.col3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .col3 {
      display: block;
      margin: 0; } }
  .col3-item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .col3-item {
        width: 100%;
        padding: 0; } }
    .col3-item--inner {
      display: block; }

.col4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .col4 {
      display: block;
      margin: 0; } }
  .col4-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .col4-item {
        width: 100%;
        padding: 0; } }
    .col4-item--inner {
      display: block; }

.col5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .col5 {
      display: block;
      margin: 0; } }
  .col5-item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .col5-item {
        width: 100%;
        padding: 0; } }
    .col5-item--inner {
      display: block; }

.pagination {
  line-height: 1;
  font-size: 30px; }
  .pagination .wp-pagenavi {
    padding-top: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px; }
    .pagination .wp-pagenavi .page,
    .pagination .wp-pagenavi .current {
      font-family: "Roboto Slab", serif;
      color: #964b00;
      font-weight: 500;
      width: 41px;
      height: 41px;
      line-height: 41px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .pagination .wp-pagenavi .current {
      color: #964b00;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #964b00;
      border-radius: 50%; }
    .pagination .wp-pagenavi .nextpostslink,
    .pagination .wp-pagenavi .last,
    .pagination .wp-pagenavi .previouspostslink,
    .pagination .wp-pagenavi .first {
      width: 41px;
      height: 41px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pagination .wp-pagenavi .nextpostslink:before,
      .pagination .wp-pagenavi .last:before,
      .pagination .wp-pagenavi .previouspostslink:before,
      .pagination .wp-pagenavi .first:before {
        font-size: 11px;
        position: relative; }
    .pagination .wp-pagenavi .nextpostslink {
      margin: 0 0 0 0px; }
      @media screen and (max-width: 767px) {
        .pagination .wp-pagenavi .nextpostslink {
          margin-left: 0; } }
      .pagination .wp-pagenavi .nextpostslink:before {
        content: url(../images/pagination/right.svg); }
    .pagination .wp-pagenavi .last:before {
      content: url(../images/pagination/right2.svg); }
    .pagination .wp-pagenavi .previouspostslink {
      margin: 0 0 0 0; }
      @media screen and (max-width: 767px) {
        .pagination .wp-pagenavi .previouspostslink {
          margin-right: 0; } }
      .pagination .wp-pagenavi .previouspostslink:before {
        content: url(../images/pagination/left.svg); }
    .pagination .wp-pagenavi .first:before {
      content: url(../images/pagination/left2.svg); }

/* -------------------
	BREADCRUMB
--------------------*/
.breadcrumb {
  margin-top: 22px;
  padding: 0 30px; }
  @media screen and (max-width: 1050px) {
    .breadcrumb {
      white-space: nowrap;
      overflow-x: auto;
      margin-top: 5px;
      margin-bottom: 12px; } }
  @media screen and (max-width: 1050px) {
    .breadcrumb {
      padding: 0 8px; } }
  .breadcrumb-wrapper {
    padding-top: 15px; }
    @media screen and (max-width: 1050px) {
      .breadcrumb-wrapper {
        padding: 0 0 5px 0; } }
  .breadcrumb ul li {
    display: inline-block;
    font-size: 0.75rem;
    position: relative;
    padding-right: 20px;
    color: #000; }
    .breadcrumb ul li a {
      display: inline-block;
      color: #68A0FA;
      transition: all .3s; }
      .breadcrumb ul li a:hover {
        opacity: .8; }
    .breadcrumb ul li:last-child {
      padding-right: 0; }
      .breadcrumb ul li:last-child:before {
        display: none; }
    .breadcrumb ul li:before {
      display: inline-block;
      position: absolute;
      top: 7px;
      right: 4px;
      width: 4px;
      height: 5px;
      background: url(../images/common/icon-breadcrumb.svg) center center/100% 100% no-repeat;
      content: ""; }
    @media screen and (max-width: 1050px) {
      .breadcrumb ul li {
        margin-bottom: 8px; } }
    .breadcrumb ul li a {
      transition: all .3s; }
      .breadcrumb ul li a:hover {
        opacity: .7; }

/* -------------------
  THUMBNAIL, IMAGE
--------------------*/
.thumb-ttl {
  margin-top: 10px; }

/* -------------------
  PAGE TOP
--------------------*/
/* -------------------
  ACCORDION
--------------------*/
.accordion-label {
  background: #F2F5F7;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 65px;
  align-items: center;
  padding: 25px 70px 25px 20px;
  position: relative;
  transition: all 0.6s; }
  .accordion-label:after {
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    border: solid #939393;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 2px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transition: all .25s;
    content: ""; }
  .accordion-label.active:after {
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg); }

.accordion-cnt {
  display: none;
  padding: 25px 70px 25px 20px; }

/* -------------------
  TABS
--------------------*/
@media screen and (max-width: 1050px) {
  .tabs-navWrapper {
    white-space: nowrap;
    overflow-x: auto; } }

.tabs-nav {
  display: flex;
  width: 100%; }

.tabs-item {
  width: 220px;
  max-width: 100%;
  font-size: 1.125rem;
  color: #818181;
  background-color: #EBEBEB;
  margin-right: 8px;
  padding: 17px 15px;
  cursor: pointer;
  text-align: center;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .tabs-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 33.33%;
      margin-right: 0;
      font-size: 0.875rem; } }
  .tabs-item:last-child {
    margin-right: 0; }
  .tabs-item.active, .tabs-item:hover {
    color: #5DC1CF;
    background-color: #fff; }
  @media screen and (max-width: 767px) {
    .tabs-item.type2 {
      width: 50%; } }
  .tabs-item.type3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    max-width: 20%;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 17px 3px;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .tabs-item.type3 {
        max-width: 100%;
        width: 100%;
        font-size: 0.75rem; } }

.tabs-cnt {
  background-color: #fff;
  padding: 30px 20px 0; }
  .tabs-cnt.type2 {
    padding-bottom: 40px; }
  .tabs-cnt.type3 {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 767px) {
    .tabs-cnt.type4 {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 1050px) {
  .tabs2-navWrapper {
    white-space: nowrap;
    overflow-x: auto; } }

.tabs2-nav {
  margin: 0 auto;
  padding: 0 2vw; }

.tabs2-item {
  padding: 20px 15px;
  color: #474F5F;
  font-size: 1.5rem;
  font-weight: bold;
  background: none;
  cursor: pointer;
  text-align: center;
  transition: all .3s; }
  @media screen and (max-width: 1050px) {
    .tabs2-item {
      font-size: 1.25rem; } }
  .tabs2-item span {
    padding-top: 42px;
    background: url(../images/common/icon-fac-black.svg) top center no-repeat; }
  @media screen and (min-width: 1051px) {
    .tabs2-item {
      cursor: auto; } }

.tabs2-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  background: url(../images/top/bg-tabItem-blue.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 0 7px; }
  .tabs2-title-type2 {
    background-image: url(../images/top/bg-tabItem-pink.svg); }
    .tabs2-title-type2 span {
      background: url(../images/common/icon-doc-black.svg) top center no-repeat; }
  @media screen and (max-width: 1050px) {
    .tabs2-title {
      height: 39vw; } }

.tabs2-cnt {
  display: flex;
  background-color: #fff;
  margin: 7px 0 0; }

.tabs2-panel {
  width: 50%;
  padding: 0 15px; }

.tabs2-menu .thumb {
  position: relative;
  background: url(../images/top/bg-card-blue.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 139px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px; }
  @media screen and (max-width: 767px) {
    .tabs2-menu .thumb {
      height: 29vw; } }
  .tabs2-menu .thumb figcaption {
    font-size: 0.9375rem;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    display: block;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 1050px) {
      .tabs2-menu .thumb figcaption {
        font-size: 0.8125rem;
        bottom: 12px; } }
  @media screen and (max-width: 1050px) {
    .tabs2-menu .thumb img {
      max-width: 65%;
      max-height: 65%; } }

.tabs2-menu-type2 .thumb {
  background-image: url(../images/top/bg-card-green.png); }

@media screen and (max-width: 1050px) {
  .tabs2-menu {
    display: flex;
    flex-flow: row wrap; } }

.tabs2-menu li {
  width: 32%;
  margin: 0 calc(4% / 2) 10px 0; }
  .tabs2-menu li:nth-of-type(3n) {
    margin: 0 0 10px 0; }

.modal-complete {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  background: #191b1d;
  opacity: 0.8;
  border-radius: 3px;
  z-index: 8000; }
  .modal-complete--cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .modal-complete--cnt-icon {
      text-align: center; }
      .modal-complete--cnt-icon img {
        width: 46px; }
    .modal-complete--cnt-msg {
      margin-top: 20px;
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: center; }

.btn-close {
  background: #818181 url(../images/common/icon-x.svg) center center no-repeat;
  opacity: 1;
  border-radius: 50%; }

.modal-dialog.type2 {
  max-width: 600px; }

.modal-confirm {
  width: 335px;
  max-width: 100%;
  padding: 5px 20px 25px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .modal-confirm {
      padding-bottom: 35px; } }
  .modal-confirm .modal-header {
    margin-bottom: 30px;
    border-bottom: none;
    padding-right: 0; }
  .modal-confirm .btn-white {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .modal-confirm .btn-white {
        margin-bottom: 20px; } }
  .modal-confirm .btn-blue {
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .modal-confirm .btn-blue {
        margin-bottom: 25px; } }
  .modal-confirm .btn-white,
  .modal-confirm .btn-blue {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0; }
  .modal-confirm--ttl {
    color: #474f5f;
    font-weight: bold;
    margin-bottom: 15px; }
  .modal-confirm--msg {
    margin-bottom: 30px;
    font-size: 0.875rem; }
  .modal-confirm--close {
    color: #68a0fa;
    font-size: 0.75rem;
    cursor: pointer; }

.modal-backdrop.show {
  opacity: 0.8; }

.modal-colection {
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .modal-colection {
      padding-bottom: 35px; } }
  .modal-colection .btn-close {
    margin-right: 0;
    padding: 0;
    background: url(../images/common/icon-x.svg) center center no-repeat; }
  .modal-colection .modal-header {
    padding: 15px 20px;
    margin-bottom: 30px;
    border-bottom: none;
    background-color: #5dc1cf; }
    .modal-colection .modal-header--ttl {
      font-size: 1rem;
      line-height: 1;
      font-weight: bold;
      color: #fff; }
  .modal-colection--close {
    color: #68a0fa;
    font-size: 0.75rem;
    cursor: pointer; }
  .modal-colection--list {
    padding: 10px 30px 20px; }
    .modal-colection--list-row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .modal-colection--list-row-item {
        width: 33.33%;
        padding: 10px; }
        @media screen and (max-width: 767px) {
          .modal-colection--list-row-item {
            width: 100%; } }
        .modal-colection--list-row-item a {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 60px;
          padding-bottom: 20px;
          font-size: 1rem;
          font-family: "Roboto Slab", serif;
          color: #474f5f;
          border: solid 1px #5dc1cf;
          background-color: #f4f4f4;
          border-radius: 2px;
          transition: all 0.25s; }
          @media screen and (max-width: 767px) {
            .modal-colection--list-row-item a {
              padding: 0 15px 0 45px; } }
          .modal-colection--list-row-item a:hover {
            opacity: 0.7; }
          .modal-colection--list-row-item a:after {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            border: solid 1px #5dc1cf;
            content: ""; }
            @media screen and (max-width: 767px) {
              .modal-colection--list-row-item a:after {
                left: 25px;
                top: 50%;
                transform: translate(0, -50%); } }
        .modal-colection--list-row-item.disable a {
          color: #c7c7c7;
          border-color: #ebebeb;
          background-color: #ebebeb; }
          .modal-colection--list-row-item.disable a:after {
            width: 6px;
            height: 2px;
            bottom: 16px;
            background-color: #c7c7c7;
            border: none; }
        .modal-colection--list-row-item.cancel a {
          color: #c7c7c7;
          border-color: #ebebeb;
          background-color: #f4f4f4; }
          .modal-colection--list-row-item.cancel a:after {
            width: auto;
            height: auto;
            bottom: 5px;
            font-size: 1.25rem;
            background: none;
            border: none;
            color: #5dc1cf;
            font-weight: normal;
            content: "×"; }

.modal-find {
  max-width: 1000px; }
  .modal-find .modal-header {
    border-bottom: none; }
  .modal-find .checkboxWrap label {
    width: 100%;
    padding-left: 28px;
    color: #818181;
    font-size: 0.875rem; }
  .modal-find .checkboxWrap-outer {
    position: relative;
    display: block;
    text-align: left;
    padding-right: 28px;
    padding: 15px 28px 15px 15px;
    margin-right: 0;
    width: 100%;
    background-color: #fff; }
    .modal-find .checkboxWrap-outer:hover {
      background-color: #effdf9; }
      .modal-find .checkboxWrap-outer:hover .checkboxWrap label {
        color: #5dc1cf; }
    .modal-find .checkboxWrap-outer:after {
      position: absolute;
      top: 50%;
      right: 22px;
      transform: translateY(-50%);
      display: block;
      width: 5px;
      height: 10px;
      background: url(../images/common/icon-arrow-right-blue.svg) no-repeat;
      background-size: contain;
      content: ""; }
  .modal-find .tabs {
    display: flex;
    padding: 0 40px 40px; }
    .modal-find .tabs-navWrapper {
      display: flex;
      flex-wrap: wrap;
      width: 30%;
      min-width: 200px;
      flex-shrink: 0;
      border-right: solid 1px #ebebeb; }
    .modal-find .tabs-nav {
      display: flex;
      flex-wrap: wrap;
      flex-flow: column; }
    .modal-find .tabs-cnt {
      padding: 0;
      width: 100%; }
      .modal-find .tabs-cnt--list {
        display: flex;
        flex-wrap: wrap;
        height: 550px;
        overflow-y: auto; }
      .modal-find .tabs-cnt--item {
        width: 50%;
        background-color: #fafafa; }
        .modal-find .tabs-cnt--item:nth-child(2n + 1) {
          border-right: solid 1px #ebebeb; }
  .modal-find--foot {
    text-align: center;
    padding-bottom: 30px; }
    .modal-find--foot-direct {
      margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .modal-form .container6 {
    padding: 0 20px; } }

.modal-form .form-search {
  margin-bottom: 10px; }
  .modal-form .form-search .input.hasBtn {
    font-size: 0.875rem; }

.modal-form .form-search02--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 30px; }
  @media screen and (max-width: 767px) {
    .modal-form .form-search02--inner {
      display: block; } }

@media screen and (max-width: 767px) {
  .modal-form .form-search02--label {
    text-align: left;
    margin-bottom: 8px; } }

.modal-form .form-search02--cnt .form-input {
  display: flex;
  align-items: center; }
  .modal-form .form-search02--cnt .form-input .input._date {
    width: 170px;
    margin-left: 30px; }

/* -------------------
  SLICK SLIDER
--------------------*/
body .slick-prev,
body .slick-next {
  width: 30px;
  height: 30px;
  top: 50%;
  bottom: auto;
  border-radius: 0;
  transform: translate(0, -50%); }
  body .slick-prev:before, body .slick-prev:after,
  body .slick-next:before,
  body .slick-next:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%; }

body .slick-prev {
  left: calc(20% - 15px); }
  @media screen and (max-width: 767px) {
    body .slick-prev {
      left: 15px; } }
  body .slick-prev:before {
    background-image: url(../images/slick/left.svg); }

body .slick-next {
  right: calc(20% - 15px); }
  @media screen and (max-width: 767px) {
    body .slick-next {
      right: 15px; } }
  body .slick-next:before {
    background-image: url(../images/slick/right.svg); }

body .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0); }
  body .slick-dots li {
    bottom: 0 !important;
    width: 40px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    opacity: 1;
    cursor: pointer; }
    body .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      body .slick-dots li button:before {
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
        border-radius: 0;
        content: "" !important;
        display: block;
        background-color: #c6c6c6;
        text-align: center;
        opacity: 1;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    body .slick-dots li.slick-active button:before {
      background-color: #fd780f; }

.l-frame-t, .l-frame-b {
  width: 100%;
  height: 15px;
  background: #964b00;
  position: fixed;
  left: 0;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .l-frame-t, .l-frame-b {
      height: 8px; } }

.l-frame-t {
  top: 0; }

.l-frame-b {
  bottom: 0; }

.l-frame-l, .l-frame-r {
  width: 15px;
  height: 100vh;
  background: #964b00;
  position: fixed;
  top: 0;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .l-frame-l, .l-frame-r {
      width: 8px; } }

.l-frame-l {
  left: 0; }

.l-frame-r {
  right: 0; }

.footfix-entry {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fd780f;
  color: #fff;
  border: 5px solid #964b00;
  border-radius: 10px 0 0 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 73px; }
  @media screen and (max-width: 767px) {
    .footfix-entry {
      right: auto;
      left: 50%;
      bottom: 3px;
      transform: translate(-50%, 0);
      border-radius: 10px 10px 0 0;
      width: 80%;
      height: 65px; } }
  .footfix-entry-label {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .footfix-entry-label {
        font-size: 5.12821vw; }
        .footfix-entry-label .sp-only2 {
          font-size: 3.07692vw;
          position: relative;
          margin-left: 6px; } }
  .footfix-entry-cnt {
    display: none;
    opacity: 0;
    transition: all 0.3s ease 0s; }
    .footfix-entry-cnt .ttl {
      font-family: "Roboto Slab", serif;
      font-size: 25px;
      text-align: center;
      font-weight: bold;
      letter-spacing: 0.1em; }
      .footfix-entry-cnt .ttl .sp-only2 {
        font-size: 3.07692vw;
        position: relative;
        margin-left: 6px;
        top: -3px; }
    .footfix-entry-cnt .list .item {
      border-bottom: 1px solid #fff; }
      .footfix-entry-cnt .list .item:last-child {
        border-bottom: none; }
      .footfix-entry-cnt .list .item a {
        display: flex;
        align-items: center;
        gap: 15px;
        background: none;
        height: 75px;
        position: relative;
        padding-right: 35px; }
        .footfix-entry-cnt .list .item a .label {
          font-size: 18px;
          font-weight: bold; }
        .footfix-entry-cnt .list .item a .arrow {
          width: 24px;
          height: 24px;
          border: 1px solid #fff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          line-height: 1;
          font-size: 11px;
          position: absolute;
          right: 0px;
          top: 50%;
          transform: translate(0, -50%); }
        .footfix-entry-cnt .list .item a:hover {
          opacity: 0.5; }
  .footfix-entry.open {
    width: 227px;
    height: 234px; }
    @media screen and (max-width: 767px) {
      .footfix-entry.open {
        width: 80%;
        height: 230px; } }
    .footfix-entry.open .footfix-entry-label {
      display: none;
      opacity: 0; }
    .footfix-entry.open .footfix-entry-cnt {
      display: block;
      /* animationプロパティ設定 */
      animation-name: fadeIn;
      animation-fill-mode: forwards;
      animation-duration: 0.3s; }

.footfix-entry-this {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fd780f;
  color: #fff;
  border: 5px solid #964b00;
  border-radius: 10px 0 0 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .footfix-entry-this {
      right: auto;
      left: 50%;
      bottom: 3px;
      transform: translate(-50%, 0);
      border-radius: 10px 10px 0 0;
      width: 80%;
      height: 65px; } }
  .footfix-entry-this-txt {
    font-size: 18px;
    line-height: 1.55;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .footfix-entry-this-txt a {
      padding: 10px 15px;
      display: block; }

/*フェードインアニメ*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 35;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  background: #964b00;
  cursor: pointer;
  transition: 1s;
  border-radius: 0 0 0 10px;
  padding: 36px 20px; }
  @media screen and (max-width: 767px) {
    #hamburger {
      width: 66px;
      height: 66px;
      padding: 27px 14px; } }
  #hamburger .inner {
    position: relative;
    width: 100%;
    height: 100%; }
    #hamburger .inner .inner_line {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      transition: 0.4s;
      background: #fff; }
      #hamburger .inner .inner_line#line1 {
        top: 0; }
        #hamburger .inner .inner_line#line1.active {
          transform: translateY(6px) rotate(-17deg); }
          @media screen and (max-width: 767px) {
            #hamburger .inner .inner_line#line1.active {
              transform: translateY(5px) rotate(-17deg); } }
      #hamburger .inner .inner_line#line2 {
        bottom: 0; }
        #hamburger .inner .inner_line#line2.active {
          transform: translateY(-6px) rotate(17deg); }
          @media screen and (max-width: 767px) {
            #hamburger .inner .inner_line#line2.active {
              transform: translateY(-5px) rotate(17deg); } }
  #hamburger.active {
    background: none; }

#hamburger-menu {
  position: fixed;
  width: 50vw;
  right: -50vw;
  top: 0;
  transition: 0.7s;
  z-index: 30;
  background: #964b00; }
  @media screen and (max-width: 767px) {
    #hamburger-menu {
      width: 100%;
      right: -100%;
      top: 0; } }
  #hamburger-menu.active {
    right: 0; }
  #hamburger-menu .hamburger-menu-inner {
    overflow: auto;
    height: 100vh;
    display: block; }
    @media screen and (max-width: 767px) {
      #hamburger-menu .hamburger-menu-inner {
        padding: 30px 30px 10px; } }
  #hamburger-menu .hnav {
    max-width: 535px;
    margin: 75px auto; }
    @media screen and (max-width: 767px) {
      #hamburger-menu .hnav {
        margin: 0px auto 70px; } }
    @media screen and (max-width: 767px) {
      #hamburger-menu .hnav__logo {
        width: 33.33333vw;
        margin-bottom: 35px; } }
    #hamburger-menu .hnav-btn__list {
      display: flex;
      gap: 85px; }
      @media screen and (max-width: 767px) {
        #hamburger-menu .hnav-btn__list {
          flex-direction: column;
          gap: 25px; } }
    #hamburger-menu .hnav-btn__item {
      width: calc((100% - 85px) / 2); }
      @media screen and (max-width: 767px) {
        #hamburger-menu .hnav-btn__item {
          width: 100%; } }
      #hamburger-menu .hnav-btn__item a {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        background: none;
        height: 75px;
        position: relative;
        padding-right: 35px; }
        #hamburger-menu .hnav-btn__item a .icon .on {
          display: none; }
        #hamburger-menu .hnav-btn__item a .label {
          font-size: 18px;
          font-weight: bold; }
        #hamburger-menu .hnav-btn__item a .arrow {
          width: 24px;
          height: 24px;
          border: 1px solid #fff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          line-height: 1;
          font-size: 13px;
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translate(0, -50%); }
        #hamburger-menu .hnav-btn__item a:hover {
          opacity: 1;
          background: #fff;
          color: #fd780f; }
          #hamburger-menu .hnav-btn__item a:hover .icon .off {
            display: none; }
          #hamburger-menu .hnav-btn__item a:hover .icon .on {
            display: inline; }
          #hamburger-menu .hnav-btn__item a:hover .arrow {
            border: 1px solid #fd780f; }
    #hamburger-menu .hnav .footernav-flex {
      display: flex;
      gap: 85px; }
      @media screen and (max-width: 767px) {
        #hamburger-menu .hnav .footernav-flex {
          flex-direction: column;
          gap: 0; } }
      #hamburger-menu .hnav .footernav-flex .left,
      #hamburger-menu .hnav .footernav-flex .right {
        width: calc((100% - 85px) / 2); }
        @media screen and (max-width: 767px) {
          #hamburger-menu .hnav .footernav-flex .left,
          #hamburger-menu .hnav .footernav-flex .right {
            width: 100%; } }
    #hamburger-menu .hnav .footernav__row:first-child {
      padding: 30px 0; }
    #hamburger-menu .hnav .footernav__row:last-child {
      border-bottom: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      #hamburger-menu .hnav .footernav__list {
        display: block; } }
    #hamburger-menu .hnav .footernav__item {
      margin-bottom: 8px; }
      #hamburger-menu .hnav .footernav__item:last-child {
        margin-bottom: 0; }
      #hamburger-menu .hnav .footernav__item > a,
      #hamburger-menu .hnav .footernav__item .instead {
        gap: 8px;
        width: 100%; }
        #hamburger-menu .hnav .footernav__item > a .label,
        #hamburger-menu .hnav .footernav__item .instead .label {
          color: #fff;
          font-size: 18px;
          font-weight: bold; }
        #hamburger-menu .hnav .footernav__item > a .arrow,
        #hamburger-menu .hnav .footernav__item .instead .arrow {
          border: 1px solid #fff;
          color: #fff;
          top: 7px; }
      #hamburger-menu .hnav .footernav__item .child-list {
        display: flex;
        flex-direction: column;
        gap: 10px 30px;
        padding-top: 5px; }
      #hamburger-menu .hnav .footernav__item .child-item {
        margin-bottom: 5px; }
        #hamburger-menu .hnav .footernav__item .child-item a {
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          position: relative;
          padding-left: 20px; }
          #hamburger-menu .hnav .footernav__item .child-item a:before {
            content: "—";
            position: absolute;
            left: 0;
            top: -2px; }

.footer-entry {
  background: url(../images/common/footer-entry-bg.jpg) no-repeat center/cover;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 120px 0 140px; }
  @media screen and (max-width: 767px) {
    .footer-entry {
      background: url(../images/common/sp/footer-entry-bg.jpg) no-repeat center/cover;
      padding: 60px 30px 70px; } }
  .footer-entry .c-ttl {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .footer-entry .c-ttl {
        margin-bottom: 40px; } }
    .footer-entry .c-ttl .en {
      font-size: 90px; }
      @media screen and (max-width: 767px) {
        .footer-entry .c-ttl .en {
          font-size: 12.82051vw;
          margin-bottom: 15px; } }
    .footer-entry .c-ttl .jp {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .footer-entry .c-ttl .jp {
          font-size: 3.84615vw; } }
  .footer-entry__list {
    display: flex;
    justify-content: center;
    gap: 50px; }
    @media screen and (max-width: 767px) {
      .footer-entry__list {
        flex-direction: column;
        gap: 30px; } }
  .footer-entry__item.c-btn {
    width: calc((100% - 50px) / 2);
    margin: 0; }
    @media screen and (max-width: 767px) {
      .footer-entry__item.c-btn {
        width: 100%; } }
    .footer-entry__item.c-btn a {
      display: flex;
      gap: 15px;
      background: none;
      height: 85px;
      border: 1px solid #fff; }
      @media screen and (max-width: 767px) {
        .footer-entry__item.c-btn a {
          height: 74px; } }
      @media screen and (max-width: 767px) {
        .footer-entry__item.c-btn a .icon {
          position: absolute;
          left: 25px;
          top: 50%;
          transform: translate(0, -50%); } }
      .footer-entry__item.c-btn a .icon .on {
        display: none; }
      .footer-entry__item.c-btn a .label {
        font-size: 20px;
        font-weight: bold; }
      .footer-entry__item.c-btn a .arrow {
        width: 24px;
        height: 24px;
        right: 20px; }
      .footer-entry__item.c-btn a:hover {
        background: #fff; }
        .footer-entry__item.c-btn a:hover .icon .off {
          display: none; }
        .footer-entry__item.c-btn a:hover .icon .on {
          display: inline; }

.l-footer {
  background: #fff;
  position: relative;
  z-index: 2; }
  .l-footer-inner {
    display: flex;
    padding: 80px 40px; }
    @media screen and (max-width: 767px) {
      .l-footer-inner {
        padding: 40px 30px; } }
  .l-footer-left {
    width: 294px; }
    @media screen and (max-width: 767px) {
      .l-footer-left {
        width: 100%; } }
  .l-footer-right {
    width: calc(100% - 294px);
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .l-footer-right {
        display: none; } }
  .l-footer__logo {
    margin-bottom: 20px;
    width: 216px; }
  .l-footer__info {
    line-height: 1.87; }
  .l-footer .c-btn {
    margin: 20px 0; }
    .l-footer .c-btn a {
      min-width: 100%; }
  .l-footer .footer-subnav__item {
    margin-bottom: 10px; }
    .l-footer .footer-subnav__item a {
      color: #777777; }
  .l-footer .copyright {
    background: #fd780f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 10px 25px; }
    @media screen and (max-width: 767px) {
      .l-footer .copyright {
        padding: 10px 10px 100px; } }

.footernav__row {
  border-bottom: 1px solid #d3d3d3;
  padding: 30px 0; }
  .footernav__row:first-child {
    padding-top: 0; }
  .footernav__row:last-child {
    border-bottom: none; }

.footernav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px; }

.footernav__item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  line-height: 1.7; }
  .footernav__item:first-child > a {
    width: 138px; }
  .footernav__item > a,
  .footernav__item .instead {
    display: flex;
    gap: 5px;
    position: relative; }
    .footernav__item > a .label,
    .footernav__item .instead .label {
      color: #fd780f;
      flex-shrink: 0; }
    .footernav__item > a .arrow,
    .footernav__item .instead .arrow {
      width: 18px;
      height: 18px;
      border: 1px solid #fd780f;
      color: #fd780f;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      line-height: 1;
      font-size: 11px;
      position: relative;
      top: 4px;
      flex-shrink: 0; }
  .footernav__item .child-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px; }
  .footernav__item .child-item a {
    color: #777777; }

.sidebar-search {
  padding: 20px 0 40px;
  background-color: #fff; }
  .sidebar-search--head {
    padding: 0 10px 20px; }
  .sidebar-search--img {
    margin-bottom: 18px;
    text-align: center; }
  .sidebar-search--ttl {
    margin-bottom: 10px; }
  .sidebar-search--ratingWrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .sidebar-search--rating {
    display: flex;
    align-items: center; }
    .sidebar-search--rating-stars {
      display: flex;
      align-items: center; }
      .sidebar-search--rating-stars img {
        display: inline-block;
        margin-right: 3px; }
    .sidebar-search--rating-number {
      line-height: 1; }
    .sidebar-search--rating-cmt {
      position: relative;
      display: block;
      padding-left: 22px; }
      .sidebar-search--rating-cmt:before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 17px;
        height: 15px;
        display: block;
        background: url(../images/search/icon-msg.svg) no-repeat;
        background-size: 100% 100%;
        content: ""; }
  .sidebar-search .form {
    border-top: solid 1px #EBEBEB; }
    .sidebar-search .form-row {
      display: flex;
      padding: 12px 15px;
      border-bottom: solid 1px #EBEBEB; }
      .sidebar-search .form-row:last-child {
        border-bottom: none; }
      .sidebar-search .form-row--cnt {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .sidebar-search .form-row--cnt .label-box {
            flex-wrap: wrap;
            flex-flow: column; }
            .sidebar-search .form-row--cnt .label-box .link-blue {
              display: block; } }
    .sidebar-search .form-label {
      width: 72px;
      margin-right: 12px;
      flex-shrink: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .sidebar-search .form-label {
          margin-right: 20px; } }
  .sidebar-search--map {
    margin: 30px 0 35px; }

.index-header-flex {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .index-header-flex {
      flex-direction: column; } }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .index-header-flex {
      height: auto;
      aspect-ratio: 1010 / 600; } }
  .index-header-flex-txt {
    width: 50%;
    background: #fd780f;
    color: #fff;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .index-header-flex-txt {
        width: 100%;
        position: static; } }
  .index-header-flex-img {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .index-header-flex-img {
        width: 100%;
        height: 50vh; } }
  .index-header-flex-slider {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .index-header-flex-slider {
        width: 100%;
        position: static; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .index-header-flex-slider {
        width: 50%;
        height: auto;
        aspect-ratio: 505 / 600; } }
    .index-header-flex-slider .slick-slider {
      height: 100%; }
      .index-header-flex-slider .slick-slider .slick-list {
        height: 100%; }
        .index-header-flex-slider .slick-slider .slick-list .slick-track {
          height: 100%; }
          .index-header-flex-slider .slick-slider .slick-list .slick-track .slick-slide {
            height: 100%; }
            .index-header-flex-slider .slick-slider .slick-list .slick-track .slick-slide .pc-only,
            .index-header-flex-slider .slick-slider .slick-list .slick-track .slick-slide .sp-only {
              height: 100%; }
              .index-header-flex-slider .slick-slider .slick-list .slick-track .slick-slide .pc-only img,
              .index-header-flex-slider .slick-slider .slick-list .slick-track .slick-slide .sp-only img {
                object-fit: cover;
                width: 100%;
                height: 100%; }

.index-kv {
  height: 100vh;
  padding: 60px 2.92826vw 90px 5.85652vw;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .index-kv {
      padding: 0;
      height: auto; } }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .index-kv {
      padding: 5vw 2vw 3vw 5vw;
      height: 100%; } }
  .index-kv__logo {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .index-kv__logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 33.58974vw; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .index-kv__logo {
        margin-bottom: 1vw; }
        .index-kv__logo img {
          width: 9vw; } }
  .index-kv__catch {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 767px) {
      .index-kv__catch {
        justify-content: center;
        align-items: stretch;
        height: 50vh;
        padding: 40px 30px; } }
    .index-kv__catch .en {
      font-family: "Roboto Slab", serif;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      line-height: 1.2;
      margin-bottom: 30px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .index-kv__catch .en {
          margin-bottom: 10px; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .index-kv__catch .en {
          margin-bottom: 1vw; } }
      .index-kv__catch .en .fs-82 {
        font-size: 6.00293vw; }
        @media screen and (max-width: 767px) {
          .index-kv__catch .en .fs-82 {
            font-size: 12.05128vw; } }
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .index-kv__catch .en .fs-82 {
            font-size: calc(82px * 0.58); } }
      .index-kv__catch .en .fs-56 {
        font-size: 4.09956vw; }
        @media screen and (max-width: 767px) {
          .index-kv__catch .en .fs-56 {
            font-size: 3.84615vw;
            letter-spacing: 0.1em; } }
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .index-kv__catch .en .fs-56 {
            font-size: calc(56px * 0.57); } }
    .index-kv__catch .jp {
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .index-kv__catch .jp {
          font-size: 5.64103vw;
          line-height: 1.6; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .index-kv__catch .jp {
          font-size: calc(20px * 0.6); } }

.index-message {
  padding: 10.2489vw 80px 18vw; }
  @media screen and (max-width: 767px) {
    .index-message {
      padding: 40px 30px 60vw; } }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .index-message {
      display: none; } }
  .index-message.tb-only {
    display: none; }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .index-message.tb-only {
        display: block;
        background: #fd780f;
        color: #fff;
        position: relative;
        text-align: center;
        padding: 10.2489vw 80px 24vw; } }
  .index-message .c-ttl {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .index-message .c-ttl {
        margin-bottom: 20px; } }
    .index-message .c-ttl .en {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .index-message .c-ttl .en {
          margin-bottom: 10px; } }
    .index-message .c-ttl .jp {
      font-size: 30px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .index-message .c-ttl .jp {
          font-size: 22px; } }
  .index-message__body {
    line-height: 2.67;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .index-message__body {
        line-height: 2; } }

.index-ov {
  position: relative;
  z-index: 1;
  background: #ffefde; }
  .index-ov:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffefde;
    transform: translate(-50%, 0) skewY(-14deg);
    position: absolute;
    left: 50%;
    top: 0;
    transform-origin: left top; }

.index-about {
  position: relative;
  z-index: 2;
  top: -12vw; }
  @media screen and (max-width: 767px) {
    .index-about {
      padding: 0 30px;
      top: -45vw; } }
  .index-about .c-ttl {
    margin-bottom: 30px; }
  .index-about-inner {
    display: flex;
    padding: 0 40px; }
    @media screen and (max-width: 767px) {
      .index-about-inner {
        flex-direction: column; } }
  .index-about-img {
    width: 62%; }
    @media screen and (max-width: 767px) {
      .index-about-img {
        width: 100%;
        margin-bottom: 40px; } }
  .index-about-txt {
    width: 38%;
    padding: 0 0 0 88px; }
    @media screen and (max-width: 767px) {
      .index-about-txt {
        width: 100%;
        padding: 0; } }
  .index-about__lead {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .index-about__lead {
        font-size: 15px; } }

.index-job {
  position: relative;
  z-index: 2;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .index-job {
      padding: 0 30px;
      margin-top: -20vw;
      margin-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .index-job .c-ttl {
      text-align: left; } }
  .index-job__list {
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .index-job__list {
        flex-direction: column; } }
  .index-job__item {
    width: calc((100% - 30px) / 2); }
    @media screen and (max-width: 767px) {
      .index-job__item {
        width: 100%; } }
    .index-job__item a {
      display: block;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      .index-job__item a .img img {
        transition: all 0.3s ease 0s; }
      .index-job__item a .txt {
        background: #fd780f;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 10px 0 0 0; }
        .index-job__item a .txt-inner {
          position: relative;
          padding: 6px 20px 8px;
          padding-right: 47px; }
          @media screen and (max-width: 767px) {
            .index-job__item a .txt-inner {
              padding: 4px 15px;
              padding-right: 37px; } }
        .index-job__item a .txt .label {
          font-size: 20px;
          letter-spacing: 0.1em;
          font-weight: 500; }
          @media screen and (max-width: 767px) {
            .index-job__item a .txt .label {
              font-size: 15px; } }
        .index-job__item a .txt .arrow {
          width: 20px;
          height: 20px;
          border: 1px solid #fff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          line-height: 1;
          font-size: 11px;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translate(0, -50%); }
          @media screen and (max-width: 767px) {
            .index-job__item a .txt .arrow {
              right: 10px; } }
      .index-job__item a:hover {
        opacity: 1; }
        .index-job__item a:hover .img img {
          transform: scale(1.1); }

.index-interview {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .index-interview {
      padding: 70px 0 50px; } }
  @media screen and (max-width: 767px) {
    .index-interview .c-ttl {
      text-align: left;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .index-interview__list .slick-prev,
    .index-interview__list .slick-next {
      top: 31vw; } }
  .index-interview__item {
    margin: 0 30px; }
    .index-interview__item a {
      display: block;
      position: relative;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .index-interview__item a {
          color: #414141;
          flex-direction: column;
          gap: 18px; } }
      .index-interview__item a:before {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #000000;
        background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
        border-radius: 10px 0 0 10px; }
        @media screen and (max-width: 767px) {
          .index-interview__item a:before {
            display: none; } }
      @media screen and (max-width: 767px) {
        .index-interview__item a .img {
          aspect-ratio: 318 / 235;
          width: 100%;
          height: auto;
          margin-bottom: 20px; } }
      .index-interview__item a .img img {
        width: 100%;
        border-radius: 10px; }
        @media screen and (max-width: 767px) {
          .index-interview__item a .img img {
            border-radius: 10px;
            object-fit: cover;
            width: 100%;
            height: 100%; } }
      .index-interview__item a .post {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        color: #414141;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        padding: 10px 20px;
        border-radius: 9px 0 10px 0; }
        @media screen and (max-width: 767px) {
          .index-interview__item a .post {
            font-size: 3.58974vw;
            padding: 8px 18px; } }
      .index-interview__item a .message {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 767px) {
          .index-interview__item a .message {
            position: static;
            font-size: 4.61538vw;
            transform: translate(0, 0);
            margin-bottom: 15px; } }
      .index-interview__item a .data {
        position: absolute;
        left: 50px;
        bottom: 50px;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .index-interview__item a .data {
            position: static; } }
        .index-interview__item a .data .name {
          line-height: 1.7; }
          .index-interview__item a .data .name .jp {
            font-size: 20px;
            display: block; }
            @media screen and (max-width: 767px) {
              .index-interview__item a .data .name .jp {
                font-size: 4.61538vw; } }
          .index-interview__item a .data .name .en {
            font-size: 14px;
            font-family: "Roboto Slab", serif;
            display: block; }
        .index-interview__item a .data .join {
          font-size: 12px; }
      .index-interview__item a:hover {
        opacity: 1;
        cursor: url(../images/top/badge-more.svg), default; }
  .index-interview .c-btn {
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
      .index-interview .c-btn {
        padding: 0 30px; } }

.index-crosstalk {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .index-crosstalk {
      background: #fff; } }
  @media screen and (max-width: 767px) {
    .index-crosstalk-img {
      margin-bottom: 20px; } }
  .index-crosstalk-img img {
    width: 100%; }
  .index-crosstalk-txt {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translate(0, -50%); }
    @media screen and (max-width: 767px) {
      .index-crosstalk-txt {
        color: #414141;
        position: static;
        transform: translate(0, 0); } }
    @media screen and (max-width: 767px) {
      .index-crosstalk-txt-inner {
        padding: 0 30px; } }
  .index-crosstalk__lead {
    font-size: 20px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .index-crosstalk__lead {
        font-size: 15px; } }
  .index-crosstalk .c-ttl {
    color: #fff;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .index-crosstalk .c-ttl {
        color: #fff;
        position: absolute;
        top: -50vw;
        left: 30px; } }
  .index-crosstalk .c-btn {
    margin-bottom: 0; }

.index-office {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 150px 0; }
  @media screen and (max-width: 767px) {
    .index-office {
      padding: 70px 0; } }
  .index-office-inner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .index-office-inner {
        flex-direction: column; } }
  .index-office-img {
    width: calc(100% - 570px); }
    @media screen and (max-width: 767px) {
      .index-office-img {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 30px; } }
    .index-office-img img {
      width: 100%;
      border-radius: 0 10px 10px 0; }
  .index-office-txt {
    width: 570px;
    padding: 0 130px 0 70px; }
    @media screen and (max-width: 767px) {
      .index-office-txt {
        width: 100%;
        padding: 0 30px; } }
  .index-office .c-ttl {
    margin-bottom: 20px; }
  .index-office__lead {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .index-office__lead {
        font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .index-office .btn-list {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .index-office .btn-list .c-btn {
      width: 100%; } }

.index-news {
  position: relative;
  z-index: 2;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .index-news {
      padding: 70px 30px 40px; } }
  .index-news .c-ttl {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .index-news .c-ttl {
        margin-bottom: 30px; } }
  .index-news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px; }
    @media screen and (max-width: 767px) {
      .index-news__list {
        flex-direction: column;
        gap: 30px; } }
  .index-news__item {
    width: calc((100% - 60px) / 3); }
    @media screen and (max-width: 767px) {
      .index-news__item {
        width: 100%; } }
    .index-news__item a {
      display: block;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      height: 100%;
      position: relative; }
      .index-news__item a .img {
        margin-bottom: 10px;
        overflow: hidden; }
        .index-news__item a .img img {
          transform: scale(1);
          transition: all 0.3s ease 0s; }
      .index-news__item a .txt .category {
        position: absolute;
        left: 20px;
        top: 18px;
        background: #fff;
        font-size: 12px;
        padding: 0 12px 8px 0;
        border-radius: 0 0 10px 0; }
      .index-news__item a .txt .date {
        color: #d0d0d0; }
      .index-news__item a:hover {
        opacity: 1; }
        .index-news__item a:hover .img img {
          transform: scale(1.1); }
  .index-news .tab_box .btn_area {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    margin-top: -53px;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .index-news .tab_box .btn_area {
        margin-top: 0; } }
    .index-news .tab_box .btn_area .tab_btn {
      width: 170px;
      padding: 8px 0;
      color: #fd780f;
      background: #fff;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease 0s;
      border-radius: 5px; }
      .index-news .tab_box .btn_area .tab_btn:hover {
        opacity: 0.5; }
      .index-news .tab_box .btn_area .tab_btn.active {
        background: #fd780f;
        color: #fff; }
  .index-news .tab_box .panel_area .tab_panel {
    display: none; }
    .index-news .tab_box .panel_area .tab_panel.active {
      display: block; }

.about-philosophy {
  padding: 130px 0 180px;
  text-align: center;
  background: url(../images/about/philosophy-bg.svg) repeat-x center bottom -1px/1916px auto; }
  @media screen and (max-width: 767px) {
    .about-philosophy {
      padding: 80px 30px 100px;
      background: url(../images/about/philosophy-bg.svg) repeat-x center bottom -1px/1044px auto; } }
  @media screen and (max-width: 767px) {
    .about-philosophy .c-ttl {
      margin-bottom: 30px; } }
  .about-philosophy__lead {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .about-philosophy__lead {
        font-size: 5.64103vw;
        line-height: 1.6; } }

.about-message {
  padding: 130px 0 180px;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .about-message {
      padding: 40px 0 60px; } }
  .about-message-inner {
    background: #fff;
    border-radius: 10px;
    padding: 90px; }
    @media screen and (max-width: 767px) {
      .about-message-inner {
        padding: 40px 30px;
        background: none; } }
  .about-message-flex {
    display: flex;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .about-message-flex {
        flex-direction: column; } }
    .about-message-flex-img {
      width: 45%;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .about-message-flex-img {
          width: 100%;
          margin-bottom: 20px; } }
      .about-message-flex-img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .about-message-flex-txt {
      width: 55%;
      padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .about-message-flex-txt {
          width: 100%;
          padding-left: 0; } }
      .about-message-flex-txt .ttl {
        font-size: 25px;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .about-message-flex-txt .ttl {
            font-size: 4.87179vw;
            line-height: 1.67; } }
      .about-message-flex-txt .nameset {
        text-align: right;
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .about-message-flex-txt .nameset {
            margin-top: 30px; }
            .about-message-flex-txt .nameset span {
              display: block;
              line-height: 1.7; } }
        .about-message-flex-txt .nameset .name {
          font-weight: bold;
          margin-left: 10px; }
  .about-message-movie {
    text-align: center; }
    .about-message-movie__ttl {
      margin-bottom: 30px; }
      .about-message-movie__ttl > span {
        display: inline-block;
        font-size: 20px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .about-message-movie__ttl > span {
            font-size: 15px; } }
        .about-message-movie__ttl > span:before, .about-message-movie__ttl > span:after {
          content: "";
          display: block;
          width: 20px;
          height: 35px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: absolute;
          top: 0; }
          @media screen and (max-width: 767px) {
            .about-message-movie__ttl > span:before, .about-message-movie__ttl > span:after {
              width: 26px;
              height: 48px; } }
        .about-message-movie__ttl > span:before {
          background-image: url(../images/common/kantan-left.svg);
          left: -30px; }
          @media screen and (max-width: 767px) {
            .about-message-movie__ttl > span:before {
              left: -40px; } }
        .about-message-movie__ttl > span:after {
          background-image: url(../images/common/kantan-right.svg);
          right: -30px; }
          @media screen and (max-width: 767px) {
            .about-message-movie__ttl > span:after {
              right: -40px; } }
    .about-message-movie__movie iframe,
    .about-message-movie__movie video {
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9; }

.about-ic {
  padding: 0 0 150px;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .about-ic {
      padding: 0 0 80px; } }
  .about-ic .c-ttl {
    margin-bottom: 30px; }
  .about-ic__lead {
    font-size: 25px;
    line-height: 1.65;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .about-ic__lead {
        font-size: 4.61538vw; } }
  .about-ic__list {
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .about-ic__list {
        flex-direction: column;
        padding: 0 30px; } }
  .about-ic__item {
    width: calc((100% - 60px) / 3);
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 50px 30px 30px; }
    @media screen and (max-width: 767px) {
      .about-ic__item {
        width: 100%; } }
    .about-ic__item .number {
      position: absolute;
      left: 0;
      top: -5px;
      background: #ffefde;
      color: #fff;
      font-family: "Roboto Slab", serif;
      font-size: 60px;
      line-height: 1;
      border-radius: 0 0 10px 0;
      padding: 0 10px 5px 0;
      letter-spacing: 0.1em; }
    .about-ic__item .icon {
      text-align: center;
      margin-bottom: 20px;
      height: 104px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .about-ic__item .txt .ttl {
      font-size: 20px;
      text-align: center;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .about-ic__item .txt .ttl {
          font-size: 18px; } }

.about-company {
  padding: 150px 0; }
  @media screen and (max-width: 767px) {
    .about-company {
      padding: 70px 30px; } }
  @media screen and (max-width: 767px) {
    .about-company .c-ttl {
      text-align: left; } }
  .about-company dl {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .about-company dl {
        display: block; } }
    .about-company dl dt,
    .about-company dl dd {
      border-bottom: 1px solid #b9b9b9;
      padding: 25px 0; }
      @media screen and (max-width: 767px) {
        .about-company dl dt,
        .about-company dl dd {
          padding: 0; } }
    .about-company dl dt {
      width: 200px;
      display: flex;
      align-items: center;
      padding-right: 20px; }
      @media screen and (max-width: 767px) {
        .about-company dl dt {
          width: 100%;
          padding-right: 0;
          border-bottom: none; } }
    .about-company dl dd {
      width: calc(100% - 200px); }
      @media screen and (max-width: 767px) {
        .about-company dl dd {
          width: 100%;
          padding-bottom: 20px;
          margin-bottom: 20px; } }

.about-history {
  padding: 0px 0 180px; }
  @media screen and (max-width: 767px) {
    .about-history {
      padding: 0 20px 100px 40px; } }
  @media screen and (max-width: 767px) {
    .about-history .c-ttl {
      text-align: left; } }
  .about-history__list {
    position: relative;
    width: 50%;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .about-history__list {
        width: 100%; } }
    .about-history__list:before {
      content: "";
      display: block;
      height: 0%;
      width: 1px;
      background: #707070;
      transition: 2s;
      position: absolute;
      left: 0;
      top: 20px; }
    .about-history__list.in:before {
      height: 100%; }
  .about-history__item {
    padding: 0 30px 30px; }
    .about-history__item .date {
      position: relative;
      font-size: 20px;
      font-weight: bold;
      color: #fd780f; }
      .about-history__item .date:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fd780f;
        position: absolute;
        left: -37px;
        top: 14px; }
    .about-history__item .ttl {
      margin: 0; }
    .about-history__item:nth-child(2n) {
      text-align: right;
      position: relative;
      left: -100%; }
      @media screen and (max-width: 767px) {
        .about-history__item:nth-child(2n) {
          position: static;
          text-align: left; } }
      .about-history__item:nth-child(2n) .date:before {
        left: auto;
        right: -38px; }
        @media screen and (max-width: 767px) {
          .about-history__item:nth-child(2n) .date:before {
            left: -37px;
            right: auto; } }

.job-intro {
  padding: 130px 0 180px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .job-intro {
      padding: 80px 30px 100px; } }
  .job-intro__ttl {
    font-size: 30px;
    color: #964b00;
    letter-spacing: 0.1em;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .job-intro__ttl {
        font-size: 5.64103vw;
        margin-bottom: 20px; } }
    .job-intro__ttl .orange {
      color: #fd780f; }
  .job-intro__body {
    line-height: 2.67;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .job-intro__body {
        text-align: left;
        line-height: 2; } }

.job-detail {
  padding: 0 0 180px; }
  @media screen and (max-width: 767px) {
    .job-detail {
      padding: 0 30px 80px; } }
  .job-detail-inner {
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .job-detail-inner {
        flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .job-detail .c-ttl {
      text-align: center;
      margin-bottom: 25px; } }
  .job-detail-img {
    width: 50%;
    height: auto;
    aspect-ratio: 668 / 547;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .job-detail-img {
        width: 100%;
        transform: translate(0, 0);
        margin-bottom: 30px;
        position: static;
        aspect-ratio: auto; } }
    .job-detail-img-inner {
      position: relative; }
    .job-detail-img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 10px 0 0 10px;
      transition: all 0.6s ease 0s; }
      .job-detail-img img.img-2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
    .job-detail-img.job-detail-2 img.img-2 {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .job-detail-img-sp {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .job-detail-img-sp img {
        border-radius: 10px; } }
  .job-detail-txt {
    width: 50%;
    padding: 0 70px 0 130px; }
    @media screen and (max-width: 767px) {
      .job-detail-txt {
        width: 100%;
        padding: 0; } }
  @media screen and (max-width: 767px) {
    .job-detail__ttl-2 {
      margin-bottom: 25px; } }
  .job-detail__ttl-2 > span {
    background: #fd780f;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    width: 245px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .job-detail__ttl-2 > span {
        width: 100%; } }
  .job-detail__list + .job-detail__ttl-2 {
    margin-top: 70px; }
  .job-detail__item {
    border-bottom: 1px solid #dedede;
    padding: 20px 0; }
    .job-detail__item .ttl {
      position: relative;
      padding-left: 48px; }
      .job-detail__item .ttl .number {
        font-size: 30px;
        font-family: "Roboto Slab", serif;
        color: #fd780f;
        position: absolute;
        left: 0;
        top: 2px;
        line-height: 1;
        letter-spacing: 0.1em; }
      .job-detail__item .ttl .label {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.7; }
  .job-detail__support {
    background: #fd780f;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    display: inline-block;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .job-detail__support {
        margin-top: 20px; } }
    .job-detail__support .ttl {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .job-detail__support .ttl {
          line-height: 1.5;
          margin-bottom: 15px;
          font-weight: bold; } }
    .job-detail__support .lead {
      margin-bottom: 40px;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .job-detail__support .lead {
          line-height: 1.46; } }

.job-point {
  background: #ffefde;
  padding: 120px 0;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .job-point {
      padding: 70px 30px 50px; } }
  .job-point__list {
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .job-point__list {
        flex-direction: column;
        padding: 0; } }
  .job-point__item {
    width: calc((100% - 60px) / 3);
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 40px 30px; }
    @media screen and (max-width: 767px) {
      .job-point__item {
        width: 100%; } }
    .job-point__item .ttl {
      font-size: 20px;
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .job-point__item .ttl {
          font-size: 18px; } }
    .job-point__item .icon {
      text-align: center;
      height: 117px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; }
  .job-point__note {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex; }
    @media screen and (max-width: 767px) {
      .job-point__note {
        display: block;
        text-align: center; } }
    .job-point__note .ttl {
      font-weight: bold;
      background: #fd780f;
      color: #fff;
      width: 190px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .job-point__note .ttl {
          padding: 10px;
          width: 100%; } }
      .job-point__note .ttl .label {
        font-size: 15px;
        line-height: 1.47; }
      .job-point__note .ttl .icon {
        margin-left: 15px; }
        @media screen and (max-width: 767px) {
          .job-point__note .ttl .icon {
            position: relative;
            top: -7px; } }
        @media screen and (max-width: 767px) {
          .job-point__note .ttl .icon img {
            width: 34px; } }
    .job-point__note .tag {
      padding: 20px;
      width: calc(100% - 190px); }
      @media screen and (max-width: 767px) {
        .job-point__note .tag {
          width: 100%;
          padding: 13px; } }
      .job-point__note .tag ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 30px; }
        @media screen and (max-width: 767px) {
          .job-point__note .tag ul {
            display: block; } }
        .job-point__note .tag ul li {
          color: #fd780f;
          font-weight: bold; }

@media screen and (max-width: 767px) {
  .job-interview .c-ttl {
    text-align: center; } }

.job-bnr {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0px 0 120px; }
  @media screen and (max-width: 767px) {
    .job-bnr {
      padding: 0 30px 80px; } }
  .job-bnr-inner a {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 767px) {
      .job-bnr-inner a {
        flex-direction: column; } }
    .job-bnr-inner a .img {
      width: 53%; }
      @media screen and (max-width: 767px) {
        .job-bnr-inner a .img {
          width: 100%; } }
    .job-bnr-inner a .txt {
      width: 47%;
      display: flex;
      align-items: center;
      padding-left: 70px;
      position: relative;
      background: #fd780f;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .job-bnr-inner a .txt {
          display: block;
          width: 100%;
          padding: 20px 0;
          text-align: center; } }
      .job-bnr-inner a .txt .en {
        font-family: "Roboto Slab", serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .job-bnr-inner a .txt .en {
            font-size: 5.12821vw; } }
      .job-bnr-inner a .txt .main {
        font-size: 45px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .job-bnr-inner a .txt .main {
            font-size: 6.41026vw; } }
      .job-bnr-inner a .txt .sub {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .job-bnr-inner a .txt .sub {
            font-size: 5.12821vw; } }
      .job-bnr-inner a .txt .arrow {
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1;
        font-size: 18px;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .job-bnr-inner a .txt .arrow {
            display: none; } }
      .job-bnr-inner a .txt .arrow-sp {
        display: none; }
        @media screen and (max-width: 767px) {
          .job-bnr-inner a .txt .arrow-sp {
            width: 27px;
            height: 27px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            line-height: 1;
            font-size: 14px;
            position: relative;
            top: -2px;
            left: 5px; } }

.archive-interview {
  padding: 0 0 120px; }
  @media screen and (max-width: 767px) {
    .archive-interview {
      padding: 0 30px 100px; } }
  @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .archive-interview {
      padding: 0 40px 100px; } }
  .archive-interview__crosstalk {
    padding: 140px 0 80px;
    background: #fff;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .archive-interview__crosstalk {
        padding: 80px 0 40px; } }
    .archive-interview__crosstalk-inner > a {
      display: block;
      position: relative; }
      .archive-interview__crosstalk-inner > a .img img {
        border-radius: 10px; }
      .archive-interview__crosstalk-inner > a .txt {
        color: #fff;
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .archive-interview__crosstalk-inner > a .txt {
            position: static;
            transform: translate(0, 0); } }
        .archive-interview__crosstalk-inner > a .txt .c-ttl {
          color: #fff;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .archive-interview__crosstalk-inner > a .txt .c-ttl {
              position: absolute;
              left: 20px;
              top: -37vw; } }
          @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
            .archive-interview__crosstalk-inner > a .txt .c-ttl .en {
              font-size: 50px; } }
        .archive-interview__crosstalk-inner > a .txt .body {
          font-size: 20px;
          font-weight: bold;
          line-height: 1.65; }
          @media screen and (max-width: 767px) {
            .archive-interview__crosstalk-inner > a .txt .body {
              color: #414141;
              font-size: 15px;
              padding: 15px 0 0 0;
              line-height: 2; } }
          @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
            .archive-interview__crosstalk-inner > a .txt .body {
              font-size: 18px; } }
  .archive-interview__control {
    color: #fff;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 60px; }
    @media screen and (max-width: 767px) {
      .archive-interview__control {
        position: static;
        transform: translate(0, 0); } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .archive-interview__control {
        position: static;
        transform: translate(0, 0); } }
    .archive-interview__control-inner {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 60px;
      display: flex;
      align-items: center;
      gap: 40px; }
      @media screen and (max-width: 767px) {
        .archive-interview__control-inner {
          padding: 0;
          display: block; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .archive-interview__control-inner {
          padding: 0;
          display: block; } }
      .archive-interview__control-inner:before {
        content: "";
        display: block;
        width: 140%;
        height: 100%;
        background: #fd780f;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 10px 10px 0; }
        @media screen and (max-width: 767px) {
          .archive-interview__control-inner:before {
            display: none; } }
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .archive-interview__control-inner:before {
            display: none; } }
    .archive-interview__control .scrollbar {
      height: 318px; }
      @media screen and (max-width: 767px) {
        .archive-interview__control .scrollbar {
          display: none; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .archive-interview__control .scrollbar {
          display: none; } }
      .archive-interview__control .scrollbar__list {
        height: 100%;
        display: flex;
        flex-direction: column; }
      .archive-interview__control .scrollbar__item {
        height: auto;
        min-height: calc(100% / 8); }
        .archive-interview__control .scrollbar__item a {
          width: 8px;
          height: 100%;
          display: block;
          position: relative; }
          .archive-interview__control .scrollbar__item a:before {
            content: "";
            display: block;
            width: 1px;
            height: 100%;
            background: #fff;
            position: absolute;
            left: 50%;
            top: 0;
            transform: translate(-50%, 0); }
          .archive-interview__control .scrollbar__item a.is-current:before {
            width: 100%;
            border-radius: 4px; }
          .archive-interview__control .scrollbar__item a:hover {
            opacity: 1; }
    .archive-interview__control .tp-wrap {
      position: relative;
      z-index: 1; }
      .archive-interview__control .tp-wrap .c-ttl {
        color: #fff;
        margin-bottom: 0; }
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .archive-interview__control .tp-wrap .c-ttl {
            display: none; } }
        .archive-interview__control .tp-wrap .c-ttl .en {
          line-height: 1;
          margin-bottom: 15px; }
      .archive-interview__control .tp-wrap .pagination .wp-pagenavi {
        padding-top: 30px;
        justify-content: flex-start; }
        @media screen and (max-width: 767px) {
          .archive-interview__control .tp-wrap .pagination .wp-pagenavi {
            justify-content: center; } }
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .archive-interview__control .tp-wrap .pagination .wp-pagenavi {
            justify-content: center; } }
        .archive-interview__control .tp-wrap .pagination .wp-pagenavi .page,
        .archive-interview__control .tp-wrap .pagination .wp-pagenavi .current {
          color: #fff; }
          @media screen and (max-width: 767px) {
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .page,
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .current {
              color: #964b00; } }
          @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .page,
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .current {
              color: #964b00; } }
        .archive-interview__control .tp-wrap .pagination .wp-pagenavi .current {
          border-color: #fff; }
          @media screen and (max-width: 767px) {
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .current {
              border-color: #964b00; } }
          @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .current {
              border-color: #964b00; } }
        .archive-interview__control .tp-wrap .pagination .wp-pagenavi .nextpostslink:before {
          content: url(../images/pagination/right-white.svg); }
          @media screen and (max-width: 767px) {
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .nextpostslink:before {
              content: url(../images/pagination/right.svg); } }
          @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .nextpostslink:before {
              content: url(../images/pagination/right.svg); } }
        .archive-interview__control .tp-wrap .pagination .wp-pagenavi .previouspostslink:before {
          content: url(../images/pagination/left-white.svg); }
          @media screen and (max-width: 767px) {
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .previouspostslink:before {
              content: url(../images/pagination/left.svg); } }
          @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
            .archive-interview__control .tp-wrap .pagination .wp-pagenavi .previouspostslink:before {
              content: url(../images/pagination/left.svg); } }
  .archive-interview__list {
    width: 62%;
    margin-left: auto;
    padding: 30px 0 0;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .archive-interview__list {
        width: 100%;
        padding: 0; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .archive-interview__list {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 30px; } }
    .archive-interview__list .index-interview__item {
      padding: 0 0 50px;
      margin: 0; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .archive-interview__list .index-interview__item {
          width: calc((100% - 30px) / 2); } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .archive-interview__list .index-interview__item a:before {
          display: none; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .archive-interview__list .index-interview__item a .img img {
          border-radius: 10px; } }
      .archive-interview__list .index-interview__item a .md-wrap {
        position: absolute;
        left: 50px;
        bottom: 50px;
        display: flex;
        flex-direction: column;
        gap: 10px; }
        @media screen and (max-width: 767px) {
          .archive-interview__list .index-interview__item a .md-wrap {
            position: static; } }
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .archive-interview__list .index-interview__item a .md-wrap {
            position: static;
            color: #414141;
            margin-top: 20px; } }
        .archive-interview__list .index-interview__item a .md-wrap .message {
          position: static;
          left: 50px;
          top: 50%;
          transform: translate(0, 0); }
        .archive-interview__list .index-interview__item a .md-wrap .data {
          position: static; }

.si-breadcrumbs {
  background: none;
  padding-top: 40px;
  padding-left: 10.98097vw; }
  @media screen and (max-width: 767px) {
    .si-breadcrumbs {
      padding-top: 160px;
      padding-left: 30px; } }
  .si-breadcrumbs ul li {
    color: #fff; }
    .si-breadcrumbs ul li a {
      color: #fff; }

.si-header-flex {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .si-header-flex {
      flex-direction: column;
      padding-top: 200px;
      background: #fd780f; } }
  .si-header-flex-txt {
    width: 50%;
    background: #fd780f;
    color: #fff;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .si-header-flex-txt {
        width: 100%;
        position: static; } }
  .si-header-flex-img {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .si-header-flex-img {
        width: 100%;
        height: 50vh; } }
    .si-header-flex-img-inner {
      width: 50%;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .si-header-flex-img-inner {
          width: 100%;
          position: static; } }
      .si-header-flex-img-inner img {
        object-fit: cover;
        width: 100%;
        height: 100%; }

.si-kv {
  height: 100vh;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .si-kv {
      padding: 0;
      height: auto;
      display: block; } }
  .si-kv__logo {
    width: 182px;
    position: absolute;
    left: 10.61493vw;
    top: 80px; }
    @media screen and (max-width: 767px) {
      .si-kv__logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 33.33333vw; } }
  .si-kv-txt {
    letter-spacing: 0.1em;
    min-width: 450px; }
    @media screen and (max-width: 767px) {
      .si-kv-txt {
        min-width: auto;
        padding: 30px 30px; } }
    .si-kv-txt .ttl-en {
      font-family: "Roboto Slab", serif;
      font-size: 2.19619vw;
      border-bottom: 1px solid #fff;
      margin-bottom: 0.73206vw; }
      @media screen and (max-width: 767px) {
        .si-kv-txt .ttl-en {
          font-size: 6.41026vw;
          margin-bottom: 2.5641vw; } }
    .si-kv-txt .message {
      font-size: 1.83016vw;
      line-height: 1.6;
      margin-bottom: 2.19619vw; }
      @media screen and (max-width: 767px) {
        .si-kv-txt .message {
          font-size: 4.61538vw;
          margin-bottom: 7.69231vw; } }
    .si-kv-txt .data {
      line-height: 1.7; }
      .si-kv-txt .data .post {
        font-size: 1.0981vw; }
        @media screen and (max-width: 767px) {
          .si-kv-txt .data .post {
            font-size: 3.84615vw; } }
      .si-kv-txt .data .name .jp {
        font-size: 1.46413vw;
        display: block; }
        @media screen and (max-width: 767px) {
          .si-kv-txt .data .name .jp {
            font-size: 5.12821vw; } }
      .si-kv-txt .data .name .en {
        font-size: 1.0981vw;
        display: block;
        font-family: "Roboto Slab", serif;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          .si-kv-txt .data .name .en {
            font-size: 3.84615vw; } }
      .si-kv-txt .data .join {
        font-size: 1.02489vw; }
        @media screen and (max-width: 767px) {
          .si-kv-txt .data .join {
            font-size: 3.58974vw; } }

.si-profile {
  padding: 60px 80px 150px; }
  @media screen and (max-width: 767px) {
    .si-profile {
      padding: 60px 30px; } }
  .si-profile-inner {
    border: 1px solid #fff;
    padding: 30px 50px; }
    @media screen and (max-width: 767px) {
      .si-profile-inner {
        padding: 30px; } }
  .si-profile__ttl {
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .si-profile__ttl {
        font-size: 6.41026vw; } }
  .si-profile__img {
    text-align: center;
    margin-bottom: 20px; }
    .si-profile__img img {
      width: 200px; }

.si-faq {
  padding: 60px 80px 150px; }
  @media screen and (max-width: 767px) {
    .si-faq {
      padding: 40px 30px; } }
  .si-faq-unit {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      .si-faq-unit {
        margin-bottom: 80px; } }
    .si-faq-unit:last-child {
      margin-bottom: 0; }
    .si-faq-unit .question {
      position: relative;
      padding: 0 0 10px 50px;
      border-bottom: 1px solid #fff;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .si-faq-unit .question {
          padding: 0 0 10px; } }
      .si-faq-unit .question .number {
        position: absolute;
        left: 0;
        top: 0;
        font-family: "Roboto Slab", serif;
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .si-faq-unit .question .number {
            position: static; } }
      .si-faq-unit .question .label {
        font-size: 20px; }
    .si-faq-unit .answer p {
      margin-bottom: 1em; }
    .si-faq-unit .answer strong {
      font-size: 20px;
      line-height: 1.75;
      display: block;
      letter-spacing: 0.1em; }

.si-ov {
  position: relative;
  z-index: 1;
  background: #ffefde; }

.si-partition {
  position: relative;
  z-index: 2; }
  .si-partition img {
    width: 100%; }

.si-schedule {
  position: relative;
  z-index: 2;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .si-schedule {
      padding: 50px 30px; } }
  .si-schedule-inner {
    background: #fff;
    border-radius: 10px;
    padding: 90px; }
    @media screen and (max-width: 767px) {
      .si-schedule-inner {
        padding: 40px 20px; } }
  .si-schedule-row {
    display: flex;
    border-bottom: 1px solid #b5b5b5;
    padding: 30px 0; }
    @media screen and (max-width: 767px) {
      .si-schedule-row {
        display: block; } }
    .si-schedule-row .time {
      color: #fd780f;
      font-family: "Roboto Slab", serif;
      font-size: 30px;
      font-weight: bold;
      width: 130px;
      line-height: 1.1;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .si-schedule-row .time {
          font-size: 18px;
          width: 100%;
          margin-bottom: 10px; } }
    .si-schedule-row .cnt {
      width: calc(100% - 130px); }
      @media screen and (max-width: 767px) {
        .si-schedule-row .cnt {
          width: 100%; } }
      .si-schedule-row .cnt .ttl {
        font-size: 20px;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .si-schedule-row .cnt .ttl {
            font-size: 18px;
            margin-bottom: 5px; } }

.si-holiday {
  padding: 0 0 120px; }
  @media screen and (max-width: 767px) {
    .si-holiday {
      padding: 30px 30px 60px; } }
  .si-holiday-inner {
    display: grid;
    grid-template-columns: 56% 44%;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0px; }
    @media screen and (max-width: 767px) {
      .si-holiday-inner {
        display: block; } }
  .si-holiday .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .si-holiday .c-ttl {
        text-align: center; } }
  .si-holiday__img {
    grid-area: 1 / 2 / 3 / 3; }
    .si-holiday__img img {
      border-radius: 10px; }
  .si-holiday__body {
    padding-right: 80px; }
    @media screen and (max-width: 767px) {
      .si-holiday__body {
        padding: 20px 0 0; } }

@media screen and (max-width: 767px) {
  .si-interview .c-ttl {
    text-align: center; } }

.crosstalk-breadcrumbs {
  background: none;
  padding-top: 40px;
  padding-left: 60px; }
  @media screen and (max-width: 767px) {
    .crosstalk-breadcrumbs {
      padding-top: 130px;
      padding-left: 30px; } }
  .crosstalk-breadcrumbs ul li {
    color: #fff; }
    .crosstalk-breadcrumbs ul li a {
      color: #fff; }

.crosstalk-profile {
  background: #fd780f;
  color: #fff;
  padding: 110px 0 90px; }
  @media screen and (max-width: 767px) {
    .crosstalk-profile {
      padding: 50px 0; } }
  .crosstalk-profile__list {
    display: flex;
    gap: 50px; }
    @media screen and (max-width: 767px) {
      .crosstalk-profile__list {
        flex-direction: column;
        gap: 30px;
        padding: 0 30px; } }
  .crosstalk-profile__item {
    width: calc((100% - 100px));
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 25px 30px; }
    @media screen and (max-width: 767px) {
      .crosstalk-profile__item {
        padding: 30px;
        width: 100%; } }
  .crosstalk-profile__ttl {
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .crosstalk-profile__ttl {
        font-size: 6.41026vw; } }
  .crosstalk-profile__img {
    text-align: center;
    margin-bottom: 20px; }
    .crosstalk-profile__img img {
      width: 170px; }
  .crosstalk-profile__data {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em; }
    .crosstalk-profile__data .name {
      line-height: 1.6; }
      .crosstalk-profile__data .name .jp {
        font-size: 20px;
        font-weight: bold;
        display: block; }
      .crosstalk-profile__data .name .en {
        display: block;
        font-family: "Roboto Slab", serif;
        font-weight: 400; }
  .crosstalk-profile__txt {
    line-height: 1.73; }

.crosstalk-interview {
  padding: 110px 0; }
  @media screen and (max-width: 767px) {
    .crosstalk-interview {
      padding: 60px 30px 40px; } }
  .crosstalk-interview-img {
    margin: 150px 0; }
    @media screen and (max-width: 767px) {
      .crosstalk-interview-img {
        margin: 60px 0; } }
    .crosstalk-interview-img:last-child {
      margin: 0; }
    .crosstalk-interview-img img {
      border-radius: 10px; }
  .crosstalk-interview-unit {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .crosstalk-interview-unit {
        margin-bottom: 40px; } }
    .crosstalk-interview-unit:last-child {
      margin-bottom: 0; }
    .crosstalk-interview-unit .question {
      position: relative;
      padding: 0 0 10px 70px;
      border-bottom: 1px solid #fff;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .crosstalk-interview-unit .question {
          padding: 0 0 10px;
          margin-bottom: 20px; } }
      .crosstalk-interview-unit .question .number {
        position: absolute;
        left: 0;
        top: -6px;
        font-family: "Roboto Slab", serif;
        font-size: 25px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        background: #fd780f;
        color: #fff;
        width: 55px;
        height: 55px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .crosstalk-interview-unit .question .number {
            width: 44px;
            height: 42px;
            position: static;
            font-size: 20px;
            margin-bottom: 10px; } }
      .crosstalk-interview-unit .question .label {
        font-size: 20px;
        color: #964b00;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .crosstalk-interview-unit .question .label {
            line-height: 1.5; } }
    .crosstalk-interview-unit .answer-unit {
      display: flex;
      align-items: flex-start;
      gap: 40px;
      padding-right: 200px; }
      @media screen and (max-width: 767px) {
        .crosstalk-interview-unit .answer-unit {
          padding-right: 0;
          gap: 13px; } }
      .crosstalk-interview-unit .answer-unit .icon {
        width: 92px;
        text-align: center;
        flex-shrink: 0; }
        @media screen and (max-width: 767px) {
          .crosstalk-interview-unit .answer-unit .icon {
            width: 69px; } }
        .crosstalk-interview-unit .answer-unit .icon .name {
          font-size: 16px;
          font-weight: bold;
          color: #091f5e; }
          @media screen and (max-width: 767px) {
            .crosstalk-interview-unit .answer-unit .icon .name {
              font-size: 14px; } }
      .crosstalk-interview-unit .answer-unit .fukidashi {
        position: relative;
        border-radius: 10px;
        padding: 20px 30px;
        background: #ffeadb;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .crosstalk-interview-unit .answer-unit .fukidashi {
            margin-bottom: 35px;
            padding: 15px;
            line-height: 1.67; } }
        .crosstalk-interview-unit .answer-unit .fukidashi:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 23px 8px 0;
          border-color: transparent #ffeadb transparent transparent;
          position: absolute;
          left: -23px;
          top: 40px; }
          @media screen and (max-width: 767px) {
            .crosstalk-interview-unit .answer-unit .fukidashi:before {
              display: none; } }
        .crosstalk-interview-unit .answer-unit .fukidashi.orange {
          background: #ffeadb; }
          .crosstalk-interview-unit .answer-unit .fukidashi.orange:before {
            border-color: transparent #ffeadb transparent transparent; }
        .crosstalk-interview-unit .answer-unit .fukidashi.gray {
          background: #f8f8f8; }
          .crosstalk-interview-unit .answer-unit .fukidashi.gray:before {
            border-color: transparent #f8f8f8 transparent transparent; }
        .crosstalk-interview-unit .answer-unit .fukidashi.blue {
          background: #f2f4fe; }
          .crosstalk-interview-unit .answer-unit .fukidashi.blue:before {
            border-color: transparent #f2f4fe transparent transparent; }
      .crosstalk-interview-unit .answer-unit.reverse {
        flex-direction: row-reverse;
        padding-right: 0px;
        padding-left: 200px; }
        @media screen and (max-width: 767px) {
          .crosstalk-interview-unit .answer-unit.reverse {
            padding-right: 0;
            padding-left: 0; } }
        .crosstalk-interview-unit .answer-unit.reverse .fukidashi:before {
          border-width: 8px 0 8px 23px;
          border-color: transparent transparent transparent #ffeadb;
          left: auto;
          right: -23px; }
        .crosstalk-interview-unit .answer-unit.reverse .fukidashi.orange:before {
          border-color: transparent transparent transparent #ffeadb; }
        .crosstalk-interview-unit .answer-unit.reverse .fukidashi.gray:before {
          border-color: transparent transparent transparent #f8f8f8; }
        .crosstalk-interview-unit .answer-unit.reverse .fukidashi.blue:before {
          border-color: transparent transparent transparent #f2f4fe; }

.crosstalk-postscript {
  padding: 0 0 90px; }
  @media screen and (max-width: 767px) {
    .crosstalk-postscript {
      padding: 0 30px 40px; } }
  .crosstalk-postscript-inner {
    border: 1px solid #fd780f;
    border-radius: 10px;
    padding: 60px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .crosstalk-postscript-inner {
        padding: 25px; } }
  .crosstalk-postscript__ttl {
    text-align: center;
    color: #fd780f;
    font-size: 25px; }
    @media screen and (max-width: 767px) {
      .crosstalk-postscript__ttl {
        font-size: 18px;
        margin-bottom: 10px; } }

.office-benefit {
  padding: 130px 0 180px; }
  @media screen and (max-width: 767px) {
    .office-benefit {
      padding: 80px 30px 100px; } }
  .office-benefit__ttl {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .office-benefit__ttl {
        font-size: 5.64103vw;
        line-height: 1.6; } }
    .office-benefit__ttl .orange {
      color: #fd780f; }
  .office-benefit__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 24px; }
  .office-benefit__item {
    width: calc((100% - 72px) / 4);
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .office-benefit__item {
        width: 100%; } }
    .office-benefit__item .header {
      background: #fd780f;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      padding: 5px; }
    .office-benefit__item .cnt {
      background: #fff;
      padding: 20px 0; }
      .office-benefit__item .cnt .icon {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px; }
      .office-benefit__item .cnt .ttl {
        font-size: 20px;
        font-weight: bold;
        color: #fd780f;
        line-height: 1.67; }
      .office-benefit__item .cnt .txt {
        font-size: 14px;
        color: #5a5555; }

.office-gallery {
  padding: 0 0 180px; }
  @media screen and (max-width: 767px) {
    .office-gallery {
      padding: 0 30px 80px; } }
  .office-gallery .c-ttl {
    margin-bottom: 30px; }
  .office-gallery__slider-main .slick-prev,
  .office-gallery__slider-main .slick-next {
    width: 52px;
    height: 52px; }
    @media screen and (max-width: 767px) {
      .office-gallery__slider-main .slick-prev,
      .office-gallery__slider-main .slick-next {
        width: 30px;
        height: 30px; } }
  .office-gallery__slider-main .slick-prev {
    left: -70px; }
    @media screen and (max-width: 767px) {
      .office-gallery__slider-main .slick-prev {
        left: -15px; } }
  .office-gallery__slider-main .slick-next {
    right: -70px; }
    @media screen and (max-width: 767px) {
      .office-gallery__slider-main .slick-next {
        right: -15px; } }
  .office-gallery__slider-sub {
    padding-top: 16px; }
    .office-gallery__slider-sub .slick-track {
      transform: unset !important;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      width: 100% !important; }
      .office-gallery__slider-sub .slick-track:before, .office-gallery__slider-sub .slick-track:after {
        display: none !important; }
    .office-gallery__slider-sub li {
      opacity: 0.3;
      transition: opacity 0.3s linear;
      width: calc((100% - 50px) / 6) !important;
      aspect-ratio: 168 / 110; }
      @media screen and (max-width: 767px) {
        .office-gallery__slider-sub li {
          width: calc((100% - 20px) / 3) !important; } }
      .office-gallery__slider-sub li.slick-current {
        opacity: 1; }
      .office-gallery__slider-sub li img {
        object-fit: cover;
        width: 100%;
        height: 100%; }

.archive-news {
  padding: 130px 0 180px;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .archive-news {
      padding: 80px 30px 100px; } }
  .archive-news-tab {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .archive-news-tab {
        display: block;
        margin-bottom: 30px; } }
    .archive-news-tab .total {
      font-size: 20px;
      color: #414141;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .archive-news-tab .total {
          display: none; } }
    .archive-news-tab__list {
      display: flex;
      gap: 30px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .archive-news-tab__list {
          gap: 20px; } }
    @media screen and (max-width: 767px) {
      .archive-news-tab__item {
        width: calc((100% - 20px) / 2); } }
    .archive-news-tab__item a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 254px;
      height: 55px;
      background: #fff;
      color: #fd780f;
      border-radius: 10px;
      border: 3px solid #fff; }
      @media screen and (max-width: 767px) {
        .archive-news-tab__item a {
          width: 100%;
          border-radius: 5px;
          height: 43px; } }
      .archive-news-tab__item a:hover {
        opacity: 1;
        border-color: #fd780f; }
    .archive-news-tab__item.active a {
      background: #fd780f;
      color: #fff;
      border-color: #fd780f; }

.col-wrap {
  padding: 130px 0 180px;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .col-wrap {
      padding: 80px 30px 100px; } }
  .col-wrap.news .col-wrap-flex {
    display: flex; }
    @media screen and (max-width: 767px) {
      .col-wrap.news .col-wrap-flex {
        flex-direction: column;
        gap: 60px; } }
  .col-wrap.news .main-col {
    width: 70%;
    padding-right: 80px; }
    @media screen and (max-width: 767px) {
      .col-wrap.news .main-col {
        width: 100%;
        padding: 0; } }
  .col-wrap.news .side-col {
    width: 30%;
    max-width: 340px; }
    @media screen and (max-width: 767px) {
      .col-wrap.news .side-col {
        width: 100%;
        max-width: 100%; } }
    .col-wrap.news .side-col .widget__ttl {
      font-weight: bold;
      margin-bottom: 15px; }
    .col-wrap.news .side-col .index-news__list {
      flex-direction: column; }
      .col-wrap.news .side-col .index-news__list .index-news__item {
        width: 100%; }

.single-news-header {
  margin-bottom: 30px; }
  .single-news-header .category {
    background: #fd780f;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .single-news-header .category {
        font-size: 12px; } }
  .single-news-header .date {
    color: #fd780f; }
    @media screen and (max-width: 767px) {
      .single-news-header .date {
        font-size: 15px; } }
  .single-news-header .ttl {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .single-news-header .ttl {
        font-size: 18px; } }

.single-news-cnt h2 {
  font-size: 20px;
  border-top: 2px solid #fd780f;
  border-bottom: 2px solid #fd780f;
  padding: 20px 0; }

.single-news-cnt h3 {
  font-size: 18px;
  border-left: 3px solid #fd780f;
  padding: 0 0 0 15px; }

.single-news-cnt ul > li {
  padding: 0 0 0 25px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px; }
  .single-news-cnt ul > li:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fd780f;
    position: absolute;
    left: 0;
    top: 9px; }

.single-news-nav {
  display: flex;
  gap: 14px;
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .single-news-nav {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 30px;
      grid-row-gap: 20px; } }
  .single-news-nav .prev a,
  .single-news-nav .next a,
  .single-news-nav .back a {
    background: #fff;
    color: #fd780f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 5px; }
  .single-news-nav .prev,
  .single-news-nav .next {
    width: 144px; }
    .single-news-nav .prev a,
    .single-news-nav .next a {
      display: flex;
      justify-content: center;
      gap: 10px; }
      .single-news-nav .prev a .arrow,
      .single-news-nav .next a .arrow {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #fd780f;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 11px; }
  .single-news-nav .back {
    width: calc(100% - 288px - 28px); }
    @media screen and (max-width: 767px) {
      .single-news-nav .back {
        grid-area: 2 / 1 / 3 / 3;
        width: 100%; } }

.col-wrap {
  padding: 130px 0 180px;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .col-wrap {
      padding: 80px 30px 100px; } }
  .col-wrap.faq .col-wrap-flex {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .col-wrap.faq .col-wrap-flex {
        flex-direction: column-reverse;
        gap: 60px; } }
  .col-wrap.faq .main-col {
    width: 81%;
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .col-wrap.faq .main-col {
        width: 100%;
        padding: 0; } }
  .col-wrap.faq .side-col {
    width: 19%;
    max-width: 260px; }
    @media screen and (max-width: 767px) {
      .col-wrap.faq .side-col {
        width: 100%;
        max-width: 100%; } }
    .col-wrap.faq .side-col .faq-nav {
      position: sticky;
      top: 20px; }
      @media screen and (max-width: 767px) {
        .col-wrap.faq .side-col .faq-nav {
          position: static; } }
      .col-wrap.faq .side-col .faq-nav__item {
        border-bottom: 1px solid #fd780f; }
        .col-wrap.faq .side-col .faq-nav__item a {
          display: block;
          padding: 15px 0;
          position: relative; }
          .col-wrap.faq .side-col .faq-nav__item a .arrow {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 5.5px 0 5.5px;
            border-color: #fd780f transparent transparent transparent;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%); }

.faq-sect__ttl {
  border-bottom: 1px solid #fd780f;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .faq-sect__ttl {
      font-size: 18px; } }

.faq-sect__list {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .faq-sect__list {
      margin-bottom: 70px; } }

.faq-sect__item {
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px; }
  .faq-sect__item .question,
  .faq-sect__item .answer {
    position: relative;
    padding-left: 30px; }
    .faq-sect__item .question .label,
    .faq-sect__item .answer .label {
      position: relative; }
  .faq-sect__item .question {
    position: relative;
    cursor: pointer;
    padding: 22px;
    padding-left: 30px;
    padding-right: 50px;
    transition: all 0.3s ease 0s; }
    @media screen and (max-width: 767px) {
      .faq-sect__item .question {
        padding: 17px;
        padding-left: 20px;
        padding-right: 30px; } }
    .faq-sect__item .question .label {
      font-weight: bold;
      line-height: 1.64; }
    .faq-sect__item .question .status {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translate(0, -50%);
      width: 17px;
      height: 17px; }
      @media screen and (max-width: 767px) {
        .faq-sect__item .question .status {
          right: 11px; } }
      .faq-sect__item .question .status-inner {
        width: 100%;
        height: 100%;
        position: relative; }
        .faq-sect__item .question .status-inner .line-1,
        .faq-sect__item .question .status-inner .line-2 {
          width: 100%;
          height: 3px;
          background: #fd780f;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .faq-sect__item .question .status-inner .line-2 {
          transform: translate(-50%, -50%) rotate(90deg);
          transition: all 0.3s ease 0s; }
    .faq-sect__item .question.open {
      border-radius: 20px 20px 0 0; }
      .faq-sect__item .question.open .status .line-2 {
        transform: translate(-50%, -50%) rotate(360deg); }
  .faq-sect__item .answer {
    padding: 0px 30px 20px;
    display: none; }
    @media screen and (max-width: 767px) {
      .faq-sect__item .answer {
        padding-left: 20px;
        padding-right: 20px; } }

.archive-recruit {
  padding: 100px 0 180px;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .archive-recruit {
      padding: 80px 30px 100px; } }
  .archive-recruit-search {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 60px; }
    .archive-recruit-search-header {
      padding: 20px 30px;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .archive-recruit-search-header {
          padding: 15px 20px; } }
      .archive-recruit-search-header .ttl {
        display: flex;
        align-items: center;
        gap: 10px; }
        .archive-recruit-search-header .ttl .icon {
          font-size: 20px; }
          @media screen and (max-width: 767px) {
            .archive-recruit-search-header .ttl .icon {
              font-size: 18px; } }
      .archive-recruit-search-header .status {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translate(0, -50%);
        width: 17px;
        height: 17px; }
        @media screen and (max-width: 767px) {
          .archive-recruit-search-header .status {
            right: 20px; } }
        .archive-recruit-search-header .status-inner {
          width: 100%;
          height: 100%;
          position: relative; }
          .archive-recruit-search-header .status-inner .line-1,
          .archive-recruit-search-header .status-inner .line-2 {
            width: 100%;
            height: 3px;
            background: #fd780f;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .archive-recruit-search-header .status-inner .line-2 {
            transform: translate(-50%, -50%) rotate(90deg);
            transition: all 0.3s ease 0s; }
      .archive-recruit-search-header.open {
        border-radius: 20px 20px 0 0; }
        .archive-recruit-search-header.open .status .line-2 {
          transform: translate(-50%, -50%) rotate(360deg); }
    .archive-recruit-search-cnt {
      padding: 0 30px;
      padding-bottom: 50px;
      display: none; }
      @media screen and (max-width: 767px) {
        .archive-recruit-search-cnt {
          padding: 0 20px 40px; } }
    .archive-recruit-search__dl {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #c3c3c3; }
      @media screen and (max-width: 767px) {
        .archive-recruit-search__dl {
          flex-direction: column;
          border-bottom: none;
          border-top: 1px solid #c3c3c3; } }
      .archive-recruit-search__dl dt,
      .archive-recruit-search__dl dd {
        padding: 25px 0;
        border-top: 1px solid #c3c3c3; }
        @media screen and (max-width: 767px) {
          .archive-recruit-search__dl dt,
          .archive-recruit-search__dl dd {
            padding: 0;
            border-top: none; } }
      .archive-recruit-search__dl dt {
        width: 170px; }
        @media screen and (max-width: 767px) {
          .archive-recruit-search__dl dt {
            width: 100%;
            padding: 17px 0 5px; } }
      .archive-recruit-search__dl dd {
        width: calc(100% - 170px); }
        @media screen and (max-width: 767px) {
          .archive-recruit-search__dl dd {
            width: 100%;
            border-bottom: 1px solid #c3c3c3;
            padding: 0 0 17px; } }
        .archive-recruit-search__dl dd ul {
          display: flex;
          flex-wrap: wrap;
          gap: 0 30px; }
          @media screen and (max-width: 767px) {
            .archive-recruit-search__dl dd ul {
              gap: 5px 30px; } }
          .archive-recruit-search__dl dd ul > li label {
            display: block;
            cursor: pointer; }
            .archive-recruit-search__dl dd ul > li label input[type="checkbox"] {
              position: relative;
              width: 16px;
              height: 16px;
              appearance: none;
              background: #ffffff;
              border: solid 1px #707070;
              box-shadow: 0 0 0 0 transparent;
              transition-duration: 0.2s;
              transition-property: background-color, border, box-shadow, color;
              margin-right: 7px;
              position: relative;
              top: -1px;
              /* 強制カラーモードが有効のときは、既定のシステムカラー値を設定して、トランジションを無効にする */
              /* アイコン：選択済みの見た目 */
              /* アイコン：活性時のホバー演出 */
              /* チェックマーク */
              /* 強制カラーモードが有効のときは、既定のシステムカラー値を設定して、トランジションを無効にする */
              /* チェックマーク：選択済みの見た目 */ }
              @media (forced-colors: active) {
                .archive-recruit-search__dl dd ul > li label input[type="checkbox"] {
                  transition: none;
                  border-color: CanvasText; } }
              .archive-recruit-search__dl dd ul > li label input[type="checkbox"]:checked {
                background: #fd780f;
                /* 紫色 */
                border-color: #fd780f;
                /* 紫色 */
                /* 強制カラーモードが有効のときは、システムカラーを設定 */ }
                @media (forced-colors: active) {
                  .archive-recruit-search__dl dd ul > li label input[type="checkbox"]:checked {
                    background-color: Canvas;
                    border-color: CanvasText; } }
              .archive-recruit-search__dl dd ul > li label input[type="checkbox"]:hover:enabled {
                /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */ }
                @media (forced-colors: none) and (any-hover: hover) {
                  .archive-recruit-search__dl dd ul > li label input[type="checkbox"]:hover:enabled {
                    border-color: #fd780f;
                    /* 紫色 */
                    box-shadow: 0 0 0 4px #d2ceff;
                    /* 薄い紫色 */ } }
              .archive-recruit-search__dl dd ul > li label input[type="checkbox"]::before {
                position: absolute;
                inset: 0;
                display: block;
                width: 100%;
                height: 100%;
                content: "";
                opacity: 0;
                mask-image: url("../images/common/icon-check.svg");
                mask-repeat: no-repeat;
                mask-size: contain;
                background-color: #ffffff;
                transition: opacity 0.2s; }
              @media (forced-colors: active) {
                .archive-recruit-search__dl dd ul > li label input[type="checkbox"]::before {
                  transition: none;
                  background-color: CanvasText; } }
              .archive-recruit-search__dl dd ul > li label input[type="checkbox"]:checked::before {
                opacity: 1; }
    .archive-recruit-search__btn {
      padding-top: 35px; }
      @media screen and (max-width: 767px) {
        .archive-recruit-search__btn {
          padding-top: 32px; } }
      .archive-recruit-search__btn .submit {
        margin: 0 auto;
        width: 264px;
        height: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fd780f url(../images/common/arrow-right.svg) no-repeat right 20px center/21px auto;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        transition: all 0.3s ease 0s; }
        .archive-recruit-search__btn .submit:hover {
          opacity: 0.5; }
  .archive-recruit__ttl-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .archive-recruit__ttl-wrap .ttl {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .archive-recruit__ttl-wrap .ttl {
          font-size: 15px; } }
    .archive-recruit__ttl-wrap .total {
      font-size: 20px;
      color: #414141;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .archive-recruit__ttl-wrap .total {
          font-size: 15px; } }
  .archive-recruit__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px; }
    @media screen and (max-width: 767px) {
      .archive-recruit__list {
        flex-direction: column;
        gap: 30px; } }
  .archive-recruit__item {
    width: calc((100% - 60px) / 3);
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .archive-recruit__item {
        width: 100%; } }
    .archive-recruit__item .img {
      margin-bottom: 10px;
      overflow: hidden; }
      .archive-recruit__item .img img {
        transform: scale(1);
        transition: all 0.3s ease 0s; }
    .archive-recruit__item .txt .category {
      position: absolute;
      left: 20px;
      top: 18px;
      background: #fff;
      font-size: 12px;
      padding: 0 12px 8px 0;
      border-radius: 0 0 10px 0; }
    .archive-recruit__item .txt .ttl {
      border-bottom: 1px solid #d9d9d9;
      font-size: 18px;
      padding: 13px 0;
      margin: 0; }
    .archive-recruit__item .txt dl {
      display: flex;
      flex-wrap: wrap; }
      .archive-recruit__item .txt dl dt,
      .archive-recruit__item .txt dl dd {
        border-bottom: 1px solid #d9d9d9;
        padding: 13px 0; }
      .archive-recruit__item .txt dl dt {
        width: 90px; }
      .archive-recruit__item .txt dl dd {
        width: calc(100% - 90px); }
    .archive-recruit__item .txt .c-btn {
      margin-top: 20px;
      margin-bottom: 0; }
      .archive-recruit__item .txt .c-btn a {
        min-width: auto;
        width: 100%; }
  .archive-recruit .no-matching {
    background: #fff;
    padding: 70px 30px;
    border-radius: 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .archive-recruit .no-matching {
        padding: 30px 20px; } }
    .archive-recruit .no-matching__txt {
      line-height: 1.47; }
    .archive-recruit .no-matching .c-btn {
      margin-bottom: 0;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .archive-recruit .no-matching .c-btn {
          margin-top: 20px; } }
      .archive-recruit .no-matching .c-btn a {
        width: 292px;
        min-width: auto; }
        @media screen and (max-width: 767px) {
          .archive-recruit .no-matching .c-btn a {
            width: 100%; } }

.single-recruit {
  padding: 100px 50px 180px;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .single-recruit {
      padding: 80px 30px 100px;
      background: #fff; } }
  .single-recruit-inner {
    background: #fff;
    border-radius: 10px;
    padding: 70px 0 120px; }
    @media screen and (max-width: 767px) {
      .single-recruit-inner {
        padding: 0; } }
  .single-recruit .sr-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px; }
  .single-recruit-header {
    margin-bottom: 100px;
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .single-recruit-header {
        flex-direction: column-reverse;
        gap: 30px;
        margin-bottom: 80px; } }
    .single-recruit-header .img,
    .single-recruit-header .txt {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .single-recruit-header .img,
        .single-recruit-header .txt {
          width: 100%; } }
    .single-recruit-header .txt {
      padding-right: 60px; }
      @media screen and (max-width: 767px) {
        .single-recruit-header .txt {
          padding-right: 0; } }
      .single-recruit-header .txt .status {
        margin-bottom: 10px; }
        .single-recruit-header .txt .status > span {
          font-size: 12px;
          background: #fd780f;
          color: #fff;
          border-radius: 5px;
          display: inline-block;
          padding: 0 10px; }
      .single-recruit-header .txt .ttl {
        font-size: 20px;
        margin-bottom: 10px; }
    .single-recruit-header .img img {
      border-radius: 10px; }
  .single-recruit-outline {
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .single-recruit-outline {
        margin-bottom: 80px; } }
    .single-recruit-outline .row-wrap {
      border-top: 1px solid #e0e0e0; }
      .single-recruit-outline .row-wrap .row {
        border-bottom: 1px solid #e0e0e0;
        padding: 20px 0;
        display: flex; }
        @media screen and (max-width: 767px) {
          .single-recruit-outline .row-wrap .row {
            flex-direction: column; } }
        .single-recruit-outline .row-wrap .row .term {
          font-weight: bold;
          width: 210px;
          padding-right: 20px;
          flex-shrink: 0; }
          @media screen and (max-width: 767px) {
            .single-recruit-outline .row-wrap .row .term {
              width: 100%; } }
        @media screen and (max-width: 767px) {
          .single-recruit-outline .row-wrap .row .desc {
            width: 100%; } }
  .single-recruit-point {
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .single-recruit-point {
        margin-bottom: 80px; } }
    .single-recruit-point__item {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      padding: 30px;
      border-radius: 10px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .single-recruit-point__item {
          padding: 20px; } }
      .single-recruit-point__item .ttl {
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .single-recruit-point__item .ttl {
            font-size: 18px; } }
  .single-recruit-reason {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .single-recruit-reason {
        margin-bottom: 40px; } }
    .single-recruit-reason__list {
      display: flex;
      gap: 90px; }
      @media screen and (max-width: 767px) {
        .single-recruit-reason__list {
          flex-direction: column;
          gap: 60px; } }
    .single-recruit-reason__item {
      width: calc((100% - 180px) / 3);
      position: relative; }
      @media screen and (max-width: 767px) {
        .single-recruit-reason__item {
          width: 100%; } }
      .single-recruit-reason__item:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        /* 線の長さ2pxの線を背景画像とする */
        background-image: linear-gradient(to bottom, #b9b9b9 5px, transparent 5px);
        /* 背景画像の大きさを設定 */
        background-size: 1px 10px;
        /* 背景の開始位置を指定 */
        background-position: right top;
        /* 横方向に繰り返す */
        background-repeat: repeat-y;
        position: absolute;
        right: -45px;
        top: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .single-recruit-reason__item:after {
            width: 100%;
            height: 1px;
            /* 線の長さ2pxの線を背景画像とする */
            background-image: linear-gradient(to right, #b9b9b9 5px, transparent 5px);
            /* 背景画像の大きさを設定 */
            background-size: 10px 1px;
            /* 背景の開始位置を指定 */
            background-position: left bottom;
            /* 横方向に繰り返す */
            background-repeat: repeat-x;
            right: auto;
            left: 50%;
            top: auto;
            bottom: -30px;
            transform: translate(-50%, 0); } }
      .single-recruit-reason__item:last-child:after {
        display: none; }
      .single-recruit-reason__item .img {
        position: relative;
        margin-bottom: 15px; }
        .single-recruit-reason__item .img > img {
          border-radius: 10px; }
      .single-recruit-reason__item .txt .ttl {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.67;
        margin-bottom: 10px; }
  .single-recruit .entry-btn {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .single-recruit .entry-btn {
        margin-bottom: 30px; } }
    .single-recruit .entry-btn a {
      background: #fd780f;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      border-radius: 5px;
      width: 430px;
      height: 122px;
      padding: 20px;
      padding-top: 25px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .single-recruit .entry-btn a {
          width: 100%;
          height: 90px; } }
      .single-recruit .entry-btn a .txt .en {
        font-family: "Roboto Slab", serif;
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .single-recruit .entry-btn a .txt .en {
            font-size: 30px; } }
      .single-recruit .entry-btn a .txt .jp {
        font-size: 20px;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 767px) {
          .single-recruit .entry-btn a .txt .jp {
            font-size: 15px; } }
      .single-recruit .entry-btn a .arrow {
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .single-recruit .entry-btn a .arrow {
            width: 27px;
            height: 27px;
            font-size: 16px; } }
  .single-recruit .back-btn {
    text-align: center; }
    .single-recruit .back-btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px; }
      .single-recruit .back-btn a .arrow {
        width: 20px;
        height: 20px;
        border: 1px solid #414141;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1;
        font-size: 11px; }

.entry-form {
  padding: 130px 0;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .entry-form {
      padding: 80px 30px 30px; } }
  .entry-form-inner {
    max-width: 720px;
    margin: 0 auto; }
  .entry-form__lead {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #707070;
    text-align: center; }
  .entry-form form {
    line-height: 1.8; }
    .entry-form form table {
      width: 100%;
      display: block;
      margin-bottom: 0; }
      .entry-form form table tbody,
      .entry-form form table thead,
      .entry-form form table tr,
      .entry-form form table th,
      .entry-form form table td {
        display: block;
        width: 100%; }
      .entry-form form table th,
      .entry-form form table td {
        text-align: left; }
      .entry-form form table th {
        font-weight: normal;
        position: relative;
        padding-bottom: 17px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .entry-form form table th {
            padding-bottom: 15px;
            padding-left: 0; } }
        .entry-form form table th .required,
        .entry-form form table th .optional {
          color: #fff;
          background: #db0000;
          font-size: 13px;
          padding: 1px 8px 2px;
          margin-right: 10px;
          border-radius: 100vh; }
          @media screen and (max-width: 767px) {
            .entry-form form table th .required,
            .entry-form form table th .optional {
              position: static; } }
        .entry-form form table th .optional {
          background: #919191; }
      .entry-form form table td {
        padding-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .entry-form form table td {
            padding-bottom: 30px; } }
        .entry-form form table td input[type="text"],
        .entry-form form table td input[type="email"],
        .entry-form form table td input[type="tel"],
        .entry-form form table td textarea {
          background: #fff;
          width: 100%;
          padding: 14px;
          border-radius: 0; }
        .entry-form form table td input.hasDatepicker {
          width: auto;
          max-width: 100%;
          background-color: #fff;
          background-image: url(../images/form/calendar.svg);
          background-repeat: no-repeat;
          background-position: right 15px center;
          background-size: 13px auto; }
        .entry-form form table td select {
          width: 100%;
          padding: 14px;
          padding-right: 30px;
          border-radius: 0;
          background-color: #fff;
          border: none; }
        .entry-form form table td ::-webkit-input-placeholder {
          color: #ccc; }
        .entry-form form table td :-ms-input-placeholder {
          color: #ccc !important; }
        .entry-form form table td ::-moz-placeholder {
          color: #ccc;
          opacity: 1; }
        .entry-form form table td ::placeholder {
          color: #ccc;
          opacity: 1; }
        .entry-form form table td input[type="radio"] {
          display: none; }
          .entry-form form table td input[type="radio"] + .mwform-radio-field-text {
            position: relative;
            padding-left: 34px; }
            .entry-form form table td input[type="radio"] + .mwform-radio-field-text::before {
              position: absolute;
              content: "";
              display: block;
              width: 22px;
              height: 22px;
              border-radius: 50%;
              background: #fff;
              border: 1px solid #414141;
              left: 0;
              top: 0; }
            .entry-form form table td input[type="radio"] + .mwform-radio-field-text::after {
              position: absolute;
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background: #000;
              left: 6px;
              top: 6px;
              opacity: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
          .entry-form form table td input[type="radio"]:checked + .mwform-radio-field-text::after {
            opacity: 1; }
        .entry-form form table td textarea {
          height: 250px; }
        .entry-form form table td .zip-wrap,
        .entry-form form table td .zip-btn {
          width: calc(50% - 10px);
          border-radius: 0; }
          @media screen and (max-width: 767px) {
            .entry-form form table td .zip-wrap,
            .entry-form form table td .zip-btn {
              width: calc(50% - 4px); } }
        @media screen and (max-width: 767px) {
          .entry-form form table td .zip-wrap {
            width: 40%; } }
        .entry-form form table td .zip-btn {
          background: #000;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          border-radius: 5px;
          transition: all 0.3s ease 0s; }
          @media screen and (max-width: 767px) {
            .entry-form form table td .zip-btn {
              font-size: 12px;
              width: calc(60% - 10px); } }
          @media screen and (max-width: 767px) {
            .entry-form form table td .zip-btn input {
              width: 100%; } }
          .entry-form form table td .zip-btn:hover {
            opacity: 0.5; }
        .entry-form form table td .upload_file-wrap {
          width: 100%;
          padding: 15px;
          border-radius: 0;
          background: #fff;
          border-radius: 5px; }
        .entry-form form table td .upload_file__note {
          padding-top: 10px;
          font-size: 14px; }
        .entry-form form table td .td-ttl {
          font-weight: 700;
          padding: 0 0 5px; }
        .entry-form form table td .flex-birth + .td-ttl {
          padding-top: 20px; }
        .entry-form form table td .flex-birth {
          display: flex; }
          .entry-form form table td .flex-birth .birth-year-wrap,
          .entry-form form table td .flex-birth .birth-month-wrap,
          .entry-form form table td .flex-birth .birth-day-wrap {
            display: flex;
            align-items: flex-end; }
            .entry-form form table td .flex-birth .birth-year-wrap select,
            .entry-form form table td .flex-birth .birth-month-wrap select,
            .entry-form form table td .flex-birth .birth-day-wrap select {
              background-position: right 5px center; }
          .entry-form form table td .flex-birth .birth-year-wrap,
          .entry-form form table td .flex-birth .birth-month-wrap {
            margin-right: 20px;
            position: relative; }
            .entry-form form table td .flex-birth .birth-year-wrap:after,
            .entry-form form table td .flex-birth .birth-month-wrap:after {
              content: "";
              display: block;
              height: 80%;
              width: 1px;
              background: #707070;
              position: absolute;
              right: 0px;
              top: 50%;
              transform: translate(0, -50%) rotate(30deg); }
          .entry-form form table td .flex-birth .birth-month-wrap.no-slash {
            margin-right: 0px; }
            .entry-form form table td .flex-birth .birth-month-wrap.no-slash:after {
              display: none; }
          .entry-form form table td .flex-birth .birth-year-wrap {
            width: 152px; }
            .entry-form form table td .flex-birth .birth-year-wrap select {
              width: 126px; }
              @media screen and (max-width: 767px) {
                .entry-form form table td .flex-birth .birth-year-wrap select {
                  width: 90px; } }
          .entry-form form table td .flex-birth .birth-month-wrap,
          .entry-form form table td .flex-birth .birth-day-wrap {
            width: 108px; }
            .entry-form form table td .flex-birth .birth-month-wrap select,
            .entry-form form table td .flex-birth .birth-day-wrap select {
              width: 82px; }
              @media screen and (max-width: 767px) {
                .entry-form form table td .flex-birth .birth-month-wrap select,
                .entry-form form table td .flex-birth .birth-day-wrap select {
                  width: 64px; } }
      .entry-form form table tr.radio-tr th {
        border-bottom: 1px solid #414141; }
      .entry-form form table tr.radio-tr td {
        padding-top: 10px;
        padding-bottom: 25px; }
      .entry-form form table tr.gender-tr td .mwform-radio-field {
        display: inline-block;
        margin: 0 15px 0 0; }
        @media screen and (max-width: 767px) {
          .entry-form form table tr.gender-tr td .mwform-radio-field {
            margin-right: 5px; } }
      .entry-form form table tr.gender-tr td label {
        border-radius: 5px;
        display: block;
        overflow: hidden; }
        .entry-form form table tr.gender-tr td label input[type="radio"] {
          display: none; }
          .entry-form form table tr.gender-tr td label input[type="radio"] + .mwform-radio-field-text {
            position: relative;
            padding-left: 0;
            padding: 14px 20px;
            display: block;
            background: #cecece;
            color: #414141;
            z-index: 1; }
            @media screen and (max-width: 767px) {
              .entry-form form table tr.gender-tr td label input[type="radio"] + .mwform-radio-field-text {
                padding: 14px 4vw; } }
            .entry-form form table tr.gender-tr td label input[type="radio"] + .mwform-radio-field-text::before {
              display: none; }
            .entry-form form table tr.gender-tr td label input[type="radio"] + .mwform-radio-field-text::after {
              position: absolute;
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              border-radius: 0;
              background: #fd780f;
              left: 0;
              top: 0;
              opacity: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              z-index: -1; }
          .entry-form form table tr.gender-tr td label input[type="radio"]:checked + .mwform-radio-field-text {
            color: #fff; }
            .entry-form form table tr.gender-tr td label input[type="radio"]:checked + .mwform-radio-field-text::after {
              opacity: 1; }
      .entry-form form table tr.c2 td {
        display: flex;
        justify-content: space-between; }
        .entry-form form table tr.c2 td .input-wrap {
          width: calc(50% - 10px); }
    .entry-form form .input-wrap {
      position: relative; }
      .entry-form form .input-wrap .error {
        white-space: nowrap; }
    .entry-form form .agree {
      margin: 30px 0;
      display: flex;
      justify-content: center;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .entry-form form .agree {
          margin: 0; } }
      .entry-form form .agree .input-wrap .error {
        position: absolute;
        left: 0;
        bottom: -30px; }
      .entry-form form .agree a {
        font-weight: bold;
        border-bottom: 1px solid #fd780f;
        padding-bottom: 5px;
        color: #fd780f; }
        .entry-form form .agree a:hover {
          border-bottom: none; }
      .entry-form form .agree .agree-check {
        margin: 0 8px 5px 0;
        transform: scale(1.3); }
        .entry-form form .agree .agree-check + .mwform-checkbox-field-text {
          display: none; }
    .entry-form form .button-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 60px 0 40px;
      gap: 32px; }
    .entry-form form .submit,
    .entry-form form .back {
      display: flex;
      justify-content: center; }
    .entry-form form .input-btn {
      background-color: #fd780f;
      background-image: url(../images/common/arrow-right.svg);
      background-repeat: no-repeat;
      background-position: right 20px center;
      background-size: 20px auto;
      color: #fff;
      position: relative;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 370px;
      height: 60px;
      border-radius: 5px;
      transition: all 0.3s ease 0s; }
      @media screen and (max-width: 767px) {
        .entry-form form .input-btn {
          width: 100%; } }
      .entry-form form .input-btn.back {
        margin-top: 10px;
        background-color: transparent;
        background-image: url(../images/common/arrow-right-black.svg);
        padding: 0 50px 0 25px;
        color: #414141;
        width: auto;
        height: auto; }
        .entry-form form .input-btn.back:hover {
          opacity: 0.5; }
      .entry-form form .input-btn:hover {
        opacity: 0.5; }
    .entry-form form .error {
      font-size: 12px;
      line-height: 1.4;
      margin-top: 5px; }
  .entry-form.confirm .entry-form-inner {
    max-width: 640px; }
  .entry-form.confirm .entry-form__lead {
    margin-bottom: 0; }
  .entry-form.confirm form table th {
    padding-top: 20px;
    padding-bottom: 10px; }
    .entry-form.confirm form table th .required,
    .entry-form.confirm form table th .optional {
      display: none; }
  .entry-form.confirm form table td {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px; }
    .entry-form.confirm form table td .zip-btn {
      display: none; }
    .entry-form.confirm form table td .upload_file-wrap {
      width: 100%;
      padding: 0;
      border: none;
      background: none; }
    .entry-form.confirm form table td .upload_file__note {
      display: none; }
    .entry-form.confirm form table td .flex-birth .birth-year-wrap,
    .entry-form.confirm form table td .flex-birth .birth-month-wrap {
      width: auto; }
      .entry-form.confirm form table td .flex-birth .birth-year-wrap:after,
      .entry-form.confirm form table td .flex-birth .birth-month-wrap:after {
        height: 15px;
        right: -9px; }
  .entry-form.confirm form table tr.c2 td {
    justify-content: flex-start; }
    .entry-form.confirm form table tr.c2 td .input-wrap {
      width: auto; }
  .entry-form.confirm form .agree {
    display: none; }

.mw_wp_form .error {
  color: #db0000 !important; }

.pp-sect {
  padding: 130px 0 180px;
  background: #ffefde; }
  @media screen and (max-width: 767px) {
    .pp-sect {
      padding: 80px 30px;
      background: #fff; } }
  .pp-sect-inner {
    background: #fff;
    border-radius: 10px;
    padding: 80px 0; }
    @media screen and (max-width: 767px) {
      .pp-sect-inner {
        padding: 0; } }
  .pp-sect-unit {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dedede; }
    @media screen and (max-width: 767px) {
      .pp-sect-unit {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .pp-sect-unit h3 {
      font-size: 18px;
      margin-bottom: 10px; }
    .pp-sect-unit:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

.sitemap-sect {
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .sitemap-sect {
      padding: 80px 30px; } }
  .sitemap-sect-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 70px; }
    @media screen and (max-width: 767px) {
      .sitemap-sect-inner {
        gap: 0; } }
  .sitemap-sect__list {
    width: calc((100% - 280px) / 5); }
    @media screen and (max-width: 767px) {
      .sitemap-sect__list {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #fd780f; } }
    @media screen and (max-width: 767px) {
      .sitemap-sect__list.sp-only .sitemap-sect__item {
        border-bottom: 1px solid #fd780f; } }
    @media screen and (max-width: 767px) {
      .sitemap-sect__list.sp-only .sitemap-sect__item:last-child {
        border-bottom: none; } }
  .sitemap-sect__item {
    line-height: 1.7; }
    .sitemap-sect__item > a,
    .sitemap-sect__item .instead {
      display: flex;
      gap: 7px;
      position: relative;
      border-bottom: 1px solid #fd780f;
      padding: 20px 0;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .sitemap-sect__item > a,
        .sitemap-sect__item .instead {
          border-bottom: none; } }
      .sitemap-sect__item > a .label,
      .sitemap-sect__item .instead .label {
        color: #fd780f;
        flex-shrink: 0; }
      .sitemap-sect__item > a .arrow,
      .sitemap-sect__item .instead .arrow {
        width: 17px;
        height: 17px;
        border: 1px solid #fd780f;
        color: #fd780f;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1;
        font-size: 10px;
        position: relative;
        top: 5px;
        flex-shrink: 0; }
    .sitemap-sect__item .child-list {
      padding-top: 20px; }
      @media screen and (max-width: 767px) {
        .sitemap-sect__item .child-list {
          padding-top: 0; } }
    .sitemap-sect__item .child-item {
      margin-bottom: 25px; }
      .sitemap-sect__item .child-item a {
        color: #777777; }

@-moz-document url-prefix() {}/* -------------------
  OBJECT FIT FOR IE
--------------------*/
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*# sourceMappingURL=../maps/index.css.map */
