@charset "UTF-8";
/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700;900&display=swap");

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

html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "Noto Serif JP", serif;
}

body {
    color: #222222;
    font-size: 1.111vw;
    line-height: 1.7;
    min-width: 79.167vw;
    overflow: hidden;
}

.tra {
    font-family: trajan-pro-3, serif;
    font-weight: 300;
}

.cezan {
    font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

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

a[href$=".pdf"]::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 2.083vw;
    height: 2.639vw;
    background-image: url(/wp-content/uploads/2022/10/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 1.042vw;
}

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

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

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

.oh {
    overflow: hidden;
}

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

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrap {
    width: 79.1vw;
    margin: 0 auto;
}

.wrap2 {
    width: 93vw;
    margin: 0 auto;
}

.cmn_more_btn {
    width: 18.056vw;
    height: 4.167vw;
    margin: 0 auto;
}

.cmn_more_btn .btn {
    width: 100%;
    line-height: 4.167vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #412B01;
    letter-spacing: 0.06em;
    font-size: 1.389vw;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.cmn_more_btn .btn::after {
    display: block;
    content: "";
    width: 0.486vw;
    height: 0.486vw;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.3s;
    margin-left: 2.222vw;
}

.cmn_more_btn .btn:hover {
    transition: 0.3s;
    background-color: #AD942A;
}

/*********************************************
 * PCページ ヘッダー
 *********************************************/
#header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    padding: 0.972vw 0 1.042vw;
    background-color: #fff;
    position: fixed;
    z-index: 50;
    width: 100%;
    top: 0px;
    left: 0;
    overflow: hidden;
}

#header .header_box {
    align-items: center;
}

#header .header_box .header_logo_left .logo {
    width: 24.861vw;
}

#header .header_box .header_right .header_right_top {
    align-items: center;
}

#header .header_box .header_right .header_right_top .phone_ok {
    width: 3.819vw;
}

#header .header_box .header_right .header_right_top .tel_box {
    margin-left: 0.625vw;
    line-height: 1;
}

#header .header_box .header_right .header_right_top .tel_box .tel {
    font-size: 1.944vw;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #222222;
}

#header .header_box .header_right .header_right_top .tel_box .time_box {
    font-size: 0.833vw;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 0.417vw;
}

#header .header_box .header_right .header_right_top .contact_list_box {
    margin-left: 1.111vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li {
    line-height: 1;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li .link {
    font-size: 0.972vw;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1;
    width: 100%;
    display: block;
    position: relative;
    background-color: #412B01;
    transition: 0.3s;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li .link::after {
    content: "";
    position: absolute;
    width: 0.278vw;
    height: 0.278vw;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

#header .header_box .header_right .header_right_top .contact_list_box ul li .link:hover {
    background-color: #AD942A;
    transition: 0.3s;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.contact {
    width: 9.028vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.contact .link {
    padding: 1.25vw 0 1.25vw 0.972vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.contact .link::after {
    right: 1.111vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.free {
    width: 7.639vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.free .link {
    padding: 1.25vw 0 1.25vw 1.389vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.free .link::after {
    right: 1.389vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.agency {
    width: 16.195vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.agency .link {
    padding: 1.25vw 0 1.25vw 1.319vw;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li.agency .link::after {
    right: 1.528vw;
    background-image: url(/wp-content/uploads/2022/10/icon_check_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.764vw;
    height: 0.764vw;
    background-color: transparent;
    border-radius: unset;
}

#header .header_box .header_right .header_right_top .contact_list_box ul li+li {
    margin-left: 0.347vw;
}

#header .header_box .header_right .header_right_bottom {
    margin-top: 1.042vw;
}

#header .header_box .header_right .header_right_bottom ul {
    justify-content: end;
}

#header .header_box .header_right .header_right_bottom ul li {
    line-height: 1;
}

#header .header_box .header_right .header_right_bottom ul li .menu {
    font-size: 0.972vw;
    color: #222222;
    letter-spacing: 0.06em;
    line-height: 1;
    position: relative;
    transition: 0.3s;
}

#header .header_box .header_right .header_right_bottom ul li .menu::after {
    content: "";
    position: absolute;
    width: 0.556vw;
    height: 0.556vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.181vw;
    border-radius: 50%;
    background-color: #AD942A;
    opacity: 0;
    transition: 0.3s;
}

#header .header_box .header_right .header_right_bottom ul li .menu:hover {
    color: #AD942A;
    transition: 0.3s;
}

#header .header_box .header_right .header_right_bottom ul li .menu:hover::after {
    opacity: 1;
    transition: 0.3s;
}

#header .header_box .header_right .header_right_bottom ul li+li {
    margin-left: 3.472vw;
}

/*********************************************
 * PCページ トップメインビュー
 *********************************************/
#top_main_sec {
    overflow: hidden;
    margin-top: 7.639vw;
    background-image: url(/wp-content/uploads/2023/03/mv_building.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 25vw 0 8.333vw;
}

#top_main_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    top: -7.639vw;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

#top_main_sec .text_box {
    position: relative;
    z-index: 1;
}

#top_main_sec .text_box .en_text {
    font-size: 3.472vw;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    margin-right: .5em;
}

#top_main_sec .text_box .text {
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 1.042vw;
    font-size: 1.667vw;
}

