/* ============================================
   まるっとSHOP Landing Page CSS
   ============================================ */

/* --- Reset & Base --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #000;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.marutto-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

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

ul,
ol {
    list-style: none;
}

/* --- Utility --- */
.text-gold {
    color: #BA9B50;
}

.text-white {
    color: #FFFFFF;
}

.text-black {
    color: #242326;
}

.gold {
    color: #BA9B50;
}

/* ============================================
   Header
   ============================================ */
.marutto-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 80px;
    background: #333;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.marutto-header a {
    width: auto;
    height: 47%;
}

.marutto-header a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   FV (First View)
   ============================================ */
.marutto-fv {
    background: url('../images/marutto/fv_pc.png') center / cover no-repeat;
    width: 100%;
    height: 620px;
    padding: 117px 100px;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.marutto-fv__text-block {
    max-width: 588px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 35px;
}

.marutto-fv__catchcopy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    width: 100%;
}

.marutto-fv__stats {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #000;
}

.marutto-fv__stats>span {
    color: #ad0932;
}

.marutto-fv__title {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #333;
    text-align: right;
}

.marutto-fv__brand {
    font-family: 'Antro Vectra', cursive;
    font-weight: 700;
    font-size: 39.4px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #333;
    text-align: right;
}

/* ============================================
   CTA Button
   ============================================ */
