@charset "UTF-8";
/* CSS Document */


:root {
  --color-blue: #2992c9;
  --color-blue2: #0c77b0;
  --c-black: #000c12;
  --c-black2: #1e282e;
  --c-navy: #193863;
  --c-blue: #2c8abc;
  --c-gold: #b49e73;
  --c-gold2: #c7b299;
  --c-gray: #e9e5dc;
  --c-gray2: #f6f6f6;
  --c-gray3: #dcdfdf;
  --c-red: #e7404c;
  --c-bg: #f9f9f9;
  --font-en: 'Geologica', sans-serif;
  --filter-w: invert(100%) sepia(19%) saturate(377%) hue-rotate(316deg) brightness(100%) contrast(91%);
  --filter-wg: invert(96%) sepia(8%) saturate(14%) hue-rotate(314deg) brightness(86%) contrast(111%);
  --filter-red: invert(33%) sepia(39%) saturate(3362%) hue-rotate(347deg) brightness(84%) contrast(106%);
  --filter-blue: invert(48%) sepia(24%) saturate(1382%) hue-rotate(157deg) brightness(94%) contrast(85%);
  --filter-gold: invert(68%) sepia(8%) saturate(1335%) hue-rotate(1deg) brightness(93%) contrast(88%);
  --inn-w: 2rem;
  --inn-w-minus: -2rem;
}
@media (min-width: 769px) {
  :root {
    --inn-w: 3rem;
    --inn-w-minus: -3rem;
  }
}/* mq960 end */
@media (min-width: 960px) {
  :root {
    --inn-w: 5rem;
    --inn-w-minus: -5rem;
  }
}/* mq960 end */


/* .voat_guidance_page .float_banner{
  display: none !important;
} */

.float_banner {
  /* display: none; */
  position: fixed;
  width: 38.5% !important;
  max-width: 26em;
  background: none;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: none;
  box-shadow: none;
  padding: 0 0 1.5em;
  margin: 0 0 0 auto;
}
@media (min-width: 769px) {
  .float_banner {
    max-width: 16em;
  }
}

/* SECTION パーツ */
.voat_block .sec_ttl,
.voat_block  .sec_ttl_m,
.voat_block  .sec_ttl_s{
  position: relative;
  font-size: 1em;
  padding: .3em 0 .6em;
}
.voat_block .sec_ttl{
  width: fit-content;
}
.voat_block .sec_ttl .en{
  width: fit-content;
  display: block;
  font-size: 6em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .15em;
}
.voat_block .sec_ttl.small .en{
  font-size: 5em;
}
.voat_block .sec_ttl .ja{
  position: absolute;
  top: -.5em;
  right: -6%;
  display: block;
  font-size: .8em;
  font-weight: 500;
  padding-left: 1em;
  color: var(--color-txt-red);
}
.voat_block .sec_ttl .ja::before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  line-height: 1;
  width: .6em;
  height: .6em;
  background-color: currentColor;
  border-radius: 50%;
}
.voat_block .sec_ttl_m .en{
  display: block;
  font-size: 4.6em;
  font-weight: 600;
  line-height: 1;
}
.voat_block .sec_ttl_m .ja{
  display: block;
  font-size: 1.1em;
  margin-top: 0.3em;
}
.voat_block .sec_ttl_s .en{
  display: block;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}
.voat_block .sec_ttl_s .ja{
  display: block;
  font-size: 1.1em;
  margin-top: 0.3em;
}
.voat_block .sec_sub {
  font-size: 1.7em;
  font-weight: 600;
  padding: .8em 0;
}
.voat_block .sec_sub p{
  padding: .2em 0;
}
.voat_block .sec_copy {
  font-size: 1.8em;
  font-weight: 600;
  padding: .8em 0;
  line-height: 1.6;
  letter-spacing: .02em;
}
.voat_block .sec_desc {
  font-size: 1.4em;
  padding: 1em 0;
}
.voat_block .sec_desc p{
  padding: .2em 0;
}
.voat_block .sec_txt{
  font-size: 1.1em;
  padding: 1em 0;
  line-height: 1.75;
}
.voat_block .sec_txt p{
  padding: .3em 0;
}
.voat_block .sec_text {
  font-size: 1em;
  color: #4d4d4d;
  padding: 0 0 1em;
}
.voat_block .sec_text p {
  line-height: 1.8;
  padding: .2em 0;
}
.sub_sec_ttl{
  font-size: 1rem;
  padding: 1em 0;
}
.sub_sec_ttl .en{
  display: block;
  font-size: 5.5em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .15em;
}
.sub_sec_ttl .ja{
  display: block;
  font-size: 1.4em;
  margin-top: 0.3em;
}

