@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea,
body>* {
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-size: 12px;
}

body {
    color: #1A1311;
    line-height: 1.4;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    background-color: #FFFFFF;
}

p {
    margin: 0px;
}

a:link {
    /* color: #004CCA; */
}

a:visited {
    /* color: #6219DB; */
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

.pr_img {
    overflow: hidden;
    position: relative;
}

img.pa_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

#menu {
    display: none;
}

#sp_menu {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

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

#pc_menu {
    display: none;
}

#pc_menu {
    display: none;
}

.pc_menu_cont .logo {
    width: 225px;
}

.pc_menu_nav h2 {
    font-size: 19px;
    letter-spacing: 0.5px;
}

.pc_menu_nav_list ul {
    margin: 0;
    width: auto;
}

.pc_menu_nav_list ul li a {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 5px 0;
    letter-spacing: 0.5px;
    position: relative;
}

.pc_menu_nav_list {
    margin-top: 25px;
}

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

.pc_menu_nav_list ul li a span {
    margin-right: 5px;
}

.pc_menu_nav .info_box {
    margin-top: 30px;
    align-items: flex-end;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.pc_menu_nav .info_box .tel {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
}

.pc_menu_nav .info_box .tel span {
    font-size: 25px;
    margin-left: 5px;
    letter-spacing: 0;
}

.pc_menu_nav .info_box .time {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 6px;
}

.pc_menu_nav .info_box .mail {
    font-size: 13px;
    letter-spacing: 1px;
}

.pc_menu_nav .info_box .add {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1;
}

.pc_menu_nav .info_box .r {
    margin-left: 20px;
    border-left: 1px solid #eee;
    padding-left: 25px;
}

.pc_menu_nav {
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.pc_menu_cont {
    width: 800px;
}

/*PCMENU kurukuru*/
a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 14px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
    width: 35px !important;
    right: 0;
}

a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: 4.4px;
    width: 35px !important;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
    right: 0;
}

a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.slicknav_menu .slicknav_icon {
    margin: 0 !important;
    float: none !important;
    position: relative;
}

/*kokomade*/

#pc_hd_menu .slicknav_nav .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pc_menu_nav_list ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transition: 0.3s;
}

.pc_menu_nav_list ul li a:hover::before {
    transform: scaleX(1);
}

.pc_menu_nav_list ul li a:hover {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
}

#pc_hd_menu .slicknav_nav {
    min-width: 1240px;
}

#pc_hd_menu .slicknav_menu {
    background: transparent;
    padding: 0;
}

#pc_hd_menu .slicknav_btn {
    margin: 0;
    text-shadow: none;
    border-radius: 0;
    background-color: transparent;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100px;
    height: 100px;
    background-color: #1A1311;
    padding: 29px 0 0;
    display: flex;
    justify-content: center;
}

#pc_hd_menu .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

#pc_hd_menu .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0;
    box-shadow: none;
}

#pc_hd_menu .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 11px;
}

#pc_hd_menu .slicknav_menu .slicknav_icon {
    float: inherit;
    width: auto;
    height: 32px;
    margin: 0;
    transform: rotate(90deg);
}

#pc_hd_menu .slicknav_menu .slicknav_menutxt {
    display: none;
}

#pc_hd_menu .slicknav_menu .slicknav_icon-bar:nth-child(2) {
    position: relative;
    right: 10px;
}

#pc_hd_menu .slicknav_menu .slicknav_icon-bar:nth-child(2) {
    position: relative;
    right: 10px;
}

#pc_hd_menu .slicknav_btn::before {
    content: 'MENU';
    position: absolute;
    top: 65px;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.5px;
}

#pc_hd_menu .slicknav_btn.slicknav_open::before {
    content: 'CLOSE';
}

#pc_hd_menu .slicknav_nav {
    position: fixed;
    width: calc(100% - 100px);
    height: 100vh;
    background-color: #1A1311;
    z-index: 10000;
    color: #fff;
    right: 0;
    top: 0;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100px;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    padding-top: 20px;
}

.hd_cont .logo {
    width: 72px;
    margin: 0 auto;
}

.hd_cont .copyright {
    width: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 355px;
    left: 45px;
}

.common_site_cont {
    display: block;
    margin-left: 100px;
    overflow: hidden;
    min-width: 1240px;
}

.top_mv {
    background-image: url(/wp-content/themes/swell_child/images/top_mv_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0;
    text-align: center;
    position: relative;
}

.top_mv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 19, 17, 0.5);
}

.top_mv>* {
    position: relative;
    z-index: 10;
}

.top_mv_ttl_box .logo {
    width: 70px;
    margin: 0 auto;
}

.top_mv_ttl_box .en {
    font-size: 35px;
    line-height: 1.15;
    letter-spacing: 2.5px;
    margin-top: 8px;
}

.top_mv_ttl_box h1 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 3px;
}

.top_mv_link_box {
    margin-top: 40px;
    padding: 0 0;
}

.top_mv_link_box ul li a>* {
    position: relative;
    z-index: 100;
}

.font-01 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.top_mv_link_box ul li {
    width: 400px;
}

.top_mv_link_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    letter-spacing: 1px;
    padding: 49px 0;
    color: #fff;
    transition: 0.3s;
}

a {
    text-decoration: none;
}

.top_mv_link_box ul li a .en {
    font-size: 25px;
    line-height: 1;
}

.top_mv_link_box ul li a h2 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.top_mv_link_box ul li a.owners .en_text {
    background-image: url(/wp-content/uploads/2021/02/font_rosellinda_owners.png);
}

.top_mv_link_box ul li a.residents .en_text {
    background-image: url(/wp-content/uploads/2021/02/font_rosellinda_residents.png);
}

.top_mv_link_box ul li a.management .en_text {
    background-image: url(/wp-content/themes/swell_child/images/font_rosellinda_management.png);
}

.top_mv_link_box ul li a.owners:hover .en_text {
    background-image: url(/wp-content/uploads/2021/02/font_rosellinda_owners_b.png);
}

.top_mv_link_box ul li a.residents:hover .en_text {
    background-image: url(/wp-content/uploads/2021/02/font_rosellinda_residents_b.png);
}

.top_mv_link_box ul li a.management:hover .en_text {
    background-image: url(/wp-content/themes/swell_child/images/font_rosellinda_management_b.png);
}

.top_mv_link_box ul li a .en_text {
    position: absolute;
    bottom: -25px;
    left: -5px;
    width: 100px;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
    height: 50px;
}

.top_mv_link_box ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px);
}

.top_mv_link_box ul li a.owners::before {
    background-image: url(/wp-content/themes/swell_child/images/top_mv_owners_img.webp);
}

.top_mv_link_box ul li a.residents::before {
    background-image: url(/wp-content/themes/swell_child/images/top_mv_residents_img.webp);
}

.top_mv_link_box ul li a.management::before {
    background-image: url(/wp-content/themes/swell_child/images/top_mv_management_img.webp);
}

.top_mv_link_box ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 19, 17, 0.5);
    transition: 0.3s;
    filter: blur(2px);
}

.top_mv_link_box ul li a:hover::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.top_mv_link_box ul li a:hover {
    color: #1A1311;
}

.top_mv_ttl_box {
    color: #fff;
}

.common_top_h2 {
    font-size: 45px;
    letter-spacing: 1.5px;
    line-height: 1;
}

.top_about {
    background-color: #1A1311;
    color: #fff;
    text-align: center;
    padding: 90px 0px;
    background-image: url(/wp-content/uploads/2021/02/top_about_bg.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right center;
}

.common_top_h2_box {
    text-align: center;
}

.h2_sub_text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 8px;
}

.top_about .text_box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}

.top_about h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 25px;
    line-height: 1.5;
}

.top_about .text_box {
    margin-top: 20px;
}

.top_about .text_box p+p {
    margin-top: 20px;
}

.top_business_cont>.text_box {
    width: 360px;
    margin-top: 60px;
}

.top_business_slider_box {
    width: 70%;
    overflow: hidden;
}

.top_business_cont_02 li a .img {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.top_business_cont_02 li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_business_cont_02 li a .img img.after {
    opacity: 0;
}

.top_business_cont_02 li:hover .img img.after {
    opacity: 1;
}

.top_business_cont_02 li:hover .img img.before {
    opacity: 0;
}

.top_business_slider .slide .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.top_business_slider .slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_business_slider .slide .img img.after {
    opacity: 0;
}

.top_business_slider .slide:hover .img img.after {
    opacity: 1;
}

.top_business_slider .slide:hover .img img.before {
    opacity: 0;
}

.top_business_cont {
    padding-left: calc((100vw - 100px) / 2 - 620px);
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    background-color: transparent;
    margin: 0;
    padding-bottom: 80px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    bottom: 20px;
    margin-top: 0;
    width: auto;
    height: auto;
    text-indent: 0;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}

.bx-wrapper .bx-controls-direction a::before {
    content: '';
    position: absolute;
    bottom: -9px;
    width: 69px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bx-wrapper .bx-prev::before {
    background-image: url(/wp-content/uploads/2021/02/btn_yaji_circle_left.png);
    left: -38px;
}

.bx-wrapper .bx-next::before {
    background-image: url(/wp-content/uploads/2021/02/btn_yaji_circle_right.png);
}

.single_purchase_page .bx-wrapper .bx-prev::before {
    background-image: url(/wp-content/uploads/2021/03/btn_yaji_circle_left02.png);
}

.single_purchase_page .bx-wrapper .bx-next::before {
    background-image: url(/wp-content/uploads/2021/03/btn_yaji_circle_right02.png);
}

.single_purchase_page .bx-wrapper .bx-prev {
    bottom: -30px;
    left: 50px;
}

.single_purchase_page .bx-wrapper .bx-next {
    bottom: -30px;
    right: 50px;
    left: auto;
}

.single_purchase_page .bx-wrapper .bx-controls-direction a {
    color: #333 !important;
}

.bx-wrapper .bx-prev {
    left: 40px;
    bottom: 10px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: auto;
    left: 30px;
    bottom: 45px;
}

.top_business {
    background-color: #1A1311;
    color: #fff;
    position: relative;
    padding: 0 0 90px;
    min-width: 1240px;
}

.top_business::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0px;
    width: 96.3%;
    height: 480px;
    background-image: url(/wp-content/themes/swell_child/images/top_business_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px);
}

.top_business>* {
    position: relative;
    z-index: 10;
}

.top_business::after {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 96.3%;
    height: 480px;
    background-color: rgba(0, 0, 0, 0.6);
    filter: blur(2px);
}

.top_business_cont .common_top_h2_box {
    text-align: left;
}

.top_business_cont .text_box .text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 25px;
    line-height: 1.7;
}

a.top_business_btn {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    margin-top: 22px;
}

a.top_business_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -8px;
    transition: 0.3s;
    width: 94px;
    height: 12px;
    background-image: url(/wp-content/uploads/2021/02/btn_yaji.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

a.top_business_btn:hover::before {
    left: 0px;
}

.top_business_slider .slide {
    transition: 0.3s;
}

.top_business_slider .slide .text_box {
    color: #fff;
    text-align: center;
    background-color: #1A1311;
    padding: 15px 0;
}

.top_business_slider .slide .text_box h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.top_business_slider .slide .text_box .en {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
}

.top_business_slider .slide .text_box .link_text {
    display: inline-block;
    position: relative;
    margin-top: 12px;
}

.top_business_slider .slide .text_box .link_text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    transform: scaleX(0);
}

.top_business_slider .slide:hover .text_box .link_text::before {
    transform: scaleX(1);
}

.top_business_slider_box .bx-viewport {
    overflow: inherit !important;
}

.top_business_cont_02 {
    margin-top: 100px;
}

.top_business_cont_02 li {
    width: 400px;
    text-align: center;
}

.top_business_cont_02 li a {
    color: #fff;
}

.top_business_cont_02 li a .text_box {
    padding-top: 15px;
}

.top_business_cont_02 li a .text_box .en {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1;
}

h3 {
    margin: 0;
}

.top_business_cont_02 li a .text_box h3 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 6px;
}

.top_business_cont_02 li a .text_box .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-top: 20px;
}

.top_business_cont_02 li a .text_box .text .link_text {
    font-size: 16px;
}

.top_business_cont_02 li a .text_box .link_text {
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
    position: relative;
}

.top_business_cont_02 li a .text_box .link_text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    transform: scaleX(0);
}

.top_business_cont_02 li a:hover .text_box .link_text::before {
    transform: scaleX(1);
}

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

.top_break {
    height: 450px;
    background-image: url(/wp-content/themes/swell_child/images/top_pallarax_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.top_infomation {
    background-color: #1A1311;
    color: #fff;
    padding: 90px 0;
}

.top_infomation .common_top_h2_box {
    text-align: left;
    position: relative;
}

a.top_news_btn.font-01 {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 5px 2px;
}

a.top_news_btn.font-01::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    transform: scaleX(0);
    display: inline-block;
}

a.top_news_btn.font-01:hover::before {
    transform: scaleX(1);
}

.top_news_cont {}

.top_news_cont ul li a {
    color: #fff;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 0 0 6px;
    position: relative;
}

.top_news_cont ul li a time {
    font-size: 13px;
}

.top_news_cont {
    margin-top: 45px;
}

.top_news_cont ul {
    height: 310px;
    overflow-y: scroll;
}

.top_news_cont ul li a .text_box {
    margin-left: 15px;
}

.top_news_cont ul li a .text_box .ttl {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.top_news_cont ul li a .text_box .text {
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
}

.top_news_cont ul li:nth-child(n + 2) a {
    padding-top: 35px;
}

.top_news_cont ul li a::before {
    content: '';
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}

.top_news_cont ul li a:hover::before {
    right: 0;
}

.top_contact {
    padding: 100px 0;
    position: relative;
    color: #fff;
}

.top_contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 29, 17, 0.4);
}

.top_contact .text_box {
    text-align: center;
    margin-top: 30px;
}

.top_contact .text_box .text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.8;
}

a.top_contact_btn {
    background-color: #1A1311;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 350px;
    display: inline-block;
    line-height: 50px;
    letter-spacing: 0.8px;
    margin: 0 auto;
    margin-top: 15px;
    transition: 0.3s;
    text-align: center;
    display: block;
}

a.top_contact_btn:hover {
    color: #1A1311;
    background-color: #fff;
}

.purchase_contents a.top_contact_btn:hover {
    border: 1px solid #1A1311;
}

.top_contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/swell_child/images/top_contact_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px);
}

.top_contact>* {
    position: relative;
    z-index: 100;
}

.footer {
    background-color: #1A1311;
    color: #fff;
    padding: 110px 0 30px;
    position: relative;
    overflow: initial;
}

.ft_cont {}

.ft_cont .info_box {}

.ft_cont .info_box .logo {
    width: 225px;
}

.ft_cont .info_box .tel {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 17px;
}

.ft_cont .info_box .tel span {
    font-size: 25px;
    margin-left: 5px;
    letter-spacing: 0.2px;
}

.ft_cont .info_box .time {
    font-size: 12px;
    font-weight: 400;
    margin-top: -2px;
    letter-spacing: 0.5px;
}

.ft_cont .info_box .mail {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.ft_cont .info_box .add {
    font-size: 12px;
    font-weight: 400;
    margin-top: 29px;
}

.sp_sitemap_privacy {
    display: none !important;
}

.ft_nav {
    width: 67%;
    margin-top: 30px;
}

.ft_nav_list {
    margin-top: 30px;
}

.ft_nav h2 {
    font-size: 19px;
    letter-spacing: 0.8px;
}

.ft_nav_list ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.3s;
}

.ft_nav_list ul {
    width: 17%;
}

.ft_nav_list ul .ft_sub_list {
    width: 100%;
}

.ft_nav_list ul .ft_sub_list li {
    width: 50%;
}

.ft_nav_list ul:nth-child(2) {
    width: 48.8%;
}

.ft_nav_list ul .ft_sub_list a {
    font-size: 13px;
}

.ft_nav_list ul li+li {
    margin-top: 23px;
}

.ft_nav_list ul .ft_sub_list li:nth-child(n + 2) {
    margin-top: 0;
}

.ft_nav_list ul .ft_sub_list li:nth-child(n + 3) {
    margin-top: 24px;
}

.ft_nav_list ul .ft_sub_list li a span {
    margin-right: 5px;
}

.ft_cont .copyright {
    margin-top: 80px;
    width: 100%;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1px;
}

.ft_nav_list ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    transform: scaleX(0);
}

.ft_nav_list ul li a:hover::before {
    transform: scale(1);
}

.ft_nav_list ul li a:hover {
    opacity: 0.9;
}

.ft_nav_list ul:nth-child(3) {
    margin-left: -20px;
}

/*PROPERY MANAGEMENT*/

.common_page_h1_box.property_management::before {
    background-image: url(/wp-content/uploads/2021/02/page_property_management_h1_bg.jpg);
}

.common_page_h1_box {
    position: relative;
    color: #fff;
    padding: 65px 0;
    background-size: cover;
}

.common_page_h1_box .en {
    font-size: 45px;
    letter-spacing: 1.5px;
    line-height: 1;
    text-transform: uppercase;
}

.common_page_h1_box h1 {
    font-size: 11px;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 1px;
}

.common_page_h1_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    filter: blur(2px);
}

.common_page_h1_box::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 102%;
    height: calc(100% + 7px);
    background-color: rgba(0, 0, 0, 0.6);
    filter: blur(2px);
}

.common_page_h1_box>* {
    position: relative;
    z-index: 100;
}

.breadcrumb {
    margin-top: 10px;
    color: #fff;
}

.breadcrumb span {
    color: #fff;
}

main.page {
    background-color: #1A1311;
}

.common_page_h3::before {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50px;
    width: 30px;
    height: 1px;
    background-color: #fff;
}

.common_page_h3 {
    background-color: #1A1311;
    color: #fff;
    display: inline-block;
    padding: 25px 50px 35px;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    font-weight: bold;
}

.page_property_management_cont_sec {
    background-color: #fff;
    padding: 0px 0 50px;
}

.page_property_management_cont_sec_list {
    padding: 0 50px;
    margin-top: 50px;
}

.page_property_management_cont_sec_list ul li .img {
    width: 35%;
    position: relative;
}

.page_property_management_cont_sec_list ul li:nth-child(even) .img {
    order: 2;
}

.page_property_management_cont_sec_list ul li {
    align-items: center;
}

.page_property_management_cont_sec_list ul li .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

img {
    vertical-align: bottom;
}

.page_property_management_cont_sec_list ul li .text_box {
    width: 63%;
}

.page_property_management_cont_sec_list ul li .text_box h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8;
}

.page_property_management_cont_sec_list ul li .text_box .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 10px;
}

