@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: 960px) {
  :root {
    --inn-w: 4rem;
    --inn-w-minus: -4rem;
  }
}/* mq960 end */


/* 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(--c-blue);
}
.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 ========================== */
.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: 1rem;
  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-comp);
  font-size: 1.2em;
  font-weight: 500;
  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(--c-gold2);
  transition: transform .3s;
  transform-origin: left center;
}
.spot_circle{
  position: relative;
  display: inline-block;
  background-color: var(--color-blue);
  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 - 2024  
======================================== */
.top_keyvis_block{
  position: relative;
  aspect-ratio: 390 / 784;
  padding-bottom: 2.6em;
  margin-bottom: 3em;
  overflow: hidden;
}


.top_keyvis_block .slide_media{
  overflow: hidden;
}
.top_keyvis_block .slide_media img {
  transition: 7s linear;
  transform: translateX(2.5%) scale(1.05);
}
.top_keyvis_block .splide__slide[class*=-active] .slide_media img {
  transition-delay: 0s;
  transform: translateX(-2.5%) scale(1.1);
}

.slide_ttl{
  position: absolute;
  top: 14%;
  left: 7%;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--c-bg);
  z-index: 5;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* transition: opacity .5s; */
}
._02 .slide_ttl{
  color: var(--c-black);
  top: 13%;
  left: 6%;
}
._04 .slide_ttl{
  top: 11%;
  left: 12%;
}
.slide_ttl .line{
  display: block;
  height: fit-content;
  padding: 0 .1em;
}
.slide_ttl .line._02{
  margin-top: 1em;
}
.top_keyvis_block .slide_ttl {
  animation: 1s cubic-bezier(0.2, 1, 0.2, 1) both;
  opacity: 0;
}
.top_keyvis_block .splide__slide.anm-started .slide_ttl{
  animation-name: mv02-fadeIn;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
}
.top_keyvis_block .splide__slide.anm-finished .slide_ttl{
  animation-name: mv02-fadeOut;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
}

@keyframes mv02-fadeIn {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mv02-fadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-2rem);
    opacity: 0;
  }
} 

.top_keyvis_block::before,
.top_keyvis_block::after{
  position: absolute;
  bottom: -6.7em;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 22em;
  background-color: var(--c-blue);
  transform: skewY(-23deg);
}
.top_keyvis_block::before{
  mix-blend-mode: color-burn;
  z-index: 1;
}
.top_keyvis_block::after{
  opacity: .5;
  z-index: 2;
}

/* TOPKEYVIS TYP0 ==================*/
.top_keyvis_typo_box{

  display: flex;
  bottom: 26%;
  position: absolute;
  color: transparent;
  z-index: 3;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: var(--c-blue);
  mix-blend-mode: color-dodge;
}

.splide__slide._01 .top_keyvis_typo_box{
  mix-blend-mode: plus-lighter;
  -webkit-text-stroke-color: #0096e6;
}
.splide__slide._02 .top_keyvis_typo_box{
  mix-blend-mode: color-burn;
}
.splide__slide._04 .top_keyvis_typo_box{
  mix-blend-mode: plus-lighter;
}
.top_keyvis_typo{
  font-family:'Geologica', sans-serif;;
  font-size: 12em;
  opacity: 0;
  transform: translateY(5%);
  transition: opacity .3s , transform .5s;
}
.top_keyvis_typo:first-child {
  margin-right: -.06em;
}
.top_keyvis_typo:nth-child(2){
  transition-delay: .15s;
}
.top_keyvis_typo:nth-child(3){
  transition-delay: .3s;
}
.top_keyvis_typo:nth-child(4){
  transition-delay: .45s;
}
.anm-started .top_keyvis_typo{
  opacity: 1;
  transform: translateX(0);
}
.anm-finished .top_keyvis_typo{
  opacity:  0;
  transform: translateY(5%);
}

/* TOPKEYVIS FOOT ==================*/
.top_keyvis_foot_block{
  position: absolute;
  bottom: 2.7em;
  right: 0;
  z-index: 5;
  width: 100%;
  padding: 0 0 .2em;
  overflow: hidden;
}
.top_keyvis_foot_ttl {
  font-size: 2.8em;
  text-align: center;
  color: var(--c-bg);
  padding: .2em 0 0;
  line-height: 1.15;
}
.top_keyvis_ttl_txt{
  font-size: 1.05em;
  font-weight: 600;
  text-align: center;
  padding: 1rem;
  z-index: 1;
  color: var(--c-bg);
}

