a, a:hover{
    text-decoration: none;
}
html, body{
    overflow-x: hidden;
}
/* SDGs index
-------------------------------------------------------------*/
.sdgs_Contents__main{
    font-weight: 500;
    letter-spacing: 0.1em;
}
.sdgs_Contents__main .fv > div{
    position: relative;
}
.sdgs_Contents__main .fv > div > picture{
    position: relative;
    z-index: 2;
}
.sdgs_Contents__main .fv > div:nth-child(2){
    width: 94vw;
}
.sdgs_Contents__main .fv > div:first-child .title{
    width: 51vw;
    position: absolute;
    left: 7.5vw;
    bottom: -6.8%;
}
.sdgs_Contents__main .fv > div:first-child >p {
    position: absolute;
    font-size: clamp(34px,2vw,38px);
    right: 10%;
    top: 55%;
    line-height: 1.5;
    font-weight: 600;
}
.sdgs_Contents__main .fv > div:nth-child(2) .title{
    width: 44.5vw;
    position: absolute;
    left: 7.5vw;
    top: -9.5%;
}
.sdgs_Contents__main .fv > div .anim_photo_1{
    position: absolute;
    top: 8%;
    left:0;
    width: 50%;
}
.sdgs_Contents__main .fv > div .anim_photo_2{
    position: absolute;
    top: 23%;
    left: 50%;
    width: 30%;
    z-index: 3;
}
.sdgs_Contents__main .fv > div .anim_photo_3{
    position: absolute;
    top: 30.5%;
    left: 33.5%;
    width: 21%;
}

.sdgs_Contents__main .fv > div .anim_photo_4{
    position: absolute;
    bottom: 17%;
    left: 0;
    width: 10vw;
}
.sdgs_Contents__main .fv > div .anim_photo_5{
    position: absolute;
    bottom: 13.6%;
    left: 0%;
    width: 21vw;
}
.sdgs_Contents__main .fv > div .anim_photo_6{
    position: absolute;
    top: 0%;
    right: 0%;
    width: 10vw;
}
.sdgs_Contents__main .fv > div .anim_photo_7{
    position: absolute;
    top: -20%;
    right: 10%;
    width: 10vw;
}

.sdgs_Contents__main .fv > div .anim > div{
    position: relative;
}
.sdgs_Contents__main .fv > div .anim  div:before {
    content: '';
    position: absolute;
    background-color: #F7FAF4;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}
.sdgs_Contents__main .fv > div .anim div:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F7FAF4;
    visibility: hidden;
    z-index: 3;
}
.sdgs_Contents__main .fv > div .anim div picture{
    opacity: 0;
    display: flex;
}
.sdgs_Contents__main .fv > div .anim_photo_1.anim_active  div:before {
    animation: speed 1.5s forwards;
    z-index: 2;
}
.sdgs_Contents__main .fv > div .anim_photo_1.anim_active div picture{
    animation: show 0.2s forwards 1.2s;
}
.sdgs_Contents__main .fv > div .anim_photo_1.anim_active  div:after {
    animation: open 1.5s forwards 1.2s;
}
.sdgs_Contents__main .fv > div .anim_photo_2.anim_active  div:before {
animation: speed 1.5s forwards 0.3s;
    z-index: 2;
}
.sdgs_Contents__main .fv > div .anim_photo_2.anim_active div picture{
    animation: show 0.2s forwards 1.5s;
}
.sdgs_Contents__main .fv > div .anim_photo_2.anim_active  div:after {
    animation: open 1.5s forwards 1.5s;
}
.sdgs_Contents__main .fv > div .anim_photo_3.anim_active  div:before {
animation: speed 1.5s forwards 0.5s;
    z-index: 2;
}
.sdgs_Contents__main .fv > div .anim_photo_3.anim_active div picture{
    animation: show 0.2s forwards 1.7s;
}
.sdgs_Contents__main .fv > div .anim_photo_3.anim_active  div:after {
    animation: open 1.5s forwards 1.7s;
}
.sdgs_Contents__main .fv > div .anim_photo_4.anim_active  div:before {
animation: speed 1.5s forwards;
    z-index: 2;
}
.sdgs_Contents__main .fv > div .anim_photo_4.anim_active div picture{
    animation: show 0.2s forwards 1.2s;
}
.sdgs_Contents__main .fv > div .anim_photo_4.anim_active  div:after {
    animation: open 1.5s forwards 1.2s;
}
.sdgs_Contents__main .fv > div .anim_photo_5.anim_active  div:before {
animation: speed 1.5s forwards 0.3s;
    z-index: 2;
}
.sdgs_Contents__main .fv > div .anim_photo_5.anim_active div picture{
    animation: show 0.2s forwards 1.5s;
}
.sdgs_Contents__main .fv > div .anim_photo_5.anim_active  div:after {
    animation: open 1.5s forwards 1.5s;
}
.sdgs_Contents__main .fv > div .anim_photo_6.anim_active  div:before{
animation: speed 1.5s forwards 0.5s;
    z-index: 2;
}
.sdgs_Contents__main .fv > div .anim_photo_7.anim_active  div:before{
    background-color: #fff;
    animation: speed 1.5s forwards 0.5s;
    z-index: 2;
}

