@charset "UTF-8";

/* ==================================================
   TOP COMMON
================================================== */
.site{
  max-width:1400px;
  margin:0 auto;
  background:#fff;
}
.content{
  padding-top:85px;
}
.txt-pink{
  color:#e15983;
}
.txt-blue{
  color:#3d5275;
}
.br-575{
  display:none;
}
.num{
  font-family:"Raleway", arial, sans-serif;
}
@media(min-width:768px) and (max-width:991px){
  .content{
    padding-top:115px;
  }
}
@media(max-width:767px){
  .content{
    padding-top:55px;
  }
}
@media(max-width:575px){
  .br-575{
    display:block;
  }
}
@media(max-width:480px){
  .content{
    padding-top:60px;
  }
}


/* ==================================================
   TOP NEWS
================================================== */
.top-news{
  padding:50px 15px;
}
.top-news-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin-bottom:10px;
  border-bottom:3px solid #e15983;
}
.top-news-head h2{
  margin:10px 0;
  color:#3d5275;
  font-size:28px;
  font-weight:500;
  line-height:.8;
  text-align:left;
}
.top-news-head h2::after{
  content:none;
}
.top-news-head h2 .sub{
  color:#e15983;
  font-size:1.3rem;
}
.top-news-list{
  margin:0;
  padding:0;
  list-style:none;
}
.top-news-item{
  margin-bottom:5px;
  padding:10px 0;
  border-bottom:1px solid #eee;
}
.top-news-item a{
  display:flex;
  align-items:center;
  gap:20px;
  color:#3d5275;
}
.top-news-item a:hover{
  text-decoration:none;
}
.top-news-item .meta{
  display:flex;
  align-items:center;
  flex-shrink:0;
  width:200px;
  gap:12px;
}
.top-news-item .date{
  width:100px;
}
.top-news-item .category{
  padding:2px 8px;
  border-radius:5px;
  font-size:12px;
  font-weight:600;
}
.top-news-item .title:hover{
  text-decoration:underline;
}
.top-news-link{
  color:#444;
}
.is-notice{
  background:#e5e5e5;
  color:#4b5563;
}
.is-seminar{
  background:#fde7f1;
  color:#d63384;
}
.is-experience{
  background:#d8eafc;
  color:#0f3876;
}
.is-study-info{
  background:#dbefb5;
  color:#627a33;
}
.top-news-btn{
  margin-top:20px;
  text-align:center;
}
.btn-news-more{
  display:inline-block;
  padding:12px 28px;
  border:1px solid #e15983;
  border-radius:999px;
  color:#e15983;
  font-weight:600;
  text-decoration:none;
  transition:.2s;
}
.btn-news-more:hover{
  border-color:#23527c;
  opacity:.8;
  text-decoration:none;
}
.btn-news-more:hover::after{
  color:#23527c;
}
.btn-news-more::after{
  content:"\e1e2";
  display:inline-block;
  padding:0 5px;
  color:#e15983;
  font-family:"auxin-front";
  font-size:1rem;
  vertical-align:middle;
}
.top-news-link::after{
  content:"\e1e2";
  display:inline-block;
  padding:0 5px;
  color:#444;
  font-family:"auxin-front";
  font-size:1rem;
  vertical-align:middle;
}

