html{
   min-width: auto !important;
}
footer{
    overflow: scroll;
}
main{
    background-color: #E6E6E6;
}
.jizokuka_container{
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    container-type: inline-size;
}
.white_inner{
    background-color: white;
    border-radius: 2cqw;
    margin-bottom: 4cqw;
    padding: 5cqw;
}
.h2_area{
    padding-bottom: 3cqw;
}
.h2_area img{
    display: inline-block;
    width: 0.5cqw;
    vertical-align: middle;
}
.h2_area h2 {
    font-size: 2.6cqw;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.8em;
}
.h2_area h2 span{
    font-size: 80%;
}
.white_inner_p{
    font-size: 1.7cqw;
    line-height: 1.8;
    padding-left: 0.6em;
    white-space: nowrap;
}
.white_inner_p_strong{
    font-weight: bold;
}
.white_inner_p_sprstrong{
    font-weight: bold;
    font-size: 110%;
    color: #C1272D;
}
.white_inner_p_red{
    color: #C1272D;
}
.white_inner_p_blue{
    color: #1B357A;
}



.contact_fixed{
    position: fixed;
    width: 65px;
    height: 277px;
    right: 0;
    top: 30%;
    z-index: 100;
    background-color: #AC2318;
    border-radius: 16px 0 0 16px;
}
.contact_fixed_img{
    display: block;
    width: 100%;
}
.contact_fixed_il_img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 7%;
}
.contact_fixed p {
    position: absolute;
    font-size: 21px;
    color: white;
    font-weight: bold;
    writing-mode: vertical-rl;
    transform: translateX(-50%);
    left: 50%;
    top: 24%;
}
@media screen and (min-width:768px) and (max-width: 1088px){
    .contact_fixed{
        width: 5.97vw;
        height: calc(5.97vw * 546 / 128);
        border-radius: 1.47vw 0 0 1.47vw;
    }
    .contact_fixed p{
        font-size: 1.9vw;
    }
}




.top_wrapper{
    background-color: #cb9090;
}
.top_flex{
    display: flex;
    justify-content: start;
    align-items: center;
}
.top_flex_left{
    width: 65%;
    color: white;
}
.top_flex_left h1 {
    font-size: 3.8cqw;
    line-height: 1.2;
    padding-bottom: 0.2em;
}
.top_flex_left p {
    font-size: 1.7cqw;
    line-height: 1.8;
}
.top_flex_right{
    padding: 3cqw 0;
}
.top_flex_right_inner{
    border: solid 0.3cqw #1B357A;
    background-color: white;
    border-radius: 1cqw;
    padding: 1.4cqw 3cqw;
    text-align: center;
}
.top_flex_right h5{
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 0.4em;
}
.top_flex_right h4{
    font-size: 20px;
    line-height: 1.2;
    color: #1B357A;
}
.top_flex_right p{
    font-size: 1.32cqw;
    line-height: 1.3;
    padding-top: 0.4em;
    padding-bottom: 1.2em;
}
.top_flex_right p span{
    opacity: 0;
}
.top_flex_right h6{
    font-size: 1.8cqw;
    line-height: 1.3;
    color: #1B357A;
}
.top01_img{
    position: absolute;
    width: 28.15%;
    top: 41%;
    left: 35%;
}
.top02_img{
    position: absolute;
    width: 4.75%;
    top: 40%;
    right: 0%;
}



.navi_wrapper{
    position: relative;
    height: 140px;
}
.navi_container{
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 90%;
    max-width: 980px;
    z-index: 10;
    background-color: #E6E6E6;
}
.navi_container_fixed{
    position: fixed;
}
.navi_flex{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 20px;
}
.navi_flex a {
    width: 23.8%;
    background-color: white;
    border: solid 2px #CCCCCC;
    border-radius: 9px;
}
.navi_flex a p {
    font-size: 17px;
    line-height: 1;
    color: #1B357A;
    text-align: center;
    padding-top: 0.7em;
    padding-bottom: 0.6em;
}
.navi_flex a img {
    display: block;
    width: 8%;
    margin: 0 auto;
    padding-bottom: 5px;
}
@media screen and (min-width:768px) and (max-width: 1088px) {
.navi_wrapper{
    height: calc(140vw / 980 * 90);
}
.navi_flex{
    padding-top: calc(40vw / 980 * 90);
    padding-bottom: calc(20vw / 980 * 90);
}
.navi_flex a {
    border: solid calc(2vw / 980 * 90) #CCCCCC;
    border-radius: calc(9vw / 980 * 90);
}
.navi_flex a p {
    font-size: calc(17vw / 980 * 90);
}
.navi_flex a img {
    padding-bottom: calc(5vw / 980 * 90);
}
}




