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

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

#po .breadcrumb__home-icon path {
  fill: #F5A73E;
}
#po .subHero {
  position: relative;
}
#po .subHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F5A73E;
  opacity: 0.2;
}
#po .subHero__title h2,
#po .subHero__title p {
  color: #F5A73E;
}
#po .subHero .breadcrumb * {
  color: #F5A73E;
}
#po .subHero .breadcrumb__item > span {
  color: #333333;
}
#po .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) {
  #po .intro__wrapper {
    grid-template-columns: 1fr;
  }
}
#po .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);
}
#po .intro__title h3 {
  color: #F5A73E;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#po .intro__text h4 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(3rem, 15px);
}
#po .intro__text p {
  line-height: 2.5;
}
#po .intro__image {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#po .intro__image .imageBox {
  width: 100%;
  height: 100%;
  aspect-ratio: 129/91;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
}
#po .intro__image .imageBox img {
  width: 100%;
  height: 100%;
}
#po .question {
  z-index: 20;
  background: #F5A73E;
}
#po .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);
}
#po .question__part__title__number {
  display: grid;
  place-items: center;
  background: #FFF462;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  color: #F5A73E;
  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;
}
#po .question__part__title__text {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#po .question--part1 .question__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%);
}
#po .question--part1 .question__wrapper {
  display: grid;
  padding-top: max(9rem, 40px);
  grid-template-columns: 1fr max(28rem, 150px);
  -webkit-column-gap: max(3rem, 20px);
     -moz-column-gap: max(3rem, 20px);
          column-gap: max(3rem, 20px);
}
@media screen and (max-width: 768px) {
  #po .question--part1 .question__wrapper {
    grid-template-columns: 1fr;
  }
}
#po .question--part1 .question__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: max(9rem, 30px);
}
@media screen and (max-width: 1000px) {
  #po .question--part1 .question__content {
    grid-template-columns: 1fr;
  }
}
#po .question--part1 .question__part:first-of-type {
  position: relative;
  padding-right: max(5rem, 15px);
}
@media screen and (max-width: 1000px) {
  #po .question--part1 .question__part:first-of-type {
    padding-right: 0;
    padding-bottom: max(5rem, 30px);
  }
}
#po .question--part1 .question__part:first-of-type::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) {
  #po .question--part1 .question__part:first-of-type::after {
    display: none;
  }
}
#po .question--part1 .question__part:first-of-type::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) {
  #po .question--part1 .question__part:first-of-type::before {
    display: block;
  }
}
#po .question--part1 .question__part:nth-of-type(2) {
  margin-left: max(5rem, 15px);
}
@media screen and (max-width: 1000px) {
  #po .question--part1 .question__part:nth-of-type(2) {
    margin-left: 0;
    padding-top: max(5rem, 30px);
  }
}
#po .question--part1 .question__part__content p {
  color: #fff;
  line-height: 2;
}
#po .question--part1 .question__deco {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #po .question--part1 .question__deco {
    width: max(28rem, 150px);
    aspect-ratio: 47/49;
    margin-left: auto;
  }
}
#po .question--part1 .question__deco .imageBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 47/49;
}
#po .question--part1 .question__deco .imageBox > img {
  position: absolute;
}
#po .question--part1 .question__deco .imageBox > img:nth-of-type(1) {
  left: 0;
  bottom: 0;
  width: 60%;
}
#po .question--part1 .question__deco .imageBox > img:nth-of-type(2) {
  right: 0;
  bottom: 0;
  width: 53%;
}
#po .question--part1 .question__deco .imageBox__mark {
  position: absolute;
  inset: 0;
}
#po .question--part1 .question__deco .imageBox__mark img {
  position: absolute;
  width: 10%;
}
#po .question--part1 .question__deco .imageBox__mark img:nth-of-type(1) {
  top: 10%;
  left: 5%;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
