@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

:root {
    --main-color: #1A1A1A;
    --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
    font-family: "Zen Old Mincho", serif;
}

/* 追加webフォント */
.f-en {
    font-family: "times-new-roman", sans-serif;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.61;
    min-width: 1440px;
}

.wrap {
    width: 1140px;
    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: 15px;
    margin-block: 0 1em;
}

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

.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: 15px;
    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: "";
    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;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.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: 16px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #BBB;
    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 var(--main-color);
    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;
}

/* ラジオボタン デザイン */
.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: 13px;
    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;
}

.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;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    /* color: #FFF; */
    /* background-color: var(--main-color); */
    /* border-color: var(--main-color); */
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

/* ヘッダー */
#site_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    min-width: 1440px;
    z-index: 1;
}

.hd-logo a {
    display: block;
}

.hd-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hd-logo {
    width: 80px;
}

/* TOP メインビジュアル */
.top-mv__slider {
    overflow: hidden;
}

@keyframes zoomUp {
    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.add-animation {
    animation: zoomUp 7s linear 0s normal both;
}

.top-mv-sec {
    position: relative;
    padding-block: 202px 50px;
}

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

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

.top-mv__ttl {
    font-size: 46px;
    color: #FFF;
    letter-spacing: .26em;
    line-height: 1.45;
    margin-bottom: 26px;
    font-weight: 500;
}

.top-mv__sub {
    color: #FFF;
    font-size: 16px;
    letter-spacing: .17em;
    font-weight: 500;
    line-height: 1.5;
}

.top-mv__text-area {
    margin-bottom: 91px;
}

.top-mv__btn-area {
    display: flex;
}

.common-btn__area-text {
    font-size: 16px;
    letter-spacing: .24em;
    color: #FFF;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    margin-bottom: 14px;
}

.common-btn__area {
    padding-right: 40px;
    position: relative;
}

.common-btn__area+.common-btn__area {
    padding-left: 40px;
}

a.common-btn {
    display: flex;
    align-items: center;
    min-block-size: 60px;
    border: solid 1px #707070;
    width: 320px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: .06em;
    line-height: 1.5;
    font-weight: 600;
    gap: 0 20px;
    padding-inline: 20px;
    position: relative;
    z-index: 0;
    transition: .3s;
}

.common-btn__label {
    width: 70px;
    background-color: var(--main-color);
    text-align: center;
    padding: 5px 18px;
}

a.common-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(30px) brightness(1.15);
    -webkit-backdrop-filter: blur(30px) brightness(1.15);
    z-index: -1;
    transition: .3s;
}

.common-btn__area-treat {
    color: #FFF;
    line-height: 1.46;
    letter-spacing: .06em;
    font-weight: 500;
    margin-top: 10px;
    text-align: right;
}

a.common-btn:hover::before {
    /* background: transparent; */
    /* backdrop-filter: none; */
    /* -webkit-backdrop-filter: none; */
}

.common-btn__area+.common-btn__area::before {
    content: "";
    width: 1px;
    top: 9px;
    bottom: 28px;
    left: 0;
    background-color: #FFF;
    position: absolute;
}

a.common-btn:hover {
    /* border-color: #FFF; */
}

a.common-btn.center {
    justify-content: center;
}

.top-mv__slide::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, #505050);
    mix-blend-mode: multiply;
}

/* TOP 施工事例 */
.top-case-sec {
    padding-top: 135px;
}

.top-case__flex-box {
    display: flex;
    border-top: solid 1px #CCC;
    padding-top: 80px;
    justify-content: space-between;
}

.top-case-list {
    width: 929px;
}

.top-case-list__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 29px;
}

.common-other__ttl-box {
    flex-shrink: 0;
    color: var(--main-color);
    width: 172px;
}

.case-item__img {
    width: 450px;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
}

.case-item__img img {
    width: 100%;
    aspect-ratio: 45/28;
    min-width: 0;
    object-fit: cover;
    transition: .3s;
}

.icon-circle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid 1px #FFF;
    border-radius: 50%;
}