/*********************************************
* PCトップサービスsec
*********************************************/
#top_service_sec {
    margin-top: 9.722vw;
    position: relative;
}

#top_service_sec::before {
    content: "";
    position: absolute;
    /* background-image: url(/wp-content/uploads/2022/10/top_main_circle_white.svg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 45.833vw;
    height: 34.167vw;
    top: -24.514vw;
    right: -3.472vw;
    z-index: 0;
}

#top_service_sec::after {
    content: "";
    position: absolute;
    right: 0;
    top: -9.722vw;
    height: 81.111vw;
    width: calc(32.778vw + 50vw - 46.528vw);
    background-color: #E3DDD0;
    z-index: -2;
}

#top_service_sec .service_title_box {
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 5;
}

#top_service_sec .service_title_box .jp_ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.25vw;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #AD942A;
    font-weight: 400;
}

#top_service_sec .service_title_box .ttl {
    width: 28.125vw;
    margin-left: 1.597vw;
}

#top_service_sec .service_list_box {
    margin-top: 2.778vw;
    margin-left: 2.778vw;
    position: relative;
    z-index: 5;
}

#top_service_sec .service_list_box ul li {
    width: 27.778vw;
    position: relative;
}

#top_service_sec .service_list_box ul li .link {
    width: 100%;
    padding: 1.285vw 2.778vw 1.285vw 1.389vw;
    background-color: #fff;
    align-items: center;
    color: #412B01;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    position: relative;
}

#top_service_sec .service_list_box ul li .link::after {
    content: "";
    position: absolute;
    width: 3.472vw;
    height: 0.069vw;
    background-color: #fff;
    transform: translateY(-50%);
    top: 50%;
    right: -1.736vw;
    opacity: 0;
    transition: 0.3s;
}

#top_service_sec .service_list_box ul li .link .number {
    font-size: 1.597vw;
    letter-spacing: 0.06em;
    margin-right: 1.389vw;
}

#top_service_sec .service_list_box ul li .link .service_item {
    font-size: 1.25vw;
    letter-spacing: 0.06em;
}

#top_service_sec .service_list_box ul li .link .ten {
    width: 0.486vw;
    height: 0.486vw;
    border-radius: 50%;
    margin-left: auto;
    background-color: #412B01;
}

#top_service_sec .service_list_box ul li .link:hover {
    background-color: #412B01;
    transition: 0.3s;
    color: #fff;
}

#top_service_sec .service_list_box ul li .link:hover::after {
    opacity: 1;
    transition: 0.3s;
}

#top_service_sec .service_list_box ul li .link:hover .ten {
    background-color: #fff;
}

#top_service_sec .service_list_box ul li+li {
    margin-top: 0.556vw;
}

#top_service_sec .img_box .img {
    background-image: url(/wp-content/uploads/2022/10/top_service_img_01.jpg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 62.5vw;
    height: 36.111vw;
    right: 0;
    top: 1.875vw;
    transition: 0.3s;
}

#top_service_sec .img_box .img.house {
    background-image: url(/wp-content/uploads/2022/10/top_service_img_01.jpg);
}

#top_service_sec .img_box .img.agent {
    background-image: url(/wp-content/uploads/2022/10/top_service_img_02.jpg);
}

#top_service_sec .img_box .img.trouble {
    background-image: url(/wp-content/uploads/2022/10/top_service_img_03.jpg);
}

#top_service_sec .img_box .img.building {
    background-image: url(/wp-content/uploads/2022/10/top_service_img_04.jpg);
}

#top_service_sec .img_box .img.reform {
    background-image: url(/wp-content/uploads/2022/10/top_service_img_05.jpg);
}

/*********************************************
* トップ オーナー様へ・入居者様へ
*********************************************/
#top_owner_resident_sec {
    margin-top: 17.014vw;
}

#top_owner_resident_sec .cmn_owner_resident .link_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 9.861vw 6.944vw 9.375vw;
    display: inline-block;
    width: 45.833vw;
    position: relative;
}

#top_owner_resident_sec .cmn_owner_resident .link_box:hover::before {
    opacity: 1;
    transition: 0.3s;
}

#top_owner_resident_sec .cmn_owner_resident .link_box:hover .box .site_cmn_ttl {
    color: #E3D28A;
}

