@charset "UTF-8";
/****** page-intro style ******/
.page-intro-ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 180%;
    font-weight: 500;
    text-align: left;
}
.page-intro-comment {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 200%;
    font-weight: 500;
    text-align: left;
}
@media (min-width: 1024px) {
    .page-intro-ttl{
        font-size: 26px;
        text-align: center;
    }
    .page-intro-comment{
        font-size: 16px;
        line-height: 200%;
        text-align: center;
    }
}

/****** sec-benefit-block style ******/
.sec-benefit-block{
    padding: 75px 0;
}

.sec-benefit-block#vacation{
    background-color: var(--l-gray);
}

.sec-benefit-block#education,
.sec-benefit-block#health{
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.sec-benefit-block#education{
    position: relative;
    z-index: 1;
}

.sec-benefit-block .ttl{
    font-weight: 500;
    margin: 0 0 2rem;
    text-align: center;
}

.sec-benefit-block .ttl .sub{
    background: var(--grada);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: .5rem;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 100%;
}

.sec-benefit-block .ttl .main {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 100%;
}

.benefit-list{
    gap: 30px 5%;
    list-style: none;
    padding: 0;
    text-align: center;
}

.benefit-list .item{
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 45px;
}

#education .benefit-list .item,
#health .benefit-list .item{
    background: #F9F9F9;
}

.benefit-list .icon{
    display: block;
    width: 90px;
    margin: 0 auto;
}

.benefit-list .label{
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 180%;
    font-weight: 500;
    margin: 10px 0;
}

.benefit-list .comment {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 200%;
    font-weight: 500;
    text-align: justify;
}

@media (min-width: 768px) {
    .benefit-list{
        gap: 40px 3%;
    }

    .benefit-list .item{
        width: 47.5%;
        padding: 40px;
    }
}

@media (min-width: 1024px) {
    .sec-benefit-block{
        background-color: var(--l-gray);
        padding: 100px 0;
    }

    #vacation.sec-benefit-block{
        margin-top: 100px;
    }

    .sec-benefit-block .ttl {
        margin: 0 0 50px;
    }

    .sec-benefit-block .ttl .sub{
        font-size: 50px;
    }

    .sec-benefit-block .ttl .main {
        font-size: 20px;
    }

    .benefit-list .label{
        font-size: 18px;
        margin: 20px 0;
    }

}

@media (min-width: 1280px) {
    .benefit-list .item{
        width: 31.3%;
        padding: 50px 38px;
    }
    
    #education .benefit-list .item,
    #health .benefit-list .item{
        width: 22.75%;
    }
}