@charset "UTF-8";

.pc_none {
    display: none !important;
}

.sp_none {
    display: block !important;
}

/* ============
header
============ */
.siteHeader__bnr01 {
    background: #fb9101;
    border: 0.2rem solid #fb9101;
    color: #FFF;
    border-radius: 0.8rem;
    padding: .6rem 1rem;
    display: flex;
    align-items: center;
    width: 260px;
}

.siteHeader__bnr01 img {
    width: 32px;
    margin-right: .5rem;
}

.siteHeader__bnr01:hover {
    background: #FFF;
    border: 0.2rem solid #fb9101;
    color: #fb9101;
}



.siteHeader__bnr02 {
    background: #3ac578;
    border: 0.2rem solid #3ac578;
    color: #FFF;
    border-radius: 0.8rem;
    padding: .6rem 1rem;
    display: flex;
    align-items: center;
    width: 260px;
}

.siteHeader__bnr02 img {
    width: 32px;
    margin-right: .5rem;
}

.siteHeader__bnr02 span {
    background-color: #FFF;
    border-radius: 999px;
    color: #3ac578;
    padding: .5rem .8rem;
    margin-right: .5rem;
}

.siteHeader__bnr02:hover {
    background: #FFF;
    border: 0.2rem solid #3ac578;
    color: #3ac578;
}

.siteHeader__bnr02:hover span {
    background-color: #3ac578;
    color: #FFF;
}

.siteHeader__content_sp {
    display: none !important;
}


/* ============
KV
============ */
.secKv {
    background-image: url(../images/topPage/secKv_bg02.png);
    position: relative;
    overflow: unset;
}

.secKv__inner {
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
}

.secKv__contentSpan {
    padding: .6rem;
    padding-bottom: .3rem;
    font-size: 3.8rem;
}

.secKv__contentSpanX {
    padding-left: 0;
}

.secKv__contentSpan03 {
    font-size: 4.8rem;
    line-height: 1.2;
    display: inline-block;
    margin-top: 2rem;
}

.secKv__contentSpan04 {
    font-size: 8.2rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.secKv__fgr01 {
    margin-top: 4rem;
    margin-bottom: 3rem;
    margin-left: 0;
    min-width: auto;
    text-align: center;
}

.secKv__fgr01 img {
    max-width: 587px;
    width: 100%;
}

.secKv__fgr02 {
    display: none;
}

/* ============
CTA box
============ */
.secCta_wrap {
    background-color: #FFF;
    border: 4px solid #2a4bbc;
    border-radius: 20px;
    position: absolute;
    bottom: -29%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    max-width: 970px;
    z-index: 90;
}

.secCta_inner {
    display: flex;
    gap: 20px;
    padding: 25px;
    align-items: start;
}

.cta_btn_dl {
    width: 100%;
    background-color: #3ac578;
    border: solid 2px #3ac578;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    color: #FFF;
    position: relative;
    padding: 1.5rem;
    transition: .5s;
    text-align: left;
}

.cta_btn_dl .txt_l {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 1rem;
    vertical-align: middle;
    line-height: 1;
}

.cta_btn_dl .txt_l span {
    background-color: #FFF;
    border-radius: 999px;
    color: #3ac578;
    padding: 0 .6rem;
    font-size: 1.6rem;
    line-height: 0;
    line-height: 0;
}

.cta_btn_dl .txt_s {
    font-size: 1.8rem;
    font-weight: bold;
}

.cta_btn_dl::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
}

.cta_btn_dl img {
    width: 6rem;
}

.cta_btn_dl:hover {
    background-color: #FFF;
    border: solid 2px #3ac578;
    color: #3ac578;
}

.cta_btn_dl:hover span {
    background-color: #3ac578;
    color: #FFF;
}

.cta_btn_dl:hover::after {
    border-top: solid 3px #3ac578;
    border-right: solid 3px #3ac578;
}



.cta_btn_contact {
    width: 100%;
    background-color: #fb9101;
    border: solid 2px #fb9101;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    color: #FFF;
    position: relative;
    padding: 1.5rem;
    transition: .5s;
    text-align: left;
}

.cta_btn_contact .txt_l {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 1rem;
    vertical-align: middle;
    line-height: 1;
}

.cta_btn_contact .txt_l span {
    background-color: #FFF;
    border-radius: 999px;
    color: #fb9101;
    padding: 0 .6rem;
    font-size: 1.6rem;
}

.cta_btn_contact .txt_s {
    font-size: 1.8rem;
    font-weight: bold;
}

.cta_btn_contact::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
}

.cta_btn_contact img {
    width: 6rem;
}