#po .question--part1 .question__deco .imageBox__mark img:nth-of-type(2) {
  top: 10%;
  right: -10%;
}
#po .question--part2 .question__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: max(19rem, 70px);
}
@media screen and (max-width: 1000px) {
  #po .question--part2 .question__deco {
    display: none;
  }
}
#po .question--part2 .question__wrapper {
  padding-top: max(18rem, 100px);
  padding-bottom: max(14rem, 70px);
}
#po .question--part2 .question__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  #po .question--part2 .question__content {
    row-gap: max(10rem, 40px);
    grid-template-columns: 1fr;
  }
}
#po .question--part2 .question__part {
  position: relative;
}
#po .question--part2 .question__part:nth-of-type(1) {
  padding-right: max(2rem, 10px);
}
@media screen and (max-width: 1000px) {
  #po .question--part2 .question__part:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: max(10rem, 30px);
  }
}
#po .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) {
  #po .question--part2 .question__part:nth-of-type(1)::after {
    display: none;
  }
}
#po .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) {
  #po .question--part2 .question__part:nth-of-type(1)::before {
    display: block;
  }
}
#po .question--part2 .question__part:nth-of-type(2) {
  padding-left: max(2rem, 10px);
  padding-right: max(2rem, 10px);
}
@media screen and (max-width: 1000px) {
  #po .question--part2 .question__part:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
#po .question--part2 .question__part:nth-of-type(3) {
  padding-left: max(2rem, 10px);
}
@media screen and (max-width: 1000px) {
  #po .question--part2 .question__part:nth-of-type(3) {
    padding-left: 0;
    padding-top: max(10rem, 30px);
  }
}
#po .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) {
  #po .question--part2 .question__part:nth-of-type(3)::after {
    display: none;
  }
}
#po .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) {
  #po .question--part2 .question__part:nth-of-type(3)::before {
    display: block;
  }
}
#po .question--part2 .question__part__detail {
  display: grid;
  gap: max(3.5rem, 20px);
}
@media screen and (max-width: 1000px) {
  #po .question--part2 .question__part__detail {
    width: min(100%, 670px);
    margin: 0 auto;
  }
}
#po .question--part2 .question__part__detail .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 385/272;
}
#po .question--part2 .question__part__detail .imageBox img {
  width: 100%;
  height: 100%;
}
#po .question--part2 .question__part__detail .textBox p {
  color: #fff;
  line-height: 2;
}
#po .symptoms {
  --dotColor: #ef858c;
}
#po .symptoms__wrapper {
  padding-top: max(8rem, 40px);
  padding-bottom: max(7.5rem, 40px);
}
#po .symptoms__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  gap: max(10rem, 50px) max(1.6rem, 10px);
  margin-top: max(2.5rem, 20px);
}
@media screen and (max-width: 1000px) {
  #po .symptoms__list {
    grid-template-columns: 1fr;
  }
}
#po .symptoms__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #po .symptoms__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-row: unset;
  }
}
@media screen and (max-width: 768px) {
  #po .symptoms__list__item {
    display: grid;
    grid-row: span 2;
    grid-template-columns: 1fr;
  }
}
#po .symptoms__list__item .imageBox {
  position: relative;
  width: 60%;
  height: auto;
  margin: auto auto min(-6rem, -40px);
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #po .symptoms__list__item .imageBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: max(30rem, 120px);
    margin: 0;
    margin-right: min(-7rem, -40px);
  }
}
@media screen and (max-width: 768px) {
  #po .symptoms__list__item .imageBox {
    width: 60%;
    margin: auto auto min(-6rem, -40px);
  }
}
#po .symptoms__list__item .textBox {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: max(6.5rem, 50px) max(3.5rem, 20px) max(3.5rem, 30px);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
  border-radius: max(2.5rem, 15px);
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #po .symptoms__list__item .textBox {
    padding: max(6.5rem, 50px) max(3.5rem, 20px) max(6.5rem, 50px) max(10rem, 50px);
  }
}
#po .symptoms__list__item .textBox h3 {
  color: #F5A73E;
  font-size: max(2.4rem, 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: max(1.5rem, 15px);
}
#po .works {
  background: #fff;
  z-index: 30;
}
#po .works__bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max(101%, 1600px);
  height: auto;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
