@charset "utf-8";

/* common */
.common{
    margin-top: 6.77vw;
    height: 26.04vw;
    position: relative;
    width: 100%;

}
.common .bg{
    width: 100%;
    height: 100%;
}
.common .bg figure{
    width: 100%;
    height: 100%;
}
.common >div:nth-child(3){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;

}
.common .text{
}
.common .text h1{
    font-size: 2.60vw;
    font-weight: 900;
    margin-bottom: 1.56vw;
    position: relative;
}

.common .text p{
    font-size: 1.56vw;
    font-weight: 900;
}
/* common */


/* section01 */
.section01{
    width: 72.91vw;
    margin: 6.77vw auto;
    display: flex;
    justify-content: space-between;
}
.section01 .left{
    
}
.section01 .left >figure{
    width: 25.67vw;
    height: 11.875vw;
}
.section01 .left > h1{
    margin-top: 4.16vw;
    margin-bottom: 2.60vw;
    font-size: 3.125vw;
    font-weight: 900;
}
.section01 .left > ul:nth-child(3){
    margin-bottom: 2.60vw;
}
.section01 .left > ul:nth-child(3) li{
    width: 36.45vw;
    height: 6.25vw;
    border-radius: 1.04vw;
    background: #000;
    color: #fff;
    margin-bottom: 1.56vw;
    padding: 0 2.60vw 0 4.16vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
}
.section01 .left > ul:nth-child(3) li:hover{
    transform: translateX(3vw);
}
.section01 .left > ul:nth-child(3) li .text p{
    font-size: 1.56vw;
    font-weight: 900;
    margin-bottom: 0.26vw;
}
.section01 .left > ul:nth-child(3) li .text span{
    font-size: 1.04vw;
    font-weight: 700;
}
.section01 .left > ul:nth-child(3) li:last-child{
    margin-bottom: 0;
}
.section01 .left > ul:nth-child(3) li:nth-child(even){
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px 1px #00000069;
}
.section01 .left > ul:nth-child(3) li figure{
    width: 5.20vw;
    height: 5.20vw;
}
.section01 .left > ul:nth-child(4){
    width: 36.45vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section01 .left > ul:nth-child(4) li{
    width: 15.625vw;
    height: 18.22vw;
    border-radius: 1.04vw;
    box-shadow: 0px 0px 10px 1px #00000069;
    margin-bottom: 4.16vw;
    background-color: #fff;
    padding: 1.30vw 1.30vw 0 1.30vw;
    position: relative;
    cursor: pointer;
}
.section01 .left > ul:nth-child(4) li:hover::before{
    transform: rotate(-10deg);
}
.section01 .left > ul:nth-child(4) li::before{
    content: "";
    width: 15.625vw;
    height: 18.22vw;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.04vw;
    z-index: -2;
    transition: 0.5s;
}
.section01 .left > ul:nth-child(4) li figure{
    width: 13.02vw;
    height: 10.46875vw;
    margin-bottom: 1.56vw;
}
.section01 .left > ul:nth-child(4) li h1{
    font-size: 1.56vw;
    font-weight: 700;
    text-align: center;
}
.section01 .left > ul:nth-child(4) li:nth-child(2){
    background-color: #000;
    color: #fff;
}
.section01 .left > ul:nth-child(4) li:nth-child(3){
    margin-bottom: 0;
    background-color: #000;
    color: #fff;
}
.section01 .left > ul:nth-child(4) li:nth-child(4){
    margin-bottom: 0;
}
.section01 .right{
    width: 20.57vw;
    height: 101.23vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.section01 .right figure:nth-child(1){
    width: 20.09375vw;
    height: 47.44vw;
}
.section01 .right figure:nth-child(2){
    width: 18.63vw;
    height: 47.26vw;
}
/* section01 */


/* section02 */
.section02{
    padding: 6.77vw 0;
    position: relative;
    height: max-content;
}
.section02 .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section02 .bg figure{
    width: 100%;
    height: 100%;
}
.section02 .inner{
    width: 72.91vw;
    margin: 0 auto;
}
.section02 .inner > h1{
    text-align: center;
    font-size: 3.125vw;
    font-weight: 900;
    margin-bottom: 4.16vw;
}
.section02 .inner .cont{
    width: 100%;
}
.section02 .inner .cont ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 2.60vw;

}
.section02 .inner .cont ul li{
    width: 18.22vw;
    height: 18.22vw;
    border-radius: 1.04vw;
    box-shadow: 0px 0px 10px 1px #00000069;
    position: relative;
    background: #fff;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 6.77vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.30vw;
}
.section02 .inner .cont ul li > h1:nth-child(1){
    position: absolute;
    top: -2.60vw;
    left: -2.60vw;
    width: 5.20vw;
    height: 5.20vw;
    box-shadow: 0px 0px 10px 1px #00000069;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.60vw;
    font-weight: 700;
}
.section02 .inner .cont ul li:nth-child(even) > h1:nth-child(1){
    background-color: #fff;
    color: #000;
}
.section02 .inner .cont ul li figure{
    width: 15.625vw;
    height: 8.85vw;
    margin-bottom: 2.60vw;
}
.section02 .inner .cont ul li h1:nth-child(3){
    font-size: 1.56vw;
    font-weight: 700;
}
.section02 .inner .cont ul li:nth-child(even) h1:nth-child(3){
    color: #000;
}

.section02 .inner .cont ul li:nth-child(4){
    margin-bottom: 0;
}
.section02 .inner .cont ul li:nth-child(5){
    margin-bottom: 0;
}
.section02 .inner .cont ul li:nth-child(6){
    margin-bottom: 0;
}
.section02 .inner .cont ul li:hover::before{
    transform: rotate(-6.99deg);
}
.section02 .inner .cont ul li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18.22vw;
    height: 18.22vw;
    border-radius: 1.04vw;
    transform: rotate(0);
    transition: 0.5s;
    z-index: -2;
}
.section02 .inner .cont ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18.22vw;
    height: 18.22vw;
    border-radius: 1.04vw;
    background-color: #fff;
    transform: rotate(0);
    transition: 0.5s;
    z-index: -1;
}
/* section02 */


