@charset "UTF-8";
/* common
-------------------------------------------- */
.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
em{
  font-style: normal;
}
.section__inr{
  margin-inline: auto;
}
.section__heading{
  padding-top: 8rem;
}
.section__heading img.lead{
    display: block;
    margin: 0 auto 1rem;
}
.section__heading
.section__heading-jp img{
  margin-inline: 1rem;
  vertical-align: middle;
}
.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:768px){
  .section__heading-jp img{
    margin-inline: .5rem;
    height: 2rem;
  }
}
.flexbox {
    display: flex;
}
.marker {
    background: #fff772;
    display: inline;
    font-style: normal;
}
.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.arrow-down:after{
  color: #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
.marker{
  font-weight: bold;
}
.has-arrow{
  position: relative;
}
.has-arrow:after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 15px solid transparent;
  border-top: 15px solid #b40303;
  border-left: 15px solid transparent;
  position: relative;
  bottom: -14px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.gradient-text{
    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;
    font-size: clamp(2rem,4vw,2.7rem);
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.gradient-text + p{
    padding-bottom: 2rem;
}
/* fv
-------------------------------------------- */
.mv{  
  background-color: #B40303;
  margin-bottom: 0;
}
.mv .mv_content{
  max-width: 870px;
  text-align: center;
}
.mv + .cta__bar{
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
    .mv{  
        padding-top: 0;
    }
    .mv + .cta__bar .inner{
        gap:4rem;
    }
}
/* 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: bold;
    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);
  }
}
/* onayami
-------------------------------------------- */
.onayami *{
  color: #fff;
}
.onayami{
  color: #fff;
  background: url(/images/gc1/bg-onayami.svg) left top 30px / 317px auto no-repeat #B40303;
}
.onayami:after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 15px solid transparent;
  border-top: 15px solid #b40303;
  border-left: 15px solid transparent;
  position: relative;
  bottom: -14px;
  margin: 0 auto;
}
.onayami .section__inr{
  padding-bottom: 6rem;
  position: relative;
  max-width: 800px;
  margin-bottom: 0;
}
.onayami .section__inr:after{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -30px;
  right:0;
  width: 245px;
  height: 203px;
  background: url(/images/gc1/onayami_img.svg) center bottom / contain no-repeat;
}
.onayami .heading{
  font-size: clamp(1.6rem,5vw,2.4rem);
  font-weight: bold;
  text-align: center;
  padding-top: 5rem;
  margin-bottom: 5rem;
  line-height: 1.7;
}
.onayami .heading em{
  font-size: 1.5em;
  margin-inline: 1rem;
  background: url(/images/gc1/bg-zigzag.svg) center bottom / 16px auto repeat-x;
  padding-bottom: 0.7rem;
}
.onayami ul{
    max-width: 460px;
    margin: 0 auto;
}
.onayami ul li{
    font-size: clamp(1.4rem,3vw,1.7rem);
    font-weight: bold;
    position:relative;
    padding-left: 3.5rem;
    padding-bottom: 2rem;
}
.onayami ul li:before{
  content: '';
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
.onayami ul li:after {
  position: absolute;
  top: 8px;
  left: 7px;
  transform: rotate(50deg);
  width: 7px;
  height: 11px;
  border-right: 2.5px solid #B40303;
  border-bottom: 2.5px solid #B40303;
  content: '';
}
@media screen and (max-width:768px){
  .onayami .section__inr{  
        padding-bottom:8rem;
    }
  .onayami .section__inr:after{
        position: absolute;
        margin: 0 auto;
        display: block;
        bottom: -4rem;
        width: 130px;
        right: 2rem;
    }
  .onayami .heading em{
        margin-inline: 0 0.5rem;
    }
}
/* student voices
-------------------------------------------- */
.voices{
    padding-bottom: 4rem;
}
.voices > .section__inr{
    padding-bottom: 0;
}
.voices .inner{
  padding-bottom: 48px;
  width: 90%;
}
.experience-wrap {
    border: 2px solid #ccc;
    border-radius: 8px;
    /*max-width: 850px;*/
    margin: 0 auto 20px;
    padding: 7% 5%;
    background: #fff;
}
div .experience-wrap{
  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:1160px){
  .experience__raw{
    flex-direction: column;
    gap: 15px;
  }
  .experience-wrap{  
    padding: 30px 7% 20px;
  }
  .experience__image{
    width: 60%;
    min-width: 225px;
    margin: 0 auto;
  }
  .experience__image .images__inr picture:first-child{
    margin-bottom: 0;
  }
  .experience__detail-raw{  
    display: inline;
  }
  .experience__plan, .experience__school, .experience__course{
    display: inline;
    font-size: 1.2rem;
  }
  .experience__school:before,
  .experience__course:before{
    content: '/';
  }
  .experience__name{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.4rem;
  }
  .experience__title-tag{
    display: none;
  }
  .experience__plan,
  .experience__school,
  .experience__course{
    width: 100%;
  }
  .review__btn{
    margin-top: 30px;
  }
}

/* Slider */
.splide__pagination__page.is-active{
    background: #D61518;
}
.splide__arrows.splide__arrows--ltr{
    width: 65vw;
    position: absolute;
    margin: 0 auto;
    height: 100%;
    right: 0;
    left: 0;
}
.splide__arrow svg{
    fill: #fff;
    height: 1.2em;
    width: 1.2em;
}
.splide__arrow{
    background: #d61518;
    height: 3em;
    width: 3em;
}
.splide{
  padding-bottom: 2rem;
}
@media screen and (max-width:1160px){
    .splide__arrows.splide__arrows--ltr{
        width: 95vw;
    }
}
/* CTA
-------------------------------------------- */
.cta__item_wrap{
  margin-top: 5rem;
}
.cta__bar{
  padding: 2rem 0 3rem;
  box-sizing: border-box;
}
.cta__bar .inner{
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.cta__item_wrap{
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 2rem auto 0;
}
.cta__item_wrap .lead{
  margin-bottom: 3rem;
}
.cta__item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10rem;
    font-size: clamp(1.6rem,4vw,2.8rem);
    font-weight: bold;
    padding: 0.8rem;
    position: relative;
    height: 10rem;
    border-bottom: 0.6rem solid #0000003d;
}
.cta__item .baloon{
    position: absolute;
    top: -2rem;
    border: 2px solid;
    font-size: clamp(1.2rem,4vw,1.6rem);
    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/contact-kakuyasu/icon-baloon.svg) no-repeat;
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}
.cta__item.cta__contact .baloon{
  color: #D61518;
}
.cta__contact{
  background-color:#D61518;
}
@media screen and (max-width: 768px) {
  .cta__bar .inner{
    flex-direction: column;
    gap: 1rem;
    padding-inline: 1.5rem;
  }
  .cta__item{
    font-weight: 700;
    padding: 3rem 2rem 2rem;
    height: 8rem;
  }
}

/* CTA middle
-------------------------------------------- */
.cta__middle {
    background: url(/images/contact-kakuyasu/bg_cta_pc.webp) center / cover no-repeat;
    margin-bottom: 0;
    padding: 7rem 0 5rem;
}
.cta__middle .section__inr {
    padding-bottom: 0;
    margin-bottom: 1rem;
}
.cta__middle *{
    color: #fff;
    text-align: center;
}
.cta__middle .cta__middle_ttl span {
    letter-spacing: 2px;
    font-size: min(4vw, 2.2rem);
    margin-bottom: 5rem;
    display: block;
    font-weight: bold;
}
.cta__middle .cta__middle_ttl p{
    font-size:clamp(1.5rem,5.4vw, 2.8rem);
    margin-bottom: 2rem;
    font-weight: bold;
}
.cta__middle .cta__middle_ttl + p{
    padding-bottom: 2rem;
}
.cta__middle_ttl {
    font-size: 1.4rem;
    padding-bottom: 2rem;
}
/* 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;
}
/* 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 > .section__inr {
    padding-bottom: 1rem;
    width: 90%;
    margin-bottom: 0;
}
.reasons > .section__inr + .section__inr{
    padding-bottom: 48px;
    text-align: center;  
}
.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: 2rem;
}
.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: bold;
  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;
}
.reasons ul + .section__inr{
  text-align: center;
}
@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;
    }
}
/* naze muryou
-------------------------------------------- */
.naze_muryou .heading-wrap{
  background-color: #B40303;
  margin-bottom: 6rem;
}
.naze_muryou .heading-wrap:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 15px solid transparent;
  border-top: 15px solid #b40303;
  border-left: 15px solid transparent;
  position: relative;
  bottom: -14px;
  margin: -16px auto 0;
}
.naze_muryou .heading-wrap .inner{
  position: relative;
}
.naze_muryou .heading-wrap .inner:nth-child(2){
  max-width: 670px;
  height: 50px;
}
.naze_muryou .heading-wrap .inner:nth-child(2) img:nth-child(1){
    position: absolute;
    left: 0;
    bottom: 0;
}
.naze_muryou .heading-wrap .inner:nth-child(2) img:nth-child(2){
    position: absolute;
    right: 0;
    bottom: 0;
}
.naze_muryou .heading{
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 5rem;
    line-height: 1.7;
    max-width: 1160px;
    color: #fff;
    margin: 0 auto;
    padding-block: 6rem 3rem;
}
.naze_muryou .heading em {
    font-size: 1.5em;
    margin-inline: 1rem;
    background: url(/images/gc1/bg-zigzag.svg) center bottom / 16px auto repeat-x;
    padding-bottom: 0.7rem;
}
.naze_muryou .section__inr{
  text-align: center;
  padding-bottom:4rem;
}
.muryou_item_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom:2rem;
}
.muryou_item{
  position: relative;
  padding-left: 2.4rem;
  width: calc(50% - 2rem);
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.4;
}
.muryou_ttl{
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  padding:2rem;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, #D61518, #F4944E);
  background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
}
.muryou_item:before{
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url(/images/gc1/icon-check.svg) center / contain no-repeat;
}
.muryou_list_footer{
  text-align: left;
}
.naze_muryou .fukidashi{
  display: block;
  padding: 1rem 0 0;
  max-width: 19rem;
  background-color: #B40303;
  color: #fff;
  font-size:clamp(1.5rem,4vw,2.4rem);
  line-height: 1;
  font-weight: bold;
  margin:0 auto;
  border-radius: 100px;
  margin-top: 3rem;
}
.naze_muryou .fukidashi:before{
  content: '…';
  display: inline-block;
  color: #B40303;
  transform:rotate(90deg);
  position: absolute;
  top: -100%;
  right: 0;
  left: 0;
}
.naze_muryou .fukidashi span{
  font-size:2.4em;
  color: #E07174;
  transform: rotate(20deg);
  position: absolute;
  top: -1.4rem;
}

