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


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

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

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


  
--------------------*/
/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: "Lexend Giga", sans-serif; }

.font-b {
  font-family: "Lexend Giga", sans-serif;
  font-style: normal; }

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

.lexend-giga {
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

/* -------------------
  MIXIN
--------------------*/
/*タブレット*/
/* 
.example {
  font-size: vw(12);
}
*/
/* 
.example {
  font-size: fs(12); <- 12px quite
}
*/
/* 
.example {
  @include mq() {
    width: 100%;
  }
}
*/
/* -------------------
  COMMON
--------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #5c5f62;
  font-size: 14px;
  line-height: 1.86;
  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 3.66032vw;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      right: auto;
      bottom: auto;
      padding: 15px 3.84615vw; } }
  .breadcrumbs ul {
    display: flex; }
    @media screen and (max-width: 767px) {
      .breadcrumbs ul {
        flex-wrap: wrap; } }
    .breadcrumbs ul li {
      color: #a0a0a0; }
      @media screen and (max-width: 767px) {
        .breadcrumbs ul li {
          line-height: 1.5; } }
      .breadcrumbs ul li a {
        color: #a0a0a0; }
      .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; } }

.c-btn {
  margin-top: 40px; }
  .c-btn a {
    border: 2px solid #fff;
    min-width: 184px;
    min-height: 46px;
    font-weight: bold;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    padding-right: 45px;
    background-image: url(../images/common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px auto; }
    @media screen and (max-width: 767px) {
      .c-btn a {
        width: 100%;
        height: 65px;
        font-size: 16px; } }
  .c-btn.bg-blue a {
    background-color: #2971c4;
    color: #fff; }
  .c-btn.bdr-blue a {
    border-color: #2971c4;
    color: #2971c4;
    background-image: url(../images/common/arrow-right-blue.svg); }
  .c-btn.bdr-green2 a {
    background-color: #fff;
    border-color: #37a8c3;
    color: #37a8c3;
    background-image: url(../images/common/arrow-right-green2.svg); }
  .c-btn.center {
    display: flex;
    justify-content: center; }

.c-ttl {
  margin-bottom: 50px; }
  .c-ttl .en {
    font-family: "Lexend Giga", sans-serif;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1;
    font-size: 20px;
    color: #36b53a; }
    @media screen and (max-width: 767px) {
      .c-ttl .en {
        font-size: 5.12821vw; } }
  .c-ttl .jp {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 0.3em;
    color: #2971c4; }
    @media screen and (max-width: 767px) {
      .c-ttl .jp {
        font-size: 7.69231vw; } }
  .c-ttl .jp-2 {
    font-size: 30px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-ttl .jp-2 {
        font-size: 6.41026vw;
        line-height: 1.64;
        margin-bottom: 0.4em; } }
  .c-ttl .lead {
    font-size: 16px;
    font-weight: 500;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .c-ttl .lead {
        font-size: 4.10256vw; } }
  .c-ttl.fs16-30 .en {
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .c-ttl.fs16-30 .en {
        font-size: 3.58974vw; } }
  .c-ttl.fs16-30 .jp {
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      .c-ttl.fs16-30 .jp {
        font-size: 6.41026vw; } }
  .c-ttl.fs14-27 .en {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .c-ttl.fs14-27 .en {
        font-size: 3.58974vw; } }
  .c-ttl.fs14-27 .jp {
    font-size: 27px; }
    @media screen and (max-width: 767px) {
      .c-ttl.fs14-27 .jp {
        font-size: 6.41026vw; } }
  .c-ttl.center {
    text-align: center; }

.page-ttl {
  padding: 0 3.66032vw; }
  .page-ttl .sect-inner {
    background: #e2efff;
    border-radius: 0 0 10px 10px;
    padding: 30px 50px;
    max-width: 100%;
    height: 260px;
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .page-ttl .sect-inner {
        height: auto;
        padding: 60px 0 50px;
        display: block; } }
    .page-ttl .sect-inner .c-ttl {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .page-ttl .sect-inner .c-ttl {
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .page-ttl .sect-inner .c-ttl .en {
          font-size: 3.58974vw; } }
      @media screen and (max-width: 767px) {
        .page-ttl .sect-inner .c-ttl .jp {
          font-size: 6.41026vw; } }
  .page-ttl.no-bg .sect-inner {
    background: none;
    height: 200px; }
    @media screen and (max-width: 767px) {
      .page-ttl.no-bg .sect-inner {
        height: auto;
        padding: 60px 0 20px;
        display: block; } }

/* 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: "Lexend Giga", 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: 11px 16px;
  padding-right: 35px;
  width: 290px;
  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; }

/* Datepicker 全体のサイズを調整 */
.ui-datepicker {
  width: 280px !important;
  font-size: 14px !important; }

/* 日付セルのサイズを調整 */
.ui-datepicker td span,
.ui-datepicker td a {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 14px !important;
  display: inline-block;
  padding: 0 !important; }

/* 月・年のタイトル部分 */
.ui-datepicker-title {
  font-size: 16px !important; }

/* 前月・次月ボタン */
.ui-datepicker-prev,
.ui-datepicker-next {
  top: 5px !important; }

.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: "Lexend Giga", sans-serif;
      color: #2971c4;
      font-weight: 500;
      width: 36px;
      height: 36px;
      line-height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #2971c4;
      border-radius: 50%; }
    .pagination .wp-pagenavi .current {
      background: #2971c4;
      color: #fff; }
    .pagination .wp-pagenavi .nextpostslink,
    .pagination .wp-pagenavi .last,
    .pagination .wp-pagenavi .previouspostslink,
    .pagination .wp-pagenavi .first {
      width: 36px;
      height: 36px;
      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); }
    .pagination .wp-pagenavi .disabled {
      opacity: 0.4 !important;
      pointer-events: none;
      cursor: default; }

/* -------------------
	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: "Lexend Giga", 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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.19619vw;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  z-index: 10;
  height: 118px; }
  @media screen and (max-width: 767px) {
    .l-header {
      height: 80px; } }
  .l-header__logo {
    position: relative;
    z-index: 1; }
    .l-header__logo a {
      display: block;
      text-align: center; }
      .l-header__logo a .en,
      .l-header__logo a .jp {
        display: block;
        color: #2971c4; }
      .l-header__logo a .en {
        font-size: 40px;
        font-family: "Lexend Giga", sans-serif;
        font-weight: 700;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .l-header__logo a .en {
            font-size: 7.17949vw; } }
      @media screen and (max-width: 767px) {
        .l-header__logo a .jp {
          font-size: 2.05128vw; } }
  @media screen and (max-width: 767px) {
    .l-header .nav-wrap {
      display: none; } }
  .l-header .nav-wrap .nav-btn ul {
    display: flex;
    justify-content: flex-end;
    gap: 14px; }
    .l-header .nav-wrap .nav-btn ul > li {
      width: 224px;
      height: 52px; }
      .l-header .nav-wrap .nav-btn ul > li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        border-radius: 0 0 10px 10px;
        font-weight: bold;
        font-size: 17px;
        gap: 10px; }
        .l-header .nav-wrap .nav-btn ul > li a .icon {
          display: flex;
          justify-content: center;
          align-items: center; }
      .l-header .nav-wrap .nav-btn ul > li.recruit a {
        background: #e2efff;
        color: #2971c4; }
      .l-header .nav-wrap .nav-btn ul > li.reserve a {
        background-color: #2971c4;
        color: #fff; }

.gnav__list {
  display: flex;
  gap: 30px; }

.gnav__item a,
.gnav__item .a {
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 18px 0; }

.gnav__item .second {
  position: absolute;
  width: 100%;
  top: 118px;
  left: 0;
  background: #f4f7fb;
  color: #fff;
  padding: 60px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 2;
  border-top: 1px solid #a8afb7; }
  @media screen and (max-width: 767px) {
    .gnav__item .second {
      position: static;
      visibility: visible;
      opacity: 1;
      background: none;
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
      font-size: 13px; } }
  .gnav__item .second-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .gnav__item .second-inner {
        display: block; } }
  .gnav__item .second__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px 60px;
    height: 122px;
    width: 960px; }
    @media screen and (max-width: 767px) {
      .gnav__item .second__list {
        display: block; } }
  .gnav__item .second__item a {
    background-color: #fff;
    background-image: url(../images/common/arrow-right-purple.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px 18px;
    border: 2px solid #8d71cc;
    color: #8d71cc;
    display: flex;
    align-items: center;
    padding-left: 15px;
    text-align: center;
    border-radius: 10px;
    width: 195px;
    height: 46px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .gnav__item .second__item a {
        color: #5c5f62;
        display: block;
        text-align: left;
        padding-left: 18px;
        position: relative;
        min-height: auto; } }
  .gnav__item .second__item.purple a {
    background-image: url(../images/common/arrow-right-purple.svg);
    border: 2px solid #8d71cc;
    color: #8d71cc; }
  .gnav__item .second__item.pink a {
    background-image: url(../images/common/arrow-right-pink.svg);
    border: 2px solid #cc71b4;
    color: #cc71b4; }
  .gnav__item .second__item.yellow a {
    background-image: url(../images/common/arrow-right-yellow.svg);
    border: 2px solid #d69e34;
    color: #d69e34; }
  .gnav__item .second__item.green a {
    background-image: url(../images/common/arrow-right-green.svg);
    border: 2px solid #87b924;
    color: #87b924; }
  .gnav__item .second__item.green2 a {
    background-image: url(../images/common/arrow-right-green2.svg);
    border: 2px solid #37a8c3;
    color: #37a8c3; }
  .gnav__item .second__item.blue a {
    background-image: url(../images/common/arrow-right-blue.svg);
    border: 2px solid #2971c4;
    color: #2971c4; }

.gnav__item.active .second {
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 767px) {
  #hamburger {
    display: block;
    position: fixed;
    z-index: 5;
    top: 19px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 1s; }
    #hamburger .inner {
      position: relative;
      width: 100%;
      height: 29px; }
      #hamburger .inner .inner_line {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        transition: 0.4s;
        background: #2971c4; }
        #hamburger .inner .inner_line#line1 {
          top: 0; }
          #hamburger .inner .inner_line#line1.active {
            transform: translateY(10px) rotate(-30deg); }
        #hamburger .inner .inner_line#line2 {
          top: 10px; }
          #hamburger .inner .inner_line#line2.active {
            background: none; }
        #hamburger .inner .inner_line#line3 {
          top: 21px; }
          #hamburger .inner .inner_line#line3.active {
            transform: translateY(-11px) rotate(30deg); }
    #hamburger .hamburger-label {
      font-family: "Lexend Giga", sans-serif;
      font-size: 15px;
      text-align: center;
      color: #2971c4;
      letter-spacing: -0.1em;
      line-height: 1; }
  #hamburger-menu {
    position: fixed;
    background-size: cover;
    width: 100%;
    height: 100vh;
    top: 80px;
    left: 0;
    background-size: cover;
    transition: 0.7s;
    background: #fff;
    opacity: 0;
    display: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.16); }
    #hamburger-menu.active {
      display: block;
      opacity: 1;
      animation: fadeIn 0.3s ease-in 0s forwards; }
    #hamburger-menu .hamburger-menu-inner {
      overflow: auto;
      height: 100vh;
      display: block;
      padding: 40px 30px 80px; }
      #hamburger-menu .hamburger-menu-inner .fnav-btn {
        margin: 70px 0 0; } }

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

.l-footer {
  position: relative; }
  .l-footer-contact {
    display: grid;
    grid-template-columns: 63% 37%;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 767px) {
      .l-footer-contact {
        display: block; } }
    .l-footer-contact .reserve {
      grid-area: 1 / 1 / 3 / 2;
      background: #2971c4;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 0; }
      @media screen and (max-width: 767px) {
        .l-footer-contact .reserve {
          display: block;
          padding: 60px 0px;
          text-align: center; } }
      .l-footer-contact .reserve .txt .c-ttl {
        margin-bottom: 10px; }
        .l-footer-contact .reserve .txt .c-ttl .en,
        .l-footer-contact .reserve .txt .c-ttl .jp {
          color: #fff; }
        @media screen and (max-width: 767px) {
          .l-footer-contact .reserve .txt .c-ttl .en {
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .l-footer-contact .reserve .txt .c-ttl .jp {
            font-size: 30px; } }
      .l-footer-contact .reserve .txt .body {
        font-size: 16px;
        line-height: 2; }
      .l-footer-contact .reserve .txt .c-btn {
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .l-footer-contact .reserve .txt .c-btn a {
            width: 280px; } }
      .l-footer-contact .reserve .illust {
        max-width: 508px; }
        @media screen and (max-width: 767px) {
          .l-footer-contact .reserve .illust {
            padding-top: 30px; } }
    .l-footer-contact .tel {
      background: #e2efff;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .l-footer-contact .tel {
          display: block;
          padding: 40px 10px;
          text-align: center; } }
      .l-footer-contact .tel .ttl {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 7px; }
      .l-footer-contact .tel .number-set {
        color: #2971c4;
        margin-bottom: 7px; }
        .l-footer-contact .tel .number-set .label {
          font-size: 14px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .l-footer-contact .tel .number-set .label {
              font-size: 12px; } }
        .l-footer-contact .tel .number-set .number {
          font-family: "Lexend Giga", sans-serif;
          font-size: 44px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: -0.05em; }
          @media screen and (max-width: 767px) {
            .l-footer-contact .tel .number-set .number {
              font-size: 9.48718vw; } }
          .l-footer-contact .tel .number-set .number .icon {
            display: inline-flex;
            align-items: center; }
            @media screen and (max-width: 767px) {
              .l-footer-contact .tel .number-set .number .icon img {
                width: 50px; } }
      .l-footer-contact .tel .time {
        font-size: 12px;
        line-height: 1.83; }
    .l-footer-contact .mail {
      background: #e1e4e8;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .l-footer-contact .mail {
          display: block;
          padding: 40px 35px;
          text-align: center; } }
      .l-footer-contact .mail .ttl {
        font-size: 20px;
        margin-bottom: 7px;
        font-weight: bold; }
      .l-footer-contact .mail .c-btn {
        margin-top: 20px; }
  .l-footer-inner {
    max-width: 1000px;
    margin: 0 auto; }
  .l-footer-nav {
    display: flex;
    justify-content: space-between;
    padding: 75px 0; }
    @media screen and (max-width: 767px) {
      .l-footer-nav {
        display: block;
        padding: 80px 35px; } }
  .l-footer-access {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .l-footer-access {
        display: block;
        padding: 0px 35px; } }
    .l-footer-access .map {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .l-footer-access .map {
          width: 100%;
          margin-bottom: 20px; } }
      .l-footer-access .map iframe {
        width: 100%;
        height: 100%; }
        @media screen and (max-width: 767px) {
          .l-footer-access .map iframe {
            height: auto;
            aspect-ratio: 319/272; } }
    .l-footer-access .txt {
      width: 52%; }
      @media screen and (max-width: 767px) {
        .l-footer-access .txt {
          width: 100%; } }
      .l-footer-access .txt .unit {
        margin-bottom: 30px;
        line-height: 1.64; }
        .l-footer-access .txt .unit:last-child {
          margin-bottom: 0; }
        .l-footer-access .txt .unit .name {
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 5px; }
        .l-footer-access .txt .unit .name-sub {
          font-weight: bold;
          margin-bottom: 10px; }
  .l-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .l-footer-bottom {
        display: block;
        padding: 60px 35px 0; } }
    @media screen and (max-width: 767px) {
      .l-footer-bottom .logo {
        margin-bottom: 40px; } }
    .l-footer-bottom .logo a {
      display: block;
      text-align: center; }
      .l-footer-bottom .logo a .en,
      .l-footer-bottom .logo a .jp {
        display: block;
        color: #2971c4; }
      .l-footer-bottom .logo a .en {
        font-size: 40px;
        font-family: "Lexend Giga", sans-serif;
        font-weight: 700;
        line-height: 1; }
    .l-footer-bottom .right .fnav-sub ul {
      display: flex;
      justify-content: flex-end;
      gap: 30px;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .right .fnav-sub ul {
          justify-content: center;
          margin-bottom: 20px; } }
      .l-footer-bottom .right .fnav-sub ul > li {
        font-size: 12px; }
    .l-footer-bottom .right .copyright {
      font-size: 12px;
      text-align: right;
      color: #ccc; }
      @media screen and (max-width: 767px) {
        .l-footer-bottom .right .copyright {
          text-align: center; } }

.fnav {
  display: flex;
  gap: 70px; }
  @media screen and (max-width: 767px) {
    .fnav {
      display: block;
      border-top: 1px solid #e0e4e7; } }
  @media screen and (max-width: 767px) {
    .fnav-btn {
      margin-bottom: 60px; } }
  .fnav-btn ul > li {
    width: 328px;
    height: 68px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .fnav-btn ul > li {
        width: 100%; } }
    .fnav-btn ul > li a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      border-radius: 10px;
      font-weight: bold;
      font-size: 20px;
      gap: 10px; }
      .fnav-btn ul > li a .icon {
        display: flex;
        justify-content: center;
        align-items: center; }
    .fnav-btn ul > li.reserve a {
      background: #2971c4 url(../images/common/arrow-right-white.svg) no-repeat right 10px center/24px auto;
      color: #fff; }
    .fnav-btn ul > li.tel a {
      background: #e2efff url(../images/common/arrow-right-blue.svg) no-repeat right 10px center/24px auto;
      color: #2971c4;
      font-size: 27px;
      font-family: "Lexend Giga", sans-serif;
      letter-spacing: -0.05em;
      padding-right: 30px; }
      @media screen and (max-width: 767px) {
        .fnav-btn ul > li.tel a {
          gap: 0; } }
      .fnav-btn ul > li.tel a .icon img {
        width: 40px; }
    .fnav-btn ul > li.mail a {
      background: #e0e4e8 url(../images/common/arrow-right-blue.svg) no-repeat right 10px center/24px auto;
      color: #2971c4; }
  @media screen and (max-width: 767px) {
    .fnav-unit {
      border-bottom: 1px solid #e0e4e7; } }
  .fnav-unit-header {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .fnav-unit .ac-label {
      padding: 15px 0;
      font-weight: bold;
      position: relative; }
      .fnav-unit .ac-label .status {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%); }
        .fnav-unit .ac-label .status-inner {
          position: relative;
          width: 100%;
          height: 100%; }
          .fnav-unit .ac-label .status-inner .line-1,
          .fnav-unit .ac-label .status-inner .line-2 {
            display: block;
            width: 100%;
            height: 3px;
            background: #2971c4;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute; }
          .fnav-unit .ac-label .status-inner .line-2 {
            transform: translate(-50%, -50%) rotate(-90deg);
            transition: all 0.3s ease 0s; }
      .fnav-unit .ac-label.open .status .line-2 {
        transform: translate(-50%, -50%) rotate(180deg); }
      .fnav-unit .ac-label + .fnav__list {
        display: none; } }
  .fnav__item {
    margin-bottom: 15px; }
    .fnav__item .child {
      padding-top: 6px; }
      .fnav__item .child > li {
        margin: 0 0 6px; }
    @media screen and (max-width: 767px) {
      .fnav__item a {
        display: block; } }
    .fnav__item.header {
      font-size: 17px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .fnav__item.header {
          font-size: 14px;
          background: url(../images/common/arrow-fnav.svg) no-repeat right 15px center/8px auto;
          border-bottom: 1px solid #e0e4e7;
          margin: 0; }
          .fnav__item.header:last-child {
            border-bottom: none; }
          .fnav__item.header a {
            display: block;
            padding: 15px 0; } }

.pagetop {
  position: absolute;
  right: 30px;
  bottom: 60px; }
  @media screen and (max-width: 767px) {
    .pagetop {
      position: static;
      text-align: center;
      padding: 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-h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* =========================== */
