.greeting-page {
    margin-top: 24px;
    margin-bottom: 48px;
}

.greeting-page_inner {
    max-width: 920px;
}

.greeting-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 44px;
}

.greeting-head_text {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 6px;
}

.greeting-copy {
    margin: 0 0 28px;
    color: #222222;
    font-size: 34px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.greeting-head_intro {
    margin: 0 0 18px;
    color: #333333;
    font-size: 16px;
    line-height: 2;
}

.greeting-director {
    flex: 0 0 300px;
    margin: 0;
}

.greeting-director img {
    display: block;
    width: 100%;
    height: auto;
}

.greeting-director figcaption {
    background: #7da05a;
    padding: 14px 16px 12px;
    text-align: center;
}

.greeting-director_title {
    display: block;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.greeting-director_name {
    display: block;
    margin-top: 2px;
    color: #fff3a0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.greeting-body {
    color: #333333;
}

.greeting-body p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 2;
}

.greeting-statement {
    margin-top: 28px;
    margin-bottom: 28px;
}

.greeting-sign {
    margin-top: 40px;
    text-align: right;
}

.greeting-sign p {
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .greeting-head {
        gap: 28px;
    }

    .greeting-copy {
        font-size: 30px;
    }

    .greeting-director {
        flex: 0 0 260px;
    }

    .greeting-director_title {
        font-size: 24px;
    }

    .greeting-director_name {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .greeting-page {
        margin-top: 20px;
        margin-bottom: 36px;
    }

    .greeting-head {
        display: block;
        margin-bottom: 32px;
    }

    .greeting-copy {
        margin-bottom: 22px;
        font-size: 26px;
        line-height: 1.5;
    }

    .greeting-head_intro,
    .greeting-body p,
    .greeting-sign p {
        font-size: 15px;
        line-height: 1.9;
    }

    .greeting-director {
        width: 240px;
        margin: 28px auto 0;
    }

    .greeting-director_title {
        font-size: 22px;
    }

    .greeting-director_name {
        font-size: 16px;
    }

    .greeting-sign {
        margin-top: 32px;
    }
}