@charset 'UTF-8';

/* -------------------------------------------

タイトル

------------------------------------------- */

#page_ttl_benefit {
    background: url(../img/wff_be1_1.png) center center no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

#page_ttl_benefit.benefit02 {
    background-image: url(../img/wff_be2_1.png);
}

#page_ttl_benefit.benefit03 {
    background-image: url(../img/wff_be3_1.png);
}

#page_ttl_benefit.benefit04 {
    background-image: url(../img/wff_be4_1.png);
}

#page_ttl_benefit.benefit05 {
    background-image: url(../img/wff_be5_1.png);
}

#page_ttl_benefit.benefit06 {
    background-image: url(../img/wff_be6_1.png);
}

#page_ttl_benefit .page_ttl_benefit_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#page_ttl_benefit h2 {
    width: 350px;
    height: 60px;
    margin-bottom: 14px;
}

#page_ttl_benefit .p_benefit {
    font-size: 20px;
    background-color: #fff;
    padding: 8px 20px;
    height: 40px;
    position: relative;
    display: inline-block;
}

#page_ttl_benefit .p_benefit span {
    position: absolute;
    color: #fff;
    background-color: #004C94;
    width: 40px;
    height: 40px;
    top: 0;
    right: -40px;
    display: block;
    text-align: center;
    padding: 8px 0;
}

/* ボタンリンク */

.button_arrow {
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 5px 10px 5px 45px;
    border-left: none;
}

.button_arrow.next {
    left: initial;
    right: 0;
    padding: 5px 45px 5px 10px;
    border-left: 1px solid #fff;
    border-right: none;
}

.button_arrow:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 16px solid #ffffff;
    border-left: 0;
    margin-right: 10px;
}

.button_arrow.next:before {
    content: none;
}

.button_arrow.next:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #ffffff;
    border-right: 0;
    margin-right: initial;
    margin-left: 10px;
}

@media screen and (max-width: 1023px) {
    #page_ttl_benefit {
        height: 75px;
    }

    #page_ttl_benefit .page_ttl_benefit_inner {
        display: flex;
        align-items: center;
        padding: 0 20px;
        padding-right: 40px;
        justify-content: space-between;
    }

    #page_ttl_benefit h2 {
        width: 165px;
        height: 16px;
    }

    .button_arrow {
        display: none;
    }

    #page_ttl_benefit .p_benefit {
        font-size: 10px;
        padding: 5px 10px;
        height: 20px;
    }

    #page_ttl_benefit .p_benefit span {
        width: 20px;
        height: 20px;
        padding: 5px 0;
        right: -20px;
    }

}

/* -------------------------------------------

テキストスタイル（共通）

------------------------------------------- */

.benefit_h3_style {
    font-size: 38px;
    color: #414042;
    line-height: 1.58;
    text-align: center;
    margin-bottom: 45px;
    font-weight: normal;
}

.benefit_p_style {
    font-size: 16px;
    line-height: 2.3125;
    color: #231815;
}

.benefit_h4_style {
    font-size: 32px;
    color: #414042;
    margin-bottom: 45px;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
}

.benefit_h4_style.small {
    font-size: 28px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
    .benefit_h3_style {
        font-size: 19px;
        line-height: 1.47;
        margin-bottom: 25px;
    }

    .benefit_p_style {
        font-size: 15px;
        line-height: 2;
    }

    .benefit_h4_style {
        font-size: 19px;
        line-height: 1.47;
        margin-bottom: 25px;
    }

    .benefit_h4_style.small {
        font-size: 18px;
        line-height: 1.3666;
    }

}

/* -------------------------------------------

セクション01（共通）

------------------------------------------- */

#benefit01_section01 {
    padding: 80px 0 100px;
    max-width: 1000px;
    margin: 0 auto;
}

#product_line_up_back_gray_section.benefit {
    margin-bottom: 110px;
}

@media screen and (max-width: 1023px) {
    #benefit01_section01 {
        padding: 40px 20px;
    }

    #product_line_up_back_gray_section.benefi {
        margin-bottom: 90px;
    }

}


/* -------------------------------------------

カード（共通）

------------------------------------------- */

