@charset "UTF-8";

/* -----------------------------------
base
----------------------------------- */
.ir__mainCon {
    margin: 0 auto;
    padding: 120px 0 0;
    max-width: 1000px;
    width: 90%;

    & * {
        box-sizing: border-box;
    }
}
@media (min-width: 1440px) {
    .ir__mainCon {
        margin: 0 auto;
        max-width: 1000px;
    }
}
@media (min-width: 1450px) {
    .ir__mainCon {
        margin: 0 auto;
        max-width: 1300px;
    }
}

.ir__pageTtlWrap {
    max-width: 1000px;
}
.ir__pageTtl {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    position: relative;

    &::before {
        background-color: #f7ce3e;
        content: "";
        position: absolute;
        top: -50%;
        left: 0;
        transform: rotate(-10deg);
        height: 4px;
        width: 40px;
    }
}
@media (min-width: 1024px) {
    .ir__pageTtl {
        font-weight: 500;
        line-height: 1;
        position: relative;

        &::before {
            background-color: #f7ce3e;
            content: "";
            position: absolute;
            left: 0;
            transform: rotate(-10deg);
            height: 4px;
            width: 40px;
        }
    }
}

.ir__sec {
    margin-top: 25px;
}


/* -----------------------------------
navi
----------------------------------- */
body:has(.ir__lv1Nav) .breadcrumb {
    margin-top: 60px;
}
.ir__lv1Nav {
    margin-top: 120px;
}
.ir__lv1Nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
}
.ir__lv1Nav_list_item {
    width: calc((100% - (15px * 4)) / 5);

    & a {
        background: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        padding: 10px 10px;
        text-align: center;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .ir__lv1Nav_list_item {
        width: calc((100% - 15px) / 2);
    }
}


.ir__lv2Nav {
    margin-bottom: 60px;
}
.ir__lv2Nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.ir__lv2Nav_list_item {
    & a {
        display: flex;
        align-items: center;
        font-size: 15px;
        text-decoration: underline;

        &::after {
            background: url(/wp-content/themes/triath/images/ir/icon_circle_arrow.svg);
            content: "";
            display: inline-block;
            flex-shrink: 0;
            margin-left: 10px;
            width: 20px;
            height: 20px;
        }
    }
}
@media (max-width: 768px) {
    .ir__lv2Nav_list {
        flex-direction: column;
        gap: 10px;
    }
}


/* -----------------------------------
title
----------------------------------- */
.ir__ttlH1 {
    font-size: 1.5em;
}


/* -----------------------------------
text
----------------------------------- */
.ir__txt {
    & + & {
        margin-top: 1em;
    }
}


/* -----------------------------------
link
----------------------------------- */
.ir__txtLink {
    text-decoration: underline;
    word-break: break-all;
}

.ir__moreBtn {
    margin-left: auto;
    text-align: right;
    line-height: 60px;

    & a {
        display: inline-block;

        &::after {
            border-radius: 50%;
            background-color: #000;
            content: '→';
            color: #fff;
            margin-left: 20px;
            padding: 20px 22px;
            height: 40px;
            width: 40px;
        }
    }
}


/* -----------------------------------
table
----------------------------------- */
.ir__tbl {
    table-layout: fixed;
    width: 100%;
}
.ir__tbl_th {
    background-color: #333;
    border: 1px solid #e8e8e8;
    color: #fff;
    padding: 10px;
    text-align: left;
    width: 230px;
}
.ir__tbl_td {
    border: 1px solid #e8e8e8;
    padding: 10px;
}
@media (max-width: 768px) {
    .ir__tbl_th {
        width: 120px;
    }
}


/* -----------------------------------
IRTOP
----------------------------------- */
body:has(.irTop__mainCon) {
    & .breadcrumb {
        background: #F9F9F9;
        margin: 0;
        padding: 0 0 40px;
        width: 100%;
    }
    & .breadcrumb__inner {
        width: 90%;
        margin: 0 auto;
    }
}

.irTop__mainCon {
    padding-top: 105px;
}
.irTop__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.irTop__head {
    margin-bottom: 125px;
}
.irTop__pageTtl {
    width: 90%;
    margin: 0 auto 40px;
}
.irTop__pageTtl-en {
    display: block;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.irTop__pageTtl-ja {
    display: block;
    font-size: 1rem;
    font-weight: 500;
}
@media (min-width: 1024px) {
    .irTop__pageTtl-en {
        font-size: 4rem;
        font-weight: 500;
        line-height: 1;
        position: relative;
    }
    .irTop__pageTtl-ja {
        font-size: 1.2rem;
        font-weight: 500;
    }
}
@media (max-width: 768px) {
    .irTop__head {
        margin-bottom: 80px;
    }
}

.irTop__newsSec {
    padding-bottom: 120px;

    & .irTop__inner {
        padding: 0 25px;
    }
    & .ir__moreBtn {
        margin-top: 40px;
    }
}
.irTop__newsSec_ttl {
    margin-bottom: 40px;
}
.irTop__newsSec_ttl-en {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;

    &::before {
        content: "";
        height: 4px;
        width: 40px;
        background-color: #f7ce3e;
        position: absolute;
        top: -50%;
        left: 0;
        transform: rotate(-10deg);
    }
}
.irTop__newsSec_ttl-ja {
    display: block;
    font-size: 1rem;
    font-weight: 500;
}
@media (min-width: 1024px) {
    .irTop__newsSec_ttl-en {
        font-size: 4rem;
        font-weight: 500;
        line-height: 1;
        position: relative;

        &::before {
            content: "";
            height: 4px;
            width: 40px;
            background-color: #f7ce3e;
            position: absolute;
            left: 0;
            transform: rotate(-10deg);
        }
    }
    .irTop__newsSec_ttl-ja {
        font-size: 1.2rem;
        font-weight: 500;
    }
}
@media (max-width: 768px) {
    .irTop__newsSec {
        padding-bottom: 80px;

        & .irTop__inner {
            padding: 0;
        }
    }
}

.irTop__cardSec {
    background: #F9F9F9;
    padding: 120px 0 190px;
}
.irTop__cardSec_list {
    display: flex;
    flex-wrap: wrap;
    gap: 85px 24px;
}
.irTop__cardSec_list_item {
    width: calc((100% - (24px * 2)) / 3);
}
.irTop__cardSec_list_img {
    margin-bottom: 30px;
}
.irTop__cardSec_list_ttl {
    font-size: 20px;
    font-weight: bold;

    & a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 10px;

        &::after {
            border-radius: 50%;
            background-color: #000;
            content: '→';
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            margin-left: 20px;
            height: 32px;
            width: 32px;
        }
    }
}
.irTop__cardSec_list_linkList {
    display: inline-block;
    margin-top: 15px;
}
.irTop__cardSec_list_linkList_item {
    & + & {
        margin-top: 3px;
    }
    & a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: underline;
        text-align: left;
        font-size: 15px;
        width: 100%;

        &::after {
            background: url(/wp-content/themes/triath/images/ir/icon_circle_arrow.svg);
            content: "";
            display: inline-block;
            flex-shrink: 0;
            margin-left: 30px;
            width: 20px;
            height: 20px;
        }
    }
}
@media (max-width: 768px) {
    .irTop__cardSec {
        padding: 100px 0 120px;
    }
    .irTop__cardSec_list_item {
        width: 100%;
    }
}


