/*
 * pages.css - 全ページ固有スタイル集約ファイル
 *
 * 目次 (CTRL+F でジャンプ):
 *   [FRONT]    フロントページ  (2026-08 redesign / hr-* namespace)
 *   [ABOUT]    About ページ    (元 about.css)
 *   [SERVICE]  Service ページ  (元 service.css)
 *   [CONTACT]  Contact ページ  (元 contact.css)
 *   [CASE]     実績ページ      (元 case.css)
 *   [BLOG]     ブログ・お悩みページ (元 blog-trouble.css)
 *
 * 編集方法: 該当セクションを直接編集してください
 * 共通スタイル (ヘッダー/フッター/ボタン等) は common.css を参照
 */


/* =========================================
   [ABOUT] About ページ 
========================================= */

section.about-hero {
    padding: 0;
}

.about-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--haruno-base);
}

.about-hero__bg img {
    opacity: 0.45;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.about-hero__content {
    z-index: 2;
}

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

.about-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.45;
}

.about-title {
    text-align: center;
}

.about-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.about-hero h1 {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    color: #fff;
    margin-top: 10px;
}

/* 本文 */
section.concept-detail {
    padding: 60px 0;
}

.concept-body {
    margin-top: 40px;
    padding-bottom: 30px;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #444;
}

.concept-body p {
    margin-bottom: 20px;
}

.concept-body p strong {
    font-weight: 600;
    color: var(--haruno-main-green);
}

.concept-body .fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards;
}

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

.concept-body p:nth-child(3),
.concept-body p:nth-child(6) {
    margin-bottom: 40px;
}

.concept-origin p {
    margin-bottom: 16px;
}

.concept-detail {
    padding: 80px 0;
}

.concept-detail p {
    margin-top: 40px;
    max-width: 640px;
    margin: 0 auto 18px;
    line-height: 2;
}

.concept-origin {
    margin-top: 60px;
    padding-top: 60px;
    position: relative;
}

.concept-origin::before {
    content: "";
    width: 40px;
    height: 1px;
    background: var(--haruno-main);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.concept-origin p {
    max-width: 640px;
    margin: 0 auto 18px;
    font-size: 1.1rem;
}

.origin-lead {
    font-weight: 500;
    color: var(--haruno-main);
    margin-bottom: 40px !important;
}

/* プロフィール */
.profile {
    padding: 100px 0;
    background-color: var(--haruno-bg-light, #fbfcf9);
}

.profile .section-title {
    font-size: 26px;
    color: #333;
    margin-bottom: 64px;
    letter-spacing: 0.05em;
}

.profile__wrap {
    display: flex;
    gap: 64px;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
}

.profile__image-box {
    flex-shrink: 0;
    width: 280px;
    text-align: center;
    position: relative;
}

.profile__image {
    width: 220px;
    height: 220px;
    margin: 0 auto 24px;
    position: relative;
}

.profile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile__image::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -20px;
    width: 60px;
    height: 80px;
    /* 背景画像として植物のsvgやpngがある場合はここに指定 */

    z-index: 1;
    pointer-events: none;
}

.profile__name-area {
    margin-top: 16px;
}

.profile__logo-text {
    font-family: "Cormorant Garamond", "Times New Roman", "Georgia", cursive, serif;
    font-size: 32px;
    color: var(--haruno-main-green);
    margin: 0 0 2px 0 !important;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-style: italic;
}

.profile__sub-text {
    font-size: 11px;
    color: var(--haruno-main-green);
    letter-spacing: 0.15em;
    margin: 0 !important;
    font-weight: 500;
}

.profile__text {
    flex: 1;
}

.profile__intro p {
    font-size: 1.14rem;
    color: var(--haruno-text-dark);
    line-height: 1.85;
    margin-bottom: 24px;
    letter-spacing: 0.03em;
}

.profile__intro p:last-child {
    margin-bottom: 40px;
}

.strengths-title {
    font-size: 1.14rem;
    font-weight: 600;
    color: var(--haruno-main-green);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}

.strengths-title .title-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: flex-end;
    margin-right: .8rem;
}

.profile-strengths {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-strengths li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px dashed var(--haruno-line-dashed);
    font-size: 1.1remmｍｒ;
    line-height: 1.6;
    color: #444;
}

.profile-strengths li:first-child {
    border-top: 1px solid #e0e0e0;
}

