/* サステナビリティ戦略 */

.anchor-target {
    margin-top: -60px;
    padding-top: 60px;
}
@media only screen and (max-width: 750px) {
    .anchor-target {
       margin-top: -14vw;
       padding-top: 14vw;
    }
}

section#contents-title {
    height: 300px;
    background-image: url("../images/title_bg_pc.png");
}
section#contents-title h1 {
    padding-top: 50px;
}

section#sus-nav {
    padding-top: 80px;
}

section.strategy-contents .inner {
    width: 94%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}
section.strategy-contents.first-contents .inner {
    padding-top: 0;
}
section.bg-yellow {
    background-color: #fcfce5;
}

section.strategy-contents.strategy-bottom .inner {
    padding-bottom: 0;
}

section.strategy-contents h2 {
    position: relative;
    background-color: #f55c4d;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.6;
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
}
section.strategy-contents h2.left-spread {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
section.strategy-contents h2.left-spread:before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f55c4d;
    content: "";
}
section.strategy-contents h2.right-spread {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
section.strategy-contents h2.right-spread:after {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f55c4d;
    content: "";
}

section.strategy-contents h3 {
    margin-bottom: 1em;
    line-height: 2.0;
    font-size: 24px;
    font-weight: 700;
}
section.strategy-contents h4 {
    line-height: 2.0;
    font-size: 21px;
    font-weight: 700;
}
section.strategy-contents p {
    margin-bottom: 1em;
    line-height: 2.0;
    font-size: 18px;
}
section.strategy-contents p.note {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
}
section.strategy-contents dl {
    line-height: 2.0;
    font-size: 18px;
}
section.strategy-contents dl dt {
    font-weight: 700;
}
section.strategy-contents dl dd {
    margin-bottom: 1em;
}
section.strategy-contents ul {
    list-style: disc;
    line-height: 2.0;
    font-size: 18px;
}

section.strategy-contents a.btn-link {
    width: 100%;
    max-width: 460px;
    background-color: #ff9e00;
    text-align: center;
}
section.strategy-contents a.btn-link:hover {
    background-color: #ffbb4c;
}
section.strategy-contents a.btn-link.small {
    font-size: 17px;
}


section.strategy-contents .flex-wrap {
    justify-content: space-between;
}
section.strategy-contents .flex-wrap .block {
    width: 49%;
}

section.strategy-contents .flex-wrap.block-yellow .block h4 {
    font-size: 24px;
    font-weight: 700;
}
section.strategy-contents .flex-wrap.block-yellow .block {
    position: relative;
    background-color: #fcfce5;
    margin-bottom: 2%;
    padding-top: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
}


/* ぼかしタイトル */
section.strategy-contents .sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 150px;
    margin-bottom: 1.5em;
    text-align: center;
}
section.strategy-contents .sub-title:after {
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    content: "";
}
section.strategy-contents .sub-title h3 {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 36px;
    font-weight: 900;
}
section.strategy-contents .sub-title p {
    line-height: 1.6;
    font-size: 21px;
}
section.strategy-contents .sub-title.left-spead:after {
    right: 0;
    background-position: right top;
    transform: translateX(calc(50% - 950px));
}
section.strategy-contents .sub-title.right-spead:after {
    left: 0;
    background-position: left top;
    transform: translateX(calc(50% - 950px));
}
section.strategy-contents .sub-title.title-blue:after {
    background-image: url("../images/title_bg_blue.png");
}
section.strategy-contents .sub-title.title-green:after {
    background-image: url("../images/title_bg_green.png");
}
section.strategy-contents .sub-title.title-orange:after {
    background-image: url("../images/title_bg_orange.png");
}
section.strategy-contents .sub-title.title-yellow:after {
    background-image: url("../images/title_bg_yellow.png");
}
section.strategy-contents .sub-title.title-purple:after {
    background-image: url("../images/title_bg_purple.png");
}

@media only screen and (max-width: 950px) {
    section.strategy-contents .sub-title h3 {
        font-size: 4.4vw;
    }
    section.strategy-contents .sub-title.left-spead:after {
        transform: none;
    }
    section.strategy-contents .sub-title.right-spead:after {
        transform: none;
    }
}

section.strategy-contents img.iso {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
}
section.strategy-contents .note {
    font-size: 1.2em;
}
section.strategy-contents span.note {
    font-size: 0.6em;
}


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

section#contents-title {
    height: auto;
    background-image: none;
}
section#contents-title h1 {
    padding-top: 0;
}
section#contents-title h1 span {
    display: none;
}

section#sus-nav {
    padding-top: 14vw;
}

section.strategy-contents .inner {
    width: 90%;
    padding: 8vw 0;
}

section.strategy-contents h2 {
    margin-bottom: 2em;
    padding: 0.5em 1em;
    font-size:  4.2vw;
}
section.strategy-contents h2.left-spread {
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}

section.strategy-contents h2.right-spread {
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
}
section.strategy-contents h3 {
    font-size: 4.2vw;
}
section.strategy-contents h4 {
    font-size: 3.8vw;
}
section.strategy-contents p,
section.strategy-contents dl,
section.strategy-contents ul {
    font-size: 3.2vw;
}

section.strategy-contents a.btn-link {
    max-width: inherit;
}
section.strategy-contents a.btn-link.small {
    font-size: 3.2vw;
}

section.strategy-contents .flex-wrap {
    display: block;
}
section.strategy-contents .flex-wrap .block {
    width: 100%;
    margin-bottom: 4vw;
}
section.strategy-contents .flex-wrap .block:last-child {
    margin-bottom: 0;
}
section.strategy-contents .flex-wrap.block-yellow .block h4 {
    font-size: 4.2vw;
}
section.strategy-contents .flex-wrap.block-yellow .block {
    margin-bottom: 4vw;
}
section.strategy-contents .flex-wrap.block-yellow .block:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fcfce5;
    content: "";
}
section.strategy-contents .flex-wrap.block-yellow .block:nth-child(odd):after  {
    left: -100%;
}
section.strategy-contents .flex-wrap.block-yellow .block:nth-child(even):after  {
    right: -100%;
}


/* ぼかしタイトル */
section.strategy-contents .sub-title {
    height: 20vw;
}
section.strategy-contents .sub-title:after {
    height: 100%;
    background-size: cover;
}
section.strategy-contents .sub-title h3 {
    font-size: 6.4vw;
}
section.strategy-contents .sub-title p {
    font-size: 3.0vw;
}

section.strategy-contents .sub-title h3 {
    font-size: 5.2vw;
}
section.strategy-contents .sub-title.title-yellow h3 {
    font-size: 4.3vw;
}

section.strategy-contents .sub-title.left-spead:after {
    right: -5%;
    transform: none;
}
section.strategy-contents .sub-title.right-spead:after {
    left: -5%;
    transform: none;
}

section.strategy-contents img.iso {
    width: inherit;
}

section.strategy-contents .note {
    font-size: 2.8vw;
}

}



