@charset "UTF-8";
/*
    Template: swell
    Theme Name: イナズマWeb テーマ04
    Theme URI: https://www.wisesips.com/
    Description: イナズマWeb専用のカスタムテーマです。
    Version: 1.0.0
    Author: 有限会社ワイズシップス
    Author URI: https://www.wisesips.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



:root {
    /* メインカラー（ブランド） */
    --color_main: #38761d;
    --color-jp-title: #333333;
    /* 日本語見出し */
    --color-sub: #d7e2d4;
    --color_main_light: #2C6AA8;
    --color_main_lighter: #B9D0E3;
    --color_main_dark: #073A60;
    --color_main_hover: #073A60;
    --contact_inner_bg: rgba(255, 255, 255, 0.9);
    --section_bg: #F4F6F4;
    --color_bg: #FFFFFF;
    /* リンクカラー（メイン青と統一） */
    --color_link: #073A60;
    --color_link_hover: #1e4c0a;
    /* MV（メインビジュアル） */
    --mv_overlay_bg: rgb(222 229 234 / 35%);
    --mv_text_color: #ffffff;
    --mv_text_underline: #ffffff;
    --mv_text_shadow_light: 0 2px 6px rgb(0 0 0 / 20%);
    --mv_text_shadow_dark: 1px 1px 3px rgba(0, 0, 0, 0.4);
    /* SWELL ボタン */
    --the_btn_color: #38761d;
    --btn_bg: #38761d;
    --btn_bg_hover: #38761d;
    --btn_text: #ffffff;
    /* 調整用変数 */
    --service-img-radius: 16px;
    --service-img-shift: 25px;
}

@media (max-width: 768px) {
    :root {
        --service-img-radius: 14px;
        --service-img-shift: 12px;
    }
}

/* ============================================
   全体共通
   ============================================ */
.post_content>* {
    margin-bottom: 0;
}

.post_content a {
    transition: 0.4s;
}

.post_content p {
    line-height: 30px;
    font-weight: 500;
}

img {
    pointer-events: none;
}

.l-content {
    margin: 0 auto;
}



/* ============================================
   タイポグラフィ共通
   ============================================ */
.top-content h2,
.subpage-content h2 {
    line-height: 1.6em;
    margin-bottom: 3em;
}

.top-content h3,
.subpage-content h3 {
    font-size: 1.3em;
}

.top-content .ttl-jp,
.subpage-content h2.ttl-jp,
.contact-area .ttl-jp {
    font-size: 19px;
    margin-top: 5px;
    color: var(--color-jp-title);
}

.top-content .ttl-en,
.subpage-content .ttl-en,
.contact-area .ttl-en {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    line-height: 50px;
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 30px;
    color: var(--color_main);
}

.top-content .ttl-en::before,
.subpage-content .ttl-en::before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    border-top: 1px solid var(--color_main);
    width: 35px;
}

.subpage-content .ttl-en-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.l-content p {
    line-height: 2em;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

@media (max-width: 959px) {
    .top-content h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .top-content h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .top-content .ttl-en {
        font-size: 50px;
        width: 100%;
        text-align: left;
    }

    .subpage-content h2 {
        margin-bottom: 30px;
    }

    .subpage-content h3 {
        font-size: 20px;
    }

    .top-content .ttl-en,
    .subpage-content .ttl-en,
    .contact-area .ttl-en {
        white-space: normal;
        font-size: 36px;
        line-height: 1.2;
    }

    .l-topTitleArea .l-topTitleArea__body h1 {
        font-size: 25px;
    }
}

/* ============================================
   ボタン共通
   ============================================ */
[class*=is-style-btn_] a {
    --the-btn-radius: 6px;
}

.btn-design-01,
.btn-design-02 {
    --the-btn-radius: 6px;
}

.more_btn a {
    padding: 15px;
}

/* SWELLブロックボタン共通 */
.swell-block-button .swell-block-button__link {
    padding: 1em 2em;
}

.swell-block-button .swell-block-button__link:hover {
    color: var(--btn_text);
}

.swell-block-button.btn-design-02 a {
    box-shadow: var(--swl-btn_shadow);
    font-weight: bold;
}

.swell-block-button.btn-design-02 a span {
    text-shadow: none;
}

.swell-block-button.btn-design-02 a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
    border: 1px solid;
}