@media(max-width:767px){
  .top-news{
    padding:30px 15px;
  }
  .top-news-head h2{
    font-size:20px;
  }
  .top-news-item a{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
  .top-news-item .meta{
    width:auto;
    gap:8px;
  }
  .top-news-item .date{
    width:auto;
  }
  .top-news-item .category{
    display:inline-block;
    width:auto;
  }
}


/* ==================================================
   TOP SECTION COMMON
================================================== */
.top-section{
  padding:70px 20px 80px;
}
.top-section-inner{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.top-section-heading{
  margin-bottom:50px;
  text-align:center;
}
.top-section-subtitle{
  margin:0 0 8px;
  color:#e15983;
  font-size:2rem;
  font-weight:500;
  line-height:1.5;
}
.top-section-heading h2{
  margin:0;
  color:#3d5275;
  font-size:3.6rem;
  font-weight:700;
  line-height:1.35;
  text-align:center;
}
.top-section-heading h2::after{
  content:none;
}

@media(max-width:991px){
  .top-section{
    padding:55px 20px 65px;
  }
  .top-section-heading{
    margin-bottom:40px;
  }
  .top-section-heading h2{
    font-size:3.4rem;
  }
}
@media(max-width:767px){
  .top-section{
    padding:45px 20px 55px;
  }
  .top-section-heading{
    margin-bottom:30px;
  }
  .top-section-heading h2{
    font-size:3rem;
  }
  .top-section-subtitle{
    font-size:1.6rem;
  }
}
@media(max-width:575px){
  .top-section{
    padding:38px 15px 45px;
  }
  .top-section-heading{
    margin-bottom:25px;
  }
  .top-section-heading h2{
    font-size:2.4rem;
  }
}


/* ==================================================
   TOP ABOUT
================================================== */
.top-about-content{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);
  gap:45px;
  align-items:center;
}
.top-about-video,
.top-about-detail{
  min-width:0;
}
.top-about-video-inner{
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:20px;
  background:#888;
}
.top-about-video-inner iframe{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
}
.top-about-text{
  margin:0 0 28px;
}
.top-about-text strong{
  font-weight:700;
}
.top-about-btns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}
.top-about-btn{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:90px;
  padding:16px 38px 16px 38px;
  border:2px solid #3d5275;
  border-radius:18px;
  background:#fff;
  box-shadow:2px 2px 8px rgba(61,82,117,.22);
  color:#3d5275;
  font-weight:700;
  line-height:1.45;
  text-align:center;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.top-about-btn:hover,
.top-about-btn:focus{
  color:#3d5275;
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:3px 6px 10px rgba(61,82,117,.22);
}
.top-about-trademark{
  margin-top:20px;
  text-align:center;
}
.top-about-trademark a{
  color:#3157bf;
  text-decoration:underline;
}
.top-about-link-arrow{
  display:inline-block;
  width:6px;
  height:6px;
  margin-left:6px;
  border-top:1px solid #3157bf;
  border-right:1px solid #3157bf;
  transform:rotate(45deg);
}

@media(max-width:1200px){
  .top-about-btns{
    gap:20px;
  }
  .top-about-btn{
    min-height:82px;
    padding:14px 28px 14px 28px;
  }
}
@media(max-width:991px){
  .top-about-content{
    grid-template-columns:1fr;
    gap:32px;
  }
  .top-about-video,
  .top-about-detail{
    width:100%;
    max-width:720px;
    margin:0 auto;
  }
  .top-about-btns{
    gap:18px;
  }
  .top-about-btn{
    font-size:1.6rem;
  }
}
@media(max-width:767px){
  .top-about-content{
    gap:25px;
  }
  .top-about-video-inner{
    border-radius:16px;
  }
  .top-about-text{
    margin-bottom:15px;
  }
  .top-about-btns{
    gap:12px;
  }
  .top-about-btn{
    min-height:76px;
    padding:12px 10px 12px 10px;
    border-radius:15px;
    font-size:1.4rem;
  }
  .top-about-btn::after{
    right:15px;
  }
  .top-about-trademark{
    margin-top: 10px;
  }
}
@media(max-width:575px){
  .top-about-content{
    gap:20px;
  }
  .top-about-btns{
    gap:10px;
  }
}


/* ==================================================
   TOP PROGRAM
================================================== */
.top-program-intro{
  margin:0 0 30px;
  line-height:1.7;
  text-align:center;
}
.top-program-intro strong,
.top-program-description strong{
  font-weight:700;
}
.top-program-block{
  width:100%;
}
.top-program-title{
  margin:0 0 12px;
  color:#e15983;
  font-weight:700;
  line-height:1.4;
}
.top-program-title span{
  color:#e15983;
}
.top-program-description{
  margin-bottom:20px;
}
.top-program-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  margin-bottom:25px;
}
.top-program-point{
  min-width:0;
}
.top-program-label{
  display:flex;
  align-items:center;
  justify-content:center;
  width:180px;
  min-height:42px;
  margin:0 0 12px;
  padding:8px 18px;
  border-radius:30px;
  background:#3d5275;
  color:#fff;
  font-weight:700;
  line-height:1.4;
  text-align:center;
}
.top-program-point p:not(.top-program-label){
  margin-bottom:0;
}
.top-program-cards{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:24px;
  align-items:stretch;
}
.top-program-card{
  position:relative;
  display:block;
  overflow:hidden;
  border:1px solid rgba(61,82,117,.18);
  border-radius:28px;
  background:#fff;
  box-shadow:10px 12px 18px rgba(61,82,117,.16);
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.top-program-card:hover,
.top-program-card:focus{
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:10px 15px 22px rgba(61,82,117,.2);
}
.top-program-card img{
  display:block;
  width:100%;
  height:100%;
  margin:0;
  object-fit:cover;
  transition:transform .35s ease;
}
.top-program-card:hover img{
  transform:scale(1.025);
}
.top-program-card-main{
  min-height:510px;
}
.top-program-card-main::after,
.top-program-card-small::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.18) 45%,rgba(0,0,0,0) 72%);
  pointer-events:none;
}
.top-program-card-text{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:28px;
  display:block;
  padding-right:28px;
  line-height:1.45;
}
.top-program-card-text.h3{
  margin:0;
  font-size:2.4rem;
}
.top-program-card-text.h4{
  margin:0;
  font-size:1.6rem;
}
.top-program-card-text small{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:1.8rem;
  text-shadow:0 2px 6px rgba(0,0,0,.5);
}
.top-program-card-text strong{
  display:block;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,.55);
}
.top-program-arrow{
  position:absolute;
  top:50%;
  right:3px;
  width:9px;
  height:9px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  filter:drop-shadow(0 2px 3px rgba(0,0,0,.4));
  transform:translateY(-50%) rotate(45deg);
}
.top-program-card-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:repeat(3,1fr);
  gap:14px 18px;
}
.top-program-card-small{
  min-height:158px;
}
.top-program-card-small .top-program-card-text{
  left:20px;
  right:20px;
  bottom:15px;
  padding-right:22px;
}

