@charset "utf-8";



/* common */
.common{
    width: 93.75vw;
    margin: 0 auto;
    margin-top: 5.20vw;
    margin-bottom: 8.33vw;
    position: relative;
}
.common .bg{
    width: 100%;
    height: 100%;
}
.common .bg figure{
    width: 100%;
    height: 100%;
}
.common h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.125vw;
    font-weight: 900;
    color: #fff;
}

/* common */




/* section01 */
.section01{
    width: 72.91vw;
    margin: 0 auto;
    margin-bottom: 2.60vw;

}
.section01 .inner .title{
    margin-bottom: 4.16vw;
}
.section01 .inner .title h1{
    font-size: 2.60vw;
    font-weight: 900;
    padding-bottom: 1.56vw;
    position: relative;
}
.section01 .inner .title h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52.08vw;
    height: 3px;
    border-radius: 2vw;
    background: #65DF78;
}
.section01 .inner .title a{
    display: block;
    line-height: 1.5;
    margin-top: 1.56vw;
    font-size: 1.04vw;
    font-weight: 600;
}
.section01 .inner .title a span{
    font-weight: 900;
}
.section01 .inner .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section01 .inner .info .text{
    width: 100%;
    height: 10vw;
    background: #0241A0;
    border-radius: 1.56vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.16vw;
}
.section01 .inner .info .text h1{
    font-size: 1.56vw;
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.section01 .inner .info .text h1:nth-child(1){
    line-height: 1.66;

}
.section01 .inner .info .text figure{
    width: 2.44vw;
    height: 2.44vw;
}
.section01 .inner .info > figure{
    width: 36.61vw;
    height: 13.02vw;
}
/* section01 */



/* section02 */
.section02{
    width: 72.91vw;
    margin: 0 auto;
    margin-bottom: 8.33vw;
}


.section02 .inner .info ul{
    height: 23.4375vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.30vw;
}
.section02 .inner .info ul li{
    overflow: hidden;
    position: relative;
    border-radius: 1.04vw;
}
.section02 .inner .info ul li .text{
    position: absolute;
    z-index: 2;
    color: #fff;
}
.section02 .inner .info ul li .text h1{
    font-size: 1.82vw;
    margin-bottom: 1.04vw;
    font-weight: 900;
}
.section02 .inner .info ul li .text p{
    font-size: 1.04vw;
    font-weight: 600;
    margin-bottom: 0.78125vw;
}
.section02 .inner .info ul li .text p:last-child{
    margin-bottom: 0;
}
.section02 .inner .info ul:nth-child(1) li:nth-child(1) .text{
    left: 2.60vw;
    bottom: 2.60vw;
}
.section02 .inner .info ul:nth-child(1) li:nth-child(2) .text{
    right: 2.60vw;
    bottom: 2.60vw;
    text-align: right;

}
.section02 .inner .info ul:nth-child(2) li:nth-child(1) .text{
    left: 2.60vw;
    bottom: 2.60vw;

}
.section02 .inner .info ul:nth-child(2) li:nth-child(3) .text{
    right: 2.60vw;
    bottom: 2.60vw;
    text-align: right;

}
.section02 .inner .info ul:nth-child(3) li:nth-child(1) .text{
    left: 2.60vw;
    bottom: 2.60vw;

}
.section02 .inner .info ul:nth-child(3) li:nth-child(2) .text{
    right: 2.60vw;
    bottom: 2.60vw;
    text-align: right;

}

.section02 .inner .info ul:last-child{
    margin-bottom: 0;
}
.section02 .inner .info ul:nth-child(1) li:nth-child(1){
    width: 48.17vw;
    height: 100%;
}
.section02 .inner .info ul:nth-child(1) li:nth-child(2){
    width: 23.4375vw;
    height: 100%;
}
.section02 .inner .info ul:nth-child(2) li{
    width: 23.4375vw;
    height: 100%;
}
.section02 .inner .info ul:nth-child(2) li:nth-child(2){
    border-radius: 1.04vw;
    background: #000;
    background-size: 400%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bg 10s ease-in-out infinite alternate ;
}
.section02 .inner .info ul:nth-child(2) li:nth-child(2)::after{
    content: none;
}
@keyframes bg {
    0%{
        background-position: left bottom;
    }
    100%{
        background-position: right top;

    }
}
.section02 .inner .info ul:nth-child(2) li:nth-child(2) figure{
    width: 20vw;
    height: auto;
}
.section02 .inner .info ul:nth-child(3) li:nth-child(1){
    width: 23.4375vw;
    height: 100%;
}
.section02 .inner .info ul:nth-child(3) li:nth-child(2){
    width: 48.17vw;
    height: 100%;
}

/* section02 */



/* section03 */
.section03{
    width: 72.91vw;
    margin: 0 auto;
    margin-bottom: 2.60vw;

}
.section03 .inner .title{
    margin-bottom: 4.16vw;
}
.section03 .inner .title h1{
    font-size: 2.60vw;
    font-weight: 900;
    padding-bottom: 1.56vw;
    position: relative;
}
.section03 .inner .title h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52.08vw;
    height: 3px;
    border-radius: 2vw;
    background: #65DF78;
}
.section03 .inner .info{
    display: flex;
}
.section03 .inner .info .list{
    margin-right: 7.8125vw;
}
.section03 .inner .info .list:last-child{
    margin-right: 0;
}
.section03 .inner .info .list h1{
    width: 13.02vw;
    height: 3.125vw;
    border-radius: 1.04vw;
    border: 5px solid #0241A0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.04vw;
    font-weight: 900;
    margin-bottom: 1.56vw;
}
.section03 .inner .info .list ul li{
    font-size: 1.04vw;
    margin-bottom: 0.78125vw;
    font-weight: 600;
}
.section03 .inner .info .list ul li:last-child{
    margin-bottom: 0;
}
/* section03 */



