@charset "UTF-8";

/* -----------------------------
title
----------------------------- */
.ir__ttl01 {
    font-size: 7vw;
    letter-spacing: 0.1em;
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
    font-weight: 400;
    margin-bottom: 10px;
}
@media only screen and (min-width: 420px) {
    .ir__ttl01 {
        font-size: 200%;
    }
}
@media only screen and (min-width: 768px) {
    .ir__ttl01 {
        font-size: 262%;
        margin-bottom: 20px;
    }
}

.ir__ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 1px solid #131313;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .ir__ttl02 {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}


/* -----------------------------
text
----------------------------- */
.ir__txt {
    & + .ir__txt {
        margin-top: 1em;
    }
}

.ir__txtLink {
    color: #00398f;
    text-decoration: underline;

    &:hover {
        color: #23527c;
    }
}
.ir__txtLink[target="_blank"] {
    &::after {
        content: url(/ir/img/icon_blank.svg);
        margin: 0 5px;
    }
}


/* -----------------------------
link button
----------------------------- */
.ir__linkBtn {
    & a {
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 100px;
        color: #131313;
        display: inline-flex;
        align-items: center;
        font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.3;
        padding: 5px 25px 5px 10px;
        position: relative;
        text-decoration: none;
        min-width: 150px;
        max-width: 100%;
        height: 45px;
        width: auto;
    }
}
.ir__linkBtn-en {
    & a {
        font-family: "Marcellus", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.ir__linkBtn_icon {
    display: block;
    background-color: #00398f;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 13px;
    height: 13px;

    &::before,
    &::after {
        position: absolute;
        content: ' ';
        display: block;
        background-color: #fff;
        height: 1px;
        width: 30%;
        top: 50%;
        left: 48%;
        transition: all 0.25s ease;
    }
    &::before {
        transform-origin: right bottom;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    &::after {
        transform-origin: right top;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}
@media only screen and (min-width: 768px) {
    .ir__linkBtn {
        & a {
            font-size: 13px;
            font-size: 1.3rem;
            padding: 5px 25px;
            transition: all 0.25s ease;
            width: 180px;
            height: 55px;
        }
        & a:hover {
            background-color: #00398f;
            border-color: #00398f;
            color: #fff;

            & .ir__linkBtn_icon {
                right: 5px;
            }
        }
    }
    .ir__linkBtn_icon {
        transition: all 0.25s ease;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
        width: 15px;
        height: 15px;
    }
}


/* -----------------------------
IRTOP
----------------------------- */
.irTop__newsSec {
    padding: 60px 0;
}
.irTop__newsSec_ttlBox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.irTop__newsSec_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.irTop__newsSec_ttl-en {
    font-size: 7vw;
    letter-spacing: 0.1em;
    font-family: "Marcellus", sans-serif;
    font-weight: 400;
}
.irTop__newsSec_ttl-ja {
    font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
    font-weight: normal;
    margin-top: 0.5em;
    font-size: 100%;
    opacity: 0.8;
}
.irTop__newsSec .ir__linkBtn {
    margin-left: 10px;
    max-width: 150px;
}
.irTop__newsSec_main {
    margin-top: 20px;
}
@media only screen and (min-width: 420px) {
    .irTop__newsSec_ttl-en {
        font-size: 200%;
    }
}
@media only screen and (min-width: 768px) {
    .irTop__newsSec {
        padding: 140px 0 100px;
    }
    .irTop__newsSec_ttl {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .irTop__newsSec_ttl-en {
        font-size: 262%;
    }
    .irTop__newsSec .ir__linkBtn {
        max-width: none;
    }
    .irTop__newsSec_main {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .irTop__newsSec_inner {
        display: flex;
    }
    .irTop__newsSec_ttlBox {
        display: block;
        width: 230px;
        margin-right: 30px;
    }
    .irTop__newsSec .ir__linkBtn {
        margin-left: 0;
        margin-top: 50px;
    }
    .irTop__newsSec_main {
        flex: 1;
        margin-top: 0;
    }
}
@media only screen and (min-width: 1340px) {
    .irTop__newsSec_main {
        padding: 20px 60px;
    }
}

.irTop__panelSec {
    background: #F3F3F3;
    padding: 60px 0;
}
.irTop__panelSec_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}
.irTop__panelSec_list_item {
    background: #FFF;
    padding: 30px 15px 15px;
    position: relative;
    width: 100%;
}
.irTop__panelSec_list_item:has(.irTop__panelSec_list_linkList_item:nth-child(1):last-child) {
    padding-bottom: 10px;
}
.irTop__panelSec_list_ttl {
    background-color: rgb(19, 19, 19);
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: normal;
    letter-spacing: 0.15em;
    position: absolute;
    top: 0px;
    left: 10px;
    transform: translate(0px, -50%);
    text-align: center;
    padding: 0px 1em;
    min-width: 120px;
}
.irTop__panelSec_list_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    & img {
        object-fit: contain;
        max-width: 100%;
        height: 80px;
    }
}
.irTop__panelSec_list_linkList {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.irTop__panelSec_list_linkList_item {
    & + & {
        border-top: 1px solid #E8E8E8;
    }
    & a {
        color: #131313;
        display: flex;
        align-items: center;
        font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: normal;
        letter-spacing: 0.05em;
        padding: 10px 25px 10px 10px;
        position: relative;
    }
}
.irTop__panelSec_list_linkList_icon {
    display: block;
    background-color: #00398f;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 13px;
    height: 13px;

    &::before,
    &::after {
        position: absolute;
        content: ' ';
        display: block;
        background-color: #fff;
        height: 1px;
        width: 30%;
        top: 50%;
        left: 48%;
        transition: all 0.25s ease;
    }
    &::before {
        transform-origin: right bottom;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    &::after {
        transform-origin: right top;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}
.irTop__panelSec_list_linkList_item {
    & a[target="_blank"] {
        & .irTop__panelSec_list_linkList_icon {
            background: none;
            border-radius: 0;
            content: url(/ir/img/icon_blank.svg);

            &::before,
            &::after {
                display: none;
            }
        }
    }
}
@media only screen and (min-width: 768px) {
    .irTop__panelSec {
        padding: 138px 0 120px;
    }
    .irTop__panelSec_list {
        gap: 50px 34px;
    }
    .irTop__panelSec_list_item {
        padding: 72px 32px 32px;
        width: calc((100% - (34px * 2)) / 3);
    }
    .irTop__panelSec_list_item:has(.irTop__panelSec_list_linkList_item:nth-child(1):last-child) {
        padding-bottom: 25px;
    }
    .irTop__panelSec_list_ttl {
        font-size: 20px;
        font-size: 2rem;
        left: 30px;
    }
    .irTop__panelSec_list_icon {
        height: 116px;

        & img {
            height: auto;
        }
    }
    .irTop__panelSec_list_linkList {
        margin-top: 40px;
    }
    .irTop__panelSec_list_linkList_item {
        & a {
            font-size: 18px;
            font-size: 1.8rem;
            padding: 20px 30px 20px 5px;
        }
        & a:hover {
            & .irTop__panelSec_list_linkList_icon {
                right: 0;
            }
        }
    }
    .irTop__panelSec_list_linkList_icon {
        transition: all 0.25s ease;
        top: 50%;
        transform: translate(0, -50%);
        width: 18px;
        height: 18px;
    }
    .irTop__panelSec_list_linkList_item {
        & a[target="_blank"] {
            & .irTop__panelSec_list_linkList_icon {
                margin-right: 2px;
                width: 14px;
                height: 14px;
            }
        }
    }
}

.irTop__panelSec_btnlist {
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 30px 0 0;
    padding: 25px 15px;
}
.irTop__panelSec_btnlist_item {
    width: 100%;

    & a {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .irTop__panelSec_btnlist {
        gap: 24px;
        margin: 50px auto 0;
        padding: 48px 80px;
        max-width: 1048px;
    }
    .irTop__panelSec_btnlist_item {
        width: calc((100% - 24px) / 2);
    }
}


/* -----------------------------
コーポレート・ガバナンス
----------------------------- */
.irGovernance__img {
    margin-top: 30px;
    text-align: center;

    & img {
        max-width: 1030px;
    }
}
@media only screen and (min-width: 768px) {
    .irGovernance__img {
        margin-top: 60px;
    }
}


/* -----------------------------
IRカレンダー
----------------------------- */
.irCalendar__img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;

    & img {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .irCalendar__img {
        flex-direction: row;
        gap: 3px;
        margin-bottom: 60px;

        & img {
            width: calc((100% - 3px) / 2);
        }
    }
}


/* -----------------------------
よくあるご質問
----------------------------- */
.irFaq__list {
    margin: 0;

    & + & {
        margin-top: 30px;
    }
}
.irFaq__list_q {
    display: flex;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 2.5rem;
    position: relative;

    &::before {
        color: #00398f;
        content: 'Q.';
        display: block;
        font-size: 20px;
        font-size: 2rem;
        font-family: "Marcellus", sans-serif;
        line-height: 1;
        position: absolute;
        left: 0;
    }
    & p {
        font-weight: bold;
    }
}
.irFaq__list_a {
    display: flex;
    border-top: 1px solid #131313;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 1em 0 0;
    padding-top: 1em;
    padding-left: 2.5rem;
    position: relative;

    &::before {
        color: #00398f;
        content: 'A.';
        display: block;
        font-size: 20px;
        font-size: 2rem;
        font-family: "Marcellus", sans-serif;
        line-height: 1;
        position: absolute;
        left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .irFaq__list {
        & + & {
            margin-top: 60px;
        }
    }
    .irFaq__list_q {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
        padding-left: 3.5rem;

        &::before {
            font-size: 25px;
            font-size: 2.5rem;
        }
    }
    .irFaq__list_a {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 3.5rem;

        &::before {
            font-size: 25px;
            font-size: 2.5rem;
        }
    }
}