@charset "UTF-8";

/* 
hifu
------------------------ 
*/

#hifu .top .mov_area {
    width: 100%;
    background: #f6f7fb;
    padding-bottom: 6%;
}

#hifu .top .mov {
    position: static;
    transform: none;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 550px) {
    #hifu .top .mov {
        width: 95%;
    }
}

#hifu .top .mov video {
    width: 100%;
}

#hifu_pr .top .mov_area {
    width: 100%;
    padding-bottom: 6%;
}

#hifu_pr .top .mov {
    position: static;
    transform: none;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 550px) {
    #hifu_pr .top .mov {
        width: 95%;
    }
}

#hifu_pr .top .mov video {
    width: 100%;
}

/* section01 */

#hifu .sec01 .ba_area {
    background: #e0f5f8;
    position: relative;
}

#hifu .sec01 h3 {
    transform: translateY(-4.5%);
}

#hifu .sec01 .ba_wrap {
    padding: 4% 2% 5% 6%;
}

#hifu .sec01 .w_bg {
    padding: 4% 5% 8%;
    /* background: #fef5f7; */
}

@media screen and (max-width: 550px) {
    #hifu .sec01 .w_bg {
        padding: 4% 3% 8%;
    }
}

#hifu .sec01 .w_bg .bg_wrap {
    margin-top: 8%;
    position: relative;
    z-index: 1;
}

#hifu .sec01 .w_bg .bg_wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #b2e5ee;
    top: 1.5%;
    left: 1.5%;
    z-index: 1;
}

#hifu .sec01 .w_bg .txt_wrap {
    border: 5px solid #66ccde;
    padding: 8% 3% 4%;
    background: #fff;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

@media screen and (max-width: 450px) {
    #hifu .sec01 .w_bg .txt_wrap {
        border: 3px solid #66ccde;
    }
}

#hifu .sec01 .w_bg .txt_wrap h4 {
    position: absolute;
    width: 65%;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
}

#hifu .sec01 .w_bg .txt_wrap figure {
    width: 80%;
    margin: 0 auto;
}

#hifu .sec01 .w_bg .txt_wrap .p_txt {
    padding: 4% 0 0;
}

/* section02 */

#hifu .sec02 {
    background: #e0f5f8;
    margin-bottom: 8%;
}

#hifu .sec02 h3 {
    transform: translateY(-4.5%);
}

#hifu .sec02 .txt_wrap {
    background: #fff;
    padding: 4%;
}

#hifu .sec02 .txt_wrap1 {
    display: flex;
    align-items: center;
}

#hifu .sec02 .txt_wrap .bold_txt {
    color: #4bb5c9;
}

#hifu .sec02 .flex figure {
    width: 47%;
}

#hifu .sec02 .img_area {
    text-align: right;
    position: relative;
}

#hifu .sec02 .img_area .p_txt {
    position: absolute;
    right: 2%;
    bottom: 6%;
    font-size: 3rem;
    text-shadow: 2px 2px 10px #f1f2f9 ,
    -2px 2px 10px #f1f2f9 ,
    2px -2px 10px #f1f2f9 ,
    -2px -2px 10px #f1f2f9;
}

#hifu .sec02 .img_area .p_txt .bold_txt {
    font-size: 4rem;
}


/* section03 */

#hifu .sec03 .inner {
    background: #dcdadb;
    position: relative;
    padding-top: 15%;
    padding-bottom: 4%;
    margin-bottom: 6%;
}

#hifu .sec03 .sec3_ttl {
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

#hifu .sec03 .sec3_ttl h3 {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.7rem;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 749px) {
    #hifu .sec03 .sec3_ttl h3 {
        font-size: 6.4vw;
    }
}

#hifu .sec03 .trouble_wrap figure img {
    margin: 0 auto;
    max-width: 85%;
}

#hifu .sec03 .trouble_list {
    position: relative;
}

#hifu .sec03 .trouble_list::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5%;
    left: 1.5%;
    background: #52474a;
    z-index: 1;
}

#hifu .sec03 .trouble_list ul {
    padding: 4% 3%;
    background: #fff;
    border: 4px solid #52474a;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 450px) {
    #hifu .sec03 .trouble_list ul {
        border: 3px solid #52474a;
    }
}

#hifu .sec03 .trouble_list ul li {
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 1.5%;
    margin-bottom: 1.5%;
}

#hifu .sec03 .trouble_list ul li figure {
    padding: 0 3% 0 2%;
    width: 10%;
}

#hifu .sec03 .trouble_list ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#hifu .sec03 .downtime_wrap {
    padding: 4% 5% 4%;
}

