@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


:root {
    /* メインカラー（ブランド） */
    --color_main: #020a3d;
    /* --color_jp_title: #2B3A55; */
    --color_jp_title: #020a3d;
    --color_en_title: #eb1f64;
    --color_text: #333;
    /* 日本語見出し */
    /* --color_sub: #4A5D73; */
    --color_sub: #eb1f64;
    --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: #F7F9FC; */
    --color_bg: #FFFFFF;
    /* リンクカラー（メイン青と統一） */
    --color_link: #073A60;
    --color_link_hover: #073A60;
    /* 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: #eb1f64;
    --btn_bg: #eb1f64;
    --btn_bg_hover: #eb1f64;
    --btn_text: #ffffff;

    --contact-border: #ebebeb;
    --contact-btn-bg: #eb1f64;
    --contact-btn-bg-hover: #d71958;
    --contact-color-blue: #020a3d;
    --contact-privacy-bg: #f7f8fa;
    --contact-modal-overlay-bg: rgba(0, 0, 0, 0.6);
    --contact-modal-shadow: rgba(2, 10, 61, 0.24);
    --contact-back-btn-bg: #eef1f5;
    --contact-back-btn-bg-hover: #e1e5eb;
    --contact-back-btn-text: #333;
    --contact-btn-shadow: 0 6px 14px rgba(2, 10, 61, 0.16);
    --contact-recapcha-text: #666;
    --color-error: #d93025;
    --color-text-invert: #fff;
    --color-bg-white: #fff;
}

/* ============================================
   共通設定
   ============================================ */
.post_content>* {
    margin-bottom: 0;
}

.post_content a {
    transition: 0.4s;
}

.post_content p {
    line-height: 30px !important;
    font-weight: 500;
    letter-spacing: 0.08em !important;
}

/* h2,
h3 {
  font-family: 'Noto Serif JP', serif;
} */

img {
    pointer-events: none;
}

[class*=is-style-btn_] a {
    --the-btn-radius: 6px;
    background: var(--the_btn_color);
}

.btn-design-01,
.btn-design-02 {
    --the-btn-radius: 6px;
}

.more_btn a {
    padding: 15px;
}

.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: 5em !important;
}

.blog .l-content,
.single-post .l-content,
.archive .l-content {
    padding-bottom: 5em !important;
}

@media not all and (min-width: 960px) {
    .l-topTitleArea .l-topTitleArea__body h1 {
        font-size: 25px;
    }

    .top-content {
        padding-top: 3em !important;
    }
}

.top-content h2,
.subpage-content h2 {
    line-height: 1.6em;
    /* margin-bottom: 1.5em; */
    margin-bottom: 2em;
}

.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: 32px;
    margin-top: 0px;
    text-align: center;
    color: var(--color_jp_title);
}

.top-content .ttl-en,
.subpage-content .ttl-en,
.contact-area .ttl-en {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    line-height: 25px;
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 30px;
    color: var(--color_en_title);
    text-align: center;
}

/* .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;
}

@media not all and (min-width: 960px) {
    .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%;
    }

    .subpage-content h2 {
        margin-bottom: 30px;
    }

    .subpage-content h3 {
        font-size: 20px;
    }

    .top-content .ttl-jp,
    .subpage-content h2.ttl-jp,
    .contact-area .ttl-jp {
        font-size: 25px;
    }

    .top-content .ttl-en,
    .subpage-content .ttl-en,
    .contact-area .ttl-en {
        white-space: normal;
        font-size: 16px;
        line-height: 1.2 !important;
    }
}

/* SWELLブロックボタン共通 */
.swell-block-button .swell-block-button__link {
    padding: 1em 2em;
}

.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;
}



/* ============================================
   ヘッダー
   ============================================ */
.l-header__inner,
.l-fixHeader__inner {
    max-width: 100%;
}

/* .l-container {
  max-width: none;
  } */

.l-content {
    margin: 0 auto;
}

.l-topTitleArea .l-topTitleArea__body h1 {
    padding-top: 24px;
    font-size: 35px;
    text-align: center;
}

.l-content p {
    line-height: 2em;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.l-topTitleArea .l-topTitleArea__body h1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 30px;
}

.l-topTitleArea .l-topTitleArea__body h1 .c-pageTitle__subTitle {
    margin: auto;
    font-style: normal;
    opacity: 1;
}

.l-topTitleArea .l-topTitleArea__body h1 .c-pageTitle__subTitle {
    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: 24px 12px; */
    padding: 0 12px;
}

.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    /* font-family: "Noto Serif JP", serif; */
}

.c-gnav a::after {
    height: 1px;
}

/* .l-fixHeader::before {
  opacity: 0.9;
} */