.icon-circle::before,
.icon-circle::after {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.icon-circle::after {
    rotate: 90deg;
}

.case-item__ttl {
    font-size: 18px;
    letter-spacing: .24em;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 14px;
    color: var(--main-color);
    transition: .3s;
    width: fit-content;
    border-bottom: solid 1px transparent;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case-item__text {
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 400;
    line-height: 1.58;
    margin-bottom: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top-case-list__group+.top-case-list__group {
    margin-top: 50px;
}

.case-item__price {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 1;
}

.top-case-list__item {
    cursor: pointer;
}

.top-case-list__item:hover img {
    /* scale: 1.2; */
}

.common-other__ttl-en {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 15px;
}

.common-other__ttl {
    font-size: 12px;
    letter-spacing: .24em;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.91;
}

.common-other__ttl-sub {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .19em;
    line-height: 1.83;
}

.top-case-list__item:hover .case-item__ttl {
    /* border-color: var(--main-color) */
}

.scroll-hint {
    overflow-y: hidden !important;
}

/* TOP REASON */
.top-reason-sec {
    padding-block: 166px 191px;
}

.top-reason-list {
    border-block: solid 1px var(--main-color);
    display: flex;
    justify-content: center;
}

.top-reason-list__item {
    width: 480px;
    padding: 30px 69px 54px 30px;
    display: flex;
    gap: 0 26px;
}

.reason-item__num {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 1;
    writing-mode: vertical-lr;
}

.reason-item__img {
    width: 340px;
    margin-bottom: 20px;
}

.reason-item__img img {
    width: 100%;
    aspect-ratio: 17/15;
    min-width: 0;
    object-fit: cover;
}

.reason-item__ttl {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.35;
    color: var(--main-color);
}

.reason-item__ttl-box {
    margin-bottom: 26px;
}

.reason-item__text {
    letter-spacing: .08em;
    font-weight: 400;
}

.top-reason-list__item+.top-reason-list__item {
    border-left: solid 1px var(--main-color);
}

/* TOP 提携している建築家たち */
.architect-bg-img {
    width: 100%;
    height: 540px;
    position: relative;
    z-index: -1;
}

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

.top-architect__flex-box {
    display: flex;
    gap: 0 122px;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -120px;
}

.top-architect__item-box {
    display: flex;
    gap: 0 40px;
    align-items: flex-start;
}

.architect-item {
    position: relative;
    padding: 290px 51px 31px 25px;
    display: flex;
    gap: 0 105px;
    cursor: pointer;
    width: 340px;
}

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

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

.architect-item__name {
    font-size: 18px;
    letter-spacing: .06em;
    color: #FFF;
    line-height: 1.44;
    margin-bottom: 8px;
}

.architect-item__office {
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 1.73;
    color: #FFF;
    margin-bottom: 41px;
}

.architect-item__en {
    font-size: 18px;
    line-height: 1;
    letter-spacing: .2em;
    color: #FFF;
    writing-mode: vertical-lr;
}

.architect-item__btn {
    display: grid;
    place-content: center;
    background-color: #FFF;
    border-radius: 100vmax;
    width: 140px;
    min-block-size: 34px;
    border: solid 1px #FFF;
    transition: .3s;
}

.architect-item__btn-text {
    letter-spacing: .06em;
    color: var(--main-color);
    transition: .3s;
}

.architect-item::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 390px;
    border: solid #FFF;
    border-width: 1px 1px 0 0;
    top: 30px;
    right: 30px;
}

.architect-item__img::before {
    content: "";
    inset: 0;
    background: linear-gradient(to bottom, transparent, #505050);
    mix-blend-mode: multiply;
    position: absolute;
}

.architect-item::after {
    content: "";
    width: 30px;
    aspect-ratio: 1/1;
    min-width: 0;
    position: absolute;
    background-color: var(--main-color);
    top: 20px;
    right: 20px;
}

.architect-item:hover .architect-item__btn {
    /* background-color: transparent; */
}

.architect-item:hover .architect-item__btn-text {
    /* color: #FFF; */
}

.architect-item+.architect-item {
    margin-top: 50px;
}

.top-architect-sec {
    padding-bottom: 130px;
}

.common-sec-ttl__sub {
    font-size: 34px;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--main-color);
}

.common-sec-ttl {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .24em;
    line-height: 1.64;
    margin-bottom: 46px;
    color: var(--main-color);
}

.common-sec-ttl-box {
    margin-bottom: 69px;
}

.common-sec-ttl__text {
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 1.73;
}

.top-architect__item-slider {
    display: block;
    width: 720px;
    flex-shrink: 0;
    position: relative;
}

.top-architect__item-slider .slick-arrow {
    background-color: var(--main-color);
    width: 50px;
    aspect-ratio: 1/1;
    min-width: 0;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
    border: solid 1px #707070;
    cursor: pointer;
}

.top-architect__item-slider .slick-arrow.prev {
    left: -25px;
}

.top-architect__item-slider .slick-arrow.next {
    right: -25px;
}

.top-architect__item-slider .slick-arrow::before {
    content: "";
    width: 12px;
    aspect-ratio: 1/1;
    min-width: 0;
    position: absolute;
    top: 50%;
    left: 55%;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    translate: -50% -50%;
}

.top-architect__item-slider .slick-arrow.next::before {
    rotate: 45deg;
    left: 45%;
}

.top-architect__item-slider .slick-arrow.prev::before {
    rotate: 225deg;
}

/* TOP お客様の声 */
.top-interview__cont {
    border-top: solid 1px #CCC;
    padding-top: 60px;
}

.top-interview-sec .common-other-ttl-box {
    margin-bottom: 36px;
}

.top-interview-list {
    gap: 0 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.interview-item__img {
    position: relative;
    margin-bottom: 19px;
    z-index: -1;
}

.interview-item__img .icon-circle {
    bottom: 10px;
    right: 10px;
}

.interview-item__img img {
    width: 100%;
    aspect-ratio: 38/23;
    min-width: 0;
    object-fit: cover;
}

.interview-item__ttl {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .24em;
    line-height: 1.53;
    color: var(--main-color);
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.interview-item__text {
    line-height: 1.76;
    letter-spacing: .06em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.top-interview-list__item {
    cursor: pointer;
}

/* TOP ご契約までの流れ */
.top-flow-sec {
    padding-block: 150px 108px;
}

.common-sec-ttl-box.center {
    text-align: center;
    margin-bottom: 50px;
}

.common-sec-ttl-box.center .common-sec-ttl {
    margin-bottom: 34px;
}

.common-sec-ttl-box.center .common-sec-ttl__text {
    font-size: 13px;
    letter-spacing: .17em;
    line-height: 1.53;
    font-weight: 500;
    color: var(--main-color);
}

.top-flow-list__item {
    padding: 40px 20px 30px;
    border-bottom: solid 1px #CCC;
}

.flow-item__text {
    letter-spacing: .08em;
    line-height: 1.38;
}

.top-flow-list__item:first-child {
    padding-top: 0;
}

.top-flow-list {
    margin-bottom: 60px;
}

.common-more-btn {
    display: grid;
    place-content: center;
    width: 320px;
    min-block-size: 60px;
    border: solid 1px #707070;
    margin: 0 auto;
    cursor: pointer;
}

.common-more-btn__text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.5;
}

.common-more-btn.sp {
    display: none;
}

.top-flow-list__ttl-box {
    display: flex;
    gap: 0 44px;
    align-items: center;
    margin-bottom: 24px;
}

.flow-item__num-box {
    width: 70px;
    aspect-ratio: 1/1;
    min-width: 0;
    text-align: center;
    display: grid;
    place-content: center;
    border: solid 1px;
    color: var(--main-color);
    position: relative;
    flex-shrink: 0;
}

.flow-item__num-text {
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1;
}

.flow-item__num-text .num {
    font-size: 30px;
    letter-spacing: 0;
    display: block;
}

.flow-item__num-box::before {
    content: "";
    width: 40px;
    aspect-ratio: 1/1;
    min-width: 0;
    position: absolute;
    border: solid var(--main-color);
    border-width: 1px 1px 0 0;
    top: -10px;
    right: -10px;
}

.flow-item__ttl {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.35;
    color: var(--main-color);
}

/* TOP よくあるご質問 */
.faq-bg-img {
    width: 1240px;
    height: 430px;
    margin-left: auto;
    position: relative;
    z-index: -1;
}

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

.top-faq-sec .common-sec-ttl-box {
    width: 218px;
    aspect-ratio: 1/1;
    display: grid;
    place-content: center;
    background-color: #FFF;
    margin-bottom: 25px;
    margin-top: -168px;
}

.top-faq-sec .common-sec-ttl {
    margin-bottom: 0;
}

.top-faq-list {
    width: 1240px;
    margin: 0 auto;
}

.top-faq-list__item {
    padding-block: 50px 40px;
    display: flex;
    gap: 0 61px;
    padding-inline: 50px;
}

.faq-item__ttl {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .24em;
    line-height: 1.62;
    color: var(--main-color);
    width: 338px;
    flex-shrink: 0;
}

.faq-item__text {
    letter-spacing: .06em;
    line-height: 1.53;
    width: 100%;
}

.top-faq-list__item+.top-faq-list__item {
    border-top: solid 1px #CCC;
}

.top-faq-list__item:first-child {
    padding-top: 0;
}

.top-faq-list__item:last-child {
    padding-bottom: 0;
}

.top-faq-sec {
    padding-bottom: 129px;
}

/* TOP お問い合わせ */
.top-contact__flex-box {
    border-block: solid 1px #E0E0E0;
    padding-block: 30px;
    display: flex;
    align-items: center;
}

.top-contact__btn-box {
    display: flex;
}

.top-contact__flex-box .common-sec-ttl-box {
    margin-bottom: 0;
    padding: 35px 92px 35px 50px;
    border-right: solid 1px #E0E0E0;
}


.top-contact__btn-box .common-btn__area {
    padding-inline: 40px 39px;
}

.top-contact__btn-box .common-btn__area-text {
    color: var(--main-color);
}

.top-contact__btn-box a.common-btn {
    color: var(--main-color);
    border-color: var(--main-color);
}

.top-contact__btn-box .common-btn__label {
    color: #FFF;
}

.top-contact__btn-box a.common-btn::before {
    content: none;
}

.top-contact__btn-box .common-btn__area-treat {
    color: #333;
    margin-top: 14px;
}

.top-contact__btn-box .common-btn__area+.common-btn__area::before {
    top: 50%;
    bottom: auto;
    height: 230px;
    background-color: #E0E0E0;
    translate: 0 -50%;
}

/* フッター */
.site-footer {
    padding-block: 84px 210px;
    text-align: center;
}

.site-footer__logo {
    width: 118px;
    margin: 0 auto 32px;
}

.site-footer__logo a {
    display: block;
}

.site-footer__logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-footer__main-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .26em;
    line-height: 1;
    margin-bottom: 70px;
    color: var(--main-color);
}

.copyright small {
    font-size: 14px;
    color: var(--main-color);
    line-height: 1;
}

/* モーダル */
/* モーダル共通 */
.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
}

.modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.modal:not(.is-open) {
    transition: visibility 0s linear .4s;
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.9);
    opacity: 0;
    transition: opacity .4s ease;
}

.modal.is-open .modal__overlay {
    opacity: 1;
}

.modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1440px;
    height: 720px;
    min-width: 1440px;
    background-color: rgba(26, 26, 26, .92);
    padding-block: 63px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
    transition: opacity .4s ease, transform .4s ease;
}

