@charset "UTF-8";

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

li {
    display: inline-block;
    vertical-align: middle;
}

.pc_use {
    display: block;
}

.sp_use {
    display: none;
}

/*header始まり*/

header {
    font-size: 0;
    margin-top: 52px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 100;
    font-family: "TBUDRGothic Std";
}

header .logo,
header .menu {
    display: inline-block;
    vertical-align: middle;
}

header .logo {
    margin-left: 57px;
    width: 190px;
}

header .menu {
    width: calc(100% - 307px);
    margin-right: 60px;
    text-align: right;
}

header .menu ul li {
    display: inline-block;
    margin-right: 40px;
}

header .menu ul li:last-child {
    margin: 0;
}

header .menu ul li a {
    letter-spacing: 1.4px;
    color: #000000;
    font: normal normal bold 14px/29px YuGothic;
}

header.underlayer .menu ul li a {
    color: #fff;
}

/*top始まり*/

#main_content .main_img {
    width: 100%;
    position: relative;
}

#main_content .main_img h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font: normal normal bold 60px/128px Lato;
    letter-spacing: 4.8px;
    color: #000000;
    text-align: center;
    width: 100%;
}

#main_content .main_img {
    font: normal normal bold 40px/63px Lato;
    letter-spacing: 3.2px;
    color: #FFFFFF;
}

#main_content .main_img video {
    width: 100%;
    max-width: 100vw;
    left: 0;
    top: 0;
    object-fit: cover;
}

#main_content .main_img .top_search {
    position: absolute;
    bottom: 0;
    right: 69px;
}

#main_content .main_img .top_search a {
    position: relative;
    display: inline-block;
    width: 382px;
    height: 121px;
}

#main_content .main_img .top_search a:before {
    content: '';
    position: absolute;
    right: 163px;
    top: 0;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ffee27 0.5%) no-repeat top left/80% 200%;
    width: 146px;
    height: 121px;
}

#main_content .main_img .top_search a:after {
    content: 'オフィス・店舗物件 検索はこちら';
    position: absolute;
    background: #ffee27;
    width: 192px;
    height: 121px;
    right: 0;
    top: 0;
    font: normal normal bold 18px/27px YuGothic;
    letter-spacing: 1.44px;
    color: #000000;
    padding-top: 38px;
}

#main_content .all_content {
    width: 1240px;
    margin: 125px auto 0;
    position: relative;
}

#main_content .top_category ul {
    margin-top: 40px;
}

#main_content .top_category ul:first-child {
    margin: 0;
}

#main_content .top_category ul li.top_category_text {
    width: 310px;
    height: 355px;
    background: #000000;
    padding: 0 40px;
}

#main_content .top_category ul li.top_category_text a {
    color: #fff;
}

#main_content .top_category ul li.top_category_text p {
    font: normal normal bold 13px/29px YuGothic;
    padding-top: 130px;
}

#main_content .top_category ul li.top_category_text h2 {
    font: normal normal bold 40px/46px Lato;
    letter-spacing: 3.2px;
}

#main_content .top_category ul li.top_category_text span {
    font: normal normal bold 14px/29px YuGothic;
    letter-spacing: 0.42px;
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 80px;
    padding-right: 28px;
    position: relative;
}

#main_content .top_category ul li.top_category_text span:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    right: 0;
    top: 5px;
}

#main_content .top_category ul li.top_category_text span:after {
    content: '';
    position: absolute;
    right: 7.5px;
    top: 11.5px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    transform: rotate(
            45deg
    );
}

#main_content .top_category ul li.top_category_img {
    width: calc(100% - 310px);
}

#main_content .top_category ul li.property_edit p {
    padding-top: 110px;
}

#main_content .top_category ul li.property_edit span {
    margin-top: 60px;
}

#main_content .top_news {
    margin-bottom: 150px;
}

#main_content .top_news .top_news_text {
    text-align: center;
    color: #000;
    margin-bottom: 46px;
}

#main_content .top_news .top_news_text p {
    font: normal normal bold 12px/29px YuGothic;
}

#main_content .top_news .top_news_text h2 {
    font: normal normal bold 30px/40px Lato;
}

