@charset "UTF-8";
@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap');
:root {
    --main-green: #004d2c;
    --light-green: #7ca933;
    --accent-red: #b73b3b;
    --accent-orange: #e67e22;
    --accent-yellow: #f9e54e;
    --bg-beige: #EDE9D8;
    --color-base: #323232;
    --accent-yellow-dark: #dfc93b;
    --accent-yellow-light: #f7eda5;
    --table-header-bg: #f5ea8f;
}
/* ====================================================
   ベース・全体設定
==================================================== */
* html body {
    background: url(null) fixed;
}
html, body {
    font-size: 10px;
    width: 100%;
}
/* ====================================================
   ページ内リンクの着地点調整（JSスクロール対応・改善版）
==================================================== */
*[id] {
    scroll-margin-top: 100px;
}
*[id]::before {
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
    pointer-events: none;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #323232;
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    background-color: #EDE9D8;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}
a {
    color: #323232;
    text-decoration: none;
    transition: all .4s;
}
a:hover {
    color: #323232;
    text-decoration: none;
}
*:focus {
    outline: none;
}
img {
    -webkit-backface-visibility: hidden;
}
/* フォームリセット */
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}
input[type="text"], textarea, select {
    -webkit-appearance: none;
    border-radius: 0;
}
select {
    -webkit-appearance: none;
    appearance: none;
    color: #323232;
    box-shadow: none;
    background: #FFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
}
/* アニメーション・シャドウ */
.inview-text--up {
    -webkit-transition: 1s .2s cubic-bezier(.16, .43, .45, 1);
    transition: 1s .2s cubic-bezier(.16, .43, .45, 1);
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
}
.inview-text--up.inview {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.text-shadow-copy {
    text-shadow: 2px 2px 2px #FFF, -2px -2px 2px #FFF, -2px 2px 2px #FFF, 2px -2px 2px #FFF, 2px 0 2px #FFF, -2px 0 2px #FFF, 0 2px 2px #FFF, 0 -2px 2px #FFF;
}
/* ====================================================
   ヘッダー
==================================================== */
.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2000;
    padding: 0 5%;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.header .logo-group {
    display: flex;
    align-items: center;
}
.header .logo-img {
    height: 24px;
}
.header .header-tagline {
    font-size: .8rem;
    font-weight: bold;
    color: var(--main-green);
    margin-left: 10px;
    line-height: 1.2;
}
@media (min-width: 980px) {
    .header .header-inner {
        height: 70px;
    }
    .header .logo-img {
        height: 32px;
    }
    .header .header-tagline {
        font-size: 1rem;
    }
}
/* ====================================================
   メニューボタン
==================================================== */
.menu-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-btn .menu-icon-wrapper {
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
}
.menu-btn .menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.menu-btn .icon-active {
    opacity: 0;
    visibility: hidden;
}
.menu-btn.is-active .icon-default {
    opacity: 0;
    visibility: hidden;
}
.menu-btn.is-active .icon-active {
    opacity: 1;
    visibility: visible;
}
.menu-btn .menu-text {
    font-size: .8rem;
    font-weight: bold;
    line-height: 1;
    color: var(--color-base);
}
@media (min-width: 980px) {
    .menu-btn .menu-icon-wrapper {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    .menu-btn .menu-text {
        font-size: 1rem;
    }
}
/* ====================================================
   フルスクリーンメニュー（ヘッダーの下に展開）
==================================================== */
.sp-menu {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sp-menu.is-active {
    opacity: 1;
    visibility: visible;
}
.sp-menu .sp-menu-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.sp-menu .sp-menu-header {
    background-color: #6a9c3a;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 1.8rem;
    font-family: serif;
    flex-shrink: 0;
}
.sp-menu .sp-menu-bg-area {
    background-color: #eee;
    background-size: cover;
    background-position: center;
    padding: 25px 5%;
    flex-grow: 1;
}
.sp-menu .sp-menu-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 5%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
}
.sp-menu .sp-menu-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 20px 0;
    font-family: serif;
}
.sp-menu .sp-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
}
.sp-menu .sp-menu-list li {
    border-bottom: 1px solid #ccc;
}
.sp-menu .sp-menu-list li:last-child {
    border-bottom: none;
}
.sp-menu .sp-menu-list a {
    display: block;
    padding: 15px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    position: relative;
    font-family: serif;
}
.sp-menu .sp-menu-list a::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #666;
    font-size: 1.2rem;
}
.sp-menu .sp-menu-footer {
    background-color: #444;
    padding: 30px 5% 120px;
    flex-shrink: 0;
}
.sp-menu .sp-menu-footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.sp-menu .sp-menu-footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}
.sp-menu .sp-menu-top-link {
    text-align: center;
    margin-bottom: 30px;
}
.sp-menu .sp-menu-top-link a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
}
.sp-menu .sp-menu-bottom-actions {
    display: flex;
    gap: 5px;
}
/* ====================================================
   ヒーローセクション
==================================================== */
.hero {
    background: url('../../img/2026/ihinseiri/hero_bg_photo.webp') center/cover no-repeat;
    padding: 40px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-top-text {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 700;
}
.hero .num-large {
    margin: 0 5px;
    font-size: 2.8rem;
}
.hero-copy {
    color: var(--light-green);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
}
.hero-copy .highlight {
    font-size: 40px;
}
.hero .staff-circle {
    position: absolute;
    right: -10px;
    width: 120px;
    z-index: 5;
}
.hero .staff-circle img {
    width: 100%;
}
.hero .staff-label {
    position: absolute;
    top: 10px;
    left: -30px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-shadow: 2px 2px 2px #FFF, -2px -2px 2px #FFF, -2px 2px 2px #FFF, 2px -2px 2px #FFF, 2px 0 2px #FFF, -2px 0 2px #FFF, 0 2px 2px #FFF, 0 -2px 2px #FFF;
}
.hero-text_box {
    background: rgba(124, 169, 51, 0.85);
    margin-top: 80px;
    padding: 30px 5% 20px;
    box-sizing: border-box;
}
.hero-desc {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}
.hero .contact-banner {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}
.hero .time-highlight {
    font-size: 2.8rem;
}
.hero .trouble-tags {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.hero .tag {
    background: var(--accent-red);
    color: #fff;
    font-size: 1.4rem;
    padding: 6px 5px 7px;
}
.hero .price-card, .budget .price-card {
    background: #fff;
    margin: 0 auto 20px;
}
.hero .price-label, .budget .price-label {
    background: var(--accent-yellow);
        font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
}
.hero .price-content, .budget .price-content {
    padding: 15px 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.hero .room-type, .budget .room-type {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 15px;
}
.hero .price-val, .budget .price-val {
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: -1px;
}
.hero .currency, .budget .currency {
    font-size: 1.8rem;
    font-weight: bold;
}
@media (min-width: 980px) {
    .hero {
        background: url('../../img/2026/ihinseiri/ihin_02.jpg') center/100% no-repeat;
        padding: 60px 0 0;
        text-align: left;
    }
    .hero-top-text {
        margin-left: 40px;
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .hero .num-large {
        font-size: 5rem;
    }
    .hero-copy {
        margin-left: 30px;
        margin-bottom: 80px;
        font-size: 5rem;
    }
    .hero-copy .highlight {
        margin-left: 5px;
        font-size: 7rem;
    }
    .hero .staff-circle {
        width: 300px;
        right: -5%;
        bottom: 35%;
    }
    .hero .staff-label {
        font-size: 1.4rem;
    }
    .hero-text_box {
        margin: 80px auto 0;
        padding: 40px 40px 60px;
    }
    .hero-desc {
        margin-bottom: 40px;
        font-size: 3.2rem;
        text-align: left;
    }
    .hero .contact-banner {
        font-size: 3.2rem;
        margin-bottom: 15px;
    }
    .hero .time-highlight {
        font-size: 5rem;
    }
    .hero .trouble-tags {
        gap: 10px;
        margin-bottom: 0;
    }
    .hero .tag {
        font-size: 1.6rem;
        padding: 8px 15px;
    }
    .hero .flex-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 40px;
    }
    .hero .price-card {
        flex: 1;
        margin: 0 auto;
    }
    .budget .price-card {
        margin: 0 auto;
    }
    .hero .price-label, .budget .price-label {
        font-size: 1.4rem;
        padding: 8px 0;
        text-align: center;
    }
    .hero .price-content, .budget .price-content {
        padding: 15px 10px;
    }
    .hero .room-type, .budget .room-type {
        font-size: 2.4rem;
        margin-right: 20px;
    }
    .hero .price-val, .budget .price-val {
        font-size: 7rem;
    }
    .hero .currency, .budget .currency {
        font-size: 2rem;
    }
}
/* ====================================================
   全力サポートセクション
==================================================== */
.support {
    padding: 40px 0 0;
    box-sizing: border-box;
}
.support .support-container {
    text-align: center;
}
.support .support-header {
    border-top: 1px solid #323232;
    position: relative;
    padding: 20px 0 10px;
    margin: 0 5% 20px;
}
.support .support-header::before, .support-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 40px;
    background: #323232;
}
.support .support-header::before {
    left: 0;
}
.support .support-header::after {
    right: 0;
}
.support .support-sub {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.support .support-title {
    color: #b84046;
    font-size: 3.2rem;
    font-weight: bold;
}
.support .support-text {
    line-height: 1.6;
    margin: 20px 5%;
    text-align: justify;
    text-justify: inter-ideograph;
}
.support .red-bold {
    color: #b84046;
    font-weight: bold;
}
.support .support-image-wrapper {
    position: relative;
    width: 100%;
}
.support .support-img {
    width: 100%;
    height: auto;
    display: block;
}
.support .support-overlay-card {
    position: relative;
    top: -40px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 5%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    z-index: 10;
}
.support .support-overlay-card p {
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 980px) {
    .support {
        padding: 40px 0 60px;
    }
    .support .support-header {
        padding: 30px 0 20px;
        margin: 0 0 20px;
    }
    .support .support-sub {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .support .support-title {
        font-size: 5rem;
    }
    .support .support-text {
        margin: 20px 0 40px;
        text-align: center;
    }
    .support .support-image-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    .support .support-img {
        width: 60%;
        display: block;
    }
    .support .support-overlay-card {
        position: relative;
        top: 0px;
        left: -10%;
        margin: 0 -10% 0 0;
        padding: 30px;
    }
}
/* ====================================================
   LINEセクション（緑のバナー）
==================================================== */
.line-section {
    background-color: #00b900;
    margin-bottom: 40px;
    padding: 20px 5%;
    text-align: center;
    overflow: hidden;
}
.line-section .line-banner-sub {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    margin: 0 auto 20px;
    max-width: 1100px;
}
.line-section .line-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #00b900;
    text-decoration: none;
    padding: 14px 10px 16px;
    margin: auto;
    max-width: 1100px;
    border-radius: 5px;
    font-weight: bold;
    box-sizing: border-box;
}
.line-section .line-button:hover {
    opacity: 0.7;
}
.line-section .line-icon {
    position: relative;
    top: 2px;
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.line-section .line-text {
    font-size: 2rem;
}
.line-section .green-bold {
    font-size: 1.6rem;
    color: #00b900;
}
/* ====================================================
   対応地域セクション
==================================================== */
.area {
    padding-bottom: 40px;
    box-sizing: border-box;
}
.area .area-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    text-align: center;
}
.area .area-map-bg {
    position: absolute;
    top: 100px;
    right: 20px;
    transform: translateY(-50%);
    width: 40%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}
.area .area-header-frame {
    border-top: 1px solid #323232;
    position: relative;
    padding: 20px 0 10px;
    margin-bottom: 20px;
    z-index: 2;
}
.area .area-header-frame::before, .area-header-frame::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 70px;
    background: #323232;
}
.area .area-header-frame::before {
    left: 0;
}
.area .area-header-frame::after {
    right: 0;
}
.area .area-sub {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.area .area-title {
    font-size: 3.2rem;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #b84046;
    font-weight: bold;
}
.area .area-title-sub {
    font-size: 1.6rem;
}
@media (min-width: 980px) {
    .area {
        padding-bottom: 100px;
    }
    .area .area-map-bg {
        top: 150px;
        right: 10%;
        width: 30%;
        z-index: -1;
        pointer-events: none;
    }
    .area .area-container {
        max-width: 1100px;
        padding: 0;
    }
    .area .area-header-frame {
        padding: 30px 0 20px;
        margin-bottom: 20px;
    }
    .area .area-sub {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .area .area-title {
        font-size: 5rem;
        margin: 0;
    }
    .area .area-title-sub {
        font-size: 2.4rem;
    }
}
/* ====================================================
   アコーディオンボタン
==================================================== */
.area-accordion {
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.accordion-trigger {
    width: 100%;
    background-color: #323232;
    color: #fff;
    border: none;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.5s;
}
.accordion-trigger:hover {
    background-color: #444;
}
.trigger-text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.trigger-icon {
    position: relative;
    width: 16px;
    height: 16px;
}
.trigger-icon::before, .trigger-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform 0.5s;
}
.trigger-icon::before {
    width: 1px;
    height: 16px;
    top: 0;
    left: 9px;
}
.trigger-icon::after {
    width: 16px;
    height: 1px;
    top: 5px;
    left: 0;
}
.trigger-icon::before {
    transform: rotate(45deg);
    width: 1px;
    height: 12px;
    top: 3px;
    left: 8px;
}
.trigger-icon::after {
    transform: rotate(-45deg);
    width: 1px;
    height: 12px;
    top: 3px;
    left: 0px;
}
.accordion-content {
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
}
.accordion-content.is-open {
    max-height: 600px;
}
.accordion-content p {
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}
.accordion-trigger.is-open .trigger-icon {
    top: 0px;
    right: 6px;
    transform: rotate(180deg);
}
@media (min-width: 980px) {
    .area-accordion {
        max-width: 1100px;
    }
    .trigger-text {
        font-size: 2.4rem;
    }
    .accordion-content p {
        padding: 30px;
        font-size: 1.8rem;
    }
}
/* ====================================================
   お悩みセクション
==================================================== */
.trouble {
    padding-bottom: 40px;
}
.trouble .trouble-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.trouble .trouble-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.trouble .trouble-header::before, .trouble-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: var(--color-base);
}
.trouble .trouble-header::before {
    left: 0;
}
.trouble .trouble-header::after {
    right: 0;
}
.trouble .trouble-sub {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.trouble .trouble-title {
    font-size: 1.6rem;
    color: #b84046;
    font-weight: bold;
}
.trouble .red-brush {
    font-size: 3.2rem;
    font-weight: bold;
}
.trouble .trouble-list {
    margin-bottom: 40px;
}
.trouble .trouble-card {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.trouble .trouble-card::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    z-index: 2;
}
.trouble .trouble-card:last-child::after {
    display: none;
}
.trouble .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.trouble .card-icon {
    width: 30px;
    height: auto;
    margin-right: 15px;
}
.trouble .card-title {
    font-weight: bold;
}
.trouble .card-text {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
}
.trouble .trouble-footer {
    text-align: center;
    font-weight: bold;
}
.trouble .footer-sub {
    margin-bottom: 10px;
}
.trouble .footer-main {
    font-size: 3rem;
    font-weight: bold;
}
@media (min-width: 980px) {
    .trouble {
        padding-bottom: 100px;
    }
    .trouble .trouble-container {
        max-width: 1100px;
        padding: 0;
    }
    .trouble .trouble-header {
        padding: 30px 0 20px;
    }
    .trouble .trouble-sub {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .trouble .trouble-title {
        font-size: 2.4rem;
    }
    .trouble .red-brush {
        font-size: 5rem;
    }
    .trouble .trouble-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .trouble .trouble-card {
        padding: 30px;
        margin-bottom: 0;
    }
    .trouble .trouble-card::after {
        display: none;
    }
    .trouble .trouble-card:last-child::after {
        display: none;
    }
    .trouble .card-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .trouble .card-icon {
        width: 30px;
        margin-right: 20px;
    }
    .trouble .card-title {
        font-size: 2rem;
        line-height: 1.4;
    }
    .trouble .trouble-footer {
        text-align: center;
        font-weight: bold;
    }
    .trouble .footer-sub {
        margin-bottom: 10px;
    }
    .trouble .footer-main {
        font-size: 4rem;
        font-weight: bold;
    }
}
/* ====================================================
   遺品整理人からのお約束セクション
==================================================== */
.promise {
    padding: 40px 0;
}
.promise .promise-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.promise .promise-title {
    color: var(--accent-red);
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.promise .promise-item {
    margin-bottom: 20px;
}
.promise .promise-item:last-child {
    margin-bottom: 0;
}
.promise .promise-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.promise .promise-header::before, .promise-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: var(--color-base);
}
.promise .promise-header::before {
    left: 0;
}
.promise .promise-header::after {
    right: 0;
}
.promise .promise-sub {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.promise .promise-item-header {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}
.promise .promise-badge {
    background-color: var(--accent-red);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.1;
    flex-shrink: 0;
    margin-right: 10px;
}
.promise .promise-badge .num {
    font-size: 2.4rem;
    font-weight: bold;
}
.promise .promise-item-title {
    font-size: 1.7rem;
    font-weight: bold;
}
.promise .promise-item-text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}
.promise .small-note {
    font-size: 1.4rem;
    display: block;
    margin-top: 5px;
}
.promise .promise-img {
    width: 100%;
}
.promise .promise-img img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
@media (min-width: 980px) {
    .promise {
        padding: 100px 0 100px;
    }
    .promise .promise-container {
        max-width: 1100px;
        padding: 0;
    }
    .promise .promise-title {
        font-size: 5rem;
    }
    .promise .promise-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .promise .promise-item > div {
        width: 55%;
    }
    .promise .promise-header {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }
    .promise .promise-sub {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .promise .promise-badge {
        width: 80px;
        height: 80px;
        font-size: 1.2rem;
        margin-right: 20px;
    }
    .promise .promise-badge .num {
        font-size: 3.2rem;
    }
    .promise .promise-item-title {
        font-size: 2.4rem;
    }
    .promise .promise-item-text {
        margin-left: 100px;
        margin-bottom: 0;
    }
    .promise .small-note {
        font-size: 1.4rem;
        display: block;
        margin-top: 5px;
    }
    .promise .promise-img {
        width: 35%!important;
    }
    .promise .promise-img img {
        width: 100%;
        object-fit: cover;
    }
}
/* ====================================================
   認定・認可セクション
==================================================== */
.license {
    background-color: #EDE9D8;
    padding-bottom: 40px;
}
.license .license-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.license .license-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.license .license-header::before, .license-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: var(--color-base);
}
.license .license-header::before {
    left: 0;
}
.license .license-header::after {
    right: 0;
}
.license .license-sub {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.license .license-title {
    font-size: 2.4rem;
    color: #b84046;
    font-weight: bold;
}
.license .license-cert-area {
    margin-bottom: 40px;
    text-align: center;
}
.license .cert-main-img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.license .cert-caption {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.license .cert-sub-imgs {
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.license .cert-sub-imgs img {
    width: 32%;
    height: auto;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.license .license-accordion {
    margin-bottom: 20px;
}
.license .message-area {
    text-align: center;
}
.license .message-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.license .message-title .slash {
    font-weight: normal;
}
.license .youtube-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #d9d9d9;
    margin-bottom: 25px;
}
.license .youtube-wrapper iframe, .youtube-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.license .youtube-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d18250;
    font-size: 1.8rem;
}
.license .message-text {
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 980px) {
    .license {
        padding-bottom: 100px;
    }
    .license .license-container {
        max-width: 1100px;
        padding: 0;
    }
    .license .license-header {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }
    .license .license-sub {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .license .license-title {
        font-size: 5rem;
    }
    .license .license-cert-area {
        margin-bottom: 40px;
        text-align: center;
    }
    .license .cert-main-img {
        margin: 0 auto 20px;
        width: 50%;
    }
    .license .cert-caption {
        font-size: 2.4rem;
    }
    .license .license-accordion {
        margin-bottom: 60px;
    }
    .license .message-area {
        text-align: center;
    }
    .license .message-title {
        font-size: 3.2rem;
        margin-bottom: 25px;
    }
    .license .youtube-wrapper {
        margin-bottom: 20px;
    }
    .license .message-text {
        font-size: 2.4rem;
    }
}
/* ====================================================
   予算・作業フローセクション
==================================================== */
.budget {
    padding-bottom: 40px;
}
.budget .budget-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.budget .budget-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.budget .budget-header::before, .budget-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: var(--color-base);
}
.budget .budget-header::before {
    left: 0;
}
.budget .budget-header::after {
    right: 0;
}
.budget .budget-sub {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.budget .budget-title {
    font-size: 2.4rem;
    color: var(--accent-red);
    font-weight: bold;
}
.budget-price-card {
    max-width: 500px;
    margin: 0 auto 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.budget-flow {
    margin-bottom: 20px;
    border-top: 1px solid var(--color-base);
}
.budget-flow-item {
    position: relative;
    padding: 25px 0 25px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid var(--color-base);
}
.budget-flow-item::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: var(--bg-beige);
    border-bottom: 1px solid var(--color-base);
    border-right: 1px solid var(--color-base);
    z-index: 2;
}
.budget-text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 980px) {
    .budget {
        padding-bottom: 100px;
    }
    .budget .budget-container {
        max-width: 1100px;
        padding: 0;
    }
    .budget .budget-header {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }
    .budget .budget-sub {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .budget .budget-title {
        font-size: 5rem;
    }
    .budget-price-card {
        max-width: 1100px;
    }
    .budget-flow {
        margin-bottom: 40px;
        border-top: 1px solid var(--color-base);
    }
    .budget-flow-item {
        font-size: 2rem;
    }
    .budget-text {
        font-size: 1.8rem;
        text-align: center;
    }
}
/* ====================================================
   料金プランセクション
==================================================== */
.pricing {
    padding: 40px 0;
}
.pricing-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.pricing-header {
    border-top: 1px solid #323232;
    position: relative;
    padding: 20px 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
.pricing-header::before, .pricing-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 40px;
    background: #323232;
}
.pricing-header::before {
    left: 0;
}
.pricing-header::after {
    right: 0;
}
.pricing-title {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--color-base);
}
.pricing-intro {
    margin-bottom: 20px;
}
.pricing-intro-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.pricing-intro-text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}
.pricing-cards-section {
    margin-bottom: 40px;
    position: relative;
}

.cards-slider-wrapper {
    position: relative;
    width: 100%;
}
.pricing-cards {
    display: flex;
    align-items: baseline;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
    scrollbar-width: none;
}
.pricing-cards::-webkit-scrollbar {
    display: none;
}
.pricing-card {
    flex: 0 0 85%;
    max-width: 320px;
    scroll-snap-align: start;
    border: 1px solid var(--color-base);
    background: #fff;
    display: flex;
    flex-direction: column;
    bottom: 5px;
}
.pricing-card.is-popular {
    position: relative;
    border: 8px solid #C7B62F;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.pricing .popular-label {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #323232;
    margin: 0;
    padding: 0;
}
.pricing .popular-label .slash {
    font-weight: normal;
}
.pricing .card-head {
    background-color: var(--accent-yellow-dark);
    text-align: center;
    padding: 15px 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
.is-popular .card-head {
    padding: 25px 10px;
    background-color: var(--accent-yellow-dark);
}
.pricing .card-price {
    text-align: center;
    padding: 25px 10px;
    background-color: #fff;
}
.pricing .card-price .price-num {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: -1px;
}
.pricing .card-price .price-unit {
    font-size: 1.8rem;
    font-weight: bold;
}
.pricing .card-price .price-desc {
    font-size: 1.6rem;
    margin-top: 10px;
    display: block;
}
.pricing .card-details {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: var(--accent-yellow-light);
    flex-grow: 1;
}
.pricing .card-details li {
    padding: 15px;
    border-top: 1px solid var(--color-base);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.pricing .detail-icon {
    width: 20px;
    margin-right: 15px;
}
.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}
.slider-arrow {
    width: 10px;
    height: 10px;
    border: none;
    border-top: 1px solid var(--color-base);
    border-right: 1px solid var(--color-base);
    background: transparent;
    cursor: pointer;
    padding: 0;
    outline: none;
}
.slider-arrow.prev {
    transform: rotate(-135deg);
}
.slider-arrow.next {
    transform: rotate(45deg);
}
.slider-dots {
    display: flex;
    gap: 10px;
}
.dot {
    width: 8px;
    height: 8px;
    border: 1px solid var(--color-base);
    border-radius: 50%;
}
.dot.active {
    background-color: var(--color-base);
}
@media (min-width: 980px) {
    .pricing {
        padding: 100px 0;
    }
    .pricing-container {
        max-width: 1100px;
        padding: 0;
    }
    .pricing-header {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }
    .pricing-title {
        font-size: 5rem;
    }
    .pricing-intro {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .pricing-intro-img {
        width: 45%;
        margin-bottom: 0;
    }
    .pricing-intro-text {
        width: 50%;
        font-size: 1.8rem;
    }
    .pricing-cards-section {
        margin-bottom: 60px;
    }
    .cards-slider-wrapper {
        position: relative;
        width: 100%;
    }
    .pricing-cards {
        justify-content: center;
        gap: 15px;
    }
    .pricing .popular-label {
        top: -40px;
        font-size: 2.4rem;
    }
    .pricing .card-price .price-num {
        font-size: 4rem;
    }
    .pricing .card-price .price-desc {
        font-size: 1.6rem;
    }

    .slider-arrow {
        width: 20px;
        height: 20px;
    }
}
/* ====================================================
   間取り別料金目安（テーブル）
==================================================== */
.pricing-table-section {
    margin-bottom: 40px;
}
.table-section-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.table-section-title .slash {
    font-weight: normal;
}
.table-section-sub {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
}
.table-scroll-container {
    position: relative;
}
.scroll-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.5s ease;
}
.scroll-hint.is-hidden {
    opacity: 0;
}
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid var(--color-base);
    border-bottom: 1px solid var(--color-base);
}
.pricing-table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    background: #fff;
}
.pricing-table th, .pricing-table td {
    border-top: 1px solid var(--color-base);
    border-left: 1px solid var(--color-base);
    padding: 20px 30px;
    text-align: center;
    font-size: 1.6rem;
    white-space: nowrap;
}
.pricing-table th {
    background-color: var(--table-header-bg);
    font-weight: bold;
}
@media (min-width: 980px) {
    .pricing-table-section {
        margin-bottom: 60px;
    }
    .table-section-title {
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
    .table-section-sub {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .scroll-hint {
        display: none;
    }
    .pricing-table {
        width: 100%;
        min-width: 500px;
        border-collapse: collapse;
        background: #fff;
    }
    .pricing-table th, .pricing-table td {
        padding: 30px;
    }
}
/* ====================================================
   基本サービスへのブリッジ
==================================================== */
.basic-service-bridge {
    margin-bottom: 20px;
    text-align: center;
}
.bridge-sub {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.bridge-title {
    font-size: 2.4rem;
    font-weight: bold;
}
.bridge-title .slash {
    font-weight: normal;
}
@media (min-width: 980px) {
    .basic-service-bridge {
        margin-bottom: 30px;
    }
    .bridge-sub {
        font-size: 1.4rem;
    }
    .bridge-title {
        font-size: 3.2rem;
    }
}
/* ====================================================
   料金セクション内：基本サービスコンテンツ
==================================================== */
.basic-service-content {
    padding-bottom: 40px;
}
.service-intro {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.service-intro .red-bold {
    color: #b84046;
    font-weight: bold;
}
.service-intro br {
    display: none
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}
.service-card {
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.service-name {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.service-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.service-desc {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 980px) {
    .basic-service-content {
        padding-bottom: 60px;
    }
    .service-intro {
        font-size: 1.8rem;
        margin-bottom: 30px;
        text-align: center;
    }
    .service-intro br {
        display: block
    }
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }
    .service-card {
        padding: 25px;
    }
    .service-name {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .service-img {
        margin-bottom: 20px;
    }
    .service-desc {
        font-size: 1.6rem;
    }
}
/* ====================================================
   特別サービスカード
==================================================== */
.service-special-card {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 25px 20px 20px;
}
.special-ribbon {
    position: absolute;
    top: 15px;
    left: -40px;
    background-color: #b84046;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 5px 40px;
    transform: rotate(-45deg);
    z-index: 2;
}
.special-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 50px;
    line-height: 1.5;
}
.special-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.special-img {
    flex: 0 0 40%;
    width: 40%;
    height: auto;
}
.special-desc {
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 980px) {
    .service-special-card {
        padding: 30px;
    }
    .special-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .special-title br {
        display: none;
    }
    .special-content {
        gap: 20px;
    }
    .special-img {
        flex: 0 0 40%;
        width: 50%;
    }
    .special-desc {
        font-size: 1.8rem;
    }
}
/* ====================================================
   追加オプション（その他ご対応）
==================================================== */
.additional-sub {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.additional-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.additional-title .slash {
    font-weight: normal;
}
.additional-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}
.additional-card {
    background-color: #fff;
    border: 1px solid var(--color-base);
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.additional-icon {
    width: 45px;
    height: auto;
    margin-bottom: 15px;
}
.additional-name {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
@media (min-width: 980px) {
    .additional-sub {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .additional-title {
        font-size: 3.2rem;
        margin-bottom: 40px;
    }
    .additional-grid {
        gap: 20px;
        margin-bottom: 40px;
    }
    .additional-card {
        padding: 25px 0;
    }
    .additional-icon {
        width: 50px;
        margin-bottom: 25px;
    }
    .additional-name {
        font-size: 2.4rem;
    }
}
/* ====================================================
   料金に関する注意事項
==================================================== */
.notes-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.notes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notes-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}
.notes-list li::before {
    content: "✤";
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--accent-red);
    line-height: 1;
}
@media (min-width: 980px) {
    .notes-title {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .notes-list li {
        font-size: 1.8rem;
    }
}
/* ====================================================
   選ばれる6つの理由セクション
==================================================== */
.reasons {
    padding-bottom: 40px;
}
.reasons-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.reasons-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 40px;
}
.reasons-header::before, .reasons-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: var(--color-base);
}
.reasons-header::before {
    left: 0;
}
.reasons-header::after {
    right: 0;
}
.reasons-sub {
    font-weight: bold;
    margin-bottom: 5px;
}
.reasons-title {
    font-weight: bold;
}
.reasons-title .red-bold {
    color: var(--accent-red);
    font-size: 3.2rem;
    margin-right: 5px;
}
.reasons-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.reason-card {
    background-color: #fff;
    border: 1px solid var(--color-base);
    position: relative;
    padding: 40px 20px 20px;
}
.reason-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--accent-red);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 5px 20px;
    letter-spacing: 2px;
    z-index: 2;
}
.reason-badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 14px solid #7a1d22;
    border-right: 14px solid transparent;
    transform: rotate(-90deg);
}
.reason-card-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
.reason-card-text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0;
}
@media (min-width: 980px) {
    .reasons {
        padding-bottom: 100px;
    }
    .reasons-container {
        max-width: 1100px;
        padding: 0;
    }
    .reasons-header {
        padding: 30px 0 20px;
        margin-bottom: 40px;
    }
    .reasons-sub {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .reasons-title {
        font-size: 2.4rem;
    }
    .reasons-title .red-bold {
        font-size: 5rem;
    }
    .reasons-list {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        gap: 30px;
    }
    .reason-card {
        flex: 1 1 calc((100% - 60px) / 2);
        padding: 40px 30px;
        box-sizing: border-box;
    }
    .reason-card-title {
        font-size: 2.4rem;
        margin-bottom: 20px;
        text-align: center;
    }
    .reason-card-text {
        font-size: 1.8rem;
    }
}
/* ====================================================
   遺品整理・清掃の流れセクション
==================================================== */
.flow {
    padding-bottom: 40px;
}
.flow-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.flow-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.flow-header::before, .flow-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 40px;
    background: var(--color-base);
}
.flow-header::before {
    left: 0;
}
.flow-header::after {
    right: 0;
}
.flow-title {
    font-size: 2.4rem;
    font-weight: bold;
}
.flow-item {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-base);
}
.flow-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.flow-item::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: var(--bg-beige);
    border-bottom: 1px solid var(--color-base);
    border-right: 1px solid var(--color-base);
    z-index: 2;
}
.flow-item:last-child::after {
    display: none;
}
.flow-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.step-badge {
    background-color: var(--accent-red);
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
}
.step-text {
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
}
.step-num {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.1;
}
.flow-item-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}
.flow-item-text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}
.flow-img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
/* STEP1専用 お問い合わせボックス */
.step-contact-box {
    background-color: #ECECEA;
    padding: 25px 20px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.step-contact-label {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.step-contact-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid var(--color-base);
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.step-contact-tel .tel-icon {
    width: 40px;
    height: auto;
}
.step-contact-tel .tel-num {
    font-size: 3.2rem;
    font-weight: bold;
    color: var(--color-base);
    letter-spacing: -1px;
}
.step-contact-btn {
    display: flex;
    align-items: center;
    background-color: #d87034;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    position: relative;
    transition: opacity 0.3s;
}
.step-contact-btn:hover {
    color: #FFF;
    opacity: 0.8;
}
.btn-inner-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-inner-wrap .mail-icon {
    position: relative;
    top: -2px;
    width: 30px;
    height: auto;
}
.step-contact-btn .arrow-right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media (min-width: 980px) {
    .flow {
        padding-bottom: 100px;
    }
    .flow-container {
        max-width: 1100px;
        padding: 0;
    }
    .flow-header {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }
    .flow-title {
        font-size: 5rem;
    }
    .flow-item {
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .flow-item > div {
        width: 50%;
    }
    .flow-item-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .step-badge {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
    .step-text {
        font-size: 1.2rem;
    }
    .step-num {
        font-size: 3.2rem;
    }
    .flow-item-title {
        font-size: 2.4rem;
    }
    .flow-item-text {
        margin-left: 100px;
        margin-bottom: 0;
        font-size: 1.6rem;
    }
    .flow-img {
        width: 40%!important;
    }
    /* STEP1専用 お問い合わせボックス */
    .step-contact-box {
        padding: 30px 20px 20px;
        margin: 20px 0 0 100px;
    }
    .step-contact-label {
        font-size: 1.6rem;
    }
}
/* ====================================================
   遺品の捜索や不用品の買取について
==================================================== */
.search-buy {
    padding-bottom: 40px;
}
.search-buy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.search-buy-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 10px;
}
.search-buy-header::before, .search-buy-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 40px;
    background: var(--color-base);
}
.search-buy-header::before {
    left: 0;
}
.search-buy-header::after {
    right: 0;
}
.search-buy-title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
}
.search-buy-text p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.point-box {
    background-color: #fff;
    padding: 40px 20px 25px;
    position: relative;
    margin-top: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.point-ribbon {
    position: absolute;
    top: -15px;
    left: 20px;
    display: flex;
    align-items: flex-start;
}
.ribbon-text {
    background-color: var(--accent-red);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px 20px;
    z-index: 2;
}
.ribbon-shadow {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #4a1d22;
    border-right: 15px solid transparent;
    transform: rotate(-90deg);
}
.point-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.point-left {
    width: 100%;
}
.point-left p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}
.point-right {
    width: 100%;
}
.valuable-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.valuable-list li {
    background-color: var(--accent-red);
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: center;
}
.valuable-icon {
    width: 15px;
    height: auto;
    margin-right: 10px;
}
@media (min-width: 980px) {
    .search-buy {
        padding-bottom: 100px;
    }
    .search-buy-container {
        max-width: 1100px;
        padding: 0;
    }
    .search-buy-header {
        padding: 30px 0 20px;
        margin-bottom: 20px;
    }
    .search-buy-title {
        font-size: 5rem;
    }
    .search-buy-text p {
        font-size: 1.8rem;
        margin-bottom: 60px;
        text-align: center;
    }
    .point-box {
        padding: 40px;
        margin-top: 0px;
    }
    .point-ribbon {
        left: 40px;
    }
    .point-content {
        flex-direction: column;
        gap: 20px;
    }
    .point-left p {
        font-size: 1.8rem;
    }
    .valuable-list {
        flex-direction: row;
        gap: 10px;
    }
    .valuable-list li {
        flex-grow: 1;
        padding: 20px;
    }
    .valuable-icon {
        width: 20px;
    }
}
/* ====================================================
   作業実績・実例セクション
==================================================== */
.works {
    padding: 40px 0;
}
.works-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
}
.works-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.works-header::before, .works-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 40px;
    background: var(--color-base);
}
.works-header::before {
    left: 0;
}
.works-header::after {
    right: 0;
}
.works-title {
    font-size: 2.4rem;
    font-weight: bold;
}
.works-intro {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
}
.works-slider-wrapper {
    position: relative;
    margin: 0 -5%;
    padding: 0 5%;
}
.works-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-bottom: 20px;
    scrollbar-width: none;
}
.works-cards::-webkit-scrollbar {
    display: none;
}
.works-card {
    flex: 0 0 85%;
    max-width: 400px;
    scroll-snap-align: center;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}
