@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: #0068B7;
    --sub-color: #ea6060;
}

/* サイト内のメインフォントはここに追加 */
html,
button,
input,
select,
textarea {
    font-family: "Zen Kaku Gothic New", sans-seri !important;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('../fonts/DIN-2014_Extra-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('../fonts/DIN2014_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('../fonts/DIN2014_Demi.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DIN2014';
    src: url('../fonts/DIN2014_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

.font_din {
    font-family: 'DIN2014', sans-serif;
    font-weight: 700;
}

.font_mon {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
}


body {
    color: #292929;
    font-size: 16px;
    line-height: 1.7;
    min-width: 1440px;
}

html,
body {
    overscroll-behavior: none;
}

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

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

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

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

.wrap.mid {
    width: 1100px;
}

.wrap.lr {
    width: 1190px;
}

/* privacy */
.privacy_cont_sec .main_text {
    font-size: 16px;
    letter-spacing: .07em;
    font-weight: 400;
    line-height: 1.8;
    margin-block: 0 45px;
}

.privacy_cont_sec dl+dl {
    margin-block: 40px 0;
}

.privacy_cont_sec dl dt {
    font-size: 18px;
    letter-spacing: .07em;
    font-weight: 700;
    line-height: 1.5;
    border-left: 4px solid var(--sub-color);
    padding-inline: 0.8em 0;
    margin-block: 0 0.7em;
}

.privacy_cont_sec dl dd {
    font-size: 14px;
    letter-spacing: .07em;
    font-weight: 400;
    line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-container .content {
    display: none;
}

.content-container .content.show {
    display: block;
}

.side_menu {
    width: 250px;
    background: #D90000;
    position: relative;
    z-index: 2;
}

.side_menu .side_box {
    position: sticky;
    left: 0;
    top: 0;
    padding: 20px;
}

.border_fixed {
    content: "";
    width: calc(100vw - 250px);
    height: 100vh;
    position: fixed;
    left: 250px;
    top: 0;
    z-index: 9;
    pointer-events: none;
    border: 10px solid #D90000;
}

.border_fixed_radius {
    content: "";
    width: calc(100vw - 250px - 2px);
    height: 100vh;
    position: fixed;
    left: 250px;
    top: 0;
    z-index: 9;
    pointer-events: none;
    border: 10px solid #D90000;
    border-radius: 20px;
}

.side_menu .side_box .logo {
    background: #fff;
    width: 210px;
    height: 120px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.side_menu .side_box .menu {
    border-bottom: 2px dotted #fff;
    padding-bottom: 18.5px;
    margin-bottom: 18.5px;
}

.side_menu .side_box .menu ul li+li {
    margin-top: 10px;
}

.side_menu .side_box .menu ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
}

.side_menu .side_box .menu ul li a {
    color: #fff;
    font-weight: 700;
    transition: .3s;
    position: relative;
    display: block;
    font-size: 14.7px;
    padding-left: 10px;
}

.side_menu .side_box ul li a:hover {
    opacity: .7;
    text-decoration: underline;
}

.side_menu .side_box .blank_menu ul li a {
    color: #fff;
    font-weight: 700;
    background: url(/wp-content/themes/swell_child/image/icon_link.svg) no-repeat;
    background-position: 100%;
    background-size: 14px;
    display: block;
    font-size: 14.7px;
    padding-left: 10px;
}

.side_menu .side_box .blank_menu ul li+li {
    margin-top: 10px;
}

.side_menu .side_box .blank_menu {
    margin-bottom: 20px;
}

.side_menu .side_box .button_wrap {
    gap: 10px 0;
    margin-bottom: 10px;
}

.side_menu .side_box .button_wrap .button {
    width: 100px;
}

.side_menu .side_box .button_wrap .button a {
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    padding-top: 9px;
    text-align: center;
    font-size: 13px;
    color: initial;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #D90000;
}

.side_menu .side_box .button_wrap .button a:hover {
    background: #D90000;
    transition: .3s;
    color: #fff;
    border: 1px solid #fff;
}

.side_menu .side_box .button_wrap .button a .icon {
    width: 30px;
    height: 30px;
    background: #F8F5EF;
    display: block;
    border-radius: 100%;
    margin: 0 auto 3px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.side_menu .side_box .button_wrap .button.reserved a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_calendar.svg);
}

.side_menu .side_box .button_wrap .button.mail a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_mail.svg);
}

.side_menu .side_box .button_wrap .button.favorite a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_favorite.svg);
}

.side_menu .side_box .button_wrap .button.history a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_history.svg);
}

.side_menu .side_box .tel {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    padding-left: 34px;
    background-image: url(/wp-content/themes/swell_child/image/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: 7px;
    line-height: 1.2;
}

.side_menu .side_box .time {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.main_contents {
    width: calc(100% - 250px);
    background: #F8F5EF;
    position: relative;
    z-index: 1;
}

.section_mainvisual {
    margin-bottom: 70px;
    padding-bottom: 70px;
    position: relative;
}

.section_mainvisual .cont {
    background: #F8F5EF;
    position: relative;
    border-radius: 10px;
}

.section_mainvisual .cont .wrap {
    display: flex;
    align-items: flex-end;
    min-height: 660px;
}

.section_mainvisual .cont .text_box {
    position: relative;
    z-index: 2;
    padding-bottom: 54px;
}

.section_mainvisual .catch_text {
    margin-bottom: 20px;
}

.section_mainvisual .catch_text .text {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.section_mainvisual .catch_text .text:before {
    content: "";
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.section_mainvisual .catch_text .text:first-child::before {
    border-radius: 5px 5px 0 0;
}

.section_mainvisual .catch_text .text:nth-child(2)::before {
    border-radius: 0 5px 0 0;
}

.section_mainvisual .catch_text .text:nth-child(3)::before {
    border-radius: 0 5px 5px 5px;
    height: 65px;
    bottom: -5px;
}

.section_mainvisual .catch_text span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    position: relative;
    z-index: 2;
}

.section_mainvisual .catch_text .accent.font_din {
    font-size: 64px;
    line-height: 1;
    position: relative;
}

.section_mainvisual .catch_text .accent.font_din img {
    position: absolute;
    left: -7px;
    top: 20px;
    z-index: -1;
    width: 104px;
    max-width: unset;
}

.section_mainvisual .catch_text .accent {
    color: #D90000;
}

.section_mainvisual .lead_text {
    color: #fff;
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-shadow: 0 0 10px rgba(41, 41, 41, .6);
}

.scroll-infinity {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    width: 100%;
    height: 100%;
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    height: 100%;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
}

.scroll-infinity__list--right {
    animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: 600px;
    height: 600px;
    margin: 0 5px;
}

.scroll-infinity__item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.section_reviews {
    margin-bottom: 125px;
}

.section_reviews .cont {
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 55px 50px 60px 50px;
}

.section_reviews .cont:before {
    content: "";
    width: 1000px;
    height: 6px;
    background: #D90000;
    position: absolute;
    left: calc(50% - 500px);
    top: 0;
}

.section_reviews .cont ul li {
    border-radius: 5px;
    overflow: hidden;
    width: 320px;
    margin: 0 10px;
}

.section_reviews .cont ul li a {
    display: block;
}

.section_reviews .cont ul li:hover .text_area .title {
    color: #D90000;
    text-decoration: underline;
}

.section_reviews .cont ul li .image {
    height: 200px;
}

.section_reviews .cont ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_reviews .cont ul li .text_area {
    background: #F8F5EF;
    padding: 15px 20px 25px 20px;
}

.section_reviews .cont ul li .text_area .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 14px;
}

.section_reviews .cont ul li .text_area .button a {
    display: block;
    width: 100px;
    line-height: 22px;
    background: #D90000;
    color: #fff;
    border-radius: 12px;
    padding-left: 10px;
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.section_reviews .cont ul li .text_area .button a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.section_reviews .cont .slick-prev,
.section_reviews .cont .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-indent: -9999px;
    z-index: 9;
}

.section_reviews .cont .slick-prev:after,
.section_reviews .cont .slick-next:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/swell_child/image/arrow.svg) no-repeat, #fff;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.section_reviews .cont .slick-prev:after {
    transform: scale(-1, 1);
}

.common_title_box {
    text-align: center;
    margin-bottom: 30px;
}

.common_title_box .en {
    color: #D90000;
}

.common_title_box .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.common_title_box .lead {
    color: #9A9A9A;
}

.common_title_box.border {
    text-align: left;
    border-left: 6px solid #D90000;
    padding-left: 24px;
}

.common_button a {
    display: block;
    width: 320px;
    line-height: 64px;
    border-radius: 35px;
    color: #D90000;
    padding-left: 30px;
    font-weight: 700;
    border: 3px solid;
    margin: 25px auto 0 auto;
    background-color: #fff;
    background-image: url(/wp-content/themes/swell_child/image/arrow.svg);
    background-repeat: no-repeat;
    background-position: 270px;
    transition: .3s;
}

.common_button.blank a {
    background-image: url(/wp-content/themes/swell_child/image/icon_link_circle.svg);
}

.common_button a:hover {
    color: #fff;
    background-color: #D90000;
    border-color: #D90000;
    background-image: url(/wp-content/themes/swell_child/image/arrow_white.svg);
}

.common_button.blank a:hover {
    background-image: url(/wp-content/themes/swell_child/image/icon_link_circle_white.svg);
}

.section_recommend .tab-container {
    width: 230px;
}

.section_recommend .tab-container .tab {
    background: #fff;
    line-height: 60px;
    font-weight: 700;
    padding-left: 30px;
    border-radius: 35px;
    cursor: pointer;
    transition: .3s;
}

.section_recommend .tab-container .tab.active {
    background: #D90000;
    color: #fff;
}

.section_recommend .tab-container .tab.active:hover {
    opacity: 1;
}

.section_recommend .tab-container .tab:hover {
    background: #D90000;
    color: #fff;
    opacity: .6;
}

.section_recommend .tab-container .tab+.tab {
    margin-top: 10px;
}

.section_recommend .content-container {
    width: 820px;
}