#main_content .top_news ul li {
    width: calc(100% / 4 - 10px);
    margin-right: 10px;
    color: #000;
    margin-bottom: 80px;
}

#main_content .top_news ul li a {
    color: #000;
}

#main_content .top_news ul li p {
    font: normal normal 16px YuGothic;
    margin-top: 18.5px;
    display: inline-block;
    vertical-align: middle;
}

#main_content .top_news ul li span {
    background: #B0B9C3 0% 0% no-repeat padding-box;
    font: normal normal bold 12px/18px YuGothic;
    color: #FFFFFF;
    margin-left: 30px;
    padding: 0px 7px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 18.5px;
}

#main_content .top_news ul li h3 {
    font: normal normal bold 14px YuGothic;
    margin-top: 13px;
}

#main_content .top_news .list_btn {
    text-align: right;
    margin-top: 40px;
}

#main_content .top_news .list_btn a {
    background: #000;
    color: #fff;
    font: normal normal bold 14px/29px YuGothic;
    letter-spacing: 0.42px;
    width: 197px;
    display: inline-block;
    text-align: center;
    padding: 10.5px 0;
}

/*project始まり*/
header.underlayer_header .menu ul li a {
    color: #fff;
}

#main_content .underlayer {
    height: 527px;
}

#main_content .underlayer h2 {
    font: normal normal bold 40px/63px Lato;
    letter-spacing: 3.2px;
    color: #FFFFFF;
}

#main_content .project_content {
    margin: 240px auto 0;
}

#main_content .project_content .underlayer_main_text {
    position: absolute;
    left: 0;
    top: -290px;
    letter-spacing: 3.2px;
    color: #FFFFFF;
}

#main_content .project_content .underlayer_main_text p {
    background: #000;
    padding: 9px 10px;
    padding-bottom: 2px;
    font: normal normal bold 40px/45px YuGothic;
    margin-bottom: 7px;
    width: auto;
}

#main_content .project_content .underlayer_main_text p:last-child {
    padding-right: 10px;
    width: fit-content;
}

#main_content .turn {
    position: absolute;
    right: 0;
    top: -220px;
    color: #000000;
    font: normal normal bold 14px/29px YuGothic;
}

#main_content .project_content ul {
    margin-bottom: 150px;
}

#main_content .project_content ul li.project_img {
    width: 620px;
}

#main_content .project_content ul li.project_text {
    width: calc(100% - 620px);
    padding-right: 60px;
}

#main_content .project_content ul li.nth_2 {
    padding-right: 0;
    padding-left: 60px;
}

#main_content .project_content ul li.project_text h2 {
    font: normal normal bold 26px/30px YuGothic;
    letter-spacing: 2.08px;
    color: #000000;
    margin-bottom: 40px;
}

#main_content .project_content ul li.project_text p {
    font: normal normal 15px/30px YuGothic;
    color: #000000;
}

#main_content .project_content ul li.project_text .business {
    width: 100%;
    text-align: right;
    margin-top: 32px
}

#main_content .project_content ul li.project_text .business a {
    font: normal normal bold 14px/29px YuGothic;
    letter-spacing: 0.42px;
    color: #FFFFFF;
    background: #000;
    width: 197px;
    display: inline-block;
    text-align: center;
    padding: 10.5px 0;
}

#main_content .support {
    background: #F4F4F4;
    padding: 150px 0;
}

#main_content .support .all_content {
    margin: 0 auto;
}

#main_content .support .all_content h2 {
    font: normal normal bold 40px/64px YuGothic;
    letter-spacing: 3.2px;
    color: #000000;
    margin-bottom: 120px;
}

#main_content .support .all_content ul li {
    width: calc(50% - 45px);
    display: inline-block;
    margin-right: 45px;
    color: #000;
    vertical-align: top;
}

#main_content .support .all_content ul li:nth-child(2) {
    margin-left: 45px;
    margin-right: 0;
}

#main_content .support .all_content ul li:nth-child(3) {
    margin-top: 75px;
}

#main_content .support .all_content ul li h3 {
    font: normal normal bold 22px/46px YuGothic;
    letter-spacing: 2.2px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