@media (min-width: 769px) {
  .top_keyvis_block{
    font-size: 1.112347052vw;
    aspect-ratio: 450 / 265;
  }
  .top_keyvis_block::before, .top_keyvis_block::after {
    bottom: 0;
    transform-origin: right top;
    height: 22em;
  }
  .key_vis_wrap {
    position: relative;
  }
  .topvis_news_slider_inner {
    font-size: 1.112vw;
  }
  .topvis_news_slider_block {
    position: absolute;
    left: initial;
    right: 0;
    bottom: 4.2vw;
    width: 36%;
  }
  .top_keyvis_block .slide_media img {
    transform: scale(1.05);
  }
  .top_keyvis_block .splide__slide[class*=-active] .slide_media img {
    transform: scale(1.1);
  }
  ._01 .slide_ttl{
    font-size: 2.2em;
    top: 32%;
    left: 8%;
    writing-mode: initial;
  }
  ._01 .slide_ttl .line._02 ,
  ._04 .slide_ttl .line._02 {
    margin-top: 0;
    margin-left: 1em;
  }
  ._02 .slide_ttl{
    font-size: 1.8em;
    top: 14%;
    left: 49%;
  }
  ._01 .slide_ttl .line._02 {
    margin-top: 0;
    margin-left: 1em;
  }
  ._04 .slide_ttl{
    font-size: 2.1em;
    top: 28%;
    left: 10%;
    writing-mode: initial;
  }

  /* .top_keyvis_foot_ttl {
    height: 8.6em;
    padding: 0 3.5em 0 0;
  } */
  /* .top_keyvis_foot_block {
    bottom: 0;
  } */
  .top_keyvis_foot_block {
    left: initial;
    right: 2em;
    bottom:1.8em;
    width: fit-content;
    font-size: 1.12em;
  }
  .top_keyvis_foot_ttl{
    text-align: left;
  }
  .top_keyvis_ttl_txt {
    padding: 1em 0 0;
    text-align: left;
  }

  .top_keyvis_typo_box {
    font-size: 1.1em;
    line-height: 1.1;
    bottom: -0.4em;
  }
  .top_keyvis_typo {
    font-size: 18em;
  }
  .topvis_news_slider_block .slick-prev, .topvis_news_slider_block .slick-next {
    top: -2.1vw;
  }

  /* .loop_box{
    width: 30%;
    bottom: 15em;
  } */

} /*  */


/* VOAT - INTRO 
================================================ */
.voat_intro_sec{
  margin-bottom: 1em;
}
.sec_top_intro{
  padding-top: 6em;
  padding-bottom: 8em;
}
.top_intro_ttl_about{
  font-size: 1.2em;
  font-weight: 300;
  color: var(--c-gold);
  padding: .5em 0;
}
.top_intro_ttl{
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.15;
  padding: .1em 0;
}
.top_intro_ttl .line{
  display: block;
  letter-spacing: .02em;
}
.top_intro_ttl .line03 {
  margin-left: -.06em;
}
.top_intro_ttl .line04 {
  margin-left: .05em;
}
.top_intro_ttl .txt{
  opacity:  0;
  display: inline-block;
  transform: translateX(-40%);
  transition: opacity .5s , transform .5s;
}
.top_intro_ttl .on .txt{
  opacity: 1;
  transform: translateX(0);
}
.top_intro_ttl .txt:nth-of-type(1){ transition-delay: .1s; }
.top_intro_ttl .txt:nth-of-type(2){ transition-delay: .2s; }
.top_intro_ttl .txt:nth-of-type(3){ transition-delay: .3s; }
.top_intro_ttl .txt:nth-of-type(4){ transition-delay: .4s; }
.top_intro_ttl .txt:nth-of-type(5){ transition-delay: .5s; }
.top_intro_ttl .txt:nth-of-type(6){ transition-delay: .6s; }
.top_intro_ttl .txt:nth-of-type(7){ transition-delay: .7s; }

.intro_txt_ttl{
  font-size: 2em;
  font-weight: 700;
  line-height: 1.7;
  padding: .3em 0;
}
.top_intro_txt_box {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .03em;
  padding: .5em 0 ;
  color: var(--c-black2);
}
.top_intro_txt_box p{
  padding: .8em 0;
}
.intro_script {
  width: 14em;
  margin-top: 1em;
  margin-left: auto;
}
.intro_script img{
  transform: rotateZ(-14deg);
}
/* .intro_script.fadeBlind_rtl::after{
  background-color: #f9f9f9;
  opacity: 1;
  filter: none;
  animation: fadeBlind_ltr_on .9s forwards;
  animation-delay : 1s;
} */

.intro_txt_ttl_wrap{
  position: relative;
}
.course_intro_ttl_script {
  position: absolute;
  bottom: 1.3em;
  right: 0;
  z-index: 1;
  width: 12.5em;
}
.course_intro_ttl_script img {
  transform: rotateZ(-14deg);
  filter: var(--filter-blue);
}

@media (min-width: 769px){
  .course_intro_ttl_script {
    right: 0;
    left: 49em;
    margin: auto;
    width: 15.5em; 
  }

  .voat_intro_sec {
      margin-bottom: 2em;
  }
  .sec_top_intro {
    padding-top: 8em;
  }
  .top_intro_flex{
    display: flex;
    justify-content: center;
    gap: 7%;
  }
  .intro_txt_ttl {
    font-size: 2.8em;
    padding: 1.5rem 0 0;
  }
  .top_intro_txt_box {
    font-size: 1.4em;
  }

}/*  */


