/* ///////////////////////////////////// */
/* /////////////////共通///////////////// */
/* ///////////////////////////////////// */
*, html, h1, h2, h3, h4, h5, h6, *+p, p  {
    margin: 0;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    text-size-adjust: none;
    line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, p  {
    color: #000;
}
a:hover{
    text-decoration: none;
}
body{
    background: #000;
}

/* section間トランジション */
.visiable::before {
    /* 対象のcssが下にあるため!important */
    opacity: 0 !important;
}
/* //section間トランジション */

/* 文字のパストリミング2 */
.txtstrokes{ opacity: 0; }
.is_txtstroke {
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 1250;
    stroke-dashoffset: 600;
    animation: textStrokeAnime 3s ease forwards;
    animation-delay: .5s;
    opacity: 1;
}
@keyframes textStrokeAnime {
    0% { stroke-dashoffset: 600; }
    100% { stroke-dashoffset: 0; }
}
/* //文字のパストリミング2 */



/* fade inするアニメーション */
.fade_in{
    opacity: 0;
    margin-top: 3vw;
    transition: 2s cubic-bezier(0.65, 0, 0.35, 1);
}
.fade2_in{
    opacity: 0;
    transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.is_fade_in{
    margin-top: 0;
    opacity: 1;
}
/* //fade inするアニメーション */


/* ///////////////////////////////////// */
/* //////////////header img///////////// */
/* ///////////////////////////////////// */
header {
    z-index: 100;
    position: sticky;
    background: #000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}
header .left {
    display: flex;
}
header .left img {
    width: 72px;
    height: auto;
    margin: 0.75vw 0.75vw 0.75vw 3vw;
}
#countdown {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 2vw;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.timer_text {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
#timer {
    font-size: 16px;
    background-color: #fff;
    margin:0 0 0 0.5vw;
    color: #000;
}

header .right {
    display: flex;
    align-items: center;
    position: relative;
}
header .right > a {
    display: flex;
    align-items: center;
    height: 24px;
    margin: 0 25px;
}
header .right p {
    font-size: max(1.04vw, 14px);
    color: #fff;
    margin-right: 12px;
}
header .right img {
    width: 16px;
}
header .right a:hover p{
    color: #555;
}
.dropdown {
    position: relative;
}
.dropdown-menu {
    display: none;
    position: absolute;
    width: 108px;
    top: 24px;
    left: -10px;
    background: #000;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}
.dropdown-menu > a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
}
.dropdown-menu > a:first-child {
    border-bottom: 1px solid #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* ///////////////////////////////////// */
/* //////////////main view////////////// */
/* ///////////////////////////////////// */
.mv > img{
    width: 100vw;
    height: auto;
}

/* ///////////////////////////////////// */
/* /////////////main massage//////////// */
/* ///////////////////////////////////// */
.mm {
    z-index: 1;
    position: relative;
    text-align: center;
    background: #DCDCD7;
    padding: 10vw 7.5vw;
}
.mm > h2 {
    font-size: 3.47vw;/* 50px */
    margin-bottom: 34px;
}
.mm > h3 {
    font-weight: 300;
    word-break: keep-all;
    text-align: left;
}
.mm > svg{
    z-index: -1;
    width: 100%;
    height: auto;
    position: absolute;
    top: 4vw;
    left: 0vw;
}

/* ///////////////////////////////////// */
/* ////////////////voice//////////////// */
/* ///////////////////////////////////// */
.voice {
    padding: 6.94vw 0;
    position: relative;
    overflow: hidden;
}
.voice > video {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: auto;
}
.vt {
    z-index: 1;
    position: relative;
    border-top: solid #fff 1px;
    border-bottom: solid #fff 1px;
    padding: 0.83vw 0;
    width: 29.2vw;/* 420px */
    min-width: 420px;
    text-align: center;
    margin: 0 auto;
}

.vt * {
    color: #fff;
    font-weight: 800 !important;
    margin: 0;
}

.vt p:nth-child(1) {
    font-size: 24px;
}

.vt span {
    font-size: 18px;
}

.vt>h2 {
    font-size: 36px;
}

.infinite-slider {
    padding: 25px 0 13px;
}

.infinite-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.infinite-slider * {
    height: 24vw;
    width: 100vw;
    margin-top: .8vw;
}

/* ///////////////////////////////////// */
/* /////////////curriculum////////////// */
/* ///////////////////////////////////// */
.curriculum{
    text-align: center;
    padding: 10vw 7.5vw;
    background: #DCDCD7;
}
.curriculumsub{
    font-size: 24px;
    font-weight: 300;
}
.curriculum > h2 {
    font-size: 3.47vw;/* 50px */
    margin-bottom: 1.39vw;
}
.curriculum > h3 {
    font-weight: 300;
    margin-bottom: 5.56vw;
}
.howtolearn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.howtolearn p {
    font-size: 24px;
    margin-bottom: 3.47vw;
}
.howtolearn img {
    width: auto;
    height: 27.8vw;
}

/* ///////////////////////////////////// */
/* /////////////structure////////////// */
/* ///////////////////////////////////// */
.structure{
    text-align: center;
    padding: 10vw 7.5vw;
    background: #DCDCD7;
}
.structuresub{
    font-size: 24px;
    font-weight: 300;
}
.structure > h2 {
    font-size: 3.47vw;/* 50px */
    margin-bottom: 2vw;
}
.classprocess {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.classprocess > div {
    width: 35vw;
}
.classprocess > svg {
    fill: #000;
    width: 20px;
    margin-top: 20vw;
}
.classprocess p {
    font-weight: 300;
    height: 150px;
    text-align: left;
}
.classprocess img {
    width: 100%;
    height: auto;
}


/* ///////////////////////////////////// */
/* /////////////instructors///////////// */
/* ///////////////////////////////////// */
.instructors{
    text-align: center;
    padding: 10vw 7.5vw;
    background: #DCDCD7;
}
.instructorssub{
    font-size: 24px;
    font-weight: 300;
}
.instructors > h2 {
    font-size: 3.47vw;/* 50px */
    margin-bottom: 2vw;
}
.instructor_cards{
    display: flex;
    width: calc( 100% + 36px );
    flex-wrap: wrap;
    justify-content: left;
}
.instructor_cards > a{
    margin-top: 42px;
    margin-right: 24px;
}
.instructor_card {
    max-width: 228px;
    min-width: 228px;
    height: 390px;
    padding: 0 0px 10px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.instructor_card:hover {
    opacity: 0.7;
}
.instructor_card01co{
    background: url(../img/instructor/instructor1.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card02co{
    background: url(../img/instructor/instructor2.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card03co{
    background: url(../img/instructor/instructor3.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card04co{
    background: url(../img/instructor/instructor4.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card05co{
    background: url(../img/instructor/instructor5.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card06co{
    background: url(../img/instructor/instructor6.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card07co{
    background: url(../img/instructor/instructor7.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card08co{
    background: url(../img/instructor/instructor8.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card09co{
    background: url(../img/instructor/instructor9.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card10co{
    background: url(../img/instructor/instructor10.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card11co{
    background: url(../img/instructor/instructor11.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.instructor_card12co{
    background: url(../img/instructor/instructor12.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.instructor_card::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.63%, #000 84.23%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
.instructor_txt{
    z-index: 1;
    height: 100px;
}
.instructor_txt>h3{
    font-size: 36px;
    text-align: center;
    color: #fff;
}
.instructor_txt>p{
    font-size: 10px;
    color: #fff;
}
/* modalのcss */
.instructor_modal {
    width: fit-content;
    background: #DCDCD7;
    border-radius: 10px;
}
.instructor_modal_box {
    display: flex;
    justify-content: center;
    margin-bottom: 7vw;
}
.instructor_modal_box > img {
    width: 230px;
    height: 400px;
    margin-right: 30px;
}
.instructor_modal_txt {
    width: 50vw;
}
.instructor_modal_txt > h2 {
    font-size: 40px;
}
.instructor_modal_txt > h3 {
    font-size: 14px;
    font-weight: 300;
}
.instructor_modal_txt > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
}
.instructor_modal button,.instructor_modal svg>line {
    color: #000;
    stroke-width: 2px;
}
.modal_btn_center{
    text-align: center;
}

/* ///////////////////////////////////// */
/* //////////////schedules////////////// */
/* ///////////////////////////////////// */
.schedules{
    text-align: center;
    padding: 10vw 7.5vw;
    background: #DCDCD7;
}
.schedulessub{
    font-size: 24px;
    font-weight: 300;
}
.schedules > h2 {
    font-size: 3.47vw;/* 50px */
    margin-bottom: 2vw;
}
.schedules > h3 {
    font-size: 16px;
    font-weight: 300;
}
.scheduledetail > img {
    width: 100%;
    height: auto;
    margin-top: 3vw;
}
.schedulememo {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    margin-top: 25px;
}

/* ///////////////////////////////////// */
/* /////////////assignments///////////// */
/* ///////////////////////////////////// */
.assignments{
    text-align: center;
    padding: 10vw 7.5vw;
    background: #DCDCD7;
}
.assignmentssub{
    font-size: 24px;
    font-weight: 300;
}
.assignments > h2 {
    font-size: 3.47vw;/* 50px */
    margin-bottom: 2vw;
}
.assignment_tasks{
    justify-content: space-evenly;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.assignment_task{
    width: 32.5vw;
    padding: 3.47vw 2.36vw;
    margin: 0 auto;
    background: #fff;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 7;
}
.assignment_task > h3 {
    width: 18.9vw;
    padding: 0.3vw 0;
    margin: 0 auto;
    color: #fff;
    background: #000;
    text-align: center;
    font-weight: 300;
}
.assignment_task > h5{
    text-align: left;
    font-weight: 300;
    padding-top: 1vw;
}
.assignment_task > h4 {
    padding:  1.5vw 0 0.35vw;
    text-align: center;
    font-weight: 300;
}
.assignment_task > p {
    padding: 0.7vw 3vw;
    margin-top: 0.7vw;
    text-align: left;
    font-weight: 300;
    border: #000 solid;
    border-width: 0.5px 5px;
}
.assignment_task > img {
    width: 100%;
}

/* ///////////////////////////////////// */
/* /////////////interviews///////////// */
/* ///////////////////////////////////// */
.interviews{
    padding: 15vw 0;
    background: #DCDCD7;
    text-align: center;
}
.interviewssub{
    font-size: 24px;
    font-weight: 300;
}
.interviews > h2 {
    font-size: 3.47vw;/* 50px */
    margin-bottom: 1.39vw;
}
.interviews > h3 {
    width: 85%;
    font-weight: 300;
    margin: 0 auto 5.56vw;
}
.interviews_txt{
    padding-left: 5vw;
    position: relative;
    z-index: 1;/* SVGの位置調整副作用 */
}
.interviews_txt>h2{
    font-size: 3.47vw;/* 50px */
}
.interviews_txt>p{
    font-weight: 300;
    margin-bottom: 60px;
}
.interviews_txt>svg {
    z-index: -1;
    width: auto;
    height: 10.5vw;
    position: absolute;
    top: -7vw;
    left: 1vw;
}
.interview_cards{
    display: flex;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.interview_cards>a{
    margin-top: 36px;
    margin-right: 24px;
}
.interview_cards > a:first-child {
    margin-left: 5vw;
}
.interview_card{
    width: 300px;
    height: 345px;
    padding: 0 15px 24px;
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.interview_card:hover {
    opacity: 0.7;
}
.interview_card01{
    background: url(../img/interview01.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.interview_card02{
    background: url(../img/interview02.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.interview_card03{
    background: url(../img/interview03.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.interview_card04{
    background: url(../img/interview04.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.interview_card05{
    background: url(../img/interview05.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.interview_card06{
    background: url(../img/interview06.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.interview_card07{
    background: url(../img/interview07.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.interview_card08{
    background: url(../img/interview08.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.interview_txt>h3{
    font-size: 12px;
    padding: 2px;
    background: #fff;
    width: fit-content;
}
.interview_txt>p{
    font-size: 18px;
    color: #fff;
    text-align: left;
}
/* modalのcss */
.interview_modal{
    width: 1000px;
    padding: 90px 50px 35px;
    background: #DCDCD7;
    border-radius: 10px;
}
.interview_modal>h2{
    font-size: 28px;
    margin-bottom: 45px;
}
.interview_modal button,.interview_modal svg>line {
    color: #000;
    stroke-width: 2px;
}
.interview_detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.interview_detail_l{
    text-align: center;
}
.interview_detail_l>img{
    width: 165px;
    height: auto;
    border-radius: 10px;
}
.interview_detail_r{
    width: 650px;
}
.interview_detail_r>h3{
    margin-bottom: 10px;
}
.interview_detail_r>p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
.modal_btn_center{
    text-align: center;
}

/* ///////////////////////////////////// */
/* ///////////////prices//////////////// */
/* ///////////////////////////////////// */
.prices{
    text-align: center;
    padding: 10vw 7.5vw;
}
.pricessub{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.prices > h2 {
    font-size: 3.47vw;/* 50px */
    color: #fff;
}
.coursename {
    width: fit-content;
    margin: 2vw auto;
    padding: 1.39vw 3.6vw;
    border-radius: 20px;
    background: linear-gradient(132deg, #191A1D 0.11%, #0B0B0B 110.08%);
}
.coursename > h4{
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}
.coursename > h3{
    font-size: 24px;
    color: #fff;
}
.coursenum{
    font-size: 60px;
}
.courseyen{
    font-size: 30px;
}
.coursetax{
    font-size: 16px;
    font-weight: 300;
}
.prices ul{
    width: fit-content;
    padding: 1.39vw 3.6vw;
    margin: 0 auto 2vw;
    text-align: left;
    color: #fff;
    background: #333;
}
.prices li{
    font-size: 16px;
    font-weight: 300;
}
.prices_cv_btn {
    width: fit-content;
    padding: 0.7vw 4.24vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #CF6B2D 0%, #C63724 100%);
}
.prices_cv_btn:hover {
    background: #DCDCD7;
    transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.prices_cv_btn > p{
    font-size: 18px;
    color: #fff;
}
.prices_cv_btn:hover p {
    transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
    color: #000;
}
.prices_cv_btn > svg {
    stroke: #fff;
    width: 10px;
    height: 16px;
    margin-left: 16px;
}
.pricescaution{
    width: 40.3vw;
    margin: 5vw auto 0;
    text-align: left;
}
.pricescaution > p {
    font-size: 16px;
    margin-bottom: 0.56vw;
    color: #fff;
}
.pricescaution > p:last-child {
    font-weight: 300;
}

/* ///////////////////////////////////// */
/* ////////////////flows//////////////// */
/* ///////////////////////////////////// */
.flows{
    text-align: center;
    padding: 10vw 7.5vw;
}
.flowssub{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.flows > h2 {
    font-size: 3.47vw;/* 50px */
    margin-bottom: 2vw;
    color: #fff;
}
.flows > h3 {
    font-weight: 300;
    margin: 40px 0 16px;
    color: #fff;
}
.flowsdetail > img {
    width: 70%;
    height: auto;
    margin-top: 3vw;
    margin: 0 auto;
}

/* ///////////////////////////////////// */
/* /////////////////FAQ///////////////// */
/* ///////////////////////////////////// */
.faq{
    text-align: center;
    padding: 10vw 7.5vw;
}
.faqsub{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.faq > h2 {
    font-size: 3.47vw;/* 48px */
    color: #fff;
}
.questions{
    width: 48.6vw;
    max-width: 700px;
    text-align: left;
    padding: 66px 7vw;
    margin: 50px auto 0;
    background: #fff;
}
.question{
    margin-bottom: 0.7vw;
    border-bottom: 0.5px #BFBFBB dotted;
}
.questions .question:last-child{
    /* 最後だけ線を消す */
    margin-bottom: 0;
    border-bottom: none;
}
.question div{
    display: flex;
    align-items: baseline;
    margin-bottom: 0.7vw;
}
.question p{
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.question div:nth-child(1)::before{
    content: "Q";
    color: #000;
    font-size: 24px;
    font-weight: 800;
    margin-right: 2.1vw;
}
.question div:nth-child(2)::before{
    content: "A";
    color: #000;
    font-size: 24px;
    font-weight: 800;
    margin-right: 2.1vw;
    height: 100%;
}

/* ///////////////////////////////////// */
/* /////////////concept mov///////////// */
/* ///////////////////////////////////// */
.cm{
    height: 200vh;
    position: relative;
}
.concept_txt{
    width: 100vw;
    height: 100vh;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.playback_box{
    text-align: center;
}
.playback_box>h2{
    font-size: 3.47vw;/* 50px */
    color: #fff;
    margin-bottom: 60px;
    
}
.playback_box>p{
    font-size: 40px;
    color: #fff;
    margin-top: 20px;
}
/* mov大きくなって留まる */
.concept_mov{
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    overflow: hidden;
    scale: 0.8;
    filter:brightness(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.concept_mov_adjust{
    scale: 1;
    filter:brightness(0.4);
}
.conv {
    height: 100vh;
    max-width: none;
}
.conv_h {
    height: auto;
    overflow: hidden;
}
/* //mov大きくなって留まる */

.youtube_modal {
    width: 72vw;
    height: fit-content;
    background: none;
    padding: 0;
}
.youtube_modal iframe{
    width: 72vw;
    height: 40.5vw;
}

/* ///////////////////////////////////// */
/* //////////bottom cv section////////// */
/* ///////////////////////////////////// */
.cv_section {
    display: flex;
    justify-content: center;
    margin: 6.4vw 0;
}
.cv_section a {
    margin: 0 1.3vw;
}

.cv_section div {
    width: 36.8vw; /* 530px */
    padding: 2.5vw 0;
    border-radius: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.cv_section div:hover {
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #fff;
    transition: .5s border;
}

.oita_cv {
    background: url(../img/oita_cv.png) no-repeat;
}

.entry_cv {
    background: url(../img/entry_cv.png) no-repeat;
}

.cv_section p {
    font-size: 2.22vw;/* 32px */
    color: #fff;
}

.cv_section span {
    font-weight: 300;
}
.bottom_cv_section{
    width: 69.4vw;/* 1000px */
    margin: 6.94vw auto 5.56vw;/* 100px auto 80px */
    text-align: center;
}
.bottom_cv_section *{
    color: #fff;
}
.bottom_cv_section>h2{
    font-size: 28px;
    line-height: 2;
    border: solid;
    border-width: 1px 0;
    margin: 50px 0 30px;
}
.bottom_cv_section>h2>span{
    font-size: 30px;
    color: #000;
    background: #fff;
    padding: 8px 10px;
    margin-left: 16px;
}
.bottom_cv_section>h2>small{
    font-size: 71%;
}
.bottom_cv_section>p{
    font-weight: 300;
    text-align: left;
}
.freelectures{
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.freelectures>img{
    width: 240px;
    height: auto;
    margin: 0 6px;
}
.bottom_cv_section>a>p{
    font-size: 36px;
    border: 1px solid;
    padding: 12px 45px;
    transition: .5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: .5s cubic-bezier(0.65, 0, 0.35, 1);
}
.bottom_cv_section>a>p:hover{
    border: none;
    color: #000;
    background: #DCDCD7;
    transition: .5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: .5s cubic-bezier(0.65, 0, 0.35, 1);
}

.line_cv_section {
    width: calc((36.8vw + 1.3vw * 2) * 2);
    height: auto;
    margin: 0 auto 5.56vw;
}
.line_cv_section:hover {
    box-sizing: border-box;
    border-radius: 6px;
    border: 2px solid #fff;
    transition: .5s border;
}

 /* ///////////////////////////////////// */
/* //////////////sticky cv////////////// */
/* ///////////////////////////////////// */
.cta {
    z-index: 100;/* 最前面 */
    position: sticky;
    bottom: 2vw;
    right: 2vw;
    display: flex;
    justify-content: end;
}

.entry_btn, .trial_btn {
    width: fit-content;
    margin: 0 .75vw;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
.cta>a>div {
    position: relative;
    width: 184px;
}
.cta>a img {
    width: 100%;
}
.cta>a>p {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 20;
}
.entry_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DCDCD7;
    transition: all .3s ease;
}
.entry_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgb(220, 220, 215) 65%, transparent 70%);
    z-index: 11;
}
.entry_btn p {
    color: #000;
    padding: 0 30px 0 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (min-width: 856px) {
    .entry_btn:hover {
        background: #000;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .entry_btn:hover::before {
        background: linear-gradient(-90deg, #000 65%, transparent 70%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .entry_btn:hover p {
        color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
}
.trial_btn {
    background: linear-gradient(90deg, #CF6B2D 0%, #C63724 100%);
}
@media screen and (min-width: 856px) {
    .trial_btn:hover {
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
}
.trial_btn p {
    color: #fff;
    padding: 0 5.55vw;/*80px*/
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (min-width: 856px) {
    .trial_btn:hover p {
        color: #C63724;
        background: -webkit-linear-gradient(90deg, #CF6B2D 0%, #C63724 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
}

/* ///////////////////////////////////// */
/* ///////////////footer/////////////// */
/* ///////////////////////////////////// */
footer{
    background: #DCDCD7;
    margin-top: 1vw;
}
footer a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: #000;
}
.foot_p1 {
    font-size: 13px;
    font-weight: 300;
}
.foot_p2 {
    font-size: 11px;
    font-weight: 300;
    padding-top: 30px;
}
.footer_wrap {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 100px;
    text-align: center;
}

footer a:hover {
    color: #555;
    transition-duration: 0.3s;
    text-decoration: underline;
}

footer ul {
    padding: 30px 0 80px;
    margin: 0px auto;
    word-break: auto-phrase;
    list-style: none
}

footer li {
    display: inline;
    margin: 10px;
}

.foot_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.box1 {
    border: 1px solid #000;
    padding: 30px 90px;
    margin: 20px;
}

a.box1:hover {
    border: 1px solid #000;
    padding: 30px 90px;
    background-color: #000;
    margin: 20px;
}



/* ///////////////////////////////////// */
/* //////////////レスポンス////////////// */
/* //////////////////////////////////// */

@media screen and (min-width: 856px) {
    /* 1024 */
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    .trial_btn.pc {
        display: flex;
        align-items: center;
    }
}

/* ///////////////////////////////////// */
/* //////////////tablet以下////////////// */
/* //////////////////////////////////// */

@media screen and (max-width:855px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    /* ///////////////////////////////////// */
    /* /////////////////共通///////////////// */
    /* ///////////////////////////////////// */
    *, html, h1, h2, h3, h4, h5, h6, *+p, p  {
        font-size: 16px;
    }
    /* ///////////////////////////////////// */
    /* //////////////header img///////////// */
    /* ///////////////////////////////////// */
    header {
        display: block;
    }
    header .left {
        align-items: center;
        margin: 0 auto;
    }
    header .left a {
        margin: 0;
    }
    header .right {
        display: none;
    }

    /* ///////////////////////////////////// */
    /* /////////////main massage//////////// */
    /* ///////////////////////////////////// */
    .mm > h2 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: left;
    }
    .mm > h3 {
        width: 100%;
        text-align: left;
        word-break: break-all;
    }

    /* ///////////////////////////////////// */
    /* ////////////////voice//////////////// */
    /* ///////////////////////////////////// */
    .vt {
        width: 96vw;
        min-width: 0; 
    }
    .vt p:nth-child(1) {
        font-size: 16px;
    }
    .vt>h2 {
        font-size: 24px;
    }
    .infinite-slider * {
        height: 60vw;
        width: 250vw;
        margin-right: 150vw;
        max-width: none;
    }

    /* ///////////////////////////////////// */
    /* /////////////curriculum////////////// */
    /* ///////////////////////////////////// */
    .curriculumsub {
        font-size: 16px;
    }
    .curriculum > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .howtolearn {
        display: block;
    }
    .howtolearn p {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .howtolearn img {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .classprocess {
        display: block;
    }
    .classprocess > svg {
        width: 20px;
        margin: 5vw 0;
        transform: rotate(90deg);
    }
    .classprocess > div {
        width: 100%;
    }
    .classprocess p {
        height: fit-content;
        margin-bottom: 16px;
    }

    /* ///////////////////////////////////// */
    /* //////////////structure////////////// */
    /* ///////////////////////////////////// */
    .structuresub {
        font-size: 16px;
    }
    .structure > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }


    /* ///////////////////////////////////// */
    /* /////////////instructors///////////// */
    /* ///////////////////////////////////// */
    .instructors {
        padding: 10vw 0;
    }
    .instructorssub {
        font-size: 16px;
    }
    .instructors > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .instructor_cards {
        width: 100%;
    }
    .instructor_cards > a {
        margin-top: 15px;
        margin-right: 6px;
    }
    .instructor_card {
        max-width: 150px;
        min-width: 150px;
        height: 250px;
        border-radius: 10px;
    }
    .instructor_txt {
        height: fit-content;
    }
    .instructor_txt>h3 {
        font-size: 24px;
    }
    .instructor_txt>p {
        display:block;
        font-size: 10px;
        transform: scale(0.7);
        margin: 0 -40px;
    }
    /* modalのcss */
    .instructor_modal_box > img {
        width: 260px;
        height: 460px;
        margin-right: 0;
    }
    .instructor_modal_txt {
        width: 100%;
    }
    .instructor_modal_txt > h2 {
        font-size: 36px;
    }
    .instructor_modal_txt > h3 {
        font-size: 12px;
    }
    .instructor_modal_txt > p {
        font-size: 14px;
    }
    .instructor_modal_box {
        display: block;
    }

    /* ///////////////////////////////////// */
    /* //////////////schedules////////////// */
    /* ///////////////////////////////////// */
    .schedulessub {
        font-size: 16px;
    }
    .schedules > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .scheduledetail > img {
        margin-top: 24px;
    }
    .schedulememo {
        font-size: 12px;
        margin-top: 10px;
    }

    /* ///////////////////////////////////// */
    /* /////////////assignments///////////// */
    /* ///////////////////////////////////// */
    .assignmentssub {
        font-size: 16px;
    }
    .assignments > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .assignment_tasks {
        display: block;
    }
    .assignment_task {
        width: 100%;
        padding: 25px 3px;
        margin-bottom: 24px;
    }
    .assignment_task * {
        font-size: 14px;
    }
    .assignment_task > h3 {
        width: 185px;
        padding: 0.3vw 4px;
        margin: 0 auto 15px;
    }
    .assignment_task > h4 {
        padding: 7vw 0 0.35vw;
    }
    /* ///////////////////////////////////// */
    /* /////////////interviews///////////// */
    /* ///////////////////////////////////// */
    .interviewssub{
        font-size: 16px;
    }
    .interviews > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .interviews_txt>h2 {
        font-size: 24px;
    }
    .interviews_txt>svg {
        height: 20vw;
        top: -11vw;
        left: 3vw;
    }
    .interviews_txt>p {
        margin-bottom: 20px;
    }
    .interview_txt>p {
        font-size: 12px;
    }
    .interview_cards>a{
        margin-top: 0px;
        margin-right: 16px;
    }
    .interview_card{
        width: 200px;
        height: 230px;
        padding: 0 10px 24px;
        border-radius: 10px;
    }
    /* modal */
    .interview_modal {
        padding: 40px 15px 35px;
        border-radius: 10px;
    }
    .interview_detail {
        display: grid;
    }
    .interview_modal>h2 {
        font-size: 16px;
        margin: 0 auto 24px;
        width: 80%;
    }
    .interview_detail_l>p{
        font-size: 11px !important;
        margin-top: 10px;
    }
    .interview_detail_r {
        width: 95%;
        margin-top: 32px;
    }
    .interview_detail_r h3 {
        font-size: 14px;
    }
    .interview_detail_r p {
        font-size: 11px;
    }

    /* ///////////////////////////////////// */
    /* ///////////////prices//////////////// */
    /* ///////////////////////////////////// */
    .pricessub {
        font-size: 16px;
    }
    .prices > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .coursename {
        width: 100%;
        margin: 20px auto;
        padding: 15px 0;
    }
    .coursename > h4 {
        text-align: center;
        margin-bottom: 8px;
    }
    .coursename > h3 {
        font-size: 20px;
    }
    .coursenum{
        font-size: 40px;
    }
    .courseyen{
        font-size: 20px;
    }
    .coursetax{
        font-size: 12px;
    }
    .prices ul {
        padding: 1.39vw 8vw;
        margin: 20px auto 24px;
    }
    .prices li {
        font-size: 12px;
    }
    .prices_cv_btn {
        padding: 10px 40px;
    }
    .pricescaution {
        width: 100%;
        margin: 5vw auto 0;
    }

    /* ///////////////////////////////////// */
    /* ////////////////flows//////////////// */
    /* ///////////////////////////////////// */
    .flowssub {
        font-size: 16px;
    }
    .flows > h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .flows > h3 {
        font-size: 12px;
        margin: 16px 0;
    }
    .flowsdetail > img {
        width: 100%;
    }

    /* ///////////////////////////////////// */
    /* /////////////////FAQ///////////////// */
    /* ///////////////////////////////////// */
    .faq{
        padding: 15vw 5vw;
    }
    .faqsub{
        font-size: 20px;
    }
    .faq > h2 {
        font-size: 20px;
    }
    .questions{
        width: calc( 100% - 40px );
        max-width: none;
        padding: 20px;
        margin: 25px auto 0;
    }
    .question p{
        font-size: 12px;
    }
    .question div:nth-child(1)::before{
        font-size: 16px;
    }
    .question div:nth-child(2)::before{
        font-size: 16px;
    }

    /* ///////////////////////////////////// */
    /* /////////////concept mov///////////// */
    /* ///////////////////////////////////// */
    .playback_box>h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .playback_box svg {
        width: 80px;
    }
    .playback_box>p {
        font-size: 20px;
        margin-top: 10px;
    }

    /* ///////////////////////////////////// */
    /* //////////bottom cv section////////// */
    /* ///////////////////////////////////// */
    .cv_section {
        display: grid;
    }
    .cv_section a {
        margin: 2vw auto;
    }
    .cv_section div {
        width: 96vw;
        text-align: center;
    }
    .cv_section p {
        font-size: 20px;
    }
    .cv_section span {
        font-size: 12px;
    }
    .bottom_cv_section {
        width: 90vw;
        margin: 64px auto 30px;
    }
    .bottom_cv_section>h2 {
        font-size: 20px;
        padding-bottom: 8px;
        margin: 24px 0;
    }
    .bottom_cv_section>h2>span {
        font-size: 20px;
        padding: 10px;
        margin-right: 16px;
    }
    .freelectures{
        display: grid;
    }
    .freelectures>img {
        width: 100%;
        margin: 0 0 12px;
    }
    .bottom_cv_section>a>p {
        font-size: 20px;
        text-align: center;
        width: 100%;
        padding: 12px 0;
    }
    .line_cv_section {
        width: 96vw;
    }

    /* ///////////////////////////////////// */
    /* //////////////sticky cv////////////// */
    /* ///////////////////////////////////// */
    .cta {
        bottom: 8vw;
        justify-content: center;
    }
    .cta>a {
        width: fit-content;
        margin: 0 2vw;
    }
    .cta>a>p {
        width: 100%;
        font-size: 14px;
    }
    .entry_btn p {
        color: #000;
        padding: 0;
    }
    
    /* ///////////////////////////////////// */
    /* ///////////////footer/////////////// */
    /* ///////////////////////////////////// */
    .footer_wrap {
        width: 90%;
        padding: 50px 0 100px;
        text-align: left;
    }
    footer ul {
        padding: 10px 0 20px;
    }
    footer li {
        display: block;
        margin: 16px 0;
    }
    .foot_box {
        justify-content: space-around;
    }
    .box1 {
        padding: 10px 60px;
        margin: 0;
    }
    a.box1:hover {
        padding: 10px 60px;
        margin: 0;
    }
}

/* ///////////////////////////////////// */
/* ////////////スマホユニーク///////////// */
/* //////////////////////////////////// */
@media screen and (max-width: 480px) {
    /* ///////////////////////////////////// */
    /* /////////////instructors///////////// */
    /* ///////////////////////////////////// */
    .instructor_cards {
        justify-content: space-evenly;
    }
    .instructor_cards > a {
        margin-right: 0px;
    }
    /* ///////////////////////////////////// */
    /* //////////////sticky cv////////////// */
    /* ///////////////////////////////////// */
    .cta {
        bottom: 8vw;
        justify-content: center;
    }

    /* .h_img{
        display: flex;
        justify-content: center;
        align-items: center;
    } */

    #countdown {
        display: inline-block;
        margin: 0 0 0 auto;
    }
}
/* ///////////////////////////////////// */
/* ////////////iphone mini///////////// */
/* //////////////////////////////////// */
@media screen and (max-width: 321px) {
    /* ///////////////////////////////////// */
    /* ///////////////footer/////////////// */
    /* ///////////////////////////////////// */
    .box1 {
        padding: 10px 50px;
    }
    a.box1:hover {
        padding: 10px 50px;
    }
}