@media (min-width: 769px) {
  .voat_block .sec_ttl{
    font-size: 1.2rem;
  }
  .voat_block .sec_ttl .en {
    font-size: 6em;
  }
  .voat_block .sec_ttl_m .en{
    font-size: 5.8em;
  }
  .voat_block .sec_copy {
    font-size: 2.3em;
    padding: .5em 0;
  }
}/*  */


/* Parts ========================== */
.red{
  color: var(--color-txt-red);
}
.before_border{
  position: relative;
  padding-left: 3.2em !important;
}
.before_border::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 3em;
  height: 1px;
  background-color: currentColor;
}
.before_point{
  position: relative;
  padding-left: .8em !important;
  color: currentColor;
}
.before_point::before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  line-height: 1;
  width: .4em;
  height: .4em;
  background-color: currentColor;
  border-radius: 50%;
}
.before_tri{
  position: relative;
  padding-left: .8em !important;
  color: currentColor;
}
.before_tri::before{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  line-height: 1;
  width: .4em;
  height: .55em;
  background-color: currentColor;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.link_circle_arrow{
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 1rem;
  padding: 1em 0;
  transition: transform .2s;
}
._right{
  margin-left: auto;
}
._center{
  margin: auto;
}
.link_circle_arrow .txt{
  display: inline-block;
  font-family: var(--font-comp);
  font-size: 1.2rem;
  font-weight: 500;
}
.arrow_circle{
  position: relative;
  display: inline-block;
  background-color: var(--color-blue);
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  margin-left: .8em;
  overflow:hidden;
}
.arrow_circle_img{
  position: absolute;
  top: 0;
  bottom: .1em;
  left: 0;
  right: 0;
  margin: auto;
  width: 38% !important;
  max-width: 1.3rem;
  filter: var(--filter-w);
  transition: transform .25s ease-in, opacity .25s;
}
.arrow_circle::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 38%;
  height: 38%;
  background-image: url(/imgs/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-200%);
  opacity: 0;
  transition: transform .25s ease-out, opacity .25s ease-out;
  filter: var(--filter-w);
}
.link_circle_arrow:hover{
  transform: translateX(.3em);
}
.link_circle_arrow:hover .arrow_circle_img,
.top_cont_box:hover .arrow_circle_img{
  transform: translateX(200%);
  opacity: 0;
}
.link_circle_arrow:hover .arrow_circle::before,
.top_cont_box:hover .arrow_circle::before{
  transform: translateX(0);
  opacity: 1;
}
.arrow_circle._line{
  background-color: inherit;
  border: 1px solid var(--color-white);
}
.arrow_circle._line .arrow_circle_img{
  bottom: 0;
}

/* link_spot_circle */
.link_spot_circle{
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 1em;
  padding: 2em 0;
  transition: transform .2s;
  height: 5em;
  /* border-bottom: 1px solid #e2d7ca; */
}
.link_spot_circle .txt{
  position: relative;
  display: inline-block;
  font-family: var(--font-ja);
  font-size: 1.2em;
  font-weight: 600;
  transition: color .3s;
}
.link_spot_circle .txt::before{
  position: absolute;
  top: 130%;
  left: 0;
  content: "";
  width: calc(100% + 1.3em);
  height: 1px;
  display: block;
  background-color: var(--color-txt-red);
  transition: transform .3s;
  transform-origin: left center;
}
.spot_circle{
  position: relative;
  display: inline-block;
  background-color: var(--color-txt-red);
  width: .6em;
  height: .6em;
  border-radius: 50%;
  margin-left: .7em;
  overflow:hidden;
  transition: width .3s , height .3s;
}
.spot_circle .arrow_circle_img{
  opacity: 0;
  transform: translateX(-200%);
}

a:hover .link_spot_circle .spot_circle,
.link_spot_circle:hover .spot_circle{
  width: 3.6em;
  height: 3.6em;
}
/* a:hover .link_spot_circle .txt,
.link_spot_circle:hover .txt{
  color: var(--color-blue);
} */
a:hover .link_spot_circle .arrow_circle_img,
.link_spot_circle:hover .arrow_circle_img{
  opacity: 1;
  transform: translateX(0);
}
a:hover .link_spot_circle .txt::before,
.link_spot_circle:hover .txt::before{
  transform: scaleX(0);
}


.link_btn{
  position: relative;
  display: block;
  width: fit-content;
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-a);
  text-align: center;
  padding: 1.2em 0;
  cursor: pointer;
}
.link_btn.right{
  margin-left: auto;
}
.link_btn.center{
  margin: 0 auto;
}

