@charset "UTF-8";
/* ==========================================================================
  Foundation
========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1;
  color: #000;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 400;
  line-height: 1;
}
@media (880px <= width) {
  body {
    font-size: 1rem;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
  overflow: hidden;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}

a,
button,
input[type=button],
input[type=submit],
input[type=reset],
*[role=button] {
  display: inline-block;
  cursor: pointer;
}
a[aria-disabled=true], a:disabled,
button[aria-disabled=true],
button:disabled,
input[type=button][aria-disabled=true],
input[type=button]:disabled,
input[type=submit][aria-disabled=true],
input[type=submit]:disabled,
input[type=reset][aria-disabled=true],
input[type=reset]:disabled,
*[role=button][aria-disabled=true],
*[role=button]:disabled {
  cursor: not-allowed;
}

input[type=radio],
input[type=checkbox] {
  appearance: auto;
  accent-color: #dc0000;
}

input:-webkit-autofill {
  transition: background-color 50000s ease-in-out 0s;
  animation-name: onAutoFillStart;
}

fieldset,
legend {
  display: contents;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}

details {
  cursor: pointer;
}

.wp-block-post-content p a {
  word-break: break-all;
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.logo {
  width: max(44.6153846154vw, 167.3076923077px);
}
@media (880px <= width) {
  .logo {
    width: 10.875rem;
  }
}
.logo a {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.logo a:hover, .logo a:focus {
  opacity: 0.5;
}

@media (width < 880px) {
  .--pc {
    display: none !important;
  }
}

@media (880px <= width) {
  .--sp {
    display: none !important;
  }
}

@media ( <= width) {
  .--sm {
    display: none !important;
  }
}

.text--warning {
  color: #b90000;
}

/* ==========================================================================
  Program
========================================================================== */
.accordion__trigger + div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
}
.accordion__trigger + div[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.accordion__trigger + div > div {
  overflow: hidden;
}

/* ==========================================================================
  Wrapper
========================================================================== */
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100dvh;
  margin-inline: auto;
}

/* ==========================================================================
  Header
========================================================================== */
.header {
  position: relative;
  z-index: 555;
  width: 100%;
  background: transparent;
}
@media (880px <= width) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header.--active {
    background-color: rgba(255, 255, 255, 0.05);
    border: max(0.2564102564vw, 0.9615384615px) solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 max(1.0256410256vw, 3.8461538462px) max(1.5384615385vw, 5.7692307692px) rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(max(2.5641025641vw, 9.6153846154px));
  }
}
@media (880px <= width) and (880px <= width) {
  .header.--active {
    border-width: min(0.0694444444vw, 1px);
    box-shadow: 0 min(0.2777777778vw, 4px) min(0.4166666667vw, 6px) rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(min(0.6944444444vw, 10px));
  }
}
.header__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  gap: max(3.0769230769vw, 11.5384615385px);
  align-items: center;
  justify-content: space-between;
  height: max(20.5128205128vw, 76.9230769231px);
  padding-left: max(6.1538461538vw, 23.0769230769px);
}
@media (880px <= width) {
  .header__inner {
    gap: 3rem;
    height: 5rem;
    padding-left: 2rem;
  }
}
.header__area1, .header__area3 {
  flex-shrink: 0;
}
.header__area1 {
  position: relative;
  z-index: 999;
}
.header__area2 {
  flex-grow: 1;
}
.header .siteTitle {
  display: flex;
  flex-direction: column;
  gap: max(1.5384615385vw, 5.7692307692px);
}
@media (880px <= width) {
  .header .siteTitle {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
}
.header .siteTitle__logo {
  display: block;
  width: max(35.641025641vw, 133.6538461538px);
  height: auto;
}
@media (880px <= width) {
  .header .siteTitle__logo {
    width: 8.6875rem;
  }
}
.header .siteTitle__text {
  font-size: max(2.5641025641vw, 9.6153846154px);
  color: #dc0000;
}
@media (880px <= width) {
  .header .siteTitle__text {
    font-size: 1rem;
  }
}
.--thanks .header {
  position: relative;
  background: #fff;
  box-shadow: 0 max(1.0256410256vw, 3.8461538462px) max(1.0256410256vw, 3.8461538462px) 0 rgba(0, 0, 0, 0.1);
}
@media (880px <= width) {
  .--thanks .header {
    box-shadow: 0 min(0.2777777778vw, 4px) min(0.2777777778vw, 4px) 0 rgba(0, 0, 0, 0.1);
  }
}
.--thanks .header .header__area1 {
  margin-inline: auto;
}
.--thanks .header .header__area2,
.--thanks .header .header__area3 {
  display: none;
}

.headerCta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerCta__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(33.5897435897vw, 125.9615384615px);
  height: max(20.5128205128vw, 76.9230769231px);
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #dc0000;
  border: max(0.5128205128vw, 1.9230769231px) solid transparent;
}
@media (880px <= width) {
  .headerCta__link {
    width: 15.125rem;
    height: 5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-width: 0.125rem;
    transition: all 0.5s;
  }
  .headerCta__link:hover, .headerCta__link:focus {
    color: #dc0000;
    background-color: #fff;
    border-color: currentcolor;
  }
}