@media(max-width:991px){
  .top-program-points{
    gap:28px;
    margin-bottom:24px;
  }
  .top-program-label{
    min-height:38px;
    padding:7px 14px;
  }
  .top-program-cards{
    gap:13px;
  }
  .top-program-card-main{
    min-height:430px;
  }
  .top-program-card-list{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    gap:14px;
  }
  .top-program-card-text,
  .top-program-card-small .top-program-card-text{
    left:15px;
    right:15px;
    bottom:15px;
  }
  .top-program-card-small{
    min-height:170px;
  }
  .top-program-card-text.h3{
    font-size:2rem;
  }
  .top-program-card-text.h4{
    font-size:1.4rem;
  }
}
@media(max-width:767px){
  .top-program-title{
    font-size:18px;
  }
  .top-program-points{
    grid-template-columns:1fr;
    gap:18px;
  }
  .top-program-label{
    min-height:36px;
    margin-bottom:8px;
    width: 150px;
  }
  .top-program-cards{
    grid-template-columns:1fr;
    gap:18px;
  }
  .top-program-card-main{
    height:280px;
    min-height:0;
    border-radius:22px;
  }
  .top-program-card-main img{
    object-position:center 30%;
  }
  .top-program-card-small{
    height:130px;
    min-height:0;
    border-radius:20px;
  }
  .top-program-card-list{
    gap:10px;
  }
  .top-program-card-text{
    left:20px;
    right:20px;
    bottom:20px;
  }
  .top-program-card-small .top-program-card-text{
    left:15px;
    right:15px;
    bottom:15px;
  }
}
@media(max-width:575px){
  .top-program-cards,
  .top-program-points{
    gap:10px;
  }
  .top-program-card-main{
    height:250px;
  }
  .top-program-card-list{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .top-program-card-small{
    height:120px;
  }
  .top-program-card-text{
    left:16px;
    right:16px;
    bottom:16px;
  }
  .top-program-card-text small{
    font-size:1.6rem;
  }
  .top-program-card-text.h3{
    font-size:1.8rem;
  }
  .top-program-card-small .top-program-card-text{
    left:14px;
    right:14px;
    bottom:14px;
  }
  .top-program-card-small .top-program-card-text strong{
    line-height:1.3;
  }
}


/* ==================================================
   TOP PRESENT
================================================== */
.top-present{
  padding:50px 20px;
  background:#3d5275;
}
.top-present-box{
  display:grid;
  grid-template-columns:1fr 300px;
  gap:30px;
  align-items:center;
  margin:0 auto;
  padding:28px 32px;
  border-radius:30px;
  background:#fff;
}
.top-present-title{
  margin:0;
  font-size:2.4rem;
  font-weight:700;
}
.top-present-heading{
  margin:0 0 10px;
  font-size:2rem;
  font-weight:700;
  line-height:1.3;
}
.top-present-note{
  margin:0;
  font-weight:700;
  text-align:center;
}
.top-present-btns{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:18px;
  align-items:end;
}
.top-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;
}
.top-present-btn-pink{
  background:#e15983;
}
.top-present-btn-line{
  background:#20c84b;
}
.top-present-image img{
  display:block;
  width:100%;
  height:auto;
}