._arrow{
  position: relative;
  width: fit-content;
  padding-right: 1em;
}
._arrow::after{
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 0.2em;
  top: 0.11em;
  bottom: 0;
  margin: auto;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotateZ(45deg);
}

._link{
  position: relative;
  width: fit-content;
  padding-right: 1.1em;
}
._link::after,
._link::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;

}
._link::before{
  width: 0.6em;
  height: 0.6em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
}
._link::after{
  width: calc(0.6em * 1.414);
  height: 0.13em;
  background-color: currentColor;
  transform: rotateZ(-45deg);
  right: -.01em;
}

.link_btn._border::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: .8em;
  left: 0;
  right: 0;
  margin: auto;
  /* transform: scaleX(0); */
  transform-origin: right center;
  transition: transform .2s;
}
.link_btn._border:hover::before{
  animation: border_move forwards .4s ease normal;
}
@keyframes border_move {
  0%   { transform: scaleX(100%); transform-origin: right;}
  50%  { transform: scaleX(0); transform-origin: right;}
  51%  { transform: scaleX(0);   transform-origin: left;}
  100% { transform: scaleX(100%); transform-origin: left;} 
}

.square_btn{
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: .2em;
  padding: 1.3em 0 1.4em;
  margin: 1em auto ;
  background-color: #2993ca;
  color: #fff;
  max-width: 22em;
}

.sq_btn {
  position: relative;
  display: block;
  max-width: 29em;
  border-radius: .2em;
  background-color: var(--color-blue);
  color: #fff;
  padding: 1.8em 0;
  margin: 1em auto;
}
.sq_btn.yellow{
  background-color: #f0bd16;;
}
.sq_btn .txt {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  padding: 0 1.8em;
}
.sq_btn .txt::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 1em;
  top: 0.11em;
  bottom: 0;
  margin: auto;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotateZ(45deg);
}

.img_cover_black {
  position: relative;
  overflow: hidden;
}
.img_cover_black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: linear-gradient(180deg, rgba(1, 1, 1, .4) 0%, rgba(1, 1, 1, .7) 60%);
  mix-blend-mode: multiply;
  opacity: .4;
  z-index: 1;
}
.img_cover_black img {
  transition: transform .5s;
}
a:hover .img_cover_black img,
.img_cvr_black:hover img{
  transform: scale(1.05);
}


/* TOPPAGE KEYVIS 
======================================== */
.top_keyvis_block{
  position: relative;
  aspect-ratio: 1 / 2;
  overflow: hidden;
}
.top_keyvis_block_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.voat_top_keyvis_ttl_block{
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 9em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
.voat_top_keyvis_ttl{
  font-size: 1em;
}
.voat_top_keyvis_ttl_block .ja{
  display: block;
  font-size: 1.9em;
  font-weight: bold;
  margin-bottom: .9em;
}
.voat_top_keyvis_ttl_block .voat_logo{
  display: block;
  width: 22em;
  padding-right: 1em;
  margin: auto;
}
@media (min-width: 769px) {
  .top_keyvis_block{
    font-size: 1.112347052vw;
    aspect-ratio: 1.7 / 1;
  }
  .voat_top_keyvis_ttl_block {
    top: 0;
    bottom: 0;
    left: 9em;
    right: initial;
    font-size: 1.2em;
  }
  .voat_top_keyvis_ttl_block .ja {
    font-size: 1.8em;
    letter-spacing: .05em;
  }

} /*  */


/* VT INTRO ==================== */
.vt_intro_sec {
  padding: 5em 0;
  background-color: var(--color-bg-grey);
}
/* .vt_intro_ttl {
  font-size: 1em;
  font-weight: 600;
  padding: 1.2em 0;
  color: var(--c-blue);
}
.vt_intro_ttl .ja {
  display: block;
  font-size: 1.9em;
  letter-spacing: .02em;
  line-height: 1.7;
} */
/* .vt_intro_txt_wrap{
  padding-left: 1em;
} */
.vt_intro_sub {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: var(--color-txt-red);
  opacity: 0.7;
  margin-bottom: 0.5em;
}
.vt_intro_desc {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.8;
  padding: 0 0 1em;
}
.vt_intro_desc p {
  padding: .3em 0;
}
.vt_intro_img_wrap {
  position: relative;
  padding: 3em 0;
}
.vt_intro_img._01 {
  position: relative;
  width: 84%;
  margin-left: auto;
  margin-right: -2em;
}
.vt_intro_img._03 {
  width: 70%;
  margin-top: -1em;
}
.vt_intro_script{
  position: absolute;
  right: -1em;
  bottom: .5em;
  width: 19em;
}
.vt_intro_script img {
  transform: rotateZ(-14deg);
}

@media (min-width: 769px) {
  .vt_intro_sec {
    padding: 3em 0;
  }
  .vt_intro_pc_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .vt_intro_txt_wrap {
    width: fit-content;
  }
  .vt_intro_desc{
    font-size: 1.55em;
  }
  .vt_intro_img_wrap {
    width: 45%;
    margin: 0;
  }
  .vt_intro_img._01 {
    width: 100%;
    width: calc(100% + 2em);
    margin-right: var(--inn-w-minus);
  }

}/*  */

@media (min-width: 960px) {
  .vt_intro_pc_flex {
    gap: 2em;
  }
  .vt_intro_txt_wrap {
    font-size: 1.1em;
  }
}/*  */



/* VOAT  - FEATURE 
================================================ */

.sec_top_feature{
  overflow: hidden;
}

.voat_feature_list_box{
  position: relative;
  padding: 2.5em 0 1em;
}
.voat_feature_list_box:not(:last-child){
  border-bottom: dotted 1px #cc0000;
}

.voat_feat_sec_ttl{
  font-size: 1em;
  padding: 1em 0;
  letter-spacing: 0.05em;
  margin-bottom: .6em;
}
.voat_feat_sec_ttl .en{
  font-family: 'Barlow Condensed', sans-serif;
  display: block;
  font-size: 4em;
  font-weight: 600;
  line-height: .95;
}
.voat_feat_sec_ttl .voat{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 8em;
  font-weight: 600;
  line-height: 1;
}
.voat_feat_sec_ttl .ja{
  display: block;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
  margin-top: 1em;
  letter-spacing: 0.05em;
  color: var(--c-black2);
}

.voat_feature_ttl_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  font-size: 1em;
  padding-bottom: 21.5em;
}
.voat_feature_img_num{
  position: relative;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5.4em;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--color-txt-red);
  line-height: 1;
  z-index: 1;
}
.voat_feature_img_num::before {
  content: "FEATURE";
  position: absolute;
  bottom: 91%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: .22em;
  /* display: block; */
  text-align: center;
}