.card_section {
    background-color: #EBEBEB;
}

.card_section .section_inner {
    max-width: 1000px;
    margin: 0 auto;
}

.card_section .card_section_ttl {
    font-size: 28px;
    line-height: 1.9;
}

/* カード */

.benefit_item_card {
    border: 2px solid #000000;
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0 10px 7px rgba(0, 0, 0, 0.3);
}

.benefit_item_card_inner {
    padding: 45px 30px;
}

.benefit_card_ttl_style {
    color: #E50012;
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 1.416666;
}

.benefit_card_ttl_style.small {
    font-size: 24px;
    margin-bottom: 20px;
}

.benefit_card_p_style {
    color: #231815;
    font-size: 15px;
    line-height: 1.866666;
}

@media screen and (max-width: 1023px) {
    .card_section .section_inner {
        padding: 0 20px;
    }

    .card_section .card_section_ttl {
        font-size: 18px;
        line-height: 1.5;
    }

    .benefit_item_card {
        border-radius: 18px;
    }

    .benefit_item_card_inner {
        padding: 30px 18px;
    }

    .benefit_card_ttl_style,
    .benefit_card_ttl_style.small {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 1.2;
    }

    .benefit_card_ttl_style.small {
        margin-bottom: 12px;
    }

    .benefit_card_p_style {
        font-size: 15px;
        line-height: 2;
    }
}


/* ------------------------------------------------
---------------------------------------------------

ベネフィット０１

---------------------------------------------------
------------------------------------------------ */

#benefit01_section02 {
    padding: 85px 0;
    padding-bottom: 220px;
    position: relative;
}

#benefit01_section02 .content {
    z-index: 2;
    position: relative;
}

#benefit01_section02 .card_section_ttl {
    padding: 75px 60px;
}

#benefit01_section02 .benefit_item_card {
    max-width: 470px;
    position: relative;
}

#benefit01_section02 .img_block {
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    position: relative;
}

#benefit01_section02 .right .benefit_item_card:after {
    position: absolute;
    content: '';
    width: 140px;
    height: 140px;
    background: url(../img/wff_be1_4.png) center center no-repeat;
    background-size: contain;
    display: block;
    top: 215px;
    right: 50px;
}

#benefit01_section02 .person_img {
    position: absolute;
    max-width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin: 0 auto;
    height: 465px;
    bottom: 0;
    right: 0;
    z-index: 1;
    text-align: right;
}

#benefit01_section02 .person_img img {
    max-height: 100%;
}



#benefit01_section03 {
    padding-top: 110px;
    max-width: 1000px;
    margin: 0 auto;
}

#benefit01_section03 .img_box {
    max-width: 900px;
    margin: 100px auto 0;
}

@media screen and (max-width: 1023px) {
    #benefit01_section02 {
        padding: 45px 0 330px;
    }

    #benefit01_section02 .content>.flex {
        flex-direction: column;
    }

    #benefit01_section02 .card_section_ttl {
        padding: 0;
        margin-bottom: 30px;
    }

    #benefit01_section02 .img_block {
        border-radius: 18px 18px 0 0;
    }

    #benefit01_section02 .benefit_item_card {
        margin-bottom: 30px;
    }

    #benefit01_section02 .right .benefit_item_card:after {
        width: 90px;
        height: 90px;
        top: 150px;
        right: 30px;
    }

    #benefit01_section02 .person_img {
        width: 260px;
        height: 245px;
        bottom: 50px;
    }

    #benefit01_section03 {
        padding: 45px 20px 0;
    }

    #benefit01_section03 .img_box {
        margin-top: 30px;
    }
}


#benefit01_section04 {
    padding-top: 110px;
    max-width: 1000px;
    margin: 0 auto;
}

#benefit01_section04 #content.col-1 section {
    padding-top: 0;
    padding-bottom: 0;
}

#benefit01_section04 .att {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1023px) {
    #benefit01_section04 {
        padding: 75px 20px 0;
    }
}

/* ------------------------------------------------
---------------------------------------------------

ベネフィット０２

---------------------------------------------------
------------------------------------------------ */

#benefit02_section02 {
    padding: 75px 0 110px;
}