.modal.is-open .modal__inner {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

body.is-modal-open {
    overflow: hidden;
}

.modal-template {
    display: none;
}

/* CASE モーダル */
.case-modal--layout {
    display: flex;
    gap: 0 70px;
    justify-content: space-between;
}

.case-modal__media {
    width: 500px;
    flex-shrink: 0;
}

.case-modal__main,
.case-modal__main .slick-list,
.case-modal__main .slick-track {
    width: 100%;
}

.case-modal__main img {
    width: 100%;
    aspect-ratio: 10/7;
    min-width: 0;
    display: block;
    object-fit: contain;
    background-color: rgba(26, 26, 26, .92);
}

.case-modal__thumb img {
    width: 100%;
    aspect-ratio: 10/7;
    cursor: pointer;
    object-fit: cover;
}

.case-modal__content {
    width: 100%;
    color: #FFF;
    padding-top: 94px;
    height: 594px;
    overflow-y: scroll;
}

.case-modal__thumb {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.case-modal__thumb img {
    width: 100%;
    aspect-ratio: 10/7;
    min-width: 0;
    object-fit: contain;
    cursor: pointer;
    background-color: rgba(26, 26, 26, .92);
}

.case-modal__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #CCC;
    padding-bottom: 28px;
    margin-bottom: 30px;
    gap: 0 20px;
}

.case-modal__ttl {
    font-size: 22px;
    letter-spacing: .24em;
    line-height: 1.46;
    font-weight: 500;
}

.case-modal__price {
    font-size: 20px;
    letter-spacing: .06em;
    line-height: 1.1;
}

.case-modal__text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
}

