@charset "UTF-8";
a:hover {
    opacity: 0.75;
}
.conts{
    width:80%;
    margin-top: 40px;
}

.conts_inner{
    width:100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.box_col2_about{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    
}

.box_col2_about div img{
    display: block;
    width:380px;
    margin: 8px 32px 8px 0px;
}



.lead_txt{
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.lead_txt span{
    font-size: 12px;
}


.box_col2_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width:100%;
}

.box_col2_inner img{
    margin: 14px 0px ;
    width:420px;
}




.box_col2_inner p{
    display: block;
    margin: 6px 20px;
    padding: 4px;
    font-size: 15px;
    line-height: 32px;        
}
.anchor_adjust{
    margin-top: -80px;
    padding-top: 80px;
}
@media only screen and (max-width: 1180px){
.anchor_adjust{
    margin-top: -60px;
    padding-top: 60px;
}
}

@media screen and (max-width: 1000px) {
.conts{
    width:94%;
}    

    .box_col2_about{
        justify-content: center;
        flex-direction: column;
    }    
    
    
    .box_col2_about div img{
        width:76%;
        margin: auto;
        padding: 20px 0px;
    }



    .lead_txt{
        font-size: 15px;
        line-height: 22px;
    }    
    

    .box_col2_inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:100%;
    }
    
    .box_col2_inner img{
        margin: auto;
        margin-top: 16px;
        width:100%;
    }
    
    
    
    .box_col2_inner p{
        display: block;
        margin: 8px 0px;
        padding: 0px;
        font-size: 14.5px;
        line-height: 28px;        
    }
    


    
}





/*---------------- 横幅制御 ----------------*/
.width-ctrl_98 {
	width: 98%;
	margin: 0 auto 4em;
}


/*---------------- 改行制御 ----------------*/
.br_410 {
    display: none;
}
@media screen and (max-width: 410px) {
.br_410 {
    display: block;
}
}

.br_500 {
    display: none;
}
@media screen and (max-width: 500px) {
.br_500 {
    display: block;
}
}


/*---------------- カラム制御系 ----------------*/
.wrap {
    display: flex;
    flex-wrap: nowrap;
	margin: 0 auto 1.5em;
}

@media screen and (max-width: 750px) {
.wrap {
    display: block;
}
}

.wrap_1 {
    width: 30%;
    float: left;
}
@media only screen and (max-width: 750px) {
.wrap_1 {
	float: none;
    width: 100%;
	margin-bottom: 0.2em;
}
}

.wrap_2 {
    width: 70%;
    float: right;   
}
@media only screen and (max-width: 750px) {
.wrap_2 {
	float: none;
    width: 100%;
	margin-left: 2%;
}
}
@media screen and (max-width: 750px) {
.wrap_2 {
	margin-left: 0%;
}
}


.wrap_nowrap{
    display: flex;
    flex-wrap: nowrap;
	margin: 1.5em auto;
}

.wrap_nowrap_1 {
    width: 30%;
}
@media screen and (max-width: 750px) {
.wrap_nowrap_1 {
    width: 40%;
    min-width: 130px;
}
}

.wrap_nowrap_2 {
    width: 70%;
    font-weight:bold;
}
/*---------------アンカーメニュー-------------*/
.menu_box {
    width: 100%;
    max-width:1300px;
    height:100px;
    box-sizing:border-box;
    color: #000;
    font-weight: bold;
    background:#e6f7fe;
    margin: 0 auto 20px;
    position: relative;
    text-align:center;
}

