@charset "UTF-8";

/* environmentCommonLayout
------------------------------------*/
.environmentCommonLayout .page_li {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.environmentCommonLayout .page_li .btn01 {
    background-color: #669cc0;
    margin-left: auto;
    margin-right: auto;
}
.environmentCommonLayout .page_li .btn01 span {
    padding: 20px;
}
.environmentCommonLayout .page_li li {
    width: 48%;
}
.environmentCommonLayout .page_li li:not(:last-child) {
    margin-bottom: 10px;
}
.environmentCommonLayout #c01 .page_li {
    margin-bottom: 60px;
}
.environmentCommonLayout h3 {
    position: relative;
    padding-left: 60px;
    color: #0071be;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.environmentCommonLayout h3::before, .environmentCommonLayout h3::after {
    position: absolute;
    content: "";
    transform: skewX(-20deg);
    width: 25px;
    height: 12px;
}
.environmentCommonLayout h3::after {
    background-color: #0564a6;
    top: 12px;
    left: 20px;
}
.environmentCommonLayout h3::before {
    background-color: #087ab8;
    top: 16px;
    left: 0;
}
.environmentCommonLayout h3 .s {
    font-size: 1.2rem;
}
.environmentCommonLayout h3.text {
    padding-left: 0;
    text-align: center;
    font-size: 1rem;
}
.environmentCommonLayout h3.text::before, .environmentCommonLayout h3.text::after {
    content: none;
}
.environmentCommonLayout h3.text .en {
    font-size: 2.5rem;
}
.environmentCommonLayout h4 {
    padding-left: 35px;
    position: relative;
    color: #0071be;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.environmentCommonLayout h4::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 7px;
    left: 0;
    top: 12px;
    background-color: #0071be;
}
.environmentCommonLayout h5 {
    background-color: #93aec6;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 50px;
}
.environmentCommonLayout .bg {
    background-color: #f6f2e8;
    border-radius: 20px;
    padding: 0 20px;
    max-width: calc(96% - 40px);
    margin: 0 auto;
}
.environmentCommonLayout .w_box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 40px 20px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .environmentCommonLayout .page_li li:not(:last-child) {
                    margin-bottom: 0;
                }
                .environmentCommonLayout .page_li li {
                    width: 32%;
                }
                .environmentCommonLayout h3 {
                    font-size: 1.9rem;
                }
                .environmentCommonLayout h4 {
                    font-size: 1.5rem;
                }
                .environmentCommonLayout h4::before {
                    top: 15px;
                }
                .environmentCommonLayout h3.text {
                    font-size: 1.5rem;
                }
                .environmentCommonLayout h3.text .en {
                    font-size: 5.5rem;
                }
                .environmentCommonLayout .bg {
                    border-radius: 35px;
                }
                .environmentCommonLayout .w_box {
                    border-radius: 35px;
                    padding: 60px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .environmentCommonLayout #c01 .page_li {
                    margin-bottom: 120px;
                }
                .environmentCommonLayout h3.text {
                    font-size: 2rem;
                }
                .environmentCommonLayout h3.text .en {
                    font-size: 10.5rem;
                }
                .environmentCommonLayout .bg {
                    border-radius: 60px;
                    padding: 50px 0;
                    width: calc(96% - 100px);
                }
            }


/* environmentLayout
------------------------------------*/
.environmentLayout h5 {
    background-color: #669cc0;
}