.voat_feature_ttl{
  font-size: 1.78em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
  margin-top: 0.3em;
  word-break: keep-all;
}
.voat_feature_txt{
  font-size: 1.1em;
  padding: 1em 0;
  line-height: 1.75;
}
.voat_feature_txt p{
  padding: .3em 0;
}
.voat_feature_text_box .link_spot_circle{
  padding-top: 0;
  padding-bottom: 2em;
  height: initial;
}

.voat_feature_img_box{
  position: absolute;
  top: 9.5em;
  width: 100%;
  aspect-ratio: 3/2;
}
.voat_feature_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.voat_feature_link_btn {
  position: relative;
  display: block;
  width: fit-content;
  font-size: .9em;
  font-weight: 600;
  text-align: center;
  padding: .5em 0;
  margin: 1em 0 0 auto;
}
.voat_feature_link_btn._arrow {
  position: relative;
  width: fit-content;
  padding-right: 1em;
  transition: transform .3s;
}
.voat_feature_link_btn._arrow::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 0.2em;
  top: 0.11em;
  bottom: 0;
  margin: auto;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotateZ(45deg);
}
.voat_feature_link_btn._arrow:hover,
a:hover .voat_feature_link_btn._arrow{
  transform: translate( .3em );
}



@media (min-width:769px){

  .voat_feat_sec_ttl .en {
    display: inline-block;
    font-size: 6em;
    margin-right: .14em;
  }
  /* .voat_feat_sec_ttl .voat {
    font-size: 7.5em;
  } */

  .voat_feature_list_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
    padding: 4em 0 ;
  }
  .voat_feature_list_box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .voat_feature_img_box {
    position: static;
    width: 50%;
    aspect-ratio: 2.8 / 2;
  }
  .voat_feature_text_box {
    width: 50%;
  }
  .voat_feature_img_num {
    font-size: 6.2em;
  }
  .voat_feature_img_num::before {
    bottom: 85%;
  }
  .voat_feature_ttl_wrap {
    display:block;    
    padding-bottom: 0;
  }
  .voat_feature_ttl {
    font-size: 2.3em;
  }

}/*  */


@media (min-width:960px){

  .voat_feature_ttl {
    font-size: 2.6em;
  }

}/*  */


