@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__ttl {
  width: 490px;
  margin: 0 auto;
  color: #0068b7;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.03em;
  padding-bottom: .5em;
}

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

.sp-item {
  display: none;
}

/* --------------------------------------------------------------------
  @オンラインプログラミング教室 詳細ページ
---------------------------------------------------------------------- */
.unique-inside {
  padding: 68px 56px;
}

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

.data-group {
  margin-top: 50px;
}

.data-group + .data-group {
  margin-top: 60px;
}

.data-group__indent {
  padding: 0 40px;
}

.data-group__theme {
  margin: 25px 0 5px;
  color: #0068b7;
  font-size: 18px;
  font-weight: bold;
}
.sec-mail .data-group__theme {
  margin: 5px 0 25px;
}

.data-group__txt a {
  color: #0068b6;
  text-decoration: underline;
}
.data-group__txt a:hover {
  text-decoration: none;
}

.definition-list {
  margin-bottom: 10px;
}

.definition-list__details--indent {
  margin-left: 1em;
}

.category-box {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 10px;
  padding: 35px 40px;
  border-radius: 35px;
  font-size: 14px;
}

.category-box:not(:first-of-type) {
  margin-top: 10px;
}

.category-box--1 {
  background: #fff2f3;
}

.category-box--2 {
  background: #fff3ed;
}

.category-box__notes {
  width: calc(100% - 206px);
  padding-right: 40px;
}

.category-box__img {
  width: 206px;
}

.category-box__theme {
  margin: -2px 0 15px;
  color: #e7327c;
  font-size: 18px;
  font-weight: bold;
}

.general-list {
  padding-left: 1em;
  text-indent: -1em;
}

.btn-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 35px auto;
}

.btn-holder__item {
  width: 380px;
}

.btn-holder__item:nth-of-type(even) {
  margin-left: 40px;
}

.btn-holder__item:nth-of-type(n+3) {
  margin-top: 40px;
}

.btn-holder__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: 15px 15px 17px;
  font-size: 20px;
}

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

.btn-holder__btn:hover {
  background: #fff;
  color: #0068b6;
}

.btn-holder__btn::after {
  margin: 4px 0 0 4px;
}

.btn-holder__btn--disabled {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}

.modal-panel {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2002;
  width: 800px;
  border-radius: 35px;
}

.modal-panel__view {
  overflow: auto;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-panel__view::-webkit-scrollbar {
  display: none;
}

.modal-panel__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  background-image: url(../../img/bg_box.png), url(../../img/bg_box.png);
  background-repeat: repeat-x, repeat-x;
  background-position: 0 0, 0 100.01%;
  background-size: auto 13px;
}

.modal-panel__target {
  display: block;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  height: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.modal-panel__target.is-show {
  opacity: 1;
  height: auto;
  padding: 56px 40px 64px;
}

.modal-panel__btn {
  position: absolute;
  top: 60px;
  right: 58px;
  z-index: 2002;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.modal-panel__btn span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.modal-panel__btn span::before, .modal-panel__btn span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -5%;
  background: #0068b6;
  transform: rotate(45deg);
  content: "";
}

.modal-panel__btn span::after {
  transform: rotate(-45deg);
}

.question-unit {
  font-size: 14px;
}

.question-unit__info, .question-unit__lead {
  text-align: center;
}

.question-unit__info {
  color: #ff0000;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
}

.question-unit__txt span {
  display: block;
  color: #0068b7;
  font-size: 18px;
  font-weight: bold;
}

.question-lyt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr;
  grid-template-columns: 250px 1fr;
  margin-top: 28px;
  padding: 0 20px;
}

.question-lyt__block:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.question-lyt__block:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  padding: 7px 20px 0 0;
}

.question-lyt__block:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  padding-top: 5px;
}

.question-list {
  display: flex;
  flex-wrap: wrap;
  margin: 2px -5px -5px;
}

.question-list__item {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: calc((100% - 20px) / 2);
  margin: 5px;
  border-radius: 5px;
  background: #d4d4d0;
}

.choices-btn {
  position: relative;
}

.choices-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-6px);
  width: 14px;
  height: 14px;
  border: 2px solid #afafaf;
  border-radius: 50%;
  background: #fff;
  transition: background 0.3s ease;
  content: "";
}

.result-unit {
  text-align: center;
  line-height: 1.8;
}