.profile-strengths .icon-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: var(--haruno-leaf-light);
    border: 1px solid var(--haruno-border-pale);
    color: var(--haruno-main-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-strengths .icon-check svg {
    width: 14px;
    height: 14px;
}

.profile-strengths .txt {
    flex: 1;
    letter-spacing: 0.02em;
}


.profile__bottom-banner {
    max-width: 800px;
    margin: 80px auto 0;
    border: 1px solid #e0e4dd;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    background-color: #ffffff;
}

.profile__bottom-banner .banner-leaf {
    width: 80px;
    height: 80px;
    color: var(--haruno-main-green);
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.profile__bottom-banner .banner-text {
    text-align: center;
}

.profile__bottom-banner .banner-text p {
    font-size: 1.14rem;
    color: var(--haruno-main-green);
    margin: 0 0 6px 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.profile__bottom-banner .banner-text p.sub {
    font-size: .96rem;
    color: #555;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 896px) {
    .profile__wrap {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .profile__image-box {
        width: 100%;
    }

    .profile__bottom-banner {
        flex-direction: column;
        padding: 24px 20px;
        gap: 12px;
        width: calc(100% - 32px);
    }

    .profile-strengths li {
        align-items: flex-start;
    }

    .profile-strengths .icon-check {
        margin-top: 2px;
    }
}

/* 活動 */
.about-work__list {
    margin-top: 80px;
    list-style: none;
    padding: 0;
}

.about-work__header {
    display: flex;
    align-items: baseline;
    flex: 0 0 45%;
}

.about-work__number {
    font-family: var(--font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--haruno-main);
    margin-right: 24px;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

.about-work__item {
    padding: 40px 0;
    border-bottom: none;
    gap: 40px;
}


.about-work__item:last-child {
    border-bottom: none;
}

.about-work__item h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    position: relative;
    color: var(--haruno-main-green);
}

.section-title {
    margin-bottom: 48px;
    font-size: 28px;
    letter-spacing: 0.05em;
}


.about-work__body {
    flex: 1;
}

.about-work__body p {
    line-height: 1.8;
    color: var(--haruno-text);
    opacity: 0.9;
    margin: 0;
}

.text-center a.btn.btn--outline {
    text-align: center;
    display: inline-block;
    padding: 20px 48px;
    background: var(--haruno-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 2px;
    background-color: var(--haruno-color);
}


@media (max-width: 1024px) {

    .profile__wrap {
        gap: 32px;
    }

    .about-hero h1 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .about-hero {
        min-height: 60vh;
    }

    .about-hero h1 {
        font-size: 32px;
    }

    .concept-detail p,
    .concept-origin p {
        line-height: 1.8;
    }

    .concept-origin p {
        font-size: 15px;
    }

    .profile {
        padding: 80px 0;
    }

    .profile__wrap {
        flex-direction: column;
        text-align: center;
    }

    .profile__intro p {
        font-size: 15px;
    }

    .profile__image img {
        width: 140px;
    }

    .section-title {
        margin-bottom: 40px;
        font-size: 22px;
    }

    .concept-origin {
        margin-top: 60px;
        padding-top: 40px;
    }

    .about-work__item {
        flex-direction: column;
        gap: 12px;
        padding: 32px 0;
    }

    .about-work__header {
        flex: none;
        width: 100%;
    }

    .about-work__number {
        font-size: 20px;
        margin-right: 16px;
    }

    .about-work__item h3 {
        font-size: 18px;
    }

    .about-work__body {
        padding-left: 45px;
    }

}

@media (max-width: 768px) {
    .concept-body {
        font-size: 15px;
        line-height: 1.7;
    }

    .concept-body p {
        margin-bottom: 16px;
    }
}

/* =========================================
   [SERVICE] Service ページ 
========================================= */

/* =====================
 共通
===================== */
.section-title--center {
    text-align: center;
    margin-bottom: 60px;
}

.section-title--center .en {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: var(--haruno-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-intro {
    margin-top: 15px;
    opacity: 0.8;
}

/* =====================
hero
===================== */
.service-hero {
    position: relative;
    padding: 160px 0 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.service-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.service-hero .container {
    position: relative;
    z-index: 2;
}

.service-hero h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-top: 1rem;
    letter-spacing: 0.15em;
    color: #fff;
}

.service-hero .sub-title {
    color: #fff;
}

.service-strength {

    background: var(--haruno-bg-light);
}

.strength-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 56px;
}

.strength-item {
    border: none;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    padding: 1rem;
}

.strength-item h3 {
    font-size: 18px;
    margin-bottom: 16px;
    color: var(--haruno-color);
}

.strength-item p {
    font-size: 15px;
    line-height: 1.9;
}

@media (max-width: 768px) {
    .service-hero {
        padding: 120px 0 80px;
    }

    .service-hero h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 1024px) {
    .strength-list {
        grid-template-columns: 1fr;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-strength {
        padding: 72px 0;
    }

    .strength-item {
        padding: 32px 24px;
    }

    .service-catch {
        font-size: 24px;
        line-height: 1.6;
    }

    .service-catch-sub {
        font-size: 14px;
        line-height: 1.9;
    }
}

.service-empathy {
    text-align: center;
}

/* =====================
 画像（グレー枠）
===================== */
.service-image,
.flow-image {
    background: #eee;
    width: 100%;
    height: 260px;
}


/* =====================
 サービスブロック
===================== */
/* .service-menu {
    padding: 100px 0;
} */

/* サービスグリッド */
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background-color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.service-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-head {
    margin-bottom: 16px;
}

.card-head .num {
    font-size: 1.2rem;
    color: var(--haruno-accent);
    font-weight: 600;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 8px;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 0;
    color: var(--haruno-color);
}

.service-card .description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.detail-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.detail-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.detail-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: var(--haruno-main);
}


/* =====================
 料金
===================== */
.price-table {
    border-top: 2px solid var(--haruno-color);
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #eee;
}

.price-label h4 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
}

.price-label .note {
    font-size: 13px;
    color: #666;
    display: block;
}

.price-value {
    font-family: var(--font-serif);
    font-size: 22px;
    color: var(--haruno-main);
    white-space: nowrap;
    font-weight: 700;
}

.price-value span {
    font-size: 14px;
    margin-right: 5px;
}

.price-notice {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}

/* =====================
 保守プラン
===================== */
:root {
    /* テーマカラーの微調整（カンプの美しい緑に合わせる用。既存の変数があればそちらが優先されます） */
    --haruno-main-green: #708854;
    --haruno-bg-light: #fbfcf9;
}

.service-maintenance {
    background: var(--haruno-bg-light);
    padding: 100px 0;
}

/* グリッド配置 */
.maintenance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
    align-items: stretch;
    /* 高さを綺麗に揃える */
}

/* カード共通 */
.maintenance-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 48px 32px;
    text-align: center;
    /* ヘッダー・価格を中央寄せ */
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.maintenance-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(112, 136, 84, 0.08);
}

/* おすすめカードのスタイル調整 */
.maintenance-card.recommended {
    border: 2px solid var(--haruno-main-green);
    transform: none;
    /* 全体スケールではなく、余白と枠線で引き立てる */
}

.maintenance-card.recommended:hover {
    transform: translateY(-4px);
}

.label-recommended {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--haruno-main-green);
    color: #fff;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.card-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    color: var(--haruno-main-green);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef2e8;
    border-radius: 50%;
    opacity: 0.9;
}

.card-icon img {
    width: 36px;
    height: 36px;
}

.maintenance-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--haruno-main-green);
}

/* 価格表記 */
.maintenance-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    border-bottom: none;
    margin-bottom: 32px;
    padding-bottom: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.maintenance-card .price .period {
    font-size: 13px;
    font-weight: normal;
    color: #666;
    margin-left: 2px;
}

.numbered-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.numbered-list li {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px dashed #e2e8f0;
    line-height: 1.6;
    color: #444;
    font-size: 1rem;
}

.numbered-list li:last-child {
    border-bottom: none;
}

.numbered-list .num {
    background-color: var(--haruno-main-green);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    margin-right: 14px;
    flex-shrink: 0;
    margin-top: 1px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.numbered-list .txt {
    flex: 1;
}

.maintenance-notes {
    margin-top: 40px;
    text-align: center;
}

.maintenance-notes p {
    font-size: .9rem;
    color: #666;
    margin-bottom: 6px;
    line-height: 1.5;
}

.sns-support-banner {
    max-width: 800px;
    margin: 32px auto 0;
    background-color: #f2f6ee;
    padding: 14px 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sns-support-banner .banner-icon {
    width: 18px;
    height: 18px;
    color: var(--haruno-main-green);
    display: flex;
    align-items: center;
}

.sns-support-banner p {
    font-size: .95rem;
    color: #333;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .maintenance-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .sns-support-banner {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }
}

/* =====================
 フロー
===================== */
/* .service-flow {
    padding: 100px 0;
} */

.service-flow h2 {
    margin-top: .8rem;
}

.flow-step-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 40px;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.02);
    border-left: 3px solid var(--haruno-color);
    padding-left: 30px;
}

.flow-step-card__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.flow-step-card:nth-child(odd) {
    transform: translateX(-20px);
}

.flow-step-card:nth-child(even) {
    transform: translateX(20px);
}

.flow-step-card__num {
    font-family: var(--font-serif);
    font-size: 14px;
    color: var(--haruno-color);
    letter-spacing: 0.15em;
    font-weight: bold;
    display: inline-block;
}

.flow-step-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
    color: #333;
}