/* .p-mainVisual__inner img {
  object-position: bottom;
} */

#top_title_area .l-topTitleArea__img {
    object-position: center 10%;
    /* ← 数値を小さくするとさらに上へ（例: 10%） */
}

/* ============================================
   ページタイトル：英語を上、日本語を下へ
   ============================================ */
/* タイトル全体を縦並びに */
#top_title_area .c-pageTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* ← 左寄せにしたい場合は flex-start に変更 */
    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%);
} */

.p-mainVisual__textLayer {
    justify-content: flex-end;
    top: -50px;
}

.mv-text .mv-right {
    text-align: center;
    background: linear-gradient(90deg, transparent 0%, black 50%, transparent 100%);
    padding: 2rem 0;
}

.mv-text .swell-block-columns__inner {
    align-items: center;
}



/* メインテキスト */
.mv-text .mv-text-maintext {
    font-size: clamp(2.8rem, 3vw, 4.8rem);
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3 !important;
    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);
}

/* サブテキスト */
.mv-text .mv-text-subtext {
    /* font-family: 'Noto Serif JP', serif; */
    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: bold;
    color: var(--mv_text_color);
}

@media screen and (max-width: 767px) {
    .p-mainVisual__textLayer {
        top: 0;
        height: 100%;
    }

    #main_visual .mv-text {
        height: 100%;
        padding: 24px 18px;
        box-sizing: border-box;
    }

    #main_visual .mv-text .swell-block-columns__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 18px;
        height: 100%;
    }

    #main_visual .mv-text .mv-left,
    #main_visual .mv-text .mv-right {
        width: 100%;
        text-align: center;
    }

    #main_visual .mv-text .mv-text-maintext {
        font-size: clamp(2.4rem, 8vw, 3.2rem);
        line-height: 1.35 !important;
        letter-spacing: 0.04em;
        white-space: normal;
        margin: 0;
        padding-bottom: 0.25em;
    }

    #main_visual .mv-text .mv-right {
        max-width: 320px;
        padding: 14px 16px;
        background: rgba(0, 0, 0, 0.45);
        box-sizing: border-box;
    }

    #main_visual .mv-text .mv-right p,
    #main_visual .mv-text .mv-right .mv-subtext {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.04em;
        white-space: normal;
        margin: 0 0 10px;
    }

    #main_visual .mv-text .mv-right img {
        max-width: 220px;
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

/* =========================
  沿線検索
========================= */

.top-route-map {
    --route-map-main: #082f63;
    --route-map-accent: #eb1f64;
    --route-map-title: #020a3d;
    --route-map-text: #333;
    --route-map-shadow: rgba(2, 10, 61, 0.08);
}

.top-route-map {
    padding-top: 2.5em !important;
}

.top-route-map .swell-block-fullWide__inner {
    max-width: 1100px;
}

.top-route-map .ttl-en {
    margin: 0 0 8px;
    color: var(--route-map-accent);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-align: center;
}

