/*
Theme Name: hosei
Description: 宝誠通商株式会社 オリジナルテーマ - Figma TOP_01 ピクセル完全再現版
Version: 1.1
Author: Antigravity
*/

:root {
    --color-main: #000000;
    --color-accent: #E60012;
    --color-text: #333333;
    --color-text-light: #666666;
    --color-bg-gray: #F9F9F9;
    --color-white: #FFFFFF;
    --font-jp: "Inter", "Noto Sans JP", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-jp);
    color: var(--color-text);
    line-height: 1.6;
    background: var(--color-white);
    overflow-x: hidden;
}

body.u-overflow-hidden {
    overflow: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.container--narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.container--narrow2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Common Components */
.c-section-label {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.c-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.c-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: var(--color-accent);
}

/* Utilities */
.u-text-center {
    text-align: center !important;
}

.u-mb-md {
    margin-bottom: 40px !important;
}

.u-mb-lg {
    margin-bottom: 80px !important;
}

.u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Common Page Header */
.c-page-header {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 80px;
}

.c-page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.c-page-header__inner {
    position: relative;
    z-index: 5;
    text-align: center;
}

.c-page-header__title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-weight: 700;
}

.c-page-header__sub {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 768px) {
    .c-page-header {
        height: 250px;
        margin-bottom: 40px;
    }

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

    .c-section-title {
        font-size: 28px;
    }
}

