@charset "UTF-8";
/* =======================================================
MV
======================================================= */
.el-lower-mv-ttl::before{
    background: url(../images/symptoms/symptoms.svg) top center/contain no-repeat;
    width: 18.125rem;
    height: 3.125rem;
}

/* 共通 */
.bl-link-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.el-link{
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 6.25rem;
    min-height: 1.75rem;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.5;
    background: #F5F8F5;
    color: #197474;
    border: 0.125rem solid #197474;
}
.el-link:hover{
    background: #197474;
    color: #fff;
}
@media screen and (max-width: 750px) {
    /* 共通 */
    .bl-link-list{
        gap: 1.5rem;
    }
    .el-link{
        padding: 0.5rem 1rem;
        font-size: 1.625rem;
    }
}
/* =======================================================
symptoms
======================================================= */
.bl-symptoms{
    padding-bottom: 14rem;
}
.bl-symptoms .bl-symptoms-item{
    border: 0.1875rem solid #197474;
    border-radius: 0.625rem;
    padding: 2rem 3.5rem;
    background: #fff;
}
.bl-symptoms .bl-symptoms-item:not(:first-of-type){
    margin-top: 2rem;
}
.el-symptoms-ttl{
    color: #197474;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
    .bl-symptoms{
        padding-bottom: 16.25rem;
    }
    .bl-symptoms .bl-symptoms-item{
        border: 0.3125rem solid #197474;
        padding: 2rem 1.5rem;
    }
    .bl-symptoms .bl-symptoms-item:not(:first-of-type){
        margin-top: 3rem;
    }
    .el-symptoms-ttl{
        font-size: 2.25rem;
    }
    .bl-symptoms .el-link{
        padding: 1rem 1.25rem;
        font-size: 1.56rem;
    }
}

/* =======================================================
mental
======================================================= */
.bl-mental{
    padding-bottom: 14.375rem;
}
.bl-mental .el-main-ttl{
    color: #fff;
}
.bl-mental .el-txt{
    color: #fff;
}
.bl-media:first-of-type{
    margin-top: 3rem;
}
.bl-media{
    flex-direction: row-reverse;
    margin-top: 2.5rem;
    flex-wrap: wrap;
    border-radius: 0.625rem;
    border: 0.1875rem solid #D9E8E8;
    background: #F5F8F5;
    gap: 1.875rem;
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
    box-shadow: 0px 3px 6px #00000029;
}
.bl-media-img-wrapper{
    width: 18.625rem;
}
.bl-media-img-wrapper img{
    border-radius: 0.625rem;
}
.bl-media-body{
    width: 38rem;
    padding: 0.5rem 0;
}
.el-media-ttl{
    color: #125252;
}
.el-media-ttl.pc{
    display: block;
}
.bl-media .el-s-ttl{
    color: #125252;
    font-size: 1.25rem;
    margin: 2.5rem 0 1rem;
}
.bl-media .bl-link-list{
   gap: 0.75rem;
}
.bl-media .el-link{
    border: none;
    background: #F57B45;
    color: #fff;
}
.bl-media .el-link:hover{
    background: #B7420F;
}
@media screen and (max-width: 750px) {
    .bl-mental{
        padding-bottom: 16.375rem;
    }
    .bl-media:first-of-type{
        margin-top: 3.5rem;
    }
    .bl-media{
        flex-direction: column;
        margin-top: 3rem;
        padding: 2.5rem 1.875rem;
        gap: 0;
    }
    .bl-media-img-wrapper{
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .bl-media-body{
        width: 100%;
        padding: 0;
    }
    .el-media-ttl.pc{
        display: none;
    }
    .bl-media .el-s-ttl{
        font-size: 1.75rem;
        margin: 3.5rem 0 2rem;
    }
    .bl-media .bl-link-list{
        gap: 2rem;
    }
    .bl-media .el-link{
        padding: 1rem 1.5rem;
    }
}

/* =======================================================
physical
======================================================= */
.bl-physical{
    padding-bottom: 14.375rem;
}
.bl-physical .bl-media{
    background: #fff;
}
@media screen and (max-width: 750px) {
    .bl-physical{
        padding-bottom: 18.5rem;
    }
    .bl-physical::before{
        top: -10rem;
    }
}

/* =======================================================
life
======================================================= */
.bl-life{
    padding-bottom: 16.375rem;
    background: linear-gradient(180deg, #197474 0%, #9DC4C4 100%);
}
.bl-life .el-main-ttl{
    color: #fff;
}
.bl-life .el-txt{
    color: #fff;
}
@media screen and (max-width: 750px) {
    .bl-life{
        padding-bottom: 18.5rem;
    }
}