#top_owner_resident_sec .cmn_owner_resident .link_box:hover .box .more_btn {
    color: #412B01;
    transition: 0.3s;
    background-color: #fff;
}

#top_owner_resident_sec .cmn_owner_resident .link_box:hover .box .more_btn::after {
    background-color: #412B01;
    transition: 0.3s;
}

#top_owner_resident_sec .cmn_owner_resident .link_box::before {
    background: inherit;
    content: "";
    filter: blur(5px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

#top_owner_resident_sec .cmn_owner_resident .link_box::after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#top_owner_resident_sec .cmn_owner_resident .link_box .box {
    position: relative;
    z-index: 1;
}

#top_owner_resident_sec .cmn_owner_resident .link_box .box .site_cmn_ttl {
    position: relative;
    z-index: 1;
    color: #fff;
    transition: 0.3s;
}

#top_owner_resident_sec .cmn_owner_resident .link_box .box .site_cmn_ttl .sub_ttl {
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: 1.111vw;
}

#top_owner_resident_sec .cmn_owner_resident .link_box .box .text {
    font-size: 1.25vw;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-top: 2.431vw;
    margin-bottom: 3.472vw;
    position: relative;
}

#top_owner_resident_sec .cmn_owner_resident .link_box .box .more_btn {
    width: 18.056vw;
    padding: 1.389vw 0.694vw 1.389vw 3.472vw;
    color: #fff;
    border: 1px solid #fff;
    letter-spacing: 0.06em;
    font-size: 1.389vw;
    font-weight: 300;
    line-height: 1;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

#top_owner_resident_sec .cmn_owner_resident .link_box .box .more_btn::after {
    content: "";
    position: absolute;
    width: 0.486vw;
    height: 0.486vw;
    border-radius: 50%;
    right: 2.778vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    transition: 0.3s;
}

#top_owner_resident_sec #top_owner_sec .link_box {
    background-image: url(/wp-content/uploads/2022/10/top_owner_back.jpg);
    /* padding: 16vw 5vw; */
}

#top_owner_resident_sec #top_resident_sec {
    margin-top: 3.472vw;
}

#top_owner_resident_sec #top_resident_sec .link_box {
    background-image: url(/wp-content/uploads/2022/10/top_rezidents_back.jpg);
}

/*********************************************
* PCトップ管理物件一覧
*********************************************/
.cmn_resident_box {
    margin-bottom: 3.778vw;
}

.cmn_resident_box ul::before {
    display: block;
    width: 18.75vw;
    content: "";
    order: 1;
}

.cmn_resident_box ul::after {
    display: block;
    width: 18.75vw;
    content: "";
}

.cmn_resident_box ul li {
    width: 18.75vw;
}

.cmn_resident_box ul li .img {
    width: 100%;
    height: 18.75vw;
}

.cmn_resident_box ul li .img img {
    height: 100%;
    object-fit: cover;
}

.cmn_resident_box ul li .text_box {
    margin-top: 1vw;
}

.cmn_resident_box ul li .text_box p {
    line-height: 1.5;
}

.cmn_resident_box ul li .text_box .text {
    line-height: 1;
    flex-wrap: nowrap;
    align-items: center;
}

.cmn_resident_box ul li .text_box .text .theme {
    margin-right: 0.889vw;
    flex-shrink: 0;
    width: 4.2vw;
    padding: .3em 0;
    text-align: center;
    background-color: #412B01;
    letter-spacing: 0.06em;
    color: #fff;
    font-size: 0.9vw;
}

.cmn_resident_box ul li .text_box .text .theme_content {
    font-size: 0.95vw;
}

.cmn_resident_box ul li .text_box .text+.text {
    margin-top: 0.5vw;
}

#top_resident_list_sec {
    margin-top: 9.028vw;
    position: relative;

}

#top_resident_list_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7.639vw;
    left: 0;
    right: 0;
    top: 13.194vw;
    background-color: #96886B;
    z-index: -1;
}

#top_resident_list_sec .site_cmn_ttl {
    color: #AD942A;
    text-align: center;
    margin-bottom: 2.083vw;
}

#top_resident_list_sec .site_cmn_ttl .sub_ttl {
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: 1.181vw;
}

/*********************************************
* PCトップ会社概要
*********************************************/
#top_company_sec {
    position: relative;
    height: 43.056vw;
    margin-top: 16.667vw;
}

#top_company_sec::before,
#top_company_sec::after {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 106%;
    content: "";
    position: absolute;
    left: calc(50vw - 46.528vw);
    top: 0px;
}

#top_company_sec::before {
    background-image: url(/wp-content/uploads/2022/11/tp_company_bg.jpg);
}

body #top_company_sec::after {
    /* height: 103%; */
    /* top: -6vw; */
}

#top_company_sec .inner_box {
    position: relative;
}