#po .works__wrapper {
  border-radius: max(2.5rem, 20px);
  border: max(0.2rem, 2px) solid #F5A73E;
  -webkit-transform: translateY(max(10rem, 50px));
          transform: translateY(max(10rem, 50px));
  overflow: hidden;
}
#po .works__header {
  padding: max(2.5rem, 20px) 5%;
  background: #F5A73E;
}
#po .works__header h3 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
#po .works__body {
  padding: max(8.5rem, 40px) 7.5%;
  background: #fff;
}
#po .works__body h4 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(0.5rem, 5px);
}
#po .works__body .works__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  gap: max(10rem, 30px) max(3.5rem, 15px);
  margin-top: max(3rem, 20px);
  padding-top: max(4.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #po .works__body .works__list {
    grid-template-columns: 1fr;
  }
}
#po .works__body .works__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #F5A73E 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#po .works__body .works__list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: max(2rem, 15px);
}
#po .works__body .works__list__item .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 335/239;
}
#po .works__body .works__list__item .imageBox img {
  width: 100%;
  height: 100%;
}
#po .works__body .works__list__item .textBox h5 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: max(0.5rem, 5px);
}
#po .preface {
  background: #fff;
}
#po .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) {
  #po .preface__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#po .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);
}
#po .preface__title h3 {
  color: #F5A73E;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#po .preface h4 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(0.5rem, 5px);
}
#po .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);
}
#po .preface__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #F5A73E 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#po .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;
}
#po .preface__list li::before {
  content: counter(list-counter, decimal-leading-zero);
  color: #F5A73E;
  font-family: YakuHanJP, "Manrope", "IBM Plex Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
