﻿@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-txt: #333;
  --color-txt02: #0c2651;
  --color-accent: #ebcd2d;
  --color-accent02: #d6be6a;
  --color-accent03: #e23752;
  --color-accent04: #285fa7;
  --color-contrast: #0c2651;
  --color-main: #12264f;
  --color-test: #caa64e;
  --color-course: #4daba5;
  --color-test-detail: #c9a73b;
  --color-course-detail-sub: #1d2b56;
  --color-gray: #7c7c7c;
}

/* =======================================================
about
======================================================= */
.l-about {
  padding: 4.5rem 0;
  background: linear-gradient(90deg, #e7da93 0%, #fffced 49%, #e6d992 73%, #dfce82 100%);
}

.p-about {
  max-width: 58.75rem;
}
.p-about__ttl {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    margin-bottom: 3rem;
    font-size: 2.625rem;
  }
}
.p-about__txt {
  font-size: 1.375rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    font-size: 1.875rem;
  }
}

/* =======================================================
common
======================================================= */
.p-bg {
  padding: 5rem 2.5rem;
  background: var(--color-contrast);
}
@media screen and (max-width: 767px) {
  .p-bg {
    padding-inline: 0;
  }
}

.secHead h2 .text {
  font-size: 2.5rem;
}

.secHead h2 .text .big {
  font-size: 5rem;
}

.secHead {
  margin-bottom: 4rem;
}

.scrolled header {
  left: 50%;
}

