  /* Start Setting */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html{
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block {
    display: block;
}

.inl-block {
    display: inline-block;
}

figure {
    margin: 0;
    display: block;
    font-size: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
}

.common-link-underline {
    text-underline-position: under;
    text-underline-offset: 1px;
    text-decoration: none;
    border-bottom: 1px solid;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.float-right{
    float: right;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

strong{
    font-weight: 500;
}

/* End Setting */

/* Start Default */
.common-layout-container {
    margin-top: 100px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .common-layout-container {
        margin-top: 24px;
        padding-bottom: 24px;
    }
}

.report-section:not(:last-child) {
    padding-bottom: 88px;
}

@media screen and (max-width: 991px) {
    .report-section:not(:last-child) {
        padding-bottom: 24px;
    }
}

.report-heading {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 41px;
    margin-bottom: 30px;
    color: #002C45;
}

@media screen and (max-width: 767px) {
    .report-heading {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 28px;
    }
}

.report-sub-heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .report-sub-heading {
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
    }
}

.report-paragraph {
    margin-bottom: 16px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
}

.report-paragraph-custom {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.common-page-header-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002C45;
    opacity: .2;
    z-index: -1;
}

.report-title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.report-title-item {
    position: relative;
    width: calc((100%/3) - 12px);
    overflow: hidden;
    display: block;
    font-size: 0;
    z-index: 2;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.report-title-item img {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

@media screen and (min-width: 768px) {
    .report-title-item img{
        height: 100%;
    }
}

.report-title-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: .3s linear;
}

.report-title-item:hover::before {
    opacity: .3;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

@media (min-width: 501px) and (max-width: 767px) {
    .report-title-item {
        width: calc((100%/2) - 10px);
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .report-title-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.report-title-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002C45;
    opacity: .3;
    z-index: 2;
}

.report-item-title {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.report-info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

@media screen and (max-width: 767px) {
    .report-info-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.report-info-flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100%/4 - 16px);
    border: 1px solid #466F86;
    border-radius: 3px;
    margin: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .report-info-flex-item {
        width: calc(100%/2 - 20px);
        margin: 0 10px 20px;
    }
}

@media screen and (max-width: 370px) {
    .report-info-flex-item {
        width: 100%;
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .report-info-flex-last {
        width: calc(100%/3 + 16px);
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .report-info-flex-last {
        width: calc(100%/3 + 10px);
    }
}

.report-info-flex-last a {
    padding: 0 32px 0 28px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    transition: .3s linear;
    box-sizing: border-box;
}

.report-info-flex-last a:hover {
    background-color: #dae8fa;
    transition: .3s linear;
}

@media (max-width: 600px) {
    .report-info-flex-last a {
        padding: 0 5px 24px;
    }
}

@media screen and (max-width: 600px) {
    .report-info-flex-last img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 48px auto 16px;
        width: 50px;
        max-height: 70px;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 16px;
    }
}

.report-icon-item {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 5px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.report-icon-item:hover {
    background-color: #dae8fa;
}

.report-info-flex-detail {
    width: calc(100% - 70px);
    font-weight: 500;
    margin: 0;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #466F86;
}

@media (max-width: 600px) {
    .report-info-flex-detail {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }
}


.report-info-flex-title {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    color: #002C45;
}

@media (max-width: 600px) {
    .report-info-flex-title {
        text-align: center;
    }
}

.report-info-flex-link {
    color: #466F86;
    border-bottom: 1px solid;
    font-weight: 500;
}

.icon {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center left;

}

.report-icon-item .icon {
    margin: 48px auto 16px;
}

@media (min-width: 768px) and (max-width: 900px) {
    .report-icon-item .icon {
        margin: 24px auto 8px;
    }
}

@media (min-width: 401px) and (max-width: 600px) {
    .report-icon-item .icon {
        margin-top: 32px;
    }
}

@media (max-width: 400px) {
    .report-icon-item .icon {
        margin-top: 24px;
    }
}

.icon-business-model {
    background-size: 45px;
    padding: 27px 23px 28px 23px;
    background-image: url("/images/company/report/report-icon-1.svg");
}

.icon-business-segment-introduction {
    background-size: 51px;
    padding: 27px 27px 28px 27px;
    background-image: url("/images/company/report/report-icon-2.svg");
}

.icon-financial-highlights {
    background-size: 51px;
    padding: 27px 27px 28px 27px;
    background-image: url("/images/company/report/report-icon-3.svg");
}

.scroll-image,
.reponsive-table {
    overflow-x: auto;
}

.report-common-list-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-pdf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100%/2) - 15px);
    margin-bottom: 24px;
}

@media screen and (max-width:767px) {
    .list-pdf-item {
        width: 100%;
        margin-bottom: 16px;
    }
}

@media screen and (max-width:420px) {
    .list-pdf-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: left;
        align-items: normal;
    }

    .list-pdf-title {
        margin-bottom: 12px;
        width: 100%;
    }
}

.list-pdf-item a {
    width: 150px;
    min-width: 150px;
    height: 25px;
    border-radius: 4px;
    margin-top: 3px;
    color: #fff;
    line-height: 25px;
    padding: 0px 15px 0px 43px;
    text-align: center;
    background: #002C45 url('../images/company/report/report-downloadicon.svg') no-repeat 15px center;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.list-pdf-title {
    width: calc(100% - 155px);
    font-weight: 500;
    margin-right: 5px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
}

@media screen and (max-width:767px) {
    .list-pdf-title {
        width: 100%;
    }
}

.list-pdf-title span {
    display: inline-block;
    width: 100%;
}

.list-pdf-title span.underline {
    text-indent: -11px;
}

.pdf-text {
    font-weight: 500;
    font-size: 15px;
    margin: 9px 0 0;
    line-height: 22px;
    white-space: nowrap;
}

@media screen and (max-width:767px) {
    .pdf-text {
        white-space: pre-wrap;
    }
}

.underline {
    border-bottom: 1px solid;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-right: solid 1px;
    border-bottom: solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 991px) {
    table {
        width: 1000px;
    }
}

th,
td {
    padding: 8px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}

th {
    border: thin solid;
    border-right: 0;
    font-weight: 500;
    border-bottom: 0;
}

td {
    border-top: solid 1px;
    border-left: solid 1px;
}

th:first-child {
    border-left: 1px solid;
}

figcaption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    margin-top: 4px;
}

.report-flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-info-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.flex-info-item {
    flex: 1;
}

@media screen and (max-width:991px) {
    figure.flex-financial {
        flex: unset;
        margin: 16px auto 0;
    }
}

@media screen and (min-width:992px) {
    .flex-financial {
        width: calc(100%/2);
    }
    figure.flex-financial {
        position: absolute;
        right: 0;
        width: calc(100% - 20px - (100%/2));
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .flex-info-item {
        width: 100%;
        padding-right: 0;
    }

    figure.flex-info-item {
        margin-top: 16px;
        text-align: center;
        flex: auto;
    }
}

figcaption {
    font-size: 10px;
    line-height: 12px;
}

/* End Default */

/* Start Inforneer 1215 */
.common-page-header-company-report::before {
    background-image: url('/images/company/report/header-company-report.png');
}

.top-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
}

.top-report>.report-image {
    max-width: 390px;
}

.top-report>.report-content {
    flex: 1;
    padding-left: 51px;
}

@media screen and (max-width:767px) {
    .top-report>.report-image {
        max-width: 80%;
        margin: 0 auto;
        order: 2;
    }

    .top-report>.report-content {
        flex: unset;
        padding-left: 0;
        order: 1;
        margin-bottom: 40px;
    }
}

.top-report .report-paragraph {
    line-height: 24px;
}

.top-report .report-sub-heading {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #002C45;
    line-height: 29px;
}

.top-report .underline {
    border-color: #707070;
}

.report-issue-time {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 20px;
}

.report-link a {
    background: #002C45;
    color: #fff;
    padding: 10px 13px 10px 15px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 19px;
}

.report-link img {
    padding: 0 13px 0 0;
    display: inline-block;
}

.borderBox {
    font-size: 16px;
    font-weight: 500;
    color: #002C45;
    line-height: 29px;
    padding: 12px 32px 17px 32px;
    border: 4px solid #DBE000;
    margin-top: 50px;
}

.report-table {
    margin-top: 16px;
    width: 100%;
}

.report-table th,
.report-table td {
    border-color: #2B2E34;
    font-weight: normal;
    padding: 6px 10px;
}

.report-table th {
    font-size: 17px;
    line-height: 25px;
    background: #EBECEC;
}

.report-table td {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    padding: 24px 8px 16px;
}

.report-table td:first-child {
    text-align: center;
    background: #F7F7D7;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    padding: 6px 10px;
}

@media (max-width: 767px) {

    .report-table tr,
    .report-table th,
    .report-table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }
}

/* End Inforneer 1215 */

/* Start Inforneer 1216 */
.common-page-header-company-report-topmessage::before {
    background-image: url('/images/company/report/header-company-report-topmessage.png');
    left: 0;
    right: 0;
}

.common-page-header-label {
    background: #CCE70B;
    color: #263E55;
    font-size: 18px;
    line-height: 25px;
    padding: 1px 13px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

.topmessage-header-container {
    padding-top: 130px;
}

.topmessage-header-wrapper {
    margin-top: 19px;
    background-image: url("/images/company/report/topmessage-logo-frame.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.topmessage-block-text,
.topmessage-header-text-main,
.topmessage-header-text-sub {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
    color: #002c45;
}

.topmessage-header-text-signature {
    float: right;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
}

.topmessage-header-text-signature figure {
    margin-left: -5px;
    max-width: 150px;
}

@media screen and (max-width: 500px) {

    .topmessage-block-text,
    .topmessage-header-text-main,
    .topmessage-header-text-sub {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .topmessage-header-wrapper {
        height: 300px;
    }
}

@media screen and (min-width: 992px) {
    .topmessage-header-wrapper {
        margin-bottom: 94px;
    }
}

@media screen and (min-width: 768px) {
    .topmessage-header-wrapper {
        height: 360px;
    }

    .topmessage-header-text-main {
        margin-left: 95px;
    }

    .topmessage-header-text-sub {
        margin-left: 287px;
    }

    .topmessage-header-text-signature {
        text-align: left;
        padding-top: 58px;
        margin-right: 91px;
    }
}

@media screen and (max-width: 991px) {
    .topmessage-header-wrapper {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .topmessage-header-wrapper {
        height: 340px;
        background-size: cover;
    }

    .topmessage-header-text-sub {
        text-align: right;
    }

    .topmessage-header-text-signature {
        text-align: center;
        padding-top: 50px;
    }
    figure.flex-sustainable {
        margin-bottom: 24px;
    }
   
}

.topmessage-report-section .report-paragraph {
    margin-bottom: 0;
    line-height: 23px;
}

.paragraph-link {
    margin-top: 28px;
    padding-bottom: 21px;
}

.paragraph-link a {
    border-bottom: none;
    margin-right: 15px;
    font-weight: 600;
    text-decoration: underline;
    transition: opacity 0.3s;
    font-size: 12px;
}

.has-icon-heading {
    margin-top: 24px;
    padding-left: 18px;
    position: relative;
}

.has-icon-heading::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #DBE000;
}

@media screen and (min-width:768px) {
    .flex-one-more {
        width: calc(100%/2);
    }

    figure.flex-sustainable {
        padding-left: 48px;
    }

    figure.flex-investor {
        padding-left: 20px;
    }

    .flex-issei {
        width: calc(100% - 271px);
    }

    figure.flex-issei {
        margin-top: 20px;
        padding-left: 20px;
    }
}

.kibe-blog {
    margin-top: 24px;
}
@media screen and (max-width:767px) {
    .kibe-blog {
        text-align: center;
    }
}

.info-center {
    align-items: center;
}

/* End Inforneer 1216 */

/* Start Inforneer 1230 */

.common-layout-container-value {
    margin-top: 40px;
    margin-bottom: 0;
}

.common-layout-container-value .report-sub-heading{
    margin-bottom: 16px;
}

.report-download-pdf {
    margin-top: 16px;
}

.report-download-pdf .icon {
    padding: 12px;
    background-size: 24px;
}

.icon-pdf {
    background-image: url("/images/sustainability/file-pdf-solid-govermance.svg");
}

.report-table-item {
    border: 1px solid #231815;
    margin-bottom: 32px;
}

.report-common-header {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #DAE000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    text-align: center;
    padding: 6px 10px 7px;
}

.report-list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 16px 24px 32px;
}

@media screen and (max-width:991px) {
    .report-list-table {
        padding: 16px;
    }
}

.report-list-table-item {
    width: calc((100%/2) - 10px);
}

.report-list-table-item:last-child {
    margin-top: 28px;
}

@media screen and (max-width:767px) {
    .report-list-table-item {
        width: 100%;
    }

    .report-list-table-item:last-child {
        margin-top: 0;
    }

    .report-list-table-item .mt24 {
        margin-top: 0 !important;
    }
}

.report-list-table .report-paragraph {
    margin-bottom: 8px;
    width: 100%;
}

.report-list-table .report-paragraph:last-child {
    margin-bottom: 0;
}

.report-list-table .report-paragraph span:first-child {
    min-width: 150px;
}

.report-list-table-width .report-paragraph span:first-child {
    min-width: 125px;
}

.report-list-table .report-paragraph a {
    font-weight: 500;
}

.report-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.space {
    margin-left: 30px;
}

@media screen and (max-width:500px) {
    .report-flex {
        flex-direction: column;
    }

    .report-list-table .report-paragraph span:first-child {
        margin-bottom: 2px;
    }

    .space {
        margin-left: 16px;
    }
}

.has-icon {
    position: relative;
    padding-left: 14px;
}

.has-icon::before {
    content: '';
    position: absolute;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
}

.has-space {
    margin-left: -8px;
}

.report-spacing-01,
.report-spacing-02 {
    letter-spacing: 0.701em;
}

.report-spacing-03 {
    letter-spacing: 0.488em;
}

.report-spacing-04 {
    letter-spacing: 1.5em;
}

.report-spacing-05 {
    letter-spacing: 0.42em;
}

.report-spacing-06 {
    letter-spacing: 0.115em;
}

.report-spacing-07 {
    letter-spacing: 1em;
}

.report-spacing-08 {
    letter-spacing: 0.25em;
}

.report-spacing-09 {
    letter-spacing: 1em;
}

.report-spacing-10 {
    letter-spacing: 0.65em;
}

@media screen and (min-width:501px) {
    .fs-12 {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 14px;
    }
}

/* End Inforneer 1230 */

/* Start Inforneer 1233 */
.report-bottom {
    margin-bottom: 48px;
}

.image-map-pc {
    max-width: 960px;
}

.image-map-mobile {
    display: none;
}

@media screen and (max-width:551px) {
    .image-map-mobile {
        display: block;
        max-width: 699px;
    }

    .image-map-pc {
        display: none;
    }
}

.report-grid{
    border: 1px solid #466F86;
    border-radius: 3px;
    max-width: 435px;
}

.report-grid a:hover {
    background-color: #dae8fa;
    transition: .3s linear;
}

@media(max-width:767px){
    .report-grid{
        max-width: 100%;
    }
}

.report-grid a{
    display: block;
    line-height: 26px;
    padding: 68px 16px;
    transition: .3s linear;
}

.report-grid .report-info-flex-detail{
    width: 100%;
    padding-right: 0;
}


@media(min-width:369px){
    .only-mb{
        display: none;
    }
}
/* End Inforneer 1233 */

/* Start Inforneer 1234 */
.common-page-header-company-materiality::before {
    background-image: url('/images/company/report/header-company-materiality.jpg');
}

.common-page-header-company-materiality::after {
    opacity: .5;
}

.common-layout-materiality .report-paragraph {
    margin-bottom: 0;
}

.report-section-block:not(:last-child) {
    padding-bottom: 48px;
}

.flexprocess-process {
    width: calc(100% - 275px);
    padding-right: 16px;
    box-sizing: border-box;
}

figure.flexprocess-process {
    width: 275px;
    padding-right: 0;
}

@media screen and (max-width:767px) {
    .flexprocess-process{
        width: 100%;
        padding-right: 0;
    }
    figure.flexprocess-process{
        width: 100%;
    }
}

.img-extration {
    max-width: 960px;
}

.report-image-pc {
    margin: 16px auto 0;
}

.report-list-sdgs-mobile {
    display: none;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .report-image-pc {
        display: none;
    }

    .report-list-sdgs-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    ul.report-list-sdgs-mobile {
        margin-top: 16px;
    }
}

.report-item-sdgs {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 22px;
}

.report-item-sdgs:not(:last-child) {
    margin-bottom: 16px;
}

.report-item-sdgs figure {
    text-align: center;
}

.report-sdgs-heading {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    padding: 2px 8px;
}

.report-sdgs-heading.bg_yel {
    background: #D9DF00;
}

.report-sdgs-heading.bg_gray {
    background: #9AA8B8;
}

.report-sdgs-heading.bg_blue {
    background: #002C45;
    color: #fff;
}

.report-list-kpi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .report-list-kpi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .report-list-kpi-item {
        width: 100%;
        text-align: center;
    }

    .report-list-kpi-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.report-list-kpi-item:not(:last-child) {
    background: #FBF8D1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 992px) {
    .report-list-kpi-item:not(:last-child) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 300px;
        margin-right: 24px;
    }

    .hidden-desktop{
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .report-list-kpi-item:not(:last-child) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 32px;
    }
}

@media screen and (max-width: 767px) {
    .report-list-kpi-item:not(:last-child) {
        padding: 12px 16px;
    }
}

.report-list-kpi-item:not(:last-child) label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    font-weight: 500;
}

.report-list-kpi-item:not(:last-child) p {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 28px;
    margin: 0;
}

.report-list-kpi-item:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width: 768px) {
    .report-list-kpi-item.reponsive-scroll figure {
        width: 100%;
    }
}

.report-list-kpi-item figure .image-desk {
    display: block;
}

@media screen and (max-width: 991px) {
    .report-list-kpi-item figure .image-desk {
        display: none;
    }
}

.report-list-kpi-item figure .image-mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .report-list-kpi-item figure .image-mobile {
        display: block;
        max-width: 750px;
        margin: 0 auto;
    }
}

