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

/*--------------------
01.共通
02.MV
03.nav
04.about
05.recommend
06.benefits
07.voice
08.schedule
09.faq
10.info
フッター

--------------------*/

/*--------------------
01.共通
--------------------*/

html { scroll-behavior: smooth;}

*{
box-sizing: border-box;
}

*:focus {
outline: none;
}

:root{
    --color-cv-orange: #FF6000;
    --color-point-orange: #FF9300;
    --color-marker-yellow: #FFB000;
}

.kaikei{
    --color-main: #0093E9;
    --color-sub: #00BAD8;
    --color-marker: rgb(95 209 200 / 40%);
    --color-grid: #D5F5FD;
    --color-bg-sub:#DBF4FC;
    --mv-bg-color-pc: linear-gradient(90deg, rgb(0 147 233) 0%, rgb(0 186 216 / 60%) 70%, rgb(255 255 255 / 0));
    --mv-bg-color-sp: linear-gradient(0deg, rgb(0 147 233) 0%, rgb(0 186 216 / 60%) 70%, rgb(255 255 255 / 0));
}
.zeirishi{
    --color-main: #1D50C3;
    --color-sub: #8f59bf;
    --color-marker: rgb(204 163 240 / 40%);
    --color-grid: #EEEDFF;
    --color-bg-sub:#F0F1FF;
    --mv-bg-color-pc: linear-gradient(90deg, rgb(36 95 206) 0%, rgb(98 66 234 / 60%) 70%, rgb(255 255 255 / 0));
    --mv-bg-color-sp: linear-gradient(0deg, rgb(36 95 206) 0%, rgb(98 66 234 / 60%) 70%, rgb(255 255 255 / 0));
}


.about{
    --icon-img: url(../../images/icon_about.svg);
}
.recommend{
    --icon-img: url(../../images/icon_recommend.svg);
}
.benefits{
    --icon-img: url(../../images/icon_benefits.svg);
}
.voice{
    --icon-img: url(../../images/icon_voice.svg);
}
.schedule{
    --icon-img: url(../../images/icon_schedule.svg);
}
.faq{
    --icon-img: url(../../images/icon_faq.svg);
}
.info{
    --icon-img: url(../../images/icon_info.svg);
}

.wrapper{
width: 100%;
overflow: hidden;
font-family: YakuHanJPs, 'Noto Sans JP', sans-serif;
color: #323232;
}

.pc{
display: block;
}

.sp{
display: none;
}

.tab{
    display: none;
}

.contents_in{
max-width: 1000px;
width: 88.6%;
margin: 0 auto;
}

.contents_in.max_width{
    max-width: 1100px;
}

a{
color: #323232;
}

a:hover{
color: #323232;
}

a:link{
color: #323232;
}

img{
width: 100%;
height: auto;
display: block;
}

/* ------ margin / padding ------ */

.mb15{
    margin-bottom: 15px;
}
.mb30{
    margin-bottom: 30px;
}


/* ------ text ------ */
p{
    font-size: 16px;
    line-height: 2.0;
}

.marker{
    font-weight: 600;
    background:linear-gradient(transparent 60%, var(--color-marker) 60%);
}

.en,
[class$="_en"]{
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
}

p.main_text{
    font-size: 16px;
    line-height: 2.0;
    margin-bottom: 16px;
}
p.first_text{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
}
ul.notes_list li, 
p.note_text{
    font-size: 12px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
}
ul.notes_list, 
p.note_text{
    margin-top: 15px;
}
strong{
    font-weight: 600;
}
sup{
	font-size: 12px;
	vertical-align: top;
}
.text_center{
    text-align: center;
}
.text_maincolor{
    color: var(--color-main);
}

.h2_g{
    display: block;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}


.h2_g::before{
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 30px;
    height: 30px;
    background: var(--color-main);
    -webkit-mask-image: var(--icon-img);
    mask-image:   var(--icon-img);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center top;
    -webkit-mask-size: contain;
    mask-size: contain;
}

h2{
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.h2_en {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-main);
    margin-bottom: 8px;
}