.section_recommend .content-container ul {
    gap: 20px;
}

.section_recommend .content-container ul li {
    width: 260px;
    border-radius: 5px;
    overflow: hidden;
}

.section_recommend .content-container ul li a {
    color: initial;
}

.section_recommend .content-container ul li .image {
    height: 175px;
    overflow: hidden;
}

.section_recommend .content-container ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.section_recommend .content-container ul li:hover .image img {
    transform: scale(1.1, 1.1);
}

.section_recommend .content-container ul li .text_area {
    background: #fff;
    padding: 15px 20px 20px 20px;
}

.section_recommend .content-container ul li .text_area .title {
    font-size: 18px;
    margin-bottom: 11px;
    display: inline-block;
    transition: .3s;
}

.section_recommend .content-container ul li a:hover .text_area .title {
    color: #D90000;
    text-decoration: underline;
}

.section_recommend .content-container ul li .text_area dl {
    align-items: flex-start;
    justify-content: space-between;
}

.section_recommend .content-container ul li .text_area dl+dl {
    margin-top: 5px;
}

.section_recommend .content-container ul li .text_area dl dt {
    font-size: 12px;
    background: #D90000;
    color: #fff;
    border-radius: 14px;
    width: 56px;
    text-align: center;
    line-height: 22px;
}

.section_recommend .content-container ul li .text_area dl dd {
    width: calc(100% - 64px);
}

.section_recommend .content-container ul li .text_area dl.access dd {
    font-size: 12px;
}

.section_recommend .content-container ul li .text_area dl.madori dd {
    font-weight: 700;
}

.section_recommend .content-container ul li .text_area dl.price dd {
    font-size: 12px;
}

.section_recommend .content-container ul li .text_area dl.price dd span {
    font-size: 20px;
    line-height: 1.3;
}

.section_recommend .banner_area {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.section_recommend .banner_area a {
    transition: .3s;
    display: block;
    position: relative;
    color: #fff;
    border-radius: 10px;
    width: 1000px;
    background: url(/wp-content/themes/swell_child/image/banner_recruit_back.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.section_recommend .banner_area a .cont {
    position: relative;
    padding: 41.5px 0 30px 0;
}

.section_recommend .banner_area a .cont:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/swell_child/image/banner_recruit_pick.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    mix-blend-mode: overlay;
}

.section_recommend .banner_area a .cont:before {
    content: "";
    width: 98%;
    height: 94%;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    left: 1%;
    top: 3%;
    pointer-events: none;
}

.section_recommend .banner_area a:hover {
    opacity: .7;
}

.section_recommend .banner_area a .text_area {
    width: 580px;
    position: relative;
    z-index: 4;
}

.section_recommend .banner_area a .text_area .catch_area {
    background: #fff;
    color: #19325A;
    position: relative;
    padding-left: 125px;
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 9px;
}

.section_recommend .banner_area a .text_area .catch_area .lead {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.section_recommend .banner_area a .text_area .catch_area .lead .accent {
    font-size: 56px;
    color: #D90000;
    margin-right: .2em;
}

.section_recommend .banner_area a .text_area .catch_area .circle {
    background: #D90000;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    color: #fff;
    position: absolute;
    left: 25px;
    top: -10px;
    text-align: center;
    padding-top: 17px;
    z-index: 2;
}

.section_recommend .banner_area a .text_area .name {
    display: inline-block;
    background: #fff;
    color: #D90000;
    font-size: 32px;
    font-weight: 700;
    padding-left: 45px;
    padding-right: 20px;
    line-height: 1.45;
    margin-bottom: 20px;
}

.section_recommend .banner_area a .text_area .other_text {
    padding-left: 45px;
}

.section_recommend .banner_area a .text_area .other_text .text {
    line-height: 1.6;
    margin-bottom: 29px;
}

.section_recommend .banner_area a .text_area .other_text .more {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-right: 35px;
}

.section_recommend .banner_area a .text_area .other_text .more:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    width: 11px;
    height: 11px;
    margin: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.section_recommend .banner_area a .image_area {
    width: 420px;
    margin-left: -30px;
    padding-top: 10px;
    position: relative;
    z-index: 3;
}

.section_recommend .banner_area a .image_area .image {
    width: 100%;
    height: 250px;
    margin-bottom: 7px;
}

.section_recommend .banner_area a .image_area .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_recommend .banner_area a .image_area .data_text {
    font-size: 14px;
    font-weight: 700;
    color: #19325A;
    text-align: right;
}

.section_information {
    padding: 150px 0 120px 0;
}

.section_information .title_area {
    width: 295px;
}

.section_information .list_area {
    width: 650px;
}

.section_information ul li+li {
    margin-top: 10px;
}

.section_information ul li a {
    background: #fff;
    padding: 24.5px 60px 24.5px 30px;
    background-image: url(/wp-content/themes/swell_child/image/arrow.svg);
    background-repeat: no-repeat;
    background-position: 590px;
    align-items: center;
    color: initial;
    border-radius: 5px;
    transition: .3s;
    border: 2px solid #fff;
    flex-wrap: nowrap;
}

.section_information ul li a:hover {
    border-color: #D90000;
    color: #D90000;
}

.section_information ul li a:hover .title {
    text-decoration: underline;
}

.section_information ul li a:hover .data {
    color: #D90000;
    transition: .3s;
}

.section_information ul li a .data {
    color: #9A9A9A;
    text-decoration: underline;
    letter-spacing: .1em;
}

.section_information ul li a .title {
    font-weight: 700;
    margin-left: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section_search .cont {
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 55px 50px 60px 50px;
    align-items: flex-end;
}

.section_search .cont:before {
    content: "";
    width: 1000px;
    height: 6px;
    background: #D90000;
    position: absolute;
    left: calc(50% - 500px);
    top: 0;
}

.section_search .cont .common_title_box {
    text-align: left;
    margin-bottom: 15px;
}

.section_search .cont .common_title_box .title {
    line-height: 1.2;
}

.section_search .cont .box:nth-child(1) {
    width: 450px;
}

.section_search .cont .box:nth-child(2) {
    width: 510px;
}

.section_search .cont .box .button_wrap {
    margin-bottom: 15px;
}

.section_search .cont .box .button_wrap .button a {
    display: block;
    width: 220px;
    height: 225px;
    text-align: center;
    padding-top: 38px;
    background-color: #D90000;
    color: #fff;
    border: 3px solid #D90000;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
}

.section_search .cont .box .button_wrap .button a .icon {
    width: 100px;
    height: 100px;
    background: #F8F5EF;
    border-radius: 100%;
    margin: 0 auto 20px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.section_search .cont .box .button_wrap .button.area a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_map.svg);
}

.section_search .cont .box .button_wrap .button.train a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_train.svg);
}

.section_search .cont .box .button_wrap .button a:hover {
    color: #D90000;
    border-color: #D90000;
    background: #fff;
}

.section_search .cont .box .common_title {
    font-size: 14px;
    margin-bottom: 12px;
}

.section_search .cont .box .common_title .en {
    color: #D90000;
    font-size: 20px;
    margin-right: 10px;
}

.section_search .cont .box .keyword_box form {
    position: relative;
}

.section_search .cont .box .keyword_box form .text {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 3px solid #D90000;
    padding-left: 20px;
    padding-right: 70px;
    position: relative;
}

.section_search .cont .box .keyword_box form:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #9A9A9A;
    position: absolute;
    right: 64px;
    top: 15px;
}

.section_search .cont .box .keyword_box form .text::placeholder {
    color: #9A9A9A;
    font-size: 14px;
    font-weight: 700;
}

.section_search .cont .box .keyword_box form .submit {
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/swell_child/image/icon_search.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 25px;
    top: 13px;
    text-indent: -9999px;
}

.section_search .cont .box .contents_list ul {
    gap: 10px;
}

.section_search .cont .box .contents_list ul li {
    width: 250px;
}

.section_search .cont .box .contents_list ul li a {
    height: 105px;
    background: #fff;
    border: 3px solid #D90000;
    border-radius: 5px;
    align-items: center;
    padding-left: 30px;
    gap: 15px;
    color: #D90000;
    font-weight: 700;
    transition: .3s;
}

.section_search .cont .box .contents_list ul li a:hover {
    background: #D90000;
    color: #fff;
}

.section_search .cont .box .contents_list ul li a .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #F8F5EF;
    background-position: center;
    background-repeat: no-repeat;
}

.section_search .cont .box .contents_list ul li.single a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_single.svg);
}

.section_search .cont .box .contents_list ul li.couple a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_couple.svg);
}

.section_search .cont .box .contents_list ul li.pet a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_pet.svg);
}

.section_search .cont .box .contents_list ul li.zero a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_zero.svg);
}

.section_search .cont .box .contents_list ul li.new a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_new.svg);
}

.section_search .cont .box .contents_list ul li.station a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_station.svg);
}

.section_staff {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.section_staff:before {
    content: "";
    width: calc((100% - 1000px) / 2);
    height: 100%;
    background: #F8F5EF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.section_staff ul li.slide {
    width: 240px;
    margin: 0 10px;
}

.section_staff ul li.slide .image {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}

.section_staff ul li.slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.section_staff ul li.slide .en {
    font-size: 14px;
    font-weight: 600;
    color: #9A9A9A;
}

.section_staff ul li.slide .jp {
    color: initial;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
}

.section_staff ul li.slide:hover .jp {
    color: #D90000;
    transition: .3s;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.section_staff ul li.slide:hover .en {
    color: #D90000;
    transition: .3s;
}

.section_staff ul li.slide .text_area {
    background-image: url(/wp-content/themes/swell_child/image/arrow.svg);
    background-position: 100%;
    background-repeat: no-repeat;
}

.section_staff .slick-prev,
.section_staff .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-indent: -9999px;
    z-index: 9;
    top: -50px;
}

.section_staff .slick-prev:after,
.section_staff .slick-next:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/swell_child/image/arrow.svg) no-repeat, #fff;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.section_staff .slick-next {
    right: 0;
}

.section_staff .slick-prev {
    left: 890px;
}

