@charset "UTF-8";
.blue_bg {
    background: #F4FAFF;
}
.top_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 95px 0 110px;
    box-sizing: border-box;
}
.top_wrap.corporate_wrap {
    padding-top: 0;
}
.top-ttl {
    padding-left: 45px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    margin-bottom: 50px;
}
.topics_wrap .top-ttl {
    margin-bottom: 60px;
}
.top-ttl::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #004C8D;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.top-ttl .is-en {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 500;
    color: #A0A0A0;
    padding-left: 23px;
}
.topics_lst li {
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 20px 30px 45px;
}
.topics_lst li:first-of-type {
    border-top: 1px solid #E0E0E0;
}
.topics_lstdl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 45px;
}
.topics_lstdl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 27px;
}
.topics_lstdl dt .date-txt {
    font-size: 16px;
}
.topics_lstdl dt .tag-txt {
    font-size: 12px;
    border: 1px solid #E0E0E0;
    min-width: 100px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
.topics_lstdl dd a {
    font-size: 16px;
    color: #005BAC;
    text-decoration: underline;
}
.topics_btn {
    margin: 50px auto 0;
    width: 300px;
    height: 70px;
}
.topics_btn a {
    font-size: 16px;
    font-weight: bold;
    color: #005BAC;
    background: #fff;
    border: 1px solid #005BAC;
    border-radius: 6px;
    line-height: 1.5;
    text-align: center;
}
.topics_btn a::before {
    content: "";
    position: absolute;
    background: url(../svg/arrow_bl.svg) no-repeat center / 12px auto;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.top-btn_wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
}
.top-btn {
    width: calc(50% - 20px);
    height: 138px;
}
.corporate_wrap .top-btn {
    width: 580px;
}
.top-btn a .txt {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
.top-btn a {
    border-radius: 15px;
    overflow: hidden;
}
.column_wrap .top-btn a {
    padding-left: 24.7%;
    border: 2px solid #97CAEB;
    color: #005BAC;
    font-size: min(2vw,22px);
    background: #fff;
}
.products_wrap .top-btn a {
    font-size: min(2.2vw, 24px);
    line-height: 1.8;
    color: #fff;
    padding-left: 30px;
}
.products_wrap .top-btn.is-active a {
    background: #005BAC;
    border: 4px solid #005BAC;
}
.products_wrap .top-btn.is-ob a {
    background: #F59D68;
    border: 4px solid #F59D68;
}
.corporate_wrap .top-btn a {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
    padding-left: 150px;
    background: #00AC8B;
    border: 4px solid #00AC8B;
}
.top-btn a::before,
.top-btn a::after,
.top-btn a .txt::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top-btn a::before {
    width: 22%;
    height: 100%;
    left: 0;
}
.top-btn a::after {
    width: 37px;
    height: 37px;
    border-radius: 4px;
    background-size: 14px;
    right: 30px;
}
.column_wrap .top-btn.is-column a::before {
    background: url(/cmn/svg/icn_column.svg) no-repeat right / 162px auto;
    transform: rotate(-11deg);
    top: -28px;
    left: -10px;
    opacity: .4;
    height: 170px;
}
.column_wrap .top-btn.is-faq a::before {
    background: url(/cmn/svg/icn_faq.svg) no-repeat center / 64px auto;
}
.column_wrap .top-btn a::after {
    background: #005BAC url(/cmn/svg/arrow_wh.svg) no-repeat center / 14px auto;
}
.products_wrap .top-btn.is-active a::after {
    background: #2975B9 url(/cmn/svg/arrow_wh.svg) no-repeat center / 14px auto;
}
.products_wrap .top-btn.is-ob a::after {
    background: #F7AD80 url(/cmn/svg/arrow_wh.svg) no-repeat center / 14px auto;
}
.corporate_wrap .top-btn a::before {
    background: #D7F5F0 url(/cmn/svg/icn_houjin.svg) no-repeat center / 61px auto;
}
.corporate_wrap .top-btn a::after {
    background: #29B99E url(/cmn/svg/arrow_wh.svg) no-repeat center / 100% auto;
    background-size: 14px;
}
.top-btn a .txt {
    padding: 0 96px 0 0;
    font-weight: 500;
    line-height: 1.5;
}
.top-btn a .txt::before {
    width: 1px;
    height: 93px;
    right: 96px;
}
.column_wrap .top-btn a .txt::before {
    border-right: 1px solid #EBF0F3;
}
.products_wrap .top-btn a .txt::before,
.corporate_wrap .top-btn a .txt::before {
    border-right: 1px solid #fff;
    opacity: 0.16;
}
.products_wrap .top-btn a .lnk-txt {
    padding-right: 8px;
}
.top-txt {
    font-size: 16px;
    margin-bottom: 50px;
}
.products_lst1,
.products_lst2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}
.products_lst1 {
    margin: 108px auto 50px;
}
.products_lst1 li,
.products_lst2 li {
    background: #fff;
    padding: 75px 22px 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    width: 380px;
}
.products_lst1 li::before,
.products_lst2 li::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.products_lst1 li:nth-child(1)::before {
    background: url(/cmn/svg/icn_ins01.svg) no-repeat center / 100% auto;
    width: 50px;
    height: 35px;
}
.products_lst1 li:nth-child(2)::before {
    background: url(/cmn/svg/icn_ins02.svg) no-repeat center / 100% auto;
    width: 36px;
    height: 35px;
}
.products_lst2 li:nth-child(1)::before {
    background: url(/cmn/svg/icn_ins03.svg) no-repeat center / 100% auto;
    width: 29px;
    height: 35px;
}
.products_lst2 li:nth-child(2)::before {
    background: url(/cmn/svg/icn_ins04.svg) no-repeat center / 100% auto;
    width: 43px;
    height: 34px;
}
.products_lst2 li:nth-child(3)::before {
    background: url(/cmn/svg/icn_ins05.svg) no-repeat center / 100% auto;
    width: 41px;
    height: 38px;
}
.products-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}
.products_lst2 li:nth-child(3) .products-ttl {
    margin: 20px 0;
}
.products-txt {
    font-size: 16px;
    margin: -8px 0 10px;
}
.discount-txt {
    display: inline-block;
    background: #EDF7FD;
    color: #005BAC;
    padding: 8px 15px;
    font-size: 22px;
    font-weight: bold;
}
.discount-txt .fz-l {
    font-size: 28px;
    line-height: 1;
}
.company_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 32px 0;
    box-sizing: border-box;
}
.company_in {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #005BAC;
    padding: 25px 65px 12px 12px;
    box-sizing: border-box;
    cursor: pointer;
}
.company-txt {
    font-size: 14px;
    width: calc(100% - 38.8%);
    padding: 0 10px 0 10px;
    box-sizing: border-box;
}
.company_logo.is-01 {
    max-width: 312px;
    width: 27.8%;
}
.company_logo.is-02 {
    max-width: 123px;
    width: 11%;
}
.company_logo img {
    width: 100%;
    height: auto;
}
.productsMv_wrap {
    width: 580px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 60px;
    border: 2px solid #97CAEB;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    background: #97CAEB;
}
.productsMv_wrap video {
    width: 100%;
    height: 100%;
}
.is-ssp {
    display: none;
}
.descri-txt {
    padding-bottom: 25px;
    text-align: center;
}
@media (min-width: 896px) {
    .topics_lstdl dd a:hover {
        text-decoration: none;
    }
    .column_wrap .top-btn a:hover,
    .company_wrap a:hover {
        background: #F4FAFF;
    }
    .products_wrap .top-btn a:hover,
    .corporate_wrap .top-btn a:hover {
        opacity: .8;
    }
    .topics_btn a:hover {
        background: #005BAC;
        color: #fff;
    }
    .topics_btn a:hover::before {
        background: url(../svg/arrow_wh.svg) no-repeat center / 12px auto;
    }
}
@media only screen and (max-width: 896px) {
    .top_wrap {
        width: 100%;
        padding: 45px 20px 60px;
    }
    .top-ttl {
        padding-left: 20px;
        font-size: min(5.86vw,22px);
        margin-bottom: 30px;
        margin-right: -20px;
        white-space: nowrap;
    }
    .topics_wrap .top-ttl,
    .column_wrap .top-ttl {
        margin-bottom: 39px;
    }
    .top-ttl::before {
        width: 15px;
    }
    .top-ttl .is-en {
        font-size: min(3.6vw,14px);
        padding-left: 5px;
    }
    .topics_lst li {
        padding: 11px 0;
    }
    .topics_lstdl {
        flex-direction: column;
        align-items: start;
        gap: 6px 0;
    }
    .topics_lstdl dt {
        gap: 0 11px;
    }
    .topics_lstdl dt .date-txt {
        font-size: 12px;
    }
    .topics_lstdl dt .tag-txt {
        font-size: 12px;
        padding: 6px 0 4px;
        min-width: 71px;
        line-height: 1;
    }
    .topics_lstdl dd a {
        font-size: 14px;
        line-height: 2;
    }
    .topics_btn {
        max-width: 300px;
        width: 100%;
        height: 60px;
    }
    .top-btn_wrap {
        flex-direction: column;
        gap: 22px 0;
    }
    .top-btn,
    .corporate_wrap .top-btn {
        width: 100%;
        height: 90px;
    }
    .top-btn.is-column {
        height: 84px;
    }
    .top-btn a::before {
        width: 28.5%;
    }
    .column_wrap .top-btn a {
        padding-left: 28.5%;
        font-size: min(4.2vw,22px);
    }
    .column_wrap .top-btn.is-column a::before {
        background: url(/cmn/svg/icn_column.svg) no-repeat left center / 90px auto;
        top: -15px;
        left: -15px;
        height: 100px;
    }
    .column_wrap .top-btn.is-faq a::before {
        background: url(/cmn/svg/icn_faq.svg) no-repeat left 18px center / 48px auto;
    }
    .corporate_wrap .top-btn a {
        padding-left: 24.2%;
        font-size: min(4.2vw, 22px);
        border: 2px solid #00AC8B;
    }
    .corporate_wrap .top-btn a::before {
        width: 24.2%;
        background: #D7F5F0 url(/cmn/svg/icn_houjin.svg) no-repeat center / 35px auto;
    }
    .top-btn a .txt {
        padding: 0 60px 0 10px;
        line-height: 1.45;
    }
    .top-btn a .txt::before {
        height: 56px;
        right: 60px;
    }
    .top-btn a::after {
        width: 22px;
        height: 22px;
        right: 20px;
    }
    .column_wrap .top-btn a::after {
        background: #005BAC url(/cmn/svg/arrow_wh.svg) no-repeat center / 9px auto;
    }
    .products_wrap .top-btn.is-active a::after,
    .products_wrap .top-btn.is-ob a::after,
    .corporate_wrap .top-btn a::after {
        background-size: 10px auto;
    }
    .products_wrap .top-btn a {
        padding-left: 25px;
        font-size: min(5.3vw, 20px);
    }
    .products_lst1 {
        margin: 40px auto 30px;
    }
    .products_lst1 li,
    .products_lst2 li {
        width: 100%;
        padding: 95px 10px 30px;
    }
    .products_lst1 li:nth-child(2),
    .products_lst2 li:nth-child(1) {
        padding-top: 100px;
    }
    .products_lst1 li:nth-child(1)::before {
        width: 70px;
        height: 50px;
    }
    .products_lst1 li:nth-child(2)::before {
        width: 70px;
        height: 67px;
        top: 25px;
    }
    .products_lst2 li:nth-child(1)::before {
        width: 50px;
        height: 60px;
        top: 25px;
    }
    .products_lst2 li:nth-child(2)::before {
        width: 70px;
        height: 55px;
    }
    .products_lst2 li:nth-child(3)::before {
        width: 70px;
        height: 64px;
        top: 20px;
    }
    .products-ttl {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .products_wrap .top-btn a .lnk-txt {
        padding: 0;
    }
    .products_lst2 li:nth-child(3) .products-ttl {
        margin: 0 0 10px;
    }
    .discount-txt {
        padding: 8px 10px;
        font-size: min(5.3vw, 20px);
    }
    .products_lst2 li:nth-child(3) .discount-txt {
        padding: 8px 25px;
    }
    .discount-txt .fz-l {
        font-size: min(6.9vw, 26px);
    }
    .top-txt {
        margin-bottom: 24px;
    }
    .products-txt {
        font-size: min(4.6vw, 18px);
        margin: -15px 0 7px;
    }
    .company_wrap {
        width: 100%;
        padding: 24px 20px;
    }
    .company_in {
        flex-direction: column;
        padding: 10px;
        gap: 8px;
    }
    .company_logo.is-01 {
        width: 154px;
    }
    .company-txt {
        font-size: 12px;
        width: 100%;
        padding: 0;
    }
    .company_logo.is-02 {
        display: none;
    }
    .productsMv_wrap {
        width: 100%;
    }
    .descri-txt {
        padding: 0 20px 20px;
        text-align: left;
    }
}
@media only screen and (max-width: 374px) {
    .top-btn a .txt {
        padding: 0 60px 0 0;
    }
    .column_wrap .top-btn a {
        padding-left: 25%;
    }
    .products_wrap .top-btn a {
        padding-left: 10px;
    }
    .is-ssp {
        display: block;
    }
    .corporate_wrap .top-btn a .txt {
        padding: 0 60px 0 10px;
    }
}