h3{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    padding-left: .6em;
    position: relative;
    margin-bottom: 30px;
}
h3::before{
    content: '';
    display: block;
    width: 6px;
    height: 30px;
    border-radius: 5px;
    background: rgb(0,186,216);
    background: linear-gradient(180deg, var(--color-sub) 0%, var(--color-main) 100%);
    position: absolute;
    left: 0;
    top: .15em;
}
h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}


/* ------ section, bg ------ */
section{
    padding: 80px 0 80px;
}

.bg_grid{
    background-image: 
    repeating-linear-gradient(90deg, var(--color-grid), var(--color-grid) 1px, transparent 1px, transparent 20px),
    repeating-linear-gradient(0deg, var(--color-grid), var(--color-grid) 1px, transparent 1px, transparent 20px);
}

div:has(+ section.bg_book),
section:has(+ section.bg_book){
    padding-bottom: 140px;
}
.bg_book{
    position: relative;
    padding-top: 30px;
}
.bg_book::before{
    content: '';
    display: block;
    width: 102%;
    height: 80px;
    background: #ddd;
    position: absolute;
    bottom: calc(100% - 1px);
    left: -1%;
    -webkit-mask-image: url(../../images/shape_book.svg);
    mask-image:   url(../../images/shape_book.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center top;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.bg_maincolor{
    background: var(--color-main);
}
.bg_book.bg_maincolor::before{
    background: var(--color-main);
}
.bg_maincolor h2,
.bg_maincolor .h2_en,
.bg_maincolor p.first_text {
    color: #fff;
}
.bg_maincolor .h2_g::before{
    background: #fff;
}
.bg_white{
    background: #fff;
}
.bg_book.bg_white::before{
    background: #fff;
}
.bg_subcolor{
    background: var(--color-bg-sub);
}
.bg_book.bg_subcolor::before{
    background: var(--color-bg-sub);
}

.bg_gray{
    background: #EFEFEF;
}

/* ------ box ------ */

.container580{
    max-width: 580px;
    margin: 0 auto;
}
.container800{
    max-width: 800px;
    margin: 0 auto;
}

.border_box{
    display: block;
    width: 100%;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    padding: 30px;
    background: #fff;
}
.border_box:has(.border_box_title){
    padding-top: 0;
}
.border_box_title{
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 2px 24px 4px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(-90deg, var(--color-sub) 0%, var(--color-main) 100%);
    transform: translateY(-50%);
}
.bg_box{
    padding: 24px;
    border-radius: 10px;
}
.contents_box{
    width: 100%;
    padding: 50px;
    border-radius: 20px;
}

/* ------ parts ------ */

ul li{
    font-size: 16px;
    line-height: 1.8;
}
.dot_list li{
    padding-left: 20px;
    position: relative;
}
.dot_list li::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    top: .7em;
}

.check_list li{
    padding-left: 28px;
    position: relative;
}
.checkbox{
    position: relative;
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.check_list li::after, 
.checkbox::after{
    content: '';
    display: block;
    width: 17px;
    height: 16px;
    background: url(../../images/icon_check.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: .5em;
}
.checkbox::after{
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}


/* ------ button ------ */


@media all and (max-width: 1024px){
    .contents_in{
        width: 94%;
    }
    .contents_box{
        padding: 50px 30px;
    }
    .pc{
        display: block;
    }

    .sp{
        display: none;
    }

    .tab{
        display: block;
    }

	
}

@media all and (max-width: 767px){
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    .tab{
        display: none;
    }
    .contents_in{
        width: 89.3%;
    }
    .contents_box{
        border-radius: 10px;
    }
    p.first_text{
        font-size: 16px;
    }
    .h2_g{
        margin-bottom: 30px;
    }
    .h2_en{
        font-size: 16px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 18px;
        margin-bottom: 20px;
        padding-left: 1em;
    }
    h3::before{
        height: 24px;
    }
    h4{
        font-size: 16px;
    }
    section {
        padding: 50px 0 50px;
    }
    .bg_book::before{
        height: 50px;
        -webkit-mask-image: url(../../images/shape_book_sp.svg);
        mask-image:   url(../../images/shape_book_sp.svg);
    }
    div:has(+ section.bg_book), section:has(+ section.bg_book){
        padding-bottom: 100px;
    }
    .border_box{
        padding: 24px;
    }
    .bg_box{
        padding: 24px 12px;
    }

}


/*--------------------
02.MV
--------------------*/

#mv_area .logo{
    max-width: 120px;
    position: relative;
    z-index: 1;
}
#mv_area{
    padding: 50px 50px 25px;
}
#mv_area .mv_inner{
    background: url(../../images/mv_pc.webp) no-repeat right 10% center;
    background-size: cover;
    padding: 24px;
    position: relative;
    min-height: 580px;
    height: 40vw;
    max-height: 700px;
    overflow: hidden;
    border-radius: 20px;
}
#mv_area .mv_inner::before{
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--mv-bg-color-pc);
}
#mv_area .mv_inner .contents_in{
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
#mv_area .mv_text_g{
    filter: drop-shadow(2px 4px 6px rgba(0 0 0 / 0.2));
}