#po .preface__video {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: max(75rem, 400px);
}
@media screen and (max-width: 1000px) {
  #po .preface__video {
    width: 100%;
  }
}
#po .preface__video__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#po .preface__video__flame {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#po .preface__video iframe {
  position: absolute;
  inset: max(2rem, 9px);
  aspect-ratio: 16/9;
  border-radius: max(2.5rem, 10px);
  overflow: hidden;
}
#po .point {
  background: #fff;
}
#po .point::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 167, 62, 0.05);
}
#po .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) {
  #po .point__wrapper {
    grid-template-columns: 1fr;
  }
}
#po .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);
}
#po .point__group__number {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #F5A73E;
  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;
}
#po .point__group__header {
  padding: max(3rem, 25px) 7.5%;
  background: #F5A73E;
}
#po .point__group__header h3 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#po .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;
}
#po .point__group__body .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 64/39;
}
#po .point__group__body .imageBox img {
  width: 100%;
  height: 100%;
}
#po .point__group__body .imageBox--graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#po .point__group__body .imageBox--graph img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#po .curriculum {
  background: #fff;
}
#po .curriculum__wrapper {
  padding-top: max(10rem, 70px);
  padding-bottom: max(10rem, 70px);
}
#po .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) {
  #po .curriculum__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#po .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);
}
#po .curriculum__flex .textBox .curriculum__title h3 {
  color: #F5A73E;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#po .curriculum__flex .textBox h4 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(0.5rem, 5px);
}
#po .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) {
  #po .curriculum__flex .imageBox {
    width: 100%;
  }
}
#po .curriculum__flex .imageBox img {
  width: 100%;
  height: 100%;
}
#po .curriculum__content {
  display: grid;
  row-gap: max(7.5rem, 40px);
  margin-top: max(11rem, 50px);
}
#po .curriculum__content .curriculum__item {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: max(6rem, 20px);
}
@media screen and (max-width: 768px) {
  #po .curriculum__content .curriculum__item {
    grid-template-columns: 1fr;
  }
}
#po .curriculum__content .curriculum__item__grade span {
  display: inline-grid;
  place-items: center;
  padding: max(5rem, 30px) max(15rem, 50px);
  background: #F5A73E;
  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) {
  #po .curriculum__content .curriculum__item__grade span {
    width: 100%;
  }
}
#po .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) {
  #po .curriculum__content .curriculum__item__detail .detail__inner {
    grid-template-columns: 1fr;
  }
}
#po .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);
}
#po .curriculum__content .curriculum__item__detail .detail__inner .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 409/291;
  overflow: hidden;
}
#po .curriculum__content .curriculum__item__detail .detail__inner .imageBox img {
  width: 100%;
  height: 100%;
}
#po .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 #F5A73E;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #po .curriculum__content .curriculum__item__detail .detail__inner .accordion {
    width: 100%;
  }
}
#po .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%;
}
#po .curriculum__content .curriculum__item__detail .detail__inner .accordion__header__text {
  color: #F5A73E;
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#po .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);
}
#po .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: #F5A73E;
  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;
}
#po .curriculum__content .curriculum__item__detail .detail__inner .accordion__header__arrow span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#po .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);
}
#po .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;
}
#po .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;
}
#po .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);
}
#po .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);
}
#po .curriculum__content .curriculum__item__detail .detail__inner .accordion.is-open .accordion__body {
  grid-template-rows: 1fr;
}
#po .curriculum__content .curriculum__item__detail .detail__inner .accordion.is-open .accordion__body__inner {
  padding-top: max(2rem, 15px);
}
#po .education {
  overflow: hidden;
  background: #F5A73E;
  z-index: 100;
}
#po .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%);
}
#po .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) {
  #po .education__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: max(15rem, 70px);
  }
}
#po .education__content {
  padding-top: max(15rem, 30px);
  margin-right: 10%;
}
@media screen and (max-width: 1000px) {
  #po .education__content {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  #po .education__content {
    width: 90%;
  }
}
#po .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;
}
#po .education__content p {
  color: #fff;
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
#po .education__content .imageBox {
  width: 80%;
  margin-left: auto;
  margin-top: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #po .education__content .imageBox {
    margin-right: auto;
  }
}
#po .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) {
  #po .education__slider {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 1000px) {
  #po .education__slider {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    width: auto;
    height: auto;
  }
}
#po .education__slider__inner {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  gap: max(1.3rem, 6px);
}
@media screen and (max-width: 1000px) {
  #po .education__slider__inner {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
  }
}
#po .education__slider__inner--upper {
  -webkit-animation: sliderUpper 50s linear infinite;
          animation: sliderUpper 50s linear infinite;
}
#po .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%);
    }
  }
}
#po .education__slider__item {
  border-radius: max(2.5rem, 10px);
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1000px) {
  #po .education__slider__item {
    aspect-ratio: 1.25/1;
    width: max(60rem, 150px);
  }
}
#po .education__slider__item img {
  width: 100%;
  height: 100%;
}
#po .appeal {
  --dotColor: #ef858c;
}
#po .appeal__wrapper {
  padding-top: max(11rem, 70px);
  padding-bottom: max(11rem, 70px);
}
#po .appeal__group {
  position: relative;
  border-radius: max(2.5rem, 20px);
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 0 #F5A73E;
          box-shadow: 3px 3px 0 #F5A73E;
}
#po .appeal__group:not(:first-of-type) {
  margin-top: max(6rem, 50px);
}
#po .appeal__group__header {
  padding: max(3rem, 25px) 7.5%;
  background: #F5A73E;
}
#po .appeal__group__header h3 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#po .appeal__group__body {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  background: #fff;
}
#po .appeal__group__body__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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) {
  #po .appeal__group__body__inner {
    grid-template-columns: 1fr;
  }
}
#po .appeal__group__body__inner .textBox h4 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(2rem, 20px);
}
#po .appeal__group__body__inner .textBox b {
  position: relative;
  display: inline;
  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(245, 167, 62, 0.2)), color-stop(90%, rgba(245, 167, 62, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, rgba(245, 167, 62, 0.2) 60%, rgba(245, 167, 62, 0.2) 90%, transparent 90%);
}
#po .appeal__group__body__inner .textBox p {
  margin-top: max(2.5rem, 20px);
}
#po .appeal__group__body__inner .imageBox {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  height: auto;
  aspect-ratio: 64/39;
}
#po .appeal__group__body__inner .imageBox img {
  width: 100%;
  height: 100%;
}
#po .appeal__group__body__inner--secondary {
  grid-template-columns: 1fr max(27.5rem, 200px);
}
@media screen and (max-width: 768px) {
  #po .appeal__group__body__inner--secondary {
    grid-template-columns: 1fr;
  }
}
#po .appeal__group__body__inner--secondary .imageBox {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  #po .appeal__group__body__inner--secondary .imageBox {
    width: min(100%, 300px);
    margin: 0 auto;
  }
}
#po .appeal__group__body__inner--secondary .imageBox img {
  height: auto;
}
#po .appeal__group__body__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 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) {
  #po .appeal__group__body__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #po .appeal__group__body__grid {
    grid-template-columns: 1fr;
  }
}
#po .appeal__group__body__grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #F5A73E 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#po .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;
}
#po .appeal__group__body__grid__item .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
#po .appeal__group__body__grid__item .imageBox img {
  width: 100%;
  height: 100%;
}
#po .appeal__group__body__grid__item .textBox h5 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(1rem, 10px);
}
#po .appeal__group__body__grid__item .textBox p {
  line-height: 1.5;
}
#po .appeal__group__body .appeal__voice {
  padding: max(10rem, 50px) max(8rem, 30px);
  background: rgba(245, 167, 62, 0.15);
  overflow: hidden;
}
#po .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 #F5A73E;
}
#po .appeal__group__body .appeal__voice__header h4 {
  color: #F5A73E;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#po .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) {
  #po .appeal__group__body .appeal__voice__body {
    gap: max(2rem, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #po .appeal__group__body .appeal__voice__body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1000px) {
  #po .appeal__group__body .appeal__voice__body .imageBox {
    width: min(400px, 100%);
    margin: 0 auto;
  }
}
#po .appeal__group__body .appeal__voice__body h5 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: max(1rem, 5px);
}
#po .appeal__group__body .appeal__voice__body .grade {
  display: block;
  margin-top: max(3rem, 20px);
  color: #F5A73E;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}