.sdgs_Contents__main .fv > div .anim_photo_6.anim_active div picture,
.sdgs_Contents__main .fv > div .anim_photo_7.anim_active div picture{
    animation: show 0.2s forwards 1.7s;
}
.sdgs_Contents__main .fv > div .anim_photo_6.anim_active  div:after{
    animation: open 1.5s forwards 1.7s;
}

.sdgs_Contents__main .fv > div .anim_photo_7.anim_active  div:after{
    background-color: #fff;
    animation: open 1s forwards 1.7s;
}

@keyframes speed {
    0% {
        width: 0;
    }
    80%{
        width: 100%;
    }
    100% {
        width: 100%;
        visibility: hidden;
    }
}
@keyframes show{
    0% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes open {
    0% {
        width:100%;
        visibility: visible;
    }
    100% {
        width: 0;
        visibility: hidden;
    }
}

.sdgs_Contents__main #our_purpose{
    padding-top: 150px;
    position: relative;
}
.sdgs_Contents__main #our_purpose > div:first-child {
    position: absolute;
    left: 7.5vw;
}
.sdgs_Contents__main #our_purpose > div:first-child img{
    width: 36vw;
}
.sdgs_Contents__main #our_purpose > div:first-child > p,
.sdgs_Contents__main #our_materiality > div:first-child > div p{
    position: relative;
    padding-left: 1.5em;
    font-size: clamp(18px,1.2vw,24px);
    line-height: 2;
}
.sdgs_Contents__main #our_purpose > div:first-child > p:before,
.sdgs_Contents__main #our_materiality > div:first-child > div p:before{
    content: '●';
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.sdgs_Contents__main #our_purpose > div:first-child div{
    margin-top: 30%;
}
.sdgs_Contents__main #our_purpose > div:first-child div h3{
    font-size: clamp(40px,2.5vw, 46px);
    line-height: 2;
    margin-bottom: 10%;
    font-weight: 600;
    font-family: "Noto Serif JP",serif;
}
.sdgs_Contents__main #our_purpose > div:first-child div p{
    font-size: clamp(18px, 1.2vw, 20px);
    line-height: 3;
}
.sdgs_Contents__main #our_purpose > div:nth-child(4){
    width: 14vw;
    position: absolute;
    top: 47%;
    right: 0%;
    transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
}
.sdgs_Contents__main #our_purpose > div:nth-child(3) {
    margin: 50px 4vw 0 auto;
    width: 61vw;
}
.sdgs_Contents__main #our_purpose > div:nth-child(2) {
    width: 33vw;
    position: absolute;
    bottom: 13%;
    left: 0%;
    transform: translateY(13%);
    -webkit-transform: translateY(13%);
    -ms-transform: translateY(13%);

}
.sdgs_Contents__main #our_materiality{
    padding-top: 150px;
}
.sdgs_Contents__main #our_materiality > div:first-child{
    position: relative;
}
.sdgs_Contents__main #our_materiality > div:first-child > div {
    width: 43vw;
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translateX(-50%);
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) {
    width: 85vw;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div{
    width: 45%;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child {
    background-color: #F7FAF4;
    border-radius: 15px;
    padding: 3.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table td,
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table th{
    font-size: clamp(20px,1.5vw,22px);
    line-height: 1.5;
    font-weight: bold;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table th{
    color: #018EDF;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table th p{
    color: #018EDF;
    position: relative;
    padding-bottom: 1.5em;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table td{
    padding-left: 1.5em;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table th p:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    height: 1.5em;
    width: 2px;
    background-color: #018EDF;
    display: block;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table td span{
    color: #54A793;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:last-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 2;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:last-child h3{
    font-size: clamp(40px,2.5vw, 46px);
    font-weight: 600;
    margin-bottom: 50px;
    font-family: "Noto Serif JP",serif;
    line-height: 1.5;
}
.sdgs_Contents__main #our_materiality > div:nth-child(2) > div:last-child p {
    font-size: clamp(18px,1.2vw,20px);
}

.sdgs_Contents__main #line{
    background-image : linear-gradient(to right, #E60012, #E60012 8px, transparent 4px, transparent 4px);  /* 幅2の線を作る */
    background-size: 16px 2px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    height: 2px;
    width: 85vw;
    margin: 150px auto;
}

.sdgs_Contents__main #workshop > div{
    position: relative;
    width: 93vw;
}
.sdgs_Contents__main #workshop > div div{
    position: absolute;
    top: 3%;
    left: 7vw;
    line-height: 2;
}
.sdgs_Contents__main #workshop > div div h3,
.sdgs_Contents__main #materiality h3{
    font-size: clamp(40px,2.5vw, 46px);
    font-weight: 600;
    margin-bottom: 50px;
    font-family: "Noto Serif JP",serif;
    line-height: 1.5;
}
.sdgs_Contents__main #workshop > div div p,
.sdgs_Contents__main #materiality p{
    font-size: clamp(18px,1.2vw,20px);
}
.sdgs_Contents__main #materiality{
    margin-top: -3%;
    text-align: center;
    line-height: 2;
}
.sdgs_Contents__main #materiality > picture:nth-child(3),
.sdgs_Contents__main #materiality > picture:nth-child(4){
    width: 66vw;
    margin: 50px auto;
}
.sdgs_Contents__main #materiality > div:nth-child(5){
    width: 53vw;
    display: block;
    margin: 150px 0 0 auto;
}
.sdgs_Contents__main #sdgs_action{
    margin: 200px auto auto;
    padding: 100px 0;
    background: #F7FAF4;
    position: relative;
}
.sdgs_Contents__main #sdgs_action > picture{
    position: absolute;
    left:0;
    top: -200px;
    width: 21vw;
}
.sdgs_Contents__main #sdgs_action > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 65.5vw;
    margin: 0 7vw 0 auto;
}
.sdgs_Contents__main #sdgs_action > div > a{
    width: 46%;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(168, 50, 4, 0.08);
    cursor: pointer;
    transition: all 0.4s;
    margin-top: 8%;
}
.sdgs_Contents__main #sdgs_action > div > a:nth-child(1),
.sdgs_Contents__main #sdgs_action > div > a:nth-child(2){
    margin-top: 0;
}

