.about-page-main {
    --about-border-color: var(--wp--preset--color--line-02, #d9d9d9);
}

#message,
#strengths,
#business-base,
#profile {
    scroll-margin-top: 110px;
}

.about-page-intro {
    border-bottom: 1px solid var(--about-border-color);
    padding-bottom: var(--wp--preset--spacing--60);
}

.about-page-hero {
    margin-bottom: var(--wp--preset--spacing--60);
}

.about-page-hero__main-image,
.about-page-hero__sub-image,
.about-section-row__image,
.about-card__image,
.about-history__image {
    margin: 0;
}

.about-page-hero__main-image img,
.about-page-hero__sub-image img,
.about-section-row__image img,
.about-card__image img,
.about-history__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-hero__top {
    align-items: center;
    margin-bottom: var(--wp--preset--spacing--80);
}

.about-page-hero__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--wp--preset--spacing--60);
}

.about-page-anchor-nav {
    gap: 1.5rem;
    width: 100%;
    max-width: 60%;
    margin-left: 0;
}

.about-page-anchor-nav p {
    margin: 0;
}

.about-page-anchor-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 11rem;
    color: var(--wp--preset--color--text, #333333);
    text-decoration: none;
}

.about-page-anchor-nav__arrow {
    display: block;
    width: 26px;
    height: auto;
    flex: 0 0 auto;
}

.about-page-hero__main-image img {
    aspect-ratio: 4 / 3;
}

.about-page-hero__bottom {
    position: relative;
    overflow: hidden;
    padding-bottom: var(--wp--preset--spacing--80);
}

.about-page-hero__bottom::before {
    content: "";
    position: absolute;
    left: calc(50% - 50vw);
    width: 100vw;
    top: 46%;
    height: clamp(90px, 16vw, 180px);
    background: rgba(255, 228, 228, 0.8);
    transform: rotate(-8deg);
    transform-origin: center;
    z-index: 0;
}

.about-page-hero__bottom-columns {
    position: relative;
    z-index: 1;
    align-items: center;
    margin-bottom: var(--wp--preset--spacing--80);
}

.about-page-hero__copy {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--60);
}

.about-page-hero__copy p {
    margin: 0;
}

.about-page-hero__visuals {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page-hero__sub-images {
    gap: var(--wp--preset--spacing--20);
    position: relative;
    z-index: 1;
}

.about-page-hero__sub-image img {
    width: 100%;
    aspect-ratio: 177 / 126;
}

.about-page-hero__sub-image {
    flex: 1 1 0;
}

.about-page-hero__catchcopy-image {
    margin: 0;
}

.about-page-hero__catchcopy-image img {
    width: clamp(150px, 15vw, 210px);
    height: auto;
    display: block;
}

.about-page-hero__sub-images--pc {
    margin-top: var(--wp--preset--spacing--20);
}

.about-page-hero__sub-media {
    width: 100%;
}

.about-page-hero__visuals--mobile {
    display: none;
}

.about-section-row,
.about-card {
    align-items: stretch;
}

.about-section-row__media,
.about-card__media {
    flex-basis: 46%;
}

.about-section-row__content,
.about-card__content {
    flex-basis: 54%;
}

.about-section-row__content,
.about-card__content,
.about-profile__list {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--30);
}

.about-page-section {
    padding-top: var(--wp--preset--spacing--60);
}

.about-page-section h5 {
    margin: 0;
    letter-spacing: 0.3em;
}

.about-message {
    position: relative;
    overflow: visible;
    background-image: url("../../images/home/back-wood-grain.jpg");
    background-size: cover;
    background-repeat: repeat;
    border-top: 0;
    padding-top: var(--wp--preset--spacing--70);
    padding-bottom: var(--wp--preset--spacing--70);
}

.about-message__inner {
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--60);
}

.about-message__heading {
    width: 100%;
    gap: 0.25rem;
    align-items: flex-start;
}

.about-message__subtitle {
    font-weight: normal !important;
    margin: 0;
}

.about-message__badge {
    position: absolute;
    top: 0;
    right: clamp(1rem, 4vw, 4rem);
    transform: translateY(-60%);
    margin: 0;
    z-index: 1;
}

.about-message__badge img {
    width: clamp(100px, 10vw, 160px);
    height: auto;
    display: block;
}

.about-message__layout {
    align-items: flex-start;
}

.about-message__media {
    flex-basis: min(36%, 360px);
}

.about-message__portrait {
    margin: 0;
}

.about-message__portrait img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.about-message__content {
    flex-basis: 58%;
}

.about-message__body {
    line-height: 1.9;
}

/* .about-message__body .text-japanese {
    margin: 0;
} */