.top-route-map .ttl-jp {
    margin: 0;
    color: var(--route-map-title);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.top-route-map .ttl-jp+p {
    margin: 12px 0 42px;
    color: var(--route-map-text);
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.top-route-map .route-map {
    position: relative;
    max-width: 980px;
    height: 320px;
    margin: 0 auto;
}

.top-route-map .route-map-main-line {
    position: absolute;
    top: 50px;
    left: 8%;
    right: 8%;
    height: 8px;
    background: var(--route-map-main);
    border-radius: 999px;
}

.top-route-map .route-map-branch-line {
    position: absolute;
    top: 50px;
    left: 29%;
    width: 6px;
    height: 148px;
    background: var(--route-map-main);
    border-radius: 999px;
    transform: translateX(-50%);
}

.top-route-map .route-map-station {
    position: absolute;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 14px;
    color: var(--route-map-title);
    text-decoration: none;
    transform: translateX(-50%);
}

.top-route-map .route-map-dot {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 5px solid var(--route-map-main);
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--route-map-accent);
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.top-route-map .route-map-name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 62px;
    padding: 12px 18px;
    background: #fff;
    border: 2px solid var(--route-map-accent);
    border-radius: 8px;
    box-shadow: 8px 8px 0 var(--route-map-shadow);
    color: var(--route-map-title);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.top-route-map .route-map-name::after {
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-left: 14px;
    border-top: 3px solid var(--route-map-accent);
    border-right: 3px solid var(--route-map-accent);
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}

.top-route-map .route-map-station:hover .route-map-dot {
    border-color: var(--route-map-accent);
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--route-map-main);
    transform: scale(1.08);
}

.top-route-map .route-map-station:hover .route-map-name {
    color: #fff;
    background: var(--route-map-accent);
    box-shadow: 8px 8px 0 rgba(235, 31, 100, 0.16);
    transform: translateY(-3px);
}

.top-route-map .route-map-station:hover .route-map-name::after {
    border-color: #fff;
}

.top-route-map .route-map-station-shin-osaka {
    top: 39px;
    left: 8%;
}

.top-route-map .route-map-station-umeda {
    top: 39px;
    left: 29%;
}

.top-route-map .route-map-station-yodoyabashi {
    top: 39px;
    left: 50%;
}

.top-route-map .route-map-station-honmachi {
    top: 39px;
    left: 71%;
}

.top-route-map .route-map-station-shinsaibashi {
    top: 39px;
    left: 92%;
}

.top-route-map .route-map-station-shinsaibashi .route-map-name {
    min-width: 140px;
}

.top-route-map .route-map-station-juso {
    top: 196px;
    left: 29%;
}


/* スマホ */
@media (max-width: 767px) {
    .top-route-map .ttl-jp+p {
        margin: 10px 0 24px;
        font-size: 14px;
        text-align: left;
    }

    .top-route-map .route-map {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        height: auto;
        max-width: none;
    }

    .top-route-map .route-map-main-line,
    .top-route-map .route-map-branch-line,
    .top-route-map .route-map-dot {
        display: none;
    }

    .top-route-map .route-map-station {
        position: static;
        display: block;
        transform: none;
    }

    .top-route-map .route-map-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-width: 0;
        min-height: 0;
        padding: 13px 14px;
        border-radius: 8px;
        box-shadow: 4px 5px 0 var(--route-map-shadow);
        font-size: 15px;
    }

    .top-route-map .route-map-station-shinsaibashi .route-map-name {
        min-width: 0;
    }

    .top-route-map .route-map-name::after {
        width: 8px;
        height: 8px;
        margin-left: 8px;
        border-width: 2px;
    }

    .top-route-map .route-map-station:hover .route-map-name {
        transform: none;
    }
}

@media (max-width: 374px) {
    .top-route-map .route-map {
        grid-template-columns: 1fr;
    }
}



