/* =====================================
   弁護士紹介ページ専用スタイル
===================================== */

.about-page {
    padding: 36px 0 0;
}

.about-page__content {
    color: #333333;
}

.about-section {
    margin-bottom: 60px;
}

.about-section__header {
    margin-bottom: 24px;
}

.about-section__title,
.about-section__subtitle {
    margin: 0;
}

.about-section__title {
    background: #EF7D00;
    color: #FFFFFF;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 1.5625;
    padding: 25px 10px 25px 48px;
    position: relative;
    z-index: 0;
    font-weight: 700;
}

.about-section__title::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.about-section__subtitle {
    border-left: 9px solid #EF7D00;
    border-bottom: 2px solid #CBCAC9;
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.7;
    padding: 9px 0 9px 30px;
}

.about-copy p {
    margin: 0 0 1.4em;
    line-height: 2;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

.about-copy__signature {
    text-align: right;
}

.about-copy--lead {
    margin-top: 32px;
}

.about-copy--compact {
    margin-bottom: 40px;
}

.about-media::after {
    content: "";
    display: block;
    clear: both;
}

.about-media__figure {
    width: 36%;
    float: right;
    margin: 0 0 20px 20px;
    text-align: right;
}

.about-media--left .about-media__figure {
    float: left;
    margin: 0 20px 20px 0;
    text-align: left;
}

.about-media__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.about-media--compact .about-copy {
    min-height: 0;
}

.about-profile {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.about-profile__image {
    margin: 0;
}

.about-profile__image img {
    display: block;
    width: 100%;
    height: auto;
}

.about-lawyer__career {
    margin-top: 0;
}

.about-table-wrap {
    overflow-x: auto;
}

.about-table {
    width: 100%;
    border-collapse: collapse;
}

.about-table th,
.about-table td {
    padding: 10px 0 10px 20px;
    text-align: left;
    font-weight: 500;
    line-height: 1.8;
}

.about-table th {
    width: 26%;
    border-bottom: 1px solid #EF7D00;
}

.about-table td {
    width: 74%;
    border-bottom: 1px solid #CBCAC9;
}

.about-table td a {
    color: #000000;
    text-decoration: underline;
}

.about-map {
    margin-bottom: 24px;
}

.about-map iframe {
    display: block;
    width: 100%;
    min-height: 450px;
    border: 0;
}

.about-access-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-access-list li {
    position: relative;
    padding: 2px 0 2px 27px;
    line-height: 1.9;
}

.about-access-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #EF7D00;
}

.about-nav {
    gap: 12px;
    margin: 0 0 60px;
    padding: 0 0 18px;
    border-bottom: 1px solid #E3DED9;
}

.about-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-nav__link {
    display: inline-block;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 0.22em;
    transition: opacity 0.2s ease;
}

.about-nav__link:hover {
    opacity: 0.85;
}

.about-interview-group {
    margin-top: 10px;
}

.about-interview__question {
    margin: 0;
    padding-left: 18px;
    border-left: 4px solid #EF7D00;
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .about-page {
        padding-top: 24px;
    }

    .about-section {
        margin-bottom: 48px;
    }

    .about-section__title {
        font-size: 22px;
        padding: 20px 10px 20px 32px;
    }

    .about-section__subtitle {
        font-size: 22px;
        letter-spacing: 0.06em;
        padding-left: 20px;
    }

    .about-media__figure,
    .about-media--left .about-media__figure {
        width: 100%;
        float: none;
        margin: 0 0 20px;
        text-align: center;
    }

    .about-profile {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-profile__image {
        order: -1;
    }

    .about-table th,
    .about-table td {
        display: block;
        width: 100%;
        padding: 12px 10px;
    }

    .about-table th {
        padding-bottom: 6px;
        border-bottom: 0;
    }

    .about-table td {
        padding-top: 0;
    }

    .about-map iframe {
        min-height: 320px;
    }

    .about-nav {
        margin-bottom: 48px;
        padding-bottom: 14px;
    }

    .about-nav__list {
        gap: 10px 16px;
    }

    .about-interview__question {
        font-size: 18px;
        padding-left: 14px;
    }
}