#main_content .support .all_content ul li p {
    font: normal normal bold 14px/40px YuGothic;
    letter-spacing: 1.12px;
}

#main_content .support .all_content ul li .business {
    text-align: right;
    margin-top: 20px;
}

#main_content .support .all_content ul li .business a {
    color: #fff;
    background: #000;
    width: 197px;
    padding: 10.5px 0;
    font: normal normal bold 14px/29px YuGothic;
    letter-spacing: 0.42px;
    display: inline-block;
    text-align: center;
}

/*company始まり*/
#main_content .company_content {
    margin: 124px auto 0;
}

#main_content .company_content .underlayer_main_text {
    top: -170px;
}

#main_content .company_content .turn {
    top: -105px;
}

#main_content .company_content .underlayer_text {
    font: normal normal bold 16px/40px YuGothic;
    letter-spacing: 1.28px;
    color: #000000;
}

#main_content .company_profile {
    margin-bottom: 150px;
}

#main_content .company_profile ul li {
    vertical-align: top;
}

#main_content .company_profile ul li.company_profile_left {
    font: normal normal bold 26px/46px YuGothic;
    letter-spacing: 2.6px;
    width: calc(100% - 930px);
    margin-top: 67px;
}

#main_content .company_profile ul li.company_profile_right {
    width: 930px;
}

#main_content .company_profile ul li.company_profile_right dl .enclose {
    border-top: #333333 solid 2px;
    font-size: 0;
    padding: 25px 0;
}

#main_content .company_profile ul li.company_profile_right dl .enclose:last-child {
    border-bottom: #333333 solid 2px;
}

#main_content .company_profile ul li.company_profile_right dl .enclose dt,
#main_content .company_profile ul li.company_profile_right dl .enclose dd {
    font: normal normal 15px/30px YuGothic;
    letter-spacing: 0px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}

#main_content .company_profile ul li.company_profile_right dl .business dt,
#main_content .company_profile ul li.company_profile_right dl .business dd {
    vertical-align: top;
}

#main_content .company_profile ul li.company_profile_right dl .enclose dt {
    width: 147px;
}

#main_content .company_profile ul li.company_profile_right dl .enclose dd {
    width: calc(100% - 147px);
}

#main_content .company_profile ul li.company_profile_right dl .enclose dd a {
    color: #00ACBA;
    border-bottom: #00ACBA solid 1px;
}

#main_content .representative {
    background: #F4F4F4;
    padding: 130px 0;
}

#main_content .representative .all_content {
    margin: 0 auto;
}

#main_content .representative h2 {
    text-align: center;
    font: normal normal bold 30px/46px YuGothic;
    letter-spacing: 3px;
    margin-bottom: 100px;
}

#main_content .representative ul {
    margin-bottom: 150px;
}

#main_content .representative ul:last-child {
    margin-bottom: 0;
}

#main_content .representative ul li.representative_img {
    width: 620px;
    text-align: center;
    vertical-align: top;
}

#main_content .representative ul li.representative_img img {
    width: 80%;
}

#main_content .representative ul li.representative_text {
    width: calc(100% - 620px);
    padding-left: 60px;
    vertical-align: top;
}

#main_content .representative ul:last-child li.representative_text {
    padding-left: 0;
    padding-right: 60px;
}

#main_content .representative ul li.representative_text p {
    font: normal normal 15px/30px YuGothic;
    color: #000000;
}

#main_content .representative ul li.representative_text .representative_name {
    text-align: right;
    margin-top: 35px;
}

#main_content .representative ul li.representative_text .representative_name img {
    width: 222px;
}

#main_content .organization {
    font-size: 0;
    text-align: center;
}

#main_content .organization h2 {
    font: normal normal bold 30px/46px YuGothic;
    letter-spacing: 3px;
    margin: 150px 0 80px;
}

#main_content .organization ul {
    display: inline-block;
}

#main_content .organization ul:last-child {
    background: #EDEDED;
    padding: 30px 40px;
}

#main_content .organization ul li {
    background: #000;
    color: #fff;
    height: 235px;
    writing-mode: vertical-rl;
    text-align: center;
    vertical-align: middle;
    margin-right: 34px;
}