/* VOAT  - FEATURE 
================================================ */
.top_feature_list_box{
  padding: 2em 0 1em;
}
.top_feature_img_wrap{
  position: relative;
  padding: 4em 0 1em;
}
.top_feature_img {
  width: calc(100% + 2em);
  max-width: initial;
  border-radius: 1em 0 0 1em;
}
.top_feature_img_num{
  position: absolute;
  top: 0;
  left: -.15em;
  color: var(--c-blue);
  font-size: 8.5em;
  line-height: 1;
  z-index: 1;
}
.top_feature_img_num::after{
  content: "";
  position: absolute;
  left: .05em;
  bottom: 86%;
  display: block;
  width: 1em;
  aspect-ratio: 300 / 88;
  background-image: url(/imgs/text_feature.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(-15deg);
}
/* .top_feature_text_wrap{
  padding: 1em 0;
} */
.top_feature_sub{
  position: relative;
  display: block;
  width: fit-content;
  color: var(--c-gold);
  font-size: 1.3em;
  padding: .6em 0 .6em 3.2em;
  /* margin-left: auto; */
}
.top_feature_sub::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 3em;
  height: 1px;
  background-color: currentColor;
}
.top_feature_ttl{
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.5;
  padding: .2em 0;
  letter-spacing: .02em;
}
.top_feature_txt{
  font-size: 1.1em;
  padding: 1em 0;
  line-height: 1.75;
}
.top_feature_txt p{
  padding: .3em 0;
}

.top_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;
}
.top_feature_link_btn._arrow {
  position: relative;
  width: fit-content;
  padding-right: 1em;
  transition: transform .3s;
}
.top_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);
}
.top_feature_link_btn._arrow:hover,
a:hover .top_feature_link_btn._arrow{
  transform: translate( .3em );
}

/* .top_feature_list_box:nth-child(odd) .top_feature_img_num{
  left: -.15em;
}
.top_feature_list_box:nth-child(odd) .top_feature_img {
  margin-left: 2em;
  border-radius: 1em 0 0 1em;
}
.top_feature_list_box:nth-child(odd) .top_feature_sub{
  margin-left: auto;
}
.top_feature_list_box:nth-child(odd) .top_feature_ttl{
  text-align: right;
} */
.sec_top_feature{
  overflow: hidden;
}

/* ANIMATION ------------------------------- */
/* .top_feature_img_wrap{
  opacity: 0;
  transform: translateX(30%);
  transition: transform .3s , opacity .5s;
  transition-timing-function: ease-in-out;
}
.on .top_feature_img_wrap{
  opacity: 1;
  transform: translateX(0);
} */

@media (min-width:769px){
  .top_feature_list{
    padding-bottom: 1em;
  }
  .top_feature_list_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 5%;
    padding: 1em 0 2em;
  }
  .top_feature_img_wrap{
    width: 46%;
  }
  .top_feature_text_wrap {
    width: 46%;
    padding: 4em 0 1em 2em;
  }
  .top_feature_img {
    width: calc(100% + 4em);
  }
  .top_feature_ttl {
    font-size: 2em;
    white-space: nowrap;
  }

  .top_feature_list_box:nth-child(even){
    flex-direction: row;
  }
  .top_feature_list_box:nth-child(even) .top_feature_img_wrap {
    width: 47%;
    margin-left: -4em;
  } 
  .top_feature_list_box:nth-child(even) .top_feature_img {
    border-radius: 0 1em 1em 0 ;
  }
  .top_feature_list_box:nth-child(even) .top_feature_img_num {
    left: 0.3em;
  }
  .top_feature_list_box:nth-child(even) .top_feature_text_wrap {
    width: 47%;
    padding: 4em 2em 1em 0;
  }
  .top_feature_list_box.li_7 .top_location_slider_wrap{
    width: 100%;
  }
  /*  */
  /* .top_feature_text_wrap{
    opacity: 0;
    transform: translateY(5%);
    transition-timing-function: ease-in;
    transition: transform .3s , opacity .5s;
    transition: transform .3s , opacity .5s;
  }
  .li_1_on.li_2_on .li_1 .top_feature_text_wrap{
    opacity: 1;
    transform: translateY(0);
  }
  .li_2_on.li_3_on .li_2 .top_feature_text_wrap{
    opacity: 1;
    transform: translateY(0);
  }
  .li_3_on.li_4_on .li_3 .top_feature_text_wrap{
    opacity: 1;
    transform: translateY(0);
  }
  .li_4_on .li_4 .top_feature_text_wrap{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
  } */
    
}/*  */


/* 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: #f9f9f9;
}
.course_sys_list_box{
  position: relative;
  background-color: var(--c-blue);
  color: #fff;
  margin: 2em 0;
  /* z-index: -2; */
}
.course_sys_list_box_inner{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 3.5em 1.5em 2em;
}
.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: 1.85em;
  font-weight: 600;
  text-align: center;
  padding: .5em 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;
  }
  .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-blue);
  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-blue);
  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-blue);
}
.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;
}

.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;
}

.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);
}

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 {
  opacity: .4;
}

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);}
}

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

  .top_trial_block {
    width: 90%;
    margin: 0 auto;
  }
  .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 */