@charset "UTF-8";


@media(max-width:767px){
  .common-section .aux-fold{
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==================================================
   COUNSELING FV
================================================== */
.fv{
  padding:35px 20px 0;
}
.fv-main{
  display:flex;
  align-items:center;
}
.fv-text{
  position:relative;
  z-index:2;
  width:52%;
  padding:20px 0 30px;
}
.fv-text h1{
  margin:0 0 25px;
  color:#222;
  font-size:3.5rem;
  font-weight:700;
  line-height:1.4;
}
.fv-lead{
  margin:0 0 25px;
  font-size:2.2rem;
  font-weight:700;
  line-height:1.5;
}
.fv-text > p:not(.fv-lead){
  margin:0 0 18px;
  line-height:1.8;
}
.fv-visual{
  position:relative;
  align-self:flex-end;
  width:48%;
}
.fv-staff{
  display:block;
  width:100%;
  height:auto;
}
.fv-certifications{
  position:absolute;
  left:25%;
  bottom:25px;
  display:flex;
  align-items:flex-end;
  gap:12px;
}
.fv-certifications img{
  width:130px;
  height:auto;
  object-fit:contain;
}

@media(max-width:1200px){
  .fv-text h1{
    font-size:3.4rem;
  }
}

@media(max-width:1099px){
  .fv-text h1{
    font-size:3rem;
  }
}

@media(max-width:991px){
  .fv{
    padding:20px 20px 0;
  }
  .fv-main{
    display:block;
  }
  .fv-text{
    width:100%;
    padding-bottom:30px;
  }
  .fv-visual{
    width:100%;
    max-width:600px;
    margin:0 auto;
  }
  .fv-text h1{
    font-size:3rem;
  }
  .fv-lead{
    font-size:1.8rem;
  }
  .fv-certifications img{
    width:100px;
  }
}

@media(max-width:767px){
  .fv-visual{
    max-width:450px;
  }
  .fv-text h1{
    font-size:2.8rem;
  }
  .fv-text > p:not(.fv-lead){
  margin:0 0 15px;
  }
  .fv-text{
    padding-bottom:0;
    padding-top: 10px;
  }
  .fv-certifications{
    left:40%;
  }
  .fv-certifications img{
    width:100px;
  }
}

@media(max-width:575px){
  .fv{
    padding:10px 15px 0;
  }
  .fv-text h1{
    font-size:2rem;
  }
  .fv-lead{
    font-size:1.4rem;
    margin-bottom: 15px;
  }
  .fv-certifications{
    left:23%;
    bottom:8px;
    gap:7px;
  }
  .fv-certifications img{
    width:80px;
  }
}

/* ==================================================
   COUNSELING PRESENT
================================================== */
.present{
  padding:50px 20px;
  background:#3d5275;
}
.present-box{
  display:grid;
  grid-template-columns:1fr 280px;
  gap:10px 20px;
  padding:28px 32px;
  border-radius:30px;
  background:#fff;
}
.present-title{
  grid-column:1 / -1;
}
.present-main-title{
  margin:0;
  font-size:2.4rem;
  font-weight:700;
  line-height:1.4;
}
.present-btns{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:18px;
  align-items:end;
}
.present-note{
  margin:0;
  font-weight:700;
  text-align:center;
}
.present-line-note{
  color:#20c84b;
}
.present-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:10px 20px;
  border-radius:30px;
  color:#fff;
  font-size:1.8rem;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.present-btn:hover,
.present-btn:focus{
  color:#fff;
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:0 6px 14px rgba(0,0,0,.18);
}
.present-btn-line{
  background:#20c84b;
}
.present-image img{
  display:block;
  width:100%;
  height:auto;
}

@media(max-width:1200px){
  .present-box{
    grid-template-columns:1fr 250px;
  }
  .present-btns{
    grid-template-columns:1.9fr 1fr;
  }
}

@media(max-width:991px){
  .present-box{
    grid-template-columns:1fr;
  }
  .present-title{
    grid-column:auto;
  }
  .present-btns{
    grid-template-columns:1.9fr 1fr;
  }
  .present-image{
    max-width:300px;
    margin:0 auto;
  }
}

@media(max-width:767px){
  .present{
    padding:35px 15px;
  }
  .present-box{
    gap:15px;
    padding:20px 15px;
    border-radius:22px;
  }
  .present-btn{
    font-size:1.6rem;
  }
  .present-image{
    max-width:280px;
  }
}

@media(max-width:575px){
  .present-main-title{
    font-size:1.6rem;
  }
  .present-btns{
    grid-template-columns:1fr;
  }
  .present-btn{
    padding:10px;
  }
}

/* ==================================================
   COUNSELING REASON
================================================== */
.reason{
  padding:70px 20px 80px;
}
.reason-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:35px 45px;
}
.reason-card{
  display:flex;
  flex-direction:column;
  padding:28px 32px;
  border:1px solid rgba(61,82,117,.18);
  border-radius:30px;
  background:#fff;
  box-shadow:5px 8px 12px rgba(61,82,117,.14);
}
.reason-head{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:18px;
}
.reason-num{
  display:flex;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  width:70px;
  height:70px;
  border-radius:50%;
  background:#3d5275;
  color:#fff;
  font-size:3rem;
  font-weight:700;
}
.reason-head h3{
  margin:0;
  color:#3d5275;
  font-size:2.4rem;
  font-weight:400;
  line-height:1.3;
}
.reason-head h3 strong{
  font-weight:700;
}
.reason-card > p:not(.reason-label){
  margin:0 0 20px;
}
.reason-label{
  align-self:flex-start;
  margin:auto 0 0;
  padding:8px 22px;
  border-radius:30px;
  background:#e15983;
  color:#fff;
  font-weight:700;
}

@media(max-width:991px){
  .reason{
    padding:55px 20px 65px;
  }
  .reason-list{
    gap:25px;
  }
  .reason-card{
    padding:25px 22px;
  }
  .reason-num{
    width:60px;
    height:60px;
    font-size:2.6rem;
  }
  .reason-head h3{
    font-size:2.1rem;
  }
}

@media(max-width:767px){
  .reason{
    padding:45px 15px 55px;
  }
  .reason-list{
    grid-template-columns:1fr;
    gap:20px;
  }
}

@media(max-width:575px){
  .reason-card{
    padding:22px 18px;
    border-radius:22px;
  }
  .reason-head{
    gap:12px;
  }
  .reason-num{
    width:52px;
    height:52px;
    font-size:2.2rem;
  }
  .reason-head h3{
    font-size:1.8rem;
  }
}

/* ==================================================
   COMPARE
================================================== */
.compare{
  padding:70px 20px 80px;
  background:#3d5275;
}
.compare-title{
  margin:0 0 35px;
  color:#fff;
  font-weight:700;
  line-height:1.35;
  text-align:center;
}
.compare-title::after{
  content:none;
}
.compare-box{
  padding:40px 30px;
  border-radius:30px;
  background:#fff;
  box-shadow:5px 8px 12px rgba(0,0,0,.12);
}
/* ==================================================
   COMPARE TABLE
================================================== */
.compare-scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.compare-table{
  width:100%;
  margin:0;
  border:0 !important;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
}
/* テーマ側のtable装飾をリセット */
.compare-table thead,
.compare-table tbody,
.compare-table tr,
.compare-table th,
.compare-table td{
  border-left:0 !important;
  border-right:0 !important;
  box-shadow:none !important;
}
/* --------------------------------
   HEAD
-------------------------------- */
.compare-table thead th{
  padding:20px 22px;
  border-top:0 !important;
  border-bottom:0 !important;
  background:transparent;
  font-size:1.8rem;
  font-weight:700;
  text-align:center;
  vertical-align:middle;
}
/* 左上の空セル */
.compare-table thead th:first-child{
  width:20%;
  border:0 !important;
  background:transparent !important;
}
/* ワールドアベニュー */
.compare-table thead th:nth-child(2){
  width:40%;
  border:0 !important;
  border-radius:24px 24px 0 0;
  background:#0f5a99;
  color:#fff;
}
/* 一般的なエージェント */
.compare-table thead th:nth-child(3){
  width:40%;
  border:0 !important;
  border-radius:24px 24px 0 0;
  background:#f4f4f4;
}
/* --------------------------------
   BODY
-------------------------------- */
.compare-table tbody th,
.compare-table tbody td{
  padding:20px 22px;
  border-top:0 !important;
  border-bottom:1px dashed #aaa !important;
  vertical-align:middle;
}
.compare-table tbody th{
  background:#fff;
  font-weight:700;
  text-align:left;
}
.compare-table tbody td{
  background:#fff;
  text-align:center;
}
/* ワールドアベニュー列 */
.compare-table tbody td:nth-child(2){
  background:#dcecff;
  color:#154f8b;
}
/* 1行目の上線 */
.compare-table tbody tr:first-child th,
.compare-table tbody tr:first-child td{
  border-top:1px solid #555 !important;
}
/* 最終行だけ実線 */
.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td{
  border-bottom:1px solid #555 !important;
}

.compare-table small{
  font-size:1.4rem;
}

@media(max-width:991px){
  .compare{
    padding:55px 20px 65px;
  }
  .compare-box{
    padding:30px 20px;
  }
}

@media(max-width:767px){
  .compare{
    padding:45px 15px 55px;
  }
  .compare-title{
    margin-bottom:25px;
  }
  .compare-box{
    padding:20px 15px;
    border-radius:22px;
  }
  .compare-table{
    min-width:720px;
  }
  .compare-table thead th,
  .compare-table tbody th,
  .compare-table tbody td{
    padding:10px 5px;
  }
  .compare-table thead th{
    font-size:1.6rem;
  }
}

/* ==================================================
   CASE STUDIES
================================================== */
.case-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
.case-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  box-shadow:5px 8px 12px rgba(61,82,117,.14);
}
.case-head{
  padding:20px;
  background:#3d5275;
  color:#fff;
}
.case-tag{
  display:inline-block;
  margin:0 0 8px;
  padding:5px 12px;
  border-radius:20px;
  background:#fff;
  color:#3d5275;
  font-weight:700;
}
.case-head h3{
  margin:0;
  color:#fff;
  font-size:2rem;
  font-weight:400;
  line-height:1.4;
}
.case-head h3 strong{
  font-weight:700;
}
.case-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px;
}
.case-label{
  margin:0 0 5px;
  font-weight:700;
}
.case-body > p:not(.case-label){
  margin:0 0 25px;
}
.case-result{
  /* min-height:190px; */
  margin-top:auto;
  padding:15px;
  border-radius:10px;
  background:#3d5275;
  color:#fff;
}
.case-result p{
  margin:0;
}
.case-result-title{
  margin-bottom:5px !important;
  font-weight:700;
}
.reserve-cta{
  margin-top:50px;
}

