/* @charset "utf-8"; */
/* .nav_list li.nav-, .foot_nav_list li.nav-{
    background: rgba(255, 255, 255, 0.85);
    color: #000;
} */

/* ▼20250212_追加_ここから▼ */
.DesTitle{
	margin:30px auto;
	padding-top:40px;
	text-align:center;
}

.DesTitle h3{
	font-weight:bold;
	letter-spacing:3px;
}

.Caption{
	width:95%;
	max-width:1200px;
	margin:40px auto;
	font-family: 'Noto Serif JP', serif;
}
.Caption p{
	font-size:10px;
	color:#333333;
}

/* ▼20250212_追加_ここから▼*/
div.FootCta{
	padding:60px 0;
	background: #f6f6f6;
}


@media screen and (max-width: 1000px) {

}


@media screen and (max-width: 860px) {
    .DesTitle h3{
        letter-spacing:1px;
        }

	div.FootCta{
		padding:20px 0;
	}
}


@media screen and (max-width: 600px) {
	.Caption{
		margin:20px auto;
	}
}

/* ▼20250212_追加_ここまで▼ */




#wrap{
    overflow: hidden;
}

.subhead{
    position: relative;
    height: 700px;
    margin-bottom: 0px;
}

.subhead > img{
    object-fit: cover;
    height: 100%;
}
.subhead_ttl{
    font-family: "Cinzel","Noto Serif", serif;
    position: absolute;
    top: 56%;
    text-align: center;
    left: 50%;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.6em;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}
.subhead_ttl_wh{
    color:#fff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}
.subhead_ttl span{
    font-size: 0.5em;
    letter-spacing: 0.5em;
    white-space: nowrap;
}


.cont_pd{
    padding: 85px 0 0;
}

.cont_pd02{
    padding: 85px 0;
}

.db1000 {
    display: none!important;
}
.db950{
    display: none!important;
}
.db750{
    display: none!important;
}
.db650{
    display: none!important;
}
.db600{
    display: none!important;
}
.db500{
    display: none!important;
}


@media screen and (max-width: 1000px) {
    .db1000 {
        display: block!important;
    }
    .dn1000 {
        display: none!important;
    }
    .subhead {
        height: 500px;
    }

    .subhead_ttl{
        font-size: 24px;

    }
}

@media screen and (max-width: 950px) {
    .dn950{
        display: none!important;
    }
    .db950{
        display: block!important;
    }
}

@media screen and (max-width: 750px) {
    .dn750{
        display: none!important;
    }
    .db750{
        display: block!important;
    }

    .subhead{
        height: 390px;
    }
    .subhead_ttl{
        top: 54%;
    }

    .cont_pd{
        padding:50px 0 0;
    }

    .cont_pd02{
        padding:50px 0;
    }
}
@media screen and (max-width: 650px) {
    .dn650{
        display: none!important;
    }
    .db650{
        display: block!important;
    }
}
@media screen and (max-width: 600px) {
    .dn600{
        display: none!important;
    }
    .db600{
        display: block!important;
    }
}
@media screen and (max-width: 500px) {
    .dn500{
        display: none!important;
    }
    .db500{
        display: block!important;
    }
}

/*  */

.DesTitle{
    font-family: "Noto Sans Japanese";
    max-width: 100%;
}
.DesTitle h3{
    font-size: 24px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 0;
}


.sim_subhead {
    height: 100%;
}

.sim_subhead > img{
    object-fit: cover;
    height: 100%;
}

.sim_subhead_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    max-width: 1920px;
}

.subhead_txt_bg{
    mix-blend-mode: overlay;
}

.sim_main_txt{
    font-family: "Noto Sans Japanese";
    margin: 70px auto;
}