/* section03 */
.section03{
    padding: 6.77vw 0;
    position: relative;
}
.section03 .inner{
    width: 72.91vw;
    margin: 0 auto;
}
.section03 .inner h1{
    font-size: 3.125vw;
    font-weight: 900;
}
.section03 .inner p{
    font-size: 1.56vw;
    margin-bottom: 2.60vw;
    margin-top: 2.60vw;
    font-weight: 700;
    color: #000;
}
.section03 .inner .cont{
    width: 100%;
}
.section03 .inner .cont ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.60vw;
}
.section03 .inner .cont ul:last-child{
    margin-bottom: 0;
}
.section03 .inner .cont ul li figure{
    width: 7.03125vw;
    height: 20.83vw;
}
.section03 .inner .cont ul:nth-child(1) li:nth-child(4) figure{
    width: 14.16vw;
    height: 20.83vw;
}
.section03 .inner .cont ul:nth-child(1) li:nth-child(5) figure{
    width: 14.16vw;
    height: 20.83vw;

}
.section03 .inner .cont ul:nth-child(2) li:nth-child(2) figure{
    width: 14.16vw;
    height: 20.83vw;

}
.section03 .inner .cont ul:nth-child(2) li:nth-child(3) figure{
    width: 14.16vw;
    height: 20.83vw;

}
.section03 .inner .cont ul:nth-child(2) li:nth-child(4) figure{
    width: 14.16vw;
    height: 20.83vw;

}
/* section03 */