.naze_muryou .qeac{
  background: url(/images/gc1/bg-naze-muryou-qeac.png) right / contain no-repeat #D7E3ED;
  padding:4rem 5.6rem 4rem;
  margin-bottom: 6rem;
}
.naze_muryou .qeac > div{
  background-color: #fff;
  opacity: 0.9;
  max-width: 460px;
  padding: 2rem;
  border-radius: 0.4rem;
}
.naze_muryou .qeac dt img{
  max-width: 165px;
  margin-bottom: 2rem;
}
.naze_muryou .qeac dd{
  text-align: left;
  font-size:1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .naze_muryou .heading{
        padding-block: 4rem;
    }
    .naze_muryou .section__inr{
        padding-bottom: 2rem;
    }
    .naze_muryou .section__inr:nth-child(2) .gradient-text{
        display: inline;
    }
    .naze_muryou .heading-wrap .inner:nth-child(2){
        height: 10rem;
    }
    .naze_muryou .heading-wrap .inner:nth-child(2) img:nth-child(1),
    .naze_muryou .heading-wrap .inner:nth-child(2) img:nth-child(2){
        width:90px;
    }
    .naze_muryou .heading-wrap .inner:nth-child(2) img:nth-child(1){
        left: 20%;
    }
    .naze_muryou .heading-wrap .inner:nth-child(2) img:nth-child(2){
        right: 20%;
    }
  .muryou_item_wrap{
    flex-direction: column;
  }
  .muryou_item{  
    width: 100%;
    padding-left: 3rem;
  }
  .muryou_item:before{
    width: 20px;
    height: 20px;
  }
  .naze_muryou .fukidashi{
    max-width: 100%;
  }
  .naze_muryou .fukidashi span{
    font-size: 4rem;
    top: -1rem;
  }
  .naze_muryou .qeac{
    padding:4rem 2rem 4rem;
    background-size: cover;
    background-position: center;
  }
  .naze_muryou .qeac > div{
    margin:0 auto;
  }
  .naze_muryou .qeac dt img{
    max-width: 110px;
  }
}
/* agents-compare
-------------------------------------------- */
.agents-compare .section__inr{
  padding: 0 0 4rem;
  margin-bottom: 0;
}
.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: #FCF8F7;
    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{
  width: 90%;
  max-width: 150px;
}

.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 screen and (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;
  }
}
/* q&a
-------------------------------------------- */
.qa__wrap {
  margin-bottom: 56px;
}
.section__inr.qa__inr {
    padding: 0 5% 2rem;
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .qa__wrap {
    margin-bottom: 24px;
  }
  .qa__box {
    border-radius: 4px;
    margin: 0 auto 24px;
  }
}

.qa__box {
  max-width: 1160px;
  background: #fff;
  border: solid 2px #D61518;
  border-radius: 8px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}

.qa__box:last-child {
  margin: 0 auto;
}

.qa__question {
  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;
}
/* profile
-------------------------------------------- */
.profile__inr{  
  margin-bottom: 0;
}
/* contact
-------------------------------------------- */
.contact{
  padding:0 0 40px;
}