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


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

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

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


  
--------------------*/
/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: "Outfit", "Noto Sans JP", sans-serif; }

.font-b {
  font-family: "Noto Serif JP", serif;
  font-style: normal; }

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

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

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

.outfit {
  font-family: "Outfit", 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
--------------------*/
html {
  scroll-behavior: smooth; }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #00428e;
  font-size: 15px;
  line-height: 1.67;
  font-weight: 500;
  position: relative; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 3.84615vw; } }
  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; }
  body.is-loading {
    overflow: hidden;
    height: 100vh; }

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: 1088px !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: #fff; }
      @media screen and (max-width: 767px) {
        .breadcrumbs ul li {
          line-height: 1.5; } }
      .breadcrumbs ul li a {
        color: #fff; }
      .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; }
  @media screen and (max-width: 767px) {
    section > .sect-inner {
      padding: 0px; } }

.c-title {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .c-title {
      margin-bottom: 30px; } }
  .c-title .en {
    font-size: 20px;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-weight: 500;
    position: relative;
    padding-left: 60px;
    margin-bottom: 5px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .c-title .en {
        font-size: 3.84615vw;
        padding-left: 50px; } }
    .c-title .en::before {
      content: "";
      display: block;
      width: 52px;
      height: 14px;
      background: url(../images/common/c-title-icon.svg) no-repeat left center/contain;
      position: absolute;
      left: 0;
      top: 10px; }
      @media screen and (max-width: 767px) {
        .c-title .en::before {
          width: 41px;
          height: 11px;
          top: 6px; } }
  .c-title .jp {
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.43;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .c-title .jp {
        font-size: 6.41026vw; } }
  .c-title .lfin .chara {
    opacity: 0;
    display: inline-block;
    transform: translateY(20px); }
  .c-title .lfin.in {
    /* ← ここが重要：.in が付いたら発火 */ }
    .c-title .lfin.in .chara {
      animation: fadeUp 0.6s ease forwards;
      animation-fill-mode: forwards; }
  .c-title .lead {
    padding-top: 10px; }
  .c-title.center {
    text-align: center; }
    .c-title.center .en {
      padding-left: 0px;
      margin-bottom: 0;
      padding-top: 17px; }
      .c-title.center .en::before {
        left: 50%;
        top: 0;
        transform: translate(-50%, 0); }
    .c-title.center .jp {
      font-size: 40px;
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      line-height: 1.43;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .c-title.center .jp {
          font-size: 6.41026vw; } }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0); } }

.c-btn a,
.c-btn .c-btn-inner {
  background: #00428e;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 288px;
  min-height: 60px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .c-btn a,
    .c-btn .c-btn-inner {
      width: 100%; } }
  .c-btn a::before,
  .c-btn .c-btn-inner::before {
    background: #00ffd8;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
  .c-btn a .label,
  .c-btn .c-btn-inner .label {
    position: relative; }
  .c-btn a .arrow,
  .c-btn .c-btn-inner .arrow {
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%); }
    .c-btn a .arrow::before,
    .c-btn .c-btn-inner .arrow::before {
      content: "";
      display: block;
      width: 11px;
      height: 10px;
      background: url(../images/common/arrow-right-white.svg) no-repeat center/contain;
      position: absolute;
      left: 2px;
      top: 3px; }
  .c-btn a:hover,
  .c-btn .c-btn-inner:hover {
    opacity: 1;
    color: #00428e; }
    .c-btn a:hover::before,
    .c-btn .c-btn-inner:hover::before {
      transform: scale(1, 1); }
    .c-btn a:hover .arrow,
    .c-btn .c-btn-inner:hover .arrow {
      border-color: #00428e; }
      .c-btn a:hover .arrow::before,
      .c-btn .c-btn-inner:hover .arrow::before {
        background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain; }

.c-btn.white a {
  background: #fff;
  color: #00428e; }
  .c-btn.white a .arrow {
    border-color: #00428e; }
    .c-btn.white a .arrow::before {
      background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain; }
  .c-btn.white a:hover {
    color: #00428e; }
    .c-btn.white a:hover .arrow {
      border-color: #00428e; }
      .c-btn.white a:hover .arrow::before {
        background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain; }

.c-btn.nobg a,
.c-btn.nobg .c-btn-inner {
  background: none;
  color: #00428e;
  min-width: 0;
  min-height: 0;
  padding-right: 50px; }
  @media screen and (max-width: 767px) {
    .c-btn.nobg a,
    .c-btn.nobg .c-btn-inner {
      width: auto; } }
  .c-btn.nobg a::before,
  .c-btn.nobg .c-btn-inner::before {
    content: none; }
  .c-btn.nobg a .arrow,
  .c-btn.nobg .c-btn-inner .arrow {
    border-color: #00428e; }
    .c-btn.nobg a .arrow::before,
    .c-btn.nobg .c-btn-inner .arrow::before {
      background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain; }
  .c-btn.nobg a:hover,
  .c-btn.nobg .c-btn-inner:hover {
    opacity: 0.5; }

.c-btn.center {
  display: flex;
  justify-content: center; }

.page-hero {
  color: #fff;
  padding-top: 100px;
  position: relative; }
  .page-hero .breadcrumbs {
    top: 90px; }
  .page-hero .sect-inner {
    max-width: 100%;
    padding: 0 10vw; }
    @media screen and (max-width: 767px) {
      .page-hero .sect-inner {
        padding: 0 8vw; } }
  .page-hero__title {
    margin-bottom: 40px;
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .page-hero__title {
        margin-bottom: 30px; } }
  .page-hero__en {
    font-size: 100px;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    line-height: 1.1; }
    @media screen and (max-width: 767px) {
      .page-hero__en {
        font-size: 12.82051vw; } }
  .page-hero__jp {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .page-hero__jp {
        font-size: 5.12821vw; } }
  .page-hero__anchor {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .page-hero__anchor {
        margin-bottom: 40px; } }
    .page-hero__anchor__list {
      display: flex;
      gap: 35px; }
      @media screen and (max-width: 767px) {
        .page-hero__anchor__list {
          flex-wrap: wrap;
          gap: 20px 35px; } }
    .page-hero__anchor__item {
      flex: 1; }
      @media screen and (max-width: 767px) {
        .page-hero__anchor__item {
          flex: auto;
          width: calc((100% - 35px) / 2); } }
      .page-hero__anchor__item a {
        border-bottom: 1px solid #fff;
        background: #00428e;
        color: #fff;
        font-weight: bold;
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 10px 0; }
        @media screen and (max-width: 767px) {
          .page-hero__anchor__item a {
            width: 100%; } }
        .page-hero__anchor__item a .label {
          position: relative; }
        .page-hero__anchor__item a .arrow {
          background: #fff;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          position: absolute;
          right: 0px;
          top: 50%;
          transform: translate(0, -50%); }
          .page-hero__anchor__item a .arrow::before {
            content: "";
            display: block;
            width: 11px;
            height: 10px;
            background: url(../images/common/arrow-down-blue.svg) no-repeat center/contain;
            position: absolute;
            left: 4px;
            top: 5px; }
        .page-hero__anchor__item a:hover {
          opacity: 1;
          color: #00ffd8;
          border-color: #00ffd8; }
          .page-hero__anchor__item a:hover .arrow {
            background: #00ffd8; }
  .page-hero__img {
    padding-left: 10vw; }
    @media screen and (max-width: 767px) {
      .page-hero__img {
        padding-left: 8vw; } }
    .page-hero__img img {
      width: 100%; }
  .page-hero.recruit-hero {
    padding-top: 0px;
    height: 100vh; }
    @media screen and (max-width: 767px) {
      .page-hero.recruit-hero {
        height: 96vw; } }
    .page-hero.recruit-hero .page-hero__title {
      margin-bottom: 0;
      padding-top: 0;
      position: absolute;
      padding: 0 10vw;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .page-hero.recruit-hero .page-hero__title {
          z-index: 1;
          top: auto;
          bottom: 13vw;
          transform: translate(0, 0); } }
    .page-hero.recruit-hero .page-hero__img {
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .page-hero.recruit-hero .page-hero__img {
          position: relative; }
          .page-hero.recruit-hero .page-hero__img::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background: #00428e;
            background: linear-gradient(0deg, #00428e 0%, rgba(0, 66, 142, 0) 56%);
            position: absolute;
            left: 0;
            bottom: 0; } }
  .page-hero.newgraduate-hero {
    padding-top: 96px;
    height: 100vh; }
    @media screen and (max-width: 767px) {
      .page-hero.newgraduate-hero {
        height: 96vw;
        padding-top: 76px; } }
    .page-hero.newgraduate-hero .page-hero__title {
      margin-bottom: 0;
      padding-top: 0;
      position: absolute;
      padding: 0 10vw;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .page-hero.newgraduate-hero .page-hero__title {
          top: auto;
          bottom: 2vw;
          transform: translate(0, 0); } }
      .page-hero.newgraduate-hero .page-hero__title .page-hero__en-2 {
        font-size: 47px;
        font-family: "Outfit", "Noto Sans JP", sans-serif;
        line-height: 1.1;
        margin-bottom: 0.3em; }
        @media screen and (max-width: 767px) {
          .page-hero.newgraduate-hero .page-hero__title .page-hero__en-2 {
            font-size: 7.69231vw; } }
    .page-hero.newgraduate-hero .page-hero__img {
      padding-left: 0;
      position: relative; }
      .page-hero.newgraduate-hero .page-hero__img::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #98c5e8;
        background: #2f8ad1;
        background: linear-gradient(0deg, rgba(47, 138, 209, 0.6) 0%, rgba(47, 138, 209, 0) 56%);
        position: absolute;
        left: 0;
        bottom: 0; }
        @media screen and (max-width: 767px) {
          .page-hero.newgraduate-hero .page-hero__img::before {
            background: #2f8ad1;
            background: linear-gradient(0deg, #2f8ad1 0%, rgba(47, 138, 209, 0) 70%); } }
  .page-hero.si-hero {
    padding-top: 96px; }
    @media screen and (max-width: 767px) {
      .page-hero.si-hero {
        padding-top: 76px;
        background: #2f8ad1;
        background: linear-gradient(0deg, #2f8ad1 50%, rgba(47, 138, 209, 0) 50%); } }
    @media screen and (max-width: 767px) {
      .page-hero.si-hero .breadcrumbs {
        padding-top: 0; } }
    .page-hero.si-hero .breadcrumbs ul li {
      color: #2f8ad1; }
      .page-hero.si-hero .breadcrumbs ul li a {
        color: #2f8ad1; }
    .page-hero.si-hero .page-hero__title {
      color: #2f8ad1; }
    .page-hero.si-hero .page-hero__flex {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-end; }
      @media screen and (max-width: 767px) {
        .page-hero.si-hero .page-hero__flex {
          display: block; } }
    .page-hero.si-hero .page-hero__img {
      padding-left: 0;
      position: relative;
      width: 64%; }
      @media screen and (max-width: 767px) {
        .page-hero.si-hero .page-hero__img {
          width: 100%;
          padding-left: 8vw;
          margin-bottom: 20px; } }
    .page-hero.si-hero .page-hero__text {
      width: 36%;
      display: flex;
      justify-content: center;
      padding: 5.41728vw 0;
      background: #2f8ad1; }
      @media screen and (max-width: 767px) {
        .page-hero.si-hero .page-hero__text {
          width: 100%;
          padding: 0 8vw;
          display: block;
          background: none; } }
      .page-hero.si-hero .page-hero__text .message {
        font-size: 25px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .page-hero.si-hero .page-hero__text .message {
            font-size: 5.12821vw; } }
      .page-hero.si-hero .page-hero__text .name-wrap {
        display: flex;
        align-items: center;
        margin: 10px 0 2px; }
        .page-hero.si-hero .page-hero__text .name-wrap .name {
          font-size: 20px;
          font-weight: bold;
          border-right: 1px solid #fff;
          line-height: 1;
          margin-right: 10px;
          padding-right: 10px; }
          @media screen and (max-width: 767px) {
            .page-hero.si-hero .page-hero__text .name-wrap .name {
              font-size: 5.12821vw; } }
  .page-hero.sri-hero {
    color: #00428e; }
    @media screen and (max-width: 767px) {
      .page-hero.sri-hero .breadcrumbs {
        padding-top: 0; } }
    .page-hero.sri-hero .breadcrumbs ul li {
      color: #00428e; }
      .page-hero.sri-hero .breadcrumbs ul li a {
        color: #00428e; }
  .page-hero.entry-hero .page-hero__flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .page-hero.entry-hero .page-hero__flex {
        display: block; } }
    .page-hero.entry-hero .page-hero__flex .stepper {
      display: flex;
      align-items: flex-start;
      gap: 0;
      list-style: none;
      margin: 0;
      padding: 28px 0 0; }
      @media screen and (max-width: 767px) {
        .page-hero.entry-hero .page-hero__flex .stepper {
          padding: 0 0 40px; } }
      .page-hero.entry-hero .page-hero__flex .stepper li {
        position: relative;
        width: 252px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .page-hero.entry-hero .page-hero__flex .stepper li {
            flex: 1;
            width: auto; } }
        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .page-hero.entry-hero .page-hero__flex .stepper li {
            max-width: 150px; } }
        .page-hero.entry-hero .page-hero__flex .stepper li:not(:last-child)::after {
          content: "";
          position: absolute;
          top: 31px;
          left: calc(50% + 31px);
          width: calc(100% - 62px);
          height: 1px;
          background: #fff;
          opacity: 0.9; }
        .page-hero.entry-hero .page-hero__flex .stepper li span {
          display: grid;
          place-items: center;
          width: 62px;
          height: 62px;
          margin: 0 auto;
          border: 1px solid #fff;
          border-radius: 50%;
          font-size: 20px;
          font-weight: 700; }
        .page-hero.entry-hero .page-hero__flex .stepper li p {
          margin: 16px 0 0;
          font-size: 15px;
          font-weight: 700; }
        .page-hero.entry-hero .page-hero__flex .stepper li.active span {
          background: #fff;
          color: #004a8f; }
  .page-hero.archive-news-hero {
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page-hero.archive-news-hero {
        padding-bottom: 40px; } }
  .page-hero.single-news-hero, .page-hero.c-hero {
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page-hero.single-news-hero, .page-hero.c-hero {
        padding-bottom: 5px; } }

/* 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: "Outfit", "Noto Sans JP", 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/common/select-down.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px auto;
  border: 1px solid #00428e;
  padding: 11px 16px;
  padding-right: 35px;
  width: 333px; }
  @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: 13px; }
    .pagination .wp-pagenavi .page,
    .pagination .wp-pagenavi .current {
      font-family: "Outfit", "Noto Sans JP", sans-serif;
      color: #00428e;
      font-weight: 500;
      width: 44px;
      height: 44px;
      line-height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #00428e;
      border-radius: 50%; }
    .pagination .wp-pagenavi .current {
      background: #00428e;
      color: #fff; }
    .pagination .wp-pagenavi .nextpostslink,
    .pagination .wp-pagenavi .last,
    .pagination .wp-pagenavi .previouspostslink,
    .pagination .wp-pagenavi .first {
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      display: block; }
      .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:before {
      content: url(../images/pagination/right.svg); }
    .pagination .wp-pagenavi .last:before {
      content: url(../images/pagination/right2.svg); }
    .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: "Outfit", "Noto Sans JP", 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: 50px;
  height: 50px;
  top: 50%;
  bottom: auto;
  border-radius: 0;
  transform: translate(0, -50%); }
  @media screen and (max-width: 767px) {
    body .slick-prev,
    body .slick-next {
      width: 36px;
      height: 36px; } }
  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: -25px; }
  @media screen and (max-width: 767px) {
    body .slick-prev {
      left: 0px; } }
  body .slick-prev:before {
    background-image: url(../images/slick/left.svg); }

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

body .slick-dots {
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: flex-end; }
  body .slick-dots li {
    bottom: 0 !important;
    width: 12px;
    height: 12px;
    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;
        border: 1px solid #fff;
        content: "" !important;
        display: block;
        background-color: transparent;
        text-align: center;
        opacity: 1;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    body .slick-dots li.slick-active button:before {
      background-color: #fff;
      opacity: 1; }

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #00428e;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease, visibility 1s ease; }
  #loading.is-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  #loading .loading-inner {
    text-align: center; }
  #loading #trafficLight {
    width: 209px;
    height: auto;
    display: block; }
  #loading .loading__text {
    color: #fff;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    padding-top: 20px;
    font-size: 20px;
    font-style: italic; }

/* =========================== */
.l-header {
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 2vw;
  padding-right: calc(2vw + 80px); }
  @media screen and (max-width: 767px) {
    .l-header {
      padding: 12px 3.84615vw; } }
  .l-header__logo-wrap {
    display: flex;
    align-items: center;
    gap: 25px; }
  @media screen and (max-width: 767px) {
    .l-header__logo svg {
      width: 210px; } }
  .l-header__logo svg .logo-svg__blue {
    fill: #0057aa; }
  .l-header__logo svg .logo-svg__black {
    fill: #1a1311; }
  .l-header__seo {
    font-size: 12px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .l-header__seo {
        display: none; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .l-header__seo {
        display: none; } }
  .l-header.page-header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); }
  .l-header.index-header .l-header__seo {
    color: #fff; }
  .l-header.index-header .gnav__item a {
    color: #fff; }
  .l-header.index-header .gnav__item--has-dropdown {
    /* ホバーで表示 */ }
    .l-header.index-header .gnav__item--has-dropdown .gnav__dropdown a {
      color: #00428e; }
    .l-header.index-header .gnav__item--has-dropdown:hover::before {
      border-color: #fff transparent transparent transparent; }
  .l-header.index-header .gnav__item a:hover {
    color: #00ffd8; }
  .l-header.index-header .l-header__logo svg .logo-svg__blue {
    fill: #fff; }
  .l-header.index-header .l-header__logo svg .logo-svg__black {
    fill: #fff; }
  .l-header.scrolled, .l-header.white {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px) saturate(200%);
    -webkit-backdrop-filter: blur(30px) saturate(200%); }
    .l-header.scrolled .l-header__seo, .l-header.white .l-header__seo {
      color: #00428e; }
    .l-header.scrolled .gnav__item a, .l-header.white .gnav__item a {
      color: #00428e; }
      .l-header.scrolled .gnav__item a:hover, .l-header.white .gnav__item a:hover {
        color: #00ffd8; }
    .l-header.scrolled .l-header__logo svg .logo-svg__blue, .l-header.white .l-header__logo svg .logo-svg__blue {
      fill: #00428e; }
    .l-header.scrolled .l-header__logo svg .logo-svg__black, .l-header.white .l-header__logo svg .logo-svg__black {
      fill: #000; }
  .l-header.white {
    background: none;
    backdrop-filter: blur(0px) saturate(0%);
    -webkit-backdrop-filter: blur(0px) saturate(0%); }

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

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .gnav {
    display: none; } }

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

.gnav__item {
  /* ドロップダウンの親アイテム */
  /* ドロップダウンメニュー本体 */ }
  .gnav__item a:hover {
    color: #00ffd8;
    opacity: 1; }
  .gnav__item--has-dropdown {
    position: relative;
    /* ホバーで表示 */ }
    .gnav__item--has-dropdown .gnav__dropdown {
      position: absolute;
      top: calc(100% + 20px);
      left: 50%;
      transform: translateX(-50%);
      list-style: none;
      margin: 0;
      padding: 0;
      min-width: 120px;
      white-space: nowrap;
      z-index: 100;
      display: flex;
      flex-direction: column;
      gap: 15px;
      /* 非表示状態 */
      opacity: 0;
      visibility: hidden;
      transform: translateX(-50%) translateY(-6px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
      /* ドロップダウン各リンク */ }
      .gnav__item--has-dropdown .gnav__dropdown a {
        background-color: #fff;
        display: block;
        text-align: center;
        padding: 8px 5px;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        transition: background-color 0.15s ease, color 0.15s ease; }
    .gnav__item--has-dropdown:hover {
      position: relative; }
      .gnav__item--has-dropdown:hover::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 6px 0px 6px;
        border-color: #00428e transparent transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -12px;
        transform: translate(-50%, 0); }
      .gnav__item--has-dropdown:hover::after {
        content: "";
        display: block;
        width: 120px;
        height: 120px;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0px); }
      .gnav__item--has-dropdown:hover .gnav__dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0); }

#C-1,
#C-2,
#C-3,
#C-4,
#C-5,
#C-6,
#S-1,
#S-2,
#S-3,
#S-4,
#S-5,
#S-6,
#S-7,
#S-8 {
  scroll-margin-top: 80px;
  /* 追従ヘッダー分 */ }

#hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 35;
  top: 29px;
  right: 2vw;
  width: 46px;
  height: 40px;
  cursor: pointer;
  transition: 1s; }
  @media screen and (max-width: 767px) {
    #hamburger {
      top: 21px;
      right: 3.84615vw; } }
  #hamburger .inner {
    position: relative;
    width: 100%;
    height: 100%; }
    #hamburger .inner .inner_line {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      transition: 0.4s;
      background: #00428e; }
      #hamburger .inner .inner_line#line1 {
        top: 0; }
        #hamburger .inner .inner_line#line1.active {
          transform: translateY(5px) rotate(-14deg); }
      #hamburger .inner .inner_line#line2 {
        top: 10px; }
        #hamburger .inner .inner_line#line2.active {
          transform: translateY(-5px) rotate(14deg); }
    #hamburger .inner .hamburger__label {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); }
  #hamburger.white .hamburger__label {
    color: #fff; }
  #hamburger.white .inner_line {
    background: #fff; }
  #hamburger.scrolled .inner .inner_line, #hamburger.active .inner .inner_line {
    background: #00428e; }
  #hamburger.scrolled .inner .hamburger__label, #hamburger.active .inner .hamburger__label {
    color: #00428e; }

#hamburger-menu {
  position: fixed;
  inset: 0;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  @media screen and (max-width: 767px) {
    #hamburger-menu {
      height: 100vh; } }
  #hamburger-menu.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  #hamburger-menu .hamburger-menu-inner {
    overflow: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      #hamburger-menu .hamburger-menu-inner {
        padding: 110px 8vw 100px;
        overflow: auto;
        height: 100%;
        display: block; } }
    #hamburger-menu .hamburger-menu-inner .overlay {
      position: fixed;
      inset: 0;
      z-index: 0;
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(17px) saturate(140%);
      -webkit-backdrop-filter: blur(16px) saturate(140%);
      box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25); }
    #hamburger-menu .hamburger-menu-inner .fnav {
      position: relative;
      z-index: 1;
      max-width: 910px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto 1fr;
      grid-column-gap: 90px;
      grid-row-gap: 0px; }
      @media screen and (max-width: 767px) {
        #hamburger-menu .hamburger-menu-inner .fnav {
          display: flex;
          flex-direction: column;
          width: 100%; } }
      #hamburger-menu .hamburger-menu-inner .fnav__list {
        margin: 0; }
        #hamburger-menu .hamburger-menu-inner .fnav__list.list-3 {
          grid-area: 1 / 2 / 3 / 3; }
          @media screen and (max-width: 767px) {
            #hamburger-menu .hamburger-menu-inner .fnav__list.list-3 {
              grid-area: auto; } }
        #hamburger-menu .hamburger-menu-inner .fnav__list.list-4 {
          grid-area: 1 / 3 / 3 / 4; }
          @media screen and (max-width: 767px) {
            #hamburger-menu .hamburger-menu-inner .fnav__list.list-4 {
              grid-area: auto; } }
      #hamburger-menu .hamburger-menu-inner .fnav__item {
        margin: 0;
        border-bottom: 1px solid #00428e; }
        #hamburger-menu .hamburger-menu-inner .fnav__item a {
          font-size: 20px;
          position: relative;
          display: block;
          padding: 20px 0;
          width: 238px; }
          @media screen and (max-width: 767px) {
            #hamburger-menu .hamburger-menu-inner .fnav__item a {
              font-size: 3.84615vw;
              width: 100%; } }
          #hamburger-menu .hamburger-menu-inner .fnav__item a::before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%);
            border: 2px solid #00428e;
            border-radius: 50%; }
          #hamburger-menu .hamburger-menu-inner .fnav__item a::after {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain;
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translate(0, -50%); }
        #hamburger-menu .hamburger-menu-inner .fnav__item ul.child {
          padding: 0 0 15px; }
        #hamburger-menu .hamburger-menu-inner .fnav__item.child {
          border-bottom: none; }
          #hamburger-menu .hamburger-menu-inner .fnav__item.child a {
            padding: 10px 0; }
            #hamburger-menu .hamburger-menu-inner .fnav__item.child a::before, #hamburger-menu .hamburger-menu-inner .fnav__item.child a::after {
              content: none; }
        #hamburger-menu .hamburger-menu-inner .fnav__item.hnavsp {
          display: none; }
          @media screen and (max-width: 767px) {
            #hamburger-menu .hamburger-menu-inner .fnav__item.hnavsp {
              display: block; } }

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

