@charset "UTF-8";
/*
Reset Stylesheet
*/
* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    box-sizing: border-box;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    vertical-align: baseline
}

html {
    position: relative;
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    scroll-padding-top: 100px;
}
@media screen and (max-width:768px) {
        html {
            scroll-padding-top: 70px;
    }
}

body {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%
}
/* header 高さ調整 */
body {
    padding: 100px 0 0 0;
}
@media screen and (max-width:768px) {
    body{
        padding: 70px 0 0 0;
    }
}
@media screen and (max-width:480px) {
    body{
        padding: 60px 0 0 0;
    }
}

article,aside,dialog,figure,footer,header,main,menu,nav,section {
    display: block
}

audio,canvas,video {
    display: inline-block
}

br,hr {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

input,select {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

.bg-gray {
    background-color: #f7f7f7
}

.bg-gray-dark {
    background-color: #4c4c4c
}

.bg-secondary {
    background-color: #232d37
}

.mt_none{margin-top:0}
.mt_xxsmall{margin-top:.5vw}
.mt_xsmall{margin-top:1vw}
.mt_small{margin-top:2.5vw}
.mt_normal{margin-top:4vw}
.mt_large{margin-top:8vw}
.mt_xlarge{margin-top:20vw}
.mt_auto{margin-top:auto}

.mb_none{margin-bottom:0}
.mb_xxsmall{margin-bottom:.5vw}
.mb_xsmall{margin-bottom:1vw}
.mb_small{margin-bottom:2.5vw}
.mb_normal{margin-bottom:4vw}
.mb_large{margin-bottom:8vw}
.mb_xlarge{margin-bottom:20vw}
.mb_auto{margin-bottom:auto}

.mr_none{margin-right:0}
.mr_xxsmall{margin-right:.5vw}
.mr_xsmall{margin-right:1vw}
.mr_small{margin-right:2.5vw}
.mr_normal{margin-right:4vw}
.mr_large{margin-right:8vw}
.mr_xlarge{margin-right:14vw}
.mr_auto{margin-right:auto}

.ml_none{margin-left:0}
.ml_xxsmall{margin-left:.5vw}
.ml_xsmall{margin-left:1vw}
.ml_small{margin-left:2.5vw}
.ml_normal{margin-left:4vw}
.ml_large{margin-left:8vw}
.ml_xlarge{margin-left:14vw}
.ml_auto{margin-left:auto}

.pt_none{padding-top:0}
.pt_xxsmall{padding-top:.5vw}
.pt_xsmall{padding-top:1vw}
.pt_small{padding-top:2.5vw}
.pt_normal{padding-top:4vw}
.pt_large{padding-top:8vw}
.pt_xlarge{padding-top:10em}

.pb_none{padding-bottom:0;}
.pb_xxsmall{padding-bottom:.5vw}
.pb_xsmall{padding-bottom:1vw}
.pb_small{padding-bottom:2.5vw}
.pb_normal{padding-bottom:4vw}
.pb_large{padding-bottom:8vw}
.pb_xlarge{padding-bottom:14vw}

.pr_none{padding-right:0}
.pr_xxsmall{padding-right:.5vw}
.pr_xsmall{padding-right:1vw}
.pr_small{padding-right:2.5vw}
.pr_normal{padding-right:4vw}
.pr_large{padding-right:8vw}
.pr_xlarge{padding-right:14vw}

.p_none{padding:0!important;}
.p_xxsmall{padding:.5vw}
.p_xsmall{padding:1vw}
.p_small{padding:2.5vw}
.p_normal{padding:4vw}
.p_large{padding:8vw}
.p_xlarge{padding:14vw}

.w_100p{width:100%}
.w_10vw{width:10vw!important}
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    opacity: 0
}

@keyframes fadeInAnime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInTrigger {
    opacity: 0
}

html {
    position: relative;
   -webkit-overflow-scrolling: touch;
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "Noto Sans JP","Yu Gothic","游ゴシック","メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif;
    font-feature-settings: "palt";
    color: #333;
    letter-spacing: .15rem;
}

img {
    vertical-align: bottom;
    height: auto;
    width: 100%;
    max-width: 100%;
    border: 0;
    transition: all .2s ease;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    cursor: pointer;
    color: #1278FE;
    transition: all 0.3s ease;
    vertical-align: bottom
}

a:hover {
    text-decoration: none
}

a:hover img {
    transition: all .3s ease
}

p {
    line-height: 1.6;
    font-size: 1.8rem;
    vertical-align: bottom;
    font-weight: 500
}

@media(max-width: 768px) {
    p {
        font-size:1.6rem;
        letter-spacing: .05em
    }
}

.font-mincho {
    font-family: "Noto serif JP",sans-serif
}

.pc-area {
    display: block
}

@media(max-width: 1024px) {
    .pc-area {
        display:none
    }
}

.tab-area {
    display: none
}

@media(max-width: 1025px) {
    .tab-area {
        display:block
    }
}

.sp-area {
    display: none
}

@media(max-width: 1024px) {
    .sp-area {
        display:block
    }
}

.text-link {
    border-bottom: 1px solid #333
}

.text-l {
    text-align: left !important
}

.text-r {
    text-align: right !important
}

.text-c {
    text-align: center !important
}

.text-t {
    vertical-align: top !important
}

@media(max-width: 1024px) {
    .text-sp-left {
        text-align:left !important
    }
}

.flex {
    display: flex;
    align-items: flex-start
}

.flex-sb {
    display: flex;
    justify-content: space-between
}

@media(max-width: 1025px) {
    .flex {
        flex-direction:column
    }
}

.flex-center {
    display: flex;
    justify-content: center
}

.justify-sb {
    justify-content: space-between
}

.note {
    font-size: 1.6rem;
    font-weight: bold
}

@media(max-width: 1024px) {
    .note {
        font-size:1.1rem
    }
}

.border-bottom {
    border-bottom: 1px #111 solid
}

.link {
    color: #c32b7c;
    border-bottom: 1px solid #c32b7c
}

.hidden {
    display: none
}

.font-bold {
    font-weight: bold
}

.notice {
    font-size: 1.2rem
}

.pc_only {
    display: block
}

@media(max-width: 768px) {
    .pc_only {
        display:none
    }
}

.sp_only {
    display: none
}

@media(max-width: 768px) {
    .sp_only {
        display:block
    }
}


/* common parts*/
.inner{
    max-width: 1150px;
    padding: 80px 20px;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .inner{
        padding: 45px 5%;
    }
}
.bg_lb{
    background:#EEF8FF ;
}
.bg_bl{
    background:#6B8AC6;
}
.bg_bl_dark{
    background: #3C64B1;
}
.bg_lg{
    background: #F5F5F5;
}
.bg_lglb{
    background: #F4F6F8;
}

.c_bl{
    color: #3C64B1;
}
.c_or{
    color:#EA640B ;
}
.c_wh{
    color: #fff;
}
.c_ye{
    color: #ffe100;
}
.c_gr{
    color: #999999;
}
.ttl_m{
    font-size: 4rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 70px;
    display: block;
}

.ttl_sub{
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    display: block;
}
@media screen and (max-width:768px) {
    .ttl_m{
        font-size: 3rem;
    }
    .ttl_sub {
        font-size: 2.0rem;
    }
}
@media screen and (max-width:480px) {
    .ttl_m{
        font-size: 2.8rem;
        margin-bottom: 60px;
    }
    .ttl_sub {
        font-size: 1.6rem;
    }

}
.ttl_bubble{
    position: relative;
    display: block;
}
.ttl_bubble::after{
    content: "";
    background-repeat: no-repeat;
    background-size: 350px 19px;
    position: absolute;
    /* width: 350px; */
    height: 19px;
    bottom: -35px;
    right: 0;
    left: 0;
    margin: auto;
    background-position: center;
}
.bubble_bl::after{
    background-image: url(../img/ttl_bubble_bl.png);
}
.bubble_wh::after{
    background-image: url(../img/ttl_bubble_wh.png);
}
.bubble_gr::after{
    background-image: url(../img/ttl_bubble_gr.png);
}
@media screen and (max-width:768px) {
    .ttl_bubble::after{
        background-size: 280px 19px;
    }
}

sup{
    font-size: 1.2rem;
    vertical-align: text-top;
    letter-spacing: 0;
}
.lead{
    text-align: center;
    margin-bottom: 45px;
}
.lead p{
    font-size: 1.8rem;
    font-weight: normal;
}
@media screen and (max-width:768px) {
    .lead{
        text-align: left;
        margin-bottom: 30px;
    }
    .lead p{
        font-size: 1.6rem;
    }
}

.text_link{
    position: relative;
   text-decoration: underline;
   display: inline;
    
}
.text_link:hover{
    text-decoration: none;
}
.text_link img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}