.youtube01_area{
    text-align: center;
    padding-bottom: 4cqw;
}
.youtube01_btn {
    display: inline-block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: white;
    height: calc(11400cqw / 980);
    border-radius: calc(11400cqw / 980 / 2);
    border: solid 0.4cqw #1B357A;
}
.youtube01_absolute{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
}
.youtube01_absolute h5 {
    font-size: 2.5cqw;
    line-height: 1.3;
    color: #1B357A;
    font-weight: bold;
    padding-top: 0.5em;
}
.youtube01_red{
    color: #C1272D;
}
.youtube01_s{
    font-size: 75%;
}
.youtube01_l{
    font-size: 130%;
}
.youtube01_absolute p{
    font-size: 1.3cqw;
    line-height: 1.7;
}
.youtube01_play {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 91%;
    font-size: 2.1cqw;
    line-height: 1;
    padding: 0.5em;
    border-radius: 1em;
    color: white;
    background-color: #C1272D;
}



.about_flex{
    display: flex;
    justify-content: space-between;
    padding-top: 3cqw;
    padding-bottom: 2.5cqw;
}
.about_flex a {
    font-size: 1.86cqw;
    line-height: 1.2;
    font-weight: bold;
    color: black;
    text-decoration: none;
    text-align: center;
    width: 49%;
    border-radius: 1.2cqw;
    padding-top: 1em;
    padding-bottom: 1em;
}
.about_flex a:nth-of-type(1){
    background-color: #F4BAC1;
}
.about_flex a:nth-of-type(2){
    background-color: #FDE9C4;
}
.about_tel_area {
    border: solid 0.3cqw #808080;
    border-radius: 1.5cqw;
    padding: 1.6cqw 3.5cqw;
    margin: 0 auto;
    width: 81%;
}
.about_tel_img {
    display: inline-block;
    width: 4.4cqw;
    vertical-align: middle;
    padding-left: 1.5cqw;
    padding-right: 3cqw;
    padding-bottom: 2cqw;
    box-sizing: content-box;
}
.about_tel_right{
    display: inline-block;
    vertical-align: middle;
}
.about_tel_area h5 {
    font-size: 1.8cqw;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    padding-right: 1cqw;
}
.about_tel_area h4{
    font-size: 2.4cqw;
    line-height: 1;
    color: #1B357A;
    display: inline-block;
    vertical-align: bottom;
}
.about_tel_area p {
    font-size: 1.32cqw;
    line-height: 1.3;
    padding-top: 0.5em;
    padding-bottom: 1.6cqw;
}
.about_tel_area h6{
    font-size: 1.8cqw;
    line-height: 1;
    color: #1B357A;
    display: inline-block;
    vertical-align: bottom;
}
.about_not_p{
    font-size: 1.8cqw;
    line-height: 1;
    font-weight: bold;
    color: #C1272D;
    text-align: center;
    padding-top: 2.3em;
}



.issue_flow_flex{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
    padding-top: 4.6cqw;
}
.issue_flow_flex > div{
    width: 14.4%;
    position: relative;
    height: 18cqw;
}
.isuue_flow_num {
    font-size: 2.8cqw;
    line-height: 1;
    color: #c1272d;
    position: absolute;
    left: 2%;
    top: -8%;
}
.issue_flow_bg01{
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    transform: skew(10deg);
    background-color: #edf4f8;
}
.issue_flow_bg02{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skew(-10deg);
    background-color: #edf4f8;
}
.issue_flow_bg_red{
    background-color: #f5e9e3;
}
.issue_flow_p{
    font-size: 1.7cqw;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}
.issue_flow_limit {
    font-size: 1.7cqw;
    line-height: 1.2;
    text-align: center;
    padding: 0 0.3em;
    border-radius: 0.2em;
    color: white;
    background-color: #c1272d;
    white-space: nowrap;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 14%;
}
.issue_flow_tsk {
    font-size: 1.8cqw;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 5.9em;
    border-radius: 0.2em;
    border: solid 1px #c1272d;
    background-color: white;
    white-space: nowrap;
    position: absolute;
    right: 16%;
    bottom: 8%;
}



