@charset "UTF-8";
/* common
-------------------------------------------- */
.section__secondary:not(:last-child) {
  margin-bottom: 120px;
}
.section__inr{
  margin-inline: auto;
}
.section__heading{
  padding-top: 8rem;
}
.section__heading-jp img{
  margin-inline: 1rem;
  vertical-align: middle;
}
.section__heading-secondary {
  font-weight: bold;
  font-size: 1.8rem;
  border-left: 8px solid #D61518;
  padding: 6px 0 6px 16px;
  margin-bottom: 12px;
}
.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 screen and (max-width: 1024px) {
  .section__secondary:not(:last-child) {
    margin-bottom: 56px;
  }
  .section__heading-secondary {
    font-size: 1.6rem;
    padding: 4px 0 4px 10px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .section__heading-jp img{
    margin-inline: .5rem;
    height: 2rem;
  }
  .section__inr{
    padding: 0 5% 40px;
  }
}
.flexbox {
    display: flex;
}
.marker {
    background: #fff772;
    display: inline;
    font-style: normal;
}
/* mv
-------------------------------------------- */
.mv {
  background: url(/images/lp/daigaku/bg_fv_pc.webp) center / cover no-repeat;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.mv .mv_content{
  padding: 0 0 2rem;
  position: relative;
}
.mv h1{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 2.4rem;
}
.mv .mv-medal__img{
    max-width: 465px;
    margin: 0 auto 0;
    padding: 0 2.4rem;
}
.mv .mv-message__img{
  position: absolute;
  right: 4vw;
  top: 4rem;
  max-width: 100px;
}
@media (max-width: 768px) {
  .mv .mv_content{
    padding: 1rem 0 12rem;
  }
  .mv h1{
    max-width: 800px;
  }
  .mv .mv-medal__img{
    max-width: 600px;
  }
  .mv .mv-message__img{
    max-width: 100%;
    width: calc(100% - 4.8rem);
    bottom: 2rem;
    top: auto;
    left: 0;
    right: 0;
    margin-inline: auto;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .mv{
    background-image: url(/images/lp/daigaku/bg_fv_sp.webp);
    background-position: center bottom;
  }
  .mv .mv_content{
    height: 380px;
  }
  .mv h1{
    width:100%;
    padding: 0 1rem 0 0;
  }
}
/* concept
-------------------------------------------- */
.concept-content{
  text-align: center;
}
/* 来日説明会開催決定
-------------------------------------------- */
.session_area_jp{
  background: url(/images/lp/daigaku/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;
  margin-bottom: 0;
}
.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;
  }
}
/* 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;
    }
}
.about .inner{
    padding-bottom: 48px;
    width: 90%;
}
.about__merit__list{
    display: flex;
    flex-wrap: wrap;
    gap:4rem 3rem;
    counter-reset: item;
    margin-bottom: 6rem;
}
.about__merit__list_item{
    width: calc(100% / 3 - 2rem);
    border: 1px solid #BDBDBD;
}
.about__merit__list_desc{
    padding: 2rem;
}
.about__merit__list_desc h4{
    text-align: center;
    font-size: 1.8rem;
    color: #D61518;
    font-weight: 600;
    margin-bottom: 2rem;
}
.about__merit__list_desc h4:after{
    content: '';
    width: 43px;
    height: 2px;
    background-color: #D61518;
    display: block;
    margin: 2rem auto 0;
    position: relative;
}
.about__merit__list_desc:before{
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
    font-size: 8.3rem;
    font-weight: 700;
    color: #FFEFE8;
    text-align: center;
    display: block;
    line-height: 0;
    margin-top: 3rem;
}
.about__support .root__list-wrap{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.about__support .root__list-item{
    width: calc(50% - 3rem);
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 1.2rem;
}
@media screen and (max-width:768px){
  .about__merit__list{
    gap: 3rem 2rem;
  }
  .about__merit__list_item{
    width:calc(100% / 2 - 1rem);
  }
}
@media screen and (max-width:414px){
  .about__merit__list_item{
    width: 100%;
  }
  .about__support .root__list-item{
      width:100%;
  }
}
/* root
-------------------------------------------- */
.root__list-wrap {
  padding: 0 0 0 24px;
  margin-top: 24px;
}
.root__list-note {
  margin-top: 16px;
}

.root__list-item {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 16px;
  padding-left: 0;
}
.root__list-item::before{
    left: -24px;
}
.root__list-item span{
  color: #D61518;
}
.root__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .root__list-item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 576px) {
  .root__list-wrap {
    padding:0;
  }
  .root__list-item{
    padding-left: 24px;
  }
  .root__list-item::before{
    left: 0;
  }
  .root__list .course__image{
    max-width: 265px;
    margin: 0 auto;
  }
}
/* faculty
-------------------------------------------- */
.faculty__text-wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .faculty__text-wrap {
    margin-bottom: 24px;
  }
}
.faculty__text-wrap p:not(:last-child) {
  margin-bottom: 16px;
}