.works-images-wrapper {
    display: flex;
    position: relative;
    gap: 5px;
    overflow: hidden;
}
.works-img-container {
    width: 50%;
    position: relative;
    aspect-ratio: 1 / 1;
}
.works-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.works-tab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.works-tab .tab-text {
    position: absolute;
    top: 35%;
    left: 35%;
    transform: translate(-50%, -50%) rotate(-45deg);
    color: #fff;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.tab-before {
    background-color: #3a3a3a;
}
.tab-after {
    background-color: var(--accent-red);
}
.works-card-body {
    padding: 20px 15px;
}
.works-card-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.works-card-text {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0;
}
@media (min-width: 980px) {
    .works {
        padding: 100px 0;
    }
    .works-container {
        max-width: 1100px;
        padding: 0;
    }
    .works-header {
        padding: 30px 0 20px;
    }
    .works-title {
        font-size: 5rem;
    }
    .works-intro {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .works-intro br {
        display: none;
    }
    .works-cards {
        gap: 20px;
        padding-bottom: 30px;
    }
    .works-tab {
        width: 60px;
        height: 60px;
    }
    .works-tab .tab-text {
        font-size: 1rem;
    }
    .works-card-body {
        padding: 30px 20px;
    }
    .works-card-title {
        margin-bottom: 15px;
    }
}
/* ====================================================
   お客様の声セクション
==================================================== */
.voice {
    padding-bottom: 40px;
}
.voice-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
}
.voice-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.voice-header::before, .voice-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 40px;
    background: var(--color-base);
}
.voice-header::before {
    left: 0;
}
.voice-header::after {
    right: 0;
}
.voice-title {
    font-size: 2.4rem;
    font-weight: bold;
}
.voice-slider-wrapper {
    position: relative;
    margin: 0 -5%;
    padding: 0 5%;
}
.voice-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-bottom: 20px;
    scrollbar-width: none;
}
.voice-cards::-webkit-scrollbar {
    display: none;
}
.voice-card {
    flex: 0 0 90%;
    max-width: 600px;
    scroll-snap-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.voice-img-box {
    width: 35%;
}
.voice-img-box img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
}
.voice-card-body {
    flex: 1;
}
.voice-meta {
    font-weight: bold;
    margin-bottom: 5px;
}
.voice-stars {
    color: #df7a29;
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.voice-text {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 980px) {
    .voice {
        padding-bottom: 100px;
    }
    .voice-container {
        max-width: 1100px;
        padding: 0;
    }
    .voice-header {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }
    .voice-title {
        font-size: 5rem;
    }
    .voice-cards {
        gap: 30px;
        padding-bottom: 30px;
    }
    .voice-card {
        flex: 0 0 90%;
        max-width: 450px;
        padding: 30px;
    }
    .voice-meta {
        margin-bottom: 10px;
    }
    .voice-text {
        font-size: 1.4rem;
    }
}
/* ====================================================
   よくある質問セクション
==================================================== */
.faq {
    padding-bottom: 40px;
}
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.faq-header {
    border-top: 1px solid var(--color-base);
    position: relative;
    padding: 20px 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.faq-header::before, .faq-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 40px;
    background: var(--color-base);
}
.faq-header::before {
    left: 0;
}
.faq-header::after {
    right: 0;
}
.faq-title {
    font-size: 2.4rem;
    font-weight: bold;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-item {
    background-color: #fff;
    border: 1px solid var(--color-base);
}
.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
}
.faq-q-mark {
    font-size: 3.2rem;
    color: var(--accent-red);
    font-weight: bold;
    line-height: 1;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ccc;
}
.faq-q-text {
    flex: 1;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-base);
}
.faq-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 15px;
}
.faq-icon::before, .faq-icon::after {
    content: "";
    position: absolute;
    background-color: var(--accent-red);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}