/* =======================================================
contact
======================================================= */
.l-contact .secContact .contactHead {
  margin-bottom: 4.375rem;
}
.l-contact .secHead .c-att {
  justify-content: center;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.l-contact .secHead .c-att::after {
  content: "※";
}
@media screen and (max-width: 767px) {
  .l-contact .secHead .c-att {
    gap: 0.25em;
    margin-top: 2.25rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
.l-contact .secContact .contactHead .requestType {
  padding: 0 6.25rem;
  margin-bottom: 4em;
  line-height: 1.6;
}
.l-contact .secContact .contactHead .requestType h3 {
  margin-bottom: 0.5em;
}
.l-contact .secContact .contactHead .requestType p {
  line-height: 1.5;
  text-align: left;
}
.l-contact .secContact .contactHead > p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead > p {
    font-size: 1.75rem;
    text-align: center;
  }
}
.l-contact .secContact .contactHead .telBox {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  border: 0.1875rem solid #145eac;
  border-radius: 0.625rem;
}
.l-contact .secContact .contactHead .telBox .boxIn {
  display: grid;
  grid-template-columns: repeat(2, auto);
  max-width: 43.75rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn {
    display: block;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .label {
  display: grid;
  place-content: center;
  width: auto;
  padding: 2.5rem;
  padding-left: 1.875rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background-color: #e5eef8;
  border-right: 0.1875rem solid #145eac;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .label {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.875rem;
    text-align: center;
    border-right: none;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .info {
    display: grid;
    align-items: center;
    padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info {
    display: block;
    justify-content: center;
    padding: 2rem 2.5rem;
    text-align: center;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .info p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info p {
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info a {
    display: block;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .info p .tel {
  position: relative;
  padding-left: 2.3125rem;
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info p .tel {
    padding-left: 3.46875rem;
    font-size: 3rem;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .info p .date {
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info p .date {
    padding-right: 0;
    font-size: 1.625rem;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .info p .email {
  position: relative;
  padding-top: 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info p .email {
    font-size: 1.625rem;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .info p .emailIn {
  position: relative;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info p .emailIn {
    padding-left: 2.34375rem;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .info p .emailIn::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  display: table-cell;
  width: 1.125rem;
  height: 0.8125rem;
  content: "";
  background: center center/100% auto url("../img/icn_email.png") no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info p .emailIn::before {
    width: 1.6875rem;
    height: 1.21875rem;
  }
}
.l-contact .secContact .contactHead .telBox .boxIn .info p .tel::before {
  position: absolute;
  top: 0.85em;
  left: 0;
  display: table-cell;
  width: 1.8125rem;
  height: 1.8125rem;
  content: "";
  background: center center/100% auto url("../img/icn_tel.png") no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactHead .telBox .boxIn .info p .tel::before {
    width: 2.71875rem;
    height: 2.71875rem;
  }
}
.l-contact .secContact .contactBody .caution {
  padding: 5rem 0 0;
  color: #f00;
}
.l-contact .secContact .contactBody {
  padding: 0;
  background-color: var(--color-white);
  border-radius: 0;
}
.l-contact .secContact .contactBody .contactIn {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn {
    display: block;
  }
}
.l-contact .secContact .contactBody .contactIn .row {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .label {
  display: table-cell;
  width: 30%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #12264f;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .label {
    display: block;
    width: 100%;
    font-size: 1.875rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .input {
  display: table-cell;
  width: 70%;
  padding: 0.9375rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .input {
    display: block;
    width: 100%;
    padding: 1.40625rem 0;
  }
}
.l-contact .secContact .contactBody .contactIn .row .input span {
  display: block;
  margin: 0.625rem 0 0;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .input span {
    margin: 0.9375rem 0;
    font-size: 1.5rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .input .block {
  display: block;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .input .block {
    margin-bottom: 1.125rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .input .block:nth-last-child(1) {
  margin-bottom: 0;
}
.l-contact .secContact .contactBody .contactIn .row .input input[type=text],
.l-contact .secContact .contactBody .contactIn .row .input input[type=email] {
  width: 100%;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1.5;
  border: 0.125rem solid #145eac;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .input input[type=text],
  .l-contact .secContact .contactBody .contactIn .row .input input[type=email] {
    font-size: 1.875rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .input input[type=radio] {
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .input input[type=radio] {
    font-size: 1.875rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .input label {
  position: relative;
  display: block;
  padding-left: 1.75rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .input label {
    padding-left: 2.625rem;
    font-size: 1.875rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .input input[type=radio] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: table-cell;
  width: 1rem;
  height: 1rem;
  content: "";
  border: 0.0625rem solid #145eac;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .input input[type=radio] + label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .input input[type=radio]:checked + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: table-cell;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: rgb(184, 29, 32);
  border: 0.0625rem solid #145eac;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .input input[type=radio]:checked + label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row .label {
  position: relative;
  padding-right: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row .label {
    padding-right: 10.3125rem;
  }
}
.l-contact .secContact .contactBody .contactIn .row.hissu .label::after {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  display: table-cell;
  height: 1.875rem;
  padding: 0 0.8em;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  letter-spacing: 0.1em;
  content: "必須";
  background-color: #f7000c;
  border-radius: 0.375rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-contact .secContact .contactBody .contactIn .row.hissu .label::after {
    right: 0;
    display: grid;
    place-content: center;
    height: 2.8125rem;
    padding-bottom: 0.1875rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.l-contact .secContact .contactBody .contactIn .row.terms a {
  font-size: 1rem;
  color: #145eac;
  text-decoration: underline;
}
.l-contact .contact-check .inputText {
  display: block;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(55, 55, 55);
  background-color: rgb(241, 241, 241);
}
.l-contact .submitArea {
  padding-top: 4.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-contact .submitArea {
    padding-top: 0;
  }
}
.l-contact .submitArea .btn {
  display: inline-block;
}
.l-contact .submitArea .btn:not(:first-of-type) {
  margin-left: 2.5rem;
}
.l-contact .submitArea .btn button,
.l-contact .submitArea .btn input,
.l-contact .submitArea .btn a {
  display: block;
  height: 4.375rem;
  padding: 0 5rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 4.375rem;
  color: #fff;
  letter-spacing: 0.025em;
  border: none;
  border-radius: 0.625rem;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .l-contact .submitArea .btn button,
  .l-contact .submitArea .btn input,
  .l-contact .submitArea .btn a {
    height: 6.5625rem;
    padding: 0 7.5rem 0.1875rem;
    font-size: 1.875rem;
  }
}
.l-contact .submitArea .btn.btnBlue input,
.l-contact .submitArea .btn.btnBlue button,
.l-contact .submitArea .btn.btnBlue a {
  background-color: #145eac;
}
.l-contact .submitArea .btn.btnGray button {
  color: #fff;
  background-color: #b2b2b2;
}
.l-contact .gotop {
  position: fixed;
  right: -5rem;
  bottom: 2.5rem;
  z-index: 3;
  box-sizing: border-box;
  display: table-cell;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  background-color: #fff;
  border: 0.0625rem solid #12264f;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.l-contact .scrolled .gotop {
  right: 2.5rem;
}
.l-contact .end.scrolled .gotop {
  bottom: 7.5rem;
}
.l-contact .gotop:hover {
  opacity: 0.8;
}
.l-contact .gotop::before {
  position: absolute;
  top: 0;
  left: 0;
  display: table-cell;
  width: 100%;
  height: 100%;
  content: "";
  background: center center/100% auto url("../img/gotop_arrow.png") no-repeat;
}
.l-contact ::placeholder {
  color: gray;
}

/* =======================================================
course-detail
======================================================= */
.l-course-detail .sec02 {
  padding-top: 4rem;
  padding-bottom: 7.125rem;
  background: left top/0.3125rem auto url("../img/bg_dot.jpg") repeat;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 {
    padding: 5rem 0 8rem;
  }
}
.l-course-detail .sec02 .row02 {
  border: 0.1875rem solid #145eac;
  border-radius: 0.625rem;
}
.l-course-detail .sec02 .row02 h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 .row02 h3 {
    font-size: 2rem;
  }
}
.l-course-detail .sec02 .row02 h3 .h3In .text {
  height: 2.875rem;
  padding: 0 2.25rem;
  line-height: 2.875rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 .row02 h3 .h3In .text {
    display: grid;
    place-content: center;
    height: 4.3125rem;
  }
}
.l-course-detail .sec02 .row02 h3 .h3In .artLeft {
  width: 1.25rem;
  height: 2.875rem;
  border-top: 1.4375rem solid #145eac;
  border-bottom: 1.4375rem solid #145eac;
  border-left: 1.25rem solid transparent;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 .row02 h3 .h3In .artLeft {
    width: 1.875rem;
    height: 4.3125rem;
    border-top: 2.15625rem solid #145eac;
    border-bottom: 2.15625rem solid #145eac;
    border-left: 1.875rem solid transparent;
  }
}
.l-course-detail .sec02 .row02 h3 .h3In .artRight {
  width: 1.25rem;
  height: 2.875rem;
  border-top: 1.4375rem solid #145eac;
  border-right: 1.25rem solid transparent;
  border-bottom: 1.4375rem solid #145eac;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 .row02 h3 .h3In .artRight {
    width: 1.875rem;
    height: 4.3125rem;
    border-top: 2.15625rem solid #145eac;
    border-right: 1.875rem solid transparent;
    border-bottom: 2.15625rem solid #145eac;
  }
}
.l-course-detail .sec02 .row02 .textBox {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 .row02 .textBox {
    padding: 4rem 0 3rem;
  }
}
.l-course-detail .sec02 .row02 .textBox p:nth-child(1) {
  margin-bottom: 2.125rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 .row02 .textBox p:nth-child(1) {
    font-size: 1.875rem;
  }
}
.l-course-detail .sec02 .row02 .textBox p:nth-child(2) {
  font-size: 1.75rem;
  line-height: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 .row02 .textBox p:nth-child(2) {
    font-size: 2.25rem;
  }
}
.l-course-detail .sec02 .row02 .textBox p:nth-child(2) .red {
  font-size: 2.1875rem;
  line-height: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec02 .row02 .textBox p:nth-child(2) .red {
    font-size: 2.625rem;
  }
}
.l-course-detail .sec02 .row02 .textBox .bottomArrow {
  width: 28.125rem;
  height: 3.375rem;
}
.l-course-detail .sec02 .row02 .textBox .bottomArrow::before {
  width: 28.125rem;
  height: 3.375rem;
  border-top: 3.375rem solid #145eac;
  border-right: 14.0625rem solid transparent;
  border-left: 14.0625rem solid transparent;
}
.l-course-detail .sec02 .row02 .textBox .bottomArrow::after {
  width: 26.625rem;
  height: 3.1875rem;
  border-top: 3.1875rem solid #fef9df;
  border-right: 13.3125rem solid transparent;
  border-left: 13.3125rem solid transparent;
}
.l-course-detail .sec03 {
  padding: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec03 {
    padding: 7.5rem 0 4rem;
  }
}
.l-course-detail .sec03 .secIn > p {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec03 .secIn > p {
    font-size: 2.5rem;
  }
}
.l-course-detail .sec03 .secIn > p .big {
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec03 .secIn > p .big {
    font-size: 5rem;
  }
}
.l-course-detail .pointList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .pointList {
    grid-template-columns: auto;
    gap: 2.5rem;
  }
}
.l-course-detail .pointList li {
  width: 100%;
  margin-right: 0;
  border: 0.1875rem solid #145eac;
  border-radius: 0.625rem;
}
.l-course-detail .pointList li .num {
  top: 3.125rem;
  left: 4.375rem;
  font-size: 5rem;
}
.l-course-detail .pointList.list02 li .num {
  right: 4.375rem;
  left: auto;
}
.l-course-detail .pointList li .text {
  padding: 15rem 0 2.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .pointList li .text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.l-course-detail .pointList li .textBox {
  padding: 15rem 1.625rem 2.3125rem;
}
.l-course-detail .pointList li .textBox .block01 {
  margin-bottom: 1.4375rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .pointList li .textBox .block01 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.l-course-detail .pointList li .textBox .block02 {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .pointList li .textBox .block02 {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}
.l-course-detail .pointList li .text .small {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .pointList li .text .small {
    font-size: 1.875rem;
  }
}
.l-course-detail .pointList li:nth-child(1)::before {
  top: 2.125rem;
  width: 13.1875rem;
  height: 11.25rem;
}
.l-course-detail .pointList li:nth-child(2)::before {
  top: 2.5rem;
  width: 13.1875rem;
  height: 11.25rem;
}
.l-course-detail .pointList li:nth-child(3)::before {
  top: 2.5rem;
  width: 13.1875rem;
  height: 11.25rem;
}
.l-course-detail .pointList.list02 li:nth-child(1)::before {
  top: 1.75rem;
  width: 15.5rem;
  height: 10.6875rem;
}
.l-course-detail .pointList.list02 li:nth-child(2)::before {
  top: 1.25rem;
  width: 15.875rem;
  height: 11.375rem;
}
.l-course-detail .pointList.list02 li:nth-child(3)::before {
  top: 1.25rem;
  width: 8.0625rem;
  height: 12.1875rem;
}
.l-course-detail .sec04 {
  position: relative;
  padding-bottom: 10.875rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.l-course-detail .grayBgSet {
  position: relative;
}
.l-course-detail .grayBgSet::before {
  position: absolute;
  right: 50%;
  bottom: 0;
  display: table-cell;
  width: 47.4375rem;
  height: 26.0625rem;
  content: "";
  background: center center/100% auto url("../img/sec08_bg_left.png") no-repeat;
  transform: translateX(-28.3125rem);
}
.l-course-detail .grayBgSet::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: table-cell;
  width: 61.5rem;
  height: 59.1875rem;
  content: "";
  background: center center/100% auto url("../img/sec08_bg_right.png") no-repeat;
  transform: translateX(10.75rem);
}
.l-course-detail .sec04 .secIn {
  position: relative;
  z-index: 2;
  padding-top: 3.125rem;
}
.l-course-detail .sec07 {
  padding-bottom: 0;
}
.l-course-detail .sec07 .secIn {
  padding-bottom: 5.625rem;
}
.l-course-detail .sec07 .secIn::before {
  height: 5rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secHead {
    margin-bottom: 1.5rem;
  }
}
.l-course-detail .sec07 .secBody > p .text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody > p .text {
    font-size: 1.625rem;
  }
}
.l-course-detail .sec07 .secBody .courseWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .courseWrap {
    gap: 2.25rem;
    padding-top: 4rem;
  }
}
.l-course-detail .sec07 .secBody .courseWrap .courseBox {
  display: block;
  width: calc((100% - 1.5rem) / 2);
  min-height: 18.75rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .courseWrap .courseBox {
    width: 100%;
  }
}
.l-course-detail .sec07 .secBody .courseWrap .courseBoxIn {
  height: 100%;
  border: 0.1875rem solid #145eac;
  border-radius: 0.625rem;
}
.l-course-detail .sec07 .secBody .courseWrap .courseBoxIn h3 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .courseWrap .courseBoxIn h3 {
    padding-top: 2.875rem;
  }
}
.l-course-detail .sec07 .secBody .courseWrap .courseBoxIn h3 .text {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .courseWrap .courseBoxIn h3 .text {
    font-size: 2.125rem;
    line-height: 1;
  }
}
.l-course-detail .sec07 .secBody .courseWrap .courseBoxIn ul {
  display: grid;
  gap: 0.5rem;
  place-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .courseWrap .courseBoxIn ul {
    gap: 0.75rem;
    padding: 2rem 2.5rem;
  }
}
.l-course-detail .sec07 .secBody .courseWrap .courseBoxIn ul li {
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  text-align: left;
  border-bottom: 0.0625rem solid #145eac;
}
.l-course-detail .sec07 .secBody .courseWrap .courseBoxIn ul li .numBlock {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .courseWrap .courseBoxIn ul li .numBlock {
    font-size: 1.625rem;
  }
}
.l-course-detail .sec07 .secBody .courseWrap .courseBoxIn ul li .text {
  font-size: 0.875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .courseWrap .courseBoxIn ul li .text {
    font-size: 1.5rem;
  }
}
.l-course-detail .sec07 .secBody .courseWrap .courseBox:nth-child(1) h3::after {
  bottom: 1.5rem;
  width: 3.6875rem;
  height: 4.625rem;
}
.l-course-detail .sec07 .secBody .courseWrap .courseBox:nth-child(2) h3::after {
  bottom: 1.5rem;
  width: 4.625rem;
  height: 5.1875rem;
}
.l-course-detail .sec07 .secBody .courseWrap .courseBox:nth-child(3) h3::after {
  bottom: 1.5rem;
  width: 4.3125rem;
  height: 5rem;
}
.l-course-detail .sec07 .secBody .courseWrap .courseBox:nth-child(4) h3::after {
  bottom: 1.5rem;
  width: 5rem;
  height: 4.5625rem;
}
.l-course-detail .sec07 .secBody .courseWrap .courseBox:nth-child(5) h3::after {
  bottom: 1.125rem;
  width: 2.875rem;
  height: 4.5rem;
}
.l-course-detail .sec07 .secBody .courseWrap .courseBox:nth-child(5) p {
  font-size: 1rem;
}
.l-course-detail .sec07 .secBody .items {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .items {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}
.l-course-detail .sec07 .secBody .items .item {
  width: 27%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .items .item {
    width: 100%;
  }
}
.l-course-detail .sec07 .secBody .items .item span {
  padding: 0.125rem 0.625rem;
  margin: 0.625rem auto;
  border: solid 0.125rem #155eae;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .items .item span {
    padding: 0.1875rem 0.9375rem 0.3125rem;
    margin: 0.9375rem auto;
  }
}
.l-course-detail .sec07 .secBody .items .item p {
  margin: 0.625rem 0 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .items .item p {
    margin: 0.9375rem 0 1.875rem;
    font-size: 1.625rem;
  }
}
.l-course-detail .sec07 .secBody .items .item img {
  height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-course-detail .sec07 .secBody .items .item img {
    height: 14.0625rem;
  }
}
.l-course-detail .sec07::before {
  display: none;
}

.p-course-detail__ttl {
  padding: 3rem 0;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  background: var(--color-course);
}
.p-course-detail__ttl-deco {
  display: block;
  width: fit-content;
  padding: 0.5rem 2.5rem 0.625rem;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: var(--color-course);
  background: var(--color-white);
  border-radius: 1.75rem;
}
.p-course-detail__sttl-wrapper {
  padding-bottom: 1.25rem;
  margin-bottom: 3.5rem;
  background: var(--color-course);
  border-top: 0.1875rem solid var(--color-course-detail-sub);
}
@media screen and (max-width: 767px) {
  .p-course-detail__sttl-wrapper {
    width: 100vw;
    padding-bottom: 1.875rem;
    margin: 0 0 2.5rem -1.875rem;
  }
}
.p-course-detail__sttl-wrapper:not(:first-of-type) {
  margin-top: 5rem;
}
.p-course-detail__sttl > img {
  width: 19.625rem;
  transform: translateY(-0.75rem);
}
@media screen and (max-width: 767px) {
  .p-course-detail__sttl > img {
    width: 25rem;
    transform: translateY(-1.125rem);
  }
}
.p-course-detail__stxt {
  display: inline-block;
  padding-bottom: 0.5rem;
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  border-top: 0.0625rem solid;
  border-bottom: 0.0625rem solid;
}
@media screen and (max-width: 767px) {
  .p-course-detail__stxt {
    margin-bottom: 0.75rem;
    font-size: 2.25rem;
  }
}
.p-course-detail__stxt-deco {
  font-size: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-course-detail__stxt-deco {
    font-size: 4rem;
  }
}
.p-course-detail__info-ttl {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-course-detail__info-txt {
  width: fit-content;
  margin: 0 auto 2.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-course-detail__info-txt {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.p-course-detail__info-def {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem 0;
  max-width: 46.875rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-course-detail__info-def {
    gap: 2.25rem 0;
  }
}
.p-course-detail__info-dttl {
  display: grid;
  place-content: center;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course-detail__info-dttl {
    padding: 1.5rem 2.25rem;
    font-size: 1.875rem;
  }
}
.p-course-detail__info-ditem {
  text-align: left;
}
.p-course-detail__conts {
  max-width: 46.875rem;
  padding: 2.5rem;
  margin: 1rem auto;
  background: var(--color-white);
  border: 0.1875rem solid var(--color-accent04);
  border-radius: 0.625rem;
}
.p-course-detail__conts-intro {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course-detail__conts-intro {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-course-detail__conts {
    padding: 2rem 2.5rem 2.5rem;
    margin: 1.5rem auto;
  }
}
.p-course-detail__conts-def {
  display: grid;
  grid-template-columns: 15.125rem 1fr;
  gap: 1rem 3rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-course-detail__conts-def {
    grid-template-columns: auto;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.p-course-detail__conts-dttl {
  padding: 0.5rem 1rem 0.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-course);
}
@media screen and (max-width: 767px) {
  .p-course-detail__conts-dttl {
    padding: 0.75rem 1.5rem 1rem;
    font-size: 1.875rem;
  }
}
.p-course-detail__conts-ditem {
  text-align: left;
}
.p-course-detail__cont-att {
  display: flex !important;
  justify-content: end;
  max-width: 35.25rem;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-course-detail__cont-att {
    justify-content: center;
    max-width: none;
    margin-top: 0.75rem;
  }
}
.p-course-detail__cont-price-def {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  max-width: 40.625rem;
  padding: 1.75rem 0;
  margin: 2rem auto 3rem;
  background: var(--color-white);
  border: 0.1875rem solid var(--color-accent04);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-course-detail__cont-price-def {
    max-width: none;
    padding: 2.625rem 0;
    margin: 3rem auto 4rem;
  }
}
.p-course-detail__cont-price-dttl {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course-detail__cont-price-dttl {
    font-size: 1.875rem;
  }
}
.p-course-detail__cont-price-ditem {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-course-detail__cont-price-ditem {
    gap: 0.9375rem;
  }
}
.p-course-detail__cont-price-num {
  padding-bottom: 0.25rem;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course-detail__cont-price-num {
    padding-bottom: 0.375rem;
    font-size: 4rem;
  }
}
.p-course-detail__cont-price-unit {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course-detail__cont-price-unit {
    font-size: 2.25rem;
  }
}
.p-course-detail__att {
  display: flex !important;
  justify-content: end;
  max-width: 46.875rem;
  margin: 0 auto;
}

#course-detail__sttl01-wrapper {
  padding-bottom: 0;
}
#course-detail__sttl01-wrapper .p-course-detail__sttl > img {
  width: 17.5625rem;
}
@media screen and (max-width: 767px) {
  #course-detail__sttl01-wrapper .p-course-detail__sttl > img {
    width: 21.875rem;
  }
}

/* =======================================================
faq
======================================================= */
.sec12 {
  position: relative;
  padding: 4.375rem 0 11.875rem;
  overflow: hidden;
  background-color: #f5f5f5;
}

.sec12 .secIn {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec12 {
    padding: 9vw 0 11vw;
  }
  .faqList li .listIn .head::before {
    width: 8.8vw;
    padding-bottom: 0.2em;
    font-size: 4.6vw;
    content: "Q";
  }
  .faqList li .listIn .head .text {
    padding: 0.3em 0.6em;
    font-size: 4.6vw;
  }
  .faqList li .listIn .bottom {
    padding: 0.6em 0.6em 0.8em 1em;
    font-size: 3.8vw;
    line-height: 1.6;
  }
}
.faqList li {
  margin-bottom: 1.25rem;
}

.faqList li .listIn {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 0.1875rem solid #145eac;
  border-radius: 0.625rem;
}

.faqList li .listIn .head {
  display: table;
  width: 100%;
}

.faqList li .listIn .head .text {
  display: table-cell;
  padding: 0.5rem 1.25rem 0.625rem 0.75rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #e5eef8;
  border-bottom: 0.1875rem solid #145eac;
}
@media screen and (max-width: 767px) {
  .faqList li .listIn .head .text {
    padding: 0.75rem 1.875rem 0.9375rem 1.125rem;
    font-size: 2rem;
  }
}

.faqList li .listIn .head::before {
  display: table-cell;
  width: 3.125rem;
  height: auto;
  padding-bottom: 0.375rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  content: "Q";
  background-color: #145eac;
}
@media screen and (max-width: 767px) {
  .faqList li .listIn .head::before {
    width: 4.6875rem;
    padding-bottom: 0.5625rem;
    font-size: 2.5rem;
  }
}

.faqList li .listIn .bottom {
  display: block;
  padding: 0.875rem 1.25rem 1.25rem 3.9375rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .faqList li .listIn .bottom {
    padding: 1rem 1.5rem;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .grayBgSet::before {
    position: absolute;
    top: -7vw;
    right: 100%;
    bottom: auto;
    display: table-cell;
    width: 101vw;
    height: 83vw;
    content: "";
    background: center center/100% auto url("../img/sec12_bg_01.png") no-repeat;
    transform: translateX(51.46vw);
  }
  .grayBgSet::after {
    position: absolute;
    top: auto;
    bottom: 9.3vw;
    left: 16.8vw;
    display: table-cell;
    width: 149vw;
    height: 165.6vw;
    content: "";
    background: center center/100% auto url("../img/bg_gray_part_sp_02.png") no-repeat;
    transform: translateX(0);
  }
}
/* =======================================================
merchandise
======================================================= */
.l-merchandise + .l-merchandise {
  margin-top: 5rem;
}
.l-merchandise.--test .p-merchandise__company {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-merchandise.--test .p-merchandise__company {
    gap: 0.75rem;
    font-size: 2rem;
  }
}
.l-merchandise.--test .p-merchandise__company img {
  width: 2.625rem;
}
@media screen and (max-width: 767px) {
  .l-merchandise.--test .p-merchandise__company img {
    width: 3.9375rem;
  }
}
.l-merchandise.--test .p-merchandise__ttl {
  color: var(--color-test);
}
.l-merchandise.--test .p-merchandise__sttl {
  background: var(--color-test);
}
.l-merchandise.--course .p-merchandise {
  padding-top: 6rem;
}
.l-merchandise.--course .p-merchandise__company {
  width: fit-content;
}
.l-merchandise.--course .p-merchandise__company-wrapper {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-merchandise.--course .p-merchandise__company-wrapper {
    flex-wrap: wrap;
  }
}
.l-merchandise.--course .p-merchandise__ttl {
  color: var(--color-course);
}
.l-merchandise.--course .p-merchandise__sttl {
  background: var(--color-course);
}

.p-merchandise {
  position: relative;
  padding-block: 2.5rem;
  text-align: center;
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-merchandise {
    max-width: 43.125rem;
    padding-block: 4rem;
  }
}
.p-merchandise__tag {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 12.5rem;
}
.p-merchandise__company-wrapper {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-merchandise__company-wrapper {
    margin-bottom: 2.25rem;
  }
}
.p-merchandise__ttl {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-merchandise__ttl {
    margin-bottom: 1.5rem;
  }
}
.p-merchandise__sttl {
  display: inline-block;
  min-width: 46.875rem;
  padding: 0.3125rem 0 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-merchandise__sttl {
    display: block;
    min-width: auto;
    padding: 0.46875rem 0 0.75rem;
    margin-bottom: 2.25rem;
    border-radius: 9.375rem;
  }
}
.p-merchandise__cont-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 14.0625rem);
  gap: 5rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-merchandise__cont-wrapper {
    grid-template-columns: auto;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
}
.p-merchandise__cont-imgwrapper {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-merchandise__cont-imgwrapper {
    width: 18.75rem;
    margin: 0 auto 2rem;
  }
}
.p-merchandise__cont-ttl {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-merchandise__cont-ttl {
    font-size: 1.875rem;
  }
}

/* =======================================================
mv
======================================================= */
.l-mv {
  position: relative;
  padding: 8rem 0 2.5rem;
  overflow: hidden;
  background: var(--color-main);
}
@media screen and (max-width: 767px) {
  .l-mv {
    padding-bottom: 4rem;
  }
}
.l-mv::before {
  position: absolute;
  right: 50%;
  bottom: 0;
  display: table-cell;
  width: 67rem;
  height: 46.125rem;
  content: "";
  background: right bottom/100% auto url("../su-img/mv-bg01.png") no-repeat;
  transform: translateX(-25.625rem);
}
@media screen and (max-width: 767px) {
  .l-mv::before {
    right: auto;
    bottom: 8.34375rem;
    left: 0;
    width: 23.4375rem;
    height: 38.15625rem;
    background: right top/auto url("../img/fv_img_part_01_sp.png") no-repeat;
    transform: translateX(0);
  }
}
.l-mv::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: table-cell;
  width: 97.4375rem;
  height: 74.125rem;
  content: "";
  background: right bottom/100% auto url("../su-img/mv-bg02.png") no-repeat;
  transform: translateX(-4.3125rem);
}
@media screen and (max-width: 767px) {
  .l-mv::after {
    top: 0;
    right: 0;
    left: auto;
    width: 34.921875rem;
    height: 50.859375rem;
    background: right top/auto url("../img/fv_img_part_02_sp.png") no-repeat;
    transform: translateX(0);
  }
}

.p-mv {
  position: relative;
  z-index: 2;
}
.p-mv::before {
  position: absolute;
  bottom: 0;
  left: 5rem;
  width: 17.5rem;
  height: 12.5rem;
  content: "";
  background: url("../su-img/mv-img01.png") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    display: none;
  }
}
.p-mv::after {
  position: absolute;
  right: 5rem;
  bottom: -2.5rem;
  width: 15rem;
  height: 13.5625rem;
  content: "";
  background: url("../su-img/mv-img02.png") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-mv::after {
    display: none;
  }
}
.p-mv__sttl {
  position: relative;
  padding: 1rem 0 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(35/32);
  color: var(--color-txt02);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__sttl {
    padding: 1.5rem 0 2rem;
    margin-bottom: 2rem;
    line-height: 1.25;
  }
}
.p-mv__sttl::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #d8c06e 0%, #d9c371 1%, #e1d186 8%, #e7da93 15%, #e8dd98 22%, #e6d992 32%, #dfce82 44%, #d5bc68 57%, #d4ba66 58%, #c1993a 100%);
  transform: translate(-50%, -50%);
}
.p-mv__sttl-inner {
  position: relative;
}
.p-mv__sttl-deco.--01 {
  font-size: 2.25rem;
}
.p-mv__sttl-deco.--02 {
  display: block;
  font-size: 5rem;
}
.p-mv__ttl {
  width: 50rem;
  margin: 0 auto 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    position: relative;
    width: 100%;
    padding-bottom: 21.25rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__ttl::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 26.25rem;
    height: 18.75rem;
    content: "";
    background: url("../su-img/mv-img01.png") center center/cover no-repeat;
    transform: translateX(-50%);
  }
}
.p-mv__txt {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    margin-bottom: 3rem;
    font-size: 2.25rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn-wrapper::before {
    position: absolute;
    top: -13.5625rem;
    right: 0;
    width: 15rem;
    height: 13.5625rem;
    content: "";
    background: url("../su-img/mv-img02.png") center center/cover no-repeat;
  }
}

/* =======================================================
test-detail
======================================================= */
.p-test-detail__ttl {
  padding: 3rem 0;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  background: var(--color-test-detail);
}
.p-test-detail__ttl-deco {
  display: block;
  width: fit-content;
  padding: 0.5rem 2.5rem 0.625rem;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: var(--color-test-detail);
  background: var(--color-white);
  border-radius: 1.75rem;
}
.p-test-detail__sttl {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-test-detail__sttl {
    gap: 1.5rem;
    margin: 2.25rem 0;
  }
}
.p-test-detail__sttl > img {
  width: 6.25rem;
}
.p-test-detail__sttl-inner {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-test-detail__sttl-inner {
    font-size: 2rem;
  }
}
.p-test-detail__sttl-medium {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__sttl-medium {
    font-size: 2.25rem;
  }
}
.p-test-detail__sttl-large {
  display: block;
  font-size: 2.75rem;
}
.p-test-detail__cont {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont {
    padding-bottom: 4rem;
  }
}
.p-test-detail__cont-ttl {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-white);
}
.p-test-detail__cont-ttl-wrapper {
  padding: 1rem 0 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  background: var(--color-test-detail);
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-ttl-wrapper {
    width: 100vw;
    padding: 1.5rem 0 2.25rem;
    margin: 0 0 2.25rem -1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-ttl {
    margin-bottom: 1.5rem;
    font-size: 2.75rem;
  }
}
.p-test-detail__cont-ttl-num {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-ttl-num {
    font-size: 5rem;
  }
}
.p-test-detail__cont-sttl {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-sttl {
    font-size: 2rem;
  }
}
.p-test-detail__cont-def {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  width: fit-content;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-def {
    grid-template-columns: 15rem 1fr;
  }
}
.p-test-detail__cont-dttl {
  align-self: center;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-dttl {
    font-size: 1.75rem;
  }
}
.p-test-detail__cont-dttl:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-dttl:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}
.p-test-detail__cont-ditem {
  align-self: center;
}
.p-test-detail__cont-ditem:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-ditem:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}
.p-test-detail__cont-ditem-inner {
  display: block;
}
.p-test-detail__cont-ditem-inner + .p-test-detail__cont-ditem-inner {
  margin-top: 1.5em;
}
.p-test-detail__cont-ditem-imgwrapper {
  width: 11.1875rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-ditem-imgwrapper {
    width: 18.75rem;
  }
}
.p-test-detail__cont-price-def {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: center;
  width: fit-content;
  padding: 2rem 5rem 2.5rem;
  margin: 2rem auto;
  border: 0.1875rem solid var(--color-accent04);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-price-def {
    grid-template-columns: auto;
    gap: 1rem;
    padding: 3rem 4rem 3.5rem;
    margin: 3rem auto;
    border-radius: 0.9375rem;
  }
}
.p-test-detail__cont-price-dttl {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-price-dttl {
    font-size: 1.875rem;
    text-align: center;
  }
}
.p-test-detail__cont-price-ditem {
  display: grid;
  grid-template: "num-wrapper student" "register-def student";
  grid-template-columns: repeat(2, auto);
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-price-ditem {
    grid-template: "num-wrapper" "register-def" "student";
    grid-template-columns: auto;
  }
}
.p-test-detail__cont-price-num {
  font-size: 2.5rem;
  font-weight: 700;
}
.p-test-detail__cont-price-num-wrapper {
  display: flex;
  grid-area: num-wrapper;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-price-num-wrapper {
    gap: 0.75rem;
    justify-self: center;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-price-num {
    font-size: 3rem;
  }
}
.p-test-detail__cont-price-unit {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-price-unit {
    font-size: 2rem;
  }
}
.p-test-detail__cont-price-register-def {
  display: flex;
  flex-wrap: wrap;
  grid-area: register-def;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-price-register-def {
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}
.p-test-detail__cont-price-register-dttl::after {
  content: "：";
}
.p-test-detail__cont-price-student {
  grid-area: student;
  align-self: start;
  padding: 0.5rem 1rem 0.625rem;
  color: var(--color-accent03);
  border: 0.0625rem solid var(--color-accent03);
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-price-student {
    padding: 0.75rem 1.5rem 0.9375rem;
    text-align: center;
  }
}
.p-test-detail__cont-present {
  width: fit-content;
  margin: 2.5rem auto;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-present {
    margin: 4rem auto;
  }
}
.p-test-detail__cont-present-ttl {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-present-ttl {
    margin-bottom: 2.25rem;
    font-size: 1.875rem;
  }
}
.p-test-detail__cont-present-imgwrapper {
  width: 35.5625rem;
}
@media screen and (max-width: 767px) {
  .p-test-detail__cont-present-imgwrapper {
    width: 100%;
  }
}

/* =======================================================
voice
======================================================= */
.l-voice .sec10 .secHead h2 .text::before {
  background: center center/100% auto url("../img/sec_head_deco_left02.png") no-repeat;
}
.l-voice .sec10 .secHead h2 .text::after {
  background: center center/100% auto url("../img/sec_head_deco_right02.png") no-repeat;
}
.l-voice .sec10 {
  position: relative;
  padding: 5rem 0 6rem;
  background-color: #0b4787;
}
.l-voice .sec10 .secBody > p {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-voice .sec10 {
    padding-top: 9vw;
    padding-bottom: 19vw;
  }
}
.l-voice .voiceBox {
  margin-bottom: 0;
}
.l-voice .voiceBox .head {
  padding: 1rem 1.3125rem 1.25rem;
  margin-bottom: 2.5rem;
  border: 0.1875rem solid #fff;
  border-radius: 0.625rem;
}
.l-voice .voiceBox .head .text {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.l-voice .voiceBox .bottom {
  position: relative;
  padding-left: 9.1875rem;
}
.l-voice .voiceBox:nth-child(1) .bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  display: table-cell;
  width: 5.8125rem;
  height: 5.8125rem;
  content: "";
  background: center center/auto 100% url("../img/face01.jpg") no-repeat;
  border-radius: 50%;
}
.l-voice .voiceBox:nth-child(2) .bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  display: table-cell;
  width: 5.8125rem;
  height: 5.8125rem;
  content: "";
  background: center center/auto 100% url("../img/face02.jpg") no-repeat;
  border-radius: 50%;
}
.l-voice .voiceBox .bottom .voiceList {
  position: relative;
  padding: 1.5625rem 1.875rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
.l-voice .voiceBox .bottom .voiceList::before {
  position: absolute;
  top: 1.4375rem;
  left: 0;
  box-sizing: border-box;
  display: table-cell;
  width: 2.625rem;
  height: 1.375rem;
  content: "";
  border-top: 0.6875rem solid transparent;
  border-right: 2.625rem solid #fff;
  border-bottom: 0.6875rem solid transparent;
  transform: translateX(-100%);
}
.l-voice .voiceBox .bottom .voiceList li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1rem;
  line-height: 1.75;
  color: #12264f;
}
.l-voice .voiceBox .bottom .voiceList li::before {
  position: absolute;
  top: 0.95em;
  left: 0;
  display: table-cell;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background-color: #145eac;
  border-radius: 50%;
  transform: translateY(-50%);
}
.l-voice .voiceBox .bottom .voiceList li .marker {
  background: linear-gradient(transparent 60%, #fbee17 40%);
}
@media screen and (width <= 47.9375rem) {
  .l-voice .sec10 {
    padding-top: 9vw;
    padding-bottom: 19vw;
  }
  .l-voice .voiceBox .bottom {
    padding-left: 23vw;
  }
  .l-voice .voiceBox:nth-child(1) .bottom::before {
    width: 16vw;
    height: 16vw;
  }
  .l-voice .voiceBox:nth-child(2) .bottom::before {
    width: 16vw;
    height: 16vw;
  }
  .l-voice .voiceBox .bottom .voiceList::before {
    top: 3vw;
    width: 5.6vw;
    height: 2.8vw;
    border-top: 1.4vw solid transparent;
    border-right: 5.6vw solid #fff;
    border-bottom: 1.4vw solid transparent;
  }
  .l-voice .voiceBox .head {
    padding: 3vw 4vw;
    margin-bottom: 4vw;
    border-radius: 1.3vw;
  }
  .l-voice .voiceBox .head .text {
    font-size: 4.6vw;
  }
  .l-voice .voiceBox {
    margin-bottom: 9vw;
  }
  .l-voice .voiceBox .bottom .voiceList li {
    font-size: 3.8vw;
  }
  .l-voice .voiceBox .bottom .voiceList li::before {
    width: 2.4vw;
    height: 2.4vw;
  }
}

/*# sourceMappingURL=su-lp.css.map */
