@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
*/

@font-face {
    font-family: "Anurati";
    src: url("/wp-content/themes/swell_child/fonts/Anurati-Regular.otf") format("opentype");
}

html,
button,
input,
select,
textarea {
    font-family: "ヒラギノ角ゴシック", sans-serif;
}

body {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.7;
}

.f_en {
    font-family: "mostra-nuova", sans-serif;
}

.f_zenmaru {
    font-family: "zen-maru-gothic", sans-serif;
}

.f_din {
    font-family: "din-2014", sans-serif;
}

.f_anu {
    font-family: "Anurati", sans-serif;
}

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/swell_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: 1140px;
    margin: 0 auto;
}

.wrap_mid {
    width: 1240px;
    margin: 0 auto;
}

.wrap_lr {
    width: 1340px;
    margin: 0 auto;
}

/* 共通部分 */
.common_title.center {
    text-align: center;
}

.common_title .en {
    color: #013B96;
    font-size: 64px;
    letter-spacing: .03em;
    font-weight: 700;
    line-height: 1.1;
}

.common_title .jp {
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 600;
}

.common_title .dot_box {
    display: flex;
    align-items: center;
    gap: 0 5px;
    margin-top: 10px;
}

.common_title .dot_box .dot {
    display: block;
    width: 5px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #013B96;
    border-radius: 50%;
}

.common_title.center .dot_box {
    justify-content: center;
}

.common_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    min-block-size: 60px;
    background: #013B96;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 600;
    margin: 0 auto;
    transition: .3s;
}

.common_btn a:hover {
    background: #002765;
}

/* PCヘッダー */
#pc_header {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(160, 160, 160, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#pc_header .top_box {
    padding: 16px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#pc_header .top_box .logo_area {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

#pc_header .top_box .logo_area .logo_box {
    flex-shrink: 0;
}

#pc_header .top_box .logo_area .logo_box .logo {
    margin-bottom: 2px;
}

#pc_header .top_box .logo_area .logo_box .text {
    color: #013B96;
    font-size: 12px;
    font-weight: 900;
}

#pc_header .top_box .logo_area .logo_box .text .en {
    font-size: 10px;
    font-weight: 700;
    margin-right: 4px;
}

#pc_header .top_box .logo_area .text_area .text {
    font-size: 10px;
    letter-spacing: .03em;
    font-weight: 500;
}

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

.hd_cont .link_box ul {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.hd_cont .link_box li a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #1A1A1A;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 600;
    transition: .3s;
}

.hd_cont .link_box li a .icon {
    flex-shrink: 0;
    width: 24px;
    line-height: 1;
}

.hd_cont .link_box li a .icon svg {
    width: 100%;
    height: 100%;
}

.hd_cont .link_box li a .icon svg * {
    transition: .3s;
}

.hd_cont .link_box li a:hover {
    color: #013B96;
}

.hd_cont .link_box li a:hover .icon svg path,
.hd_cont .link_box li a:hover .icon svg rect {
    fill: #013B96;
}

.hd_cont .tel_box {
    /* text-align: right; */
}

.hd_cont .tel_box .name {
    font-size: 10px;
    font-weight: 700;
    /* margin-bottom: .2em; */
}

.hd_cont .tel_box .tel {
    color: #013B96;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.hd_cont .tel_box .tel .small {
    font-size: 14px;
    margin-right: 5px;
}

.hd_cont .tel_box .hours {
    font-size: 9px;
    letter-spacing: .03em;
}

.hd_cont .tel_box {
    text-align: right;
}

.hd_cont .tel_box .tel {
    color: #013B96;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.hd_cont .tel_box .tel .small {
    font-size: 14px;
    margin-right: 5px;
}

.hd_cont .tel_box .hours {
    font-size: 9px;
    letter-spacing: .03em;
}

#pc_header .bottom_box {
    border-top: 1px solid #DBDBDB;
}

.hd_menu ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.hd_menu li+li {
    border-left: 1px solid #DBDBDB;
}

.hd_menu li a {
    display: grid;
    place-content: center;
    text-align: center;
    color: #1A1A1A;
    font-size: 13px;
    letter-spacing: .03em;
    font-weight: 600;
    min-block-size: 60px;
    position: relative;
    transition: .3s;
}

.hd_menu li a::after {
    content: "";
    width: 100%;
    height: 0;
    background: #013B96;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
}

.hd_menu li a:hover {
    color: #013B96;
}

.hd_menu li a:hover::after {
    height: 5px;
}

/* PCトップページ FV */
.top_main {
    padding: 250px 0 30px;
    background: url(/wp-content/themes/swell_child/image/main_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.top_main::before {
    content: "";
    background: #013B96;
    opacity: 0.5;
    mix-blend-mode: multiply;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.top_main .content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.top_main .content .text_box .label_box {
    background: #fff;
    border-radius: 30px;
    padding: 10px 45px 10px 180px;
    margin-bottom: 30px;
    position: relative;
}

.top_main .content .text_box .label_box .text {
    color: #013B96;
    font-size: 20px;
    letter-spacing: .15em;
    font-weight: 800;
}

.top_main .content .text_box .label_box .catch_box {
    background: #D9AF00;
    width: 130px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -55px;
    left: 30px;
}

.top_main .content .text_box .label_box .catch_box .catch {
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 800;
    line-height: 1.6;
}

.top_main .content .text_box .label_box .catch_box .catch .vertical {
    display: inline-block;
    writing-mode: tb-rl;
    font-size: 18px;
    margin-right: -6px;
    position: relative;
    translate: 0 4px;
}

.top_main .content .text_box .label_box .catch_box .catch .num {
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-right: 5px;
}

.top_main .content .text_box .title_box .title {
    color: #fff;
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 800;
    line-height: 1.5;
}

.top_main .content .text_box .title_box .title .large {
    font-size: 64px;
}

.top_main .content .mark_box ul {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.top_main .content .mark_box li {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.top_main .content .mark_box li .text {
    color: #fff;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 800;
    line-height: 1.2;
}

.top_main .content .mark_box li .text .large {
    font-size: 30px;
}

.top_main .content .mark_box li .text .en,
.top_main .content .mark_box li .text .num {
    font-size: 40px;
}

.top_main .content .mark_box li .text .num {
    font-style: italic;
}

.top_main .content .mark_box li::before,
.top_main .content .mark_box li::after {
    content: "";
    background: url(/wp-content/themes/swell_child/image/main_title_mark.svg) no-repeat;
    background-size: contain;
    width: 30px;
    aspect-ratio: 30/63;
    min-width: 0;
    flex-shrink: 0;
    display: block;
}

.top_main .content .mark_box li::after {
    transform: rotateY(180deg);
}

.top_main .note {
    color: #fff;
    font-size: 10px;
    letter-spacing: .05em;
    font-weight: 600;
    text-indent: -1em;
    padding-left: 1em;
    width: fit-content;
    margin-left: auto;
}

/* PCトップページ お知らせ */
.top_info {
    padding: 80px 0;
    background: #FDFDFD;
    position: relative;
    z-index: 0;
}

.top_info::before {
    content: "";
    background: url(/wp-content/themes/swell_child/image/info_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.top_info .cont {
    display: grid;
    grid-template-columns: 400px 1fr;
}

.top_info .cont .title_box {
    background: #EAEEF4;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 50px;
}

.top_info .cont .link_btn a {
    display: flex;
    align-items: center;
    gap: 0 20px;
    color: #1A1A1A;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 600;
    transition: .3s;
}

.top_info .cont .link_btn a .arrow {
    flex-shrink: 0;
    width: 50px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #013B96;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.top_info .cont .link_btn a .arrow::before {
    content: "";
    background: url(/wp-content/themes/swell_child/image/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    width: 16px;
    aspect-ratio: 16/11;
    min-width: 0;
    display: block;
}

.top_info .cont .link_btn a:hover {
    color: #013B96;
}

.top_info .common_title {
    margin-bottom: 35px;
}

.top_info .common_title .en {
    font-size: 40px;
}

.top_info .cont .info_box {
    background: #fff;
    border-radius: 0 5px 5px 0;
    padding: 60px 50px;
}

.common_info_list li a {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 0 20px 15px;
    color: #1A1A1A;
    transition: .3s;
}

.common_info_list li+li a {
    border-top: 1px dashed #E3E3E3;
    padding-top: 15px;
}

.common_info_list li:last-of-type a {
    padding-bottom: 0;
}

.common_info_list li a .date {
    flex-shrink: 0;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 400;
}

.common_info_list li a .title {
    width: 100%;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.common_info_list li a:hover {
    color: #013B96;
}

/* PCトップページ バナー */
.top_banner {
    padding: 100px 0 120px;
}

.top_banner .cont .banner_slider {
    margin-bottom: 30px;
}

.top_banner .cont .banner_slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_banner .cont .thumb_slider .slide {
    width: 160px;
    cursor: pointer;
    position: relative;
}

.top_banner .cont .thumb_slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_banner .cont .thumb_slider .slide::before {
    content: "";
    background: #1A1A1A;
    opacity: 0.35;
    position: absolute;
    inset: 0;
    transition: .3s;
}

.top_banner .cont .thumb_slider .slide.is-active::before {
    opacity: 0;
}

.top_banner .cont .thumb_slider .splide__list {
    justify-content: center;
    transform: unset !important;
}

/* 追従 */
#tuiju {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 100;
    translate: 240px 0;
    transition: .6s;
}

#tuiju:hover {
    translate: 0;
}

#tuiju .inner {
    display: flex;
    min-height: 240px;
}

#tuiju .inner .title_box {
    background: #013B96;
    border-radius: 5px 0 0 5px;
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#tuiju .inner .title_box .icon {
    flex-shrink: 0;
    width: 40px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin-bottom: 15px;
}

#tuiju .inner .title_box .icon img {
    width: 22px;
}

#tuiju .inner .title_box .title {
    writing-mode: tb-rl;
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

#tuiju .inner .title_box::after {
    content: "";
    background: url(/wp-content/themes/swell_child/image/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    width: 16px;
    aspect-ratio: 16/11;
    min-width: 0;
    flex-shrink: 0;
    display: block;
    transition: .4s;
}

#tuiju .inner .btn_box {
    background: #EAEEF4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}

#tuiju .inner .btn_box .btn .link {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: 200px;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    color: #013B96;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 600;
}

#tuiju .inner .btn_box .btn.line .link {
    background: #06C755;
    color: #fff;
}

#tuiju .inner .btn_box .btn .link .icon {
    flex-shrink: 0;
    width: 36px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #013B96;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

#tuiju .inner .btn_box .btn.line .link .icon {
    background: #fff;
}

#tuiju .inner .btn_box .btn .link .icon img {
    width: 20px;
}

/* PCトップページ 物件検索 */
.top_search {
    background: #EAEEF4;
    padding: 130px 0;
}

#single_page .top_search {
    margin: 100px 0;
}

.top_search .cont {
    background: #fff;
    border: 5px solid #013B96;
    border-radius: 5px;
}

.top_search .cont+.cont {
    margin-top: 20px;
}

.top_search .search_box {
    padding: 70px 50px 65px;
}

.top_search .search_box .common_title {
    margin-bottom: 25px;
}

.top_search .search_list {
    margin-bottom: 25px;
}

.top_search .search_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 25px;
}

.top_search .search_list.version_2 ul {
    grid-template-columns: repeat(2, 1fr);
}

.top_search .search_list li a {
    display: block;
    background: #fff;
    border: 5px solid #EAEEF4;
    border-radius: 5px;
    padding: 25px 25px 35px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: .3s;
}

.top_search .search_list li a .en {
    color: #EAEEF4;
    font-size: 60px;
    letter-spacing: .03em;
    writing-mode: tb-rl;
    line-height: 1;
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: -1;
    transition: .3s;
}

.top_search .search_list li a .en .space {
    letter-spacing: -0.35em;
}

.top_search .search_list li a .title {
    color: #1A1A1A;
    font-size: 24px;
    letter-spacing: .03em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    transition: .3s;
}

.top_search .search_list li a .img {
    text-align: center;
}

.top_search .search_list li a .btn {
    width: 100%;
    min-block-size: 60px;
    display: grid;
    place-content: center;
    background: #013B96;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 600;
    margin: -5px auto 0;
    position: relative;
}

.top_search .search_list li a:hover {
    background: #EAEEF4;
    border-color: #013B96;
}

.top_search .search_list li a:hover .en {
    color: #013B96;
}

.top_search .search_list li a:hover .title {
    color: #013B96;
}

.top_search .search_box .catch {
    text-align: center;
    font-size: 28px;
    letter-spacing: .08em;
    font-weight: 800;
    line-height: 1.9;
}

.top_search .search_box .lead {
    text-align: center;
    margin: 1em 0 2em 0;
}

.top_search .search_box .catch .color {
    color: #013B96;
}

.top_search .search_box .catch .dot {
    position: relative;
}

.top_search .search_box .catch .dot::before {
    content: "";
    width: 6px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #013B96;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: 50%;
    translate: -50% 0;
}

.top_search .search_box .catch .border {
    display: inline;
    text-decoration: underline #EBC00B 15px;
    text-underline-offset: -2px;
}

.top_search .support_box {
    padding: 35px 50px 25px;
    position: relative;
    z-index: 0;
}

.top_search .support_box .top_box {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 25px;
}

.top_search .support_box .top_box .logo_box {
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #EAEEF4;
    border-radius: 3px;
}

.top_search .support_box .top_box .logo_box .icon_list {
    padding: 8px 10px;
}

.top_search .support_box .top_box .logo_box .icon_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
    align-items: center;
}

.top_search .support_box .top_box .logo_box .label {
    background: #BC112F;
    border-radius: 0 0 3px 3px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: .2em;
    font-weight: 600;
}

.top_search .support_box .head {
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 800;
}

.top_search .support_box .top_box .text_box .title {
    font-size: 32px;
    letter-spacing: .03em;
    font-weight: 800;
    line-height: 1.5;
}

.top_search .support_box .top_box .text_box .title .color {
    color: #013B96;
}

.top_search .support_box .img {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: -1;
}

.top_search .support_box .common_btn a {
    margin: 0;
    font-size: 14px;
    border: 5px solid #fff;
    min-block-size: 70px;
    border-radius: 40px;
}

.top_search .support_box .bg_text {
    color: #EAEEF4;
    font-size: 130px;
    letter-spacing: .03em;
    line-height: 1;
    position: absolute;
    bottom: -26px;
    left: 0;
    z-index: -1;
}

.top_search .support_box .bg_text .space {
    letter-spacing: -0.23em;
}

.top_search .support_box .bg_text .space2 {
    letter-spacing: -0.05em;
}

.top_search .support_box .bg_text .space3 {
    letter-spacing: -0.11em;
}

.top_search .owner_box {
    position: relative;
    padding: 80px 0 50px;
}

.top_search .owner_box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(234, 238, 244, .5);
    z-index: 1;
}

.top_search .owner_box .img {
    position: absolute;
    inset: 0;
}