.cta_btn_contact:hover {
    background-color: #FFF;
    border: solid 2px #fb9101;
    color: #fb9101;
}

.cta_btn_contact:hover::after {
    border-top: solid 3px #fb9101;
    border-right: solid 3px #fb9101;
}

.secCta_wrap .tel {
    background-color: #2a4bbc;
    color: #FFF;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    border-radius: 0 0 10px 10px;
}

.secCta_wrap .tel img {
    width: 50px;
}

.secCta_wrap .tel .txt_l {
    font-size: 2.2rem;
}

.secCta_wrap .tel .txt_num {
    font-size: 4rem;
}

.secCta_wrap .tel .txt_s {
    font-size: 1.6rem;
}

.cta_btn_tel {
    display: none;
}

/* ============
Companies
============ */
.secCompanies {
    margin-top: 25rem;
}

/* ============
secAbout
============ */
.secAbout__content {
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
}

.secAbout__content p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.secAbout__headerLogo img {
    width: 25rem;
    margin-right: 1rem;
}

.secAbout__content_box {
    width: 48%;
    border: solid 4px #2a4bbc;
    border-radius: 20px;
    padding: 2rem;
}

.secAbout__content_box h3 {
    font-weight: bold;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    gap: .6rem;
}

.secAbout__content_box h3 p {
    font-size: 2.4rem;
}

.secAbout__content_box h3 .num {
    color: #2a4bbc;
    font-size: 5rem
}

.txt_blue {
    color: #2a4bbc;
    font-weight: bold;
}

