@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 {
    --main-color: #000;
    --sub-color: #fff;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    font-family: "source-han-serif-japanese", serif;
}

.wrap {
    width: 1140px;
    /* 画面幅が狭い環境（14インチノート等）でも横スクロールを出さない */
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

.mw_wp_form_honey {
    display: none !important;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

.p-authorBox .avatar {
    display: inline;
}


/* --------------------------------------------------------------- 
リブランド株式会社 CSS
----------------------------------------------------------------- */

.font_mincho {
    font-style: normal;
    font-family: "source-han-serif-japanese", serif;
}

.font_times {
    /* 英字フォントをロゴに近いPT Sansへ変更（2026/08 指示） */
    font-style: normal;
    font-family: "PT Sans", sans-serif;
}

main {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html.active {
    overflow: hidden;
}

/* 共通部分 (pc) ------------------------------------------------------------------------------------------------------ */

span,
a {
    display: inline-block;
    font-weight: inherit;
}

body figure {
    margin: 0;
}

.common_figure img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_section {
    padding: 120px 0;
}

.common_heading .common_heading_ja {
    font-weight: 300;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.22em;
    text-align: center;
}

.common_heading .common_heading_en {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.common_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: background 0.3s, color 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    width: 320px;
    height: 60px;
    padding-left: 20px;
    border: 1px solid #B29657;
    color: #B29657;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.12em;
    transition: background 0.3s, color 0.3s ease 0s;
}

.common_btn::before {
    -webkit-transition: background 0.3s ease 0s;
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    aspect-ratio: 40/13;
    width: 40px;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_gold.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
}

.common_btn:hover {
    background-color: #B29657;
    color: #FFF;
}

.common_btn:hover::before {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
}

.common_btn.black {
    border: 1px solid #333;
    color: #333;
}

.common_btn.black::before {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
}

.common_btn.black:hover {
    background-color: #333;
    color: #FFF;
}

.common_btn.black:hover::before {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
}

.common_fv {
    margin-top: 100px;
}

.common_fv .common_fv_wrapper {
    position: relative;
    aspect-ratio: 1440/270;
}

.common_fv .common_fv_img,
.common_fv .common_fv_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.common_fv .common_fv_bg {
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0.5)), to(rgba(118, 118, 118, 0)));
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.5) 0%, rgba(118, 118, 118, 0) 100%);
}

.common_fv .wrap {
    height: 100%;
}

.common_fv .common_fv_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: relative;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #FFF;
}

.common_fv .common_fv_heading_ja {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: 0.22em;
}

.common_fv .common_fv_heading_en {
    font-size: 20px;
    text-transform: uppercase;
}

.common_fv_bread {
    /* パンくずと直後のセクションが接触しないよう下余白を確保（2026/08 指摘） */
    margin-top: 15px;
    padding-bottom: 25px;
}

.common_fv_bread .wrap {
    width: 1340px;
}

.common_fv_items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #333;
    font-weight: 400;
    font-size: 13px;
}

.common_fv_items span a span {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #333;
    transition: opacity 0.3s ease 0s;
}

.common_fv_items span a span:hover {
    opacity: 0.7;
}

.common_fv_items span>span {
    text-decoration: underline;
}

.common_form {
    padding: 40px 20px 40px;
    border: 1px solid #333;
}

.common_form .common_heading_ja {
    font-size: 28px;
}

.common_form .form_items {
    margin-top: 10px;
}

.common_form .form_item {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.common_form .form_item::before {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

.common_form .form_lead {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.common_form .form_lists {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.common_form [type=checkbox] {
    visibility: hidden;
    position: absolute;
    right: 0;
    opacity: 0;
}

.common_form [type=checkbox]:checked+.form_text::before {
    border: 1px solid transparent;
    background-color: #B29657;
}

.common_form .form_text {
    position: relative;
    padding-left: 19px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.common_form .form_text::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    aspect-ratio: 1/1;
    width: 14px;
    transform: translateY(-50%);
    border: 1px solid #333;
    content: "";
}

.common_form .form_text::after {
    -webkit-transform: translateY(-50%);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 5px);
    left: 1px;
    aspect-ratio: 2/1;
    width: 12px;
    transform: translateY(-50%);
    transform: rotate(-45deg);
    border: 2px solid #FFF;
    border-top: none;
    border-right: none;
    content: "";
}

.common_form .form_btn {
    display: block;
    margin: 50px auto 0;
    background-color: transparent;
}

.common_form .form_btn:hover {
    background-color: #B29657;
}

.wp-pagenavi {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
    margin: 0 !important;
    padding: 8px 13px !important;
    border: 1px solid #333 !important;
    background-color: transparent;
    color: #333 !important;
    font-size: 16px;
    transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
}

.wp-pagenavi a:hover {
    border: 1px solid transparent !important;
    background-color: #B29657 !important;
    color: #FFF !important;
}

.wp-pagenavi span.current {
    border: 1px solid transparent !important;
    background-color: #B29657;
    color: #FFF !important;
}

#content .c-postThumb__cat,
#content [class*=page-numbers].current,
#content [class*=page-numbers]:hover,
#content .c-widget__title.-side::before,
#content .c-categoryList__link,
#content .post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
    background-color: #B29657;
}

#content .c-categoryList {
    color: #B29657;
}

#content .post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
    border-top: 2px solid #B29657;
    border-bottom: 2px solid #B29657;
}

#content .post_content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
    background: repeating-linear-gradient(90deg, #B29657 0%, #B29657 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
}

#content .p-pnLinks .-prev .p-pnLinks__link {
    border-left: 1.25em solid #B29657;
}

#content .p-pnLinks .-next .p-pnLinks__link {
    border-right: 1.25em solid #B29657;
}

#content .c-secTitle {
    border-left: 2px solid #B29657;
}

/* header (pc) ------------------------------------------------------------------------------------------------------ */

.header {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100px;
    /* 1440px未満の画面でもメニューが折り返さないよう余白を可変化 */
    padding: 0 clamp(24px, 3.5vw, 50px);
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.header .header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}

.header .header_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 200px;
    /* 画面幅が狭くてもロゴが潰れないよう固定幅を維持 */
    flex-shrink: 0;
    transition: opacity 0.3s ease 0s;
}

.header .header_logo:hover {
    opacity: 0.7;
}

.header .header_nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header .header_items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 1440px未満の画面でもメニューが窮屈にならないよう間隔を可変化（1250pxで24px・1440pxで50pxになる線形補間） */
    column-gap: clamp(20px, calc(13.7vw - 147px), 50px);
    align-items: center;
}

.header .header_item.parent  {
    position: relative;
}

.header .header_item.parent:hover .child_menu {
    opacity: 1;
    pointer-events: initial;
}

.header .child_menu {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 27px;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.header .child_menu .in_box {
    background: #dfd7c8;
    padding: 20px;
    width: 200px;
}

.header .child_menu .in_box a {
    font-size: 13px;
    border-bottom: 1px solid;
    display: block;
    padding: .5em;
    position: relative;
}

.header .child_menu .in_box a::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 4px;
    aspect-ratio: 1/1;
    width: 6px;
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid #333;
    border-bottom: none;
    border-left: none;
    content: "";
}

.header .header_item a {
    color: #333;
}

.header .header_item a:hover .header_text_ja::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header .header_text_ja {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    /* 画面幅が狭くてもメニュー文言を折り返さない */
    white-space: nowrap;
}

.header .header_text_ja::before {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -webkit-transform: scale(0);
    -webkit-transform-origin: center left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0);
    transform-origin: center left;
    background-color: #333;
    content: "";
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header .header_text_en {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.header .header_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: background 0.3s, border 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 160/50;
    width: 160px;
    /* 1440px未満の画面でもメニューが窮屈にならないよう間隔を可変化（1250pxで48px・1440pxで90pxになる線形補間） */
    margin-left: clamp(48px, calc(22.1vw - 228px), 90px);
    padding-top: 3px;
    border: 1px solid #B29657;
    color: #B29657;
    transition: background 0.3s, border 0.3s ease 0s;
}

.header .header_contact::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -40px;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
    background-color: #333;
    content: "";
}

.header .header_contact:hover {
    border: 1px solid transparent;
    background-color: #B29657;
    color: #FFF;
}

.header .header_contact_ja {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}

.header .header_contact_en {
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.header .header_tel,
.header .header_mail {
    display: none;
}

/* footer (pc) ------------------------------------------------------------------------------------------------------ */

.footer {
    padding-top: 110px;
    background-color: #B29657;
}

.footer .footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 250px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_logo:hover {
    opacity: 0.7;
}

.footer .footer_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: background 0.3s, border 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 220/50;
    width: 220px;
    margin-top: 140px;
    padding-top: 3px;
    border: 1px solid #FFF;
    color: #FFF;
    transition: background 0.3s, border 0.3s ease 0s;
}

.footer .footer_contact:hover {
    /* 背景がゴールドになったため、ホバーは白背景＋ゴールド文字に変更 */
    border: 1px solid transparent;
    background-color: #FFF;
    color: #B29657;
}

.footer .footer_contact_ja {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}

.footer .footer_contact_en {
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.footer .footer_tel {
    margin-top: 30px;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.footer .footer_tel span {
    margin-left: 3px;
    font-size: 24px;
}

.footer .footer_time {
    color: #FFF;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.04em;
}

.footer .footer_address {
    margin-top: 30px;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.footer .footer_items {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 80px;
    margin-right: 80px;
    margin-left: auto;
}

.footer .footer_link {
    -webkit-transition: opacity 0.3s ease 0s;
    display: block;
    color: #FFF;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_link:hover {
    opacity: 0.7;
}

.footer .footer_link+.footer_link {
    margin-top: 30px;
}

.footer .footer_text_en {
    /* 英語と日本語の大きさを入れ替え（2026/08 指示） */
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.footer .footer_text_ja {
    /* 英語と日本語の大きさを入れ替え（日本語メイン・そのまま30pxだと大きすぎるため20pxに調整） */
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.footer .footer_bottom {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 60px;
    border-top: 1px solid #FFF;
}

.footer .footer_copy {
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
}

.footer .footer_copy small {
    font-size: 100%;
}

.footer .footer_outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.footer .footer_others {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 14px;
    margin-left: auto;
}

.footer .footer_other {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.04em;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_other:hover {
    opacity: 0.7;
}

.footer .footer_other:not(:first-child) {
    position: relative;
}

.footer .footer_other:not(:first-child)::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -7px;
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
    background-color: #FFF;
    content: "";
}

.footer .footer_others_sp {
    display: none;
}

/* loading (pc) -------------------------------------------------------------------------------------------------------------------- */

.loading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: var(--sub-color, #FFF);
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.loading.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loading .loading_logo {
    width: 300px;
}

.loading .loading_logo .loading_logo_svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.loading .loading_logo .loading_logo_svg .loading_logo_text .loading_logo_letter {
    fill: transparent;
    stroke: #070304;
    stroke-width: 1.5;
}

.loading .loading_logo .loading_logo_svg .loading_logo_text .loading_logo_letter.is-filled {
    fill: #070304;
}

.loading .loading_logo .loading_logo_svg .loading_logo_mark {
    -webkit-transition: opacity 0.7s ease;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.loading .loading_logo .loading_logo_svg .loading_logo_mark.is-inview {
    opacity: 1;
}

.loading .loading_logo .loading_logo_svg .loading_logo_mark .loading_logo_mark_path {
    fill: #1a1311;
}

/* top_fv (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_fv {
    z-index: 0;
    position: relative;
    margin-top: 100px;
    height: calc(100vh - 100px);
    overflow: hidden;
}

.top_fv::after {
    z-index: 1;
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0.5)), to(rgba(118, 118, 118, 0)));
    background: linear-gradient(91deg, rgba(51, 51, 51, 0.5) 0%, rgba(118, 118, 118, 0) 100%);
    content: "";
}

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

.top_fv .fv_slider .slick-list,
.top_fv .fv_slider .slick-track,
.top_fv .fv_slider .fv_slider_item {
    height: 100%;
}

.top_fv .fv_slider .fv_slider_item .fv_slider_pic {
    display: block;
    height: 100%;
}

.top_fv .fv_slider .fv_slider_item .fv_slider_pic .fv_slider_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_fv .wrap.lr {
    z-index: 2;
    position: relative;
    height: 100%;
}

.top_fv .fv_catch {
    -webkit-transform: translateY(-50%);
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.top_fv .fv_catch .fv_catch_text {
    display: block;
}

.top_fv .fv_catch .fv_catch_text .fv_catch_text_svg {
    display: block;
    width: 530px;
    height: auto;
}

.top_fv .fv_catch .fv_catch_text--sp {
    display: none;
}

.top_fv .fv_catch .fv_catch_deco {
    width: 540px;
    margin-top: 10px;
}

.top_fv .fv_catch .fv_catch_deco .fv_catch_deco_img {
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1.2s ease;
    display: block;
    width: 100%;
    height: auto;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.2s ease;
}

.top_fv .fv_catch .fv_catch_deco .fv_catch_deco_img.is-inview {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.top_fv .fv_catch .fv_catch_deco .fv_catch_deco_img--sp {
    display: none;
}

.top_fv .fv_bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    align-items: center;
    justify-content: space-between;
}

.top_fv .fv_bottom .fv_copyright {
    margin: 0;
    color: var(--sub-color, #FFF);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.top_fv .fv_bottom .slick-dots {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    align-items: center;
}

.top_fv .fv_bottom .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 20px;
}

.top_fv .fv_bottom .slick-dots li button {
    position: relative;
    width: 12px;
    height: 12px;
    padding: 0;
}

.top_fv .fv_bottom .slick-dots li button:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid var(--sub-color, #FFF);
    border-radius: 50%;
    background: #FFF;
    content: "";
    opacity: 1;
    transition: transform 0.3s ease;
}

.top_fv .fv_bottom .slick-dots li button:after {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0.5);
    border: 1px solid #FFF;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.top_fv .fv_bottom .slick-dots li.slick-active button:before {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
}

.top_fv .fv_bottom .slick-dots li.slick-active button:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* top_banner (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_banner {
    padding-top: 30px;
}

/* 画面幅いっぱいだと1枚が大きくなるため、3枚並びの領域を1200pxに収める（1枚380×190px） */
.top_banner .top_banner_swiper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.top_banner .swiper-slide {
    -webkit-transition: opacity 0.3s ease 0s;
    aspect-ratio: 640/320;
    transition: opacity 0.3s ease 0s;
}

.top_banner .swiper-slide:hover {
    opacity: 0.7;
}

.top_banner .swiper-slide.banner_item_nolink:hover {
    opacity: 1;
}

/* top_purchase (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_purchase {
    position: relative;
    padding-top: 110px;
    padding-bottom: 130px;
}

.top_purchase::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: calc(50% + 480px);
    aspect-ratio: 868/185;
    width: 868px;
    transform: translateX(-50%);
    background-image: url(/wp-content/themes/swell_child/image/top_purchase_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_purchase .wrap {
    width: 1340px;
}

/* 左右にカードが見切れないよう、バナーと同じ1200pxの領域に3枚（1枚380px）を収める */
.top_purchase .top_purchase_swiper {
    max-width: 1200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}

.top_purchase .swiper-slide {
    width: 380px;
    color: #333;
}

.top_purchase .swiper-slide:hover .purchase_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top_purchase .swiper-slide:hover .purchase_btn {
    background-color: #FFF;
    color: #333;
}

.top_purchase .purchase_img {
    aspect-ratio: 360/190;
    overflow: hidden;
}

.top_purchase .purchase_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_purchase .purchase_body {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.top_purchase .purchase_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.12em;
}

.top_purchase .purchase_items {
    margin-top: auto;
}

.top_purchase .purchase_item {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 20px;
    padding: 8px 0;
    border-bottom: 1px dashed #C6C6C6;
}

.top_purchase .purchase_item dt {
    margin-top: 3px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.top_purchase .purchase_item dd {
    font-weight: 400;
    font-weight: 400;
    font-size: 14px;
}

.top_purchase .purchase_item.price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_purchase .purchase_item.price dt {
    margin-top: 0;
}

.top_purchase .purchase_item.price dd {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.top_purchase .purchase_item.price dd span {
    margin-right: 3px;
    font-weight: 400;
    font-size: 33px;
    line-height: 1;
}

.top_purchase .purchase_btn {
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    border: 1px solid #333;
    background-color: #333;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
}

.top_purchase .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.top_purchase .swiper-pagination-bullet {
    -webkit-transition: color 0.3s ease 0s, -webkit-transform 0.3s;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 !important;
    border-radius: 50%;
    background-color: #EFE3CA;
    opacity: 1;
    transition: color 0.3s ease 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, color 0.3s ease 0s;
    transition: transform 0.3s, color 0.3s ease 0s, -webkit-transform 0.3s;
}

.top_purchase .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #B29657;
}

.top_purchase .purchase_link {
    margin: 50px auto 0;
}

/* top_model (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_model {
    padding: 130px 0 100px;
    background-color: #F7F6F1;
}

.top_model .common_heading_ja,
.top_model .common_heading_en {
    z-index: 10;
    position: relative;
    text-align: center;
}

/* 分譲地情報と同じコンテンツ幅にする（スライダーは下記で1200pxに収める） */
.top_model .wrap {
    width: 1340px;
}

/* 分譲地情報と揃えて、1200pxの領域にカード3枚（1枚380px）を見切れなしで並べる */
.top_model .top_model_swiper {
    position: relative;
    max-width: 1200px;
    margin: 30px auto 0;
    padding-bottom: 110px;
}

.top_model .swiper-slide {
    width: 380px;
    color: #333;
}

.top_model .model_img {
    aspect-ratio: 360/190;
}

.top_model .model_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-top: 15px;
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.top_model .model_text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.07em;
}

/* 矢印とカウンターはスライダー下部の中央にまとめる */
/* swiper側の margin-top:-22px と親テーマの translateY(-50%) を打ち消してから位置を決める */
.top_model .swiper-button-prev,
.top_model .swiper-button-next {
    -webkit-transform: none;
    -webkit-transition: opacity 0.3s ease 0s;
    top: auto;
    bottom: 25px;
    width: 60px;
    height: 60px;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    transform: none;
    transition: opacity 0.3s ease 0s;
}

.top_model .swiper-button-prev:hover,
.top_model .swiper-button-next:hover {
    opacity: 0.7;
}

.top_model .swiper-button-prev::before,
.top_model .swiper-button-next::before {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/swell_child/image/top_model_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_model .swiper-button-prev::after,
.top_model .swiper-button-next::after {
    display: none;
}

.top_model .swiper-button-prev {
    left: calc(50% - 130px);
}

.top_model .swiper-button-next {
    left: calc(50% + 70px);
}

.top_model .swiper-button-next::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.top_model .swiper-pagination {
    -webkit-transform: translateX(-50%);
    top: auto;
    bottom: 38px;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-50%);
    font-style: italic;
    font-size: 20px;
}

.top_model .model_btn {
    z-index: 10;
    position: relative;
    width: 280px;
    margin-top: -60px;
}

/* top_works (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_works {
    position: relative;
    padding: 120px 0 140px;
}

.top_works::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: calc(50% - 500px);
    aspect-ratio: 456/255;
    width: 456px;
    transform: translateX(-50%);
    background-image: url(/wp-content/themes/swell_child/image/top_works_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_works .works_text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-align: center;
}

.top_works .works_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 270px);
    column-gap: 20px;
    margin-top: 30px;
}

.top_works .works_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #333;
}

.top_works .works_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.top_works .works_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_works .works_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top_works .works_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.top_works .works_data {
    margin-top: auto;
    font-style: italic;
    font-size: 13px;
}

.top_works .works_btn {
    margin: 60px auto 0;
}

/* top_plan (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_plan {
    position: relative;
    padding: 100px 0;
    background-color: #F8F8F8;
}

.top_plan::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: -60px;
    left: calc(50% + 450px);
    aspect-ratio: 646/375;
    width: 646px;
    transform: translateX(-50%);
    background-image: url(/wp-content/themes/swell_child/image/top_plan_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_plan .plan_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 560px);
    column-gap: 20px;
    margin-top: 30px;
}

.top_plan .plan_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 560/250;
    padding: 30px;
}

.top_plan .plan_item::before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
    background: linear-gradient(rgba(51, 51, 51, 0) 0%, #333 100%);
    content: "";
}

.top_plan .plan_item:hover .plan_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top_plan .plan_item.plan_item_nolink:hover .plan_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top_plan .plan_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_plan .plan_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_plan .plan_title {
    z-index: 10;
    position: relative;
    color: #FFF;
    font-size: 32px;
    text-transform: uppercase;
}

.top_plan .plan_title span {
    -webkit-transform: translateY(-3px);
    margin-left: 8px;
    transform: translateY(-3px);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.18em;
}

.top_plan .plan_text {
    z-index: 10;
    position: relative;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.18em;
}

/* top_concept (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_concept {
    position: relative;
    padding-top: 150px;
}

.top_concept::before {
    -webkit-transform: translateX(-50%);
    z-index: -10;
    position: absolute;
    top: 195px;
    left: calc(50% - 360px);
    aspect-ratio: 720/428;
    width: 720px;
    transform: translateX(-50%);
    background-image: url(/wp-content/themes/swell_child/image/top_concept_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_concept .concept_wrapper {
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    display: grid;
    grid-template-columns: 300px 1fr;
    column-gap: 90px;
    padding-bottom: 130px;
    border-bottom: 1px solid #333;
}

.top_concept .common_heading_ja,
.top_concept .common_heading_en {
    text-align: left;
}

.top_concept .common_heading_ja {
    font-size: 36px;
    letter-spacing: 0.13em;
}

.top_concept .concept_lead {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.13em;
}

.top_concept .concept_text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.07em;
}

.top_concept .concept_text+.concept_text {
    margin-top: 20px;
}

.top_concept .concept_btn {
    margin-top: 60px;
}

/* top_review (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_review {
    padding: 100px 0 120px;
}

.top_review .common_heading_ja,
.top_review .common_heading_en {
    text-align: left;
}

.top_review .review_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.top_review .review_message {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.12em;
}

.top_review .review_btn {
    margin-left: auto;
}

.top_review .review_items {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 370px);
    column-gap: 15px;
    margin-top: 35px;
}

.top_review .review_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333;
}

.top_review .review_item:hover .review_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top_review .review_item:hover .review_text span {
    background-size: 100% 1px;
}

.top_review .review_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 370/230;
    overflow: hidden;
}

.top_review .review_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_review .review_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top_review .review_data {
    margin-top: 15px;
    font-style: italic;
    font-size: 13px;
}

.top_review .review_text {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.top_review .review_text span {
    -webkit-transition: background 0.3s ease 0s;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background: linear-gradient(#333, #333);
    background-position: bottom left;
    background-size: 0 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background 0.3s ease 0s;
}

.top_review .review_title {
    margin-top: auto;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.03em;
}

/* top_listing (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_listing {
    padding: 100px 0;
    background-color: #F7F6F1;
}

.top_listing .listing_items {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 360px);
    column-gap: 30px;
    margin-top: 30px;
}

.top_listing .listing_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333;
}

.top_listing .listing_item:hover .listing_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.top_listing .listing_item:hover .listing_btn {
    background-color: #FFF;
    color: #333;
}

.top_listing .listing_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 360/190;
    overflow: hidden;
}

.top_listing .listing_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

/* 建売カードを分譲地カードと同じ体裁に揃える（2026/09/04 指示） */
.top_listing .listing_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-direction: column;
    -ms-flex-positive: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 420px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.top_listing .listing_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

.top_listing .listing_specs {
    margin-top: auto;
}

.top_listing .listing_spec {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 20px;
    padding: 8px 0;
    border-bottom: 1px dashed #C6C6C6;
}

.top_listing .listing_spec dt {
    margin-top: 3px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.top_listing .listing_spec dd {
    font-weight: 400;
    font-size: 14px;
}

.top_listing .listing_spec.price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_listing .listing_spec.price dt {
    margin-top: 0;
}

.top_listing .listing_spec.price dd {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.top_listing .listing_spec.price dd span {
    margin-right: 3px;
    font-weight: 400;
    font-size: 33px;
    line-height: 1;
}

.top_listing .listing_btn {
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    border: 1px solid #333;
    background-color: #333;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
}

.top_listing .listing_link {
    margin: 50px auto 0;
}

/* top_event_report (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_event_report {
    position: relative;
    padding: 140px 0;
}

.top_event_report::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: -120px;
    left: calc(50% + 450px);
    aspect-ratio: 540/353;
    width: 540px;
    transform: translateX(-50%);
    background-image: url(/wp-content/themes/swell_child/image/top_news_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_event_report .event_report_wrapper {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 550px);
    column-gap: 40px;
}

.top_event_report .event_report_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.top_event_report .event_report_heading_ja {
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0.23em;
}

.top_event_report .event_report_heading_en {
    -webkit-transition: opacity 0.3s ease 0s;
    z-index: 10;
    position: relative;
    color: #333;
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    transition: opacity 0.3s ease 0s;
}

.top_event_report .event_report_heading_en:hover {
    opacity: 0.7;
}

.top_event_report .event_report_itmes {
    margin-top: 30px;
}

.top_event_report .event_report_itme:hover .event_report_title {
    color: #B29657;
}

.top_event_report .event_report_itme {
    display: block;
    color: #333;
}

.top_event_report .event_report_itme+.event_report_itme {
    margin-top: 20px;
}

.top_event_report .event_report_cat {
    padding-left: 10px;
    font-style: italic;
    font-size: 13px;
}

.top_event_report .event_report_cat::first-letter {
    text-transform: uppercase;
}

.top_event_report .event_report_title {
    -webkit-box-orient: vertical;
    -webkit-transition: color 0.3s ease 0s;
    display: -webkit-box;
    position: relative;
    -webkit-line-clamp: 1;
    margin-top: 3px;
    padding-right: 50px;
    padding-left: 10px;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    transition: color 0.3s ease 0s;
}

.top_event_report .event_report_title::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    aspect-ratio: 1/1;
    width: 10px;
    transform: translateY(-50%) rotate(45deg);
    border: 2px solid #333;
    border-bottom: none;
    border-left: none;
    content: "";
}

.top_event_report .event_report_time {
    display: block;
    margin-top: 12px;
    padding-top: 3px;
    padding-left: 10px;
    border-top: 1px solid #333;
    font-style: italic;
    font-size: 13px;
}

/* page_about (pc) ------------------------------------------------------------------------------------------------------ */

#page_about .concept {
    padding: 120px 0 80px;
}

#page_about .concept .concept_message {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_about .concept .concept_items {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    margin-top: 30px;
}

#page_about .concept .concept_item {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_about .concept .concept_item:nth-child(2) .concept_img img {
    height: 80%;
}

#page_about .concept .concept_img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 0 auto;
}

#page_about .concept .concept_img img {
    width: auto;
    height: 100%;
}

#page_about .concept .concept_lead {
    margin-top: 20px;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_about .concept .concept_text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_about .strength {
    padding: 80px 0;
    background-color: #F7F6F1;
}

#page_about .strength .strength_items {
    -webkit-column-gap: 3.5%;
    -moz-column-gap: 3.5%;
    display: grid;
    grid-template-columns: repeat(3, 31%);
    column-gap: 3.5%;
    margin-top: 30px;
}

#page_about .strength .strength_title {
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_about .strength .strength_text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.05em;
}

#page_about .flow {
    padding: 80px 0 120px;
}

#page_about .flow .flow_items {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    column-gap: 5%;
    row-gap: 40px;
    margin-top: 30px;
}

#page_about .flow .flow_item {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_about .flow .flow_item::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -40px;
    aspect-ratio: 2/3;
    width: 20px;
    transform: translateY(-50%);
    background-color: #B29657;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#page_about .flow .flow_item:last-child::before,
#page_about .flow .flow_item:nth-child(3)::before {
    display: none;
}

#page_about .flow .flow_number {
    font-weight: 500;
    text-transform: uppercase;
}

#page_about .flow .flow_img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin: 10px auto 0;
}

#page_about .flow .flow_img img {
    width: auto;
    height: 100%;
}

