/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #8ec31f;
  color: #fff;
  border-radius: 50rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}
.btn-01__link:hover, .btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  background: #8ec31f;
  color: #fff;
  line-height: 1.3888888889;
}
.btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-03__link {
  background: #f39800;
}
.btn-icon__link {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}

.ic-tel-blk-13, .ic-tel-blk-15, .ic-tel-blk-17, .ic-tel-wht-13, .ic-tel-wht-15, .ic-tel-wht-17 {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel-blk-13::before, .ic-tel-blk-15::before, .ic-tel-blk-17::before, .ic-tel-wht-13::before, .ic-tel-wht-15::before, .ic-tel-wht-17::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/23;
  background-image: url("/img/common/ic-tel-blk.png");
  background-size: 100%;
}
.ic-tel-blk-13::before, .ic-tel-wht-13::before {
  width: 13px;
}
.ic-tel-blk-15::before, .ic-tel-wht-15::before {
  width: 15px;
}
.ic-tel-blk-17, .ic-tel-wht-17 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel-wht-13::before, .ic-tel-wht-15::before, .ic-tel-wht-17::before {
  width: 17px;
  aspect-ratio: 17/30;
  background-image: url("/img/common/ic-tel-wht.png");
  background-size: 100%;
}
.ic-window {
  position: relative;
  z-index: 1;
}
.ic-window::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 17px;
  aspect-ratio: 17/13;
  background-image: url("/img/common/ic-window.png");
  background-size: 100%;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.ic-window:hover::after {
  transform: translate(1px, calc(-50% - 1px));
}
.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 23/16;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-solid-wht-10, .arw-solid-wht-14, .arw-solid-wht-17 {
  position: relative;
  z-index: 1;
}
.arw-solid-wht-10::after, .arw-solid-wht-14::after, .arw-solid-wht-17::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 10px;
  aspect-ratio: 17/15;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht-10:hover::after, .arw-solid-wht-14:hover::after, .arw-solid-wht-17:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-wht-14::after {
  width: 14px;
}
.arw-solid-wht-17::after {
  width: 17px;
}
.arw-circle {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.arw-circle::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-orn.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-circle:hover::before {
  transform: translateX(2px);
}
.arw-anchor {
  position: relative;
  z-index: 1;
}
.arw-anchor::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 10px;
  aspect-ratio: 17/15;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.3s;
}
.arw-anchor:hover::after {
  transform: translate(0, calc(-50% + 1px)) rotate(90deg);
}