.footer-contact {
  color: #fff;
  text-align: center;
  padding: 100px 0;
  position: relative;
  background: url(../images/common/footer-contact-bg.jpg) no-repeat center/cover; }
  @media screen and (max-width: 767px) {
    .footer-contact {
      padding: 40px 0; } }
  .footer-contact.index-footer-contact {
    background: none; }
  .footer-contact-inner {
    max-width: 953px;
    margin: 0 auto; }
  .footer-contact__title {
    font-size: 100px;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 20px 0 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .footer-contact__title {
        padding: 10px 0 0;
        font-size: 17.94872vw; } }
    .footer-contact__title::before {
      content: "";
      display: block;
      width: 116px;
      height: 31px;
      background: url(../images/common/c-title-icon.svg) no-repeat left center/contain;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0); }
      @media screen and (max-width: 767px) {
        .footer-contact__title::before {
          width: 63px;
          height: 17px; } }
  .footer-contact__lead {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    line-height: 1.67;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .footer-contact__lead {
        font-size: 5.12821vw; } }
  .footer-contact__list {
    display: flex;
    justify-content: center;
    gap: 40px; }
    @media screen and (max-width: 767px) {
      .footer-contact__list {
        flex-direction: column;
        padding: 0 8vw;
        gap: 30px; } }
  .footer-contact__item {
    width: calc((100% - 40px) / 2); }
    @media screen and (max-width: 767px) {
      .footer-contact__item {
        width: 100%; } }
    .footer-contact__item a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 76px;
      position: relative;
      gap: 10px; }
    .footer-contact__item.tel a {
      border: 1px solid #fff; }
      .footer-contact__item.tel a .num {
        font-size: 40px;
        font-family: "Outfit", "Noto Sans JP", sans-serif;
        font-style: italic; }
        @media screen and (max-width: 767px) {
          .footer-contact__item.tel a .num {
            font-size: 7.69231vw; } }
    .footer-contact__item.tel .note {
      padding-top: 10px; }
      @media screen and (max-width: 767px) {
        .footer-contact__item.tel .note {
          font-size: 3.07692vw; } }
    .footer-contact__item.mail a {
      background: #fff;
      color: #00428e; }
      .footer-contact__item.mail a .icon {
        display: flex;
        align-items: center; }
      .footer-contact__item.mail a .label {
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .footer-contact__item.mail a .label {
            font-size: 3.84615vw; } }
      .footer-contact__item.mail a .arrow {
        border: 2px solid #00428e;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%); }
        .footer-contact__item.mail a .arrow::before {
          content: "";
          display: block;
          width: 11px;
          height: 10px;
          background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain;
          position: absolute;
          left: 2px;
          top: 3px; }
  .footer-contact.recruit-footer-contact {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .footer-contact.recruit-footer-contact {
        text-align: center; } }
    .footer-contact.recruit-footer-contact .footer-contact-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1090px; }
      @media screen and (max-width: 767px) {
        .footer-contact.recruit-footer-contact .footer-contact-inner {
          display: block; } }
      .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__text {
        width: 53%; }
        @media screen and (max-width: 767px) {
          .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__text {
            width: 100%;
            margin-bottom: 20px; } }
      .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__title {
        line-height: 1.2;
        padding: 37px 0 0; }
        @media screen and (max-width: 767px) {
          .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__title {
            padding: 20px 0 0; } }
        .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__title::before {
          left: 0;
          transform: translate(0, 0); }
          @media screen and (max-width: 767px) {
            .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__title::before {
              left: 50%;
              transform: translate(-50%, 0); } }
      .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__lead {
        margin: 0; }
      .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__list {
        width: 47%; }
        @media screen and (max-width: 767px) {
          .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__list {
            width: 100%; } }
      .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item {
        width: 100%; }
        .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item.recruit a {
          background: #fff;
          color: #00428e;
          height: 124px; }
          @media screen and (max-width: 767px) {
            .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item.recruit a {
              height: 76px; } }
          .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item.recruit a .label {
            font-size: 25px; }
            @media screen and (max-width: 767px) {
              .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item.recruit a .label {
                font-size: 3.84615vw; } }
          .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item.recruit a .arrow {
            border: 2px solid #00428e;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translate(0, -50%); }
            @media screen and (max-width: 767px) {
              .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item.recruit a .arrow {
                width: 20px;
                height: 20px; } }
            .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item.recruit a .arrow::before {
              content: "";
              display: block;
              width: 21px;
              height: 22px;
              background: url(../images/common/arrow-right-blue-thin.svg) no-repeat center/contain;
              position: absolute;
              left: 10px;
              top: 9px; }
              @media screen and (max-width: 767px) {
                .footer-contact.recruit-footer-contact .footer-contact-inner .footer-contact__item.recruit a .arrow::before {
                  width: 10px;
                  height: 10px;
                  background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain;
                  left: 3px;
                  top: 2px; } }

.l-footer {
  background: #fff;
  position: relative; }
  .l-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .l-footer-inner {
        padding: 40px 8vw; } }
  .l-footer-left {
    width: 440px;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .l-footer-left {
        width: 100%; } }
  .l-footer-right {
    width: 590px; }
    @media screen and (max-width: 767px) {
      .l-footer-right {
        width: 100%; } }
  .l-footer__logo {
    margin-bottom: 20px; }
  .l-footer__info dl {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
    @media screen and (max-width: 767px) {
      .l-footer__info dl {
        gap: 3px; } }
    .l-footer__info dl dt {
      background: #00428e;
      color: #fff;
      width: 76px;
      font-size: 12px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
    .l-footer__info dl dd {
      width: calc(100% - 88px); }
      @media screen and (max-width: 767px) {
        .l-footer__info dl dd {
          width: 100%;
          margin-bottom: 7px; } }
  .l-footer-wrap-1 {
    display: flex;
    align-items: center;
    gap: 10px; }
    @media screen and (max-width: 767px) {
      .l-footer-wrap-1 {
        display: block;
        padding-top: 10px; } }
  .l-footer__instagram a {
    border: 6px solid #00428e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 64px;
    gap: 10px; }
    @media screen and (max-width: 767px) {
      .l-footer__instagram a {
        width: 100%;
        border-width: 5px; } }
  @media screen and (max-width: 767px) {
    .l-footer__chu1000 {
      text-align: center; } }
  .l-footer__chu1000 img {
    width: 116px; }
    @media screen and (max-width: 767px) {
      .l-footer__chu1000 img {
        width: 188px; } }
  .l-footer__copy {
    background: #00428e;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px; }

.fnav {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .fnav {
      display: none; } }
  .fnav__item {
    margin-bottom: 25px; }
    .fnav__item a {
      font-weight: bold; }
    .fnav__item ul.child {
      padding-top: 10px; }
    .fnav__item.child {
      margin-bottom: 11px; }
      .fnav__item.child a {
        color: #7d8690;
        font-weight: 400; }

.footbnr-recruit {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .footbnr-recruit {
      right: 5px;
      bottom: 5px; } }
  .footbnr-recruit a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 199px;
    height: 199px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 767px) {
      .footbnr-recruit a {
        width: 100px;
        height: 100px;
        padding: 5px; } }
    .footbnr-recruit a .footbnr-recruit-inner {
      width: 100%;
      height: 100%;
      border: 1px solid #00428e;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      padding-bottom: 54px; }
      @media screen and (max-width: 767px) {
        .footbnr-recruit a .footbnr-recruit-inner {
          padding-bottom: 39px; } }
      .footbnr-recruit a .footbnr-recruit-inner .icon {
        position: relative;
        top: -2px; }
        @media screen and (max-width: 767px) {
          .footbnr-recruit a .footbnr-recruit-inner .icon {
            top: 0px; } }
        .footbnr-recruit a .footbnr-recruit-inner .icon img {
          width: 111px; }
          @media screen and (max-width: 767px) {
            .footbnr-recruit a .footbnr-recruit-inner .icon img {
              width: 57px; } }
      .footbnr-recruit a .footbnr-recruit-inner .label {
        font-size: 25px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .footbnr-recruit a .footbnr-recruit-inner .label {
            font-size: 12px; } }
      .footbnr-recruit a .footbnr-recruit-inner .arrow {
        background: #00428e;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: 6px;
        transform: translate(-50%, 0); }
        @media screen and (max-width: 767px) {
          .footbnr-recruit a .footbnr-recruit-inner .arrow {
            width: 14px;
            height: 14px;
            bottom: 7px; } }
        .footbnr-recruit a .footbnr-recruit-inner .arrow::before {
          content: "";
          display: block;
          width: 15px;
          height: 15px;
          background: url(../images/common/arrow-right-white.svg) no-repeat center/contain;
          position: absolute;
          left: 7px;
          top: 6px; }
          @media screen and (max-width: 767px) {
            .footbnr-recruit a .footbnr-recruit-inner .arrow::before {
              width: 7px;
              height: 8px;
              left: 3px;
              top: 3px; } }
    .footbnr-recruit a:hover {
      opacity: 1;
      background: #00ffd8; }

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

#cookie-notice {
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    #cookie-notice {
      font-size: 3.33333vw; } }
  #cookie-notice .cn-button:not(.cn-button-custom) {
    border-radius: 5px;
    font-size: 15px;
    padding: 13px 27px; }
    @media screen and (max-width: 767px) {
      #cookie-notice .cn-button:not(.cn-button-custom) {
        font-size: 3.33333vw; } }

/* =========================== */
.index-bg-movie {
  width: 100%;
  height: 100%;
  position: fixed; }
  .index-bg-movie-inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .index-bg-movie-inner::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #2a8ad1;
      position: absolute;
      left: 0;
      top: 0;
      mix-blend-mode: multiply;
      z-index: 1; }
    .index-bg-movie-inner video {
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }

/* =========================== */
.index-kv {
  position: relative;
  color: #fff;
  padding: 130px 0 0; }
  @media screen and (max-width: 767px) {
    .index-kv {
      padding: 90px 0 0; } }
  .index-kv__bg {
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .index-kv__bg img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .index-kv__title-en {
    font-size: 8.41874vw;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .index-kv__title-en {
        font-size: 11.53846vw;
        text-align: left;
        padding-left: 6.41026vw; } }
  .index-kv__title {
    font-size: 4.17277vw;
    position: relative;
    z-index: 1;
    text-align: right;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .index-kv__title {
        font-size: 7.17949vw;
        padding-right: 6.41026vw;
        margin-top: -11.5vw; } }
    .index-kv__title small {
      font-size: 2.92826vw; }
      @media screen and (max-width: 767px) {
        .index-kv__title small {
          font-size: 5.12821vw; } }
  .index-kv__img-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    gap: 2.92826vw; }
    @media screen and (max-width: 767px) {
      .index-kv__img-wrap {
        flex-direction: column;
        gap: 7.69231vw;
        padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .index-kv__img-1 {
      padding-right: 17.94872vw; } }
  .index-kv__img-2 {
    padding-top: 16.10542vw; }
    @media screen and (max-width: 767px) {
      .index-kv__img-2 {
        padding-top: 0;
        padding-left: 33.33333vw; } }
  .index-kv .scroll-sign {
    position: absolute;
    right: 11vw;
    top: calc(130px + 20vw);
    width: 40px;
    height: 135px;
    color: #fff;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .index-kv .scroll-sign {
        right: auto;
        top: auto;
        left: 15vw;
        bottom: 0;
        height: 46.92308vw; } }
    .index-kv .scroll-sign__line {
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.9); }
    .index-kv .scroll-sign__dot {
      position: absolute;
      left: -3px;
      top: 0px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      animation: scrollDot 1.8s ease-in-out infinite; }
    .index-kv .scroll-sign__text {
      position: absolute;
      left: 14px;
      bottom: 0px;
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 0.08em;
      line-height: 1;
      writing-mode: vertical-rl;
      text-orientation: mixed; }