/* About */
.top-content.top-about.swell-block-fullWide.has-bg-img:before {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.top-content.top-about p {
    text-align: center;
    width: 70%;
    margin: auto;
}

.top-content.top-about .ttl-en {
    padding-top: 0;
}

.top-content.top-about .ttl-en::before {
    border: none;
}



@media not all and (min-width: 960px) {
    .top-about h2 {
        font-size: 22px !important;
    }

    .top-about p {
        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 h2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.top-service h2 img {
    width: 24vw;
}

.top-service .merit-banner .swell-block-columns__inner {
    justify-content: space-between;
}

.top-service .merit-banner .swell-block-columns__inner .swell-block-column {
    background: #f3f9ff;
    border: 1px solid #020a3d;
    border-radius: .8rem;
    padding: 20px 30px;
}

.top-service .merit-banner h3 {
    text-align: center;
    color: var(--color_main);
    margin-bottom: 15px;
}

.top-service .service-item-wrap .swell-block-columns__inner h3 {
    text-align: center;
    margin: 0.8em 0;
}

.top-service .service-item {
    padding: 70px 40px;
    background-color: #f1f2ed;
    border-radius: 16px;
}

.top-service .service-item .swell-block-columns__inner {
    row-gap: 80px;
    justify-content: space-between;
}

.top-service .service-item .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* ===== 調整用変数 ===== */
:root {
    --service-img-border: rgba(28, 109, 208, 0.6);
    --service-img-bg: rgba(28, 109, 208, 0.28);
    --service-img-radius: 10px;
    /* 角丸 */
    --service-img-shift: 25px;
    /* ずらし量 */
}

.top-service .service-item .swell-block-column {
    position: relative;
}

/* Serviceセクション内だけに適用（事故防止） */
.top-service .service-item+.service-item {
    margin-top: 5rem;
}

.top-service .service-item h3 {
    margin-bottom: 25px;
    font-size: 1.5em;
    color: var(--color_main);
    margin-bottom: 10px;
    margin-top: 0;
}

/* 数字 */
.top-service .service-num {
    position: absolute;
    top: -50px;
    left: 5px;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    -webkit-text-stroke: 2px rgb(149 152 169 / 58%);
    font-family: sans-serif;
    pointer-events: none;
    line-height: 2em !important;
}

/* 画像本体 */
.top-service .service-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--service-img-radius);
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

/* inner-container 保険 */
.top-service .service-img .wp-block-group__inner-container {
    border-radius: var(--service-img-radius);
}



@media (max-width: 768px) {
    .top-service h2 {
        margin-bottom: 50px;
    }

    .top-service h2 img {
        width: 40vw;
    }

    .top-service .service-item .swell-block-columns__inner {
        row-gap: 65px;
    }

    .top-service .service-item {
        padding: 60px 20px 30px;
    }

    .top-service .service-item h3 {
        font-size: 1.25em;
        margin-bottom: 10px;
    }

    /* 01 + 見出しの並び */
    .service-ttl>.wp-block-group__inner-container {
        gap: 10px;
        padding-bottom: 6px;
        align-items: flex-end;
    }

    /* 01 */
    .service-ttl .service-num {
        font-size: 44px;
        /* 64 → 44くらいが安定 */
    }
}


/* 
=====================================
  費用
=====================================
*/
.top-cost h2.ttl-jp {
    font-size: 32px;
    text-align: center;
}

.top-cost h2.ttl-jp span {
    color: #EB1F64;
    font-size: 1.4em;
    border-bottom: 2px solid;
}

.top-cost .cost-item-wrap .swell-block-columns__inner {
    justify-content: space-between;
}

.top-cost .cost-item-wrap .swell-block-columns__inner {
    position: relative;
}

/* 2つの＋を置く（図形） */
.top-cost .cost-item-wrap .swell-block-columns__inner::before,
.top-cost .cost-item-wrap .swell-block-columns__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background:
        linear-gradient(#020a3d, #020a3d) center/8px 100% no-repeat,
        linear-gradient(#020a3d, #020a3d) center/100% 8px no-repeat;
}

/* 1個目の＋：1列目と2列目の間 */
.top-cost .cost-item-wrap .swell-block-columns__inner::before {
    left: calc(33% + 2px);
}

/* 2個目の＋：2列目と3列目の間 */
.top-cost .cost-item-wrap .swell-block-columns__inner::after {
    left: calc(68% + 6px);
}

.top-cost .cost-item-wrap .cost-item p {
    background-color: #eb1f64;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.2;
}

.top-cost .cost-item-wrap .cost-item p span {
    font-size: 16px;
}

@media (max-width: 959px) {

    .top-cost .cost-item-wrap .swell-block-columns__inner {
        position: relative;
        row-gap: 60px;
    }

    .top-cost .cost-item-wrap .swell-block-columns__inner::before,
    .top-cost .cost-item-wrap .swell-block-columns__inner::after {
        left: 53%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
    }

    /* 1つ目と2つ目の間 */
    .top-cost .cost-item-wrap .swell-block-columns__inner::before {
        top: 31%;
    }

    /* 2つ目と3つ目の間 */
    .top-cost .cost-item-wrap .swell-block-columns__inner::after {
        top: 69%;
    }
}

@media screen and (max-width: 767px) {
    .top-cost h2.ttl-jp {
        font-size: 25px;
        margin-bottom: 55px;
    }
}


/* 
=====================================
  ONE TOP マンスリーのここがすごい！
=====================================
*/
.top-great h2.ttl-jp {
    text-align: center;
    color: #020A3D;
    line-height: 1.3;
}

.top-great h2.ttl-jp span {
    position: relative;
    /* ←これが大事 */
    display: inline-block;
    /* 文字幅だけにする */
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 800;
}

.top-great h2.ttl-jp span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 14px;
    background: #eb1f64;
    border-radius: 10px;
}

.top-great .intro-text {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 2em !important;
}

.top-great .great-item-wrap .great-item {
    background-color: #FFF;
    padding: 1.5rem 2rem;
    border: 2px solid #020a3d;
    border-radius: 10px;
}

.top-great .great-item-wrap .swell-block-columns__inner {
    justify-content: space-between;
}

/* .top-great .great-item-wrap img {
    width: 70%;
} */

.top-great .great-item-wrap {
    position: relative;
    padding-bottom: 90px;
}

.top-great .great-item-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: none;
    clip-path: polygon(50% 100%, 0 30%, 20% 30%, 50% 70%, 80% 30%, 100% 30%);
    background-color: #020a3d;
}

.top-great .great-box {
    position: relative;
    padding: 50px 80px;
    border: 2px solid #020A3D;
    border-radius: 20px;
    background: #F3F9FF;
    overflow: hidden;
}

.top-great .great-text {
    text-align: center;
    color: #020A3D;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5 !important;
    margin: 0;
}

.top-great .great-text span {
    color: #eb1f64;
    font-weight: 900;
    font-size: 1.7em;
}

.top-great .great-image {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.top-great .great-image img {
    max-width: 185px;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    .top-great h2.ttl-jp span {
        font-size: clamp(36px, 5vw, 72px);
    }

    .top-great .great-box {
        padding: 25px 5px;
    }

    .top-great .great-text {
        font-size: 20px;
    }

    .top-great .great-image {
        right: 0px;
        top: auto;
        bottom: 0;
        transform: none;
    }

    .top-great .great-image img {
        max-width: 80px;
    }
}

/* 
=====================================
  入居者をサポート
=====================================
*/

.top-support .ttl-jp {
    text-align: center;
    color: #020A3D;
    font-size: clamp(34px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1em;
}

/* さらに！を“センターの部品”として扱う */
.top-support .ttl-jp span {
    position: relative;
    display: inline-block;
    background: #eb1f64;
    color: #fff;
    padding: 6px 18px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    border-radius: 3px;
}

/* ラベルの左右に線を伸ばす（上ラインの代わり） */
.top-support .ttl-jp span::before,
.top-support .ttl-jp span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(80px, 10vw, 140px);
    height: 8px;
    background: #020A3D;
    transform: translateY(-50%);
    border-radius: 30px;
}

.top-support .ttl-jp span::before {
    right: calc(100% + 16px);
}

.top-support .ttl-jp span::after {
    left: calc(100% + 16px);
}

/* 下ラインは見出しの下に太めでドン */
.top-support .ttl-jp {
    position: relative;
    padding-bottom: 32px;
}

.top-support .ttl-jp::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: min(520px, 90%);
    height: 8px;
    background: #020A3D;
    border-radius: 30px;
}

.top-support .intro-text {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 2em !important;
}

@media screen and (max-width: 767px) {
    .top-support .ttl-jp span {
        font-size: 22px;
    }

    .top-support .intro-text {
        text-align: left;
    }
}

.top-support .support-table th {
    padding: 23px 8px;
}

.top-support .support-table td {
    padding: 23px 0px 23px 20px;
    line-height: 2em;
}

@media (min-width: 600px) {
    .top-support .support-table th {
        width: 260px !important;
    }
}

@media not all and (min-width: 960px) {
    .top-support .support-table th {
        width: 100px !important;
        padding: 25px 0px 10px 10px;
    }

    .top-support .support-table td {
        padding: 20px 0px 20px 10px;
    }
}

/* 
=====================================
  申し込みからご契約まで
=====================================
=====================================
*/
.top-frow .u-col-main {
    color: var(--color_sub) !important;
}

.top-frow h3 {
    color: var(--color_main);
}

/* 
=====================================
  よくあるご質問
=====================================
*/
.is-style-faq-stripe .faq_q {
    border-radius: 8px;
}




/* 
=====================================
  コンタクトエリア
=====================================
*/
.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 {
    margin-bottom: 0;
}

.contact-area .contact-btn a {
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
    background-color: var(--the_btn_color);
    color: var(--btn_text);
}

.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;
    opacity: 0.8;
}