.environmentLayout #c01 .access_box {
    margin-top: 40px;
}
.environmentLayout #c01 .access_box .flex_box01:last-child .img:not(:last-child) {
    margin-bottom: 30px;
}
.environmentLayout #c01 .g_box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.environmentLayout #c01 .nintei_li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.environmentLayout #c01 .nintei_li li {
    text-align: center;
    width: calc(50% - 1px);
    padding: 20px 0;
}
.environmentLayout #c01 .nintei_li li:nth-child(odd) {
    border-right: 1px solid #bcbcbc;
}
.environmentLayout #c01 .nintei_li li:not(:last-child) {
    border-bottom: 1px solid #bcbcbc;
}
.environmentLayout #main #c01 .nintei_li .img {
    min-height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.environmentLayout #main #c01 .nintei_li .b {
    font-weight: bold;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    line-height: 1.5;
}
.environmentLayout #main .kyoten h4::before {
    content: none;
}
.environmentLayout #main .kyoten h4 {
    padding-left: 0;
    color: #333;
    font-size: 1.4rem;
}
.environmentLayout #main .btn01 {
    margin-top: 40px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .environmentLayout #c01 .access_box .flex_box01:first-child,
                .environmentLayout #main .kyoten .flex_box01:last-child {
                    width: 55%;
                }
                .environmentLayout #c01 .access_box .flex_box01:last-child,
                .environmentLayout #main .kyoten .flex_box01:first-child {
                    width: 41%;
                }
                .environmentLayout #main .kyoten h4 {
                    font-size: 2.2rem;
                    margin-bottom: 40px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .environmentLayout #c01 .nintei_li li {
                    width: calc(100% / 5 - 4px)
                }
                .environmentLayout #c01 .nintei_li li:not(:last-child) {
                    border-bottom: none;
                }
                .environmentLayout #c01 .nintei_li li:nth-child(even) {
                    border-right: 1px solid #bcbcbc;
                }
                .environmentLayout #c01 .nintei_li li:last-child {
                    border-right: none;
                }
            }



/* employeeLayout
------------------------------------*/
.employeeLayout #c02 .flex {
    max-width: 680px;
    margin: 40px auto 60px;
    display: flex;
    justify-content: space-between;
}
.employeeLayout #c02 .flex .flex_box01 {
    width: 48%;
}
.employeeLayout #c02 .w_box h4 {
    padding-left: 0;
    color: #333;
    font-weight: normal;
}
.employeeLayout #c02 .w_box h4 .b {
    font-weight: bold;
}
.employeeLayout #c02 .w_box h4::before {
    content: none;
}
.employeeLayout #c02 .w_box h4 .s {
    color: #ebaa0e;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
}
.employeeLayout #c03 .w_box {
    position: relative;
    margin-bottom: 100px;
}
.employeeLayout #c03 .w_box::after {
    position: absolute;
    content: "";
    background: url("../img/environment/employee/employee_c02_before01_sp.png")no-repeat center center/cover;
    width: 170px;
    height: 77px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -77px;
}
.employeeLayout #c03 table {
    background-color: transparent;
    border-spacing: 5px;
    border-collapse: separate;
    border: none;
    height: 100%;
}
.employeeLayout #c03 td {
    background-color: #fff;
    text-align: left;
}
.employeeLayout #c03 thead th {
    border-radius: 20px 20px 0 0;
    font-size: 1.1rem;
}
.employeeLayout #c03 .mane_table th {
    background-color: #76a0c5;
    color: #fff;
}
.employeeLayout #c03 .senmon_table th {
    background-color: #e5b84c;
    color: #fff;
}
.employeeLayout #c03 th, .employeeLayout #c03 td {
    display: table-cell;
}
.employeeLayout #c03 tbody th {
    width: 35%;
}
.employeeLayout #c03 tbody td {
    width: 65%;
}
.employeeLayout #c03 tbody th, .employeeLayout #c03 tbody td {
    font-size: 0.9rem;
}
.employeeLayout #c03 tbody td .disc_li > li:not(:last-child) {
    margin-bottom: 5px;
}
.employeeLayout #c03 .table_box {
    max-width: 1100px;
    margin: 0 auto;
}
.employeeLayout #c03 .senmon_table tbody th, .employeeLayout #c03 .senmon_table tbody td {
    height: 200px;
}
.employeeLayout #c03 #link01, .employeeLayout #c03 #link02 {
    margin-top: -70px;
    padding-top: 70px;
    position: relative;
    z-index: -1;
}
.employeeLayout #c03 .anchor_link {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.employeeLayout #c03 .anchor_link li {
    width: 48%;
}
.employeeLayout #c03 .anchor_link li a {
    display: block;
    padding: 15px 0 50px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
}
.employeeLayout #c03 .anchor_link li:first-child a {
    background-color: #76a0c5;
}
.employeeLayout #c03 .anchor_link li:last-child a {
    background-color: #e5b84c;
}
.employeeLayout #c03 .anchor_link li a::before, .employeeLayout #c03 .anchor_link li a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.employeeLayout #c03 .anchor_link li a::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    bottom: 15px;
    background-color: #0071be;
}
.employeeLayout #c03 .anchor_link li a::after {
    content: "↓";
    color: #fff;
    bottom: 20px;
    font-size: 0.7rem;
}
.employeeLayout #c04 {
    padding-top: 0;
}
.employeeLayout #c04 .b {
    display: inline-block;
    margin-left: 20px;
}




            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .employeeLayout #c02 .flex {
                    margin-bottom: 80px;
                }
                .employeeLayout #c02 .w_box h4 {
                    font-size: 2.2rem;
                }
                .employeeLayout #c03 h3 {
                    margin-bottom: 80px;
                }
                .employeeLayout #c03 .w_box {
                    margin-bottom: 90px;
                }
                .employeeLayout #c03 .w_box::after {
                    background-image: url("../img/environment/employee/employee_c02_before01.png");
                    width: 433px;
                    height: 84px;
                    bottom: -84px;
                }
                .employeeLayout #c03 table {
                    border-spacing: 10px;
                }
                .employeeLayout #c03 thead th {
                    border-radius: 35px 35px 0 0;
                    height: 27px;
                }
                .employeeLayout #c03 tbody th {
                    width: 30%;
                }
                .employeeLayout #c03 tbody td {
                    width: 70%;
                }
                .employeeLayout #c03 tbody th, .employeeLayout #c03 tbody td {
                    font-size: 1rem;
                }
                .employeeLayout #c03 .senmon_table tbody th, .employeeLayout #c03 .senmon_table tbody td {
                    height: 100%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .employeeLayout #c03 tbody th {
                    width: 25%;
                }
                .employeeLayout #c03 tbody td {
                    width: 75%;
                }
                .employeeLayout #c03 .w_box {
                    margin-bottom: 130px;
                    max-width: 980px;
                    margin-left: auto;
                    margin-right: auto;
                    
                }
                .employeeLayout #c03 .w_box::after {
                    width: 563px;
                    height: 110px;
                    bottom: -110px;
                }
            }



