@charset "UTF-8";


.m-hover-opacity {
    transition: opacity 0.3s ease-in-out;
}
.m-hover-opacity:hover {
    opacity: 0.7;
}

.l-header__nav__bussines {
    background-color: #F2F3F5;
    color: #293E8F;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #293E8F;
    margin-left: 20px;
    padding: 0 15px;
    margin-right: auto;
}
@media screen and (max-width: 780px) {
    .l-header__nav__bussines {
        font-size: 13px;
        padding: 0 10px;
    }
}


.l-header_btn {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
    padding: 15px;
    border-radius: 40px;
    width: 144px;
    text-align: center;
}
.l-header_btn.-document {
    background-color: #4574C4;
}
.l-header_btn.-contact {
    background-color: #009CA4;
}
@media screen and (max-width: 780px) {
    .l-header_btn {
        width: 100%;
    }
}

.l-drawer__btns {

}
@media screen and (max-width: 780px) {
    .l-drawer__btns {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-top: 20px;
    }
}

.l-footer_business {
    display: flex;
    gap: 25px;
}
@media screen and (max-width: 780px) {
    .l-footer_business {
        flex-direction: column;
        gap: 15px;
    }
}

.l-footer_upper {
    align-items: center;
    justify-content: space-between;
}

.l-footer_nav {
    margin-top: 0;
}

.l-footer_businessNav {
    display: flex;
}
@media screen and (max-width: 780px) {
    .l-footer_businessNav {

    }
}

.l-footer_businessNav_item {
    display: flex;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
    padding: 15px;
    border-radius: 40px;
    width: 144px;
    text-align: center;
    justify-content: center;
}
.l-footer_businessNav_item.-document {
    background-color: #4574C4;
}
.l-footer_businessNav_item.-contact {
    background-color: #009CA4;
}

.l-footer_app_business {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    text-align: center;
    padding: 0.2rem;
}
@media screen and (max-width: 780px) {
    .l-footer_businessNav {
        width: 100%;
        justify-content: center;
    }
    .l-footer_content {
        width: 100%;
    }
    .l-footer_nav {
        width: 100%;
        border-top: 1px dashed #4F6ADC;
        padding-top: 15px;
    }
    .l-footer_business {
        border-top: 0;
        margin-top: 0;
        gap: 0;
        padding: 0;
        padding-top: 15px;
        padding-bottom: 12px;
    }
    .l-footer_business_link {
        padding: 3px 0;
    }
    .l-footer_business_link + .l-footer_business_link {
    }
    .l-footer_businessNav_item {
        width: 45%;
    }
}

.p-businessHeader {
    background-image: url('/cms/wp-content/themes/uqeyTheme/assets/img/page/business/pageheader_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 80px;
}
@media screen and (max-width: 780px) {
    .p-businessHeader {
        background-image: url('/cms/wp-content/themes/uqeyTheme/assets/img/page/business/pageheader_bg-sp.png');
        padding-top: 0;
        margin-top: 65px;
        padding-bottom: 50px;
    }
}

.p-businessHeader_container {
    max-width: calc(1080px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;

}
@media screen and (max-width: 780px) {
    .p-businessHeader_container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}

.p-businessHeader_breadcrumb {
    display: flex;

}
@media screen and (max-width: 780px) {
    .p-businessHeader_breadcrumb {
        display: block;
        line-height: 1.4;
    }
    .p-businessHeader_breadcrumb_item {
        display: inline;
    }
}

.p-businessHeader_breadcrumb_item {
    font-size: 13px;
}

.p-businessHeader_breadcrumb_item + .p-businessHeader_breadcrumb_item::before {
    content: '／';
    margin: 0 1rem;
}
@media screen and (max-width: 780px) {
    .p-businessHeader_breadcrumb_item {

    }
}


.p-businessHeader_title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    line-height: 1;
}
@media screen and (max-width: 780px) {
    .p-businessHeader_title {
        margin-top: 20px;
    }
}

.p-businessHeader_title_sub {
    font-size: 36px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #293E8F;
    line-height: 1;
}
@media screen and (max-width: 780px) {
    .p-businessHeader_title_sub {
        font-size: 24px;
    }
}

.p-businessHeader_title_main {
    font-size: 24px;
    font-family: "LINE Seed JP Bold", sans-serif;
    line-height: 1;
}
@media screen and (max-width: 780px) {
    .p-businessHeader_title_main {
        font-size: 18px;

    }
}

.p-business-faq {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 780px) {
    .p-business-faq {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.js-pagetop--business {
    bottom: 60px;
}
@media screen and (max-width: 780px) {
    .js-pagetop--business {
        bottom: 15px;
        left: auto;
        right: 20px;
    }
}