.marutto-cta {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.marutto-cta:hover {
    opacity: 0.8;
}

.marutto-cta--gold {
    color: #BA9B50;
}

.marutto-cta--dark {
    color: #333;
}

.marutto-cta img {
    width: 96px;
    height: 60px;
}

.marutto-cta--large {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.8;
}

/* ============================================
   資料請求バー
   ============================================ */
.marutto-document-bar {
    background: #333;
    padding: 20px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marutto-document-bar__text {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #fff;
}

/* ============================================
   Reason Why
   ============================================ */
.marutto-reason-why {
    background: #000;
    padding: 10px 40px;
    height: auto;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.marutto-reason-why__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    width: 40%;
}

.marutto-reason-why__inner {
    width: 45%;
}

.marutto-reason-why__item {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
}

.marutto-reason-why__item:nth-of-type(1) {
    margin-left: 60px;
    margin-bottom: 8px;
}

.marutto-reason-why__item:nth-of-type(2) {
    margin-left: 30px;
    margin-bottom: 8px;
}

/* ============================================
   Worries
   ============================================ */
.marutto-worries {
    background: url('../images/marutto/worries-bg.png') center / cover no-repeat;
    position: relative;
    padding: 56px 200px 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.marutto-worries::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(35, 38, 37, 0.7);
    z-index: 0;
}

.marutto-worries>* {
    position: relative;
    z-index: 1;
}

.marutto-worries__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.448;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.marutto-worries__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.marutto-worries__heading-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.marutto-worries__heading {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.marutto-worries__heading--dark {
    color: #fff;
}

.marutto-worries__heading--dark>span {
    color: #BA9B50;
}


.marutto-worries__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 450px;
    width: 100%;
}

.marutto-worries__item {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

/* ============================================
   誕生しました！
   ============================================ */
.marutto-birth {
    background: #000;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
}

.marutto-birth__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.marutto-birth__subtitle {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
}

.marutto-birth__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.marutto-birth__brand {
    font-family: 'Antro Vectra', cursive;
    font-weight: 700;
    font-size: 39.4px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
    align-self: flex-start;
}

/* --- 6 Services Grid --- */
.marutto-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 29px;
    justify-content: center;
    max-width: 960px;
    width: 100%;
    padding: 0 20px;
}

.marutto-birth__inner {
    width: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.marutto-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 29px;
    width: 100%;
    margin: 0 auto;
}

.marutto-services-grid__card {
    width: 100%;
    min-height: 200px;
    border: 0.5px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 20px;
}

.marutto-services-grid__card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.marutto-services-grid__card-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

/* --- Birth Description --- */
.marutto-birth__description {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    max-width: 1240px;
    padding: 0 100px;
}

.marutto-birth__description-sub {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    max-width: 1050px;
    padding: 0 100px;
}

/* ============================================
   Pricing
   ============================================ */
.marutto-pricing {
    background: url('../images/marutto/pricing_bg.png') center / cover no-repeat;
    position: relative;
    padding: 100px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marutto-pricing::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.marutto-pricing__container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    width: 90%;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #BA9B50;
    padding: 30px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 81px;
}

.marutto-pricing__price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 41px;
    width: 100%;
}

.marutto-pricing__price {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #BA9B50;
    text-align: center;
}

.marutto-pricing__price>span {
    font-size: 25px;
}

.marutto-pricing__price>span.size65 {
    font-size: 65px;
}


.marutto-pricing__conditions {
    max-width: 780px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.marutto-pricing__condition {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #fff;
}

.marutto-pricing__cta-text {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-pricing .marutto-cta--dark {
    color: #fff;
}

/* ============================================
   Service Details
   ============================================ */
.marutto-service-detail {
    background: #000;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 108px;
}

.marutto-service-detail__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-service-detail__grid {
    max-width: 958px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 29px;
    justify-content: center;
}

.marutto-service-detail__card {
    width: 100%;
    min-height: 200px;
    border: 1px solid #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 20px;
}

.marutto-service-detail__card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #D9D9D9;
    text-align: center;
}

.marutto-service-detail__card-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-service-detail__text {
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
}

.marutto-service-detail__text p {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-service-detail__highlight {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-service-detail__highlight span.gold {
    color: #BA9B50;
    font-size: 36px;
}

/* --- 資料請求CTA Section --- */
.marutto-document-cta {
    padding: 20px 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 95px;
    width: 100%;
}

.marutto-document-cta__frame {
    display: flex;
    align-items: center;
    gap: 196px;
    padding: 15px 20px;
    border: 1px solid #BA9B50;
}

.marutto-document-cta__text {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.8;
    color: #BA9B50;
}

/* ============================================
   Cross-border EC
   ============================================ */
.marutto-crossborder {
    background: #000;
    padding: 108px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.marutto-crossborder__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 33px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-crossborder__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 49px;
}

.marutto-crossborder__subtitle {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.615;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-crossborder__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px;
    align-items: center;
}

.marutto-crossborder__feature {
    width: 220px;
    padding: 10px;
    border: 1px solid #BA9B50;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marutto-crossborder__feature-icon {
    width: 78px;
    height: 78px;
}

.marutto-crossborder__feature-text {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 2.354;
    letter-spacing: 0.05em;
    color: #BA9B50;
    text-align: center;
}

.marutto-crossborder__desc {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-crossborder__info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.marutto-crossborder__info-icon {
    width: 25px;
    height: 25px;
}

.marutto-crossborder__info-text {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 2.625;
    letter-spacing: 0.1em;
    color: #fff;
}

.marutto-crossborder__cta {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.8;
    color: #BA9B50;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.marutto-crossborder__cta:hover {
    opacity: 0.8;
}

.marutto-crossborder__cta img {
    width: 119px;
    height: 74px;
}

/* ============================================
   Reasons
   ============================================ */
.marutto-reasons {
    background: #000;
    padding: 108px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 116px;
}

.marutto-reasons__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-reasons__grid {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 380px);
    gap: 50px;
    justify-content: center;
}

.marutto-reasons__card {
    width: 100%;
    position: relative;
    border: 1px solid #fff;
    margin-top: 57px;
}

.marutto-reasons__card-number {
    position: absolute;
    top: -45px;
    left: -5px;
    transform: rotate(-15deg);
    font-family: 'Antro Vectra', cursive;
    font-weight: 400;
    font-size: 33px;
    line-height: 1.637;
    color: #fff;
}

.marutto-reasons__card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 7px;
    width: 100%;
}

.marutto-reasons__card-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #BA9B50;
    text-align: center;
}

.marutto-reasons__card-body {
    padding: 20px 13px 7px;
}

.marutto-reasons__card-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #fff;
}

.marutto-reasons__note {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

.marutto-reasons__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 1000px;
    padding: 0 100px;
}

.marutto-reasons__bottom-text {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.marutto-reasons__bottom-highlight {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.marutto-reasons__bottom-sub {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

/* --- Reasons 資料請求CTA --- */
.marutto-reasons__cta {
    background: #000;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

/* ============================================
   Works
   ============================================ */
.marutto-works {
    background: #000;
    padding: 108px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marutto-works__title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    padding: 0 5px;
}

.marutto-works__title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.marutto-works__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #BA9B50;
    text-align: center;
}

.marutto-works__subtitle {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #BA9B50;
    text-align: center;
}

.marutto-works__desc {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-works__container {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.marutto-works__card {
    display: flex;
    flex-direction: column;
    width: 386px;
    max-width: 100%;
    flex-shrink: 0;
    border: 0.664px solid #fff;
}

.marutto-works__card-header {
    background: #F9F4F4;
    padding: 13px 7px;
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.marutto-works__card-tag {
    display: inline-block;
    background: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #BA9B50;
    padding: 7px;
}

.marutto-works__card-name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #000;
    text-align: center;
    width: 100%;
}

.marutto-works__card-summary {
    background: #fff;
    padding: 7px 13px;
    border: 0.664px solid #666;
}

.marutto-works__card-summary-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #000;
}

.marutto-works__card-problem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    transition: opacity 0.3s ease;
    pointer-events: none;
    background-color: #ffffff;
}

.marutto-works__card-problem:hover {
    opacity: 0.7;
}

.marutto-works__card-problem-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #000;
    text-align: center;
}

.marutto-works__card-toggle {
    width: 14px;
    height: 14px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: none;
}

.marutto-works__card-problem.is-open .marutto-works__card-toggle {
    transform: rotate(180deg);
}

.marutto-works__card-content {
    /* display: none; */
    display: block;
    background: #fff;
    padding: 33px 7px;
}

.marutto-works__card-content.is-open {
    display: block;
}

.marutto-works__card-content-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 20px;
}

.marutto-works__card-content-voice {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 2;
    color: #000;
}

/* ============================================
   Staff
   ============================================ */
.marutto-staff {
    background: #333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 100px 180px;
    gap: 56px;
}

.marutto-staff__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.marutto-staff__left-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.marutto-staff__left-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.7;
    color: #BA9B50;
}

.marutto-staff__left-desc {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
}

.marutto-staff__left-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.marutto-staff__left-quote {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.marutto-staff__left-answer {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    margin-top: 24px;
}

.marutto-staff__right {
    max-width: 450px;
    width: 100%;
    background: #fff;
    border: 1px solid #BA9B50;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.marutto-staff__right-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    color: #000;
    text-align: center;
}

.staff-profile {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.marutto-staff__photo {
    width: 50%;
    height: 100%;
    background: #D9D9D9;
}

.marutto-staff__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marutto-staff__name-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-left: 16px;
}

.marutto-staff__name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
}

.marutto-staff__role {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: #000;
}

.marutto-staff__skills {
    background: #f5f5f5;
    padding: 15px;
}

.marutto-staff__skills-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

.marutto-staff__quote {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

/* ============================================
   Flow
   ============================================ */
.marutto-flow {
    background: #000;
    padding: 64px 0 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 88px;
}

.marutto-flow__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #BA9B50;
    text-align: center;
}

.marutto-flow__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    gap: 102px;
    padding: 0 100px;
    position: relative;
}

