.mission-area__header>p {
    color: #002060;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
}

/* Vision */

#vision {
    position: relative;
}

.vision-bg {
    position: absolute;
    z-index: -1;
}

.vision-area__header p {
    color: #002060;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.vision-area__header p:last-child {
    font-size: 24px;
    font-weight: 100;
}

.vision {
    margin-top: 80px;
}

.vision-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 2.5rem;
}

.vision-text, .vision-img {
    width: calc(100% / 2);
}

.vision-text__title {
    font-size: 28px;
    font-weight: 700;
}


/* Value */
#value .section-header>p {
    font-size: 48px;
    color: #002060;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
#value .section-header>p:last-child {
    font-size: 24px;
    font-weight: 100;
}

#value .section-title02 {
    margin-top: 0;
}

.value h3 {
    font-size: 24px;
}

.value-inner {
    display: flex;
    gap: 40px;
    margin-top: 2.5rem;
}

.value-item {
    width: calc(100% / 2);
}

.value-text p {
    margin-bottom: 4rem;
}

/* Message */
.message-inner {
    display: block;
}

/* テキスト */
.message-text {
    font-size: 1.15rem;
    line-height: 2;
    text-align: justify;
}

.message-text-bold{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

/* 画像を右に回り込み */
.message-img {
    float: right;
    width: 368px;
    max-width: 40%;
    margin: 0 0 20px 40px; /* 左に余白を作る */
}

.message-img img {
    width: 100%;
    height: auto;
}

.message-img figcaption {
    margin-top: 8px;
    text-align: right;
    font-weight: 700;
    font-size: 0.9rem;
}

/* float解除 */
.message-inner::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
  .message-img {
    float: none;          /* 回り込み解除 */
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;     /* 文字の下に画像 */
  }
  .message-text {
    font-size: 1rem;
}
  .message-text-bold{
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
}

/* 20260126 左右揃えのCSS */
/* .message-inner {
    display: flex;
    gap: 60px;
}

.message-text {
    max-width: 30rem;
    text-align: justify;
}

.message-img {
    width: 368px;
    max-width: 100%;
}

.message-img figcaption {
    text-align: right;
    font-weight: 700;
} */

/* Management Members */
.members-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.members-item {
    margin-top: 40px;
}

.members h3 {
    font-size: 24px;
    margin-top: 0;
}

.members h3 span {
    display: block;
    font-size: 16px;
}

.members-text span {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .mission-area__header>p {
        text-align: left;
        font-size: 20px;
        font-weight: 400;
        font-weight: 700;
    }

    .vision-area__header p {
        text-align: left;
        font-size: 20px;
        font-weight: normal;
        font-weight: 700;
    }

    .vision-area__header p:last-child {
        font-size: 14px;
    }

    .vision {
        margin-top: 40px;
    }

    .vision-item {
        gap: 20px;
        flex-direction: column;
    }

    .vision-text {
        font-size: 16px;
        width: 100%;
    }

    .vision-text p+p {
        margin-top: 20px;
    }

    .vision-img {
        width: 100%;
    }


    .vision-text__title {
        font-size: 16px;
    }

    #value.section {
        padding-top: 60px;
    }

    #value .section-header>p {
        text-align: left;
        font-size: 20px;
        font-weight: 700px;
    }
    #value .section-header>p:last-child {
    font-size: 14px;
    font-weight: 100;
}

    .value h3 {
        font-size: 16px;
    }

    .value-inner {
        flex-direction: column;
        gap: 0;
    }

    .value-item {
        width: 100%;
    }

    .value-text p {
        margin-bottom: 2rem;
    }

    .message-inner {
        flex-direction: column;
        gap: 40px;
    }

    .members-img {
        width: 128px;
    }

    .members-text span {
        display: block;
    }
}