/* Header */
.l-header {
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

.l-header__logo a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.l-header__logo img {
    height: 39px;
    width: auto;
}

.l-header__company-name {
    font-size: 20px;
    font-weight: 700;
    font-family: serif;
    color: var(--color-main);
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.l-header__right-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.l-header__nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

.l-header__nav a {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.l-header__nav a:hover {
    color: var(--color-accent);
}

.l-header__sns-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.l-header__sns-group a {
    display: flex;
    align-items: center;
}

.l-header__sns-group img {
    width: 26px;
    display: block;
}

.l-header__tel-group {
    display: flex;
    align-items: center;
    /* 垂直方向の中央揃えを徹底 */
    gap: 12px;
}

.l-header__tel-group .tel-icon {
    display: flex;
    align-items: center;
}

.l-header__tel-group .tel-icon img {
    width: 26px;
    display: block;
}

.l-header__tel-group .tel-num {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.l-header__tel-group .tel-num a {
    text-decoration: none;
}

.l-header__tel-group .tel-time {
    font-size: 9px;
    display: block;
    color: #888;
    margin-top: 2px;
}

/* SP Drawer */
.l-header__hamburger {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2000;
}

.l-header__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.l-header__hamburger span:nth-child(1) {
    top: 0;
}

.l-header__hamburger span:nth-child(2) {
    top: 11px;
}

.l-header__hamburger span:nth-child(3) {
    bottom: 0;
}

.l-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.l-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.l-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

@media (max-width: 1024px) {
    .l-header__hamburger {
        display: block;
    }

    .l-header__right-group {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        padding: 100px 40px;
        transition: 0.4s;
        z-index: 1500;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        align-items: flex-start;
        gap: 40px;
    }

    .l-header__right-group.is-active {
        right: 0;
    }

    .l-header__nav ul {
        flex-direction: column;
        gap: 20px;
    }

    .l-header__nav a {
        font-size: 16px;
    }

    .l-header__tel-group .tel-num {
        font-size: 20px;
    }
}

/* Hero */
.p-hero {
    position: relative;
    overflow: hidden;
    height: auto;
    /* PC: flexible height */
}

.p-hero__slider {
    position: relative;
    width: 100%;
}

.p-hero__slide {
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}

.p-hero__slide--1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-hero__slide--2 {
    position: relative;
    /* Determines height for PC */
    z-index: 1;
    display: block;
}

.p-hero__slide.is-active {
    opacity: 1;
    z-index: 10;
}

/* Slide 1: Design */
.p-hero__slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.p-hero__slide-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.p-hero__content {
    position: relative;
    z-index: 10;
    width: 100%;
    color: #fff;
    text-align: center;
}

/* Slide 2: Image only */
.p-hero__slide--2 img {
    width: 100%;
    max-width: none;
    /* Ensure it stretches */
    height: auto;
    display: block;
}

.p-hero__sub {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-weight: 400;
}

.p-hero__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: "Corporate Mincho ver3", "Noto Serif JP", serif;
}

.p-hero__title span {
    color: var(--color-accent);
}

.p-hero__desc {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 40px;
}

.p-hero__btn-wrap {
    margin-top: 40px;
}

.c-btn-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    color: #fff;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(230, 0, 18, 0.3);
}

.c-btn-red i {
    margin-left: 15px;
    font-size: 14px;
}

.c-btn-red:hover {
    background: #B3000E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 0, 18, 0.4);
}

.p-hero__pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.p-hero__pagination span {
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
    cursor: pointer;
}

.p-hero__pagination span.is-active {
    width: 40px;
    background: #fff;
}

@media (max-width: 768px) {
    .p-hero {
        height: auto;
    }

    .p-hero__slider {
        height: auto;
    }

    .p-hero__slide--1 {
        position: absolute;
        height: 100%;
    }

    .p-hero__slide--2 {
        position: relative;
        height: auto;
    }

    .p-hero__slide--2 img {
        height: auto;
        object-fit: unset;
    }

    .p-hero__title {
        font-size: 28px;
    }

    .p-hero__desc {
        font-size: 14px;
    }

    .c-btn-red {
        padding: 15px 30px;
        font-size: 16px;
        width: 100%;
        max-width: 320px;
    }
}

/* Why Choose Us (Features) */
.p-features {
    padding: 100px 0;
    background-color: #FAFAFA;
    background-image: url('images/bg-features.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.p-features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.p-features__item {
    background: #fff;
    padding: 50px 40px 50px 140px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.p-features__num {
    font-size: 160px;
    font-weight: 500;
    color: #F6F6F6;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-family: 'Ponomar', serif;
}

.p-features__icon {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-features__icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.p-features__content {
    position: relative;
    z-index: 3;
}

.p-features__content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
    font-family: serif;
}

.p-features__content p {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .p-features__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .p-features {
        padding: 40px 0;
        background-image: url('images/bg-features-sp.png');
    }

    .p-features__item {
        padding: 40px 20px 40px 100px;
    }

    .p-features__num {
        font-size: 100px;
    }

    .p-features__icon {
        left: 20px;
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .p-features__content h3 {
        font-size: 18px;
    }
}

/* Results */
.p-results {
    padding: 100px 0;
    background: #333;
    color: #fff;
}

.p-results__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.p-results__item {
    background: #fff;
    color: var(--color-text);
}

.p-results__img {
    height: 240px;
    background-size: cover;
    background-position: center;
}

.p-results__info {
    padding: 25px;
    text-align: center;
}

.p-results__info h3 {
    font-size: 15px;
    margin-bottom: 15px;
    font-family: serif;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-results__price {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-accent);
    font-family: serif;
}

@media (max-width: 1024px) {
    .p-results__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .p-results__grid {
        grid-template-columns: 1fr;
    }
}

/* Guide (Home Section) */
.p-guide {
    padding: 100px 0;
}

.p-guide__flex {
    display: flex;
    gap: 60px;
    align-items: center;
}

.p-guide__list {
    flex: 1;
}

.p-guide__items {
    list-style: none;
    margin-top: 30px;
}

.p-guide__item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
}

.p-guide__item:hover {
    color: var(--color-accent);
}

.p-guide__arrow {
    color: var(--color-accent);
    font-size: 24px;
}

.p-guide__img {
    flex: 1;
}

.p-guide__img img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .p-guide__flex {
        flex-direction: column;
        gap: 40px;
    }

    .p-guide__img {
        order: -1;
    }
}

/* Banner */
.p-banner-line {
    background: #50C878;
    color: #fff;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    gap: 40px;
}

.p-banner-line h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-family: serif;
}

.p-banner-line h3 span {
    font-weight: 900;
}

.p-banner-line p {
    font-size: 16px;
    margin-bottom: 30px;
}

.c-btn--line {
    background: #fff;
    color: #50C878;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
}

.p-banner-line__img img {
    height: 180px;
    width: auto;
}

@media (max-width: 768px) {
    .p-banner-line {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .p-banner-line h3 {
        font-size: 24px;
    }

    .p-banner-line__img img {
        height: 120px;
    }
}

/* Voice Section (Image Reproduction) */
.p-voice {
    padding: 100px 0;
    background: #FFFFFF;
    /* 画像に見られる淡い背景色 */
}

.p-voice__flex {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.p-voice__left {
    flex: 0 0 380px;
}

.p-voice__label {
    display: block;
    font-size: 11px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.p-voice__title {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.p-voice__lead {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.p-voice__main-img {
    width: 100%;
}

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

.p-voice__right {
    flex: 1;
}

.p-voice__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.p-voice__item {
    background: #FAFAFA;
    /* 背景が淡い色なのでカードは白 */
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.p-voice__stars {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.p-voice__score {
    font-size: 14px;
    font-weight: 700;
    color: #999;
}

.p-voice__stars-icons {
    color: var(--color-accent);
    font-size: 14px;
    letter-spacing: 0.1em;
}

.p-voice__item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.p-voice__item-profile {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.p-voice__item-text {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

.p-voice__btn-wrap {
    text-align: center;
}

.c-btn-outline-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 56px;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s;
    background: #fff;
}

.c-btn-outline-red i {
    margin-left: 10px;
    font-size: 12px;
}

.c-btn-outline-red:hover {
    background: var(--color-accent);
    color: #fff;
}

.p-voice__btn-wrap .c-btn-outline-red {
    max-width: 1000px;
}

@media (max-width: 1024px) {
    .p-voice__flex {
        flex-direction: column;
        gap: 40px;
    }

    .p-voice__left {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }
}

/* FAQ Section (Image Reproduction) */
.p-faq {
    padding: 100px 0;
    background: #FAFAFA;
}

.p-faq__head {
    text-align: center;
    margin-bottom: 60px;
}

.p-faq__label {
    display: block;
    font-size: 12px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.p-faq__title {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.p-faq__lead {
    font-size: 15px;
    color: #666;
}

.p-faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.p-faq__item {
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    padding: 35px 40px;
}

.p-faq__q {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.p-faq__q-icon {
    font-family: 'Inter', sans-serif;
    color: #333;
    font-size: 20px;
    line-height: 1.2;
}

.p-faq__a {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.p-faq__a-icon {
    color: var(--color-accent);
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.p-faq__btn-wrap {
    text-align: center;
}

.p-faq__btn-wrap .c-btn-outline-red {
    max-width: 180px;
}

@media (max-width: 768px) {
    .p-faq {
        padding: 40px 0;
    }

    .p-faq__item {
        padding: 25px 20px;
    }

    .p-faq__q {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .p-faq__a {
        font-size: 14px;
    }

    .p-faq__q-icon,
    .p-faq__a-icon {
        font-size: 18px;
    }
}

/* Company Section */
.p-company {
    padding: 100px 0;
    background: #fff;
}

.p-company__flex {
    display: flex;
    align-items: center;
    gap: 60px;
}

.p-company__img {
    flex: 0 0 45%;
    height: 580px;
}

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

.p-company__content {
    flex: 1;
}

.p-company__label {
    display: block;
    font-size: 11px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.p-company__title {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.p-company__text {
    font-size: 15px;
    line-height: 2;
    color: #444;
}

.p-company__text p {
    margin-bottom: 25px;
}

.p-company__text p:last-child {
    margin-bottom: 0;
}

.p-company__btn-wrap {
    margin-top: 40px;
}

.p-company__btn-wrap .c-btn-outline-red {
    max-width: 180px;
}

@media (max-width: 900px) {
    .p-company {
        padding: 40px 0;
    }

    .p-company__flex {
        flex-direction: column;
        gap: 30px;
    }

    .p-company__img {
        flex: none;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 768px) {
    .p-company {
        padding: 30px 0;
    }

    .p-company__flex {
        flex-direction: row-reverse;
        gap: 12px;
        align-items: stretch;
    }

    .p-company__img {
        flex: 0 0 40%;
        width: 40%;
        height: auto;
        aspect-ratio: auto;
    }

    .p-company__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .p-company__content {
        flex: 1;
        min-width: 0;
    }

    .p-company__label {
        font-size: 9px;
        margin-bottom: 4px;
    }

    .p-company__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .p-company__text {
        font-size: 12px;
        line-height: 1.7;
    }

    .p-company__text p {
        margin-bottom: 10px;
    }

    .p-company__btn-wrap {
        margin-top: 16px;
    }
}

/* Footer */
.l-footer {
    background: #333;
    color: #fff;
    padding: 80px 0 0;
    margin-top: 100px;
}

.home .l-footer {
    margin-top: 0px;
}

.l-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.l-footer__grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 60px;
}

.l-footer__logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 30px;
}

.l-footer__logo img {
    height: 35px;
    width: auto;
}

.l-footer__company-name {
    font-size: 20px;
    font-weight: 700;
    font-family: serif;
    color: #fff;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.l-footer__contact p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.l-footer__info {
    width: 50%;
}

.l-footer__nav {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.l-footer__nav-columns {
    display: flex;
    gap: 100px;
}

.l-footer__nav-group--offset {
}

.l-footer__nav-spacer {
    visibility: hidden;
}

.l-footer__nav-group ul {
    list-style: none;
    padding: 0;
}

.l-footer__nav-group li {
    margin-bottom: 12px;
}

.l-footer__nav-group a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.l-footer__bottom {
    background: #222;
    padding: 25px 0;
    text-align: center;
}

.l-footer__copy {
    font-size: 11px;
    color: #888;
}

@media (max-width: 1024px) {
    .l-footer__grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .l-footer__logo a {
        justify-content: center;
    }

    .l-footer__nav {
        width: 100%;
        align-items: center;
    }

    .l-footer__nav-columns {
        gap: 40px;
        justify-content: center;
    }

    .l-footer__nav-group {}
}

/* News Section (Image Reproduction) */
.p-news {
    padding: 100px 0;
    background: #fff;
}

.p-news__flex {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.p-news__left {
    flex: 0 0 200px;
}

.p-news__label {
    display: block;
    font-size: 11px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.p-news__title {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.p-news__lead {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.p-news__btn-wrap .c-btn-outline-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s;
    background: #fff;
}

.p-news__btn-wrap .c-btn-outline-red i {
    margin-left: 15px;
    font-size: 14px;
}

.p-news__btn-wrap .c-btn-outline-red:hover {
    background: var(--color-accent);
    color: #fff;
}

.p-news__right {
    flex: 1;
}

.p-news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
}

.p-news__item {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    height: 100%;
}

.p-news__item a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.p-news__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.p-news__img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 0;
}

.p-news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-news__content {
    padding: 25px 20px 35px;
}

.p-news__date {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}

.p-news__item-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .p-news__flex {
        flex-direction: column;
        gap: 40px;
    }

    .p-news__left {
        flex: none;
        width: 100%;
    }

    .p-news__btn-wrap {
        margin-top: 20px;
    }

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

@media (min-width: 769px) {
    .p-news__item:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 768px) {
    .p-news {
        padding: 60px 0;
    }

    .p-news__left {
        text-align: center;
    }

    .p-news__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .p-news__item:nth-child(n+4) {
        display: block;
    }

    .p-news__content {
        padding: 8px 8px 12px;
    }

    .p-news__date {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .p-news__item-title {
        font-size: 11px;
        line-height: 1.4;
    }
}

/* Instagram Section */
.p-insta {
    padding: 100px 0;
    background: #fff;
}

.p-insta__head {
    margin-bottom: 40px;
}

.p-insta__label {
    display: block;
    font-size: 11px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.p-insta__title {
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #333;
}

.p-insta__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    /* デザイン上の隙間 */
    margin-bottom: 40px;
}

.p-insta__item a {
    display: block;
    position: relative;
    padding-top: 100%;
    /* 1:1 aspect ratio */
    overflow: hidden;
    background: #f0f0f0;
    /* プレースホルダーの背景色 */
}

.p-insta__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.p-insta__item a:hover img {
    transform: scale(1.05);
}

.p-insta__btn-wrap {
    text-align: center;
}

.p-insta__btn-wrap .c-btn-outline-red {
    max-width: 180px;
}

@media (max-width: 1024px) {
    .p-insta__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .p-insta__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .p-insta__item:nth-child(5),
    .p-insta__item:nth-child(7) {
        display: none;
    }
}

/* Page Header (Hosei Guide Custom) */
.c-page-header {
    height: 350px;
}

@media (max-width: 768px) {
    .p-insta {
        padding: 50px 0;
    }

    .c-page-header {
        height: 250px;
    }
}

/* Access Section */
.p-access {
    padding: 100px 0;
    background: #fff;
}

.p-access__flex {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

.p-access__info {
    flex: 1;
}

.p-access__label {
    display: block;
    font-size: 11px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.p-access__title {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
}

.p-access__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.p-access__item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.p-access__item-title i {
    color: var(--color-accent);
    font-size: 20px;
}

.p-access__item-text {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

.p-access__map {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}

.p-access__map iframe {
    display: block;
    width: 100%;
    flex: 1;
    border-radius: 4px;
}

@media (max-width: 900px) {
    .p-access {
        padding: 40px 0;
    }

    .p-access__flex {
        flex-direction: column;
        gap: 40px;
    }

    .p-access__info {
        width: 100%;
    }

    .p-access__map {
        width: 100%;
    }

    .p-access__map iframe {
        height: 300px;
    }
}

/* CTA Section (Image Reproduction) */
.p-cta {
    /* マップの直下に配置 */
}

.p-cta__inner {
    display: flex;
}

.p-cta__box {
    flex: 1;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
}

.p-cta__box-inner {
    width: 100%;
    max-width: 480px;
    text-align: center;
}

/* CTA: LINE */
.p-cta__box--line {
    background: #F4FFF8;
    /* 非常に淡い緑背景 */
}

.p-cta__line-title {
    font-size: 24px;
    font-weight: 700;
    color: #06C755;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.p-cta__line-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.p-cta__line-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.p-cta__line-badges span {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #06C755;
    color: #06C755;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

.p-cta__line-btn {
    display: block;
    width: 100%;
    background: #06C755;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.p-cta__line-btn:hover {
    opacity: 0.8;
}

/* CTA: Contact */
.p-cta__box--contact {
    background: #FFF5F5;
    /* 非常に淡い赤（ピンク）背景 */
}

.p-cta__contact-label {
    display: block;
    font-size: 11px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.p-cta__contact-title {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.p-cta__contact-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 40px;
}

.p-cta__contact-btn {
    display: block;
    width: 100%;
    background: #B3000E;
    /* 深い赤 */
    color: #fff;
    text-align: center;
    padding: 18px 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

.p-cta__contact-btn:hover {
    opacity: 0.8;
}

@media (min-width: 1025px) {
    .p-cta__box--line {
        padding-left: calc(50vw - 430px);
        padding-right: 40px;
        justify-content: flex-end;
    }

    .p-cta__box--contact {
        padding-right: calc(50vw - 430px);
        padding-left: 40px;
        justify-content: flex-start;
    }
}

@media (max-width: 1024px) {
    .p-cta__inner {
        flex-direction: column;
    }

    .p-cta__box {
        width: 100%;
        padding: 60px 20px;
    }
}

/* Guide Section (Top Page Reproduction) */
.p-guide-top {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.p-guide-top__inner {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.p-guide-top__left {
    flex: 0 0 500px;
    position: relative;
    z-index: 10;
}

.p-guide-top__label {
    display: block;
    font-size: 12px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 15px;
}

.p-guide-top__title {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}

.p-guide-top__lead {
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin-bottom: 40px;
}

.p-guide-top__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.p-guide-top__item a {
    display: flex;
    align-items: center;
    background: #FAFAFA;
    border: 1px solid #D0D0D0;
    padding: 20px 25px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    position: relative;
    border-radius: 4px;
}

.p-guide-top__item a:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border-color: #999;
}

.p-guide-top__item-badge {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    z-index: 5;
}

.p-guide-top__item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 65px;
    /* Reserve space for the badge */
}

.p-guide-top__item-text strong {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.p-guide-top__item-text span {
    font-size: 13px;
    color: #888;
}

.p-guide-top__item i {
    font-size: 18px;
    color: #333;
}

.p-guide-top__btn-wrap .c-btn-outline-red {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    background: #fff;
    max-width: 1000px;
}

.p-guide-top__btn-wrap .c-btn-outline-red i {
    margin-left: 10px;
    font-size: 14px;
}

.p-guide-top__btn-wrap .c-btn-outline-red:hover {
    background: var(--color-accent);
    color: #fff;
}

.p-guide-top__right {
    flex: 1;
    position: relative;
    margin-right: calc(50% - 50vw);
    min-height: 500px;
}

.p-guide-top__right img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 110%;
    object-fit: contain;
    object-position: left center;
}

/* LINE Banner Section (Top Page Reproduction) */
.p-line-banner-top {
    display: none; /* 非表示（削除せず保持） */
    background: #F5F9F5;
    padding: 80px 0;
    /* content-boxの幅を維持しつつ、背景色だけを左右に無限に広げる手法 */
    box-shadow: 0 0 0 100vmax #F5F9F5;
    clip-path: inset(0 -100vmax);
}

.p-line-banner-top__inner {
    display: flex;
    align-items: center;
    gap: 0px;
}

.p-line-banner-top__left {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    padding-right: 40px;
}

.p-line-banner-top__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.4;
}

.text-black {
    color: #333;
}

.text-green {
    color: #00B900;
}

.p-line-banner-top__desc {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}

.p-line-banner-top__sub {
    font-size: 16px;
    font-weight: 700;
    color: #00B900;
    margin-bottom: 30px;
}

.p-line-banner-top__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00B900;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    height: 64px;
    padding: 0 50px;
    border-radius: 4px;
    transition: 0.3s;
    width: fit-content;
    box-shadow: 0 4px 15px rgba(0, 185, 0, 0.2);
}

.p-line-banner-top__btn i {
    margin-left: 15px;
    font-size: 20px;
}

.p-line-banner-top__btn:hover {
    background: #00a300;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 185, 0, 0.3);
}

.p-line-banner-top__right {
    flex: 0 0 50%;
}

.p-line-banner-top__right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

@media (max-width: 900px) {
    .p-guide-top {
        padding: 40px 0;
    }

    .p-guide-top__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-guide-top__left {
        flex: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .p-guide-top__right {
        width: 100%;
        margin-right: 0;
        min-height: 300px;
    }

    .p-guide-top__right img {
        position: relative;
        transform: none;
        top: 0;
        height: auto;
    }

    .p-line-banner-top {
        display: none;
    }

    .p-line-banner-top__inner {
        flex-direction: column;
        gap: 40px;
    }

    .p-line-banner-top__left {
        width: 100%;
        text-align: center;
        align-items: center;
        padding-right: 0;
    }

    .p-line-banner-top__right {
        flex: none;
        width: 100%;
    }

    .p-guide-top__title {
        font-size: 28px;
    }

    .p-line-banner-top__title {
        font-size: 28px;
    }
}

/* Results Section (Top Page Reproduction) */
.p-results-new {
    padding: 100px 0;
    /* 背景の斜め切り返しを再現 (左下がグレー、右上が薄いグレー) */
    background:
        linear-gradient(to top right, #444 15%, transparent 15.5%),
        linear-gradient(to bottom left, #aaa 15%, transparent 15.5%),
        #333;
    color: #fff;
}

.p-results-new__head {
    text-align: center;
    margin-bottom: 50px;
}

.p-results-new__label {
    display: block;
    font-size: 11px;
    color: #B3000E;
    /* 赤色 */
    font-weight: 700;
    margin-bottom: 10px;
}

.p-results-new__title {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.p-results-new__lead {
    font-size: 14px;
    line-height: 1.8;
}

.p-results-new__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 50px;
}

.p-results-new__item {
    background: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
}

.p-results-new__img {
    width: 100%;
    position: relative;
}

.p-results-new__img img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.p-results-new__info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.p-results-new__brand {
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
}

.p-results-new__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    flex: 1;
    /* 高さを揃えるため */
}

.p-results-new__price-box {
    display: flex;
    align-items: flex-end;
    /* 下揃えに変更 */
    gap: 5px;
    color: #B3000E;
    /* 価格の赤色 */
}

.p-results-new__price-label {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    width: 2em;
    /* 2文字で折り返し「買取/金額」を表現 */
    text-align: justify;
    margin-bottom: 3px;
    /* 数字のベースラインに合わせるための微調整 */
}

.p-results-new__price-num {
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
}

.p-results-new__price-unit {
    font-size: 16px;
    font-weight: 700;
}

.p-results-new__btn-wrap {
    text-align: center;
}

.p-results-new__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #B3000E;
    border: 1px solid #B3000E;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 40px;
    min-width: 300px;
    transition: 0.3s;
}

.p-results-new__btn i {
    margin-left: 10px;
}

.p-results-new__btn:hover {
    background: #B3000E;
    color: #fff;
}

@media (max-width: 1024px) {
    .p-results-new__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .p-results-new__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .p-results-new__price-num {
        font-size: 26px;
    }

    .p-results-new__price-unit {
        font-size: 13px;
        white-space: nowrap;
    }

    .p-results-new__price-label {
        font-size: 9px;
    }
}

@media (max-width: 390px) {
    .p-results-new__price-num {
        font-size: 22px;
    }

    .p-results-new__price-unit {
        font-size: 11px;
    }
}

/* Brand Strengthening Section */
.p-brand-strengthening {
    padding: 80px 0;
    background: #fff;
}

.p-brand-strengthening__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.p-brand-strengthening__item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 4px;
}

.p-brand-strengthening__item:hover img {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
    .p-brand-strengthening__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .p-brand-strengthening {
        padding: 40px 0;
    }

    .p-brand-strengthening__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 30px;
    }
}

/* ============================================
   Fixed Bottom CTA (SP only)
   ============================================ */
/* Fixed Bottom CTA - PC */
.c-fixed-cta-pc {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    height: 80px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.c-fixed-cta-pc__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 40px;
    width: 280px;
    background: #E85C00;
    color: #fff;
    text-decoration: none;
}

.c-fixed-cta-pc__tel-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.c-fixed-cta-pc__tel-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.c-fixed-cta-pc__tel-text strong {
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.c-fixed-cta-pc__tel-text small {
    font-size: 12px;
    opacity: 0.9;
    white-space: nowrap;
}

.c-fixed-cta-pc__line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 40px;
    width: 280px;
    background: #06C755;
    color: #fff;
    text-decoration: none;
}

.c-fixed-cta-pc__line-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.c-fixed-cta-pc__line-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.c-fixed-cta-pc__line-label {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .c-fixed-cta-pc {
        display: none;
    }
}

/* Fixed Bottom CTA - SP */
.c-fixed-cta {
    display: none;
}

@media (max-width: 768px) {
    .c-fixed-cta {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        height: 60px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    }

    .c-fixed-cta__tel {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 50%;
        background: #E85C00;
        color: #fff;
        text-decoration: none;
        padding: 0 12px;
    }

    .c-fixed-cta__tel-icon {
        font-size: 20px;
        flex-shrink: 0;
    }

    .c-fixed-cta__tel-text {
        display: flex;
        flex-direction: column;
        line-height: 1.3;
    }

    .c-fixed-cta__tel-text strong {
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }

    .c-fixed-cta__tel-text small {
        font-size: 9px;
        opacity: 0.9;
        white-space: nowrap;
    }

    .c-fixed-cta__line {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 50%;
        background: #06C755;
        color: #fff;
        text-decoration: none;
        padding: 0 12px;
    }

    .c-fixed-cta__line-icon {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .c-fixed-cta__line-icon img {
        width: 26px;
        height: 26px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .c-fixed-cta__line-label {
        font-size: 15px;
        font-weight: 700;
        white-space: nowrap;
    }

    /* ページ下部がCTAバーに隠れないよう余白を確保 */
    body {
        padding-bottom: 60px;
    }
}