@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: #00A0AE;
    --sub-color: #8BE7EF;
    --point-color: #D0A823;
    --bg-color: #EAFDFF;
    --line-color: #06C755;
    --black-color: #1A1A1A;
    --sub-black: #474645;
}

html {
    scroll-behavior: smooth;
}

html.active {
    overflow: hidden;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    /* 不要な指定は消す */
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
}

body {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .08em;
    min-width: 1340px !important;
    background-color: var(--bg-color) !important;
}

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

.wrap.mid {
    width: 1240px;
    margin: 0 auto;
}

.wrap.lr {
    width: 1340px;
    margin: 0 auto;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #fff;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    mask-image: url(/wp-content/themes/swell_child/image/icon/icon_pdf.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    margin-right: 15px;
    background: #fff;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

@media (min-width: 750px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@font-face {
    font-family: "Avenir-Black";
    src: url(./fonts/Avenir-Black.ttf) format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: "Avenir-Heavy";
    src: url(./fonts/Avenir-Heavy.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "hitori";
    src: url(./fonts/Hitori-regular.ttf) format("truetype");
    font-weight: 400;
}

.f_en01 {
    font-family: "Avenir-Black", sans-serif;
}

.f_en02 {
    font-family: "Avenir-Heavy", sans-serif;
}

.f_hitori {
    font-family: "hitori", sans-serif;
}

.f_inter {
    font-family: "Inter", sans-serif;
}

.f_maki {
    font-family: "makinas-4-flat", sans-serif;
    font-weight: 400;
}

.f_line {
    font-family: "LINE Seed JP", sans-serif;
}

.post-template-default {
    padding-top: 250px;
}

.post-template-default::before,
.post-template-default::after {
    display: block;
    content: "";
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    position: absolute;
}

.post-template-default::before {
    background: url(./image/common_page_img.webp) center center / cover no-repeat;
}

.post-template-default::after {
    background-color: rgba(26, 26, 26, .4);
    mix-blend-mode: multiply;
}

/* 共通サイトタイトル */
.common-site_title {
    width: fit-content;
}

.common-site_title.center {
    margin-inline: auto;
    text-align: center;
}

.common-site_title .en {
    font-size: 82px;
    line-height: 1;
    letter-spacing: 0;
}

.common-site_title .title {
    width: fit-content;
    font-size: 20px;
    letter-spacing: .12em;
    font-weight: 900;
    background-color: #fff;
    border: 2px solid var(--black-color);
    border-radius: 6px;
    padding: 7px 19px;
    margin: -25px 0 0 auto;
    position: relative;
}

.common-site_title.center .title {
    margin: -25px auto 0;
}

.common-site_title .title .size {
    font-size: 1.2em;
    color: var(--main-color);
}

.common-text_box.center {
    text-align: center;
}

.common-text_box {
    margin-top: 19px;
}

.common-text_box .text {
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--sub-black);
}

.common-text_box .text+.text {
    margin-top: 1.8em;
}

/* 共通サイトボタン */
.common-site_btn {
    width: fit-content;
    min-block-size: 60px;
    display: grid;
    place-content: center;
    padding: 17px 42px;
    background-color: var(--sub-color);
    font-size: 18px;
    line-height: 1;
    letter-spacing: .12em;
    font-weight: 900;
    color: var(--black-color);
    border-radius: 100vmax;
    border: 2px solid var(--black-color);
    transition: all .3s;
}

.common-site_btn:hover {
    background-color: var(--black-color);
    color: var(--sub-color);
}

/* ローディング */
.top_loading {
    position: fixed;
    inset: 0;
    background: var(--bg-color);
    display: grid;
    place-content: center;
    z-index: 10005;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.top_loading.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.top_loading .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.top_loading .cont img {
    width: 100%;
    display: block;
}

.top_loading .loading_logo {
    width: 150px;
    transform-origin: center center;
    animation: loadingScale 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: .5s;
    transform: scale(2) translateX(calc(210px / 2));
}

@keyframes loadingScale {
    0% {
        transform: scale(2) translateX(calc(210px / 2));
    }

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

.top_loading .loading_tagline {
    opacity: 0;
    visibility: hidden;
    width: 380px;
    animation: loadingTextIn 0.6s ease forwards;
    animation-delay: 2.2s;
}

@keyframes loadingTextIn {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* ヘッダー */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1340px;
    height: auto;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    z-index: 999;
    transition: all .3s;
}

.main-header .cont {
    padding: 24px 50px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 100px;
}

.main-header .cont .logo {
    display: flex;
    align-items: flex-end;
    gap: 0 12px;
}

.main-header .cont .logo .img {
    width: 227px;
    height: 46px;
    position: relative;
}

.main-header .cont .logo .img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(./image/hd_logo.svg) center center / contain no-repeat;
}

.main-header .cont .logo .name {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .08em;
    font-weight: 900;
    margin-bottom: 8px;
}

.hd-menu_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px;
}

.hd-menu_info .box {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.hd-menu_info .tel {
    display: flex;
    gap: 0 10px;
    align-items: center;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0em;
}

.hd-menu_info .tel::before {
    flex-shrink: 0;
    content: '';
    width: 30px;
    height: 30px;
    mask-image: url(./image/icon_tel.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background: #fff;
}

.hd-menu_info .time {
    font-size: 13px;
    font-weight: 500;
}

.hd-btn_box {
    display: flex;
    gap: 0 10px;
}

.hd-btn_box .btn {
    border-radius: 100vmax;
    background-color: var(--main-color);
    width: 140px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    transition: all .3s;
}

.hd-btn_box .btn::after {
    flex-shrink: 0;
    content: '';
    width: 10px;
    height: 9px;
    mask-image: url(./image/hd_arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background: #fff;
}

.hd-btn_box .btn:hover {
    opacity: .7;
}

.hd-nav {
    margin-top: 10px;
}

.hd-nav ul {
    display: flex;
    align-items: center;
    gap: 0 32px;
}

.hd-nav ul li .link {
    display: block;
    font-size: 15px;
    position: relative;
    transition: all .3s;
}

.hd-nav ul li .link::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.hd-nav ul li .link:hover::before {
    opacity: 1;
    visibility: visible;
}

/* ヘッダー制御 */
.main-header.js_active {
    background-color: rgba(255, 255, 255, .9);
    color: var(--black-color);
}

.main-header.js_active .cont .logo .img::before {
    background: url(./image/site_logo.svg) center center / contain no-repeat;
}

.main-header.js_active .hd-menu_info .tel {
    color: var(--main-color);
}

.main-header.js_active .hd-menu_info .tel::before {
    background: var(--main-color);
}

.main-header.js_active .hd-nav ul li .link:hover::before {
    opacity: 0;
    visibility: hidden;
}

.main-header.js_active .hd-nav ul li .link:hover {
    color: var(--main-color);
}

/* トップ　FV */
.fv_bg {
    position: relative;
    clip-path: inset(0);
}

.fv_bg .fv_img {
    position: fixed;
    inset: 0;
    z-index: -1;
}

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

.top-fv_sec {
    padding-block: 294px 274px;
    display: grid;
    place-content: center;
    position: relative;
    height: 100vh;
}

.fv-scroll_box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    height: auto;
}

.fv-scroll_box .en {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    color: #fff;
}

.fv-scroll_box .line {
    display: block;
    width: 1px;
    height: 90px;
    background-color: #fff;
    margin: 15px auto 0;
    position: relative;
}

.fv-scroll_box .line::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--main-color);
    z-index: 1;
    animation: scroll 2s infinite;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
}

.top-fv_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, .4);
    mix-blend-mode: multiply;
}

.top-fv_sec .cont {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    padding-inline: 50px;
}

.top-fv_sec .cont .fv_en {
    font-size: 20px;
    line-height: 1;
    letter-spacing: .07em;
    font-weight: 700;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    font-feature-settings: "palt";
    writing-mode: vertical-rl;
    text-orientation: sideways;
}

.top-fv_sec .cont .fv_en.rev {
    transform: scale(-1, -1);
}


/* トップ　お部屋探し */
.top-about_sec {
    position: relative;
    padding-block: 140px 252px;
    overflow: hidden;
}

.top-about_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .8) 100%);
    mix-blend-mode: multiply;
}

.top-about_sec .en_box {
    position: relative;
}

.top-about_sec .en_box .en {
    font-size: 140px;
    line-height: 1;
    letter-spacing: .07em;
    font-weight: 700;
    color: rgba(255, 255, 255, .2);
}

.top-about_sec .en_box .en:last-child {
    text-align: right;
    margin: -20px -35px 0 0;
}

.top-about_sec .catch {
    position: relative;
    margin-top: -45px;
}

.top-about_sec .catch picture {
    display: block;
    width: 764px;
    margin-inline: auto;
}

.top-about_sec .catch picture img {
    width: 100%;
}

.top-about_sec .text_box {
    margin-top: 63px;
    position: relative;
}

.top-about_sec .text_box .text {
    text-align: center;
    font-size: 26px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
	margin-top: 2em;
}

/* .top-about_sec .text_box .text+.text {
    margin-top: 2em;
} */

.top-about_sec .text_box .text+h1 {
    margin-top: 0em;
}

/* トップ　バナーセクション */
.top-banner_area {
    margin-block: 80px 100px;
    overflow: hidden;
}

.top-banner_area .banner-item {
    display: flex;
    gap: 0 30px;
}

.top-banner_area .banner-item .banner {
    display: block;
    flex-shrink: 0;
    width: 570px !important;
    margin-inline: 15px;
}

.top-banner_area .banner-item .banner img {
    width: 100%;
    border-radius: 16px;
}

/* トップ　部屋を探すセクション */
.top-search_sec {
    padding-block: 111px 205px;
    background-color: var(--main-color);
    position: relative;
}

.top-search_sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1115px;
    height: 836px;
    background: url(./image/illust_town.webp) center center / cover no-repeat;
    opacity: .2;
}

.top-search_sec .cont {
    display: flex;
    align-items: flex-end;
    gap: 0;
}

.top-search_sec .cont .img {
    display: block;
    flex-shrink: 0;
    width: 570px;
    border-radius: 24px;
    border: 4px solid var(--black-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    overflow: hidden;
    position: relative;
}

.top-search_sec .cont .img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 160, 174, 0) 0%, rgba(0, 160, 174, .2) 60%, rgba(0, 160, 174, .3) 100%);
}

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

.top-search_sec .cont .item {
    position: relative;
    margin-left: -85px;
}

.top-search_sec .common-site_title .en {
    color: #fff;
}

.top-search_sec .common-site_title .title {
    margin: -25px 38px 0 auto;
}

.top-search_sec .common-text_box .text {
    color: #fff;
}

.top-search_sec .search-button_box {
    margin-top: 46px;
}

.top-search_sec .free-word_search {
    margin-top: 40px;
}

.search-button_box {
    display: grid;
    grid-template-columns: repeat(3, 220px);
    gap: 0 20px;
}

.search-button_box .button {
    display: grid;
    place-content: center;
    border-radius: 16px;
    border: 3px solid var(--black-color);
    background-color: #fff;
    min-block-size: 220px;
    transition: all .3s;
}

.search-button_box .button:hover {
    background-color: var(--main-color);
}

.search-button_box .button .icon {
    margin-inline: auto;
    background: var(--main-color);
    transition: all .3s;
}

.search-button_box .button:hover .icon {
    background: #fff;
}

