/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

.breadcrumb__home-icon path {
  fill: #6C9BD2;
}

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

#pt .subHero {
  position: relative;
}
#pt .subHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6C9BD2;
  opacity: 0.2;
}
#pt .subHero__title h2,
#pt .subHero__title p {
  color: #6C9BD2;
}
#pt .subHero .breadcrumb * {
  color: #6C9BD2;
}
#pt .subHero .breadcrumb__item > span {
  color: #333333;
}
#pt .intro__wrapper {
  display: grid;
  grid-template-columns: 1fr max(64.5rem, 300px);
  gap: max(8rem, 30px);
  padding-bottom: max(14rem, 70px);
}
@media screen and (max-width: 1000px) {
  #pt .intro__wrapper {
    grid-template-columns: 1fr;
  }
}
#pt .intro__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(3.8rem, 35px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(2rem, 15px);
}
#pt .intro__title h3 {
  color: #6C9BD2;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#pt .intro__text h4 {
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(3rem, 15px);
}
#pt .intro__text p {
  line-height: 2.5;
}
#pt .intro__image {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#pt .intro__image .imageBox {
  width: 100%;
  height: 100%;
  aspect-ratio: 129/91;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
#pt .intro__image .imageBox img {
  width: 100%;
  height: 100%;
}
#pt .question {
  z-index: 20;
  background: #6C9BD2;
}
#pt .question__part__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(4rem, 30px) 1fr;
  gap: max(1.3rem, 10px);
  margin-bottom: max(1.5rem, 15px);
}
#pt .question__part__title__number {
  display: grid;
  place-items: center;
  background: #FFF462;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  color: #6C9BD2;
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: max(1.6rem, 13px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
#pt .question__part__title__text {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .question--part2 .question__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: max(17rem, 70px);
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__deco {
    display: none;
  }
}
#pt .question--part2 .question__wrapper {
  padding-top: max(18rem, 100px);
  padding-bottom: max(14rem, 70px);
}
#pt .question--part2 .question__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__content {
    row-gap: max(10rem, 40px);
    grid-template-columns: 1fr;
  }
}
#pt .question--part2 .question__part {
  position: relative;
}
#pt .question--part2 .question__part:nth-of-type(1) {
  padding-right: max(2rem, 10px);
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__part:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: max(10rem, 30px);
  }
}
#pt .question--part2 .question__part:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff 4px, transparent 3px);
  background-size: 1px 7px;
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__part:nth-of-type(1)::after {
    display: none;
  }
}
#pt .question--part2 .question__part:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #fff 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
  display: none;
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__part:nth-of-type(1)::before {
    display: block;
  }
}
#pt .question--part2 .question__part:nth-of-type(2) {
  padding-left: max(2rem, 10px);
  padding-right: max(2rem, 10px);
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__part:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
#pt .question--part2 .question__part:nth-of-type(3) {
  padding-left: max(2rem, 10px);
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__part:nth-of-type(3) {
    padding-left: 0;
    padding-top: max(10rem, 30px);
  }
}
#pt .question--part2 .question__part:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff 4px, transparent 3px);
  background-size: 1px 7px;
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__part:nth-of-type(3)::after {
    display: none;
  }
}
#pt .question--part2 .question__part:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #fff 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
  display: none;
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__part:nth-of-type(3)::before {
    display: block;
  }
}
#pt .question--part2 .question__part__detail {
  display: grid;
  gap: max(3.5rem, 20px);
}
@media screen and (max-width: 1000px) {
  #pt .question--part2 .question__part__detail {
    width: min(100%, 670px);
    margin: 0 auto;
  }
}
#pt .question--part2 .question__part__detail .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 385/272;
}
#pt .question--part2 .question__part__detail .imageBox img {
  width: 100%;
  height: 100%;
}
#pt .question--part2 .question__part__detail .textBox p {
  color: #fff;
  line-height: 2;
}
#pt .symptoms {
  --dotColor: #6c9bd2;
}
#pt .symptoms__wrapper {
  padding-top: max(8rem, 40px);
  padding-bottom: max(7.5rem, 40px);
}
#pt .symptoms__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px max(1.6rem, 10px);
  margin-top: max(2.5rem, 20px);
}
@media screen and (max-width: 1000px) {
  #pt .symptoms__list {
    grid-template-columns: 1fr;
  }
}
#pt .symptoms__list__item {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: max(2.5rem, 15px);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#pt .symptoms__list__item .imageBox {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 13/9;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #pt .symptoms__list__item .imageBox {
    aspect-ratio: 15/8;
  }
}
#pt .symptoms__list__item .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
#pt .symptoms__list__item .textBox {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: max(3.5rem, 30px) max(3.5rem, 20px);
}
#pt .symptoms__list__item .textBox h3 {
  color: #6C9BD2;
  font-size: max(2.4rem, 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: max(1.5rem, 15px);
}
#pt .preface {
  background: #fff;
}
#pt .preface__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: max(9rem, 30px);
  padding-top: max(9.5rem, 50px);
  padding-bottom: max(9.5rem, 50px);
}
@media screen and (max-width: 1000px) {
  #pt .preface__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#pt .preface__wrapper .textBox {
  width: 100%;
}
#pt .preface__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(3.8rem, 35px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(2rem, 15px);
}
#pt .preface__title h3 {
  color: #6C9BD2;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#pt .preface h4 {
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(0.5rem, 5px);
}
#pt .preface__list {
  position: relative;
  counter-reset: list-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: max(1.2rem, 10px);
  margin-top: max(3rem, 20px);
  padding-top: max(3rem, 20px);
}
#pt .preface__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #6C9BD2 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#pt .preface__list li {
  counter-increment: list-counter;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#pt .preface__list li::before {
  content: counter(list-counter, decimal-leading-zero);
  color: #6C9BD2;
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .preface__video {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: max(75rem, 400px);
}
@media screen and (max-width: 1000px) {
  #pt .preface__video {
    width: 100%;
  }
}
#pt .preface__video__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#pt .preface__video__flame {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#pt .preface__video iframe {
  position: absolute;
  inset: max(2rem, 9px);
  aspect-ratio: 16/9;
  border-radius: max(2.5rem, 10px);
  overflow: hidden;
}
#pt .reason__wrapper {
  padding-top: max(10rem, 60px);
  padding-bottom: max(12rem, 60px);
}
#pt .reason__group {
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
#pt .reason__group:not(:first-of-type) {
  margin-top: max(7rem, 40px);
}
#pt .reason__group__header {
  padding: max(3rem, 20px) 5%;
  background: #6C9BD2;
}
#pt .reason__group__header h3 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .reason__group__body {
  position: relative;
  padding: max(5.5rem, 30px) 7.5%;
  background: #fff;
  z-index: 0;
}
#pt .reason__group__body__number {
  position: absolute;
  bottom: 0;
  right: 2.5%;
  color: #6C9BD2;
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: max(14.6rem, 80px);
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0;
  z-index: -1;
  opacity: 0.1;
}
#pt .reason__group__body__people {
  position: absolute;
  left: 2.5%;
  bottom: 0;
  width: max(24.5rem, 150px);
}
@media screen and (max-width: 550px) {
  #pt .reason__group__body__people {
    width: 100px;
  }
}
#pt .reason__group__body__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr max(50rem, 300px);
  gap: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #pt .reason__group__body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#pt .reason__group__body__inner .textBox__list {
  display: grid;
  gap: max(1.5rem, 15px);
}
#pt .reason__group__body__inner .textBox__list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: max(0.5rem, 5px);
}
#pt .reason__group__body__inner .textBox__list__item__marker {
  color: #6C9BD2;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .reason__group__body__inner .textBox__list__item__content h4 {
  color: #6C9BD2;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(0.5rem, 5px);
}
#pt .reason__group__body__inner .imageBox {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  height: auto;
}
#pt .reason__group__body__inner .imageBox img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #pt .reason__group:nth-of-type(1) .reason__group__body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#pt .reason__group:nth-of-type(1) .reason__group__body__inner .imageBox {
  aspect-ratio: 100/69;
}
@media screen and (max-width: 1000px) {
  #pt .reason__group:nth-of-type(2) .reason__group__body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#pt .reason__group:nth-of-type(2) .reason__group__body__inner .imageBox img {
  height: auto;
}
@media screen and (max-width: 1000px) {
  #pt .reason__group:nth-of-type(3) .reason__group__body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#pt .point {
  background: #fff;
}
#pt .point::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(108, 155, 210, 0.05);
}
#pt .point__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(3.5rem, 20px);
  padding-top: max(10rem, 50px);
  padding-bottom: max(10rem, 50px);
}
@media screen and (max-width: 1000px) {
  #pt .point__wrapper {
    grid-template-columns: 1fr;
  }
}
#pt .point__group {
  position: relative;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}
