@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: LINESeedJP;
  font-display: swap;
  src: local("LINE Seed JP TTF"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-title__front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-title__front h2 {
  position: relative;
  padding-left: clamp(10px, 2.6666666667vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(0.875rem, 3.5555555556vw, 2rem);
  line-height: 1.75;
}
.c-title__front h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: clamp(4px, 0.8888888889vw, 8px);
  height: 60.7142857143%;
  background-color: #D90012;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-title__front p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(2.625rem, 6.25vw, 5rem);
  line-height: 1.1111111111;
  text-transform: uppercase;
}
.c-title__front p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1111111111) * 0.5em);
}
.c-title__front p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1111111111) * 0.5em);
}
.c-title__front.-show h2::before {
  clip-path: inset(0);
}

.c-title--lower {
  position: relative;
}
.c-title--lower._center {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.c-title--lower._center .c-title__lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.c-title--lower.-show:before {
  clip-path: inset(0);
}
.c-title--lower::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: clamp(4px, 0.8888888889vw, 8px);
  height: 85%;
  background-color: #D90012;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.c-title--lower .c-title__lead {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  padding-left: clamp(20px, 3.1111111111vw, 28px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.375rem, 3.5555555556vw, 2rem);
  line-height: 1.5;
  text-transform: uppercase;
}

.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .c-link {
    gap: 12px;
  }
}
@media (hover: hover) {
  .c-link:hover {
    opacity: 1;
  }
  .c-link:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .c-link:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-link:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-link:hover .c-arrow::before {
    background-color: #D90012;
  }
}
@media (hover: none) {
  .c-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-link:active {
    opacity: 1;
  }
  .c-link:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .c-link:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-link:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-link:active .c-arrow::before {
    background-color: #D90012;
  }
}
@media (hover: hover) {
  .c-link:hover .c-arrow._w path {
    fill: #fff !important;
  }
}
@media (hover: none) {
  .c-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-link:active .c-arrow._w path {
    fill: #fff !important;
  }
}

