@charset "UTF-8";

#company-sustainability *,
#company-sustainability *:before,
#company-sustainability *:after {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

html,
body {
    margin: 0;
    padding: 0
}

#company-sustainability {
    background: #fff;
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: Noto Sans JP, YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0
}

a {
    outline: 0;
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top
}

video {
    max-width: 100%;
    height: auto
}

ul,
ol {
    list-style: none
}

table {
    width: 100%;
    border: 1px solid #666666;
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 4px 6px;
    border: 1px solid #666666;
    text-align: left;
    vertical-align: top
}

th {
    background: #f2f2f2;
    color: #333
}

.top-mainvisual {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3940/1184;
    width: 100%;
    height: 59.2rem;
    overflow: hidden;
    background-image: url(../../assets/images/mv_pc2.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.top-mainvisual__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 152rem;
    padding: 16rem 5rem 23rem
}

.l-inner {
    width: 100%;
    max-width: 1180px;
    height: inherit;
    margin: 0 auto;
    padding: 0 2rem 1.2rem 2rem;
    overflow: hidden
}

.top-mainvisual__title {
    color: var(--white, #fff);
    font-weight: 700;
    font-size: 6rem;
    line-height: 160%;
    letter-spacing: 2.4px;
    text-shadow: 0px 0px 20px rgba(26, 57, 3, .9)
}

.top-mainvisual__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1280px;
    padding-bottom: 4rem;
    gap: 2rem
}

.top-mainvisual__lead-text01 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 160%;
    text-align: center
}

.top-mainvisual__lead-text02 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 160%;
    text-align: center
}

.top-policy {
    padding: 60px 0
}

.top-policy__inner {
    position: relative;
    overflow: hidden
}

.top-policy__inner .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

.top-policy__left_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 61.3%
}

.top-policy__text-box {
    z-index: 1;
    width: 52.6315789474vw;
    max-width: 90rem;
    margin: 4rem 0;
    padding: 4rem 6rem;
    background-color: #fff;
    box-shadow: 0 0 10px #00000040
}

.top-policy__title {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #757575;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 160%;
    letter-spacing: 1.28px
}

.top-policy__text {
    margin-bottom: 2rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: .64px
}

.top-policy__annotation {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: .56px;
    text-align: right
}

.top-policy__annotation__link {
    color: var(--project-link_blue, #036);
    text-decoration: underline
}

.top-policy__right_image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34.5%
}

.main-list .l-inner {
    overflow: visible;
}

a.lc_link{
    display: block;
    background:url(/company/sustainability/assets/images/btn_arrow_right.png) no-repeat 95% center #fff;
    border-radius: 1rem;
    background-size: 1.2rem;
    box-shadow: 6px 6px 10px 0px rgba(221, 226, 234, 1);
    position: relative; /* z-indexを効かせるため */
    transition: all 0.3s ease; /* アニメーション設定 */
    color: #333; /* 通常時の文字色を強制指定 */
    background-color: #fff;
    
    z-index: 10;
}

a.lc_link:hover {
    transform: translateY(-5px); /* 上に5px浮き上がる */
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    opacity: 1; /* 透明度は変えない */
    text-decoration: none;
}

/* ホバー時に中のタイトルの色が変わらないようにする（あるいは紺色にする） */
a.lc_link:hover .main-list__card__title {
    color: #1e4191; /* 浮き上がった時に文字を「紺色」にする場合 */
    /* color: #333;    // 文字色を変えたくない場合はこちら */
}


/* トップコミットメント */
.top_commitment{
    max-width: 1080px;
    margin: auto;
    background: #ebeff5!important;
    padding: 4rem;
    display: flex;
    justify-content:space-between;
    gap: 5rem;
}

.top_commitment .tm_set01{
    width: 70%;
    font-size: 1.8rem;
    line-height: 200%;
}

.top_commitment .tm_set01 h3{
    font-size: 2.3rem;
    margin-bottom: 1rem;
    line-height: 120%;
}

.top_commitment .tm_set01 p{
    margin-bottom: 2rem;
}