.marutto-flow__steps {
    display: flex;
    flex-direction: column;
    gap: 44px;
    flex: 1;
    min-width: 0;
    position: relative;
}

.marutto-flow__steps::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    height: 75%;
    width: 20px;
    border: 1px solid #fff;
    border-left: none;
    pointer-events: none;
}

.marutto-flow__step {
    border: none;
    border-bottom: 0.7px solid #fff;
    padding: 1px 10px 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
}

.marutto-flow__step-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 90px;
    flex-shrink: 0;
}

.marutto-flow__step-number {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.marutto-flow__step-label {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.marutto-flow__step-line {
    display: block;
    width: 0;
    height: 49px;
    border-left: 1px solid #fff;
    flex-shrink: 0;
}

.marutto-flow__step-desc {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.7;
    color: #fff;
}

.marutto-flow__duration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 238px;
    flex-shrink: 0;
}

.marutto-flow__duration-label {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.7;
    color: #fff;
}

.marutto-flow__duration-prefix {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.marutto-flow__duration-value {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 68px;
    line-height: 1;
    color: #fff;
}

.marutto-flow__cta {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.8;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.marutto-flow__cta:hover {
    opacity: 0.8;
}

/* ============================================
   FAQ
   ============================================ */
.marutto-faq {
    background: #000;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
}

.marutto-faq__title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.448;
    letter-spacing: 0.1em;
    color: #BA9B50;
    text-align: center;
}

.marutto-faq__list {
    max-width: 1120px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 59px;
}

.marutto-faq__item {
    border-bottom: none;
}

.marutto-faq__question {
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    padding: 30px 10px 30px 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.marutto-faq__answer {
    display: block;
    background: #fff;
    padding: 10px 50px 10px;
    border: none;
    display: flex;
    gap: 0;
}

.marutto-faq__answer-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
    color: #000;
    flex-shrink: 0;
    width: 35px;
    padding: 5px 0 0 7px;
}

.marutto-faq__answer-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000;
    padding: 10px 0;
}

/* ============================================
   Footer
   ============================================ */
.marutto-footer {
    background: #fff;
    padding: 0 100px;
}

/* .marutto-footer__top {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    gap: 40px;
} */

.marutto-footer__logo {
    height: 48px;
}

.marutto-footer__address {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    color: #000;
}

.marutto-footer__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0;
    gap: 60px;
}

