h3.icon-title {
    padding-left: 2em;
    font-size: 1.5rem;
}
.title_block-2.ir-top:not(#_) {
    background: url(/assets/images/en/ir/img-head.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 10em;
    @media (max-width: 1024px) {
        background: url(/assets/images/en/ir/img-head-sp.png) no-repeat;
        background-position: center;
        .title {
            top: -7rem;
        }
    }
}

.container {
    @media (max-width: 1090px) {
        padding: 0 7%;
    }
}

.ir {
    position: relative;
    &:before {
        content: "";
        background: url(/assets/images/img-pattern.svg) repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 8vw;
        height: 10em;
    }
    h3.icon-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        font-size: 2rem;
        &:before {
            position: unset;
        }
    }
    @media (max-width: 1024px) {
        padding: 3rem 0;
        h3 {
            width: fit-content;
            margin: 0 auto;
        }
        .ir_news-list {
            margin-top: 2em;
        }
        &:before {
            bottom: 0;
            left: 0;
            width: 5em;
            height: 5em;
        }
        .btn {
            width: 60%;
            font-family: "Noto serif Display", serif;
        }
    }
}

.article-area.ir-index {
    background: url(/assets/images/en/ir/bg-img01.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10em 0;

    .container {
        display: flex;
        flex-direction: column;
        gap: 2em;
    }
    a {
        width: 100%;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        span.en {
            font-size: 1rem;
            margin-left: 2em;
        }
        @media (max-width: 1024px) {
            span {
                display: block;
            }
            span.en {
                margin-top: 0.5rem;
                margin-left: 0;
            }
        }
    }
}

.article-area.ir-calendar {
    position: relative;
    padding: 7em 0;
    background-color: #fff;
    figure {
        margin: 3em 0;
    }
    h3 {
        font-size: 2rem;
    }
    &:before {
        content: "";
        background: url(/assets/images/img-pattern.svg) repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        width: 8vw;
        height: 12em;
    }
    @media (max-width: 1024px) {
        padding: 5rem 0;

        h3.icon-title {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-left: 0;
            font-size: 2rem;
            &:before {
                position: unset;
            }
        }
        .container {
            padding: 0;
        }
        figure {
            margin-top: 2rem;
            margin-bottom: 0;
        }
        &:before {
            width: 5em;
            height: 5em;
        }
        &:after {
            content: "";
            background: url(/assets/images/img-pattern.svg) repeat;
            background-size: contain;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40vw;
            height: 5rem;
        }
    }
}

.article-area.ir-other {
    position: relative;
    h3 {
        color: #fff;
        text-align: center;
        margin: 0 auto;
        width: fit-content;
    }
    background: url(/assets/images/en/ir/bg-img02.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5em 0;

    ul {
        width: 65%;
        margin: 5em auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;

        a {
            width: 100%;
            text-align: center;
            padding-top: 2em;
            padding-bottom: 2em;
        }
        @media (max-width: 1024px) {
            grid-template-columns: 1fr;
            width: 100%;
        }
    }
    &:before {
        content: "";
        background: url(/assets/images/img-pattern.svg) repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        width: 8vw;
        height: 11em;
    }
    @media (max-width: 1024px) {
        &:before {
            content: unset;
        }
    }

    .btn > span {
        font-size: 1.25rem;
        font-weight: bold;
    }
}
