/* about.php 専用スタイル */

/* ページヘッダーの調整 */
.page-header {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #fff;
}

@media (max-width: 768px) {
    .page-header {
        padding-top: 100px !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.about-page-description {
    color: #333;
    font-size: 18px;
    line-height: 2;
    margin: 38px 0 0;
}

@media (max-width: 768px) {
    .about-page-description {
        font-size: 16px;
        line-height: 1.9;
        margin-top: 22px;
    }
}

/* PC版：最後のcontent-sectionとフッターの間の余白 */
@media (min-width: 769px) {
    .page-content {
        padding-bottom: 3.75rem;
    }
}

/* メインビジュアル */
.about-hero-image {
    padding: 0 0 60px;
    background-color: #fff;
    margin-top: 0;
}

@media (max-width: 768px) {
    .about-hero-image {
        padding: 0 0 40px;
        margin-top: 0;
    }
}

.about-hero-image .container {
    padding: 0 16px;
}

.about-hero-img-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #e0e0e0;
    min-height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .about-hero-img-wrapper {
        min-height: 200px;
        border-radius: 10px;
    }
}

.about-hero-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .about-hero-img {
        border-radius: 10px;
    }
}

.about-hero-img-pc {
    display: block;
}

@media (max-width: 768px) {
    .about-hero-img-pc {
        display: none;
    }
}

.about-hero-img-sp {
    display: none;
}

@media (max-width: 768px) {
    .about-hero-img-sp {
        display: block;
    }
}

/* 協会概要セクション */
.about-info-section {
    padding: 80px 0;
    background-color: #E8F3E3;
    width: 100%;
}

.about-reasons-section {
    background-color: #fff;
}

.about-company-section {
    background-color: #E8F3E3;
}

@media (min-width: 769px) {
    .about-info-section {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about-info-section {
        padding: 40px 0;
    }
}

/* 情報テーブル */
.about-info-table {
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 1rem 2rem;
    border: 1px solid #4C9A2A;
}

@media (max-width: 768px) {
    .about-info-table {
        padding: 0 1.5rem;
    }
}

.info-list {
    margin: 0;
    padding: 0;
}

.info-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}

.info-item:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .info-item {
        flex-direction: column;
        gap: 0.5rem;
    }
}

.info-item dt {
    width: 140px;
    flex-shrink: 0;
    font-weight: bold;
    color: #4C9A2A;
}

@media (max-width: 768px) {
    .info-item dt {
        width: 100%;
    }
}

.info-item dd {
    margin: 0;
    flex: 1;
}

.info-item dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-item dd ul li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.25rem;
}

.info-item dd ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #4C9A2A;
}

/* 代表理事の挨拶 */
.about-message-section {
    padding: 80px 0;
    background-color: #fff;
}

@media (min-width: 769px) {
    .about-message-section {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
        right: calc(50% - 50vw);
    }
}

@media (max-width: 768px) {
    .about-message-section {
        padding: 40px 0;
    }
}

.about-message-visual {
    width: 100%;
    height: 194px;
    margin: 0 auto 3rem;
    border-radius: 10px;
    overflow: hidden;
}

.about-message-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .about-message-visual {
        height: auto;
        aspect-ratio: 358 / 194;
        margin-bottom: 2rem;
    }
}

.about-message-body {
    /* background-color: #FCFFFB; */
    /* border: 1px solid #4C9A2A; */
    /* border-radius: 10px; */
    /* padding: 2rem; */
}

.signature {
    text-align: right;
    margin-top: 3rem;
    padding-top: 2rem;
}

p.signature-title {
    margin-bottom: 0;
    font-weight: bold;
}

.signature-org {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .signature {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    .signature-title {
        font-size: 14px;
    }

    .signature-org {
        font-size: 12px;
    }
}
