@charset "UTF-8";

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.7;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

.en-text, .mv-en-title, .nav-link, .btn-contact-header, .service-num, .copyright {
    font-family: 'Noto Sans', sans-serif;
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-sm {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3%;
}

.js-scroll-trigger {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.0s cubic-bezier(0.215, 0.610, 0.355, 1.000), 
                transform 1.0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.js-scroll-trigger.is-active {
    opacity: 1;
    transform: translateY(0);
}

.section-title-left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 7px;
    background-color: #111111;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.3s;
}

.section-title-left.is-active::before {
    transform: scaleY(1);
}

.js-fade-in {
    opacity: 0;
    transform: scale(0.98) translateY(15px);
    animation: luxuryReveal 1.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.2s;
}

@keyframes luxuryReveal {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px 40px;
}

.header-news {
    background: #030b17b0;
    text-align: center;
    color: #DEC277;
    font-size: 12px;
    padding: 6px 0;
}

.header-news p {
    letter-spacing: 1px;
}

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

.header-nav {
    margin-left: auto;
    margin-right: 40px;
}

.nav-list {
    display: flex;
    gap: 35px;
}

.nav-link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    position: relative;
    padding: 5px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d4af37;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.nav-link.active::after, .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-link.active, .nav-link:hover {
    color: #d4af37;
    opacity: 1;
}

.header-cta {
    display: block;
}

.btn-contact-header {
    display: inline-block;
    color: #ffffff;
    padding: 9px 26px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 700;
    background: #0e192ab0;
    border: 1px solid #060d18;
    backdrop-filter: blur(10px);
}

.btn-contact-header:hover {
    background-color: #29384e91;
    color: #fff;
    opacity: 1;
}

.nav-cta-mobile {
    display: none;
}

.hamburger-trigger {
    display: none;
    position: relative;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
}

.hamburger-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hamburger-trigger span:nth-child(1) { top: 0px; }
.hamburger-trigger span:nth-child(2) { top: 11px; }
.hamburger-trigger span:nth-child(3) { top: 22px; }

.hamburger-trigger.is-active span {
    background-color: #ffffff !important;
}

.hamburger-trigger.is-active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.hamburger-trigger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger-trigger.is-active span:nth-child(3) {
    transform: translateY(-11px) rotate(-44deg);
}

.main-visual {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container video, .video-fallback-shimmer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    animation: kenBurnsScale 25s linear infinite;
}

.video-fallback-shimmer {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #0b111e 0%, #17243c 100%);
}

@keyframes kenBurnsScale {
    0% { transform: scale(1.0); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1.0); }
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 70%, #ffffff 100%);
    z-index: 2;
}