#benefit02_section02 .card_section .card_section_ttl {
    margin-bottom: 70px;
}

#benefit02_section02 .benefit_item_card {
    max-width: 600px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

#benefit02_section02 .top .benefit_item_card {
    margin-right: 0;
    margin-left: auto;
}


#benefit02_section02 .person_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 340px;
    height: 375px;
}

#benefit02_section02 .person_img.img02 {
    right: -85px;
    width: 515px;
    height: 450px;
}

#benefit02_section03 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 120px 0 0;
}

#benefit02_section03 p.about {
    margin-bottom: 70px;
}

#benefit02_section03 .img_box {
    max-width: 900px;
    margin: 0 auto;
}

#benefit02_section03 .img_box.be2_5 {
    margin-top: 100px;
}

#benefit02_section03 .article .benefit_h4_style {
    margin: 70px 0 40px;
}

#benefit02_section03 .article:not(:last-of-type) {
    margin-bottom: 120px;
}


@media screen and (max-width: 1023px) {
    #benefit02_section02 {
        padding: 45px 0 300px;
    }

    #benefit02_section02 .card_section_ttl {
        text-align: center;
        margin-bottom: 250px;
    }

    #benefit02_section02 .person_img.img01 {
        top: -225px;
        transform: initial;
        width: 170px;
        height: 188px;
        left: 50%;
        transform: translateX(-50%);
    }

    #benefit02_section02 .benefit_item_card {
        margin-bottom: 20px;
    }

    #benefit02_section02 .person_img.img02 {
        width: 258px;
        height: 225px;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        bottom: -270px;
        top: initial;
    }

    #benefit02_section03 {
        padding: 50px 20px 0;
    }

    #benefit02_section03 p.about {
        margin-bottom: 40px;
    }

    #benefit02_section03 .article .benefit_h4_style {
       margin: 30px 0 30px;
    }

    #benefit02_section03 .article:not(:last-of-type) {
        margin-bottom: 50px;
    }

    #benefit02_section03 .img_box.be2_5 {
        margin-top: 50px;
    }

}

/* ------------------------------------------------
---------------------------------------------------

ベネフィット０３

---------------------------------------------------
------------------------------------------------ */

#benefit03_section02 {
    padding: 120px 0 80px;
}

#benefit03_section03 {
    padding: 120px 0 110px;
    max-width: 1000px;
    margin: 0 auto;
}

#benefit03_section03 .img_box {
    min-width: 500px;
    margin-right: 45px;
}

#benefit03_section04 {
    background-color: #EBEBEB;
    padding: 110px 0 70px;
}

#benefit03_section04 .section_inner {
    max-width: 1000px;
    margin: 0 auto;
}

#benefit03_section04 #content.col-1 section {
    padding-bottom: 0;
    padding-top: 0;
}

#benefit03_section04 #content.col-1 section .table_sc,
#benefit01_section04 #content.col-1 section .table_sc {
    max-width: 900px;
    margin: 65px auto 20px;
}

#benefit03_section04 .img_box {
    max-width: 740px;
    margin: 0 auto;
}

/* section05 */

#benefit03_section05 {
    padding: 100px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

#benefit03_section05 h4+p {
    margin-bottom: 70px;
}

#benefit03_section05 .benefit_item_card {
    margin-bottom: 40px;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

#benefit03_section05 .right .benefit_item_card {
    margin-right: 0;
    margin-left: auto;
}

#benefit03_section05 .block {
    position: relative;
}

#benefit03_section05 .block .img_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#benefit03_section05 .block.left .img_box {
    right: 0;
}

#benefit03_section05 .block.block01 .img_box {
    width: 114px;
    height: 95px;
    right: 120px;
}

#benefit03_section05 .block.block02 .img_box {
    width: 228px;
    height: 190px;
    left: 40px;
}

#benefit03_section05 .block.block03 .img_box {
    right: -30px;
    width: 460px;
    height: 420px;
}