@media(max-width:991px){
  .case-list{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }
  .case-head,
  .case-body{
    padding:15px;
  }
  .case-head h3{
    font-size:1.8rem;
  }
}
@media(max-width:767px){
  .case-list{
    grid-template-columns:1fr;
  }
  .case-card{
    border-radius:22px;
  }
  .reserve-cta{
    margin-top:35px;
  }
}

/* ==================================================
   CONSULTANTS
================================================== */
.consultants-list{
  display:grid;
  gap:35px;
  max-width:1000px;
  margin:0 auto;
}
.consultant-card{
  display:grid;
  grid-template-columns:260px 1fr;
  overflow:hidden;
  border:1px solid rgba(61,82,117,.18);
  border-radius:28px;
  background:#fff;
  box-shadow:5px 8px 12px rgba(61,82,117,.14);
}
.consultant-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.consultant-body{
  padding:25px 20px;
}
.consultant-achievement{
  margin:0 0 5px;
  font-size:2rem;
  font-weight:700;
}
.consultant-name{
  margin:0 0 5px;
}
.consultant-name strong{
  margin-right:8px;
  font-size:2rem;
}
.consultant-area{
  margin:0 0 15px;
  padding-bottom:10px;
  border-bottom:1px dotted #777;
}
.consultant-license{
  margin-top:15px;
}
.consultant-license ul{
  margin:3px 0 0;
  padding-left:25px;
}
.consultant-license li{
  list-style:disc;
}