@media(max-width:1200px){
  .top-present-box{
    grid-template-columns:1fr 250px;
  }
  .top-present-btns{
    grid-template-columns:1.9fr 1fr;
  }
}
@media(max-width:991px){
  .top-present-btns{
    grid-template-columns:1fr;
    gap:10px;
  }
}
@media(max-width:767px){
  .top-present{
    padding:35px 15px;
  }
  .top-present-box{
    grid-template-columns:1fr;
    gap:15px;
    padding:20px 15px;
    border-radius:22px;
  }
  .top-present-btns{
    grid-template-columns:1.9fr 1fr;
  }
  .top-present-btn{
    font-size:1.6rem;
  }
  .top-present-image{
    max-width:280px;
    margin:0 auto;
  }
}
@media(max-width:575px){
  .top-present-title{
    font-size:1.8rem;
  }
  .top-present-heading{
    font-size:1.6rem;
  }
  .top-present-btns{
    grid-template-columns:1fr;
  }
  .top-present-btn{
    padding: 10px;
  }
}


/* ==================================================
   TOP SUPPORT
================================================== */
.top-support{
  padding-bottom:0;
}
.top-support-rating{
  margin-top:-25px;
  text-align:center;
  font-weight:700;
}
.top-support-stars{
  color:#ffd83d;
  font-size:3.5rem;
  letter-spacing:2px;
}
.star-07{
  display:inline-block;
  width:.7em;
  overflow:hidden;
  white-space:nowrap;
  vertical-align:bottom;
}
.top-support-google,
.top-support-rating-text{
  margin:0;
  font-size:2rem;
  line-height: 1.6;
}
.top-support-results{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:20px 0 35px;
}
.top-support-result{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:125px;
  padding:15px;
  border:1px solid rgba(61,82,117,.2);
  border-radius:28px;
  background:#fff;
  box-shadow:5px 8px 12px rgba(61,82,117,.14);
  text-align:center;
}
.top-support-result strong{
  font-size:4rem;
  line-height:1.1;
}
.top-support-result span.num{
  font-size:5rem;
}
.top-support-text{
  margin-bottom:30px;
}
.top-support-text p{
  margin-bottom:15px;
}
.top-support-cta{
  position:relative;
  display:flex;
  align-items:center;
  margin-top:40px;
}
.top-support-cta-text{
  position:relative;
  z-index:2;
  width:45%;
  padding:0 0 25px;
}
.top-support-cta h3{
  margin:0 0 8px;
  color:#3d5275;
  font-size:5rem;
  font-weight:700;
  letter-spacing:.8rem;
  line-height:1.2;
  text-align:center;
}
.top-support-copy{
  display:block;
  width:100%;
  margin:0 0 12px;
  padding:8px 18px;
  border:2px solid #e15983;
  border-radius:30px;
  background:#fff;
  color:#e15983;
  font-size:2.4rem;
  font-weight:700;
  line-height:1.3;
  text-align:center;
}
.top-support-badges{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  gap:6px;
  margin:0 0 12px;
}
.top-support-badges li{
  flex:1;
  margin:0;
  padding:5px 8px;
  border-radius:20px;
  background:#3d5275;
  color:#fff;
  font-weight:700;
  text-align:center;
  white-space:nowrap;
}
.top-support-cta-description{
  width:100%;
  max-width:610px;
  margin:0 0 18px;
}
.top-support-btns{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  width:100%;
  gap:10px;
}
.top-support-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:52px;
  padding:10px 20px;
  border-radius:30px;
  color:#fff;
  font-size:1.8rem;
  font-weight:700;
  text-align:center;
  text-decoration:none;
}
.top-support-line{
  background:#20c84b;
}
.top-support-link{
  width:100%;
  max-width:610px;
  margin:10px 0 0;
  text-align:center;
}
.top-support-cta-visual{
  position:relative;
  align-self:flex-end;
  width:55%;
}
.top-support-staff-img{
  display:block;
  width:100%;
}
.top-support-certifications{
  position:absolute;
  left:25%;
  bottom:25px;
  display:flex;
  align-items:flex-end;
  gap:12px;
}
.top-support-certifications img{
  width:130px;
  height:auto;
  object-fit:contain;
}