.flow-step-card__body {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.flow-step__note {
    margin-top: 12px;
    font-size: 0.85em;
    opacity: 0.7;
    line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Flow Arrow
   -------------------------------------------------------------------------- */
.flow-arrow {
    text-align: center;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
    height: 14px !important;
}

.flow-arrow::after {
    content: '';
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    background: none !important;

    border-style: solid !important;
    border-width: 14px 11px 0 11px !important;
    border-color: var(--haruno-color) transparent transparent transparent !important;
    vertical-align: top;
    opacity: 0.6;
}

@media (max-width: 1200px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .service-page section {
        padding: 60px 0;
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .service-card,
    .service-card__content {
        padding: 1rem;
    }

    .price-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 10px;
    }

    .price-value {
        align-self: flex-end;
        font-size: 18px;
    }

    .service-flow {
        padding: 80px 0;
    }

    .flow-step-card {
        padding: 30px 20px;
    }

    .flow-step-card__head {
        margin-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .flow-step-card h3 {
        font-size: 18px;
        white-space: normal;
    }

    .flow-step-card__body {
        font-size: 14px;
    }

    .flow-arrow {
        margin: 30px 0;
        height: 11px !important;
    }

    .flow-arrow::after {
        border-width: 11px 9px 0 9px !important;
    }
}


/* =========================================
   [CONTACT] Contact ページ
========================================= */

/* =========================
   ページヘッダー
========================= */

.page-header {
    background-color: #f9f9f7;
    padding: 120px 0 80px;
    text-align: center;
}

.page-header__en {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: var(--haruno-color);
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.page-header__title {
    font-size: 32px;
    margin-bottom: 24px;
    color: #333;
    font-family: var(--font-serif);
}

.page-header__lead {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

/* =========================
   Contact セクション
========================= */

.contact-section {
    padding: 100px 0;
}

.contact-box__info {
    margin-bottom: 48px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    color: #888;
}

/* =========================
   Contact Form 7
========================= */

.contact-item {
    margin-bottom: 1.6rem;
}

.contact-item label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #4a4a4a;
    letter-spacing: 0.05em;
}

.contact-item .required {
    background: var(--haruno-color);
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 2px;
    margin-left: 12px;
    vertical-align: middle;
    font-weight: normal;
}

.wpcf7-form-control-wrap {
    display: block;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--haruno-color);
    outline: none;
    background-color: var(--haruno-bg-light);
}

.contact-form textarea {
    height: 180px;
}

.contact-submit {
    text-align: center;
    margin-top: 48px;
}

.contact-submit .btn--primary {
    background: var(--haruno-color);
    color: #fff;
    padding: 18px 80px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.2em;
    transition: opacity 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
}

.contact-submit .btn--primary:hover {
    opacity: 0.8;
}

.wpcf7-not-valid-tip {
    color: #d9534f;
    font-size: 12px;
    margin-top: 8px;
}

.contact-lead {
    background: #f8f8f6;
    padding: 20px;
    margin-bottom: 32px;
    border-left: 3px solid var(--haruno-color);
    font-size: 14px;
    line-height: 1.8;
}

.contact-lead p {
    margin: 0 0 6px;
}

.submit-note {
    margin-top: 12px;
    font-size: 12px;
    color: #888;
}

@media (max-width: 768px) {

    .contact-section {
        padding: 60px 20px;
    }

    .contact-item {
        margin-bottom: 24px;
    }

    .contact-item label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form select,
    .contact-form textarea {
        padding: 14px 12px;
        font-size: 16px;
    }

    .contact-form textarea {
        height: 160px;
    }

    .contact-submit {
        margin-top: 32px;
    }

    .contact-submit .btn--primary {
        width: 100%;
        padding: 16px 0;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .wpcf7-not-valid-tip {
        font-size: 11px;
    }

    .page-header {
        padding: 80px 0 60px;
    }

    .page-header__title {
        font-size: 24px;
    }
}

/* =========================
   Thanks Page
========================= */

.thanks-section {
    padding: 160px 0;
    text-align: center;
    background-color: var(--haruno-bg-light);
}

.thanks-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #768c55;

    margin-bottom: 16px;
    text-transform: uppercase;
}

.thanks-title {
    font-size: 28px;
    margin-bottom: 40px;
    color: #333;
    font-family: var(--font-serif);
}

.thanks-text {
    margin-bottom: 60px;
    line-height: 2;
    color: #666;
    font-size: 15px;
}

.thanks-action .btn--primary {
    display: inline-block;
    padding: 18px 60px;
    background-color: #768c55;

    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: 0.3s ease;
}

.thanks-action .btn--primary:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {

    .thanks-section {
        padding: 100px 0;
    }

    .thanks-title {
        font-size: 22px;
    }
}


/* =========================================
   [CASE] 実績ページ (元 case.css)
========================================= */

.case-page .container {
    max-width: 1200px;
}

.case-content .container--narrow {
    max-width: 760px;
    margin: 0 auto;
}

.case-hero {
    position: relative;
    padding: 160px 0 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #333;
    overflow: hidden;
}

.case-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.case-hero {
    position: relative;
    height: 70vh;
}

.case-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.case-hero h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-top: 1rem;
    letter-spacing: 0.15em;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.sub-title {
    color: #fff;
    opacity: 0.9;
}

.case-hero p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #fff
}

/* =====================
   Case Card
   ===================== */
.case-section {
    padding: 100px 0;
    background: var(--haruno-bg-light);
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
    margin-top: 60px;
}

.case-card {
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 80px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.case-card__img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f5f5f5;
}

.case-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.case-card:hover .case-card__img img {
    transform: scale(1.03);
}

.case-card__body {
    padding: 80px;
    padding-bottom: 0;
    background-image:
        linear-gradient(rgba(230, 230, 230, 0.3) 1px, transparent 1px),
        linear-gradient(90px, rgba(230, 230, 230, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    background-color: #fff;
    position: relative;
}

.case-card__head {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.case-card__head h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #333;
}

.case-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #888;
}

.case-tag {
    color: var(--haruno-color);
    font-weight: 600;
}


.case-details {
    display: block;
}

.case-block {
    margin-bottom: 25px;
}

.case-block h3 {
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    color: #333;
}

.case-block h3 .en {
    font-size: 10px;
    color: var(--haruno-color);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: var(--font-serif);
}

.case-block__body {
    padding-left: 0;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.case-block p {
    font-size: 14.5px;
    line-height: 2;
    color: #555;
    letter-spacing: 0.03em;
}

.case-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.case-block li {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.case-block li::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid var(--haruno-color);
    margin-right: 12px;
    margin-top: 8px;
    flex-shrink: 0;
}

.line-heading {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.line-heading::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(to right, var(--haruno-gray), transparent);
    margin-left: 15px;
}

/* =========================
   カード内CTA
========================= */

.case-card__cta {
    margin-top: 20px;
    text-align: center;
}

.case-btn {
    display: inline-block;
    padding: 10px 24px;
    background: var(--haruno-color);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    border-radius: 2px;
    transition: 0.3s;
}

.case-card:hover .case-btn {
    background: #4c6664;

}

/* =========================
 ページネーション
========================= */

.pagination a {
    background: transparent;
}

.pagination a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.case-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.case-card__link:hover {
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .case-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .case-card__img {
        height: 350px;
    }

    .case-card__body {
        padding: 40px;
    }

    .case-details {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 40px;
    }
}

@media (max-width: 768px) {
    .case-hero {
        padding: 120px 0 80px;
    }

    .case-hero h1 {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }

    .case-card__img {
        height: 200px;
    }

    .case-card__body {
        padding: 40px 20px;
        background-size: 30px 30px;
    }

    .case-card__head h2 {
        font-size: 20px;
    }

    .case-details {
        display: block;
    }

    .case-card__head {
        margin-bottom: 30px;
    }

    .case-block__body {
        border-left: none;
        padding-left: 0;
    }
}

/* =========================
 詳細ページ
========================= */
.case-content {
    padding: 120px 0;
}

.case-content h2 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 22px;
}

.case-content p {
    line-height: 2;
    color: #555;
}

.case-detail-hero {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.case-detail-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-detail-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.case-detail-hero__content {
    position: absolute;
    color: #fff;
}

.case-detail-category {
    font-size: 12px;
    letter-spacing: 0.2em;
    opacity: 0.8;
}

.case-detail-meta {
    font-size: 14px;
    opacity: 0.8;
}

.case-detail-block {
    padding: 120px 0;
}

.case-detail-result {
    background: var(--haruno-color);
    color: #fff;
    padding: 120px 0;
    text-align: center;
}

.case-detail-link {
    margin: 80px 0;
}

/* =========================
   KPI（実績数値）
   ========================= */
.case-kpi {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.kpi {
    flex: 1;
    position: relative;
    padding: 0 15px;
}

.kpi:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #eee;
}

.kpi span {
    display: block;
    font-size: 11px;
    color: #999;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.kpi strong {
    display: block;
    font-size: 22px;
    color: var(--haruno-color);
    font-family: var(--font-serif);
    font-weight: 600;
}

/* =========================
   モックアップ画像（修正版）
   ========================= */
.case-mockup {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    width: 100%;
    padding: 0;
}

.pc-wrap {
    flex: 2;
    line-height: 0;
}

.sp-wrap {
    flex: 0.6;
    line-height: 0;
}

.case-mockup img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* =========================
   Before After
   ========================= */
.case-ba {
    display: flex;
    gap: 20px;
    padding: 0;
}

.ba-item {
    flex: 1;
    text-align: left;
}

.ba-item p {
    font-size: 11px;
    color: #888;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ba-item img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    border: 1px solid #eee;
}

.case-link {
    text-align: center;
    margin: 120px 0;
}

.case-link a {
    display: inline-block;
    padding: 16px 40px;
    background: var(--haruno-color);
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
}

.case-link a:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .case-hero {
        height: 50vh;
    }

    .case-hero h1 {
        font-size: 24px;
    }

    .case-section {
        padding: 60px 0;
    }

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


@media (max-width: 1024px) {
    .case-card__body {
        padding: 60px 40px;
    }
}

@media (max-width: 768px) {

    .case-kpi {
        gap: 10px 0;
    }

    .kpi {
        flex: none;
        width: 33.33%;
    }

    .kpi strong {
        font-size: 18px;
    }

    .case-mockup {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .sp-wrap {
        width: 50%;
        max-width: 200px;
    }

    .case-mockup img.sp {
        max-width: 160px;
    }

    .case-ba {
        flex-direction: column;
        gap: 30px;
    }

    .ba-item {
        width: 100%;
    }

    .case-link {
        margin: 60px 0;
    }
}


/* =========================================
   [BLOG] ブログ・お悩みページ (元 blog-trouble.css)
========================================= */

/* =========================================
   base
========================================= */

.blog-archive,
.single-post,
.trouble-page,
.trouble-single {
    padding-bottom: 100px;
    background: #fbfaf7;
    color: #222;
}

.blog-archive .container,
.single-post .container,
.trouble-page .container,
.trouble-single .container {
    width: min(1080px, 88%);
    margin: 0 auto;
}

/* =========================================
   page title
========================================= */

.blog-archive h1,
.trouble-page h1,
.single-post h1,
.trouble-single h1 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(2rem, 2.6vw, 2.8rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 60px;
}

.blog-archive h1::before,
.trouble-page h1::before {
    display: block;
    margin-bottom: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    color: var(--haruno-color);
}

.blog-archive h1::before {
    content: "BLOG";
}

.trouble-page h1::before {
    content: "TROUBLE";
}

/* =========================================
   ブログ一覧
========================================= */

.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 28px;
}

.blog-list li {
    background: #fff;
    border: 1px solid rgba(88, 122, 49, 0.15);
    transition: all 0.3s ease;
}

.blog-list li:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.blog-list a {
    display: block;
    padding: 30px 36px;
    text-decoration: none;
    color: inherit;
}

.blog-thumb img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px;
}

.blog-date {
    display: block;
    font-size: 0.75rem;
    color: #888;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
}

.blog-list h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.35rem;
    line-height: 1.8;
    margin-bottom: 12px;
}

.blog-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 2;
}

/* =========================================
   ブログ詳細ページ
========================================= */
.blog-block {
    background-color: #fff;
    padding: 2rem 1rem;
}

.single-post .content,
.trouble-single .content {
    max-width: 780px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2.2;
}

.single-post .content h2,
.trouble-single .content h2 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.7;
    margin: 80px 0 24px;
    padding-left: 20px;
    border-left: 3px solid var(--haruno-color);
}