.page_property_management_cont_sec_list ul li+li {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.page_property_management_cont_sec+.page_property_management_cont_sec {
    margin-top: 75px;
}

.page_property_management_cont_sec .archive_purchase {
    padding: 0 50px;
    margin-top: 50px;
}

/*BUILDING MANAGEMENT*/

/*INVESTMENT*/

.page_property_management_cont_sec_list .text_top {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.investment_trouble_list {
    width: 40%;
    font-size: 14px;
}

.investment_trouble_list ul li {
    padding: 15px 40px !important;
    margin: 0 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    background-image: url(/wp-content/uploads/2021/02/trouble_mark..png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.page_investment_trouble_box {
    margin-top: 35px;
    background-color: #fafafa;
    padding: 25px 45px;
    position: relative;
}

.page_investment_trouble_box .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.page_investment_trouble_box .img img {
    width: 225px;
}

.page_investment_trouble_box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 20px solid #aaa;
    border-right: 20px solid transparent;
    transform: rotate(135deg);
}

.page_investment_trouble_box .img p {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 1px;
}

.page_property_management_cont_sec_list.list02 ul li .img {
    width: 25%;
}

.page_property_management_cont_sec_list.list02 ul li .text_box {
    width: 72%;
}

/*ARCHITECTURAL*/

.page_architectural_renov_conv_box .img {
    width: 30%;
}

.page_architectural_renov_conv_box .text_box {
    width: 68%;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.page_architectural_renov_conv_box .text_box h4 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.renov_conv_img_box {
    position: relative;
}

.renov_conv_img_box .img {
    width: 46%;
}

.renov_conv_img_box::before {
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -10px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 20px solid #aaa;
    border-right: 20px solid transparent;
    transform: rotate(135deg);
}

.renov_conv_img_box .img p {
    font-size: 18px;
    text-align: center;
    border: 1px solid #1A1311;
    border-top: 0;
    padding: 3px 0;
    letter-spacing: 0.5px;
}

.renov_conv_img_box .img:nth-child(2) p {
    background-color: #1A1311;
    color: #fff;
}

.page_property_management_cont_sec_list.list04 h4 {
    font-size: 16px;
    margin: 0;
    width: 370px;
    text-align: center;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 3px 10px 3px;
}

.page_property_management_cont_sec_list.list04 ul li+li {
    margin-top: 0;
    padding-top: 0;
}

.page_property_management_cont_sec_list.list04 ul li {
    width: 49%;
    font-size: 14px;
    padding: 15px 10px 15px 35px !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-top: none;
    border-bottom: 1px solid #eee;
    background-position: left 10px center;
    background-size: 15px;
    background-repeat: no-repeat;
}

.page_property_management_cont_sec_list.list04 ul li.big {
    width: 100%;
}

.page_property_management_cont_sec_list.list04 ul {
    margin-top: 10px;
}

.architectural_demerit {
    margin-top: 30px;
}

.architectural_merit ul li {
    background-image: url(/wp-content/uploads/2021/02/check_mark.png);
}

.architectural_demerit ul li {
    background-image: url(/wp-content/uploads/2021/02/trouble_mark..png);
}

/*COMING SOON*/

p.coming_soon_en.font-01 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

p.coming_soon_jp.text {
    color: #fff;
    letter-spacing: 1px;
}

/*COMPANY*/

.page_company_cont {
    background-color: #fff;
    padding: 50px;
}

.page_company_cont .text_top {
    font-size: 16px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.common_page_table {
    width: 100%;
    background-color: #fafafa;
    padding: 50px;
    margin-top: 50px;
}

.common_page_table th,
.common_page_table td {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    line-height: 1.8;
}

.common_page_table th {
    width: 185px;
    font-weight: 600;
}

.common_page_table tr:first-child th,
.common_page_table tr:first-child td {
    padding-top: 0;
}

.common_page_table td p:not(:first-child) {
    margin-top: 1rem;
}

.common_page_bt {
    margin-top: 30px;
    text-align: center;
}

.common_page_bt a {
    background-color: #1A1311;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    letter-spacing: 1px;
    transition: 0.3s;
    border: 1px solid #1A1311;
    display: inline-block;
}

.common_page_bt a:hover {
    background-color: #fff;
    color: #1A1311;
}

.page_company_cont .common_page_table {
    margin-bottom: 60px;
}

.page_company_cont .map_wrap+.map_wrap {
    margin-top: 50px;
}

.page_company_cont .map_wrap .ttl {
    padding-left: 20px;
    border-left: 2px solid;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 20px;
}

.page_company_cont .map_wrap iframe {
    width: 100%;
    height: 400px;
}


/*RECRUIT*/

.page_recruit_cont {
    background-color: #fff;
    padding: 50px;
}

.page_recruit_cont .text_top {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/*FORM*/

.common_page_form_cont {
    background-color: #fff;
    padding: 50px;
}

.common_page_form_tel .text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.common_page_form_tel .tel {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.common_page_form_tel .tel span {
    font-size: 25px;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

p.hissu_text {
    font-size: 14px;
    margin-top: 25px;
}

.common_page_form_tel {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    display: inline-block;
    padding-right: 20px;
}

span.hissu {
    color: red;
    margin-left: 5px;
}

.common_form_table th,
.common_form_table td {
    font-size: 14px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
    line-height: 1.8;
}

.common_form_table table {
    width: 100%;
    margin-bottom: 50px;
}

.common_form_table th {
    width: 200px;
}

.common_form_table td input {
    width: 50%;
    border: 1px solid #000000;
}

.common_form_table td textarea {
    width: 100%;
}

#btn-wrap {
    margin-top: 30px;
}

#btn-wrap button {
    font-size: 16px;
    background-color: #1A1311;
    color: #fff;
    border: none;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #1A1311;
    margin-right: 10px;
}

#btn-wrap button:hover {
    background-color: #fff;
    color: #1A1311;
}

.mw_wp_form_complete {
    font-size: 14px;
    line-height: 1.8;
}

.common_form_table td input[type="radio"] {
    width: auto;
}

/*TO DEALERS*/

.page_property_management_cont_sec_list ul li .text_box .tel {
    font-size: 14px;
    margin-top: 10px;
}

.page_property_management_cont_sec_list ul li .text_box .tel .tel_num {
    font-size: 16px;
    margin-left: 5px;
}

.page_property_management_cont_sec_list ul li .text_box .tel .tel_num .num {
    font-size: 22px;
    margin-left: 5px;
}

.common_page_btn_box {
    margin-top: 40px;
}

.common_page_btn_box a {
    display: inline-block;
    background-color: #1A1311;
    color: #fff;
    font-size: 16px;
    background-color: #1A1311;
    color: #fff;
    border: none;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #1A1311;
    margin-right: 15px;
}

.common_page_btn_box a:hover {
    color: #1A1311;
    background-color: #fff;
}

/*TO RESIDENTS*/

.page_residents_cont .page_property_management_cont_sec_list ul li .img::before {
    display: none;
}

.page_residents_cont .page_property_management_cont_sec_list ul li .img {
    border: 2px solid #eee;
}

/*POST*/

.single_post_cont {
    background-color: #fff;
    padding: 0 0 50px;
}

.single_post_cont .text_box {
    padding: 0 50px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.8;
}

.single_post_cont .text_box p {
    margin-bottom: 1em;
}

.single_post_cont .text_box h2 {
    font-size: 24px;
    margin-top: 3em;
    border-left: 2px solid #1A1311;
    line-height: 1.6;
    padding-left: 10px;
    background-color: #fafafa;
    padding: 15px 15px;
}

.single_post_cont .text_box h2,
.single_post_cont .text_box h3,
.single_post_cont .text_box h4 {
    margin-bottom: 1em;
}

.single_post_cont .text_box h3 {
    font-size: 20px;
    margin-top: 3em;
    border-left: 2px dashed #aaa;
    border-bottom: 2px dashed #aaa;
    padding: 12px 20px;
}

.single_post_cont .text_box h4 {
    font-size: 16px;
    margin-top: 2em;
    border-bottom: 3px solid #eee;
    padding-bottom: 2px;
}

h4 {
    margin: 0;
}

.top_infomation.page {
    padding: 0 0 100px;
}

.single_post_cont .common_page_bt {
    margin-left: 50px;
}

.archive_post_cont {
    background-color: #fff;
    padding: 50px;
}

.archive_post_cont ul li a time {
    font-size: 13px;
}

.archive_post_cont ul li a .ttl {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.archive_post_cont ul li a .text {
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px;
}

.archive_post_cont ul li a {
    align-items: center;
    color: #1A1311;
    border-bottom: 1px solid #eee;
    padding: 0 0 6px;
    position: relative;
}

.archive_post_cont ul li a .text_box {
    margin-left: 15px;
}

.archive_post_cont ul li:nth-child(n + 2) a {
    margin-top: 35px;
}

.archive_post_cont ul li a::before {
    content: '';
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: 9px;
    height: 9px;
    border-top: 3px solid #1A1311;
    border-right: 3px solid #1A1311;
    transform: rotate(45deg);
    transition: 0.3s;
}

.archive_post_cont ul li a:hover::before {
    right: 0;
}

h2.screen-reader-text {
    display: none;
}

.archive_nav {
    margin-top: 30px;
}

span.nav-next-text,
span.nav-prev-text {
    display: none;
}

.nav-links {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-links .page-numbers {
    border: 1px solid #1A1311;
    padding: 12px 0px 6px;
    font-size: 15px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 40px;
    color: #1A1311;
    text-align: center;
    margin-left: 10px;
}

.nav-links .page-numbers.current {
    background-color: #1A1311;
    color: #fff;
}

/*BUSINESS*/

.common_page_parent_list ul li {
    width: 25%;
}

.common_page_parent_list ul li .img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s;
}

.common_page_parent_list ul li:hover .img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.common_page_parent_list {
    background-color: #fff;
    padding: 50px 50px 80px;
}

.common_page_parent_list ul li:nth-child(n + 3) {
    /* margin-top: 30px; */
}

.common_page_parent_list ul li .text_box {
    background-color: #1A1311;
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
    height: 50%;
    position: relative;
    display: grid;
    align-content: center;
    padding-top: 40px;
}

.common_page_parent_list ul li .text_box .en {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1;
}

.common_page_parent_list ul li .text_box h3 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 6px;
    margin-bottom: 25px;
}

.common_page_parent_list ul li .text_box .link_text {
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
    padding: 0 5px;
    left: 50%;
    translate: -50%;
}

.common_page_parent_list ul li .text_box .link_text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transition: 0.3s;
}

.common_page_parent_list ul li:hover .text_box .link_text::before {
    transform: scaleX(1);
}

/*よくある質問*/

.page_faq_cont {
    background-color: #fff;
}

.page_faq_list {
    padding: 50px;
}

.page_faq_list .question,
.page_faq_list .answer {
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.page_faq_list li {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.page_faq_list .question::before,
.page_faq_list .answer::before {
    position: absolute;
    left: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    top: 0;
}

.page_faq_list .question::before {
    content: 'Q';
}

.page_faq_list .answer::before {
    content: 'A';
}

p.closeBtnHat {
    display: none;
}

.page_faq_list .answer {
    margin-top: 12px;
}

/*SEARCH*/

.search_result_cont .archive_post_cont {
    padding: 0 0px 50px;
}

.search_result_cont .archive_post_cont ul {
    margin-top: 50px;
    padding: 0 50px;
}

.search_result_cont .archive_post_cont ul li a {
    display: block;
}

.search_result_cont .archive_nav {
    padding-right: 50px;
}

.search_form option[value="1"] {
    display: none;
}

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

.search_form input {
    width: 300px;
    padding: 3px 10px;
    border: 1px solid #aaa;
}

.search_form select {
    padding: 6px 10px;
    margin: 0 5px;
    border: 1px solid #aaa;
    color: #757575;
}

.search_form button {
    background-color: #1A1311;
    border: none;
    padding: 4.4px 10px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}

.no_result_box .text {
    font-size: 14px;
}

.no_result_box {
    margin-top: 50px;
    padding: 0 50px;
}

.no_result_box~.archive_nav {
    display: none;
}

.common_titleWrap {
    background-color: #fff;
}

.page_residents_cont {
    margin-bottom: 50px;
}

.kaiyaku_contents {
    background-color: #fff;
    padding: 50px;
}

.about_kaiyaku {
    margin-top: 50px;
}

.about_kaiyaku .main_textArea {
    margin-bottom: 50px;
}

.about_kaiyaku .main_textArea dl {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}

.about_kaiyaku .main_textArea dl dt {
    color: #ad0000;
}

.about_kaiyaku .flow_kaiyaku {
    margin-bottom: 50px;
}

.about_kaiyaku .flow_kaiyaku ul li {
    width: 22%;
    height: 100px;
    font-size: 16px;
    text-align: center;
    padding: 1em;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #575041;
    color: #fff;
    margin-left: 4%;
}

.about_kaiyaku .flow_kaiyaku ul li:first-child {
    margin-left: 0;
}

.about_kaiyaku .flow_kaiyaku ul li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #ccc;
    position: absolute;
    left: -30px
}

.about_kaiyaku .flow_kaiyaku ul.type01 li:first-child::before {
    display: none;
}

.about_kaiyaku .flow_kaiyaku ul li span {
    position: absolute;
    left: 10px;
    top: 10px;
    font-style: italic;
    font-size: 20px;
}

.about_kaiyaku .flow_kaiyaku ul.type01 {
    margin-bottom: 30px;
}

.about_kaiyaku .kaiyaku_infoArea dl {
    background-color: #1A1311;
    padding: 1em;
}

.about_kaiyaku .kaiyaku_infoArea dl dt,
.about_kaiyaku .kaiyaku_infoArea dl dd {
    padding: 1em;
    background-color: #fff;
}

.about_kaiyaku .kaiyaku_infoArea dl dt {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    position: relative;
}

.about_kaiyaku .kaiyaku_infoArea dl dt:before {
    font-family: "Font Awesome 5 Free";
    content: '\f071';
    font-weight: 900;
    margin-right: .5em;
}

.about_kaiyaku .kaiyaku_infoArea dl dd {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}

.about_kaiyaku .kaiyaku_infoArea dl dd .telArea {
    margin-top: 20px;
    background-color: #f1f1f1;
    padding: 1em;
    border: 2px solid;
}

.about_kaiyaku .kaiyaku_infoArea dl dd .telArea p.tel {
    font-size: 20px;
    font-weight: 600;
}

.about_kaiyaku .kaiyaku_infoArea p.attention_text {
    text-align: center;
    font-size: 16px;
    margin: 50px 0;
}

.about_kaiyaku .kaiyaku_infoArea a.btn {
    display: block;
    width: 450px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 16px;
    background-color: #ff9d00;
    text-align: center;
    color: #fff;
    position: relative;
}

.about_kaiyaku .kaiyaku_infoArea a.btn:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 0;
}

.single_purchase_page {
    background-color: #fff;
    padding: 50px;
}

.single_purchase_page .sliderArea {
    width: 50%;
}

.single_purchase_page .textArea {
    width: 45%;
    position: relative;
    padding-bottom: 140px;
}

.single_purchase_page .textArea .textWrap {}

.single_purchase_page .textArea h2 {
    font-size: 20px;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 2px solid;
}

.single_purchase_page .textArea dl {
    font-size: 16px;
}

.single_purchase_page .textArea dl dt {
    width: 20%;
}

.single_purchase_page .textArea dl dt:before {
    content: "■";
    margin-right: .2em;
}

.single_purchase_page .textArea dl dd:before {
    content: "/";
    margin-right: .2em;
}

.single_purchase_page .textArea dl dd {
    width: 80%;
    margin: 0;
}

.single_purchase_page .bx-viewport {
    height: 400px !important;
}

.single_purchase_page .bx-wrapper {
    padding-bottom: 0;
}

.single_purchase_page ul#bukken_slider li {
    position: relative;
    width: 100%;
    height: 400px !important;
    background-color: #1A1311;
}

.single_purchase_page ul#bukken_slider li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 96%;
    max-height: 96%;
}

.single_purchase_page .controlWrap {
    position: absolute;
    left: 0;
    bottom: 0;
}

.single_purchase_page ul#bx-pager li {
    width: 30%;
    margin-left: 2%;
}

.single_purchase_page ul#bx-pager li:first-child {
    margin-left: 0;
}

.single_purchase_page ul#bx-pager li a {
    display: block;
    width: 100%;
    height: 120px;
}

.single_purchase_page ul#bx-pager li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive_purchase ul {
    display: flex;
    flex-wrap: wrap;
}

.archive_purchase ul li {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.archive_purchase ul li:nth-child(3n + 1) {
    margin-left: 0;
}

.archive_purchase ul li a {
    color: #1A1311;
    font-weight: 600;
}

.archive_purchase ul li p.ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.archive_purchase ul li .image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

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

.archive_purchase ul li:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.archive_purchase ul li .text_box .data_wrap {
    flex-wrap: nowrap;
}

.archive_purchase ul li .text_box .data_wrap .data_box+.data_box {
    border-left: 1px solid #ccc;
}

.archive_purchase ul li .text_box .sub_data {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.archive_purchase ul li .text_box .sub_data .data_box {
    background-color: #f1f1f1;
    padding: 5px 3%;
}

.archive_purchase ul li .text_box .data_box {
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #ccc;
    flex-wrap: nowrap;
    padding: 10px 0;
}

.archive_purchase ul li .text_box .data_box .label.theme {
    width: 20%;
}

.archive_purchase ul li .text_box .data_box .label {
    width: 35%;
}

.archive_purchase ul li .text_box .data_box .data {
    width: 75%;
}

.archive_purchase ul li .text_box .data_box .data.data_cont {
    width: 100%;
}

.archive_purchase ul li .text_box .data_box .data.data_type {
    width: 100%;
}

.archive_purchaseWrap {
    background-color: #fff;
    padding: 50px;
}

.bwWrapper {
    position: relative;
    display: block;
}


/*--------------(オーナー様へ)---------------*/
.page_owners_cont .owners_top {
    background-color: #1A1311;
    color: #fff;
    text-align: center;
    padding: 90px 0px;
    background-image: url(/wp-content/uploads/2021/02/top_about_bg.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right center;
}

.page_owners_cont .owners_top .first_word {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 40px 0 30px;
}

.page_owners_cont .owners_top .osaka_text {
    margin-top: 20px;
}

.page_owners_cont .owners_top .text {
    font-size: 15px;
    line-height: 2;
}

.page_owners_cont .owners_top {
    margin-top: 20px;
}

.page_owners_cont .owners_box {
    background-color: #ffffff;
    margin-bottom: 50px;
}

.page_owners_cont .owners_box ul {
    padding: 50px;
}

.page_owners_cont .owners_box li {
    align-items: center;
}

.page_owners_cont .owners_box li .img {
    width: 35%;
    position: relative;
}

.page_owners_cont .owners_box li .text_box {
    width: 63%;
}

.page_owners_cont .owners_box li .text_box .common_page_btn_box {
    margin-top: -15px;
}

.page_owners_cont .owners_box li .text_box p {
    font-size: 15px;
    line-height: 1.8;
}

.page_owners_cont .owners_box li .text_box p:not(:last-child) {
    margin-bottom: 30px;
}

.page_owners_cont .owners_box li .text_box p span {
    font-size: 18px;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 2px dotted #1A1311;
}

.management_link {
    text-align: center;
}

.management_link a {
    color: #fff;
    text-decoration: underline;
}

.single_construction_page {
    background: #fff;
    padding: 20px;
}

.single_construction_page .image_box {
    width: 550px;
    position: relative;
}

.single_construction_page .image_box .label {
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 5px 15px;
    top: -5px;
    left: -5px;
}

.single_construction_page .image_box .madori a {
    display: block;
    background: #f2f2f2;
    height: 360px;
}

.single_construction_page .image_box .madori a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single_construction_page .image_box .madori {
    margin-bottom: 20px;
}

.single_construction_page .image_box ul li {
    width: 20%;
}

.single_construction_page .image_box ul li a {
    display: block;
    height: 80px;
}

.single_construction_page .image_box ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_construction_page .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 60px;
    border-color: transparent transparent transparent #1a1a1a;
}

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

.single_construction_page .freetext {
    margin-top: 40px;
    background: #f2f2f2;
    padding: 20px;
}

.page_property_management_cont_sec .purchase_contents .tab_btn_box .tab_contents {
    display: none;
}

.page_property_management_cont_sec .purchase_contents .tab_btn_box .tab_contents.show {
    display: block;
}

.page_property_management_cont_sec .purchase_contents .tab_btn_box .tab_box {
    width: 80%;
    margin: 0 auto 30px;
    justify-content: space-between;
}

.page_property_management_cont_sec .purchase_contents .tab_btn_box .tab_box .tab_owner_btn {
    background-color: #1A1311;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 35px;
    padding: 0 45px;
    font-size: 20px;
    transition: 0.3s;
    border: 1px solid #1A1311;
    text-align: center;
    cursor: pointer;
}

.page_property_management_cont_sec .purchase_contents .tab_btn_box .tab_box .tab_owner_btn.show {
    background-color: #fff;
    color: #1A1311;
}

.page_property_management_cont_sec .purchase_contents .tab_btn_box .tab_box .tab_owner_btn:hover {
    background-color: #fff;
    color: #1A1311;
}

/* トップよくある質問セクション */

#top_faq {
    background-color: #1A1311;
    color: #fff;
    position: relative;
    padding: 0 0 90px;
}

#top_faq .common_top_h2_box {
    text-align: left;
    margin: 0 0 20px;
}

#top_faq .text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 40px;
    line-height: 1.7;
}

.top_faq_dl {
    margin: 0;
}

.top_faq_dl+.top_faq_dl {
    margin-top: 20px;
}

.top_faq_dl dt {
    font-size: 18px;
    letter-spacing: 0.1rem;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.top_faq_dl dt::before {
    display: block;
    content: "Q.";
    font-size: 25px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    top: 4px;
    left: 0;
}

.top_faq_dl dt::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

.top_faq_dl dt.nowOpen::after {
    transform: rotate(-45deg);
}

.top_faq_dl dd {
    font-size: 14px;
    letter-spacing: 0.1rem;
    padding: 20px 20px 20px 50px;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 1.8;
    position: relative;
    margin: 15px 0 0;
}

.top_faq_dl dd::before {
    display: block;
    content: "A.";
    font-size: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    top: 15px;
    left: 20px;
}

.construction_img_wrap {
    display: grid;
    grid-template-columns: 400px 400px;
    place-content: center;
    gap: 100px;
    position: relative;
}

.construction_img_wrap+.construction_img_wrap {
    margin-top: 125px;
}

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

.construction_img_wrap .construction_image {
    height: 300px;
}

.construction_img_wrap .construction_image .let {
    color: #fff;
}

.construction_img_wrap .construction_image .let {
    color: #fff;
    font-size: 20px;
    font-family: serif;
    letter-spacing: .08em;
    text-align: right;
    margin-top: 10px;
    border-top: solid .2px;
    padding-top: 6px;
}

.construction_img_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2023/05/double_arrow.png) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

body section#construction_madori .box {
    border-radius: 0;
    padding: 0;
    background: initial;
}

body section#construction_madori .box .text {
    color: #fff;
    font-size: 22px;
    letter-spacing: .08em;
}

body section#construction_madori {
    padding-top: 170px;
}

body section#construction_madori .box .image img {
    border-radius: 0;
}

/* トップ選ばれる理由 */