@media not all and (min-width: 960px) {
    .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 .intro-text {
    text-align: center;
}

.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;
}

.estate-list-block {
    width: calc(31% - -11px);
    width: 32%;
    /* ブロックの幅を動的に計算し、マージンを考慮する */
    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(3n)) {
    margin-right: 20px;
}

/* .estate-list-img {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ededed;
} */

.estate-list-img {
    height: 220px;
}

.estate-list-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.estate-list-block h3 {
    font-size: 17px;
    margin: 10px 0 5px;
    color: #1c1c1c;
}

.estate-list-category {
    display: inline-block;
    background-color: #0f2f6e;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 3px 15px;
}

.estate-list-block p {
    font-size: 15px;
    margin-bottom: 5px;
}

.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 screen and (max-width: 959px) {
    .top-property .intro-text {
        text-align: left;
    }

    .estate-list-wrap {
        justify-content: space-between;
    }

    .estate-list-block {
        width: 48%;
    }

    .estate-list-block:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

@media screen and (max-width: 599px) {
    .estate-list-wrap {
        flex-direction: column;
    }

    .estate-list-block {
        width: 100%;
    }

    .estate-list-img {
        height: auto;
        max-height: 280px;
    }
}



/* 物件一覧ページ */
.property-archive h1 {
    font-size: 32px;
    margin-top: 0px;
    text-align: center;
    color: var(--color_jp_title);
}

.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;
}

.estate-list-wrap .material-symbols-outlined {
    font-size: 20px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .property-archive h1 {
        margin-bottom: 1em;
    }
}


/* 物件詳細ページ */
.estate-detail-ttl {
    margin-bottom: 30px;
    width: 100%;
}

.estate-detail-ttl h1 {
    font-size: 30px;
    width: 100%;
}

.estate-detail-ttl .estate-category {
    background-color: #0f2f6e;
    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: #646464;
    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 #0f2f6e;
    border-radius: 5px;
    padding: 10px;
}