.section_staff .slick-prev:after {
    transform: scale(-1, 1);
}

.section_staff .slick-list {
    overflow: visible;
}

.section_column .cont {
    background: #fff;
    padding: 55px 50px 60px 50px;
    border-radius: 10px;
}

.section_column .cont .box {
    width: 480px;
}

.section_column .cont .box .title_box {
    position: relative;
    text-align: center;
    color: #D90000;
    margin-bottom: 30px;
}

.section_column .cont .box .title_box:before {
    content: "";
    width: 100%;
    height: 3px;
    border-bottom: 3px dashed #D90000;
    position: absolute;
    left: 0;
    top: 14px;
}

.section_column .cont .box .title_box .en {
    display: inline-block;
    font-weight: 600;
    background: #fff;
    padding: 0 1em;
    position: relative;
    z-index: 2;
}

.section_column .cont .box .title_box .title {
    font-size: 24px;
    font-weight: 700;
}

.section_column .cont .box ul li+li {
    margin-top: 10px;
}

.section_column .cont .box ul li a {
    align-items: center;
}

.section_column .cont .box ul li .image {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 5px;
}

.section_column .cont .box ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.section_column .cont .box ul li a:hover .image img {
    transform: scale(1.1, 1.1);
}

.section_column .cont .box ul li .text_area {
    width: 325px;
}

.section_column .cont .box ul li .text_area .data {
    color: #9A9A9A;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.section_column .cont .box ul li a:hover .text_area .data {
    color: #D90000;
    transition: .3s;
}

.section_column .cont .box ul li .text_area .title {
    font-weight: 700;
    color: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
}

.section_column .cont .box ul li a:hover .text_area .title {
    color: #D90000;
    transition: .3s;
    text-decoration: underline;
}

.section_column .cont .box ul li .text_area .text {
    font-size: 13px;
    color: #9A9A9A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section_instagram {
    padding-top: 60px;
    min-height: 350px;
}

.section_instagram .wrap {
    position: relative;
}

.section_instagram .common_title_box {
    background: #fff;
    padding: 100px 40px 96.5px 40px;
    width: 385px;
    border-radius: 0 10px 10px 0;
    border-bottom: 8px solid #D90000;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

.section_instagram .common_title_box .title {
    font-size: 32px;
}

.section_instagram .scroll_area {
    margin-left: calc((100% - 1190px) / 2 + 385px);
    margin-top: 70px;
}

.section_instagram .scroll_area .slide {
    width: 190px;
    height: 190px;
    margin: 0 10px;
}

.section_instagram .scroll_area .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_town {
    position: relative;
    padding-top: 120px;
}

.section_town .text_area {
    width: 455px;
}

.section_town .text_area .title_box {
    margin-bottom: 35px;
}

.section_town .text_area .title_box .lead {
    color: #9A9A9A;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.section_town .text_area .title_box .lead:before {
    content: "-";
    margin: 0 .5em;
}

.section_town .text_area .title_box .title {
    border-left: 6px solid #D90000;
    padding-left: 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}

.section_town .text_area .title_box .title .accent {
    color: #D90000;
}

.section_town .text_area .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .07em;
}

.section_town .image {
    position: absolute;
    right: 0;
    top: 120px;
    height: 480px;
    width: calc(550px + ((100% - 1000px) / 2));
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

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

.section_store {
    padding-top: 150px;
}

.section_store .cont {
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 55px 50px 60px 50px;
    align-items: flex-end;
}

.section_store .cont:before {
    content: "";
    width: 1000px;
    height: 6px;
    background: #D90000;
    position: absolute;
    left: calc(50% - 500px);
    top: 0;
}

.section_store .cont ul li {
    width: 240px;
    border-radius: 5px;
    overflow: hidden;
}

.section_store .cont ul li .image {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.section_store .cont ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.section_store .cont ul li a:hover .image img {
    transform: scale(1.1, 1.1);
}

.section_store .cont ul li .text_area {
    background: #F8F5EF;
    padding: 20px 20px 25px 20px;
}

.section_store .cont ul li a {
    color: initial;
}

.section_store .cont ul li .text_area .title {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    transition: .3s;
}

.section_store .cont ul li .text_area .address {
    font-size: 13px;
}

.section_store .cont ul li a:hover .title {
    text-decoration: underline;
    color: #D90000;
}

.section_recruit {
    padding: 120px 0;
    position: relative;
}

.section_recruit .image {
    width: calc(550px + ((100% - 1000px) / 2));
    height: 480px;
    margin-right: 50px;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 120px;
}

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

.section_recruit .text_area {
    width: 390px;
    margin-left: 700px;
    padding-top: 35px;
}

.section_recruit .text_area .title_box {
    margin-bottom: 30px;
}

.section_recruit .text_area .title_box .en {
    background: #fff;
    display: inline-block;
    color: #D90000;
    border: 1px solid;
    padding: 4.5px 10px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.section_recruit .text_area .title_box .title {
    font-size: 40px;
    font-weight: 700;
    color: #D90000;
}

.section_recruit .text_area .lead {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.section_recruit .text_area .text {
    font-size: 14px;
}

.section_recruit .text_area .common_button a {
    margin-left: 0;
    width: 280px;
    background-position: 230px;
}

#main_footer .main_cont .box_wrap {
    background: #fff;
    padding: 80px 100px 80px 90px;
    border-radius: 10px 10px 0 0;
}

#main_footer .main_cont .box_wrap .link_box {
    position: relative;
    background: #F8F5EF;
    border-radius: 10px;
    padding: 65px 30px 52px 30px;
    margin-bottom: 50px;
}

#main_footer .main_cont .box_wrap .link_box .title_box {
    text-align: center;
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
}

#main_footer .main_cont .box_wrap .link_box .title_box .en {
    color: #D90000;
}

#main_footer .main_cont .box_wrap .link_box .title_box .ribon {
    width: 380px;
    height: 55px;
    background: url(/wp-content/themes/swell_child/image/ribon.svg) no-repeat;
    background-position: center;
    margin: 0 auto;
    padding-top: 2px;
}

#main_footer .main_cont .box_wrap .link_box .title_box .ribon .title {
    color: #fff;
    font-size: 24px;
}

#main_footer .main_cont .box_wrap .link_box ul li {
    width: 300px;
    transition: .3s;
}

#main_footer .main_cont .box_wrap .link_box ul li:hover {
    opacity: .6;
}

#main_footer .main_cont .box_wrap .banner_box {
    width: 880px;
    margin: 0 auto;
}

#main_footer .main_cont .box_wrap .banner_box a {
    transition: .3s;
}

#main_footer .main_cont .box_wrap .banner_box a:hover {
    opacity: .7;
}

#main_footer .main_cont .box_wrap .shop_information {
    border-top: 5px dashed #F8F5EF;
    padding-top: 60px;
    margin-top: 50px;
}

#main_footer .main_cont .cont {
    margin-bottom: 60px;
}

#main_footer .main_cont .box_wrap .shop_information .text_area {
    width: 450px;
    color: #727272;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .logo {
    margin-bottom: 20px;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .logo img {
    width: 300px;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .address {
    font-size: 14px;
    margin-bottom: 1em;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .tel {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .tel .accent {
    font-size: 20px;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .time {
    font-size: 12px;
    margin-bottom: 35px;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button a {
    display: block;
    width: 220px;
    line-height: 50px;
    background: #D90000;
    color: #fff;
    border: 3px solid #D90000;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    transition: .3s;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button a:hover {
    background: #fff;
    color: #D90000;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button a:hover .icon {
    background-color: #D90000;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button a .icon {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

#main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button.shop a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_shop.svg);
}

#main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button.shop a:hover .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_shop_white.svg);
}

#main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button.reserved a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_calendar.svg);
    background-size: 14px;
}


#main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button.reserved a:hover .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_calendar_white.svg);
}

#main_footer .main_cont .box_wrap .shop_information .map {
    width: 500px;
    height: 300px;
    border: 5px solid #D90000;
    border-radius: 10px;
}

#main_footer .main_cont .box_wrap .shop_information .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#main_footer .main_cont .banner_slider .main_slider {
    margin-bottom: 20px;
}

#main_footer .main_cont .banner_slider .main_slider .slick-prev,
#main_footer .main_cont .banner_slider .main_slider .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-indent: -9999px;
    z-index: 9;
}

#main_footer .main_cont .banner_slider .main_slider .slick-prev {
    left: -15px;
}

#main_footer .main_cont .banner_slider .main_slider .slick-next {
    right: -15px;
}

#main_footer .main_cont .banner_slider .main_slider .slick-prev:after,
#main_footer .main_cont .banner_slider .main_slider .slick-next:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/swell_child/image/arrow.svg) no-repeat, #fff;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

#main_footer .main_cont .banner_slider .main_slider .slick-prev:after {
    transform: scale(-1, 1);
}

#main_footer .main_cont .banner_slider .main_slider ul li {
    margin: 0 10px;
}

#main_footer .main_cont .banner_slider .thumbnail_slider .slick-track {
    transform: unset !important;
}

#main_footer .main_cont .banner_slider .thumbnail_slider ul li {
    margin: 0 5px;
}

#main_footer .main_cont .banner_slider ul li img {
    border-radius: 5px;
}

#main_footer .site_contents {
    padding: 60px 0 45px 0;
}

#main_footer .site_contents .button_wrap {
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

#main_footer .site_contents .button_wrap .button a {
    display: block;
    width: 280px;
    line-height: 60px;
    background: #fff;
    color: #D90000;
    border-radius: 50px;
    font-weight: 700;
    padding-left: 60px;
    position: relative;
    border: 3px solid #D90000;
    transition: .3s;
}

#main_footer .site_contents .button_wrap .button a:hover {
    background: #D90000;
    color: #fff;
}

#main_footer .site_contents .button_wrap .button a .icon {
    background: #D90000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: .3s;
}

#main_footer .site_contents .button_wrap .button a:hover .icon {
    background-color: #fff;
}

#main_footer .site_contents .button_wrap .button.reserved a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_calendar_white.svg);
}

#main_footer .site_contents .button_wrap .button.reserved a:hover .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_calendar.svg);
}

