:root {
    --font-base: 'Noto Sans JP', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-base);
    background-color: #FDF9F3;
    color: #8B8174;
    line-height: 1.5;
	min-height: 100vh !important;
	height:auto;
}

.sp {
    display: none;
}

img {
    max-width: 100%;
    display: block;
}


.fv {
    background-image:
        linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 70%,
            #ffffff 100%),
        url('https://dc-okinawa.com/wp-content/uploads/2026/01/fv-back-scaled.png');

    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 40px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    max-width: 1100px;
    margin: 0 auto;
}

.header-logo img {
    height: 30px;
    width: auto;
    display: block;
}

.header-nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.header-nav a {
    text-decoration: none;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    font-family: sans-serif;
    letter-spacing: 0.05em;
}

.header-nav a:hover {
    opacity: 0.7;
}

.fv-content {
    display: flex;
    justify-content: center;

    align-items: center;

    height: 50vh;

    width: 100%;
    overflow: visible;

}

.fv-text {
    position: relative;

    width: 60%;

    margin: 0 auto;

}

.fv-text h1 {
    font-size: 60px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 1.333rem;
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #2d9ae2;
    font-family: "Noto Serif JP";
    paint-order: stroke fill;
    text-shadow:

        0 0 2px #fff,
        0 0 5px #fff,
        0 0 5px #fff,



        0 0 10px #fff,
        0 0 10px #fff,

        0 0 20px #fff,
        0 0 20px #fff,

        0 0 30px #fff,
        0 0 40px #fff,


        0 0 60px #fff,
        0 0 80px #fff,
        0 0 100px #fff,
        0 0 120px #fff,
        0 0 150px #fff;

}


.fv-eng {
    display: block;
    position: absolute;

    z-index: 1;



    width: 80%;

    /* max-width: 700px; */
    height: auto;


    top: 60%;

    left: 30%;

    transform: translateY(-20%);



    opacity: 0.9;
}

.fv-content p {
    position: absolute;

    bottom: 20%;

    left: 50%;

    transform: translateX(-50%);



    font-size: 32px;

    font-weight: bold;

    letter-spacing: 0.2em;

    white-space: nowrap;

    color: #004040;

    text-shadow:

        0 0 2px #fff,
        0 0 5px #fff,
        0 0 5px #fff,



        0 0 10px #fff,
        0 0 10px #fff,

        0 0 20px #fff,
        0 0 20px #fff,

        0 0 30px #fff,
        0 0 40px #fff,


        0 0 60px #fff,
        0 0 80px #fff,
        0 0 100px #fff,
        0 0 120px #fff,
        0 0 150px #fff;

}




@media screen and (max-width: 768px) {
    .fv-text h1 {
        font-size: 32px;

    }

    .fv-eng {
        width: 120%;
        left: 10%;
    }
}

.mission {
    position: relative;
    width: 100%;
    height: 2600px;
    padding-top: 40%;
}

.mission::before {
    content: "";
    position: absolute;
    top: 0;

    left: 0;
    width: 100%;


    height: 150px;


    background: linear-gradient(to bottom, #ffffff 20%, rgba(255, 255, 255, 0) 100%);


    z-index: 0;


    pointer-events: none;
}


.mission-content {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 1000px;
    padding-top: 50px;
}

.mission-back-img {
    width: 100%;

    height: auto;
    vertical-align: bottom;

}

.mission-map {
    position: absolute;



    top: -20%;
    left: 50%;
    transform: translate(-50%, 0%);



    z-index: 0;


    width: 100%;
    height: 75%;

}

.mission .mission-title {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.mission .mission-title>div {
    position: relative;
    z-index: 2;
}

.mission .mission-title img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: 1;
}

.mission .mission-title h2 {
    font-family: "Just Me Again Down Here", cursive;
    color: #95CFC3;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: -30px;
    letter-spacing: 0.2em;
}

.mission .mission-title p {
    font-family: "Just Me Again Down Here", cursive;
    color: #8B8174;
    font-size: 40px;
    margin-top: 20px;
}

.mission-text {
    font-family: "Just Me Again Down Here", cursive;
    color: #8B8174;

    font-size: 20px;
    margin: 0;
}

.mission-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px;
}