.modal__content .common-more-btn {
    width: 240px;
    min-block-size: 50px;
    border-color: #FFF;
}

.modal__content .common-more-btn .common-more-btn__text {
    font-size: 14px;
    line-height: 1.25;
}

.case-modal__text-box {
    margin-bottom: 191px;
}

/* ARCHITECTモーダル */
.architect-modal__top {
    display: flex;
    align-items: flex-start;
    gap: 0 70px;
    justify-content: space-between;
    margin-bottom: 75px;
}

.architect-modal__main-img {
    width: 460px;
    flex-shrink: 0;
}

.architect-modal__main-img img {
    width: 100%;
    aspect-ratio: 46/29;
    min-width: 0;
    object-fit: cover;
}

.architect-modal__content {
    color: #FFF;
    width: 100%;
    padding-top: 29px;
}

.architect-modal__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
    margin-bottom: 30px;
    gap: 0 20px;
}

.architect-modal__name {
    font-size: 22px;
    letter-spacing: .24em;
    line-height: 1.46;
    font-weight: 500;
}

.architect-modal__text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.67;
}

.architect-modal__text-box {
    margin-bottom: 48px;
}

.architect-modal__office {
    font-size: 14px;
    letter-spacing: .24em;
    line-height: 1.43;
}

.architect-modal__sub {
    font-size: 17px;
    letter-spacing: .06em;
    line-height: 1.52;
    margin-bottom: 24px;
    color: #FFF;
}

.architect-modal__bottom-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
}

.modal__inner.is-architect {
    padding-block: 63px 74px;
}

.modal__inner.is-architect .modal__content {
    height: 583px;
    overflow-y: scroll;
}

.architect-modal__bottom-img img {
    width: 100%;
    aspect-ratio: 45/28;
    min-width: 0;
    object-fit: cover;
}

/* INTERVIEWモーダル */
.interview-modal {
    display: flex;
    gap: 0 70px;
    justify-content: space-between;
}

.modal__inner.is-interview {
    color: #FFF;
}

.interview-modal__content {
    width: 500px;
    flex-shrink: 0;
}

.interview-modal__accordion {
    width: 100%;
    height: 620px;
    overflow-y: scroll;
}

.interview-modal__main-img img {
    width: 100%;
    aspect-ratio: 25/16;
    min-width: 0;
    object-fit: cover;
}

.interview-modal__main-img {
    margin-bottom: 20px;
}

.interview-modal__ttl {
    font-size: 22px;
    letter-spacing: .24em;
    line-height: 1.46;
    font-weight: 500;
    margin-bottom: 20px;
}

.interview-modal__text-box {
    border-top: solid 1px #CCC;
    padding-top: 20px;
    margin-bottom: 88px;
}

.interview-modal__text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.67;
}

.modal__inner.is-interview {
    padding: 50px 0;
}

.interview-accordion__ttl {
    border: solid 1px #FFF;
    width: 100%;
    padding: 21px 20px;
    min-block-size: 64px;
}

.interview-accordion__ttl-text {
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}

.interview-accordion__ttl-text::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    rotate: 135deg;
    line-height: 1;
    flex-shrink: 0;
}

.interview-modal__accordion-item+.interview-modal__accordion-item {
    margin-top: 10px;
}

.interview-accordion__content-child {
    padding-block: 20px;
}

.interview-accordion__child-name {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .24em;
    line-height: 1.46;
    margin-bottom: 8px;
}

.interview-accordion__child-text {
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.5;
}

.interview-accordion__content-child+.interview-accordion__content-child {
    border-top: solid 1px #CCC;
}