#main_footer .site_contents .button_wrap .button.mail a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_mail_white.svg);
}

#main_footer .site_contents .button_wrap .button.mail a:hover .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_mail.svg);
}

#main_footer .site_contents .button_wrap .button.request a .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_request_white.svg);
}

#main_footer .site_contents .button_wrap .button.request a:hover .icon {
    background-image: url(/wp-content/themes/swell_child/image/icon_request.svg);
}

#main_footer .site_contents .menu_wrap {
    margin-bottom: 75px;
}

#main_footer .site_contents .menu_wrap .box_wrap .title_box {
    margin-bottom: 15px;
}

#main_footer .site_contents .menu_wrap .box_wrap .title_box .en {
    font-size: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #C6C4BF;
    padding-bottom: 5px;
    background-position: 0;
    background-repeat: no-repeat;
}

#main_footer .site_contents .menu_wrap .box_wrap .title_box.contents .en {
    background-image: url(/wp-content/themes/swell_child/image/icon_contents.svg);
    background-position: 0 10px;
}

#main_footer .site_contents .menu_wrap .box_wrap .title_box.search .en {
    background-image: url(/wp-content/themes/swell_child/image/icon_search_2.svg);
    background-position: 0;
}

#main_footer .site_contents .menu_wrap .box_wrap .in_wrap {
    padding: 0 30px;
    gap: 0 60px;
}

#main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box+.link_box {
    margin-top: 20px;
}

#main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box ul li a {
    color: initial;
    font-size: 14px;
    font-weight: 700;
}

#main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box ul.main_menu li+li {
    margin-top: 5px;
}

#main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box ul.sub_menu {
    margin-left: 17px;
}

#main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box ul.sub_menu li a {
    font-size: 13px;
    font-weight: 500;
}

#main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box .title {
    font-size: 14px;
    font-weight: 700;
}

#main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box ul li a:hover {
    color: #D90000;
    text-decoration: underline;
    transition: .3s;
}

#main_footer .site_contents .under_menu {
    align-items: center;
}

#main_footer .site_contents .under_menu ul li a {
    color: initial;
    font-size: 12px;
    position: relative;
}

#main_footer .site_contents .under_menu ul li:nth-child(2) a {
    padding: 0 20px;
    margin: 0 20px;
}

#main_footer .site_contents .under_menu ul li:nth-child(2) a:before,
#main_footer .site_contents .under_menu ul li:nth-child(2) a:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #292929;
    position: absolute;
    top: calc(50% - 7px);
}

#main_footer .site_contents .under_menu ul li:nth-child(2) a:before {
    left: 0;
}

#main_footer .site_contents .under_menu ul li:nth-child(2) a:after {
    right: 0;
}

#main_footer .site_contents .under_menu .copyright small {
    font-size: 12px;
    font-weight: 700;
}

.contents_wrap {
    flex-wrap: nowrap;
}

.common_page_wrap {
    padding-bottom: 100px;
}

.breadcrumbs {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 13px;
    color: #9A9A9A;
}

.breadcrumbs [property="name"]:not(.current-item) {
    color: initial;
    position: relative;
    padding-right: 12px;
    text-decoration: underline;
}

.breadcrumbs ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1.5px solid #292929;
    border-right: 1.5px solid #292929;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.common_page_main {
    height: 480px;
    margin-bottom: 90px;
}

.common_page_main .page_main_img {
    width: calc((100% - 1000px) / 2 + 550px);
    height: 480px;
    position: absolute;
    right: 0;
}

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

.common_page_main .title_box {
    margin-top: 190px;
    position: relative;
}

.common_page_main .title_box .sub_title {
    font-family: "fastpen", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #D90000;
    font-size: 32px;
    border-left: 6px solid;
    padding-left: 14px;
    line-height: 1.19;
    margin-bottom: 35px;
}

.common_page_main .title_box .title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.6;
}

.common_page_main .title_box .title span {
    background: #fff;
    border-radius: 5px;
    padding: 5px 20px;
}

.common_page_main .title_box .title .accent {
    font-weight: 700;
    color: #D90000;
}

/* お部屋探しの流れ（PC） */

.page_flow .main_text {
    margin-bottom: 60px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 55px 50px 60px 50px;
    text-align: center;
    line-height: 2;
}

.page_flow .main_text:before {
    content: "";
    width: 600px;
    height: 6px;
    background: #D90000;
    position: absolute;
    left: calc(50% - 300px);
    top: 0;
}

.page_flow ul li {
    margin-top: 50px;
    position: relative;
}

.page_flow ul li:before {
    content: "";
    width: 4px;
    height: calc(100% + 50px);
    position: absolute;
    left: 200px;
    z-index: -1;
    border-left: 4px dotted #ccc;
}

.page_flow ul li:nth-child(7)::before {
    display: none;
}

.page_flow ul li .image {
    width: 40%;
}

.page_flow ul li .image img {
    border-radius: 10px;
}

.page_flow ul li .text_area {
    width: 55%;
}

.page_flow ul li .title_box {
    border-left: 6px solid #D90000;
    padding-left: 24px;
    margin-bottom: 20px;
}

.page_flow ul li .title_box .en {
    font-size: 20px;
    color: #D90000;
}

.page_flow ul li .title_box .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}

.page_flow ul li .more_text {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: .2em 2em .2em 1em;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.page_flow ul li .more_text::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

.page_flow ul li .sub_box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.page_flow ul li .sub_box .page_flow_item_sub_box+.page_flow_item_sub_box {
    margin-top: 20px;
}

.page_flow ul li .sub_box .page_flow_item_sub_box .h3_box {
    text-align: center;
    margin-bottom: 20px;
}

.page_flow ul li .sub_box .page_flow_item_sub_box .h3_box span {
    background: #D90000;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: .2em 1em;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.page_flow_item_sub_box {
    background-color: #fafafa;
    padding: 40px 24px;
    position: relative;
}

.page_flow_item_sub_box .h3_box {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    padding-bottom: .5em;
}

.page_flow_item_sub_box .h3_box span.step {
    background-color: #D90000;
    color: #fff;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 100px;
    letter-spacing: 0.02em;
    margin-right: 10px;
}

.page_flow_item_sub_box .h3_box h3 {
    margin: 4px 0 0;
    font-size: 17px;
    font-weight: 700;
}

.page_flow_item_sub_box_cont {
    display: none;
}

.page_flow_item_sub_box .main_text_box {
    text-align: center;
}

.page_flow_item_sub_box .main_text_box .ttl {
    font-weight: bold;
    margin-bottom: 10px;
}

.page_flow_item_sub_box .main_text_box .text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

.page_flow_item_sub_box_inner {
    display: flex;
    margin-top: 30px;
}

.page_flow_item_sub_box_inner .item {
    width: 50%;
    padding: 0px 24px;
}

.page_flow_item_sub_box_inner .item+.item {
    border-left: 1px solid #eee;
}

.page_flow_item_sub_box_inner .item h4 {
    font-size: 16px;
    margin: 0;
    border-left: 3px solid #D90000;
    padding-left: 10px;
    margin-bottom: 10px;
}

.page_flow_item_sub_box_inner .item .text {
    font-size: 15px;
}

.page_flow_item_sub_box+.page_flow_item_sub_box {
    margin-top: 35px;
}

.page_flow_item+.page_flow_item {
    margin-top: 30px;
}

.page_flow_item_sub_box_inner .item .text .sub_ttl {
    background-color: #fff;
    display: inline-block;
    border: 2px solid;
    border-radius: 100px;
    padding: 4px 8px;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
}

.page_flow_item_sub_box_inner .item .text+.text {
    margin-top: 12px;
}

.page_flow_item_sub_box_inner .item .text .sub_ttl.merit {
    background-color: #D90000;
    color: #fff;
}

.page_flow_item_sub_box_inner .item .text .sub_ttl.demerit {
    background-color: #eee;
    border-color: #eee;
}

/* スタッフ詳細ページ（PC） */

.page_staff_single .section_staff_information .cont {
    border-radius: 10px;
    overflow: hidden;
}

.page_staff_single .section_staff_information .image {
    width: 400px;
    min-height: 540px;
}

.page_staff_single .section_staff_information .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_staff_single .section_staff_information .text_area {
    width: calc(100% - 400px);
    background: #fff;
    padding: 50px;
}

.page_staff_single .section_staff_information .text_area .name_box {
    font-weight: 700;
    margin-bottom: 30px;
}

.page_staff_single .section_staff_information .text_area .name_box .en {
    color: #9A9A9A;
    font-size: 24px;
    letter-spacing: .03em;
}

.page_staff_single .section_staff_information .text_area .name_box .name {
    font-size: 48px;
    line-height: 1;
    letter-spacing: .01em;
}

.page_staff_single .section_staff_information .text_area .name_box .name .accent {
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-right: .1em;
}

.page_staff_single .section_staff_information .text_area .name_box .name .accent:before {
    background-color: #D90000;
    border-radius: 2px;
    position: absolute;
    left: -5%;
    top: -4%;
    width: 110%;
    height: 120%;
    content: "";
    z-index: -1;
}

.page_staff_single .section_staff_information .text_area .text {
    line-height: 1.8;
    margin-bottom: 35px;
    letter-spacing: .04em;
}

.page_staff_single .section_staff_information .text_area .message {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.page_staff_single .section_staff_information .text_area .message .message_text {
    display: inline-block;
    position: relative;
    padding: 0 32px;
}

.page_staff_single .section_staff_information .text_area .message .message_text .accent {
    color: #D90000;
}

.page_staff_single .section_staff_information .text_area .message .message_text:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #D90000;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    transform: rotate(-23deg);
}

.page_staff_single .section_staff_information .text_area .message .message_text:after {
    content: "";
    width: 3px;
    height: 20px;
    background: #D90000;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    transform: rotate(23deg);
}

.page_staff_single .section_staff {
    padding-bottom: 0;
}

/* ルームアドバイザー一覧（PC） */

.page_staff_list .section_staff {
    padding-top: 0;
}

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

.page_staff_list .section_staff ul li {
    width: auto;
}

.page_staff_list .section_staff ul li .image {
    height: 400px;
}

/* 不動産用語集（PC） */

#pageGlossary .glossary_top_sec {
    margin-bottom: 80px;
}