.globalNav__list {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  color: #dc0000;
  letter-spacing: 0.06em;
}
.globalNav__list > li > a {
  display: block;
  padding: 0.5rem;
  white-space: nowrap;
  border-bottom: 0.125rem solid transparent;
  transition: all 0.5s;
}
.globalNav__list > li > a:hover, .globalNav__list > li > a:focus-visible {
  border-color: currentcolor;
}

/* ==========================================================================
  Footer
========================================================================== */
.footer {
  padding-block: max(4.1025641026vw, 15.3846153846px);
  color: #fff;
  background: #000;
}
@media (880px <= width) {
  .footer {
    padding-block: 1.5rem;
  }
}
.footer__copyright {
  font-size: max(2.5641025641vw, 9.6153846154px);
  line-height: 1.4;
  text-align: center;
}
@media (880px <= width) {
  .footer__copyright {
    font-size: 0.625rem;
  }
}

/* ==========================================================================
  Container
========================================================================== */
.container {
  margin-inline: auto;
}
@media (width < 880px) {
  .container {
    width: max(87.6923076923vw, 328.8461538462px);
  }
}
@media (880px <= width) {
  .container {
    width: 100%;
    max-width: 840px;
  }
}
.container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.container--unit {
  display: flex;
  flex-direction: column;
  gap: max(9.2307692308vw, 34.6153846154px);
  padding-bottom: max(16.4102564103vw, 61.5384615385px);
}
@media (880px <= width) {
  .container--unit {
    gap: 2.25rem;
    padding-bottom: 4.5rem;
  }
}

.cont-queries {
  container-type: inline-size;
}