@media(max-width:991px){
  .consultant-card{
    grid-template-columns:220px 1fr;
  }
  .consultant-body{
    padding:20px;
  }
}
@media(max-width:767px){
  .consultants-list{
    gap:25px;
  }
  .consultant-card{
    grid-template-columns:1fr;
    border-radius:22px;
  }
  .consultant-img{
    width:100%;
    height:300px;
  }
  .consultant-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top;
  }
  .consultant-achievement{
    font-size:1.8rem;
  }
}
@media(max-width:575px){
  .consultant-img{
    height:220px;
  }
}

/* ==================================================
   FLOW
================================================== */
.flow-list{
  position:relative;
  max-width:950px;
  margin:35px auto 0;
}
.flow-item:not(:last-child)::after{
  content:"";
  position:absolute;
  top:60px;
  bottom:-35px;
  left:30px;
  width:1px;
  background:#d1d1d1;
}
.flow-item{
  position:relative;
  display:grid;
  grid-template-columns:60px 1fr;
  gap:20px;
  margin-bottom:35px;
}
.flow-item:last-child{
  margin-bottom:0;
}
.flow-num{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:60px;
  height:60px;
  border-radius:50%;
  background:#3d5275;
  color:#fff;
  font-size:2.8rem;
  font-weight:700;
}
.flow-content{
  padding:20px 25px;
  border:1px solid rgba(61,82,117,.2);
  border-radius:22px;
  background:#fff;
  box-shadow:5px 8px 12px rgba(61,82,117,.14);
}
.flow-label{
  display:inline-block;
  margin:0 0 8px;
  padding:4px 12px;
  border-radius:20px;
  background:#dcecff;
  color:#15538c;
  font-weight:700;
}
.flow-content h3{
  margin:0 0 5px;
  font-size:2rem;
  font-weight:700;
}
.flow-content p:last-child{
  margin-bottom:0;
}

