@charset "utf-8";
/* CSS Document */

/* .pg-top-mv
=================================================== */
.pg-top-mv{}
.pg-top-mv__cont .text{
    background: var(--color_main);
    text-align: center;
    padding: 27px 20px;
}
@media screen and (max-width:768px){
    .pg-top-mv__cont .text{
        padding: 20px;
    }   
}
.pg-top-mv__cont .text img{
    width: min( 60.0vw, 740px);
}
@media screen and (max-width:768px){
    .pg-top-mv__cont .text img{
        width: auto;
    }
}
.pg-top-mv__under{
    padding: 110px 0 140px;
    background: #fff;
}
@media screen and (max-width:768px){
    .pg-top-mv__under{
        padding: 35px 0 70px;
    }   
}
.pg-top-mv__under-catch{
    text-align: center;
    line-height: 1.6;
    font-size:  2.5rem;
    margin: 0 0 1.0em;
}
@media screen and (max-width:768px){
    .pg-top-mv__under-catch{
        font-size: min( 5.75vw, 1.4375rem);
    }
}
.pg-top-mv__under-catch span{
    font-size: 3.125rem;
    font-weight: 700;
    color: var(--color_main);
}
@media screen and (max-width:768px){
    .pg-top-mv__under-catch span{
        font-size: min( 7.75vw, 1.75rem);
    }
}
@media screen and (max-width:768px){
    .pg-top-mv__list-item{
        width: 100%;
    }
    .pg-top-mv__list-item a{
        margin: 0 auto;
    }
}

/* .pg-top-approach
=================================================== */
.pg-top-approach{
    background: var(--color_bg);
    padding: 110px 0 160px;
}
@media screen and (max-width:768px){
    .pg-top-approach{
        padding: 65px 0 70px;
    }   
}
.pg-top-approach__title{
    margin: 0 0 0.5em;
}
.pg-top-approach__title span{
    font-size: 3.0rem;
}
@media screen and (max-width:768px){
    .pg-top-approach__title span{
        font-size: 1.75rem;
    }   
}
.pg-top-approach__text{
    font-size: 1.25rem;
    margin: 0 0 1.25em;
}
@media screen and (max-width:768px){
    .pg-top-approach__text{
        font-size: 1.0rem;
        line-height: 1.625;
        margin: 0 0 2.0em;
    }   
}
.pg-top-approach__card{
    gap: 40px 4.75%;
}
@media screen and (max-width:768px){
    .pg-top-approach__card{
        flex-wrap: wrap;
    }
}
.pg-top-approach__card-item{
    width: calc(100% / 3);
    background: #fff;
}
@media screen and (max-width:768px){
    .pg-top-approach__card-item{
        width: 100%;
    }
}
.pg-top-approach__card-item .img-cont{
    position: relative;
}
.pg-top-approach__card-item .img-cont .title{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width:1100px){
    .pg-top-approach__card-item .img-cont .title{
        font-size: min( 2.5vw, 1.625rem);
    }
}
@media screen and (max-width:768px){
    .pg-top-approach__card-item .img-cont .title{
        font-size: min( 6.0vw, 1.3125rem);
    }
}
.pg-top-approach__card-item .text-cont{
    padding: 18px 20px 40px;
}
@media screen and (max-width:768px){
    .pg-top-approach__card-item .text-cont{
        padding: 18px 20px;
    }   
}
.pg-top-approach__card-item .text-cont .text{
    line-height: 1.6;
}
.pg-top-approach__card-item .text-cont .btn{
    margin: 27px 0 0;
}



/* .pg-top-history
=================================================== */
.pg-top-history{
    padding: 80px 0;
    background: #fff;
}
@media screen and (max-width:768px){
    .pg-top-history{
        padding: 65px 0 70px;
    }   
}
.pg-top-history__title{
    margin: 0 0 0.5em;
}
.pg-top-history__text{
    font-size: 1.25rem;
}
@media screen and (max-width:768px){
    .pg-top-history__text{
        font-size: 1.0rem;
    }   
}
.pg-top-history__list{
    margin: 30px 0 56px;
    gap: 15px 1.25%;
}
@media screen and (max-width:768px){
    .pg-top-history__list{
        flex-wrap: wrap;
        gap: 15px 2.0%;
    }   
}
.pg-top-history__list-item{
    width: calc(100% / 4);
    background: #00A0E9;
    border: 5px solid #EBEBEB;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    padding: 35px 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
}
@media screen and (max-width:1000px){
    .pg-top-history__list-item{
        font-size: min( 2.25vw, 1.5rem);
    }
}
@media screen and (max-width:768px){
    .pg-top-history__list-item{
        width: calc(100% / 2 - 1.0%);
        font-size: min( 4.0vw, 1.125rem);
    }
}
.pg-top-history__list-item span{
    font-size: 3.0rem;
    font-weight: 900;
    line-height: 0.75;
}
@media screen and (max-width:768px){
    .pg-top-history__list-item span{
        font-size: 2.1875rem;
    }
}
.pg-top-history__catch{
    font-size: 1.875rem;
    line-height: 1.6;
}
@media screen and (max-width:768px){
    .pg-top-history__catch{
        font-size: min( 5.5vw, 1.3125rem);
    }   
}
.pg-top-history__catch:not(:last-of-type){
    margin: 0 0 1.5em;
}