.single-post .content h3,
.trouble-single .content h3 {
    font-size: 1.1rem;
    margin: 50px 0 16px;
    color: var(--haruno-color);
}

.single-post .content p,
.trouble-single .content p {
    margin-bottom: 24px;
}

.single-post .content ul,
.trouble-single .content ul {
    margin: 24px 0;
    padding-left: 1.5em;
}

.single-post .content li,
.trouble-single .content li {
    margin-bottom: 10px;
}

.trouble-single .content a {
    color: var(--haruno-color);
    text-decoration: underline;
}

.post-navigation {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 60px 0;
    gap: 12px;
    flex-wrap: nowrap;
}

.post-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid #6b8f5a;

    color: #6b8f5a;

    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    white-space: nowrap;
    height: 100%;
    box-sizing: border-box;
}

.post-navigation a:hover {
    background-color: #6b8f5a;

    color: #fff;
}

.nav-prev,
.nav-next {
    flex: 0 1 auto;
}

.nav-next {
    text-align: right;
}

.nav-back {
    flex: 0 1 auto;
}

.nav-back a {
    font-weight: bold;
    background-color: transparent;
}

.blog-inner-cta {
    margin: 56px 0;
    padding: 32px 24px;
    background: #f6f4ef;
    text-align: center;
    box-sizing: border-box;
}