#mv_area .mv_text_g .mv_sub_text{
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 12px;
}
#mv_area .mv_text_g .mv_sub_text strong{
    font-size: 38px;
}
#mv_area .mv_text_g .mv_sub_text .marker{
    background: linear-gradient(transparent 70%, var(--color-marker-yellow) 70%);
}
#mv_area .mv_text_g h1{
    color: #fff;
    font-weight: 900;
    font-size: 68px;
    line-height: 1.25;
    margin-bottom: 20px;
}
#mv_area .mv_text_g h1 .small{
    display: block;
    font-size: 0.7em;
    font-weight: 800;
}
#mv_area .mv_text_g::after{
    content: '';
    display: block;
    width: 128px;
    height: 218px;
    background: url(../../images/illust_mv01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 420px;
    bottom: -18%;
}

#mv_area .mv_badge_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-point-orange);
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    width: 148px;
    height: 148px;
    text-align: center;
    background: url(../../images/badge01.png) no-repeat center;
    background-size: contain;
    filter: drop-shadow(2px 4px 6px rgba(0 0 0 / 0.2));
    position: absolute;
    top: 10%;
    right: 5%;
}
#mv_area .mv_badge_text span{
    font-size: 28px;
}
#mv_area .frame_text{
    display: block;
    width: fit-content;
    color: #FFF;
    line-height: 1.3;
    border: 1.5px solid #fff;
    padding: 10px 30px 12px 30px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 600;
}

.btn_type01{
	width: fit-content;
    max-width: 50%;
}
.btn_type01 a{
    display: block;
    width: fit-content;
    color: #FFF;
    line-height: 1.3;
    border: 1px solid #fff;
    padding: 16px 60px 17px 30px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    transition: .3s ease;
}
.btn_type01 a::after{
    content: '';
    display: block;
    margin-left: 1rem;
    width: 12px;
    height: 12px;
    background-color: var(--color-main);
    -webkit-mask-image: url('../../images/icon_arrow.svg');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-image: url('../../images/icon_arrow.svg');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 0 0;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%) rotate(90deg) ;
    transition: .3s ease;
}
.btn_type01 a::before{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .3s ease;
}
.btn_type01 a:hover{
    background: #fff;
    color: var(--color-main);
}
.btn_type01 a:hover::before{
    background-color: var(--color-main);
}
.btn_type01 a:hover::after{
    background-color: #fff;
}

@media all and (max-width: 1024px){
    #mv_area .mv_text_g .mv_sub_text{
        font-size: clamp(22px, 3.4vw, 28px);
    }
    #mv_area .mv_text_g .mv_sub_text strong{
        font-size: clamp(26px, 4.2vw, 36px);
    }
    #mv_area .mv_text_g h1{
        font-size: clamp(32px, 7.2vw, 66px);
    }
    #mv_area .mv_badge_text{
        width: clamp(96px, 39vw, 148px);
        height: clamp(96px, 39vw, 148px);
        font-size: clamp(14px, 2.5vw, 22px);
        top: 4%;
        right: 4%;
    }
    #mv_area .mv_badge_text span{
        font-size: clamp(18px, 3.4vw, 28px);
    }
    #mv_area .mv_text_g::after{
        width: clamp(96px, 14.6vw, 128px);
        height: clamp(163px, 24.6vw, 218px);
        left: 52%;
        bottom: -12%;
    }
    #mv_area{
        padding: 3vw 0 25px;
        max-width: 94%;
        margin: 0 auto;
    }
    #mv_area .mv_inner{
        background-position: 70%;
    }
    #mv_area .mv_inner::before{
        width: 56%;
    }
	
}