/* COURSE SPECIAL
============================================ */
.voat_reco_sec{
  background-color: #eeeff2;
  padding-top: 4em;
}
.voat_reco_sec .sec_copy {
  margin-top: .3em;
}
.voat_block .sec_ttl_special{
  position: relative;
}
.voat_block .sec_ttl_special .script_img{
  position: absolute;
  bottom: 0;
  left: 11em;
  width: 18em;
}
.voat_block .sec_ttl_special .script_img img{
  transform: rotateZ(-12deg);
}
.sec_course_special .voat_block .sec_ttl .en{
  font-size: 5em;
  margin-top: .15em;
}

.course_bene_list_box {
  margin: 1em 0 3em;
}
.course_bene_img_wrap{
  width: 90%;
  aspect-ratio: 3 / 2;
}
.course_bene_detail_wrap{
  width: 90%;
  position: relative;
  background-color: #fff;
  padding: 2em;
  margin-top: -3em;
  margin-left: auto;
}
.course_bene_detail_wrap .num{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9.5em;
  line-height: .8;
  color: var(--c-blue);
  opacity: .07;
  mix-blend-mode: multiply;
}
.course_bene_sub{
  position: absolute;
  right: 1em;
  top: -16.2em;
  font-weight: 600;
  writing-mode: vertical-lr;
  color: var(--c-blue);
  padding-top: 3em;
}
.course_bene_sub::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 2.6em;
  background-color: currentColor;
}
.course_bene_ttl{
  font-size: 1.75em;
  font-weight: 600;
  padding: .3em 0;
  line-height: 1.4;
}
.course_bene_price{
  font-size: 1.2em;
  font-weight: 600;
  padding: .2em 0;
  color: var(--color-txt-grey);
}
.course_bene_txt{
  font-size: 1.1em;
  font-weight: 400;
  padding: .5em 0;
  line-height: 1.75;
}

@media (min-width: 769px) {

  .voat_reco_sec {
    padding-bottom: 0;
  }

  .sec_course_special{
    overflow: hidden;
  }
  .voat_block .sec_ttl_special .script_img {
    position: absolute;
    bottom: 1em;
    left: 14em;
    width: 18em;
  }
  .course_bene_detail_wrap{
    width: fit-content;
  }
  .course_bene_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5em 1.5em 1.5em 8em;
  }
  .course_bene_list_box {
    width: 47%;
  }
  .sec_course_special .course_intro_desc {
    font-size: 2em;
  }
}/*  */


/* COURSE SYSTEM
============================================ */
.sec_course_system {
  background-color: #f1f1f1;
}
.course_sys_list_box{
  position: relative;
  /* background-color: var(--c-blue); */
  /* color: #fff; */
  margin: 2em 0;
  /* z-index: -2; */
  border-top: 1px solid #cecece;
}
.course_sys_list_box:last-child{
  border-bottom: 1px solid #cecece;
}
.course_sys_list_box_inner{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 2em 1.5em .5em;
}
/* .course_sys_list_box_inner::before,
.course_sys_list_box_inner::after{
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 122%;
  height: 56%;
  z-index: -1;
  opacity: .5;
}
.course_sys_list_box_inner::before{
  left: -38%;
  transform: rotateZ(30deg);
  transform-origin: left bottom;
  background-color: #61abd3;
  opacity: .5;
}
.course_sys_list_box_inner::after{
  right: -38%;
  transform: rotateZ(-30deg);
  transform-origin: right bottom;
  background-color: var(--c-blue);
  mix-blend-mode: multiply;
  opacity: .15;
} */
.course_sys_detail_ttl{
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  padding: .3em 0;
}
.course_sys_img{
  width: 10rem;
  margin: 1em auto;
}
.course_sys_detail_txt{
  font-size: 1.05em;
  padding: 1em 0;
  line-height: 1.8;
}
.course_sys_list .course_bene_sub{
  left: 1.3em;
  color: inherit;
}

@media (min-width: 769px) {
  .course_les_list{
    padding-top: 0;
  }
  .course_sys_list {
    display: flex;
    justify-content: space-between;
    gap: 4%;
    padding: 2em 0;
  }
  .course_sys_list_box{
    flex: 1;
    margin: 0;
    border-bottom: 1px solid #cecece;
  }
  /* .course_sys_img {
    width: 8rem;
  } */
  .course_sys_detail_ttl{
    font-size: 1.7em;
  }
}/*  */


/* COURSE  
=============================*/
.sec_course_price {
  padding-top: 5em;
  padding-bottom: 0;
  background-color: #f9f9f9;
}

