html{
    scroll-behavior: smooth;
}

body{
    background: #FFF7EB;
    font-family: 'LINE Seed JP_TTF', sans-serif;
    font-weight: bold;
    color: #676255;
}

header{
    position: fixed;
    top: 48px;
    width: 85vw;
    padding: 1em 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;

    display: flex;
    justify-content: space-around;
    background: rgba(114, 91, 161, 0.5);
    font-size: 25px;
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;

    z-index: 9999;
}

header a{
    color: #fff;
    text-decoration: none;
}

.childPage-header{
    background: none;
    padding: 0;
    width: 95vw;
}

.childPage-header a{
    margin: auto 0 auto auto;
}

.childPage-header a img{
    width: 15vw;
    height: auto;

}

section:not(.top, .childPage-top, .non-padding-section){
    padding: 300px 0;
}

.top{
    position: relative;
}

.top-bg{
    width: 100%;
}

.top .chara{
    width: 88vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
}

.top .logo{
    width: 32vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
}

.top svg{
    position: absolute;
    left: 0;
    bottom: -5px;
}

.childPage-top{
    background: #7AB6E0;
    color: #fff;
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;
    position: relative;
    padding: 100px 0;
}

.childPage-top span{
    display: block;
    background: #fff;
    height: 5px;
    width: 100%;
    border-radius: 5px;
    margin: 50px 0;
}

.childPage-top svg{
    position: absolute;
    bottom: -13px;
    z-index: -1;
}

.childPage-top p{
    width: auto;
}

.impact-page .childPage-top{
    background: #AFE065;
}

.childPage-top-flex{
    display: flex;
    justify-content: space-around;
}

.childPage-top .num{
    width: fit-content;
    font-size: 32px;
    margin-left: 50px;
}

.childPage-top h1{
    font-weight: normal;
    font-size: 100px;
}

.childPage-top p{
    padding: 0;
    margin: 0;
    border: none;
    font-size: 32px;
    text-align: left;
    line-height: normal;
}

.childPage-top .child-top-right{
    width: 35%;
}

.childPage-top .child-top-right img{
    display: block;
    width: 100%
}

h2{
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;
    color: #F4B63E;
    font-size: 48px;
    text-align: center;
    margin-bottom: 150px;
}

.blue-bg{
    background: #7AB6E0;
}

.blue-bg h2{
    color: #fff;
}

p:not(.case-info p, .child-top-left p, .chara-box p){
    text-align: center;
    font-size: 24px;
    width: 75%;
    margin: auto;

    line-height: 90px;
    letter-spacing: 2.4px;

    padding-top: 150px;
    border-top: solid 5px #D5CFC4;
}

.action-page .non-border{
    border: none;
}

.blue-bg p{
    color: #fff;
    border-top: solid 5px #fff;
}

.blue-bg{
    position: relative;
}

.blue-bg .wave-top{
    position: absolute;
    top: -13px;
    left: 0;
}

.blue-bg .wave-bottom{
    position: absolute;
    bottom: -13px;
    left: 0;
}

.grid{
    width: 70vw;
    margin: 250px auto 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
}

.grid > div{
    width: 94%;
    aspect-ratio: 318/199;
}

.grid div a{
    display: block;
    width: 100%;
    height: 100%;
}

.grid div a img{
    display: block;
    width: 100%;
    height: 100%;
}

.btn{
    font-size: 25px;
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    background: #7AB6E0;
    display: block;
    padding: 0.5em 2em;
    width: fit-content;
    margin: 150px auto 0;
    border-radius: 50px;
}

#impacts{
    padding-bottom: 0;
}

.highlight{
    color: #FF7262;
}


.action-link-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin: 150px auto 0;
    row-gap: 100px;
}

.action-link-grid a{
    width: 25vw;
    margin: auto;
}

.action-link-grid a:first-child{
    grid-column: 1 / span 2;
}