.top_search .owner_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_search .owner_box .text_box {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.top_search .owner_box .text_box .title {
    font-size: 38px;
    letter-spacing: .08em;
    color: #002765;
    font-weight: 700;
    text-align: center;
    text-decoration: underline #EBC00B 15px;
    text-underline-offset: -2px;
    margin-bottom: .5em;
}

.top_search .owner_box .text_box .text {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
}

.top_search .owner_box .common_btn {
    position: relative;
    z-index: 1;
}

/* PCトップページ 選ばれる理由 */
.top_reason {
    padding: 130px 0;
    position: relative;
    z-index: 0;
}

.top_reason::before {
    content: "";
    background: url(/wp-content/themes/swell_child/image/reason_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.top_reason .common_title {
    margin-bottom: 35px;
}

.top_reason .reason_list {
    margin-bottom: 35px;
}

.top_reason .reason_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 35px;
}

.top_reason .reason_list li {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 0 20px;
    align-items: center;
}

.top_reason .reason_list li .img {
    position: relative;
}

.top_reason .reason_list li .img img {
    border: 5px solid #013B96;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_reason .reason_list li .img .label {
    width: fit-content;
    background: #013B96;
    border-radius: 2px 30px 30px 2px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .03em;
    font-weight: 700;
    text-align: center;
    padding: 5px 25px 5px 15px;
    position: absolute;
    top: 15px;
    left: -5px;
}

.top_reason .reason_list li .img .label .num {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.top_reason .reason_list li .text_box .title {
    font-size: 18px;
    letter-spacing: .03em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.top_reason .reason_list li .text_box .title .color {
    color: #013B96;
}

.top_reason .reason_list li .text_box .title .num {
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
}

.top_reason .reason_list li .text_box .title .large {
    font-size: 24px;
    font-weight: 700;
}

.top_reason .reason_list li .text_box .text {
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 400;
    line-height: 1.8;
}

/* PCトップページ スタッフ紹介 */
.top_staff {
    background: #EAEEF4;
    padding: 105px 0 150px;
    position: relative;
    z-index: 0;
}

.top_staff::before {
    content: "";
    background: url(/wp-content/themes/swell_child/image/staff_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.top_staff .common_title {
    margin-bottom: 35px;
}

.common_staff_list {
    margin-bottom: 30px;
}

.top_staff .store_name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #013B96;
}

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

.common_staff_list li {
    box-shadow: 0 3px 6px rgba(160, 160, 160, 0.08);
    border-radius: 5px;
    overflow: hidden;
}

.common_staff_list li a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 0;
}

.common_staff_list li a::before {
    content: "";
    background: #1A1A1A;
    opacity: 0;
    position: absolute;
    inset: 0;
    transition: .3s;
    pointer-events: none;
}

.common_staff_list li a .label_box {
    background: #4674BC;
    display: flex;
    align-items: center;
    transition: .3s;
}

.common_staff_list li a .label_box .icon {
    flex-shrink: 0;
    width: 50px;
    display: grid;
    place-content: center;
    padding: 15px 5px;
    border-right: 2px solid #fff;
}

.common_staff_list li a .label_box .text {
    width: 100%;
    color: #fff;
    font-size: 19px;
    letter-spacing: .03em;
    font-weight: 700;
    padding: 0 15px;
}

.common_staff_list li a .img {
    width: 100%;
    aspect-ratio: 232/230;
}

.common_staff_list li a .img img {
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: cover;
}

.common_staff_list li a .text_box {
    background: #fff;
    text-align: center;
    padding: 13px 10px 15px;
}

.common_staff_list li a .text_box .name {
    color: #1A1A1A;
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 600;
}

.common_staff_list li a .text_box .en {
    color: #A2A2A2;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 700;
}

.common_staff_list:hover li a::before {
    opacity: 0.2;
}

.common_staff_list li a:hover::before {
    opacity: 0;
}

.common_staff_list li a:hover .label_box {
    background: #013B96;
}

/* PCトップページ 不動産コラム */
.top_column {
    padding: 110px 0 140px;
    position: relative;
}

.archive_page {
    padding-top: 0;
}

.top_column::after {
    content: "";
    width: 100%;
    height: 20px;
    border: solid #013B96;
    border-width: 10px 0 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.top_column .common_column_list {
    margin-bottom: 30px;
}

.top_column .cont .tab_box {
    margin-bottom: 30px;
}

.top_column .cont .tab_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.7em;
}

.top_column .cont .tab_box li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-block-size: 45px;
    border: 2px solid #013B96;
    background: #fff;
    color: #013B96;
    font-size: 15px;
    letter-spacing: .05em;
    font-weight: 700;
    padding: 0.5em;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

.top_column .cont .tab_box li a {
    display: block;
    width: 100%;
    color: #013B96;
}

.top_column .cont .tab_box li.active a {
    color: #fff;
}

.top_column .cont .tab_box li.active {
    background: #013B96;
    color: #fff;
}

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

.common_column_list li a {
    display: block;
    height: 100%;
}

.common_column_list li a .img {
    margin-bottom: 15px;
    border: 5px solid #EAEEF4;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
    aspect-ratio: 3 / 2;
}

.common_column_list li a .img img {
    width: 100%;
    /* aspect-ratio: 3/2; */
    height: 100%;
    min-width: 0;
    object-fit: cover;
}

.common_column_list li a .text_box .title {
    color: #1A1A1A;
    font-size: 18px;
    letter-spacing: .03em;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
    transition: .3s;
    word-break: break-all;
}

.common_column_list li a .text_box .text {
    color: #1A1A1A;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.common_column_list li a:hover .img {
    border-color: #013B96;
}

.common_column_list li a:hover .text_box .title {
    color: #013B96;
}

/* PCトップページ グループ店舗紹介 */
.top_group {
    padding: 115px 0 110px;
    background: linear-gradient(to right, #fff, #F1F2F2);
    position: relative;
    z-index: 0;
}

.top_group::before {
    content: "";
    background: url(/wp-content/themes/swell_child/image/group_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index: -1;
}

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

.top_group .cont .tab_box {
    width: fit-content;
    border: 2px solid #EAEEF4;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.top_group .cont .tab_box ul {
    display: grid;
    grid-template-columns: repeat(5, 208px);
}

.top_group .cont .tab_box li {
    display: grid;
    place-content: center;
    text-align: center;
    min-block-size: 60px;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 600;
    line-height: 1.5;
    padding: 5px;
    cursor: pointer;
    transition: .3s;
}

.top_group .cont .tab_box li .small {
    font-size: 12px;
}

.top_group .cont .tab_box li+li {
    border-left: 2px solid #EAEEF4;
}

.top_group .cont .tab_box li.active {
    background: #013B96;
    color: #fff;
}

.top_group .cont .panel_box {
    background: #fff;
    border-radius: 5px;
    padding: 80px 50px 55px;
    margin-top: -30px;
}

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

.common_shop_list li {
    display: block;
    height: 100%;
}

.common_shop_list li .img {
    margin-bottom: 10px;
    aspect-ratio: 27/20;
    font-weight: 200;
}

.common_shop_list li .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.common_shop_list li .text_box .title_box {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.common_shop_list li .address {
    margin-bottom: 20px;
}

.common_shop_list li .information_area .box .title {
    color: #013B96;
    position: relative;
}

.common_shop_list li .information_area .box .title:before {
    content: "■";
    margin-right: .5em;
}

.common_shop_list li .information_area .title_box .title {
    color: #1A1A1A;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.common_shop_list li .information_area .box+.box {
    margin-top: 20px;
}

.common_shop_list li .information_area .box .text {
    font-size: 13px;
    line-height: 2;
}

.common_shop_list li .text_box .title_box .title::before {
    content: "";
    background: url(/wp-content/themes/swell_child/image/icon_pin_blue.svg) no-repeat;
    background-size: contain;
    width: 12px;
    aspect-ratio: 12/17;
    flex-shrink: 0;
    display: block;
}

.common_shop_list li .text_box .title_box .feature {
    color: #1A1A1A;
    font-size: 10px;
    font-weight: 600;
    background: #EAEEF4;
    border-radius: 10px;
    padding: 2px 10px;
}

.common_shop_list li .text_box .tel_box {
    display: flex;
    align-items: flex-end;
    gap: 0 5px;
}

.common_shop_list li .text_box .tel_box .icon_box {
    flex-shrink: 0;
    text-align: center;
}

.common_shop_list li .text_box .tel_box .icon_box .text {
    color: #1A1A1A;
    font-size: 8px;
    letter-spacing: .03em;
    font-weight: 400;
}

.common_shop_list li .text_box .tel_box .icon_box .icon {
    line-height: 1;
}

.common_shop_list li .text_box .tel_box .tel {
    color: #1A1A1A;
    font-size: 32px;
    line-height: 0.8;
    font-weight: 700;
    font-style: italic;
}

.top_group .common_btn.shop a {
    margin: 40px auto 0;
}

.top_group .common_btn.shop a::after {
    content: "";
    background: url(/wp-content/themes/swell_child/image/icon_link_white.svg) no-repeat;
    background-size: contain;
    width: 16px;
    aspect-ratio: 1/1;
    min-width: 0;
    flex-shrink: 0;
    display: block;
    margin-left: 8px;
}

/* PCトップページ お問い合わせ */
.top_contact .cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.top_contact .cont .btn .link {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 40px 30px;
    transition: .3s;
}

.top_contact .cont .btn.line .link {
    background: #06C755;
}

.top_contact .cont .btn.mail .link {
    background: #013B96;
    height: 100%;
}

.top_contact .cont .btn.reserve .link {
    background: #4674BC;
}

.top_contact .cont .btn.request .link {
    background: #93B0DD;
}

.top_contact .cont .btn .link .icon {
    flex-shrink: 0;
    width: 70px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.top_contact .cont .btn .link .text_box {
    color: #fff;
}

.top_contact .cont .btn .link .text_box .title {
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 600;
    line-height: 1.5;
}

.top_contact .cont .btn .link .text_box .en {
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 700;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.top_contact .cont .btn .link .text_box .en::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    flex-shrink: 0;
    display: block;
}

.top_contact .cont .btn .link:hover {
    opacity: 0.7;
}

/* PCフッター */

.top_footer .map_box {
    height: 380px;
}

.top_footer .map_box iframe {
    max-height: 100% !important;
}

.top_footer .shop_info {
    background: #EAEEF4;
    padding: 80px 0;
    position: relative;
    z-index: 0;
}

.top_footer .shop_info::before {
    content: "";
    background: url(/wp-content/themes/swell_child/image/ft_shop_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.top_footer .shop_info .shop_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.top_footer .shop_info .shop_box+.shop_box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #013b96;
}

.top_footer .shop_info .shop_box .text_img_area .img_box {
    margin-bottom: 30px;
}

.top_footer .shop_info .shop_box .text_img_area .img_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.top_footer .shop_info .shop_box .text_img_area .img_box ul li {
    height: 130px;
}

.top_footer .shop_info .shop_box .text_img_area .img_box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_footer .shop_info .shop_box .text_img_area .text_box .title {
    color: #013b96;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
}

.top_footer .shop_info .shop_box .text_img_area .text_box .text {
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 400;
    line-height: 1.8;
}

.top_footer .ft_inner {
    background: #fff;
    padding: 100px 0 90px;
}

.top_footer .ft_inner .cont {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 80px;
    margin-bottom: 20px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.top_footer .ft_inner .cont .info .logo_box {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 30px;
}

.top_footer .ft_inner .cont .info .logo_box .logo_area {
    flex-shrink: 0;
}

.top_footer .ft_inner .cont .info .logo_box .logo_area .logo {
    margin-bottom: 2px;
    width: 160px;
}

.top_footer .ft_inner .cont .info .logo_box .logo_area .text {
    color: #013B96;
    font-size: 12px;
    font-weight: 900;
}

.top_footer .ft_inner .cont .info .logo_box .logo_area .text .small {
    font-size: 10px;
    font-weight: 700;
    margin-right: 3px;
}

.top_footer .ft_inner .cont .info .logo_box .head {
    color: #013B96;
    font-size: 10px;
    letter-spacing: .03em;
    font-weight: 500;
}

.top_footer .ft_inner .cont .info .addr {
    font-size: 13px;
    letter-spacing: .03em;
    font-weight: 400;
    margin-bottom: 15px;
}

.top_footer .ft_inner .cont .info .tel a {
    display: inline-block;
    color: #1A1A1A;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    pointer-events: none;
}

.top_footer .ft_inner .cont .info .tel a .small {
    font-size: 40%;
    margin-right: 5px;
}

.ft_menu ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft_menu li+li {}

.ft_menu li a {
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
    color: #1A1A1A;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 600;
    transition: .3s;
}

.ft_menu li a::before {
    content: "";
    width: 5px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #013B96;
    border-radius: 50%;
    flex-shrink: 0;
    display: block;
}

.ft_menu li.link a::after {
    content: "";
    background: url(/wp-content/themes/swell_child/image/icon_link_black.svg) no-repeat;
    background-size: contain;
    width: 15px;
    aspect-ratio: 1/1;
    min-width: 0;
    flex-shrink: 0;
    display: block;
}

.ft_menu li a:hover {
    opacity: 0.7;
}

.top_footer .ft_inner .last_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_footer .ft_inner .last_box .copyright small {
    font-size: 10px;
    letter-spacing: .03em;
    font-weight: 400;
}

.top_footer .ft_inner .last_box .menu ul {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.top_footer .ft_inner .last_box .menu li a {
    display: block;
    color: #1A1A1A;
    font-size: 12px;
    letter-spacing: .03em;
    font-weight: 400;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 100px 0;
}

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

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    margin-bottom: 20px;
}

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

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access {
    margin-bottom: 100px;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

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

/* PC固定ページ お問い合わせ */
.common-contactform table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
}

.common-contactform table th,
.common-contactform table td {
    padding: 20px;
    font-size: 14px;
    border: solid 1px #DFDFDF;
    vertical-align: middle;
}

.common-contactform table th {
    width: 25%;
    background: #F7F7F7;
    white-space: nowrap;
    letter-spacing: .05em;
}

.common-contactform table th .hissu,
.common-contactform table th .ninni {
    background: #c70000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

.common-contactform table th .ninni {
    background: #333;
}

.common-contactform table td {
    width: 75%;
}

.common-contactform input[type="text"],
.common-contactform input[type="email"],
.common-contactform #zip {
    width: 85%;
    height: 44px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

.common-contactform input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1px solid #a4a4a4;
}

.common-contactform select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #a4a4a4;
}

.common-contactform textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1px solid #a4a4a4;
}

.common-contactform .attention {
    font-size: 12px;
}

.common-contactform table td .inner {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
}

.common-contactform table td .inner .item {
    width: 100%;
}

.common-contactform table td .inner .label {
    flex-shrink: 0;
}

.common-contactform table td .inner .item select {
    width: 100%;
}

.common-contactform .sec_title {
    width: 74%;
    margin: 0 auto 0.7em;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    border-left: 3px solid #013B96;
    line-height: 1.5;
    padding-left: 0.7em;
}

#page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

#page_contact #btn_wrap button {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

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

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

.contact_form_disc .caution {
    font-size: 14px;
    color: #373636;
}

.contact_form_disc .text {
    margin-bottom: 10px;
}

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

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #333;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.common-contactform input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1/1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */

#page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

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

#page_contact .thanks_textArea .contact_text .space {
    display: block;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    aspect-ratio: 1/1;
    min-width: 0;
    border-radius: 50%;
    background: #333;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

.common-contactform .reserve_cont {
    display: grid;
    grid-template-columns: 470px 1fr;
    gap: 0 30px;
}

.common-contactform .reserve_cont .calendar .ui-datepicker {
    width: 100%;
    padding: 5px;
}

.common-contactform .reserve_cont .calendar table {
    width: 100%;
    margin: 0;
    border: none;
}

.common-contactform .reserve_cont .calendar table th {
    padding: 0;
    width: auto;
    border-color: #fff;
    background: transparent;
}

.common-contactform .reserve_cont .calendar table th span {
    display: block;
    padding: .7em .3em;
    background: #ffebe1;
    color: #ed6103;
}

.common-contactform .reserve_cont .calendar table th.ui-datepicker-week-end span {
    background: #e1f6ff;
    color: #3475ce;
}

.common-contactform .reserve_cont .calendar table th.ui-datepicker-week-end:nth-of-type(1) span {
    background: #ffeaec;
    color: #e83250;
}

.common-contactform .reserve_cont .calendar table td {
    width: auto;
    padding: 0;
    border: none;
}

.common-contactform .reserve_cont .calendar table td a {
    display: block;
    padding: 10px;
    border-color: #fff;
}

.common-contactform .reserve_cont .calendar table td a.ui-state-active {
    border: 1px solid #ed6103;
    font-weight: 600;
    color: #ed6103;
    background: #fbf1ca;
}

.common-contactform .reserve_cont .calendar table td a.ui-state-highlight {
    border: 1px solid #ed6103;
    font-weight: 600;
    color: #ed6103;
    background: #ffebe1;
}

.common-contactform .reserve_cont .table_box .sec_title {
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    border-left: 3px solid #04ba9c;
    padding-left: 0.7em;
    margin-bottom: 0.7em;
}

.common-contactform .reserve_cont .table_box table {
    width: 100%;
}

.common-contactform .reserve_cont .table_box table th {
    white-space: initial;
    width: 38%;
}

.common-contactform .reserve_cont .table_box table .pri {
    margin-bottom: 0.3em;
}

.common-contactform .reserve_cont .calendar table td.ui-state-disabled {
    background: #f6f6f6;
    border: 2px solid #fff;
}

.common-contactform .reserve_cont .calendar table td.ui-state-disabled span {
    background: #f6f6f6;
    border: none;
}

.common-contactform table tr.date {
    display: none;
}

.mw_wp_form_confirm .common-contactform .reserve_cont {
    grid-template-columns: 1fr;
}

.mw_wp_form_confirm .common-contactform .reserve_cont .table_box {
    width: 74%;
    margin: 0 auto;
}

.mw_wp_form_confirm .common-contactform table tr.date {
    display: table-row;
}

/* PC固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

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

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

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

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

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

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

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

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #013B96;
    border-color: #013B96;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #013B96;
    border-color: #013B96;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    display: grid;
    grid-template-columns: 1fr 305px;
    gap: 0 50px;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
}

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

.singleContent div {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 185px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

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

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}


.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

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

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

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

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

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

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/swell_child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/swell_child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

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

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/swell_child/image/icon/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

.common_page_main {
    margin-top: 150px;
    background: #013B96;
    color: #fff;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 20px;
}

.common_page_main .title {
    font-size: 20px;
}

.common_page_main .sub_title {
    font-size: 60px;
    text-transform: uppercase;
    font-family: "mostra-nuova", sans-serif;
    line-height: 1.2;
}

/* スタッフ詳細 */

#page_staff_single .main_visual {
    position: relative;
    height: 40vw;
    margin-top: 150px;
    padding-left: 10vw;
    padding-top: 10vw;
    margin-bottom: 20px;
}

#page_staff_single .breadcrumb {
    text-align: right;
}

#page_staff_single .main_visual:before {
    content: "STAFF";
    font-family: "Anurati", sans-serif;
    color: #013B96;
    opacity: .1;
    font-size: 10vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -2vw;
    top: 0;
    line-height: 1;
}

#page_staff_single .main_visual .image {
    width: 66.6vw;
    height: 40vw;
    position: absolute;
    right: 0;
    top: 0;
}

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

#page_staff_single .main_visual .text_area {
    position: relative;
    z-index: 2;
    width: 28vw;
}

#page_staff_single .main_visual .store_name {
    font-size: 1.3vw;
    margin-bottom: .4em;
}

#page_staff_single .main_visual .name_jp {
    display: inline-block;
    background: #013B96;
    color: #fff;
    font-size: 4vw;
    padding: 0 1em;
    font-weight: bold;
    margin-bottom: .2em;
}

#page_staff_single .main_visual .name_en {
    font-family: "mostra-nuova", sans-serif;
    font-size: 2vw;
    font-weight: bold;
    color: #013B96;
    width: 22vw;
    text-align: right;
    position: relative;
    margin-bottom: 2vw;
}