#pageGlossary .glossary_top_sec .contents {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

#pageGlossary .glossary_top_sec .top_text {
    margin-bottom: 20px;
}

#pageGlossary .glossary_top_sec .top_text .text {
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #D90000;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

#pageGlossary .glossary_top_sec .cont .block {
    width: 31%;
}

#pageGlossary .glossary_top_sec .cont .block .item {
    flex-wrap: nowrap;
    line-height: 1;
    align-items: center;
}

#pageGlossary .glossary_top_sec .cont .block .item+.item {
    margin-top: 30px;
}

#pageGlossary .glossary_top_sec .cont .block .item .label {
    font-weight: bold;
    font-size: 18px;
}

#pageGlossary .glossary_top_sec .cont .block .item a {
    padding: 10px 9px;
    margin-left: 20px;
    background: #eeeeee;
    text-decoration: none;
    color: #000000;
    box-shadow: 2px 2px 2px #c9c1c1;
    transition: 0.5s;
    display: inline-block;
    font-size: 16px;
}

#pageGlossary .glossary_top_sec .cont .block .item a:hover {
    box-shadow: none;
}

#pageGlossary .glossary_info_sec .cont .block+.block {
    margin-top: 40px;
}

#pageGlossary .glossary_info_sec .cont {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

#pageGlossary .glossary_info_sec .cont .block .ttl {
    align-items: center;
    flex-wrap: nowrap;
    color: #D90000;
    border-left: 5px solid;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: .5em;
}

#pageGlossary .glossary_info_sec .cont .block .box+.box {
    margin-top: 15px;
}

#pageGlossary .glossary_info_sec .cont .block .box .name {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

#pageGlossary .glossary_info_sec .cont .block .box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

/* よくある質問（PC） */

.page_faq_title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 60px 0 20px 0;
    color: #D90000;
    border-left: 5px solid;
    padding-left: 1em;
}

.page_faq_dl {
    background-color: #fff;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 10px;
}

.page_faq_dl dt {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    margin: 0 0 15px;
}

.page_faq_dl dt::before {
    display: inline-block;
    content: "Q";
    color: #e7161a;
    position: absolute;
    top: -2px;
    left: 0;
}

.page_faq_dl dd {
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    text-align: justify;
    position: relative;
}

.page_faq_dl dd::before {
    display: inline-block;
    content: "A";
    color: #ffa300;
    position: absolute;
    top: -6px;
    left: 0;
    font-weight: 700;
    font-size: 22px;
}

/* 店舗紹介(PC) */

.page_shop_information .cont {
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 55px 50px 60px 50px;
}

.page_shop_information .cont:before {
    content: "";
    width: 1000px;
    height: 6px;
    background: #D90000;
    position: absolute;
    left: calc(50% - 500px);
    top: 0;
}

.page_shop_information .image_wrap {
    margin-bottom: 50px;
}

.page_shop_information .image_wrap .image {
    width: 48.5%;
}

.page_shop_information .image_wrap .image img {
    border-radius: 10px;
}

.page_shop_information table {
    width: 100%;
}

.page_shop_information table th,
.page_shop_information table td {
    padding: 1em;
    vertical-align: middle;
    border-bottom: 3px dashed #F8F5EF;
}

.page_shop_information table th {
    width: 20%;
}

.page_shop_information table td {
    width: 80%;
}