.about-message__body .is-style-en-paragraph {
    margin: 0;
    line-height: 1.85;
}

.about-message__signature {
    text-align: left;
    font-weight: 500;
}

.about-message__image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.about-card-list,
.about-card-grid {
    display: grid;
    gap: var(--wp--preset--spacing--30);
}

.about-card-list {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--wp--preset--spacing--80);
}

.about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-card {
    border: 0;
    padding: 0;
}

.about-card h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    font-style: normal;
    font-weight: 500;
}

.about-card p {
    margin-top: 0;
    margin-bottom: 0.9rem;
}

.about-strengths__heading {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
}

.about-strengths__heading h3,
.about-strengths__heading h6 {
    margin: 0;
    text-align: left;
}

.about-strengths__subtitle {
    font-weight: normal !important;
}

.about-card--visual-left {
    align-items: center;
}

.about-card--visual-left .about-card__media,
.about-card--visual-left .about-card__content {
    align-self: center;
}

.about-card--visual-left .about-card__media {
    flex-basis: 54%;
}

.about-card--visual-left .about-card__content {
    flex-basis: 46%;
    padding-right: clamp(0.5rem, 1vw, 1rem);
}

.about-card__image {
    margin: 0;
}

.about-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.about-business-base .about-card__image img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.about-business-base {
    position: relative;
    overflow: hidden;
}

.about-business-base::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../images/about/back-plaster-aboutus.png");
    background-position: 50% 0;
    background-size: auto;
    background-repeat: repeat;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}

.about-business-base > .l-container--wide {
    position: relative;
    z-index: 1;
}

.about-business-base .about-card--grid-item {
    align-items: flex-end;
    column-gap: clamp(14px, 1.8vw, 28px);
}

.about-business-base .about-card-grid {
    row-gap: var(--wp--preset--spacing--60);
}

.about-business-base .about-card__media {
    flex-basis: 52%;
    align-self: flex-end;
}

.about-business-base .about-card__content {
    flex-basis: 48%;
    align-self: flex-end;
    justify-content: flex-end;
    gap: var(--wp--preset--spacing--10);
}

.about-business-base__heading {
    align-items: center;
}

.about-business-base__heading h2,
.about-business-base__heading h5 {
    text-align: center;
}

.about-business-base .about-card__content h5 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.05rem, 0.95rem + 0.3vw, 1.1rem);
    line-height: 1.35;
    letter-spacing: 0.2em;
}

.about-business-base .about-card__content p {
    margin-bottom: 0.25rem;
    line-height: 1.55;
    font-size: clamp(0.86rem, 0.83rem + 0.12vw, 0.93rem);
}

.about-business-base .about-card__content a {
    display: inline-flex;
    width: fit-content;
    align-self: flex-start;
    padding: 0.45rem 0.9rem;
    border: 1px solid var(--wp--preset--color--line-02, #cccccc);
    text-decoration: none;
    line-height: 1.3;
}

.about-card--overlay {
    position: relative;
    overflow: hidden;
    min-height: clamp(360px, 42vw, 520px);
}

.about-card--overlay .about-card__image--overlay {
    position: absolute;
    inset: 0;
    margin: 0;
}

.about-card--overlay .about-card__image--overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-card__overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: clamp(360px, 42vw, 520px);
}

.about-card__overlay-grid {
    display: grid;
    grid-template-columns: minmax(280px, 60%) 1fr;
    min-height: inherit;
}

.about-card__overlay-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 4vw, 4rem);
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.28) 80%, rgba(0, 0, 0, 0) 100%);
}

.about-card__overlay-content h3,
.about-card__overlay-content p {
    color: #ffffff;
}

.about-card__overlay-content h3 {
    margin-bottom: 1.25rem;
    line-height: 1.25;
}

.about-card__overlay-content p {
    max-width: 28rem;
    margin-bottom: 0.9rem;
}


.about-strengths__more {
    margin-top: 0.75rem;
}

.about-strengths__more .about-more__link {
    gap: 0.75rem;
}

.about-strengths__more .wp-block-font-awesome-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.about-strengths__more .wp-block-font-awesome-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.about-strengths__more .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.about-regeneration-section {
    padding-top: var(--wp--preset--spacing--60);
    padding-bottom: var(--wp--preset--spacing--60);
}