@media(max-width:1200px){
  .top-support-cta h3{
    font-size:5rem;
    letter-spacing:0;
  }
}
@media(max-width:1099px){
  .top-support-cta-text{
    width:52%;
  }
  .top-support-cta-visual{
    width:48%;
  }
}
@media(max-width:991px){
  .top-support-result span{
    line-height: 1.3;
  }
  .top-support-cta-text{
    width:58%;
    padding-bottom:0;
  }
  .top-support-cta-visual{
    width:42%;
  }
  .top-support-certifications img{
    width:80px;
  }
  .top-support-cta h3{
    font-size:4rem;
  }
  .top-support-copy{
    font-size:2rem;
  }
  .top-support-btn{
    font-size:1.6rem;
  }
}
@media(max-width:767px){
  .top-support-google,
  .top-support-rating-text{
    font-size:1.8rem;
  }
  .top-support-results{
    grid-template-columns:1fr 1fr;
  }
  .top-support-result{
    min-height:105px;
    padding-right:10px;
    padding-left:10px;
    border-radius:20px;
  }
  .top-support-result span{
    font-size:1.4rem;
  }
  .top-support-result strong{
    font-size:3.8rem;
  }
  .top-support-cta{
    display:block;
  }
  .top-support-cta-text{
    width:100%;
    padding-bottom:20px;
  }
  .top-support-cta-visual{
    width:100%;
    max-width:450px;
    margin:0 auto;
  }
  .top-support-badges{
    flex-wrap:wrap;
  }
  .top-support-certifications{
    left:40%;
  }
  .top-support-certifications img{
    width:100px;
  }
}
@media(max-width:575px){
  .top-support-cta h3{
    font-size:3.5rem;
  }
  .top-support-copy{
    font-size:1.6rem;
  }
  .top-support-btns{
    grid-template-columns:1fr;
  }
  .top-support-certifications{
    left:23%;
    bottom:8px;
    gap:7px;
  }
  .top-support-certifications img{
    width:80px;
  }
}


/* ==================================================
   CTA BUTTON HOVER
================================================== */
.top-present-btn,
.top-support-btn{
  transition:transform .2s ease,box-shadow .2s ease;
}
.top-present-btn:hover,
.top-present-btn:focus,
.top-support-btn:hover,
.top-support-btn:focus{
  color:#fff;
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:0 6px 14px rgba(0,0,0,.18);
}


/* ==================================================
   SECTION BACKGROUND
================================================== */
.top-fv,
.top-about,
.top-support{
  background:linear-gradient(115deg,#edf5ff 0%,#fff 48%,#fff0f3 100%);
}


/* ==================================================
   TOP FAQ
================================================== */
.top-faq .top-section-inner{
  max-width:1000px;
}
.top-faq .top-section-heading,
.top-faq .top-section-heading h2{
  text-align:left;
}
.top-faq .top-section-heading{
  margin-bottom:30px;
}
.top-faq .top-section-subtitle{
  font-size:1.6rem;
}
.top-faq-list{
  display:grid;
  gap:20px;
}
.top-faq-item{
  position:relative;
  display:flex;
  align-items:flex-start;
  min-height:58px;
  padding:12px 55px 12px 28px;
  border:1px solid rgba(61,82,117,.18);
  border-radius:30px;
  background:#fff;
  box-shadow:2px 4px 8px rgba(61,82,117,.1);
  color:#3d5275;
  font-size:1.8rem;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.top-faq-item:hover,
.top-faq-item:focus{
  color:#3d5275;
  text-decoration:none;
  transform:translateY(-2px);
  box-shadow:4px 8px 10px rgba(61,82,117,.14);
}
.top-faq-q{
  flex-shrink:0;
  margin-right:6px;
  font-weight:700;
}
.top-faq-text{
  flex:1;
}
.top-faq-arrow{
  position:absolute;
  top:50%;
  right:28px;
  width:8px;
  height:8px;
  border-top:1px solid #777;
  border-right:1px solid #777;
  transform:translateY(-50%) rotate(45deg);
}

@media(max-width:575px){
  .top-faq-item{
    min-height:54px;
    padding:10px 35px 10px 18px;
    border-radius:50px;
    font-size:1.6rem;
    line-height: 1.5;
  }
  .top-faq-arrow{
    right:18px;
  }
}