/* header */
header{
    background: #fffffff2;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
header .inner{
    padding: 25px 20px;
}
.header_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo{
    height: 50px;
    width: auto;
}

@media screen and (max-width:768px) {
    header .inner{
        padding: 11px 10px;
        }
    header .logo{
        height: 40px;
    }
}
@media screen and (max-width:480px) {
    header .inner{
        padding: 11px 10px;
        }
    header .logo{
        height: 30px;
    }
}


/* local nav */
.local_nav_box .inner{
    padding-top: 35px;
    padding-bottom: 35px;
}
.local_nav{
    display: flex;
}
.local_nav li{
    border-right: 1px dashed #999999;
    width: calc(100% / 6);
}
.local_nav li:first-of-type{
    border-left: 1px dashed #999999;
}
.local_nav li a{
    display: block;
    font-weight: bold;
    position: relative;
    margin: 0 0 10px 0;
}
.local_nav li a:hover{
    opacity: .8;
}
.local_nav .arrow:hover::before {
    bottom: -3px;
}
.local_nav .arrow:hover::after{
    bottom: -3px;
}
.local_nav li a span{
    display: block;
    text-align: center;
}
.local_nav .nav_num{

    font-size: 2.2rem;
}
.local_nav .nav_title{
    color: #333;
    padding-bottom: 18px;
    padding-top: 5px;
}
.local_nav .arrow::before,
.local_nav .arrow::after {
  content: "";
  width: 10px;
  height: 2px;
  display: inline-block;
  border-radius: 3px;
  background: #3C64B1;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.local_nav .arrow::before {
    bottom: 0;
    transform: rotate(315deg);
    left: 6px;
}
.local_nav .arrow::after {
    bottom: 0;
    transform: rotate(45deg);
    right: 6px;
}
@media screen and (max-width:1024px) {
    .local_nav_box .inner {
        padding: 20px 0;
    }
    .local_nav li:first-of-type{
        border-left:none;
    }
    .local_nav li:last-of-type {
        border-right:none;
    }
}
@media screen and (max-width:768px) {
    .local_nav {
        flex-wrap: wrap;
    }
    .local_nav li{
        width: calc(100% / 3);
        border-right:1px dashed #999999;
        border-top:1px dashed #999999;
    }
    .local_nav li:nth-of-type(1),.local_nav li:nth-of-type(2),.local_nav li:nth-of-type(3){
        border-top: none;
    }
    .local_nav li:nth-of-type(3){
        border-right: none;
    }
    .local_nav_box .inner {
        padding: 0;
    }
    .local_nav li a {
        margin: 10px 0 10px 0;
    }
    .local_nav li a span {
        line-height: 1.3;
    }
    .local_nav .arrow::before, .local_nav .arrow::after {
        width: 6px;
    }
    .local_nav .arrow::after,
    .local_nav .arrow::before {
        right: 4px;
    }
    .local_nav .nav_title {
        padding-bottom: 13px;
    }
}
@media screen and (max-width:480px) {
    .nav_title{
        font-size: 1.4rem;
    }
    .local_nav .nav_num {
        font-size: 1.6rem;
    }
}



/* mv */
#mv{
    background-image: linear-gradient(90deg, #4f71b3, #4f71b3 48%, #B7C6E2 52% 100%);
}
#mv .inner{
    max-width: 1440px;
    position: relative;
}
@media screen and (min-width:769px) {
    .mv_bg_pc{
        background-image: url(../img/mv_pc.jpg);
        height:482px;
        background-position: right top;
    }
}
.mv_bg{
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
}
.mv_text{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 50px 20px 10px 20px;
    max-width: 1150px;
    margin: 0 auto;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: baseline;
}

.mv_text .mv_sub_text{
    background: #fff;
    display: inline-block;
    font-size: 2.2rem;
    font-size: min(2.2vw, 2.2rem);
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 50px;
    margin-bottom: 15px;

}
.mv_text .mv_sub_text .sub_bold{
    font-weight: 900;
}

.mv_text .mv_main_text{
    font-size: min(2.8vw, 4.0rem);
    font-size: 4.0rem;
    font-weight: 900;
    text-shadow: 0 4px 4px #1c428d;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.mv_text .mv_main_text .main_l{
    font-size: min(5.4vw, 5.4rem);
}