.sdgs_Contents__main #sdgs_action > div > a:hover,
.sdgs_Contents__main #sdgs_group_link a:hover{

    transform: translateY(-10px);
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(1) {
    position: relative;
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(1) > img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) {
    padding: 0 7%;
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > img{
    width: 90%;
    margin: 30px auto;
    display: block;
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > div{
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > div p{
    position: relative;
    padding-left: calc(10px + 1em);
    font-size: clamp(18px,1.2vw,20px);
    line-height: 2;
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > div p:before {
    content: '●';
    color: #54A793;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0%;
    left: 0%;
}
.sdgs_Contents__main #sdgs_action > div > a:nth-child(1) > div:nth-child(1) > img:nth-child(2){
    width: 48%;
}
.sdgs_Contents__main #sdgs_action > div > a:nth-child(2) > div:nth-child(1) > img:nth-child(2),
.sdgs_Contents__main #sdgs_action > div > a:nth-child(3) > div:nth-child(1) > img:nth-child(2){
    width: 28%;
}
.sdgs_Contents__main #sdgs_action > div >  a:nth-child(4) > div:nth-child(1) > img:nth-child(2){
    width: 43%;
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > div > div:last-child{
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}
.sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > div > div:last-child img{
    width: 13px;
    height: 9.5px;
    margin-left: 0.5em;
}

.sdgs_Contents__main #sdgs_group_link a{
    margin: 177px auto 0 auto;
    width: 66vw;
    min-width: 1000px;
    display: flex;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(5, 10, 9, 0.08);
    cursor: pointer;
    transition: all 0.4s;
}
.sdgs_Contents__main #sdgs_group_link a > picture{
    width: 39%;
}
.sdgs_Contents__main #sdgs_group_link a > div {
    width: 51%;
    margin: auto;
    line-height: 2;
}
.sdgs_Contents__main #sdgs_group_link a > div h3{
    font-size: clamp(26px,1.25vw,28px);
    margin-bottom: 20px;
    font-family: "Noto Serif JP",serif;
    font-weight: 600;
}
.sdgs_Contents__main #sdgs_group_link a > div p{
    font-size: clamp(18px,1.2vw,20px);
}
.sdgs_Contents__main #sdgs_group_link a > div > div{
    display: flex;
    justify-content: flex-end;
}
.sdgs_Contents__main #sdgs_group_link a > div > div > div {
    display: flex;
    align-items: center;
    margin: 20px 0 0 auto;
}
.sdgs_Contents__main #sdgs_group_link a > div > div > div img{
    width: 12px;
    height: 12px;
    margin-left: 0.5em;
}
.pc{
    display: block !important;
}
.sp, .ssp{
    display: none !important
}

/*  Animation ----------------------------------------------------*/
.fade-in {
    opacity: 0;
    transition-duration: 3s !important;
    transition-property: opacity, transform;
    transform: translateY(50px);
}
.fade-in-left {
    transform: translateY(0px) translateX(-50px);
}
.delay_1{
    transition-delay: 300ms !important;
    animation-delay: 300ms !important;
}
.delay_2{
    transition-delay: 600ms !important;
    animation-delay: 600ms !important;
}
.delay_3{
    transition-delay: 900ms !important;
    animation-delay: 900ms !important;
}
.delay_4{
    transition-delay: 1200ms !important;
    animation-delay: 1200ms !important;
}
.delay_5{
    transition-delay: 1400ms !important;
    animation-delay: 1400ms !important;
}