.index-kv {
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .index-kv {
      flex-direction: column; } }
  .index-kv-main {
    width: calc(100% - 205px); }
    @media screen and (max-width: 767px) {
      .index-kv-main {
        width: 100%; } }
  .index-kv-slider .img {
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-kv-slider .img .sp-only {
        width: 100%;
        height: auto;
        aspect-ratio: 375/600; } }
    .index-kv-slider .img img {
      width: 100%;
      height: auto;
      display: block; }
      @media screen and (max-width: 767px) {
        .index-kv-slider .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; } }
    .index-kv-slider .img::before {
      content: "";
      display: block;
      width: 100%;
      height: 60%;
      background: #000000;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      left: 0;
      bottom: 0; }
  .index-kv-slider .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 0 3.66032vw 2.92826vw; }
    @media screen and (max-width: 767px) {
      .index-kv-slider .txt {
        padding: 0 25px 50px; } }
    .index-kv-slider .txt .catch {
      font-size: 2.78184vw;
      font-weight: bold;
      margin-bottom: 0.2em; }
      @media screen and (max-width: 767px) {
        .index-kv-slider .txt .catch {
          font-size: 7.69231vw;
          line-height: 1.63;
          margin-bottom: 0.7em; } }
    .index-kv-slider .txt .btn ul {
      display: flex;
      gap: 25px; }
      @media screen and (max-width: 767px) {
        .index-kv-slider .txt .btn ul {
          gap: 12px; } }
      .index-kv-slider .txt .btn ul .c-btn {
        margin-top: 0px; }
        @media screen and (max-width: 767px) {
          .index-kv-slider .txt .btn ul .c-btn {
            width: calc((100% - 12px) / 2); } }
        @media screen and (max-width: 767px) {
          .index-kv-slider .txt .btn ul .c-btn a {
            font-size: 3.58974vw;
            padding: 10px;
            height: 46px;
            min-width: auto; } }
  .index-kv-menu {
    width: 205px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .index-kv-menu {
        width: 100%;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
        padding: 0 10px; } }
  .index-kv-menuItem {
    height: calc(100% / 6);
    border-bottom: 1px solid #d1d1d1;
    font-size: 20px;
    font-weight: bold;
    color: #a8afb7;
    text-align: center;
    padding: 16px;
    cursor: pointer;
    transition: background 0.3s;
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-kv-menuItem {
        height: auto;
        font-size: 4.10256vw;
        padding: 0;
        line-height: 1.25;
        height: 70px;
        align-items: flex-end; } }
    .index-kv-menuItem::before {
      content: "";
      display: block;
      width: 7px;
      height: 0%;
      background: #000;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      transition: height 0.3s; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem::before {
          width: 100%;
          height: 4px;
          background: #a7afb7;
          top: auto;
          bottom: 0;
          transform: translate(0, 0); } }
    .index-kv-menuItem.item1::before {
      background: #8d71cc; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item1::before {
          background: #a7afb7; } }
    .index-kv-menuItem.item1:hover, .index-kv-menuItem.item1.is-active {
      color: #8d71cc; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item1:hover::before, .index-kv-menuItem.item1.is-active::before {
          background: #8d71cc; } }
    .index-kv-menuItem.item2::before {
      background: #cc71b4; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item2::before {
          background: #a7afb7; } }
    .index-kv-menuItem.item2:hover, .index-kv-menuItem.item2.is-active {
      color: #cc71b4; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item2:hover::before, .index-kv-menuItem.item2.is-active::before {
          background: #cc71b4; } }
    .index-kv-menuItem.item3::before {
      background: #d69e34; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item3::before {
          background: #a7afb7; } }
    .index-kv-menuItem.item3:hover, .index-kv-menuItem.item3.is-active {
      color: #d69e34; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item3:hover::before, .index-kv-menuItem.item3.is-active::before {
          background: #d69e34; } }
    .index-kv-menuItem.item4::before {
      background: #87b924; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item4::before {
          background: #a7afb7; } }
    .index-kv-menuItem.item4:hover, .index-kv-menuItem.item4.is-active {
      color: #87b924; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item4:hover::before, .index-kv-menuItem.item4.is-active::before {
          background: #87b924; } }
    .index-kv-menuItem.item5::before {
      background: #37a8c3; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item5::before {
          background: #a7afb7; } }
    .index-kv-menuItem.item5:hover, .index-kv-menuItem.item5.is-active {
      color: #37a8c3; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item5:hover::before, .index-kv-menuItem.item5.is-active::before {
          background: #37a8c3; } }
    .index-kv-menuItem.item6::before {
      background: #2971c4; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item6::before {
          background: #a7afb7; } }
    .index-kv-menuItem.item6:hover, .index-kv-menuItem.item6.is-active {
      color: #2971c4; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem.item6:hover::before, .index-kv-menuItem.item6.is-active::before {
          background: #2971c4; } }
    .index-kv-menuItem > a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem > a {
          padding: 12px 20px; } }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem > a > span {
          font-size: 0; } }
      .index-kv-menuItem > a:hover {
        opacity: 1; }
    @media screen and (max-width: 767px) {
      .index-kv-menuItem:hover, .index-kv-menuItem.is-active {
        min-width: 4em; } }
    .index-kv-menuItem:hover::before, .index-kv-menuItem.is-active::before {
      height: 100%; }
      @media screen and (max-width: 767px) {
        .index-kv-menuItem:hover::before, .index-kv-menuItem.is-active::before {
          height: 4px; } }
    @media screen and (max-width: 767px) {
      .index-kv-menuItem:hover > a, .index-kv-menuItem.is-active > a {
        padding: 12px 10px; } }
    @media screen and (max-width: 767px) {
      .index-kv-menuItem:hover > a > span, .index-kv-menuItem.is-active > a > span {
        font-size: 16px; } }

/* =========================== */
.index-intro {
  padding: 100px 0;
  width: 100%;
  overflow: hidden; }
  .index-intro .flowing-ttl {
    font-family: "Lexend Giga", sans-serif;
    font-size: 8.05271vw;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #acedae;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .index-intro .flowing-ttl {
        font-size: 21.79487vw; } }
  .index-intro-flex {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -60px; }
    @media screen and (max-width: 767px) {
      .index-intro-flex {
        display: block;
        margin-top: 0; } }
  .index-intro-img, .index-intro-txt {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .index-intro-img, .index-intro-txt {
        width: 100%;
        text-align: center;
        padding: 0 35px; } }
  .index-intro-img {
    position: relative; }
    .index-intro-img img {
      position: relative;
      z-index: 1; }
    .index-intro-img::before, .index-intro-img::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 50px;
      box-shadow: 0 0 30px #bed3eb;
      border-radius: 50%;
      box-sizing: border-box;
      pointer-events: none;
      animation: pulsate 2s linear infinite; }
    .index-intro-img::after {
      animation-delay: 1s; }
  @media screen and (max-width: 767px) {
    .index-intro-txt {
      margin-bottom: 40px; } }
  .index-intro__ttl {
    color: #2971c4;
    font-size: 35px; }
    @media screen and (max-width: 767px) {
      .index-intro__ttl {
        font-size: 25px; } }
  .index-intro__body {
    font-size: 16px;
    line-height: 2; }
  .index-intro .c-btn {
    position: relative;
    z-index: 1; }

/* ボタンの波紋が広がっていくアニメーション */
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(15);
    opacity: 0; } }

/* =========================== */
.index-service {
  position: relative; }
  @media screen and (max-width: 767px) {
    .index-service {
      padding-bottom: 90px; } }
  .index-service::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #45bdfc;
    background: linear-gradient(0deg, #45bdfc 0%, #2a70c4 100%);
    position: absolute;
    right: calc((100% - 1080px) / 2);
    top: 0;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .index-service::before {
        right: 0; } }
  .index-service-header {
    position: relative;
    color: #fff;
    background: url(../images/top/service-head.png) no-repeat right top/810px auto;
    max-width: 1080px;
    margin: 0 auto;
    padding: 70px 0 15px;
    border-radius: 0 10px 0 0; }
    @media screen and (max-width: 767px) {
      .index-service-header {
        text-align: center;
        background: url(../images/top/sp/service-head.png) no-repeat left top/100% auto;
        padding: 120px 0 15px; } }
    @media screen and (max-width: 767px) {
      .index-service-header .c-ttl {
        margin-bottom: 10px; } }
    .index-service-header .c-ttl .en,
    .index-service-header .c-ttl .jp {
      color: #fff; }
  .index-service-unit-wrap {
    position: relative;
    padding: 25px; }
    @media screen and (max-width: 767px) {
      .index-service-unit-wrap {
        background-color: #fff;
        margin: 0 20px;
        padding: 0;
        border-radius: 10px; } }
    .index-service-unit-wrap::before {
      content: "";
      display: block;
      width: calc(100% - ((100% - 1080px) / 2));
      height: calc(100% + 80px);
      background: #fff;
      position: absolute;
      left: calc((100% - 1080px) / 2);
      top: 0;
      border-radius: 10px 0 0 10px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 767px) {
        .index-service-unit-wrap::before {
          display: none; } }
  .index-service-unit {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 95px; }
    @media screen and (max-width: 767px) {
      .index-service-unit {
        padding: 0; } }
    .index-service-unit-inner {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #bcc8d6;
      padding: 70px 0; }
      @media screen and (max-width: 767px) {
        .index-service-unit-inner {
          display: block;
          padding: 70px 35px; } }
    .index-service-unit .img {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .index-service-unit .img {
          width: 100%;
          margin-bottom: 10px; } }
      .index-service-unit .img img {
        border-radius: 10px; }
    .index-service-unit .txt {
      width: 52%;
      padding-left: 50px; }
      @media screen and (max-width: 767px) {
        .index-service-unit .txt {
          width: 100%;
          padding-left: 0; } }
      .index-service-unit .txt .c-ttl {
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          .index-service-unit .txt .c-ttl {
            text-align: center;
            margin-bottom: 5px; } }
        .index-service-unit .txt .c-ttl .en {
          font-size: 14px;
          color: #8d71cc; }
        .index-service-unit .txt .c-ttl .jp {
          font-size: 30px;
          line-height: 1.1;
          color: #8d71cc; }
          @media screen and (max-width: 767px) {
            .index-service-unit .txt .c-ttl .jp {
              font-size: 25px; } }
      .index-service-unit .txt .body {
        margin-bottom: 40px; }
      .index-service-unit .txt .c-btn {
        margin-top: 17px; }
        .index-service-unit .txt .c-btn a {
          border-color: #8d71cc;
          color: #8d71cc;
          background-image: url(../images/common/arrow-right-purple.svg); }
    .index-service-unit:last-child .index-service-unit-inner {
      border-bottom: none; }
    .index-service-unit.purple .txt .c-ttl .en,
    .index-service-unit.purple .txt .c-ttl .jp {
      color: #8d71cc; }
    .index-service-unit.purple .txt .c-btn a {
      border-color: #8d71cc;
      color: #8d71cc;
      background-image: url(../images/common/arrow-right-purple.svg); }
    .index-service-unit.pink .txt .c-ttl .en,
    .index-service-unit.pink .txt .c-ttl .jp {
      color: #cc71b4; }
    .index-service-unit.pink .txt .c-btn a {
      border-color: #cc71b4;
      color: #cc71b4;
      background-image: url(../images/common/arrow-right-pink.svg); }
    .index-service-unit.yellow .txt .c-ttl .en,
    .index-service-unit.yellow .txt .c-ttl .jp {
      color: #d69e34; }
    .index-service-unit.yellow .txt .c-btn a {
      border-color: #d69e34;
      color: #d69e34;
      background-image: url(../images/common/arrow-right-yellow.svg); }
    .index-service-unit.green .txt .c-ttl .en,
    .index-service-unit.green .txt .c-ttl .jp {
      color: #87b924; }
    .index-service-unit.green .txt .c-btn a {
      border-color: #87b924;
      color: #87b924;
      background-image: url(../images/common/arrow-right-green.svg); }
    .index-service-unit.green2 .txt .c-ttl .en,
    .index-service-unit.green2 .txt .c-ttl .jp {
      color: #37a8c3; }
    .index-service-unit.green2 .txt .c-btn a {
      border-color: #37a8c3;
      color: #37a8c3;
      background-image: url(../images/common/arrow-right-green2.svg); }

/* =========================== */
.index-forbusiness {
  background: url(../images/top/forbusiness-bg.jpg) no-repeat center/cover;
  padding: 250px 0 80px; }
  @media screen and (max-width: 767px) {
    .index-forbusiness {
      background: url(../images/top/sp/forbusiness-bg.jpg) no-repeat center top/100% auto;
      padding: 250px 35px 80px;
      margin-top: -10px; } }
  .index-forbusiness .c-ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .index-forbusiness .c-ttl {
        text-align: center; } }
    .index-forbusiness .c-ttl .en {
      color: #36b53a; }
    .index-forbusiness .c-ttl .jp {
      color: #2971c4; }
  .index-forbusiness .c-btn {
    margin-top: 30px; }
  .index-forbusiness__list {
    display: flex;
    gap: 25px;
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .index-forbusiness__list {
        gap: 15px;
        flex-direction: column; } }
  .index-forbusiness__item {
    width: calc((100% - 50px) / 3);
    background: #eceef4;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .index-forbusiness__item {
        width: 100%; } }
    .index-forbusiness__item .ttl {
      text-align: center;
      color: #2971c4;
      font-size: 20px; }

ul.check-list > li {
  background: url(../images/common/icon-check.svg) no-repeat left center/26px auto;
  padding-left: 42px;
  line-height: 1.428;
  margin-bottom: 20px;
  display: flex; }

/* =========================== */
.index-faq {
  background: #e2efff;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .index-faq {
      padding: 80px 35px; } }
  .index-faq .sect-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 767px) {
      .index-faq .sect-inner {
        display: block; } }
  @media screen and (max-width: 767px) {
    .index-faq .c-ttl {
      text-align: center; } }
  .index-faq__list {
    grid-area: 2 / 1 / 3 / 3; }
  .index-faq__item {
    background: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .index-faq__item {
        margin-bottom: 20px; } }
    .index-faq__item .question {
      padding: 24px 70px;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .index-faq__item .question {
          padding: 17px 40px;
          padding-right: 47px; } }
      .index-faq__item .question .head {
        color: #2971c4;
        font-size: 20px;
        font-family: "Lexend Giga", sans-serif;
        position: absolute;
        left: 36px;
        top: 21px; }
        @media screen and (max-width: 767px) {
          .index-faq__item .question .head {
            left: 13px;
            top: 11px; } }
      .index-faq__item .question .cont {
        font-size: 17px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .index-faq__item .question .cont {
            line-height: 1.47; } }
      .index-faq__item .question .status {
        width: 17px;
        height: 17px;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .index-faq__item .question .status {
            right: 20px; } }
        .index-faq__item .question .status-inner {
          width: 100%;
          height: 100%;
          position: relative; }
          .index-faq__item .question .status-inner .line-1,
          .index-faq__item .question .status-inner .line-2 {
            display: block;
            width: 100%;
            height: 3px;
            background: #2971c4;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .index-faq__item .question .status-inner .line-2 {
            transform: translate(-50%, -50%) rotate(-90deg);
            transition: all 0.3s ease 0s; }
      .index-faq__item .question.open .status .line-2 {
        transform: translate(-50%, -50%) rotate(180deg); }
    .index-faq__item .answer {
      padding: 0 36px 30px;
      display: none; }
      @media screen and (max-width: 767px) {
        .index-faq__item .answer {
          padding: 0 10px 10px; } }
      .index-faq__item .answer .cont {
        background: #f4f7fb;
        border-radius: 5px;
        padding: 30px 36px; }
        @media screen and (max-width: 767px) {
          .index-faq__item .answer .cont {
            padding: 20px 26px; } }
  .index-faq .c-btn {
    justify-self: end;
    align-self: end;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .index-faq .c-btn {
        justify-self: auto;
        margin-bottom: 0; } }

/* =========================== */
.index-news {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .index-news {
      padding: 80px 35px; } }
  .index-news .sect-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto) 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 767px) {
      .index-news .sect-inner {
        display: block; } }
  .index-news .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .index-news .c-ttl {
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .index-news .tab_box2 .btn_area {
      display: none; } }
  .index-news .tab_box2 .btn_area .tab_btn2 {
    font-size: 17px;
    color: #a8afb7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer; }
    .index-news .tab_box2 .btn_area .tab_btn2::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 11px;
      border: 1px solid #a8afb7; }
    .index-news .tab_box2 .btn_area .tab_btn2.active {
      color: #2971c4; }
      .index-news .tab_box2 .btn_area .tab_btn2.active::before {
        border: 1px solid #2971c4;
        background: #2971c4; }
  .index-news .tab_box2 .panel_area {
    grid-area: 1 / 2 / 4 / 3;
    padding-top: 110px;
    padding-left: 50px; }
    @media screen and (max-width: 767px) {
      .index-news .tab_box2 .panel_area {
        padding: 0; } }
    .index-news .tab_box2 .panel_area .tab_panel2 {
      display: none; }
      .index-news .tab_box2 .panel_area .tab_panel2.active {
        display: block; }
  .index-news__list {
    border-top: 1px solid #bfbfbf; }
  .index-news__item {
    border-bottom: 1px solid #bfbfbf; }
    .index-news__item a {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 32px 0; }
      .index-news__item a .date {
        color: #a8afb7; }
      .index-news__item a .category {
        font-size: 12px;
        color: #2971c4;
        border: 1px solid #2971c4;
        border-radius: 3px;
        padding: 3px 8px; }
      .index-news__item a .post-ttl {
        width: 100%;
        font-size: 17px;
        text-decoration: underline; }
  .index-news .c-btn {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .index-news .c-btn {
        margin-top: 50px; } }

/* =========================== */
.index-recruit {
  position: relative;
  color: #fff;
  padding: 100px 0; }
  .index-recruit::before {
    content: "";
    display: block;
    width: calc(100% - 100px);
    height: calc(100% - 220px);
    background: #36b54a;
    background: linear-gradient(216deg, #36b54a 0%, #2a95c4 100%);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .index-recruit::before {
        width: calc(100% - 40px); } }
  .index-recruit .sect-inner {
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-recruit .sect-inner {
        text-align: center; } }
  .index-recruit .c-ttl .en,
  .index-recruit .c-ttl .jp {
    color: #fff; }
  .index-recruit__ttl {
    font-size: 35px;
    line-height: 1.54; }
    @media screen and (max-width: 767px) {
      .index-recruit__ttl {
        font-size: 25px; } }
  .index-recruit__lead {
    font-size: 16px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .index-recruit__lead {
        padding: 0 50px; } }
  @media screen and (max-width: 767px) {
    .index-recruit .c-btn a {
      width: 280px; } }
  .index-recruit__en {
    font-family: "Lexend Giga", sans-serif;
    font-size: 11.27379vw;
    opacity: 0.15;
    position: absolute;
    right: 47px;
    top: 4vw;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -0.1em; }
    @media screen and (max-width: 767px) {
      .index-recruit__en {
        right: auto;
        top: auto;
        left: 0;
        bottom: 81vw;
        font-size: 14.61538vw;
        text-align: center; } }
  .index-recruit__slider {
    padding-top: 70px; }
    @media screen and (max-width: 767px) {
      .index-recruit__slider {
        padding-top: 150px; } }
    .index-recruit__slider li {
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        .index-recruit__slider li {
          margin: 0 10px; } }
      .index-recruit__slider li img {
        border-radius: 10px; }
      .index-recruit__slider li:nth-child(2n + 1) {
        margin-top: 30px; }

/* =========================== */
/* =========================== */
.about-philosophy {
  margin-top: 90px;
  position: relative;
  padding-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .about-philosophy {
      margin-top: 70px;
      padding: 0 13px 90px; } }
  .about-philosophy::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 340px);
    background: #45bdfc;
    background: linear-gradient(0deg, #45bdfc 0%, #2a70c4 100%);
    position: absolute;
    left: 0;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .about-philosophy::after {
        height: calc(100% - 260px); } }
  .about-philosophy .sect-inner {
    position: relative;
    z-index: 1; }
  .about-philosophy__en {
    font-family: "Lexend Giga", sans-serif;
    font-size: 6.22255vw;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #acedae;
    color: transparent;
    /*文字色を透明化する*/
    letter-spacing: -0.1em;
    text-align: center;
    line-height: 1;
    position: relative;
    width: 95vw;
    left: 50%;
    top: -50px;
    transform: translate(-50%, 0); }
    @media screen and (max-width: 767px) {
      .about-philosophy__en {
        font-size: 6.41026vw;
        width: 99vw;
        top: -10px;
        margin-bottom: 20px; } }
  .about-philosophy__headerimg img {
    border-radius: 10px; }
  .about-philosophy__ttl {
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 1.75;
    letter-spacing: 0.2em;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .about-philosophy__ttl {
        font-size: 5.12821vw;
        margin-bottom: 40px; } }
  .about-philosophy__list {
    display: flex;
    flex-wrap: wrap;
    gap: 38px; }
  .about-philosophy__item {
    width: calc((100% - 38px) / 2);
    background: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    text-align: center;
    padding: 50px; }
    @media screen and (max-width: 767px) {
      .about-philosophy__item {
        width: 100%;
        padding: 30px; } }
    .about-philosophy__item.w-100 {
      width: 100%; }
    .about-philosophy__item .c-ttl {
      margin: 0; }
      .about-philosophy__item .c-ttl .en {
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .about-philosophy__item .c-ttl .en {
            font-size: 3.58974vw; } }
      .about-philosophy__item .c-ttl .jp {
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .about-philosophy__item .c-ttl .jp {
            font-size: 5.12821vw; } }
    .about-philosophy__item .icon {
      margin-bottom: 10px; }
    .about-philosophy__item .body p {
      font-size: 16px;
      line-height: 2; }
      .about-philosophy__item .body p.green {
        font-size: 25px;
        color: #36b53a;
        line-height: 1.56;
        font-weight: bold;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .about-philosophy__item .body p.green {
            font-size: 20px; } }
    .about-philosophy__item ul.flex {
      display: flex;
      gap: 30px; }
      @media screen and (max-width: 767px) {
        .about-philosophy__item ul.flex {
          flex-direction: column; } }
      .about-philosophy__item ul.flex > li {
        width: 33.33%; }
        @media screen and (max-width: 767px) {
          .about-philosophy__item ul.flex > li {
            width: 100%; } }
        .about-philosophy__item ul.flex > li p {
          font-size: 16px;
          line-height: 2; }
          .about-philosophy__item ul.flex > li p.green {
            font-size: 20px; }
    .about-philosophy__item.item-1 .icon img {
      width: calc(482px / 2); }
      @media screen and (max-width: 767px) {
        .about-philosophy__item.item-1 .icon img {
          width: calc(482px / 2.3); } }
    .about-philosophy__item.item-2 .icon img {
      width: calc(460px / 2); }
      @media screen and (max-width: 767px) {
        .about-philosophy__item.item-2 .icon img {
          width: calc(460px / 2.3); } }
    @media screen and (max-width: 767px) {
      .about-philosophy__item.item-3 .icon img {
        width: 256px; } }

/* =========================== */
.about-strength {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .about-strength {
      margin: 80px 0 130px;
      padding: 0 13px; } }
  .about-strength .c-ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .about-strength .c-ttl {
        text-align: center;
        margin-bottom: 20px; } }
  .about-strength__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    @media screen and (max-width: 767px) {
      .about-strength__list {
        gap: 10px; } }
  .about-strength__item {
    width: calc((100% - 32px) / 3);
    border-radius: 10px;
    padding: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .about-strength__item {
        width: 100%;
        padding: 30px; } }
    .about-strength__item .ttl {
      color: #2971c4;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 0.6em; }
      @media screen and (max-width: 767px) {
        .about-strength__item .ttl {
          font-size: 17px; } }
    .about-strength__item.img {
      padding: 0; }
      @media screen and (max-width: 767px) {
        .about-strength__item.img {
          width: calc((100% - 10px) / 2); } }
      .about-strength__item.img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .about-strength__item.item-1, .about-strength__item.item-9 {
      background: #f4f7fb; }
    .about-strength__item.item-3, .about-strength__item.item-7 {
      background: #e2efff; }
    .about-strength__item.item-5 {
      background: #e6e9ef; }
    @media screen and (max-width: 767px) {
      .about-strength__item.item-1 {
        order: 1; }
      .about-strength__item.item-2 {
        order: 2; }
      .about-strength__item.item-3 {
        order: 4; }
      .about-strength__item.item-4 {
        order: 3; }
      .about-strength__item.item-5 {
        order: 5; }
      .about-strength__item.item-6 {
        order: 6; }
      .about-strength__item.item-7 {
        order: 8; }
      .about-strength__item.item-8 {
        order: 7; }
      .about-strength__item.item-9 {
        order: 9; } }

/* =========================== */
.about-message {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .about-message {
      margin: 80px 0 130px;
      padding: 0 35px; } }
  @media screen and (max-width: 767px) {
    .about-message .c-ttl {
      text-align: center;
      margin-bottom: 20px; } }
  .about-message-grid {
    display: grid;
    grid-template-columns: 41% 59%;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 767px) {
      .about-message-grid {
        display: block; } }
  .about-message-img {
    margin-bottom: 20px; }
    .about-message-img img {
      border-radius: 10px; }
  .about-message-txt {
    grid-area: 1 / 2 / 3 / 3;
    padding-left: 45px; }
    @media screen and (max-width: 767px) {
      .about-message-txt {
        padding: 0; } }
    .about-message-txt .ttl {
      color: #2971c4;
      font-size: 25px;
      font-weight: bold;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 767px) {
        .about-message-txt .ttl {
          font-size: 20px;
          text-align: center; } }
    .about-message-txt .body {
      line-height: 2.14; }
  .about-message-name {
    font-size: 17px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .about-message-name {
        margin-top: 30px;
        font-size: 14px;
        text-align: center; } }

/* =========================== */
.about-outline {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .about-outline {
      margin: 80px 0 130px;
      padding: 0 35px; } }
  @media screen and (max-width: 767px) {
    .about-outline .c-ttl {
      text-align: center;
      margin-bottom: 20px; } }
  .about-outline .sect-inner {
    display: flex; }
    @media screen and (max-width: 767px) {
      .about-outline .sect-inner {
        display: block; } }
  .about-outline-header {
    width: 203px; }
    @media screen and (max-width: 767px) {
      .about-outline-header {
        width: 100%; } }
  .about-outline-cont {
    width: calc(100% - 203px); }
    @media screen and (max-width: 767px) {
      .about-outline-cont {
        width: 100%; } }
    .about-outline-cont table {
      width: 100%;
      border-top: 1px solid #a8afb7; }
      .about-outline-cont table th,
      .about-outline-cont table td {
        border-bottom: 1px solid #a8afb7;
        padding: 20px 0; }
        @media screen and (max-width: 767px) {
          .about-outline-cont table th,
          .about-outline-cont table td {
            display: block;
            width: 100%;
            border: none;
            padding: 0; } }
      .about-outline-cont table th {
        color: #2971c4;
        font-weight: bold;
        width: 127px; }
        @media screen and (max-width: 767px) {
          .about-outline-cont table th {
            width: 100%;
            padding: 20px 0 2px; } }
      @media screen and (max-width: 767px) {
        .about-outline-cont table td {
          border-bottom: 1px solid #a8afb7;
          padding: 2px 0 20px; } }

/* =========================== */
.about-history {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .about-history {
      margin: 80px 0 130px;
      padding: 0 35px; } }
  @media screen and (max-width: 767px) {
    .about-history .c-ttl {
      text-align: center;
      margin-bottom: 20px; } }
  .about-history .sect-inner {
    display: flex; }
    @media screen and (max-width: 767px) {
      .about-history .sect-inner {
        display: block; } }
  .about-history-header {
    width: 203px; }
    @media screen and (max-width: 767px) {
      .about-history-header {
        width: 100%; } }
  .about-history-cont {
    width: calc(100% - 203px); }
    @media screen and (max-width: 767px) {
      .about-history-cont {
        width: 100%; } }
  .about-history__item {
    display: flex;
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .about-history__item {
        display: block;
        padding-bottom: 40px; } }
    .about-history__item::before {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #a8afb7;
      position: absolute;
      left: 6px;
      top: 8px; }
    .about-history__item::after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #a8afb7;
      position: absolute;
      left: 0;
      top: 8px; }
    .about-history__item .date {
      font-size: 16px;
      font-weight: bold;
      color: #2971c4;
      width: 130px; }
      @media screen and (max-width: 767px) {
        .about-history__item .date {
          width: 100%;
          margin-bottom: 10px; } }
    .about-history__item .body {
      width: calc(100% - 130px); }
      @media screen and (max-width: 767px) {
        .about-history__item .body {
          width: 100%; } }

/* =========================== */
.about-access {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .about-access {
      margin: 80px 0 130px;
      padding: 0 35px; } }
  @media screen and (max-width: 767px) {
    .about-access .c-ttl {
      text-align: center;
      margin-bottom: 20px; } }
  .about-access .sect-inner {
    display: flex; }
    @media screen and (max-width: 767px) {
      .about-access .sect-inner {
        display: block; } }
  .about-access-header {
    width: 203px; }
    @media screen and (max-width: 767px) {
      .about-access-header {
        width: 100%; } }
  .about-access-cont {
    width: calc(100% - 203px); }
    @media screen and (max-width: 767px) {
      .about-access-cont {
        width: 100%; } }
  .about-access-unit {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .about-access-unit {
        display: block; } }
    .about-access-unit:last-child {
      margin-bottom: 0; }
    .about-access-unit .img {
      width: 66%; }
      @media screen and (max-width: 767px) {
        .about-access-unit .img {
          width: 100%;
          margin-bottom: 20px; } }
      .about-access-unit .img img {
        border-radius: 10px; }
    .about-access-unit .txt {
      width: 34%; }
      @media screen and (max-width: 767px) {
        .about-access-unit .txt {
          width: 100%; } }
      .about-access-unit .txt .name {
        font-size: 20px;
        color: #2971c4; }
      .about-access-unit .txt .info {
        font-size: 16px;
        line-height: 1.625;
        font-weight: 400; }
      .about-access-unit .txt .c-btn a {
        border-color: #2971c4;
        color: #2971c4;
        background-image: url(../images/common/arrow-right-blue.svg); }
        @media screen and (max-width: 767px) {
          .about-access-unit .txt .c-btn a {
            width: 210px;
            height: 46px;
            font-size: 14px; } }

/* =========================== */
/* =========================== */
.sales-tab {
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .sales-tab {
      margin-top: 100px; } }
  .sales-tab .tab_box {
    max-width: 1088px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box; }
    @media screen and (max-width: 767px) {
      .sales-tab .tab_box {
        padding: 0px; } }
    .sales-tab .tab_box .btn_area {
      display: flex;
      justify-content: center;
      gap: 20px;
      border-bottom: 2px solid #8d71cc; }
      @media screen and (max-width: 767px) {
        .sales-tab .tab_box .btn_area {
          gap: 10px;
          padding: 0 30px;
          margin: 0 10px; } }
      .sales-tab .tab_box .btn_area .tab_btn {
        cursor: pointer;
        background: #fff;
        color: #8d71cc;
        border: 2px solid #8d71cc;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        width: 285px;
        height: 66px;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .sales-tab .tab_box .btn_area .tab_btn {
            width: calc((100% - 10px) / 2);
            font-size: 4.35897vw;
            line-height: 1.47; } }
        .sales-tab .tab_box .btn_area .tab_btn.active {
          background: #8d71cc;
          color: #fff;
          position: relative; }
          .sales-tab .tab_box .btn_area .tab_btn.active::before {
            content: url(../images/service/sales/badge-active.svg);
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: -40px;
            text-align: center; }
            @media screen and (max-width: 767px) {
              .sales-tab .tab_box .btn_area .tab_btn.active::before {
                top: -30px; } }
    .sales-tab .tab_box .panel_area .tab_panel {
      display: none; }
      .sales-tab .tab_box .panel_area .tab_panel.active {
        display: block; }

/* =========================== */
.sales-anchor {
  margin: 60px 0; }
  @media screen and (max-width: 767px) {
    .sales-anchor {
      margin: 40px 0; } }
  .sales-anchor__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 692px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .sales-anchor__list {
        flex-direction: column;
        gap: 20px; } }
  .sales-anchor__item {
    width: calc((100% - 60px) / 3); }
    @media screen and (max-width: 767px) {
      .sales-anchor__item {
        width: 100%; } }
    .sales-anchor__item a {
      border: 2px solid #8d71cc;
      color: #8d71cc;
      min-height: 46px;
      font-weight: bold;
      border-radius: 10px;
      display: flex;
      align-items: center;
      padding: 9px 15px;
      padding-right: 45px;
      background-image: url(../images/common/arrow-down-purple.svg);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 18px auto; }
      @media screen and (max-width: 767px) {
        .sales-anchor__item a {
          width: 214px;
          height: 48px;
          font-size: 14px;
          margin: 0 auto; } }
      .sales-anchor__item a:hover {
        opacity: 1;
        color: #fff;
        background-color: #8d71cc;
        background-image: url(../images/common/arrow-down-white.svg); }

/* =========================== */
.sales-header {
  text-align: center;
  margin: 120px 0;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .sales-header {
      padding: 0 15px; } }
  .sales-header .sect-inner {
    position: relative;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .sales-header .sect-inner {
        padding: 0 20px 50px; } }
    .sales-header .sect-inner::before {
      content: "";
      display: block;
      width: 100%;
      height: calc(100% - 180px);
      background: #8d71cc;
      position: absolute;
      left: 0;
      bottom: 0;
      border-radius: 10px; }
    .sales-header .sect-inner-2 {
      position: relative;
      max-width: 854px;
      margin: 0 auto; }
  .sales-header-img {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .sales-header-img {
        margin-bottom: 30px; } }
    .sales-header-img img {
      border-radius: 10px; }
  .sales-header__ttl {
    font-size: 25px; }
    @media screen and (max-width: 767px) {
      .sales-header__ttl {
        font-size: 20px;
        margin-bottom: 25px; } }
  .sales-header__body {
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .sales-header__body {
        padding: 0 10px; } }

/* =========================== */
.sales-marker {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .sales-marker {
      margin: 120px 0;
      padding: 0 35px; } }
  @media screen and (max-width: 767px) {
    .sales-marker .c-ttl {
      text-align: center; }
      .sales-marker .c-ttl .lead {
        text-align: left; } }
  .sales-marker__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .sales-marker__list {
        gap: 10px; } }
  .sales-marker__item {
    width: calc((100% - 90px) / 4);
    border: 1px solid #d3d7dd;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .sales-marker__item {
        width: calc((100% - 20px) / 3); } }

/* =========================== */
.sales-strength {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .sales-strength {
      margin: 120px 0;
      padding: 0 35px; } }
  .sales-strength .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .sales-strength .c-ttl {
        text-align: center; } }
  .sales-strength-unit {
    background: #f7f4ff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .sales-strength-unit {
        flex-direction: column;
        padding: 18px;
        padding-bottom: 30px; } }
    .sales-strength-unit .img {
      width: 45%; }
      @media screen and (max-width: 767px) {
        .sales-strength-unit .img {
          width: 100%;
          margin-bottom: 20px; } }
      .sales-strength-unit .img img {
        border-radius: 10px; }
    .sales-strength-unit .txt {
      width: 55%;
      padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .sales-strength-unit .txt {
          width: 100%;
          padding-left: 0; } }
      .sales-strength-unit .txt .ttl {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .sales-strength-unit .txt .ttl {
            font-size: 17px; } }
    .sales-strength-unit.exhibition {
      background: #fff;
      border: 1px solid #8d71cc;
      margin: -10px 0 40px; }
      @media screen and (max-width: 767px) {
        .sales-strength-unit.exhibition {
          padding: 26px; } }
      .sales-strength-unit.exhibition .img {
        width: 56%; }
        @media screen and (max-width: 767px) {
          .sales-strength-unit.exhibition .img {
            width: 100%;
            margin: 0; } }
        .sales-strength-unit.exhibition .img ul {
          display: flex;
          gap: 18px; }
          @media screen and (max-width: 767px) {
            .sales-strength-unit.exhibition .img ul {
              flex-direction: column;
              margin: 0; } }
          .sales-strength-unit.exhibition .img ul > li {
            width: calc((100% - 18px) / 2); }
            @media screen and (max-width: 767px) {
              .sales-strength-unit.exhibition .img ul > li {
                width: 100%; } }
      .sales-strength-unit.exhibition .txt {
        width: 44%;
        padding: 0;
        padding-right: 40px; }
        @media screen and (max-width: 767px) {
          .sales-strength-unit.exhibition .txt {
            width: 100%;
            padding-right: 0;
            margin-bottom: 20px; } }
        .sales-strength-unit.exhibition .txt .ttl {
          font-size: 20px;
          color: #8d71cc;
          border-bottom: 1px solid #8d71cc;
          margin-bottom: 10px;
          padding-bottom: 10px; }
          @media screen and (max-width: 767px) {
            .sales-strength-unit.exhibition .txt .ttl {
              text-align: center; } }
  .sales-strength__list {
    display: flex;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .sales-strength__list {
        flex-direction: column;
        gap: 30px; } }
  .sales-strength__item {
    width: 33.33%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .sales-strength__item {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center; } }
    .sales-strength__item .icon {
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .sales-strength__item .icon {
          flex: 0 0 130px; } }
    .sales-strength__item .label {
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .sales-strength__item .label {
          font-size: 17px;
          padding-left: 20px; } }

/* =========================== */
.sales-flow {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .sales-flow {
      margin: 120px 0;
      padding: 0 35px; } }
  .sales-flow .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .sales-flow .c-ttl {
        text-align: center; } }
  .sales-flow__item {
    background: #f7f4ff;
    display: grid;
    grid-template-columns: 76px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    margin-bottom: 40px;
    border-radius: 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .sales-flow__item {
        display: grid;
        grid-template-columns: 76px 1fr;
        grid-template-rows: auto 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px; } }
    .sales-flow__item::before {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 26px 32px 0 32px;
      border-color: #8d71cc transparent transparent transparent;
      transform: rotate(0deg);
      position: absolute;
      left: 50%;
      bottom: -26px;
      transform: translate(-50%, 0); }
    .sales-flow__item:last-child::before {
      display: none; }
    .sales-flow__item .header {
      grid-area: 1 / 1 / 3 / 2;
      background: #8d71cc;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      line-height: 1.3;
      font-weight: 700;
      font-family: "Lexend Giga", sans-serif;
      letter-spacing: -0.05em;
      border-radius: 10px 0 0 10px; }
      @media screen and (max-width: 767px) {
        .sales-flow__item .header {
          grid-area: auto;
          border-radius: 10px 0 0 0;
          padding: 16px 0; } }
      .sales-flow__item .header .step {
        font-size: 14px; }
      .sales-flow__item .header .number {
        font-size: 20px; }
    .sales-flow__item .ttl {
      padding-top: 40px;
      font-size: 20px;
      margin-bottom: 0px; }
      @media screen and (max-width: 767px) {
        .sales-flow__item .ttl {
          padding: 10px 20px;
          font-size: 19px;
          align-self: center;
          line-height: 1.5; } }
    .sales-flow__item .body {
      padding-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .sales-flow__item .body {
          grid-area: 2 / 1 / 3 / 3;
          padding: 30px 30px 40px; } }
      .sales-flow__item .body .btn ul {
        display: flex;
        gap: 20px; }
        @media screen and (max-width: 767px) {
          .sales-flow__item .body .btn ul {
            flex-direction: column; } }
        .sales-flow__item .body .btn ul .c-btn {
          margin: 0; }
          .sales-flow__item .body .btn ul .c-btn a {
            width: 214px;
            background-color: #fff;
            background-image: url(../images/common/arrow-right-purple.svg);
            border-color: #8d71cc;
            color: #8d71cc; }
            @media screen and (max-width: 767px) {
              .sales-flow__item .body .btn ul .c-btn a {
                height: 46px;
                margin: 0 auto;
                display: flex; } }

/* =========================== */
.sales-store {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .sales-store {
      margin: 120px 0;
      padding: 0 35px; } }
  .sales-store .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .sales-store .c-ttl {
        text-align: center; } }
  .sales-store-flex {
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .sales-store-flex {
        flex-direction: column; } }
  .sales-store-img {
    width: 52%; }
    @media screen and (max-width: 767px) {
      .sales-store-img {
        width: 100%;
        margin-bottom: 20px; } }
    .sales-store-img img {
      border-radius: 10px; }
  .sales-store-txt {
    width: 48%;
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      .sales-store-txt {
        width: 100%;
        padding-right: 0; } }
    .sales-store-txt table {
      width: 100%;
      border-top: 1px solid #a8afb7; }
      .sales-store-txt table caption {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px; }
      .sales-store-txt table th,
      .sales-store-txt table td {
        border-bottom: 1px solid #a8afb7;
        padding: 14px 0; }
        @media screen and (max-width: 767px) {
          .sales-store-txt table th,
          .sales-store-txt table td {
            display: block;
            border-bottom: none;
            padding: 0; } }
      .sales-store-txt table th {
        color: #8d71cc;
        width: 127px; }
        @media screen and (max-width: 767px) {
          .sales-store-txt table th {
            width: 100%;
            padding: 14px 0 0; } }
      @media screen and (max-width: 767px) {
        .sales-store-txt table td {
          width: 100%;
          padding: 0 0 14px;
          border-bottom: 1px solid #a8afb7; } }
      .sales-store-txt table td dl {
        display: flex;
        flex-wrap: wrap;
        gap: 25px 0; }
        .sales-store-txt table td dl dt {
          width: 85px; }
        .sales-store-txt table td dl dd {
          width: calc(100% - 85px); }

/* =========================== */
.main-content.page-sales .page-ttl .sect-inner {
  background: #f7f4ff; }
  .main-content.page-sales .page-ttl .sect-inner .c-ttl .en,
  .main-content.page-sales .page-ttl .sect-inner .c-ttl .jp {
    color: #8d71cc; }

.main-content.page-sales .c-ttl .en,
.main-content.page-sales .c-ttl .jp {
  color: #8d71cc; }

.main-content.page-vehicle-inspection .page-ttl .sect-inner {
  background: #fff7fd; }
  .main-content.page-vehicle-inspection .page-ttl .sect-inner .c-ttl .en,
  .main-content.page-vehicle-inspection .page-ttl .sect-inner .c-ttl .jp {
    color: #cc71b4; }

.main-content.page-vehicle-inspection .c-ttl .en,
.main-content.page-vehicle-inspection .c-ttl .jp {
  color: #cc71b4; }

.main-content.page-vehicle-inspection .sales-header .sect-inner::before {
  background: #cc71b4; }

.main-content.page-vehicle-inspection .sales-anchor {
  margin: 110px 0; }
  @media screen and (max-width: 767px) {
    .main-content.page-vehicle-inspection .sales-anchor {
      margin: 70px 0; } }
  .main-content.page-vehicle-inspection .sales-anchor__list {
    max-width: 932px;
    justify-content: flex-start; }
  .main-content.page-vehicle-inspection .sales-anchor__item {
    width: calc((100% - 90px) / 4); }
    @media screen and (max-width: 767px) {
      .main-content.page-vehicle-inspection .sales-anchor__item {
        width: 100%; } }
    .main-content.page-vehicle-inspection .sales-anchor__item a {
      border-color: #cc71b4;
      color: #cc71b4;
      background-image: url(../images/common/arrow-down-pink.svg); }
      .main-content.page-vehicle-inspection .sales-anchor__item a:hover {
        background-color: #cc71b4;
        color: #fff;
        background-image: url(../images/common/arrow-down-white.svg); }

.main-content.page-vehicle-inspection .sales-store-txt table th {
  color: #cc71b4; }

.main-content.page-maintenance .page-ttl .sect-inner {
  background: #fffaf2; }
  .main-content.page-maintenance .page-ttl .sect-inner .c-ttl .en,
  .main-content.page-maintenance .page-ttl .sect-inner .c-ttl .jp {
    color: #d69e34; }

.main-content.page-maintenance .c-ttl .en,
.main-content.page-maintenance .c-ttl .jp {
  color: #d69e34; }

.main-content.page-maintenance .sales-header .sect-inner::before {
  background: #d69e34; }

.main-content.page-maintenance .sales-anchor {
  margin: 110px 0; }
  @media screen and (max-width: 767px) {
    .main-content.page-maintenance .sales-anchor {
      margin: 70px 0; } }
  .main-content.page-maintenance .sales-anchor__list {
    max-width: 932px;
    justify-content: flex-start; }
  .main-content.page-maintenance .sales-anchor__item {
    width: calc((100% - 90px) / 4); }
    @media screen and (max-width: 767px) {
      .main-content.page-maintenance .sales-anchor__item {
        width: 100%; } }
    .main-content.page-maintenance .sales-anchor__item a {
      border-color: #d69e34;
      color: #d69e34;
      background-image: url(../images/common/arrow-down-yellow.svg); }
      .main-content.page-maintenance .sales-anchor__item a:hover {
        background-color: #d69e34;
        color: #fff;
        background-image: url(../images/common/arrow-down-white.svg); }

.main-content.page-maintenance .sales-store-txt table th {
  color: #d69e34; }

.main-content.page-maintenance .sales-flow__item {
  background: #fffaf2; }
  .main-content.page-maintenance .sales-flow__item::before {
    border-color: #d69e34 transparent transparent transparent; }
  .main-content.page-maintenance .sales-flow__item .header {
    background: #d69e34; }
  .main-content.page-maintenance .sales-flow__item .body .btn ul .c-btn a {
    background-image: url(../images/common/arrow-right-yellow.svg);
    border-color: #d69e34;
    color: #d69e34; }

.main-content.page-body-repair .page-ttl .sect-inner {
  background: #f5faec; }
  .main-content.page-body-repair .page-ttl .sect-inner .c-ttl .en,
  .main-content.page-body-repair .page-ttl .sect-inner .c-ttl .jp {
    color: #87b924; }

.main-content.page-body-repair .c-ttl .en,
.main-content.page-body-repair .c-ttl .jp {
  color: #87b924; }

.main-content.page-body-repair .sales-header .sect-inner::before {
  background: #87b924; }

.main-content.page-body-repair .sales-anchor {
  margin: 110px 0; }
  @media screen and (max-width: 767px) {
    .main-content.page-body-repair .sales-anchor {
      margin: 70px 0; } }
  .main-content.page-body-repair .sales-anchor__list {
    max-width: 932px;
    justify-content: flex-start; }
  .main-content.page-body-repair .sales-anchor__item {
    width: calc((100% - 90px) / 4); }
    @media screen and (max-width: 767px) {
      .main-content.page-body-repair .sales-anchor__item {
        width: 100%; } }
    .main-content.page-body-repair .sales-anchor__item a {
      border-color: #87b924;
      color: #87b924;
      background-image: url(../images/common/arrow-down-green.svg); }
      .main-content.page-body-repair .sales-anchor__item a:hover {
        background-color: #87b924;
        color: #fff;
        background-image: url(../images/common/arrow-down-white.svg); }

.main-content.page-body-repair .sales-store-txt table th {
  color: #87b924; }

.main-content.page-body-repair .sales-flow__item {
  background: #f5faec; }
  .main-content.page-body-repair .sales-flow__item::before {
    border-color: #87b924 transparent transparent transparent; }
  .main-content.page-body-repair .sales-flow__item .header {
    background: #87b924; }
  .main-content.page-body-repair .sales-flow__item .body .btn ul .c-btn a {
    background-image: url(../images/common/arrow-right-green.svg);
    border-color: #87b924;
    color: #87b924; }

.main-content.page-body-repair .maintenance-reserve .reserve {
  background: #f5faec; }
  .main-content.page-body-repair .maintenance-reserve .reserve > .ttl {
    color: #87b924;
    border-bottom: 2px solid #87b924; }
    .main-content.page-body-repair .maintenance-reserve .reserve > .ttl::before {
      border-color: #87b924 transparent transparent transparent; }
  .main-content.page-body-repair .maintenance-reserve .reserve .flex .left::before {
    background-image: linear-gradient(to bottom, #c0d891 3px, transparent 3px); }
  .main-content.page-body-repair .maintenance-reserve .reserve .flex .left .c-btn a {
    border-color: #87b924;
    color: #87b924;
    background-image: url(../images/common/arrow-right-green.svg); }
  .main-content.page-body-repair .maintenance-reserve .reserve .flex .right .number-set {
    color: #87b924; }

.main-content.page-body-repair .maintenance-reserve .payment {
  background: #edf2e6; }
  .main-content.page-body-repair .maintenance-reserve .payment .ttl {
    color: #87b924; }

.main-content.page-insurance .page-ttl .sect-inner {
  background: #edfafd; }
  .main-content.page-insurance .page-ttl .sect-inner .c-ttl .en,
  .main-content.page-insurance .page-ttl .sect-inner .c-ttl .jp {
    color: #37a8c3; }

.main-content.page-insurance .c-ttl .en,
.main-content.page-insurance .c-ttl .jp {
  color: #37a8c3; }

.main-content.page-insurance .sales-header .sect-inner::before {
  background: #37a8c3; }

.main-content.page-insurance .sales-anchor {
  margin: 110px 0; }
  @media screen and (max-width: 767px) {
    .main-content.page-insurance .sales-anchor {
      margin: 70px 0; } }
  .main-content.page-insurance .sales-anchor__list {
    max-width: 932px;
    justify-content: flex-start; }
  .main-content.page-insurance .sales-anchor__item {
    width: calc((100% - 90px) / 4); }
    @media screen and (max-width: 767px) {
      .main-content.page-insurance .sales-anchor__item {
        width: 100%; } }
    .main-content.page-insurance .sales-anchor__item a {
      border-color: #37a8c3;
      color: #37a8c3;
      background-image: url(../images/common/arrow-down-green2.svg); }
      .main-content.page-insurance .sales-anchor__item a:hover {
        background-color: #37a8c3;
        color: #fff;
        background-image: url(../images/common/arrow-down-white.svg); }

.main-content.page-insurance .sales-strength-unit {
  background: #edfafd; }

.main-content.page-insurance .sales-flow__item {
  background: #edfafd; }
  .main-content.page-insurance .sales-flow__item::before {
    border-color: #37a8c3 transparent transparent transparent; }
  .main-content.page-insurance .sales-flow__item .header {
    background: #37a8c3; }
  .main-content.page-insurance .sales-flow__item .body .btn ul .c-btn a {
    background-image: url(../images/common/arrow-right-green2.svg);
    border-color: #37a8c3;
    color: #37a8c3; }

.main-content.page-insurance .maintenance-reserve .reserve {
  background: #f5faec; }
  .main-content.page-insurance .maintenance-reserve .reserve > .ttl {
    color: #37a8c3;
    border-bottom: 2px solid #37a8c3; }
    .main-content.page-insurance .maintenance-reserve .reserve > .ttl::before {
      border-color: #37a8c3 transparent transparent transparent; }
  .main-content.page-insurance .maintenance-reserve .reserve .flex .left::before {
    background-image: linear-gradient(to bottom, #c0d891 3px, transparent 3px); }
  .main-content.page-insurance .maintenance-reserve .reserve .flex .left .c-btn a {
    border-color: #37a8c3;
    color: #37a8c3;
    background-image: url(../images/common/arrow-right-green2.svg); }
  .main-content.page-insurance .maintenance-reserve .reserve .flex .right .number-set {
    color: #37a8c3; }

.main-content.page-insurance .maintenance-reserve .payment {
  background: #edf2e6; }
  .main-content.page-insurance .maintenance-reserve .payment .ttl {
    color: #37a8c3; }

.main-content.page-forbusiness .sales-anchor, .main-content.page-recruit .sales-anchor {
  margin: 110px 0; }
  @media screen and (max-width: 767px) {
    .main-content.page-forbusiness .sales-anchor, .main-content.page-recruit .sales-anchor {
      margin: 70px 0; } }
  .main-content.page-forbusiness .sales-anchor__list, .main-content.page-recruit .sales-anchor__list {
    max-width: 950px;
    justify-content: flex-start; }
  .main-content.page-forbusiness .sales-anchor__item, .main-content.page-recruit .sales-anchor__item {
    width: calc((100% - 90px) / 4); }
    @media screen and (max-width: 767px) {
      .main-content.page-forbusiness .sales-anchor__item, .main-content.page-recruit .sales-anchor__item {
        width: 100%; } }
    .main-content.page-forbusiness .sales-anchor__item a, .main-content.page-recruit .sales-anchor__item a {
      border-color: #2971c4;
      color: #2971c4;
      background-image: url(../images/common/arrow-down-blue.svg); }
      @media screen and (max-width: 767px) {
        .main-content.page-forbusiness .sales-anchor__item a, .main-content.page-recruit .sales-anchor__item a {
          padding-right: 35px; } }
      .main-content.page-forbusiness .sales-anchor__item a:hover, .main-content.page-recruit .sales-anchor__item a:hover {
        background-color: #2971c4;
        color: #fff;
        background-image: url(../images/common/arrow-down-white.svg); }

.main-content.page-forbusiness .sales-header .sect-inner::before, .main-content.page-recruit .sales-header .sect-inner::before {
  background: #2971c4; }

.main-content.page-forbusiness .sales-flow__item, .main-content.page-recruit .sales-flow__item {
  background: #e2efff; }
  .main-content.page-forbusiness .sales-flow__item::before, .main-content.page-recruit .sales-flow__item::before {
    border-color: #2971c4 transparent transparent transparent; }
  .main-content.page-forbusiness .sales-flow__item .header, .main-content.page-recruit .sales-flow__item .header {
    background: #2971c4; }
  .main-content.page-forbusiness .sales-flow__item .ttl, .main-content.page-recruit .sales-flow__item .ttl {
    color: #2971c4; }
  .main-content.page-forbusiness .sales-flow__item .body .btn ul .c-btn a, .main-content.page-recruit .sales-flow__item .body .btn ul .c-btn a {
    background-image: url(../images/common/arrow-right-blue.svg);
    border-color: #2971c4;
    color: #2971c4; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.vi-reason {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .vi-reason {
      margin: 120px 0;
      padding: 0 35px; } }
  .vi-reason .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .vi-reason .c-ttl {
        text-align: center; } }
  .vi-reason__list {
    display: flex;
    gap: 60px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .vi-reason__list {
        flex-direction: column; } }
  .vi-reason__item {
    width: calc((100% - 120px) / 3); }
    @media screen and (max-width: 767px) {
      .vi-reason__item {
        width: 100%; } }
    .vi-reason__item .img {
      margin-bottom: 20px; }
      .vi-reason__item .img img {
        border-radius: 10px; }
    .vi-reason__item .txt .ttl {
      font-size: 20px;
      margin-bottom: 10px; }

/* =========================== */
.vi-menu {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .vi-menu {
      margin: 120px 0;
      padding: 0 13px; } }
  @media screen and (max-width: 767px) {
    .vi-menu .c-ttl {
      text-align: center; } }
  .vi-menu .tab_box3 .btn_area {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .vi-menu .tab_box3 .btn_area {
        gap: 10px;
        padding: 0 30px;
        margin: 0 10px; } }
    .vi-menu .tab_box3 .btn_area .tab_btn3 {
      cursor: pointer;
      background: #fff;
      color: #cc71b4;
      border: 2px solid #cc71b4;
      border-bottom: none;
      border-radius: 10px 10px 0 0;
      width: 236px;
      height: 54px;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .vi-menu .tab_box3 .btn_area .tab_btn3 {
          width: calc((100% - 10px) / 2);
          font-size: 4.35897vw;
          line-height: 1.47; } }
      .vi-menu .tab_box3 .btn_area .tab_btn3.active {
        background: #cc71b4;
        color: #fff;
        position: relative; }
        .vi-menu .tab_box3 .btn_area .tab_btn3.active::before {
          content: url(../images/service/vehicle-inspection/badge-active.svg);
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: -35px;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .vi-menu .tab_box3 .btn_area .tab_btn3.active::before {
              top: -30px; } }
  .vi-menu .tab_box3 .panel_area {
    border: 2px solid #cc71b4;
    border-radius: 10px; }
    .vi-menu .tab_box3 .panel_area .tab_panel3 {
      display: none; }
      .vi-menu .tab_box3 .panel_area .tab_panel3.active {
        display: block; }
      .vi-menu .tab_box3 .panel_area .tab_panel3-inner {
        padding: 55px; }
        @media screen and (max-width: 767px) {
          .vi-menu .tab_box3 .panel_area .tab_panel3-inner {
            padding: 35px 22px; } }
  .vi-menu-flex {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .vi-menu-flex {
        flex-direction: column;
        position: relative; } }
  .vi-menu-img {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .vi-menu-img {
        width: 100%;
        margin-bottom: 20px; } }
    .vi-menu-img img {
      border-radius: 10px; }
  .vi-menu-txt {
    width: 52%;
    padding-right: 35px; }
    @media screen and (max-width: 767px) {
      .vi-menu-txt {
        width: 100%;
        padding-right: 0; } }
    .vi-menu-txt .badge {
      background: #cc71b4;
      color: #fff;
      border-radius: 10px;
      font-size: 17px;
      font-weight: bold;
      display: inline-block;
      padding: 3px 40px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .vi-menu-txt .badge {
          position: absolute;
          left: 50%;
          top: -15px;
          transform: translate(-50%, 0);
          padding: 3px 0px;
          width: 9em;
          text-align: center; } }
    .vi-menu-txt .unit-wrap {
      background: #fff7fd;
      border-radius: 10px;
      padding: 20px; }
      .vi-menu-txt .unit-wrap .unit {
        font-size: 17px;
        font-weight: bold;
        border-bottom: 1px solid #cc71b4;
        padding-bottom: 17px;
        margin-bottom: 20px; }
        .vi-menu-txt .unit-wrap .unit:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
        .vi-menu-txt .unit-wrap .unit .ttl {
          color: #cc71b4;
          margin: 0; }
  .vi-menu .table-wrap {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .vi-menu .table-wrap {
        margin-bottom: 60px; } }
    .vi-menu .table-wrap table {
      width: 100%;
      border-top: 1px solid #a8afb7; }
      .vi-menu .table-wrap table caption {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px; }
      .vi-menu .table-wrap table th,
      .vi-menu .table-wrap table td {
        border-bottom: 1px solid #a8afb7;
        padding: 14px 0; }
        @media screen and (max-width: 767px) {
          .vi-menu .table-wrap table th,
          .vi-menu .table-wrap table td {
            display: block;
            border-bottom: none;
            padding: 0; } }
      .vi-menu .table-wrap table th {
        color: #cc71b4;
        width: 127px; }
        @media screen and (max-width: 767px) {
          .vi-menu .table-wrap table th {
            width: 100%;
            padding: 14px 0 0; } }
      @media screen and (max-width: 767px) {
        .vi-menu .table-wrap table td {
          width: 100%;
          padding: 0 0 14px;
          border-bottom: 1px solid #a8afb7; } }
      .vi-menu .table-wrap table td dl {
        display: flex;
        flex-wrap: wrap;
        gap: 25px 0; }
        .vi-menu .table-wrap table td dl dt {
          width: 85px; }
        .vi-menu .table-wrap table td dl dd {
          width: calc(100% - 85px); }
  .vi-menu-price .c-ttl {
    position: relative;
    margin-bottom: 20px; }
    .vi-menu-price .c-ttl .note {
      position: absolute;
      right: 0;
      bottom: 0;
      text-align: right;
      font-size: 12px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .vi-menu-price .c-ttl .note {
          position: relative;
          text-align: center; } }
  @media screen and (max-width: 767px) {
    .vi-menu-price .vi-price-main {
      overflow-x: scroll; } }
  .vi-menu-price .vi-price-sub {
    padding-top: 35px; }
    @media screen and (max-width: 767px) {
      .vi-menu-price .vi-price-sub {
        padding: 35px 25px 0; } }
  .vi-menu-price table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #a8afb7;
    border-radius: 10px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .vi-menu-price table {
        white-space: nowrap; } }
    .vi-menu-price table caption {
      margin-bottom: 0.5em; }
    .vi-menu-price table th,
    .vi-menu-price table td {
      border: 1px solid #a8afb7;
      text-align: center;
      vertical-align: middle;
      line-height: 1.5; }
      .vi-menu-price table th small,
      .vi-menu-price table td small {
        font-size: 85%; }
      .vi-menu-price table th.bg,
      .vi-menu-price table td.bg {
        background: #fff7fd; }
      .vi-menu-price table th.weight,
      .vi-menu-price table td.weight {
        font-size: 12px; }
      .vi-menu-price table th.color,
      .vi-menu-price table td.color {
        color: #cc71b4;
        line-height: 1.78; }
      .vi-menu-price table th.tate .tate-inner,
      .vi-menu-price table td.tate .tate-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      .vi-menu-price table th.brn,
      .vi-menu-price table td.brn {
        border-right: none; }
      .vi-menu-price table th.bln,
      .vi-menu-price table td.bln {
        border-left: none; }
      .vi-menu-price table th.bbn,
      .vi-menu-price table td.bbn {
        border-bottom: none; }
      .vi-menu-price table th.btn,
      .vi-menu-price table td.btn {
        border-top: none; }
      .vi-menu-price table th.lefttop,
      .vi-menu-price table td.lefttop {
        border-radius: 10px 0 0 0; }
      .vi-menu-price table th.righttop,
      .vi-menu-price table td.righttop {
        border-radius: 0 10px 0 0; }
      .vi-menu-price table th.rightbottom,
      .vi-menu-price table td.rightbottom {
        border-radius: 0 0 10px 0; }
      .vi-menu-price table th.leftbottom,
      .vi-menu-price table td.leftbottom {
        border-radius: 0 0 0 10px; }
    .vi-menu-price table th {
      color: #cc71b4;
      background: #fff7fd;
      padding: 15px 10px; }
    .vi-menu-price table td {
      line-height: 1.25;
      padding: 7px 10px; }
      .vi-menu-price table td small {
        display: block;
        padding-top: 5px; }
    .vi-menu-price table.azukari-table {
      margin-bottom: 50px; }
      .vi-menu-price table.azukari-table th {
        height: 125px; }
      .vi-menu-price table.azukari-table td {
        padding: 20px 10px; }
    .vi-menu-price table.tachiai-table th,
    .vi-menu-price table.tachiai-table td {
      font-size: 12px; }
  .vi-menu-contact {
    background: #cc71b4;
    color: #fff;
    padding: 40px 0; }
    .vi-menu-contact.vi-menu-contact-1 .flex {
      display: flex;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .vi-menu-contact.vi-menu-contact-1 .flex {
          flex-direction: column; } }
      .vi-menu-contact.vi-menu-contact-1 .flex .left {
        width: 50%;
        position: relative; }
        @media screen and (max-width: 767px) {
          .vi-menu-contact.vi-menu-contact-1 .flex .left {
            width: 100%;
            padding-bottom: 40px;
            margin-bottom: 30px; } }
        .vi-menu-contact.vi-menu-contact-1 .flex .left::before {
          content: "";
          display: block;
          height: 100%;
          width: 3px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(0, -50%);
          /* 線の長さ2pxの線を背景画像とする */
          background-image: linear-gradient(to bottom, #fff 3px, transparent 3px);
          /* 背景画像の大きさを設定 */
          background-size: 3px 10px;
          /* 背景の開始位置を指定 */
          background-position: right top;
          /* 横方向に繰り返す */
          background-repeat: repeat-y; }
          @media screen and (max-width: 767px) {
            .vi-menu-contact.vi-menu-contact-1 .flex .left::before {
              height: 3px;
              width: 100%;
              top: auto;
              bottom: 0;
              right: auto;
              left: 50%;
              transform: translate(-50%, 0);
              /* 線の長さ2pxの線を背景画像とする */
              background-image: linear-gradient(to right, #fff 3px, transparent 3px);
              /* 背景画像の大きさを設定 */
              background-size: 10px 3px;
              /* 背景の開始位置を指定 */
              background-position: left bottom;
              /* 横方向に繰り返す */
              background-repeat: repeat-x; } }
        .vi-menu-contact.vi-menu-contact-1 .flex .left .lead {
          font-size: 17px;
          font-weight: bold; }
        .vi-menu-contact.vi-menu-contact-1 .flex .left .c-btn {
          margin-top: 30px; }
          .vi-menu-contact.vi-menu-contact-1 .flex .left .c-btn a {
            border-color: #fff;
            color: #cc71b4;
            background-color: #fff;
            background-image: url(../images/common/arrow-right-pink.svg);
            width: 278px;
            height: 64px;
            justify-content: center;
            font-size: 16px;
            padding-right: 25px; }
      .vi-menu-contact.vi-menu-contact-1 .flex .right {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .vi-menu-contact.vi-menu-contact-1 .flex .right {
            width: 100%; } }
        .vi-menu-contact.vi-menu-contact-1 .flex .right .ttl {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 10px; }
        .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set {
          color: #fff;
          margin-bottom: 10px; }
          .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set a {
            display: inline-block; }
          .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set .label {
            font-size: 12px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set .label {
                font-size: 12px; } }
          .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set .number {
            font-family: "Lexend Giga", sans-serif;
            font-size: 38px;
            font-weight: bold;
            line-height: 1;
            letter-spacing: -0.05em; }
            @media screen and (max-width: 767px) {
              .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set .number {
                font-size: 8.20513vw; } }
            .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set .number .icon {
              display: inline-flex;
              align-items: center; }
              .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set .number .icon img {
                width: 51px; }
              @media screen and (max-width: 767px) {
                .vi-menu-contact.vi-menu-contact-1 .flex .right .number-set .number .icon img {
                  width: 10.76923vw; } }
        .vi-menu-contact.vi-menu-contact-1 .flex .right .time {
          font-size: 12px;
          line-height: 1.83; }
    .vi-menu-contact.vi-menu-contact-2 .ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
      text-align: center;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .vi-menu-contact.vi-menu-contact-2 .ttl {
          font-size: 17px;
          line-height: 1.76; } }
    .vi-menu-contact.vi-menu-contact-2 .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px; }
      @media screen and (max-width: 767px) {
        .vi-menu-contact.vi-menu-contact-2 .flex {
          display: block; } }
    .vi-menu-contact.vi-menu-contact-2 .number-set a {
      display: flex;
      align-items: center;
      gap: 20px; }
      @media screen and (max-width: 767px) {
        .vi-menu-contact.vi-menu-contact-2 .number-set a {
          display: block;
          text-align: center;
          margin-bottom: 15px; } }
    .vi-menu-contact.vi-menu-contact-2 .number-set .label {
      font-size: 14px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .vi-menu-contact.vi-menu-contact-2 .number-set .label {
          font-size: 12px; } }
    .vi-menu-contact.vi-menu-contact-2 .number-set .number {
      font-family: "Lexend Giga", sans-serif;
      font-size: 44px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: -0.05em; }
      @media screen and (max-width: 767px) {
        .vi-menu-contact.vi-menu-contact-2 .number-set .number {
          font-size: 8.20513vw; } }
      .vi-menu-contact.vi-menu-contact-2 .number-set .number .icon {
        display: inline-flex;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .vi-menu-contact.vi-menu-contact-2 .number-set .number .icon img {
            width: 10.76923vw; } }
    .vi-menu-contact.vi-menu-contact-2 .time {
      font-size: 12px;
      line-height: 1.83; }
      @media screen and (max-width: 767px) {
        .vi-menu-contact.vi-menu-contact-2 .time {
          text-align: center; } }

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

.vi-price {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .vi-price {
      margin: 120px 0; } }
  .vi-price .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .vi-price .c-ttl {
        text-align: center; } }
    .vi-price .c-ttl .jp .note {
      font-size: 14px;
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        .vi-price .c-ttl .jp .note {
          display: none; } }
  @media screen and (max-width: 767px) {
    .vi-price-main {
      overflow-x: scroll; } }
  .vi-price table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #a8afb7;
    border-radius: 10px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .vi-price table {
        white-space: nowrap; } }
    .vi-price table caption {
      margin-bottom: 0.5em; }
    .vi-price table th,
    .vi-price table td {
      border: 1px solid #a8afb7;
      text-align: center;
      vertical-align: middle; }
      .vi-price table th small,
      .vi-price table td small {
        font-size: 85%; }
      .vi-price table th.bg,
      .vi-price table td.bg {
        background: #fff7fd; }
      .vi-price table th.weight,
      .vi-price table td.weight {
        font-size: 12px; }
      .vi-price table th.color,
      .vi-price table td.color {
        color: #cc71b4;
        line-height: 1.78; }
      .vi-price table th.tate .tate-inner,
      .vi-price table td.tate .tate-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      .vi-price table th.brn,
      .vi-price table td.brn {
        border-right: none; }
      .vi-price table th.bln,
      .vi-price table td.bln {
        border-left: none; }
      .vi-price table th.bbn,
      .vi-price table td.bbn {
        border-bottom: none; }
      .vi-price table th.btn,
      .vi-price table td.btn {
        border-top: none; }
      .vi-price table th.lefttop,
      .vi-price table td.lefttop {
        border-radius: 10px 0 0 0; }
      .vi-price table th.righttop,
      .vi-price table td.righttop {
        border-radius: 0 10px 0 0; }
      .vi-price table th.rightbottom,
      .vi-price table td.rightbottom {
        border-radius: 0 0 10px 0; }
      .vi-price table th.leftbottom,
      .vi-price table td.leftbottom {
        border-radius: 0 0 0 10px; }
    .vi-price table th {
      color: #cc71b4;
      background: #fff7fd;
      padding: 15px 10px; }
    .vi-price table td {
      line-height: 1.25;
      padding: 7px 10px; }
      .vi-price table td small {
        display: block;
        padding-top: 5px; }
  .vi-price-sub {
    padding-top: 35px; }
    @media screen and (max-width: 767px) {
      .vi-price-sub {
        padding: 35px 25px 0; } }
    .vi-price-sub ul {
      display: flex;
      gap: 30px; }
      @media screen and (max-width: 767px) {
        .vi-price-sub ul {
          flex-direction: column; } }
      .vi-price-sub ul > li {
        width: calc((100% - 60px) / 3); }
        @media screen and (max-width: 767px) {
          .vi-price-sub ul > li {
            width: 100%; } }
        .vi-price-sub ul > li table.sub-1 th, .vi-price-sub ul > li table.sub-2 th {
          padding: 7px 10px; }
        .vi-price-sub ul > li table.sub-1 td, .vi-price-sub ul > li table.sub-2 td {
          padding: 20px 10px; }

/* =========================== */
.vi-prepare {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .vi-prepare {
      margin: 120px 0;
      padding: 0 35px; } }
  .vi-prepare .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .vi-prepare .c-ttl {
        text-align: center; } }
    .vi-prepare .c-ttl .jp .note {
      font-size: 14px;
      margin-left: 10px; }
  .vi-prepare__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .vi-prepare__list {
        gap: 15px; } }
  .vi-prepare__item {
    width: calc((100% - 120px) / 5);
    border: 2px solid #cc71b4;
    border-radius: 5px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #cc71b4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    height: 80px; }
    @media screen and (max-width: 767px) {
      .vi-prepare__item {
        width: calc((100% - 15px) / 2);
        font-size: 17px; } }
    @media screen and (max-width: 767px) {
      .vi-prepare__item:nth-child(3) {
        width: 100%; } }
    .vi-prepare__item small {
      font-size: 12px; }
  .vi-prepare p {
    font-size: 16px; }
  .vi-prepare-unit {
    margin-bottom: 40px; }
    .vi-prepare-unit .ttl {
      color: #cc71b4;
      font-size: 17px;
      margin-bottom: 5px; }
    .vi-prepare-unit p {
      font-size: 14px; }

/* =========================== */
.vi-reserve {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .vi-reserve {
      margin: 120px 0;
      padding: 0 13px; } }
  .vi-reserve .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .vi-reserve .c-ttl {
        text-align: center; } }
    .vi-reserve .c-ttl .jp .note {
      font-size: 14px;
      margin-left: 10px; }
  .vi-reserve-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background: #fff7fd;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .vi-reserve-grid {
        display: block; } }
    .vi-reserve-grid .reserve {
      grid-area: 1 / 1 / 3 / 2;
      background: #fcebf9;
      text-align: center;
      border-radius: 10px 0 0 10px;
      padding: 30px 40px 40px; }
      @media screen and (max-width: 767px) {
        .vi-reserve-grid .reserve {
          padding: 30px 20px; } }
      .vi-reserve-grid .reserve .upper {
        margin-bottom: 30px;
        padding-bottom: 40px;
        position: relative; }
        .vi-reserve-grid .reserve .upper::before {
          content: "";
          display: block;
          width: calc(100% - 80px);
          height: 3px;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translate(-50%, 0);
          /* 線の長さ2pxの線を背景画像とする */
          background-image: linear-gradient(to right, #e5c0dc 3px, transparent 3px);
          /* 背景画像の大きさを設定 */
          background-size: 10px 3px;
          /* 背景の開始位置を指定 */
          background-position: left bottom;
          /* 横方向に繰り返す */
          background-repeat: repeat-x; }
          @media screen and (max-width: 767px) {
            .vi-reserve-grid .reserve .upper::before {
              width: 100%; } }
        .vi-reserve-grid .reserve .upper .ttl {
          color: #cc71b4;
          font-size: 20px;
          border-bottom: 2px solid #cc71b4;
          position: relative;
          padding-bottom: 10px;
          margin-bottom: 30px; }
          .vi-reserve-grid .reserve .upper .ttl::before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 16px 9px 0 9px;
            border-color: #cc71b4 transparent transparent transparent;
            transform: rotate(0deg);
            position: absolute;
            left: 50%;
            bottom: -18px;
            transform: translate(-50%, 0); }
        .vi-reserve-grid .reserve .upper .lead {
          font-size: 17px;
          font-weight: bold; }
        .vi-reserve-grid .reserve .upper .c-btn {
          margin-top: 30px; }
          .vi-reserve-grid .reserve .upper .c-btn a {
            border-color: #cc71b4;
            color: #cc71b4;
            background-color: #fff;
            background-image: url(../images/common/arrow-right-pink.svg);
            width: 278px;
            height: 64px;
            justify-content: center;
            font-size: 16px; }
      .vi-reserve-grid .reserve .lower .ttl {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px; }
      .vi-reserve-grid .reserve .lower .number-set {
        color: #cc71b4;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px; }
        @media screen and (max-width: 767px) {
          .vi-reserve-grid .reserve .lower .number-set {
            display: block; } }
        .vi-reserve-grid .reserve .lower .number-set .label {
          font-size: 12px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .vi-reserve-grid .reserve .lower .number-set .label {
              font-size: 12px; } }
        .vi-reserve-grid .reserve .lower .number-set .number {
          font-family: "Lexend Giga", sans-serif;
          font-size: 38px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: -0.05em; }
          @media screen and (max-width: 767px) {
            .vi-reserve-grid .reserve .lower .number-set .number {
              font-size: 8.20513vw; } }
          .vi-reserve-grid .reserve .lower .number-set .number .icon {
            display: inline-flex;
            align-items: center; }
            @media screen and (max-width: 767px) {
              .vi-reserve-grid .reserve .lower .number-set .number .icon img {
                width: 10.76923vw; } }
      .vi-reserve-grid .reserve .lower .time {
        font-size: 12px;
        line-height: 1.83; }
    .vi-reserve-grid .period {
      padding: 40px 50px;
      border-radius: 0 10px 0 0; }
      @media screen and (max-width: 767px) {
        .vi-reserve-grid .period {
          text-align: center;
          padding: 35px 20px; } }
      .vi-reserve-grid .period .ttl {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 7px;
        color: #cc71b4; }
    .vi-reserve-grid .payment {
      background: #f8f2f7;
      padding: 40px 50px;
      border-radius: 0 0 10px 0; }
      @media screen and (max-width: 767px) {
        .vi-reserve-grid .payment {
          text-align: center;
          padding: 35px 20px; } }
      .vi-reserve-grid .payment .ttl {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 7px;
        color: #cc71b4; }

/* =========================== */
.vi-note {
  margin: 180px 0 100px; }
  @media screen and (max-width: 767px) {
    .vi-note {
      margin: 120px 0;
      padding: 0 35px; } }
  .vi-note .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .vi-note .c-ttl {
        text-align: center; } }
    .vi-note .c-ttl .jp .note {
      font-size: 14px;
      margin-left: 10px; }
  .vi-note-unit-wrap {
    border-top: 1px solid #a8afb7; }
  .vi-note-unit {
    border-bottom: 1px solid #a8afb7;
    padding: 30px 0; }
    .vi-note-unit h3 {
      font-size: 17px;
      margin-bottom: 10px; }
    .vi-note-unit ul li {
      position: relative;
      padding-left: 15px;
      font-size: 16px;
      margin-bottom: 7px; }
      .vi-note-unit ul li::before {
        content: "・";
        display: block;
        position: absolute;
        left: 0;
        top: 0; }

/* =========================== */
.vi-cta {
  margin: 100px 0 170px; }
  @media screen and (max-width: 767px) {
    .vi-cta {
      margin: 100px 0 120px;
      padding: 0 13px; } }
  .vi-cta .sect-inner {
    background: #cc71b4;
    color: #fff;
    border-radius: 10px;
    display: flex;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .vi-cta .sect-inner {
        flex-direction: column;
        padding: 0px 25px; } }
  .vi-cta-unit {
    width: 50%;
    text-align: center;
    border-right: 2px solid #fff;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .vi-cta-unit {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 40px 0; } }
    .vi-cta-unit:last-child {
      border-right: none; }
      @media screen and (max-width: 767px) {
        .vi-cta-unit:last-child {
          border-bottom: none; } }
    .vi-cta-unit .ttl {
      font-size: 25px;
      margin-bottom: 12px; }
    .vi-cta-unit .c-btn {
      margin-top: 20px; }
      .vi-cta-unit .c-btn a {
        border-color: #cc71b4;
        color: #cc71b4;
        background-color: #fff;
        background-image: url(../images/common/arrow-right-pink.svg);
        width: 227px;
        height: 46px;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .vi-cta-unit .c-btn a {
            width: 280px;
            height: 65px; } }

/* =========================== */
.maintenance-service {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .maintenance-service {
      margin: 120px 0;
      padding: 0 13px; } }
  .maintenance-service .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .maintenance-service .c-ttl {
        text-align: center; } }
  .maintenance-service-unit {
    background: #fffaf2;
    border-radius: 10px;
    padding: 55px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .maintenance-service-unit {
        padding: 30px 20px 40px; } }
    .maintenance-service-unit .ttl {
      color: #d69e34;
      font-size: 25px; }
      @media screen and (max-width: 767px) {
        .maintenance-service-unit .ttl {
          font-size: 20px;
          text-align: center; } }
  .maintenance-service__list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 60px; }
    @media screen and (max-width: 767px) {
      .maintenance-service__list {
        gap: 50px; } }
  .maintenance-service__item {
    width: calc((100% - 60px) / 2);
    display: flex; }
    @media screen and (max-width: 767px) {
      .maintenance-service__item {
        width: 100%;
        display: block; } }
    .maintenance-service__item .img {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .maintenance-service__item .img {
          width: 100%;
          height: auto;
          aspect-ratio: 318 / 147;
          margin-bottom: 15px; } }
      .maintenance-service__item .img img {
        border-radius: 10px; }
        @media screen and (max-width: 767px) {
          .maintenance-service__item .img img {
            object-fit: cover;
            width: 100%;
            height: 100%; } }
    .maintenance-service__item .txt {
      width: 60%;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .maintenance-service__item .txt {
          width: 100%;
          padding-left: 0; } }
      .maintenance-service__item .txt .ttl-2 {
        font-size: 17px;
        margin-bottom: 7px; }

/* =========================== */
.maintenance-reserve {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .maintenance-reserve {
      margin: 120px 0;
      padding: 0 13px; } }
  .maintenance-reserve .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .maintenance-reserve .c-ttl {
        text-align: center; } }
  .maintenance-reserve .reserve {
    background: #fffaf2;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 30px 40px 40px; }
    @media screen and (max-width: 767px) {
      .maintenance-reserve .reserve {
        padding: 30px 20px; } }
    .maintenance-reserve .reserve > .ttl {
      color: #d69e34;
      font-size: 20px;
      border-bottom: 2px solid #d69e34;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 30px; }
      .maintenance-reserve .reserve > .ttl::before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 16px 9px 0 9px;
        border-color: #d69e34 transparent transparent transparent;
        transform: rotate(0deg);
        position: absolute;
        left: 50%;
        bottom: -18px;
        transform: translate(-50%, 0); }
    .maintenance-reserve .reserve .flex {
      display: flex; }
      @media screen and (max-width: 767px) {
        .maintenance-reserve .reserve .flex {
          flex-direction: column; } }
      .maintenance-reserve .reserve .flex .left {
        width: 50%;
        position: relative; }
        @media screen and (max-width: 767px) {
          .maintenance-reserve .reserve .flex .left {
            width: 100%;
            padding-bottom: 40px;
            margin-bottom: 30px; } }
        .maintenance-reserve .reserve .flex .left::before {
          content: "";
          display: block;
          height: 100%;
          width: 3px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(0, -50%);
          /* 線の長さ2pxの線を背景画像とする */
          background-image: linear-gradient(to bottom, #dec698 3px, transparent 3px);
          /* 背景画像の大きさを設定 */
          background-size: 3px 10px;
          /* 背景の開始位置を指定 */
          background-position: right top;
          /* 横方向に繰り返す */
          background-repeat: repeat-y; }
          @media screen and (max-width: 767px) {
            .maintenance-reserve .reserve .flex .left::before {
              height: 3px;
              width: 100%;
              top: auto;
              bottom: 0;
              right: auto;
              left: 50%;
              transform: translate(-50%, 0);
              /* 線の長さ2pxの線を背景画像とする */
              background-image: linear-gradient(to right, #dec698 3px, transparent 3px);
              /* 背景画像の大きさを設定 */
              background-size: 10px 3px;
              /* 背景の開始位置を指定 */
              background-position: left bottom;
              /* 横方向に繰り返す */
              background-repeat: repeat-x; } }
        .maintenance-reserve .reserve .flex .left .lead {
          font-size: 17px;
          font-weight: bold; }
        .maintenance-reserve .reserve .flex .left .c-btn {
          margin-top: 30px; }
          .maintenance-reserve .reserve .flex .left .c-btn a {
            border-color: #d69e34;
            color: #d69e34;
            background-color: #fff;
            background-image: url(../images/common/arrow-right-yellow.svg);
            width: 278px;
            height: 64px;
            justify-content: center;
            font-size: 16px;
            padding-right: 25px; }
      .maintenance-reserve .reserve .flex .right {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .maintenance-reserve .reserve .flex .right {
            width: 100%; } }
        .maintenance-reserve .reserve .flex .right .ttl {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 10px; }
        .maintenance-reserve .reserve .flex .right .number-set {
          color: #d69e34;
          margin-bottom: 10px; }
          .maintenance-reserve .reserve .flex .right .number-set .label {
            font-size: 12px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .maintenance-reserve .reserve .flex .right .number-set .label {
                font-size: 12px; } }
          .maintenance-reserve .reserve .flex .right .number-set .number {
            font-family: "Lexend Giga", sans-serif;
            font-size: 38px;
            font-weight: bold;
            line-height: 1;
            letter-spacing: -0.05em; }
            @media screen and (max-width: 767px) {
              .maintenance-reserve .reserve .flex .right .number-set .number {
                font-size: 8.20513vw; } }
            .maintenance-reserve .reserve .flex .right .number-set .number .icon {
              display: inline-flex;
              align-items: center; }
              .maintenance-reserve .reserve .flex .right .number-set .number .icon img {
                width: 51px; }
              @media screen and (max-width: 767px) {
                .maintenance-reserve .reserve .flex .right .number-set .number .icon img {
                  width: 10.76923vw; } }
        .maintenance-reserve .reserve .flex .right .time {
          font-size: 12px;
          line-height: 1.83; }
  .maintenance-reserve .payment {
    background: #f7f2ea;
    padding: 40px 50px;
    border-radius: 0 0 10px 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .maintenance-reserve .payment {
        text-align: center;
        padding: 35px 20px; } }
    .maintenance-reserve .payment .ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 7px;
      color: #d69e34; }

/* =========================== */
.maintenance-note {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .maintenance-note {
      margin: 120px 0;
      padding: 0 35px; } }
  .maintenance-note .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .maintenance-note .c-ttl {
        text-align: center; } }

/* =========================== */
.repair-work {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .repair-work {
      margin: 120px 0;
      padding: 0 35px; } }
  .repair-work .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .repair-work .c-ttl {
        text-align: center; } }
  .repair-work-unit {
    border: 2px solid #87b924;
    border-radius: 10px;
    padding: 40px 55px;
    display: flex;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .repair-work-unit {
        flex-direction: column;
        padding: 30px 20px 50px; } }
    .repair-work-unit > .txt {
      width: 40%;
      padding-right: 40px; }
      @media screen and (max-width: 767px) {
        .repair-work-unit > .txt {
          width: 100%;
          padding-right: 0;
          margin-bottom: 30px; } }
      .repair-work-unit > .txt .badge {
        color: #87b924;
        font-family: "Lexend Giga", sans-serif;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: -0.05em; }
      .repair-work-unit > .txt .ttl {
        font-size: 20px;
        color: #87b924; }
      .repair-work-unit > .txt table {
        width: 100%;
        border-top: 1px solid #a8afb7; }
        .repair-work-unit > .txt table caption {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 15px; }
        .repair-work-unit > .txt table th,
        .repair-work-unit > .txt table td {
          border-bottom: 1px solid #a8afb7;
          padding: 14px 0;
          line-height: 1.42; }
        .repair-work-unit > .txt table th {
          color: #87b924;
          width: 127px; }
          @media screen and (max-width: 767px) {
            .repair-work-unit > .txt table th {
              width: 100px; } }
        .repair-work-unit > .txt table td dl {
          display: flex;
          flex-wrap: wrap;
          gap: 25px 0; }
          .repair-work-unit > .txt table td dl dt {
            width: 85px; }
          .repair-work-unit > .txt table td dl dd {
            width: calc(100% - 85px); }
    .repair-work-unit > .img {
      width: 60%; }
      @media screen and (max-width: 767px) {
        .repair-work-unit > .img {
          width: 100%;
          padding: 0 20px; } }
      .repair-work-unit > .img ul {
        display: flex;
        gap: 34px; }
        @media screen and (max-width: 767px) {
          .repair-work-unit > .img ul {
            flex-direction: column; } }
        .repair-work-unit > .img ul > li {
          width: calc((100% - 34px) / 2);
          position: relative; }
          @media screen and (max-width: 767px) {
            .repair-work-unit > .img ul > li {
              width: 100%; } }
          .repair-work-unit > .img ul > li .img {
            margin-bottom: 10px;
            position: relative; }
            .repair-work-unit > .img ul > li .img img {
              border-radius: 10px; }
          .repair-work-unit > .img ul > li .txt {
            font-size: 17px;
            font-weight: bold; }
          .repair-work-unit > .img ul > li.before::before {
            content: "Before";
            position: absolute;
            left: 0;
            top: 0;
            background: #87b924;
            color: #fff;
            font-family: "Lexend Giga", sans-serif;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: -0.05em;
            padding: 0 10px;
            border-radius: 10px 0 10px 0;
            z-index: 1; }
          .repair-work-unit > .img ul > li.before .img::after {
            content: "";
            display: block;
            width: 52px;
            height: 52px;
            position: absolute;
            right: -28px;
            top: 50%;
            transform: translate(0, -50%);
            background: url(../images/service/body-repair/work-arrow.svg) no-repeat center/contain; }
            @media screen and (max-width: 767px) {
              .repair-work-unit > .img ul > li.before .img::after {
                display: none; } }
          .repair-work-unit > .img ul > li.after::before {
            content: "After";
            position: absolute;
            left: 0;
            top: 0;
            background: #87b924;
            color: #fff;
            font-family: "Lexend Giga", sans-serif;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: -0.05em;
            padding: 0 10px;
            border-radius: 10px 0 10px 0;
            z-index: 1; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.forbusiness-service {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .forbusiness-service {
      margin: 120px 0;
      padding: 0 35px; } }
  .forbusiness-service .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .forbusiness-service .c-ttl {
        text-align: center; } }
  .forbusiness-service__lead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .forbusiness-service__lead {
        text-align: center;
        font-size: 17px; } }
  .forbusiness-service__list {
    display: flex;
    gap: 35px; }
    @media screen and (max-width: 767px) {
      .forbusiness-service__list {
        flex-direction: column;
        gap: 15px; } }
  .forbusiness-service__item {
    width: calc((100% - 70px) / 3);
    background: #e2efff;
    border-radius: 10px;
    text-align: center;
    color: #2971c4;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px; }
    @media screen and (max-width: 767px) {
      .forbusiness-service__item {
        width: 100%; } }
  .forbusiness-service-reserve {
    border: 2px solid #2971c4;
    text-align: center;
    border-radius: 10px;
    padding: 50px 40px 60px;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .forbusiness-service-reserve {
        padding: 30px 20px; } }
    .forbusiness-service-reserve > .ttl {
      color: #2971c4;
      font-size: 20px;
      line-height: 2;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .forbusiness-service-reserve > .ttl {
          font-size: 17px; } }
    .forbusiness-service-reserve .flex {
      display: flex; }
      @media screen and (max-width: 767px) {
        .forbusiness-service-reserve .flex {
          flex-direction: column; } }
      .forbusiness-service-reserve .flex .left {
        width: 50%;
        position: relative; }
        @media screen and (max-width: 767px) {
          .forbusiness-service-reserve .flex .left {
            width: 100%;
            padding-bottom: 40px;
            margin-bottom: 30px; } }
        .forbusiness-service-reserve .flex .left::before {
          content: "";
          display: block;
          height: 100%;
          width: 3px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(0, -50%);
          /* 線の長さ2pxの線を背景画像とする */
          background-image: linear-gradient(to bottom, #97b9e3 3px, transparent 3px);
          /* 背景画像の大きさを設定 */
          background-size: 3px 10px;
          /* 背景の開始位置を指定 */
          background-position: right top;
          /* 横方向に繰り返す */
          background-repeat: repeat-y; }
          @media screen and (max-width: 767px) {
            .forbusiness-service-reserve .flex .left::before {
              height: 3px;
              width: 100%;
              top: auto;
              bottom: 0;
              right: auto;
              left: 50%;
              transform: translate(-50%, 0);
              /* 線の長さ2pxの線を背景画像とする */
              background-image: linear-gradient(to right, #97b9e3 3px, transparent 3px);
              /* 背景画像の大きさを設定 */
              background-size: 10px 3px;
              /* 背景の開始位置を指定 */
              background-position: left bottom;
              /* 横方向に繰り返す */
              background-repeat: repeat-x; } }
        .forbusiness-service-reserve .flex .left .lead {
          font-size: 17px;
          font-weight: bold; }
        .forbusiness-service-reserve .flex .left .c-btn {
          margin-top: 30px; }
          .forbusiness-service-reserve .flex .left .c-btn a {
            border-color: #2971c4;
            color: #2971c4;
            background-color: #fff;
            background-image: url(../images/common/arrow-right-blue.svg);
            width: 278px;
            height: 64px;
            justify-content: center;
            font-size: 16px; }
      .forbusiness-service-reserve .flex .right {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .forbusiness-service-reserve .flex .right {
            width: 100%; } }
        .forbusiness-service-reserve .flex .right .ttl {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 10px; }
        .forbusiness-service-reserve .flex .right .number-set {
          color: #2971c4;
          margin-bottom: 10px; }
          .forbusiness-service-reserve .flex .right .number-set .label {
            font-size: 12px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .forbusiness-service-reserve .flex .right .number-set .label {
                font-size: 12px; } }
          .forbusiness-service-reserve .flex .right .number-set .number {
            font-family: "Lexend Giga", sans-serif;
            font-size: 38px;
            font-weight: bold;
            line-height: 1;
            letter-spacing: -0.05em; }
            @media screen and (max-width: 767px) {
              .forbusiness-service-reserve .flex .right .number-set .number {
                font-size: 7.4359vw; } }
            .forbusiness-service-reserve .flex .right .number-set .number .icon {
              display: inline-flex;
              align-items: center; }
              .forbusiness-service-reserve .flex .right .number-set .number .icon img {
                width: 51px; }
              @media screen and (max-width: 767px) {
                .forbusiness-service-reserve .flex .right .number-set .number .icon img {
                  width: 10.25641vw; } }
        .forbusiness-service-reserve .flex .right .time {
          font-size: 12px;
          line-height: 1.83; }
  .forbusiness-service-case__ttl {
    color: #2971c4;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .forbusiness-service-case__ttl {
        text-align: center; } }
  .forbusiness-service-case__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 35px; }
  .forbusiness-service-case__item {
    width: calc((100% - 70px) / 3); }
    @media screen and (max-width: 767px) {
      .forbusiness-service-case__item {
        width: 100%; } }
    .forbusiness-service-case__item .img {
      margin-bottom: 20px; }
      .forbusiness-service-case__item .img img {
        border-radius: 10px; }
    .forbusiness-service-case__item .txt .ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }

/* =========================== */
.forbusiness-case {
  margin: 180px 0; }
  @media screen and (max-width: 767px) {
    .forbusiness-case {
      margin: 120px 0;
      padding: 0 35px; } }
  .forbusiness-case .c-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .forbusiness-case .c-ttl {
        text-align: center; } }
  .forbusiness-case-unit-wrap {
    display: flex;
    gap: 60px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .forbusiness-case-unit-wrap {
        gap: 40px; } }
  .forbusiness-case-unit {
    width: calc((100% - 120px) / 3);
    border-radius: 10px;
    padding: 30px;
    border: 2px solid #2971c4; }
    @media screen and (max-width: 767px) {
      .forbusiness-case-unit {
        width: 100%; } }
    .forbusiness-case-unit .img {
      margin-bottom: 20px; }
      .forbusiness-case-unit .img img {
        border-radius: 10px; }
    .forbusiness-case-unit .txt .badge {
      color: #2971c4;
      font-family: "Lexend Giga", sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.05em;
      line-height: 1.5; }
    .forbusiness-case-unit .txt .ttl {
      font-size: 20px;
      color: #2971c4;
      margin-bottom: 12px; }
    .forbusiness-case-unit .txt .body {
      line-height: 2; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.recruit-intro {
  position: relative;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .recruit-intro {
      padding-bottom: 10px; } }
  .recruit-intro::before {
    content: "";
    display: block;
    width: calc(100% - 100px);
    height: calc(100% - 300px);
    background: #36b54a;
    background: linear-gradient(216deg, #36b54a 0%, #2a95c4 100%);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .recruit-intro::before {
        width: calc(100% - 40px);
        height: calc(100% - 170px);
        background: #36b54a;
        background: linear-gradient(0deg, #36b54a 0%, #2a95c4 100%); } }
  .recruit-intro .sect-inner {
    position: relative;
    max-width: 700px; }
    @media screen and (max-width: 767px) {
      .recruit-intro .sect-inner {
        text-align: center; } }
  .recruit-intro__ttl {
    font-size: 45px;
    line-height: 1.54; }
    @media screen and (max-width: 767px) {
      .recruit-intro__ttl {
        font-size: 25px; } }
  .recruit-intro__body {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .recruit-intro__body {
        padding: 0 50px;
        margin-bottom: 50px; } }
  .recruit-intro__en {
    font-family: "Lexend Giga", sans-serif;
    font-size: 7.32064vw;
    text-align: center;
    opacity: 0.15;
    font-weight: 700;
    line-height: 0.7;
    letter-spacing: -0.1em; }
    @media screen and (max-width: 767px) {
      .recruit-intro__en {
        display: none; } }
  .recruit-intro .index-recruit__slider {
    padding-top: 40px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .recruit-intro .index-recruit__slider {
        padding-top: 40px;
        padding-bottom: 40px; } }

/* =========================== */
.recruit-strength {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .recruit-strength {
      margin: 80px 0 130px;
      padding: 0 13px; } }
  .recruit-strength .c-ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .recruit-strength .c-ttl {
        text-align: center;
        margin-bottom: 20px; } }
  .recruit-strength__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    @media screen and (max-width: 767px) {
      .recruit-strength__list {
        gap: 25px 10px; } }
  .recruit-strength__item {
    width: calc((100% - 32px) / 3);
    border-radius: 10px;
    padding: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 280px; }
    @media screen and (max-width: 767px) {
      .recruit-strength__item {
        width: 100%;
        padding: 30px; } }
    .recruit-strength__item .item-inner {
      position: relative;
      z-index: 1; }
    .recruit-strength__item .ttl {
      color: #2971c4;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 0.6em; }
    .recruit-strength__item.img {
      padding: 0; }
      @media screen and (max-width: 767px) {
        .recruit-strength__item.img {
          width: calc((100% - 10px) / 2);
          min-height: auto; } }
      .recruit-strength__item.img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .recruit-strength__item.logo .en,
    .recruit-strength__item.logo .jp {
      display: block;
      color: #2971c4;
      text-align: center; }
    .recruit-strength__item.logo .en {
      font-size: 36px;
      font-family: "Lexend Giga", sans-serif;
      font-weight: 700;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .recruit-strength__item.logo .en {
          font-size: 7.17949vw; } }
    .recruit-strength__item.logo .jp {
      font-size: 12px; }
      @media screen and (max-width: 767px) {
        .recruit-strength__item.logo .jp {
          font-size: 2.05128vw; } }
    .recruit-strength__item .number {
      position: absolute;
      font-family: "Lexend Giga", sans-serif;
      color: #fff;
      left: 10px;
      top: 0;
      line-height: 0.7;
      font-size: 81px;
      font-weight: bold;
      letter-spacing: -0.1em; }
    .recruit-strength__item.item-2, .recruit-strength__item.item-6, .recruit-strength__item.item-7 {
      background: #f4f7fb; }
    .recruit-strength__item.item-3, .recruit-strength__item.item-4, .recruit-strength__item.item-8 {
      background: #f4fbf6; }
    @media screen and (max-width: 767px) {
      .recruit-strength__item.item-1 {
        order: 3; }
      .recruit-strength__item.item-2 {
        order: 1; }
      .recruit-strength__item.item-3 {
        order: 2; }
      .recruit-strength__item.item-4 {
        order: 5; }
      .recruit-strength__item.item-5 {
        display: none; }
      .recruit-strength__item.item-6 {
        order: 6; }
      .recruit-strength__item.item-7 {
        order: 7; }
      .recruit-strength__item.item-8 {
        order: 8; }
      .recruit-strength__item.item-9 {
        order: 4; } }

/* =========================== */
.recruit-interview {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .recruit-interview {
      margin: 80px 0 130px;
      padding: 0 25px; } }
  .recruit-interview .c-ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .recruit-interview .c-ttl {
        text-align: center; } }
  .recruit-interview-unit {
    border: 2px solid #2971c4;
    border-radius: 10px;
    padding: 55px;
    display: flex;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .recruit-interview-unit {
        flex-direction: column;
        padding: 13px;
        margin-bottom: 30px; } }
    .recruit-interview-unit .img {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .recruit-interview-unit .img {
          width: 100%; } }
      .recruit-interview-unit .img img {
        border-radius: 10px; }
    .recruit-interview-unit .txt {
      width: 52%;
      padding-left: 55px; }
      @media screen and (max-width: 767px) {
        .recruit-interview-unit .txt {
          width: 100%;
          padding-left: 0;
          padding: 20px; } }
      .recruit-interview-unit .txt .ttl {
        color: #2971c4;
        font-size: 20px; }
      .recruit-interview-unit .txt .name {
        font-weight: bold;
        margin-top: 20px; }

/* =========================== */
.recruit-person {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .recruit-person {
      margin: 80px 0 130px;
      padding: 0 35px; } }
  .recruit-person .c-ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .recruit-person .c-ttl {
        text-align: center; } }
  .recruit-person-img {
    text-align: center; }

/* =========================== */
.recruit-faq {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .recruit-faq {
      margin: 80px 0 130px;
      padding: 0 13px; } }
  .recruit-faq .c-ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .recruit-faq .c-ttl {
        text-align: center; } }

/* =========================== */
.recruit-desc {
  margin: 120px 0 160px; }
  @media screen and (max-width: 767px) {
    .recruit-desc {
      margin: 80px 0 130px;
      padding: 0 35px; } }
  .recruit-desc .c-ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .recruit-desc .c-ttl {
        text-align: center; } }
  .recruit-desc__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 55px; }
  .recruit-desc__item {
    width: calc((100% - 110px) / 3);
    border: 2px solid #a8afb7;
    border-radius: 10px;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .recruit-desc__item {
        width: 100%; } }
    .recruit-desc__item .img {
      width: 100%;
      height: auto;
      aspect-ratio: 320/220; }
      .recruit-desc__item .img img {
        border-radius: 10px 10px 0 0;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .recruit-desc__item .txt {
      padding: 25px 30px; }
      .recruit-desc__item .txt .status {
        font-weight: bold;
        color: #2971c4;
        margin-bottom: 5px; }
        .recruit-desc__item .txt .status.midcareer {
          color: #2971c4; }
        .recruit-desc__item .txt .status.newgraduate {
          color: #87b924; }
      .recruit-desc__item .txt .ttl {
        font-size: 17px; }
      .recruit-desc__item .txt table {
        width: 100%;
        border-top: 1px solid #a8afb7; }
        .recruit-desc__item .txt table th,
        .recruit-desc__item .txt table td {
          padding: 10px 0;
          border-bottom: 1px solid #a8afb7; }
      .recruit-desc__item .txt .btn ul li.c-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px 0; }
        .recruit-desc__item .txt .btn ul li.c-btn a {
          width: 213px;
          height: 48px; }
          @media screen and (max-width: 767px) {
            .recruit-desc__item .txt .btn ul li.c-btn a {
              font-size: 14px; } }
        .recruit-desc__item .txt .btn ul li.c-btn.more a {
          border-color: #2971c4;
          background-color: #2971c4;
          background-image: url(../images/common/arrow-right-white.svg);
          color: #fff; }
        .recruit-desc__item .txt .btn ul li.c-btn.entry a {
          border-color: #2971c4;
          background-image: url(../images/common/arrow-right-blue.svg);
          color: #2971c4; }

/* =========================== */
.single-recruit {
  padding: 90px 0 0px; }
  @media screen and (max-width: 767px) {
    .single-recruit {
      padding: 70px 35px 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 .status {
        font-weight: bold;
        color: #2971c4;
        margin-bottom: 30px; }
        .single-recruit-header .txt .status.midcareer {
          color: #2971c4; }
        .single-recruit-header .txt .status.newgraduate {
          color: #87b924; }
      .single-recruit-header .txt .ttl {
        font-size: 20px; }
  .single-recruit-info__ttl {
    font-size: 20px;
    color: #2971c4; }
  .single-recruit-info .row-wrap {
    border-top: 1px solid #d9d9d9; }
    .single-recruit-info .row-wrap .row {
      border-bottom: 1px solid #d9d9d9;
      padding: 30px 0; }
      .single-recruit-info .row-wrap .row .term {
        font-weight: bold;
        font-size: 16px; }
  .single-recruit-entry {
    display: flex;
    justify-content: center;
    margin: 80px 0 120px; }
    @media screen and (max-width: 767px) {
      .single-recruit-entry {
        margin: 50px 0 60px; } }
    .single-recruit-entry a {
      background-color: #2971c4;
      background-image: url(../images/common/arrow-right-white.svg);
      background-size: 24px auto;
      color: #fff;
      width: 328px;
      height: 68px;
      font-size: 20px;
      justify-content: center; }
  .single-recruit-interview {
    border: 2px solid #2971c4;
    border-radius: 10px;
    padding: 80px 70px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .single-recruit-interview {
        padding: 30px 20px; } }
    .single-recruit-interview__ttl {
      font-size: 20px;
      color: #2971c4;
      margin-bottom: 30px; }
    .single-recruit-interview__item {
      margin-bottom: 50px; }
      .single-recruit-interview__item:last-child {
        margin-bottom: 0; }
      .single-recruit-interview__item .question {
        color: #2971c4;
        position: relative;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px; }
        .single-recruit-interview__item .question .head {
          position: absolute;
          left: 0;
          top: 0; }
        .single-recruit-interview__item .question .cont {
          padding-left: 30px; }
      .single-recruit-interview__item .answer {
        position: relative; }
        .single-recruit-interview__item .answer .head {
          position: absolute;
          left: 0;
          top: 0;
          font-size: 16px;
          font-weight: bold; }
        .single-recruit-interview__item .answer .cont {
          padding-left: 30px;
          font-size: 16px;
          font-weight: bold; }
        .single-recruit-interview__item .answer .body {
          margin-top: 5px; }
  .single-recruit-flow {
    border: 2px solid #2971c4;
    border-radius: 10px;
    padding: 80px 70px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .single-recruit-flow {
        padding: 30px 20px; } }
    .single-recruit-flow__item {
      position: relative;
      padding-left: 30px;
      padding-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .single-recruit-flow__item {
          display: block;
          padding-bottom: 40px; } }
      .single-recruit-flow__item:last-child {
        padding-bottom: 0; }
      .single-recruit-flow__item::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #a8afb7;
        position: absolute;
        left: 5px;
        top: 8px; }
      .single-recruit-flow__item::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #36b53a;
        position: absolute;
        left: 0;
        top: 8px; }
      .single-recruit-flow__item .ttl {
        font-size: 16px;
        font-weight: bold;
        color: #2971c4;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .single-recruit-flow__item .ttl {
            margin-bottom: 10px; } }
  .single-recruit-recommend {
    background: #f4f7fb;
    padding: 120px 0; }
    @media screen and (max-width: 767px) {
      .single-recruit-recommend {
        padding: 80px 35px; } }
    .single-recruit-recommend__ttl {
      font-size: 30px;
      color: #2971c4;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .single-recruit-recommend__ttl {
          font-size: 20px; } }
    .single-recruit-recommend .recruit-desc__list {
      margin-bottom: 60px; }
  .single-recruit-fixentry {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    .single-recruit-fixentry a {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 2px solid #2971c4;
      background: #fff;
      color: #fff;
      display: block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.25;
      text-align: center;
      padding: 6px; }
      .single-recruit-fixentry a .inner {
        background-color: #2971c4;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
    .single-recruit-fixentry.hide {
      opacity: 0;
      visibility: hidden; }

/* =========================== */
.faq-anchor {
  margin: 120px 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .faq-anchor {
      margin: 80px 0; } }
  .faq-anchor__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 700px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .faq-anchor__list {
        flex-direction: column;
        gap: 20px; } }
  .faq-anchor__item {
    width: calc((100% - 60px) / 3); }
    @media screen and (max-width: 767px) {
      .faq-anchor__item {
        width: 100%; } }
    .faq-anchor__item a {
      border: 2px solid #2971c4;
      color: #2971c4;
      min-height: 46px;
      font-weight: bold;
      border-radius: 10px;
      display: flex;
      align-items: center;
      padding: 9px 15px;
      padding-right: 35px;
      background-image: url(../images/common/arrow-down-blue.svg);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 18px auto; }
      @media screen and (max-width: 767px) {
        .faq-anchor__item a {
          width: 214px;
          height: 48px;
          font-size: 14px;
          margin: 0 auto; } }
      .faq-anchor__item a:hover {
        opacity: 1;
        color: #fff;
        background-color: #2971c4;
        background-image: url(../images/common/arrow-down-white.svg); }

/* =========================== */
.faq-sect {
  margin: 140px 0 100px; }
  @media screen and (max-width: 767px) {
    .faq-sect {
      margin: 100px 0;
      padding: 0 35px; } }
  .faq-sect__ttl {
    color: #2971c4;
    font-size: 20px;
    margin-bottom: 30px; }
  .faq-sect-unit {
    margin-bottom: 120px; }

/* =========================== */
.faq-contact {
  margin: 100px 0 130px; }
  @media screen and (max-width: 767px) {
    .faq-contact {
      margin: 100px 0;
      padding: 0 35px; } }
  .faq-contact .sect-inner {
    background: #f4f7fb;
    text-align: center;
    padding: 60px;
    border-radius: 10px; }
  .faq-contact__ttl {
    color: #2971c4;
    font-size: 20px;
    margin-bottom: 20px; }
  .faq-contact .c-btn {
    margin-top: 10px; }
    .faq-contact .c-btn a {
      width: 224px;
      height: 52px;
      font-size: 17px;
      justify-content: center;
      gap: 10px; }
      .faq-contact .c-btn a .icon {
        display: flex;
        align-items: center;
        padding-top: 2px; }
        .faq-contact .c-btn a .icon img {
          width: 24px; }

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

/* =========================== */
.single-news {
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .single-news {
      padding: 80px 35px; } }
  .single-news-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px; }
    .single-news-header .date {
      color: #a8afb7; }
    .single-news-header .category {
      font-size: 12px;
      color: #2971c4;
      border: 1px solid #2971c4;
      border-radius: 3px;
      padding: 3px 8px; }
    .single-news-header .post-ttl {
      width: 100%;
      font-size: 25px;
      color: #2971c4; }
      @media screen and (max-width: 767px) {
        .single-news-header .post-ttl {
          font-size: 20px; } }
  .single-news-cont #toc_container {
    border: 1px solid #2971c4;
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .single-news-cont #toc_container {
        padding: 20px; } }
    .single-news-cont #toc_container p.toc_title {
      text-align: left;
      font-weight: 700;
      font-size: 16px;
      color: #000000;
      margin: 0;
      padding: 0; }
    .single-news-cont #toc_container .toc_list li {
      margin-bottom: 5px; }
      .single-news-cont #toc_container .toc_list li a {
        font-weight: 700;
        font-size: 16px;
        color: #2971c4;
        text-decoration: underline; }
        @media screen and (max-width: 767px) {
          .single-news-cont #toc_container .toc_list li a {
            font-size: 14px; } }
  .single-news-cont h2,
  .single-news-cont h3 {
    font-size: 20px;
    color: #2971c4;
    text-decoration: underline;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .single-news-cont h2,
      .single-news-cont h3 {
        font-size: 18px;
        margin-top: 60px; } }
  .single-news-contact {
    background: #f4f7fb;
    text-align: center;
    margin: 30px 0 70px;
    padding: 50px 0;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .single-news-contact {
        padding: 40px 30px; } }
    .single-news-contact__ttl {
      font-size: 20px;
      font-weight: bold;
      color: #2971c4;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .single-news-contact__ttl {
          font-size: 17px; } }
    .single-news-contact__btn ul {
      display: flex;
      justify-content: center;
      gap: 30px; }
      @media screen and (max-width: 767px) {
        .single-news-contact__btn ul {
          flex-direction: column;
          gap: 20px; } }
      .single-news-contact__btn ul > li {
        width: 224px;
        height: 52px; }
        @media screen and (max-width: 767px) {
          .single-news-contact__btn ul > li {
            width: 100%; } }
        .single-news-contact__btn ul > li a {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%;
          border-radius: 10px;
          font-weight: bold;
          font-size: 17px;
          gap: 10px;
          padding-right: 23px; }
          .single-news-contact__btn ul > li a .icon {
            display: flex;
            justify-content: center;
            align-items: center; }
        .single-news-contact__btn ul > li.reserve a {
          background: #2971c4 url(../images/common/arrow-right-white.svg) no-repeat right 10px center/18px auto;
          color: #fff; }
        .single-news-contact__btn ul > li.mail a {
          border: 2px solid #2971c4;
          background: url(../images/common/arrow-right-blue.svg) no-repeat right 10px center/18px auto;
          color: #2971c4; }
          .single-news-contact__btn ul > li.mail a .icon img {
            width: 22px; }
  .single-news-back {
    margin-top: 70px; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.contact-form {
  margin: 110px 0; }
  .contact-form .sect-inner {
    max-width: 650px; }
  .contact-form-nav {
    margin-bottom: 40px;
    display: flex;
    justify-content: center; }
    .contact-form-nav ul {
      display: flex;
      justify-content: center;
      position: relative; }
      .contact-form-nav ul::before {
        content: "";
        display: block;
        width: calc(100% - 60px);
        height: 1px;
        background: #c7c7c2;
        position: absolute;
        left: 50%;
        top: -17px;
        transform: translate(-50%, 0); }
      .contact-form-nav ul > li {
        position: relative;
        color: #c7c7c2; }
        .contact-form-nav ul > li.confirm {
          padding: 0 80px; }
        .contact-form-nav ul > li::before {
          content: "";
          display: block;
          width: 27px;
          height: 27px;
          border-radius: 50%;
          border: 1px solid #c7c7c2;
          background: #fff;
          position: absolute;
          left: 50%;
          top: -30px;
          transform: translate(-50%, 0);
          display: none; }
        .contact-form-nav ul > li::after {
          content: "";
          display: block;
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background: #c7c7c2;
          position: absolute;
          left: 50%;
          top: -22px;
          transform: translate(-50%, 0); }
        .contact-form-nav ul > li.active {
          color: #2971c4; }
          .contact-form-nav ul > li.active::before {
            display: block; }
          .contact-form-nav ul > li.active::after {
            background: #2971c4; }
  .contact-form__lead {
    text-align: center;
    font-weight: 500;
    line-height: 2.1;
    margin-bottom: 30px; }
  .contact-form__link {
    text-align: center;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .contact-form__link {
        padding: 0 35px; } }
    .contact-form__link a {
      display: block;
      background-color: #2971c4;
      color: #fff;
      border-radius: 10px;
      padding: 20px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: underline; }
  .contact-form-form {
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
      .contact-form-form {
        padding: 0 35px; } }
  .contact-form form {
    line-height: 1.8; }
    .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 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: #2971c4; }
      .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/arrow-down.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;
          flex-direction: column;
          gap: 15px;
          margin-bottom: 20px; }
          .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 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 #2971c4;
            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: #2971c4;
              /* 紫色 */
              border-color: #2971c4;
              /* 紫色 */
              /* 強制カラーモードが有効のときは、システムカラーを設定 */ }
              @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"]: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: #2971c4;
                  /* 紫色 */
                  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 .checkbox-list.label-btn,
          .contact-form form table td .radio-list.label-btn {
            flex-direction: row; }
            .contact-form form table td .checkbox-list.label-btn label,
            .contact-form form table td .radio-list.label-btn label {
              display: block;
              font-weight: bold; }
              .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"],
              .contact-form form table td .checkbox-list.label-btn label input[type="radio"],
              .contact-form form table td .radio-list.label-btn label input[type="checkbox"],
              .contact-form form table td .radio-list.label-btn label input[type="radio"] {
                display: none; }
                .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"] + .mwform-radio-field-text,
                .contact-form form table td .checkbox-list.label-btn label input[type="radio"] + .mwform-radio-field-text,
                .contact-form form table td .radio-list.label-btn label input[type="checkbox"] + .mwform-radio-field-text,
                .contact-form form table td .radio-list.label-btn label input[type="radio"] + .mwform-radio-field-text {
                  position: relative;
                  padding-left: 0;
                  padding: 14px 20px;
                  display: block;
                  background: #fff;
                  border: 1px solid #a8afb7;
                  border-radius: 5px;
                  z-index: 1; }
                  @media screen and (max-width: 767px) {
                    .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"] + .mwform-radio-field-text,
                    .contact-form form table td .checkbox-list.label-btn label input[type="radio"] + .mwform-radio-field-text,
                    .contact-form form table td .radio-list.label-btn label input[type="checkbox"] + .mwform-radio-field-text,
                    .contact-form form table td .radio-list.label-btn label input[type="radio"] + .mwform-radio-field-text {
                      padding: 14px 4vw; } }
                  .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"] + .mwform-radio-field-text::before,
                  .contact-form form table td .checkbox-list.label-btn label input[type="radio"] + .mwform-radio-field-text::before,
                  .contact-form form table td .radio-list.label-btn label input[type="checkbox"] + .mwform-radio-field-text::before,
                  .contact-form form table td .radio-list.label-btn label input[type="radio"] + .mwform-radio-field-text::before {
                    display: none; }
                  .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"] + .mwform-radio-field-text::after,
                  .contact-form form table td .checkbox-list.label-btn label input[type="radio"] + .mwform-radio-field-text::after,
                  .contact-form form table td .radio-list.label-btn label input[type="checkbox"] + .mwform-radio-field-text::after,
                  .contact-form form table td .radio-list.label-btn label input[type="radio"] + .mwform-radio-field-text::after {
                    position: absolute;
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-radius: 0;
                    background: #2971c4;
                    left: 0;
                    top: 0;
                    opacity: 0;
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                    z-index: -1; }
                .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"]:checked + .mwform-checkbox-field-text,
                .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"]:checked + .mwform-radio-field-text,
                .contact-form form table td .checkbox-list.label-btn label input[type="radio"]:checked + .mwform-checkbox-field-text,
                .contact-form form table td .checkbox-list.label-btn label input[type="radio"]:checked + .mwform-radio-field-text,
                .contact-form form table td .radio-list.label-btn label input[type="checkbox"]:checked + .mwform-checkbox-field-text,
                .contact-form form table td .radio-list.label-btn label input[type="checkbox"]:checked + .mwform-radio-field-text,
                .contact-form form table td .radio-list.label-btn label input[type="radio"]:checked + .mwform-checkbox-field-text,
                .contact-form form table td .radio-list.label-btn label input[type="radio"]:checked + .mwform-radio-field-text {
                  color: #fff;
                  border: 1px solid #2971c4; }
                  .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"]:checked + .mwform-checkbox-field-text::after,
                  .contact-form form table td .checkbox-list.label-btn label input[type="checkbox"]:checked + .mwform-radio-field-text::after,
                  .contact-form form table td .checkbox-list.label-btn label input[type="radio"]:checked + .mwform-checkbox-field-text::after,
                  .contact-form form table td .checkbox-list.label-btn label input[type="radio"]:checked + .mwform-radio-field-text::after,
                  .contact-form form table td .radio-list.label-btn label input[type="checkbox"]:checked + .mwform-checkbox-field-text::after,
                  .contact-form form table td .radio-list.label-btn label input[type="checkbox"]:checked + .mwform-radio-field-text::after,
                  .contact-form form table td .radio-list.label-btn label input[type="radio"]:checked + .mwform-checkbox-field-text::after,
                  .contact-form form table td .radio-list.label-btn label input[type="radio"]:checked + .mwform-radio-field-text::after {
                    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: #e2efff;
          border: 1px solid #2971c4;
          color: #2971c4;
          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: 20px; } }
          .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; }
            .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 #5c5f62; }
      .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 .input-wrap.w-290 {
        width: 290px;
        margin-bottom: 20px; }
        .contact-form form .input-wrap.w-290 input {
          width: 100%; }
    .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: #e2efff;
        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 #2971c4;
        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: #2971c4;
          /* 紫色 */
          border-color: #2971c4;
          /* 紫色 */
          /* 強制カラーモードが有効のときは、システムカラーを設定 */ }
          @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: #2971c4;
              /* 紫色 */
              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: #2971c4;
        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: 60px; }
    .contact-form form .submit,
    .contact-form form .back {
      display: flex;
      justify-content: center; }
    .contact-form form .input-btn {
      background-color: #2971c4;
      background-image: url(../images/common/arrow-right-white.svg);
      background-repeat: no-repeat;
      background-position: right 20px center;
      background-size: 24px auto;
      font-size: 20px;
      color: #fff;
      position: relative;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 390px;
      height: 64px;
      border-radius: 10px;
      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: 184px;
        height: 46px;
        border-radius: 10px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: all 0.3s ease 0s;
        font-size: 14px;
        font-weight: bold;
        border: 2px solid #2971c4;
        color: #2971c4;
        background-color: #fff;
        background-image: url(../images/common/arrow-right-blue.svg);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 18px auto;
        padding-right: 16px; }
        .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: #2971c4; }
      .contact-form.blue .contact-form-form__ttl::before {
        background: #2971c4; }
    .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 #2971c4;
        /* アイコン：選択済みの見た目 */
        /* アイコン：活性時のホバー演出 */ }
        .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: #2971c4;
          /* 紫色 */
          border-color: #2971c4;
          /* 紫色 */ }
          .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: #2971c4; }
        .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: #2971c4;
              /* 紫色 */
              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 #2971c4;
      /* アイコン：選択済みの見た目 */
      /* アイコン：活性時のホバー演出 */ }
      .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: #2971c4;
        /* 紫色 */
        border-color: #2971c4;
        /* 紫色 */ }
      .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: #2971c4;
            /* 紫色 */
            box-shadow: 0 0 0 4px #d2ceff;
            /* 薄い紫色 */ } }
    .contact-form.blue .contact-form-form .agree a {
      color: #2971c4; }
    .contact-form.blue .contact-form-form .input-btn {
      background-color: #2971c4; }
      .contact-form.blue .contact-form-form .input-btn.back {
        background: #fff; }

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

.thanks-sect {
  padding: 50px 0 40px;
  margin-bottom: 100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .thanks-sect {
      text-align: center;
      padding: 80px 35px;
      margin-bottom: 0; } }
  .thanks-sect .sect-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .thanks-sect .sect-inner {
        flex-direction: column; } }
  .thanks-sect-img {
    width: 47%; }
    @media screen and (max-width: 767px) {
      .thanks-sect-img {
        width: 100%;
        margin-bottom: 30px; } }
    .thanks-sect-img img {
      width: 100%; }
  .thanks-sect-txt {
    width: 53%;
    padding-right: 50px;
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .thanks-sect-txt {
        width: 100%;
        padding-right: 0;
        padding-top: 0; } }
    .thanks-sect-txt .ttl {
      font-size: 25px;
      color: #2971c4; }
      @media screen and (max-width: 767px) {
        .thanks-sect-txt .ttl {
          font-size: 22px;
          line-height: 2; } }
    .thanks-sect-txt .box {
      margin-top: 20px;
      background: #e2efff;
      border-radius: 10px;
      padding: 30px 30px;
      display: inline-block; }
      .thanks-sect-txt .box .ttl {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 5px; }
    .thanks-sect-txt .c-btn a {
      width: 213px;
      justify-content: center;
      font-size: 13px; }
      @media screen and (max-width: 767px) {
        .thanks-sect-txt .c-btn a {
          height: 50px; } }
  .thanks-sect .flowing-ttl {
    font-family: "Lexend Giga", sans-serif;
    font-size: 9.29722vw;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #acedae;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .thanks-sect .flowing-ttl {
        display: none; } }
  .thanks-sect.thanks2-sect {
    padding-bottom: 90px; }
    .thanks-sect.thanks2-sect .thanks-sect-img {
      width: 55%; }
      @media screen and (max-width: 767px) {
        .thanks-sect.thanks2-sect .thanks-sect-img {
          width: 100%; } }
    .thanks-sect.thanks2-sect .thanks-sect-txt {
      width: 45%;
      padding-right: 0;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .thanks-sect.thanks2-sect .thanks-sect-txt {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .thanks-sect.thanks2-sect .thanks-sect-txt {
          white-space: normal; } }

.nf-sect {
  padding: 110px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .nf-sect {
      padding: 80px 35px; } }
  .nf-sect__en {
    font-size: 127px;
    font-family: "Lexend Giga", sans-serif;
    color: #e2efff;
    font-weight: bold;
    letter-spacing: -0.1em;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .nf-sect__en {
        font-size: 11.53846vw; } }
  .nf-sect__ttl {
    color: #2971c4;
    font-size: 25px; }
    @media screen and (max-width: 767px) {
      .nf-sect__ttl {
        font-size: 20px; } }
  .nf-sect .c-btn a {
    width: 213px;
    justify-content: center;
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      .nf-sect .c-btn a {
        height: 50px; } }

/* =========================== */
.pp-sect {
  margin: 120px 0; }
  @media screen and (max-width: 767px) {
    .pp-sect {
      margin: 80px 0;
      padding: 0 35px; } }
  .pp-sect .sect-inner {
    max-width: 900px; }
  .pp-sect-unit {
    padding: 40px 0;
    border-bottom: 1px solid #a8afb7; }
    .pp-sect-unit:first-child {
      padding-top: 0; }
    .pp-sect-unit h2 {
      color: #2971c4;
      font-size: 16px;
      margin-bottom: 10px; }
    .pp-sect-unit a {
      text-decoration: underline; }

/* =========================== */
.sitemap-sect {
  margin: 120px 0; }
  @media screen and (max-width: 767px) {
    .sitemap-sect {
      margin: 80px 0;
      padding: 0 7.69231vw; } }
  .sitemap-sect .sect-inner {
    max-width: 900px; }
  .sitemap-sect .fnav {
    justify-content: center;
    gap: 100px; }
    @media screen and (max-width: 767px) {
      .sitemap-sect .fnav {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        border-top: none; } }
    @media screen and (max-width: 767px) {
      .sitemap-sect .fnav-unit {
        width: 50%;
        border-bottom: none; }
        .sitemap-sect .fnav-unit > .ac-label {
          display: none; }
        .sitemap-sect .fnav-unit:nth-child(2n) {
          padding-left: 5.12821vw; } }
    .sitemap-sect .fnav-unit-header {
      color: #2971c4; }
      @media screen and (max-width: 767px) {
        .sitemap-sect .fnav-unit-header {
          display: block;
          font-size: 4.10256vw; } }
    @media screen and (max-width: 767px) {
      .sitemap-sect .fnav__list {
        display: block !important; } }
    .sitemap-sect .fnav__item.header {
      color: #2971c4; }
      @media screen and (max-width: 767px) {
        .sitemap-sect .fnav__item.header {
          border-bottom: none;
          background: none;
          font-size: 4.10256vw; } }
    @media screen and (max-width: 767px) {
      .sitemap-sect .fnav__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 */
