@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.page-body {
  overflow: hidden;
  background: url(../../img/2025/bg_pc.jpg) 50% 0;
  background-size: 100% auto;
  font-family: "Noto Sans JP", sans-serif;
}

.page-body__inner {
  width: 1000px;
  margin: 0 auto 60px;
}

.section-range {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  padding: 15px 44px;
  background: #fff;
  border-radius: 35px;
}

.section-range::before, .section-range::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 13px;
  background: url(../../img/bg_box.png) 0 0;
  content: "";
}

.section-range::before {
  top: 0;
}

.section-range::after {
  bottom: 0;
}

.divder {
  width: 134px;
  height: 14px;
  margin: 0 auto 33px;
  background: url(../../img/img_partition.png) no-repeat 50% 0;
}

.large-head {
  text-align: center;
}

.large-head__subttl {
  position: relative;
  background-image: url(../../img/2025/top/fukidashi.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 153px;
  height: 63px;
  margin: 0 auto 20px;
  padding-top: 2px;
  font-size: 24px;
  font-weight: bold;
  color: #0068b7;
}

.large-head__ttl {
  color: #0068b7;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.large-head--2 .large-head__ttl {
  width: 490px;
  margin: 0 auto;
}

.txt-rule {
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}

.sp-item {
  display: none;
}

/* --------------------------------------------------------------------
  @ドリームキッズオンライン2022TOP
---------------------------------------------------------------------- */
.page-header {
  position: relative;
  margin-top: 35px;
  padding-top: 5px;
  padding-bottom: 20px;
  background: url(../../img/2025/top/page_head_bg_pc.jpg) no-repeat top center;
  background-size: 100%;
}
@media screen and (min-width: 1281px) {
  .page-header {
    padding-top: 0.6vw;
    padding-bottom: 0.8vw;
  }
}

.page-header__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/2025/top/page_head_bgImg_pc.png) no-repeat top center;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}

.page-header__ttl {
  min-width: 590px;
  width: 48.51563vw;
  margin: 0 auto 15px;
}
@media screen and (min-width: 1281px) {
  .page-header__ttl {
    margin-bottom: 1.0vw;
  }
}

.page-header__lead {
  min-width: 430px;
  width: 37.96875vw;
  margin: 0 auto 15px;
}
@media screen and (min-width: 1281px) {
  .page-header__lead {
    margin-bottom: 1.2vw;
  }
}

.page-header img {
  width: 100%;
}

.page-header__box {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 1281px) {
  .page-header__box {
    padding-left: 1.5vw;
  }
}

.page-header__program {
  min-width: 352px;
  width: 27.5vw;
  border-radius: 30px;
  padding-bottom: 18px;
}
@media screen and (min-width: 1281px) {
  .page-header__program {
    padding-bottom: 1.40625vw;
  }
}
.page-header__program.program1 {
  background-color: #ebf6fd;
}
.page-header__program.program2 {
  background-color: #e0f5f3;
}

.page-header__program__ttlBox {
  border-radius: 30px 30px 0 0;
  padding: 10px 0;
}
.program1 .page-header__program__ttlBox {
  background-color: #14a0d9;
}
.program2 .page-header__program__ttlBox {
  background-color: #25b7aa;
}

.page-header__program__ttl {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .program1 .page-header__program__ttl {
    min-width: 196px;
    width: 15.3125vw;
  }
}
@media screen and (min-width: 751px) {
  .program2 .page-header__program__ttl {
    min-width: 201px;
    width: 15.70313vw;
  }
}

.page-header__program__logo {
  min-width: 204px;
  width: 15.9375vw;
  margin: 0 auto;
  padding-top: 14px;
}
@media screen and (min-width: 1281px) {
  .page-header__program__logo {
    padding-top: 1.09375vw;
  }
}

.page-header__program__txt {
  padding-top: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  color: #024287;
  text-align: center;
}
.page-header__program__txt rt {
  font-size: 0.35em;
}
@media screen and (min-width: 1281px) {
  .page-header__program__txt {
    padding-top: 0.625vw;
    font-size: 1.09375vw;
  }
}

.page-header__program__imgBox {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 21px;
}
@media screen and (min-width: 1281px) {
  .page-header__program__imgBox {
    padding-top: 1.64063vw;
  }
}

.page-header__program__img {
  min-width: 140px;
  width: 11.32813vw;
}

.info-headline {
  background: #f80075;
  padding: 15px 0;
  font-size: 19px;
}

.info-headline__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
}

.notice {
  width: 800px;
  margin: 0 auto;
  padding: 15px 0 14px;
  color: #0068b6;
  font-size: 16px;
}

