@charset "UTF-8";
.mv_wrap {
    padding: 42px 0;
    background: #F2F5FA;
}
.mv_in {
    width: 100%;
    max-width: 1000px;
    height: 383px;
    padding: 30px 50px;
    margin: 0 auto;
    background: #fff url(/groupbenefit/cmn/img/gpa_mv.jpg) no-repeat center;
    box-sizing: border-box;
    color: #4E4F55;
}
.mv-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.mvDisc-txt {
    font-size: 57px;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    display: inline-block;
}
.mvDisc-txt .is-lspa {
    letter-spacing: 0.025em;
}
.mvDisc-txt .is-red {
    font-size: 61px;
    color: #EB0F17;
    padding: 0 8px;
}
.mvDisc-txt .is-red .is-fzl {
    font-size: 118px;
}
.mvDisc-txt .is-add {
    position: absolute;
    font-size: 11px;
    top: 48px;
    right: 0;
}
.mv-txt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 18px;
}
.mvBtn_wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 20px;
}
.mv_btn {
    width: 239px;
    height: 54px;
}
.mv_btn a,
.life_btn a,
.web_btn a,
.float_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #004DA0;
    color: #004DA0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    background: #fff;
    transition: .2s;
    line-height: 1;
}
.mv_btn.is-ver2 a,
.web_btn.is-ver2 a,
.float_btn.is-ver2 a {
    background: #004DA0;
    color: #fff;
}
.mv_btn a::before,
.life_btn a::before,
.web_btn a::before,
.float_btn a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 14px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../img/gpa_arw_bl.svg) no-repeat center / 100% auto;
}
.mv_btn.is-ver2 a::before,
.web_btn.is-ver2 a::before,
.float_btn.is-ver2 a::before {
    background: url(../img/gpa_arw_wh.svg) no-repeat center / 100% auto;
}
.gpa_in.ver1 {
    padding: 70px 0 87px;
    text-align: center;
}
.gpa_in.ver2 {
    padding-bottom: 80px;
    text-align: center;
}
.gpa_in.ver3 {
    padding: 63px 0 120px;
    text-align: center;
}
.gpa-ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #4E4F55;
    line-height: 1.5;
}
.gpa_in.ver1 .gpa-ttl,
.gpa_in.ver3 .gpa-ttl,
.gpa_in.ver3 .gpa-txt {
    margin-bottom: 30px;
}
.gpa_in.ver2 .gpa-ttl {
    margin-bottom: 70px;
}
.blue_bg .gpa-ttl {
    color: #204DA0;
    margin-bottom: 42px;
    line-height: 1.2;
}
.gpa-txt {
    font-size: 16px;
    line-height: 1.62;
}
.gpa-txt .is-fzs {
    font-size: 14px;
}
.gpa_in.ver1 .gpa-txt {
    margin-bottom: 64px;
}
.family_wrap .gpa-txt {
    display: inline-block;
    padding-right: 222px;
    position: relative;
}
.family_wrap .gpa-txt::before {
    content: "";
    position: absolute;
    background: url(../img/gpa_img02.svg) no-repeat center / 100% auto;
    width: 160px;
    height: 124px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.blue_bg {
    background: #F2F5FA;
    padding: 60px 0 66px;
}
.life_wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 57px 39px;
}
.lifePack_wrap {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.lifePack-ttl {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #3D90E3;
    text-align: center;
    line-height: 1.68;
    padding: 12px 0 6px;
}
.lifePack_in {
    padding: 16px 25px 25px 40px;
}
.fee_wrap {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #707070;
}
.fee-txt {
    font-size: 14px;
}
.fee-txt .is-fzl {
    font-size: 18px;
}
.fee-txt2 {
    font-size: 12px;
}
.lifePack_dl dt {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 1.4;
}
.lifePack_dl dd {
    font-size: 14px;
    line-height: 2;
}
.lifePack_dl dd .txt {
    padding-left: 0.8em;
    position: relative;
}
.lifePack_dl dd .txt::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -2px;
}
.blue_bg2 {
    padding: 47px 0;
    background: #E3EFFD;
}
.lifeBtn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 63px;
}
.life_btn {
    width: 345px;
    height: 66px;
}
.life_btn a {
    font-size: 16px;
}
.life_btn a .is-fzs {
    font-size: 12px;
}
.web_btn {
    width: 453px;
    height: 80px;
    margin: 0 auto;
}
.web_btn a {
    font-size: 22px;
}
.web_btn.is-ver3 {
    margin-bottom: 20px;
}
.web-txt {
    font-size: 18px;
    margin-top: 30px;
}
.web-txt {
    font-size: 18px;
}
.web-txt2 {
    margin: 5px 0 60px;
}
.is-bold {
    font-weight: bold;
}
.note_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 70px auto 0;
    padding: 60px 30px 0;
    text-align: left;
    border-top: 1px solid #C9C9C9;
    box-sizing: border-box;
}
.note-txt {
    margin-bottom: 20px;
}
.note_lst li {
    font-size: 12px;
    padding-left: 1em;
    position: relative;
}
.note_lst li .is-add {
    position: absolute;
    top: -1px;
    left: 0;
}
.lifeDtl_btn,
.float_wrap {
    display: none;
}
@media (min-width: 768px) {
    .mv_btn a:hover,
    .life_btn a:hover,
    .web_btn a:hover {
        text-decoration: none;
        background: #004DA0;
        color: #fff;
    }
    .mv_btn.is-ver2 a:hover,
    .web_btn.is-ver2 a:hover {
        background: #fff;
        color: #004DA0;
    }
    .mv_btn a:hover::before,
    .life_btn a:hover::before,
    .web_btn a:hover::before {
        background: url(../img/gpa_arw_wh.svg) no-repeat center / 100% auto;
    }
    .mv_btn.is-ver2 a:hover::before,
    .web_btn.is-ver2 a:hover::before {
        background: url(../img/gpa_arw_bl.svg) no-repeat center / 100% auto;
    }
}
@media screen and (max-width: 767px) {
    .mv-ttl {
        font-size: 19px;
        letter-spacing: 0.02em;
        padding: 15px 17px;
        border-top: #C9C9C9 1px solid;
    }
    .mv_wrap {
        padding: 15px 17px 95px;
        position: relative;
    }
    .mv_in {
        height: 222px;
        padding: 20px 18px;
        background: #fff url(/groupbenefit/cmn/img/sp/gpa_mv.jpg) no-repeat center / 100% auto;
    }
    .mvDisc-txt {
        font-size: 28px;
        margin-bottom: 12px;
        line-height: 1;
    }
    .mvDisc-txt .is-lspa {
        font-size: 16px;
        letter-spacing: 0.017em;
    }
    .mvDisc-txt .is-red {
        font-size: 30px;
        padding: 0 4px 0 0;
    }
    .mvDisc-txt .is-red .is-fzl {
        font-size: 59px;
    }
    .mvDisc-txt .is-add {
        font-size: 11px;
        top: 43px;
        right: 2px;
    }
    .mv-txt {
        font-size: 11px;
    }
    .mvBtn_wrap {
        position: absolute;
        bottom: 25px;
        left: 0;
        justify-content: center;
        gap: 0 15px;
        width: 100%;
    }
    .mv_btn {
        width: calc((100% - 50px) / 2);
        height: 50px;
    }
    .mv_btn a,
    .float_btn a {
        font-size: 13px;
        padding-right: 10px;
    }
    .mv_btn a::before,
    .life_btn a::before,
    .float_btn a::before {
        width: 8px;
        height: 10px;
        right: 6px;
    }
    .gpa_in.ver1 {
        padding: 45px 17px;
    }
    .gpa_in.ver2 {
        padding: 0 17px 40px;
    }
    .gpa_in.ver3 {
        padding: 60px 17px;
    }
    .gpa-ttl {
        font-size: 20px;
    }
    .gpa_in.ver1 .gpa-ttl,
    .gpa_in.ver3 .gpa-ttl,
    .gpa_in.ver3 .gpa-txt {
        margin-bottom: 22px;
    }
    .gpa_in.ver2 .gpa-ttl {
        margin-bottom: 29px;
    }
    .blue_bg .gpa-ttl {
        margin-bottom: 30px;
    }
    .gpa-txt,
    .life_btn a,
    .life_btn a .is-fzs {
        font-size: 14px;
    }
    .gpa-txt .is-fzs {
        font-size: 12px;
    }
    .gpa_in.ver1 .gpa-txt {
        margin-bottom: 26px;
    }
    .family_wrap .gpa-txt {
        padding: 147px 0 0;
    }
    .family_wrap .gpa-txt::before {
        top: 0;
        right: 50%;
        transform: translateX(50%);
    }
    .gpa_img img {
        width: 100%;
        max-width: 340px;
        height: auto;
    }
    .blue_bg {
        padding: 35px 17px 69px;
    }
    .lifePack_wrap {
        border-radius: 15px;
    }
    .lifePack-ttl {
        font-size: 19px;
    }
    .lifePack_in {
        padding: 17px 13px 24px;
    }
    .lifePack_dl dt {
        margin-bottom: 8px;
    }
    .lifeDtl_btn {
        width: 171px;
        height: 30px;
        border: 1px solid #204DA0;
        border-radius: 25px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .lifeDtl_btn::before {
        content: "";
        position: absolute;
        background: url(../img/gpa_arw_d.svg?1) no-repeat center / 100% auto;
        width: 11px;
        height: 6px;
        top: 50%;
        right: 13px;
        margin-top: -2px;
    }
    .lifeDtl_btn.is-on::before {
        transform: scale(1, -1);
    }
    .lifeDtl_btn .btn-txt {
        font-size: 12px;
        color: #204DA0;
        display: inline-block;
    }
    .lifeDtl_wrap {
        display: none;
        margin-bottom: 12px;
    }
    .blue_bg2 {
        padding: 31px 17px;
    }
    .lifeBtn_wrap {
        flex-direction: column;
        gap: 10px 0;
    }
    .life_btn,
    .web_btn {
        width: 100%;
        height: 55px;
    }
    .life_btn a {
        padding-right: 0;
    }
    .web_btn a {
        font-size: 14px;
    }
    .web_btn.is-ver2 a {
        font-size: 18px;
    }
    .web-txt2 {
        margin: 5px 0 26px;
    }
    .note_wrap {
        margin-top: 30px;
        padding: 30px 0 0;
    }
    .note-txt {
        font-size: 11px;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .note_lst li {
        font-size: 10px;
    }
    .float_wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F2F5FA;
        padding: 20px 0 25px;
        gap: 0 15px;
        position: fixed;
        left: 0;
        bottom: 0;
    }
    .float_btn {
        width: calc((100% - 50px) / 2);
        height: 50px;
    }
}
@media (max-width: 374px) {
    .mv_wrap {
        padding-bottom: 130px;
    }
    .mvBtn_wrap {
        flex-direction: column;
        gap: 10px 0;
        bottom: 10px;
    }
    .mv_btn {
        width: calc(100% - 37px);
    }
    .lst_dtl dt {
        font-size: 14px;
    }
    .float_wrap {
        gap: 0 10px;
    }
    .float_btn {
        width: calc((100% - 30px) / 2);
    }
}