.estate-detail-info .recommended-point dl dt {
    color: #0f2f6e;
    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); */
    color: #2B3A55;
}

.estate-facility-text h3 span {
    font-size: 13px;
}

.custom-text-area p {
    white-space: pre-line;
    line-height: 2;
    margin: 0;
}

.article-single-property .google-map-rich iframe {
    width: 100%;
    height: 400px;
}

.estate-detail-tbl table {
    font-size: 15px;
    margin-bottom: 70px;
    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 not all and (min-width: 960px) {
    .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 not all and (min-width: 960px) {
    .swiper-slide.main-slide a {
        height: 260px !important;
    }
}


.p-mainVisual__inner img {
    object-position: 50% 80%;
}

.p-mainVisual a:hover {
    opacity: 1;
}



.monthly-merit-button-wrap {
    margin: 36px auto 72px;
    text-align: center;
}

.monthly-merit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    padding: 18px 36px;
    border-radius: 999px;
    background: var(--color_sub);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.monthly-merit-button:hover {
    color: #fff;
    opacity: 0.86;
    transform: translateY(-2px);
}

@media screen and (max-width: 767px) {
    .monthly-merit-button-wrap {
        margin: 32px auto 56px;
        padding: 0 16px;
    }

    .monthly-merit-button {
        width: 100%;
        min-width: 0;
        padding: 15px 20px;
        font-size: 16px;
    }
}

/* 物件がない場合の表示 */
.property-no-posts {
    max-width: 760px;
    margin: 40px auto 0;
    padding: 32px 24px;
    background: #f7f8fa;
    border: 1px solid #e5e8ee;
    border-radius: 16px;
    box-sizing: border-box;
    text-align: center;
}

.property-no-posts p {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

.property-no-posts p:first-child {
    color: #020a3d;
    font-size: 18px;
    font-weight: 700;
}

.property-no-posts p+p {
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .property-no-posts {
        margin: 32px 16px 0;
        padding: 24px 16px;
        border-radius: 12px;
    }

    .property-no-posts p:first-child {
        font-size: 16px;
    }

    .property-no-posts p {
        font-size: 15px;
    }
}



/* ============================================
   トップページ お知らせ一覧
   ============================================ */
.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 not all and (min-width: 960px) {

    .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.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: 960px) {
    .staff-text-wrap>p:nth-child(1) {
        margin-top: 15px !important;
    }

    .staff-text-wrap>p:nth-child(3) {
        margin-top: 30px;
    }
}

/* 会社情報テーブル */
.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 not all and (min-width: 960px) {
    .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;
    }
}


/* 
=====================================
  お問い合わせページ
=====================================
*/

/* フォーム全体 */
.contact_form_wrap {
    max-width: 900px;
    margin: 0 auto;
}

.contact h2.ttl-jp,
.contact-intro h2.ttl-jp,
.contact-examples h2.ttl-jp {
    font-size: 28px;
}

.monthly-contact-lead {
    max-width: 900px;
    margin: auto;
}

/* フォーム本体 */
.contact_form_inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 56px;
    margin: 0;
}

/* 各項目 */
.contact_form_inner div {
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
}

/* 入居予定日・退去日だけ横並び */
.contact_form_inner div:nth-child(8),
.contact_form_inner div:nth-child(9) {
    grid-column: span 1;
}

.contact_form_inner dt,
.contact_form_inner dd {
    width: 100%;
    padding: 0;
    margin: 0;
}

.contact_form_inner dt {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.contact_form_inner dt p,
.contact_form_inner dd p {
    margin: 0;
}

.contact_form_inner dt p {
    font-weight: bold;
}

/* 必須マーク */
.form-required {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 7px;
    background: var(--contact-btn-bg);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    vertical-align: middle;
}

/* 入力欄 */
.contact_form_inner input[type="text"],
.contact_form_inner input[type="email"],
.contact_form_inner input[type="tel"],
.contact_form_inner input[type="date"],
.contact_form_inner select,
.contact_form_inner textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #e5e8ee;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.contact_form_inner input[type="text"],
.contact_form_inner input[type="email"],
.contact_form_inner input[type="tel"],
.contact_form_inner input[type="date"],
.contact_form_inner select {
    min-height: 58px;
    padding: 14px 28px;
}

.contact_form_inner textarea {
    min-height: 80px;
    padding: 18px 28px;
    resize: vertical;
}

/* placeholder */
.contact_form_inner input::placeholder,
.contact_form_inner textarea::placeholder {
    color: #cfcfcf;
}

/* フォーカス */
.contact_form_inner input:focus,
.contact_form_inner select:focus,
.contact_form_inner textarea:focus {
    outline: none;
    border-color: var(--contact-btn-bg);
    box-shadow: 0 0 0 3px rgba(235, 31, 100, 0.12);
}

/* select / option */
.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;
}

.contact_form_confirmation .wpcf7-list-item-label {
    border-bottom: 2px solid var(--color-error);
}

.form_inquiry_type .wpcf7-list-item {
    display: block;
}

.form_inquiry_type label {
    cursor: pointer;
}

.form_inquiry_type input[type="radio"] {
    margin-right: 6px;
}

/* エラー */
#form-error {
    color: var(--color-error) !important;
    font-weight: 700;
}

