/**
 * page-top.css
 * Top Page Styles
 */

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
    --color-primary: #2d5c4f;
    --color-primary-dark: #1e4038;
    --color-accent: #c9a84c;
    --color-text: #333;
    --color-text-light: #666;
    --color-bg-beige: #f7f4ef;
    --color-bg-gray: #f5f5f5;
    --color-white: #fff;
    --color-border: #ddd;
}

/* ==========================================================================
   Base / Common
   ========================================================================== */
#headerTop{
    display:none;
}

.page-top {
    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
    color: var(--color-text);
    line-height: 1.8;
}

.page-top img {
    max-width: 100%;
    height: auto;
}

    .page-top section {
        padding: 74px 0 0px 0;
    }

/* ==========================================================================
   Top Page Header (Semi-transparent gradient)
   ========================================================================== */
.navbar.fixed-top {
    background: rgba(22, 66, 90, 0.8) !important;
}

.page-top .header-bg-color {
    display: none;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.top-hero {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
}

.siteHeader{
    min-height:0 !important;
    background-color:transparent;
}
    .siteHeader .headerTop {
        background-color: transparent;
    }
/* Top page body - remove header spacing */
#main {
    margin-top: -72px;
    padding-top: 0;
}

/* Hero Carousel */
.top-hero #heroCarousel {
    width: 100%;
}

.top-hero .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* SP: 縦長画像対応 */
@media (max-width: 767px) {
    #main {
        margin-top: 0 !important;
    }
    .top-hero .carousel-item img {
        height: auto;
        object-fit: cover;
        object-position: center;
    }
}

/* Fade animation enhancement */
.top-hero .carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.top-hero .carousel-fade .carousel-item.active {
    opacity: 1;
}

/* ==========================================================================
   Lead Section
   ========================================================================== */
section.top-lead {
    font-family: 'Noto Serif JP', serif;
    background: var(--color-bg-beige);
    text-align: center;
    padding: 50px 0;
}

.top-lead .lead-title {
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    color: var(--color-text);
}

    .top-lead h2.lead-title {
        border: none;
    }

.top-lead .btn-request {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 665px;
    height: 85px;
    background-color: #496172;
    color: var(--color-white);
    font-size: 47px;
    letter-spacing: 0.3em;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s ease;
}

.top-lead .btn-request:hover {
    color: var(--color-white);
}


/* SP */
@media (max-width: 767px) {
    section.top-lead {
        padding-bottom: 15px !important;
    }
}
/* ==========================================================================
   Features Section
   ========================================================================== */
.top-features {
    background: var(--color-bg-beige);
    padding: 28px 0 37px 0 !important;
    margin-bottom: 8px;
}

.top-features .feature-list {
    max-width: 700px;
    margin: 0 auto;
}

.top-features .feature-item {
}

.top-features .feature-content {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.top-features .feature-image {
    width: 200px;
    flex-shrink: 0;
    position: relative;
}

.top-features .feature-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 60px;
    height: 100%;
    background: var(--color-white);
    transform: skewX(-15deg);
}

.top-features .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .top-features .feature-text {
    }
.feature-text picture {
    width:100%;   
}

@media (min-width: 768px) {
    .top-features {
        background: var(--color-bg-beige);
        padding: 78px 0 84px 0 !important;
    }
        .top-features .feature-list {
            max-width: 1277px;
        }
        .top-features .feature-item {
            margin-bottom: 10px;
        }

}
.top-features .feature-main {
    font-size: 28px;
    font-weight: 700;
    color: #4b7f85;
    letter-spacing: 0.05em;
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

.top-features .feature-sub {
    font-size: 20px;
    color: var(--color-text);
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

/* ==========================================================================
   Concept Section
   ========================================================================== */
.top-concept {
    background: var(--color-white);
    padding: 74px 0 67px 0 !important;
    margin-bottom:8px;
}
@media (max-width: 767px) {
    .top-concept {
        padding:24px 0 7px 0 !important;
    }
}
    .top-concept .container {
        max-width: 1300px;
    }
.top-concept .concept-box {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
}

.top-concept .concept-image {
    width: 40%;
    flex-shrink: 0;
    margin-left: 0%;
}

.top-concept .concept-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.top-concept .concept-content {
    flex: 1;
    padding-left: 3%;
    padding-right: 0%;
}

.top-concept .concept-logo {
    margin-bottom: 20px;
}

.top-concept .concept-logo img {
    max-width: 200px;
}

.top-concept .concept-lead {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 20px;
    color: var(--color-text);
}

.top-concept .concept-text {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text-light);
    line-height: 2.2;
    letter-spacing: 0.1em;
}

/* ==========================================================================
   Owner's Voice Section
   ========================================================================== */
.top-owners-voice {
    background: var(--color-bg-beige);
    padding: 56px 0 64px 0 !important;
    margin-bottom: 8px;
}

.top-owners-voice .voice-box {
    max-width: 840px;
    width: 65%;
    min-width: 500px;
    margin: 0 auto;
    border: none;
    padding: 30px 50px 0px 50px;
    text-align: center;
}

.top-owners-voice .voice-label {
    margin-bottom: 15px;
}

.top-owners-voice .voice-label .voice-image {
    /* Owner's Voice SVG image */
}

.top-owners-voice .voice-subtitle {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
}

.top-owners-voice .voice-title {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.3em;
    margin-bottom: 25px;
}
.top-owners-voice h2.voice-title {
    border: none;
}
.top-owners-voice .voice-desc {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}

.top-owners-voice .voice-coming {
    display: inline-block;
    background-color: #f4ede8;
    border: none;
    padding: 0px 60px;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #664b4f;
}



/* ==========================================================================
   Insights Section
   ========================================================================== */
.top-insights {
    background: var(--color-white);
    padding: 50px 0 60px 0 !important;
}

.top-insights .insights-label {
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.51em;
    color: #4b616c;
    margin-bottom: 15px;
}

.top-insights .insights-title {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-top:0px;
    margin-bottom: 45px;
    color: var(--color-text);
}

.top-insights .insights-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 1364px;
    width: 90%;
    margin: 0 auto;
}