.materiality-table {
    margin-top: 16px;
}

.materiality-table table {
    width: 100%;
}

.materiality-table th {
    font-weight: 500;
    background: #E0D800;
    text-align: left;
}

.materiality-table td {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .materiality-table td.bg_gray {
        min-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .materiality-table td.bg_gray {
        min-width: 120px;
    }
}

.td-circle {
    display: block;
    position: relative;
    padding-left: 14px;
}

.td-circle::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #B2B2B3;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.bg_yel {
    background: #FBF8D1;
}

.bg_gray {
    background: #D4D5D5;
}

@media screen and (max-width: 767px) {
    .materiality-table th,
    .materiality-table td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 10px;
    }

    .report-table-sticky {
        left: 0;
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        width: 85px!important;
    }

    .td-circle {
        padding-left: 12px;
    }

    .td-circle::before {
        width: 8px;
        height: 8px;
        top: 7px;
    }

    .table-sdgs .report-table-sticky{
        width: 35px!important;
        min-width: 35px;
        max-width: 35px;
        border: 0;
    }
     .flex-write-mode{
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .write-mode{
        writing-mode: tb-rl;
        width: 20px;
        text-align: left;
    }

    .text-first{
        order: 2;
        min-height: 130px;
    }
    .text-second{
        order: 1;
        min-height: 168px;
    }
    .height-01{
        min-height: 210px;
    }
    .height-03, .height-05{
        min-height: 154px;
    }
    .height-06{
        min-height: 112px;
    }

    .table-sdgs td:first-child,
    .table-sdgs td[colspan="3"]{
        border-left: 0;
    }
    .table-sdgs .report-table-sticky{
        border-top: 1px solid #231815;
        border-bottom: 0;
    }

    .table-sdgs .report-table-sticky::before, 
    .table-sdgs .report-table-sticky:after{
        width: 1px;
        left: 0;
        right: 0;
        height: unset;
        background: #231815;
        top: 0;
        border: 0;
        bottom: 0;
    }
    .table-sdgs .report-table-sticky:before{
        border-right: 0;
    }

    .table-sdgs .report-table-sticky:after{
        border-right: 0;
        right: 0;
        left: auto;
    }

    .table-sdgs .no-border.report-table-sticky::after{
        background: transparent; 
    }

    .table-sdgs{
        border-color: transparent;
     }
     .line{
        border-bottom: 1px solid #231815!important;
     }
     .table-sdgs th, .table-sdgs td{
        border-color: #231815;
        box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        border-right: 1px solid;
        border-left: 0;
    }
}