#top_company_sec .inner_box::after {
    right: calc(50vw - 46.528vw);
    width: 100%;
    height: 50vw;
    top: -6.944vw;
    background-color: #EFEDE9;
    content: "";
    position: absolute;
    z-index: -1;
}

#top_company_sec .company_box {
    padding: 7.639vw 0 15.278vw;
    position: relative;
    z-index: 1;
}

#top_company_sec .company_box .title_box .jp_ttl {
    font-size: 1.25vw;
    color: #412B01;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_company_sec .company_box .title_box .ttl {
    font-size: 4.861vw;
    color: #412B01;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-top: 0.694vw;
}

#top_company_sec .company_box .text {
    font-size: 1.25vw;
    line-height: 1.4;
    color: #412B01;
    letter-spacing: 0.06em;
    margin-top: 2.083vw;
}

#top_company_sec .company_box .cmn_more_btn {
    margin: 3.472vw 0 0;
}

#top_company_sec .company_box .cmn_more_btn .btn {
    color: #412B01;
    background-color: transparent;
    border: 1px solid #412B01;
}

#top_company_sec .company_box .cmn_more_btn .btn::after {
    background-color: #412B01;
}

#top_company_sec .company_box .cmn_more_btn .btn:hover {
    color: #fff;
    background-color: #412B01;
}

#top_company_sec .company_box .cmn_more_btn .btn:hover::after {
    background-color: #fff;
}

/*********************************************
* PCヘッダー
*********************************************/
#footer {
    background-color: #EFEDE9;
}

#footer .footer_contact_box {
    top: -7.639vw;
    width: 100%;
    position: absolute;
    background-image: url(/wp-content/uploads/2022/10/top_contact_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6.25vw 10.764vw;
    align-items: center;
}

#footer .footer_contact_box .contact_box_left .site_cmn_ttl {
    color: #fff;
}

#footer .footer_contact_box .contact_box_left .site_cmn_ttl .ttl {
    font-size: 1.25vw;
}

#footer .footer_contact_box .contact_box_left .site_cmn_ttl .sub_ttl {
    letter-spacing: 0.01em;
}

#footer .footer_contact_box .contact_box_left .tel_box {
    margin-top: 0.694vw;
    line-height: 1;
    align-items: center;
}

#footer .footer_contact_box .contact_box_left .tel_box .icon_img {
    width: 3.819vw;
    line-height: 1;
    margin-right: 0.347vw;
}

#footer .footer_contact_box .contact_box_left .tel_box .box {
    color: #fff;
    margin-left: 0.625vw;
}

#footer .footer_contact_box .contact_box_left .tel_box .box .tel {
    font-size: 1.944vw;
    letter-spacing: 0.08em;
    line-height: 1;
}

#footer .footer_contact_box .contact_box_left .tel_box .box .time {
    font-size: 0.833vw;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 0.556vw;
}

#footer .footer_contact_box .contact_box_right {
    margin-left: auto;
}

#footer .footer_contact_box .contact_box_right .contact_btn_box .btn_box {
    width: 17.361vw;
}

#footer .footer_contact_box .contact_box_right .contact_btn_box .btn_box .btn {
    border: 1px solid #fff;
    justify-content: center;
    padding: 2.014vw 0;
    width: 100%;
    align-items: center;
    transition: 0.3s;
}

#footer .footer_contact_box .contact_box_right .contact_btn_box .btn_box .btn .contact {
    font-size: 1.389vw;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-right: 1.389vw;
    color: #fff;
}

#footer .footer_contact_box .contact_box_right .contact_btn_box .btn_box .btn .ten {
    width: 0.278vw;
    height: 0.278vw;
    background-color: #fff;
    border-radius: 50%;
}

#footer .footer_contact_box .contact_box_right .contact_btn_box .btn_box .btn:hover {
    background-color: #412B01;
    border: 1px solid #412B01;
    transition: 0.3s;
}

#footer .footer_contact_box .contact_box_right .contact_btn_box .btn_box+.btn_box {
    margin-left: 1.389vw;
}

#footer .footer_bottom_box {
    padding: 22.917vw 0 6.25vw;
    align-items: center;
}

#footer .footer_bottom_box .footer_bottom_left .logo {
    width: 24.306vw;
    display: inline-block;
}

#footer .footer_bottom_box .footer_bottom_left .address_box {
    margin-top: 1.389vw;
    padding-left: 6.25vw;
}

#footer .footer_bottom_box .footer_bottom_left .address_box .cmn_mozi {
    font-size: 0.972vw;
    letter-spacing: 0.1em;
}

#footer .footer_bottom_box .footer_bottom_left .address_box .tel_box {
    margin-top: 0.556vw;
}

#footer .footer_bottom_box .footer_bottom_left .address_box .tel_box .tel {
    margin-right: 0.694vw;
    line-height: 1;
    position: relative;
    top: 0.139vw;
}