#page_staff_single .main_visual .name_en span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-left: 1em;
    display: inline-block;
}

#page_staff_single .main_visual .name_en:before {
    content: "";
    width: 100%;
    background: #013B96;
    height: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
}

#page_staff_single .main_visual .qualification ul {
    display: flex;
    gap: 1vw;
}

#page_staff_single .main_visual .qualification ul li {
    background-color: #EAEEF4;
    border-radius: 36px;
    line-height: 36px;
    padding: 0 2vw 0 3vw;
    font-size: 1.1vw;
    background-repeat: no-repeat;
    background-position: 1vw;
    background-size: 1.5vw;
}

#page_staff_single .main_visual .qualification ul li.takken {
    background-image: url(/wp-content/themes/swell_child/image/icon_takken.svg);
}

#page_staff_single .main_visual .qualification ul li.keiken {
    background-image: url(/wp-content/themes/swell_child/image/icon_keiken.svg);
}

#page_staff_single .main_visual .qualification ul li.kazoku {
    background-image: url(/wp-content/themes/swell_child/image/icon_kazoku.svg);
    background-size: 1vw;
    background-position: 1.5vw;
}

#page_staff_single .main_visual .qualification ul li.jimoto {
    background-image: url(/wp-content/themes/swell_child/image/icon_jimoto.svg);
}

#page_staff_single .main_visual .qualification ul li.tanshin {
    background-image: url(/wp-content/themes/swell_child/image/icon_tanshin.svg);
    background-size: .9vw;
    background-position: 1.5vw;
}

#page_staff_single .main_visual .qualification ul li.josei {
    background-image: url(/wp-content/themes/swell_child/image/icon_josei.svg);
    background-size: 1vw;
    background-position: 1.5vw;
}

#page_staff_single .staff_profile {
    padding: 150px 0;
}

#page_staff_single .staff_profile .table_area {
    width: 570px;
}

#page_staff_single .staff_profile .table_area table {
    width: 100%;
}

#page_staff_single .staff_profile .table_area table th,
#page_staff_single .staff_profile .table_area table td {
    border-bottom: 2px dashed #E3E3E3;
    padding: 1.5em .5em;
    vertical-align: bottom;
}

#page_staff_single .staff_profile .table_area table th {
    width: 40%;
}

#page_staff_single .staff_profile .table_area table th .en {
    font-family: "mostra-nuova", sans-serif;
    color: #013B96;
}

#page_staff_single .staff_profile .table_area table th .en:before {
    content: "・";
    margin-right: .5em;
}

#page_staff_single .staff_profile .table_area table th .jp {
    padding-left: 1.4em;
}

#page_staff_single .staff_profile .table_area table td {
    width: 60%;
}

#page_staff_single .staff_profile .image {
    width: 465px;
    height: 610px;
    position: relative;
    margin-right: 60px;
}

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

#page_staff_single .staff_profile .image:before {
    content: "PROFILE";
    font-family: "mostra-nuova", sans-serif;
    color: #013B96;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: -50px;
    bottom: -37px;
    line-height: 1;
    font-size: 130px;
    font-weight: bold;
}

#page_staff_single .staff_message {
    background: #EAEEF4;
    padding: 105px 0 180px;
    position: relative;
    z-index: 0;
}

#page_staff_single .staff_message::before {
    content: "";
    background: url(/wp-content/themes/swell_child/image/staff_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    position: absolute;
    inset: 0;
    z-index: -1;
}

#page_staff_single .staff_message::after {
    content: "";
    width: 100%;
    height: 20px;
    border: solid #013B96;
    border-width: 10px 0 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page_staff_single .top_staff {
    background: #fff;
}

#page_staff_single .top_staff::before {
    background: url(/wp-content/themes/swell_child/image/reason_bg.png) no-repeat;
}

#page_staff_single .staff_message .text_area {
    width: 590px;
}

#page_staff_single .staff_message .common_title {
    margin-bottom: 30px;
}

#page_staff_single .staff_message .common_title .jp {
    font-size: 24px;
}

#page_staff_single .staff_message .fl_wrap {
    align-items: center;
}

#page_staff_single .staff_message .text_area .catch {
    font-size: 32px;
    margin-bottom: .5em;
    font-weight: 600;
}

#page_staff_single .staff_message .text_area .text {
    line-height: 2;
}

#page_staff_single .staff_message .image {
    width: 480px;
    order: -1;
}

#page_ritsumei .ritumei_main .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

#page_ritsumei .ritumei_main .cont .img {
    padding: 0 0 20px 20px;
    position: relative;
}

#page_ritsumei .ritumei_main .cont .img::before {
    content: "";
    position: absolute;
    inset: 20px 20px 0 0;
    background-color: #93b0dd;
}

#page_ritsumei .ritumei_main .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

#page_ritsumei .ritumei_main .cont .text_area {
    padding-top: 30px;
}

#page_ritsumei .ritumei_main .cont .text_area .sec_ttl {
    color: #013B96;
    font-size: 22px;
    letter-spacing: .04em;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1em;
}

#page_ritsumei .ritumei_main .cont .text_area .text {
    font-size: 16px;
    letter-spacing: .02em;
}

#page_ritsumei .ritumei_main .cont .text_area .keisai_img {
    margin-top: 30px;
    margin-left: auto;
    width: 150px;
}

#page_ritsumei .ritumei_main .cont .text_area .keisai_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common_cont_section .box {
    display: flex;
    gap: 40px;
    align-items: center;
}

.common_cont_section .box:nth-child(even) {
    flex-direction: row-reverse;
}

.common_cont_section .box+.box {
    margin-top: 70px;
}

.common_cont_section .box .img {
    width: 400px;
    height: 280px;
    flex-shrink: 0;
    position: relative;
}

.common_cont_section .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 5px solid #013B96;
}

.common_cont_section .box .img .numbering {
    position: absolute;
    left: -10px;
    top: 20px;
    background-color: #013B96;
    padding: .8em 1.7em .4em 1.2em;
    border-radius: 0 100vmax 100vmax 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

.common_cont_section .box .img .numbering .size {
    font-size: 3em;
}

.common_cont_section .box .text_area {
    flex-grow: 1;
}

.common_cont_section .box .text_area .box_ttl {
    font-size: 24px;
    letter-spacing: .03em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .7em;
}

.common_cont_section .box .text_area .box_ttl .size {
    font-weight: 700;
    font-size: 1.5em;
    margin: 0 .2em;
    color: #013B96;
    line-height: 1;
}

.common_cont_section .box .text_area .box_ttl .size.f_din {
    font-style: italic;
    font-size: 1.8em;
    margin-left: 0;
}

.common_cont_section .box .text_area .inner .text {
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 400;
    line-height: 1.8;
}

.single_main .common_page_wrap {
    padding-top: 200px;
}

/* Form fields, general styles first. */
.page_contact_default button,
.page_contact_default input,
.page_contact_default textarea {
    border: 2px solid #d4d0ba;
    font-family: inherit;
    padding: 5px;
}

.page_contact_default input,
.page_contact_default textarea {
    color: #141412;
}

.page_contact_default input:focus,
.page_contact_default textarea:focus {
    border: 2px solid #c3c0ab;
    outline: 0;
}

/* Buttons */
.page_contact_default button,
.page_contact_default input[type="submit"],
.page_contact_default input[type="button"],
.page_contact_default input[type="reset"] {
    background: #e05d22;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
    /* W3C */
    border: none;
    border-bottom: 3px solid #b93207;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}

.page_contact_default button:hover,
.page_contact_default button:focus,
.page_contact_default input[type="submit"]:hover,
.page_contact_default input[type="button"]:hover,
.page_contact_default input[type="reset"]:hover,
.page_contact_default input[type="submit"]:focus,
.page_contact_default input[type="button"]:focus,
.page_contact_default input[type="reset"]:focus {
    background: #ed6a31;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
    /* W3C */
    outline: none;
}

.page_contact_default button:active,
.page_contact_default input[type="submit"]:active,
.page_contact_default input[type="button"]:active,
.page_contact_default input[type="reset"]:active {
    background: #d94412;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
    /* Chrome 10+, Safari 5.1+ */
    background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
    /* W3C */
    border: none;
    border-top: 3px solid #b93207;
    padding: 10px 24px 11px;
}

.page_contact_default .post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.page_contact_default .post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
.page_contact_default ::-webkit-input-placeholder {
    color: #7d7b6d;
}

.page_contact_default :-moz-placeholder {
    color: #7d7b6d;
}

.page_contact_default ::-moz-placeholder {
    color: #7d7b6d;
}

.page_contact_default :-ms-input-placeholder {
    color: #7d7b6d;
}

.page_contact_default input[type=checkbox]+span::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: white;
}

.page_contact_default input[type=checkbox]+span {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    line-height: 1.5px;
    cursor: pointer;
}

.page_contact_default input[type=checkbox]:checked+span::after {
    left: 3px;
    width: 12px;
    height: 8px;
    margin-top: -10px;
    border-left: 3px solid #F7931E;
    border-bottom: 3px solid #F7931E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
}

.page_contact_default span.wpcf7-list-item {
    vertical-align: middle;
    height: 20px;
    position: relative;
}

.page_contact_default input[type=checkbox]+span::before {
    border: 1px solid #c2ced2;
    border-radius: 4px;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
}

.page_contact_default .wpcf7-checkbox input[type="checkbox"] {
    padding: 0;
    height: 16px;
    position: absolute;
    top: 0px !IMPORTANT;
    left: 0px !important;
    z-index: 100;
    text-align: left;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.page_contact_default .wpcf7-checkbox span.wpcf7-list-item span {
    position: static !important;
}

#Formbox h3.top_h3 {
    margin-bottom: .5em;
}

/* PC固定ページ　オーナー様へ */
.page_owner .owner_sec .cont {
    display: flex;
    gap: 0 60px;
    align-items: center;
}

.page_owner .owner_sec .cont .text_area .title {
    font-size: 24px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .7em;
}

.page_owner .owner_sec .cont .text_area .title .color {
    color: #013B96;
    font-style: italic;
    font-size: 32px;
}

.page_owner .owner_sec .cont .text_area .text {
    font-size: 16px;
    letter-spacing: .06em;
    font-weight: 400;
    line-height: 1.8;
}

.page_owner .owner_sec .cont .text_area .text .size {
    font-size: 22px;
    font-weight: 700;
    color: #D9AF00;
}

.page_owner .owner_sec .cont .text_area .text+.text {
    margin-top: 1em;
}

.page_owner .owner_sec .cont .img {
    width: 480px;
    flex-shrink: 0;
}

.page_owner .owner_sec .cont .img img {
    width: 100%;
    aspect-ratio: 3/2;
    min-width: 0;
    object-fit: cover;
    border-radius: 5px;
    border: 5px solid #013B96;
}

/* PCトップページ 地域情報 */
.top_area_info {
    padding: 110px 0 140px;
    position: relative;
    background: #f3f8ff;
    background-image: url(/wp-content/themes/swell_child/image/top_area_sec_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.top_area_info .common_title {
    margin-bottom: 50px;
}

.top_area_info .item+.item {
    margin-top: 30px;
}

.top_area_info .item .ttl_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

.top_area_info .item .ttl_box .number {
    width: fit-content;
    background: #013B96;
    border-radius: 2px 30px 30px 2px;
    color: #fff;
    font-size: 22px;
    letter-spacing: .03em;
    font-weight: 700;
    text-align: center;
    padding: 0 15px;
}

.top_area_info .item {
    padding: 25px;
    background-color: #fff;
    border-radius: 5px;
}

.top_area_info .item .ttl_box .ttl {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.top_area_info .item .text_area .text {
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 400;
    line-height: 1.8;
}

.line_modal_btn {
    cursor: pointer;
}

#line_modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 110px;
    height: calc(100dvh - 110px);
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0s;
}

#line_modal.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

#line_modal .modal-box {
    background-color: #fff;
    width: 966px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    padding: 50px;
    max-height: calc(100dvh - (210px));
    overflow: scroll;
    border-radius: 5px;
}

#line_modal .modal-box .modalClose {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    aspect-ratio: 1;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    cursor: pointer;
    border: none;
}

#line_modal .modal-box .modalClose::before,
#line_modal .modal-box .modalClose::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background-color: #013B96;
}