.blog-inner-cta__lead {
    font-weight: 600;
    color: var(--haruno-color);
    margin-bottom: 12px;
}

.blog-inner-cta .blog-inner-cta__btn a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    min-width: 0 !important;
    margin: 16px auto 0;
    padding: 16px 20px;
    box-sizing: border-box;
    text-decoration: none;
}

@media (max-width: 768px) {
    .blog-inner-cta {
        padding: 24px 16px;
    }

    .blog-inner-cta p {
        text-align: center;
        font-size: 0.9rem;
    }

    .blog-inner-cta .blog-inner-cta__btn a.btn {
        width: 100%;
        max-width: 100%;
        min-width: unset !important;
    }
}

@media (max-width: 480px) {
    .post-navigation {
        gap: 1rem;
        justify-content: space-between;
    }

    .post-navigation a {
        font-size: 13px;
        padding: 8px 10px;
    }
}

/* =========================================
   お悩み
========================================= */

.trouble-page__head {
    margin-bottom: 60px;
}

.trouble-page__head .en {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    color: var(--haruno-color);
    margin-bottom: 10px;
}

.trouble-page__head h1 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    margin-bottom: 10px;
}

.trouble-page__head p {
    font-size: 0.9rem;
    color: #666;
}

.trouble-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.trouble-item {
    background: #fff;
    border: 1px solid rgba(88, 122, 49, 0.15);
    transition: 0.3s;
}

.trouble-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.trouble-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px;
    text-decoration: none;
    color: inherit;
}

.trouble-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.trouble-text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.8;
    flex-grow: 1;
}

.trouble-arrow {
    margin-top: 16px;
    font-size: 0.8rem;
    color: var(--haruno-color);
    text-align: right;
}

.trouble-bottom-cta {
    margin-top: 80px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.trouble-bottom-cta .blog-inner-cta__btn {
    display: block;
    width: 100%;
}

.trouble-bottom-cta .btn--cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    min-width: 0 !important;
    padding: 16px 20px;
    font-size: 0.95rem;
    color: #fff;
    background-color: var(--haruno-color);
    text-decoration: none;
    white-space: normal;
    box-sizing: border-box;
    transition: 0.3s;
}

.trouble-bottom-cta .btn--cta:hover {
    opacity: 0.8;
}

.trouble-bottom-cta p {
    margin-bottom: 24px;
    font-size: 0.95rem;
    line-height: 1.8;
}

.trouble-bottom-cta .btn {
    white-space: nowrap;
    display: inline-block;
    padding: 16px 28px;
}

.internal-link-box {
    margin-top: 30px;
    padding: 20px;
    background: var(--haruno-base);
}

.internal-link-box a {
    display: inline-block;
    margin-top: 10px;
    color: var(--haruno-color);
    font-size: 0.9rem;
    text-decoration: none;
}

main.single-post .content .btn--cta,
.trouble-single .content .btn--cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 260px;
    padding: 16px 28px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.trouble-cta-box .btn--cta {
    margin: 0 auto;
}

.back-to-trouble {
    margin-top: 60px;
    text-align: center;
}

.back-to-trouble__btn {
    display: inline-block;

    padding: 12px 26px;

    font-size: 0.85rem;
    letter-spacing: 0.08em;

    color: var(--haruno-color);
    border: 1px solid var(--haruno-color);
    border-radius: 999px;

    text-decoration: none;

    transition: 0.3s;
}

.back-to-trouble__btn:hover {
    background: var(--haruno-color);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {

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

}

@media (max-width: 768px) {

    .trouble-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .trouble-page__head {
        margin-bottom: 40px;
    }

    .trouble-bottom-cta {
        margin-top: 60px;
        padding: 0 16px;
    }

    .trouble-bottom-cta .btn--cta {
        width: 100%;
        max-width: 100%;
        padding: 16px 10px;
    }

    .back-to-trouble__btn {
        width: 100%;
        max-width: 200px;
    }
}

/* =========================================
   CTA（記事用）
========================================= */

.article-cta {
    max-width: 820px;
    margin: 100px auto 0;
    padding: 50px 40px;
    background: var(--haruno-color);
    color: #fff;
    text-align: center;
}

.article-cta__en {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
    display: block;
    opacity: 0.8;
}

.article-cta h2 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.6;
    margin-bottom: 16px;
}

.article-cta p {
    line-height: 2;
    margin-bottom: 24px;
}

.article-cta__btn {
    display: inline-block;
    padding: 16px 28px;
    background: #fff;
    color: var(--haruno-color) !important;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: 0.3s;
}

.article-cta__btn:hover {
    transform: translateY(-2px);
}

/* =========================================
ページネーション
========================================= */

@media (max-width: 768px) {
    .pagination .nav-links {
        gap: 10px;
    }

    .pagination .page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

/* =========================================
   ブログ一覧
========================================= */

.blog-archive {
    margin-bottom: 120px;
}

@media (max-width: 768px) {

    .blog-archive,
    .single-post,
    .trouble-page,
    .trouble-single {
        padding: 100px 0 70px;
    }

    .blog-list a,
    .trouble-list a {
        padding: 24px;
    }

    .article-cta {
        padding: 40px 20px;
    }

    .article-cta__btn {
        width: 100%;
    }

}

/* =========================================
   [FRONT] 2026-08 FRONT PAGE REDESIGN
   SoNの編集的な余白・非対称レイアウト + 大きなゴシック見出し
========================================================= */
.hr-home {
    overflow: hidden;
    background: var(--haruno-paper);
}

.hr-home section {
    position: relative;
    box-sizing: border-box;
}

.hr-home .container {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
}

.hr-section {
    padding: 150px 0;
}

.hr-kicker {
    margin: 0 0 16px;
    color: var(--haruno-green);
    line-height: 1;
    font-weight: 800;
    letter-spacing: .19em;
}

.hr-section h2 {
    margin: 0;
    font-size: clamp(36px, 4.25vw, 66px);
    line-height: 1.22;
    font-weight: 750;
    letter-spacing: -.035em;
}

.hr-section-head {
    /* max-width: 720px; */
    margin-bottom: 74px;
}

.hr-section-head p:last-child {
    margin: 24px 0 0;
    color: var(--haruno-muted);
}

.hr-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hr-editorial-head {
    display: grid;
    grid-template-columns: 1fr .75fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 72px;
}

.hr-editorial-head>p {
    margin: 0;
    color: var(--haruno-muted);
    max-width: 520px;
    justify-self: end;
}

.hr-watermark {
    position: absolute;
    z-index: 0;
    top: 8%;
    color: var(--haruno-beige);
    opacity: .42;
    font-size: clamp(180px, 24vw, 390px);
    line-height: .7;
    font-weight: 700;
    letter-spacing: -.08em;
    pointer-events: none;
    user-select: none;
}

.hr-watermark--right {
    right: 0;
}

.hr-watermark--left {
    left: -2vw;
}

.hr-watermark.hr-watermark--left {
    top: -14%;
    opacity: 100;
}

.hr-home section>.container {
    position: relative;
    z-index: 1;
}

.hr-btn {
    min-width: 192px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 15px 24px;
    border: 1px solid var(--haruno-green);
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .04em;
    transition: transform .25s ease, color .25s ease, background .25s ease;
    box-sizing: border-box;
}

.hr-btn:hover {
    transform: translateY(-2px);
}

.hr-btn--primary {
    background: var(--haruno-green);
    color: #fff;
}

.hr-btn--primary:hover {
    background: #557333;
}

.hr-btn--line {
    color: var(--haruno-green);
    background: transparent;
}

.hr-btn--line:hover {
    color: #fff;
    background: var(--haruno-green);
}

.hr-btn--light {
    color: var(--haruno-green);
    background: #fff;
    border-color: #fff;
}

.hr-section-action {
    margin-top: 62px;
    text-align: center;
}

.hr-color-coral {
    color: var(--haruno-coral) !important;
}

.hr-color-blue {
    color: var(--haruno-blue) !important;
}

.hr-color-yellow {
    color: #d1b600 !important;
}

/* HERO */
.hr-hero {
    min-height: calc(100vh - 82px);
    padding: 82px 0 110px;
    display: flex;
    align-items: center;
}

.hr-hero__grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 76px;
    align-items: center;
}