#footer .footer_bottom_box .footer_bottom_left .address_box .tel_box .tel_number {
    line-height: 1.3;
    letter-spacing: 0.06em;
}

#footer .footer_bottom_box .footer_bottom_left .address_box .fax_box {
    margin-top: 0.556vw;
}

#footer .footer_bottom_box .footer_bottom_left .address_box .fax_box .fax {
    margin-right: 0.694vw;
}

#footer .footer_bottom_box .footer_bottom_left .address_box .fax_box .fax_number {
    letter-spacing: .06em;
}

#footer .footer_bottom_box .footer_bottom_left .btn_box {
    margin-left: 4.1vw;
    width: 15.278vw;
    margin-top: 2vw;
    margin-bottom: 1.083vw;
}

#footer .footer_bottom_box .footer_bottom_left .btn_box .btn {
    width: 120%;
    color: #fff;
    font-size: 0.972vw;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 1.25vw 0 1.25vw 2.361vw;
    display: inline-block;
    position: relative;
    background-color: #412B01;
    transition: 0.3s;
}

#footer .footer_bottom_box .footer_bottom_left .btn_box .btn::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2022/10/icon_check_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.764vw;
    height: 0.764vw;
    right: 2.431vw;
    transform: translateY(-50%);
    top: 50%;
}

#footer .footer_bottom_box .footer_bottom_left .btn_box .btn:hover {
    background-color: #AD942A;
    transition: 0.3s;
}

#footer .footer_bottom_box .footer_bottom_left .cr {
    padding-left: 6.25vw;
    margin-top: 15px;
}

#footer .footer_bottom_box .footer_bottom_left .cr small {
    font-size: 0.833vw;
    margin-top: 2.083vw;
    letter-spacing: 0.06em;
    line-height: 1;
}

#footer .footer_bottom_box .footer_bottom_right {
    margin-left: auto;
    margin-top: 2.083vw;
}

#footer .footer_bottom_box .footer_bottom_right .cmn_menu_box ul li {
    line-height: 1;
}

#footer .footer_bottom_box .footer_bottom_right .cmn_menu_box ul li .link {
    font-size: 0.972vw;
    letter-spacing: 0.06em;
    line-height: 1;
    transition: 0.3s;
    position: relative;
}

#footer .footer_bottom_box .footer_bottom_right .cmn_menu_box ul li .link::before {
    content: "";
    position: absolute;
    width: 0.278vw;
    height: 0.278vw;
    left: -1.042vw;
    transform: translateY(-50%);
    top: 50%;
    background-color: #AD942A;
    opacity: 0;
    transition: 0.3s;
    border-radius: 50%;
}

#footer .footer_bottom_box .footer_bottom_right .cmn_menu_box ul li .link:hover {
    color: #AD942A;
    transition: 0.3s;
}

#footer .footer_bottom_box .footer_bottom_right .cmn_menu_box ul li .link:hover::before {
    opacity: 1;
    transition: 0.3s;
}

#footer .footer_bottom_box .footer_bottom_right .cmn_menu_box ul li+li {
    margin-top: 1.25vw;
}

#footer .footer_bottom_box .footer_bottom_right .cmn_menu_box+.cmn_menu_box {
    margin-left: 4.861vw;
}

#footer .footer_bottom_box .footer_bottom_right .menu_left ul li:nth-child(n+2) {
    margin-left: 1.389vw;
}

#footer .footer_bottom_box .footer_bottom_right .menu_center ul li:nth-child(n+3) {
    margin-left: 1.389vw;
}

#news {
    padding: 200px 0 0;
    position: relative;
}

#news .site_news_box {
    display: grid;
    column-gap: 80px;
    grid-template-columns: 30% 70%;
}

#news .site_news_box .sub_ttl {
    font-size: 38px;
}

#news .site_cmn_ttl {
    color: #fff;
}

.site_news_conts .cat {
    display: inline-block;
    padding: 5px 15px;
    background: #ad942a;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    margin: 0 25px;
}

.site_news_conts a {
    align-items: center;
    padding: 20px 0;
    border-bottom: dashed 1px #ccc;
}

.site_news_conts .ttl {
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.site_news_conts a:hover .ttl {
    color: #ad942a;
}

#news::before {
    content: "";
    position: absolute;
    left: 0;
    top: 125px;
    background: #97876b;
    width: 500px;
    height: 300px;
    z-index: -1;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

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

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

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    border-bottom: solid 1px #ccc;
    padding: 79px 0 30px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

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

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

#single_page .singleSidebar {
    width: 27%;
}

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

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

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

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

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

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

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

.singleContent .single_title::after {
    content: "TOPIC";
    font-size: 12px;
    top: -28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
}

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

