@charset "UTF-8";
/*
FOT-TsukuAOldMin Pr6N L
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
font-weight: 300;
font-style: normal;
*/
/*pc（768px以上）*/
@media screen and (min-width: 768px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*タブレット（768px〜1280px）*/
@media screen and (min-width:768px) and (max-width:1280px) {}
/*------------------------------
全体
------------------------------*/
body {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
a {
  transition-property: all;
  transition: 0.3s linear;
}
#content {
  padding-top: 111px;
}
#top #content {
  padding-top: 0;
}
h2 em {
  font-weight: normal;
  z-index: 0;
  position: relative;
}
/*------------------------------
headerCustom
------------------------------*/
header {
  display: none;
}
#headerCustom {
  padding: 25px 75px 25px 20px;
  background-color: #333;
  display: flex;
  position: fixed;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
#top #headerCustom {
  padding: 25px 75px 0 20px;
  background-color: inherit;
}
#headerCustom h1 {
  z-index: 101;
  position: relative;
}
#headerSns {
  display: flex;
  gap: 20px;
  z-index: 101;
  position: relative;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top #container {
    padding-top: 0;
  }
  #container {
    padding-top: 59px;
  }
  #top #headerCustom {
    padding: 15px 75px 15px 3%;
  }
  #headerCustom {
    top: 0;
    padding: 16px 75px 17px 3%;
    background-color: #333;
  }
  #headerSns {
    display: none;
  }
}
/*------------------------------
gnav
------------------------------*/
#gnav {
  width: 100%;
}
#gnav-sp {
  display: block;
}
#menu-wrap {
  position: absolute;
  top: 30px;
  right: 15px;
}
#menu {
  position: relative;
  width: 30px;
  margin-right: 0;
  cursor: pointer;
  display: block;
  height: 21px;
  z-index: 101;
  height: 30px;
}
#menu p {
  color: #62b701;
  text-align: center;
}
.menu1 {
  top: 0px;
  left: 0;
}
.menu2 {
  top: 10px;
  left: 0;
}
.menu3 {
  top: 20px;
  left: 0;
}
.menu1, .menu2, .menu3 {
  background-color: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 50%;
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  cursor: pointer;
  margin-right: -10px;
}
.menuclick1 {
  top: 10px;
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
  z-index: 101;
}
.menuclick2 {
  opacity: 0;
}
.menuclick3 {
  top: 10px;
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
  z-index: 101;
}
#drawr-wrap {
  position: relative;
  display: none;
}
#drawr-wrap.active {
  display: block;
}
#drawr-wrap:before {
  content: '';
  display: inline-block;
  width: 30vw;
  height: 100vh;
  background-color: #202121;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -80px;
  top: 0px;
  background-repeat: no-repeat;
}
#drawr {
  width: 30%;
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #202121;
  color: #fff;
  padding-top: 75px;
}
#drawr li {
  width: 100%;
  padding: 0;
  background-image: none;
  border-bottom: none;
  font-size: 100%;
  letter-spacing: 1px;
}
#drawr li a {
  color: #fff;
  padding: 10px 50px;
  display: block;
  text-decoration: none;
  font-size: 26px;
}
#drawr li a span {
  font-size: 13px;
  display: block;
}
#drawr.active {
  display: block;
}
#drawr li a:hover {
  background-color: #333;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #menu-wrap {
    top: 21px;
  }
  #drawr li a {
    padding: 12px 20px;
  }
  #drawr {
    width: 40%;
  }
  #drawr-wrap:before {
    width: 40vw;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #headerCustom h1 {
    width: 210px;
  }
  #drawr {
    width: 100%;
  }
  #drawr-wrap:before {
    width: 100vw;
  }
  #drawr li a {
    font-size: 18px;
    padding: 8px 20px;
  }
  #drawr li a span {
    font-size: 11px;
  }
}
/*------------------------------
topMv
------------------------------*/
#topMv {
  background: url("../img/top/mv.jpg") no-repeat center top;
  background-size: cover;
  height: 700px;
}
#top_mv {
  margin-bottom: 0;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #top_mv.full img {
    height: 100svh;
    object-fit: cover;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #topMv {
    height: 450px;
  }
  #top_mv {
    margin-top: 0;
  }
  #top_mv.sp_img img.mv_sp {
    height: 100svh;
    object-fit: cover;
  }
}
/*------------------------------
topCompany
------------------------------*/
.topInner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 80px;
  padding: 80px 0;
  align-items: center;
}
.topInner figure img {
  aspect-ratio: 561 / 421;
}
#topCompany, #topToushi, #topKaitori {
  background-color: #202121;
}
#topBesiness, #topRecruit {
  background-color: #2d2f31;
}
#topCompany .topInner, #topToushi .topInner, #topKaitori .topInner {
  flex-direction: row-reverse;
}
.topInner .texts {
  color: #fff;
  width: 50%;
}
.topInner .texts h2 {
  font-size: 30px;
  letter-spacing: .07em;
  margin-bottom: 35px;
}
.topInner .texts p {
  line-height: 2;
  letter-spacing: .05em;
}
.more a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #fff;
  margin-top: 50px;
}
.more a:hover {
  background-color: #fff;
  color: #000;
}
#topCompany h2, #topBesiness h2, #topToushi h2, #topItems h2, #topKaitori h2, #topRecruit h2 {
  position: relative;
  padding-top: 35px;
}
#topCompany h2:before {
  content: 'COMPANY';
  color: #666;
  font-size: 50px;
  letter-spacing: .07em;
  position: absolute;
  top: 0;
  left: 0;
}
#topBesiness h2:before {
  content: 'BUSINESS';
  color: #666;
  font-size: 50px;
  letter-spacing: .07em;
  position: absolute;
  top: 0;
  left: 0;
}
#topToushi h2:before {
  content: 'REAL ESTATE';
  color: #666;
  font-size: 50px;
  letter-spacing: .07em;
  position: absolute;
  top: 0;
  left: 0;
}
#topItems h2:before {
  content: 'PROPERTY';
  color: #666;
  font-size: 50px;
  letter-spacing: .07em;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -144px;
}
#topKaitori h2:before {
  content: 'WANTED';
  color: #666;
  font-size: 50px;
  letter-spacing: .07em;
  position: absolute;
  top: 0;
  left: 0;
}
#topRecruit h2:before {
  content: 'RECRUIT';
  color: #666;
  font-size: 50px;
  letter-spacing: .07em;
  position: absolute;
  top: 0;
  left: 0;
}
#topToushi h2 span {
  display: block;
  font-size: 14px;
}
#topKaitori h2 span {
  display: block;
  font-size: 14px;
}
/*1220px以下*/
@media screen and (max-width: 1220px) {
  #topCompany, #topBesiness, #topToushi, #topKaitori, #topRecruit {
    padding: 0 5%;
  }
  .topInner {
    gap: 40px;
  }
  .topInner figure {
    width: 50%;
  }
  .topInner figure img {
    width: 100%;
  }
  .topInner .texts {
    width: 50%;
  }
  .topInner .texts h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .more a {
    margin: 50px auto 0 auto;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .topInner {
    display: block;
  }
  .topInner figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .topInner .texts {
    width: 100%;
  }
  .topInner .texts h2 {
    font-size: 22px;
  }
  #topCompany h2, #topBesiness h2, #topToushi h2, #topItems h2, #topKaitori h2, #topRecruit h2 {
    padding-top: 20px;
  }
  #topCompany h2:before {
    font-size: 30px;
  }
  #topBesiness h2:before {
    font-size: 30px;
  }
  #topToushi h2:before {
    font-size: 30px;
  }
  #topItems h2:before {
    font-size: 30px;
    margin-left: -144px;
  }
  #topKaitori h2:before {
    font-size: 30px;
  }
  #topRecruit h2:before {
    font-size: 30px;
  }
}
/*------------------------------
topItems
------------------------------*/
#topItems {
  padding: 80px 0;
  background-color: #2d2f31;
  color: #fff;
  position: relative;
}
#topItems h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: .07em;
  margin-bottom: 30px;
  line-height: 1;
}
#topItems h2 + p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: .05em;
  margin-bottom: 40px;
}
#topItems ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#topItems li {
  width: 380px;
}
#topItems li a {
  color: #fff;
  text-decoration: none;
}
#topItems li img {
  max-width: 380px;
  margin-bottom: 30px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
