/* 基本設定 */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    color: #000;
}
.no-underline {
    text-decoration: none;
}
body {
    font-family: "Noto Sans JP";
    font-size: 20px;
    line-height: 1.6;
}
/* 課題 */
.layer1 {
    position: relative;
    z-index: 10;
}
.business_person {
    width: 100%;
    background-image: url("/assets/img/sustainability/pc/assignment_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 11.5%;
}
.mv {
    position: relative;
    width: 100%;
    background-image: url("/assets/img/sustainability/pc/mainimg_pc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 23.5%;
}
.mv h1 {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
img {
    max-width: 100%;
    height: auto;
}
.content_title {
    font-size: 70px;
    color: #034468;
    font-weight: normal;
    font-family: 'Koulen', sans-serif;
    line-height: 1;
    margin-top: 5%;
}
.content_subtitle {
    color: #5D7B8B;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.5%;
}
.shortage {
    margin-top: 2%;
    margin-bottom: 2%;
}
.shortage p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}
.shortage span {
    font-size: 32px;
    color: #CA0000;
    font-weight: bold;
    text-shadow: 3px 5px 0px #fff;
    line-height: 1.5;
}
.shortage_img img {
    max-width: 752px;
}
/* 解決 */
.solution {
    width: 100%;
    height: auto;
    background-image: url("/assets/img/sustainability/pc/solution_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 13%;
    margin-top: -6%;
}
.layer2 {
    position: relative;
    z-index: 9;
}
.content_title.white {
    color: #fff;
}
.content_subtitle.gray {
    color: #ECECEC;
}
.solution_msg {
    margin: 2.5% auto;
}
.solution_msg p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}
.solution_msg span {
    color: #4BA9FF;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    background-color: #FFFB80;
}
.solution_img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image {
    width: 100%;
    max-width: 590px;
    height: auto;
    padding-top: 2%;
}
/* 関連性*/
.relevance {
    background-color: #FFFFF5;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -5%;
    padding-top: 3%;
    padding-bottom: 8%;
}
.layer3 {
    position: relative;
    z-index: 7;
}
.content_title.black {
    color: #3A3A3A;
}
.content_subtitle.black {
    color: #5C5C5C;
}
.relevance_btn {
    width: 100%;
    max-width: 650px;
    margin: -5% auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 8;
}
.relevance_btn img {
    max-width: 100%;
    height: auto;
}
/* そもそもSDGsとは */
.w_a_sdgs {
    width: 100%;
    height: auto;
    background-image: url("/assets/img/sustainability/pc/w_a_sdgs_img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 15%;
    position: relative;
    z-index: 7;
}
.content_ttl {
    margin-top: 3%;
}
.content_ttl span {
    font-size: 45px;
    font-weight: 600;
    padding: 0 0.1%;
}
.content_title2 {
    color: #3A3A3A;
    font-size: 70px;
    font-weight: normal;
    font-family: 'Koulen', sans-serif;
    line-height: 1;
    margin-top: 2%;
}
.w_a_sdgs_msg {
    font-size: 24px;
    line-height: 2;
    text-align: left;
    padding: 0 26%;
    margin: 2% 0;
}
.img-container {
    padding: 0 26% 0;
}
.sdgs_img-container {
    width: 100%;
    background-image: url("/assets/img/sustainability/pc/sdgs_logo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 12.5%;
}
/* 取り組み */
.action {
    background-color: #FFFFF5;
    width: 100%;
    text-align: center;
    margin-top: -5%;
    padding-top: 10%;
    padding-bottom: 4%;
    position: relative;
    z-index: 2;
}
.rainbow_icon {
    max-width: 90px;
}
.content_title3 {
    color: #911733;
    font-size: 70px;
    font-weight: normal;
    font-family: 'Koulen', sans-serif;
    line-height: 1;
    margin-top: 2%;
}
.action_img-container img {
    max-width: 663px;
    margin-top: 2%;
    margin-bottom: 1.5%;
}
.line-container {
    position: relative;
    width: 100%;
    height: 70px;
}
.vertical-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #000;
    margin-left: -1px;
    /* 幅の半分を左にずらす */
}
#item_04, #item_08, #item_09 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    margin-top: -120px;
}
.item_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item {
    width: 50%;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 3px rgba(104, 104, 104, 0.10);
    padding: 1.5% 3%;
    margin-top: 2.5%;
}
.item_parts {
    display: flex;
}
.item_wrap img {
    width: 100%;
    max-width: 165px;
    height: 100%;
    padding-top: 2%;
}
.item_parts_pa {
    padding: 5%;
}
.item_wrap p {
    width: 96%;
    font-size: 20px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}
.item.red {
    background-color: #FFF0F2;
}
.item.brown {
    background-color: #F6EAEE;
}
.item.orange {
    background-color: #FFE9D9;
}
.last_msg {
    padding: 7%;
    display: inline-flex;
    margin-top: 3%;
    position: relative;
}
.last_msg p {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    position: relative;
    z-index: 4;
}
.sdgs_c_icon {
    width: 45%;
    background-image: url("/assets/img/sustainability/pc/sdgs_c_icon.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 45%;
    position: absolute;
    left: 64%;
    top: 15%;
    z-index: 3;
}
.last_msg span {
    color: #CA0000;
    font-weight: bold;
}
/* 会社概要 */
.company_profile {
    margin-top: 6%;
    margin-bottom: 6%;
}
.company_profile p {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .outline-data {
        width: 40%;
        font-size: 18px;
        color: #000;
        line-height: 2;
        padding: 2%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .outline-data.dt {
        border-bottom: 1px #ccc solid;
        font-weight: bold;
        width: 30%;
        position: relative;
    }
    .outline-data.dd {
        border-bottom: 1px #ccc solid;
        width: 70%;
        position: relative;
    }
}
/* 最後のメッセージ */
.service {
    width: 100%;
    height: auto;
    background-image: url("/assets/img/sustainability/pc/next_step_bg.png");
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 2%;
}
.service_txt {
    padding-top: 5%;
    padding-bottom: 0.5%;
}
.service_msg {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.nextstep {
    color: #76B0E5;
    font-size: 100px;
    font-style: normal;
    font-weight: 150;
    font-family: 'Freestyle Script', sans-serif;
    line-height: 0.1;
    letter-spacing: -4px;
    transform: rotate(-10.674deg);
    margin-top: 0.7%;
    position: relative;
}
.service_msg2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 0.7%;
    position: relative;
    z-index: 1;
}
/* ボタン部分 */
.service_btn {
    max-width: 831px;
    margin: 2% auto;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
.spb_btn {
    width: 40%;
}
.sq_spb_btn {
    background-color: #fff;
    color: #0099D9;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    margin-left: 18%;
    margin-right: 18%;
    position: relative;
}
.sq_spb_btn::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    /* 三角形の幅の半分を左にずらす */
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    /* 上, 左右, 下の三角形の色指定 */
}
.cl_spb_btn {
    width: 100%;
    max-width: 381px;
    font-size: 20px;
    color: #0099D9;
    background: #FFFB80;
    border: 3px solid #0099D9;
    border-radius: 100px;
    display: block;
    font-weight: bold;
    padding: 7% 11%;
    margin: 4% auto;
}
.cl_spb_btn a {
    color: #0099D9;
    font-size: 18px;
}
/* } */
/* SDGSパートナー */
.sdgs_partner {
    margin-top: 6%;
    margin-bottom: 6%;
}
@media screen and (max-width: 767px) {
    .sdgs_partner {
        padding: 0 1%;
        margin-top: 20%;
        margin-bottom: 20%;
    }
}
.sdgs_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 355px;
    padding: 20px 0 23px;
    margin: 19px auto;
    font-weight: bold;
    color: #353535;
    text-align: center;
    letter-spacing: 3px;
    background-image: linear-gradient(90deg, #d4021d 0 6%, #c59400 6% 12%, #1a843b 12% 18%, #b60d2c 18% 24%, #d73517 24% 30%, #0094c7 30% 36%, #e9ab01 36% 42%, #850b31 42% 48%, #da6906 48% 54%, #cb0979 54% 60%, #e0900b 60% 66%, #c28007 66% 72%, #427a37 72% 78%, #0174a6 78% 84%, #26983b 84% 90%, #004d80 90% 96%, #032e66 96%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 0.3rem;
}
@media screen and (max-width: 767px) {
    .sdgs_title {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5%;
        width: 255px;
    }
}
.sdgs_text {
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin: 20px auto;
    width: 80%;
}
@media screen and (max-width: 767px) {
    .sdgs_text {
        width: 80%;
        font-size: 14px;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        line-height: 1.8;
    }
}
.p-sdgs__partner_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 60%;
    max-width: 880px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-sdgs__partner_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        margin: 0 auto;
    }
}
.p-sdgs__partner_item {
    width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
    .p-sdgs__partner_item {
        width: 100%;
    }
}
.p-sdgs__partner_item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 280px;
    padding: 19px 25px;
    font-size: 17px;
    font-weight: 500;
    color: #313131;
    text-decoration: none;
    letter-spacing: 4pt;
    background: #fff;
    border: solid 2px #4ba2d0;
    border-radius: 8px;
    box-shadow: 0 4px 0 #4ba2d0;
    transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
    .p-sdgs__partner_item a {
        margin: 0 auto;
        font-size: 15px;
    }
}
.p-sdgs__partner_item a::after {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 3px solid #4ba2d0;
    border-right: 3px solid #4ba2d0;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    transform: rotate(45deg) translateY(-50%);
}
.p-sdgs__partner_item a:hover {
    color: #fff;
    background: #4ba2d0;
    box-shadow: none;
    transform: translateY(4px);
}
.p-sdgs__partner_item a:hover::after {
    border-color: #fff;
}
/* スマホ用 */
@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    /* 課題_スマホ用 */
    .business_person {
        width: 100%;
        background-image: url("/assets/img/sustainability/sp/assignment_bg.png");
        padding-bottom: 30%;
    }
    .mv {
        background-image: url("/assets/img/sustainability/sp/mainimg_sp.png");
        padding-bottom: 139%;
        max-width: 100%;
        height: auto;
    }
    .mv h1 {
        width: 80%;
        top: 50%;
        left: 50%;
    }
    .shortage {
        padding: 0 13%;
        margin-top: 8%;
        margin-bottom: 7%;
    }
    .shortage p {
        font-weight: 530;
        line-height: 2;
        font-size: 16px;
    }
    .shortage span {
        font-size: 22px;
        text-shadow: 2px 3px 0px #fff;
    }
    .shortage_img img {
        width: 98%;
    }
    .content_title {
        font-size: 55px;
        margin-top: 14%;
    }
    .content_subtitle {
        font-size: 14px;
        margin-top: 0.5%;
    }
    /* 解決_スマホ用 */
    .solution {
        background-image: url("/assets/img/sustainability/sp/solution_bg.png");
        padding-top: 8%;
        padding-bottom: 28%;
        margin-top: -8%;
    }
    .solution_msg {
        margin: 9% 5%;
    }
    .solution_msg p {
        line-height: 1.6;
        font-size: 16px;
    }
    .solution_msg span {
        font-size: 21px;
    }
    .image {
        max-width: 90%;
        height: auto;
        margin-top: 6%;
    }
    .image.logo {
        max-width: 80%;
        height: auto;
        margin-top: 2%;
    }
    /* 関連性_スマホ用*/
    .relevance {
        margin-top: -8%;
        padding-top: 18%;
        padding-bottom: 24%;
    }
    .relevance_btn {
        padding: 0 4% 0 6%;
        margin-top: -17%;
    }
    /* そもそもSDGsとは_スマホ用 */
    .w_a_sdgs {
        background-image: url("/assets/img/sustainability/sp/w_a_sdgs_img.png");
        padding-bottom: 57%;
        margin-top: -14%;
    }
    .content_ttl {
        margin-top: 25%;
    }
    .content_ttl span {
        font-size: 30px;
    }
    .rainbow_icon {
        width: 15%;
    }
    .content_title2 {
        font-size: 55px;
    }
    .w_a_sdgs_msg {
        font-weight: 400;
        padding: 0 7%;
        margin: 3% 0;
        font-size: 16px;
    }
    .img-container {
        padding: 0 4% 0;
        margin-top: 7%;
    }
    .sdgs_img-container {
        height: auto;
        background-image: url("/assets/img/sustainability/sp/sdgs_logo.png");
        padding-top: 36%;
        padding-bottom: 15%;
    }
    /* 取り組み_スマホ用 */
    .action {
        padding-bottom: 10%;
        margin-top: -10%;
        z-index: 6;
    }
    .content_title3 {
        font-size: 55px;
    }
    .action_img-container img {
        margin-top: 7%;
        margin-bottom: 3.5%;
    }
    .line-container {
        width: 100%;
        height: 50px;
        margin-bottom: 2%;
    }
    #item_04, #item_08, #item_09 {
        padding-top: 70px;
        margin-top: -70px;
    }
    .item {
        width: 91%;
        padding: 7% 2%;
        margin-top: 8.5%;
    }
    .item_parts img {
        width: 41%;
        height: 80%;
        margin-top: 1%;
    }
    .item_parts_pa {
        padding: 4% 2% 2% 0;
    }
    .item_parts_pa p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
    }
    .last_msg {
        width: 100%;
        margin-top: 13%;
        justify-content: center;
    }
    .last_msg p {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.6;
    }
    .sdgs_c_icon {
        width: 36%;
        background-image: url("/assets/img/sustainability/sp/sdgs_c_icon.png");
        background-position: right center;
        height: 100%;
        right: 0;
        top: 0;
    }
    /* 会社概要_スマホ用 */
    .company_profile {
        padding: 0 1%;
        margin-top: 20%;
        margin-bottom: 20%;
    }
    .company_profile p {
        font-size: 26px;
        margin-bottom: 5%;
    }
    .outline-data {
        text-align: center;
        font-size: 16px;
        line-height: 1.7;
        padding: 5%;
        color: #000;
    }
    .outline-data.dt {
        border-top: 1px #ccc solid;
        background-color: #eee;
        font-weight: bold;
    }
    .outline-data.dd {
        margin-bottom: 2%;
    }
    /* 最後のメッセージ_スマホ用 */
    .service {
        background-image: url("/assets/img/sustainability/sp/next_step_bg.png");
        padding-bottom: 13%;
    }
    .service_txt {
        padding-top: 20%;
        padding-bottom: 1.5%;
    }
    .service_msg {
        font-size: 28px;
        font-weight: 700;
    }
    .nextstep {
        font-size: 80px;
        line-height: 0.25;
        transform: rotate(-10.674deg);
        margin-top: 7.7%;
    }
    .service_msg2 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 9%;
    }
    /* ボタン部分_スマホ用 */
    .service_btn {
        justify-content: center;
        flex-wrap: wrap;
    }
    .spb_btn {
        width: 70%;
        margin: 5%;
    }
    .sq_spb_btn {
        font-size: 12px;
        line-height: 2.8;
    }
    .cl_spb_btn {
        border-radius: 100px;
        margin: 4% 0;
        font-size: 16px;
        max-width: 100%;
    }
}