#toc_container a {
    color: #333;
}

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

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

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

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

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

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.aside_article_type li a {
    flex-wrap: nowrap;
}

.aside_article_type .cat {
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

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

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

.aside_article_type .cat li {
    background: #333;
}

.aside_article_type .cat ul {
    display: grid;
    grid-template-columns: repeat(2, 41%);
    column-gap: 15px;
    row-gap: 5px;
    padding-left: 0;
}

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

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

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

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

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

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

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

.recommend_post_area a {
    color: #000;
}

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

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

.recommend_post_area .day_cat {
    margin: 30px 0;
    flex-wrap: nowrap;
}

.recommend_post_area .category_list ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.recommend_post_area .category_list ul li {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .category_list ul {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
    align-items: flex-start;
}

.recommend_post_area .category_list ul li {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
}

.recommend_post_area .category_list {
    width: 100%;
}

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

.recommend_post_area .img img {
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

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

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

.a2a_kit {
    top: 280px !important;
}

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

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

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

.singleContent_links ul {
    width: 34%;
}

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

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

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

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

.singleContent_links .img {
    width: 140px;
    margin-bottom: 15px;
    position: relative;
}

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

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

.breadcrumb.single {
    margin-top: 10px;
    text-align: center;
}

.aside_article_type .text_box {
    width: 100%;
}

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

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

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

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

.singleContent ol li {
    position: relative;
}

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

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

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

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

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

.singleContent article ul {
    border: solid 1px #ccc;
    padding: 20px 10px 20px 0;
}

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

.singleContent ul li {
    position: relative;
    padding-left: 30px;
}

.singleContent ul li::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/child/image/aticle_list_arrow.png) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

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

.singleContent .category_list ul {
    border: none;
}

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

#single_page {
    padding-bottom: 200px;
}

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

.pdfs_links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    gap: 1vw;
}

.pdfs_links .cmn_more_btn {
    width: 100%;
    height: auto;
}

.pdfs_links .cmn_more_btn .btn {
    font-size: 13px;
    line-height: 40px;
    letter-spacing: .08em;
}

#page_residents .tab:nth-child(4) {
    background: #d5d0c7;
}

#page_residents .content dd {
    display: none;
}

.js_fadeIn_txt span {
    display: inline-block;
    position: relative;
    top: 20px;
    opacity: 0;
    transition: top .4s ease, opacity .4s ease;
}