.field-error,
.wpcf7-not-valid-tip {
    color: var(--color-error) !important;
    font-weight: 500;
    font-size: 14px;
    margin-top: 6px;
}

/* 確認・送信ボタン */
.contact_form_btn_send {
    margin: 70px 0 24px;
    padding: 0 15px;
    text-align: center;
}

.contact_form_btn_send input,
.contact_form_btn_send button {
    min-width: 360px;
    padding: 16px 28px;
    border: none;
    border-radius: 999px;
    background: var(--contact-btn-bg);
    color: var(--color-text-invert);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
}

.contact_form_btn_send input:hover,
.contact_form_btn_send button:hover {
    background: var(--contact-btn-bg-hover);
}

.wpcf7-spinner {
    display: none;
}

/* 送信結果 */
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    border-color: var(--contact-color-blue);
}

.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    border-color: var(--color-error);
    color: var(--color-error);
}

/* 個人情報 */
.wpcf7 form .acceptance-privacy-policy {
    margin-top: 4em;
    padding: 30px;
    background-color: var(--contact-privacy-bg);
    text-align: center;
    font-size: 16px;
}

.wpcf7 form .acceptance-privacy-policy p {
    margin-top: 0;
}

.wpcf7 form .acceptance-privacy-policy a {
    color: var(--contact-color-blue);
    font-weight: 700;
    text-decoration: underline;
}

.wpcf7-list-item {
    margin: 0;
}

.contact-recapcha {
    font-size: 13px;
    margin-top: 80px;
    color: var(--contact-recapcha-text);
}

/* 
=====================================
  確認モーダル
=====================================
*/

/* モーダルの背景 */
#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;
    background: var(--contact-modal-overlay-bg);
}

/* モーダル本体 */
.modal-box {
    width: 90%;
    max-width: 600px;
    padding: 20px;
    position: relative;
    border-radius: 8px;
    margin: auto;
    max-height: 70vh;
    overflow-y: auto;
    background: var(--color-bg-white);
    box-shadow: 0 4px 20px var(--contact-modal-shadow);
}

/* モーダル見出し */
.modal-heading {
    padding: 10px;
    margin: -20px -20px 20px;
    font-size: 18px;
    background: var(--contact-color-blue);
    color: var(--color-text-invert);
}

/* ボタンエリア */
#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;
    box-shadow: var(--contact-btn-shadow);
    transition: background 0.3s ease, transform 0.2s ease;
}

#back-btn {
    background: var(--contact-back-btn-bg);
    color: var(--contact-back-btn-text);
}

#back-btn:hover {
    background: var(--contact-back-btn-bg-hover);
    transform: translateY(-1px);
}

#final-submit-btn {
    background: var(--contact-color-blue);
    color: var(--color-bg-white);
}

#final-submit-btn:hover {
    background: var(--contact-color-blue);
    transform: translateY(-1px);
}

/* 
=====================================
  SP
=====================================
*/

@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 {
        width: 100%;
    }

    .contact_form_inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact_form_inner div,
    .contact_form_inner div:nth-child(8),
    .contact_form_inner div:nth-child(9) {
        grid-column: 1 / -1;
    }

    .contact_form_inner dt {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .contact_form_inner dt p {
        margin-bottom: 0;
    }

    .contact_form_inner dd {
        padding: 0;
    }

    .contact_form_inner dd .wpcf7-text {
        width: 100%;
    }

    .contact_form_inner input[type="text"],
    .contact_form_inner input[type="email"],
    .contact_form_inner input[type="tel"],
    .contact_form_inner input[type="date"],
    .contact_form_inner select {
        min-height: 54px;
        padding: 12px 18px;
        font-size: 16px;
    }

    .contact_form_inner textarea,
    .contact_form_inner textarea.message-area {
        width: 100%;
        padding: 14px 18px;
        box-sizing: border-box;
        font-size: 16px;
    }

    .wpcf7 form .acceptance-privacy-policy {
        padding: 20px;
        font-size: 14px;
        text-align: left;
    }

    .wpcf7-list-item {
        font-size: 14px;
    }

    .contact_form_btn_send {
        margin-top: 48px;
        padding: 0;
    }

    .contact_form_btn_send input,
    .contact_form_btn_send button {
        width: 100%;
        min-width: 0;
    }
}