#pt .point__group__number {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #6C9BD2;
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: max(14.6rem, 100px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
  opacity: 0.1;
}
#pt .point__group__header {
  padding: max(3rem, 25px) 7.5%;
  background: #6C9BD2;
}
#pt .point__group__header h3 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .point__group__body {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  row-gap: max(2.5rem, 15px);
  padding: max(6rem, 30px) 7.5%;
  background: #fff;
}
#pt .point__group__body .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 64/39;
}
#pt .point__group__body .imageBox img {
  width: 100%;
  height: 100%;
}
#pt .curriculum {
  background: #fff;
}
#pt .curriculum__wrapper {
  padding-top: max(10rem, 70px);
  padding-bottom: max(10rem, 70px);
}
#pt .curriculum__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(8rem, 30px);
}
@media screen and (max-width: 1000px) {
  #pt .curriculum__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#pt .curriculum__flex .textBox .curriculum__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(3.8rem, 35px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(2rem, 15px);
}
#pt .curriculum__flex .textBox .curriculum__title h3 {
  color: #6C9BD2;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#pt .curriculum__flex .textBox h4 {
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(0.5rem, 5px);
}
#pt .curriculum__flex .imageBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: max(65rem, 300px);
  height: auto;
  aspect-ratio: 647/451;
  overflow: hidden;
  border-radius: max(2.5rem, 20px);
}
@media screen and (max-width: 1000px) {
  #pt .curriculum__flex .imageBox {
    width: 100%;
  }
}
#pt .curriculum__flex .imageBox img {
  width: 100%;
  height: 100%;
}
#pt .curriculum__content {
  display: grid;
  row-gap: max(7.5rem, 40px);
  margin-top: max(11rem, 50px);
}
#pt .curriculum__content .curriculum__item {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: max(6rem, 20px);
}
@media screen and (max-width: 768px) {
  #pt .curriculum__content .curriculum__item {
    grid-template-columns: 1fr;
  }
}
#pt .curriculum__content .curriculum__item__grade {
  min-width: 260px;
}
#pt .curriculum__content .curriculum__item__grade span {
  display: inline-grid;
  place-items: center;
  padding: max(5rem, 30px) max(15rem, 50px);
  background: #6C9BD2;
  border-radius: max(1rem, 10px);
  overflow: hidden;
  color: #fff;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  #pt .curriculum__content .curriculum__item__grade span {
    width: 100%;
  }
}
#pt .curriculum__content .curriculum__item__detail .detail__inner {
  display: grid;
  grid-template-columns: max(40rem, 200px) max(40rem, 200px);
  gap: max(3.5rem, 10px);
  margin-top: max(2.5rem, 20px);
}
@media screen and (max-width: 1000px) {
  #pt .curriculum__content .curriculum__item__detail .detail__inner {
    grid-template-columns: 1fr;
  }
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: max(2rem, 10px);
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 409/291;
  overflow: hidden;
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .imageBox img {
  width: 100%;
  height: 100%;
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion {
  position: relative;
  padding: max(1.5rem, 14px) max(5%, 30px);
  border-radius: max(0.9rem, 6px);
  border: max(0.2rem, 2px) solid #6C9BD2;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #pt .curriculum__content .curriculum__item__detail .detail__inner .accordion {
    width: 100%;
  }
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion__header__text {
  color: #6C9BD2;
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion__header__arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: max(2rem, 16px);
  height: max(2rem, 16px);
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion__header__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: max(0.2rem, 2px);
  background-color: #6C9BD2;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion__header__arrow span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion__header__arrow span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion__body__inner {
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion.is-open .accordion__header__arrow span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion.is-open .accordion__header__arrow span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion.is-open .accordion__body {
  grid-template-rows: 1fr;
}
#pt .curriculum__content .curriculum__item__detail .detail__inner .accordion.is-open .accordion__body__inner {
  padding-top: max(2rem, 15px);
}
#pt .education {
  overflow: hidden;
  background: #6C9BD2;
  z-index: 100;
}
#pt .education__bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max(101%, 1600px);
  height: auto;
  left: 50%;
  right: 0;
  bottom: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#pt .education__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: max(5.5rem, 30px);
     -moz-column-gap: max(5.5rem, 30px);
          column-gap: max(5.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #pt .education__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: max(15rem, 70px);
  }
}
#pt .education__content {
  padding-top: max(15rem, 30px);
  margin-right: 10%;
}
@media screen and (max-width: 1000px) {
  #pt .education__content {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  #pt .education__content {
    width: 90%;
  }
}
#pt .education__content h3 {
  color: #fff;
  margin-bottom: max(3rem, 20px);
  font-size: max(2.4rem, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
#pt .education__content p {
  color: #fff;
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
#pt .education__content .imageBox {
  width: 80%;
  margin-left: auto;
  margin-top: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #pt .education__content .imageBox {
    margin-right: auto;
  }
}
#pt .education__slider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(1.3rem, 6px);
  width: max(60%, 300px);
  height: 0;
}
@media screen and (max-width: 2000px) {
  #pt .education__slider {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 1000px) {
  #pt .education__slider {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    width: auto;
    height: auto;
  }
}
#pt .education__slider__inner {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  gap: max(1.3rem, 6px);
}
@media screen and (max-width: 1000px) {
  #pt .education__slider__inner {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
  }
}
#pt .education__slider__inner--upper {
  -webkit-animation: sliderUpper 50s linear infinite;
          animation: sliderUpper 50s linear infinite;
}
#pt .education__slider__inner--lower {
  -webkit-animation: sliderLower 50s linear infinite;
          animation: sliderLower 50s linear infinite;
}
@-webkit-keyframes sliderUpper {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-50% + min(-1.3rem, -10px)));
            transform: translateY(calc(-50% + min(-1.3rem, -10px)));
  }
}
@keyframes sliderUpper {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-50% + min(-1.3rem, -10px)));
            transform: translateY(calc(-50% + min(-1.3rem, -10px)));
  }
}
@-webkit-keyframes sliderLower {
  0% {
    -webkit-transform: translateY(calc(-50% + min(-1.3rem, -10px)));
            transform: translateY(calc(-50% + min(-1.3rem, -10px)));
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes sliderLower {
  0% {
    -webkit-transform: translateY(calc(-50% + min(-1.3rem, -10px)));
            transform: translateY(calc(-50% + min(-1.3rem, -10px)));
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 1000px) {
  @-webkit-keyframes sliderUpper {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-50% + min(-1.3rem, -10px)));
              transform: translateX(calc(-50% + min(-1.3rem, -10px)));
    }
  }
  @keyframes sliderUpper {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-50% + min(-1.3rem, -10px)));
              transform: translateX(calc(-50% + min(-1.3rem, -10px)));
    }
  }
  @-webkit-keyframes sliderLower {
    0% {
      -webkit-transform: translateX(calc(-50% + min(-1.3rem, -10px)));
              transform: translateX(calc(-50% + min(-1.3rem, -10px)));
    }
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
  @keyframes sliderLower {
    0% {
      -webkit-transform: translateX(calc(-50% + min(-1.3rem, -10px)));
              transform: translateX(calc(-50% + min(-1.3rem, -10px)));
    }
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }
}
#pt .education__slider__item {
  border-radius: max(2.5rem, 10px);
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1000px) {
  #pt .education__slider__item {
    aspect-ratio: 1.25/1;
    width: max(60rem, 150px);
  }
}
#pt .education__slider__item img {
  width: 100%;
  height: 100%;
}
#pt .appeal {
  --dotColor: #6c9bd2;
}
#pt .appeal__wrapper {
  padding-top: max(11rem, 70px);
  padding-bottom: max(11rem, 70px);
}
#pt .appeal__group {
  position: relative;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 0 #6C9BD2;
          box-shadow: 3px 3px 0 #6C9BD2;
}
#pt .appeal__group:not(:first-of-type) {
  margin-top: max(6rem, 50px);
}
#pt .appeal__group__header {
  padding: max(3rem, 25px) 7.5%;
  background: #6C9BD2;
}
#pt .appeal__group__header h3 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .appeal__group__body {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  background: #fff;
}
#pt .appeal__group__body__inner {
  display: grid;
  grid-template-columns: 1fr max(58rem, 300px);
  gap: max(5rem, 30px);
  padding-bottom: max(10rem, 50px);
  padding: max(6rem, 30px) 7.5% max(6rem, 30px);
}
@media screen and (max-width: 1000px) {
  #pt .appeal__group__body__inner {
    grid-template-columns: 1fr;
  }
}
#pt .appeal__group__body__inner .textBox h4 {
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(2rem, 20px);
}
#pt .appeal__group__body__inner .textBox b {
  position: relative;
  display: inline;
  margin-bottom: max(2rem, 15px);
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(108, 155, 210, 0.2)), color-stop(90%, rgba(108, 155, 210, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, rgba(108, 155, 210, 0.2) 60%, rgba(108, 155, 210, 0.2) 90%, transparent 90%);
}
#pt .appeal__group__body__inner .imageBox {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  height: auto;
  aspect-ratio: 64/39;
}
#pt .appeal__group__body__inner .imageBox img {
  width: 100%;
  height: 100%;
}
#pt .appeal__group__body__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px max(2.5rem, 15px);
  padding: max(6rem, 30px) 0 max(10rem, 50px);
  margin: 0 7.5%;
}
@media screen and (max-width: 1300px) {
  #pt .appeal__group__body__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #pt .appeal__group__body__grid {
    grid-template-columns: 1fr;
  }
}
#pt .appeal__group__body__grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #6C9BD2 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#pt .appeal__group__body__grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#pt .appeal__group__body__grid__item .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#pt .appeal__group__body__grid__item .imageBox img {
  width: 100%;
  height: 100%;
}
#pt .appeal__group__body__grid__item .textBox h5 {
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(1rem, 10px);
}
#pt .appeal__group__body__grid__item .textBox p {
  line-height: 1.5;
}
#pt .appeal__group__body .appeal__voice {
  padding: max(10rem, 50px) max(8rem, 30px);
  background: rgba(108, 155, 210, 0.15);
  overflow: hidden;
}
#pt .appeal__group__body .appeal__voice__header {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(2rem, 15px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(3rem, 30px);
  padding-bottom: max(1rem, 10px);
  border-bottom: max(0.1rem, 1px) solid #6C9BD2;
}
#pt .appeal__group__body .appeal__voice__header h4 {
  color: #6C9BD2;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .appeal__group__body .appeal__voice__body {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(33rem, 200px) 1fr;
  gap: max(5.5rem, 20px);
}
@media screen and (max-width: 1300px) {
  #pt .appeal__group__body .appeal__voice__body {
    gap: max(2rem, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #pt .appeal__group__body .appeal__voice__body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1000px) {
  #pt .appeal__group__body .appeal__voice__body .imageBox {
    width: min(400px, 100%);
    margin: 0 auto;
  }
}
#pt .appeal__group__body .appeal__voice__body h5 {
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: max(1rem, 5px);
}
#pt .appeal__group__body .appeal__voice__body .grade {
  display: block;
  margin-top: max(3rem, 20px);
  color: #6C9BD2;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}