.hr-eyebrow {
    margin: 0 0 28px;
    color: var(--haruno-ink);
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .075em;
}

.hr-hero__title {
    margin: 0;
    max-width: 620px;
    font-size: clamp(46px, 3.3vw, 82px);
    line-height: 1.24;
    font-weight: 800;
}

.hr-hero__sub {
    margin: 28px 0 18px;
    color: var(--haruno-green);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.hr-hero__lead {
    max-width: 630px;
    margin: 0;
    color: #4f534a;
    line-height: 2;
}

.hr-domain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 34px;
    max-width: 690px;
}

.hr-domain-card {
    padding: 18px 16px;
    border: 1px solid var(--haruno-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .62);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.hr-domain-card__en {
    display: block;
    color: var(--haruno-green);
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.4;
}

.hr-domain-card__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--haruno-green);
}

.hr-domain-card__icon svg {
    width: 46px;
    height: 46px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hr-domain-card__text {
    display: block;
    color: var(--haruno-muted);
    font-size: .8rem;
    line-height: 1.65;
}

.hr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.hr-hero__note {
    margin: 12px 0 0;
    color: var(--haruno-muted);
    font-size: .9rem;
}

.hr-hero__visual {
    min-height: 660px;
    position: relative;
}

.hr-hero__photo {
    position: absolute;
    margin: 0;
    overflow: hidden;
    background: var(--haruno-beige);
}

.hr-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s ease;
}

.hr-hero__visual:hover .hr-hero__photo img {
    transform: scale(1.015);
}

.hr-hero__photo--main {
    width: 72%;
    height: 59%;
    left: 2%;
    top: 0;
    border-radius: 2px;
}

.hr-hero__photo--sub1 {
    width: 48%;
    height: 38%;
    right: 0;
    top: 24%;
    border: 10px solid var(--haruno-paper);
}

.hr-hero__photo--sub2 {
    width: 57%;
    height: 34%;
    left: 16%;
    bottom: 0;
    border: 10px solid var(--haruno-paper);
}

.hr-hero__location {
    position: absolute;
    right: 1%;
    bottom: 5%;
    width: 130px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    border: 1px solid var(--haruno-green);
    border-radius: 50%;
    background: rgba(255, 253, 250, .92);
    text-align: center;
    color: var(--haruno-muted);
    font-size: .8rem;
    line-height: 1.6;
}

.hr-hero__location strong {
    color: var(--haruno-green);
    font-size: 1.0rem;
}

/* =========================
   CONCERNS
========================= */

.hr-concerns {
    background:
        linear-gradient(100deg,
            rgba(241, 224, 206, .36),
            rgba(162, 197, 201, .16));
}

.hr-concerns__grid {
    width: min(1120px, 100%);
    margin: 64px auto 0;

    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(32px, 4vw, 72px);

    align-items: start;
}

.hr-concern {
    min-width: 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 0;

    min-height: 0;
    border: 0;
    background: transparent;

    text-align: center;
}

.hr-concern__icon {
    width: 68px;
    height: 68px;
    margin: 0 0 26px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-concern__icon img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.hr-concern p {
    margin: 0;

    color: var(--haruno-text);
    font-size: clamp(15px, 1.05vw, 17px);
    font-weight: 650;
    line-height: 1.75;

    letter-spacing: .02em;
}

@media (max-width: 1024px) {

    .hr-concerns__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 48px 32px;
    }
}


@media (max-width: 767px) {

    .hr-concerns__grid {
        margin-top: 48px;
        grid-template-columns: repeat(2, 1fr);
        gap: 44px 20px;
    }

    .hr-concern__icon {
        width: 54px;
        height: 54px;
        margin-bottom: 18px;
    }

    .hr-concern p {
        font-size: 14px;
        line-height: 1.7;
    }
}


@media (max-width: 480px) {

    .hr-concerns__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =========================
   METHOD PROCESS
========================= */
.hr-method {
    background: #fff;
}

.hr-method__grid {
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: 90px;
    align-items: center;
}

.hr-editorial-image {
    margin: 0;
    position: relative;
}

.hr-editorial-image::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 45%;
    height: 38%;
    background: var(--haruno-blue);
    opacity: .36;
    z-index: -1;
}

.hr-editorial-image img {
    width: 100%;
    aspect-ratio: 4 / 4.6;
    object-fit: cover;
    display: block;
}

.hr-lead-copy {
    margin: 28px 0 42px;
    max-width: 620px;
    color: var(--haruno-muted);
    font-size: 16px;
    line-height: 2;
}

.hr-process-inline {
    width: 100%;
    margin: 48px 0 0;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 32px);

    list-style: none;
}

.hr-process-inline__item {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hr-process-inline__item:not(:last-child)::after {
    content: "▶";
    position: absolute;
    top: 43px;
    right: calc(clamp(18px, 2vw, 32px) / -2);
    transform: translate(50%, -50%);
    color: #6d9a9e;
    font-size: 12px;
    line-height: 1;
    z-index: 2;
}

.hr-process-inline__icon {
    width: clamp(78px, 6.4vw, 96px);
    aspect-ratio: 1 / 1;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(37, 40, 33, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
}

.hr-process-inline__icon img {
    display: block;
    width: 52%;
    height: 52%;
    object-fit: contain;
}

.hr-process-inline__item p {
    margin: 0;
    color: var(--haruno-text);
    font-size: clamp(13px, .95vw, 15px);
    font-weight: 700;
    line-height: 1.6;

    white-space: nowrap;
}

.hr-method .hr-text-link {
    width: min(100%, 320px);
    min-height: 56px;
    margin-top: 40px;
    padding: 0 26px 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--haruno-text);
    background: transparent;
    border: 1px solid rgba(37, 40, 33, .25);
    border-radius: 999px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-decoration: none;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease;
}

.hr-method .hr-text-link span {
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1;
    transition: transform .25s ease;
}

.hr-method .hr-text-link:hover {
    color: #fff;
    background: var(--haruno-green);
    border-color: var(--haruno-green);
}

.hr-method .hr-text-link:hover span {
    transform: translateX(4px);
}

@media (max-width: 1024px) {

    .hr-process-inline {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px 24px;
    }

    .hr-process-inline__item::after {
        display: none;
    }

    .hr-process-inline__icon {
        width: 78px;
    }

    .hr-process-inline__item p {
        font-size: 13px;
    }
}

@media (max-width: 600px) {

    .hr-process-inline {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 20px;
    }

    .hr-process-inline__icon {
        width: 68px;
        margin-bottom: 14px;
    }

    .hr-process-inline__item p {
        font-size: 13px;
        white-space: normal;
    }
}


/* =========================
   REASONS
========================= */
.hr-reasons {
    background: rgba(241, 224, 206, .34);
}

.hr-reasons__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--haruno-line);
    border-left: 1px solid var(--haruno-line);
}

