@charset "UTF-8";

/**********

  /学年/contents/配下共通

***********/

p {
  margin: 0;
}

.wrapper {
  max-width: 124rem;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.bg_fixed {
  background: var(--cocha_primary, #e81829);
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.fixedBox {
  position: fixed;
  top: 40%;
  left: 4.5rem;
  transform: translate(0, -50%);
  display: flex;
  width: 26rem;
  height: 16rem;
  flex-direction: column;
  align-items: center;
}

.fixedBox .img1 {
  width: 41.6rem;
  margin-bottom: 4.4rem;
}

.fixedBox .c-requestButton2__a {
  width: 30rem;
}

.ctaBoxInte {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta_interest {
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
}

.moveBox {
  width: 39.1rem;
  background: white;
}

.moveBox .c-requestButton2__span {
  color: var(--text, #414257);
  font-size: 1.4rem;
  line-height: 130%;
}

/* Header */

.header .header__imgLogo--3 {
  width: 16.8rem;
  margin-top: 0.2rem;
}

.header .header__inner {
  padding: 1.3rem 1.5rem;
}

.header {
  width: 39.1rem;
}

.taiken {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.taiken__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.taiken_annotation1 {
  width: 100%;
}

.taiken_annotation1 .p11 {
  text-align: right;
  padding-right: 3.5rem;
  cursor: pointer;
}

.modal__content_tablet {
  border-radius: 0;
  padding: 3rem;
}

.modal__content {
  background: var(--white, #FFF);
  border-radius: 3.2rem;
  max-width: 60rem;
  width: 95%;
  max-height: 90vh;
  /* ← 画面に収まる高さを指定 */
  overflow-y: auto;
  /* ← コンテンツ部分だけスクロール可能に */
  padding: 4rem;
  position: relative;
}

.modal_tablet p {
  font-size: 1.2rem;
  font-weight: 700;
}

.modal_tablet a {
  display: inline-block;
  text-decoration: underline;
}

.c-requestButton2__p {
  font-size: 2rem;
}

.c-requestButton2__p--cp .c-requestButton2__span {
  padding: 0.2rem 1rem;
}

/**********

  ページ固有

***********/

.header__leftP {
  color: #00afec;
}

.movie {
  padding-bottom: 4rem;
}

.movie__title {
  color: #3D4D57;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.movie__text {
  color: #3D4D57;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.movie__youtube {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.introduction {
  background-color: #00AFEC;
  padding: 6rem 1.4rem;
  margin-bottom: 4rem;
}

.introduction__title {
  text-align: center;
  font-size: 2.4rem;
  color: #FFFFFF;
  margin-bottom: 1.6rem;
}

.introduction__title {
  text-align: center;
  font-size: 2.4rem;
  color: #FFFFFF;
  margin-bottom: 1.6rem;
}

.introduction__titleEmphasis {
  color: #FFEB00;
}

.introduction__titleEmphasis::before {
  content: "＼";
}

.introduction__titleEmphasis::after {
  content: "／";
}

.introduction__accordion {
  color: #FFFFFF;
}

.introduction__accordion .c-accordion2__dl {
  padding: 0;
}

.introduction__accordionButton {
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 0;
  cursor: pointer;
}

.introduction__accordionButton .c-plusIcon::before {
  content: none;
}

.introduction__accordionButton .c-plusIcon::after {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2.29rem;
  margin-left: 0.4rem;
  background-image: url(/common_2025/img/pulsIcon--red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: 0.6rem;
}

.introduction__accordionButton .c-minusIcon::before {
  content: none;
}

.introduction__accordionButton .c-minusIcon::after {
  content: "";
  display: inline-block;
  width: 1.608rem;
  height: 2.29rem;
  margin-left: 0.4rem;
  background-image: url(/common_2025/img/minusIcon--red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.6rem;
}

.noteList {
  margin-bottom: 1rem;
}

.noteList > li {
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.5;
}

.noteList > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

@media screen and (min-width: 471px) {
  .c-innerPcScroll--child {
    margin-top: 0;
  }
}

@media screen and (max-width: 391px) {
  .moveBox {
    width: 100%;
  }

  .header {
    width: 100%;
  }
}