#top_reason {
    background-color: #1A1311;
    color: #fff;
    padding: 100px 0 90px;
}

#top_reason .common_top_h2_box {
    text-align: left;
    margin: 0 0 20px;
}

#top_reason .reason_text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 40px;
    line-height: 1.7;
}

.top_reason_list {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.top_reason_list::before {
    display: block;
    content: "";
    width: 110%;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/05/reason_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top_reason_list li {
    width: 32%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 0;
    text-align: center;
    color: #1A1311;
}

.top_reason_list li .number {
    font-size: 40px;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 2px solid #1A1311;
    line-height: 1;
}

.top_reason_list li .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.top_reason_list li .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
}

/* 選ばれる理由ページ */
.page_reason .strength_sec {
    margin-bottom: 70px;
}

.page_reason .strength_sec .common_top_h2_box {
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}

.page_reason .strength_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

.page_reason .strength_sec .list li {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 15px;
    text-align: center;
}

.page_reason .strength_sec .list li .num {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1A1311;
    font-size: 40px;
    line-height: 1;
}

.page_reason .strength_sec .list li .text_box .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.page_reason .strength_sec .list li .text_box .text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}

.page_reason .reason_list_sec .list ul li {
    padding: 120px 0;
}

.page_reason .reason_list_sec .list ul li:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: calc(50vw - 570px);
}

.page_reason .reason_list_sec .list ul li:nth-child(even) {
    padding-right: calc(50vw - 570px);
    background-color: rgba(255, 255, 255, 0.2);
}

.page_reason .reason_list_sec .list ul li .img {
    position: absolute;
    width: calc((50vw - 520px) + 35%);
    top: 50px;
    bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_reason .reason_list_sec .list ul li:nth-child(odd) .img {
    right: 50px;
}

.page_reason .reason_list_sec .list ul li:nth-child(even) .img {
    left: 50px;
}

.page_reason .reason_list_sec .list ul li.reason1 .img {
    background-image: url(/wp-content/uploads/2023/05/page_reason_image1.jpg);
}

.page_reason .reason_list_sec .list ul li.reason2 .img {
    background-image: url(/wp-content/uploads/2023/05/page_reason_image2.jpg);
}

.page_reason .reason_list_sec .list ul li.reason3 .img {
    background-image: url(/wp-content/uploads/2023/05/page_reason_image3.jpg);
}

.page_reason .reason_list_sec .list ul li .text_box {
    width: 60%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 60px 5% 40px;
}

.page_reason .reason_list_sec .list ul li:nth-child(even) .text_box {
    margin-left: auto;
}

.page_reason .reason_list_sec .list ul li .text_box .num {
    font-size: 22px;
    line-height: 1;
    color: #575041;
    font-style: italic;
    margin: 0 0 5px;
}

.page_reason .reason_list_sec .list ul li .text_box .ttl {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 20px;
}

.page_reason .reason_list_sec .list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.9;
}

.page_reason .reason_list_sec {
    margin-bottom: 80px;
}

.page_reason .reason_cont {
    margin-bottom: 30px;
}

.page_reason .reason_cont .inner {
    background: #fff;
    padding: 50px;
}

.page_reason .reason_cont .item+.item {
    border-top: 1px solid #eee;
    padding-top: 40px;
    margin-top: 40px;
}

.page_reason .reason_cont .item {
    display: flex;
    gap: 0 40px;
    align-items: center;
}

.page_reason .reason_cont .item .img {
    flex-shrink: 0;
    width: 400px;
}

.page_reason .reason_cont .item:nth-child(even) .img {
    order: 1;
}

.page_reason .reason_cont .item .text_box {
    width: 100%;
}

.page_reason .reason_cont .item .text_box .title {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 15px;
}

.page_reason .reason_cont .item .text_box .text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.7;
}

.page_reason .catch_sec {
    background: url(/wp-content/uploads/2021/02/top_about_bg.png) no-repeat;
    background-size: 50%;
    background-position: right center;
    padding: 70px 0;
}

.page_reason .catch_sec .cont {
    color: #fff;
    text-align: center;
}

.page_reason .catch_sec .cont .title {
    font-size: 26px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 15px;
}

.page_reason .catch_sec .cont .text {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.8;
}

.page_reason .catch_sec .cont .text+.text {
    margin-top: 20px;
}

.page_reason .banner_sec {
    margin-bottom: 80px;
}

.page_reason .banner_sec .img {
    width: 60%;
    margin: 0 auto;
}

/* 管理会社見直しの流れ */

.revalue_point {
    padding: 100px 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.revalue_main .text {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.04em;
    color: #fff;
}

.revalue_h2 {
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.12em;
    font-size: 24px;
    text-align: center;
    margin: 0 0 40px;
}

.revalue_point_list li {
    align-items: center;
}

.revalue_point_list li+li {
    margin-top: 40px;
}

.revalue_point_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.revalue_point_list li .image {
    width: 40%;
}

.revalue_point_list li .textBox {
    width: 57%;
    color: #fff;
}

.revalue_point_list li .textBox .point {
    font-size: 17px;
    letter-spacing: 0.04em;
    margin: 0 0 5px;
    font-weight: 500;
}

.revalue_point_list li .textBox .title {
    font-size: 22px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin: 0 0 15px;
}

.revalue_point_list li .textBox .text {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.revalue_point .revalue_h2 {
    color: #fff;
}

.common_contactBox {
    padding: 40px;
    margin: 50px 0 0;
    background-color: #fff;
}

.common_contactBox .revalue_h2 {
    margin-bottom: 20px;
    color: #1A1311;
}

.common_contactBox .text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.04em;
    margin: 0 0 30px;
}

.common_contactBox .buttonBox {
    justify-content: center;
}

.common_contactBox .buttonBox li {
    width: 350px;
}

.common_contactBox .buttonBox li:nth-child(n + 2) {
    margin-left: 2%;
}

.common_contactBox .buttonBox li a {
    display: block;
    border: 2px solid #1A1311;
    line-height: 46px;
    border-radius: 2px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    background-color: #1A1311;
    color: #fff;
}

.common_contactBox .buttonBox li a:hover {
    background-color: #fff;
    color: #1A1311;
}

.revalue_flow .wrap {
    padding: 75px;
    margin: 75px auto 100px;
    background-color: #fff;
}

.revalue_flow .revalue_flow_h2 {
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.12em;
    font-size: 24px;
    text-align: center;
    margin: 0 0 40px;
}

.revalue_flow .revalue_dl {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    margin: 0 0 15px;
}

.revalue_flow .revalue_dl .step {
    position: relative;
    width: 15%;
    padding: 20px;
    background: #1A1311;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.06em;
    font-style: italic;
}

.revalue_flow .revalue_dl .step p {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.revalue_flow .revalue_dl .step::after {
    display: block;
    position: absolute;
    top: 50%;
    border: solid transparent;
    content: "";
    right: -12px;
    margin-top: -12px;
    border-width: 12px 0 12px 12px;
    border-left-color: #1A1311;
}

.revalue_flow .revalue_dl .step .number {
    font-size: 30px;
    display: block;
    margin-top: 5px;
    padding-right: 7px;
}

.revalue_flow .revalue_dl .textBox {
    width: 85%;
    padding: 25px;
    margin: 0;
}

.revalue_flow .revalue_dl .textBox .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
}

.revalue_flow .revalue_dl .textBox .text {
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

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

.page_residents_cont .link_box_area {
    padding: 50px 50px 0 50px;
}

.page_residents_cont .link_box_area .inbox {
    border: 1px solid;
}

.page_residents_cont .link_box_area .in_wrap {
    padding: 40px;
}

.page_residents_cont .link_box_area .inbox .title {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 1em;
    background: #1A1311;
    color: #fff;
}

.page_residents_cont .link_box_area .inbox.kaiyaku {
    width: 40%;
}

.page_residents_cont .link_box_area .inbox.trouble {
    width: 57%;
}

.page_residents_cont .link_box_area .inbox.trouble .qr_code {
    width: 20%;
    border: 1px solid;
}

.page_residents_cont .link_box_area .inbox.trouble .link_list {
    width: 75%;
}

.page_residents_cont .link_box_area .inbox .link_list li+li {
    margin-top: 15px;
}

.page_residents_cont .link_box_area .inbox .link_list li a {
    background: #ff9d00;
    display: block;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.page_residents_cont .link_box_area .inbox.trouble .link_list li a {
    background: #00A7CB;
}

.page_residents_cont .link_box_area .inbox.trouble .link_list .text {
    text-align: center;
    font-size: 16px;
    margin-bottom: .5em;
    font-weight: bold;
}

.page_residents_cont .link_box_area .inbox.trouble .link_list .info {
    text-align: center;
    font-size: 12px;
    margin-bottom: 1em;
}

h2.construction_title {
    color: #fff;
    font-size: 24px;
    border-left: 4px solid #fff;
    padding-left: 1em;
    margin: 4em 0 1em;
}

h2.construction_title:first-child {
    margin-top: 0;
}

.construction_detail {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 3em;
}

section#construction_table table {
    width: 100%;
}

section#construction_table table th {
    background: #f2f2f2;
    width: 25%;
}

section#construction_table table td {
    background: #fff;
}

section#construction_table table th,
section#construction_table table td {
    font-size: 16px;
    padding: 1em;
}

section#construction_main {
    padding: 0 0 100px;
}

section#construction_main .construction_main_image {
    margin-bottom: 30px;
}

.construction_comment {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
}

.construction_comment h2 {
    font-size: 24px;
    margin: 0 0 1em;
}

.construction_comment:before {
    content: "“";
    font-size: 200px;
    position: absolute;
    line-height: 0;
    color: #ccc;
    left: 40px;
    top: 70px;
}

.single_post_cont.-column .text_box {
    width: 900px;
}

.single_post_cont.-column .sidebar {
    width: 330px;
    padding-right: 50px;
    padding-top: 50px;
}

.single_post_cont.-column .sidebar .sidebar_title {
    position: relative;
    margin: 50px 0 20px;
}

.single_post_cont.-column .sidebar .sidebar_title:first-child {
    margin-top: 0;
}

.single_post_cont.-column .sidebar .sidebar_title:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -6px;
}

.single_post_cont.-column .sidebar ul.new_arrival li a {
    color: #000;
    border-bottom: 1px solid;
    padding: 10px 0;
    transition: .2s;
}

.single_post_cont.-column .sidebar ul.new_arrival li a:hover {
    opacity: 0.5;
}

.archive_post_cont.-column ul {
    justify-content: space-between;
}

.archive_post_cont.-column ul li {
    width: 49%;
}

.archive_post_cont.-column ul li a .image {
    width: 30%;
}

.archive_post_cont.-column ul li a .image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.archive_post_cont.-column ul li a .content {
    width: 70%;
    padding: 0 20px;
}

.archive_post_cont.-column ul li a .content .text_box {
    margin: 0;
}

.archive_post_cont.-column ul li a:before {
    top: 0;
    bottom: 0;
    margin: auto;
}

.single_post_cont.-column .text_box img {
    height: auto;
}

.single_post_cont.-column .text_box .wp-block-image {
    margin: 0 0 1em;
}

#top_column {
    background-color: #1A1311;
    color: #fff;
    padding: 0 0 90px;
}

.top_column_list {
    margin: 50px 0 0;
}

.top_column_list li+li {
    margin-top: 25px;
}

.top_column_list li a {
    color: #fff;
    position: relative;
    z-index: 3;
}

.top_column_list li a::before {
    display: block;
    content: "";
    width: 97%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 0;
    left: 3%;
    z-index: -3;
}

.top_column_list li a .block {
    align-items: center;
    padding: 50px 0;
}

.top_column_list li a .image {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 3%;
    z-index: -2;
}

.top_column_list li a .image::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(26, 19, 17, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}

.top_column_list li a .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_column_list li a:hover .image::before {
    background-color: rgba(26, 19, 17, 0.6);
}

.top_column_list li a .text_box {
    position: relative;
    padding: 30px 0 0;
}

.top_column_list li a .text_box::before {
    display: block;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #73674c;
    position: absolute;
    top: 0;
    left: 0;
}

.top_column_list li a .text_box .date {
    font-size: 14px;
    margin: 0 0 10px;
}

.top_column_list li a .text_box .title {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
}

.top_column_list li a .text_box .text {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.top_column_list li a .more {
    font-size: 16px;
    padding-right: 40px;
    margin-right: 3%;
    position: relative;
}

.top_column_list li a .more::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -25px;
    transition: 0.3s;
    width: 150px;
    height: 15px;
    background-image: url(/wp-content/uploads/2021/02/btn_yaji.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page_eviction {
    background-color: transparent;
}

.page_eviction .eviction_lead_sec {
    margin-bottom: 80px;
}

.page_eviction .eviction_lead_sec .text_box {
    text-align: center;
}

.page_eviction .eviction_lead_sec .text_box .ttl {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}

.page_eviction .eviction_lead_sec .text_box .text {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.page_eviction .eviction_lead_sec .text_box .text+.text {
    margin-top: 15px;
}

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

.common_eviction_ttl_box::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: currentColor;
}

.common_eviction_ttl_box .ttl {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.common_eviction_ttl_box .text {
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.common_eviction_ttl_box .text+.text {
    margin-top: 15px;
}

.page_eviction .eviction_ele_sec {
    margin-bottom: 80px;
    padding: 80px 0;
    background-color: #fafafa;
}

.page_eviction .eviction_ele_sec .ele_list {
    margin-bottom: 45px;
}

.page_eviction .eviction_ele_sec .ele_list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.page_eviction .eviction_ele_sec .ele_list ul li+li {
    border-left: 1px solid;
}

.page_eviction .eviction_ele_sec .ele_list ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px 0;
    padding: 15px 20px;
    background-color: #fff;
}

.page_eviction .eviction_ele_sec .ele_list ul li .icon {
    width: 40px;
    line-height: 1;
}

.page_eviction .eviction_ele_sec .ele_list ul li .icon img {
    width: 100%;
}

.page_eviction .eviction_ele_sec .ele_list ul li .label {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
}

.page_eviction .eviction_ele_sec .text_block .text_box+.text_box {
    margin-top: 35px;
}

.page_eviction .eviction_ele_sec .text_block .text_box .ttl_box {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

.page_eviction .eviction_ele_sec .text_block .text_box .ttl_box .icon {
    width: 20px;
    line-height: 1;
    flex-shrink: 0;
}

.page_eviction .eviction_ele_sec .text_block .text_box .ttl_box .icon img {
    width: 100%;
}

.page_eviction .eviction_ele_sec .text_block .text_box .ttl_box .ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.page_eviction .eviction_ele_sec .text_block .text_box .text {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

.page_eviction .eviction_exam_sec {
    margin-bottom: 110px;
    padding-top: 110px;
}

.page_eviction .eviction_exam_sec .list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.page_eviction .eviction_exam_sec .list ul li {
    background-color: #fafafa;
    height: 100%;
    padding: 40px 35px;
    text-align: center;
    border: 1px solid #ccc;
}

.page_eviction .eviction_exam_sec .list ul li .num {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #1A1311;
    color: #fff;
    margin: 0 auto 12px;
    font-size: 24px;
}

.page_eviction .eviction_exam_sec .list ul li .text_box .ttl {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
}

.page_eviction .eviction_exam_sec .list ul li .text_box .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    text-align: left;
}

.page_eviction .eviction_related_sec {
    margin-bottom: 100px;
    padding: 100px 0;
    background-color: #fafafa;
}

.page_eviction .eviction_related_sec .common_eviction_ttl_box {
    margin-bottom: 55px;
}

.page_eviction .eviction_related_sec .cont {
    flex-wrap: nowrap;
    gap: 0 60px;
    align-items: center;
}

.page_eviction .eviction_related_sec .cont .img {
    width: 45%;
    height: 600px;
    flex-shrink: 0;
    line-height: 1;
}

.page_eviction .eviction_related_sec .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_eviction .eviction_related_sec .cont .text_block {
    flex-grow: 1;
}

.page_eviction .eviction_related_sec .cont .text_block .text_box+.text_box {
    margin-top: 30px;
}

.page_eviction .eviction_related_sec .cont .text_block .text_box .ttl {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.page_eviction .eviction_related_sec .cont .text_block .text_box .text {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.page_eviction .eviction_related_sec .cont .text_block .text_box .text+.text {
    margin-top: 5px;
}

.page_eviction .choices_version {
    padding: 100px 0 150px 0;
}

.page_eviction .eviction_flow_sec {
    margin-bottom: 100px;
    padding-top: 100px;
}

.page_eviction .eviction_flow_sec .common_eviction_ttl_box {
    margin-bottom: 65px;
}

.page_eviction .eviction_flow_sec .list ul::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 137px;
    left: 67px;
    width: 1px;
    background-color: #1A1311;
}

.page_eviction .eviction_flow_sec .list ul li {
    align-items: flex-start;
    flex-wrap: nowrap;
}

.page_eviction .eviction_flow_sec .list ul li+li {
    margin-top: 50px;
}

.page_eviction .eviction_flow_sec .list ul li .inner {
    flex-wrap: nowrap;
    flex-shrink: 0;
    align-items: center;
}

.page_eviction .eviction_flow_sec .list ul li .step {
    flex-shrink: 0;
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: bold;
    line-height: 1;
    margin-right: 30px;
}

.page_eviction .eviction_flow_sec .list ul li:last-child .circle {
    position: relative;
}

.page_eviction .eviction_flow_sec .list ul li:last-child .circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fafafa;
    z-index: -1;
}

.page_eviction .eviction_flow_sec .list ul li .circle {
    flex-shrink: 0;
    margin-right: 40px;
    width: 24px;
    height: 24px;
    background-color: #1A1311;
    border-radius: 50%;
    border: 5px solid #EBEBEB;
}

.page_eviction .eviction_flow_sec .list ul li .ttl {
    flex-shrink: 0;
    width: 300px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 30px;
}

.page_eviction .eviction_flow_sec .list ul li .box {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #E1EFE5;
}

.page_eviction .eviction_flow_sec .list ul li .box .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.page_eviction .eviction_point_sec .common_eviction_ttl_box {
    margin-bottom: 55px;
}

.page_eviction .eviction_point_sec .cont .block+.block {
    margin-top: 35px;
}

.page_eviction .eviction_point_sec .cont .block {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #fafafa;
}

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

.page_eviction .eviction_point_sec .cont .block .img {
    width: 40%;
    aspect-ratio: 3/2;
    flex-shrink: 0;
}

.page_eviction .eviction_point_sec .cont .block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_eviction .eviction_point_sec .cont .block .text_box {
    padding: 0 70px;
}

.page_eviction .eviction_point_sec .cont .block .text_box .ttl {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.page_eviction .eviction_point_sec .cont .block .text_box .text {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.page_eviction .eviction_point_sec .cont .block .text_box .text+.text {
    margin-top: 5px;
}

#top_column .title_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#top_column .title_box .common_top_h2_box {
    text-align: left;
}

#top_column .title_box .common_link_btn {
    margin: 0 50px 0 0;
}

a.common_link_btn {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    width: fit-content;
    display: block;
    margin: 22px auto 0;
}

a.common_link_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -8px;
    transition: 0.3s;
    width: 94px;
    height: 12px;
    background-image: url(/wp-content/uploads/2021/02/btn_yaji.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

a.common_link_btn:hover::before {
    left: 0px;
}

.management_flow {
    padding: 100px 0;
    background-color: #1A1311;
    position: relative;
    z-index: 1;
}

.management_flow .management_flow_h2 {
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 28px;
    position: relative;
    text-align: center;
    margin: 0 0 40px;
    color: #fff;
}

.management_flow .red {
    font-size: 30px;
}

.management_flow .management_dl {
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
}

.management_flow .management_dl+.management_dl {
    margin-top: 1em;
}

.management_flow .management_dl .step {
    position: relative;
    width: 15%;
    padding: 20px;
    background: #1A1311;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.06em;
    font-style: italic;
}

.management_flow .management_dl .step p {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.management_flow .management_dl .step::after {
    display: block;
    position: absolute;
    top: 50%;
    border: solid transparent;
    content: "";
    right: -12px;
    margin-top: -12px;
    border-width: 12px 0 12px 12px;
    border-left-color: #1A1311;
}

.management_flow .management_dl .step .number {
    font-size: 28px;
    display: block;
    margin-top: 5px;
    padding-right: 7px;
}

.management_flow .management_dl .textBox {
    width: 85%;
    padding: 25px;
    margin: 0;
}

.management_flow .management_dl .textBox .title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
}

.management_flow .management_dl .textBox .text {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.06em;
}

.management_flow .sub_text {
    margin: 20px 0 0;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    color: #fff;
}

.management_flow .sub_text::before {
    display: inline-block;
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.top_nayami .ttl_box .sec_comment {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.top_nayami {
    padding: 100px 0;
    background-color: #1A1311;
}

.top_nayami .common_top_h2_box {
    color: #fff;
}

.top_nayami .img_text_box .img {
    width: 530px;
    flex-shrink: 0;
    height: 350px;
}

.top_nayami .img_text_box {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}

.top_nayami .img_text_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.top_nayami .img_text_box .text_box {
    color: #fff;
    width: 100%;
}

.top_nayami .img_text_box .text_box .text {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0 10px;
}

.top_nayami .img_text_box .text_box .text+.text {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
}

.top_solution {
    padding: 100px 0;
    color: #fff;
    background-color: #1A1311;
}

.top_solution .ttl_box {
    text-align: center;
}

.top_solution .ttl_box .ttl {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.top_solution .ttl_box .sec_comment {
    font-size: 15px;
    margin-top: 18px;
    letter-spacing: 0.05em;
}

.top_solution .list {
    margin-top: 60px;
}

.top_solution .list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.top_solution .list ul li {
    color: #1A1311;
    background-color: rgba(255, 255, 255, 0.9);
}

.top_solution .list ul li .text_box {
    padding: 20px 10px;
}

.top_solution .list ul li .img {
    width: 100%;
    height: 170px;
    position: relative;
}

.top_solution .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.top_solution .list ul li .text_box .theme {
    font-size: 17.5px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.top_solution .list ul li .text_box .text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.management_flow::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/07/page_troube_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    inset: 0;
    z-index: -1;
}

.management_flow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* PCカスタム投稿（エリア） */
.single_area_mv {
    background-color: #1A1311;
    position: relative;
    padding: 120px 0 100px;
}

.single_area_mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26, 19, 17, .5);
    z-index: 1;
}

.single_area_mv .mv_img {
    position: absolute;
    inset: 0;
}

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

.single_area_mv .common_contact_btn {
    margin-inline: auto;
}

.single_area_mv .common_contact_btn .link {
    background: #1A1311;
    color: #fff;
    border-color: #1A1311;
}

.single_area_mv .common_contact_btn .link:hover {
    background: #fff;
}

.single_area_mv .common_contact_btn .sub {
    background-color: #ffff;
    color: #1A1311;
}

.single_area_mv .text_area {
    position: relative;
    z-index: 1;
    width: fit-content;
    margin-inline: auto;
}

.single_area_mv .text_area .h1_title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: .08em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: .6em;
}

.single_area_mv .text_area .h1_title .size {
    font-size: 1.2em;
}

.single_area_mv .text_area .catch {
    margin: 20px 0 50px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .08em;
    font-weight: 700;
    color: #fff;
}

.common_contact_cta {
    padding: 100px 0 120px;
    background-image: url(/wp-content/uploads/2021/02/top_about_bg.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right center;
    background-color: #1A1311;
}

.common_contact_cta .inner {
    position: relative;
    z-index: 1;
}

.common_contact_cta .inner .catch {
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: .6em;
    text-align: center;
    color: #fff;
}

.common_contact_cta .inner .catch .color {
    font-size: 1.3em;
    display: inline-block;
    padding: 0 .2em;
    color: #fff;
}

.common_contact_cta .inner .catch .line {
    border-bottom: 2px solid #fff;
}

.common_contact_cta .inner .text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
    color: #ffff;
    margin-bottom: 2em;
}

.common_contact_cta .inner .box.flex_box {
    display: flex;
    gap: 0 70px;
    align-items: center;
    justify-content: center;
}

.common_contact_btn {
    width: 500px;
}

.common_contact_btn .sub {
    border-radius: 100vmax;
    border: 2px solid #1A1311;
    width: fit-content;
    margin: 0 auto -10px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .05em;
    padding: .6em 4em;
    background-color: #fff;
}

.common_contact_btn .link {
    border: 2px solid #fff;
    border-radius: 100vmax;
    display: block;
    padding: 1em 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .08em;
    text-align: center;
    background-color: #1A1311;
    color: #fff;
    transition: all .3s;
}

.common_contact_btn .link:hover {
    background-color: #fff;
    color: #1A1311;
}

.common_contact_cta .inner .tel_box {
    margin-top: 30px;
}

.common_contact_cta .inner .tel_box .tel {
    display: flex;
    justify-content: center;
    gap: 0 .5em;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 900;
    color: #fff;
    pointer-events: none;
}

.common_contact_cta .inner .tel_box .tel::before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/swell_child/images/icon_tel.svg) no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

.common_contact_cta .inner .tel_box .time {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    margin-top: 1em;
    color: #fff;
}

.features_intro_sec {
    padding-top: 80px;
}

.features_intro_sec .cont {
    display: flex;
    gap: 0 50px;
}

.features_intro_sec .cont .img {
    width: 400px;
    flex-shrink: 0;
    position: relative;
}

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

.features_intro_sec .cont .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26, 19, 17, .5);
    z-index: 1;
}

.features_intro_sec .cont .text_box .title {
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    gap: 0 .5em;
    border-bottom: 1px solid #fff;
    padding-bottom: .2em;
    color: #fff;
}

.features_intro_sec .cont .text_box .title::before,
.features_intro_sec .cont .text_box .title::after {
    content: "";
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    border-radius: 50%;
    background-color: #fff;
    flex-shrink: 0;
    display: block;
}

.features_intro_sec .cont .text_box .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #fff;
}

.single_features_sec {
    padding-top: 100px;
}

.single_features_sec .page_title {
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: .05em;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: .4em;
    width: fit-content;
}

.single_features_sec .inner {
    background-color: #fff;
}

.single_features_sec .inner+.inner {
    margin-top: 70px;
}

.single_features_sec .inner .index {
    background-color: #1A1311;
    color: #fff;
    display: inline-block;
    padding: 25px 50px 35px;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
}

.single_features_sec .inner .index::before {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50px;
    width: 30px;
    height: 1px;
    background-color: #fff;
}

.single_features_sec .inner .item_box {
    padding: 50px;
}

.single_features_sec .inner .item_box ul li+li {
    margin-top: 50px;
}

.single_features_sec .inner .item_box ul li {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.single_features_sec .inner .item_box ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.single_features_sec .inner .item_box ul li .img {
    width: 450px;
    flex-shrink: 0;
    position: relative;
}

.single_features_sec .inner .item_box ul li .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26, 19, 17, .6);
    z-index: 1;
}

