/* mission.css */
/* ベース設定 */
.mission-main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #F2F2F2;
    position: relative;
    overflow-x: hidden;
	    padding-bottom: 50px;
}

/* ヘッダー部分 */
.mission-main .page-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px 40px; /* 下部に余白を追加 */
}

.mission-image {
    margin-top: 60px;
    width: 100%;
}

.mission-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* メインコンテンツエリア */
.mission-content {
    max-width: 1314px;
    margin: 60px auto 0;
    padding: 0 40px;
    position: relative;
        z-index: 2;
}

/* セクションブロック */
.section-block {
    margin-bottom: 60px;
}

.section-block:last-child {
    margin-bottom: 0;
}

.section-block .page-header {
    padding: 0 20px 40px; /* セクションタイトルと白コンテナの間の余白 */
}

/* 白コンテナのスタイル */
.content-area {
    display: flex;
    padding: 58px 66px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 28px;
    background: #FFF;
    margin: 0 17px;
}

/* ミッションタイトルスタイル */
.mission-title-red, .vision-title-red {
    color: #E60012;
    font-family: "BIZ UDGothic";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 3.92px;
}

.mission-title-blue, .vision-title-blue {
    color: #28A7E1;
    font-family: "BIZ UDGothic";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: 3.92px;
}

/* テキストスタイル */
.mission-text, .vision-text {
    margin-top: 15px;
    color: #333;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 2.24px;
}

/* ビジョンテキスト特有のスタイル */
.vision-text p {
    margin-bottom: 15px;
}

.vision-text p:last-child {
    margin-bottom: 0;
}

/* バリューセクション */
.value-item {
    margin-bottom: 30px;
}

.value-item:last-child {
    margin-bottom: 0;
}

.value-title {
    color: #E60012;
    font-family: "BIZ UDGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 2.8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.value-title-en {
    margin-left: 10px;
    font-size: 18px;
}

.value-text {
    color: #333;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 2.24px;
}

/* 左側のシェイプ */
.left-blue-shape1 {
    position: absolute;
    top: 14%;
    left: 0%;
    z-index: 2;
}

.left-red-shape1 {
    position: absolute;
    top: 20%;
    left: 0%;
    z-index: 1;
}

.left-pink-shape1 {
    position: absolute;
    bottom: 48%;
    left: 0;
    z-index: 0;
}

.left-blue-shape2 {
    position: absolute;
    bottom: 0%;
    width: 39%;
    left: 0;
    z-index: 0;
}

/* 右側のシェイプ */
.right-red-shape1 {
    position: absolute;
    top: 105px;
    width: 10%;
    right: 80px;
    z-index: 2;
}

.right-blue-shape1 {
    position: absolute;
    top: 192px;
    width: 7%;
    right: 20px;
    z-index: 2;
}

.right-blue-shape2 {
    position: absolute;
    bottom: 48%;
    right: 0;
    z-index: 0;
}

.right-red-shape2 {
    position: absolute;
    bottom: 46%;
    right: 0%;
    z-index: 0;
}

.right-red-shape3 {
    position: absolute;
    bottom: 24%;
    right: 8%;
    z-index: 0;
}

/* タブレット用メディアクエリ */
@media (max-width: 1024px) {
    .mission-main .page-header {
        padding: 60px 20px 30px;
    }

    .mission-image {
        margin-top: 40px;
    }

    .mission-content {
        margin-top: 40px;
    }

    .content-area {
        padding: 40px;
        margin: 0 17px;
    }

    .mission-title-red, .mission-title-blue,
    .vision-title-red, .vision-title-blue {
        font-size: 24px;
        letter-spacing: 3px;
        line-height: 1.4;
    }
}

/* スマートフォン用メディアクエリ */
@media (max-width: 767px) {
    .mission-main .page-header {
        padding: 40px 30px 20px;
    }

    .mission-image {
        margin-top: 30px;
    }

    .mission-content {
        margin-top: 30px;
        padding: 0 2%;
    }

    .section-block {
        margin-bottom: 40px;
    }

    .section-block .page-header {
        padding: 0 15px 20px;
    }

    .content-area {
        padding: 40px 30px;
        border-radius: 20px;
    }

    .mission-title-red, .mission-title-blue,
    .vision-title-red, .vision-title-blue {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.4;
    }

    .mission-text, .vision-text {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 1.5px;
    }

    .value-item {
        margin-bottom: 25px;
    }

    .value-title {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }

    .value-title-en {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        font-size: 16px;
    }

    .value-text {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 1.5px;
    }
    .mission-title {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

/* 小型スマートフォン用メディアクエリ */
@media (max-width: 374px) {
    .content-area {
        padding: 25px 15px;
    }

    .mission-title-red, .mission-title-blue,
    .vision-title-red, .vision-title-blue {
        font-size: 18px;
        letter-spacing: 1.5px;
    }

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

    .value-title-en {
        font-size: 14px;
    }
}


/* レスポンシブ対応 */
@media (max-width: 1200px) {
    .right-red-shape1 {
        width: 160px;
        height: 160px;
        top: 3%;
        left: 83%;
    }

    .right-blue-shape1 {
        width: 100px;
        height: 100px;
        top: 7%;
    }

    .right-red-shape2,
    .right-red-shape3,
    .left-pink-shape1,
    .left-blue-shape2 {
        width: 200px;
        height: 200px;
    }

    .right-blue-shape2 {
        top: 22%;
        width: 48%;
    }

    .right-red-shape2 {
        top: 40%;
        width: 8%;
    }

    .left-red-shape1 {
        top: 373px;
        left: 40px;
        width: 11%;
    }

    .left-blue-shape1 {
        top: 22%;
        left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .left-red-shape1 {
        top: 15%;
        left: -2%;
    }

    .left-blue-shape1 {
        top: 59%;
        left: 0;
    }
    .left-pink-shape1 {
        bottom: 56%;
        left: 0;
    }
    .right-red-shape3 {
        left: 85%;
    }
}

@media (max-width: 500px) {
    .mission-image img{
        width: 100%;
    height: 170px;
    display: block;
    }
    .left-blue-shape1 {
        top: 12%;
        left: 0;
        width: 20%;
    }
    .left-red-shape1 {
        top: 8%;
        left: 0px;
        width: 20%;
    }
    .left-pink-shape1 {
        bottom: 69%;
        left: 0;
        width: 12%;
    }
    .right-red-shape1 {
        width: 74px;
        height: 88px;
        top: 3%;
        left: 91%;
    }
    .right-blue-shape1 {
        width: 63px;
        height: 48px;
        top: 5%;
        left: 87%;
    }
    .right-blue-shape2 {
        top: 32%;
        width: 64%;
    }
    .right-red-shape2 {
        top: 40%;
        width: 15%;
    }
    .right-red-shape3 {
        width: 15%;
    }
}