.marutto-footer__address-block {
    position: relative;
    padding: 0 60px;
    display: flex;
    align-items: center;
    height: 117px;
}

.marutto-footer__address-block::before,
.marutto-footer__address-block::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}

/* 左側の線 */
.marutto-footer__address-block::before {
    left: 0;
}

/* 右側の線 */
.marutto-footer__address-block::after {
    right: 0;
}

.marutto-footer__address {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    color: #000;
    text-align: left;
}

.marutto-footer__mark {
    height: 111px;
}

.footer_nav_container {
    width: 100%;
    padding: 0 100px;
}

.marutto-footer__nav {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: flex-start;
}

.marutto-footer__nav a {
    margin-left: 60px;
}

.marutto-footer__nav a:first-child {
    margin-left: 0;
}

.marutto-footer__nav a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.marutto-footer__nav a:hover {
    opacity: 0.7;
}

.marutto-footer__copyright {
    background: #000;
    text-align: center;
    padding: 15px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

/* ============================================
   Responsive - Tablet (max-width: 1100px)
   ============================================ */
@media (max-width: 1100px) {
    .marutto-header {
        height: 60px;
        padding: 0 20px;
    }

    .marutto-header img {
        height: 60px;
    }

    .marutto-fv {
        height: auto;
        min-height: 400px;
        padding: 80px 40px;
        margin-top: 60px;
    }

    .marutto-fv__stats {
        font-size: 18px;
    }

    .marutto-fv__title {
        font-size: 28px;
    }

    .marutto-fv__brand {
        font-size: 32px;
    }

    .marutto-document-bar {
        padding: 20px 40px;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .marutto-reason-why {
        height: auto;
        padding: 20px 20px;
    }

    .marutto-reason-why__inner {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .marutto-worries {
        padding: 56px 60px 80px;
    }

    .marutto-worries__title {
        font-size: 28px;
    }

    .marutto-worries__heading {
        font-size: 22px;
    }

    .marutto-birth {
        padding: 80px 20px;
        gap: 40px;
    }

    .marutto-birth__brand {
        font-size: 45px;
    }

    .marutto-birth__description,
    .marutto-birth__description-sub {
        font-size: 20px;
        padding: 0 20px;
    }

    .marutto-pricing__price>span {
        font-size: 18px;
    }

    .marutto-pricing__price>span.size65 {
        font-size: 35px;
    }

    .marutto-pricing__conditions {
        padding-left: 4%;
    }

    .marutto-pricing__condition {
        font-size: 20px;
    }

    .marutto-pricing__cta-text {
        font-size: 22px;
    }

    .marutto-service-detail {
        padding: 64px 20px;
    }

    .marutto-service-detail__text p {
        font-size: 20px;
    }

    .marutto-crossborder {
        padding: 80px 20px;
    }

    .marutto-crossborder__subtitle,
    .marutto-crossborder__desc {
        font-size: 20px;
    }

    .marutto-crossborder__feature-text {
        font-size: 20px;
    }

    .marutto-reasons {
        padding: 80px 20px;
    }

    .marutto-reasons__grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .marutto-works {
        padding: 80px 0;
        gap: 48px;
    }

    .marutto-works__container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .marutto-works__title {
        font-size: 28px;
    }

    .marutto-staff {
        padding: 60px 40px;
        gap: 40px;
    }

    .marutto-staff__left-quote {
        font-size: 22px;
    }

    .marutto-staff__left-answer {
        font-size: 26px;
    }

    .marutto-flow__container {
        flex-direction: column;
        gap: 60px;
        padding: 0 40px;
    }

    .marutto-flow__steps::after {
        display: none;
    }

    .marutto-flow__step-desc {
        font-size: 20px;
    }

    .marutto-flow__duration-prefix {
        font-size: 44px;
    }

    .marutto-flow__duration-value {
        font-size: 56px;
    }

    .marutto-faq {
        padding: 60px 0;
        gap: 60px;
    }

    .marutto-faq__title {
        font-size: 28px;
    }

    .marutto-faq__question {
        padding: 20px 10px 20px 30px;
        font-size: 17px;
    }

    .marutto-faq__answer {
        padding: 10px 30px 0;
    }

    .marutto-footer__top {
        flex-wrap: wrap;
        padding: 20px;
        gap: 20px;
    }

    .marutto-footer {
        padding: 2%;
    }

    .footer_nav_container {
        padding: 0;
    }

    .marutto-footer__nav {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 40px;
        justify-content: center;
    }

    .marutto-footer__nav a {
        margin-left: 0;
    }


    .marutto-document-cta {
        padding: 20px 40px;
        gap: 40px;
    }

    .marutto-document-cta__frame {
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .marutto-document-cta__text {
        font-size: 20px;
    }
}

/* ============================================
   Responsive - Mobile (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    .marutto-header {
        height: 50px;
        padding: 0 15px;
    }

    .marutto-header img {
        height: 50px;
    }

    .marutto-fv {
        height: auto;
        min-height: 300px;
        padding: 70px 20px 40px;
        margin-top: 50px;
        background-position: right center;
    }

    .marutto-fv {
        background-image: url('../images/marutto/fv_sp.png');
        height: auto;
        min-height: 530px;
        padding: 40px 20px;
    }

    .marutto-fv__text-block {
        align-items: flex-start;
    }

    .marutto-fv__stats {
        font-size: 13px;
    }

    .marutto-fv__title {
        font-size: 20px;
        text-align: left;
    }

    .marutto-fv__brand {
        font-size: 24px;
        text-align: left;
    }

    .marutto-fv__catchcopy {
        align-items: flex-start;
    }

    .marutto-cta {
        font-size: 16px;
        gap: 16px;
    }

    .marutto-cta img {
        width: 60px;
        height: 38px;
    }

    .marutto-cta--large {
        font-size: 20px;
    }

    .marutto-document-bar {
        padding: 15px 20px;
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .marutto-document-bar__text {
        font-size: 13px;
    }

    .marutto-reason-why {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .marutto-reason-why__title {
        font-size: 16px;
    }

    .marutto-reason-why__inner {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        align-items: center;
    }

    .marutto-reason-why__item {
        width: 100%;
        font-size: 13px;
        text-align: center;
    }

    .marutto-reason-why__item:nth-of-type(1) {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .marutto-reason-why__item:nth-of-type(2) {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .marutto-worries {
        padding: 40px 20px 60px;
        gap: 40px;
    }

    .marutto-worries__title {
        font-size: 22px;
    }

    .marutto-worries__heading {
        font-size: 18px;
    }

    .marutto-worries__item {
        font-size: 15px;
    }

    .marutto-worries__group {
        gap: 24px;
    }

    .marutto-birth {
        padding: 60px 15px;
        gap: 30px;
    }

    .marutto-birth__subtitle {
        font-size: 16px;
    }

    .marutto-birth__title {
        font-size: 19px;
    }

    .marutto-birth__brand {
        font-size: 32px;
    }

    .marutto-services-grid {
        grid-auto-rows: 1fr;
    }

    .marutto-services-grid__card {
        min-height: 0;
        padding: 10px 20px;
    }

    .marutto-services-grid__card-title {
        font-size: 18px;
    }

    .marutto-services-grid__card-desc {
        font-size: 15px;
    }

    .marutto-birth__description {
        font-size: 17px;
        line-height: 1.8;
        padding: 0 10px;
    }

    .marutto-birth__description-sub {
        font-size: 15px;
        line-height: 1.8;
        padding: 0 10px;
    }

    .marutto-pricing {
        padding: 60px 10px;
    }

    .marutto-pricing__container {
        width: 95%;
        padding: 20px 15px 40px;
        gap: 40px;
    }

    .marutto-pricing__price {
        font-size: 50px;
    }

    .marutto-pricing__condition {
        font-size: 16px;
    }

    .marutto-pricing__cta-text {
        font-size: 18px;
    }

    .marutto-service-detail {
        padding: 40px 15px;
        gap: 60px;
    }

    .marutto-service-detail__title {
        font-size: 24px;
    }

    .marutto-service-detail__grid {
        grid-auto-rows: 1fr;
    }

    .marutto-service-detail__card {
        min-height: 0;
        padding: 10px 20px;
    }

    .marutto-service-detail__card-title {
        font-size: 18px;
    }

    .marutto-service-detail__card-desc {
        font-size: 16px;
    }

    .marutto-service-detail__text p {
        font-size: 17px;
    }

    .marutto-service-detail__highlight {
        font-size: 22px;
    }

    .marutto-service-detail__highlight span.gold {
        font-size: 26px;
    }

    .marutto-crossborder {
        padding: 60px 15px;
        gap: 40px;
    }

    .marutto-crossborder__title {
        font-size: 24px;
    }

    .marutto-crossborder__subtitle,
    .marutto-crossborder__desc {
        font-size: 17px;
    }

    .marutto-crossborder__feature {
        width: 160px;
    }

    .marutto-crossborder__feature-text {
        font-size: 16px;
    }

    .marutto-crossborder__feature-icon {
        width: 50px;
        height: 50px;
    }

    .marutto-reasons {
        padding: 60px 15px;
        gap: 60px;
    }

    .marutto-reasons__title {
        font-size: 20px;
    }

    .marutto-reasons__grid {
        gap: 40px;
        padding: 0 10px;
    }

    .marutto-reasons__card {
        width: 100%;
    }

    .marutto-reasons__card-title {
        font-size: 19px;
    }

    .marutto-reasons__note {
        margin-top: -50px;
    }

    .marutto-reasons__bottom {
        padding: 0 15px;
    }

    .marutto-reasons__bottom-text,
    .marutto-reasons__bottom-sub {
        font-size: 16px;
    }

    .marutto-reasons__bottom-highlight {
        font-size: 20px;
    }

    .marutto-works {
        padding: 60px 0;
        gap: 30px;
    }

    .marutto-works__title {
        font-size: 24px;
    }

    .marutto-works__subtitle,
    .marutto-works__desc {
        font-size: 17px;
    }

    .marutto-works__container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 0 15px;
    }

    .marutto-works__card {
        width: 100%;
        max-width: 386px;
    }

    .marutto-works__card-name {
        font-size: 22px;
    }

    .marutto-works__card-content {
        display: none;
    }

    .marutto-works__card-content.is-open {
        display: block;
    }

    .marutto-works__card-problem {
        pointer-events: auto;
        cursor: pointer;
    }

    .marutto-works__card-toggle {
        display: block;
    }


    .marutto-staff {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
        align-items: center;
    }

    .marutto-staff__left-title {
        font-size: 20px;
    }

    .marutto-staff__left-desc {
        font-size: 14px;
    }

    .marutto-staff__left-quote {
        font-size: 20px;
    }

    .marutto-staff__left-answer {
        font-size: 22px;
    }

    .marutto-flow {
        padding: 40px 0 60px;
        gap: 40px;
    }

    .marutto-flow__title {
        font-size: 24px;
    }

    .marutto-flow__container {
        flex-direction: column;
        gap: 40px;
        padding: 0 15px;
    }

    .marutto-flow__step {
        gap: 12px;
    }

    .marutto-flow__step-header {
        width: 60px;
    }

    .marutto-flow__step-number {
        font-size: 16px;
    }

    .marutto-flow__step-label {
        font-size: 11px;
    }

    .marutto-flow__step-line {
        height: 30px;
    }

    .marutto-flow__step-desc {
        font-size: 16px;
    }

    .marutto-flow__duration {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }

    .marutto-flow__duration-label {
        font-size: 22px;
        width: 100%;
        text-align: center;
    }

    .marutto-flow__duration-prefix {
        font-size: 36px;
    }

    .marutto-flow__duration-value {
        font-size: 48px;
    }

    .marutto-faq {
        padding: 40px 0;
        gap: 30px;
    }

    .marutto-faq__title {
        font-size: 24px;
    }

    .marutto-faq__list {
        gap: 30px;
        padding: 0 15px;
    }

    .marutto-faq__question {
        padding: 15px 10px 15px 20px;
        font-size: 15px;
    }

    .marutto-faq__answer {
        padding: 10px 20px 0;
    }

    .marutto-faq__answer-label {
        font-size: 16px;
    }

    .marutto-faq__answer-text {
        font-size: 14px;
    }

    .marutto-footer__top {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 15px;
        gap: 15px;
    }

    .marutto-footer__vertical-line {
        display: none;
    }

    .marutto-footer__logo {
        height: 36px;
    }

    .marutto-footer__mark {
        height: 70px;
    }

} 
.marutto-footer__top {
        display: flex;
        flex-direction: row; 
        flex-wrap: nowrap;   
        align-items: center; 
        justify-content: flex-start;
        padding: 20px;      
        gap: 20px;          

    .marutto-footer__address-block {
        height: auto;       
        min-height: 40px;   
        padding: 0 20px;    
        display: flex;
        align-items: center; 
        position: relative;
    }

    .marutto-footer__address-block::before,
    .marutto-footer__address-block::after {
        content: "";
        position: absolute;
        top: 10%;           
        height: 80%;        
        width: 1px;
        background-color: #000;
    }




    .marutto-footer__nav {
        gap: 10px 20px;
        padding: 15px 20px;
    }

    .marutto-document-cta {
        padding: 15px 20px;
        flex-direction: column;
        gap: 20px;
    }

    .marutto-document-cta__frame {
        gap: 20px;
        padding: 10px 15px;
    }

    .marutto-document-cta__text {
        font-size: 16px;
    }
}

/* ==========================================
   スマホ用（600px以下）のレイアウト
   ========================================== */
@media screen and (max-width: 600px) {

    .flow-cta .marutto-cta--large  {
        width: 100%;
        padding: 0 3%;
    }

     .flow-cta .marutto-cta--large > span {
        font-size: 16px;
     }
    .marutto-footer__top {
        flex-direction: column; 
        padding: 40px 20px;
        gap: 30px;
        text-align: center;
    }

    .marutto-footer__address-block::before,
    .marutto-footer__address-block::after {
        display: none;
    }

    .marutto-footer__address-block {
        padding: 0;
        height: auto;
        justify-content: center;
    }

    .marutto-footer__address {
        text-align: center; 
    }

    .marutto-footer__logo {
        height: 40px;
        margin-right: 0; 
    }

    .marutto-footer__mark {
        height: 80px;
        margin-left: 0;  
    }
    
    .marutto-footer__nav {
        padding: 20px;
        justify-content: center;
        text-align: center;
        gap: 15px 20px; 
    }

}