@media screen and (max-width: 1023px) {
    #benefit03_section02 {
        padding: 50px 0;
    }

    #benefit03_section02 .flex {
        flex-direction: column;
    }

    #benefit03_section02 .flex .img_box:first-of-type {
        max-width: 260px;
        margin: 28px auto;
    }

    #benefit03_section03 {
        padding: 50px 0;
    }

    #benefit03_section03 .section_inner {
        padding: 0 20px;
    }

    #benefit03_section03 .flex {
        flex-direction: column;
    }

    #benefit03_section03 .img_box {
        min-width: initial;
        margin-right: 0;
        margin-bottom: 35px;
    }

    #benefit03_section04 {
        padding: 45px 0 42px;
    }

    #benefit03_section04 .section_inner {
        padding: 0 20px;
    }

    #benefit03_section05 {
        padding: 50px 20px 225px;
    }

    #benefit03_section05 h4+p {
        margin-bottom: 40px;
    }

    #benefit03_section05 .benefit_item_card {
        margin-bottom: 20px;
    }

    #benefit03_section05  {
        position: relative;
    }

    #benefit03_section05 .block {
        position: initial;
    }

    #benefit03_section05 .block.block03 .img_box {
        width: 210px;
        height: 190px;
        right: 20px;
        top: initial;
        transform: initial;
        bottom: 0;
    }

    #benefit03_section05 .block.block01 .img_box {
        top: initial;
        transform: initial;
        right: inherit;
        left: 20px;
        bottom: 95px;
        width: 114px;
        height: 95px;
    }

    #benefit03_section05 .block.block02 .img_box {
        display: none;
    }




}


/* ------------------------------------------------
---------------------------------------------------

ベネフィット０４

---------------------------------------------------
------------------------------------------------ */

#benefit04_section02 {
    padding: 100px 0 120px;
}

#benefit04_section02 .benefit_item_card {
    padding-right: 180px;
    position: relative;
}

#benefit04_section02 .benefit_item_card:after {
    content: '';
    width: 153px;
    height: 140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: block;
    background: url(../img/wff_be4_2.png) center center no-repeat;
    background-size: contain;
}

#benefit04_section02 .benefit_item_card:nth-of-type(2):after {
    background-image: url(../img/wff_be4_3.png);
}

#benefit04_section02 .benefit_item_card:nth-of-type(3):after {
    background-image: url(../img/wff_be4_4.png);
}

#benefit04_section02 .benefit_item_card:nth-of-type(4):after {
    background-image: url(../img/wff_be4_5.png);
}

#benefit04_section02 .benefit_item_card:nth-of-type(5):after {
    background-image: url(../img/wff_be4_6.png);
}


#benefit04_section02 .benefit_item_card:not(:last-of-type) {
    margin-bottom: 40px;
}

#benefit04_section03 {
    padding-top: 120px;
}

#benefit04_section03 .img_box {
    max-width: 540px;
    height: 490px;
    margin: 0 auto;
}
@media screen and (max-width: 1023px) {
    #benefit04_section02 {
        padding: 50px 0;
    }

    #benefit04_section02 .benefit_item_card {
        padding-right: 0;
        padding-top: 100px;
    }

    #benefit04_section02 .benefit_item_card:after {
        left: 50%;
        transform: translateX(-50%);
        top: 15px;
        right: inherit;
        width: 70px;
        height: 70px;
    }

    .benefit_item_card_inner {
        padding-top: 0;
    }

    #benefit04_section03 {
        padding: 50px 0 0;
    }

    #benefit04_section03 .img_box {
        max-width: 268px;
        margin: 0 auto;
        height: auto;
    }
}


/* ------------------------------------------------
---------------------------------------------------

ベネフィット０５

---------------------------------------------------
------------------------------------------------ */

#benefit05_section02 {
    padding: 110px 0;
}

#benefit05_section02 .frame_wrapper {
    text-align: center;
    margin-top: 110px;
}

#benefit05_section02 .frame_wrapper p {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}

#benefit05_section02 .frame_wrapper iframe {
    width: 600px;
    height: 336px;
}

#benefit05_section03 {
    padding: 110px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

#benefit05_section03 .flex {
    margin-bottom: 35px;
}

#benefit05_section03 .flex>.img_box {
    min-width: 550px;
    padding-left: 35px;
}

