@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&&display=swap");
/* サステナビリティ */

body {
    overflow-x: hidden;
}
section * {box-sizing:border-box;}


/* PCレイアウト */
/*-----------------------------------------------------------*/

/* common */
section {
    font-family: "Noto Sans JP", sans-serif;
}

section .pc {}
section .sp {display: none;}

section .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

section img {
    max-width:100%;
    height:auto;
}
section p {
    margin-bottom:1.5em;
}
section .eol {
    margin-bottom:2.5em !important;
}
section .bottom {
    margin-bottom:60px !important;
}
section a {
    transition: color .3s ease;
}
section p.mb0 {
    margin-bottom: 0 !important;
}

/* ボタン */
a.btn-link {
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 1.5em;
    line-height: 1.4;
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
    transition: all .3s ease;
}
a.btn-link:hover {
    text-decoration: none;
}
@media only screen and (max-width: 750px) {
    a.btn-link {
        padding: 1em 2em;
        border-radius: 2em;
        font-size: 3.4vw;
    }
}

/* フッターナビ */
section#sus-nav {
    margin-bottom: 80px;
}
section#sus-nav .to-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 160px;
    margin-bottom: 5px;
    padding-top: 4.0em;
}
section#sus-nav .to-next:before {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../images/bg_to_next_pc.png");
    transform: translateX(535px);
    content: "";
}
@media only screen and (max-width: 1090px) {
    section#sus-nav .to-next:before {
        right: 2%;
        transform: none;
    }
}
section#sus-nav .to-next span {
    position: absolute;
    top: 0.5em;
    left: 50%;
    font-size: 36px;
    font-weight: 900;
    color: #ff965a;
    transform: translateX(-400px);
}
section#sus-nav .to-next a {
    position: relative;
    line-height: 1.4;
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
}
section#sus-nav .to-next a:hover {
    color: #969696;
}
section#sus-nav ul {
    width: 90%;
    max-width: 854px;
    margin-left: auto;
    margin-right: auto;
}
section#sus-nav ul li {
    width: 100%;
    margin-bottom: 5px;
}
section#sus-nav ul li a {
    display: block;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/bg_footer_body.png");
    line-height: 2.0;
    font-size: 24px;
    font-weight: 900;
    color: #969696;
    text-decoration: none;
}
section#sus-nav ul li a:before,
section#sus-nav ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index:1;
    content: "";
}
section#sus-nav ul li a:before {
    left: 0;
    background-position: right center;
    background-image: url("../images/bg_footer_left.png");
}
section#sus-nav ul li a:after {
    right: 0;
    background-position: left center;
    background-image: url("../images/bg_footer_right.png");
}
section#sus-nav ul li a:hover,
section#sus-nav ul li.current a {
    background-image: url("../images/bg_footer_body_o.png");
    color: #000000;
}
section#sus-nav ul li a:hover:before,
section#sus-nav ul li.current a:before {
    background-image: url("../images/bg_footer_left_o.png");
}
section#sus-nav ul li a:hover:after,
section#sus-nav ul li.current a:after {
    background-image: url("../images/bg_footer_right_o.png");
}

@media only screen and (max-width: 950px) {
    section#sus-nav .to-next span {
        left: 5%;
        font-size: 2.6em;
        transform: none;
    }
    section#sus-nav .to-next a {
        font-size: 3.2em;
    }
}

@media only screen and (max-width: 750px) {
    section#sus-nav {
        margin-bottom: 10vw;
    }
    section#sus-nav .to-next {
        height: 20.8vw;
        margin-bottom: 2.2vw;
        padding-top: 6.4vw;
    }
    section#sus-nav .to-next:before {
        background-size: cover;
    }
    section#sus-nav .to-next span {
        top: -0.1vw;
        font-size: 4.8vw;
    }
    section#sus-nav .to-next a {
        font-size: 5.2vw;
    }
    section#sus-nav ul li {
        margin-bottom: 2.2vw;
    }
    section#sus-nav ul li a {
        background-size: cover;
        line-height: 2.8;
        font-size: 3.0vw;
    }
}

/* コンテンツタイトル */
section#contents-title {
    background-repeat: no-repeat;
    background-position: center top;
}
section#contents-title h1 {
    text-align: center;
    line-height: 1.4;
    font-size: 36px;
    font-weight: 900;
}
section#contents-title p {
    margin-top: 1em;
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
}
@media only screen and (max-width: 750px) {

section#contents-title h1 {
    padding-top: 0;
    text-indent: -9999px;
}
section#contents-title p {
    margin-bottom: 8vw;
    line-height: 2.0;
    font-size: 3.8vw;
}

}


