@media (max-width: 767px) {
  .page__title {
    padding-top: 29.33vw;
  }
}

.intro {
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .intro {
    background-image: url(../img/program/intro_bg_pc.png);
    padding: 150px 0 350px;
  }
}
@media (max-width: 767px) {
  .intro {
    background-image: url(../img/program/intro_bg_sp.png);
    padding: 40px 0 110px;
  }
}
@media (min-width: 768px) {
  .intro__wrapper {
    max-width: 1100px;
    padding: 0 20px;
  }
}
.intro__flex {
  gap: 0 35px;
}
.intro__head {
  color: #ff4627;
}
@media (min-width: 768px) {
  .intro__head {
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .intro__head {
    font-size: 26px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .intro__head {
    line-height: 36px;
  }
}
.intro__body {
  color: #3e3e3e;
}
@media (min-width: 768px) {
  .intro__body {
    line-height: 69px;
  }
}
@media (max-width: 767px) {
  .intro__body {
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .intro__img {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .intro__img {
    margin-right: -8vw;
  }
}
@media (max-width: 767px) {
  .intro__img img {
    width: 75.6vw;
  }
}

.construction {
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .construction {
    border-radius: 45px 0 0 0;
    margin-top: -300px;
  }
}
@media (max-width: 767px) {
  .construction {
    border-radius: 20px 0 0 0;
    margin-top: -20vw;
  }
}
.construction__head {
  position: relative;
  background-color: #ff4627;
}
@media (min-width: 768px) {
  .construction__head {
    width: 60.4vw;
    padding: 50px 0 30px 90px;
    border-radius: 50px 50px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .construction__head {
    padding: 4.39vw 0 2.2vw 6.59vw;
  }
}
@media (max-width: 767px) {
  .construction__head {
    width: 79.33vw;
    padding: 4vw 0;
    z-index: 1;
    border-radius: 25px 25px 0 0;
  }
}
.construction__head::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -1px;
  position: absolute;
  background-image: url(../img/program/pt2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .construction__head::before {
    right: -50px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .construction__head::before {
    right: -30px;
    width: 30px;
    height: 30px;
  }
}
.construction__head::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .construction__head::after {
    width: 825px;
    border-radius: 0 0 0 45px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .construction__head::after {
    width: 39.53vw;
  }
}
@media (max-width: 767px) {
  .construction__head::after {
    width: 40vw;
    border-radius: 0 0 0 20px;
  }
}
.construction__en {
  line-height: 1;
}
@media (min-width: 768px) {
  .construction__en {
    font-size: 109px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .construction__en {
    font-size: 7.98vw;
  }
}
@media (max-width: 767px) {
  .construction__en {
    font-size: 11.47vw;
  }
}
@media (min-width: 768px) {
  .construction__ja {
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .construction__ja {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .construction__ja {
    justify-content: center;
    line-height: 1.5;
  }
}
.construction__body {
  background-color: #ff4627;
}
@media (min-width: 768px) {
  .construction__body {
    padding: 35px 0 90px;
  }
}
@media (max-width: 767px) {
  .construction__body {
    padding: 45px 0 70px;
  }
}
@media (min-width: 768px) {
  .construction__body > .container {
    max-width: 1210px;
    width: 88.58vw;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .construction__body > .container {
    padding: 0 1.46vw;
  }
}
.construction__text {
  position: relative;
  background-color: #ff4627;
  letter-spacing: 0.02rem;
  border-radius: 0 0 50px 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .construction__text {
    max-width: 630px;
    width: 46.12vw;
    line-height: 39px;
    padding: 50px 50px 50px 0;
  }
}
@media (max-width: 767px) {
  .construction__text {
    line-height: 42px;
  }
}
.construction__img {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .construction__img {
    background-color: #fff;
    max-width: 1038px;
    width: 76vw;
    margin-top: -320px;
    margin-left: auto;
    padding: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .construction__img {
    max-width: 100%;
    margin-top: -23.43vw;
    padding: 3.66vw;
  }
}
@media (min-width: 768px) {
  .construction__box {
    max-width: 1200px;
    padding: 0 25px;
  }
}
.construction__box > .container {
  background-color: #ffd8b5;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .construction__box > .container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .construction__box > .container {
    padding: 40px 25px;
  }
}
.construction__boxtitle {
  color: #ff4627;
}
@media (min-width: 768px) {
  .construction__boxtitle {
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .construction__boxtitle {
    line-height: 33px;
    letter-spacing: -0.08rem;
  }
}
.construction__ul {
  display: table;
  margin: 0 auto;
  list-style: none;
}
.construction__li {
  color: #3e3e3e;
  letter-spacing: 0.02rem;
}
@media (min-width: 768px) {
  .construction__li {
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  .construction__li {
    line-height: 28px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.construction__li span {
  color: #ff4627;
}

@media (min-width: 768px) {
  .flow {
    padding: 95px 0 110px;
  }
}
@media (max-width: 767px) {
  .flow {
    padding: 40px 0 70px;
  }
}
@media (min-width: 768px) {
  .flow__wrapper {
    max-width: 985px;
    padding: 0 20px;
  }
}
.flow__head {
  color: #56af79;
  line-height: 1;
}
@media (min-width: 768px) {
  .flow__head {
    font-size: 109px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .flow__head {
    font-size: 7.98vw;
  }
}
@media (max-width: 767px) {
  .flow__head {
    font-size: 11.47vw;
  }
}
@media (min-width: 768px) {
  .flow__subtitle {
    line-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .flow__subtitle {
    font-size: 1.9vw;
  }
}
.flow__text {
  line-height: 39px;
  letter-spacing: 0.06rem;
}
@media (min-width: 768px) {
  .flow__text {
    max-width: 860px;
    padding: 0 20px;
  }
}
.flow__items {
  list-style: none;
}
.flow__item {
  position: relative;
  background-color: #d5ecd5;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .flow__item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .flow__item {
    padding: 35px 30px 50px;
  }
}
@media (max-width: 767px) {
  .flow__item + .flow__item {
    margin-top: 10.67vw;
  }
}
.flow__2::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (min-width: 768px) {
  .flow__2::after {
    background-image: url(../img/program/flow_img2_pc.png);
    bottom: -60px;
    right: 60px;
    width: 105px;
    height: 81px;
  }
}
@media (max-width: 767px) {
  .flow__2::after {
    background-image: url(../img/program/flow_img2_sp.png);
    bottom: -14.67vw;
    right: 20.67vw;
    width: 27.73vw;
    height: 20.8vw;
  }
}
.flow__3::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (min-width: 768px) {
  .flow__3::after {
    background-image: url(../img/program/flow_img4_pc.png);
    bottom: -60px;
    right: 0;
    width: 235px;
    height: 108px;
  }
}
@media (max-width: 767px) {
  .flow__3::after {
    background-image: url(../img/program/flow_img4_sp.png);
    bottom: -14.67vw;
    right: 13.33vw;
    width: 59.73vw;
    height: 22.67vw;
  }
}
.flow__num {
  color: #56af79;
}
@media (min-width: 768px) {
  .flow__num {
    font-size: 71px;
    width: 7rem;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .flow__num {
    font-size: 42px;
  }
}
.flow__content {
  flex: 1;
}
.flow__content > div {
  flex: 1;
}
.flow__h4 {
  color: #56af79;
  line-height: 54px;
}
.flow__p {
  line-height: 38px;
  letter-spacing: 0.06rem;
}
.flow__p span {
  line-height: 14px;
}
@media (min-width: 768px) {
  .flow__img {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .flow__img1 {
    width: 55.47vw;
  }
}
@media (max-width: 767px) {
  .flow__img2, .flow__img3 {
    width: 54.8vw;
  }
}

.contact {
  background-color: #56af79;
}
@media (min-width: 768px) {
  .contact {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
}
.contact__head {
  color: #fff;
  line-height: 54px;
}
@media (min-width: 768px) {
  .contact__body {
    max-width: 740px;
    padding: 0 20px;
    gap: 0 60px;
  }
}
@media (max-width: 767px) {
  .contact__body {
    gap: 25px 0;
  }
}
.contact__btn1 {
  position: relative;
  width: 320px;
  height: 50px;
  background-color: #ff4627;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
}
.contact__btn1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.contact__btn2 {
  position: relative;
  width: 320px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #56af79;
  border-radius: 100px;
  color: #56af79;
}
.contact__btn2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 8px;
  background: #56af79;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.contact__btn2:hover {
  background-color: #56af79;
  color: #fff;
  border-color: #fff;
  opacity: 1;
}
.contact__btn2:hover::after {
  background: #fff;
}