.facultytable-uni table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .facultytable-uni table {
    font-size: 1.2rem;
  }
}

.facultytable-uni th {
  padding: 10px;
  border: 1px solid #BDBDBD;
  background: #D61518;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 576px) {
  .facultytable-uni th {
    padding: 6px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.facultytable-uni th.title {
  width: 20%;
  text-align: center;
}

.facultytable-uni td {
  padding: 8px 24px;
  border: 1px solid #BDBDBD;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .facultytable-uni td {
    padding: 6px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
/* shindan
-------------------------------------------- */
.shindan_cta{
  background: url(/images/lp/daigaku/contact_us-mv01.webp) center bottom / cover no-repeat;
  text-align: center;
  padding: 4rem 2.4rem;
  position: relative;
  color: #fff;
}
.shindan_cta:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #01184D;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.shindan_cta_ttl{
    position: relative;
    max-width: 690px;
    margin: 0 auto;
    padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .shindan_cta.cta__bar .inner{
    gap: 2rem;
    padding-inline: 0;
  }
}
@media (max-width: 414px) {
  .shindan_cta_ttl{
    max-width: 300px;
  }
}
/* 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;
  }
}
/* results
-------------------------------------------- */
.resultstable-wrap{
    border: 2px solid #ccc;
    border-radius: 8px;
    background: #fff;
}
.resultstable-item{
  padding:20px 24px 20px;
}
.resultstable-item:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.resultstable-heading{
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.resultstable-heading h4{
  margin-right: 1rem;
}
.resultstable-heading h4:before{
    content: '';
    width: 23px;
    height: 20px;
    display: inline-block;
    background: url(/images/lp/daigaku/icon-uni.svg) center no-repeat;
    margin-right: 1.2rem;
    vertical-align: middle;
}
.resultstable-heading h4,
.resultstable-heading h4 a{
  font-size:1.8rem;
  display: inline;
  color: #D61518;
  font-weight: 600;
}
.resultstable-heading h4 a{
  text-decoration: underline;
}
.resultstable-heading .abbr{
  display: inline;
  font-size: 1.2rem;
  color: #999;
}
.resultstable-item .has-listItem{
    padding-left: 1rem;
}
.resultstable-item .has-listItem li {
    position: relative;
}
.resultstable-item .has-listItem li:before {
    content: '\02022';
    position: absolute;
    left: -1rem;
}
.resultstable-item .has-listItem li .goukaku{
    color: #D61518;
}
@media screen and (max-width: 414px) {
  .resultstable-heading{
    margin-bottom: 2rem;
  }
  .resultstable-heading h4{
    margin-right: 0;
  }
  .resultstable-item .has-listItem li {
      margin-bottom: 1rem;
  }
  .resultstable-heading .abbr{
    display: block;
  }
}
/* 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/lp/daigaku/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;
    width: 90%;
  }
  .cta__item{
    font-size: 1.8rem;
    font-weight: 500;
    padding:.3rem 2rem 0.5rem;
    height: 7rem;
  }
}
/* CTA middle
-------------------------------------------- */
.cta__middle{
    background: url(/images/lp/daigaku/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/lp/daigaku/bg_cta_sp.webp);
  }
  .cta__middle .inner{
        gap: 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;
}
/* PC版や共通のスタイル */
.agents-compare-tbl th:nth-child(2) img {
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto; /* 必要であれば中央寄せ */
}

/* SP版（例：768px以下の画面幅）での調整 */
@media (max-width: 768px) {
    .agents-compare-tbl th:nth-child(2) img {
        max-width: 220px; /* SP版で表示したいロゴの最大幅を設定（例：220px） */
        width: 100%;     /* ただし、コンテナ幅が220pxより狭い場合は100%にする */
        height: auto;
        display: block;
        margin: 0 auto;
    }

    /* SP版でヘッダー列の幅を調整したい場合 */
    .agents-compare-tbl th:nth-child(1) {
        width: 110px; /* 左の列の幅を調整 */
    }
    .agents-compare-tbl th:nth-child(2),
    .agents-compare-tbl th:nth-child(3),
    .agents-compare-tbl th:nth-child(4) {
        width: 150px; /* 他の列の幅を調整 */
        white-space: normal; /* 必要に応じて改行を許容 */
        padding: 2rem 0.5rem;
    }
}
.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;
  }
}
/* flow
-------------------------------------------- */
.flow .inner{
  padding-bottom: 48px;
  width: 90%;
}
.flow .flow_stepwrap{
    counter-reset: flownum;
}
.flow .flow_stepitem{
  background-color: #fff;
  border-top: solid 3px #D61518;
  padding: 3rem;
  position: relative;
  margin-bottom: 3rem;
}
.flow .flow_stepitem p a{
  display: inline;
  text-decoration: underline;
}
.flow .flow_stepitem:not(:last-child)::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #D61518;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.flow .flow_stepheading{
    text-align: center;
    margin-bottom: 3rem;
}
.flow .flow_stepttl{
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.4;
}
.flow .flow_stepttl:before{
    counter-increment: flownum;
    content: 'STEP ' counter(flownum, decimal-leading-zero);
    font-size: 1.4rem;
    color: #D61518;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
}
.flow .flow_stepitem .flow_sched{
    background: #F7EAE8;
    padding: 0.25rem 1rem;
    display: inline-block;
    color: #D61518;
    margin-top: 1rem;
}
.flow .flow_stepitem .has-listItem{
    padding-left: 1rem;
}
.flow .flow_stepitem .has-listItem li {
    position: relative;
}
.flow .flow_stepitem .has-listItem li:before {
    content: '\02022';
    position: absolute;
    left: -1rem;
}
@media screen and (max-width: 414px) {
  .flow .flow_stepitem br{
    display: none;
  }
  .flow .flow_stepttl {
    font-size: 1.8rem;
  }
  .flow .flow_stepitem .has-listItem li {
    margin-bottom: 1rem;
  }
  .flow .flow_stepitem{
    padding:3rem 2rem 3rem;
  }
}
/* flow cta */
.flow .cta__bar{
  padding: 2rem 0 0;
}
.flow .cta__bar .inner{
  width: 100%;
  padding-bottom: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .flow .cta__bar .inner{
    gap: 4rem;
    padding-inline: 0;
  }
}
/* q&a
-------------------------------------------- */
.qa {
  width: 100%;
  margin-bottom: 80px;
  background: #FCF8F7;
  padding: 80px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .qa {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .qa__inr {
    padding: 0 5% 40px;
  }
}

.qa__wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .qa__wrap {
    margin-bottom: 24px;
  }
}