@media screen and (max-width: 450px) {
    #hifu .sec03 .downtime_wrap {
        padding: 4% 3% 2%;
    }
}

#hifu .sec03 .downtime_wrap .bg_wrap {
    position: relative;
}

#hifu .sec03 .downtime_wrap .bg_wrap::before {
    content: '';
    position: absolute;
    top: 1.5%;
    left: 1.5%;
    width: 100%;
    height: 100%;
    background: #61c2d4;
    z-index: 1;
}

#hifu .sec03 .downtime_wrap .inner {
    background: #fff;
    padding: 8% 3% 4%;
    border: 5px solid #61c2d4;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 450px) {
    #hifu .sec03 .downtime_wrap .inner {
        border: 3px solid #61c2d4;
    }
}

#hifu .sec03 .downtime_wrap .downtime_ttl {
    position: absolute;
    top: -5.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

#hifu .sec03 .downtime_wrap .downtime_ttl h4 {
    font-size: 4.3rem;
    color: #fff;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 749px) {
    #hifu .sec03 .downtime_wrap .downtime_ttl h4 {
        font-size: 5.5vw;
    }
}

#hifu .sec03 .downtime_wrap .txt_wrap {
    padding: 4% 4%;
    position: relative;
}

#hifu .sec03 .downtime_wrap .txt_wrap h5 {
    font-size: 2.8rem;
    font-weight: 500;
}

#hifu .sec03 .downtime_wrap .txt_wrap h5 .bold_txt {
    font-size: 3.3rem;
}

#hifu .sec03 .downtime_wrap .txt_wrap figure {
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 24%;
}

#hifu .sec03 .downtime_wrap p {
    padding: 0 4%;
}


/* section04 */

#hifu .sec04 {
    background: #dff3f6;
}

#hifu .sec04 .inner {
    padding-top: 2%;
    /* padding-bottom: 8%; */
}

#hifu .sec04 .w_bg {
    padding: 5% 4% 4%;
}

#hifu .sec04 .bold_txt {
    color: #4bb5c9;
}

#hifu .sec04 .faq_ttl {
    position: relative;
    margin-bottom: 5%;
}

#hifu .sec04 .faq_ttl figure {
    width: 95%;
    margin: 0 auto;
}

#hifu .sec04 .faq_ttl figure img {
    filter: drop-shadow(10px 10px 0px #bddde2);
}

@media screen and (max-width: 630px) {
    #hifu .sec04 .faq_ttl figure img {
        filter: drop-shadow(8px 8px 0px #bddde2);
    }
}

@media screen and (max-width: 450px) {
    #hifu .sec04 .faq_ttl figure img {
        filter: drop-shadow(5px 5px 0px #bddde2);
    }
}

#hifu .sec04 .faq.inner {
    padding-bottom: 8%;
}

#hifu .sec04 .faq_ttl h4 {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.4rem;
    color: #fff;
}

#hifu .sec04 .faq ul li {
    border: 4px solid #70a9b3;
    position: relative;
    padding-top: 6%;
    padding-bottom: 6%;
}

#hifu .sec04 .faq ul li figure {
    position: absolute;
    top: -15px;
    left: -3%;
    width: 19.5%;
}

#hifu .sec04 .faq ul .faq_q {
    font-size: 3.3rem;
    text-align: center;
    border-bottom: 3px solid #70a9b3;
    padding-bottom: 1%;
    width: 72%;
    margin: 0 auto 6%;
}

@media screen and (max-width: 749px) {
    #hifu .sec04 .faq ul .faq_q {
        font-size: 4.3vw;
    }
}

@media screen and (max-width: 450px) {
    #hifu .sec04 .faq ul li {
        border: 3px solid #70a9b3;
    }

    #hifu .sec04 .faq ul .faq_q {
        border-bottom: 2px solid #70a9b3;
    }

    #hifu .sec04 .faq ul li figure {
        top: -9px;
    }
}


/* section05 */

#hifu .sec05 {
    background: #61c2d4;
    position: relative;
}

#hifu .sec05::before {
    content: '';
    background: url(../images/menu/hifu/sec5_top.png) no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 750 / 59;
    position: absolute;
    top: -2%;
    left: 0;
}

/* #hifu .sec05::after {
    content: '';
    background: url(../images/menu/hifu/sec5_bottom.png) no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 750 / 59;
    position: absolute;
    bottom: -2%;
    left: 0;
} */

#hifu .sec05 h3 img {
    margin: 0 auto 6%;
    max-width: 70%;
}