/* -----------------------------------
株主・投資家の皆様へ
----------------------------------- */
.irMessage__box {
    display: flex;
    gap: 50px;
}
.irMessage__img {
    flex-shrink: 0;
    width: 400px;
    max-width: 100%;
}
@media (max-width: 768px) {
    .irMessage__box {
        flex-direction: column;
    }
}


/* -----------------------------------
コーポレート・ガバナンス
----------------------------------- */
.irGovernance__img {
    margin: 25px auto 0;
    max-width: 1000px;

    & img {
        width: 100%;
    }
}


/* -----------------------------------
IRカレンダー
----------------------------------- */
.irCalendar__img {
    display: flex;
    gap: 2px;
    margin-bottom: 25px;

    & img {
        width: calc((100% - 2px) / 2);
    }
}
@media (max-width: 768px) {
    .irCalendar__img {
        flex-direction: column;
        gap: 20px;

        & img {
            width: 100%;
        }
    }
}


/* -----------------------------------
よくあるご質問
----------------------------------- */
.irFaq__list {
    & + & {
        margin-top: 30px;
    }
}
.irFaq__list_q {
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;

    &::before {
        content: "Q.";
        display: inline-block;
        position: absolute;
        left: 0;
    }
}
.irFaq__list_a {
    padding-left: 30px;
    position: relative;

    &::before {
        content: "A.";
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: -5px;
    }
}