@charset "UTF-8";


.c-mvUnder--ir {
    background-image: url(/ir/images/common/c-mvUnder_ir.png);
}


/* ------------------------------------
navi
------------------------------------ */
.ir__localNav {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 55px;

    & .c-btn {
        width: 100%;

        & a[target="_blank"] {
            &::before {
                display: none;
            }
            &::after {
                background: url(/ir/images/common/ico_blank.png) no-repeat center / cover;
                content: "";
                display: inline-block;
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(175deg) brightness(104%) contrast(107%);
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translateY(-50%);
                transition: 0.4s;
                width: 1.6rem;
                height: 1.6rem;
            }
        }
    }
}
.ir__localNav_item-active {
    & a {
        pointer-events: none;
        color: #2e73a3;
        background: #fff;
        border-color: #2e73a3;

        &::before {
            border-color: #2e73a3;
        }
    }
}
@media only screen and (min-width: 768px) {
    .ir__localNav {
        & .c-btn {
            & a[target="_blank"] {
                &:hover {
                    &::after {
                        filter: brightness(0) saturate(100%) invert(36%) sepia(91%) saturate(364%) hue-rotate(161deg) brightness(94%) contrast(94%);
                    }
                }
            }
        }
    }
}
@media only screen and (max-width: 767px) {
    .ir__localNav {
        flex-direction: column;
    }
}


/* ------------------------------------
text
------------------------------------ */
.ir__txt {
    & + & {
        margin-top: 15px;
    }
}


/* ------------------------------------
text link
------------------------------------ */
.ir__txtLink {
    word-break: break-all;
}
a[target="_blank"].ir__txtLink {
    &::after {
        background: url(/ir/images/common/ico_blank.png) no-repeat center / cover;
        content: "";
        display: inline-block;
        margin-left: 5px;
        width: 1.6rem;
        height: 1.6rem;
    }
}


/* ------------------------------------
IRTOP
------------------------------------ */
.irTop__conWrap {
    padding-top: 0;
}

.irTop__newsSec {
    background: #F0F0F4;
    padding: 80px 0;
    position: relative;

    &::before {
        background: url(/ir/images/common/bg_loco.png) left 380px bottom -20px no-repeat;
        content: " ";
        display: block;
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 44%;
        height: 100%;
    }
}
.irTop__newsSec_btn {
    margin-top: 50px;
    text-align: center;

    & .c-btn {
        display: block;
        text-align: center;
        width: 100%;
    }
    & a {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .irTop__newsSec {
        padding: 50px 0;
    
        &::before {
            background-position: right -5px top 20px;
            background-size: 172px auto;
            top: 0;
            right: 0;
            width: 50%;
        }
        & .l-wrap {
            padding: 0 15px;
        }
    }
    .irTop__newsSec_btn {
        margin-top: 40px;
    }
}

.irTop__cardSec {
    padding: 140px 0 100px;
}
.irTop__cardSec_list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 20px;
}
.irTop__cardSec_list_item {
    width: calc((100% - (20px * 2)) / 3);
}
.irTop__cardSec_list_ttl {
    background: #2e73a3;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
}
.irTop__cardSec_list_linkList {
    margin-top: 20px;
    padding: 0 22px;
}
.irTop__cardSec_list_linkList_item {
    & + & {
        border-top: 1px solid #D6D6E1;
        margin-top: 10px;
        padding-top: 15px;
    }
    & a {
        color: #2E73A3;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        font-weight: bold;
        line-height: 1;
        margin: 0 10px;
        transition: all 0.3s;

        &::after {
            background: url(/ir/images/common/ico_arrow.png) no-repeat center / cover;
            content: "";
            display: block;
            width: 22px;
            height: 22px;
        }
        &:hover {
            opacity: 0.7;
        }
    }
}
.irTop__cardSec_list_linkList_item-blank {
    & a {
        &::after {
            background: url(/ir/images/common/ico_blank.png) no-repeat center / cover;
            position: relative;
            right: 1px;
            width: 20px;
            height: 20px;
        }
    }
}
@media only screen and (max-width: 767px) {
    .irTop__cardSec {
        padding: 50px 0 80px;
    }
    .irTop__cardSec_list {
        gap: 30px;
    }
    .irTop__cardSec_list_item {
        width: 100%;
    }
    .irTop__cardSec_list_ttl {
        font-size: 2.1rem;
        padding: 5px 0;
    }
}


/* ------------------------------------
コーポレート・ガバナンス
------------------------------------ */
.irGovernance__img {
    margin: 0 auto;
    width: 984px;
    max-width: 100%;
}


/* ------------------------------------
IRカレンダー
------------------------------------ */
.irCalendar__img {
    display: flex;
    gap: 2px;
    justify-content: space-between;
    margin-bottom: 65px;

    & img {
        width: calc((100% - 2px) / 2);
    }
}
@media only screen and (max-width: 767px) {
    .irCalendar__img {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 45px;

        & img {
            width: 100%;
        }
    }
}


/* ------------------------------------
よくあるご質問
------------------------------------ */
.irFaq__list {
    & + & {
        margin-top: 65px;
    }
}
.irFaq__list_q {
    font-weight: bold;
    padding-left: 25px;
    position: relative;

    &::before {
        color: #2e73a3;
        content: "Q.";
        position: absolute;
        left: 0;
    }
}
.irFaq__list_a {
    margin-top: 5px;
    padding-left: 25px;
    position: relative;

    &::before {
        color: #aaaaaa;
        content: "A.";
        font-weight: bold;
        position: absolute;
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .irFaq__list {
        & + & {
            margin-top: 45px;
        }
    }
}