.hr-reason {
    min-height: 290px;
    padding: 42px 44px 46px;
    border-right: 1px solid var(--haruno-line);
    border-bottom: 1px solid var(--haruno-line);
    background: rgba(255, 253, 250, .58);
}

.hr-reason__num {
    display: block;
    color: var(--haruno-green);
    font-size: 28px;
    font-weight: 800;
}

.hr-reason h3 {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.55;
}

.hr-reason p {
    margin: 0;
    max-width: 520px;
    color: var(--haruno-muted);
}

.hr-reason__head {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 28px;
}

.hr-reason__num {
    flex-shrink: 0;
}

.hr-reason__icon {
    width: 42px;
    height: 42px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-reason__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* SERVICES */
.hr-services {
    background: #fff;
}

.hr-services__intro {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 76px;
}

.hr-services__intro h2 {
    font-size: clamp(44px, 5vw, 72px);
}

.hr-services__intro>p {
    margin: 0;
    max-width: 480px;
    color: var(--haruno-muted);
    justify-self: end;
}

.hr-service-layout {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: stretch;
}

.hr-service-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hr-service-group {
    min-height: 210px;
    padding: 32px 30px;
    border-top: 1px solid var(--haruno-line);
    border-left: 1px solid var(--haruno-line);
}

.hr-service-group:nth-child(even) {
    border-right: 1px solid var(--haruno-line);
}

.hr-service-group:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--haruno-line);
}

.hr-service-group__label {
    display: block;
    margin-bottom: 32px;
    color: var(--haruno-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.hr-service-group h3 {
    margin: 0 0 14px;
    font-size: 19px;
}

.hr-service-group p {
    margin: 0;
    color: var(--haruno-muted);
    font-size: 11px;
    line-height: 1.8;
}

.hr-services__photo {
    margin: 0;
    min-height: 470px;
    overflow: hidden;
}

.hr-services__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hr-experience {
    margin-top: 54px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--haruno-line);
}

.hr-experience>span {
    font-size: 12px;
    font-weight: 800;
}

.hr-experience ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
}

.hr-experience li {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(162, 197, 201, .22);
    font-size: 10px;
}

.hr-experience small {
    color: var(--haruno-muted);
    font-size: 9px;
}

/* WORKS */
.hr-works {
    background: linear-gradient(180deg, #fff 0%, rgba(162, 197, 201, .16) 100%);
}

.hr-works__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.hr-work a,
.hr-work--static {
    display: block;
    color: var(--haruno-ink);
}

.hr-work__thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #edece7;
}

.hr-work__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.hr-work a:hover .hr-work__thumb img {
    transform: scale(1.025);
}

.hr-work__type {
    margin: 20px 0 7px !important;
    color: var(--haruno-green) !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .1em;
}

.hr-work h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.hr-work p {
    margin: 0 0 18px;
    color: var(--haruno-muted);
    font-size: 12px;
}

.hr-work .hr-text-link {
    font-size: 11px;
}

/* PRICE */
.hr-price {
    background: rgba(243, 236, 98, .12);
}

.hr-price__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--haruno-line);
    border-left: 1px solid var(--haruno-line);
}

.hr-price-card {
    min-height: 170px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--haruno-line);
    border-bottom: 1px solid var(--haruno-line);
    background: rgba(255, 255, 255, .62);
}

.hr-price-card span {
    font-size: 12px;
    font-weight: 700;
}

.hr-price-card strong {
    color: var(--haruno-green);
    font-size: 24px;
}

/* ABOUT */
.hr-about {
    background: #fff;
}

.hr-about__grid {
    display: grid;
    grid-template-columns: .76fr .72fr 1.25fr;
    gap: 58px;
    align-items: center;
}

.hr-about__title h2 {
    font-size: clamp(42px, 4.6vw, 66px);
}

.hr-about__photo {
    margin: 0;
    min-height: 510px;
    overflow: hidden;
    background: rgba(241, 224, 206, .4);
}

.hr-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.hr-about__role {
    margin: 0 0 22px;
    color: var(--haruno-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.hr-about__lead {
    margin: 0 0 26px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 650;
}

.hr-about__content>p:not(.hr-about__role):not(.hr-about__lead) {
    color: var(--haruno-muted);
    font-size: 13px;
}

.hr-about__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
}

.hr-about__chips span {
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--haruno-beige);
    font-size: 10px;
}

/* FLOW */
.hr-flow {
    background: rgba(241, 224, 206, .28);
}

.hr-flow__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--haruno-line);
    border-left: 1px solid var(--haruno-line);
}

.hr-flow__list li {
    min-height: 230px;
    padding: 30px 24px;
    border-right: 1px solid var(--haruno-line);
    border-bottom: 1px solid var(--haruno-line);
}

.hr-flow__list span {
    color: var(--haruno-green);
    font-size: 18px;
    font-weight: 800;
}

.hr-flow__list h3 {
    margin: 44px 0 14px;
    font-size: 15px;
}

.hr-flow__list p {
    margin: 0;
    color: var(--haruno-muted);
    font-size: 11px;
}

/* JOURNAL + FAQ */
.hr-journal {
    background: #fff;
}

.hr-journal__layout {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 80px;
}

.hr-journal__main .hr-editorial-head {
    grid-template-columns: 1fr auto;
    gap: 30px;
    margin-bottom: 46px;
}

.hr-journal__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hr-post a {
    color: var(--haruno-ink);
    display: block;
}

.hr-post__thumb {
    aspect-ratio: 4 / 2.6;
    overflow: hidden;
    margin-bottom: 18px;
}

.hr-post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hr-post time {
    color: var(--haruno-muted);
    font-size: 9px;
}

.hr-post h3 {
    margin: 8px 0 18px;
    font-size: 14px;
    line-height: 1.7;
}