.mv_text .mv_bottom{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.mv_bottom_aword{
    width: 370px;
    width: 38%;
}
.mv_bottom_btn{
    width: 62%;
}


.mv_text small{
    color: #fff;
    font-size:1.2rem ;
}
@media screen and (max-width:1024px) {
    .mv_text .mv_main_text{
        font-size: min(2.8vw, 4.0rem);
    }
    .mv_bottom_aword {
        width: 45%;
    }
    .mv_text {
        justify-content: space-around;
    }
}
@media screen and (max-width:768px) {
    .mv_text {
        padding: 50px 50px 10px 50px;
    }
    .mv_text .mv_main_text{
        letter-spacing: 0;
        font-size: max(8vw, 3.4rem);
        line-height: 1.2;
    }
    .mv_text .mv_main_text .main_l {
        font-size: max(10vw, 4.4rem);
    }
    .mv_text .mv_main_text .main_s {
        font-size: max(4vw, 1.6rem);
        display: block;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .mv_text .mv_bottom {
        flex-direction: column;
        align-items: center;
    }
    .mv_bottom_aword {
        width: 80%;
    }
    .mv_text .mv_sub_text{
        font-size: max(3.4vw, 1.2rem);
        line-height: 1.3;
        margin-bottom: 10px;
        padding: 8px 40px;
        display:inherit;
     }
     .mv_bottom_btn{
        width: 100%;
        
     }
     .mv_bottom_btn .cta_btn {
        margin: 0 auto;
    }
}
@media screen and (max-width:480px) {
    .mv_text {
        padding: 20px 20px 10px 20px;
        gap: 10px;
    }
    .mv_text .mv_sub_text{
        padding: 5px 20px;
        line-height: 1.2;
        width: max-content;
    }
    .mv_text small {
        font-size: 1.0rem;
        line-height: 1.3;
        display: inline-block;
    }
    .mv_text .mv_bottom {
        margin-bottom: 10px;
        gap: 10px;
    }
    .mv_text .mv_main_text .main_s {
        margin-bottom: 0px;
    }
}

/* point */
#point .inner{
    padding-bottom:60px;
}
.bg_bl_gradient{
    background: linear-gradient(130deg, rgb(121, 165, 251), rgb(60, 100, 177));
    position: relative;
}
.bg_circle{
    text-align: center;
}
.bg_circle img{
    height: 127px;
    position: relative;
    bottom: -1px;
}
.point_bg{
    position: relative;
    z-index: 0;
}
.point_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/point_bg_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 477px;
    height: 364px;
    z-index: -1;
}
.point_bg::after{
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    background-image: url(../img/point_bg_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 490px;
    height: 345px;
    z-index: -1;
}
.point_box{
    display: flex;
    gap: 38px;
}
.point_box li{
    width: 33.3%;
    background: #fff;
    border: 10px solid #3C64B1;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0;
}
.point_box li img{
    max-height: 170px;
    width: auto;
}
.point_box li p{
    font-weight: 900;
    font-size: 2.5rem;
    margin: 20px 0px 0;
}
@media screen and (max-width:1024px) {
    .point_box {
        gap: 15px;
    }
    .point_box li{
        border-width: 8px;
        padding: 20px 0;
    }
    .point_box li p{
        font-size: 2.0rem;
        margin: 15px 0px 0;
    }
}
@media screen and (max-width:768px) {
    .bg_bl_gradient{
        background: linear-gradient(90deg, rgb(121, 165, 241), rgb(88, 128, 200));
    }
    #point .inner {
        padding-bottom: 30px;
    }
    .bg_circle img {
        height: 67px;
    }
    .point_bg::after {
        width: 260px;
    }
    .point_bg::before {
        width: 257px;
    }
    .point_box{
        flex-direction: column;
    }
    .point_box li {
        width: 100%;
        max-width: 340px;
        margin: auto;
    }
    .point_box li img {
        max-height: 150px;
    }
    .point_box li p{
        margin: 15px 10px 0;
    }
}
@media screen and (max-width:480px) {
    .bg_circle img {
        height: 37px;
    }
}


/* reason answer */
#reason_answer .inner{
    padding-top: 60px;
}
.answer_ttl_m{
    display: block;
    margin-bottom: 22px;
    font-size: 3.4rem;
    font-weight: 900;
}
#reason_answer .lead p{
    font-size: 2.0rem;
    font-weight: 600;
}
.answer_ttl_m img{
    display: inline;
    height: 50px;
    width: auto;
    margin-right: 10px;
}
.answer_box{
    display: flex;
    gap: 100px;
}
.answer_box li{
    width: 33.3%;
}
.answer_ttl{
    text-align: center;
    font-weight: 800;
    font-size: 2.4rem;
    margin-bottom:26px;
}
.answer_ttl_en{
    display: flex;
    background: #fff;
    border-radius: 100px;
    color: #333;
    align-items: center;
    justify-content: center;
    padding: 1px 0 6px 0;
    margin-bottom:16px;
    letter-spacing: normal;
}
.answer_num{
    color: #333;
    font-size: 6rem;
    margin-left: 5px;
    line-height: 1;
    border-bottom: #ffe100 4px solid;
}
.answer_ttl_ja{
    font-weight: 900;
}
.answer_box figure {
    max-width: 300px;

    position: relative;
    z-index: 1;
    margin: 10px auto 0 auto;
    background: linear-gradient(138deg, #3C64B1 0%, #BFD4FD 100%);
}
.answer_box figure img{
    position: relative;
    top: -10px;
    left: -10px;
}
.answer_box li p{
    line-height: 1.8;

    margin: 20px 0px 0;
}
.answer_box small{
    font-size: 1.2rem;
    line-height: 1.6;
    display: inline-block;
    margin: 20px 0 0 0;
}
@media screen and (max-width:1024px) {
    .answer_box {
        gap: 50px;
    }
    .answer_box li{
        padding: 20px 0;
    }
    .answer_num{
        font-size: 5rem;
    }
    .panswer_box li p{
        font-size: 2.0rem;
        margin: 15px 0px 0;
    }
    .answer_ttl{
        font-size: 2rem;
    }
}
@media screen and (max-width:768px) {
    #reason_answer .lead p{
        font-size: 1.8rem;
    }
    .answer_ttl_m{
        font-size: 2.8rem;
    }
    .answer_ttl_m img {
        height: 40px;
    }
    .answer_box{
        flex-direction: column;
    }
    .answer_box li {
        width: 100%;
        padding: 0;
    }
    .answer_ttl{
        font-size: 2.2rem;
    }
    .answer_num {
        font-size: 4rem;
    }
    .answer_ttl_en{
        max-width: 300px;
        margin-right:auto;
        margin-left:auto;
    }
    .answer_box li img {
        display: block;
    }
    .answer_box li p{
        margin: 15px 0px 0;
    }
}
@media screen and (max-width:480px) {
    .answer_box figure {
        max-width: 250px;
    }
}