.menu_box .menu_box_title2 {
    display: flex;
    width:100%;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 32px;
    box-sizing: border-box;
}
.menu_box .menu_box_title2 li {
    width:calc(100% / 3);
    border-right:solid 2px #2cacce;
    box-sizing: border-box;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100px;
}
.menu_box .menu_box_title2 li:last-of-type{
    border-right:none;
}
.menu_box .menu_box_title2 li a{
    width:100%;
    height:100px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.menu_box .menu_box_title2 li a:after{
    content:'';
    background-image:url(../images/btn_anker.png);
    background-size:contain;
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    display:block;
    text-align:center;
}
@media only screen and (max-width: 750px){
    .menu_box {
        width: 100%;
        max-width:100%;
        margin: 0 auto 20px;
        height:auto;
    }
    .menu_box .menu_box_title2 {
        display: flex;
        width:100%;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .menu_box .menu_box_title2 li {
        height:auto;
        padding:15px 10px;
        box-sizing: border-box;
    }
    .menu_box .menu_box_title2 li a{
        width:100%;
        height:auto;
        box-sizing: border-box;
        display:block;
    }
    .menu_box .menu_box_title2 li a:after{
        display:block;
        text-align:center;
        margin:0 auto;
    }
}
@media only screen and (max-width: 480px){
    .menu_box .menu_box_title2 {
        font-size:3vw;
        line-height:6vw;
    }
    .menu_box .menu_box_title2 li {
        height:auto;
        padding:10px 5px;
    }
}

/*-----------------タイトル系----------------*/
.h2_ttl_about {
    padding: 1rem 1.5rem;
    position: relative;
    color: #0086AC;
    font-size: 28px;
    font-weight: bold;
    background-size: 30px 30px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 750px){
.h2_ttl_about {
    padding: 0.1em 0em 0.4em 0.75em;
    font-size: 23px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 750px){
    .h2_ttl_about {
        font-size: 21px;
    }
    }

.h2_ttl_about:before,
.h2_ttl_about:after{
    position: absolute;
    content: '';
}
.h2_ttl_about:before{
    width: 100%;
    height: 4px;
}
.h2_ttl_about:after{
    width: 8px;
    height:100%;
}
@media only screen and (max-width: 750px){
.h2_ttl_about:before {
    height: 3px;
}
.h2_ttl_about:after{
    width:6px;
}
}

.h2_ttl_about:before {
    bottom:0;
    left: 0;
    background-color: #FFD966;
}
.h2_ttl_about:after {
    top:0; 
    left:0;
    background:#0088b7;
}

.h2_ttl_about img {
    width: 50px;
}
@media only screen and (max-width: 750px){
.h2_ttl_about img {
    width: 45px;
    padding-top: 5px;
}
}
@media only screen and (max-width: 480px){
    .h2_ttl_about img {
        display:none;
    }
}


.h2_5_ttl_about {
    padding: 0.5rem 1.5rem;
    position: relative;
    color: #0086AC;
    font-size: 24px;
    font-weight: bold;
    background-size: 30px 30px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 750px){
.h2_5_ttl_about {
    padding: 0.1em 0em 0.4em 0.75em;
    font-size: 23px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 750px){
    .h2_5_ttl_about {
        font-size: 19px;
    }
}

.h2_5_ttl_about:before,
.h2_5_ttl_about:after{
    position: absolute;
    content: '';
}
.h2_5_ttl_about:before{
    width: 100%;
    height: 4px;
}
.h2_5_ttl_about:after{
    width: 8px;
    height:100%;
}
@media only screen and (max-width: 750px){
.h2_5_ttl_about:before {
    height: 3px;
}
.h2_5_ttl_about:after{
    width:6px;
    }
}

.h2_5_ttl_about:before {
    bottom:0;
    left: 0;
    background-color: #FFD966;
}


.h3_ttl_about {
    padding: 0.25em 0.8em 0.25em 2.4em;
    color: #0086AC;
    background-color: #eff6fb;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    position:relative;
    margin-bottom:0px;
}
.h3_ttl_about .check{
    position:absolute;
    top:0;
    bottom:0;
    left:10px;
    margin:auto;
}

@media only screen and (max-width: 750px){
    .h3_ttl_about {
    font-size: 17px;
    }
    .h3_ttl_about .check{
        width:24px;
    }
}
@media only screen and (max-width: 468px){
    .h3_ttl_about {
        font-size:18px;
        line-height:1.5em;
        padding: 0.25em 0.8em 0.25em 3em;
    }
    .h3_ttl_about .check{
        left:13px;
    }
}


.h4_ttl_about {
    font-size:19px;
    font-weight: bold;
    padding: 0 1.5rem;
    margin-top: 20px;
    position: relative;
    color: #0086AC;
    background: none;
    background-size: 30px 30px;
}@media only screen and (max-width: 750px){
    .h4_ttl_about {
        padding: 0 0em 0 0.75em;
    }
}

.h4_ttl_about:before,
.h4_ttl_about:after{
    position: absolute;
    content: '';
}
.h4_ttl_about:before{
    width: 100%;
    height: 4px;
}
.h4_ttl_about:after{
    width: 6px;
    height:100%;
}
@media only screen and (max-width: 750px){
.h4_ttl_about {
    font-size: 16px;
}
.h4_ttl_about:before {
    height: 3px;
}
.h4_ttl_about:after{
    width:6px;
}
}

.h4_ttl_about:after {
top:0;
    left:0;
    background:#0088b7;
}
/*---------------- テキスト系 ----------------*/
.txt_01{
    font-size: 1.4em;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
.txt_01{
    font-size: 1.2em;
}
}

.txt_01_1{
    font-size: 1.4em;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
.txt_01_1{
    font-size: 1.2em;
}
}
@media screen and (max-width: 420px) {
.txt_01_1{
    font-size: 105%;
    vertical-align: -10%;
}
}

.txt_02{
    font-size: 1.1em;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
.txt_02{
    font-size: 1em;
    font-weight: normal;
}
}

.txt_02_1{
    font-size: 1.1em;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
.txt_02_1{
    font-size: 1em;
}
}

.txt_03{
    font-size: 0.9em;
    font-weight: normal !important;
}
@media screen and (max-width: 750px) {
.txt_03{
    font-size: 0.8em;
}
}
@media screen and (max-width: 410px) {
.txt_03{
    vertical-align: 0.6em;
}
}

.txt_04{
    font-size: 1em;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
.txt_04{
    font-size:12px;
}
}

.txt-pi_1 {
    padding-left: 1em;
    text-indent: -1em;
}

.txt-pi_2 {
    padding-left: 1em;
    text-indent: -1em;
    padding-right: 1em;
}

.txt_pdr {
    padding-right: 2em;
}

.lead_txt_2 {
    padding: 1.5em 0;
    font-size: 1.1em;
}
@media only screen and (max-width: 750px){
.lead_txt_2 {
    font-size: 1.5em 0;
}
}
@media only screen and (max-width: 468px){
    .txt-pi_2 {
        padding-right: 0em;
    }
    }



.txt_link {
    font-size: 1.3em;
    color: #07877c;
    border-bottom: 1px solid #07877c;
}
@media screen and (max-width: 750px) {
.txt_link {
    font-size: 1em;
}
}


/*---------------- 料金表 ----------------*/
.tbl_fee {
    width: 100%; 
    margin: 1em 0;
    border: 2px solid #a3c3cc;
}
@media screen and (max-width: 750px) {
.tbl_fee {
    width: 98%; 
    margin: 1em auto;
    border: 1px solid;
}
}

.tbl_fee th {
    width:30%;
    font-weight: normal;
    text-align: center;
    padding: 1em;
    border: 2px solid #a3c3cc;
    background-color: #eff6fb;
    vertical-align: middle;
}

.tbl_fee td {
    width:70%;
    text-align: center;
    padding: 1em;
    border: 2px solid #a3c3cc;
    vertical-align: middle;
}

.box_payment {
    border: 2px solid #0086ac;
    padding: 1.5em;
}
.box_payment p{
    margin-bottom:1em;
}

/*---------------- CVBOX ----------------*/
.btn_box_col1 .cv_btn{
    background-color:#ff4b00;
    padding: 20px 0px;
    color:#fff;
    font-size: 20px;
    width: 24em;
    text-align: center;
    border-radius: 4px;
    margin: 20px 0px;
}
@media screen and (max-width: 750px) {
.btn_box_col1 .cv_btn{
    font-size: 16px;
    width: 90%;
}
}
/*-------------- モーダルウィンドウ -------------*/
.modal-contents{
    position:relative;
}
.modal-contents .modal_loupe{
    position:absolute;
    right:20px;
    bottom:10px;
}
@media only screen and (max-width: 750px) {
    .modal-contents .modal_loupe{
        width:50px;
        height:50px;
        bottom:5px;
        right:10px;
    }
}
/*---------------- リンクボタン ----------------*/
.a-btn_1 {
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
    margin: 40px auto 60px;
    width: 100%;
}
.a-btn_1 a{
    width:calc(100% / 3 - 3px);
}
.a-btn_1_lr {
    text-align: center;
    justify-content: center;
	font-size: 1.2em;
	color: #fff;
	margin:0;
	padding:10px 0 15px;
    width:100%;
}
.bg_third,
.bg_second,
.bg_first{
    position:relative;
}
.bg_third{background: #f1912e;}
.bg_second{background: #2cacce;}
.bg_first{background: #a2cb15;}

.bg_third:after{
    content:'';
    background-image:url(../images/icon_anchor_f1912e.png);
    background-size:contain;
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.bg_second:after{
    content:'';
    background-image:url(../images/icon_anchor_2cacce.png);
    background-size:contain;
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.bg_first:after{
    content:'';
    background-image:url(../images/icon_anchor_a2cb15.png);
    background-size:contain;
    background-repeat: no-repeat;
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}

@media only screen and (max-width: 750px) {
.a-btn_1_lr {
	font-size: 1em;
	line-height: 40px;;
	margin: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
}
@media only screen and (max-width: 500px) {
.a-btn_1_lr {
	font-size: 15px;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.bg_third:after,
.bg_second:after,
.bg_first:after{
    width:24px;
    height:24px;
}
}

.a-btn_1_lr:hover {
	opacity: 0.5;
}

/*---------------- ご友人と頑張るメリット ----------------*/
.friend_image_box {
    margin-top: 10px;
    margin-bottom: 50px;
}
.friend_image_box img {
    max-width: 100%;
    margin: auto;
}
.chushaku {
    font-size: 14px;
    margin-top: 10px;
}
@media only screen and (max-width: 750px) {
    .friend_image_box {
        margin-bottom: 40px;
    }
    .friend_image_box_sp_strict img {
        width: 50%;
        max-width: 100%;
    }
    .chushaku {
        font-size: 12px;
    }
}


/*---------------- 受講例BOX ----------------*/
.rei_ttl_third,
.rei_ttl_second,
.rei_ttl_first{
    height:20px;
    line-height:22px;
    font-size:20px;
    font-weight:bold;
    margin:1em 0;
    padding:0 10px;
    box-sizing: border-box;
}
.rei_ttl_third{
    color:#f1912e;
    border-left:4px solid #f1912e;
}
.rei_ttl_second{
    color:#2cacce;
    border-left:4px solid #2cacce;
}
.rei_ttl_first{
    color:#a2cb15;
    border-left:4px solid #a2cb15;
}
@media screen and (max-width: 750px) {
    .rei_ttl_third,
    .rei_ttl_second,
    .rei_ttl_first{
        height:auto;
        line-height:1.5em;
        font-size:16px;
        margin:0 0 1em;
        padding:0 10px;
        box-sizing: border-box;
    }
}


.grade_box_third,
.grade_box_second,
.grade_box_first{
    position: relative;
    margin: 30px auto;
    padding: 1em 2em;
}
.grade_box_third{border: 2px solid #f1912e;}
.grade_box_second{border: 2px solid #2cacce;}
.grade_box_first{border: 2px solid #a2cb15;}

@media screen and (max-width: 750px) {
.grade_box_third,
.grade_box_second,
.grade_box_first{
    margin: 25px auto;
    padding:1em;
}
}
@media screen and (max-width: 468px) {
    .grade_box_third,
    .grade_box_second,
    .grade_box_first{
        padding:1em 0.5em;
    }
    }




.normal_txt {
    font-size: 16px;
}
@media only screen and (max-width: 750px){
.normal_txt {
    font-size: 13.5px;
}
}



.h3_ttl_type2_1{
    background-color:#fff;
    color:#333;
    font-weight: bold;
    font-size: 16.5px;
    line-height: 29px;
    margin: 0px ;
    padding: 6px 12px;
    border-left: 5px solid #00204a;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 750px) {
.h3_ttl_type2_1{
    font-size: 15px;
    padding: 6px 8px;    
    line-height: 28px;
}
}

/*-CVボタン---*/
.cv-btn_area{
    background:#e6f7fe;
    width:100%;
    margin:60px auto;
    padding:50px 0 60px;
}
.cv-btn_area .cv_btn_list{
    width: 100%;
    max-width: 830px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
}
.cv-btn_area .cv_btn_list_one{
    width: 100%;
    max-width: 830px;
    display: flex;
    justify-content:center;
    text-align: center;
    margin: 0 auto;
}
.cv-btn_area .cv_btn_list .cv_btn_box,
.cv-btn_area .cv_btn_list_one .cv_btn_box,
.box_payment .cv_btn_list_one .cv_btn_box{
    width: 100%;
    max-width:400px;
    margin:0 auto;
}
.box_payment .cv_btn_list_one .cv_btn_box img{
    width:100%;
}
.cv-btn_area .cv_btn_list .cv_btn_box p,
.cv-btn_area .cv_btn_list_one .cv_btn_box p{
    height:90px;
    /* display:flex;
    align-items: center;
    justify-content:center; */
}
.cv-btn_area .cv_btn_list .cv_btn_box .cv_btn_icon,
.cv-btn_area .cv_btn_list_one .cv_btn_box .cv_btn_icon{
    height:45px;
    margin:0 auto;
    margin:0 auto 20px;
}

.cv-btn_area .cv_btn_list .cv_btn_box a img,
.cv-btn_area .cv_btn_list_one .cv_btn_box a img{
    max-width: 100%;
}
.cv-btn_area .cv_btn_list .cv_btn_box a:hover,
.cv-btn_area .cv_btn_list_one .cv_btn_box a:hover{
    opacity:0.5;
}
.cv-btn_area .cv_btn_list .cv_btn_box > div{
    height:90px;
}
.cv-btn_area .cv_btn_list_one .cv_btn_box > div{
    height:auto;
}
.cv-btn_area .cv_btn_list_one .cv_btn_title_1l{
    width: 100%;
    max-width: 700px;
    height: 60px;
    margin: 0 auto 6px;
}
.cv-btn_area .cv_btn_list .cv_btn_box > .txt_cta_contact,
.cv-btn_area .cv_btn_list_one .cv_btn_box > .txt_cta_contact{
    margin-top:-13px;
    margin-bottom:13px;
}
.cv-btn_area .cv_btn_list .cv_btn_box > div > img,
.cv-btn_area .cv_btn_list_one .cv_btn_box > div > img,
.cv-btn_area .cv_btn_list_one .cv_btn_title_1l > img{
    width:100%;
    height:auto !important;
}
@media only screen and (max-width: 1024px){

    .cv-btn_area .cv_btn_list .cv_btn_box > .txt_cta_contact,
    .cv-btn_area .cv_btn_list_one .cv_btn_box > .txt_cta_contact{
    margin-top:0;
    margin-bottom:10px;
    }
    .cv-btn_area{
        padding:0;
    }
    .cv-btn_area .cv_btn_list,
    .cv-btn_area .cv_btn_list_one{
        display:block;
        width: 100%;
        max-width: 830px;
    }
    .cv-btn_area .cv_btn_list_one .cv_btn_title_1l{
        width:90%;
        max-width:830px;
        height:auto;
        margin:0 auto;
        padding-top:40px;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box,
    .cv-btn_area .cv_btn_list_one .cv_btn_box{
        width:400px;
        padding:40px 0;
        margin:0 auto;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box:first-of-type{
        border-bottom:dashed 4px #fff;
    }
    
    .cv-btn_area .cv_btn_list .cv_btn_box p,
    .cv-btn_area .cv_btn_list_one .cv_btn_box p{
        height:auto;
        display:block;
        margin-bottom:20px;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box .cv_btn_icon,
    .cv-btn_area .cv_btn_list_one .cv_btn_box .cv_btn_icon{
        height:45px;
        margin:0 auto 20px;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box a,
    .cv-btn_area .cv_btn_list_one .cv_btn_box a{
        width:100%;
        margin-bottom:20px;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box a:last-of-type,
    .cv-btn_area .cv_btn_list_one .cv_btn_box a:last-of-type{
        margin-bottom:0;
    }
}
@media only screen and (max-width: 750px){
    .cv-btn_area .cv_btn_list_one .cv_btn_title_1l{
        width:100%;
        max-width:432px;
        height:auto;
    }
}
@media only screen and (max-width: 480px){
    .cv-btn_area{
        padding:10px 0;
        margin:30px auto;
    }
    .cv-btn_area .cv_btn_list_one .cv_btn_title_1l{
        width:100%;
        margin:0 auto;
        padding-top:20px;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box,
    .cv-btn_area .cv_btn_list_one .cv_btn_box{
        width:94%;
        margin:0 auto;
        padding:20px 0;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box a,
    .cv-btn_area .cv_btn_list_one .cv_btn_box a{
        width:100%;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box > div{
        height:auto;
    }

    .cv-btn_area .cv_btn_list .cv_btn_box > div > img,
    .cv-btn_area .cv_btn_list_one .cv_btn_box > div > img,
    .cv-btn_area .cv_btn_list_one .cv_btn_title_1l > img{
        width:92%;
        margin:0 auto;
    }
    .cv-btn_area .cv_btn_list .cv_btn_box .cv_btn_icon,
    .cv-btn_area .cv_btn_list_one .cv_btn_box .cv_btn_icon{
        height:45px;
        margin:0 auto 10px;
    }
}
/*-CVボタン---*/
/*------------ 罫線（ダッシュ） -----------*/
.hr_dotted{
    border-top:4px dashed #e6f7fe;
}
/* -------- トップへ戻る追従ボタン追加 -------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999 !important;
}
.pagetop a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.pagetop img {
  width: 44px;
}
/*---------------------------------------------------------*/
.mb40 {
    margin-bottom: 40px !important;
}

.txt-c { text-align: center;}

.ct-wrap {
    max-width: 940px;
    margin: 0 auto;
}
@media only screen and (max-width: 750px) {
.ct-wrap {
    width: 96%;
    margin: 0 2%;
}
}

.ct-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}



/*---------------------------------------------------------*/
.bnr_box01 {
    display: block;
    margin: 20px auto 20px;
}
@media only screen and (max-width: 750px){
.bnr_box01 {
    display: block;
    margin: 20px auto 10px;
}
}

.bnr_box02 {
    display: flex;
    margin: 90px auto 20px;
}
@media only screen and (max-width: 750px){
.bnr_box02 {
    display: block;
    margin: 20px auto 10px;
}
}

.bnr_box_col01 {
    display: block;
    justify-content: center;
    max-width: 400px !important;
    margin: 0 auto;
    padding: 10px 0px;
}
@media only screen and (max-width: 750px){
.bnr_box_col01 {
    display: block;
    margin: 0 auto 20px;
    width: 80%;
    padding: 0;
} 
}

.bnr_box_col02 {
    display: block;
    justify-content: center;
    max-width: 500px;
    padding: 10px 40px;
}
@media only screen and (max-width: 750px){
.bnr_box_col02 {
    margin: 0 auto 20px;
    width: 80%;
    padding: 0;
}
}

.bnr_box_pop {
    display: block;
    justify-content: center;
    max-width: 600px !important;
    margin: -10px auto 0px;
}
@media only screen and (max-width: 750px){
.bnr_box_pop {
    display: block;
    margin: -25px auto 10px;
    width: 98%;
} 
}

.bnr_lead{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
}
@media only screen and (max-width: 750px){
.bnr_lead{
    font-size: 0.95em;
    font-weight: bold;
}    
}

.bnr_lead span {
    display: inline;
    padding: 0.1em 0.1em 0.15em;
    background: linear-gradient(transparent 82%, #ffc364 50%);
}

.bnr_lead span .str{
    font-size: 1.3em;
    color: #d5443f;
    background: linear-gradient(transparent 100%, #ffc364 50%);
}
@media only screen and (max-width: 750px){
.bnr_lead span .str{
    font-size: 1.2em;
}
}



footer{margin-top:0 !important;}
/* -------------------- text -------------------- */
.taC{text-align:center;}
/* -------------------- margin -------------------- */
.mt0{margin-top:0 !important;}
.mt30{margin-top: 30px !important;}
.mb0{margin-bottom:0 !important;}
.mb1em{margin-bottom:1em !important;}
.m0a{margin:0 auto !important;}
.taC{text-align:center;}
/* -------------------- padding -------------------- */
.pt0{padding-top:0 !important;}
.pb0{padding-bottom:0 !important;}
.pt_half_em{padding-top:0.5em !important;}
@media screen and (max-width: 1024px){
.pt20_tb{padding-top:20px !important;}
}
/* -------------------- display -------------------- */
.dis_b{display:block !important;}
.dis_pc{display:block;}
.dis_sp{display:none;}
@media screen and (max-width: 750px){
    .dis_pc{display:none;}
    .dis_sp{display:block;}
}
/* -------------------- bg -------------------- */
.bg_fff{background: #fff;}
/* -------------------- br（端末ごと） -------------------- */
.br_pc{display:block;}
.br_only_pc{display:block;}
.br_tb{display:none;}
.br_sp{display:none;}
@media screen and (max-width: 1024px){
    .br_only_pc{display:none;}
    .br_tb{display:block;}
}
@media screen and (max-width: 750px){

}
@media screen and (max-width: 468px){
    .br_pc{display:none;}
    .br_sp{display:block;}
}

/* 20220308 */

.un_mv {

}
.un_mv_area {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.un_mv_area_img {
    width: 100%;
    height: auto;
}
.un_mv_area_txtBox {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
}
.un_mv_area_txtBox_ttl {
    color: #fcd866;
    font-size: clamp(20px, 6vw, 62px);
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: .5em
}
.un_mv_area_txtBox_txt {
    color: #ffffff;
    font-size: clamp(14px, 3vw, 28px);
    line-height: 1.6;
}

/* @media screen and (max-width: 900px){
    .un_mv_area_txtBox_ttl {
        font-size: 42px;
        line-height: 64px;
        margin-bottom: 16px;
    }
    .un_mv_area_txtBox_txt {
        font-size: 24px;
        line-height: 40px;
    }
}
@media screen and (max-width: 600px){
    .un_mv_area_txtBox_ttl {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 40px;
    }
    .un_mv_area_txtBox_txt {
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width: 425px){
    .un_mv_area_txtBox_ttl {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 32px;
    }
    .un_mv_area_txtBox_txt {
        font-size: 14px;
        line-height: 24px;
    }
} */

/* 20220314 */

.benefits {

}
.benefits_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.benefits_item {
    width: calc(50% - 8px);
}
.benefits_item_desc::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background-color: #0086AC;
}
.benefits_item_desc {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.benefits_item_desc_num {
    font-size: 20px;
    font-weight: bold;
    color: #0086AC;
    padding: 0 0 0 1.5rem;
}
.benefits_item_desc_ttl {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 8px;
    color: #0086AC;
}
.benefits_item_img {
    width: 100%;
    height: auto;
    margin: 8px 0;
}

.flow {

}
.flow_list {

}
.flow_item {
    margin-bottom: 40px;
}
.flow_item_desc::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background-color: #0086AC;
}
.flow_item_desc {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.flow_item_desc_num {
    font-size: 20px;
    font-weight: bold;
    color: #0086AC;
    padding: 0 0 0 1.5rem;
}
.flow_item_desc_ttl {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 8px;
    color: #0086AC;
}
.flow_item_desc02 {
    display: flex;
    justify-content: space-between;
}
.flow_item_desc02_txt {
    width: 68%;
}
.flow_item_img {
    width: 32%;
    height: auto;
    margin: 0 0 0 16px;
    max-width: 280px;
}

@media screen and (max-width: 750px){
    .benefits_list {
        flex-direction: column;
    }
    .benefits_item {
        width: 100%;
    }
    .benefits_item_desc_ttl {
        padding: 0 0em 0 0.75em;
    }
    .benefits_item_desc_num {
        font-size: 16px;
    }
    .benefits_item_desc_ttl {
        font-size: 16px;
    }
    
    .flow_list {
        flex-direction: column;
    }
    .flow_item {
        width: 100%;
    }
    .flow_item_desc_ttl {
        padding: 0 0em 0 0.75em;
    }
    .flow_item_desc_num {
        font-size: 16px;
    }
    .flow_item_desc_ttl {
        font-size: 16px;
    }
    .flow_item_img {
        margin: 0;
    }
    .flow_item_desc02 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .flow_item_desc02_txt {
        width: 100%;
    }
    .flow_item_img {
        width: 100%;
        max-width: 320px;
    }
}
@media screen and (max-width: 425px){
    .flow_item {
        margin-bottom: 32px;
    }
    .flow_item_img {
        max-width: inherit;
    }
}

/* 20220421 */
.cv_btn_txt::before {
    content: '';
    position: absolute;
    top: 48%;
    left: -48px;
    display: inline-block;
    width: 56px;
    height: 7px;
    background-color: #fff;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    border: 2px solid  #ea6d8d;
    border-radius: 10px;
}
.cv_btn_txt {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 0px  #ea6d8d,
            -2px 2px 0px  #ea6d8d,
            2px -2px 0px  #ea6d8d,
            -2px -2px 0px  #ea6d8d,
            2px 0px 0px  #ea6d8d,
            0px 2px 0px  #ea6d8d,
            -2px 0px 0px  #ea6d8d,
            0px -2px 0px  #ea6d8d;
    letter-spacing: 0.1em;
    position: relative;
}
.cv_btn_txt::after {
    content: '';
    position: absolute;
    top: 48%;
    right: -48px;
    display: inline-block;
    width: 56px;
    height: 7px;
    background-color: #fff;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    border: 2px solid  #ea6d8d;
    border-radius: 10px;
}

.cv_btn_txt.cv_btn_txt--fs18::before {
    top: 60%;
    left: -8px;
    -webkit-transform: rotate(56deg);
    transform: rotate(56deg);
}
.cv_btn_txt.cv_btn_txt--fs18 {
    font-size: 18px;
    text-shadow: 2px 2px 0px  #ea6d8d,
    -2px 2px 0px  #ea6d8d,
    2px -2px 0px  #ea6d8d,
    -2px -2px 0px  #ea6d8d,
    2px 0px 0px  #ea6d8d,
    0px 2px 0px  #ea6d8d,
    -2px 0px 0px  #ea6d8d,
    0px -2px 0px  #ea6d8d;
}
.cv_btn_txt.cv_btn_txt--fs18::after {
    top: 60%;
    right: -8px;
    -webkit-transform: rotate(-56deg);
    transform: rotate(-56deg);
}

.cv_btn_txt.cv_btn_txt--fs18.F1912E::before {
    top: 60%;
    left: -8px;
    border: 2px solid #F1912E;
}
.cv_btn_txt.cv_btn_txt--fs18.F1912E {
    font-size: 18px;
    text-shadow: 2px 2px 0px #F1912E,
        -2px 2px 0px #F1912E,
        2px -2px 0px #F1912E,
        -2px -2px 0px #F1912E,
        2px 0px 0px #F1912E,
        0px 2px 0px #F1912E,
        -2px 0px 0px #F1912E,
        0px -2px 0px #F1912E;
}
.cv_btn_txt.cv_btn_txt--fs18.F1912E::after {
    top: 60%;
    right: -8px;
    border: 2px solid #F1912E;
}

.cv_btn_txt.third::before {
    border: 2px solid  #15BFE9;
}
.cv_btn_txt.third {
    text-shadow: 2px 2px 0px  #15BFE9,
            -2px 2px 0px  #15BFE9,
            2px -2px 0px  #15BFE9,
            -2px -2px 0px  #15BFE9,
            2px 0px 0px  #15BFE9,
            0px 2px 0px  #15BFE9,
            -2px 0px 0px  #15BFE9,
            0px -2px 0px  #15BFE9;
}
.cv_btn_txt.third::after {
    border: 2px solid  #15BFE9;
}

.cv_btn_txt_bigTxt {
    font-size: 32px;
}

@media only screen and (max-width: 750px) {
    .cv_btn_txt::before {
        left: -8px;
    }
    
    .cv_btn_txt {
        font-size: 16px;
    }
    
    .cv_btn_txt::after {
        right: -8px;
    }
    
    .cv_btn_txt_bigTxt {
        font-size: 24px;
    }
    .cv_btn_txt.cv_btn_txt--fs18 {
        font-size: 16px;
    }
    .cv_btn_txt.cv_btn_txt--fs18.F1912E {
        font-size: 16px;
    }
}
@media only screen and (max-width: 425px) {
    .cv_btn_txt::before {
        top: 62%;
        width: 44px;
    }

    .cv_btn_txt::after {
        top: 62%;
        width: 44px;
    }
}