/* section04 */
.section04{
    width: 72.91vw;
    margin: 0 auto;
    margin-bottom: 8.33vw;

}
.section04 .inner .title{
    margin-bottom: 4.16vw;
}
.section04 .inner .title h1{
    font-size: 2.60vw;
    font-weight: 900;
    padding-bottom: 1.56vw;
    position: relative;
}
.section04 .inner .title h1::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52.08vw;
    height: 3px;
    border-radius: 2vw;
    background: #65DF78;
}
.section04 .inner .info{
    display: flex;
}
.section04 .inner .info .list{
    margin-right: 7.8125vw;
    display: flex;
    flex-direction: column;
}
.section04 .inner .info .list:last-child{
    margin-right: 0;
}
.section04 .inner .info .list h1{
    width: 13.02vw;
    height: 3.125vw;
    border-radius: 1.04vw;
    border: 5px solid #0241A0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.04vw;
    font-weight: 900;
    margin-bottom: 1.56vw;
}
.section04 .inner .info .list ul li{
    font-size: 1.04vw;
    margin-bottom: 0.78125vw;
    font-weight: 600;
}
.section04 .inner .info .list ul li:last-child{
    margin-bottom: 0;
}

/* section04 */


/* section05 */
.section05{
    width: 72.91vw;
    height: 15.625vw;
    border-radius: 0 2.60vw 2.60vw 0;
    background-color: #0241A0;
    display: flex;
    align-items: center;
    margin-bottom: 8.33vw;
}
.section05 .info{
    margin-left: 13.54vw;
    color: #fff;
}
.section05 .info h1{
    font-size: 1.56vw;
    font-weight: 900;
}
.section05 .info p{
    font-size: 1.30vw;
    font-weight: 700;
    margin: 1.04vw 0 0.78125vw;
}
.section05 .info ul li{
    font-size: 1.04vw;
    margin-bottom: 0.78125vw;
}
.section05 .info ul li:last-child{
    margin-bottom: 0;
}
/* section05 */


