/*
Theme Name: original Child
Version: 1.0
Template: original
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

* {
  color: #002353;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

a > *,
button > * {
  pointer-events: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a,
button {
  display: block;
}

span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

h2 {
  font-size: max(4.6rem, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

h3 {
  font-size: max(2.2rem, 18px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

span.attention {
  font-size: max(1.2rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
span.attention > small {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
}

body {
  background-color: #EAEAEA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='max(4rem, 30px)' height='max(4rem, 30px)' viewBox='0 0 max(4rem, 30px) max(4rem, 30px)'%3E%3Crect x='0' y='0' width='max(0.4rem, 2px)' height='max(0.4rem, 2px)' fill='%23D9D9D9'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: max(4rem, 30px) max(4rem, 30px);
}

.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: max(1.25vw, 10px);
  padding-right: max(0.4375vw, 7px);
  height: max(5vw, 80px);
  pointer-events: none;
  z-index: 9999;
}
@media screen and (max-width: 550px) {
  .header {
    height: 60px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.8125vw, 7.5px);
  width: auto;
  height: 70%;
  pointer-events: auto;
}
.header__logo {
  width: auto;
  height: 40%;
}
.header__logo a {
  width: auto;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  pointer-events: auto;
}
.header__logo a img {
  width: auto;
  height: 100%;
  vertical-align: baseline;
}
.header__logo a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 max(0.0625vw, 5px) 0 0;
  overflow: hidden;
}
@media screen and (max-width: 350px) {
  .header__contact {
    display: none;
  }
}
.header__contact--icon {
  position: relative;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  border-right: max(0.0625vw, 1px) solid rgba(0, 35, 83, 0.2);
  -webkit-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-right 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-right 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
}
.header__contact--icon .iconBox {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
}
.header__contact--icon .iconBox:nth-of-type(2) {
  position: absolute;
  top: 200%;
  right: 200%;
}
.header__contact--icon .iconBox img {
  width: auto;
  height: 50%;
}
.header__contact--text {
  display: grid;
  place-items: center;
  height: 100%;
  padding-left: max(1.75vw, 28px);
  padding-right: max(1.75vw, 28px);
  color: #002353;
  font-size: max(1vw, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 550px) {
  .header__contact--text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header__contact:hover .header__contact--icon {
  background: #002353;
  border-right: max(0.0625vw, 1px) solid #fff;
}
.header__contact:hover .header__contact--icon .iconBox {
  -webkit-animation: airplaneSlide 0.8s ease-in-out;
          animation: airplaneSlide 0.8s ease-in-out;
}
@-webkit-keyframes airplaneSlide {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  10% {
    opacity: 0.2;
  }
  49% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(200%, -200%);
            transform: translate(200%, -200%);
    opacity: 1;
  }
}
@keyframes airplaneSlide {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  10% {
    opacity: 0.2;
  }
  49% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(200%, -200%);
            transform: translate(200%, -200%);
    opacity: 1;
  }
}
.header__contact:hover .header__contact--text {
  background: #002353;
  color: #fff;
}
.header__toggle {
  position: relative;
  background: #002353;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 0 max(0.0625vw, 5px) 0 0;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header__toggle--line {
  position: absolute;
  left: 50%;
  width: 40%;
  height: max(0.125vw, 2px);
  margin: auto;
  background: #fff;
  -webkit-transition: bottom 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: bottom 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header__toggle--line:nth-of-type(1) {
  top: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__toggle--line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__toggle--line:nth-of-type(3) {
  bottom: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__toggle:hover .header__toggle--line:nth-of-type(1) {
  top: 57.5%;
  -webkit-transform: translate(-75%, -50%) rotate(405deg) scaleX(0.75);
          transform: translate(-75%, -50%) rotate(405deg) scaleX(0.75);
}
.header__toggle:hover .header__toggle--line:nth-of-type(2) {
  top: 57.5%;
  -webkit-transform: translate(-25%, -50%) rotate(-405deg) scaleX(0.75);
          transform: translate(-25%, -50%) rotate(-405deg) scaleX(0.75);
}
.header__toggle:hover .header__toggle--line:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.header__toggle.active .header__toggle--line:nth-of-type(1) {
  top: 35%;
  -webkit-transform: translate(-75%, -50%) rotate(-45deg) scaleX(0.75);
          transform: translate(-75%, -50%) rotate(-45deg) scaleX(0.75);
}
.header__toggle.active .header__toggle--line:nth-of-type(2) {
  top: 35%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg) scaleX(0.75);
          transform: translate(-25%, -50%) rotate(45deg) scaleX(0.75);
}
.header__toggle.active .header__toggle--line:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.header__menu {
  position: fixed;
  top: max(5vw, 80px);
  left: 0;
  width: 100%;
  height: calc(100dvh - max(5vw, 80px));
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 9990;
}
@media screen and (max-width: 550px) {
  .header__menu {
    top: 60px;
    height: calc(100dvh - 60px);
  }
}
.header__menu--list {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(3rem, 20px);
  width: 100%;
  height: 100%;
  padding: 10% 5%;
}
.header__menu--item {
  width: auto;
}
.header__menu--link {
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(3.2rem, 22px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header__menu--link:hover {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
  color: #DF0234;
}
.header__menu--link.noLink {
  opacity: 0.5;
}
.header.active .header__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bottomSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: max(10rem, 80px);
}
.bottomSlider strong {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(22rem, 100px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-animation: bottomSlider 30s linear infinite;
          animation: bottomSlider 30s linear infinite;
}

@-webkit-keyframes bottomSlider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes bottomSlider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.footer__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: max(100vh, 500px);
}
@media screen and (max-width: 1000px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__contact {
  position: relative;
  display: grid;
  place-items: center;
  width: 55%;
  background: #DF0234;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .footer__contact {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .footer__contact {
    width: 100%;
    min-height: 50vh;
  }
}
.footer__contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #002353;
  z-index: 1;
  pointer-events: none;
  width: calc(100% + 230px);
  -webkit-clip-path: polygon(0 0, calc(100% - 230px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 230px) 0, 100% 100%, 0% 100%);
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media screen and (max-width: 1000px) {
  .footer__contact::before {
    display: none;
  }
}
.footer__contact--text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(1vw, 15px);
  padding-right: 115px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 1000px) {
  .footer__contact--text {
    padding-right: 0;
  }
}
.footer__contact--text span.en {
  color: #fff;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(2.875vw, 30px);
  font-weight: 700;
  line-height: 1;
}
.footer__contact--text span.ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.625vw, 5px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer__contact--text span.ja__text {
  color: #fff;
  font-size: max(0.875vw, 12px);
  font-weight: 700;
  letter-spacing: 0.15em;
}
.footer__contact--text span.ja__icon {
  height: 1lh;
  width: auto;
}
.footer__contact--text span.ja__icon img {
  vertical-align: baseline;
}
.footer__contact:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.footer__contact:hover .footer__contact--text {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer__content {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45%;
  padding-right: 115px;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .footer__content {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .footer__content {
    width: 100%;
    min-height: 50vh;
    padding-right: 0;
  }
}
.footer__content::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -230px;
  width: calc(100% + 230px);
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 230px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 230px 100%);
  z-index: -1;
}
.footer__content__inner {
  width: max(21.25vw, 275px);
}
@media screen and (max-width: 1000px) {
  .footer__content__inner {
    width: 100%;
    padding: max(10vh, 10%) 10%;
  }
}
@media screen and (max-width: 550px) {
  .footer__content__inner {
    padding: max(10vh, 10%) 5%;
  }
}
.footer__content--logo {
  height: auto;
  margin-bottom: max(10vh, 30px);
}
@media screen and (max-width: 1000px) {
  .footer__content--logo {
    width: max(50%, 275px);
  }
}
.footer__content--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: max(3vh, 15px);
}
@media screen and (max-width: 1000px) {
  .footer__content--list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 10%;
  }
}
@media screen and (max-width: 550px) {
  .footer__content--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(0.625vw, 10px);
}
.footer__link:nth-of-type(1) {
  margin-left: 0.9em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(1) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(2) {
  margin-left: 1.8em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(2) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(3) {
  margin-left: 2.7em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(3) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(4) {
  margin-left: 3.6em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(4) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(5) {
  margin-left: 4.5em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(5) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(6) {
  margin-left: 5.4em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(6) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(7) {
  margin-left: 6.3em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(7) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(8) {
  margin-left: 7.2em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(8) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(9) {
  margin-left: 8.1em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(9) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link:nth-of-type(10) {
  margin-left: 9em;
}
@media screen and (max-width: 1000px) {
  .footer__link:nth-of-type(10) {
    width: 195px;
    margin-left: 0;
  }
}
.footer__link--arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 0.25lh;
  vertical-align: baseline;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer__link--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(1.25vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer__link:hover .footer__link--text {
  color: #DF0234;
}
.footer__link:hover .footer__link--arrow {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer__pagetop {
  position: absolute;
  right: 5%;
  bottom: max(10vh, 25%);
}
@media screen and (max-width: 768px) {
  .footer__pagetop {
    bottom: unset;
    top: max(10vh, 21%);
  }
}
@media screen and (max-width: 550px) {
  .footer__pagetop {
    top: unset;
    bottom: 5%;
  }
}
.footer__pagetop a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  gap: max(0.5vw, 5px);
  padding: max(1.5625vw, 15px);
  border: max(0.0625vw, 1px) solid #002353;
  -webkit-transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), box-shadow 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), box-shadow 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-box-shadow 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer__pagetop a img {
  width: 40%;
}
.footer__pagetop a span {
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(0.875vw, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer__pagetop a:hover {
  background: #002353;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.footer__pagetop a:hover span {
  color: #fff;
}
.footer__copyright {
  position: absolute;
  right: 2.5%;
  bottom: 2vh;
  font-size: max(0.75vw, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  z-index: 10;
}
@media screen and (max-width: 550px) {
  .footer__copyright {
    position: relative;
    right: unset;
    bottom: unset;
    padding: 0 5% 2vh 5%;
    background: #fff;
  }
}

.breadcrumb {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
}

.subHero {
  background: #fff;
}
.subHero__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: max(16rem, 60px);
  overflow: hidden;
}
.subHero__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: max(1rem, 10px);
  padding: max(10rem, 80px) 0 max(10rem, 80px) 10%;
  z-index: 10;
}
@media screen and (max-width: 550px) {
  .subHero__title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: max(10rem, 80px) 5% max(10rem, 50px) 5%;
  }
}
.subHero__title--en {
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(8.6rem, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(36px) skewY(6deg);
          transform: translateY(36px) skewY(6deg);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s, -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s, -webkit-filter 0.8s;
  transition: transform 0.8s, filter 0.8s, opacity 0.8s;
  transition: transform 0.8s, filter 0.8s, opacity 0.8s, -webkit-transform 0.8s, -webkit-filter 0.8s;
}
.subHero__title--ja {
  font-size: max(2rem, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  -webkit-transform: translateY(36px) skewY(6deg);
          transform: translateY(36px) skewY(6deg);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s, -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s, -webkit-filter 0.8s;
  transition: transform 0.8s, filter 0.8s, opacity 0.8s;
  transition: transform 0.8s, filter 0.8s, opacity 0.8s, -webkit-transform 0.8s, -webkit-filter 0.8s;
}
.subHero__shapes {
  width: max(56rem, 350px);
}
@media screen and (max-width: 550px) {
  .subHero__shapes {
    position: absolute;
    width: 250px;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.subHero__shapes--trapezoid {
  position: relative;
  width: 100%;
  height: 100%;
  background: #002353;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  background: #DF0234;
  -webkit-transform: scaleX(4.2);
          transform: scaleX(4.2);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: opacity 0.8s 0.1s, -webkit-transform 1.2s 0.1s;
  transition: opacity 0.8s 0.1s, -webkit-transform 1.2s 0.1s;
  transition: transform 1.2s 0.1s, opacity 0.8s 0.1s;
  transition: transform 1.2s 0.1s, opacity 0.8s 0.1s, -webkit-transform 1.2s 0.1s;
}
@media screen and (max-width: 768px) {
  .subHero__shapes--trapezoid {
    -webkit-transform: scaleX(2.2);
            transform: scaleX(2.2);
  }
}
.subHero__shapes--triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 60%;
  background: #002353;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  opacity: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.subHero.loaded .subHero__title--en,
.subHero.loaded .subHero__title--ja {
  opacity: 1;
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.subHero.loaded .subHero__shapes--trapezoid {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.subHero.loaded .subHero__shapes--triangle {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0deg);
          transform: translateX(0) rotate(0deg);
}

.moreBtn {
  text-align: right;
  line-height: 1;
}
.moreBtn__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(2rem, 15px);
}
.moreBtn__link--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(1.2rem, 10px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.moreBtn__link--arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 0.5lh;
  line-height: 1.5;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.moreBtn__link--arrow img {
  width: auto;
  height: 100%;
  vertical-align: super;
  -webkit-transition: -webkit-filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.section-title {
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: max(0.5rem, 5px);
  margin-bottom: max(6rem, 30px);
}
.section-title__main {
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(4.6rem, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section-title__sub {
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
.section-title--secondary .section-title__main {
  color: #fff;
}
.section-title--secondary .section-title__sub {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.btn__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(2rem, 15px);
  padding: max(1.75rem, 15px) max(11rem, 80px);
  border: max(0.1rem, 1px) solid #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 768px) {
  .btn__link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn__link--text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn__link--text.ja {
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1.5;
}
.btn__link--arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 0.5lh;
  line-height: 1.5;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, -webkit-transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
}
.btn__link--arrow img {
  width: auto;
  height: 100%;
  vertical-align: super;
  -webkit-transition: -webkit-filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: -webkit-filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
  transition: filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s, -webkit-filter 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
}
.btn__link--primary {
  border-color: #002353;
}
.btn__link--primary:hover {
  background: #002353;
}
.btn__link--primary:hover .btn__link--text {
  color: #fff;
}
.btn__link--primary:hover .btn__link--arrow {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
.btn__link--secondary .btn__link--text {
  color: #fff;
}
.btn__link--secondary:hover {
  background: #DF0234;
}
.btn__link--secondary:hover .btn__link--text {
  color: #fff;
}
.btn__link--secondary:hover .btn__link--arrow {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
.btn__link--secondary:hover .btn__link--arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn__link--tertiary {
  border-color: #002353;
  background: #002353;
}
.btn__link--tertiary .btn__link--text {
  color: #fff;
}
.btn__link--tertiary .btn__link--arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.split .split-char.split-space {
  min-width: 0.5em;
}