.scroll-in {
    transform: translateY(0) translateX(0);
    transition: transform 3s cubic-bezier(.23,1,.32,1);
    animation: fadeIn 3s forwards;
}
@keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* 左から表示
-------------------------------------------------*/
.anim_liner{
    opacity: 0;
}
.anim_liner_active{
    animation-name: img-opacity;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-name: img-opacity;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    /*overflow: hidden;*/
    position: relative;
    opacity: 1;
}
.anim_liner_active:before {
    animation: img-animation 4s cubic-bezier(.4, 0, .2, 1) forwards;
    animation-play-state: running;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@keyframes img-opacity {
    0% {
        opacity: 0;
    }
}
@keyframes img-animation {
    100% {
        transform: translateX(150%);
        -webkit-transform: translateX(150%);
    }
}
@media only screen and (max-width: 1454px) {
    .sdgs_Contents__main #our_purpose > div:nth-child(2) {
        bottom: 5%;
    }
}
@media only screen and (max-width: 1299px) {
    .sdgs_Contents__main #our_purpose > div:nth-child(3) {
        margin: 50px 0 0 auto;
    }
    .sdgs_Contents__main #our_purpose > div:first-child div {
        margin-top: 10%;
    }
    .sdgs_Contents__main #our_purpose > div:nth-child(2) {
        bottom: 0;
    }
}
@media only screen and (max-width: 1119px) {
    .sdgs_Contents__main #our_purpose > div:first-child div p {
        font-size: clamp(16px, 1.2vw, 20px);
    }
}
@media only screen and (max-width: 1023px) {
    body {
        font-size: initial;
    }
    .sp{
        display: block !important;
    }
    .pc{
        display: none !important
    }
    .sdgs_Contents__main .fv > div:first-child .title {
        width: 65vw;
        left: 5vw;
        bottom: -6.5%;
    }
    .sdgs_Contents__main .fv > div:nth-child(2) .title {
        width: 56vw;
        left: 5vw;
        top: -10.5%;
    }
    .sdgs_Contents__main .fv > div:first-child >p {
        font-size: clamp(26px,2vw,36px);
        right: 5%;
        top: 40%;
        line-height: 2;
    }
    .sdgs_Contents__main .fv > div .anim_photo_1{
        top: 0%;
        left:0;
        width: 70%;
    }
    .sdgs_Contents__main .fv > div .anim_photo_2{
        top: 11%;
        left: 50%;
        width: 38%;
    }
    .sdgs_Contents__main .fv > div .anim_photo_3{
        top: 17%;
        left: 26%;
        width: 28%;
    }
    .sdgs_Contents__main .fv > div .anim_photo_4{
        bottom: 10%;
        left: 0;
        width: 17vw;
    }
    .sdgs_Contents__main .fv > div .anim_photo_5{
        bottom: 6%;
        left: 0%;
        width: 26vw;
    }
    .sdgs_Contents__main .fv > div .anim_photo_6{
        top: 0%;
        right: 0%;
        width: 8vw;
    }
    .sdgs_Contents__main .fv > div .anim_photo_7 {
        top: -45%;
        right: 8%;
    }
    .sdgs_Contents__main #our_purpose {
        padding-top: 50px;
    }
    .sdgs_Contents__main #our_purpose > div:first-child {
        position: static;
        width: calc(100% - 50px);
        margin: auto;
    }
    .sdgs_Contents__main #our_purpose > div:first-child div p {
        line-height: 2;
        font-size: clamp(18px, 1.2vw, 20px);
    }
    .sdgs_Contents__main #our_purpose > div:first-child div {
        margin-top: 30px;
    }
    .sdgs_Contents__main #our_purpose > div:first-child img {
        width: 73vw;
    }
    .sdgs_Contents__main #our_purpose > div:first-child div h3 {
        margin-bottom: 20px;
    }
    .sdgs_Contents__main #our_purpose > div:nth-child(2){
        width: 58vw;
        margin: 50px auto 50px 0;
        position: static;
        transform: initial;
    }
    .sdgs_Contents__main #our_purpose > div:nth-child(3) {
        margin: 0 auto;
        width: calc(100% - 20px);
    }
    .sdgs_Contents__main #our_purpose > div:nth-child(4) {
        width: 36vw;
        display: block;
        margin: 50px  0 0 auto;
        position: static;
        transform: initial;
    }
    .sdgs_Contents__main #our_materiality > div:first-child > div {
        width: initial;
        position:static;
        transform: initial;
        display: inline-block;
        margin: 50px 25px 50px 25px;
        padding-bottom: 10px;
        border-bottom: 2px solid #018EDF;
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2) {
        width: calc(100% - 50px);
        margin: 0 auto 50px auto;
        flex-direction: column-reverse;
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2) > div {
        width: 100%;
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2) > div:last-child {
        margin-bottom: 30px;
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child {
        padding: 30px 20px;
    }
    .sdgs_Contents__main #line {
        margin: 50px auto;
    }
    .sdgs_Contents__main #workshop > div {
        position: relative;
        width: 100%;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column-reverse;
    }
    .sdgs_Contents__main #workshop > div div {
        position: static;
        width: calc(100% - 50px);
        margin: 0 auto 50px auto;
    }
    .sdgs_Contents__main #materiality > picture:nth-child(3), .sdgs_Contents__main #materiality > picture:nth-child(4) {
        width: calc(100% - 50px);
        margin: 50px auto;
    }
    .sdgs_Contents__main #materiality > div:nth-child(5) {
        width: 82vw;
        margin: 100px 0 0 auto;
    }
    .sdgs_Contents__main #sdgs_action {
        margin: 50px auto auto;
        padding: 50px 0;
        background: #F7FAF4;
        position: relative;
    }
    .sdgs_Contents__main #sdgs_action > picture{
        position: static;
        width: 83vw;
        margin-bottom: 50px;
    }
    .sdgs_Contents__main #sdgs_action > div {
        width: calc(100% - 50px);
        margin: 0 auto;
    }
    .sdgs_Contents__main #sdgs_action > div > a {
        width: 100%;
        margin-top: 30px;
    }
    .sdgs_Contents__main #sdgs_action > div > a:nth-child(2) {
        margin-top: 30px;
    }
    .sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > img {
        width: 70vw;
        margin: 25px auto;
    }
    .sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > div {
        border-top: none;
        padding-top: 0;
        min-height:initial;
    }
    .sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > div > div:last-child {
        margin: 30px 0 0 auto;
    }
    .sdgs_Contents__main #sdgs_group_link a {
        margin: 50px auto 0 auto;
        width: calc(100% - 50px);
        flex-direction: column;
        min-width: initial;
    }
    .sdgs_Contents__main #sdgs_group_link a > picture {
        width: 100%;
    }
    .sdgs_Contents__main #sdgs_group_link a > div {
        width: 100%;
        padding: 25px;
        text-align: center;
    }
    .sdgs_Contents__main #sdgs_group_link a > div p {
        text-align: left;
    }
    .sdgs_Contents__main #sdgs_group_link a > div > div > div {
        margin: 30px 0 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .sdgs_Contents__main .fv > div:first-child .title {
        width: 87vw;
        left: 5vw;
        bottom: -4%;
    }
    .sdgs_Contents__main .fv > div:nth-child(2) .title {
        width: 71vw;
        left: 5vw;
        top: 0;
    }
    .sdgs_Contents__main .fv > div:first-child > p {
        font-size: 20px;
        left:55%;
        right: initial;
        top: 60%;
    }
    .sdgs_Contents__main .fv > div .anim_photo_1{
        top: 11%;
    }
    .sdgs_Contents__main .fv > div .anim_photo_2{
        top: 20.3%;
        width: 43%;
    }
    .sdgs_Contents__main .fv > div .anim_photo_3{
        top: 25%;
        left: 20%;
        width: 35%;
    }
    .sdgs_Contents__main .fv > div .anim_photo_4{
        bottom: 42%;
        width: 38vw;
    }
    .sdgs_Contents__main .fv > div .anim_photo_5{
        bottom: 39%;
        width: 57vw;
    }
    .sdgs_Contents__main .fv > div .anim_photo_6{
        top: 45%;
        right: 5%;
        width: 13vw;
    }
    .sdgs_Contents__main .fv > div .anim_photo_7 {
        top: 35%;
        right: 20%;
    }
    .sdgs_Contents__main .fv > div:first-child > p span {
        letter-spacing: 0.35em;
    }
    .sdgs_Contents__main .fv > div:nth-child(2) {
        margin-bottom: 50px;
    }
    .sdgs_Contents__main #our_purpose > div:first-child div h3 {
        font-size: clamp(24px,1.5vw,28px);
    }
    .sdgs_Contents__main #our_purpose > div:first-child div p {
        font-size: clamp(13px,1vw,15px);
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2) > div:last-child h3 {
        font-size: clamp(24px,2.5vw, 36px);
    }
    .sdgs_Contents__main #our_purpose > div:first-child > p, .sdgs_Contents__main #our_materiality > div:first-child > div p {
        font-size: clamp(14px,1.1vw,16px);
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2) > div:last-child p {
        font-size: clamp(13px,1vw,15px);
    }
    .sdgs_Contents__main #workshop > div div h3, .sdgs_Contents__main #materiality h3 {
        margin-bottom: 30px;
        font-size: clamp(24px,2.5vw, 36px);
    }
    .sdgs_Contents__main #workshop > div div p, .sdgs_Contents__main #materiality p {
        font-size: clamp(13px,1vw,15px);
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table td, .sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table th {
        font-size: clamp(15px,1.1vw,18px);
    }
    .sdgs_Contents__main #sdgs_action > div > a > div:nth-child(2) > div p {
        font-size: clamp(13px,1vw,15px);
    }
    .sdgs_Contents__main #sdgs_group_link a > div h3 {
        font-size: clamp(18px,1.25vw,20px);
    }
    .sdgs_Contents__main #sdgs_group_link a > div p {
        font-size: clamp(13px,1vw,15px);
    }
}
@media only screen and (max-width: 413px) {
    .ssp{
        display: block !important;
    }
}
@media only screen and (max-width: 320px) {
     .sdgs_Contents__main .fv > div:first-child > p {
        font-size: 16px;
        left: 55%;
        right: initial;
        top: 60%;
    }
    .sdgs_Contents__main #our_purpose > div:first-child {
        width: calc(100% - 20px);
    }
    .sdgs_Contents__main #our_materiality > div:first-child > div {
        margin: 50px 10px;
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2),
    .sdgs_Contents__main #workshop > div div {
        width: calc(100% - 20px);
    }
    .sdgs_Contents__main #our_purpose > div:first-child div h3 ,
    .sdgs_Contents__main #workshop > div div h3, .sdgs_Contents__main #materiality h3 {
        font-size: 22px;
    }
    .sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table td, .sdgs_Contents__main #our_materiality > div:nth-child(2) > div:first-child table th {
        font-size: 13px;
    }
}