/* =================================
   レイアウト調整（ページ別）
================================= */
.swell-block-fullWide+.swell-block-fullWide {
    margin-top: 0;
}

.section-block:nth-of-type(2n) {
    background-color: var(--section_bg);
}

.top #content {
    padding-top: 0;
}

.top-content {
    padding-top: 8em !important;
}

.blog .l-content,
.single-post .l-content,
.archive .l-content {
    padding-bottom: 5em !important;
}

.l-content figure {
    margin-bottom: 0;
}

@media (max-width: 959px) {
    .top-content {
        padding-top: 3em !important;
    }
}


/* ============================================
   ヘッダー
   ============================================ */
.l-header__inner,
.l-fixHeader__inner {
    max-width: 100%;
}

.l-topTitleArea .l-topTitleArea__body h1 {
    padding-top: 24px;
    text-align: center;
    font-size: 30px;
}

.l-topTitleArea .l-topTitleArea__body h1 .c-pageTitle__subTitle {
    margin: auto;
    font-style: normal;
    opacity: 1;
    font-family: "Montserrat", sans-serif;
}

.header-menu-btn span {
    font-size: 1.0vw;
}

.c-gnav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-gnav>.menu-item {
    transition: 0.4s;
}

.c-gnav>.menu-item>a {
    padding: 0 12px;
}

.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.c-gnav a::after {
    height: 1px;
}

#top_title_area .l-topTitleArea__img {
    object-position: center 10%;
}

/* ============================================
   ヘッダー内ボタン
   ============================================ */
.header-btn-wrap .swell-block-button {
    margin-bottom: 2px;

}

.header-btn-wrap .swell-block-button__link {
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
}

.header-btn-wrap .header-btn-text {
    font-size: 12px;
}

/* ============================================
   ページタイトル：英語を上、日本語を下へ
   ============================================ */
/* タイトル全体を縦並びに */
#top_title_area .c-pageTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
}

/* small（英語）を上に移動 */
#top_title_area .c-pageTitle__subTitle {
    order: -1;
    display: block;
}

/* ============================================
   トップページ
   ============================================ */
/* メインビジュアルテキスト位置 */
.p-mainVisual__textLayer .mv-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left !important;
    z-index: 2;
    line-height: 1.5;
    text-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

/* メインテキスト */
.mv-text .mv-text-maintext {
    font-size: clamp(2.2rem, 2.6vw, 3.8rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 .4em;
    text-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    display: inline-block;
    /* 下線が横いっぱいに伸びないように */
    padding-bottom: .2em;
    color: var(--mv_text_color);
    border-bottom: 1px solid var(--mv_text_underline);

    opacity: 0;
    transform: translateY(20px);
    animation: mv-slide-up 0.9s ease forwards;
    animation-delay: 0.2s;
}

/* サブテキスト */
.mv-text .mv-text-subtext {
    font-size: clamp(1.2rem, 1.1vw, 2rem);
    letter-spacing: .05em;
    line-height: 1.6;
    display: block;
    margin-top: 1.2em;
    text-shadow:
        0 0 4px rgba(0, 0, 0, 0.2),
        1px 1px 3px rgba(0, 0, 0, 0.4);
    font-weight: 500;
    color: var(--mv_text_color);

    opacity: 0;
    transform: translateY(20px);
    animation: mv-slide-up 0.9s ease forwards;
    animation-delay: 0.4s;
}

@keyframes mv-slide-up {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 959px) {
    .p-mainVisual__textLayer .mv-text {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(-17vh);
        padding: 0 20px;
        /* max-width: 360px; */
        text-align: left !important;
    }

    .mv-text .mv-text-maintext {
        font-size: clamp(1.5rem, 5vw, 2rem);
        line-height: 1.35;
        letter-spacing: 0.04em;
    }

    .mv-text .mv-text-subtext {
        font-size: clamp(0.9rem, 3.4vw, 1.1rem);
        line-height: 1.75;
        letter-spacing: 0.03em;
        margin-top: 1em;
    }
}



/* About */
.top-content.top-about.swell-block-fullWide.has-bg-img:before {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.top-content.top-about p {
    text-align: center;
    width: 80%;
    margin: auto;
}

.top-content.top-about .ttl-en {
    padding-top: 0;
}

.top-content.top-about .ttl-en::before {
    border: none;
}



@media (max-width: 959px) {
    .top-about h2 {
        font-size: 22px !important;
    }

    .top-content.top-about p.ttl-en {
        text-align: center
    }

    .top-content.top-about p {
        width: 100%;
        text-align: left;
    }

    .top-about .about-img-out img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .top-about .is-style-btn_normal {
        text-align: center;
    }
}

/* Service */
.top-service .service-item-wrap .swell-block-columns__inner h3 {
    text-align: center;
    margin: 0.8em 0;
}

.top-service .service-item .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9edf3;
}

.top-service .service-item .swell-block-columns__inner {
    justify-content: space-between;
    align-items: center;
}

.top-service .service-item+.service-item {
    margin-top: 5rem;
}

.top-service .service-item h3 {
    margin-bottom: 25px;
    font-size: 1.5em;
    color: #1f2d1f;
    padding-bottom: 6px;
    margin-top: 0;
}

.service-ttl>.wp-block-group__inner-container {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    position: relative;
    padding-bottom: 8px;
}

.service-ttl>.wp-block-group__inner-container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.5px;
    background-color: rgba(43, 58, 85, .15);
}