@keyframes scrollDot {
  0% {
    transform: translateY(0);
    opacity: 0; }
  20%,
  80% {
    opacity: 1; }
  100% {
    transform: translateY(135px);
    opacity: 0; } }

@media screen and (max-width: 767px) {
  @keyframes scrollDot {
    0% {
      transform: translateY(0);
      opacity: 0; }
    20%,
    80% {
      opacity: 1; }
    100% {
      transform: translateY(46.92308vw);
      opacity: 0; } } }

/* =========================== */
.index-company {
  color: #fff;
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .index-company {
      padding: 50px 8vw; } }
  @media screen and (max-width: 767px) {
    .index-company .c-title {
      margin-bottom: 10px; } }
  .index-company .c-title .jp {
    font-size: 65px; }
    @media screen and (max-width: 767px) {
      .index-company .c-title .jp {
        font-size: 6.41026vw; } }
  .index-company__body {
    font-size: 22px;
    line-height: 2.27; }
    @media screen and (max-width: 767px) {
      .index-company__body {
        font-size: 3.84615vw; } }
  .index-company__link {
    max-width: 456px; }
    .index-company__link ul {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin: 60px 0; }
      @media screen and (max-width: 767px) {
        .index-company__link ul {
          margin: 30px 0; } }
      .index-company__link ul li {
        width: calc((100% - 60px) / 3); }
        @media screen and (max-width: 767px) {
          .index-company__link ul li {
            width: calc((100% - 30px) / 2); } }
        .index-company__link ul li a {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #fff;
          padding: 6px 0 8px;
          position: relative; }
          .index-company__link ul li a .arrow {
            background: #fff;
            width: 17px;
            height: 17px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%); }
            .index-company__link ul li a .arrow::before {
              content: "";
              display: block;
              width: 11px;
              height: 10px;
              background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain;
              position: absolute;
              left: 3px;
              top: 3px; }
          .index-company__link ul li a:hover {
            opacity: 1;
            color: #00ffd8;
            border-color: #00ffd8; }
            .index-company__link ul li a:hover .arrow {
              background: #00ffd8; }
  .index-company .c-btn a {
    width: 100%;
    height: 76px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .index-company .c-btn a {
        height: 65px;
        font-size: 15px; } }

/* =========================== */
.index-wrap-1 {
  position: relative;
  padding-top: 11vw;
  width: 100%;
  overflow: hidden; }
  .index-wrap-1::before {
    content: "";
    display: block;
    width: 124.9634vw;
    height: auto;
    aspect-ratio: 1707/734;
    background: url(../images/top/oval.svg) no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0); }

/* =========================== */
.index-service {
  background: #fff;
  position: relative;
  padding: 80px 0 140px; }
  @media screen and (max-width: 767px) {
    .index-service {
      padding: 50px 0; } }
  .index-service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-service-header {
        display: block;
        padding: 0 8vw; } }
    .index-service-header::before {
      content: "";
      display: block;
      width: 447px;
      height: 447px;
      background: url(../images/top/service-badge.svg) no-repeat center/contain;
      position: absolute;
      left: -110px;
      top: -110px;
      animation: badgeRotate 30s linear infinite;
      transform-origin: center; }
      @media screen and (max-width: 767px) {
        .index-service-header::before {
          width: 397px;
          height: 397px;
          left: auto;
          right: -60vw;
          top: -80vw; } }
    .index-service-header .c-title {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .index-service-header .c-title {
          margin-bottom: 20px; } }
    .index-service-header .c-btn {
      margin: 0; }
  .index-service__img {
    padding-left: calc((100vw - 1100px) / 2);
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-service__img {
        padding-left: 8vw; } }
    .index-service__img img {
      width: 100%; }

@keyframes badgeRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* =========================== */
.index-works {
  background: #fff;
  position: relative;
  padding: 0 0 120px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .index-works {
      padding: 0 8vw 60px; } }
  .index-works-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-works-header {
        display: block;
        margin-bottom: 25px; } }
    .index-works-header .c-title {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .index-works-header .c-title {
          margin: 0 0 20px; } }
    .index-works-header .c-btn {
      margin: 0; }
  .index-works__list {
    width: calc(100vw - ((100vw - 1088px) / 2));
    margin-left: 0;
    margin-right: calc(50% - 50vw); }
    @media screen and (max-width: 767px) {
      .index-works__list {
        width: 100%;
        margin: 0; } }
    .index-works__list .slick-list {
      overflow: hidden; }
    .index-works__list .slick-prev {
      left: -25px; }
      @media screen and (max-width: 767px) {
        .index-works__list .slick-prev {
          left: -18px; } }
    .index-works__list .slick-next {
      left: 308px; }
      @media screen and (max-width: 767px) {
        .index-works__list .slick-next {
          left: auto;
          right: -18px; } }
  .index-works__item {
    width: 333px;
    margin-right: 45px; }
    @media screen and (max-width: 767px) {
      .index-works__item {
        width: 100%;
        margin: 0; } }
    .index-works__item a,
    .index-works__item button {
      display: block;
      position: relative;
      color: #fff;
      overflow: hidden;
      font-weight: bold;
      cursor: pointer; }
      .index-works__item a::before,
      .index-works__item button::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #0058ff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.5;
        mix-blend-mode: color-burn;
        transition: all 0.3s ease 0s; }
      .index-works__item a .img,
      .index-works__item button .img {
        width: 100%;
        height: auto;
        aspect-ratio: 333 / 391; }
        .index-works__item a .img img,
        .index-works__item button .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .index-works__item a .label,
      .index-works__item button .label {
        transform-origin: left top;
        transform: rotate(90deg);
        position: absolute;
        left: 60px;
        top: 20px;
        font-size: 40px;
        font-family: "Outfit", "Noto Sans JP", sans-serif;
        font-weight: 400; }
      .index-works__item a .text,
      .index-works__item button .text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 20px 20px; }
        .index-works__item a .text .tag,
        .index-works__item button .text .tag {
          position: relative;
          top: 3px;
          margin-bottom: 10px; }
          .index-works__item a .text .tag ul,
          .index-works__item button .text .tag ul {
            margin: 0;
            display: flex;
            gap: 5px; }
            .index-works__item a .text .tag ul li,
            .index-works__item button .text .tag ul li {
              background: #fff;
              color: #00428e;
              border-radius: 100vh;
              font-size: 12px;
              padding: 0 10px; }
      .index-works__item a:hover,
      .index-works__item button:hover {
        opacity: 1; }
        .index-works__item a:hover::before,
        .index-works__item button:hover::before {
          opacity: 0; }
  @media screen and (max-width: 767px) {
    .index-works .sp-only .c-btn {
      margin-top: 40px; } }

/* =========================== */
.index-recruit {
  background: #00428e;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 0 90px; }
  @media screen and (max-width: 767px) {
    .index-recruit {
      overflow: hidden;
      padding: 0 0 60px; } }
  .index-recruit .flowing-ttl__item {
    font-size: 120px;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    opacity: 0.3; }
    @media screen and (max-width: 767px) {
      .index-recruit .flowing-ttl__item {
        font-size: 17.94872vw; } }
  .index-recruit__title {
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
    position: relative;
    padding-top: 110px;
    /* 初期状態：信=青、号=黄、屋=赤 */ }
    .index-recruit__title::before {
      content: "";
      display: block;
      width: 200px;
      height: 84px;
      background: url(../images/top/recruit-title-icon.svg) no-repeat center/contain;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0); }
    .index-recruit__title .signal-logo {
      display: inline-block;
      font-size: 120px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -0.08em;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .index-recruit__title .signal-logo {
          font-size: 13.07692vw; } }
      .index-recruit__title .signal-logo span {
        display: inline-block;
        color: #fff;
        animation: glowShift 3s steps(3, end) infinite; }
    .index-recruit__title .signal-logo span:nth-child(1) {
      animation-delay: 0s; }
    .index-recruit__title .signal-logo span:nth-child(2) {
      animation-delay: -2s; }
    .index-recruit__title .signal-logo span:nth-child(3) {
      animation-delay: -1s; }
    .index-recruit__title .signal-logo-text {
      font-size: 70px; }
      @media screen and (max-width: 767px) {
        .index-recruit__title .signal-logo-text {
          font-size: 6.41026vw; } }
  .index-recruit__lead {
    font-size: 22px;
    line-height: 2;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .index-recruit__lead {
        font-size: 3.84615vw;
        margin-bottom: 220px; } }
  @media screen and (max-width: 767px) {
    .index-recruit__c-btn-wrap {
      padding: 0 8vw;
      position: relative;
      z-index: 1; } }
  .index-recruit__c-btn-wrap .c-btn {
    margin: 40px 0 0; }
    @media screen and (max-width: 767px) {
      .index-recruit__c-btn-wrap .c-btn {
        margin: 27px 0 0; } }
    .index-recruit__c-btn-wrap .c-btn a {
      min-width: 456px;
      min-height: 76px;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .index-recruit__c-btn-wrap .c-btn a {
          min-width: 100%;
          min-height: 65px;
          font-size: 3.84615vw; } }
  .index-recruit__img-1 {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .index-recruit__img-1 {
        left: auto;
        bottom: auto;
        right: -74px;
        top: 220px; } }
    .index-recruit__img-1 img {
      width: calc(764px / 2); }
      @media screen and (max-width: 767px) {
        .index-recruit__img-1 img {
          max-width: none;
          width: calc(339px / 2); } }
  .index-recruit__img-2 {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .index-recruit__img-2 {
        right: auto;
        left: -160px;
        bottom: 153px; } }
    .index-recruit__img-2 img {
      width: calc(732px / 2); }
      @media screen and (max-width: 767px) {
        .index-recruit__img-2 img {
          max-width: none;
          width: calc(1104px / 2); } }

/* 色ローテーション */
@keyframes glowShift {
  0%,
  32.999% {
    text-shadow: 0 0 6px rgba(0, 220, 255, 0.95), 0 0 14px rgba(0, 220, 255, 0.85), 0 0 24px rgba(0, 220, 255, 0.7); }
  33%,
  65.999% {
    text-shadow: 0 0 6px rgba(255, 230, 80, 0.95), 0 0 14px rgba(255, 230, 80, 0.85), 0 0 24px rgba(255, 230, 80, 0.7); }
  66%,
  100% {
    text-shadow: 0 0 6px rgba(255, 0, 120, 0.95), 0 0 14px rgba(255, 0, 120, 0.85), 0 0 24px rgba(255, 0, 120, 0.7); } }

/* =========================== */
.index-instagram {
  padding: 100px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .index-instagram {
      padding: 30px 0 50px; } }
  .index-instagram .sect-inner {
    position: relative; }
  .index-instagram__title {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    color: #00428e;
    font-size: 70px;
    opacity: 0.3;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    left: 20px;
    top: 0; }
    @media screen and (max-width: 767px) {
      .index-instagram__title {
        font-size: 15.38462vw;
        transform: rotate(0);
        position: static;
        text-align: center;
        margin-bottom: 0; } }

/* =========================== */
.index-news {
  background: #fff;
  position: relative;
  padding: 0 0 360px; }
  @media screen and (max-width: 767px) {
    .index-news {
      padding: 0 8vw 150px; } }
  .index-news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .index-news-header {
        margin-bottom: 15px; } }
    .index-news-header .c-title {
      margin: 0; }
    .index-news-header .c-btn {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .index-news-header .c-btn {
          display: none; } }
  .index-news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px; }
    @media screen and (max-width: 767px) {
      .index-news__list {
        flex-direction: column; } }
  .index-news__item {
    width: calc((100% - 54px) / 3); }
    @media screen and (max-width: 767px) {
      .index-news__item {
        width: 100%; } }
    .index-news__item a {
      display: block; }
      .index-news__item a .img {
        overflow: hidden;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        aspect-ratio: 345 / 225; }
        .index-news__item a .img img {
          transition: all 0.3s ease 0s;
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .index-news__item a .text .data {
        display: flex;
        gap: 10px;
        margin-bottom: 5px; }
        .index-news__item a .text .data .category {
          font-size: 12px;
          background: #00428e;
          color: #fff;
          border-radius: 100vh;
          padding: 0 10px; }
        .index-news__item a .text .data .date {
          font-size: 12px; }
      .index-news__item a .text .title {
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .index-news__item a .text .title {
            font-size: 4.61538vw; } }
      .index-news__item a:hover {
        opacity: 1; }
        .index-news__item a:hover .img img {
          transform: scale(1.1); }

/* =========================== */
.index-foot-slider {
  position: relative;
  margin-top: -250px; }
  @media screen and (max-width: 767px) {
    .index-foot-slider {
      margin-top: -110px; } }
  .index-foot-slider .flowing-ttl {
    position: relative; }
    .index-foot-slider .flowing-ttl__item {
      padding: 0 27px; }
      .index-foot-slider .flowing-ttl__item img {
        width: 2252px; }
        @media screen and (max-width: 767px) {
          .index-foot-slider .flowing-ttl__item img {
            width: calc(2252px / 2); } }
      .index-foot-slider .flowing-ttl__item:nth-child(odd) {
        animation: MoveLeft 80s -40s infinite linear; }
      .index-foot-slider .flowing-ttl__item:nth-child(even) {
        animation: MoveLeft2 80s infinite linear; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.page-bg-blue {
  background: #00428e; }

/* =========================== */
.company-philosophy {
  color: #fff;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .company-philosophy {
      padding: 50px 8vw; } }
  .company-philosophy .sect-inner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .company-philosophy .sect-inner {
        display: block; } }
  .company-philosophy-header {
    width: 340px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .company-philosophy-header {
        width: 100%;
        margin-bottom: 10px; } }
    .company-philosophy-header .c-title {
      border-bottom: 1px solid #fff;
      margin-bottom: 16px;
      padding-bottom: 17px; }
  .company-philosophy__catch {
    font-family: "Noto Serif JP", serif;
    font-size: 40px; }
    @media screen and (max-width: 767px) {
      .company-philosophy__catch {
        font-size: 7.69231vw;
        line-height: 1.6; } }
  .company-philosophy-cont {
    width: calc(100% - 340px);
    padding-left: 80px; }
    @media screen and (max-width: 767px) {
      .company-philosophy-cont {
        width: 100%;
        padding-left: 0; } }
  .company-philosophy__body {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .company-philosophy__body {
        font-size: 3.84615vw; } }

/* =========================== */
.company-greeting {
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .company-greeting {
      padding: 0 8vw;
      margin-bottom: 60px; } }
  .company-greeting .sect-inner {
    background-color: #fff;
    padding: 80px; }
    @media screen and (max-width: 767px) {
      .company-greeting .sect-inner {
        padding: 24px; } }
  .company-greeting__grid {
    display: grid;
    grid-template-columns: 45.6% 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "image heading" "image content";
    column-gap: 56px;
    row-gap: 18px;
    margin: 0 auto;
    align-items: start; }
    @media screen and (max-width: 767px) {
      .company-greeting__grid {
        grid-template-columns: 1fr;
        grid-template-areas: "heading" "image" "content";
        row-gap: 14px;
        max-width: none; } }
  .company-greeting .c-title {
    grid-area: heading;
    margin: 0; }
  .company-greeting__img {
    grid-area: image; }
    .company-greeting__img img {
      width: 100%;
      height: auto; }
  .company-greeting__body {
    grid-area: content; }
    .company-greeting__body .name {
      font-size: 18px;
      font-weight: bold;
      text-align: right; }

/* =========================== */
.company-history {
  color: #fff;
  padding: 0 0 100px;
  /* SP */ }
  @media screen and (max-width: 767px) {
    .company-history {
      padding: 0 8vw 80px; } }
  .company-history .sect-inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .company-history .sect-inner {
        display: block; } }
  .company-history .c-title {
    position: sticky;
    top: 120px;
    align-self: start;
    flex: 0 0 170px; }
    @media screen and (max-width: 767px) {
      .company-history .c-title {
        position: relative;
        top: 0; } }
  .company-history__cont {
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .company-history__cont {
        padding-top: 0; } }
  .company-history .history__list {
    position: relative;
    display: grid;
    row-gap: 34px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
  .company-history .history__list::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #fff;
    transform: translateX(-50%); }
  .company-history .history__item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .company-history .history__item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    z-index: 1;
    width: 22px;
    height: 22px;
    background: #00ffd8;
    border-radius: 50%;
    transform: translateX(-50%); }
  .company-history .history__item--left .history__content {
    grid-column: 1;
    justify-self: end;
    padding-right: 28px;
    text-align: right; }
  .company-history .history__item--right .history__content {
    grid-column: 2;
    justify-self: start;
    padding-left: 28px;
    text-align: left; }
  .company-history .history__year {
    display: block;
    margin-bottom: 4px;
    font-size: 25px;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    line-height: 1; }
  .company-history .history__content p {
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.04em; }
  @media screen and (max-width: 767px) {
    .company-history .history {
      padding: 28px 0 32px; }
    .company-history .history__inner {
      width: 100%; }
    .company-history .history__list {
      row-gap: 40px;
      padding: 0 0 0 43px; }
    .company-history .history__list::before {
      top: 10px;
      bottom: 0;
      left: 13px;
      width: 3px;
      transform: none; }
    .company-history .history__item {
      display: block; }
    .company-history .history__item::before {
      top: 0;
      left: -40px;
      width: 22px;
      height: 22px;
      transform: none; }
    .company-history .history__content {
      max-width: none; }
    .company-history .history__item--left .history__content,
    .company-history .history__item--right .history__content {
      padding: 0;
      text-align: left;
      justify-self: auto; }
    .company-history .history__year {
      margin-bottom: 4px;
      font-size: 25px; }
    .company-history .history__content p {
      font-size: 15px;
      line-height: 1.55; } }