/* sdgs subContents
 ----------------------------------------------------------------------------------------*/

.sdgs_subContents__main .fv > div:first-child{
    position:relative;
}
.sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
    position: absolute;
    left: 8vw;
    top: 25%;
}
.environment .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
    width: 36.6vw;
}
.social_1 .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
    width: 20vw;
}
.social_2 .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
    width: 21vw;
}
.governance .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
    width: 31vw;
}
.sdgs_subContents__main .fv > div .anim  div:before {
    content: '';
    position: absolute;
    background-color: #F7FAF4;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}
.sdgs_subContents__main .fv > div .anim div:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F7FAF4;
    visibility: hidden;
    z-index: 3;
}
.environment .sdgs_subContents__main .fv > div .anim_photo_1{
    position: absolute;
    top: 36.5%;
    left: 59.5%;
    width: 28%;
}
.environment .sdgs_subContents__main .fv > div .anim_photo_2{
    position: absolute;
    top: 0;
    right: 0;
    width: 12.5%;
}
.environment .sdgs_subContents__main .fv > div .anim_photo_3{
    position: absolute;
    top: 3%;
    right: 4%;
    width: 21%;
}
.social_1 .sdgs_subContents__main .fv > div .anim_photo_1{
    position: absolute;
    top: 8.5%;
    right: 15.8%;
    width: 9%;
}
.social_1 .sdgs_subContents__main .fv > div .anim_photo_2{
    position: absolute;
    top: 30.9%;
    left: 40.2%;
    width: 35%;
}
.social_1 .sdgs_subContents__main .fv > div .anim_photo_3{
    position: absolute;
    top: 42.8%;
    left: 40.2%;
    width: 23%;
}
.social_1 .sdgs_subContents__main .fv > div .anim_photo_4{
    position: absolute;
    top: 49.5%;
    right: 0%;
    width: 42%;
}
.social_2 .sdgs_subContents__main .fv > div .anim_photo_1{
    position: absolute;
    top: 13.2%;
    right: 23%;
    width: 26.5%;
}
.social_2 .sdgs_subContents__main .fv > div .anim_photo_2{
    position: absolute;
    top: 13%;
    right: 0;
    width: 25%;
}
.social_2 .sdgs_subContents__main .fv > div .anim_photo_3{
    position: absolute;
    top: 22.8%;
    left: 70%;
    width: 26.5%;
}
.governance .sdgs_subContents__main .fv > div .anim_photo_1{
    position: absolute;
    top: 27.7%;
    right: 11.8%;
    width: 35%;
}
.governance .sdgs_subContents__main .fv > div .anim_photo_2{
    position: absolute;
    top: 41.8%;
    right: 29.6%;
    width: 17.2%;
}
.governance .sdgs_subContents__main .fv > div .anim_photo_3{
    position: absolute;
    bottom: 50.6%;
    right: 0;
    width: 29.6%;
}
.sdgs_subContents__main .fv > div .anim div picture{
    opacity: 0;
    display: flex;
}
.sdgs_subContents__main .fv > div .anim_photo_1.anim_active  div:before {
    animation: speed 1.5s forwards;
    z-index: 2;
}
.sdgs_subContents__main .fv > div .anim_photo_1.anim_active div picture{
    animation: show 0.2s forwards 1.2s;
    z-index: 2;
}
.sdgs_subContents__main .fv > div .anim_photo_1.anim_active  div:after {
    animation: open 1.5s forwards 1.2s;
    z-index: 2;
}
.sdgs_subContents__main .fv > div .anim_photo_2.anim_active  div:before {
    animation: speed 1.5s forwards 0.3s;
    z-index: 2;
}
.sdgs_subContents__main .fv > div .anim_photo_2.anim_active div picture{
    animation: show 0.2s forwards 1.5s;
}
.sdgs_subContents__main .fv > div .anim_photo_2.anim_active  div:after {
    animation: open 1.5s forwards 1.5s;
}
.sdgs_subContents__main .fv > div .anim_photo_3.anim_active  div:before {
    animation: speed 1.5s forwards 0.5s;
    z-index: 2;
}
.sdgs_subContents__main .fv > div .anim_photo_3.anim_active div picture{
    animation: show 0.2s forwards 1.7s;
}
.sdgs_subContents__main .fv > div .anim_photo_3.anim_active  div:after {
    animation: open 1.5s forwards 1.7s;
}
.sdgs_subContents__main .fv > div .anim_photo_4.anim_active  div:before {
    animation: speed 1.5s forwards 0.8s;
    z-index: 2;
}
.sdgs_subContents__main .fv > div .anim_photo_4.anim_active div picture{
    animation: show 0.2s forwards 2s;
}
.sdgs_subContents__main .fv > div .anim_photo_4.anim_active  div:after {
    animation: open 1.5s forwards 2s;
}
.environment .sdgs_subContents__main .fv > div:first-child picture{
    position: relative;
    z-index: 5;
}