.hr-post span {
    color: var(--haruno-green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hr-faq {
    padding-left: 46px;
    border-left: 1px solid var(--haruno-line);
}

.hr-faq h2 {
    margin-bottom: 34px;
    font-size: 34px;
}

.hr-faq details {
    border-top: 1px solid var(--haruno-line);
}

.hr-faq details:last-of-type {
    border-bottom: 1px solid var(--haruno-line);
    margin-bottom: 28px;
}

.hr-faq summary {
    padding: 18px 26px 18px 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    font-size: 12px;
    font-weight: 700;
}

.hr-faq summary::-webkit-details-marker {
    display: none;
}

.hr-faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 16px;
    color: var(--haruno-green);
    font-size: 18px;
}

.hr-faq details[open] summary::after {
    content: "−";
}

.hr-faq details p {
    margin: 0;
    padding: 0 22px 18px 0;
    color: var(--haruno-muted);
    font-size: 11px;
}

/* CONTACT CTA */
.hr-contact-cta {
    padding: 0 0 0;
    background: #fff;
}

.hr-contact-cta__inner {
    max-width: 1320px !important;
    min-height: 260px;
    padding: 50px 70px !important;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 70px;
    align-items: center;
    color: #fff;
    background: var(--haruno-green);
    position: relative;
    overflow: hidden;
}

.hr-contact-cta__inner::after {
    content: "haruno";
    position: absolute;
    right: -20px;
    bottom: -55px;
    color: rgba(255, 255, 255, .09);
    font-size: 170px;
    line-height: 1;
    font-weight: 800;
}

.hr-contact-cta .hr-kicker {
    color: var(--haruno-yellow);
}

.hr-contact-cta h2 {
    margin: 0 0 18px;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.5;
}

.hr-contact-cta__copy>p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
}

.hr-contact-cta__action {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hr-contact-cta__action small {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, .64);
    font-size: 10px;
}

@media (max-width: 1100px) {
    .hr-home .container {
        padding-left: 34px;
        padding-right: 34px;
    }

    .hr-section {
        padding: 120px 0;
    }

    .hr-hero__grid {
        gap: 44px;
    }

    .hr-hero__visual {
        min-height: 560px;
    }

    .hr-concerns__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hr-method__grid {
        gap: 56px;
    }

    .hr-services__intro {
        gap: 50px;
    }

    .hr-service-layout {
        gap: 44px;
    }

    .hr-about__grid {
        grid-template-columns: .8fr .8fr 1.2fr;
        gap: 38px;
    }

    .hr-flow__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .hr-journal__layout {
        grid-template-columns: 1fr;
        gap: 90px;
    }

    .hr-faq {
        padding-left: 0;
        border-left: 0;
        max-width: 760px;
    }
}

@media (max-width: 820px) {
    .hr-home .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hr-section {
        padding: 100px 0;
    }

    .hr-watermark {
        opacity: .26;
    }

    .hr-hero {
        min-height: auto;
        padding: 72px 0 96px;
    }

    .hr-hero__grid {
        grid-template-columns: 1fr;
    }

    .hr-hero__visual {
        min-height: 590px;
        order: -1;
    }

    .hr-hero__title {
        font-size: clamp(43px, 9.3vw, 68px);
    }

    .hr-domain-grid {
        max-width: none;
    }

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

    .hr-method__grid {
        grid-template-columns: 1fr;
    }

    .hr-editorial-image {
        max-width: 620px;
    }

    .hr-reasons__grid {
        grid-template-columns: 1fr;
    }

    .hr-services__intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hr-services__intro>p {
        justify-self: start;
    }

    .hr-service-layout {
        grid-template-columns: 1fr;
    }

    .hr-services__photo {
        min-height: 420px;
    }

    .hr-experience {
        grid-template-columns: 1fr;
    }

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

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

    .hr-about__grid {
        grid-template-columns: .8fr 1.2fr;
    }

    .hr-about__title {
        grid-column: 1 / -1;
    }

    .hr-about__photo {
        min-height: 470px;
    }

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

    .hr-editorial-head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hr-editorial-head>p {
        justify-self: start;
    }

    .hr-contact-cta__inner {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 44px 34px !important;
    }

    .hr-contact-cta__action {
        text-align: left;
    }
}

@media (max-width: 560px) {
    .hr-home .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hr-section {
        padding: 88px 0;
    }

    .hr-kicker {
        margin-bottom: 12px;
    }

    .hr-section h2 {
        font-size: 38px;
    }

    .hr-section-head {
        margin-bottom: 52px;
    }

    .hr-hero {
        padding: 44px 0 84px;
    }

    .hr-hero__visual {
        min-height: 420px;
    }

    .hr-hero__photo--main {
        width: 78%;
        height: 57%;
    }

    .hr-hero__photo--sub1 {
        width: 50%;
        height: 38%;
        top: 22%;
        border-width: 6px;
    }

    .hr-hero__photo--sub2 {
        width: 62%;
        height: 34%;
        left: 10%;
        border-width: 6px;
    }

    .hr-hero__location {
        width: 102px;
        right: 0;
        bottom: 2%;
    }

    .hr-hero__title {
        font-size: 43px;
    }

    .hr-hero__sub {
        font-size: 18px;
    }

    .hr-hero__lead {
        font-size: 13px;
    }

    .hr-domain-grid {
        grid-template-columns: 1fr;
    }

    .hr-domain-card {
        padding: 14px 16px;
    }

    .hr-actions {
        display: grid;
    }

    .hr-btn {
        width: 100%;
    }

    .hr-concerns__grid {
        grid-template-columns: 1fr;
    }

    .hr-concern {
        min-height: 140px;
    }

    .hr-process-inline {
        grid-template-columns: repeat(2, 1fr);
    }

    .hr-reason {
        min-height: auto;
        padding: 34px 26px 38px;
    }

    .hr-reason__num {
        margin-bottom: 30px;
    }

    .hr-service-categories {
        grid-template-columns: 1fr;
    }

    .hr-service-group,
    .hr-service-group:nth-child(even),
    .hr-service-group:nth-last-child(-n+2) {
        border: 1px solid var(--haruno-line);
        border-bottom: 0;
    }

    .hr-service-group:last-child {
        border-bottom: 1px solid var(--haruno-line);
    }

    .hr-services__photo {
        min-height: 300px;
    }

    .hr-works__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .hr-price__grid {
        grid-template-columns: 1fr;
    }

    .hr-price-card {
        min-height: 135px;
    }

    .hr-about__grid {
        grid-template-columns: 1fr;
    }

    .hr-about__photo {
        max-width: 360px;
        min-height: 440px;
    }

    .hr-flow__list {
        grid-template-columns: 1fr;
    }

    .hr-flow__list li {
        min-height: 170px;
    }

    .hr-flow__list h3 {
        margin-top: 28px;
    }

    .hr-journal__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .hr-journal__main .hr-editorial-head {
        grid-template-columns: 1fr;
    }

    .hr-contact-cta__inner {
        padding: 38px 24px !important;
    }

    .hr-contact-cta h2 {
        font-size: 26px;
    }
}