.single_features_sec .inner .item_box ul li .img img {
    width: 100%;
    aspect-ratio: 3/2;
    min-width: 0;
    object-fit: cover;
}

.single_features_sec .inner .item_box ul li .text_box .title {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    padding-bottom: .3em;
    display: flex;
    align-items: center;
    gap: 0 .4em;
}

.single_features_sec .inner .item_box ul li .text_box .title .num {
    flex-shrink: 0;
    width: 45px;
    aspect-ratio: 1;
    min-width: 0;
    font-size: 28px;
    font-weight: 700;
    background-color: #1A1311;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.single_features_sec .inner .item_box ul li .text_box .text {
    padding-top: 1em;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
    border-top: 1px solid #73674c;
}

.single_features_sec .inner .item_box ul li .text_box .text .small {
    display: block;
    font-size: 12px;
    margin-top: 1em;
}

.single_worries_sec .worries_box {
    background-color: rgba(255, 255, 255, .03);
    padding: 80px 0 200px;
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

.single_worries_sec .worries_box .page_title {
    text-align: center;
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: .05em;
    color: #fff;
}

.single_worries_sec .worries_box .page_title .color {
    font-size: 1.3em;
    display: inline-block;
}

.single_worries_sec .worries_box .sub {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 1em;
}

.single_worries_sec .worries_box .cont {
    display: flex;
    align-items: center;
    gap: 0 100px;
    margin-top: 40px;
}

.single_worries_sec .worries_box .cont .img {
    width: 530px;
    flex-shrink: 0;
}

.single_worries_sec .worries_box .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.single_worries_sec .worries_box .cont .list_box {
    width: 100%;
}

.single_worries_sec .worries_box .cont .list_box ul li+li {
    margin-top: .5em;
}

.single_worries_sec .worries_box .cont .list_box ul li {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .05em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: .4em;
    font-weight: 700;
    display: flex;
    gap: 0 .5em;
    color: #fff;
}

.single_worries_sec .worries_box .cont .list_box ul li::before {
    content: '';
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    background: url(/wp-content/themes/swell_child/images/icon_moya.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.single_worries_sec .solution_box {
    padding-top: 100px;
}

.single_worries_sec .solution_box .catch_box {
    margin-bottom: 20px;
}

.single_worries_sec .solution_box .catch_box .text {
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: .05em;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.single_worries_sec .solution_box .catch_box .text .size {
    font-size: 1.2em;
}

.single_worries_sec .solution_box .item_box ul li {
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    color: #fff;
}

.single_worries_sec .solution_box .item_box ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.single_worries_sec .solution_box .item_box ul li+li {
    margin-top: 50px;
}

.single_worries_sec .solution_box .item_box ul li .img {
    flex-shrink: 0;
    width: 350px;
}

.single_worries_sec .solution_box .item_box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.single_worries_sec .solution_box .item_box ul li .box {
    padding: 50px;
}

.single_worries_sec .solution_box .item_box ul li .title_box {
    display: flex;
    align-items: center;
    gap: 0 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .6em;
}

.single_worries_sec .solution_box .item_box ul li .title_box .mark {
    width: 30px;
    flex-shrink: 0;
}

.single_worries_sec .solution_box .item_box ul li .title_box .title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .05em;
    font-weight: 700;
}

.single_worries_sec .solution_box .item_box ul li .text_box {
    margin-top: 1.5em;
}

.single_worries_sec .solution_box .item_box ul li .text_box .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.total_support_sec {
    padding-top: 100px;
}

.total_support_sec .page_title {
    font-size: 30px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.total_support_sec .item_box {
    margin-top: 30px;
}

.total_support_sec .item_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 15px;
}

.total_support_sec .item_box ul li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    background-color: #fff;
    padding-bottom: 1em;
}

.total_support_sec .item_box ul li .img img {
    width: 100%;
    aspect-ratio: 2/1;
    min-width: 0;
    object-fit: cover;
    filter: grayscale(100%);
}

.total_support_sec .item_box ul li .index {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: .05em;
    margin-block: 1em;
    display: grid;
    place-content: center;
    position: relative;
    padding-bottom: 1em;
}

.total_support_sec .item_box ul li .index::before {
    content: '';
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #1A1311;
}

.total_support_sec .item_box ul li .text_box {
    padding: 0 1em;
}

.total_support_sec .item_box ul li .text_box .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.single_reason_sec {
    padding-top: 100px;
}

.single_reason_sec .page_title {
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
}

.single_reason_sec .page_title .size {
    font-size: 1.3em;
}

.single_reason_sec .item_box {
    margin-top: 50px;
}

.single_reason_sec .item_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
}

.single_reason_sec .item_box ul li {
    background-color: #fff;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
}

.single_reason_sec .item_box ul li .img img {
    width: 100%;
    aspect-ratio: 2/1;
    min-width: 0;
    object-fit: cover;
    filter: grayscale(100%);
}

.single_reason_sec .item_box ul li .index {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .05em;
    margin-block: 1em;
    padding-bottom: 1em;
    display: grid;
    place-content: center;
    position: relative;
}

.single_reason_sec .item_box ul li .index::before {
    content: '';
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #1A1311;
}


.single_reason_sec .item_box ul li .text_box {
    padding: 0 2em 2em;
}

.single_reason_sec .item_box ul li .text_box .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.single_not_same {
    padding-top: 100px;
}

.single_not_same .page_title {
    font-size: 30px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: .06em;
    display: flex;
    justify-content: center;
    gap: 0 .8em;
    color: #fff;
}

.single_not_same .page_title::before,
.single_not_same .page_title::after {
    content: "";
    width: 4px;
    height: 40px;
    background-color: #fff;
    rotate: 15deg;
}

.single_not_same .page_title::before {
    rotate: -15deg;
}

.single_not_same .cont {
    display: flex;
    align-items: center;
    gap: 0 50px;
    margin-top: 30px;
}

.single_not_same .cont .img {
    width: 450px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    flex-shrink: 0;
    position: relative;
}

.single_not_same .cont .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26, 19, 17, .5);
    z-index: 1;
}

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

.single_not_same .cont .text_area .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #fff;
}

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

.common_management_faq {
    padding: 100px 0;
}

.common_management_faq .page_title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #fff;
}

.common_management_faq .item_box {
    margin-top: 40px;
}

.common_management_faq .item_box dl+dl {
    margin-top: 1em;
}

.common_management_faq .item_box dl dt {
    border-bottom: 1px solid #fff;
    padding: .5em 1em;
    display: flex;
    justify-content: space-between;
    gap: 0 80px;
    align-items: center;
    color: #fff;
}

.common_management_faq .item_box dl dd {
    margin-left: 0;
    padding: 1em 3em 1.5em 1em;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-top: 1em;
}

.common_management_faq .item_box dl dt::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    rotate: 135deg;
    transition: .3s;
    flex-shrink: 0;
}

.common_management_faq .item_box dl dt.nowOpen::after {
    rotate: -45deg;
}

.common_management_faq .item_box dl dt .text {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .06em;
}

.common_management_faq .item_box dl dd .text {
    text-indent: -34px;
    margin-left: 38px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .06em;
}

.common_management_faq .item_box dl dt .en,
.common_management_faq .item_box dl dd .en {
    font-weight: 700;
    font-size: 28px;
    margin-right: .2em;
}

.archive_area ul {
    gap: 10px 20px;
}

.archive_area ul li a {
    display: block;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    color: #1A1311;
    transition: all .3s;
}

.archive_area ul li a:hover {
    opacity: .8;
}

/* 不動産オーナー様専用お問い合わせ */
.common_page_form_cont.page_owner_contact {
    padding: 50px 150px;
}

.common_page_form_cont .progressbar {
    width: 480px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    gap: 0 40px;
    position: relative;
    z-index: 1;
}

.common_page_form_cont .progressbar::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0% -50%;
    background-color: #000;
    z-index: -1;
}

.common_page_form_cont .progressbar .item {
    border-radius: 100vmax;
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    padding: .8em 2em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
}

.common_page_form_cont .progressbar .item.active {
    background-color: #000;
    color: #fff;
}

.common_page_form_cont .common_form_area {
    border: 1px solid #B9B9B9;
}

.common_page_form_cont .common_form_area dl {
    display: grid;
    grid-template-columns: 280px 1fr;
    border-bottom: 1px solid #B9B9B9;
    margin: 0;
}

.common_page_form_cont .common_form_area dl:last-child {
    border-bottom: none;
}

.common_page_form_cont .common_form_area dl dt,
.common_page_form_cont .common_form_area dl dd {
    padding: 20px;
}

.common_page_form_cont .common_form_area dl dt {
    border-right: 1px solid #B9B9B9;
    background-color: #F7F7F8;
    display: flex;
    align-items: baseline;
    gap: 0 .5em;
}

.common_page_form_cont .common_form_area dl dt .hissu,
.common_page_form_cont .common_form_area dl dt .ninni {
    border-radius: 4px;
    color: #fff;
    background-color: #D10000;
    padding: .3em;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0em;
    flex-shrink: 0;
    margin: 0;
    display: inline-block;
}

.common_page_form_cont .common_form_area dl dt .ninni {
    background-color: #A7A7A7;
}

.common_page_form_cont .common_form_area dl dt .label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0em;
}

.common_page_form_cont .common_form_area dl dd {
    margin: 0;
    padding: 20px 50px 20px 20px;
}

.common_page_form_cont .common_form_area dl dd .mwform-checkbox-field label {
    display: block;
}

.common_page_form_cont .common_form_area input[type="checkbox"] {
    display: none;
}

.common_page_form_cont .common_form_area .mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0em;
}

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

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

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

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

.common_page_form_cont .common_form_area dl dd input.suffer {
    width: unset;
}

.common_page_form_cont .common_form_area dl dd input,
.common_page_form_cont .common_form_area dl dd textarea {
    width: 100%;
    padding: .6em;
    border-radius: 5px;
    border: 1px solid #707070;
    background-color: #F7F7F8;
    display: inline-block;
}

.common_page_form_cont .common_form_area dl dd select {
    padding: .8em;
    border-radius: 5px;
    border: 1px solid #707070;
    background-color: #F7F7F8;
    display: inline-block;
    color: #707070;
}

.common_page_form_cont .common_form_area dl dd input::placeholder,
.common_page_form_cont .common_form_area dl dd textarea::placeholder {
    color: #C4C4C4;
    font-size: 14px;
}

.common_page_form_cont .common_form_area dl dd .add {
    display: block;
}

.common_page_form_cont .common_form_area dl dd .add+.add {
    margin-top: 1em;
}

.common_page_form_cont #btn-wrap {
    justify-content: center;
    margin-top: 60px;
}

.common_page_form_cont #btn-wrap button {
    padding: 8px 80px;
    font-size: 22px;
}

.footer .ft_area {
    margin-top: 20px;
}

.footer .ft_area .index {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .08em;
    margin-bottom: 1em;
}

.footer .ft_area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
}

.footer .ft_area ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .05em;
    color: #fff;
    position: relative;
}

.footer .ft_area ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    transform: scaleX(0);
}

.footer .ft_area ul li a:hover {
    opacity: .9;
}

.footer .ft_area ul li a:hover::before {
    transform: scale(1);
}

.fixed_contact {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

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

.fixed_contact ul li a {
    display: block;
    background: orange;
    color: #fff;
    padding: 0 1em;
    padding-left: 60px;
    line-height: 70px;
    font-size: 16px;
    letter-spacing: .1em;
    border-radius: 10px;
}

.fixed_contact ul li.contact a {
    background-image: url(/wp-content/themes/swell_child/images/icon_mail.svg);
    background-size: 25px;
    background-position: 20px;
    background-repeat: no-repeat;
}

.fixed_contact ul li.cancellation a {
    background-image: url(/wp-content/themes/swell_child/images/icon_cancellation.svg);
    background-size: 20px;
    background-position: 25px;
    background-repeat: no-repeat;
}

.page_eviction .eviction_trouble_sec .box {
    margin-top: 50px;
}

.page_eviction .eviction_trouble_sec .box .box_title {
    font-size: 20px;
    border-left: 5px solid;
    padding-left: .5em;
    margin-bottom: .5em;
}

.page_eviction .eviction_trouble_sec .box .lead {
    font-size: 16px;
}

.page_eviction .eviction_trouble_sec .box ul {
    margin-top: 30px;
}

.page_eviction .eviction_trouble_sec .box ul li {
    justify-content: space-between;
    background: #f1f1f1;
    padding: 30px;
    align-items: center;
}

.page_eviction .eviction_trouble_sec .box ul li+li {
    margin-top: 40px;
}

.page_eviction .eviction_trouble_sec .box ul li .image {
    width: 25%;
}

.page_eviction .eviction_trouble_sec .box ul li .text_area {
    width: 72%;
}

.page_eviction .eviction_trouble_sec .box ul li .text_area .titleBox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page_eviction .eviction_trouble_sec .box ul li .text_area .title {
    font-size: 18px;
}

.page_eviction .eviction_trouble_sec .box ul li .text_area .num {
    font-size: 20px;
    border-right: 3px solid;
    padding-right: .5em;
    margin-right: .5em;
    line-height: 1;
    font-weight: bold;
}

.page_eviction .eviction_trouble_sec .box ul li .text_area .text {
    font-size: 16px;
    line-height: 2;
}

.page_eviction .eviction_faq_sec {
    padding-top: 100px;
}

.page_eviction .eviction_lead_sec#section_basic {
    margin-bottom: 0;
}

.page_eviction .eviction_point_sec#section_no {
    padding: 100px 0;
}

.page_eviction .eviction_point_sec#section_no .cont .block {
    flex-wrap: wrap;
}

.page_eviction .eviction_point_sec#section_no .cont .block .text_box {
    width: 55%;
}

.page_eviction .eviction_point_sec#section_no .cont .block .info {
    width: calc(100% - 40px);
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border: 1px solid #ccc;
}

.page_eviction .eviction_point_sec#section_no .cont .block .info .text {
    font-size: 16px;
    line-height: 2.2;
}

.page_eviction .eviction_point_sec#section_no .cont .block .info .box+.box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.page_eviction #section_idea {
    padding: 100px 0;
}

.page_eviction #section_point {
    padding-bottom: 100px;
}

.page_eviction .eviction_point_sec#section_point .cont .block .text_box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page_eviction .eviction_choice_sec {
    padding-top: 100px;
}

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

.page_eviction .eviction_choice_sec ul li {
    background: #f1f1f1;
}

.page_eviction .eviction_choice_sec ul li .image {
    margin-bottom: 20px;
}

.page_eviction .eviction_choice_sec ul li .image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.page_eviction .eviction_choice_sec ul li .title {
    font-size: 16px;
    text-align: center;
    margin-bottom: .5em;
}

.page_eviction .eviction_choice_sec ul li .text {
    line-height: 2;
    font-size: 14px;
    padding: 10px 20px 20px;
}

.page_eviction .eviction_exam_sec#section_needs .list ul {
    grid-template-columns: repeat(4, 1fr);
}

.page_eviction .eviction_exam_sec#section_needs .list ul li {
    padding: 30px 15px;
}

.page_eviction #section_flow {
    padding-bottom: 100px;
}

.page_eviction .eviction_related_sec#section_basic {
    background: none;
    padding: 0;
}