.faq_wrapper .white_inner{
    padding-bottom: 1cqw;
}
.faq_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faq_flex > div{
    width: 43cqw;
    background-color: #89BBE4;
    border-radius: 2cqw;
    margin-bottom: 4cqw;
    padding-bottom: 1.3cqw;
}
.faq_q_area{
    width: 39.3cqw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding-top: 1.5cqw;
    padding-bottom: 1.2cqw;
}
.faq_img{
    width: 4.15cqw;
    box-sizing: content-box;
    padding-left: 1cqw;
    padding-right: 1cqw;
}
.faq_q_p{
    font-size: 1.55cqw;
    color: white;
    line-height: 1.4;
    font-weight: bold;
}
.faq_a_area{
    width: 39.3cqw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    background-color: white;
    border-radius: 1cqw;
    padding-top: 1cqw;
    padding-bottom: 1.2cqw;
    padding-right: 1cqw;
}
.faq_a_p{
    font-size: 1.5cqw;
    line-height: 1.6;
}



.reserve_inner{
    border-radius: 1cqw;
    overflow: hidden;
}
.reserve_inner01{
    margin-top: 4cqw;
}
.reserve_inner02{
    margin-top: 2cqw;
}
.reserve_inner_title_area{
    background-color: #80C8EF;
    display: flex;
    align-items: center;
}
.reserve_inner_title_area img{
    width: 4.25cqw;
    padding-top: 0.7cqw;
    padding-bottom: 0.7cqw;
    padding-left: 2.7cqw;
    padding-right: 1cqw;
    box-sizing: content-box;
}
.reserve_inner_title_area h5{
    font-size: 2cqw;
    line-height: 1;
    color: white;
    font-weight: bold;
}
.reserve_inner_main_area{
    background-color: #F7F7E3;
    padding: 2.7cqw;
}
.reserve_inner_p{
    font-size: 1.7cqw;
    line-height: 1.4;
}
.reserve_time_flex{
    display: flex;
    justify-content: center;
}
.reserve_time_flex:nth-of-type(1){
    padding-top: 2.5cqw;
}
.reserve_time_flex:nth-of-type(2){
    padding-top: 0.4cqw;
}
.reserve_time_flex p{
    font-size: 1.7cqw;
    line-height: 3;
    width: 45cqw;
    padding-left: 2.3em;
    margin-right: 0.4cqw;
    background-color: #E9EFF8;
    border-top-left-radius: 0.7cqw;
    border-bottom-left-radius: 0.7cqw;
}
.reserve_time_flex h6 {
    font-size: 2.1cqw;
    font-weight: bold;
    line-height: calc(5.1 / 2.1);
    background-color: white;
    padding: 0 2.4em;
    border-top-right-radius: 0.7cqw;
    border-bottom-right-radius: 0.7cqw;
}
.reserve_inner_p_pdl{
    padding-left: 2.1em;
}
.reserve_check_flex{
    display: flex;
    align-items: center;
    padding-bottom: 3cqw;
}
.reserve_check_flex img{
    width: 2.4cqw;
    padding-right: 1cqw;
    box-sizing: content-box;
}
.reserve_btn_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.reserve_btn_flex a{
    width: 48.5%;
    margin-top: 6cqw;
    position: relative;
}
.reserve_btn_flex a:nth-of-type(1){
    margin-right: 3%;
}
.reserve_btn_flex a:nth-of-type(1), .reserve_btn_flex a:nth-of-type(2){
    height: calc(48.5cqw * 0.9 * 241 / 859);
    border-radius: calc(48.5cqw * 0.9 * 241 / 859 / 2);
    background-color: #7dbfe3;
}
.reserve_btn_img{
    display: block;
    width: 100%;
}
.reserve_btn_h5 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: 2cqw;
    color: white;
    font-weight: bold;
    line-height: 1.4;
}
.reserve_btn_absolute {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10%;
    display: flex;
    align-items: center;
}
.reserve_btn_absolute h6 {
    font-size: 1.4cqw;
    line-height: 1.4;
    font-weight: bold;
    color: #7dbfe3;
    background-color: white;
    border-radius: 0.7em;
    padding: 0 0.6em;
    margin-left: 7.4%;
    margin-right: 2%;
}
.reserve_btn_absolute p {
    font-size: 1.4cqw;
    line-height: 1.2;
    font-weight: bold;
    color: white;
}
.reserve_btn01_arrow_img{
    position: absolute;
    width: calc(6300% / 859);
    transform: translateY(-50%);
    top: 50%;
    left: 87%;
}
.reserve_not_p{
    font-size: 1.7cqw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding-top: 2em;
}