.about-regeneration-section__divider {
    width: 60px;
    height: 2px;
    margin: 0 auto var(--wp--preset--spacing--60);
    background: var(--wp--preset--color--line-01, #ab2c2c);
}

.about-regeneration-banner {
    position: relative;
    min-height: clamp(220px, 28vw, 340px);
    padding: clamp(2rem, 4vw, 4rem);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.about-regeneration-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
}

.about-regeneration-banner__link {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--wp--preset--spacing--20);
    color: var(--wp--preset--color--base, #ffffff);
    text-decoration: none;
    text-align: center;
}

.about-regeneration-banner__logo {
    width: min(520px, 62vw);
    margin: 0;
}

.about-regeneration-banner__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.about-regeneration-banner__subtitle {
    margin: 0;
    color: var(--wp--preset--color--base, #ffffff);
}

.about-regeneration-banner__more {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding-right: var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--20);
    border-bottom: 1px solid var(--wp--preset--color--base, #ffffff);
}

.about-regeneration-banner__more-text {
    font-family: var(--wp--preset--font-family--nanum-myeongjo, serif);
    font-size: clamp(1.125rem, 0.95rem + 0.35vw, 1.375rem);
    line-height: 1;
}

.about-regeneration-banner__arrow {
    display: block;
    width: 32px;
    height: auto;
}

.about-profile__list {
    border-top: 0;
    gap: 0;
    width: min(100%, 780px);
    margin-inline: auto;
}

.about-profile__row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: clamp(20px, 2.6vw, 46px);
    border-bottom: 1px solid var(--about-border-color);
    padding: 0.7rem 0;
    align-items: start;
    width: 100%;
    max-width: 100%;
}

.about-profile {
    position: relative;
    background: transparent;
    overflow: hidden;
}

.about-profile::after {
    content: "";
    position: absolute;
    left: calc(50% - 60vw);
    width: 120vw;
    top: 76%;
    height: clamp(120px, 14vw, 200px);
    background: rgba(255, 228, 228, 0.75);
    transform: rotate(-8deg);
    transform-origin: center;
    z-index: 0;
    pointer-events: none;
}

.about-profile > .l-container--wide {
    position: relative;
    z-index: 1;
}

.about-profile__heading {
    align-items: center;
}

.about-profile__heading h2,
.about-profile__heading h5 {
    text-align: center;
}

.about-history__panel {
    background: var(--wp--preset--color--base-gray-01, #f6f6f6);
    padding: var(--wp--preset--spacing--30);
}

.about-history__heading {
    align-items: center;
}

.about-history__heading h2,
.about-history__heading h5 {
    text-align: center;
}

.about-history__image {
    aspect-ratio: 16 / 9;
}

.about-history__more {
    margin-top: var(--wp--preset--spacing--30);
}

@media (max-width: 1279px) {
    .about-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-card--overlay {
        min-height: 420px;
    }

    .about-card__overlay {
        width: 100%;
        min-height: 420px;
    }

    .about-card__overlay-grid {
        grid-template-columns: minmax(260px, 52%) 1fr;
    }
}

@media (max-width: 767px) {
    .about-page-intro {
        padding-bottom: var(--wp--preset--spacing--50);
    }

    .about-page-anchor-nav {
        gap: 1.5rem;
        max-width: 100%;
        display: none !important;
    }

    .about-page-anchor-nav a {
        min-width: 100%;
        border-bottom: 1px solid var(--about-border-color);
        padding-bottom: 0.5rem;
    }

    .about-page-hero__top {
        margin-bottom: var(--wp--preset--spacing--40);
        align-items: center;
    }

    .about-page-hero__nav,
    .about-page-hero__main-media {
        flex-basis: 100% !important;
        width: 100%;
    }

    .about-page-hero__main-image.display-mobile-only {
        margin-inline: calc(50% - 50vw);
    }

    .about-page-hero__main-image.display-mobile-only img {
        width: 100%;
        aspect-ratio: 393 / 189;
        object-fit: cover;
    }

    .about-page-hero__bottom {
        padding-top: var(--wp--preset--spacing--40);
        padding-bottom: var(--wp--preset--spacing--60);
    }

    .about-page-hero__bottom::before {
        top: 85%;
        left: calc(50% - 55vw);
        width: 110vw;
        right: auto;
        transform: rotate(-8deg);
    }

    .about-page-hero__bottom-columns {
        align-items: flex-start;
        margin-bottom: var(--wp--preset--spacing--60);
    }

    .about-page-hero__copy {
        gap: var(--wp--preset--spacing--40);
    }

    .about-page-hero__visuals {
        justify-content: flex-start;
    }

    .about-page-hero__catchcopy-image img {
        width: min(24vw, 96px);
    }

    .about-page-hero__visuals--mobile {
        display: flex;
        align-items: flex-start;
        align-self: start;
    }

    .about-page-hero__sub-media {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 24px;
        max-width: 100%;
        margin-inline: auto;
    }

    .about-page-hero__sub-images {
        flex-direction: column;
        gap: 12px;
        width: 180px;
        margin: 0;
    }

    .about-page-hero__sub-image {
        width: 180px;
        flex: 0 0 auto;
    }

    .about-section-row,
    .about-profile__row {
        grid-template-columns: minmax(0, 1fr);
        flex-direction: column;
    }

    .about-section-row--reverse-mobile {
        flex-direction: column-reverse;
    }

    .about-page-section {
        padding-top: var(--wp--preset--spacing--50);
    }

    .about-message {
        padding-top: var(--wp--preset--spacing--60);
        padding-bottom: var(--wp--preset--spacing--60);
    }

    .about-message__inner {
        gap: var(--wp--preset--spacing--50);
    }

    .about-message__badge {
        right: 0.5rem;
    }

    .about-message__badge img {
        width: min(28vw, 120px);
    }

    .about-message__layout {
        flex-direction: column;
    }

    .about-message__media,
    .about-message__content {
        flex-basis: 100%;
        width: 100%;
    }

    .about-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-regeneration-section__divider {
        margin-bottom: var(--wp--preset--spacing--40);
    }

    .about-regeneration-banner {
        min-height: 220px;
        padding: 1.5rem;
    }

    .about-regeneration-banner__logo {
        width: min(78vw, 420px);
    }

    .about-regeneration-banner__more {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .about-regeneration-banner__arrow {
        width: 24px;
    }

    .about-regeneration-section > .l-container--wide {
        padding-inline: 0;
    }

    .about-business-base .about-card--grid-item {
        align-items: stretch;
        row-gap: var(--wp--preset--spacing--20);
    }

    .about-card--visual-left {
        gap: var(--wp--preset--spacing--30);
    }

    .about-card--visual-left .about-card__media,
    .about-card--visual-left .about-card__content {
        flex-basis: 100%;
        width: 100%;
        padding-right: 0;
    }

    .about-card--overlay {
        min-height: 300px;
    }

    .about-card__overlay {
        width: 100%;
        min-height: 300px;
    }

    .about-card__overlay-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-card__overlay-content {
        padding: 1.5rem;
    }

    .about-strengths .about-strengths__heading {
        align-items: center;
    }

    .about-strengths .about-strengths__heading h2,
    .about-strengths .about-strengths__heading h5 {
        text-align: center;
    }

    .about-strengths .about-card-list {
        gap: var(--wp--preset--spacing--70);
    }

    .about-strengths .about-card h3 {
        text-align: center;
        margin-bottom: 1.25rem;
    }

    .about-strengths .about-card--visual-left > .wp-block-column,
    .about-strengths .about-card--visual-left .about-card__media,
    .about-strengths .about-card--visual-left .about-card__content {
        width: 100%;
        flex: 0 0 auto;
        flex-basis: 100% !important;
        max-width: 100% !important;
        align-self: stretch;
        margin-left: 0;
        margin-right: 0;
    }

    .about-strengths {
        overflow-x: hidden;
    }

    .about-strengths .about-card--visual-left .about-card__media {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .about-strengths .about-card--overlay .about-card__image--overlay {
        margin-inline: calc(50% - 50vw);
    }

    .about-strengths .about-card--visual-left .about-card__image img,
    .about-strengths .about-card--overlay .about-card__image--overlay img {
        aspect-ratio: 375 / 315;
        object-fit: cover;
    }

    .about-strengths .about-card--visual-left .about-card__content,
    .about-strengths .about-card__overlay-content {
        width: 100%;
        max-width: 318px;
        margin-inline: auto;
    }

    .about-strengths .about-card--visual-left .about-card__content {
        padding-right: 0;
    }

    .about-strengths .about-card--overlay {
        min-height: 0;
        overflow: visible;
    }

    .about-strengths .about-card--overlay .about-card__image--overlay {
        position: relative;
        inset: auto;
    }

    .about-strengths .about-card__overlay {
        min-height: 0;
    }

    .about-strengths .about-card__overlay-grid {
        display: block;
        min-height: 0;
    }

    .about-strengths .about-card__overlay-content {
        padding: 2rem 0 0;
        background: none;
        color: var(--wp--preset--color--text, #333333);
    }

    .about-strengths .about-card__overlay-content h3,
    .about-strengths .about-card__overlay-content p {
        color: var(--wp--preset--color--text, #333333);
    }

    .about-strengths .about-strengths__more {
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
    }

    .about-strengths .about-strengths__more .about-more__link {
        min-width: 150px;
        justify-content: space-between;
    }

    .about-profile__row {
        gap: 0.25rem;
    }

}