.service-ttl .service-num {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: rgba(56, 118, 29, .22);
}

.top-service .service-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--service-img-radius);
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.top-service .service-img .wp-block-group__inner-container {
    border-radius: var(--service-img-radius);
}

/* =========================================
   左右逆レイアウト用
   （画像が左・テキストが右）
========================================= */
.top-service .service-img.is-reverse::after {
    transform: translate(calc(var(--service-img-shift) * -1),
            var(--service-img-shift));
}

/* =========================================
   SP調整
========================================= */

@media (max-width: 959px) {
    .top-service .service-item.reverse-sp .swell-block-columns__inner {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .top-service .service-item h3 {
        font-size: 1.25em;
        margin-bottom: 18px;
        padding-bottom: 6px;
    }

    .service-ttl>.wp-block-group__inner-container {
        gap: 10px;
        padding-bottom: 6px;
        align-items: flex-end;
    }

    .service-ttl .service-num {
        font-size: 44px;
    }
}

/* 
=====================================
  コンタクトエリア
=====================================
*/
.contact-area.swell-block-fullWide.has-bg-img:before {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.contact-area .l-article {
    padding: 50px 50px;
    background-color: var(--contact_inner_bg);
    border-radius: 20px;
}

.contact-area {
    padding-top: 150px !important;
    z-index: 0;
}

.contact-area .ttl-en {
    text-align: center;
    margin-bottom: 10px;
}

.contact-area .ttl-jp {
    margin-top: 1em;
    margin-bottom: 30px;
    text-align: center;
}

.contact-area p {
    text-align: center;
}

.contact-area .swell-block-columns__inner {
    justify-content: center;
}

.contact-area .contact-btn a {
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
    background-color: var(--color_bg);
}

.contact-area .contact-btn a:hover {
    color: var(--btn_text);
    background-color: var(--the_btn_color);
    border: 1px solid var(--color_bg);
    color: var(--btn_text) !important;
}


@media (max-width: 959px) {
    .contact-area {
        padding-top: 80px !important;
    }

    .contact-area .l-article {
        padding: 40px 20px;
        margin: 10px;
    }

    .contact-area .contact-btn {
        --the-width: 80% !important;
    }

    .contact-area .contact-btn a {
        font-size: 16px;
    }

    .contact-area .ttl-en {
        font-weight: bold;
    }

    .contact-area .ttl-jp {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 0.5em;
    }

    .top-content.contact-area .contact-btn.tel-btn {
        margin-bottom: 15px !important;
    }
}



/* トップ物件一覧ページ */
.estate-list-wrap {
    display: flex;
    flex-wrap: wrap;
}

.top-property .property-wrap:not(:last-of-type) {
    margin-bottom: 5em;
}

.top-property .property-wrap h3 {
    border-bottom: 1px solid rgba(43, 58, 85, .15);
    padding-bottom: 11px;
    margin-top: 10px !important;
}

.estate-list-block {
    width: calc(23% + 6px);
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(43, 58, 85, .15);
    line-height: 1.4;
}

.estate-list-block:not(:nth-child(4n)) {
    margin-right: 20px;
}

.estate-list-img {
    height: 220px;
    overflow: hidden;
}

.estate-list-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}

.estate-list-block a:hover .estate-list-img img {
    transform: scale(1.08);
}

.estate-list-block h3 {
    font-size: 17px;
    margin: 10px 0 5px;
    color: #1c1c1c;
}

.estate-list-category {
    display: inline-block;
    background-color: #2f6a18;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 3px 15px;
}

.estate-list-block p.estate-list-price {
    font-size: 17px;
    font-weight: bold;
    color: #f4000f;
}

.estate-list-block p .fa-solid {
    padding-right: 3px;
}

@media (max-width: 959px) {
    .estate-list-wrap {
        justify-content: space-between;
    }

    .estate-list-block {
        width: 48%;
    }

    .estate-list-block:not(:nth-child(4n)) {
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .estate-list-wrap {
        flex-direction: column;
    }

    .estate-list-block {
        width: 100%;
    }

    .estate-list-img {
        height: auto;
        max-height: 280px;
    }
}

/* 一覧ページ共通 */
.custom-estate-list .c-pageTitle,
.custom-cases-list .c-pageTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
}

.custom-estate-list .c-pageTitle__subTitle,
.custom-cases-list .c-pageTitle__subTitle {
    order: -1;
    display: block;
    font-style: normal;
    opacity: 1;
    top: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: var(--color_main);
    margin-left: 0;
}

/* 物件一覧ページ */
.post_content .property-list-pagination .page-numbers {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.estate-list-wrap::after {
    content: "";
    width: 23%;
}

.estate-list-wrap .estate-list-block:last-child {
    margin-bottom: 20px !important;
}

.estate-list-wrap .property-list-detail {
    display: flex;
    flex-direction: column;
}

.estate-list-wrap .property-list-detail p {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.6 !important;
    color: var(--color_text);
}

.estate-list-wrap .material-symbols-outlined {
    font-size: 20px;
    margin-right: 5px;
}


/* 物件詳細ページ */
.estate-detail-ttl {
    margin-bottom: 30px;
    width: 100%;
}

.estate-detail-ttl h1 {
    font-size: 30px;
    width: 100%;
}

.estate-detail-ttl .estate-category {
    background-color: #2f6a18;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    height: fit-content;
    margin-right: 12px;
    padding: 4px 15px;
}

.article-single-property h2 {
    font-size: 22px;
    border-bottom: 2px solid var(--color-sub);
    margin-top: 75px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.article-single-property h3 {
    margin: 20px 0 7px;
}

.estate-detail-info .estate-price dl {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    color: #f4000f;
}

.estate-detail-info .estate-price dl.estate-price-monthly {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    color: #333;
    gap: 10px;
}

.estate-detail-info .estate-price dl.estate-price-monthly .price-per-day {
    color: #f4000f;
    margin-bottom: 0;
}

.estate-detail-info .estate-price dl.estate-price-monthly .price-per-month {
    color: #3f3f3f;
    font-size: 14px;
}

.estate-detail-info .estate-price dl dd p {
    padding-left: 5px;
}

.estate-detail-info .estate-price dl dd span {
    font-size: 36px;
    font-weight: bold;
}

.estate-detail-info .estate-info-list dl {
    display: flex;
    align-items: center;
    padding: 9px 0;
    width: 100%;
    border-bottom: 1px solid rgb(140 140 140 / 22%);
}

.estate-detail-info .estate-info-list dl:last-child {
    border-bottom: none;
}

.estate-detail-info .estate-info-list dl dt {
    background: #ecf4ff;
    border-radius: 3px;
    width: 20%;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.estate-detail-info .estate-info-list dl dd {
    padding: 0 10px;
    width: 80%;
    font-size: 15px;
}

.estate-detail-info .estate-info-list dl dd .text-price {
    font-weight: bold;
    font-size: 18px;
}

.estate-detail-info .estate-info-list dl dd .text-note {
    font-size: 14px;
    color: #646464;
}

.estate-detail-info .recommended-point {
    border: 2px solid #8fb29a;
    border-radius: 5px;
    padding: 10px;
}

.estate-detail-info .recommended-point dl dt {
    color: #2b6839;
    font-weight: bold;
    margin-bottom: 5px;
}

.estate-facility-list,
.estate-facility-text {
    border-bottom: 1px solid rgba(43, 58, 85, .15);
}

.estate-facility-text p {
    font-size: 14px;
}

.estate-facility-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.estate-facility-list ul li {
    padding: 4px 20px;
    border: 1px solid #c0d9ff;
    background-color: #f5fbff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.3;
    margin: 5px;
}

.estate-facility-list h3,
.estate-facility-text h3,
.selling-point h3 {
    color: var(--color_main);
}

.estate-facility-text h3 span {
    font-size: 13px;
}

.article-single-property .google-map-rich iframe {
    width: 100%;
    height: 400px;
}

.estate-detail-tbl table {
    font-size: 15px;
    margin-bottom: 120px;
    width: 100%;
}

.estate-detail-tbl table th {
    background: #ececec;
    text-align: left;
    width: calc(35% / 2) !important;
}

.estate-detail-tbl table td {
    width: calc(65% / 2);
}

@media (max-width: 959px) {
    .estate-detail-ttl {
        margin-bottom: 15px;
    }

    .estate-detail-ttl h1 {
        font-size: 25px;
    }

    .article-single-property h2 {
        margin-top: 50px;
    }

    .estate-detail-ttl .estate-category {
        display: block;
        width: fit-content;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .estate-detail-info .estate-info-list dl dd {
        width: calc(100% - 100px);
    }

    .estate-detail-tbl table {
        font-size: 14px;
    }

    .estate-detail-tbl table th {
        width: 100% !important;
        padding: 10px;
    }

    .estate-detail-tbl table td {
        padding: 12px 10px;
    }
}

/* 物件詳細 画像スライドポップアップ */
.estate-main-info .estate-slider a.fancybox.image {
    display: block;
    width: 100%;
    height: 100%;
}

.estate-main-info .estate-slider a.fancybox.image:focus {
    outline: none;
}

.estate-main-info .room-top-text {
    color: #707070;
    font-size: 14px;
}

.swiper-slide {
    height: auto;
}

.swiper-slide.main-slide a {
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 400px !important;
    background: #ededed;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
}

.swiper-slide.main-slide a img {
    display: block;
    position: absolute;
    left: 50%;
    max-height: 400px;
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 959px) {
    .swiper-slide.main-slide a {
        height: 260px !important;
    }
}


.p-mainVisual__inner img {
    object-position: 50% 80%;
}

.p-mainVisual a:hover {
    opacity: 1;
}



/* ============================================
   実績一覧ページ
   ============================================ */

.custom-cases-list .cases-list-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 35px;
}

.cases-list-block {
    width: 97%;
    margin-bottom: 0;
    justify-self: start;
    padding: 0;
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(43, 58, 85, .15);
    line-height: 1.4;
}

.cases-list-img {
    border-radius: 4px 4px 0 0;
    height: 220px;
    overflow: hidden;
}

.cases-list-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
    pointer-events: auto;
    cursor: pointer;
}

.cases-list-block a:hover .cases-list-img img {
    transform: scale(1.08);
}

.cases-list-text-wrap {
    padding: 12px 15px;
}

.cases-list-text-wrap .cases-list-category {
    display: inline-block;
    background-color: #eaf4ec;
    border-radius: 3px;
    color: #2f6a18;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 3px 10px;
}

.cases-list-details p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.6 !important;
}

.cases-list-details .cases-store-name {
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 10px;
}

.cases-location {
    display: inline-flex;
    align-items: center;
}

.cases-list-block p .fa-solid {
    padding-right: 3px;
}

.cases-list-block.is-static .cases-list-img img {
    cursor: default;
}

.custom-cases-list .pagination .page-numbers {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.cases-list-wrap .material-symbols-outlined {
    font-size: 20px;
    margin-right: 5px;
}

.cases-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 50px;
}

.cases-filter-button {
    display: inline-block;
    padding: 8px 16px;
    background: #f3f3f3;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    transition: 0.2s;
}

.cases-filter-button:hover {
    background: var(--the_btn_color);
    color: #fff;
    border-color: var(--the_btn_color);
}

.cases-note {
    margin-top: 32px;
    font-size: 14px;
    color: #666;
}


/* モーダル全体 */
.image-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
}

.image-modal[aria-hidden="false"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.image-modal-content {
    position: relative;
    z-index: 1000000;
    max-width: 90vw;
    max-height: 90vh;
}

.image-modal-content img {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* ×ボタン */
.image-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 32px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000001;
}

/* 背景スクロール止める */
body.is-image-modal-open {
    overflow: hidden;
}

body.is-image-modal-open header,
body.is-image-modal-open #fix_header,
body.is-image-modal-open .l-fixHeader {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.swell-block-fullWide__inner>.image-modal {
    margin-bottom: 0 !important;
}

/* ============================================
   実績一覧数枚表示
   ============================================ */
.cases-list-section .cases-list-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 35px;
}



@media (max-width: 768px) {

    .custom-cases-list .cases-list-wrap,
    .cases-list-section .cases-list-wrap {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .cases-list-block {
        width: 100%;
    }

    .cases-list-img {
        height: 200px;
    }

    .cases-list-text-wrap {
        padding: 10px 12px;
    }

    .cases-list-text-wrap .cases-list-category {
        font-size: 11px;
        margin-bottom: 6px;
        padding: 3px 8px;
    }

    .cases-location {
        font-size: 13px;
        margin-bottom: 6px;
    }
}



/* ============================================
   トップページ お知らせ一覧
   ============================================ */
.p-postList__item .p-postList__body {
    display: flex;
    align-items: center;
    width: 100%;
}

.p-postList__item .p-postList__meta {
    display: contents;
}

.p-postList__item .p-postList__times {
    color: #252525;
    width: 10%;
    justify-content: center;
}

.p-postList__item .p-postList__cat {
    width: 10%;
    text-align: center;
    padding: 4px;
    color: var(--color_main);
    border: 1px solid var(--color_main);
    background-color: var(--color_bg);
}

.p-postList__item .p-postList__link:hover {
    background-color: var(--color_bg);
    color: var(--color_link_hover);
}

.p-postList__item .p-postList__title {
    width: 80%;
    font-weight: 500;
}

/* 日付とカテゴリーのアイコン非表示 */
.p-postList__item time.c-postTimes__posted.icon-posted::before,
.p-postList__item span.p-postList__cat.icon-folder::before {
    display: none;
}

.p-postList__item .p-postList__cat,
.p-postList__item time.c-postTimes__posted {
    font-size: 15px;
}

.p-postList__item .p-postList__cat {
    margin-right: 10px;
}

/* 詳細ページ 見出し下のカテゴリー非表示 */
.p-articleFoot {
    display: none;
}

/* 詳細ページ 見出し下のカテゴリー */
.p-articleMetas .c-categoryList::before {
    display: none;
}

.p-articleMetas .c-categoryList a {
    font-size: 13px;
    color: var(--color_main);
    border: 1px solid var(--color_main);
    background-color: var(--color_bg);
}



@media (max-width: 959px) {

    .p-postList__item .p-postList__body {
        flex-direction: column;
    }

    .p-postList__item .p-postList__meta {
        display: flex;
        width: 100%;
    }

    .p-postList__item .p-postList__times {
        width: 25%;
        justify-content: left;
    }

    .p-postList__item .p-postList__cat {
        width: 25%;
        text-align: center;
        padding: 4px;
        font-size: 13px;
    }

    .p-postList__item .p-postList__title {
        width: 100%;
        margin-top: 5px;
    }
}


/* ============================================
   事業内容
   ============================================ */
.subpage-content.service-intro h2 {
    font-size: 30px;
    margin-bottom: 1em;
}

.subpage-content.service h3 {
    margin-top: 15px;
    margin-bottom: 1em;
    padding-bottom: 6px;
    font-size: 22px;
    color: var(--color_main) !important;
    line-height: 1.5;
}

.subpage-content.service h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.5px;
    background-color: rgba(43, 58, 85, .15);
}

.subpage-content.service .service-item-wrap .swell-block-columns__inner {
    justify-content: space-between;
    align-items: center;
}

.subpage-content.service .service-item-wrap .service-img img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9edf3;
    border-radius: var(--service-img-radius);
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.subpage-content.service .service-item-wrap+.service-item-wrap {
    margin-top: 5rem;
}

@media (max-width: 959px) {
    .subpage-content.service-intro h2 {
        font-size: 25px;
    }

    .subpage-content.service .reverse-sp .swell-block-columns__inner {
        flex-direction: column-reverse;
    }
}

/* ============================================
   会社概要
   ============================================ */
/* 代表挨拶 */
.subpage-content.greeting .swell-block-columns__inner {
    justify-content: space-between;
}

.subpage-content.greeting .profile-photo img {
    width: 100%;
}

.staff-text-wrap>p:nth-child(1) {
    margin-bottom: 3px;
}

.staff-text-wrap .staff {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(43, 58, 85, .15);
}

.staff-text-wrap .staff span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 25px;
    color: var(--color_main);
}

@media (max-width: 959px) {
    .staff-text-wrap>p:nth-child(1) {
        margin-top: 15px !important;
    }

    .staff-text-wrap>p:nth-child(3) {
        margin-top: 30px;
    }
}

/* ロゴコンセプト */
.logo-concept-logo {
    margin-bottom: 48px;
}

.logo-concept-text {
    max-width: 860px;
    margin: 0 auto;
}

/* 会社情報テーブル */
.company-table tr:first-child th,
.company-table tr:first-child td {
    border-top: none;
}

.company-table th {
    border-bottom: 1px solid var(--color_main);
    color: #333;
    padding: 23px 8px;
}

.company-table td {
    padding: 23px 0px 23px 20px;
}

@media (min-width: 600px) {
    .company-table th {
        width: 200px !important;
    }
}

@media (max-width: 959px) {
    .company-table th {
        width: 200px;
        padding: 25px 0px 10px 10px;
    }

    .company-table td {
        padding: 20px 0px 20px 10px;
    }

    .company-table.wp-block-table {
        --table-border: none;
    }
}

.company-brochure-img figure {
    text-align: left;
}

.company-brochure-img img {
    width: 160px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
}


/* 代表者プロフィール */
.subpage-content.profile h3 {
    margin-bottom: 20px;
}

.profile-career-table {
    width: 100%;
    border-collapse: collapse;
}

.profile-career-table tr {
    border-bottom: 1px solid #d9d9d9;
}

.profile-career-table th,
.profile-career-table td {
    padding: 18px 0;
    vertical-align: top;
    border: none;
}

.profile-career-table th {
    width: 130px;
    text-align: left;
    font-weight: 600;
    padding-right: 20px;
    white-space: nowrap;
    background: none;
}

.profile-career-content p {
    margin: 0;
}

.profile-career-detail {
    margin-top: 8px;
    color: #555;
}


@media (max-width: 959px) {
    .profile-career-table th {
        width: 140px;
        padding: 20px 0 10px 10px;
    }

    .profile-career-table td {
        padding: 16px 0 20px 10px;
    }
}

.subpage-content.access .access-detail-map {
    margin-top: 7em;
}

.subpage-content.access h3 {
    margin-top: 15px;
    margin-bottom: 0.5em;
    padding-bottom: 6px;
    font-size: 22px;
    color: var(--color_main) !important;
    line-height: 1.5;
}


/* アクセス詳細地図：クリックできる見た目にする */
.subpage-content.access .access-detail-map-img {
    cursor: pointer;
}

.subpage-content.access .access-detail-map-img img {
    cursor: pointer;
}


/* 
=====================================
  お問い合わせページ
=====================================
*/
.contact h2.ttl-jp,
.contact-intro h2.ttl-jp,
.contact-examples h2.ttl-jp {
    font-size: 28px;
}

@media (max-width: 960px) {

    .contact h2.ttl-jp,
    .contact-intro h2.ttl-jp,
    .contact-examples h2.ttl-jp {
        font-size: 24px;
        margin-bottom: 22px;
    }
}


.contact_form_wrap {
    margin: auto;
}

.contact_form_inner div {
    display: flex;
}

.contact_form_inner dt,
.contact_form_inner dd {
    padding: 25px 15px;
}

.contact_form_inner dt {
    width: 25%;
}

.contact_form_inner dt p {
    font-weight: bold;
}

.contact_form_inner dd p select,
.contact_form_inner dd p option {
    font-weight: 500;
}

.contact_form_inner .zip-code-wrap {
    display: flex;
    align-items: center;
}

.contact_form_inner dd .wpcf7-list-item:not(:last-child) {
    padding-bottom: 5px;
}

.contact_form_confirmation {
    margin: 70px 0 24px;
    text-align: center;
}

.form_inquiry_type .wpcf7-list-item {
    display: block;
    /* margin-bottom: 6px; */
}

.form_inquiry_type label {
    cursor: pointer;
}

.form_inquiry_type input[type="radio"] {
    margin-right: 6px;
}

.contact_form_btn_send {
    margin: 70px 0 24px;
    padding: 0 15px;
    text-align: center;
}

.contact_form_btn_send input {
    font-weight: bold;
    width: 140px;
    padding: 10px;
    border: none;
}

.contact_form_btn_send {
    padding: 0 15px;
    text-align: center;
}

.contact_form_btn_send input,
.contact_form_btn_send button {
    font-weight: bold;
    width: 140px;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

.wpcf7 form .acceptance-privacy-policy {
    padding: 30px;
}

.wpcf7-not-valid-tip {
    font-weight: 500;
}

.contact-recapcha {
    font-size: 13px;
    margin-top: 80px;
}

/* モーダルの背景（非表示＆中央配置） */
#confirm-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    margin-top: 30px;
    padding: 20px;
    z-index: 99999 !important;
    transform: none !important;
    top: 0;
    left: 0;
}

/*モーダル本体のボックス */
.modal-box {
    width: 90%;
    max-width: 600px;
    padding: 20px;
    position: relative;
    border-radius: 8px;
    margin: auto;
    max-height: 70vh;
    /* ← モーダル内に収まるよう制限 */
    overflow-y: auto;
    /* ← 内容が長くなったときにスクロール */
}

/* モーダル見出し */
.modal-heading {
    padding: 10px;
    margin: -20px -20px 20px;
    font-size: 18px;
}

/* ボタンエリア中央寄せ＆横並び */
#confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* ボタン共通スタイル */
#confirm-buttons button {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

#back-btn:hover {
    transform: translateY(-1px);
}