/* ============
secContactarea
============ */
.secContactarea {
    background-image: url(../images/topPage/secContact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.secContactarea p {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
}

.secContactarea__inner {
    width: 95%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.secContactarea .copy_box img {
    width: 75%;
    max-width: 304px;
}

.secContactarea .txtbg_w {
    background-color: #FFF;
    color: #2a4bbc;
    font-weight: bold;
    padding: .2rem;
    width: fit-content;
    font-size: 2rem;
    margin-top: 2rem;
}

.secContactarea .copy {
    font-size: 6.8rem;
    color: #FFF;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 2rem;
}

.secContactarea .cta_box {
    width: 55%;
    max-width: 600px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 2.5rem;
}

.secContactarea h2 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #152753;
    margin-bottom: 1rem;
}

.secContactarea .cta_btn_dl,
.cta_btn_contact {
    margin-bottom: 1rem;
}

.secContactarea .tel {
    display: flex;
    gap: 10px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 1rem;
}

.secContactarea .tel img {
    width: 40px;
}

.secContactarea .tel .num {
    font-size: 3.6rem;
    color: #2a4bbc;
}

.secContactarea .tel .txt_s {
    font-size: 1.6rem;
    color: #152753;
}

/* ============
footer
============ */
.siteFooter__innerArea {
    text-align: center;
}

.siteFooter__clmArea {
    justify-content: center;
    gap: 2rem;
    padding: 6rem 0 4rem 0;
    align-items: center;
}

.siteFooter__innerArea .secCta_wrap {
    position: relative;
    margin-bottom: 3rem;
}

.siteFooter .siteFooter__pageLink02 {
    color: #0F1931;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    padding-left: 18px;
    translate: .5s;
}

.siteFooter .siteFooter__pageLink02::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #2a4bbc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.siteFooter .siteFooter__pageLink02::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
}

.siteFooter .siteFooter__pageLink02:hover {
    color: #2a4bbc;
}

.siteFooter__caption {
    font-weight: bold;
    margin-top: 1rem;
}

/* ============
SP
============ */

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

    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }

    /* header */
    .siteHeader {
        padding-top: 0;
    }

    .is_login_user .siteHeader {
        top: 0px;
    }

    .siteHeader__inner {
        width: 100%;
        max-width: none;
        border-radius: 0;
        padding: 0;
        padding-left: 1rem;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .siteHeader__logo {
        width: 20%;
        min-width: 140px;
    }

    .siteHeader__content {
        display: none;
    }

    .siteHeader__content_sp {
        display: flex !important;
        position: relative;
        gap: 1px;
    }

    .siteHeader__btn02 {
        width: 6rem;
        height: 6rem;
        background: #3ac578;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        font-size: .8rem;
        padding: 1em 0;
    }

    .siteHeader__btn02 img {
        width: 4rem;
    }

    .siteHeader__btn01 {
        width: 6rem;
        height: 6rem;
        background: #fb9101;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        font-size: .8rem;
        padding: 1em 0;
    }

    .siteHeader__btn01 img {
        width: 4rem;
    }


    /* KV */
    .secKv {
        padding-top: 10rem;
        background-image: url(../images/topPage/secKv_bg_sp02.png);
        background-position: bottom;
        background-size: cover;
        overflow-x: unset;
        background-size: 100% auto;
    }

    .secKv__inner {
        flex-direction: column;
        padding: 0 1.6rem;
    }

    .secKv__content02 {
        order: 2;
    }

    .secKv__content {
        order: 1;
    }

    .secKv__contentSpan {
        font-size: 2.8rem;
    }

    .secKv__contentSpanX {
        font-size: 2.5rem;
    }

    .secKv__contentFlex .secKv__contentSpan {
        letter-spacing: -0.05em;
        padding: 0.3em;
        padding-bottom: .2em;
    }

    .secKv__contentFlex {
        align-items: center;
    }

    .secKv__contentSpan03 {
        font-size: 2.6rem;
    }

    .secKv__contentSpan04 {
        font-size: 3.1rem;
        letter-spacing: 10;
    }

    .secKv__contentSpan04 .br {
        display: none;
    }

    .secKv__fgr01 {
        display: none;
    }

    .secKv__fgr02 {
        display: block;
    }


    /* CTA box */
    .secCta_wrap {
        position: relative;
        width: 92%;
        margin: auto;
        margin-top: 2rem;
        border: 2px solid #2a4bbc;
    }

    .secCta_inner {
        flex-direction: column;
        padding: 1.2rem;
        gap: .8rem;
    }

    .cta_btn_dl {
        padding: 1rem;
    }

    .cta_btn_dl img {
        width: 40px;
    }

    .cta_btn_dl .txt_l span {
        font-size: 1.2rem;
    }

    .cta_btn_dl .txt_l {
        font-size: 1.6rem;
    }

    .cta_btn_dl .txt_s {
        font-size: 1.2rem;
    }

    .cta_btn_dl::after {
        right: 10px;
    }


    .cta_btn_contact {
        padding: 1rem;
    }

    .cta_btn_contact img {
        width: 40px;
    }

    .cta_btn_contact .txt_l span {
        font-size: 1.2rem;
    }

    .cta_btn_contact .txt_l {
        font-size: 1.6rem;
        padding-bottom: 0.3em;
    }

    .cta_btn_contact .txt_s {
        font-size: 1.2rem;
    }

    .cta_btn_contact::after {
        right: 10px;
    }

    .secContactarea .cta_btn_dl,
    .cta_btn_contact {
        margin-bottom: 0;
    }


    .cta_btn_tel {
        width: 100%;
        background-color: #2a4bbc;
        border: solid 2px #2a4bbc;
        width: 100%;
        border-radius: 10px;
        color: #FFF;
        position: relative;
        padding: 1rem;
        transition: .5s;
        display: block;
        text-align: center;
    }

    .cta_btn_tel_inner {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;
    }

    .cta_btn_tel img {
        width: 40px;
    }

    .cta_btn_tel .txt_l {
        font-size: 2.5rem;
        font-weight: bold;
        vertical-align: middle;
        line-height: 1;
    }

    .cta_btn_tel .txt_s {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .cta_btn_tel::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 3px #FFF;
        border-right: solid 3px #FFF;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
    }



    .secCta_wrap .tel {
        display: none;
    }

    .secCompanies {
        margin-top: 0;
    }

    .secAbout {
        padding: 5rem 0;
    }

    .secAbout__headerLogo img {
        width: 13rem;
        margin-right: 1rem;
    }

    .secAbout__content {
        flex-direction: column;
    }

    .secAbout__content_box {
        width: 100%;
        padding: 1.2rem;
        border: solid 2px #2a4bbc;
    }

    .secAbout__content_box h3 .num {
        font-size: 3.8rem;
    }

    .secAbout__content_box h3 p {
        font-size: 1.8rem;
        line-height: 1.2;
    }










    .secProblems__header_sub {
        font-size: 2rem;
    }

    .secProblems__inner {
        padding: 5rem 0;
    }

    .secProblems__list {
        margin: 5rem auto 0;
        gap: 5rem;
    }

    .secProblems__listItem:nth-of-type(1)::before {
        width: 8rem;
        top: -3rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .secProblems__listItem:nth-of-type(2)::before {
        width: 9.5rem;
        top: -3rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .secProblems__listItem:nth-of-type(3)::before {
        width: 9.5rem;
        top: -3rem;
        left: 0;
        right: 0;
        margin: auto;
    }



    .secSolution__inner {
        padding: 3rem 0 5rem;
    }

    .secSolution::before {
        top: -5rem;
        height: 1.4rem;
        padding-bottom: 8rem;
    }

    .secSolution__list {
        margin: 5rem auto 0;
        gap: 0;
    }

    .secSolution__listItem.u-sol01::before {
        width: 8rem;
        top: -3rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .secSolution__listItem.u-sol02::before {
        width: 9.5rem;
        top: -3rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .secSolution__listItem.u-sol03::before {
        width: 9.5rem;
        top: -3rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .secSolution__listItem.u-sol02 {
        margin-top: 5rem;
    }

    .secSolution__listItem.u-sol03 {
        margin-top: 5rem;
    }

    .secSolution__listItem.u-full {
        margin-top: 3rem;
    }

    .secSolution__listItemFullTtl {
        text-align: center;
    }

    .secSolution__listItemFullDesc {
        padding-top: 0;
    }

    .secFunc__list {
        margin: 2rem auto 0;
    }

    .secFunc__header {
        text-align: center;
        display: block;
    }

    .secContactarea {
        text-align: center;
        padding: 5rem 0;
    }

    .secContactarea__inner {
        flex-direction: column;
    }

    .secContactarea .txtbg_w {
        font-size: 1.6rem;
        letter-spacing: -0.05em;
        margin: auto;
        margin-top: 2rem;
        padding: 0 .2rem;
    }

    .secContactarea .copy {
        font-size: 2.8rem;
        margin-top: 1rem;
        margin-bottom: 1.6rem;
    }

    .secContactarea .cta_box {
        width: 100%;
        padding: 2.2rem 2rem;
        margin: auto;
    }

    .secContactarea h2 {
        font-size: 2.2rem;
    }

    .secContactarea .cta_box a {
        margin-bottom: 1rem;
    }

    .secContactarea .cta_btn_contact img {
        width: 40px;
    }

    .secContactarea .cta_btn_tel_inner {
        justify-content: flex-start;
    }

    .secTips__inner {
        padding: 5rem 0;
    }

    .secTips__swiperContainer {
        margin: 2rem 0;
    }

    .secTips__btn {
        margin: 0 auto;
    }

    .secCustomer__inner {
        padding: 5rem 0;
    }

    .secCustomer__header {
        font-size: 2.8rem;
    }

    .secCustomer__header::after {
        height: 0.4rem;
    }

    .secCustomer__swiperContainer {
        margin: 2rem 0;
    }

    .secCustomer__btn {
        margin: 0 auto;
    }

    .secPlans__inner {
        padding: 5rem 0;
    }

    .secPlans__txt {
        width: 90%;
    }

    .secPlans__list {
        gap: 1rem;
    }

    .secPlans__list.u-spDb {
        margin: 2rem 0;
    }

    .secPlans__listItemBtn {
        margin: 1rem auto 0;
    }

    .secPlans__caption {
        padding: 0;
    }

    .secUse__inner {
        padding: 5rem 0;
    }

    .secUse__headerCap {
        width: 90%;
    }

    .secUse__step {
        margin: 2rem auto 0;
    }

    .siteFooter__clmArea {
        padding: 5rem 0 1rem 0;
        gap: 1rem;
    }

    .siteFooter__logo {
        margin: auto;
        width: 20rem;
    }

    .siteFooter__caption {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .siteFooter .secCta_wrap {
        border: none;
        margin: 0 auto;
    }

    .siteFooter__nav {
        width: 80%;
        margin: 1.6rem auto 3.5rem;
        text-align: left;
    }

    .fixed_bnr {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #2a4bbc;
        padding: 1rem .7rem;
        z-index: 99;
        opacity: 0;
        /* ← デフォルト非表示 */
        pointer-events: none;
        transform: translateY(8px);
        transition: opacity .25s ease, transform .25s ease;
    }

    .fixed_bnr.is-show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .fixed_bnr_inner {
        display: flex;
        gap: .7rem;
    }

    .fixed_bnr_inner .cta_btn_dl img,
    .fixed_bnr_inner .cta_btn_contact img {
        width: 20%;
    }

    .fixed_bnr_inner .cta_btn_dl,
    .fixed_bnr_inner .cta_btn_contact {
        gap: 2%;
        padding: .4rem .6rem;
        border-radius: 6px;
    }

    .fixed_bnr_inner .txt_l {
        font-size: 1.4rem;
        line-height: 1.5;
        padding-bottom: 0;
    }

    .fixed_bnr_inner .txt_l span {
        font-size: 1rem;
        padding: 0 .4rem;
    }

    .fixed_bnr_inner .cta_btn_dl::after,
    .fixed_bnr_inner .cta_btn_contact::after {
        right: 3%;
        width: 4px;
        height: 4px;
        border-top: solid 2px #FFF;
        border-right: solid 2px #FFF;
    }

}