.search-button_box .button.area .icon {
    width: 49px;
    height: 72px;
    mask-image: url(./image/icon_pin.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.search-button_box .button.station .icon {
    width: 53px;
    height: 74px;
    mask-image: url(./image/icon_train.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.search-button_box .button.request .icon {
    width: 73px;
    height: 60px;
    mask-image: url(./image/icon_plane.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.search-button_box .button .head-box {
    margin-top: 20px;
    text-align: center;
}

.search-button_box .button.request .head-box {
    margin-top: 33px;
}

.search-button_box .button .head-box .head {
    font-size: 18px;
    letter-spacing: 0em;
    font-weight: 900;
    color: var(--black-color);
    transition: all .3s;
}

.search-button_box .button:hover .head-box .head {
    color: #fff;
}

.search-button_box .button .head-box .en {
    color: var(--main-color);
    font-size: 18px;
    letter-spacing: 0em;
    transition: all .3s;
}

.search-button_box .button:hover .head-box .en {
    color: #fff;
}

.free-word_search {
    display: flex;
    padding: 25px 50px;
    background-color: #fff;
    border-radius: 16px;
    border: 3px solid var(--black-color);
    position: relative;
}

.free-word_search .title-box {
    display: grid;
    place-content: center;
    padding-right: 50px;
    flex-shrink: 0;
    border-right: 1px solid var(--black-color);
}

.free-word_search .title-box .en {
    color: var(--main-color);
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0em;
}

.free-word_search .title-box .title {
    font-size: 18px;
    letter-spacing: .12em;
    font-weight: 900;
}

.free-word_search .search-box {
    margin-left: 50px;
    flex-grow: 2;
    padding-block: 8px;
}

#search-form {
    width: 100%;
    display: flex;
    border-radius: 8px;
    border: 1px solid #C3C3C3;
    overflow: hidden;
}

#search-form input {
    border: none;
}

#search-form input.text {
    flex-grow: 2;
    background-color: #EDEDED;
    padding: 15px 30px;
}

#search-form input.text::placeholder {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    color: #C6C6C6;
}

#search-form input.submit {
    width: 100px;
    background-color: var(--main-color);
    display: grid;
    place-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .12em;
    font-weight: 900;
    color: #fff;
}

.free-word_search .search-box .link_area {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.free-word_search .search-box .link_area .link {
    flex-shrink: 0;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    color: var(--sub-black);
    transition: all .3s;
    text-decoration: underline;
}

.free-word_search .search-box .link_area .link:hover {
    color: var(--main-color);
}

/* トップ　こだわり条件セクション */
.top-category_sec {
    margin-bottom: 130px;
}

.top-category_sec .category-cont {
    border-radius: 16px;
    background-color: #fff;
    padding: 80px 50px 123px;
    margin-top: -145px;
    position: relative;
}

.top-category_sec .category-cont .title_box {
    width: fit-content;
    margin-inline: auto;
    padding: 43px 54px 0;
    background: url(./image/deco_yane.png) center top / contain no-repeat;
}

.top-category_sec .category-cont .title_box .title {
    text-align: center;
    font-size: 30px;
    letter-spacing: .05em;
    font-weight: 900;
}

.top-category_sec .category-cont .title_box .title .color {
    color: var(--main-color);
}

.common-category_item {
    margin-top: 39px;
}

.common-category_item .item-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 13px;
    padding: 3px;
}

.common-category_item .link {
    display: block;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    overflow: hidden;
    position: relative;
}

.common-category_item .link .img {
    height: 170px;
    overflow: hidden;
}

.common-category_item .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.common-category_item .link:hover .img img {
    scale: 1.1;
}

.common-category_item .link .box {
    padding: 14px 15px 34px;
}

.common-category_item .link .title {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    font-weight: 900;
}

.common-category_item .link .text_box {
    margin-top: .7em;
    padding-top: 1.2em;
    background: url(./image/deco_dots.png) center top / contain no-repeat;
}

.common-category_item .link .text_box .text {
    color: var(--sub-black);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .06em;
    font-weight: 500;
}

.common-category_item .link .arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--black-color);
    background-color: #fff;
    transition: all .3s;
}

.common-category_item .link:hover .arrow {
    background-color: var(--sub-color);
}

.common-category_item .link .arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 9px;
    height: 9px;
    mask-image: url(./image/icon_arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background: var(--black-color);
}

.js_category_slider .slick-dots {
    bottom: -38px;
}

.js_category_slider .slick-dots li {
    width: 200px;
    height: 10px;
    border-radius: 100vmax;
    border: 1px solid var(--black-color);
    background-color: #fff;
}

.js_category_slider .slick-dots li.slick-active {
    background-color: var(--main-color);
}

.js_category_slider .slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
}

.js_category_slider .slick-dots li button::before {
    display: none;
}

.js_category_slider .slick-arrow {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: url(./image/slick_arrow.svg) center center / 16px no-repeat, var(--main-color);
    cursor: pointer;
    position: absolute;
    top: 43%;
    z-index: 10;
    transition: all .3s;
}

.js_category_slider .slick-arrow:hover {
    opacity: .7;
}

.js_category_slider .slick_prev.slick-arrow {
    transform: scale(-1, 1);
    left: -97px;
}

.js_category_slider .slick-arrow {
    right: -97px;
}

.js_category_slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* トップ　新着物件 */
.top-arrival_sec {
    padding-block: 116px 146px;
    background-color: var(--main-color);
}

.top-arrival_sec .common-site_title .en {
    color: #fff;
}


.top-arrival_sec .common-text_box .text {
    color: #fff;
}

.common-arrival_block {
    margin-top: 40px;
}

.common-arrival_block .arrival-tab_area {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.common-arrival_block .arrival-tab_area .tab {
    border-radius: 6px;
    background-color: #fff;
    border: 2px solid var(--black-color);
    display: grid;
    place-content: center;
    text-align: center;
    min-block-size: 50px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .12em;
    font-weight: 900;
    cursor: pointer;
    transition: all .3s;
}

.common-arrival_block .arrival-tab_area .tab.active {
    background-color: var(--sub-color);
}

.common-arrival_block .tab-group {
    margin-top: 30px;
}

.common-arrival_block .common-arrival_cont {
    display: none;
}

.common-arrival_block .common-arrival_cont.show {
    display: block;
}

.common-arrival_cont ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.common-arrival_cont ul li .link {
    display: block;
    color: #fff;
}

.common-arrival_cont ul li .link .img {
    overflow: hidden;
    height: 320px;
    border: 3px solid var(--black-color);
    border-radius: 12px;
}

.common-arrival_cont ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.common-arrival_cont ul li .link:hover .img img {
    scale: 1.1;
}

.common-arrival_cont ul li .link .box {
    margin-top: .5em;
}

.common-arrival_cont ul li .link .name {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.common-arrival_cont ul li .link .access {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.common-arrival_cont ul li .link .label-box {
    margin-top: .7em;
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.common-arrival_cont ul li .link .label-box+.label-box {
    margin-top: .3em;
}

.common-arrival_cont ul li .link .label-box .label {
    border-radius: 4px;
    border: 1px solid var(--black-color);
    background-color: #D8FCFF;
    color: var(--black-color);
    font-size: 14px;
    line-height: 1;
    letter-spacing: .06em;
    padding: 6px 10px;
    flex-shrink: 0;
}

.common-arrival_cont ul li .link .label-box .detail {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .06em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.common-arrival_cont ul li .link .label-box.yachin .detail {
    font-size: 13px;
    font-weight: 900;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.common-arrival_cont ul li .link .label-box.yachin .detail .num {
    font-size: 18px;
    letter-spacing: 0em;
    font-family: "Avenir-Black", sans-serif;
}

/* トップ　スタッフ紹介セクション */
.top-member_sec {
    padding-block: 150px 90px;
    position: relative;
    z-index: 1;
}

.top-member_sec::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 84%;
    background-color: #C9F0F4;
    clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
    z-index: -1;
}

.top-member_sec .common-site_title .title {
    margin: -25px -200px 0 auto;
}

.member-item_box {
    margin-top: 47px;
}

.member-item_box.slick_none .slick-track {
    transform: unset !important;
    margin: unset !important;
}

.page_staff .member-item_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
}

/* .member-item_box ul li:nth-child(2) {
    margin-top: 30px;
}

.member-item_box ul li:nth-child(3) {
    margin-top: 60px;
}

.member-item_box ul li:nth-child(4) {
    margin-top: 90px;
} */

.top-member_sec .member-item_box ul li {
    margin: 0 10px;
}

.member-item_box ul li .link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 410px;
    border-radius: 16px;
    border: 3px solid var(--black-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.member-item_box ul li .link .img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.member-item_box ul li .link .img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(26, 26, 26, .1) 20%, rgba(26, 26, 26, .9) 100%);
    z-index: 1;
}

.member-item_box ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.member-item_box ul li .link:hover .img img {
    scale: 1.1;
}

.member-item_box ul li .link .en_box {
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    font-feature-settings: "palt";
    writing-mode: vertical-rl;
    text-orientation: sideways;
}

.member-item_box ul li .link .en_box .number {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0em;
}

.member-item_box ul li .link .en_box .en_name {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 0em;
}

.member-item_box ul li .link .name_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
}

.member-item_box ul li .link .name_box .name {
    font-size: 26px;
    letter-spacing: .12em;
    font-weight: 900;
    color: #fff;
}

.member-item_box ul li .link .name_box .arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: transparent;
    position: relative;
}

.member-item_box ul li .link .name_box .arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 15px;
    height: 14px;
    mask-image: url(./image/icon_arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background: #fff;
    transition: all .3s;
}

.member-item_box ul li .link:hover .name_box .arrow {
    background-color: var(--sub-color);
    border-color: var(--black-color);
}

.member-item_box ul li .link:hover .name_box .arrow::before {
    background: var(--black-color);
}

.js_staff_slider .slick-arrow {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: url(./image/slick_arrow.svg) center center / 16px no-repeat, var(--main-color);
    cursor: pointer;
    position: absolute;
    top: 43%;
    z-index: 10;
    transition: 0.3s;
}

.js_staff_slider .slick-arrow:hover {
    opacity: 0.7;
}

.js_staff_slider .slick_prev.slick-arrow {
    transform: scale(-1, 1);
    left: -97px;
}

.js_staff_slider .slick-arrow {
    right: -97px;
}

.js_staff_slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* トップ　ブログセクション */
.top-blog_sec .cont {
    background-color: #fff;
    border-radius: 16px;
    padding: 90px 50px;
    position: relative;
    z-index: 1;
}

.top-blog_sec .blog-title_box {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.top-blog_sec .blog-title_box .icon {
    width: 77px;
    flex-shrink: 0;
}

.top-blog_sec .blog-title_box .icon img {
    width: 100%;
}

.top-blog_sec .blog-title_box .title_box .sub_text {
    font-size: 24px;
    line-height: 1;
    letter-spacing: .03em;
}

.top-blog_sec .blog-title_box .title_box .title {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 900;
}

.top-blog_sec .heading_box {
    display: grid;
    align-items: flex-end;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-top: 17px;
}

.top-blog_sec .heading_box .text_box .text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .1em;
    color: var(--sub-black);
}

.top-blog_sec .common-archive_item {
    margin-top: 40px;
}

.common-archive_item ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.common-archive_item ul li .link {
    display: block;
    color: var(--black-color);
}

.common-archive_item ul li .link .img {
    border-radius: 16px;
    height: 250px;
    overflow: hidden;
}

.common-archive_item ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.common-archive_item ul li .link:hover .img img {
    scale: 1.1;
}

.common-archive_item ul li .link .date {
    border-radius: 16px 6px 16px 6px;
    border: 2px solid var(--black-color);
    background-color: var(--sub-color);
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    padding: 6px 15px;
    position: relative;
    display: inline-block;
    transform: translateY(-20px);
}

.common-archive_item ul li .link .title {
    height: 51px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
    text-decoration: underline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .3s;
}

.common-archive_item ul li .link:hover .title {
    opacity: .7;
}

.common-archive_item ul li .link .text_box {
    margin-top: 1em;
    height: 63px;
}

.common-archive_item ul li .link .text_box .text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .06em;
    font-weight: 500;
    color: var(--sub-black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.common-archive_item ul li .link .btn {
    margin-top: 1em;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0em;
    text-decoration: underline;
}

/* トップ　店舗一覧 */
.top-shop_sec {
    padding-block: 160px 124px;
}

.top-shop_sec .title {
    margin: -25px -102px 0 auto;
}

.shop-info_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 44px;
    display: block;
}

.shop-info_item .shop-item .img {
    height: 266px;
}

.shop-info_item .shop-item .img img {
    width: 100%;
}

.shop-info_item .shop-item .name_box {
    margin-top: 20px;
}

.shop-info_item .shop-item .shop-name {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 20px;
}

.shop-info_item .shop-item .shop-name .logo {
    width: 226px;
}

.shop-info_item .shop-item .shop-name .logo img {
    width: 100%;
}

.shop-info_item .shop-item .shop-name .jp {
    font-size: 20px;
    letter-spacing: .21em;
    font-weight: 300;
}

.shop-info_item .shop-item .name_box .en {
    text-align: center;
    font-size: 20px;
    letter-spacing: .3em;
    font-weight: 300;
    margin-top: .6em;
}

.shop-info_item .shop-item .address {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 500;
    color: var(--sub-black);
    margin-top: 1em;
}

.shop-info_item .shop-item .tel_fax {
    color: var(--main-color);
    text-align: center;
    font-size: 16px;
    letter-spacing: 0em;
    font-weight: 300;
    margin-top: 1em;
}

.shop-info_item .shop-item .time {
    text-align: center;
    color: var(--sub-black);
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 500;
}

.shop-info_item .shop-item {
    width: 550px;
    margin: 0 auto;
}

/* フッターお問い合わせセクション */
.ft-contact_sec {
    padding-block: 122px 66px;
    position: relative;
    background: url(./image/contact_img.webp) center center / cover no-repeat;
    overflow: hidden;
}

.ft-contact_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, .4);
    mix-blend-mode: multiply;
}

.ft-contact_sec .bg_en {
    position: absolute;
    top: -25px;
    left: 51%;
    translate: -50% 0%;
    font-size: 172px;
    line-height: 1;
    letter-spacing: .07em;
    color: rgba(255, 255, 255, .2);
}