.notice__theme {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.notice__details {
  margin-left: 120px;
}

.notice__date {
  margin-right: 1em;
}

.unique-inside {
  padding-top: 55px;
  background-repeat: no-repeat;
}

.unique-inside--1 {
  padding-bottom: 90px;
}

.unique-inside--2 {
  padding-bottom: 75px;
  background-image: url(../../img/2025/top/bg_ttl_1.png), url(../../img/2025/top/bg_ttl_2.png);
  background-position: 1px 115px,center bottom 60px;
}

.unique-inside--3 {
  padding-bottom: 40px;
  background-image: url(../../img/2025/top/bg_ttl_3.png);
  background-position: 14px 55px;
}

.large-head {
  position: relative;
  padding: 10px 0 50px;
}

.large-head__item {
  width: 420px;
  margin: 33px auto 0;
}
.large-head--1 .large-head__item {
  width: 520px;
}

.large-head__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #0068b6;
  background: #0068b6;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  transition: background-color 0.3s, color 0.3s;
  padding: 9px 15px 13px;
  font-size: 28px;
}

.large-head__btn::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  content: "";
  transform: rotate(-45deg);
}

.large-head__btn:hover {
  background: #fff;
  color: #0068b6;
}

.large-head__btn::after {
  margin: 6px 0 0 10px;
}

.large-head--1__wrap {
  display: flex;
  justify-content: center;
  gap: 17px;
}
@media screen and (max-width: 750px) {
  .large-head--1__wrap {
    flex-wrap: wrap;
    gap: 3vw 5%;
  }
}

.large-head--1__img {
  flex-basis: 187px;
}
@media screen and (max-width: 750px) {
  .large-head--1__img {
    flex-basis: 47.5%;
  }
}

.medium-head {
  text-align: center;
  color: #e6317c;
  font-weight: bold;
}

.medium-head__ttl {
  position: relative;
  display: inline-block;
  padding: 0 62px;
  font-size: 34px;
  letter-spacing: -0.05em;
}

.medium-head__ttl::before, .medium-head__ttl::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 35px;
  background-image: url(../../img/top/img_ribbon_pc.png);
  background-repeat: no-repeat;
  content: "";
}

.medium-head__ttl::before {
  left: 0;
  background-position: 0 4px;
}

.medium-head__ttl::after {
  right: 0;
  background-position: 100% 4px;
}

.medium-head__txt {
  margin-top: 5px;
  font-size: 16px;
  color: #e6317c;
  text-align: center;
}

.writing-holder {
  margin-top: 17px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.8;
}

.data-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 112px);
  margin: 47px auto 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}

.data-list > * {
  margin-top: 20px;
}

.data-list__theme {
  display: flex;
  align-items: center;
  width: 280px;
  padding: 16px 20px 19px 60px;
  border-radius: 50px 0 0 50px;
  font-size: 18px;
  font-weight: bold;
  color: #0068b7;
}

.data-list__theme--1 {
  background: #fff2f3;
}

.data-list__theme--2 {
  background: #fff3ed;
}

.data-list__theme--3 {
  background: #fff5e3;
}

.data-list__details {
  width: calc(100% - 280px);
  padding: 18px 0 19px 0;
  border-radius: 0 50px 50px 0;
}

.data-list__details--1 {
  background: #fff2f3;
}

.data-list__details--2 {
  background: #fff3ed;
}

.data-list__details--3 {
  padding: 28px 0 29px 0;
  background: #fff5e3;
}