#topItems li dt {
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 5px;
}
#topItems li dd .itemPrice {
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 15px;
}
#topItems li dd .itemPrice em {
  font-size: 24px;
}
#topItems li dd .itemPlace {
  margin-bottom: 14px;
}
#topItems li dd .itemPlace, #topItems li dd .itemStation {
  padding-left: 27px;
  position: relative;
  font-size: 13px;
  letter-spacing: .05em;
}
#topItems li dd .itemPlace:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 18px;
  background-image: url("../img/top/icon_place.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
#topItems li dd .itemStation:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url("../img/top/icon_station.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
#topItems .itemStation ul {
  display: block;
}
#topItems .more a {
  margin: 90px auto 0 auto;
}
/*1220px以下*/
@media screen and (max-width: 1220px) {
  #topItems {
    padding: 80px 3%;
  }
  #topItems li {
    width: 33%;
  }
  #topItems li img {
    width: 100%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #topItems ul {
    display: block;
  }
  #topItems li {
    width: 100%;
    margin-bottom: 50px;
  }
  #topItems li .traffic_1, #topItems li .traffic_2 {
    margin-bottom: 0;
  }
  #topItems h2 {
    font-size: 22px;
  }
}
/*------------------------------
footer
------------------------------*/
footer {
  background-color: #000;
  padding-top: 50px;
  color: #fff;
  position: relative;
}
#footerInner {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
}
#footerInner #footerInfo h1 {
  margin-bottom: 20px;
}
#footerInner #footerInfo p {
  font-size: 13px;
  letter-spacing: .05em;
  padding-left: 15px;
}
#footerInner #footerNav ul {
  display: flex;
  gap: 55px;
  align-items: center;
}
#footerInner #footerTel, #footerInner #footerFax {
  position: relative;
  padding-left: 55px;
}
#footerInner #footerTel {
  font-size: 24px;
}
#footerInner #footerFax {
  font-size: 16px;
  color: #ccc;
}
#footerInner #footerTel span, #footerInner #footerFax span {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 0 9px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
#footerInner #footerNav p {
  text-align: right;
  font-size: 13px;
  letter-spacing: .05em;
  margin-top: 10px;
}
#copyright {
  text-align: center;
  font-size: 13px;
  color: #ccc;
  margin-top: 30px;
  padding-bottom: 10px;
}
#footerSns {
  display: none;
}
#footerNav {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
#footerBnrAnami img {
  width: 120px;
}
/*1220px以下*/
@media screen and (max-width: 1220px) {
  footer {
    padding: 50px 3% 0 3%;
  }
  #footerSns {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 25px 0 0 0;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #footerInner {
    display: block;
  }
  #footerInfo {
    text-align: center;
    margin-bottom: 20px;
  }
  #footerInner #footerNav ul {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  #footerInner #footerNav p {
    text-align: center;
  }
  #footerInner #footerInfo p {
    padding-left: 0;
  }
  #footerNav {
    flex-wrap: wrap;
  }
  #footerNavInner {
    width: 100%;
  }
  #footerInner #footerTel, #footerInner #footerFax {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footerInner #footerTel span, #footerInner #footerFax span {
    height: 24px;
    margin-top: 0;
    position: inherit;
  }
  #footerInner #footerTel .tel_link a {
    color: #fff;
  }
  #company_outline_content dd {
    background-color: #fff;
  }
}
/*------------------------------
service
------------------------------*/
#service #content {
  padding-top: 0;
}
#service .common_donyu {
  text-align: center;
}
#service .service_sub_content .txt {
  width: 50%;
  font-size: 16px;
}
#service .service_sub_content .img {
  width: 50%;
}
#service .service_sub_content {
  padding: 0;
  border: none;
}
#service .service_main_content {
  padding: 50px 0;
  border-top: 1px solid #333;
  margin-bottom: 0;
}
#service #main h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}
#service #main h3 {
  margin-bottom: 30px;
}
#service #main .btn a {
  display: block;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  width: 170px;
  text-align: center;
}
#service #main .btn a:hover {
  background-color: #666;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #service .service_sub_content .txt, #service .service_sub_content .img {
    width: 100%;
  }
	#service .common_donyu{
		text-align: left;
	}
	
	
	
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #feature .feature_content .img, #feature .feature_content .txt {
    width: 50%;
  }
}
/*------------------------------
blog
------------------------------*/
#blog #main .post_content h2 {
  border-bottom: 1px dashed #333;
}
/*250625*/
#company_map .inner_s, #item #gmap {
  z-index: 0;
  position: relative;
}
/*------------------------------
title
------------------------------*/
#title-wrap {
  padding-top: 139px;
  height: 363px;
  background-color: #333;
  background-image: url("../img/cmn/title_bg.png");
  background-repeat: repeat-x;
  background-position: bottom left;
}
#title-wrap h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  letter-spacing: .07em;
  padding-top: 30px;
  position: relative;
}
#title-wrap h1 span {
  position: relative;
}
#title-wrap h1:before {
  display: inline-block;
  color: #666;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}