.js_fadeIn_txt span.active{
    top: 0;
    opacity: 1;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 94%;
        width: 89.3vw;
    }

    .wrap2 {
        max-width: 100%;
    }

    .wrap2_sp {
        max-width: 90%;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        padding-top: 65px;
        min-width: 100%;
    }

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

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

    /*********************************************
   * SPヘッダー
   *********************************************/
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        z-index: 999;
        height: 65px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
        width: 240px;
    }

    #sp_header .logo img {
        height: 40px;
    }

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

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

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

    .cmn_more_btn {
        width: 80%;
    }

    .cmn_more_btn .btn {
        line-height: 12vw;
        font-size: 4vw;
        transition: 0s;
    }

    .cmn_more_btn .btn::after {
        width: 4px;
        height: 4px;
        margin-left: 3vw;
    }

    .cmn_more_btn .btn:hover {
        transition: 0s;
        background-color: #412B01;
    }

    /*********************************************
  * SPページ 追従
  *********************************************/
    #sp_fixed_box {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        height: 20.4vw;
        padding: 2.6vw 0;
        z-index: 10000;
    }

    #sp_fixed_box .fixed_box ul li {
        height: 15vw;
    }

    #sp_fixed_box .fixed_box ul li .link {
        width: 100%;
        height: 100%;
        line-height: 1;
        font-size: 3.2vw;
        width: 100%;
        color: #fff;
        background-color: #412B01;
        letter-spacing: 0.06em;
        display: flex;
        position: relative;
        justify-content: center;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(1) {
        width: 25vw;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(1) .link {
        flex-direction: column;
        align-items: center;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(1) .link::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        margin-bottom: 7px;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(2) {
        width: 18vw;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(2) .link {
        flex-direction: column;
        align-items: center;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(2) .link::before {
        content: "";
        border-radius: 50%;
        display: block;
        width: 4px;
        height: 4px;
        background-color: #fff;
        margin-bottom: 7px;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(3) {
        width: 43vw;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(3) .link {
        align-items: center;
    }

    #sp_fixed_box .fixed_box ul li:nth-child(3) .link::after {
        content: "";
        display: block;
        width: 3vw;
        height: 3vw;
        background-image: url(/wp-content/uploads/2022/10/icon_check_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 2vw;
    }

    /*********************************************
  * SPページ トップメインビュー
  *********************************************/
    #top_main_sec {
        margin: 0;
        padding: 210px 0 100px;
    }

    #top_main_sec .text_box {
        width: 100%;
        margin-left: 0;
        position: relative;
        z-index: 1;
    }

    #top_main_sec .text_box .text_wrap {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: relative;
        right: 0;
        top: 50px;
        white-space: nowrap;
        margin-left: auto;
    }

    #top_main_sec .text_box .en_text {
        font-size: 12vw;
        margin: 0;
        line-height: 1.3;
    }

    #top_main_sec .text_box .text {
        margin-top: 0;
        font-size: 4.2vw;
    }

    /*********************************************
  * SPトップサービスsec
  *********************************************/
    #top_service_sec_sp {
        margin-top: 50px;
    }

    #top_service_sec_sp .site_cmn_ttl {
        color: #AD942A;
    }

    #top_service_sec_sp .service_box_sp ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-top: 10px;
    }

    #top_service_sec_sp .service_box_sp ul li {
        width: 68vw;
        flex-shrink: 0;
        padding-bottom: 15px;
    }

    #top_service_sec_sp .service_box_sp ul li .link {
        width: 100%;
    }

    #top_service_sec_sp .service_box_sp ul li .link .img {
        width: 100%;
        height: 70vw;
        position: relative;
    }

    #top_service_sec_sp .service_box_sp ul li .link .img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    #top_service_sec_sp .service_box_sp ul li .link .img img {
        height: 100%;
        object-fit: cover;
    }

    #top_service_sec_sp .service_box_sp ul li .link .ttl {
        color: #412B01;
        letter-spacing: 0.06em;
        line-height: 1.2;
        font-size: 4.2vw;
        margin: 4vw auto 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px;
        width: 80%;
        padding: 2vw 0;
    }

    #top_service_sec_sp .service_box_sp ul li .link .ttl::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        margin-left: 3vw;
        background-color: #412B01;
        border-radius: 50%;
    }

    #top_service_sec_sp .service_box_sp ul li:nth-child(odd) .link .img {
        border-top: 4px solid #412B01;
    }

    #top_service_sec_sp .service_box_sp ul li:nth-child(even) .link .img {
        border-bottom: 4px solid #412B01;
    }

    /*********************************************
  * トップSP オーナー様へ・入居者様へ
  *********************************************/
    .owner_resident_box {
        display: block;
    }

    #top_owner_resident_sec {
        margin-top: 50px;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box {
        padding: 16vw 5vw;
        display: inline-block;
        position: relative;
        width: 100vw;
        left: -5vw;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box:hover .box .site_cmn_ttl {
        color: #fff;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box:hover .box .more_btn {
        color: #fff;
        background-color: transparent;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box:hover .box .more_btn::after {
        background-color: #fff;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box::before {
        display: none;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box .box {
        position: relative;
        z-index: 1;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box .box .site_cmn_ttl .sub_ttl {
        margin-top: 4px;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box .box .text {
        font-size: 3.8vw;
        margin: 4.5vw 0;
        /* margin-bottom: 13px; */
        line-height: 1.8;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box .box .more_btn {
        width: 65%;
        display: block;
        padding: 4vw 5vw 4vw 0;
        font-size: 4vw;
        /* line-height: 10vw; */
        text-align: center;
    }

    #top_owner_resident_sec .cmn_owner_resident .link_box .box .more_btn::after {
        width: 4px;
        height: 4px;
        right: 10vw;
    }

    #top_owner_resident_sec #top_resident_sec {
        margin-top: 0px;
        /* padding: 18vw 5vw; */
    }

    /*********************************************
  * SPトップ管理物件一覧
  *********************************************/
    .resident_box {
        margin-bottom: 25px;
    }

    .resident_box ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: unset;
        display: flex;
        padding-bottom: 20px;
    }

    .resident_box ul::before {
        display: none;
    }

    .resident_box ul::after {
        display: none;
    }

    .resident_box ul li {
        flex-shrink: 0;
        width: 65vw;
        margin-top: 0!important;
        white-space: initial;
    }

    .resident_box ul li .img {
        height: 55vw;
    }

    .resident_box ul li .text_box {
        margin-top: 18px;
    }

    .resident_box ul li .text_box .text {
        font-size: 3.5vw;
    }

    .resident_box ul li .text_box .text .theme {
        margin-right: 2vw;
        width: 15vw;
        font-size: 3.3vw;
    }

    .cmn_resident_box ul li .text_box .text .theme_content {
        font-size: 3.5vw;
    }

    .resident_box ul li .text_box .text+.text {
        margin-top: 4px;
    }

    .resident_box ul li+li {
        margin-left: 2.5vw;
    }

    #top_resident_list_sec {
        margin-top: 50px;
        padding-bottom: 25vw;
    }

    #top_resident_list_sec::before {
        height: 15vw;
        top: 37vw;
    }

    #top_resident_list_sec .site_cmn_ttl {
        margin-bottom: 15px;
    }

    #top_resident_list_sec .site_cmn_ttl .sub_ttl {
        margin-top: 8px;
    }

    /*********************************************
  * SPトップ会社概要
  *********************************************/
    #top_company_sec {
        height: 78vw;
        margin: 20vw 0 10vw;

    }

    #top_company_sec::before,
    #top_company_sec::after {
        left: 0;
        bottom: 0;
    }

    #top_company_sec .inner_box {
        height: 100%;
    }

    #top_company_sec .inner_box::before {
        left: 0;
        bottom: 0;
    }

    #top_company_sec .inner_box::after {
        display: none;
    }

    #top_company_sec .inner_box .wrap {
        height: 100%;
    }

    #top_company_sec .company_box {
        padding: 19vw 0 0;
    }

    #top_company_sec .company_box .title_box .jp_ttl {
        font-size: 4vw;
        color: #AD942A;
    }

    #top_company_sec .company_box .title_box .ttl {
        font-size: 6vw;
        color: #AD942A;
        margin-top: 2vw;
    }

    #top_company_sec .company_box .text {
        font-size: 3.8vw;
        margin-top: 4vw;
        letter-spacing: .02em;
    }

    #top_company_sec .company_box .cmn_more_btn {
        margin: 5vw 0 0;
        height: auto;
        border: solid 1px;
        width: 65%;
    }

    #top_company_sec .company_box .cmn_more_btn .btn {
        color: #412B01;
        background-color: transparent;
        border: none;
        justify-content: unset;
        line-height: 1;
        padding: 4vw 9vw 4vw 0;
        width: 100%;
        display: block;
        text-align: center;
    }

    #top_company_sec .company_box .cmn_more_btn .btn::after {
        background-color: #412B01;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 11vw;
        position: absolute;
    }

    #top_company_sec .company_box .cmn_more_btn .btn:hover {
        color: #412B01;
        background-color: transparent;
    }

    #top_company_sec .company_box .cmn_more_btn .btn:hover::after {
        background-color: #412B01;
    }

    /*********************************************
  * SPヘッダー
  *********************************************/
    #footer .footer_contact_box {
        display: none;
    }

    #footer .footer_bottom_box {
        padding: 12vw 0 29vw;
        display: block;
    }

    #footer .footer_bottom_box .footer_bottom_left .logo {
        width: 100%;
    }

    #footer .footer_bottom_box .footer_bottom_left .address_box {
        display: none;
    }

    #footer .footer_bottom_box .footer_bottom_left .btn_box {
        display: none;
    }

    #footer .footer_bottom_box .footer_bottom_left .cr {
        padding-left: 0px;
        margin-top: 10px;
        text-align: center;
    }

    #footer .footer_bottom_box .footer_bottom_left .cr small {
        font-size: 2vw;
        margin-top: 0px;
        letter-spacing: 0.06em;
        line-height: 1;
    }

    #footer .footer_bottom_box .footer_bottom_right {
        display: none;
    }

    body .globalMenuSp_main_menu_box {
        background: #E3DDD0;
    }

    #sp_fixed_box ul {
        flex-wrap: nowrap;
    }

    #news .site_news_box {
        display: block;
    }

    #news .site_news_box .sub_ttl {
        font-size: 7vw;
    }

    #news::before {
        width: 76%;
        height: 28vw;
        top: 6vw;
    }

    #news {
        padding: 15vw 0 0;
    }

    .site_news_conts {
        margin-top: 13vw;
    }

    .site_news_conts .ttl {
        width: 100%;
        margin-top: 2vw;
    }

    .site_news_conts a {
        display: block;
        padding: 6vw 0;
    }

    .site_news_conts .cat,
    .site_news_conts .day {
        display: inline-block;
    }

    .site_news_conts .cat {
        margin: 0 2vw 0;
        font-size: 3.2vw;
        padding: 1vw 3vw;
    }

    .site_news_conts .day {
        font-size: 3.5vw;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
    }

    .singleContent .single_title::after {
        font-size: 3vw;
        top: -6vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin: 12vw 0;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        display: grid;
        grid-template-columns: repeat(2, 40%);
        column-gap: 2vw;
        row-gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
        font-size: 4.5vw;
        letter-spacing: .05em;
        padding: 10vw 0 5vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
        text-align: center;
        margin: 0;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

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

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 6vw;
        row-gap: 7vw;
    }

    .recommend_post_area .day_cat {
        display: none;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 2vw;
    }

    .singleContent_links .img {
        width: 100%;
        margin-bottom: 3vw;
    }

    .singleContent_links .img img {
        height: 20vw !important;
        object-fit: contain;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent ul li+li {
        margin-top: 3vw;
    }

    .singleContent ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent ul li::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

}