@media (max-width:1024px){
    .flex-table-item .report-sub-heading{
        position: sticky;
        left: 0;
        top: 0;
    }
}

@media (max-width:550px) {
    .report-table-sticky::before,
    .report-table-sticky:after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: -1px;
        width: 1px;
        border: 1px solid;
        left: -1px;
        right: -1px;
        width: 100%;
        bottom: -1px;
    }

    .materiality-table table {
        width: 800px;
        border-collapse: separate;
        border-spacing: 0;
        border: 0;
        border-right: solid 1px #000;
        border-bottom: solid 1px #000;
    }

    .materiality-table td {
        border: 0;
        border-top: solid 1px #000;
        border-left: solid 1px #000;
    }

    .materiality-table th:first-child {
        border-left: 1px solid #000;
    }

    .materiality-table th {
        border: thin solid #000;
        border-bottom: 0;
        border-right: 0 none;
    }

    .table-sdgs th, .table-sdgs td{
        font-size: 12px;
     }
}
.table-sdgs .report-table-sticky.no-border:before,
.table-sdgs .report-table-sticky.no-border:after{
    border-color: transparent;
}
.table-sdgs{
    min-width: 960px;
    width: 100%;
}

.flex-table-item{
    margin-bottom: 24px;
    overflow-y: hidden;
}
.table-sdgs th{
    background: #777;
    text-align: center;
    white-space: nowrap;
}