.ft-contact_sec .heading_box {
    position: relative;
}

.ft-contact_sec .heading_box .title {
    width: fit-content;
    margin-inline: auto;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: .04em;
    font-weight: 900;
    color: #fff;
    position: relative;
}

.ft-contact_sec .heading_box .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.ft-contact_sec .heading_box .text_box {
    margin-top: 12px;
}

.ft-contact_sec .heading_box .text_box .text {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .13em;
    text-align: center;
    font-weight: 900;
    color: #fff;
}

.ft-contact_btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    margin-top: 25px;
}

.ft-contact_btn .btn-item {
    border-radius: 16px;
    border: 3px solid var(--black-color);
    background-color: #fff;
    padding: 25px 25px 29px;
}

.ft-contact_btn .btn-item .text {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .12em;
    font-weight: 800;
}

.ft-contact_btn .btn-item .link {
    display: flex;
    align-items: center;
    gap: 0 15px;
    border-radius: 4px;
    min-block-size: 60px;
    padding-inline: 10px 40px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 800;
    color: #fff;
    background-color: var(--main-color);
    transition: all .3s;
    position: relative;
    margin-top: 15px;
}

.ft-contact_btn .btn-item .link:hover {
    opacity: .7;
}

.ft-contact_btn .btn-item.reserved .link {
    background-color: var(--point-color);
}

.ft-contact_btn .btn-item.line .link {
    background-color: var(--line-color);
}

.ft-contact_btn .btn-item .link::before {
    content: '';
    display: block;
    width: 29px;
    height: 23px;
    background: url(./image/icon_plane02.svg) center center / contain no-repeat;
}

.ft-contact_btn .btn-item.reserved .link::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(./image/icon_check.svg) center center / contain no-repeat;
}

.ft-contact_btn .btn-item.line .link::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(./image/icon_line.png) center center / contain no-repeat;
}

.ft-contact_btn .btn-item .link::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 14px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url(./image/icon_arrow.svg) center center / contain no-repeat;
}

.ft-contact_info {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.ft-contact_info .ft-info_item {
    border-left: 1px solid #fff;
    display: grid;
    place-content: center;
    color: #fff;
    text-align: center;
    padding-block: 8px;
}

.ft-contact_info .ft-info_item:last-child {
    border-right: 1px solid #fff;
}

.ft-contact_info .ft-info_item .name {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 500;
}

.ft-contact_info .ft-info_item .en {
    font-size: 14px;
    letter-spacing: .3em;
    font-weight: 300;
}

.ft-contact_info .ft-info_item .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 10px;
}

.ft-contact_info .ft-info_item .tel::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(./image/icon_tel.svg) center center / contain no-repeat;
    flex-shrink: 0;
}

.ft-contact_info .ft-info_item .time {
    font-size: 13px;
    font-weight: 500;
    margin-top: .5em;
}

/* メインフッター */
.main-footer {
    padding-block: 60px 80px;
    background-color: var(--main-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-footer .ft-en_box {
    position: absolute;
    bottom: -18px;
    right: -60px;
    width: 100%;
    height: auto;
    opacity: .4;
    z-index: -1;
}

.main-footer .ft-en_box .en {
    font-size: 140px;
    line-height: .93;
    letter-spacing: .07em;
    font-weight: 700;
    color: rgba(255, 255, 255, .2);
    text-align: left;
}

.main-footer .ft-en_box .en:last-child {
    text-align: right;
}

.main-footer .seo_area {
    background-color: #fff;
    border: 3px solid #1A1A1A;
    border-radius: 16px;
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.main-footer .seo_area .logo_box {
    flex-shrink: 0;
}

.main-footer .seo_area .logo {
    display: block;
    width: 248px;
}

.main-footer .seo_area .logo img {
    width: 100%;
}

.main-footer .seo_area .store_box {
    margin-top: 30px;
}

.main-footer .seo_area .store-name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 500;
}

.main-footer .seo_area .en {
    font-size: 14px;
    letter-spacing: .3em;
    font-weight: 300;
    text-align: center;
}

.main-footer .seo_area .text_box .text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 500;
    color: var(--sub-black);
}

.main-footer .ft-cont {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 0 20px;
    margin-top: 30px;
}

.ft-information_box .map {
    border: 3px solid var(--black-color);
    overflow: hidden;
    border-radius: 16px;
}

.ft-information_box .map iframe {
    width: 360px;
    height: 230px;
}

.ft-information_box .information {
    margin-top: 1em;
    color: #fff;
}

.ft-information_box .information .address {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 500;
}

.ft-information_box .information .detail {
    margin-top: 1em;
}

.ft-information_box .information .tel-fax {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
}

.ft-information_box .information .time {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 500;
}

.ft-cont .ft-nav {
    background-color: #fff;
    border: 3px solid var(--black-color);
    border-radius: 16px;
    padding: 45px 32px 45px 35px;
    display: grid;
    grid-template-columns: auto auto;
}

.ft-cont .ft-nav ul {
    padding-right: 40px;
    border-right: 2px solid var(--black-color);
}

.ft-cont .ft-nav ul li .link {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    transition: all .3s;
}

.ft-cont .ft-nav ul li .link:hover {
    opacity: .7;
}

.ft-cont .ft-nav ul li+li {
    margin-top: 1em;
}

.ft-cont .category-item {
    padding-left: 40px;
}

.ft-cont .category-item .item {
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
}

.ft-cont .category-item .box {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0 17px;
    margin-top: 10px;
}

.ft-cont .category-item .item-menu .menu {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 500;
    white-space: nowrap;
    transition: all .3s;
}

.ft-cont .category-item .item-menu .menu:hover {
    opacity: .7;
}

.ft-cont .category-item .item-menu .menu+.menu {
    margin-top: .5em;
}

.ft-railway_list {
    margin-top: 54px;
    color: #fff;
}

.ft-railway_list .sub_title {
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
}

.ft-railway_list .list {
    margin-top: 10px;
}

.ft-railway_list .list ul {
    display: flex;
    flex-wrap: wrap;
}

.ft-railway_list .list ul li .link {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 500;
    transition: all .3s;
}

.ft-railway_list .list ul li:not(:first-child) .link {
    margin-left: 5px;
    border-left: 1px solid #fff;
    padding-left: 5px;
}

.ft-railway_list .list ul li .link:hover {
    opacity: .7;
}

.ft-bottom_info {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.ft-bottom_info .copy {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0em;
    font-weight: 300;
}

.ft-bottom_info .bottom-item ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ft-bottom_info .bottom-item ul li .item {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 500;
    transition: all .3s;
}

.ft-bottom_info .bottom-item ul li .item:hover {
    opacity: .7;
}

.ft-bottom_info .bottom-item ul li:not(:first-child) .item {
    margin-left: 5px;
    border-left: 1px solid #fff;
    padding-left: 5px;
}

/* 追従 */
.follow_contact {
    position: fixed;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: auto;
    padding: 15px 20px;
    border-radius: 20px 0 0 0;
    background-color: rgba(0, 160, 174, .9);
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
}

.follow_contact.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.follow_contact .catch {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: .08em;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.follow_contact .catch::before {
    display: block;
    flex-shrink: 0;
    content: '';
    width: 25px;
    height: 27px;
    background: url(./image/logomark.svg) center center / contain no-repeat;
}

.follow_contact .link_box {
    display: flex;
    gap: 0 10px;
    margin-top: 12px;
}

.follow_contact .link_box .link {
    flex-shrink: 0;
    width: 170px;
    border-radius: 4px;
    border: 2px solid #fff;
    display: grid;
    place-content: center;
    min-block-size: 56px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 800;
    color: #fff;
    transition: all .3s;
}

.follow_contact .link_box .link:hover {
    opacity: .7;
}

.follow_contact .link_box .link.reserve {
    background-color: var(--point-color);
}

.follow_contact .link_box .link.line {
    background-color: var(--line-color);
}

/* カスタム投稿スタッフ一覧 */
.page_staff .member-item_box ul li:nth-child(2),
.page_staff .member-item_box ul li:nth-child(3),
.page_staff .member-item_box ul li:nth-child(4) {
    margin-top: 0;
}

/* スタッフの詳細ページ */
.intro_sec .intro_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.intro_sec .intro_item .title_box {
    grid-area: 1 / 1 / 2 / 2;
    place-content: center;
}

.intro_sec .intro_item .title_box .en {
    color: var(--main-color);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
}

.intro_sec .intro_item .title_box .name {
    font-size: 42px;
    letter-spacing: .12em;
    font-weight: 900;
}

.intro_sec .intro_item .img:nth-child(2) {
    grid-area: 1 / 2 / 3 / 4;
    height: 480px;
}

.intro_sec .intro_item .img:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    margin-block: 30px -50px;
}

.intro_sec .intro_item .img:nth-child(4) {
    grid-area: 3 / 1 / 4 / 3;
    margin-top: 120px;
}

.intro_sec .intro_item .img:nth-child(5) {
    grid-area: 3 / 3 / 4 / 4;
    height: 280px;
    margin-top: 30px;
}

.intro_sec .intro_item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.intro_sec .staff_comment {
    margin-top: 60px;
    border-radius: 16px;
    border: 3px solid var(--black-color);
    padding: 50px;
    background-color: #fff;
}

.intro_sec .staff_comment .text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
}

.intro_sec .intro_item .title_box .position {
    font-size: 14px;
    letter-spacing: .08em;
    margin-bottom: 6px;
    color: var(--main-color);
}

.intro_sec .staff_info_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.intro_sec .staff_info_item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 24px;
}

.intro_sec .staff_info_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.intro_sec .info_label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--main-color);
    margin-bottom: 10px;
}

.intro_sec .info_value {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
    margin: 0;
}

.intro_sec .info_value--icon {
    display: flex;
    align-items: center;
    gap: 14px;
}

.intro_sec .info_value--icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
}

.intro_sec .info_value--icon span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .06em;
}

/* 固定ページ　会社概要 */
.company-info_sec {
    margin-bottom: 70px;
}

.company-info_sec .title_box {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.company-info_sec .title_box .logo {
    flex-shrink: 0;
    width: 77px;
}

.company-info_sec .title_box .logo img {
    width: 100%;
}

.company-info_sec .title_box .sub_text {
    font-size: 20px;
    line-height: 1;
    letter-spacing: .03em;
}

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

.company-info_sec .text_box {
    margin-top: 36px;
}

.company-info_sec .text_box .text {
    color: var(--sub-black);
    font-size: 15px;
    letter-spacing: .06em;
}

.company-info_sec .text_box .text+.text {
    margin-top: 1.8em;
}

.company_profile_sec .cont {
    background-color: #fff;
    border-radius: 16px;
    padding: 70px 50px 74px;
}

.company_profile_sec .cont .title {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: 24px;
    letter-spacing: .12em;
    font-weight: 900;
    flex-shrink: 0;
    margin-bottom: .7em;
}

.company_profile_sec .cont .title::before,
.company_profile_sec .cont .title::after {
    flex: 1;
    content: '';
    width: fit-content;
    height: 2px;
    border-top: 2px dashed var(--black-color);
}

.company_profile_sec .cont dl {
    display: flex;
}

.company_profile_sec .cont dl dt {
    width: 15%;
    flex-shrink: 0;
    padding: 30px 1em 20px;
    text-align: center;
    border-bottom: 2px solid var(--main-color);
    font-size: 16px;
    letter-spacing: .12em;
    font-weight: 900;
}

.company_profile_sec .cont dl dd {
    flex: 1;
    border-bottom: 1px solid #D1D1D1;
    padding: 30px 60px 20px;
    font-size: 18px;
    letter-spacing: .03em;
    font-weight: 500;
}

.company_map {
    margin-top: 40px;
}

.company_map .map iframe {
    width: 100%;
    height: 394px;
}

/* 固定ページ　店舗紹介 */
.store-gallery .img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* 固定ページ　オンライン内見 */
.online-info_sec .cont {
    background-color: #fff;
    border-radius: 16px;
    padding: 60px;
}

.online-info_sec .cont .catch {
    text-align: center;
    font-size: 30px;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 900;
    position: relative;
    background: url(./image/deco_yane.png) center top / contain no-repeat;
    padding-top: 40px;
}

.online-info_sec .cont .catch .color {
    color: var(--main-color);
    font-size: 1.2em;
}

.online-info_sec .cont .text_box {
    margin-top: 40px;
}

.online-info_sec .cont .text_box .text {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .12em;
    font-weight: 500;
    color: var(--sub-black);
}

.online-merit_sec {
    margin-top: 100px;
    padding-block: 100px;
    background-color: var(--main-color);
}

.page-common_title {
    margin-bottom: 70px;
}

.page-common_title .title {
    width: fit-content;
    font-size: 20px;
    letter-spacing: .12em;
    font-weight: 900;
    background-color: #fff;
    border: 2px solid var(--black-color);
    border-radius: 6px;
    padding: 7px 19px;
}

.page-common_title .text_box {
    margin-top: 1em;
}

.page-common_title .text_box .text {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--sub-black);
}

