@charset "utf-8";

.about{
    margin-top: 150px;
}

.about .section-title{
    font-size: 6.4vw;
    font-weight: bold;
    color: #5E564B;
    padding-top: 30px;
    text-align: center;
}

.about .sub-title{
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.about .sub-title .color{
    color: #956134;
}

.about .text{
    padding-top: 10px;
    margin-bottom: 79px;
}

.about .text p{
    font-size: 3.0vw;
    text-align: center;
    margin-bottom: 20px;
}

.about .text .paragraph{
    margin-bottom: 27px;
}

.about .text p .bold{
    font-weight: bold;
}

.what{
    background-color: #C9F1FF;
    padding-bottom: 45px;
}

.what .section-title{
    font-size: 6.4vw;
    font-weight: bold;
    color: #5E564B;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 45px;
}

.what .box{
    display: block;
    background-color: white;
    border-radius: 10px;
    width: 79%;
    padding: 0 20px 0;
    margin: 0 auto 43px;
    position: relative;
}

.what .contents{
    margin-top: -8px;
}

.what .contents .sub-title{
    font-size: 3.8vw;
    font-weight: bold;
    position: absolute;
    transform: translate(-50%, -50%);
    top: -1px;
    left: 50%;
}

.what .contents .text{
    font-size: 2.4vw;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
}

.what .contents img{
    width: 100%;
    padding-bottom: 16px;
}

.what .box2{
    margin-bottom: 20px;
}

.what .box3{

    margin-bottom: 0px;
}

.what .box3 .text{
    margin: 0;
    padding:25px 0 20px;
}

.what .list-title{
    display: none;
}

.what .list{
    margin-bottom: 29px;
}

.what .list li{
    font-size: 2.5vw;
    list-style-position: inside;
}
.what .list .right-list li:last-child{
    list-style: none;
    text-align: end;
    margin-right: 42px;
}

#footer{
    margin-top: 0px;
}

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

    
    .wrapper{
        padding: 0 171px;
    }

    .about{
        padding-top: 100px;
        margin-top: 195px;
    }

    .about .section-title{
        display: none;
    }

    .about .sub-title{
        font-size: 3.66vw;
        padding-top: 0px;
    }

    .about .text{
        padding-top: 87px;
        margin-bottom: 100px;
    }

    .about .text p{
        font-size: 1.8vw;
        margin-bottom: 50px;
    }

    .what{
        padding-bottom: 100px;
    }

    .what .section-title{
        font-size: 3.6vw;
        margin-bottom: 37px;
    }

    .what .section-title .sp{
        display: none;
    }

    .what .box-box{
        display: flex;
    }

    .what .box-box .box .wrapper{
        padding: 0;
    }

    .what .box{
        width: 36.6vw;
        padding: 0;
    }

    .what .box2{
        margin-bottom: 43px;
    }

    .what .box-box .box img{
        width: 29.3vw;
        display: block;
        margin: 0 auto;
        padding-bottom: 30px;
        text-align: center;
    }

    .what .contents{
        margin: 0;
    }

    .what .contents .sub-title{
        font-size: 2.2vw;
        position: static;
        transform: translate(0,0);
        text-align: center;
        padding-top: 20px;
    }

    .what .contents .text{
        font-size: 1.46vw;
        padding-top: 10px;
    }

    .what .contents .text .sp{
        display: none;
    }

    .what .list-title{
        display: block;
        font-size: 2.2vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }

    .what .list{
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px;
    }

    .what .list li{
        font-size: 1.46vw;
    }

    .what .list .right-list li:last-child{
        list-style: none;
        text-align: end;
        margin-right: -54px;
    }

    .what .box3{
        width: 80%;
    }

    .what .box3 .contents,
    .what .box3 .contents .text{
        padding: 0;
    } 

    .what .box3 .contents .text{
        padding: 41px 0;
    }


}