@media(max-width:767px){
  .flow-list{
    margin-top:30px;
  }
  .flow-item:not(:last-child)::after{
    top:45px;
    bottom:-25px;
    left:22px;
  }
  .flow-item{
    grid-template-columns:45px 1fr;
    gap:12px;
    margin-bottom:25px;
  }
  .flow-num{
    width:45px;
    height:45px;
    font-size:2rem;
  }
  .flow-content{
    padding:18px 15px;
    border-radius:18px;
  }
  .flow-content h3{
    font-size:1.8rem;
  }
}

/* ==================================================
   FAQ
================================================== */
.faq-list{
  max-width:1000px;
  margin:0 auto;
}
.faq .accbox2{
  margin:0 0 20px;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(61,82,117,.18);
  border-radius:18px;
  background:#fff;
  box-shadow:2px 4px 8px rgba(61,82,117,.1);
}
/* 質問 */
.faq .accbox2 label{
  padding:18px 55px 18px 20px;
}
.faq .accbox2 h4{
  margin:0;
  padding:0 0 0 1.3em;
  text-indent:-1.3em;
  border:0;
  font-weight:700;
  line-height:1.5;
}
/* 旧Q丸アイコンを消す */
.faq .accbox2 h4::before,
.faq .accshow p::before{
  content:none;
}
/* 右の＋ / − */
.faq .accbox2 label::before{
  content:"";
  position:absolute;
  top:50%;
  right:22px;
  bottom:auto;
  width:18px;
  height:3px;
  background:#e15983;
  transform:translateY(-50%);
}
.faq .accbox2 label::after{
  content:"";
  position:absolute;
  top:50%;
  right:29px;
  width:3px;
  height:18px;
  background:#e15983;
  transform:translateY(-50%);
  transition:.2s;
}
.faq .accbox2 .cssacc2:checked + label::after{
  opacity:0;
}
/* 既存icomoonアイコンを無効化 */
.faq .accbox2 .cssacc2:checked + label::before{
  content:"";
}
/* 回答 */
.faq .accbox2 .accshow{
  background:#fff;
}
.faq .accbox2 .cssacc2:checked + label + .accshow{
  padding:0;
  border-top:1px solid #eee;
}
.faq .accshow p{
  margin:0;
  padding:15px 20px 18px;
  line-height:1.6;
}