.online-merit_sec .page-common_title .text_box .text {
    color: #fff;
}

.common-item-cont .block {
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.common-item-cont .block:nth-child(even) {
    flex-direction: row-reverse;
}

.common-item-cont .block+.block {
    margin-top: 60px;
}

.common-item-cont .block .img {
    width: 450px;
    flex-shrink: 0;
}

.common-item-cont .block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 3px solid var(--black-color);
}

.common-item-cont .block .title_box {
    padding-bottom: .3em;
    border-bottom: 2px solid var(--main-color);
}

.common-item-cont .block .title_box .en {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    border-radius: 100vmax;
    border: 2px solid var(--black-color);
    background-color: var(--sub-color);
    width: fit-content;
    padding: .5em 1.5em;
    margin-bottom: .3em;
}

.common-item-cont .block .title_box .title {
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: 900;
}

.common-item-cont .block .text_box {
    margin-top: 1em;
}

.common-item-cont .block .text_box .text {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 500;
}

.common-item-cont.bg .block .title_box .title,
.common-item-cont.bg .block .text_box .text {
    color: #fff;
}

.common-item-cont.bg .block .title_box {
    border-color: #fff;
}

.online-flow_sec {
    margin-top: 120px;
}

.online-flow_sec .common-site_btn {
    margin: 60px auto 0;
}

.flow-item_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.flow-item_cont .block {
    border-radius: 16px;
    background-color: #fff;
    position: relative;
}

.flow-item_cont .block:not(:first-child)::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 35px;
    height: 80px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: var(--main-color);
    z-index: 1;
}

.flow-item_cont .block .img {
    height: 220px;
    position: relative;
}

.flow-item_cont .block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.flow-item_cont .block .en {
    border-radius: 16px 6px 16px 6px;
    border: 2px solid var(--black-color);
    background-color: var(--sub-color);
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    padding: 6px 15px;
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: fit-content;
}

.flow-item_cont .block .box {
    padding: 30px 20px 20px;
}

.flow-item_cont .block .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
    text-align: center;
}

.flow-item_cont .block .text_box {
    margin-top: .8em;
}

.flow-item_cont .block .text_box .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .03em;
    font-weight: 500;
}

/* 固定ページ 仲介手数料無料 */
.brokerage_fv_sec {
    position: relative;
    z-index: 1;
    background: url(./image/brokerage_mv_img.webp) center 15% / cover no-repeat;
    padding-block: 150px 100px;
    display: flex;
    align-items: center;
}

.brokerage_fv_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, .4);
    mix-blend-mode: multiply;
    z-index: -1;
}

.brokerage_fv_sec::after {
    content: '';
    position: absolute;
    width: 550px;
    height: 100%;
    border-radius: 100%;
    right: 17%;
    top: 50%;
    translate: 0% -50%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(20px);
}

.fv-text .catch {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
    color: #ffd800;
    text-shadow: 2px 2px 0 var(--black-color);
}

.fv-text .h1-text {
    font-size: 68px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 900;
    color: var(--sub-color);
    text-shadow: 3px 3px 0 var(--black-color);
}

.fv-text .h1-text .size {
    rotate: 12deg;
    display: inline-block;
    font-size: 1.3em;
    margin-left: .1em;
    transform-origin: left;
}

.fv-point_box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fv-point_box .point {
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid var(--black-color);
    padding: .4em 1em;
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 900;
    width: fit-content;
}

.fv-fukidashi {
    font-size: 20px;
    letter-spacing: .08em;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    padding: .8em 2em .8em 3.8em;
    width: fit-content;
    border: 2px solid #fff;
    border-radius: 100vmax;
    white-space: nowrap;
    position: relative;
    margin-bottom: 30px;
    background: url(./image/icon_line.png) center left 20px / 50px no-repeat var(--line-color);
}

.fv-fukidashi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
    background: none;
    width: 0;
    height: 0;
}

.fv-fukidashi::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: var(--line-color) transparent transparent;
    translate: -50% 100%;
}

.brokerage-merit_sec {
    padding-block: 100px 0;
}

.brokerage-merit_sec .item_block {
    background-color: #fff;
    padding: 50px;
    border-radius: 16px;
}

.brokerage-merit_sec .item_block .title_box .fukidashi {
    font-size: 20px;
    letter-spacing: .12em;
    font-weight: 900;
    line-height: 1.3;
    color: var(--black-color);
    padding: .5em 2em;
    width: fit-content;
    border: 2px solid var(--black-color);
    background-color: #fff;
    border-radius: 100vmax;
    white-space: nowrap;
    margin: 0 auto 30px;
    position: relative;
    background-color: var(--sub-color);
}

.brokerage-merit_sec .item_block .title_box .fukidashi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: var(--black-color) transparent transparent;
    translate: -50% 100%;
    background: none;
    width: 0;
    height: 0;
}

.brokerage-merit_sec .item_block .title_box .fukidashi::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: var(--sub-color) transparent transparent;
    translate: -50% 100%;
}

.brokerage-merit_sec .item_block .title_box .title {
    background: url(./image/deco_yane.png) center top / contain no-repeat;
    padding-top: 50px;
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: .1em;
    font-weight: 900;
    text-align: center;
}

.brokerage-merit_sec .item_block .title_box .title .size {
    font-size: 1.3em;
    color: var(--main-color);
}

.brokerage-merit_sec .item_block .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 50px;
    margin-top: 60px;
}

.brokerage-merit_sec .item_block .cont .img {
    flex-shrink: 0;
    width: 300px;
}

.brokerage-merit_sec .item_block .cont .img img {
    width: 100%;
}

.brokerage-merit_sec .item_block .cont .list_box li {
    border-bottom: 3px dotted var(--main-color);
    padding-bottom: .4em;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .12em;
    padding-left: 40px;
    position: relative;
}

.brokerage-merit_sec .item_block .cont .list_box li .color {
    font-size: 1.2em;
    color: var(--main-color);
    font-weight: 900;
}

.brokerage-merit_sec .item_block .cont .list_box li+li {
    margin-top: 1em;
}

.brokerage-merit_sec .item_block .cont .list_box li::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 3px;
    left: 0;
    mask-image: url(./image/icon_check.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background: var(--main-color);
}

.brokerage-merit_sec .item_block .point {
    text-align: center;
    font-size: 32px;
    letter-spacing: .08em;
    font-weight: 900;
    margin-top: 1em;
}

.brokerage-merit_sec .item_block .point .dots {
    font-size: 1.2em;
    display: inline-block;
    background-image: radial-gradient(circle at center, var(--main-color) 22%, transparent 22%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 1.07em 1em;
    padding-top: .5em;
}

.brokerage-merit_sec .merit-item_box {
    margin-block: 100px;
    padding-block: 80px 100px;
    position: relative;
    z-index: 1;
}

.brokerage-merit_sec .merit-item_box::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    background-color: var(--main-color);
    z-index: -1;
}

.brokerage-merit_sec .merit-item_box::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 100px;
    top: -70px;
    left: 50%;
    translate: -50% 0%;
    background-color: var(--sub-color);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 2;
}

.brokerage-merit_sec .merit-item_box .catch_box {
    margin-bottom: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 40px;
}

.brokerage-merit_sec .merit-item_box .catch_box::before,
.brokerage-merit_sec .merit-item_box .catch_box::after {
    flex-shrink: 0;
    content: "";
    width: 4px;
    height: 55px;
    background-color: #fff;
    rotate: -20deg;
}

.brokerage-merit_sec .merit-item_box .catch_box::after {
    rotate: 20deg;
}

.brokerage-merit_sec .merit-item_box .catch_box .catch {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: .12em;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.brokerage-merit_sec .merit-item_box .catch_box .catch .size {
    display: inline-block;
    font-size: 1.8em;
}

.brokerage-price_sec .title_box {
    text-align: center;
    margin-bottom: 30px;
}

.brokerage-price_sec .title_box .title {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: .08em;
    font-weight: 900;
}

.brokerage-price_sec .title_box .sub {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .08em;
    font-weight: 700;
    margin-top: .5em;
    text-decoration: underline;
}

.common-price_item {
    border-radius: 16px;
    background-color: #fff;
    padding: 50px;
}

.comparison-table {
    width: 100%;
}

.comparison-table .row.header .cell {
    font-size: 20px;
    font-weight: 900;
}

.comparison-table .row.header .cell .small {
    font-size: .7em;
}

.comparison-table .row.header .cell.blank {
    background-color: transparent;
}

.comparison-table .row.header .cell.line {
    background-color: #fff;
    padding: 1em;
    display: grid;
    place-content: center;
    border-radius: 12px 12px 0 0;
}

.comparison-table .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.comparison-table .row+.row {
    margin-top: 8px;
}

.comparison-table .cell {
    text-align: center;
    padding: 1.3em .5em;
    background-color: #f4f9f8;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
    color: var(--sub-black);
    place-content: center;
}

.comparison-table .row:nth-child(even) .cell {
    background-color: #fafafa;
}

.comparison-table .cell .yen {
    display: inline-block;
    font-size: .7em;
}

.comparison-table .label {
    font-weight: 900;
    font-size: 1.1em;
}

.comparison-table .cell.line {
    color: var(--black-color);
    position: relative;
}

.comparison-table .cell.line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 100%;
    width: 100%;
    border: 8px solid var(--main-color);
    z-index: 1;
    box-sizing: content-box;
}

.comparison-table .row.header .cell.line::before {
    border-radius: 12px 12px 0 0;
}

.comparison-table .cell.color {
    color: var(--point-color);
}

.comparison-table .cell.line.color {
    font-size: 2.2em;
    font-weight: 900;
}

.comparison-table .total .cell {
    font-size: 26px;
}

.comparison-total_box {
    margin-top: 70px;
    background-color: #f4f9f8;
    border-radius: 16px;
    padding: 30px;
}

.comparison-total_box .label {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .05em;
    text-decoration: underline;
    color: var(--sub-black);
}

.comparison-total_box .label .small {
    font-size: .8em;
}

.comparison-total_box .price {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    color: var(--sub-black);
}

.comparison-total_box .price .yen {
    font-size: .65em;
}