.sim_img01_txt{
    position: absolute;
    width: 21%;
    max-width: 94px;
    top: 50%;
    transform: translateY(-50%);
    right: 14%;
    filter: drop-shadow(3px 5px 6px #888);
}

.sim_arrow_box{
    margin: 40px auto;
    text-align: center;
}

.sim_arrow_down{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 40px;
    height: 40px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.panel-group{
    font-family: "Noto Sans Japanese";
}

.tab-group{
    display: flex;
    justify-content: space-between;
}
.tab{
    /* flex-grow: 1; */
    cursor:pointer;
    opacity: 0.4;
    width: 49%;
}
.tab.is-active{
    opacity: 1;
    transition: all 0.2s ease-out;
}
.panel{
    display:none;
}
.panel.is-show{
    display:block;
}

/*  */

.loc_flex_base {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loc_flex_img{
    width: 45%;
}
.loc_flex_txt{
    width: 50%;
}

.simu_al_c{
    align-items: center;
}
.loc_flex_half {
    width: 48%;
}

.border-bottom {
    border-bottom: dotted 1px #000;
    padding-bottom: 5px;
}

.loc_flex_center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.w80 {
    width: 90%;
    margin: 0 auto;
}

.alpha {
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
}
.border-bottom.wh {
    border-bottom: dotted 1px #fff;
    margin-bottom: 10px;
}

.bg_on01{
    /* background: #52a5dc; */
    background: url(../img/flow/bg_on01.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 20px solid #f78120;
    border-bottom: 20px solid #f78120;
}
.bg_on02{
    background: #feebdb;
}
.bg_off01{
    background: url(../img/flow/bg_off01.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 20px solid #4a81a6;
    border-bottom: 20px solid #4a81a6;
}
.bg_off02{
    background: #f0f5f8;
}


.pur_inner .step_num_box,.pur_inner .loc_bd{
    background: #f78120;
}

.pur_inner .simu_ttl,.pur_inner .bnr_simu p,.pur_inner .sim_arrow_down{
    color: #f78120;
}

.sales_inner .step_num_box,.sales_inner .loc_bd{
    background: #4a81a6;
}

.sales_inner .simu_ttl,.sales_inner .bnr_simu p,.sales_inner .sim_arrow_down{
    color: #4a81a6;
}


.loc_bd{
    position: relative;
    left: -52vw;
    width: 102vw;
    height: 1px;
    margin: 15px 0;
    z-index: 1;
}
.loc_bd_img{
    position: relative;
    z-index: 2;
}
.loc_bd_img > img{
    filter: drop-shadow(5px 7px 9px #aaa);
}
.loc_flex_even .loc_bd{
    left: initial;
    right: calc((100vw - 1000px) / 2);
}


#sim_tab{
    padding-top: 100px;
    margin-top: -100px;
}

.simu_ttl{
    font-size: 28px;
    line-height: 1.8;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 10px 0 0;
}
.simu_ttl > span{
    background: linear-gradient(transparent 60%, #fff67f 60%);
}

.simu_lead01{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-align: justify;
}
.simu_lead02{
    font-size: 14px;
    line-height: 2.2;
    font-weight: 300;
    letter-spacing: 0.06em;
    text-align: justify;
}
.simu_lead02.lead02_l{
    font-size: 16px;
}

.simu_bnr_info{
    /* text-align: center; */
    padding: 0px 0 40px;
}

.simu_bnr_info p{
    color: #fff;
    /* font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.15em; */
}

.simu_info_ttl{
    font-size: 20px;
    line-height: 1.8;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    margin: 0px 0 15px;
}
.simu_info_lead{
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.15em;
    text-align: center;
}


.simu_cont_comment{
    margin-top: 60px;
    text-align: center;
}


.tab_arrow_box{
    margin-bottom: 40px;
}

.tab_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_arrow > div{
    width: 60px;
    height: 30px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}


.simu_ok_box{
    /* width: 70%; */
    max-width: 336px;
    margin-top: 40px;
}

.simu_ok_ttl{
    font-size: 14px;
    text-align: center;
}
.simu_ok_ttl span{
    font-size: 1.4em;
}
.simu_ok_time{
    font-size: 14px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
}
.simu_ok_lead{
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.15em;
}

.bnr_simu{
    margin: 60px auto 0;
}
.bnr_simu a{
    max-width: 840px;
    width: 84%;
    display: block;
    margin: 0 auto;
    transition-duration: 0.6s;
}
.bnr_simu a:hover{
    opacity: 0.6;
}
.bnr_simu p{
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    font-weight: 600;
}



.step_num_box{
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto;
}
.step_en{
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.step_num{
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}


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

    .w80 {
        width: 100%;
    }

    .simu_ttl{
        font-size: clamp(16px, 2.4vw, 24px);
    }
    .simu_lead01{
        font-size: clamp(13px, 1.4vw, 16px);
    }
    .simu_lead02{
        font-size: clamp(12px, 1.5vw, 16px);
    }

    .simu_ok_ttl,.simu_ok_time,.simu_ok_lead{
        font-size: 12px;
    }


    .bnr_simu p{
        font-size: clamp(12px, 2.4vw, 20px);
        margin-top: 10px;
    }

    .DesTitle h3{
        font-size: 20px;
    }
    .sim_main_txt .loc_bd_img{
        width: 55%;
        margin: 0 auto;
    }
    .sim_main_txt .loc_flex_txt{
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }
    .sim_main_txt .simu_lead02 {
        font-size: 15px;
        text-align: center;
    }

    .simu_info_lead{
        font-size: 18px;
    }

    .simu_info_lead{
        font-size: 14px;
    }

    .step_num_box{
        width: 85px;
        height: 85px;
    }
    .step_en {
        font-size: 13px;
    }
    .step_num{
        font-size: 30px;
    }

}

@media screen and (max-width: 750px) {

    #sim_tab{
        padding-top: 45px;
        margin-top: -45px;
    }

    .simu_ttl{
        font-size: 18px;
    }
    .simu_lead02{
        font-size: 13px;
    }

    .tab_arrow_box{
        margin-bottom: 30px;
    }
    .loc_flex_half {
        width: 100%;
        margin-bottom: 30px;
    }
    .tab_arrow_box .loc_flex_half {
        width: 48%;
        margin-bottom: 0;
    }
    .loc_flex_half:last-of-type {
        margin-bottom: 0;
    }

    .tab_arrow > div{
        width: 40px;
        height: 20px;
    }    

    .sec_subttl.img_under {
        font-size: 16px;
    }

    /* .simu_bnr_info p{
        font-size: 18px;
    } */

    .sim_sp_or02{
        order: 2;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .DesTitle h3{
        font-size: 17px;
    }

    .sim_main_txt{
        margin: 50px auto;
    }

    .sim_main_txt .loc_bd_img{
        width: 90%;
    }

    .sim_main_txt .simu_lead02{
        font-size: 14px;
    }

    .simu_info_ttl {
        font-size: 15px;
    }
    .simu_info_lead {
        font-size: 13px;
    }

    .simu_ok_box{
        margin: 30px auto 0;
    }

    .step_num_box{
        width: 75px;
        height: 75px;
    }
    .step_en {
        font-size: 12px;
    }
    .step_num{
        font-size: 28px;
    }

    .sim_arrow_box{
        margin: 30px auto;
    }
    .sim_arrow_down{
        width: 30px;
        height: 30px;
    }
    

    .bnr_simu p{
        font-size: 15px;
    }

    .loc_flex_img {
        width: 90%;
        margin: 0 auto 40px;
    }
    .loc_flex_txt{
        width: 100%;
        margin: 0 auto;
        order: 2;
    }
    .loc_bd,.loc_flex_even .loc_bd{
        left: 50%;
        transform: translateX(-50%);
    }

}


/* ▼20250313_追加_ここから▼*/
.sim_subhead_txt{
    top: calc(50% + 40px);
}
div.FootCta ul {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
}
div.FootCta ul li {
    width: 30%;
    margin: 0 2%;
}

div.FootCta a {
    display: block;
    margin: 25px auto;
    transition-duration: 0.7s;
}
div.FootCta a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 600px) {
    div.FootCta ul li {
        width: 70%;
        margin: 10px auto;
    }

    div.FootCta a {
        margin: auto;
    }
}
/* ▼20250313_追加_ここまで▼ */