#main_content .organization ul:last-child li:last-child {
    margin-right: 0;
}

#main_content .organization ul li p {
    text-orientation: upright;
    font: normal normal bold 15px/21px YuGothic;
    padding: 0 20.5px;
}

#main_content .organization ul:last-child li {
    background: #434343;
}

#main_content .organization ul li p span {
    position: relative;
}

#main_content .organization ul li p span:after {
    position: absolute;
    top: 50%;
    right: -71px;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    width: 35px;
    height: 1px;
    background: #000;
}

#main_content .global {
    margin-bottom: 150px;
    width: 100%;
    text-align: center;
}

#main_content .global h2 {
    font: normal normal bold 30px/46px YuGothic;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 80px;
}

#main_content .global ul {
    background: #F4F4F4;
    margin-bottom: 30px;
}

#main_content .global ul:last-child {
    margin: 0;
}

#main_content .global ul li {
    width: 50%;
}

#main_content .global ul li.global_img {
    text-align: center
}

#main_content .global ul li.global_img img {
    width: 240px;
}

#main_content .global ul li.global_text {
    padding: 73px 0;
}

#main_content .global ul li.global_text h3 {
    font: normal normal bold 20px/46px YuGothic;
    letter-spacing: 2px;
}

#main_content .global ul li.global_text p {
    font: normal normal 15px/30px YuGothic;
}

#main_content .global ul li.global_text p a {
    color: #475C79;
    text-decoration: underline;
    font: normal normal 15px/30px YuGothic;
    margin-left: 10px;
}

/*news始まり*/

#main_content .news_content ul li {
    margin-bottom: 80px;
}

/*article始まり*/
#main_content .article_content ul li {
    vertical-align: top;
}

#main_content .article_content ul li.article_left {
    width: calc(100% - 370px);
    margin-bottom: 180px;
    margin-right: 60px;
}

#main_content .article_content ul li.article_left h3 {
    font: normal normal bold 15px/39px YuGothic;
    letter-spacing: 0.75px;
    margin-top: 70px;
}

#main_content .article_content ul li.article_left h2 {
    font: normal normal bold 24px/39px YuGothic;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
}

#main_content .article_content ul li.article_left p {
    font: normal normal 14px/36px YuGothic;
    letter-spacing: 0.7px;
}

#main_content .article_content ul li.article_right {
    width: 310px;
}

#main_content .article_content ul li.article_right h2 {
    font: normal normal bold 20px/39px YuGothic;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#main_content .article_content ul li.article_right ul li {
    margin-bottom: 30px;
}

#main_content .article_content ul li.article_right ul li.recently_news_left {
    width: 127px;
}

#main_content .article_content ul li.article_right ul li.recently_news_right {
    width: calc(100% - 137px);
    margin-left: 10px;
}

#main_content .article_content ul li.article_right ul li.recently_news_right p {
    font: normal normal 16px/30px YuGothic;
    display: inline-block;
    vertical-align: middle;
}

#main_content .article_content ul li.article_right ul li.recently_news_right span {
    font: normal normal bold 12px/18px YuGothic;
    background: #B0B9C3;
    color: #fff;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
}

#main_content .article_content ul li.article_right ul li.recently_news_right h3 {
    font: normal normal bold 14px/24px YuGothic;
    margin-top: 5px;
}

#main_content .article_content ul li.article_right .article_search a {
    position: relative;
    display: inline-block;
    height: 98px;
}

#main_content .article_content ul li.article_right .article_search a:before {
    content: '';
    position: absolute;
    right: 111px;
    top: 0;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ffee27 0.5%) no-repeat top left/70% 200%;
    width: 146px;
    height: 98px;
}

#main_content .article_content ul li.article_right .article_search a:after {
    content: 'オフィス・店舗物件 検索はこちら';
    position: absolute;
    background: #ffee27;
    width: 155px;
    height: 98px;
    right: 0;
    top: 0;
    font: normal normal bold 14px/21px YuGothic;
    letter-spacing: 1.12px;
    color: #000000;
    padding-top: 30px;
}