#benefit05_section03 .msp_link {
    margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
    #benefit05_section02 {
        padding: 50px 0;
    }

    #benefit05_section02 .frame_wrapper {
        margin-top: 50px;
    }

    #benefit05_section02 .frame_wrapper p {
        font-size: 16px;
        text-align: center;
    }

    #benefit05_section02 .frame_wrapper iframe {
        max-width: 100%;
        height: 187.5px;
    }

    #benefit05_section03 {
        padding: 50px 20px 10px;
    }

    #benefit05_section03 .flex {
        flex-direction: column;
        margin-bottom: 0;
    }

    #benefit05_section03 .flex>.img_box {
        min-width: initial;
        max-width: 258px;
        margin: 30px auto;
        padding: 0;
    }

    #benefit05_section03 .msp_link {
        padding: 0;
        height: 56px;
        margin-bottom: 0;
    }


}


/* ------------------------------------------------
---------------------------------------------------

ベネフィット０６

---------------------------------------------------
------------------------------------------------ */
#benefit06_section02 {
    padding: 120px 0;
}


#benefit06_section02 .color_red {
    font-size: 20px;
    color: #E50012;
    line-height: 1.7;
    margin: 30px 0;
}

#benefit06_section02 .img {
    min-width: 50%;
    padding-left: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#benefit06_section02 .img span {
    font-size: 16px;
    color: #96918F;
    line-height: 1.4375;
}

#benefit06_section03 {
    padding: 120px 0 0;
}

#benefit06_section03 .section_inner {
    max-width: 1000px;
    margin: 0 auto;
}

#benefit06_section03 .banner {
    margin: 40px 0 90px;
    border: 2px solid #E50012;
    padding: 30px 45px;
    border-radius: 10px;
    position: relative;
}

#benefit06_section03 .banner:after {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background: url(../img/wff_be6_3.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#benefit06_section03 .banner .ttl {
    color: #E50012 !important;
    font-size: 22px;
    line-height: 1.75;
    margin-bottom: 20px;
}

#benefit06_section03 .banner .ttl span {
    font-size: 1.4545em;

}

#benefit06_section03 .banner .gray {
    color: #96918F;
    font-size: 16px;
    line-height: 1.875;
}


#benefit06_section03 #content.col-1 section {
    padding: 0;
}

#benefit06_section03 #content.col-1 section {
    max-width: 900px;
    margin: 0 auto 20px;
}

#benefit06_section03 .img_person {
    position: absolute;
    bottom: 90px;
    width: 100%;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    height: 500px;
    z-index: -1;
}


#benefit06_section03 .img_person.right {
    text-align: right;
}

#benefit06_section03 .img_person img {
    max-height: 100%;
}

@media screen and (max-width: 1023px) {
    #benefit06_section02 {
        padding: 50px 0;
    }

    #benefit06_section02 .benefit_h3_style {
        font-size: 18px;
    }

    #benefit06_section02 .flex {
        flex-direction: column;
    }

    #benefit06_section02 .color_red {
        font-size: 18px;
        margin: 60px 0 30px;
    }

    #benefit06_section02 .img {
        width: 100%;
        min-width: initial;
        padding: 0;
        margin-top: 20px;
    }

    #benefit06_section02 .img img {
        padding: 0 20px;
    }

    #benefit06_section02 .img span {
        font-size: 14px;
        margin-top: 28px;
    }

    #benefit06_section03 {
        padding: 50px 20px 0;
        padding-bottom: 290px;
    }

    #benefit06_section03 .banner {
        margin: 30px 0 50px;
        padding: 25px;
    }

    #benefit06_section03 .banner:after {
        width: 85px;
        height: 85px;
        right: 20px;
        top: initial;
        transform: initial;
        top: 185px;
    }

    #benefit06_section03 .banner .gray {
        font-size: 14px;
        line-height: 1.4;
    }

    #benefit06_section03 .img_person {
        bottom: 0;
        width: 112px;
        height: 250px;
    }

    #benefit06_section03 .img_person.left {
        left: initial;
        transform: initial;
        left: 20px;
    }

    #benefit06_section03 .img_person.right {
        left: initial;
        transform: initial;
        right: 20px;
    }
}