.table-sdgs .td-circle{
    padding-left: 10px;
}

.table-sdgs .td-circle::before{
    width: 7px;
    height: 7px;
    background: #231815;
    top: 7px;
}

.table-sdgs .has-bg-pink::before{
    background: #935E83;
}
.table-sdgs .has-bg-blue::before{
    background: #41A1BE;
}
.table-sdgs .has-bg-green::before{
    background: #4CA36B;
}

.table-sdgs th, .table-sdgs td{
    border-color: #231815;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

.table-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

td img{
    max-width: 45px;
    margin: 4px;
}

/* End Inforneer 1234 */

.common-layout-segment {
    margin: 62px auto;
}

/* start map location */
.sort-map {
    background: #FFF;
    margin-bottom: 64px;
}

.list-map {
    display: flex;
    align-items: flex-end;
    margin: 0 206px 0 70px;
    position: relative;
}

.list-checkBox {
    margin-left: 40px;
    margin-right: 112px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map {
    display: flex;
    align-items: flex-start;
}

.map-checkBox label {
    display: flex;
    font-size: 16px;
    margin-top: 8px;
    width: calc(100%/2);
    cursor: pointer;
}

/* .map-item-checkBox label {
    cursor: pointer;
} */

.map-checkBox input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 25px;
    margin: 0 9px 0 0;
    position: relative;
    background-size: 40px;
    background-position: 0 0;
    top: 1px;
}

.map-checkBox input[type="checkbox"]:checked {
    width: 24px;
    margin-right: 0;
    background-position: -17px 0;
}

.bg_checkOff_01 {
    background: url('/images/company/report/icon-check-01.png') no-repeat;
}

.bg_checkOff_02 {
    background: url('/images/company/report/icon-check-02.png') no-repeat;
}

.bg_checkOff_03 {
    background: url('/images/company/report/icon-check-03.png') no-repeat;
}

.bg_checkOff_04 {
    background: url('/images/company/report/icon-check-04.png') no-repeat;
}

.bg_checkOff_05 {
    background: url('/images/company/report/icon-check-05.png') no-repeat;
}

.bg_checkOff_06 {
    background: url('/images/company/report/icon-check-06.png') no-repeat;
}

.bg_checkOff_07 {
    background: url('/images/company/report/icon-check-07.png') no-repeat;
}

.map:not(.map-checkBox):first-child {
    padding-right: 25px;
}

.map:not(.map-checkBox) {
    flex-direction: column;
}

.map-checkBox {
    justify-content: space-between;
    margin-top: 24px;
    flex-wrap: wrap;
}

.map-checkBox:not(:last-child) {
    width: 40%;
}

.map-item {
    display: flex;
}

.map-CTA {
    background: #ccc;
    width: 48px;
    height: 39px;
    min-width: 48px;
    border: 1px solid #fff;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 39px;
    color: #002C45;
    vertical-align: middle;
    pointer-events: none;
}

.map-CTA span {
    position: relative;
}

.map-CTA span::before,
.earth-item span::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 30px;
    background-repeat: no-repeat;
    right: -13px;
    top: -22px;
    background-size: 16px;
    background-image: url('/images/company/report/map.svg');
    display: none;
}