.page_eviction .eviction_related_sec#section_basic .cont .img {
    height: auto;
}

/* バナー */
#popup {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease,
        visibility 0.5s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

#popup.is-show {
    opacity: 1;
    visibility: visible;
}

#popup .popup_bg {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .75);
}

#popup .popup_banner {
    position: absolute;
    top: 7vw;
    left: 50%;
    translate: -50% 0%;
    width: auto;
    height: auto;
}

#popup .popup_close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 50px;
    aspect-ratio: 1;
    min-width: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    border: 2px solid navy;
    background-color: #fff;
    z-index: 1000;
    padding: 0;
}

#popup .popup_close span {
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    content: "";
    background: navy;
    position: absolute;
}

#popup .popup_close span:nth-of-type(1) {
    rotate: 45deg;
    translate: -50% -50%;
}

#popup .popup_close span:nth-of-type(2) {
    rotate: -45deg;
    translate: -50% -50%;
}

#popup .popup_banner a {
    display: block;
    width: 500px;
    aspect-ratio: 1;
    min-width: 0;
}

/* single-columnページ sidebar form */

.common_site_cont_column {
    overflow: visible;
}

.sidebar_contact {
    margin-top: 50px;
    position: sticky;
    top: 0;
}

.contact_form {
    padding: 20px;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.contact_form dl {
    margin: 0;
}

.contact_form dl+dl {
    margin: 15px 0 0;
}

.contact_form .label {
    font-size: 14px;
    letter-spacing: 0em;
    font-weight: 700;
}

.contact_form .hissu {
    background-color: #D02323;
    border-radius: 5px;
    display: inline-block;
    margin-right: .5em;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: .4em;
}

.contact_form dd {
    margin: 0;
}

.contact_form .cont {
    margin-top: .3em;
}

.contact_form .cont input,
.contact_form .cont textarea {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 5px;
    padding: .8em .5em;
    font-size: 14px;
}


/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 0.6em;
}

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

.radio_btns label {
    cursor: pointer;
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding-left: 2em;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    min-width: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    aspect-ratio: 1;
    background: #5A5A5A;
    border: none;
    left: 4px;
    min-width: 0;
    top: 0px;
    transform: scale(0);
    transition: all 0.3s;
    width: 8px;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    transform: scale(1);
}

.contact_form .cont textarea {
    overflow-y: scroll;
    height: 150px;
}

.contact_form .submit_btn {
    margin-top: 15px;
}

.contact_form .submit_btn input {
    width: 100%;
    border-radius: 5px;
    background-color: orange;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: .05em;
    font-weight: 700;
    border: none;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    transition: 0.5s;
}

.contact_form .cont .wpcf7-radio {
    display: flex;
    justify-content: space-between;
}

.contact_form .cont .wpcf7-list-item {
    margin: 0 1em 0 0;
    display: flex;
    align-items: center;
    gap: 0 .5em;
    font-size: 15px;
}

.contact_form .cont .wpcf7-list-item-label {
    white-space: nowrap;
}

.page_vacancy .section_idea {
    padding-bottom: 100px;
}

.page_vacancy .section_idea .box {
    margin-top: 60px;
}

.page_vacancy .section_idea .box .title_h3 {
    font-size: 18px;
    margin-bottom: .5em;
    border-left: 3px solid;
    padding-left: .5em;
}

.page_vacancy .section_area_type {
    padding-bottom: 100px;
}

.page_vacancy .section_area_type .box {
    background: #f1f1f1;
    padding: 40px;
}

.section_area_type .bx-viewport,
.section_subsidy .bx-viewport,
.section_works .bx-viewport {
    height: auto !important;
}

.section_area_type .bx-wrapper,
.section_subsidy .bx-wrapper,
.section_works .bx-wrapper {
    padding-bottom: 0 !important;
}

.section_area_type .bx-controls-direction,
.section_subsidy .bx-controls-direction,
.section_works .bx-controls-direction {
    display: none !important;
}

.page_vacancy .section_area_type .box+.box {
    margin-top: 50px;
}

.page_vacancy .section_area_type .box .image {
    width: 40%;
}

.page_vacancy .section_area_type .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_vacancy .section_area_type .box .text_area {
    width: 55%;
}

.page_vacancy .section_area_type .box .text_area .title {
    font-size: 20px;
    margin-bottom: 1.5em;
}

.page_vacancy .section_area_type .box .text_area dl+dl {
    margin-top: 30px;
}

.page_vacancy .section_area_type .box .text_area dl dt {
    background: #333;
    color: #fff;
    padding: .5em 1em;
    font-size: 12px;
    width: 120px;
    text-align: center;
}

.page_vacancy .section_area_type .box .text_area dl dd {
    margin: 0;
    background: #fff;
    padding: 1em;
    font-size: 14px;
    line-height: 2;
}

.page_vacancy .section_area_type .box .text_area dl dd ul li {
    padding-left: 25px;
    background-image: url(/wp-content/themes/swell_child/images/icon_check.svg);
    background-size: 17px;
    background-position: 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
}

.page_vacancy .section_area_type .box .text_area dl dd ul li+li {
    margin-top: .5em;
}

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

.section_subsidy .hojo_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 10px;
}

.section_subsidy .hojo_box .in_wrap {
    flex-direction: column;
}

.page_change_management .common_management_faq,
.page_change_management .single_not_same,
.page_change_management .single_reason_sec,
.page_change_management .total_support_sec {
    background: #1A1311;
}

.page_change_management.page_eviction .eviction_exam_sec {
    padding-top: 0;
    margin-bottom: 0;
}

.page_change_management.page_eviction .eviction_exam_sec .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page_change_management.page_eviction .eviction_exam_sec .list ul li {
    width: 32%;
}

.page_change_management.page_vacancy .section_idea .table_wrap table {
    width: 100%;
    border-collapse: collapse;
}

.page_change_management.page_vacancy .section_idea .table_wrap table th,
.page_change_management.page_vacancy .section_idea .table_wrap table td {
    padding: 1em;
    border: 1px solid;
    font-size: 14px;
    text-align: center;
}

.page_change_management.page_vacancy .section_idea .table_wrap table th {
    background: #f1f1f1;
}

.page_change_management.page_vacancy .section_works ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}

.page_change_management.page_vacancy .section_works ul li {
    background-color: #fafafa;
    height: 100%;
    padding: 40px 35px;
    text-align: center;
    border: 1px solid #ccc;
}

.page_change_management.page_vacancy .section_works ul li .en {
    background-color: #1A1311;
    color: #fff;
    font-size: 20px;
    line-height: 2.5;
    margin-bottom: 1em;
    font-weight: 700;
}

.page_change_management.page_vacancy .section_works ul li .title {
    font-size: 17px;
    margin-bottom: 1em;
}

.page_change_management.page_vacancy .section_works ul li table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.page_change_management.page_vacancy .section_works ul li table th,
.page_change_management.page_vacancy .section_works ul li table td {
    padding: .5em;
    border: 1px solid;
}

.page_change_management .section_flow {
    padding-bottom: 100px;
}

.page_change_management .revalue_flow .wrap {
    padding: 0;
    margin: 0 auto;
}

.page_change_management .eviction_point_sec {
    padding-top: 100px;
}

.page_change_management .section_owner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}

.page_change_management .section_owner ul li {
    background-color: #fafafa;
    height: 100%;
    padding: 40px 35px;
    border: 1px solid #ccc;
}

.page_change_management .section_owner ul li .flex_box {
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.page_change_management .section_owner ul li .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    border: 1px solid #ccc;
}

.page_change_management .section_owner ul li .icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
}

.page_change_management .section_owner ul li .name_box {
    font-weight: 700;
}

.page_change_management .section_owner ul li .name_box .name {
    font-size: 14px;
    margin-bottom: .5em;
}

.page_change_management .section_owner ul li .name_box .catch {
    font-size: 18px;
}

.page_change_management .section_owner ul li .text {
    font-size: 14px;
    line-height: 2;
}

.page_change_management .section_price {
    padding-bottom: 100px;
}

.page_change_management .section_price ul {
    grid-template-columns: repeat(3, 1fr);
}

.home .section_works {
    background: #1A1311;
    padding-bottom: 150px;
}

.home .common_top_h2_box {
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}

.home .common_top_h2_box .lead {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.7;
}

.home .section_works .bx-wrapper .bx-pager.bx-default-pager a,
.top_reviews .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

.home .section_works .bx-wrapper .bx-pager.bx-default-pager a.active,
.top_reviews .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: orange;
}

.home .common_case_box .icon {
    margin-bottom: 30px;
}

.top_reviews {
    background: #1A1311;
    padding-bottom: 150px;
}

.home .section_works .slider_case_box,
.top_reviews .slider {
    display: flex;
}

.top_reviews .bx-wrapper {
    padding-bottom: 0;
}

.top_reviews ul li {
    background: #fff;
    padding: 20px;
}

.top_reviews ul li .icon {
    width: 100px;
    border-radius: 100%;
    margin: 0 auto 20px auto;
    filter: grayscale(100%);
}

.top_reviews ul li .lead {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.top_reviews ul li .text {
    font-size: 12px;
    line-height: 2;
}

.fixed_contact ul li.document a {
    background-image: url(/wp-content/themes/swell_child/images/icon_document.svg);
    background-size: 25px;
    background-position: 20px;
    background-repeat: no-repeat;
}

/* swell投稿スタイル */
.c-postThumb__figure {
    aspect-ratio: 5 / 3;
}

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

.-type-list .c-postThumb__figure:before,
.-type-list2 .c-postThumb__figure:before {
    padding-top: 0;
}

@media (min-width: 750px) {
    .contact_form .submit_btn input:hover {
        opacity: .7;
    }
}

.page_vacancy .section_works {
    padding-bottom: 100px;
}

.page_vacancy .section_works .works_box {
    background-color: #fafafa;
    padding: 30px 15px;
    border-top: 3px solid;
}

.page_vacancy .section_works .works_box .main_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1em;
}

.page_vacancy .section_works .works_box .main_title .case {
    margin-bottom: .8em;
    display: inline-block;
    background: #333;
    color: #fff;
    padding: .2em 1em;
}

.page_vacancy .section_works .works_box dl {
    border: 1px solid #333;
    background: #fff;
    width: 100%;
}

.page_vacancy .section_works .works_box dl.measures dd ul li {
    padding-left: 25px;
    background-image: url(/wp-content/themes/swell_child/images/icon_check.svg);
    background-size: 17px;
    background-position: 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
}

.page_vacancy .section_works .works_box dl.measures dd ul li+li {
    margin-top: .5em;
}

.page_vacancy .section_works .works_box dl dt {
    background: #f1f1f1;
    font-size: 16px;
    text-align: center;
    padding: 15px 20px;
    font-weight: bold;
}

.page_vacancy .section_works .works_box dl dd {
    margin: 0;
    background: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 2;
}

.page_vacancy .section_works .works_box .result {
    position: relative;
    padding-top: 50px;
    text-align: center;
    margin-top: 30px;
}

.page_vacancy .section_works .works_box .result:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #333;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}

.page_vacancy .section_works .works_box .result .text {
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    line-height: 2;
}

.common_case_box {
    border: 1px solid #000;
    background-color: #fff;
    padding: 3em 2em;
}

.common_case_box .item_box {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0 30px;
}

.common_case_box .item_box .item {
    display: flex;
    flex-direction: column;
}

.common_case_box .case {
    margin-bottom: 1em;
    background: #333;
    color: #fff;
    padding: .2em 1em;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 700;
    text-align: center;
}

.common_case_box .icon {
    width: 150px;
    margin-inline: auto;
}

.common_case_box .icon img {
    width: 100%;
}

.common_case_box .catch {
    font-size: 18px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: 700;
    margin-block: 1em;
}

.common_case_box .overview {
    border: 1px solid #333;
    background: #fff;
    margin: 0;
    flex-grow: 2;
}

.common_case_box .overview dt {
    background: #f1f1f1;
    font-size: 16px;
    text-align: center;
    padding: .8em 1em;
    font-weight: 700;
}

.common_case_box .overview dd {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    margin: 0;
}

.common_case_box .box.worries {
    background-color: #f1f1f1;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    padding: 30px 30px 80px;
    margin-bottom: -60px;
}

.common_case_box .box.solution {
    background-color: #333;
    padding: 80px 30px 30px;
    flex-grow: 2;
}

.common_case_box .item.column {
    display: flex;
    flex-direction: column;
}

.common_case_box .box .sub {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
    margin-bottom: .6em;
}

.common_case_box .box.solution .sub {
    color: #fff;
}

.common_case_box .box .list ul li:not(:last-child) {
    border-bottom: 1px dashed #333;
}

.common_case_box .box .list ul li {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    padding: .5em 0;
    color: #000;
    padding-left: 25px;
    position: relative;
}

.common_case_box .box.worries .list ul li::after {
    content: '';
    top: 10px;
    left: 0;
    position: absolute;
    width: 17px;
    aspect-ratio: 1;
    min-width: 0;
    mask-image: url(/wp-content/themes/swell_child/images/icon_moya.svg);
    mask-size: 17px;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #000;
}

.common_case_box .box.solution .list ul li {
    background-image: url(/wp-content/themes/swell_child/images/icon_check.svg);
    background-size: 17px;
    background-position: 0;
    background-repeat: no-repeat;
}

.common_case_box .box.solution .list {
    background-color: #fff;
    padding: 1em;
}

.common_case_box .result {
    position: relative;
    padding-top: 50px;
    text-align: center;
    margin-top: 30px;
}

.common_case_box .result::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #333;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
}

.common_case_box .result .text {
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-color: #ffa500;
    text-decoration-thickness: 8px;
    text-underline-offset: -3px;
    text-decoration-skip-ink: none;
    line-height: 1.8;
}

/* 用語集 */
.common_page_h1_box.glossary::before {
    background-image: url(/wp-content/themes/swell_child/images/page_main_glossary.jpg);
}

.glossary_cont_sec .tab_box {
    margin-block: 0 80px;
}

.glossary_cont_sec .tab_box ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
}

.glossary_cont_sec .tab_box li .link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1A1311;
    min-block-size: 45px;
    border-radius: 0.3em;
    border: 2px solid #fff;
    padding: 0.5em;
    color: #fff;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    transition: .3s;
}

.glossary_cont_sec .tab_box li .link:hover {
    background: #fff;
    color: #1A1311;
}

.glossary_cont_sec .cont .item {
    background: #fff;
    padding-block: 0 50px;
}

.glossary_cont_sec .cont .item+.item {
    margin-block: 80px 0;
}

.glossary_cont_sec .cont .item .common_page_h3 {
    margin-block: 0 1.5em;
}

.glossary_cont_sec .cont .item .inner {
    padding-inline: 50px;
}

.glossary_cont_sec .cont .item .list .inbox+.inbox {
    margin-block: 3.5em 0;
}

.glossary_cont_sec .cont .item .list .inbox .title_box {
    border-left: 3px solid;
    padding-inline: 1em 0;
    margin-block: 0 1em;
}

.glossary_cont_sec .cont .item .list .inbox .title_box .title {
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    margin-block: 0 0.2em;
}

.glossary_cont_sec .cont .item .list .inbox .title_box .ruby {
    font-size: 12px;
    letter-spacing: .05em;
}

.glossary_cont_sec .cont .item .list .inbox .text {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.7;
}

.home .common_case_box .result {
    margin-top: 0;
    border: 2px solid #333;
    padding: 20px;
}

.home .common_case_box .result .sub {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
    margin-bottom: .6em;
}

.home .common_case_box .result::before {
    display: none;
}

section.top_banner_sec {
    background-color: #1a1311;
    padding: 0 0 80px;
}

section.top_banner_sec .cont .link .img {
    width: 100%;
    margin: 0 auto;
}

section.top_banner_sec .cont .link {
    display: block;
    width: 670px;
    margin: 0 auto;
}

section.top_banner_sec .cont .link .img img {
    width: 100%;
}