/*contact始まり*/
#main_content .contact_wrap {
    width: 900px;
    margin: 0 auto 150px;
}

#main_content .contact_wrap .note {
    font: normal normal 16px/27px YuGothic;
    border-bottom: #707070 solid 2px;
    padding-bottom: 24.5px;
}

#main_content .contact_wrap .type {
    margin: 50px 0 50px;
    font: normal normal 16px/27px YuGothic;
}

.box input[type=radio] {
    display: none;
}

.box label {
    line-height: 1;
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 40px;
    margin-top: 13px;
    width: fit-content;
}

.box .radio input[type=radio]:checked + label:before {
    opacity: 1;
}

.box .radio label:before {
    left: 5px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    opacity: 0;
    content: '';
    position: absolute;
}

.box .radio label:after {
    position: absolute;
    top: 45%;
    content: '';
    display: block;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

#main_content .contact_wrap dl {
    margin-bottom: 30px;
}

#main_content .contact_wrap dl .enclose {
    margin-bottom: 30px;
}

#main_content .contact_wrap dl .enclose:last-child {
    margin: 0;
}

#main_content .contact_wrap dl .enclose dt {
    font: normal normal 16px/27px YuGothic;
    margin-bottom: 5px;
}

#main_content .contact_wrap dl .enclose dd input {
    background: #F4F4F4;
    padding: 13px 18px;
    width: 100%;
    font: normal normal 14px/24px YuGoth
}

#main_content .contact_wrap dl .enclose dd input::placeholder,
#main_content .contact_wrap dl .enclose dd textarea::placeholder {
    color: #B4B4B4;
}

#main_content .contact_wrap dl .enclose dd textarea {
    font: normal normal 14px/24px YuGoth;
    background: #F4F4F4;
    padding: 13px 18px;
    width: 100%;
    height: 240px;
    resize: none;
}

#main_content .contact_wrap .privacy_policy {
    text-align: center;
    font: normal normal 16px/27px YuGothic;
}

#main_content .contact_wrap .privacy_policy p a {
    color: #A30E0E;
    border-bottom: solid 1px #A30E0E;
}

#main_content .contact_wrap .privacy_policy .box {
    margin: 33px 0 62px;
}

#main_content .contact_wrap .privacy_policy .box label {
    margin: auto;
}

#main_content .contact_wrap .privacy_policy .box .radio label:after {
    border-radius: 7%;
}

#main_content .contact_wrap .privacy_policy .contact_btn button {
    background: #000;
    color: #fff;
    font: normal normal bold 15px/29px YuGothic;
    letter-spacing: 0.45px;
    cursor: pointer;
    width: 310px;
    padding: 16px 0 15px;
}

/*property_search始まり*/
#main_content .search_content {
    margin: 124px auto 0;
}

#main_content .search_content .turn {
    top: -105px;
}

#main_content .search_content ul li.search {
    width: 290px;
    margin-right: 20px;
    vertical-align: top;
    position: relative;
}

#main_content .search_content ul li.search h2 {
    background: #000000;
    color: #fff;
    width: 100%;
    padding: 13.5px 0;
    font: normal normal normal 15px/29px YuGothic;
    text-align: center;
}

#main_content .search_content ul li.search .search_range {
    background: #EDEDED;
    padding: 10px 30px 170px;
    display: inline-block;
    width: 100%;
}

#main_content .search_content ul li.search .search_range h3 {
    font: normal normal bold 15px YuGothic;
    border-bottom: solid 1px #bdbdbd;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
}

#main_content .search_content ul li.search .search_range input {
    border: solid 1px #bdbdbd;
    border-radius: 3px;
    width: 100%;
    padding: 10px 5px 9px;
}

#main_content .search_content ul li.search .check label {
    display: block;
    margin-bottom: 10px;
}

#main_content .search_content ul li.search .check label input {
    display: none;
}

#main_content .search_content ul li.search .check label span:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    border: solid 1px #bdbdbd;
    cursor: pointer;
    background-color: #ededed;
}

#main_content .search_content ul li.search .check label input:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #000;
}