.c-link b {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(0.875rem, 2.2222222222vw, 1.25rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .c-link b {
    font-weight: 700;
  }
}

.c-link .c-arrow {
  position: relative;
}

.c-life::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 100%;
  width: 93.6666666667%;
  background: radial-gradient(50% 50% at 50% 50%, #ACDBFF 0%, rgba(172, 219, 255, 0) 100%);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.c-life.lazy-show::before {
  opacity: 1;
}
.c-life.lazy-show .c-life__point {
  -webkit-animation-name: poyon;
          animation-name: poyon;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.c-life.lazy-show .c-life__efforts {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-life__map {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.c-life__point {
  position: absolute;
  display: inline-block;
  margin-bottom: clamp(5px, 2.1111111111vw, 19px);
  padding: clamp(3px, 0.9375vw, 12px) clamp(6px, 1.5625vw, 20px);
  background-color: #fff;
  text-align: center;
  font-size: clamp(0.375rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.c-life__point::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
}
.c-life__point:nth-of-type(odd)::after {
  border-width: clamp(5px, 1.484375vw, 19px) 0 0 clamp(4px, 1.09375vw, 14px);
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.2px) 100%;
}
.c-life__point:nth-of-type(even)::after {
  border-width: clamp(5px, 1.484375vw, 19px) clamp(4px, 1.09375vw, 14px) 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.2px) 100%;
}
.c-life__point:nth-of-type(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: 12.4098124098%;
  left: 6.1637534499%;
}
.c-life__point:nth-of-type(2) {
  top: 12.987012987%;
  right: 10.6715731371%;
}
.c-life__point:nth-of-type(3) {
  top: 44.0115440115%;
  left: 12.1435142594%;
}
.c-life__point:nth-of-type(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: 31.746031746%;
  right: -3.6798528059%;
}
.c-life__point:nth-of-type(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: 64.9350649351%;
  left: 18.3072677093%;
}
.c-life__point:nth-of-type(6) {
  top: 63.4920634921%;
  right: 1.0119595216%;
}

@-webkit-keyframes poyon {
  0% {
    -webkit-transform: translateY(270px) scale(0.5);
            transform: translateY(270px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(0.96);
            transform: translateY(20px) scale(0.96);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes poyon {
  0% {
    -webkit-transform: translateY(270px) scale(0.5);
            transform: translateY(270px) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateY(20px) scale(0.96);
            transform: translateY(20px) scale(0.96);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.c-life__efforts {
  position: relative;
  padding-top: clamp(20px, 4.8888888889vw, 44px);
  padding-bottom: clamp(20px, 4.8888888889vw, 44px);
  padding-left: clamp(25px, 6.2222222222vw, 56px);
  padding-right: clamp(25px, 6.2222222222vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
@media screen and (max-width: 900px) {
  .c-life__efforts {
    top: -2px;
    margin-bottom: -2px;
  }
}

.c-life__efforts p {
  font-size: clamp(0.875rem, 2.7777777778vw, 1.5625rem);
  font-weight: 700;
  line-height: 1.5;
}

.c-life__efforts-list {
  margin: clamp(8px, 1.25vw, 16px) auto;
  padding: clamp(8px, 0.9375vw, 12px) clamp(10px, 1.875vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F9FFB4;
}

.c-life__effort-item {
  position: relative;
  padding-left: 1em;
  font-size: clamp(0.875rem, 3vw, 1.6875rem);
  font-weight: 700;
  line-height: 1.5;
}
.c-life__effort-item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-banner__service {
  background-color: #084B9D;
  color: #fff;
  margin-top: clamp(80px, 16vw, 144px);
  padding-top: clamp(40px, 8vw, 72px);
  padding-bottom: clamp(48px, 8.8888888889vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-banner__service-lead {
  margin-bottom: clamp(32px, 5.3333333333vw, 48px);
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.c-banner__service-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px;
}

.c-banner__service-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-banner__service-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.c-banner__service-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.c-banner__service-list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 1100px) {
  .c-banner__service-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c-banner__service-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-banner__service-pic {
  position: relative;
  overflow: hidden;
}
.c-banner__service-pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #084B9D;
  opacity: 0.2;
}
.c-banner__service-pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-banner__service-link {
  display: block;
  background-color: #fff;
  color: #121212;
}
@media (hover: hover) {
  .c-banner__service-link:hover {
    opacity: 1;
  }
  .c-banner__service-link:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .c-banner__service-link:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-banner__service-link:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-banner__service-link:hover .c-arrow::before {
    background-color: #D90012;
  }
  .c-banner__service-link:hover .c-banner__service-pic img {
    scale: 1.05;
  }
  .c-banner__service-link:hover .c-banner__service-pic::before {
    opacity: 0.1;
  }
}
@media (hover: none) {
  .c-banner__service-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-banner__service-link:active {
    opacity: 1;
  }
  .c-banner__service-link:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .c-banner__service-link:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-banner__service-link:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-banner__service-link:active .c-arrow::before {
    background-color: #D90012;
  }
  .c-banner__service-link:active .c-banner__service-pic img {
    scale: 1.05;
  }
  .c-banner__service-link:active .c-banner__service-pic::before {
    opacity: 0.1;
  }
}

.c-banner__service-inner {
  position: relative;
  padding-top: clamp(16px, 2.6666666667vw, 24px);
  padding-bottom: clamp(16px, 2.6666666667vw, 24px);
  padding-left: clamp(16px, 2.6666666667vw, 24px);
  padding-right: clamp(16px, 2.6666666667vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-banner__service-arrow {
  position: absolute;
  top: 50%;
  right: clamp(16px, 1.875vw, 24px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-banner__service-inner p {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.25;
  padding-right: clamp(32px, 7.1111111111vw, 64px);
}

.c-banner__works {
  margin-top: clamp(80px, 16vw, 144px);
}

.c-banner__works-link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
@media (hover: hover) {
  .c-banner__works-link:hover {
    opacity: 1;
  }
  .c-banner__works-link:hover .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .c-banner__works-link:hover .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-banner__works-link:hover .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-banner__works-link:hover .c-arrow::before {
    background-color: #D90012;
  }
  .c-banner__works-link:hover .c-arrow svg path {
    fill: #fff;
  }
  .c-banner__works-link:hover .c-banner__works-pic::before {
    opacity: 0.1;
  }
  .c-banner__works-link:hover .c-banner__works-pic img {
    scale: 1.05;
  }
}
@media (hover: none) {
  .c-banner__works-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-banner__works-link:active {
    opacity: 1;
  }
  .c-banner__works-link:active .c-arrow::before {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
  }
  .c-banner__works-link:active .c-arrow svg:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .c-banner__works-link:active .c-arrow svg:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-banner__works-link:active .c-arrow::before {
    background-color: #D90012;
  }
  .c-banner__works-link:active .c-arrow svg path {
    fill: #fff;
  }
  .c-banner__works-link:active .c-banner__works-pic::before {
    opacity: 0.1;
  }
  .c-banner__works-link:active .c-banner__works-pic img {
    scale: 1.05;
  }
}

.c-banner__works-pic {
  position: relative;
  overflow: hidden;
}
.c-banner__works-pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #121212;
  opacity: 0.3;
}
.c-banner__works-pic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-banner__works-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 9.66%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.c-banner__works-inner p {
  font-size: clamp(1.5rem, 4.2222222222vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}
.c-banner__works-inner span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 1;
}

.c-banner__works-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10.69%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: clamp(28px, 4vw, 36px);
  height: auto;
  border-radius: 50%;
}
.c-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #084B9D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-arrow svg {
  position: absolute;
  aspect-ratio: 11/9;
  width: clamp(9px, 1.2222222222vw, 11px);
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-arrow svg:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-arrow svg:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.c-arrow--mini {
  width: clamp(18px, 2.3333333333vw, 21px);
}
.c-arrow--mini svg {
  width: clamp(5px, 0.6666666667vw, 6px);
}
.c-arrow--middle {
  width: clamp(35px, 4.6666666667vw, 56px);
}
.c-arrow--middle svg {
  width: clamp(11px, 1.5vw, 18px);
}
.c-arrow--large {
  width: clamp(44px, 6vw, 72px);
}
.c-arrow--large svg {
  width: clamp(14px, 1.9166666667vw, 23px);
}
.c-arrow._w::before {
  background-color: #fff;
}
.c-arrow._w path {
  fill: #121212;
}

.c-layout__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 900px) {
  .c-layout__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 901px) {
  .c-layout__nav {
    -ms-flex-preferred-size: 248px;
        flex-basis: 248px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-layout__nav-list {
  position: sticky;
  top: 80px;
}

.c-layout__nav-item + .c-layout__nav-item {
  margin-top: 8px;
}

.c-layout__nav-icon {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(20px, 2.6666666667vw, 24px);
  height: auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-layout__nav-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #084B9D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-layout__nav-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  aspect-ratio: 11/9;
  width: clamp(9px, 1.2222222222vw, 11px);
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-layout__nav-icon path {
  stroke: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-layout__nav-link {
  position: relative;
  width: 100%;
  background-color: #EFF6FC;
  padding: 16px 56px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #084B9D;
}
.c-layout__nav-link.current {
  color: #fff;
  background-color: #084B9D;
}
.c-layout__nav-link.current .c-layout__nav-icon::before {
  background-color: #fff;
}
.c-layout__nav-link.current .c-layout__nav-icon path {
  stroke: #084B9D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-layout__nav-link b {
  display: block;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.c-layout__nav-link small {
  font-size: clamp(0.75rem, 1.4444444444vw, 0.8125rem);
  font-weight: 700;
}
@media (hover: hover) {
  .c-layout__nav-link:hover {
    opacity: 1;
    color: #fff;
    background-color: #084B9D;
  }
  .c-layout__nav-link:hover .c-layout__nav-icon::before {
    background-color: #fff;
  }
  .c-layout__nav-link:hover .c-layout__nav-icon path {
    stroke: #084B9D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (hover: none) {
  .c-layout__nav-link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-layout__nav-link:active {
    opacity: 1;
    color: #fff;
    background-color: #084B9D;
  }
  .c-layout__nav-link:active .c-layout__nav-icon::before {
    background-color: #fff;
  }
  .c-layout__nav-link:active .c-layout__nav-icon path {
    stroke: #084B9D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 901px) {
  .c-layout__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-text-slider {
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  pointer-events: none;
}

.c-text-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(4rem, 10.5vw, 10.5rem);
  font-weight: 700;
  padding-right: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
@media screen and (max-width: 600px) {
  .c-text-slider__item {
    -webkit-text-stroke: 1px #fff;
  }
}
.c-text-slider:not(.no-tick) .c-text-slider__item:nth-child(odd) {
  -webkit-animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
          animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
}
.c-text-slider:not(.no-tick) .c-text-slider__item:nth-child(even) {
  -webkit-animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
          animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
}
.c-text-slider__item span {
  letter-spacing: 0.02em;
}
.c-text-slider__item .-space {
  letter-spacing: -0.2em;
}

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

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.c-requirements {
  position: relative;
}
.c-requirements.is-lower {
  margin-top: clamp(64px, 13.3333333333vw, 120px);
}
@media screen and (max-width: 1000px) {
  .c-requirements.is-lower {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 500px) {
  .c-requirements.is-lower {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.c-requirements.is-lower .c-requirements__speech-inner {
  border: 4px solid #084B9D;
  background-color: #fff;
  color: #084B9D;
}
.c-requirements.is-lower .c-requirements__speech-inner::before {
  border-width: 16px 15px 0 15px;
  border-color: #084B9D transparent transparent;
  translate: -50% 100%;
}
.c-requirements.is-lower .c-requirements__speech-inner::after {
  border-width: 10.2px 9.5px 0 9.5px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 600px) {
  .c-requirements.is-lower .c-requirements__speech-inner {
    border-width: 2px;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .c-requirements.is-lower .c-requirements__speech-inner::before {
    border-width: 14px 10px 0 10px;
    border-color: #084B9D transparent transparent;
    translate: -50% 100%;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .c-requirements.is-lower .c-requirements__speech-inner::after {
    border-width: 10.6px 7.5px 0 7.5px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
  }
}
.c-requirements.is-lower .c-requirements__inner {
  background-color: #084B9D;
  color: #fff;
}
.c-requirements.is-lower .c-requirements__item {
  color: #121212;
}
.c-requirements.is-lower .c-requirements__item a {
  border-color: #121212;
  background-color: #fff;
}
@media (hover: hover) {
  .c-requirements.is-lower .c-requirements__item a:hover {
    color: #fff;
    background-color: #D90012;
    border-color: #D90012;
  }
}
@media (hover: none) {
  .c-requirements.is-lower .c-requirements__item a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-requirements.is-lower .c-requirements__item a:active {
    color: #fff;
    background-color: #D90012;
    border-color: #D90012;
  }
}
.c-requirements.is-lower .c-requirements__item p {
  color: #fff;
}

.c-requirements__speech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(20px, 3.5555555556vw, 32px);
}
.c-requirements__speech.lazy {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.35, 0.49, 1.35);
  transition: all 0.35s cubic-bezier(0.75, 0.35, 0.49, 1.35);
}
.c-requirements__speech.lazy-show {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-requirements__speech-inner {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 16px 52px;
  border: 4px solid #fff;
  background-color: #084B9D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-requirements__speech-inner {
    font-size: 18px;
    border-width: 2px;
    padding: 12px 32px;
  }
}
.c-requirements__speech-inner::before, .c-requirements__speech-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
}
.c-requirements__speech-inner::before {
  border-width: 16px 15px 0 15px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 600px) {
  .c-requirements__speech-inner::before {
    border-width: 14px 10px 0 10px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
  }
}
.c-requirements__speech-inner::after {
  border-width: 10.2px 9.5px 0 9.5px;
  border-color: #084B9D transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 600px) {
  .c-requirements__speech-inner::after {
    border-width: 10.6px 7.5px 0 7.5px;
    border-color: #084B9D transparent transparent;
    translate: -50% 100%;
  }
}

.c-requirements__box {
  position: relative;
  max-width: 914px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-requirements__inner {
  background-color: #fff;
  color: #121212;
  padding-top: clamp(32px, 6.4444444444vw, 58px);
  padding-bottom: clamp(40px, 8.2222222222vw, 74px);
  padding-left: 20px;
  padding-right: 20px;
}

.c-requirements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-requirements__item + .c-requirements__item {
  margin-top: clamp(18px, 3.3333333333vw, 30px);
}

.c-requirements__item p {
  margin-bottom: clamp(14px, 2.2222222222vw, 20px);
  font-size: clamp(0.9375rem, 2.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.c-requirements__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 411px;
  width: 100%;
  height: 102px;
  border: 3px solid #121212;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .c-requirements__item a {
    max-width: 245px;
    height: 61px;
    font-size: 14px;
    border-width: 2px;
  }
}
.c-requirements__item a svg {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .c-requirements__item a svg {
    width: 12px;
  }
}
.c-requirements__item a path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-requirements__item a:hover {
    opacity: 1;
    background-color: #D90012;
    border-color: #D90012;
    color: #fff;
  }
  .c-requirements__item a:hover path {
    stroke: #fff;
  }
}
@media (hover: none) {
  .c-requirements__item a {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-requirements__item a:active {
    opacity: 1;
    background-color: #D90012;
    border-color: #D90012;
    color: #fff;
  }
  .c-requirements__item a:active path {
    stroke: #fff;
  }
}

@media screen and (max-width: 900px) {
  .c-requirements__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -35.7333333333vw;
    left: 0;
    aspect-ratio: 316/161;
    width: 84vw;
    width: 100%;
    pointer-events: none;
  }
}
.c-requirements__pic figure {
  position: absolute;
}
.c-requirements__pic figure:nth-of-type(1) {
  left: 2.6258205689%;
  bottom: -14.2231947484%;
  width: 21.8818380744%;
}
@media screen and (max-width: 900px) {
  .c-requirements__pic figure:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 16.1904761905%;
  }
}
@media screen and (max-width: 600px) {
  .c-requirements__pic figure:nth-of-type(1) {
    width: 19.0476190476%;
  }
}
.c-requirements__pic figure:nth-of-type(2) {
  right: 0.4376367615%;
  bottom: -9.409190372%;
  width: 27.5711159737%;
}
@media screen and (max-width: 900px) {
  .c-requirements__pic figure:nth-of-type(2) {
    top: 0;
    bottom: unset;
    right: 0;
    width: 23.4920634921%;
  }
}
@media screen and (max-width: 600px) {
  .c-requirements__pic figure:nth-of-type(2) {
    width: 26.9841269841%;
  }
}

.c-pop figure,
.c-pop .is-pop {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.35, 0.49, 1.35);
  transition: all 0.35s cubic-bezier(0.75, 0.35, 0.49, 1.35);
}
.c-pop figure.active,
.c-pop .is-pop.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-pop-fig figure {
  -webkit-transform: scale(0.3) translateY(50px);
          transform: scale(0.3) translateY(50px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.35s;
          transition-duration: 0.3s, 0.35s;
  -webkit-transition-timing-function: liner, cubic-bezier(0.75, 0.35, 0.49, 1.15);
          transition-timing-function: liner, cubic-bezier(0.75, 0.35, 0.49, 1.15);
}
.c-pop-fig figure.active {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}