#common_footer {
    margin-top: 80px;
}

/* SP調整 */
@media screen and (max-width:730px) {
    #common_footer {
        margin-top: 80px;
    }
}

main {
    letter-spacing: 0.07em;
}

.mv {
    position: relative;
}

.mv .cap {
    bottom: 5px;
    right: 5px;
}

.mv_bottom {
    max-width: 1054px;
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}

.mv_bottom li {
    width: calc(95%/3);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.mv_bottom li:nth-child(1) {
    background-color: #e5f2ef;
}

.mv_bottom li:nth-child(2) {
    background-color: #e8edf3;
}

.mv_bottom li:nth-child(3) {
    background-color: #f1e0e6;
}

.mv_bottom li .ttl {
    text-align: center;
    font-size: clamp(18px,2vw,22px);
}

.mv_bottom li:nth-child(1) .ttl {
    color: #38a3b2;
    margin: auto 0;
}

.mv_bottom li:nth-child(2) .ttl {
    color: #7587c4;
}

.mv_bottom li:nth-child(3) .ttl {
    color: #bb6680;
}

.mv_bottom li .txt {
    margin-top: 10px;
    font-size: clamp(13px,1.3vw,14px);
}


.sec_ttl {
    text-align: center;
    letter-spacing: 0.05em;
}

.sec_ttl .en {
    color: #009740;
    border-bottom: 2px solid #009740;
    padding: 0 15px 5px;
    font-size: clamp(22px,2.3vw,24px);
}

.sec_ttl .ja {
    display: block;
    margin-top: 15px;
    font-size: clamp(14px,1.8vw,18px);
}


.sec_lead {
    text-align: center;
    font-size: clamp(23px,3vw,32px);
    margin-top: 20px;
}

/* SP調整 */
@media screen and (max-width:730px) {

    .mv_bottom {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 25px;
    }

    .mv_bottom li {
        width: 100%;
    }

    .mv_bottom li .txt {

    }

    .sec_lead {
        margin-top: 15px;
    }
}



.sec01 {
    margin: 80px auto 100px;
}

.sec01 .sec_txt {
    font-size: clamp(13px,1.5vw,16px);
    line-height: 1.7;
    text-align: center;
    margin-top: 20px;
}

.sec01 .image_wrap {
    max-width: 1054px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.sec01 .image_wrap .image .cap {
    bottom: 5px;
    right: 5px;
    font-family: sans-serif;
}

.sec01 .image_wrap .image .cap2 {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    right: 44%;
    font-family: sans-serif;
}

.sec01 .image_wrap .image:nth-child(1),
.sec01 .image_wrap .image:nth-child(2) {
    width: calc(95%/3);
}

.sec01 .image_wrap .image:nth-child(3) {
    width: calc(98%/3);
}

.sec01 .icon_wrap_bg {
    background-color: #f3f3f3;
    padding: 20px 0;
}

.sec01 .icon_wrap {
    max-width: 1054px;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}

/* SP調整 */
@media screen and (max-width:730px) {
    .sec01 {
        margin: 60px auto;
    }

    .sec01 .sec_txt {
        width: 90%;
        margin: 10px auto 0;
        text-align: justify;

    }

    .sec01 .image_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .sec01 .image_wrap .image:nth-child(1),
    .sec01 .image_wrap .image:nth-child(2),
    .sec01 .image_wrap .image:nth-child(3) {
        width: 100%;
    }

    .sec01 .icon_wrap {
        grid-template-columns: repeat(3,1fr);
    }
}



.sec02 .image {
    max-width: 1054px;
    width: 90%;
    margin: 30px auto 0;
}

/* SP調整 */
@media screen and (max-width:730px) {
    .sec02 .image {
        width: 100%;
        margin-top: 20px;
    }
}



.sec03 {
    max-width: 1054px;
    width: 90%;
    margin: 100px auto 0;
}

.sec03 .list_wrap {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    margin-top: 30px;
}

.sec03 .list_wrap li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}

.sec03 .list_wrap li .image_wrap {
    grid-column: 2/3;
    grid-row: 1/3;
}

.sec03 .list_wrap li .image_wrap .image .cap {
    bottom: 5px;
    right: 5px;
}

.sec03 .list_wrap li .lead {
    background-size: auto auto;
    background-color: rgba(51, 172, 102, 1);
    background-image: repeating-linear-gradient(-36deg, transparent, transparent 10px, rgba(159, 239, 255, 0.32) 10px, rgba(159, 239, 255, 0.32) 11px );
    color: #fff;
    text-align: center;
    padding: 13px;
    font-size: clamp(14px,1.8vw,18px);
    font-weight: lighter;
    line-height: 1.6;
}

.sec03 .list_wrap li .txt {
    font-size: clamp(12px,1.4vw,15px);
    line-height: 1.6;
    margin-top: 10px;
    font-weight: lighter;
}

.sec03 .list_wrap li .sdgs {
    text-align: center;
    background-color: #f3f3f3;
    padding: 0 20px 30px;
    margin-top: 20px;
}

.sec03 .list_wrap li .sdgs_txt {
    max-width: 135px;
    width: 35%;
    margin: 0 auto 20px;
}

.sec03 .list_wrap li:nth-child(1) .sdgs .icon {
    max-width: 113px;
    width: 28%;
    margin: 0 auto;
}

.sec03 .list_wrap li:nth-child(2) .sdgs .icon {
    max-width: 410px;
    margin: 0 auto;
}


.sec03 .list_wrap li:nth-child(3) .image_wrap {
    background-color: #f3f3f3;
    padding: 20px;
}

.sec03 .list_wrap li:nth-child(3) .image_wrap .image {
    width: 55%;
    margin: 0 auto;
}

/* SP調整 */
@media screen and (max-width:730px) {
    .sec03 {
        margin-top: 60px;
    }

    .sec03 .list_wrap {
        margin-top: 20px;
    }

    .sec03 .list_wrap li {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }
    
    .sec03 .list_wrap li .lead {
        margin: 0 -5.5%;
    }

    .sec03 .list_wrap li .txt {
        margin-top: 15px;
        font-weight: initial;
    }

    .sec03 .list_wrap li .sdgs {
        margin: 0 -5.5%;
    }

    .sec03 .list_wrap li:nth-child(3) .image_wrap {
        width: auto;
        margin: 0 -5.5%;
    }

    .sec03 .list_wrap li:nth-child(3) .image_wrap .image {
        width: 60%;
    }
}