.qa__box {
  max-width: 1160px;
  background: #fff;
  border: solid 2px #D61518;
  border-radius: 8px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .qa__box {
    border-radius: 4px;
    margin: 0 auto 24px;
  }
}
.qa__box:last-child {
  margin: 0 auto;
}

.qa__question {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #D61518;
  padding: 10px 24px 14px;
}
@media screen and (max-width: 1024px) {
  .qa__question {
    font-size: 1.4rem;
    padding: 8px 5% 10px;
  }
}
.qa__question:before {
  display: inline-block;
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  margin-right: 0.8em;
}
@media screen and (max-width: 1024px) {
  .qa__question:before {
    font-size: 2rem;
    margin-right: 0.6em;
  }
}

.qa__answer {
  padding: 24px 56px 32px;
}
@media screen and (max-width: 1024px) {
  .qa__answer {
    padding: 16px 5% 24px;
  }
}
.qa__answer ol {
  list-style: decimal;
  padding: 8px 32px;
}

.qa__answer-note {
  margin-top: 16px;
}

.qa__answer-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.qa__answer-link:hover {
  color: #D61518;
}

.qa__answer__inr-bg {
  background: #FCF8F7;
  max-width: 1048px;
  padding: 24px 40px;
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__inr-bg {
    padding: 16px 5%;
    margin: 16px 0;
  }
}

