@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: var(--puchi, #e61f53);
}

.taiken_h1 {
  font-size: 1.457rem;
  font-weight: normal;
  line-height: 2.325rem;
  margin: 0 3.11rem;
  color: #464646;
}

.movie {
  background-color: #FFE5E6;
  background-image: url(/puchi/contents/appdl_parents/img/bg-movie-circle.png);
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: left -70px top 24rem;
  padding-bottom: 5rem;
}

.movie__top {
  padding: 4rem 1rem;
}

.movie__topTitle {
  margin-bottom: 2rem;
}

.movie__topLinkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.movie__topLinkWrap::after {
  content: "";
  background-image: url(/puchi/contents/appdl_parents/img/icon-arrow-down-double.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 13px;
}

.movie__topLink {
  font-size: 1.7rem;
  color: #EB5858;
  text-decoration: underline;
}

.movie__special {
  padding: 0 1.5rem 5rem;
}

.movie__specialTitle {
  margin-bottom: 1.5rem;
}

.movie__specialYoutube {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.movie__introduction::before,
.movie__introduction::after {
  content: "";
  width: 100%;
  height: 6.4rem;
  display: block;
  background-color: #FFF4F4;
}

.movie__introduction::before {
  border-top-left-radius: 227px;
  border-top-right-radius: 227px;
}

.movie__introduction::after {
  border-bottom-left-radius: 227px;
  border-bottom-right-radius: 227px;
}

.movie__introductionContainer {
  background-color: #FFF4F4;
  padding: 0 4rem;
}

.movie__introductionTitle {
  margin-bottom: 3rem;
}

.movie__introductionContent:not(:last-child) {
  margin-bottom: 3rem;
}

.movie__introductionContentTitle {
  max-width: 22.5rem;
  margin: 0 auto 1rem;
}

.movie__introductionContentImg {
  margin-bottom: 1.6rem;
}

.movie__introductionContentText {
  text-align: center;
  color: #525252;
  font-size: 1.4rem;
  line-height: 1.7;
}

.problems {
  padding-top: 4rem;
  background-image: url(/puchi/contents/appdl_parents/img/bg-problems-circle-01.png), url(/puchi/contents/appdl_parents/img/bg-problems-circle-02.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 170px, 150px;
  background-position: right -70px top 24rem, left -80px top 85rem;
}

.problems__top {
  padding: 0 2rem;
}

.problems__title {
  text-align: center;
  margin-bottom: 4rem;
}

.problems__title > img {
  max-width: 27rem;
}

.problems__content {
  background-color: #D6F8FD;
  padding: 3rem 3rem 5.5rem 3rem;
  border-radius: 15px;
  position: relative;
  margin-bottom: 12rem;
}

.problems__content::after {
  content: "";
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: -9rem;
  right: 0;
  left: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.problems__content--01::after {
  background-image: url(/puchi/contents/appdl_parents/img/img-problems-person-01.png);
  width: 16.1rem;
  height: 10.7rem;
}

.problems__content--02::after {
  background-image: url(/puchi/contents/appdl_parents/img/img-problems-person-02.png);
  width: 17rem;
  height: 12rem;
}

.problems__contentTitle {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.problems__contentTitle > img {
  max-width: 7.2rem;
}

.problems__contentTitle > span {
  color: #1AA7BD;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
}

.problems__contentImg {
  margin-bottom: 1.5rem;
}

.problems__contentText {
  color: #464646;
  font-size: 1.4rem;
  line-height: 1.6;
}

.problems__contentText > strong {
  color: #1AA7BD;
  font-weight: normal;
}

.ingenuity {
  background-color: #FFFBD9;
  background-image: url(/puchi/contents/appdl_parents/img/bg-ingenuity-circle-01.png), url(/puchi/contents/appdl_parents/img/bg-ingenuity-circle-02.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 150px, 170px;
  background-position: left -70px top 35rem, right -80px top 67rem;
  padding-bottom: 8.5rem;
}

.ingenuity__title {
  margin-bottom: 4rem;
}

.ingenuity__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 4.8rem;
}

.ingenuity__lead > span {
  font-size: 1.8rem;
  color: #464646;
  border-bottom: 2px dotted #FFA953;
}

.ingenuity__lead > span > strong {
  color: #FF7F00;
  font-weight: normal;
}

.ingenuity__photos {
  padding: 0 3rem;
  margin-bottom: 4rem;
}

.ingenuity__noteList {
  margin-bottom: 1rem;
}

.ingenuity__noteList > li {
  padding-left: 1.2rem;
  color: #888888;
  font-size: 1rem;
  position: relative;
  line-height: 1.5;
}

.ingenuity__noteList > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.ingenuity__explain {
  padding: 0 3rem;
}

.ingenuity__explainTitle {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.ingenuity__explainTitlePerson > img {
  max-width: 7.2rem;
}

.ingenuity__explainTitleText {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #464646;
}

.ingenuity__explainTitleText > strong {
  color: #FF7F00;
}

.ingenuity__explainTitleTextSmall {
  font-size: 1.6rem;
}

.ingenuity__explainTitleLogo {
  max-width: 4rem;
  vertical-align: middle;
}

.ingenuity__explainContent {
  padding: 3rem;
  margin-top: 6.5rem;
  border-radius: 15px;
  background: #FFFFFF;
}

.ingenuity__explainContentTitle {
  text-align: center;
  color: #464646;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin: -6.5rem 0 1rem;
}

.ingenuity__explainContentTitle > img {
  max-width: 7rem;
  display: block;
  margin: 0 auto;
}

.ingenuity__explainContentTitle > strong {
  color: #FF7F00;
}

.ingenuity__explainContentThumb {
  margin-bottom: 1rem;
}

.ingenuity__explainContentThumb > img {
  margin-bottom: 1.6rem;
}

.ingenuity__explainContentThumb > figcaption {
  color: #464646;
  text-align: center;
}

.ingenuity__explainContentText {
  color: #464646;
  font-size: 1.4rem;
  line-height: 1.6;
}

.ingenuity__explainContentText > strong {
  color: #FF7F00;
  font-weight: normal;
}

.aside {
  padding: 4rem 3rem 1rem;
}

.aside__linkButton {
  border-radius: 5.2px;
  background-color: #E60013;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 4rem 1.4rem;
  position: relative;
}

.aside__linkButton::after {
  content: "";
  background-image: url(/puchi/contents/appdl_parents/img/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.kyozai {
  margin-bottom: 8rem;
}

.kyozai__title {
  font-size: 1.6rem;
  color: #464646;
  text-align: center;
  margin-bottom: 1.2rem;
}

.youtube {
  margin-bottom: 7rem;
}

.youtube__title {
  color: #464646;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2.2rem;
}

.youtube__titleAppeal {
  font-size: 1.6rem;
}

.youtube__titleAppeal::before {
  content: "＼";
  margin-right: 0.5rem;
}

.youtube__titleAppeal::after {
  content: "／";
  margin-left: 0.5rem;
}

.youtube__text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 1.3rem 6rem;
  color: #464646;
}

.puchiTv__title {
  font-size: 1.8rem;
  text-align: center;
  color: #464646;
  margin-bottom: 1.4rem;
}

.puchiTv__lead {
  color: #464646;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1.6rem;
}

.puchiTv__img {
  margin-bottom: 4rem;
}

.puchiTv__appPointTitle {
  color: #464646;
  text-align: center;
  font-size: 18.7px;
  line-height: 1.6;
  margin-bottom: 1.4rem;
}

.puchiTv__appPointList {
  margin-bottom: 1rem;
}

.puchiTv__appPointList > li {
  color: #464646;
  font-size: 1.6rem;
  line-height: 2;
}

.puchiTv__appPointList > li::before {
  content: "●";
}

.puchiTv__appPointNoteList {
  margin-bottom: 4rem;
}

.puchiTv__appPointNoteList > li {
  padding-left: 1.2rem;
  color: #888888;
  position: relative;
  line-height: 1.5;
}

.puchiTv__appPointNoteList > li:not(:last-child) {
  margin-bottom: 1rem;
}

.puchiTv__appPointNoteList > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.taiken_annotation2 {
  color: #E60013;
  line-height: 1.5;
  margin: 0 3rem 7rem;
  cursor: pointer;
}

.taiken_annotation2::before {
  content: "※";
}

.taiken_annotation2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/puchi/contents/appdl_parents/img/icon-loupe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
}

.modal_noteList > li {
  padding-left: 1.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}

.modal_noteList > li:not(:last-child) {
  margin-bottom: 1rem;
}

.modal_noteList > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7rem;
  padding: 0 3rem;
}

.breadcrumb > li {
  color: #464646;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.breadcrumb > li:not(:last-child):after {
  content: "＞";
  display: inline-block;
  margin-right: 1.4rem;
  margin-left: 1.4rem;
}

.breadcrumb > li > a {
  display: inline-block;
  text-decoration: underline;
}

@media screen and (min-width: 471px) {
  .c-innerPcScroll--child {
    margin-top: 0;
  }
}

@media screen and (max-width: 391px) {
  .moveBox {
    width: 100%;
  }

  .header {
    width: 100%;
  }
}