.faq-icon::before {
    width: 20px;
    height: 2px;
}
.faq-icon::after {
    width: 2px;
    height: 20px;
}
.faq-item.is-open .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}
.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}
.faq-answer-inner {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.faq-a-mark {
    font-size: 2.4rem;
    color: #333;
    font-weight: bold;
    line-height: 1;
    padding-right: 15px;
    margin-left: 15px;
    padding-bottom: 20px;
}
.faq-a-text {
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
    padding-right: 15px;
    padding-bottom: 20px;
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (min-width: 980px) {
    .faq {
        padding-bottom: 100px;
    }
    .faq-container {
        max-width: 1100px;
        padding: 0;
    }
    .faq-header {
        padding: 30px 0 20px;
        margin-bottom: 20px;
    }
    .faq-title {
        font-size: 5rem;
    }
    .faq-list {
        gap: 15px;
    }
    .faq-question {
        padding: 30px 20px;
    }
    .faq-q-mark {
        font-size: 3.2rem;
        padding-right: 20px;
        margin-right: 20px;
    }
    .faq-q-text {
        font-size: 1.8rem;;
    }
    .faq-a-mark {
        font-size: 2.4rem;
        padding-right: 25px;
        margin-left: 25px;
        padding-bottom: 30px;
    }
    .faq-a-text {
        font-size: 1.6rem;
        padding-right: 30px;
        padding-bottom: 20px;
    }
}
/* ====================================================
   心をつなぐ、遺品整理（コンセプト）セクション
==================================================== */
.about-concept {
    padding-bottom: 40px;
}
.about-concept-container {
    max-width: 800px;
    margin: 0 auto;
}
.about-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.about-img-area {
    position: relative;
}
.about-img {
    width: 100%;
    height: auto;
    display: block;
}
.about-title {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-base);
    box-sizing: border-box;
}
.about-content {
    margin: 0 5%;
    padding: 10px 20px 20px;
    background-color: rgba(255, 255, 255, 0.85);
}
.about-catch {
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--color-base);
}
.about-text p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.about-text p:last-child {
    margin-bottom: 0;
}
@media (min-width: 980px) {
    .about-concept {
        padding-bottom: 100px;
    }
    .about-concept-container {
        max-width: 1100px;
    }
    .about-card {
        box-shadow: none;
    }
    .about-title {
        bottom: auto;
        top: 85px;
        left: 10%;
        width: 80%;
        padding: 40px 0 0;
        font-size: 3.2rem;
    }
    .about-content {
        position: absolute;
        top: 157px;
        margin: 0 10%;
        padding: 30px;
        width: 80%;
        box-sizing: border-box;
    }
    .about-catch br {
        display: none;
    }
    .about-text p {
        font-size: 1.6rem;
    }
}
/* ====================================================
   お問い合わせフォームセクション
==================================================== */
.contact {
    background-color: #FDFDF8;
    padding: 40px 0;
}
.contact-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.contact-header {
    text-align: center;
    margin-bottom: 30px;
}
.contact-sub {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.contact-title {
    font-size: 2.8rem;
    font-weight: bold;
}
.contact-title .slash {
    font-weight: normal;
}
.contact-lead {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.tel-link {
    color: var(--accent-red);
    text-decoration: underline;
    font-weight: bold;
}
.form-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.form-item {
    margin-bottom: 30px;
}
.form-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.form-label label {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
}
.req {
    background-color: #b84046;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 3px 15px;
    letter-spacing: 0.1em;
}
.form-input {
    width: 100%;
    padding: 12px 15px;
    font-size: 1.6rem;
    border: 1px solid #323232;
    background-color: #fff;
    border-radius: 0;
    appearance: none;
    box-sizing: border-box;
}
textarea.form-input {
    height: 150px;
    resize: vertical;
}
.select-wrap {
    position: relative;
}
.form-submit-wrap {
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.form-submit-btn {
    background-color: #8a9c3a;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    padding: 15px 40px;
    width: 280px;
    max-width: 100%;
    cursor: pointer;
    border-radius: 0;
    appearance: none;
    transition: opacity 0.3s;
}
.form-submit-btn:hover {
    opacity: 0.8;
}
.form-submit-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(80px, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    pointer-events: none;
}
.privacy-mini {
  margin-top: 30px;
}
.privacy-mini h3 {
  font-size: 2rem;
    font-weight: bold;
}
.privacy-mini .privacy-scroll {
  margin-top: 10px;
  overflow: auto;
  height: 150px;
  padding: 15px 20px;
  border: 1px solid #323232;
}
.privacy-content section {
  padding-top: 40px;
  padding-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.6;
  border-bottom: 1px dotted #BFBFBF;
}
.privacy-content section:first-of-type {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.privacy-content hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px dotted #BFBFBF;
  background: none;
}
.privacy-content h3 {
  margin: 30px 0 10px;
    font-size: 1.6rem;
}
.accept-privacy {
  text-align: center;
  margin-top: 30px;
}
.accept-privacy input {
  margin-right: 10px;
}
.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
    margin: auto;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
}
.wpcf7-response-output {
    margin: 40px auto 0 !important;
    padding: 10px !important;
    width: 100%;
    color: #711d26;
    border: none !important;
    background: #f7d7da;
    font-size: 1.4rem;
    text-align: center;
}
span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
    margin-top: 5px;
    font-size: 1.4rem;
}
@media (min-width: 980px) {
    .contact {
        padding: 100px 0;
    }
    .contact-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
    }
    .contact-header {
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-sub {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .contact-title {
        font-size: 5rem;

    }
    .contact-lead {
        text-align: center;
    }
    .form-title {
        font-size: 3.2rem;
        margin-bottom: 30px;
        text-align: center;
    }
    .form-item {
        margin-bottom: 40px;
    }
    .form-label label {
        font-size: 1.8rem;
    }
    .form-input {
        padding: 15px;
        font-size: 1.6rem;
    }
    textarea.form-input {
        height: 200px;
    }
    .form-submit-wrap {
        margin-top: 40px;
    }
    .privacy-mini {
      margin-top: 40px;
    }
    .privacy-mini .privacy-scroll {
      margin-top: 10px;
      height: 200px;
      padding: 30px;
    }
    .privacy-content section {
      padding-top: 40px;
      padding-bottom: 40px;
        font-size: 1.6rem;
    }
}
/* ====================================================
   CTAセクション（お問い合わせエリア）
==================================================== */
.cta {
    background-color: #839b34;
    padding: 20px 5% 10px;
    color: #fff;
}
.cta-inner {
    max-width: 600px;
    margin: 0 auto;
}
.cta-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.cta-lead {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}
.cta-btn {
    display: block;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 15px;
    text-decoration: none;
    position: relative;
    border-radius: 2px;
    transition: opacity 0.3s;
    text-align: center;
}
.cta-btn:hover {
    opacity: 0.9;
}
.cta .orange-text {
    color: #d18250;
}
.cta .red-text {
    color: #b84046;
}
.cta .green-text {
    color: #57b56a;
}
.cta-btn .btn-text {
    font-size: 1.8rem;
    font-weight: bold;
}
.cta .tel-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cta .tel-num {
    font-size: 2rem;
    font-weight: bold;
}
.cta .tel-time {
    font-size: 1.4rem;
    font-weight: bold;
}
.cta .line-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta .line-icon-s {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.cta .line-btn-text {
    font-size: 1.8rem;
    font-weight: bold;
}
.cta .green-bold-cta {
    font-size: 1.6rem;
}
.cta .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #d18250;
    border-right: 2px solid #d18250;
}
.cta .green-arrow {
    border-top: 2px solid #57b56a;
    border-right: 2px solid #57b56a;
}
@media (min-width: 980px) {
    .cta {
        padding: 30px 0;
    }
    .cta-inner {
        max-width: 1000px;
    }
    .cta-title {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }
    .cta-lead {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .cta-btns {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        gap: 30px;
    }
    .cta-btn {
        margin-bottom: 0;
        padding: 30px;
    }
    .cta-btn .btn-text {
        font-size: 2.4rem;
    }
    .cta .tel-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .cta .tel-num {
        font-size: 2.4rem;
        margin-bottom: 0;
    }
    .cta .tel-time {
        font-size: 1.4rem;
    }
    .cta .orange-text {
        width: 100%;
    }
    .cta .red-text {
        flex: 1;
    }
    .cta .green-text {
        flex: 1;
    }
    .cta .line-btn-text {
        font-size: 2.4rem;
    }
    .cta .line-icon-s {
        width: 30px;
        margin-right: 15px;
    }
}
/* ====================================================
   固定フッター (追従ボタン)
==================================================== */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1001;
    padding: 10px;
    box-sizing: border-box;
}
.fixed-footer .footer-btn {
    position: relative;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    margin: 0 5px;
    border: 3px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 1px transparent;
}
.fixed-footer .btn-sub-outline {
    position: absolute;
    top: -15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 2px var(--accent-orange), -2px -2px 2px var(--accent-orange), -2px 2px 2px var(--accent-orange), 2px -2px 2px var(--accent-orange), 2px 0 2px var(--accent-orange), -2px 0 2px var(--accent-orange), 0 2px 2px var(--accent-orange), 0 -2px 2px var(--accent-orange);
}
.fixed-footer .btn-sub-outline i {
    text-decoration: none;
    font-size: 2.4rem;
}
.fixed-footer .btn-main {
    font-size: 1.6rem;
    font-weight: bold;
}
.fixed-footer .tel-num {
    font-size: 1.8rem;
    margin-bottom: 5px;
}
.fixed-footer .btn-sub {
    font-size: 1.2rem;
}
.fixed-footer .orange-btn {
    width: 55%;
    background-color: var(--accent-orange);
}
.fixed-footer .orange-btn:hover {
    color: #FFF;
}
.fixed-footer .red-btn {
    width: 45%;
    background-color: var(--accent-red);
}
@media (min-width: 980px) {
    .fixed-footer .footer-btn {
        padding: 20px;
        margin: 0 5px;
        border: 3px solid #fff;
    }
    .fixed-footer .btn-sub-outline {
        top: -20px;
        font-size: 1.8rem;
    }
    .fixed-footer .btn-sub-outline i {
        font-size: 3.2rem;
    }
    .fixed-footer .btn-main {
        font-size: 3.2rem;
        font-weight: bold;
    }
    .fixed-footer .tel-num {
        font-size: 3.3rem;
        margin-bottom: 5px;
    }
    .fixed-footer .btn-sub {
        font-size: 1.2rem;
    }
    .fixed-footer .orange-btn {
        width: 65%;
    }
    .fixed-footer .red-btn {
        width: 35%;
    }
}
/* ====================================================
   フッター
==================================================== */
.site-footer {
    background-color: #444444;
    color: #fff;
    padding: 40px 0 100px;
}
.footer-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    transition: opacity 0.3s;
}
.footer-nav a:hover {
    opacity: 0.7;
}
.footer-top-link-wrap {
    text-align: center;
    margin-bottom: 50px;
}
.footer-top-link {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    transition: opacity 0.3s;
}
.footer-top-link:hover {
    opacity: 0.7;
}
.footer-area-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-area-text {
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 40px;
    color: #fff;
}
.footer-copy {
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}
footer small {
    display: block;
    margin: 10px 15% 0;
    font-size: 8px;
    line-height: 1.4;
    text-align: center;
    font-feature-settings: "palt";
    word-break: keep-all;
}
footer small a {
    color: #FFF;
}
@media (min-width: 980px) {
    .site-footer {
        padding: 40px 0 140px;
    }
}
/* ====================================================
   reCAPTCHAバッジ非表示
==================================================== */
.grecaptcha-badge {
    visibility: hidden;
}

.link-separate-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #666;
    color: #fff;
    margin-top: 15px;
    padding: 15px 0;
    font-weight: bold;
}
.link-separate-btn a:hover {
    opacity: .7;
}
@media (min-width: 980px) {
    .link-separate-btn a {
        margin-top: 30px;
    }
}

/* ====================================================
   パソコン用（PC）レイアウト調整
==================================================== */
@media (min-width: 980px) {
    .header-inner, .hero-inner, .hero-text_box, .support-container, .area-container, .trouble-container, .promise-container, .license-container, .budget-container, .pricing-container, .reasons-container, .flow-container, .search-buy-container, .works-container, .voice-container, .faq-container, .about-concept-container, .footer-container {
        position: relative;
        margin: auto;
        max-width: 1100px;
    }
}