.action-link-grid a img{
    width: 100%;
    height: auto;
}

/*impact.htmlここからーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.impact-page-links{
    width: fit-content;
    margin: auto;
    list-style: none;
    padding-top: 300px;
}

.impact-page-links li:not(:last-child){
    margin-bottom: 32px;
}

.impact-page-links a{
    display: block;
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;
    color: #FFAA36;
    font-size: 32px;
    width: 350px;

    border-bottom: 6px solid #ffe8c7;

    position: relative;

    text-decoration: none;
}

.impact-page-links img{
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
}

.impact-cases>div{
    width: 50%;
    margin: auto;
    margin-bottom: 150px;
    color: #fff;
    padding: 50px;
    border-radius: 43px;

    display: flex;
    justify-content: space-between;
}

#plant{
    background: #AFE065;
}

#human{
    background: #EF76A7;
}

#nature{
    background: #6BCACC;
}

#animal{
    background: #F4B63E;
}

.case-number{
    width: 25%;
    border-right: 5px solid #fff;
}

.case-number div{
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;
    color: #fff;
}

.case-number div:nth-child(1){
    font-size: 32px;
}
.case-number div:nth-child(2){
    font-size: 64px;
}

.case-info{
    width: 70%;
    font-size: 24px;
}

.case-info img{
    width: 100%;
    padding-top: 50px;
}

.impact-cases>div:nth-child(even) .case-info{
    order: 1;
}

.impact-cases>div:nth-child(even) .case-number{
    order: 2;
    border-right: none;
    border-left: 5px solid #fff;
    padding-left: 20px;
}

/*impact.htmlここまでーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*action.htmlここからーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.action-page .childPage-top{
    background: #7AB6E0;
}

.action-chara{
    font-size: 24px;
}

.chara-info{
    color: #fff;
    width: fit-content;
    margin: auto;
    margin-top: 300px;
    border-radius: 50px;
    background: #FFAA36;
    padding: 0.2em 2em;
}

.chara-box{
    display: flex;
    justify-content: space-around;
}

.chara-box h3{
    color: #FFAA36;
    width: fit-content;
    margin: auto;
    font-size: 48px;
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;
}

.action-chara .color-blue{
    color: #7AB6E0;
    text-align: center;
    margin: 50px 0;
    
    line-height: 45px;
    letter-spacing: 2.4px;
    
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;
}

.action-manga{
    width: 70%;
    height: auto;
    display: block;
    margin: 150px auto;
}
/*action.htmlここまでーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

footer{
    background: #ECE6DC;
    border-radius: 75px 75px 0 0;
    display: flex;
    justify-content: space-around;
    padding: 100px 0;
}

.footer-left{
    color: #9C95C6;
    font-family: "ニコカv2", sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    width: 40%;
}

.footer-left .footer-logo{
    display: block;
    width: 75%;
    margin: auto;
}
.footer-left .footer-logo img{
    display: block;
    width: 100%;
    height: auto;
}

.footer-left .use-soft-icons{
    display: flex;
    justify-content: space-between;
    width: 162px;
    margin: 30px auto 45px;
}

.footer-left .use-soft-icons img{
    height: 69px;
    width: auto;
}

.footer-right{
    width: 55%;
    font-weight: normal;
    padding-top: 75px;
}

.footer-right a{
    text-decoration: none;
    color: #676255;
}

.footer-right>a:not(:last-child){
    margin-right: 3em;
}

.footer-right .btn{
    color: #fff;
    font-size: 18px;
    margin: 0;
    border-radius: 5px;
}

.impacts .btn{
    background: #EF76A7;
    margin-top: 3em;
}

.impacts div, .action div{
    padding: 4em 2em;
}

.impacts div a:not(:last-child){
    margin-right: 2em;
}

.action .btn{
    background: #6BCACC;
}

.action div a{
    display: block;
}

.action div a:not(:last-child){
    margin-bottom: 1em;
}