/* TAB BLOCK */
.cource_block{
  padding: 3em 0 0;
}
.cource_tab_input {
  display: none;
}
.cource_tab {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.cource_tab_label{
  position: relative;
  display: block;
  width: 33.333333%;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  padding: 1.2em 0 1.1em;
  cursor: pointer;
  background-color: #e6eaeb;
  color: #a1a1a1;
  border: 1px solid #cbcbcb;
}
.cource_tab_label::before{
  top: 0;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: .3em;
  background-color: var(--c-red);
  opacity: 0;
}
.cource_tab_contents_wrap{
  background-color: #fff;
  padding: 2em 0;
}
.cource_tab_contents{
  display: none;
}
@media (max-width:898px){
  .cource_tab_label {
    border-left: none;
  }
  .cource_tab [for="tab_light"]{
    border-right: none;
  }
}/*  */

#tab_pro:checked ~ .cource_tab [for="tab_pro"],
#tab_standard:checked ~ .cource_tab [for="tab_standard"],
#tab_light:checked ~ .cource_tab [for="tab_light"]{
  background-color: #fff;
  color: var(--c-red);
  border-bottom: none;
}
#tab_pro:checked ~ .cource_tab [for="tab_pro"].cource_tab_label::before,
#tab_standard:checked ~ .cource_tab [for="tab_standard"].cource_tab_label::before,
#tab_light:checked ~ .cource_tab [for="tab_light"].cource_tab_label::before{
  opacity: 1;
}
#tab_pro:checked ~ .tab_contents_wrap #tab_pro_contents,
#tab_standard:checked ~ .tab_contents_wrap #tab_standard_contents,
#tab_light:checked ~ .tab_contents_wrap #tab_light_contents{
  display: block;
}
.tab_contents_wrap{
  padding: 4em 2em 5em;
  background-color: #fff;
}

/* COURSE CONTENS =============================*/
.course_name_ttl{
  font-size: 1em;
  padding: 1.5em 0;
}
.course_name_ttl .en{
  display: block;
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2;
}
.course_name_ttl .ja{
  font-size: 1.8em;
}
.course_copy {
  font-size: 1.45em;
  font-weight: 600;
  line-height: 1.7;
  padding: .8em 0;
}
.course_tab_img{
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin: 2em 0;
}
.course_tab_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.course_sub_ttl{
  position: relative;
  font-size: 1.4em;
  font-weight: 600;
  padding: .3em 0 .3em 1em;
}
.course_sub_ttl::before {
  position: absolute;
  left: .2em;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  line-height: 1;
  width: .4em;
  height: .4em;
  background-color: currentColor;
  border-radius: 50%;
  color: var(--c-red);
}
.course_sub_ttl_blue{
  font-size: 1.5em;
  padding: .3em 0;
  color: var(--c-blue);
}


/* COURSE PRICE
============================================ */
/* .sec_course_price .sec_ttl .ja {
  right: -25%;
} */
/* .course_price_wrap{
  padding: 1.5em 0;
} */
.course_price_box{
  padding: 1.5em 0;
}

.corse_box_txt{
  font-size: 1.2em;
  font-weight: 600;
  padding: .5em 0;
  line-height: 1.7;
}
.corse_box_caution{
  font-size: 1.1em;
  padding: .5em 0;
  line-height: 1.6;
}
.corse_box_txt p,
.corse_box_caution p{
  padding: .2em 0;
}

.course_price_table_wrap{
  padding: .6em 0;
}
.course_price_table{
  width: 100%;
  background-color: #fff;
  text-align: center;
}
._light thead{
  background-color: var(--color-blue);
}
._pro thead{
  background-color: var(--color-red2);
}

.course_price_table thead{
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.2;
  /* color: #fff; */
  /* background-color: var(--c-blue); */
  background-color: #f1f1f1;
}
._option .course_price_table thead{
  background-color: #fff8f8;
}
.course_price_table tbody{
  font-size: 1.1em;
  font-weight: 500;
  font-family: var(--font-comp);
}
.course_price_table th,
.course_price_table td{
  border: 1px solid #dfdfdf;
  padding: .8em .4em;
}
.course_price_table th{
  font-weight: 600;
}
.course_price_table th .small2{
  font-size: .8em;
  font-weight: 400;
}
.course_price_table td .small2 ~ .small2{
  font-size: .7em;
  font-weight: 400;
}
.course_price_table._option thead ,
.course_price_table._option tbody {
  font-size: 1.2em;
}
.price_th_ttl {
  display: block;
  width: fit-content;
  padding: 0 .8em .1em;
  border-radius: .1em;
  margin: 0 auto .7em;
  text-decoration: underline;
  text-underline-offset: .25em;
}
.cource_pl{
  padding-left: 1.3em;
}
.pro_course_page .top_trial_block {
  margin: 3em auto;
}