/* =========================== */
.company-info {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .company-info {
      padding: 50px 8vw; } }
  .company-info .sect-inner {
    display: flex; }
    @media screen and (max-width: 767px) {
      .company-info .sect-inner {
        display: block; } }
  .company-info-header {
    width: 270px;
    position: sticky;
    top: 120px;
    align-self: start; }
    @media screen and (max-width: 767px) {
      .company-info-header {
        position: relative;
        top: 0;
        width: 100%; } }
    .company-info-header .c-title {
      margin-bottom: 30px; }
  .company-info__bnr img {
    width: 209px; }
    @media screen and (max-width: 767px) {
      .company-info__bnr img {
        width: 100%; } }
  .company-info-cont {
    width: calc(100% - 270px);
    padding-left: 60px; }
    @media screen and (max-width: 767px) {
      .company-info-cont {
        width: 100%;
        padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .company-info__table {
      margin-bottom: 30px; } }
  .company-info__row {
    display: flex;
    border-bottom: 1px solid #00428e;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .company-info__row {
        flex-direction: column;
        padding: 15px 0;
        gap: 5px; } }
    .company-info__row dt {
      width: 136px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .company-info__row dt {
          width: 100%; } }
    .company-info__row dd {
      width: calc(100% - 136px); }
      @media screen and (max-width: 767px) {
        .company-info__row dd {
          width: 100%; } }
      .company-info__row dd ol.has-num li,
      .company-info__row dd ul.has-num li {
        position: relative;
        padding-left: 20px; }
        .company-info__row dd ol.has-num li .num,
        .company-info__row dd ul.has-num li .num {
          position: absolute;
          left: 0;
          top: 0; }

/* =========================== */
.company-partner {
  padding: 100px 0;
  background: #00428e;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .company-partner {
      padding: 60px 8vw; } }
  .company-partner .sect-inner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .company-partner .sect-inner {
        display: block; } }
  .company-partner-header {
    width: 270px; }
    @media screen and (max-width: 767px) {
      .company-partner-header {
        width: 100%; } }
    .company-partner-header .c-title {
      margin-bottom: 0px; }
      @media screen and (max-width: 767px) {
        .company-partner-header .c-title {
          margin-bottom: 20px; } }
  .company-partner-cont {
    width: calc(100% - 270px);
    padding-left: 60px; }
    @media screen and (max-width: 767px) {
      .company-partner-cont {
        width: 100%;
        padding-left: 0; } }
  .company-partner__row {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 20px 0; }
    @media screen and (max-width: 767px) {
      .company-partner__row {
        flex-direction: column;
        gap: 5px; } }
    .company-partner__row:first-child {
      padding-top: 0; }
    .company-partner__row dt {
      width: 136px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .company-partner__row dt {
          width: 100%; } }
    .company-partner__row dd {
      width: calc(100% - 136px); }
      @media screen and (max-width: 767px) {
        .company-partner__row dd {
          width: 100%; } }

/* =========================== */
.company-sustainability {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .company-sustainability {
      padding: 50px 8vw; } }
  .company-sustainability .c-title {
    margin-bottom: 20px; }
  .company-sustainability__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .company-sustainability__list {
        display: block; } }
  .company-sustainability__item {
    width: calc((100% - 80px) / 5);
    text-align: center; }
    @media screen and (max-width: 767px) {
      .company-sustainability__item {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #00428e;
        padding-bottom: 15px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .company-sustainability__item .img {
        width: 82px;
        flex-shrink: 0; } }
    .company-sustainability__item .text {
      padding-top: 10px;
      line-height: 1.47;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .company-sustainability__item .text {
          padding-top: 0;
          padding-left: 30px; } }

/* =========================== */
.company-access {
  padding: 0 0 110px; }
  @media screen and (max-width: 767px) {
    .company-access {
      padding: 0 8vw 60px; } }
  .company-access .c-title {
    margin-bottom: 40px; }
  .company-access__list {
    display: flex;
    flex-direction: column;
    gap: 50px; }
    @media screen and (max-width: 767px) {
      .company-access__list {
        gap: 40px; } }
  .company-access__item .text {
    margin-bottom: 20px; }
    .company-access__item .text .title {
      font-size: 20px;
      margin: 0; }
  .company-access__item .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1088/305; }
    @media screen and (max-width: 767px) {
      .company-access__item .map iframe {
        aspect-ratio: 1/1; } }

/* =========================== */
/* =========================== */
.service-anchor {
  color: #fff;
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .service-anchor {
      padding: 50px 0; } }
  .service-anchor-header {
    display: flex;
    padding-right: 10vw;
    gap: 70px;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .service-anchor-header {
        display: block;
        padding: 0;
        text-align: center;
        margin-bottom: 25px; } }
  .service-anchor__signal {
    width: 690px;
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      .service-anchor__signal {
        width: 103.33333vw;
        position: relative;
        left: -21.79487vw;
        margin-bottom: 20px; } }
  .service-anchor__title {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 40px;
    margin: 0 0 10px; }
    @media screen and (max-width: 767px) {
      .service-anchor__title {
        font-size: 6.41026vw; } }
  .service-anchor__body {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .service-anchor__body {
        font-size: 3.84615vw; } }
  .service-anchor__list {
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .service-anchor__list {
        flex-direction: column;
        padding: 0 8vw; } }
  .service-anchor__item {
    width: calc((100% - 100px) / 6); }
    @media screen and (max-width: 767px) {
      .service-anchor__item {
        width: 100%; } }
    .service-anchor__item a {
      border: 2px solid #fff;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 9px;
      position: relative;
      padding-bottom: 40px;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .service-anchor__item a {
          flex-direction: row;
          align-items: center;
          height: 80px;
          padding: 0 40px 0 10px;
          gap: 10px; } }
      .service-anchor__item a .num {
        font-family: "Outfit", "Noto Sans JP", sans-serif;
        font-size: 30px; }
        @media screen and (max-width: 767px) {
          .service-anchor__item a .num {
            font-size: 7.69231vw;
            flex: 0 0 50px; } }
      .service-anchor__item a .icon {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .service-anchor__item a .icon {
            flex: 0 0 60px;
            height: 50px; }
            .service-anchor__item a .icon svg {
              width: 100%;
              height: 100%;
              object-fit: contain; } }
      .service-anchor__item a .label {
        font-size: 20px;
        line-height: 1.25;
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .service-anchor__item a .label {
            font-size: 5.12821vw; } }
        .service-anchor__item a .label path {
          fill: #fff; }
      .service-anchor__item a .arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 7px 0px 7px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translate(-50%, 0); }
        @media screen and (max-width: 767px) {
          .service-anchor__item a .arrow {
            left: auto;
            right: 10px;
            bottom: auto;
            top: 50%;
            transform: translate(0, -50%); } }
      .service-anchor__item a:hover {
        background: #00ffd8;
        color: #00428e;
        opacity: 1; }
        .service-anchor__item a:hover .icon svg path,
        .service-anchor__item a:hover .icon svg rect {
          fill: #00428e; }
        .service-anchor__item a:hover .arrow {
          border-color: #00428e transparent transparent transparent; }

/* =========================== */
.service-sect {
  color: #fff;
  margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    .service-sect {
      padding: 0 8vw;
      margin-bottom: 70px; } }
  .service-sect__tag {
    font-size: 25px;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.25; }
    @media screen and (max-width: 767px) {
      .service-sect__tag {
        font-size: 5.12821vw; } }
  .service-sect__main {
    position: relative; }
    @media screen and (max-width: 767px) {
      .service-sect__main {
        width: 100%;
        height: auto;
        aspect-ratio: 318/204; } }
    .service-sect__main img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .service-sect__main img {
          object-fit: cover;
          width: 100%;
          height: 100%; } }
    .service-sect__main .num {
      font-size: 101px;
      font-family: "Outfit", "Noto Sans JP", sans-serif;
      font-weight: 500;
      background: #00428e;
      position: absolute;
      left: 0;
      bottom: 0;
      display: inline-block;
      line-height: 1;
      border-radius: 0 20px 0 0;
      padding-right: 30px;
      padding-top: 15px; }
      @media screen and (max-width: 767px) {
        .service-sect__main .num {
          font-size: 10.25641vw;
          padding-right: 15px;
          padding-top: 10px; } }
  .service-sect__flex {
    display: flex;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .service-sect__flex {
        flex-direction: column;
        margin-top: 18px; } }
  .service-sect__text {
    width: 55%;
    padding-right: 70px; }
    @media screen and (max-width: 767px) {
      .service-sect__text {
        width: 100%;
        padding-right: 0; } }
  .service-sect__title {
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .service-sect__title {
        font-size: 6.41026vw;
        margin-bottom: 5px; } }
  .service-sect__body {
    font-size: 18px;
    line-height: 1.94; }
    @media screen and (max-width: 767px) {
      .service-sect__body {
        font-size: 3.84615vw; } }
  .service-sect__slider {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .service-sect__slider {
        width: 100%;
        margin-top: 30px; } }

/* =========================== */
.service-strength {
  color: #fff;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .service-strength {
      padding: 50px 8vw 80px; } }
  .service-strength__list {
    display: flex;
    gap: 28px; }
    @media screen and (max-width: 767px) {
      .service-strength__list {
        flex-direction: column; } }
  .service-strength__item {
    width: calc((100% - 56px) / 3);
    background: #fff;
    color: #00428e;
    padding: 30px 20px; }
    @media screen and (max-width: 767px) {
      .service-strength__item {
        width: 100%; } }
    .service-strength__item .icon {
      text-align: center;
      height: 95px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .service-strength__item .icon {
          height: 63px;
          width: 94px;
          margin: 0 auto 10px; }
          .service-strength__item .icon img {
            max-height: 100%; } }
    .service-strength__item .title {
      font-size: 20px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .service-strength__item .title {
          margin-bottom: 10px; } }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.works-headtitle {
  text-align: center;
  color: #fff;
  padding: 70px 0 60px; }
  @media screen and (max-width: 767px) {
    .works-headtitle {
      padding: 30px 8vw; } }
  .works-headtitle__title {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .works-headtitle__title {
        font-size: 3.84615vw;
        line-height: 2; } }

/* =========================== */
.archive-works {
  padding: 80px 0 120px;
  position: relative;
  scroll-margin-top: 60px;
  /* 追従ヘッダー分 */ }
  @media screen and (max-width: 767px) {
    .archive-works {
      padding: 50px 8vw 100px;
      scroll-margin-top: 50px;
      /* 追従ヘッダー分 */ } }
  .archive-works-search {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .archive-works-search {
        margin-bottom: 25px; } }
  .archive-works__list {
    display: flex;
    flex-wrap: wrap;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      .archive-works__list {
        flex-direction: column;
        gap: 25px; } }
  .archive-works .index-works__item {
    width: calc((100% - 90px) / 3);
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .archive-works .index-works__item {
        width: 100%; } }

/* =========================== */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none; }
  .works-modal.is-active {
    display: block; }
  .works-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 10, 60, 0.65);
    backdrop-filter: blur(20px); }
  .works-modal__content {
    position: relative;
    width: Min(1030px, calc(100% - 40px));
    max-height: calc(100vh - 80px);
    margin: 40px auto;
    padding: 56px 80px 64px;
    background: #fff;
    overflow-y: auto; }
    @media screen and (max-width: 767px) {
      .works-modal__content {
        padding: 30px 20px; } }
  .works-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: #00428e;
    width: 34px;
    height: 34px;
    border: 2px solid #00428e;
    border-radius: 50%;
    font-weight: 400;
    line-height: 1;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px 1px 1px; }
  .works-modal__tag {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 999px;
    background: #00428e;
    color: #fff;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .works-modal__tag {
        font-size: 3.07692vw; } }
  .works-modal__area {
    margin-left: 12px;
    color: #00428e;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .works-modal__area {
        font-size: 3.84615vw; } }
  .works-modal__title {
    margin-top: 6px;
    color: #00428e;
    font-size: 25px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .works-modal__title {
        font-size: 5.12821vw; } }
  .works-modal__main-img {
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .works-modal__main-img {
        margin-top: 10px; } }
    .works-modal__main-img img {
      width: 100%;
      height: auto; }
  .works-modal__thumbs {
    margin-top: 16px; }
    .works-modal__thumbs .slick-track {
      transform: unset !important;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      width: 100% !important; }
      @media screen and (max-width: 767px) {
        .works-modal__thumbs .slick-track {
          gap: 10px; } }
      .works-modal__thumbs .slick-track::before, .works-modal__thumbs .slick-track::after {
        display: none; }
    .works-modal__thumbs li {
      width: calc((100% - 75px) / 6) !important;
      transition: opacity 0.3s linear;
      background: #000;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .works-modal__thumbs li {
          width: calc((100% - 20px) / 3) !important; } }
      .works-modal__thumbs li.slick-current img {
        opacity: 0.7; }
  .works-modal__text {
    margin-top: 24px;
    color: #00428e;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .works-modal__text {
        margin-top: 14px; } }

