@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: #1364A9;
    --sub-color: #C1A717;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    font-family: "heisei-kaku-gothic-std", sans-serif;
}

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

.f-en {
    font-family: "avenir-lt-pro", sans-serif;
}

.not-found.white {
    color: #fff;
}

body {
    color: #1A1A1A !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    min-width: 1440px !important;
    padding-top: 90px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

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

#breadcrumbs ::marker {
    content: none;
}

/* PC固定ページ 共通設定 */

.common_page_wrap {
    padding: 91px 0 109px;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 13px;
    color: #1A1A1A;
    letter-spacing: .04em;
    line-height: 1.08;
    margin-top: 21px;
    text-align: right;
    font-weight: 500;
}

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

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

/* ヘッダー */
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    padding: 22px 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    min-width: 1440px;
    z-index: 100;
}

.site-header__inner {
    display: flex;
    align-items: center;
    gap: 0 45px;
    justify-content: space-between;
}

.site-header__logo {
    width: 145px;
    flex-shrink: 0;
}

.site-header__logo a {
    display: block;
}

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

.site-header__link-box {
    display: flex;
    align-items: center;
    gap: 0 27px;
}

.site-header__menu {
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.site-header__cta-box {
    display: flex;
    align-items: center;
    gap: 0 6px;
    flex-shrink: 0;
}

.site-header__search-menu-item a {
    display: flex;
    align-items: center;
    gap: 0 12px;
    transition: .3s;
}

.icon-gps {
    width: 15px;
    flex-shrink: 0;
    line-height: 1;
}

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

.site-header__search-menu-item-text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.26;
}