#line_modal .modal-box .modalClose::before {
    transform: rotate(45deg);
}

#line_modal .modal-box .modalClose::after {
    transform: rotate(-45deg);
}

#line_modal .modal_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

#line_modal .modal_body .inner+.inner {
    position: relative;
}

#line_modal .modal_body .inner+.inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -31px;
    width: 1px;
    background-color: #EAEEF4;
}

#line_modal .modal_body .inner .store_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}

#line_modal .modal_body .inner .btn {
    display: block;
    text-align: center;
    background-color: #06C755;
    border: 1px solid #06C755;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    font-weight: 700;
    position: relative;
    transition: .3s;
}

#line_modal .modal_body .inner .btn:hover {
    background-color: #fff;
    color: #06C755;
}

#line_modal .modal_body .inner .btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4em;
    background-color: #fff;
    border-radius: 50%;
    width: 2.2em;
    height: 2.2em;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
}

#line_modal .modal_body .inner .btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_footer .ft_inner .cont .info {
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
    flex-shrink: 0;
}

/* トップ口コミセクション */

.top_review {
    background-image: url(/wp-content/themes/swell_child/image/review_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.top_review .common_title,
.top_review .common_title .en {
    color: #fff;
}

.top_review .common_title .dot_box .dot {
    background: #fff;
}

.top_review .review_box {
    margin-top: 50px;
    height: 500px;
    overflow: scroll;
}

.top_review .review_box .item {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px;
}

.top_review .review_box .item+.item {
    margin-top: 10px;
}

.top_review .review_box .item .name_box {
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: nowrap;
}

.top_review .review_box .item .name_box .name {
    font-size: 22px;
    letter-spacing: .14em;
    font-weight: 900;
    margin-right: 50px;
    flex-shrink: 0;
    width: 9%;
    line-height: 1;
}

.top_review .review_box .item .name_box .star_box {
    align-items: center;
}

.top_review .review_box .item .name_box .star_box li+li {
    margin-left: 7px;
}

.top_review .review_box .item .name_box .star_box li img {
    display: block;
}

.top_review .review_box .item .name_box .star_box .shop {
    margin-left: 50px;
    color: #013b96;
    font-size: 16px;
    letter-spacing: .14em;
    font-weight: 900;
    line-height: 1;
}

.top_review .review_box .item .textarea {
    font-size: 15px;
}

#page_point section {
    padding: 120px 0;
}

#page_point .point_main {
    padding-top: 0;
}

#page_point section:nth-child(even) {
    background: #EAEEF4;
}

.common_page_title {
    text-align: center;
    margin-bottom: 40px;
}

.common_page_title .title {
    font-size: 32px;
    color: #013B96;
    font-weight: bold;
    margin-bottom: .5em;
}

.common_page_title .title small {
    margin: 0 .2em;
}

.common_page_title .lead {
    line-height: 2;
    color: #333;
}

#page_point .point_merit .cont {
    position: relative;
    padding: 40px;
    padding-top: 100px;
    background: #e9f2ff;
    border-radius: 10px;
}

#page_point .point_merit .cont .box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

#page_point .point_merit .main_title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 3em;
    background: #1f3f71;
    width: 60%;
    margin: 0 auto 3em auto;
    padding: .5em 1em;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    left: 20%;
    top: -34px;
}

#page_point .point_merit .main_title img {
    width: 90px;
    position: absolute;
    left: 40px;
    bottom: 0;
}

#page_point .point_merit .common_title {
    margin-bottom: 140px;
}

#page_point .point_merit .demerit_ver {
    margin-top: 200px;
}

#page_point .point_merit .demerit_ver .main_title {
    background: #595959;
}

#page_point .point_merit .demerit_ver {
    background: #cdcdcd;
}

.common_page_main_parts .fl_wrap {
    align-items: center;
}

.common_page_main_parts .image {
    width: 45%;
}

.common_page_main_parts .text_area {
    width: 52%;
}

.common_page_main_parts .text_area .catch {
    font-size: 25px;
    margin-bottom: 1em;
    color: #013B96;
    font-weight: bold;
    letter-spacing: .1em;
    position: relative;
}

.common_page_main_parts .text_area .catch:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #013B96;
    position: absolute;
    left: 0;
    top: -20px;
}

.common_page_main_parts .text_area .text {
    line-height: 2;
    font-size: 15px;
}

#page_point .point_flow .main_title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 2em;
    color: #013B96;
    font-weight: bold;
    letter-spacing: .1em;
}

#page_point .point_flow ul li {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    align-items: center;
    position: relative;
    justify-content: space-between;
    border-top: 5px solid #013B96;
}

#page_point .point_flow ul li+li {
    margin-top: 50px;
}

#page_point .point_flow ul li .image {
    width: 40%;
}

#page_point .point_flow ul li .image img {
    border-radius: 5px;
}

#page_point .point_flow ul li .text_area {
    width: 55%;
}

#page_point .point_flow ul li .text_area .catch {
    font-size: 25px;
    margin-bottom: 1em;
    color: #013B96;
    font-weight: bold;
}

#page_point .point_flow ul li .text_area .catch .num {
    font-size: 30px;
}

#page_point .point_flow ul li .text_area .catch .num:after {
    content: "/";
    margin-left: .2em;
}

#page_point .point_flow ul li .text_area .text {
    font-size: 16px;
    line-height: 2.2;
}

#page_point .point_flow ul {
    position: relative;
}

#page_point .point_flow ul:before {
    content: "";
    width: 15px;
    height: 100%;
    background: #013B96;
    position: absolute;
    left: calc(50% - 7.5px);
    top: 0;
}

#page_point .top_search .search_box .catch {
    margin-bottom: 2em;
}

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

.common_box_parts .box ul.ver_3 {
    grid-template-columns: repeat(3, 1fr);
}

.common_box_parts .box ul.ver_3 .image {
    height: 200px;
}

.common_box_parts .box .title {
    font-size: 20px;
    color: #013B96;
    font-weight: bold;
    border-left: 4px solid;
    padding-left: .6em;
    line-height: 1.5;
    margin-bottom: 30px;
}

.common_box_parts .box .title .accent {
    font-size: 25px;
    margin-right: .1em;
}

.common_box_parts .box+.box {
    margin-top: 65px;
}

.common_box_parts .box ul li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border-top: 3px solid #013B96;
    text-align: center;
    box-shadow: 2px 2px 3px #c2c2c2;
}

.common_box_parts .box ul li .image {
    margin-bottom: 10px;
    height: 130px;
}

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

.common_box_parts .box ul li .text_area .catch {
    color: #013B96;
    font-weight: bold;
    margin-bottom: .2em;
}

.common_box_parts .box ul li .text_area .text {
    font-size: 13px;
    line-height: 2;
}

.common_faq_box dl {
    background: #fff;
    padding: 20px;
    border: 1px solid #013B96;
}

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

.common_faq_box dl dt {
    padding-bottom: .5em;
    margin-bottom: .5em;
    color: #013B96;
}

.common_faq_box dl dt,
.common_faq_box dl dd {
    position: relative;
    padding-left: 45px;
}

.common_faq_box dl dd {
    line-height: 2;
}

.common_faq_box dl dt:before {
    content: "Q";
    background: #013B96;
    top: -5px;
}

.common_faq_box dl dd:before {
    content: "A";
    background: #EBC00B;
    top: 0;

}

.common_faq_box dl dt:before,
.common_faq_box dl dd:before {
    color: #fff;
    padding: .2em;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.common_page_main_parts {
    padding-top: 0;
}

#page_point section.point_attention {
    background: #fff;
}

#page_point .common_cont_section .box .text_area .box_ttl .size.f_din,
.common_category_page .common_cont_section .box .text_area .box_ttl .size.f_din {
    font-size: 1.5em;
}


.common_category_page section {
    padding: 120px 0;
}

.common_category_page .point_main {
    padding-top: 0;
}

.common_category_page .merit_demerit_section,
.common_category_page .faq_section,
.common_category_page .contact_section,
.common_category_page .rows_4block_section {
    background: #EAEEF4;
}

.common_category_page .pro_search_section .cont {
    margin-bottom: 100px;
}

.common_category_page .pro_search_section .box_wrap .main_catch {
    text-align: center;
    margin-bottom: 2em;
    font-size: 25px;
    font-weight: bold;
    color: #013B96;
}

.common_category_page .contact_section .cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.common_category_page .contact_section .cont .btn .link {
    display: block;
    gap: 0 20px;
    padding: 20px 20px;
    transition: .3s;
    text-align: center;
}

.common_category_page .contact_section .cont .btn.line .link {
    background: #06C755;
}

.common_category_page .contact_section .cont .btn.line .link .text_box .title .free {
    color: #06C755;
}

.common_category_page .contact_section .cont .btn.mail .link {
    background: #013B96;
    height: 100%;
}

.common_category_page .contact_section .cont .btn.mail .link .text_box .title .free {
    color: #013B96;
}

.common_category_page .contact_section .cont .btn.reserve .link {
    background: #4674BC;
}

.common_category_page .contact_section .cont .btn.reserve .link .text_box .title .free {
    color: #4674BC;
}

.common_category_page .contact_section .cont .btn.request .link {
    background: #93B0DD;
}

.common_category_page .contact_section .cont .btn.request .link .text_box .title .free {
    color: #93B0DD;
}

.common_category_page .contact_section .cont .btn .link .icon {
    flex-shrink: 0;
    width: 70px;
    aspect-ratio: 1/1;
    min-width: 0;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin: 0 auto 20px auto;
}

.common_category_page .contact_section .cont .btn .link .text_box {
    color: #fff;
}

.common_category_page .contact_section .cont .btn .link .text_box .title {
    font-size: 18px;
    letter-spacing: .03em;
    font-weight: 600;
    line-height: 1.5;
}

.common_category_page .contact_section .cont .btn .link .text_box .title .free {
    background: #fff;
    color: #333;
    padding: .2em 1em;
    font-size: 14px;
    border-radius: 50px;
    display: block;
    width: 100px;
    margin: 0 auto 10px auto;
}

/* トップ口コミセクション 終了 */

/* 2025.01.18 追記 */
#page_contact .contact_line {
    margin-bottom: 100px;
}

#page_contact .contact_line.line .line_lead {
    text-align: center;
    font-size: 18px;
}

#page_contact .contact_line.line .line_btn {
    background-color: #06C755;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 10px auto 0;
    padding: 10px 50px 10px 40px;
    border-radius: 5px;
    border: 1px solid #06C755;
    transition: background 0.3s ease 0s;
}

#page_contact .contact_line.line .line_btn:hover {
    background-color: transparent;
}

#page_contact .contact_line.line .line_icon {
    width: 60px;
    aspect-ratio: 1/1;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_contact .contact_line.line .line_text {
    color: #FFF;
    margin-left: 10px;
    font-size: 21px;
    font-weight: 700;
    transition: color 0.3s ease 0s;
}

#page_contact .contact_line.line .line_btn:hover .line_text {
    color: #06C755;
}

#single_page .contact_area {
    margin-block: 100px 0;
}

.single_review_area {
    padding-block: 100px;
}

.single_review_area .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}

.single_review_area .list .item {
    background: #EAEEF4;
    border-radius: 0.3em;
    padding: 1.7em;
}

.single_review_area .list .item .name_box {
    display: flex;
    align-items: flex-start;
    gap: 0.7em;
    margin-block: 0 0.5em;
}

.single_review_area .list .item .name_box .name {
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
}

.single_review_area .list .item .name_box .rate {
    display: flex;
    align-items: center;
    gap: 0.2em;
}

.single_review_area .list .item .name_box .rate .star {
    display: block;
    width: 22px;
    aspect-ratio: 1;
    line-height: 1;
}

.single_review_area .list .item .name_box .rate .star svg {
    width: 100%;
    height: 100%;
}

.single_review_area .list .item .name_box .rate .star svg path {
    fill: #fec600;
}

.single_review_area .list .item .text_box .text {
    font-size: 14px;
    letter-spacing: .05em;
}

.single_price_area {
    padding-block: 100px 0;
}

.single_price_area .table_box table {
    width: 100%;
}

.single_price_area .table_box table th,
.single_price_area .table_box table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    font-size: 15px;
    letter-spacing: .05em;
    vertical-align: middle;
}

.single_price_area .table_box table th {
    background: #013B96;
    color: #fff;
}

.single_price_area .table_box table td.rate {
    width: 45%;
}

.single_price_area .table_box table td .bar {
    display: block;
    height: 10px;
    background: #013B96;
}

.common_category_page .difference_section .box {
    align-items: center;
}

.common_category_page .difference_section .text_area {
    width: 55%;
}

.common_category_page .difference_section .text_area .common_page_title {
    text-align: left;
}

.common_category_page .difference_section .text_area .text {
    line-height: 2;
}

.common_category_page .difference_section .image {
    width: 40%;
}

/* PC固定ページ 賃貸物件入居前にやること */
.page_preparation .common_page_wrap {
    padding-bottom: 0;
}