#main_content .search_content ul li.search .check span {
    padding-left: 15px;
    position: relative;
    vertical-align: middle;
    font: normal normal normal 11px YuGothic;
    cursor: pointer;
}

#main_content .search_content ul li.search .input ul {
    margin-bottom: 15px;
}

#main_content .search_content ul li.search .w_input ul li {
    width: calc(50% - 5px);
    margin-right: 5px;
}

#main_content .search_content ul li.search .w_input ul li:last-child {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-left: 5px;
}

#main_content .search_content ul li.search .input ul li span {
    position: relative;
}

#main_content .search_content ul li.search .input ul li span:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 2px #bdbdbd;
    border-right: solid 2px #bdbdbd;
    transform: rotate(
            135deg
    );
    position: absolute;
    top: -11px;
    pointer-events: none;
    right: 15px;
}

#main_content .search_content ul li.search .input ul li select {
    border: solid 1px #bdbdbd;
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px;
    cursor: pointer;
}

#main_content .search_content ul li.search .s_input ul li {
    width: 100%;
}

#main_content .search_content ul li.search .search_menu {
    position: absolute;
    background: #fff;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 10px 15px;
}

#main_content .search_content ul li.search .search_menu ul {
    margin-bottom: 0;
}

#main_content .search_content ul li.search .search_menu ul li {
    width: calc(50% - 5px);
    text-align: center;
}

#main_content .search_content ul li.search .search_menu ul li h3 {
    font: normal normal bold 17px YuGothic;
}

#main_content .search_content ul li.search .search_menu ul li:nth-child(odd) {
    margin-right: 5px;
}

#main_content .search_content ul li.search .search_menu ul li:nth-child(even) {
    margin-left: 5px;
}

#main_content .search_content ul li.search .search_menu ul li.one,
#main_content .search_content ul li.search .search_menu ul li.two {
    margin-bottom: 10px;
}

#main_content .search_content ul li.search .search_menu ul li.three button,
#main_content .search_content ul li.search .search_menu ul li.four button {
    text-align: right;
    background: #ffee27;
    cursor: pointer;
}

#main_content .search_content ul li.search .search_menu ul li button {
    width: 100%;
    border: solid 1px #bdbdbd;
    padding: 10px 5px;
    border-radius: 3px;
    font: normal normal bold 15px YuGothic;
    cursor: pointer;
}

#main_content .search_content ul li.search .choice ul {
    margin-bottom: 0;
}

#main_content .search_content ul li.search .choice ul li {
    width: 100%;
    display: block;
}

#main_content .search_content ul li.search .choice ul li:first-child {
    margin-bottom: 10px;
}

#main_content .search_content ul li.search .choice ul li button {
    border: solid 1px #bdbdbd;
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px;
    cursor: pointer;
    font: normal normal bold 13px YuGothic;
}

#main_content .search_content ul li.search .add_to button {
    border: solid 1px #bdbdbd;
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px 10px 25px;
    cursor: pointer;
    font: normal normal bold 13px YuGothic;
}

#main_content .search_content ul li.search .add_to button span {
    position: relative;
}

#main_content .search_content ul li.search .add_to button span:before {
    position: absolute;
    content: '＋';
    font: normal normal bold 15px YuGothic;
    left: -20px;
    top: -2px;
}

#main_content .search_content ul li.property {
    width: calc(100% - 310px);
    vertical-align: top;
}

#main_content .search_content ul li.property .take li {
    width: 300px;
    margin-right: 10px;
    margin-bottom: 65px;
    position: relative;
}

#main_content .search_content ul li.property .take li a {
    color: #000;
}

#main_content .search_content ul li.property .take li .position {
    position: absolute;
    top: 0;
    left: 0;
    background: #A30E0E;
    color: #fff;
    font: normal normal normal 14px/28px Roboto;
    width: 66px;
    text-align: center;
}

#main_content .search_content ul li .property_text {
    margin-top: 18px;
}

#main_content .search_content ul li .take .property_text p {
    font: normal normal bold 11px YuGothic;
}

#main_content .search_content ul li .take .property_text h3 {
    font: normal normal bold 14px YuGothic;
}