/* ==========================================================================
  Home
========================================================================== */
.fv {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (width < 880px) {
  .fv {
    height: calc(100% - max(20.5128205128vw, 76.9230769231px));
  }
}
.fv__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
}
@media (width < 880px) {
  .fv__wrap {
    aspect-ratio: 390/721;
  }
}
@media (880px <= width) {
  .fv__wrap {
    height: min(50.0694444444vw, 721px);
  }
}
.fv__movie {
  position: absolute;
  left: 50%;
  z-index: 1;
  aspect-ratio: 1280/720;
  background-color: #f2f2f2;
}
@media (width < 880px) {
  .fv__movie {
    top: max(18.4615384615vw, 69.2307692308px);
    width: max(151.7948717949vw, 569.2307692308px);
    height: auto;
    transform: translateX(calc(-50% - max(2.8205128205vw, 10.5769230769px)));
  }
}
@media (880px <= width) {
  .fv__movie {
    bottom: 0;
    width: auto;
    height: min(46.25vw, 666px);
    transform: translateX(calc(-50% + min(21.4583333333vw, 309px)));
  }
}
.fv__movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent;
}
.fv__inner {
  position: absolute;
  z-index: 10;
}
@media (width < 880px) {
  .fv__inner {
    bottom: max(14.6153846154vw, 54.8076923077px);
    left: max(8.4615384615vw, 31.7307692308px);
    width: max(90vw, 337.5px);
  }
}
@media (880px <= width) {
  .fv__inner {
    bottom: min(7.9166666667vw, 114px);
    left: 50%;
    width: min(67.7083333333vw, 975px);
    transform: translateX(calc(-50% - min(2.9861111111vw, 43px)));
  }
}
.fv__tagline {
  font-size: max(10.2564102564vw, 38.4615384615px);
  font-weight: 700;
  line-height: 1.2;
  color: #dc0000;
  letter-spacing: -0.03em;
}
@media (880px <= width) {
  .fv__tagline {
    font-size: min(6.6666666667vw, 96px);
  }
}
.fv__text {
  font-size: max(3.8461538462vw, 14.4230769231px);
  line-height: 1.6;
  color: #dc0000;
  letter-spacing: 0.05em;
}
@media (880px <= width) {
  .fv__text {
    font-size: min(1.1111111111vw, 16px);
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
}
.fv__unit {
  display: flex;
  flex-direction: column;
}
@media (width < 880px) {
  .fv__unit {
    gap: max(6.1538461538vw, 23.0769230769px);
    width: max(81.2820512821vw, 304.8076923077px);
    margin-top: max(10.7692307692vw, 40.3846153846px);
  }
}
@media (880px <= width) {
  .fv__unit {
    flex-direction: row;
    gap: min(1.1111111111vw, 16px);
    justify-content: space-between;
    margin-top: min(5vw, 72px);
  }
}
.fv .cta__inner {
  padding-bottom: 0 !important;
}
@media (880px <= width) {
  .fv .cta__list {
    gap: min(0.8333333333vw, 12px);
  }
}
.fv .cta__link {
  font-size: max(5.1282051282vw, 19.2307692308px);
}
@media (880px <= width) {
  .fv .cta__link {
    width: fit-content;
    height: min(5.4861111111vw, 79px);
    padding-inline: min(4.4444444444vw, 64px);
    font-size: min(1.3888888889vw, 20px);
    border-radius: min(1.1111111111vw, 16px);
  }
}

.overview.section > .container {
  gap: 0;
}
@media (width < 880px) {
  .overview.section > .container {
    width: max(91.5384615385vw, 343.2692307692px);
  }
}
@media (width < 880px) {
  .overview.section {
    padding-block: max(12.3076923077vw, 46.1538461538px);
  }
}
.overview .section__header {
  margin-block: max(8.2051282051vw, 30.7692307692px) max(20.5128205128vw, 76.9230769231px);
}
@media (880px <= width) {
  .overview .section__header {
    margin-block: 3rem 6rem;
  }
}
.overview .section__title {
  color: #dc0000;
  text-align: center;
}
@media (width < 880px) {
  .overview__year {
    display: block;
    font-size: max(5.1282051282vw, 19.2307692308px);
  }
}
.overview__list {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  counter-reset: overview-counter;
}
@media (880px <= width) {
  .overview__list {
    flex-flow: row wrap;
    gap: 1rem;
  }
  .overview__list > li {
    width: calc((100% - 1rem) / 2);
  }
}
.overview__heading {
  position: relative;
  padding: max(8.2051282051vw, 30.7692307692px) max(4.1025641026vw, 15.3846153846px) max(4.1025641026vw, 15.3846153846px) max(17.9487179487vw, 67.3076923077px);
  font-size: max(5.1282051282vw, 19.2307692308px);
  font-weight: 700;
  color: #fff;
}
.overview__heading::before {
  position: absolute;
  bottom: 0;
  left: max(4.1025641026vw, 15.3846153846px);
  font-size: max(16.4102564103vw, 61.5384615385px);
  content: counter(overview-counter);
  counter-increment: overview-counter;
  transform: translateY(0.1em);
}
@media (880px <= width) {
  .overview__heading {
    padding: 3rem 1rem 1.5rem 5.5625rem;
    font-size: 1.5rem;
  }
  .overview__heading::before {
    left: 1rem;
    font-size: 6rem;
    transform: translateY(0.07em);
  }
}
.--item1 .overview__heading {
  background-color: #30b0c7;
}
.--item2 .overview__heading {
  background-color: #af52de;
}
.--item3 .overview__heading {
  background-color: #5856d6;
}
.--item4 .overview__heading {
  background-color: #34c759;
}
@media (880px <= width) {
  .overview__item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.overview__body {
  padding-block: max(12.3076923077vw, 46.1538461538px);
  text-align: center;
  background-color: #f7f7f7;
}
@media (880px <= width) {
  .overview__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 3rem;
  }
}
.overview__text {
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.overview__text strong {
  color: #dc0000;
}
.overview__text strong em {
  font-size: 2em;
}
@media (880px <= width) {
  .overview__text {
    font-size: 1.25rem;
  }
}
.overview .overviewNote {
  padding: max(8.2051282051vw, 30.7692307692px) max(4.1025641026vw, 15.3846153846px) max(6.1538461538vw, 23.0769230769px);
  margin-top: max(4.1025641026vw, 15.3846153846px);
  background-color: #f7f7f7;
}
@media (880px <= width) {
  .overview .overviewNote {
    width: 840px;
    padding: 3rem 2rem;
    margin-inline: auto;
    margin-top: 1rem;
  }
}
.overview .overviewNote__inner {
  display: flex;
  flex-direction: column;
}
@media (width < 880px) {
  .overview .overviewNote__inner {
    gap: max(8.2051282051vw, 30.7692307692px);
    width: max(87.6923076923vw, 328.8461538462px);
    margin-inline: auto;
  }
}
@media (880px <= width) {
  .overview .overviewNote__inner {
    flex-flow: row wrap;
    gap: 2rem;
    align-items: center;
  }
}
.overview .overviewNote__title {
  font-size: max(3.0769230769vw, 11.5384615385px);
  line-height: 1.6;
  text-align: center;
}
@media (880px <= width) {
  .overview .overviewNote__title {
    flex-basis: 100%;
    font-size: 1rem;
  }
}
.overview .overviewNote__tools {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  column-gap: max(1.0256410256vw, 3.8461538462px);
  padding: max(4.1025641026vw, 15.3846153846px);
  background-color: #fff;
}
@media (880px <= width) {
  .overview .overviewNote__tools {
    flex-basis: 20.25rem;
    column-gap: 0.25rem;
    padding: 1rem;
  }
}
.overview .overviewNote__list > li {
  font-size: max(3.8461538462vw, 14.4230769231px);
  line-height: 1.4;
  margin-left: 1em;
  text-indent: -1em;
}
.overview .overviewNote__list > li::before {
  content: "・ ";
}
.overview .overviewNote__list > li:not(:last-child) {
  margin-bottom: max(8.2051282051vw, 30.7692307692px);
}
@media (880px <= width) {
  .overview .overviewNote__list > li {
    font-size: 0.9375rem;
  }
  .overview .overviewNote__list > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.overview .overviewNote__more {
  font-size: max(3.0769230769vw, 11.5384615385px);
  line-height: 1.4;
  text-align: right;
}
@media (880px <= width) {
  .overview .overviewNote__more {
    flex-basis: 100%;
    font-size: 0.75rem;
  }
}

.message {
  position: relative;
  z-index: 1;
  padding-top: 0 !important;
}
.message::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  background: center/contain no-repeat;
}
.message .container {
  position: relative;
  z-index: 3;
}
@media (width < 880px) {
  .message::after {
    top: max(48.2051282051vw, 180.7692307692px);
    left: 0;
    width: 100%;
    aspect-ratio: 390/484;
    background-image: url("../img/map-sp.webp");
  }
}
@media (880px <= width) {
  .message::after {
    top: min(5.6944444444vw, 82px);
    right: 0;
    width: 38.4375rem;
    height: 42.1875rem;
    background-image: url("../img/map-pc.webp");
  }
}
@media (1440px <= width) {
  .message::after {
    left: 53.6%;
  }
}
.message .section__header {
  display: block;
  padding-block: max(7.1794871795vw, 26.9230769231px);
  border: max(2.5641025641vw, 9.6153846154px) solid #dc0000;
}
@media (880px <= width) {
  .message .section__header {
    padding-block: 1.625rem;
    border-width: 0.625rem;
  }
}
.message .section__title {
  width: fit-content;
  margin-inline: auto;
  color: #dc0000;
}
@media (width < 880px) {
  .message .section__title {
    font-size: max(4.6153846154vw, 17.3076923077px);
  }
}
.message__text {
  font-size: max(3.8461538462vw, 14.4230769231px);
  line-height: 1.8;
  text-align: center;
}
.message__text p + p {
  margin-top: 1.8em;
}
@media (880px <= width) {
  .message__text {
    margin-top: -3rem;
    font-size: 1.25rem;
    line-height: 2;
  }
  .message__text p + p {
    margin-top: 2em;
  }
}

.support .container {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}
@media (width < 880px) {
  .support .container {
    aspect-ratio: 390/600;
  }
}
@media (880px <= width) {
  .support .container {
    height: 50rem;
  }
}
.support__box {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  background-color: #fff;
}
@media (width < 880px) {
  .support__box {
    aspect-ratio: 390/120;
  }
}
@media (880px <= width) {
  .support__box {
    width: 30rem;
    height: 10rem;
  }
}
.support__text {
  font-size: max(6.1538461538vw, 23.0769230769px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
@media (880px <= width) {
  .support__text {
    font-size: 2rem;
  }
}
.support__count {
  color: #dc0000;
}
.support__count em {
  font-size: max(9.2307692308vw, 34.6153846154px);
}
@media (880px <= width) {
  .support__count em {
    font-size: 3.125rem;
  }
}
.support__achievements {
  font-size: max(8.2051282051vw, 30.7692307692px);
}
@media (880px <= width) {
  .support__achievements {
    font-size: 2.6875rem;
  }
}
.support__images {
  width: 100%;
  overflow: hidden;
}
@media (width < 880px) {
  .support__images {
    height: max(30.7692307692vw, 115.3846153846px);
  }
}
@media (880px <= width) {
  .support__images {
    height: 10rem;
  }
}
.support__images-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: support-marquee-left 90s linear infinite;
  will-change: transform;
}
.support__images-track img {
  flex-shrink: 0;
  width: auto;
  max-width: none;
  height: 100%;
}
.support__images-track.--reverse {
  animation-name: support-marquee-right;
}

@keyframes support-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes support-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.eligibility {
  color: #fff;
  background-color: #dc0000;
}
@media (width < 880px) {
  .eligibility.section {
    padding-block: max(16.4102564103vw, 61.5384615385px);
  }
  .eligibility.section .container {
    gap: max(12.3076923077vw, 46.1538461538px);
  }
  .eligibility.section .section__header {
    margin-right: -1em;
  }
}
@media (880px <= width) {
  .eligibility.section {
    padding-block: 0;
  }
  .eligibility.section .container {
    position: relative;
    gap: 4rem;
    padding-block: 10rem;
  }
}
.eligibility__text {
  font-size: max(4.1025641026vw, 15.3846153846px);
  line-height: 1.6;
  text-align: justify;
}
.eligibility__text p + p {
  margin-top: 1.6em;
}
@media (880px <= width) {
  .eligibility__text {
    font-size: 1.25rem;
  }
  .eligibility__text p + p {
    margin-top: 2em;
  }
}
.eligibility__catch {
  display: block;
  width: 100%;
  padding-block: max(7.1794871795vw, 26.9230769231px);
  margin-inline: auto;
  font-size: max(6.1538461538vw, 23.0769230769px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border: max(2.5641025641vw, 9.6153846154px) solid currentColor;
}
@media (880px <= width) {
  .eligibility__catch {
    padding-block: 1.625rem;
    font-size: 2.5rem;
    border-width: 0.625rem;
  }
}
@media (880px <= width) {
  .eligibility__image {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 16rem;
  }
}
@media (1440px <= width) {
  .eligibility__image {
    right: -6.25rem;
  }
}

.contact {
  background-color: #f2f2f2;
}
.contact .section__title {
  text-align: center;
}

/* ==========================================================================
  Page Layout
========================================================================== */
.page__body {
  padding-block: max(8.2051282051vw, 30.7692307692px);
}
.page__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: max(8.2051282051vw, 30.7692307692px);
}
.page__title {
  font-size: max(7.1794871795vw, 26.9230769231px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.page__contents {
  font-size: max(4.1025641026vw, 15.3846153846px);
}
.page__contents p {
  line-height: 2;
}
.page__contents p + p {
  margin-top: 2em;
}
@media (880px <= width) {
  .page__body {
    padding-block: 4rem;
  }
  .page__header {
    padding-bottom: 4rem;
  }
  .page__title {
    font-size: 2rem;
  }
  .page__contents {
    font-size: 1.125rem;
  }
}

.--thanks .page__title {
  text-align: center;
}
.--thanks .buttonList > li {
  width: 100%;
}
.--thanks .button {
  margin-inline: auto;
}
.--thanks .button.to-calendar, .--thanks .button.to-top {
  font-size: max(3.8461538462vw, 14.4230769231px);
}
@media (880px <= width) {
  .--thanks .button.to-calendar, .--thanks .button.to-top {
    min-width: 23.75rem;
    font-size: 1.125rem;
  }
}

.--document {
  background: #f2f2f2;
}
@media (width < 880px) {
  .--document .container {
    width: 100%;
  }
}
.--document .page__title {
  text-align: center;
}
.--document .page__container {
  display: flex;
  flex-direction: column;
  gap: max(12.3076923077vw, 46.1538461538px);
}
@media (880px <= width) {
  .--document .page__container {
    flex-direction: row;
    gap: 4rem;
  }
}
@media (width < 880px) {
  .--document .document {
    width: 87.7%;
    margin-inline: auto;
  }
}
.--document .document__lead {
  margin-bottom: max(4.1025641026vw, 15.3846153846px);
  font-size: max(5.1282051282vw, 19.2307692308px);
  font-weight: 700;
  line-height: 1.5;
}
@media (880px <= width) {
  .--document .document__lead {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}
.--document .document__item {
  margin-top: max(6.1538461538vw, 23.0769230769px);
}
@media (880px <= width) {
  .--document .document__item {
    margin-top: 3rem;
  }
}
.--document .document__title {
  padding-bottom: max(1.5384615385vw, 5.7692307692px);
  margin-bottom: max(6.1538461538vw, 23.0769230769px);
  font-size: max(6.1538461538vw, 23.0769230769px);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: max(0.2564102564vw, 0.9615384615px) solid #dc0000;
}
.--document .document__title::before {
  display: inline-block;
  height: 0.75em;
  aspect-ratio: 1/1;
  margin-right: max(2.0512820513vw, 7.6923076923px);
  content: "";
  border-radius: max(1.0256410256vw, 3.8461538462px);
  background: #dc0000;
}
@media (880px <= width) {
  .--document .document__title {
    padding-bottom: 0.375rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    border-width: 0.0625rem;
  }
  .--document .document__title::before {
    margin-right: 0.5rem;
    border-radius: 0.25rem;
  }
}
.--document .document__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.--document .document__list > li {
  margin-left: 1em;
  text-indent: -1em;
}
.--document .document__list > li::before {
  content: "・ ";
}
.--document .document__list > li {
  font-size: max(3.8461538462vw, 14.4230769231px);
  line-height: 1.5;
}
@media (880px <= width) {
  .--document .document__list > li {
    font-size: 0.9375rem;
  }
}
.--document .form {
  padding: max(6.1538461538vw, 23.0769230769px);
  background: #fff;
}
.--document .form__lead {
  margin-bottom: max(6.1538461538vw, 23.0769230769px);
  font-size: max(3.5897435897vw, 13.4615384615px);
  line-height: 1.4;
  text-align: center;
}
@media (880px <= width) {
  .--document .form {
    flex-shrink: 0;
    width: 30rem;
    padding: 3rem;
  }
  .--document .form__lead {
    margin-bottom: 3rem;
    font-size: 0.875rem;
  }
}

/* ==========================================================================
  Breadcrumb
========================================================================== */
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: max(2.0512820513vw, 7.6923076923px);
  align-items: center;
  font-size: max(2.5641025641vw, 9.6153846154px);
}
@media (width < 880px) {
  .breadcrumb__list {
    margin-bottom: calc(-1 * max(4.1025641026vw, 15.3846153846px));
  }
}
@media (880px <= width) {
  .breadcrumb__list {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
.breadcrumb__list li {
  display: flex;
  align-items: center;
}
.breadcrumb__list li:not(:last-child)::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  background-image: url("../img/chevron_right.svg");
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.breadcrumb__list .label {
  font-size: max(2.5641025641vw, 9.6153846154px);
}
@media (880px <= width) {
  .breadcrumb__list .label {
    font-size: 0.75rem;
  }
}
.breadcrumb__tags {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.breadcrumb__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

/* ==========================================================================
  Button
========================================================================== */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: max(20.2564102564vw, 75.9615384615px);
  font-size: max(4.1025641026vw, 15.3846153846px);
  color: #fff;
  background: #dc0000;
  overflow: hidden;
  border-radius: max(4.1025641026vw, 15.3846153846px);
}
@media (880px <= width) {
  .button {
    border-radius: min(1.1111111111vw, 16px);
  }
}
.button > span {
  flex: 1;
  text-align: center;
}
@media (880px <= width) {
  .button {
    width: fit-content;
    height: 4.9375rem;
    padding-inline: 3.75rem;
    font-size: 1.25rem;
    border: 0.125rem solid transparent;
    transition: all 0.5s;
  }
  .button:hover, .button:focus-visible {
    color: #dc0000;
    background-color: #fff;
    border-color: currentcolor;
  }
  .button.to-calendar, .button.to-top {
    width: 26.125rem;
  }
}

.buttonList {
  padding: 0;
  list-style-type: none;
}
.buttonList.--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: center;
  margin: max(8.2051282051vw, 30.7692307692px) auto 0;
}
@media (880px <= width) {
  .buttonList.--horizontal {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}
.buttonList.--vertical {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: center;
  margin: max(8.2051282051vw, 30.7692307692px) auto 0;
}
@media (880px <= width) {
  .buttonList.--vertical {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}

/* ==========================================================================
  Column
========================================================================== */
.column {
  display: flex;
  flex-direction: column;
  gap: max(6.1538461538vw, 23.0769230769px);
}
@media (880px <= width) {
  .column {
    flex-flow: row wrap;
    gap: 1.5rem;
  }
  .column--col2, .column--col3 {
    gap: 1rem;
  }
  .column--col2 .column__col {
    flex-basis: calc((100% - 1rem) / 2);
  }
  .column--col3 .column__col {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

/* ==========================================================================
  Section
========================================================================== */
.section {
  padding-block: max(12.3076923077vw, 46.1538461538px);
}
.section .container {
  display: flex;
  flex-direction: column;
  gap: max(16.4102564103vw, 61.5384615385px);
}
@media (880px <= width) {
  .section {
    padding-block: 6rem;
  }
  .section .container {
    gap: 6rem;
  }
}
.section__title {
  font-size: max(8.2051282051vw, 30.7692307692px);
  font-weight: 700;
  line-height: 1.3;
}
@media (880px <= width) {
  .section__title {
    font-size: 2.5rem;
  }
}
.section__lead {
  font-size: max(4.1025641026vw, 15.3846153846px);
  line-height: 1.4;
}
@media (880px <= width) {
  .section__lead {
    font-size: 1rem;
  }
}

.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta__list {
  display: flex;
  flex-wrap: wrap;
  gap: max(3.0769230769vw, 11.5384615385px);
  align-items: center;
  width: 100%;
  font-weight: bold;
}
@media (880px <= width) {
  .cta__list {
    gap: 0.75rem;
    width: fit-content;
  }
}
.cta__item {
  width: 100%;
}
.cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: max(20.2564102564vw, 75.9615384615px);
  font-size: max(4.1025641026vw, 15.3846153846px);
  color: #fff;
  background: #dc0000;
  overflow: hidden;
  border-radius: max(4.1025641026vw, 15.3846153846px);
}
@media (880px <= width) {
  .cta__link {
    border-radius: min(1.1111111111vw, 16px);
  }
}
.cta__link > span {
  flex: 1;
  text-align: center;
}
@media (880px <= width) {
  .cta__link {
    width: fit-content;
    height: 4.9375rem;
    padding-inline: 4rem;
    font-size: 1.25rem;
    border: 0.125rem solid transparent;
    transition: all 0.5s;
  }
  .cta__link:hover, .cta__link:focus-visible {
    color: #dc0000;
    background-color: #fff;
    border-color: currentcolor;
  }
}