@charset "utf-8";
.recovery-wrap {
    & {
        clip-path: inset(0 0 0 0);
    }
    &::before {
        content: "";
        position: fixed;
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        background: #022332 url(/recovery/images/evidence/bg_01.jpg) no-repeat 50% 0%/cover;
        min-width: 1350px;
        transform: translateX(-50%);
    }
    .pan {
        padding: 8px 0 0;
    }
    .pan li:after,
    .pan li strong,
    .pan li a {
        color: #fff;
    }
    .recovery__inner {
        max-width: 1025px;
        margin: 0 auto;
        width: 90%;
    }
    .recovery__anchor {
        position: absolute;
        top: 0;
        left: 0;
    }
    .u-wbr {
        display: inline-block;
    }
    nav {
        position: relative;
    }
}
.recovery {
    position: relative;
}
.recovery-kv {
    & {
        color: #fff;
        text-align: center;
    }
    .recovery-kv__tl {
        padding: 51px 0 0;
        margin: 0 0 7px;
    }
    .recovery-kv__tl-01 {
        font-size: 1.705em;
        display: block;
        background: #fff;
        width: fit-content;
        color: #000;
        margin: 0 auto;
        border-radius: 20px;
        border: solid 1px #D70C3C;
        font-weight: 700;
        padding: 9px 14px;
    }
    .recovery-kv__tl-02 {
        font-size: 2.273em;
        line-height: 1.5;
        font-weight: 700;
        word-break: keep-all;
        overflow-wrap: break-word;
        opacity: .9;
        display: block;
        margin: 7px 0 0;
    }
    .recovery-kv__copy {
        font-size: 1.421em;
        font-weight: 700;
        margin: 0 0 1.3em;
    }
    .recovery-kv__lead {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        padding: 0 0 19px;
        margin: 0 0 20px;
    }
    .recovery-kv__lead-img {
        grid-area: 1 / 1;
        width: 351px;
        margin: 0 auto;
    }
    .recovery-kv__lead-text-box {
        grid-area: 1 / 1;
        padding: 0 0 90px;
        width: 92%;
        margin: 0 auto;
    }
    .recovery-kv__lead-text {
        font-size: 1.279em;
        font-weight: 700;
        line-height: 2;
        opacity: .8;
        margin: 0;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
}
.recovery-nav {
    .recovery-nav__lists {
        display: flex;
        color: #fff;
        justify-content: center;
        gap: 0 3.9%;
        font-size: 1.137em;
        margin: 0 0 202px;
    }
    .recovery-nav__list {
        width: 19.1%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .recovery-nav__link {
        color: #fff;
        border: solid 1px #D70C3C;
        border-radius: 100px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        min-height: 3em;
        text-decoration: none;
        line-height: 1.2;
    }
    .recovery-nav__link::after {
        content: "";
        background: url(/recovery/images/evidence/icon_arw_b.png) no-repeat 0 0/100% auto;
        width: 1.107em;
        aspect-ratio: 34 / 20;
        margin: 0 -5px 0 7px;
    }
}
.recovery-part {
    & {
        position: relative;
    }
    .recovery-part__box {
        background: #fff;
        border-radius: 48px;
        filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.16));
        text-align: left;
        padding: 34px 4.98% 28px;
        opacity: 0;
        overflow: hidden;
    }
    .recovery-part__tl {
        text-align: center;
        font-weight: 700;
        margin: 0 0 26px;
        opacity: 0;
    }
    .recovery-part__tl-copy {
        color: #D70C3C;
        font-size: 1.421em;
        margin: 0;
        line-height: 1.375;
    }
    .recovery-part__tl-text {
        font-size: 1.989em;
        font-weight: 700;
        margin: 0;
    }
    .recovery-part__text {
        font-size: 1.137em;
        line-height: 1.594;
        margin: 0;
        opacity: 0;
    }
    .recovery-part__text+.recovery-part__text {
        margin-top: 1em;
    }
    strong {
        color: #D70C3C;
    }
    sub {
        font-size: .6em;
    }
    .recovery-part__condition {
        background: #EDEDED;
        border-radius: 24px;
        padding: 15px 3.2% 28px;
        margin: 20px 0 28px;
        opacity: 0;
    }
    .recovery-part__condition--pb {
        padding-bottom: 10px;
        margin-bottom: 16px;
    }
    .recovery-part__condition-tl {
        text-align: center;
        font-size: 1.066em;
        margin: 0 0 0.7em;
    }
    .recovery-part__condition-ctn {
        display: grid;
        grid-template-columns: 4.2em 1fr;
        font-size: 0.853em;
        line-height: 1.7;
        gap: 0.6em 0;
    }
    .recovery-part__condition-stl {
        text-align: right;
    }
    .recovery-part__condition-text {
        padding: 0 0 0 0.5em;
    }
    .recovery-part__condition-text span {
        display: block;
    }
    .recovery-part__condition-text span+span {
        margin-top: 0.4em;
    }
    .recovery-part__ctn {
        display: flex;
        justify-content: space-between;
        margin: 36px 0 0;
    }
    .recovery-part__text-item {
        width: 62.843%;
    }
    .recovery-part__text-item--jrloss {
        width: 74.003%;
        padding: 0 0 7px;
    }
    .recovery-part__text-item .recovery-part__condition {
        padding-bottom: 12px;
        margin-bottom: 23px;
    }
    .recovery-part__note {
        font-size: 0.853em;
        line-height: 1.7;
        display: block;
        opacity: 0;
    }
    .recovery-part__column {
        border: solid 1px #000;
        border-radius: 24px;
        padding: 21px 4.7% 18px;
        margin: 0 auto 24px;
        opacity: 0;
    }
    .recovery-part__column-tl {
        text-align: center;
        font-size: 1.137em;
        margin: 0 0 0.9em;
    }
    .recovery-part__column-text {
        font-size: 0.995em;
        line-height: 1.7;
        margin: 0;
    }
}
.recovery-improving {
    & {
        padding: 1px 0 111px;
    }
    .recovery__anchor {
        margin-top: -170px;
    }
    .recovery-improving__box {
        margin-top: -150px;
    }
    .recovery-improving__ctn {
        display: flex;
        justify-content: space-between;
        margin: 3px 0 28px;
    }
    .recovery-improving__img {
        opacity: 0;
    }
    .recovery-improving__img-01 {
        width: 22.212%;
    }
    .recovery-improving__img-02 {
        width: 22.862%;
    }
    .recovery-improving__img-03 {
        width: 21.995%;
        margin: 0 0.8% 0 0;
    }
    .recovery-improving__img-04 {
        width: 21.995%;
    }
}
.recovery-relax {
    & {
        background: url(/recovery/images/evidence/bg_02.jpg) no-repeat 50% 0%/cover;
        padding: 133px 0 132px;
    }
    .recovery-relax__img-item {
        width: 33.318%;
        margin: 4px 0 0;
        opacity: 0;
    }
    .recovery-relax__img-item-img-01 {
        margin: 0 auto;
        display: block;
    }
    .recovery-relax__img-item-img-02 {
        display: block;
        text-align: center;
        width: 52.683%;
        margin: -27.5% auto 0;
    }
    .recovery-relax__img-item-img-02-text {
        font-size: 0.853em;
        display: block;
        margin: 6px auto 0;
        padding: 0 0 15px;
    }
}
.recovery-reduction {
    & {
        padding: 157px 0 175px;
    }
    .recovery-reduction__img-item {
        width: 33.914%;
        margin: 0.4% -0.2% 0 0;
        opacity: 0;
    }
}
.recovery-heat {
    & {
        background: url(/recovery/images/evidence/bg_03.jpg) no-repeat 50% 0%/cover;
        padding: 108px 0;
    }
    .recovery-heat__img-item {
        width: 48.216%;
        flex-shrink: 0;
        margin: 0.5% -0.6% 0 5%;
        opacity: 0;
    }
    .recovery-heat__img-ctn {
        display: flex;
        justify-content: space-between;
        margin: 40px 0 23px;
        align-items: flex-end;
    }
    .recovery-heat__img {
        opacity: 0;
    }
    .recovery-heat__img-01 {
        width: 32.614%;
    }
    .recovery-heat__img-02 {
        width: 32.18%;
    }
    .recovery-heat__img-03 {
        width: 31.964%;
    }
    .recovery-heat__img-03 img {
        border: solid 1px #707070;
        border-radius: 24px;
        overflow: hidden;
    }
    .recovery-heat__img-caption {
        font-size: 0.853em;
        text-align: center;
        display: block;
        margin: 0 0 9px;
        line-height: 1.2;
    }
}
.recovery-conclusion {
    & {
        padding: 0 0 24px;
    }
    &::before {
        content: "";
        background: #D50F40;
        display: block;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        height: 32px;
    }
    .recovery-conclusion__ctn {
        display: grid;
        grid-template-columns: 100%;
        margin: 126px auto 0;
        text-align: left;
        max-width: 753px;
    }
    .recovery-conclusion__img {
        grid-area: 1 / 1;
        margin: 5px -12px 0 auto;
        width: 351px;
        opacity: 0;
    }
    .recovery-conclusion__text-item {
        grid-area: 1 / 1;
        padding: 0 26.4% 0 0;
    }
    .recovery-conclusion__tl {
        color: #D50F40;
        font-size: 1.421em;
        line-height: 2;
        font-weight: 700;
        margin: 0 0 1.45em;
        opacity: 0;
    }
    .recovery-conclusion__text {
        color: #fff;
        font-size: 1.137em;
        line-height: 2;
        margin: 0;
        opacity: 0;
    }
    .recovery-conclusion__text+.recovery-conclusion__text {
        margin-top: 1em;
    }
    .recovery-conclusion__button {
        background: #D50F40;
        color: #fff;
        width: fit-content;
        margin: 27px auto 42px;
        font-size: 1.137em;
        border-radius: 8px;
        filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.16));
        min-height: 3.4em;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 36px;
        line-height: 1.375;
        text-decoration: none;
        opacity: 0;
    }
    .recovery-conclusion__button strong {
        color: #fff;
    }
    .recovery-conclusion__button::after {
        content: "";
        background: url(/recovery/images/evidence/icon_arw_r.png) no-repeat 0 0/100% auto;
        width: 1.125em;
        display: block;
        aspect-ratio: 36 / 34;
        margin: 0 0 0 14px;
        flex-shrink: 0;
    }
    .recovery-conclusion__button>span {
        display: block;
        width: 100%;
    }
}
.recovery-jrloss {
    .recovery-jrloss__img-item {
        width: 21.995%;
        margin: 0 0 0 0;
        flex-shrink: 0;
        opacity: 0;
    }
}
@media screen and (min-width: 901px) {
    .v2-u-sp900 {
        display: none !important;
    }
}
@media screen and (max-width:900px) {
    body {
        font-size: 88%;
    }
    .recovery-wrap {
        &::before {
            background: #022332 url(/recovery/images/evidence/bg_01_sp.jpg) no-repeat 50% 0% / cover;
            min-width: 0;
        }
        .recovery__inner {
            width: 100%;
            position: relative;
            z-index: 1;
        }
        .recovery__anchor {
            margin-top: 0;
        }
        #anchor-03 {
            margin-top: -110px;
        }
    }
    .recovery-kv {
        .recovery__inner {
            padding: 0 5.067%;
        }
        .recovery-kv__tl {
            padding: 50px 0 0;
            margin: 0 0 17px;
        }
        .recovery-kv__tl-01 {
            font-size: 1.279em;
            padding: 5px 14px;
        }
        .recovery-kv__tl-02 {
            font-size: 1.705em;
            line-height: 1.5;
        }
        .recovery-kv__copy {
            font-size: 1.137em;
            line-height: 1.75;
            margin: 0 0 30px;
        }
        .recovery-kv__lead {
            padding: 0 0 44px;
        }
        .recovery-kv__lead-text-box {
            padding: 0 0 14px;
        }
        .recovery-kv__lead-img {
            max-width: 351px;
            width: 100%;
        }
        .recovery-kv__lead-img img {
            width: 104.2%;
            max-width: 120%;
            margin: 0 -2.1%;
        }
        .recovery-kv__lead-text {
            font-size: 1.066em;
            line-height: 2;
        }
        .recovery-kv__lead-text+.recovery-kv__lead-text {
            margin-top: 0.4em;
        }
    }
    .recovery-nav {
        .recovery-nav__lists {
            flex-direction: column;
            font-size: 1.143em;
            gap: 24px 0;
            margin: 0 0 176px;
        }
        .recovery-nav__list {
            width: min(100%, 12.22em);
            margin: 0 auto;
        }
    }
    .recovery-part {
        .recovery-part__box {
            padding: 53px 5.067% 75px;
            border-radius: 40px;
        }
        .recovery-part__tl {
            margin: 0 0 30px;
        }
        .recovery-part__tl-copy {
            font-size: 1.137em;
        }
        .recovery-part__tl-text {
            font-size: 1.705em;
            line-height: 1.5;
        }
        .recovery-part__text {
            order: -1;
            font-size: 1.137em;
            line-height: 1.594;
        }
        .recovery-part__condition {
            margin: 22px auto 29px;
            padding: 15px 6.2% 18px;
        }
        .recovery-part__ctn {
            flex-direction: column;
        }
        .recovery-part__text-item {
            width: 100%;
            display: contents;
        }
        .recovery-part__text-item .recovery-part__condition {
            padding-bottom: 18px;
            margin-bottom: 21px;
        }
        .recovery-part__column {
            margin: 31px auto 37px;
            padding: 21px 4.7% 26px;
        }
    }
    .recovery-improving {
        & {
            padding: 1px 0;
            z-index: 1;
            background: transparent;
        }
        .recovery__anchor {
            margin-top: -110px;
        }
        .recovery-improving__box {
            margin-top: 0;
        }
        .recovery-improving__ctn {
            flex-direction: column;
            margin: 25px auto 0;
            max-width: 480px;
        }
        .recovery-improving__img {
            margin: 0 auto;
        }
        .recovery-improving__img-01 {
            width: 60.8%;
        }
        .recovery-improving__img-02 {
            width: 63%;
            margin: 22px auto 22px;
        }
        .recovery-improving__img-03 {
            width: 60%;
        }
        .recovery-improving__img-04 {
            width: 60%;
            padding: 0 0 0 2.8%;
            box-sizing: content-box;
            margin: 21px auto 0;
        }
    }
    .recovery-relax {
        & {
            padding: 89px 0 110px;
        }
        &:after,
        &:before {
            content: "";
            background: url(/recovery/images/evidence/bg_02_sp.jpg) no-repeat 50% 50%/100% auto;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 236px;
            margin: -57px 0 0;
        }
        &:after {
            top: auto;
            bottom: 0;
            margin: 0 0 -27px;
            background-image: url(/recovery/images/evidence/bg_02_02_sp.jpg);
            height: 261px;
        }
        .recovery-relax__img-item {
            width: 91%;
            order: -1;
            margin: 25px auto -6px;
            max-width: 480px;
        }
    }
    .recovery-reduction {
        & {
            padding: 0;
            background: #f3f5f4;
        }
        .recovery-reduction__img-item {
            width: 93.1%;
            order: -1;
            margin: 7px auto 0;
            max-width: 480px;
        }
    }
    .recovery-heat {
        & {
            padding: 120px 0 122px;
        }
        &:after,
        &:before {
            content: "";
            background: url(/recovery/images/evidence/bg_03_sp.jpg) no-repeat 50% 50%/100% auto;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 370px;
            margin: -55px 0 0;
        }
        &:after {
            top: auto;
            bottom: 0;
            margin: 0;
            background-position: 50% 100%;
        }
        .recovery-heat__img-item {
            width: 100%;
            margin: 10px auto 0;
            background: linear-gradient(to right, #080a07 40%, #222220 60%);
        }
        .recovery-heat__img-item-img-01 {
            max-width: 480px;
            margin: 0 auto;
            display: block;
            width: 100%;
        }
        .recovery-heat__img-ctn {
            flex-direction: column;
            align-items: flex-start;
            margin: 31px auto 0;
            max-width: 480px;
        }
        .recovery-heat__img {
            margin: 0 auto;
        }
        .recovery-heat__img-01 {
            width: 89.3%;
        }
        .recovery-heat__img-02 {
            width: 88.6%;
            margin: -4.5% auto 20px;
        }
        .recovery-heat__img-03 {
            width: 88.1%;
        }
    }
    .recovery-conclusion {
        & {
            padding: 0 0 112px;
        }
        .recovery-conclusion__ctn {
            margin: 35px auto 0;
        }
        .recovery-conclusion__img {
            max-width: 351px;
            width: 87.2%;
            margin: 0 auto;
        }
        .recovery-conclusion__text-item {
            padding: 128px 5.067% 0;
        }
        .recovery-conclusion__tl {
            margin: 0 0 1.6em;
        }
        .recovery-conclusion__text {
            line-height: 1.59;
        }
        .recovery-conclusion__button {
            max-width: 84.93%;
            text-align: center;
            word-break: keep-all;
            overflow-wrap: break-word;
            margin: 71px auto 92px;
            padding: 14px 5.1%;
            width: fit-content;
        }
    }
    .recovery-jrloss {
        .recovery-jrloss__img-item {
            width: 60.238%;
            margin: 16px auto -29px;
            max-width: 480px;
        }
    }
}
/* hover */
.recovery-conclusion__button,
.recovery-nav__link {
    transition: background-color 200ms ease-out;
}
@media (hover:hover) {
    .recovery-nav__link:hover {
        background: #D70C3C;
    }
    .recovery-conclusion__button:hover {
        background-color: color-mix(in srgb, #D50F40 80%, #fff 20%);
    }
}