.interview-accordion__content-child:last-child {
    padding-bottom: 30px;
}

.interview-accordion__content {
    display: none;
}

.interview-item__img::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(80, 80, 80, .3));
    mix-blend-mode: multiply;
}

/* FLOWモーダル */
.modal__inner.is-flow {
    padding-block: 80px;
}

.flow-modal {
    display: flex;
    gap: 0 166px;
    justify-content: space-between;
    align-items: center;
}

.flow-modal__content {
    width: 340px;
    flex-shrink: 0;
    padding-left: 100px;
    color: #FFF;
}

.flow-modal .top-flow-list {
    height: 560px;
    overflow-y: scroll;
    margin-bottom: 0;
    color: #FFF;
    width: 100%;
}

.flow-modal .top-flow-list__item {
    padding: 40px 0 30px;
}

.flow-modal .flow-item__num-box {
    color: #FFF;
}

.flow-modal .flow-item__num-box::before {
    border-color: #FFF;
}

.flow-modal .flow-item__ttl {
    color: #FFF;
}

.flow-modal__ttl {
    margin-bottom: 50px;
    font-size: 22px;
    letter-spacing: .24em;
    line-height: 1.46;
    font-weight: 500;
}

.modal__inner.is-flow .wrap {
    width: 1340px;
}

.flow-modal .top-flow-list__item:first-child {
    padding-top: 10px;
}

/* 資料請求 */
.page-template-page-contact .site-footer,
.page-template-page-contact-confirm .site-footer,
.page-template-page-contact-thanks .site-footer {
    display: none;
}

.page-template-page-contact #site_header,
.page-template-page-contact-confirm #site_header,
.page-template-page-contact-thanks #site_header {
    display: none;
}

