@charset "UTF-8";
/*
*/
/*------------------------------
全体
------------------------------*/
body {
  background-color: #231815;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a {
  transition-property: all;
  transition: 0.3s linear;
  color: #fff;
}
header #header_top {
  background-color: inherit;
  margin-bottom: 10px;
}
.headline {
  text-align: center;
  font-size: 40px;
  letter-spacing: .15em;
  margin-bottom: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.headline span {
  display: block;
  font-size: 13px;
  letter-spacing: .1em;
  font-weight: normal;
}
#tel_fax {
  display: flex;
  align-items: center;
  justify-content: end;
}
#header_info .tel {
  line-height: inherit;
  padding-left: 30px;
}
#header_fax {
  font-size: 30px;
  padding-left: 32px;
  position: relative;
  margin-left: 22px;
}
#header_fax:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/cmn/icon_fax.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background-repeat: no-repeat;
}
#header_address {
  font-size: 11px;
  letter-spacing: .06em;
}
#header_en {
  position: absolute;
  top: -49px;
  right: 0;
}
#header_en a {
  text-decoration: none;
  background-color: #555555;
  display: block;
  width: 140px;
  text-align: center;
  font-size: 14px;
  padding: 8px 0 8px 30px;
  position: relative;
  letter-spacing: .06em;
}
#header_en a:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url("../img/cmn/icon_eng.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13.5px;
  background-repeat: no-repeat;
}
#header_en a:hover {
  background-color: #777;
}
/*1024px以上*/
@media screen and (min-width: 1024px) {
  #gNavi_hamburgerMenu {
    background-color: inherit;
    margin-top: 13px;
    margin-bottom: 7px;
  }
  #gNavi_hamburgerMenu nav ul {
    display: flex;
    justify-content: center;
    border-right: none;
  }
  #gNavi_hamburgerMenu nav li {
    border-left: none;
  }
  #gNavi_hamburgerMenu nav li a:hover, #gNavi_hamburgerMenu nav li a.current {
    background-color: inherit;
  }
  #gNavi_hamburgerMenu nav li a {
    font-size: 15px;
    letter-spacing: .08em;
    padding: 20px 29px;
    position: relative;
  }
  #gNavi_hamburgerMenu nav li a:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #ecebeb;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    transform: skewX(-20deg);
    margin-top: -20px;
  }
  #gNavi_hamburgerMenu nav li#gnav_access a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #ecebeb;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    background-repeat: no-repeat;
    transform: skewX(-20deg);
    margin-top: -20px;
  }
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #header_con #site_name {
    width: 40%;
  }
  #header_con > .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #header_info {
    width: 60%;
  }
  #header_info .tel:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/cmn/icon_tel.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background-repeat: no-repeat;
  }
  header #header_top #header_menu {
    display: flex;
    flex-direction: row-reverse;
    gap: 18px;
    float: right;
    align-items: center;
    margin-right: 155px;
  }
  header #header_top p#header_login a {
    background-color: inherit;
    font-size: 12px;
    letter-spacing: .06em;
  }
  header #header_top p#header_login a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../img/cmn/icon_login.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    margin-top: -9px;
  }
  header #header_top p#header_login a:hover {
    background-color: inherit;
    text-decoration: underline;
  }
  header #header_top p#header_register a {
    background-color: #2b8eaa;
    border-radius: 0;
    width: 104px;
    padding: 8px 5px 8px 22px;
    letter-spacing: .06em;
  }
  header #header_top p#header_register a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 13px;
    background-image: url("../img/cmn/icon_kaiin.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -6.5px;
    background-repeat: no-repeat;
  }
  header #header_top p#header_register a:hover {
    background-color: #156888;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  header #header_top, #header_info {
    display: none;
  }
  body.header_fixed header #header_con, body.open header #header_con {
    background-color: #231815;
    border: none;
    padding: 0;
  }
  #header_con #site_name {
    width: 100%;
    margin: 0;
  }
  #hamburgerIcon span {
    background-color: #fff;
  }
  #header_en {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 140px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .headline {
    font-size: 22px;
  }
  header #site_name img {
    width: 150px;
  }
  #header_en a {
    width: 100px;
    padding: 10px 0 10px 30px;
  }
  #header_en a::before {
    width: 18px;
    height: 18px;
    left: 10px;
    margin-top: -9px;
  }
  #header_con #site_name {
    padding-left: 50px;
  }
}
/*タブレット（768px〜1280px）*/
@media screen and (min-width:768px) and (max-width:1280px) {}
/*------------------------------
mv
------------------------------*/
#mv_wrap {
  background: url("../img/top/mv_bg.jpg") no-repeat center top;
  height: 700px;
  background-size: cover;
}
#mv_text {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: inherit;
}
.fade-in {
  opacity: 0;
  animation: fadeIn 3s ease-in forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #mv_text img {
    width: 350px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #mv_text img {
    width: 200px;
  }
  #mv_wrap {
    height: 550px;
    overflow: hidden;
  }
}
/*------------------------------
top_search
------------------------------*/
#top_search {
  padding: 50px 20px;
}
#top_search ul {
  display: flex;
  gap: 58px;
  justify-content: center;
}
#top_search ul li {
  width: 240px;
}
#top_search li a {
  text-decoration: none;
}
#top_search li img {
  transition-property: all;
  transition: 0.3s linear;
  filter: grayscale(0%);
  width: 100%;
}
#top_search li a:hover img {
  opacity: 1;
  filter: grayscale(100%);
}
#top_search li p {
  text-align: center;
  font-size: 16px;
  letter-spacing: .08em;
  margin-top: 20px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_search ul {
    flex-wrap: wrap;
  }
  #top_search ul li {
    width: 40%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_search ul {
    gap: 35px;
  }
  #top_search {
    margin-bottom: 40px;
  }
  #top_search ul li {
    width: 43%;
  }
  #top_search li p {
    font-size: 13px;
  }
}
/*------------------------------
content
------------------------------*/
#content {
  max-width: none;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 50px 20px;
  color: #231815;
  margin: 0;
}
#top #content {
  padding: 100px 20px;
}
#content a {
  color: #231815;
}
#top_b_widget_fudo_top_r-4 h2, #top_b_widget_fudo_top_r-5 h2 {
  font-size: 40px;
  letter-spacing: .15em;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#top_b_widget_fudo_top_r-4 h2 span, #top_b_widget_fudo_top_r-5 h2 span {
  display: block;
  font-size: 13px;
  letter-spacing: .1em;
  font-weight: normal;
}
#main div.widget_con {
  margin-bottom: 150px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_b_widget_fudo_top_r-4 h2, #top_b_widget_fudo_top_r-5 h2 {
    font-size: 22px;
  }
  #main div.widget_con {
    margin-bottom: 70px;
  }
}
/*------------------------------
top_news
------------------------------*/
#top_news {
  margin: 60px 20px 109px 20px;
}
#top_news h2 {
  text-align: left;
  font-size: 38px;
  letter-spacing: .2em;
  margin-bottom: 35px;
}
#top_news .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#top_news #news_post_wrapper {
  border: none;
  padding: 0;
}
#news_post_wrapper li p.slug span {
  background-color: #555555;
  border: none;
  color: #fff;
}
#top_news #top_news_list {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 13px;
}
#top_news #top_news_list a {
  text-decoration: none;
  letter-spacing: .1em;
  padding-right: 20px;
  position: relative;
}
#top_news #top_news_list a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #fff;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0px;
  background-repeat: no-repeat;
  transform: skewX(45deg);
}
#top_news #top_news_list a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #fff;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 8px;
  background-repeat: no-repeat;
  transform: skewX(-45deg);
}
#top_news #top_news_list a:hover {
  text-decoration: underline;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_news h2 {
    font-size: 22px;
  }
}
/*------------------------------
top_greeting
------------------------------*/
#top_greeting {
  background-color: #f7f7f7;
  padding: 95px 20px;
  margin: 0;
}
#top_greeting .inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #231815;
}
#top_greeting .headline {
  text-align: left;
}
#top_greeting p em {
  font-size: 26px;
  letter-spacing: .08em;
  font-weight: normal;
  margin-bottom: 30px;
  display: block;
}
#top_greeting .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .06em;
}
#top_greeting .img img {
  width: 520px;
  height: 390px;
  object-fit: cover;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_greeting p em {
    font-size: 18px;
  }
  #top_greeting p em br {
    display: none;
  }
  #top_greeting .img {
    float: none;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    text-align: center;
  }
  #top_greeting .txt {
    font-size: 14px;
  }
  #top_greeting .signature {
    font-size: 14px;
  }
}
/*------------------------------
side
------------------------------*/
#sidebar .side_menu_01 nav li:before {
  display: none;
}
#sidebar .side_menu_01 nav li:first-child {
  border-top: none;
}
#sidebar .side_menu_01 nav li {
  border-bottom: none;
}
#sidebar .side_menu_01 nav li a {
  font-size: 14px;
  color: #333333;
  background-color: #fff;
  padding: 18px 10px 18px 30px;
  border-left: 2px solid #ccc;
  letter-spacing: .06em;
}
#sidebar .side_menu_01 nav li a:hover {
  border-color: #231815;
}
#sidebar .side_menu_01 {
  margin-bottom: 30px;
}
#sidebar #download {
  margin-bottom: 35px;
}
#sidebar #download h2 {
  background-color: #231815;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: .06em;
  padding: 11px 0;
}
#sidebar #download ul {
  padding: 17px 20px;
  background-color: #fff;
}
#sidebar #download li a {
  display: block;
  border: 1px solid #ccc;
  text-decoration: none;
  padding: 8px 0 9px 45px;
  position: relative;
}
#sidebar #download li:not(:last-child) {
  margin-bottom: 10px;
}
#sidebar #download li a:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 22px;
  background-image: url("../img/cmn/icon_pdf.jpg");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -11px;
  background-repeat: no-repeat;
}
#sidebar #download li a:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background-image: url("../img/cmn/icon_dl.jpg");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7.5px;
  background-repeat: no-repeat;
}
#sidebar #download li a:hover {
  border-color: #231815;
}
#sidebar #bnrs {
  margin-bottom: 30px;
}
#sidebar #bnrs li:not(:last-child) {
  margin-bottom: 10px;
}
#sidebar #bnrs li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .06em;
  position: relative;
}
#sidebar #bnrs #realpro a {
  background-color: #f9a254;
  line-height: 1.4;
  padding: 15px 10px 15px 33px;
}
#sidebar #bnrs #insta a {
  padding: 25px 10px 25px 75px;
  background: #5B50CC;
  background: linear-gradient(90deg, rgba(91, 80, 204, 1) 0%, rgba(226, 51, 105, 1) 50%, rgba(222, 53, 128, 1) 100%);
}
#sidebar #bnrs #insta a:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 29px;
  background-image: url("../img/cmn/icon_insta.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 32px;
  top: 50%;
  margin-top: -14.5px;
  background-repeat: no-repeat;
}
#sidebar #bnrs #line a {
  padding: 25px 10px 25px 75px;
  background-color: #00c300;
}
#sidebar #bnrs #athome a {
  padding: 25px 10px 25px 30px;
  background-color: #cc0033;
}
#sidebar #bnrs #line a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/cmn/icon_line.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 31px;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
}
#sidebar #series {
  margin-bottom: 30px;
}
#sidebar #series li:not(:last-child) {
  margin-bottom: 10px;
}
#sidebar #series li a {
  background-color: #b4b4b4;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .06em;
  padding: 26px 10px 26px 30px;
  border-left: 2px solid #231815;
}
#sidebar #portal {
  margin-bottom: 30px;
}
#sidebar #portal li:not(:last-child) {
  margin-bottom: 10px;
}
#sidebar #portal li a {
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  height: 100px;
}
#sidebar #link a {
  background-color: #eee;
  display: block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .06em;
  padding: 18px 10px 18px 30px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #sidebar .side_menu_01, #sidebar .side_menu_03 {
    padding: 0;
  }
  #sidebar .side_menu_01 nav li a {
    padding: 18px 10px 18px 20px;
  }
}
/*------------------------------
footer
------------------------------*/
footer {
  background-color: #231815;
  padding-top: 50px;
}
footer .f_s {
  color: #fff;
}
footer h1 {
  text-align: center;
  margin-bottom: 40px;
}
footer nav li:before {
  color: #fff;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  footer h1 img {
    width: 120px;
  }
}
/*------------------------------
お知らせ
------------------------------*/
#news #sidebar #side_category h3, #news #sidebar #side_archives_month h3 {
  background-color: #231815;
}
/*------------------------------
リンク紹介
------------------------------*/
#link .link_content .title:before {
  z-index: 0;
}
/*------------------------------
トップ：物件情報
------------------------------*/
.view_all {
  display: block;
  text-align: right;
  font-size: 13px;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
.view_all a {
  display: inline-block;
  padding-right: 22px;
  position: relative;
  text-decoration: none;
}
.view_all a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #231815;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 4px;
  background-repeat: no-repeat;
  transform: skewX(45deg);
}
.view_all a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #231815;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 4px;
  background-repeat: no-repeat;
  transform: skewX(-45deg);
}
.view_all a:hover {
  text-decoration: underline;
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #main .display_type_B ul li {
    width: 31.33%;
    padding-top: 33%;
  }
  #main .display_type_B ul li:first-child, #main .row5 .display_type_B ul li:first-child, #main .display_type_B ul li:nth-child(3n+1), #main .row5 .display_type_B ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  #main .display_type_B ul li:nth-child(5), #main .row5 .display_type_B ul li:nth-child(9) {
    margin-left: 3%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .view_all a:before {
    height: 8px;
    top: 2px;
  }
  .view_all a:after {
    height: 8px;
    top: 9px;
  }
}
/*------------------------------
業務内容
------------------------------*/
#service .service_sub_content {
  border: none;
  padding: 0;
}
#service .service_sub_content .img {
  width: 360px;
  min-width: 360px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
	#service .service_sub_content .txt+.img{
		min-width: auto;
	}
}
/*------------------------------
会社概要
------------------------------*/
#gmap {
  z-index: 0;
}
/*------------------------------
ページタイトル
------------------------------*/
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
	body.header_fixed #content{
		padding-top: 61px;
	}
	#main h1.title{
		border: none;
	}
}