.result-unit__lead {
  margin-bottom: 18px;
  color: #0068b7;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.result-unit__btn {
  max-width: 304px;
  margin: 15px auto 0;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.u-activeModal {
  overflow: hidden;
}

@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__ttl {
    width: 100%;
    font-size: calc(28px + 28 * (100vw - 375px) / 375);
    line-height: 1.4;
  }

  .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;
  }

  .unique-inside {
    padding: 40px 0;
  }

  .data-group {
    margin-top: 20px;
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
    line-height: 1.9;
  }

  .data-group + .data-group {
    margin-top: 40px;
  }

  .data-group__indent {
    padding: 0 6.7796610169%;
  }

  .data-group__theme {
    margin-top: 20px;
    font-size: calc(18px + 18 * (100vw - 375px) / 375);
  }
  .sec-mail .data-group__theme {
    margin-top: 5px;
  }

  .definition-list {
    margin-bottom: 5px;
  }

  .definition-list__details--indent {
    margin-left: 0;
  }

  .category-box {
    display: block;
    margin-top: 16px;
    padding: 6.7796610169% 6.7796610169% 10.1694915254%;
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
  }

  .category-box__notes {
    width: 100%;
    padding: 0;
  }

  .category-box__img {
    width: 72%;
    margin: 15px auto 0;
  }

  .category-box__theme {
    margin-bottom: 10px;
    font-size: calc(16px + 16 * (100vw - 375px) / 375);
    line-height: 1.4;
  }

  .btn-holder {
    display: block;
    margin: 17px auto;
  }

  .btn-holder__item {
    width: 100%;
    margin: 10px 0;
  }

  .btn-holder__btn {
    padding: 13px 15px 15px;
    font-size: calc(16px + 2 * (100vw - 375px) / 375);
  }

  .btn-holder__btn::after {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border-width: 0 2px 2px 0;
  }

  .modal-panel {
    width: 90%;
    max-width: 800px;
    border-radius: 0;
  }

  .modal-panel__inner {
    overflow: hidden;
    margin: 5% auto;
    padding: 0;
    border-radius: 25px;
    background-size: auto 7.5px;
  }

  .modal-panel__target.is-show {
    padding: 11.0666666667vw 5.3333333333vw 8.2666666667vw;
    text-align: center;
  }

  .modal-panel__btn {
    top: 6.6666666667vw;
    right: 4.4vw;
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }

  .question-unit {
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
    line-height: 1.6;
  }

  .question-unit__info {
    font-size: calc(28px + 28 * (100vw - 375px) / 375);
  }

  .question-unit__txt span {
    font-size: calc(18px + 18 * (100vw - 375px) / 375);
    line-height: 1.8;
  }

  .question-lyt {
    display: block;
    margin-top: 3.3333333333vw;
    padding: 0 8.6666666667vw;
  }

  .question-lyt__block:nth-of-type(2) {
    padding: 2.6666666667vw 0 2.5333333333vw;
  }

  .question-lyt__block:nth-of-type(3) {
    padding: 0;
  }

  .question-list {
    margin: -0.6666666667vw;
    padding-top: 1.4666666667vw;
  }

  .question-list__item {
    width: calc((100% - 2.6666666667vw) / 2);
    margin: 0.6666666667vw;
  }

  .choices-btn::after {
    left: 2.6666666667vw;
    transform: translateY(-1.33333vw);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }

  .choices-btn:active::after {
    background: #0068b7;
  }

  .result-unit {
    line-height: 1.6;
  }

  .result-unit__lead {
    margin-bottom: 2.6666666667vw;
    font-size: calc(18px + 18 * (100vw - 375px) / 375);
    line-height: 1.4;
  }

  .result-unit__btn {
    margin: 2vw auto 0;
  }

  .u-touchApple {
    overflow: auto;
    height: 100%;
  }

  .u-touchApple body {
    overflow: hidden;
    height: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn-holder__btn::after {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 751px) {
  .question-unit__lead {
    font-size: 16px;
  }

  .choices-btn:hover::after {
    background: #0068b7;
  }
}
@media screen and (min-width: 750.1px) {
  .question-list__item:nth-of-type(2) {
    height: 100px;
  }

  .question-list__item:nth-of-type(4) {
    height: 110px;
  }
}
.data-group--program {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e8f5ff;
  border-radius: 40px;
  padding: 25px 40px;
}
.data-group--program + .data-group--program {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .data-group--program {
    display: block;
    border-radius: 5vw;
    padding: 7.5%;
  }
  .data-group--program + .data-group--program {
    margin-top: 4%;
  }
}

.data-group--program__ttl {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #0068b7;
}
@media screen and (max-width: 750px) {
  .data-group--program__ttl {
    font-size: calc(16px + 16 * (100vw - 375px) / 375);
    line-height: 1.4;
  }
}

.data-group--program__txt {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .data-group--program__txt {
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
  }
}

.data-group--program__img {
  width: 212px;
}
@media screen and (max-width: 750px) {
  .data-group--program__img {
    width: 100%;
    padding-top: 5%;
  }
}

.btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 750px) {
  .btn-list {
    display: block;
  }
}