@media all and (max-width: 767px){
    #mv_area{
        padding-bottom: 50px;
    }
    #mv_area .logo{
        max-width: 100px;
    }
    #mv_area .mv_inner{
        background: url(../../images/mv_sp.webp) no-repeat center;
        background-size: cover;
        height: calc(100svh - 56px);
        max-height: none;
        padding: 12px;
    }
    #mv_area .mv_inner::before{
        width: 100%;
        height: 54%;
        top: unset;
        bottom: 0;
        background: var(--mv-bg-color-sp);
    }
	#mv_area .mv_inner .contents_in{
        top: unset;
        bottom: 8%;
        transform: none;
    }
    #mv_area .mv_text_g::after{
        width: clamp(86px, 22.9vw, 140px);
        height: clamp(146px, 38.9vw, 238px);
        left: unset;
        right: 0;
        bottom: -45px;
    }
    #mv_area .mv_badge_text{
        width: clamp(96px, 25vw, 148px);
        height: clamp(96px, 25vw, 148px);
        top: 2%;
    }
    #mv_area .mv_text_g h1{
        margin-bottom: 3vh;
        font-size: clamp(32px, 10.1vw, 46px);
    }
    #mv_area .frame_text{
        font-size: 16px;
        padding: 8px 18px 10px;
    }
    .btn_type01{
        max-width: 100%;
    }
    .btn_type01 a{
        font-size: 16px;
        padding: 8px 40px 9px 16px;
    }
    .btn_type01 a::before{
        width: 20px;
        height: 20px;
        right: 10px;
    }
    .btn_type01 a::after{
        width: 10px;
        height: 10px;
        right: 15px;
    }
    
}



/*--------------------
03.nav
--------------------*/
nav{
    width: 100%;
    display: block;
    position: relative;
    z-index: 20;
}
nav .contents_in{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.nav_g{
    width: 68%;
    max-width: 748px;
    display: grid;
    grid-template-columns: repeat(5, 19.13%);
    gap: 1.08%;
}

.nav_g .nav_item{
    display: block;
    width: 100%;
    border: 1px solid var(--color-main);
    border-radius: 6px;
    background: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0 0 0 / 0.1));
    position: relative;
}
.nav_g .nav_item::before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: var(--color-main);
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-mask-image: var(--icon-img);
    mask-image:   var(--icon-img);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center top;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.nav_g .nav_item a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--color-main);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding: 46px 2px 16px;
}
.nav_g .nav_item a::before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-main);
    position: absolute;
    bottom: -11px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: .3s ease;
    filter: drop-shadow(0px 0px 4px rgba(0 0 0 / 0.1));
}
.nav_g .nav_item a::after{
    content: '';
    display: block;
    margin-left: 1rem;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-mask-image: url('../../images/icon_arrow.svg');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-image: url('../../images/icon_arrow.svg');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 0 0;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg) ;
    transition: .3s ease;
}
.nav_g .nav_item a:hover::before{
    transform: scale(1.2);
}

