@charset "UTF-8";

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

   CSR方針

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

/*========== 扉ページ・ページ共通 ==========*/
.page_title {
    background-image: url('../../images/csr/title_bg.jpg');
    background-position: center;
}
.page_title_item.third-level {
	max-width: 850px;
}
.page_title_item.third-level.esg {
	max-width: 600px;
}
.common_content {
    margin: auto;
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 1400px;
}
.csr_top_list1, 
.csr_top_list2 {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.csr_top_list1_item, 
.csr_top_list2_item {
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.csr_top_list2_item {
    font-weight: 700;
    color: var(--primary-color);
}
.csr_top_list1_item::before, 
.csr_top_list2_item::before {
    content: '●';
    color: var(--primary-color);
}
.csr_top_list1_item:last-of-type {
    margin-bottom: 0;
}
.management_block {
    background-color: #f1f2e1;
    margin-top: -1.5em;
    padding-top: 2em;
    padding-bottom: 1em;
    position: relative;
    z-index: -1;
}
.csr_intro_block {
    position: relative;
    z-index: 1;
    margin-left: -30px;
    margin-right: calc(50% - 50vw);
    background-color: #d8e8f2;
    display: flex;
    flex-direction: column;
}
.csr_intro_content {
    padding: 20px;
}
.csr_content_block {
    position: relative;
    z-index: 1;
    margin: auto;
    margin-right: 0;
    max-width: 1400px;
}
.csr_common_heading {
    padding: 1em 2em;
    background-image: linear-gradient(90deg,var(--primary-color),var(--primary-color) 20%,transparent);
    max-width: 960px;
    position: relative;
}
.csr_common_heading.round {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-bottom: 30px;
}
.csr_common_heading span:first-of-type {
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
}
.csr_common_heading span:last-of-type {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    bottom: -0.1em;
    color: #174677;
    opacity: .5;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .csr_common_heading span:last-of-type {
        right: 0;
        z-index: -1;
    }
}

@media screen and (min-width: 768px) {
    .csr_top_list1_item, 
    .csr_top_list2_item {
        margin-bottom: 0.75em;
    }
    .csr_intro_content {
        padding: 40px;
    }
    .csr_common_heading span:first-of-type {
        font-size: 2rem;
    }
    .csr_common_heading span:last-of-type {
        font-size: 3.5rem;
        left: 42%;
    }
}

@media screen and (min-width: 1161px) {
    .common_content {
        margin-bottom: 80px;
    }
    .csr_top_list1 {
        margin-top: 50px;
        margin-left: 40px;
        margin-right: 40px;
    }
    .csr_top_list2 {
        margin-left: 40px;
        margin-right: 40px;
    }
    .csr_top_list1_item, 
    .csr_top_list2_item {
        font-size: 1.8rem;
        margin-bottom: 1em;
    }
    .management_block {
        padding-bottom: 30px;
    }
    .csr_intro_block {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .csr_intro_content {
        width: 46.58564815%;
    }
    .csr_intro_image {
        width: 53.41435185%;
    }
    .csr_common_heading {
        padding: 0.75em 3em;
    }
    .csr_common_heading.round {
        margin-bottom: 40px;
    }
    .csr_common_heading span:first-of-type {
        font-size: 2.4rem;
    }
    .csr_common_heading span:last-of-type {
        font-size: 4rem;
        letter-spacing: 0.2rem;
    }
}

@media screen and (min-width: 1201px) {
    .csr_intro_content p {
        font-size: 1.8rem;
        line-height: 2;
    }
}

@media screen and (min-width: 1401px) {
    .csr_top_list1_item {
        font-size: 2rem;
        margin-bottom: 1em;
    }
    .csr_top_list2_item {
        font-size: 2.4rem;
        margin-bottom: 1em;
    }
    .csr_intro_content p {
        line-height: 2.5;
    }
    .csr_common_heading span:first-of-type {
        font-size: 3rem;
    }
    .csr_common_heading span:last-of-type {
        font-size: 6rem;
    }
}

@media screen and (min-width: 1729px) {
    .csr_intro_content {
        padding-left: 150px;
        padding-right: 70px;
    }
}

/*========== 品質への取り組み ==========*/
.main.common.quality .csr_content_block {
    margin-top: 60px;
}
.csr_slogan, 
.csr_policy {
    margin-bottom: 50px;
}
.csr_slogan p:last-of-type {
    font-family: "Noto Serif JP", serif;
    margin-top: 1em;
    font-weight: 700;
}
.csr_policy_list {
    counter-reset: li_count;
    max-width: 1320px;
    margin-left: auto;
    margin-right: 0;
}
.csr_policy_list_item {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 1em;
}
.csr_policy_list_item::before {
    counter-increment: li_count;
    content: counter(li_count)".";
    margin-right: 0.5em;
}
.csr_management {
    max-width: 1320px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
}
.csr_management_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.csr_management_fig {
    text-align: center;
}
.csr_management_fig img {
    max-width: 550px;
}
.csr_management_heading {
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 0.5em;
}
.csr_management_unit p {
    line-height: 1.8;
}
.csr_management_annotation {
    text-indent: -1em;
    padding-left: 1em;
    color: #f00;
}
.csr_management_annotation::before {
    content: '※';
}

@media screen and (max-width: 1160px) {
    .csr_management_content {
        order: 2;
    }
    .csr_management_fig {
        order: 1;
    }
}

@media screen and (min-width: 768px) {
    .csr_slogan {
        text-align: center;
    }
}

@media screen and (min-width: 1161px) {
    .main.common.quality .csr_content_block {
        margin-top: 100px;
    }
    .csr_management {
        flex-direction: row;
        align-items: center;
    }
    .csr_management_content {
        width: 58.33333333%;
    }
    .csr_management_fig {
        width: 41.66666667%;
    }
}

@media screen and (min-width: 1401px) {
    .main.common.quality .csr_content_block {
        margin-top: 150px;
    }
    .csr_slogan, 
    .csr_policy_list_item, 
    .csr_management_heading, 
    .csr_management_unit p {
        font-size: 2.1rem;
    }
    .csr_management_unit p {
        line-height: 2;
    }
    .csr_management_content {
        width: calc(100% - 550px);
    }
    .csr_management_fig {
        width: 550px;
    }
}

/*========== SDGsの取り組み ==========*/
.sdgs_block {
    position: relative;
    z-index: 1;
    margin: auto;
    margin-top: 50px;
    margin-right: 0;
    max-width: 1330px;
}
.sdgs_content_wrap {
    margin-top: 35px;
}
.sdgs_icon {
    display: flex;
    flex-wrap: wrap;
}
.sdgs_icon img {
    width: 120px;
    height: 120px;
}
.sdgs_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sdgs_unit_half, 
.sdgs_unit_wide {
    display: flex;
    flex-direction: column;
}
.sdgs_detail {
    background-color: #e6f0f7;
    margin-top: 8px;
    padding: 20px;
    flex-grow: 1;
}
.sdgs_detail_list_item {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
}
.sdgs_detail_list_item::before {
    content: '●';
    color: var(--primary-color);
}
.sdgs_detail_list_item:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sdgs_icon img {
        width: 160px;
        height: 160px;
    }
    .sdgs_overview {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1161px) {
    .sdgs_block {
        margin-top: 100px;
    }
    .sdgs_overview {
        font-size: 1.8rem;
        line-height: 2;
    }
    .sdgs_content_wrap {
        margin-top: 70px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }
    .sdgs_unit_half {
        width: calc(50% - 20px);
    }
    .sdgs_unit_wide {
        width: 100%;
    }
    .sdgs_icon img {
        width: 200px;
        height: 200px;
    }
    .sdgs_detail {
        margin-top: 16px;
        padding: 30px 25px;
    }
}

@media screen and (min-width: 1401px) {
    .sdgs_detail_list_item {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .sdgs_content_wrap {
        gap: 60px;
    }
    .sdgs_unit_half {
        width: calc(50% - 30px);
    }
}

/*========== ESG（レポート） ==========*/
.esg_block {
    position: relative;
    z-index: 1;
    margin: auto;
    margin-right: 0;
    max-width: 1400px;
}
.esg_unit {
    margin-bottom: 60px;
}
.esg_unit_heading_block {
    background-color: #e6f0f7;
}
.esg_unit_intro {
    padding: 20px;
}
.esg_unit_content {
    margin: auto;
    margin-top: 30px;
    max-width: 1212px;
}
.esg_unit_intro_list {
    margin: auto;
    max-width: 1212px;
}
.esg_unit_intro_list_item {
    font-weight: 500;
    font-size: 1.6rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5em;
}
.esg_unit_intro_list_item::before {
    content: '●';
    color: var(--primary-color);
}
.esg_unit_spacer {
    height: 30px;
}
.esg_unit_heading {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
}
.esg_unit_sub_heading1 {
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 0.5em;
}
.esg_unit_sub_heading2 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
}
.esg_unit_sub_heading2::before {
    content: '■';
    color: var(--primary-color);
}
.esg_unit_content p {
    line-height: 1.8;
}
.esg_unit_content p em {
    font-weight: 700;
    font-style: normal;
}
.esg_unit_content_list {
    counter-reset: li_count;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em;
}
.esg_unit_content_list_item {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 0.75em;
}
.esg_unit_content_list_item::before {
    counter-increment: li_count;
    content: counter(li_count)".";
    margin-right: 0.5em;
}
.esg_unit_content_child_list {
    counter-reset: li_child_count;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.esg_unit_content_list_child_item {
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 0.75em;
}
.esg_unit_content_list_child_item::before {
    counter-increment: li_child_count;
    content: "("counter(li_child_count)")";
    margin-right: 0.5em;
}
.esg_unit_content_list_dot {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em;
}
.esg_unit_content_list_dot_item {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.75em;
}
.esg_unit_content_list_dot_item::before {
    content: '・';
}
.esg_unit_content_list_item:last-of-type, 
.esg_unit_content_list_child_item:last-of-type, 
.esg_unit_content_list_dot_item:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .esg_unit_heading, 
    .esg_unit_sub_heading1, 
    .esg_unit_sub_heading2 {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1161px) {
    .esg_unit_content {
        margin-top: 40px;
    }
    .esg_unit_intro {
        padding: 40px;
    }
    .esg_unit_intro_list_item {
        font-size: 2rem;
    }
    .esg_unit_spacer {
        height: 46px;
    }
    .esg_unit_heading, 
    .esg_unit_sub_heading1, 
    .esg_unit_sub_heading2 {
        font-size: 2rem;
    }
    .esg_unit_content p, 
    .esg_unit_content_list_item, 
    .esg_unit_content_list_dot_item {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1401px) {
    .csr_common_heading {
        padding-left: 94px;
    }
    .esg_unit_intro_list_item {
        font-size: 2.6rem;
    }
}