.page-template-page-contact .sp-fixed-btn-box,
.page-template-page-contact-confirm .sp-fixed-btn-box,
.page-template-page-contact-thanks .sp-fixed-btn-box {
    display: 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: 3.33vw;
        min-width: 100%;
    }

    /* 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: 3vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.3vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3vw;
        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: 3.5vw;
        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.3vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.3vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.3vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 80%;
        line-height: 12.5vw;
        font-size: 3.5vw;
    }

    .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投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* 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;
    }

    /* TOP */
    .top-mv__ttl {
        font-size: 8.2vw;
        line-height: 1.5;
        margin-bottom: 4.8vw;
    }

    #site_header {
        min-width: 100%;
        padding-top: 30px;
    }

    .hd-logo {
        width: 68.33px;
        margin: 0 auto;
    }

    .top-mv-sec {
        padding-block: 34.7vw 12.8vw;
    }

    .top-mv__sub {
        font-size: 3.58vw;
        letter-spacing: .14em;
        line-height: 1.42;
    }

    .top-mv__text-area {
        margin-bottom: 29.17vw;
    }

    .top-mv__btn-area {
        flex-direction: column;
        gap: 5.1vw;
    }

    .common-btn__area {
        padding-right: 0;
    }

    .common-btn__area-text {
        font-size: 4.1vw;
        margin-bottom: 3.33vw;
    }

    .common-btn__area+.common-btn__area {
        padding-left: 0;
    }

    .common-btn__area+.common-btn__area::before {
        content: none;
    }

    a.common-btn {
        width: 100%;
        border-color: #FFF;
        min-block-size: 15.3vw;
        padding-inline: 5.1vw;
        font-size: 4.1vw;
    }

    .common-btn__label {
        width: 17.94vw;
        padding: 1.2vw 4.6vw;
    }

    .common-btn__area-treat {
        font-size: 3.33vw;
        margin-top: 3.8vw;
    }

    a.common-btn::before {
        background: rgba(255, 255, 255, 0.07);
        backdrop-filter: blur(7px) brightness(1.15);
        -webkit-backdrop-filter: blur(30px) brightness(1.15);
    }

    .top-case-sec {
        padding-top: 20.6vw;
    }


    .top-case__flex-box {
        padding-top: 10.3vw;
        flex-direction: column;
        gap: 4.6vw;
    }

    .common-other__ttl-box {
        width: 100%;
    }

    .common-other__ttl-en {
        font-size: 3.58vw;
        margin-bottom: 3vw;
    }

    .common-other__ttl {
        font-size: 3vw;
        margin-bottom: 9.7vw;
        line-height: 1.66;
    }

    .common-other__ttl-sub {
        font-size: 3vw;
        letter-spacing: .17em;
        line-height: 1.66;
    }

    .top-case-list {
        width: 100%;
        display: flex;
        gap: 5.13vw;
        overflow-x: scroll;
        padding-bottom: 12.3vw;
    }

    .top-case-list__group {
        display: block;
        width: 90vw;
        flex-shrink: 0;
    }

    .case-item__img {
        width: 100%;
        margin-bottom: 4.6vw;
    }

    .top-case-list__group+.top-case-list__group {
        margin-top: 0;
    }

    .case-item__img img {
        aspect-ratio: 35/18;
    }

    .icon-circle {
        width: 10.25vw;
        bottom: 5.1vw;
        right: 5.1vw;
    }

    .icon-circle::before,
    .icon-circle::after {
        width: 5.64vw;
    }

    .case-item__ttl {
        font-size: 4.1vw;
        margin-bottom: 3vw;
        line-height: 1.43;
    }

    .case-item__text {
        font-size: 3vw;
        line-height: 1.66;
        margin-bottom: 6.15vw;
    }

    .top-case-list__item+.top-case-list__item {
        margin-top: 7.69vw;
    }

    .case-item__price {
        font-size: 3.58vw;
    }

    .top-reason-sec {
        padding-block: 22.56vw 20vw;
    }

    .top-reason-list {
        flex-direction: column;
        border: none;
    }

    .top-reason-list__item {
        width: 90%;
        padding: 7.69vw 0;
        margin: 0 auto;
        display: block;
    }

    .reason-item__ttl-box {
        display: flex;
        align-items: center;
        gap: 0 5.1vw;
        margin-bottom: 4.1vw;
    }

    .reason-item__icon {
        width: 14.87vw;
    }

    .reason-item__icon img {
        width: 100%;
        aspect-ratio: 1/1;
        min-width: 0;
        object-fit: contain;
    }

    .reason-item__ttl {
        font-size: 4.1vw;
        line-height: 1.43;
    }

    .reason-item__text {
        letter-spacing: .07em;
    }

    .top-reason-list__item+.top-reason-list__item {
        border-width: 1px 0 0;
    }

    .top-reason-list__item:first-child {
        padding-top: 0;
    }

    .top-reason-list__item:last-child {
        padding-bottom: 0;
    }

    .top-architect-sec {
        padding-bottom: 22.97vw;
    }

    .architect-bg-img {
        height: auto;
        aspect-ratio: 1/1;
        min-width: 0;
        margin-bottom: 10.2vw;
    }

    .top-architect__flex-box {
        flex-direction: column;
        gap: 10.7vw;
        align-items: flex-start;
        margin-top: 0;
    }

    .common-sec-ttl-box {
        margin-bottom: 0;
    }

    .top-architect__item-box {
        flex-direction: column;
        gap: 10.2vw;
        width: 100%;
    }

    .architect-item {
        padding: 23vw 7.69vw 5.1vw 5.1vw;
        width: calc(100% - 12.8vw);
        gap: 0 29.4vw;
        justify-content: space-between;
        align-items: flex-end;
    }

    .architect-item+.architect-item {
        margin-top: 0;
        margin-left: auto;
    }

    .architect-item::before {
        width: 66.6vw;
        height: 46.15vw;
        top: 5.1vw;
        right: 5.1vw;
    }

    .architect-item::after {
        width: 5.1vw;
        top: 2.56vw;
        right: 2.56vw;
    }

    .architect-item__name {
        font-size: 4.6vw;
        margin-bottom: 7.1vw;
    }

    .architect-item__office {
        font-size: 3.33vw;
        margin-bottom: 0.7vw;
    }

    .architect-item__btn {
        width: 30.7vw;
        min-block-size: 8.7vw;
    }

    .common-sec-ttl__sub {
        font-size: 6.66vw;
        margin-bottom: 2.5vw;
    }

    .common-sec-ttl {
        font-size: 3.33vw;
        margin-bottom: 7.17vw;
        line-height: 1.46;
    }

    .common-sec-ttl__text {
        font-size: 3.58vw;
        line-height: 1.71;
    }

    .top-reason-sec .common-sec-ttl-box {
        width: 90%;
        margin: 0 auto 12.8vw;
    }

    .top-reason-sec .common-sec-ttl {
        margin-bottom: 0;
    }

    .architect-item__en {
        font-size: 3.58vw;
    }

    .top-interview__cont {
        padding-top: 10.3vw;
    }

    .top-interview-sec .common-other-ttl-box {
        margin-bottom: 6.4vw;
    }

    .top-interview-list {
        grid-template-columns: 1fr;
        gap: 5.1vw;
    }

    .interview-item__img {
        margin-bottom: 0;
    }

    .interview-item__img img {
        aspect-ratio: 35/17;
    }

    .interview-item__img .icon-circle {
        bottom: 2.5vw;
        right: 2.5vw;
    }

    .interview-item__text {
        letter-spacing: .05em;
        line-height: 1.53;
    }

    .top-flow-sec {
        padding-block: 20.2vw 22.56vw;
    }

    .interview-item__text-area {
        margin-top: -10.5vw;
    }

    .interview-item__ttl {
        margin-bottom: 9.7vw;
        padding-inline: 5.1vw 14vw;
        font-size: 3.8vw;
        color: #FFF;
    }

    .common-sec-ttl-box.center {
        margin-bottom: 12.8vw;
    }

    .common-sec-ttl-box.center .common-sec-ttl {
        margin-bottom: 7.17vw;
    }

    .common-sec-ttl-box.center .common-sec-ttl__text {
        font-size: 3vw;
        line-height: 1.63;
    }

    .top-flow-list {
        margin-bottom: 12.8vw;
    }

    .top-flow-list__item {
        padding: 10.25vw 0 7.69vw;
    }

    .top-flow-list__ttl-box {
        gap: 0 7.6vw;
        margin-bottom: 4.6vw;
    }

    .flow-item__num-box {
        width: 12.8vw;
    }

    .flow-item__num-text {
        font-size: 3vw;
        letter-spacing: .11em;
    }

    .flow-item__num-text .num {
        font-size: 5.6vw;
    }

    .flow-item__num-box::before {
        width: 7.69vw;
        top: -2.56vw;
        right: -2.56vw;
    }

    .flow-item__ttl {
        font-size: 4.1vw;
        letter-spacing: .11em;
        line-height: 1.5;
    }

    .flow-item__text {
        letter-spacing: .06em;
        line-height: 1.53;
    }

    .top-flow-list__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .common-more-btn {
        width: 61.53vw;
        min-block-size: 12.8vw;
    }

    .common-more-btn__text {
        font-size: 3.58vw;
        line-height: 1.42;
    }

    .top-faq-sec {
        padding-bottom: 23.33vw;
    }

    .faq-bg-img {
        width: 89.74vw;
        height: 74.35vw;
        translate: 5vw 0;
    }

    .top-faq-sec .common-sec-ttl-box {
        width: 35.89vw;
        aspect-ratio: 8/5;
        margin-bottom: 7.43vw;
        margin-top: -13.33vw;
        justify-content: flex-start;
    }

    .top-faq-sec .common-sec-ttl__sub.f-en {
        font-size: 6.15vw;
        margin-bottom: 2vw;
    }

    .top-faq-list {
        width: 100%;
    }

    .top-faq-list__item {
        flex-direction: column;
        padding-inline: 0;
        padding-block: 10.25vw;
        gap: 5.1vw;
    }

    .faq-item__ttl {
        font-size: 3.8vw;
        width: 100%;
    }

    .faq-item__text {
        letter-spacing: .03em;
    }

    .top-contact__flex-box {
        flex-direction: column;
        padding-block: 12.8vw;
        gap: 10vw;
    }

    .top-contact__flex-box .common-sec-ttl-box {
        padding: 0;
        border: none;
    }

    .top-contact__flex-box .common-sec-ttl__text {
        letter-spacing: 0;
        line-height: 1.4;
    }

    .top-contact__btn-box {
        flex-direction: column;
        width: 100%;
    }

    .top-contact__btn-box .common-btn__area {
        padding-inline: 0;
        padding-block: 7.6vw;
    }

    .top-contact__btn-box .common-btn__area:first-child {
        padding-top: 0;
    }

    .top-contact__btn-box .common-btn__area:last-child {
        padding-bottom: 0;
    }

    .top-contact__btn-box .common-btn__area+.common-btn__area {
        border-top: solid 1px #E0E0E0;
    }

    .top-contact__btn-box .common-btn__area-text {
        text-align: left;
        margin-bottom: 3.58vw;
    }

    .top-contact__btn-box .common-btn__area-treat {
        margin-top: 2vw;
    }

    .site-footer {
        padding-block: 15.38vw 30.76vw;
    }

    .site-footer__logo {
        width: 24.35vw;
        margin: 0 auto 6.4vw;
    }

    .site-footer__main-text {
        font-size: 4.1vw;
        margin-bottom: 15.3vw;
    }

    .copyright small {
        font-size: 3vw;
    }

    /* モーダル */
    .modal__inner {
        width: 100vw;
        height: 100vh;
        padding-block: 12.8vw;
        min-width: 100%;
        overflow-y: scroll;
    }

    .case-modal--layout {
        flex-direction: column;
        gap: 7.79vw;
    }

    .case-modal__media {
        width: 100%;
    }

    .case-modal__main img {
        aspect-ratio: 35/23;
    }

    .case-modal__content {
        padding-top: 0;
        height: auto;
        overflow: unset;
    }

    .case-modal__thumb {
        gap: 2.5vw;
        margin-top: 2.5vw;
    }

    .case-modal__thumb img {
        aspect-ratio: 111/73;
    }

    .case-modal__ttl {
        font-size: 4.6vw;
        line-height: 1.45;
    }

    .case-modal__head {
        display: block;
        margin-bottom: 4.1vw;
        padding-bottom: 0;
        border: none;
    }

    .case-modal__text-box {
        margin-bottom: 14.8vw;
    }

    .case-modal__text {
        font-size: 3vw;
        line-height: 1.58;
        margin-bottom: 10.25vw;
    }

    .case-modal__price {
        font-size: 4.1vw;
        line-height: 1.07;
    }

    .top-case-list::-webkit-scrollbar {
        height: 1px;
    }

    .top-case-list::-webkit-scrollbar-track {
        background: #CCC;
    }

    .top-case-list::-webkit-scrollbar-thumb {
        background: var(--main-color);
    }

    .modal__inner.is-architect {
        padding-block: 12.8vw;
    }

    .modal__inner.is-architect .modal__content {
        height: 100%;
        overflow-y: unset;
        padding-inline: 6.4vw;
    }

    .architect-modal__top {
        flex-direction: column-reverse;
        margin-bottom: 8.2vw;
        gap: 4.6vw;
    }

    .architect-modal__main-img {
        width: 100%;
    }

    .architect-modal__main-img img {
        aspect-ratio: 5/4;
    }

    .architect-modal__content {
        padding-top: 0;
    }

    .architect-modal__head {
        padding-bottom: 0;
        border: none;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 4.6vw;
        gap: 0.7vw;
    }

    .architect-modal__name {
        font-size: 4.6vw;
        letter-spacing: .06em;
        font-weight: 400;
    }

    .architect-modal__office {
        font-size: 3.33vw;
        letter-spacing: .06em;
    }

    .architect-modal__text-box {
        margin-bottom: 0;
    }

    .common-more-btn.pc {
        display: none;
    }

    .architect-modal__text {
        font-size: 3vw;
        line-height: 1.58;
    }

    .architect-modal__sub {
        font-size: 3.8vw;
        line-height: 1.42;
        margin-bottom: 4.6vw;
        display: flex;
        gap: 0 5.1vw;
        align-items: center;
    }

    .architect-modal__bottom-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5vw;
    }

    .architect-modal__bottom-img img {
        aspect-ratio: 29/18;
    }

    .modal__content .common-more-btn {
        width: 61.53vw;
        min-block-size: 12.8vw;
        margin-top: 8.97vw;
    }

    .common-more-btn.sp {
        display: grid;
    }

    .modal__content .common-more-btn .common-more-btn__text {
        color: #FFF;
        font-size: 3.58vw;
        line-height: 1.42;
    }

    .architect-modal__sub::after {
        content: "";
        height: 1px;
        background-color: #CCC;
        flex-shrink: 1;
        width: 47.43vw;
    }

    .top-architect__item-slider {
        width: 100%;
    }

    .modal__overlay {
        background: transparent;
    }

    .modal__inner.is-interview {
        padding-block: 12.8vw;
    }

    .interview-modal {
        flex-direction: column;
        gap: 0;
    }

    .interview-modal__content {
        width: 100%;
        margin-bottom: 8.4vw;
    }

    .interview-modal__main-img {
        margin-bottom: 5.1vw;
    }

    .interview-modal__main-img img {
        aspect-ratio: 7/4;
    }

    .interview-modal__ttl {
        font-size: 3.8vw;
        line-height: 1.42;
        margin-bottom: 4.8vw;
    }

    .interview-modal__text-box {
        padding-top: 0;
        border: none;
        margin-bottom: 0;
    }

    .interview-modal__text {
        font-size: 3.33vw;
        letter-spacing: .05em;
        line-height: 1.53;
    }

    .interview-modal__accordion {
        height: auto;
        overflow-y: unset;
    }

    .interview-accordion__ttl {
        padding: 5.5vw 5.1vw;
        min-block-size: 16.4vw;
    }

    .interview-accordion__ttl-text {
        font-size: 3.58vw;
        gap: 0 5vw;
    }

    .interview-accordion__ttl-text::after {
        width: 2.5vw;
        border-width: 1px 1px 0 0;
    }

    .interview-accordion__content-child {
        padding-block: 5.1vw;
    }

    .interview-accordion__child-name {
        font-size: 3.33vw;
        margin-bottom: 2vw;
    }

    .interview-accordion__child-text {
        font-size: 3.33vw;
    }

    .interview-modal__accordion-item+.interview-modal__accordion-item {
        margin-top: 2.5vw;
    }

    .interview-accordion__content-child:last-child {
        padding-bottom: 4.35vw;
    }

    .modal__inner.is-flow {
        padding-block: 12.8vw;
    }

    .flow-modal {
        flex-direction: column;
        gap: 0;
    }

    .flow-modal__content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .flow-modal__ttl {
        font-size: 4.1vw;
        letter-spacing: .12em;
        margin-bottom: 10.3vw;
    }

    .flow-modal .top-flow-list {
        height: 68.66vh;
    }

    .flow-modal .top-flow-list__item {
        padding: 10.25vw 0 7.69vw;
    }

    .flow-modal .top-flow-list__item:first-child {
        padding-top: 2.5vw;
    }

    /* 追従ボタン */
    .sp-fixed-btn-box {
        position: fixed;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        background-color: rgba(26, 26, 26, .92);
        padding: 2.5vw;
        gap: 2.5vw;
        z-index: 100;
        opacity: 0;
        transform: translateY(20px);
        pointer-events: none;
        transition:
            opacity .3s ease,
            transform .3s ease;
    }

    .sp-fixed-btn a {
        display: grid;
        place-content: center;
        border: solid 1px #FFF;
        min-block-size: 15.3vw;
        padding-inline: 5.1vw;
        font-size: 3.6vw;
        color: #FFF;
        position: relative;
        letter-spacing: .06em;
        line-height: 1.5;
        font-weight: 600;
    }

    .sp-fixed-btn a::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(30px) brightness(1.15);
        -webkit-backdrop-filter: blur(30px) brightness(1.15);
        z-index: -1;
    }

    .sp-fixed-btn-box.is-show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .top-architect__item-slider .slick-arrow {
        width: 8vw;
        top: auto;
        bottom: -15vw;
    }

    .top-architect__item-slider .slick-arrow.next {
        right: 20vw;
    }

    .top-architect__item-slider .slick-arrow.prev {
        left: 20vw;
    }

    .top-architect__item-slider .slick-arrow::before {
        width: 2.2vw;
    }

    /* 資料請求 */
    .radio_btns .radio_btns__item+span {
        font-size: 3.3vw;
    }
}