#main_content .search_content ul li .take .property_text h4 {
    font: normal normal normal 10px YuGothic;
    color: #818181;
    margin-top: 5px;
}

#main_content .search_content ul li .take .property_text h2 {
    font: normal normal bold 17px YuGothic;
    margin-top: 8px;
}

#main_content .search_content ul li .take .property_text h2 span {
    font: normal normal bold 13px YuGothic;
}

#main_content .search_content ul li .take .property_text h2 .rent {
    margin-right: 6px;
}

#main_content .search_content ul li .take .property_text h2 .circle {
    margin-left: 5px;
}

/*details始まり*/
#main_content .details_content ul li.property ul li {
    width: 100%;
}

#main_content .details_content ul.slider {
    margin-bottom: 35px;
}

#main_content .details_content ul.thumb {
    margin-bottom: 0;
}

#main_content .details_content ul li ul.slider li,
#main_content .details_content ul li ul.thumb li {
    margin: 0;
}

#main_content .details_content ul li .property_text {
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: solid 1px #000;
    font-size: 0;
}

#main_content .details_content ul li .property_text p {
    font: normal normal bold 15px YuGothic;
    letter-spacing: 0.75px;
}

#main_content .details_content ul li .property_text h3 {
    font: normal normal bold 24px YuGothic;
    letter-spacing: 1.2px;
}

#main_content .details_content ul li .property_text h4 {
    font: normal normal normal 15px YuGothic;
    letter-spacing: 0.75px;
}

#main_content .details_content ul li .property_text h2 {
    font: normal normal bold 27px YuGothic;
    letter-spacing: 1.35px;
}

#main_content .details_content ul li .property_text h2 .rent {
    font: normal normal bold 20px YuGothic;
    letter-spacing: 1px;
}

#main_content .details_content ul li .property_text h2 .circle {
    font: normal normal bold 19px YuGothic;
    letter-spacing: 0.95px;
}

#main_content .details_content ul li .property_text .property_text_left,
#main_content .details_content ul li .property_text .property_text_right {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
}

#main_content .details_content ul li .property_text .property_text_right {
    text-align: right;
}

#main_content .details_content ul li .property_text .property_text_right button {
    background: #A30E0E;
    color: #fff;
    width: 310px;
    text-align: center;
    font: normal normal bold 15px/29px YuGothic;
    letter-spacing: 0.45px;
    padding: 15.5px 0;
}

#main_content .details_content ul li .property_comment h2 {
    font: normal normal bold 18px YuGothic;
    letter-spacing: 0.9px;
    margin: 50px 0 20px;
}

#main_content .details_content ul li .property_comment p {
    font: normal normal normal 14px YuGothic;
    letter-spacing: 0.7px;
    margin-bottom: 50px;
}

#main_content .details_content ul li .near h2 {
    font: normal normal bold 24px YuGothic;
    letter-spacing: 1.2px;
    margin-top: 100px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    margin-bottom: 30px;
}

#main_content .details_content ul li .near .property_text,
#main_content .details_content ul li .near .property_text h2{
    border-bottom: none;
}

#main_content .details_content ul li .near .property_text h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#main_content .details_content ul li .near .property_text {
    padding-bottom: 0;
}

#main_content .details_content ul li .near .take {
    margin-bottom: 0;
}

#main_content .details_content ul li .near .take li {
    margin-bottom: 0;
}

#main_content .details_content ul li.search .search_range {
    background: none;
    border: solid 1px #bdbdbd;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 20px;
}

#main_content .details_content ul li.search .search_range:last-child {
    margin-bottom: 0;
}

#main_content .details_content ul li.search .search_range dl .enclose {
    font-size: 0;
    margin-bottom: 15px;
}

#main_content .details_content ul li.search .search_range dl dt,
#main_content .details_content ul li.search .search_range dl dd {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

#main_content .details_content ul li.search .search_range dl dt {
    font: normal normal normal 13px YuGothic;
    letter-spacing: 0.75px;
    color: #818181;
}

#main_content .details_content ul li.search .search_range dl dd {
    font: normal normal bold 13px YuGothic;
    letter-spacing: 0.75px;
    color: #000;
}

