@charset "UTF-8";
/* common
-------------------------------------------- */
@media screen and (max-width: 1024px) {
  .breadcrumb .breadcrumb__inr {
    width: 95%;
    margin-right: 0;
  }
}

.breadcrumb .breadcrumb__li {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb .breadcrumb__li::-webkit-scrollbar {
  display: none;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 576px) {
  main p,
main li,
main a {
    line-height: 160%;
  }
}

.g-navi__link {
  font-weight: 700;
}

.mb-2 {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.link-txt {
  text-decoration: underline;
  display: inline-block;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

.images__inr {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .images__inr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .images__inr picture {
    display: block;
    width: 100%;
  }
}
.images__inr picture:first-child {
  margin-right: 12%;
}
@media screen and (max-width: 1024px) {
  .images__inr picture:first-child {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .images__inr picture:first-child {
    margin-bottom: 8px;
  }
}

.section__inr-bg {
  background: #FCF8F7;
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 56px 56px 80px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .section__inr-bg {
    padding: 40px 5%;
    margin-bottom: 40px;
  }
}

.section__inr {
  max-width: 1160px;
  padding: 0 56px 80px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .section__inr {
    padding: 0 5%;
    margin: 0 auto 56px;
  }
}

.section__heading {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section__heading {
    margin-bottom: 32px;
  }
}

.section__heading-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 5.6rem;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  background: linear-gradient(0deg, #D61518, #F4944E);
  background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D61518;
}
@media screen and (max-width: 1024px) {
  .section__heading-en {
    font-size: 4rem;
  }
}

.section__heading-jp {
  padding: 0 5%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .section__heading-jp {
    font-size: 1.6rem;
  }
}

.section__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.section__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section__list-item {
    margin-bottom: 4px;
  }
}
.section__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .section__list-item::before {
    width: 8px;
    height: 8px;
  }
}

.text-red {
  color: #D61518;
  font-style: normal;
}

.schoolreview__image {
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .schoolreview__image {
    width: 60%;
    margin: 0 auto 8px;
  }
}

.section__inr-btn {
  width: 400px;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section__inr-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .section__inr-btn {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 0;
  }
}

.section__inr-btn__row {
  display: flex;
  justify-content: center;
}
.section__inr-btn__row a:first-child {
  margin-right: 32px;
}
@media (max-width: 576px) {
  .section__inr-btn__row {
    display: block;
  }
  .section__inr-btn__row a:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.section__ol-list {
  margin-bottom: 32px;
}

.section__ol-list-box {
  margin-bottom: 24px;
}

.section__ol-list-ttl {
  color: #D61518;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 30px;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .section__ol-list-ttl {
    font-size: 1.6rem;
    padding-left: 28px;
  }
}

ol.section__ol-list {
  counter-reset: li;
}
ol.section__ol-list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
ol.section__ol-list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background-color: #D61518;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  ol.section__ol-list li::before {
    font-size: 1.4rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

.main__container {
  padding: 0 56px;
}
@media screen and (max-width: 1024px) {
  .main__container {
    background: #fff;
    padding: 0 5%;
  }
}

/* schoolreview
-------------------------------------------- */
html {
  scroll-padding-top: 150px;
}
@media (max-width: 576px) {
  html {
    scroll-padding-top: 100px;
  }
}

/* mv */
.mv_wrap {
  width: 100%;
  height: 400px;
  display: flex;
  margin-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .mv_wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .mv_wrap {
    height: 200px;
  }
}

.mv01 {
  flex: 1;
  height: 400px;
  background: url(/images/schoolreview/schoolreview-mv01.webp) no-repeat center center;
  background-size: cover;
}

@media (max-width: 576px) {
  .mv01 {
    height: 200px;
  }
}

.mv02 {
  flex: 1;
  height: 400px;
  background: url(/images/schoolreview/schoolreview-mv02.webp) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .mv02 {
    display: none;
  }
}

.mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 400px;
  height: 400px;
  background: #d61518;
}

@media screen and (max-width: 1024px) {
  .mv__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    background: linear-gradient(to right, rgba(214, 21, 24, 0.9), rgba(255, 91, 20, 0.7));
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .mv__title {
    padding: 10px;
  }
}

.mv__title h1 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.07em;
}

@media (max-width: 576px) {
  .mv__title h1 {
    font-size: 2rem;
  }
}

.city-list-wrap {
  width: 70%;
  margin: 0 auto 56px;
  width: -moz-fit-content;
  width: fit-content;
}

.city-list-wrap ul {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 96px;
       column-gap: 96px;
  row-gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .city-list-wrap ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .city-list-wrap ul {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 576px) {
  .city-list-wrap ul {
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
  }
}

.city-list-wrap ul li a {
  font-size: 1.8rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .city-list-wrap ul li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .city-list-wrap ul li a {
    font-size: 1.5rem;
  }
}

.area-wrap {
  max-width: 1160px;
  margin: 0 auto 64px;
}

.area__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 8px 0 8px 16px;
  border-left: 8px solid #d61518;
}
@media (max-width: 576px) {
  .area__title {
    font-size: 2rem;
  }
}