#page_about .flow .flow_title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_about .flow .flow_text {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
}

/* page_works (pc) ------------------------------------------------------------------------------------------------------ */

#page_works .works_text {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_works .works_search {
    -webkit-transition: color 0.3s ease 0s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease 0s;
    background-color: #F7F6F1;
    width: fit-content;
    padding: 10px 30px;

}

#page_works .works_search::before {
    aspect-ratio: 1/1;
    width: 30px;
    margin-right: 10px;
    background-image: url(/wp-content/themes/swell_child/image/works_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
}

#page_works .works_search:hover {
    color: #B29657;
}

#page_works .works_search:hover::before {
    background-image: url(/wp-content/themes/swell_child/image/works_icon_hover.svg);
}

#page_works .works_modal {
    -webkit-transform: translate(-50%, -50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(51, 51, 51, 0.9);
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

#page_works .works_modal.is_active {
    visibility: visible;
    opacity: 1;
}

#page_works .works_cat {
    padding: 20px 50px 10px;
    border: 1px solid #FFF;
}

#page_works .cat_lead {
    color: #FFF;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#page_works .cat_items {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    column-gap: 80px;
    row-gap: 30px;
    margin-top: 40px;
}

#page_works .cat_item {
    -webkit-transition: opacity 0.3s ease 0s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    transition: opacity 0.3s ease 0s;
}

#page_works .cat_item:hover {
    opacity: 0.7;
}

#page_works .works_items {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 20px;
    margin-top: 50px;
}

#page_works .works_img {
    aspect-ratio: 5/4;
}

#page_works .cat_close {
    -webkit-transition: opacity 0.3s ease 0s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.3s ease 0s;
}

#page_works .cat_close:hover {
    opacity: 0.7;
}

#page_works .works_title {
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

/* page_model (pc) ------------------------------------------------------------------------------------------------------ */

#page_model .model .mode_lead {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_model .model .model_message {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_model .model .model_box {
    max-width: 800px;
    margin: 40px auto 0;
    padding: 40px 30px;
    border: 1px solid #333;
}

#page_model .model .box_item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 150px 1fr;
    column-gap: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #F7F6F1;
}

#page_model .model .box_item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

#page_model .model .box_item dt {
    font-weight: 500;
    font-size: 16px;
}

#page_model .model .box_item dd {
    font-weight: 400;
    font-size: 16px;
}

#page_model .model .model_btn {
    margin: 50px auto 0;
}

#page_model .model .model_items {
    margin-top: 100px;
}

#page_model .model .model_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: grid;
    grid-template-columns: 500px 1fr;
    column-gap: 50px;
    align-items: center;
}

#page_model .model .model_item:nth-child(2n) {
    grid-template-columns: 1fr 500px;
}

#page_model .model .model_item:nth-child(2n) .model_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#page_model .model .model_item+.model_item {
    margin-top: 50px;
}

#page_model .model .model_img {
    aspect-ratio: 10/7;
}

#page_model .model .model_number {
    color: #B29657;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#page_model .model .model_title {
    margin-top: 10px;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#page_model .model .model_text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.05em;
}

/* page_review_archive (pc) ------------------------------------------------------------------------------------------------------ */

#page_review_archive .review .review_items {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 370px);
    column-gap: 15px;
    row-gap: 50px;
    margin-top: 35px;
}

#page_review_archive .review .review_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333;
}

#page_review_archive .review .review_item:hover .review_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#page_review_archive .review .review_item:hover .review_text span {
    background-size: 100% 1px;
}

#page_review_archive .review .review_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 370/230;
    overflow: hidden;
}

#page_review_archive .review .review_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

#page_review_archive .review .review_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#page_review_archive .review .review_data {
    margin-top: 15px;
    font-style: italic;
    font-size: 13px;
}

#page_review_archive .review .review_text {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

#page_review_archive .review .review_text span {
    -webkit-transition: background 0.3s ease 0s;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background: linear-gradient(#333, #333);
    background-position: bottom left;
    background-size: 0 1px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background 0.3s ease 0s;
}

#page_review_archive .review .review_title {
    margin-top: auto;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.03em;
}

/* page_review_single (pc) ------------------------------------------------------------------------------------------------------ */

#page_review_single .review .review_lead {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_review_single .review .review_wrapper {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 4%;
    margin-top: 30px;
}

#page_review_single .review .review_img {
    aspect-ratio: 5/4;
}

#page_review_single .review .review_items {
    margin-top: 30px;
}

#page_review_single .review .review_item {
    position: relative;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

#page_review_single .review .review_item::before {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

#page_review_single .review .review_q,
#page_review_single .review .review_a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}

#page_review_single .review .review_q span,
#page_review_single .review .review_a span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #B29657;
    color: #FFF;
    font-weight: 700;
    font-size: 21px;
}

#page_review_single .review .review_a {
    margin-top: 20px;
}

#page_review_single .review .review_btn {
    margin: 60px auto 0;
}

/* page_property (pc) ------------------------------------------------------------------------------------------------------ */

#page_property .property .property_tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 80px;
    justify-content: center;
}

#page_property .property .property_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: background 0.3s, color 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    border: 1px solid #B29657;
    color: #B29657;
    font-size: 18px;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.3s, color 0.3s ease 0s;
}

#page_property .property .property_tab.current {
    background-color: #B29657;
    color: #FFF;
}

#page_property .property .property_tab:hover {
    background-color: #B29657;
    color: #FFF;
}

#page_property .property.common_section {
    /* H1直下の物件写真がファーストビューで見切れないよう上余白を圧縮（2026/08 指示） */
    padding-top: 30px;
}

#page_property .property .property_contents {
    margin-top: 24px;
}

/* 検索フォームを右サイドに置く2カラム構成（2026/08 指示） */
#page_property .property .purchase .purchase_wrapper {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists {
    flex-grow: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
}

#page_property .property .listing .listing_wrapper {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}

#page_property .property .listing .listing_wrapper .listing_items {
    flex-grow: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    margin-top: 0;
}

#page_property .property .property_side {
    flex-shrink: 0;
    width: 300px;
}
/* 3列化に合わせてカード内を調整（2026/08 指摘：価格の上に余白が溜まる） */
#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_body {
    min-height: 0;
    padding: 16px;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_title {
    margin-bottom: 14px;
    font-size: 15px;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_items {
    margin-top: 0;
    margin-bottom: 16px;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_item {
    grid-template-columns: 52px 1fr;
    column-gap: 10px;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_item dt {
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_item dd {
    font-size: 13px;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_item.price dd {
    font-size: 15px;
}

/* カード高さを揃え、ボタンをカード下端に固定（ボタン上の最低余白は purchase_items の margin-bottom で担保） */
#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_img {
    flex-shrink: 0;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_body {
    flex-grow: 1;
}

#page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_btn {
    margin-top: auto;
}


/* 物件が0件のとき */
#page_property .property .property_none {
    grid-column: 1 / -1;
    padding: 60px 20px;
    background-color: #FAFAFA;
    border: 1px dashed #D5D5D5;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
}

/* サイド表示用にフォームをコンパクト化 */
#page_property .property .property_side .common_form {
    margin-top: 0;
    padding: 24px 16px;
}

#page_property .property .property_side .common_form .common_heading_ja {
    font-size: 20px;
}

#page_property .property .property_side .common_form .form_item {
    padding: 12px 5px;
}

#page_property .property .property_side .common_form .form_lead {
    font-size: 14px;
}

#page_property .property .property_side .common_form .form_lists {
    column-gap: 14px;
    row-gap: 8px;
}

#page_property .property .property_side .common_form .form_text {
    font-size: 13px;
}

#page_property .property .property_side .common_form .form_btn {
    width: 100%;
    margin-top: 24px;
}

#page_property .property .purchase {
    display: none;
}

#page_property .property .purchase.current {
    display: block;
}

#page_property .property .purchase .purchase_lists {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 30px;
}

#page_property .property .purchase .purchase_list {
    color: #333;
}

#page_property .property .purchase .purchase_list:hover .purchase_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#page_property .property .purchase .purchase_list:hover .purchase_btn {
    background-color: #FFF;
    color: #333;
}

#page_property .property .purchase .purchase_img {
    aspect-ratio: 360/190;
    overflow: hidden;
}

#page_property .property .purchase .purchase_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

#page_property .property .purchase .purchase_body {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_property .property .purchase .purchase_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.12em;
}

#page_property .property .purchase .purchase_items {
    margin-top: auto;
}

#page_property .property .purchase .purchase_item {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 20px;
    padding: 8px 0;
    border-bottom: 1px dashed #C6C6C6;
}

#page_property .property .purchase .purchase_item dt {
    margin-top: 3px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

#page_property .property .purchase .purchase_item dd {
    font-weight: 400;
    font-weight: 400;
    font-size: 14px;
}

#page_property .property .purchase .purchase_item.price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page_property .property .purchase .purchase_item.price dt {
    margin-top: 0;
}

#page_property .property .purchase .purchase_item.price dd {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_property .property .purchase .purchase_item.price dd span {
    margin-right: 3px;
    font-weight: 400;
    font-size: 33px;
    line-height: 1;
}

#page_property .property .purchase .purchase_btn {
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    border: 1px solid #333;
    background-color: #333;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
}

#page_property .property .listing {
    display: none;
}

#page_property .property .listing.current {
    display: block;
}

#page_property .property .listing .listing_items {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 360px);
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 30px;
}

#page_property .property .listing .listing_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #333;
}

#page_property .property .listing .listing_item:hover .listing_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#page_property .property .listing .listing_item:hover .listing_btn {
    background-color: #FFF;
    color: #333;
}

#page_property .property .listing .listing_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 360/190;
    overflow: hidden;
}

#page_property .property .listing .listing_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

/* 建売カードを分譲地カードと同じ体裁に揃える（2026/09/04 指示） */
#page_property .property .listing .listing_item {
    height: 100%;
}

#page_property .property .listing .listing_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-direction: column;
    -ms-flex-positive: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_property .property .listing .listing_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 14px;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

#page_property .property .listing .listing_specs {
    margin-bottom: 16px;
}

#page_property .property .listing .listing_spec {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #C6C6C6;
}

#page_property .property .listing .listing_spec dt {
    margin-top: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
}

#page_property .property .listing .listing_spec dd {
    font-weight: 400;
    font-size: 13px;
}

#page_property .property .listing .listing_spec.price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page_property .property .listing .listing_spec.price dt {
    margin-top: 0;
}

#page_property .property .listing .listing_spec.price dd {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

#page_property .property .listing .listing_spec.price dd span {
    margin-right: 3px;
    font-weight: 400;
    font-size: 33px;
    line-height: 1;
}

#page_property .property .listing .listing_btn {
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
    width: 100%;
    margin-top: auto;
    padding: 10px 0;
    border: 1px solid #333;
    background-color: #333;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
}

#page_property .property .common_form {
    margin-top: 60px;
}

/* page_property_result (pc) ------------------------------------------------------------------------------------------------------ */

#page_property_result .property {
    padding: 80px 0 120px;
}

#page_property_result .property .resurt .result_number {
    font-size: 18px;
}

#page_property_result .property .resurt .result_number span {
    margin-right: 5px;
    color: #B29657;
    font-size: 40px;
}

#page_property_result .property .resurt .result_items {
    margin-top: 20px;
}

#page_property_result .property .resurt .result_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 130px 1fr;
    column-gap: 20px;
    align-items: flex-start;
}

#page_property_result .property .resurt .result_item+.result_item {
    margin-top: 10px;
}

#page_property_result .property .resurt .result_lead {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B29657;
    color: #B29657;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_property_result .property .resurt .result_lists {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

#page_property_result .property .resurt .result_list {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_property_result .property .listing {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 360px);
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 50px;
}

#page_property_result .property .listing .listing_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #333;
}

#page_property_result .property .listing .listing_item:hover .listing_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#page_property_result .property .listing .listing_item:hover .listing_btn {
    background-color: #FFF;
    color: #333;
}

#page_property_result .property .listing .listing_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 360/190;
    overflow: hidden;
}

#page_property_result .property .listing .listing_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

/* 建売カードを分譲地カードと同じ体裁に揃える（2026/09/04 指示） */
#page_property_result .property .listing .listing_item {
    height: 100%;
}

#page_property_result .property .listing .listing_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-direction: column;
    -ms-flex-positive: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_property_result .property .listing .listing_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 14px;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

#page_property_result .property .listing .listing_specs {
    margin-bottom: 16px;
}

#page_property_result .property .listing .listing_spec {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #C6C6C6;
}

#page_property_result .property .listing .listing_spec dt {
    margin-top: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
}

#page_property_result .property .listing .listing_spec dd {
    font-weight: 400;
    font-size: 13px;
}

#page_property_result .property .listing .listing_spec.price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page_property_result .property .listing .listing_spec.price dt {
    margin-top: 0;
}

#page_property_result .property .listing .listing_spec.price dd {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

#page_property_result .property .listing .listing_spec.price dd span {
    margin-right: 3px;
    font-weight: 400;
    font-size: 33px;
    line-height: 1;
}

#page_property_result .property .listing .listing_btn {
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
    width: 100%;
    margin-top: auto;
    padding: 10px 0;
    border: 1px solid #333;
    background-color: #333;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
}

/* 検索結果ページの分譲地カードはCSSが未定義だったため、建売カードと同じ体裁を定義（2026/09/04） */
#page_property_result .property .purchase .purchase_lists {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 360px);
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 50px;
}

#page_property_result .property .purchase .purchase_lists .purchase_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333;
}

#page_property_result .property .purchase .purchase_lists .purchase_list:hover .purchase_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#page_property_result .property .purchase .purchase_lists .purchase_list:hover .purchase_btn {
    background-color: #FFF;
    color: #333;
}

#page_property_result .property .purchase .purchase_lists .purchase_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 360/190;
    overflow: hidden;
}

#page_property_result .property .purchase .purchase_lists .purchase_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

#page_property_result .property .purchase .purchase_lists .purchase_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-direction: column;
    -ms-flex-positive: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#page_property_result .property .purchase .purchase_lists .purchase_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 14px;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

#page_property_result .property .purchase .purchase_lists .purchase_items {
    margin-bottom: 16px;
}

#page_property_result .property .purchase .purchase_lists .purchase_item {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 10px;
    padding: 8px 0;
    border-bottom: 1px dashed #C6C6C6;
}

#page_property_result .property .purchase .purchase_lists .purchase_item dt {
    margin-top: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
}

#page_property_result .property .purchase .purchase_lists .purchase_item dd {
    font-weight: 400;
    font-size: 13px;
}

#page_property_result .property .purchase .purchase_lists .purchase_item.price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page_property_result .property .purchase .purchase_lists .purchase_item.price dt {
    margin-top: 0;
}

#page_property_result .property .purchase .purchase_lists .purchase_item.price dd {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

#page_property_result .property .purchase .purchase_lists .purchase_item.price dd span {
    margin-right: 3px;
    font-weight: 400;
    font-size: 33px;
    line-height: 1;
}

#page_property_result .property .purchase .purchase_lists .purchase_btn {
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
    width: 100%;
    margin-top: auto;
    padding: 10px 0;
    border: 1px solid #333;
    background-color: #333;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    transition: background 0.3s, color 0.3s, border 0.3s ease 0s;
}

#page_property_result .property .listing_none {
    margin-top: 50px;
    font-weight: 500;
    font-size: 18px;
}

#page_property_result .property .common_form {
    margin-top: 60px;
}

/* page_land (pc) ------------------------------------------------------------------------------------------------------ */

#page_land .mv {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 4%;
    align-items: center;
    margin-top: 20px;
}

#page_land .mv .mv_wrapper {
    position: relative;
}

#page_land .mv .mv_img {
    aspect-ratio: 10/7;
}

#page_land .mv .swiper-button-prev,
#page_land .mv .swiper-button-next {
    -webkit-transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease 0s;
    top: 50%;
    right: auto;
    width: 50px;
    height: 50px;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #B29657;
    transition: opacity 0.3s ease 0s;
}

#page_land .mv .swiper-button-prev::after,
#page_land .mv .swiper-button-next::after {
    display: none;
}

#page_land .mv .swiper-button-prev::before,
#page_land .mv .swiper-button-next::before {
    position: absolute;
    aspect-ratio: 1/1;
    width: 12px;
    border: 2px solid #FFF;
    border-top: none;
    border-left: none;
    content: "";
}

#page_land .mv .swiper-button-prev:hover,
#page_land .mv .swiper-button-next:hover {
    opacity: 0.7;
}

#page_land .mv .swiper-button-prev {
    left: -25px;
}

#page_land .mv .swiper-button-prev::before {
    -webkit-transform: rotate(135deg);
    left: 23px;
    transform: rotate(135deg);
}

#page_land .mv .swiper-button-next {
    right: -25px;
}

#page_land .mv .swiper-button-next::before {
    -webkit-transform: rotate(-45deg);
    left: 18px;
    transform: rotate(-45deg);
}

#page_land .mv .mv_thumbnails {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 10px;
}

#page_land .mv .mv_thumbnail {
    aspect-ratio: 10/7;
    cursor: pointer;
}

#page_land .mv .mv_thumbnail.is_active {
    outline: 3px solid #B29657;
}

#page_land .land {
    padding: 120px 0 80px;
}

#page_land .land .land_heading {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.05em;
}

#page_land .land .land_message {
    margin-top: 30px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

#page_land .land .land_btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#page_land .land .land_tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    background-color: #B29657;
    color: #FFF;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#page_land .land .land_tel span {
    margin-left: 5px;
    font-size: 24px;
}

#page_land .info {
    padding: 80px 0;
    background-color: #F7F6F1;
}

#page_land .info .info_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}

#page_land .info .info_text {
    color: #B29657;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.05em;
}

#page_land .info .info_price {
    font-size: 18px;
    line-height: 1;
}

#page_land .info .info_price span {
    margin-right: 5px;
    color: #B29657;
    font-size: 40px;
}

/* 建物付き価格（2026/08 指示） */
#page_land .info .info_text_house {
    margin-top: 24px;
}

#page_land .info .info_items {
    padding-left: 60px;
    border-left: 1px solid rgba(51, 51, 51, 0.2);
}

#page_land .info .info_item {
    display: grid;
    position: relative;
    grid-template-columns: 200px 1fr;
    padding: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

#page_land .info .info_item::before {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 170px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

#page_land .info .info_item dt {
    font-weight: 500;
    font-size: 16px;
}

#page_land .info .info_item dd {
    font-weight: 400;
    font-size: 16px;
}

#page_land .info .info_message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 50px;
    color: #B29657;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.05em;
}

#page_land .info .info_message::before {
    aspect-ratio: 1/1;
    width: 25px;
    margin-right: 5px;
    background-image: url(/wp-content/themes/swell_child/image/land_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_land .info .info_point {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_land .map {
    padding: 80px 0;
}

#page_land .map .map_wapper {
    aspect-ratio: 2/1;
    margin: 30px auto 0;
}

#page_land .map .map_wapper iframe {
    width: 100%;
    height: 100%;
}

#page_land .facility {
    padding: 80px 0;
    background-color: #F7F6F1;
}

#page_land .facility .facility_items {
    -webkit-column-gap: 1.33%;
    -moz-column-gap: 1.33%;
    display: grid;
    grid-template-columns: repeat(4, 24%);
    column-gap: 1.33%;
    margin-top: 40px;
}

#page_land .facility .facilty_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_land .facility .facility_img {
    aspect-ratio: 10/7;
    margin-top: 15px;
}

#page_land .facility .facility_time {
    font-size: 16px;
    text-align: center;
}

#page_land .facility .facility_time span {
    margin: 0 3px;
    color: #B29657;
    font-size: 24px;
}

#page_land .facility .facility_distance {
    font-size: 16px;
    text-align: center;
}

#page_land .facility .facility_distance span {
    margin: 0 3px;
    color: #B29657;
}

#page_land .facility .facility_swiper {
    margin-top: 40px;
    padding-bottom: 80px;
}

#page_land .facility .swiper-slide {
    width: 25%;
}

#page_land .facility .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

#page_land .facility .swiper-pagination-bullet {
    -webkit-transition: color 0.3s ease 0s, -webkit-transform 0.3s;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 !important;
    border-radius: 50%;
    background-color: #EFE3CA;
    opacity: 1;
    transition: color 0.3s ease 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, color 0.3s ease 0s;
    transition: transform 0.3s, color 0.3s ease 0s, -webkit-transform 0.3s;
}

#page_land .facility .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #B29657;
}

#page_land .outline {
    padding: 80px 0 120px;
}

#page_land .outline .outline_contents {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 4%;
    margin-top: 30px;
}

#page_land .outline .outline_item {
    display: grid;
    position: relative;
    grid-template-columns: 120px 1fr;
    padding: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

#page_land .outline .outline_item::before {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

#page_land .outline .outline_item dt {
    font-weight: 500;
    font-size: 16px;
}

#page_land .outline .outline_item dd {
    font-weight: 400;
    font-size: 16px;
}

/* page_house (pc) ------------------------------------------------------------------------------------------------------ */

#page_house .wrap {
    width: 1340px;
}

#page_house .wrapper {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    display: grid;
    grid-template-columns: 70% 25%;
    column-gap: 5%;
    padding: 120px 0 0;
}

/* 物件情報と検索フォームだけを2カラムにし、物件概要以下はwrap全幅に置く */
#page_house .house {
    grid-column: 1;
    grid-row: 1;
}

#page_house .search {
    grid-column: 2;
    grid-row: 1;
}

#page_house .mv {
    margin-top: 30px;
}

#page_house .mv .mv_wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

#page_house .mv .mv_img {
    position: relative;
    aspect-ratio: 10/7;
}

#page_house .mv figcaption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 15px;
    background-color: rgba(178, 150, 87, 0.8);
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#page_house .mv .swiper-button-prev,
#page_house .mv .swiper-button-next {
    -webkit-transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease 0s;
    top: 50%;
    right: auto;
    width: 50px;
    height: 50px;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #B29657;
    transition: opacity 0.3s ease 0s;
}

#page_house .mv .swiper-button-prev::after,
#page_house .mv .swiper-button-next::after {
    display: none;
}

#page_house .mv .swiper-button-prev::before,
#page_house .mv .swiper-button-next::before {
    position: absolute;
    aspect-ratio: 1/1;
    width: 12px;
    border: 2px solid #FFF;
    border-top: none;
    border-left: none;
    content: "";
}

#page_house .mv .swiper-button-prev:hover,
#page_house .mv .swiper-button-next:hover {
    opacity: 0.7;
}

#page_house .mv .swiper-button-prev {
    left: -25px;
}

#page_house .mv .swiper-button-prev::before {
    -webkit-transform: rotate(135deg);
    left: 23px;
    transform: rotate(135deg);
}

#page_house .mv .swiper-button-next {
    right: -25px;
}

#page_house .mv .swiper-button-next::before {
    -webkit-transform: rotate(-45deg);
    left: 18px;
    transform: rotate(-45deg);
}

#page_house .mv .mv_thumbnails {
    -webkit-column-gap: 1.33%;
    -moz-column-gap: 1.33%;
    display: grid;
    grid-template-columns: repeat(4, 24%);
    column-gap: 1.33%;
    row-gap: 10px;
    margin-top: 30px;
}

#page_house .mv .mv_thumbnail {
    aspect-ratio: 10/7;
    cursor: pointer;
}

#page_house .mv .mv_thumbnail.is_active {
    outline: 3px solid #B29657;
}

#page_house .house .house_type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    background-color: #B29657;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
}

#page_house .house .house_inner {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin-top: 15px;
}

#page_house .house .house_title {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.5;
}

#page_house .house .house_price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

#page_house .house .house_price span {
    margin-right: 3px;
    color: #B29657;
    font-weight: 500;
    font-size: 36px;
}

#page_house .house .house_cats {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

#page_house .house .house_cat {
    padding: 2px 10px;
    border: 1px solid #B29657;
    color: #B29657;
    font-size: 15px;
}

#page_house .house .house_message {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_house .house .house_btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#page_house .house .house_tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    background-color: #B29657;
    color: #FFF;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#page_house .house .house_tel span {
    margin-left: 5px;
    font-size: 24px;
}

#page_house .outline {
    grid-column: 1 / -1;
    grid-row: 2;
    position: relative;
    margin-top: 120px;
    padding: 100px 0;
}

/* 背景の帯を画面幅いっぱいに広げる（#page_houseがoverflow:hiddenなので横スクロールは出ない） */
#page_house .outline::before,
#page_house .facility::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #F7F6F1;
    content: "";
}

#page_house .outline .outline_contents {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 4%;
    margin-top: 30px;
}

#page_house .outline .outline_item {
    display: grid;
    position: relative;
    grid-template-columns: 120px 1fr;
    padding: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

#page_house .outline .outline_item::before {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

#page_house .outline .outline_item dt {
    font-weight: 500;
    font-size: 16px;
}

#page_house .outline .outline_item dd {
    font-weight: 400;
    font-size: 16px;
}

#page_house .map {
    grid-column: 1 / -1;
    grid-row: 3;
    padding: 100px 0;
}

#page_house .map .map_wapper {
    aspect-ratio: 2/1;
    margin: 30px auto 0;
}

#page_house .map .map_wapper iframe {
    width: 100%;
    height: 100%;
}

#page_house .facility {
    grid-column: 1 / -1;
    grid-row: 4;
    position: relative;
    padding: 100px 0;
}

#page_house .facility .facility_items {
    -webkit-column-gap: 1.33%;
    -moz-column-gap: 1.33%;
    display: grid;
    grid-template-columns: repeat(4, 24%);
    column-gap: 1.33%;
    margin-top: 40px;
}

#page_house .facility .facilty_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_house .facility .facility_img {
    aspect-ratio: 10/7;
    margin-top: 15px;
}

#page_house .facility .facility_time {
    font-size: 16px;
    text-align: center;
}

#page_house .facility .facility_time span {
    margin: 0 3px;
    color: #B29657;
    font-size: 24px;
}

#page_house .facility .facility_distance {
    font-size: 16px;
    text-align: center;
}

#page_house .facility .facility_distance span {
    margin: 0 3px;
    color: #B29657;
}

#page_house .facility .facility_swiper {
    margin-top: 40px;
    padding-bottom: 80px;
}

#page_house .facility .swiper-slide {
    width: 25%;
}

#page_house .facility .swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

#page_house .facility .swiper-pagination-bullet {
    -webkit-transition: color 0.3s ease 0s, -webkit-transform 0.3s;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 !important;
    border-radius: 50%;
    background-color: #EFE3CA;
    opacity: 1;
    transition: color 0.3s ease 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, color 0.3s ease 0s;
    transition: transform 0.3s, color 0.3s ease 0s, -webkit-transform 0.3s;
}

#page_house .facility .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-color: #B29657;
}

#page_house .common_form .form_btn {
    width: 250px;
}

/* page_company (pc) ------------------------------------------------------------------------------------------------------ */

#page_company .company .company_items {
    max-width: 800px;
    margin: 0 auto;
}

#page_company .company .company_item {
    display: grid;
    position: relative;
    grid-template-columns: 200px 1fr;
    padding: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

#page_company .company .company_item::before {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 180px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

#page_company .company .company_item dt {
    font-weight: 500;
    font-size: 16px;
}

#page_company .company .company_item dd {
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

#page_company .company .company_item dd a {
    color: #333;
}

#page_company .company .company_map {
    aspect-ratio: 2/1;
    margin: 80px auto 0;
}

#page_company .company .company_map iframe {
    width: 100%;
    height: 100%;
}

/* page_faq (pc) ------------------------------------------------------------------------------------------------------ */

#page_faq .faq .faq_item {
    position: relative;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    cursor: pointer;
}

#page_faq .faq .faq_item::before {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 200px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

#page_faq .faq .faq_item dd {
    display: none;
}

#page_faq .faq .faq_item.is_open .faq_q::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#page_faq .faq .faq_q,
#page_faq .faq .faq_a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding-right: 60px;
    font-weight: 500;
    font-size: 16px;
}

#page_faq .faq .faq_q span,
#page_faq .faq .faq_a span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #B29657;
    color: #FFF;
    font-weight: 700;
    font-size: 21px;
}