.page_preparation .documents_section .common_cont_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 16px;
}

.page_preparation .documents_section .box {
    padding: 30px 40px;
    border-radius: 20px;
    background-color: #F7F7F7;
    align-items: flex-start;
}

.page_preparation .documents_section .common_cont_section .box+.box {
    margin-top: 0;
}

.page_preparation .common_box_parts .box ul li .image {
    height: auto;
}

.page_preparation .common_box_parts .box ul li .image img {
    aspect-ratio: 278 / 191;
}

.page_preparation .common_box_parts .box ul li .text_area .text {
    font-size: 14px;
    text-align: left;
}

.page_preparation.common_category_page section.todo_section:not(.first) {
    padding-top: 0;
}

.page_preparation .top_search {
    padding-top: 0;
    background-color: transparent;
}

.page_preparation .top_search .cont {
    padding: 0 50px;
    border: none;
}

.page_preparation .top_search .search_box .catch {
    margin-bottom: 1em;
}

.page_preparation .moving_section .main_title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 2em;
    color: #013B96;
    font-weight: bold;
    letter-spacing: .1em;
}

.page_preparation .moving_section {
    background-color: #EAEEF4;
}

.page_preparation .moving_section .cont .box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.page_preparation .moving_section .cont .text+.text {
    margin-top: 20px;
}

.page_preparation .neighborhood_section .main_title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 2em;
    color: #013B96;
    font-weight: bold;
    letter-spacing: .1em;
}

.page_preparation .neighborhood_section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 16px;
}

.page_preparation .neighborhood_section ul li {
    min-height: 208px;
    background: #fff;
    border-radius: 10px;
    border-top: 5px solid #013B96;
    box-shadow: 2px 2px 3px #c2c2c2;
    overflow: hidden;
}

.page_preparation .neighborhood_section ul li .image {
    width: 23%;
    height: 100%;
}

.page_preparation .neighborhood_section ul li .image img {
    height: 100%;
    aspect-ratio: 130 / 208;
    object-fit: cover;
}

.page_preparation .neighborhood_section ul li .text_area {
    padding: 30px;
    width: 77%;
}

.page_preparation .neighborhood_section ul li .text_area .catch {
    font-size: 22px;
    margin-bottom: 1em;
    color: #013B96;
    font-weight: bold;
}

.page_preparation .neighborhood_section ul li .text_area .text {
    font-size: 16px;
}

.page_preparation.common_category_page .faq_section {
    background: #fff;
}

/* PC固定ページ 茨木市周辺にある3LDKの賃貸物件を探す */
.page_3ldk .common_page_main_parts .text_area .text+.text,
.page_3ldk .common_cont_section .box .text_area .inner .text+.text {
    margin-top: 20px;
}

.page_3ldk .common_box_parts .box ul li .text_area .text {
    text-align: left;
}

/* ポップアップ */

/* TOPポップアップ */
.popup_modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200001;
}

#close_popup {
    width: 33px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    background: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    border-radius: 50%;
    border: none;
    padding: 0;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    color: #000;
}

.popup_modal .modal_bg {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.popup_modal .modal_content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
}

#exit_popup .banner .line_popup_tap {
    display: block;
    width: 454px;
}

#exit_popup .banner .line_popup_tap img {
    width: 100%;
}

.faq_sec {
    padding: 110px 0;
}

.faq_sec .common_title.center {
    margin-bottom: 50px;
}


.faq_sec .faq_list ul li {
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    transition: .3s;
}

.faq_sec .faq_list ul li+li {
    margin-top: 20px;
}

.faq_sec .faq_list ul li .que_box {
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    transition: 0.3s;
    display: flex;
    position: relative;
}

.faq_sec .faq_list ul li .que_box::after {
    width: 20px;
    height: 2px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.faq_sec .faq_list ul li .que_box::after,
.faq_sec .faq_list ul li .que_box::before {
    content: "";
    position: absolute;
    background: #01396d;
}

.faq_sec .faq_list ul li .que_box::before {
    width: 2px;
    height: 20px;
    top: 37%;
    right: 29px;
    transition: .3s;
}

.faq_sec .faq_list ul li .ans_box {
    padding: 15px 20px;
    /* transition: 0.3s; */
    display: flex;
    position: relative;
    gap: 0 15px;
    align-items: center;
}

.faq_sec .faq_list ul li .ans_box .closeBtnHat {
    display: none;
}

.faq_sec .faq_list ul li .que_box .text {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .03em;
    display: flex;
    gap: 0 15px;
    align-items: center;
}

.faq_sec .faq_list ul li .que_box .text::before {
    content: "Q";
    display: block;
    font-size: 30px;
    color: #013B96;
}

.faq_sec .faq_list ul li .ans_box .text {
    font-size: 16px;
    letter-spacing: .03em;
    position: relative;
    display: flex;
    gap: 0 15px;
    align-items: center;
}

.faq_sec .faq_list ul li .ans_box .text::before {
    content: "A";
    display: block;
    font-size: 30px;
    color: #D9AF00;
    font-weight: 700;
}

.faq_sec .faq_list ul li .que_box.nowOpen::before {
    transform: rotate(90deg);
}

#single_page .contact_area .contact_section .cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#single_page .contact_area .contact_section .link {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 30px 10px;
    transition: .3s;
}

#single_page .contact_area .contact_section .line .link {
    background: #06C755;
}

#single_page .contact_area .contact_section .link .icon {
    flex-shrink: 0;
    width: 44px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

#single_page .contact_area .contact_section .link .text_box .title {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

#single_page .contact_area .contact_section .mail .link {
    background-color: #013B96;
}

#single_page .contact_area .contact_section .reserve .link {
    background: #4674BC;
}

#single_page .contact_area .contact_section .request .link {
    background: #93B0DD;
}

#single_page .contact_area .contact_section .link .icon img {
    width: 25px;
}

#single_page .contact_area .contact_section .link:hover {
    opacity: .7;
}

/* 茨木市の賃貸引っ越しベストタイミング徹底解説！ */

#page_moving_timing .section_main .text {
    text-align: center;
    line-height: 2.2;
}

#page_moving_timing .section_merit_demerit {
    padding: 0;
}

#page_moving_timing .section_merit_demerit .box {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #013B96;
}

#page_moving_timing .section_merit_demerit .box .in_box {
    margin-bottom: 30px;
    align-items: center;
}

#page_moving_timing .section_merit_demerit .box .image {
    width: 30%;
}

#page_moving_timing .section_merit_demerit .box .text_area {
    width: 65%;
}

#page_moving_timing .section_merit_demerit .box .text_area .title {
    font-size: 20px;
    font-weight: bold;
    color: #013B96;
    letter-spacing: .1em;
    margin-bottom: .5em;
}

#page_moving_timing .section_merit_demerit .box .text_area .text {
    line-height: 2;
}

#page_moving_timing .section_merit_demerit .box .merit_demerit_wrap {
    background: #f1f1f1;
    padding: 40px;
    border-radius: 10px;
}

#page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box {
    background: #fff;
    padding: 30px;
    width: 48%;
    border-radius: 10px;
}

#page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box .title {
    margin-bottom: 2em;
    background: #013B96;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
}

#page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box:last-child .title {
    background: #333
}

#page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box ul li {
    background-image: url(/wp-content/themes/swell_child/image/icon_check_yellow.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 20px;
    padding-left: 30px;
    font-weight: bold;
}

#page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box:last-child ul li {
    background-image: url(/wp-content/themes/swell_child/image/icon_check_gray.svg);
}

#page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box ul li+li {
    margin-top: 1em;
}


#page_moving_timing .section_fluctuation .lead {
    margin-bottom: 2em;
    text-align: center;
    line-height: 2;
}

#page_moving_timing .section_fluctuation .table_wrap table {
    width: 100%;
}

#page_moving_timing .section_fluctuation .table_wrap table th,
#page_moving_timing .section_fluctuation .table_wrap table td {
    padding: 1em;
    border: 1px solid #ccc;
    text-align: center;
}

#page_moving_timing .section_fluctuation .table_wrap table th {
    background: #013B96;
    color: #fff;
}

#page_moving_timing .section_success .cont {
    align-items: center;
}

#page_moving_timing .section_success .image {
    width: 40%;
}

#page_moving_timing .section_success .text_area {
    width: 55%;
}

#page_moving_timing .section_success .text_area .text {
    line-height: 2.5;
}

#page_moving_timing .section_preparation {
    padding-top: 0;
}

#page_moving_timing .section_preparation .box .title {
    font-size: 20px;
    font-weight: bold;
    background: #013B96;
    color: #fff;
    padding: 1em;
    padding-left: 70px;
    position: relative;
    margin-bottom: 1em;
    border-radius: 10px;
}

#page_moving_timing .section_preparation .box .title:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
}

#page_moving_timing .section_preparation .box .text {
    line-height: 2;
}

#page_moving_timing .section_preparation .box+.box {
    margin-top: 50px;
}

section.section_circumstances.choice {
    padding: 0 0 120px;
}

/* トップページの修正 */
/* インスタグラムバナーをクリックでポップアップ表示 */

#instagram_modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 110px;
    height: calc(100dvh - 110px);
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0s;
}

#instagram_modal.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

#instagram_modal .modal-box {
    background-color: #fff;
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    padding: 50px;
    max-height: calc(100dvh - (210px));
    overflow: scroll;
    border-radius: 5px;
}

#instagram_modal .modal-box .modalClose {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    aspect-ratio: 1;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    cursor: pointer;
    border: none;
}

#instagram_modal .modal-box .modalClose::before,
#instagram_modal .modal-box .modalClose::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background-color: #013B96;
}

#instagram_modal .modal-box .modalClose::before {
    transform: rotate(45deg);
}

#instagram_modal .modal-box .modalClose::after {
    transform: rotate(-45deg);
}

#instagram_modal .modal_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

#instagram_modal .modal_body .inner+.inner {
    position: relative;
}

#instagram_modal .modal_body .inner+.inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -31px;
    width: 1px;
    background-color: #EAEEF4;
}

#instagram_modal .modal_body .inner .store_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1em;
}

#instagram_modal .modal_body .inner .store_name .strong {
    color: #013B96;
}

.link.instagram_modal_btn {
    cursor: pointer;
}

#instagram_modal .modal_body .inner .btn {
    display: block;
    text-align: center;
    background-color: #013B96;
    border: 1px solid #013B96;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    transition: .3s;
}

#instagram_modal .modal_body .inner .btn:hover {
    background-color: #fff;
    color: #013B96;
}

#instagram_modal .modal_body .inner .btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4em;
    background-color: #fff;
    border-radius: 50%;
    width: 2.2em;
    height: 2.2em;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    transition: all .3s;
}

#instagram_modal .modal_body .inner .btn:hover .icon {
    background-color: #EAEEF4;
}

#instagram_modal .modal_body .inner .btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#instagram_modal .addr {
    font-size: 13px;
    letter-spacing: .03em;
    font-weight: 400;
    margin-bottom: 10px;
}

#instagram_modal .access {
    font-size: 13px;
    letter-spacing: .03em;
    font-weight: 400;
    margin-bottom: 1em;
}

/* 家賃目安を年収別に徹底解説 2025年 */
.page_rg_2025 .rent_table_sec .table_wrap table {
    width: 100%;
}

.page_rg_2025 .rent_table_sec .table_wrap table th,
.page_rg_2025 .rent_table_sec .table_wrap table td {
    padding: 1em;
    border: 1px solid #ccc;
    text-align: center;
}

.page_rg_2025 .rent_table_sec .table_wrap table th {
    background: #013B96;
    color: #fff;
}

.page_rg_2025 .rent_table_sec .note {
    text-align: right;
    font-size: 12px;
    letter-spacing: .04em;
    margin-top: 0.4em;
}

.page_rg_2025 .cost_sec .common_box_parts .box ul li .text_area .text {
    text-align: left;
}

.page_rg_2025 .thinking_sec .cont .image {
    width: 40%;
}

.page_rg_2025 .thinking_sec .cont .text_area {
    width: 55%;
}

.page_rg_2025 .thinking_sec .cont {
    align-items: center;
}

.page_rg_2025 .thinking_sec .cont .text_area .text {
    line-height: 2.5;
}

.page_rg_2025 .thinking_sec .cont .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_rg_2025 .market_sec .common_box_parts .box ul li .text_area .text {
    text-align: left;
}

.page_rg_2025 .market_sec .common_box_parts .box ul li .text_area .text+.text {
    margin-top: 0.4em;
}

.page_rg_2025 .check_sec .list {
    width: fit-content;
    margin: 0 auto;
    background-color: #FFF;
    padding: 50px;
    border-radius: 10px;
}

.page_rg_2025 .check_sec .list ul li {
    display: flex;
    align-items: center;
    gap: 0 1em;
}

.page_rg_2025 .check_sec .list ul li+li {
    margin-top: 1em;
}