.top-insights .insight-item {
    display: block;
    text-decoration: none;
}

.top-insights .insight-image {
    position: relative;
    height: auto;
    aspect-ratio: 1364 / 203;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.top-insights .insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-insights .insight-image picture {
    width: 100%;
    height: 100%;
}

.top-insights .insight-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-insights .insight-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    padding-left: 30px;
    color: var(--color-white);
}

.top-insights .insight-num {
    font-size: 36px;
    font-weight: 300;
    margin-right: 15px;
    font-family: "Cormorant Garamond", serif;
}

.top-insights .insight-about {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-right: 10px;
}

.top-insights .insight-name {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.15em;
}

.top-insights .insight-catch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.top-insights .insight-catch p {
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-text);
    padding: 8px 20px;
    font-size: 13px;
    margin: 0;
}

.top-insights .insight-catch .coming-label {
    background: rgba(255, 255, 255, 0.7);
    color: var(--color-text-light);
}

.top-insights .insight-more {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: var(--color-white);
    font-size: 12px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}

.top-insights .insight-more::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--color-white);
    margin-left: 10px;
}

.top-insights .insight-item.coming-soon {
    pointer-events: none;
}

.top-insights .insight-item:not(.coming-soon):hover .insight-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.top-cta {
    background: var(--color-bg-beige);
    padding: 50px 0;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.cta-buttons a:hover {
    color: #ffffff !important;
    text-decoration: none;
    opacity: 0.85;
}

.btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    min-width: 350px;
    height: 72px;
    padding: 0 50px;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.btn-cta .arrow {
    position: absolute;
    right: 25px;
    width: 52px;
    height: 47px;
    background: url('../images/common/arrow-right-white.svg') no-repeat center;
    background-size: contain;
}

.btn-cta .arrow::after {
    display: none;
}

/* ==========================================================================
   News & Blog Section
   ========================================================================== */
.top-news-blog {
    background: var(--color-white);
    padding: 60px 0;
}

.news-box,
.blog-box {
    overflow: hidden;
}

.box-header {
    display: flex;
    align-items: center;
}

.box-icon {
    width: 30px;
    margin-right: 10px;
}

.box-icon img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.box-title {
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-list li {
    border-bottom: 1px solid var(--color-border);
}

.post-list li:last-child {
    border-bottom: none;
}

.post-list a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: var(--color-text);
    transition: background 0.3s ease;
}

.post-list a:hover {
    background: var(--color-bg-gray);
}

.post-date {
    font-size: 12px;
    color: var(--color-text-light);
    margin-right: 20px;
    flex-shrink: 0;
}

.post-title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* ==========================================================================
   Responsive - Tablet
   ========================================================================== */
@media (max-width: 991px) {
    .top-hero {
    }

    .top-hero .hero-catch-en {
        font-size: 36px;
    }

    .top-hero .hero-catch-jp {
        font-size: 16px;
    }

    .top-lead .lead-title {
        font-size: 24px;
    }

    .top-features .feature-content {
        flex-direction: column;
    }

    .top-features .feature-image {
        width: 100%;
        height: 150px;
    }

    .top-features .feature-image::after {
        display: none;
    }

    .top-features .feature-text {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-features .feature-main {
        margin-right: 0;
        margin-bottom: 10px;
        white-space: normal;
    }

    .top-concept .concept-box {
        flex-direction: column;
        gap: 20px;
        min-height: auto;
        padding: 40px 0;
    }

    .top-concept .concept-image {
        width: 71%;
        max-width: none;
        margin-left: 0%;
    }

    .top-concept .concept-content {
        padding-left: 4%;
        padding-right: 3%;
    }

    .top-insights .insights-list {
        width: 85%;
    }

    .top-insights .insight-image {
        height: auto;
        aspect-ratio: 800 / 150;
    }

    .top-insights .insight-catch {
        left: 40%;
    }
}

/* ==========================================================================
   Responsive - Mobile
   ========================================================================== */
@media (max-width: 767px) {
    .page-top section {
        padding: 0px 0;
    }

    /* Hero */
    .top-hero {
        
    }

    .top-hero .hero-catch-en {
        font-size: 28px;
        letter-spacing: 0.15em;
    }

    .top-hero .hero-catch-jp {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    /* Lead */
    .top-lead .lead-title {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.8;
    }

    .top-lead .btn-request {
        width: 283px;
        height: 36px;
        font-size: 20px;
        letter-spacing: 0.3em;
    }

    /* Features */
    .top-features .feature-list {
        padding: 0 15px;
    }

    .top-features .feature-text {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .top-features .feature-main {
        font-size: 15px;
        margin-bottom: 5px;
        align-self: flex-start;
        text-align: left;
    }

    .top-features .feature-sub {
        font-size: 12px;
        text-align: right;
        align-self: flex-end;
        padding-right: 10px;
    }

    .top-concept .concept-box {
        padding: 40px 0 31px 0 !important;
    }
    /* Concept */
    .top-concept .concept-box {
        padding: 30px 0;
    }

    .top-concept .concept-lead {
        font-family: "Noto Serif JP", serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.9;
        letter-spacing: 0.1em;
    }

    .top-concept .concept-text {
        font-family: "Noto Serif JP", serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.1em;
    }

    /* Owner's Voice */
    .top-owners-voice {
        padding: 24px 0 24px 0 !important;
    }

    .top-owners-voice .voice-box {
        width: 90%;
        min-width: auto;
        padding: 30px 15px 25px 15px;
    }

    .top-owners-voice .voice-label {
        margin-bottom: 12px;
    }

    .top-owners-voice .voice-subtitle {
        font-size: 12px;
        letter-spacing: 0.15em;
        margin-bottom: 5px;
    }

    .top-owners-voice .voice-title {
        font-size: 18px;
        letter-spacing: 0.25em;
        margin-bottom: 18px;
    }

    .top-owners-voice .voice-desc {
        font-size: 11px;
        line-height: 2;
        letter-spacing: 0.08em;
        margin-bottom: 25px;
    }

    .top-owners-voice .voice-coming {
        padding: 10px 40px;
        font-size: 17px;
        letter-spacing: 0.15em;
    }

    /* Insights */
    .top-insights {
        padding: 35px 0 40px 0 !important;
    }

    .top-insights .insights-label {
        font-size: 17.5px;
        letter-spacing: 0.51em;
        margin-bottom: 10px;
    }

    .top-insights .insights-title {
        font-size: 17px;
        line-height: 1.8;
        letter-spacing: 0.1em;
        margin-bottom: 25px;
    }

    .top-insights .insights-list {
        width: 91%;
        gap: 18px;
    }

    .top-insights .insight-image {
        height: auto;
        aspect-ratio: 340 / 102;
    }

    .top-insights .insight-content {
        padding-left: 15px;
    }

    .top-insights .insight-num {
        font-size: 28px;
        margin-right: 10px;
    }

    .top-insights .insight-name {
        font-size: 18px;
    }

    .top-insights .insight-catch {
        display: none;
    }

    .top-insights .insight-more {
        right: 15px;
        font-size: 10px;
    }

    /* CTA */
    .cta-buttons {
        gap: 14px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .btn-cta {
        width: 280px;
        max-width: 90%;
        min-width: 280px;
        height: 44px;
        padding: 0 30px;
        font-size: 18px;
        letter-spacing: 0.2em;
    }

    .btn-cta .arrow {
        right: 12px;
        width: 32px;
        height: 28px;
    }

    /* News & Blog */
    .top-news-blog .row > div {
        margin-bottom: 20px;
    }

    .top-news-blog .row > div:last-child {
        margin-bottom: 0;
    }

    .top-news-blog .post-list a {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-news-blog .post-date {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .top-news-blog .post-title {
        white-space: normal;
    }

    /* Companies */
    .companies .companies-row {
        gap: 20px;
    }

    .companies .company-item {
        width: calc(50% - 10px);
    }

    .companies .company-tel {
        font-size: 14px;
    }
}

/* ���� */
@media (max-width: 767px) {
    .bg-pc {
        display: none;
    }
}
@media (min-width: 768px) {
    .bg-mobile {
        display: none;
    }
}

.top-lead {
    background-color: #f4ede8;
}

.top-features {
    background-color: #d8e7ea;
}

.top-concept {
    background-color: #e2d5d0;
}

.top-owners-voice {
    background-color: #f4ede8;
}

.voice-box {
    background-color: #664b4f;
}
@media (max-width: 767px) {
    .voice-image {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .voice-image {
        width: 40%;
    }
}

.voice-subtitle, .voice-title, .voice-desc {
    color: #ffffff;
}

/* voice-coming styles moved to .top-owners-voice .voice-coming above */

.top-insights {
    background-color: #eeeeee;
}

.insight-item {
    background-color: #8d9c96;
}

.top-sales {
    background-color: #4b7f86;
    color: #ffffff;
}

.top-request {
    background-color: #664b4f;
    color: #ffffff;
}