#page_faq .faq .faq_q {
    position: relative;
}

#page_faq .faq .faq_q::before,
#page_faq .faq .faq_q::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1A1A1A;
    content: "";
}

#page_faq .faq .faq_q::before {
    right: 0;
    width: 20px;
    height: 2px;
}

#page_faq .faq .faq_q::after {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    right: 9px;
    width: 2px;
    height: 20px;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

#page_faq .faq .faq_a {
    margin-top: 20px;
}

/* page_sitemap (pc) ------------------------------------------------------------------------------------------------------ */

#page_sitemap {
    padding: 120px 0;
}

/* page_error (pc) ------------------------------------------------------------------------------------------------------ */

#page_error .error_text {
    font-size: 18px;
    text-align: center;
}

#page_error .common_btn.error_btn {
    margin: 50px auto 0;
}

/* 性能・仕様について（PC） */

.page_spec {
    background: #f8f8f6;
    color: #2d2d2d;
    overflow: hidden;
}

/* ========================================
   共通
======================================== */

.section_inner {
    width: min(100% - 80px, 1200px);
    margin: 0 auto;
}


/* ========================================
   FV
======================================== */

.spec_fv {
    position: relative;
    margin-top: 100px;
}

.spec_fv_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 430px;
}

.spec_fv_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 50px 60px max(40px, calc((100vw - 1200px) / 2));
}

.spec_fv_title {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(36px, 3vw, 52px);
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.4;
}

.spec_fv_line {
    width: 64px;
    height: 1px;
    background: #a88a50;
    margin-top: 22px;
}

.spec_fv_lead {
    font-size: 16px;
    line-height: 2.1;
    margin-top: 26px;
}

.spec_fv_image {
    min-height: 430px;
}

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


/* ========================================
   仕様について
======================================== */

.spec_intro {
    padding-top: 32px;
}

.spec_intro_box {
    background: #fff;
    border: 1px solid #e2dfd8;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 42px 54px;
}

.spec_intro_text {
    align-self: center;
}

.spec_intro_text h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .08em;
}

.spec_intro_line {
    width: 50px;
    height: 1px;
    background: #a88a50;
    margin-top: 16px;
}

.spec_intro_text > p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin-top: 20px;
}

.spec_intro_btns {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.spec_gold_btn {
    align-items: center;
    background: #a88a50;
    color: #fff;
    display: flex;
    justify-content: space-between;
    min-width: 270px;
    padding: 20px 24px;
    transition: opacity .3s;
}

.spec_gold_btn:hover {
    opacity: .8;
}

.spec_gold_btn .arrow {
    font-size: 20px;
}

.spec_pdf_link {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 8px;
}

.spec_pdf_icon {
    font-size: 18px;
}

.spec_intro_image {
    height: 200px;
}

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


/* ========================================
   性能
======================================== */

.spec_performance {
    padding: 60px 0 80px;
}

.spec_section_title {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-bottom: 30px;
}

.spec_section_title span {
    background: #a88a50;
    display: block;
    height: 1px;
    max-width: 430px;
    width: 100%;
}

.spec_section_title h2 {
    font-family: "Noto Serif JP", serif;
    flex: 0 0 auto;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: .12em;
}


/* ========================================
   各性能ボックス
======================================== */

.spec_performance_box {
    background: #fff;
    border: 1px solid #e2dfd8;
}

.spec_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    min-height: 330px;
    padding: 42px 54px;
}

.spec_item + .spec_item {
    border-top: 1px solid #e2dfd8;
}

.spec_item_content {
    display: flex;
    flex-direction: column;
}

.spec_item_title {
    align-items: center;
    display: flex;
    gap: 20px;
}

.spec_num {
    color: #a88a50;
    font-family: "Noto Serif JP", serif;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1;
}

.spec_title_border {
    background: #d8d3ca;
    height: 38px;
    width: 1px;
}

.spec_item_title h3 {
    align-items: center;
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    gap: 12px;
    letter-spacing: .08em;
}

.spec_label {
    background: #a88a50;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 7px 10px;
}

.spec_item_text {
    font-size: 13px;
    line-height: 2;
    margin-top: 26px;
}

.spec_item_image {
    align-self: center;
    min-height: 230px;
}

.spec_item_image .flex_box {
    gap: 20px;
}

.spec_item_image .flex_box .image {
    width: 220px;
}

.spec_item_image .flex_box .image img {
    height: 100%;
    object-fit: cover;
    object-position: 25% 0;
}

.spec_item_image .flex_box .list_box {
    background: #ebe4d5;
    width: calc( 100% - 220px - 20px );
    padding: 20px;
}

.spec_item_image .flex_box .list_box .title {
    margin-bottom: 1em;
    text-align: center;
}

.spec_item_image .flex_box .list_box ul li {
    background:#fff;
    padding: 10px;
    background-image: url(./image/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 10px;
    padding-left: 34px;
}

.spec_item_image .flex_box .list_box ul li + li {
    margin-top: 10px;
}

.spec_item_image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}


/* ========================================
   アイコン3つ
======================================== */

.spec_feature_list {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 28px;
}

.spec_feature_item {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.spec_feature_icon {
    align-items: center;
    display: flex;
    height: 42px;
    justify-content: center;
}

.spec_feature_icon img {
    height: 100%;
    max-width: 55px;
    object-fit: contain;
}

.spec_feature_item p {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
}

.spec_feature_item strong {
    font-weight: 500;
}

.spec_feature_divider {
    align-self: center;
    background: #ddd8cf;
    height: 52px;
    width: 1px;
}


/* ========================================
   Kダンパー
======================================== */

.spec_equation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 24px;
}

.spec_equation_item {
    flex: 1;
    text-align: center;
}

.spec_equation_item img {
    height: 38px;
    object-fit: contain;
}

.spec_equation_item p {
    font-size: 11px;
    line-height: 1.7;
    margin-top: 6px;
}

.spec_equation_symbol {
    color: #a88a50;
    font-family: serif;
    font-size: 24px;
    margin: 0 10px;
}

.spec_note_box {
    border: 1px solid #d8d3ca;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 18px;
    padding: 10px 14px;
}


/* ========================================
   ボタン
======================================== */

.spec_outline_btn {
    align-items: center;
    border: 1px solid #a88a50;
    color: #a88a50;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    margin: 26px auto 0;
    max-width: 360px;
    padding: 16px 22px;
    width: 100%;
    transition: background .3s, color .3s;
}

.spec_outline_btn:hover {
    background: #a88a50;
    color: #fff;
}


/* ========================================
   下部
======================================== */

.spec_bottom_text {
    align-items: center;
    display: flex;
    gap: 22px;
    margin-top: 38px;
}

.spec_bottom_text span {
    background: #a88a50;
    display: block;
    flex: 1;
    height: 1px;
}

.spec_bottom_text p {
    font-size: 14px;
    letter-spacing: .08em;
    white-space: nowrap;
}

.spec_bottom_arrow {
    color: #a88a50;
    font-size: 28px;
    line-height: 1;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 30px;
}

/* ========================================
   04・05
======================================== */

.spec_feature_list_04,
.spec_feature_list_05 {
    margin-top: 28px;
}

.spec_feature_list_04 .spec_feature_item strong,
.spec_feature_list_05 .spec_feature_item strong {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    margin-top: 5px;
}

.spec_item .spec_label {
    min-width: 50px;
    text-align: center;
}


/* ========================================
   LIV LANDの安心性能
======================================== */

.spec_safety {
    padding: 60px 0 40px;
}

.spec_safety_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 34px;
}

.spec_safety_item {
    background: #fff;
    border: 1px solid #e1ddd5;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 20px;
    text-align: center;
    transition:
        background .3s,
        transform .3s,
        box-shadow .3s;
}

.spec_safety_num {
    color: #a88a50;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    letter-spacing: .08em;
}

.spec_safety_icon {
    align-items: center;
    display: flex;
    height: 105px;
    justify-content: center;
    margin: 5px 0 8px;
}

.spec_safety_icon img {
    max-height: 90px;
    max-width: 110px;
    object-fit: contain;
}

.spec_safety_item p {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    letter-spacing: .08em;
}

.spec_safety_text {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 2;
    margin-top: 24px;
    text-align: center;
}


/* ========================================
   CTA
======================================== */

.spec_cta {
    background: #fff;
    border: 1px solid #ddd8cf;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    min-height: 260px;
}

.spec_cta_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.spec_cta_text h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.7;
}

.spec_cta_line {
    background: #a88a50;
    height: 1px;
    margin-top: 14px;
    width: 42px;
}

.spec_cta_text > p {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
}

.spec_cta_btns {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.spec_cta_btn {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 22px;
    transition: opacity .3s;
}

.spec_cta_btn:hover {
    opacity: .8;
}

.spec_cta_contact {
    background: #a88a50;
    color: #fff;
}

.spec_cta_document {
    background: #1d2735;
    color: #fff;
}

.spec_cta_image {
    min-height: 260px;
}

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

/* 施工監査ページ（PC） */

.audit_page {
    background: #f7f6f3;
    color: #252525;
    overflow: hidden;
}

.audit_page .common_fv_bread {
    margin-bottom:15px;
}

.audit_container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 80px 100px;
}

.audit_fv {
    position: relative;
    margin-top: 100px;
}

.audit_fv_inner {
    position: relative;
    min-height: 690px;
}

.audit_fv_content {
    position: relative;
    z-index: 2;
    width: 55%;
    padding: 140px 0 80px 8%;
}

.audit_fv_content h1 {
    font-family: "Noto Serif JP", serif;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: .12em;
}

.common_title_line {
    width: 42px;
    height: 1px;
    margin: 28px 0 30px;
    background: #a98645;
}

.audit_fv_content p {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: .08em;
    margin-top: 12px;
}

.audit_fv_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
    height: 100%;
}

.audit_fv_image::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(
        to right,
        #f7f6f3 0%,
        rgba(247, 246, 243, 0) 100%
    );
}

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

.audit_block_title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8b28a;
}

.audit_block_title > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background: #a98645;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
}

.audit_block_title h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: .12em;
}

.audit_intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.audit_intro_box {
    background: rgba(255, 255, 255, .5);
    border: 1px solid #d8d1c5;
    padding: 28px 28px 35px;
}

.audit_intro_text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: .05em;
}

.audit_point_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
}

.audit_point {
    position: relative;
    text-align: center;
    padding: 0 15px;
}

.audit_point:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    width: 1px;
    height: 75px;
    background: #d9d1c4;
}

.audit_point_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #f5f3ee;
}

.audit_point_icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.audit_point p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .06em;
}

.audit_nextstage {
    padding: 25px 5px 0;
}

.nextstage_label {
    display: inline-block;
    padding: 7px 13px;
    background: #1c2a40;
    color: #fff;
    font-size: 17px;
    letter-spacing: .12em;
}

.audit_nextstage h3 {
    margin-top: 18px;
    font-family: "Noto Serif JP", serif;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: .12em;
}

.audit_nextstage p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: .07em;
}

.nextstage_logo {
    margin-top: 28px;
    text-align: right;
}

.nextstage_logo img {
    width: min(300px, 100%);
}

.audit_section {
    margin-top: 25px;
}

.audit_section_title {
    border-bottom: 1px solid #bda77c;
}


/* ========================================
   C
======================================== */

.audit_benefit_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 16px;
}

.audit_benefit_item {
    min-height: 210px;
    padding: 28px 25px;
    border: 1px solid #d8d1c5;
    background: rgba(255, 255, 255, .35);
    text-align: center;
}

.audit_benefit_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}

.audit_benefit_icon img {
    width: 58px;
    max-height: 65px;
}

.audit_benefit_item h3 {
    margin-top: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1em;
}

.audit_benefit_item p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 2;
}

.audit_feature_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.audit_feature_heading {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 54px;
}

.feature_num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #a98645;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
}

.audit_feature_heading h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.4;
}

.audit_feature_image {
    margin-top: 15px;
    aspect-ratio: 1.6 / 1;
}

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

.page-template-page-inspection .audit_feature_image img {
    object-position: 0 30%;
}

.audit_feature_item > p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: .04em;
}

.audit_reason {
    margin-top: 65px;
}

.common_center_title {
    display: flex;
    align-items: center;
    gap: 30px;
}

.common_center_title span {
    flex: 1;
    height: 1px;
    background: #bda77c;
}

.common_center_title h2 {
    white-space: nowrap;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: .12em;
}

.audit_reason_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.audit_reason_item {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 180px;
    padding: 25px;
    border: 1px solid #d8d1c5;
    background: rgba(255, 255, 255, .35);
}

.audit_reason_icon {
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audit_reason_icon img {
    width: 80px;
    max-height: 90px;
}

.audit_reason_content h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .08em;
}

.audit_reason_content p {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: .03em;
}

/* page_spec 性能について リニューアル (pc) ------------------------------------------------------------------------------------------------------ */

/* 共通：セクション番号ヘッダー */
#page_spec .sp_section_head {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

#page_spec .sp_section_head .sp_section_num {
    color: #B29657;
    font-size: 56px;
    line-height: 1;
}

#page_spec .sp_section_head .sp_section_label_box {
    padding-left: 20px;
    border-left: 1px solid #B29657;
}

#page_spec .sp_section_head .sp_section_label_box .sp_section_label {
    color: #B29657;
    font-size: 15px;
    letter-spacing: 0.14em;
}

#page_spec .sp_section_head .sp_section_label_box .sp_section_sub {
    margin-top: 0.2em;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

#page_spec .sp_section_head .sp_section_label_box .sp_section_badge {
    width: fit-content;
    padding: 0.2em 1em;
    border: 1px solid #B29657;
    color: #B29657;
    font-size: 14px;
    letter-spacing: 0.14em;
}

/* 共通：リンクボタン */
#page_spec .sp_link_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8em;
    width: fit-content;
    min-width: 340px;
    margin-top: 40px;
    padding: 1.1em 2em;
    border: 1px solid #B29657;
    color: #B29657;
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: background 0.3s, color 0.3s ease 0s;
}

#page_spec .sp_link_btn:hover {
    background-color: #B29657;
    color: #FFF;
}

#page_spec .sp_link_btn.center {
    margin-inline: auto;
}

#page_spec .sp_link_btn i {
    font-size: 0.8em;
}

#page_spec .sp_gold {
    color: #B29657;
}

/* ヒーロー */
.page_spec_hero_sec {
    padding-top: 100px;
    background-color: #FDFBF7;
}

.page_spec_hero_sec .sp_hero_block {
    display: flex;
    align-items: center;
    column-gap: 70px;
}

.page_spec_hero_sec .sp_hero_block .sp_hero_body {
    flex-grow: 1;
}

.page_spec_hero_sec .sp_hero_block .sp_hero_body .sp_hero_label {
    color: #B29657;
    font-size: 16px;
    letter-spacing: 0.14em;
    padding-bottom: 0.6em;
    position: relative;
}

.page_spec_hero_sec .sp_hero_block .sp_hero_body .sp_hero_label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #B29657;
}