@media (max-width: 750px) {

    /* 弊社のハンバーガーメニュー */
    header#sp_header {
        position: fixed;
        left: 5%;
        top: 15px;
        width: 90%;
        z-index: 1000;
        height: 50px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 0;
        top: 5px;
        background: #fff;
        padding: 10px 15px 11px 10px;
        border-radius: 5px;
    }

    header#sp_header .recruit_button {
        position: absolute;
        right: calc(50px + 2vw);
        top: 10px;
    }

    header#sp_header .recruit_button a {
        display: block;
        background-color: #19325A;
        color: #fff;
        width: 100px;
        line-height: 50px;
        background-image: url(/wp-content/themes/swell_child/image/icon_recruit.svg);
        background-position: 7px;
        font-size: 12px;
        font-weight: 700;
        background-repeat: no-repeat;
        padding-left: 42px;
        border-radius: 5px;
    }

    header#sp_header .logo img {
        width: 150px;
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 99999;
        right: 5vw;
        top: 25px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        background: #D90000;
        border-radius: 5px;
        border: 2px solid #D90000;
    }

    .hamburger.active {
        border: 2px solid #fff;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 24px;
        height: 2px;
        left: 12px;
        background: #fff;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

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

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

    /* sideの場合,popup1の場合ここから */
    .hamburger.active span:nth-child(1) {
        top: 23px;
        left: 12px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

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

    /* sideの場合,popup1の場合ここまで */

    /* sideの場合ここから */
    nav.globalMenuSp {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        color: #000;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
        align-items: center;
        background: #D90000;
        overflow: scroll;
        padding-top: 120px;
    }

    /* sideの場合ここまで */

    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    /* ここまで弊社のハンバーガーメニュー */

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

    .border_fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        border: 10px solid #D90000;
        z-index: 2;
        pointer-events: none;
    }

    .border_fixed_radius {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        border: 10px solid #D90000;
        z-index: 2;
        pointer-events: none;
        border-radius: 20px;
        z-index: 2;
    }


    .contents_wrap .side_menu {
        display: none;
    }

    .main_contents {
        width: 100%;
    }

    .section_mainvisual {
        margin-bottom: 15vw;
        padding: 2.5vw;
    }

    .section_mainvisual .catch_text {
        margin-bottom: 4vw;
    }

    .section_mainvisual .catch_text .text {
        padding: 1vw 3vw;
    }

    .section_mainvisual .catch_text .text:before {
        height: 8vw;
    }

    .section_mainvisual .catch_text .text:nth-child(3)::before {
        height: 8vw;
        bottom: 0;
    }

    .section_mainvisual .catch_text .text:first-child::before {
        height: 11.3vw;
    }

    .section_mainvisual .catch_text span {
        font-size: 3.3vw;
    }

    .section_mainvisual .catch_text .text:first-child span {
        font-size: 5vw;
    }

    .section_mainvisual .catch_text .text:first-child .accent.font_din {
        font-size: 12vw;
    }

    .section_mainvisual .catch_text .accent.font_din img {
        left: -2vw;
        top: 4vw;
        width: 20vw;
    }

    .section_mainvisual .lead_text {
        font-size: 3.4vw;
    }

    .scroll-infinity {
        top: calc(70px + 5vw);
    }

    .scroll-infinity__item {
        width: 90vw;
        height: 138vw;
        margin: 0 2vw;
    }

    .section_reviews {
        margin-bottom: 20vw;
    }

    .js_reviews_slider {
        width: 80vw;
        margin: 0 auto;
    }

    .section_reviews .cont .slick-prev {
        left: -4vw;
    }

    .section_reviews .cont .slick-next {
        right: -4vw;
    }

    .section_reviews .slick-list {
        overflow: visible;
    }

    .section_reviews .cont {
        padding: 12vw 4vw 15vw 4vw;
        overflow: hidden;
    }

    .section_reviews .cont:before {
        width: 90%;
        height: 5px;
        left: 5%;
    }

    .section_reviews .cont ul li .image {
        height: 50vw;
    }

    .section_reviews .cont ul li .text_area {
        padding: 3vw 4vw;
    }

    .section_reviews .cont ul li .text_area .title {
        margin-bottom: 3vw;
        font-size: 4vw;
    }

    .section_reviews .cont ul li .text_area .button a {
        width: 28vw;
        line-height: 7vw;
        border-radius: 7vw;
        padding-left: 3vw;
        font-size: 3vw;
    }

    .section_reviews .cont ul li .text_area .button a:before {
        right: 3vw;
    }

    .section_reviews .cont .slick-prev,
    .section_reviews .cont .slick-next {
        width: 14vw;
        height: 14vw;
    }

    .common_button a {
        width: 75vw;
        line-height: 13vw;
        border-radius: 13vw;
        padding-left: 6vw;
        margin: 25px auto 0 auto;
        background-position: 94%;
        font-size: 3.6vw;
    }

    .common_button.blank a {
        background-size: 7vw;
    }

    .common_title_box {
        margin-bottom: 6vw;
    }

    .common_title_box .en {
        font-size: 3.8vw;
    }

    .common_title_box .title {
        font-size: 8vw;
        margin-bottom: 2vw;
        line-height: 1.4;
    }

    .common_title_box .lead {
        font-size: 3.8vw;
    }

    .common_title_box.border {
        border-left: 3px solid #D90000;
        padding-left: 5vw;
    }

    .section_recommend .tab-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 5vw;
    }

    .section_recommend .tab-container .tab {
        line-height: 10vw;
        padding-left: 0;
        border-radius: 13vw;
        text-align: center;
        font-size: 3.4vw;
    }

    .section_recommend .tab-container .tab+.tab {
        margin-top: 0;
    }

    .section_recommend .content-container {
        width: 100%;
    }

    .section_recommend .content-container ul {
        gap: 10px;
    }

    .section_recommend .content-container ul li {
        width: 100%;
    }

    .section_recommend .content-container ul li a {
        display: flex;
        border-radius: 5px;
        overflow: hidden;
    }

    .section_recommend .content-container ul li .image {
        width: 25vw;
        height: auto;
        border-radius: 5px 0 0 5px;
        overflow: hidden;
    }

    .section_recommend .content-container ul li .text_area {
        padding: 2.5vw 2vw;
        width: calc(100% - 25vw);
    }

    .section_recommend .content-container ul li .text_area .title {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    .section_recommend .content-container ul li .text_area dl {
        align-items: center;
    }

    .section_recommend .content-container ul li .text_area dl+dl {
        margin-top: 1vw;
    }

    .section_recommend .content-container ul li .text_area dl:last-child {
        margin-top: 1vw;
    }

    .section_recommend .content-container ul li .text_area dl dt {
        font-size: 2.8vw;
        border-radius: 3vw;
        width: 13vw;
        line-height: 5vw;
    }

    .section_recommend .content-container ul li .text_area dl dd {
        width: calc(100% - 15vw);
        font-size: 3vw;
    }

    .section_recommend .content-container ul li .text_area dl.access dd {
        font-size: 3vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .section_recommend .content-container ul li .text_area dl.price dd {
        font-size: 3vw;
    }

    .section_recommend .content-container ul li .text_area dl.price dd span {
        font-size: 4.5vw;
    }

    .section_recommend .banner_area {
        margin-top: 10vw;
    }

    .section_information {
        padding: 20vw 0;
    }

    .section_information .title_area {
        width: 100%;
    }

    .section_information .list_area {
        width: 100%;
    }

    .section_information ul li a {
        padding: 3.2vw 10vw 3.2vw 4vw;
        background-position: 96%;
        border: none;
        background-size: 5vw;
        display: block;
    }

    .section_information ul li a .title {
        font-weight: 700;
        margin-left: 0;
        display: block;
        font-size: 3.4vw;
    }

    .section_information ul li a .data {
        letter-spacing: 0;
        font-size: 3.4vw;
    }

    .section_search .cont {
        padding: 10vw 4vw 15vw 4vw;
        overflow: hidden;
    }

    .section_search .cont:before {
        width: 90%;
        height: 5px;
        left: 5%;
    }

    .section_search .cont .common_title_box {
        text-align: center;
        margin-bottom: 6vw;
    }

    .section_search .cont .box:nth-child(1) {
        width: 100%;
        margin-bottom: 8vw;
    }

    .section_search .cont .box:nth-child(2) {
        width: 100%;
    }

    .section_search .cont .box .button_wrap {
        margin-bottom: 4vw;
    }

    .section_search .cont .box .button_wrap .button {
        width: 48%;
    }

    .section_search .cont .box .button_wrap .button a {
        width: 100%;
        height: 46vw;
        padding-top: 7vw;
        font-size: 4vw;
        background-color: #D90000;
        color: #fff;
    }

    .section_search .cont .box .button_wrap .button a:hover {
        background-color: #D90000;
        color: #fff;
    }

    .section_search .cont .box .button_wrap .button a .icon {
        width: 20vw;
        height: 20vw;
        margin: 0 auto 3vw auto;
        background-color: #fff;
    }

    .section_search .cont .box .common_title {
        font-size: 3vw;
        margin-bottom: 3vw;
    }

    .section_search .cont .box .common_title br {
        display: none;
    }

    .section_search .cont .box .common_title .en {
        font-size: 4vw;
        margin-right: 0;
        display: block;
    }

    .section_search .cont .box .keyword_box form .text {
        height: 12vw;
        border-radius: 12vw;
        padding-left: 4vw;
        padding-right: 16vw;
    }

    .section_search .cont .box .keyword_box form:before {
        height: 7vw;
        right: 14vw;
        top: 2.5vw;
    }

    .section_search .cont .box .keyword_box form .text::placeholder {
        font-size: 3vw;
    }

    .section_search .cont .box .keyword_box form .submit {
        width: 5vw;
        height: 5vw;
        right: 6vw;
        top: 3.5vw;
    }

    .section_search .cont .box .contents_list ul {
        gap: 10px 0;
        justify-content: space-between;
    }

    .section_search .cont .box .contents_list ul li {
        width: calc(50% - 5px);
    }

    .section_search .cont .box .contents_list ul li a {
        height: auto;
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 2vw;
        gap: 2vw;
        background: #F8F5EF;
        border: none;
        font-size: 3.8vw;
        color: #D90000;
    }

    .section_search .cont .box .contents_list ul li a:hover {
        background: #F8F5EF;
        color: #D90000;
    }

    .section_search .cont .box .contents_list ul li a .icon {
        width: 10vw;
        height: 10vw;
        background-color: #fff;
    }

    .section_search .cont .box .contents_list ul li.single a .icon {
        background-size: 4vw;
    }

    .section_search .cont .box .contents_list ul li.couple a .icon {
        background-size: 4vw;
    }

    .section_search .cont .box .contents_list ul li.pet a .icon {
        background-size: 4.5vw;
    }

    .section_search .cont .box .contents_list ul li.zero a .icon {
        background-size: 3vw;
    }

    .section_search .cont .box .contents_list ul li.new a .icon {
        background-size: 5vw;
    }

    .section_search .cont .box .contents_list ul li.station a .icon {
        background-size: 5vw;
    }

    .section_staff {
        padding: 20vw 0 15vw 0;
    }

    .section_staff .wrap {
        padding-left: 2.5vw;
    }

    .section_staff:before {
        width: 5vw;
    }

    .slick-dotted.slick-slider {
        margin-left: 5vw;
    }

    .section_staff ul li.slide {
        width: 56vw;
    }

    .section_staff ul li.slide .image {
        height: 76vw;
        margin-bottom: 4vw;
    }

    .section_staff ul li.slide .en {
        font-size: 4vw;
    }

    .section_staff ul li.slide .jp {
        font-size: 5.5vw;
    }

    .section_staff ul li.slide .text_area {
        background-size: 7vw;
    }

    .section_staff .slick-prev,
    .section_staff .slick-next {
        width: 12vw;
        height: 12vw;
        top: auto;
    }

    .section_staff .slick-next {
        right: auto;
        left: -2.5vw;
        bottom: 15vw;
    }

    .section_staff .slick-prev {
        left: -2.5vw;
        bottom: 30vw;
    }

    .section_column .cont {
        padding: 10vw 4vw;
    }

    .section_column .cont .box {
        width: 100%;
    }

    .section_column .cont .box+.box {
        margin-top: 10vw;
    }

    .section_column .cont .box .title_box {
        margin-bottom: 6vw;
    }

    .section_column .cont .box .title_box:before {
        top: 3vw;
    }

    .section_column .cont .box .title_box .title {
        font-size: 5.5vw;
    }

    .section_column .cont .box ul li+li {
        margin-top: 4vw;
    }

    .section_column .cont .box ul li .image {
        width: 32vw;
        height: 32vw;
    }

    .section_column .cont .box ul li .text_area {
        width: calc(100% - 32vw);
        padding-left: 3vw;
    }

    .section_column .cont .box ul li .text_area .data {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .section_column .cont .box ul li .text_area .title {
        margin-bottom: 2vw;
        font-size: 3.5vw;
    }

    .section_column .cont .box ul li .text_area .text {
        font-size: 3.2vw;
    }

    .section_instagram {
        padding-top: 20vw;
    }

    .section_instagram .wrap {
        max-width: 100%;
    }

    .section_instagram .common_title_box {
        padding: 7vw 5vw 9vw 7.5vw;
        width: 80%;
        position: static;
    }

    .section_instagram .common_title_box .title {
        font-size: 5.6vw;
        line-height: 2;
        margin-bottom: 0;
    }

    .section_instagram .common_title_box .lead {
        font-size: 3.5vw;
    }

    .section_instagram .scroll_area .slide {
        width: 48vw;
        height: 48vw;
    }

    .section_town {
        padding-top: 20vw;
        padding-bottom: 80vw;
    }

    .section_town .text_area {
        width: 100%;
    }

    .section_town .text_area .title_box {
        margin-bottom: 8vw;
    }

    .section_town .text_area .title_box .lead {
        margin-bottom: 5vw;
        font-size: 4vw;
    }

    .section_town .text_area .title_box .title {
        border-left: 3px solid #D90000;
        padding-left: 5vw;
        font-size: 6vw;
    }

    .section_town .text_area .text {
        font-size: 3.2vw;
    }

    .section_town .image {
        top: 120px;
        height: 70vw;
        width: 95vw;
        top: auto;
        bottom: 0;
    }

    .section_store {
        padding-top: 20vw;
    }

    .section_store .cont {
        padding: 10vw 4vw 15vw 4vw;
        overflow: hidden;
    }

    .section_store .cont:before {
        width: 90%;
        height: 5px;
        left: 5%;
    }

    .section_store .cont ul li {
        width: 100%;
    }

    .section_store .cont ul li+li {
        margin-top: 10px;
    }

    .section_store .cont ul li a {
        display: flex;
    }

    .section_store .cont ul li .image {
        width: 25vw;
        height: 30vw;
    }

    .section_store .cont ul li .text_area {
        padding: 4vw;
        width: 70%;
        display: flex;
        align-items: center;
    }

    .section_store .cont ul li .text_area .title {
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .section_store .cont ul li .text_area .address {
        font-size: 3.3vw;
    }

    .section_recruit {
        padding: 15vw 0;
    }

    .section_recruit .image {
        width: 105vw;
        margin-right: 0;
        margin-left: -5vw;
        margin-bottom: -5vw;
        height: 64vw;
        position: static;
    }

    .section_recruit .text_area {
        width: 100%;
        margin: 0;
        padding: 0 0 0 2.5vw;
    }

    .section_recruit .text_area .title_box {
        margin-bottom: 4vw;
    }

    .section_recruit .text_area .title_box .en {
        font-size: 3.3vw;
    }

    .section_recruit .text_area .title_box .title {
        font-size: 8vw;
    }

    .section_recruit .text_area .lead {
        font-size: 6.5vw;
        margin-bottom: 4vw;
    }

    .section_recruit .text_area .lead img {
        width: 36vw;
    }

    .section_recruit .text_area .text {
        font-size: 3.8vw;
    }

    .section_recruit .text_area .common_button a {
        width: 75vw;
        background-position: 92%;
    }

    #main_footer .main_cont .box_wrap {
        padding: 20vw 4vw 15vw 4vw;
    }

    #main_footer .main_cont .box_wrap .link_box {
        padding: 10vw 4vw 7.5vw 4vw;
        margin-bottom: 7.5vw;
    }

    #main_footer .main_cont .box_wrap .link_box .title_box {
        top: -11vw;
    }

    #main_footer .main_cont .box_wrap .link_box .title_box .ribon {
        width: 90%;
        height: 11vw;
        padding-top: 0;
        background-size: contain;
    }

    #main_footer .main_cont .box_wrap .link_box .title_box .ribon .title {
        font-size: 5vw;
    }

    #main_footer .main_cont .box_wrap .link_box ul li {
        width: 100%;
    }

    #main_footer .main_cont .box_wrap .link_box ul li+li {
        margin-top: 10px;
    }

    #main_footer .main_cont .box_wrap .banner_box {
        width: 100%;
    }

    #main_footer .main_cont .box_wrap .shop_information {
        padding-top: 10vw;
        margin-top: 10vw;
    }

    #main_footer .main_cont .cont {
        margin-bottom: 10vw;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area {
        width: 100%;
        text-align: center;
        margin-bottom: 10vw;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .logo {
        margin-bottom: 6vw;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .logo img {
        width: 85%;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .address {
        font-size: 3.2vw;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .tel {
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .tel .accent {
        font-size: 5vw;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .time {
        font-size: 3vw;
        margin-bottom: 6vw;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap {
        justify-content: center;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button a {
        width: 60vw;
        line-height: 13vw;
        border-radius: 10vw;
        font-size: 3.5vw;
        padding-left: 14vw;
        text-align: left;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button+.button {
        margin-top: 10px;
    }

    #main_footer .main_cont .box_wrap .shop_information .text_area .button_wrap .button a .icon {
        width: 8vw;
        height: 8vw;
        left: 2.5vw;
        top: 2.5vw;
        background-size: 3.5vw;
    }

    #main_footer .main_cont .box_wrap .shop_information .map {
        width: 100%;
        height: 64vw;
        border: 3px solid #D90000;
    }

    #main_footer .main_cont .banner_slider .main_slider {
        margin-bottom: 4vw;
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    #main_footer .main_cont .banner_slider .main_slider .slick-prev,
    #main_footer .main_cont .banner_slider .main_slider .slick-next {
        width: 7vw;
        height: 7vw;
    }

    #main_footer .main_cont .banner_slider .main_slider .slick-prev {
        left: -1vw;
    }

    #main_footer .main_cont .banner_slider .main_slider .slick-next {
        right: -1vw;
    }

    #main_footer .main_cont .banner_slider .main_slider ul li {
        margin: 0 10px;
    }

    #main_footer .main_cont .banner_slider .thumbnail_slider .slick-track {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2vw 0;
        transform: unset !important;
    }

    #main_footer .main_cont .banner_slider .thumbnail_slider ul li {
        margin: 0;
        width: 94% !important;
    }

    #main_footer .main_cont .banner_slider .thumbnail_slider .slick-track:before,
    #main_footer .main_cont .banner_slider .thumbnail_slider .slick-track:after {
        display: none;
    }

    #main_footer .site_contents {
        padding: 10vw 0 40vw 0;
    }

    #main_footer .site_contents .button_wrap {
        gap: 10px;
        margin-bottom: 10vw;
    }

    #main_footer .site_contents .button_wrap .button a {
        width: 71.8vw;
        line-height: 14vw;
        border-radius: 15vw;
        padding-left: 16vw;
        font-size: 3.6vw;
    }

    #main_footer .site_contents .button_wrap .button a .icon {
        width: 10vw;
        height: 10vw;
        left: 2.5vw;
        top: 2.1vw;
    }

    #main_footer .site_contents .menu_wrap {
        margin-bottom: 10vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .title_box {
        margin-bottom: 4vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .title_box .en {
        font-size: 4.5vw;
        padding-left: 7vw;
        padding-bottom: 2vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .title_box.contents .en {
        background-position: 0 2vw;
        background-size: 5vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .in_wrap {
        padding: 0 2vw;
        gap: 0 12vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box+.link_box {
        margin-top: 4vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box ul li a {
        font-size: 3.4vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box ul.sub_menu {
        margin-left: 4vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box ul.sub_menu li a {
        font-size: 3.2vw;
    }

    #main_footer .site_contents .menu_wrap .box_wrap .in_wrap .link_box .title {
        font-size: 3.4vw;
    }

    #main_footer .site_contents .under_menu {
        display: block;
    }

    #main_footer .site_contents .under_menu ul {
        justify-content: center;
        margin-bottom: 3vw;
    }

    #main_footer .site_contents .under_menu ul li a {
        font-size: 3vw;
    }

    #main_footer .site_contents .under_menu ul li:nth-child(2) a {
        padding: 0 4vw;
        margin: 0 4vw;
    }

    #main_footer .site_contents .under_menu ul li:nth-child(2) a:before,
    #main_footer .site_contents .under_menu ul li:nth-child(2) a:after {
        height: 3vw;
        top: calc(50% - 1.5vw);
    }

    #main_footer .site_contents .under_menu .copyright {
        text-align: center;
    }

    #main_footer .site_contents .under_menu .copyright small {
        font-size: 3vw;
    }

    .privacy_cont_sec .main_text {
        font-size: 3.3vw;
        line-height: 1.8;
        margin-block: 0 9.5vw;
    }

    .privacy_cont_sec dl+dl {
        margin-block: 7vw 0;
    }

    .privacy_cont_sec dl dt {
        font-size: 4.1vw;
    }

    .privacy_cont_sec dl dd {
        font-size: 3.3vw;
        line-height: 1.7;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

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

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    .side_menu {
        width: 100%;
    }

    .side_menu .side_box {
        position: relative;
        left: auto;
        top: auto;
        padding: 4vw 10vw;
    }

    .side_menu .side_box .logo {
        background: #fff;
        width: 210px;
        height: 120px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }

    .side_menu .side_box .menu {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .side_menu .side_box .menu ul li a {
        font-size: 16px;
    }

    .side_menu .side_box .menu ul li+li {
        margin-top: 25px;
    }

    .side_menu .side_box .blank_menu ul li a {
        font-size: 16px;
    }

    .side_menu .side_box .blank_menu ul li+li {
        margin-top: 25px;
    }

    .side_menu .side_box .blank_menu {
        margin-bottom: 25px;
    }

    .side_menu .side_box .button_wrap .button {
        width: 48%;
    }

    .side_menu .side_box .button_wrap .button a {
        height: auto;
        text-align: left;
        font-size: 3.2vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 3vw;
        gap: 2vw;
    }

    .side_menu .side_box .button_wrap .button a .icon {
        width: 10vw;
        height: 10vw;
        margin: 0;
    }

    .side_menu .side_box .button_wrap .button.reserved a .icon {
        background-size: 4.5vw;
    }

    .side_menu .side_box .button_wrap .button.mail a .icon {
        background-size: 5vw;
    }

    .side_menu .side_box .button_wrap .button.favorite a .icon {
        background-size: 5vw;
    }

    .side_menu .side_box .button_wrap .button.history a .icon {
        background-size: 5.5vw;
    }

    .side_menu .side_box .tel_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .side_menu .side_box .tel {
        font-size: 8vw;
        padding-left: 6vw;
        background-position: 0 4vw;
        background-size: 4vw;
    }

    .side_menu .side_box .time {
        font-size: 3.2vw;
        line-height: 1.6;
        font-weight: 500;
    }

    .side_menu .side_box .other_link ul {
        justify-content: center;
        gap: 2vw;
    }

    .side_menu .side_box .other_link ul li a {
        color: #fff;
        font-size: 12px;
        position: relative;
    }

    .side_menu .side_box .other_link ul li:nth-child(2) a {
        padding: 0 2vw;
    }

    .side_menu .side_box .other_link ul li:nth-child(2) a:before,
    .side_menu .side_box .other_link ul li:nth-child(2) a:after {
        content: "";
        width: 1px;
        height: 14px;
        background: #fff;
        position: absolute;
        top: calc(50% - 7px);
    }

    .side_menu .side_box .other_link ul li:nth-child(2) a:before {
        left: 0;
    }

    .side_menu .side_box .other_link ul li:nth-child(2) a:after {
        right: 0;
    }

    .contact_fixed {
        position: fixed;
        left: 2.5%;
        bottom: 10px;
        z-index: 100;
        padding: 0 2.5vw;
        width: 95%;
    }

    .contact_fixed .smooth {
        background: #19325A;
        padding: 2vw 4vw;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .contact_fixed .smooth a {
        align-items: center;
        gap: 2vw;
    }

    .contact_fixed .smooth .en {
        background: #fff;
        color: #D90000;
        border-radius: 5vw;
        padding: 0 3vw;
        font-size: 3.5vw;
    }

    .contact_fixed .smooth .text {
        color: #fff;
        font-size: 3.2vw;
    }

    .contact_fixed ul li.tel {
        width: 45vw;
    }

    .contact_fixed ul li.tel a {
        display: block;
        background: #D90000;
        color: #fff;
        padding: 2vw;
    }

    .contact_fixed ul li.tel a .num {
        font-size: 6vw;
        padding-left: 6vw;
        background: url(/wp-content/themes/swell_child/image/icon_tel.svg) no-repeat;
        background-position: 0;
        background-size: 4vw;
        line-height: 1.2;
    }

    .contact_fixed ul li.tel a .time {
        font-size: 2.4vw;
        font-weight: 700;
    }

    .contact_fixed ul li.reserved,
    .contact_fixed ul li.line {
        width: 20.5vw;
    }

    .contact_fixed ul li a {
        color: #fff;
        display: block;
        padding-top: 2vw;
        height: 17vw;
        border-radius: 5px 5px 0 0;
    }

    .contact_fixed ul li.reserved a {
        background: #D90000;
    }

    .contact_fixed ul li.line a {
        background: #03C755;
    }

    .contact_fixed ul li a .icon {
        width: 7.8vw;
        height: 7.8vw;
        display: block;
        background: #fff;
        border-radius: 100%;
        margin: 0 auto .7vw auto;
    }

    .contact_fixed ul li.reserved a .icon {
        background-image: url(/wp-content/themes/swell_child/image/icon_calendar.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 3.5vw;
    }

    .contact_fixed ul li.line a .icon {
        background-image: url(/wp-content/themes/swell_child/image/icon_line.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 4.5vw;
    }

    .contact_fixed ul li a .text {
        font-size: 3.2vw;
        text-align: center;
        display: block;
        font-weight: 700;
    }

    .section_instagram .scroll_area {
        margin: 0;
    }

    .side_menu .side_box:before,
    .side_menu .side_box:after {
        display: none;
    }

    .side_menu .side_box .button_wrap {
        margin-bottom: 5vw;
    }

    .section_mainvisual .cont .wrap {
        min-height: 160vw;
    }

    .section_mainvisual .cont .text_box {
        padding-bottom: 5vw;
    }

    .section_recommend .banner_area a {
        width: 100%;
        background: url(/wp-content/themes/swell_child/image/banner_recruit_back_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section_recommend .banner_area a .cont {
        padding: 12vw 0 5.8vw 0;
    }

    .section_recommend .banner_area a .cont:after {
        background: url(/wp-content/themes/swell_child/image/banner_recruit_pick_sp.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section_recommend .banner_area a .cont:before {
        width: 96%;
        height: 96%;
        left: 2%;
        top: 2%;
    }

    .section_recommend .banner_area a .text_area {
        width: 100%;
    }

    .section_recommend .banner_area a .text_area .catch_area {
        padding-left: 7.6vw;
        padding-right: 3.3vw;
        padding-top: 1vw;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
        display: inline-block;
    }

    .section_recommend .banner_area a .text_area .catch_area .lead {
        font-size: 6vw;
    }

    .section_recommend .banner_area a .text_area .catch_area .lead .accent {
        font-size: 10vw;
    }

    .section_recommend .banner_area a .text_area .catch_area .circle {
        width: 20vw;
        height: 20vw;
        left: auto;
        right: -11.5vw;
        top: -14vw;
        padding-top: 4.5vw;
        font-size: 4vw;
        line-height: 1.4;
    }

    .section_recommend .banner_area a .text_area .name {
        font-size: 6vw;
        padding-left: 7.6vw;
        padding-right: 7.8vw;
        margin-bottom: 3.8vw;
        line-height: 1.55;
    }

    .section_recommend .banner_area a .text_area .other_text {
        padding-left: 7.6vw;
    }

    .section_recommend .banner_area a .text_area .other_text .text {
        margin-bottom: 3.8vw;
    }

    .section_recommend .banner_area a .text_area .other_text .more {
        font-size: 4vw;
        padding-right: 8vw;
    }

    .section_recommend .banner_area a .text_area .other_text .more:before {
        right: 0;
        width: 2.6vw;
        height: 2.6vw;
    }

    .section_recommend .banner_area a .image_area {
        width: 90%;
        margin-left: 0;
        padding-top: 5vw;
        margin: 0 auto;
    }

    .section_recommend .banner_area a .image_area .image {
        height: 51vw;
        margin-bottom: 2vw;
    }

    .section_recommend .banner_area a .image_area .data_text {
        font-size: 3.3vw;
    }

    .common_page_wrap {
        padding-bottom: 20vw;
        padding-top: 5vw;
    }

    .breadcrumbs {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .common_page_main {
        height: auto;
        margin-bottom: 10vw;
    }

    .common_page_main .wrap {
        max-width: 100%;
        padding-left: 5vw;
    }

    .common_page_main .page_main_img {
        width: 100%;
        height: 56vw;
        position: relative;
        right: auto;
    }

    .common_page_main .title_box {
        margin-top: -15vw;
        padding-left: 2.5vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 6vw;
        border-left: 3px solid;
        padding-left: 4vw;
        margin-bottom: 3vw;
        text-shadow: 1px 1px 0px #fff;
    }

    .common_page_main .title_box .title {
        font-size: 5vw;
        margin-bottom: 0;
    }

    .common_page_main .title_box .title span {
        padding: 1.2vw 3vw;
        display: inline-block;
    }

    /* お部屋探しの流れ（SP） */

    .page_flow .main_text {
        margin-bottom: 10vw;
        padding: 10vw 4vw 15vw 4vw;
    }

    .page_flow .main_text:before {
        width: 90%;
        left: 5%;
    }

    .page_flow ul li {
        margin-top: 10vw;
    }

    .page_flow ul li:before {
        display: none;
    }

    .page_flow ul li .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    .page_flow ul li .text_area {
        width: 100%;
    }

    .page_flow ul li .title_box {
        padding-left: 4vw;
        margin-bottom: 5vw;
        border-left-width: 4px;
    }

    .page_flow ul li .title_box .en {
        font-size: 4vw;
    }

    .page_flow ul li .title_box .title {
        font-size: 5.2vw;
    }

    .page_flow ul li .more_text {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 55vw;
    }

    .page_flow_item_sub_box {
        padding: 32px 10px;
    }

    .page_flow_item_sub_box .main_text_box .text {
        font-size: 14px;
    }

    .page_flow_item_sub_box_inner {
        flex-direction: column;
    }

    .page_flow_item_sub_box_inner .item {
        width: 100%;
        padding: 0 0;
    }

    .page_flow_item_sub_box_inner .item+.item {
        margin-top: 24px;
        border-left: none;
    }

    .page_flow_item_sub_box_cont {
        padding: 80px 0 0;
    }

    /* スタッフ詳細ページ（SP） */

    .page_staff_single .section_staff_information .image {
        width: 100%;
        height: 82vw;
        min-height: unset;
        order: 2;
    }

    .page_staff_single .section_staff_information .text_area {
        width: 100%;
        padding: 10vw 3.8vw 8vw 3.8vw;
    }

    .page_staff_single .section_staff_information .text_area .name_box {
        margin-bottom: 8vw;
    }

    .page_staff_single .section_staff_information .text_area .name_box .en {
        font-size: 4vw;
    }

    .page_staff_single .section_staff_information .text_area .name_box .name {
        font-size: 8.2vw;
    }

    .page_staff_single .section_staff_information .text_area .text {
        margin-bottom: 8vw;
        font-size: 3.6vw;
    }

    .page_staff_single .section_staff_information .text_area .message {
        font-size: 4.7vw;
    }

    .page_staff_single .section_staff_information .text_area .message .message_text {
        padding: 0;
        display: block;
    }

    .page_staff_single .section_staff_information .text_area .message .message_text:before {
        top: auto;
        bottom: 0;
        height: 5vw;
    }

    .page_staff_single .section_staff_information .text_area .message .message_text:after {
        height: 5vw;
        top: auto;
        bottom: 0;
    }

    .page_staff_single .section_staff {
        padding-bottom: 0;
    }

    /* ルームアドバイザー一覧（SP） */

    .page_staff_list .section_staff ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .page_staff_list .section_staff ul li {
        width: auto;
    }

    .page_staff_list .section_staff ul li .image {
        height: 100vw;
    }

    /* 不動産用語集(SP) */

    #pageGlossary .glossary_top_sec {
        margin-bottom: 70px;
    }

    #pageGlossary .glossary_top_sec .contents {
        padding: 4vw;
    }

    #pageGlossary .glossary_top_sec .top_text {
        margin-bottom: 20px;
    }

    #pageGlossary .glossary_top_sec .top_text .text {
        font-size: 4vw;
        letter-spacing: 0.05em;
        padding-bottom: 10px;
    }

    #pageGlossary .glossary_top_sec .cont {
        display: block;
    }

    #pageGlossary .glossary_top_sec .cont .block {
        width: 100%;
    }

    #pageGlossary .glossary_top_sec .cont .block .item {
        padding: 0;
        margin-bottom: 15px;
    }

    #pageGlossary .glossary_top_sec .cont .block .item+.item {
        margin-top: 0px;
    }

    #pageGlossary .glossary_top_sec .cont .block .item .label {
        font-size: 4vw;
    }

    #pageGlossary .glossary_top_sec .cont .block .item a {
        padding: 8px 8px;
        margin-left: 5vw;
        box-shadow: 2px 2px 2px #c9c1c1;
        font-size: 4vw
    }

    #pageGlossary .glossary_top_sec .cont .block .item a:hover {
        box-shadow: 2px 2px 2px #c9c1c1;
    }

    #pageGlossary .glossary_info_sec .cont .block+.block {
        margin-top: 30px;
    }

    #pageGlossary .glossary_info_sec .cont .block .ttl {
        font-size: 6vw;
        margin-bottom: 18px;
    }

    #pageGlossary .glossary_info_sec .cont .block .ttl::before {
        width: 3.5vw;
    }

    #pageGlossary .glossary_info_sec .cont .block .box+.box {
        margin-top: 15px;
    }

    #pageGlossary .glossary_info_sec .cont .block .box .name {
        font-size: 3.8vw;
        margin-bottom: 5px;
    }

    #pageGlossary .glossary_info_sec .cont .block .box .text {
        font-size: 3.5vw;
    }

    #pageGlossary .glossary_info_sec .cont {
        padding: 4vw;
    }

    /* よくある質問（SP） */

    .page_faq_title {
        font-size: 20px;
        margin: 40px 0 20px 0;
        letter-spacing: 0.06em;
    }

    .page_faq_title:first-child {
        margin-top: 0;
    }

    .page_faq_dl {
        padding: 20px;
        margin: 0 0 20px;
    }

    .page_faq_dl dt {
        font-size: 17px;
        padding-left: 25px;
        letter-spacing: 0.02em;
        margin: 0 0 8px;
    }

    .page_faq_dl dt::before {
        top: -1px;
    }

    .page_faq_dl dd {
        padding-left: 25px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0;
    }

    .page_faq_dl dd::before {
        font-size: 20px;
    }

    /* 店舗紹介(SP) */

    .page_shop_information .cont {
        padding: 10vw 4vw 15vw 4vw;
    }

    .page_shop_information .cont:before {
        width: 90%;
        height: 5px;
        left: 5%;
    }

    .page_shop_information .image_wrap {
        margin-bottom: 10vw;
    }

    .page_shop_information table th,
    .page_shop_information table td {
        font-size: 3.2vw;
        padding: 1em .5em;
    }

    .page_shop_information table th {
        width: 30%;
    }

    .page_shop_information table td {
        width: 70%;
    }

}