.grecaptcha-badge {
    z-index: 999999;
    bottom: 90px !important;
}

/* 
=====================================
  プライバシーポリシー
=====================================
*/

.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;
}


@media screen and (max-width: 767px) {
    .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;
    }
}



/* =========================
  物件検索
========================= */

.inazuma-search {
    --inazuma-search-bg: #f7f8fa;
    --inazuma-search-main: #eb1f64;
    --inazuma-search-focus-color: #4b73b9;
    --inazuma-search-focus: rgba(75, 115, 185, 0.16);
    --inazuma-search-title: #020a3d;
    --inazuma-search-text: #333;
    --inazuma-search-label: #2B3A55;
    --inazuma-search-border: #d5dbe3;
    --inazuma-search-placeholder: #9aa3ad;
    --inazuma-search-input-bg: #fff;
    --inazuma-search-button-text: #fff;
    --inazuma-search-radius: 16px;
    --inazuma-search-radius-sp: 12px;
    --inazuma-search-input-radius: 8px;
    --inazuma-search-button-radius: 999px;
    background: var(--inazuma-search-bg);
    border-radius: var(--inazuma-search-radius);
}

.inazuma-search-title {
    color: var(--inazuma-search-title);
}

.inazuma-search-label {
    color: var(--inazuma-search-label);
}

.inazuma-search-input {
    border: 1px solid var(--inazuma-search-border);
    border-radius: var(--inazuma-search-input-radius);
    background: var(--inazuma-search-input-bg);
    color: var(--inazuma-search-text);
}

.inazuma-search-input::placeholder {
    color: var(--inazuma-search-placeholder);
}

.inazuma-search-input:hover {
    border-color: #b8c0cc;
}

.inazuma-search-input:focus {
    border-color: var(--inazuma-search-focus-color);
    outline: none;
    box-shadow: 0 0 0 3px var(--inazuma-search-focus);
}

.inazuma-search-button {
    border-radius: var(--inazuma-search-button-radius);
    background: var(--inazuma-search-main);
    color: var(--inazuma-search-button-text);
}

.inazuma-search-button:hover {
    background: #d81958;
}

@media (max-width: 767px) {
    .inazuma-search {
        border-radius: var(--inazuma-search-radius-sp);
    }
}


/* =========================
  物件一覧エリアボタン
========================= */

.monthly-area-search {
    max-width: 1050px;
    margin: 0 auto 24px;
    padding: 28px 28px 30px;
    background: #f7f8fa;
    border: 1px solid #e5e8ee;
    border-radius: 18px;
    box-sizing: border-box;
    text-align: center;
}

.monthly-area-search-text {
    margin: 0 0 18px;
    color: #020a3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.monthly-area-search-buttons {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.monthly-area-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--color_sub);
    border-radius: 999px;
    background: #fff;
    color: var(--color_sub);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.monthly-area-search-button:hover {
    background: var(--color_sub);
    color: #fff;
    transform: translateY(-2px);
}


/* =========================
  詳細検索ボタン
========================= */

.inazuma-search-details {
    max-width: 1050px;
    margin: 0 auto 40px;
    box-sizing: border-box;
}

.inazuma-search-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-width: 220px;
    margin: 0 auto;
    padding: 13px 28px;
    border-radius: 999px;
    background: var(--color_main);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.inazuma-search-summary::-webkit-details-marker {
    display: none;
}

.inazuma-search-summary::after {
    content: "＋";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.inazuma-search-details[open] .inazuma-search-summary::after {
    content: "－";
}

.inazuma-search-summary:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}

.inazuma-search-details .inazuma-search {
    margin-top: 24px;
}


/* スマホ */
@media screen and (max-width: 767px) {
    .monthly-area-search {
        margin: 0 16px 20px;
        padding: 22px 16px 24px;
        border-radius: 14px;
        text-align: left;
    }

    .monthly-area-search .monthly-area-search-text {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.7;
    }

    .monthly-area-search-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .monthly-area-search-button {
        min-height: 44px;
        padding: 10px;
        font-size: 15px;
    }

    .inazuma-search-details {
        margin: 0 16px 32px;
    }

    .inazuma-search-summary {
        width: 100%;
        min-width: 0;
        padding: 13px 20px;
        font-size: 15px;
    }

    .inazuma-search-details .inazuma-search {
        margin-top: 18px;
    }
}



/* ==============================
  物件詳細ページ：GLightbox表示サイズ調整
============================== */
.glightbox-container .gslide-image img {
    max-width: 80vw !important;
    max-height: 80vh !important;
    object-fit: contain !important;
}