.sdgs_subContents__main .fv > div:first-child >  p{
    font-size: clamp(20px,1.25vw,24px);
    position: absolute;
    left: 8vw;
    top: 50%;
    line-height: 2;
    font-weight: bold;
}
.sdgs_subContents__main .fv > picture{
    width: 84vw;
    display: block;
    margin: -1% auto auto auto;
}
.sdgs_subContents__main .fv > div:nth-child(3){
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    max-width: 38.6vw;
    margin: auto;
}
.sdgs_subContents__main .fv > div:nth-child(3) h2{
    text-align: center;
    line-height: 2;
    font-size: clamp(32px,2vw,38px);
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    font-family: "Noto Serif JP",serif;
}
.sdgs_subContents__main .fv > div:nth-child(3) img {
    width: 38.6vw;
}
.sdgs_subContents__main #contents{
    background-color: #F7FAF4;
    padding: 100px 0;
}
.sdgs_subContents__main #contents > div{
    width: 83vw;
    min-width: 1023px;
    margin: auto;
    padding: 0 5vw;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(5, 10, 9, 0.08);
}
.sdgs_subContents__main #contents > div > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vw 0;
}
.social_1 .sdgs_subContents__main #contents > div > div {
    align-items: flex-start;
}
.sdgs_subContents__main #contents > div > div:not(:last-child) {
    border-bottom: 1px solid #54A793;
}
.sdgs_subContents__main #contents > div > div > img,
.sdgs_subContents__main #contents > div > div > picture{
    width: 46%;
}
.sdgs_subContents__main #contents > div > div > div {
    width: 49%;
}
.sdgs_subContents__main #contents >  div.text_only > div,
.sdgs_subContents__main #contents >  div.text_only > div > div{
    width: 100%;
}
.sdgs_subContents__main #contents > div > div > div  h3{
    border-left: 8px solid #54A793;
    padding-left: calc(8px + 0.5em);
    font-size: clamp(27px,1.5vw,32px);
    margin-bottom: 1em;
    line-height: 1.5;
    font-family: "Noto Serif JP",serif;
    font-weight: 600;
}
.sdgs_subContents__main #contents > div > div > div > div{
    display: flex;
    align-items: center;
}
.sdgs_subContents__main #contents > div > div > div > div span {
    background-color: #54A793;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 17px;
    margin-left: 3em;
    margin-bottom: 1em;
}
.sdgs_subContents__main #contents > div > div > div p {
    font-size: clamp(20px,1.4vw,22px);
    line-height: 2;
    font-weight: bold;
}
.sdgs_subContents__main #contents > div > div > div ul {
    margin: 15px 0 0;
}
.sdgs_subContents__main #contents > div > div > div ul li{
    position: relative;
    padding-left: 1.5em;
    font-size: clamp(18px,1.2vw,20px);
    line-height: 2;
    font-weight: 500;
}
.sdgs_subContents__main #contents > div > div > div ul li a{
    color: #54A793;
}
.sdgs_subContents__main #contents > div > div > div ul li:before {
    content:'●';
    color: #54A793;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
}
.sdgs_subContents__main #sdgs_action{
    margin: 200px auto 0 auto;
    padding: 100px 0 0;
    position: relative;
}
.sdgs_subContents__main #sdgs_action > picture{
    position: absolute;
    left:0;
    top: -100px;
    width: 58vw;
}
.sdgs_subContents__main #sdgs_action > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84vw;
    min-width: 1023px;
    margin: 0 auto;
}
.sdgs_subContents__main #sdgs_action > div > a{
    width: 30%;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(5, 10, 9, 0.08);
    cursor: pointer;
    transition: all 0.4s;
}
.sdgs_subContents__main #sdgs_action > div > a:hover,
.sdgs_subContents__main #sdgs_group_link a:hover{

    transform: translateY(-10px);
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(1) {
    position: relative;
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(1) > img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) {
    padding: 0 7%;
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > img{
    width: 90%;
    margin: 30px auto;
    display: block;
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > div{
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > div p{
    position: relative;
    padding-left: calc(10px + 1em);
    font-size: clamp(18px,1.2vw,20px);
    line-height: 2;
    font-weight: 500;
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > div p:before {
    content: '●';
    color: #54A793;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0%;
    left: 0%;
}
.sdgs_subContents__main #sdgs_action > div > a#environment > div:nth-child(1) > img:nth-child(2){
    width: 48%;
}
.sdgs_subContents__main #sdgs_action > div > a#social_1 > div:nth-child(1) > img:nth-child(2),
.sdgs_subContents__main #sdgs_action > div > a#social_2 > div:nth-child(1) > img:nth-child(2){
    width: 28%;
}
.sdgs_subContents__main #sdgs_action > div >  a#governance > div:nth-child(1) > img:nth-child(2){
    width: 43%;
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > div > div:last-child{
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    font-size: 15px;
    font-weight: 500;
}
.sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > div > div:last-child img{
    width: 13px;
    height: 9.5px;
    margin-left: 0.5em;
}

@media only screen and (max-width: 1023px) {
    .sdgs_subContents__main .fv > picture {
        width: 90vw;
    }
    .sdgs_subContents__main .fv > div:first-child > img:nth-child(2),
    .sdgs_subContents__main .fv > div:first-child > p {
        left: 5vw;
    }
    .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        top: 20%;
    }
    .environment .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        width: 45vw;
    }
    .social_1 .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        width: 24.6vw;
    }
    .social_2 .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        width: 26vw;
    }
    .governance .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        width: 38vw;
    }
    .sdgs_subContents__main .fv > div:nth-child(3) {
        max-width: calc(100% - 50px);
    }
    .sdgs_subContents__main .fv > div:nth-child(3) img {
        width: calc(100% - 50px);
    }
    .sdgs_subContents__main #contents > div {
        width: calc(100% - 50px);
        min-width: initial;
        padding: 0 25px;
    }
    .sdgs_subContents__main #contents > div > div {
        padding: 50px 0;
        display: block;
    }
    .sdgs_subContents__main #contents > div > div > img,
    .sdgs_subContents__main #contents > div > div > picture {
        width: 100%;
        margin-bottom: 25px;
    }
    .sdgs_subContents__main #contents > div > div > div {
        width: 100%;
    }
    .sdgs_subContents__main #sdgs_action {
        margin: 150px auto 100px auto;
    }
    .sdgs_subContents__main #sdgs_action > picture {
        top: -50px;
        width: 83%;
    }
    .sdgs_subContents__main #sdgs_action > div {
        width: calc(100% - 50px);
        max-width: 880px;
        min-width: initial;
    }
    .sdgs_subContents__main #sdgs_action > div > a {
        width: 100%;
    }
    .sdgs_subContents__main #sdgs_action > div > a:not(:last-child) {
        margin-bottom: 50px;
    }
    .sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > img {
        width: 70vw;
        margin: 25px auto;
    }
    .sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > div {
        border-top: none;
        padding-top: 0;
        min-height:initial;
    }
    .sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > div > div:last-child {
        margin: 30px 0 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .sdgs_subContents__main .fv > picture {
        width: 100%;
        margin: -5% auto auto auto;
    }
    .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        left: 25px;
        top: 32%;
    }
    .environment .sdgs_subContents__main .fv > div:first-child > img:nth-child(2){
        width: 73vw;
    }
    .social_1 .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        width: 40vw;
    }
    .social_2 .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        width: 42vw;
    }
    .governance .sdgs_subContents__main .fv > div:first-child > img:nth-child(2) {
        width: 62vw;
    }
    .sdgs_subContents__main .fv > div:first-child >  p{
        font-size: clamp(18px,1.25vw,20px);
        left: 25px;
        top: 46%;
    }
    .sdgs_subContents__main .fv > div:nth-child(3) {
        padding: 50px 0;
        margin: auto 25px;
        max-width: initial;
    }
    .sdgs_subContents__main .fv > div:nth-child(3) img {
        width: 100%;
    }
    .sdgs_subContents__main .fv > div:nth-child(3) h2 {
        font-size: clamp(24px,2vw,28px);
    }
    .environment .sdgs_subContents__main .fv > div .anim_photo_1{
        top: 68%;
        left: initial;
        right: 0;
        width: 52%;
    }
    .environment .sdgs_subContents__main .fv > div .anim_photo_2{
        top: 12%;
        width: 34%;
    }
    .environment .sdgs_subContents__main .fv > div .anim_photo_3{
        top: 14%;
        right: 11%;
        width: 56%;
    }
    .social_1 .sdgs_subContents__main .fv > div .anim_photo_1{
        top: 3.7%;
        right: 6.5%;
        width: 13%;
    }
    .social_1 .sdgs_subContents__main .fv > div .anim_photo_2{
        top: 12%;
        left: 21.5%;
        width: 58.6%;
        z-index: 1;
    }
    .social_1 .sdgs_subContents__main .fv > div .anim_photo_3{
        top: 18.5%;
        left: 21.5%;
        width: 40%;
    }
    .social_1 .sdgs_subContents__main .fv > div .anim_photo_4{
        top: initial;
        bottom: 27%;
        right: 0%;
        width: 63.4%;
    }
    .social_1 .sdgs_subContents__main .fv > div:first-child picture{
        position: relative;
        z-index: 2;
    }
    .social_2 .sdgs_subContents__main .fv > div .anim_photo_1{
        top: 9.7%;
        right: initial;
        left: 7%;
        width: 51.4%;
    }
    .social_2 .sdgs_subContents__main .fv > div .anim_photo_2{
        top: 9.6%;
        right: 0;
        width: 46.6%;
    }
    .social_2 .sdgs_subContents__main .fv > div .anim_photo_3{
        top: 14%;
        left: 38%;
        width: 52%;
    }
    .governance .sdgs_subContents__main .fv > div .anim_photo_1{
        top: 12.5%;
        right: 6.9%;
        width: 63%;
    }
    .governance .sdgs_subContents__main .fv > div .anim_photo_2{
        top: 19%;
        right: 38.9%;
        width: 31%;
    }
    .governance .sdgs_subContents__main .fv > div .anim_photo_3{
        bottom: initial;
        top: 19%;
        right: 0;
        width: 38.9%;
    }
    .sdgs_subContents__main #contents > div > div > div > div{
        display: block;
        margin-bottom: 30px;
    }
    .sdgs_subContents__main #contents > div > div > div > div span {
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .sdgs_subContents__main #contents > div > div > div h3 {
        font-size: clamp(18px,1.5vw,20px);
    }
    .sdgs_subContents__main #contents > div > div > div p {
        font-size: clamp(15px,1.2vw, 16px);
    }
    .sdgs_subContents__main #contents > div > div > div ul li,
    .sdgs_subContents__main #sdgs_action > div > a > div:nth-child(2) > div p {
        font-size: clamp(13px,1vw,15px);
    }
}