@charset "utf-8";
body.health {
    line-height: 1.5;
}
.health_wrap {
    width: 100%;
    padding: 0 35px;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
}
.about_wrap {
    padding-top: 32px;
}
.about-img {
    text-align: center;
}
.aboutTxt_wrap {
    padding-top: 43px;
    margin-top: -30px;
}
.about-txt {
    margin-top: 30px;
}
.decl_wrap {
    margin-top: 105px;
}
.c-health-ttl {
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 2px solid #004DA0;
}
.decl_ct {
    margin-top: 30px;
}
.declImg_wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.decl-img.is-ver2 {
    cursor: pointer;
    transition: opacity .2s ease-out, all .2s ease-out;
}
.decl-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.decl-pop.is-on {
    display: flex;
}
.decl-pop_in {
    position: relative;
}
.decl-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff url(../svg/close_btn.svg) no-repeat center / 50% auto;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.decl-pop-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999998;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.att_wrap {
    margin-top: 100px;
}
.attLst_wrap {
    padding-top: 45px;
}
.attLst_wrap ul {
    margin-top: -37px;
}
.attLst_cnt {
    margin-top: 37px;
}
.att-ttl {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    color: #004DA0;
    position: relative;
    padding-left: 40px;
}
.att-ttl:before {
    position: absolute;
    z-index: 9;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #004DA0;
    width: 20px;
    height: 6px;
}
.att-txt {
    padding-left: 40px;
    margin-top: 14px;
}
.achieve_wrap {
   margin-top: 120px;
   padding-bottom: 200px; 
}
.achieveLst_wrap {
    padding-top: 43px;
}
.achieveLst_wrap dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -26px;
}
.achieveLst_cnt {
    width: calc((100% - 26px) / 2);
    margin: 26px 26px 0 0;
    box-sizing: border-box;
    color: #004DA0;
    padding: 34px 25px 34px 130px;
}
.achieveLst_cnt:nth-child(1) {
    background: #F5F7FA url(../svg/health_icon01.svg) no-repeat center left 25px / 77px 77px;
}
.achieveLst_cnt:nth-child(2) {
    background: #F5F7FA url(../svg/health_icon02.svg) no-repeat center left 25px / 77px 77px;
}
.achieveLst_cnt:nth-child(3) {
    background: #F5F7FA url(../svg/health_icon03.svg) no-repeat center left 25px / 77px 77px;
}
.achieveLst_cnt:nth-child(4) {
    background: #F5F7FA url(../svg/health_icon04.svg) no-repeat center left 25px / 77px 77px;
}
.achieveLst_cnt:nth-child(5) {
    background: #F5F7FA url(../svg/health_icon05.svg) no-repeat center left 25px / 77px 77px;
}
.achieveLst_cnt:nth-child(6) {
    background: #F5F7FA url(../svg/health_icon06.svg) no-repeat center left 25px / 77px 77px;
}
.achieveLst_cnt:nth-child(7) {
    background: #F5F7FA url(../svg/health_icon07.svg) no-repeat center left 25px / 77px 77px;
}
.achieveLst_cnt:nth-child(2n) {
    margin-right: 0;
}
.achieveLst_cnt dt {
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
}
.achieveLst_cnt dd {
    line-height: 1;
    font-size: 50px;
    margin-top: 14px;
    font-weight: 600;
}
@media (min-width: 896px) {
    .decl-img.is-ver2:hover {
        opacity: 0.7;
    }
}
@media only screen and (max-width:896px) {
    body.health {
        line-height: 1.46;
        font-size: 13px;
    }
    .health_wrap {
        padding: 0 15px;
    }
    .about_wrap {
        padding-top: 21px;
    }
    .aboutTxt_wrap {
        padding-top: 25px;
        margin-top: -12px;
    }
    .about-txt {
        margin-top: 12px;
    }
    .decl_wrap {
        margin-top: 52px;
    }
    .c-health-ttl {
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid #004DA0;
    }
    .decl_ct {
        margin-top: 17px;
    }
    .att_wrap {
        margin-top: 53px;
    }
    .attLst_wrap {
        padding-top: 25px;
    }
    .attLst_wrap ul {
        margin-top: -25px;
    }
    .attLst_cnt {
        margin-top: 25px;
    }
    .att-ttl {
        font-size: 15px;
        padding-left: 25px;
    }
    .att-ttl:before {
        width: 15px;
        height: 4px;
    }
    .att-txt {
        padding-left: 25px;
        margin-top: 8px;
    }
    .achieve_wrap {
        margin-top: 70px;
        padding-bottom: 73px; 
     }
     .achieveLst_wrap {
         padding-top: 25px;
     }
     .achieveLst_wrap dl {
         margin-top: -18px;
     }
     .achieveLst_cnt {
         width: calc((100% - 20px) / 2);
         margin: 18px 20px 0 0;
         text-align: center;
         padding: 77px 5px 18px 5px;
     }
     .achieveLst_cnt:nth-child(1) {
         background: #F5F7FA url(../svg/health_icon01.svg) no-repeat top 10px center / 59px 59px;
     }
     .achieveLst_cnt:nth-child(2) {
         background: #F5F7FA url(../svg/health_icon02.svg) no-repeat top 10px center / 59px 59px;
     }
     .achieveLst_cnt:nth-child(3) {
         background: #F5F7FA url(../svg/health_icon03.svg) no-repeat top 10px center / 59px 59px;
     }
     .achieveLst_cnt:nth-child(4) {
         background: #F5F7FA url(../svg/health_icon04.svg) no-repeat top 10px center / 59px 59px;
     }
     .achieveLst_cnt:nth-child(5) {
         background: #F5F7FA url(../svg/health_icon05.svg) no-repeat top 10px center / 59px 59px;
     }
     .achieveLst_cnt:nth-child(6) {
         background: #F5F7FA url(../svg/health_icon06.svg) no-repeat top 10px center / 59px 59px;
     }
     .achieveLst_cnt:nth-child(7) {
         background: #F5F7FA url(../svg/health_icon07.svg) no-repeat top 10px center / 59px 59px;
     }
     .achieveLst_cnt dt {
         line-height: 1.42;
         font-size: 14px;
         min-height: 45px;
         display: flex;
         justify-content: center;
         align-items: center; 
     }
     .achieveLst_cnt dd {
         line-height: 1;
         font-size: 30px;
         margin-top: 4px;
     }
     .declImg_wrap {
        margin-top: 10px;
        gap: 2px;
    }
    .decl-pop_in {
        padding: 0 15px;
    }
    .decl-pop_in img {
        width: 100%;
        height: auto;
    }
    .decl-close {
        top: -20px;
        right: 5px;
    }
}
@media only screen and (max-width:374px) {
    .about-img picture source,
    .about-img picture img {
        width: 100%;
        height: auto;
    }
}