/* course  illust */
.cource_illust_box{
  display: flex;
  gap: 4%;
  padding: 1em 0;
  color: var(--c-blue);
}
.cource_illust_box_list{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30.666666%;
  aspect-ratio: 1/1;
  border: 1px solid #9cc5da ;
  border-radius: 50%;
  text-align: center;
  padding-bottom: .2em;
}
.cource_illust_box_list.red{
  border: 1px solid #e39ca1 ;
}
.cource_illust_box_list .en{
  display: flex;
  align-items: center;
  font-size: 0.8em;
  font-weight: 800;
  line-height: 1.1;
  min-height: 2.5em;
  padding: .4em 0;
}
.cource_illust_box_list .comp{
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.25;
  min-height: 4em;
  padding-bottom: .2em;
}
.cource_illust_box_list .plus{
  display: block;
  line-height: .7;
  margin-bottom: .1em;
}
.cource_illust_box_list:not(:last-child)::before{
  position: absolute;
  left: 100%;
  content: "";
  display: block;
  width: 14%;
  height: 1px;
  background-color: #9cc5da;
}
#tab_light_contents .cource_illust_box{
  color: var(--c-gold);
}
#tab_light_contents .cource_illust_box_list{
  border: 1px solid var(--c-gold2) ;
}

.support_link_block{
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  border-radius: .3em;
  margin: 2em 0;
}
.support_link_block .link_circle_box {
  position: absolute;
  z-index: 1;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.support_link_txt{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  height: fit-content;
  font-size: 1.5em;
  font-weight: 600;
  z-index: 1;
}
.support_link_img {
  width: 100%;
  aspect-ratio: 2.4 / 1;
}
.support_link_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: .4;
  filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix'values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
  -webkit-filter: grayscale(100%);
  transition: opacity 1s, transform .5s;
}
.support_link_block:hover .support_link_img img {
  opacity: .5;
  filter: none;
  -webkit-filter: grayscale(0%);
  transform: scale(1.1);
}

@media (min-width: 769px) {
  .cource_block{
    display: flex;
    justify-content: space-between;
  }
  .cource_tab{
    width: 22%;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #e6eaeb;
  }
  .cource_tab_label{
    width: 100%;
    font-size: 1.3em;
    text-align: left;
    padding-left: 2.2em;
  }
  .cource_tab_label .pc{
    display: inline-block !important;
  }
  .cource_tab_label::before {
    top: 0;
    left: 0;
    width: .5em;
    height: 100%;
  }
  .cource_tab_label{
    border-top: none;
    border-left: none;
    border-right: none;
  }
  #tab_pro:checked ~ .cource_tab [for="tab_pro"], 
  #tab_standard:checked ~ .cource_tab [for="tab_standard"], 
  #tab_light:checked ~ .cource_tab [for="tab_light"]{
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
  }
  .tab_contents_wrap{
    position: relative;
    width: 78%;
  }
  .tab_contents_wrap {
    padding: 4em 7em 6em;
  }
  .course_name_ttl {
    font-size: 1.1em;
    padding: 2em 0;
  }
  .course_tab_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 23em;
    margin: 0;
    aspect-ratio: 4 / 3;
  }
  .course_copy {
    font-size: 1.7em;
  }
  .course_price_box{
    font-size: 1.1em;
    padding: 2em 0;
  }
  .cource_pl {
    padding-left: 1.6em;
  }
  .cource_illust_box {
    max-width: 32em;
  }
  .cource_illust_box_list{
    font-size: 1.1em;
  }


  /* COURCE PRICE */
  .sec_course_price .sec_copy{
    font-size: 2.4em;
  }
  .course_price_ttl {
    font-size: 1.8em;
  }
  .course_price_table td {
    width: 20%;
  }

  /* SUPPORT LINK */
  .support_link_block{
    margin: 6em 0 4em;
  }
  .support_link_img {
    width: 100%;
    aspect-ratio: 4.5 / 1;
  }
  .support_link_txt {
    font-size: 2.1em;
    left: 1.5em;
    letter-spacing: .03em;
  }
  .support_link_block .link_circle_box {
    right: 3em;
    width: 4rem;
    height: 4rem;
  }
}/*  */