/* section04 */
.section04{
    padding: 6.77vw 0;
    width: 83.59vw;
    margin: 0 auto;
}
.section04 h1{
    font-size: 3.125vw;
    font-weight: 900;
    text-align: center;
}
.section04 p{
    font-size: 1.56vw;
    margin-top: 2.60vw;
    margin-bottom: 5.20vw;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.section04 figure{
    width: 100%;
    height: 50.9375vw;
}
/* section04 */


/* section05 */
.section05{
    padding: 6.77vw 0;
    position: relative;
}
.section05 .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.section05 .bg figure{
    width: 100%;
    height: 100%;
}
.section05 .inner{
    width: 72.91vw;
    margin: 0 auto;
}
.section05 .inner > h1{
    text-align: center;
    font-size: 3.125vw;
    font-weight: 900;
    text-align: center;

}
.section05 .inner > p{
    font-size: 1.56vw;
    margin-top: 2.60vw;
    margin-bottom: 5.20vw;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.section05 .inner > ul{
    display: flex;
    justify-content: space-between;
}
.section05 .inner > ul li{
    width: 20.83vw;
    height: 23.4375vw;
    border-radius: 1.56vw;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 10px 1px #00000069;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.08vw;
}
.section05 .inner > ul li:hover::before{
    transform: rotate(-10deg);
}
.section05 .inner > ul li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: 1.56vw;
    z-index: -1;
}
.section05 .inner > ul li figure{
    width: 17.70vw;
    height: 12.65625vw;
    border-radius: 1.04vw;
    overflow: hidden;
    margin-bottom: 2.08vw;
}
.section05 .inner > ul li h1{
    text-align: center;
    font-size: 1.56vw;
    font-weight: 700;
}
.section05 .inner > ul li h1 span{
    color: #000;
    font-weight: 900;
}
/* section05 */



@media screen and (max-width:500px) {
    .pc{
        display: none;
    }
    .mo{
        display: block;
    }


    /* common */
    .common{
        margin-top: 24vw;
        width: 100vw;
        height: 100vw;
    }
    .common .text h1{
        font-size: 8vw;
        width: max-content;
        margin-bottom: 6vw;
    }
    .common .text p{
        font-size: 6vw;
    }
    /* common */


    /* section01 */
    .section01{
        width: calc(100% - 40px);
        margin: 20vw auto;
        display: block;
    }
    .section01 .right{
        display: none;
    }
    .section01 .left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section01 .left >figure{
        width: 80vw;
        height: 37vw;
    }
    .section01 .left > h1{
        font-size: 8vw;
        margin-top: 10vw;
        margin-bottom: 16vw;
    }
    .section01 .left > ul:nth-child(3) li:hover{
        transform: translateX(0);
    }
    .section01 .left > ul:nth-child(3){
        width: 100%;
        margin-bottom: 16vw;
    }
    .section01 .left > ul:nth-child(3) li{
        width: 100%;
        height: 20vw;
        border-radius: 4vw;
        padding: 0 10vw;
        margin-bottom: 4vw;
    }
    .section01 .left > ul:nth-child(3) li .text{
        width: 80%;
    }
    .section01 .left > ul:nth-child(3) li .text p{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .section01 .left > ul:nth-child(3) li .text span{
        font-size: 3vw;
        display: block;
        word-break: break-all;
    }
    .section01 .left > ul:nth-child(3) li figure{
        width: 16vw;
        height: 16vw;
    }
    .section01 .left > ul:nth-child(4){
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .section01 .left > ul:nth-child(4) li{
        width: 88vw;
        height: 92vw;
        border-radius: 4vw;
        padding: 6vw 6vw 0 6vw ;
        margin-bottom: 10vw;
    }
    .section01 .left > ul:nth-child(4) li::before{
        width: 100%;
        height: 100%;
        border-radius: 4vw;
    }
    .section01 .left > ul:nth-child(4) li figure{
        width: 76vw;
        height: 60vw;
        border: 1px solid #000;
        margin-bottom: 6vw;
    }
    .section01 .left > ul:nth-child(4) li h1{
        font-size: 6vw;
    }
    .section01 .left > ul:nth-child(4) li:nth-child(3){
        margin-bottom: 10vw;
        background-color: #fff;
        color: #000;
    }
    .section01 .left > ul:nth-child(4) li:nth-child(4){
        background-color: #000;
        color: #fff;
    }
    /* section01 */


    /* section02 */
    .section02{
        padding: 20vw 0;
    }
    .section02 .inner{
        width: calc(100% - 40px);
    }
    .section02 .inner > h1{
        font-size: 8vw;
        margin-bottom: 10vw;
    }
    .section02 .inner .cont ul{
        flex-wrap: nowrap;
        flex-direction: column;
        padding-left: 10vw;
    }
    .section02 .inner .cont ul li{
        width: 70vw;
        height: 70vw;
        border-radius: 4vw;
        padding-top: 5vw;
        margin-bottom: 16vw;
    }
    .section02 .inner .cont ul li::after{
        width: 100%;
        height: 100%;
        border-radius: 4vw;
    }
    .section02 .inner .cont ul li::before{
        width: 100%;
        height: 100%;
        border-radius: 4vw;
    }
    .section02 .inner .cont ul li figure{
        width: 60vw;
        height: 34vw;
        margin-bottom: 10vw;
    }
    .section02 .inner .cont ul li h1:nth-child(3){
        font-size: 6vw;
    }
    .section02 .inner .cont ul li:nth-child(4){
        margin-bottom: 16vw;
    }
    .section02 .inner .cont ul li:nth-child(5){
        margin-bottom: 16vw;
    }
    .section02 .inner .cont ul li > h1:nth-child(1){
        width: 20vw;
        height: 20vw;
        left: -10vw;
        top: -10vw;
        font-size: 10vw;
    }
    /* section02 */


    /* section03 */
    .section03{
        padding: 20vw 0;
    }
    .section03 .inner{
        width: calc(100% - 40px);
    }
    .section03 .inner h1{
        font-size: 8vw;
        text-align: center;
    }
    .section03 .inner p{
        font-size: 5vw;
        text-align: center;
        margin-top: 4vw;
        margin-bottom: 16vw;
    }
    .section03 .inner .cont ul{
        margin-bottom: 6vw;
    }
    .section03 .inner .cont ul:nth-child(1) li figure{
        width: 27vw;
        height: 80vw;
    }
    .section03 .inner .cont ul:nth-child(2) li:nth-child(1) figure{
        width: 27vw;
        height: 80vw;
    }
    .section03 .inner .cont ul:nth-child(2) li:nth-child(2) figure{
        width: 53.4vw;
        height: 80vw;
    }
    .section03 .inner .cont ul:nth-child(3) li figure{
        width: 44.8vw;
        height: 66.8vw;
    }
    .section03 .inner .cont ul:nth-child(4) li figure{
        width: 44.8vw;
        height: 66.8vw;
    }
    /* section03 */

    
    /* section04 */
    .section04{
        padding: 0 0 20vw 0;
        width: calc(100% - 40px);
    }
    .section04 figure{
        height: 56vw;
    }
    .section04 h1{
        font-size: 8vw;
    }
    .section04 p{
        font-size: 3.5vw;
        margin-top: 4vw;
        margin-bottom: 10vw;
    }
    /* section04 */


    /* section05 */
    .section05{
        padding: 20vw 0;
    }
    .section05 .inner{
        width: 100%;
    }
    .section05 .inner > h1{
        font-size: 8vw;
    }
    .section05 .inner > p{
        font-size: 3.2vw;
        margin-top: 4vw;
        margin-bottom: 10vw;
    }
    .section05 .inner > ul{
        width: calc(100% - 40px);
        margin: 0 auto;
        flex-direction: column;
    }
    .section05 .inner > ul li{
        width: 100%;
        height: 100vw;
        border-radius: 6vw;
        margin-bottom: 10vw;
        padding-top: 6vw;
    }
    .section05 .inner > ul li:last-child{
        margin-bottom: 0;
    }
    .section05 .inner > ul li::before{
        border-radius: 6vw;
    }
    .section05 .inner > ul li figure{
        width: 80vw;
        height: 60vw;
        border-radius: 4vw;
        margin-bottom: 6vw;
    }
    .section05 .inner > ul li h1{
        font-size: 6vw;
    }
    /* section05 */

}