#pt .npo {
  background: #fff;
}
#pt .npo__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(10rem, 50px) max(6.8rem, 30px);
  padding-top: max(10rem, 50px);
  padding-bottom: max(10rem, 50px);
}
@media screen and (max-width: 1000px) {
  #pt .npo__wrapper {
    grid-template-columns: 1fr;
  }
}
#pt .npo__item {
  width: 100%;
}
#pt .npo__item .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 202/127;
  margin-bottom: max(2.5rem, 20px);
}
#pt .npo__item .textBox h3 {
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(0.5rem, 5px);
}
#pt .facility {
  position: relative;
  background: #fff;
}
#pt .facility::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(108, 155, 210, 0.15);
  z-index: -1;
}
#pt .facility__wrapper {
  display: grid;
  grid-template-columns: 1fr max(63rem, 400px);
  gap: max(17rem, 50px);
  padding-top: max(6.5rem, 30px);
  padding-bottom: max(6.5rem, 30px);
}
@media screen and (max-width: 1300px) {
  #pt .facility__wrapper {
    gap: max(9rem, 50px);
  }
}
@media screen and (max-width: 1000px) {
  #pt .facility__wrapper {
    grid-template-columns: 1fr;
  }
}
#pt .facility__wrapper .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(5rem, 30px);
}
#pt .facility__wrapper .textBox h3 {
  position: relative;
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: max(1rem, 10px);
}
#pt .facility__wrapper .textBox h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #6C9BD2 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1000px) {
  #pt .facility__wrapper .textBox .btnBox {
    width: 100%;
  }
}
#pt .facility__wrapper .textBox .btnBox .btn {
  --baseColor: #6C9BD2;
  --subColor: transparent;
  margin: 0;
}
#pt .facility__wrapper .textBox .btnBox .btn:hover {
  --baseColor: #fff;
  --subColor: #6C9BD2;
}
#pt .facility__wrapper .imageBox .attention {
  display: block;
  color: #6C9BD2;
  text-align: right;
}
#pt .campus__wrapper {
  padding-top: max(15rem, 100px);
  padding-bottom: max(15rem, 70px);
}
#pt .campus__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(3.8rem, 35px) 1fr;
  -webkit-column-gap: max(1.5rem, 15px);
     -moz-column-gap: max(1.5rem, 15px);
          column-gap: max(1.5rem, 15px);
  margin-bottom: max(2rem, 15px);
}
#pt .campus__title h3 {
  color: #6C9BD2;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#pt .campus__sub {
  position: relative;
  padding: max(2rem, 15px) 5%;
  margin-bottom: max(5rem, 30px);
  border-radius: max(1rem, 10px);
  background: #6C9BD2;
}
#pt .campus__sub h4 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .campus__sub__image {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: max(26.5rem, 100px);
}
@media screen and (max-width: 768px) {
  #pt .campus__sub__image {
    display: none;
  }
}
#pt .campus__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(7rem, 40px) max(3rem, 15px);
}
@media screen and (max-width: 1000px) {
  #pt .campus__content {
    grid-template-columns: 1fr;
  }
}
#pt .campus__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: max(2rem, 10px);
  width: 100;
}
#pt .campus__content__item--wide {
  grid-column: 1/3;
}
@media screen and (max-width: 1000px) {
  #pt .campus__content__item--wide {
    grid-column: unset;
  }
}
#pt .campus__content__item h4 {
  color: #6C9BD2;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
#pt .campus__content__item__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(2rem, 10px) max(3rem, 15px);
}
@media screen and (max-width: 1000px) {
  #pt .campus__content__item__inner {
    grid-template-columns: 1fr;
  }
}
#pt .campus__content__item .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 208/149;
}/*# sourceMappingURL=pt.css.map */