.ir-history-founder {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 64px;
    text-align: center;
}
.ir-history-founder-img img {
    width: auto;
}
@media screen and (min-width: 769px), print {
    .ir-history-founder-img.itm01 {
        order: 2;
    }
    .ir-history-founder-img.itm02 {
        order: 1;
    }
    .ir-history-founder-img.itm03 {
        order: 3;
    }
}
.ir-history-founder-img.itm01 img {
    height: 226px;
}
.ir-history-founder-img.itm02 img {
    height: 176px;
}
.ir-history-founder-img.itm03 img {
    height: 185px;
}
.ir-history-founder-img figcaption {
    margin-top: 8px;
    font-size: 1.333rem; /* 20px */
    line-height: 1.2;
}
.ir-history-founder-img figcaption span {
    font-size: 0.933rem; /* 14px */
    font-weight: normal;
}
.c-hdg--lv4-history {
    font-size: 1.333rem; /* 20px */
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--kewpie-aaaaaa);
}
.c-hdg--lv4-history span {
    padding-right: 1em;
    color: var(--kewpie-red);
}
.ir-history-contents {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ir-history-contents-ttl {
    width: 100px;
    padding-block: 1em;
    padding-right: 12px;
    font-size: 1.333rem; /* 20px */
    font-weight: bold;
    line-height: 1.2;
    color: var(--kewpie-red);
    text-align: right;
    position: relative;
}
.ir-history-contents-ttl::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--kewpie-red);
    top: 25px;
    right: -5px;
}
.ir-history-contents-ttl.blank::after {
    display: none;
}
.ir-history-contents-ttl span {
    display: block;
    margin-top: 8px;
    font-size: 0.8rem; /* 12px */
}
.ir-history-contents-note {
    width: 650px;
    padding-block: 1rem;
    padding-left: 20px;
    border-left: 1px solid var(--kewpie-aaaaaa);
}
.ir-history-contents-note-img {
    width: 240px;
}
.ir-history-contents-note-img figcaption {
    font-size: 0.8em; /* 12px */
}
@media screen and (min-width: 769px), print {
    .ir-history-contents-note.blank {
        border-left: none;
    }
    .ir-history-contents-note-img-wrap {
        display: flex;
        gap: 16px;
    }
}
@media screen and (max-width: 768px) {
    .ir-history-founder {
        display: grid;
        justify-content: center;
        align-items: end;
        gap: calc((30 / 375) * 100vw) calc((10 / 375) * 100vw);
    }
    .ir-history-founder-img.itm01 {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    .ir-history-founder-img.itm02 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .ir-history-founder-img.itm03 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .ir-history-founder-img.itm01 img {
        height: calc((226 / 375) * 100vw);
    }
    .ir-history-founder-img.itm02 img {
        height: calc((176 / 375) * 100vw);
    }
    .ir-history-founder-img.itm03 img {
        height: calc((185 / 375) * 100vw);
    }
    .ir-history-founder-img figcaption {
        margin-top: calc((8 / 375) * 100vw);
        font-size: 1.067rem
    }
    .ir-history-founder-img figcaption span {
        font-size: calc((12 / 375) * 100vw);
    }
    .c-hdg--lv4-history {
        font-size: clamp(1.286rem, 4.8vw, 1.8rem);
        padding-bottom: calc((12 / 375) * 100vw);
    }
    .c-hdg--lv4-history span {
        padding-right: .5em;
    }
    .ir-history-contents-ttl {
        width: 100%;
        padding-left: calc((20 / 375) * 100vw);
        font-size: calc((20 / 375) * 100vw);
        text-align: left;
        border-left: 1px solid var(--kewpie-aaaaaa);
    }
    .ir-history-contents-ttl:first-of-type {
        border-left: none;
    }
    .ir-history-contents-ttl::after {
        width: calc((9 / 375) * 100vw);
        height: calc((9 / 375) * 100vw);
        top: calc((25 / 375) * 100vw);
        right: auto;
        left: calc((-5 / 375) * 100vw);
    }
    .ir-history-contents-ttl span {
        margin-top: calc((8 / 375) * 100vw);
        font-size: calc((12 / 375) * 100vw);
    }
    .ir-history-contents-note {
        width: 100%;
        padding-top: 0;
        padding-left: calc((20 / 375) * 100vw);
    }
    .ir-history-contents-note.blank {
        border-left: none;
    }
    .ir-history-contents-note-img {
        width: 100%;
    }
    .ir-history-contents-note-img figcaption {
        font-size: calc((12 / 375) * 100vw);
    }
    .ir-history-contents-note-img-wrap {
        display: grid;
        gap: calc((16 / 375) * 100vw);
    }
}
.c-sec__lyt.u-mt-adjust {
    margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
    .c-sec__lyt.u-mt-adjust {
        margin-top: 12.8vw !important;
    }
}