@charset "utf-8";
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0 auto;
}

img {
    width: 100%;
    display: block;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.intro {
    font-family: "Hira Kaku Std N";
    background-color: #ffffff;
    color: #000000;
    padding: 60px 50px 40px 50px;
    line-height: 1.75;
}

.intro__title {
    font-size: 48px;
    letter-spacing: 5px;
    line-height: 1.5;
    color: #131d36;
    text-align: center;
    font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "MS PMincho", serif;
    font-weight: bold;
    margin: 40px 0 40px 0;
}

.intro__description {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #000000;
    font-family: "Hira Kaku Std N", sans-serif;
    text-align: justify;
    margin: 0 auto 50px;
}

.intro__data-box-parent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.intro__data-box {
    border: 1px solid #d3c4a4;
    background-color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin: 35px auto 0;
}

.intro__data-title {
    background-color: #f3edd8;
    color: #8e793e;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 12px 10px;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: Noto Serif JP;
}

.intro__grid {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
}

.intro__col {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 40px 10px;
    position: relative;
}

.intro__col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 35px;
    bottom: 35px;
    width: 1px;
    background-color: #e2d9c2;
}
.intro__col-content {
    line-height: 1;
}
.intro__icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    display: block;
}

.intro__col-label {
    font-family: Noto Serif JP;
    font-size: 22px;
    color: #aa8c46;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4;
}

.intro__col-number {
    font-family: Noto Serif JP;
    font-size: 22px;
    color: #aa8c46;
    font-weight: bold;
}

.intro__col-number span {
    font-size: 55px;
    margin: 0 4px;
}

.intro__col--last {
    padding-top: 42px;
}