.site-header__search-menu {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.icon-train {
    width: 16px;
    line-height: 1;
    flex-shrink: 0;
}

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

.site-header__page-menu {
    display: flex;
    align-items: center;
    gap: 0 20px;
    position: relative;
}

.site-header__page-menu-item a {
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 1.26;
    font-weight: 700;
    display: block;
    transition: .3s;
}

.common-cta-btn a {
    display: flex;
    align-items: center;
    width: 170px;
    min-block-size: 46px;
    border-radius: 6px;
    transition: .3s;
}

.common-cta-btn.-contact a {
    background-color: var(--main-color);
    padding-inline: 15px 15px;
}

.common-cta-btn.-reserve a {
    padding-inline: 10px 14px;
    background-color: var(--sub-color);
}

.common-cta-btn.-line a {
    padding-inline: 10px 14px;
    background-color: #06C755;
}

.icon-train a {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header__page-menu::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #DBDBDB;
    position: absolute;
    top: 50%;
    left: -20px;
    translate: 0 -50%;
}

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

.icon-mail {
    flex-shrink: 0;
    width: 23px;
    line-height: 1;
}

.hd-contact-btn__text {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.common-cta-btn.-contact .hd-contact-btn__text {
    margin-left: 10px;
}

.hd-contact-btn__text::after {
    content: "";
    width: 7px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    flex-shrink: 0;
    display: block;
}

.common-cta-btn.-reserve .hd-contact-btn__text {
    margin-left: 9px;
}

.common-cta-btn.-line .hd-contact-btn__text {
    margin-left: 6px;
}

.icon-line {
    width: 30px;
    line-height: 1;
    flex-shrink: 0;
}

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

.icon-reserve {
    width: 21px;
    line-height: 1;
    flex-shrink: 0;
}

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

/* メインビジュアル */
.top-mv-sec {
    position: relative;
    padding-block: 192px 50px;
    margin-bottom: 20px;
}

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

.top-mv__ttl {
    color: #FFF;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .09em;
    margin-bottom: 50px;
}

.top-mv__award-box {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.top-mv__slide {
    width: 100%;
    height: 100%;
}

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

.top-mv__ttl .en {
    font-size: 64px;
    line-height: 1.25;
}

.top-mv__ttl .small {
    font-size: 34px;
    line-height: 1;
}

.top-mv__award-item {
    width: 140px;
}

.top-mv__award-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-mv-sec::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, #000 150%);
    mix-blend-mode: multiply;
    z-index: -1;
}

.top-mv__slider .slick-list {
    width: 100%;
    height: 100%;
}

/* バナースライダー */
.top-banner-item {
    width: 350px;
    margin-right: 20px;
}

.top-banner-item img {
    width: 100%;
    height: 100%;
}

.top-banner-slider .slick-dots {
    bottom: -40px;
    display: flex !important;
    justify-content: center;
    gap: 6px;
}

.top-banner-slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.top-banner-slider .slick-dots li button {
    width: 50px;
    height: 6px;
    padding: 0;
}

.top-banner-slider .slick-dots li button:before {
    content: "";
    width: 50px;
    height: 6px;
    background: #EBEBEB;
    opacity: 1;
    display: block;
}

.top-banner-slider .slick-dots li.slick-active button:before {
    background: var(--main-color);
}

.top-banner-slider.slick-slider.slick-dotted {
    margin-bottom: 40px;
}

.top-banner-item a {
    transition: .3s;
}

/* TOP お部屋を探す */
.top-search-sec {
    padding-block: 114px 137px;
}

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

.common-sec-ttl__sub {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 11px;
}

.common-sec-ttl__main {
    font-size: 40px;
    letter-spacing: .17em;
    font-weight: 900;
    color: var(--main-color);
    line-height: 1;
    margin-bottom: 24px;
}

.common-sec-ttl__catch {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1;
}

.top-search__flex-box {
    display: flex;
    gap: 0 40px;
}

.top-search__btn ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 18px;
}

.top-search__btn li a {
    display: grid;
    place-content: center;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    padding: 43px 18px 18px;
    position: relative;
    background-color: #FFF;
    transition: .3s;
}

.top-search__area-icon {
    width: 32px;
    margin: 0 auto 29px;
}

.top-search__area-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-search__btn-text {
    text-align: center;
}

.top-search__btn-ttl-jp {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    margin-bottom: 8px;
    transition: .3s;
}

.top-search__btn-ttl-en {
    font-size: 13px;
    font-weight: 900;
    color: var(--main-color);
    line-height: 1.4;
    font-style: oblique;
    transition: .3s;
}

.top-search__btn li a::before {
    content: "";
    width: 155px;
    height: 6px;
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    border-radius: 0 0 8px 8px;
    transition: .3s;
}

.top-search__rail-icon {
    width: 34px;
    margin: 0 auto 29px;
}

.top-search__btn {
    margin-bottom: 24px;
}

.top-search__free-ttl {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 8px;
}

.top-search__keyword-form {
    border: solid 1px #D8D8D8;
    border-radius: 4px;
    overflow: hidden;
}

.top-search__keyword-form .text {
    width: 100%;
    padding: 16px 0 15px 20px;
    border: none;
    color: #5E5E5E;
}

.top-search__keyword-form .submit {
    width: 64px;
    border: none;
    padding: 13px 20px;
    flex-shrink: 0;
    background-image: url(/wp-content/themes/swell_child/image/icon_search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.top-search__keyword-form .text::placeholder {
    font-size: 15px;
    letter-spacing: .04em;
    font-weight: 500;
    color: #D3D3D3;
}

.top-search__keyword-form form {
    display: flex;
}

.top-search__free-ttl-en {
    font-size: 15px;
    font-weight: 900;
    font-style: oblique;
    color: var(--main-color);
    line-height: 1.33;
}

.top-search__free-ttl-jp {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .04em;
    font-weight: 700;
}

.top-search__free {
    margin-bottom: 12px;
}

.top-search__tag ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.top-search__tag li a {
    display: grid;
    place-content: center;
    min-block-size: 30px;
    padding: 9px 11px 9px 11px;
    font-size: 12px;
    letter-spacing: .04em;
    font-weight: 500;
    line-height: 1;
    border: solid 1px #D8D8D8;
    border-radius: 4px;
    background-color: #FFF;
    transition: .3s;
}

.top-search__btn li a .top-search__area-icon svg path {
    transition: .3s;
}

.top-search__btn li a .top-search__rail-icon svg path {
    transition: .3s;
}

.top-search__search-group {
    width: 468px;
    flex-shrink: 0;
}

/* .top-search__commit-group ul {
    display: grid;
    grid-template-columns: 230px 113px 113px 164px;
    grid-template-rows: 87px 87px 178px;
    gap: 4px;
    border-radius: 6px;
    overflow: hidden;
} */

.top-search__commit-group ul {
    display: grid;
    grid-template-columns: 230px 113px 113px 164px;
    grid-template-rows: 87px 87px 87px 87px;
    gap: 4px;
    border-radius: 6px;
    overflow: hidden;
}

.search-commit__item.-single {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
}

.search-commit__item.-closet {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.search-commit__item.-south {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
}

.search-commit__item.-noguarantor {
    grid-column: 4 / 5;
    grid-row: 4 / 5;
}

.search-commit__item.-couple {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.search-commit__item.-new {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.search-commit__item.-parking {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}

.search-commit__item.-zero {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
}

.search-commit__item.-pet {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}

.search-commit__item.-tower {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}

.search-commit__item a {
    display: flex;
    position: relative;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.search-commit__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.search-commit__item-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.search-commit__item a::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, #1A1A1A 100%);
    mix-blend-mode: multiply;
}

.search-commit__item-text {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.search-commit__item-ttl {
    font-size: 12px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: .04em;
    line-height: 1;
    margin-bottom: 5px;
}

.search-commit__item-en {
    font-size: 13px;
    font-weight: 900;
    color: #FFF;
    font-style: oblique;
    line-height: 1.38;
}

.search-commit__item.-single .search-commit__item-text {
    margin-bottom: 20px;
}

.search-commit__item.-couple .search-commit__item-ttl,
.search-commit__item.-tower .search-commit__item-ttl {
    font-size: 16px;
    margin-bottom: 8px;
}

.search-commit__item.-single .search-commit__item-ttl {
    font-size: 18px;
    margin-bottom: 8px;
}

.search-commit__item.-zero .search-commit__item-ttl,
.search-commit__item.-pet .search-commit__item-ttl {
    margin-bottom: 2px;
}

.search-commit__item.-zero .search-commit__item-text,
.search-commit__item.-pet .search-commit__item-text {
    margin-bottom: 4px;
}

.top-search__rail-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* TOP スタッフ紹介 */
.top-staff-sec {
    padding-block: 84px 96px;
    background-color: #0A4E88;
}

.top-staff-sec .common-sec-ttl__sub {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
}

.top-staff-sec .common-sec-ttl__main {
    font-size: 34px;
    color: #FFF;
    margin-bottom: 22px;
}

.top-staff-sec .common-sec-ttl__catch {
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
}

.top-staff-sec .common-sec-ttl {
    margin-bottom: 26px;
}

.top-staff__list {
    margin-bottom: 50px;
}

.top-staff__list ul {
    position: relative;
}

.top-staff__list li a {
    display: block;
}

.top-staff-list__item-img {
    height: 330px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.top-staff-list__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: .3s;
}

.top-staff-list__item-ttl-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #D9D9D9;
    margin-bottom: 13px;
}

.top-staff-list__item-ttl-arrow {
    width: 48px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid 1px #FFF;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: .3s;
}

.top-staff-list__item-ttl-arrow::before {
    content: "";
    width: 11px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -70% -50%;
    transition: .3s;
}

.top-staff-list__item-ttl-jp {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
    margin-bottom: 8px;
}

.top-staff-list__item-ttl {
    color: #FFF;
}

.top-staff-list__item-ttl-en {
    font-size: 15px;
    font-weight: 900;
    font-style: oblique;
    line-height: 1.3;
}

.top-staff-list__item-text {
    font-weight: 500;
    letter-spacing: .04em;
    color: #FFF;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top-staff__list li {
    width: 360px;
    flex-shrink: 0;
}

.top-staff-sec .common-more-btn a {
    background-color: #fff;
    margin: 0 auto;
}

.top-staff-sec .common-more-btn a .common-more-btn__text {
    color: var(--main-color);
    font-weight: 700;
}

.top-staff__list .slick-slide {
    margin: 0 15px;
}

.top-staff__list .slick-list {
    margin: 0 -15px;
}

.staff-arrows-box {
    position: absolute;
    top: 35%;
    width: 60px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: #FFF;
    translate: 0 -50%;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.staff-arrows-box.prev {
    left: -30px;
}

.staff-arrows-box.next {
    right: -30px;
}

.staff-arrows-box::before {
    content: "";
    width: 15px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    border: solid var(--main-color);
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.staff-arrows-box.prev::before {
    rotate: -135deg;
    translate: -30% -50%;
}

.staff-arrows-box.next::before {
    translate: -70% -50%;
    rotate: 45deg;
}

/* TOP 新着物件一覧 */
.top-arrivals-sec {
    padding-block: 110px 125px;
}

.top-arrivals-sec .common-sec-ttl__sub {
    margin-bottom: 18px;
}

.top-arrivals-sec .common-sec-ttl__main {
    margin-bottom: 26px;
}

.top-arrivals-sec .common-sec-ttl__catch {
    line-height: 1.43;
}

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

.top-arrivals__list li a {
    display: block;
}

.top-arrivals__item-img {
    height: 310px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 6px;
}

.top-arrivals__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: .3s;
}

.top-arrivals__item-ttl {
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.top-arrivals__item-price-text .color {
    font-size: 26px;
    font-weight: 900;
    color: var(--main-color);
    letter-spacing: 0;
}

.top-arrivals__item-price-text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.top-arrivals__item-mador {
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.top-arrivals__item-price-box {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.top-arrivals__item-access {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1;
}

.top-arrivals__item-price-box .icon-train {
    width: 12px;
}

.top-arrivals__item-text-box {
    margin-bottom: 19px;
}

.top-arrivals__item-price {
    margin-bottom: 6px;
}

/* TOP お客様の声・クチコミ */
.top-voice-sec {
    padding-block: 121px 100px;
    position: relative;
}

.top-voice-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    z-index: -1;
}

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

.top-voice-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1364A9;
    opacity: .9;
    mix-blend-mode: multiply;
}

.top-voice__flex-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.top-voice__flex-box .common-sec-ttl__sub {
    color: #FFF;
    margin-bottom: 10px;
    font-size: 16px;
}

.top-voice__flex-box .common-sec-ttl__main {
    color: #FFF;
    margin-bottom: 0;
    font-size: 34px;
}

.top-voice__common-box {
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    padding: 30px 20px;
}

.top-voice__voice-area .top-voice__common-box {
    background-color: #FFF;
}

.top-voice__kuchikomi-area .top-voice__common-box {
    background-color: #FFFEF2;
}

.common-more-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    min-block-size: 50px;
    background-color: var(--main-color);
    border-radius: 4px;
    position: relative;
    transition: .3s;
}

.common-more-btn__text {
    font-size: 16px;
    color: #FFF;
    letter-spacing: .04em;
    font-weight: 700;
    line-height: 1;
}

.top-voice__common-box .common-more-btn a {
    margin: 0 auto;
}

.top-voice__item-list {
    margin-bottom: 30px;
    height: 500px;
    overflow-y: scroll;
}

.top-voice__flex-box .common-sec-ttl {
    margin-bottom: 20px;
}

.top-voice-item a {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #D9D9D9;
}

.voice-item__img {
    width: 180px;
    height: 120px;
    flex-shrink: 0;
}

.voice-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.top-voice-item+.top-voice-item a {
    padding-top: 20px;
}

.top-voice-item__main-ttl {
    font-size: 16px;
    letter-spacing: .02em;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1;
}

.top-voice-item__main-text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.31;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 23px;
}

.top-voice-item__main-more {
    text-align: right;
    letter-spacing: .04em;
    color: #333;
    font-weight: 500;
    line-height: 1;
}

.top-voice-item__main {
    width: 100%;
}

.top-voice-item {
    width: 480px;
}

.top-voice__item-list::-webkit-scrollbar {
    width: 20px;
}

.top-voice__item-list::-webkit-scrollbar-track {
    background: linear-gradient(to right,
            transparent calc(50% - 0.5px),
            #E5E5E5 calc(50% - 0.5px),
            #E5E5E5 calc(50% + 0.5px),
            transparent calc(50% + 0.5px));
}

.top-voice__item-list::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 100vmax;
}

.top-voice-kuchikomi-item__main-ttl {
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 8px;
}

.top-voice-kuchikomi-item__star {
    display: flex;
    gap: 0 6px;
    margin-bottom: 15px;
}

.top-voice-kuchikomi-item__star img {
    width: 20px;
}

.top-voice-kuchikomi-item__main-text {
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.5;
}

.top-voice-kuchikomi-item {
    width: 480px;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 20px;
}

.top-voice-kuchikomi-item+.top-voice-kuchikomi-item {
    padding-top: 20px;
}

.common-more-btn.-link .icon-link {
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    width: 17px;
    line-height: 1;
}

.common-more-btn.-link .icon-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* TOP よくあるご質問 */
.top-faq-sec {
    padding-block: 110px 109px;
    background-color: #EFEFEF;
}

.top-faq-sec .common-sec-ttl__sub {
    font-size: 16px;
    margin-bottom: 13px;
}

.top-faq-sec .common-sec-ttl__main {
    font-size: 34px;
    margin-bottom: 23px;
}

.top-faq-sec .common-sec-ttl__catch {
    font-size: 14px;
    line-height: 1.5;
}

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

.top-faq__list dl {
    background-color: #FFF;
    padding: 15px 15px 20px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

.top-faq__list dl+dl {
    margin-top: 20px;
}

.top-faq__list {
    margin-bottom: 55px;
}

.top-faq-sec .common-more-btn a {
    margin: 0 auto;
}

.top-faq__question {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #D9D9D9;
    margin-bottom: 20px;
}

.top-faq__icon {
    width: 50px;
    aspect-ratio: 1/1;
    min-width: 0;
    border-radius: 6px;
    background-color: var(--main-color);
    display: grid;
    place-content: center;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    color: #FFF;
    flex-shrink: 0;
}

.top-faq__question-text {
    font-size: 20px;
    letter-spacing: .02em;
    font-weight: 900;
}

.top-faq__answer {
    font-weight: 500;
    letter-spacing: .02em;
}

/* TOP スタッフブログ */
.top-blog-sec {
    padding-block: 95px 75px;
    background-color: #F4FAFF;
}

.top-blog-sec .common-sec-ttl {
    margin-bottom: 23px;
}

.top-blog-sec .common-sec-ttl__sub {
    font-size: 16px;
    margin-bottom: 13px;
}

.top-blog-sec .common-sec-ttl__main {
    font-size: 34px;
    margin-bottom: 23px;
}

.top-blog-sec .common-sec-ttl__catch {
    font-size: 14px;
    line-height: 1.5;
}

.top-blog__list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
    margin-bottom: 39px;
}

.top-blog-sec .common-more-btn a {
    margin: 0 auto;
}

.top-blog__list li a {
    display: block;
}

.top-blog-item__img img {
    width: 100%;
    aspect-ratio: 27/17;
    min-width: 0;
    object-fit: cover;
    border-radius: 6px;
    transition: .3s;
}

.top-blog-item__img {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 6px;
}

.top-blog-item__main-ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.33;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.top-blog-item__main-text {
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.46;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 26px;
    font-weight: 500;
}

.top-blog-item__main-date {
    padding-top: 8px;
    border-top: solid 1px #D9D9D9;
    font-size: 12px;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1.33;
}

/* TOP お部屋探しの流れ */
.top-flow-sec {
    padding-block: 110px 127px;
}

.top-flow-sec .common-sec-ttl {
    margin-bottom: 77px;
}

.top-flow-sec .common-sec-ttl__sub {
    font-size: 16px;
    margin-bottom: 13px;
}

.top-flow-sec .common-sec-ttl__main {
    font-size: 34px;
    margin-bottom: 23px;
}

.top-flow-sec .common-sec-ttl__catch {
    font-size: 14px;
}

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

.top-flow__list li {
    padding: 30px 18px;
    border: solid 1px #333;
    border-radius: 8px;
    background-color: #FFF;
}

.top-flow-item__img {
    width: 110px;
    padding: 5px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid 1px #333;
    border-radius: 50%;
    background-color: #FFF;
}

.top-flow-item__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1/1;
    min-width: 0;
}

.top-flow-item__ttl-box {
    text-align: center;
    margin-top: -85px;
}

.top-flow-item__en {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 6px;
}

.top-flow-item__ttl {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .09em;
    line-height: 1;
    margin-bottom: 24px;
}

.top-flow-item__main {
    letter-spacing: .02em;
    font-weight: 500;
    color: #333;
    line-height: 1.35;
}

.top-flow-item__img-outer {
    padding-inline: 10px;
    background: #FFF;
    width: 130px;
    margin: 0 auto 5px;
}

.top-flow__list {
    position: relative;
    z-index: 0;
}

.top-flow__list::before {
    content: "";
    width: 80%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
}

/* TOP 周辺情報について */
.top-area-info-sec {
    padding-block: 0 145px;
}

.top-area-info-sec .common-sec-ttl__main {
    font-size: 34px;
    margin-bottom: 23px;
}

.top-area-info__list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.top-area-info__list li {
    display: flex;
    border: solid 1px var(--main-color);
    border-radius: 6px;
    overflow: hidden;
}

.area-info-item__inner {
    padding: 31px 24px 31px 26px;
}

.area-info-item__img {
    width: 200px;
    flex-shrink: 0;
    min-width: 0;
}

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

.area-info-item__ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.area-info-item__ttl-box {
    margin-bottom: 18px;
}

.area-info-item__main {
    font-weight: 500;
    line-height: 1.42;
}

.top-area-info-sec .common-sec-ttl__catch {
    line-height: 1.5;
    font-size: 14px;
}

/* フッターお問い合わせ */
.ft-contact {
    padding-block: 45px;
    background-image: url(/wp-content/themes/swell_child/image/top_contact_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.ft-contact__flex-box {
    display: flex;
    align-items: center;
}

.ft-contact__ttl-box {
    width: 414px;
    flex-shrink: 0;
    color: #FFF;
}

.ft-contact__cta-box {
    width: 100%;
    padding: 38px 0 38px 60px;
    border-left: solid 1px #FFF;
}

.ft-contact__btn-area {
    display: flex;
    align-items: center;
    gap: 0 11px;
}

.ft-contact__btn-area .common-cta-btn a {
    width: 215px;
    min-block-size: 58px;
}

.ft-contact__cta-store {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .04em;
    color: #FFF;
    line-height: 1;
    margin-bottom: 6px;
}

.ft-contact__cta-num {
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    font-style: oblique;
    line-height: 1.37;
}

.ft-contact__cta-text {
    padding-bottom: 6px;
    border-bottom: solid 1px #D9D9D9;
    margin-bottom: 24px;
}

.ft-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #001D36 23%, rgba(19, 100, 169, .7));
    z-index: -1;
    mix-blend-mode: multiply;
}

.ft-contact__ttl-en {
    font-size: 56px;
    font-weight: 900;
    font-style: oblique;
    line-height: 1.36;
}

.ft-contact__ttl-jp {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 44px;
}

.ft-contact__ttl-main {
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.57;
}

.ft-contact__btn-area .icon-mail {
    width: 29px;
}

.ft-contact__btn-area .hd-contact-btn__text {
    font-size: 17px;
    line-height: 1.64;
}

.ft-contact__btn-area .hd-contact-btn__text::after {
    width: 11px;
}

.ft-contact__btn-area .icon-reserve {
    width: 23px;
}

.ft-contact__btn-area .common-cta-btn.-reserve .hd-contact-btn__text {
    margin-left: 13px;
}

.ft-contact__btn-area .common-cta-btn.-line .hd-contact-btn__text {
    margin-left: 14px;
}

/* フッター */
.site-footer {
    padding-block: 90px 67px;
}

.site-footer__top {
    padding-bottom: 20px;
    border-bottom: solid 1px #D9D9D9;
    display: flex;
    gap: 0 100px;
}

.site-footer__store-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    margin-bottom: 33px;
}

.ft-store-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ft-store-item__img {
    height: 160px;
    margin-bottom: 11px;
}

.ft-store-item__name {
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.site-footer__store-text {
    font-weight: 500;
    line-height: 1.5;
}

.site-footer__info {
    width: 240px;
    flex-shrink: 0;
}

.site-footer__store-box {
    width: 100%;
}

.site-footer__info-map {
    width: 240px;
    height: 120px;
    border-radius: 6px;
    overflow: hidden;
}

.site-footer__info-map iframe {
    width: 100%;
    height: 100%;
}

.site-footer__logo {
    width: 193px;
    margin-bottom: 41.6px;
}

.site-footer__logo a {
    display: block;
}

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

.site-footer__info-store {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-bottom: 21px;
    position: relative;
    width: fit-content;
}

.site-footer__info-add {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    margin-bottom: 12px;
}

.site-footer__info-num {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 26px;
}

.site-footer__bottom {
    padding-top: 30px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 0 100px;
}

.site-footer__end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer__menu {
    display: flex;
    width: 100%;
}

.site-footer__btn-area {
    flex-shrink: 0;
}

.site-footer__bottom .common-cta-btn a {
    width: 240px;
    min-block-size: 52px;
    padding-inline: 15px 20px;
}

.site-footer__bottom .common-cta-btn+.common-cta-btn {
    margin-top: 10px;
}

.site-footer__bottom .icon-mail {
    width: 29px;
}

.site-footer__bottom .hd-contact-btn__text {
    font-size: 17px;
}

.site-footer__bottom .hd-contact-btn__text::after {
    width: 11px;
}

.site-footer__bottom .icon-reserve {
    width: 23px;
}

.site-footer__bottom .common-cta-btn.-reserve a {
    padding-inline: 17px 20px;
}

.site-footer__bottom .common-cta-btn.-reserve .hd-contact-btn__text {
    margin-left: 13px;
}

.site-footer__bottom .common-cta-btn.-line .hd-contact-btn__text {
    margin-left: 14px;
}

.site-footer__bottom .common-cta-btn.-line a {
    padding-inline: 10px 20px;
}

.site-footer__recommend-menu {
    margin-inline: 51px 31px;
}

.site-footer__nav-menu li a {
    font-weight: 700;
    color: #333;
    display: block;
    line-height: 1;
    transition: .3s;
}

.site-footer__nav-menu li+li {
    margin-top: 22px;
}

.site-footer__recommend-menu-ttl {
    font-weight: 700;
    line-height: 1;
    color: #333;
    margin-bottom: 22px;
}

.site-footer__recommend-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 25px;
}

.site-footer__recommend-menu li a {
    display: block;
    font-weight: 500;
    color: #333;
    line-height: 1;
    transition: .3s;
}

.site-footer__copyright small {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
}

.site-footer__end-menu a {
    display: inline-block;
    color: #333;
    transition: .3s;
}

.site-footer__end-menu {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

/* 追従 */
.fixed-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1440px;
    background-color: rgba(19, 100, 169, .9);
    padding-block: 10px;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.fixed-cookie.is-hide {
    opacity: 0;
    pointer-events: none;
}

.site-fixed {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 11;
}

.site-fixed-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-color: var(--main-color);
    border-radius: 6px 0 0 6px;
    padding: 8px 6px;
    min-block-size: 76px;
    width: 76px;
}

.icon-history {
    width: 29px;
}

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

.site-fixed-btn__text {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.58;
    text-align: center;
}

.site-fixed-btn .icon-history {
    margin: 0 auto 5px;
}

.site-fixed-btn .icon-star {
    margin: 0 auto 7px;
}

.icon-star {
    width: 28px;
}

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

.site-fixed-btn+.site-fixed-btn {
    margin-top: 6px;
}

.fixed-cookie__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-cookie__text {
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: .01em;
    line-height: 1;
}

.fixed-cookie__btn-text {
    display: grid;
    place-content: center;
    background-color: #FFF;
    width: 80px;
    min-block-size: 30px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1;
    color: var(--main-color);
    cursor: pointer;
}

.fixed-cookie__text a {
    display: inline-block;
    text-decoration: underline;
}

.site-footer__info-store::before {
    content: "";
    width: 87px;
    aspect-ratio: 87/32;
    min-width: 0;
    background-image: url(/wp-content/themes/swell_child/image/ft_store_en_font.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -1.2em;
    right: -2em;
}

/* ページ 店舗情報 */
.common-page-h1-box {
    padding-block: 109px 115px;
    background-image: url(/wp-content/themes/swell_child/image/coomon_page_fv.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.common-page-h1__ttl {
    color: #FFF;
    line-height: 1;
    letter-spacing: .02em;
    font-size: 18px;
    font-weight: 900;
}

.common-page-h1__ttl .large {
    font-size: 40px;
    display: block;
    letter-spacing: .17em;
    margin-top: 18px;
}

.common-page-h1-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #001D36 25%, rgba(19, 100, 169, .7));
    z-index: -1;
    mix-blend-mode: multiply;
}

.company-profile__ttl-text {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .12em;
    text-align: center;
    line-height: 1;
}

.company-profile__ttl {
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.company-profile__flex-box {
    display: flex;
    gap: 0 50px;
    margin-bottom: 62px;
}

.company-profile__img-box {
    flex-shrink: 0;
}

.company-profile__img {
    width: 490px;
    height: 290px;
    margin-bottom: 20px;
}

.company-profile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.company-profile__img-text {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.company-profile-cont {
    width: 100%;
    padding-top: 38px;
}

.company-profile-cont dl {
    border-bottom: dashed 1px #D9D9D9;
    padding-bottom: 16px;
    margin-bottom: 28px;
    display: flex;
    align-items: baseline;
    gap: 0 30px;
}

.company-profile-cont dl:last-child {
    margin-bottom: 0;
}

.company-profile-cont dt {
    width: 115px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
}

.company-profile-cont dd {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
}

.company-profile__map {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
}

.company-profile__map iframe {
    width: 100%;
    height: 100%;
}

.company-hp-link {
    color: #1A1A1A;
    display: inline-block;
}

/* 内部ページ 共通 */
.common-cta-btn .icon-line::before,
.common-cta-btn .icon-mail::before {
    content: none;
}

/* 投稿 スタッフ紹介 */
.staff-top__flex {
    display: flex;
    gap: 0 60px;
    align-items: center;
}

.staff-top__img {
    width: 400px;
    flex-shrink: 0;
    position: relative;
}

.staff-top__img img {
    width: 100%;
    aspect-ratio: 1/1;
    min-width: 0;
    object-fit: cover;
    border-radius: 6px;
}

.staff-top__info-position {
    background-color: #EFEFEF;
    min-block-size: 35px;
    display: grid;
    place-content: center;
    border-radius: 100vmax;
    font-size: 16px;
    width: fit-content;
    padding-inline: 1em;
    margin-bottom: 0.8em;
    line-height: 1;
}

.staff-top__info {
    width: 100%;
}

.staff-top__info-ttl {
    display: flex;
    gap: 0 20px;
    align-items: flex-end;
    margin-bottom: 20px;
    border-bottom: solid 1px var(--main-color);
    padding-bottom: 20px;
}

.staff-top__info-name {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.staff-top__info-en {
    color: var(--main-color);
    font-weight: 900;
    font-style: oblique;
    font-size: 22px;
    line-height: 1;
}

.staff-top__info-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.staff-top__info-tag-item {
    display: grid;
    place-content: center;
    min-block-size: 40px;
    padding-inline: 15px;
    border: solid 1px #D8D8D8;
    border-radius: 4px;
    background-color: #FFF;
}

.staff-top__info-tag-text {
    font-size: 16px;
    letter-spacing: .04em;
    font-weight: 500;
    line-height: 1;
}

.staff-top-sec {
    margin-bottom: 100px;
}

.staff-top__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 6px;
    z-index: -1;
    top: 15px;
    left: 15px;
}

.staff-info__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.staff-info__item {
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    padding: 20px 30px;
    background-color: #FFF;
    position: relative;
}

.staff-info-sec {
    padding-block: 100px;
    background-color: #F4FAFF;
}

.staff-info__item::before {
    content: "";
    width: 6px;
    height: 70%;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    border-radius: 0 100vmax 100vmax 0;
}

.staff-info__item-ttl-jp {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1;
}

.staff-info__item-ttl-en {
    font-size: 13px;
    font-weight: 900;
    color: var(--main-color);
    line-height: 1;
    margin-bottom: 0.2em;
}

.staff-info__item-ttl {
    margin-bottom: 15px;
}

.staff-info__item-text {
    line-height: 1.7;
    letter-spacing: .04em;
}

.staff-message-sec {
    padding-block: 100px 50px;
}

.staff-message-main__cont {
    background-color: #FFFEF2;
    padding: 30px 50px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

.staff-message-main__ttl {
    margin-bottom: 10px;
    text-align: center;
}

.staff-message-main__ttl-text {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: .17em;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.staff-message-main__cont-text {
    font-size: 16px;
    letter-spacing: .04em;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
}

.common-sec-ttl.-page .common-sec-ttl__main {
    font-size: 34px;
    margin-bottom: 0;
}

.common-sec-ttl.-page {
    margin-bottom: 24px;
}

/* 投稿一覧 */
.p-postList__item .u-obf-cover {
    -o-object-fit: contain;
    object-fit: contain;
}

/* ページ エアコン割引サポート */
.aircon-catch__main-text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .1em;
    background: linear-gradient(transparent 55%, #7fdfff 60%);
    display: inline-block;
    padding-bottom: 0.2em;
}

.aircon-catch-sec {
    text-align: center;
}

.aircon-worry-sec {
    padding-block: 100px 0;
}

.page-aircon .common-sec-ttl__main {
    font-size: 34px;
    margin-bottom: 23px;
}

.aircon-worry-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
}

.aircon-worry-list li {
    display: grid;
    place-content: center;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    padding: 38px 18px 28px;
    position: relative;
    background-color: #FFF;
    text-align: center;
}

.aircon-worry-item__ttl {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .09em;
    line-height: 1;
    margin-bottom: 24px;
    color: var(--main-color);
}

.aircon-worry-item__text {
    letter-spacing: .02em;
    font-weight: 500;
    color: #333;
    line-height: 1.35;
    font-size: 16px;
}

.aircon-worry-list li::before {
    content: "";
    width: 65%;
    height: 6px;
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    border-radius: 0 0 8px 8px;
}

.aircon-worry__end {
    text-align: center;
}

.aircon-worry-list {
    position: relative;
}

.aircon-worry__end {
    font-size: 40px;
    font-weight: 900;
}

.aircon-worry-sec .common-sec-ttl {
    margin-bottom: 60px;
}

.aircon-worry-list::after {
    content: "";
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: var(--sub-color);
    width: 150px;
    aspect-ratio: 3/1;
    min-width: 0;
    display: block;
    margin: 30px auto 20px;
}

.aircon-merit-sec {
    padding-block: 140px 100px;
}

.aircon-merit-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

.aircon-merit-item__img img {
    width: 100%;
    aspect-ratio: 3/2;
    min-width: 0;
    object-fit: cover;
    border-radius: 6px;
}

.aircon-merit-item__img {
    margin-bottom: 15px;
}

.aircon-merit-item__ttl {
    text-align: center;
    font-size: 20px;
    letter-spacing: .1em;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0.5em;
}

.aircon-merit-item__text {
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 1.6;
}

.aircon-maker-sec {
    padding-block: 100px 90px;
    background-color: #F4FAFF;
}

.aircon-maker-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
    align-items: center;
}

.aircon-maker-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aircon-maker-sec .common-sec-ttl {
    margin-bottom: 50px;
}

.aircon-merit-sec .common-sec-ttl {
    margin-bottom: 45px;
}

.aircon-flow-sec {
    padding-block: 100px;
}

.aircon-flow-sec .common-sec-ttl {
    margin-bottom: 60px;
}

.aircon-flow-sec .top-flow__list ul {
    grid-template-columns: repeat(3, 1fr);
}

.aircon-flow-sec .top-flow-item__ttl-box {
    margin-top: -48px;
}

.aircon-flow-sec .top-flow-item__en {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0.6em;
    background-color: #FFF;
    display: inline-block;
    padding-inline: 0.5em;
}

.aircon-flow-sec .top-flow-item__ttl {
    font-size: 22px;
}

.aircon-flow-sec .top-flow-item__main {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .04em;
}

.aircon-flow-sec .top-flow__list li {
    padding: 30px;
}

.aircon-faq-sec {
    padding-block: 100px 50px;
    background-color: #F8F8F8;
}

.page-aircon .common_page_wrap {
    padding-bottom: 0;
}

.aircon-worry__end-text .color {
    color: var(--sub-color);
}

/* ページ エディオン */
.edion-check-list ul {
    display: flex;
    align-items: center;
    gap: 0 50px;
    justify-content: center;
}

.edion-check-list li {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.icon-check {
    width: 35px;
    flex-shrink: 0;
}

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

.edion-check-item__text {
    font-size: 18px;
    letter-spacing: .04em;
    font-weight: 700;
    background: linear-gradient(transparent 65%, #7fdfff 60%);
}

.edion-check-sec {
    padding-bottom: 80px;
}

.edion-campaign-list ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.edion-campaign-item__img {
    width: 450px;
}

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

.edion-start-sec {
    padding-top: 80px;
}

.edion-start__catch {
    text-align: center;
    position: relative;
}

.edion-start__catch-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.8;
}

.edion-campaign-sec {
    background-color: #F4FAFF;
    padding-block: 80px;
}

.edion-check-sec .common-sec-ttl {
    margin-bottom: 60px;
}

.page-edion .common-sec-ttl__main {
    font-size: 34px;
    margin-bottom: 0;
}

.edion-campaign-sec .common-sec-ttl {
    margin-bottom: 40px;
}

.edion-start__catch::after {
    content: "";
    width: 120px;
    aspect-ratio: 3/1;
    min-width: 0;
    display: block;
    margin: 30px auto 50px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: var(--sub-color);
}

.edion-start__btn-area {
    display: flex;
    gap: 0 30px;
    justify-content: center;
}

.edion-start__cta-box {
    width: 750px;
    margin: 0 auto;
    padding: 30px;
    border: solid 1px #333;
    border-radius: 8px;
    background-color: #FFF;
    text-align: center;
}

.edion-start__cta-ttl-text {
    font-size: 22px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .1em;
}

.edion-start__cta-ttl {
    background-color: var(--main-color);
    width: fit-content;
    padding: 0.7em 3em;
    margin: -55px auto 30px;
}

.edion-start__cta-store {
    font-size: 18px;
    letter-spacing: .08em;
    margin-bottom: 0.3em;
    border-bottom: solid 2px #EBEBEB;
    padding-bottom: 0.4em;
    display: inline-block;
}

.edion-start__cta-num {
    font-size: 45px;
    color: #1A1A1A;
    font-weight: 900;
}

.edion-start__btn-area .common-cta-btn a {
    width: 300px;
    min-block-size: 65px;
}

.edion-start__btn-area .icon-mail {
    width: 33px;
}

.edion-start__btn-area .hd-contact-btn__text {
    font-size: 18px;
}

.edion-start__cta-text {
    margin-bottom: 10px;
}

.edion-start__btn-area .icon-line {
    width: 45px;
}

.edion-start__cta-num .color {
    color: var(--main-color);
}

/* ページ 分割払い可能 */
.installment-recommend-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

.installment-recommend-list li {
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    padding: 43px 30px 18px;
    position: relative;
    background-color: #FFF;
}

.installment-recommend__img {
    background-color: var(--main-color);
    width: 130px;
    aspect-ratio: 1/1;
    min-width: 0;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    margin: -80px auto 15px;
}

.installment-recommend__img img {
    width: 100px;
}

.installment-recommend__text {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .08em;
    font-weight: 500;
}

.installment-recommend__text .color {
    color: var(--main-color);
    font-weight: 700;
}

.installment-recommend-sec .common-sec-ttl {
    margin-bottom: 70px;
}

.installment-recommend-sec {
    padding-bottom: 80px;
}

.page-installment .common-sec-ttl__main {
    font-size: 34px;
    margin-bottom: 0;
}

.installment-service-sec {
    padding-block: 80px;
    background-color: #F4FAFF;
}

.installment-service__list li {
    background-color: #FFF;
}

.installment-service-sec .common-sec-ttl {
    margin-bottom: 40px;
}

.installment-service-sec .area-info-item__ttl {
    line-height: 1.4;
}

.installment-service-sec .area-info-item__ttl .border {
    display: block;
    background: linear-gradient(transparent 65%, #7fdfff 60%);
    display: inline-block;
}

.installment-service-sec .area-info-item__main {
    font-size: 16px;
    letter-spacing: .05em;
}

.installment-step-sec {
    padding-top: 80px;
}

.installment-step-sec .common-sec-ttl {
    margin-bottom: 50px;
}

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

.installment-step__list li {
    padding: 30px 15px 20px;
    border: solid 1px #333;
    border-radius: 8px;
    background-color: #FFF;
}

.installment-step-item__en {
    font-size: 20px;
    font-weight: 500;
    background-color: var(--main-color);
    margin: -48px auto 15px;
    color: #FFF;
    border-radius: 100vmax;
    width: fit-content;
    padding: 0.2em 1.5em;
}

.installment-step-item__img {
    width: 100%;
    height: 300px;
    margin: 0 auto 15px;
    background-color: #DDD;
}

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

.installment-step-item__ttl-text {
    text-align: center;
}

.installment-step-item__ttl {
    font-size: 20px;
    letter-spacing: .1em;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0.3em;
}

.installment-step-item__main {
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .04em;
}

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

.installment-service__list li {
    display: flex;
    border: solid 1px var(--main-color);
    border-radius: 6px;
    overflow: hidden;
}

/* ホバー */
.site-header__search-menu-item a:hover {
    opacity: .6;
}

.common-cta-btn a:hover {
    opacity: 0.8;
}

.top-search__btn li a:hover {
    background-color: var(--main-color);
}

.top-search__btn li a:hover::before {
    background-color: #FFF;
}

.top-search__btn li a:hover .top-search__area-icon svg path {
    fill: #FFF;
}

.top-search__btn li a:hover .top-search__btn-ttl-jp {
    color: #FFF;
}

.top-search__btn li a:hover .top-search__btn-ttl-en {
    color: #FFF;
}

.top-search__btn li a:hover .top-search__rail-icon svg path {
    fill: #FFF;
}

.search-commit__item a:hover .search-commit__item-bg img {
    scale: 1.2;
}

.top-search__tag li a:hover {
    background-color: #1A1A1A;
    color: #FFF;
}

.top-staff__list li a:hover .top-staff-list__item-img img {
    scale: 1.2;
}

.top-banner-item a:hover {
    opacity: .7;
}

.top-staff__list li a:hover .top-staff-list__item-ttl-arrow {
    background-color: #FFF;
}

.top-staff__list li a:hover .top-staff-list__item-ttl-arrow::before {
    border-color: #0A4E88;
}

.top-arrivals__list li a:hover .top-arrivals__item-img img {
    scale: 1.2;
}

.common-more-btn a:hover {
    opacity: .7;
}

.top-blog__list li a:hover .top-blog-item__img img {
    scale: 1.2;
}

.site-footer__recommend-menu li a:hover {
    opacity: 0.7;
}

.site-footer__nav-menu li a:hover {
    opacity: .7;
}

.site-footer__end-menu a:hover {
    opacity: .7;
}

.site-header__page-menu-item a:hover {
    opacity: .6;
}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

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

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

    body {
        font-size: 3.33vw !important;
        padding-top: 120px;
        min-width: 100% !important;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 19.23vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3.33vw;
        margin-top: -8.12vw;
        position: relative;
        color: #FFF;
        line-height: 1.4;
    }

    .breadcrumbs.no-fv {
        margin-top: 4vw;
        color: #1A1A1A;
    }

    .breadcrumbs.no-fv a:after {
        color: #1A1A1A;
    }

    .breadcrumbs {
        font-size: 3.33vw;
        margin-top: -8.12vw;
        position: relative;
        color: #FFF;
        line-height: 1.4;
    }

    .breadcrumb.no-fv {
        margin-top: 4vw;
        color: #1A1A1A;
    }

    .breadcrumb.no-fv a:after {
        color: #1A1A1A;
    }

    .heya-sp-breadcrumbs {
        color: #1A1A1A;
        letter-spacing: .04em;
        text-align: right;
        font-weight: 500;
        font-size: 3.33vw;
        margin-top: -8.12vw;
        position: relative;
        line-height: 1.4;
        font-size: 3vw;
        padding-inline: 2.5%;
        margin-bottom: 1.5vw;
    }

    .heya-sp-breadcrumbs a {
        text-decoration: none;
        color: #B4B4B4;
        position: relative;
        margin-right: 4.88vw;
    }

    .heya-sp-breadcrumbs a:after {
        content: ">";
        position: absolute;
        top: 50%;
        translate: 0 -55%;
        color: #1A1A1A;
        right: -3.6vw;
    }

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

    /* ヘッダー */

    .sp-site-header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #FFF;
        z-index: 10002;
    }

    .sp-header__logo {
        width: 108px;
        flex-shrink: 0;
    }

    .sp-header__logo a {
        display: block;
    }

    .sp-header__logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .sp-header__search-menu {
        width: 100%;
        background-color: var(--main-color);
        min-block-size: 40px;
        padding-block: 8px;
    }

    .sp-header__search-menu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-header__search-menu-item a {
        display: flex;
        align-items: center;
        gap: 0 10px;
        justify-content: center;
    }

    .sp-header__search-menu-item+.sp-header__search-menu-item {
        border-left: solid 1px #FFF;
    }

    .sp-header__search-menu-item-text {
        font-size: 15px;
        color: #FFF;
        font-weight: 700;
        letter-spacing: .06em;
        line-height: 1;
    }

    .sp-site-header__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 80px;
        padding: 10px 90px 10px 20px;
    }

    .sp-header__menu {
        display: flex;
        border-radius: 6px;
        overflow: hidden;
    }

    .sp-header-btn a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #EAF5FF;
        min-block-size: 56px;
        padding: 10px 0 5px 10px;
    }

    .sp-header-btn .icon-history {
        width: 19px;
    }

    .sp-header-btn .icon-star {
        width: 21px;
    }

    .sp-header-btn__text {
        margin-top: 5px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.7;
    }

    .sp-header-btn.-favorite a {
        padding-inline: 10px;
    }

    /* メインビジュアル */
    .top-mv-sec {
        padding-block: 9.51vw 6.9vw;
        margin-bottom: 0;
    }

    .top-mv__ttl {
        font-size: 4.1vw;
        margin-bottom: 6.92vw;
    }

    .top-mv__ttl .en {
        font-size: 11.28vw;
    }

    .top-mv__ttl .small {
        display: block;
        font-size: 6.15vw;
    }

    .top-mv__award-box {
        gap: 0 2.56vw;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .top-mv__award-item {
        width: 100%;
    }

    .top-mv-sec::before {
        inset: unset;
        top: 0;
        left: 0;
        width: 100%;
        height: 56.15vw;
    }

    .top-mv__slider {
        height: 56.15vw;
    }

    /* バナースライダー */
    .top-banner-slider.slick-slider.slick-dotted {
        margin-bottom: 6.66vw;
    }

    .top-banner-item {
        width: 79.48vw;
        margin-right: 2.56vw;
    }

    .top-banner-item+.top-banner-item {
        margin-top: 2.56vw;
    }

    .top-banner-slider .slick-dots {
        gap: 1.53vw;
        bottom: -6.66vw;
    }

    .top-banner-slider .slick-dots li button {
        width: 12.82vw;
    }

    .top-banner-slider .slick-dots li button:before {
        width: 12.82vw;
    }

    /* TOP お部屋を探す */
    .top-search-sec {
        padding-block: 15.38vw 17.94vw;
    }

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

    .common-sec-ttl__sub {
        font-size: 4.1vw;
        margin-bottom: 3.07vw;
    }

    .common-sec-ttl__main {
        font-size: 7.69vw;
        margin-bottom: 5.12vw;
    }

    .common-sec-ttl__catch {
        font-size: 3.33vw;
        line-height: 1.46;
    }

    .top-search__flex-box {
        gap: 8.97vw;
        flex-direction: column;
    }

    .top-search__btn ul {
        gap: 0 2.56vw;
    }

    .top-search__btn li a {
        padding: 7.43vw 2.56vw 2.56vw;
    }

    .top-search__area-icon {
        width: 7.61vw;
        margin: 0 auto 4.61vw;
    }

    .top-search__btn-ttl-jp {
        font-size: 4.1vw;
        margin-bottom: 1.28vw;
    }

    .top-search__btn-ttl-en {
        font-size: 3.33vw;
    }

    .top-search__btn li a::before {
        width: 28.2vw;
        height: 1.02vw;
    }

    .top-search__rail-icon {
        width: 8vw;
        margin: 0 auto 4.79vw;
    }

    .top-search__btn {
        margin-bottom: 4.35vw;
    }

    .top-search__free-ttl {
        gap: 0 2.56vw;
        margin-bottom: 1.02vw;
    }

    .top-search__keyword-form .text {
        padding: 5.12vw 0 4.87vw 5.12vw;
    }

    .top-search__keyword-form .submit {
        width: 16.43vw;
        padding: 3.84vw 5.12vw;
        background-size: 6.17vw;
    }

    .top-search__keyword-form .text::placeholder {
        font-size: 3.8vw;
    }

    .top-search__free-ttl-en {
        font-size: 3.84vw;
    }

    .top-search__free-ttl-jp {
        font-size: 3.33vw;
    }

    .top-search__free {
        margin-bottom: 3.07vw;
    }

    .top-search__tag ul {
        gap: 1.53vw;
    }

    .top-search__tag li a {
        min-block-size: 8.71vw;
        padding: 2.12vw;
        font-size: 3.07vw;
    }

    .top-search__search-group {
        width: 100%;
    }

    .top-search__commit-group ul {
        gap: 2.56vw;
        display: flex;
        overflow: unset;
        border-radius: 0;
        /* width: 182vw; */
        width: 229vw;
        flex-wrap: wrap;
    }

    .top-search-sec .common-sec-ttl {
        text-align: left;
    }

    .search-commit__item-text {
        margin-bottom: 2.56vw;
    }

    .search-commit__item-ttl {
        font-size: 4.1vw;
        margin-bottom: 1.02vw;
    }

    .search-commit__item-en {
        font-size: 3.07vw;
    }

    .search-commit__item.-single .search-commit__item-text {
        margin-bottom: 2.56vw;
    }

    .search-commit__item.-couple .search-commit__item-ttl,
    .search-commit__item.-tower .search-commit__item-ttl {
        font-size: 4.1vw;
        margin-bottom: 1.02vw;
    }

    .search-commit__item.-single .search-commit__item-ttl {
        font-size: 4.1vw;
        margin-bottom: 1.02vw;
    }

    .search-commit__item.-zero .search-commit__item-ttl,
    .search-commit__item.-pet .search-commit__item-ttl {
        margin-bottom: 1.02vw;
    }

    .search-commit__item.-zero .search-commit__item-text,
    .search-commit__item.-pet .search-commit__item-text {
        margin-bottom: 2.56vw;
    }

    .search-commit__item {
        width: 43.58vw;
        aspect-ratio: 17/14;
        border-radius: 6px;
        overflow: hidden;
    }

    .top-search__commit-group {
        overflow-x: scroll;
        width: 100vw;
        padding-right: 10vw;
    }

    .scroll-hint-icon:before {
        content: none;
    }

    .scroll-hint-icon-wrap::before {
        content: "";
        background-image: url(/wp-content/themes/swell_child/image/icon-scroll-hint.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 12.13vw;
        aspect-ratio: 47/63;
        min-width: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    .scroll-hint-icon:after {
        content: none;
    }

    .scroll-hint-text {
        display: none;
    }

    .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        background-color: rgba(19, 100, 169, .94);
        opacity: 1;
        width: 25.64vw;
        aspect-ratio: 1/1;
        min-width: 0;
        border-radius: 8px;
        mix-blend-mode: multiply;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        padding: 3vw;
    }

    .scroll-hint-icon-wrap.is-active::before {
        opacity: 1;
        visibility: visible;
    }

    /* TOP スタッフ紹介 */
    .top-staff-sec {
        padding-block: 16.66vw 16.41vw;
        position: relative;
    }

    .top-staff-sec .common-sec-ttl__sub {
        font-size: 3.58vw;
        margin-bottom: 3.07vw;
    }

    .top-staff-sec .common-sec-ttl__main {
        font-size: 7.17vw;
        margin-bottom: 6.15vw;
    }

    .top-staff-sec .common-sec-ttl__catch {
        font-size: 3.33vw;
    }

    .top-staff-sec .common-sec-ttl {
        margin-bottom: 118.46vw;
    }

    .top-staff__list {
        margin-bottom: 17vw;
    }

    .top-staff__list ul {
        display: block;
    }

    .top-staff-list__item-img {
        height: 74.35vw;
        margin-bottom: 5.12vw;
    }

    .top-staff-list__item-ttl-box {
        gap: 0 2vw;
        padding-bottom: 2.56vw;
        margin-bottom: 4.1vw;
    }

    .top-staff-list__item-ttl-arrow {
        width: 9.74vw;
        background-color: #FFF;
    }

    .top-staff-list__item-ttl-arrow::before {
        width: 2.82vw;
        border-color: #0A4E88;
    }

    .top-staff-list__item-ttl-jp {
        font-size: 4.61vw;
        margin-bottom: 1.53vw;
    }

    .top-staff-list__item-ttl-en {
        font-size: 3.33vw;
    }

    .top-staff__list ul li {
        width: 79.48vw;
        margin-right: 5.12vw;
    }

    .top-staff-list__item-img img {
        border-radius: 10px;
    }

    .top-staff-list__item-text {
        font-size: 3.58vw;
    }

    .top-staff__list {
        position: absolute;
        bottom: 16.41vw;
        left: 0;
        width: 100%;
    }


    /* TOP 新着物件一覧 */
    .top-arrivals-sec {
        padding-block: 17.94vw 14.79vw;
        position: relative;
    }

    .top-arrivals-sec .common-sec-ttl__sub {
        margin-bottom: 3.07vw;
    }

    .top-arrivals-sec .common-sec-ttl__main {
        margin-bottom: 5.12vw;
    }

    .top-arrivals__list ul {
        display: block;
    }

    .top-arrivals__item-img {
        height: 48.7vw;
        margin-bottom: 3.61vw;
    }

    .top-arrivals__item-ttl {
        font-size: 4.1vw;
        margin-bottom: 2.05vw;
        -webkit-line-clamp: 2;
        line-height: 1.18;
    }

    .top-arrivals__item-price-text .color {
        font-size: 5.64vw;
    }

    .top-arrivals__item-price-text {
        font-size: 3.58vw;
    }

    .top-arrivals__item-price-box {
        gap: 0 3.2vw;
    }

    .top-arrivals__item-price-box .icon-train {
        width: 3.19vw;
    }

    .top-arrivals__item-text-box {
        margin-bottom: 5.12vw;
    }

    .top-arrivals__item-price {
        margin-bottom: 0.76vw;
    }

    .top-arrivals-sec .common-sec-ttl {
        margin-bottom: 97.82vw;
    }

    .top-arrivals__list ul li {
        width: 43.58vw;
        margin-right: 2.56vw;
    }

    .top-arrivals__item-img img {
        border-radius: 4px;
    }

    .top-arrivals__item-mador {
        font-size: 3.68vw;
    }


    .top-arrivals__item-access {
        font-size: 3.58vw;
        line-height: 1.1;
    }

    .top-arrivals__list {
        position: absolute;
        bottom: 14.79vw;
        left: 0;
        width: 100%;
    }

    .top-arrivals__list .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 1.53vw;
        bottom: -11.89vw;
    }

    .top-arrivals__list .slick-dots li {
        margin: 0;
        width: auto;
        height: auto;
    }

    .top-arrivals__list .slick-dots li button {
        width: 12.82vw;
        height: 6px;
        padding: 0;
    }

    .top-arrivals__list .slick-dots li button:before {
        content: "";
        width: 12.82vw;
        height: 6px;
        background: #EBEBEB;
        opacity: 1;
        display: block;
    }

    .top-arrivals__list .slick-dots li.slick-active button:before {
        background: var(--main-color);
    }

    .top-arrivals__list .slick-slider.slick-dotted {
        margin-bottom: 11.89vw;
    }

    /* TOP お客様の声・クチコミ */
    .top-voice-sec {
        padding-block: 15.89vw 17.97vw;
    }

    .top-voice-bg {
        height: 51.28vw;
    }

    .top-voice__flex-box {
        grid-template-columns: 1fr;
        gap: 5.12vw;
    }

    .top-voice__flex-box .common-sec-ttl__sub {
        margin-bottom: 2.82vw;
        font-size: 4.1vw;
        color: #1A1A1A;
    }

    .top-voice__flex-box .common-sec-ttl__main {
        font-size: 8.2vw;
        color: var(--main-color);
    }

    .top-voice__common-box {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .common-more-btn a {
        width: 58.97vw;
        min-block-size: 11.28vw;
    }

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

    .top-voice__item-list {
        margin-bottom: 7.69vw;
        height: 70.44vw;
    }

    .top-voice__flex-box .common-sec-ttl {
        margin-bottom: 5.56vw;
    }

    .top-voice-item a {
        gap: 0 3.58vw;
        padding-bottom: 4.35vw;
    }

    .voice-item__img {
        width: 20.51vw;
        height: 20.51vw;
    }

    .voice-item__img img {
        border-radius: 50%;
    }

    .top-voice-item+.top-voice-item a {
        padding-top: 5.12vw;
    }

    .top-voice-item__main-ttl {
        font-size: 3.58vw;
        margin-bottom: 2.17vw;
    }

    .top-voice-item__main-text {
        font-size: 3.58vw;
        -webkit-line-clamp: 3;
        margin-bottom: 0;
    }

    .top-voice-item {
        width: 100%;
    }

    .top-voice__item-list::-webkit-scrollbar {
        width: 2vw;
    }

    .top-voice-kuchikomi-item__main-ttl {
        font-size: 3.58vw;
        margin-bottom: 1.79vw;
    }

    .top-voice-kuchikomi-item__star {
        gap: 0 1.12vw;
        margin-bottom: 3.33vw;
    }

    .top-voice-kuchikomi-item__star img {
        width: 3.9vw;
    }

    .top-voice-kuchikomi-item {
        width: 100%;
        padding-bottom: 5.12vw;
    }

    .top-voice-kuchikomi-item+.top-voice-kuchikomi-item {
        padding-top: 5.12vw;
    }

    .common-more-btn.-link .icon-link {
        right: 5.12vw;
        width: 4.31vw;
    }


    .top-voice__voice-area {
        background-color: #FFF;
        border-radius: 6px;
        padding: 10.25vw 5vw;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    }

    .top-voice__kuchikomi-area {
        background-color: #FFFEF2;
        border-radius: 6px;
        padding: 10.25vw 5vw;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    }

    .top-voice-kuchikomi-item__main-text {
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.26;
        font-size: 3.84vw;
    }

    .top-voice__kuchikomi-area .common-sec-ttl__main {
        letter-spacing: 0;
    }

    /* TOP よくあるご質問 */
    .top-faq-sec {
        padding-block: 17.69vw 17.43vw;
    }

    .top-faq-sec .common-sec-ttl__sub {
        font-size: 3.58vw;
        margin-bottom: 3.07vw;
    }

    .top-faq-sec .common-sec-ttl__main {
        font-size: 7.17vw;
        margin-bottom: 6.15vw;
    }

    .top-faq-sec .common-sec-ttl__catch {
        font-size: 3.33vw;
    }

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

    .top-faq__list dl {
        padding: 2.56vw 2.56vw 5.12vw;
    }

    .top-faq__list dl+dl {
        margin-top: 5.12vw;
    }

    .top-faq__list {
        margin-bottom: 10.25vw;
    }

    .top-faq__question {
        gap: 0 4.61vw;
        padding-bottom: 4.61vw;
        margin-bottom: 4.1vw;
    }

    .top-faq__icon {
        width: 11.79vw;
        font-size: 5.64vw;
    }

    .top-faq__question-text {
        font-size: 4.61vw;
    }


    .top-faq__answer {
        letter-spacing: .01em;
    }


    .top-faq-sec .common-more-btn a {
        width: 64.1vw;
        min-block-size: 13.84vw;
    }

    .top-faq-sec .common-more-btn .common-more-btn__text {
        font-size: 4.1vw;
    }

    /* TOP スタッフブログ */
    .top-blog-sec {
        padding-block: 18.2vw 17.69vw;
        position: relative;
    }

    .top-blog-sec .common-sec-ttl {
        margin-bottom: 99.23vw;
    }

    .top-blog-sec .common-sec-ttl__sub {
        font-size: 3.58vw;
        margin-bottom: 3.07vw;
    }

    .top-blog-sec .common-sec-ttl__main {
        font-size: 7.17vw;
        margin-bottom: 6.15vw;
    }

    .top-blog-sec .common-sec-ttl__catch {
        font-size: 3.33vw;
    }

    .top-blog__list ul {
        display: block;
        margin-bottom: 0;
    }

    .top-blog-item__img {
        margin-bottom: 4.1vw;
    }

    .top-blog-item__main-ttl {
        font-size: 3.84vw;
        margin-bottom: 3.58vw;
    }

    .top-blog-item__main-text {
        font-size: 3.33vw;
        margin-bottom: 6.66vw;
    }

    .top-blog-item__main-date {
        padding-top: 2.05vw;
        font-size: 3.07vw;
    }

    .top-blog__list ul li {
        flex-shrink: 0;
        width: 69.23vw;
        margin-right: 5.12vw;
    }

    .top-blog-sec .common-more-btn a {
        width: 64.1vw;
        min-block-size: 13.84vw;
    }

    .top-blog-sec .common-more-btn .common-more-btn__text {
        font-size: 4.1vw;
    }

    /* TOP お部屋探しの流れ */
    .top-flow-sec {
        padding-block: 17.94vw;
    }

    .top-flow-sec .common-sec-ttl {
        margin-bottom: 8.71vw;
    }

    .top-flow-sec .common-sec-ttl__sub {
        font-size: 3.58vw;
        margin-bottom: 3.07vw;
    }

    .top-flow-sec .common-sec-ttl__main {
        font-size: 7.17vw;
        margin-bottom: 6.15vw;
    }

    .top-flow-sec .common-sec-ttl__catch {
        font-size: 3.33vw;
    }

    .top-flow__list ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2.56vw;
    }

    .top-flow__list li {
        padding: 3.84vw;
    }

    .top-flow-item__img {
        width: 20.51vw;
        padding: 1.28vw;
    }

    .top-flow-item__ttl-box {
        margin-top: 0;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 0 5.12vw;
        margin-bottom: 3.33vw;
    }

    .top-flow-item__en {
        font-size: 4.1vw;
        margin-bottom: 1.53vw;
    }

    .top-flow-item__ttl {
        font-size: 4.61vw;
        margin-bottom: 0;
    }

    .top-flow-item__img-outer {
        padding-inline: 0;
        width: fit-content;
        margin: 0;
        flex-shrink: 0;
    }

    .top-flow__list::before {
        width: 1px;
        height: 80%;
    }

    .top-flow-item__ttl-text {
        width: 100%;
    }

    .top-flow-item__main {
        letter-spacing: 0;
    }

    /* TOP 周辺情報について */
    .top-area-info-sec {
        padding-block: 0 16.66vw;
        position: relative;
    }

    .top-area-info-sec .common-sec-ttl__main {
        font-size: 7.17vw;
        margin-bottom: 6.15vw;
    }

    .top-area-info__list ul {
        display: block;
        margin-bottom: 0 !important;
    }

    .area-info-item__inner {
        padding: 2.56vw 3.84vw 6.41vw;
    }

    .area-info-item__img {
        width: 20.51vw;
        border-radius: 50%;
        overflow: hidden;
    }

    .area-info-item__ttl {
        font-size: 4.61vw;
    }

    .area-info-item__ttl-box {
        margin-bottom: 3.84vw;
        display: flex;
        align-items: center;
        gap: 0 3.84vw;
    }

    .top-area-info-sec .common-sec-ttl__catch {
        font-size: 3.33vw;
    }

    .top-area-info-sec .common-sec-ttl {
        margin-bottom: 90.25vw;
    }

    .top-area-info-sec .common-sec-ttl__sub {
        font-size: 3.58vw;
    }

    .top-area-info__list li {
        width: 84.61vw;
        flex-shrink: 0;
        display: block;
        margin-right: 2.56vw;
    }

    .area-info-item__main {
        font-size: 3.33vw;
    }

    .top-blog__list {
        position: absolute;
        bottom: 40.76vw;
        left: 0;
        width: 100%;
    }

    .top-area-info__list {
        position: absolute;
        bottom: 16.66vw;
        left: 0;
        width: 100%;
    }

    .top-area-info__list .slick-dots {
        display: flex;
        flex-wrap: wrap;
        gap: 2.56vw;
        bottom: 63.29vw;
        justify-content: center;
    }

    .top-area-info__list .slick-dots li {
        width: 43.58vw;
        margin: 0;
        min-block-size: 9.74vw;
    }

    .top-area-info__list .slick-dots li button {
        width: 100%;
        border-radius: 3px;
        background-color: #FFF;
        font-size: 3.58vw;
        color: #1A1A1A;
        display: grid;
        place-content: center;
        height: 100%;
        letter-spacing: .04em;
        font-weight: 500;
    }

    .top-area-info__list .slick-dots li button::before {
        content: none;
    }

    /* フッターお問い合わせ */
    .ft-contact {
        padding-block: 14.61vw 14.35vw;
        background-image: url(/wp-content/themes/swell_child/image/top_contact_bg_sp.webp);
    }

    .ft-contact__flex-box {
        flex-direction: column;
        gap: 6.15vw;
    }

    .ft-contact__ttl-box {
        width: 100%;
    }

    .ft-contact__cta-box {
        padding: 0;
        border-left: none;
    }

    .ft-contact__btn-area {
        flex-direction: column;
        gap: 2.05vw;
    }

    .ft-contact__btn-area .common-cta-btn a {
        width: 100%;
        min-block-size: 14.87vw;
        padding-inline: 5.12vw 7.61vw;
    }

    .ft-contact__ttl-en {
        font-size: 10.25vw;
        margin-bottom: 3.58vw;
    }

    .ft-contact__ttl-jp {
        font-size: 4.1vw;
        margin-bottom: 0;
    }

    .ft-contact__btn-area .icon-mail {
        width: 7.69vw;
    }

    .ft-contact__btn-area .hd-contact-btn__text {
        font-size: 4.61vw;
    }

    .ft-contact__btn-area .hd-contact-btn__text::after {
        width: 3.33vw;
        border-width: 3px 3px 0 0;
    }

    .ft-contact__btn-area .icon-reserve {
        width: 7.15vw;
    }

    .ft-contact__btn-area .common-cta-btn.-reserve .hd-contact-btn__text {
        margin-left: 5.66vw;
    }

    .ft-contact__btn-area .common-cta-btn.-line .hd-contact-btn__text {
        margin-left: 4.1vw;
    }

    .common-cta-btn {
        width: 100%;
    }

    .ft-contact__ttl-main {
        font-size: 3.58vw;
    }

    .ft-contact__btn-area .common-cta-btn.-reserve a {
        padding-inline: 5.38vw 7.61vw;
    }

    .ft-contact__btn-area .common-cta-btn.-line a {
        padding-inline: 3.84vw 7.61vw;
    }

    .icon-line {
        width: 10.25vw;
    }

    .ft-contact__btn-area .common-cta-btn.-contact .hd-contact-btn__text {
        margin-left: 5.38vw;
    }

    /* フッター */
    .site-footer__bottom.pc {
        display: none;
    }



    /* フッター */
    .site-footer {
        padding-block: 15.89vw 25.23vw;
    }

    .site-footer__top {
        padding-bottom: 0;
        flex-direction: column-reverse;
        border: none;
        gap: 8.97vw;
        margin-bottom: 12.82vw;
    }

    .site-footer__store-img {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 2.56vw;
        margin-bottom: 8.71vw;
    }

    .ft-store-item__img img {
        border-radius: 6px;
    }

    .ft-store-item__img {
        height: 160px;
        margin-bottom: 11px;
    }

    .site-footer__info {
        width: 100%;
    }

    .site-footer__info-map {
        width: 100%;
        height: 41vw;
    }

    .site-footer__logo {
        width: 29.91vw;
        margin: 0 auto 4.76vw;
    }

    .site-footer__info-store {
        font-size: 4.6vw;
        margin-bottom: 5.38vw;
    }

    .site-footer__info-add {
        font-size: 3.33vw;
        margin-bottom: 3.58vw;
    }

    .site-footer__info-num {
        font-size: 3.07vw;
        margin-bottom: 5.12vw;
    }

    .site-footer__bottom {
        padding-top: 30px;
        margin-bottom: 50px;
        gap: 0 100px;
    }

    .site-footer__end {
        display: block;
    }

    .site-footer__copyright small {
        font-size: 3.07vw;
    }

    .ft-store-item__img {
        height: 30.76vw;
        margin-bottom: 3.33vw;
    }

    .ft-store-item__name {
        font-size: 3.58vw;
    }

    .site-footer__store-text {
        font-size: 3.58vw;
    }

    .site-footer__store-box {
        padding-bottom: 10.25vw;
        border-bottom: solid 1px #D9D9D9;
    }

    .site-footer__info-store::before {
        width: 22.3vw;
    }

    .site-footer__copyright {
        text-align: center;
    }

    /* 追従 */
    .fixed-cookie {
        min-width: 100%;
        padding-block: 5.12vw 2.56vw;
        bottom: 17.94vw;
    }

    .fixed-cookie__inner {
        flex-direction: column;
        gap: 2.56vw;
    }

    .fixed-cookie__text {
        font-size: 3.33vw;
        line-height: 1.46;
    }

    .fixed-cookie__btn-text {
        width: 20.51vw;
        min-block-size: 7.69vw;
        font-size: 3.33vw;
    }

    .sp-site-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        z-index: 10;
    }

    .sp-fixed-btn a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        min-block-size: 17.94vw;
        padding: 0.76vw 1.5vw;
    }

    .sp-fixed-btn.-tel a {
        background-color: #0A4E88;
    }

    .sp-fixed-btn.-line a {
        background-color: #06C755;
    }

    .sp-fixed-btn.-reserve a {
        background-color: #C1A717;
    }

    .sp-fixed-btn.-mail a {
        background-color: var(--main-color);
    }

    .sp-fixed__icon-tel {
        width: 4.32vw;
        line-height: 1;
        margin: 0 auto 2.56vw;
    }

    .sp-fixed-btn a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .site-fixed-btn__text {
        font-size: 3.33vw;
        line-height: 1.61;
    }

    .sp-fixed__icon-line {
        width: 7.69vw;
        margin: 0 auto 1.53vw;
    }

    .sp-fixed__icon-reserve {
        width: 5.47vw;
        margin: 0 auto 2.3vw;
    }

    .sp-fixed__icon-mail {
        width: 5.9vw;
        margin: 0 auto 3.25vw;
    }

    /* ページ 店舗情報 */
    .common-page-h1-box {
        padding-block: 22.82vw 27.94vw;
        background-image: url(/wp-content/themes/swell_child/image/coomon_page_fv_sp.webp);
    }

    .common-page-h1__ttl {
        font-size: 4.1vw;
    }

    .common-page-h1__ttl .large {
        font-size: 8.2vw;
        margin-top: 3.58vw;
    }

    .company-profile__ttl-text {
        font-size: 6.66vw;
        letter-spacing: .17em;
    }

    .company-profile__ttl {
        padding-bottom: 5.12vw;
        margin-bottom: 6.66vw;
    }

    .company-profile__flex-box {
        flex-direction: column;
        gap: 5.12vw;
        margin-bottom: 10vw;
    }

    .company-profile__img {
        width: 100%;
        height: 51.28vw;
        margin-bottom: 0;
    }

    .company-profile__img img {
        border-radius: 6px;
    }

    .company-profile-cont {
        padding-top: 0;
    }

    .company-profile-cont dl {
        flex-direction: column;
        padding-bottom: 1.78vw;
        margin-bottom: 3.58vw;
        gap: 1.1vw;
    }

    .company-profile-cont dt {
        width: 100%;
        font-size: 3.58vw;
    }

    .company-profile-cont dd {
        font-size: 4.1vw;
    }

    .company-profile__map {
        height: 50vw;
        border-radius: 6px;
    }

    /* 投稿 */
    .l-content {
        padding-top: 4em;
    }

    /* 投稿 スタッフ紹介 */
    .staff-top__flex {
        flex-direction: column;
        gap: 7vw;
    }

    .staff-top__img {
        width: 100%;
    }

    .staff-top__img img {
        aspect-ratio: 1/1;
    }

    .staff-top__info-position {
        min-block-size: 8vw;
        font-size: 3.3vw;
        padding-top: .4em;
    }

    .staff-top__info-ttl {
        display: flex;
        gap: 0 3vw;
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    }

    .staff-top__info-name {
        font-size: 6.1vw;
    }

    .staff-top__info-en {
        font-size: 3.3vw;
    }

    .staff-top__info-tag {
        gap: 2vw;
    }

    .staff-top__info-tag-item {
        min-block-size: 8vw;
        padding-inline: 2vw;
    }

    .staff-top__info-tag-text {
        font-size: 3.3vw;
    }

    .staff-top-sec {
        margin-bottom: 12vw;
    }

    .staff-top__img::before {
        border-radius: 6px;
        top: 2vw;
        left: 2vw;
    }

    .staff-info__list {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .staff-info__item {
        padding: 3.5vw 5vw;
    }

    .staff-info-sec {
        padding-block: 12vw;
    }

    .staff-info__item::before {
        width: 1.02vw;
    }

    .staff-info__item-ttl-jp {
        font-size: 4.1vw;
    }

    .staff-info__item-ttl-en {
        font-size: 3.1vw;
    }

    .staff-info__item-ttl {
        margin-bottom: 2vw;
    }

    .staff-message-sec {
        padding-block: 12vw 0;
    }

    .staff-message-main__cont {
        padding: 5vw;
    }

    .staff-message-main__ttl {
        margin-bottom: 5vw;
    }

    .staff-message-main__ttl-text {
        font-size: 5.4vw;
        padding-bottom: 2vw;
        margin-bottom: 0;
    }

    .staff-message-main__cont-text {
        font-size: 3.6vw;
        text-align: left;
    }

    .common-sec-ttl.-page .common-sec-ttl__main {
        font-size: 7.17vw;
    }

    .common-sec-ttl.-page {
        margin-bottom: 6.15vw;
    }

    .single-staff .common_page_wrap {
        padding: 4vw 0 19.23vw;
    }

    .common-sec-ttl.-page .common-sec-ttl__sub.f-en {
        font-size: 3.58vw;
    }

    /* ページ エアコン割引サポート */
    .aircon-catch__main-text {
        font-size: 4.7vw;
        text-align: left;
        background: rgba(127, 223, 255, 0.3);
        padding: 1em 2em;
        text-align: center;
    }

    .aircon-worry-sec {
        padding-block: 15vw 0;
    }

    .page-aircon .common-sec-ttl__main {
        font-size: 7.17vw;
        margin-bottom: 3vw;
        line-height: 1.1;
        letter-spacing: .1em;
    }

    .aircon-worry-list ul {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .aircon-worry-list li {
        padding: 6vw;
        place-content: baseline;
    }

    .aircon-worry-item__ttl {
        font-size: 4.4vw;
        margin-bottom: 3vw;
        text-align: left;
    }

    .aircon-worry-item__text {
        font-size: 3.6vw;
    }

    .aircon-worry-list li::before {
        height: 60%;
        width: 1.1vw;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        border-radius: 0 8px 8px 0;
    }

    .aircon-worry__end {
        font-size: 7vw;
    }

    .aircon-worry-sec .common-sec-ttl {
        margin-bottom: 4vw;
    }

    .aircon-worry-list::after {
        width: 20vw;
        margin: 4vw auto 3vw;
    }

    .aircon-merit-sec {
        padding-block: 20vw 15vw;
    }

    .aircon-merit-list ul {
        grid-template-columns: 1fr;
        gap: 8vw;
    }

    .aircon-merit-item__img img {
        aspect-ratio: 2/1;
    }

    .aircon-merit-item__img {
        margin-bottom: 3vw;
    }

    .aircon-merit-item__ttl {
        font-size: 5vw;
    }

    .aircon-merit-item__text {
        font-size: 3.6vw;
    }

    .aircon-maker-sec {
        padding-block: 15vw;
    }

    .aircon-maker-list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
    }

    .aircon-maker-sec .common-sec-ttl {
        margin-bottom: 5vw;
    }

    .aircon-merit-sec .common-sec-ttl {
        margin-bottom: 5vw;
    }

    .aircon-flow-sec {
        padding-block: 15vw;
    }

    .aircon-flow-sec .common-sec-ttl {
        margin-bottom: 8vw;
    }

    .aircon-flow-sec .top-flow__list ul {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    .aircon-flow-sec .top-flow-item__ttl-box {
        margin-top: -6.4vw;
    }

    .aircon-flow-sec .top-flow-item__en {
        font-size: 4.6vw;
    }

    .aircon-flow-sec .top-flow-item__ttl {
        font-size: 4.6vw;
    }

    .aircon-flow-sec .top-flow-item__main {
        font-size: 3.1vw;
    }

    .aircon-flow-sec .top-flow__list li {
        padding: 3vw 2vw;
    }

    .aircon-faq-sec {
        padding-block: 15vw 7vw;
    }

    .page-template-page-aircon .common-page-h1__ttl .large {
        font-size: 7.6vw;
    }

    /* ページ エディオン */
    .common-page-h1-box.-edion .common-page-h1__ttl .large {
        font-size: 7.1vw;
    }

    .edion-check-sec {
        padding-bottom: 12vw;
    }

    .edion-check-sec .common-sec-ttl {
        margin-bottom: 7vw;
    }

    .page-edion .common-sec-ttl__main {
        font-size: 6.97vw;
        line-height: 1.3;
    }

    .edion-check-list ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 4vw;
    }

    .icon-check {
        width: 6.5vw;
    }

    .edion-check-item__text {
        font-size: 4.1vw;
    }

    .edion-check-list li {
        gap: 0 1.5vw;
    }

    .edion-campaign-sec {
        padding-block: 12vw;
    }

    .edion-campaign-sec .common-sec-ttl {
        margin-bottom: 6vw;
    }

    .edion-campaign-list ul {
        flex-direction: column;
        gap: 4vw;
    }

    .edion-campaign-item__img {
        width: 100%;
    }

    .edion-start-sec {
        padding-top: 12vw;
    }

    .edion-start__catch-text {
        font-size: 3.3vw;
    }

    .edion-start__catch::after {
        width: 20vw;
        margin: 4vw auto 10vw;
    }

    .edion-start__cta-box {
        width: 100%;
        padding: 4vw 5vw;
    }

    .edion-start__cta-ttl {
        margin: -8vw auto 6vw;
        padding: 0.8em 1em;
    }

    .edion-start__cta-ttl-text {
        font-size: 4.1vw;
        letter-spacing: .04em;
    }

    .edion-start__btn-area {
        flex-direction: column;
        gap: 2vw;
    }

    .edion-start__btn-area .common-cta-btn a {
        width: 92%;
        min-block-size: 13vw;
        padding-inline: 6vw;
        margin: 0 auto;
    }

    .common-cta-btn.-tel a {
        background-color: #0A4E88;
    }

    .icon-tel {
        width: 5vw;
        flex-shrink: 0;
    }

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

    .common-cta-btn.-tel .hd-contact-btn__text.f-sub {
        margin-left: 6vw;
    }

    .edion-start__btn-area .common-cta-btn.-line a {
        padding-inline: 4vw 6vw;
    }

    .edion-start__cta-box .common-cta-btn.-contact .hd-contact-btn__text {
        margin-left: 4vw;
    }

    .edion-start__btn-area .icon-mail {
        width: 7vw;
    }

    .edion-start__btn-area .icon-line {
        width: 10vw;
    }

    .edion-start__cta-box .common-cta-btn.-line .hd-contact-btn__text {
        margin-left: 4vw;
    }

    .edion-start__btn-area .hd-contact-btn__text::after {
        width: 3vw;
        border-width: 3px 3px 0 0;
    }

    .edion-start__btn-area .hd-contact-btn__text {
        font-size: 4.1vw;
    }

    /* ページ 分割払い可能 */
    .installment-recommend-sec {
        padding-bottom: 13vw;
    }

    .installment-recommend-sec .common-sec-ttl {
        margin-bottom: 14vw;
    }

    .page-installment .common-sec-ttl__main {
        font-size: 6.97vw;
    }

    .installment-recommend-list li {
        padding: 3vw;
        width: 44vw;
    }

    .installment-recommend__text {
        font-size: 3.1vw;
    }

    .installment-recommend-list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12vw 2vw;
        justify-content: center;
    }

    .installment-recommend__img {
        width: 23vw;
        margin: -11vw auto 2vw;
    }

    .installment-recommend__img img {
        width: 18vw;
    }

    .installment-service-sec {
        padding-block: 13vw;
    }

    .installment-service__list ul {
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .installment-service-sec .area-info-item__ttl {
        font-size: 4.1vw;
    }

    .installment-service__list .area-info-item__img {
        aspect-ratio: 1/1;
    }

    .installment-service-sec .area-info-item__main {
        font-size: 3.3vw;
    }

    .installment-service__list .area-info-item__inner {
        padding: 3vw;
    }

    .installment-step-sec {
        padding-top: 13vw;
    }

    .installment-step-sec .common-sec-ttl {
        margin-bottom: 6vw;
    }

    .installment-service-sec .common-sec-ttl {
        margin-bottom: 6vw;
    }

    .installment-step__list {
        padding-top: 6vw;
        overflow-x: scroll;
    }

    .installment-step__list ul {
        display: flex;
        gap: 4vw;
    }

    .installment-step__list li {
        width: 70vw;
        flex-shrink: 0;
    }

    .installment-step-item__en {
        font-size: 4.5vw;
        margin: -11.8vw auto 3vw;
    }

    .installment-step-item__img {
        height: 50vw;
        margin: 0 auto 2vw;
    }

    .installment-step-item__ttl {
        font-size: 4.8vw;
    }

    .installment-step-item__main {
        font-size: 3.6vw;
    }

    /* ホバー */
    .site-header__search-menu-item a:hover {
        opacity: 1;
    }

    .common-cta-btn a:hover {
        opacity: 1;
    }

    .top-search__btn li a:hover {
        background-color: #FFF;
    }

    .top-search__btn li a:hover::before {
        background-color: var(--main-color);
    }

    .top-search__btn li a:hover .top-search__area-icon svg path {
        fill: #1364a9;
    }

    .top-search__btn li a:hover .top-search__btn-ttl-jp {
        color: #1A1A1A;
    }

    .top-search__btn li a:hover .top-search__btn-ttl-en {
        color: var(--main-color);
    }

    .top-search__btn li a:hover .top-search__rail-icon svg path {
        fill: #1364a9;
    }

    .search-commit__item a:hover .search-commit__item-bg img {
        scale: 1;
    }

    .top-search__tag li a:hover {
        background-color: #FFF;
        color: #1A1A1A;
    }

    .top-staff__list li a:hover .top-staff-list__item-img img {
        scale: 1;
    }

    .top-banner-item a:hover {
        opacity: 1;
    }

    .top-staff__list li a:hover .top-staff-list__item-ttl-arrow {
        background-color: #0A4E88;
    }

    .top-staff__list li a:hover .top-staff-list__item-ttl-arrow::before {
        border-color: #FFF;
    }

    .top-arrivals__list li a:hover .top-arrivals__item-img img {
        scale: 1;
    }

    .common-more-btn a:hover {
        opacity: 1;
    }

    .top-blog__list li a:hover .top-blog-item__img img {
        scale: 1;
    }

    .site-footer__recommend-menu li a:hover {
        opacity: 1;
    }

    .site-footer__nav-menu li a:hover {
        opacity: 1;
    }

    .site-footer__end-menu a:hover {
        opacity: 1;
    }

    .site-header__page-menu-item a:hover {
        opacity: 1;
    }

}