/* 5つのマテリアリティ アンカー */
.anchor-image {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 2em;
}
.anchor-image ul li {
    position: absolute;
    width: 36.25%;
    height: 41.25%;
    list-style: none;
    text-indent: -9999px;
}
.anchor-image ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all .3s ease;
}
.anchor-image ul li a:hover {
    background-color: rgba(255,255,255,0.3);
}
.anchor-image ul li.circle01 {
    top: 0;
    left: 31.75%;
}
.anchor-image ul li.circle02 {
    top: 22.5%;
    left: 4.5%;
}
.anchor-image ul li.circle03 {
    left: 14.5%;
    bottom: 0;
}
.anchor-image ul li.circle04 {
    right: 15%;
    bottom: 0;
}
.anchor-image ul li.circle05 {
    top: 22.5%;
    right: 4.5%;
}



/*-----------------------------------------------------------*/
/* common end */


/* トップページ */

/* トップリード */
section#top-lead {
    padding-top: 40px;
    padding-bottom: 70px;
}
section#top-lead h1 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
section#top-lead .illust {
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/top_main_bg.jpg");
}
section#top-lead p {
    margin-bottom: 1em;
    line-height: 2.0;
    font-size: 18px;
}

/* トップ共通 */
section.top-contents .inner {
    position: relative;
    width: 80%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
section.top-contents h2 {
    position: relative;
    margin-bottom: 1.5em;
    text-align: left;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 900;
}
section.top-contents h2:after {
    position: absolute;
    left: 0;
    bottom: -0.5em;
    width: 200px;
    height: 10px;
    background-color: #000000;
    content: "";
}
section.top-contents p {
    margin-bottom: 1em;
    text-align: left;
    line-height: 2.0;
    font-size: 16px;
}

/* トップ メッセージ */
section#top-message {
    position: relative;
    margin-bottom: 100px;
}
section#top-message:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1570px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/top_message_bg_pc.png");
    background-size: contain;
    transform: translateX(-610px);
    content: "";
}
@media only screen and (max-width: 1240px) {
    section#top-message:before {
        left: 3%;
        height: 100%;
        background-size: cover;
        transform: none;
    }
    section#top-message .inner {
        padding-bottom: 50px;
    }
}
section#top-message .inner {
    padding-top: 50px;
}
section#top-message .flex-wrap {
    align-items: center;
}
section#top-message p.position {
    margin-right: 1em;
    font-size: 18px;
}
section#top-message p.sign {
    margin-right: 4em;
}
@media only screen and (max-width: 900px) {
    section#top-message p.sign {
        width: 30%;
    }
}
section#top-message a.btn-link {
    background-color: #4baaf7;
}
section#top-message a.btn-link:hover {
    background-color: #81c3f9;
}
section#top-message .photo {
    position: absolute;
    top: -10px;
    right: -100px;
}
section#top-message .photo img {
    border-radius: 100px;
}
section#top-message .illust {
    position: absolute;
    top: -35px;
    right: 50%;
    width: 250px;
    transform: translateX(200px);
}
@media only screen and (max-width: 1180px) {
    section#top-message .photo {
        width: 32%;
        right: -11%;
        transform: none;
    }
    section#top-message .illust {
        width: 26%;
        right: 23%;
        transform: none;
    }
}
@media only screen and (max-width: 800px) {
    section#top-message .illust {
        width: 26%;
        top: -11vw;
        right: 23%;
        transform: none;
    }
}

/* トップ サステナビリティ戦略 */
section#top-strategy {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 80px;
}
section#top-strategy:before {
    position: absolute;
    right: 50%;
    top: 0;
    width: 1570px;
    height: 1070px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../images/top_strategy_bg_pc.png");
    background-size: contain;
    transform: translateX(610px);
    content: "";
}
@media only screen and (max-width: 1240px) {
    section#top-strategy:before {
        right: 3%;
        height: 100%;
        background-size: cover;
        transform: none;
    }
}
section#top-strategy .inner {
    padding-top: 50px;
}
section#top-strategy p {
    margin-bottom: 2em;
}
section#top-strategy p.image {
    text-align: center;
}
section#top-strategy p.image img {
    width: 80%;
    max-width: 620px;
}
section#top-strategy a.btn-link {
    background-color: #ff26bc;
}
section#top-strategy a.btn-link:hover {
    background-color: #ff67d0;
}
section#top-strategy .illust {
    position: absolute;
    top: 180px;
    right: 50%;
    width: 250px;
    transform: translateX(500px);
}
@media only screen and (max-width: 1240px) {
    section#top-strategy .inner {
        padding-bottom: 30px;
    }
    section#top-strategy .illust {
        right: 0;
        width: 30%;
        transform: none;
    }
}
@media only screen and (max-width: 950px) {
    section#top-strategy h2 .sp {
        display: block;
    }
    section#top-strategy p br.sp {
        display: block;
    }
}