#po .practical {
  background: #fff;
}
#po .practical__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(8.5rem, 40px);
  padding-top: max(9.5rem, 50px);
  padding-bottom: max(11rem, 60px);
}
@media screen and (max-width: 1000px) {
  #po .practical__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#po .practical__inner .imageBox {
  width: max(58rem, 365px);
  height: auto;
  aspect-ratio: 589/307;
  margin-bottom: max(3rem, 20px);
}
@media screen and (max-width: 1000px) {
  #po .practical__inner .imageBox {
    width: 100%;
  }
}
#po .practical__inner .textBox h3 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(1rem, 10px);
}
#po .practical__inner .textBox b {
  position: relative;
  display: inline;
  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(245, 167, 62, 0.2)), color-stop(90%, rgba(245, 167, 62, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, rgba(245, 167, 62, 0.2) 60%, rgba(245, 167, 62, 0.2) 90%, transparent 90%);
}
#po .practical__inner .textBox p {
  margin-top: max(1.5rem, 10px);
}
#po .facility {
  background: #fff;
}
#po .facility::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 167, 62, 0.15);
  z-index: -1;
}
#po .facility__inner {
  padding-top: max(6rem, 50px);
  padding-bottom: max(7rem, 50px);
}
@media screen and (max-width: 1000px) {
  #po .facility__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#po .facility__title {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: max(8rem, 30px);
     -moz-column-gap: max(8rem, 30px);
          column-gap: max(8rem, 30px);
  margin-bottom: max(3rem, 30px);
}
@media screen and (max-width: 1000px) {
  #po .facility__title {
    display: contents;
  }
}
#po .facility__title h3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: max(2rem, 20px);
  margin-bottom: max(3rem, 20px);
}
#po .facility__title h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, #F5A73E 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#po .facility__title .btnBox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  #po .facility__title .btnBox {
    width: 100%;
  }
}
#po .facility__title .btnBox .btn {
  --baseColor: #f5a73e;
  --subColor: transparent;
  margin: 0;
}
#po .facility__title .btnBox .btn:hover {
  --baseColor: #fff;
  --subColor: #f5a73e;
}
#po .facility__flex {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(5rem, 30px) max(1rem, 10px);
  padding-bottom: max(5.5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #po .facility__flex {
    padding-bottom: max(10rem, 50px);
    grid-template-columns: 1fr;
  }
}
#po .facility__flex .imageBox {
  width: 100%;
}
#po .facility__grid {
  padding-top: max(10rem, 50px);
  padding-bottom: max(10rem, 50px);
  background: #F5A73E;
}
#po .facility__grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  #po .facility__grid__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#po .facility__grid__item {
  position: relative;
  width: auto;
  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, 15px);
}
#po .facility__grid__item:nth-of-type(1) {
  margin-right: max(3rem, 15px);
  padding-right: max(3rem, 15px);
}
@media screen and (max-width: 1000px) {
  #po .facility__grid__item:nth-of-type(1) {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: max(10rem, 30px);
    padding-bottom: max(10rem, 30px);
  }
}
#po .facility__grid__item: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) {
  #po .facility__grid__item:nth-of-type(1)::after {
    display: none;
  }
}
#po .facility__grid__item: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) {
  #po .facility__grid__item:nth-of-type(1)::before {
    display: block;
  }
}
#po .facility__grid__item:nth-of-type(3) {
  margin-left: max(3rem, 15px);
  padding-left: max(3rem, 15px);
}
@media screen and (max-width: 1000px) {
  #po .facility__grid__item:nth-of-type(3) {
    margin-left: 0;
    padding-left: 0;
    margin-top: max(10rem, 30px);
    padding-top: max(10rem, 30px);
  }
}
#po .facility__grid__item: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) {
  #po .facility__grid__item:nth-of-type(3)::after {
    display: none;
  }
}
#po .facility__grid__item: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) {
  #po .facility__grid__item:nth-of-type(3)::before {
    display: block;
  }
}
#po .facility__grid__item .imageBox {
  width: max(38.5rem, 200px);
  height: auto;
  aspect-ratio: 77/54;
}
@media screen and (max-width: 1000px) {
  #po .facility__grid__item .imageBox {
    width: 100%;
  }
}
#po .facility__grid__item .imageBox img {
  width: 100%;
  height: 100%;
}
#po .facility__grid__item .textBox h4 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(1.5rem, 10px);
}
#po .facility__grid__item .textBox p {
  color: #fff;
}
#po .campus__wrapper {
  padding-top: max(15rem, 100px);
  padding-bottom: max(15rem, 70px);
}
#po .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);
}
#po .campus__title h3 {
  color: #F5A73E;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#po .campus__sub {
  position: relative;
  padding: max(2rem, 15px) 5%;
  margin-bottom: max(5rem, 30px);
  border-radius: max(1rem, 10px);
  background: #F5A73E;
}
#po .campus__sub h4 {
  color: #fff;
  font-size: max(2.4rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#po .campus__sub__image {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: max(40rem, 200px);
}
@media screen and (max-width: 1300px) {
  #po .campus__sub__image {
    width: max(35rem, 185px);
  }
}
@media screen and (max-width: 768px) {
  #po .campus__sub__image {
    display: none;
  }
}
#po .campus__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(7rem, 40px) max(3rem, 15px);
}
@media screen and (max-width: 1000px) {
  #po .campus__content {
    grid-template-columns: 1fr;
  }
}
#po .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;
}
#po .campus__content__item--wide {
  grid-column: 1/3;
}
@media screen and (max-width: 1000px) {
  #po .campus__content__item--wide {
    grid-column: unset;
  }
}
#po .campus__content__item h4 {
  color: #F5A73E;
  font-size: max(2.4rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
#po .campus__content__item .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 208/149;
}
#po .campus__content__item .imageBox--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(2.5rem, 15px);
  aspect-ratio: unset;
}
@media screen and (max-width: 1000px) {
  #po .campus__content__item .imageBox--grid {
    grid-template-columns: 1fr;
  }
}
#po .campus__content__item .imageBox--grid img {
  aspect-ratio: 136/97;
}
#po .imperial {
  background: #FFF462;
}
#po .imperial__wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1rem, 10px);
  grid-template-columns: auto max(50rem, 300px);
  padding: max(5rem, 30px) 0;
}
@media screen and (max-width: 768px) {
  #po .imperial__wrapper {
    grid-template-columns: 1fr;
  }
}
#po .imperial__wrapper h3 {
  color: #F5A73E;
  font-size: max(2.4rem, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}/*# sourceMappingURL=po.css.map */