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


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

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

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


  
--------------------*/
/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif; }

.font-b {
  font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
  font-style: normal; }

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal; }

.barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
  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: "Zen Maru Gothic", sans-serif;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 2.2;
  font-weight: 500;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.1em; }
  body.noscroll {
    overflow: hidden; }
    body.noscroll:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
  body.dark:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 1; }

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; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin-bottom: 0.8em;
  font-weight: bold; }
  h1:last-child,
  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: 1090px !important;
  margin: 0 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumbs {
  font-size: 11px;
  position: absolute;
  z-index: 3;
  padding: 20px 2.92826vw;
  width: 100%;
  top: 100px; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      right: auto;
      bottom: auto;
      padding: 0px 3.84615vw; } }
  .breadcrumbs ul {
    display: flex; }
    @media screen and (max-width: 767px) {
      .breadcrumbs ul {
        flex-wrap: wrap; } }
    .breadcrumbs ul li {
      color: #764a4a; }
      @media screen and (max-width: 767px) {
        .breadcrumbs ul li {
          line-height: 1.5; } }
      .breadcrumbs ul li a {
        color: #764a4a; }
      .breadcrumbs ul li .arrow {
        margin: 0 0.5em; }
      .breadcrumbs ul li.home {
        display: flex; }
        .breadcrumbs ul li.home a {
          display: flex;
          align-items: center; }
  .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%); } }

section > .sect-inner {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box; }
  @media screen and (max-width: 767px) {
    section > .sect-inner {
      padding: 0px; } }