@media screen and (max-width:500px) {
    .common{
        width: calc(100% - 40px);
        height: 60vw;
        border-radius: 5vw;
        overflow: hidden;
        margin-top: 20vw;
        margin-bottom: 20vw;
    
    }
    .common h1{
        font-size: 8vw;
    }


    /* section01 */
    .section01{
        width: calc(100% - 40px);
        margin-bottom: 10vw;
    }
    .section01 .inner .title h1{
        text-align: center;
        font-size: 10vw;

        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }
    .section01 .inner .title h1::after{
        width: 100%;
    }
    .section01 .inner .title{
        margin-bottom: 5vw;
    }
    .section01 .inner .title a{
        text-align: center;
        font-size: 6vw;
        line-height: 1.5;
        word-break: keep-all;
    }
    .section01 .inner .info .text{
        height: auto;
        flex-direction: column;
        padding: 5vw 0;
        border-radius: 5vw;
    }
    .section01 .inner .info .text h1{
        font-size: 8vw;
    }
    .section01 .inner .info .text figure{
        width: 8vw;
        height: auto;
        transform: rotate(90deg);
        margin: 5vw 0;
    }
    /* section01 */


    /* section02 */
    .section02{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section02 .inner .info ul li figure{
        width: 100%;
        height: 100%;
    }
    .section02 .inner .info ul{
        height: 30.4375vw;
        margin-bottom: 2vw;
    }
    .section02 .inner .info ul:nth-child(1) li:nth-child(1){
        width: 61.17vw;
    }
    .section02 .inner .info ul:nth-child(1) li:nth-child(2){
        width: 29.4375vw;
    }
    .section02 .inner .info ul:nth-child(2) li{
        width: 29.4375vw;
    }
    .section02 .inner .info ul:nth-child(3) li:nth-child(1){
        width: 29.4375vw;
    }
    .section02 .inner .info ul:nth-child(3) li:nth-child(2){
        width: 61.17vw;
    }
    /* section02 */



    /* sectoin03 */
    .section03{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section03 .inner .title h1{
        text-align: center;
        font-size: 10vw;
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }
    .section03 .inner .title h1::after{
        width: 100%;

    }
    .section03 .inner .info{
        flex-direction: column;
    }
    .section03 .inner .info .list{
        margin: 0;
        margin-bottom: 5vw;
    }
    .section03 .inner .info .list:last-child{
        margin-bottom: 0;
    }
    .section03 .inner .info .list h1{
        width: 100%;
        height: 14vw;
        border-radius: 3vw;
        margin-bottom: 5vw;
        font-size: 8vw;
    }
    .section03 .inner .info .list ul li{
        text-align: center;
        font-size: 6vw;
        margin-bottom: 3vw;
    }
    /* sectoin03 */

    /* section04 */
    .section04{
        width: calc(100% - 40px);
        margin-bottom: 20vw;
    }
    .section04 .inner .title h1{
        text-align: center;
        font-size: 10vw;
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }
    .section04 .inner .title h1::after{
        width: 100%;

    }
    .section04 .inner .info{
        flex-direction: column;
    }
    .section04 .inner .info .list{
        margin: 0;
        margin-bottom: 5vw;
    }
    .section04 .inner .info .list:last-child{
        margin-bottom: 0;
    }
    .section04 .inner .info .list h1{
        width: 100%;
        height: 14vw;
        border-radius: 3vw;
        margin-bottom: 5vw;
        font-size: 8vw;
    }
    .section04 .inner .info .list ul{
        width: 100%;
    }
    .section04 .inner .info .list ul li{
        text-align: center;
        font-size: 6vw;
        margin-bottom: 3vw;
    }
    /* section04 */


    /* seciotn05 */
    .section05{
        width: calc(100% - 40px);
        margin: 0 auto;
        border-radius: 5vw;
        height: auto;
        padding: 5vw 0;
        display: flex;
        justify-content: center;
        margin-bottom: 20vw;
    }
    .section05 .info{
        margin: 0;
        text-align: center;
    }
    .section05 .info h1{
        font-size: 10vw;
    }
    .section05 .info p{
        font-size: 6vw;
        margin: 3vw 0;
        word-break: keep-all;
    }
    
    .section05 .info ul li{
        font-size: 5vw;
        margin-bottom: 2.5vw;
    }
    /* seciotn05 */
}