.content_wrap {
  margin-top: 66px;
}

@media (min-width: 751px) {
  .content_wrap {
    margin-top: 90px;
  }
}
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

html {
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

.main-contents *,
.main-contents *::before,
.main-contents *::after {
  box-sizing: border-box;
}
.main-contents a:hover img {
  opacity: 1;
}
@media (max-width: 750px) {
  .main-contents .only-pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .main-contents .only-sp {
    display: none;
  }
}

.js-scroll-in.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-scroll-in.fade-in.appeared {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0s;
}

.l-page {
  overflow: clip;
}

.p-fixed-background {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #dcecf3;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (min-width: 751px) {
  .p-fixed-background {
    background-size: cover;
  }
}

.sec-title {
  position: relative;
  color: #fff;
}
@media (min-width: 751px) {
  .sec-title {
    padding-block: clamp(24px, 2.1vw, 40px);
  }
}
@media (max-width: 750px) {
  .sec-title {
    padding-block: 5vw 10.9333333333vw;
  }
}
.sec-title .sec-title__inner {
  position: relative;
  margin-inline: auto;
}
@media (min-width: 751px) {
  .sec-title .sec-title__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    container-type: inline-size;
    width: min(1200px, 100% - 64px);
    aspect-ratio: 1200/788;
  }
}
@media (max-width: 750px) {
  .sec-title .sec-title__inner {
    width: 100%;
    height: 214.9333333333vw;
  }
}
.sec-title .sec-title__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 751px) {
  .sec-title .sec-title__copy {
    grid-column: 1;
    grid-row: 1;
    padding-top: 2.3666666667cqw;
  }
}
@media (max-width: 750px) {
  .sec-title .sec-title__copy {
    width: 100%;
    height: 84.56vw;
  }
}
.sec-title .title-logo {
  flex: none;
  overflow: hidden;
}
@media (min-width: 751px) {
  .sec-title .title-logo {
    width: 35.4430833333cqw;
    height: 31.1cqw;
  }
}
@media (max-width: 750px) {
  .sec-title .title-logo {
    width: 56.7089333333vw;
    height: 49.76vw;
  }
}
.sec-title .title-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-title .title-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0.8333333333cqw;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10.4px #1783ff;
}
@media (max-width: 750px) {
  .sec-title .title-information {
    margin-top: 1.3333333333vw;
  }
}
.sec-title .title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.05em;
}
@media (min-width: 751px) {
  .sec-title .title {
    font-size: 5cqw;
  }
}
@media (max-width: 750px) {
  .sec-title .title {
    font-size: 9.0666666667vw;
    line-height: 1.2;
  }
}
.sec-title .title span {
  display: block;
}
.sec-title .title-terms {
  width: 100%;
  line-height: 1.45;
}
@media (min-width: 751px) {
  .sec-title .title-terms {
    margin-top: 2.4166666667cqw;
    font-size: 3cqw;
  }
}
@media (max-width: 750px) {
  .sec-title .title-terms {
    margin-top: 3.8666666667vw;
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 751px) {
  .sec-title .title-visual {
    grid-column: 2;
    grid-row: 1;
    width: 46.6666666667cqw;
    height: 100%;
    margin-inline: 1.6666666667cqw;
  }
}
@media (max-width: 750px) {
  .sec-title .title-visual {
    width: 83.2vw;
    height: 117.0666666667vw;
    margin: 8.5333333333vw auto 0;
  }
}
.sec-title .title-visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-title .title-copyright {
  position: absolute;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media (min-width: 751px) {
  .sec-title .title-copyright {
    bottom: 2.3333333333cqw;
    left: 0.875cqw;
    width: 48.25cqw;
    font-size: 1.2cqw;
  }
}
@media (max-width: 750px) {
  .sec-title .title-copyright {
    bottom: 0;
    left: 50%;
    width: 77.2vw;
    font-size: 1.92vw;
    transform: translateX(-50%);
  }
}
.sec-title.intro .title-visual,
.sec-title.intro .title-logo,
.sec-title.intro .title,
.sec-title.intro .title-terms {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sec-title.intro .title-copyright {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sec-title.intro.ready .title-visual {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0s;
}
.sec-title.intro.ready .title-logo {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.2s;
}
.sec-title.intro.ready .title {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.4s;
}
.sec-title.intro.ready .title-terms {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.6s;
}
.sec-title.intro.ready .title-copyright {
  opacity: 1;
  transition-delay: 0.8s;
}

.p-plan-link {
  background-color: #fff;
}
.p-plan-link .p-plan-link__inner {
  container-type: inline-size;
  width: 87.4666666667%;
  margin-inline: auto;
  padding-block: 2.9534883721cqw 2.3720930233cqw;
}
@media (min-width: 751px) {
  .p-plan-link .p-plan-link__inner {
    width: 656px;
  }
}

.c-plan-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81.3953488372cqw;
  min-height: 15.3488372093cqw;
  margin-inline: auto;
  padding: 1.8604651163cqw 10.6976744186cqw;
  border: 5px solid #000;
  border-radius: 13px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 3.1209302326cqw;
}
.c-plan-btn:focus-visible {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .c-plan-btn:hover {
    opacity: 0.7;
  }
}
.c-plan-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.1162790698cqw;
  width: 3.2558139535cqw;
  height: 3.2558139535cqw;
  border-top: 0.6976744186cqw solid #000;
  border-right: 0.6976744186cqw solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.footer_container {
  overflow: hidden;
  background-color: #fff;
}
.footer_container .pankuzu li {
  vertical-align: top;
}