body.is-modal-open {
  overflow: hidden; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.headfix-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .headfix-btn {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 8px;
      transform: translate(0, 0); } }
  .headfix-btn__list {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media screen and (max-width: 767px) {
      .headfix-btn__list {
        flex-direction: row;
        gap: 8px; } }
  @media screen and (max-width: 767px) {
    .headfix-btn__item {
      width: calc((100% - 8px) / 2); } }
  .headfix-btn__item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #2a8ad1;
    color: #fff;
    border-right: none;
    border-radius: 10px 0 0 10px;
    width: 80px;
    padding: 25px 0 17px; }
    @media screen and (max-width: 767px) {
      .headfix-btn__item a {
        width: 100%;
        border-radius: 10px 10px 0 0;
        flex-direction: row;
        padding: 14px 0 13px;
        position: relative;
        padding-right: 10px; } }
    .headfix-btn__item a .label {
      writing-mode: vertical-rl;
      text-orientation: upright;
      font-size: 19px;
      font-weight: bold;
      letter-spacing: 0.3em; }
      @media screen and (max-width: 767px) {
        .headfix-btn__item a .label {
          writing-mode: horizontal-tb;
          letter-spacing: 0.1em;
          font-size: 3.84615vw;
          letter-spacing: 0; } }
    .headfix-btn__item a .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 17px;
      height: 17px;
      background: #fff;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .headfix-btn__item a .arrow {
          position: absolute;
          right: 8px;
          width: 15px;
          height: 15px; } }
      .headfix-btn__item a .arrow img {
        width: 10px; }
  .headfix-btn__item.green a {
    background: #00ffd8;
    color: #00428e; }
  .headfix-btn__item.blue a {
    background: #00428e; }
  @media screen and (max-width: 767px) {
    .headfix-btn__item.entry {
      width: 100%; } }
  .headfix-btn__item.entry a {
    background: #00428e; }

/* =========================== */
.recruit-headerimg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .recruit-headerimg {
      height: 96vw;
      padding-top: 76px; } }
  .recruit-headerimg img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

/* =========================== */
.recruit-header-wrap {
  background: #00428e;
  background: linear-gradient(0deg, #00428e 0%, rgba(0, 66, 142, 0) 100%);
  position: relative; }
  @media screen and (max-width: 767px) {
    .recruit-header-wrap {
      background: #00428e;
      background: linear-gradient(0deg, #00428e 62%, rgba(0, 66, 142, 0) 90%); } }

/* =========================== */
.recruit-intro {
  background-image: url(../images/recruit/intro.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 676px auto;
  color: #fff;
  padding: 0 20px 100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .recruit-intro {
      background-size: 94.10256vw auto;
      padding: 30px 8vw 65vw; } }
  @media screen and (max-width: 767px) {
    .recruit-intro {
      text-align: center; } }
  .recruit-intro__title {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .recruit-intro__title {
        font-size: 6.41026vw;
        margin-bottom: 20px; } }
  .recruit-intro__body {
    font-size: 25px;
    padding-left: 49%;
    line-height: 2.5; }
    @media screen and (max-width: 767px) {
      .recruit-intro__body {
        padding-left: 0;
        font-size: 3.84615vw;
        line-height: 2; } }

/* =========================== */
.recruit-bg-1 {
  background: #fff;
  position: relative; }

/* =========================== */
.recruit-attractions {
  position: relative;
  padding: 100px 20px; }
  @media screen and (max-width: 767px) {
    .recruit-attractions {
      padding: 60px 8vw 0; } }
  .recruit-attractions__pin {
    position: relative;
    height: calc(100vh - 120px);
    min-height: 600px;
    max-width: 1126px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .recruit-attractions__pin {
        height: auto; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .recruit-attractions__pin {
        height: auto; } }
  .recruit-attractions__current {
    position: absolute;
    top: 49px;
    left: 100px;
    width: 115px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20; }
    .recruit-attractions__current span {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #00428e;
      background: rgba(0, 66, 142, 0);
      transition: background 0.3s ease, transform 0.3s ease; }
    .recruit-attractions__current span.is-active {
      background: #00428e; }
    @media screen and (max-width: 767px) {
      .recruit-attractions__current {
        display: none; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .recruit-attractions__current {
        display: none; } }
  .recruit-attractions__progress {
    position: absolute;
    top: 55px;
    left: 100px;
    width: 115px;
    height: 1px;
    background: rgba(0, 66, 142, 0);
    z-index: 10; }
    .recruit-attractions__progress span {
      display: block;
      width: 100%;
      height: 100%;
      background: #00428e;
      transform-origin: left;
      transform: scaleX(0); }
    @media screen and (max-width: 767px) {
      .recruit-attractions__progress {
        display: none; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .recruit-attractions__progress {
        display: none; } }
  .recruit-attractions__inner {
    height: 100%;
    min-height: 700px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .recruit-attractions__inner {
        height: auto;
        min-height: 0;
        overflow: visible; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .recruit-attractions__inner {
        height: auto;
        min-height: 0;
        overflow: visible; } }
  .recruit-attractions__item {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 40px;
    opacity: 0;
    transform: translateY(0); }
    @media screen and (max-width: 767px) {
      .recruit-attractions__item {
        flex-direction: column;
        position: static;
        opacity: 1;
        transform: none;
        min-height: auto;
        margin-bottom: 60px;
        gap: 20px; } }
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .recruit-attractions__item {
        flex-direction: column;
        position: static;
        opacity: 1;
        transform: none;
        min-height: auto;
        margin-bottom: 60px;
        gap: 20px; } }
    .recruit-attractions__item.is-active {
      opacity: 1;
      transform: translateY(0); }
    .recruit-attractions__item__img, .recruit-attractions__item__text {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .recruit-attractions__item__img, .recruit-attractions__item__text {
          width: 100%; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .recruit-attractions__item__img, .recruit-attractions__item__text {
          width: 100%; } }
    .recruit-attractions__item__header {
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .recruit-attractions__item__header {
          display: flex;
          justify-content: center; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .recruit-attractions__item__header {
          display: flex;
          justify-content: center; } }
      .recruit-attractions__item__header .number {
        font-family: "Outfit", "Noto Sans JP", sans-serif;
        position: relative; }
        .recruit-attractions__item__header .number .current {
          font-size: 51px;
          width: 45px;
          display: inline-block; }
          @media screen and (max-width: 767px) {
            .recruit-attractions__item__header .number .current {
              font-size: 9.23077vw;
              width: 11.53846vw; } }
        .recruit-attractions__item__header .number .all {
          font-size: 26px;
          position: relative;
          top: 20px; }
          @media screen and (max-width: 767px) {
            .recruit-attractions__item__header .number .all {
              font-size: 4.87179vw; } }
        .recruit-attractions__item__header .number .slash {
          width: 1px;
          height: 77px;
          position: absolute;
          transform: rotate(42deg);
          background: #00428e;
          left: 38px;
          top: 21px; }
          @media screen and (max-width: 767px) {
            .recruit-attractions__item__header .number .slash {
              height: 13.84615vw;
              left: 31px;
              top: 17px; } }
    .recruit-attractions__item__title {
      font-size: 40px;
      line-height: 1.325;
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      margin-bottom: 13px; }
      @media screen and (max-width: 767px) {
        .recruit-attractions__item__title {
          font-size: 6.41026vw;
          text-align: center; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .recruit-attractions__item__title {
          text-align: center; } }
    .recruit-attractions__item__body {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.94; }
      @media screen and (max-width: 767px) {
        .recruit-attractions__item__body {
          font-size: 3.84615vw;
          font-weight: 500;
          line-height: 1.67; } }
      @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .recruit-attractions__item__body {
          font-weight: 500;
          line-height: 1.67; } }

/* =========================== */
.recruit-point {
  color: #fff;
  padding: 140px 20px; }
  @media screen and (max-width: 767px) {
    .recruit-point {
      padding: 60px 8vw; } }
  .recruit-point .c-title .lead {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .recruit-point .c-title .lead {
        font-size: 3.84615vw;
        text-align: left;
        font-weight: 500; } }
  .recruit-point__flex {
    display: flex;
    gap: 70px;
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
      .recruit-point__flex {
        flex-direction: column;
        gap: 50px;
        margin-top: 40px; } }
  .recruit-point__unit {
    width: calc((100% - 70px) / 2); }
    @media screen and (max-width: 767px) {
      .recruit-point__unit {
        width: 100%; } }
    .recruit-point__unit__title {
      font-size: 30px;
      text-align: center;
      border: 2px solid #fff;
      border-radius: 100vh;
      margin-bottom: 30px;
      padding: 10px; }
      @media screen and (max-width: 767px) {
        .recruit-point__unit__title {
          font-size: 5.12821vw;
          margin-bottom: 20px; } }
    .recruit-point__unit__month {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .recruit-point__unit__month {
          margin-bottom: 20px; } }
      .recruit-point__unit__month ul {
        display: flex;
        gap: 15px; }
        @media screen and (max-width: 767px) {
          .recruit-point__unit__month ul {
            gap: 10px; } }
        .recruit-point__unit__month ul li {
          width: calc((100% - 75px) / 6);
          height: auto;
          aspect-ratio: 1/1;
          font-size: 18px;
          background: #fff;
          color: #00428e;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .recruit-point__unit__month ul li {
              font-size: 2.82051vw;
              width: calc((100% - 50px) / 6); } }
          .recruit-point__unit__month ul li .num {
            font-size: 40px;
            font-family: "Outfit", "Noto Sans JP", sans-serif; }
            @media screen and (max-width: 767px) {
              .recruit-point__unit__month ul li .num {
                font-size: 6.41026vw; } }
          .recruit-point__unit__month ul li .unit {
            padding-top: 8px; }
    .recruit-point__unit__bnr {
      margin-bottom: 20px; }
      .recruit-point__unit__bnr ul {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .recruit-point__unit__bnr ul li {
          background: #fff;
          color: #00428e;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          padding: 12px 0; }
          @media screen and (max-width: 767px) {
            .recruit-point__unit__bnr ul li {
              font-size: 3.84615vw; } }
          .recruit-point__unit__bnr ul li small {
            font-size: 15px; }
            @media screen and (max-width: 767px) {
              .recruit-point__unit__bnr ul li small {
                font-size: 3.07692vw;
                display: block; } }
    .recruit-point__unit__body {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .recruit-point__unit__body {
          font-size: 3.84615vw; } }

/* =========================== */
.recruit-schedule {
  color: #fff;
  padding: 140px 20px; }
  @media screen and (max-width: 767px) {
    .recruit-schedule {
      padding: 40px 8vw; } }
  .recruit-schedule .tab_box .btn_area {
    display: flex;
    gap: 15px;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .recruit-schedule .tab_box .btn_area {
        gap: 10px; } }
    .recruit-schedule .tab_box .btn_area .tab_btn {
      width: calc((100% - 15px) / 2);
      font-size: 25px;
      padding: 8px 0;
      height: 85px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.2s ease 0s;
      background: #2a8ad1;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .recruit-schedule .tab_box .btn_area .tab_btn {
          width: calc((100% - 10px) / 2);
          font-size: 4.61538vw;
          height: 50px; } }
    .recruit-schedule .tab_box .btn_area .tab_btn:hover {
      background-color: #dce1e4; }
    .recruit-schedule .tab_box .btn_area .tab_btn.active {
      color: #00428e;
      background: #fff; }
  .recruit-schedule .tab_box .panel_area {
    background: #fff;
    padding: 85px; }
    @media screen and (max-width: 767px) {
      .recruit-schedule .tab_box .panel_area {
        padding: 30px 20px; } }
    .recruit-schedule .tab_box .panel_area .tab_panel {
      display: none; }
    .recruit-schedule .tab_box .panel_area .tab_panel.active {
      display: block; }
  .recruit-schedule .schedule {
    color: #00428e; }
  .recruit-schedule .schedule__item {
    display: grid;
    grid-template-columns: 96px 1fr;
    column-gap: 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .recruit-schedule .schedule__item {
        grid-template-columns: 75px 1fr; } }
    .recruit-schedule .schedule__item:not(:last-child) {
      padding-bottom: 38px; }
    .recruit-schedule .schedule__item::before {
      content: "";
      position: absolute;
      left: 47px;
      top: 0;
      bottom: 0;
      border-left: 1px dashed #1e90ff;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        .recruit-schedule .schedule__item::before {
          left: 37px; } }
    .recruit-schedule .schedule__item:first-child::before {
      top: 17px; }
    .recruit-schedule .schedule__item:last-child::before {
      bottom: calc(100% - 17px); }
  .recruit-schedule .schedule__time {
    position: relative;
    z-index: 1;
    width: 92px;
    height: 34px;
    border: 1px solid #2f8ad1;
    border-radius: 999px;
    background: #fff;
    color: #2f8ad1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .recruit-schedule .schedule__time {
        font-size: 3.84615vw;
        width: 75px; } }
  .recruit-schedule .schedule__content {
    padding-top: 2px; }
    .recruit-schedule .schedule__content h3 {
      margin: 0 0 8px;
      color: #2f8ad1;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .recruit-schedule .schedule__content h3 {
          font-size: 5.12821vw; } }
      .recruit-schedule .schedule__content h3:not(:first-child) {
        margin-top: 22px; }
    .recruit-schedule .schedule__content p {
      margin: 0;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .recruit-schedule .schedule__content p {
          font-size: 3.84615vw; } }

/* =========================== */
.recruit-infographic {
  color: #fff;
  padding: 140px 20px; }
  @media screen and (max-width: 767px) {
    .recruit-infographic {
      padding: 60px 8vw; } }
  .recruit-infographic__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .recruit-infographic__list {
        gap: 10px; } }
  .recruit-infographic__item {
    background: #fff;
    color: #00428e;
    text-align: center;
    padding: 20px 10px;
    font-weight: bold; }
    .recruit-infographic__item .label {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .recruit-infographic__item .label {
          font-size: 4.61538vw; } }
    .recruit-infographic__item .cont {
      color: #2a8ad1;
      margin-bottom: 5px; }
      .recruit-infographic__item .cont .fs45 {
        font-size: 45px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .recruit-infographic__item .cont .fs45 {
            font-size: 8.97436vw; } }
      .recruit-infographic__item .cont .fs25 {
        font-size: 25px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .recruit-infographic__item .cont .fs25 {
            font-size: 4.61538vw; } }
      .recruit-infographic__item .cont .fs67 {
        font-size: 67px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .recruit-infographic__item .cont .fs67 {
            font-size: 8.97436vw; } }
      .recruit-infographic__item .cont .fs50 {
        font-size: 50px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .recruit-infographic__item .cont .fs50 {
            font-size: 8.97436vw; } }
      .recruit-infographic__item .cont .fs90 {
        font-size: 90px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .recruit-infographic__item .cont .fs90 {
            font-size: 15.12821vw; } }
    @media screen and (max-width: 767px) {
      .recruit-infographic__item .note {
        font-size: 3.07692vw; } }
    .recruit-infographic__item.width-5 {
      width: calc((100% - 80px) / 5); }
      @media screen and (max-width: 767px) {
        .recruit-infographic__item.width-5 {
          width: calc((100% - 10px) / 2); } }
    @media screen and (max-width: 767px) {
      .recruit-infographic__item.item-5 {
        width: 100%; } }
    .recruit-infographic__item.item-6 {
      width: calc((100% - 20px) / 2); }
      @media screen and (max-width: 767px) {
        .recruit-infographic__item.item-6 {
          width: 100%; }
          .recruit-infographic__item.item-6 .spflex {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin: 0 0 10px; }
            .recruit-infographic__item.item-6 .spflex .label,
            .recruit-infographic__item.item-6 .spflex .cont {
              margin: 0; } }
    .recruit-infographic__item.item-7, .recruit-infographic__item.item-8 {
      width: calc((((100% - 20px) / 2) - 20px) / 2); }
      @media screen and (max-width: 767px) {
        .recruit-infographic__item.item-7, .recruit-infographic__item.item-8 {
          width: 100%; } }
    .recruit-infographic__item.item-9 {
      width: 60%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .recruit-infographic__item.item-9 {
          width: 100%;
          display: block;
          text-align: center; } }
      .recruit-infographic__item.item-9 .cont {
        font-size: 26px; }
        @media screen and (max-width: 767px) {
          .recruit-infographic__item.item-9 .cont {
            font-size: 4.61538vw; } }
        .recruit-infographic__item.item-9 .cont .fs50 {
          margin-right: 5px; }
        .recruit-infographic__item.item-9 .cont .blue {
          color: #00428e; }
        .recruit-infographic__item.item-9 .cont .fs20 {
          font-size: 20px;
          display: block; }
          @media screen and (max-width: 767px) {
            .recruit-infographic__item.item-9 .cont .fs20 {
              font-size: 3.84615vw; } }
    .recruit-infographic__item.item-10 {
      width: calc(40% - 20px); }
      @media screen and (max-width: 767px) {
        .recruit-infographic__item.item-10 {
          width: 100%; } }
      .recruit-infographic__item.item-10 .body {
        font-weight: 500;
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .recruit-infographic__item.item-10 .body {
            margin-top: 10px; } }

/* =========================== */
.recruit-middle-image img {
  width: 100%; }

/* =========================== */
.recruit-bg-2 {
  background: #f1f4f9;
  padding-bottom: 155px; }
  @media screen and (max-width: 767px) {
    .recruit-bg-2 {
      padding-bottom: 55px; } }

/* =========================== */
.recruit-benefit {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .recruit-benefit {
      padding: 50px 8vw; } }
  .recruit-benefit__unit-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .recruit-benefit__unit {
    background: #fff;
    display: flex;
    text-align: center;
    padding: 30px 0; }
    @media screen and (max-width: 767px) {
      .recruit-benefit__unit {
        display: block;
        padding: 0; } }
    .recruit-benefit__unit .header {
      width: 217px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .recruit-benefit__unit .header {
          width: 100%;
          flex-direction: row;
          padding: 19px 0 10px;
          gap: 13px; } }
      .recruit-benefit__unit .header .icon {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .recruit-benefit__unit .header .icon {
            width: 55px;
            height: 70px; }
            .recruit-benefit__unit .header .icon img {
              width: 100%;
              height: 100%;
              object-fit: contain; } }
      .recruit-benefit__unit .header .label {
        font-size: 22px;
        line-height: 1.59; }
        @media screen and (max-width: 767px) {
          .recruit-benefit__unit .header .label {
            font-size: 5.12821vw; } }
    .recruit-benefit__unit .cont-list {
      width: calc(100% - 217px);
      display: flex; }
      @media screen and (max-width: 767px) {
        .recruit-benefit__unit .cont-list {
          width: 100%;
          display: block;
          padding: 0 20px; } }
      .recruit-benefit__unit .cont-list > li {
        flex: 1;
        border-left: 1px solid #00428e;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0; }
        @media screen and (max-width: 767px) {
          .recruit-benefit__unit .cont-list > li {
            border-left: none;
            border-top: 1px solid #00428e; } }
        .recruit-benefit__unit .cont-list > li .title {
          font-size: 20px;
          line-height: 1.4;
          margin-bottom: 4px; }
          @media screen and (max-width: 767px) {
            .recruit-benefit__unit .cont-list > li .title {
              font-size: 4.61538vw; } }
        .recruit-benefit__unit .cont-list > li.flex > .inner {
          display: flex;
          text-align: left;
          justify-content: center;
          align-items: center;
          gap: 40px; }
          @media screen and (max-width: 767px) {
            .recruit-benefit__unit .cont-list > li.flex > .inner {
              display: block; }
              .recruit-benefit__unit .cont-list > li.flex > .inner .title {
                text-align: center; } }
    .recruit-benefit__unit.unit-5 .cont-list > li {
      flex: auto; }
  .recruit-benefit__unit-c {
    display: flex;
    gap: 25px;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .recruit-benefit__unit-c {
        display: block; } }
    .recruit-benefit__unit-c .recruit-benefit__unit {
      width: calc(100% - 415px); }
      @media screen and (max-width: 767px) {
        .recruit-benefit__unit-c .recruit-benefit__unit {
          width: 100%; } }
    .recruit-benefit__unit-c .service-sect__slider {
      width: 390px; }
      @media screen and (max-width: 767px) {
        .recruit-benefit__unit-c .service-sect__slider {
          width: 100%; } }
      .recruit-benefit__unit-c .service-sect__slider__list .slick-dots li button:before {
        background: none;
        border: 1px solid #00428e; }
      .recruit-benefit__unit-c .service-sect__slider__list .slick-dots li.slick-active button:before {
        background-color: #00428e;
        opacity: 1; }

/* =========================== */
.recruit-ic {
  padding: 70px 0 120px;
  position: relative; }
  .recruit-ic::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 1208px;
    height: 100%;
    background: #00428e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100vh; }
  .recruit-ic__inner {
    position: relative; }
  .recruit-ic .c-title {
    color: #fff;
    margin-bottom: 30px; }
  .recruit-ic__list .slick-prev,
  .recruit-ic__list .slick-next {
    width: 17px;
    height: 34px; }
  .recruit-ic__list .slick-prev {
    left: calc(50% - 373px); }
    @media screen and (max-width: 767px) {
      .recruit-ic__list .slick-prev {
        left: 8px; } }
    .recruit-ic__list .slick-prev:before {
      background-image: url(../images/slick/left-white.svg); }
  .recruit-ic__list .slick-next {
    right: calc(50% - 373px); }
    @media screen and (max-width: 767px) {
      .recruit-ic__list .slick-next {
        right: 8px; } }
    .recruit-ic__list .slick-next:before {
      background-image: url(../images/slick/right-white.svg); }
  .recruit-ic__list .slick-dots {
    justify-content: center; }
  .recruit-ic__item {
    background: #fff;
    margin: 0 30px;
    padding: 30px;
    width: 670px; }
    @media screen and (max-width: 767px) {
      .recruit-ic__item {
        width: 81.53846vw;
        padding: 25px; } }
    .recruit-ic__item-inner {
      display: flex;
      flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .recruit-ic__item-inner {
          display: block; } }
    .recruit-ic__item .img {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .recruit-ic__item .img {
          width: 100%; } }
    .recruit-ic__item .text {
      width: 52%;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .recruit-ic__item .text {
          width: 100%;
          padding-left: 0;
          padding-bottom: 15px; } }
      .recruit-ic__item .text .title > span {
        background-color: #00428e;
        color: #fff;
        font-size: 20px;
        display: inline-block;
        padding: 3px 12px 5px 12px; }

/* =========================== */
/* =========================== */
.recruit-flow {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .recruit-flow {
      padding: 60px 8vw; } }
  .recruit-flow__list {
    display: flex; }
    @media screen and (max-width: 767px) {
      .recruit-flow__list {
        display: block; } }
  .recruit-flow__item {
    flex: 1;
    text-align: center;
    border-right: 3px solid #00428e;
    padding: 10px 35px;
    position: relative;
    /* Border方式 */ }
    @media screen and (max-width: 767px) {
      .recruit-flow__item {
        border-right: none;
        border-bottom: 3px solid #00428e;
        padding: 40px 10px 30px; } }
    .recruit-flow__item::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20.5px 0px 20.5px 14px;
      border-color: transparent transparent transparent #00428e;
      position: absolute;
      right: -14px;
      top: 50%;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .recruit-flow__item::before {
          border-width: 14px 20.5px 0px 20.5px;
          border-color: #00428e transparent transparent transparent;
          right: auto;
          top: auto;
          left: 50%;
          bottom: -14px;
          transform: translate(-50%, 0); } }
    .recruit-flow__item:first-child {
      border-left: 3px solid #00428e; }
      @media screen and (max-width: 767px) {
        .recruit-flow__item:first-child {
          border-left: none;
          padding-top: 0; } }
    .recruit-flow__item:last-child::before {
      display: none; }
    @media screen and (max-width: 767px) {
      .recruit-flow__item .header {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .recruit-flow__item .icon {
      height: 74px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px; }
    .recruit-flow__item .title {
      font-size: 20px;
      margin-bottom: 3px; }

/* =========================== */
.recruit-faq {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .recruit-faq {
      padding: 20px 8vw 60px; } }
  .recruit-faq__list {
    max-width: 904px;
    margin: 0 auto; }
  .recruit-faq__item {
    border: 2px solid #00428e;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .recruit-faq__item {
        margin-bottom: 15px; } }
    .recruit-faq__item .question {
      position: relative;
      font-size: 17px;
      font-weight: bold;
      padding: 20px 40px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .recruit-faq__item .question {
          line-height: 1.47;
          padding: 17px 15px;
          font-size: 3.84615vw; } }
      .recruit-faq__item .question .status {
        width: 23px;
        height: 23px;
        background: #00428e;
        border-radius: 50%;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .recruit-faq__item .question .status {
            width: 19px;
            height: 19px; } }
        .recruit-faq__item .question .status-inner {
          width: 100%;
          height: 100%;
          position: relative; }
          .recruit-faq__item .question .status-inner .line-1 {
            background: #fff;
            height: 2px;
            width: 10px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          .recruit-faq__item .question .status-inner .line-2 {
            background: #fff;
            height: 2px;
            width: 10px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(90deg);
            transition: all 0.3s ease 0s; }
    .recruit-faq__item .answer {
      padding: 0px 40px 30px;
      display: none; }
      @media screen and (max-width: 767px) {
        .recruit-faq__item .answer {
          padding: 0px 15px 30px;
          font-size: 3.84615vw; } }
    .recruit-faq__item.openParent {
      background: #f5fbfc; }
      .recruit-faq__item.openParent .question .status .line-2 {
        transform: translate(-50%, -50%) rotate(0deg); }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.newgraduate-header-wrap {
  background: #2f8ad1;
  background: linear-gradient(0deg, #2f8ad1 0%, rgba(47, 138, 209, 0) 80%);
  position: relative; }
  @media screen and (max-width: 767px) {
    .newgraduate-header-wrap {
      background: #2f8ad1;
      background: linear-gradient(0deg, #2f8ad1 67%, rgba(47, 138, 209, 0) 90%); } }

/* =========================== */
.newgraduate-intro {
  text-align: center;
  padding: 50px 0 150px;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 767px) {
    .newgraduate-intro {
      background: #2f8ad1;
      margin-bottom: 0px;
      padding: 50px 0 50px; } }
  .newgraduate-intro__title {
    font-size: 35px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .newgraduate-intro__title {
        font-size: 5.12821vw;
        margin-bottom: 40px; } }
    .newgraduate-intro__title > span {
      display: block;
      margin-bottom: 0.7em; }
    .newgraduate-intro__title strong {
      font-size: 60px; }
      @media screen and (max-width: 767px) {
        .newgraduate-intro__title strong {
          font-size: 6.41026vw; } }
  .newgraduate-intro .flowing-ttl__item {
    width: 3046px;
    padding: 0 28px; }
    @media screen and (max-width: 767px) {
      .newgraduate-intro .flowing-ttl__item {
        width: 390.51282vw;
        padding: 3.58974vw; } }
    .newgraduate-intro .flowing-ttl__item:nth-child(odd) {
      animation: MoveLeft 40s -20s infinite linear; }
    .newgraduate-intro .flowing-ttl__item:nth-child(even) {
      animation: MoveLeft2 40s infinite linear; }
  .newgraduate-intro .flowing-ttl.reverse .flowing-ttl__item:nth-child(odd) {
    animation: MoveLeft 40s -20s infinite linear reverse; }
  .newgraduate-intro .flowing-ttl.reverse .flowing-ttl__item:nth-child(even) {
    animation: MoveLeft2 40s infinite linear reverse; }

/* =========================== */
.newgraduate-bg-1 {
  background: #2f8ad1;
  position: relative; }

/* =========================== */
@media screen and (max-width: 767px) {
  .newgraduate-reason {
    padding: 0 8vw; } }

.newgraduate-reason .c-title {
  color: #fff; }

.newgraduate-reason__list {
  display: flex;
  gap: 30px; }
  @media screen and (max-width: 767px) {
    .newgraduate-reason__list {
      flex-direction: column; } }

.newgraduate-reason__item {
  flex: 1;
  background: #fff;
  padding: 30px;
  padding-top: 13px;
  position: relative; }
  .newgraduate-reason__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 39px;
    background: #53ffd8;
    position: absolute;
    left: 0;
    top: 0; }
  .newgraduate-reason__item.yellow::before {
    background: #fdf501; }
  .newgraduate-reason__item.red::before {
    background: #f40103; }
  .newgraduate-reason__item .num {
    font-size: 41px;
    text-align: center;
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    position: relative;
    line-height: 1.3; }
  .newgraduate-reason__item .title {
    font-size: 30px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .newgraduate-reason__item .title {
        font-size: 6.41026vw; } }
  @media screen and (max-width: 767px) {
    .newgraduate-reason__item .body {
      font-size: 3.84615vw; } }

/* =========================== */
.newgraduate-img {
  display: flex;
  padding-top: 90px;
  background: #ffffff;
  background: linear-gradient(0deg, white 25%, #2f8ad1 25%); }
  @media screen and (max-width: 767px) {
    .newgraduate-img {
      flex-direction: column;
      gap: 12.05128vw; } }
  .newgraduate-img__img-1 {
    width: 58%; }
    @media screen and (max-width: 767px) {
      .newgraduate-img__img-1 {
        width: 100%;
        padding-right: 10.25641vw; } }
    .newgraduate-img__img-1 img {
      width: 100%; }
  .newgraduate-img__img-2 {
    width: 42%;
    padding-left: 5.12445vw;
    padding-top: 11.71303vw; }
    @media screen and (max-width: 767px) {
      .newgraduate-img__img-2 {
        width: 100%;
        padding-left: 23.07692vw;
        padding-top: 0; } }
    .newgraduate-img__img-2 img {
      width: 100%; }

/* =========================== */
.newgraduate-bg-2 {
  background: #fff;
  position: relative; }

/* =========================== */
.newgraduate-careerpath {
  margin-bottom: 135px; }
  @media screen and (max-width: 767px) {
    .newgraduate-careerpath {
      padding: 30px 8vw;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .newgraduate-careerpath .c-title .lead {
      text-align: left; } }
  .newgraduate-careerpath__nav {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .newgraduate-careerpath__nav {
        display: none; } }
    .newgraduate-careerpath__nav ul {
      display: flex;
      border: 2px solid #2a8ad1;
      border-radius: 100vh; }
      .newgraduate-careerpath__nav ul li {
        flex: 1;
        border-right: 2px solid #2a8ad1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 1.5;
        padding: 10px 0; }
        .newgraduate-careerpath__nav ul li:last-child {
          border-right: none; }
        .newgraduate-careerpath__nav ul li .line-2 {
          font-size: 20px; }
  .newgraduate-careerpath__headernote {
    text-align: center;
    margin-bottom: 40px; }
  .newgraduate-careerpath__career {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 48px;
    align-items: start;
    padding-right: calc((100vw - 1100px) / 2); }
    @media screen and (max-width: 767px) {
      .newgraduate-careerpath__career {
        display: block;
        padding-right: 0; } }
    .newgraduate-careerpath__career .career__photos {
      position: sticky;
      top: 100px;
      height: calc(100vh - 140px);
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .newgraduate-careerpath__career .career__photos {
          display: none; } }
      .newgraduate-careerpath__career .career__photos img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.45s ease; }
        .newgraduate-careerpath__career .career__photos img.is-active {
          opacity: 1; }
    .newgraduate-careerpath__career .career__steps {
      display: flex;
      flex-direction: column;
      gap: 40px; }
      @media screen and (max-width: 767px) {
        .newgraduate-careerpath__career .career__steps {
          gap: 0; } }
    .newgraduate-careerpath__career .career__step {
      display: grid;
      grid-template-columns: 39% 22% 39%;
      grid-template-rows: auto auto;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .newgraduate-careerpath__career .career__step {
          display: block; } }
      .newgraduate-careerpath__career .career__step__header {
        background: #00428e;
        color: #fff;
        text-align: center;
        border: 2px solid #2a8ad1;
        border-bottom: none;
        line-height: 1.5; }
        .newgraduate-careerpath__career .career__step__header.pc-only {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 767px) {
            .newgraduate-careerpath__career .career__step__header.pc-only {
              display: none; } }
        .newgraduate-careerpath__career .career__step__header.sp-only {
          display: none; }
          @media screen and (max-width: 767px) {
            .newgraduate-careerpath__career .career__step__header.sp-only {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 16px 10px;
              position: relative; } }
        @media screen and (max-width: 767px) {
          .newgraduate-careerpath__career .career__step__header .line-1 {
            font-size: 3.84615vw;
            position: absolute;
            left: 20px; } }
        .newgraduate-careerpath__career .career__step__header .line-2 {
          font-size: 25px; }
          @media screen and (max-width: 767px) {
            .newgraduate-careerpath__career .career__step__header .line-2 {
              font-size: 5.12821vw; } }
        @media screen and (max-width: 767px) {
          .newgraduate-careerpath__career .career__step__header .status {
            background: #fff;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0, -50%);
            display: block;
            width: 22px;
            height: 22px;
            border-radius: 50%; }
            .newgraduate-careerpath__career .career__step__header .status-inner {
              width: 100%;
              height: 100%;
              position: relative; }
            .newgraduate-careerpath__career .career__step__header .status .line-1,
            .newgraduate-careerpath__career .career__step__header .status .line-2 {
              width: 10px;
              height: 2px;
              border-radius: 100vh;
              background: #00428e;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              transition: all 0.3s ease 0s; }
            .newgraduate-careerpath__career .career__step__header .status .line-2 {
              transform: translate(-50%, -50%) rotate(90deg); }
          .newgraduate-careerpath__career .career__step__header.open .status .line-2 {
            transform: translate(-50%, -50%) rotate(180deg); } }
      .newgraduate-careerpath__career .career__step__body {
        display: contents; }
        @media screen and (max-width: 767px) {
          .newgraduate-careerpath__career .career__step__body {
            display: none; } }
      .newgraduate-careerpath__career .career__step__info {
        display: contents; }
        .newgraduate-careerpath__career .career__step__info dl {
          text-align: center;
          display: flex;
          flex-direction: column; }
          @media screen and (max-width: 767px) {
            .newgraduate-careerpath__career .career__step__info dl {
              flex-direction: row; } }
          .newgraduate-careerpath__career .career__step__info dl dt {
            background: #79b5e2;
            color: #fff;
            border: 2px solid #2a8ad1;
            border-bottom: none;
            border-left: none;
            padding: 5px; }
            @media screen and (max-width: 767px) {
              .newgraduate-careerpath__career .career__step__info dl dt {
                flex: 0 0 40%; } }
          .newgraduate-careerpath__career .career__step__info dl dd {
            border: 2px solid #2a8ad1;
            border-bottom: none;
            border-left: none;
            flex-grow: 1;
            padding: 10px; }
      .newgraduate-careerpath__career .career__step__text {
        grid-area: 2 / 1 / 3 / 4;
        border: 2px solid #2a8ad1;
        padding: 20px 30px; }
        @media screen and (max-width: 767px) {
          .newgraduate-careerpath__career .career__step__text {
            padding: 12px 16px; } }
      .newgraduate-careerpath__career .career__step__badge {
        position: absolute;
        width: 127px;
        height: 127px;
        background: #ffe65a;
        border-radius: 50%;
        left: -32px;
        top: -30px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(-10deg);
        line-height: 1.47;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .newgraduate-careerpath__career .career__step__badge {
            position: static;
            width: 100%;
            height: auto;
            border-radius: 0;
            display: block;
            transform: rotate(0);
            padding: 10px; } }
      @media screen and (max-width: 767px) {
        .newgraduate-careerpath__career .career__step:first-child .career__step__body {
          display: block; } }

/* =========================== */
.newgraduate-interview {
  background: #2f8ad1;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .newgraduate-interview {
      padding: 0 0 80px; } }
  .newgraduate-interview .c-title {
    margin-bottom: 20px; }
    .newgraduate-interview .c-title .en {
      background: #fff;
      font-size: 119px;
      color: #2f8ad1;
      line-height: 0.4;
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        .newgraduate-interview .c-title .en {
          font-size: 15.38462vw;
          line-height: 0.6;
          margin-bottom: 50px; } }
      .newgraduate-interview .c-title .en::before {
        top: auto;
        bottom: -50px; }
        @media screen and (max-width: 767px) {
          .newgraduate-interview .c-title .en::before {
            bottom: -40px; } }
    .newgraduate-interview .c-title .jp {
      color: #fff; }
  .newgraduate-interview .sect-inner {
    max-width: 1235px;
    position: relative;
    padding: 70px 0 50px; }
    @media screen and (max-width: 767px) {
      .newgraduate-interview .sect-inner {
        padding: 30px 0 50px;
        margin: 0 8vw; } }
    .newgraduate-interview .sect-inner::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 100vh; }
  .newgraduate-interview__list {
    width: 1120px;
    margin: 0 auto !important;
    background-image: url(../images/newgraduate/interview-bg.png);
    background-repeat: no-repeat;
    background-position: right top 10px;
    background-size: 1099px auto; }
    @media screen and (max-width: 767px) {
      .newgraduate-interview__list {
        width: 100%;
        background-image: url(../images/newgraduate/interview-bg-sp.png);
        background-position: right 5vw top 11px;
        background-size: 68.46154vw auto; } }
    .newgraduate-interview__list .slick-prev,
    .newgraduate-interview__list .slick-next {
      width: 17px;
      height: 34px;
      top: 160px; }
      @media screen and (max-width: 767px) {
        .newgraduate-interview__list .slick-prev,
        .newgraduate-interview__list .slick-next {
          top: 50%; } }
    .newgraduate-interview__list .slick-prev {
      left: calc(50% - 207px); }
      @media screen and (max-width: 767px) {
        .newgraduate-interview__list .slick-prev {
          left: -6vw; } }
      .newgraduate-interview__list .slick-prev:before {
        background-image: url(../images/slick/left-blue.svg); }
        @media screen and (max-width: 767px) {
          .newgraduate-interview__list .slick-prev:before {
            background-image: url(../images/slick/left-white.svg); } }
    .newgraduate-interview__list .slick-next {
      right: calc(50% - 207px); }
      @media screen and (max-width: 767px) {
        .newgraduate-interview__list .slick-next {
          right: -6vw; } }
      .newgraduate-interview__list .slick-next:before {
        background-image: url(../images/slick/right-blue.svg); }
        @media screen and (max-width: 767px) {
          .newgraduate-interview__list .slick-next:before {
            background-image: url(../images/slick/right-white.svg); } }
    .newgraduate-interview__list .slick-dots {
      justify-content: center;
      bottom: -90px; }
      @media screen and (max-width: 767px) {
        .newgraduate-interview__list .slick-dots {
          bottom: -80px; } }
  .newgraduate-interview__item {
    margin: 0 40px;
    text-align: center;
    width: 312px; }
    @media screen and (max-width: 767px) {
      .newgraduate-interview__item {
        width: 68.71795vw; } }
    .newgraduate-interview__item .img {
      margin-bottom: 20px; }
    .newgraduate-interview__item .name-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1; }
      .newgraduate-interview__item .name-wrap .name {
        font-size: 20px;
        font-weight: bold; }
      .newgraduate-interview__item .name-wrap .dept {
        border-left: 1px solid #00428e;
        margin-left: 10px;
        padding-left: 10px; }
  .newgraduate-interview.newgraduate-interview {
    background: #00428e; }
    .newgraduate-interview.newgraduate-interview .c-title .en {
      background: #f1f4f9;
      color: #00428e; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.si-sect {
  background: #2f8ad1;
  color: #fff;
  padding: 180px 0 120px; }
  @media screen and (max-width: 767px) {
    .si-sect {
      padding: 60px 0 40px; } }
  .si-sect .article-1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .si-sect .article-1 {
        display: block;
        padding: 0 8vw;
        margin-bottom: 60px; } }
    .si-sect .article-1__img {
      width: 50%;
      position: sticky;
      top: 120px; }
      @media screen and (max-width: 767px) {
        .si-sect .article-1__img {
          position: static;
          width: 100%;
          margin-bottom: 20px; } }
    .si-sect .article-1__text {
      width: 50%;
      padding-left: 60px; }
      @media screen and (max-width: 767px) {
        .si-sect .article-1__text {
          width: 100%;
          padding-left: 0; } }
    .si-sect .article-1__unit {
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
        .si-sect .article-1__unit {
          margin-bottom: 60px; } }
      .si-sect .article-1__unit:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .si-sect .article-1__unit p {
          font-size: 3.84615vw; } }
    .si-sect .article-1__title {
      font-size: 25px;
      position: relative;
      padding-left: 15px; }
      @media screen and (max-width: 767px) {
        .si-sect .article-1__title {
          font-size: 5.12821vw; } }
      .si-sect .article-1__title::before {
        content: "-";
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
  .si-sect .middle-image {
    padding-right: calc((100vw - 1100px) / 2);
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .si-sect .middle-image {
        padding-right: 8vw;
        margin-bottom: 60px; } }
    .si-sect .middle-image img {
      width: 100%; }
  .si-sect .article-2 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .si-sect .article-2 {
        padding: 0 8vw;
        margin-bottom: 60px;
        flex-direction: column; } }
    .si-sect .article-2 .article-1__text {
      padding-left: 0px;
      padding-right: 60px; }
      @media screen and (max-width: 767px) {
        .si-sect .article-2 .article-1__text {
          padding-right: 0;
          display: contents; } }
    @media screen and (max-width: 767px) {
      .si-sect .article-2 .article-1__img {
        order: 3;
        margin-bottom: 60px; }
      .si-sect .article-2 .article-1__unit:first-child {
        order: 1; }
      .si-sect .article-2 .article-1__unit:nth-child(2) {
        order: 2; }
      .si-sect .article-2 .article-1__unit:nth-child(3) {
        order: 4; } }
  .si-sect .article-4 {
    position: relative; }
    .si-sect .article-4__img {
      min-height: 710px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .si-sect .article-4__img {
          min-height: auto; } }
      .si-sect .article-4__img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .si-sect .article-4__text {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      background: #fff;
      color: #00428e;
      width: 56%;
      padding: 65px 60px;
      padding-right: 110px; }
      @media screen and (max-width: 767px) {
        .si-sect .article-4__text {
          position: relative;
          right: auto;
          top: -8.20513vw;
          left: 50%;
          transform: translate(-50%, 0);
          width: 84%;
          padding: 30px 20px; } }
    .si-sect .article-4 .article-1__unit {
      margin: 0; }

.si-interview {
  padding-bottom: 150px; }
  .si-interview .c-title .en {
    background: none;
    color: #fff;
    line-height: 1; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.recruit_info-nav {
  color: #fff;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .recruit_info-nav {
      padding: 40px 8vw; } }
  .recruit_info-nav__title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .recruit_info-nav__title {
        font-size: 3.84615vw;
        text-align: left; } }
  .recruit_info-nav__list {
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .recruit_info-nav__list {
        flex-direction: column;
        padding-left: 30px; } }
  .recruit_info-nav__item {
    flex: 1; }
    .recruit_info-nav__item a {
      border: 2px solid #fff;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 10px;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .recruit_info-nav__item a {
          font-size: 3.84615vw;
          padding: 10px; } }
      .recruit_info-nav__item a.active {
        background: #fff;
        color: #00428e;
        position: relative; }
        .recruit_info-nav__item a.active::before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 18px 24.5px 0px 24.5px;
          border-color: #fff transparent transparent transparent;
          position: absolute;
          left: 50%;
          bottom: -30px;
          transform: translate(-50%, 0); }
          @media screen and (max-width: 767px) {
            .recruit_info-nav__item a.active::before {
              border-width: 18.5px 0px 18.5px 18px;
              border-color: transparent transparent transparent #fff;
              left: -30px;
              bottom: auto;
              top: 50%;
              transform: translate(0, -50%); } }

/* =========================== */
.archive-recruit_info {
  background: #f1f4f9;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .archive-recruit_info {
      padding: 60px 8vw; } }
  .archive-recruit_info__title {
    font-size: 25px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .archive-recruit_info__title {
        font-size: 5.12821vw; } }
  .archive-recruit_info__list {
    display: flex;
    flex-wrap: wrap;
    gap: 43px; }
  .archive-recruit_info__item {
    width: calc((100% - 86px) / 3); }
    @media screen and (max-width: 767px) {
      .archive-recruit_info__item {
        width: 100%; } }
    .archive-recruit_info__item a {
      display: block;
      background: #fff;
      padding: 12px;
      position: relative; }
      .archive-recruit_info__item a .category {
        position: absolute;
        left: 0;
        top: 0;
        background: #00428e;
        color: #fff;
        border-radius: 0 0 10px 0;
        font-size: 12px;
        padding: 5px 10px; }
        .archive-recruit_info__item a .category.newgraduate {
          background: #2a8ad1; }
      .archive-recruit_info__item a .img {
        width: 100%;
        height: auto;
        aspect-ratio: 616 / 386; }
        .archive-recruit_info__item a .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .archive-recruit_info__item a .text {
        padding: 10px 0; }
        .archive-recruit_info__item a .text .title {
          font-size: 22px;
          font-weight: bold;
          border-bottom: 1px solid #cccccc;
          padding-bottom: 10px; }
          @media screen and (max-width: 767px) {
            .archive-recruit_info__item a .text .title {
              font-size: 5.12821vw; } }
        .archive-recruit_info__item a .text dl {
          display: flex;
          flex-wrap: wrap; }
          @media screen and (max-width: 767px) {
            .archive-recruit_info__item a .text dl {
              font-size: 3.84615vw; } }
          .archive-recruit_info__item a .text dl dt,
          .archive-recruit_info__item a .text dl dd {
            border-bottom: 1px solid #cccccc;
            padding: 14px 0; }
          .archive-recruit_info__item a .text dl dt {
            width: 60px; }
          .archive-recruit_info__item a .text dl dd {
            width: calc(100% - 60px); }
      .archive-recruit_info__item a .c-btn {
        padding: 10px 0; }

/* =========================== */
.page-bg-lightblue {
  background: #f1f4f9; }

/* =========================== */
.sri-sect {
  padding: 0 0 120px; }
  @media screen and (max-width: 767px) {
    .sri-sect {
      padding: 0; } }
  .sri-sect .sect-inner {
    background: #fff;
    padding: 57px 76px; }
    @media screen and (max-width: 767px) {
      .sri-sect .sect-inner {
        padding: 40px 8vw 60px; } }
  .sri-sect__header {
    display: flex;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .sri-sect__header {
        flex-direction: column; } }
    .sri-sect__header__img {
      width: 47%;
      flex-shrink: 0; }
      @media screen and (max-width: 767px) {
        .sri-sect__header__img {
          width: 100%;
          order: 2;
          margin-bottom: 20px; } }
    .sri-sect__header__text {
      padding-right: 60px; }
      @media screen and (max-width: 767px) {
        .sri-sect__header__text {
          width: 100%;
          padding-right: 0;
          display: contents; } }
      @media screen and (max-width: 767px) {
        .sri-sect__header__text .header {
          order: 1;
          margin-bottom: 10px; } }
      .sri-sect__header__text .category {
        display: inline-block;
        background: #00428e;
        color: #fff;
        border-radius: 100vh;
        font-size: 12px;
        padding: 5px 10px;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .sri-sect__header__text .category {
            font-size: 3.07692vw; } }
        .sri-sect__header__text .category.newgraduate {
          background: #2a8ad1; }
      .sri-sect__header__text .title {
        font-size: 25px;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .sri-sect__header__text .title {
            font-size: 5.12821vw; } }
    @media screen and (max-width: 767px) {
      .sri-sect__header__body {
        order: 3; } }
  .sri-sect__cont__title {
    font-size: 20px; }
  .sri-sect__cont__table-wrap {
    border-top: 1px solid #d1d1d1; }
  .sri-sect__cont__table {
    display: flex;
    border-bottom: 1px solid #d1d1d1; }
    @media screen and (max-width: 767px) {
      .sri-sect__cont__table {
        flex-direction: column;
        gap: 5px;
        padding: 15px 0; } }
    .sri-sect__cont__table dt,
    .sri-sect__cont__table dd {
      padding: 34px 0; }
      @media screen and (max-width: 767px) {
        .sri-sect__cont__table dt,
        .sri-sect__cont__table dd {
          padding: 0; } }
    .sri-sect__cont__table dt {
      width: 223px; }
      @media screen and (max-width: 767px) {
        .sri-sect__cont__table dt {
          width: 100%; } }
    .sri-sect__cont__table dd {
      width: calc(100% - 223px); }
      @media screen and (max-width: 767px) {
        .sri-sect__cont__table dd {
          width: 100%; } }
      .sri-sect__cont__table dd a {
        color: #2a8ad1;
        text-decoration: underline; }
  .sri-sect__btn {
    margin: 40px 0 0; }
    .sri-sect__btn a {
      min-width: 456px;
      min-height: 76px;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .sri-sect__btn a {
          min-width: auto;
          width: 100%;
          height: 65px;
          font-size: 3.84615vw; } }
  .sri-sect__back {
    text-align: center;
    margin: 20px 0 0; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.entry-form {
  padding-bottom: 130px; }
  @media screen and (max-width: 767px) {
    .entry-form {
      padding: 0; } }
  .entry-form .sect-inner {
    background: #fff;
    padding: 100px 20px 20px; }
    @media screen and (max-width: 767px) {
      .entry-form .sect-inner {
        padding: 40px 8vw 0; } }
  .entry-form-inner {
    max-width: 720px;
    margin: 0 auto; }
  .entry-form__lead {
    margin-bottom: 40px; }
    .entry-form__lead .c-btn {
      margin-top: 20px; }
  .entry-form form {
    line-height: 1.8; }
    .entry-form form table {
      width: 100%;
      display: block;
      margin-bottom: 0; }
      .entry-form form table tbody,
      .entry-form form table thead,
      .entry-form form table tr,
      .entry-form form table th,
      .entry-form form table td {
        display: block;
        width: 100%; }
      .entry-form form table th,
      .entry-form form table td {
        text-align: left; }
      .entry-form form table th {
        font-weight: normal;
        position: relative;
        padding-bottom: 17px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .entry-form form table th {
            padding-bottom: 15px;
            padding-left: 0; } }
        .entry-form form table th .required,
        .entry-form form table th .option {
          color: #fff;
          background: #db0000;
          font-size: 13px;
          padding: 1px 8px 2px;
          margin-right: 10px;
          border-radius: 100vh; }
          @media screen and (max-width: 767px) {
            .entry-form form table th .required,
            .entry-form form table th .option {
              position: static; } }
        .entry-form form table th .option {
          background: #919191; }
      .entry-form form table td {
        padding-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .entry-form form table td {
            padding-bottom: 30px; } }
        .entry-form form table td input[type="text"],
        .entry-form form table td input[type="email"],
        .entry-form form table td input[type="tel"],
        .entry-form form table td textarea,
        .entry-form form table td select {
          background-color: #fff;
          border: 1px solid #646464;
          color: #00428e;
          width: 100%;
          padding: 14px; }
        .entry-form form table td input[type="file"] {
          color: #00428e; }
        .entry-form form table td input.hasDatepicker {
          width: auto;
          max-width: 100%;
          background-color: #fff;
          background-image: url(../images/form/calendar.svg);
          background-repeat: no-repeat;
          background-position: right 15px center;
          background-size: 13px auto; }
        .entry-form form table td ::-webkit-input-placeholder {
          color: #ccc; }
        .entry-form form table td :-ms-input-placeholder {
          color: #ccc !important; }
        .entry-form form table td ::-moz-placeholder {
          color: #ccc;
          opacity: 1; }
        .entry-form form table td ::placeholder {
          color: #ccc;
          opacity: 1; }
        .entry-form form table td input[type="radio"] {
          display: none; }
          .entry-form form table td input[type="radio"] + .mwform-radio-field-text {
            position: relative;
            padding-left: 34px; }
            .entry-form form table td input[type="radio"] + .mwform-radio-field-text::before {
              position: absolute;
              content: "";
              display: block;
              width: 22px;
              height: 22px;
              border-radius: 50%;
              background: #fff;
              border: 1px solid #00428e;
              left: 0;
              top: 0; }
            .entry-form form table td input[type="radio"] + .mwform-radio-field-text::after {
              position: absolute;
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background: #000;
              left: 6px;
              top: 6px;
              opacity: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s; }
          .entry-form form table td input[type="radio"]:checked + .mwform-radio-field-text::after {
            opacity: 1; }
        .entry-form form table td textarea {
          height: 250px; }
        .entry-form form table td .zip-wrap,
        .entry-form form table td .zip-btn {
          width: calc(50% - 10px);
          border-radius: 0; }
          @media screen and (max-width: 767px) {
            .entry-form form table td .zip-wrap,
            .entry-form form table td .zip-btn {
              width: calc(50% - 4px); } }
        @media screen and (max-width: 767px) {
          .entry-form form table td .zip-wrap {
            width: 40%; } }
        .entry-form form table td .zip-btn {
          background: #00428e;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          border-radius: 5px;
          transition: all 0.3s ease 0s; }
          @media screen and (max-width: 767px) {
            .entry-form form table td .zip-btn {
              font-size: 12px;
              width: calc(60% - 10px); } }
          @media screen and (max-width: 767px) {
            .entry-form form table td .zip-btn input {
              width: 100%; } }
          .entry-form form table td .zip-btn:hover {
            opacity: 0.5; }
        .entry-form form table td .upload_file-wrap {
          width: 100%;
          padding: 15px;
          background: #fff;
          border: 1px solid #646464; }
        .entry-form form table td .upload_file__note {
          padding-top: 10px;
          font-size: 14px; }
        .entry-form form table td .td-ttl {
          font-weight: 700;
          padding: 0 0 5px; }
        .entry-form form table td .flex-birth + .td-ttl {
          padding-top: 20px; }
        .entry-form form table td .flex-birth {
          display: flex;
          gap: 20px; }
          .entry-form form table td .flex-birth .birth-year-wrap,
          .entry-form form table td .flex-birth .birth-month-wrap,
          .entry-form form table td .flex-birth .birth-day-wrap {
            display: flex;
            align-items: flex-end;
            position: relative; }
            .entry-form form table td .flex-birth .birth-year-wrap.slash:after,
            .entry-form form table td .flex-birth .birth-month-wrap.slash:after,
            .entry-form form table td .flex-birth .birth-day-wrap.slash:after {
              content: "";
              display: block;
              height: 80%;
              width: 1px;
              background: #999;
              position: absolute;
              right: 0px;
              top: 50%;
              transform: translate(0, -50%) rotate(30deg); }
            .entry-form form table td .flex-birth .birth-year-wrap .input-wrap,
            .entry-form form table td .flex-birth .birth-month-wrap .input-wrap,
            .entry-form form table td .flex-birth .birth-day-wrap .input-wrap {
              width: 100%; }
            .entry-form form table td .flex-birth .birth-year-wrap select,
            .entry-form form table td .flex-birth .birth-month-wrap select,
            .entry-form form table td .flex-birth .birth-day-wrap select {
              background-position: right 5px center;
              width: calc(100% - 22px); }
          .entry-form form table td .flex-birth .birth-year-wrap {
            width: 13.32357vw; }
            @media screen and (max-width: 767px) {
              .entry-form form table td .flex-birth .birth-year-wrap {
                width: 46.66667vw; } }
          .entry-form form table td .flex-birth .birth-month-wrap,
          .entry-form form table td .flex-birth .birth-day-wrap {
            width: 7.9063vw; }
            @media screen and (max-width: 767px) {
              .entry-form form table td .flex-birth .birth-month-wrap,
              .entry-form form table td .flex-birth .birth-day-wrap {
                width: 27.69231vw; } }
        .entry-form form table td .char-remaining {
          padding-top: 10px;
          text-align: right; }
      .entry-form form table tr.radio-tr th {
        border-bottom: 1px solid #00428e; }
      .entry-form form table tr.radio-tr td {
        padding-top: 10px;
        padding-bottom: 25px; }
      .entry-form form table tr.gender-tr td .mwform-radio-field {
        display: inline-block;
        margin: 0 15px 0 0; }
        @media screen and (max-width: 767px) {
          .entry-form form table tr.gender-tr td .mwform-radio-field {
            margin-right: 5px; } }
      .entry-form form table tr.gender-tr td label {
        border-radius: 5px;
        display: block;
        overflow: hidden; }
        .entry-form form table tr.gender-tr td label input[type="radio"] {
          display: none; }
          .entry-form form table tr.gender-tr td label input[type="radio"] + .mwform-radio-field-text {
            position: relative;
            padding-left: 0;
            padding: 14px 20px;
            display: block;
            background: #f2f2f2;
            color: #00428e;
            z-index: 1; }
            @media screen and (max-width: 767px) {
              .entry-form form table tr.gender-tr td label input[type="radio"] + .mwform-radio-field-text {
                padding: 14px 4vw; } }
            .entry-form form table tr.gender-tr td label input[type="radio"] + .mwform-radio-field-text::before {
              display: none; }
            .entry-form form table tr.gender-tr td label input[type="radio"] + .mwform-radio-field-text::after {
              position: absolute;
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              border-radius: 0;
              background: #00428e;
              left: 0;
              top: 0;
              opacity: 0;
              -webkit-transition: 0.3s;
              transition: 0.3s;
              z-index: -1; }
          .entry-form form table tr.gender-tr td label input[type="radio"]:checked + .mwform-radio-field-text {
            color: #fff; }
            .entry-form form table tr.gender-tr td label input[type="radio"]:checked + .mwform-radio-field-text::after {
              opacity: 1; }
      .entry-form form table tr.c2 td {
        display: flex;
        justify-content: space-between; }
        .entry-form form table tr.c2 td .input-wrap {
          width: calc(50% - 10px); }
    .entry-form form .input-wrap {
      position: relative; }
      .entry-form form .input-wrap .error {
        white-space: nowrap; }
    .entry-form form .agree {
      margin: 30px 0;
      display: flex;
      justify-content: center;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .entry-form form .agree {
          margin: 0; } }
      .entry-form form .agree .input-wrap .error {
        position: absolute;
        left: 0;
        bottom: -30px; }
      .entry-form form .agree a {
        font-weight: bold;
        border-bottom: 1px solid #00428e;
        padding-bottom: 5px;
        color: #00428e; }
        .entry-form form .agree a:hover {
          border-bottom: none; }
      .entry-form form .agree .agree-check {
        margin: 0 8px 5px 0;
        transform: scale(1.3); }
        .entry-form form .agree .agree-check + .mwform-checkbox-field-text {
          display: none; }
    .entry-form form .button-wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 60px 0 40px;
      gap: 32px; }
    .entry-form form .submit,
    .entry-form form .back {
      display: flex;
      justify-content: center; }
      .entry-form form .submit .input-btn,
      .entry-form form .back .input-btn {
        background-color: #00428e;
        background-image: url(../images/common/arrow-right-white-2.svg);
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 20px auto;
        color: #fff;
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 430px;
        height: 76px;
        transition: all 0.3s ease 0s;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .entry-form form .submit .input-btn,
          .entry-form form .back .input-btn {
            width: 100%;
            height: 65px;
            font-size: 3.84615vw; } }
        .entry-form form .submit .input-btn.back,
        .entry-form form .back .input-btn.back {
          margin-top: 10px;
          background-color: transparent;
          background-image: url(../images/common/arrow-right-white-3.svg);
          padding: 0;
          color: #00428e;
          width: auto;
          height: auto;
          font-size: 15px; }
          .entry-form form .submit .input-btn.back:hover,
          .entry-form form .back .input-btn.back:hover {
            opacity: 0.5; }
        .entry-form form .submit .input-btn:hover,
        .entry-form form .back .input-btn:hover {
          opacity: 0.5; }
    .entry-form form .error {
      font-size: 12px;
      line-height: 1.4;
      margin-top: 5px; }
  .entry-form.confirm {
    padding-top: 80px; }
    @media screen and (max-width: 767px) {
      .entry-form.confirm {
        padding-top: 50px; } }
    .entry-form.confirm .entry-form-inner {
      max-width: 720px; }
    .entry-form.confirm form table {
      border-top: 1px solid #d8d8d8; }
      .entry-form.confirm form table tr {
        border-bottom: 1px solid #d8d8d8;
        display: flex;
        padding: 30px 0; }
        @media screen and (max-width: 767px) {
          .entry-form.confirm form table tr {
            flex-direction: column;
            padding: 20px 0; } }
      .entry-form.confirm form table th,
      .entry-form.confirm form table td {
        padding: 0; }
      .entry-form.confirm form table th {
        width: 237px; }
        @media screen and (max-width: 767px) {
          .entry-form.confirm form table th {
            width: 100%; } }
        .entry-form.confirm form table th .required,
        .entry-form.confirm form table th .option,
        .entry-form.confirm form table th .note {
          display: none; }
      .entry-form.confirm form table td {
        width: calc(100% - 237px); }
        @media screen and (max-width: 767px) {
          .entry-form.confirm form table td {
            width: 100%; } }
        .entry-form.confirm form table td .zip-btn {
          display: none; }
        .entry-form.confirm form table td .upload_file-wrap {
          width: 100%;
          padding: 0;
          border: none;
          background: none; }
        .entry-form.confirm form table td .upload_file__note {
          display: none; }
        .entry-form.confirm form table td .flex-birth .birth-year-wrap,
        .entry-form.confirm form table td .flex-birth .birth-month-wrap {
          width: auto; }
          .entry-form.confirm form table td .flex-birth .birth-year-wrap:after,
          .entry-form.confirm form table td .flex-birth .birth-month-wrap:after {
            height: 15px;
            right: -9px;
            background: #00428e; }
      .entry-form.confirm form table tr.c2 td {
        justify-content: flex-start; }
        .entry-form.confirm form table tr.c2 td .input-wrap {
          width: auto; }
    .entry-form.confirm form .agree {
      display: none; }

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

/* =========================== */
.thanks-sect {
  color: #fff;
  margin-top: 100px;
  padding: 120px 20px;
  position: relative;
  color: #fff;
  background: url(../images/hero/thanks_entry.jpg) no-repeat center/cover; }
  @media screen and (max-width: 767px) {
    .thanks-sect {
      margin-top: 77px;
      padding: 50px 8vw;
      background: url(../images/hero/thanks_entry-sp.jpg) no-repeat center/cover; } }
  .thanks-sect .c-title .en {
    font-size: 100px; }
    @media screen and (max-width: 767px) {
      .thanks-sect .c-title .en {
        font-size: 12.82051vw; } }
    .thanks-sect .c-title .en::before {
      width: 116px;
      height: 31px; }
      @media screen and (max-width: 767px) {
        .thanks-sect .c-title .en::before {
          width: 63px;
          height: 17px; } }
  .thanks-sect .c-title .jp {
    font-size: 30px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .thanks-sect .c-title .jp {
        font-size: 5.12821vw; } }
  .thanks-sect .c-title .lead {
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .thanks-sect .c-title .lead {
        font-size: 3.84615vw; } }
  .thanks-sect .c-btn a {
    width: 456px;
    height: 76px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .thanks-sect .c-btn a {
        width: 100%;
        height: 65px;
        font-size: 3.84615vw; } }
  .thanks-sect.contact-thanks-sect {
    background: url(../images/hero/thanks_contact.jpg) no-repeat center/cover; }
    @media screen and (max-width: 767px) {
      .thanks-sect.contact-thanks-sect {
        background: url(../images/hero/thanks_contact-sp.jpg) no-repeat center/cover; } }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.archive-news-nav {
  padding: 40px 0 60px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .archive-news-nav {
      background: #fff;
      color: #00428e;
      padding: 40px 8vw 0; } }
  .archive-news-nav__title {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .archive-news-nav__title {
        display: none; } }
  .archive-news-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .archive-news-nav__item a {
    display: block;
    border: 2px solid #fff;
    border-radius: 100vh;
    padding: 3px 17px;
    padding-bottom: 4px; }
    .archive-news-nav__item a.active {
      background: #fff;
      color: #00428e; }

/* =========================== */
.archive-news {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .archive-news {
      padding: 40px 8vw 60px; } }
  .archive-news__title {
    font-size: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .archive-news__title {
        font-size: 5.12821vw;
        margin-bottom: 20px; } }
  .archive-news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 54px 27px; }

/* =========================== */
.single-news {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .single-news {
      padding: 50px 8vw; } }
  .single-news .sect-inner {
    display: flex; }
    @media screen and (max-width: 767px) {
      .single-news .sect-inner {
        flex-direction: column;
        gap: 80px; } }
  .single-news__main {
    width: calc(100% - 345px);
    padding-right: 60px; }
    @media screen and (max-width: 767px) {
      .single-news__main {
        width: 100%;
        padding-right: 0; } }
  .single-news__side {
    width: 345px; }
    @media screen and (max-width: 767px) {
      .single-news__side {
        width: 100%; } }
    .single-news__side__widget__title {
      font-weight: bold;
      margin-bottom: 15px; }
    .single-news__side .single-news__side__list {
      display: block; }
    .single-news__side .index-news__item {
      width: 100%;
      margin: 0 0 50px; }
      @media screen and (max-width: 767px) {
        .single-news__side .index-news__item {
          margin: 0 0 40px; } }
  .single-news__header {
    margin-bottom: 20px; }
    .single-news__header .data {
      display: flex;
      gap: 10px;
      margin-bottom: 5px; }
      .single-news__header .data .category {
        background: #00428e;
        color: #fff;
        border-radius: 100vh;
        padding: 1px 15px;
        padding-bottom: 2px; }
    .single-news__header .title {
      font-size: 25px; }
      @media screen and (max-width: 767px) {
        .single-news__header .title {
          font-size: 4.61538vw; } }
  .single-news__eyecatch {
    margin-bottom: 30px; }
  .single-news__cont .no_bullets {
    border: 1px solid #2e5b9a;
    padding: 30px 34px; }
    @media screen and (max-width: 767px) {
      .single-news__cont .no_bullets {
        padding: 20px 24px; } }
    .single-news__cont .no_bullets .toc_title {
      margin-bottom: 15px; }
    .single-news__cont .no_bullets .toc_list li {
      margin-bottom: 10px; }
      .single-news__cont .no_bullets .toc_list li:last-child {
        margin-bottom: 0; }
      .single-news__cont .no_bullets .toc_list li ul {
        margin-top: 10px; }
  .single-news__cont h1,
  .single-news__cont h2,
  .single-news__cont h3 {
    font-size: 20px;
    background: #2a8ad1;
    color: #fff;
    padding: 17px 15px;
    margin-top: 3.5em; }
    @media screen and (max-width: 767px) {
      .single-news__cont h1,
      .single-news__cont h2,
      .single-news__cont h3 {
        font-size: 4.61538vw;
        padding: 15px;
        margin-top: 2.5em; } }
  @media screen and (max-width: 767px) {
    .single-news__cont p {
      font-size: 3.84615vw; } }
  .single-news__cont .c-btn {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .single-news__cont .c-btn {
        margin-top: 50px; } }
    .single-news__cont .c-btn a {
      width: 456px;
      height: 76px;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .single-news__cont .c-btn a {
          width: 100%;
          height: 65px;
          font-size: 3.84615vw; } }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.pp-sect {
  padding: 100px 20px; }
  @media screen and (max-width: 767px) {
    .pp-sect {
      padding: 40px 8vw 60px; } }
  .pp-sect__unit {
    border-bottom: 1px solid #d0d0d0;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      .pp-sect__unit {
        padding: 30px 0; } }
    .pp-sect__unit:first-child {
      padding-top: 0; }
  .pp-sect h3 {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .pp-sect h3 {
        font-size: 5.12821vw; } }
  .pp-sect a {
    color: #2a8ad1;
    text-decoration: underline; }
  .pp-sect .red {
    color: #ff0000; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.sitemap-sect {
  padding: 100px 20px; }
  @media screen and (max-width: 767px) {
    .sitemap-sect {
      padding: 40px 8vw 60px; } }
  .sitemap-sect .fnav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 48px;
    grid-row-gap: 0px; }
    @media screen and (max-width: 767px) {
      .sitemap-sect .fnav {
        display: block; } }
    .sitemap-sect .fnav__list {
      margin: 0; }
      .sitemap-sect .fnav__list.list-3 {
        grid-area: 1 / 2 / 3 / 3; }
      .sitemap-sect .fnav__list.list-4 {
        grid-area: 1 / 3 / 3 / 4; }
      .sitemap-sect .fnav__list.list-5 {
        grid-area: 1 / 4 / 3 / 5; }
    .sitemap-sect .fnav__item {
      margin: 0;
      border-bottom: 1px solid #00428e; }
      .sitemap-sect .fnav__item a {
        font-size: 20px;
        position: relative;
        display: block;
        padding: 26px 0; }
        @media screen and (max-width: 767px) {
          .sitemap-sect .fnav__item a {
            font-size: 3.84615vw;
            padding: 20px 0; }
            .sitemap-sect .fnav__item a::before {
              content: "";
              display: block;
              width: 20px;
              height: 20px;
              position: absolute;
              right: 0;
              top: 50%;
              transform: translate(0, -50%);
              border: 2px solid #00428e;
              border-radius: 50%; }
            .sitemap-sect .fnav__item a::after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              background: url(../images/common/arrow-right-blue.svg) no-repeat center/contain;
              position: absolute;
              right: 5px;
              top: 50%;
              transform: translate(0, -50%); } }
      .sitemap-sect .fnav__item ul.child {
        padding: 0 0 15px;
        margin-top: -15px; }
        @media screen and (max-width: 767px) {
          .sitemap-sect .fnav__item ul.child {
            margin-top: -8px; } }
        .sitemap-sect .fnav__item ul.child a {
          font-size: 15px; }
          @media screen and (max-width: 767px) {
            .sitemap-sect .fnav__item ul.child a {
              font-size: 3.84615vw; } }
      .sitemap-sect .fnav__item.child {
        border-bottom: none; }
        .sitemap-sect .fnav__item.child a {
          padding: 10px 0; }
          .sitemap-sect .fnav__item.child a::before, .sitemap-sect .fnav__item.child a::after {
            content: none; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
.nf-sect {
  margin-top: 100px;
  width: 100%;
  height: auto;
  aspect-ratio: 1366 / 667;
  position: relative;
  background: url(../images/hero/nf.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .nf-sect {
      margin-top: 77px;
      background: #00428e url(../images/hero/nf-sp.jpg) no-repeat center 60px/100% auto;
      display: block;
      padding: 120px 8vw 60px; } }
  .nf-sect .breadcrumbs {
    top: 0; }
  .nf-sect .c-title .en {
    font-size: 100px;
    padding: 0;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .nf-sect .c-title .en {
        font-size: 12.82051vw;
        margin-bottom: 100px; } }
    .nf-sect .c-title .en::before {
      display: none; }
  .nf-sect .c-title .jp {
    font-size: 30px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .nf-sect .c-title .jp {
        font-size: 6.41026vw;
        color: #fff; } }
  .nf-sect .c-title .lead {
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .nf-sect .c-title .lead {
        font-size: 3.84615vw;
        color: #fff; } }
  .nf-sect .c-btn a {
    width: 456px;
    height: 76px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .nf-sect .c-btn a {
        width: 100%;
        height: 65px;
        font-size: 3.84615vw; } }

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