#main_content .details_content ul li.search h2 {
    background: none;
    color: #000;
    padding: 0;
    font: normal normal bold 15px YuGothic;
    text-align: left;
    margin-bottom: 15px;
}

    /*result始まり*/
#main_content .result_content {
    margin: 210px auto 0;
}

#main_content .result_content .underlayer_main_text {
    top: -255px;
}

#main_content .result_content .turn {
    top: -190px;
}

#main_content .result_content .shop_design {
    margin-bottom: 90px;
}

#main_content .result_content .shop_design h2 {
    font: normal normal bold 30px YuGothic;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 80px;
}

#main_content .result_content .shop_design ul {
    margin: 0;
}

#main_content .result_content .shop_design ul li {
    width: 300px;
    margin-right: 10px;
    margin-bottom: 60px;
}

#main_content .result_content .shop_design ul li h3 {
    font: normal normal bold 14px YuGothic;
    margin-top: 10px;
}

#main_content .result_content .shop_design ul li p {
    font: normal normal normal 10px YuGothic;
}

#main_content .housing {
    background: #F4F4F4;
    padding: 130px 0 150px;
}

#main_content .housing .all_content {
    text-align: center;
    margin: 0 auto;
}

#main_content .housing .all_content h2 {
    font: normal normal bold 30px YuGothic;
    letter-spacing: 3px;
    margin-bottom: 70px;
}

#main_content .housing .all_content h3 {
    font: normal normal bold 24px YuGothic;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
}

#main_content .housing .all_content .renovation_before {
    font-size: 0;
    margin-bottom: 20px;
}

#main_content .housing .all_content .renovation_before:last-child {
    margin: 0;
}

#main_content .housing .all_content .renovation_before .renovation_before_left {
    display: inline-block;
    width: 310px;
    height: 200px;
    background: #000000;
    vertical-align: top;
    position: relative;
}

#main_content .housing .all_content .renovation_before .renovation_before_left p {
    font: normal normal bold 30px/63px Lato;
    letter-spacing: 2.4px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#main_content .housing .all_content .renovation_before .renovation_before_right {
    display: inline-block;
    height: 200px;
    vertical-align: top;
}

#main_content .housing .all_content .renovation_before .renovation_before_right ul li {
    height: 200px;
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#main_content .housing .all_content .renovation_after .renovation_before_left {
    background: #475C79;
}

#main_content .overseas_shop {
    margin-bottom: 130px;
}

#main_content .overseas_shop h2 {
    text-align: center;
    font: normal normal bold 30px YuGothic;
    letter-spacing: 3px;
    margin-bottom: 80px;
}

#main_content .overseas_shop ul li {
    width: 50%;
    height: 387px;
    vertical-align: middle;
    position: relative;
}

#main_content .overseas_shop ul li .logo {
    width: 124px;
    height: 124px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
}

#main_content .overseas_shop ul li .logo img {
    object-fit: contain;
}

#main_content .privacy_main h2 {
    color: #000;
}

#main_content .privacy_content {
    margin: 80px auto 80px;
}

#main_content .privacy_content .privacy_main_font {
    margin-bottom: 80px;
}

#main_content .privacy_content h3 {
    font: normal normal bold 25px Lato;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: solid #000 2px;
    width: fit-content;
}

#main_content .privacy_content p {
    margin-bottom: 50px;
    line-height: 1.7;
}

    /*footer始まり*/

footer {
    background: #000;
    display: inline-block;
    width: 100%;
}

footer .logo {
    width: 220px;
    margin: 57px auto 35px;
}

footer .footer_menu ul {
    text-align: center;
    margin-bottom: 46px;
}

footer .footer_menu ul li {
    margin-right: 40px;
}

footer .footer_menu ul li:last-child {
    margin: 0;
}

footer .footer_menu ul li a {
    font: normal normal bold 14px/29px YuGothic;
    letter-spacing: 1.4px;
    color: #B0B9C3;
}

footer .catch_copy {
    font: normal normal bold 13px/29px YuGothic;
    color: #B0B9C3;
    text-align: center;
    margin-bottom: 30px;
}