@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: #00776A;
    --header-height: 125.69px;
}

body {
    min-width: 1440px;
}

html,
body,
button,
input,
select,
textarea {
    font-family: "Noto Serif JP", serif;
}

body {
    color: #231815;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

a {
    color: #231815;
    transition: 0.3s;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

.site-main {
    padding-top: var(--header-height);
}

.tel_link {
    pointer-events: none;
    cursor: default;
}

#content {
    padding-top: var(--header-height);
    margin: 50px auto;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background-image: url(./image/common_fv_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 140px;
    margin: var(--header-height) 0 1em;
    position: relative;
}

.common_page_main::before {
    content: "";
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

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

.common_page_main .title_box .title {
    color: #fff;
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.common_page_main .title_box .title::before {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.common_page_wrap {
    padding: 100px 0 0;
}

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

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

.no_post {
    text-align: center;
    padding: 2em 0;
}

/* パンくず */
.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;
}

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

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
}

.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: var(--main-color);
    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;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em 1em;
    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 .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-face {
    font-family: 'Times';
    src: url('./fonts/Times-New-Roman.ttf');
}

.f_times {
    font-family: 'Times', serif;
    font-weight: 500;
}

.imgmax {
    width: 100%;
    height: auto;
    display: block;
}

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

.color_green {
    color: var(--main-color);
}

.color_blue {
    color: #0088BA;
}

.color_red {
    color: #e32525;
}

.common_title {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
}

.common_btn.ver_simple {
    display: block;
    background: linear-gradient(to right, #fff 50%, var(--main-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 10px 13px;
    border-radius: 100vmax;
    transition: background-position .3s ease, color .3s ease;
    border: 1px solid var(--main-color);
}

.common_btn.boarder_ver {
    position: relative;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    background: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 20px;
    display: inline-block;
    overflow: hidden;
    transition: color .3s ease;
}

.common_btn.boarder_ver::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
    z-index: 0;
}

.common_btn.boarder_ver .text {
    position: relative;
    z-index: 1;
}

.color_mail {
    background-color: #0087AF;
}

.color_house {
    background-color: #00B0BA;
}

.color_request {
    background-color: #ED6D46;
}

.common_title.type_m {
    line-height: 1.3;
    margin-bottom: 22px;
}

.common_title.type_m .ex {
    display: block;
    font-size: 22px;
    line-height: 1.5;
}

.common_btn.boarder_ver.arrow_type .text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    --arrow-color: var(--main-color);
    transition: color .3s ease;
}

.common_btn.boarder_ver.blue_ver.arrow_type .text {
    --arrow-color: #0088BA;
}

.common_btn.boarder_ver.blue_ver.arrow_type::before {
    background: #0088BA;
}

.common_btn.boarder_ver.arrow_type .text::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--arrow-color);
    border-bottom: 2px solid var(--arrow-color);
    transform: rotate(45deg);
}

/* ヘッダー */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-top: 3px solid var(--main-color);
    background: #fff;
    z-index: 99999;
}

.header .logo {
    display: block;
    max-width: 186px;
    width: 20%;
}

.header_main {
    display: flex;
    gap: 30px;
    align-items: center;
}

.header_main .column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
}

.header_main .sub_column {
    display: flex;
    align-items: center;
}

.header_main .summary {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.013em;
}

.header_main .arrow {
    width: 16px;
    margin: 0 39px 0 15px;
}

.header_main .tell {
    margin-right: 20px;
}

.header_main .tell .text {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 0.4em;
}

.header_main .tell .link {
    display: flex;
    align-items: center;
    gap: 9px;
}

.header_main .tell .number {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.02em;
}

.header_main .tell.size .text {
    font-size: 13px;
}

.header_main .tell.size .number {
    font-size: 20px;
}

.header_main .addr_area {
    display: grid;
    /* grid-template-columns: repeat(3, 140px); */
    grid-template-columns: repeat(2, 140px);
}

.header_main .addr_area_btn {
    color: #fff;
    text-align: center;
    padding: 10px;
}

.header_main .addr_area_btn .icon {
    width: 36px;
    margin: 0 auto 5px;
}

.header_main .addr_area_btn .text {
    font-size: 16px;
    line-height: 1;
}

.header_sub {
    background-color: #F4F4F4;
    padding: 11px 50px;

}

.header_sub .sub_contents {
    display: grid;
    grid-template-columns: auto 100px;
}

.header_sub .nav_area ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.header_sub .nav_area ul li {
    border-left: 1px solid #231815;
}

.header_sub .nav_area ul li:last-of-type {
    border-right: 1px solid #231815;
}

.header_sub .hamburger_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    cursor: pointer;
}

.header_sub .hamburger_btn .text {
    font-size: 13px;
    line-height: 1;
}

.header_sub .hamburger_btn .hamburger_line {
    position: relative;
    width: 20px;
    height: 16px;
}

.header_sub .hamburger_btn .hamburger_line span {
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #231815;
    position: absolute;
    transition: .3s;
}

.header_sub.hamburger_btn .hamburger_line span:nth-child(1) {
    top: 0;
}

.header_sub .hamburger_btn .hamburger_line span:nth-child(2) {
    top: 50%;
}

.header_sub .hamburger_btn .hamburger_line span:nth-child(3) {
    bottom: 0;
}

.header_sub .hamburger_btn.active span:nth-child(1) {
    top: 8px;
    transform: rotate(225deg);
}

.header_sub .hamburger_btn.active span:nth-child(2) {
    opacity: 0;
}

.header_sub .hamburger_btn.active span:nth-child(3) {
    top: 8px;
    transform: rotate(-225deg);
}

.side_menu {
    color: #fff;
    position: fixed;
    top: var(--header-height);
    right: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background: #00584F;
    transform: translateX(100%);
    transition: .3s;
    z-index: 1000;
    padding-top: 57px;
    overflow: scroll;
}

.side_menu.active {
    transform: translateX(0);
}

.side_menu a {
    color: #fff;
}

.side_menu .menu_column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 59px;
}

.side_menu .menu_column li {
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 300;
    display: flex;
    gap: 5px;
}

.side_menu .menu_column li+li {
    margin-top: 0.5em;
}

.side_menu .menu_column li::before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-top: 0.8em;
}

.side_menu .menu_column .big_text {
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 400;
    margin-bottom: 20px;
}

.side_menu .menu_column .big_text+.big_text {
    margin-top: 0;
}

.side_menu .menu_column li.big_text::before {
    content: none;
}

.side_menu .menu_column .grid_con {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0.5em 20px;
}

.side_menu .bottom_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.side_menu .bottom_menu small {
    font-size: 12px;
    letter-spacing: 0.02em;
}

.side_menu .bottom_menu .column {
    display: flex;
}

.side_menu .bottom_menu .column li {
    font-size: 12px;
    letter-spacing: 0.03em;
}

.side_menu .bottom_menu .column li+li {
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px solid #fff;
}

.common_contact_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px 30px;
}

.common_contact_cta .tell {
    color: #231815;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-right: 23px;
    padding-right: 23px;
    border-right: 1px solid #E6E6E6;
}

.common_contact_cta .tell .text {
    font-size: 16px;
    margin-bottom: 0.2em;
}

.common_contact_cta .tell.size .text {
    font-size: 14px;
}

.common_contact_cta .tell a.link {
    width: fit-content;
    color: #231815;
    display: flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 0.3em;
}

.common_contact_cta .tell .number {
    font-size: 30px;
}

.common_contact_cta .tell.size .number {
    font-size: 24px;
}

.common_contact_cta .tell .reception {
    font-size: 14px;
}

.common_contact_cta .cta_btn_area {
    display: flex;
    gap: 0 20px;
}

.common_contact_cta .addr_area_btn {
    display: block;
    width: 225px;
    padding: 20px 10px;
    text-align: center;
    position: relative;
}

