@charset "UTF-8";

.internalPageLayout__inner {
    padding-top: 24.5vw;
}
.breadcrumb {
    display: none;
}
.rec_page {
    background-color: #fff;
    font-family: "Noto Sans JP", serif;
}
.pc_only {
    display: none;
}
.sp_only {
    display: block;
}
.btn_entry_fixed {
    width: 76px;
    height: auto;
    position: fixed;
    bottom: 20px;
    right: 0;
    box-shadow: -1px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 200;
}

@media screen and (min-width: 641px) {

    .internalPageLayout__inner {
        padding-top: 120px;
    }
    .breadcrumb {
        display: block;
    }
    .pc_only {
        display: block;
    }
    .sp_only {
        display: none;
    }
    .hover_effect {
        display: block;
        position: relative;
        transition: filter 0.25s ease;
    }
    .hover_effect img {
        display: inline-block;
        position: relative;
        transition: filter 0.25s ease;
    }
    .hover_effect img:after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,0.12);
        opacity: 0;
        transition: opacity 0.25s ease;
        pointer-events: none;
    }
    .hover_effect:hover {
        filter: brightness(1.06) contrast(0.95);
    }
    .hover_effect:hover::after {
        opacity: 1;
    }
    .btn_entry_fixed {
        width: 131px;
        height: 104px;
        bottom: 30px;
        box-shadow: none;
    }

}

/* よくある質問 */
.sec_faq {
    position: relative;
    padding: 35px 0 20px;
}
.top_faq_hl {
    display: inline-block;
    padding: 8px 12px;
    background-color: #e9f2ff;
    color: #003686;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.5;
}
.top_faq_list {
    padding-top: 1.8vw;
}
.top_faq_list li {
    padding: 11px 3px 2px 3px;
    border-bottom: solid 1px #4d4d4d;
    font-size: 2.6vw;
    line-height: 1.5;
}
.top_faq_list li a {
    color: #000;
}
.top_faq_more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10vw;
}

@media screen and (min-width: 641px) {

    .sec_faq {
        width: 86%;
        margin: 0 auto;
        padding: 85px 0 30px;
    }
    .top_faq_hl {
        padding: 14px 20px;
        font-size: 27px;
    }
    .top_faq_list {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .top_faq_list li {
        padding: 24px 10px 8px 10px;
        font-size: 18px;
    }
    .top_faq_more {
        position: absolute;
        bottom: 0;
        right: 5%;
        width: 73px;
    }
    
}

/* エントリー */
.sec_entry {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    margin-top: 20vw;
    margin-bottom: 50px;
    padding: 50px 0 15px;
    background: url(../img/top/entry_bg_sp.jpg) no-repeat top center/cover;
}
.entry_hl {
    position: absolute;
    top: -8vw;
    left: 25px;
    width: 50%;
    line-height: 1;
}
.entry_btn_list {
    width: 50%;
    margin: 4vw 0 0 25px;
}
.entry_btn_list li + li {
    margin-top: 10px;
}

@media screen and (min-width: 641px) {

    .sec_entry {
        width: initial;
        min-height: 454px;
        margin-left: 0;
        margin-top: 98px;
        margin-bottom: 65px;
        padding: 90px 0 40px 60px;
        background: url(../img/top/entry_bg_pc.jpg) no-repeat top center/cover;
    }
    .entry_hl {
        top: -60px;
        left: 60px;
        width: auto;
    }
    .entry_btn_list {
        width: auto;
        margin: 30px 0 0 0;
    }
    .entry_btn_list li + li {
        margin-top: 15px;
    }
    
}