/* benefitLayout
------------------------------------*/
.benefitLayout .anchor_box {
    position: relative;
    margin: 0 auto;
    max-width: 808px;
}
.benefitLayout .anchor_box a {
    position: absolute;
    width: 44%;
    height: 58%;
    border-radius: 50%;
    bottom: 2%;
}
.benefitLayout .anchor_box .info01 {
    left: 50%;
    transform: translateX(-50%);
    top: 2%;
    bottom: auto;
    z-index: 1;
}
.benefitLayout .anchor_box .info02 {
    left: 2%;
    z-index: 0;
}
.benefitLayout .anchor_box .info03 {
    right: 2%;
    z-index: 1;
}
.benefitLayout .modaal-content-container .ttl {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #777;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.2;
}
.benefitLayout .modaal-content-container .info_ex01 .ttl {
    background-color: #aacccc;
}
.benefitLayout .modaal-content-container .info_ex02 .ttl {
    background-color: #e6adad;
}
.benefitLayout .modaal-content-container .info_ex03 .ttl {
    background-color: #f6d380;
    margin-bottom: 20px;
}
.benefitLayout .modaal-content-container .circle_li > li::before {
    color: #333;
}
.benefitLayout .modaal-content-container .circle_li > li {
    font-weight: bold;
}
.benefitLayout .modaal-content-container .circle_li > li:not(:last-child) {
    margin-bottom: 10px;
}
.benefitLayout .modaal-content-container .ttl_box02 h3 {
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #bcbcbc;
    color: #333;
}
.benefitLayout .modaal-content-container .ttl_box02 h3::before,
.benefitLayout .modaal-content-container .ttl_box02 h3::after {
    content: none;
}
.benefitLayout .modaal-content-container ul {
    margin-top: 20px;
}
.benefitLayout .modaal-content-container ul .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.benefitLayout .modaal-content-container ul .flex:not(:last-child) {
    margin-bottom: 20px;
}
.benefitLayout .modaal-content-container ul h5 {
    background-color: #0071be;
    min-width: 80px;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 0;
    margin-right: 20px;
}
.benefitLayout .modaal-content-container .ttl_box01 .flex_box01:first-child,
.benefitLayout .modaal-content-container .ttl_box02 .ttl {
    margin-bottom: 20px;
}
.benefitLayout #c01 .t_right {
    text-align: right;
  margin: 0 auto;
  max-width: 808px;
}
.benefitLayout #c01 .inner {
    max-width: 1400px;
}
.benefitLayout #c02 .inner {
    max-width: 1100px;
}
.benefitLayout #c02 .flow_li {
    position: relative;
}
.benefitLayout #c02 .flow_li::before {
    position: absolute;
    content: "";
    height: calc(100% - 40px);
    width: 5px;
    background-color: #93aec6;
    left: 14px;
    top: 13px;
}
.benefitLayout #c02 .flow_li > li {
    position: relative;
    padding-left: 60px;
}
.benefitLayout #c02 .flow_li > li::before, .benefitLayout #c02 .flow_li .flow_box01 .flex02::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 10px solid #0071be;
    background-color: #f6f2e8;
    top: 10px;
    border-radius: 50%;
    left: 0;
    z-index: 1;
}
.benefitLayout #c02 .flow_li > li:not(:last-child) {
    margin-bottom: 60px;
}
.benefitLayout #main #c02 .flow_li .ttl {
    color: #0071be;
    line-height: 1.5;
    padding-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.2rem;
}
.benefitLayout #c02 .flow_li .ttl_box, .benefitLayout #c02 .flow_li .icon_box {
    margin-bottom: 10px;
}
.benefitLayout #c02 .flow_li .flow_box01 .flex02 {
    margin-top: 60px;
    position: relative;
}
.benefitLayout #c02 .flow_li .flow_box01 .flex02::before {
    left: -60px;
}
.benefitLayout #c02 .flow_li .icon_li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.benefitLayout #c02 .flow_li .icon_li li {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    background-color: #67d3bf;
    font-size: 0.9rem;
    font-weight: 500;
}
.benefitLayout #c02 .flow_li .icon_li .red_li {
    background-color: #dc8181;
}
.benefitLayout #c02 .flow_li .icon_li li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.benefitLayout #c02 .kin_li .w_box {
    background-color: transparent;
    padding: 0;
}
.benefitLayout #c02 .flow_li > .kin_li {
    padding-top: 30px;
}
.benefitLayout #c02 .flow_li > .kin_li::before {
    border: none;
    background: url("../img/environment/benefit/benefit_c02_icon01.png")no-repeat center center/cover;
    width: 142px;
    height: 36px;
    border-radius: 0;
    left: -26px;
}
.benefitLayout #c02 .flow_li > .kin_li::after {
    color: #fff;
    position: absolute;
    left: 9px;
    top: 12px;
    font-weight: bold;
    z-index: 1;
}
.benefitLayout #c02 .flow_li > .kin01::after {
    content: "勤続10年";
}
.benefitLayout #c02 .flow_li > .kin02::after {
    content: "勤続20年";
}
.benefitLayout #c02 .flow_li > .kin03::after {
    content: "勤続30年";
}
.benefitLayout #c02 .flow_li > .kin_li .icon_li li {
    background-color: #0071be;
    padding: 10px 15px;
}
.benefitLayout #c02 .flow_li > .kin_li .icon_li li span {
    display: inline-block;
    position: relative;
    padding-left: 50px;
}
.benefitLayout #c02 .flow_li > .kin_li .icon_li li span::before {
    position: absolute;
    content: "";
    background: url("../img/environment/benefit/benefit_c02_icon02.png")no-repeat center center/cover;
    width: 33px;
    height: 19px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.benefitLayout #main #c02 .flow_li .en {
    font-size: 1.3rem;
    line-height: 1.2;
    color: #0071be;
}
.benefitLayout #c02 .flow_li .en span {
    font-size: 3.4rem;
}
.benefitLayout #c02 .flow_li .w_box {
    margin-top: 40px;
}
.benefitLayout #c02 .flow_li > li:last-child::after {
    position: absolute;
    content: "";
    width: 30px;
    height: calc(100% - 20px);
    background-color: #f6f2e8;
    left: 0;
    bottom: 0;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .benefitLayout .modaal-content-container .inner {
                    overflow-y: auto;
                }
                .benefitLayout .modaal-content-container .flex,
                .benefitLayout .modaal-content-container .ttl_box02 {
                    align-items: center;
                }
                .benefitLayout .modaal-content-container .ttl {
                    width: 110px;
                    height: 110px;
                    font-size: 1.2rem;
                }
                .benefitLayout .modaal-content-container .ttl_box01 .flex_box01:first-child {
                    width: 110px;
                    margin-bottom: 0;
                }
                .benefitLayout .modaal-content-container .ttl_box01 .flex_box01:last-child,
                .benefitLayout .modaal-content-container .ttl_box02 h3 {
                    width: calc(100% - 160px);
                }
                .benefitLayout .modaal-content-container .ttl_box02 {
                    margin-bottom: 20px;
                }
                .benefitLayout .modaal-content-container .ttl_box02 h3,
                .benefitLayout .modaal-content-container .ttl_box02 .ttl {
                    margin-bottom: 0;
                }
                .benefitLayout .modaal-content-container ul .flex {
                    align-items: center;
                }
                .benefitLayout .modaal-content-container ul {
                    margin-top: 40px;
                }
                .benefitLayout #c02 .flex {
                    display: block;
                }
                .benefitLayout #main #c02 .flow_li .en {
                    font-size: 2.2rem;
                }
                .benefitLayout #c02 .flow_li .en span {
                    font-size: 5.4rem;
                }
                .benefitLayout #c02 .flow_li > .kin_li::before {
                    width: 172px;
                    height: 45px;
                    left: -66px;
                }
                .benefitLayout #c02 .flow_li > .kin_li {
                    padding-top: 0;
                    padding-left: 130px;
                }
                .benefitLayout #c02 .flow_li > .kin_li::after {
                    left: -13px;
                    top: 16px;
                }
                .benefitLayout #c02 .flow_li .icon img {
                    margin: 20px 0 0;
                }
                .benefitLayout #main #c02 .flow_li .ttl {
                    font-size: 1.4rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .benefitLayout #c02 .flex {
                    display: flex;
                }
                .benefitLayout #c02 .flow_li > li:not(:last-child) {
                    margin-bottom: 120px;
                }
                .benefitLayout #c02 .flow_li .flow_box01 {
                    width: 28%;
                }
                .benefitLayout #c02 .flow_li .ttl_box, .benefitLayout #c02 .flow_li .icon_box {
                    width: 10%;
                    margin-bottom: 0;
                    max-width: 150px;
                }
                .benefitLayout #c02 .flow_li .w_box {
                    width: 55%;
                    margin-top: 0;
                }
                .benefitLayout #c02 .flow_li .icon_li li {
                    margin-bottom: 0;
                    font-size: 1rem;
                    padding: 5px 20px;
                }
                .benefitLayout #c02 .flow_li > .kin_li .icon_li li {
                    padding: 10px 20px;
                }
                .benefitLayout #c02 .kin_li .w_box {
                    margin-left: auto;
                    width: 60%;
                }
                .benefitLayout #c02 .kin_li .w_box {
                    width: 60%;
                }
                .benefitLayout #c02 .flow_li .icon img {
                    margin: 0 auto;
                }
                .benefitLayout #main #c02 .flow_li .ttl {
                    margin-bottom: 0;
                    width: 65%;
                }
                .benefitLayout #c02 .flow_li > .kin_li {
                    padding-left: 60px;
                }
            }
