@charset "UTF-8";

/* common
-------------------------------------------- */
section s {
  opacity: 0.5;
}

.section__inr {
  margin-inline: auto;
}

.section__heading {
  padding-top: 8rem;
}

.section__heading-jp img {
  margin-inline: 1rem;
  vertical-align: sub;
}

.inner__full {
  background-color: #FCF8F7;
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}

.section__inr-btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
}

.section__inr-btn.btn {
  padding: 10px 16px 10px;
}

@media (max-width: 768px) {
  .section__heading-jp img {
    margin-inline: .5rem;
    vertical-align: text-top;
    height: 2rem;
  }
}

.flexbox {
  display: flex;
}

.marker {
  background: #fff772;
  display: inline;
  font-style: normal;
}

/* mv
-------------------------------------------- */
.mv {
  background: url(/images/consultation/bg_fv_pc.webp) center / cover no-repeat;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.mv .mv_content {
  padding: 5rem 0 7rem;
}

.mv h1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.mv h1:before {
  content: '';
  height: 130px;
  width: 280px;
  position: absolute;
  top: -3rem;
  display: inline-block;
  background: url(/images/consultation/icon-AUS.svg) center / contain no-repeat;
}

.mv .mv-medal__img {
  max-width: 465px;
  margin: 3rem auto 0;
  padding: 0 2.4rem;
}

.mv .mv-message__img {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  max-width: 286px;
  transform: rotate(-6deg);
}

@media (max-width: 768px) {
  .mv {
    background-image: url(/images/consultation/bg_fv_sp.webp);
  }

  .mv .mv_content {
    padding: 6rem 0 13rem;
  }

  .mv h1 {
    width: 95%;
  }

  .mv .mv-message__img {
    max-width: 200px;
  }
}

/* concept
-------------------------------------------- */
.concept-content {
  text-align: center;
}

/* reasons
-------------------------------------------- */
.numarea {
  flex-direction: row-reverse;
  justify-content: center;
  width: 130px;
  font-weight: bold;
  font-size: 1.4rem;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  gap: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}

.numarea span {
  display: block;
}

.numarea .num_ttl {
  color: #d61518;
  text-transform: capitalize;
  line-height: 1.4;
}

.numarea .nowrap {
  white-space: nowrap;
}

.numarea .num {
  font-size: 8rem;
}

.num {
  font-weight: bold;
  line-height: 100%;
}

.num--outline {
  text-stroke: 2px #d61518;
  -webkit-text-stroke: 2px #d61518;
  color: rgba(0, 0, 0, 0);
}

.reasons .inner {
  padding-bottom: 48px;
  width: 90%;
}

.reasons .section__heading {
  margin-bottom: 78px;
}

.reasons__li {
  margin-block: 8rem 0;
}

.reasons__cont {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 2rem 4rem;
}

.reasons__cont:not(:last-child) {
  margin-bottom: 10rem;
}

.reasons__cont:last-child {
  margin-bottom: 5rem;
}

.reasons__ttl {
  color: #d61518;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.underline_dot {
  position: relative;
  text-shadow: 1px 1px #ffffff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  white-space: nowrap;
  z-index: 0;
}

.underline_dot:after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 100%;
  background-image: radial-gradient(#d61518 25%, transparent 25%), radial-gradient(#d61518 25%, transparent 25%);
  background-size: 3px 3px;
  background-position: 0 0, -1.5px 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.underline_dot {
  position: relative;
  text-shadow: 1px 1px #ffffff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  white-space: nowrap;
}

.reasons__img {
  grid-row: 1 / 4;
  grid-column: 1 / 2;
}

.reasons__descarea {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}

.reasons__desc {
  margin-top: 1.4rem;
}

.reasons__point {
  background: #fff;
  padding: 1.5rem 2.5rem 2rem;
  margin-top: 3rem;
}

.reasons__point dt {
  font-weight: 600;
  text-align: center;
  margin-block: 0 1rem;
}

.reasons__point dt span {
  color: #D61518;
  font-size: 1.5rem;
  margin-block: 0.5rem 1rem;
}

.reasons__point dt:before,
.reasons__point dt:after {
  content: '/';
  padding-left: 0.5rem;
}

.reasons__point dt:before {
  transform: rotateY(180deg);
  display: inline-block;
}

.reasons__cont:nth-child(even) .numarea {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.reasons__cont:nth-child(even) .reasons__ttl {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.reasons__cont:nth-child(even) .reasons__img {
  grid-row: 1 / 4;
  grid-column: 2 / 3;
}

.reasons__cont:nth-child(even) .reasons__descarea {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
}

@media screen and (max-width: 768px) {
  .reasons .section__heading {
    margin-bottom: 48px;
  }

  .reasons__li {
    margin-block: 4rem 0;
  }

  .reasons__cont {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .reasons__cont:not(:last-child) {
    margin-bottom: 6rem;
  }

  .reasons__img img {
    max-width: 524px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .reasons__ttl {
    margin-block: 1.5rem 3rem;
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .numarea .num {
    font-size: 5rem;
  }

  .numarea .num_ttl {
    line-height: 1.2;
    font-size: 1.3rem;
  }

  .reasons__desc {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 414px) {
  .reasons__cont:not(:last-child) {
    margin-bottom: 4rem;
  }
}

/* agents-compare
-------------------------------------------- */
.agents-compare .section__inr {
  padding: 0 0 6rem;
}

.footer-note {
  padding: 1rem 2.4rem 0;
}

.agents-compare-tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #353535;
  margin-bottom: 1rem;
}

.agents-compare-tbl+.footer-note {
  font-size: 1.2rem;
}

.agents-compare-tbl thead {
  background: #d3e1e8;
}

.agents-compare-tbl th,
.agents-compare-tbl td {
  border: 1px solid #AEAEAE;
  border-left: none;
  border-right: none;
  background: #fff;
  font-size: 1.4rem;
  vertical-align: middle;
}

.agents-compare-tbl th {
  text-align: center;
  border-top: none;
  padding: 1.5rem;
}

.agents-compare-tbl td {
  padding: 2.8rem 2rem;
}

.agents-compare-tbl th span,
.agents-compare-tbl td span {
  font-size: 0.8em;
  display: block;
  padding: .5rem 0;
  width: 100%;
}

.agents-compare-tbl th:nth-child(1) {
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: #AEAEAE;
  color: #fff;
}

.agents-compare-tbl th:nth-child(2) {
  background-color: #D61518;
  color: #fff;
  border: 3px solid #D61518;
}

.agents-compare-tbl th:nth-child(2) img {
  max-width: 220px;
}

.agents-compare-tbl th:nth-child(3) {
  background-color: #8E8E8E;
  color: #fff;
}

.agents-compare-tbl th:nth-child(4) {
  background-color: #8E8E8E;
  color: #fff;
}

.agents-compare-tbl td:not(:first-child) {
  text-align: center;
}

.agents-compare-tbl td:nth-child(1) {
  background-color: #F4F4F4;
}

.agents-compare-tbl td:nth-child(2) {
  color: #D61518;
  border-right: 3px solid;
  border-left: 3px solid;
}

.agents-compare-tbl tbody tr:last-child td:nth-child(2) {
  border-bottom: 3px solid;
}

@media (max-width: 768px) {
  .table-wrap {
    overflow-x: auto;
    display: block;
  }

  .agents-compare-tbl {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    table-layout: fixed;
  }

  .agents-compare-tbl th {
    width: 150px;
    white-space: normal;
    padding: 2rem 0.5rem;
  }

  .agents-compare-tbl th:nth-child(1) {
    width: 110px;
  }

  .agents-compare-tbl td {
    white-space: break-spaces;
    padding: 2.2rem 0.5rem;
    line-height: 1.6;
  }

  .agents-compare-tbl td:nth-child(1) {
    font-size: 1.3rem;
  }
}

/* student voices
-------------------------------------------- */
.voices .inner {
  padding-bottom: 48px;
  width: 90%;
}

.experience-wrap {
  border: 2px solid #ccc;
  border-radius: 8px;
  max-width: 850px;
  margin: 0 auto 20px;
  padding: 35px 56px 30px;
  background: #fff;
}

div .experience-wrap:nth-of-type(4) {
  margin-bottom: 4rem;
}

.experience__raw {
  display: flex;
  margin-bottom: 25px;
  gap: 35px;
}

.experience__image {
  width: 255px;
}

.experience__image .images__inr picture:first-child {
  margin-right: 0;
}

.experience__detail {
  flex: 1;
}

.experience__detail-raw {
  display: flex;
}

.experience__name {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}

.experience__detail-raw:not(:last-child) {
  margin-bottom: 15px;
}

.experience__title-tag {
  background: #D61518;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  border-radius: 3px;
  height: 30px;
  margin-right: 16px;
  flex-basis: 100px;
}

.experience__plan {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
  color: #D61518;
  width: 70%;
}

.experience__school {
  font-size: 1.4rem;
  line-height: 1.8;
  width: 70%;
}

.experience__course {
  font-size: 1.4rem;
  line-height: 1.8;
  width: 70%;
}

.review__btn {
  margin-top: 20px;
}

.review__inr-btn {
  max-width: 340px;
  font-size: 1.8rem;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .experience__raw {
    flex-direction: column;
    gap: 15px;
  }

  .experience-wrap {
    padding: 30px 5% 40px;
  }

  .experience__image {
    width: 60%;
    min-width: 225px;
    margin: 0 auto;
  }

  .experience__image .images__inr picture:first-child {
    margin-bottom: 0;
  }

  .experience__detail-raw {
    flex-direction: column;
    align-items: flex-start;
  }

  .experience__name {
    font-size: 1.8rem;
    text-align: center;
  }

  .experience__title-tag {
    flex-basis: unset;
    width: 100px;
  }

  .experience__plan,
  .experience__school,
  .experience__course {
    width: 100%;
  }

  .review__btn {
    margin-top: 30px;
  }
}

/* the current situation
-------------------------------------------- */
/* counseling
-------------------------------------------- */
.counseling-tbl-cont {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 3rem;
}

.counseling-tbl-cont th,
.counseling-tbl-cont td {
  border: #BDBDBD 1px solid;
  padding: 1.8em 1.5em;
  font-size: 1.4rem;
}

.counseling-tbl-cont td {
  border-left: none;
  line-height: 180%;
}

.counseling-tbl-cont th {
  background: #FCF8F7;
  font-weight: normal;
  width: 200px;
  border-right: none;
}

.counseling-tbl-cont .has-listItem {
  padding-left: 1rem;
}

.counseling-tbl-cont .has-listItem li {
  position: relative;
}

.counseling-tbl-cont .has-listItem li:before {
  content: '\02022';
  position: absolute;
  left: -1rem;
}

@media (max-width: 768px) {
  .counseling-tbl-cont {
    width: 100%;
  }

  .counseling-tbl-cont th,
  .counseling-tbl-cont td {
    display: block;
    width: 100%;
  }

  .counseling-tbl-cont td {
    border-top: none;
    border-bottom: none;
    border-left: #BDBDBD 1px solid;
    padding: 1.2rem 2rem;
    line-height: 1.6;
  }

  .counseling-tbl-cont th {
    border-bottom: none;
    border-right: #BDBDBD 1px solid;
    padding: 1.2rem 2rem;
  }

  .counseling-tbl-cont tr:last-child td {
    border-bottom: #BDBDBD 1px solid;
  }

  .counseling-tbl-cont .has-listItem li {
    margin-bottom: 1rem;
  }
}

/* low price
-------------------------------------------- */
.lowprice .lowprice__inr {
  background-color: #FCF8F7;
  padding: 3rem 2.4rem 0;
  margin-bottom: 3.5rem;
}

.lowprice .section__inr {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  gap: 3rem;
  padding: 0;
}

.lowprice .section__inr div:nth-child(1) {
  flex: 0.8;
  position: relative;
}

.lowprice .section__inr div:nth-child(1) img {
  position: absolute;
  max-width: 320px;
  bottom: 0;
  right: 0;
}

.lowprice .section__inr div:nth-child(2) {
  flex: 1;
  padding-bottom: 3rem;
}

.lowprice .section__inr div:nth-child(2) p {
  width: 95%;
  margin: 1rem auto 0;
}

.lowprice__footer {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.lowprice__footer h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .lowprice .section__inr {
    flex-direction: column-reverse;
    gap: 0;
  }

  .lowprice .section__inr div:nth-child(1) img {
    position: initial;
    margin: 0 auto;
    display: block;
    max-width: clamp(23rem, 50vw, 32rem);
  }

  .lowprice .section__inr div:nth-child(2) {
    padding-bottom: 1rem;
  }
}

/* profile
-------------------------------------------- */
.profile .section__inr {
  padding-bottom: 4rem;
}

.profile__footer {
  text-align: center;
}

.profile__footer h3 span {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 600;
  background: #fff;
  padding: 0 4%;
}

.profile__footer h3 {
  position: relative;
  padding: 3rem 0;
}

.profile__footer h3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background: #AEAEAE;
  top: 50%;
  z-index: -1;
}

.profile__footer h3:before {
  left: 0;
}

.profile__footer p.lead {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.profile__footer p.lead em {
  font-size: 1.2em;
  font-style: normal;
  color: #D61518;
}

.profile__cta {
  background: url(/images/contact_us/contact_us-mv01.webp) center bottom / cover no-repeat;
  text-align: center;
  padding: 4rem 2.4rem;
  position: relative;
}

.profile__cta:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #01184D;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.profile__cta * {
  color: #fff;
  position: relative;
}

.profile__cta h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 600;
}

.profile__footer h3 br {
  display: nonel;
}

.profile__footer h3 img {
  padding-right: 0.5rem;
}

.profile__cta p {
  margin-bottom: 1.5rem;
}

.profile__cta .cta__link {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.profile__cta .cta__link:hover {
  background-color: #fff;
  color: #01184D;
}

@media screen and (max-width: 768px) {
  .profile__footer h3 br {
    display: block;
  }

  .profile__footer h3 img {
    display: block;
    margin: 0 auto 0.8rem;
    background: #fff;
    padding: 0 4%;
  }

  .profile__footer h3 span {
    background-color: transparent;
  }

  .profile__footer p.lead {
    font-size: 1.6rem;
  }

  .profile__footer p.lead br {
    display: none;
  }
}

/* CTA
-------------------------------------------- */
.cta__bar {
  padding: 2rem 0 3rem;
  box-sizing: border-box;
}

.cta__bar .inner {
  display: flex;
  gap: 4rem;
}

.cta__item_wrap {
  width: 100%;
  text-align: center;
}

.cta__item_wrap .lead {
  margin-bottom: 3rem;
}

.cta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.8rem;
  position: relative;
  height: 8rem;
  max-width: 536px;
  margin-inline: auto;
}

.cta__item .baloon {
  position: absolute;
  top: -2rem;
  border: 2px solid;
  font-size: 1.4rem;
  padding: .6rem 2rem 0.8rem;
  line-height: 1;
  background: #fff;
  color: initial;
  border-radius: 100px;
}

.cta__item .baloon:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/consultation/icon-baloon.svg) no-repeat;
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}

.cta__item.cta__line .baloon {
  color: #06C755;
}

.cta__item.cta__contact .baloon {
  color: #D61518;
}

.cta__item .item-icon {
  margin-right: 1rem;
}

.cta__item.cta__line .item-icon {
  height: 32px;
}

.cta__item.cta__contact .item-icon {
  height: 20px;
}

.cta__line {
  background-color: #06C755;
}

.cta__contact {
  background-color: #D61518;
}

@media screen and (max-width: 768px) {
  .cta__bar .inner {
    flex-direction: column;
    gap: 1rem;
  }

  .cta__item {
    font-size: 1.8rem;
    font-weight: 500;
    padding: .3rem 2rem 0.5rem;
    height: 7rem;
  }
}

/* CTA middle
-------------------------------------------- */
.cta__middle {
  background: url(/images/consultation/bg_cta_pc.webp) center / cover no-repeat;
  margin-bottom: 0;
  padding: 7rem 0 3rem;
}

.cta__middle .section__inr {
  margin: 0 auto;
  padding-bottom: 4.5rem;
}

.cta__middle .cta__middle_ttl {
  color: #fff;
  max-width: 550px;
  position: relative;
  margin: 0 auto;
}

.cta__middle .cta__middle_ttl span {
  position: absolute;
  top: -1rem;
  left: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: min(4vw, 2.2rem);
}

.cta__middle .cta__middle_ttl+p {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cta__middle {
    background-image: url(/images/consultation/bg_cta_sp.webp);
  }

  .cta__middle .inner {
    gap: 4rem;
  }
}

/* CTA fixed footer
-------------------------------------------- */
.cta__footerfixed .cta__item_wrap {
  width: 50%;
}

.cta__footerfixed .cta__item_wrap .cta__item {
  height: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 1.8rem 1rem;
}

.cta__footerfixed {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  padding-bottom: 0;
}

.cta__footerfixed.fixed {
  opacity: 1;
  z-index: 9;
  padding-inline: 0;
}

@media screen and (max-width: 768px) {
  .cta__footerfixed .cta__item_wrap .cta__item {
    font-size: 1.5rem;
    padding: 1.5rem 0.5rem 0.8rem;
  }

  .cta__footerfixed .cta__item .baloon {
    padding: .3rem 1rem 0.5rem;
    font-size: 1.2rem;
    top: -1rem;
  }

  .cta__footerfixed .cta__item .baloon:before {
    width: 15px;
    height: 15px;
    bottom: -1rem;
  }
}

/* ver2
---------------------------------------------------------------------------------------- */
/* common
-------------------------------------------- */
.section__heading-secondary {
  font-weight: bold;
  font-size: 1.8rem;
  border-left: 8px solid #D61518;
  padding: 6px 0 6px 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.has-arrow {
  position: relative;
}

.has-arrow:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  margin-inline: .5rem;
  border: 0.1em solid currentColor;
  box-sizing: border-box;
}

.has-arrow.arrow-down:after {
  color: #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}

.marker {
  font-weight: 600;
}

/* mv_ver2
-------------------------------------------- */
.mv_ver2 {
  background: url(/images/consultation/bg_fv_ver2_pc.webp) center / cover no-repeat;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.mv_ver2 .mv_announcement {
  background-color: #333333;
}

.mv_ver2 .mv_announcement .inner {
  padding-block: 1.5rem 2rem;
  text-align: center;
}

.mv_ver2 .mv_announcement p,
.mv_ver2 .mv_announcement a {
  color: #fff;
}

.mv_ver2 .mv_announcement em {
  color: #FFF772;
  font-style: normal;
  font-weight: normal;
}

.mv_ver2 .mv_announcement a {
  text-decoration: underline;
  display: inline-block;
}

.mv_ver2 .mv_content {
  padding: 4rem 0 2rem;
}

.mv_ver2 h1 {
  max-width: 800px;
  margin: 0px auto 3rem;
  padding: 0 2.4rem 0rem;
  position: relative;
}

.years-num-wrap{
    background-color: #d61518;
    border-radius: 100%;
    width: clamp(8rem,20vw,11rem);
    height:clamp(8rem,20vw,11rem);
    position: absolute;
    bottom: -2rem;
    right: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#ffffff;
}
.years-num{
    color: #ffffff;
    display: block;
    font-size: clamp(1.6rem,4vw,2.4rem);
    margin-bottom: 0.3rem;
}

@media screen and (max-width: 768px) {
  .mv_ver2 {
    background-image: url(/images/consultation/bg_fv_ver2_sp.webp);
  }

  .mv_ver2 .mv_announcement .inner {
    padding-inline: 5%;
  }

  .mv_ver2 .mv_content {
    padding: 2rem 0 0;
  }

  .mv_ver2 h1 {
    width: 100%;
    padding: 0 1rem 4rem;
    margin-bottom: 3rem;
  }

  .years-num-wrap{
    bottom: 0;
    right: clamp(1rem,5vw,2.2rem);
  }
  .mv_ver2 .cta__bar {
    padding: 0rem 0 3rem;
  }

  .mv_ver2 .cta__bar .inner {
    gap: 4rem;
    padding-inline: 5%;
  }

  .mv_ver2 .cta__item {
    height: 6rem;
    font-size: 1.6rem;
    padding: 0.8rem 2rem 0.5rem;
  }
}

/* QAEC
-------------------------------------------- */
.qaec .section__inr {
  display: grid;
  gap: 0.5rem 4rem;
  grid-template-columns: 20rem 16rem auto;
  justify-items: start;
  align-items: center;
  padding-top: 6rem;
}

.qaec .qaec_img1 {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

.qaec .qaec_img2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.qaec .qaec_img3 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.qaec .qaec_img3 img {
  width: 100%;
  max-width: 466px;
}

.qaec .ttl {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 2rem;
}

.qaec p {
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}

@media screen and (max-width: 768px) {
  .qaec .section__inr {
    grid-template-columns: 10rem 1fr;
    grid-template-rows: 0fr 0fr 2fr auto;
  }

  .qaec .qaec_img1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .qaec .qaec_img2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .qaec .qaec_img2 img {
    width: clamp(10rem, 20vw, 14rem);
    margin-bottom: 0.5rem;
  }

  .qaec .qaec_img3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .qaec .qaec_img3 img {
    width: 100%;
    max-width: 400px;
  }

  .qaec .ttl {
    grid-column: 1 / 4;
    grid-row: 3 / 4;
  }

  .qaec p {
    grid-column: 1 / 4;
    grid-row: 4 / 5;
  }
}

@media screen and (max-width: 414px) {
  .qaec .qaec_img3 img {
    width: clamp(14rem, 45vw, 18rem);
  }
}

/* 来日説明会開催決定
-------------------------------------------- */
.session_area_jp {
  background: url(/images/consultation/bg_session_area_jp_pc.webp) center / cover no-repeat;
  position: relative;
  z-index: 0;
  color: #fff;
}

.session_area_jp:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00000099;
  z-index: -1;
}

.session_area_jp .section__inr {
  padding-bottom: 40px;
}

.session_area_jp .section__heading {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1.6;
  font-weight: 600;
  margin-block: 0 3rem;
  padding-top: 6rem;
}

.session_area_jp .section__heading span {
  font-size: 0.7em;
  border: 1px solid;
  padding: 0.5rem 0.8rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.session_area_jp .section__heading em {
  color: #fff772;
  font-style: normal;
}

.session_area_jp .cards_wrap {
  flex-wrap: wrap;
  gap: 2rem;
}

.session_area_jp .cards_item {
  color: initial;
  background-color: #fff;
  width: calc(100% / 2 - 1.4rem);
  border-radius: 4px;
  padding: 2.4rem;
  box-shadow: 0 -4px 0 #D61518;
  text-align: center;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.session_area_jp .cards_item:last-child {
  width: 100%;
}

.session_area_jp .cards_item dt {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: 1rem;
}

.session_area_jp .cards_item dd {
  font-size: 1.4rem;
}

.session_area_jp .counselor_info {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: 14rem 1fr;
  max-width: 410px;
  margin: 0rem auto 4rem;
  justify-items: start;
  align-items: flex-start;
}

.session_area_jp .counselor_info dt {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: clamp(1.5rem, 6vw, 1.8rem);
  font-weight: normal;
  margin-top: 1.4rem;
  font-size: 1.4rem;
}

.session_area_jp .counselor_info dd:nth-child(2) {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

.session_area_jp .counselor_info dd:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.session_area_jp .counselor_info dd:nth-child(3) a {
  color: #fff;
  text-decoration: underline;
}

.session_area_jp .counselor_info img {
  object-fit: cover;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.session_area_jp .counselor_info picture:nth-child(1) img {
  position: relative;
}

.session_area_jp .counselor_info picture:nth-child(2) img {
  margin-left: -2rem;
}

.session_area_jp .cards_item dd .btn {
  max-width: 280px;
  margin: 1.5rem auto 0;
}

.session_area_jp .cards_item dd s {
  opacity: 0.3;
}

.session_area_jp .cards_item dd .btn.closed {
  opacity: 0.5;
  background: #666;
  border-color: #666;
}

.session_area_jp .cards_item dd .btn.closed:hover {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .session_area_jp .section__inr {
    padding: 0 5% 5%;
  }

  .session_area_jp .cards_item,
  .session_area_jp .cards_item:last-child {
    width: calc(100% / 2 - 1rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .session_area_jp .counselor_info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .session_area_jp .counselor_info dt {
    order: 2;
    margin-top: .8rem;
  }

  .session_area_jp .counselor_info dd:nth-child(2) {
    order: 1;
  }

  .session_area_jp .counselor_info dd:nth-child(3) {
    order: 3;
  }

  .session_area_jp .cards_item,
  .session_area_jp .cards_item:last-child {
    width: 100%;
    padding: 1rem 2rem 1.8rem;
  }

  .session_area_jp .cards_item dt {
    margin-bottom: .5rem;
  }

  .session_area_jp .cards_item dd br {
    display: none;
  }
}

/* profile_ver2
-------------------------------------------- */
.profile_ver2 .profile__inr {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 0;
  padding: 0;
}

.profile_ver2 .profile__block:first-child {
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.profile_ver2 .profile__block-top {
  align-items: center;
}

.profile_ver2 .profile__position {
  color: initial;
}

.profile_ver2 .profile__position img {
  max-width: 100px;
  margin-top: 1rem;
}

/* reasons_ver2
-------------------------------------------- */
.reasons_ver2 .section__heading-secondary img {
  height: 24px;
  margin-right: 0.5rem;
}

.reasons_ver2 .root__list-wrap {
  padding: 0 0 0 24px;
  margin-top: 24px;
}

.reasons_ver2 .root__list {
  margin-bottom: 32px;
}

.root__list-item span {
  color: #D61518;
}

.reasons_ver2 .root__list-item {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 6px;
  padding-left: 0;
}

.reasons_ver2 .root__list-item::before {
  left: -24px;
}

/* contact
-------------------------------------------- */
.contact__note {
  margin: 0 auto 40px;
  max-width: 1160px;
  padding: 0 56px;
}

@media screen and (max-width: 1024px) {
  .contact__note {
    margin: 0 auto 24px;
    width: 100%;
    padding: 0 5%;
  }
}

.contact__note a {
  display: inline-block;
  color: #D61518;
  text-decoration: underline;
}

.contact__note-item {
  padding-left: 2rem;
  position: relative;
}

.contact__note-item:before {
  content: '※';
  position: absolute;
  left: 0;
}

.contact__note-item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .contact__note-item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.contact__note-item br.sp {
  display: none;
}

.contact__note-item span {
  display: inline-block;
}

@media screen and (max-width: 414px) {
  .contact__note-item br.sp {
    display: block;
  }
}

.article-banner {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 20px auto;
}

@media (max-width: 600px) {
  .article-banner {
    max-width: 100%;
  }
}


/*学ビザ半額バナー導線
-------------------------------------------- */
.inquiry-section {
    text-align: center;
    margin-top: 5px; 
    margin-bottom: 40px;
    padding: 0 15px;
}

.inquiry-message {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.inquiry-message a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.inquiry-message a:hover {
    color: #0056b3;
    border-bottom-color: #0056b3;
}

@media (max-width: 768px) {
    .inquiry-message {
        font-size: 16px;
    }
    .inquiry-message br {
        display: none;
    }
    .inquiry-message a {
        margin-top: 5px;
    }
}


/*こんな方は是非ご相談ください
-------------------------------------------- */

.counseling-info {
    background-color: #FCF8F7; 
    max-width: 800px;
    margin: 40px auto; 
    padding: 40px 60px; 
    font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    color: #333;
    line-height: 1.5; 
    box-sizing: border-box;
}

.main-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

.check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.4;
}

.check-list li {
    position: relative;
    padding-left: 25px; 
    margin-bottom: 12px; 
    font-size: 16px;
}

.check-list li::before {
    content: "✓";
    color: #cc3333; 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.counselor-message, .consult-cta {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0; 
    line-height: 1.5;
}

.highlight {
    color: #cc3333; 
    font-weight: bold;
}

@media (max-width: 600px) {
    
    .counseling-info {
        margin: 20px 10px;
        padding: 30px 20px; 
    }

    .main-title {
        font-size: 20px; 
        margin-bottom: 20px;
    }
    
    .check-list {
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .check-list li {
        font-size: 14px; 
        margin-bottom: 10px;
        padding-left: 22px; 
    }
    
    .check-list li::before {
        font-size: 16px;
    }

    .counselor-message, .consult-cta {
        font-size: 14px; 
        margin-bottom: 12px;
        line-height: 1.4;
    }
}

/* メッセージ＋QEAC＋プロフィール
-------------------------------------------- */
.trust-panel {
  margin-top: 6rem;
  margin-bottom: 3rem;
  padding: 0 2rem;
}

.trust-panel__box {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5rem;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-top: 6px solid #D61518;
}

/* 1. メッセージ部分 */
.trust-head {
  text-align: center;
  margin-bottom: 5rem;
}

.trust-head__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
}

.trust-head__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  display: inline-block;
  text-align: center;
}

/* 2. QEAC部分 */
.trust-qeac {
  margin-bottom: 5rem;
}

.trust-qeac__row {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: center;
}

.trust-qeac__img {
  width: 180px;
  flex-shrink: 0;
  text-align: center;
}

.trust-qeac__img img {
  width: 100%;
  height: auto;
}

.trust-qeac__content {
  flex: 1;
}

.trust-qeac__logo-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.trust-qeac__logo-row .qeac-logo {
  max-height: 50px;
}

.trust-qeac__logo-row .qeac-ttl-img {
  max-height: 20px;
  width: auto;
}

.trust-qeac__sub-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #D61518;
}

.trust-qeac__text {
  font-size: 1.4rem;
  line-height: 1.7;
}

.trust-divider {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 0 0 5rem;
}

/* 3. プロフィール部分（既存スタイルの調整） */
.trust-profile .section__heading-secondary {
  margin-bottom: 3rem;
}

.trust-panel .profile__ttl .profile__position img {
  max-width: 80px;
  width: 80px;
  height: auto;
  margin-top: 0.5rem;
}

/* レスポンシブ対応（スマホ） */
@media screen and (max-width: 768px) {
  .trust-panel {
    margin-top: 4rem;
    padding: 0 5%;
  }

  .trust-panel__box {
    padding: 3rem 2rem;
    border-top-width: 4px;
  }

  .trust-head__ttl {
    font-size: 2.2rem;
  }

  .trust-head__desc {
    font-size: 1.4rem;
    text-align: left;
  }

  .trust-head__desc br.pc-only {
    display: none;
  }

  .trust-qeac__row {
    flex-direction: column;
    align-items: center;
  }

  .trust-qeac__img {
    width: 140px;
    margin-bottom: 1rem;
  }

  .trust-qeac__logo-row {
    justify-content: center;
    gap: 1rem;
  }

  .trust-qeac__logo-row .qeac-logo {
    max-height: 40px;
  }

  .trust-qeac__logo-row .qeac-ttl-img {
    max-height: 18px;
  }

  .trust-divider {
    margin: 0 0 3rem;
  }

  .trust-panel .profile__ttl .profile__position img {
    max-width: 70px;
    width: 70px;
  }
}