#company #title-wrap h1:before {
  content: 'COMPANY';
  margin-left: -163px;
}
#service #title-wrap h1:before {
  content: 'BUSINESS';
  margin-left: -150px;
}
/*
#voice #title-wrap h1:before {
  content: 'VOICE';
  margin-left: -107px;
}
*/
#investment #title-wrap h1:before {
  content: 'INVESTMENT';
  margin-left: -215px;
}
#privacy #title-wrap h1:before {
  content: 'PRIVACY POLICY';
  margin-left: -263.5px;
}
#blog #title-wrap h1:before {
  content: 'BLOG';
  margin-left: -90px;
}
#item #title-wrap h1:before {
  content: 'ITEM';
  margin-left: -90px;
}
#feature #title-wrap h1:before {
  content: 'RECRUIT';
  margin-left: -145px;
}
#assessment #title-wrap h1:before {
  content: 'ASSESSMENT';
  margin-left: -203px;
}
#items #title-wrap h1:before {
  content: 'PROPERTY';
  margin-left: -167px;
}
#inquiry #title-wrap h1:before {
  content: 'CONTACT';
  margin-left: -160px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #title-wrap {
    height: 140px;
    padding-top: 30px;
    margin-bottom: 15px;
  }
  #title-wrap h1 {
    font-size: 24px;
    padding-top: 5px;
  }
  #title-wrap h1:before {
    font-size: 30px;
    top: -15px;
  }
  #company #title-wrap h1:before {
    margin-left: -84px;
  }
  #service #title-wrap h1:before {
    margin-left: -67.5px;
  }
  #voice #title-wrap h1:before {
    margin-left: -52px;
  }
  #privacy #title-wrap h1:before {
    margin-left: -133.5px;
  }
  #blog #title-wrap h1:before {
    margin-left: -42.5px;
  }
  #item #title-wrap h1:before {
    margin-left: -42.5px;
  }
  #feature #title-wrap h1:before {
    margin-left: -73.5px;
  }
  #assessment #title-wrap h1:before {
    margin-left: -102.5px;
  }
  #items #title-wrap h1:before {
    margin-left: -85px;
  }
  #inquiry #title-wrap h1:before {
    margin-left: -81px;
  }
	
  #investment #title-wrap h1:before {
    content: 'INVESTMENT';
    margin-left: -109px;
  }
}
#blog #content, #item #content, #feature #content, #assessment #content {
  padding-top: 120px;
}
#main h1.title {
  margin-bottom: 33px;
}
/*------------------------------
採用情報
------------------------------*/
#feature #main h2 {
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
}
#feature #main h3 {
  border-bottom: 1px dashed #aaa;
}
#feature #main #apply {
  padding: 50px;
  background-color: #f7f7f7;
}
#feature #main #apply h2 {
  text-align: center;
  border: none;
  margin-bottom: 10px;
}
#feature #main #apply h2 + p, #feature #main #apply h3 + p {
  text-align: center;
  line-height: 2;
  letter-spacing: .05em;
}
#feature #main #apply h3 {
  text-align: center;
  background-color: #333;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-top: 30px;
  padding: 5px 0;
}
#feature #main #applyMail a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  width: 260px;
  padding: 12px 0;
  letter-spacing: .05em;
  border-radius: 10px;
  margin: 20px auto 0 auto;
  border: 1px solid #aaa;
}
#feature #main #applyMail a:hover {
  border-color: #000;
}
/*------------------------------
会社概要
------------------------------*/
#company_outline_content dd {
  font-size: 15px;
}
#company_outline_content dd span {
  font-size: 13px;
}
.company-box {
  margin-bottom: 60px;
}
#main .company-box h2 {
  border-bottom: 1px solid #333;
}
#main .company-box p {
  margin-bottom: 20px;
}
#main .company-box p:last-child {
  margin-bottom: 0;
}
.company-box#affiliated ul {
  display: flex;
  gap: 30px;
}
.company-box#affiliated li {
  width: 50%;
}
.company-box#affiliated li p {
  text-align: left;
}
.company-box#affiliated li img {
  margin: 15px 0;
}
.company-box#affiliated li dt span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #666;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #main .company-box h2 {
    font-size: 17px;
  }
  .company-box#affiliated ul {
    display: block;
  }
  .company-box#affiliated li {
    width: 100%;
    margin-bottom: 30px;
  }
  #main .company-box p {
    font-size: 14px;
  }
}
/*------------------------------
自社販売物件
------------------------------*/
body.single_column #items #content {
  overflow: visible;
}
.property-box {
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 80px;
}
#property-btn {
  margin-bottom: 150px;
}
#property-btn ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#property-btn li {
  width: 23.1%;
}
#property-btn li a {
  display: block;
  border: 1px solid #333;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .07em;
  padding: 10.4px 0;
  position: relative;
}
#property-btn li a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 9px;
  background-image: url("../img/property/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -4.5px;
  background-repeat: no-repeat;
}
#main #property h2 {
  text-align: center;
  font-size: 30px;
}
#main #property h2 span {
  font-size: 16px;
  background-color: #333;
  color: #fff;
  display: block;
  width: 77px;
  margin: 0 auto;
}
.property-box ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}
.property-box ul li .trigger img {
  width: 380px;
  height: 285px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.property-contents {
  display: none;
  position: absolute;
  background: #fff;
  padding: 50px;
  border: 1px solid #000;
  z-index: 100;
  max-width: 1000px;
  width: 100%;
  left: 50%;
  margin-left: -500px;
  top: -150px;
  min-height: 500px;
}
.property-contents.show-popup {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.property-contents .imgs {
  width: 500px;
  margin: 0;
}
.property-contents .imgs .sp-mask {
  height: 376px;
}
.property-contents .imgs ul {
  display: block;
}
.property-contents .imgs a {
  position: relative;
}
.property-contents .imgs a img {
  opacity: 1;
  width: 500px;
  height: 376px;
  object-fit: cover;
}
.property-contents .imgs a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/property/icon_zoom.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  bottom: 10px;
  background-repeat: no-repeat;
  z-index: 1;
}
.property-contents .texts {
  width: 340px;
}
.property-contents .texts h3 span {
  display: block;
  width: 100px;
  font-size: 12px;
  background-color: #333;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
}
#main .property-contents .texts h3 {
  font-size: 20px;
}
.property-contents .texts .price {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: .05em;
}
.property-contents .texts .price em {
  font-size: 30px;
}
.property-contents .texts .price em .unit {
  font-size: 20px;
}
.property-contents .texts .infos {
  display: block;
}
.property-contents .texts .infos li:not(:last-child) {
  margin-bottom: 10px;
}
.property-contents .texts .infos dl {
  display: flex;
}
.property-contents .texts .infos dt {
  width: 100px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #333;
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
}
.property-contents .texts .inquiry a {
  display: block;
  background-color: #333;
  width: 230px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .05em;
  padding: 8px 0;
  position: relative;
  margin: 30px auto 0 auto;
}
.property-contents .texts .inquiry a:hover {
  background-color: #000;
}
.property-contents .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.property-contents .close span {
  position: relative;
}
.property-contents .close span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: -3px;
  background-repeat: no-repeat;
  transform: skewX(45deg);
}
.property-contents .close span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: -3px;
  background-repeat: no-repeat;
  transform: skewX(-45deg);
}
.sp-arrows .sp-arrow {
  width: 40px;
  height: 40px;
  background-color: #333;
}
.sp-arrows .sp-previous-arrow {
  left: 0 !important;
}
.sp-arrows .sp-next-arrow {
  right: 0 !important;
}
.sp-arrows .sp-previous-arrow:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 17px;
  background-image: url("../img/property/yajirushi_left.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -8.5px;
  background-repeat: no-repeat;
  background-color: inherit;
  transform: none;
}
.sp-arrows .sp-previous-arrow:after {
  display: none;
}
.sp-arrows .sp-next-arrow:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 17px;
  background-image: url("../img/property/yajirushi_left.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -8.5px;
  background-repeat: no-repeat;
  background-color: inherit;
  transform: none;
}
.sp-arrows .sp-next-arrow:after {
  display: none;
}
.sp-button {
  width: 6px !important;
  height: 6px !important;
  border: none !important;
  background-color: #aaa;
}
/*1260px以下*/
@media screen and (max-width: 1260px) {
  #property-btn ul {
    gap: 2%;
  }
  .property-box ul {
    gap: 3%;
  }
  .property-box ul li {
    width: 32%;
  }
  .property-box ul li .trigger img {
    width: 100%;
    height: auto;
  }
  .property-contents.show-popup {
    display: block;
    top: 28%;
  }
  .property-contents .texts {
    width: 100%;
  }
  .property-contents .imgs {
    margin: 0 auto 40px auto;
  }
  .sp-image-container {
    width: 100% !important;
    height: auto !important;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .property-contents .texts .infos li {
    width: 100%;
  }
  .property-contents.show-popup {
    width: 80%;
    margin-left: -40%;
    padding: 30px;
    top: -300%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .property-box {
    padding-top: 58.5px;
    margin-top: -58.5px;
  }
  .property-box ul li {
    width: 48.5%;
  }
  #property-btn li {
    width: 49%;
    margin-bottom: 10px;
  }
  #property-btn li a {
    font-size: 14px;
    letter-spacing: 0;
  }
  #property-btn li a::before {
    width: 10px;
    height: 6px;
    right: 10px;
    margin-top: -3px;
  }
  #property-btn {
    margin-bottom: 40px;
  }
  #main #property h2 {
    font-size: 22px;
  }
  #main #property h2 span {
    font-size: 14px;
  }
  #main .property-contents .texts h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .property-contents .texts h3 span {
    margin-bottom: 12px;
  }
  .property-contents .texts .price em {
    font-size: 24px;
  }
  .property-contents .texts .infos dl {
    display: block;
  }
  .property-contents .texts .infos dt {
    margin-bottom: 5px;
  }
  .property-contents .texts .price {
    margin-bottom: 13px;
  }
  .property-contents .imgs {
    margin: 0 auto 20px auto;
  }
  .property-contents.show-popup {
    width: 90%;
    margin-left: -45%;
    top: 50%;
    margin-top: -100%;
    min-height: inherit;
  }
  .property-contents .imgs .sp-mask {
    height: 210px !important;
  }
  .property-contents .imgs a img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 295px !important;
    height: 210px !important;
  }
  .property-contents .imgs {
    max-width: 295px !important;
  }
  .property-contents .close {
    top: 10px;
    right: 10px;
  }
  body.header_fixed #content {
    overflow: visible;
  }
}
/*------------------------------
売却査定
------------------------------*/
#assessment #content {
  padding-top: 0;
  margin-top: 30px;
}
#assessment-intro {
  padding: 30px 40px;
  margin-bottom: 40px;
  border: 1px solid #333;
  text-align: center;
}
#main #assessment-intro h2 {
  margin-bottom: 12px;
}
#main #assessment-intro h2 + p em {
  background-color: #D20000;
  color: #fff;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 7px 0;
}
#assessment-intro #area {
  background-color: #f7f7f7;
  padding: 20px;
  margin: 15px 0;
}
#assessment-intro #area p {
  font-size: 20px;
}
#assessment-intro #area + p span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #assessment-intro {
    padding: 30px 15px;
  }
  #main #assessment-intro h2 + p em {
    font-size: 15px;
    padding: 7px 10px;
  }
}
/*------------------------------
不動産投資
------------------------------*/
#main #toushi h2 {
  text-align: center;
}
#toushi-intro {
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 50px;
}
#toushi-intro p:not(:last-child) {
  margin-bottom: 20px;
}
#toushi-merit {
  padding: 30px;
  border: 1px solid #333;
  margin-bottom: 50px;
}
#main #toushi-merit h3 {
  text-align: center;
}
#main #toushi-merit h3 + p {
  text-align: center;
  margin-bottom: 20px;
}
#toushi-merit ol {
  padding: 25px 40px;
  background-color: #f7f7f7;
}
#toushi-merit li {
  font-size: 20px;
  margin-bottom: 7px;
  padding-left: 43px;
  position: relative;
}
#toushi-merit li:last-child {
  margin-bottom: 0;
}
#toushi-merit li:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #333;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 1px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
#toushi-merit li:nth-child(1):before {
  content: '1';
}
#toushi-merit li:nth-child(2):before {
  content: '2';
}
#toushi-merit li:nth-child(3):before {
  content: '3';
}
#toushi-merit li:nth-child(4):before {
  content: '4';
}
#toushi-merit li:nth-child(5):before {
  content: '5';
}
#toushi-merit li:nth-child(6):before {
  content: '6';
}
#toushi-merit li:nth-child(7):before {
  content: '7';
}
#toushi-merit ol + p {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
}
#toushi-zenbu {
  padding: 30px;
  text-align: center;
  background-color: #f7f7f7;
  margin-bottom: 50px;
}
#main #toushi-zenbu h3 {
  margin-bottom: 10px;
}
#toushi-inquiry {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #333;
  padding: 30px;
}
#toushi-inquiry ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#toushi-inquiry li {
  width: 50%;
}
#toushi-inquiry li dt, #toushi-inquiry li dd {
  text-align: center;
}
#toushi-inquiry li dt {
  font-size: 22px;
}
#toushi-inquiry li dd {
  font-size: 36px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #toushi {
    margin-top: 50px;
  }
  #toushi-intro p {
    font-size: 14px;
  }
  #toushi-merit li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #toushi-merit ol {
    padding: 25px 20px;
  }
  #toushi-merit {
    padding: 20px;
  }
  #toushi-merit ol + p {
    font-size: 18px;
  }
  #toushi-inquiry ul {
    display: block;
  }
  #toushi-inquiry li {
    width: 100%;
  }
  #toushi-inquiry li:nth-child(1) {
    margin-bottom: 20px;
  }
  #toushi-inquiry li dd {
    font-size: 26px;
  }
  #toushi-inquiry li dt {
    font-size: 16px;
  }
  #toushi-merit li:before {
    top: -4px;
  }
}
/*------------------------------
会社概要
------------------------------*/
#kric .company-box-inner, #nukku .company-box-inner, #r79 .company-box-inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  justify-content: space-between;
}
#r79 .company-box-inner img {
  width: 300px;
}
#company .twoblock {
  display: flex;
  flex-wrap: wrap;
}
#company .twoblock li {
  width: 50%;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #kric .company-box-inner, #nukku .company-box-inner, #r79 .company-box-inner {
    display: block;
  }
  #kric .company-box-inner figure, #nukku .company-box-inner figure, #r79 .company-box-inner figure {
    text-align: center;
    margin-bottom: 20px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #company .twoblock {
    display: block;
  }
  #company .twoblock li {
    width: 100%;
  }
}
/*------------------------------
事業内容
------------------------------*/
#service .blocks ul {
  display: flex;
  flex-wrap: wrap;
}
#service .blocks li {
  width: 33%;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #service .blocks ul {
    display: block;
  }
  #service .blocks li {
    width: 100%;
  }
}

/*------------------------------
noItem
------------------------------*/
#top .noItem{
	text-align: center;
}