.comparison-total-point {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.comparison-total-point .point_box {
    flex: 2;
    background-color: var(--main-color);
    border: 3px solid var(--black-color);
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.comparison-total-point .point_box .logo {
    width: 200px;
}

.comparison-total-point .point_box .logo img {
    width: 100%;
}

.comparison-total-point .point_box .price {
    font-size: 40px;
    line-height: 1;
    letter-spacing: .03em;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.comparison-total-point .point_box .price .yen {
    font-size: .6em;
}

.comparison-total-point .sub_box {
    border-right: 2px solid var(--main-color);
    padding-inline: 30px;
}

.comparison-total-point .sub_box .small {
    font-size: 18px;
}

.comparison-total-point .sub_box .point {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 900;
}

.comparison-total-point .sub_box .point .num {
    font-size: 1.8em;
    color: var(--main-color);
}

.comparison-total-point .sub_box .point .size {
    font-size: 1.3em;
    color: var(--main-color);
}

.comparison-total-point .sub_box .arrow {
    margin-top: .8em;
    display: block;
    width: 100%;
    position: relative;
    height: 4px;
    background-color: var(--main-color);
}

.comparison-total-point .sub_box .arrow::before,
.comparison-total-point .sub_box .arrow::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 25px;
    background-color: var(--main-color);
    top: 50%;
    right: 0;
    translate: 100% -50%;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.comparison-total-point .sub_box .arrow::before {
    translate: -100% -50%;
    left: 0;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.brokerage-how_sec {
    margin-block: 100px;
    padding-block: 100px;
    background-color: var(--main-color);
}

.brokerage-how_sec .cont {
    display: flex;
    gap: 0 40px;
}

.brokerage-how_sec .cont .img {
    flex-shrink: 0;
    width: 500px;
}

.brokerage-how_sec .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 3px solid var(--black-color);
}

.brokerage-how_sec .cont .title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 900;
    color: #fff;
}

.brokerage-how_sec .cont .title .color {
    font-size: 1.2em;
    display: inline-block;
    text-decoration: underline;
}

.brokerage-how_sec .cont .graph {
    margin-top: 20px;
}

.brokerage-how_sec .cont .graph img {
    width: 100%;
}

.brokerage-flow_sec .flow-item_cont {
    margin-top: 60px;
}

.brokerage-flow_sec .flow-item_cont .block:not(:first-child)::before {
    display: none;
}

/* よくある質問 */
.common-faq_sec {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.common-faq_sec .common-site_title .title {
    margin: -25px -25% 0 auto;
}

.common-faq_item {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.common-faq_item dl {
    border-radius: 12px;
    border: 3px solid var(--black-color);
    background-color: #fff;
    padding: 30px 20px;
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 0;
}

.common-faq_item dl dt,
.common-faq_item dl dd {
    display: flex;
    align-items: first baseline;
    gap: 0 1em;
}

.common-faq_item dl .en {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    font-size: 20px;
    line-height: .8;
    letter-spacing: 0em;
    color: #fff;
}

.common-faq_item dl dt .en {
    background-color: var(--black-color);
}

.common-faq_item dl dd .en {
    background-color: var(--main-color);
}

.common-faq_item dl dt {
    border-bottom: 3px dashed var(--main-color);
    padding-bottom: .5em;
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 900;
}

.common-faq_item dl dd {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--sub-black);
    padding-top: 1em;
}

.brokerage-contact_sec {
    background-color: #C9F0F4;
    padding-block: 100px;
    margin-top: 120px;
}

.brokerage-contact_sec .ttl {
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: .1em;
    font-weight: 900;
}

.brokerage-contact_sec .cont {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 16px;
    padding: 50px 100px;
}

.brokerage-contact_sec .cont .tab-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    border-bottom: 2px solid var(--black-color);
    padding-bottom: 30px;
}

.brokerage-contact_sec .cont .tab-area .tab {
    width: 380px;
    border-radius: 6px;
    background-color: #fff;
    border: 3px solid var(--black-color);
    padding: 1em;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.brokerage-contact_sec .cont .tab-area .tab.active {
    background-color: var(--sub-color);
}

.brokerage-contact_sec .cont .tab-area .tab .size {
    font-size: 1.2em;
}

.brokerage-contact_sec .inner {
    margin-top: 30px;
}

.brokerage-contact_sec .page_contact #Formbox {
    background: #fff !important;
    padding: 0;
}

.brokerage-contact_sec .page_contact #Formbox .inner {
    width: 100%;
}

.brokerage-contact_sec .tab-content {
    display: none;
}

.brokerage-contact_sec .tab-content.show {
    display: block;
}

.brokerage-contact_sec .tab-content .line_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.brokerage-contact_sec .tab-content .item-block {
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

.brokerage-contact_sec .tab-content .item-block .num {
    background-color: var(--sub-color);
    border: 3px solid var(--black-color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0em;
    margin: -1em auto -.5em;
    position: relative;
}

.brokerage-contact_sec .tab-content .item-block .img {
    border-radius: 12px;
    height: 300px;
}

.brokerage-contact_sec .tab-content .item-block .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brokerage-contact_sec .tab-content .item-block .text_box {
    padding: 20px 30px;
}

.brokerage-contact_sec .tab-content .item-block .label {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .08em;
    font-weight: 900;
    text-decoration: underline;
}

.brokerage-contact_sec .tab-content .item-block .text_box .text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .03em;
    color: var(--sub-black);
    margin-top: 1em;
}

.brokerage-contact_sec .tab-content .line_btn {
    width: 450px;
    display: grid;
    place-content: center;
    border-radius: 6px;
    background-color: var(--line-color);
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    min-block-size: 70px;
    font-weight: 900;
    color: #fff;
    transition: all .3s;
    margin: 50px auto 0;
}

.brokerage-contact_sec .tab-content .line_btn:hover {
    opacity: .7;
}




.payment-info_sec {
    margin-block: 120px 100px;
}

.payment-info_sec .cont {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.payment-info_sec .cont .img {
    flex-shrink: 0;
    width: 450px;
}

.payment-info_sec .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.payment-info_sec .cont .point {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 900;
    display: flex;
    align-items: flex-end;
    gap: 0 15px;
}

.payment-info_sec .cont .point::before,
.payment-info_sec .cont .point::after {
    flex-shrink: 0;
    content: '';
    width: 3px;
    height: 30px;
    background-color: var(--black-color);
    rotate: -20deg;
}

.payment-info_sec .cont .point::after {
    rotate: 20deg;
}

.payment-info_sec .cont .card_box {
    margin-block: 1em;
}

.payment-info_sec .cont .card_box .img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: .8em;
}

.payment-info_sec .cont .card_box .img_box .logo {
    flex-shrink: 0;
    width: 90px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
    border-radius: 4px;
    display: grid;
    place-content: center;
}

.payment-info_sec .cont .card_box .img_box .logo img {
    width: 100%;
}

.payment-info_sec .cont .card_box .en {
    letter-spacing: 0;
    line-height: 1;
    font-size: 16px;
    color: var(--sub-black);
}

.payment-info_sec .cont .text {
    font-size: 16px;
    font-weight: 900;
}

.payment-info_sec .comment_box {
    border: 3px solid var(--black-color);
    border-radius: 16px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
}

.payment-info_sec .comment_box .text {
    font-size: 24px;
    letter-spacing: .12em;
    text-align: center;
    font-weight: 900;
}

.payment-info_sec .comment_box .text .color {
    font-size: 1.2em;
    color: var(--main-color);
}





/* PC固定ページ 共通設定 */
.common_page_main {
    padding-block: 188px 76px;
    position: relative;
    z-index: 1;
    background: url(./image/common_page_img.webp) center center / cover no-repeat;
}

.common_page_main::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, .4);
    mix-blend-mode: multiply;
    z-index: -1;
}

.common_page_main .title_box {
    text-align: center;
    color: #fff;
}

.common_page_main .title_box .sub_title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.common_page_main .title_box .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .12em;
    font-weight: 900;
}

.common_page_wrap {
    padding: 70px 0 100px;
}

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

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

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

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

/* PC固定ページ 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;
}

#sitemap_list {
    background-color: transparent !important;
}

/* 問い合わせフォーム関連 */
#Formbox {
    background-color: var(--bg-color) !important;
}

.contact-comment_box {
    margin-top: 70px;
}

.contact-comment_box .text_box {
    width: 900px;
    margin-inline: auto;
    border-radius: 12px;
    border: 2px solid var(--black-color);
    padding: 50px;
    background-color: #fff;
}

.contact-comment_box .text_box .text {
    text-align: center;
    font-size: 15px;
    letter-spacing: .08em;
}

#breadcrumbs {
    padding-block: 180px 30px;
    background: url(./image/common_page_img.webp) center center / cover no-repeat;
    position: relative;
    z-index: 1;
    color: #fff;
}

#breadcrumbs a {
    color: #fff;
}

#breadcrumbs a:after {
    border-color: #fff;
}

#breadcrumbs::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, .4);
    mix-blend-mode: multiply;
    z-index: -1;
}

