#content { padding-top: 0 !important;}
.post_content {margin-top: 0 !important;}

.c-pageTitle {display: none;}

.subpege-title {
    position: relative;
    border-radius: 0 0 130px 130px;
}

.subpege-title .top-sns-links {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translatey(-50%);
}

.subpege-title .mv-marquee {
    position: absolute;
    inset: 0;
    left: 0;
	top:50%;
    display: flex;
    /* overflow: hidden; */
    z-index: -1;
    margin-top: auto;
    transform:translatey(50%);
}

.subpege-title .mv-marquee__track {
    font-size: clamp(77px, 12vw, 300px);
}

@media screen and (max-width:767px) { 

.subpege-title .mv-marquee {
    position: absolute;
    inset: 0;
    left: 0;
    bottom: -150px !important;
    display: flex;
    /* overflow: hidden; */
    z-index: -1;
    margin-top: auto;
    transform:translatey(0%);
}

    .subpege-title {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        border-radius: 0 0 40px 40px;
    }
    .subpege-title h1 {
        font-size: 30px !important;
    }
    .subpege-title h2 {
        font-size: 14px !important;
        margin-bottom: 1rem;
    }
    .subpege-title .top-sns-links {
        right: 5%;
    }
    .subpege-title .top-sns-links img {
        width: 25px !important;
        height: 25px !important;
    }
    .subpege-title .top-sns-links .wp-block-group__inner-container>*{
        margin-bottom: 5px;
    }
}

 /* ========== MVV section ========== */
 /* #region Header */


.mvv-section h2 span:first-of-type:after {
    position: absolute;
    top: 60px;left: 0;
    transform: translateY(-50%);
    content: "";
    background-image: url(http://www.dietbeautylab.com/wp-content/uploads/2025/10/image-42.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px; height: 150px;
}

.mvv-section h2 span:first-of-type::before {
    position: absolute;
    top: 80px;right: 0;
    transform: translateY(-50%);
    content: "";
    background-image: url(http://www.dietbeautylab.com/wp-content/uploads/2025/09/image-35.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px; height: 150px;
}

.mvv-mission , .mvv-vision , .mvv-value {
    padding: 2rem  2rem 4rem 2rem;
    position: relative;
}

.mvv-vision   .swell-block-columns__inner {
    align-items: center;
}

.mvv-mission , .mvv-vision  {
    margin-bottom: 5rem;
}

.mvv-mission::after ,.mvv-vision::after , .mvv-value::after {
    position: absolute; left: 0;top: 0;
    display: block;
    content: "";
    width: 100%; height: -webkit-fill-available;
    background: #F5F5F5;
    z-index: -1;
    border-radius: 150px;
}

.mvv-vision::after{
    background: #FFF8E1;
}

.mvv-value::after{
    background: #FFF4EA;
}

@media screen and (max-width:767px) {

    .mvv-section .has-large-font-size {
        font-size: 15px !important;
    }

.mvv-section h2.is-style-section_ttl {
        text-align: left !important;
    }
    
    .mvv-section h2 span:first-of-type::before {
        width: 77px;
        height: 77px;
        top: 0px;
        right: -1rem;
    }
    
    .mvv-section h2 span:first-of-type:after {
        display: none;
    }

    .mvv-section .sp-left  {
        text-align: left;
    }

    .mvv-mission , .mvv-vision , .mvv-value {
        padding: 1.5rem  10px 3rem 10px;
    }

    .mvv-mission::after ,.mvv-vision::after , .mvv-value::after  {
        border-radius: 80px;
        width: 107vw;
        transform: translatex(-50%);
        left: 50%;
    }

    .has-fixed-layout th td:first-of-type, .has-fixed-layout thead th th:first-of-type {
        max-width: 30% !important;
        width: 100% !important;
    }
}
@media screen and (max-width:390px) {

    .mvv-section .has-large-font-size {
        font-size: 13px !important;
    }
}

 /* #endregion */  /* END */