/* TOP TRIAL 
================================================ */
.sec_trial{
  margin-bottom: 6em;
}
.top_trial_block{
  position: relative;
  display: block;
  margin: 0 auto;
}
.top_trial_block.trgr {
  transform: scale(.8);
  opacity: 0;
  transition: transform .5s, opacity .3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top_trial_block.trgr.on {
  transform: scale(1);
  opacity: 1;
}

.top_trial_block_inner{
  position: absolute;
  top: 0;
  left: 2em;
  bottom: 0;
  margin: auto;
  height: fit-content;
  z-index: 5;
  color: #fff;
  padding: 2.5em 0 2em;
}
.top_trial_ttl{
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.2;  
  padding-bottom: .55em;
}
.top_trial_caption{
  display: block;
  font-size: 1.4em;
  font-weight: 300;
  margin: .7em 0;
}
.top_trial_txt{
  font-size: 1.3em;
  letter-spacing: .05em;
}
.speech_border{
  position: relative;
  width: fit-content;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: .3em;
  margin-bottom: 2rem;
}
.speech_border::before{
  content: "";
  position: absolute;
  left: 0;
  right: 35%;
  margin: auto;
  display: block;
  width: 1px;
  height: 1.5rem;
  top: 98%;
  background-color: #fff;
  transform: rotateZ(35deg);
  transform-origin: top center;
}

.top_trial_img_box{
  position: relative;
  /* width: calc(100% + 4em);
  margin-left: -2em; */
  overflow: hidden;
}
.top_trial_img_box img{
  transition: transform .5s;
}
.top_trial_img_box::before  {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: linear-gradient(180deg, rgba(1, 1, 1, .4) 0%, rgba(1, 1, 1, .7) 60%);
  mix-blend-mode: multiply;
  opacity: .3;
  z-index: 1;
  transition: opacity .5s;
}
/* .top_trial_img_box::before {
  background-color: #383434;
  mix-blend-mode: color-dodge;
  opacity: 1;
} */
/* .top_trial_img_box::after {
  background-color: var(--color-txt-red);
  mix-blend-mode: multiply;
  opacity: 1;
} */

.link_circle_box{
  position: relative;
  display: block;
  width: 3.5em;
  height: 3.5em;
  border: 1px solid rgba(255, 255, 255, .5);;
  border-radius: 50%;
}
.link_circle_box_img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35% !important;
  /* max-width: 1.5rem; */
  filter: var(--filter-w);
  transition: transform .25s ease-in, opacity .25s;
}
.link_circle_box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 35%;
  height: 35%;
  /* max-width: 1.5rem; */
  background-image: url(https://www.voat.co.jp/imgs/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-200%);
  opacity: 0;
  transition: transform .25s ease-out, opacity .25s ease-out;
  filter: var(--filter-blue);
  filter: var(--filter-red);
}

a:hover .link_circle_box{
  background-color: #fff;
}
a:hover .link_circle_box_img{
  /* filter: var(--filter-blue); */
  opacity: 0;
}
a:hover .link_circle_box::before{
  transform: translateX(0);
  opacity: 1;
}
a:hover .top_trial_img_box img{
  transform: scale(1.1);
}
a:hover .top_trial_img_box::before ,
a:hover .top_trial_img_box::after {
  opacity: 0;
}

/* a:hover .a_swing {
  animation: anime_swing 1s infinite alternate;
}
@keyframes anime_swing {
	0% {	transform: translate(0, 0);}
	10% {	transform: translate(.2em, 0) }
	20% {	transform: translate(-.2em, 0) }
	30% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);}
} */

.trial_banner_block{
  position: relative;
}
.trial_banner_block::after {
  content: "";
  display: block;
  width: 100%;
  height: 4em;
  background-color: rgba(60, 165, 200, 1);
  background: linear-gradient(90deg, rgba(60, 165, 200, 1) 10%, rgba(97, 200, 180, 1) 100%);
  clip-path: polygon(100% 0, 50% 100%, 0 0);
  margin-bottom: 1em;
  margin-top: -.2px;
}


@media (min-width: 769px) {
  .sec_trial{
    padding: 6em 0;
    background-color: #f9f9f9;
  }

  .trial_banner_block,
  .top_trial_block {
    width: 90%;
    margin: 0 auto;
    max-width: 70em;
  }
  .trial_banner_block::after {
    height: 5em;
  }

  .top_trial_block_inner {
    width: 88%;
    right: 0;
    left: 0;
    padding: 0;
    font-size: 1.15em;
  }
  .top_trial_ttl{
    padding-bottom: 0;
  }
  .top_trial_img_box {
    width: 100%;
    aspect-ratio: 3 / 1;
    margin-left: 0;
    border-radius: .5em;
    overflow: hidden;
  }
  .top_trial_txt {
    margin-bottom: 1.5em;
  }

  .link_circle_box{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .top_trial_block .link_circle_box {
    width: 6rem;
    height: 6rem;
  }

}/* mq769px end */