/* section06 */
#hifu .sec06 {
    margin-bottom: 10%;
}


#hifu .fee_list li {
    border: 3px solid #61c2d4;
    margin-bottom: 4%;
}

@media screen and (max-width: 450px) {
    #hifu .fee_list li {
        border: 2px solid #61c2d4;
    }
}

#hifu .fee_list li dl dt {
    width: 58%;
}

#hifu .fee_list li dl dt .part {
    font-size: 3.8rem;
    font-weight: bold;
    background-color: #dff3f6;
    padding: 3% 5%;
}

#hifu .fee_list li dl dt .part_m {
    font-size: 2.9rem;
}

#hifu .fee_list li dl dt .part_s {
    font-size: 2.4rem;
}

#hifu .fee_list li dl dt .part span {
    font-size: 2.4rem;
}

#hifu .fee_list li dl dt .part_s span {
    font-size: 2.2rem;
}

#hifu .fee_list li dl dt p {
    padding: 3% 6%;
}

#hifu .fee_list li dl dd {
    width: 42%;
    padding: 0 0 0 3%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hifu .fee_list li dl dd .fee {
    font-size: 5.3rem;
    font-weight: bold;
    letter-spacing: .1rem;
    line-height: 1.2;
    color: #de669c;
}

#hifu .fee_list li dl dd .fee span {
    font-size: 3.5rem;
}

#hifu .fee_list li dl dd .p_txt {
    font-feature-settings: "palt";
}

#hifu .sec07 .inner {
    padding-top: 4%;
    padding-bottom: 6%;
}

#hifu .sec07 .fee_bottom_txt {
    font-size: 2.3rem;
}


@media screen and (max-width: 749px) {
    #hifu .fee_list li dl dt .part {
        font-size: 4vw;
    }

    #hifu .fee_list li dl dt .part_m {
        font-size: 3.8vw;
    }

    #hifu .fee_list li dl dt .part_s {
        font-size: 3.3vw;
    }

    #hifu .fee_list li dl dt .part_s span {
        font-size: 3vw;
    }
}

#hifu .sec07 .bottom_wrap {
    margin-bottom: 8%;
}

#hifu .sec07 .bottom_pk_bg {
    padding: 4% 7% 0 7%;
}

#hifu .sec07 .bottom_img {
    width: 35%;
}

/* 料金エリア調整2406 */

#hifu .fee_list_2406 li dl dt {
    width: 100%;
    text-align: center;
}

#hifu .fee_list_2406 li dl dt h4 {
    font-size: 5rem;
}
@media screen and (max-width: 749px) {
    #hifu .fee_list li dl dt .part {
        font-size: 5.2vw;
    }
}

#hifu .fee_list_2406 li dl dd {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    align-items: end;
    padding: 2.5% 6%;
}

#hifu .fee_list_2406 li dl dd .fee_left p {
    font-size: 4rem;
}

#hifu .fee_list_2406 li dl dd .fee_right {
    display: flex;
    align-items: end;
}

#hifu .fee_list_2406 li .list_1 dd {
    flex-direction: column;
    padding: 2.5% 3%;
}

#hifu .fee_list_2406 li .list_1 dd .flex {
    width: 100%;
}

#hifu .fee_list_2406 li .list_1 dd .flex.mb_3 {
    margin-bottom: 3%;
}

#hifu .fee_list_2406 li .box_txt {
    border: 2px solid #61c2d4;
    padding: 1.5% 1%;
    width: 48%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 420px) {
    #hifu .fee_list_2406 li .box_txt {
        border: 1px solid #61c2d4;
    }
} 

#hifu .fee_list_2406 li .list_4 .box_txt {
    width: 24%;
}

#hifu .fee_list_2406 li .box_txt.txt2 {
    font-size: 2.2rem;
}

#hifu .fee_list_2406 li .list_1 dd .fee_left p {
    font-size: 2.6rem;
}

#hifu .fee_list_2406 li .list_4 dd .fee_left p {
    font-size: 4rem;
}

#hifu .fee_list_2406 li .list_1 .plr_3 {
    padding: 0 3%;
    align-items: end;
}

#hifu .fee_list_2406 li .list_4 .ta-center {
    width: 100%;
    margin-bottom: 2%;
}

#hifu .fee_list_2406 li dl dd .fee_right .pay_txt {
    padding-bottom: 1.5%;
}

/* renewar 2411 */
#hifu .pk_txt {
    color: #4bb5c9;
}

#hifu .bottom_info .pk_txt {
    color: #4fb0dd;
}

#hifu .approval .pk_txt {
    color: #4fb0dd;
}