.top_commitment .tm_set02 p{
    text-align: center;
}

.top_commitment .tm_set02 p:last-child{
    margin-top: 1rem;
    font-size: 80%;
}

@media screen and (max-width: 768px) {
.top_commitment{
    max-width: 100%;
    padding: 3rem;
    display: block;
    margin:0 2rem;
}

.top_commitment .tm_set01{
    width: 100%;
    font-size: 1.5rem;
    line-height: 160%;
    text-align: center;
}

.top_commitment .tm_set01 h3{
    font-size: 2.0rem;
    line-height: 120%;
}

.top_commitment .tm_set02 p:first-child{
    margin-top: 2rem;
}

}







.main-list {
    padding: 10rem 0px;
    background: #ebeff5
}

.main-list__card-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 4rem
}

.main-list__card {
    display: flex;
    padding: 1.5rem 2rem;
    gap: 2rem;
    align-items: center;
}

.main-list__card__img {
    width: 25.7142857143%;
    min-width: 10rem
}

.main-list__card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2rem
}

.main-list__card__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 160%;
    letter-spacing: .96px
}

.main-list__card__excerpt {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: .64px
}

.main-list__card__excerpt__link {
    color: var(--project-link_blue, #036);
    text-decoration: underline
}

.main-list__card__bottom {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 1rem;
    gap: 2rem;
    border: 1px solid #d5d5d5
}

.main-list__card__bottom-img {
    width: 27.6595744681%
}

.main-list__card__bottom-txt {
    flex: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 140%;
    letter-spacing: .44px
}

.main-list__card__bottom-txt_dl {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: .3rem;
    gap: 1rem
}

.main-list__card__bottom-txt_dl>dt {
    width: 6em;
    font-weight: 400
}

.main-list__card__bottom-txt_dl dd {
    flex: 1
}

.main-list .sus_tit_set {
    text-align: center;
    margin-bottom: 10rem;
    padding: 0 2rem;
}

.main-list .sus_tit_set h2{
    font-size: 3.2rem;
    color: #1e4191;
    margin-bottom: 3rem;
}


@media screen and (max-width: 768px) {
    .main-list .sus_tit_set {
        margin-bottom: 3rem;
    }

    .main-list .sus_tit_set h2{
        font-size: 2rem;
        margin-bottom: 2rem;
    }

}


.other-list {
    background: #ebeff5;
    padding: 10rem 0px
}

.other-list__inner {
    max-width: 120rem
}

.other-list__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 4rem;
    padding: 1rem
}

.other-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5rem 3rem;
    gap: 3rem;
    border: 0px solid var(--project-gradation, #4b2382);
    background: var(--white, #fff);
    box-shadow: 0 0 10px #00000040
}

.other-list__head {
    display: flex;
    flex-direction: column;
    align-items: center
}

.other-list__title {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 160%;
    letter-spacing: .96px
}

.other-list__button {
    display: inline-block;
    margin: 0;
    padding: 1.5rem 1rem;
    border: 2px solid #1e4191;
    border-radius: 2.9rem;
    background-image: none;
    background-color: #fff;
    color: #1e4191;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: .56px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-appearance: none;
    min-width: 24.6rem
}

.other-list__button:not(:disabled) {
    cursor: pointer
}

.other-list__button:hover,
.other-list__button:focus {
    outline: none;
    color: #1e4191;
    text-decoration: none
}

.other-list__button::-moz-foucus-inner {
    padding: 0;
    border: none
}

.c-button--arrow {
    position: relative
}

.c-button--arrow:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 1em;
    transform: translateY(-50%);
    background: transparent url(../../assets/images/img_arrow_blue_right.webp) no-repeat center center/cover;
    content: ""
}

.u-pc-only {
    display: block
}

.u-sp-only {
    display: none
}