.map-CTA.active span::before {
    display: block;
}

.map-CTA span::after,
.earth-item span::after {
    position: absolute;
    font-weight: bold;
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -33px;
    right: -24px;
    z-index: 2;
    font-size: 13px;
    line-height: 17px;
    display: none;
}

.map-CTA.active span::after {
    display: block;
}


.earth-item {
    pointer-events: none;
}

.earth-item.active {
    pointer-events: unset;
}

.icon-earth {
    background-image: url('/images/company/report/icon-earth.svg');
    background-repeat: no-repeat;
    background-size: 74px;
    width: 74px;
    height: 74px;
    position: absolute;
    margin-left: 72px;
    margin-top: -40px;
}

.map-CTA span.not_map::before {
    content: unset;
}

.map-CTA span.map-01::after {
    content: '1';
}

.map-CTA span.map-02::after {
    content: '2';
}

.map-item .CTA-01,
.map-item .CTA-06 {
    pointer-events: unset;
    background: #A4E000;
}

.map-item .CTA-01 span::before,
.map-item .CTA-06 span::before,
.map-item .CTA-01.CTA-06 span:before {
    display: block;
}

.map-item .CTA-01 span::after,
.map-item .CTA-06 span::after {
    display: block;
    content: '1';
}

.map-item .CTA-01.CTA-06 span::after {
    content: '2';
}

.map .map-item-width {
    width: 96px;
}

.map .map-item-width-resize {
    width: 48px;
}

.map .map-item-height {
    height: 78px;
    line-height: 78px;
}

.map .not_bg {
    background: transparent;
    border: transparent;
}

.config-item {
    font-size: 0;
}

.config-item-width {
    width: 192px;
}

.map-item.first-col a {
    width: 184px;
    height: 116px;
    margin-bottom: 24px;
}

.map-note {
    margin-bottom: 40px;
    padding-bottom: 25px;
    width: 100%;
    position: relative;
}

.map-note a {
    margin-left: 20px;
}

.map-note::before,
.map-note::after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    background: #818181;
    height: 1px;
}

.map-note::before {
    width: calc(100% - 55px);
    bottom: 0;
}

.map-note::after {
    bottom: 37px;
    right: -34px;
    transform: rotate(-45deg);
}

.map-indepen {
    flex-direction: column;
    margin-bottom: -80px;
    transform: translateY(-20px);
}

.map-indepen .config-item {
    width: 100px;
    padding: 0 25px
}

.map-item a.active {
    pointer-events: unset;
    background: #A4E000;
}

/* end map location */

/* start modal */
.fixed {
    overflow: hidden;
}

.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 99999;
    display: none;
}

.modal-container {
    position: absolute;
    max-width: 475px;
    min-height: 480px;
    max-height: 480px;
    width: 98%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #002C45;
    font-weight: 500;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal-header{
    display: inline-block;
    text-align: left;
}
.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    display: block;
}

.icon-close {
    background-image: url('/images/company/report/icon-close.svg');
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
    font-size: 0;
}

.modal-bg {
    position: absolute;
    width: 100%;
    height: 1000vh;
    background: #000000;
    opacity: .5;
    top: -100%;
}

.modal-heading {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 18px;
    position: relative;
}

.modal-heading::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #2B8EB3;
    left: 0px;
    top: 2px;
}

.bf_heading-02::before {
    background: #0E649E;
}

.bf_heading-03::before {
    background: #FFA44D;
}

.bf_heading-04::before {
    background: #0E9EA8;
}

.bf_heading-05::before {
    background: #45A059;
}

.bf_heading-06::before {
    background: #719bad;
}

.modal-title {
    font-size: 14px;
    margin-bottom: 0;
    white-space: normal;
}

.modal-image img {
    transition: opacity .3s;
    max-height: 330px;
}



.modal .swiper-slide img{
    transition: opacity .3s;
}
.modal .swiper-slide img:hover{
    opacity: .5;
}
.modal-image img:hover  {
    opacity: .5;
}
.modal-link {
    font-size: 18px;
    float: right;
    color: #41AAC0;
}

.modal-body{
    text-align: center;
}

.flex-modal {
    width: calc(100%/2 - 16px);
    position: relative;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    margin: 0 8px;
    min-height: 480px;
    max-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-modal:last-child {
    margin-bottom: 0;
}

.modal-width {
    max-width: 950px;
    background: transparent;
    padding: 30px 0 0;
    flex-direction: unset;
    box-sizing: unset;
}

.modal-width .icon-close {
    right: 8px;
    top: 0;
}

.modal-slide .modal-container{
    display: block;
}

.modal-slide .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 448px;
}