.index-ttl {
  margin-bottom: 35px; }
  .index-ttl .jp {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.67;
    color: #764a4a;
    margin-bottom: 0;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .index-ttl .jp {
        font-size: 6.41026vw;
        text-align: center; } }
  .index-ttl .en {
    font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #6c8af0;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .index-ttl .en {
        font-size: 5.12821vw;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .index-ttl .lead {
      margin-top: 15px; } }
  .index-ttl.flex {
    display: flex;
    align-items: center;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      .index-ttl.flex {
        display: block; } }
  .index-ttl.center {
    text-align: center; }
  .index-ttl.pink .en {
    color: #e060c2; }
  .index-ttl.pink2 .en {
    color: #fca5a5; }
  .index-ttl.green .en {
    color: #60e09b; }
  .index-ttl.green2 .en {
    color: #77e1e5; }
  .index-ttl.purple .en {
    color: #aa60e0; }
  .index-ttl.orange .en {
    color: #ffb155; }
  .index-ttl.yellow .en {
    color: #e0c260; }

.c-btn {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .c-btn {
      margin-top: 40px; } }
  .c-btn a {
    border: 2px solid #764a4a;
    background: #fff;
    color: #764a4a;
    display: inline-flex;
    border-radius: 100vh;
    min-width: 250px;
    height: 60px;
    position: relative;
    align-items: center;
    text-align: center;
    font-weight: bold;
    padding: 0 49px 0 26px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .c-btn a {
        min-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center; } }
    .c-btn a .label {
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .c-btn a .label .off,
      .c-btn a .label .on {
        transition: all 0.3s ease 0s; }
      .c-btn a .label .off {
        position: relative;
        left: 0;
        top: 0;
        width: 100%; }
      .c-btn a .label .on {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%; }
    .c-btn a .arrow {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translate(0, -50%);
      display: flex;
      flex-direction: column; }
      .c-btn a .arrow-inner {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .c-btn a .arrow-inner {
            width: 3.33333vw; } }
        .c-btn a .arrow-inner .off,
        .c-btn a .arrow-inner .on {
          transition: all 0.3s ease 0s; }
        .c-btn a .arrow-inner .off {
          position: relative;
          left: 0;
          top: 0;
          width: 100%; }
        .c-btn a .arrow-inner .on {
          position: absolute;
          left: -40px;
          top: 0;
          width: 100%; }
    .c-btn a:hover {
      opacity: 1; }
      .c-btn a:hover .label .off {
        position: absolute;
        top: -50px; }
        @media screen and (max-width: 767px) {
          .c-btn a:hover .label .off {
            top: 0; } }
      .c-btn a:hover .label .on {
        position: relative;
        top: 0; }
        @media screen and (max-width: 767px) {
          .c-btn a:hover .label .on {
            top: 50px; } }
      .c-btn a:hover .arrow .off {
        position: absolute;
        left: 20px; }
        @media screen and (max-width: 767px) {
          .c-btn a:hover .arrow .off {
            left: 0; } }
      .c-btn a:hover .arrow .on {
        position: relative;
        left: 0; }
        @media screen and (max-width: 767px) {
          .c-btn a:hover .arrow .on {
            left: -40px; } }
  .c-btn.center {
    text-align: center; }
  .c-btn.bg-none a {
    background: none; }
  .c-btn.green a {
    background: #46ba95;
    border: none;
    color: #fff; }
  .c-btn.bdr-blue a {
    border-color: #6c8af0;
    color: #6c8af0; }
  .c-btn.bdr-green a {
    border-color: #46ba95;
    color: #46ba95; }
  .c-btn.big a {
    font-size: 17px;
    height: 68px; }
    @media screen and (max-width: 767px) {
      .c-btn.big a {
        font-size: 14px;
        height: 82px; } }
  .c-btn.w-100 a {
    display: flex;
    font-size: 25px;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-btn.w-100 a {
        font-size: 14px;
        height: 82px; } }
    .c-btn.w-100 a .arrow-inner img {
      width: 17px; }

.page-ttl {
  background: url(../images/page_ttl/c-bg.jpg) no-repeat center/cover;
  padding: 200px 5vw 70px; }
  @media screen and (max-width: 767px) {
    .page-ttl {
      background: url(../images/page_ttl/sp/c-bg.jpg) no-repeat center/cover;
      padding: 160px 5vw 70px; } }
  .page-ttl-inner {
    position: relative; }
  .page-ttl .index-ttl {
    margin-bottom: 0; }
    .page-ttl .index-ttl .jp {
      font-size: 40px; }
      @media screen and (max-width: 767px) {
        .page-ttl .index-ttl .jp {
          font-size: 6.41026vw;
          line-height: 1.2;
          margin-bottom: 10px; } }
      .page-ttl .index-ttl .jp small,
      .page-ttl .index-ttl .jp .small {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .page-ttl .index-ttl .jp small,
          .page-ttl .index-ttl .jp .small {
            font-size: 4.35897vw; } }
      @media screen and (max-width: 767px) {
        .page-ttl .index-ttl .jp .line-2 {
          display: block; } }
    @media screen and (max-width: 767px) {
      .page-ttl .index-ttl .en {
        font-size: 5.12821vw; } }

.c-ttl {
  background: url(../images/common/c-ttl-bg.jpg) no-repeat center/cover;
  font-size: 30px;
  color: #764a4a;
  padding: 10px 25px; }
  @media screen and (max-width: 767px) {
    .c-ttl {
      background: url(../images/common/c-ttl-bg.jpg) no-repeat center/100% 100%;
      font-size: 6.41026vw; } }
  @media screen and (max-width: 767px) {
    .c-ttl.sp-s {
      font-size: 5.12821vw; } }
  .c-ttl.flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .c-ttl.flex {
        display: block;
        position: relative;
        margin-bottom: 50px; } }
    .c-ttl.flex .note {
      font-size: 14px;
      color: #7b7b7b;
      padding-top: 14px;
      flex-shrink: 0; }
      @media screen and (max-width: 767px) {
        .c-ttl.flex .note {
          font-size: 3.07692vw;
          position: absolute;
          text-align: right;
          bottom: -28px;
          right: 0; } }

.c-ttl-2 {
  position: relative;
  font-size: 23px;
  color: #764a4a;
  padding: 2px 0 2px 22px; }
  @media screen and (max-width: 767px) {
    .c-ttl-2 {
      font-size: 5.12821vw; } }
  .c-ttl-2::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    background: #77e1e5;
    background: linear-gradient(0deg, #77e1e5 0%, #e3fcff 50%); }

.c-ttl-3 {
  font-size: 20px;
  margin-bottom: 10px; }

ul.check-list > li {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1.65;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px; }
  ul.check-list > li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon-check.svg) no-repeat left top/18px auto;
    position: absolute;
    left: 0;
    top: 6px; }
  ul.check-list > li:last-child {
    margin-bottom: 0; }
  ul.check-list > li small {
    font-weight: 500;
    display: inline-block;
    line-height: 1.64; }

ul.c-list > li {
  position: relative;
  padding: 0 0 0 17px;
  line-height: 1.65;
  font-weight: bold;
  margin-bottom: 15px; }
  ul.c-list > li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #46ba95;
    position: absolute;
    left: 0;
    top: 7px; }
  ul.c-list > li small {
    font-weight: 500;
    display: inline-block;
    line-height: 1.64; }

/* 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: "Barlow Condensed", "Zen Maru Gothic", sans-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
--------------------*/
select {
  background-color: #fff;
  background-image: url(../images/form/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px auto;
  border: 1px solid #d1d1d1;
  padding: 6px 16px;
  padding-right: 35px;
  width: 260px;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    select {
      width: 100%;
      padding: 15px 28px;
      padding-right: 35px; } }

.ui-datepicker select {
  padding: 0;
  background-size: 10px auto; }

.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: 20px; }
  .pagination .wp-pagenavi {
    padding-top: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px; }
    .pagination .wp-pagenavi .page,
    .pagination .wp-pagenavi .current {
      font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
      color: #764a4a;
      font-weight: 500;
      width: 32px;
      height: 32px;
      line-height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #764a4a;
      border-radius: 50%; }
    .pagination .wp-pagenavi .current {
      background: #764a4a;
      color: #fff; }
    .pagination .wp-pagenavi .nextpostslink,
    .pagination .wp-pagenavi .last,
    .pagination .wp-pagenavi .previouspostslink,
    .pagination .wp-pagenavi .first {
      width: 32px;
      height: 32px;
      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;
        width: 100%;
        height: 100%; }
    .pagination .wp-pagenavi .nextpostslink {
      margin-left: 20px; }
      @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-right: 20px; }
      @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: "Barlow Condensed", "Zen Maru Gothic", sans-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: 64px;
  height: 64px;
  top: 50%;
  bottom: auto;
  border-radius: 0;
  transform: translate(0, -50%); }
  @media screen and (max-width: 767px) {
    body .slick-prev,
    body .slick-next {
      width: 38px;
      height: 38px; } }
  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: 15px; }
  @media screen and (max-width: 767px) {
    body .slick-prev {
      left: 0px; } }
  body .slick-prev:before {
    background-image: url(../images/slick/left.svg); }
    @media screen and (max-width: 767px) {
      body .slick-prev:before {
        background-image: url(../images/slick/sp/left.svg); } }

body .slick-next {
  right: 15px; }
  @media screen and (max-width: 767px) {
    body .slick-next {
      right: 0px; } }
  body .slick-next:before {
    background-image: url(../images/slick/right.svg); }
    @media screen and (max-width: 767px) {
      body .slick-next:before {
        background-image: url(../images/slick/sp/right.svg); } }

body .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0); }
  body .slick-dots li {
    bottom: 0 !important;
    width: 20px;
    height: 1px;
    margin: 0 3px;
    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: 100vh;
        content: "" !important;
        display: block;
        background-color: #fff;
        text-align: center;
        opacity: 1;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    body .slick-dots li.slick-active button:before {
      top: -2px;
      height: 5px;
      background-color: #fff;
      opacity: 1; }

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%; }
  .l-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 2.19619vw; }
    @media screen and (max-width: 767px) {
      .l-header-inner {
        padding: 15px 3.84615vw; }
        .l-header-inner::before {
          content: "";
          display: block;
          width: 100%;
          height: 180px;
          background: #ffffff;
          background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
          position: absolute;
          left: 0;
          top: -180px;
          transition: all 0.3s ease 0s; } }
  @media screen and (max-width: 767px) {
    .l-header.fixed .l-header-inner::before {
      top: 0; } }
  .l-header__logo a {
    display: block; }
    .l-header__logo a img {
      width: 396px; }
      @media screen and (max-width: 767px) {
        .l-header__logo a img {
          width: 220px;
          position: relative; } }
  .l-header__btn-wrap {
    display: flex;
    gap: 15px;
    padding-right: 65px; }
  @media screen and (max-width: 767px) {
    .l-header__btn {
      display: none; } }
  .l-header__btn ul {
    display: flex;
    gap: 15px; }
    .l-header__btn ul li {
      margin: 0; }
      .l-header__btn ul li.c-btn a {
        width: 180px;
        height: 50px;
        min-width: auto;
        justify-content: center;
        padding: 0 49px; }
      .l-header__btn ul li.c-btn.recruitment a {
        border: 1px solid #764a4a; }
      .l-header__btn ul li.c-btn.entry a {
        border: 1px solid #46ba95;
        background: #46ba95;
        color: #fff;
        font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
        font-size: 25px;
        font-weight: 500; }
        .l-header__btn ul li.c-btn.entry a:hover {
          background: #fff;
          color: #46ba95; }

.gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 80px; }
  @media screen and (max-width: 767px) {
    .gnav {
      display: block;
      border-top: 1px solid #bababa; } }
  @media screen and (max-width: 767px) {
    .gnav-unit {
      border-bottom: 1px solid #bababa; } }
  .gnav-unit-header {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .gnav-unit-header {
        margin-bottom: 0px;
        display: block;
        padding: 15px 0; } }
    @media screen and (max-width: 767px) {
      .gnav-unit-header.ac-label {
        position: relative; } }
    @media screen and (max-width: 767px) {
      .gnav-unit-header.ac-label a {
        pointer-events: none; } }
    .gnav-unit-header.ac-label .status {
      display: none; }
      @media screen and (max-width: 767px) {
        .gnav-unit-header.ac-label .status {
          display: block;
          width: 14px;
          height: 14px;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translate(0, -50%); }
          .gnav-unit-header.ac-label .status-inner {
            width: 100%;
            height: 100%;
            position: relative; }
            .gnav-unit-header.ac-label .status-inner .line-1,
            .gnav-unit-header.ac-label .status-inner .line-2 {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              background: #939393;
              width: 100%;
              height: 3px; }
            .gnav-unit-header.ac-label .status-inner .line-2 {
              transform: translate(-50%, -50%) rotate(90deg);
              transition: all 0.3s ease 0s; } }
    @media screen and (max-width: 767px) {
      .gnav-unit-header.ac-label.open .line-2 {
        transform: translate(-50%, -50%) rotate(0deg); } }
    @media screen and (max-width: 767px) {
      .gnav-unit-header.ac-label + .gnav-unit__list,
      .gnav-unit-header.ac-label + .gnav-unit-flex {
        display: none; } }
  .gnav-unit-flex {
    display: flex;
    gap: 40px; }
    @media screen and (max-width: 767px) {
      .gnav-unit-flex {
        display: block; } }
  @media screen and (max-width: 767px) {
    .gnav-unit__list {
      margin: 0; }
      .gnav-unit__list:last-child {
        margin-bottom: 30px; }
        .gnav-unit__list:last-child.header {
          margin-bottom: 0; } }
  .gnav-unit__item {
    margin-bottom: 10px; }
    .gnav-unit__item.header {
      font-size: 17px;
      font-weight: 700;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .gnav-unit__item.header {
          border-bottom: 1px solid #bababa; }
          .gnav-unit__item.header:last-child {
            border-bottom: none; }
          .gnav-unit__item.header.fs-s {
            font-size: 15px; }
          .gnav-unit__item.header a {
            display: block;
            padding: 15px 0;
            background: url(../images/common/arrow-right-gr.svg) no-repeat right 20px center/15px auto; } }
  .gnav .sns {
    width: 440px; }
    @media screen and (max-width: 767px) {
      .gnav .sns {
        width: 100%;
        margin-top: 80px; } }
    .gnav .sns__ttl {
      text-align: center;
      color: #e060c2;
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 8px; }
      .gnav .sns__ttl > span {
        position: relative; }
        .gnav .sns__ttl > span::before {
          content: "";
          display: block;
          width: 16px;
          height: 20px;
          background: url(../images/common/sns-ttl-left.svg) no-repeat center/100% 100%;
          position: absolute;
          left: -26px;
          top: 4px; }
        .gnav .sns__ttl > span::after {
          content: "";
          display: block;
          width: 16px;
          height: 20px;
          background: url(../images/common/sns-ttl-right.svg) no-repeat center/100% 100%;
          position: absolute;
          right: -26px;
          top: 4px; }
    .gnav .sns__list {
      display: flex;
      flex-wrap: wrap;
      gap: 14px; }
      @media screen and (max-width: 767px) {
        .gnav .sns__list {
          gap: 10px; } }
    .gnav .sns__item {
      width: calc((100% - 14px) / 2);
      border-radius: 3px;
      border: 1px solid #d0d0d0;
      height: 65px; }
      @media screen and (max-width: 767px) {
        .gnav .sns__item {
          width: calc((100% - 10px) / 2); } }
      .gnav .sns__item a {
        display: flex;
        align-items: center;
        height: 65px;
        width: 100%;
        color: #764a4a;
        font-weight: bold;
        padding: 0 0 0 18px; }
        @media screen and (max-width: 767px) {
          .gnav .sns__item a {
            padding: 10px;
            text-align: center;
            justify-content: center; } }
        .gnav .sns__item a .icon {
          margin-right: 10px; }
          @media screen and (max-width: 767px) {
            .gnav .sns__item a .icon {
              display: none; } }
        .gnav .sns__item a .label {
          line-height: 1.4; }

@media screen and (max-width: 767px) {
  .hamburger__logo {
    padding: 15px 3.84615vw; } }

.hamburger__logo img {
  width: 484px; }
  @media screen and (max-width: 767px) {
    .hamburger__logo img {
      width: 220px; } }

.hamburger-flex {
  display: flex;
  padding: 70px 0 0;
  max-width: 1220px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .hamburger-flex {
      display: block;
      padding: 30px 35px; } }
  .hamburger-flex-left {
    flex: 0 0 405px; }
    @media screen and (max-width: 767px) {
      .hamburger-flex-left {
        display: none; } }
    .hamburger-flex-left .l-header__btn ul {
      flex-direction: column;
      gap: 20px; }
      .hamburger-flex-left .l-header__btn ul li a {
        width: 250px;
        height: 60px; }
      .hamburger-flex-left .l-header__btn ul li.entry a {
        font-size: 31px;
        border: 2px solid #46ba95; }
      .hamburger-flex-left .l-header__btn ul li.blue a {
        font-size: 17px;
        color: #6c8af0;
        border: 2px solid #6c8af0; }
  .hamburger-flex-right {
    flex-grow: 2; }
    @media screen and (max-width: 767px) {
      .hamburger-flex-right .l-header__btn {
        display: block;
        margin: 90px 0; }
        .hamburger-flex-right .l-header__btn ul {
          flex-direction: column;
          align-items: center; }
          .hamburger-flex-right .l-header__btn ul li.c-btn a {
            width: 250px;
            height: 60px; }
          .hamburger-flex-right .l-header__btn ul li.entry a {
            font-size: 31px; }
          .hamburger-flex-right .l-header__btn ul li.blue a {
            font-size: 17px;
            color: #6c8af0;
            border: 2px solid #6c8af0; } }

.hamburger__catch {
  font-size: 35px;
  font-weight: bold;
  color: #764a4a;
  line-height: 1.5;
  margin-bottom: 40px; }

#hamburger {
  position: fixed;
  z-index: 40;
  right: 2vw;
  top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 1s;
  border-radius: 0 0 0 10px;
  border: 1px solid #764a4a;
  background: #fff;
  border-radius: 50%;
  padding: 16px 10px; }
  @media screen and (max-width: 767px) {
    #hamburger {
      width: 66px;
      height: 66px;
      right: 17px;
      top: 17px;
      padding: 23px 17px; } }
  #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: #764a4a; }
      #hamburger .inner .inner_line#line1 {
        top: 0; }
        #hamburger .inner .inner_line#line1.active {
          transform: translateY(7px) rotate(-45deg);
          background: #fff; }
          @media screen and (max-width: 767px) {
            #hamburger .inner .inner_line#line1.active {
              transform: translateY(8px) rotate(-45deg); } }
      #hamburger .inner .inner_line#line2 {
        top: 7px; }
        @media screen and (max-width: 767px) {
          #hamburger .inner .inner_line#line2 {
            top: 8px; } }
        #hamburger .inner .inner_line#line2.active {
          opacity: 0; }
      #hamburger .inner .inner_line#line3 {
        bottom: 0; }
        #hamburger .inner .inner_line#line3.active {
          transform: translateY(-7px) rotate(45deg);
          background: #fff; }
          @media screen and (max-width: 767px) {
            #hamburger .inner .inner_line#line3.active {
              transform: translateY(-8px) rotate(45deg); } }
  #hamburger.active {
    background: #764a4a; }

#hamburger-menu {
  position: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-size: cover;
  transition: 0.7s;
  z-index: 4;
  background: #f5fbfc;
  opacity: 0;
  display: none; }
  #hamburger-menu .hamburger-menu-inner {
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding: 20px 2.19619vw; }
    @media screen and (max-width: 767px) {
      #hamburger-menu .hamburger-menu-inner {
        padding: 0; } }
  #hamburger-menu.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.3s ease-in 0s forwards; }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.footer-contact {
  text-align: center;
  position: relative;
  background: url(../images/common/footer-contact-bg.svg) no-repeat 80% 20%/1439px auto;
  padding: 160px 0 140px; }
  @media screen and (max-width: 767px) {
    .footer-contact {
      background: url(../images/common/sp/footer-contact-bg.svg) no-repeat center/707px auto;
      padding: 120px 10px; } }
  .footer-contact .sect-inner {
    max-width: 936px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 100px 90px 70px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .footer-contact .sect-inner {
        padding: 70px 6vw; } }
  .footer-contact-upper {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
  .footer-contact__ttl {
    font-size: 28px;
    color: #764a4a; }
    @media screen and (max-width: 767px) {
      .footer-contact__ttl {
        font-size: 6.41026vw;
        margin-bottom: 30px; } }
  .footer-contact__ttl-2 {
    font-size: 20px;
    color: #764a4a; }
  .footer-contact .index-kv__btn {
    margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .footer-contact .index-kv__btn {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .footer-contact .index-kv__btn ul {
        justify-content: space-between;
        gap: 25px 0; } }
    @media screen and (max-width: 767px) {
      .footer-contact .index-kv__btn ul li a {
        width: 24.87179vw;
        height: 24.87179vw;
        padding: 0;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
        line-height: 1.357; }
        .footer-contact .index-kv__btn ul li a .arrow {
          right: auto;
          left: 50%;
          top: auto;
          bottom: 12px;
          transform: translate(-50%, 0); } }
  @media screen and (max-width: 767px) {
    .footer-contact .l-header__btn {
      display: block; } }
  .footer-contact .l-header__btn ul {
    justify-content: center;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .footer-contact .l-header__btn ul {
        flex-direction: column;
        align-items: center;
        gap: 20px; } }
    .footer-contact .l-header__btn ul li a {
      width: 250px;
      height: 60px; }
    .footer-contact .l-header__btn ul li.entry a {
      font-size: 31px;
      border: 2px solid #46ba95; }
    .footer-contact .l-header__btn ul li.blue a {
      font-size: 17px;
      color: #6c8af0;
      border: 2px solid #6c8af0; }
  .footer-contact .flowing-ttl {
    position: absolute;
    line-height: 1;
    width: 100%;
    top: 224px;
    left: 0; }

.footer-contact + .l-footer {
  padding-top: 0; }

.l-footer {
  padding-top: 100px; }
  .l-footer > .sect-inner {
    max-width: 1088px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box; }
  .l-footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    margin-top: 90px; }
    @media screen and (max-width: 767px) {
      .l-footer__info {
        display: block; } }
    @media screen and (max-width: 767px) {
      .l-footer__info .logo {
        margin-bottom: 30px; } }
    .l-footer__info .logo img {
      width: 525px; }
    @media screen and (max-width: 767px) {
      .l-footer__info .schedule {
        margin-bottom: 50px; } }
    .l-footer__info .schedule table {
      width: 100%; }
      .l-footer__info .schedule table th,
      .l-footer__info .schedule table td {
        font-size: 17px;
        font-weight: bold;
        border: 1px solid #bababa;
        text-align: center;
        vertical-align: middle;
        padding: 5px 3px; }
        @media screen and (max-width: 767px) {
          .l-footer__info .schedule table th,
          .l-footer__info .schedule table td {
            font-size: 2.5641vw;
            padding: 5px 0px;
            line-height: 1.5; } }
        .l-footer__info .schedule table th img,
        .l-footer__info .schedule table td img {
          vertical-align: middle; }
        .l-footer__info .schedule table th:first-child,
        .l-footer__info .schedule table td:first-child {
          border-left: none; }
        .l-footer__info .schedule table th:last-child,
        .l-footer__info .schedule table td:last-child {
          border-right: none; }
      @media screen and (max-width: 767px) {
        .l-footer__info .schedule table th {
          width: 24%; } }
      .l-footer__info .schedule table td {
        width: 50px; }
        @media screen and (max-width: 767px) {
          .l-footer__info .schedule table td {
            width: 9.5%; } }
        @media screen and (max-width: 767px) {
          .l-footer__info .schedule table td.holiday img {
            width: 4.61538vw; } }
      .l-footer__info .schedule table thead th,
      .l-footer__info .schedule table thead td {
        border-top: none; }
      .l-footer__info .schedule table tbody th,
      .l-footer__info .schedule table tbody td {
        border-bottom: none; }
    .l-footer__info .schedule .hosoku {
      font-size: 12px;
      line-height: 1.58;
      font-weight: 400; }
    .l-footer__info .clinic {
      width: 100%; }
      .l-footer__info .clinic__list {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          .l-footer__info .clinic__list {
            flex-direction: column;
            gap: 40px; } }
      .l-footer__info .clinic__item {
        display: flex; }
        @media screen and (max-width: 767px) {
          .l-footer__info .clinic__item {
            display: block; } }
        .l-footer__info .clinic__item .img {
          width: 232px; }
          @media screen and (max-width: 767px) {
            .l-footer__info .clinic__item .img {
              width: 100%;
              margin-bottom: 20px; } }
          .l-footer__info .clinic__item .img img {
            border-radius: 5px; }
        .l-footer__info .clinic__item .txt {
          padding-left: 20px;
          line-height: 1.64; }
          @media screen and (max-width: 767px) {
            .l-footer__info .clinic__item .txt {
              padding-left: 0; } }
          .l-footer__info .clinic__item .txt .name {
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 8px; }
          .l-footer__info .clinic__item .txt .address {
            margin-bottom: 15px; }
          .l-footer__info .clinic__item .txt .access {
            margin-bottom: 15px; }
            .l-footer__info .clinic__item .txt .access .ttl {
              font-weight: bold; }
          .l-footer__info .clinic__item .txt .parking .ttl {
            font-weight: bold; }
  .l-footer__b {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px; }
    @media screen and (max-width: 767px) {
      .l-footer__b {
        display: block;
        margin: 40px 0 90px; } }
  .l-footer .copyright {
    font-size: 12px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .l-footer .copyright {
        text-align: center; } }

.fsnav__list {
  display: flex;
  gap: 10px; }
  @media screen and (max-width: 767px) {
    .fsnav__list {
      display: block;
      text-align: center; } }

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px; }
  @media screen and (max-width: 767px) {
    .pagetop {
      position: static;
      text-align: center;
      margin: 40px 0; } }

.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-kv {
  display: grid;
  grid-template-columns: 22% 56% 22%;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .index-kv {
      display: block; } }
  @media screen and (max-width: 767px) {
    .index-kv__img {
      display: none; } }
  .index-kv__img img {
    width: 100%; }
  .index-kv-cont {
    grid-area: 1 / 2 / 3 / 3;
    background: #b4fff1;
    background: linear-gradient(128deg, #b4fff1 0%, #b5f7fe 31%, #b7e3fa 60%, #57b8ff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-kv-cont {
        padding: 120px 0 0; } }
    .index-kv-cont:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/top/kv-filter.png) no-repeat right top/47vw auto;
      position: absolute;
      right: 0;
      top: 0; }
    .index-kv-cont-inner {
      position: relative; }
      @media screen and (max-width: 767px) {
        .index-kv-cont-inner {
          width: 100%; } }
  .index-kv__ttl {
    font-size: 3.95315vw;
    color: #764a4a;
    line-height: 1.5;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .index-kv__ttl {
        font-size: 9.23077vw;
        margin-bottom: 10px; } }
  .index-kv__sub {
    font-size: 1.02489vw;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .index-kv__sub {
        font-size: 3.58974vw;
        margin-bottom: 30px;
        letter-spacing: 0; } }
  .index-kv__btn {
    margin-bottom: 60px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .index-kv__btn {
        padding: 0 7.69231vw;
        margin-bottom: 25px; } }
    .index-kv__btn ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px 16px; }
      @media screen and (max-width: 767px) {
        .index-kv__btn ul {
          justify-content: space-between;
          gap: 25px 0; } }
      .index-kv__btn ul li {
        margin: 0; }
        .index-kv__btn ul li a {
          min-width: 250px;
          height: 50px;
          min-width: auto; }
          @media screen and (max-width: 767px) {
            .index-kv__btn ul li a {
              width: 100%;
              height: 60px; } }
        @media screen and (max-width: 767px) {
          .index-kv__btn ul li.btn-1 a, .index-kv__btn ul li.btn-2 a, .index-kv__btn ul li.btn-3 a {
            width: 24.87179vw;
            height: 24.87179vw;
            padding: 0;
            align-items: center;
            justify-content: center;
            padding-bottom: 10px;
            line-height: 1.357; }
            .index-kv__btn ul li.btn-1 a .arrow, .index-kv__btn ul li.btn-2 a .arrow, .index-kv__btn ul li.btn-3 a .arrow {
              right: auto;
              left: 50%;
              top: auto;
              bottom: 12px;
              transform: translate(-50%, 0); } }
        @media screen and (max-width: 767px) {
          .index-kv__btn ul li.btn-4 {
            width: 100%; } }
  .index-kv__bnr {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .index-kv__bnr {
        padding: 0 7.69231vw;
        margin-bottom: 40px; } }
    .index-kv__bnr a img {
      width: 524px; }
  .index-kv .flowing-ttl {
    position: absolute;
    font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
    color: #fff;
    font-size: 8.78477vw;
    font-weight: 500;
    opacity: 0.35;
    line-height: 1;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .index-kv .flowing-ttl {
        display: none; } }
    .index-kv .flowing-ttl.left {
      left: 0;
      top: 0;
      transform: translate(21vw, -9vw) rotate(90deg);
      transform-origin: left bottom; }
    .index-kv .flowing-ttl.right {
      right: 0;
      top: 0;
      transform: translate(-21vw, -9vw) rotate(-90deg);
      transform-origin: right bottom; }

/* =========================== */
.index-intro {
  background: url(../images/top/intro-bg.jpg) no-repeat center bottom/100% auto;
  padding: 10.98097vw 0 29.28258vw;
  text-align: center;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .index-intro {
      background: url(../images/top/sp/intro-bg.jpg) no-repeat center bottom/100% auto;
      padding: 60px 0 300px;
      margin-bottom: 90px; } }
  .index-intro__ttl {
    font-size: 38px;
    color: #46ba95; }
    @media screen and (max-width: 767px) {
      .index-intro__ttl {
        font-size: 6.41026vw; } }
  .index-intro__body {
    font-size: 20px;
    color: #764a4a;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .index-intro__body {
        font-size: 4.35897vw; }
        .index-intro__body p {
          margin-bottom: 1.5em; } }
  @media screen and (max-width: 767px) {
    .index-intro .c-btn {
      padding: 0 9vw; } }

/* =========================== */
.index-job {
  margin-bottom: 140px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .index-job {
      padding: 0 9vw;
      margin-bottom: 100px; } }
  .index-job::before {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background: url(../images/top/job-bg.svg) no-repeat top center/2023px auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 0; }
  .index-job-unit {
    display: flex;
    margin-bottom: 80px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-job-unit {
        flex-direction: column;
        margin-bottom: 100px; } }
    .index-job-unit:last-child {
      margin-bottom: 0; }
    .index-job-unit .img {
      width: 58%; }
      @media screen and (max-width: 767px) {
        .index-job-unit .img {
          width: 100%;
          margin-bottom: 20px; } }
      .index-job-unit .img img {
        border-radius: 10px; }
    .index-job-unit .txt {
      width: 42%;
      padding-left: 45px; }
      @media screen and (max-width: 767px) {
        .index-job-unit .txt {
          width: 100%;
          padding: 0; } }
      .index-job-unit .txt .ttl {
        font-size: 25px;
        color: #764a4a;
        margin-bottom: 10px;
        line-height: 1.3; }
        @media screen and (max-width: 767px) {
          .index-job-unit .txt .ttl {
            text-align: center; } }
      .index-job-unit .txt .lead {
        font-size: 17px;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .index-job-unit .txt .lead {
            text-align: center; } }

/* =========================== */
.index-job-2 {
  margin-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .index-job-2 {
      padding: 0 10px;
      margin-bottom: 100px; } }
  .index-job-2 > .sect-inner {
    position: relative;
    max-width: 1268px;
    margin: 0 auto;
    padding: 80px 0 140px; }
    @media screen and (max-width: 767px) {
      .index-job-2 > .sect-inner {
        padding: 50px 0 100px; } }
    .index-job-2 > .sect-inner:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 10px;
      background: #cbf3ff;
      background: linear-gradient(46deg, #cbf3ff 0%, #fffedd 40%, #bcffdb 100%);
      opacity: 0.38; }
  .index-job-2__ttl {
    text-align: center;
    font-size: 38px;
    color: #46ba95;
    position: relative;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .index-job-2__ttl {
        font-size: 6.41026vw;
        line-height: 1.84;
        margin-bottom: 40px; } }
    .index-job-2__ttl span {
      display: inline-block;
      background: url(../images/top/job-ttl-bg.png) no-repeat center bottom/100% 29px;
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        .index-job-2__ttl span {
          background: url(../images/top/job-ttl-bg.png) no-repeat center bottom/100% 15px; } }
  .index-job-2 .index-job-unit-wrap {
    max-width: 1088px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box; }
  .index-job-2 .c-btn a {
    background: none; }

/* =========================== */
.index-bnr {
  margin-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .index-bnr {
      margin-bottom: 100px; } }
  .index-bnr__list {
    max-width: 1143px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box;
    display: flex;
    gap: 10px; }
    @media screen and (max-width: 767px) {
      .index-bnr__list {
        flex-direction: column;
        gap: 50px;
        padding: 0; } }
  .index-bnr__item {
    width: calc((100% - 10px) / 2); }
    @media screen and (max-width: 767px) {
      .index-bnr__item {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .index-bnr__item.item-1 {
        padding-right: 8.97436vw; } }
    @media screen and (max-width: 767px) {
      .index-bnr__item.item-2 {
        padding-left: 8.97436vw; } }

/* =========================== */
.index-interview {
  background: url(../images/top/interview-bg.jpg) no-repeat center/cover;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .index-interview {
      padding: 80px 0; } }
  .index-interview__list .slick-prev {
    left: calc(50% - 430px); }
    @media screen and (max-width: 767px) {
      .index-interview__list .slick-prev {
        left: 6px; } }
  .index-interview__list .slick-next {
    right: calc(50% - 430px); }
    @media screen and (max-width: 767px) {
      .index-interview__list .slick-next {
        right: 6px; } }
  .index-interview__item {
    /* 中央のスライド */ }
    @media screen and (max-width: 767px) {
      .index-interview__item {
        margin: 0 50px; } }
    .index-interview__item a {
      background: #fff;
      border-radius: 10px;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      padding: 26px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 767px) {
        .index-interview__item a {
          padding: 10px 10px 30px;
          flex-direction: column;
          gap: 20px; } }
      .index-interview__item a .img {
        width: 46%; }
        @media screen and (max-width: 767px) {
          .index-interview__item a .img {
            width: 100%; } }
        .index-interview__item a .img img {
          border-radius: 10px; }
      .index-interview__item a .txt {
        padding: 0 30px;
        width: 54%;
        line-height: 1.56; }
        @media screen and (max-width: 767px) {
          .index-interview__item a .txt {
            width: 100%;
            padding: 0 10px; } }
        .index-interview__item a .txt .message {
          font-size: 25px;
          margin-bottom: 30px; }
          @media screen and (max-width: 767px) {
            .index-interview__item a .txt .message {
              font-size: 17px;
              margin-bottom: 12px; } }
        .index-interview__item a .txt .data {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 10px; }
          .index-interview__item a .txt .data .occupation {
            background: #ffeded;
            border-radius: 7px;
            padding: 7px 18px; }
          .index-interview__item a .txt .data .name {
            font-size: 20px; }
          .index-interview__item a .txt .data .status {
            width: 100%; }
        .index-interview__item a .txt .more {
          color: #764a4a;
          display: flex;
          align-items: center;
          gap: 20px;
          margin-top: 60px; }
          @media screen and (max-width: 767px) {
            .index-interview__item a .txt .more {
              margin-top: 25px; } }
    .index-interview__item.slick-slide {
      height: auto;
      transform: scale(0.85);
      transition: opacity 0.5s, transform 0.5s;
      width: 760px;
      opacity: 0.5; }
      @media screen and (max-width: 767px) {
        .index-interview__item.slick-slide {
          transform: scale(1);
          opacity: 1; } }
    .index-interview__item.slick-center {
      transform: scale(1);
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .index-interview .c-btn {
      padding: 0 9vw; } }

/* =========================== */
.index-workstyle {
  padding: 120px 0 140px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .index-workstyle {
      padding: 73.07692vw 9vw 140px;
      background: #f5fbfc; } }
  .index-workstyle:before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2732 / 2608;
    background: url(../images/top/workstyle-bg.jpg) no-repeat left top/100% auto;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .index-workstyle:before {
        aspect-ratio: 390 / 314;
        background: url(../images/top/sp/workstyle-bg.jpg) no-repeat left top/100% auto; } }
  .index-workstyle .sect-inner {
    position: relative; }
  .index-workstyle__txt {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.48;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .index-workstyle__txt {
        text-align: center;
        font-size: 5.12821vw; } }

/* =========================== */
.index-recruitment {
  margin-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .index-recruitment {
      padding: 0 9vw 100px;
      margin-bottom: 0;
      background: #f5fbfc; } }
  .index-recruitment__list {
    display: flex;
    gap: 50px; }
    @media screen and (max-width: 767px) {
      .index-recruitment__list {
        flex-direction: column;
        gap: 40px; } }
  .index-recruitment__item {
    width: calc((100% - 100px) / 3); }
    @media screen and (max-width: 767px) {
      .index-recruitment__item {
        width: 100%; } }
    .index-recruitment__item a {
      display: block;
      position: relative; }
      .index-recruitment__item a .img {
        position: relative;
        overflow: hidden;
        border-radius: 10px; }
        .index-recruitment__item a .img:before {
          content: "";
          display: block;
          width: 100%;
          height: 150px;
          background: #f5fbfc;
          background: linear-gradient(0deg, #f5fbfc 0%, #f5fbfc 50%, rgba(245, 251, 252, 0) 100%);
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1; }
        .index-recruitment__item a .img img {
          transition: all 0.3s ease 0s; }
      .index-recruitment__item a .more {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        z-index: 2; }
        .index-recruitment__item a .more .label {
          font-size: 25px;
          font-weight: bold;
          color: #764a4a; }
          @media screen and (max-width: 767px) {
            .index-recruitment__item a .more .label {
              font-size: 5.12821vw; } }
        .index-recruitment__item a .more .arrow {
          display: flex;
          align-items: center; }
          .index-recruitment__item a .more .arrow img {
            width: 18px; }
      .index-recruitment__item a:hover {
        opacity: 1; }
        .index-recruitment__item a:hover .img img {
          transform: scale(1.1); }

/* =========================== */
.index-newgraduate {
  margin-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .index-newgraduate {
      margin: 0 10px 100px;
      background: #f5fbfc; } }
  .index-newgraduate > .sect-inner {
    background: url(../images/top/newgraduate-bg.jpg) no-repeat center/cover;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 170px 0; }
    @media screen and (max-width: 767px) {
      .index-newgraduate > .sect-inner {
        padding: 70px 9vw; } }
  .index-newgraduate__lead {
    font-size: 25px;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 767px) {
      .index-newgraduate__lead {
        font-size: 5.12821vw; } }
  .index-newgraduate__body {
    font-size: 17px; }
    @media screen and (max-width: 767px) {
      .index-newgraduate__body {
        font-size: 3.58974vw; } }
  @media screen and (max-width: 767px) {
    .index-newgraduate .c-btn {
      margin-bottom: 20.51282vw; } }
  .index-newgraduate__anchor {
    position: absolute;
    width: 178px; }
    @media screen and (max-width: 767px) {
      .index-newgraduate__anchor {
        position: relative; } }
    @media screen and (max-width: 767px) {
      .index-newgraduate__anchor .img {
        margin-bottom: 10px; } }
    .index-newgraduate__anchor .label {
      font-size: 20px;
      font-weight: bold;
      color: #764a4a;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .index-newgraduate__anchor .label {
          font-size: 4.35897vw; } }
    .index-newgraduate__anchor.anchor-1 {
      left: 76px;
      top: 56px; }
      @media screen and (max-width: 767px) {
        .index-newgraduate__anchor.anchor-1 {
          left: -5.12821vw;
          top: 0; } }
    .index-newgraduate__anchor.anchor-2 {
      right: 76px;
      top: 127px; }
      @media screen and (max-width: 767px) {
        .index-newgraduate__anchor.anchor-2 {
          margin-left: auto;
          margin-top: -20px;
          right: -5.12821vw;
          top: 0; } }
    .index-newgraduate__anchor.anchor-3 {
      left: 76px;
      bottom: 106px; }
      @media screen and (max-width: 767px) {
        .index-newgraduate__anchor.anchor-3 {
          margin-top: -20px;
          left: -5.12821vw;
          bottom: auto;
          top: 0; } }
    .index-newgraduate__anchor.anchor-4 {
      right: 76px;
      bottom: 70px; }
      @media screen and (max-width: 767px) {
        .index-newgraduate__anchor.anchor-4 {
          margin-left: auto;
          margin-top: -20px;
          right: -5.12821vw;
          bottom: auto;
          top: 0; } }

/* =========================== */
.index-news .sect-inner {
  display: flex; }
  @media screen and (max-width: 767px) {
    .index-news .sect-inner {
      flex-direction: column;
      padding: 0 9vw; } }

.index-news-left {
  width: 305px; }
  @media screen and (max-width: 767px) {
    .index-news-left {
      width: 100%; } }
  .index-news-left .c-btn {
    margin-top: 35px; }

.index-news-right {
  width: calc(100% - 305px);
  padding-top: 18px; }
  @media screen and (max-width: 767px) {
    .index-news-right {
      width: 100%;
      padding-top: 0; } }

.index-news__item {
  border-bottom: 1px solid #bfbfbf; }
  .index-news__item:first-child {
    border-top: 1px solid #bfbfbf; }
  .index-news__item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0 30px;
    gap: 10px; }
    .index-news__item a .date {
      color: #a8afb7; }
    .index-news__item a .category {
      font-size: 12px;
      color: #764a4a;
      border: 1px solid #764a4a;
      padding: 0px 6px;
      border-radius: 3px; }
    .index-news__item a .post-ttl {
      width: 100%;
      font-size: 17px; }
      .index-news__item a .post-ttl > span {
        display: inline-block;
        border-bottom: 1px solid #4b4b4b; }

.col-wrap {
  display: flex;
  max-width: 1088px;
  padding: 0 20px;
  margin: 70px auto 0;
  box-sizing: content-box; }
  @media screen and (max-width: 767px) {
    .col-wrap {
      display: block;
      margin: 50px auto 0; } }
  .col-wrap .main-col {
    width: calc(100% - 180px);
    padding-right: 90px; }
    @media screen and (max-width: 767px) {
      .col-wrap .main-col {
        width: 100%;
        padding-right: 0; } }
  .col-wrap .side-col {
    width: 180px;
    /* 目次の追従: position: sticky */ }
    @media screen and (max-width: 767px) {
      .col-wrap .side-col {
        width: 240px; } }
    .col-wrap .side-col.toc {
      position: sticky;
      top: 96px;
      /* 固定ヘッダーがある場合はその高さに合わせる */
      align-self: start;
      max-height: calc(100vh - 96px);
      overflow: auto;
      /* 目次が長い時スクロール */ }
      @media screen and (max-width: 767px) {
        .col-wrap .side-col.toc {
          background: #f5fbfc;
          border-radius: 10px 0 0 10px;
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          position: relative;
          position: fixed;
          left: calc(100% - 50px);
          top: 40vw;
          z-index: 9;
          overflow: hidden;
          transition: all 0.3s ease 0s;
          height: 50px; } }
      .col-wrap .side-col.toc .js-content-table-trigger {
        display: none; }
        @media screen and (max-width: 767px) {
          .col-wrap .side-col.toc .js-content-table-trigger {
            display: block;
            width: 50px;
            height: 50px;
            position: relative;
            color: #764a4a;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            line-height: 1;
            gap: 5px; }
            .col-wrap .side-col.toc .js-content-table-trigger .arrow {
              transition: all 0.3s ease 0s; } }
      .col-wrap .side-col.toc .toc__ttl {
        color: #764a4a;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.7; }
        @media screen and (max-width: 767px) {
          .col-wrap .side-col.toc .toc__ttl {
            display: none; } }
      @media screen and (max-width: 767px) {
        .col-wrap .side-col.toc nav {
          padding: 10px 20px;
          max-height: 110vw;
          overflow: auto; } }
      .col-wrap .side-col.toc nav ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .col-wrap .side-col.toc nav ul li {
          margin-bottom: 20px;
          line-height: 1.43; }
          .col-wrap .side-col.toc nav ul li a {
            display: block;
            text-decoration: none;
            color: #444;
            font-weight: bold;
            color: #764a4a;
            opacity: 0.5;
            background-image: url(../images/common/arrow-down-br.svg);
            background-repeat: no-repeat;
            background-position: right center;
            background-size: 12px auto;
            /* 選択後（アクティブ）の色変更：aria-current or .is-active を拾う */ }
            .col-wrap .side-col.toc nav ul li a[aria-current="true"], .col-wrap .side-col.toc nav ul li a.is-active {
              color: #46ba95;
              /* 好きなブランドカラーに */
              position: relative;
              padding-left: 20px;
              opacity: 1;
              background-image: url(../images/common/arrow-down-green.svg); }
              .col-wrap .side-col.toc nav ul li a[aria-current="true"]::before, .col-wrap .side-col.toc nav ul li a.is-active::before {
                content: "●";
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 12px; }
    @media screen and (max-width: 767px) {
      .col-wrap .side-col.is-open {
        left: calc(100% - 240px);
        height: auto;
        max-height: 133vw; }
        .col-wrap .side-col.is-open .js-content-table-trigger {
          width: 100%;
          left: 0px;
          flex-direction: row;
          justify-content: stretch;
          padding: 20px; }
          .col-wrap .side-col.is-open .js-content-table-trigger .arrow {
            transform: rotateY(180deg); } }

/* =========================== */
/* スムーススクロール（ユーザーが減速を選んでたら自動で無効化されます） */
html {
  scroll-behavior: smooth; }

/* 固定ヘッダー分のずれを解消：各セクションの開始位置に余白 */
.toc-target {
  scroll-margin-top: 96px; }

/* = .toc の top と同じ値に */
.aboutus-philosophy {
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .aboutus-philosophy {
      margin-bottom: 120px; } }
  .aboutus-philosophy-header {
    position: relative;
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .aboutus-philosophy-header {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 80px; } }
    .aboutus-philosophy-header .img img {
      border-radius: 10px; }
    .aboutus-philosophy-header .txt {
      position: absolute;
      left: 40px;
      top: 60px; }
      @media screen and (max-width: 767px) {
        .aboutus-philosophy-header .txt {
          position: static; } }
      .aboutus-philosophy-header .txt span {
        display: block; }
        .aboutus-philosophy-header .txt span.line-1 {
          font-size: 17px;
          font-weight: bold;
          color: #764a4a;
          margin-bottom: 8px; }
        @media screen and (max-width: 767px) {
          .aboutus-philosophy-header .txt span.line-2 img {
            width: 227px; } }
  .aboutus-philosophy-unit {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .aboutus-philosophy-unit {
        flex-direction: column;
        gap: 20px; } }
    .aboutus-philosophy-unit:last-child {
      margin-bottom: 0; }
    .aboutus-philosophy-unit .img {
      width: 45%; }
      @media screen and (max-width: 767px) {
        .aboutus-philosophy-unit .img {
          width: 100%; } }
      .aboutus-philosophy-unit .img img {
        border-radius: 10px; }
    .aboutus-philosophy-unit .txt {
      width: 55%;
      padding-right: 55px; }
      @media screen and (max-width: 767px) {
        .aboutus-philosophy-unit .txt {
          width: 100%;
          padding-right: 0; } }
      .aboutus-philosophy-unit .txt .ttl {
        color: #46ba95;
        font-size: 23px;
        border-bottom: 2px solid #46ba95;
        padding-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .aboutus-philosophy-unit .txt .ttl {
            font-size: 5.12821vw; } }
  .aboutus-philosophy-footer {
    background: url(../images/aboutus/philosophy-footer-bg.jpg) no-repeat left bottom/100% 100%;
    border-radius: 10px;
    text-align: center;
    padding: 0 0 50px;
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .aboutus-philosophy-footer {
        padding: 0 9vw 50px; } }
    .aboutus-philosophy-footer .img {
      position: relative;
      top: -40px; }
    @media screen and (max-width: 767px) {
      .aboutus-philosophy-footer .txt {
        font-size: 3.58974vw;
        letter-spacing: 0; } }

/* =========================== */
.aboutus-message {
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .aboutus-message {
      margin-bottom: 150px; } }
  .aboutus-message-flex {
    display: flex;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .aboutus-message-flex {
        flex-direction: column;
        gap: 20px; } }
    .aboutus-message-flex .img {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .aboutus-message-flex .img {
          width: 100%; } }
      .aboutus-message-flex .img img {
        border-radius: 10px; }
    .aboutus-message-flex .txt {
      width: 52%;
      padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .aboutus-message-flex .txt {
          width: 100%;
          padding-left: 0; } }
      .aboutus-message-flex .txt .ttl {
        font-size: 23px; }
        @media screen and (max-width: 767px) {
          .aboutus-message-flex .txt .ttl {
            font-size: 5.12821vw; } }
      .aboutus-message-flex .txt .name-set {
        text-align: right;
        line-height: 1.6;
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .aboutus-message-flex .txt .name-set {
            margin-top: 30px; } }
        .aboutus-message-flex .txt .name-set .name {
          font-size: 17px; }
  .aboutus-message-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px; }
    @media screen and (max-width: 767px) {
      .aboutus-message-grid {
        display: flex;
        flex-direction: column;
        gap: 60px; } }
  .aboutus-message-unit {
    line-height: 1.43; }
    .aboutus-message-unit dl {
      display: flex;
      flex-wrap: wrap;
      gap: 20px 0; }
      .aboutus-message-unit dl dt {
        width: 60px; }
      .aboutus-message-unit dl dd {
        width: calc(100% - 60px); }
    .aboutus-message-unit.qualification {
      grid-area: 1 / 2 / 3 / 3; }
      .aboutus-message-unit.qualification dt {
        width: 118px; }
      .aboutus-message-unit.qualification dd {
        width: calc(100% - 118px); }
    .aboutus-message-unit.book .flex {
      display: flex;
      flex-direction: row-reverse;
      margin-bottom: 20px; }
      .aboutus-message-unit.book .flex .img {
        width: 107px; }
      .aboutus-message-unit.book .flex .txt {
        width: calc(100% - 107px);
        padding-right: 30px; }
    .aboutus-message-unit.book .ttl {
      margin-bottom: 7px; }

/* =========================== */
.aboutus-history {
  margin-bottom: 500px; }
  @media screen and (max-width: 767px) {
    .aboutus-history {
      margin-bottom: 120px; } }
  .aboutus-history__list {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .aboutus-history__list {
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
        padding: 0 0 0 60px;
        gap: 40px; } }
    .aboutus-history__list::before {
      content: "";
      display: block;
      width: 100%;
      height: 40px;
      background: #46ba95;
      position: absolute;
      left: 0;
      bottom: 0;
      transform: skew(0deg, -22deg);
      transform-origin: right top; }
      @media screen and (max-width: 767px) {
        .aboutus-history__list::before {
          width: 29px;
          height: 100%;
          bottom: auto;
          top: 0;
          transform: skew(0deg, -33deg); } }
  .aboutus-history__item {
    text-align: center;
    position: relative;
    line-height: 1.64; }
    @media screen and (max-width: 767px) {
      .aboutus-history__item {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        text-align: left;
        gap: 12px; } }
    .aboutus-history__item::before {
      content: "";
      display: block;
      width: 2px;
      height: 85px;
      background: #46ba95;
      position: absolute;
      left: 50%;
      bottom: -100px;
      transform: translate(-50%, 0); }
      @media screen and (max-width: 767px) {
        .aboutus-history__item::before {
          height: 2px;
          width: 30px;
          left: -43px;
          top: 17px;
          bottom: auto;
          transform: translate(0, 0); } }
    .aboutus-history__item::after {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      left: 50%;
      bottom: -120px;
      transform: translate(-50%, 0); }
      @media screen and (max-width: 767px) {
        .aboutus-history__item::after {
          left: -20%;
          bottom: auto;
          top: 9px;
          transform: translate(0, 0); } }
    .aboutus-history__item .img {
      margin-bottom: 10px; }
    .aboutus-history__item .txt {
      margin-bottom: 5px; }
    .aboutus-history__item .txt-gr-big {
      font-size: 20px;
      font-weight: bold;
      color: #46ba95;
      line-height: 1.35;
      margin-bottom: 5px; }
    .aboutus-history__item .txt-gr {
      color: #46ba95;
      font-weight: bold;
      margin-bottom: 5px; }
    .aboutus-history__item .year {
      color: #46ba95;
      font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
      font-size: 35px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.1em;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .aboutus-history__item .year {
          font-size: 9.23077vw; } }
      .aboutus-history__item .year .unit {
        font-size: 20px;
        font-weight: 700;
        margin-left: 4px;
        position: relative;
        top: -2px; }
        @media screen and (max-width: 767px) {
          .aboutus-history__item .year .unit {
            font-size: 4.61538vw; } }
      .aboutus-history__item .year.big {
        font-size: 50px; }
        @media screen and (max-width: 767px) {
          .aboutus-history__item .year.big {
            font-size: 9.23077vw; } }
        .aboutus-history__item .year.big .unit {
          font-size: 25px; }
          @media screen and (max-width: 767px) {
            .aboutus-history__item .year.big .unit {
              font-size: 4.61538vw; } }
    .aboutus-history__item.item-1 {
      top: 216px; }
      @media screen and (max-width: 767px) {
        .aboutus-history__item.item-1 {
          top: 0;
          flex-direction: row-reverse; }
          .aboutus-history__item.item-1:before {
            top: 47px; }
          .aboutus-history__item.item-1:after {
            top: 39px; }
          .aboutus-history__item.item-1 .txt-wrap {
            flex-grow: 1;
            display: flex;
            flex-direction: column-reverse;
            justify-content: flex-end;
            gap: 12px;
            padding-top: 30px; } }
    .aboutus-history__item.item-2 {
      top: 148px; }
      @media screen and (max-width: 767px) {
        .aboutus-history__item.item-2 {
          top: 0; } }
    .aboutus-history__item.item-3 {
      top: 70px; }
      @media screen and (max-width: 767px) {
        .aboutus-history__item.item-3 {
          top: 0; } }
    .aboutus-history__item.item-4:before {
      display: none; }
    .aboutus-history__item.item-4:after {
      bottom: -93px; }
      @media screen and (max-width: 767px) {
        .aboutus-history__item.item-4:after {
          bottom: auto;
          top: 31px; } }
    .aboutus-history__item.item-4 .img {
      position: absolute;
      left: 50%;
      bottom: -370px;
      transform: translate(-50%, 0);
      width: 100%; }
      @media screen and (max-width: 767px) {
        .aboutus-history__item.item-4 .img {
          position: relative;
          left: 0;
          bottom: 0;
          transform: translate(0, 0); } }
    .aboutus-history__item.item-4 .year {
      background: #46ba95;
      color: #fff;
      position: relative;
      padding: 5px 20px 8px;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .aboutus-history__item.item-4 .year {
          font-size: 12.82051vw; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .aboutus-history__item.item-4 .year .unit {
      font-size: 6.41026vw; } }
      .aboutus-history__item.item-4 .year::before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 50px 12px 0 12px;
        border-color: #46ba95 transparent transparent transparent;
        transform: rotate(0deg);
        position: absolute;
        left: 50%;
        bottom: -50px;
        transform: translate(-50%, 0); }
        @media screen and (max-width: 767px) {
          .aboutus-history__item.item-4 .year::before {
            border-width: 6px 22px 6px 0;
            border-color: transparent #46ba95 transparent transparent;
            left: -22px;
            bottom: auto;
            top: 50%;
            transform: translate(0, -50%); } }

/* =========================== */
.aboutus-company {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .aboutus-company {
      margin-bottom: 50px; } }
  .aboutus-company-unit {
    margin-bottom: 90px; }
    .aboutus-company-unit:last-child {
      margin-bottom: 0; }
  .aboutus-company .row-wrap .row {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .aboutus-company .row-wrap .row {
        display: block; } }
    .aboutus-company .row-wrap .row .term,
    .aboutus-company .row-wrap .row .desc {
      border: 1px solid #46ba95;
      border-bottom: none;
      padding: 30px;
      line-height: 1.43; }
    .aboutus-company .row-wrap .row .term {
      background: #f5fbfc;
      border-right: none;
      width: 220px; }
      @media screen and (max-width: 767px) {
        .aboutus-company .row-wrap .row .term {
          width: 100%;
          border: 1px solid #46ba95;
          border-bottom: none;
          padding: 10px 20px; } }
    .aboutus-company .row-wrap .row .desc {
      flex-grow: 2;
      width: calc(100% - 220px); }
      @media screen and (max-width: 767px) {
        .aboutus-company .row-wrap .row .desc {
          width: 100%;
          padding: 20px; } }
      .aboutus-company .row-wrap .row .desc .map {
        margin-top: 20px; }
        .aboutus-company .row-wrap .row .desc .map iframe {
          width: 100%;
          height: auto;
          aspect-ratio: 530 / 212;
          border-radius: 10px; }
          @media screen and (max-width: 767px) {
            .aboutus-company .row-wrap .row .desc .map iframe {
              aspect-ratio: 270 / 170; } }
    .aboutus-company .row-wrap .row:first-child .term {
      border-radius: 10px 0 0 0; }
      @media screen and (max-width: 767px) {
        .aboutus-company .row-wrap .row:first-child .term {
          border-radius: 10px 10px 0 0; } }
    .aboutus-company .row-wrap .row:first-child .desc {
      border-radius: 0 10px 0 0; }
      @media screen and (max-width: 767px) {
        .aboutus-company .row-wrap .row:first-child .desc {
          border-radius: 0; } }
    .aboutus-company .row-wrap .row:last-child .term,
    .aboutus-company .row-wrap .row:last-child .desc {
      border-bottom: 1px solid #46ba95; }
    .aboutus-company .row-wrap .row:last-child .term {
      border-radius: 0 0 0 10px; }
      @media screen and (max-width: 767px) {
        .aboutus-company .row-wrap .row:last-child .term {
          border-radius: 0;
          border-bottom: none; } }
    .aboutus-company .row-wrap .row:last-child .desc {
      border-radius: 0 0 10px 0; }
      @media screen and (max-width: 767px) {
        .aboutus-company .row-wrap .row:last-child .desc {
          border-radius: 0 0 10px 10px; } }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.page-ttl__btn {
  position: absolute;
  right: 0;
  bottom: -20px; }
  @media screen and (max-width: 767px) {
    .page-ttl__btn {
      position: relative;
      right: auto;
      bottom: auto;
      padding: 0 9vw;
      margin: 60px 0 50px; } }
  .page-ttl__btn ul {
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .page-ttl__btn ul {
        flex-direction: column;
        gap: 20px; } }
    .page-ttl__btn ul li a {
      display: block;
      width: 230px;
      height: 170px;
      padding: 6px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.6); }
      @media screen and (max-width: 767px) {
        .page-ttl__btn ul li a {
          width: 100%;
          height: auto;
          padding: 0; } }
      .page-ttl__btn ul li a > .inner {
        width: 100%;
        height: 100%;
        border: 1px solid #46ba95;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        padding: 20px 0; }
        @media screen and (max-width: 767px) {
          .page-ttl__btn ul li a > .inner {
            border-radius: 20px;
            border-width: 2px;
            padding: 16px 0; } }
        @media screen and (max-width: 767px) {
          .page-ttl__btn ul li a > .inner .icon {
            margin-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .page-ttl__btn ul li a > .inner .icon img {
            width: 30px; } }
        .page-ttl__btn ul li a > .inner .label {
          color: #46ba95;
          font-size: 18px;
          line-height: 1.39;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .page-ttl__btn ul li a > .inner .label {
              margin-bottom: 10px; } }
          @media screen and (max-width: 767px) {
            .page-ttl__btn ul li a > .inner .label br {
              display: none; } }
        .page-ttl__btn ul li a > .inner .more {
          font-size: 12px;
          display: flex;
          align-items: center;
          gap: 5px; }
          .page-ttl__btn ul li a > .inner .more .arrow {
            display: flex;
            align-items: center; }
            .page-ttl__btn ul li a > .inner .more .arrow img {
              width: 10px; }

/* =========================== */
.job-intro {
  margin-bottom: 100px; }
  .job-intro__ttl {
    font-size: 27px;
    color: #46ba95; }
    @media screen and (max-width: 767px) {
      .job-intro__ttl {
        font-size: 5.12821vw; } }
  .job-intro__img {
    margin-bottom: 20px; }
    .job-intro__img img {
      border-radius: 10px; }
  .job-intro .ctd-intro {
    position: relative;
    margin-top: 30px; }
    .job-intro .ctd-intro .img img {
      border-radius: 10px; }
    .job-intro .ctd-intro .txt {
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      padding: 0 40px; }
      @media screen and (max-width: 767px) {
        .job-intro .ctd-intro .txt {
          position: relative;
          top: 0;
          transform: translate(0, 0);
          padding: 0;
          margin-top: 20px; } }
      .job-intro .ctd-intro .txt .ttl {
        color: #764a4a;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 30px; }
        .job-intro .ctd-intro .txt .ttl .strong {
          background: #f595db;
          color: #fff;
          font-size: 27px;
          display: inline-block;
          line-height: 1.7;
          padding: 0 15px;
          margin-right: 5px; }

/* =========================== */
.job-intro-2 {
  margin-bottom: 100px; }
  .job-intro-2__ttl {
    font-size: 20px;
    margin-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .job-intro-2__ttl {
        font-size: 4.35897vw; } }
  .job-intro-2-unit {
    background: #f5fbfc;
    border-radius: 10px;
    padding: 25px 35px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .job-intro-2-unit {
        padding: 25px 9vw; } }
    .job-intro-2-unit .ttl {
      color: #46ba95;
      font-size: 17px;
      border-bottom: 1px solid #46ba95;
      padding-bottom: 10px; }
    .job-intro-2-unit ul li {
      position: relative;
      padding: 0 0 0 17px; }
      .job-intro-2-unit ul li::before {
        content: "・";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
  .job-intro-2 .certificate {
    margin-top: 50px; }
    .job-intro-2 .certificate__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px; }
    .job-intro-2 .certificate__item {
      border: 1px solid #46ba95; }
      .job-intro-2 .certificate__item img {
        width: 298px; }

/* =========================== */
.job-attraction {
  margin-bottom: 100px; }
  .job-attraction-unit {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .job-attraction-unit {
        flex-direction: column; } }
    .job-attraction-unit .img {
      width: 38%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .job-attraction-unit .img {
          width: 100%;
          margin-bottom: 20px; } }
      .job-attraction-unit .img img {
        border-radius: 10px; }
      .job-attraction-unit .img .number {
        font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
        font-size: 69px;
        position: absolute;
        right: 20px;
        bottom: -7px;
        color: #fff;
        line-height: 1;
        text-align: right; }
    .job-attraction-unit .txt {
      width: 62%;
      padding: 0 40px 0 0; }
      @media screen and (max-width: 767px) {
        .job-attraction-unit .txt {
          width: 100%;
          padding: 0; } }

/* =========================== */
.job-description {
  margin-bottom: 100px; }
  .job-description-unit {
    margin-bottom: 60px; }
    .job-description-unit .inblock {
      background: #f5fbfc;
      border-radius: 10px;
      padding: 25px 35px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .job-description-unit .inblock {
          padding: 25px 9vw; } }
      .job-description-unit .inblock .ttl {
        color: #46ba95;
        font-size: 17px;
        border-bottom: 1px solid #46ba95;
        padding-bottom: 10px; }
  .job-description__ttl {
    font-size: 20px;
    margin-bottom: 2px; }

/* =========================== */
.job-schedule {
  margin-bottom: 100px; }
  .job-schedule-unit {
    margin-bottom: 60px; }
    .job-schedule-unit:last-child {
      margin-bottom: 0; }
  .job-schedule__item {
    background: #fffaeb;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 10px;
    display: flex;
    position: relative; }
    @media screen and (max-width: 767px) {
      .job-schedule__item {
        display: block;
        padding: 18px 20px;
        padding-left: 60px;
        margin-bottom: 20px; } }
    .job-schedule__item:nth-child(2n) {
      background: #fcffeb; }
    .job-schedule__item::before {
      content: "";
      display: block;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #46ba95;
      position: absolute;
      left: 120px;
      top: 33px; }
      @media screen and (max-width: 767px) {
        .job-schedule__item::before {
          left: 26px;
          top: 50%;
          transform: translate(0, -50%); } }
    .job-schedule__item::after {
      content: "";
      display: block;
      width: 1px;
      height: calc(100% + 15px);
      background: #46ba95;
      position: absolute;
      left: 124px;
      top: 33px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .job-schedule__item::after {
          left: 30px;
          top: 50%;
          transform: translate(0, -50%);
          height: calc(100% + 30px); } }
    @media screen and (max-width: 767px) {
      .job-schedule__item:first-child::after {
        top: 50%;
        transform: translate(0, 0);
        height: calc(50% + 30px); } }
    .job-schedule__item:last-child::after {
      display: none; }
      @media screen and (max-width: 767px) {
        .job-schedule__item:last-child::after {
          display: block;
          top: auto;
          bottom: 50%;
          transform: translate(0, 0);
          height: calc(50% + 30px); } }
    .job-schedule__item .time {
      width: 130px;
      font-size: 23px;
      font-weight: bold;
      color: #764a4a;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .job-schedule__item .time {
          font-size: 20px;
          padding: 0;
          width: 100%;
          line-height: 1;
          margin-bottom: 8px; } }
    .job-schedule__item .txt {
      width: calc(100% - 130px);
      padding: 11px 30px; }
      @media screen and (max-width: 767px) {
        .job-schedule__item .txt {
          width: 100%;
          padding: 0; } }
      .job-schedule__item .txt .label {
        font-size: 17px;
        font-weight: bold;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .job-schedule__item .txt .label {
            font-size: 14px; } }
      .job-schedule__item .txt .body {
        line-height: 2;
        margin-top: 5px; }

/* =========================== */
@media screen and (max-width: 767px) {
  .js-scrollable-wrap {
    /*
		white-space: nowrap;
		*/ }
  .js-scrollable {
    word-break: break-all;
    table-layout: fixed;
    display: block;
    overflow: scroll; } }

.job-careerpath {
  margin-bottom: 100px; }
  .job-careerpath-unit {
    margin-bottom: 60px; }
    .job-careerpath-unit:last-child {
      margin-bottom: 0; }
  .job-careerpath__ttl {
    font-size: 27px;
    color: #764a4a; }
    @media screen and (max-width: 767px) {
      .job-careerpath__ttl {
        font-size: 5.12821vw; } }
  .job-careerpath__tb {
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .job-careerpath__tb {
        width: 810px; } }
    .job-careerpath__tb .row {
      display: flex;
      gap: 3px;
      line-height: 1.78;
      margin-bottom: 10px; }
      .job-careerpath__tb .row .col {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 210px; }
        .job-careerpath__tb .row .col ul li {
          position: relative;
          padding-left: 17px; }
          .job-careerpath__tb .row .col ul li::before {
            content: "・";
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
        .job-careerpath__tb .row .col.col-1 {
          align-items: center;
          padding: 0;
          color: #fff;
          text-align: center; }
        .job-careerpath__tb .row .col:last-child {
          border-radius: 0 10px 10px 0; }
      .job-careerpath__tb .row .col-1 {
        width: 10%;
        border-radius: 10px 0 0 10px;
        font-size: 17px;
        font-weight: bold; }
      .job-careerpath__tb .row .col-2 {
        width: 38%; }
      .job-careerpath__tb .row .col-3 {
        width: 32%; }
      .job-careerpath__tb .row .col-4 {
        width: 20%; }
      .job-careerpath__tb .row:last-child {
        border-radius: 0 10px 10px 0; }
      .job-careerpath__tb .row:nth-child(2n) .col {
        background: #f5fbfc; }
      .job-careerpath__tb .row:nth-child(2n + 1) .col {
        background: #f5fcf7; }
      .job-careerpath__tb .row.header .col {
        background: #f0f0f0;
        min-height: auto;
        padding: 8px;
        text-align: center;
        font-size: 17px;
        font-weight: bold; }
        .job-careerpath__tb .row.header .col.col-1 {
          color: #4b4b4b;
          border-radius: 100vh 0 0 100vh; }
        .job-careerpath__tb .row.header .col:last-child {
          border-radius: 0 100vh 100vh 0; }
      .job-careerpath__tb .row.row-1 .col-1, .job-careerpath__tb .row.row-2 .col-1, .job-careerpath__tb .row.row-3 .col-1, .job-careerpath__tb .row.row-4 .col-1, .job-careerpath__tb .row.row-5 .col-1 {
        position: relative; }
        .job-careerpath__tb .row.row-1 .col-1::before, .job-careerpath__tb .row.row-2 .col-1::before, .job-careerpath__tb .row.row-3 .col-1::before, .job-careerpath__tb .row.row-4 .col-1::before, .job-careerpath__tb .row.row-5 .col-1::before {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 30px 17px 0 17px;
          border-color: #fff transparent transparent transparent;
          transform: rotate(0deg);
          position: absolute;
          left: 50%;
          bottom: -30px;
          transform: translate(-50%, 0);
          z-index: 1; }
        .job-careerpath__tb .row.row-1 .col-1::after, .job-careerpath__tb .row.row-2 .col-1::after, .job-careerpath__tb .row.row-3 .col-1::after, .job-careerpath__tb .row.row-4 .col-1::after, .job-careerpath__tb .row.row-5 .col-1::after {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 24px 14px 0 14px;
          border-color: #afe0d3 transparent transparent transparent;
          transform: rotate(0deg);
          position: absolute;
          left: 50%;
          bottom: -24px;
          transform: translate(-50%, 0);
          z-index: 2; }
      .job-careerpath__tb .row:last-child .col-1::before, .job-careerpath__tb .row:last-child .col-1::after {
        display: none; }
      .job-careerpath__tb .row.row-1 .col-1 {
        background: #afe0d3; }
        .job-careerpath__tb .row.row-1 .col-1::after {
          border-color: #afe0d3 transparent transparent transparent; }
      .job-careerpath__tb .row.row-2 .col-1 {
        background: #9ad9c6; }
        .job-careerpath__tb .row.row-2 .col-1::after {
          border-color: #9ad9c6 transparent transparent transparent; }
      .job-careerpath__tb .row.row-3 .col-1 {
        background: #83d0b9; }
        .job-careerpath__tb .row.row-3 .col-1::after {
          border-color: #83d0b9 transparent transparent transparent; }
      .job-careerpath__tb .row.row-4 .col-1 {
        background: #6bc7ab; }
        .job-careerpath__tb .row.row-4 .col-1::after {
          border-color: #6bc7ab transparent transparent transparent; }
      .job-careerpath__tb .row.row-5 .col-1 {
        background: #46ba95; }
        .job-careerpath__tb .row.row-5 .col-1::before {
          display: none; }
        .job-careerpath__tb .row.row-5 .col-1::after {
          display: none; }
    .job-careerpath__tb.col3-tb .row .col-1 {
      width: 10%; }
    .job-careerpath__tb.col3-tb .row .col-2 {
      width: 23%; }
    .job-careerpath__tb.col3-tb .row .col-3 {
      width: 67%; }
    .job-careerpath__tb.col3-tb .row:not(.header) .col-2 {
      color: #46ba95;
      font-size: 17px;
      font-weight: bold; }
    .job-careerpath__tb.col2-tb .row .col-1 {
      width: 10%; }
    .job-careerpath__tb.col2-tb .row .col-2 {
      width: 90%; }
    .job-careerpath__tb.col2-tb .row:not(.header) .col-2 {
      color: #46ba95;
      font-size: 17px;
      font-weight: bold; }
    .job-careerpath__tb.col-s .row .col {
      min-height: 80px; }
    .job-careerpath__tb.col-s .row.header .col {
      min-height: auto; }
    .job-careerpath__tb.col-s .row:not(.header) .col-1 {
      line-height: 1.18; }
    .job-careerpath__tb.col-s .row:not(.header) .col-2 {
      line-height: 1.47; }

.job-careerpath__body + .js-scrollable-wrap .job-careerpath__tb {
  margin-top: 30px; }

/* =========================== */
.job-interview {
  margin-bottom: 100px; }
  .job-interview .video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; }

/* =========================== */
.job-env {
  margin-bottom: 100px; }
  .job-env__ttl {
    font-size: 27px;
    color: #764a4a; }
    @media screen and (max-width: 767px) {
      .job-env__ttl {
        font-size: 5.12821vw; } }
  .job-env-unit-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 22px;
    margin-top: 30px; }
  .job-env-unit {
    width: calc((100% - 22px) / 2);
    border-radius: 10px;
    border: 2px solid #46ba95;
    text-align: center;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .job-env-unit {
        width: 100%; } }
    .job-env-unit .header {
      background: #edfaf6;
      font-size: 20px;
      font-weight: bold;
      color: #46ba95;
      height: 108px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.5; }
    .job-env-unit .cont {
      padding: 30px 30px;
      line-height: 1.78; }
      .job-env-unit .cont ul li {
        padding: 20px 0;
        border-bottom: 1px solid #46ba95; }
        .job-env-unit .cont ul li:first-child {
          padding-top: 0; }
        .job-env-unit .cont ul li:last-child {
          padding-bottom: 0;
          border-bottom: none; }
      .job-env-unit .cont .dl-wrap {
        margin-bottom: 20px; }
        .job-env-unit .cont .dl-wrap p {
          margin: 0 0 10px; }
      .job-env-unit .cont dl {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0; }
        .job-env-unit .cont dl dt {
          width: 50%;
          text-align: right;
          font-weight: bold;
          padding-right: 5px;
          color: #46ba95; }
        .job-env-unit .cont dl dd {
          width: 50%;
          text-align: left;
          font-weight: bold; }
          .job-env-unit .cont dl dd > span {
            background: #46ba95;
            color: #fff;
            border-radius: 5px;
            display: inline-block;
            padding: 1px 8px; }
    .job-env-unit .img {
      width: 100%;
      height: 100%; }
      .job-env-unit .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }

/* =========================== */
.job-icp {
  margin-bottom: 100px; }
  .job-icp__ttl {
    font-size: 27px;
    color: #764a4a; }
    @media screen and (max-width: 767px) {
      .job-icp__ttl {
        font-size: 5.12821vw; } }

/* =========================== */
.job-faq {
  margin-bottom: 100px; }
  .job-faq__item {
    border-bottom: 1px solid #bababa; }
    .job-faq__item:first-child {
      border-top: 1px solid #bababa; }
    .job-faq__item .question {
      position: relative;
      font-size: 17px;
      font-weight: bold;
      padding: 20px 80px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .job-faq__item .question {
          line-height: 1.47;
          padding: 20px 64px; } }
      .job-faq__item .question::before {
        content: "Q";
        font-size: 19px;
        font-weight: bold;
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        color: #fff;
        background: #46ba95;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        left: 35px;
        top: 22px; }
        @media screen and (max-width: 767px) {
          .job-faq__item .question::before {
            left: 15px;
            top: 16px; } }
      .job-faq__item .question .status {
        width: 19px;
        height: 10px;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translate(0, -50%); }
        .job-faq__item .question .status-inner {
          width: 100%;
          height: 100%;
          position: relative; }
          .job-faq__item .question .status-inner .line-1 {
            background: #939393;
            height: 3px;
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .job-faq__item .question .status-inner .line-2 {
            background: #939393;
            height: 3px;
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(90deg);
            transition: all 0.3s ease 0s; }
    .job-faq__item .answer {
      padding: 0px 40px 30px;
      display: none; }
      @media screen and (max-width: 767px) {
        .job-faq__item .answer {
          padding: 0px 15px 30px; } }
    .job-faq__item.openParent {
      background: #f5fbfc; }
      .job-faq__item.openParent .question .status .line-2 {
        transform: translate(-50%, -50%) rotate(0deg); }

/* =========================== */
.job-cta {
  text-align: center;
  position: relative;
  background: url(../images/job/job-cta-bg.svg) no-repeat center/1554px auto;
  padding: 160px 0 140px; }
  @media screen and (max-width: 767px) {
    .job-cta {
      background: url(../images/job/sp/job-cta-bg.svg) no-repeat center/707px auto;
      padding: 100px 10px 120px; } }
  .job-cta .sect-inner {
    max-width: 936px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 70px 90px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .job-cta .sect-inner {
        padding: 50px 9vw 80px; } }
  .job-cta__ttl {
    font-size: 30px;
    color: #764a4a;
    margin-bottom: 17px; }
    @media screen and (max-width: 767px) {
      .job-cta__ttl {
        font-size: 6.41026vw; } }
  @media screen and (max-width: 767px) {
    .job-cta__body {
      margin-bottom: 35px; } }
  .job-cta__btn ul {
    display: flex;
    justify-content: center;
    gap: 33px; }
    @media screen and (max-width: 767px) {
      .job-cta__btn ul {
        flex-direction: column;
        gap: 20px;
        padding: 0 9vw; } }
    @media screen and (max-width: 767px) {
      .job-cta__btn ul li {
        margin: 0; } }
    .job-cta__btn ul li a {
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .job-cta__btn ul li a {
          font-size: 17px; } }
    .job-cta__btn ul li.blue a {
      border-color: #6c8af0;
      color: #6c8af0; }

/* =========================== */
.job-jobs {
  background: url(../images/job/jobs-bg.jpg) no-repeat center/cover;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .job-jobs {
      padding: 70px 9vw; } }
  @media screen and (max-width: 767px) {
    .job-jobs .lead br {
      display: none; } }
  .job-jobs-grid {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 14px; }
    @media screen and (max-width: 767px) {
      .job-jobs-grid {
        display: flex;
        flex-direction: column;
        gap: 30px; } }
    .job-jobs-grid .left {
      grid-area: 1 / 1 / 3 / 2; }
      @media screen and (max-width: 767px) {
        .job-jobs-grid .left {
          display: none; } }
      .job-jobs-grid .left .preview {
        position: relative;
        /* 中身に合わせて高さを自動調整したい場合はJSで同期（下のコードにあり） */
        overflow: hidden;
        height: 100% !important; }
      .job-jobs-grid .left .panel {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.4s ease;
        /* ふわっと時間 */
        pointer-events: none;
        /* 非アクティブは操作不可 */
        height: 100%; }
        .job-jobs-grid .left .panel.is-active {
          opacity: 1;
          pointer-events: auto;
          position: relative; }
        .job-jobs-grid .left .panel a {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          border-radius: 10px;
          overflow: hidden; }
          .job-jobs-grid .left .panel a .img {
            position: relative;
            height: 100%; }
            .job-jobs-grid .left .panel a .img::before {
              content: "";
              display: block;
              width: 100%;
              height: 50%;
              background: #fff;
              background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
              position: absolute;
              left: 0;
              bottom: 0; }
            .job-jobs-grid .left .panel a .img img {
              object-fit: cover;
              width: 100%;
              height: 100%; }
          .job-jobs-grid .left .panel a .txt {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            color: #764a4a;
            padding: 0 35px 35px; }
            .job-jobs-grid .left .panel a .txt p {
              font-size: 20px;
              line-height: 1.875;
              font-weight: bold;
              margin-bottom: 15px; }
            .job-jobs-grid .left .panel a .txt .more {
              display: flex;
              gap: 10px;
              font-weight: bold; }
              .job-jobs-grid .left .panel a .txt .more .arrow {
                display: flex;
                align-items: center; }
    .job-jobs-grid .right {
      display: flex; }
      @media screen and (max-width: 767px) {
        .job-jobs-grid .right {
          display: block; } }
      .job-jobs-grid .right .header {
        background: #4677ba;
        color: #fff;
        writing-mode: vertical-rl;
        line-height: 1.2;
        font-size: 20px;
        font-weight: bold;
        flex: 0 0 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px 0 0 10px;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 767px) {
          .job-jobs-grid .right .header {
            width: 100%;
            writing-mode: horizontal-tb;
            border-radius: 10px 10px 0 0;
            font-size: 17px;
            line-height: 1.7;
            padding: 10px;
            letter-spacing: 0.1em; }
            .job-jobs-grid .right .header br {
              display: none; } }
      .job-jobs-grid .right .cont {
        background: #fff;
        padding: 25px 35px;
        border-radius: 0 10px 10px 0;
        flex-grow: 1; }
        @media screen and (max-width: 767px) {
          .job-jobs-grid .right .cont {
            padding: 25px 30px 30px;
            border-radius: 0 0 10px 10px; } }
        .job-jobs-grid .right .cont ul {
          display: flex;
          flex-wrap: wrap;
          gap: 16px 24px; }
          @media screen and (max-width: 767px) {
            .job-jobs-grid .right .cont ul {
              gap: 20px; } }
          .job-jobs-grid .right .cont ul li {
            width: calc((100% - 48px) / 3); }
            @media screen and (max-width: 767px) {
              .job-jobs-grid .right .cont ul li {
                width: calc((100% - 20px) / 2); } }
            .job-jobs-grid .right .cont ul li a {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 100px;
              border: 2px solid #4677ba;
              border-radius: 10px;
              color: #4677ba;
              text-align: center; }
              @media screen and (max-width: 767px) {
                .job-jobs-grid .right .cont ul li a {
                  height: 80px; } }
              .job-jobs-grid .right .cont ul li a .icon {
                height: 45px;
                margin-bottom: 5px;
                position: relative; }
                .job-jobs-grid .right .cont ul li a .icon img {
                  transition: all 0.3s ease 0s; }
                .job-jobs-grid .right .cont ul li a .icon .off {
                  position: relative;
                  opacity: 1; }
                .job-jobs-grid .right .cont ul li a .icon .on {
                  position: absolute;
                  opacity: 0;
                  left: 0;
                  top: 0; }
              .job-jobs-grid .right .cont ul li a .label {
                font-size: 17px;
                line-height: 1.24;
                font-weight: bold;
                letter-spacing: 0em; }
                @media screen and (max-width: 767px) {
                  .job-jobs-grid .right .cont ul li a .label {
                    font-size: 3.33333vw; } }
                .job-jobs-grid .right .cont ul li a .label.small {
                  font-size: 14px; }
                  @media screen and (max-width: 767px) {
                    .job-jobs-grid .right .cont ul li a .label.small {
                      font-size: 2.5641vw; } }
              .job-jobs-grid .right .cont ul li a:hover {
                opacity: 1;
                background: #4677ba;
                color: #fff; }
                .job-jobs-grid .right .cont ul li a:hover .icon .off {
                  position: absolute;
                  opacity: 0;
                  left: 0;
                  top: 0; }
                .job-jobs-grid .right .cont ul li a:hover .icon .on {
                  position: relative;
                  opacity: 1; }
      .job-jobs-grid .right.bottom .header {
        background: #46ba95; }
      .job-jobs-grid .right.bottom .cont ul li a {
        border: 2px solid #46ba95;
        color: #46ba95; }
        .job-jobs-grid .right.bottom .cont ul li a:hover {
          background: #46ba95;
          color: #fff; }
      .job-jobs-grid .right.bottom .cont ul li.w-2 {
        width: calc(((100% - 48px) / 3) * 2 + 24px);
        display: flex; }
        @media screen and (max-width: 767px) {
          .job-jobs-grid .right.bottom .cont ul li.w-2 {
            width: 100%; } }
        .job-jobs-grid .right.bottom .cont ul li.w-2 a {
          border: none !important;
          display: flex;
          flex-direction: row;
          gap: 24px; }
          .job-jobs-grid .right.bottom .cont ul li.w-2 a .border,
          .job-jobs-grid .right.bottom .cont ul li.w-2 a .note {
            width: calc((100% - 24px) / 2);
            height: 100%; }
          .job-jobs-grid .right.bottom .cont ul li.w-2 a .border {
            border: 2px solid #46ba95;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 10px; }
          .job-jobs-grid .right.bottom .cont ul li.w-2 a .note {
            background: url(../images/job/job-icon-x.svg) no-repeat left center/contain;
            display: flex;
            align-items: center;
            font-size: 17px;
            line-height: 1.24;
            font-weight: bold;
            color: #46ba95; }
            @media screen and (max-width: 767px) {
              .job-jobs-grid .right.bottom .cont ul li.w-2 a .note {
                font-size: 3.33333vw;
                text-align: left;
                padding-left: 20px; } }
          .job-jobs-grid .right.bottom .cont ul li.w-2 a:hover {
            background: none; }
            .job-jobs-grid .right.bottom .cont ul li.w-2 a:hover .border {
              background: #46ba95; }

/* =========================== */
.btn-scholarship {
  position: fixed;
  right: 20px;
  bottom: 130px;
  cursor: pointer;
  transition: all 0.3s ease 0s; }
  @media screen and (max-width: 767px) {
    .btn-scholarship {
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
      .btn-scholarship img {
        width: 100%; } }
  .btn-scholarship:hover {
    opacity: 0.5; }

/* =========================== */
/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* モーダルを閉じるボタン */ }
  .modal__wrapper .modal__layer {
    height: 100%;
    background: rgba(50, 50, 50, 0.5);
    cursor: pointer; }
  .modal__wrapper .modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    height: 100%;
    max-height: calc(100% - 150px);
    padding: 70px 65px;
    padding-right: 0;
    background: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .modal__wrapper .modal__container {
        width: 90%;
        padding: 40px 20px 60px;
        padding-right: 0; } }
    .modal__wrapper .modal__container .modal__container-2 {
      width: 100%;
      height: 100%;
      position: relative; }
    .modal__wrapper .modal__container .modal__inner {
      position: relative;
      height: 100%;
      overflow: auto;
      padding-right: 65px; }
      @media screen and (max-width: 767px) {
        .modal__wrapper .modal__container .modal__inner {
          padding-right: 20px; } }
      .modal__wrapper .modal__container .modal__inner .modal__content {
        max-width: 686px;
        margin: 0 auto; }
        .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__ttl {
          font-size: 35px;
          font-weight: bold;
          color: #764a4a;
          text-align: center;
          margin-bottom: 30px; }
          @media screen and (max-width: 767px) {
            .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__ttl {
              font-size: 6.41026vw;
              line-height: 1.76; } }
          .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__ttl > span {
            display: inline-block;
            border-top: 3px solid #764a4a;
            border-bottom: 3px solid #764a4a;
            padding: 0 20px; }
        .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__lead {
          font-size: 20px;
          font-weight: bold;
          color: #46ba95;
          text-align: center;
          margin-bottom: 40px; }
          @media screen and (max-width: 767px) {
            .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__lead {
              font-size: 4.35897vw;
              line-height: 1.76; } }
        .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item {
          display: flex;
          position: relative;
          margin-bottom: 60px; }
          @media screen and (max-width: 767px) {
            .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item {
              border: 1px solid #46ba95;
              padding: 20px;
              display: block;
              border-radius: 10px;
              margin-bottom: 20px; } }
          .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item:last-child {
            margin-bottom: 0; }
          .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .badge {
            position: absolute;
            background: #46ba95;
            color: #fff;
            font-size: 17px;
            font-weight: bold;
            line-height: 1.9;
            border-radius: 100vh;
            padding: 0 10px 2px;
            transform: rotate(-10deg);
            left: -10px;
            top: -10px; }
            @media screen and (max-width: 767px) {
              .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .badge {
                display: inline-block;
                position: relative;
                left: 0;
                top: 0;
                transform: rotate(0); } }
          .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .header {
            width: 20%; }
            @media screen and (max-width: 767px) {
              .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .header {
                width: 100%;
                display: flex;
                margin-bottom: 20px; } }
            .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .header .name-wrap {
              width: 57%; }
            @media screen and (max-width: 767px) {
              .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .header .img {
                width: 43%; } }
            .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .header .img img {
              border-radius: 10px; }
          .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .txt {
            width: 80%;
            padding-left: 20px;
            line-height: 1.78; }
            @media screen and (max-width: 767px) {
              .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .txt {
                width: 100%;
                padding: 0; } }
            .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .txt .fukidashi {
              border: 2px solid #46ba95;
              border-radius: 10px;
              height: 100%;
              padding: 28px 40px;
              position: relative; }
              @media screen and (max-width: 767px) {
                .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .txt .fukidashi {
                  border: none;
                  padding: 0; } }
              .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .txt .fukidashi::before {
                content: "";
                display: block;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 0 0 21px 36px;
                border-color: transparent transparent #46ba95 transparent;
                transform: rotate(0deg);
                position: absolute;
                left: -36px;
                bottom: 27px; }
                @media screen and (max-width: 767px) {
                  .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .txt .fukidashi::before {
                    display: none; } }
              .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .txt .fukidashi::after {
                content: "";
                display: block;
                width: 0px;
                height: 0px;
                border-style: solid;
                border-width: 0 0 21px 36px;
                border-color: transparent transparent #fff transparent;
                transform: rotate(0deg);
                position: absolute;
                left: -28px;
                bottom: 29px; }
                @media screen and (max-width: 767px) {
                  .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .txt .fukidashi::after {
                    display: none; } }
          .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .name {
            color: #46ba95;
            font-weight: bold;
            margin-top: 20px; }
            @media screen and (max-width: 767px) {
              .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .name {
                line-height: 1.6;
                margin-top: 10px; } }
            .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .name small {
              font-size: 14px; }
              @media screen and (max-width: 767px) {
                .modal__wrapper .modal__container .modal__inner .modal__content .scholarship__item .name small {
                  display: block;
                  font-size: 12px; } }
        .modal__wrapper .modal__container .modal__inner .modal__content .c-btn a {
          justify-content: center;
          gap: 10px; }
        .modal__wrapper .modal__container .modal__inner .modal__content .c-btn .note {
          display: block;
          color: #868686;
          margin-top: 10px; }
  .modal__wrapper .modal__close {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: -100px;
    width: 25px;
    height: 25px; }
    @media screen and (max-width: 767px) {
      .modal__wrapper .modal__close {
        right: 0px;
        top: -80px; } }
    .modal__wrapper .modal__close img {
      width: 100%; }

/* =========================== */
.job-program {
  margin-bottom: 160px; }
  .job-program__lead {
    font-size: 20px;
    font-weight: bold; }
  @media screen and (max-width: 767px) {
    .job-program-unit-wrap {
      display: flex;
      flex-direction: column; } }
  .job-program-unit {
    margin-bottom: 50px; }
    .job-program-unit .job-env-unit.img {
      border: none; }
    .job-program-unit .job-env-unit .header {
      height: 69px; }
    .job-program-unit .job-env-unit .cont {
      padding: 22px; }
  @media screen and (max-width: 767px) {
    .job-program.ctd-program .job-env-unit.unit-1 {
      order: 1; }
    .job-program.ctd-program .job-env-unit.unit-2 {
      order: 2; }
    .job-program.ctd-program .job-env-unit.unit-3 {
      order: 3; }
    .job-program.ctd-program .job-env-unit.unit-4 {
      order: 6; }
    .job-program.ctd-program .job-env-unit.unit-5 {
      order: 4; }
    .job-program.ctd-program .job-env-unit.unit-6 {
      order: 5; } }

/* =========================== */
.job-flow {
  margin-bottom: 100px; }
  .job-flow-unit {
    margin-bottom: 60px; }
    .job-flow-unit:last-child {
      margin-bottom: 0; }
  .job-flow__ttl {
    font-size: 27px;
    color: #764a4a; }
  .job-flow__tb {
    margin-top: 30px;
    letter-spacing: 0; }
    .job-flow__tb .row {
      display: flex;
      gap: 3px;
      line-height: 1.78;
      margin-bottom: 10px; }
      .job-flow__tb .row .col {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 67px; }
        .job-flow__tb .row .col ul li {
          position: relative;
          padding-left: 17px; }
          .job-flow__tb .row .col ul li::before {
            content: "・";
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
        .job-flow__tb .row .col.col-1 {
          align-items: center;
          padding: 0;
          color: #fff;
          text-align: center; }
        .job-flow__tb .row .col:last-child {
          border-radius: 0 10px 10px 0; }
      .job-flow__tb .row .col-1 {
        width: 84px;
        border-radius: 10px 0 0 10px;
        font-size: 17px;
        font-weight: bold;
        background: #77e1e5; }
      .job-flow__tb .row .col-2 {
        width: calc(100% - 84px);
        background: #edfdff;
        color: #0ed4db;
        font-size: 17px;
        font-weight: bold; }
      .job-flow__tb .row:last-child {
        border-radius: 0 10px 10px 0; }
      .job-flow__tb .row.row-1 .col-1, .job-flow__tb .row.row-2 .col-1, .job-flow__tb .row.row-3 .col-1, .job-flow__tb .row.row-4 .col-1, .job-flow__tb .row.row-5 .col-1 {
        position: relative; }
        .job-flow__tb .row.row-1 .col-1::before, .job-flow__tb .row.row-2 .col-1::before, .job-flow__tb .row.row-3 .col-1::before, .job-flow__tb .row.row-4 .col-1::before, .job-flow__tb .row.row-5 .col-1::before {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 30px 17px 0 17px;
          border-color: #fff transparent transparent transparent;
          transform: rotate(0deg);
          position: absolute;
          left: 50%;
          bottom: -30px;
          transform: translate(-50%, 0);
          z-index: 1; }
        .job-flow__tb .row.row-1 .col-1::after, .job-flow__tb .row.row-2 .col-1::after, .job-flow__tb .row.row-3 .col-1::after, .job-flow__tb .row.row-4 .col-1::after, .job-flow__tb .row.row-5 .col-1::after {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 24px 14px 0 14px;
          border-color: #77e1e5 transparent transparent transparent;
          transform: rotate(0deg);
          position: absolute;
          left: 50%;
          bottom: -24px;
          transform: translate(-50%, 0);
          z-index: 2; }
      .job-flow__tb .row:last-child .col-1:before, .job-flow__tb .row:last-child .col-1:after {
        display: none; }

/* =========================== */
.jobsp-sect__index {
  border: 2px solid #46ba95;
  border-radius: 10px;
  padding: 30px 50px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .jobsp-sect__index {
      padding: 30px 20px; } }
  .jobsp-sect__index .ttl {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .jobsp-sect__index .ttl {
        font-size: 4.35897vw; } }
  .jobsp-sect__index ul li {
    font-size: 17px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .jobsp-sect__index ul li {
        font-size: 3.58974vw; } }
    .jobsp-sect__index ul li a {
      text-decoration: underline; }
    .jobsp-sect__index ul li .child {
      padding-left: 30px; }

.jobsp-sect-unit {
  margin-bottom: 70px; }

/* =========================== */
.job-occupation {
  margin-bottom: 100px; }
  .job-occupation-unit-wrap {
    margin-bottom: 90px; }
  .job-occupation-unit {
    margin-bottom: 20px; }
    .job-occupation-unit .grid-2-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 25px;
      grid-row-gap: 25px; }
    .job-occupation-unit .flex {
      display: flex;
      flex-wrap: wrap;
      gap: 25px; }
      @media screen and (max-width: 767px) {
        .job-occupation-unit .flex {
          gap: 15px 10px; } }
      .job-occupation-unit .flex .img,
      .job-occupation-unit .flex .inblock {
        width: calc((100% - 25px) / 2);
        margin: 0; }
        @media screen and (max-width: 767px) {
          .job-occupation-unit .flex .img,
          .job-occupation-unit .flex .inblock {
            width: 100%; } }
        .job-occupation-unit .flex .img img,
        .job-occupation-unit .flex .inblock img {
          border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .job-occupation-unit .flex .img {
          width: calc((100% - 10px) / 2); }
          .job-occupation-unit .flex .img.spw100 {
            width: 100%; } }
      @media screen and (max-width: 767px) {
        .job-occupation-unit .flex .flexitem-1 {
          order: 0; }
        .job-occupation-unit .flex .flexitem-2 {
          order: 2; }
        .job-occupation-unit .flex .flexitem-3 {
          order: 3; }
        .job-occupation-unit .flex .flexitem-4 {
          order: 1; } }
    .job-occupation-unit .inblock {
      background: #f5fbfc;
      border-radius: 10px;
      padding: 25px 35px;
      margin-bottom: 20px; }
      .job-occupation-unit .inblock .ttl {
        color: #46ba95;
        font-size: 17px;
        border-bottom: 1px solid #46ba95;
        padding-bottom: 10px; }
      .job-occupation-unit .inblock .check-list li {
        font-size: 14px; }
        .job-occupation-unit .inblock .check-list li::before {
          top: 3px; }
  .job-occupation__ttl {
    font-size: 20px;
    margin-bottom: 2px; }
    .job-occupation__ttl + .inblock {
      margin-top: 20px; }

/* =========================== */
/* =========================== */
/* =========================== */
.internship-purpose {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .internship-purpose__body {
      line-height: 2; } }
  .internship-purpose__body strong {
    color: #46ba95;
    font-size: 17px; }

/* =========================== */
.internship-achievement {
  margin-bottom: 100px; }
  .internship-achievement__list {
    display: flex;
    gap: 30px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .internship-achievement__list {
        flex-direction: column;
        gap: 15px; } }
  .internship-achievement__item {
    width: calc((100% - 60px) / 3);
    background: #f5fbfc;
    border-radius: 10px;
    text-align: center;
    font-size: 17px;
    color: #46ba95;
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      .internship-achievement__item {
        width: 100%; } }
  .internship-achievement__case {
    position: relative;
    padding: 16px 0 0 16px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .internship-achievement__case {
        padding: 16px 0 0 0; } }
    .internship-achievement__case .ttl {
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid #46ba95;
      border-radius: 100vh;
      display: flex;
      font-weight: bold;
      background: #fff; }
      .internship-achievement__case .ttl .badge {
        background: #46ba95;
        color: #fff;
        border-radius: 100vh;
        font-size: 17px;
        padding: 0 10px;
        line-height: 2; }
      .internship-achievement__case .ttl .label {
        color: #46ba95;
        padding: 0 20px 0 10px; }
    .internship-achievement__case .body {
      border: 1px solid #bababa;
      border-radius: 10px;
      padding: 40px 40px 30px;
      line-height: 1.78; }

/* =========================== */
.internship-strength {
  margin-bottom: 100px; }
  .internship-strength-unit {
    margin-bottom: 60px; }

/* =========================== */
.internship-occupation {
  margin-bottom: 100px; }
  .internship-occupation__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
    @media screen and (max-width: 767px) {
      .internship-occupation__list {
        gap: 25px; } }
    .internship-occupation__list li {
      width: calc((100% - 80px) / 3);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 166px;
      border: 2px solid #4677ba;
      border-radius: 10px;
      color: #4677ba;
      text-align: center;
      /*
			&:hover {
				opacity: 1;
				background: #4677ba;
				color: #fff;

				.icon {
					.off {
						position: absolute;
						opacity: 0;
						left: 0;
						top: 0;
					}
					.on {
						position: relative;
						opacity: 1;
					}
				}
			}
				*/ }
      @media screen and (max-width: 767px) {
        .internship-occupation__list li {
          width: calc((100% - 25px) / 2);
          height: 100px; } }
      .internship-occupation__list li .icon {
        height: 75px;
        margin-bottom: 15px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end; }
        @media screen and (max-width: 767px) {
          .internship-occupation__list li .icon {
            height: 47px;
            margin-bottom: 5px; } }
        .internship-occupation__list li .icon img {
          transition: all 0.3s ease 0s; }
          .internship-occupation__list li .icon img.w-76 {
            width: 76px; }
            @media screen and (max-width: 767px) {
              .internship-occupation__list li .icon img.w-76 {
                width: 46px; } }
          .internship-occupation__list li .icon img.w-72 {
            width: 72px; }
            @media screen and (max-width: 767px) {
              .internship-occupation__list li .icon img.w-72 {
                width: 44px; } }
          .internship-occupation__list li .icon img.w-62 {
            width: 62px; }
            @media screen and (max-width: 767px) {
              .internship-occupation__list li .icon img.w-62 {
                width: 38px; } }
        .internship-occupation__list li .icon .off {
          position: relative;
          opacity: 1; }
        .internship-occupation__list li .icon .on {
          position: absolute;
          opacity: 0;
          left: 0;
          top: 0; }
      .internship-occupation__list li .label {
        font-size: 20px;
        line-height: 1.24;
        font-weight: bold;
        letter-spacing: 0em; }
        @media screen and (max-width: 767px) {
          .internship-occupation__list li .label {
            font-size: 4.10256vw; } }
        .internship-occupation__list li .label.small {
          font-size: 14px; }

/* =========================== */
.workstyle-infographic {
  margin-bottom: 100px; }
  .workstyle-infographic-unit {
    margin-bottom: 80px; }
  .workstyle-infographic__list {
    display: flex;
    flex-wrap: wrap;
    background: #f5fbfc;
    border-radius: 10px; }
    .workstyle-infographic__list > li {
      width: 33.33%;
      padding: 30px;
      padding-right: 10px;
      border-bottom: 5px solid #fff;
      position: relative; }
      @media screen and (max-width: 767px) {
        .workstyle-infographic__list > li {
          width: 50%;
          border-bottom: none;
          padding: 25px 20px; } }
      .workstyle-infographic__list > li.w-30 {
        width: 30%; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic__list > li.w-30 {
            width: 50%; } }
      .workstyle-infographic__list > li.w-40 {
        width: 40%; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic__list > li.w-40 {
            width: 50%; } }
      .workstyle-infographic__list > li.sp-13, .workstyle-infographic__list > li.sp-15 {
        width: 50%;
        display: flex;
        justify-content: center; }
      .workstyle-infographic__list > li.sp-15:after {
        display: none; }
      @media screen and (max-width: 767px) {
        .workstyle-infographic__list > li.sp-1, .workstyle-infographic__list > li.sp-3, .workstyle-infographic__list > li.sp-5, .workstyle-infographic__list > li.sp-7, .workstyle-infographic__list > li.sp-9, .workstyle-infographic__list > li.sp-11 {
          border-right: 1px solid #fff; }
        .workstyle-infographic__list > li.sp-2, .workstyle-infographic__list > li.sp-4, .workstyle-infographic__list > li.sp-6, .workstyle-infographic__list > li.sp-8, .workstyle-infographic__list > li.sp-10, .workstyle-infographic__list > li.sp-12, .workstyle-infographic__list > li.sp-14 {
          border-left: 2px solid #fff; }
        .workstyle-infographic__list > li.sp-5, .workstyle-infographic__list > li.sp-6, .workstyle-infographic__list > li.sp-11, .workstyle-infographic__list > li.sp-12 {
          border-bottom: 3px solid #fff; }
        .workstyle-infographic__list > li.sp-1 {
          order: 0; }
        .workstyle-infographic__list > li.sp-2 {
          order: 1; }
        .workstyle-infographic__list > li.sp-3 {
          order: 2; }
        .workstyle-infographic__list > li.sp-4 {
          order: 3; }
        .workstyle-infographic__list > li.sp-5 {
          order: 4; }
        .workstyle-infographic__list > li.sp-6 {
          order: 5; }
        .workstyle-infographic__list > li.sp-7 {
          order: 6; }
        .workstyle-infographic__list > li.sp-8 {
          order: 7; }
        .workstyle-infographic__list > li.sp-9 {
          order: 8; }
        .workstyle-infographic__list > li.sp-10 {
          order: 9; }
        .workstyle-infographic__list > li.sp-11 {
          order: 10; }
        .workstyle-infographic__list > li.sp-12 {
          order: 11; }
        .workstyle-infographic__list > li.sp-13 {
          order: 12;
          width: 100%;
          text-align: center; }
        .workstyle-infographic__list > li.sp-14 {
          order: 13;
          width: 100%;
          text-align: center; }
        .workstyle-infographic__list > li.sp-15 {
          order: 14;
          width: 100%;
          text-align: center; } }
      .workstyle-infographic__list > li::after {
        content: "";
        display: block;
        width: 3px;
        height: 60%;
        border-right: 3px dotted #d0d0d0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .workstyle-infographic__list > li::after {
            width: calc(100% - 40px);
            height: 3px;
            border-right: none;
            border-bottom: 3px dotted #d0d0d0;
            right: auto;
            left: 50%;
            top: auto;
            bottom: 0;
            transform: translate(-50%, 0); } }
      .workstyle-infographic__list > li:nth-child(3n)::after {
        display: none; }
      .workstyle-infographic__list > li .ttl {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic__list > li .ttl {
            font-size: 3.58974vw; } }
      .workstyle-infographic__list > li .number {
        display: block;
        font-size: 50px;
        color: #46ba95;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic__list > li .number {
            font-size: 10.76923vw; } }
        .workstyle-infographic__list > li .number .num {
          font-weight: 500;
          font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic__list > li .number .num {
              letter-spacing: 0.08em; } }
        .workstyle-infographic__list > li .number .unit {
          font-size: 25px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic__list > li .number .unit {
              font-size: 5.38462vw; } }
        .workstyle-infographic__list > li .number .colon {
          font-size: 30px;
          font-weight: bold;
          margin: 0 8px; }
        .workstyle-infographic__list > li .number .gender {
          font-size: 14px;
          font-weight: bold;
          writing-mode: vertical-lr;
          margin-right: 5px; }
      .workstyle-infographic__list > li .flex {
        display: flex;
        align-items: center;
        gap: 15px; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic__list > li .flex {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px; } }
      .workstyle-infographic__list > li .txt {
        line-height: 1.42; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic__list > li .txt {
            font-size: 2.5641vw; } }
  .workstyle-infographic .results__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .workstyle-infographic .results__list {
        gap: 20px 15px; } }
    .workstyle-infographic .results__list > li {
      border-radius: 10px;
      padding: 30px; }
      @media screen and (max-width: 767px) {
        .workstyle-infographic .results__list > li {
          padding: 30px 20px; } }
      .workstyle-infographic .results__list > li .ttl {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li .ttl {
            font-size: 4.35897vw; } }
      .workstyle-infographic .results__list > li .number {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        font-size: 50px;
        color: #46ba95;
        line-height: 1; }
        .workstyle-infographic .results__list > li .number .cap {
          width: 100%;
          font-size: 17px;
          text-align: center; }
        .workstyle-infographic .results__list > li .number .num {
          font-size: 70px;
          font-weight: 500;
          font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
          letter-spacing: 0.05em;
          display: block; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li .number .num {
              font-size: 13.33333vw; } }
        .workstyle-infographic .results__list > li .number .unit {
          font-size: 25px;
          font-weight: bold;
          display: block;
          position: relative;
          top: -0.25em; }
      .workstyle-infographic .results__list > li .note {
        text-align: center;
        line-height: 1.64;
        display: block;
        font-weight: 500;
        color: #4b4b4b;
        font-size: 12px;
        letter-spacing: 0; }
        .workstyle-infographic .results__list > li .note.green {
          color: #46ba95;
          font-size: 14px;
          font-weight: bold; }
      .workstyle-infographic .results__list > li.w-100 {
        width: 100%; }
      .workstyle-infographic .results__list > li.blue {
        background-color: #f5fbfc; }
      .workstyle-infographic .results__list > li.green {
        background-color: #f4fcf7; }
      .workstyle-infographic .results__list > li.item-1 {
        background: #f5fbfc; }
        .workstyle-infographic .results__list > li.item-1 .flex {
          display: flex;
          justify-content: space-between; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-1 .flex {
              flex-wrap: wrap;
              gap: 10px; } }
          .workstyle-infographic .results__list > li.item-1 .flex .inblock-header {
            background: url(../images/workstyle/results-bg-1.svg) no-repeat center/150px auto; }
            @media screen and (max-width: 767px) {
              .workstyle-infographic .results__list > li.item-1 .flex .inblock-header {
                width: 100%;
                background: url(../images/workstyle/results-bg-1.svg) no-repeat right top/115px auto;
                position: relative; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .workstyle-infographic .results__list > li.item-1 .flex .inblock-header::after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      border-right: none;
      border-bottom: 3px dotted #d0d0d0;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 0); } }
            .workstyle-infographic .results__list > li.item-1 .flex .inblock-header .number {
              padding: 25px; }
              @media screen and (max-width: 767px) {
                .workstyle-infographic .results__list > li.item-1 .flex .inblock-header .number {
                  padding: 20px; } }
              @media screen and (max-width: 767px) {
                .workstyle-infographic .results__list > li.item-1 .flex .inblock-header .number .num {
                  font-size: 17.94872vw; } }
          .workstyle-infographic .results__list > li.item-1 .flex .inblock {
            padding-top: 10px; }
            .workstyle-infographic .results__list > li.item-1 .flex .inblock .num {
              font-size: 45px; }
            .workstyle-infographic .results__list > li.item-1 .flex .inblock .unit {
              font-size: 17px; }
            @media screen and (max-width: 767px) {
              .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-1, .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-2, .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-3 {
                display: flex;
                flex-direction: column;
                align-items: center; }
                .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-1 .bdr-gr, .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-2 .bdr-gr, .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-3 .bdr-gr {
                  order: 0;
                  font-size: 3.58974vw; }
                .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-1 .number, .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-2 .number, .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-3 .number {
                  order: 1; }
                .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-1 .txt, .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-2 .txt, .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-3 .txt {
                  order: 2; }
              .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-1 {
                width: calc((100% - 10px) * 0.4); }
                .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-1 .bdr-gr {
                  width: 100%; }
                .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-1 .txt {
                  text-align: left; }
              .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-2 {
                width: calc((100% - 10px) * 0.6); }
              .workstyle-infographic .results__list > li.item-1 .flex .inblock.inblock-3 {
                width: 100%; } }
          .workstyle-infographic .results__list > li.item-1 .flex .ta-center {
            text-align: center; }
          .workstyle-infographic .results__list > li.item-1 .flex .bdr-gr {
            border: 1px solid #46ba95;
            color: #46ba95;
            display: inline-block;
            font-weight: bold;
            border-radius: 5px;
            line-height: 1.67;
            padding: 0 8px;
            margin-bottom: 8px; }
          .workstyle-infographic .results__list > li.item-1 .flex .txt {
            display: block;
            font-size: 12px;
            line-height: 1.67; }
      .workstyle-infographic .results__list > li.item-2 {
        width: calc((100% - 30px) / 2);
        background-image: url(../images/workstyle/results-bg-2.svg);
        background-repeat: no-repeat;
        background-position: right 30px top 30px;
        background-size: 135px auto;
        margin-right: 10px; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-2 {
            width: 100%;
            margin-right: 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            background-position: right 30px center;
            background-size: 130px auto; } }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-2 .ttl {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-2 .number,
          .workstyle-infographic .results__list > li.item-2 .note {
            width: 50%;
            line-height: 1.43; } }
        .workstyle-infographic .results__list > li.item-2 .number {
          text-align: center;
          padding: 13px 0px; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-2 .number {
              padding: 0; } }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-2 .number .num {
              font-size: 17.94872vw;
              line-height: 1.1; } }
      .workstyle-infographic .results__list > li.item-4 {
        width: calc((100% - 30px) / 2); }
        .workstyle-infographic .results__list > li.item-4 .number {
          text-align: center;
          padding: 13px 0px; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-4 .number {
              padding: 0; } }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-4 .number .num {
              font-size: 17.94872vw;
              line-height: 1.1; } }
      .workstyle-infographic .results__list > li.item-3, .workstyle-infographic .results__list > li.item-5, .workstyle-infographic .results__list > li.item-6 {
        width: calc((((100% - 30px) / 2) - 20px) / 2);
        padding: 30px 10px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-3, .workstyle-infographic .results__list > li.item-5, .workstyle-infographic .results__list > li.item-6 {
            width: 100%; } }
        .workstyle-infographic .results__list > li.item-3 .number, .workstyle-infographic .results__list > li.item-5 .number, .workstyle-infographic .results__list > li.item-6 .number {
          padding: 20px 0 10px; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-3 .number, .workstyle-infographic .results__list > li.item-5 .number, .workstyle-infographic .results__list > li.item-6 .number {
              padding: 20px 0 0px; } }
          .workstyle-infographic .results__list > li.item-3 .number .num, .workstyle-infographic .results__list > li.item-5 .number .num, .workstyle-infographic .results__list > li.item-6 .number .num {
            font-size: 60px; }
            @media screen and (max-width: 767px) {
              .workstyle-infographic .results__list > li.item-3 .number .num, .workstyle-infographic .results__list > li.item-5 .number .num, .workstyle-infographic .results__list > li.item-6 .number .num {
                font-size: 13.33333vw; } }
          .workstyle-infographic .results__list > li.item-3 .number .unit, .workstyle-infographic .results__list > li.item-5 .number .unit, .workstyle-infographic .results__list > li.item-6 .number .unit {
            font-size: 20px; }
      .workstyle-infographic .results__list > li.item-6 .number .unit {
        margin: 10px 0 0; }
      .workstyle-infographic .results__list > li.item-7 {
        width: calc((100% - 30px) / 2);
        background-image: url(../images/workstyle/results-bg-3.svg);
        background-repeat: no-repeat;
        background-position: right 30px top 30px;
        background-size: 180px auto;
        margin-left: 10px; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-7 {
            width: 100%;
            margin-left: 0; } }
        .workstyle-infographic .results__list > li.item-7 .number {
          text-align: center;
          padding: 13px 0px; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-7 .number .num {
              font-size: 17.94872vw; } }
      .workstyle-infographic .results__list > li.item-8 .flex {
        display: flex;
        gap: 25px; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-8 .flex {
            flex-direction: column; } }
        .workstyle-infographic .results__list > li.item-8 .flex .left ul {
          display: flex;
          gap: 14px;
          padding-top: 30px; }
          .workstyle-infographic .results__list > li.item-8 .flex .left ul > li {
            width: 154px;
            border: 2px solid #46ba95;
            border-radius: 10px;
            text-align: center;
            position: relative;
            padding: 20px 0; }
            .workstyle-infographic .results__list > li.item-8 .flex .left ul > li:nth-child(1) {
              background-image: url(../images/workstyle/results-bg-4.svg);
              background-repeat: no-repeat;
              background-position: center;
              background-size: 136px auto; }
            .workstyle-infographic .results__list > li.item-8 .flex .left ul > li:nth-child(2) {
              background-image: url(../images/workstyle/results-bg-5.svg);
              background-repeat: no-repeat;
              background-position: center;
              background-size: 136px auto; }
            .workstyle-infographic .results__list > li.item-8 .flex .left ul > li .ttl {
              font-size: 14px;
              position: absolute;
              left: 50%;
              top: -12px;
              transform: translate(-50%, 0);
              width: 100%; }
              .workstyle-infographic .results__list > li.item-8 .flex .left ul > li .ttl > span {
                border-radius: 5px;
                padding: 3px 10px 4px; }
                .workstyle-infographic .results__list > li.item-8 .flex .left ul > li .ttl > span.bg-green {
                  background: #46ba95;
                  color: #fff; }
                .workstyle-infographic .results__list > li.item-8 .flex .left ul > li .ttl > span.bdr-green {
                  border: 1px solid #46ba95;
                  background: #fff;
                  color: #46ba95; }
        .workstyle-infographic .results__list > li.item-8 .flex .right .ttl {
          font-size: 17px;
          color: #46ba95;
          margin-bottom: 13px; }
          .workstyle-infographic .results__list > li.item-8 .flex .right .ttl .super {
            background-color: #46ba95;
            color: #fff;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            margin: 0 5px; }
        .workstyle-infographic .results__list > li.item-8 .flex .right .body {
          line-height: 1.78; }
      .workstyle-infographic .results__list > li.item-9, .workstyle-infographic .results__list > li.item-10, .workstyle-infographic .results__list > li.item-11 {
        width: calc((100% - 60px) / 3); }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-9, .workstyle-infographic .results__list > li.item-10, .workstyle-infographic .results__list > li.item-11 {
            width: 100%; } }
        .workstyle-infographic .results__list > li.item-9 .number, .workstyle-infographic .results__list > li.item-10 .number, .workstyle-infographic .results__list > li.item-11 .number {
          padding: 13px 0px 5px; }
        .workstyle-infographic .results__list > li.item-9 .note, .workstyle-infographic .results__list > li.item-10 .note, .workstyle-infographic .results__list > li.item-11 .note {
          font-size: 14px; }
      .workstyle-infographic .results__list > li.item-10 .number .unit:first-child {
        margin: 0 0 -7px; }
      .workstyle-infographic .results__list > li.item-10 .number .unit:last-child {
        margin: 10px 0 0; }
      .workstyle-infographic .results__list > li.item-10 .number .num {
        line-height: 1; }
      .workstyle-infographic .results__list > li.item-12, .workstyle-infographic .results__list > li.item-13 {
        position: relative;
        width: 100%;
        background: none;
        padding: 0; }
        .workstyle-infographic .results__list > li.item-12 .cont, .workstyle-infographic .results__list > li.item-13 .cont {
          width: 46%;
          background-color: #f4fcf7;
          background-image: url(../images/workstyle/results-bg-6.svg);
          background-repeat: no-repeat;
          background-position: right 30px top 30px;
          background-size: 145px auto;
          border-radius: 10px;
          padding: 30px; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-12 .cont, .workstyle-infographic .results__list > li.item-13 .cont {
              width: 100%; } }
          .workstyle-infographic .results__list > li.item-12 .cont .number, .workstyle-infographic .results__list > li.item-13 .cont .number {
            padding: 13px 0px; }
        .workstyle-infographic .results__list > li.item-12 .voice, .workstyle-infographic .results__list > li.item-13 .voice {
          width: calc(54% - 25px);
          position: absolute;
          right: 0;
          top: 0; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-12 .voice, .workstyle-infographic .results__list > li.item-13 .voice {
              width: 100%;
              position: relative;
              left: 0;
              margin-top: 20px; } }
          .workstyle-infographic .results__list > li.item-12 .voice-inner, .workstyle-infographic .results__list > li.item-13 .voice-inner {
            width: 100%;
            height: 100%;
            display: grid;
            grid-template-columns: 1fr 37%;
            grid-template-rows: 1fr auto auto;
            grid-column-gap: 20px;
            grid-row-gap: 0px;
            border: 1px solid #46ba95;
            border-radius: 10px;
            padding: 20px;
            position: relative;
            line-height: 1.78; }
            @media screen and (max-width: 767px) {
              .workstyle-infographic .results__list > li.item-12 .voice-inner, .workstyle-infographic .results__list > li.item-13 .voice-inner {
                display: grid;
                grid-template-columns: 1fr 42%;
                grid-template-rows: auto auto 1fr;
                grid-column-gap: 0px;
                grid-row-gap: 0px; } }
            .workstyle-infographic .results__list > li.item-12 .voice-inner::before, .workstyle-infographic .results__list > li.item-12 .voice-inner::after, .workstyle-infographic .results__list > li.item-13 .voice-inner::before, .workstyle-infographic .results__list > li.item-13 .voice-inner::after {
              content: "";
              display: block;
              width: 0px;
              height: 0px;
              border-style: solid;
              border-width: 0 0 28px 42px;
              position: absolute; }
              @media screen and (max-width: 767px) {
                .workstyle-infographic .results__list > li.item-12 .voice-inner::before, .workstyle-infographic .results__list > li.item-12 .voice-inner::after, .workstyle-infographic .results__list > li.item-13 .voice-inner::before, .workstyle-infographic .results__list > li.item-13 .voice-inner::after {
                  border-width: 32px 0 0 20px; } }
            .workstyle-infographic .results__list > li.item-12 .voice-inner::before, .workstyle-infographic .results__list > li.item-13 .voice-inner::before {
              border-color: transparent transparent #46ba95 transparent;
              left: -42px;
              bottom: 35px; }
              @media screen and (max-width: 767px) {
                .workstyle-infographic .results__list > li.item-12 .voice-inner::before, .workstyle-infographic .results__list > li.item-13 .voice-inner::before {
                  border-color: transparent transparent transparent #46ba95;
                  left: auto;
                  bottom: auto;
                  right: 40px;
                  top: -32px; } }
            .workstyle-infographic .results__list > li.item-12 .voice-inner::after, .workstyle-infographic .results__list > li.item-13 .voice-inner::after {
              border-color: transparent transparent #fff transparent;
              left: -38px;
              bottom: 36px; }
              @media screen and (max-width: 767px) {
                .workstyle-infographic .results__list > li.item-12 .voice-inner::after, .workstyle-infographic .results__list > li.item-13 .voice-inner::after {
                  border-color: transparent transparent transparent #fff;
                  left: auto;
                  bottom: auto;
                  right: 38px;
                  top: -26px; } }
          .workstyle-infographic .results__list > li.item-12 .voice .img, .workstyle-infographic .results__list > li.item-13 .voice .img {
            grid-area: 1 / 2 / 4 / 3; }
            @media screen and (max-width: 767px) {
              .workstyle-infographic .results__list > li.item-12 .voice .img, .workstyle-infographic .results__list > li.item-13 .voice .img {
                grid-area: 1 / 2 / 3 / 3; } }
            .workstyle-infographic .results__list > li.item-12 .voice .img img, .workstyle-infographic .results__list > li.item-13 .voice .img img {
              border-radius: 10px; }
          .workstyle-infographic .results__list > li.item-12 .voice .ttl, .workstyle-infographic .results__list > li.item-13 .voice .ttl {
            color: #46ba95;
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 13px; }
            @media screen and (max-width: 767px) {
              .workstyle-infographic .results__list > li.item-12 .voice .ttl, .workstyle-infographic .results__list > li.item-13 .voice .ttl {
                order: 0;
                align-self: end;
                margin-bottom: 10px; } }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-12 .voice .body, .workstyle-infographic .results__list > li.item-13 .voice .body {
              order: 3;
              grid-area: 3 / 1 / 4 / 3;
              margin-top: 10px; } }
          .workstyle-infographic .results__list > li.item-12 .voice .from, .workstyle-infographic .results__list > li.item-13 .voice .from {
            color: #46ba95;
            font-weight: bold;
            margin-top: 10px; }
            @media screen and (max-width: 767px) {
              .workstyle-infographic .results__list > li.item-12 .voice .from, .workstyle-infographic .results__list > li.item-13 .voice .from {
                order: 2;
                align-self: start;
                margin-top: 0; } }
      .workstyle-infographic .results__list > li.item-13 .cont {
        margin-left: auto;
        background-color: #f5fbfc;
        background-image: url(../images/workstyle/results-bg-7.svg);
        background-repeat: no-repeat;
        background-position: right 50px top 0px;
        background-size: 160px auto;
        border-radius: 10px;
        padding: 30px; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-13 .cont {
            background-position: right 0px top 0px;
            background-size: 140px auto; } }
      .workstyle-infographic .results__list > li.item-13 .voice {
        right: auto;
        left: 0; }
        .workstyle-infographic .results__list > li.item-13 .voice-inner::before, .workstyle-infographic .results__list > li.item-13 .voice-inner::after {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 28px 0 0 42px;
          position: absolute;
          left: auto; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-13 .voice-inner::before, .workstyle-infographic .results__list > li.item-13 .voice-inner::after {
              border-width: 32px 0 0 20px; } }
        .workstyle-infographic .results__list > li.item-13 .voice-inner::before {
          border-color: transparent transparent transparent #46ba95;
          right: -42px;
          bottom: 35px; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-13 .voice-inner::before {
              border-color: transparent transparent transparent #46ba95;
              left: auto;
              bottom: auto;
              right: 40px;
              top: -32px; } }
        .workstyle-infographic .results__list > li.item-13 .voice-inner::after {
          border-color: transparent transparent transparent #fff;
          right: -38px;
          bottom: 36px; }
          @media screen and (max-width: 767px) {
            .workstyle-infographic .results__list > li.item-13 .voice-inner::after {
              border-color: transparent transparent transparent #fff;
              left: auto;
              bottom: auto;
              right: 38px;
              top: -26px; } }
      .workstyle-infographic .results__list > li.item-14, .workstyle-infographic .results__list > li.item-15, .workstyle-infographic .results__list > li.item-16, .workstyle-infographic .results__list > li.item-17 {
        width: calc((100% - 50px) / 3);
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .workstyle-infographic .results__list > li.item-14, .workstyle-infographic .results__list > li.item-15, .workstyle-infographic .results__list > li.item-16, .workstyle-infographic .results__list > li.item-17 {
            width: calc((100% - 15px) / 2); } }
        .workstyle-infographic .results__list > li.item-14 .ttl small, .workstyle-infographic .results__list > li.item-15 .ttl small, .workstyle-infographic .results__list > li.item-16 .ttl small, .workstyle-infographic .results__list > li.item-17 .ttl small {
          font-size: 14px; }
        .workstyle-infographic .results__list > li.item-14 .number, .workstyle-infographic .results__list > li.item-15 .number, .workstyle-infographic .results__list > li.item-16 .number, .workstyle-infographic .results__list > li.item-17 .number {
          padding: 13px 0px 5px; }
          .workstyle-infographic .results__list > li.item-14 .number .num, .workstyle-infographic .results__list > li.item-15 .number .num, .workstyle-infographic .results__list > li.item-16 .number .num, .workstyle-infographic .results__list > li.item-17 .number .num {
            font-size: 60px; }
          .workstyle-infographic .results__list > li.item-14 .number .unit, .workstyle-infographic .results__list > li.item-15 .number .unit, .workstyle-infographic .results__list > li.item-16 .number .unit, .workstyle-infographic .results__list > li.item-17 .number .unit {
            font-size: 17px; }
      @media screen and (max-width: 767px) {
        .workstyle-infographic .results__list > li.item-3, .workstyle-infographic .results__list > li.item-4, .workstyle-infographic .results__list > li.item-5, .workstyle-infographic .results__list > li.item-6, .workstyle-infographic .results__list > li.item-9, .workstyle-infographic .results__list > li.item-10 {
          width: calc((100% - 15px) / 2); }
        .workstyle-infographic .results__list > li.item-4 .number {
          margin-bottom: 5px; }
        .workstyle-infographic .results__list > li.item-6 .number {
          margin-bottom: 5px; }
          .workstyle-infographic .results__list > li.item-6 .number .unit {
            font-size: 3.58974vw; }
        .workstyle-infographic .results__list > li.item-8 .number .num {
          font-size: 15.38462vw; }
        .workstyle-infographic .results__list > li.item-9 .number .unit, .workstyle-infographic .results__list > li.item-10 .number .unit {
          font-size: 5.12821vw; }
        .workstyle-infographic .results__list > li.item-9 .number .spw100, .workstyle-infographic .results__list > li.item-10 .number .spw100 {
          width: 100%;
          padding-top: 8px;
          text-align: center; }
        .workstyle-infographic .results__list > li.item-9 .note, .workstyle-infographic .results__list > li.item-10 .note {
          font-size: 3.07692vw; } }

/* =========================== */
.workstyle-strength {
  margin-bottom: 100px; }
  .workstyle-strength-unit {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .workstyle-strength-unit {
        flex-direction: column; } }
    .workstyle-strength-unit .img {
      width: 38%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .workstyle-strength-unit .img {
          width: 100%;
          margin-bottom: 20px; } }
      .workstyle-strength-unit .img img {
        border-radius: 10px; }
      .workstyle-strength-unit .img .number {
        font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
        font-size: 69px;
        position: absolute;
        right: 20px;
        bottom: -7px;
        color: #fff;
        line-height: 1;
        text-align: right; }
    .workstyle-strength-unit .txt {
      width: 62%;
      padding: 0 40px 0 0; }
      @media screen and (max-width: 767px) {
        .workstyle-strength-unit .txt {
          width: 100%;
          padding: 0; } }
      .workstyle-strength-unit .txt .jisseki {
        background: #f4fcf7;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .workstyle-strength-unit .txt .jisseki {
            display: block; } }
        .workstyle-strength-unit .txt .jisseki .check-list li {
          font-size: 14px;
          margin-bottom: 10px; }
          .workstyle-strength-unit .txt .jisseki .check-list li::before {
            top: 3px; }
        .workstyle-strength-unit .txt .jisseki .circle {
          border: 1px solid #46ba95;
          flex-shrink: 0;
          width: 133px;
          height: auto;
          aspect-ratio: 1/1;
          border-radius: 50%;
          color: #46ba95;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          line-height: 1.53; }
          @media screen and (max-width: 767px) {
            .workstyle-strength-unit .txt .jisseki .circle {
              width: 100%;
              aspect-ratio: auto;
              border: none;
              border-radius: 0;
              text-align: left;
              align-items: flex-start;
              margin-bottom: 15px; } }
          .workstyle-strength-unit .txt .jisseki .circle .line-1 {
            font-size: 12px;
            font-weight: bold; }
          .workstyle-strength-unit .txt .jisseki .circle .line-2 {
            font-size: 17px;
            font-weight: bold; }

/* =========================== */
.workstyle-benefit {
  margin-bottom: 100px; }
  .workstyle-benefit-unit {
    margin-bottom: 60px; }
  .workstyle-benefit__list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px; }
    @media screen and (max-width: 767px) {
      .workstyle-benefit__list {
        gap: 28px 18px; } }
    .workstyle-benefit__list > li {
      width: calc((100% - 56px) / 3);
      border-top: 2px solid #d3d3d3;
      position: relative;
      padding: 20px 0; }
      @media screen and (max-width: 767px) {
        .workstyle-benefit__list > li {
          width: calc((100% - 18px) / 2); } }
      .workstyle-benefit__list > li::before {
        content: "";
        display: block;
        width: 26px;
        height: 2px;
        background: #46ba95;
        position: absolute;
        left: 0;
        top: -2px; }
      .workstyle-benefit__list > li .ttl {
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 3px; }
        @media screen and (max-width: 767px) {
          .workstyle-benefit__list > li .ttl {
            font-size: 3.58974vw; } }
      .workstyle-benefit__list > li p {
        line-height: 1.7;
        letter-spacing: 0; }
        @media screen and (max-width: 767px) {
          .workstyle-benefit__list > li p {
            font-size: 3.07692vw; } }

/* =========================== */
.workstyle-education {
  margin-bottom: 100px; }
  .workstyle-education__ttl {
    font-size: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .workstyle-education__ttl {
        font-size: 4.35897vw; } }
  .workstyle-education__body {
    margin-bottom: 30px; }
  .workstyle-education-unit {
    background: #f5fbfc;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .workstyle-education-unit {
        flex-direction: column-reverse;
        padding: 30px 9vw; } }
    .workstyle-education-unit:last-child {
      margin-bottom: 0; }
    .workstyle-education-unit .img {
      width: 33%; }
      @media screen and (max-width: 767px) {
        .workstyle-education-unit .img {
          width: 100%; } }
      .workstyle-education-unit .img img {
        border-radius: 10px; }
    .workstyle-education-unit .txt {
      width: 67%;
      padding-right: 12px; }
      @media screen and (max-width: 767px) {
        .workstyle-education-unit .txt {
          width: 100%;
          padding-right: 0; } }
      .workstyle-education-unit .txt .ttl {
        font-size: 17px;
        border-bottom: 1px solid #46ba95;
        color: #46ba95;
        padding-bottom: 8px; }
      .workstyle-education-unit .txt .check-list {
        padding-right: 20px; }
        .workstyle-education-unit .txt .check-list > li {
          font-size: 14px;
          margin-bottom: 20px; }
          .workstyle-education-unit .txt .check-list > li::before {
            top: 3px; }
          .workstyle-education-unit .txt .check-list > li .line-2 {
            font-weight: 500; }

/* =========================== */
.workstyle-growthsupport {
  margin-bottom: 100px; }
  .workstyle-growthsupport__tb {
    margin-top: 30px;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .workstyle-growthsupport__tb {
        width: 810px; } }
    .workstyle-growthsupport__tb .cap {
      font-size: 20px;
      color: #46ba95;
      font-weight: bold;
      margin-bottom: 6px; }
    .workstyle-growthsupport__tb .row {
      display: flex;
      gap: 3px;
      line-height: 1.78;
      margin-bottom: 10px; }
      .workstyle-growthsupport__tb .row .col {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 210px; }
        .workstyle-growthsupport__tb .row .col.col-1 {
          padding: 0;
          color: #fff; }
          .workstyle-growthsupport__tb .row .col.col-1 .line-1 {
            margin-bottom: 10px; }
      .workstyle-growthsupport__tb .row .col-1 {
        width: 34%;
        border-radius: 10px 0 0 10px;
        font-size: 17px;
        font-weight: bold; }
      .workstyle-growthsupport__tb .row .col-2 {
        width: 66%;
        border-radius: 0 10px 10px 0; }
        .workstyle-growthsupport__tb .row .col-2 .body {
          line-height: 2.2; }
        .workstyle-growthsupport__tb .row .col-2 .desc {
          line-height: 2.2;
          margin-top: 25px; }
          .workstyle-growthsupport__tb .row .col-2 .desc .ttl {
            color: #46ba95; }
      .workstyle-growthsupport__tb .row:nth-child(2n + 1) .col {
        background: #f5fbfc; }
      .workstyle-growthsupport__tb .row:nth-child(2n) .col {
        background: #f5fcf7; }
      .workstyle-growthsupport__tb .row.header .col {
        background: #f0f0f0;
        min-height: auto;
        padding: 8px;
        text-align: center;
        font-size: 17px;
        font-weight: bold; }
        .workstyle-growthsupport__tb .row.header .col.col-1 {
          color: #4b4b4b;
          border-radius: 100vh 0 0 100vh; }
        .workstyle-growthsupport__tb .row.header .col:last-child {
          border-radius: 0 100vh 100vh 0; }
      .workstyle-growthsupport__tb .row:not(.header) .col.col-1 {
        padding: 0 30px;
        line-height: 1.47; }
      .workstyle-growthsupport__tb .row:last-child .col-1::before, .workstyle-growthsupport__tb .row:last-child .col-1::after {
        display: none; }
      .workstyle-growthsupport__tb .row.row-1 .col-1, .workstyle-growthsupport__tb .row.row-2 .col-1, .workstyle-growthsupport__tb .row.row-3 .col-1, .workstyle-growthsupport__tb .row.row-4 .col-1, .workstyle-growthsupport__tb .row.row-5 .col-1 {
        position: relative; }
        .workstyle-growthsupport__tb .row.row-1 .col-1::before, .workstyle-growthsupport__tb .row.row-2 .col-1::before, .workstyle-growthsupport__tb .row.row-3 .col-1::before, .workstyle-growthsupport__tb .row.row-4 .col-1::before, .workstyle-growthsupport__tb .row.row-5 .col-1::before {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 30px 17px 0 17px;
          border-color: #fff transparent transparent transparent;
          transform: rotate(0deg);
          position: absolute;
          left: 50%;
          bottom: -30px;
          transform: translate(-50%, 0);
          z-index: 1; }
        .workstyle-growthsupport__tb .row.row-1 .col-1::after, .workstyle-growthsupport__tb .row.row-2 .col-1::after, .workstyle-growthsupport__tb .row.row-3 .col-1::after, .workstyle-growthsupport__tb .row.row-4 .col-1::after, .workstyle-growthsupport__tb .row.row-5 .col-1::after {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 24px 14px 0 14px;
          border-color: #afe0d3 transparent transparent transparent;
          transform: rotate(0deg);
          position: absolute;
          left: 50%;
          bottom: -24px;
          transform: translate(-50%, 0);
          z-index: 2; }
      .workstyle-growthsupport__tb .row.row-1 .col-1 {
        background: #afe0d3; }
        .workstyle-growthsupport__tb .row.row-1 .col-1::after {
          border-color: #afe0d3 transparent transparent transparent; }
      .workstyle-growthsupport__tb .row.row-2 .col-1 {
        background: #9ad9c6; }
        .workstyle-growthsupport__tb .row.row-2 .col-1::after {
          border-color: #9ad9c6 transparent transparent transparent; }
      .workstyle-growthsupport__tb .row.row-3 .col-1 {
        background: #83d0b9; }
        .workstyle-growthsupport__tb .row.row-3 .col-1::after {
          border-color: #83d0b9 transparent transparent transparent; }
      .workstyle-growthsupport__tb .row.row-4 .col-1 {
        background: #6bc7ab; }
        .workstyle-growthsupport__tb .row.row-4 .col-1::after {
          border-color: #6bc7ab transparent transparent transparent; }
      .workstyle-growthsupport__tb .row.row-5 .col-1 {
        background: #46ba95; }
        .workstyle-growthsupport__tb .row.row-5 .col-1::before {
          display: none; }
        .workstyle-growthsupport__tb .row.row-5 .col-1::after {
          display: none; }

/* =========================== */
.workstyle-asc {
  margin-bottom: 100px; }
  .workstyle-asc__ttl {
    font-size: 20px; }
  .workstyle-asc__body {
    margin-bottom: 30px; }
  .workstyle-asc-unit {
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .workstyle-asc-unit {
        flex-direction: column-reverse; } }
    .workstyle-asc-unit:last-child {
      margin-bottom: 0; }
    .workstyle-asc-unit .img {
      width: calc((100% - 25px) / 2); }
      @media screen and (max-width: 767px) {
        .workstyle-asc-unit .img {
          width: 100%; } }
      .workstyle-asc-unit .img img {
        border-radius: 10px; }
    .workstyle-asc-unit .txt {
      width: calc((100% - 25px) / 2);
      padding-right: 12px;
      background: #f5fbfc;
      border-radius: 10px;
      padding: 30px; }
      @media screen and (max-width: 767px) {
        .workstyle-asc-unit .txt {
          width: 100%; } }
      .workstyle-asc-unit .txt .ttl {
        font-size: 17px;
        border-bottom: 1px solid #46ba95;
        color: #46ba95;
        padding-bottom: 8px; }
      .workstyle-asc-unit .txt .check-list {
        padding-right: 20px; }
        .workstyle-asc-unit .txt .check-list > li {
          font-size: 14px;
          margin-bottom: 20px; }
          .workstyle-asc-unit .txt .check-list > li::before {
            top: 3px; }
          .workstyle-asc-unit .txt .check-list > li .line-2 {
            font-weight: 500; }

/* =========================== */
.workstyle-env {
  margin-bottom: 100px; }
  .workstyle-env__ttl {
    font-size: 20px; }
  .workstyle-env__body {
    margin-bottom: 30px; }
  .workstyle-env__mainlist {
    padding: 0 50px;
    margin-bottom: 20px !important; }
    @media screen and (max-width: 767px) {
      .workstyle-env__mainlist {
        padding: 0 30px; } }
    .workstyle-env__mainlist .slick-prev,
    .workstyle-env__mainlist .slick-next {
      width: 38px;
      height: 38px; }
    .workstyle-env__mainlist .slick-prev {
      left: 0; }
      @media screen and (max-width: 767px) {
        .workstyle-env__mainlist .slick-prev {
          left: -10px; } }
    .workstyle-env__mainlist .slick-next {
      right: 0; }
      @media screen and (max-width: 767px) {
        .workstyle-env__mainlist .slick-next {
          right: -10px; } }
    .workstyle-env__mainlist .slick-slide {
      margin: 0 10px;
      width: 100%;
      height: auto;
      aspect-ratio: 709/398; }
      .workstyle-env__mainlist .slick-slide img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .workstyle-env__sublist .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    .workstyle-env__sublist .slick-track:before {
      display: none; }
  .workstyle-env__sublist .slick-slide {
    width: calc((100% - 105px) / 8) !important;
    opacity: 0.3;
    transition: opacity 0.3s linear; }
    @media screen and (max-width: 767px) {
      .workstyle-env__sublist .slick-slide {
        width: calc((100% - 45px) / 4) !important; } }
    .workstyle-env__sublist .slick-slide img {
      border-radius: 10px; }
  .workstyle-env__sublist .slick-current {
    opacity: 1; }

.archive-interview {
  margin: 100px 0; }
  @media screen and (max-width: 767px) {
    .archive-interview {
      margin: 60px 0; } }
  .archive-interview__list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px; }
    @media screen and (max-width: 767px) {
      .archive-interview__list {
        gap: 60px 30px;
        padding: 0 9vw; } }
    .archive-interview__list .index-interview__item {
      width: calc((100% - 200px) / 3);
      /* 中央のスライド */ }
      @media screen and (max-width: 767px) {
        .archive-interview__list .index-interview__item {
          width: calc((100% - 30px) / 2);
          margin: 0; } }
      .archive-interview__list .index-interview__item a {
        display: block;
        padding: 0px;
        box-shadow: none; }
        .archive-interview__list .index-interview__item a .img {
          width: 100%;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .archive-interview__list .index-interview__item a .img {
              margin-bottom: 10px; } }
        .archive-interview__list .index-interview__item a .txt {
          padding: 0;
          width: 100%; }
          .archive-interview__list .index-interview__item a .txt .message {
            font-size: 20px;
            margin-bottom: 20px; }
            @media screen and (max-width: 767px) {
              .archive-interview__list .index-interview__item a .txt .message {
                font-size: 3.58974vw;
                margin-bottom: 12px; } }
          .archive-interview__list .index-interview__item a .txt .data {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px; }
            @media screen and (max-width: 767px) {
              .archive-interview__list .index-interview__item a .txt .data {
                gap: 7px; } }
            .archive-interview__list .index-interview__item a .txt .data .occupation {
              background: #ffeded;
              border-radius: 7px;
              padding: 7px 18px; }
              @media screen and (max-width: 767px) {
                .archive-interview__list .index-interview__item a .txt .data .occupation {
                  font-size: 3.07692vw;
                  padding: 3px 8px; } }
            .archive-interview__list .index-interview__item a .txt .data .name {
              font-size: 20px; }
              @media screen and (max-width: 767px) {
                .archive-interview__list .index-interview__item a .txt .data .name {
                  font-size: 3.58974vw; } }
            .archive-interview__list .index-interview__item a .txt .data .status {
              width: 100%; }
              @media screen and (max-width: 767px) {
                .archive-interview__list .index-interview__item a .txt .data .status {
                  font-size: 2.5641vw; } }
      .archive-interview__list .index-interview__item.slick-slide {
        height: auto;
        transform: scale(0.85);
        transition: opacity 0.5s, transform 0.5s;
        width: 760px;
        opacity: 0.5; }
      .archive-interview__list .index-interview__item.slick-center {
        transform: scale(1);
        opacity: 1; }

/* =========================== */
.single-interview {
  padding: 110px 0; }
  .single-interview-header {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .single-interview-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 60px; } }
    .single-interview-header .img {
      width: 60%;
      background: url(../images/interview/header-img-bg.png) no-repeat right center/100% 100%;
      padding: 100px;
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .single-interview-header .img {
          width: 100%;
          padding: 9vw; } }
      .single-interview-header .img img {
        width: 100%;
        border-radius: 0 10px 10px 0; }
        @media screen and (max-width: 767px) {
          .single-interview-header .img img {
            border-radius: 10px; } }
    .single-interview-header .txt {
      width: 40%;
      line-height: 1.56; }
      @media screen and (max-width: 767px) {
        .single-interview-header .txt {
          width: 100%;
          padding: 0 9vw; } }
      .single-interview-header .txt .message {
        font-size: 30px;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .single-interview-header .txt .message {
            font-size: 4.35897vw;
            margin-bottom: 13px; } }
      .single-interview-header .txt .data {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px; }
        .single-interview-header .txt .data .occupation {
          background: #ffeded;
          border-radius: 7px;
          padding: 7px 18px; }
          @media screen and (max-width: 767px) {
            .single-interview-header .txt .data .occupation {
              font-size: 3.58974vw;
              padding: 4px 10px; } }
        .single-interview-header .txt .data .name {
          font-size: 20px; }
          @media screen and (max-width: 767px) {
            .single-interview-header .txt .data .name {
              font-size: 5.12821vw; } }
        .single-interview-header .txt .data .status {
          width: 100%; }
          @media screen and (max-width: 767px) {
            .single-interview-header .txt .data .status {
              font-size: 3.58974vw; } }
      .single-interview-header .txt .more {
        color: #764a4a;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 60px; }
  .single-interview-interview {
    max-width: 720px;
    margin: 0 auto 100px; }
    @media screen and (max-width: 767px) {
      .single-interview-interview {
        padding: 0 9vw; } }
    .single-interview-interview-unit {
      margin-bottom: 80px; }
      .single-interview-interview-unit .question {
        font-size: 25px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .single-interview-interview-unit .question {
            font-size: 5.12821vw; } }
      .single-interview-interview-unit .answer {
        margin-bottom: 50px; }
        @media screen and (max-width: 767px) {
          .single-interview-interview-unit .answer {
            font-size: 3.58974vw; } }
      .single-interview-interview-unit .img img {
        border-radius: 10px; }
  .single-interview-schedule {
    max-width: 720px;
    margin: 0 auto 100px; }
    @media screen and (max-width: 767px) {
      .single-interview-schedule {
        padding: 0 9vw; } }
  .single-interview-movie {
    max-width: 720px;
    margin: 0 auto 100px; }
    @media screen and (max-width: 767px) {
      .single-interview-movie {
        padding: 0 9vw; } }

.recruitment-icp {
  margin-bottom: 100px; }
  .recruitment-icp__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .recruitment-icp__list > li {
      width: calc((100% - 10px) / 2);
      border: 2px solid #46ba95;
      border-radius: 10px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      line-height: 1.75;
      font-weight: bold;
      color: #46ba95;
      min-height: 145px; }
      @media screen and (max-width: 767px) {
        .recruitment-icp__list > li {
          width: 100%;
          font-size: 4.35897vw; } }
      .recruitment-icp__list > li.inversion {
        background: #46ba95;
        color: #fff; }
  .recruitment-icp__img img {
    border-radius: 10px; }

/* =========================== */
.recruitment-flow {
  margin-bottom: 100px; }
  .recruitment-flow .job-flow__tb {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .recruitment-flow .job-flow__tb {
        width: 810px; } }
    .recruitment-flow .job-flow__tb .row .col-2 .body {
      font-size: 14px;
      color: #4b4b4b;
      font-weight: 500; }
    .recruitment-flow .job-flow__tb .row .col-2 table {
      width: 100%;
      margin: 20px 0; }
      .recruitment-flow .job-flow__tb .row .col-2 table th,
      .recruitment-flow .job-flow__tb .row .col-2 table td {
        text-align: center;
        vertical-align: middle;
        font-size: 14px; }
      .recruitment-flow .job-flow__tb .row .col-2 table th {
        background: #bdf2f4;
        color: #4b4b4b;
        padding: 5px; }
      .recruitment-flow .job-flow__tb .row .col-2 table td {
        background-color: #fff;
        color: #4b4b4b;
        border-bottom: 2px solid #bdf1f4;
        border-right: 2px dotted #bdf1f4;
        padding: 10px; }
        .recruitment-flow .job-flow__tb .row .col-2 table td:last-child {
          border-right: none; }
        .recruitment-flow .job-flow__tb .row .col-2 table td small {
          font-size: 12px;
          font-weight: 500; }

/* =========================== */
.recruitment-faq {
  margin-bottom: 100px; }
  .recruitment-faq-unit {
    margin-bottom: 100px; }

/* =========================== */
.recruitment-tour {
  margin-bottom: 100px; }
  .recruitment-tour-unit {
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .recruitment-tour-unit.unit-1 .body {
        line-height: 2;
        margin-bottom: 30px; } }
    .recruitment-tour-unit.unit-1 .illust {
      text-align: center;
      margin-bottom: 50px; }
    .recruitment-tour-unit.unit-1 .table {
      width: 100%;
      border-radius: 10px; }
      .recruitment-tour-unit.unit-1 .table .row {
        display: flex; }
        @media screen and (max-width: 767px) {
          .recruitment-tour-unit.unit-1 .table .row {
            display: block; } }
        .recruitment-tour-unit.unit-1 .table .row .term,
        .recruitment-tour-unit.unit-1 .table .row .desc {
          border: 1px solid #46ba95;
          border-bottom: none;
          padding: 25px; }
        .recruitment-tour-unit.unit-1 .table .row .term {
          background: #f5fbfc;
          width: 28%;
          border-right: none; }
          @media screen and (max-width: 767px) {
            .recruitment-tour-unit.unit-1 .table .row .term {
              width: 100%;
              border: 1px solid #46ba95;
              border-bottom: none;
              padding: 10px 20px; } }
        .recruitment-tour-unit.unit-1 .table .row .desc {
          width: 72%; }
          @media screen and (max-width: 767px) {
            .recruitment-tour-unit.unit-1 .table .row .desc {
              width: 100%;
              padding: 20px; } }
        .recruitment-tour-unit.unit-1 .table .row:first-child .term {
          border-radius: 10px 0 0 0; }
          @media screen and (max-width: 767px) {
            .recruitment-tour-unit.unit-1 .table .row:first-child .term {
              border-radius: 10px 10px 0 0; } }
        .recruitment-tour-unit.unit-1 .table .row:first-child .desc {
          border-radius: 0 10px 0 0; }
          @media screen and (max-width: 767px) {
            .recruitment-tour-unit.unit-1 .table .row:first-child .desc {
              border-radius: 0; } }
        .recruitment-tour-unit.unit-1 .table .row:last-child .term {
          border-radius: 0 0 0 10px;
          border-bottom: 1px solid #46ba95; }
          @media screen and (max-width: 767px) {
            .recruitment-tour-unit.unit-1 .table .row:last-child .term {
              border-radius: 0;
              border-bottom: none; } }
        .recruitment-tour-unit.unit-1 .table .row:last-child .desc {
          border-radius: 0 0 10px 0;
          border-bottom: 1px solid #46ba95; }
          @media screen and (max-width: 767px) {
            .recruitment-tour-unit.unit-1 .table .row:last-child .desc {
              border-radius: 0 0 10px 10px; } }
    .recruitment-tour-unit.unit-2 .voice-list {
      display: flex;
      gap: 10px; }
      @media screen and (max-width: 767px) {
        .recruitment-tour-unit.unit-2 .voice-list {
          flex-direction: column; } }
      .recruitment-tour-unit.unit-2 .voice-list > li {
        width: calc((100% - 10px) / 2);
        border-radius: 10px;
        background: #f5fbfc;
        padding: 20px;
        display: flex;
        line-height: 1.78; }
        @media screen and (max-width: 767px) {
          .recruitment-tour-unit.unit-2 .voice-list > li {
            width: 100%; } }
        .recruitment-tour-unit.unit-2 .voice-list > li .img {
          width: 78px; }
        .recruitment-tour-unit.unit-2 .voice-list > li .txt {
          width: calc(100% - 78px);
          padding-left: 15px; }
          .recruitment-tour-unit.unit-2 .voice-list > li .txt p {
            margin: 0; }
          .recruitment-tour-unit.unit-2 .voice-list > li .txt .from {
            margin-top: 5px;
            color: #46ba95;
            font-weight: bold; }
    .recruitment-tour-unit.unit-3 .body {
      font-size: 17px;
      font-weight: bold;
      line-height: 1.94; }
    .recruitment-tour-unit.unit-3 .c-btn a {
      font-size: 17px;
      justify-content: center; }

/* =========================== */
/* =========================== */
.page-ttl.newgraduate {
  background: url(../images/newgraduate/header-bg.jpg) no-repeat center/cover;
  padding: 200px 5vw 0; }
  .page-ttl.newgraduate .page-ttl-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    gap: 3.66032vw; }
    @media screen and (max-width: 767px) {
      .page-ttl.newgraduate .page-ttl-inner {
        flex-direction: column-reverse;
        gap: 30px; } }
    .page-ttl.newgraduate .page-ttl-inner .index-ttl {
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        .page-ttl.newgraduate .page-ttl-inner .index-ttl {
          margin-bottom: 40px; } }
      .page-ttl.newgraduate .page-ttl-inner .index-ttl .jp {
        font-size: 2.92826vw; }
        @media screen and (max-width: 767px) {
          .page-ttl.newgraduate .page-ttl-inner .index-ttl .jp {
            font-size: 6.41026vw; } }
      .page-ttl.newgraduate .page-ttl-inner .index-ttl .en {
        font-size: 1.75695vw; }
        @media screen and (max-width: 767px) {
          .page-ttl.newgraduate .page-ttl-inner .index-ttl .en {
            font-size: 5.12821vw; } }
    .page-ttl.newgraduate .page-ttl-inner .page-ttl-img {
      width: 42%; }
      @media screen and (max-width: 767px) {
        .page-ttl.newgraduate .page-ttl-inner .page-ttl-img {
          width: 100%; } }
      .page-ttl.newgraduate .page-ttl-inner .page-ttl-img img {
        width: 100%; }
    .page-ttl.newgraduate .page-ttl-inner .page-ttl-txt {
      padding-bottom: 5vw; }
      @media screen and (max-width: 767px) {
        .page-ttl.newgraduate .page-ttl-inner .page-ttl-txt {
          width: 100%;
          padding-bottom: 0; } }
      .page-ttl.newgraduate .page-ttl-inner .page-ttl-txt .ttl {
        font-size: 1.83016vw;
        color: #764a4a; }
        @media screen and (max-width: 767px) {
          .page-ttl.newgraduate .page-ttl-inner .page-ttl-txt .ttl {
            font-size: 5.12821vw;
            text-align: center; } }
      .page-ttl.newgraduate .page-ttl-inner .page-ttl-txt .body {
        font-size: 1.02489vw; }
        @media screen and (max-width: 767px) {
          .page-ttl.newgraduate .page-ttl-inner .page-ttl-txt .body {
            font-size: 3.58974vw; } }

/* =========================== */
.ng-occupation {
  margin-bottom: 100px; }
  .ng-occupation-unit {
    margin-bottom: 80px; }
  .ng-occupation__item {
    border-bottom: 1px solid #bababa; }
    .ng-occupation__item:first-child {
      border-top: 1px solid #bababa; }
    .ng-occupation__item > .header {
      position: relative;
      font-size: 20px;
      font-weight: bold;
      color: #46ba95;
      padding: 20px;
      cursor: pointer; }
      .ng-occupation__item > .header .status {
        width: 19px;
        height: 10px;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translate(0, -50%); }
        .ng-occupation__item > .header .status-inner {
          width: 100%;
          height: 100%;
          position: relative; }
          .ng-occupation__item > .header .status-inner .line-1 {
            background: #939393;
            height: 3px;
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .ng-occupation__item > .header .status-inner .line-2 {
            background: #939393;
            height: 3px;
            width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(90deg);
            transition: all 0.3s ease 0s; }
    .ng-occupation__item > .cont {
      padding: 0px;
      display: none; }
      .ng-occupation__item > .cont .check {
        background: #f5fbfc;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 60px; }
        .ng-occupation__item > .cont .check .check-list > li {
          font-size: 14px;
          margin-bottom: 20px; }
          .ng-occupation__item > .cont .check .check-list > li::before {
            top: 3px; }
          .ng-occupation__item > .cont .check .check-list > li .line-2 {
            font-weight: 500; }
      .ng-occupation__item > .cont .gps {
        margin-bottom: 60px; }
        .ng-occupation__item > .cont .gps .job-careerpath__tb.col3-tb .col-1 {
          width: 15%; }
          .ng-occupation__item > .cont .gps .job-careerpath__tb.col3-tb .col-1:before {
            left: 20px;
            transform: translate(0, 0); }
          .ng-occupation__item > .cont .gps .job-careerpath__tb.col3-tb .col-1:after {
            left: 23px;
            transform: translate(0, 0); }
        .ng-occupation__item > .cont .gps .job-careerpath__tb.col3-tb .col-2 {
          width: 33%; }
        .ng-occupation__item > .cont .gps .job-careerpath__tb.col3-tb .col-3 {
          width: 52%; }
      .ng-occupation__item > .cont .careerpath {
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          .ng-occupation__item > .cont .careerpath .img {
            width: 810px;
            padding-bottom: 10px; } }
      .ng-occupation__item > .cont .close {
        border: 2px solid #bababa;
        border-radius: 100vh;
        width: 250px;
        height: 60px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        color: #bababa;
        font-weight: bold;
        margin: 80px auto;
        cursor: pointer; }
    .ng-occupation__item.openParent .header .status .line-2 {
      transform: translate(-50%, -50%) rotate(0deg); }

/* =========================== */
.ng-attraction {
  margin-bottom: 100px; }
  .ng-attraction__img img {
    border-radius: 10px; }
  .ng-attraction .job-env-unit-wrap {
    gap: 22px; }
  .ng-attraction .job-env-unit .header {
    height: 69px; }
  .ng-attraction .job-env-unit .cont {
    padding: 20px 10px; }

/* =========================== */
.ng-icp {
  margin-bottom: 100px; }
  .ng-icp-flex {
    display: flex;
    gap: 25px; }
    @media screen and (max-width: 767px) {
      .ng-icp-flex {
        flex-direction: column; } }
  .ng-icp-img, .ng-icp-txt {
    width: calc((100% - 25px) / 2); }
    @media screen and (max-width: 767px) {
      .ng-icp-img, .ng-icp-txt {
        width: 100%; } }
  .ng-icp-img img {
    border-radius: 10px; }
  .ng-icp-txt {
    background: #f5fbfc;
    border-radius: 10px;
    padding: 20px; }
    .ng-icp-txt .ttl {
      color: #46ba95;
      font-size: 17px;
      border-bottom: 1px solid #46ba95;
      padding-bottom: 8px; }
    .ng-icp-txt .check-list li {
      font-size: 14px; }
      .ng-icp-txt .check-list li::before {
        top: 3px; }

/* =========================== */
.ng-flow {
  margin-bottom: 100px; }
  .ng-flow .job-flow__tb .col-2 .body {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.archive-news {
  margin: 100px 0; }
  @media screen and (max-width: 767px) {
    .archive-news {
      margin: 50px 0;
      padding: 0 9vw; } }
  .archive-news-search {
    margin-bottom: 50px; }

/* =========================== */
.single-news {
  padding: 200px 0 100px; }
  @media screen and (max-width: 767px) {
    .single-news {
      padding: 160px 9vw 0; } }
  .single-news-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
    margin-bottom: 25px; }
    .single-news-header .date {
      color: #a8afb7;
      font-size: 17px; }
    .single-news-header .category {
      font-size: 12px;
      color: #764a4a;
      border: 1px solid #764a4a;
      padding: 0px 6px; }
    .single-news-header .post-ttl {
      width: 100%;
      font-size: 30px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .single-news-header .post-ttl {
          font-size: 20px; } }
  .single-news-back a {
    border: 2px solid #bababa;
    border-radius: 100vh;
    width: 250px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #bababa;
    font-weight: bold;
    margin: 80px auto;
    cursor: pointer; }

.archive-recruit {
  margin: 120px 0; }
  @media screen and (max-width: 767px) {
    .archive-recruit {
      margin: 50px 10px; } }
  .archive-recruit-search {
    background-color: #f5fbfc;
    color: #764a4a;
    border-radius: 10px;
    margin-bottom: 80px;
    padding: 50px 80px; }
    @media screen and (max-width: 767px) {
      .archive-recruit-search {
        padding: 30px 9vw 70px;
        margin-bottom: 60px; } }
    .archive-recruit-search__ttl {
      text-align: center;
      font-size: 25px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .archive-recruit-search__ttl {
          font-size: 5.12821vw;
          margin-bottom: 15px; } }
    .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;
        font-size: 17px; }
        @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;
        color: #000; }
        @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; }
          @media screen and (max-width: 767px) {
            .archive-recruit-search__dl dd ul {
              gap: 5px 30px; } }
          .archive-recruit-search__dl dd ul.radio-list {
            gap: 20px 15px; }
            .archive-recruit-search__dl dd ul.radio-list label {
              display: block;
              overflow: hidden;
              border-radius: 100vh;
              cursor: pointer; }
              .archive-recruit-search__dl dd ul.radio-list label input[type="radio"] {
                display: none; }
                .archive-recruit-search__dl dd ul.radio-list label input[type="radio"] + .txt {
                  position: relative;
                  padding-left: 0;
                  padding: 0px 14px 1px;
                  display: block;
                  background: #fff;
                  border: 1px solid #764a4a;
                  border-radius: 100vh;
                  z-index: 1; }
                  .archive-recruit-search__dl dd ul.radio-list label input[type="radio"] + .txt::before {
                    display: none; }
                  .archive-recruit-search__dl dd ul.radio-list label input[type="radio"] + .txt::after {
                    position: absolute;
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-radius: 0;
                    background: #764a4a;
                    left: 0;
                    top: 0;
                    opacity: 0;
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                    z-index: -1; }
                .archive-recruit-search__dl dd ul.radio-list label input[type="radio"]:checked + .txt {
                  color: #fff; }
                  .archive-recruit-search__dl dd ul.radio-list label input[type="radio"]:checked + .txt::after {
                    opacity: 1; }
          .archive-recruit-search__dl dd ul.checkbox-list {
            gap: 12px 30px; }
            @media screen and (max-width: 767px) {
              .archive-recruit-search__dl dd ul.checkbox-list > li {
                width: 100%; } }
            .archive-recruit-search__dl dd ul.checkbox-list > li label {
              display: block;
              cursor: pointer; }
              .archive-recruit-search__dl dd ul.checkbox-list > li label input[type="checkbox"] {
                position: relative;
                width: 25px;
                height: 25px;
                border-radius: 5px;
                appearance: none;
                background: #ffffff;
                border: solid 1px #764a4a;
                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.checkbox-list > li label input[type="checkbox"] {
                    transition: none;
                    border-color: CanvasText; } }
                .archive-recruit-search__dl dd ul.checkbox-list > li label input[type="checkbox"]:checked {
                  background: #764a4a;
                  /* 紫色 */
                  border-color: #764a4a;
                  /* 紫色 */
                  /* 強制カラーモードが有効のときは、システムカラーを設定 */ }
                  @media (forced-colors: active) {
                    .archive-recruit-search__dl dd ul.checkbox-list > li label input[type="checkbox"]:checked {
                      background-color: Canvas;
                      border-color: CanvasText; } }
                .archive-recruit-search__dl dd ul.checkbox-list > li label input[type="checkbox"]:hover:enabled {
                  /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */ }
                  @media (forced-colors: none) and (any-hover: hover) {
                    .archive-recruit-search__dl dd ul.checkbox-list > li label input[type="checkbox"]:hover:enabled {
                      border-color: #000;
                      /* 紫色 */
                      box-shadow: 0 0 0 4px #d2ceff;
                      /* 薄い紫色 */ } }
                .archive-recruit-search__dl dd ul.checkbox-list > li label input[type="checkbox"]::before {
                  position: absolute;
                  inset: 0;
                  display: block;
                  width: 100%;
                  height: 100%;
                  content: "";
                  opacity: 0;
                  mask-image: url("../images/form/icon-checkbox.svg");
                  mask-repeat: no-repeat;
                  mask-size: 70%;
                  mask-position: center;
                  background-color: #ffffff;
                  transition: opacity 0.2s; }
                @media (forced-colors: active) {
                  .archive-recruit-search__dl dd ul.checkbox-list > li label input[type="checkbox"]::before {
                    transition: none;
                    background-color: CanvasText; } }
                .archive-recruit-search__dl dd ul.checkbox-list > li label input[type="checkbox"]:checked::before {
                  opacity: 1; }
    .archive-recruit-search__btn {
      margin-top: 55px;
      display: flex;
      justify-content: center;
      gap: 20px; }
      @media screen and (max-width: 767px) {
        .archive-recruit-search__btn {
          flex-direction: column-reverse; } }
      .archive-recruit-search__btn .reset,
      .archive-recruit-search__btn .submit {
        width: 250px;
        height: 60px;
        border-radius: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: all 0.3s ease 0s;
        font-size: 17px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .archive-recruit-search__btn .reset,
          .archive-recruit-search__btn .submit {
            width: 100%; } }
        .archive-recruit-search__btn .reset:hover,
        .archive-recruit-search__btn .submit:hover {
          opacity: 0.5; }
      .archive-recruit-search__btn .reset {
        border: 2px solid #bababa;
        color: #bababa;
        background: #fff; }
      .archive-recruit-search__btn .submit {
        border: 2px solid #46ba95;
        color: #46ba95;
        background: #fff url(../images/common/arrow-right-green.svg) no-repeat right 20px center/21px auto; }
  .archive-recruit__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px; }
    @media screen and (max-width: 767px) {
      .archive-recruit__list {
        gap: 30px;
        padding: 0 20px; } }
  .archive-recruit__item {
    width: calc((100% - 25px) / 2);
    background: #fff;
    border-radius: 10px;
    display: block;
    position: relative;
    border: 1px solid #d0d0d0;
    overflow: hidden; }
    .archive-recruit__item .img {
      width: 100%;
      height: auto;
      aspect-ratio: 440/223; }
      .archive-recruit__item .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .archive-recruit__item .txt {
      padding: 22px 25px 40px; }
      .archive-recruit__item .txt .category {
        margin-bottom: 15px; }
        .archive-recruit__item .txt .category ul {
          display: flex;
          flex-wrap: wrap;
          gap: 10px; }
          .archive-recruit__item .txt .category ul li {
            color: #764a4a;
            border: 1px solid #764a4a;
            border-radius: 100vh;
            padding: 0px 15px;
            font-size: 14px;
            font-weight: 500;
            line-height: 2; }
      .archive-recruit__item .txt .ttl {
        font-size: 17px; }
      .archive-recruit__item .txt .row-wrap {
        border-top: 1px solid #d9d9d9; }
        .archive-recruit__item .txt .row-wrap .row {
          border-bottom: 1px solid #d9d9d9;
          display: flex;
          padding: 10px 0; }
          .archive-recruit__item .txt .row-wrap .row .term {
            width: 95px; }
          .archive-recruit__item .txt .row-wrap .row .desc {
            width: calc(100% - 95px); }
      .archive-recruit__item .txt .c-btn {
        margin-top: 30px;
        text-align: center; }
        .archive-recruit__item .txt .c-btn a {
          min-width: 205px;
          height: 49px; }
    @media screen and (max-width: 767px) {
      .archive-recruit__item {
        width: 100%; } }
  .archive-recruit .archive-recruit__notfound {
    text-align: center;
    width: 100%; }
    .archive-recruit .archive-recruit__notfound .btn {
      margin-top: 40px; }
      .archive-recruit .archive-recruit__notfound .btn a {
        width: 250px;
        height: 60px;
        border-radius: 100vh;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: all 0.3s ease 0s;
        font-size: 17px;
        font-weight: bold;
        border: 2px solid #bababa;
        color: #bababa;
        background: #fff; }
        .archive-recruit .archive-recruit__notfound .btn a:hover {
          opacity: 0.5; }

/* =========================== */
.single-recruit {
  padding: 200px 0 100px; }
  @media screen and (max-width: 767px) {
    .single-recruit {
      padding: 170px 9vw 0; } }
  .single-recruit-header {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .single-recruit-header {
        flex-direction: column-reverse; } }
    .single-recruit-header .img {
      width: 59%; }
      @media screen and (max-width: 767px) {
        .single-recruit-header .img {
          width: 100%; } }
      .single-recruit-header .img img {
        border-radius: 10px; }
    .single-recruit-header .txt {
      width: 41%;
      padding-right: 40px; }
      @media screen and (max-width: 767px) {
        .single-recruit-header .txt {
          width: 100%;
          padding: 0;
          margin-bottom: 25px; } }
      .single-recruit-header .txt .category {
        margin-bottom: 15px; }
        .single-recruit-header .txt .category ul {
          display: flex;
          flex-wrap: wrap;
          gap: 10px; }
          .single-recruit-header .txt .category ul li {
            color: #764a4a;
            border: 1px solid #764a4a;
            border-radius: 100vh;
            padding: 0px 15px;
            font-size: 14px;
            font-weight: 500;
            line-height: 2; }
      .single-recruit-header .txt .ttl {
        font-size: 20px; }
  .single-recruit-info__ttl {
    font-size: 20px;
    color: #764a4a; }
  .single-recruit-info .row-wrap {
    border-top: 1px solid #d9d9d9; }
    .single-recruit-info .row-wrap .row {
      border-bottom: 1px solid #d9d9d9;
      display: flex;
      padding: 20px 0; }
      @media screen and (max-width: 767px) {
        .single-recruit-info .row-wrap .row {
          display: block; } }
      .single-recruit-info .row-wrap .row .term {
        width: 170px;
        color: #764a4a;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .single-recruit-info .row-wrap .row .term {
            width: 100%; } }
      .single-recruit-info .row-wrap .row .desc {
        width: calc(100% - 170px); }
        @media screen and (max-width: 767px) {
          .single-recruit-info .row-wrap .row .desc {
            width: 100%; } }
  .single-recruit-btn {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .single-recruit-btn {
        margin-top: 30px; } }
    .single-recruit-btn .entry a {
      width: 430px;
      height: 84px;
      font-size: 25px;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .single-recruit-btn .entry a {
          width: 100%;
          font-size: 5.12821vw; } }
      .single-recruit-btn .entry a .arrow img {
        width: 20px; }
    .single-recruit-btn .back a {
      width: 250px;
      height: 60px;
      border-radius: 100vh;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      transition: all 0.3s ease 0s;
      font-size: 17px;
      font-weight: bold;
      border: 2px solid #bababa;
      color: #bababa;
      background: #fff; }
      .single-recruit-btn .back a:hover {
        opacity: 0.5; }

/* =========================== */
.fix-entry {
  position: fixed;
  right: 20px;
  bottom: 130px;
  text-align: center;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 1px solid #46ba95;
  background: #fff;
  padding: 5px; }
  @media screen and (max-width: 767px) {
    .fix-entry {
      height: 17.94872vw;
      width: 100%;
      border-radius: 0;
      padding: 0;
      right: 0;
      bottom: 0;
      left: 0; } }
  .fix-entry a {
    background: #46ba95;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.29;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .fix-entry a {
        height: 100%;
        width: 100%;
        border-radius: 0; }
        .fix-entry a br {
          display: none; } }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.contact-form {
  margin: 80px 0; }
  @media screen and (max-width: 767px) {
    .contact-form {
      margin: 60px 10px; } }
  .contact-form-nav__list {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    max-width: 680px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .contact-form-nav__list {
        gap: 12px;
        padding: 0 20px; } }
  .contact-form-nav__item {
    width: calc((100% - 20px) / 2); }
    @media screen and (max-width: 767px) {
      .contact-form-nav__item {
        width: calc((100% - 12px) / 2); } }
    .contact-form-nav__item a {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-weight: bold;
      border-radius: 10px 10px 0 0;
      height: 63px;
      position: relative;
      padding: 0 35px; }
      @media screen and (max-width: 767px) {
        .contact-form-nav__item a {
          justify-content: center;
          padding: 0;
          line-height: 1.6; } }
      .contact-form-nav__item a .arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
        display: flex;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .contact-form-nav__item a .arrow {
            display: none; } }
    .contact-form-nav__item.entry a {
      background-color: #46ba95;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .contact-form-nav__item.entry a {
          font-size: 4.35897vw; } }
    .contact-form-nav__item.blue a {
      border: 2px solid #6c8af0;
      border-bottom: none;
      color: #6c8af0; }
      @media screen and (max-width: 767px) {
        .contact-form-nav__item.blue a {
          font-size: 3.07692vw; } }
    .contact-form-nav__item.active a {
      height: 83px; }
  .contact-form-form {
    background-color: #f5fbfc;
    border-radius: 10px;
    padding: 70px 0; }
    @media screen and (max-width: 767px) {
      .contact-form-form {
        padding: 60px 9vw; } }
    .contact-form-form__ttl {
      color: #46ba95;
      font-size: 20px;
      max-width: 644px;
      margin: 0 auto;
      position: relative;
      padding-left: 25px;
      margin-bottom: 30px; }
      .contact-form-form__ttl::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #46ba95;
        position: absolute;
        left: 0;
        top: 10px; }
  .contact-form form {
    line-height: 1.8;
    max-width: 644px;
    margin: 0 auto; }
    .contact-form form p {
      margin: 0; }
    .contact-form form .char-remaining {
      margin-top: 14px; }
    .contact-form form .note {
      margin-top: 3px; }
    .contact-form form table {
      width: 100%;
      display: block;
      margin-bottom: 0; }
      .contact-form form table tbody,
      .contact-form form table thead,
      .contact-form form table tr,
      .contact-form form table th,
      .contact-form form table td {
        display: block;
        width: 100%; }
      .contact-form form table tr.career-op {
        display: none; }
      .contact-form form table th,
      .contact-form form table td {
        text-align: left; }
      .contact-form form table th {
        font-weight: normal;
        position: relative;
        padding-bottom: 17px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .contact-form form table th {
            padding-bottom: 15px;
            padding-left: 0; } }
        .contact-form form table th .required,
        .contact-form form table th .optional {
          color: #fff;
          background: #eb1210;
          font-size: 11px;
          padding: 1px 8px 2px;
          margin-right: 10px; }
          @media screen and (max-width: 767px) {
            .contact-form form table th .required,
            .contact-form form table th .optional {
              position: static; } }
        .contact-form form table th .optional {
          background: #919191; }
      .contact-form form table td {
        padding-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .contact-form form table td {
            padding-bottom: 30px; } }
        .contact-form form table td input[type="text"],
        .contact-form form table td input[type="email"],
        .contact-form form table td input[type="tel"],
        .contact-form form table td textarea {
          background: #fff;
          border: 1px solid #b7b7b7;
          color: #000;
          width: 100%;
          padding: 14px;
          border-radius: 5px; }
        .contact-form form table td input[type="file"] {
          color: #000; }
        .contact-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; }
        .contact-form form table td select {
          width: 100%;
          padding: 14px;
          padding-right: 30px;
          border-radius: 5px;
          background-color: #fff;
          color: #000;
          border: 1px solid #b7b7b7; }
        .contact-form form table td ::-webkit-input-placeholder {
          color: #ccc; }
        .contact-form form table td :-ms-input-placeholder {
          color: #ccc !important; }
        .contact-form form table td ::-moz-placeholder {
          color: #ccc;
          opacity: 1; }
        .contact-form form table td ::placeholder {
          color: #ccc;
          opacity: 1; }
        .contact-form form table td .checkbox-list,
        .contact-form form table td .radio-list {
          display: flex;
          flex-wrap: wrap;
          gap: 15px; }
          .contact-form form table td .checkbox-list .horizontal-item,
          .contact-form form table td .radio-list .horizontal-item {
            margin: 0; }
          .contact-form form table td .checkbox-list label,
          .contact-form form table td .radio-list label {
            background: #e2f0f2;
            border-radius: 5px;
            padding: 13px 24px;
            display: block;
            font-weight: bold; }
            .contact-form form table td .checkbox-list label input[type="checkbox"],
            .contact-form form table td .checkbox-list label input[type="radio"],
            .contact-form form table td .radio-list label input[type="checkbox"],
            .contact-form form table td .radio-list label input[type="radio"] {
              position: relative;
              width: 23px;
              height: 23px;
              border-radius: 5px;
              appearance: none;
              background: #ffffff;
              border: solid 1px #46ba95;
              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) {
                .contact-form form table td .checkbox-list label input[type="checkbox"],
                .contact-form form table td .checkbox-list label input[type="radio"],
                .contact-form form table td .radio-list label input[type="checkbox"],
                .contact-form form table td .radio-list label input[type="radio"] {
                  transition: none;
                  border-color: CanvasText; } }
              .contact-form form table td .checkbox-list label input[type="checkbox"]:checked,
              .contact-form form table td .checkbox-list label input[type="radio"]:checked,
              .contact-form form table td .radio-list label input[type="checkbox"]:checked,
              .contact-form form table td .radio-list label input[type="radio"]:checked {
                background: #46ba95;
                /* 紫色 */
                border-color: #46ba95;
                /* 紫色 */
                /* 強制カラーモードが有効のときは、システムカラーを設定 */ }
                @media (forced-colors: active) {
                  .contact-form form table td .checkbox-list label input[type="checkbox"]:checked,
                  .contact-form form table td .checkbox-list label input[type="radio"]:checked,
                  .contact-form form table td .radio-list label input[type="checkbox"]:checked,
                  .contact-form form table td .radio-list label input[type="radio"]:checked {
                    background-color: Canvas;
                    border-color: CanvasText; } }
                .contact-form form table td .checkbox-list label input[type="checkbox"]:checked + .mwform-checkbox-field-text,
                .contact-form form table td .checkbox-list label input[type="checkbox"]:checked + .mwform-radio-field-text,
                .contact-form form table td .checkbox-list label input[type="radio"]:checked + .mwform-checkbox-field-text,
                .contact-form form table td .checkbox-list label input[type="radio"]:checked + .mwform-radio-field-text,
                .contact-form form table td .radio-list label input[type="checkbox"]:checked + .mwform-checkbox-field-text,
                .contact-form form table td .radio-list label input[type="checkbox"]:checked + .mwform-radio-field-text,
                .contact-form form table td .radio-list label input[type="radio"]:checked + .mwform-checkbox-field-text,
                .contact-form form table td .radio-list label input[type="radio"]:checked + .mwform-radio-field-text {
                  color: #46ba95; }
              .contact-form form table td .checkbox-list label input[type="checkbox"]:hover:enabled,
              .contact-form form table td .checkbox-list label input[type="radio"]:hover:enabled,
              .contact-form form table td .radio-list label input[type="checkbox"]:hover:enabled,
              .contact-form form table td .radio-list label input[type="radio"]:hover:enabled {
                /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */ }
                @media (forced-colors: none) and (any-hover: hover) {
                  .contact-form form table td .checkbox-list label input[type="checkbox"]:hover:enabled,
                  .contact-form form table td .checkbox-list label input[type="radio"]:hover:enabled,
                  .contact-form form table td .radio-list label input[type="checkbox"]:hover:enabled,
                  .contact-form form table td .radio-list label input[type="radio"]:hover:enabled {
                    border-color: #46ba95;
                    /* 紫色 */
                    box-shadow: 0 0 0 4px #d2ceff;
                    /* 薄い紫色 */ } }
              .contact-form form table td .checkbox-list label input[type="checkbox"]::before,
              .contact-form form table td .checkbox-list label input[type="radio"]::before,
              .contact-form form table td .radio-list label input[type="checkbox"]::before,
              .contact-form form table td .radio-list label input[type="radio"]::before {
                position: absolute;
                inset: 0;
                display: block;
                width: 100%;
                height: 100%;
                content: "";
                opacity: 0;
                mask-image: url("../images/form/icon-checkbox.svg");
                mask-repeat: no-repeat;
                mask-size: 70%;
                mask-position: center;
                background-color: #ffffff;
                transition: opacity 0.2s; }
              @media (forced-colors: active) {
                .contact-form form table td .checkbox-list label input[type="checkbox"]::before,
                .contact-form form table td .checkbox-list label input[type="radio"]::before,
                .contact-form form table td .radio-list label input[type="checkbox"]::before,
                .contact-form form table td .radio-list label input[type="radio"]::before {
                  transition: none;
                  background-color: CanvasText; } }
              .contact-form form table td .checkbox-list label input[type="checkbox"]:checked::before,
              .contact-form form table td .checkbox-list label input[type="radio"]:checked::before,
              .contact-form form table td .radio-list label input[type="checkbox"]:checked::before,
              .contact-form form table td .radio-list label input[type="radio"]:checked::before {
                opacity: 1; }
        .contact-form form table td textarea {
          height: 250px; }
        .contact-form form table td .zip,
        .contact-form form table td .zip-btn {
          border-radius: 0; }
        .contact-form form table td .zip {
          width: 140px !important; }
          @media screen and (max-width: 767px) {
            .contact-form form table td .zip {
              width: calc((100% - 20px) / 2) !important; } }
          .contact-form form table td .zip + br {
            display: none; }
        .contact-form form table td .zip-btn {
          width: 220px;
          background: #fff;
          border: 1px solid #46ba95;
          color: #46ba95;
          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) {
            .contact-form form table td .zip-btn {
              font-size: 12px;
              width: calc((100% - 20px) / 2); } }
          @media screen and (max-width: 767px) {
            .contact-form form table td .zip-btn input {
              width: 100%; } }
          .contact-form form table td .zip-btn:hover {
            opacity: 0.5; }
        .contact-form form table td .upload_file-wrap {
          width: 100%;
          padding: 15px;
          border-radius: 0;
          background: #fff;
          border-radius: 5px;
          border: 1px solid #b7b7b7; }
        .contact-form form table td .upload_file__note {
          padding-top: 10px;
          font-size: 14px;
          color: #8e8e8e; }
        .contact-form form table td .td-ttl {
          font-weight: 700;
          padding: 0 0 5px; }
        .contact-form form table td .flex-birth + .td-ttl {
          padding-top: 20px; }
        .contact-form form table td .flex-birth {
          display: flex; }
          .contact-form form table td .flex-birth .birth-year-wrap,
          .contact-form form table td .flex-birth .birth-month-wrap,
          .contact-form form table td .flex-birth .birth-day-wrap {
            display: flex;
            align-items: flex-end; }
            @media screen and (max-width: 767px) {
              .contact-form form table td .flex-birth .birth-year-wrap select,
              .contact-form form table td .flex-birth .birth-month-wrap select,
              .contact-form form table td .flex-birth .birth-day-wrap select {
                background-position: right 5px center;
                padding-right: 15px;
                padding-left: 15px;
                background-size: 10px auto; } }
          .contact-form form table td .flex-birth .birth-year-wrap,
          .contact-form form table td .flex-birth .birth-month-wrap {
            margin-right: 20px;
            position: relative; }
            @media screen and (max-width: 767px) {
              .contact-form form table td .flex-birth .birth-year-wrap,
              .contact-form form table td .flex-birth .birth-month-wrap {
                margin-right: 10px; } }
            .contact-form form table td .flex-birth .birth-year-wrap.slash:after,
            .contact-form form table td .flex-birth .birth-month-wrap.slash:after {
              content: "";
              display: block;
              height: 80%;
              width: 1px;
              background: #999;
              position: absolute;
              right: 0px;
              top: 50%;
              transform: translate(0, -50%) rotate(30deg); }
          .contact-form form table td .flex-birth .birth-month-wrap.no-slash {
            margin-right: 0px; }
            .contact-form form table td .flex-birth .birth-month-wrap.no-slash:after {
              display: none; }
          .contact-form form table td .flex-birth .birth-year-wrap select {
            width: 140px; }
            @media screen and (max-width: 767px) {
              .contact-form form table td .flex-birth .birth-year-wrap select {
                width: 100px; } }
          .contact-form form table td .flex-birth .birth-month-wrap select,
          .contact-form form table td .flex-birth .birth-day-wrap select {
            width: 90px; }
            @media screen and (max-width: 767px) {
              .contact-form form table td .flex-birth .birth-month-wrap select,
              .contact-form form table td .flex-birth .birth-day-wrap select {
                width: 70px; } }
      .contact-form form table tr.radio-tr th {
        border-bottom: 1px solid #4b4b4b; }
      .contact-form form table tr.radio-tr td {
        padding-top: 10px;
        padding-bottom: 25px; }
      .contact-form form table tr.c2 td {
        display: flex;
        gap: 20px; }
        .contact-form form table tr.c2 td .input-wrap {
          width: calc(50% - 10px); }
    .contact-form form .input-wrap {
      position: relative; }
      .contact-form form .input-wrap .error {
        white-space: nowrap; }
    .contact-form form .agree {
      text-align: center;
      margin: 30px 0; }
      .contact-form form .agree-inner {
        display: inline-flex;
        justify-content: center;
        text-align: center;
        background: #e2f0f2;
        border-radius: 5px;
        padding: 15px 30px; }
        @media screen and (max-width: 767px) {
          .contact-form form .agree-inner {
            margin: 0;
            padding: 15px; } }
      .contact-form form .agree .input-wrap .error {
        position: absolute;
        left: 0;
        bottom: -30px; }
      .contact-form form .agree .input-wrap label input[type="checkbox"],
      .contact-form form .agree .input-wrap label input[type="radio"] {
        position: relative;
        width: 23px;
        height: 23px;
        border-radius: 5px;
        appearance: none;
        background: #ffffff;
        border: solid 1px #46ba95;
        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) {
          .contact-form form .agree .input-wrap label input[type="checkbox"],
          .contact-form form .agree .input-wrap label input[type="radio"] {
            transition: none;
            border-color: CanvasText; } }
        .contact-form form .agree .input-wrap label input[type="checkbox"]:checked,
        .contact-form form .agree .input-wrap label input[type="radio"]:checked {
          background: #46ba95;
          /* 紫色 */
          border-color: #46ba95;
          /* 紫色 */
          /* 強制カラーモードが有効のときは、システムカラーを設定 */ }
          @media (forced-colors: active) {
            .contact-form form .agree .input-wrap label input[type="checkbox"]:checked,
            .contact-form form .agree .input-wrap label input[type="radio"]:checked {
              background-color: Canvas;
              border-color: CanvasText; } }
        .contact-form form .agree .input-wrap label input[type="checkbox"]:hover:enabled,
        .contact-form form .agree .input-wrap label input[type="radio"]:hover:enabled {
          /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */ }
          @media (forced-colors: none) and (any-hover: hover) {
            .contact-form form .agree .input-wrap label input[type="checkbox"]:hover:enabled,
            .contact-form form .agree .input-wrap label input[type="radio"]:hover:enabled {
              border-color: #46ba95;
              /* 紫色 */
              box-shadow: 0 0 0 4px #d2ceff;
              /* 薄い紫色 */ } }
        .contact-form form .agree .input-wrap label input[type="checkbox"]::before,
        .contact-form form .agree .input-wrap label input[type="radio"]::before {
          position: absolute;
          inset: 0;
          display: block;
          width: 100%;
          height: 100%;
          content: "";
          opacity: 0;
          mask-image: url("../images/form/icon-checkbox.svg");
          mask-repeat: no-repeat;
          mask-size: 70%;
          mask-position: center;
          background-color: #ffffff;
          transition: opacity 0.2s; }
        @media (forced-colors: active) {
          .contact-form form .agree .input-wrap label input[type="checkbox"]::before,
          .contact-form form .agree .input-wrap label input[type="radio"]::before {
            transition: none;
            background-color: CanvasText; } }
        .contact-form form .agree .input-wrap label input[type="checkbox"]:checked::before,
        .contact-form form .agree .input-wrap label input[type="radio"]:checked::before {
          opacity: 1; }
      .contact-form form .agree p {
        margin: 0; }
      .contact-form form .agree a {
        font-weight: bold;
        padding-bottom: 5px;
        color: #46ba95;
        text-decoration: underline; }
        .contact-form form .agree a:hover {
          border-bottom: none; }
      .contact-form form .agree .agree-check {
        margin: 0 8px 0px 0; }
        .contact-form form .agree .agree-check + .mwform-checkbox-field-text {
          display: none; }
    .contact-form form .button-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 40px 0 0;
      gap: 32px; }
    .contact-form form .submit,
    .contact-form form .back {
      display: flex;
      justify-content: center; }
    .contact-form form .input-btn {
      background-color: #46ba95;
      background-image: url(../images/common/arrow-right-white.svg);
      background-repeat: no-repeat;
      background-position: right 20px center;
      background-size: 15px auto;
      font-size: 17px;
      color: #fff;
      position: relative;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 420px;
      height: 60px;
      border-radius: 100vh;
      transition: all 0.3s ease 0s; }
      @media screen and (max-width: 767px) {
        .contact-form form .input-btn {
          width: 100%; } }
      .contact-form form .input-btn.back {
        width: 250px;
        height: 60px;
        border-radius: 100vh;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: all 0.3s ease 0s;
        font-size: 17px;
        font-weight: bold;
        border: 2px solid #bababa;
        color: #bababa;
        background: #fff; }
        .contact-form form .input-btn.back:hover {
          opacity: 0.5; }
      .contact-form form .input-btn:hover {
        opacity: 0.5; }
    .contact-form form .error {
      font-size: 12px;
      line-height: 1.4;
      margin-top: 5px; }
  .contact-form.confirm {
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .contact-form.confirm {
        padding-top: 0px; } }
    .contact-form.confirm .entry-form-inner {
      max-width: 720px; }
    .contact-form.confirm .entry-form__lead {
      margin-bottom: 0; }
    .contact-form.confirm form .char-remaining,
    .contact-form.confirm form .note {
      display: none; }
    .contact-form.confirm form table th {
      padding-top: 30px;
      padding-bottom: 10px;
      border-bottom: 1px solid #dedede; }
      .contact-form.confirm form table th .required,
      .contact-form.confirm form table th .optional {
        display: none; }
    .contact-form.confirm form table td {
      padding-top: 10px;
      padding-bottom: 30px; }
      .contact-form.confirm form table td .zip-btn {
        display: none; }
      .contact-form.confirm form table td .upload_file-wrap {
        width: 100%;
        padding: 0;
        border: none;
        background: none; }
      .contact-form.confirm form table td .upload_file__note {
        display: none; }
      .contact-form.confirm form table td .flex-birth .birth-year-wrap,
      .contact-form.confirm form table td .flex-birth .birth-month-wrap {
        width: auto; }
        .contact-form.confirm form table td .flex-birth .birth-year-wrap:after,
        .contact-form.confirm form table td .flex-birth .birth-month-wrap:after {
          height: 15px;
          right: -9px;
          background: #fff; }
    .contact-form.confirm form table tr.c2 td {
      justify-content: flex-start; }
      .contact-form.confirm form table tr.c2 td .input-wrap {
        width: auto; }
    .contact-form.confirm form .agree {
      display: none; }
  .contact-form.blue .contact-form-form {
    background: #f5f8ff; }
    .contact-form.blue .contact-form-form__ttl {
      color: #6c8af0; }
      .contact-form.blue .contact-form-form__ttl::before {
        background: #6c8af0; }
    .contact-form.blue .contact-form-form .checkbox-list label,
    .contact-form.blue .contact-form-form .radio-list label {
      background: #dde6fa; }
      .contact-form.blue .contact-form-form .checkbox-list label input[type="checkbox"],
      .contact-form.blue .contact-form-form .checkbox-list label input[type="radio"],
      .contact-form.blue .contact-form-form .radio-list label input[type="checkbox"],
      .contact-form.blue .contact-form-form .radio-list label input[type="radio"] {
        border: solid 1px #6c8af0;
        /* アイコン：選択済みの見た目 */
        /* アイコン：活性時のホバー演出 */ }
        .contact-form.blue .contact-form-form .checkbox-list label input[type="checkbox"]:checked,
        .contact-form.blue .contact-form-form .checkbox-list label input[type="radio"]:checked,
        .contact-form.blue .contact-form-form .radio-list label input[type="checkbox"]:checked,
        .contact-form.blue .contact-form-form .radio-list label input[type="radio"]:checked {
          background: #6c8af0;
          /* 紫色 */
          border-color: #6c8af0;
          /* 紫色 */ }
          .contact-form.blue .contact-form-form .checkbox-list label input[type="checkbox"]:checked + .mwform-checkbox-field-text,
          .contact-form.blue .contact-form-form .checkbox-list label input[type="checkbox"]:checked + .mwform-radio-field-text,
          .contact-form.blue .contact-form-form .checkbox-list label input[type="radio"]:checked + .mwform-checkbox-field-text,
          .contact-form.blue .contact-form-form .checkbox-list label input[type="radio"]:checked + .mwform-radio-field-text,
          .contact-form.blue .contact-form-form .radio-list label input[type="checkbox"]:checked + .mwform-checkbox-field-text,
          .contact-form.blue .contact-form-form .radio-list label input[type="checkbox"]:checked + .mwform-radio-field-text,
          .contact-form.blue .contact-form-form .radio-list label input[type="radio"]:checked + .mwform-checkbox-field-text,
          .contact-form.blue .contact-form-form .radio-list label input[type="radio"]:checked + .mwform-radio-field-text {
            color: #6c8af0; }
        .contact-form.blue .contact-form-form .checkbox-list label input[type="checkbox"]:hover:enabled,
        .contact-form.blue .contact-form-form .checkbox-list label input[type="radio"]:hover:enabled,
        .contact-form.blue .contact-form-form .radio-list label input[type="checkbox"]:hover:enabled,
        .contact-form.blue .contact-form-form .radio-list label input[type="radio"]:hover:enabled {
          /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */ }
          @media (forced-colors: none) and (any-hover: hover) {
            .contact-form.blue .contact-form-form .checkbox-list label input[type="checkbox"]:hover:enabled,
            .contact-form.blue .contact-form-form .checkbox-list label input[type="radio"]:hover:enabled,
            .contact-form.blue .contact-form-form .radio-list label input[type="checkbox"]:hover:enabled,
            .contact-form.blue .contact-form-form .radio-list label input[type="radio"]:hover:enabled {
              border-color: #6c8af0;
              /* 紫色 */
              box-shadow: 0 0 0 4px #d2ceff;
              /* 薄い紫色 */ } }
    .contact-form.blue .contact-form-form .agree-inner {
      background: #dde6fa; }
    .contact-form.blue .contact-form-form .agree .input-wrap label input[type="checkbox"],
    .contact-form.blue .contact-form-form .agree .input-wrap label input[type="radio"] {
      border: solid 1px #6c8af0;
      /* アイコン：選択済みの見た目 */
      /* アイコン：活性時のホバー演出 */ }
      .contact-form.blue .contact-form-form .agree .input-wrap label input[type="checkbox"]:checked,
      .contact-form.blue .contact-form-form .agree .input-wrap label input[type="radio"]:checked {
        background: #6c8af0;
        /* 紫色 */
        border-color: #6c8af0;
        /* 紫色 */ }
      .contact-form.blue .contact-form-form .agree .input-wrap label input[type="checkbox"]:hover:enabled,
      .contact-form.blue .contact-form-form .agree .input-wrap label input[type="radio"]:hover:enabled {
        /* 強制カラーモードが無効かつ、ホバーが有効のときは、ホバー演出を追加 */ }
        @media (forced-colors: none) and (any-hover: hover) {
          .contact-form.blue .contact-form-form .agree .input-wrap label input[type="checkbox"]:hover:enabled,
          .contact-form.blue .contact-form-form .agree .input-wrap label input[type="radio"]:hover:enabled {
            border-color: #6c8af0;
            /* 紫色 */
            box-shadow: 0 0 0 4px #d2ceff;
            /* 薄い紫色 */ } }
    .contact-form.blue .contact-form-form .agree a {
      color: #6c8af0; }
    .contact-form.blue .contact-form-form .input-btn {
      background-color: #6c8af0; }
      .contact-form.blue .contact-form-form .input-btn.back {
        background: #fff; }

.mw_wp_form .error {
  color: #db0000 !important; }

.page-ttl.thanks {
  background: url(../images/thanks/thanks-bg.jpg) no-repeat center/cover;
  padding: 200px 5vw 0; }
  @media screen and (max-width: 767px) {
    .page-ttl.thanks {
      background: url(../images/thanks/sp/thanks-bg.jpg) no-repeat center/cover;
      text-align: center;
      padding: 200px 5vw 150px; } }
  .page-ttl.thanks .page-ttl-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    gap: 3.66032vw; }
    .page-ttl.thanks .page-ttl-inner .page-ttl-img {
      width: 42%; }
      @media screen and (max-width: 767px) {
        .page-ttl.thanks .page-ttl-inner .page-ttl-img {
          display: none; } }
      .page-ttl.thanks .page-ttl-inner .page-ttl-img img {
        width: 100%; }
    .page-ttl.thanks .page-ttl-inner .page-ttl-txt {
      padding-bottom: 9vw; }
      @media screen and (max-width: 767px) {
        .page-ttl.thanks .page-ttl-inner .page-ttl-txt {
          width: 100%;
          padding: 0; } }
      .page-ttl.thanks .page-ttl-inner .page-ttl-txt .txt .en {
        font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
        color: #fff;
        font-size: 7.46706vw;
        line-height: 1;
        margin-bottom: 0.3em; }
        @media screen and (max-width: 767px) {
          .page-ttl.thanks .page-ttl-inner .page-ttl-txt .txt .en {
            font-size: 20.25641vw;
            margin-bottom: 0.7em; } }
      .page-ttl.thanks .page-ttl-inner .page-ttl-txt .txt .ttl {
        font-size: 2.19619vw;
        color: #46ba95;
        margin-bottom: 0.3em; }
        @media screen and (max-width: 767px) {
          .page-ttl.thanks .page-ttl-inner .page-ttl-txt .txt .ttl {
            font-size: 5.12821vw; } }
      .page-ttl.thanks .page-ttl-inner .page-ttl-txt .txt .body {
        font-size: 1.24451vw;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .page-ttl.thanks .page-ttl-inner .page-ttl-txt .txt .body {
            font-size: 3.58974vw; } }
      .page-ttl.thanks .page-ttl-inner .page-ttl-txt .c-btn a {
        font-size: 17px; }
      @media screen and (max-width: 767px) {
        .page-ttl.thanks .page-ttl-inner .page-ttl-txt .fadeup {
          opacity: 1;
          transform: translate(0, 0); } }

/* =========================== */
.page-ttl.notfound {
  background: url(../images/thanks/notfound-bg.jpg) no-repeat center/cover;
  padding: 200px 5vw;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-ttl.notfound {
      background: url(../images/thanks/sp/thanks-bg.jpg) no-repeat center/cover;
      text-align: center;
      padding: 200px 5vw 150px; } }
  .page-ttl.notfound .page-ttl-inner .page-ttl-txt .txt .en {
    font-family: "Barlow Condensed", "Zen Maru Gothic", sans-serif;
    color: #fff;
    font-size: 132px;
    line-height: 1;
    margin-bottom: 0.3em; }
    @media screen and (max-width: 767px) {
      .page-ttl.notfound .page-ttl-inner .page-ttl-txt .txt .en {
        font-size: 20.25641vw;
        margin-bottom: 0.7em; } }
  .page-ttl.notfound .page-ttl-inner .page-ttl-txt .txt .ttl {
    font-size: 20px;
    color: #764a4a;
    margin-bottom: 0.3em; }
    @media screen and (max-width: 767px) {
      .page-ttl.notfound .page-ttl-inner .page-ttl-txt .txt .ttl {
        font-size: 5.12821vw; } }
  .page-ttl.notfound .page-ttl-inner .page-ttl-txt .txt .body {
    font-size: 14px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .page-ttl.notfound .page-ttl-inner .page-ttl-txt .txt .body {
        font-size: 3.58974vw; } }
  .page-ttl.notfound .page-ttl-inner .page-ttl-txt .c-btn a {
    font-size: 17px; }
  @media screen and (max-width: 767px) {
    .page-ttl.notfound .page-ttl-inner .page-ttl-txt .fadeup {
      opacity: 1;
      transform: translate(0, 0); } }

.pp-sect {
  margin: 60px 0; }
  @media screen and (max-width: 767px) {
    .pp-sect {
      margin: 30px 0;
      padding: 0 9vw; } }
  .pp-sect-unit {
    border-bottom: 1px solid #d0d0d0;
    padding: 30px 0; }
    @media screen and (max-width: 767px) {
      .pp-sect-unit:last-child {
        border-bottom: none; } }
    .pp-sect-unit h2 {
      color: #46ba95;
      font-size: 17px; }

.sitemap-sect {
  margin: 100px 0; }
  @media screen and (max-width: 767px) {
    .sitemap-sect {
      margin: 60px 0 0;
      padding: 0 9vw; } }
  .sitemap-sect .gnav {
    gap: 60px 30px; }
    @media screen and (max-width: 767px) {
      .sitemap-sect .gnav {
        border: none;
        display: flex;
        flex-direction: column; } }
    .sitemap-sect .gnav-unit {
      width: calc((100% - 60px) / 3); }
      @media screen and (max-width: 767px) {
        .sitemap-sect .gnav-unit {
          width: 100%;
          border: none; } }
      @media screen and (max-width: 767px) {
        .sitemap-sect .gnav-unit > .pc-only {
          display: block; }
          .sitemap-sect .gnav-unit > .pc-only .gnav-unit-header {
            display: block; } }
      .sitemap-sect .gnav-unit-header {
        position: relative;
        font-size: 23px;
        color: #764a4a;
        padding: 0px 0 0px 26px;
        line-height: 1.7;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .sitemap-sect .gnav-unit-header {
            font-size: 17px;
            display: none; }
            .sitemap-sect .gnav-unit-header .status {
              display: none; } }
        .sitemap-sect .gnav-unit-header::before {
          content: "";
          display: block;
          width: 10px;
          height: 100%;
          background: #000;
          position: absolute;
          left: 0;
          top: 0;
          background: #77e1e5;
          background: linear-gradient(0deg, #77e1e5 0%, #e3fcff 100%); }
      .sitemap-sect .gnav-unit-flex {
        display: block; }
        @media screen and (max-width: 767px) {
          .sitemap-sect .gnav-unit-flex {
            display: block !important; } }
      .sitemap-sect .gnav-unit__list {
        margin: 0; }
        @media screen and (max-width: 767px) {
          .sitemap-sect .gnav-unit__list {
            display: block !important; } }
      .sitemap-sect .gnav-unit__item.header {
        position: relative;
        font-size: 23px;
        color: #764a4a;
        padding: 0px 0 0px 26px;
        line-height: 1.7;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .sitemap-sect .gnav-unit__item.header {
            font-size: 17px;
            border: none; } }
        .sitemap-sect .gnav-unit__item.header::before {
          content: "";
          display: block;
          width: 10px;
          height: 100%;
          background: #000;
          position: absolute;
          left: 0;
          top: 0;
          background: #77e1e5;
          background: linear-gradient(0deg, #77e1e5 0%, #e3fcff 100%); }
        @media screen and (max-width: 767px) {
          .sitemap-sect .gnav-unit__item.header a {
            display: block;
            padding: 0;
            background: none; } }
      @media screen and (max-width: 767px) {
        .sitemap-sect .gnav-unit__item.fs-s {
          font-size: 4.10256vw; } }
      @media screen and (max-width: 767px) {
        .sitemap-sect .gnav-unit__item.sp-only {
          display: none; } }

@-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 */