@media (max-width: 750px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
        ;
    }

    /*spmenu~*/
    .sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    .sp_pr {
        position: relative;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 25px !important;
        height: 3px !important;
        box-shadow: none;
    }

    a.slicknav_btn {
        background: #fff;
        border-radius: 0px;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 2.5px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
        width: 25px !important;
        right: 1px;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: -2px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
        width: 25px !important;
        right: 1px;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }

    .slicknav_menu {
        background-color: #1A1311 !important;
    }

    a.slicknav_btn {
        margin: 12px 3px 3px 0px;
        padding: 0px 0 0 0px;
        height: 25px;
        width: 25px;
        background-color: transparent;
        box-shadow: none;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        display: block;
        font-size: 70%;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
    }

    .slicknav_nav a {
        color: #fff !important;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
        letter-spacing: 0.8px;
        font-size: 15px;
        line-height: auto;
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-style: normal;
        padding: 10px 10px;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .slicknav_nav a::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: 10px;
        transform: rotate(45deg);
    }

    #sp_hd_menu .slicknav_nav {
        padding-top: 10px;
    }

    .slicknav_nav a.nowOpen::before {
        transform: rotate(135deg);
    }

    .sp_menu_list li a {
        font-size: 12px;
        padding-left: 25px;
        border: none;
        padding: 7px 20px;
    }

    .sp_menu_list {
        margin-top: 8px !important;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px !important;
    }

    .sp_menu_list {
        margin: 0 !important;
    }

    p.closeBtnHat {
        display: none;
    }

    /*~spmenu*/
    .sp_hd_logo {
        position: absolute;
        width: 150px;
        top: 6.5px;
        left: 5px;
    }

    .sp_hd_tel {
        position: absolute;
        width: 25px;
        top: 12.5px;
        right: 50px;
    }

    .sp_hd_mail {
        position: absolute;
        width: 25px;
        top: 15.5px;
        right: 91px;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #fff !important;
    }

    .wrap {
        max-width: 96%;
    }

    .common_site_cont {
        margin-left: 0;
        min-width: 100%;
    }

    .top_mv {
        background-image: url(/wp-content/themes/swell_child/images/top_mv_img_sp.jpg);
    }

    .top_mv_ttl_box .logo {
        width: 50px;
    }

    .top_mv_ttl_box .en {
        font-size: 7vw;
        line-height: 1.2;
        margin-top: 5px;
    }

    .top_mv_ttl_box h1 {
        font-size: 4vw;
        margin-top: 5px;
        line-height: 1.6;
    }

    .top_mv_link_box ul li {
        width: 100%;
    }

    .top_mv_link_box ul li a .en {
        font-size: 18px;
        line-height: 1;
    }

    .top_mv_link_box ul li a h2 {
        font-size: 10px;
    }

    .top_mv_link_box ul li a .en_text {
        bottom: auto;
        width: 80px;
        background-size: contain;
        height: 35px;
        top: 10px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .top_mv_link_box ul li a.owners .en_text {
        background-image: url(/wp-content/uploads/2021/02/font_rosellinda_owners_b.png);
    }

    .top_mv_link_box ul li a.residents .en_text {
        background-image: url(/wp-content/uploads/2021/02/font_rosellinda_residents_b.png);
    }

    .top_mv_link_box ul li a.management .en_text {
        background-image: url(/wp-content/themes/swell_child/images/font_rosellinda_management_b.png);
    }

    .top_mv_link_box ul li a {
        padding: 55px 0 15px;
        color: #1A1311;
    }

    .top_mv_link_box ul li a::after {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .top_mv_link_box ul li+li {
        margin-top: 30px;
    }

    body {
        margin: 50px 0 0 0 !important;
    }

    .top_mv {
        padding: 40px 0;
    }

    .common_top_h2 {
        font-size: 25px;
    }

    .h2_sub_text {
        margin-top: 5px;
    }

    .top_about h3 {
        font-size: 16px;
        letter-spacing: 3px;
        margin-top: 20px;
        line-height: 1.7;
    }

    .top_about .text_box {
        margin-top: 15px;
        text-align: left;
    }

    .top_about .text_box p+p {
        margin-top: 15px;
    }

    .top_about .text_box p {
        font-size: 13px;
    }

    .top_about {
        padding: 50px 0px;
        background-size: 100%;
    }

    .top_business_cont>.text_box {
        width: 100%;
        margin-top: 0;
        position: relative;
    }

    .top_business_cont .text_box .text {
        font-size: 13px;
        margin-top: 15px;
        line-height: 1.7;
    }

    .top_business_slider_box {
        margin-top: 20px;
        width: 100%;
    }

    .bx-wrapper .bx-next {
        right: 60px;
        left: auto;
        bottom: -25px;
    }

    .bx-wrapper .bx-prev {
        right: auto;
        left: auto;
        bottom: 35px;
    }

    .bx-wrapper .bx-prev {
        left: 40px;
        bottom: -25px;
    }

    .bx-wrapper .bx-controls-direction a {
        bottom: -60px;
    }

    .bx-wrapper .bx-controls-direction a.bx-next {
        bottom: -30px;
    }

    .bx-controls-direction {
        width: 100vw;
        position: relative;
    }

    a.top_business_btn {
        position: absolute;
        top: 0;
        right: 0;
    }

    .top_business_cont_02 li {
        width: 250px;
    }

    .top_business {
        padding: 0 0 40px;
        min-width: 100%;
    }

    .top_business_cont_02 .wrap {
        overflow: scroll;
    }

    .top_business_cont_02 .wrap ul {
        width: 770px;
    }

    .top_business_cont_02 li a .text_box .en {
        font-size: 18px;
    }

    .top_business_cont_02 li a .text_box h3 {
        margin-top: 0px;
    }

    .top_business_cont_02 li a .text_box .text {
        font-size: 13px;
        margin-top: 15px;
    }

    .top_business_cont_02 li a .text_box {
        padding-top: 10px;
        border: 1px solid #eee;
        border-top: none;
        padding: 15px 11px;
        text-align: left;
    }

    .top_business_cont_02 li a .img {
        height: 200px;
    }

    .top_business_slider .slide {
        width: 300px !important;
    }

    .top_business_cont_02 {
        margin-top: 27px;
    }

    .top_business_cont {
        padding-left: 0;
        width: 96%;
        margin: auto;
    }

    a.top_business_btn {
        margin-top: 0;
        position: absolute;
        top: 6px;
        right: 35px;
    }

    .top_business::before {
        top: 12px;
        width: 100%;
        height: 62%;
    }

    .top_business::after {
        top: 12px;
        width: 100%;
        height: 63%;
    }

    img {
        vertical-align: bottom;
    }

    .top_business_slider .slide .text_box {
        padding: 15px 12px;
        text-align: left;
    }

    .top_break {
        height: 200px;
        background-attachment: inherit;
    }

    .top_infomation {
        padding: 50px 0;
    }

    .top_news_cont {
        margin-top: 30px;
    }

    .top_news_cont ul li a .text_box {
        margin-left: 0;
        width: 100%;
    }

    .top_news_cont ul li a .text_box .ttl {
        font-size: 14px;
        margin-top: 5px;
    }

    .top_news_cont ul li a .text_box .text {
        font-size: 12px;
        margin-top: 4px;
        line-height: 1.6;
    }

    .top_news_cont ul li a time {
        font-size: 12px;
        background-color: #fff;
        color: #1A1311;
        padding: 1px 5px;
    }

    .top_news_cont ul li a {
        padding: 0 25px 7px 0;
    }

    a.top_news_btn.font-01::before {
        transform: scaleX(1);
    }

    .top_news_cont ul li a::before {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 5px;
        width: 7px;
        height: 7px;
    }

    .top_news_cont ul li:nth-child(n + 2) a {
        padding-top: 25px;
    }

    .top_contact {
        padding: 45px 0;
    }

    .top_contact .text_box .text {
        font-size: 13px;
    }

    a.top_contact_btn {
        background-color: #fff;
        font-size: 13px;
        color: #1A1311;
        width: 90%;
        line-height: 40px;
    }

    .top_contact .text_box {
        margin-top: 20px;
    }

    .ft_nav {
        width: 67%;
    }

    .ft_cont .info_box .logo {
        width: 150px;
        margin: 0 auto;
    }

    .ft_cont .info_box {
        text-align: center;
        width: 100%;
    }

    .ft_cont .info_box .tel a {
        color: #fff;
    }

    .ft_cont .info_box .tel {
        font-size: 15px;
        margin-top: 10px;
    }

    .ft_cont .info_box .tel span {
        font-size: 22px;
    }

    .ft_cont .info_box .time {
        font-size: 11px;
        margin-top: 0px;
    }

    .ft_cont .info_box .mail {
        font-size: 12px;
        margin-top: 15px;
    }

    .ft_cont .info_box .add {
        font-size: 12px;
        margin-top: 18px;
    }

    .sp_sitemap_privacy {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sp_sitemap_privacy a {
        color: #fff;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .sp_sitemap_privacy span {
        margin: 0 5px;
    }

    .ft_cont .copyright {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    .footer {
        padding: 35px 0 10px;
    }

    /*PROPERTY MANAGEMENT*/

    .common_page_h1_box .en {
        font-size: 25px;
    }

    .common_page_h1_box h1 {
        font-size: 10px;
    }

    .common_page_h1_box {
        padding: 30px 0;
    }

    .breadcrumb {
        margin-top: 5px;
        font-size: 10px;
    }

    .common_page_h3 {
        display: block;
        padding: 0px 0 10px;
        font-size: 18px;
    }

    .page_property_management_cont_sec_list ul li .text_box {
        width: 100%;
        margin-top: 0;
    }

    .page_property_management_cont_sec_list ul li .img {
        width: 90%;
        order: 2;
        margin: 10px auto 0;
    }

    .page_property_management_cont_sec {
        background-color: transparent;
        padding: 0px;
    }

    .page_property_management_cont_sec_list {
        padding: 35px 10px;
        margin-top: 15px;
        background-color: #fff;
    }

    .page_property_management_cont_sec .archive_purchase {
        padding: 35px 10px;
        margin-top: 15px;
        background-color: #fff;
    }

    .page_property_management_cont_sec_list ul li+li {
        margin-top: 30px;
        padding-top: 30px;
    }

    .page_property_management_cont_sec+.page_property_management_cont_sec {
        margin-top: 45px;
    }

    .page_property_management_cont_sec_list ul li .text_box .text {
        font-size: 13px;
        line-height: 1.9;
        letter-spacing: 0.5px;
    }

    .page_property_management_cont_sec_list ul li .text_box h3 {
        font-size: 16px;
        background-size: 20px;
    }

    .common_page_h3::before {
        bottom: 0;
        left: 0;
        width: 50px;
    }

    /*BUILDING MANAGEMENT*/

    /*INVESTMENT*/

    .page_property_management_cont_sec_list .text_top {
        font-size: 14px;
    }

    .investment_trouble_list {
        width: 100%;
        font-size: 13px;
    }

    .page_investment_trouble_box {
        margin-top: 20px;
        padding: 20px 10px;
    }

    .investment_trouble_list ul li {
        padding: 10px 10px 10px 30px !important;
        background-size: 11px;
    }

    .page_investment_trouble_box .img {
        width: 100%;
        margin-top: 45px;
    }

    .page_investment_trouble_box .img img {
        width: 135px;
    }

    .page_investment_trouble_box .img p {
        font-size: 14px;
    }

    .page_investment_trouble_box::before {
        top: auto;
        bottom: 165px;
        border-top: 17px solid #aaa;
        border-right: 17px solid transparent;
        transform: rotate(225deg);
    }

    .page_property_management_cont_sec_list.list02 ul li .text_box {
        width: 100%;
    }

    .page_property_management_cont_sec_list.list02 ul li .img {
        width: 90%;
    }

    /*ARCHITECTURAL*/

    .page_architectural_renov_conv_box .img {
        width: 100%;
        order: 2;
        margin-top: 10px;
    }

    .page_architectural_renov_conv_box .text_box {
        width: 100%;
        font-size: 13px;
        margin-top: 0;
    }

    .page_architectural_renov_conv_box .text_box h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .page_property_management_cont_sec_list .text_top+.text_top {
        margin-top: 10px;
    }

    .renov_conv_img_box .img {
        width: 100%;
    }

    .renov_conv_img_box .img+.img {
        margin-top: 30px;
    }

    .renov_conv_img_box::before {
        bottom: 10px;
        border-top: 17px solid #aaa;
        border-right: 17px solid transparent;
        transform: rotate(225deg);
    }

    .page_property_management_cont_sec_list.list04 h4 {
        font-size: 15px;
        padding: 2px 7px 2px;
        width: auto;
        display: inline-block;
        min-width: 280px;
        text-align: left;
        display: block;
    }

    .page_property_management_cont_sec_list.list04 h4 span.round {
        display: none;
    }

    .page_property_management_cont_sec_list.list04 ul li {
        width: 100%;
        font-size: 13px;
        padding: 10px 5px 10px 30px !important;
        background-size: 10px;
        line-height: 1.7;
    }

    .architectural_demerit {
        margin-top: 25px;
    }

    /*COMPANY*/

    .page_company_cont {
        padding: 35px 10px;
    }

    .page_company_cont .text_top {
        font-size: 14px;
    }

    .common_page_table {
        padding: 20px 15px;
        margin-top: 25px;
    }

    .common_page_table th,
    .common_page_table td {
        font-size: 13px;
        padding: 0;
        display: block;
    }

    .common_page_table th {
        width: 100%;
        border: none;
        padding: 12px 0 0px;
    }

    .common_page_table td {
        padding: 3px 0 12px !important;
    }

    .common_page_bt a {
        padding: 4px 15px;
        font-size: 16px;
    }

    .common_page_bt {
        margin-top: 20px;
    }

    .page_company_cont .common_page_table {
        margin-bottom: 40px;
    }

    .page_company_cont .map_wrap+.map_wrap {
        margin-top: 30px;
    }

    .page_company_cont .map_wrap .ttl {
        padding-left: 15px;
        border-left: 1px solid;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .page_company_cont .map_wrap iframe {
        height: 250px;
    }

    /*RECRUIT*/

    .page_recruit_cont {
        padding: 35px 10px;
    }

    .page_recruit_cont .text_top {
        font-size: 14px;
    }

    /*FORM*/

    .common_page_form_cont {
        padding: 35px 10px;
    }

    .common_page_form_tel .text {
        font-size: 14px;
    }

    .common_page_form_tel a.tel {
        color: #1A1311;
    }

    .common_page_form_tel .tel {
        font-size: 16px;
        margin-top: 3px;
    }

    .common_page_form_tel .tel span {
        font-size: 23px;
    }

    .common_page_form_tel {
        padding-bottom: 10px;
        padding-right: 15px;
    }

    p.hissu_text {
        font-size: 11px;
        margin-top: 30px;
    }

    .common_form_table {
        margin-top: -15px;
    }

    .common_form_table th,
    .common_form_table td {
        font-size: 14px;
        font-size: 13px;
        padding: 0;
        display: block;
    }

    .common_form_table th {
        width: 100%;
        border: none;
        padding: 10px 0 0;
    }

    .common_form_table td {
        padding: 3px 0 15px;
    }

    .common_form_table td input {
        width: 100%;
    }

    #btn-wrap button {
        font-size: 14px;
    }

    #btn-wrap {
        margin-top: 20px;
    }

    .mw_wp_form_complete {
        font-size: 13px;
    }

    /*TO DEALERS*/

    .page_property_management_cont_sec_list ul li .text_box .tel .tel_num {
        margin-left: 0;
        display: block;
    }

    .page_property_management_cont_sec_list ul li .text_box .tel .tel_num a {
        color: #1A1311;
    }

    .page_property_management_cont_sec_list ul li .text_box .tel {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .common_page_btn_box {
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .common_page_btn_box a {
        font-size: 15px;
        margin: 0px auto 20px;
        width: 90%;
        text-align: center;
        padding: 5px 0;
    }

    .common_page_btn_box a+a {
        margin-top: 5px;
    }

    /*POST*/

    .single_post_cont {
        background-color: transparent;
        padding: 0;
    }

    .single_post_cont .text_box {
        padding: 0 10px;
        margin-top: 20px;
        font-size: 13px;
        background-color: #fff;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .single_post_cont .text_box h2:first-child {
        margin-top: 0;
    }

    .single_post_cont .text_box h2,
    .single_post_cont .text_box h3,
    .single_post_cont .text_box h4 {
        font-size: 15px;
        margin-top: 15px;
    }

    .top_infomation.page {
        padding: 0 0 15vw;
    }

    .single_post_cont .common_page_bt {
        margin-left: 0;
    }

    .archive_post_cont {
        background-color: #fff;
        padding: 30px 10px;
    }

    .archive_post_cont ul li a time {
        font-size: 12px;
    }

    .archive_post_cont ul li a .text_box {
        margin-left: 0;
        margin-top: 2px;
    }

    .archive_post_cont ul li a .ttl {
        font-size: 14px;
    }

    .archive_post_cont ul li a .text {
        font-size: 12px;
        margin-top: 5px;
    }

    .archive_post_cont ul li a {
        padding: 0 30px 10px 0;
    }

    .archive_post_cont ul li a::before {
        bottom: 0;
        width: 7px;
        height: 7px;
        top: 0;
        margin: auto;
    }

    .archive_post_cont ul li:nth-child(n + 2) a {
        margin-top: 20px;
    }

    .nav-links .page-numbers {
        padding: 10px 0px 4px;
        font-size: 14px;
        width: 35px;
    }

    /*BUSINESS*/

    .common_page_parent_list {
        padding: 35px 10px;
    }

    .common_page_parent_list ul li {
        width: 50%;
        background-color: #1A1311;
    }

    .common_page_parent_list ul li:nth-child(n + 4) {
        margin-top: 0;
    }

    .common_page_parent_list ul li .text_box .en {
        font-size: 18px;
        /* height: 45px; */
    }

    .common_page_parent_list ul li .text_box h3 {
        margin-top: 5px;
        font-size: 10px;
    }

    .common_page_parent_list ul li .text_box .link_text {
        margin-top: 10px;
        position: static;
        translate: initial;
    }

    .common_page_parent_list ul li .text_box {
        padding: 10px 0;
        height: auto;
    }

    .common_page_parent_list ul li .img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    /*よくある質問*/

    .page_faq_list {
        padding: 35px 10px;
        margin-top: 20px;
        background-color: #fff;
    }

    .page_faq_list .question,
    .page_faq_list .answer {
        padding-left: 22px;
        font-size: 13px;
    }

    .page_faq_list .question::before,
    .page_faq_list .answer::before {
        font-size: 20px;
    }

    .page_faq_cont {
        background-color: transparent;
    }

    .no_result_box {
        margin-top: 35px;
        padding: 0 10px;
    }

    .search_form input {
        width: 100%;
        margin-bottom: 8px;
    }

    .search_form {
        text-align: left;
        margin-bottom: 20px;
    }

    .search_form select {
        padding: 6px 5px;
        margin: 0 5px 0 0;
    }

    .common_titleWrap {
        margin-bottom: 15px;
    }

    .kaiyaku_contents {
        padding: 35px 10px;
    }

    .about_kaiyaku .main_textArea dl {
        font-size: 14px;
        text-align: left;
    }

    .about_kaiyaku .main_textArea dl dd {
        margin: 0;
    }

    .about_kaiyaku .flow_kaiyaku ul li {
        width: 100%;
        height: 60px;
        font-size: 14px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .about_kaiyaku .flow_kaiyaku ul li:before {
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #ccc transparent transparent transparent;
        left: calc(50% - 10px);
        top: calc(100% + 5px);
    }

    .about_kaiyaku .flow_kaiyaku ul.type01 li:first-child::before {
        display: block;
    }

    .about_kaiyaku .flow_kaiyaku ul.type02 li:last-child::before {
        display: none;
    }

    .about_kaiyaku .flow_kaiyaku ul li span {
        top: 15px;
        border-right: 1px solid;
        padding-right: 1em;
    }

    .about_kaiyaku .flow_kaiyaku ul.type01 {
        margin-bottom: 0px;
    }

    .about_kaiyaku .kaiyaku_infoArea dl {
        padding: 2vw;
    }

    .about_kaiyaku .kaiyaku_infoArea dl dt,
    .about_kaiyaku .kaiyaku_infoArea dl dd {
        padding: 3vw;
    }

    .about_kaiyaku .kaiyaku_infoArea dl dt {
        font-size: 14px;
    }

    .about_kaiyaku .kaiyaku_infoArea dl dd {
        font-size: 12px;
        padding-top: 0;
    }

    .about_kaiyaku .kaiyaku_infoArea dl dd .telArea {
        margin-top: 10px;
        padding: 2vw;
    }

    .about_kaiyaku .kaiyaku_infoArea dl dd .telArea p.tel {
        font-size: 16px;
    }

    .about_kaiyaku .kaiyaku_infoArea p.attention_text {
        font-size: 14px;
        line-height: 2;
    }

    .about_kaiyaku .kaiyaku_infoArea a.btn {
        width: 80%;
        line-height: 50px;
        font-size: 14px;
    }

    .single_purchase_page {
        padding: 35px 10px;
    }

    .single_purchase_page .sliderArea {
        width: 100%;
        margin-bottom: 70px;
    }

    .single_purchase_page .textArea {
        width: 100%;
        padding-bottom: 0;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
    }

    .single_purchase_page .textArea .textWrap {
        width: 100%;
    }

    .single_purchase_page .textArea h2 {
        font-size: 4vw;
    }

    .single_purchase_page .textArea dl {
        font-size: 3.5vw;
    }

    .single_purchase_page .textArea dl dt {
        width: 30%;
    }

    .single_purchase_page .textArea dl dd {
        width: 70%;
    }

    .single_purchase_page .bx-viewport {
        height: 60vw !important;
    }

    .single_purchase_page ul#bukken_slider li {
        height: 60vw !important;
    }

    .single_purchase_page .controlWrap {
        position: static;
    }

    .single_purchase_page ul#bx-pager li {
        width: 32%;
        margin-left: 2%;
    }

    .single_purchase_page ul#bx-pager li a {
        height: 20vw;
    }

    .single_purchase_page .bx-wrapper .bx-next {
        right: 90px;
    }

    .archive_purchase ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5vw;
    }

    .archive_purchase ul li .image {
        height: 60vw;
        margin-bottom: 2vw;
    }

    .archive_purchaseWrap {
        padding: 35px 10px;
    }

    .top_business_cont_02 li a .img img.after {
        opacity: 1;
    }

    .top_business_cont_02 li .img img.before {
        opacity: 0;
    }

    .top_business_slider .slide .img img.after {
        opacity: 1;
    }

    .top_business_slider .slide .img img.before {
        opacity: 0;
    }

    .top_business_slider_box .bx-wrapper {
        margin: auto;
    }

    .page_owners_cont .common_page_h3 {
        border-bottom: 10px solid #1A1311;
    }

    .page_owners_cont .owners_top {
        padding: 0 0 10vw 0px;
        background-size: 65%;
    }

    .page_owners_cont .owners_top .first_word {
        font-size: 16px;
        margin: 7vw 0 5vw;
        line-height: 2;
    }

    .page_owners_cont .owners_top .text {
        font-size: 13px;
        line-height: 1.8;
    }

    .page_owners_cont .owners_top .osaka_text {
        margin-top: 3vw;
    }

    .page_owners_cont .owners_box {
        margin-bottom: 10vw;
    }

    .page_owners_cont .owners_box ul {
        padding: 15px;
    }

    .page_owners_cont .owners_box.reverse li {
        flex-direction: row-reverse;
    }

    .page_owners_cont .owners_box li .img {
        width: 100%;
    }

    .page_owners_cont .owners_box li .text_box {
        width: 100%;
        padding-top: 3vw;
    }

    .page_owners_cont .owners_box li .text_box p {
        font-size: 13px;
        line-height: 1.8;
    }

    .page_owners_cont .owners_box li .text_box p:not(:last-child) {
        margin-bottom: 3vw;
    }

    .page_owners_cont .owners_box li .text_box p span {
        font-weight: 600;
        font-size: 16px;
        display: block;
        margin-bottom: 2vw;
        padding-bottom: 0px;
    }

    .page_owners_cont .owners_box li .text_box .common_page_btn_box {
        margin-top: 0;
    }

    .owners_box:nth-child(even) .text_box .img {
        order: 1;
    }

    .owners_box:nth-child(even) .text_box .text_box {
        order: 2;
    }

    .page_owners_cont .owners_box:nth-child(even) ul li .img {
        order: 1;
    }

    .page_owners_cont .owners_box:nth-child(even) ul li .text_box {
        order: 2;
    }

    .top_mv_link_box {
        padding: 0;
    }

    .single_construction_page .image_box .madori a {
        height: 60vw;
    }

    .single_construction_page .fl_wrap {
        justify-content: center;
    }

    .single_construction_page .arrow {
        transform: rotate(90deg);
    }

    .single_construction_page .freetext {
        margin-top: 20px;
    }

    .single_construction_page .image_box ul li a {
        height: 60px;
    }

    .page_property_management_cont_sec .purchase_contents .tab_btn_box .tab_box {
        width: 100%;
        margin: 0 auto 3vw;
    }

    .page_property_management_cont_sec .purchase_contents .tab_btn_box .tab_box .tab_owner_btn {
        line-height: 11vw;
        padding: 0 3.5vw;
        font-size: 3.8vw;
        transition: 0s;
    }

    /* トップよくある質問セクション */

    #top_faq {
        padding: 0 0 40px;
    }

    #top_faq .text {
        font-size: 13px;
        margin: 0 0 20px;
    }

    .top_faq_dl dt {
        font-size: 14px;
        letter-spacing: 0.04rem;
        padding: 5px 20px 5px 25px;
    }

    .top_faq_dl dt::before {
        font-size: 17px;
        top: 2px;
    }

    .top_faq_dl dt::after {
        width: 6px;
        height: 6px;
        right: 6px;
    }

    .top_faq_dl+.top_faq_dl {
        margin-top: 10px;
    }

    .top_faq_dl dd {
        font-size: 12px;
        padding: 10px 10px 10px 30px;
        margin: 10px 0 0;
    }

    .top_faq_dl dd::before {
        font-size: 15px;
        top: 7px;
        left: 10px;
    }

    .construction_img_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 14vw;
    }

    .construction_img_wrap .construction_image {
        height: 60vw;
    }

    .construction_img_wrap .construction_image .let {
        font-size: 4.5vw;
        padding-top: 1vw;
        margin-top: 2vw;
        text-align: left;
    }

    .construction_img_wrap::before {
        width: 7vw;
        height: 7vw;
        transform: rotate(90deg);
        left: auto;
    }

    .construction_img_wrap+.construction_img_wrap {
        margin-top: 31vw;
    }

    body section#construction_madori {
        padding-top: 40vw;
    }

    #construction_madori .image {
        height: 105vw;
    }

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

    body section#construction_madori .arrow {
        border-width: 7vw 0 7vw 4vw;
    }

    body section#construction_madori .box .text {
        font-size: 5vw;
    }

    /* トップ選ばれる理由 */

    #top_reason {
        padding: 50px 0 40px;
    }

    #top_reason .reason_text {
        font-size: 13px;
        margin: 0 0 20px;
    }

    .top_reason_list {
        padding: 30px 0;
    }

    .top_reason_list li {
        width: 100%;
        padding: 20px;
    }

    .top_reason_list li+li {
        margin-top: 15px;
    }

    .top_reason_list li .number {
        font-size: 27px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .top_reason_list li .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .top_reason_list li .text {
        font-size: 13px;
        line-height: 1.6;
    }

    /* 選ばれる理由ページ */
    .page_reason .strength_sec {
        margin-bottom: 50px;
    }

    .page_reason .strength_sec .common_top_h2_box {
        margin-bottom: 25px;
    }

    .page_reason .strength_sec .list ul {
        grid-template-columns: 1fr;
        gap: 15px 0;
    }

    .page_reason .strength_sec .list li {
        padding: 20px;
    }

    .page_reason .strength_sec .list li .num {
        font-size: 27px;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    .page_reason .strength_sec .list li .text_box .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .page_reason .strength_sec .list li .text_box .text {
        font-size: 13px;
        line-height: 1.6;
    }

    .page_reason .reason_list_sec {
        padding: 0 3%;
        margin-bottom: 50px;
    }

    .page_reason .reason_list_sec .list ul li {
        padding: 0;
    }

    .page_reason .reason_list_sec .list ul li+li {
        margin-top: 40px;
    }

    .page_reason .reason_list_sec .list ul li:nth-child(odd) {
        background-color: transparent;
        padding-left: 0;
    }

    .page_reason .reason_list_sec .list ul li:nth-child(even) {
        padding-right: 0;
    }

    .page_reason .reason_list_sec .list ul li .img {
        position: relative;
        height: 55vw;
        width: 100%;
        top: 0;
        bottom: 0;
    }

    .page_reason .reason_list_sec .list ul li:nth-child(odd) .img {
        right: 0;
    }

    .page_reason .reason_list_sec .list ul li:nth-child(even) .img {
        left: 0;
    }

    .page_reason .reason_list_sec .list ul li .text_box {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        padding: 7vw 3.5vw 20px;
    }

    .page_reason .reason_list_sec .list ul li:nth-child(even) .text_box {
        margin-left: 0;
    }

    .page_reason .reason_list_sec .list ul li .text_box .num {
        font-size: 4.5vw;
        text-shadow: 1px 1px 2px #fff;
    }

    .page_reason .reason_list_sec .list ul li .text_box .ttl {
        font-size: 5vw;
        margin-bottom: 15px;
    }

    .page_reason .reason_list_sec .list ul li .text_box .text {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    .page_reason .reason_cont .inner {
        padding: 35px 15px;
    }

    .page_reason .reason_cont .item+.item {
        padding-top: 25px;
        margin-top: 25px;
    }

    .page_reason .reason_cont .item {
        display: block;
    }

    .page_reason .reason_cont .item .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .page_reason .reason_cont .item .text_box .title {
        font-size: 16px;
    }

    .page_reason .reason_cont .item .text_box .text {
        font-size: 13px;
    }

    .page_reason .reason_cont {
        margin-bottom: 50px;
    }

    .page_reason .catch_sec {
        background-size: 100%;
        padding: 0;
    }

    .page_reason .catch_sec .cont .title {
        font-size: 18px;
    }

    .page_reason .catch_sec .cont .text {
        font-size: 13px;
        text-align: left;
    }

    .page_reason .catch_sec .cont .text+.text {
        margin-top: 15px;
    }

    .page_reason .banner_sec {
        margin-bottom: 50px;
    }

    .page_reason .banner_sec .img {
        width: 100%;
    }

    /* 管理会社見直しの流れ */

    .revalue_point {
        padding: 50px 0 0;
    }

    .revalue_main .text {
        font-size: 14px;
        text-align: justify;
    }

    .revalue_h2 {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .revalue_point_list li .image {
        width: 100%;
        height: 60vw;
        overflow: hidden;
    }

    .revalue_point_list li .textBox {
        width: 100%;
        margin-top: 15px;
    }

    .revalue_point_list li .textBox .point {
        font-size: 14px;
        margin: 0;
    }

    .revalue_point_list li .textBox .title {
        font-size: 17px;
        margin: 0 0 5px;
    }

    .revalue_point_list li .textBox .text {
        font-size: 14px;
        line-height: 1.6;
    }

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

    .common_contactBox {
        padding: 15px;
        margin: 30px 0;
    }

    .common_contactBox .revalue_h2 {
        margin-bottom: 10px;
    }

    .common_contactBox .text {
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
        margin: 0 0 15px;
    }

    .common_contactBox .buttonBox li {
        width: 100%;
    }

    .common_contactBox .buttonBox li:nth-child(n + 2) {
        margin-left: 0;
        margin-top: 10px;
    }

    .common_contactBox .buttonBox li a {
        line-height: 41px;
        font-size: 15px;
    }

    .revalue_flow .wrap {
        padding: 50px 2%;
        margin: 50px auto;
    }

    .revalue_flow .revalue_flow_h2 {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .revalue_flow .revalue_dl .step {
        width: 20%;
        padding: 10px;
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    .revalue_flow .revalue_dl .step .number {
        font-size: 18px;
        margin-top: 2px;
        padding-right: 3px;
    }

    .revalue_flow .revalue_dl .textBox {
        width: 80%;
        padding: 10px 10px 10px 15px;
    }

    .revalue_flow .revalue_dl .textBox .title {
        font-size: 13px;
        margin: 0 0 5px;
    }

    .revalue_flow .revalue_dl .textBox .text {
        font-size: 12px;
        text-align: justify;
        letter-spacing: 0.04em;
    }

    .revalue_flow .revalue_dl .step::after {
        right: -8px;
        margin-top: -8px;
        border-width: 8px 0 8px 8px;
    }

    .page_residents_cont .link_box_area {
        padding: 35px 10px;
        background: #fff;
    }

    .page_residents_cont .link_box_area .in_wrap {
        padding: 4vw;
    }

    .page_residents_cont .link_box_area .inbox+.inbox {
        margin-top: 20px;
    }

    .page_residents_cont .link_box_area .inbox .title {
        font-size: 4vw;
    }

    .page_residents_cont .link_box_area .inbox.kaiyaku {
        width: 100%;
    }

    .page_residents_cont .link_box_area .inbox.trouble {
        width: 100%;
    }

    .page_residents_cont .link_box_area .inbox.trouble .qr_code {
        width: 100%;
        margin-bottom: 20px;
    }

    .page_residents_cont .link_box_area .inbox.trouble .link_list {
        width: 100%;
    }

    .page_residents_cont .link_box_area .inbox .link_list li+li {
        margin-top: 15px;
    }

    .page_residents_cont .link_box_area .inbox .link_list li a {
        font-size: 3.5vw;
        line-height: 14vw;
    }

    .construction_comment:before {
        font-size: 140px;
        top: 40px;
        left: 20px;
    }

    .construction_comment {
        font-size: 13px;
        line-height: 1.5;
        padding: 30px;
    }

    .construction_comment h2 {
        font-size: 20px;
    }

    section#construction_main {
        padding-bottom: 15vw;
    }

    h2.construction_title {
        font-size: 20px;
    }

    .construction_detail {
        font-size: 13px;
        line-height: 1.5;
    }

    section#construction_table table th,
    section#construction_table table td {
        display: block;
        width: 100%;
        font-size: 13px;
    }

    .single_post_cont.-column .sidebar {
        width: 100%;
        background: #fff;
        padding: 0 5vw 10vw;
    }

    .archive_post_cont.-column ul li {
        width: 100%;
        margin-bottom: 2vw;
    }

    .archive_post_cont.-column ul li a .content .text_box .text {
        display: none;
    }

    .archive_post_cont.-column ul li a .image img {
        height: 20vw;
    }

    .archive_post_cont.-column ul li a .content {
        padding-right: 0;
    }

    #top_column {
        padding: 0 0 40px;
    }

    .top_column_list {
        margin: 6vw 0 0;
    }

    .top_column_list li a {
        padding: 0;
        display: block;
    }

    .top_column_list li a::before {
        display: none;
    }

    .top_column_list li a .image {
        width: 100%;
        height: 40vw;
        position: static;
    }

    .top_column_list li a .image::before {
        display: none;
    }

    .top_column_list li a .block {
        padding: 5vw;
        background-color: rgba(255, 255, 255, 0.03);
        display: block;
    }

    .top_column_list li a .text_box {
        padding: 0;
    }

    .top_column_list li a .text_box::before {
        display: none;
    }

    .top_column_list li a .text_box .date {
        font-size: 12px;
        margin: 0 0 1vw;
    }

    .top_column_list li a .text_box .title {
        font-size: 15px;
        margin: 0 0 2vw;
    }

    .top_column_list li a .text_box .text {
        font-size: 13px;
        margin: 0 0 2vw;
    }

    .top_column_list li a .more {
        font-size: 12px;
        padding-right: 20px;
        margin-right: 0;
        text-align: right;
    }

    .top_column_list li a .more::before {
        bottom: -4px;
        left: 0;
        right: -4px;
        width: 83px;
        height: 12px;
        margin-left: auto;
    }

    .page_eviction .eviction_lead_sec {
        margin-bottom: 12vw;
    }

    .page_eviction .eviction_lead_sec .text_box .ttl {
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }

    .page_eviction .eviction_lead_sec .text_box .text {
        font-size: 3.6vw;
        text-align: left;
    }

    .page_eviction .eviction_lead_sec .text_box .text+.text {
        margin-top: 2vw;
    }

    .common_eviction_ttl_box {
        margin-bottom: 7vw;
    }

    .common_eviction_ttl_box::before {
        width: 2vw;
        height: 2vw;
        margin: 0 auto 5vw;
    }

    .common_eviction_ttl_box .ttl {
        font-size: 4.8vw;
    }

    .common_eviction_ttl_box .text {
        margin-top: 4vw;
        font-size: 3.5vw;
        text-align: left;
    }

    .common_eviction_ttl_box .text+.text {
        margin-top: 2vw;
    }

    .page_eviction .eviction_ele_sec {
        margin-bottom: 12vw;
        padding: 12vw 0;
    }

    .page_eviction .eviction_ele_sec .ele_list {
        margin-bottom: 8vw;
    }

    .page_eviction .eviction_ele_sec .ele_list ul {
        display: block;
    }

    .page_eviction .eviction_ele_sec .ele_list ul li+li {
        border-left: none;
        border-top: 1px solid;
    }

    .page_eviction .eviction_ele_sec .ele_list ul {
        border: 1px solid;
    }

    .page_eviction .eviction_ele_sec .ele_list ul li {
        display: flex;
        flex-direction: inherit;
        align-items: center;
        justify-content: inherit;
        gap: 0 5vw;
        padding: 4vw 5vw;
    }

    .page_eviction .eviction_ele_sec .ele_list ul li .icon {
        width: 6vw;
        flex-shrink: 0;
    }

    .page_eviction .eviction_ele_sec .ele_list ul li .label {
        font-size: 3.8vw;
        text-align: left;
        letter-spacing: 0.05em;
    }

    .page_eviction .eviction_ele_sec .text_block .text_box+.text_box {
        margin-top: 7vw;
    }

    .page_eviction .eviction_ele_sec .text_block .text_box .ttl_box {
        gap: 0 4vw;
        margin-bottom: 4vw;
        padding-bottom: 2vw;
    }

    .page_eviction .eviction_ele_sec .text_block .text_box .ttl_box .icon {
        width: 4vw;
    }

    .page_eviction .eviction_ele_sec .text_block .text_box .ttl_box .ttl {
        font-size: 3.8vw;
    }

    .page_eviction .eviction_ele_sec .text_block .text_box .text {
        font-size: 3.5vw;
    }

    .page_eviction .eviction_exam_sec {
        margin-bottom: 12vw;
        padding-top: 12vw;
    }

    .page_eviction .eviction_exam_sec .list ul {
        display: block;
    }

    .page_eviction .eviction_exam_sec .list ul li+li {
        margin-top: 5vw;
    }

    .page_eviction .eviction_exam_sec .list ul li {
        height: auto;
        padding: 7vw 5vw;
    }

    .page_eviction .eviction_exam_sec .list ul li .num {
        width: 8vw;
        line-height: 8vw;
        margin: 0 auto 3vw;
        font-size: 4.3vw;
    }

    .page_eviction .eviction_exam_sec .list ul li .text_box .ttl {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .page_eviction .eviction_exam_sec .list ul li .text_box .text {
        font-size: 3.4vw;
    }

    .page_eviction .eviction_related_sec {
        margin-bottom: 12vw;
        padding: 12vw 0;
    }

    .page_eviction .eviction_related_sec .common_eviction_ttl_box {
        margin-bottom: 7vw;
    }

    .page_eviction .eviction_related_sec .cont {
        display: block;
    }

    .page_eviction .eviction_related_sec .cont .img {
        width: 100%;
        height: 55vw;
        margin-bottom: 6vw;
    }

    .page_eviction .eviction_related_sec .cont .text_block .text_box+.text_box {
        margin-top: 4vw;
    }

    .page_eviction .eviction_related_sec .cont .text_block .text_box .ttl {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_eviction .eviction_related_sec .cont .text_block .text_box .text {
        font-size: 3.4vw;
    }

    .page_eviction .eviction_related_sec .cont .text_block .text_box .text+.text {
        margin-top: 2vw;
    }

    .page_eviction .eviction_flow_sec {
        margin-bottom: 15vw;
        padding-top: 15vw;
    }

    .page_eviction .eviction_flow_sec .common_eviction_ttl_box {
        margin-bottom: 8vw;
    }

    .page_eviction .eviction_flow_sec .list ul::before {
        top: 2vw;
        left: calc(2vw - 1px);
        bottom: 69vw;
    }

    .page_eviction .eviction_flow_sec .list ul li {
        display: block;
    }

    .page_eviction .eviction_flow_sec .list ul li+li {
        margin-top: 8vw;
    }

    .page_eviction .eviction_flow_sec .list ul li .inner {
        margin-bottom: 3vw;
    }

    .page_eviction .eviction_flow_sec .list ul li .step {
        display: none;
    }

    .page_eviction .eviction_flow_sec .list ul li:last-child .circle::before {
        width: 6vw;
        height: 6vw;
    }

    .page_eviction .eviction_flow_sec .list ul li .circle {
        margin-right: 4vw;
        width: 4vw;
        height: 4vw;
        border: 1vw solid #fafafa;
    }

    .page_eviction .eviction_flow_sec .list ul li .ttl {
        width: auto;
        font-size: 4vw;
        margin-right: 0;
    }

    .page_eviction .eviction_flow_sec .list ul li .box {
        width: auto;
        padding-bottom: 5vw;
        margin-left: 8vw;
    }

    .page_eviction .eviction_flow_sec .list ul li .box .text {
        font-size: 3.4vw;
    }

    .page_eviction .eviction_point_sec .common_eviction_ttl_box {
        margin-bottom: 7vw;
    }

    .page_eviction .eviction_point_sec .cont .block+.block {
        margin-top: 5vw;
    }

    .page_eviction .eviction_point_sec .cont .block {
        display: block;
    }

    .page_eviction .eviction_point_sec .cont .block:nth-child(even) {
        flex-direction: inherit;
    }

    .page_eviction .eviction_point_sec .cont .block .img {
        width: 100%;
    }

    .page_eviction .eviction_point_sec .cont .block .text_box {
        padding: 6vw 3.5vw;
    }

    .page_eviction .eviction_point_sec .cont .block .text_box .ttl {
        font-size: 4.3vw;
        margin-bottom: 3vw;
    }

    .page_eviction .eviction_point_sec .cont .block .text_box .text {
        font-size: 3.4vw;
    }

    .page_eviction .eviction_point_sec .cont .block .text_box .text+.text {
        margin-top: 2vw;
    }

    #top_column .title_box .common_link_btn {
        margin: 0 10vw 0 0;
    }

    .top_nayami {
        padding: 60px 0;
        background-color: #1A1311;
    }

    .top_nayami .common_top_h2_box {
        color: #fff;
    }

    .top_nayami .img_text_box .img {
        width: 100%;
        height: unset;
    }

    .top_nayami .img_text_box {
        display: block;
        margin-top: 30px;
    }

    .top_nayami .img_text_box .text_box {
        margin-top: 30px;
    }

    .top_nayami .img_text_box .text_box .text {
        font-size: 16px;
        padding: 0 5px;
    }

    .top_nayami .img_text_box .text_box .text+.text {
        margin-top: 18px;
        padding-top: 18px;
    }

    .top_solution {
        padding: 60px 0;
    }

    .top_solution .ttl_box {
        text-align: center;
    }

    .top_solution .ttl_box .ttl {
        font-size: 20px;
    }

    .top_solution .ttl_box .sec_comment {
        font-size: 15px;
    }

    .top_solution .list {
        margin-top: 40px;
    }

    .top_solution .list ul {
        grid-template-columns: 100%;
        gap: 35px;
    }

    .top_solution .list ul li {
        color: #1A1311;
    }

    .top_solution .list ul li .img {
        height: 240px;
    }

    .top_solution .list ul li .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top_solution .list ul li .text_box .theme {
        font-size: 18.5px;
        margin-bottom: 10px;
    }

    .top_solution .list ul li .text_box .text {
        font-size: 14px;
    }

    .management_flow::after {
        content: "";
        position: absolute;
        background-image: url(/wp-content/uploads/2024/07/page_troube_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        inset: 0;
        z-index: -1;
    }

    .management_flow::before {
        content: "";
        position: absolute;
        inset: 0;
    }


    .management_flow {
        padding: 50px 0;
    }

    .management_flow .management_flow_h2 {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .management_flow .management_dl .step {
        width: 20%;
        padding: 10px;
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    .management_flow .management_dl .step .number {
        font-size: 18px;
        margin-top: 2px;
        padding-right: 3px;
    }

    .management_flow .management_dl .textBox {
        width: 80%;
        padding: 10px 10px 10px 15px;
    }

    .management_flow .management_dl .textBox .title {
        font-size: 13px;
        margin: 0 0 5px;
    }

    .management_flow .management_dl .textBox .text {
        font-size: 12px;
        text-align: justify;
        letter-spacing: 0.04em;
    }

    .management_flow .management_dl .step::after {
        right: -8px;
        margin-top: -8px;
        border-width: 8px 0 8px 8px;
    }

    .management_flow .sub_text {
        margin: 1.2rem 0 0;
        font-size: 12px;
        padding-left: 17px;
    }

    /* SPカスタム投稿（エリア） */
    .single_area_mv {
        padding: 20vw 0;
    }

    .single_area_mv .common_contact_btn .link:hover {
        background: #1A1311;
    }

    .single_area_mv .text_area .h1_title {
        font-size: 6vw;
    }

    .single_area_mv .text_area .catch {
        margin: 4vw 0 8vw;
        font-size: 3.6vw;
    }

    .common_contact_cta {
        padding: 15vw 0 20vw;
        background-size: cover;
    }

    .common_contact_cta .inner .catch {
        font-size: 5vw;
    }

    .common_contact_cta .inner .text {
        font-size: 3.2vw;
    }

    .common_contact_cta .inner .box.flex_box {
        flex-direction: column;
        gap: 0;
    }

    .common_contact_btn {
        width: 100%;
    }

    .common_contact_btn .sub {
        font-size: 3vw;
        border-color: #fff;
    }

    .common_contact_btn .link {
        padding: 1.3em 6vw 1em;
        font-size: 3.8vw;
    }

    .common_contact_btn .link:hover {
        background-color: #1A1311;
        color: #fff;
    }

    .common_contact_cta .inner .tel_box {
        margin-top: 6vw;
    }

    .common_contact_cta .inner .tel_box .tel {
        font-size: 10vw;
        pointer-events: painted;
    }

    .common_contact_cta .inner .tel_box .tel::before {
        width: 10vw;
        height: 10vw;
    }

    .common_contact_cta .inner .tel_box .time {
        font-size: 3.4vw;
    }

    .features_intro_sec {
        padding-top: 15vw;
    }

    .features_intro_sec .cont {
        display: grid;
        gap: 6vw 0;
    }

    .features_intro_sec .cont .img {
        width: 100%;
    }

    .features_intro_sec .cont .img img {
        height: 45vw;
    }

    .features_intro_sec .cont .text_box {
        display: contents;
    }

    .features_intro_sec .cont .text_box .title {
        font-size: 4.8vw;
        justify-content: center;
        order: -1;
        margin-bottom: 0;
    }

    .features_intro_sec .cont .text_box .title::before,
    .features_intro_sec .cont .text_box .title::after {
        width: 3vw;
    }

    .features_intro_sec .cont .text_box .text {
        font-size: 3.5vw;
    }

    .single_features_sec {
        padding-top: 20vw;
    }

    .single_features_sec .page_title {
        font-size: 5.5vw;
        margin: 0 auto 7vw;
    }

    .single_features_sec .inner+.inner {
        margin-top: 8vw;
    }

    .single_features_sec .inner .index {
        font-size: 4.2vw;
        padding: 5vw 5vw 7vw 0;
    }

    .single_features_sec .inner .index::before {
        width: 10vw;
        bottom: 4vw;
        left: 0;
    }

    .single_features_sec .inner .item_box {
        padding: 5vw;
    }

    .single_features_sec .inner .item_box ul li {
        flex-direction: column;
        align-items: center;
    }

    .single_features_sec .inner .item_box ul li+li {
        margin-top: 1em;
    }

    .single_features_sec .inner .item_box ul li:nth-child(even) {
        flex-direction: column;
    }

    .single_features_sec .inner .item_box ul li .img {
        width: 100%;
    }

    .single_features_sec .inner .item_box ul li .text_box {
        padding: 5vw 0;
    }

    .single_features_sec .inner .item_box ul li .text_box .title {
        font-size: 4.5vw;
    }

    .single_features_sec .inner .item_box ul li .text_box .title .num {
        font-size: 5vw;
        width: 8vw;
    }

    .single_features_sec .inner .item_box ul li .text_box .text {
        font-size: 3.6vw;
    }

    .single_features_sec .inner .item_box ul li .text_box .text .small {
        font-size: 3.3vw;
    }

    .single_worries_sec .worries_box {
        padding: 15vw 0 30vw;
        clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    }

    .single_worries_sec .worries_box .page_title {
        font-size: 5.5vw;
    }

    .single_worries_sec .worries_box .sub {
        font-size: 3.4vw;
    }

    .single_worries_sec .worries_box .cont {
        flex-direction: column;
        gap: 6vw 0;
        margin-top: 5vw;
    }

    .single_worries_sec .worries_box .cont .img {
        width: 100%;
    }

    .single_worries_sec .worries_box .cont .img img {
        height: 45vw;
    }

    .single_worries_sec .worries_box .cont .list_box ul li {
        font-size: 3.4vw;
    }

    .single_worries_sec .worries_box .cont .list_box ul li::before {
        width: 5vw;
    }

    .single_worries_sec .solution_box {
        padding-top: 15vw;
    }

    .single_worries_sec .solution_box .catch_box {
        margin-bottom: 4vw;
    }

    .single_worries_sec .solution_box .catch_box .text {
        font-size: 5.5vw;
        line-height: 1.5;
    }

    .single_worries_sec .solution_box .item_box ul li {
        flex-direction: column;
    }

    .single_worries_sec .solution_box .item_box ul li:nth-child(even) {
        flex-direction: column;
    }

    .single_worries_sec .solution_box .item_box ul li+li {
        margin-top: 8vw;
    }

    .single_worries_sec .solution_box .item_box ul li .img {
        width: 100%;
    }

    .single_worries_sec .solution_box .item_box ul li .img img {
        height: 50vw;
    }

    .single_worries_sec .solution_box .item_box ul li .box {
        padding: 6vw 0;
    }

    .single_worries_sec .solution_box .item_box ul li .title_box .mark {
        width: 7vw;
    }

    .single_worries_sec .solution_box .item_box ul li .title_box .title {
        font-size: 4vw;
    }

    .single_worries_sec .solution_box .item_box ul li .text_box .text {
        font-size: 3.4vw;
    }

    .total_support_sec {
        padding-top: 20vw;
    }

    .total_support_sec .page_title {
        font-size: 5.5vw;
    }

    .total_support_sec .item_box {
        padding: 5vw;
        margin-top: 5vw;
    }

    .total_support_sec .item_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw 0;
    }

    .total_support_sec .item_box ul li .index {
        font-size: 4.8vw;
        padding-bottom: .3em;
        margin: 0;
    }

    .total_support_sec .item_box ul li .text_box {
        padding: 0 1em;
    }

    .total_support_sec .item_box ul li .text_box .text {
        font-size: 3.5vw;
    }

    .single_reason_sec {
        padding-top: 15vw;
    }

    .single_reason_sec .page_title {
        font-size: 5.5vw;
    }

    .single_reason_sec .item_box {
        margin-top: 5vw;
    }

    .single_reason_sec .item_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw 0;
    }

    .single_reason_sec .item_box ul li .index {
        font-size: 4.5vw;
        margin: 0;
    }

    .single_reason_sec .item_box ul li .text_box .text {
        font-size: 3.6vw;
    }

    .single_not_same {
        padding-top: 15vw;
    }

    .single_not_same .page_title {
        font-size: 5.3vw;
        text-align: center;
        align-items: flex-end;
    }

    .single_not_same .page_title::before,
    .single_not_same .page_title::after {
        height: 14vw;
        width: 3px;
    }

    .single_not_same .cont {
        flex-direction: column;
        gap: 5vw 0;
        margin-top: 5vw;
    }

    .single_not_same .cont .img {
        width: 100%;
    }

    .single_not_same .cont .img img {
        height: 40vw;
    }

    .single_not_same .cont .text_area .text {
        font-size: 3.6vw;
    }

    .common_management_faq {
        padding: 20vw 0;
    }

    .common_management_faq .page_title {
        font-size: 5.5vw;
    }

    .common_management_faq .item_box {
        margin-top: 6vw;
    }

    .common_management_faq .item_box dl dt {
        gap: 0 10vw;
    }

    .common_management_faq .item_box dl dt::after {
        width: 2vw;
        aspect-ratio: 1;
        min-width: 0;
    }

    .common_management_faq .item_box dl dt .text {
        font-size: 3.8vw;
        text-indent: -6.5vw;
        margin-left: 7vw;
    }

    .common_management_faq .item_box dl dd .text {
        text-indent: -6.5vw;
        margin-left: 7vw;
        font-size: 3.4vw;
    }

    .common_management_faq .item_box dl dt .en,
    .common_management_faq .item_box dl dd .en {
        font-size: 5.2vw;
    }

    .archive_area ul {
        gap: 2vw 5vw;
    }

    .archive_area ul li a {
        font-size: 3.8vw;
    }

    .archive_area ul li a:hover {
        opacity: 1;
    }

    /* 不動産オーナー様専用お問い合わせ */
    .common_page_form_cont.page_owner_contact {
        padding: 3vw;
    }

    .common_page_form_cont .progressbar {
        width: 100%;
        margin: 0 auto 8vw;
        gap: 0 4vw;
        justify-content: space-between;
    }

    .common_page_form_cont .progressbar::before {
        width: 90%;
    }

    .common_page_form_cont .progressbar .item {
        font-size: 3.6vw;
        padding: .8em 1.5em;
    }

    .common_page_form_cont .common_form_area dl {
        grid-template-columns: 1fr;
    }

    .common_page_form_cont .common_form_area dl dt,
    .common_page_form_cont .common_form_area dl dd {
        padding: 3vw;
        gap: 0 2vw;
    }

    .common_page_form_cont .common_form_area dl dt {
        border-right: none;
        border-bottom: 1px solid #B9B9B9;
    }

    .common_page_form_cont .common_form_area dl dt .hissu,
    .common_page_form_cont .common_form_area dl dt .ninni {
        font-size: 3vw;
        padding: .6em .7em;
    }

    .common_page_form_cont .common_form_area dl dt .label {
        font-size: 3.6vw;
    }

    .common_page_form_cont .common_form_area dl dd {
        padding: 3vw;
    }

    .common_page_form_cont .common_form_area .mwform-checkbox-field-text {
        padding: 0 0 0 7vw;
        font-size: 3.3vw;
    }

    .common_page_form_cont .common_form_area .mwform-checkbox-field-text::before {
        width: 4vw;
    }

    .common_page_form_cont .common_form_area .mwform-checkbox-field-text::after {
        width: 3vw;
    }

    .common_page_form_cont .common_form_area dl dd input::placeholder,
    .common_page_form_cont .common_form_area dl dd textarea::placeholder {
        font-size: 3vw;
    }

    .common_page_form_cont #btn-wrap {
        margin-top: 10vw;
    }

    .common_page_form_cont #btn-wrap button {
        padding: 3vw 12vw;
        font-size: 4vw;
    }

    .fixed_contact {
        width: 100%;
        padding: 0 0.4em;
        right: 0;
    }

    .fixed_contact ul {
        display: flex;
        justify-content: space-between;
    }

    .fixed_contact ul li+li {
        margin-top: 0;
    }

    .fixed_contact ul li {
        width: 33%;
    }

    .fixed_contact ul li a {
        font-size: 3.1vw;
        padding-left: 8.4vw;
        line-height: 13vw;
    }

    .fixed_contact ul li a {
        background-size: 5vw !important;
        background-position: 8px !important;
        line-height: 1.35;
        min-block-size: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body {
        margin-bottom: 20vw !important;
    }

    .page_eviction .choices_version {
        padding: 20vw 0;
    }

    .page_eviction .eviction_trouble_sec .box {
        margin-top: 10vw;
    }

    .page_eviction .eviction_trouble_sec .box .box_title {
        font-size: 4vw;
    }

    .page_eviction .eviction_trouble_sec .box .lead {
        font-size: 3vw;
        line-height: 2;
    }

    .page_eviction .eviction_trouble_sec .box ul {
        margin-top: 5vw;
    }

    .page_eviction .eviction_trouble_sec .box ul li {
        padding: 4vw;
    }

    .page_eviction .eviction_trouble_sec .box ul li+li {
        margin-top: 5vw;
    }

    .page_eviction .eviction_trouble_sec .box ul li .image {
        width: 100%;
        margin-bottom: 4vw;
        height: 30vw;
    }

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

    .page_eviction .eviction_trouble_sec .box ul li .text_area {
        width: 100%;
    }

    .page_eviction .eviction_trouble_sec .box ul li .text_area .title {
        font-size: 18px;
    }

    .page_eviction .eviction_trouble_sec .box ul li .text_area .num {
        font-size: 4vw;
    }

    .page_eviction .eviction_trouble_sec .box ul li .text_area .text {
        font-size: 3.2vw;
    }

    .page_eviction .eviction_faq_sec {
        padding-top: 20vw;
    }

    .page_eviction .eviction_point_sec#section_no {
        padding: 20vw 0 0 0;
    }

    .page_eviction .eviction_point_sec#section_no .cont .block .text_box {
        width: 100%;
    }

    .page_eviction .eviction_point_sec#section_no .cont .block .info {
        width: 100%;
        margin: 0 auto 15vw auto;
        padding: 4vw;
    }

    .page_eviction .eviction_point_sec#section_no .cont .block .info .text {
        font-size: 3.2vw;
    }

    .page_eviction .eviction_point_sec#section_no .cont .block .info .box+.box {
        margin-top: 5vw;
        padding-top: 5vw;
    }

    .page_eviction #section_idea {
        padding: 20vw 0;
    }

    .page_eviction #section_point {
        padding-bottom: 20vw;
    }

    .page_eviction .eviction_point_sec#section_point .cont .block .text_box {
        padding: 6vw 3.5vw;
    }

    .page_eviction .eviction_choice_sec {
        padding-top: 20vw;
    }

    .page_eviction .eviction_choice_sec ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .page_eviction .eviction_choice_sec ul li {
        display: flex;
        align-items: center;
    }

    .page_vacancy .eviction_choice_sec ul li {
        flex-direction: column;
    }

    .page_eviction .eviction_choice_sec ul li .image {
        margin-bottom: 0;
        width: 35%;
        height: 20vw;
    }

    .page_vacancy .eviction_choice_sec ul li .image {
        width: 100%;
        height: 40vw;
    }

    .page_eviction .eviction_choice_sec ul li .image img {
        height: 100%;
    }

    .page_eviction .eviction_choice_sec ul li .textArea {
        width: 65%;
        padding-left: 4vw;
    }

    .page_vacancy .eviction_choice_sec ul li .textArea {
        width: 100%;
        padding: 4vw;
    }

    .page_eviction .eviction_choice_sec ul li .title {
        font-size: 3.7vw;
        text-align: left;
    }

    .page_eviction .eviction_choice_sec ul li .text {
        font-size: 3.2vw;
        padding: 2vw 4vw 4vw;
    }

    .page_vacancy .eviction_choice_sec ul li .text {
        padding: 2vw 0 0;
    }

    .page_eviction .eviction_exam_sec#section_needs .list ul li {
        padding: 7vw 5vw;
    }

    .page_eviction #section_flow {
        padding-bottom: 20vw;
    }

    /* バナー */
    #popup .popup_banner {
        top: 30vw;
        left: 50%;
    }

    #popup .popup_close {
        width: 9vw;
    }

    #popup .popup_banner a {
        width: 85vw;
    }

    .page_vacancy .section_idea {
        padding-bottom: 20vw;
    }

    .page_vacancy .section_idea .box {
        margin-top: 10vw;
    }

    .page_vacancy .section_idea .box .title_h3 {
        font-size: 4vw;
    }

    .page_vacancy .section_works {
        padding-bottom: 20vw;
    }

    .page_vacancy .section_works .works_box {
        padding: 4vw;
    }

    .page_vacancy .section_works .works_box+.works_box {
        margin-top: 10vw;
    }

    .page_vacancy .section_works .works_box .main_title {
        font-size: 4.5vw;
    }

    .page_vacancy .section_works .works_box dl.measures dd ul li {
        padding-left: 4vw;
        background-size: 3vw;
    }

    .page_vacancy .section_works .works_box dl dt {
        font-size: 3.8vw;
        text-align: center;
        padding: 1em;
    }

    .page_vacancy .section_works .works_box dl dd {
        padding: 4vw;
        font-size: 3.2vw;
    }

    .page_vacancy .section_works .works_box .result .text {
        font-size: 4vw;
    }

    .page_vacancy .section_area_type {
        padding-bottom: 20vw;
    }

    .page_vacancy .section_area_type .box {
        padding: 4vw;
    }

    .page_vacancy .section_area_type .box+.box {
        margin-top: 10vw;
    }

    .page_vacancy .section_area_type .box .image {
        width: 100%;
        margin-bottom: 4vw;
    }

    .page_vacancy .section_area_type .box .image img {
        height: 40vw;
    }

    .page_vacancy .section_area_type .box .text_area {
        width: 100%;
    }

    .page_vacancy .section_area_type .box .text_area .title {
        font-size: 4vw;
    }

    .page_vacancy .section_area_type .box .text_area dl+dl {
        margin-top: 7vw;
    }

    .page_vacancy .section_area_type .box .text_area dl dt {
        font-size: 3vw;
        width: 30vw;
    }

    .page_vacancy .section_area_type .box .text_area dl dd {
        font-size: 3vw;
    }

    .page_vacancy .section_area_type .box .text_area dl dd ul li {
        padding-left: 4vw;
        background-size: 3vw;
    }

    .common_case_box {
        padding: 6vw 3vw;
    }

    .common_case_box .item_box {
        grid-template-columns: 100%;
        gap: 6vw 0;
    }

    .common_case_box .case {
        font-size: 4vw;
    }

    .common_case_box .icon {
        width: 15vw;
    }

    .common_case_box .catch {
        font-size: 4.2vw;
    }

    .common_case_box .overview dt {
        font-size: 4.2vw;
    }

    .common_case_box .overview dd {
        padding: 4vw;
        font-size: 3.4vw;
    }

    .common_case_box .box.worries {
        padding: 4vw 4vw 10vw;
        margin-bottom: -7vw;
        clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    }

    .common_case_box .box.solution {
        padding: 10vw 4vw 4vw;
    }

    .common_case_box .box .sub {
        font-size: 4.6vw;
    }

    .common_case_box .box .list ul li {
        font-size: 3.4vw;
        padding-left: 7vw;
    }

    .common_case_box .box.worries .list ul li::after {
        width: 4vw;
        mask-size: 4vw;
    }

    .common_case_box .box.solution .list ul li {
        background-size: 4vw;
    }

    .common_case_box .box.solution .list {
        background-color: #fff;
        padding: 1em;
    }

    .common_case_box .result {
        padding-top: 8vw;
        margin-top: 5vw;
    }

    .common_case_box .result .text {
        font-size: 4.5vw;
        text-decoration-thickness: 5px;
    }


    /* 用語集 */
    .glossary_cont_sec .tab_box {
        margin-block: 0 45px;
    }

    .glossary_cont_sec .tab_box ul {
        gap: 0.7em;
    }

    .glossary_cont_sec .tab_box li .link {
        padding: 0.3em;
        font-size: 15px;
    }

    .glossary_cont_sec .tab_box li .link:hover {
        background: #1A1311;
        color: #fff;
    }

    .glossary_cont_sec .cont .item {
        background: transparent;
        padding-block: 0;
    }

    .glossary_cont_sec .cont .item+.item {
        margin-block: 45px 0;
    }

    .glossary_cont_sec .cont .item .common_page_h3 {
        margin-block: 0 1em;
    }

    .glossary_cont_sec .cont .item .inner {
        background: #fff;
        padding: 25px 5%;
    }

    .glossary_cont_sec .cont .item .list .inbox+.inbox {
        margin-block: 2.5em 0;
    }

    .glossary_cont_sec .cont .item .list .inbox .title_box {
        margin-block: 0 0.8em;
    }

    .glossary_cont_sec .cont .item .list .inbox .title_box .title {
        font-size: 16px;
        margin-block: 0 0.1em;
    }

    .glossary_cont_sec .cont .item .list .inbox .title_box .ruby {
        font-size: 11px;
    }

    .glossary_cont_sec .cont .item .list .inbox .text {
        font-size: 13px;
    }

    .page_vacancy .common_page_wrap {
        padding: 20vw 0 0;
    }

    .section_subsidy .hojo_box {
        grid-template-columns: repeat(1, 100%);
    }

    .page_change_management.page_eviction .eviction_exam_sec .list ul {
        gap: 0;
    }

    .page_change_management.page_eviction .eviction_exam_sec .list ul li {
        width: 100%;
    }

    .page_change_management.page_vacancy .section_idea .table_wrap table th,
    .page_change_management.page_vacancy .section_idea .table_wrap table td {
        padding: .5em;
        font-size: 3vw;
    }

    .page_change_management.page_vacancy .section_works ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .page_change_management.page_vacancy .section_works ul li {
        padding: 7vw 5vw;
    }

    .page_change_management.page_vacancy .section_works ul li .en {
        font-size: 4vw;
    }

    .page_change_management.page_vacancy .section_works ul li .title {
        font-size: 3.5vw;
    }

    .page_change_management .section_flow {
        padding-bottom: 15vw;
    }

    .page_change_management .eviction_point_sec {
        padding-top: 15vw;
    }

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

    .page_change_management .section_owner ul li {
        padding: 7vw 5vw;
    }

    .page_change_management .section_owner ul li .flex_box {
        margin-bottom: 4vw;
        gap: 0;
    }

    .page_change_management .section_owner ul li .icon {
        width: 12vw;
        height: 12vw;
    }

    .page_change_management .section_owner ul li .name_box {
        width: calc(100% - 12vw);
        padding-left: 4vw;
    }

    .page_change_management .section_owner ul li .name_box .name {
        font-size: 3vw;
    }

    .page_change_management .section_owner ul li .name_box .catch {
        font-size: 3.5vw;
    }

    .page_change_management .section_owner ul li .text {
        font-size: 3.2vw;
    }

    .page_change_management .section_price {
        padding-bottom: 15vw;
    }

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

    .home .common_case_box .icon {
        margin-bottom: 4vw;
    }

    .top_reviews {
        overflow: hidden;
    }

    .top_reviews .bx-viewport {
        overflow: visible !important;
    }

    .top_reviews .slider {
        width: 80%;
        margin: 0 auto;
    }

    .top_reviews ul li {
        padding: 4vw;
        vertical-align: top;
    }

    .top_reviews ul li .icon {
        width: 30vw;
        margin: 0 auto 4vw auto;
    }

    .top_reviews ul li .lead {
        font-size: 3.6vw;
    }

    .top_reviews ul li .text {
        font-size: 3vw;
    }

    .home .common_top_h2_box .lead {
        font-size: 13px;
    }


    section.top_banner_sec .cont .link {
        width: 90%;
    }

    section.top_banner_sec {
        padding: 0 0 10vw;
    }

    .fixed_contact ul li.document a {
        background-size: 5vw !important;
    }

}