@charset "UTF-8";
/* 色の変数 */
/* 色の変数 */
:root {
  --text_jp: #333;
  --accent-blue: #007BC7;
  --accent-yellow: #FFF466;
}

/* トランジションの変数 */
:root {
  --base-duration: 0.4s;
  --base-easing: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --base-delay: 1s;
}

.fv {
  background-color: var(--accent-yellow);
  padding-top: 6.625rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767.9px) {
  .fv {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
  }
}

.fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__hero {
  max-width: 1440px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .fv__hero {
    width: auto;
    height: calc(100vh - 106px - 30px - 60px);
    height: calc(100svh - 106px - 30px - 60px);
  }
  .fv__hero img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto;
  }
}

.intro {
  background: #fff;
  margin-top: 4.6875rem;
  padding-bottom: 4.625rem;
}

.intro__title {
  text-align: center;
  font-size: clamp(1.125rem, 0.4127043091rem + 1.485884101vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767.9px) {
  .intro__title {
    font-size: clamp(0.875rem, 0.5900817236rem + 0.5943536404vw, 1.125rem);
  }
}

.intro__title--strong {
  font-size: clamp(1.625rem, 0.7702451709rem + 1.7830609212vw, 2.375rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .intro__title--strong {
    font-size: clamp(1.25rem, 0.8226225854rem + 0.8915304606vw, 1.625rem);
  }
}

.intro__body {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 41.5% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(3.125rem, -0.4364784547rem + 7.4294205052vw, 6.25rem);
     -moz-column-gap: clamp(3.125rem, -0.4364784547rem + 7.4294205052vw, 6.25rem);
          column-gap: clamp(3.125rem, -0.4364784547rem + 7.4294205052vw, 6.25rem);
}
@media screen and (max-width: 767.9px) {
  .intro__body {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
}

.intro__img {
  margin-left: 0.375rem;
}
@media screen and (max-width: 767.9px) {
  .intro__img {
    margin-left: 0;
  }
}

.intro__text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .intro__text {
    margin-top: 3rem;
  }
}

.period {
  background-color: var(--accent-yellow);
  padding-top: 5rem;
  padding-bottom: 5.25rem;
}

.period__title {
  color: var(--accent-blue);
  text-align: center;
  font-size: clamp(1.25rem, 0.3952451709rem + 1.7830609212vw, 2rem);
  font-weight: 700;
}

.period__title--strong {
  color: var(--accent-blue);
  text-align: center;
  font-size: clamp(1.75rem, 0.7527860327rem + 2.0802377415vw, 2.625rem);
  font-weight: 700;
}

.period__description {
  margin-top: 1rem;
  text-align: center;
  font-size: clamp(1rem, 0.5726225854rem + 0.8915304606vw, 1.375rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767.9px) {
  .period__description {
    margin-top: 1.875rem;
  }
}

.period__body {
  margin-top: 1.5rem;
  border-radius: 20px;
  background: #fff;
  padding-block: 2.875rem;
  padding-inline: 5.5rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .period__body {
    margin-top: 2.5rem;
    border-radius: 10px;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    padding-inline: 1.875rem;
  }
}
.period__body::before {
  content: "";
  width: clamp(4.875rem, 2.1682763744rem + 5.646359584vw, 7.25rem);
  height: clamp(6.9375rem, 2.9486441308rem + 8.3209509658vw, 10.4375rem);
  position: absolute;
  background: url(../img/img_girl--period@2x.png) no-repeat center center/cover;
  left: 25px;
  top: calc(50% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .period__body::before {
    left: 2%;
    width: clamp(3.875rem, 0.6463647959rem + 13.7755102041vw, 7.25rem);
    height: clamp(5.5625rem, 0.8989158163rem + 19.8979591837vw, 10.4375rem);
  }
}

.period__head {
  text-align: center;
  color: var(--accent-blue);
  font-size: clamp(1.125rem, 0.4127043091rem + 1.485884101vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .period__head {
    font-size: clamp(0.875rem, 0.6358418367rem + 1.0204081633vw, 1.125rem);
  }
}

.period__term {
  margin-top: 1.5625rem;
  text-align: center;
  font-size: clamp(1.25rem, 0.46647474rem + 1.6344725111vw, 1.9375rem);
  font-weight: 700;
  line-height: 1; /* 103.226% */
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.9px) {
  .period__term {
    font-size: clamp(1rem, 0.7608418367rem + 1.0204081633vw, 1.25rem);
    line-height: 1.7;
  }
}

.facility {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .facility {
    padding-bottom: 2.5rem;
  }
}

.facility__bgimg {
  background: url(../img/img_map--pc@2x.png) no-repeat center 62%/cover;
  height: 55.5555vw;
  max-height: 800px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .facility__bgimg {
    background: url(../img/img_map--sp@2x.png) no-repeat center 62%/cover;
    height: 114vw;
  }
}

.facility__body {
  margin-top: -1.25rem;
  border-radius: 10px;
  border: 1px solid var(--accent-blue);
  background: #fff;
  padding-inline: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .facility__body {
    position: absolute;
    top: 12%;
    left: 55%;
    width: 43%;
    max-width: 469px;
    border-radius: 20px;
    border: 1px solid var(--accent-blue);
    background: #fff;
    padding-inline: clamp(1.125rem, -0.0859026746rem + 2.5260029718vw, 2.1875rem);
    padding-top: clamp(0.75rem, -0.1047548291rem + 1.7830609212vw, 1.5rem);
    padding-bottom: clamp(0.9375rem, -0.1309435364rem + 2.2288261516vw, 1.875rem);
  }
}

.facility .section-title {
  padding-bottom: clamp(0.625rem, -0.2297548291rem + 1.7830609212vw, 1.375rem);
}
.facility .section-title::after {
  left: 2rem;
}

.facility__title {
  text-align: left;
  font-size: clamp(1.25rem, 0.3952451709rem + 1.7830609212vw, 2rem);
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .facility__title {
    font-size: clamp(1.25rem, 0.5325255102rem + 3.0612244898vw, 2rem);
  }
}

.facility__list {
  margin-top: clamp(0.75rem, -0.1047548291rem + 1.7830609212vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  row-gap: 0.25rem;
}

.facility__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.facility__number {
  width: clamp(0.625rem, -0.0872956909rem + 1.485884101vw, 1.25rem);
}
@media screen and (max-width: 767.9px) {
  .facility__number {
    width: clamp(0.625rem, 0.0271045918rem + 2.5510204082vw, 1.25rem);
  }
}

.facility__name {
  font-size: clamp(0.625rem, 0.1976225854rem + 0.8915304606vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .facility__name {
    font-size: 1rem;
  }
}

.facility .c-button {
  margin-top: clamp(1rem, -0.1396731055rem + 2.3774145617vw, 2rem);
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .facility .c-button {
    margin-top: 2.5rem;
  }
}
.facility .c-button-link {
  padding-inline: clamp(2.5rem, -0.7053306092rem + 6.6864784547vw, 5.3125rem);
  padding-block: clamp(0.5rem, 0.0013930163rem + 1.0401188707vw, 0.9375rem);
  position: relative;
}
.facility .c-button-link span {
  font-size: clamp(0.875rem, 0.5900817236rem + 0.5943536404vw, 1.125rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.facility .c-button-link .c-chevron {
  position: absolute;
  right: 9%;
  -webkit-transition: right var(--base-duration) var(--base-easing);
  transition: right var(--base-duration) var(--base-easing);
}
.facility .c-button-link .c-chevron::after {
  -webkit-transition: border var(--base-duration) var(--base-easing);
  transition: border var(--base-duration) var(--base-easing);
}
@media (any-hover: hover) {
  .facility .c-button--blue .c-button-link:hover {
    background-color: #fff;
  }
  .facility .c-button--blue .c-button-link:hover span {
    color: var(--accent-blue);
  }
  .facility .c-button--blue .c-button-link:hover .c-chevron {
    position: absolute;
    right: 4%;
  }
  .facility .c-button--blue .c-button-link:hover .c-chevron::after {
    border-right: 2px solid var(--accent-blue);
    border-bottom: 2px solid var(--accent-blue);
  }
}

.join {
  background-color: var(--accent-yellow);
  padding-top: 4.625rem;
  padding-bottom: 4.75rem;
}

.join__subtitle {
  margin-top: 1.875rem;
  text-align: center;
  font-size: clamp(1.125rem, 0.6976225854rem + 0.8915304606vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.join__description {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.join__body {
  margin-top: 2.3125rem;
  position: relative;
  max-width: 935px;
  width: 100%;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .join__body {
    margin-top: 6.25rem;
    padding-inline: 20px;
    max-width: 640px;
  }
}

.join__body-inner {
  background-color: #fafafa;
  border-radius: 30px;
  padding-top: clamp(1.25rem, -0.1745913819rem + 2.9717682021vw, 2.5rem);
  padding-bottom: clamp(0.875rem, -0.0509843982rem + 1.9316493314vw, 1.6875rem);
}
@media screen and (max-width: 767.9px) {
  .join__body-inner {
    border-radius: 20px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.join__img--ticket {
  position: absolute;
  top: 6%;
  left: calc(clamp(0rem, -3.2765601783rem + 6.8350668648vw, 2.875rem) * -1);
  width: clamp(12.5rem, 4.9496656761rem + 15.750371471vw, 19.125rem);
}
@media screen and (max-width: 767.9px) {
  .join__img--ticket {
    top: clamp(-5rem, -7.3915816327rem + 10.2040816327vw, -2.5rem);
    width: 150px;
    left: 0;
  }
}

.join__head {
  color: var(--accent-blue);
  text-align: center;
  font-size: clamp(0.75rem, 0.3226225854rem + 0.8915304606vw, 1.125rem);
  font-weight: 700;
  line-height: 1.33;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .join__head {
    font-size: 0.875rem;
    padding-inline: clamp(1.25rem, 0.0542091837rem + 5.1020408163vw, 2.5rem);
  }
}
.join__head::before, .join__head::after {
  content: "";
  position: absolute;
  width: clamp(1.625rem, -0.2269687964rem + 3.8632986627vw, 3.25rem);
  height: 1px;
  background: var(--accent-blue);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .join__head::before, .join__head::after {
    width: clamp(1.125rem, 0.6466836735rem + 2.0408163265vw, 1.625rem);
  }
}
.join__head::before {
  rotate: 247deg;
  left: 0;
}
.join__head::after {
  right: 0;
  rotate: 113deg;
}

.join__button-wrap {
  margin-top: 1.25rem;
}
.join__button-wrap .c-button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.join__button-wrap .c-button-link {
  padding-block: clamp(0.75rem, 0.3226225854rem + 0.8915304606vw, 1.125rem);
  padding-inline: clamp(3.75rem, -0.7374628529rem + 9.3610698366vw, 7.6875rem);
}
@media screen and (max-width: 767.9px) {
  .join__button-wrap .c-button-link {
    padding-block: clamp(0.375rem, 0.0162627551rem + 1.5306122449vw, 0.75rem);
    padding-inline: clamp(1.875rem, 0.0813137755rem + 7.6530612245vw, 3.75rem);
  }
}
.join__button-wrap .c-button-link span {
  font-size: clamp(0.875rem, 0.4476225854rem + 0.8915304606vw, 1.25rem);
}
.join__button-wrap .c-icon-pdf {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8%;
}

.join__note {
  display: block;
  margin-top: 0.625rem;
  text-align: center;
  font-size: clamp(0.625rem, 0.3400817236rem + 0.5943536404vw, 0.875rem);
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .join__note {
    margin-top: 1.25rem;
  }
}

.join__img--boy {
  width: clamp(5rem, 2.8631129272rem + 4.4576523031vw, 6.875rem);
  position: absolute;
  top: 16%;
  right: clamp(5.625rem, 4.5565564636rem + 2.2288261516vw, 6.5625rem);
}
@media screen and (max-width: 767.9px) {
  .join__img--boy {
    top: auto;
    bottom: -26%;
    right: auto;
    left: 80%;
    width: 80px;
  }
}

.souvenir {
  background-color: #eff4f7;
  padding-top: 5rem;
  padding-bottom: 3.625rem;
}

.souvenir__container {
  max-width: 1376px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .souvenir__container {
    padding-inline: 20px;
    max-width: 640px;
  }
}

.souvenir__inner {
  border-radius: 30px;
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .souvenir__inner {
    border-radius: 20px;
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.souvenir__body {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.375rem, -0.1920505201rem + 3.2689450223vw, 2.75rem);
}
@media screen and (max-width: 767.9px) {
  .souvenir__body {
    margin-top: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.souvenir__img {
  width: 100%;
  max-width: 19.375rem;
  margin-left: -1.25rem;
}
@media screen and (max-width: 767.9px) {
  .souvenir__img {
    margin-left: 0;
  }
}

.souvenir__note--img {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: right;
  margin-right: 1rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767.9px) {
  .souvenir__note--img {
    margin-right: 0;
    margin-top: 0;
  }
}

.souvenir__text-wrap {
  width: 100%;
  max-width: 31.875rem;
  margin-top: 1.125rem;
}

.souvenir__subtitle {
  font-size: clamp(1rem, 0.1452451709rem + 1.7830609212vw, 1.75rem);
  font-weight: 700;
  line-height: 1.14;
}

.souvenir__subtitle--strong {
  display: block;
  margin-top: 0.75rem;
  font-size: clamp(1.25rem, 0.3952451709rem + 1.7830609212vw, 2rem);
  font-weight: 700;
  line-height: 1.55;
}

.souvenir__apply {
  margin-top: 1.625rem;
}

.souvenir__apply-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  border-radius: 5px;
  background: var(--accent-blue);
  padding-inline: 0.625rem;
}

.souvenir__apply-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.8;
}

.souvenir__facility-wrap {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .souvenir__facility-wrap {
    margin-top: 1.25rem;
  }
}

.souvenir__facility-head {
  color: var(--accent-blue);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.souvenir__facility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.souvenir__facility-list--row {
  gap: clamp(0.625rem, -0.0872956909rem + 1.485884101vw, 1.25rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.souvenir__facility-list--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.souvenir__facility-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding-left: 1rem;
}
.souvenir__facility-item::before {
  content: "";
  position: absolute;
  width: clamp(0.375rem, 0.2325408618rem + 0.2971768202vw, 0.5rem);
  height: auto;
  aspect-ratio: 1;
  border: 1px solid var(--accent-blue);
  background-color: var(--accent-blue);
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.souvenir__note--apply {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .souvenir__note--apply {
    margin-top: 1.25rem;
  }
}

.present {
  background-color: #eff4f7;
  padding-bottom: 5rem;
}

.present__container {
  max-width: 1376px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 767.9px) {
  .present__container {
    padding-inline: 20px;
    max-width: 640px;
  }
}

.present__inner {
  border-radius: 30px;
  background: #fff;
  padding-top: 4.625rem;
  padding-bottom: 6.375rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .present__inner {
    border-radius: 20px;
    padding-block: 2.5rem;
    padding-inline: 1.875rem;
  }
}

.present__subtitle-wrap {
  margin-top: 1.25rem;
  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: 1rem;
}

.present__subtitle-img--left {
  width: clamp(3.875rem, 1.595653789rem + 4.7548291233vw, 5.875rem);
  margin-left: 0.625rem;
}

.present__subtitle-img--right {
  width: clamp(5.125rem, 2.1333580981rem + 6.2407132244vw, 7.75rem);
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}

.present__subtitle-blank {
  display: inline-block;
  width: 20px;
}

.present__subtitle {
  text-align: center;
  font-size: clamp(0.875rem, 0.3051634473rem + 1.1887072808vw, 1.375rem);
  font-weight: 700;
  line-height: 1.27;
}

.present__subtitle--strong {
  display: block;
  margin-top: 0.375rem;
  text-align: center;
  font-size: clamp(1.125rem, 0.1277860327rem + 2.0802377415vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}

.present__body {
  margin-top: 3rem;
  max-width: 974px;
  width: 100%;
  margin-inline: auto;
}

.present__list--top,
.present__list--middle,
.present__description {
  padding-bottom: 3.125rem;
  position: relative;
}
.present__list--top::after,
.present__list--middle::after,
.present__description::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c9caca;
  position: absolute;
  bottom: 0;
}

.present__list--top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.875rem;
  -webkit-column-gap: clamp(1.125rem, -0.8694279346rem + 4.1604754829vw, 2.875rem);
     -moz-column-gap: clamp(1.125rem, -0.8694279346rem + 4.1604754829vw, 2.875rem);
          column-gap: clamp(1.125rem, -0.8694279346rem + 4.1604754829vw, 2.875rem);
}
@media screen and (max-width: 767.9px) {
  .present__list--top {
    grid-template-columns: 1fr;
    gap: 2.875rem;
  }
}
.present__list--top .present__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.present__item {
  position: relative;
}

.present__img {
  border-radius: 5px;
  overflow: hidden;
}

.present__quantity {
  position: absolute;
  background-color: var(--accent-yellow);
  border-radius: 50%;
  width: clamp(3.625rem, 1.6305720654rem + 4.1604754829vw, 5.375rem);
  height: clamp(3.625rem, 1.6305720654rem + 4.1604754829vw, 5.375rem);
  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;
  top: -7%;
  left: -4%;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767.9px) {
  .present__quantity {
    left: -3%;
  }
}

.present__list--middle .present__quantity,
.present__list--bottom .present__quantity {
  width: clamp(3.125rem, 1.3442607727rem + 3.7147102526vw, 4.6875rem);
  height: clamp(3.125rem, 1.3442607727rem + 3.7147102526vw, 4.6875rem);
}
.present__list--middle .present__quantity-number,
.present__list--bottom .present__quantity-number {
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
}
.present__list--middle .present__quantity-text,
.present__list--bottom .present__quantity-text {
  font-size: clamp(0.625rem, 0.1976225854rem + 0.8915304606vw, 1rem);
}

.present__quantity-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.present__quantity-number {
  font-size: clamp(1rem, 0.4301634473rem + 1.1887072808vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
}

.present__quantity-text {
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  font-weight: 700;
  line-height: 1;
}

.present__content {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.present__head {
  font-size: clamp(1rem, 0.5726225854rem + 0.8915304606vw, 1.375rem);
  font-weight: 700;
  line-height: 1.27;
}

.present__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .present__text {
    font-size: 0.75rem;
  }
}

.present__text-inline {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .present__text-inline {
    font-size: 0.75rem;
  }
}

.present__list--middle {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -webkit-column-gap: clamp(1.125rem, -0.2283618128rem + 2.823179792vw, 2.3125rem);
     -moz-column-gap: clamp(1.125rem, -0.2283618128rem + 2.823179792vw, 2.3125rem);
          column-gap: clamp(1.125rem, -0.2283618128rem + 2.823179792vw, 2.3125rem);
  row-gap: 1rem;
}
@media screen and (max-width: 767.9px) {
  .present__list--middle {
    row-gap: 2.5rem;
  }
}
.present__list--middle .present__quantity {
  top: -5%;
}
.present__list--middle .present__text {
  margin-top: -0.375rem;
}
.present__list--middle .present__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.present__list--bottom {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.125rem, -0.2283618128rem + 2.823179792vw, 2.3125rem);
}
@media screen and (max-width: 767.9px) {
  .present__list--bottom {
    row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.present__list--bottom .present__item {
  display: grid;
  grid-template-columns: 43% 1fr;
}
@media screen and (max-width: 767.9px) {
  .present__list--bottom .present__item {
    min-height: 86px;
  }
}
.present__list--bottom .present__img {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  aspect-ratio: 228/155;
  height: 100%;
}
.present__list--bottom .present__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  .present__list--bottom .present__quantity {
    top: -18%;
  }
}
.present__list--bottom .present__content {
  background-color: #f7f7f7;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: clamp(0.625rem, -0.7995913819rem + 2.9717682021vw, 1.875rem);
}
@media screen and (max-width: 767.9px) {
  .present__list--bottom .present__content {
    padding-left: 0.625rem;
    gap: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .present__list--bottom .present__head {
    font-size: clamp(0.75rem, 0.5108418367rem + 1.0204081633vw, 1rem);
  }
}
@media screen and (max-width: 767.9px) {
  .present__list--bottom .present__text {
    font-size: 0.625rem;
  }
}

.present__note {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 1.875rem;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .present__note {
    margin-top: 1.25rem;
  }
}

.present__description {
  margin-top: 0.75rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767.9px) {
  .present__description {
    margin-top: 3.125rem;
  }
}

.present__description-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}

.present__description-text {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.present__description-text::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--accent-blue);
  background-color: var(--accent-blue);
  left: 0;
  top: 0.7em;
}

.present__apply {
  margin-top: 4.75rem;
}

.present__apply-subhead {
  margin-top: 1.75rem;
  text-align: center;
  font-size: clamp(1rem, 0.4301634473rem + 1.1887072808vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .present__apply-subhead {
    font-size: 1.125rem;
  }
}

.present__apply-body {
  margin-top: 2.5rem;
  max-width: 1054px;
  width: 100%;
  padding-inline: clamp(0rem, -2.8491827637rem + 5.9435364042vw, 2.5rem);
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .present__apply-body {
    max-width: 640px;
  }
}

.present__apply-body-inner {
  background-color: var(--accent-yellow);
  padding-block: clamp(1.5625rem, -0.2182392273rem + 3.7147102526vw, 3.125rem);
  padding-inline: clamp(2.875rem, -0.5440193165rem + 7.132243685vw, 5.875rem);
  display: grid;
  border-radius: 30px;
  -webkit-column-gap: clamp(1.375rem, -0.2632800892rem + 3.4175334324vw, 2.8125rem);
     -moz-column-gap: clamp(1.375rem, -0.2632800892rem + 3.4175334324vw, 2.8125rem);
          column-gap: clamp(1.375rem, -0.2632800892rem + 3.4175334324vw, 2.8125rem);
  row-gap: 1.125rem;
  grid-template-areas: "a b" "c c";
}
@media screen and (max-width: 767.9px) {
  .present__apply-body-inner {
    border-radius: 16px;
    padding-block: clamp(1.875rem, 0.6792091837rem + 5.1020408163vw, 3.125rem);
    padding-inline: clamp(1.875rem, 0.9183673469rem + 4.0816326531vw, 2.875rem);
    grid-template-areas: "a " "b" "c";
    row-gap: 2.5rem;
  }
}

.present__button-wrap:first-of-type {
  grid-area: a;
}

.present__button-wrap:last-of-type {
  grid-area: b;
}

.present__button-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--accent-blue);
  text-align: center;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.8575408618rem + 0.2971768202vw, 1.125rem);
  font-weight: 700;
  line-height: 1.33;
  padding-inline: 2.625rem;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .present__button-head {
    padding-inline: clamp(1.25rem, -0.065369898rem + 5.612244898vw, 2.625rem);
  }
}
.present__button-head::before, .present__button-head::after {
  content: "";
  position: absolute;
  width: clamp(1.625rem, -0.2269687964rem + 3.8632986627vw, 3.25rem);
  height: 1px;
  background: var(--accent-blue);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .present__button-head::before, .present__button-head::after {
    width: clamp(1rem, 0.4021045918rem + 2.5510204082vw, 1.625rem);
  }
}
.present__button-head::before {
  rotate: 247deg;
  left: 0;
}
.present__button-head::after {
  right: 0;
  rotate: 113deg;
}

.present__button {
  margin-top: 1rem;
}

.present__button-wrap .c-button-link {
  padding-block: clamp(0.5625rem, -0.0785661218rem + 1.3372956909vw, 1.125rem);
}
.present__button-wrap .c-button-link span {
  text-align: center;
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.present__button-wrap .c-icon-pdf {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11%;
}

.present__apply-note {
  grid-area: c;
  font-size: 0.875rem;
  line-height: 1.8;
  display: block;
  margin-left: clamp(0rem, -6.4106612184rem + 13.3729569094vw, 5.625rem);
}