.mission-body .mission-text {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.8rem;
    line-height: 50px;

}

.mission-body .mission-text span {
    color: #95CFC3;

}

.mvv-container {
    width: 100%;
    max-width: 1000px;

    margin: 60px auto 0;
}

.mvv-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;


    gap: 40px;

    background-color: rgba(255, 255, 255, 0.70);
    padding: 50px;

    margin-bottom: 40px;
    border-top: 1px solid #95CFC3;
    border-bottom: 1px solid #95CFC3;
}

.mvv-item.reverse {
    flex-direction: row-reverse;
}

.mvv-item.mvv-last-item {
    border-bottom: none;
    border-top: none;
}

.mvv-text {
    width: 45%;

}

.mvv-img {
    width: 50%;
    display: flex;
    justify-content: center;
}

.mvv-img img {
    width: 100%;
    height: auto;


}

.mvv-title-wrapper {
    background-image: url('https://dc-okinawa.com/wp-content/uploads/2026/01/3f09b761187eefad9feabc50909b2cc942dafc9c.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 70%;
    padding: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.mvv-title {
    font-family: sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
    font-style: italic;
}

.mvv-subtitle {
    display: block;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
}

.mvv-desc {
    font-size: 16px;
    line-height: 2;
    color: #8B8174;
    text-align: justify;

}

.mvv-desc .highlight {
    color: #e67e22;

    font-weight: bold;
}

@media (max-width: 768px) {

    .mvv-item,
    .mvv-item.reverse {
        flex-direction: column-reverse;

        text-align: center;
        padding: 40px 0;
    }

    .mvv-text,
    .mvv-img {
        width: 100%;
    }

    .mvv-title-wrapper {
        margin-top: 20px;
    }
}

.values-extension {
    margin-top: 15px;

    text-align: center;

}

.values-philosophy {
    margin-bottom: 80px;
}

.mvv-title-wrapper.orange-brush {

    background-image: url('https://dc-okinawa.com/wp-content/uploads/2026/01/sheet-pink.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;


    color: #fff;
    padding: 10px 60px;

    margin-bottom: 30px;
}

.philosophy-text {
    font-size: 20px;
    line-height: 2.2;
    color: #8B8174;
    font-feature-settings: "palt";
}

.values-list {
    list-style: none;
    padding: 0;
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
}

.values-list li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.v-term {
    width: 100px;
    flex-shrink: 0;
    color: #FA9B7A;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: justify;
    text-align-last: justify;
    margin-right: 40px;
}

.v-desc {
    font-size: 18px;
    color: #8B8174; 
    line-height: 1.6;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .values-list li {
        display: block;

        margin-bottom: 30px;
        text-align: center;
    }

    .v-term {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.mvv-last {

    background-color: rgba(255, 255, 255, 0.70);
    padding: 50px;
    border-top: 1px solid #95CFC3;
    border-bottom: 1px solid #95CFC3;
}

.about {
    position: relative;
    width: 100%;
    min-height: 1200px;
}

.about-back-img {
    margin-top: 20%;
}

.about-content {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1400px;
}

.about .about-title {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.about .about-title>div {
    position: relative;
    z-index: 2;
}

.about .about-title img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: 1;
}

.about .about-title h2 {
    color: #95CFC3;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: -30px;
    letter-spacing: 0.2em;
}

.about .about-title p {
    font-family: "Just Me Again Down Here", cursive;
    color: #8B8174;
    font-size: 40px;
    margin-top: 20px;
}

.about-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
}



.about-body>div:first-child img {
    width: 80%;
    margin: 0 auto;
}

.about-body>div:last-child {
    display: flex;
    justify-content: center;
    width: 150%;
    max-width: 1300px;
    transform: translateY(-20%);
}

.about-body>div:last-child img {
    width: 100%;
    margin: 0 auto;

}

.about-body>div:last-child>div {
    flex: 1;
}

.about-item {
    position: relative;

}

.about-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;

    text-align: center;

    z-index: 2;

}

.text-title {
    font-weight: bold;
    color: #95CFC3;

    margin-bottom: 10px;
    font-size: 22px;
}

.text-desc {
    font-size: 22px;
    line-height: 1.6;
    color: #8B8174;
    letter-spacing: 0.3em;
    width: 65%;
    margin: 0 auto;
    text-align: left;
}


.about-body>div:first-child.about-item {
    width: 65%;
    margin: 0 auto;
}

.about-body>div:first-child.about-item .text-desc {
    width: 50%;
}

.about-body>div:first-child.about-item .about-text {
    left: 52%;
}

@media (max-width: 1250px) {
    .about-body>div:first-child.about-item .about-text {
        width: 67%;
        left: 53%;
    }

    .about-body>div:first-child.about-item .about-text .text-title {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
    }

    .about-body>div:first-child.about-item .text-desc {
        font-size: 18px;
        width: 60%;
    }

    .mission {
        height: 2700px;
    }
}

@media (max-width: 1024px) {
    .about {
        min-height: 1000px;
    }

    .mission {
        height: 2600px;
    }

    .mission-body {
        padding: 40px 20px;
    }

    .mission-body .mission-text {
        font-size: 24px;
    }

    .about-content {
        top: 0%;
    }

    .about-body>div:first-child.about-item .about-text .text-title {
        font-size: 18px;
    }

    .about-body>div:first-child.about-item .text-desc {
        font-size: 16px;
    }
}

.about-item img {
    width: 100%;
    height: auto;
    display: block;
}

.about-item2 img {
    min-height: 380px;
    width: 90%;
}

.about-item2 .about-text {
    left: 63%;
}

.about-item2 .about-item-img {
    width: 115% !important;
    max-width: 130% !important;
}

@media (max-width: 1250px) {
    .about-body>div:last-child {
        width: 100%;
    }

    .about-text {
        top: 45%;
    }

    .about-item2 .about-item-img {
        width: 110% !important;
        max-width: 110% !important;
    }

    .text-title {
        font-size: 20px;
    }

    .text-desc {
        font-size: 18px;
    }

    .about-item2 .about-text {
        left: 60%;
        top: 47%;
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .text-title {
        font-size: 18px;
    }

    .text-desc {
        font-size: 16px;
    }
}



img {
    max-width: 100%;
    height: auto;
    display: block;
}

.business-partner .business-title {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.business-partner .business-title>div {
    position: relative;
    z-index: 2;
}

.business-partner .business-title img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: 1;
}

.business-partner .business-title h2 {
    color: #95CFC3;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: -30px;
    letter-spacing: 0.2em;
}

.business-partner .business-title p {
    font-family: "Just Me Again Down Here", cursive;
    color: #8B8174;
    font-size: 40px;
    margin-top: 20px;
}


.business-partner .client-title {
    width: 80%;
    padding-top: 100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.business-partner .client-title {
    position: relative;
    z-index: 2;
}

.business-partner .client-title h3 {
    color: #95CFC3;
    font-size: 26px;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-shadow:
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 30px #fff,
        0 0 50px #fff;
}

.business-partner .client-title img {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 200%;
    height: auto;
    z-index: 1;
}

.client-about {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 60px auto;
    max-width: 800px;
}

.service-box {
    position: relative;
    width: 30%;
    max-width: 250px;
}

.service-box img {
    width: 67%;
    height: auto;
    display: block;
    opacity: 0.55;
    margin: 0 auto;
}

.service-box p {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    text-align: center;
    color: #95CFC3;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
}

.client-detail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.client-item {
    padding-left: 15%;
}

.client-name {
    font-size: 16px;
    font-weight: bold;
    color: #8B8174;
    border-bottom: 1px solid #8B8174;
    display: inline-block;
    margin-bottom: 15px;
}

.project-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.business-partner .business-partner-asset {
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

.recruit {
    position: relative;
    width: 100%;
    min-height: 3200px;
    max-height: 3200px;
}

.recruit>img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 3200px;
    max-height: 3200px;

}

.recruit-content {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    max-width: 1000px;
}


.recruit .recruit-title {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.recruit .recruit-title>div {
    position: relative;
    z-index: 2;
}

.recruit .recruit-title img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: 1;
}

.recruit .recruit-title h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: -30px;
    letter-spacing: 0.2em;
}

.recruit .recruit-title p {
    font-family: "Just Me Again Down Here", cursive;
    color: #8B8174;
    font-size: 40px;
    margin-top: 20px;
}

.recruit-body {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.recruit-item {
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.recruit-header {
    background-color: #67C2B0;

    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.recruit-icon {
    height: 40px;
    width: auto;
}

.recruit-header h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.1em;
}

.recruit-list-box {
    background-color: #ffffff;
    padding: 15px 60px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.recruit-list-box ul {
    margin: 0;
    padding-left: 20px;
    color: #aaa;
}

.recruit-list-box li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #8B8174;
    font-size: 15px;
}


.recruit .recruit-flow-title {
    /* width: 30%; */
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.recruit .recruit-flow-title>div {
    position: relative;
    z-index: 2;
}

.recruit .recruit-flow-title .recruit-flow-as {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: 1;
}

.recruit .recruit-flow-title h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: -30px;
    padding-bottom: 30px;
    letter-spacing: 0.2em;
}

.recruit .recruit-flow-title p {
    font-family: "Just Me Again Down Here", cursive;
    color: #95CFC3;
    font-size: 24px;
    margin: 0;
}

.recruit .recruit-flow-title .recruit-flow-as {
    width: 40%;
}

.recruit .recruit-flow-img {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}

.recruit-flow-description {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.recruit-flow-description img {
    width: 100%;
    height: auto;
    display: block;
}

.flow-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.flow-list li {
    margin-bottom: 25px;
}

.flow-list h3 {
    font-size: 18px;
    font-weight: bold;
    color: #8B8174;
    margin: 0 0 5px 0;
}

.flow-list p {
    font-size: 14px;
    color: #8B8174;
    line-height: 1.6;
    margin: 0;
}

.recruit-entry-banner {


    color: #fff;
    text-align: center;
    padding: 100px 20px;
    margin-top: 60px;

    border-radius: 20px;

    position: relative;
    overflow: hidden;
}


.recruit-entry-inner {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.recruit-entry-lead {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
}

.recruit-entry-catch {
    margin: 15px 0;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
}

.recruit-entry-catch span {
    display: inline-block;
    background: linear-gradient(to right, #ff9a8b, #ff6a88);

    padding: 10px 25px;
    border-radius: 4px;

    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.9) inset;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.recruit-entry-catch-suffix {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
}

.recruit-entry-text {
    font-size: 1.3rem;
    line-height: 2.0;
    margin: 30px 0;
}

.recruit-entry-btn {
    display: inline-block;
    padding: 15px 60px;
    transition: opacity 0.3s, transform 0.2s;
    margin-top: 20px;
    width: 80%;
}

.recruit-entry-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}



@media (max-width: 768px) {
    .recruit-entry-banner {
        padding: 10px 15px;
        margin-top: 40px;
    }

    .recruit-entry-lead {
        font-size: 1.2rem;
    }

    .recruit-entry-catch-suffix {
        font-size: 1.2rem;
    }

    .recruit-entry-catch span {
        font-size: 1.2rem;
        padding: 8px 15px;
    }

    .recruit-entry-text {
        font-size: 0.9rem;
        text-align: left;
    }


    .recruit-entry-btn {
        width: 67%;
        padding: 15px 0;
    }

    .recruit {
        min-height: 3150px;
        max-height: 3150px;
    }

    .recruit>img {
        min-height: 3150px;
        max-height: 3150px;
    }
}



.company {
    position: relative;
    width: 100%;
    min-height: 1650px;
}

.company-content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 1000px;
}

.company .company-title {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.company .company-title>div {
    position: relative;
    z-index: 2;
}

.company .company-title img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: 1;
}

.company .company-title h2 {
    color: #95CFC3;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: -30px;
    letter-spacing: 0.2em;
}

.company .company-title p {
    font-family: "Just Me Again Down Here", cursive;
    color: #8B8174;
    font-size: 40px;
    margin-top: 20px;
}


.company-info-table {
    width: 67%;


    margin: 30px auto;

    border-collapse: collapse;

    font-size: 1rem;
    color: #8B8174;

    line-height: 1.8;

}

.company-info-table tr {
    border-bottom: 1px solid #e5e4df;

}

.company-info-table th {
    text-align: left;
    padding: 20px 15px;

    font-weight: normal;

    white-space: nowrap;

    width: 1em;

    letter-spacing: 0.2em;

}

.company-info-table td {
    text-align: left;
    padding: 20px 15px;
    padding-left: 40px;

}

.company-content iframe {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .company-info-table th,
    .company-info-table td {
        display: block;

        width: auto;
        padding: 10px 0;
    }

    .company-info-table th {
        padding-bottom: 5px;
        font-weight: bold;

        letter-spacing: 0.05em;
    }

    .company-info-table td {
        padding-top: 0;
        padding-left: 0;

        padding-bottom: 20px;
    }
}



.contact {
    position: relative;
    width: 100%;
    height: 1600px;
}

.contact-content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    max-width: 1000px;
}

.contact .contact-back-img {
    width: 100%;
    height: 100%;
    max-height: 1600px;
}

.contact .contact-title {
    width: 30%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.contact .contact-title>div {
    position: relative;
    z-index: 2;
}

.contact .contact-title img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: auto;
    z-index: 1;
}

.contact .contact-title h2 {
    color: #95CFC3;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: -30px;
    letter-spacing: 0.2em;
}

.contact .contact-title p {
    font-family: "Just Me Again Down Here", cursive;
    color: #8B8174;
    font-size: 40px;
    margin-top: 20px;
}


.contact-form {
    margin-top: 40px;
    text-align: left;
    background-color: #fff;
    border-radius: 40px;
	padding:20px;
}

.form-item {
    margin-bottom: 25px;
    width: 75%;
    margin: 25px auto;
}

.form-label {
    display: block;
    font-size: 14px;
    color: #8B8174;
    margin-bottom: 8px;
}

.form-input {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    color: #8B8174;
    background-color: #fff;
    border: 1px solid #FA9B7A;

    border-radius: 50px;

    outline: none;
    box-sizing: border-box;
}

.form-input:focus {
    box-shadow: 0 0 5px rgba(250, 155, 122, 0.5);
}

.form-textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    font-size: 16px;
    color: #8B8174;
    background-color: #fff;
    border: 1px solid #FA9B7A;
    border-radius: 20px;
    outline: none;
    resize: vertical;
    box-sizing: border-sizing;
}

.form-textarea:focus {
    box-shadow: 0 0 5px rgba(250, 155, 122, 0.5);
}

.radio-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #666;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-mark {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #FA9B7A;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #fff;
    vertical-align: middle;
}

.radio-label input[type="radio"]:checked+.radio-mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FA9B7A;
    border-radius: 50%;
}

.privacy-area {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.privacy-note {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 20px;
}

.privacy-link-btn {
    display: inline-block;
    background-color: #E0E0E0;
    color: #8B8174;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 40px;
    border-radius: 30px;
    transition: opacity 0.3s;
}

.privacy-link-btn:hover {
    opacity: 0.8;
}

.submit-area {
    text-align: center;
}

.submit-btn {
    background-color: #FA9B7A;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    padding: 15px 100px;
    border-radius: 50px;
    cursor: pointer;
    letter-spacing: 0.2em;
    box-shadow: 0 4px 10px rgba(250, 155, 122, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(250, 155, 122, 0.6);
}

.footer {
    height: 50px;
    position: relative;
	margin-top:40px;
}

.footer img {
    margin: 0 auto;
    width: 25%;
}



/* SP layout */
@media screen and (max-width: 1024px) {
    .site-header {
        padding: 20px;
    }

    .header-nav {
        display: none;
    }

    .fv-text h1 {
        font-size: 42px;
    }

    .fv-eng {
        left: 33%;
        top: 65%;
    }

    .fv-content p {
        font-size: 24px;
        bottom: 40%;
    }

    .mission .mission-title,
    .about .about-title,
    .business-partner .business-title,
    .recruit .recruit-title,
    .company .company-title,
    .contact .contact-title {
        width: 50%;
    }

    .client-detail {
        grid-template-columns: repeat(2, 1fr);
    }

    .mission-map {
        top: -40%;
        height: 95%;
    }
}

@media screen and (max-width: 768px) {
    .sp {
        display: inline;
    }

    .pc-only {
        display: none;
    }

    .fv {
        height: 80vh;
    }

    .fv-content {
        height: 40vh;
    }

    .fv-text {
        width: 80%;
    }

    .fv-text h1 {
        font-size: 30px;
    }

    .fv-eng {
        width: 80%;
        left: 25%;
        top: 75%;
    }

    .fv-content p {
        font-size: 20px;
        bottom: 45%;
    }

    .mission {
        height: auto;
        padding-top: 20%;
        height: 2950px;

    }

    .mission::before {
        height: 50px;
    }

    .mission-map {
        top: -47.5%;
        height: 100%;
    }

    .mission .mission-title,
    .about .about-title,
    .business-partner .business-title,
    .recruit .recruit-title,
    .company .company-title,
    .contact .contact-title {
        width: 80%;
    }

    .mission-body .mission-text {
        font-size: 22px;
        letter-spacing: 0.4rem;
    }

    /* .reverseがついている要素も含め、強制的に設定を統一する */
    .mvv-item,
    .mvv-item.reverse {
        display: flex;
        flex-direction: column !important;
        /* !importantは念のため。基本は無しでOK */
        align-items: center;
        /* 軸を中央に揃える */
        gap: 0px;
        padding: 5px
    }

    /* テキストの親箱を無効化 */
    .mvv-text {
        display: contents;
    }

    /* --- 並び順の強制指定 --- */

    /* 1. タイトル */
    .mvv-title-wrapper {
        order: 1;
        margin-bottom: 20px;
        width: 100%;
        /* 必要に応じて */
        text-align: center;
        /* タイトルを中央寄せしたい場合 */
    }

    /* 2. 画像 */
    .mvv-img {
        order: 2;
        margin-bottom: 20px;
        /* reverseの影響でmarginなどが変についている場合にリセット */
        margin-left: 0;
        margin-right: 0;
        width: 50%;
    }

    /* 3. テキスト */
    .mvv-desc {
        order: 3;
        width: 67%;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .mvv-last-item {
        margin-bottom: 0px;
    }

    .philosophy-text {
        font-size: 16px;
    }

    .v-term {
        text-align: center;
        text-align-last: center;
    }

    .v-desc {
        font-size: 16px;
    }

    .about {
        height: 1500px;
    }

    .about-body>div:last-child {
        flex-direction: column;
        align-items: center;
        padding-top: 190px;
    }

    .about-body>div:first-child.about-item {
        width: 100%;
    }

    .about-body>div:first-child.about-item img {
        width: 80%;
    }

    .about-body>div:last-child img {
        width: 90% !important;
    }

    .about-item2 img {
        min-height: auto;
    }

    .about-item2 .about-text {
        left: 55%;
    }

    .business-partner {
        margin-top: 40px;
    }

    .client-about {
        /* flex-direction: column; */
        align-items: center;
        gap: 0px;
    }

    .business-partner .client-title {
        padding-top: 20px;
    }

    .business-partner .client-title h3 {
        width: 40%;
    }

    .service-box {
        width: 50%;
    }

    .client-detail {
        /* grid-template-columns: 1fr; */
        gap: 30px 20px;
    }

    .recruit .recruit-flow-img {
        width: 100%;
        padding-bottom: 20px;
    }

    .recruit-flow-description {
        width: 100%;
        height: 550px;
    }

    .recruit-flow-description img {
        height: 100%;
    }

    .recruit-list-box {
        padding: 15px 20px;
    }

    .flow-list {
        padding: 0 20px;
    }

    .flow-list li h3 {
        font-size: 14px;
    }


    .company-info-table {
        width: 90%;
    }

    .contact-form {
        padding: 20px;
    }

    .form-item {
        width: 90%;
    }
}

@media screen and (max-width: 650px) {
    .about {
        height: 1300px;
    }

    .mission-body .mission-text {
        font-size: 20px;
        letter-spacing: 0.2rem;
    }
}

@media screen and (max-width: 550px) {
    .about {
        height: 1150px;
        min-height: 1150px;
    }

    .mission-body .mission-text {
        font-size: 18px;
        letter-spacing: 0.1rem;
    }

    .recruit-flow-description {
        height: 500px;
    }

    .recruit-entry-text {
        margin: 0 auto;
    }

    .recruit-entry-btn {
        margin-top: 0;
    }
}


@media screen and (max-width: 480px) {
    .site-header {
        padding: 15px;
    }

    .header-logo img {
        height: 20px;
    }

    .fv {
        height: 50vh;
    }

    .fv-content {
        height: 20vh;
    }

    .fv-text h1 {
        font-size: 20px;
    }

    .fv-eng {
        width: 65%;
        left: 30%;
        top: 65%;
    }

    .fv-content p {
        font-size: 16px;
        bottom: 70%;
    }

    .mission .mission-title h2,
    .about .about-title h2,
    .business-partner .business-title h2,
    .recruit .recruit-title h2,
    .company .company-title h2,
    .contact .contact-title h2 {
        font-size: 28px;
    }

    .about {
        height: 1100px;
        min-height: 1100px;
    }

    .about-content {
        top: 50px;
    }

    .about-body>div:first-child.about-item img {
        width: 100%;
    }

    .about-body>div:last-child {
        padding-top: 100px;
    }

    .about-body>div:last-child img {
        width: 100% !important;
    }

    .about-text {
        top: 47%;
    }

    .about-body>div:first-child.about-item .text-desc {
        width: 70%;
    }

    .client-name {
        font-size: 14px;
    }

    .project-desc {
        font-size: 11px;
    }

    .mission .mission-title p,
    .about .about-title p,
    .business-partner .business-title p,
    .recruit .recruit-title p,
    .company .company-title p,
    .contact .contact-title p {
        font-size: 32px;
        padding-top: 5px;
    }

    .recruit .recruit-flow-title h2 {
        width: 100%;
    }

    .recruit .recruit-flow-title p {
        font-size: 20px;
    }

    .recruit .recruit-flow-title .recruit-flow-as {
        top: 40%;
    }

    .recruit {
        max-height: 3300px;
        min-height: 3300px;
    }

    .recruit>img {
        max-height: 3300px;
        min-height: 3300px;
    }

    .recruit-flow-description {
        height: 550px;
    }

    .mission .mission-title h2 {
        margin-bottom: -20px;
    }

    .mission-body {
        padding: 40px 20px;
    }

    .mission-body .mission-text {
        font-size: 14px;
        letter-spacing: 0.05rem;
    }

    .mvv-title {
        font-size: 24px;
    }

    .philosophy-text {
        font-size: 16px;
    }

    .v-term {
        font-size: 18px;
    }

    .v-desc {
        font-size: 16px;
    }

    .text-title {
        font-size: 14px;
    }

    .about-body>div:first-child.about-item .about-text .text-title {
        font-size: 14px;
    }

    .about-body>div:first-child.about-item .text-desc {
        font-size: 12px;
    }

    .text-desc {
        font-size: 12px;
    }

    .client-about {
        margin: 20px auto;
    }

    .business-partner .business-partner-asset {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-back-img {
        margin-top: 5%;
    }

    .service-box p {
        font-size: 16px;
    }

    .business-partner .client-title h3 {
        font-size: 16px;
    }

    .recruit-header h3 {
        font-size: 18px;
    }

    .recruit .recruit-title p {
        padding-top: 5px;
    }

    .flow-list h3 {
        font-size: 16px;
    }

    .flow-list p {
        font-size: 12px;
    }

    .recruit-entry-lead {
        font-size: 1.2rem;
    }

    .recruit-entry-catch span {
        font-size: 1rem;
    }

    .recruit-entry-text {
        font-size: 0.8rem;
    }

    .submit-btn {
        font-size: 16px;
        padding: 15px 60px;
    }

    .company {
        min-height: 1400px;
    }

    .company-content iframe {
        width: 90%;
    }

    .footer img {
        width: 40%;
    }
}