.mv-content {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv-inner {
    overflow: hidden;
    margin: auto;
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
}

.mv-inner .l-box {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
}

.mv-inner .r-box {
    width: 100%;
    float: none;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.mv-inner .r-box img {
    max-height: none;
    width: 70px;
    height: auto;
    object-fit: contain;
}

.mv-en-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    color: #d4af37;
    margin-bottom: 0px;
    line-height: 60px;
}

.mv-ja-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.35em;
    text-indent: 0.5em;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.mv-symbol .symbol-img {
    width: 70px;
    max-width: 70px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

.section-title-center {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #111111;
    letter-spacing: 0.05em;
}

.section-title-left {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
    color: #111111;
    letter-spacing: 0.05em;
}

.section-news {
    padding: 20px 0;
    background-color: #ffffff;
}

.news-list {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

.news-item {
    display: flex;
    align-items: center;
    padding: 24px 12px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.news-item:hover {
    background-color: #fafafa;
}

.news-badge {
    font-size: 11px;
    color: #504141;
    padding: 4px 12px;
    font-weight: 700;
    min-width: 85px;
    text-align: center;
    margin-right: 24px;
    letter-spacing: 0.05em;
}

.badge-ir {
    background-color: #111111;
    color: #fff;
}

.badge-info {
    background-color: #dec277;
}

.news-date {
    color: #777777;
    margin-right: 24px;
}

.news-text {
    flex: 1;
    color: #333333;
}

.news-text a { display: block; }

.badge-new {
    font-size: 10px;
    background-color: #d4af37;
    color: #ffffff;
    padding: 2px 6px;
    font-weight: 700;
    margin-left: 12px;
}

.news-more { text-align: right; }

.section-news .section-title-center {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.2em; 
    margin-bottom: 50px; 
    color: #111111;
    text-align: center;
}

.section-news .section-title-center::after {
    content: "NEWS"; 
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.35em;
    color: #d4af37;
    margin-top: 10px;
}

.link-arrow {
    font-size: 12px;
    font-weight: 700;
    color: #111111;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    letter-spacing: 0.05em;
}

.link-arrow::after {
    content: '→';
    position: absolute;
    right: 0;
    top: 48%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.link-arrow:hover::after {
    transform: translate(5px, -50%);
}

.section-greeting {
    padding: 60px 0;
    background-image: 
        url('../images/bg-top-left.png'), 
        url('../images/bg-bottom-left.png'), 
        url('../images/bg-top-right.png'), 
        url('../images/bg-bottom-right.png'), 
        radial-gradient(circle farthest-side at 30% 50%, #ecefef 34%, #849da5); 
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 
        left top, 
        left bottom, 
        right top, 
        right bottom, 
        center center;
    background-size: 
        400px auto, 
        400px auto, 
        400px auto, 
        400px auto, 
        cover; 
}

.section-greeting .section-title-center {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.20em; 
    margin-bottom: 30px;
    color: #111111;
    position: relative;
    display: inline-block; 
    left: 50%;
    transform: translateX(-50%);
}

.section-greeting .section-title-center::after {
    content: "MESSAGE";
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.20em;
    color: #d4af37; 
    margin-top: 6px;
    text-align: center;
}

.greeting-card {
    background-color: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3% 6% 4%;
    box-sizing: border-box;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.05);
    border: none;
}

.greeting-body p {
    margin-bottom: 24px;
    font-weight: 500;
    color: #444444;
    text-align: justify;
}

.greeting-body p:last-child { margin-bottom: 0; }

.section-services {
    padding: 120px 0;
    background-color: #ffffff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.service-card {
    background-color: #ffffff;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
}

.service-img-wrapper {
    overflow: hidden;
    position: relative;
    background-color: #1a1a1a;
}

.service-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.service-card:hover .service-img {
    transform: scale(1.05);
}

.card-wide {
    grid-column: span 3;
    display: flex;
    flex-direction: row;
    background-color: #030b17; 
    border: none;
    overflow: hidden;
    align-items: stretch;
    box-shadow: 0 40px 80px -20px rgba(3, 11, 23, 0.3); 
    transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.card-wide:hover {
    transform: translateY(-4px); 
    box-shadow: 0 50px 90px -15px rgba(3, 11, 23, 0.45);
}

.card-wide .service-img-wrapper {
    width: 40%;
    height: auto;
    position: relative;
    overflow: hidden; 
}

.card-wide .service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.95); 
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), filter 0.8s ease; 
}

.card-wide:hover .service-img {
    transform: scale(1.04); 
    filter: brightness(1.05); 
}

.card-wide .service-info {
    width: 60%;
    padding: 3%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card:not(.card-wide) {
    border: 1px solid #eef0f2;
    display: flex;
    flex-direction: column;
}

.service-card:not(.card-wide) .service-img-wrapper { height: 220px; }

.service-info-box {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-detail-list { margin-bottom: 25px; }

.service-detail-list li {
    font-size: 14px;
    color: #555555;
    margin-bottom: 12px;
    line-height: 1.65;
}

.card-wide .service-detail-list li {
    color: #e0e6ed; 
    margin-bottom: 12px;
    line-height: 1.7;
}

.service-price {
    font-size: 12.5px;
    color: #666666;
    line-height: 1.7;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px;
}

.card-wide .service-price {
    font-size: 12px;
    color: #8fa0b5; 
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    padding-top: 18px;
    margin-top: 18px;
    line-height: 1.7;
}

.btn-service-card {
    margin-top: auto;
    display: block;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 13px;
    font-size: 13px;
    font-weight: 500;
    background-color: #ffffff;
}

.btn-service-card:hover {
    background-color: #111111;
    color: #ffffff;
    border-color: #111111;
    opacity: 1;
}

.section-title-left {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px; 
    color: #111111;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.section-title-left::after {
    content: "SERVICES";
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.35em;
    color: #d4af37;
    margin-top: 0px;
    padding: 0 0 0px 6px;
    line-height: 50px;
}

@media screen and (min-width: 768px) {
    .section-title-left {
        display: block; 
        margin-bottom: 50px; 
        padding-right: 150px; 
        line-height: 50px;
    }	
}

.service-headline {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 22px !important;
    width: 100% !important;
    flex-direction: row !important;
}

.service-headline .service-num {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background-color: #b09b60 !important;
    padding: 2px 8px !important;
    margin: 0 !important;
    letter-spacing: 0.1em !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

.service-headline h3 {
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.05em !important;
    margin: 0 !important;
    display: block !important;
}

.card-wide .service-headline h3 {
    font-size: 22px !important;
    color: #ffffff !important;
}

.service-info-box .service-headline h3 {
    font-size: 19px !important;
    color: #111111 !important;
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .card-wide { grid-column: span 2; }
}

@media (max-width: 768px) {
    .header-inner { padding: 15px 24px; }
    .hamburger-trigger { display: block; }
    .header-cta { display: none; }

    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(5, 5, 5, 0.98);
        z-index: 1000;
        margin: 0;
        padding: 120px 40px 60px 40px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    body.nav-open .header-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        width: 100%;
    }

    .nav-link {
        font-size: 18px;
        letter-spacing: 0.15em;
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .nav-cta-mobile {
        display: block;
        width: 100%;
        max-width: 280px;
        margin-top: 15px;
    }

    .btn-contact-mobile {
        display: block;
        text-align: center;
        background-color: #d4af37;
        color: #111111;
        padding: 14px 0;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .main-visual { height: 70vh; }
    .mv-en-title {
        font-size: 26px;
        letter-spacing: 0.12em;
    }
    
    .section-news, .section-greeting, .section-services { padding: 70px 0; }
    .greeting-card { padding: 40px 30px; }
    
    .card-wide {
        flex-direction: column;
        grid-column: span 1;
    }
    .card-wide .service-img-wrapper, .card-wide .service-info { width: 100%; }
    .card-wide .service-info { padding: 30px 25px; }
    
    .services-grid { grid-template-columns: 1fr; }
    
    .footer-nav-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .btn-main-contact {
        padding: 16px 0;
        width: 100%;
        max-width: 320px;
        font-size: 16px;
    }
.video-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 80%, #ffffff 100%);
}	
}

.section-recruit {
    padding: 0;
    background-color: #0d2847;
    background-image: url('../images/recruit-bg.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}

.section-recruit .container {
    max-width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.recruit-box {
    width: 60%;
    background-color: rgba(20, 48, 82, 0.92);
    color: #ffffff;
    padding: 80px 60px;
    text-align: center;
    box-sizing: border-box;
}

.recruit-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

.recruit-lead {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
}

.btn-recruit {
    display: inline-block;
    background-color: #ffffff;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 60px;
    letter-spacing: 0.1em;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}

.btn-recruit:hover {
    background-color: transparent;
    color: #ffffff;
    opacity: 1;
}

.section-contact {
    padding: 100px 0;
    background-image: url('../images/contact-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.section-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.section-contact .container-sm {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
}

.contact-cta-area {
    margin-bottom: 35px;
}

.btn-main-contact {
    display: inline-block;
    background-color: #dec277;
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
    padding: 20px 0;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-main-contact:hover {
    background-color: #c9af66;
    transform: translateY(-2px);
    opacity: 1;
}

.contact-note {
    font-size: 12px;
    color: #cccccc;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.site-footer {
    background-color: #030b17;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-nav {
    margin-bottom: 25px;
}

.footer-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.footer-nav-list a {
    color: #d4af37;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-family: 'Noto Sans', sans-serif;
}

.footer-nav-list a:hover {
    color: #ffffff;
    opacity: 1;
}

.copyright {
    text-align: center;
    font-size: 11px;
    color: #666666;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .section-recruit .container {
        flex-direction: column;
    }
    
    .recruit-box {
        width: 100%;
        padding: 60px 24px;
    }
    
    .recruit-title {
        font-size: 26px;
    }
    
    .btn-recruit {
        width: 100%;
        padding: 14px 0;
        box-sizing: border-box;
    }
    
    .section-contact {
        padding: 70px 0;
    }
    
    .contact-title {
        font-size: 24px;
    }
    
    .btn-main-contact {
        font-size: 20px;
        padding: 16px 0;
        width: 100%;
    }
    
    .footer-nav-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.recruit-title.section-title-light::after {
    content: "RECRUIT";
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.35em;
    color: #d4af37;
    margin-top: 10px;
    text-align: center;
}

.contact-title.section-title-light::after {
    content: "CONTACT";
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.35em;
    color: #d4af37;
    margin-top: 10px;
    text-align: center;
}

.container-wide {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-grid-4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 24px; 
    margin-top: 20px;
    align-items: stretch;
}

span.subttl {
    font-size:11px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding-left: 7px;
    color: #d4af37;
}

.service-card-4col {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card-4col:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(3, 11, 23, 0.08);
}

.service-card-4col .service-img-wrapper {
    height: 180px;
    overflow: hidden;
    background-color: #111;
}

.service-card-4col .service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card-4col:hover .service-img {
    transform: scale(1.05);
}

.service-card-4col .service-info-box {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-card-4col .service-detail-list {
    margin-bottom: 25px;
}

.service-card-4col .service-detail-list li {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 14px;
}

.service-card-4col .service-detail-list li:last-child {
    margin-bottom: 0;
}

.service-item-label {
    font-weight: 700;
    color: #143052;
    margin-bottom: 2px;
}

.service-item-desc {
    color: #666666;
}

.service-card-intro {
    font-size: 13px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 18px;
}

.service-license {
    display: inline-block;
    align-self: flex-start;
    border: 1px solid #b09b60;
    color: #8a7642;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 5px 14px;
    margin-bottom: 20px;
}

.service-price-text {
    font-size: 12.5px;
    color: #555555;
    line-height: 1.5;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: auto;
}

.service-price-text strong {
    color: #143052;
    font-size: 14px;
    display: inline-block;
    margin-top: 3px;
}

.service-card-4col .btn-service-card {
    margin-top: auto;
    display: block;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 11px;
    font-size: 12.5px;
    font-weight: 500;
    background-color: #ffffff;
    color: #111111;
    transition: all 0.3s ease;
}

.service-card-4col .btn-service-card:hover {
    background-color: #111111;
    color: #ffffff;
    border-color: #111111;
}

@media (max-width: 1200px) {
    .services-grid-4col {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .service-card-4col .service-img-wrapper {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .services-grid-4col {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .service-card-4col .service-img-wrapper {
        height: 190px;
    }
}

.site-header.sub-page {
    background-color: #030b17;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.sub-main-visual {
    position: relative;
    height: 42vh;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

.sub-main-visual.news-mv {
    background-image: url('../images/news-mv-bg.jpg');
}

.sub-main-visual.company-mv,
.sub-main-visual.recruit-mv,
.sub-main-visual.about-mv,
.sub-main-visual.contact-mv {
    background-image: url('../images/sec-mv-bg.jpg');
}

.sub-main-visual.privateshield-mv {
    background-image: url('../images/ylp-mv-bg.jpg');
}

.sub-main-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 11, 23, 0.65); 
    z-index: 1;
}

.sub-mv-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 60px; 
}

.sub-mv-en-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: #d4af37; 
    margin-bottom: 12px;
    line-height: 1.2;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.sub-mv-ja-title {
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: 0.35em;
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.breadcrumb-area {
    background-color: #f8fafc;
    border-bottom: 1px solid #eef0f2;
    padding: 14px 0;
    position: relative;
    z-index: 5;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #777777;
    font-family: 'Noto Sans', sans-serif;
}

.breadcrumb-list a {
    color: #111111;
    transition: color 0.3s ease;
}

.breadcrumb-list a:hover {
    color: #d4af37;
    opacity: 1;
}

.breadcrumb-list span.separator {
    color: #cccccc;
}

.section-sub-news {
    padding: 90px 0 110px 0;
    background-color: #ffffff;
}

.news-archive-list {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
}

.news-archive-item {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 26px 16px;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color 0.3s ease;
}

.news-archive-item:hover {
    background-color: #fafafa; 
}

.news-meta-box {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 240px;
    flex-shrink: 0;
}

.news-archive-date,
.news-detail-date {
    color: #222222 !important;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.news-archive-badge {
    font-size: 11px;
    color: #ffffff;
    padding: 4px 12px;
    font-weight: 700;
    min-width: 85px;
    text-align: center;
    letter-spacing: 0.05em;
    display: inline-block;
}

.news-meta-box .badge-ir,
.news-detail-meta .badge-ir {
    background-color: #030b17 !important;
    color: #ffffff;
}

.news-meta-box .badge-info,
.news-detail-meta .badge-info {
    background-color: #dec277 !important;
    color: #504141;
}

.news-content-box {
    flex: 1;
    position: relative;
    padding-right: 40px;
}

.news-archive-title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 1.7;
    transition: color 0.3s ease;
}

.news-archive-link {
    display: block;
    position: relative;
}

.news-archive-link::after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #111111;
    transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), color 0.3s ease;
}

.news-archive-item:hover .news-archive-title {
    color: #b09b60; 
}

.news-archive-item:hover .news-archive-link::after {
    transform: translate(6px, -50%);
    color: #d4af37;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 65px;
    font-family: 'Noto Sans', sans-serif;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination-item:hover {
    background-color: #030b17;
    border-color: #030b17;
    color: #ffffff;
    opacity: 1;
}

.pagination-item.current {
    background-color: #dec277;
    border-color: #dec277;
    color: #111111;
}

@media (max-width: 768px) {
    .sub-main-visual {
        height: 25vh;
        min-height: 200px;
    }
    .sub-mv-content {
        padding-top: 20px;
    }
    .sub-mv-en-title {
        font-size: 32px;
    }
    .section-sub-news {
        padding: 50px 0 70px 0;
    }

    .news-archive-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 10px;
        gap: 12px;
    }
    .news-meta-box {
        gap: 16px;
        min-width: auto;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 8px;
    }
    .news-content-box {
        width: 100%;
        padding-right: 25px;
    }
    .news-archive-title {
        font-size: 14px;
        line-height: 1.6;
    }
    .pagination-item {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
}

.news-detail-wrapper {
    max-width: 860px;
    margin: 0 auto;
    background-color: #ffffff;
}

.news-detail-header {
    border-bottom: 2px solid #111111;
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.news-detail-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.news-detail-main-title {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.news-detail-body {
    font-size: 15px;
    line-height: 1.85;
    color: #333333;
    letter-spacing: 0.03em;
}

.news-detail-body p {
    margin-bottom: 28px;
    text-align: justify;
}

.news-detail-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin: 45px 0 20px 0;
    padding-left: 12px;
    border-left: 3px solid #dec277;
    letter-spacing: 0.05em;
}

.news-detail-body ul {
    margin-bottom: 30px;
    padding-left: 5px;
}

.news-detail-body ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    font-size: 14.5px;
}

.news-detail-body ul li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: #dec277;
    border-radius: 50%;
}

.news-detail-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.btn-back-to-news {
    display: inline-block;
    background-color: #030b17;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 14px 50px;
    border: 1px solid #030b17;
    transition: all 0.3s ease;
}

.btn-back-to-news:hover {
    background-color: #ffffff;
    color: #030b17;
    opacity: 1;
}

@media (max-width: 768px) {
    .news-detail-main-title {
        font-size: 19px;
        line-height: 1.5;
    }
    .news-detail-header {
        padding-bottom: 18px;
        margin-bottom: 30px;
    }
    .news-detail-body h3 {
        font-size: 16px;
        margin: 35px 0 15px 0;
    }
    .btn-back-to-news {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 0;
    }
}

.section-sub-company {
    padding: 90px 0 110px 0;
    background-color: #ffffff;
}

.company-wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.company-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background-color: #030b17;
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
}

.company-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.company-table th {
    width: 20%;
    background-color: #f8fafc;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 24px 30px;
    vertical-align: top;
    letter-spacing: 0.05em;
}

.company-table td {
    width: 80%;
    color: #333333;
    font-size: 14.5px;
    line-height: 1.8;
    padding: 24px 30px;
    vertical-align: top;
}

.business-content-group {
    margin-bottom: 25px;
}

.business-content-group:last-child {
    margin-bottom: 0;
}

.business-content-group h3 {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
    margin-left: -5px;
}

.business-content-group ul {
    padding-left: 5px;
}

.business-content-group ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}

.business-content-group ul li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #dec277;
    border-radius: 50%;
}

.business-content-group ul li.note-item {
    color: #666666;
    font-size: 13px;
    margin-top: 8px;
}

.business-content-group ul li.note-item::before {
    display: none;
}

.achievements-wrapper {
    max-width: 960px;
    margin: 70px auto 0;
}

.achievements-grid {
    display: block;
    border-top: 1px solid #e5e5e5;
}

.achievement-card {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    border-bottom: 1px solid #e5e5e5;
    padding: 28px 6px;
    transition: background-color 0.3s ease;
}

.achievement-card:hover {
    background-color: #fafafa;
}

.achievement-num {
    flex-shrink: 0;
    width: 48px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    color: #b09b60;
}

.achievement-body {
    flex: 1;
    padding-top: 4px;
}

.achievement-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
    line-height: 1.5;
}

.achievement-desc {
    font-size: 13.5px;
    line-height: 1.8;
    color: #666666;
}

@media (max-width: 600px) {
    .achievement-card {
        gap: 16px;
        padding: 22px 4px;
    }

    .achievement-num {
        width: 34px;
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .achievements-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-sub-company {
        padding: 50px 0 70px 0;
    }

    .company-section-title{
        font-size: 17px;
        padding: 6px 20px;
    }

    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
        padding: 15px 12px;
    }

    .company-table th {
        background-color: #030b17;
        color: #ffffff;
        border-bottom: none;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .company-table td {
        background-color: #ffffff;
    }
}

.section-sub-recruit {
    padding: 90px 0 110px 0;
    background-color: #ffffff;
}

.recruit-wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.recruit-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background-color: #030b17;
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

.recruit-lead-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 35px;
    letter-spacing: 0.02em;
}

.recruit-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
}

.recruit-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.recruit-table th {
    width: 20%;
    background-color: #f8fafc;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 24px 30px;
    vertical-align: top;
    letter-spacing: 0.05em;
}

.recruit-table td {
    width: 80%;
    color: #333333;
    font-size: 14.5px;
    line-height: 1.8;
    padding: 24px 30px;
    vertical-align: top;
    text-align: justify;
}

@media (max-width: 768px) {
    .section-sub-recruit {
        padding: 50px 0 70px 0;
    }
    
    .recruit-section-title {
        font-size: 17px;
        padding: 6px 20px;
    }

    .recruit-table th,
    .recruit-table td {
        display: block;
        width: 100%;
        padding: 15px 12px;
    }

    .recruit-table th {
        background-color: #030b17;
        color: #ffffff;
        border-bottom: none;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .recruit-table td {
        background-color: #ffffff;
    }
}

.section-sub-about {
    background-color: #ffffff;
}

.about-wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.about-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background-color: #030b17;
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
}

.about-greeting-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.about-greeting-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.about-greeting-text-block {
    width: 62%;
}

.about-greeting-text-block p {
    font-size: 15px;
    line-height: 1.9;
    color: #333333;
    margin-bottom: 24px;
    text-align: justify;
    letter-spacing: 0.02em;
}

.about-greeting-sign-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 40px;
    padding-right: 10px;
}

.about-greeting-sign-area .title-label {
    font-size: 13px;
    color: #666666;
    margin-bottom: 5px;
}

.about-signature {
    width: 160px;
    height: auto;
}

.about-signature img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-greeting-image-block {
    width: 38%;
}

.about-president-sub-img {
    width: 100%;
    height: auto;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border: 1px solid #f1f1f1;
}

.about-history-section {
    padding: 100px 0 120px 0;
    background-color: #020710;
    background-image: linear-gradient(180deg, #020710 0%, #051122 100%);
    color: #ffffff;
    position: relative;
}

.about-history-main-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    background-color: #dec277;
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
}

.about-history-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.about-history-profile-card {
    width: 35%;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.about-history-profile-card .profile-img-box {
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.about-history-profile-card .profile-img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.about-history-profile-card .profile-caption-box {
    padding: 30px 25px;
}

.about-history-profile-card .post {
    font-size: 12px;
    color: #dec277;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.about-history-profile-card .name {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.about-history-profile-card .en-name {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.05em;
}

.about-history-profile-card .profile-summary {
    font-size: 13.5px;
    line-height: 1.75;
    color: #cccccc;
    text-align: justify;
}

.about-history-timeline-box {
    width: 65%;
    position: relative;
    z-index: 2;
}

.timeline-group {
    margin-bottom: 40px;
}

.timeline-group:last-child {
    margin-bottom: 0;
}

.timeline-title {
    font-size: 15px;
    font-weight: 700;
    color: #dec277;
    border-left: 2px solid #dec277;
    padding-left: 12px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.timeline-table {
    width: 100%;
    border-collapse: collapse;
}

.timeline-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-table tr:last-child {
    border-bottom: none;
}

.timeline-table th {
    width: 22%;
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    padding: 15px 10px 15px 0;
    vertical-align: top;
}

.timeline-table td {
    width: 78%;
    font-size: 13.5px;
    color: #dddddd;
    line-height: 1.7;
    padding: 15px 0;
    vertical-align: top;
    text-align: justify;
}

.font-meta-box .meta-item-text {
    font-size: 13.5px;
    color: #dddddd;
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.font-meta-box .meta-item-text::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #dec277;
}

@media (max-width: 992px) {
    .about-greeting-flex {
        flex-direction: column-reverse;
        gap: 35px;
    }
    .about-greeting-text-block,
    .about-greeting-image-block {
        width: 100%;
    }
    .about-history-flex {
        flex-direction: column;
        gap: 40px;
    }
    .about-history-profile-card,
    .about-history-timeline-box {
        width: 100%;
    }
    .about-president-sub-img,
    .about-history-profile-card .profile-img-box img {
        height: auto;
        width: 50%;
        margin: 0 auto;
        display: block; 
    }
    .about-history-profile-card .profile-img-box {
        background-color: #0d1621; 
        padding: 6% 0; 
    }
}

@media (max-width: 768px) {
    .about-greeting-section {
        padding: 50px 0;
    }
    .about-history-section {
        padding: 60px 0 80px 0;
        background-image: linear-gradient(180deg, #020710 0%, #051122 100%);
    }
    .about-section-title,
    .about-history-main-title {
        font-size: 17px;
        padding: 6px 20px;
        margin-bottom: 25px;
    }
    .timeline-table th {
        width: 100%;
        display: block;
        padding-bottom: 2px;
        color: #dec277;
    }
    .timeline-table td {
        width: 100%;
        display: block;
        padding-top: 0;
        padding-bottom: 15px;
    }
}










.sub-main-visual.ylp-privateshield-mv {
    background-image: url('../images/ylp-mv-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-sub-privateshield {
    background-color: #ffffff;
    color: #333333;
}
.ps-intro-section {
    padding: 100px 0;
}
.ps-intro-wrapper {
    max-width: 960px;
    margin: 0 auto;
}
.ps-sub-label {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #d4af37;
    background-color: #030b17;
    padding: 8px 30px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
.ps-section-title {
    font-size: 26px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.ps-intro-text p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 24px;
    color: #444444;
    text-align: justify;
}
.ps-intro-text p:last-child {
    margin-bottom: 0;
}
.ps-flow-section {
    padding: 100px 0;
    background-color: #030b17;
    background-image: 
        linear-gradient(to left, rgba(3, 11, 23, 0) 0%, #030b17 100%), 
        url('../images/flow-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    color: #ffffff;
}
.ps-flow-section .ps-section-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}
.ps-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.ps-flow-card {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 24px;
    position: relative;
    backdrop-filter: blur(4px);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.0s cubic-bezier(0.215, 0.610, 0.355, 1.000), 
                transform 1.0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.ps-flow-card.is-active {
    opacity: 1;
    transform: translateY(0);
}
.ps-flow-grid .ps-flow-card:nth-child(1) { transition-delay: 0s; }
.ps-flow-grid .ps-flow-card:nth-child(2) { transition-delay: 0.15s; }
.ps-flow-grid .ps-flow-card:nth-child(3) { transition-delay: 0.3s; }
.ps-flow-grid .ps-flow-card:nth-child(4) { transition-delay: 0.45s; }

.ps-flow-step {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 500;
    color: #dec277;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}
.ps-flow-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}
.ps-flow-card-text {
    font-size: 13.5px;
    line-height: 1.7;
    color: #cccccc;
    text-align: justify;
}
.ps-support-section {
    padding: 100px 0;
    background-color: #ffffff;
}
.ps-support-section .ps-section-title {
    text-align: center;
    margin-bottom: 60px;
}
.ps-support-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ps-support-item {
    display: flex;
    align-items: center;
    gap: 48px;
    background-color: #f8fafc;
    border: 1px solid #eef0f2;
    padding: 32px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.0s cubic-bezier(0.215, 0.610, 0.355, 1.000), 
                transform 1.0s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.ps-support-item.is-active {
    opacity: 1;
    transform: translateY(0);
}
.ps-support-grid .ps-support-item:nth-child(1) { transition-delay: 0s; }
.ps-support-grid .ps-support-item:nth-child(2) { transition-delay: 0.2s; }
.ps-support-grid .ps-support-item:nth-child(3) { transition-delay: 0.4s; }

.ps-support-img {
    flex: 0 0 40%;
    height: 240px;
    overflow: hidden;
}
.ps-support-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps-support-content {
    flex: 1;
}
.ps-support-content h3 {
    font-size: 18px;
    color: #111111;
    margin-bottom: 16px;
    font-weight: 700;
    border-left: 3px solid #dec277;
    padding-left: 12px;
}
.ps-support-content p {
    font-size: 14.5px;
    line-height: 1.75;
    color: #444444;
    text-align: justify;
}
.ps-importance-section {
    padding: 100px 0;
    color: #ffffff;
    background-color: #020710;
    background-image: 
        linear-gradient(to left, rgba(3, 11, 23, 0) 0%, #020710 100%), 
        url('../images/flow-bg02.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.ps-importance-box {
    display: flex;
    align-items: stretch;
    gap: 48px;
    max-width: 800px;
    margin: 0 auto;
}
.ps-importance-content {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 48px;
}
.ps-importance-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffbc07;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-align: center;
}
.ps-importance-content ol {
    counter-reset: importance-counter;
}
.ps-importance-content li {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
    text-align: justify;
    color: #dddddd;
    list-style: none;
    font-weight: 700;
}
.ps-importance-content li:last-child {
    margin-bottom: 0;
}
.ps-importance-content li::before {
    counter-increment: importance-counter;
    content: counter(importance-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #ffbc07;
    font-family: 'Noto Sans', sans-serif;
}
.ps-cases-section {
    padding: 100px 0;
    background-color: #ffffff;
}
.ps-cases-section .ps-section-title {
    text-align: center;
    margin-bottom: 50px;
}
.ps-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.ps-case-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000), 
                transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.ps-case-card.is-active {
    opacity: 1;
    transform: translateY(0);
}
.ps-cases-grid .ps-case-card:nth-child(1) { transition-delay: 0s; }
.ps-cases-grid .ps-case-card:nth-child(2) { transition-delay: 0.1s; }
.ps-cases-grid .ps-case-card:nth-child(3) { transition-delay: 0.2s; }
.ps-cases-grid .ps-case-card:nth-child(4) { transition-delay: 0s; }
.ps-cases-grid .ps-case-card:nth-child(5) { transition-delay: 0.1s; }
.ps-cases-grid .ps-case-card:nth-child(6) { transition-delay: 0.2s; }

.ps-case-img {
    height: 200px;
    overflow: hidden;
}
.ps-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps-case-body {
    padding: 30px 24px;
}
.ps-case-body h3 {
    font-size: 19px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}
.ps-case-body p {
    font-size: 13.5px;
    line-height: 1.7;
    color: #555555;
    text-align: justify;
}
.ps-privacy-section {
    padding: 40px 0;
    color: #ffffff;
    background-color: #0e2e39;
    background-image: 
        linear-gradient(to right, rgba(3, 11, 23, 0) 0%, #0e2e39 100%), 
        url('../images/flow-bg03.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%; 
}
.ps-privacy-box {
    display: flex;
    align-items: stretch;
    gap: 48px;
    max-width: 940px;
    margin: 0 auto;
}
.ps-privacy-img {
    flex: 0 0 35%;
    overflow: hidden;
}
.ps-privacy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps-privacy-content {
    flex: 1;
    background-color: rgb(63 79 85 / 55%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 48px;
}
.ps-privacy-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffbc07;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-align: center;
}
.ps-privacy-content ol {
    counter-reset: privacy-counter;
}
.ps-privacy-content li {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
    text-align: justify;
    color: #fff;
    list-style: none;
    font-weight: 700;
}
.ps-privacy-content li:last-child {
    margin-bottom: 0;
}
.ps-privacy-content li::before {
    counter-increment: privacy-counter;
    content: counter(privacy-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #ffbc07;
    font-family: 'Noto Sans', sans-serif;
}
.btn-main-contact-email {
    display: inline-block;
    background-color: #dec277;
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
    padding: 20px 0;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-align: center;
}
.btn-main-contact-email:hover {
    background-color: #c9af66;
    transform: translateY(-2px);
    opacity: 1;
}
@media (max-width: 992px) {
    .ps-intro-section {
        padding: 60px 20px;
    }
    .ps-flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-support-item,
    .ps-privacy-box,
    .ps-importance-box {
        flex-direction: column;
        gap: 30px;
    }
    .ps-support-img,
    .ps-privacy-img {
        flex: 0 0 100%;
        width: 100%;
        height: 200px;
    }

.ps-section-title,
.contact-title{
    font-size: 20px;
}

}
@media (max-width: 768px) {
    .ps-flow-grid,
    .ps-cases-grid {
        grid-template-columns: 1fr;
    }
    .ps-flow-section,
    .ps-support-section,
    .ps-importance-section,
    .ps-cases-section,
    .ps-privacy-section {
        padding: 60px 0;
    }
    .ps-privacy-content,
    .ps-importance-content {
        padding: 30px 20px;
    }
	.ps-sub-label{
        font-size: 17px;
        padding: 6px 20px;
    }
.sub-mv-en-title {
    margin: 30px 0 0px 0;
}
}

.ps-case-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    overflow: hidden; 
}

.ps-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
}

.ps-case-card:hover .ps-case-img img {
    transform: scale(1.05); 
}

.ps-case-body {
    padding: 24px 20px;
}

.ps-case-body h3 {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
    color: #111111;
}
.ps-case-body h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 1;
}
.ps-case-body h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5px;
    width: 0;
    height: 2px;
    background-color: #ffbc07;
    transition: width 0.4s ease;
    z-index: 2;
}
.ps-case-card:hover .ps-case-body h3::after {
    width: 100%; 
}













/* ==========================================================================
   CONTACT PAGE (お問合せページ固有スタイル)
   ========================================================================== */

/* メインビジュアル背景（添付画像の背景を適用） */
.sub-main-visual.contact-mv {
    background-image: url('../images/contact-mv-bg.jpg'); /* 背景夜景画像パス */
    background-size: cover;
    background-position: center center;
}

/* 「> CONTACT」と囲まれた半透明バッジのデザイン */
.contact-mv-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(3, 11, 23, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 45px;
    gap: 15px;
}

/* 矢印「>」の表現 */
.contact-mv-badge .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #ffffff;
    margin-top: -2px;
}

.contact-mv-badge .sub-mv-en-title {
    margin-bottom: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-shadow: none;
}

/* フォーム全体の配置コンテナ */
.contact-page-main {
    padding: 100px 0 120px 0;
    background-color: #ffffff;
}

.container-contact-form {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 黒い背景の「お問い合わせ」見出しタイトル */
.contact-page-section-title {
    display: inline-block;
    background-color: #030b17;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 32px;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
}

/* リード文テキスト */
.contact-page-intro p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 35px;
}

/* 薄グレーのメールアドレス内包ボックス */
.contact-mail-box {
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 24px 32px;
    margin-bottom: 35px;
}

.contact-mail-box .mail-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

/* 白背景のメールアドレス配置部分 */
.contact-mail-box .mail-address-value {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 16px 24px;
    margin-bottom: 12px;
}

.contact-mail-box .mail-address-value a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #111111;
    letter-spacing: 0.02em;
    display: block;
    word-break: break-all;
}

.contact-mail-box .mail-address-value a:hover {
    color: #dec277;
    opacity: 1;
}

.contact-mail-box .mail-status-note {
    font-size: 12px;
    color: #666666;
    margin: 0;
}

/* 注意書きエリア */
.contact-page-warnings p {
    font-size: 12px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 6px;
}

.contact-page-warnings p:last-child {
    margin-bottom: 0;
}

/* スマートフォン対応（レスポンシブ） */
@media (max-width: 768px) {
    .contact-page-main {
        padding: 60px 0 80px 0;
    }
    .contact-mv-badge {
        padding: 12px 30px;
    }
    .contact-mv-badge .sub-mv-en-title {
        font-size: 24px;
    }
    .contact-mail-box {
        padding: 20px;
    }
    .contact-mail-box .mail-address-value {
        padding: 12px 16px;
    }
    .contact-mail-box .mail-address-value a {
        font-size: 18px;
    }
}



/* ==========================================================================
   CONTACT PAGE FORM STYLES（お問合せフォーム装飾）
   ========================================================================== */
.contact-page-main {
    padding: 90px 0 110px 0;
    background-color: #ffffff;
}

.container-contact-form {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* 黒い背景の「お問い合わせ」見出しタイトル */
.contact-page-section-title {
    display: inline-block;
    background-color: #030b17;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 32px;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
}

/* フォーム全体の薄グレー背景ボックス */
.contact-form-element {
    background-color: #f5f5f5;
    padding: 45px 40px;
    border-radius: 6px;
    margin-bottom: 35px;
}

.form-group-item {
    margin-bottom: 26px;
}

.form-group-item:last-of-type {
    margin-bottom: 0;
}

.form-group-item label {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
}

/* 必須マークのバッジ */
.form-group-item .required-badge {
    background-color: #b01919;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: 1px;
}

/* 入力ボックス本体の共通スタイリング */
.form-group-item input[type="text"],
.form-group-item input[type="email"],
.form-group-item textarea,
.form-group-item input[type="tel"]{
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    color: #111111;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* 入力欄にフォーカスが当たった時の美しい演出 */
.form-group-item input[type="text"]:focus,
.form-group-item input[type="email"]:focus,
.form-group-item textarea:focus {
    outline: none;
    border-color: #dec277;
    box-shadow: 0 0 0 3px rgba(222, 194, 119, 0.15);
}

.form-group-item textarea {
    resize: vertical; /* ユーザーが縦方向にのみ広げられる仕様 */
}

/* ボタン配置エリア */
.form-submit-area {
    text-align: center;
    margin-top: 40px;
}

/* ゴールドの送信ボタン */
.btn-form-submit {
    display: inline-block;
    background-color: #dec277;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    padding: 16px 70px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-form-submit:hover {
    background-color: #c9af66;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* 注意書き */
.contact-page-warnings p {
    font-size: 12.5px;
    color: #444444;
    line-height: 1.7;
    margin-bottom: 6px;
}

.contact-page-warnings p:last-child {
    margin-bottom: 0;
}

/* レスポンシブ対応（スマホ表示） */
@media (max-width: 768px) {
    .contact-form-element {
        padding: 30px 20px;
    }
    .form-group-item input[type="text"],
    .form-group-item input[type="email"],
    .form-group-item textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    .btn-form-submit {
        width: 100%;
        padding: 16px 0;
        box-sizing: border-box;
    }
}

.container-contact-form{
	text-align: left;
	padding: 60px 20px;	
}
.container-contact-form h2.contact-page-section-title{
margin-bottom: 30px
}
           
.contact-page-intro{
	margin-bottom: 40px;
	line-height: 1.8;
}
.form-submit-area{
	margin-top: 40px;
}
.form-submit-area a.btn-form-submit{
	display: inline-block;
	text-decoration: none;
	line-height: 25px;
}
/***requestフォーム関連***/
body.request p.header-logo {
    display: block;
    margin: 0 auto;
}
body.request .contact-page-section-title{
	text-align:center;
	padding: 10px 20px;
	margin-bottom: 30px;
}
body.request .contact-page-intro{
	margin-bottom: 40px;
	line-height: 1.8;
}
body.request .container-contact-form{
	text-align: left;
}
.thanks .container-contact-form{
	text-align: center;
}
.ps-license  {
    background: #f8fafc;
    margin: 30px 0;
    padding: 6%;
}
.ps-license img {
	width: 100%;
	margin: 0px auto;
    max-width: 610px;
	display: block;
}
/***requestフォーム関連***/