@media (max-width: 750px) {

    .wrap,
    .wrap.mid,
    .wrap.lr {
        width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        min-width: 100% !important;
    }

    .post-template-default {
        padding-top: 50vw;
    }

    .post-template-default::before,
    .post-template-default::after {
        height: 50vw;
    }

    .post-template-default::before {
        background: url(./image/common_page_img_sp.webp) center center / cover no-repeat;
    }

    /* 共通サイトタイトル */
    .common-site_title .en {
        font-size: 12vw;
    }

    .common-site_title .title {
        font-size: 4.3vw;
        padding: 2vw 5vw;
        margin: -5vw 0 0 auto;
    }

    .common-site_title.center .title {
        margin: -4vw auto 0;
    }

    .common-text_box {
        margin-top: 4vw;
    }

    .common-text_box .text {
        font-size: 3.6vw;
    }

    .common-text_box.center {
        text-align: left;
    }

    /* 共通サイトボタン */
    .common-site_btn {
        min-block-size: 15vw;
        padding: 4vw 8vw;
        font-size: 4vw;
        width: 75vw;
        margin-inline: auto;
    }

    .common-site_btn:hover {
        background-color: var(--sub-color);
        color: var(--black-color);
    }

    /* ローディング */
    .top_loading .cont {
        gap: 0 4vw;
    }

    .top_loading .loading_logo {
        width: 18vw;
        transform: scale(2) translateX(calc(30vw / 2));
    }

    @keyframes loadingScale {
        0% {
            transform: scale(2) translateX(calc(30vw / 2));
        }

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

    .top_loading .loading_tagline {
        width: 45vw;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        z-index: 10002;
        border-bottom: 1px solid #fff;
        padding: 20px 80px 20px 20px;
        display: flex;
        justify-content: space-between;
        transition: all .3s;
    }

    #sp_header .logo .img {
        width: 150px;
        height: 30px;
        position: relative;
    }

    #sp_header .logo .img::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(./image/hd_logo.svg) center center / contain no-repeat;
        transition: all .3s;
    }

    #sp_header .logo .name {
        text-align: right;
        font-size: 12px;
        letter-spacing: .08em;
        font-weight: 900;
        color: #fff;
        transition: all .3s;
    }

    #sp_header .btn_box {
        display: flex;
        gap: 0 6px;
    }

    #sp_header .icon {
        display: inline-block;
        width: 53px;
        height: 53px;
        border-radius: 100%;
        border: 1px solid #fff;
        display: grid;
        place-content: center;
        position: relative;
    }

    #sp_header .icon::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        background: #fff;
    }

    #sp_header .icon.favorite::before {
        width: 25px;
        height: 22px;
        mask-image: url(./image/icon_heart.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
    }

    #sp_header .icon.history::before {
        width: 26px;
        height: 26px;
        mask-image: url(./image/icon_clock.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
    }

    /* ヘッダー制御 */
    #sp_header.js_active {
        background-color: rgba(255, 255, 255, .9);
        color: var(--black-color);
    }

    #sp_header.js_active .logo .img::before {
        background: url(./image/site_logo.svg) center center / contain no-repeat;
    }

    #sp_header.js_active .logo .name {
        color: var(--black-color);
    }

    #sp_header.js_active .icon {
        background: var(--main-color);
    }

    #sp_header.js_active .hd-menu_info .tel::before {
        background: var(--main-color);
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        position: fixed;
        z-index: 10002;
        right: 20px;
        top: 20px;
        width: 53px;
        height: 53px;
        border-radius: 6px;
        border: 1px solid #fff;
        background-color: transparent;
        cursor: pointer;
    }

    .hamburger.js_active {
        background-color: var(--main-color);
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 24px;
        height: 2px;
        border-radius: 100vmax;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 17px;
    }

    .hamburger span:nth-child(2) {
        top: 24px;
    }

    .hamburger span:nth-child(3) {
        top: 32px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 50%;
        left: 14px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 50%;
        left: 14px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .globalMenuSp {
        position: fixed;
        z-index: 10001;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: all .6s;
        transform: translateX(100%);
    }

    .globalMenuSp::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(26, 26, 26, .89);
        mix-blend-mode: multiply;
        z-index: -1;
    }

    .globalMenuSp .cont {
        overflow-y: scroll;
        padding: 110px 5vw 10vw;
        height: 100vh;
    }

    .globalMenuSp .ft-information_box {
        margin-top: 10vw;
    }

    /* このクラスを、jQueryで付与・削除する */
    .globalMenuSp.active {
        transform: translateX(0%);
    }

    .globalMenuSp .sp-ft_nav {
        height: 75vw;
        overflow-y: scroll;
    }

    /* トップ　FV */
    .top-fv_sec {
        padding-block: 120px 40vw;
        height: 100%;
        display: block;
    }

    .fv-scroll_box .en {
        font-size: 3.4vw;
    }

    .fv-scroll_box .line {
        height: 15vw;
        margin: 2vw auto 0;
    }

    .top-fv_sec .cont {
        flex-direction: column;
        padding-inline: 5vw;
    }

    .top-fv_sec .cont .fv_en {
        font-size: 4vw;
        writing-mode: horizontal-tb;
        margin-left: auto;
    }

    .top-fv_sec .cont .fv_en.rev {
        transform: none;
    }

    .top-fv_sec .cont .fv-logo {
        margin-block: 15vw 3vw;
    }

    .top-fv_sec .ft-contact_btn {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        width: 90vw;
        border: none;
    }

    /* トップ　お部屋探し */
    .top-about_sec {
        padding-block: 18vw 30vw;
    }

    .top-about_sec .en_box {
        position: absolute;
        top: -0;
        right: 5vw;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .top-about_sec .en_box .en {
        font-size: 10vw;
        -webkit-writing-mode: vertical-rl;
        font-feature-settings: "palt";
        writing-mode: vertical-rl;
        text-orientation: sideways;
        display: inline-block;
    }

    .top-about_sec .en_box .en:last-child {
        margin: 0;
        font-size: 15vw;
    }

    .top-about_sec .catch {
        margin-top: 0;
    }

    .top-about_sec .catch picture {
        width: 80vw;
        margin-inline: 0 auto;
    }

    .top-about_sec .text_box {
        margin-top: 14vw;
    }

    .top-about_sec .text_box .text {
        font-size: 4.7vw;
        text-align: left;
        line-height: 1.4;
    }

    /* トップ　バナーセクション */
    .top-banner_area {
        margin-block: 15vw;
    }

    .top-banner_area .banner-item {
        flex-direction: column;
        gap: 3vw 0;
    }

    .top-banner_area .banner-item .banner {
        width: 90% !important;
        margin-inline: auto;
    }

    /* トップ　部屋を探すセクション */
    .top-search_sec {
        padding-block: 22vw 35vw;
    }

    .top-search_sec::before {
        width: 100vw;
        height: 80vw;
    }

    .top-search_sec .cont {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .top-search_sec .cont .img {
        width: 100%;
        border-radius: 16px;
        border-width: 3px;
    }

    .top-search_sec .cont .item {
        margin-left: 0;
        display: contents;
    }

    .top-search_sec .common-site_title {
        order: -1;
        position: relative;
        z-index: 1;
    }

    .top-search_sec .common-site_title .en {
        font-size: 11vw;
        text-align: center;
    }

    .top-search_sec .common-site_title .title {
        margin: 2vw auto -6vw;
        font-size: 4vw;
    }

    .top-search_sec .search-button_box {
        margin-top: 8vw;
    }

    .top-search_sec .free-word_search {
        margin-top: 6vw;
    }

    .search-button_box {
        grid-template-columns: repeat(1, 90vw);
        gap: 2vw 0;
    }

    .search-button_box .button {
        border-radius: 10px;
        border: 2px solid var(--black-color);
        min-block-size: 20vw;
        display: flex;
        padding-inline: 8vw 10vw;
        justify-content: flex-start;
        align-items: center;
        gap: 0 8vw;
        position: relative;
    }

    .search-button_box .button:hover {
        background-color: #fff;
    }

    .search-button_box .button::before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 4vw;
        transform: translateY(-50%);
        width: 5vw;
        height: 4vw;
        mask-image: url(./image/icon_arrow.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        background: #fff;
        background-color: var(--main-color);
    }

    .search-button_box .button .icon {
        margin-inline: 0;
    }

    .search-button_box .button:hover .icon {
        background: var(--main-color);
    }

    .search-button_box .button.area .icon {
        width: 7vw;
        height: 10vw;
    }

    .search-button_box .button.station .icon {
        width: 7vw;
        height: 10vw;
    }

    .search-button_box .button.request .icon {
        width: 8vw;
        height: 7vw;
    }

    .search-button_box .button .head-box {
        margin-top: 0;
        text-align: left;
    }

    .search-button_box .button.request .head-box {
        margin-top: 0;
    }

    .search-button_box .button .head-box .head {
        font-size: 4.5vw;
    }

    .search-button_box .button:hover .head-box .head {
        color: var(--black-color);
    }

    .search-button_box .button .head-box .en {
        font-size: 3.6vw;
    }

    .search-button_box .button:hover .head-box .en {
        color: var(--main-color);
    }

    .free-word_search {
        flex-direction: column;
        padding: 7vw 5vw;
        border-radius: 10px;
        border: 2px solid var(--black-color);
    }

    .free-word_search .title-box {
        display: grid;
        place-content: center;
        text-align: center;
        padding-right: 0;
        border-right: none;
    }

    .free-word_search .title-box .en {
        font-size: 4.4vw;
    }

    .free-word_search .title-box .title {
        font-size: 4.4vw;
    }

    .free-word_search .search-box {
        margin-left: 0;
        margin-top: 3vw;
        flex-grow: 0;
        padding-block: 0;
    }

    #search-form {
        display: flex;
    }

    #search-form input {
        border: none;
    }

    #search-form input.text {
        padding: 3vw 5vw;
        flex-grow: 0;
        display: inline-block;
        width: 88%;
    }

    #search-form input.text::placeholder {
        font-size: 3.2vw;
    }

    #search-form input.submit {
        flex-shrink: 0;
        width: 10vw;
        font-size: 0;
        background: url(./image/icon_search.svg) center center / 5vw no-repeat #EDEDED;
    }

    .free-word_search .search-box .link_area {
        margin-top: 3vw;
        gap: 2vw;
    }

    .free-word_search .search-box .link_area .link {
        font-size: 3.3vw;
    }

    .free-word_search .search-box .link_area .link:hover {
        color: var(--sub-black);
    }

    /* トップ　こだわり条件セクション */
    .top-category_sec {
        margin-bottom: 20vw;
    }

    .top-category_sec .category-cont {
        padding: 10vw 4vw 20vw;
        margin-top: -22vw;
    }

    .top-category_sec .category-cont .title_box {
        padding: 8vw 2vw 0;
        background: url(./image/deco_yane_sp.png) center top / contain no-repeat;
        width: 100%;
    }

    .top-category_sec .category-cont .title_box .title {
        font-size: 4.8vw;
    }

    .common-category_item {
        margin-top: 10vw;
    }

    .common-category_item .item-block {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw;
    }

    .common-category_item .link {
        display: flex;
        gap: 0;
        border-radius: 8px;
    }

    .common-category_item .link .img {
        flex-shrink: 0;
        width: 30vw;
        height: 100%;
    }

    .common-category_item .link:hover .img img {
        scale: 1;
    }

    .common-category_item .item-block:nth-of-type(1) .link:nth-child(1) .img img,
    .common-category_item .item-block:nth-of-type(1) .link:nth-child(2) .img img {
        object-position: 75%;
    }

    .common-category_item .item-block:nth-of-type(5) .link:nth-child(2) .img img {
        object-fit: contain;
        background-color: #F0F0F0;
    }

    .common-category_item .link .box {
        padding: 5vw 3vw;
        display: grid;
        place-content: center;
    }

    .common-category_item .link .title {
        text-align: left;
        font-size: 4.3vw;
    }

    .common-category_item .link .text_box .text {
        font-size: 3.3vw;
        line-height: 1.3;
    }

    .common-category_item .link .arrow {
        display: none;
    }

    .js_category_slider .slick-dots {
        bottom: -13vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2vw 0;
    }

    .js_category_slider .slick-dots li {
        width: 18vw;
        height: 8px;
        margin: 0 3px;
    }

    .js_category_slider .slick-dots li.slick-active {
        background-color: var(--main-color);
    }

    .js_category_slider .slick-arrow {
        display: none !important;
    }

    /* トップ　新着物件 */
    .top-arrival_sec {
        padding-block: 18vw;
    }

    .top-arrival_sec .common-site_title.center {
        margin-inline: 0;
        width: 100%;
    }

    .top-arrival_sec .common-site_title.center .title {
        font-size: 3.8vw;
        margin: -3.5vw 0 0 auto;
    }

    .common-arrival_block {
        margin-top: 10vw;
    }

    .common-arrival_block .arrival-tab_area {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5vw;
        padding-bottom: 0;
        border-bottom: none;
    }

    .common-arrival_block .arrival-tab_area .tab {
        min-block-size: 11vw;
        font-size: 4vw;
    }

    .common-arrival_block .tab-group {
        margin-top: 6vw;
        position: relative;
    }

    .common-arrival_cont ul {
        grid-template-columns: repeat(4, 48%);
        gap: 5vw 3vw;
        overflow-x: scroll;
    }

    .common-arrival_cont ul li .link .img {
        height: 55vw;
        border: 2px solid var(--black-color);
        border-radius: 8px;
    }

    .common-arrival_cont ul li .link:hover .img img {
        scale: 1;
    }

    .common-arrival_cont ul li .link .name {
        font-size: 3.8vw;
        height: auto;
        -webkit-line-clamp: 1;
        margin-bottom: .2em;
    }

    .common-arrival_cont ul li .link .access {
        font-size: 3.2vw;
    }

    .common-arrival_cont ul li .link .label-box {
        gap: 0 1.5vw;
    }

    .common-arrival_cont ul li .link .label-box .label {
        font-size: 3vw;
        padding: 1vw 2vw;
    }

    .common-arrival_cont ul li .link .label-box .detail {
        font-size: 3.8vw;
    }

    .common-arrival_cont ul li .link .label-box.yachin .detail {
        font-size: 2.8vw;
    }

    .common-arrival_cont ul li .link .label-box.yachin .detail .num {
        font-size: 4.2vw;
        margin-right: .1em;
    }

    /* トップ　スタッフ紹介セクション */
    .top-member_sec {
        padding-block: 18vw 10vw;
    }

    .top-member_sec::before {
        bottom: -20vw;
        height: 80%;
        clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    }

    .top-member_sec .common-site_title {
        width: 100%;
    }

    .top-member_sec .common-site_title .title {
        margin: -3.5vw 0 0 auto;
        font-size: 3.8vw;
    }

    .member-item_box {
        margin-top: 10vw;
    }

    /* .top-member_sec .member-item_box ul {
        overflow-x: scroll;
        display: flex;
        gap: 0 5vw;
    } */

    .top-member_sec .member-item_box ul li {
        flex-shrink: 0;
        margin: 0 2vw;
    }

    .top-member_sec .member-item_box ul li .link {
        width: 70vw;
    }

    .page_staff .member-item_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw;
    }

    .member-item_box ul li:nth-child(2) {
        margin-top: 0;
    }

    .member-item_box ul li:nth-child(3) {
        margin-top: 0;
    }

    .member-item_box ul li:nth-child(4) {
        margin-top: 0;
    }

    .top-member_sec .member-item_box ul li .link {
        height: 98vw;
        padding: 5vw 3vw;
    }

    .member-item_box ul li .link {
        padding: 3vw;
        height: 60vw;
        border: 2px solid var(--black-color);
    }

    .member-item_box ul li .link:hover .img img {
        scale: 1;
    }

    .top-member_sec .member-item_box ul li .link .en_box .number {
        font-size: 6vw;
    }

    .member-item_box ul li .link .en_box .number {
        font-size: 4vw;
    }

    .top-member_sec .member-item_box ul li .link .en_box .en_name {
        font-size: 8vw;
    }

    .member-item_box ul li .link .en_box .en_name {
        font-size: 5vw;
    }

    .member-item_box ul li .link .name_box {
        gap: 3vw;
    }

    .top-member_sec .member-item_box ul li .link .name_box .name {
        font-size: 6vw;
    }

    .member-item_box ul li .link .name_box .name {
        font-size: 4.8vw;
    }

    .top-member_sec .member-item_box ul li .link .name_box .arrow {
        width: 9vw;
        height: 9vw;
    }

    .member-item_box ul li .link .name_box .arrow {
        width: 6vw;
        height: 6vw;
        background-color: var(--sub-color);
        border-color: var(--black-color);
    }

    .top-member_sec .member-item_box ul li .link .name_box .arrow::before {
        width: 7vw;
        height: 4vw;
    }

    .member-item_box ul li .link .name_box .arrow::before {
        width: 4vw;
        height: 2vw;
        background: var(--black-color);
    }

    .js_staff_slider .slick-arrow {
        display: none !important;
    }

    /* トップ　ブログセクション */
    .top-blog_sec .cont {
        padding: 8vw 3vw 10vw;
    }

    .top-blog_sec .blog-title_box {
        flex-direction: column;
        gap: 2vw 0;
    }

    .top-blog_sec .blog-title_box .icon {
        width: 20vw;
    }

    .top-blog_sec .blog-title_box .title_box .sub_text {
        font-size: 3.8vw;
        line-height: 1.5;
        text-align: center;
    }

    .top-blog_sec .blog-title_box .title_box .title {
        font-size: 5.3vw;
        text-align: center;
        margin-top: 2vw;
    }

    .top-blog_sec .heading_box {
        display: grid;
        align-items: flex-end;
        grid-template-columns: auto auto;
        justify-content: space-between;
        margin-top: 3vw;
    }

    .top-blog_sec .heading_box .text_box .text {
        font-size: 3.6vw;
    }

    .top-blog_sec .common-archive_item {
        margin-top: 8vw;
    }

    .common-archive_item ul {
        overflow-x: scroll;
        display: flex;
        gap: 0 3vw;
        padding-bottom: 2vw;
    }

    .common-archive_item ul li {
        flex-shrink: 0;
    }

    .common-archive_item ul li .link {
        width: 75vw;
    }

    .common-archive_item ul li .link .img {
        border-radius: 12px;
        height: 45vw;
    }

    .common-archive_item ul li .link:hover .img img {
        scale: 1;
    }

    .common-archive_item ul li .link .date {
        font-size: 3.6vw;
        padding: 2vw 3vw;
        transform: translateY(-3vw);
    }

    .common-archive_item ul li .link .title {
        font-size: 4vw;
        height: 13vw;
    }

    .common-archive_item ul li .link:hover .title {
        opacity: 1;
    }

    .common-archive_item ul li .link .text_box {
        height: 16.2vw;
    }

    .common-archive_item ul li .link .text_box .text {
        font-size: 3.5vw;
    }

    .common-archive_item ul li .link .btn {
        font-size: 3.6vw;
    }

    .top-blog_sec .common-site_btn {
        margin-top: 12vw;
    }

    /* トップ　店舗一覧 */
    .top-shop_sec {
        padding-block: 18vw 20vw;
    }

    .top-shop_sec .common-site_title {
        width: 100%;
    }

    .top-shop_sec .common-site_title .title {
        margin: -3.5vw 0 0 auto;
        font-size: 3.8vw;
    }

    .shop-info_item {
        grid-template-columns: repeat(1, 100%);
        gap: 10vw;
        margin-top: 8vw
    }

    .shop-info_item .shop-item .img {
        height: auto;
    }

    .shop-info_item .shop-item .name_box {
        margin-top: 4vw;
    }

    .shop-info_item .shop-item .shop-name {
        gap: 0 3vw;
    }

    .shop-info_item .shop-item .shop-name .logo {
        width: 53vw;
        flex-shrink: 0;
    }

    .shop-info_item .shop-item .shop-name .jp {
        font-size: 4.3vw;
    }

    .shop-info_item .shop-item .name_box .en {
        font-size: 4.8vw;
    }

    .shop-info_item .shop-item .address {
        font-size: 3.6vw;
        line-height: 1.6;
    }

    .shop-info_item .shop-item .tel_fax {
        font-size: 3.8vw;
        margin-top: .7em;
    }

    .shop-info_item .shop-item .time {
        font-size: 3.4vw;
    }

    .shop-info_item .shop-item {
        width: 100%;
    }

    .top-shop_sec .common-site_btn {
        margin-top: 8vw;
    }

    /* フッター お問い合わせセクション */
    .ft-contact_sec {
        padding-block: 22vw 10vw;
    }

    .ft-contact_sec .bg_en {
        top: 0;
        font-size: 18vw;
        line-height: .75;
        margin-inline: auto;
        text-align: right;
    }

    .ft-contact_sec .heading_box .title {
        font-size: 7vw;
        margin-inline: 0 auto;
        letter-spacing: .12em;
        line-height: 1.5;
        text-decoration: underline;
    }

    .ft-contact_sec .heading_box .title::before {
        display: none;
    }

    .ft-contact_sec .heading_box .text_box {
        margin-top: 3vw;
    }

    .ft-contact_sec .heading_box .text_box .text {
        font-size: 3.8vw;
        text-align: left;
    }

    .ft-contact_btn {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw;
        margin-top: 5vw;
        border: 2px solid var(--black-color);
        background-color: #fff;
        padding: 5vw;
        border-radius: 12px;
    }

    .ft-contact_btn .btn-item {
        border-radius: 0;
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .ft-contact_btn .btn-item .text {
        display: none;
    }

    .ft-contact_btn .btn-item .link {
        gap: 0 4vw;
        min-block-size: 15vw;
        padding-inline: 5vw 10vw;
        font-size: 4vw;
        margin-top: 0;
    }

    .ft-contact_btn .btn-item .link:hover {
        opacity: 1;
    }

    .ft-contact_btn .btn-item.reserved .link {
        background-color: var(--point-color);
    }

    .ft-contact_btn .btn-item.line .link {
        background-color: var(--line-color);
    }

    .ft-contact_btn .btn-item .link::before {
        width: 7vw;
        height: 5vw;
    }

    .ft-contact_btn .btn-item.reserved .link::before {
        width: 7vw;
        height: 7vw;
    }

    .ft-contact_btn .btn-item.line .link::before {
        width: 8vw;
        height: 8vw;
    }

    .ft-contact_btn .btn-item .link::after {
        width: 5vw;
        height: 4vw;
        right: 5vw;
    }

    .ft-contact_info {
        margin-top: 5vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .ft-contact_info .ft-info_item {
        border-left: none;
        padding-block: 0;
    }

    .ft-contact_info .ft-info_item:last-child {
        display: none;
    }

    .ft-contact_info .ft-info_item .name {
        font-size: 5.5vw;
    }

    .ft-contact_info .ft-info_item .en {
        font-size: 4vw;
    }

    .ft-contact_info .ft-info_item .tel {
        gap: 0 2vw;
        font-size: 9vw;
        margin-top: 2vw;
    }

    .ft-contact_info .ft-info_item .tel::before {
        width: 8vw;
        height: 8vw;
    }

    .ft-contact_info .ft-info_item .time {
        font-size: 3.6vw;
    }

    /* メインフッター */
    .main-footer {
        padding-block: 8vw 48vw;
    }

    .main-footer .ft-en_box {
        bottom: -0;
        right: 50%;
        transform: translateX(50%);
        white-space: nowrap;
    }

    .main-footer .ft-en_box .en {
        font-size: 17.5vw;
        text-align: right;
        line-height: .75;
    }

    .main-footer .ft-en_box .en:last-child {
        margin-top: .4em;
        font-size: 15vw;
    }

    .main-footer .seo_area {
        border: 2px solid #1A1A1A;
        border-radius: 12px;
        padding: 8vw 5vw;
        flex-direction: column;
        gap: 5vw 0;
    }

    .main-footer .seo_area .logo {
        width: 65vw;
        margin-inline: auto;
    }

    .main-footer .seo_area .store_box {
        margin-top: 4vw;
    }

    .main-footer .seo_area .store-name {
        font-size: 4.8vw;
        text-align: center;
    }

    .main-footer .seo_area .en {
        font-size: 3.8vw;
    }

    .main-footer .seo_area .text_box .text {
        font-size: 3.4vw;
        letter-spacing: 0;
    }

    .ft-information_box .map {
        border: 2px solid var(--black-color);
    }

    .ft-information_box .map iframe {
        width: 100%;
        height: 50vw;
    }

    .ft-information_box .information .address {
        font-size: 3.5vw;
    }

    .ft-information_box .information .tel-fax {
        font-size: 4vw;
        letter-spacing: .05em;
    }

    .ft-information_box .information .time {
        font-size: 3.5vw;
    }

    .ft-railway_list {
        margin-top: 8vw;
    }

    .ft-railway_list .sub_title {
        font-size: 3.9vw;
    }

    .ft-railway_list .list {
        margin-top: 2vw;
    }

    .ft-railway_list:nth-last-of-type(2) {
        padding-bottom: 8vw;
        margin-bottom: 8vw;
        border-bottom: 1px solid #fff;
    }

    .ft-railway_list .list ul li .link {
        font-size: 3.5vw;
        letter-spacing: .08em;
    }

    .ft-railway_list .list ul li:not(:first-child) .link {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .ft-railway_list .list ul li:not(:last-child) .link {
        border-right: 1px solid #fff;
        margin-right: 1vw;
        padding-right: 1vw;
    }

    .ft-railway_list .list ul li .link:hover {
        opacity: 1;
    }

    .sp-ft_nav {
        margin-top: 6vw;
    }

    .sp-ft_nav .link {
        display: block;
        border-bottom: 1px solid #fff;
        padding: 4vw 3vw;
        color: #fff;
        font-size: 3.8vw;
        letter-spacing: .05em;
        position: relative;
    }

    .sp-ft_nav .link::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 2vw;
        transform: translateY(-50%);
        width: 2vw;
        height: 2vw;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    .sp-ft_nav .click_box .link::before {
        rotate: 45deg;
        transition: all .3s;
        margin-right: 1vw;
    }

    .sp-ft_nav .click_box .link.nowOpen::before {
        transform: scale(-1, -1);
    }

    .sp-ft_nav .closeBtnHat {
        display: none;
    }

    .sp-ft_nav .click_box .click-menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        gap: 0 2vw;
        margin-top: 2vw;
    }

    .sp-ft_nav .click_box .click-menu .sub {
        width: 44vw;
        display: block;
        padding: 3vw;
        border-bottom: 1px solid #fff;
        font-size: 3.6vw;
        letter-spacing: .05em;
        color: #fff;
        font-weight: 500;
    }

    .ft-bottom_info {
        margin-top: 12vw;
        padding-top: 0;
        border-top: none;
        flex-direction: column-reverse;
    }

    .ft-bottom_info .copy {
        font-size: 3vw;
        text-align: center;
        line-height: 1.4;
        padding-top: 5vw;
        border-top: 1px solid #fff;
    }

    .ft-bottom_info .bottom-item ul {
        margin-bottom: 5vw;
        justify-content: center;
    }

    .ft-bottom_info .bottom-item ul li .item {
        font-size: 3.2vw;
    }

    .ft-bottom_info .bottom-item ul li .item:hover {
        opacity: 1;
    }

    .ft-bottom_info .bottom-item ul li:not(:first-child) .item {
        margin-left: 1vw;
        padding-left: 1vw;
    }

    /* 追従 */
    .follow_contact {
        padding: 10px;
        border-radius: 10px 10px 0 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease;
    }

    .follow_contact.is-active {
        opacity: 1;
        visibility: visible;
    }

    .follow_contact .catch {
        font-size: 14px;
        color: var(--black-color);
        display: inline-block;
        padding: .5em 2em;
        position: absolute;
        top: -62%;
        left: 50%;
        translate: -50% 0%;
        width: fit-content;
        border: 2px solid var(--black-color);
        background-color: #fff;
        border-radius: 100vmax;
        white-space: nowrap;
    }

    .follow_contact .catch::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 12px 12px 0 12px;
        border-color: var(--black-color) transparent transparent;
        translate: -50% 100%;
        background: none;
        width: 0;
        height: 0;
    }

    .follow_contact .catch::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 9px 9px 0 9px;
        border-color: #fff transparent transparent;
        translate: -50% 100%;
    }

    .follow_contact .link_box {
        gap: 0 1vw;
        margin-top: 0;
    }

    .follow_contact .link_box .link {
        width: 30.5vw;
        min-block-size: 60px;
        font-size: 3.8vw;
    }

    .follow_contact .link_box .link:hover {
        opacity: 1;
    }

    .follow_contact .link_box .link.reserve {
        background-color: var(--point-color);
    }

    .follow_contact .link_box .link.tel {
        width: 15vw;
        background: url(./image/icon_tel2.svg) center center / 10vw no-repeat #fff;
    }

    .follow_contact .link_box .link.line {
        background: url(./image/icon_line.png) center center / 10vw no-repeat var(--line-color);
        width: 15vw;
    }

    .js-scroll_hint {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20vw;
        height: 20vw;
        translate: -50% -50%;
        z-index: 100;
    }

    /* スタッフの詳細ページ */
    .intro_sec .intro_item {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw 3vw;
    }

    .intro_sec .intro_item .title_box {
        grid-area: 1 / 1 / 2 / 3;
        place-content: center;
    }

    .intro_sec .intro_item .title_box .en {
        font-size: 4vw;
    }

    .intro_sec .intro_item .title_box .name {
        font-size: 7vw;
    }

    .intro_sec .intro_item .img:nth-child(2) {
        grid-area: 2 / 1 / 3 / 3;
        height: 65vw;
    }

    .intro_sec .intro_item .img:nth-child(3) {
        grid-area: 3 / 1 / 4 / 3;
        margin-block: 0;
        height: 55vw;
    }

    .intro_sec .intro_item .img:nth-child(4) {
        grid-area: 4 / 1 / 5 / 2;
        margin-top: 0;
    }

    .intro_sec .intro_item .img:nth-child(5) {
        grid-area: 4 / 2 / 5 / 3;
        height: auto;
        margin-top: 0;
    }

    .intro_sec .intro_item .img img {
        border-radius: 12px;
    }

    .intro_sec .staff_comment {
        margin-top: 12vw;
        border-radius: 12px;
        border: 2px solid var(--black-color);
        padding: 6vw 5vw;
    }

    .intro_sec .staff_comment .text {
        font-size: 3.6vw;
    }

    .intro_sec .intro_item .title_box .position {
        font-size: 3vw;
        margin-bottom: 1vw;
    }

    .intro_sec .staff_info_list {
        gap: 5vw;
    }

    .intro_sec .staff_info_item {
        padding-bottom: 5vw;
    }

    .intro_sec .info_label {
        font-size: 3.6vw;
        margin-bottom: 2vw;
    }

    .intro_sec .info_value {
        font-size: 3.6vw;
    }

    .intro_sec .info_value--icon img {
        width: 12vw;
        height: 12vw;
    }

    .intro_sec .info_value--icon span {
        font-size: 4vw;
    }

    /* 固定ページ　会社概要 */
    .company-info_sec {
        margin-bottom: 12vw;
    }

    .company-info_sec .title_box {
        flex-direction: column;
        gap: 2vw 0;
    }

    .company-info_sec .title_box .logo {
        width: 18vw;
        margin-inline: auto;
    }

    .company-info_sec .title_box .sub_text {
        font-size: 4vw;
        line-height: 1.5;
        text-align: center;
    }

    .company-info_sec .title_box .title {
        font-size: 6.5vw;
    }

    .company-info_sec .text_box {
        margin-top: 6vw;
    }

    .company-info_sec .text_box .text {
        font-size: 3.4vw;
    }

    .company_profile_sec .cont {
        border-radius: 12px;
        padding: 10vw 5vw 8vw;
    }

    .company_profile_sec .cont .title {
        gap: 0 2vw;
        font-size: 4.8vw;
    }

    .company_profile_sec .cont dl {
        flex-direction: column;
    }

    .company_profile_sec .cont dl dt {
        width: 100%;
        font-size: 3.6vw;
        padding: 3vw 5vw;
        text-align: left;
        border-bottom: none;
        position: relative;
    }

    .company_profile_sec .cont dl dt::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 32%;
        height: 2px;
        background-color: var(--main-color);
    }

    .company_profile_sec .cont dl dd {
        padding: 4vw 5vw;
        font-size: 3.5vw;
        border-bottom: none;
        border-top: 1px solid #D1D1D1;
    }

    .company_map {
        margin-top: 10vw;
    }

    .company_map .map iframe {
        height: 40vw;
    }

    /* 固定ページ　店舗紹介 */
    .store-gallery .img img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }

    /* 固定ページ　オンライン内見 */
    .online-info_sec .cont {
        border-radius: 12px;
        padding: 8vw 4vw;
    }

    .online-info_sec .cont .catch {
        font-size: 4.2vw;
        background: url(./image/deco_yane_sp.png) center top / contain no-repeat;
        padding-top: 8vw;
    }

    .online-info_sec .cont .text_box {
        margin-top: 6vw;
    }

    .online-info_sec .cont .text_box .text {
        font-size: 3.4vw;
        letter-spacing: 0;
        text-align: left;
    }

    .online-merit_sec {
        margin-top: 15vw;
        padding-block: 15vw;
    }

    .page-common_title {
        margin-bottom: 10vw;
    }

    .page-common_title .title {
        font-size: 4.5vw;
        padding: 1vw 3vw;
    }

    .page-common_title .text_box .text {
        font-size: 3.6vw;
    }

    .common-item-cont .block {
        flex-direction: column;
        gap: 5vw 0;
    }

    .common-item-cont .block:nth-child(even) {
        flex-direction: column;
    }

    .common-item-cont .block+.block {
        margin-top: 10vw;
    }

    .common-item-cont .block .img {
        width: 100%;
        height: 45vw;
    }

    .common-item-cont .block .img img {
        border-radius: 12px;
        border: 2px solid var(--black-color);
    }

    .common-item-cont .block .title_box .en {
        font-size: 3.8vw;
        padding: .6em 1.5em .5em;
    }

    .common-item-cont .block .title_box .title {
        font-size: 4.8vw;
    }

    .common-item-cont .block .text_box .text {
        font-size: 3.6vw;
    }

    .online-flow_sec {
        margin-top: 15vw;
    }

    .online-flow_sec .common-site_btn {
        margin: 8vw auto 0;
    }

    .flow-item_cont {
        grid-template-columns: repeat(1, 100%);
        gap: 6vw 0;
    }

    .flow-item_cont .block {
        width: 100%;
        border-radius: 12px;
    }

    .flow-item_cont .block:not(:first-child)::before {
        top: -6vw;
        left: 50%;
        width: 18vw;
        height: 8vw;
        transform: translateY(0);
        transform: translateX(-50%);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }

    .flow-item_cont .block .img {
        height: 45vw;
    }

    .flow-item_cont .block .img img {
        border-radius: 12px 12px 0 0;
    }

    .flow-item_cont .block .en {
        font-size: 4.3vw;
        padding: 1vw 3vw;
        bottom: -4vw;
        left: 4vw;
    }

    .flow-item_cont .block .box {
        padding: 8vw 4vw 4vw;
    }

    .flow-item_cont .block .title {
        font-size: 4.5vw;
    }

    .flow-item_cont .block .text_box .text {
        font-size: 3.4vw;
    }

    /* 固定ページ 仲介手数料無料 */
    .brokerage_fv_sec {
        background: url(./image/brokerage_mv_img.webp) 63% center / cover no-repeat;
        padding-block: 55vw 15vw;
    }

    .brokerage_fv_sec::after {
        width: 80vw;
        height: 100%;
        top: 0;
        right: 0;
        translate: 0% 0%;
    }

    .fv-text .catch {
        font-size: 4.5vw;
    }

    .fv-text .h1-text {
        font-size: 10vw;
    }

    .fv-point_box {
        margin-top: 7vw;
        gap: 1vw;
    }

    .fv-point_box .point {
        font-size: 3.8vw;
    }

    .fv-fukidashi {
        font-size: 3.8vw;
        margin-bottom: 6vw;
        background: url(./image/icon_line.png) center left 20px / 8vw no-repeat var(--line-color);
    }

    .brokerage-merit_sec {
        padding-block: 18vw 0;
    }

    .brokerage-merit_sec .item_block {
        padding: 7vw 4vw;
        border-radius: 12px;
    }

    .brokerage-merit_sec .item_block .title_box .fukidashi {
        font-size: 3.8vw;
        margin: 0 auto 5vw;
    }

    .brokerage-merit_sec .item_block .title_box .title {
        background: url(./image/deco_yane_sp.png) center top / contain no-repeat;
        padding-top: 8vw;
        font-size: 4.5vw;
    }

    .brokerage-merit_sec .item_block .cont {
        flex-direction: column;
        gap: 6vw 0;
        margin-top: 10vw;
    }

    .brokerage-merit_sec .item_block .cont .list_box {
        width: 100%;
    }

    .brokerage-merit_sec .item_block .cont .img {
        width: 55vw;
    }

    .brokerage-merit_sec .item_block .cont .list_box li {
        font-size: 3.6vw;
        padding-left: 8vw;
    }

    .brokerage-merit_sec .item_block .cont .list_box li::before {
        width: 5vw;
        height: 5vw;
    }

    .brokerage-merit_sec .item_block .point {
        font-size: 5.2vw;
        line-height: 1.4;
    }

    .brokerage-merit_sec .item_block .point .dots {
        padding-top: .6em;
    }

    .brokerage-merit_sec .merit-item_box {
        margin-block: 15vw;
        padding-block: 12vw 15vw;
    }

    .brokerage-merit_sec .merit-item_box::after {
        width: 55vw;
        height: 18vw;
        top: -10vw;
    }

    .brokerage-merit_sec .merit-item_box .catch_box {
        margin-bottom: 12vw;
        gap: 0 4vw;
    }

    .brokerage-merit_sec .merit-item_box .catch_box::before,
    .brokerage-merit_sec .merit-item_box .catch_box::after {
        height: 10vw;
    }

    .brokerage-merit_sec .merit-item_box .catch_box .catch {
        font-size: 4.8vw;
    }

    .brokerage-price_sec .title_box {
        margin-bottom: 4vw;
    }

    .brokerage-price_sec .title_box .title {
        font-size: 5.8vw;
    }

    .brokerage-price_sec .title_box .sub {
        font-size: 3.8vw;
    }

    .common-price_item {
        border-radius: 12px;
        padding: 6vw 4vw;
    }

    .comparison-table {
        overflow-x: scroll;
        padding-block: 3vw;
    }

    .comparison-table .row.header .cell {
        font-size: 4.5vw;
    }

    .comparison-table .row {
        grid-template-columns: repeat(4, 58%);
    }

    .comparison-table .cell {
        font-size: 4vw;
    }

    .comparison-table .total .cell {
        font-size: 4.5vw;
    }

    .comparison-total_box {
        margin-top: 8vw;
        border-radius: 12px;
        padding: 5vw;
    }

    .comparison-total_box .label {
        font-size: 3.8vw;
        margin-bottom: .8em;
    }

    .comparison-total_box .price {
        font-size: 8vw;
    }

    .comparison-total-point {
        margin-top: 6vw;
        flex-wrap: nowrap;
    }

    .comparison-total-point .point_box {
        padding: 5vw 3vw;
        flex-direction: column;
        gap: 2vw 0;
    }

    .comparison-total-point .point_box .logo {
        width: 30vw;
    }

    .comparison-total-point .point_box .price {
        font-size: 6vw;
    }

    .comparison-total-point .sub_box {
        padding-inline: 3vw;
    }

    .comparison-total-point .sub_box .small {
        font-size: 3.3vw;
    }

    .comparison-total-point .sub_box .point {
        font-size: 3.6vw;
        line-height: 1.3;
        text-align: center;
    }

    .comparison-total-point .sub_box .arrow {
        height: 2px;
    }

    .comparison-total-point .sub_box .arrow::before,
    .comparison-total-point .sub_box .arrow::after {
        width: 2vw;
        height: 4vw;
    }

    .brokerage-how_sec {
        margin-block: 15vw;
        padding-block: 15vw;
    }

    .brokerage-how_sec .cont {
        flex-direction: column;
        gap: 5vw 0;
    }

    .brokerage-how_sec .cont .img {
        width: 100%;
        height: 45vw;
    }

    .brokerage-how_sec .cont .title {
        font-size: 4.3vw;
        text-align: center;
    }

    .brokerage-how_sec .cont .graph {
        margin-top: 5vw;
    }

    .brokerage-flow_sec .flow-item_cont {
        margin-top: 10vw;
        grid-template-columns: repeat(1, 1fr);
    }

    /* よくある質問 */
    .common-faq_sec {
        padding-top: 18vw;
    }

    .common-faq_sec .common-site_title .title {
        margin: -3vw 0 0 auto;
    }

    .common-faq_item {
        margin-top: 10vw;
        grid-template-columns: repeat(1, 100%);
        gap: 4vw;
    }

    .common-faq_item dl {
        padding: 4vw;
        display: grid;
    }

    .common-faq_item dl .en {
        width: 10vw;
        height: 10vw;
        font-size: 4.5vw;
    }

    .common-faq_item dl dt {
        font-size: 4.2vw;
        line-height: 1.4;
    }

    .common-faq_item dl dd {
        font-size: 3.6vw;
    }

    .brokerage-contact_sec {
        padding-block: 15vw;
        margin-top: 18vw;
    }

    .brokerage-contact_sec .ttl {
        font-size: 5.5vw;
    }

    .brokerage-contact_sec .cont {
        margin-top: 8vw;
        border-radius: 12px;
        padding: 10vw 5vw;
    }

    .brokerage-contact_sec .cont .tab-area {
        gap: 1vw;
        padding-bottom: 3vw;
    }

    .brokerage-contact_sec .cont .tab-area .tab {
        width: 38vw;
        font-size: 3.5vw;
        padding: .6em;
        border-width: 2px;
    }

    .brokerage-contact_sec .inner {
        margin-top: 3vw;
    }

    .brokerage-contact_sec .tab-content .line_item {
        grid-template-columns: repeat(1, 100%);
        gap: 8vw 0;
        margin-top: 8vw;
    }

    .brokerage-contact_sec .tab-content .item-block .num {
        border: 2px solid var(--black-color);
        width: 10vw;
        height: 10vw;
        font-size: 5.5vw;
        line-height: .8;
    }

    .brokerage-contact_sec .tab-content .item-block .img {
        height: 45vw;
        margin-top: 1em;
    }

    .brokerage-contact_sec .tab-content .item-block .text_box {
        padding: 5vw 4vw;
    }

    .brokerage-contact_sec .tab-content .item-block .label {
        font-size: 4.3vw;
    }

    .brokerage-contact_sec .tab-content .item-block .text_box .text {
        font-size: 3.4vw;
    }

    .brokerage-contact_sec .tab-content .line_btn {
        width: 70vw;
        font-size: 4vw;
        min-block-size: 12vw;
        margin: 8vw auto 0;
    }

    .brokerage-contact_sec .tab-content .line_btn:hover {
        opacity: 1;
    }

    .payment-info_sec {
        margin-block: 15vw;
    }

    .payment-info_sec .cont {
        flex-direction: column;
        gap: 6vw 0;
    }

    .payment-info_sec .cont .img {
        width: 100%;
        height: 45vw;
    }

    .payment-info_sec .cont .img img {
        border-radius: 12px;
    }

    .payment-info_sec .cont .point {
        font-size: 5vw;
        gap: 0 3vw;
        justify-content: center;
    }

    .payment-info_sec .cont .point::before,
    .payment-info_sec .cont .point::after {
        height: 6vw;
    }

    .payment-info_sec .cont .card_box .img_box {
        gap: 1vw;
        justify-content: center;
    }

    .payment-info_sec .cont .card_box .img_box .logo {
        width: 17vw;
        padding: 2vw;
    }

    .payment-info_sec .cont .card_box .en {
        font-size: 3.3vw;
    }

    .payment-info_sec .cont .text {
        font-size: 3.8vw;
    }

    .payment-info_sec .comment_box {
        border: 2px solid var(--black-color);
        border-radius: 12px;
        padding: 5vw;
        margin-top: 8vw;
    }

    .payment-info_sec .comment_box .text {
        font-size: 4vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 40vw 15vw;
        background: url(./image/common_page_img_sp.webp) center center / cover no-repeat;
    }

    .common_page_main .title_box .sub_title {
        font-size: 10vw;
    }

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

    .common_page_wrap {
        padding: 10vw 0 20vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    #breadcrumbs {
        padding-block: 38vw 8vw;
    }

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

}