.youtube02_area{
    text-align: center;
    padding-bottom: 6cqw;
}
.youtube02_btn{
    display: inline-block;
    width: 100%;
    height: calc(20400cqw / 2002);
    border-radius: calc(20400cqw / 2002 / 2);
    background-color: #1b357a;
    position: relative;
}
.youtube02_play {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 2.2%;
    font-size: 3.2cqw;
    line-height: 1;
    padding: 0.4em;
    border-radius: 0.9em;
    background-color: white;
    color: #C1272D;
}
.youtube02_h5 {
    font-size: 2.7cqw;
    line-height: 1.4;
    text-align: left;
    color: white;
    position: absolute;
    left: 9%;
    top: 13%;
    width: 60%;
}
.youtube02_yellow{
    color: #FFF034;
}
.youtube02_s {
    font-size: 75%;
}
.youtube02_thumb_img {
    position: absolute;
    width: 40%;
    top: 14%;
    left: 56.3%;
}



.sp_only{
    display: none !important;
}
@media screen and (max-width:767px) {
    .pc_only{
        display: none !important;
    }
    .sp_only{
        display: block !important;
    }

.white_inner{
    border-radius: 3cqw;
    margin-bottom: 6cqw;
    padding: 6.5cqw;
}
.h2_area{
    padding-bottom: 4.5cqw;
}
.h2_area img{
    width: 0.75cqw;
}
.h2_area h2 {
    font-size: 3.9cqw;
}
.white_inner_p{
    font-size: 14px;
    white-space: wrap;
}
.contact_fixed {
    width: 8vw;
    top: 39%;
        height: calc(8vw * 546 / 128);
        border-radius: 1.97vw 0 0 1.97vw;
}
    .contact_fixed p{
        font-size: 2.5vw;
    }
    .top_wrapper .jizokuka_container{
        width: 81%;
    }
    .top_flex {
        flex-direction: column;
    }
    .top_flex_left {
        width: 100%;
        text-align: center;
    }
    .top_flex_left h1 {
        font-size: 32px;
        padding-top: 1em;
        padding-bottom: 0.4em;
    }
    .top_flex_left p {
        font-size: 14px;
    }
    .top_flex_right {
        padding: 4cqw 0 40cqw;
    }
.top_flex_right_inner{
    border: solid 0.575cqw #1B357A;
    border-radius: 1.917cqw;
    padding: 2.683cqw 5.75cqw;
}
.top_flex_right h5{
    font-size: 14px;
}
.top_flex_right h4{
    font-size: 28px;
}
.top_flex_right p{
    font-size: 14px;
}
.top_flex_right h6{
    font-size: 3.45cqw;
}
    .top01_img {
        width: 92%;
        top: 80%;
        left: 0%;
    }
    .top02_img {
        width: 9%;
        top: 56%;
        right: 4%;
    }
    .navi_wrapper{
        height: 32vw;
    }
    .navi_container{
        width: 100%;
    }
    .navi_flex{
        flex-wrap: wrap;
        padding-top: 6vw;
        padding-bottom: 0;
        width: 70%;
        margin: 0 auto;
    }
    .navi_flex a {
        width: 48%;
        margin-bottom: 3vw;
        border: solid 0.5vw #CCCCCC;
        border-radius: 1.3vw;
    }
    .navi_flex a p{
        font-size: 2.4vw;
    }
    .navi_flex a img {
        padding-bottom: 1vw;
    }
.youtube01_area {
    padding-bottom: 10cqw;
}
.youtube01_btn {
    width: 84%;
    height: calc(34100cqw / 1360 * 0.84);
    border-radius: calc(34100cqw / 1360 * 0.84 / 2);
    border: solid 0.3cqw #1B357A;
}
.youtube01_absolute {
    left: 43%;
    width: 80%;
}
.youtube01_absolute h5 {
    font-size: 3.6vw;
    line-height: 1.1;
    padding-top: 0.2em;
}
.youtube01_absolute p {
    font-size: 2vw;
    padding-left: 1em;
}
.youtube01_play {
    left: 83%;
    font-size: 4.4cqw;
}
.about_flex {
    flex-direction: column;
    padding-top: 3vw;
    padding-bottom: 3.4vw;
}
.about_flex a {
    width: 72%;
    margin-left: 14%;
    font-size: 2.4vw;
}
.about_flex a:nth-of-type(1){
    margin-bottom: 3.5vw;
}
.about_tel_area {
    padding: 2.6cqw 3.5cqw;
    width: 72%;
}
.about_tel_img{
    width: 7.4cqw;
}
.about_tel_area h4{
    font-size: 3.9cqw;
}
.about_tel_pdl{
    padding-left: 0.7em;
}
.about_tel_area p{
    font-size: 2.1cqw;
}
.about_tel_area h5 {
    font-size: 2.1cqw;
    text-align: center;
    padding-top: 1.1em;
    line-height: 2.2;
    display: block;
}
.about_tel_area h6{
    font-size: 2.6cqw;
}
.about_not_p {
    font-size: 2.3cqw;
    padding-top: 1.5em;
}
.issue_flow_flex{
    width: 67%;
    flex-direction: column;
    padding-top: 8cqw;
}
.issue_flow_flex > div{
    width: 100%;
    height: 15cqw;
    margin-top: 3vw;
}
.issue_flow_bg01 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    transform: skewY(6deg);
}
.issue_flow_bg02 {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: skewY(-6deg);
}
.issue_flow_p {
    font-size: 2.8vw;
    top: 59%;
}
.issue_flow_p_spb{
    top: 77%;
}
.isuue_flow_num {
    font-size: 4vw;
    left: 8%;
    top: -20%;
}
.issue_flow_limit {
    font-size: 2.7cqw;
    top: 29%;
}
.issue_flow_tsk {
        writing-mode: vertical-rl;
        padding: 2.2em 0;
        font-size: 2.8vw;
        border-radius: 0.4em;
        right: 5%;
        bottom: 25%;
}
.faq_flex > div {
    width: 100%;
    border-radius: 3cqw;
    margin-bottom: 5cqw;
    padding-bottom: 2.4vw;
}
.faq_q_area {
    width: 93%;
    padding-top: 2cqw;
    padding-bottom: 2cqw;
}
.faq_a_area {
    width: 93%;
    border-radius: 1.8cqw;
    padding-top: 2cqw;
    padding-bottom: 2cqw;
    padding-right: 4cqw;
}
.faq_img {
    width: 8cqw;
    padding-left: 2cqw;
    padding-right: 3cqw;
}
.faq_q_p{
    font-size: 2.6vw;
}
.faq_a_p{
    font-size: 2.4vw;
}
.reserve_wrapper .h2_area{
    position: relative;
}
.reserve_h2_absolute{
    position: absolute;
    transform: translateY(-50%);
    top: 26%;
    left: 52vw;
    white-space: nowrap;
}
.reserve_h2_absolute p:nth-of-type(1), .reserve_h2_absolute p:nth-of-type(3){
    display: inline-block;
    font-size: 5vw;
    line-height: 1;
    vertical-align: middle;
}
.reserve_h2_absolute p:nth-of-type(2){
    display: inline-block;
    font-size: 2.4vw;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.reserve_inner {
    border-radius: 1.5cqw;
}
.reserve_inner02 {
    margin-top: 5cqw;
}
.reserve_inner_title_area img {
    width: 5.5cqw;
    padding-top: 1cqw;
    padding-bottom: 1cqw;
    padding-left: 3cqw;
    padding-right: 1.5cqw;
}
.reserve_inner_title_area h5 {
    font-size: 2.9cqw;
}
.reserve_inner_main_area {
    padding: 4.7cqw;
    padding-top: 3cqw;
}
.reserve_inner_p {
    font-size: 14px;
}
.reserve_time_flex p {
    font-size: 2.4cqw;
    width: 53cqw;
}
.reserve_time_flex h6 {
    font-size: 3.4cqw;
    line-height: calc(7.2 / 3.4);
    padding: 0 1.1em;
}
.reserve_check_flex img {
    width: 4.1cqw;
    padding-right: 1.5cqw;
    padding-bottom: 3vw;
}
.reserve_btn_flex a {
    width: 72%;
}
.reserve_btn_flex a:nth-of-type(1) {
    margin-right: 0;
    margin-top: 9cqw;
}
.reserve_btn_flex a:nth-of-type(1), .reserve_btn_flex a:nth-of-type(2) {
    height: calc(72cqw * 0.9 * 241 / 859);
    border-radius: calc(72cqw * 0.9 * 241 / 859 / 2);
}
.reserve_btn_h5{
    font-size: 2.6vw;
}
.reserve_btn_absolute h6{
    font-size: 1.82vw;
}
.reserve_btn_absolute p{
    font-size: 1.82vw;
}
.reserve_not_p {
    font-size: 2cqw;
}
.youtube02_area {
    padding-bottom: 15cqw;
    padding-top: 2cqw;
}
.youtube02_btn{
    height: calc(45100cqw / 1592);
    border-radius: calc(45100cqw / 1592 / 2);
}
.youtube02_play {
    left: 3.2%;
    font-size: 6.8cqw;
}
.youtube02_h5 {
        font-size: 3.7vw;
        line-height: 1.1;
        text-align: center;
        left: 14%;
        top: 8%;
        width: 80%;
}
.youtube02_thumb_img{
    width: calc(111400% / 1592);
    top: 48%;
    left: 18.9%;
}
}

