@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;
}
.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;
}
/* 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/counseling/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;
    padding-inline: 2.4rem;
  }
  .cta__item{
    font-size: 1.8rem;
    font-weight: 500;
    padding:.3rem 2rem 0.5rem;
    height: 7rem;
  }
}

/* mv_ver2
-------------------------------------------- */
.mv_ver2 {
  background: url(/images/counseling/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/counseling/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/counseling/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 - 1rem);
  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;
  }
}
/* 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;
  }
}

/* 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;
}
/* contact
-------------------------------------------- */
.contact .section__heading{
  padding-top: 2rem;
}
.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: 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;
  }
}