@media(max-width:767px){
  .faq .accbox2{
    margin-bottom:15px;
  }
  .faq .accbox2 label{
    padding:15px 45px 15px 15px;
    margin-bottom: 0;
  }
  .faq .accshow p{
    padding:15px;
  }
  .faq .accbox2 label::before{
    right:18px;
    width:16px;
  }
  .faq .accbox2 label::after{
    right:24px;
    height:16px;
  }
}
.faq-links{
  display:flex;
  align-items:center;
  gap:25px;
  margin:0 20px 18px;
  padding-top:10px;
  border-top:1px dotted #aaa;
  font-weight:700;
}
@media(max-width:575px){
  .faq-links{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    margin:0 15px 15px;
  }
}

/* ==================================================
   CTA
================================================== */
.cta{
  padding:60px 20px 70px;
}
.cta-inner{
  margin:0 auto;
  text-align:center;
}
.cta-lead{
  margin:0 0 25px;
  font-size:1.8rem;
  line-height:1.6;
}
.cta-note{
  margin:0 0 8px;
  font-weight:700;
}
.cta-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  width:100%;
  max-width:480px;
  min-height:68px;
  margin:0 auto 20px;
  padding:15px 25px;
  border-radius:50px;
  background:#e15983;
  box-shadow:0 8px 18px rgba(225,89,131,.22);
  color:#fff;
  font-size:2.1rem;
  font-weight:700;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.cta-btn:hover,
.cta-btn:focus{
  color:#fff;
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(225,89,131,.28);
}
.cta-btn svg{
  flex-shrink:0;
  fill:#fff;
}
.cta-line{
  margin:0;
  line-height:1.6;
}
.cta-line a{
  color:#20c84b;
  font-weight:700;
  text-decoration:underline;
}

@media(max-width:767px){
  .cta{
    padding:45px 20px 55px;
  }
  .cta-lead{
    font-size:1.4rem;
    margin-bottom: 15px;
  }
  .cta-btn{
    min-height:60px;
    font-size:2rem;
  }
}
@media(max-width:575px){
  .cta{
    padding:38px 5px 45px;
  }
  .cta-btn{
    gap:10px;
    padding:12px 18px;
    font-size:1.8rem;
  }
  .cta-btn svg{
    width:24px;
    height:24px;
  }
  .cta-note{
    font-size: 90%;
    margin-bottom: 5px;
  }
}

/* ==================================================
   CLOSING
================================================== */
.closing .section-heading{
  margin-bottom: 0;
}
.support-btn svg {
    flex-shrink: 0;
    fill: #fff;
}
.closing-action{
  max-width:650px;
  margin:25px auto 0;
}
.closing-note{
  max-width:900px;
  margin:45px auto 0;
}
.closing-note h3{
  margin-bottom:15px;
  text-align:center;
  font-weight: 700;
}
.closing-note p{
  margin-bottom:0;
}
.closing-btn{
  min-height:60px;
}