.page_rg_2025 .check_sec .list ul li::before {
    content: "";
    width: 30px;
    aspect-ratio: 512/441;
    min-width: 0;
    background: url(/wp-content/themes/swell_child/image/icon_check_yellow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.page_rg_2025 .check_sec .list ul li .text {
    font-size: 18px;
    letter-spacing: .04em;
}

.page_rg_2025 .check_sec .list ul li .text .color {
    display: inline-block;
    color: #013B96;
    font-weight: 700;
}

/* 店舗ページ */
.page_main.shop .company_image {
    margin-bottom: 100px;
}

.page_main.shop .common_page_wrap {
    padding: 100px 0 0;
}

.single-post .l-content {
    margin-top: 150px;
}

@media (max-width: 750px) {

    .wrap,
    .wrap_mid,
    .wrap_lr {
        width: 100%;
        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: 13px;
    }

    /* 共通部分 */
    .common_title .en {
        font-size: 9vw;
    }

    .common_title .jp {
        font-size: 3.5vw;
    }

    .common_title .dot_box {
        gap: 0 1.5vw;
        margin-top: 2.5vw;
    }

    .common_title .dot_box .dot {
        width: 1.4vw;
    }

    .common_btn a {
        width: 80%;
        min-block-size: 13vw;
        border-radius: 10vw;
        padding: 2vw;
        font-size: 4vw;
    }

    .common_btn a:hover {
        background: #013B96;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 6px rgba(160, 160, 160, 0.16);
        z-index: 999;
        height: 60px;
        display: flex;
        align-items: center;
        padding: 0 60px 0 10px;
    }

    #sp_header .head_box {
        display: flex;
        align-items: center;
        gap: 0 5px;
        width: 100%;
        height: 100%;
        border-right: 1px solid #DBDBDB;
    }

    #sp_header .head_box .logo_box {
        flex-shrink: 0;
    }

    #sp_header .head_box .logo_box .logo {
        width: 136px;
        margin-bottom: 3px;
    }

    #sp_header .head_box .logo_box .company {
        color: #013B96;
        font-size: 7px;
        font-weight: 900;
        text-align: center;
    }

    #sp_header .head_box .logo_box .company .small {
        font-size: 6px;
        margin-right: 3px;
    }

    #sp_header .head_box .head_text {
        font-size: 8px;
        letter-spacing: .03em;
        font-weight: 500;
    }

    /* SPトップページ FV */
    .top_main {
        padding: 41.5vw 0 35.8vw;
        background-image: url(/wp-content/themes/swell_child/image/main_img_sp.jpg);
    }

    .top_main::before {
        opacity: 0.7;
    }

    .top_main .content {
        display: block;
        margin-bottom: 4vw;
    }

    .top_main .content .text_box {
        margin-bottom: 24vw;
    }

    .top_main .content .text_box .label_box {
        width: 100%;
        border-radius: 10vw;
        text-align: right;
        padding: 2.1vw 9.4vw 1.5vw 0;
        margin-bottom: 7vw;
    }

    .top_main .content .text_box .label_box .text {
        font-size: 3.6vw;
    }

    .top_main .content .text_box .label_box .catch_box {
        width: 23.4vw;
        top: -10.5vw;
        left: 5.1vw;
    }

    .top_main .content .text_box .label_box .catch_box .catch {
        font-size: 2.6vw;
    }

    .top_main .content .text_box .label_box .catch_box .catch .vertical {
        writing-mode: horizontal-tb;
        font-size: 2.6vw;
        margin-right: 0;
        translate: 0;
    }

    .top_main .content .text_box .label_box .catch_box .catch .num {
        font-size: 6.9vw;
        margin-right: 1vw;
    }

    .top_main .content .text_box .title_box .title {
        font-size: 6.6vw;
        line-height: 1.6;
    }

    .top_main .content .text_box .title_box .title .large {
        font-size: 10.7vw;
    }

    .top_main .content .mark_box ul {
        display: block;
    }

    .top_main .content .mark_box li+li {
        margin-top: 3.8vw;
    }

    .top_main .content .mark_box li {
        gap: 0;
    }

    .top_main .content .mark_box li .text {
        font-size: 3.1vw;
        line-height: 1.3;
    }

    .top_main .content .mark_box li .text .en,
    .top_main .content .mark_box li .text .num {
        font-size: 8.2vw;
    }

    .top_main .content .mark_box li .text .large {
        font-size: 6.2vw;
    }

    .top_main .content .mark_box li::before,
    .top_main .content .mark_box li::after {
        width: 6.7vw;
    }

    .top_main .content .mark_box li::before {
        margin-right: 2.3vw;
    }

    .top_main .content .mark_box li::after {
        margin-left: 7.7vw;
    }

    .top_main .note {
        font-size: 2.2vw;
        margin: 0;
        line-height: 1.9;
    }

    /* SPトップページ お知らせ */
    .top_info {
        padding: 15vw 0;
    }

    .top_info::before {
        background-image: url(/wp-content/themes/swell_child/image/info_bg_sp.png);
    }

    .top_info .cont {
        grid-template-columns: 1fr;
    }

    .top_info .cont .title_box {
        border-radius: 1vw 1vw 0 0;
        padding: 6vw;
    }

    .top_info .common_title {
        margin: 0;
    }

    .top_info .common_title .en {
        font-size: 9vw;
    }

    .top_info .cont .info_box {
        border-radius: 0 0 1vw 1vw;
        padding: 5vw;
    }

    .top_info .cont .link_btn a {
        gap: 0 3vw;
        justify-content: center;
        font-size: 3.7vw;
        margin-top: 6vw;
    }

    .top_info .cont .link_btn a .arrow {
        width: 10vw;
    }

    .top_info .cont .link_btn a .arrow::before {
        width: 4.1vw;
    }

    .top_info .cont .link_btn a:hover {
        color: #1A1A1A;
    }

    .common_info_list li a {
        display: block;
        padding: 0 2vw 3vw;
    }

    .common_info_list li+li a {
        padding-top: 3vw;
    }

    .common_info_list li a .date {
        font-size: 3.5vw;
    }

    .common_info_list li a .title {
        font-size: 3.5vw;
    }

    .common_info_list li a:hover {
        color: #1A1A1A;
    }

    /* SPトップページ バナー */
    .top_banner {
        padding: 16.6vw 0;
    }

    .top_banner .cont .banner_slider {
        margin-bottom: 3.8vw;
    }

    .top_banner .cont .thumb_slider {
        width: 95%;
        margin: 0 auto;
    }

    .top_banner .cont .thumb_slider .slide {
        width: 15.8vw;
    }

    /* SPトップページ 物件検索 */
    .top_search {
        padding: 15vw 0;
        position: relative;
        z-index: 0;
    }

    .top_search::before {
        content: "";
        background: url(/wp-content/themes/swell_child/image/search_bg_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0.5;
        position: absolute;
        inset: 0;
        z-index: -1;
    }

    .top_search .cont+.cont {
        margin-top: 4vw;
    }

    .top_search .search_box {
        padding: 8vw 5vw;
    }

    .top_search .search_box .common_title {
        margin-bottom: 5vw;
    }

    .top_search .search_list {
        margin-bottom: 5vw;
    }

    .top_search .search_list ul {
        grid-template-columns: 1fr;
        gap: 3vw 0;
    }

    .top_search .search_list.version_2 ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .top_search .search_list li a {
        padding: 5vw;
    }

    .top_search .search_list li a .en {
        font-size: 11vw;
        top: -1vw;
        left: -2.5vw;
    }

    .top_search .search_list li a .title {
        font-size: 4.5vw;
        margin-bottom: 4vw;
    }

    .top_search .search_list li a .img {
        width: 35vw;
        margin: 0 auto;
    }

    .top_search .search_list li a .img img {
        width: 100%;
    }

    .top_search .search_list li a .btn {
        min-block-size: 13vw;
        border-radius: 10vw;
        padding: 2vw;
        font-size: 3.3vw;
        margin: -0.5vw auto 0;
    }

    .top_search .search_box .catch {
        font-size: 4.5vw;
    }

    .top_search .search_box .catch .dot::before {
        width: 1.3vw;
        top: -2.4vw;
    }

    .top_search .search_box .catch .border {
        text-decoration-thickness: 2vw;
        text-underline-offset: -0.5vw;
    }

    .top_search .support_box {
        padding: 8vw 2vw 9vw 5vw;
    }

    .top_search .support_box .head {
        font-size: 4.1vw;
        text-align: center;
        margin-bottom: 1vw;
    }

    .top_search .support_box .top_box {
        gap: 0 3.8vw;
        margin-bottom: 0;
    }

    .top_search .support_box .top_box .logo_box {
        width: 28.5vw;
    }

    .top_search .support_box .top_box .logo_box .icon_list {
        padding: 2vw;
    }

    .top_search .support_box .top_box .logo_box .icon_list ul {
        gap: 0 1vw;
    }

    .top_search .support_box .top_box .logo_box .icon_list li img {
        width: 100%;
    }

    .top_search .support_box .top_box .logo_box .label {
        font-size: 3.1vw;
    }

    .top_search .support_box .top_box .text_box .title {
        font-size: 4.6vw;
    }

    .top_search .support_box .top_box .text_box .title .large {
        font-size: 6.1vw;
    }

    .top_search .support_box .img {
        width: 77vw;
        position: static;
        margin: -3vw auto 0;
    }

    .top_search .support_box .img img {
        width: 100%;
    }

    .top_search .support_box .common_btn a {
        width: 92.5%;
        font-size: 3.6vw;
        min-block-size: 17.9vw;
        border-radius: 10vw;
        margin: -14vw auto 0;
        position: relative;
    }

    .top_search .support_box .bg_text {
        color: #013B96;
        font-size: 17.9vw;
        bottom: -4vw;
        left: -1vw;
    }

    .top_search .owner_box {
        position: relative;
        padding: 8vw 0 6vw;
    }

    .top_search .owner_box .text_box {
        padding: 0 5vw 8vw;
    }

    .top_search .owner_box .text_box .title {
        font-size: 7vw;
        text-decoration-thickness: 2vw;
        text-underline-offset: -0.5vw;
    }

    .top_search .owner_box .text_box .text {
        font-size: 3.8vw;
    }


    /* SPトップページ 選ばれる理由 */
    .top_reason {
        padding: 15vw 0;
    }

    .top_reason::before {
        background-image: url(/wp-content/themes/swell_child/image/reason_bg_sp.png);
    }

    .top_reason .common_title {
        margin-bottom: 5.5vw;
    }

    .top_reason .reason_list {
        margin-bottom: 10vw;
    }

    .top_reason .reason_list ul {
        grid-template-columns: 1fr;
        gap: 7vw 0;
    }

    .top_reason .reason_list li {
        grid-template-columns: 1fr;
        gap: 3vw 0;
    }

    .top_reason .reason_list li .img img {
        width: 100%;
        aspect-ratio: 3/2;
        min-width: 0;
        object-fit: cover;
    }

    .top_reason .reason_list li .img .label {
        border-radius: 1vw 10vw 10vw 1vw;
        font-size: 3vw;
        padding: 1.5vw 6vw 1.5vw 3vw;
        top: 4vw;
        left: -2vw;
    }

    .top_reason .reason_list li .img .label .num {
        font-size: 7.5vw;
    }

    .top_reason .reason_list li .text_box .title {
        font-size: 4.2vw;
        line-height: 1.4;
        margin-bottom: 2vw;
    }

    .top_reason .reason_list li .text_box .title .num {
        font-size: 7vw;
    }

    .top_reason .reason_list li .text_box .title .large {
        font-size: 5vw;
    }

    .top_reason .reason_list li .text_box .text {
        font-size: 3.5vw;
        line-height: 1.7;
    }

    /* SPトップページ スタッフ紹介 */
    .top_staff {
        padding: 15.6vw 0 14.9vw;
    }

    .top_staff::before {
        background-image: url(/wp-content/themes/swell_child/image/staff_bg_sp.jpg);
    }

    .top_staff .common_title {
        margin-bottom: 6vw;
    }

    .common_staff_list+.common_staff_list {
        margin-top: 5vw;
    }

    .common_staff_list .store_name {
        margin-bottom: 2vw;
        font-size: 4.6vw;
    }

    .common_staff_list ul {
        display: flex;
        overflow: scroll;
        padding-bottom: 3vw;
        gap: 0 2.5vw;
    }

    .common_staff_list li {
        min-width: 69.2vw;
        width: 69.2vw;
        box-shadow: none;
    }

    .common_staff_list li a::before {
        content: none;
    }

    .common_staff_list li a .label_box {
        background: #013B96;
    }

    .common_staff_list li a .label_box .icon {
        width: 12.4vw;
        padding: 3.3vw 1vw;
    }

    .common_staff_list li a .label_box .icon img {
        width: 3.9vw;
    }

    .common_staff_list li a .label_box .text {
        font-size: 4.1vw;
        padding: 0 3.3vw;
    }

    .common_staff_list li a .img {
        background: #fff;
        padding: 3.8vw 3.8vw 0;
    }

    .common_staff_list li a .img img {
        aspect-ratio: 12/13;
    }

    .common_staff_list li a .text_box {
        padding: 3vw 3vw 4vw;
    }

    .common_staff_list li a .text_box .name {
        font-size: 4.8vw;
    }

    .common_staff_list li a .text_box .en {
        color: #1A1A1A;
        font-size: 2.3vw;
    }

    /* SPトップページ 不動産コラム */
    .top_column {
        padding: 15vw 0 20vw;
    }

    .archive_page {
        padding-top: 0;
    }

    .top_column::after {
        height: 17px;
        border-width: 7px 0 5px;
    }

    .top_column .common_title {
        margin-bottom: 6vw;
    }

    .top_column .common_column_list {
        margin-bottom: 9vw;
    }

    .top_column .cont .tab_box {
        margin-bottom: 6vw;
    }

    .top_column .cont .tab_box ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .top_column .cont .tab_box li {
        font-size: 3.5vw;
        min-block-size: 10.5vw;
    }

    .common_column_list ul {
        grid-template-columns: 1fr;
        gap: 6vw 0;
    }

    .common_column_list li a .img {
        margin-bottom: 3vw;
    }

    .common_column_list li a .text_box .title {
        color: #013B96;
        font-size: 3.8vw;
        margin-bottom: 1.5vw;
    }

    .common_column_list li a .text_box .text {
        font-size: 3.5vw;
        -webkit-line-clamp: 2;
    }

    .common_column_list li a:hover .img {
        border-color: #EAEEF4;
    }

    .top_column .common_column_list ul {
        display: flex;
        overflow: scroll;
        gap: 0 3vw;
    }

    .top_column .common_column_list li {
        min-width: 65vw;
        width: 65vw;
    }

    /* SPトップページ グループ店舗紹介 */
    .top_group {
        padding: 16vw 0;
    }

    .top_group::before {
        background-image: url(/wp-content/themes/swell_child/image/group_bg_sp.png);
    }

    .top_group .common_title {
        margin-bottom: 6vw;
    }

    .top_group .cont .tab_box {
        border-radius: 5px 5px 0 0;
    }

    .top_group .cont .tab_box ul {
        display: flex;
        flex-wrap: wrap;
    }

    .top_group .cont .tab_box li {
        width: calc(100% / 3);
        font-size: 3.5vw;
        min-block-size: 12vw;
        padding: 1.5vw;
    }

    .top_group .cont .tab_box li:nth-child(n + 4) {
        width: 50%;
        border-top: 2px solid #EAEEF4;
    }

    .top_group .cont .tab_box li:nth-child(4) {
        border-left: none;
    }

    .top_group .cont .tab_box li .small {
        font-size: 2.6vw;
    }

    .top_group .cont .panel_box {
        padding: 8vw 5vw;
        margin: 0;
        border-radius: 0 0 5px 5px;
    }

    .common_shop_list ul {
        display: flex;
        gap: 0 5vw;
        padding-bottom: 3vw;
        overflow: scroll;
    }

    .common_shop_list li {
        min-width: 65vw;
        width: 65vw;
    }

    .common_shop_list li .img {
        margin-bottom: 2.5vw;
    }

    .common_shop_list li .text_box .title_box {
        gap: 0 2.5vw;
        margin-bottom: 1.5vw;
        padding-left: 1.5vw;
    }

    .common_shop_list li .text_box .title_box .title {
        font-size: 3.7vw;
        gap: 0 2vw;
    }

    .common_shop_list li .text_box .title_box .title::before {
        width: 3vw;
    }

    .common_shop_list li .text_box .title_box .feature {
        font-size: 2.5vw;
        border-radius: 4vw;
        padding: 0.3vw 2.5vw;
    }

    .common_shop_list li .text_box .tel_box {
        gap: 0 1vw;
    }

    .common_shop_list li .text_box .tel_box .icon_box .text {
        font-size: 2vw;
    }

    .common_shop_list li .text_box .tel_box .icon_box .icon img {
        width: 75%;
    }

    .common_shop_list li .text_box .tel_box .tel {
        font-size: 7vw;
    }

    .top_group .common_btn.shop a {
        margin: 6vw auto 0;
    }

    .top_group .common_btn.shop a::after {
        width: 3.5vw;
        margin-left: 1.8vw;
    }

    /* SPトップページ お問い合わせ */
    .top_contact .cont {
        grid-template-columns: repeat(2, 1fr);
    }

    .top_contact .cont .btn .link {
        gap: 0 2.8vw;
        padding: 5.1vw 2.8vw;
    }

    .top_contact .cont .btn .link .icon {
        width: 10.2vw;
    }

    .top_contact .cont .btn .link .icon img {
        width: 58.6%;
        margin: 0 auto;
    }

    .top_contact .cont .btn .link .text_box .title {
        font-size: 4.1vw;
    }

    .top_contact .cont .btn .link .text_box .en {
        font-size: 3.6vw;
        gap: 0 2.8vw;
        padding-left: 1.2vw;
    }

    .top_contact .cont .btn .link:hover {
        opacity: 1;
    }

    /* SPフッター */
    .top_footer {
        /* padding-bottom: 140px; */
        margin-bottom: 80px;
    }

    .top_footer .shop_info {
        padding: 12.8vw 0 15.3vw;
    }

    .top_footer .shop_info::before {
        background-image: url(/wp-content/themes/swell_child/image/ft_shop_bg_sp.png);
    }

    .top_footer .ft_inner {
        padding: 12.8vw 0 8.9vw;
    }

    .top_footer .ft_inner .cont {
        display: block;
        padding-bottom: 15.3vw;
        margin-bottom: 6vw;
    }

    .top_footer .ft_inner .cont .info .logo_box {
        gap: 0 2.8vw;
        margin-bottom: 7vw;
    }

    .top_footer .ft_inner .cont .info .logo_box .logo_area .logo {
        width: 44.5vw;
        margin-bottom: 1vw;
    }

    .top_footer .ft_inner .cont .info .logo_box .logo_area .logo img {
        width: 100%;
    }

    .top_footer .ft_inner .cont .info .logo_box .logo_area .text {
        font-size: 3vw;
    }

    .top_footer .ft_inner .cont .info .logo_box .logo_area .text .small {
        font-size: 2.5vw;
        margin-right: 0.5vw;
    }

    .top_footer .ft_inner .cont .info .logo_box .head {
        font-size: 2.5vw;
    }

    .top_footer .ft_inner .cont .info .addr {
        font-size: 3.6vw;
        text-align: center;
        margin-bottom: 2.5vw;
    }

    .top_footer .ft_inner .cont .info .tel {
        text-align: center;
    }

    .top_footer .ft_inner .cont .info .tel a {
        font-size: 10.3vw;
        pointer-events: auto;
    }

    .top_footer .ft_inner .last_box {
        flex-direction: column-reverse;
    }

    .top_footer .ft_inner .last_box .copyright small {
        font-size: 2.6vw;
    }

    .top_footer .ft_inner .last_box .menu ul {
        gap: 0 7.7vw;
    }

    .top_footer .ft_inner .last_box .menu li a {
        font-size: 3.1vw;
    }

    /* 追従 */
    #tuiju {
        width: 100%;
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        translate: -50% 0;
    }

    #tuiju:hover {
        translate: -50% 0;
    }

    #tuiju .inner .title_box {
        /* width: 100%;
        flex-direction: row;
        border-radius: 5px 5px 0 0;
        padding: 15px 0; */
        display: none;
    }

    /* #tuiju .inner .title_box .icon {
        margin: 0 20px 0 0;
    }

    #tuiju .inner .title_box .title {
        writing-mode: horizontal-tb;
        letter-spacing: .03em;
        margin: 0 55px 0 0;
    }

    #tuiju .inner .title_box::after {
        rotate: -90deg;
    }

    #tuiju .inner .title_box.nowOpen::after {
        rotate: 90deg;
    } */

    #tuiju .inner {
        display: block;
        min-height: initial;
    }

    #tuiju .inner .btn_box {
        display: grid !important;
        grid-template-columns: 49% 49%;
        justify-content: center;
        gap: 2%;
        padding: 10px;
        background-color: #013b96;
    }

    #tuiju .inner .btn_box .closeBtnHat {
        display: none;
    }

    #tuiju .inner .btn_box .btn {
        min-width: initial;
    }

    #tuiju .inner .btn_box .btn .link {
        width: 100%;
        font-size: 13px;
    }

    #tuiju .inner .btn_box .btn .link .icon {
        width: 30px;
    }

    #tuiju .inner .btn_box .btn .link .icon img {
        width: 17px;
    }

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

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access {
        margin-bottom: 20vw;
    }

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

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */
    .common-contactform table {
        margin-bottom: 10vw;
        width: 100%;
    }

    .common-contactform table th,
    .common-contactform table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    .common-contactform table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    .common-contactform table td {
        width: 100%;
    }

    .common-contactform input[type="text"],
    .common-contactform input[type="email"],
    .common-contactform #zip {
        width: 100%;
        height: 12vw;
    }

    .common-contactform input.tel {
        width: 29%;
    }

    .common-contactform select {
        width: 100%;
    }

    .common-contactform textarea {
        width: 100%;
        height: 60vw;
    }

    .common-contactform table td .inner .label {
        font-size: 3.5vw;
    }

    .common-contactform .sec_title {
        width: 100%;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
        margin: 0 auto 10vw;
    }

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

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    .common-contactform table th .hissu,
    .common-contactform table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    .common-contactform table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

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

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

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        width: 8vw;
    }

    #page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    .common-contactform .reserve_cont {
        grid-template-columns: 1fr;
        gap: 9vw 0;
    }

    .common-contactform .reserve_cont .calendar .ui-datepicker {
        padding: 2vw;
        font-size: 3.5vw;
    }

    .common-contactform .reserve_cont .calendar table th {
        display: table-cell;
        text-align: center;
        font-size: 3.5vw;
    }

    .common-contactform .reserve_cont .calendar table td {
        display: table-cell;
    }

    .common-contactform .reserve_cont .table_box .sec_title {
        font-size: 4.2vw;
    }

    .common-contactform .reserve_cont .table_box table th {
        width: 100%;
        white-space: nowrap;
    }

    .mw_wp_form_confirm .common-contactform .reserve_cont {
        display: block;
    }

    .mw_wp_form_confirm .common-contactform .reserve_cont .table_box {
        width: 100%;
    }

    .common-contactform .reserve_cont .table_box table .pri {
        font-size: 4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

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

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

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

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

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

    /* SP投稿ページ シングルページ */
    #single_page .fl_wrap {
        display: block;
    }

    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    .singleContent div {
        font-size: 3.5vw;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    .common_page_main {
        margin-top: 60px;
        padding: 10vw 0;
        margin-bottom: 2vw;
    }

    .common_page_main .title {
        font-size: 3vw;
    }

    .common_page_main .sub_title {
        font-size: 10vw;
    }

    /* スタッフ詳細 */

    #page_staff_single .main_visual {
        height: auto;
        margin-top: 60px;
        padding-left: 0;
        padding-top: 0;
    }

    #page_staff_single .main_visual:before {
        display: none;
    }

    #page_staff_single .main_visual .image {
        width: 100%;
        height: 60vw;
        position: relative;
        right: auto;
        top: auto;
    }

    #page_staff_single .main_visual .text_area {
        padding: 0 4vw;
        margin-top: -3vw;
        width: 100%;
    }

    #page_staff_single .main_visual .store_name {
        font-size: 3.3vw;
        margin-bottom: 0.6em;
        background-color: #EAEEF4;
        border-radius: 100vh;
        line-height: 1;
        padding: 1.5vw 3vw;
        width: fit-content;
    }

    #page_staff_single .main_visual .name_jp {
        font-size: 6.5vw;
    }

    #page_staff_single .main_visual .name_en {
        font-size: 3.8vw;
        width: 32vw;
        margin-bottom: 5vw;
    }

    #page_staff_single .main_visual .qualification ul li {
        padding: 0 4vw 0 8vw;
        font-size: 3.3vw;
        background-repeat: no-repeat;
        background-position: 2.8vw;
        background-size: 3.5vw;
    }

    #page_staff_single .staff_profile {
        padding: 20vw 0;
    }

    #page_staff_single .staff_profile .table_area {
        width: 100%;
    }

    #page_staff_single .staff_profile .image {
        width: 100%;
        height: 100vw;
        margin-right: 10vw;
        order: -1;
        margin-bottom: 10vw;
    }

    #page_staff_single .staff_profile .image:before {
        right: -10vw;
        bottom: -7vw;
        font-size: 20vw;
        font-weight: bold;
    }

    #page_staff_single .staff_message {
        padding: 20vw 0;
    }

    #page_staff_single .staff_message::before {
        background-image: url(/wp-content/themes/swell_child/image/staff_bg_sp.jpg);
    }

    #page_staff_single .staff_message::after {
        height: 17px;
        border-width: 7px 0 5px;
    }

    #page_staff_single .top_staff::before {
        background-image: url(/wp-content/themes/swell_child/image/reason_bg_sp.png);
    }

    #page_staff_single .staff_message .text_area {
        width: 100%;
    }

    #page_staff_single .staff_message .common_title {
        margin-bottom: 4vw;
    }

    #page_staff_single .staff_message .common_title .jp {
        font-size: 4vw;
    }

    #page_staff_single .staff_message .text_area .catch {
        font-size: 5vw;
    }

    #page_staff_single .staff_message .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_staff_single .main_visual .qualification ul li.tanshin {
        background-size: 2.1vw;
        background-position: 4.5vw;
    }

    #page_staff_single .main_visual .qualification ul li.josei {
        background-size: 2.4vw;
        background-position: 4.5vw;
    }

    #page_staff_single .main_visual .qualification ul li.kazoku {
        background-size: 2.4vw;
        background-position: 4.5vw;
    }

    #page_ritsumei .ritumei_main .cont {
        grid-template-columns: 1fr;
        gap: 7vw;
    }

    #page_ritsumei .ritumei_main .cont .img {
        padding: 0 0 3vw 3vw;
    }

    #page_ritsumei .ritumei_main .cont .img::before {
        inset: 3vw 3vw 0 0;
    }

    #page_ritsumei .ritumei_main .cont .text_area {
        padding-top: 0;
    }

    #page_ritsumei .ritumei_main .cont .text_area .sec_ttl {
        color: #013B96;
        font-size: 4.5vw;
    }

    #page_ritsumei .ritumei_main .cont .text_area .text {
        font-size: 3.6vw;
    }

    #page_ritsumei .ritumei_main .cont .text_area .keisai_img {
        margin-top: 7vw;
        width: 30vw;
    }

    .common_cont_section .box,
    .common_cont_section .box:nth-child(even) {
        flex-direction: column;
        gap: 5vw;
    }

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

    .common_cont_section .box .img {
        width: 100%;
        height: 53vw;
    }

    .common_cont_section .box .img .numbering {
        left: -2vw;
        top: 5vw;
        font-size: 2.5vw;
    }

    .common_cont_section .box .text_area .box_ttl {
        font-size: 5.5vw;
    }

    .common_cont_section .box .text_area .inner .text {
        font-size: 3.6vw;
    }

    /* SP固定ページ　オーナー様へ */
    .page_owner .owner_sec .cont {
        display: grid;
        gap: 5vw 0;
    }

    .page_owner .owner_sec .cont .text_area {
        display: contents;
    }

    .page_owner .owner_sec .cont .text_area .title {
        font-size: 5.3vw;
        text-align: center;
        order: -1;
    }

    .page_owner .owner_sec .cont .text_area .title .color {
        font-size: 6vw;
    }

    .page_owner .owner_sec .cont .text_area .text {
        font-size: 3.8vw;
    }

    .page_owner .owner_sec .cont .text_area .text .size {
        font-size: 4.5vw;
    }

    .page_owner .owner_sec .cont .img {
        width: 100%;
        order: -1;
    }

    /* SPトップページ 地域情報 */
    .top_area_info {
        padding: 15vw 0 20vw;
    }

    .top_area_info .common_title {
        margin-bottom: 7vw;
    }

    .top_area_info .item+.item {
        margin-top: 6vw;
    }

    .top_area_info .item .ttl_box {
        gap: 3vw;
        margin-bottom: 3vw;
    }

    .top_area_info .item .ttl_box .number {
        font-size: 4vw;
        padding: 0 3.4vw;
    }

    .top_area_info .item .ttl_box .ttl {
        font-size: 3.8vw;
    }

    .top_area_info .item .text_area .text {
        font-size: 3.5vw;
        height: 120px;
        overflow: scroll;
    }

    #line_modal {
        top: 60px;
        height: calc(100dvh - 60px);
    }

    #line_modal .modal-box {
        width: 90vw;
        height: fit-content;
        padding: 10vw 5vw;
        max-height: calc(100dvh - (60px + 10vw));
        overflow: scroll;
    }

    #line_modal .modal-box .modalClose {
        top: 2vw;
        right: 2vw;
        width: 7vw;
        aspect-ratio: 1;
    }

    #line_modal .modal_body {
        grid-template-columns: 1fr;
        gap: 8vw;
    }

    #line_modal .modal_body .inner+.inner::before {
        content: "";
        position: absolute;
        top: -4vw;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #EAEEF4;
    }

    #line_modal .modal_body .inner .store_name {
        font-size: 4vw;
    }

    #line_modal .modal_body .inner .btn {
        font-size: 3.6vw;
    }

    #line_modal .modal_body .inner .btn:hover {
        background-color: #06C755;
        color: #fff;
    }

    .top_footer .shop_info .shop_box {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    .top_footer .shop_info .shop_box+.shop_box {
        margin-top: 10vw;
        padding-top: 10vw;
    }

    .top_footer .shop_info .shop_box .text_img_area .img_box {
        margin-bottom: 4vw;
    }

    .top_footer .shop_info .shop_box .text_img_area .img_box ul {
        gap: 3vw;
    }

    .top_footer .shop_info .shop_box .text_img_area .img_box ul li {
        height: 20vw;
    }

    .top_footer .shop_info .shop_box .text_img_area .text_box .title {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .top_footer .shop_info .shop_box .text_img_area .text_box .text {
        font-size: 3.2vw;
    }

    .top_footer .map_box {
        height: 60vw;
    }

    .top_footer .ft_inner .cont .info {
        margin-bottom: 0;
        flex-direction: column;
        gap: 0;
        flex-shrink: 0;
    }

    .top_footer .ft_inner .cont .info .shop_box+.shop_box {
        margin-top: 10vw;
        padding-top: 10vw;
        border-top: 1px solid #DBDBDB;
    }

    /* トップ口コミセクション */

    .top_review {
        padding: 15vw 0;
    }

    .top_review .review_box {
        margin-top: 6vw;
        height: 230px;
    }

    .top_review .review_box .item {
        padding: 5vw;
    }

    .top_review .review_box .item .name_box {
        margin-bottom: 2.5vw;
        display: block;
    }

    .top_review .review_box .item .name_box .name {
        font-size: 5vw;
        margin: 0 0 2vw;
        width: 100%;
    }

    .top_review .review_box .item .name_box .star_box li {
        width: 11.5%;
    }

    .top_review .review_box .item .name_box .star_box .shop {
        margin: 2vw 0 0;
        font-size: 3.8vw;
    }

    .top_review .review_box .item .textarea {
        font-size: 3.4vw;
    }

    /* トップ口コミセクション 終了 */


    #page_point section {
        padding: 20vw 0;
    }

    .common_page_title {
        margin-bottom: 6vw;
    }

    .common_page_title .title {
        font-size: 5.5vw;
    }

    .common_page_title .lead {
        text-align: left;
    }

    #page_point .point_merit .main_title {
        font-size: 3.7vw;
        width: 90%;
        border-radius: 12vw;
        left: 5%;
        top: -7vw;
        padding-left: 10vw;
        font-weight: bold;
    }

    #page_point .point_merit .main_title img {
        width: 12vw;
        left: 2vw;
    }

    #page_point .point_merit .demerit_ver {
        margin-top: 30vw;
    }

    .common_page_main_parts .image {
        width: 100%;
        margin-bottom: 10vw;
        order: -1;
    }

    .common_page_main_parts .text_area {
        width: 100%;
    }

    .common_page_main_parts .text_area .catch {
        font-size: 4.5vw;
    }

    .common_page_main_parts .text_area .text {
        font-size: 3.5vw;
    }

    #page_point .point_flow .main_title {
        font-size: 6vw;
    }

    #page_point .point_flow ul li {
        padding: 4vw;
    }

    #page_point .point_flow ul li+li {
        margin-top: 5vw;
    }

    #page_point .point_flow ul li .image {
        width: 100%;
        margin-bottom: 5vw;
        height: 40vw;
    }

    #page_point .point_flow ul li .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page_point .point_flow ul li .text_area {
        width: 100%;
    }

    #page_point .point_flow ul li .text_area .catch {
        font-size: 4.5vw;
    }

    #page_point .point_flow ul li .text_area .catch .num {
        font-size: 5vw;
    }

    #page_point .point_flow ul li .text_area .text {
        font-size: 3.5vw;
        line-height: 2;
    }

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

    .common_box_parts .box .title {
        font-size: 4vw;
        margin-bottom: 7vw;
    }

    .common_box_parts .box .title .accent {
        font-size: 5.5vw;
    }

    .common_box_parts .box+.box {
        margin-top: 15vw;
    }

    .common_box_parts .box ul li {
        padding: 4vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .common_box_parts .box ul li .image {
        height: 25vw;
        width: 35%;
        margin-bottom: 0;
    }

    .common_box_parts .box ul li .text_area {
        width: 62%;
    }

    .common_box_parts .box ul li .text_area .catch {
        font-size: 4vw;
        margin-bottom: .2em;
    }

    .common_box_parts .box ul li .text_area .text {
        font-size: 3vw;
        line-height: 2;
    }

    .common_faq_box dl {
        padding: 4vw;
    }

    .common_faq_box dl+dl {
        margin-top: 10vw;
    }

    #page_point .point_merit .cont {
        padding: 4vw;
        padding-top: 10vw;
    }

    #page_point .point_merit .cont .box {
        padding: 4vw;
    }

    #page_point .point_merit .common_title {
        margin-bottom: 20vw;
    }

    #page_point .common_cont_section .box .text_area .box_ttl .size.f_din,
    .common_category_page .common_cont_section .box .text_area .box_ttl .size.f_din {
        font-size: 1.2em;
    }

    .common_category_page section {
        padding: 15vw 0;
    }

    .common_box_parts .box ul.ver_3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .common_box_parts .box ul.ver_3 .image {
        height: 25vw;
    }

    .common_category_page .pro_search_section .box_wrap .main_catch {
        font-size: 5vw;
    }

    .common_category_page .contact_section .cont {
        grid-template-columns: repeat(2, 1fr);
    }

    .common_category_page .contact_section .cont .btn .link {
        gap: 0 2.8vw;
        padding: 5.1vw 2.8vw;
    }

    .common_category_page .contact_section .cont .btn .link .icon {
        width: 10.2vw;
    }

    .common_category_page .contact_section .cont .btn .link .icon img {
        width: 58.6%;
        margin: 0 auto;
    }

    .common_category_page .contact_section .cont .btn .link .text_box .title {
        font-size: 4.1vw;
    }

    .common_category_page .contact_section .cont .btn .link .text_box .en {
        font-size: 3.6vw;
        gap: 0 2.8vw;
        padding-left: 1.2vw;
    }

    .common_category_page .contact_section .cont .btn .link:hover {
        opacity: 1;
    }



    /* 2025.01.18 追記 */
    #page_contact .contact_line {
        margin-bottom: 20vw;
    }

    #page_contact .contact_line.line .line_lead {
        font-size: 3.5vw;
    }

    #page_contact .contact_line.line .line_btn {
        margin: 2vw auto 0;
        padding: 2vw 10vw 2vw 8vw;
    }

    #page_contact .contact_line.line .line_btn:hover {
        background-color: #06C755;
    }

    #page_contact .contact_line.line .line_icon {
        width: 12vw;
    }

    #page_contact .contact_line.line .line_icon img {
        width: 8vw;
    }

    #page_contact .contact_line.line .line_text {
        margin-left: 2vw;
        font-size: 4.5vw;
    }

    #page_contact .contact_line.line .line_btn:hover .line_text {
        color: #FFF;
    }

    /* リキャプチャ位置変更 */
    .grecaptcha-badge {
        bottom: 85px !important;
    }

    #single_page .contact_area {
        margin-block: 15vw 0;
    }

    .single_review_area {
        padding-block: 15vw;
    }

    .single_review_area .list {
        grid-template-columns: 1fr;
    }

    .single_review_area .list .item .name_box .name {
        font-size: 4vw;
    }

    .single_review_area .list .item .name_box .rate .star {
        width: 5.5vw;
    }

    .single_review_area .list .item .text_box {
        height: 26vw;
        overflow-y: scroll;
    }

    .single_review_area .list .item .text_box .text {
        font-size: 3.5vw;
    }

    .single_price_area {
        padding-block: 15vw 0;
    }

    .single_price_area .table_box table th,
    .single_price_area .table_box table td {
        font-size: 3.5vw;
    }

    .single_price_area .table_box table td.rate {
        display: none;
    }

    .common_category_page .difference_section .text_area {
        width: 100%;
        margin-bottom: 5vw;
    }

    .common_category_page .difference_section .text_area .common_page_title {
        text-align: center;
    }

    .common_category_page .difference_section .image {
        width: 100%;
    }

    /* PC固定ページ 賃貸物件入居前にやること */
    .page_preparation .documents_section .common_cont_section {
        grid-template-columns: 1fr;
    }

    .page_preparation .documents_section .box {
        padding: 4vw;
        border-radius: 2.6vw;
    }

    .page_preparation .documents_section .common_cont_section .box .text_area .box_ttl {
        text-indent: -2em;
        padding-left: 2em;
    }

    .page_preparation .common_box_parts .box ul li .image img {
        aspect-ratio: 112 / 100;
    }

    .page_preparation .common_box_parts .box ul li .text_area .text {
        font-size: 3vw;
    }

    .page_preparation .top_search {
        padding: 15vw 0;
    }

    .page_preparation .top_search .cont {
        padding: 8vw 5vw;
        background: #fff;
        border: 5px solid #013B96;
        border-radius: 5px;
    }

    .page_preparation .top_search .search_box .catch {
        margin-bottom: 6vw;
    }

    .page_preparation .moving_section .main_title {
        font-size: 5.5vw;
        margin-bottom: 6vw;
    }

    .page_preparation .moving_section .cont .box {
        padding: 4vw;
    }

    .page_preparation .moving_section .cont .text+.text {
        margin-top: 4vw;
    }

    .page_preparation .neighborhood_section .main_title {
        font-size: 5.5vw;
        margin-bottom: 6vw;
    }

    .page_preparation .neighborhood_section ul {
        grid-template-columns: 1fr;
    }

    .page_preparation .neighborhood_section ul li {
        min-height: initial;
    }

    .page_preparation .neighborhood_section ul li .image {
        width: 23%;
    }

    .page_preparation .neighborhood_section ul li .image img {
        aspect-ratio: 130 / 208;
    }

    .page_preparation .neighborhood_section ul li .text_area {
        padding: 4vw;
        width: 77%;
    }

    .page_preparation .neighborhood_section ul li .text_area .catch {
        font-size: 4vw;
        margin-bottom: 0.2em;
    }

    .page_preparation .neighborhood_section ul li .text_area .text {
        font-size: 3vw;
    }

    /* PC固定ページ 茨木市周辺にある3LDKの賃貸物件を探す */
    .page_3ldk .common_page_main_parts .text_area .text+.text,
    .page_3ldk .common_cont_section .box .text_area .inner .text+.text {
        margin-top: 4vw;
    }

    .page_3ldk .top_column .common_column_list li {
        font-size: 3.6vw;
    }

    .page_3ldk.common_category_page .pro_search_section .cont {
        margin-bottom: 15vw;
    }

    .common_faq_box dl dt,
    .common_faq_box dl dd {
        font-size: 3.6vw;
    }

    .faq_sec {
        padding: 15vw 0;
    }

    .faq_sec .common_title.center {
        margin-bottom: 7vw;
    }

    .faq_sec .faq_list ul li .que_box {
        padding: 4vw 12vw 4vw 4vw;
    }

    .faq_sec .faq_list ul li .que_box::before {
        width: 2px;
        height: 4vw;
        right: 5.78vw;
        top: 39.4%;
    }

    .faq_sec .faq_list ul li .que_box::after {
        width: 4vw;
        height: 2px;
        right: 4vw;
    }

    .faq_sec .faq_list ul li .que_box .text {
        font-size: 3.8vw;
        gap: 0 3vw;
    }

    .faq_sec .faq_list ul li .que_box .text::before {
        font-size: 5.5vw;
    }

    .faq_sec .faq_list ul li .ans_box {
        padding: 4vw;
    }

    .faq_sec .faq_list ul li .ans_box .text {
        gap: 0 3vw;
        font-size: 3.4vw;
    }

    .faq_sec .faq_list ul li .ans_box .text::before {
        font-size: 5vw;
    }

    .top_area_info .item {
        padding: 5vw;
    }

    #exit_popup .banner .line_popup_tap {
        display: block;
        width: 90vw;
    }

    #single_page .contact_area .contact_section .cont {
        grid-template-columns: repeat(2, 1fr);
    }

    #single_page .contact_area .contact_section .link {
        gap: 0 2.8vw;
        padding: 5.1vw 2vw;
    }

    #single_page .contact_area .contact_section .link .icon {
        width: 10vw;
    }

    #single_page .contact_area .contact_section .link .icon img {
        width: 6.5vw;
    }

    #single_page .contact_area .contact_section .link .text_box .title {
        font-size: 3.4vw;
    }

    .singleContent article h2::before,
    .singleContent article h3::before {
        content: "";
        position: absolute;
        right: -7px;
        top: 0px;
        bottom: 0px;
        height: 1px;
        width: 50px;
        background: rgb(0, 0, 0);
        margin: auto;
    }

    #single_page .contact_area .contact_section .link:hover {
        opacity: 1;
    }

    /* 茨木市の賃貸引っ越しベストタイミング徹底解説！ */

    #page_moving_timing .section_main .text {
        line-height: 2;
    }

    #page_moving_timing .section_merit_demerit .box {
        margin-bottom: 5vw;
        padding-bottom: 5vw;
    }

    #page_moving_timing .section_merit_demerit .box .in_box {
        margin-bottom: 7vw;
    }

    #page_moving_timing .section_merit_demerit .box .image {
        width: 100%;
        margin-bottom: 4vw;
    }

    #page_moving_timing .section_merit_demerit .box .text_area {
        width: 100%;
    }

    #page_moving_timing .section_merit_demerit .box .text_area .title {
        font-size: 4vw;
    }

    #page_moving_timing .section_merit_demerit .box .merit_demerit_wrap {
        padding: 4vw;
        gap: 4vw;
    }

    #page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box {
        padding: 4vw;
        width: 100%;
    }

    #page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box .title {
        line-height: 10vw;
    }

    #page_moving_timing .section_merit_demerit .box .merit_demerit_wrap .merit_demerit_box ul li {
        background-size: 4vw;
        padding-left: 7vw;
        background-position: 0 1.2vw;
    }

    #page_moving_timing .section_fluctuation .lead {
        margin-bottom: 2em;
        text-align: center;
    }

    #page_moving_timing .section_fluctuation .table_wrap {
        overflow: scroll;
    }

    #page_moving_timing .section_fluctuation .table_wrap table {
        width: 700px;
    }

    #page_moving_timing .section_success .image {
        width: 100%;
        margin-bottom: 4vw;
    }

    #page_moving_timing .section_success .text_area {
        width: 100%;
    }

    #page_moving_timing .section_success .text_area .text {
        line-height: 2.2;
    }

    #page_moving_timing .section_preparation .box .title {
        font-size: 4vw;
        padding-left: 10vw;
    }

    #page_moving_timing .section_preparation .box .title:before {
        width: 4vw;
        left: 4vw;
    }

    #page_moving_timing .section_preparation .box+.box {
        margin-top: 10vw;
    }

    /* トップページの修正 */
    /* インスタグラムバナーをクリックでポップアップ表示 */

    #instagram_modal {
        top: 60px;
        height: calc(100dvh - 60px);
    }

    #instagram_modal .modal-box {
        width: 90vw;
        height: fit-content;
        padding: 10vw 5vw;
        max-height: calc(100dvh - (60px + 10vw));
        overflow: scroll;
    }

    #instagram_modal .modal-box .modalClose {
        top: 2vw;
        right: 2vw;
        width: 7vw;
        aspect-ratio: 1;
    }

    #instagram_modal .modal_body {
        grid-template-columns: 1fr;
        gap: 8vw;
    }

    #instagram_modal .modal_body .inner+.inner::before {
        content: "";
        position: absolute;
        top: -4vw;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #EAEEF4;
    }

    #instagram_modal .modal_body .inner .store_name {
        font-size: 4vw;
        margin-bottom: 0.5em;
    }

    #instagram_modal .modal_body .inner .btn {
        font-size: 4vw;
    }

    #instagram_modal .modal_body .inner .btn:hover {
        background-color: #FF30C4;
        color: #fff;
    }

    #instagram_modal .addr {
        font-size: 3vw;
        margin-bottom: 1vw;
    }

    #instagram_modal .access {
        font-size: 3vw;
    }

    /* 家賃目安を年収別に徹底解説 2025年 */
    .page_rg_2025 .rent_table_sec .note {
        font-size: 3.2vw;
    }

    .page_rg_2025 .thinking_sec .cont .image {
        width: 100%;
        margin-bottom: 3vw;
    }

    .page_rg_2025 .thinking_sec .cont .text_area {
        width: 100%;
    }

    .page_rg_2025 .check_sec .list {
        width: 100%;
        padding: 5vw;
    }

    .page_rg_2025 .check_sec .list ul li::before {
        width: 5vw;
    }

    .page_rg_2025 .check_sec .list ul li .text {
        font-size: 3.6vw;
    }

    /* 店舗ページ */
    .page_main.shop .company_image {
        margin-bottom: 20vw;
    }

    .page_main.shop .common_page_wrap {
        padding: 10vw 0 0;
    }

    .single-post .l-content {
        margin-top: 20vw;
    }

}