.page_spec_hero_sec .sp_hero_block .sp_hero_body .sp_hero_title {
    margin-top: 1em;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.page_spec_hero_sec .sp_hero_block .sp_hero_body .sp_hero_text {
    margin-top: 1.8em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_spec_hero_sec .sp_hero_block .sp_hero_img {
    flex-shrink: 0;
    width: 560px;
    height: 560px;
    overflow: hidden;
}

.page_spec_hero_sec .sp_hero_block .sp_hero_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_spec_hero_sec .sp_hero_bottom {
    margin-top: 80px;
    padding-block: 50px;
    background-color: #F5F1E8;
}

.page_spec_hero_sec .sp_hero_bottom .sp_hero_list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.page_spec_hero_sec .sp_hero_bottom .sp_hero_list .item {
    padding: 20px 10px;
    background-color: #FFF;
    border-radius: 6px;
    text-align: center;
}

.page_spec_hero_sec .sp_hero_bottom .sp_hero_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    color: #333;
    font-size: 28px;
}

.page_spec_hero_sec .sp_hero_bottom .sp_hero_list .item .item_title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.page_spec_hero_sec .sp_hero_bottom .sp_hero_list .item .item_text {
    margin-top: 0.6em;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: left;
}

/* 01 耐震等級 */
.page_spec_taishin_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_spec_taishin_sec .sp_taishin_block {
    display: flex;
    align-items: center;
    column-gap: 60px;
    margin-top: 40px;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_body {
    flex-grow: 1;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_text {
    margin-top: 1.6em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_box {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 36px;
    padding: 24px;
    background-color: #F5F5F5;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_box .sp_taishin_box_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    color: #333;
    font-size: 32px;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_box .sp_taishin_box_body .sp_taishin_box_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_box .sp_taishin_box_body .sp_taishin_box_text {
    margin-top: 0.4em;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_img {
    flex-shrink: 0;
    width: 560px;
    overflow: hidden;
}

.page_spec_taishin_sec .sp_taishin_block .sp_taishin_img img {
    width: 100%;
    height: auto;
}

.page_spec_taishin_sec .sp_taishin_points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #E5E5E5;
}

.page_spec_taishin_sec .sp_taishin_points .item {
    text-align: center;
}

.page_spec_taishin_sec .sp_taishin_points .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border: 1px solid #B29657;
    border-radius: 50%;
    color: #B29657;
    font-size: 26px;
}

.page_spec_taishin_sec .sp_taishin_points .item .item_title {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page_spec_taishin_sec .sp_taishin_points .item .item_text {
    margin-top: 0.8em;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    text-align: left;
}

/* 02 Kダンパー */
.page_spec_damper_sec {
    padding-block: 100px;
    background-color: #F5F5F5;
}

.page_spec_damper_sec .sp_damper_block {
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
    margin-top: 40px;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body {
    flex-grow: 1;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_text {
    margin-top: 1.6em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list {
    margin-top: 30px;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item {
    display: flex;
    align-items: center;
    column-gap: 18px;
    padding-block: 18px;
    border-bottom: 1px solid #DDD;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item:first-child {
    border-top: 1px solid #DDD;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background-color: #FFF;
    border-radius: 50%;
    color: #B29657;
    font-size: 24px;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item .item_body .item_title {
    color: #B29657;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item .item_body .item_text {
    margin-top: 0.3em;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_img {
    flex-shrink: 0;
    width: 560px;
    overflow: hidden;
    border-radius: 8px;
}

.page_spec_damper_sec .sp_damper_block .sp_damper_img img {
    width: 100%;
    height: auto;
}

/* 03 第三者施工監査 */
.page_spec_audit_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_spec_audit_sec .sp_audit_block {
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
    margin-top: 40px;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body {
    flex-grow: 1;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_text {
    margin-top: 1.6em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points {
    display: flex;
    margin-top: 36px;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item {
    flex: 1;
    padding-inline: 12px;
    text-align: center;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item+.item {
    border-left: 1px solid #DDD;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    color: #B29657;
    font-size: 30px;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item .item_title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item .item_text {
    margin-top: 0.6em;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    text-align: left;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_img {
    flex-shrink: 0;
    width: 560px;
    overflow: hidden;
}

.page_spec_audit_sec .sp_audit_block .sp_audit_img img {
    width: 100%;
    height: auto;
}

/* 04 20年建物長期保証 */
.page_spec_hosho_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_spec_hosho_sec .sp_hosho_block {
    display: flex;
    align-items: center;
    column-gap: 60px;
    margin-top: 40px;
}

.page_spec_hosho_sec .sp_hosho_block .sp_hosho_body {
    flex-grow: 1;
}

.page_spec_hosho_sec .sp_hosho_block .sp_hosho_body .sp_hosho_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

.page_spec_hosho_sec .sp_hosho_block .sp_hosho_body .sp_hosho_text {
    margin-top: 1.6em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_spec_hosho_sec .sp_hosho_block .sp_hosho_img {
    flex-shrink: 0;
    width: 560px;
    overflow: hidden;
}

.page_spec_hosho_sec .sp_hosho_block .sp_hosho_img img {
    width: 100%;
    height: auto;
}

.page_spec_hosho_sec .sp_hosho_points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #E5E5E5;
}

.page_spec_hosho_sec .sp_hosho_points .item {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
}

.page_spec_hosho_sec .sp_hosho_points .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background-color: #F0EBE0;
    border-radius: 50%;
    color: #333;
    font-size: 24px;
}

.page_spec_hosho_sec .sp_hosho_points .item .item_body .item_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_spec_hosho_sec .sp_hosho_points .item .item_body .item_text {
    margin-top: 0.5em;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

/* 04 住まいの長期保証をする理由 */
.page_spec_hosho_sec .sp_hosho_reason {
    margin-top: 80px;
    padding-top: 60px;
    border-top: 1px solid #E5E5E5;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_title .sp_hosho_reason_title_line {
    width: 46px;
    height: 1px;
    background-color: #B29657;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list .item {
    min-width: 0;
    padding: 32px 28px;
    background-color: #FFF;
    border: 1px solid #EFE9DC;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #F0EBE0;
    border-radius: 50%;
    color: #B29657;
    font-size: 24px;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list .item .item_title {
    margin-top: 1em;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list .item .item_text {
    margin-top: 0.8em;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_backup {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
    margin-top: 40px;
    padding: 36px 40px;
    background-color: #FFF;
    border: 1px solid #B29657;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_backup .sp_hosho_backup_title {
    flex-shrink: 0;
    width: 260px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_backup .sp_hosho_backup_text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
}

.page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_lead {
    margin-top: 32px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
}

/* 05 設備10年保証 */
.page_spec_setsubi_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_spec_setsubi_sec .sp_setsubi_block {
    display: flex;
    align-items: center;
    column-gap: 60px;
    margin-top: 40px;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body {
    flex-grow: 1;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_text {
    margin-top: 1.6em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list {
    margin-top: 26px;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item {
    display: flex;
    align-items: center;
    column-gap: 18px;
    padding-block: 14px;
    border-bottom: 1px solid #E5E5E5;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item:first-child {
    border-top: 1px solid #E5E5E5;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    color: #B29657;
    font-size: 24px;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item .item_body .item_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item .item_body .item_text {
    margin-top: 0.2em;
    font-size: 13px;
    letter-spacing: 0.03em;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_visual {
    flex-shrink: 0;
    width: 600px;
    position: relative;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_visual .sp_setsubi_img {
    width: 100%;
    overflow: hidden;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_visual .sp_setsubi_img img {
    width: 100%;
    height: auto;
}

/* 「10年」バッジ（元カンプのバッジを円形に切り出して配置） */
.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_visual .sp_setsubi_badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4%;
    right: 3%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #FFF;
    overflow: hidden;
}

.page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_visual .sp_setsubi_badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 対象設備例（画像1枚 → 5カードのコードへ） */
.page_spec_setsubi_sec .sp_setsubi_target {
    margin-top: 50px;
}

.page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_label {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
}

.page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_label::before,
.page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_label::after {
    content: "";
    width: 46px;
    height: 1px;
    background-color: #B29657;
}

.page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_list .item {
    padding: 14px 14px 16px;
    background-color: #FFF;
    border: 1px solid #EAE4D8;
    border-radius: 6px;
    text-align: center;
}

.page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_list .item .item_img {
    width: 100%;
    aspect-ratio: 5/6;
    overflow: hidden;
    border-radius: 4px;
}

.page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_list .item .item_name {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.page_spec_setsubi_sec .sp_setsubi_band {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-top: 40px;
    padding: 26px 40px;
    border: 1px solid #B29657;
}

.page_spec_setsubi_sec .sp_setsubi_band .sp_setsubi_band_title {
    display: flex;
    align-items: center;
    column-gap: 0.6em;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page_spec_setsubi_sec .sp_setsubi_band .sp_setsubi_band_title i {
    color: #B29657;
}

.page_spec_setsubi_sec .sp_setsubi_band .sp_setsubi_band_text {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
}

/* 06 緊急駆けつけ */
.page_spec_kaketsuke_sec {
    padding-block: 100px;
    /* 図解画像の背景色に合わせる（枠が見えないように） */
    background-color: #F7F5F4;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block {
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
    margin-top: 40px;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body {
    flex-grow: 1;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_text {
    margin-top: 1.4em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_menu_label {
    width: fit-content;
    margin-top: 30px;
    padding: 0.3em 1em;
    border: 1px solid #B29657;
    color: #B29657;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list {
    margin-top: 14px;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list .item {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding-block: 12px;
    border-bottom: 1px solid #DDD;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    color: #B29657;
    font-size: 20px;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list .item .item_title {
    flex-shrink: 0;
    width: 11em;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list .item .item_text {
    font-size: 13px;
    letter-spacing: 0.03em;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_tel {
    margin-top: 30px;
    padding: 24px 30px;
    background-color: #FFF;
    border: 1px solid #B29657;
    text-align: center;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_tel .sp_kaketsuke_tel_label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_tel .sp_kaketsuke_tel_num {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    margin-top: 10px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_tel .sp_kaketsuke_tel_num .sp_kaketsuke_tel_free {
    display: flex;
    align-items: center;
    column-gap: 0.4em;
    padding: 0.3em 0.8em;
    background-color: #B29657;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_img {
    flex-shrink: 0;
    width: 520px;
    overflow: hidden;
}

.page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_img img {
    width: 100%;
    height: auto;
}

/* 07 定期点検 */
.page_spec_tenken_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_spec_tenken_sec .sp_tenken_block {
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
    margin-top: 40px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body {
    flex-grow: 1;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_title {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_title .sp_tenken_badge {
    padding: 0.2em 0.8em;
    background-color: #B29657;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_text {
    margin-top: 1.4em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points {
    margin-top: 26px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item {
    display: flex;
    align-items: center;
    column-gap: 18px;
    padding-block: 14px;
    border-bottom: 1px solid #E5E5E5;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item:first-child {
    border-top: 1px solid #E5E5E5;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    color: #B29657;
    font-size: 24px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item .item_title {
    flex-shrink: 0;
    width: 10em;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item .item_text {
    font-size: 13px;
    letter-spacing: 0.03em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels {
    flex-shrink: 0;
    width: 560px;
}

/* 定期点検の流れ（画像 → コード化） */
.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow {
    padding: 34px 30px;
    background-color: #FBFAF8;
    border-radius: 8px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_title {
    padding-bottom: 0.6em;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 34px;
    height: 1px;
    background-color: #B29657;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 26px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item {
    text-align: center;
    position: relative;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -11px;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #C9BCA0;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item .item_num {
    color: #B29657;
    font-size: 17px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 6px auto 0;
    border: 1px solid #E3DACA;
    border-radius: 50%;
    color: #333;
    font-size: 24px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item .item_title {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item .item_text {
    margin-top: 0.6em;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.02em;
}

/* 点検の目安（画像 → コード化） */
.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu {
    display: flex;
    align-items: center;
    column-gap: 26px;
    margin-top: 20px;
    padding: 26px 30px;
    background-color: #EFEDE8;
    border-radius: 8px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #333;
    color: #FFF;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body {
    border-left: 1px solid #C9C4B8;
    padding-left: 26px;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_lead {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_num {
    margin-top: 0.2em;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_num .font_times {
    color: #B29657;
    font-size: 1.5em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_num.sub .font_times {
    font-size: 1.2em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_free {
    margin-top: 0.2em;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_note {
    margin-top: 0.8em;
    padding-top: 0.8em;
    border-top: 1px solid #E5E1D8;
    font-size: 14px;
    letter-spacing: 0.05em;
}

/* 標準仕様まとめ */
.page_spec_standard_sec {
    padding-block: 100px;
    background-color: #F5F1E8;
}

.page_spec_standard_sec .sp_standard_head {
    text-align: center;
}

.page_spec_standard_sec .sp_standard_head .sp_standard_title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.page_spec_standard_sec .sp_standard_head .sp_standard_sub {
    margin-top: 0.8em;
    padding-bottom: 1em;
    color: #B29657;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    position: relative;
}

.page_spec_standard_sec .sp_standard_head .sp_standard_sub::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 34px;
    height: 2px;
    background-color: #B29657;
}

.page_spec_standard_sec .sp_standard_head .sp_standard_lead {
    margin-top: 1.4em;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.page_spec_standard_sec .sp_standard_list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-top: 50px;
}

.page_spec_standard_sec .sp_standard_list .item {
    padding: 24px 10px;
    background-color: #FFF;
    border: 1px solid #EAE4D8;
    border-radius: 6px;
    text-align: center;
}

.page_spec_standard_sec .sp_standard_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    color: #B29657;
    font-size: 28px;
}

.page_spec_standard_sec .sp_standard_list .item .item_title {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.page_spec_standard_sec .sp_standard_list .item .item_text {
    margin-top: 0.6em;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-align: left;
}

.page_spec_standard_sec .sp_standard_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.2em;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

.page_spec_standard_sec .sp_standard_bottom::before,
.page_spec_standard_sec .sp_standard_bottom::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #B29657;
}

/* CTA */
.page_spec_cta_sec {
    background-color: #EFEDE8;
}

.page_spec_cta_sec .sp_cta_block {
    display: flex;
    align-items: stretch;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_body {
    flex: 1;
    padding: 90px 60px 90px max(40px, calc((100% - 1240px) / 2));
}

.page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_text {
    margin-top: 1.4em;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_btns {
    display: flex;
    column-gap: 20px;
    margin-top: 36px;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_btns .sp_cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.6em;
    min-width: 220px;
    padding: 1.1em 1.5em;
    font-size: 15px;
    letter-spacing: 0.06em;
    transition: opacity 0.3s ease 0s;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_btns .sp_cta_btn:hover {
    opacity: 0.7;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_btns .sp_cta_btn.contact {
    background-color: #333;
    color: #FFF;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_btns .sp_cta_btn.document {
    border: 1px solid #B29657;
    color: #B29657;
    background-color: #FFF;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_img {
    flex: 1;
    overflow: hidden;
}

.page_spec_cta_sec .sp_cta_block .sp_cta_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* page_inspection 定期点検 リニューアル (pc) ------------------------------------------------------------ */

/* 共通：ライン付き中央見出し */
#page_inspection .ins_reason_title,
#page_inspection .ins_flow_title,
#page_inspection .ins_feature_title,
#page_inspection .ins_purpose_title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

#page_inspection .ins_reason_title .ins_reason_title_line,
#page_inspection .ins_flow_title .ins_flow_title_line,
#page_inspection .ins_feature_title .ins_feature_title_line,
#page_inspection .ins_purpose_title .ins_purpose_title_line {
    width: 46px;
    height: 1px;
    background-color: #B29657;
}

/* ヒーロー */
.page_inspection_hero_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_inspection_hero_sec .ins_hero_block {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

.page_inspection_hero_sec .ins_hero_block .ins_hero_body {
    flex-grow: 1;
}

.page_inspection_hero_sec .ins_hero_block .ins_hero_body .ins_hero_title {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #B29657;
    width: fit-content;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_inspection_hero_sec .ins_hero_block .ins_hero_body .ins_hero_text {
    margin-top: 1.6em;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.page_inspection_hero_sec .ins_hero_block .ins_hero_img {
    flex-shrink: 0;
    width: 620px;
    height: 400px;
    overflow: hidden;
    border-radius: 6px;
}

.page_inspection_hero_sec .ins_hero_block .ins_hero_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 標準で取り入れる理由 */
.page_inspection_reason_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_inspection_reason_sec .ins_reason_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.page_inspection_reason_sec .ins_reason_list .item {
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #EAE4D8;
    border-radius: 6px;
}

.page_inspection_reason_sec .ins_reason_list .item .item_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
}

.page_inspection_reason_sec .ins_reason_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_inspection_reason_sec .ins_reason_list .item .item_title {
    margin-top: 18px;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #B29657;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.page_inspection_reason_sec .ins_reason_list .item .item_text {
    margin-top: 0.9em;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

/* 定期点検とは */
.page_inspection_about_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_inspection_about_sec .ins_about_block {
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
}

.page_inspection_about_sec .ins_about_block .ins_about_body {
    flex-grow: 1;
}

.page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_title {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #B29657;
    width: fit-content;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_text {
    margin-top: 1.4em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points {
    display: flex;
    margin-top: 30px;
}

.page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item {
    flex: 1;
    padding-inline: 12px;
    text-align: center;
}

.page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item+.item {
    border-left: 1px solid #DDD;
}

.page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    color: #B29657;
    font-size: 28px;
}

.page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item .item_title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item .item_text {
    margin-top: 0.6em;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    text-align: left;
}

.page_inspection_about_sec .ins_about_block .ins_about_img {
    flex-shrink: 0;
    width: 520px;
    height: 440px;
    overflow: hidden;
    border-radius: 6px;
}

.page_inspection_about_sec .ins_about_block .ins_about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 主な点検ポイント */
.page_inspection_point_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_inspection_point_sec .ins_point_head {
    text-align: center;
}

.page_inspection_point_sec .ins_point_head .ins_point_title {
    padding-bottom: 0.6em;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
}

.page_inspection_point_sec .ins_point_head .ins_point_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 46px;
    height: 2px;
    background-color: #B29657;
}

.page_inspection_point_sec .ins_point_list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.page_inspection_point_sec .ins_point_list .item {
    min-width: 0;
    padding: 18px 16px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}

.page_inspection_point_sec .ins_point_list .item .item_title {
    display: flex;
    align-items: center;
    column-gap: 0.6em;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.page_inspection_point_sec .ins_point_list .item .item_title .item_num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #B29657;
    color: #FFF;
    font-size: 14px;
}

.page_inspection_point_sec .ins_point_list .item .item_img {
    width: 100%;
    aspect-ratio: 4/3;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 4px;
}

.page_inspection_point_sec .ins_point_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_inspection_point_sec .ins_point_list .item .item_text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

/* 定期点検の流れ */
.page_inspection_flow_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_inspection_flow_sec .ins_flow_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 50px;
}

.page_inspection_flow_sec .ins_flow_list .item {
    padding: 30px 20px;
    background-color: #FDFBF7;
    border: 1px solid #EAE4D8;
    border-radius: 6px;
    text-align: center;
    position: relative;
}

.page_inspection_flow_sec .ins_flow_list .item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #B29657;
}

.page_inspection_flow_sec .ins_flow_list .item .item_step {
    color: #B29657;
    font-size: 15px;
    letter-spacing: 0.12em;
}

.page_inspection_flow_sec .ins_flow_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 14px auto 0;
    color: #333;
    font-size: 34px;
}

.page_inspection_flow_sec .ins_flow_list .item .item_title {
    margin-top: 12px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.page_inspection_flow_sec .ins_flow_list .item .item_text {
    margin-top: 0.8em;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

.page_inspection_flow_sec .ins_flow_meyasu {
    width: fit-content;
    margin: 40px auto 0;
    padding: 0.9em 2em;
    background-color: #F5F1E8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.page_inspection_flow_sec .ins_flow_meyasu .ins_flow_meyasu_num {
    color: #B29657;
    font-size: 1.3em;
}

/* サービスの特徴 */
.page_inspection_feature_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_inspection_feature_sec .ins_feature_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.page_inspection_feature_sec .ins_feature_list .item {
    background-color: #FFF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page_inspection_feature_sec .ins_feature_list .item .item_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.page_inspection_feature_sec .ins_feature_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_inspection_feature_sec .ins_feature_list .item .item_title {
    margin: 20px 20px 0;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #B29657;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.page_inspection_feature_sec .ins_feature_list .item .item_text {
    padding: 12px 20px 24px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

/* 点検後の報告 */
.page_inspection_report_sec {
    padding-block: 100px;
    background-color: #FDF8EE;
}

.page_inspection_report_sec .ins_report_block {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

.page_inspection_report_sec .ins_report_block .ins_report_img {
    flex-shrink: 0;
    width: 480px;
    height: 340px;
    overflow: hidden;
    border-radius: 6px;
}

.page_inspection_report_sec .ins_report_block .ins_report_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_inspection_report_sec .ins_report_block .ins_report_body {
    flex-grow: 1;
}

.page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_title {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #B29657;
    width: fit-content;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_text {
    margin-top: 1.2em;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
}

.page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list .item {
    text-align: center;
}

.page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    color: #B29657;
    font-size: 26px;
}

.page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list .item .item_body .item_title {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list .item .item_body .item_text {
    margin-top: 0.5em;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: left;
}

/* 導入する理由 */
.page_inspection_purpose_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_inspection_purpose_sec .ins_purpose_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.page_inspection_purpose_sec .ins_purpose_list .item {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    padding: 24px;
    background-color: #FDFBF7;
    border: 1px solid #EAE4D8;
    border-radius: 6px;
}

.page_inspection_purpose_sec .ins_purpose_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    border: 1px solid #B29657;
    border-radius: 50%;
    color: #B29657;
    font-size: 20px;
}

.page_inspection_purpose_sec .ins_purpose_list .item .item_body .item_title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.page_inspection_purpose_sec .ins_purpose_list .item .item_body .item_text {
    margin-top: 0.6em;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

/* 締め */
.page_inspection_last_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_inspection_last_sec .ins_last_block {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

.page_inspection_last_sec .ins_last_block .ins_last_body {
    flex-grow: 1;
}

.page_inspection_last_sec .ins_last_block .ins_last_body .ins_last_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.page_inspection_last_sec .ins_last_block .ins_last_body .ins_last_text {
    margin-top: 1.6em;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.page_inspection_last_sec .ins_last_block .ins_last_img {
    flex-shrink: 0;
    width: 560px;
    height: 340px;
    overflow: hidden;
    border-radius: 6px;
}

.page_inspection_last_sec .ins_last_block .ins_last_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CTA */
.page_inspection_cta_sec {
    padding-block: 80px;
    background-color: #F5F1E8;
}

.page_inspection_cta_sec .ins_cta_block .ins_cta_body {
    text-align: center;
}

.page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_btns {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 30px;
}

.page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_btns .ins_cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.6em;
    min-width: 240px;
    padding: 1.1em 1.5em;
    font-size: 15px;
    letter-spacing: 0.06em;
    transition: opacity 0.3s ease 0s;
}

.page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_btns .ins_cta_btn:hover {
    opacity: 0.7;
}

.page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_btns .ins_cta_btn.document {
    border: 1px solid #B29657;
    background-color: #FFF;
    color: #B29657;
}

.page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_btns .ins_cta_btn.contact {
    background-color: #B29657;
    color: #FFF;
}

/* page_audit 施工監査 リニューアル (pc) ------------------------------------------------------------ */

#page_audit .ad_gold {
    color: #B29657;
    font-size: 1.3em;
    font-weight: 700;
}

/* ヒーロー */
.page_audit_hero_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_audit_hero_sec .ad_hero_block {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

.page_audit_hero_sec .ad_hero_block .ad_hero_body {
    flex-grow: 1;
}

.page_audit_hero_sec .ad_hero_block .ad_hero_body .ad_hero_title {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #B29657;
    width: fit-content;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_audit_hero_sec .ad_hero_block .ad_hero_body .ad_hero_lead {
    margin-top: 1.2em;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.page_audit_hero_sec .ad_hero_block .ad_hero_body .ad_hero_text {
    margin-top: 1.4em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_audit_hero_sec .ad_hero_block .ad_hero_img {
    flex-shrink: 0;
    width: 560px;
    height: 400px;
    overflow: hidden;
    border-radius: 6px;
}

.page_audit_hero_sec .ad_hero_block .ad_hero_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 標準で取り入れる理由 */
.page_audit_reason_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_audit_reason_sec .ad_reason_title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

.page_audit_reason_sec .ad_reason_title .ad_reason_title_line {
    width: 46px;
    height: 1px;
    background-color: #B29657;
}

.page_audit_reason_sec .ad_reason_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.page_audit_reason_sec .ad_reason_list .item {
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #EAE4D8;
    border-radius: 6px;
}

.page_audit_reason_sec .ad_reason_list .item .item_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 4px;
}

.page_audit_reason_sec .ad_reason_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_audit_reason_sec .ad_reason_list .item .item_title {
    display: flex;
    align-items: baseline;
    column-gap: 0.5em;
    margin-top: 18px;
    color: #B29657;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.page_audit_reason_sec .ad_reason_list .item .item_title i {
    flex-shrink: 0;
    font-size: 0.9em;
}

.page_audit_reason_sec .ad_reason_list .item .item_text {
    margin-top: 0.8em;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

/* 施工監査とは */
.page_audit_about_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_audit_about_sec .ad_about_block {
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
}

.page_audit_about_sec .ad_about_block .ad_about_body {
    flex-grow: 1;
}

.page_audit_about_sec .ad_about_block .ad_about_body .ad_about_title {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #B29657;
    width: fit-content;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_audit_about_sec .ad_about_block .ad_about_body .ad_about_text {
    margin-top: 1.4em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points {
    display: flex;
    margin-top: 30px;
}

.page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item {
    flex: 1;
    padding-inline: 12px;
    text-align: center;
}

.page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item+.item {
    border-left: 1px solid #DDD;
}

.page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    color: #B29657;
    font-size: 28px;
}

.page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item .item_title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item .item_text {
    margin-top: 0.6em;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    text-align: left;
}

.page_audit_about_sec .ad_about_block .ad_about_img {
    flex-shrink: 0;
    width: 520px;
    height: 480px;
    overflow: hidden;
    border-radius: 6px;
}

.page_audit_about_sec .ad_about_block .ad_about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 主な監査ポイント */
.page_audit_point_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_audit_point_sec .ad_point_head {
    text-align: center;
}

.page_audit_point_sec .ad_point_head .ad_point_title {
    padding-bottom: 0.6em;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
}

.page_audit_point_sec .ad_point_head .ad_point_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 46px;
    height: 2px;
    background-color: #B29657;
}

.page_audit_point_sec .ad_point_head .ad_point_lead {
    margin-top: 1.4em;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.page_audit_point_sec .ad_point_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.page_audit_point_sec .ad_point_list .item {
    padding: 18px 16px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}

.page_audit_point_sec .ad_point_list .item .item_title {
    display: flex;
    align-items: center;
    column-gap: 0.6em;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.page_audit_point_sec .ad_point_list .item .item_title .item_num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background-color: #33415C;
    color: #FFF;
    font-size: 14px;
}

.page_audit_point_sec .ad_point_list .item .item_img {
    width: 100%;
    aspect-ratio: 1/1;
    margin-top: 14px;
    overflow: hidden;
    border-radius: 4px;
}

.page_audit_point_sec .ad_point_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_audit_point_sec .ad_point_list .item .item_text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

/* サービスの特徴 */
.page_audit_feature_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_audit_feature_sec .ad_feature_title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1em;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
}

.page_audit_feature_sec .ad_feature_title .ad_feature_title_line {
    width: 46px;
    height: 1px;
    background-color: #B29657;
}

.page_audit_feature_sec .ad_feature_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.page_audit_feature_sec .ad_feature_list .item {
    background-color: #FFF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
}

.page_audit_feature_sec .ad_feature_list .item .item_num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: #FFF;
    color: #B29657;
    font-size: 20px;
}

.page_audit_feature_sec .ad_feature_list .item .item_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.page_audit_feature_sec .ad_feature_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_audit_feature_sec .ad_feature_list .item .item_title {
    margin: 20px 20px 0;
    padding-left: 14px;
    border-left: 4px solid #B29657;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.page_audit_feature_sec .ad_feature_list .item .item_text {
    padding: 14px 20px 24px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

/* 締め・CTA */
.page_audit_last_sec {
    background-color: #FDF8EE;
}

.page_audit_last_sec .ad_last_block {
    display: flex;
    align-items: stretch;
}

.page_audit_last_sec .ad_last_block .ad_last_body {
    flex: 1;
    padding: 90px 60px 90px max(40px, calc((100% - 1240px) / 2));
}

.page_audit_last_sec .ad_last_block .ad_last_body .ad_last_title {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #B29657;
    width: fit-content;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_audit_last_sec .ad_last_block .ad_last_body .ad_last_text {
    margin-top: 1.4em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_audit_last_sec .ad_last_block .ad_last_body .ad_last_btns {
    display: flex;
    column-gap: 20px;
    margin-top: 36px;
}

.page_audit_last_sec .ad_last_block .ad_last_body .ad_last_btns .ad_last_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.6em;
    min-width: 220px;
    padding: 1.1em 1.5em;
    font-size: 15px;
    letter-spacing: 0.06em;
    transition: opacity 0.3s ease 0s;
}

.page_audit_last_sec .ad_last_block .ad_last_body .ad_last_btns .ad_last_btn:hover {
    opacity: 0.7;
}

.page_audit_last_sec .ad_last_block .ad_last_body .ad_last_btns .ad_last_btn.document {
    border: 1px solid #B29657;
    background-color: #FFF;
    color: #B29657;
}

.page_audit_last_sec .ad_last_block .ad_last_body .ad_last_btns .ad_last_btn.contact {
    background-color: #33415C;
    color: #FFF;
}

.page_audit_last_sec .ad_last_block .ad_last_img {
    flex: 1;
    overflow: hidden;
}

.page_audit_last_sec .ad_last_block .ad_last_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* page_company 代表メッセージ（2026/08 指示） ------------------------------------------------------------ */

.page_company_message_sec {
    padding-block: 100px 0;
    background-color: #FFF;
}

.page_company_message_sec .cp_message_head {
    text-align: center;
}

.page_company_message_sec .cp_message_head .cp_message_label {
    color: #B29657;
    font-size: 16px;
    letter-spacing: 0.14em;
    padding-bottom: 0.6em;
    position: relative;
}

.page_company_message_sec .cp_message_head .cp_message_label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 34px;
    height: 2px;
    background-color: #B29657;
}

.page_company_message_sec .cp_message_head .cp_message_title {
    margin-top: 1em;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_company_message_sec .cp_message_head .cp_message_sub {
    margin-top: 1.2em;
    color: #B29657;
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
}

.page_company_message_sec .cp_message_body {
    max-width: 860px;
    margin: 50px auto 0;
}

.page_company_message_sec .cp_message_body .cp_message_text {
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.page_company_message_sec .cp_message_body .cp_message_text+.cp_message_text {
    margin-top: 1.6em;
}

.page_company_message_sec .cp_message_body .cp_message_img {
    width: 100%;
    aspect-ratio: 16 / 8.5;
    margin-block: 40px;
    overflow: hidden;
    border-radius: 6px;
}

.page_company_message_sec .cp_message_body .cp_message_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_company_message_sec .cp_message_body .cp_message_sign {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
}

.page_company_message_sec .cp_message_body .cp_message_sign .cp_message_sign_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: left;
}

/* 代表メッセージ冒頭の代表写真（2026/08 指示） */

.page_company_message_sec .cp_message_body .cp_message_intro {
    display: flex;
    align-items: flex-start;
    column-gap: 50px;
}

.page_company_message_sec .cp_message_body .cp_message_intro .cp_message_intro_texts {
    flex-grow: 1;
}

.page_company_message_sec .cp_message_body .cp_message_intro .cp_message_photo {
    flex-shrink: 0;
    width: 300px;
    aspect-ratio: 313 / 391;
    overflow: hidden;
    border-radius: 6px;
}

.page_company_message_sec .cp_message_body .cp_message_intro .cp_message_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_company_message_sec .cp_message_body .cp_message_intro+.cp_message_text {
    margin-top: 1.6em;
}

/* page_works カテゴリ常設タブ（2026/08 指示・梅岡gallery参考） ------------------------------------------------------------ */

#page_works .works .works_cat_tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(6px, 0.8vw, 12px);
    margin-top: 30px;
}

#page_works .works .works_cat_tabs .works_cat_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    white-space: nowrap;
    padding: 0.7em clamp(0.8em, 1.4vw, 1.4em);
    border: 1px solid #B29657;
    background-color: #FFF;
    color: #B29657;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: background 0.3s, color 0.3s ease 0s;
}

#page_works .works .works_cat_tabs .works_cat_tab:hover,
#page_works .works .works_cat_tabs .works_cat_tab.current {
    background-color: #B29657;
    color: #FFF;
}

/* page_specification 仕様について (pc) ------------------------------------------------------------------------------------------------------ */

/* イントロ */
.page_shiyo_intro_sec {
    padding-block: 90px 0;
    background-color: #FDFBF7;
}

.page_shiyo_intro_sec .sh_intro_head {
    text-align: center;
}

.page_shiyo_intro_sec .sh_intro_head .sh_intro_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.page_shiyo_intro_sec .sh_intro_head .sh_intro_text {
    margin-top: 1.4em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

/* 仕様5カテゴリ */
.page_shiyo_list_sec {
    padding-block: 70px 100px;
    background-color: #FDFBF7;
}

.page_shiyo_list_sec .sh_category_list .item {
    display: flex;
    align-items: flex-start;
    column-gap: 36px;
    padding: 40px;
    background-color: #FFF;
    border: 1px solid #EAE4D8;
    border-radius: 8px;
}

.page_shiyo_list_sec .sh_category_list .item+.item {
    margin-top: 40px;
}

.page_shiyo_list_sec .sh_category_list .item .item_img {
    flex-shrink: 0;
    width: 300px;
    height: 340px;
    overflow: hidden;
    border-radius: 6px;
}

.page_shiyo_list_sec .sh_category_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_shiyo_list_sec .sh_category_list .item .item_body {
    flex-grow: 1;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_title {
    display: flex;
    align-items: baseline;
    column-gap: 0.4em;
    padding-bottom: 0.6em;
    border-bottom: 2px solid #B29657;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_title .item_num {
    color: #B29657;
    font-size: 1.1em;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_title .item_title_sub {
    font-size: 0.65em;
    font-weight: 500;
    color: #888;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_lead {
    margin-top: 1.2em;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_specs {
    margin-top: 18px;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_specs .item_spec {
    display: flex;
    align-items: baseline;
    column-gap: 16px;
    padding-block: 10px;
    border-bottom: 1px dashed #DDD;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_specs .item_spec .item_spec_label {
    display: flex;
    align-items: baseline;
    column-gap: 0.5em;
    flex-shrink: 0;
    width: 12em;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_specs .item_spec .item_spec_label i {
    color: #B29657;
    font-size: 0.85em;
}

.page_shiyo_list_sec .sh_category_list .item .item_body .item_specs .item_spec .item_spec_value {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

.page_shiyo_list_sec .sh_category_list .item .item_catch {
    flex-shrink: 0;
    width: 130px;
    text-align: center;
    align-self: center;
}

.page_shiyo_list_sec .sh_category_list .item .item_catch .item_catch_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border: 1px solid #B29657;
    border-radius: 50%;
    color: #B29657;
    font-size: 30px;
}

.page_shiyo_list_sec .sh_category_list .item .item_catch .item_catch_text {
    margin-top: 12px;
    color: #B29657;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

/* CTA */
.page_shiyo_cta_sec {
    background-color: #F5F1E8;
}

.page_shiyo_cta_sec .sh_cta_block {
    display: flex;
    align-items: stretch;
}

.page_shiyo_cta_sec .sh_cta_block .sh_cta_body {
    flex: 1;
    padding: 90px 60px 90px max(40px, calc((100% - 1240px) / 2));
}

.page_shiyo_cta_sec .sh_cta_block .sh_cta_body .sh_cta_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.page_shiyo_cta_sec .sh_cta_block .sh_cta_body .sh_cta_text {
    margin-top: 1.4em;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
}

.page_shiyo_cta_sec .sh_cta_block .sh_cta_body .sh_cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8em;
    width: fit-content;
    min-width: 340px;
    margin-top: 36px;
    padding: 1.1em 2em;
    background-color: #B29657;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 0.06em;
    transition: opacity 0.3s ease 0s;
}

.page_shiyo_cta_sec .sh_cta_block .sh_cta_body .sh_cta_btn:hover {
    opacity: 0.7;
}

.page_shiyo_cta_sec .sh_cta_block .sh_cta_body .sh_cta_btn i {
    font-size: 0.85em;
}

.page_shiyo_cta_sec .sh_cta_block .sh_cta_img {
    flex: 1;
    overflow: hidden;
}

.page_shiyo_cta_sec .sh_cta_block .sh_cta_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* page_about リニューアル (pc) ------------------------------------------------------------------------------------------------------ */

/* 共通：詳しく見るボタン */
#page_about .ab_link_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.8em;
    width: fit-content;
    min-width: 340px;
    padding: 1.1em 2em;
    background-color: #B29657;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: opacity 0.3s ease 0s;
}

#page_about .ab_link_btn:hover {
    opacity: 0.7;
}

#page_about .ab_link_btn i {
    font-size: 0.8em;
}

/* BRAND STATEMENT */
.page_about_statement_sec {
    padding-block: 100px;
    background-color: #F5F5F5;
}

.page_about_statement_sec .ab_statement_block {
    display: flex;
    align-items: center;
    column-gap: 70px;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body {
    flex-grow: 1;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_label {
    font-size: 16px;
    letter-spacing: 0.14em;
    padding-bottom: 0.6em;
    position: relative;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #B29657;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_title {
    margin-top: 1.2em;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_text {
    margin-top: 2em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_script {
    margin-top: 0.6em;
    color: #B29657;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-size: 26px;
    text-align: right;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points {
    display: flex;
    margin-top: 40px;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points .item {
    flex: 1;
    padding-inline: 10px;
    text-align: center;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points .item+.item {
    border-left: 1px solid #CCC;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    color: #333;
    font-size: 34px;
}

.page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points .item .item_text {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.page_about_statement_sec .ab_statement_block .ab_statement_img {
    flex-shrink: 0;
    width: 480px;
    height: 640px;
    border-top-left-radius: 160px;
    overflow: hidden;
}

.page_about_statement_sec .ab_statement_block .ab_statement_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PHILOSOPHY */
.page_about_philosophy_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_about_philosophy_sec .ab_philosophy_head {
    text-align: center;
}

.page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_label {
    font-size: 16px;
    letter-spacing: 0.14em;
    padding-bottom: 0.6em;
    position: relative;
}

.page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_label::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 34px;
    height: 2px;
    background-color: #B29657;
}

.page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_title {
    margin-top: 1em;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_sub {
    margin-top: 1.2em;
    font-size: 18px;
    letter-spacing: 0.2em;
    padding-bottom: 0.8em;
    position: relative;
}

.page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_sub::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 34px;
    height: 1px;
    background-color: #B29657;
}

.page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_lead {
    margin-top: 1.4em;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.page_about_philosophy_sec .ab_philosophy_list {
    display: flex;
    margin-top: 60px;
}

.page_about_philosophy_sec .ab_philosophy_list .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-inline: 28px;
    text-align: center;
}

.page_about_philosophy_sec .ab_philosophy_list .item+.item {
    border-left: 1px solid #CCC;
}

.page_about_philosophy_sec .ab_philosophy_list .item .item_letter {
    font-size: 64px;
    line-height: 1.2;
    padding-bottom: 0.25em;
    position: relative;
}

.page_about_philosophy_sec .ab_philosophy_list .item .item_letter::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #B29657;
}

.page_about_philosophy_sec .ab_philosophy_list .item .item_word {
    margin-top: 1em;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_about_philosophy_sec .ab_philosophy_list .item .item_text {
    margin-top: 1.4em;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
}

.page_about_philosophy_sec .ab_philosophy_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: auto auto 0;
    padding-top: 24px;
    box-sizing: content-box;
    color: #333;
    font-size: 40px;
}

/* STRENGTH */
.page_about_strength_sec {
    padding-block: 100px;
    background-color: #FDFBF7;
}

.page_about_strength_sec .ab_strength_head {
    text-align: center;
}

.page_about_strength_sec .ab_strength_head .ab_strength_label {
    font-size: 16px;
    letter-spacing: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.2em;
}

.page_about_strength_sec .ab_strength_head .ab_strength_label::before,
.page_about_strength_sec .ab_strength_head .ab_strength_label::after {
    content: "";
    width: 46px;
    height: 1px;
    background-color: #B29657;
}

.page_about_strength_sec .ab_strength_head .ab_strength_title {
    margin-top: 0.6em;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_about_strength_sec .ab_strength_head .ab_strength_lead {
    margin-top: 1.4em;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
}

.page_about_strength_sec .ab_strength_list {
    margin-top: 50px;
}

.page_about_strength_sec .ab_strength_list .item {
    display: flex;
    align-items: center;
    column-gap: 40px;
    padding: 24px;
    background-color: #FFF;
    border: 1px solid #EAE4D8;
    border-radius: 6px;
}

.page_about_strength_sec .ab_strength_list .item+.item {
    margin-top: 24px;
}

.page_about_strength_sec .ab_strength_list .item .item_img {
    flex-shrink: 0;
    width: 490px;
    height: 190px;
    overflow: hidden;
    border-radius: 4px;
}

.page_about_strength_sec .ab_strength_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_about_strength_sec .ab_strength_list .item .item_body {
    flex-grow: 1;
}

.page_about_strength_sec .ab_strength_list .item .item_body .item_title {
    display: flex;
    align-items: center;
    column-gap: 0.8em;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page_about_strength_sec .ab_strength_list .item .item_body .item_title .item_num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #B29657;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0;
}

.page_about_strength_sec .ab_strength_list .item .item_body .item_text {
    margin-top: 1em;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
}

.page_about_strength_sec .ab_strength_list .item .item_body .item_text .item_gold {
    color: #B29657;
}

.page_about_strength_sec .ab_strength_bottom {
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
}

/* SPEC 誘導 */
.page_about_spec_sec {
    padding-top: 100px;
    background-color: #F5F5F5;
}

.page_about_spec_sec .ab_spec_block {
    display: flex;
    align-items: center;
    column-gap: 70px;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body {
    flex-grow: 1;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_label {
    font-size: 16px;
    letter-spacing: 0.14em;
    padding-bottom: 0.6em;
    position: relative;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #B29657;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_title {
    margin-top: 1em;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_text {
    margin-top: 1.8em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points {
    display: flex;
    margin-top: 36px;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item {
    flex: 1;
    padding-inline: 10px;
    text-align: center;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item+.item {
    border-left: 1px solid #CCC;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    color: #333;
    font-size: 32px;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item .item_title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item .item_text {
    margin-top: 0.4em;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.page_about_spec_sec .ab_spec_block .ab_spec_body .ab_link_btn {
    margin-top: 40px;
}

.page_about_spec_sec .ab_spec_block .ab_spec_img {
    flex-shrink: 0;
    width: 480px;
    height: 620px;
    border-top-left-radius: 160px;
    overflow: hidden;
}

.page_about_spec_sec .ab_spec_block .ab_spec_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_about_spec_sec .ab_spec_bottom {
    margin-top: 80px;
    padding-block: 40px;
    background-color: #ECECEC;
}

.page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list {
    display: flex;
}

.page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item {
    flex: 1;
    padding-inline: 10px;
    text-align: center;
}

.page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item+.item {
    border-left: 1px solid #CCC;
}

.page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item .item_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item .item_title .item_num {
    color: #B29657;
    font-size: 1.5em;
}

.page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item .item_title .item_small {
    font-size: 0.7em;
}

.page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item .item_text {
    margin-top: 0.5em;
    font-size: 13px;
    letter-spacing: 0.05em;
}

/* SUPPORT 誘導 */
.page_about_support_sec {
    padding-block: 100px;
    background-color: #FFF;
}

.page_about_support_sec .ab_support_block {
    display: flex;
    align-items: center;
    column-gap: 70px;
}

.page_about_support_sec .ab_support_block .ab_support_body {
    flex-grow: 1;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_label {
    font-size: 16px;
    letter-spacing: 0.14em;
    padding-bottom: 0.6em;
    position: relative;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #B29657;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_title {
    margin-top: 1em;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_text {
    margin-top: 1.8em;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.05em;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_list {
    margin-top: 30px;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_list .item {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding-block: 18px;
    border-bottom: 1px solid #CCC;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_list .item:first-child {
    border-top: 1px solid #CCC;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    border-radius: 50%;
    color: #333;
    font-size: 14px;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_support_list .item .item_text {
    font-size: 15px;
    letter-spacing: 0.05em;
}

.page_about_support_sec .ab_support_block .ab_support_body .ab_link_btn {
    margin-top: 40px;
}

.page_about_support_sec .ab_support_block .ab_support_img {
    flex-shrink: 0;
    width: 480px;
    height: 620px;
    border-top-left-radius: 160px;
    overflow: hidden;
}

.page_about_support_sec .ab_support_block .ab_support_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FLOW */
.page_about_flow_sec {
    padding-block: 100px;
    background-color: #F5F5F5;
}

.page_about_flow_sec .ab_flow_head {
    text-align: center;
}

.page_about_flow_sec .ab_flow_head .ab_flow_title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.page_about_flow_sec .ab_flow_head .ab_flow_label {
    margin-top: 0.6em;
    font-size: 15px;
    letter-spacing: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.2em;
}

.page_about_flow_sec .ab_flow_head .ab_flow_label::before,
.page_about_flow_sec .ab_flow_head .ab_flow_label::after {
    content: "";
    width: 46px;
    height: 1px;
    background-color: #B29657;
}

.page_about_flow_sec .ab_flow_head .ab_flow_lead {
    margin-top: 1em;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.page_about_flow_sec .ab_flow_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 28px;
    margin-top: 50px;
}

.page_about_flow_sec .ab_flow_list .item {
    padding: 32px 20px;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    text-align: center;
    position: relative;
}

.page_about_flow_sec .ab_flow_list .item:not(:nth-child(4n))::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #B29657;
}

.page_about_flow_sec .ab_flow_list .item .item_step {
    font-size: 15px;
    letter-spacing: 0.12em;
}

.page_about_flow_sec .ab_flow_list .item .item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 16px auto 0;
    color: #333;
    font-size: 36px;
}

.page_about_flow_sec .ab_flow_list .item .item_title {
    margin-top: 16px;
    padding-bottom: 0.7em;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    position: relative;
}

.page_about_flow_sec .ab_flow_list .item .item_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: #B29657;
}

.page_about_flow_sec .ab_flow_list .item .item_text {
    margin-top: 1em;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.03em;
    text-align: left;
}

.page_about_flow_sec .ab_flow_bottom {
    margin-top: 50px;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-align: center;
}

.page_about_flow_sec .ab_flow_script {
    margin-top: 0.8em;
    color: #B29657;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-size: 24px;
    text-align: center;
}

/* 関連リンク */
.page_about_related_sec {
    padding-block: 100px;
    background-color: #EFEDE8;
}

.page_about_related_sec .ab_related_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.page_about_related_sec .ab_related_list .item {
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page_about_related_sec .ab_related_list .item .item_link {
    display: block;
    color: #333;
    transition: opacity 0.3s ease 0s;
}

.page_about_related_sec .ab_related_list .item .item_link:hover {
    opacity: 0.7;
}

.page_about_related_sec .ab_related_list .item .item_link .item_img {
    width: 100%;
    aspect-ratio: 43/35;
    overflow: hidden;
}

.page_about_related_sec .ab_related_list .item .item_link .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_about_related_sec .ab_related_list .item .item_link .item_body {
    padding: 30px 24px 34px;
    text-align: center;
}

.page_about_related_sec .ab_related_list .item .item_link .item_body .item_title {
    padding-bottom: 0.7em;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.6;
    position: relative;
}

.page_about_related_sec .ab_related_list .item .item_link .item_body .item_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 34px;
    height: 2px;
    background-color: #B29657;
}

.page_about_related_sec .ab_related_list .item .item_link .item_body .item_text {
    margin-top: 1.2em;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
}

.page_about_related_sec .ab_related_list .item .item_link .item_body .item_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 24px auto 0;
    border: 1px solid #B29657;
    border-radius: 50%;
    color: #B29657;
    font-size: 15px;
}

/* モデルハウス (pc) ------------------------------------------------------------------------------------------------------ */

#page_model_house .model_house {
    padding: 120px 0 0;
}

#page_model_house .model_house .model_house_title {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.08em;
    text-align: center;
}

#page_model_house .model_house .model_house_img {
    aspect-ratio: 10/7;
    max-width: 800px;
    margin: 40px auto 0;
}

#page_model_house .model_house .model_house_message {
    max-width: 800px;
    margin: 30px auto 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
}

#page_model_house .gallery {
    padding: 100px 0 0;
}

/* ページャの丸が拡大時に切れないよう、下に余白を確保する */
#page_model_house .gallery .gallery_swiper {
    margin-top: 30px;
    padding-bottom: 10px;
}

#page_model_house .gallery .gallery_swiper .gallery_img {
    aspect-ratio: 10/7;
}

/* 画像だけのスライダーなので、ページャは画像に重ねず下に出す */
#page_model_house .gallery .gallery_swiper .swiper-pagination {
    display: flex;
    position: relative;
    bottom: auto;
    column-gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

#page_model_house .gallery .gallery_swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 !important;
    border-radius: 50%;
    background-color: #EFE3CA;
    opacity: 1;
}

#page_model_house .gallery .gallery_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.4);
    background-color: #B29657;
}

#page_model_house .outline {
    position: relative;
    margin-top: 120px;
    padding: 100px 0;
}

/* 背景の帯を画面幅いっぱいに広げる（mainがoverflow:hiddenなので横スクロールは出ない） */
#page_model_house .outline::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: #F7F6F1;
    content: "";
}

#page_model_house .outline .outline_contents {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 4%;
    margin-top: 30px;
}

#page_model_house .outline .outline_contents .outline_items .outline_item {
    display: grid;
    position: relative;
    grid-template-columns: 120px 1fr;
    padding: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

#page_model_house .outline .outline_contents .outline_items .outline_item::before {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #B29657;
    content: "";
}

#page_model_house .outline .outline_contents .outline_items .outline_item dt {
    font-weight: 500;
    font-size: 16px;
}

#page_model_house .outline .outline_contents .outline_items .outline_item dd {
    font-weight: 400;
    font-size: 16px;
}

#page_model_house .model_house_archive .model_house_items {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 20px;
}

#page_model_house .model_house_archive .model_house_items .model_house_item .model_house_link {
    display: block;
    color: #333;
}

#page_model_house .model_house_archive .model_house_items .model_house_item .model_house_link .model_house_img {
    aspect-ratio: 5/4;
}

#page_model_house .model_house_archive .model_house_items .model_house_item .model_house_link .model_house_title {
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}


/* トップのモデルハウススライダーだけ元のずらしレイアウトに戻す（2026-09-04 差し戻し。共通の .top_model 定義は触らず #main で詳細度を上げて上書き） */
#main .top_model .common_heading_ja,
#main .top_model .common_heading_en {
    text-align: left;
}

#main .top_model .wrap {
    width: 1140px;
}

/* 左340pxの見出し帯ぶんは padding で確保する（Swiperは自身の左右paddingを引いた幅でスライドを計算するため、
   ここをtransformやslidesOffsetBeforeでずらすのと違って「実際に置ける幅」が正しく伝わる・2026/09/04） */
#main .top_model .top_model_swiper {
    max-width: none;
    /* 右は画面端ぴったりではなく30px空ける（カード間のgapと同値・2026/09/04） */
    margin: -130px calc(50% - 50vw + 30px) 0 0;
    padding: 0 0 0 340px;
}

#main .top_model .top_model_swiper::before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    background-color: #F7F6F1;
    content: "";
    pointer-events: none;
}

/* 見出し帯を除いた可視領域（＝上のpaddingを引いた幅）に、カード2枚がちょうど収まる幅にする（見切れ防止・2026/09/04）
   カード幅 = (可視領域 - gap30px) ÷ 2 = 50% - 15px
   ⛔ ずらしを transform で行ってはいけない。transformはSwiperのレイアウト計算に入らないため、
      「スライドは収まっている」と誤判定されて矢印がロックされ、右にはみ出したカードを操作で見ることもできなくなる */
#main .top_model .swiper-slide {
    -webkit-transform: none;
    width: calc(50% - 15px);
    transform: none;
}

#main .top_model .model_img {
    aspect-ratio: 520/310;
}

/* 元は top:230px に Swiper の margin-top:-22px と親テーマの translateY(-50%) が乗って 178px の位置。現行が両方を打ち消しているので値で持たせる */
#main .top_model .swiper-button-prev,
#main .top_model .swiper-button-next {
    top: 178px;
    bottom: auto;
}

#main .top_model .swiper-button-prev {
    left: 0;
}

#main .top_model .swiper-button-next {
    left: 140px;
}

#main .top_model .swiper-pagination {
    -webkit-transform: none;
    top: 190px;
    bottom: auto;
    left: 83px;
    transform: none;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        min-width: initial;
        padding-top: 0;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* --------------------------------------------------------------- 
    リブランド株式会社 CSS
    ----------------------------------------------------------------- */

    .common_section {
        padding: 15vw 0;
    }

    .common_heading .common_heading_ja {
        font-size: 7vw;
        line-height: 1.3;
        letter-spacing: 0.13em;
    }

    .common_heading .common_heading_en {
        margin-top: 2vw;
        font-size: 4vw;
    }

    .common_btn {
        width: 75vw;
        height: 14vw;
        padding-left: 5vw;
        font-size: 3.8vw;
    }

    .common_btn::before {
        right: 5vw;
        width: 9vw;
    }

    .common_btn:hover {
        background-color: transparent;
        color: #B29657;
    }

    .common_btn:hover::before {
        background-image: url(/wp-content/themes/swell_child/image/common_arrow_gold.svg);
    }

    .common_btn.black:hover {
        background-color: transparent;
        color: #333;
    }

    .common_btn.black:hover::before {
        background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
    }

    .common_fv {
        margin-top: 70px;
    }

    .common_fv .common_fv_wrapper {
        aspect-ratio: 390/240;
    }

    .common_fv .common_fv_heading_ja {
        font-weight: 400;
        font-size: 7vw;
        line-height: 1;
    }

    .common_fv .common_fv_heading_en {
        margin-top: 1vw;
        font-size: 5vw;
    }

    .common_fv_bread {
        margin-top: 2vw;
        padding-bottom: 5vw;
    }

    .common_fv_items {
        -webkit-column-gap: 1vw;
        -moz-column-gap: 1vw;
        column-gap: 1vw;
        font-size: 3vw;
    }

    .common_fv_items span a span:hover {
        opacity: 1;
    }

    .common_form {
        padding: 8vw 4vw;
    }

    .common_form .common_heading_ja {
        font-size: 6vw;
    }

    .common_form .form_items {
        margin-top: 2vw;
    }

    .common_form .form_item {
        padding: 3vw 0;
    }

    .common_form .form_item::before {
        width: 25%;
    }

    .common_form .form_lead {
        font-size: 4vw;
    }

    .common_form .form_lists {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        column-gap: 4vw;
        row-gap: 2vw;
        margin-top: 2vw;
        padding-left: 2vw;
    }

    .common_form .form_text {
        padding-left: 5vw;
        font-size: 4vw;
    }

    .common_form .form_text::before {
        width: 3.5vw;
    }

    .common_form .form_text::after {
        width: 3vw;
    }

    .common_form .form_btn {
        width: 60vw;
        margin: 10vw auto 0;
    }

    .common_form .form_btn:hover {
        background-color: transparent;
    }

    .wp-pagenavi {
        -webkit-column-gap: 1.5vw;
        -moz-column-gap: 1.5vw;
        column-gap: 1.5vw;
        row-gap: 1.5vw;
        margin-top: 10vw;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        padding: 1vw 2vw !important;
        font-size: 3.5vw;
    }

    .wp-pagenavi a:hover {
        border: 1px solid #333 !important;
        background-color: transparent !important;
        color: #333 !important;
    }

    /* header (sp) ------------------------------------------------------------------------------------------------------ */

    .header {
        min-width: initial;
        height: 70px;
        padding: 0 20px;
    }

    .header .header_logo {
        width: 150px;
    }

    .header .header_logo:hover {
        opacity: 1;
    }

    .header .header_nav {
        display: none;
    }

    .header .header_tel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1/1;
        width: 46px;
        margin-left: auto;
        padding-top: 5px;
        border: 1px solid #333;
        color: #333;
        font-weight: 400;
        font-size: 8px;
        text-transform: uppercase;
    }

    .header .header_tel::before {
        aspect-ratio: 1/1;
        width: 21px;
        margin-bottom: 2px;
        background-image: url(/wp-content/themes/swell_child/image/common_icon_tel.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .header .header_mail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1/1;
        width: 46px;
        margin-left: 4px;
        padding-top: 5px;
        background-color: #F7F6F1;
        color: #333;
        font-weight: 500;
        font-size: 8px;
    }

    .header .header_mail::before {
        aspect-ratio: 25/18;
        width: 25px;
        margin-bottom: 2px;
        background-image: url(/wp-content/themes/swell_child/image/common_icon_mail.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .header .header_btn {
        position: relative;
        aspect-ratio: 1/1;
        width: 46px;
        margin-left: 4px;
        background-color: #333;
        cursor: pointer;
    }

    .header .header_btn span {
        -webkit-transform: translateX(-50%);
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        position: absolute;
        left: 50%;
        width: 24px;
        height: 1px;
        transform: translateX(-50%);
        background-color: #FFF;
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }

    .header .header_btn span:nth-child(1) {
        top: 15px;
    }

    .header .header_btn span:nth-child(2) {
        top: 23px;
    }

    .header .header_btn span:nth-child(3) {
        top: 31px;
    }

    .header .header_btn.active span:nth-child(1) {
        -webkit-transform: translateX(-50%) rotate(-135deg);
        top: 23px;
        transform: translateX(-50%) rotate(-135deg);
    }

    .header .header_btn.active span:nth-child(2) {
        display: none;
    }

    .header .header_btn.active span:nth-child(3) {
        -webkit-transform: translateX(-50%) rotate(135deg);
        top: 23px;
        transform: translateX(-50%) rotate(135deg);
    }

    /* drawer (sp) ------------------------------------------------------------------------------------------------------ */

    .drawer {
        -webkit-transition: opacity 0.3s ease 0s;
        visibility: hidden;
        z-index: 15;
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        height: 100dvh;
        height: 100vh;
        padding-top: 10vw;
        padding-bottom: calc(70px + 10vw);
        overflow: scroll;
        background-color: #FFF9EB;
        opacity: 0;
        transition: opacity 0.3s ease 0s;
    }

    .drawer.active {
        visibility: visible;
        opacity: 1;
    }

    .drawer::-webkit-scrollbar {
        display: none;
    }

    .drawer .drawer_wrapper {
        padding: 0 5vw;
    }

    .drawer .drawer_lead {
        font-weight: 400;
        font-size: 4.5vw;
        text-transform: uppercase;
    }

    .drawer .drawer_items {
        height: 72vw;
        margin-top: 5vw;
        overflow: scroll;
    }

    .drawer .drawer_items::-webkit-scrollbar {
        display: none;
    }

    .drawer .drawer_item:first-child a {
        padding-top: 0;
    }

    .drawer .drawer_item a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        padding-top: 3vw;
        border-bottom: 1px solid #EFE3CA;
        color: #333;
    }

    .drawer .drawer_item a::after {
        -webkit-transform: translateY(-50%) rotate(45deg);
        position: absolute;
        top: calc(50% + 2vw);
        right: 2vw;
        aspect-ratio: 1/1;
        width: 2vw;
        transform: translateY(-50%) rotate(45deg);
        border: 1.5px solid #333;
        border-bottom: none;
        border-left: none;
        content: "";
    }

    .drawer .drawer_text_en {
        font-weight: 400;
        font-size: 7.5vw;
        text-transform: uppercase;
    }

    .drawer .drawer_text_ja {
        -webkit-transform: translateY(1vw);
        margin-left: 3vw;
        transform: translateY(1vw);
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .drawer .drawer_btns {
        margin-top: 10vw;
    }

    .drawer .drawer_btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        aspect-ratio: 290/54;
        width: 75vw;
        margin: 2vw auto 0;
    }

    .drawer .drawer_btn:nth-child(1) {
        background-color: #B29657;
    }

    .drawer .drawer_btn:nth-child(2) {
        background-color: #B9974B;
    }

    .drawer .drawer_btn:nth-child(3) {
        background-color: #9D803E;
    }

    .drawer .drawer_btn_ja {
        color: #FFF;
        font-weight: 500;
        font-size: 3.8vw;
        letter-spacing: 0.1em;
    }

    .drawer .drawer_btn_en {
        color: #FFF;
        font-weight: 400;
        font-size: 3vw;
        text-transform: uppercase;
    }

    .drawer .drawer_tel {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 8vw auto 0;
        color: #B29657;
        font-weight: 400;
        font-size: 4vw;
        line-height: 1;
    }

    .drawer .drawer_tel span {
        margin-left: 1vw;
        font-size: 6vw;
    }

    .drawer .drawer_time {
        color: #333;
        font-weight: 500;
        font-size: 3.3vw;
        letter-spacing: 0.04em;
        text-align: center;
    }

    .drawer .drawer_address {
        margin-top: 5vw;
        color: #333;
        font-weight: 500;
        font-size: 3.3vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
        text-align: center;
    }

    .drawer .drawer_others {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 4vw;
        justify-content: center;
        margin-top: 10vw;
    }

    .drawer .drawer_other {
        color: #333;
        font-weight: 500;
        font-size: 3vw;
        letter-spacing: 0.04em;
    }

    .drawer .drawer_other:not(:first-child) {
        position: relative;
    }

    .drawer .drawer_other:not(:first-child)::before {
        -webkit-transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: -2vw;
        width: 1px;
        height: 80%;
        transform: translateY(-50%);
        background-color: #333;
        content: "";
    }

    .drawer .drawer_bottom {
        margin-top: 5vw;
        padding-top: 5vw;
        border-top: 1px solid #333;
    }

    .drawer .drawer_copy {
        color: #333;
        font-weight: 400;
        font-size: 3vw;
        text-align: center;
    }

    .drawer .drawer_copy small {
        font-size: 100%;
    }

    /* footer (sp) ------------------------------------------------------------------------------------------------------ */

    .footer {
        padding-top: 20vw;
    }

    .footer .footer_wrapper {
        display: block;
    }

    .footer .footer_logo {
        display: block;
        width: 50vw;
        margin: 0 auto;
    }

    .footer .footer_logo:hover {
        opacity: 1;
    }

    .footer .footer_contact {
        width: 55vw;
        margin: 8vw auto 0;
        padding-top: 0.5vw;
    }

    .footer .footer_contact:hover {
        border: 1px solid #FFF;
        background-color: transparent;
    }

    .footer .footer_contact_ja {
        font-size: 3.8vw;
    }

    .footer .footer_contact_en {
        margin-top: 0.5vw;
        font-size: 3vw;
    }

    .footer .footer_tel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5vw;
        font-size: 4vw;
    }

    .footer .footer_tel span {
        margin-left: 1vw;
        font-size: 6vw;
    }

    .footer .footer_time {
        margin-top: 1vw;
        font-size: 3.3vw;
        text-align: center;
    }

    .footer .footer_address {
        margin-top: 5vw;
        font-size: 3.3vw;
        text-align: center;
    }

    .footer .footer_items {
        display: none;
    }

    .footer .footer_others_sp {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 4vw;
        justify-content: center;
        margin-top: 20vw;
    }

    .footer .footer_other_sp {
        color: #FFF;
        font-weight: 500;
        font-size: 3vw;
        letter-spacing: 0.04em;
    }

    .footer .footer_other_sp:not(:first-child) {
        position: relative;
    }

    .footer .footer_other_sp:not(:first-child)::before {
        -webkit-transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: -2vw;
        width: 1px;
        height: 80%;
        transform: translateY(-50%);
        background-color: #FFF;
        content: "";
    }

    .footer .footer_bottom {
        margin-top: 5vw;
        padding-top: 5vw;
        padding-bottom: 12vw;
    }

    .footer .footer_copy {
        font-size: 3vw;
    }

    .footer .footer_outer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .footer_others {
        display: none;
    }

    /* loading (sp) -------------------------------------------------------------------------------------------------------------------- */

    .loading .loading_logo {
        width: 60vw;
    }

    /* top_fv (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_fv {
        margin-top: 70px;
        height: calc(100vh - 70px);
    }

    .top_fv .fv_catch .fv_catch_text--pc {
        display: none;
    }

    .top_fv .fv_catch .fv_catch_text--sp {
        display: block;
    }

    .top_fv .fv_catch .fv_catch_text--sp .fv_catch_text_svg {
        width: 80.7vw;
    }

    .top_fv .fv_catch .fv_catch_deco {
        width: 83.3vw;
        margin-top: 2.5vw;
    }

    .top_fv .fv_catch .fv_catch_deco .fv_catch_deco_img--pc {
        display: none;
    }

    .top_fv .fv_catch .fv_catch_deco .fv_catch_deco_img--sp {
        display: block;
    }

    .top_fv .fv_bottom {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        bottom: 10.2vw;
        justify-content: flex-end;
    }

    .top_fv .fv_bottom .fv_copyright {
        display: none;
    }

    .top_fv .fv_bottom .slick-dots li {
        margin: 0 5.1vw;
    }

    /* top_banner (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_banner {
        padding-top: 3vw;
    }

    .top_banner .swiper-slide {
        aspect-ratio: 640/320;
        width: 90vw;
    }

    .top_banner .swiper-slide:hover {
        opacity: 1;
    }

    /* top_purchase (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_purchase {
        padding-top: 12vw;
        padding-bottom: 20vw;
    }

    .top_purchase::before {
        -webkit-transform: translateX(0);
        left: 0;
        width: 135vw;
        transform: translateX(0);
    }

    .top_purchase .top_purchase_swiper {
        margin: 5vw calc(50% - 50vw);
        padding-bottom: 12vw;
    }

    .top_purchase .swiper-slide {
        width: 310px;
    }

    .top_purchase .swiper-slide:hover .purchase_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_purchase .swiper-slide:hover .purchase_btn {
        background-color: #333;
        color: #FFF;
    }

    .top_purchase .purchase_img {
        aspect-ratio: 310/180;
    }

    .top_purchase .purchase_body {
        min-height: 470px;
    }

    .top_purchase .purchase_title {
        font-size: 15px;
    }

    .top_purchase .swiper-pagination {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        column-gap: 4vw;
    }

    .top_purchase .swiper-pagination-bullet {
        width: 2vw;
        height: 2vw;
    }

    .top_purchase .purchase_link {
        margin: 10vw auto 0;
    }

    /* top_model (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_model {
        padding: 15vw 0;
    }

    .top_model .common_heading_ja,
    .top_model .common_heading_en {
        text-align: center;
    }

    .top_model .top_model_swiper {
        margin: 5vw 0 0;
        padding-bottom: 30vw;
    }

    .top_model .top_model_swiper::before {
        display: none;
    }

    .top_model .swiper-slide {
        -webkit-transform: translateX(0);
        width: 100%;
        transform: translateX(0);
    }

    .top_model .model_img {
        aspect-ratio: 350/200;
    }

    .top_model .model_title {
        margin-top: 3vw;
        font-size: 4.5vw;
    }

    .top_model .model_text {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    .top_model .swiper-button-prev,
    .top_model .swiper-button-next {
        top: auto;
        /* PC側で margin-top・transform を打ち消したため、SPは従来の描画位置（約52px上）を値で持たせる */
        bottom: 13.9vw;
        width: 15vw;
        height: 15vw;
    }

    .top_model .swiper-button-prev:hover,
    .top_model .swiper-button-next:hover {
        opacity: 1;
    }

    .top_model .swiper-button-prev {
        left: 18vw;
    }

    .top_model .swiper-button-next {
        right: 18vw;
        left: auto;
    }

    .top_model .swiper-pagination {
        -webkit-transform: translateX(-50%);
        top: auto;
        bottom: 11vw;
        left: 50%;
        transform: translateX(-50%);
        font-size: 5vw;
    }

    .top_model .model_btn {
        width: 75vw;
        margin: 0 auto;
    }

    /* top_works (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_works {
        padding: 20vw 0;
    }

    .top_works::before {
        -webkit-transform: translateX(0);
        right: -20vw;
        left: auto;
        width: 85vw;
        transform: translateX(0);
    }

    .top_works .common_heading_ja,
    .top_works .common_heading_en {
        text-align: left;
    }

    .top_works .works_text {
        margin-top: 5vw;
        font-size: 3.3vw;
        letter-spacing: 0.08em;
        text-align: left;
    }

    .top_works .works_items {
        -webkit-column-gap: 2.5vw;
        -moz-column-gap: 2.5vw;
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 1.25vw));
        column-gap: 2.5vw;
        row-gap: 5vw;
        margin-top: 5vw;
    }

    .top_works .works_item:hover .works_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_works .works_title {
        margin-top: 2vw;
        margin-bottom: 1vw;
        font-size: 3.8vw;
        line-height: 1.4;
    }

    .top_works .works_title::before {
        display: none;
    }

    .top_works .works_data {
        font-size: 3.3vw;
    }

    .top_works .works_btn {
        margin: 12vw 0 0;
    }

    /* top_plan (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_plan {
        padding: 15vw 0;
    }

    .top_plan::before {
        -webkit-transform: translateX(0);
        top: auto;
        bottom: -40vw;
        left: 0;
        width: 105vw;
        transform: translateX(0);
    }

    .top_plan .plan_items {
        grid-template-columns: 1fr;
        row-gap: 2.5vw;
        margin-top: 5vw;
    }

    .top_plan .plan_item {
        aspect-ratio: 350/170;
        padding: 5vw;
    }

    .top_plan .plan_item:hover .plan_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_plan .plan_title {
        font-size: 7vw;
    }

    .top_plan .plan_title span {
        -webkit-transform: translateY(-0.5vw);
        margin-left: 2vw;
        transform: translateY(-0.5vw);
        font-size: 3.3vw;
    }

    .top_plan .plan_text {
        font-size: 3vw;
    }

    /* top_concept (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_concept {
        padding-top: 20vw;
    }

    .top_concept::before {
        -webkit-transform: translateX(0);
        top: auto;
        bottom: -65vw;
        left: 0;
        width: 125vw;
        transform: translateX(0);
    }

    .top_concept .concept_wrapper {
        grid-template-columns: 1fr;
        padding-bottom: 0;
        border-bottom: none;
    }

    .top_concept .common_heading_ja {
        font-size: 7vw;
    }

    .top_concept .concept_lead {
        margin-top: 10vw;
        font-size: 5vw;
    }

    .top_concept .concept_text {
        margin-top: 5vw;
        font-size: 3.3vw;
    }

    .top_concept .concept_text+.concept_text {
        margin-top: 4vw;
    }

    .top_concept .concept_btn {
        margin-top: 12vw;
    }

    /* top_review (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_review {
        padding: 30vw 0 20vw;
    }

    .top_review .review_outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .top_review .review_wrapper {
        display: contents;
    }

    .top_review .review_message {
        margin-top: 5vw;
        font-size: 3.3vw;
        letter-spacing: 0.08em;
    }

    .top_review .review_btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 12vw 0 0;
    }

    .top_review .review_items {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        grid-template-columns: repeat(3, 310px);
        column-gap: 20px;
        margin-top: 7vw;
        overflow: scroll;
    }

    .top_review .review_items::-webkit-scrollbar {
        display: none;
    }

    .top_review .review_item:hover .review_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_review .review_img {
        aspect-ratio: 310/170;
    }

    .top_review .review_data {
        margin-top: 3vw;
        font-size: 3.3vw;
    }

    .top_review .review_text {
        margin-top: 2vw;
        margin-bottom: 3vw;
        font-weight: 300;
        font-size: 4vw;
        letter-spacing: 0.05em;
    }

    .top_review .review_text span {
        background: transparent;
    }

    .top_review .review_title {
        font-size: 3.3vw;
    }

    /* top_listing (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_listing {
        padding: 15vw 0 20vw;
    }

    .top_listing .listing_items {
        grid-template-columns: 1fr;
        row-gap: 5vw;
        margin-top: 5vw;
    }

    .top_listing .listing_item:hover .listing_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_listing .listing_item:hover .listing_btn {
        background-color: #333;
        color: #FFF;
    }

    .top_listing .listing_img {
        aspect-ratio: 350/160;
    }

    /* PC（カード用）に足した指定をSPでは分譲地カードと同じ値に戻す */
    .top_listing .listing_body {
        min-height: initial;
        padding: 4vw 4vw 5vw;
    }

    .top_listing .listing_title {
        margin-bottom: 2vw;
        font-size: 3.8vw;
    }

    .top_listing .listing_spec {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        grid-template-columns: 15vw 1fr;
        column-gap: 5vw;
        padding: 2vw 0;
    }

    .top_listing .listing_spec dt {
        margin-top: 1vw;
        font-size: 3.3vw;
    }

    .top_listing .listing_spec dd {
        font-size: 3.5vw;
    }

    .top_listing .listing_spec.price dd {
        font-size: 4vw;
    }

    .top_listing .listing_spec.price dd span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    .top_listing .listing_btn {
        margin-top: 5vw;
        padding: 2vw 0;
        font-size: 4vw;
    }

    .top_listing .listing_link {
        margin: 10vw auto 0;
    }

    /* top_event_report (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_event_report {
        padding: 20vw 0 15vw;
    }

    .top_event_report::before {
        -webkit-transform: translateX(0);
        top: -20vw;
        left: 0;
        width: 95vw;
        transform: translateX(0);
    }

    .top_event_report .event_report_wrapper {
        grid-template-columns: 1fr;
    }

    .top_event_report .event_report_heading {
        position: relative;
        z-index: 10;
    }

    .top_event_report .event_report_heading_ja {
        font-size: 6vw;
        letter-spacing: 0.13em;
    }

    .top_event_report .event_report_heading_en {
        margin-left: auto;
        font-size: 3.5vw;
    }

    .top_event_report .event_report_heading_en:hover {
        opacity: 1;
    }

    .top_event_report .event_report_itmes {
        margin-top: 5vw;
    }

    .top_event_report .event_report_itme:hover .event_report_title {
        color: #333;
    }

    .top_event_report .event_report_itme+.event_report_itme {
        margin-top: 4vw;
    }

    .top_event_report .event_report_cat {
        padding-left: 0;
        font-size: 3.3vw;
    }

    .top_event_report .event_report_title {
        margin-top: 1vw;
        padding: 0;
        font-size: 4vw;
    }

    .top_event_report .event_report_title::before {
        display: none;
    }

    .top_event_report .event_report_time {
        margin-top: 3vw;
        padding-top: 1vw;
        padding-left: 0;
        font-size: 3.3vw;
    }

    .top_event_report .report {
        margin-top: 18vw;
    }

    /* page_about (sp) ------------------------------------------------------------------------------------------------------ */

    #page_about .concept {
        padding: 20vw 0 15vw;
    }

    #page_about .concept .concept_message {
        margin-top: 4vw;
        font-size: 4vw;
    }

    #page_about .concept .concept_items {
        grid-template-columns: 1fr;
        row-gap: 6vw;
        margin-top: 6vw;
    }

    #page_about .concept .concept_item {
        padding: 4vw;
    }

    #page_about .concept .concept_img {
        height: 20vw;
    }

    #page_about .concept .concept_lead {
        margin-top: 4vw;
        font-size: 4.5vw;
    }

    #page_about .concept .concept_text {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_about .strength {
        padding: 15vw 0;
    }

    #page_about .strength .strength_items {
        grid-template-columns: 1fr;
        row-gap: 10vw;
        margin-top: 6vw;
    }

    #page_about .strength .strength_title {
        margin-top: 3vw;
        font-size: 4vw;
    }

    #page_about .strength .strength_text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    #page_about .flow {
        padding: 15vw 0 20vw;
    }

    #page_about .flow .flow_items {
        grid-template-columns: 1fr;
        row-gap: 12vw;
        margin-top: 6vw;
    }

    #page_about .flow .flow_item {
        padding: 4vw;
    }

    #page_about .flow .flow_item::before {
        -webkit-transform: translateX(-50%) rotate(90deg);
        top: auto;
        right: auto;
        bottom: -9vw;
        left: 50%;
        width: 4vw;
        transform: translateX(-50%) rotate(90deg);
    }

    #page_about .flow .flow_item:nth-child(3)::before {
        display: block;
    }

    #page_about .flow .flow_number {
        font-size: 4vw;
    }

    #page_about .flow .flow_img {
        height: 15vw;
        margin: 2vw auto 0;
    }

    #page_about .flow .flow_title {
        margin-top: 3vw;
        font-size: 4.5vw;
    }

    #page_about .flow .flow_text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    /* page_works (sp) ------------------------------------------------------------------------------------------------------ */

    #page_works .wrap {
        max-width: 95%;
    }

    #page_works .works_text {
        font-size: 5vw;
    }

    #page_works .works_search {
        margin: 6vw auto 0;
        font-size: 4vw;
        padding: 2vw 4vw;
    }

    #page_works .works_search::before {
        width: 6vw;
        margin-right: 2vw;
    }

    #page_works .works_search:hover {
        color: #333;
    }

    #page_works .works_search:hover::before {
        background-image: url(/wp-content/themes/swell_child/image/works_icon.svg);
    }

    #page_works .works_cat {
        padding: 4vw 10vw 2vw;
    }

    #page_works .cat_lead {
        font-size: 4.5vw;
        text-align: center;
    }

    #page_works .cat_items {
        grid-template-columns: 1fr;
        row-gap: 2vw;
        margin-top: 4vw;
    }

    #page_works .cat_item {
        font-size: 4vw;
    }

    #page_works .cat_item:hover {
        opacity: 1;
    }

    #page_works .cat_close {
        margin: 8vw auto 0;
    }

    #page_works .cat_close:hover {
        opacity: 1;
    }

    #page_works .works_items {
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        grid-template-columns: repeat(2, 48.5%);
        column-gap: 3%;
        row-gap: 5vw;
        margin-top: 10vw;
    }

    #page_works .works_title {
        margin-top: 1vw;
        font-size: 3.8vw;
    }

    /* page_model (sp) ------------------------------------------------------------------------------------------------------ */

    #page_model .model .mode_lead {
        font-size: 5vw;
    }

    #page_model .model .model_message {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    #page_model .model .model_box {
        margin: 8vw auto 0;
        padding: 6vw 6vw 8vw;
    }

    #page_model .model .box_item {
        grid-template-columns: 1fr;
        padding: 2vw 0;
    }

    #page_model .model .box_item dt {
        font-size: 4vw;
    }

    #page_model .model .box_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
        line-height: 1.5;
    }

    #page_model .model .model_btn {
        margin: 10vw auto 0;
    }

    #page_model .model .model_items {
        margin-top: 20vw;
    }

    #page_model .model .model_item {
        grid-template-columns: 1fr;
    }

    #page_model .model .model_item:nth-child(2n) {
        grid-template-columns: 1fr;
    }

    #page_model .model .model_item+.model_item {
        margin-top: 10vw;
    }

    #page_model .model .model_img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 3vw;
    }

    #page_model .model .model_number {
        font-size: 4vw;
    }

    #page_model .model .model_title {
        margin-top: 2vw;
        font-size: 4.5vw;
    }

    #page_model .model .model_text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    /* page_review_archive (sp) ------------------------------------------------------------------------------------------------------ */

    #page_review_archive .review .review_items {
        grid-template-columns: 1fr;
        row-gap: 10vw;
        margin-top: 7vw;
    }

    #page_review_archive .review .review_item:hover .review_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #page_review_archive .review .review_img {
        aspect-ratio: 310/170;
    }

    #page_review_archive .review .review_data {
        margin-top: 3vw;
        font-size: 3.3vw;
    }

    #page_review_archive .review .review_text {
        margin-top: 2vw;
        margin-bottom: 3vw;
        font-weight: 300;
        font-size: 4vw;
        letter-spacing: 0.05em;
    }

    #page_review_archive .review .review_text span {
        background: transparent;
    }

    #page_review_archive .review .review_title {
        font-size: 3.3vw;
    }

    /* page_review_single (sp) ------------------------------------------------------------------------------------------------------ */

    #page_review_single .review .review_lead {
        font-size: 5vw;
    }

    #page_review_single .review .review_wrapper {
        margin: 5vw -2.5vw 0;
    }

    #page_review_single .review .review_items {
        margin-top: 8vw;
    }

    #page_review_single .review .review_item {
        padding: 5vw 0;
    }

    #page_review_single .review .review_q,
    #page_review_single .review .review_a {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        font-size: 4vw;
    }

    #page_review_single .review .review_q span,
    #page_review_single .review .review_a span {
        width: 8vw;
        height: 8vw;
        font-size: 4.5vw;
    }

    #page_review_single .review .review_a {
        margin-top: 5vw;
    }

    #page_review_single .review .review_btn {
        margin: 10vw auto 0;
    }

    /* page_property (sp) ------------------------------------------------------------------------------------------------------ */

    #page_property .property .property_tabs {
        -webkit-column-gap: 8vw;
        -moz-column-gap: 8vw;
        column-gap: 8vw;
    }

    #page_property .property .property_tab {
        width: 42%;
        height: 12vw;
        font-size: 4.5vw;
    }

    #page_property .property.common_section {
        /* PC用のpadding-top圧縮の打ち消し（SPは従来どおり） */
        padding-top: 15vw;
    }

    #page_property .property .property_contents {
        margin-top: 12vw;
    }

    #page_property .property .purchase .purchase_lists {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 5vw;
    }

    #page_property .property .purchase .purchase_list:hover .purchase_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #page_property .property .purchase .purchase_list:hover .purchase_btn {
        background-color: #333;
        color: #FFF;
    }

    #page_property .property .purchase .purchase_body {
        min-height: initial;
        padding: 4vw 4vw 5vw;
    }

    #page_property .property .purchase .purchase_title {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    #page_property .property .purchase .purchase_item {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        grid-template-columns: 15vw 1fr;
        column-gap: 5vw;
        padding: 2vw 0;
    }

    #page_property .property .purchase .purchase_item dt {
        margin-top: 1vw;
        font-size: 3.3vw;
    }

    #page_property .property .purchase .purchase_item dd {
        font-size: 3.5vw;
    }

    #page_property .property .purchase .purchase_item.price dd {
        font-size: 4vw;
    }

    #page_property .property .purchase .purchase_item.price dd span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    #page_property .property .purchase .purchase_btn {
        margin-top: 5vw;
        padding: 2vw 0;
        font-size: 4vw;
    }

    #page_property .property .listing .listing_items {
        grid-template-columns: 1fr;
        row-gap: 5vw;
    }

    #page_property .property .listing .listing_item:hover .listing_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #page_property .property .listing .listing_item:hover .listing_btn {
        background-color: #333;
        color: #FFF;
    }

    /* PC（3列カード用）に足した指定をSPでは分譲地カードと同じ値に戻す */
    #page_property .property .listing .listing_body {
        padding: 4vw 4vw 5vw;
    }

    #page_property .property .listing .listing_title {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    #page_property .property .listing .listing_specs {
        margin-bottom: 4vw;
    }

    #page_property .property .listing .listing_spec {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        grid-template-columns: 15vw 1fr;
        column-gap: 5vw;
        padding: 2vw 0;
    }

    #page_property .property .listing .listing_spec dt {
        margin-top: 1vw;
        font-size: 3.3vw;
    }

    #page_property .property .listing .listing_spec dd {
        font-size: 3.5vw;
    }

    #page_property .property .listing .listing_spec.price dd {
        font-size: 4vw;
    }

    #page_property .property .listing .listing_spec.price dd span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    #page_property .property .listing .listing_btn {
        margin-top: 5vw;
        padding: 2vw 0;
        font-size: 4vw;
    }

    #page_property .property .common_form {
        margin-top: 10vw;
    }

    /* サイド検索：SPは一覧の下に縦積み */
    #page_property .property .purchase .purchase_wrapper {
        flex-direction: column;
        row-gap: 10vw;
    }

    #page_property .property .listing .listing_wrapper,
    #page_property .property .purchase .purchase_wrapper {
        flex-direction: column;
    }

    #page_property .property .purchase .purchase_wrapper .purchase_lists {
        grid-template-columns: 1fr;
        width: 100%;
    }

    #page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_items {
        margin-bottom: 4vw;
    }

    /* PC（3列カード用）に足した指定をSPでは元の値に戻す */
    #page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_body {
        padding: 4vw 4vw 5vw;
    }

    #page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_title {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    #page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_item {
        grid-template-columns: 15vw 1fr;
        column-gap: 5vw;
    }

    #page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_item dt {
        font-size: 3.3vw;
    }

    #page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_item dd {
        font-size: 3.5vw;
    }

    #page_property .property .purchase .purchase_wrapper .purchase_lists .purchase_item.price dd {
        font-size: 4vw;
    }

    #page_property .property .listing .listing_wrapper {
        flex-direction: column;
        row-gap: 10vw;
    }

    #page_property .property .listing .listing_wrapper .listing_items {
        grid-template-columns: 1fr;
        width: 100%;
    }

    #page_property .property .property_side {
        width: 100%;
    }

    #page_property .property .property_none {
        padding: 12vw 4vw;
        font-size: 3.7vw;
    }

    #page_property .property .property_side .common_form {
        padding: 6vw 4vw;
    }

    #page_property .property .property_side .common_form .common_heading_ja {
        font-size: 5.5vw;
    }

    #page_property .property .property_side .common_form .form_lead {
        font-size: 3.9vw;
    }

    #page_property .property .property_side .common_form .form_text {
        font-size: 3.7vw;
    }

    /* page_property_result (sp) ------------------------------------------------------------------------------------------------------ */

    #page_property_result .property {
        padding: 15vw 0 20vw;
    }

    #page_property_result .property .resurt .result_number {
        font-size: 4vw;
    }

    #page_property_result .property .resurt .result_number span {
        font-size: 8vw;
    }

    #page_property_result .property .resurt .result_items {
        margin-top: 4vw;
    }

    #page_property_result .property .resurt .result_item {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        grid-template-columns: 1fr;
        column-gap: 5vw;
    }

    #page_property_result .property .resurt .result_item+.result_item {
        margin-top: 4vw;
    }

    #page_property_result .property .resurt .result_lead {
        width: 40vw;
        font-size: 4vw;
    }

    #page_property_result .property .resurt .result_lists {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        column-gap: 4vw;
        margin-top: 1vw;
    }

    #page_property_result .property .resurt .result_list {
        font-size: 4vw;
    }

    #page_property_result .property .listing {
        grid-template-columns: 1fr;
        row-gap: 5vw;
        margin-top: 10vw;
    }

    #page_property_result .property .listing .listing_item:hover .listing_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #page_property_result .property .listing .listing_item:hover .listing_btn {
        background-color: #333;
        color: #FFF;
    }

    /* PC（3列カード用）に足した指定をSPでは分譲地カードと同じ値に戻す */
    #page_property_result .property .listing .listing_body {
        padding: 4vw 4vw 5vw;
    }

    #page_property_result .property .listing .listing_title {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    #page_property_result .property .listing .listing_specs {
        margin-bottom: 4vw;
    }

    #page_property_result .property .listing .listing_spec {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        grid-template-columns: 15vw 1fr;
        column-gap: 5vw;
        padding: 2vw 0;
    }

    #page_property_result .property .listing .listing_spec dt {
        margin-top: 1vw;
        font-size: 3.3vw;
    }

    #page_property_result .property .listing .listing_spec dd {
        font-size: 3.5vw;
    }

    #page_property_result .property .listing .listing_spec.price dd {
        font-size: 4vw;
    }

    #page_property_result .property .listing .listing_spec.price dd span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    #page_property_result .property .listing .listing_btn {
        margin-top: 5vw;
        padding: 2vw 0;
        font-size: 4vw;
    }

    /* 検索結果ページの分譲地カード（PCで足した3列カード用の指定をSPの値に戻す） */
    #page_property_result .property .purchase .purchase_lists {
        grid-template-columns: 1fr;
        row-gap: 5vw;
        margin-top: 10vw;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_list:hover .purchase_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #page_property_result .property .purchase .purchase_lists .purchase_list:hover .purchase_btn {
        background-color: #333;
        color: #FFF;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_body {
        padding: 4vw 4vw 5vw;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_title {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_items {
        margin-bottom: 4vw;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_item {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        grid-template-columns: 15vw 1fr;
        column-gap: 5vw;
        padding: 2vw 0;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_item dt {
        margin-top: 1vw;
        font-size: 3.3vw;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_item dd {
        font-size: 3.5vw;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_item.price dd {
        font-size: 4vw;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_item.price dd span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    #page_property_result .property .purchase .purchase_lists .purchase_btn {
        margin-top: 5vw;
        padding: 2vw 0;
        font-size: 4vw;
    }

    #page_property_result .property .listing_none {
        margin-top: 10vw;
        font-size: 4vw;
    }

    #page_property_result .property .common_form {
        margin-top: 10vw;
    }

    /* page_land (sp) ------------------------------------------------------------------------------------------------------ */

    #page_land .mv {
        display: block;
        margin-top: 4vw;
    }

    #page_land .mv .swiper-button-prev,
    #page_land .mv .swiper-button-next {
        width: 10vw;
        height: 10vw;
    }

    #page_land .mv .swiper-button-prev::before,
    #page_land .mv .swiper-button-next::before {
        width: 3vw;
    }

    #page_land .mv .swiper-button-prev:hover,
    #page_land .mv .swiper-button-next:hover {
        opacity: 1;
    }

    #page_land .mv .swiper-button-prev {
        left: -5vw;
    }

    #page_land .mv .swiper-button-prev::before {
        left: 4.5vw;
    }

    #page_land .mv .swiper-button-next {
        right: -5vw;
    }

    #page_land .mv .swiper-button-next::before {
        left: 3vw;
    }

    #page_land .mv .mv_thumbnails {
        row-gap: 2vw;
        margin-top: 5vw;
    }

    #page_land .land {
        padding: 20vw 0 15vw;
    }

    #page_land .land .land_heading {
        font-size: 6vw;
    }

    #page_land .land .land_message {
        margin-top: 5vw;
        font-size: 5vw;
    }

    #page_land .land .land_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 6vw;
    }

    #page_land .land .land_tel {
        width: 75vw;
        height: 14vw;
        margin-top: 3vw;
        font-size: 4.5vw;
    }

    #page_land .land .land_tel span {
        margin-left: 1vw;
        font-size: 5vw;
    }

    #page_land .info {
        padding: 15vw 0;
    }

    #page_land .info .info_wrapper {
        grid-template-columns: 1fr;
    }

    #page_land .info .info_text {
        font-size: 5vw;
        text-align: center;
    }

    #page_land .info .info_price {
        font-size: 4vw;
        text-align: center;
    }

    #page_land .info .info_price span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    #page_land .info .info_items {
        margin-top: 6vw;
        padding-left: 0;
        border-left: none;
    }

    #page_land .info .info_item {
        grid-template-columns: 1fr;
        padding: 2vw 0;
    }

    #page_land .info .info_item::before {
        width: 25%;
    }

    #page_land .info .info_item dt {
        font-size: 4vw;
    }

    #page_land .info .info_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_land .info .info_message {
        margin-top: 10vw;
        font-size: 5vw;
    }

    #page_land .info .info_message::before {
        width: 6vw;
        margin-right: 1vw;
    }

    #page_land .info .info_point {
        margin-top: 2vw;
        font-size: 4vw;
    }

    #page_land .map {
        padding: 15vw 0;
    }

    #page_land .map .map_wapper {
        aspect-ratio: 5/4;
        margin: 5vw auto 0;
    }

    #page_land .facility {
        padding: 15vw 0;
    }

    #page_land .facility .facility_items {
        -webkit-column-gap: 4%;
        -moz-column-gap: 4%;
        grid-template-columns: repeat(2, 48%);
        column-gap: 4%;
        row-gap: 5vw;
        margin-top: 8vw;
    }

    #page_land .facility .facilty_title {
        font-size: 5vw;
    }

    #page_land .facility .facility_img {
        margin-top: 2vw;
    }

    #page_land .facility .facility_time {
        font-size: 4vw;
    }

    #page_land .facility .facility_time span {
        margin: 0 0.5vw;
        font-size: 6vw;
    }

    #page_land .facility .facility_distance {
        font-size: 4vw;
    }

    #page_land .facility .facility_distance span {
        margin: 0 0.5vw;
    }

    #page_land .facility .facility_swiper {
        margin-top: 8vw;
        padding-bottom: 15vw;
    }

    #page_land .facility .swiper-slide {
        width: 50%;
    }

    #page_land .facility .swiper-pagination {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        column-gap: 4vw;
    }

    #page_land .facility .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    #page_land .outline {
        padding: 15vw 0 20vw;
    }

    #page_land .outline .outline_contents {
        grid-template-columns: 1fr;
        margin-top: 6vw;
    }

    #page_land .outline .outline_item {
        grid-template-columns: 1fr;
        padding: 2vw 0;
    }

    #page_land .outline .outline_item::before {
        width: 25%;
    }

    #page_land .outline .outline_item dt {
        font-size: 4vw;
    }

    #page_land .outline .outline_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    /* page_house (sp) ------------------------------------------------------------------------------------------------------ */

    #page_house .wrapper {
        display: block;
        padding: 20vw 0;
    }

    #page_house .mv {
        margin-top: 6vw;
    }

    #page_house .mv .mv_wrapper {
        max-width: initial;
    }

    #page_house .mv figcaption {
        padding: 1vw 3vw;
        font-size: 3.5vw;
    }

    #page_house .mv .swiper-button-prev,
    #page_house .mv .swiper-button-next {
        width: 10vw;
        height: 10vw;
    }

    #page_house .mv .swiper-button-prev::before,
    #page_house .mv .swiper-button-next::before {
        width: 3vw;
    }

    #page_house .mv .swiper-button-prev:hover,
    #page_house .mv .swiper-button-next:hover {
        opacity: 1;
    }

    #page_house .mv .swiper-button-prev {
        left: -5vw;
    }

    #page_house .mv .swiper-button-prev::before {
        left: 4.5vw;
    }

    #page_house .mv .swiper-button-next {
        right: -5vw;
    }

    #page_house .mv .swiper-button-next::before {
        left: 3vw;
    }

    #page_house .mv .mv_thumbnails {
        -webkit-column-gap: 2%;
        -moz-column-gap: 2%;
        grid-template-columns: repeat(3, 32%);
        column-gap: 2%;
        row-gap: 2vw;
        margin-top: 5vw;
    }

    #page_house .house .house_type {
        padding: 0 2vw;
        font-size: 4vw;
    }

    #page_house .house .house_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0;
    }

    #page_house .house .house_title {
        margin-top: 2vw;
        font-size: 5vw;
    }

    #page_house .house .house_price {
        margin-left: 0;
        font-size: 4vw;
    }

    #page_house .house .house_price span {
        margin-right: 1vw;
        font-size: 8vw;
    }

    #page_house .house .house_cats {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        row-gap: 2vw;
        margin-top: 3vw;
    }

    #page_house .house .house_cat {
        padding: 0 2vw;
        font-size: 4vw;
    }

    #page_house .house .house_message {
        margin-top: 5vw;
        font-size: 4vw;
    }

    #page_house .house .house_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 6vw;
    }

    #page_house .house .house_tel {
        width: 75vw;
        height: 14vw;
        margin-top: 3vw;
        font-size: 4.5vw;
    }

    #page_house .house .house_tel span {
        margin-left: 1vw;
        font-size: 5vw;
    }

    #page_house .outline {
        margin-top: 20vw;
        padding: 15vw 0;
    }

    #page_house .outline .outline_contents {
        grid-template-columns: 1fr;
        margin-top: 6vw;
    }

    #page_house .outline .outline_item {
        grid-template-columns: 1fr;
        padding: 2vw 0;
    }

    #page_house .outline .outline_item::before {
        width: 25%;
    }

    #page_house .outline .outline_item dt {
        font-size: 4vw;
    }

    #page_house .outline .outline_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_house .map {
        padding: 15vw 0;
    }

    #page_house .map .map_wapper {
        aspect-ratio: 5/4;
        margin: 5vw auto 0;
    }

    #page_house .facility {
        padding: 15vw 0;
    }

    #page_house .facility .facility_items {
        -webkit-column-gap: 4%;
        -moz-column-gap: 4%;
        grid-template-columns: repeat(2, 48%);
        column-gap: 4%;
        row-gap: 5vw;
        margin-top: 8vw;
    }

    #page_house .facility .facilty_title {
        font-size: 5vw;
    }

    #page_house .facility .facility_img {
        margin-top: 2vw;
    }

    #page_house .facility .facility_time {
        font-size: 4vw;
    }

    #page_house .facility .facility_time span {
        margin: 0 0.5vw;
        font-size: 6vw;
    }

    #page_house .facility .facility_distance {
        font-size: 4vw;
    }

    #page_house .facility .facility_distance span {
        margin: 0 0.5vw;
    }

    #page_house .facility .facility_swiper {
        margin-top: 8vw;
        padding-bottom: 15vw;
    }

    #page_house .facility .swiper-slide {
        width: 50%;
    }

    #page_house .facility .swiper-pagination {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        column-gap: 4vw;
    }

    #page_house .facility .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    #page_house .common_form {
        margin-top: 10vw;
    }

    #page_house .common_form .form_btn {
        width: 60vw;
    }

    /* page_company (sp) ------------------------------------------------------------------------------------------------------ */

    #page_company .company .company_item {
        grid-template-columns: 1fr;
        padding: 2vw 0;
    }

    #page_company .company .company_item::before {
        width: 25%;
    }

    #page_company .company .company_item dt {
        font-size: 4vw;
    }

    #page_company .company .company_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_company .company .company_map {
        aspect-ratio: 5/4;
        margin: 15vw auto 0;
    }

    /* page_faq (sp) ------------------------------------------------------------------------------------------------------ */

    #page_faq .faq .faq_item {
        padding: 5vw 0;
    }

    #page_faq .faq .faq_item::before {
        width: 25%;
    }

    #page_faq .faq .faq_q,
    #page_faq .faq .faq_a {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        padding-right: 8vw;
        font-size: 3.5vw;
    }

    #page_faq .faq .faq_q span,
    #page_faq .faq .faq_a span {
        width: 7vw;
        height: 7vw;
        font-size: 4.5vw;
    }

    #page_faq .faq .faq_q::before {
        width: 4vw;
    }

    #page_faq .faq .faq_q::after {
        right: 1.7vw;
        height: 4vw;
    }

    #page_faq .faq .faq_a {
        margin-top: 4vw;
    }

    /* page_sitemap (sp) ------------------------------------------------------------------------------------------------------ */

    #page_sitemap {
        padding: 20vw 0;
    }

    /* page_error (sp) ------------------------------------------------------------------------------------------------------ */

    #page_error .error_text {
        font-size: 4vw;
    }

    #page_error .error_btn {
        margin: 8vw auto 0;
    }

    /* 性能・仕様について（SP） */

    .section_inner {
        width: min(100% - 32px, 100%);
    }


    /* FV */

    .spec_fv {
        margin-top: 70px;
    }

    .spec_fv_inner {
        display: block;
    }

    .spec_fv_text {
        min-height: 330px;
        padding: 70px 24px 50px;
    }

    .spec_fv_title {
        font-size: 32px;
    }

    .spec_fv_lead {
        font-size: 14px;
    }

    .spec_fv_image {
        min-height: 260px;
    }


    /* 仕様 */

    .spec_intro {
        padding-top: 16px;
    }

    .spec_intro_box {
        display: block;
        padding: 30px 20px;
    }

    .spec_intro_text h2 {
        font-size: 25px;
    }

    .spec_intro_text > p br {
        display: none;
    }

    .spec_intro_btns {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .spec_gold_btn {
        min-width: 0;
        width: 100%;
    }

    .spec_pdf_link {
        justify-content: center;
    }

    .spec_intro_image {
        height: 180px;
        margin-top: 30px;
    }


    /* 性能 */

    .spec_performance {
        padding: 50px 0;
    }

    .spec_section_title {
        gap: 14px;
    }

    .spec_section_title h2 {
        font-size: 25px;
    }

    .spec_section_title span {
        min-width: 20px;
    }

    .spec_item {
        display: block;
        padding: 30px 20px;
    }

    .spec_num {
        font-size: 34px;
    }

    .spec_title_border {
        height: 30px;
    }

    .spec_item_title {
        gap: 13px;
    }

    .spec_item_title h3 {
        font-size: 20px;
    }

    .spec_item_text {
        font-size: 13px;
    }

    .spec_item_text br {
        display: none;
    }

    .spec_item_image {
        margin-top: 30px;
        min-height: 0;
    }

    .spec_item_image img {
        display: block;
    }

    .spec_item_image .flex_box {
        display: block;
    }
    
    .spec_item_image .flex_box .image {
        width: 100%;
        margin-bottom: 4vw;
    }
    
    .spec_item_image .flex_box .image img {
        object-position: initial;
    }
    
    .spec_item_image .flex_box .list_box {
        width: 100%;
        padding: 4vw;
    }
    
    .spec_item_image .flex_box .list_box ul li {
        padding: 2vw;
        background-size: 3.3vw;
        background-position: 4vw;
        padding-left: 13vw;
    }
    
    .spec_item_image .flex_box .list_box ul li + li {
        margin-top: 2vw;
    }


    /* アイコン */

    .spec_feature_list {
        padding-top: 28px;
    }

    .spec_feature_item p {
        font-size: 10px;
    }

    .spec_feature_divider {
        height: 45px;
    }


    /* Kダンパー */

    .spec_equation {
        gap: 5px;
    }

    .spec_equation_item img {
        height: 30px;
    }

    .spec_equation_item p {
        font-size: 9px;
    }

    .spec_equation_symbol {
        font-size: 18px;
        margin: 0 2px;
    }

    .spec_note_box {
        font-size: 10px;
    }


    /* 下部 */

    .spec_bottom_text {
        gap: 12px;
    }

    .spec_bottom_text p {
        font-size: 11px;
        line-height: 1.8;
        text-align: center;
        white-space: normal;
    }

    /* 04・05 */

    .spec_feature_list_04,
    .spec_feature_list_05 {
        margin-top: 25px;
    }

    .spec_feature_list_04 .spec_feature_item strong,
    .spec_feature_list_05 .spec_feature_item strong {
        font-size: 9px;
    }


    /* 安心性能 */

    .spec_safety {
        padding: 45px 0 25px;
    }

    .spec_safety_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 25px;
    }

    .spec_safety_item {
        min-height: 180px;
        padding: 15px 10px;
    }

    .spec_safety_num {
        font-size: 19px;
    }

    .spec_safety_icon {
        height: 85px;
    }

    .spec_safety_icon img {
        max-height: 70px;
        max-width: 90px;
    }

    .spec_safety_item p {
        font-size: 13px;
    }

    .spec_safety_text {
        font-size: 12px;
        margin-top: 18px;
    }


    /* CTA */

    .spec_cta {
        display: block;
        margin-top: 30px;
    }

    .spec_cta_text {
        padding: 30px 20px;
    }

    .spec_cta_text h2 {
        font-size: 22px;
    }

    .spec_cta_text > p {
        font-size: 12px;
    }

    .spec_cta_btns {
        flex-direction: column;
    }

    .spec_cta_btn {
        min-height: 54px;
    }

    .spec_cta_image {
        min-height: 220px;
    }
    
    /* 施工監査ページ（SP） */

    .audit_fv {
        margin-top: 70px;
    }

    .audit_container {
        padding: 0 20px 60px;
    }

    .audit_fv_inner {
        min-height: auto;
    }

    .audit_fv_content {
        width: 100%;
        padding: 80px 20px 50px;
    }

    .audit_fv_content h1 {
        font-size: 32px;
    }

    .audit_fv_content p {
        font-size: 13px;
        line-height: 2.2;
    }

    .audit_fv_image {
        position: relative;
        width: 100%;
        height: 350px;
    }

    .audit_fv_image::before {
        display: none;
    }

    .audit_intro {
        grid-template-columns: 1fr;
    }

    .audit_intro_box {
        padding: 20px;
    }

    .audit_block_title {
        gap: 10px;
    }

    .audit_block_title > span {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .audit_block_title h2 {
        font-size: 21px;
    }

    .audit_intro_text {
        font-size: 12px;
    }

    .audit_point_list {
        gap: 5px;
    }

    .audit_point {
        padding: 0 5px;
    }

    .audit_point_icon {
        width: 75px;
        height: 75px;
    }

    .audit_point_icon img {
        width: 40px;
        height: 40px;
    }

    .audit_point p {
        font-size: 11px;
    }

    .audit_nextstage h3 {
        font-size: 23px;
    }

    .audit_benefit_list {
        grid-template-columns: 1fr;
    }

    .audit_benefit_item {
        min-height: auto;
    }

    .audit_feature_list {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .audit_feature_heading h3 {
        font-size: 16px;
    }

    .audit_feature_image {
        aspect-ratio: 1.6 / 1;
    }
    
    .audit_reason {
        margin-top: 50px;
    }

    .common_center_title {
        gap: 15px;
    }

    .common_center_title h2 {
        white-space: normal;
        text-align: center;
        font-size: 21px;
        line-height: 1.6;
    }

    .audit_reason_list {
        grid-template-columns: 1fr;
    }

    .audit_reason_item {
        min-height: auto;
        flex-direction: column;
        row-gap: 3vw;
    }

    .audit_reason_icon {
        width: 16vw;
    }

    .audit_reason_content h3 {
        font-size: 4.6vw;
        letter-spacing: 0.04em;
    }

    .audit_reason_content p {
        margin-top: 2.5vw;
        font-size: 3.4vw;
    }

    /* page_spec 性能について リニューアル (sp) ------------------------------------------------------------ */

    #page_spec .sp_section_head {
        column-gap: 4vw;
    }

    #page_spec .sp_section_head .sp_section_num {
        font-size: 11vw;
    }

    #page_spec .sp_section_head .sp_section_label_box {
        padding-left: 4vw;
    }

    #page_spec .sp_section_head .sp_section_label_box .sp_section_label {
        font-size: 3.4vw;
    }

    #page_spec .sp_section_head .sp_section_label_box .sp_section_sub {
        font-size: 3.4vw;
    }

    #page_spec .sp_section_head .sp_section_label_box .sp_section_badge {
        font-size: 3.2vw;
    }

    #page_spec .sp_link_btn {
        min-width: 0;
        width: 100%;
        margin-top: 8vw;
        font-size: 3.7vw;
    }

    /* ヒーロー */
    .page_spec_hero_sec {
        padding-top: 16vw;
    }

    .page_spec_hero_sec .sp_hero_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_spec_hero_sec .sp_hero_block .sp_hero_body .sp_hero_label {
        font-size: 3.7vw;
    }

    .page_spec_hero_sec .sp_hero_block .sp_hero_body .sp_hero_title {
        font-size: 6.6vw;
    }

    .page_spec_hero_sec .sp_hero_block .sp_hero_body .sp_hero_text {
        font-size: 3.7vw;
    }

    .page_spec_hero_sec .sp_hero_block .sp_hero_img {
        width: 100%;
        height: 90vw;
    }

    .page_spec_hero_sec .sp_hero_bottom {
        margin-top: 12vw;
        padding-block: 10vw;
    }

    .page_spec_hero_sec .sp_hero_bottom .sp_hero_list {
        grid-template-columns: 1fr 1fr;
        gap: 3vw;
    }

    .page_spec_hero_sec .sp_hero_bottom .sp_hero_list .item {
        padding: 4.5vw 3vw;
        border-radius: 1.6vw;
    }

    .page_spec_hero_sec .sp_hero_bottom .sp_hero_list .item .item_icon {
        width: 10vw;
        height: 10vw;
        font-size: 6.5vw;
    }

    .page_spec_hero_sec .sp_hero_bottom .sp_hero_list .item .item_title {
        margin-top: 2vw;
        font-size: 3.4vw;
    }

    .page_spec_hero_sec .sp_hero_bottom .sp_hero_list .item .item_text {
        font-size: 3vw;
    }

    /* 01 耐震等級 */
    .page_spec_taishin_sec {
        padding-block: 16vw;
    }

    .page_spec_taishin_sec .sp_taishin_block {
        flex-direction: column;
        row-gap: 8vw;
        margin-top: 8vw;
    }

    .page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_title {
        font-size: 5.4vw;
    }

    .page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_text {
        font-size: 3.7vw;
    }

    .page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_box {
        column-gap: 4vw;
        margin-top: 7vw;
        padding: 4.5vw;
    }

    .page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_box .sp_taishin_box_icon {
        width: 10vw;
        height: 10vw;
        font-size: 7vw;
    }

    .page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_box .sp_taishin_box_body .sp_taishin_box_title {
        font-size: 4vw;
    }

    .page_spec_taishin_sec .sp_taishin_block .sp_taishin_body .sp_taishin_box .sp_taishin_box_body .sp_taishin_box_text {
        font-size: 3.4vw;
    }

    .page_spec_taishin_sec .sp_taishin_block .sp_taishin_img {
        width: 100%;
    }

    .page_spec_taishin_sec .sp_taishin_points {
        grid-template-columns: 1fr;
        gap: 8vw;
        margin-top: 12vw;
        padding-top: 10vw;
    }

    .page_spec_taishin_sec .sp_taishin_points .item .item_icon {
        width: 14vw;
        height: 14vw;
        font-size: 6vw;
    }

    .page_spec_taishin_sec .sp_taishin_points .item .item_title {
        margin-top: 3vw;
        font-size: 4.3vw;
    }

    .page_spec_taishin_sec .sp_taishin_points .item .item_text {
        font-size: 3.5vw;
    }

    /* 02 Kダンパー */
    .page_spec_damper_sec {
        padding-block: 16vw;
    }

    .page_spec_damper_sec .sp_damper_block {
        flex-direction: column;
        row-gap: 8vw;
        margin-top: 8vw;
    }

    .page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_title {
        font-size: 6vw;
    }

    .page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_text {
        font-size: 3.7vw;
    }

    .page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list {
        margin-top: 6vw;
    }

    .page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item {
        column-gap: 4vw;
        padding-block: 4vw;
    }

    .page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item .item_icon {
        width: 11vw;
        height: 11vw;
        font-size: 5.5vw;
    }

    .page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item .item_body .item_title {
        font-size: 4vw;
    }

    .page_spec_damper_sec .sp_damper_block .sp_damper_body .sp_damper_list .item .item_body .item_text {
        font-size: 3.4vw;
    }

    .page_spec_damper_sec .sp_damper_block .sp_damper_img {
        width: 100%;
        border-radius: 2vw;
    }

    /* 03 第三者施工監査 */
    .page_spec_audit_sec {
        padding-block: 16vw;
    }

    .page_spec_audit_sec .sp_audit_block {
        flex-direction: column;
        row-gap: 8vw;
        margin-top: 8vw;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_title {
        font-size: 6vw;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_text {
        font-size: 3.7vw;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points {
        flex-direction: column;
        row-gap: 6vw;
        margin-top: 7vw;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item {
        padding-inline: 0;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item+.item {
        border-left: none;
        border-top: 1px solid #DDD;
        padding-top: 6vw;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item .item_icon {
        width: 10vw;
        height: 10vw;
        font-size: 6vw;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item .item_title {
        margin-top: 2vw;
        font-size: 3.3vw;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_body .sp_audit_points .item .item_text {
        font-size: 3vw;
    }

    .page_spec_audit_sec .sp_audit_block .sp_audit_img {
        width: 100%;
    }

    /* 04 20年建物長期保証 */
    .page_spec_hosho_sec {
        padding-block: 16vw;
    }

    .page_spec_hosho_sec .sp_hosho_block {
        flex-direction: column;
        row-gap: 8vw;
        margin-top: 8vw;
    }

    .page_spec_hosho_sec .sp_hosho_block .sp_hosho_body .sp_hosho_title {
        font-size: 5.4vw;
    }

    .page_spec_hosho_sec .sp_hosho_block .sp_hosho_body .sp_hosho_text {
        font-size: 3.7vw;
    }

    .page_spec_hosho_sec .sp_hosho_block .sp_hosho_img {
        width: 100%;
    }

    .page_spec_hosho_sec .sp_hosho_points {
        grid-template-columns: 1fr;
        gap: 6vw;
        margin-top: 12vw;
        padding-top: 10vw;
    }

    .page_spec_hosho_sec .sp_hosho_points .item {
        column-gap: 4vw;
    }

    .page_spec_hosho_sec .sp_hosho_points .item .item_icon {
        width: 12vw;
        height: 12vw;
        font-size: 5.5vw;
    }

    .page_spec_hosho_sec .sp_hosho_points .item .item_body .item_title {
        font-size: 4.1vw;
    }

    .page_spec_hosho_sec .sp_hosho_points .item .item_body .item_text {
        font-size: 3.4vw;
    }

    /* 04 住まいの長期保証をする理由 */
    .page_spec_hosho_sec .sp_hosho_reason {
        margin-top: 14vw;
        padding-top: 12vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_title {
        column-gap: 0.7em;
        font-size: 4.8vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_title .sp_hosho_reason_title_line {
        width: 8vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list {
        grid-template-columns: 1fr;
        gap: 5vw;
        margin-top: 8vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list .item {
        padding: 7vw 6vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list .item .item_icon {
        width: 12vw;
        height: 12vw;
        font-size: 5.5vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list .item .item_title {
        font-size: 4.3vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_list .item .item_text {
        font-size: 3.6vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_backup {
        flex-direction: column;
        row-gap: 3vw;
        margin-top: 8vw;
        padding: 7vw 6vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_backup .sp_hosho_backup_title {
        width: 100%;
        font-size: 4.5vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_backup .sp_hosho_backup_text {
        font-size: 3.6vw;
    }

    .page_spec_hosho_sec .sp_hosho_reason .sp_hosho_reason_lead {
        margin-top: 7vw;
        font-size: 3.8vw;
        text-align: left;
    }

    /* 05 設備10年保証 */
    .page_spec_setsubi_sec {
        padding-block: 16vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block {
        flex-direction: column;
        row-gap: 8vw;
        margin-top: 8vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_title {
        font-size: 5.4vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_text {
        font-size: 3.7vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list {
        margin-top: 5vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item {
        column-gap: 4vw;
        padding-block: 3.5vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item .item_icon {
        width: 10vw;
        height: 10vw;
        font-size: 5.5vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item .item_body .item_title {
        font-size: 4vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_body .sp_setsubi_list .item .item_body .item_text {
        font-size: 3.4vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_visual {
        width: 100%;
    }

    .page_spec_setsubi_sec .sp_setsubi_block .sp_setsubi_visual .sp_setsubi_badge {
        width: 24vw;
        height: 24vw;
    }

    /* 対象設備例：SPは2列 */
    .page_spec_setsubi_sec .sp_setsubi_target {
        margin-top: 10vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_label {
        column-gap: 3vw;
        font-size: 4.3vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_label::before,
    .page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_label::after {
        width: 8vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_list {
        grid-template-columns: 1fr 1fr;
        gap: 3.5vw;
        margin-top: 5vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_list .item {
        padding: 3vw 3vw 3.5vw;
        border-radius: 1.5vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_target .sp_setsubi_target_list .item .item_name {
        margin-top: 2.5vw;
        font-size: 3.4vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_items {
        margin-top: 10vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_band {
        flex-direction: column;
        row-gap: 3vw;
        margin-top: 8vw;
        padding: 5vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_band .sp_setsubi_band_title {
        font-size: 4.5vw;
    }

    .page_spec_setsubi_sec .sp_setsubi_band .sp_setsubi_band_text {
        font-size: 3.4vw;
    }

    /* 06 緊急駆けつけ */
    .page_spec_kaketsuke_sec {
        padding-block: 16vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block {
        flex-direction: column;
        row-gap: 8vw;
        margin-top: 8vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_title {
        font-size: 5vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_text {
        font-size: 3.7vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_menu_label {
        margin-top: 6vw;
        font-size: 3.5vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list {
        margin-top: 3vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list .item {
        flex-wrap: wrap;
        column-gap: 3vw;
        padding-block: 3vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list .item .item_icon {
        width: 8vw;
        height: 8vw;
        font-size: 4.5vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list .item .item_title {
        width: auto;
        font-size: 3.8vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_list .item .item_text {
        width: 100%;
        margin-top: 1vw;
        font-size: 3.2vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_tel {
        margin-top: 6vw;
        padding: 5vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_tel .sp_kaketsuke_tel_label {
        font-size: 3.4vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_tel .sp_kaketsuke_tel_num {
        flex-direction: column;
        row-gap: 2vw;
        margin-top: 2.5vw;
        font-size: 8vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_body .sp_kaketsuke_tel .sp_kaketsuke_tel_num .sp_kaketsuke_tel_free {
        font-size: 3.4vw;
    }

    .page_spec_kaketsuke_sec .sp_kaketsuke_block .sp_kaketsuke_img {
        width: 100%;
    }

    /* 07 定期点検 */
    .page_spec_tenken_sec {
        padding-block: 16vw;
    }

    .page_spec_tenken_sec .sp_tenken_block {
        flex-direction: column;
        row-gap: 8vw;
        margin-top: 8vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_title {
        column-gap: 4vw;
        font-size: 8vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_title .sp_tenken_badge {
        font-size: 3.7vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_text {
        font-size: 3.7vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points {
        margin-top: 5vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item {
        flex-wrap: wrap;
        column-gap: 3vw;
        padding-block: 3.5vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item .item_icon {
        width: 9vw;
        height: 9vw;
        font-size: 5vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item .item_title {
        width: auto;
        font-size: 3.9vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_body .sp_tenken_points .item .item_text {
        width: 100%;
        margin-top: 1vw;
        font-size: 3.3vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels {
        width: 100%;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow {
        padding: 6vw 4.5vw;
        border-radius: 2vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_title {
        font-size: 4.8vw;
    }

    /* 流れ：SPは2列 */
    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list {
        grid-template-columns: 1fr 1fr;
        gap: 6vw 4vw;
        margin-top: 6vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item:not(:last-child)::after {
        content: none;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item .item_num {
        font-size: 4.3vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item .item_icon {
        width: 12vw;
        height: 12vw;
        font-size: 5.5vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item .item_title {
        margin-top: 2.5vw;
        font-size: 3.7vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_flow .sp_tenken_flow_list .item .item_text {
        font-size: 3vw;
    }

    /* 目安：SPは縦積み */
    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu {
        flex-direction: column;
        row-gap: 4vw;
        margin-top: 4vw;
        padding: 6vw 4.5vw;
        border-radius: 2vw;
        text-align: center;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_label {
        width: 24vw;
        height: 24vw;
        font-size: 3.4vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body {
        border-left: none;
        border-top: 1px solid #C9C4B8;
        padding-left: 0;
        padding-top: 4vw;
        width: 100%;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_lead {
        font-size: 3.7vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_num {
        font-size: 5.3vw;
        white-space: nowrap;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_free {
        font-size: 3.2vw;
    }

    .page_spec_tenken_sec .sp_tenken_block .sp_tenken_panels .sp_tenken_meyasu .sp_tenken_meyasu_body .sp_tenken_meyasu_note {
        font-size: 3.5vw;
    }

    /* 標準仕様まとめ */
    .page_spec_standard_sec {
        padding-block: 16vw;
    }

    .page_spec_standard_sec .sp_standard_head .sp_standard_title {
        font-size: 6.6vw;
    }

    .page_spec_standard_sec .sp_standard_head .sp_standard_sub {
        font-size: 3.9vw;
    }

    .page_spec_standard_sec .sp_standard_head .sp_standard_lead {
        font-size: 3.7vw;
    }

    .page_spec_standard_sec .sp_standard_list {
        grid-template-columns: 1fr 1fr;
        gap: 3vw;
        margin-top: 10vw;
    }

    .page_spec_standard_sec .sp_standard_list .item {
        padding: 4.5vw 3vw;
        border-radius: 1.6vw;
    }

    .page_spec_standard_sec .sp_standard_list .item .item_icon {
        width: 10vw;
        height: 10vw;
        font-size: 6.5vw;
    }

    .page_spec_standard_sec .sp_standard_list .item .item_title {
        margin-top: 2vw;
        font-size: 3.4vw;
    }

    .page_spec_standard_sec .sp_standard_list .item .item_text {
        font-size: 3vw;
    }

    .page_spec_standard_sec .sp_standard_bottom {
        column-gap: 3vw;
        margin-top: 10vw;
        font-size: 4vw;
    }

    .page_spec_standard_sec .sp_standard_bottom::before,
    .page_spec_standard_sec .sp_standard_bottom::after {
        width: 8vw;
    }

    /* CTA */
    .page_spec_cta_sec .sp_cta_block {
        flex-direction: column;
    }

    .page_spec_cta_sec .sp_cta_block .sp_cta_body {
        padding: 14vw 5vw;
    }

    .page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_title {
        font-size: 6.2vw;
    }

    .page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_text {
        font-size: 3.6vw;
    }

    .page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_btns {
        flex-direction: column;
        row-gap: 4vw;
        margin-top: 7vw;
    }

    .page_spec_cta_sec .sp_cta_block .sp_cta_body .sp_cta_btns .sp_cta_btn {
        min-width: 0;
        width: 100%;
        font-size: 3.9vw;
    }

    .page_spec_cta_sec .sp_cta_block .sp_cta_img {
        width: 100%;
        height: 60vw;
        flex: none;
    }

    /* page_inspection 定期点検 リニューアル (sp) ------------------------------------------------------------ */

    #page_inspection .ins_reason_title,
    #page_inspection .ins_flow_title,
    #page_inspection .ins_feature_title,
    #page_inspection .ins_purpose_title {
        column-gap: 3vw;
        font-size: 5.4vw;
    }

    #page_inspection .ins_reason_title .ins_reason_title_line,
    #page_inspection .ins_flow_title .ins_flow_title_line,
    #page_inspection .ins_feature_title .ins_feature_title_line,
    #page_inspection .ins_purpose_title .ins_purpose_title_line {
        width: 8vw;
        flex-shrink: 0;
    }

    .page_inspection_hero_sec {
        padding-block: 16vw;
    }

    .page_inspection_hero_sec .ins_hero_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_inspection_hero_sec .ins_hero_block .ins_hero_body .ins_hero_title {
        font-size: 7vw;
    }

    .page_inspection_hero_sec .ins_hero_block .ins_hero_body .ins_hero_text {
        font-size: 3.8vw;
    }

    .page_inspection_hero_sec .ins_hero_block .ins_hero_img {
        width: 100%;
        height: 60vw;
        border-radius: 1.5vw;
    }

    .page_inspection_reason_sec {
        padding-block: 16vw;
    }

    .page_inspection_reason_sec .ins_reason_list {
        grid-template-columns: 1fr;
        gap: 6vw;
        margin-top: 10vw;
    }

    .page_inspection_reason_sec .ins_reason_list .item {
        padding: 4.5vw;
        border-radius: 1.5vw;
    }

    .page_inspection_reason_sec .ins_reason_list .item .item_img {
        height: 42vw;
        border-radius: 1vw;
    }

    .page_inspection_reason_sec .ins_reason_list .item .item_title {
        margin-top: 4vw;
        font-size: 4.3vw;
    }

    .page_inspection_reason_sec .ins_reason_list .item .item_text {
        font-size: 3.4vw;
    }

    .page_inspection_about_sec {
        padding-block: 16vw;
    }

    .page_inspection_about_sec .ins_about_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_title {
        font-size: 6.4vw;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_text {
        font-size: 3.7vw;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points {
        flex-direction: column;
        row-gap: 6vw;
        margin-top: 7vw;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item {
        padding-inline: 0;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item+.item {
        border-left: none;
        border-top: 1px solid #DDD;
        padding-top: 6vw;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item .item_icon {
        width: 11vw;
        height: 11vw;
        font-size: 6vw;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item .item_title {
        margin-top: 2vw;
        font-size: 4.1vw;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_body .ins_about_points .item .item_text {
        font-size: 3.4vw;
    }

    .page_inspection_about_sec .ins_about_block .ins_about_img {
        width: 100%;
        height: 70vw;
        border-radius: 1.5vw;
    }

    .page_inspection_point_sec {
        padding-block: 16vw;
    }

    .page_inspection_point_sec .ins_point_head .ins_point_title {
        font-size: 6vw;
    }

    .page_inspection_point_sec .ins_point_list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 3.5vw;
        margin-top: 10vw;
    }

    .page_inspection_point_sec .ins_point_list .item {
        padding: 4vw;
        border-radius: 1.5vw;
    }

    .page_inspection_point_sec .ins_point_list .item .item_title {
        column-gap: 2vw;
        font-size: 3.6vw;
    }

    .page_inspection_point_sec .ins_point_list .item .item_title .item_num {
        width: 8vw;
        height: 8vw;
        font-size: 3.3vw;
    }

    .page_inspection_point_sec .ins_point_list .item .item_img {
        margin-top: 3vw;
        border-radius: 1vw;
    }

    .page_inspection_point_sec .ins_point_list .item .item_text {
        margin-top: 3vw;
        font-size: 3.2vw;
    }

    .page_inspection_flow_sec {
        padding-block: 16vw;
    }

    .page_inspection_flow_sec .ins_flow_list {
        grid-template-columns: 1fr;
        gap: 8vw;
        margin-top: 10vw;
    }

    .page_inspection_flow_sec .ins_flow_list .item {
        padding: 7vw 5vw;
        border-radius: 1.5vw;
    }

    .page_inspection_flow_sec .ins_flow_list .item:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -6.5vw;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        border-width: 1.6vw 0 1.6vw 2.4vw;
    }

    .page_inspection_flow_sec .ins_flow_list .item .item_step {
        font-size: 3.7vw;
    }

    .page_inspection_flow_sec .ins_flow_list .item .item_icon {
        width: 12vw;
        height: 12vw;
        margin-top: 3vw;
        font-size: 7.5vw;
    }

    .page_inspection_flow_sec .ins_flow_list .item .item_title {
        margin-top: 2.5vw;
        font-size: 4.4vw;
    }

    .page_inspection_flow_sec .ins_flow_list .item .item_text {
        font-size: 3.4vw;
    }

    .page_inspection_flow_sec .ins_flow_meyasu {
        margin-top: 8vw;
        padding: 3vw 4vw;
        font-size: 3.6vw;
    }

    .page_inspection_feature_sec {
        padding-block: 16vw;
    }

    .page_inspection_feature_sec .ins_feature_list {
        grid-template-columns: 1fr;
        gap: 6vw;
        margin-top: 10vw;
    }

    .page_inspection_feature_sec .ins_feature_list .item {
        border-radius: 1.5vw;
    }

    .page_inspection_feature_sec .ins_feature_list .item .item_img {
        height: 48vw;
    }

    .page_inspection_feature_sec .ins_feature_list .item .item_title {
        margin: 4.5vw 4.5vw 0;
        font-size: 4.3vw;
    }

    .page_inspection_feature_sec .ins_feature_list .item .item_text {
        padding: 2.5vw 4.5vw 5.5vw;
        font-size: 3.4vw;
    }

    .page_inspection_report_sec {
        padding-block: 16vw;
    }

    .page_inspection_report_sec .ins_report_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_inspection_report_sec .ins_report_block .ins_report_img {
        width: 100%;
        height: 55vw;
        border-radius: 1.5vw;
    }

    .page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_title {
        font-size: 5.8vw;
    }

    .page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_text {
        font-size: 3.6vw;
    }

    .page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list {
        grid-template-columns: 1fr;
        gap: 6vw;
        margin-top: 6vw;
    }

    .page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list .item .item_icon {
        width: 11vw;
        height: 11vw;
        font-size: 5.5vw;
    }

    .page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list .item .item_body .item_title {
        margin-top: 2vw;
        font-size: 3.9vw;
    }

    .page_inspection_report_sec .ins_report_block .ins_report_body .ins_report_list .item .item_body .item_text {
        font-size: 3.3vw;
    }

    .page_inspection_purpose_sec {
        padding-block: 16vw;
    }

    .page_inspection_purpose_sec .ins_purpose_list {
        grid-template-columns: 1fr;
        gap: 5vw;
        margin-top: 10vw;
    }

    .page_inspection_purpose_sec .ins_purpose_list .item {
        column-gap: 4vw;
        padding: 5vw;
        border-radius: 1.5vw;
    }

    .page_inspection_purpose_sec .ins_purpose_list .item .item_icon {
        width: 11vw;
        height: 11vw;
        font-size: 4.5vw;
    }

    .page_inspection_purpose_sec .ins_purpose_list .item .item_body .item_title {
        font-size: 4vw;
    }

    .page_inspection_purpose_sec .ins_purpose_list .item .item_body .item_text {
        font-size: 3.3vw;
    }

    .page_inspection_last_sec {
        padding-block: 16vw;
    }

    .page_inspection_last_sec .ins_last_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_inspection_last_sec .ins_last_block .ins_last_body .ins_last_title {
        font-size: 6.2vw;
    }

    .page_inspection_last_sec .ins_last_block .ins_last_body .ins_last_text {
        font-size: 3.7vw;
    }

    .page_inspection_last_sec .ins_last_block .ins_last_img {
        width: 100%;
        height: 55vw;
        border-radius: 1.5vw;
    }

    .page_inspection_cta_sec {
        padding-block: 14vw;
    }

    .page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_title {
        font-size: 5vw;
    }

    .page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_btns {
        flex-direction: column;
        row-gap: 4vw;
        margin-top: 7vw;
    }

    .page_inspection_cta_sec .ins_cta_block .ins_cta_body .ins_cta_btns .ins_cta_btn {
        min-width: 0;
        width: 100%;
        font-size: 3.9vw;
    }

    /* page_audit 施工監査 リニューアル (sp) ------------------------------------------------------------ */

    .page_audit_hero_sec {
        padding-block: 16vw;
    }

    .page_audit_hero_sec .ad_hero_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_audit_hero_sec .ad_hero_block .ad_hero_body .ad_hero_title {
        font-size: 7vw;
    }

    .page_audit_hero_sec .ad_hero_block .ad_hero_body .ad_hero_lead {
        font-size: 4.8vw;
    }

    .page_audit_hero_sec .ad_hero_block .ad_hero_body .ad_hero_text {
        font-size: 3.7vw;
    }

    .page_audit_hero_sec .ad_hero_block .ad_hero_img {
        width: 100%;
        height: 60vw;
        border-radius: 1.5vw;
    }

    .page_audit_reason_sec {
        padding-block: 16vw;
    }

    .page_audit_reason_sec .ad_reason_title {
        column-gap: 3vw;
        font-size: 5.4vw;
    }

    .page_audit_reason_sec .ad_reason_title .ad_reason_title_line {
        width: 8vw;
        flex-shrink: 0;
    }

    .page_audit_reason_sec .ad_reason_list {
        grid-template-columns: 1fr;
        gap: 6vw;
        margin-top: 10vw;
    }

    .page_audit_reason_sec .ad_reason_list .item {
        padding: 4.5vw;
        border-radius: 1.5vw;
    }

    .page_audit_reason_sec .ad_reason_list .item .item_img {
        height: 45vw;
        border-radius: 1vw;
    }

    .page_audit_reason_sec .ad_reason_list .item .item_title {
        margin-top: 4vw;
        font-size: 4.3vw;
    }

    .page_audit_reason_sec .ad_reason_list .item .item_text {
        font-size: 3.4vw;
    }

    .page_audit_about_sec {
        padding-block: 16vw;
    }

    .page_audit_about_sec .ad_about_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_audit_about_sec .ad_about_block .ad_about_body .ad_about_title {
        font-size: 6.4vw;
    }

    .page_audit_about_sec .ad_about_block .ad_about_body .ad_about_text {
        font-size: 3.7vw;
    }

    .page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points {
        flex-direction: column;
        row-gap: 6vw;
        margin-top: 7vw;
    }

    .page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item {
        padding-inline: 0;
    }

    .page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item+.item {
        border-left: none;
        border-top: 1px solid #DDD;
        padding-top: 6vw;
    }

    .page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item .item_icon {
        width: 11vw;
        height: 11vw;
        font-size: 6vw;
    }

    .page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item .item_title {
        margin-top: 2vw;
        font-size: 4.1vw;
    }

    .page_audit_about_sec .ad_about_block .ad_about_body .ad_about_points .item .item_text {
        font-size: 3.4vw;
    }

    .page_audit_about_sec .ad_about_block .ad_about_img {
        width: 100%;
        height: 70vw;
        border-radius: 1.5vw;
    }

    .page_audit_point_sec {
        padding-block: 16vw;
    }

    .page_audit_point_sec .ad_point_head .ad_point_title {
        font-size: 6vw;
    }

    .page_audit_point_sec .ad_point_head .ad_point_lead {
        font-size: 3.7vw;
    }

    .page_audit_point_sec .ad_point_list {
        grid-template-columns: 1fr 1fr;
        gap: 3.5vw;
        margin-top: 10vw;
    }

    .page_audit_point_sec .ad_point_list .item {
        padding: 4vw;
        border-radius: 1.5vw;
    }

    .page_audit_point_sec .ad_point_list .item .item_title {
        column-gap: 2vw;
        font-size: 3.9vw;
    }

    .page_audit_point_sec .ad_point_list .item .item_title .item_num {
        width: 8.5vw;
        height: 8.5vw;
        font-size: 3.3vw;
    }

    .page_audit_point_sec .ad_point_list .item .item_img {
        margin-top: 3vw;
        border-radius: 1vw;
    }

    .page_audit_point_sec .ad_point_list .item .item_text {
        margin-top: 3vw;
        font-size: 3.2vw;
    }

    .page_audit_feature_sec {
        padding-block: 16vw;
    }

    .page_audit_feature_sec .ad_feature_title {
        column-gap: 3vw;
        font-size: 5.6vw;
    }

    .page_audit_feature_sec .ad_feature_title .ad_feature_title_line {
        width: 8vw;
        flex-shrink: 0;
    }

    .page_audit_feature_sec .ad_feature_list {
        grid-template-columns: 1fr;
        gap: 6vw;
        margin-top: 10vw;
    }

    .page_audit_feature_sec .ad_feature_list .item {
        border-radius: 1.5vw;
    }

    .page_audit_feature_sec .ad_feature_list .item .item_num {
        width: 11vw;
        height: 11vw;
        font-size: 4.5vw;
    }

    .page_audit_feature_sec .ad_feature_list .item .item_img {
        height: 50vw;
    }

    .page_audit_feature_sec .ad_feature_list .item .item_title {
        margin: 4.5vw 4.5vw 0;
        padding-left: 3vw;
        font-size: 4.8vw;
    }

    .page_audit_feature_sec .ad_feature_list .item .item_text {
        padding: 3vw 4.5vw 5.5vw;
        font-size: 3.4vw;
    }

    .page_audit_last_sec .ad_last_block {
        flex-direction: column;
    }

    .page_audit_last_sec .ad_last_block .ad_last_body {
        padding: 14vw 5vw;
    }

    .page_audit_last_sec .ad_last_block .ad_last_body .ad_last_title {
        font-size: 6.2vw;
    }

    .page_audit_last_sec .ad_last_block .ad_last_body .ad_last_text {
        font-size: 3.7vw;
    }

    .page_audit_last_sec .ad_last_block .ad_last_body .ad_last_btns {
        flex-direction: column;
        row-gap: 4vw;
        margin-top: 7vw;
    }

    .page_audit_last_sec .ad_last_block .ad_last_body .ad_last_btns .ad_last_btn {
        min-width: 0;
        width: 100%;
        font-size: 3.9vw;
    }

    .page_audit_last_sec .ad_last_block .ad_last_img {
        width: 100%;
        height: 60vw;
        flex: none;
    }

    /* page_company 代表メッセージ (sp) ------------------------------------------------------------ */

    .page_company_message_sec {
        padding-block: 16vw 0;
    }

    .page_company_message_sec .cp_message_head .cp_message_label {
        font-size: 3.7vw;
    }

    .page_company_message_sec .cp_message_head .cp_message_title {
        font-size: 5.8vw;
    }

    .page_company_message_sec .cp_message_head .cp_message_sub {
        font-size: 3.6vw;
        text-align: left;
    }

    .page_company_message_sec .cp_message_body {
        margin-top: 10vw;
    }

    .page_company_message_sec .cp_message_body .cp_message_text {
        font-size: 3.7vw;
    }

    .page_company_message_sec .cp_message_body .cp_message_img {
        margin-block: 8vw;
        border-radius: 1.5vw;
    }

    .page_company_message_sec .cp_message_body .cp_message_sign {
        margin-top: 10vw;
    }

    .page_company_message_sec .cp_message_body .cp_message_sign .cp_message_sign_text {
        font-size: 3.9vw;
    }

    /* page_works カテゴリ常設タブ (sp) ------------------------------------------------------------ */

    #page_works .works .works_cat_tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-wrap: wrap;
        gap: 2.5vw;
        margin-top: 6vw;
    }

    #page_works .works .works_cat_tabs .works_cat_tab {
        white-space: normal;
        padding: 0.7em 1em;
    }

    #page_works .works .works_cat_tabs .works_cat_tab {
        min-width: 0;
        font-size: 3.5vw;
    }

    /* page_specification 仕様について (sp) ------------------------------------------------------------ */

    .page_shiyo_intro_sec {
        padding-block: 14vw 0;
    }

    .page_shiyo_intro_sec .sh_intro_head .sh_intro_title {
        font-size: 4.8vw;
    }

    .page_shiyo_intro_sec .sh_intro_head .sh_intro_text {
        font-size: 3.7vw;
    }

    .page_shiyo_list_sec {
        padding-block: 12vw 16vw;
    }

    .page_shiyo_list_sec .sh_category_list .item {
        flex-direction: column;
        row-gap: 5vw;
        padding: 5vw;
        border-radius: 2vw;
    }

    .page_shiyo_list_sec .sh_category_list .item+.item {
        margin-top: 8vw;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_img {
        width: 100%;
        height: 50vw;
        border-radius: 1.5vw;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_body .item_title {
        flex-wrap: wrap;
        font-size: 4.6vw;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_body .item_lead {
        font-size: 3.6vw;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_body .item_specs {
        margin-top: 4vw;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_body .item_specs .item_spec {
        flex-direction: column;
        row-gap: 1vw;
        padding-block: 3vw;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_body .item_specs .item_spec .item_spec_label {
        width: auto;
        font-size: 3.7vw;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_body .item_specs .item_spec .item_spec_value {
        font-size: 3.4vw;
        letter-spacing: 0;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_catch {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 4vw;
        width: 100%;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_catch .item_catch_icon {
        width: 14vw;
        height: 14vw;
        margin: 0;
        font-size: 6vw;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_catch .item_catch_text {
        margin-top: 0;
        font-size: 3.3vw;
        letter-spacing: 0.02em;
    }

    .page_shiyo_list_sec .sh_category_list .item .item_catch .item_catch_text br {
        display: none;
    }

    .page_shiyo_cta_sec .sh_cta_block {
        flex-direction: column;
    }

    .page_shiyo_cta_sec .sh_cta_block .sh_cta_body {
        padding: 14vw 5vw;
    }

    .page_shiyo_cta_sec .sh_cta_block .sh_cta_body .sh_cta_title {
        font-size: 5vw;
    }

    .page_shiyo_cta_sec .sh_cta_block .sh_cta_body .sh_cta_text {
        font-size: 3.6vw;
    }

    .page_shiyo_cta_sec .sh_cta_block .sh_cta_body .sh_cta_btn {
        min-width: 0;
        width: 100%;
        margin-top: 7vw;
        font-size: 3.9vw;
    }

    .page_shiyo_cta_sec .sh_cta_block .sh_cta_img {
        width: 100%;
        height: 60vw;
        flex: none;
    }

    /* page_about リニューアル (sp) ------------------------------------------------------------ */

    #page_about .ab_link_btn {
        min-width: 0;
        width: 100%;
        font-size: 3.7vw;
    }

    /* BRAND STATEMENT */
    .page_about_statement_sec {
        padding-block: 16vw;
    }

    .page_about_statement_sec .ab_statement_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_label {
        font-size: 3.7vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_title {
        font-size: 7vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_text {
        font-size: 3.7vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_script {
        font-size: 6vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points {
        margin-top: 8vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points .item {
        padding-inline: 1.3vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points .item .item_icon {
        width: 12vw;
        height: 12vw;
        font-size: 7vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_body .ab_statement_points .item .item_text {
        margin-top: 2.5vw;
        font-size: 3.2vw;
    }

    .page_about_statement_sec .ab_statement_block .ab_statement_img {
        width: 100%;
        height: 100vw;
        border-top-left-radius: 26vw;
    }

    /* PHILOSOPHY */
    .page_about_philosophy_sec {
        padding-block: 16vw;
    }

    .page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_label {
        font-size: 3.7vw;
    }

    .page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_title {
        font-size: 6.6vw;
    }

    .page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_sub {
        font-size: 4.3vw;
    }

    .page_about_philosophy_sec .ab_philosophy_head .ab_philosophy_lead {
        font-size: 3.7vw;
    }

    .page_about_philosophy_sec .ab_philosophy_list {
        flex-direction: column;
        row-gap: 10vw;
        margin-top: 10vw;
    }

    .page_about_philosophy_sec .ab_philosophy_list .item {
        padding-inline: 0;
    }

    .page_about_philosophy_sec .ab_philosophy_list .item+.item {
        border-left: none;
        border-top: 1px solid #CCC;
        padding-top: 10vw;
    }

    .page_about_philosophy_sec .ab_philosophy_list .item .item_letter {
        font-size: 13vw;
    }

    .page_about_philosophy_sec .ab_philosophy_list .item .item_word {
        font-size: 4.3vw;
    }

    .page_about_philosophy_sec .ab_philosophy_list .item .item_text {
        font-size: 3.7vw;
    }

    .page_about_philosophy_sec .ab_philosophy_list .item .item_icon {
        width: 12vw;
        height: 12vw;
        padding-top: 5vw;
        font-size: 8vw;
    }

    /* STRENGTH */
    .page_about_strength_sec {
        padding-block: 16vw;
    }

    .page_about_strength_sec .ab_strength_head .ab_strength_label {
        font-size: 3.7vw;
    }

    .page_about_strength_sec .ab_strength_head .ab_strength_label::before,
    .page_about_strength_sec .ab_strength_head .ab_strength_label::after {
        width: 9vw;
    }

    .page_about_strength_sec .ab_strength_head .ab_strength_title {
        font-size: 6.4vw;
    }

    .page_about_strength_sec .ab_strength_head .ab_strength_lead {
        font-size: 3.7vw;
    }

    .page_about_strength_sec .ab_strength_list {
        margin-top: 10vw;
    }

    .page_about_strength_sec .ab_strength_list .item {
        flex-direction: column;
        row-gap: 4vw;
        padding: 4.5vw;
        border-radius: 1.6vw;
    }

    .page_about_strength_sec .ab_strength_list .item+.item {
        margin-top: 5vw;
    }

    .page_about_strength_sec .ab_strength_list .item .item_img {
        width: 100%;
        height: 34vw;
        border-radius: 1vw;
    }

    .page_about_strength_sec .ab_strength_list .item .item_body .item_title {
        font-size: 4.4vw;
    }

    .page_about_strength_sec .ab_strength_list .item .item_body .item_title .item_num {
        width: 9.5vw;
        height: 9.5vw;
        font-size: 3.7vw;
    }

    .page_about_strength_sec .ab_strength_list .item .item_body .item_text {
        font-size: 3.7vw;
    }

    .page_about_strength_sec .ab_strength_bottom {
        margin-top: 8vw;
        font-size: 3.7vw;
    }

    /* SPEC 誘導 */
    .page_about_spec_sec {
        padding-top: 16vw;
    }

    .page_about_spec_sec .ab_spec_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_label {
        font-size: 3.7vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_title {
        font-size: 6.6vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_text {
        font-size: 3.7vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points {
        margin-top: 7vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item {
        padding-inline: 0.3vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item .item_icon {
        width: 11vw;
        height: 11vw;
        font-size: 6.5vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item .item_title {
        margin-top: 2vw;
        font-size: 3.1vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_spec_points .item .item_text {
        font-size: 2.9vw;
        letter-spacing: 0;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_body .ab_link_btn {
        margin-top: 8vw;
    }

    .page_about_spec_sec .ab_spec_block .ab_spec_img {
        width: 100%;
        height: 96vw;
        border-top-left-radius: 26vw;
    }

    .page_about_spec_sec .ab_spec_bottom {
        margin-top: 14vw;
        padding-block: 8vw;
    }

    .page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list {
        flex-direction: column;
        row-gap: 6vw;
    }

    .page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item+.item {
        border-left: none;
        border-top: 1px solid #CCC;
        padding-top: 6vw;
    }

    .page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item .item_title {
        font-size: 4.8vw;
    }

    .page_about_spec_sec .ab_spec_bottom .ab_spec_bottom_list .item .item_text {
        font-size: 3.4vw;
    }

    /* SUPPORT 誘導 */
    .page_about_support_sec {
        padding-block: 16vw;
    }

    .page_about_support_sec .ab_support_block {
        flex-direction: column;
        row-gap: 8vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_body .ab_support_label {
        font-size: 3.7vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_body .ab_support_title {
        font-size: 6.6vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_body .ab_support_text {
        font-size: 3.7vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_body .ab_support_list {
        margin-top: 6vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_body .ab_support_list .item {
        column-gap: 3.5vw;
        padding-block: 4vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_body .ab_support_list .item .item_icon {
        width: 7.5vw;
        height: 7.5vw;
        font-size: 3.5vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_body .ab_support_list .item .item_text {
        font-size: 3.7vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_body .ab_link_btn {
        margin-top: 8vw;
    }

    .page_about_support_sec .ab_support_block .ab_support_img {
        width: 100%;
        height: 96vw;
        border-top-left-radius: 26vw;
    }

    /* FLOW */
    .page_about_flow_sec {
        padding-block: 16vw;
    }

    .page_about_flow_sec .ab_flow_head .ab_flow_title {
        font-size: 6.6vw;
    }

    .page_about_flow_sec .ab_flow_head .ab_flow_label {
        font-size: 3.7vw;
    }

    .page_about_flow_sec .ab_flow_head .ab_flow_label::before,
    .page_about_flow_sec .ab_flow_head .ab_flow_label::after {
        width: 9vw;
    }

    .page_about_flow_sec .ab_flow_head .ab_flow_lead {
        font-size: 3.7vw;
    }

    .page_about_flow_sec .ab_flow_list {
        grid-template-columns: 1fr;
        gap: 8vw;
        margin-top: 10vw;
    }

    .page_about_flow_sec .ab_flow_list .item {
        padding: 7vw 5vw;
        border-radius: 1.6vw;
    }

    .page_about_flow_sec .ab_flow_list .item:not(:nth-child(4n))::after {
        top: auto;
        right: auto;
        bottom: -6.5vw;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        border-width: 1.6vw 0 1.6vw 2.4vw;
    }

    .page_about_flow_sec .ab_flow_list .item:last-child::after {
        content: none;
    }

    .page_about_flow_sec .ab_flow_list .item .item_step {
        font-size: 3.7vw;
    }

    .page_about_flow_sec .ab_flow_list .item .item_icon {
        width: 12vw;
        height: 12vw;
        margin-top: 3.5vw;
        font-size: 8vw;
    }

    .page_about_flow_sec .ab_flow_list .item .item_title {
        margin-top: 3.5vw;
        font-size: 4.3vw;
    }

    .page_about_flow_sec .ab_flow_list .item .item_text {
        font-size: 3.5vw;
    }

    .page_about_flow_sec .ab_flow_bottom {
        margin-top: 10vw;
        font-size: 3.7vw;
    }

    .page_about_flow_sec .ab_flow_script {
        font-size: 5.5vw;
    }

    /* 関連リンク */
    .page_about_related_sec {
        padding-block: 16vw;
    }

    .page_about_related_sec .ab_related_list {
        grid-template-columns: 1fr;
        gap: 8vw;
    }

    .page_about_related_sec .ab_related_list .item {
        border-radius: 2.6vw;
    }

    .page_about_related_sec .ab_related_list .item .item_link .item_body {
        padding: 7vw 5vw 8vw;
    }

    .page_about_related_sec .ab_related_list .item .item_link .item_body .item_title {
        font-size: 4.8vw;
    }

    .page_about_related_sec .ab_related_list .item .item_link .item_body .item_text {
        font-size: 3.5vw;
    }

    .page_about_related_sec .ab_related_list .item .item_link .item_body .item_arrow {
        width: 11vw;
        height: 11vw;
        margin-top: 5vw;
        font-size: 3.7vw;
    }

    /* 代表メッセージ冒頭の代表写真（2026/08 指示） (sp) ------------------------------------------------------------ */

    .page_company_message_sec .cp_message_body .cp_message_intro {
        flex-direction: column-reverse;
        row-gap: 8vw;
    }

    .page_company_message_sec .cp_message_body .cp_message_intro .cp_message_photo {
        width: 64vw;
        margin-inline: auto;
        border-radius: 1.5vw;
    }

    /* 分譲地詳細の建物付き価格（2026/08 指示） (sp) ------------------------------------------------------------ */

    #page_land .info .info_text_house {
        margin-top: 6vw;
    }


    /* モデルハウス (sp) ------------------------------------------------------------ */

    #page_model_house .model_house {
        padding: 15vw 0 0;
    }

    #page_model_house .model_house .model_house_title {
        font-size: 5.5vw;
    }

    #page_model_house .model_house .model_house_img {
        margin-top: 6vw;
    }

    #page_model_house .model_house .model_house_message {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    #page_model_house .gallery {
        padding: 15vw 0 0;
    }

    #page_model_house .gallery .gallery_swiper {
        margin-top: 6vw;
        padding-bottom: 3vw;
    }

    #page_model_house .gallery .gallery_swiper .gallery_img {
        width: 80vw;
    }

    #page_model_house .gallery .gallery_swiper .swiper-pagination {
        column-gap: 4vw;
        margin-top: 4vw;
    }

    #page_model_house .gallery .gallery_swiper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    #page_model_house .outline {
        margin-top: 20vw;
        padding: 15vw 0;
    }

    #page_model_house .outline .outline_contents {
        grid-template-columns: 1fr;
        margin-top: 6vw;
    }

    #page_model_house .outline .outline_contents .outline_items .outline_item {
        grid-template-columns: 1fr;
        padding: 2vw 0;
    }

    #page_model_house .outline .outline_contents .outline_items .outline_item::before {
        width: 25%;
    }

    #page_model_house .outline .outline_contents .outline_items .outline_item dt {
        font-size: 4vw;
    }

    #page_model_house .outline .outline_contents .outline_items .outline_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_model_house .model_house_archive .model_house_items {
        grid-template-columns: 1fr;
        row-gap: 6vw;
    }

    #page_model_house .model_house_archive .model_house_items .model_house_item .model_house_link .model_house_title {
        margin-top: 2vw;
        font-size: 4vw;
    }



    /* トップのモデルハウススライダー（PC上書きぶんをSPで元値に戻す） */
    #main .top_model .common_heading_ja,
    #main .top_model .common_heading_en {
        text-align: center;
    }

    #main .top_model .top_model_swiper {
        margin: 5vw 0 0;
        /* PCで見出し帯ぶんに使っている padding-left をSPでは戻す */
        padding: 0 0 30vw;
    }

    #main .top_model .top_model_swiper::before {
        display: none;
    }

    #main .top_model .swiper-slide {
        width: 100%;
    }

    #main .top_model .model_img {
        aspect-ratio: 350/200;
    }

    /* 元は bottom:0 に translateY(-50%)（7.5vw）が乗った位置。SPでは margin-top は位置に効かないので 7.5vw で元の高さになる */
    #main .top_model .swiper-button-prev,
    #main .top_model .swiper-button-next {
        top: auto;
        bottom: 7.5vw;
    }

    #main .top_model .swiper-button-prev {
        left: 18vw;
    }

    #main .top_model .swiper-button-next {
        right: 18vw;
        left: auto;
    }

    #main .top_model .swiper-pagination {
        -webkit-transform: translateX(-50%);
        top: auto;
        bottom: 11vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 751px) {

    .pc_tel {
        pointer-events: none;
    }

}