@media(max-width:550px){
    .modal-container{
        max-height: 280px;
        min-height: 280px;
    }
}

.CTA-01 .modal-02 {
    display: none;
}

.CTA-06 .modal-01 {
    display: none;
}

.CTA-01 .modal-width,
.CTA-06 .modal-width {
    max-width: 475px;
}

.CTA-01 .flex-modal,
.CTA-06 .flex-modal {
    width: 100%;
}

.CTA-01.CTA-06 .modal-width {
    max-width: 950px;
}


.earthItem-04 .icon-earth::before,
.earthItem-05 .icon-earth::before,
.earthItem-06 .icon-earth::before {
    display: block;
    right: 16px;
    top: 18px;
}

.earthItem-04 .icon-earth::after,
.earthItem-05 .icon-earth::after,
.earthItem-06 .icon-earth::after {
    display: block;
    top: 4px;
    right: 7px;
}


.earthItem-04 .icon-earth,
.earthItem-05 .icon-earth,
.earthItem-06 .icon-earth {
    background-image: url('/images/company/report/icon-earth-active.svg');
}


@media(min-width:501px) {
    .CTA-01.CTA-06 .flex-modal {
        display: flex;
        width: calc(100%/2 - 16px);
    }


    .earth-item .icon-earth::after {
        content: '1';
        text-align: center;
    }

    .earthItem-04 .icon-earth::after {
        content: '2';
    }

    .earthItem-05 .icon-earth::after {
        content: '2';
    }

    .earthItem-04.earthItem-05 .icon-earth::after {
        content: '4';
    }

    .earthItem-04.earthItem-06 .icon-earth::after {
        content: '3';
    }

    .earthItem-05.earthItem-06 .icon-earth::after {
        content: '3';
    }

    .earthItem-04.earthItem-05.earthItem-06 .icon-earth::after {
        content: '5';
    }
}


