@charset "UTF-8";


/*---------------------------

normal_area

---------------------------*/

.normal_area .list_box {
    background: #000b7e0f;
    padding: 50px 45px;
}

.normal_area ul {
    /*max-width:810px;
    margin:0 auto;*/
}

.normal_area ul.list_box li .title {
    font-size: 24px;
    color: var(--blue);
    padding-left: 1em;
    text-indent: -1em;
}

.normal_area ul.list_box li .text {
    padding-left: 1em;
}

.normal_area ul.list_box li {
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .normal_area {
        padding: 0 0 80px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 599px) {}

/*---------------------------

inner

---------------------------*/
.inner_720 {
    max-width: 720px;
    margin: 0 auto;
}

/*---------------------------

wide_area_01

---------------------------*/
.wide_area_01 {
    color: white;
    background-image: url(/assets/img/csr/bg_01.jpg);
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 720px;
}

.wide_area_01 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(220deg, #020a5f70 0%, #1f51c46b 75%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wide_area_01 h3.h3_title {
    color: white;
    /*background: linear-gradient(to right, #ffffff, #ffffff);*/
    background-size: 100% 4px;
    background-position: bottom;
    background-repeat: no-repeat;

    margin: 0 auto 50px;
}

.wide_area_01 h3.h3_title:after {
    background: none;
}

.wide_area_01 h3.h3_title:before {
    background: none;
}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .wide_area_01 {
        height: 360px;
    }
}

@media (max-width: 599px) {}


.table_box {
    font-weight: 600;
    font-size: 18px;
    color: var(--blue);
}

table.table_normal tr,
table.table_normal td {
    border: 1px solid var(--blue);

    background: #ffffff63;
}

table.table_normal td.category {
    width: 260px;
    border: 1px solid var(--blue);
}

@media (max-width: 768px) {
    .table_box {
        font-size: 14px;
    }

    table.table_normal td.category {
        width: 200px;
    }
}

@media (max-width: 599px) {
    table.table_normal td.category {
        width: 134px;
    }
}


.h3_outer_01 {
    margin-bottom: 50px;
    padding-top: 50px;
}

.h3_outer_01 .table_box {
    margin: 20px auto;
}

.h3_outer_01 .table_box table.table_normal {
    text-align: center;
}

.h3_outer_02 .table_box {
    margin: 30px auto;
}

.h3_outer_02 .table_title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    color: var(--blue);
    text-indent: -1em;
    padding-left: 1em;
}

.normal_area .h3_outer_01 ul li {
    line-height: 1.4;
    margin-bottom: 8px;
}

.normal_area .h3_outer_02 ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 13px;
}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .h3_outer_01 {
        margin-bottom: 70px;
    }

    .normal_area .list_box {
        padding: 40px 40px;
    }

    .normal_area ul.list_box li .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 8px;
    }
}

@media (max-width: 599px) {
    .h3_outer_01 {
        margin-bottom: 50px;
    }

    .normal_area .list_box {
        padding: 30px 20px;
    }

    .normal_area ul.list_box li .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .h3_outer_02 .table_title {
        font-size: 16px;
    }
}





/*---------------------------

wide_area_02

---------------------------*/
.wide_area_02 {
    /* background-image: url(/assets/img/csr/bg.jpg); */
    position: relative;
    width: 100%;
    background-size: contain;
    background-position: bottom right 25%;
    background-repeat: no-repeat;
}

.wide_area_02 h3.h3_title,
.wide_area_02 .text {

    text-align: center;
}

.recruit-disclosure_image {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

@media (max-width: 1024px) {
    .wide_area_02 {
        background-position: bottom right 22%;
    }
}

@media (max-width: 768px) {
    .wide_area_02 {
        /* background-image: url(/assets/img/csr/bg_smp.jpg); */
        background-position: bottom right 28%;
    }

    .wide_area_02 h3.h3_title,
    .wide_area_02 .text {
        color: #000;
    }

    .recruit-disclosure_image {
        flex-wrap: wrap;
    }

    .recruit-disclosure-item {
        width: calc(50% - 10px);
    }
}

/*---------------------------

kenko_investment_for_health

---------------------------*/
.kenko_investment_for_health {
    padding: 0;
}

.kenko_item01 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.kenko_item01 .kenko_image {
    width: 40%;
}

.kenko_item01 .text {
    text-align: left;
    width: 60%;
    font-size: 15px;
    line-height: 1.7;
}

.kenko_item02_title {
    color: #009F8F;
}

.kenko_logo {
    width: 60%;
    margin: 0 auto;
}

.kenko_item02 .kenko_text_wrap {
    display: flex;
    margin-top: 60px;
}

.kenko_item02 .kenko_text {
    width: calc(100% / 3);
    border-right: 1px solid #009F8F;
    padding: 0 20px;
    font-size: 15px;
}

.kenko_item02 .kenko_text:last-of-type {
    border-right: none;
}

.kenko_item02 .kenko_text_wrap .title {
    color: #009F8F;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}

.kenko_item02 .kenko_text_wrap .title span {
    font-size: 16px;
    display: block;
}

.kenko_item02 .kenko_text_wrap .text {
    text-align: left;
    font-size: 15px;
}

@media(max-width:768px) {
    .kenko_item01 {
        flex-direction: column-reverse;
    }

    .kenko_item01 .kenko_image {
        width: 100%;
    }

    .kenko_item01 .text {
        width: 100%;
        font-size: 14px;
    }

    .kenko_item02 .kenko_text_wrap {
        flex-direction: column;
    }

    .kenko_logo {
        width: 90%;
    }

    .kenko_item02 .kenko_text_wrap .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .kenko_item02 .kenko_text_wrap .title span {
        font-size: 14px;
    }


    .kenko_item02 .kenko_text {
        width: calc(100%);
        border-right: none;
        border-bottom: 1px solid #009F8F;
        padding: 30px 0;
        font-size: 14px;
    }

    .kenko_item02 .kenko_text:last-of-type {
        border-bottom: none;
    }


    .kenko_item02 .kenko_text_wrap .text {
        line-height: 1.8;
        font-size: 14px;
    }

}

/*---------------------------

wide_area_03

---------------------------*/
.wide_area_03 {}

.wide_area_03 .logo {
    margin: 30px 0 10px;
}

.wide_area_03 .logo img {
    margin: 0 auto;
}


.wide_area_03 .logo_list {
    max-width: 880px;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin: 0 auto;
}

.wide_area_03 .logo_list li {
    width: calc((100% - 7 * 1%)/ 8);
    margin-bottom: 1%;
}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .wide_area_03 .logo {
        margin: 30px auto 10px;
        max-width: 460px;
        width: 90%;
    }

    .wide_area_03 .logo_list li {
        width: calc((100% - 4* 1%) / 5);
    }
}

@media (max-width: 599px) {
    .wide_area_03 {
        padding: 50px 0;
    }

    .wide_area_03 .logo_list li {
        width: calc((100% - 3* 1%) / 4);
    }
}