@media screen and (min-width: 768px) {
    .l-inner {
        padding-right: 5rem;
        padding-left: 5rem
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: .9765625vw
    }

    .top-mainvisual__title {
        font-size: 5rem
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    html {
        font-size: .6944444444vw
    }
}

@media screen and (min-width: 1080px) {
    .top-mainvisual__content {
        padding: 16rem 5rem 23rem
    }

    .l-inner {
        padding-right: 5rem;
        padding-left: 5rem
    }
}

@media screen and (min-width: 1421px) {
    .top-policy__left_image {
        bottom: 0
    }
}

@media screen and (min-width: 1921px) {
    .top-mainvisual {
        height: auto;
        background-size: 100% 100%
    }
}

@media screen and (max-width: 767.98px) {
    .top-mainvisual {
        aspect-ratio: 828/632;
        height: auto;
        background-image: url(../../assets/images/mv_sp2.webp)
    }

    .top-mainvisual__content {
        padding: 10rem 2rem 13rem
    }

    .top-mainvisual__title {
        color: var(--white, #fff);
        font-weight: 700;
        font-size: 3rem;
        line-height: 160%;
        letter-spacing: 1.2px;
        text-align: center
    }

    .top-mainvisual__lead {
        padding-top: 3rem;
        padding-bottom: 2rem;
        gap: 1rem
    }

    .top-mainvisual__lead-text01 {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 160%
    }

    .top-mainvisual__lead-text02 {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 160%;
        letter-spacing: .56px
    }

    .top-policy {
        padding: 40px 0
    }

    .top-policy__left_image {
        width: 93.4%
    }

    .top-policy__text-box {
        width: 100%;
        min-width: auto;
        margin: 8rem 0;
        padding: 4rem 3rem
    }

    .top-policy__title {
        margin-bottom: 2rem;
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 160%;
        letter-spacing: .88px
    }

    .top-policy__text {
        margin-bottom: 2rem;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 160%;
        letter-spacing: .56px
    }

    .top-policy__right_image {
        width: 52%
    }


    .main-list {
        padding: 3rem 0px
    }

    .main-list__card-row {
        grid-template-columns: repeat(1, 1fr);
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        row-gap: 3rem
    }

    .main-list__card {
        flex-direction: column;
        align-items: center;
        padding: 2rem 3rem 3rem;
        gap: 0rem
    }

    .main-list__card__img {
        width: 18rem
    }

    .main-list__card__body {
        gap: 1rem
    }

    .main-list__card__title {
        font-size: 2rem;
        letter-spacing: .8px;
        text-align: center
    }

    .main-list__card__excerpt {
        font-size: 1.4rem;
        letter-spacing: .56px
    }

    .main-list__card__bottom {
        flex-direction: column;
        padding: 1rem;
        gap: 1rem
    }

    .main-list__card__bottom-img {
        width: 13rem
    }

    .main-list__card__bottom-txt {
        flex-direction: column
    }

    .main-list__card__bottom-txt_dl {
        gap: 5px
    }

    .other-list {
        padding: 6rem 0px
    }

    .other-list__row {
        grid-template-columns: repeat(1, 1fr);
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        row-gap: 3rem
    }

    .other-list__item {
        padding: 5rem 2rem
    }

    .other-list__title {
        font-size: 2rem;
        letter-spacing: .8px;
        text-align: center
    }

    .other-list__button {
        min-width: 24.6rem;
        padding: 1.4rem 1rem
    }

    .u-pc-only {
        display: none
    }

    .u-sp-only {
        display: block
    }
}

@media (hover: hover) and (pointer: fine) {

    .top-policy__annotation__link:hover,
    .main-list__card__excerpt__link:hover {
        color: inherit;
        text-decoration: none
    }

    .other-list__button:hover {
        border: 2px solid #1E4191;
        background-color: #1e4191;
        color: #fff;
        text-decoration: none
    }

    .c-button--arrow:hover:after {
        position: absolute;
        top: 50%;
        right: 1em;
        width: 1em;
        height: 1em;
        transform: translateY(-50%);
        background: transparent url(../../assets/images/img_arrow_white_right.webp) no-repeat center center/cover;
        content: ""
    }
}
/* サステナビリティ推進方針セクションのみ、インナー幅を元の広さに戻す */
.top-policy .l-inner {
    max-width: 154rem;
}
