/* =========================
   section1
========================= */
.lower-layer_section {
    padding: 50px 0 0;
}

.blog-inner {
    width: clamp(0px, calc(100% - 40px), 1080px);
    margin: 0 auto;
}

.blog-head-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: clamp(40px, 10.25vw, 140px);
    align-items: end;
    margin-bottom: clamp(2px, 0.37vw, 5px);
}

.blog-title {
    font-family: "ABeeZee", sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 7.32vw, 100px);
    line-height: 1;
    color: #BFD1C6;
    margin: 0;
}

/* .blog-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: clamp(4px, 0.73vw, 10px);
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
} */

.blog-meta {
    display: flex;
    align-items: center;
    gap: clamp(6px, 0.73vw, 10px);
    margin-bottom: clamp(48px, 7.9vw, 108px);
    padding-left: clamp(4px, 0.73vw, 10px);
}

.blog-dot {
    width: clamp(6px, 0.88vw, 12px);
    height: clamp(6px, 0.88vw, 12px);
    background: #006E7C;
    border-radius: 50%;
}

.blog-meta-text {
    font-size: clamp(14px, 1.46vw, 20px);
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 819px) {
    .blog-head-wrap {
        grid-template-columns: 1fr;
        row-gap: 12px;
        align-items: start;
    }

    .blog-title {
        font-size: clamp(48px, 12vw, 72px);
    }

    /* .blog-desc {
        max-width: none;
    } */


    /* 見出しブロックだけ制御 */
    .blog-inner:first-of-type {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* 中の h2 / desc を同階層にする */
    .blog-inner:first-of-type .blog-head-wrap {
        display: contents;
    }

    /* ▼ 並び順を作る */
    .blog-inner:first-of-type .blog-title {
        order: 1;
    }

    .blog-inner:first-of-type .blog-meta {
        order: 2;
        margin-bottom: 0;
    }

    /* .blog-inner:first-of-type .blog-desc {
        order: 3;
    } */

    /* ▼ それ以外は全部下に送る */
    .blog-inner:first-of-type .blog-category-hint,
    .blog-inner:first-of-type .blog-category {
        order: 10;
    }
}

/* テキストは必ず前面 */
.lower-layer_section>* {
    position: relative;
    z-index: 1;
}

@media (max-width: 1365px) {
    .lower-layer_section::before {
        left: 0;
        top: 130px;
        width: clamp(120px, 17.3vw, 250px);
        height: clamp(120px, 17.3vw, 250px);
    }
}


@media (max-width: 819px) {
    .lower-layer_section {
        padding: 0px 0 50px;
    }
}

/* =========================
   section2
========================= */
.about-message {
    padding: 0 0 clamp(60px, 8.8vw, 120px);
}

.about-message__inner {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
}

.about-message__text-top {
    margin-bottom: clamp(35px, 5.1vw, 70px);
}

.about-message__text-top p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

.about-message__image {
    margin-bottom: clamp(40px, 5.86vw, 80px);
}

.about-message__image img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

/* .about-message__bottom {
        max-width: 970px;
    } */

.about-message__title {
    color: #006E7C;
    font-size: clamp(20px, 2.34vw, 32px);
    line-height: 1.2;
    margin-bottom: clamp(15px, 2.2vw, 30px);
    font-weight: 400;
    font-family: "Abel", sans-serif;
}

.about-message__description {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

/* =========================
   section3
========================= */
.message__inner {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
}

.message__content {
    display: flex;
    justify-content: space-between;
    gap: clamp(10px, 1.46vw, 20px);
}

/* =========================
   左側
========================= */

.message__left {
    flex: 1;
    padding-top: clamp(40px, 6.59vw, 90px);
}

.message__text {
    max-width: clamp(300px, 49.26vw, 550px);
}

.message__text p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

.message__name {
    margin-top: clamp(15px, 2.2vw, 30px);
}

.message__position {
    font-size: clamp(16px, 1.32vw, 18px);
    line-height: 1.5;
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

.message__ceo {
    font-size: clamp(18px, 2.05vw, 28px);
    line-height: 1.5;
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

/* =========================
   右側
========================= */
.message {
    padding-bottom: clamp(80px, 10.98vw, 150px);
}

.message__right {
    max-width: clamp(250px, 39.94vw, 450px);
}

.message__photo img {
    width: 100%;
    display: block;
    margin-bottom: clamp(5px, 0.73vw, 10px);
}

.message__profile-block {
    margin-bottom: clamp(5px, 0.73vw, 10px);
}

.message__profile-title {
    position: relative;
    padding-left: clamp(10px, 1.32vw, 18px);
    margin-bottom: clamp(3px, 0.37vw, 5px);
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

.message__profile-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: clamp(3px, 0.37vw, 5px);
    width: clamp(6px, 0.73vw, 10px);
    height: clamp(6px, 0.73vw, 10px);
    background: #FF8F86;
    border-radius: 50%;
}

.message__profile ul {
    padding-left: clamp(10px, 1.32vw, 18px);
    padding-bottom: clamp(5px, 0.73vw, 10px);
}

.message__profile li {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
}

/* =========================
   SP
========================= */
@media (max-width: 768px) {
    .message__left {
        padding-top: 0;
    }

    .sp-none {
        display: none;
    }

    .message__text {
        max-width: 100%;
    }

    .message__content {
        flex-direction: column;
        gap: 50px;
    }

    .message__right {
        width: 100%;
        max-width: 100%;
    }

    .message__photo img {
        width: 50%;
        margin: auto;
    }

    .message__profile {
        margin-top: 50px;
    }

}

@media (max-width: 500px) {
    .message__photo img {
        width: 75%;
    }
}