/* reason 01 */
.reason_01_lead_strong{
    font-weight: bold;
    font-size:3.6rem ;
}
.reason_01_box{
    background: #fff;
    border-top: 30px solid #3C64B1;
    border-bottom: 30px solid #3C64B1;
    border-left: 40px solid #3C64B1;
    border-right: 40px solid #3C64B1;
    padding: 60px 30px;
    text-align: center;
    letter-spacing: 0;
}
.reason_01_box small{
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.3;
    display: block;
}
.reason_01_box small li:first-of-type{
    margin-bottom: 2px;
}
/*　合格占有率　見出し　*/
.reason_01_ttl{
    color: #000;
    font-weight: 900;
    line-height: 1.2;
}
.reason_01_ttl_s{
    font-size: 4.3rem;
}
.reason_01_ttl_ss{
    font-size: 3.2rem;
}
.reason_01_ttl_m{
    font-size: 5.3rem;
}
@media screen and (max-width:1024px) {
    .reason_01_ttl_s{
        font-size: 3.3rem;
    }
    .reason_01_ttl_ss{
        font-size: 2.2rem;
    }
    .reason_01_ttl_m{
        font-size: 4.3rem;
    }
}
@media screen and (max-width:768px) {
    .reason_01_box{
        border-width: 15px;
        padding: 30px 15px;
    }
    .reason_01_ttl_s{
        font-size: 2.3rem;
    }
    .reason_01_ttl_ss{
        font-size: 1.8rem;
    }
    .reason_01_ttl_m{
        font-size: 2.8rem;
    }
}
@media screen and (max-width:480px) {
    .reason_01_box {
        border-width: 10px;
        padding: 20px 10px;
    }
    .reason_01_box small {
        font-size: 1.0rem;
    }
    
}