.cv_g{
    /* width: 29%;
    max-width: 320px; */
    width: 31.27%;
    max-width: 344px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    position: relative;
    z-index: 51;
}
.cv_btn{
    display: block;
    width: 100%;
    max-width: 320px;
    background: linear-gradient(90deg, var(--color-cv-orange), var(--color-marker-yellow), var(--color-cv-orange));
    background-size: 200% 200%;
    border-radius: 40px;
    /* animation: GradietionAnimation 10s ease infinite; */
    transition: .5s ease;
}
/* @keyframes GradietionAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} */
.cv_btn:hover{
    background-position:100% 100%;
}
.cv_btn a {
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 12px;
    height: 100%;
    width: 100%;
    position: relative;
}
.cv_btn.single a{
    display: flex;
    padding: 12px;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
}
.cv_btn.single a span{
    display: block;
}
.cv_btn.single a .free{
    display: flex;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--color-cv-orange);
    font-size: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.cv_btn_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid var(--color-cv-orange);
    border-radius: 6px;
    filter: drop-shadow(0px 0px 4px rgba(0 0 0 / 0.1));
    padding: 10px clamp(8px, 2vw, 36px) 10px;
}
.cv_btn_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.cv_btn.double a{
    font-size: clamp(12px, 1.2vw, 18px);
    padding: 8px 32px 8px 12px;
}
.cv_btn.double a::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
.cv_btn.double a::after{
    content: '';
    display: block;
    margin-left: 1rem;
    width: 10px;
    height: 10px;
    background-color: var(--color-point-orange);
    -webkit-mask-image: url(../../images/icon_arrow.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-image: url(../../images/icon_arrow.svg);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 0 0;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}
.cv_sub_text{
    text-align: center;
    display: block;
    padding-bottom: 20px;
    line-height: 1.2;
    background: url(../../images/line01.svg) no-repeat center bottom 6px;
    background-size: 100% auto;
    font-weight: 600;
    font-size: clamp(10px, 0.9vw, 14px);
}
.cv_sub_text br{
    display: none;
}
.cv_sub_text span{
    color: var(--color-cv-orange);
    border: 1px solid var(--color-cv-orange);
    padding: 0em 0.5em 0.1em;
    border-radius: 1em;
}

/* ナビゲーション固定時 */
nav.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
nav.fixed .contents_in{
    align-items: flex-start;
}
nav.fixed .nav_g .nav_item {
    border-top: none;
    border-radius: 0 0 6px 6px;
}
nav.fixed .nav_g .nav_item::before{
    display: none;
}
nav.fixed .nav_g .nav_item a{
    padding: 8px 2px 12px;
    height: 60px;
}
nav.fixed .cv_btn.single a{
    padding: 6px;
    font-size: 18px;
}
nav.fixed .cv_btn.single a span br{
    display: none;
}
nav.fixed .cv_btn.single{
    margin-top: 6px;
}
nav.fixed .cv_btn.single a .free{
    width: 42px;
    height: 42px;
}
nav.fixed .cv_btn_box{
    height: 60px;
    border-top: none;
    border-radius: 0 0 6px 6px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
nav.fixed .cv_sub_text{
    font-size: clamp(10px, 0.8vw, 12px);
    padding: 4px 18px 4px 0;
    background: url(../../images/line02.svg) no-repeat right 4px top;
    background-size: auto 100%;
}
nav.fixed .cv_sub_text br{
    display: block;
}
nav.fixed .cv_sub_text span{
    display: none;
}
nav.fixed .cv_btn_list{
    gap: 8px;
}


/* SPナビゲーション */

.nav_btn{
    width: 52px;
    height: 52px;
    background: linear-gradient(45deg, var(--color-main) 0%, var(--color-sub) 100%);;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 4px rgba(0 0 0 / 0.1));
    position: fixed;
    top: -62px;
    right: 10px;
    padding: 18px 16px;
    z-index: 100;
    transition: .4s ease;
}
.nav_btn span{
    display: block;
    background-color: #fff;
    width: 20px;
    height: 1px;
    margin-bottom: 6px;
    transition: .6s ease;
}
.nav_btn.open span:first-of-type{
    transform-origin:left top;
    transform: rotate(36deg) scaleX(1.25);
}
.nav_btn.open span:last-of-type{
    transform-origin:left bottom;
    transform: rotate(-36deg) scaleX(1.25);
}
.nav_btn.open span:nth-last-of-type(2){
    opacity: 0;
    transform: translateX(100%) scaleX(0);
    transform-origin: left;
}
.sp_nav{
    width: 100%;
    height: 0;
    background: rgb(from var(--color-main) r g b / 95%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    transition: .4s ease;
    /* opacity: 0; */
    overflow: hidden;
}
.sp_nav.show{
    opacity: 1;
    height: 100vh;
}
.sp_nav ul{
    padding: 80px 5.35%;
}
.sp_nav ul li{
    border-bottom: 1px solid #fff;
    position: relative;
}
.sp_nav ul li::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-mask-image: var(--icon-img);
    mask-image:   var(--icon-img);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center top;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.sp_nav ul li a{
    display: block;
    padding: 16px 42px 16px 46px;
    color: #fff;
    position: relative;
}
.sp_nav ul li a::before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.sp_nav ul li a::after{
    content: '';
    display: block;
    margin-left: 1rem;
    width: 10px;
    height: 10px;
    background-color: var(--color-main);
    -webkit-mask-image: url('../../images/icon_arrow.svg');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-image: url('../../images/icon_arrow.svg');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 0 0;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

@media all and (max-width: 1024px){
    .cv_btn.single a{
        font-size: clamp(16px, 2.2vw, 22px);
    }
    .cv_btn.single a .free{
        width: 48px;
        height: 48px;
        font-size: 15px;
    }
    .nav_g .nav_item a{
        font-size: clamp(11px, 1.43vw, 14px);
    }
    nav.fixed .cv_btn.single a{
        padding: 6px;
        font-size: clamp(15px, 2vw, 18px);
    }
    nav.fixed .cv_btn.single a span br{
        display: block;
    }
	
}

@media all and (max-width: 767px){
    .cv_btn{
        max-width: 320px;
    }
    .cv_g{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
    }
    .cv_g .cv_btn{
        margin: 0 auto 12px;
    }
    .cv_btn.single a{
        padding: 6px;
        font-size: 18px;
    }
    .cv_btn.single a .free{
        margin-right: 18px;
    }

    .nav_g{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 6px;
        justify-content: center;
    }
    .nav_g .nav_item{
        width: calc(33.3% - 4.5px);
    }
    .nav_g .nav_item a{
        font-size: 12px;
    }

    .cv_btn_box{
        height: 72px;
        border: none;
        border-radius: 20px 20px 0 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 12px;
        padding: 10px 5.35%;
    }
    .cv_sub_text{
        font-size: 12px;
        padding: 4px 18px 4px 0;
        background: url(../../images/line02.svg) no-repeat right 0px top;
        background-size: auto 100%;
    }
    .cv_sub_text br{
        display: block;
    }
    .cv_sub_text span{
        display: block;
        margin-top: 6px;
        font-size: 11px;
    }
    .cv_btn_list{
        gap: 8px;
    }
    .cv_btn.double{
        margin: 0;
        place-items: center;
    }
    .cv_btn.double a{
        font-size: 18px;
    }
	
}



/*--------------------
04.about
--------------------*/
#about{
    padding: 120px 0 0;
}

.about_flex_g{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin-bottom: 60px;
}
.about_flex_g .about_cnt_text{
    max-width: 500px;
    width: 50%;
}
.about_flex_g .about_cnt_img{
    max-width: 450px;
    width: 45%;
    border-radius: 200px;
    position: relative;
}
.about_flex_g .about_cnt_img img{
    border-radius: 200px;
}
.about_flex_g .about_cnt_img::after{
    content: '';
    display: block;
    width: 146px;
    height: 140px;
    background: url(../../images/illust_about01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -35px;
    right: -24px;
}
.h2_g.about{
    text-align: left;
}
.h2_g.about h2{
    font-size: 28px;
}
.h2_g.about::before{
    margin: 0;
    position: absolute;
    top: -6px;
    left: 0;
}
.h2_g.about .h2_en{
    margin-left: 36px;
}

@media all and (max-width: 1024px){
	.h2_g.about h2{
        font-size: 26px;
    }
    .about_flex_g .about_cnt_img::after{
        width: clamp(103px, 15.6vw, 146px);
        height: clamp(98px, 14.1vw, 140px);
    }
}

@media all and (max-width: 767px){
	#about{
        padding: 60px 0 0;
    }
    .about_flex_g{
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }
    .about_flex_g .about_cnt_text{
        width: 100%;
    }
    .h2_g.about h2{
        font-size: 20px;
    }
    .h2_g.about::before{
        top: -8px;
    }
    .about_flex_g .about_cnt_img{
        width: 100%;
        margin: 0 auto 40px;
    }
    .about_flex_g .about_cnt_img::after{
        right: -14px;
    }
}


/*--------------------
05.recommend
--------------------*/

.recommend_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.recommend_list .checkbox{
    font-weight: 600;
}

@media all and (max-width: 1024px){
	
}

@media all and (max-width: 767px){
	.recommend_list{
        grid-template-columns: auto;
        grid-auto-rows: 1fr;
        gap: 10px;
    }
    .recommend_list .checkbox{
        padding: 16px 16px 16px 40px;
    }
}


/*--------------------
06.benefits
--------------------*/
ul.benefits_list{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
ul.benefits_list li{
    width: calc(100% + 18px);
    margin-left: -18px;
}
@media all and (max-width: 767px){
    ul.benefits_list{
        flex-direction: column;
        gap: 20px;
    }

}



/*--------------------
07.voice
--------------------*/

.voice_slider .voice_item{
    max-width: 316px;
    width: calc(29.5vw - 24px);
    margin: 0 12px;
}
.voice_item .voice_item_box{
    position: relative;
    padding-top: 66px;
    margin-top: 50px;
}
.voice_item .voice_profile{
    display: block;
    width: 100px;
    border-radius: 50%;
    background: var(--color-main);
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.voice_item:nth-of-type(even) .voice_profile{
    background: var(--color-sub);
}
.voice_item .name_text{
    font-size: 14px;
    text-align: end;
}

.slide_arrow{
    display: block;
    width: 40px;
    height: 40px;
    background: var(--color-main);
    border-radius: 50%;
    position: absolute;
    top: calc(50% + 25px);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.slide_arrow::after{
    content: '';
    display: block;
    width: 14px;
    height: 12px;
    background-color: #fff;
    -webkit-mask-image: url(../../images/icon_arrow.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-image: url(../../images/icon_arrow.svg);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slide_arrow.prev_arrow{
    left: -18px;
}
.slide_arrow.prev_arrow::after{
    transform: translateY(-50%) scale(-1);
}
.slide_arrow.next_arrow{
    right: -18px;
}
.dots{
    margin: 24px auto 0;
    text-align: center;
}
.dots li {
    display: inline-block;
    margin: 0 12px;
}
.dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    position: relative;
    text-indent: -9999px;
    background: none;
}
.dots button::before {
    content: '';
    background-color: #fff;
    border: 1px solid var(--color-main);
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.dots .slick-active button::before {
    content: '';
    background-color: var(--color-main);
}


@media all and (max-width: 1024px){
	.voice_slider .voice_item{
        max-width: 316px;
        width: calc(32vw - 24px);
        margin: 0 12px;
    }
}

@media all and (max-width: 767px){
    #voice .contents_in{
        width: 100%;
    }
    .voice_slider .voice_item{
        max-width: 316px;
        width: calc(89.3vw - 10px);
        margin: 0 5px;
    }
    .slide_arrow.next_arrow{
        right: calc(50% - 183px);
    }
    .slide_arrow.prev_arrow{
        left: calc(50% - 183px);
    }
}

/*--------------------
08.schedule
--------------------*/
#schedule .fukidasi_text{
    display: block;
    width: fit-content;
    position: relative;
    margin: 0 auto 30px;
}
#schedule .fukidasi_text::after{
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    padding-top: 8px;
    background: var(--color-main);
    -webkit-mask-image: url(../../images/line03.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-image: url(../../images/line03.svg);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: 0 0;
}

.column_g{
    display: grid;
}
.column_g.column_2-1{
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.schedule_box{
    position: relative;
}
.schedule_box::before{
    content: '';
    display: block;
    width: 218px;
    height: 157px;
    background: url(../../images/illust_schedule01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -122px;
    right: 10%;
}
.schedule_box + .schedule_box{
    margin-top: 50px;
}
.schedule_box + .schedule_box::before{
    display: none;
}

.schedule_box .schedule_list_item{
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 1.35;
}
.schedule_box .schedule_list_item dt{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background-color: var(--color-main);
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    border-radius: 9px 0 0 9px;
    padding: 12px 10px;
}
.schedule_box .schedule_list_item dd{
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
    padding: 10px 10px 10px 20px;
}
.schedule_box .container580{
    margin-top: 40px;
}
.date_text{
    display: block;
    margin-bottom: 16px;
    color: var(--color-main);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.date_text .en{
    font-size: 40px;
    font-weight: 500;
}
.schedule_box .cv_btn{
    margin: 0 auto;
}
.schedule_box .cv_btn.single a{
    font-size: 24px;
}
.column_g + p.note_text{
    margin-top: 5px;
}

@media all and (max-width: 1024px){
	.column_g.column_2-1{
        gap: 30px;
    }
}

@media all and (max-width: 767px){
    #schedule .contents_in{
        width: 100%;
    }
	.schedule_box::before{
        width: 134px;
        height: 97px;
        top: -75px;
        right: 3%;
    }
    .schedule_box{
        padding: 50px 5.35%;
    }
    .column_g.column_2-1{
        grid-template-columns: auto;
        gap: 0;
    }
    .schedule_box .cv_btn.single a{
        font-size: 20px;
    }
}

/*--------------------
09.faq
--------------------*/
#faq{
    padding-bottom: 0;
}
.faq_list_item{
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
}
.faq_list_item:last-of-type{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.faq_list_item dt{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    padding-left: 32px;
    margin-bottom: 10px;
    position: relative;
}
.faq_list_item dd{
    line-height: 1.8;
    padding-left: 32px;
    position: relative;
}
.faq_list_item dt::after, 
.faq_list_item dd::after{
    content: 'Q.';
    display: block;
    font-size: 22px;
    color: var(--color-main);
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    position: absolute;
    top: -3px;
    left: 0;
}
.faq_list_item dd::after{
    content: 'A.';
    color: var(--color-point-orange);
}


@media all and (max-width: 767px){
	#faq .border_box{
        padding: 30px 16px;
    }
    .faq_list_item dt{
        font-size: 16px;
        padding-left: 24px;
    }
    .faq_list_item dd{
        font-size: 14px;
        padding-left: 24px;
    }
    .faq_list_item dt::after, .faq_list_item dd::after{
        top: -5px;
    }
}

/*--------------------
10.info
--------------------*/
#info{
    padding-bottom: 100px;
}

.table_type01{
    display: block;
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--color-main);
    overflow: hidden;
}

.table_type01 table{
    background: #fff;
    width: 100%;
    border-collapse:  collapse;
}
.table_type01 th{
    background: var(--color-main);
    color: #fff;
    font-weight: 600;
    padding: 28px 30px;
    text-align: start;
    border-bottom: 1px solid #fff;
    width: 25%;
}
.table_type01 td{
    padding: 24px 20px;
    border-bottom: 1px solid var(--color-main);
    width: 75%;
    line-height: 1.8;
}
.table_type01 tr:last-of-type th, 
.table_type01 tr:last-of-type td{
    border-bottom: none;
}
@media all and (max-width: 767px){
    .table_type01{
        border-radius: 10px;
    }
    .table_type01 td, 
    .table_type01 th{
        display: block;
        width: 100%;
    }
    .table_type01 th{
        text-align: center;
        padding: 8px 16px;
    }
    .table_type01 td{
        padding: 16px;
        font-size: 14px;
    }


}



/*--------------------
フッター
--------------------*/
footer {
    background-color: #404040;
    color: #fff;
    padding: 40px 0px;
    /* margin-top: 10%; */
  }
  
  @media all and (max-width: 680px) {
    footer {
      padding-bottom: 120px;
    }
  }
  
  @media all and (min-width: 681px) and (max-width: 1024px) {
    footer {
      padding-bottom: 120px;
    }
  }
  
  footer figure {
    width: 150px;
    margin: 0px auto 20px;
  }
  
  footer figure img {
    width: 100%;
    font-size: 0;
  }
  
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  @media all and (max-width: 680px) {
    footer ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  
  @media all and (max-width: 680px) {
    footer ul li {
      margin-bottom: 20px;
    }
  }
  
  footer ul li:nth-child(odd) {
    padding: 0px 1.5em;
  }
  
  @media all and (max-width: 680px) {
    footer ul li:nth-child(odd) {
      display: none;
    }
  }
  
  footer ul a, footer ul a:link{
    color: #fff;
  }
  
  footer p {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
  }