@media(max-width:500px) {

    .modal-width .icon-close {
        top: 0;
        right: 0;
    }

    .CTA-01.CTA-06 .flex-modal {
        display: flex;
        width: 100%;
    }

    .modal-width{
        display: block;
        max-height: unset;
        min-height: unset;
    }
    .modal-image img{
        max-height: 160px;
    }
    .modal-width{
        max-height: 620px;
    }
    .flex-modal{
        width: 100%;
        margin: 0 0 8px;
        min-height: 290px;
        max-height: 290px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

/* end modal */

/* start function filtering */
/* end function filtering */

/* list pdf */
.report-list-download-pdf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.download-pdf-item {
    flex-basis: calc((100%/4) - 44px);
    line-height: 36px;
    border-left: 18px solid;
    border-bottom: 2px solid;
    text-align: center;
    position: relative;
    font-size: 20px;
    transition: opacity .3s;
    margin: 0 12px 32px;
    color: #002C45;
}


.report-section.report-section-pdf {
    padding-bottom: 50px;
}

.filter-image {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.filter-image img {
    max-width: 80px;
    margin-right: 16px;
}

.report-flex-sort .flex-info-item .filter-image~.report-title {
    padding-top: 8px;
}

.download-pdf-item:hover {
    opacity: .5;
    transition: opacity .3s;
}

.download-pdf-item::after {
    content: url('/images/company/report/file-pdf-icon.png');
    margin-left: 8px;
    vertical-align: middle;
}

.staff-item{
    background: #DAE000;
    /* border-color: #DAE000; */
    border-left: 0;
    line-height: 40px;
    border-bottom: 0;
    flex-basis: calc((100%/4) - 26px);
}

@media(max-width:991px){
    .staff-item:hover{
        opacity: 1;
    }
}

.staff-item::after{
    content: url('/images/company/report/icon-play.svg');
    right: 8px;
    position: absolute;
    top: 6px;
    height: 28px;
}

.report-heading-line {
    border-left: 20px solid #2B8EB3;
    border-bottom: 2px solid #2B8EB3;
    line-height: 52px;
    text-indent: 20px;
    margin-bottom: 18px;
}

.report-flex-sort {
    background: #DDEBF1;
    padding-left: 16px;
    align-items: stretch;
    margin-bottom: 24px;
}

.bd_blue {
    border-color: #002C45;
}

.bd_blue-1 {
    border-color: #2B8EB3;
}

.bd_blue-2 {
    border-color: #0E649E;
}

.bd_green {
    border-color: #45A059;
}

.bd_green-1 {
    border-color: #0E9EA8;
}

.bd_green-2 {
    border-color: #A4E000;
}

.bd_orange {
    border-color: #FFA44D;
}

.bd_blue-3 {
    border-color: #719bad;
}

.carousel {
    overflow: hidden;
    position: relative;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-staff{
    font-size: 13px;
    line-height: 18px;
    margin-top: 0;
    color: #002C45;
    text-align: left;
}
@media(max-width:991px) {
    .info-staff{
        text-align: center;
        width: 100%;
        margin-top: 8px;
        font-size: 12px;
    }
}

.earthItem-06, .earthItem-05, .earthItem-04{
    pointer-events: unset;
}

/* swiper slide modal */
.earthItem-04 .swiper-container:not(.swip-04){
    display: none;
}
.earthItem-05 .swiper-container:not(.swip-05){
    display: none;
}
.earthItem-06 .swiper-container:not(.swip-06){
    display: none;
}
.earthItem-04.earthItem-05 .swiper-container:not(.swip-45){
    display: none;
}
.earthItem-04.earthItem-05 .swip-45{
    display: block;
}
.earthItem-04.earthItem-06 .swiper-container:not(.swip-46){
    display: none;
}
.earthItem-04.earthItem-06 .swip-46{
    display: block;
}
.earthItem-05.earthItem-06 .swiper-container:not(.swip-56){
    display: none;
}
.earthItem-05.earthItem-06 .swip-56{
    display: block;
}
.earthItem-04.earthItem-05.earthItem-06 .swiper-container:not(.swip-all){
    display: none;
}
.earthItem-04.earthItem-05.earthItem-06 .swip-all{
    display: block;
}
/* swiper slide mdal */
.report-flex-sort .flex-info-item .report-title {
    color: #1286B0;
}
@media(min-width:992px) {
    .list-map-wrapper {
        display: none;
    }

    .report-flex-sort .carousel {
        width: 450px;
    }

    .report-flex-sort .carousel img{
        height: 100%;
    }

    .report-flex-sort .flex-info-item:not(.carousel) {
        flex: 1;
        padding-right: 16px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    .report-flex-sort .flex-info-item .report-title {
        padding-top: 16px;
    }

    .list-location {
        display: none;
    }

}

@media(max-width:991px) {
    .common-layout-segment {
        margin: 24px auto;
    }

    .hidden-mobile {
        display: none;
    }

    .sort-map {
        background: #FFF;
        margin-bottom: 24px;
    }

    .report-section.report-section-pdf {
        padding-bottom: 0;
    }

    .report-list-download-pdf {
        justify-content: left;
    }

    .gallery-list {
        position: relative;
    }

    .report-flex-sort {
        padding: 16px;
    }

    .carousel {
        margin: 16px auto 0;
    }

    .list-checkBox {
        margin: 0;
        flex-direction: column;
    }

    .map-checkBox:not(:last-child) {
        width: calc(100% + 10px);
        margin: 0 -5px 14px;
    }

    .map-checkBox label {
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-bottom: 8px;
        padding: 5px 10px;
        border: solid 2px #eee;
        border-radius: 6px;
        margin: 0 5px 10px;
        width: calc(100%/3 - 10px);
        box-sizing: border-box;
        height: 65px;
    }

    .map-checkBox input[type="checkbox"] {
        width: 17px;
        min-width: 17px;
        top: 0;
    }

    .map-checkBox input[type="checkbox"]:checked {
        margin-right: 2px;
        min-width: 24px;
    }

    .list-map-wrapper {
        width: 100%;
        background: rgba(182, 235, 252, .3);
    }

    .list-map-inner {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 5px;
        width: auto;
        height: auto;
    }

    .area {
        padding: 0 10px 15px;
        width: calc(100%/3);
        box-sizing: border-box;
    }

    .area li b {
        border-bottom: solid 2px #000;
        display: block;
        padding-bottom: 5px;
        width: 100%;
    }

    .area li b a {
        display: inline-block;
        line-height: 1.4;
        position: relative;
        text-decoration: none;
        padding-left: 20px;
        cursor: default;
    }

    .area li b a:not(.active) {
        color: #ccc;
        pointer-events: none;
    }

    .prefecture li a:not(.active) {
        color: #ccc;
        cursor: default;
        pointer-events: none;
    }
    .area .earthItem-04 a,
    .area .earthItem-05 a,
    .area .earthItem-06 a,
    .area .CTA-01 a.shizuka,
    .area .CTA-06 a.shizuka{
        color: #000!important;
        pointer-events: unset!important;
        cursor: pointer!important;
    }

    .area .earthItem-04 b a,
    .area .earthItem-05 b a,
    .area .earthItem-06 b a,
    .area .CTA-01 a.shizuka,
    .area .CTA-06 a.shizuka{
        cursor: default!important;
    }

    .area .CTA-01 .prefecture a.shizuka .icon-chevron-down::after,
    .area .CTA-06 .prefecture a.shizuka .icon-chevron-down::after{
        border-bottom-color: #000!important;
        border-right-color: #000!important;
    }

    .area .CTA-01 a.shizuka::after,
    .area .CTA-06 a.shizuka::after{
        background: #000!important;
    }

    .area .earthItem-04 a::after,
    .area .earthItem-05 a::after,
    .area .earthItem-06 a::after{
        background: #000!important;
        cursor: pointer!important;
    }

    .area .earthItem-04 b a::after,
    .area .earthItem-05 b a::after,
    .area .earthItem-06 b a::after{
        cursor: default!important;
    }

    .area .earthItem-04 .prefecture li a .icon-chevron-down::after,
    .area .earthItem-05 .prefecture li a .icon-chevron-down::after,
    .area .earthItem-06 .prefecture li a .icon-chevron-down::after{
        border-bottom-color: #000!important;
        border-right-color: #000!important;
    }

    .prefecture {
        margin-top: 5px;
        width: 100%;
    }

    .prefecture li {
        display: inline-block;
        width: 70px;
    }

    .prefecture li a {
        text-decoration: none;
        position: relative;
        padding-left: 15px;
        cursor: pointer;
    }

    .area li b a::after {
        content: '';
        position: absolute;
        left: 1px;
        top: 3px;
        width: 14px;
        height: 14px;
        z-index: 1;
        border-radius: 50%;
        z-index: 1;
    }

    .icon-chevron-down {
        position: relative;
    }

    .icon-chevron-down::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        left: -15px;
        top: 6px!important;
        z-index: 2;
    }

    .prefecture .icon-chevron-down::after {
        width: 8px;
        height: 8px;
        top: 4px;
        left: -13px;
    }

    .area .prefecture .icon-chevron-down::after {
        border-bottom-color: #000000;
        border-right-color: #000000;
    }

    .area li b a:not(.active)::after {
        background: #ccc;
        cursor: default;
    }

    .area .prefecture li a:not(.active) .icon-chevron-down::after {
        border-bottom-color: #ccc;
        border-right-color: #ccc;
        cursor: default;
    }

    .area li b a::after {
        background: #000000;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .download-pdf-item {
        flex-basis: calc((100%/3) - 42px);
    }
    .staff-item{
        flex-basis: calc((100%/3) - 24px);
    }
}

@media (min-width:501px) and (max-width:767px) {
    .download-pdf-item {
        flex-basis: calc((100%/2) - 42px);
    }

    .staff-item{
        flex-basis: calc((100%/2) - 24px);
    }

    .map-checkBox label {
        width: calc(100%/2 - 10px);
    }

    .area {
        width: calc(100%/2);
    }
}

@media(max-width:500px) {
    .CTA-01.CTA-06 .flex-modal .modal-image img,
    .modal-height figure img{
        max-height: 160px;
    }

    .CTA-01.CTA-06 .flex-modal .modal-image,
    .modal-height figure{
        text-align: center;
    }
    .area {
        width: 100%;
    }

    .download-pdf-item {
        flex-basis: 100%;
        margin: 0 0 24px;

    }

    .staff-item{
        flex-basis: 100%;
    }

    .report-list-download-pdf {
        margin: 0;
    }

    .map-checkBox label {
        width: calc(100%/2 - 10px);
    }
}
.swiper-container {
    overflow: hidden;
    position: relative;
}
.swiper-button-lock{
    display: block;
    pointer-events: unset!important;
    opacity: 1!important;
    cursor: pointer!important;
}

.swiper-button-prev.swiper-button-lock{
    pointer-events: none!important;
    opacity: .35!important;
}

.modal .swiper-horizontal>.swiper-pagination-bullets, 
.modal .swiper-pagination-bullets.swiper-pagination-horizontal, 
.modal .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 50px;
}
.swiper-slide{
    text-align: center;
}
.filter-item {
    /* display: none; */
    opacity: 0!important;
    visibility: hidden;
    height: 0;
}

.filter-item.active{
    opacity: 1!important;
    visibility: visible;
    height: auto;
}

.filter-item .report-flex-sort,
.filter-item .report-sub-heading,
.filter-item .swiper-container{
    position: absolute;
    top: -100%;
}

.filter-item.active .report-flex-sort,
.filter-item.active .report-sub-heading,
.filter-item.active .swiper-container{
    position: unset;
}
/*  */
.report-section.filter-item:not(:last-child){
    padding-bottom: 0;
}
.report-section.filter-item.active:not(:last-child){
    padding-bottom: 88px;
}
@media(max-width:991px){
    .report-section.filter-item.active:not(:last-child){
        padding-bottom: 24px;
    }
}
@media(max-width:500px){
    .modal-slide .swiper-button-next,
    .modal-slide .swiper-button-prev,
    .modal-slide .swiper-pagination{
        display: none;
    }

    .modal-slide .modal-container{
        max-height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 30px 0 0!important;
        background: transparent;
    }

    .modal-slide .swiper-wrapper{
        display: block;
        height: 100%!important;
        transform: translate3d(0px, 0px, 0px)!important;
    }

    .modal-slide .swiper-container{
       overflow: unset;
    }

    .modal-slide .swiper-slide{
        box-sizing: border-box;
        background: #fff;
        padding: 16px;
        margin-bottom: 8px;
        height: 100%;
        min-height: 280px;
        max-height: 281px;
    }

    .modal-slide .icon-close{
        top: 0;
    }

    .modal-slide .swiper-slide:last-child{
        margin-bottom: 0;
    }

    .modal-width {
        max-height: 620px;
    }

    .CTA-01.CTA-06 .flex-modal {
        max-height: 290px;
        min-height: 290px;
    }
    .CTA-01.CTA-06 .modal-img{
        display: block;
        margin-top: 16px;
    }
    
}

.js-add-image{
    opacity: 0;
}
.carousel-staff{
    background: #fff;
}
.carousel-staff .swiper-slide{
    display: flex;
    align-items: center;
}

.carousel-staff .swiper-slide:not(:last-child).swiper-slide-active{
    margin-right: 2px;
}



@media(min-width:992px){
    .image-resize{
        padding: 0 75px;
        box-sizing: border-box;
     }
}
@media(max-width:991px){
    .carousel-staff{
        padding: 16px;
    }
}


/* infroneer 1246 */
.report-gri table{
    table-layout: fixed;
    border-top: solid 1px #333333;
    margin-bottom: 24px;
}
.report-gri th{
    border-top: none;
    background: #dae000;
}
.report-gri .report-sub-heading{
    font-size: 28px;
    margin-bottom: 30px;
}

.report-gri th:nth-child(1){
    width: 150px;
}
.report-gri th:nth-child(2){
    width: 60px;
}
.report-gri th:nth-child(4){
    width: 150px;
}
.report-gri th:nth-child(5){
    width: 270px;
}
.report-gri .bg-777{
    background: #002c45;
    border-top: solid 1px #333;
}
.report-gri td.bg-777 span{
    color: #fff;
}
.report-gri td{
    border-top: solid 1px #333333;
    border-left: solid 1px #333333;
}
.report-gri .border-ccc td,
.report-gri td.bg_gray{
    border-top: solid 1px #333333;
}
.report-gri td.bg_gray{
    background: #9aa9b8;
}
.report-gri a.common-link-underline{
    color: #1374c1;
}
@media(min-width: 550px){
    .report-gri table{
        min-width: 960px;
    }
}
@media (max-width: 1200px){
    .report-table-sticky::before{
        display: none;
    }
    .report-table-sticky.whilte:after{
        border-top: 1px solid #fff
    }
    .report-table-sticky.border-top-none::before{
        border-top: none;
    }
    .report-gri .materiality-table table:nth-child(1){
        border-top: none;
    }
    .report-gri .materiality-table tr:not(.border-ccc) td{
        border-top: solid 1px #333333;
    }
    .report-gri .border-ccc td,
    .report-gri .materiality-table{
        border-top: solid 1px #333333;
    }
    .report-table-sticky{
        width: 120px!important;
        left: 0;
    }
    .report-gri .materiality-table th {
        border-top: none;
    }
}

/* infroneer 1257 */

.no-indient{
    text-indent: 0!important;
}
.report-common-en-list-pdf .list-pdf-item{
    align-items: baseline;
}

.report-common-en-list-pdf .list-pdf-item .pdf-text{
    white-space: unset;
}

@media(min-width:421px){
    .report-common-en-list-pdf .list-pdf-item .list-pdf-title span:last-child{
        width: calc(100% + 155px);
     }
}

@media (max-width:767px){
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .order-3{
        order: 3;
    }
    .order-4{
        order: 4;
    }
    .order-5{
        order: 5;
    }
    .order-6{
        order: 6;
    }
    .order-7{
        order: 7;
    }
}