.btn-item {
  flex-basis: 384px;
}
@media screen and (max-width: 750px) {
  .btn-item {
    width: 100%;
  }
  .btn-item + .btn-item {
    margin-top: 10px;
  }
}
.btn-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  transition: background-color 0.3s, color 0.3s;
  padding: 18px 15px 22px;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .btn-item a {
    padding: 4% 5% 5%;
    font-size: calc(18px + 18 * (100vw - 375px) / 375);
  }
}
.btn-item a:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  content: "";
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .btn-item a:after {
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
}
.btn-item a.bg-pink {
  border-color: #dd5581;
  background-color: #dd5581;
}
@media screen and (min-width: 751px) {
  .btn-item a.bg-pink:hover {
    background-color: #fff;
    color: #dd5581;
  }
}
.btn-item a.bg-green {
  border-color: #a5c002;
  background-color: #a5c002;
}
@media screen and (min-width: 751px) {
  .btn-item a.bg-green:hover {
    background-color: #fff;
    color: #a5c002;
  }
}
.btn-item a.bg-green.disabled {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}
.btn-item a.bg-orange {
  border-color: #db7123;
  background-color: #db7123;
}
@media screen and (min-width: 751px) {
  .btn-item a.bg-orange:hover {
    background-color: #fff;
    color: #db7123;
  }
}
.btn-item a.bg-emerald {
  border-color: #20aca9;
  background-color: #20aca9;
}
@media screen and (min-width: 751px) {
  .btn-item a.bg-emerald:hover {
    background-color: #fff;
    color: #20aca9;
  }
}
.btn-item a.bg-pink {
  border-color: #dd5581;
  background-color: #dd5581;
}
@media screen and (min-width: 751px) {
  .btn-item a.bg-pink:hover {
    background-color: #fff;
    color: #dd5581;
  }
}
.btn-item a.bg-pink.disabled {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}
.btn-item a.bg-blue {
  border-color: #0068b7;
  background-color: #0068b7;
}
@media screen and (min-width: 751px) {
  .btn-item a.bg-blue:hover {
    background-color: #fff;
    color: #0068b7;
  }
}

.sec-mail {
  margin-top: 30px;
  padding: 45px;
  border-radius: 30px;
  background-color: #e8f5ff;
}
@media screen and (max-width: 750px) {
  .sec-mail {
    margin-top: 20px;
    padding: 10% 7%;
    border-radius: 20px;
  }
}

.mail-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .mail-box {
    display: block;
  }
}
.mail-box .data-group__theme {
  margin-top: 0;
}
.mail-box .btn-item {
  width: 45%;
}
@media screen and (max-width: 750px) {
  .mail-box .btn-item {
    width: 100%;
  }
}
.mail-box .btn-item a {
  padding: 15px 15px 19px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .mail-box .btn-item a {
    padding: 4% 5% 5%;
    font-size: calc(16px + 16 * (100vw - 375px) / 375);
  }
}
.mail-box .btn-item a:after {
  width: 12px;
  height: 12px;
  border-width: 0 3px 3px 0;
}
@media screen and (max-width: 750px) {
  .mail-box .btn-item a:after {
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
}

.mail-box__wrap {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .mail-box__wrap {
    width: 100%;
  }
}

.mail-box__txt {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .mail-box__txt {
    padding-bottom: 10px;
    font-size: calc(13px + 13 * (100vw - 375px) / 375);
  }
}

.caution-box {
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  .caution-box {
    padding-top: 10px;
  }
}

.caution-txt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .caution-txt {
    font-size: calc(10px + 10 * (100vw - 375px) / 375);
  }
}

.associated-company {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  .associated-company {
    justify-content: center;
    flex-flow: row-reverse wrap-reverse;
    gap: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .associated-company {
    gap: 4vw 5%;
    margin-top: 10%;
  }
}
@media screen and (min-width: 751px) {
  .associated-company li {
    width: 185px;
  }
  .associated-company li a {
    transition: opacity .3s;
  }
  .associated-company li a:hover {
    opacity: .7;
  }
  .associated-company li:first-child {
    order: 7;
  }
  .associated-company li:nth-child(2) {
    order: 6;
  }
  .associated-company li:nth-child(3) {
    order: 5;
  }
  .associated-company li:nth-child(4) {
    order: 4;
  }
  .associated-company li:nth-child(5) {
    order: 3;
  }
  .associated-company li:nth-child(6) {
    order: 2;
  }
  .associated-company li:last-child {
    order: 1;
  }
}
@media screen and (max-width: 750px) {
  .associated-company li {
    width: 47.5%;
  }
}