@media screen and (max-width: 750px) {
  .page-body {
    background-image: url(../../img/2025/bg_sp.jpg);
  }

  .page-body__inner {
    width: 100%;
    margin-bottom: 6.6666666667%;
    padding: 0 5.3333333333%;
  }

  .section-range {
    margin-top: 20px;
    padding: 0 5.9701492537%;
    border-radius: 25px;
  }

  .section-range::before, .section-range::after {
    height: 7.5px;
  }

  .large-head__subttl {
    font-size: calc(15px + 20 * (100vw - 375px) / 375);
    width: 24.66667vw;
    height: 10.13333vw;
    line-height: 1.4;
  }

  .large-head__ttl {
    font-size: calc(28px + 28 * (100vw - 375px) / 375);
    line-height: 1.4;
  }
  .large-head--2 .large-head__ttl {
    width: 100%;
  }

  .divder {
    width: 67px;
    height: 7px;
    background-size: auto 100%;
  }

  .txt-rule {
    font-size: calc(10px + 10 * (100vw - 375px) / 375);
    line-height: 2;
  }

  .pc-item {
    display: none;
  }

  .sp-item {
    display: block;
  }

  .page-header {
    margin-top: 10.6666666667%;
    padding-bottom: 92.5%;
    background-image: url(../../img/2025/top/page_head_bg_sp.jpg);
  }

  .page-header__img {
    background-image: url(../../img/2025/top/page_head_bgImg_sp.png);
    z-index: 4;
  }

  .page-header__deco {
    position: absolute;
    top: 30%;
    right: 3%;
    width: 37.86667vw;
    z-index: 2;
  }

  .page-header__ttl {
    min-width: auto;
    width: 90%;
    margin: 4% auto 3%;
  }

  .page-header__lead {
    min-width: auto;
    width: 89.3333333333%;
    margin-bottom: 55%;
  }

  .page-header img {
    width: 100%;
  }

  .page-header__program {
    position: absolute;
    width: 66%;
    border-radius: 3vw;
    min-width: auto;
  }
  .page-header__program.program1 {
    top: 32.5%;
    left: 5%;
    padding-bottom: 3vw;
    z-index: 1;
  }
  .page-header__program.program2 {
    bottom: 2%;
    right: 5%;
    padding-bottom: 3.5vw;
    z-index: 3;
  }

  .page-header__program__ttlBox {
    border-radius: 3vw 3vw 0 0;
    padding: 2% 0;
  }

  .program1 .page-header__program__ttl {
    width: 39.06667vw;
  }
  .program2 .page-header__program__ttl {
    width: 40vw;
  }

  .page-header__program__logo {
    min-width: auto;
    width: 62%;
    padding-top: 3vw;
  }

  .page-header__program__txt {
    padding-left: 0;
    padding-top: 3%;
    font-size: calc(11px + 11 * (100vw - 375px) / 375);
    text-align: center;
    letter-spacing: -0.04em;
  }

  .page-header__program__imgBox {
    gap: 1.7vw;
    padding-top: 4vw;
  }

  .page-header__program__img {
    min-width: auto;
    width: 28.8vw;
  }

  .info-headline {
    padding: 0;
    text-align: center;
    font-size: calc(14px + 22 * (100vw - 375px) / 375);
  }

  .info-headline__inner {
    text-align: left;
  }

  .notice {
    display: block;
    width: 100%;
    padding: 4% 5.3333333333%;
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
  }

  .notice__theme {
    float: none;
    font-size: calc(18px + 18 * (100vw - 375px) / 375);
  }

  .notice__details {
    display: flex;
    margin-left: 0;
  }

  .unique-inside {
    padding-top: 25px;
    text-align: center;
    background-image: none;
  }

  .unique-inside--1 {
    padding-bottom: 57px;
  }

  .unique-inside--2 {
    padding-bottom: 55px;
  }

  .unique-inside--3 {
    padding-bottom: 17px;
  }

  .large-head {
    padding-bottom: 40px;
  }

  .large-head__item {
    width: 100%;
  }
  .large-head--1 .large-head__item {
    width: 100%;
  }
  .large-head--2 .large-head__item {
    margin-top: 55px;
  }

  .large-head__btn {
    padding: 13px 15px 15px;
    font-size: calc(18px + 0 * (100vw - 375px) / 375);
  }

  .large-head__btn::after {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 4px;
    border-width: 0 2px 2px 0;
  }

  .medium-head {
    position: relative;
    display: inline-block;
    margin: 0 -5.9701492537%;
  }

  .medium-head__ttl {
    position: static;
    padding: 0 11.3432835821vw;
    font-size: calc(22px + 22 * (100vw - 375px) / 375);
    line-height: 1.3;
  }

  .medium-head__ttl::before, .medium-head__ttl::after {
    top: 50%;
    transform: translateY(-50%);
    width: 8.3582089552vw;
    height: 5.3731343284vw;
    background-image: url(../../img/top/img_ribbon_sp.png);
    background-size: cover;
  }

  .medium-head__ttl::before {
    left: 0;
    background-position: 0 0;
  }

  .medium-head__ttl::after {
    right: 0;
    background-position: 100% 0;
  }

  .medium-head__txt {
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
  }

  .writing-holder {
    margin-top: 18px;
    text-align: left;
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
    line-height: 1.9;
  }

  .data-list {
    display: block;
    width: 100%;
    margin-top: 24px;
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
  }

  .data-list__theme, .data-list__details {
    width: 100%;
  }

  .data-list__theme {
    margin: 10px 0 0;
    padding: 6.2711864407% 6.7796610169% 2.0338983051%;
    border-radius: 25px 25px 0 0;
    font-size: calc(18px + 18 * (100vw - 375px) / 375);
  }

  .data-list__details {
    margin: 0;
    padding: 0 6.7796610169% 6.2711864407%;
    border-radius: 0 0 25px 25px;
  }

  .data-list__details--1 {
    padding-right: 3.0508474576%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .large-head__btn::after {
    margin-bottom: 1px !important;
  }
}