.qa__answer__list-title {
  font-size: 1.6rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-title {
    font-size: 1.4rem;
  }
}

.qa__answer__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.qa__answer__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item {
    margin-bottom: 4px;
  }
}
.qa__answer__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) {
  .qa__answer__list-item::before {
    width: 8px;
    height: 8px;
  }
}

.qa__wrap-note {
  margin-top: 16px;
}
/* cta footer
-------------------------------------------- */
.cta__footer {
    padding-top: 2.4rem;
}
.cta__footer p.bold.inner{
  text-align: center;
  font-size: 1.8rem;
}
.cta__footer .cta__bar{
  padding-top: 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__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;
  }
}
/* contact
-------------------------------------------- */
.contact {
  scroll-margin-top: 80px;
  padding-top: 20px;
}
.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;
  }
}
/* 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;
  }
}

/* Griffith説明会
-------------------------------------------- */
.school-list__conditions .pc {
  display: none; 
}

.school-list__conditions .sp {
  display: block; 
  max-width: 100%; 
  height: auto;    
}

@media screen and (min-width: 768px) {
  .school-list__conditions .pc {
    display: block; 
    max-width: 100%; 
    height: auto;    
  }

  .school-list__conditions .sp {
    display: none;
  }
}


.school-list__conditions {
    background-color: #FCF8F7;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px; 
    box-shadow: none; 
    border-radius: 8px; 
    border: none; 
}

.school-list__conditions__title.uni-new-title {
    color: #333; 
    font-size: 2.8rem;
    font-weight: 700; 
    text-align: center; 
    margin-bottom: 30px; 
    line-height: 1.2; 
    letter-spacing: 0.05em; 
}

.school-list__conditions__list.uni-new-list {
    list-style: none;
    padding-left: 0; 
    margin-bottom: 30px; 
}

.school-list__conditions__list__item.uni-custom-list-item {
    font-weight: 700; 
    font-size: 1.6rem; 
    line-height: 1.3; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    padding-right: 5px; 
    padding-left: 30px; 

    position: relative; 
    color: #333;
    margin-bottom: 0px; 
    border-bottom: none;
    min-height: auto; 
}

.school-list__conditions__list__item.uni-custom-list-item::before {
    content: "✓";
    color: #D61518;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.uni-new-text {
    color: #333; 
    line-height: 1.4;
    font-size: 1.5rem; 
    margin-bottom: 30px; 
}

.uni-new-text p:not(:last-of-type) {
    margin-bottom: 0.7em; 
}

.uni-new-text strong {
    color: #D61518; 
    font-weight: 700;
}

.uni-line-banner-link {
    display: block; 
    margin: 0 auto; 
    max-width: 700px; 
}
.uni-line-banner-link img {
    display: block; 
    width: 100%; 
    height: auto; 
}


@media (max-width: 576px) {
    .school-list__conditions {
        padding: 30px 20px;
        max-width: 100%;
    }

    .school-list__conditions__title.uni-new-title {
        font-size: 2rem; 
        margin-bottom: 20px; 
        line-height: 1.1; 
    }

    .school-list__conditions__list.uni-new-list {
        margin-bottom: 20px; 
    }

    .school-list__conditions__list__item.uni-custom-list-item {
        font-size: 1.4rem; 
        padding-top: 2px;
        padding-bottom: 2px; 
        padding-left: 25px; 
        margin-bottom: 0px; 
        line-height: 1.2; 
    }
    .school-list__conditions__list__item.uni-custom-list-item::before {
        font-size: 1.6rem;
        left: 0;
    }

    .uni-new-text {
        font-size: 1.3rem; 
        margin-bottom: 25px;
        line-height: 1.3; 
    }
    .uni-new-text p:not(:last-of-type) {
        margin-bottom: 0.5em; 
    }

    .uni-new-text strong {
        color: #D61518;
        font-weight: 700;
    }

    .uni-line-banner-link {
        max-width: 320px;
    }
}