.common_contact_cta .addr_area_btn .icon {
    width: 33px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.common_contact_cta .addr_area_btn .text {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.common_contact_cta .addr_area_btn.color_mail .text {
    margin-left: 1em;
}

/* フッター */
.footer_cta {
    background-color: #F8F8F8;
    padding: 61px 0;
}

.footer_cta .column {
    display: grid;
    grid-template-columns: 366px auto;
    align-items: center;
    margin-bottom: 29px;
}

.footer_cta .column .logo {
    display: block;
    width: 283px;
    margin: 0 auto;
}

.footer_cta .column .text_area {
    padding: 0 30px 0 53px;
    position: relative;
}

.footer_cta .column .text_area::before {
    content: "";
    background: #376560;
    width: 1px;
    height: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer_cta .column .text_area .summary {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer_cta .column .text_area .text {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 500;
}

.footer_menu {
    background-color: #00584F;
    padding: 56px 0 58px;
}

.footer_menu .menu_column .big_text {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 1em;
}

.footer_menu .menu_column {
    display: flex;
    justify-content: space-between;
}

.footer_menu .menu_column ul+.big_text {
    margin-top: 42px;
}

.footer_menu .menu_column li {
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 300;
    display: flex;
    gap: 5px;
}

.footer_menu .menu_column li a {
    color: #fff;
}

.footer_menu .menu_column li+li {
    margin-top: 0.5em;
}

.footer_menu .menu_column li::before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-top: 0.8em;
}

.footer_menu .menu_column .big_text {
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer_menu .menu_column li.big_text::before {
    content: none;
}

.footer_menu .menu_column .grid_con {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0.5em 20px;
}

.footer_bottom {
    color: #fff;
    background-color: #004039;
    padding: 46px 0 36px;
}

.footer_shop_list {
    margin-bottom: 8px;
}

.footer_shop_list li+li {
    margin-top: 18px;
}

.footer_shop_list .shop_name {
    font-size: 16px;
    letter-spacing: 0.02em;
}

.footer_shop_list .shop_addr {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.footer_bottom .bottom_menu {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer_bottom .bottom_menu small {
    font-size: 12px;
    font-weight: 400;
}

.footer_bottom .bottom_menu .logo {
    width: 200px;
    margin-left: auto;
}

.footer_bottom .bottom_menu .column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 18px;
}

.footer_bottom .bottom_menu .column li {
    line-height: 1;
}

.footer_bottom .bottom_menu .column li+li {
    border-left: 1px solid #fff;
    padding-left: 6px;
    margin-left: 6px;
}

.footer_bottom .bottom_menu .column a {
    display: block;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #fff;
}

/* TOP */
.top_fv_sec {
    position: relative;
    padding: 105px 0 50px;
    margin-bottom: 80px;
}

.top_fv_sec .fv_wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.top_fv_sec .fv_img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.top_fv_sec .common_contact_cta {
    /* フリーダイヤル用 */
    /* width: 685px; */
    width: 850px;
    justify-content: center;
    position: relative;
}

.top_fv_sec .common_contact_cta .cta_btn_area {
    display: block;
}

.top_fv_sec .t_text {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 14px;
}

.top_fv_sec .t_text .ex {
    font-size: 22px;
}

.top_fv_sec .emblem_area {
    display: grid;
    grid-template-columns: repeat(3, 140px);
    gap: 10px;
    position: absolute;
    right: max(50px, calc((100vw - 1440px) / 2 + 50px));
    bottom: 40px;
}

.top_fv_sec .fv_title {
    margin-bottom: 13px;
}

.top_fv_sec .fv_title .belt_white {
    width: fit-content;
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    background-color: #fff;
    padding: 10px 12px;
    margin-bottom: 9px;
}

.top_fv_sec .fv_title .belt_green {
    display: inline;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.5;
    background-color: var(--main-color);
    padding: 3px 12px;
}

.top_fv_sec .b_text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 105px;
}

.top_fv_sec .fv_cta_text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -43px;
    left: 0;
}

.top_fv_sec .common_contact_cta .tell {
    /* フリーダイヤル用 */
    margin-right: 33px;
    padding-right: 33px;
}

.top_fv_sec .common_contact_cta .tell.size {
    margin-right: 20px;
    padding-right: 20px;
}

.top_fv_sec .common_contact_cta .addr_area_btn {
    width: 240px;
    border-radius: 6px;
    padding: 16px 10px;
}

.top_fv_sec .common_contact_cta .addr_area_btn .text {
    font-size: 18px;
}

.top_fv_sec .common_contact_cta .addr_area_btn::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.753' height='16.753' viewBox='0 0 16.753 16.753'%3E%3Cpath d='M18.753,10.377a8.338,8.338,0,1,0-2.442,5.934A8.377,8.377,0,0,0,18.753,10.377ZM8.777,14.07a.952.952,0,0,1-.3-.647h0V7.331h0a.952.952,0,0,1,.3-.647.8.8,0,0,1,1.028.152l3.008,3.008a.723.723,0,0,1,0,1.066L9.805,13.918a.8.8,0,0,1-1.028.152Z' transform='translate(-2 -2)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.top_banner_sec {
    margin-bottom: 111px;
}

.top_banner_sec .column {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.top_banner_sec .column li {
    width: calc((100% - 60px) / 3);
}

.top_worry_sec {
    position: relative;
    background-color: #fff;
}

.top_worry_sec::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70'%3E%3Cpath d='M720,0l720,70H0Z' transform='translate(1440 70) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: -70px;
    left: 0;
}

.top_worry_sec .common_title {
    font-size: 28px;
    margin-bottom: 25px;
}

.top_worry_sec .common_title .color_blue {
    font-size: 40px;
}

.top_worry_sec .column {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.13em;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
}

.top_worry_sec .column .color_blue {
    display: block;
    font-size: 30px;
}

.top_worry_sec .column li {
    position: relative;
    width: 260px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.top_worry_sec .column li::after {
    content: "";
    display: block;
    background: url(./image/top_worry_back.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.top_worry_sec .column li:nth-child(2)::after {
    transform: rotate(90deg);
}

.top_worry_sec .column li:nth-child(3)::after {
    transform: rotate(180deg);
}

.top_worry_sec .column li:nth-child(4)::after {
    transform: rotate(270deg);
}

.top_resolution_sec {
    background: url(./image/top_resolution_back.jpg) no-repeat;
    background-size: cover;
    padding: 143px 0 58px;
}

.top_resolution_sec .common_title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 24px;
}

.top_resolution_sec .common_title .ex {
    font-size: 40px;
}

.top_resolution_sec .column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
    margin-bottom: 27px;
}

.top_resolution_sec .text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 31px;
}

.top_resolution_sec .min_text {
    font-size: 14px;
    text-align: right;
}

.top_choice_sec {
    padding: 121px 0 161px;
    counter-reset: reason-counter;
}

.top_choice_sec .common_title {
    margin-bottom: 44px;
}

.top_choice_sec .choice_contents {
    display: grid;
    grid-template-columns: 440px 650px;
    align-items: center;
    justify-content: space-between;
    counter-increment: reason-counter;
}

.top_choice_sec .accordion_container+.accordion_container {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E0E0E0;
}

.top_choice_sec .choice_contents .image {
    aspect-ratio: 440 / 240;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    grid-row: 1 / 3;
}

.top_choice_sec .accordion_container:nth-of-type(even) .choice_contents {
    grid-template-columns: 650px 440px;
}

.top_choice_sec .accordion_container:nth-of-type(even) .choice_contents .image {
    grid-column: 2 / 3;
}

.top_choice_sec .title_area {
    align-self: end;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.top_choice_sec .number {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 27px 13px 20px;
    position: relative;
    margin-right: 50px;
    min-width: 100px;
}

.top_choice_sec .number::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #231815;
    display: block;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.top_choice_sec .number::after {
    color: var(--main-color);
    font-family: 'Times', serif;
    display: block;
    content: counter(reason-counter, decimal-leading-zero) " ";
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    margin-top: 5px;
}

.top_choice_sec .title {
    font-size: 28px;
    line-height: 1.3;
}

.top_choice_sec .text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.top_choice_sec .common_btn {
    width: 300px;
    text-align: center;
    display: block;
    margin: 60px auto 0;
}

.top_staff_sec .common_title {
    margin-bottom: 14px;
}

.top_staff_sec .text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 35px;
}

.top_staff_sec {
    padding-bottom: 132px;
}

.top_staff_sec .column {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.top_staff_sec .column .image {
    aspect-ratio: 236 / 300;
    margin-bottom: 14px;
}

.top_staff_sec .column .name {
    font-size: 20px;
    letter-spacing: 0.11em;
    line-height: 1;
    margin-bottom: 10px;
}

.top_staff_sec .column .name_en {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 16px;
}

.top_staff_sec .column .position {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1;
}

.top_support_sec {
    padding: 100px 0 100px;
    background: url(./image/top_support_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.top_support_sec .image {
    margin-bottom: 34px;
}

.top_support_sec .text {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-align: center;
}

.top_ownervoice_sec {
    padding: 129px 0 121px;
}

.top_ownervoice_sec .text {
    font-size: 22px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 37px;
}

.top_ownervoice_sec .voice_card {
    display: grid;
    grid-template-columns: auto 310px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.top_ownervoice_sec .voice_slider.is-single {
    width: 1140px;
    margin: 0 auto;
}

.top_ownervoice_sec .voice_slider_wrap {
    margin: 0 auto;
    position: relative;
}

.top_ownervoice_sec .voice_slider {
    overflow: hidden;
    height: 394px;
}

.top_ownervoice_sec .voice_slider .slick-slide {
    padding: 2px 0;
    margin: 0 26px;
}

.top_ownervoice_sec .voice_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100%;
    border: none;
    background: rgb(0 70 58 / 65%);
    cursor: pointer;
    z-index: 10;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.top_ownervoice_sec .voice_arrow--prev {
    left: 0;
}

.top_ownervoice_sec .voice_arrow--next {
    right: 0;
}

.top_ownervoice_sec .voice_arrow.slick-disabled {
    opacity: .3;
    cursor: default;
}

.top_ownervoice_sec .voice_arrow::before {
    content: "";
    width: 18px;
    height: 18px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.top_ownervoice_sec .voice_arrow--prev::before {
    transform: rotate(-135deg);
}

.top_ownervoice_sec .voice_arrow--next::before {
    transform: rotate(45deg);
}

.top_ownervoice_sec .voice_arrow.slick-disabled {
    opacity: .3;
    cursor: default;
}

.top_ownervoice_sec .slick-dots li button:before {
    opacity: 0 !important;
}

.top_ownervoice_sec .text_area {
    padding: 30px 39px 30px 30px;
}

.top_ownervoice_sec .summary {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
    height: 152px;
}

.top_ownervoice_sec .owner_icon {
    width: 140px;
    aspect-ratio: 1;
}

.top_ownervoice_sec .card_addr {
    font-size: 18px;
    letter-spacing: 0.04em;
}

.top_ownervoice_sec .card_title {
    font-size: 30px;
}

.top_ownervoice_sec .card_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    height: 148px;
    overflow: scroll;
}

.top_ownervoice_sec .bottom_text {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    margin: 3em 10.7em 0 0;
}

.top_case_sec {
    padding-bottom: 115px;
}

.top_case_sec .common_title {
    margin-bottom: 25px;
}

.top_case_sec .column,
.top_useful_sec .column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.top_useful_sec .column {
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-bottom: 45px;
}

.top_case_sec .column .image,
.top_useful_sec .column .image {
    aspect-ratio: 360 / 200;
}

.top_case_sec .column li,
.top_useful_sec .column li {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.top_case_sec .text_area,
.top_useful_sec .text_area {
    background: #fff;
    padding: 29px 20px 22px;
}

.top_useful_sec .text_area {
    padding: 15px 20px 31px;
}

.top_case_sec .card_title,
.top_useful_sec .card_title {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.top_useful_sec .card_title {
    font-size: 16px;
}

.top_case_sec .card_text,
.top_useful_sec .card_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.top_useful_sec .card_text {
    font-size: 15px;
}

.top_case_sec .common_btn {
    width: 300px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.top_flow_sec {
    padding: 108px 0 94px;
    background: linear-gradient(to bottom, #FFFDE5 0%, #FFF6E2 100%);
    counter-reset: reason-counter;
}

.top_flow_sec .common_title {
    margin-bottom: 34px;
}

.top_flow_sec .flow_list {
    margin-bottom: 75px;
}

.top_flow_sec .flow_list li {
    counter-increment: reason-counter;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.top_flow_sec .flow_list li::after {
    content: "";
    background-image: url(./image/top_flow_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 110px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.top_flow_sec .flow_list li+li {
    margin-top: 30px;
}

.top_flow_sec .flow_list li:last-of-type::after {
    content: none;
}

.top_flow_sec .flow_list li .container {
    display: flex;
    align-items: center;
}

.top_flow_sec .flow_list .image {
    width: 110px;
    aspect-ratio: 1;
}

.top_flow_sec .flow_list .number {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: 0 41px 0 61px;
}

.top_flow_sec .flow_list .number::after {
    color: var(--main-color);
    font-family: 'Times', serif;
    display: block;
    content: counter(reason-counter, decimal-leading-zero) " ";
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    margin-top: 5px;
}

.top_flow_sec .flow_list .summary {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.top_flow_sec .flow_list .text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.6;
    padding: 0 30px 0 50px;
    width: 620px;
    border-left: 1px solid #231815;
}

.top_flow_sec .common_btn {
    text-align: center;
    display: block;
    width: 340px;
    margin: 0 auto;
}

.top_plan_sec {
    padding: 110px 0 144px;
}

.common_faq_sec {
    padding-bottom: 93px;
}

.common_faq_sec .common_title {
    margin-bottom: 40px;
}

.common_faq_sec .faq_item {
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.common_faq_sec .faq_item+.faq_item {
    margin-top: 20px;
}

.common_faq_sec .faq_question {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 18px;
}

.common_faq_sec .faq_question::before {
    content: "Q";
    font-family: 'Times', serif;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    background-color: var(--main-color);
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_faq_sec .faq_answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.04em;
    background: #FFFEF0;
    padding: 22px 60px 22px 20px;
}

.common_faq_cta_area {
    padding-bottom: 90px;
}

.common_faq_cta_area .common_title {
    margin-bottom: 17px;
}

.common_faq_cta_area .common_contact_cta {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.common_faq_cta_area .common_btn {
    width: 340px;
    text-align: center;
    display: block;
    margin: 52px auto 0;
}

.top_useful_sec {
    padding: 80px 0 72px;
    background-color: #FAFFE5;
}

.top_useful_sec .common_title {
    margin-bottom: 24px;
}

.top_useful_sec .common_btn {
    display: block;
    text-align: center;
    width: 340px;
    margin: 0 auto;
}

.top_area_sec {
    padding: 156px 0 125px;
    position: relative;
}

.top_area_sec .image {
    position: absolute;
    width: 550px;
    bottom: 57px;
    right: max(100px, calc((100vw - 1440px) / 2 + 100px));
    z-index: -1;
}

.top_area_sec .common_title {
    text-align: left;
}

.top_area_sec .summary {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 51px;
}

.top_area_sec .area_summary {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
}

.top_area_sec .area_list ul {
    display: grid;
    grid-template-columns: repeat(4, 120px);
    gap: 10px;
}

.top_area_sec .area_list ul .common_btn {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.top_shoplist_sec {
    padding-bottom: 100px;
}

.top_shoplist_sec ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 88px;
}

.top_shoplist_sec li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    text-align: center;
    padding-top: 28px;
    position: relative;
}

.top_shoplist_sec li:first-of-type:before,
.top_shoplist_sec li:nth-child(4n+1)::before,
.top_shoplist_sec li::after {
    content: "";
    background: #D6D6D6;
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.top_shoplist_sec li:first-of-type:before,
.top_shoplist_sec li:nth-child(4n+1)::before {
    left: 0;
}

.top_shoplist_sec li::after {
    right: 0;
}

.top_shoplist_sec .shop_name {
    color: var(--main-color);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 11px;
}

.top_shoplist_sec .shop_addr {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02mm;
    padding-bottom: 37px;
    position: relative;
}

.top_shoplist_sec .shop_addr::after {
    content: "";
    background: #D6D6D6;
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.top_shoplist_sec .common_btn {
    width: 360px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

/* 自主管理のオーナー様へ */
.common_title.ver_page {
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.summary_sec.ver_checktext {
    padding-bottom: 120px;
}

.summary_sec.ver_checktext .column {
    display: grid;
    grid-template-columns: 56% 42%;
    gap: 2%;
    align-items: center;
}

.summary_sec.ver_checktext .column .image {
    height: 100%;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.3);
}

.summary_sec.ver_checktext .column .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1em;
}

.summary_sec.ver_checktext .column .common_check_list li {
    position: relative;
    padding-left: 30px;
}

.summary_sec.ver_checktext .column .common_check_list li+li {
    margin-top: 0.5em;
}

.summary_sec.ver_checktext .column .common_check_list li::before {
    content: "";
    background: url(./image/icon_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
}

.choice_sec {
    padding-bottom: 100px;
}

.choice_sec .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.choice_sec .column li {
    background: #FFFEF0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px 40px;
}

.choice_sec .column li .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.6em;
    text-align: center;
}

.choice_sec .column li .text {
    font-size: 16px;
    line-height: 1.8;
}

.comparison_sec {
    padding: 100px 0;
    background: url(./image/top_support_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.comparison_sec .text {
    text-align: center;
    margin-bottom: 3em;
}

.comparison_table_area {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.comparison_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 980px;
}

.comparison_table th,
.comparison_table td {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    vertical-align: top;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
    vertical-align: middle;
}

.comparison_table tr>*:last-child {
    border-right: none;
}

.comparison_table tbody tr:last-child>* {
    border-bottom: none;
}

.comparison_table thead th {
    text-align: center;
    font-weight: 700;
    letter-spacing: .06em;
    background: #F4F4F4;
}

.comparison_table thead th.head_item {
    background: #F4F4F4;
}

.comparison_table .row_title {
    width: 18%;
    font-weight: 700;
    background: #FAFAFA;
    white-space: nowrap;
}

.comparison_table tbody td {
    width: 27%;
    vertical-align: middle;
}

.comparison_table tbody tr:nth-child(even) td {
    background: #FFFEF0;
}

.comparison_table tbody tr:nth-child(even) .row_title {
    background: #F7F7F7;
}

.comparison_table thead th:nth-child(4) {
    color: #fff;
    background: var(--main-color);
}

.comparison_table tbody td:nth-child(4) {
    background: rgba(0, 119, 106, 0.06);
    font-weight: 600;
}

.comparison_table tbody tr:nth-child(even) td:nth-child(4) {
    background: rgba(0, 119, 106, 0.09);
}

.comparison_table thead tr th:first-child {
    border-top-left-radius: 12px;
}

.comparison_table thead tr th:last-child {
    border-top-right-radius: 12px;
}

.comparison_table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 12px;
}

.comparison_table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

/* 管理会社の変更をお考えのオーナー様へ */
.page_center_summary {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(to bottom, #FDFDFD 0%, #f7f7f7 100%);
    margin-bottom: 120px;
    overflow: hidden;
}

.page_center_summary .lead {
    padding: 60px 70px;
    text-align: center;
    font-size: 19px;
    line-height: 2.1;
    letter-spacing: 0.08em;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.page_change .summary_sec {
    padding-bottom: 50px;
}

.page_change .common_page_wrap {
    padding-top: 0;
}

.page_change .top_flow_sec .flow_list .summary {
    font-size: 18px;
}

.page_change .top_flow_sec .flow_list li {
    padding: 26px 20px;
}

.page_point_sec {
    padding: 100px 0;
    background-image: url(./image/page_point_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.page_point_sec::after {
    content: "";
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.page_point_sec .page_point_inner {
    position: relative;
    z-index: 2;
}

.page_point_sec .common_title {
    margin-bottom: 1em;
}

.page_point_sec .summary_text {
    text-align: center;
    margin-bottom: 1em;
}

.page_point_sec .text {
    line-height: 0.08em;
    line-height: 1.8;
    text-align: center;
}

.page_point_sec .text .ex {
    font-size: 22px;
    font-weight: 700;
}

/* よくある質問 */
.page_faq .common_faq_cta_area {
    padding-bottom: 0;
}

.page_faq .common_title.type_m .ex {
    font-size: 24px;
}

/* ご相談からの流れ */
.page_flow .common_page_wrap {
    padding: 20px 0 0;
}

.page_flow .top_flow_sec .flow_list {
    margin-bottom: 0;
}

/* 髙松エステートが選ばれる理由 */
.page_reasons .top_choice_sec {
    padding: 0 0 80px;
}

.page_reasons .top_choice_sec .title .ex {
    font-size: 38px;
}

/* サイトマップ */
#page_sitemap {
    margin-bottom: 60px;
}

/* 個人情報保護方針 */
.privacy_cont_sec {
    margin-bottom: 60px;
}

.error404 #main_content {
    padding: var(--header-height) 0 50px;
}

/* 管理プラン */
.page_plan {
    margin-bottom: 100px;
}

.page_plan .text .ex {
    width: fit-content;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.page_plan .text .ex::before,
.page_plan .text .ex::after {
    content: "“";
    display: block;
    position: absolute;
    line-height: 1;

}

.page_plan .text .ex::before {
    top: 0;
    left: -1em;
}

.page_plan .text .ex::after {
    bottom: -0.5em;
    right: -1em;
}

.common_btn.boarder_ver.blue_ver {
    color: #0088BA;
    border: 2px solid #0088BA;
}

.plan_summary {
    padding-bottom: 100px;
}

.plan_summary .summary_text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1em;
}

.plan_summary .column {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.plan_summary .column .common_btn {
    width: 300px;
    text-align: center;
    display: block;
}

.plan_all_sec .plan_inner_sec {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #E0E0E0;
}

.page_plan .common_title {
    margin-bottom: 20px;
}

.page_plan .text_area {
    margin-bottom: 40px;
}

.page_plan .text_area .text {
    text-align: center;
}

.page_plan .text_area .text+.text {
    margin-top: 1em;
}

.page_plan .image {
    width: 800px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 0 auto 40px;
}

.page_plan .choice_sec {
    padding-bottom: 0;
}

.page_plan .choice_sec .column {
    margin-bottom: 30px;
}

.page_plan .choice_sec .column li {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .35);
}

.page_plan .card_text {
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    background: #f5fdff;
    border: 1px solid rgba(148, 163, 184, .35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.page_plan .plan_green_sec .card_text {
    background: #e4f3ea;
}

.plan_green_sec.choice_sec .column {
    grid-template-columns: repeat(3, 1fr);
}

.characteristics_sec {
    margin-bottom: 50px;
}

.characteristics_sec .scroll_container .text {
    font-size: 16px;
    line-height: 1.9;
}

.characteristics_sec .title_area {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00776A;
}

.characteristics_sec .scroll_container {
    position: relative;
}

.characteristics_sec .scroll_container::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #E0E0E0;
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: -1;
}

.characteristics_sec .scroll_box {
    height: 230px;
    overflow-y: auto;
    padding-right: 28px;
    scrollbar-gutter: stable;
}

.characteristics_sec .scroll_box::-webkit-scrollbar {
    width: 30px;
}

.characteristics_sec .scroll_box::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 100vmax;
    background-clip: content-box;
}

.archive_area .area_list .area_title {
    font-size: 16px;
    margin-bottom: 4px;
}

.footer_bottom .area_list ul,
.archive_area .area_list ul {
    font-size: 14px;
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
}

.footer_bottom .area_list ul {
    margin-bottom: 20px;
}

.footer_bottom .area_list a {
    color: #fff;
}

.archive_area .area_list+.area_list {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #F4F4F4;
}

.archive_area .common_page_wrap {
    padding: 80px 40px;
}

.archive_area .area_list a {
    color: #231815;
}

.page_contact {
    padding: 50px 0;
}

.page_contact .common_page_wrap {
    padding: 0;
}

.page_contact .common_contact_cta {
    background: none;
    padding: 0;
    margin-bottom: 50px;
    justify-content: center;
}

.page_contact .common_contact_cta .tell {
    text-align: center;
    border-right: none;
    margin: 0;
    padding: 0;
}

.page_contact .common_contact_cta .tell a.link {
    margin: 0 auto;
}

.page_contact .form_sec_ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 2px solid #F4F4F4;
}

.page_contact dl+.form_sec_ttl {
    margin-top: 3em;
}

.kotei_wrap {
    padding: 200px 0;
}

/* 賃料査定 */
.page_easy .form_block {
    padding: 30px 40px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.page_easy .form_block .column {
    display: flex;
    gap: 0.8em;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2em;
}

.page_easy .form_block .en_head {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    color: var(--main-color);
}

.page_easy .form_block .en_head span {
    font-size: 37px;
}

.page_easy .form_block .block_haed {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
}

.page_easy .form_block .block_cont {
    background-color: #f3f3f3;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.page_easy .form_block .block_cont .note_text {
    font-size: 16px;
    margin-top: 1em;
    text-align: center;
}

.page_easy .form_block .block_inner {
    width: fit-content;
    margin: 0 auto;
}

.page_easy .form_block .block_inner.flex_box {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    gap: 0.7em;
}

.page_easy .form_block .block_inner.price_flex {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    gap: 1em;
    align-items: center;
}

.page_easy .form_block .block_inner .select_box {
    font-size: 18px;
    padding: 0.5em;
    line-height: 1;
    text-align: left;
    width: 30em;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    background-color: #fff;
    border: 1px solid #333;
}

.page_easy .form_block .block_inner .check_block {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    padding: 0.6em 1.2em;
    line-height: 1;
    text-align: center;
    color: #333;
    border: 2px solid #333;
    border-radius: 5px;
    font-weight: 700;
    transition: .3s;
}

.page_easy .form_block .block_inner .check_block:hover {
    background-color: #ebebeb;
}

.page_easy .form_block .block_inner .check_block.checked {
    background-color: #333;
    color: #fff;
}

.page_easy .form_block .block_inner .check_block input {
    position: absolute;
    opacity: 0;
    inset: 0;
    cursor: pointer;
    margin: 0;
}

.page_easy .form_block .btn_area {
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
    font-size: 16px;
}

.page_easy .form_block .btn_area .btn {
    cursor: pointer;
    padding: 0.7em 1em;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    width: 200px;
    transition: .3s;
}

.page_easy .form_block .btn_area .btn.prev {
    background-color: #ccc;
    border: 2px solid #ccc;
    color: #333;
}

.page_easy .form_block .btn_area .btn.next {
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: #fff;
}

.page_easy .form_block .btn_area .btn.prev:hover {
    color: #fff;
    border: 2px solid #333;
    background-color: #333;
}

.page_easy .form_block .btn_area .btn.next:hover {
    color: var(--main-color);
    background-color: #fff;
}

.page_easy .form_block .btn_area .btn.disabled {
    pointer-events: none;
    opacity: .6;
}

.page_easy .form_block .number_block {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    color: var(--main-color);
    opacity: .6;
    position: absolute;
    bottom: .8em;
    right: .8em;
}

.page_easy .form_block .submit_btn {
    background-color: #ff9800;
    border: 2px solid #FF9800;
    color: #fff;
    cursor: pointer;
    padding: 1em 1.5em;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    transition: .3s;
    appearance: none;
    font-size: 22px;
    width: fit-content;
    margin: 0 auto 1em;
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
}

.page_easy .form_block .submit_btn::after {
    content: "";
    width: .6em;
    height: .6em;
    border: 2px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.page_easy .form_block .submit_btn:hover {
    background-color: #fff;
    color: #FF9800;
}

.page_easy .form_block .last_text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    gap: .7em;
    justify-content: center;
}

.page_easy .form_block .last_text::before,
.page_easy .form_block .last_text::after {
    content: "";
    width: 2px;
    height: 1.3em;
    background-color: currentcolor;
}

.page_easy .form_block .last_text::before {
    transform: rotate(-15deg);
}

.page_easy .form_block .last_text::after {
    transform: rotate(15deg);
}

.page_easy .wrap {
    width: 1140px;
    margin: 0 auto;
}

/* 資料請求（ホワイトペーパー） */
.page_document .column {
    display: grid;
    grid-template-columns: 44% 54%;
    gap: 2%;
}

.page_document .common_contact_form select {
    width: 100%;
}

.page_document .common_contact_form .form_box dl {
    grid-template-columns: 33.5% 1fr;
    gap: 50px;
}

.page_document .common_contact_form .form_box dl dt {
    font-size: 15px;
}

.page_document .form_area {
    margin-top: 20px;
}

.page_document .privacy_term_outer {
    width: 100%;
}

.page_document .owner_book_box {
    background: #ffffff;
    padding: 40px 34px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
}

.page_document .owner_book_box .catch {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    text-align: center;
}

.page_document .owner_book_box .lead {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.page_document .owner_book_box .lead strong {
    color: var(--main-color);
    font-weight: 700;
}

.page_document .owner_book_box .badge {
    display: inline-block;
    background: #C70000;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.page_document .owner_book_box .book_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 4px solid var(--main-color);
    padding-left: 10px;
}

.page_document .owner_book_box .book_list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page_document .owner_book_box .book_list li {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

.page_document .owner_book_box .book_list li::before {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--main-color);
    font-weight: bold;
}

@media (hover: hover) {
    a:hover {
        opacity: 0.6;
    }

    .common_btn.ver_simple:hover {
        background-position: left bottom;
        color: var(--main-color);
        opacity: 1;
    }

    .common_btn.boarder_ver:hover {
        color: #fff;
        opacity: 1;
    }

    .common_btn.boarder_ver:hover::before {
        transform: scaleX(1);
    }

    .top_ownervoice_sec .voice_arrow:hover {
        background: rgb(0 70 58 / 85%);
    }

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

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

    .common_btn.boarder_ver.blue_ver.arrow_type:hover {
        color: #fff;
    }

    .common_btn.boarder_ver.arrow_type:hover .text,
    .common_btn.boarder_ver.blue_ver.arrow_type:hover .text {
        --arrow-color: #fff;
    }

    .footer_bottom .area_list ul {
        margin-bottom: 1.389vw;
    }
}

@media screen and (min-width: 750px) and (max-width: 1280px) {
    :root {
        --header-height: 8.729vw;
    }

    body {
        font-size: 1.181vw;
        min-width: auto;
    }

    .wrap {
        max-width: 79.167vw;
    }

    .wrap.mid {
        max-width: 86.111vw;
    }

    .wrap.lr {
        max-width: 93.056vw;
    }

    .common_title.type_m {
        margin-bottom: 1.528vw;
    }

    .common_title.type_m .ex {
        font-size: 1.528vw;
    }

    .common_page_main {
        padding-block: 9.722vw;
    }

    .common_page_main .title_box .title {
        font-size: 2.778vw;
    }

    .common_page_main .title_box .title::before {
        width: 13.889vw;
        height: 0.139vw;
        bottom: -0.694vw;
    }

    .common_page_wrap {
        padding: 6.944vw 0 0;
    }

    .reserve_text {
        font-size: 2.083vw;
    }

    .breadcrumb {
        font-size: 0.833vw;
    }

    .contact_form_disc {
        margin-block: 0 3.8em;
    }

    .contact_form_disc .text {
        font-size: 1.111vw;
        margin-block: 0 0.556vw;
    }

    .contact_form_disc .caution {
        font-size: 0.972vw;
    }

    .common_contact_form .form_box {
        margin-block: 0 3.472vw;
    }

    .common_contact_form .form_box dl {
        gap: 5.556vw;
    }

    .common_contact_form .form_box dl dt {
        gap: 1.3em;
        font-size: 1.111vw;
        padding-inline: 0 0.5em;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 0.833vw;
        padding: 0.2em 0.9em;
    }

    .common_contact_form .form_box dl dt::after {
        height: 2.083vw;
        width: 0.069vw;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        border-width: 0.069vw;
        border-radius: 0.278vw;
        font-size: 0.972vw;
        padding: 0.8em 1em;
    }

    .common_contact_form textarea {
        height: 12.5vw;
        border-width: 0.069vw;
        border-radius: 0.278vw;
        padding: 1em;
        font-size: 0.972vw;
    }

    .common_contact_form select {
        border-width: 0.069vw;
        border-radius: 0.278vw;
        font-size: 0.972vw;
        padding: 1.1em 1em;
    }

    .page_contact #btn_wrap {
        width: 74%;
    }

    .page_contact #btn_wrap button {
        width: 21.528vw;
        line-height: 4.167vw;
        font-size: 1.25vw;
    }

    .privacy_term_outer .privacy_term_inner {
        height: 9.583vw;
    }

    .privacy_term_outer .privacy_term_inner .privacy_index {
        font-size: 0.972vw;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 0.903vw;
        margin-bottom: 1.736vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 0.903vw;
        border-left-width: 0.208vw;
        padding-left: 1em;
        margin-bottom: 0.347vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 0.903vw;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 2.083vw;
    }

    .privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
        width: 0.556vw;
    }

    .privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
        border-radius: 0.694vw;
    }

    .privacy_term_outer {
        border-top-width: 0.069vw;
        padding: 2.083vw 0;
        border-bottom-width: 0.069vw;
        margin: 0 auto 3.472vw;
    }

    .privacy_check_list .error {
        font-size: 0.833vw;
    }

    .privacy_term_detail {
        font-size: 0.903vw;
        margin: 1.389vw 0;
    }

    .privacy_term_detail::after {
        margin: 0.347vw auto 0;
        border-width: 0.139vw 0.139vw 0 0;
        width: 0.694vw;
    }

    .radio_btns,
    .checkboxes {
        padding: 0.5em 0;
    }

    .radio_btns .radio_btns__item+span {
        font-size: 1.042vw;
        padding-left: 2em;
    }

    .radio_btns .radio_btns__item+span::before,
    .radio_btns .radio_btns__item+span::after {
        border-width: 0.069vw;
        width: 1.389vw;
    }

    .radio_btns .radio_btns__item+span::after {
        width: 0.694vw;
        left: 0.347vw;
    }

    .mwform-checkbox-field-text {
        font-size: 1.042vw;
        padding: 0 0 0 2.083vw;
    }

    .mwform-checkbox-field-text::before {
        border-width: 0.069vw;
        border-radius: 0.139vw;
        width: 1.389vw;
    }

    .mwform-checkbox-field-text::after {
        border-width: 0.208vw;
        width: 1.389vw;
        margin-top: -0.2em;
    }

    .page_contact .thanks_textArea .name {
        font-size: 1.111vw;
        margin-bottom: 1.389vw;
    }

    .page_contact .thanks_textArea .contact_text {
        margin: 0 auto 3.472vw;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 20.833vw;
        line-height: 3.472vw;
        border-radius: 0.278vw;
        font-size: 1.111vw;
    }

    .page_contact .thanks_textArea .contact_text .space {
        margin-top: 0.694vw;
    }

    .page_contact .progressbar {
        gap: 5.6em;
        margin-block: 0 3em;
    }

    .page_contact .progressbar .item {
        font-size: 0.972vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 3.472vw;
        height: 0.069vw;
    }

    .page_contact .progressbar .item .mark {
        width: 2.5vw;
        border-width: 0.069vw;
        margin: 0 auto 0.5em;
    }

    .privacy_check_list {
        margin-bottom: 1.736vw;
    }

    .privacy_check_list .hissu {
        padding: 0.139vw 1.042vw;
        font-size: 0.694vw;
        border-radius: 2.083vw;
    }

    #page_404 .num {
        font-size: 6.944vw;
    }

    #page_404 .text {
        font-size: 1.111vw;
    }

    .common_title {
        font-size: 2.361vw;
        letter-spacing: 0.2em;
        text-align: center;
    }

    .common_btn.ver_simple {
        font-size: 0.972vw;
        padding: 0.694vw 0.903vw;
    }

    .common_btn.boarder_ver {
        border: 0.139vw solid var(--main-color);
        font-size: 1.25vw;
        line-height: 1;
        padding: 1.389vw;
    }

    .header {
        border-top: 0.208vw solid var(--main-color);
    }

    .header .logo {
        width: 12.917vw;
    }

    .header_main {
        gap: 2.083vw;
    }

    .header_main .column {
        margin-left: 3.472vw;
    }

    .header_main .summary {
        font-size: 0.903vw;
    }

    .header_main .arrow {
        width: 1.111vw;
        margin: 0 2.708vw 0 1.042vw;
    }

    .header_main .tell {
        margin-right: 1.389vw;
    }

    .header_main .tell .text {
        font-size: 0.972vw;
        margin-bottom: 0.278vw;
    }

    .header_main .tell.size .text {
        font-size: 0.9027vw;
    }

    .header_main .tell.size .number {
        font-size: 1.388vw;
    }

    .header_main .tell .link {
        gap: 0.625vw;
    }

    .header_main .tell .number {
        font-size: 1.667vw;
    }

    .header_main .addr_area {
        grid-template-columns: repeat(3, 9.722vw);
        grid-template-columns: repeat(2, 9.722vw);
    }

    .header_main .addr_area_btn {
        padding: 0.694vw;
    }

    .header_main .addr_area_btn .icon {
        width: 2.5vw;
        margin: 0 auto 0.347vw;
    }

    .header_main .addr_area_btn .text {
        font-size: 1.111vw;
    }

    .header_sub {
        padding: 0.764vw 3.472vw;
    }

    .header_sub .sub_contents {
        grid-template-columns: auto 6.944vw;
    }

    .header_sub .nav_area ul {
        font-size: 1.042vw;
    }

    .header_sub .nav_area ul li {
        border-left: 0.069vw solid #231815;
    }

    .header_sub .nav_area ul li:last-of-type {
        border-right: 0.069vw solid #231815;
    }

    .header_sub .hamburger_btn {
        gap: 0.694vw;
    }

    .header_sub .hamburger_btn .text {
        font-size: 0.903vw;
    }

    .header_sub .hamburger_btn .hamburger_line {
        width: 1.389vw;
        height: 1.111vw;
    }

    .header_sub .hamburger_btn .hamburger_line span {
        height: 0.069vw;
    }

    .header_sub .hamburger_btn.active span:nth-child(1),
    .header_sub .hamburger_btn.active span:nth-child(3) {
        top: 0.556vw;
    }

    .side_menu {
        padding-top: 3.958vw;
    }

    .side_menu .menu_column {
        margin-bottom: 4.097vw;
    }

    .side_menu .menu_column li {
        font-size: 0.972vw;
    }

    .side_menu .menu_column li::before {
        width: 0.278vw;
        height: 0.069vw;
    }

    .side_menu .menu_column .big_text {
        font-size: 1.111vw;
        margin-bottom: 1.389vw;
    }

    .side_menu .menu_column .grid_con {
        gap: 0.347vw 1.389vw;
    }

    .side_menu .bottom_menu {
        margin-top: 2.431vw;
    }

    .side_menu .bottom_menu small {
        font-size: 0.833vw;
    }

    .side_menu .bottom_menu .column li {
        font-size: 0.833vw;
    }

    .side_menu .bottom_menu .column li+li {
        margin-left: 0.347vw;
        padding-left: 0.347vw;
        border-left: 0.069vw solid #fff;
    }

    .footer_cta {
        padding: 4.236vw 0;
    }

    .footer_cta .column {
        grid-template-columns: 25.417vw auto;
        margin-bottom: 2.014vw;
    }

    .footer_cta .column .logo {
        width: 19.653vw;
    }

    .footer_cta .column .text_area {
        padding: 0 2.083vw 0 3.681vw;
    }

    .footer_cta .column .text_area::before {
        width: 0.069vw;
    }

    .footer_cta .column .text_area .summary {
        font-size: 1.389vw;
        margin-bottom: 1.389vw;
    }

    .footer_cta .column .text_area .text {
        font-size: 1.111vw;
    }

    .footer_menu {
        padding: 3.889vw 0 4.028vw;
    }

    .footer_menu .menu_column .big_text {
        font-size: 1.111vw;
    }

    .footer_menu .menu_column ul+.big_text {
        margin-top: 2.917vw;
    }

    .footer_menu .menu_column li {
        font-size: 0.972vw;
    }

    .footer_menu .menu_column li::before {
        width: 0.278vw;
        height: 0.069vw;
    }

    .footer_menu .menu_column .big_text {
        font-size: 1.111vw;
        margin-bottom: 1.389vw;
    }

    .footer_menu .menu_column .grid_con {
        gap: 0.5em 1.389vw;
    }

    .footer_bottom {
        padding: 3.194vw 0 2.5vw;
    }

    .footer_shop_list {
        margin-bottom: 0.556vw;
    }

    .footer_shop_list li+li {
        margin-top: 1.25vw;
    }

    .footer_shop_list .shop_name {
        font-size: 1.111vw;
    }

    .footer_shop_list .shop_addr {
        font-size: 0.972vw;
    }

    .footer_bottom .bottom_menu small {
        font-size: 0.833vw;
    }

    .footer_bottom .bottom_menu .logo {
        width: 13.889vw;
    }

    .footer_bottom .bottom_menu .column {
        margin-top: 1.25vw;
    }

    .footer_bottom .bottom_menu .column li+li {
        border-left: 0.069vw solid #fff;
        padding-left: 0.417vw;
        margin-left: 0.417vw;
    }

    .footer_bottom .bottom_menu .column a {
        font-size: 0.833vw;
    }

    .common_contact_cta {
        padding: 1.389vw 2.083vw;
    }

    .common_contact_cta .tell {
        margin-right: 1.597vw;
        padding-right: 1.597vw;
        border-right: 0.069vw solid #E6E6E6;
    }

    .common_contact_cta .tell .text {
        font-size: 1.111vw;
    }

    .common_contact_cta .tell.size .text {
        font-size: 0.972vw;
    }

    .common_contact_cta .tell.size .number {
        font-size: 1.66vw;
    }

    .common_contact_cta .tell .number {
        font-size: 2.083vw;
    }

    .common_contact_cta .tell .reception {
        font-size: 0.972vw;
    }

    .common_contact_cta .cta_btn_area {
        gap: 0 1.389vw;
    }

    .common_contact_cta .addr_area_btn {
        width: 15.625vw;
        padding: 1.389vw 0.694vw;
    }

    .common_contact_cta .addr_area_btn .icon {
        width: 2.292vw;
        left: 1.389vw;
    }

    .common_contact_cta .addr_area_btn .text {
        font-size: 1.111vw;
    }

    .common_contact_cta .addr_area_btn.color_mail .text {
        margin-left: 0.694vw;
    }

    /* TOP */
    .top_fv_sec {
        padding: 7.292vw 0 3.472vw;
        margin-bottom: 5.556vw;
    }

    .top_fv_sec .fv_wrap {
        padding: 0 3.472vw;
    }

    .top_fv_sec .common_contact_cta {
        width: 47.569vw;
    }

    .top_fv_sec .common_contact_cta {
        width: 59.03vw;
    }

    .top_fv_sec .t_text {
        font-size: 1.806vw;
        margin-bottom: 0.972vw;
    }

    .top_fv_sec .t_text .ex {
        font-size: 1.528vw;
    }

    .top_fv_sec .emblem_area {
        grid-template-columns: repeat(3, 9.722vw);
        gap: 0.694vw;
        right: 3.472vw;
        bottom: 2.778vw;
    }

    .top_fv_sec .fv_title {
        margin-bottom: 0.903vw;
    }

    .top_fv_sec .fv_title .belt_white {
        font-size: 1.667vw;
        padding: 0.694vw 0.833vw;
        margin-bottom: 0.625vw;
    }

    .top_fv_sec .fv_title .belt_green {
        font-size: 2.778vw;
        padding: 0.208vw 0.833vw;
    }

    .top_fv_sec .b_text {
        font-size: 1.25vw;
        margin-bottom: 7.292vw;
    }

    .top_fv_sec .fv_cta_text {
        font-size: 1.389vw;
        top: -2.986vw;
        left: 0;
    }

    .top_fv_sec .common_contact_cta .tell {
        margin-right: 2.292vw;
        padding-right: 2.292vw;
    }

    .top_fv_sec .common_contact_cta .tell.size {
        margin-right: 1.389vw;
        padding-right: 1.389vw;
    }

    .top_fv_sec .common_contact_cta .addr_area_btn {
        width: 16.667vw;
        border-radius: 0.417vw;
        padding: 1.111vw 0.694vw;
    }

    .top_fv_sec .common_contact_cta .addr_area_btn .text {
        font-size: 1.25vw;
    }

    .top_fv_sec .common_contact_cta .addr_area_btn::after {
        width: 1.111vw;
        height: 1.111vw;
        right: 1.389vw;
    }

    .top_banner_sec {
        margin-bottom: 7.708vw;
    }

    .top_banner_sec .column {
        gap: 2.083vw;
    }

    .top_banner_sec .column li {
        width: calc((100% - 4.688vw) / 3);
    }

    .top_worry_sec::after {
        height: 4.861vw;
        bottom: -4.861vw;
    }

    .top_worry_sec .common_title {
        font-size: 1.944vw;
        margin-bottom: 1.736vw;
    }

    .top_worry_sec .common_title .color_blue {
        font-size: 2.778vw;
    }

    .top_worry_sec .column {
        font-size: 1.528vw;
        gap: 2.292vw;
        padding-bottom: 1.528vw;
    }

    .top_worry_sec .column .color_blue {
        font-size: 2.083vw;
    }

    .top_worry_sec .column li {
        width: 18.056vw;
        height: 18.056vw;
    }

    .top_resolution_sec {
        padding: 9.931vw 0 4.028vw;
    }

    .top_resolution_sec .common_title {
        font-size: 1.806vw;
        margin-bottom: 1.667vw;
    }

    .top_resolution_sec .common_title .ex {
        font-size: 2.778vw;
    }

    .top_resolution_sec .column {
        gap: 2.014vw;
        margin-bottom: 1.875vw;
    }

    .top_resolution_sec .text {
        font-size: 1.389vw;
        margin-bottom: 2.153vw;
    }

    .top_resolution_sec .min_text {
        font-size: 0.972vw;
    }

    .top_choice_sec {
        padding: 8.403vw 0 11.181vw;
    }

    .top_choice_sec .common_title {
        margin-bottom: 3.056vw;
    }

    .top_choice_sec .choice_contents {
        grid-template-columns: 30.556vw 45.139vw;
    }

    .top_choice_sec .accordion_container+.accordion_container {
        margin-top: 2.778vw;
        padding-top: 2.778vw;
        border-top: 0.069vw solid #E0E0E0;
    }

    .top_choice_sec .choice_contents .image {
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
    }

    .top_choice_sec .accordion_container:nth-of-type(even) .choice_contents {
        grid-template-columns: 45.139vw 30.556vw;
    }

    .top_choice_sec .title_area {
        gap: 1.389vw;
        margin-bottom: 2.083vw;
    }

    .top_choice_sec .number {
        font-size: 0.833vw;
        border: 0.069vw solid var(--main-color);
        padding: 1.875vw 0.903vw 1.389vw;
        margin-right: 3.472vw;
        min-width: 6.944vw;
    }

    .top_choice_sec .number::before {
        width: 3.472vw;
        height: 0.069vw;
        right: -3.472vw;
    }

    .top_choice_sec .number::after {
        font-size: 2.361vw;
        margin-top: 0.347vw;
    }

    .top_choice_sec .title {
        font-size: 1.944vw;
    }

    .top_choice_sec .text {
        font-size: 1.181vw;
    }

    .top_choice_sec .common_btn {
        width: 20.833vw;
        margin: 4.167vw auto 0;
    }

    .top_staff_sec {
        padding-bottom: 9.167vw;
    }

    .top_staff_sec .common_title {
        margin-bottom: 0.972vw;
    }

    .top_staff_sec .text {
        font-size: 1.389vw;
        margin-bottom: 2.431vw;
    }

    .top_staff_sec .column {
        gap: 1.042vw;
    }

    .top_staff_sec .column .image {
        margin-bottom: 0.972vw;
    }

    .top_staff_sec .column .name {
        font-size: 1.389vw;
        margin-bottom: 0.694vw;
    }

    .top_staff_sec .column .name_en {
        font-size: 0.972vw;
        margin-bottom: 1.111vw;
    }

    .top_staff_sec .column .position {
        font-size: 1.042vw;
    }

    .top_support_sec {
        padding: 6.944vw 0 6.944vw;
        border-top: 0.139vw solid var(--main-color);
        border-bottom: 0.139vw solid var(--main-color);
    }

    .top_support_sec .image {
        margin-bottom: 2.361vw;
    }

    .top_support_sec .text {
        font-size: 1.25vw;
    }

    .top_ownervoice_sec {
        padding: 8.958vw 0 8.403vw;
    }

    .top_ownervoice_sec .text {
        font-size: 1.528vw;
        margin-bottom: 2.569vw;
    }

    .top_ownervoice_sec .voice_slider {
        height: 27.361vw;
    }

    .top_ownervoice_sec .voice_card {
        grid-template-columns: auto 21.528vw;
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
    }

    .top_ownervoice_sec .voice_slider.is-single {
        width: 79.167vw;
    }

    .top_ownervoice_sec .voice_slider .slick-slide {
        padding: 0.139vw 0;
        margin: 0 1.806vw;
    }

    .top_ownervoice_sec .voice_arrow {
        width: 6.944vw;
    }

    .top_ownervoice_sec .voice_arrow::before {
        width: 1.25vw;
        height: 1.25vw;
        border-top: 0.208vw solid #fff;
        border-right: 0.208vw solid #fff;
    }

    .top_ownervoice_sec .text_area {
        padding: 2.083vw 2.708vw 2.083vw 2.083vw;
    }

    .top_ownervoice_sec .summary {
        gap: 2.778vw;
        margin-bottom: 2.083vw;
        padding-bottom: 2.083vw;
        border-bottom: 0.069vw solid #E0E0E0;
        height: 10.556vw;
    }

    .top_ownervoice_sec .owner_icon {
        width: 9.722vw;
    }

    .top_ownervoice_sec .card_addr {
        font-size: 1.25vw;
    }

    .top_ownervoice_sec .card_title {
        font-size: 2.083vw;
    }

    .top_ownervoice_sec .card_text {
        font-size: 1.111vw;
        height: 10.278vw;
    }

    .top_ownervoice_sec .bottom_text {
        font-size: 0.972vw;
    }

    .top_case_sec {
        padding-bottom: 7.986vw;
    }

    .top_case_sec .common_title {
        margin-bottom: 1.736vw;
    }

    .top_case_sec .column,
    .top_useful_sec .column {
        gap: 2.083vw;
        margin-bottom: 2.778vw;
    }

    .top_useful_sec .column {
        gap: 0.903vw;
        margin-bottom: 3.125vw;
    }

    .top_case_sec .column li,
    .top_useful_sec .column li {
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
    }

    .top_case_sec .text_area,
    .top_useful_sec .text_area {
        padding: 2.014vw 1.389vw 1.528vw;
    }

    .top_useful_sec .text_area {
        padding: 1.042vw 1.389vw 2.153vw;
    }

    .top_case_sec .card_title,
    .top_useful_sec .card_title {
        font-size: 1.25vw;
        margin-bottom: 1.042vw;
    }

    .top_useful_sec .card_title {
        font-size: 1.111vw;
    }

    .top_case_sec .card_text,
    .top_useful_sec .card_text {
        font-size: 0.972vw;
    }

    .top_useful_sec .card_text {
        font-size: 1.042vw;
    }

    .top_case_sec .common_btn {
        width: 20.833vw;
    }

    .top_flow_sec {
        padding: 7.5vw 0 6.528vw;
    }

    .top_flow_sec .common_title {
        margin-bottom: 2.361vw;
    }

    .top_flow_sec .flow_list {
        margin-bottom: 5.208vw;
    }

    .top_flow_sec .flow_list li {
        padding: 1.111vw 1.389vw;
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
    }

    .top_flow_sec .flow_list li::after {
        width: 7.639vw;
        height: 2.083vw;
        bottom: -1.806vw;
    }

    .top_flow_sec .flow_list li+li {
        margin-top: 2.083vw;
    }

    .top_flow_sec .flow_list .image {
        width: 7.639vw;
    }

    .top_flow_sec .flow_list .number {
        font-size: 1.111vw;
        margin: 0 2.847vw 0 4.236vw;
    }

    .top_flow_sec .flow_list .number::after {
        font-size: 2.361vw;
        margin-top: 0.347vw;
    }

    .top_flow_sec .flow_list .summary {
        font-size: 1.806vw;
    }

    .top_flow_sec .flow_list .text {
        font-size: 1.111vw;
        padding: 0 2.083vw 0 3.472vw;
        width: 43.056vw;
        border-left: 0.069vw solid #231815;
    }

    .top_flow_sec .common_btn {
        width: 23.611vw;
    }

    .top_plan_sec {
        padding: 7.639vw 0 10vw;
    }

    .common_faq_sec .common_title {
        margin-bottom: 2.778vw;
    }

    .common_faq_sec {
        padding-bottom: 6.458vw;
    }

    .common_faq_sec .faq_item {
        padding: 1.389vw;
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
    }

    .common_faq_sec .faq_item+.faq_item {
        margin-top: 1.389vw;
    }

    .common_faq_sec .faq_question {
        font-size: 1.667vw;
        gap: 2.083vw;
        margin-bottom: 1.25vw;
    }

    .common_faq_sec .faq_question::before {
        font-size: 2.5vw;
        width: 4.167vw;
        height: 4.167vw;
    }

    .common_faq_sec .faq_answer {
        font-size: 1.111vw;
        padding: 1.528vw 4.167vw 1.528vw 1.389vw;
    }

    .common_faq_cta_area {
        padding-bottom: 7.083vw;
    }

    .common_faq_cta_area .common_title {
        margin-bottom: 1.181vw;
    }

    .common_faq_cta_area .common_contact_cta {
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
    }

    .common_faq_cta_area .common_btn {
        width: 23.611vw;
        margin: 3.611vw auto 0;
    }

    .top_useful_sec {
        padding: 5.556vw 0 5vw;
    }

    .top_useful_sec .common_title {
        margin-bottom: 1.667vw;
    }

    .top_useful_sec .common_btn {
        width: 23.611vw;
    }

    .top_area_sec {
        padding: 10.833vw 0 8.681vw;
    }

    .top_area_sec .image {
        width: 38.194vw;
        bottom: 3.958vw;
        right: 6.944vw;
    }

    .top_area_sec .summary {
        font-size: 1.111vw;
        margin-bottom: 3.542vw;
    }

    .top_area_sec .area_summary {
        font-size: 1.111vw;
        margin-bottom: 0.833vw;
    }

    .top_area_sec .area_list ul {
        grid-template-columns: repeat(4, 8.333vw);
        gap: 0.694vw;
    }

    .top_area_sec .area_list ul .common_btn {
        padding: 0.694vw 0;
    }

    .top_shoplist_sec {
        padding-bottom: 6.944vw;
    }

    .top_shoplist_sec ul {
        margin-bottom: 6.111vw;
    }

    .top_shoplist_sec li {
        padding-top: 1.944vw;
    }

    .top_shoplist_sec li:first-of-type:before,
    .top_shoplist_sec li:nth-child(4n+1)::before,
    .top_shoplist_sec li::after {
        width: 0.069vw;
    }

    .top_shoplist_sec .shop_name {
        font-size: 1.25vw;
        margin-bottom: 0.764vw;
    }

    .top_shoplist_sec .shop_addr {
        font-size: 0.972vw;
        padding-bottom: 2.569vw;
    }

    .top_shoplist_sec .shop_addr::after {
        height: 0.069vw;
    }

    .top_shoplist_sec .common_btn {
        width: 25vw;
    }

    /* 自主管理のオーナー様へ */
    .summary_sec.ver_checktext {
        padding-bottom: 8.333vw;
    }

    .summary_sec.ver_checktext .column {
        gap: 2%;
    }

    .summary_sec.ver_checktext .column .title {
        font-size: 1.528vw;
    }

    .summary_sec.ver_checktext .column .common_check_list li {
        padding-left: 2.083vw;
    }

    .summary_sec.ver_checktext .column .common_check_list li::before {
        width: 1.389vw;
        height: 1.389vw;
    }

    .choice_sec {
        padding-bottom: 6.944vw;
    }

    .choice_sec .column {
        gap: 1.389vw;
    }

    .choice_sec .column li {
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
        border-radius: 0.694vw;
        padding: 2.083vw 2.778vw;
    }

    .choice_sec .column li .title {
        font-size: 1.25vw;
    }

    .choice_sec .column li .text {
        font-size: 1.111vw;
    }

    .comparison_sec {
        padding: 6.944vw 0;
        border-top: 0.139vw solid var(--main-color);
        border-bottom: 0.139vw solid var(--main-color);
    }

    .comparison_table_area {
        border: 0.069vw solid #E6E6E6;
        border-radius: 0.833vw;
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
    }

    .comparison_table {
        min-width: 68.056vw;
    }

    .comparison_table th,
    .comparison_table td {
        padding: 1.389vw;
        font-size: 1.111vw;
        border-right: 0.069vw solid #E6E6E6;
        border-bottom: 0.069vw solid #E6E6E6;
    }

    .comparison_table thead tr th:first-child {
        border-top-left-radius: 0.833vw;
    }

    .comparison_table thead tr th:last-child {
        border-top-right-radius: 0.833vw;
    }

    .comparison_table tbody tr:last-child th:first-child {
        border-bottom-left-radius: 0.833vw;
    }

    .comparison_table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 0.833vw;
    }

    /* 管理会社の変更をお考えのオーナー様へ */
    .page_center_summary {
        padding: 6.944vw 0;
        margin-bottom: 8.333vw;
    }

    .page_center_summary .lead {
        padding: 4.167vw 4.861vw;
        font-size: 1.319vw;
        border-radius: 0.972vw;
        box-shadow: 0 0.694vw 2.083vw rgba(0, 0, 0, 0.05);
    }

    .page_change .top_flow_sec {
        padding-bottom: 2vw;
    }

    .page_change .summary_sec {
        padding-bottom: 3.472vw;
    }

    .page_change .top_flow_sec .flow_list .summary {
        font-size: 1.25vw;
    }

    .page_change .top_flow_sec .flow_list li {
        padding: 1.806vw 1.389vw;
    }

    .page_point_sec {
        padding: 6.944vw 0;
    }

    .page_point_sec .common_title {
        margin-bottom: 1em;
    }

    .page_point_sec .summary_text {
        margin-bottom: 1em;
    }

    .page_point_sec .text .ex {
        font-size: 1.528vw;
        font-weight: 700;
    }

    .page_chang .top_choice_sec .number {
        min-width: 7.3vw;
    }

    /* よくある質問 */
    .page_faq .common_title.type_m .ex {
        font-size: 1.667vw;
    }

    /* ご相談からの流れ */
    .page_flow .common_page_wrap {
        padding: 1.389vw 0 0;
    }

    /* 髙松エステートが選ばれる理由 */
    .page_reasons .top_choice_sec {
        padding: 0 0 5.556vw;
    }

    .page_reasons .top_choice_sec .title .ex {
        font-size: 2.639vw;
    }

    /* サイトマップ */
    #page_sitemap {
        margin-bottom: 4.167vw;
    }

    /* 個人情報保護方針 */
    .privacy_cont_sec {
        margin-bottom: 4.167vw;
    }

    /* 管理プラン */
    .page_plan {
        margin-bottom: 6.944vw;
    }

    .plan_summary {
        padding-bottom: 6.944vw;
    }

    .plan_summary .summary_text {
        font-size: 1.528vw;
    }

    .plan_summary .column {
        gap: 2.083vw;
    }

    .plan_summary .column .common_btn {
        width: 20.833vw;
    }

    .plan_all_sec .plan_inner_sec {
        margin-bottom: 6.944vw;
        padding-bottom: 6.944vw;
        border-bottom: 0.069vw solid #E0E0E0;
    }

    .page_plan .common_title {
        margin-bottom: 1.389vw;
    }

    .page_plan .text_area {
        margin-bottom: 2.778vw;
    }

    .page_plan .image {
        width: 55.556vw;
        border-radius: 0.694vw;
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
        margin: 0 auto 2.778vw;
    }

    .page_plan .choice_sec .column {
        margin-bottom: 2.083vw;
    }

    .page_plan .choice_sec .column li {
        border: 0.069vw solid rgba(148, 163, 184, .35);
    }

    .page_plan .card_text {
        border-radius: 0.694vw;
        padding: 2.083vw;
        border: 0.069vw solid rgba(148, 163, 184, .35);
        box-shadow: 0 0.069vw 0.139vw rgba(0, 0, 0, 0.15);
    }

    .common_btn.boarder_ver.blue_ver {
        border: 0.139vw solid #0088BA;
    }

    .common_btn.boarder_ver.arrow_type .text {
        gap: 0.556vw;
    }

    .common_btn.boarder_ver.arrow_type .text::after {
        width: 0.556vw;
        height: 0.556vw;
        border-right: 0.139vw solid var(--arrow-color);
        border-bottom: 0.139vw solid var(--arrow-color);
    }

    .characteristics_sec {
        margin-bottom: 3.472vw;
    }

    .characteristics_sec .scroll_container .text {
        font-size: 1.111vw;
    }

    .characteristics_sec .title_area {
        padding-bottom: 2.083vw;
        margin-bottom: 2.083vw;
        border-bottom: 0.069vw solid var(--main-color);
    }

    .characteristics_sec .scroll_container::after {
        width: 0.069vw;
        right: 1.042vw;
    }

    .characteristics_sec .scroll_box {
        height: 15.972vw;
        padding-right: 1.944vw;
    }

    .characteristics_sec .scroll_box::-webkit-scrollbar {
        width: 2.083vw;
    }

    .archive_area .area_list .area_title {
        font-size: 1.111vw;
        margin-bottom: 0.278vw;
    }

    .archive_area .area_list ul {
        font-size: 0.972vw;
        gap: 0 0.694vw;
    }

    .archive_area .common_page_wrap {
        padding: 5.556vw 2.778vw;
    }

    .page_contact {
        padding: 2.389vw 0;
    }

    .page_contact .common_contact_cta {
        margin-bottom: 3.472vw;
    }

    .page_contact .form_sec_ttl {
        font-size: 1.528vw;
        border-bottom: 0.139vw solid #F4F4F4;
    }

    .kotei_wrap {
        padding: 13.889vw 0;
    }

    /* 賃料査定 */
    .page_easy .form_block {
        padding: 2.083vw 2.778vw;
    }

    .page_easy .form_block .en_head {
        font-size: 2.361vw;
    }

    .page_easy .form_block .en_head span {
        font-size: 2.569vw;
    }

    .page_easy .form_block .block_haed {
        font-size: 1.528vw;
    }

    .page_easy .form_block .block_cont {
        padding: 2.083vw;
        margin-bottom: 2.083vw;
        border-radius: 0.347vw;
    }

    .page_easy .form_block .block_cont .note_text {
        font-size: 1.111vw;
    }

    .page_easy .form_block .block_inner.flex_box,
    .page_easy .form_block .block_inner.price_flex {
        font-size: 1.25vw;
    }

    .page_easy .form_block .block_inner .select_box {
        font-size: 1.25vw;
        border: 0.069vw solid #333;
    }

    .page_easy .form_block .block_inner .check_block {
        border: 0.139vw solid #333;
        border-radius: 0.347vw;
    }

    .page_easy .form_block .btn_area {
        font-size: 1.111vw;
    }

    .page_easy .form_block .btn_area .btn {
        width: 13.889vw;
    }

    .page_easy .form_block .number_block {
        font-size: 1.667vw;
    }

    .page_easy .form_block .submit_btn {
        border: 0.139vw solid #FF9800;
        font-size: 1.528vw;
    }

    .page_easy .form_block .last_text {
        font-size: 1.25vw;
    }

    .page_easy .wrap {
        width: 79.167vw;
    }

    /* 資料請求（ホワイトペーパー） */
    .page_document .common_contact_form .form_box dl {
        gap: 3.472vw;
    }

    .page_document .common_contact_form .form_box dl dt {
        font-size: 1.042vw;
    }

    .page_document .form_area {
        margin-top: 1.389vw;
    }

    .page_document .owner_book_box {
        padding: 2.778vw 2.361vw;
        border-radius: 0.833vw;
        box-shadow: 0 0.694vw 2.083vw rgba(0, 0, 0, 0.06);
    }

    .page_document .owner_book_box .catch {
        font-size: 1.25vw;
        margin-bottom: 1.042vw;
    }

    .page_document .owner_book_box .lead {
        font-size: 0.972vw;
        margin-bottom: 1.042vw;
    }

    .page_document .owner_book_box .badge {
        font-size: 0.833vw;
        padding: 0.278vw 0.694vw;
        border-radius: 1.389vw;
        margin-bottom: 0.694vw;
    }

    .page_document .owner_book_box .book_title {
        font-size: 1.111vw;
        border-left: 0.278vw solid var(--main-color);
        padding-left: 0.694vw;
        margin-bottom: 1.042vw;
    }

    .page_document .owner_book_box .book_list {
        margin: 1.389vw 0;
    }

    .page_document .owner_book_box .book_list li {
        font-size: 0.972vw;
        padding-left: 1.389vw;
    }
}

@media (max-width: 750px) {
    :root {
        --header-height: 18.967vw;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .wrap,
    .wrap.mid,
    .wrap.lr {
        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.333vw;
        min-width: auto;
    }

    .tel_link {
        pointer-events: auto;
    }

    #content {
        margin-bottom: 12vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_main .title_box .title::before {
        width: 24vw;
        height: 2px;
        bottom: -2vw;
    }

    .common_page_wrap {
        padding: 9vw 0 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;
    }

    .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_title {
        font-size: 7.1795vw;
        letter-spacing: 0.13em;
        margin-bottom: 5.6410vw;
    }

    .common_title.type_m .ex,
    .common_title .ex_sp {
        font-size: 4.6154vw;
    }

    .common_faq_cta_area .common_title.type_m .ex {
        letter-spacing: 0.13em;
        margin-bottom: 2.821vw;
    }

    .common_title.type_m .color_green {
        font-weight: 700;
    }

    .common_faq_cta_area {
        padding-bottom: 15.1282vw;
    }

    .common_faq_cta_area .common_title {
        margin-bottom: 5.8974vw;
    }

    .common_faq_cta_area .common_contact_cta {
        box-shadow: none;
        padding: 0;
    }

    .common_faq_cta_area .common_contact_cta .tell {
        gap: 2.8205vw;
        justify-content: flex-start;
    }

    .common_faq_cta_area .common_btn {
        width: 66.6667vw;
        margin-top: 7.1795vw;
    }

    /* ヘッダー */
    .header {
        border-top: 4px solid var(--main-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.564vw 5%;
    }

    .header .logo {
        width: 38vw;
    }

    .header_main .column {
        margin: 0;
    }

    .header_sub {
        background: #fff;
        padding: 0;
    }

    .header_sub .sub_contents {
        display: flex;
        gap: 0 2.564vw;
    }

    .header_sub .tell_btn {
        border: 1px solid var(--main-color);
        width: 12.821vw;
        height: 12.821vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header_sub .hamburger_btn .hamburger_line {
        background-color: var(--main-color);
        width: 12.821vw;
        height: 12.821vw;
    }

    .header_sub .hamburger_btn .hamburger_line span {
        background-color: #fff;
        width: 5.128vw;
        height: 0.513vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .header_sub .hamburger_btn .hamburger_line span:nth-child(1) {
        top: 3.846vw;
    }

    .header_sub .hamburger_btn .hamburger_line span:nth-child(2) {
        transform: translate(-50%, -50%);
    }

    .header_sub .hamburger_btn .hamburger_line span:nth-child(3) {
        bottom: 3.846vw;
    }

    .header_sub .hamburger_btn.active span:nth-child(1) {
        top: 6vw;
        left: 4.25vw;
        transform: rotate(225deg);
    }

    .header_sub .hamburger_btn.active span:nth-child(3) {
        top: auto;
        bottom: 6.29vw;
        left: 4.25vw;
        transform: rotate(-225deg);
    }

    .side_menu {
        padding: 12.8205vw 0 5.1282vw;
    }

    .side_menu .menu_column {
        height: 87.6923vw;
        overflow: scroll;
        display: block;
        margin-bottom: 5.6410vw;
    }

    .side_menu .menu_column p.big_text {
        font-size: 3.5897vw;
        padding-bottom: 4.1026vw;
        margin-bottom: 3.5897vw;
        border-bottom: 0.2564vw solid #fff;
        position: relative;
    }

    .side_menu .menu_column p.big_text::before {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.715' height='9.012' viewBox='0 0 15.715 9.012'%3E%3Cg id='icons_Q2' data-name='icons Q2' transform='translate(15.715) rotate(90)'%3E%3Cpath d='M2.7,7.858l5.949-5.95A1.067,1.067,0,0,0,8.54.224,1.179,1.179,0,0,0,7.024.336L.345,7.072a1.067,1.067,0,0,0,0,1.572l6.679,6.736a1.179,1.179,0,0,0,1.515.112,1.067,1.067,0,0,0,.112-1.684Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 3.8462vw;
        height: 2.3077vw;
        position: absolute;
        top: 2vw;
        right: 3vw;
        transition: 0.3s;
        transform: rotate(180deg);
    }

    .side_menu .menu_column p.big_text.is_open::before {
        transform: rotate(0);
    }

    .side_menu .menu_column li {
        font-size: 3.5897vw;
    }

    .side_menu .menu_column li::before {
        width: 1.026vw;
        height: 0.256vw;
    }

    .side_menu .list+.list {
        margin-top: 9.2308vw;
    }

    .side_menu .list:last-of-type {
        margin-bottom: 9.2308vw;
    }

    .side_menu .menu_column .big_contents .big_text {
        font-size: 3.5897vw;
        border-bottom: 0.2564vw solid #fff;
        padding: 0 0 4.1026vw;
        margin: 0 0 4.1026vw;
    }

    .side_menu .big_contents {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 2.5641vw;
    }

    .side_menu .bottom_menu {
        margin-top: 7.6923vw;
        justify-content: center;
    }

    .side_menu .bottom_menu small {
        font-size: 3.0769vw;
    }

    .common_contact_cta {
        display: block;
        padding: 4.1026vw 2.5641vw;
    }

    .common_contact_cta .tell {
        margin: 0;
        padding: 0;
        border-right: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4.6154vw;
    }

    .common_contact_cta .tell .text {
        color: #fff;
        background-color: var(--main-color);
        min-width: 15.3846vw;
        min-height: 15.3846vw;
        font-size: 3.8462vw;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .common_contact_cta .tell.size {
        justify-content: flex-start;
        gap: 2vw;
    }

    .common_contact_cta .tell.size .text {
        font-size: 3.2462vw;
        padding: 0.8em 0.5em;
        width: 9.5em;
        min-height: unset;
    }

    .common_contact_cta .tell.size a.link {
        margin-bottom: 0;
    }

    .common_contact_cta .tell.size .number {
        font-size: 7vw;
    }

    .common_contact_cta .tell a.link .icon {
        width: 11.2821vw;
    }

    .common_contact_cta .tell .number {
        font-size: 8.2051vw;
    }

    .common_contact_cta .tell .reception {
        font-size: 3.3333vw;
        letter-spacing: 0;
    }

    .common_contact_cta .cta_btn_area {
        display: block;
    }

    .common_contact_cta .addr_area_btn {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        padding: 3.3333vw 5.1282vw;
        gap: 3vw;
    }

    .common_contact_cta .addr_area_btn::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.753' height='16.753' viewBox='0 0 16.753 16.753'%3E%3Cpath d='M18.753,10.377a8.338,8.338,0,1,0-2.442,5.934A8.377,8.377,0,0,0,18.753,10.377ZM8.777,14.07a.952.952,0,0,1-.3-.647h0V7.331h0a.952.952,0,0,1,.3-.647.8.8,0,0,1,1.028.152l3.008,3.008a.723.723,0,0,1,0,1.066L9.805,13.918a.8.8,0,0,1-1.028.152Z' transform='translate(-2 -2)' fill='%23fff'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 4.6154vw;
        height: 4.6154vw;
        position: absolute;
        top: 50%;
        right: 5.1282vw;
        transform: translateY(-50%);
    }

    .common_contact_cta .addr_area_btn .icon {
        width: auto;
        position: static;
        transform: none;
    }

    .common_contact_cta .addr_area_btn .text {
        font-size: 4.1026vw;
        font-weight: 600;
        margin: 0;
    }

    .common_contact_cta .addr_area_btn .text .sp {
        display: inline-block !important;
    }

    .common_contact_cta .addr_area_btn.color_mail .text {
        margin: 0;
    }

    .common_contact_cta .addr_area_btn+.addr_area_btn {
        margin-top: 2.0513vw;
    }

    .common_btn.boarder_ver {
        font-size: 4.1026vw;
        padding: 4.6154vw;
        border: 1px solid var(--main-color);
    }

    .common_btn.boarder_ver.blue_ver {
        border: 1px solid #0088BA;
    }

    .common_btn.boarder_ver.arrow_type .text {
        position: relative;
        padding: 0 4vw;
    }

    .common_btn.boarder_ver.arrow_type .text::after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    /* フッター */
    .footer_cta {
        padding: 12.8205vw 0 10.2564vw;
    }

    .footer_cta .column {
        display: block;
        margin-bottom: 7.6923vw;
    }

    .footer_cta .column .logo {
        width: 52.0513vw;
        margin: 0 0 4.3590vw;
    }

    .footer_cta .column .text_area {
        padding: 0;
    }

    .footer_cta .column .text_area::before {
        content: none;
    }

    .footer_cta .column .text_area .summary {
        font-size: 4.1026vw;
        font-weight: 700;
        margin-bottom: 3.5897vw;
    }

    .footer_cta .column .text_area .text {
        font-size: 3.3333vw;
        line-height: 1.5;
    }

    .footer_menu {
        padding: 12.3077vw 0 14.8718vw;
    }

    .footer_menu .menu_column {
        display: block;
    }

    .footer_menu .menu_column p.big_text {
        font-size: 3.5897vw;
        padding-bottom: 4.1026vw;
        margin-bottom: 3.5897vw;
        border-bottom: 0.2564vw solid #fff;
        position: relative;
    }

    .footer_menu .menu_column ul+.big_text {
        margin-top: 9.2308vw;
    }

    .footer_menu .menu_column p.big_text::before {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.715' height='9.012' viewBox='0 0 15.715 9.012'%3E%3Cg id='icons_Q2' data-name='icons Q2' transform='translate(15.715) rotate(90)'%3E%3Cpath d='M2.7,7.858l5.949-5.95A1.067,1.067,0,0,0,8.54.224,1.179,1.179,0,0,0,7.024.336L.345,7.072a1.067,1.067,0,0,0,0,1.572l6.679,6.736a1.179,1.179,0,0,0,1.515.112,1.067,1.067,0,0,0,.112-1.684Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 3.8462vw;
        height: 2.3077vw;
        position: absolute;
        top: 2vw;
        right: 3vw;
        transition: 0.3s;
    }

    .footer_menu .menu_column p.big_text.is_open::before {
        transform: rotate(180deg);
    }

    .footer_menu .menu_column li {
        font-size: 3.5897vw;
    }

    .footer_menu .menu_column li::before {
        width: 1.026vw;
        height: 0.256vw;
    }

    .footer_menu .list+.list {
        margin-top: 9.2308vw;
    }

    .footer_menu .list:last-of-type {
        margin-bottom: 9.2308vw;
    }

    .footer_menu .menu_column .big_contents .big_text {
        font-size: 3.5897vw;
        border-bottom: 0.2564vw solid #fff;
        padding: 0 0 4.1026vw;
        margin: 0 0 4.1026vw;
    }

    .footer_menu .big_contents {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 2.5641vw;
    }

    .footer_bottom {
        padding: 9.7436vw 0;
    }

    .footer_bottom .bottom_menu {
        display: grid;
        gap: 6.1538vw;
        justify-content: center;
    }

    .footer_bottom .bottom_menu .logo {
        width: 56.41vw;
        margin: 0 auto 4vw;
    }

    .footer_bottom .bottom_menu small {
        font-size: 3.0769vw;
    }

    .footer_bottom .end_contents {
        grid-area: 1;
    }

    .footer_bottom .bottom_menu .column {
        margin-top: 1.0256vw;
        justify-content: center;
    }

    .footer_bottom .bottom_menu .column a {
        font-size: 3.0769vw;
    }

    .footer_bottom .bottom_menu .column li+li {
        border-left: 0.2564vw solid #fff;
        padding-left: 2.0513vw;
        margin-left: 2.0513vw;
    }

    /* TOP */
    .top_fv_sec {
        padding: 7.6923vw 0 5.1282vw;
        margin-bottom: 5.1282vw;
    }

    .top_fv_sec .fv_wrap {
        max-width: 90%;
        padding: 0;
    }

    .top_fv_sec .emblem_area {
        position: static;
        width: 89%;
        grid-template-columns: repeat(3, 1fr);
        margin: 0 auto 4.6154vw;
    }

    .top_fv_sec .t_text {
        font-size: 5.6410vw;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 2.8205vw;
    }

    .top_fv_sec .t_text .ex {
        font-size: 4.6154vw;
    }

    .top_fv_sec .fv_title .belt_white {
        font-size: 3.5897vw;
        padding: 1.2821vw 2.8205vw;
        margin-bottom: 1.0256vw;
    }

    .top_fv_sec .fv_title .belt_green {
        font-size: 9.7436vw;
        line-height: 1.6;
        padding: 0;
    }

    .top_fv_sec .fv_title .sp_belt_green {
        padding: 0 1vw 0 2.5641vw;
        font-weight: 700;
    }

    .top_fv_sec .fv_title {
        margin-bottom: 4.3590vw;
    }

    .top_fv_sec .b_text {
        font-size: 4.1026vw;
        line-height: 1.3;
        margin-bottom: 10.2564vw;
    }

    .top_fv_sec .common_contact_cta {
        width: 100%;
    }

    .top_fv_sec .common_contact_cta .fv_cta_text {
        color: #231815;
        font-size: 4.1026vw;
        font-weight: 800;
        line-height: 1;
        text-align: center;
        position: static;
        margin-bottom: 2.3077vw;
    }

    .top_fv_sec .common_contact_cta .tell {
        justify-content: flex-start;
        gap: 2.8205vw;
        margin-right: 0;
        padding-right: 0;
    }

    .top_fv_sec .common_contact_cta .tell.size {
        /* justify-content: center; */
        margin-right: 0;
        padding-right: 0;
    }

    .top_fv_sec .common_contact_cta .addr_area_btn {
        width: 100%;
        border-radius: 0;
        padding: 4.1026vw 5.1282vw;
    }

    .top_fv_sec .common_contact_cta .addr_area_btn .text {
        font-size: 4.1026vw;
    }

    .top_fv_sec .common_contact_cta .addr_area_btn::after {
        content: none;
    }

    .top_banner_sec {
        margin-bottom: 20.7692vw;
    }

    .top_banner_sec .column {
        display: block;
    }

    .top_banner_sec .column li {
        width: 100%;
    }

    .top_banner_sec .column li+li {
        margin-top: 2.5641vw;
    }

    .top_worry_sec .common_title {
        font-size: 5.1282vw;
    }

    .top_worry_sec .common_title .color_blue {
        font-size: 7.1795vw;
    }

    .top_worry_sec .column {
        font-size: 4.1026vw;
        gap: 2.5641vw;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 6.1538vw;
    }

    .top_worry_sec .column .color_blue {
        font-size: 5.6410vw;
        font-weight: 600;
    }

    .top_worry_sec .column li {
        width: 43.5897vw;
        height: 43.5897vw;
    }

    .top_worry_sec::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='50' viewBox='0 0 390 50'%3E%3Cpath d='M195,0,390,50H0Z' transform='translate(390 50) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
        height: 12.8205vw;
        bottom: -12.3077vw;
    }

    .top_resolution_sec {
        background-size: cover;
        padding: 21.2821vw 0 13.0769vw;
    }

    .top_resolution_sec .common_title {
        font-size: 4.6154vw;
        margin-bottom: 4.3590vw;
        font-weight: 700;
    }

    .top_resolution_sec .common_title .ex {
        color: var(--main-color);
        font-size: 6.1538vw;
        letter-spacing: 0.01em;
    }

    .top_resolution_sec .column {
        gap: 2.5641vw;
        margin-bottom: 5.6410vw;
    }

    .top_resolution_sec .text {
        font-size: 3.8462vw;
        margin-bottom: 5.3846vw;
        font-weight: 400;
    }

    .top_resolution_sec .min_text {
        font-size: 3.0769vw;
    }

    .top_choice_sec {
        padding: 15.3846vw 0 19.7436vw;
    }

    .top_choice_sec .common_title {
        font-size: 7.1795vw;
        line-height: 1.3;
        margin-bottom: 5.1282vw;
    }

    .top_choice_sec .common_title .ex_sp {
        display: block;
        font-size: 4.6154vw;
    }

    .top_choice_sec .choice_contents,
    .top_choice_sec .accordion_container:nth-of-type(even) .choice_contents {
        grid-template-columns: 30.7692vw auto;
        justify-content: flex-start;
        gap: 4.6154vw 5.1282vw;
    }

    .top_choice_sec .choice_contents {
        margin: 5.1282vw 0;
    }

    .top_choice_sec .choice_contents .image {
        aspect-ratio: 1;
        grid-row: auto;
        border-radius: 2.0513vw;
        overflow: hidden;
    }

    .top_choice_sec .accordion_container:nth-of-type(even) .choice_contents .image {
        grid-column: auto;
    }

    .top_choice_sec .title_area {
        display: block;
        align-self: center;
        margin-bottom: 0;
    }

    .top_choice_sec .number {
        display: flex;
        gap: 1.0256vw;
        font-size: 3.0769vw;
        align-items: center;
        border: none;
        padding: 0;
        margin-bottom: 2.3077vw;
    }

    .top_choice_sec .number::before {
        width: 7.6923vw;
        margin-right: 2.5641vw;
        position: static;
        right: auto;
        left: 0;
    }

    .top_choice_sec .number::after {
        font-size: 4.6154vw;
        margin: 0;
        position: static;
    }

    .top_choice_sec .title {
        font-size: 5.1282vw;
        font-weight: 600;
    }

    .top_choice_sec .text {
        font-size: 3.5897vw;
        grid-column: 1 / 3;
    }

    .top_choice_sec .common_btn {
        width: 76.9231vw;
        margin: 7.6923vw auto 0;
    }

    .top_choice_sec .accordion_container+.accordion_container {
        margin: 0;
        border: none;
    }

    .top_choice_sec .accordion_container.is-accordion {
        overflow: hidden;
        max-height: 0;
        transition: max-height .35s ease;
    }

    .top_choice_sec .sp-acc-trigger {
        color: #fff;
        background-color: var(--main-color);
        font-size: 4.3154vw;
        line-height: 1.1;
        height: 17.4359vw;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 10.2564vw 0 5.1282vw;
        margin-top: 2.5641vw;
    }

    .top_choice_sec .sp-acc-trigger::after {
        content: "";
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.715' height='9.012' viewBox='0 0 15.715 9.012'%3E%3Cg id='icons_Q2' data-name='icons Q2' transform='translate(15.715) rotate(90)'%3E%3Cpath d='M2.7,7.858l5.949-5.95A1.067,1.067,0,0,0,8.54.224,1.179,1.179,0,0,0,7.024.336L.345,7.072a1.067,1.067,0,0,0,0,1.572l6.679,6.736a1.179,1.179,0,0,0,1.515.112,1.067,1.067,0,0,0,.112-1.684Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 3.8462vw;
        height: 2.3077vw;
        position: absolute;
        top: 7.5vw;
        right: 5vw;
        transition: 0.3s;
        transform: rotate(180deg);
    }

    .top_choice_sec .sp-acc-trigger.is-open::after {
        transform: rotate(0);
    }

    .top_staff_sec {
        padding-bottom: 20.5128vw;
    }

    .top_staff_sec .common_title {
        margin-bottom: 4.6154vw;
    }

    .top_staff_sec .common_title .ex_sp {
        display: block;
        line-height: 1.3;
    }

    .top_staff_sec .text {
        font-size: 3.5897vw;
        margin-bottom: 5.1282vw;
    }

    .top_staff_sec .column {
        grid-template-columns: repeat(2, 1fr);
        gap: 5.1282vw 2.5641vw;
    }

    .top_staff_sec .column .name {
        font-size: 4.6154vw;
        margin-bottom: 1.5385vw;
    }

    .top_staff_sec .column .name_en {
        font-size: 3.5897vw;
        margin-bottom: 3vw;
    }

    .top_staff_sec .column .position {
        font-size: 3.8462vw;
    }

    .top_support_sec {
        padding: 16.6667vw 0 14.8718vw;
    }

    .top_support_sec .image {
        margin-bottom: 5.3846vw;
    }

    .top_support_sec .text {
        font-size: 3.5897vw;
        text-align: left;
    }

    .top_ownervoice_sec {
        padding: 20.2564vw 0 22.8205vw;
    }

    .top_ownervoice_sec .bottom_text {
        font-size: 3vw;
        margin: 4em 5% 0;
    }

    .top_ownervoice_sec .text {
        font-size: 4.1026vw;
        margin-bottom: 5.3846vw;
    }

    .top_ownervoice_sec .voice_card {
        display: grid;
        grid-template-columns: 1fr;
        box-shadow: 0 0.2564vw 0.5128vw rgba(0, 0, 0, 0.15);
    }

    .top_ownervoice_sec .voice_slider_wrap {
        margin: 0 auto;
        position: relative;
    }

    .top_ownervoice_sec .voice_slider {
        overflow: hidden;
        height: 149.821vw;
    }

    .top_ownervoice_sec .voice_slider .slick-slide {
        padding: 0.5128vw 0;
        margin: 0 5.1282vw;
    }

    .top_ownervoice_sec .owner_icon {
        display: none;
    }

    .top_ownervoice_sec .image {
        grid-row: 1;
    }

    .top_ownervoice_sec .text_area {
        padding: 4.1026vw 5.1282vw 7.6923vw;
    }

    .top_ownervoice_sec .summary {
        height: auto;
        padding-bottom: 0;
        margin-bottom: 3.3333vw;
        border-bottom: none;
    }

    .top_ownervoice_sec .card_text {
        font-size: 3.3333vw;
        letter-spacing: 0.03em;
        height: 51.2821vw;
    }

    .top_ownervoice_sec .card_addr {
        font-size: 3.5897vw;
        margin-bottom: 2.5641vw;
    }

    .top_ownervoice_sec .card_title {
        font-size: 5.1282vw;
        font-weight: 600;
        letter-spacing: 0.03em;
        line-height: 1.3;
        height: 13.3333vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .top_ownervoice_sec .voice_dots {
        margin-top: 5.1282vw;
    }

    .top_ownervoice_sec .voice_dots ul {
        display: flex;
        justify-content: center;
    }

    .top_ownervoice_sec .voice_dots li {
        list-style: none;
    }

    .top_ownervoice_sec .slick-dots li button,
    .top_ownervoice_sec .voice_dots li,
    .top_ownervoice_sec .voice_dots button {
        width: 10.2564vw;
        height: 1.0256vw;
        background: #D9D9D9;
        border: none;
        font-size: 0;
        padding: 0;
    }

    .top_ownervoice_sec .voice_dots .slick-active button {
        background: var(--main-color);
    }

    .sp_only_caseSlider {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .top_case_sec {
        padding-bottom: 17.1795vw;
    }

    .top_case_sec .common_title {
        margin-bottom: 5.3846vw;
    }

    .top_case_sec .column,
    .top_useful_sec .column {
        display: block;
        margin-bottom: 10.2564vw;
    }

    .top_case_sec .column li,
    .top_useful_sec .column li {
        margin: 0.5128vw 2.5641vw;
    }

    .top_case_sec .column .image,
    .top_useful_sec .column .image {
        aspect-ratio: 290 / 130;
    }

    .top_case_sec .text_area,
    .top_useful_sec .text_area {
        padding: 5.1282vw 5.1282vw 6.1538vw;
    }

    .top_case_sec .card_title,
    .top_useful_sec .card_title {
        font-size: 4.1026vw;
        margin-bottom: 4.1026vw;
    }

    .top_case_sec .card_text,
    .top_useful_sec .card_text {
        font-size: 3.3333vw;
    }

    .top_case_sec .common_btn {
        width: 66.6667vw;
    }

    .top_flow_sec {
        padding: 15.1282vw 0 13.8462vw;
    }

    .top_flow_sec .common_title {
        margin-bottom: 4.3590vw;
    }

    .top_flow_sec .flow_list {
        margin-bottom: 10.2564vw;
    }

    .top_flow_sec .flow_list li {
        display: block;
        padding: 5.1282vw 5.1282vw 6.6667vw;
        border-radius: 2.5641vw;
    }

    .top_flow_sec .flow_list li .container {
        display: grid;
        grid-template-columns: 17.9487vw auto;
        gap: 1.2821vw 3.5897vw;
        margin-bottom: 3.5897vw;
    }

    .top_flow_sec .flow_list .image {
        width: 17.9487vw;
        grid-row: 1 / 3;
    }

    .top_flow_sec .flow_list .number {
        font-size: 3.3333vw;
        margin: 0;
        display: flex;
        align-items: baseline;
        gap: 1.0256vw;
        align-self: flex-end;
    }

    .top_flow_sec .flow_list .number::after {
        font-size: 4.6154vw;
        margin: 0;
    }

    .top_flow_sec .flow_list .summary {
        font-size: 4.1026vw;
        align-self: flex-start;
    }

    .top_flow_sec .flow_list .text {
        font-size: 3.3333vw;
        padding: 0;
        border-left: 0;
        width: auto;
    }

    .top_flow_sec .flow_list li::after {
        background-image: url(./image/top_flow_arrow_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 8.9744vw;
        height: 2.5641vw;
        bottom: -2.5641vw;
    }

    .top_flow_sec .flow_list li+li {
        margin-top: 5.1282vw;
    }

    .top_flow_sec .common_btn {
        width: 76.9231vw;
    }

    .top_plan_sec {
        padding: 12.8205vw 0 16.9231vw;
    }

    .common_faq_sec {
        padding-bottom: 13.5897vw;
    }

    .common_faq_sec .common_title {
        margin-bottom: 5.1282vw;
    }

    .common_faq_sec .faq_item {
        padding: 5.1282vw;
    }

    .common_faq_sec .faq_question {
        font-size: 4.6154vw;
        display: grid;
        grid-template-columns: 12.8205vw auto;
        gap: 4.6154vw;
        margin-bottom: 2.5641vw;
    }

    .common_faq_sec .faq_question::before {
        font-size: 7.6923vw;
        width: 12.8205vw;
        height: 12.8205vw;
    }

    .common_faq_sec .faq_answer {
        font-size: 3.5897vw;
        letter-spacing: 0;
        padding: 5.1282vw;
    }

    .common_faq_sec .faq_item+.faq_item {
        margin-top: 2.5641vw;
    }

    .top_useful_sec {
        padding: 15.3846vw 0 13.8462vw;
    }

    .top_useful_sec .common_btn {
        width: 66.6667vw;
    }

    .top_area_sec {
        padding: 18.4615vw 0 11.2564vw;
    }

    .top_area_sec .common_title {
        text-align: center;
    }

    .top_area_sec .summary {
        font-size: 3.5897vw;
        margin-bottom: 1.2821vw;
    }

    .top_area_sec .image {
        width: calc(100% - 10.2564vw);
        position: static;
        margin: 0 auto 7.9487vw;
    }

    .top_area_sec .area_summary {
        font-size: 3.8462vw;
        margin-bottom: 5.1282vw;
    }

    .top_area_sec .area_list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5641vw;
    }

    .top_area_sec .area_list ul .common_btn {
        padding: 2.5641vw 0;
    }

    .top_shoplist_sec {
        padding-bottom: 15.3846vw;
    }

    .top_shoplist_sec ul {
        display: block;
        margin-bottom: 10.2564vw;
    }

    .top_shoplist_sec li {
        display: block;
        text-align: start;
        padding: 0 0 4.6154vw;
        margin-bottom: 4.6154vw;
        border-bottom: 0.2564vw solid #D6D6D6;
    }

    .top_shoplist_sec li:first-of-type:before,
    .top_shoplist_sec li:nth-child(4n+1)::before,
    .top_shoplist_sec li::after,
    .top_shoplist_sec .shop_addr::after {
        content: none;
    }

    .top_shoplist_sec .shop_name {
        font-size: 4.1026vw;
        margin-bottom: 2.0513vw;
    }

    .top_shoplist_sec .shop_addr {
        font-size: 3.3333vw;
        padding-bottom: 0;
    }

    .top_shoplist_sec .common_btn {
        width: 74.3590vw;
    }

    /* 自主管理のオーナー様へ */
    .page_self_management .common_page_wrap {
        padding: 18vw 0 0;
    }

    .page_self_management .common_title.ver_page,
    .page_change .common_title.ver_page {
        font-size: 5vw;
        line-height: 1.35;
        margin-bottom: 7.5vw;
    }

    .summary_sec.ver_checktext {
        padding-bottom: 14vw;
    }

    .summary_sec.ver_checktext .column {
        grid-template-columns: 1fr;
    }

    .summary_sec.ver_checktext .text_area .title {
        font-size: 4.6vw;
        line-height: 1.5;
        margin-bottom: 4.5vw;
        text-align: center;
    }

    .summary_sec.ver_checktext .column .common_check_list li {}

    .summary_sec.ver_checktext .column .common_check_list li .color_green {
        font-size: 4.6154vw;
        font-weight: 700;
        line-height: 1;
    }

    .summary_sec.ver_checktext .column .common_check_list li+li {
        margin-top: 2.1vw;
        padding-top: 2.1vw;
        border-top: 1px solid #D6D6D6;
    }

    .summary_sec.ver_checktext .column .common_check_list li::before {
        width: 5.128vw;
        height: 5.128vw;
    }

    .summary_sec.ver_checktext .column .image {
        border-radius: 2.6vw;
        aspect-ratio: 16 / 10;
        grid-row: 1 / 2;
        overflow: hidden;
        margin-bottom: 3vw;
    }

    .page_self_management .choice_sec {
        padding-bottom: 14vw;
    }

    .choice_sec .column {
        display: block;
        gap: 0;
    }

    .choice_sec .column li {
        padding: 6.2vw 5.6vw;
        border-radius: 2.6vw;
    }

    .choice_sec .column li+li {
        margin-top: 4.6vw;
    }

    .choice_sec .column li .title {
        font-size: 4.4vw;
        text-align: center;
        margin-bottom: 3.2vw;
        line-height: 1.4;
    }

    .choice_sec .column li .text {
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .page_self_management .comparison_sec {
        padding: 14vw 0;
    }

    .page_self_management .comparison_sec .text {
        font-size: 3.6vw;
        line-height: 1.7;
        text-align: left;
        margin-bottom: 6vw;
    }

    .page_self_management .comparison_table_area {
        border-radius: 2.6vw;
    }

    .page_self_management .scroll-hint-icon {
        top: 50%;
        transform: translateY(-50%);
        height: 84px;
    }

    .page_self_management .comparison_table {
        min-width: 980px;
    }

    .page_self_management .comparison_table th,
    .page_self_management .comparison_table td {
        padding: 14px;
        font-size: 12px;
        line-height: 1.6;
    }

    .page_self_management .comparison_table .row_title {
        white-space: normal;
        font-weight: 700;
    }

    .page_self_management .common_faq_cta_area {
        padding-bottom: 18vw;
    }

    .page_self_management .common_faq_cta_area .common_btn {
        width: 100%;
        max-width: 76vw;
    }

    .page_self_management .common_faq_cta_area .common_btn.boarder_ver {
        width: 100%;
        max-width: 76vw;
    }

    /* 管理会社の変更をお考えのオーナー様へ */
    .page_center_summary {
        padding: 15.3846vw 0;
        margin-bottom: 15.3846vw;
    }

    .page_center_summary .lead {
        font-size: 3.5897vw;
        letter-spacing: 0.02em;
        line-height: 1.8;
        padding: 5.1282vw;
    }

    .page_change .top_flow_sec {
        padding-bottom: 2vw;
    }

    .page_change .top_choice_sec .common_title {
        margin-bottom: 1.5em;
    }

    .page_change .top_choice_sec .accordion_container {
        margin-bottom: 2.5641vw;
    }

    .page_change .top_choice_sec .accordion_container+.accordion_container {
        padding-top: 2.5641vw;
    }

    .page_point_sec {
        padding: 12.8205vw 0;
    }

    .page_point_sec .text .ex {
        font-size: 4.1026vw;
    }

    .page_point_sec .summary_text {
        margin-bottom: 1.5em;
    }

    /* よくある質問 */
    .page_faq .common_title.type_m .ex {
        font-size: 5.1282vw;
    }

    /* ご相談からの流れ */
    .page_flow .common_page_wrap {
        padding: 2.5641vw 0 0;
    }

    /* 髙松エステートが選ばれる理由 */
    .page_reasons .top_choice_sec .choice_contents {
        margin: 0;
    }

    .page_reasons .top_choice_sec .title .ex {
        font-size: 5.6vw;
    }

    .page_reasons .top_choice_sec {
        padding: 0 0 15.3846vw;
    }

    .page_reasons .top_choice_sec .accordion_container+.accordion_container {
        padding-top: 0;
        margin-top: 10vw;
    }

    .error404 #main_content {
        width: 90%;
        margin: 0 auto;
        padding: var(--header-height) 0 10vw;
    }

    /* 管理プラン */
    .page_plan {
        margin-bottom: 15.385vw;
    }

    .plan_summary {
        padding-bottom: 15.385vw;
    }

    .plan_summary .summary_text {
        font-size: 4.615vw;
        line-height: 1.6;
        margin-bottom: 4.103vw;
    }

    .plan_summary .column {
        grid-template-columns: 1fr;
        gap: 4.103vw;
    }

    .plan_summary .column .common_btn {
        width: 100%;
        max-width: 89.744vw;
        margin: 0 auto;
    }

    .plan_all_sec .plan_inner_sec {
        margin-bottom: 15.385vw;
        padding-bottom: 15.385vw;
        border-bottom-width: 0.256vw;
    }

    .page_plan .common_title {
        margin: 0 0 4.103vw 2vw;
    }

    .page_plan .text_area {
        margin-bottom: 6.154vw;
    }

    .page_plan .text_area .text {
        font-size: 3.589vw;
        line-height: 1.8;
        text-align: left;
    }

    .page_plan .text .ex::before,
    .page_plan .text .ex::after {
        content: none;
    }

    .page_plan .text .ex {
        font-size: 4.389vw;
    }

    .page_plan .image {
        width: 100%;
        max-width: 89.744vw;
        border-radius: 2.564vw;
        margin: 0 auto 6.154vw;
    }

    .page_plan .choice_sec .column {
        grid-template-columns: 1fr;
        gap: 4.103vw;
        margin-bottom: 5.128vw;
    }

    .plan_green_sec.choice_sec .column {
        grid-template-columns: 1fr;
    }

    .page_plan .card_text {
        padding: 5.128vw;
        border-radius: 2.564vw;
        font-size: 3.589vw;
        line-height: 1.8;
    }

    .characteristics_sec {
        margin-bottom: 12.821vw;
    }

    .characteristics_sec .scroll_container .text {
        font-size: 3.103vw;
        line-height: 1.9;
    }

    .characteristics_sec .title_area {
        padding-bottom: 0;
        margin-bottom: 7.692vw;
        border-bottom: 0.256vw solid #00776A;
    }

    .characteristics_sec .scroll_container::after {
        width: 0.256vw;
        right: 2.6vw;
    }

    .characteristics_sec .scroll_box {
        height: 58.974vw;
        overflow-y: auto;
        padding-right: 2vw;
        scrollbar-gutter: stable;
    }

    .characteristics_sec .scroll_box::-webkit-scrollbar {
        width: 5.692vw;
    }

    .characteristics_sec .scroll_box::-webkit-scrollbar-thumb {
        background: var(--main-color);
        border-radius: 100vmax;
        background-clip: content-box;
    }

    .footer_bottom .area_list,
    .archive_area .area_list {
        text-align: center;
    }

    .footer_bottom .area_list .area_title,
    .archive_area .area_list .area_title {
        text-align: start;
        display: block;
        font-size: 4.103vw;
        margin-bottom: 1.538vw;
    }

    .footer_bottom .area_list ul,
    .archive_area .area_list ul {
        font-size: 3.077vw;
        gap: 0 2.564vw;
    }

    .archive_area .common_page_wrap {
        padding: 12vw 0;
    }

    .page_contact {
        padding: 10vw 0;
    }

    .page_contact .common_contact_cta .tell {
        justify-content: center;
        gap: 2vw;
    }

    .page_contact .common_contact_cta {
        margin-bottom: 6vw;
    }

    .page_contact .common_contact_cta .tell a.link {
        margin: 0 0 1.2vw;
    }

    .page_contact .form_sec_ttl {
        font-size: 5.5vw;
    }

    .kotei_wrap {
        padding: 12vw 0;
    }

    /* 賃料査定 */
    .page_easy .wrap {
        max-width: 90vw;
    }

    .page_easy .form_block {
        padding: 5vw 4vw;
    }

    .page_easy .form_block .en_head {
        font-size: 7vw;
    }

    .page_easy .form_block .en_head span {
        font-size: 7vw;
    }

    .page_easy .form_block .block_haed {
        font-size: 5.5vw;
    }

    .page_easy .form_block .block_cont {
        padding: 4vw;
        margin-bottom: 4vw;
        max-height: 73vw;
        overflow: scroll;
    }

    .page_easy .form_block .block_cont .note_text {
        font-size: 2.8vw;
    }

    .page_easy .form_block .block_inner {
        width: 100%;
        margin: 0 auto;
    }

    .page_easy .form_block .block_inner.flex_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        font-size: 3.4vw;
        gap: 0.5em;
        align-items: flex-start;
    }

    .page_easy .form_block .block_inner.price_flex {
        display: flex;
        font-size: 3.4vw;
        gap: 0.3em;
        justify-content: center;
    }

    .page_easy .form_block .block_inner .select_box {
        font-size: 3.4vw;
        padding: 0.3em;
        line-height: 1;
        text-align: left;
        width: 100%;
        flex-shrink: 0;
    }

    .page_easy .form_block .block_inner .check_block {
        width: 100%;
        text-align: left;
        padding: 0.7em;
    }

    .page_easy .form_block .btn_area {
        display: flex;
        justify-content: center;
        gap: 1em;
        align-items: center;
        font-size: 3.4vw;
    }

    .page_easy .form_block .btn_area .btn {
        width: 30vw;
        transition: .3s;
    }

    .page_easy .form_block .number_block {
        font-size: 3.8vw;
    }

    .page_easy .form_block .submit_btn {
        padding: 1em;
        font-size: 4.2vw;
        width: 100%;
    }

    .page_easy .form_block .last_text {
        font-size: 4vw;
        gap: 1.5em;
    }

    .page_easy .form_block .last_text::before,
    .page_easy .form_block .last_text::after {
        height: 2.2em;
    }

    /* 資料請求（ホワイトペーパー） */
    .page_document .column {
        display: block;
    }

    .page_document .owner_book_box {
        padding: 7.692vw 6.154vw;
    }

    .page_document .owner_book_box .catch {
        font-size: 4.103vw;
    }

    .page_document .owner_book_box .lead {
        font-size: 3.077vw;
        margin-top: 3.846vw;
    }

    .page_document .owner_book_box .badge {
        font-size: 3.077vw;
        padding: 1.026vw 2.564vw;
        border-radius: 5.128vw;
        margin-bottom: 2.564vw;
    }

    .page_document .owner_book_box .book_title {
        font-size: 3.846vw;
        margin-bottom: 3.846vw;
        border-left: 1.026vw solid var(--main-color);
        padding-left: 2.564vw;
    }

    .page_document .owner_book_box .book_list li {
        font-size: 3.333vw;
        line-height: 1.5;
        padding-left: 5.128vw;
    }

    .page_document .owner_book_box .book_list li+li {
        margin-top: 0.5em;
    }

    .page_document .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    /* 追従バナー */
    .footer_bottom {
        padding-bottom: 23.077vw;
    }

    .bottom_follow {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translateY(100%);
        transition: transform .4s ease;
        z-index: 1000;
    }

    .bottom_follow.is-show {
        transform: translateY(0);
    }

    .bottom_follow .addr_area {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .bottom_follow .addr_area .icon {
        width: 8.718vw;
        margin: 0 auto 1.026vw;
    }

    .bottom_follow .addr_area .addr_area_btn {
        font-size: 3.846vw;
        color: #fff;
        display: block;
        padding: 3.077vw 0 2.051vw;
    }

    .header_sub .tel_modal.active {
        visibility: visible;
        opacity: 1;
    }

    .header_sub .tel_modal {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 100;
    }

    .header_sub .tel_modal .tel_modal_inner {
        background-color: #fff;
        padding: 5vw;
        width: 90vw;
        position: relative;
    }

    .header_sub .tel_modal .tel_modal_inner .tel_modal_close {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
        width: 8vw;
        height: 8vw;
        background-color: #fff;
        border: 1px solid var(--main-color);
        border-radius: 50%;
    }

    .header_sub .tel_modal .tel_modal_inner .tel_modal_close::before,
    .header_sub .tel_modal .tel_modal_inner .tel_modal_close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 1px;
        background-color: var(--main-color);
    }

    .header_sub .tel_modal .tel_modal_inner .tel_modal_close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header_sub .tel_modal .tel_modal_inner .tel_modal_close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .header_sub .tel_modal .tel_modal_inner .tel_modal_inner_box {
        text-align: center;
    }

    .header_sub .tel_modal .tel_modal_inner .tel_modal_inner_box+.tel_modal_inner_box {
        margin-top: 3.7vw;
    }

    .header_sub .tel_modal .tel_modal_inner .tel_modal_inner_box .inner_box_head {
        font-size: 3.4vw;
        line-height: 1.5;
        margin-bottom: 0.5em;
    }

    .header_sub .tel_modal .tel_modal_inner .tel_modal_inner_box .inner_tel_num {
        display: block;
        font-size: 6vw;
        font-weight: 700;
        color: var(--main-color);
        line-height: 1;
    }
}