/*　合格占有率　数値　*/
.occupancy_top{
    color: #D60001;
    font-weight: 800;
    line-height: 1;
}
.reason_01_box p{
    line-height: 1;
}
.top_fs_l{
    font-size: 20rem;
}
.top_fs_m{
    font-size: 12rem;
}
.top_fs_s{
    font-size: 8.7rem;
    position: relative;
}
.occupancy_top sup{
    font-size: 2.0rem;
    color: #000;
    font-weight: normal;
    position: absolute;
    top: 20px;
    right: -20px;
    font-family: "Noto Sans JP","Yu Gothic","游ゴシック","メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MSPGothic",sans-serif;
}
p.occupancy_btm{
    line-height: 1.2;
}
.btm_fs_s{
    font-size:2.8rem ;
    font-weight: 600;
}
.btm_fs_m{
    font-size:3.8rem ;
    font-weight: 700;
}
.btm_fs_l{
    font-size:5.4rem ;
    font-weight: 700;
}
.occupancy{
    position: relative;
    margin-bottom: 70px;
    background-image: url("../img/reason_01_left.png"), url("../img/reason_01_right.png");
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position: left center, right center;
}
.occupancy::after{
    content: "";
    background-image: url(../img/reason_01_arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background-size: contain;
    width: 110px;
    height: 43px;
}
@media screen and (max-width:1024px) {
    .top_fs_l{
        font-size: 15rem;
    }
    .top_fs_m{
        font-size: 9rem;
    }
    .top_fs_s{
        font-size: 5.7rem;
    }
    .btm_fs_s{
        font-size:2.0rem ;
    }
    .btm_fs_m{
        font-size:2.8rem ;
    }
    .btm_fs_l{
        font-size:4.4rem ;
    }
    .occupancy_top sup{
        font-size: 1.6rem;
        top: 10px;
    }
}
@media screen and (max-width:768px) {
    .occupancy {
        padding: 0;
    }
    .top_fs_l{
        font-size: 10rem;
    }
    .top_fs_m{
        font-size: 7rem;
    }
    .top_fs_s{
        font-size: 3.7rem;
    }
    .btm_fs_s{
        font-size:1.8rem ;
    }
    .btm_fs_m{
        font-size:2.4rem ;
    }
    .btm_fs_l{
        font-size:3.4rem ;
    }
    .occupancy_top sup {
        font-size: 1.2rem;
    }
}
@media screen and (max-width:480px) {
    .top_fs_l{
        font-size: 9rem;
    }
    .top_fs_m{
        font-size: 4.5rem;
    }
    .top_fs_s{
        font-size: 2.5rem;
    }
    .btm_fs_s{
        font-size:1.6rem ;
    }
    .btm_fs_m{
        font-size:2rem ;
    }
    .btm_fs_l{
        font-size:3.0rem ;
    }
    .occupancy::after {
        bottom: -60px;
        width: 80px;
    }
    .occupancy {
        margin-bottom: 60px;
        margin-top: 10px;
    }
    .occupancy_top sup {
        top: 0;
        right: -15px;
    }
}

/* 合格者全人数 */
.cum_fs_s{
    font-size:3.0rem ;
    font-weight: 600;
}
.cum_fs_m{
    font-size:4.8rem ;
    font-weight: 900;
    position: relative;
}
.cum_fs_m_sup{
    position: relative;
}
.cum_fs_l{
    font-size:5.8rem ;
    font-weight: 800;
}
.cumulative {
    margin-bottom: 30px;
}
.cumulative p{
    line-height: 1.3;
}
.cum_label{
padding: 1px 5px;
    color: #fff;
    padding: 0px 10px;

    display: inline-block;
}
.cumulative sup{
    font-size: 1.5rem;
    color: #000;
    font-weight: normal;
    position: absolute;
    top: -25px;
    right: -4px;
    font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳＰゴシック", "MSPGothic", sans-serif;
}

@media screen and (max-width:1024px) {
    .cum_fs_s{
        font-size:2.0rem ;
    }
    .cum_fs_m{
        font-size:3.8rem ;
    }
    .cum_fs_l{
        font-size:4.8rem ;
    }
    .cumulative sup {
        font-size: 1.2rem;
        top: -15px;
    }
}
@media screen and (max-width:768px) {
    .cum_fs_s{
        font-size:2.0rem ;
    }
    .cum_fs_m{
        font-size:3rem ;
    }
    .cum_fs_l{
        font-size:3rem ;
    }
    .cumulative sup {
        top: -10px;
    }
}
@media screen and (max-width:480px) {
    .cum_fs_s{
        font-size:1.8rem ;
    }
    .cum_fs_m{
        font-size:3rem ;
    }
    .cum_fs_l{
        font-size:2.4rem ;
    }
    .cumulative {
        margin-bottom: 20px;
    }
}


/* reason 02 */
#reason_02 .inner {
    max-width: 1070px;
}
.reason_02_lead_strong{
    font-weight: 800;
}
.reason_02_contents{
    margin-top: 40px;
    margin-bottom: 80px;
}
.reason_02_contents_ttl{
    background: #005A7E;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 30px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.reason_02_box{
    background: #fff;
    padding: 30px 30px 40px;
}
.one_day ul{
    display: flex;
    gap: 40px;
}
.one_day ul li{
    width: 50%;
    border: 4px solid #CCCCCC;
    border-radius:10px;
    padding: 35px 20px;
    background: #fff;
    text-align: center;
}
.one_day ul li figure{
    max-width: 376px;
    margin: 0 auto;
}
.one_day .one_day_ttl{
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 25px;
    position: relative;
}
.one_day .one_day_ttl::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 25px solid #e3f0f9;
    border-bottom: 0;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
}
.one_day .one_day_ttl h4{
    background: #E2F0FA;
    padding:30px 125px;
    font-weight: 900;
}
.one_day ul li p{
    font-weight: bold;
    margin-top: 13px;

}
@media screen and (max-width:1024px) {
    .one_day ul {
        gap: 20px;
    }
}
@media screen and (max-width:768px) {
    .reason_02_contents{
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .one_day ul {
        gap: 15px;
        flex-direction: column;
    }
    .one_day ul li {
        padding: 30px 15px;
        width: 100%;
    }
    .one_day ul li img{
        max-width: 300px;
    }
    .reason_01_lead_strong {
        font-size: 2.6rem;
    }
    .reason_02_box {
        padding: 15px 10px 20px;
    }
    .reason_02_contents_ttl {
        font-size: 2.0rem;
        padding: 15px 10px;
    }
    .one_day .one_day_ttl h4 {
        padding: 20px 30px;
    }
    .one_day .one_day_ttl {
        font-size: 2.2rem;
        margin-top: 30px;
    }
}
@media screen and (max-width:480px) {
    .reason_01_lead_strong {
        font-size: 2.2rem;
    }
    .reason_02_contents_ttl {
        font-size: 1.8rem;
    }
    .one_day .one_day_ttl {
        font-size: 1.8rem;
    }
    .one_day .one_day_ttl h4 {
        padding: 15px 20px;
    }
    .one_day ul li{

        padding: 20px 20px;
    }
    .one_day ul li p {
        margin-top: 5px;
        text-align: left;
    }
}

.reason_02_course_ttl{
    font-size: 3.8rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 1.15;
}
.reason_02_course_ttl .fs_sm{
    font-size: 2.8rem;
    }
.reason_02_course_ttl .fs_la{
    font-size: 5.8rem;
}
@media screen and (max-width:768px) {
    .reason_02_course_ttl{
        font-size: 2.6rem;
        margin-bottom: 25px;
    }
    .reason_02_course_ttl .fs_sm {
        font-size: 2.1rem;
        line-height: 2;
    }
    .reason_02_course_ttl .fs_la{
        font-size: 4rem;
    }
}


/* course_cta */
.course_cta{
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.course_cta p{
    font-size: 2.3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (max-width:768px) {
    .course_cta p{
        font-size: 2.0rem;
    }
}
@media screen and (max-width:480px) {
    .course_cta p br{
        display: none;
    }
    .course_cta p{
        font-size: 1.8rem;
    }
    .course_cta {
        margin-top: 30px;
    }
}

/* reason_02 voice */
#voice .reason_02_box {
    padding: 50px 10% 50px;
}
.voice_box{
    box-shadow: 0px 4px 4px #00000040;
    border-bottom: 11px solid #3C816A;
}
.voice_box .voice_box_list{
    position: relative;
    padding: 35px;
}
.voice_label{
    position: absolute;
    top: 40px;
    right: 40px;
    height: 105px;
    width: auto;
}

.voice_head{
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
    align-content: flex-start;
}
.voice_head_ttl,
.voice_head_current{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
}
.voice_head_ttl span{
    font-size: 1.4rem;
}
.voice_head_passed{
    margin-top: 5px;
}
.voice_head_passed h5{
    font-size: 1.2rem;
    display: inline-block;
    background: #44806a;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    line-height: 1;
    margin-top: 10px;
}
.voice_head_passed p{
    font-size: 1.8rem;
    font-weight: 600;
}
.voice_img{
    width: 180px;
}
.voice_text_ttl{
    font-size: 2.8rem;
    font-weight: bold;
    color: #3C816A;
    line-height: 1.2;
    margin-bottom: 12px;
}
.voice_text p{
    font-weight: normal;
}
@media screen and (max-width:1024px) {
    .voice_img {
        width: 142px;
    }
    .voice_head_ttl, .voice_head_current {
        font-size: 2.0rem;
    }
    .voice_head_passed h5 {
        margin-top: 5px;
    }
    .voice_head_passed p {
        font-size: 1.6rem;
    }
    .voice_text_ttl {
        font-size: 2.4rem;
    }
    .voice_text_ttl br{
        display: none;
    }
    .voice_text p{
        font-size: 1.6rem;
    }
    .voice_label {
        top: 0;
        right: 20px;
        height: 85px;
    }
}
@media screen and (max-width:768px) {

    #voice .reason_02_box {
       padding: 20px 15px 30px;
    }
    .voice_box .voice_box_list {
        padding: 20px;
    }
    .voice_head {
        margin-bottom: 10px;
        gap: 5px;
        flex-direction: column;
    }
    .voice_img {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .voice_img img {
        width: 100px;
    }
    .voice_ttl_sp{
        width: 100%;
    }
    .voice_label {
        top: 0;
        height: 65px;
        right: 10px;
    }
    .voice_text_ttl {
        font-size: 2.2rem;
    }
    .passed_box{
        display: flex;
        gap: 0px;
        align-items: baseline;
    }
    .voice_head_passed h5 {
        margin-top: 0px;
        max-width: 120px;
        text-align: center;
        padding: 4px 8px;
    }
    .voice_head_passed p {
        flex: 1;
    }
}
@media screen and (max-width:480px) {
    .voice_img img {
        width: 80px;
    }
    .voice_head_ttl, .voice_head_current {
        font-size: 1.8rem;
    }
    .voice_head_passed h5 {
        font-size: 1.0rem;
/*        margin-top: 10px;*/
    }
    .voice_head_passed p {
        font-size: 1.4rem;
        line-height: 1;
    }
    .voice_text_ttl {
        font-size: 1.8rem;
    }
    .voice_text p {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .passed_box {
        gap: 5px;
    }
    .voice_label {
        height: 45px;
        right: 5px;
    }
    .voice_head_passed {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .passed_box {
        margin: 10px 0 0 0;
    }
}


/*slick/*/
.slick-dots li button:before {
    opacity: 1;
    color: #d9d9d9;
    font-size: 17px;
    content: '●';
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #44806a;
}
.slick-dots {
    bottom: -45px;

}
.slick-next::before,
.slick-next::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    transition: all 0.3s ease;
}
.slick-next::before{
    opacity: 1;
    width: 25px;
    height: 25px;
    border-top: 6px solid #333;
    border-right: 6px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-prev::before,
.slick-prev::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
    transition: all 0.3s ease;
}
.slick-prev::before{
    left: -10px;
    opacity: 1;
    width: 25px;
    height: 25px;
    border-top: 6px solid #333;
    border-right: 6px solid #333;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.slick-next:hover::before,
.slick-next:hover::after,
.slick-prev:hover::before,
.slick-prev:hover::after{
    opacity: .7;
}

@media screen and (max-width:768px) {
    .slick-next::before, .slick-next::after {
        left: -20px;
    }
    .slick-prev::before, .slick-prev::after {
        left: 10px;
    }
    .slick-dots li button:before {
        font-size: 15px;
    }
}

/* reason_02 couse */
.course li{
    background: #fff;
    display: flex;
    padding: 20px 30px 10px 20px;
    margin-bottom: 10px;
}
.course_txt{
    flex:1;
    font-weight: normal;
}
.course_txt_ttl{
    border-left:9px solid #3C64B1;
    padding-left: 15px;
    margin-bottom: 20px;
}
.course_txt_ttl p{
    font-size: 1.6rem;
    font-weight: 700;
}
.course_txt_ttl h3{
    font-size: 2.8rem;
    font-weight: 700;
}
.course_lead{
    font-weight: normal;
}
.course_img{
    width: 150px;
    margin-right:34px ;
}
.course_img figcaption{
    font-size: 1.4rem;
    margin-top: 3px;
}
.course_img figcaption span{
    font-weight: 700;
}
@media screen and (max-width:768px) {
    .course li {
        padding: 15px;
    }
    .course_img {
        width: 120px;
        margin-right: 14px;
    }
    .course_img figcaption {
        font-size: 1.0rem;
        margin-top: 3px;
        letter-spacing: .05rem;
    }
    .course_txt_ttl {
        border-left: 5px solid #3C64B1;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .course_txt_ttl p {
        font-size: 1.2rem;
    }
    .course_txt_ttl h3 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}
@media screen and (max-width:480px) {
    .course_img {
        width: 70px;
    }
}


/* reason 03 */
.lecturer_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 60px;
}
.lecturer_box li{
   max-width: 431px;
}
.lecturer_box figure{
    margin: auto;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    background: linear-gradient(138deg, #507680 0%, #CFDADD 100%);
}
.lecturer_box figure img{
    position: relative;
    top: -10px;
    left: -10px;
}

.lecturer_ttl{
    font-size: 2.4rem;
    font-weight: 900;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0 10px 0;
}
.lecturer_data dt{
    font-size: 2.2rem;
    margin: 10px 0 5px 0;
    font-weight: 800;
}
.lecturer_data dt .fs_sm{
    font-size: 1.6rem;
    margin-left: 5px;
    font-weight: normal;
}
.lecturer_data dd{
    font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
    .lecturer_box li{
    max-width: 100%;
        width: 45%;
    }
}
@media screen and (max-width:768px) {
    .lecturer_box li {
        width: 100%;
    }
    .lecturer_ttl{
        font-size: 2.0rem;
    }
    .lecturer_data dt{
        font-size: 2.0rem;
    }
    .lecturer_box{
        gap: 50px 40px;
    }
}

/* trial_lecture */
#trial_lecture{
    border-top: 5px solid #EEF8FF;
    position: relative;
}

#trial_lecture::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/trial_lecture_bg_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 310px;
    height: 251px;
    z-index: -1;
}
#trial_lecture::after{
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    background-image: url(../img/trial_lecture_bg_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 465px;
    height: 100%;
    z-index: -1;
    background-position: right;
}

.trial_lecture_bg{
    position: relative;
}

.trial_wrap{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.trial_box{
    display: flex;
    align-items:center;
}
.trial_text{
    width: 55%;
}
.trial_text h2{
    font-size: 4.8rem;
    font-weight: 800;
    margin-bottom: 40px;
}
.trial_text h2 span{
    margin-right: 5px;
}
.trial_text p{
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: 700;
}
.trial_img{
    width: 45%;
}
@media screen and (max-width:1024px) {
    .trial_wrap {
        gap: 30px;
    }
    .trial_text h2 {
        font-size: 4.2rem;
        margin-bottom: 20px;
    }
    .trial_text p {
        font-size: 2.0rem;
    }
}

@media screen and (max-width:768px) {
.trial_box {
    flex-direction: column;
    gap: 10px;
}
.trial_text{
    width: 90%;
}
.trial_text h2{
    font-size: 3.8rem;
    margin-bottom: 20px;
}
.trial_text p {
    font-size: 1.8rem;
}
.trial_img{
    width: 100%;
}
.trial_img img{
    max-width: 400px;
    margin: auto;
    display: block;
}
.trial_wrap {
    gap: 10px;
}

}
@media screen and (max-width:480px) {
    .trial_text h2{
        font-size: 3.0rem;
    }
}

/* support */
.support_ttl{
    background: #3C64B1;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 3.2rem;
    padding: 18px 0;
    letter-spacing: 0.1rem;
    margin-bottom: 35px;
}
.support_icon{
    max-width: 58px;
    margin-right: 15px;
}
.support_box{
    display: flex;
    gap: 50px;
    margin-bottom: 54px;
}
.support_img{
    flex-shrink: 0;
}
.support_box figure{
    max-width: 300px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(138deg, #507680 0%, #CFDADD 100%);
    margin: 10px auto 0 10px;
}
.support_box figure img{
    position: relative;
    top: -10px;
    left: -10px;
}
.support_txt{
    background: #fff;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.4);
    padding: 25px 35px;
}
.support_txt h4{
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    padding-left: 55px;
}
.support_txt h4::before{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 45px;
    height: 37px;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-size: contain;
    

}
@media screen and (max-width:1024px) {
    .support_box{
        gap: 30px;
    }
    .support_box figure{
        max-width: 250px;
    }
}
@media screen and (max-width:768px) {
    .support_box{
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .support_box figure{
        max-width: 300px;
    }
    .support_txt h4 {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    .support_txt {
        padding: 15px 25px;
    }
    .support_ttl{
        font-size: 2.6rem;
        margin-bottom: 25px;
    }
    .support_icon {
        max-width: 42px;
    }
    .support_txt h4 {
        padding-left: 43px;

    }
    .support_txt h4::before {
        width: 35px;
        height: 27px;
        top: 4px;
    }
}
@media screen and (max-width:480px) {
    .support_txt h4 {
        font-size: 2.0rem;
        margin-bottom: 5px;
    }
    .support_icon {
        max-width: 37px;
        margin-right: 10px;
    }
    .support_txt {
        padding: 15px 25px;
    }
    .support_ttl{
        font-size: 2.2rem;
        margin-bottom: 15px;
        padding: 10px 0;
    }
    .support_icon {
        max-width: 37px;
    }
}

/* support_cbt */
.support_cbt{
    background: #fff;
    margin: 10px 40px 0;
    padding: 70px 40px 40px;
    border: 1px solid #3C64B1;
    position: relative;
    z-index: 0;
}
.support_cbt::before {
    content: '';
    position: absolute;
    background-image: url(../img/support_cbt_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    left:0;
    top: 0;
    width: 161px;
    height: 225px;
    z-index: -1;
}
.cbt_ttl{
    text-align: center;
    margin-bottom: 40px;
}
.cbt_ttl h2{
    margin-bottom: 10px;
}
.cbt_ttl small{
    font-size: 1.2rem;
}
.cbt_txt p{
    margin-bottom: 25px;
}

.cbt_list{
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-bottom: 30px;
}
.cbt_list li{
    background:#D9D9D5;
    color: #333;
    font-weight: 500;
    padding: 8px 20px;
}
.cbt_image{
    background:#E9E8DA;
    padding:30px 60px;
}
.cbt_image h3{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}
.cbt_image ol{
    display: flex;
    gap: 90px;
}
.cbt_image ol li{
    position: relative;
}
.cbt_image ol li:first-of-type::after{
    content: "";
    background-image: url(../img/icon_arrow_double.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -69px;
    width: 46px;
    height: 52px;
    top: 35%;
}
.cbt_image ol li figure{
    max-width: 350px;
    margin: 0 auto;
    display: block;
}
.cbt_image ol img{
    margin-bottom: 14px;
}
.cbt_image figcaption{
    font-weight: bold;
    font-size:1.8rem
}
@media(max-width: 1140px) {
    .support_cbt .cbt_txt br{
        display: none;
    }
    .support_cbt .cbt_txt{
        text-align: left;
    }
}
@media(max-width: 1024px) {
    .support_cbt {
        margin: 10px 20px 0;
    }
    .cbt_ttl .ttl_m {
        font-size: 3rem;
    }
    .support_cbt::before {
        height: 175px;
    }
    .cbt_image {
        padding: 30px 30px;
    }
}
@media(max-width: 768px) {
    .support_cbt {
        padding: 30px 20px 30px 20px;
        margin: 10px 10px 0;
    }
    .cbt_ttl .ttl_m {
        font-size: 2.6rem;
    }
    .support_cbt::before {
        height: 115px;
    
    }
    .cbt_ttl small {
        font-size: 1.2rem;
        line-height: 1.4;
        display: block;
    }
    .cbt_list li {
        padding: 8px 10px;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .cbt_image {
        padding: 20px 20px;
    }
    .cbt_image h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }
    .cbt_image ol {
        flex-direction: column;
        gap: 70px;
    }
    .cbt_image ol li:first-of-type::after {
        right: 0;
        left: 0;
        margin: auto;
        width: 36px;
        height: 42px;
        bottom: -50px;
        top: inherit;
        transform:rotate(90deg); 
    }    
    .cbt_image figcaption{
        font-size:1.6rem
    }
}
@media(max-width: 480px) {
    .cbt_list{
        flex-direction: column;
        text-align: center;
    }
    .support_cbt{
        margin: 0;
        padding: 30px 15px 30px 15px;
    }
    .cbt_ttl .ttl_m {
        font-size: 2.2rem;
    }
    .cbt_image h3 {
        font-size: 1.8rem;
    }
    .cbt_image h3 br{

    }
    
}


/* flow */
.flow_box{
    display: flex;
    gap: 30px;
}
.flow_box li{
    width: 25%;
}
.flow_box figure{
    position: relative;
    z-index: 1;
    background: linear-gradient(138deg, #3C64B1 0%, #BFD4FD 100%);
    margin: 10px auto 0 10px;
}
.flow_box figure img{
    position: relative;
    top: -10px;
    left: -10px;
}
.flow_box .flow_ttl{
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 24px;
}
.flow_ttl_step{
    display: block;
}
.flow_ttl .step_label{
    font-size: 2.0rem;
    vertical-align: sub;
    margin: 0 8px 0 0;
}
.flow_ttl .step_num{
    font-size: 5.6rem;
    vertical-align: middle;
    background: linear-gradient(130deg, #3C64B1 0%, #BFD4FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow_box p{
    font-size: 1.6rem;
    line-height: 1.9;
}
@media(max-width: 1024px) {
    .flow_box .flow_ttl{
        font-size: 2.0rem;
    }
    .flow_ttl .step_num {
        font-size: 4.0rem;
    }
    .flow_ttl .step_label {
        font-size: 1.6rem;
    }
}
@media(max-width: 768px) {
    .flow_box {
        flex-wrap: wrap;
        gap: inherit;
        justify-content: space-around;
    }
    .flow_box li{
        width: 40%;
        margin-bottom: 20px;
    }
    .flow_box li:nth-of-type(3),
    .flow_box li:nth-of-type(4){
        margin-bottom: 0;
    }
    .flow_box p {
        line-height: 1.6;
    }
    .flow_box .flow_ttl {
        margin-bottom: 15px;
        margin-top: 10px;
        line-height: 1.2;
    }
}
@media(max-width: 480px) {
    .flow_box li{
        width: 45%;
 }
    .flow_box p {
        font-size: 1.5rem;
    }
    .flow_box .flow_ttl {
        line-height: 1.3;
        font-size: 1.8rem;
    }
    .flow_ttl .step_num {
        font-size: 3.5rem;
    }
}


/* faq */
details[open] {
    transition: transform .4s;
}
details[open] .details-summary {
    transition: transform .4s;
    background: #E2F0FA;
}
details[open] .details-summary:after {
    transform: rotate(180deg);
    transition: transform .4s;
}
details[open] .details-content {
    height: auto;
    transition: transform .4s;
}
.details {
    transition: transform .4s;
}
.details .details-summary {
    transition: transform .4s;
    display: block;
    position: relative;
    background-color: #fff;
    padding: 30px 70px 30px 90px;
    font-size: 2.0rem;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    border-radius:10px;
}
.details .details-summary:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    background-image: url(../img/icon_faq_q.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 39px;
    background-size: contain;
}

.details .details-summary:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
    background-image: url(../img/icon_accordion.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: calc(50% - 10px);
    right: 30px;
    transition: transform .4s;
    background-size: contain;
}

.details .details-content {
    transition: transform .4s;
    display: block;
    position: relative;
    background-color: #fff;
    padding: 30px 60px 30px 90px;
    margin-top: 10px;
    height: 0;
    overflow: hidden;
    border-radius:10px;
}
.details .details-content p{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.8;
}

.details .details-content:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    background-image: url(../img/icon_faq_a.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 36px;
    background-size: contain;
}

.details+.details {
    margin-top: 10px;
}

@media(max-width: 768px) {
    .details .details-summary {
        padding: 20px 50px 20px 60px;
        font-size: 1.8rem;
    }
    .details .details-summary:before {
        top: 20px;
        left: 20px;
        width: 31px;
        height: 32px;
    }
    .details .details-summary:after {
        width: 15px;
        height: 13px;
        top: calc(50% - 5px);
        right: 20px;
    }
    .details .details-content{
        padding: 20px 30px 20px 60px;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .details .details-content:before {
        top: 20px;
        left: 20px;
        width: 27px;
        height: 28px;
    }
    .details .details-content:after {
        width: 15px;
        height: 13px;
        top: calc(50% - 5px);
        right: 20px;
    }
    .details .details-content p{
        font-size: 1.8rem;
        font-weight: 500;
    }
}
@media(max-width: 480px) {
    .details .details-summary {
        font-size: 1.6rem;
    }
    .details .details-content{
        
    }
    .details .details-content p{
        font-size: 1.6rem;
    }
}

summary {
    display: block;
}

summary::-webkit-details-marker {
    display: none;
}

/* wish */
#wish{
    z-index: 0;
    position: relative;
}
.wish_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/wish_bg_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 292px;
    height: 100%;
    z-index: 1;
    opacity: .4;
}
.wish_bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/wish_bg_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 482px;
    height: 100%;
    z-index: 1;
    opacity: .4;
    background-position: top right;
}
.wish_txt{
    text-align: center;
    color: #fff;
    
}
.wish_txt p{
    margin-bottom: 40px;
    line-height: 2;
    letter-spacing: 0.25rem;
}
.wish_txt p.wish_name{
    letter-spacing: 0;
    font-size: 2.4rem;
    margin: 0;
}
@media(max-width: 768px){
    .wish_txt p{
        margin-bottom: 25px;
        line-height: 1.8;
        text-align: left;
    }
    .wish_txt p.wish_name{
        font-size: 2.0rem;
    }
    .wish_bg::before {
        width: 192px;
    }
    .wish_bg::after {
        width: 300px;
    }
}

/* company */
#company h2{
    font-size: 2.8rem;
    margin-bottom: 50px;
}
.company_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_square{
    width: 50%;
    text-align: center;
}
.logo_square img{
    max-width: 250px;
}
.company_data{
    width: 50%;
}
.company_data dl{
    display: flex;
    margin-bottom: 14px;
    font-size: 1.8rem;

}
.company_data dl:last-of-type{
    margin: 0;
}
.company_data dt{
    font-weight: bold;
    min-width: 140px;
}
@media(max-width: 1024px) {
    .company_box{
        align-items:flex-start;
    }
}
@media(max-width: 768px) {
    .logo_square{
        width: 30%;
    }
    .logo_square img{
        max-width: 101px;
    }
    .company_data{
        width: 75%;
    }
    .company_data dl{
        flex-direction: column;
    }
}
@media(max-width: 480px) {
    .company_box {
        gap: 20px;
    }
    .company_data dl{
        font-size: 1.6rem;
    }
}

/* cta document */
.cta_document{
    border-top:10px solid #3C64B1;
    border-bottom:10px solid #3C64B1;
}
.cta_document .inner{
    padding-top: 65px;
    padding-bottom: 65px;
}
.cta_document_inner_bg{
    max-width: 1440px;
    background-image: url(../img/cta_document_bg.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: contain;
    background-position: left;
}
.cta_document_box{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
}
.cta_document_text{
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 460px;
}
.cta_document_text h2{
    font-size: 3.3rem;
    font-weight: 800;
    color: #fff;
    padding: 18px;
    position: relative;
}
.cta_document_text h2::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 24px solid #3f65ae;
    border-bottom: 0;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.cta_document_text p{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px 0 20px 0;
}
.cta_document_img{
    width: 50%;
}
@media(max-width: 1140px) {
    .cta_document_box {
        justify-content: center;
    }
    .cta_document_text p {
        font-size: 2.0rem;
    }
    .cta_document_text p br{
        display: none;
    }
}
@media(max-width: 1024px) {
    .cta_document_text h2{
    font-size: 2.8rem;
    }
    .cta_document_text p {
        font-size: 1.8rem;
    }
}
@media(max-width:768px) {
    .cta_document_inner_bg {
        background-position: top center;
        background-image: url(../img/cta_document_bg_sp.png);
        background-size: contain;
        background-position: top center;
    }
    .cta_document .inner {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .cta_document_text h2{
        font-size: 2.6rem;
        padding: 15px;
        margin: 0 auto 0 auto;
        display: inline-block;
        width: 100%;
    }

    .cta_document_text p br{
        display: block;
    }
    .cta_document_box{
        flex-direction: column-reverse;
        align-items: center;
    }
    .cta_document_text{
        width: 100%;
    }
    .cta_document_img{
        width: 100%;
        margin-bottom: 10px;
    }
    .cta_document_img img{
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }
}
@media(max-width:480px) {
    .cta_document_text p {
        font-size: 1.6rem;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .cta_document_img{
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .cta_document_text h2 {
        font-size: 2.2rem;
        padding: 12px;
    }
}

/* cta_document_btn */
.cta_btn{
    color: #fff;
    padding:23px 30px ;
    font-weight: bold;
    display: block;
    border-radius: 100px;
    font-size: 2.4rem;
    position: relative;
    box-shadow: 4px 4px 4px #00000040;
    text-align: center;
    width: 100%;
}

.cta_btn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    height: 37px;
    width: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}
.cta_btn::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}

.cta_btn.btn_m{
    max-width: 460px;
}

/* header cta　.btn_s　*/
.cta_btn.btn_s{
    max-width: 220px;
    padding:10px 30px ;
    font-size: 1.8rem;
    box-shadow: 0px 4px 4px #00000040;
}
.cta_btn.btn_s::before{
    left: 20px;
    height: 20px;
    width: 20px;
}
.cta_btn.btn_s::after{
    right: 20px;
    height: 13px;
    width: 13px;
}


.cta_btn.btn_doc{
    background:#F24F18;
}
.cta_btn.btn_doc::before{
    background-image: url(../img/icon_document.png);
}
.cta_btn::after{
    background-image: url(../img/icon_window.png);
}
.cta_btn.btn_trial{
    background:#fff;
    color: #333;
    max-width: 524px;
    border: #ffe100 5px solid;
}
.cta_btn.btn_trial::before{
    background-image: url(../img/icon_trial_lecture.png);
}

.cta_btn.btn_doc:hover{
        opacity: .8;
    background: #ff541b;
    }
    .cta_btn.btn_trial:hover{
        opacity: .8;
        background: #ffe100;
    }

@media(max-width:769px) {
    .cta_btn.btn_trial {
        padding: 20px 70px 20px 80px;
        font-size: 1.9rem;
    }
}
@media(max-width:480px) {
    .cta_btn{
        font-size: 2.0rem;
       padding:15px 30px ;
    }
    .cta_btn::before{
        height: 30px;
        width: 30px;
        left: 25px;
    }

    .cta_btn::after{
        height: 15px;
        width: 15px;
        right: 25px;
    }
    .cta_btn.btn_trial {
        padding: 20px 40px 20px 50px;
        font-size: 1.7rem;
    }
    .cta_btn.btn_trial::before {
        left: 17px;
    }
    .cta_btn.btn_trial::after {
        right: 17px;
    }
    .cta_btn.btn_s {
        max-width: 160px;
        padding: 8px 30px 8px 35px;
        font-size: 1.4rem;
    }
    .cta_btn.btn_s::before {
        left: 15px;
    }
    .cta_btn.btn_s::after{
        right: 15px;
        height: 10px;
        width: 10px;
    }
}


/* footer */
footer{
    padding: 30px 0 85px;
    background: #333;
    text-align: center;
}
footer small{
    font-size: 1.4rem;
    color: #fff;
}