@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mainTitle --*/
#mainTitle::before{
    background: url("../images/what/bg_title.jpg") right bottom / auto 100% no-repeat;
}

/*--- whatBox01 --*/
#contents .whatBox01{
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}
#contents .whatBox01 .image{
    width: 50%;
    position: absolute;
    left: 0;    
    top: 0;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 2
}
#contents .whatBox01 .image .inr{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#contents .whatBox01 .image::before,
#contents .whatBox01 .image::after,
#contents #future .image01::before,
#contents #future .image01::after{
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    aspect-ratio: 1 / 1; 
    z-index: 0;
}
#contents #future .image01::before,
#contents .whatBox01 .image::before{
    background: #e21b13;
    left: -10px;
    top: -10px;
}
#contents #future .image01::after,
#contents .whatBox01 .image::after{
    background: #ffda00;
    right: -10px;
    bottom: -10px;
}
#contents .whatBox01 .info{
    width: 50%;
    margin-left: 50%;
    padding: 60px 120px 60px 60px;
    position: relative;
}
#contents .whatBox01 .info::before{
    content: "";
    display: block;
    background: #fff;
    top: -60px;
    left: -60px;
    width: calc(50vw + 60px);
    height: calc(100% + 120px);
    position: absolute;
}
#contents .whatBox01 .info > *{
    position: relative;
    z-index: 1;
}

#contents #mission .whatBox01 .image{
    left: auto;
    right: 0;
}
#contents #mission .whatBox01 .info{    
    margin-right: 50%;
    margin-left: 0;
    padding: 60px 60px 60px 120px;
}
#contents #mission .whatBox01 .info::before{
    right: -60px;
    left: auto;
}


/*--- appeal --*/

#contents #appeal .image{
    max-width: 680px;
    width: 85%;
    margin: 0 auto;
}

/*--- power --*/
#contents .powerList{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#contents .powerList li{
    width: 29%;
}

#contents .powerList .image{
    margin: 25px auto;
}

#contents .powerList .num{
    padding-bottom: 5px;
    margin: 0 auto 15px;
    position: relative;
    color: #e21b13;
    display: table;
    width: fit-content;
    font-size: 24px;
    line-height: 1;
}
#contents .powerList .num::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e21b13;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}

#contents .powerList .title{
    font-size: 28px;
    line-height: 1.5;
    color: #e21b13;
    text-align: center;
}
#contents .powerList .text{
    line-height: 1.8;
}

#contents .powerList .yellow .num,
#contents .powerList .yellow .title{
     color: #f7b600;
}
#contents .powerList .yellow .num::after{
    background: #f7b600;
}

#contents .powerList .orange .num,
#contents .powerList .orange .title{
     color: #f7931e;
}
#contents .powerList .orange .num::after{
    background: #f7931e;
}


/*--- appeal --*/

#contents #future .image01{
    max-width: 1320px;
    margin: 0 auto -60px;
    position: relative;
    height: 420px;
    width: 90%;
    z-index: 0;
}
#contents #future .image01 .inr{
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#contents #future .image01::before,
#contents #future .image01::after{
    width: 15%;
}
#contents #future .inrWhiteBox{
    max-width: 1200px;
    position: relative;
    z-index: 1;
}
#contents #future .futureBox01 + .futureBox01{
    margin-top: 80px;
}
#contents #future .iconList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -60px;
    margin-bottom: -50px;
    align-items: flex-start;
}
#contents #future .iconList li{
    width: calc((100% - (60px * 3)) / 3);
    margin-left: 60px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contents #future .iconList li .numBox{
    padding-bottom: 5px;
    margin-bottom: 25px;
    position: relative;
    color: #e21b13;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contents #future .iconList li .numBox::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #e21b13;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
#contents #future .iconList li .numBox .caption{
    font-size: 8px;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: bold;
}
#contents #future .iconList li .numBox .num{
    font-size: 30px;
    line-height: 1;
}
#contents #future .iconList li .image{
    max-width: 140px;
}
#contents #future .iconList li .title{
    font-size: 22px;
    line-height: 1.4;
    margin: 0.6em 0;
    color: #e21b13;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#contents #future .iconList li .text{
    line-height: 1.8;
}

/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    #contents #origin,
    #contents #mission{
        padding-bottom: 0;
    }
    #contents .whatBox01 .image{
        position: relative;
        width: 85%;
        margin: 0 auto;
        aspect-ratio: 3 / 1.5;
        height: auto;
    }
    #contents .whatBox01 .info,
    #contents #mission .whatBox01 .info{
        width: 85%;
        margin: 0 auto;
        padding: 60px 60px 80px;
    }
    #contents .whatBox01 .info::before,
    #contents #mission .whatBox01 .info::before{
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        right: auto;
    }
    #contents .whatBox01 .info .head01.left{
        text-align: center;
    }
    #contents .whatBox01 .info .head01.left::after {
        left: calc(50% - 25px);
    }
    #contents .whatBox01 .info .text{
        text-align: center;
    }
}

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {  
    
    #contents .powerList .title {
        font-size: 22px;
    }
    
    #contents #future .image01{
        height: 320px;
    }
    #contents #future .iconList {
        margin-left: -30px;
    }
    #contents #future .iconList li {
        width: calc((100% - (30px * 3)) / 3);
        margin-left: 30px;
    }
    #contents #future .iconList li .title {
        font-size: 18px;
    }
    
    #contents #future .futureBox01.torikumi .iconList li .title br{
        display: none;
    }
    
}


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #contents .whatBox01 .info, #contents #mission .whatBox01 .info {
        padding: 50px 30px 60px;
    }
    #contents .whatBox01 .info .text{
        text-align: justify;
    }
    
    #contents #appeal .lead01,
    #contents #power .lead01{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #contents .powerList{
        flex-direction: column;
        margin-bottom: -40px;
    }
    #contents .powerList li{
        width: 100%;
        margin-bottom: 40px;
    }
    
    #contents #future .image01 {
        height: 240px;
    }
    #contents #future .inrWhiteBox{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    #contents #future .futureBox01 + .futureBox01 {
        margin-top: 60px;
    }
    
    #contents #future .iconList{
        margin: 0 0 -40px 0;
    }
    #contents #future .iconList li{
        width: 100%;
        margin: 0 0 40px 0;
    }
    #contents #future .iconList li .image {
        max-width: 100px;
    }
    
    
}