#final-submit-btn:hover {
    transform: translateY(-1px);
}

.message .inquiry-details {
    width: 100%;
}

@media (max-width: 960px) {
    .contact_form_wrap {
        width: 100%;
    }

    .contact_form_inner div {
        flex-direction: column;
    }

    .contact_form_inner dt p {
        margin-bottom: 0;
    }

    .contact_form_inner dt {
        width: 100%;
        padding: 15px 0;
    }

    .contact_form_inner dd {
        padding: 0 0 15px;
    }

    .contact_form_inner dd .wpcf7-text {
        width: 100%;
    }

    .contact_form_inner>div:nth-child(6)>dd>p>span>textarea {
        width: 100%;
    }

    .contact_form_inner textarea.message-area {
        width: 100%;
    }

    .wpcf7 form .acceptance-privacy-policy {
        padding: 20px;
        font-size: 14px;
    }

    .wpcf7-list-item {
        font-size: 14px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}


/* 
=====================================
  プライバシーポリシー
=====================================
*/

.privacy-policy h3 {
    margin-bottom: 1.3em;
}

.privacy-policy h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1.3px;
    background: var(--color_main);
}

/* 
=====================================
  フッター
=====================================
*/
.l-footer__widgetArea {
    padding-top: 4em;
}

.w-beforeFooter {
    margin: 0;
}