.school-wrap {
  border: 2px solid #d61518;
  border-radius: 8px;
  max-width: 1160px;
  margin: 0 auto 48px;
  padding: 32px;
}
@media (max-width: 576px) {
  .school-wrap {
    padding: 16px;
  }
}

.school__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1024px) {
  .school__row {
    flex-direction: column;
  }
}

.school-info__area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.school-info__title {
  font-size: 18px;
  font-weight: 700;
  color: #d61518;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1.5px solid #d61518;
}

.school-info__subtitle {
  font-size: 13px;
  font-weight: 700;
  color: #ac7f78;
}
@media (max-width: 1024px) {
  .school-info__subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .school-info__subtitle {
    font-size: 1.6rem;
  }
}

.school-info__count {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
@media (max-width: 1024px) {
  .school-info__count {
    padding-left: 0;
    justify-content: center;
  }
}

.school-review__row {
  background-color: #fcf8f7;
  display: flex;
  gap: 32px;
  padding: 32px;
  flex-shrink: 0;
  color: #333;
}
@media (max-width: 1024px) {
  .school-review__row {
    display: inline-flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .school-review__row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.school-review__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .school-review__summary {
    flex-direction: row;
    align-items: baseline;
  }
}

.school-review__title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .school-review__title {
    font-size: 1.6rem;
  }
}

.school-review__score {
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .school-review__score {
    font-size: 3.2rem;
  }
}

.school-review__details {
  flex-shrink: 0;
}

.school-review__detail-list {
  display: flex;
  flex-direction: column;
}

.school-review__detail-list li {
  color: #333;
  display: flex;
  border-bottom: 1px solid #ffe5df;
  padding: 8px 16px;
}

.school-review__detail-item {
  font-size: 1.4rem;
  margin-right: 24px;
}

.school-review__detail-score {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: auto;
}

.review__btn {
  margin-top: 40px;
}

.review__btn--lg {
  display: none;
}
@media (max-width: 1024px) {
  .review__btn--lg {
    display: block;
  }
}

.review__btn--xl {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .review__btn--xl {
    display: block;
  }
}
@media (max-width: 1024px) {
  .review__btn--xl {
    display: none;
  }
}

.review__inr-btn {
  width: 340px;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .review__inr-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .review__inr-btn {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 0;
  }
}

.btn--bold {
  font-weight: 700;
  font-size: 1.6rem !important;
}

.schoolreview__heading {
  margin: 56px auto;
}
@media screen and (max-width: 1024px) {
  .schoolreview__heading {
    margin: 24px auto 40px;
  }
}

.schoolreview-wrap {
  background: #FFF;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 0 56px 56px 56px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .schoolreview-wrap {
    width: 100%;
    padding: 0;
    margin: 0 0 24px;
    border: none;
  }
}

.review__number {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}

.review-wrap {
  background: #FCF8F7;
  max-width: 450px;
  margin: auto auto 30px;
  padding: 24px 0 24px 56px;
}
@media screen and (max-width: 1024px) {
  .review-wrap {
    max-width: 1024px;
    padding: 24px 5%;
  }
}

.review__raw {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .review__raw {
    display: block;
  }
}

.score__area {
  text-align: center;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .score__area {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .score__raw {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}

.score__title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .score__title {
    font-size: 1.6rem;
    margin-right: 4px;
    line-height: 1.6;
  }
}

.score__average {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .score__average {
    font-size: 3.2rem;
  }
}

.score__stars {
  position: relative;
  color: #F6AF42;
  display: inline-block;
  font-size: 2.6rem;
}
.score__stars-45 {
  width: 90%;
}
.score__stars-40 {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .score__stars {
    font-size: 2.5rem;
  }
}
.score__stars::before {
  content: "★★★★★";
  color: #ccc;
}
.score__stars span {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  left: 0;
}

.score-detail__area {
  width: 50%;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .score-detail__area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.score-detail__list li {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.score-detail__list li:not(:last-child) {
  margin-bottom: 8px;
}
.score-detail__list li p {
  margin-right: 16px;
}

.score-detail__score {
  font-weight: bold;
  font-size: 1.6rem;
  margin-left: auto;
}

/* singlereview */
.singlereview {
  margin-top: 50px;
}

.singlereview__name {
  padding: 6px 0 6px 16px;
  margin-bottom: 20px;
  border-left: 8px solid #D61518;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .singlereview__name {
    font-size: 1.6rem;
  }
}

/* Q&A */
.qa {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .qa {
    background: #FFF;
    margin-bottom: 40px;
  }
}

.qa__wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .qa__wrap {
    margin-bottom: 24px;
  }
}

.qa__wrap dt {
  font-weight: 400;
}

.qa__question {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
  background: #fce5db;
  padding: 10px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 1024px) {
  .qa__question {
    font-size: 1.4rem;
    padding: 8px 5% 10px;
  }
}

.qa__answer {
  padding: 10px;
  margin: 0 auto 20px;
  border: solid 1px #ccc;
}
.qa__answer p:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .qa__answer {
    padding: 16px 5% 24px;
    margin: 0 auto 24px;
  }
}
.qa__answer:last-child {
  margin: 0 auto;
}