.com-illust-test-01, .com-illust-test-02, .com-illust-handsup-01, .com-illust-handsup-02 {
  position: relative;
  z-index: 1;
}
.com-illust-test-01::before, .com-illust-test-02::after, .com-illust-handsup-01::before, .com-illust-handsup-02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}
.com-illust-test-01::before {
  width: 152px;
  aspect-ratio: 152/220;
  background-image: url("/img/common/illust-test-01.png");
  background-size: 100%;
}
.com-illust-test-02::after {
  width: 165px;
  aspect-ratio: 165/221;
  background-image: url("/img/common/illust-test-02.png");
  background-size: 100%;
}
.com-illust-handsup-01::before {
  width: 207px;
  aspect-ratio: 207/242;
  background-image: url("/img/common/illust-handsup-01.png");
  background-size: 100%;
}
.com-illust-handsup-02::after {
  width: 211px;
  aspect-ratio: 211/237;
  background-image: url("/img/common/illust-handsup-02.png");
  background-size: 100%;
}
.com-wave-btm, .com-wave-top {
  position: relative;
  z-index: 1;
}
.com-wave-btm::after, .com-wave-top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "";
  display: block;
  height: 30px;
  aspect-ratio: 1920/30;
  background-image: url("/img/common/line-wave.png");
  background-size: 100%;
  background-repeat: repeat-x;
  left: 50%;
}
.com-wave-btm::after {
  bottom: 0;
  transform: translate(-50%, 1px);
}
.com-wave-top::before {
  top: 0;
  transform: translate(-50%, -1px) scaleY(-1);
}
.com-deco-point {
  line-height: 1;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.com-deco-point::before, .com-deco-point::after {
  content: "";
  display: block;
  width: 3px;
  border-radius: 50rem;
  background: #726c6c;
  transform: rotate(-45deg);
}
.com-deco-point::after {
  transform: rotate(45deg);
}

.deco-bf, .deco-af,
.obj-bf,
.obj-af,
.bg-bf,
.bg-af {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01, .tbl-03 {
  background: #f7f7f7;
}
.tbl-01 th, .tbl-01 td, .tbl-03 th, .tbl-03 td {
  text-align: center;
  font-weight: 500;
  color: #393636;
}
.tbl-01 thead th, .tbl-03 thead th {
  padding: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  background: #f39800;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 thead th, .tbl-03 thead th {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 thead th, .tbl-03 thead th {
    font-size: 25.3333333333px;
  }
}
.tbl-01 thead th:not(:last-child), .tbl-03 thead th:not(:last-child) {
  border-right: solid 2px #fff;
}
.tbl-01 thead th:first-child, .tbl-03 thead th:first-child {
  width: 43%;
}
.tbl-01 tbody, .tbl-03 tbody {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 tbody, .tbl-03 tbody {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 tbody, .tbl-03 tbody {
    font-size: 18.6666666667px;
  }
}
.tbl-01 tbody th, .tbl-01 tbody td, .tbl-03 tbody th, .tbl-03 tbody td {
  padding: 20px 15px;
  border-top: solid 2px #fff;
}
.tbl-01 tbody th, .tbl-03 tbody th {
  width: 43%;
  border-right: solid 2px #fff;
}
.tbl-02 {
  background: #f7f7f7;
}
.tbl-02 th, .tbl-02 td {
  padding: 15px;
  font-weight: 500;
  text-align: center;
}
.tbl-02 th {
  width: 43%;
  background: #f39800;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tbl-02 th {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 th {
    font-size: 20px;
  }
}
.tbl-02 td {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-02 td {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-02 td {
    font-size: 18.6666666667px;
  }
}
.tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td {
  border-top: solid 2px #fff;
}
.tbl-03 thead th:first-child,
.tbl-03 tbody td:first-child {
  width: 20%;
}
.tbl-03 thead th:nth-child(2),
.tbl-03 tbody td:nth-child(2) {
  width: 50%;
}
.tbl-03 thead th:last-child,
.tbl-03 tbody td:last-child {
  width: 30%;
}
.tbl-04 {
  background: #fff7ea;
}
.tbl-04 th, .tbl-04 td {
  padding: 24px 15px;
  font-weight: 500;
  vertical-align: middle;
}
.tbl-04 th {
  width: 25%;
  background: #f39800;
  color: #fff;
  text-align: center;
}
.tbl-04 td {
  color: #393636;
}
.tbl-04 tr:not(:first-child) th, .tbl-04 tr:not(:first-child) td {
  border-top: solid 1px #fff;
}
.tbl-04 a {
  color: #393636;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1;
  color: #393636;
}
.com-tel__ttl {
  position: relative;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f39800;
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.1333333333;
  letter-spacing: 0.15em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .com-tel__ttl {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tel__ttl {
    font-size: 16.6666666667px;
  }
}
.com-tel__ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 8px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #f39800;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-1px, -50%);
}
.com-contents {
  display: flex;
  flex-direction: column;
}
.com-alternately-color span:nth-child(odd) {
  color: #f39800;
}
.com-alternately-color span:nth-child(even) {
  color: #8ec31f;
}
.com-box-shadow {
  box-shadow: 2.828px 2.828px 10px 0px rgba(0, 0, 0, 0.05);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-dot .list-item, .list-news .list-item, .list-teachers .list-item, .list-step .list-item, .list-voice .list-item, .list-price .list-item, .list-flow .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 18px;
  }
}
.list-news__item {
  padding: 25px 0;
}
.list-news__item:not(:first-child) {
  border-top: dashed 1px rgba(114, 108, 108, 0.5);
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__item:last-child {
  padding-bottom: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px 25px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-info dl {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-info dt, .list-info dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-info dt {
  border: solid 1px #726c6c;
  border-radius: 5px;
  padding: 2px 5px;
  white-space: nowrap;
}
.list-dot {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-dot {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-dot {
    font-size: 20px;
  }
}
.list-dot {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  color: #f39800;
}
.list-dot__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-dot__item::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #f39800;
}
.list-bnr {
  -moz-column-gap: 2.86%;
       column-gap: 2.86%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1120px) {
  .list-bnr {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .list-bnr {
    font-size: 30px;
  }
}
.list-bnr__item {
  width: 470px;
  max-width: 24.4791666667%;
  aspect-ratio: 470/160;
  background: #8ec31f;
  color: #fff;
  border-radius: 2vw;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  padding: 0 6.38%;
  color: #fff;
  display: flex;
  align-items: center;
}
.list-bnr .arw-solid-wht-17::after {
  width: 3.62%;
}
.list-bnr .ic-price, .list-bnr .ic-flow, .list-bnr .ic-faq {
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
.list-bnr .ic-price::before, .list-bnr .ic-flow::before, .list-bnr .ic-faq::before {
  content: "";
  display: block;
}
.list-bnr .ic-price::before {
  width: 11.91%;
  aspect-ratio: 56/54;
  background-image: url("/img/top/banner-icon-01.png");
  background-size: 100%;
}
.list-bnr .ic-flow::before {
  width: 9.79%;
  aspect-ratio: 46/57;
  background-image: url("/img/top/banner-icon-02.png");
  background-size: 100%;
}
.list-bnr .ic-faq::before {
  width: 10%;
  aspect-ratio: 47/60;
  background-image: url("/img/top/banner-icon-03.png");
  background-size: 100%;
}
.list-circle {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-circle {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-circle {
    font-size: 26.6666666667px;
  }
}
.list-circle__item {
  width: 210px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  border: solid 2px #f39800;
  color: #f39800;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-circle__item:nth-child(even) {
  border-color: #8ec31f;
  color: #8ec31f;
}
.list-teachers__item {
  align-items: flex-start;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-teachers .img {
  width: 196px;
  max-width: 100%;
  min-width: 196px;
  aspect-ratio: 196/242;
  border-radius: 20px;
  overflow: hidden;
}
.list-teachers .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-teachers .ttl-03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-teachers .ttl-03 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-teachers .ttl-03 {
    font-size: 24px;
  }
}
.list-teachers dl {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-teachers dt {
  background: #8ec31f;
  color: #fff;
  white-space: nowrap;
  padding: 1px 12px 2px 12px;
  border-radius: 4px;
}
.list-teachers dd {
  transform: translateY(-3px);
}
.list-point__item {
  background: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}
.list-point .ttl-01 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-point .ttl-01 {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point .ttl-01 {
    font-size: 23.3333333333px;
  }
}
.list-point .com-base {
  padding: 20px;
}
.list-step__item {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-step__item:not(:last-child) {
  position: relative;
  z-index: 1;
}
.list-step__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 25px;
  aspect-ratio: 25/22;
  background-image: url("/img/common/arrow-solid-double-grn.png");
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(22.5px + 50%));
}
.list-step__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-bottom: solid 1px rgba(243, 152, 0, 0.5);
  padding-bottom: 10px;
}
.list-step__ttl dt {
  color: #f39800;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-step__ttl dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-step__ttl dt {
    font-size: 21.3333333333px;
  }
}
.list-step__ttl dd {
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-step__ttl dd {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-step__ttl dd {
    font-size: 24px;
  }
}
.list-step__cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.list-step__cont dt {
  border-radius: 4px;
  color: #fff;
  padding: 0 10px 2px 10px;
}
.list-voice-student__item {
  justify-content: space-between;
}
.list-voice-student .com-layout__item {
  display: flex;
  flex-direction: column;
}
.list-voice-student .img {
  width: 200px;
  max-width: 100%;
  row-gap: 10px;
}
.list-voice-student .txtbx {
  width: 810px;
  max-width: 100%;
  background: #fff7ea;
  border-radius: 20px;
  padding: 40px;
  row-gap: 30px;
  position: relative;
  z-index: 1;
}
.list-voice-student .txtbx::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 26px;
  aspect-ratio: 26/30;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: #fff7ea;
  top: 80px;
  right: 100%;
  transform: translate(1px, 0);
}
.list-voice-student dl {
  display: flex;
}
.list-voice-student dt {
  white-space: nowrap;
  border-radius: 5px;
  padding: 1px 15px 2px 15px;
  color: #fff;
}
.list-voice-student__name {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice-student__name {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-student__name {
    font-size: 22.6666666667px;
  }
}
.list-voice-student__bx {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.list-voice-student__grade {
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-voice-student__grade dt {
  background: #8ec31f;
}
.list-voice-student__grade dd {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-voice-student__grade dd {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-student__grade dd {
    font-size: 20px;
  }
}
.list-voice-student__subject, .list-voice-student__txt {
  flex-direction: column;
  row-gap: 10px;
}
.list-voice-student__subject dt, .list-voice-student__txt dt {
  background: #f39800;
}
.list-voice-student__subject {
  align-items: center;
}
.list-voice-student__subject dd {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-weight: 500;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-voice-student__subject dd {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-student__subject dd {
    font-size: 25.3333333333px;
  }
}
.list-voice-student__txt {
  align-items: flex-start;
}
.list-voice-student__txt dd {
  white-space: pre-wrap;
}
.list-voice-student__score {
  display: flex;
  align-items: flex-end;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-voice-student__score {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-student__score {
    font-size: 26.6666666667px;
  }
}
.list-voice-student__score .before,
.list-voice-student__score .after {
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.list-voice-student__score .before em,
.list-voice-student__score .after em {
  line-height: 1;
  transform: translateY(10px);
}
.list-voice-student__score .before:not(:first-child)::before,
.list-voice-student__score .after:not(:first-child)::before {
  content: "";
  display: block;
  width: 69px;
  aspect-ratio: 69/34;
  background-image: url("/img/common/arrow-up-gry.png");
  background-size: 100%;
  margin: 0 20px;
  transform: translateY(10px);
}
.list-voice-student__score .before em {
  color: #8ec31f;
  font-size: 74px;
  font-size: 7.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice-student__score .before em {
    font-size: 84px;
    font-size: 10.9375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-student__score .before em {
    font-size: 56px;
  }
}
.list-voice-student__score .after em {
  color: #f39800;
  font-size: 94px;
  font-size: 9.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice-student__score .after em {
    font-size: 104px;
    font-size: 13.5416666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-student__score .after em {
    font-size: 69.3333333333px;
  }
}
.list-voice-parent__item {
  background: #fff7ea;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-voice-parent .ttl-03 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-voice-parent .ttl-03 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-parent .ttl-03 {
    font-size: 24px;
  }
}
.list-voice-parent dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.list-voice-parent dt {
  width: 130px;
  min-width: 130px;
  padding: 1px 0 2px 0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.list-voice-parent__text {
  flex-direction: column;
}
.list-voice-parent__text dt {
  background: #f39800;
}
.list-voice-parent__text dd {
  white-space: pre-wrap;
}
.list-voice-parent__guide dt {
  background: #8ec31f;
}
.list-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.list-anchor .list-item,
.list-anchor .layout-item {
  width: calc((100% - 120px) / 3);
}
.list-anchor {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-anchor {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-anchor {
    font-size: 18.6666666667px;
  }
}
.list-anchor a {
  width: 100%;
  height: 54px;
  background: #f39800;
}
.list-price__item, .list-price__table, .list-price__text {
  display: flex;
  flex-direction: column;
}
.list-price__item {
  row-gap: 40px;
}
.list-price .ttl-01 {
  border-radius: 20px;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-price .ttl-01 {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price .ttl-01 {
    font-size: 30px;
  }
}
.list-price .ttl-04 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-price .ttl-04 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price .ttl-04 {
    font-size: 28px;
  }
}
.list-price__table {
  row-gap: 20px;
}
.list-price__text {
  row-gap: 5px;
  color: #393636;
}
.list-flow__item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 25px;
  aspect-ratio: 25/22;
  background-image: url("/img/common/arrow-solid-double-grn.png");
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(22.5px + 50%));
}
.list-flow__bx {
  width: 800px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-flow .ttl-03 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-flow .ttl-03 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .ttl-03 {
    font-size: 24px;
  }
}
.list-flow .ttl-03 span {
  color: #f39800;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow .ttl-03 span {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .ttl-03 span {
    font-size: 26.6666666667px;
  }
}
.list-flow dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.list-flow dt {
  background: #8ec31f;
  color: #fff;
  border-radius: 5px;
  padding: 1px 15px 2px 15px;
}
.list-faq dl {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-faq dt span, .list-faq dd span {
  padding-top: 18px;
}
.list-faq dt::before, .list-faq dd::before {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 30px;
  }
}
.list-faq dt {
  font-family: "Noto Sans JP", sans-serif;
  color: #393636;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 18.6666666667px;
  }
}
.list-faq dt::before {
  content: "Q";
  color: #8ec31f;
}
.list-faq dd span {
  white-space: pre-wrap;
}
.list-faq dd::before {
  content: "A";
  color: #f39800;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.tag-main__link {
  display: block;
  background: #8ec31f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50rem;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #8ec31f;
  color: #fff;
  padding: 3px 12px 5px 12px;
  border-radius: 50rem;
}

.ttl-main {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.ttl-main .jp, .ttl-main .en {
  letter-spacing: 0.15em;
}
.ttl-main .jp {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp {
    font-size: 38.6666666667px;
  }
}
.ttl-main .en {
  text-transform: uppercase;
  color: #f39800;
  line-height: 1;
}
.ttl-sub {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  border-left: solid #f39800 6px;
  background: #fff7ea;
  padding: 10px 20px 15px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  background: #f39800;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
}
.ttl-01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 26px;
  aspect-ratio: 26/10;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f39800;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
}
.ttl-01.bg-sub::after {
  background: #8ec31f;
}
.ttl-02 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  background: #726c6c;
  color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  text-align: center;
}
.ttl-03 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  border-bottom: solid 1px rgba(243, 152, 0, 0.5);
  padding-bottom: 10px;
  font-weight: 500;
}
.ttl-04 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  border-left: solid 5px #f39800;
  color: #f39800;
  padding-left: 15px;
  line-height: 1.2;
}

.txt-plain {
  line-height: 2;
  color: #393636;
}
.txt-01 {
  line-height: 1.6470588235;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 18px;
  }
}
.txt-01 {
  color: #393636;
}
.txt-02 {
  line-height: 1.4444444444;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 18.6666666667px;
  }
}
.txt-02 {
  color: #393636;
}
.txt-03 {
  line-height: 2;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 18px;
  }
}
.txt-03 {
  color: #393636;
}
.txt-04 {
  line-height: 1.625;
  color: #393636;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav {
  margin-top: 15px;
}
.header-nav__list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #393636;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  grid-template-columns: 254px 190px;
  grid-template-rows: repeat(6, auto);
  letter-spacing: 0.06em;
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-solid-grn.png");
  background-size: 100%;
}
.footer-nav__item {
  padding: 15px 0;
  border-bottom: dashed 1px rgba(114, 108, 108, 0.5);
}

.header-bar {
  padding: 10px 1.04%;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-video {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.mv-cc {
  width: 870px;
  max-width: 45.3125%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10%, -65%);
  z-index: 1;
}
.mv-cc__point {
  transform: translate(-10%, 30%);
}
.mv-cc__point .txt {
  width: 45.63%;
}
.mv-cc__sub .txt-01 {
  width: 56.21%;
}
.mv-cc__sub .txt-02 {
  width: 34.25%;
  transform: translateY(-30%);
}
.mv-cc__main {
  margin-top: 2vw;
  -moz-column-gap: 0.5vw;
       column-gap: 0.5vw;
}
.mv-cc__main .txt-01 {
  width: 49.08%;
}
.mv-cc__main .txt-02 {
  width: 27.7%;
  transform: translateY(-20%);
}
.mv-cc__sub, .mv-cc__main {
  display: flex;
  align-items: flex-end;
}

.sv-img {
  width: 1260px;
  max-width: 65.625%;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 2.6% 0 auto;
}
.sv-ttl {
  position: absolute;
  top: 50%;
  left: 8.33%;
  transform: translate(0, -50%);
  z-index: 1;
  color: #f39800;
  letter-spacing: 0.15em;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 54px;
  font-size: 2.8125vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 54px;
  }
}

.top-contact, .top-guide {
  padding: 110px 0 0;
}
.top-voice, .top-news {
  padding: 110px 0;
}

.top-contact .deco-outline {
  position: relative;
  z-index: 1;
}
.top-contact .deco-outline::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-contact .ttl span {
  width: 80px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}
.top-contact .com-illust-test-02::after {
  left: 0;
  bottom: 0;
  transform: translate(20px, 0);
}
.top-contact .com-illust-handsup-01::before {
  right: 0;
  bottom: 0;
  transform: translate(-15px, 0);
}

.top-about {
  padding: 120px 0;
}
.top-about .ttl-main {
  margin-bottom: 35px;
}
.top-about .ttl {
  position: relative;
  z-index: 1;
}
.top-about .ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #8ec31f;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.top-about .obj-bf::before {
  width: 252px;
  aspect-ratio: 252/451;
  background-image: url("/img/top/about-illust.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(65px, 20px);
  z-index: 2;
}
.top-about .obj-arw {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-about .obj-arw::after {
  content: "";
  display: block;
  width: 69px;
  aspect-ratio: 69/61;
  background-image: url("/img/top/about-obj.png");
  background-size: 100%;
  transform: translateY(-20px);
}

.top-chart {
  padding: 100px 0;
}
.top-chart .ttl-main {
  margin-bottom: 40px;
}
.top-chart .ttl-main .jp {
  line-height: 1.3333333333;
  font-size: 54px;
  font-size: 5.4rem;
}
@media screen and (max-width: 768px) {
  .top-chart .ttl-main .jp {
    font-size: 64px;
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-chart .ttl-main .jp {
    font-size: 42.6666666667px;
  }
}

.top-test {
  padding: 130px 0;
}
.top-test .ttl-main {
  margin-bottom: 60px;
}
.top-test .ttl em {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .top-test .ttl em {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-test .ttl em {
    font-size: 25.3333333333px;
  }
}
.top-test .ttl em {
  border-radius: 10px;
  padding: 5px 10px;
}
.top-test .com-illust-test-01::before {
  right: 0;
  bottom: 0;
  transform: translate(100px, 130px);
}

.top-guide .ttl-main {
  margin-bottom: 60px;
}

.top-info {
  padding: 195px 0 85px 0;
}
.top-info .bnr-link:hover .ttl-main {
  opacity: 0.8;
}
.top-info .ttl-main {
  transition: 0.3s;
}
.top-info .ttl-main .jp {
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .top-info .ttl-main .jp {
    font-size: 54px;
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-info .ttl-main .jp {
    font-size: 36px;
  }
}
.top-info .ttl-main .en {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top-info .ttl-main .en {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-info .ttl-main .en {
    font-size: 20px;
  }
}
.top-info .ttl-main .jp, .top-info .ttl-main .en {
  color: #fff;
}
.top-info .obj-bf::before {
  width: 166px;
  aspect-ratio: 166/90;
  background-image: url("/img/top/info-illust.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(25px, -60px);
}
.top-info .com-illust-handsup-02::after {
  left: 0;
  bottom: 0;
  transform: translate(-95px, 85px);
}

.top-news .ttl-main {
  margin-bottom: 35px;
}
.top-news .btn {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1;
}

#ctn-low section {
  padding: 120px 0;
}
#ctn-low .ttl-main {
  row-gap: 20px;
  text-align: center;
  margin-bottom: 50px;
}
#ctn-low .ttl-main .en {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #ctn-low .ttl-main .en {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-low .ttl-main .en {
    font-size: 21.3333333333px;
  }
}
#ctn-low .ttl-main.txt-aln-lft {
  text-align: left;
}

.about-school .com-illust-test-01::before {
  top: 0;
  right: 0;
}
.about-school .list {
  padding: 10px 30px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .about-school .list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .about-school .list {
    font-size: 20px;
  }
}
.about-school .list li {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.about-school .list li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  min-width: calc(100% + 30px);
  height: 1px;
  background: rgba(243, 152, 0, 0.4);
  left: 0;
  top: 0;
}
.about-school .list-wrp:first-child .list li {
  padding-right: 20px;
}
.about-school .list-wrp:first-child .list li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 33px;
  aspect-ratio: 33/12;
  background-image: url("/img/common/arrow-solid-side.png");
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translate(calc(30px + 50%), -50%);
}
.about-school .list-wrp:last-child .list li {
  padding-left: 20px;
}
.about-school .list-wrp:last-child .list li:not(:first-child)::before {
  left: inherit;
  right: 0;
}

.test-about .obj-bf::before {
  width: 262px;
  aspect-ratio: 262/178;
  background-image: url("/img/midterm-exam/about-illust.png");
  background-size: 100%;
  top: 0;
  right: 0;
}

.test-measures .com-illust-handsup-02::after {
  top: 0;
  left: 0;
}

.guide-flow .com-illust-test-01::before {
  top: 0;
  right: 0;
  transform: translate(0, -30px);
}

.guide-faq .com-illust-handsup-02::after {
  top: 0;
  left: 0;
  transform: translate(0, -80px);
}

#footer address {
  letter-spacing: 0.02em;
}/*# sourceMappingURL=style.css.map */