.l-footer__nav {
    gap: 1em;
    padding: 1em 0 4em;
}

.l-footer__nav a {
    border-right: none;
}

.l-footer__nav li:first-child a {
    border-left: none;
}

.l-footer__nav>li>a {
    font-weight: 700;
    font-size: 14px;
}

.l-footer__nav .sub-menu {
    margin-top: 0.25em;
    display: grid;
    gap: 0.15em;
}

.l-footer__nav .sub-menu>li {
    margin-left: 0.75em;
}

.l-footer__nav .sub-menu>li a {
    padding: 0 0.75em;
    position: relative;
    font-size: 13px;
}

.l-footer__nav .sub-menu>li a::before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: var(--color_footer_text);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.l-footer a {
    border-bottom: none;
}

.w-footer__box .menu-item a {
    font-size: 14px;
}

.footer-text p {
    font-size: 14px;
}

.l-footer__nav a:hover {
    color: var(--color_link_hover);
}

@media (max-width: 768px) {
    .l-footer__nav {
        gap: 0.5em;
        flex-direction: column;
    }

    .l-footer__nav>li:nth-of-type(n + 2) {
        padding-bottom: 0.5em;
    }

    .l-footer__nav>li>a {
        font-size: 13px;
    }

    .l-footer__nav .sub-menu {
        margin-top: 0.2em;
        gap: 0.5em;
    }

    .l-footer__nav .sub-menu>li a {
        font-size: 12px;
    }
}