/* トップ 地域社会との共生 */
section#top-community {
    position: relative;
    margin-bottom: 100px;
    padding-top: 25px;
}
section#top-community:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1570px;
    height: 360px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/top_community_bg_pc.png");
    background-size: contain;
    transform: translateX(-610px);
    content: "";
}
@media only screen and (max-width: 1240px) {
    section#top-community:before {
        left: 3%;
        height: 100%;
        background-size: cover;
        transform: none;
    }
}
section#top-community h2 {
    margin-bottom: 1em;
}
section#top-community p {
    margin-bottom: 0.5em;
}
section#top-community a.btn-link {
    background-color: #ff9e00;
}
section#top-community a.btn-link:hover {
    background-color: #ffbb4c;
}
section#top-community .illust {
    position: absolute;
    right: 50%;
    bottom: -50px;
    width: 580px;
    transform: translateX(480px);
}
@media only screen and (max-width: 1240px) {
    section#top-community {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    section#top-community .inner {
        padding-left: 60px;
    }
    section#top-community .illust {
        right: -12%;
        width: 68%;
        transform: none;
    }
}

/* トップ TOPICS */
section#top-topics {
    position: relative;
    margin-bottom: 100px;
}
section#top-topics:before {
    position: absolute;
    right: 50%;
    top: 0;
    width: 1570px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../images/top_topics_bg_pc.png");
    background-size: contain;
    transform: translateX(610px);
    content: "";
}
@media only screen and (max-width: 1240px) {
    section#top-topics:before {
        right: 3%;
        height: 100%;
        background-size: cover;
        transform: none;
    }
}
section#top-topics .inner {
    padding-top: 30px;
}
section#top-topics a.btn-link {
    background-color: #128bff;
}
section#top-topics a.btn-link:hover {
    background-color: #59aeff;
}
section#top-topics .illust {
    position: absolute;
    top: 20px;
    right: 50%;
    width: 590px;
    transform: translateX(480px);
}
@media only screen and (max-width: 1240px) {
    section#top-topics .inner {
        padding-bottom: 20px;
    }
    section#top-topics .illust {
        top: 10px;
        right: -2%;
        width: 70%;
        transform: none;
    }
}



/* 949px以下 */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 949px) {




}
/*-----------------------------------------------------------*/
/* 949px以下 END */



/* 750px以下 */
/*-----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

section .pc {display: none;}
section .sp {display: block;}


/* トップ共通 */
section.top-contents .inner {
    width: 100%;
    padding-left: 12%;
}
section.top-contents h2 {
    font-size: 5.6vw;
}
section.top-contents h2:after {
    bottom: -0.5em;
    width: 26.6vw;
    height: 1.6vw;
}
section.top-contents p {
    font-size: 3.2vw;
}

/* トップリード */
section#top-lead {
    padding-top: 12vw;
    padding-bottom: 18vw;
}
section#top-lead h1 {
    max-width: 64%;
}
section#top-lead .illust {
    height: 64vw;
    background-size: cover;
}
section#top-lead p {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.0vw;
}

/* トップ メッセージ */
section#top-message {
    position: relative;
    margin-bottom: 10vw;
    padding-bottom: 8vw;
}
section#top-message:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/top_message_bg_sp.png");
    background-size: cover;
}
section#top-message .inner {
    padding-top: 6vw;
}
section#top-message .flex-wrap {
    display: block;
}
section#top-message p.position {
    margin-top: 2em;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 3.8vw;
}
section#top-message p.sign {
    width: 40%;
    margin-right: 0;
    margin-bottom: 3em;
}
section#top-message .photo {
    top: inherit;
    right: 3%;
    bottom: -6vw;
    width: 39.5%;
}
section#top-message .photo img {
    border-radius: 5em;
}
section#top-message .illust {
    top: -14vw;
    right: 2%;
    width: 37%;
}

/* トップ サステナビリティ戦略 */
section#top-strategy {
    position: relative;
    margin-bottom: 10vw;
    padding-bottom: 4vw;
}
section#top-strategy:before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;;
    background-image: url("../images/top_strategy_bg_sp.png");
    background-size: cover;
}
section#top-strategy .inner {
    padding-top: 8vw;
    padding-left: 6%;
}
section#top-strategy p.image img {
    width: 86%;
    max-width: inherit;
}
section#top-strategy .illust {
    top: 26vw;
    right: 0;
    width: 25%;
}

/* トップ 地域社会との共生 */
section#top-community {
    position: relative;
    margin-bottom: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
}
section#top-community:before {
    top: 0;
    left: 3%;
    width: 100%;
    height: 100%;
    background-image: url("../images/top_community_bg_sp.png");
    background-size: cover;
}
section#top-community .inner {
    padding-left: 16%;
}
section#top-community .illust {
    position: static;
    width: 105%;
    margin-left: -6vw;
    margin-bottom: 2em;
}

/* トップ TOPICS */
section#top-topics {
    position: relative;
    margin-bottom: 16vw;
    padding-bottom: 4vw;
}
section#top-topics:before {
    top: 0;
    right: 3%;
    width: 100%;
    height: 100%;
    background-image: url("../images/top_topics_bg_sp.png");
    background-size: cover;
}
section#top-topics .inner {
    padding-top: 6vw;
}
section#top-topics .illust {
    position: static;
    width: 88%;
    margin-bottom: 2em;
}




}
/*-----------------------------------------------------------*/
/* 750px以下 END */