.intro__col--last .intro__col-label {
    margin-top: 30px;
    line-height: 1.6;
}
.content-qna01 {
    padding-top: 80px;
}
.qna-component {
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.qna-section-title {
    display: flex;
    align-items: center;
    height: 70px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 0 0 100px;
    text-align: left;
    background: linear-gradient(
        90deg,
        #131d36 0%,
        #131d36 50%,
        #3a486a 72%,
        #d8dce8 90%,
        #eff2f9 100%
    );
}
.qna-num {
    font-style: italic;
    color: #c9a84c;
    flex-shrink: 0;
    line-height: 1;
    font-size: 42px;
}
.qna-title-text {
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.4;
    font-size: 38px;
    font-weight: bold;
}

.qna-title-text br {
    display: none;
}

.qna-list {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 48px 100px;
    gap: 26px;
}

.qna-item {
    position: relative;
    padding-top: 15px;
}

.qna-badge {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    height: 31px;
    font-size: 18px;
    letter-spacing: 0.08em;
    position: absolute;
    top: 0;
    left: 40px; 
    z-index: 2;
    font-family: "Hira Kaku Std N";
}
.qna-badge-photo {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    height: 31px;
    font-size: 18px;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 2;
    font-family: "Hira Kaku Std N";
}
.qna-badge--komatsu {
    background: #1c2642;
    color: #fff;
    width: 139px;
    border-radius: 20px;
}

.qna-badge--yamaguchi {
    background: #89752f;
    color: #fff;
    width: 140px;
    border-radius: 20px;
}

.qna-bubble {
    color: #333;
    font-size: 22px;
    line-height: 1.85;
    padding: 24px 30px 20px;
    position: relative;
    z-index: 1;
}

.qna-item--yamaguchi .qna-bubble {
    background: #f4edd5;
}

.qna-item--komatsu .qna-bubble {
    background: #fff;
    border: 1px solid #1c2642; 
}

.qna-item:not(.qna-item--photo) .qna-bubble {
    font-family: "Hira Kaku Std N", sans-serif;
    padding: 18px 40px 20px;
}
.qna-item:not(.qna-item--photo) .qna-badge {
    margin-bottom: -1px;
}

.qna-bubble--photo {
    display: flex;
    align-items: flex-start;
    padding: 20px 24px 0 39px;
    gap: 24px;
}
.qna-photo-col {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.qna-photo-col img {
    width: 118px;
    height: 118px;
    object-fit: cover;
    display: block;
}
.qna-photo-col .qna-badge {
    font-family: "Hira Kaku Std N";
    border-radius: 20px;
    width: 100%;
}

.qna-text-col {
    flex: 1;
    padding-top: 14px;
    padding-bottom: 20px;
    font-family: "Hira Kaku Std N", sans-serif;
}

.qna-highlight {
    color: #d20101;
    font-weight: 700;
}

.qna-visual {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.qna-visual img {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.inheritance-section {
    background-image: url("../img/sunsetparty-lp/04_content_qna02_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.inheritance-section .main-title {
    margin-bottom: 0px;
}
.main-title {
    text-align: center;
    font-size: 38px;
    color: #121f38;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}

.cards-wrapper {
    padding: 48px 100px;
}
.cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
}

.card-item {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    flex: 1; 
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.card-title {
    font-size: 30px;
    color: #121f38;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 25px;
}

.spouse-side,
.children-side,
.siblings-side {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; 
}

.label {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #121f38;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
}

.sub-text {
    position: absolute;
    bottom: -35px; 
    left: 50%;
    transform: translateX(-50%); 
    font-size: 14px;
    color: #121f38;
    font-weight: bold;
    white-space: normal; 
    text-align: center;
    width: 130px;
}

.icon-placeholder {
    width: 100%;
}
.icon-placeholder img {
    max-width: 120px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.chart-area {
    width: 50%;
    flex: 0 1 220px;
    max-width: 220px;
}

.pie-chart {
    width: 100%;
    height: auto;
    display: block;
}

.note-text {
    font-weight: bold;
    align-self: flex-end;
    font-size: 14px;
    color: #000000;
    margin-top: 45px;
    width: 100%;
    text-align: right;
}
.spouse-side .icon-placeholder img {
    max-width: 42px;
}
.children-side .icon-placeholder img,
.siblings-side .icon-placeholder img {
    max-width: 75px;
}


.marriage-container {
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 100px 20px;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none; 
}

.content-wrapper {
    position: relative;
    z-index: 2; 
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

.table-title {
    font-size: 38px;
    color: #1a2536;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.comparison-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #c9bda5;
    border-bottom: 1px solid #c9bda5; 
}

.table-row {
    display: flex;
    width: 100%;
}

.table-cell {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #c9bda5;
    border-right: 1px solid #c9bda5;
}


.table-cell:last-child {
    border-right: none;
}
.table-row:last-child .table-cell {
    border-bottom: none;
}


.table-cell.blank-cell {
    background: transparent !important;
    border: none !important; 
}


.label-cell {
    width: 15%;
    background-color: #f4edd5;
    color: #866f26;
    font-size: 22px;
    font-weight: bold;
}


.label-cell:not(.blank-cell) {
    border-left: 1px solid #c9bda5;
}


.table-row:nth-child(2) .label-cell {
    border-top: 1px solid #c9bda5;
}

.legal-header,
.de-facto-header {
    width: 43%;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 10px;
    border-top: 1px solid #c9bda5; 
}

.legal-header {
    background-color: #162238; 
    border-left: 1px solid #c9bda5; 
}

.de-facto-header {
    background-color: #a48944; 
}

.data-cell {
    width: 43%;
    background-color: #ffffff;
}


.main-text {
    font-size: 30px;
    font-weight: bold;
    color: #131d36;
    font-family: "Hira Kaku Std N",sans-serif;
    margin-bottom: 4px;
}

.main-text.font-normal {
    font-weight: 500;
}

.sub-text-section-5 {
    font-size: 20px;
    color: #131d36;
    font-family: "Hira Kaku Std N";
}

.small-inline {
    font-size: 15px;
}




.sub-text-section-6 {
    text-align: right;
    color: #000000;
    font-size: 22px;
    
}



.banner-section {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    min-height: 600px; 
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family:
        "Noto Serif JP", "MS Mincho", serif; 
}


.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: 1;
}
.banner-bg-sp {
    display: none; 
}


.banner-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    
    padding: 0 100px; 
    box-sizing: border-box;
}


.banner-content-left {
    max-width: 660px;
    width: 100%;
    color: #1a1a1a;
}

/* ==========================================================================
   2. Xử lý Badge "まとめ" (Full bên trái, chữ thẳng hàng nội dung)
   ========================================================================== */
.badge-summary-wrapper {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;

    box-sizing: border-box;
    z-index: 4;
    pointer-events: none;
}

.badge-summary {
    position: relative;
    display: inline-block;
    background-color: #1a2a4a;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;

    
    padding: 12px 100px 12px 100px;

    
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
}


.badge-summary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%; 
    width: 9999px; 
    height: 100%;
    background-color: #1a2a4a;
}
/* ==========================================================================
   3. Chi tiết Nội dung văn bản (Typography)
   ========================================================================== */

.banner-title {
    font-size: 38px;
    color: #112647;
    font-weight: 700;
    margin: 0 0 25px 0; 
    line-height: 1.4;
    letter-spacing: 0.05em;
}


.banner-description {
    font-size: 22px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: "Hira Kaku Std N";
    text-align: justify;
    font-family: "";
}


.banner-quote {
    color: #a47e3c; 
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.quote-text {
    display: block;
    margin-bottom: 15px;
}


.quote-author-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px; 
}

.quote-line {
    flex-grow: 0;
    width: 120px; 
    height: 1px;
    background-color: #a47e3c;
    margin-right: 15px;
}

.quote-author {
    font-size: 18px;
    white-space: nowrap;
}

.mobile-break {
    display: none; 
}

.banner-section-2 {
    width: 100%;
    padding: 60px;
    background-color: #fff;
    box-sizing: border-box;
}

.interview-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.interview-image-block {
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
}

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

.interview-content-block {
    width: 55%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.interview-title {
    font-size: 32px;
    color: #131d36;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.interview-description {
    margin-top: 10px;
    font-size: 20px;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "Hira Kaku Std N";
}

.interview-author {
    font-size: 20px;
    color: #333;
    text-align: right;
    
    font-family: "Hira Kaku Std N";
}
.interview-title-mobile {
    display: none;
}

.interview-title-pc {
    display: block;
}



.profile-container {
    border: 1px solid;
}

.profile-content {
    padding: 40px;
    width: 70%;
}

.profile-image {
    padding: 40px;
    width: 30%;
}

.profile-title {
    font-family: "Hira Kaku Std N";
}

.profile-author {
    text-align: left;
}

.profile-author a {
    color: #0e74c2;
}




.landing-container {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/sunsetparty-lp/09_consultation_bg.png");
    background-size: cover;
    
    background-repeat: no-repeat;
    padding: 200px 60px 60px;
    display: block;
}

.landing-container .header-content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 40px auto;
    padding-left: 100px;
    padding-top: 100px;
}

.landing-container .main-title {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    
}

.landing-container .description {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    font-family: "Hira Min Std N";
}


.landing-container .profile-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    
    max-width: 1200px;
    margin: 90px auto 50px auto;
    padding: 60px;
    display: table;
}
.landing-container .profile-name-container {
    margin: 10px 0;
}
.landing-container .profile-image-container {
    display: table-cell;
    vertical-align: top;
    width: 220px;
    padding-right: 30px;
}

.landing-container .profile-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
    min-height: 260px;
}

.landing-container .profile-details {
    display: table-cell;
    vertical-align: bottom;
}

.landing-container .profile-tag {
    color: #b59246;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Hira Kaku Std N";
}

.landing-container .profile-name-ja {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    display: inline-block;
    margin-right: 15px;
    font-family: "Hira Min Std N";
    letter-spacing: 8px;
}

.landing-container .profile-name-en {
    font-size: 18px;
    color: #b59246;
}

.landing-container .profile-intro-text {
    letter-spacing: 1px;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
    font-family: "Hira Min Std N";
}


.landing-container .cta-section {
    text-align: center;
    width: 100%;
}

.landing-container .cta-hint {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.landing-container .line-button {
    display: inline-block;
    background-color: #06c755;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
    width: 400px;
    max-width: 100%;
    text-align: center;
    transition:
        background-color 0.2s,
        transform 0.2s;
}

.landing-container .line-button:hover {
    background-color: #05b34c;
    transform: translateY(-2px);
}

.landing-container .line-icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-container .line-icon {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    fill: #ffffff;
    vertical-align: middle;
}


.footer {
    padding: 80px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center; 
}


.footer .logo-container {
    margin-bottom: 40px;
}

.footer .logo {
    max-width: 120px;
    height: auto;
    display: inline-block;
    min-height: 60px;
    border-radius: 4px;
}
.footer .content-section {
    padding: 0 60px;
}
.footer .main-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111111;
    letter-spacing: 0.05em;
}

.footer .description {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 1rem;
    text-align: justify;
    margin-bottom: 40px;
    color: #000000;
    
}

.footer .description strong {
    font-weight: 700;
    color: #000000;
}

.footer .contact-section {
    margin: 0 auto;
    text-align: left;
    padding: 0 60px;
}

.footer .contact-label {
    font-size: 0.95rem;
    color: #000000;
    margin-bottom: 5px;
    margin: 0 auto;
    max-width: 1200px;
    
}

.footer .contact-link {
    font-size: 0.95rem;
    color: #0066cc;
    text-decoration: underline;
    word-break: break-all;
    transition: color 0.2s ease;
    display: block;
}

.footer .contact-link:hover {
    color: #004499;
    text-decoration: none;
}


.content-qna02 {
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .banner-title {
        font-size: 32px; 
    }
    .banner-content-left {
        max-width: 550px; 
    }
}

@media screen and (max-width: 1100px) {
    .banner-title {
        font-size: 28px;
    }
    .banner-content-left {
        max-width: 500px;
    }
    .banner-quote {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .intro__title {
        font-size: 36px;
    }
    .intro__description {
        font-size: 18px;
    }
    .qna-title-text {
        font-size: 27px;
    }
    .card-title {
        font-size: 24px;
    }
    .label {
        font-size: 22px;
    }
    .spouse-side .icon-placeholder img {
        max-width: 42px;
    }
    .children-side .icon-placeholder img,
    .siblings-side .icon-placeholder img {
        max-width: 75px;
    }

    .table-title {
        font-size: 28px;
    }
    .label-cell {
        font-size: 16px;
    }
    .legal-header,
    .de-facto-header {
        font-size: 20px;
    }
    .main-text {
        font-size: 19px;
    }
    .sub-text {
        font-size: 12px;
    }
    

    
}
@media screen and (max-width: 991px) {
    .spouse-side .icon-placeholder img {
        max-width: 32px;
    }
    .children-side .icon-placeholder img,
    .siblings-side .icon-placeholder img {
        max-width: 55px;
    }
    .content-wrapper {
        max-width: 100%;
    }
    .table-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .table-cell {
        padding: 12px 8px;
    }
    .label-cell {
        font-size: 15px;
    }
    .legal-header,
    .de-facto-header {
        font-size: 18px;
    }
    .main-text {
        font-size: 17px;
    }
    .small-inline {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .intro {
        padding: 40px 0;
        overflow: hidden;
    }

    .intro__title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 25px;
        letter-spacing: 1px;
        padding: 0 80px;
    }

    .intro__description {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 35px;
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .intro__data-box-parent {
        padding: 0;
        width: 100%;
    }

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

    .intro__data-box {
        width: calc(100% - 90px);
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .intro__grid {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    
    .intro__col {
        display: flex; 
        align-items: center; 
        justify-content: flex-start; 
        width: 100%;
        padding: 25px 24px; 
        box-sizing: border-box;
    }

    .intro__col:not(:last-child) {
        border-bottom: 1px solid #e2d9c2;
    }

    .intro__col:not(:last-child)::after {
        display: none;
    }

    
    .intro__icon {
        float: none; 
        flex-shrink: 0; 
        width: 80px;
        height: 80px;
        margin: 0 20px 0 0; 
    }

    
    .intro__col-content {
        overflow: visible; 
        padding-top: 0;
        padding-left: 0;
        flex-grow: 1; 
    }

    .intro__col-label {
        font-size: 18px;
        margin-bottom: 2px;
        line-height: 1.3;
    }

    .intro__col-number {
        font-size: 20px;
        line-height: 1;
    }

    .intro__col-number span {
        font-size: 48px;
        line-height: 1;
    }

    
    .intro__col--last {
        padding-top: 25px; 
    }

    .intro__col--last .intro__icon {
        margin-top: 0; 
    }

    .intro__col--last .intro__col-label {
        margin-top: 0;
        line-height: 1.4;
    }
    .content-qna02 {
        padding-top: 40px;
    }
    
    .qna-component {
        max-width: 750px;
    }
    .qna-badge {
        left: 0;
    }
    
    .qna-section-title {
        height: 200px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        gap: 12px;
        text-align: center;
        background: linear-gradient(
            135deg,
            #131d36 0%,
            #263352 40%,
            #3a4c70 65%,
            #6070a0 100%
        );
    }
    .qna-num {
        font-size: 32px;
    }
    .qna-title-text {
        font-size: 28px;
    }

    
    .qna-title-text br {
        display: block;
    }

    .qna-list {
        padding: 46px 48px 40px 49px;
        gap: 25px;
    }

    .qna-bubble {
        font-weight: 500;
        font-size: 14px;
    }

    .qna-item:not(.qna-item--photo) .qna-bubble {
        padding: 25px 20px 25px;
    }

    .qna-item--photo .qna-bubble--photo {
        padding: 16px 16px;
        gap: 20px;
    }
    .qna-item--photo .qna-photo-col {
        padding-bottom: 16px;
    }

    .qna-text-col {
        padding-top: 0;
        padding-bottom: 0;
    }

    .inheritance-section {
        background-image: url("../img/sunsetparty-lp/04_content_qna02_sp.png") !important;
        
        background-position: left top;
        background-size: cover;
    }

    .main-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    
    .cards-container {
        flex-direction: column;
        gap: 25px;
    }

    .card-item {
        max-width: 100%;
        padding: 30px 15px 45px 15px; 
    }

    .card-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    
    .card-content {
        gap: 0px;
    }

    .label {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .sub-text {
        font-size: 11px;
        bottom: -50px;
        width: 90px;
    }

    .chart-area {
        flex: 0 1 150px;
        max-width: 150px;
    }

    .icon-placeholder img {
        max-width: 75px;
    }

    .note-text {
        font-size: 11px;
        margin-top: 40px;
        text-align: right;
    }
    .spouse-side .icon-placeholder img {
        max-width: 42px;
    }
    .children-side .icon-placeholder img,
    .siblings-side .icon-placeholder img {
        max-width: 75px;
    }
    .cards-wrapper {
        padding: 48px 35px;
    }
    

    .marriage-container {
        background-image: url("../img/sunsetparty-lp/05_content_qna03_bg_sp.png") !important;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 20px 49px;
    }
    .bg-image {
        display: none !important;
    }
    .table-title {
        padding: 0 50px;
        font-size: 28px;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
    .table-cell {
        padding: 8px 4px;
    }
    .label-cell {
        width: 24%;
        font-size: 16px;
        font-weight: 600;
    }
    .data-cell{
        width: 38%;
    }
    .legal-header,
    .de-facto-header {
        width: 38%;
        font-size: 14px;
        padding: 10px 4px;
    }
    .main-text {
        font-size: 18px;
    }
    .sub-text-section-5 {
        font-size: 16px;
        line-height: 1.2;
    }
    .small-inline {
        font-size: 11px;
        display: block;
        margin-top: 2px;
    }
    .sub-text-section-6 {
        font-size: 14px;
        text-align: left;
        font-family: "Hira Min Std N";
    }

    
    .banner-section {
        margin-top: 40px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    
    .banner-bg-sp {
        display: block;
        width: 100%;
    }

    
    .banner-bg-pc {
        display: none;
    }

    
    .banner-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 8%; 
        box-sizing: border-box;
    }

    .banner-content-left {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    
    .badge-summary-wrapper {
        position: absolute;
        top: 0; 
        left: 0;
        width: 100%; 
        z-index: 10;

        
        background: linear-gradient(
            to right,
            #11213b 0%,
            #11213b 70%,
            rgba(255, 255, 255, 0.9) 100%
        );
    }

    .badge-summary {
        color: #fff;
        font-size: 16px; 
        font-weight: bold;
        letter-spacing: 0.2em;
        text-align: center; 
        display: block;
        background-color: unset;
    }

    
    .banner-title {
        font-size: 20px; 
        font-weight: bold;
        color: #002b49; 
        text-align: center;
        margin-top: 20%;
        margin-bottom: 5%;
        line-height: 1.4;
    }

    
    .banner-description {
        font-size: 11px; 
        color: #000000;
        line-height: 1.6;
        text-align: justify; 
        margin-bottom: 5%;
    }

    
    .banner-quote {
        font-size: 12px;
        font-weight: bold;
        color: #b38f43; 
        line-height: 1.5;
        text-align: left;
    }

    .quote-text {
        display: block;
    }

    
    .mobile-break {
        display: block;
        margin-top: 4px;
    }

    .banner-section-2 {
        padding: 40px 8%;
    }

    
    .interview-container {
        display: flex;
        flex-direction: column;
    }

    

    
    .interview-title-block {
        width: 100%;
        order: 1;
    }

    
    .interview-image-block {
        width: 100%;
        order: 2;
        padding-right: 0; 
        margin-bottom: 20px;
    }

    
    .interview-content-block {
        width: 100%;
        order: 3;
    }

    
    .interview-title {
        margin-bottom: 10px;
        font-size: 22px;
        text-align: center;
    }

    .interview-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .interview-author {
        font-size: 14px;
        margin-top: 15px;
    }
    .interview-title-mobile {
        display: block;
    }

    .interview-title-pc {
        display: none;
    }
    

    
    .profile-author {
        text-align: center;
    }
    .profile-content {
        padding: 30px;
    }
    .profile-image {
        padding: 0 70px;
        margin-bottom: 0;
    }
    .profile-author a {
        display: block;
        margin-top: 4px;
    }
    .profile-container .interview-title-mobile {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .profile-section .interview-description {
        margin-bottom: 0;
    }
    
    
    .landing-container {
        background-image: url(../img/sunsetparty-lp/09_consultation_sp.png);
        padding: 40px 8%;
        background-position: unset;
    }

    .landing-container .header-content {
        
        padding-left: 0;
        text-align: center;
    }

    .landing-container .main-title {
        text-align: center;
        
        font-size: 24px;
    }
    .landing-container .main-title .main-title-sub {
        display: block;
    }

    .landing-container .description {
        font-family: unset;
        font-weight: 700;
        text-align: left;
        font-size: 14px;
    }
    .landing-container .profile-tag {
        text-align: center;
    }

    .landing-container .profile-card {
        display: block;
        padding: 25px 20px;
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .landing-container .profile-image-container {
        display: block;
        width: 100%;
        max-width: 180px;
        margin: 0 auto 20px auto;
        padding-right: 0;
    }

    .landing-container .profile-details {
        display: block;
        width: 100%;
        text-align: left;
    }

    .landing-container .profile-name-container {
        text-align: center;
    }

    .landing-container .profile-name-ja {
        font-size: 22px;
        display: block;
        margin-right: 0;
    }

    .landing-container .profile-name-en {
        font-size: 12px;
        display: block;
    }

    .landing-container .line-button {
        width: 80%;
        font-size: 18px;
        padding: 12px 15px;
    }
    

    
    .footer .logo-container {
        margin-bottom: 0;
    }

    .footer .logo {
        max-width: 100px;
    }

    .footer .main-title {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .footer .description {
        
        font-size: 0.92rem;
        line-height: 1.7;
        margin-bottom: 0;
    }

    .footer .contact-section {
        padding: 0 8%;
        font-size: 0.9rem;
    }
    .footer .content-section {
        padding: 20px 8%;
        margin-bottom: 20px;
    }
    .footer .contact-label {
        font-weight: 600;
    }
    
}

@media screen and (max-width: 480px) {
    .qna-list {
        padding: 46px 20px 40px 20px;
        gap: 25px;
    }
    .qna-badge--komatsu,
    .qna-badge--yamaguchi {
        width: 110px;
    }
    .qna-photo-col img {
        width: 100px;
        height: 100px;
    }
    .qna-badge-photo,
    .qna-badge {
        font-size: 16px;
        align-items: center;
    }
    .cards-wrapper {
        padding: 48px 30px;
    }
    .marriage-container {
        padding: 20px 20px;
    }
}
