/*-----------------------------------------
フォント情報
// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

.noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400,500,700;
}

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 900

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
--------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?4a8ljw");
  src: url("../fonts/icomoon.eot?4a8ljw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4a8ljw") format("truetype"), url("../fonts/icomoon.woff?4a8ljw") format("woff"), url("../fonts/icomoon.svg?4a8ljw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-favorite:before {
  content: "\e904";
}

.icon-favorite-active:before {
  content: "\e905";
}

body {
  font-family: "YakuHanJP", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.contents_1 {
  display: flex;
}

.sp {
  display: none;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  width: 360px;
  height: 100vh;
  background-color: #fff;
  z-index: 99;
  padding: 90px 33px 0 40px;
  position: sticky;
  top: 0;
  left: 0;
}

.lineUp .header_line::after {
  animation-name:lineUpAnime;
  animation-duration:.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  height: 100vh;
  width: 0.5px;
  background-color: rgba(255,150,21,.5);
  top: 0;
  right: 0;
  }
  @keyframes lineUpAnime{
    from {
      opacity: 0;
    transform: translateY(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
.logo {
  width: 100%;
  height: 45px;
  margin-bottom: 48px;
}

.logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.logo a .logo_img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#navi {
  width: 100%;
}

#navi .nav_menu {
  list-style: none;
}

.nav_menu .nav_menu_txt {
  width: 100%;
  height: 42px;
  margin-bottom: 20px;
  border-bottom: solid #333 1.15px;
  position: relative;
}

.nav_menu .menu_new_contruction:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_new_construction.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.nav_menu .menu_land_for_sale:before {
  content: '';
  width: 34px;
  height: 34px;
  background-image: url(../img/icon_land_for_sale.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.nav_menu .menu_used_property:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_used_property.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.nav_menu .menu_apartment:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_apartment.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.nav_menu .menu_search_train:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_train_border.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.nav_menu .menu_search_map:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_map.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.nav_menu .menu_favorite_property:before {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_favorite_property.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.nav_menu .nav_menu_txt .nav_menu_link {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 50px;
  padding-right: 22px;
  text-decoration: none;
  transition: all .5s

}

.nav_menu .nav_menu_txt .nav_menu_link:hover .menu_icon_arrow_right {
  position: relative;
  transform: translateX(10px);
  transition: all .5s

}

.nav_menu .menu_favorite_property {
  margin-bottom: 48px;
}

.nav_menu_link .menu_icon_arrow_right {
  width: 8px;
  height: 11px;
  object-fit: cover;
  transition: all .5s

}

#navi .btn_mail {
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #FF9615;
  margin-bottom: 16px;
  border-radius: 10px;
  position: relative;
  transition: all .5s
}

#navi .btn_mail:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s
}

#navi .btn_mail::before {
  position: absolute;
  content: '';
  width: 99%;
  height: 20px;
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 100%);
  opacity: 0.62;
  top: 5px;
  border-radius: 7px;
  filter: blur(6px);
}

#navi .btn_mail::after {
  position: absolute;
  content: '';
  width: 99%;
  height: 22px;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
  opacity: 0.36;
  bottom: 2px;
  border-radius: 7px;
  filter: blur(6px);
}

#navi .btn_mail .btn_icon_mail_white {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

#navi .btn_mail .btn_icon_arrow_right_white {
  width: 8px;
  height: 11px;
  object-fit: cover;
}

#navi .nav_btn_member {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav_btn_member .btn_login,
.nav_btn_member .btn_registration {
  width: 48%;
  height: 50px;
  border: solid #FF9615 2px;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  transition: all .5s;
  padding-left: 30px;
  position: relative;
}

.nav_btn_member .btn_login:hover,
.nav_btn_member .btn_registration:hover {
  color: #fff;
  background-color: #FF9615;
  transition: all .5s;
}

.nav_btn_member .btn_login::before {
  background-image: url(../img/icon_peaple.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  object-fit: cover;
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  transition: all .5s;
}

.nav_btn_member .btn_registration::before {
  background-image: url(../img/icon_registration_form.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  object-fit: cover;
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  transition: all .5s;
}

.nav_btn_member .btn_login:hover::before {
  background-image: url(../img/icon_peaple_white.png);
  transition: all .5s;
}

.nav_btn_member .btn_registration:hover:before {
  background-image: url(../img/icon_registration_form_white.png);
  transition: all .5s;
}

.toggle_btn {
  display: none;
}

#mask {
  display: none;
}


/*------------------------------------------
メイン
--------------------------------------------*/
.main {
  width: calc(100% - 360px);
  margin-left: auto;
  overflow: hidden;
}

#mv {
  width: 100%;
  height: 100vh;
  max-height: 879px;
  position: relative;
}

#mv .mainvisual_1 {
  width: 49%;
  max-width: 760px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin: 90px 0 32px 46px;
}

#mv .main_ttl {
  font-size: clamp(30px,3vw,40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #221815;
  line-height: 1;
}

#mv .main_ttl span {
  line-height: 1.5;
}

#mv .main_ttl .main_ttl_img_area {
  position: relative;
  width: 57%;
  max-width: 888px;
  height: auto;
  object-fit: cover;
}

#mv .main_ttl .main_ttl_img_area .main_ttl_img {
  width: 100%;
  object-fit: cover;
}

#mv .main_ttl .main_ttl_img_area::after {
  content: '';
  width: 100%;
  height: 3%;
  background-color: #000;
  position: absolute;
  bottom: 6px;
  left: 0;
}

#mv .mainvisual_2 {
  width: 36%;
  height: 68%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 29px;
}

#mv .mainvisual_3 {
  position: absolute;
  width: 413px;
  height: 354px;
  top: -368px;
  right: -114px;
  background-color: #FF9615;
  filter: blur(175px);
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time01{
  animation-delay: 0.6s;
  }
  
  .delay-time02{
  animation-delay: 1.5s;
  }
  
  /*==================================================
  スタート時は要素自体を透過0にするためのopacity:0;を指定する
  ===================================*/
  
  .fadebox{
    opacity: 0;
  }
  
  /*==================================================
  動き自体の指定：今回は「ふわっ」
  ===================================*/
  
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUp2 {
  animation-name:fadeUp2Anime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeUp2Anime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }

.fadedown {
  animation-name:fadeDownAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeDownAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  

/*------------------------------------
セクション：検索
-------------------------------------*/
#search {
  padding: 215px 0 150px;
  position: relative;
}
#search .search_bg_area {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: -1;
}

.search_bg_area .search_bg_1 img {
  width: 543px;
  object-fit: cover;
}
.search_bg_area .search_bg_2 img {
  width: 414px;
  object-fit: cover;
}
.search_bg_3 {
  position: absolute;
  width: 413px;
  height: 354px;
  background-color: #FF9615;
  border-radius: 100%;
  filter: blur(175px);
  left: -245px;
  bottom: -277px;
  z-index: -1;
}

#search .search_contents_area {
  width: 78%;
  max-width: 1210px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.search_contents_area .link_search_area {
  width: 49%;
  max-width: 588px;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 12px;
  background-color: #fff;
  transition: all .5s;
  position: relative;
}

.search_contents_area .link_search_area:hover {
  transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s
}
.search_contents_area .link_search_area a {
  text-decoration: none;
}
.link_search_area .link_search_area_ttl {
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: #FF9615;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 7px 7px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_search_area .link_search_area_img {
  width: 85%;
  max-width: 501px;
  height: auto;
  object-fit: cover;
  margin: 40px 0 0 25px;
}
.link_search_area_txt_area {
  display: flex;
  justify-content: space-between;
  width: 58%;
  height: 76px;
  list-style: none;
  margin: 0 auto;
}

.link_search_area_txt_area .link_search_area_txt .txt_1,
.link_search_area_txt_area .link_search_area_txt .txt_2 {
  text-decoration: none;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #221815;
  transition: all .5s;
}
.link_search_area_txt_area .link_search_area_txt .txt_1:hover,
.link_search_area_txt_area .link_search_area_txt .txt_2:hover {
  transition: all .5s;
  color: #FF9615;
}
.link_search_area_txt_area .link_search_area_txt .txt_1 {
  margin-bottom: 16px;
  display: inline-block;
}

#search .search_contents_area_2 {
  width: 50%;
  max-width: 612px;
  height: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_contents_area_2 .link_search_new_construction_area,
.search_contents_area_2 .link_search_used_property_area,
.search_contents_area_2 .link_search_land_for_sale_area,
.search_contents_area_2 .link_search_apartment_area {
  width: 49%;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 12px;
  background-color: #fff;
  transition: all .5s;
  position: relative;
}
.search_contents_area_2 .link_search_new_construction_area:hover,
.search_contents_area_2 .link_search_used_property_area:hover,
.search_contents_area_2 .link_search_land_for_sale_area:hover,
.search_contents_area_2 .link_search_apartment_area:hover {
  transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s
}

.search_contents_area_2 .link_search_new_construction_area,
 .search_contents_area_2 .link_search_used_property_area {
  margin-bottom: 10px;
 }

.search_contents_area_2 .link_search_new_construction_area .link_search_new_construction,
.search_contents_area_2 .link_search_used_property_area .link_search_used_property,
.search_contents_area_2 .link_search_land_for_sale_area .link_search_land_for_sale,
.search_contents_area_2 .link_search_apartment_area .link_search_apartment {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.link_search_new_construction_area .link_search_new_construction .link_search_new_construction_ttl,
.link_search_used_property_area .link_search_used_property .link_search_used_property_ttl,
.link_search_land_for_sale_area .link_search_land_for_sale .link_search_land_for_sale_ttl,
.link_search_apartment_area .link_search_apartment .link_search_apartment_ttl {
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: #FF9615;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 7px 7px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_search_new_construction_area .link_search_new_construction .link_search_new_construction_img {
  width: 117px;
  height: auto;
  object-fit: cover;
  margin: 47px auto 10px;
  display: block;
}

.link_search_used_property_area .link_search_used_property .link_search_used_property_img {
  width: 110px;
  object-fit: cover;
  margin: 46px auto 14px;
  display: block;
}

.link_search_land_for_sale_area .link_search_land_for_sale .link_search_land_for_sale_img {
  width: 80px;
  object-fit: cover;
  display: block;
  margin: 60px auto 22px;
}

.link_search_apartment_area .link_search_apartment .link_search_apartment_img {
  width: 66px;
  object-fit: cover;
  display: block;
  margin: 40px auto 20px;
}

.link_search_new_construction_area .link_search_new_construction .link_search_new_construction_txt,
.link_search_used_property_area .link_search_used_property .link_search_used_property_txt,
.link_search_land_for_sale_area .link_search_land_for_sale .link_search_land_for_sale_txt,
.link_search_apartment_area .link_search_apartment .link_search_apartment_txt {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #221815;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}

/*---------------------------------
セクション：最新物件情報
----------------------------------*/
#latest_porperties {
  margin-bottom: 150px;
}
.latest_porperties_contents_area {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 177px;
  position: relative;
}
.latest_porperties_contents_area::before {
  background-color: #3e372e;
  border-radius: 0 30px 30px 0;
  content: '';
  width: 88%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.latest_porperties_contents_area .latest_porperties_ttl {
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 32px;
  color: #fff;
}
.latest_porperties_contents_area .latest_porperties_txt {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 60px;
  color: #fff;
}
.latest_porperties_contents_area .latest_porperties_btn {
  width: 275px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #FF9615;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  transition: all .5s
}

.latest_porperties_contents_area .latest_porperties_btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s
}

.latest_porperties_contents_area .latest_porperties_btn::before {
  position: absolute;
  content: '';
  width: 99%;
  height: 20px;
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 100%);
  opacity: 0.62;
  top: 5px;
  border-radius: 7px;
  filter: blur(6px);
}

.latest_porperties_contents_area .latest_porperties_btn::after {
  position: absolute;
  content: '';
  width: 99%;
  height: 22px;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
  opacity: 0.36;
  bottom: 2px;
  border-radius: 7px;
  filter: blur(6px);
}

.latest_porperties_contents_area .latest_porperties_btn .latest_porperties_arrow_white {
  width: 7px;
  height: 11px;
  object-fit: cover;
  position: absolute;
  right: 18px;
}
/*-----------------------------------
スライド
------------------------------------*/
#latest_porperties .slide {
  overflow-x: clip;
  overflow-y: visible;
}
#latest_porperties .swiper {
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 50px;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}
.swiper-wrapper .latest_porperties_slide {
  width: 351px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .5s;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 4px;
  height: auto;
}
.swiper-wrapper .latest_porperties_slide:hover {
  transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s;
  border-radius: 10px;
}
.swiper-wrapper .latest_porperties_slide a {
  text-decoration: none;
}
.latest_porperties_slide .latest_porperties_img_area {
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.latest_porperties_img_area .latest_porperties_img_category_new {
  position: absolute;
  width: 68px;
  height: 20px;
  border-radius: 45px;
  background-color: #FF9615;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  top: 8px;
  left: 8px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest_porperties_img_area .latest_porperties_img_category_rental {
  position: absolute;
  width: 68px;
  height: 20px;
  border-radius: 45px;
  border: #FF9615 solid 1px;
  background-color: #fff;
  color: #FF9615;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  top: 8px;
  left: 84px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest_porperties_img_area .latest_porperties_img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
}
.latest_porperties_slide_txt_area .latest_porperties_slide_txt {
  list-style: none;
  padding: 16px 12px 24px 15px;
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_category {
  width: 120px;
  height: 23px;
  border: #FF9615 solid 1px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FF9615;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_name h3 {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #d90000;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_price img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 6px;
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_access {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_access img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 6px;
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_floor_plan {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_floor_plan img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 6px;
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_info {
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.latest_porperties_slide_txt .latest_porperties_slide_txt_info::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 98%;
  height: 1px;
  background-color: #333;
}

/*------------------------
スライド機能(次へ、前へボタン)
------------------------*/
.swiper-button-prev img,
.swiper-button-next img {
  width: 47px;
  height: 47px;
  object-fit: cover;
}
.swiper-button-next img {
  transform: rotate(180deg);
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  width: 47px;
  height: 47px;
  display: block;
  top: -78px;
  right: 0;
  margin: 0;
}
.swiper-button-next {
  right: 72px;
}
.swiper-button-prev {
  right: 143px;
  left: unset;
}

/*---------------------------------
セクション：物件情報
----------------------------------*/
.properties_info_contents_area {
  width: 88%;
  background-color: #FFF3E4;
  padding-top: 80px;
  padding-bottom: 78px;
  padding-left: 80px;
  border-radius: 30px 0px 0px 30px;
  margin-left: auto;
}
.properties_info_contents_area .properties_info_ttl {
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 56px;
  color: #333;
}
/*--------------------------------------------
おすすめ物件、新築一戸建て、売土地、マンション
--------------------------------------------*/
.recommended_properties_contents,
.new_construction_contents,
.land_for_sale_contents,
.apartment_contents {
  width: 82%;
  margin-bottom: 64px;
}
.recommended_properties_contents .recommended_properties_ttl,
.new_construction_contents .new_construction_ttl,
.land_for_sale_contents .land_for_sale_ttl,
.apartment_contents .apartment_ttl {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #221815;
  border-left: solid #221815 6px;
  padding-left: 18px;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}
.recommended_properties_contents .recommended_properties_ttl img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-left: 7px;
}
.new_construction_contents .new_construction_ttl img {
  width: 41px;
  height: 41px;
  object-fit: contain;
  margin-left: 8px;
}
.land_for_sale_contents .land_for_sale_ttl img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-left: 16px;
}
.apartment_contents .apartment_ttl img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-left: 12px;
}
.recommended_properties_contents .recommended_properties_btn,
.new_construction_contents .new_construction_btn,
.land_for_sale_contents .land_for_sale_btn,
.apartment_contents .apartment_btn {
  width: 275px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #FF9615;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  transition: all .5s
}

.recommended_properties_contents .recommended_properties_btn:hover,
.new_construction_contents .new_construction_btn:hover,
.land_for_sale_contents .land_for_sale_btn:hover,
.apartment_contents .apartment_btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s
}

.recommended_properties_contents .recommended_properties_btn::before,
.new_construction_contents .new_construction_btn::before,
.land_for_sale_contents .land_for_sale_btn::before,
.apartment_contents .apartment_btn::before {
  position: absolute;
  content: '';
  width: 99%;
  height: 20px;
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 100%);
  opacity: 0.62;
  top: 5px;
  border-radius: 7px;
  filter: blur(6px);
}

.recommended_properties_contents .recommended_properties_btn::after,
.new_construction_contents .new_construction_btn::after,
.land_for_sale_contents .land_for_sale_btn::after,
.apartment_contents .apartment_btn::after {
  position: absolute;
  content: '';
  width: 99%;
  height: 22px;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
  opacity: 0.36;
  bottom: 2px;
  border-radius: 7px;
  filter: blur(6px);
}

.recommended_properties_contents .recommended_properties_btn .recommended_properties_arrow_white,
.new_construction_contents .new_construction_btn .new_construction_arrow_white,
.land_for_sale_contents .land_for_sale_btn .land_for_sale_arrow_white,
.apartment_contents .apartment_btn .apartment_arrow_white {
  width: 7px;
  height: 11px;
  object-fit: cover;
  position: absolute;
  right: 18px;
}
/*-----------------------------------
スライド
------------------------------------*/
.recommended_properties_contents .swiper,
.new_construction_contents .swiper,
.land_for_sale_contents .swiper,
.apartment_contents .swiper {
  overflow-x: clip;
  overflow-y: visible;
  margin-bottom: 50px;
  max-width: 1210px;
}
.swiper-wrapper .recommended_properties_slide,
.swiper-wrapper .new_construction_slide,
.swiper-wrapper .land_for_sale_slide,
.swiper-wrapper .apartment_slide {
  width: 351px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .5s;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 4px;
  height: auto;
}
.swiper-wrapper .recommended_properties_slide:hover,
.swiper-wrapper .new_construction_slide:hover,
.swiper-wrapper .land_for_sale_slide:hover,
.swiper-wrapper .apartment_slide:hover {
  transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s;
  border-radius: 10px;
}
.swiper-wrapper .recommended_properties_slide a,
.swiper-wrapper .new_construction_slide a,
.swiper-wrapper .land_for_sale_slide a,
.swiper-wrapper .apartment_slide a {
  text-decoration: none;
}
.recommended_properties_slide .recommended_properties_img_area,
.new_construction_slide .new_construction_img_area,
.land_for_sale_slide .land_for_sale_img_area,
.apartment_slide .apartment_img_area {
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.recommended_properties_img_area .recommended_properties_img_category_new,
.new_construction_img_area .new_construction_img_category_new,
.land_for_sale_img_area .land_for_sale_img_category_new,
.apartment_img_area .apartment_img_category_new {
  position: absolute;
  width: 68px;
  height: 20px;
  border-radius: 45px;
  background-color: #FF9615;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  top: 8px;
  left: 8px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommended_properties_img_area .recommended_properties_img_category_rental,
.new_construction_img_area .new_construction_img_category_rental,
.land_for_sale_img_area .land_for_sale_img_category_rental,
.apartment_img_area .apartment_img_category_rental {
  position: absolute;
  width: 100px;
  height: 20px;
  border-radius: 45px;
  border: #FF9615 solid 1px;
  background-color: #fff;
  color: #FF9615;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  top: 8px;
  left: 84px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommended_properties_img_area .recommended_properties_img,
.new_construction_img_area .new_construction_img,
.land_for_sale_img_area .land_for_sale_img,
.apartment_img_area .apartment_img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.recommended_properties_slide_txt_area .recommended_properties_slide_txt,
.new_construction_slide_txt_area .new_construction_slide_txt,
.land_for_sale_slide_txt_area .land_for_sale_slide_txt,
.apartment_slide_txt_area .apartment_slide_txt {
  list-style: none;
  padding: 16px 12px 24px 15px;
}
.recommended_properties_slide_txt .recommended_properties_slide_txt_category,
.new_construction_slide_txt .new_construction_slide_txt_category,
.land_for_sale_slide_txt .land_for_sale_slide_txt_category,
.apartment_slide_txt .apartment_slide_txt_category {
  width: 100px;
  height: 23px;
  border: #FF9615 solid 1px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #FF9615;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommended_properties_slide_txt .recommended_properties_slide_txt_name h3,
.new_construction_slide_txt .new_construction_slide_txt_name h3,
.land_for_sale_slide_txt .land_for_sale_slide_txt_name h3,
.apartment_slide_txt .apartment_slide_txt_name h3 {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.recommended_properties_slide_txt .recommended_properties_slide_txt_price,
.new_construction_slide_txt .new_construction_slide_txt_price,
.land_for_sale_slide_txt .land_for_sale_slide_txt_price,
.apartment_slide_txt .apartment_slide_txt_price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #d90000;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */

}
.recommended_properties_slide_txt .recommended_properties_slide_txt_price img,
.new_construction_slide_txt .new_construction_slide_txt_price img,
.land_for_sale_slide_txt .land_for_sale_slide_txt_price img,
.apartment_slide_txt .apartment_slide_txt_price img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 6px;
}
.recommended_properties_slide_txt .recommended_properties_slide_txt_access,
.new_construction_slide_txt .new_construction_slide_txt_access,
.land_for_sale_slide_txt .land_for_sale_slide_txt_access,
.apartment_slide_txt .apartment_slide_txt_access {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */

}
.recommended_properties_slide_txt .recommended_properties_slide_txt_access img,
.new_construction_slide_txt .new_construction_slide_txt_access img,
.land_for_sale_slide_txt .land_for_sale_slide_txt_access img,
.apartment_slide_txt .apartment_slide_txt_access img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 6px;
}
.recommended_properties_slide_txt .recommended_properties_slide_txt_floor_plan,
.new_construction_slide_txt .new_construction_slide_txt_floor_plan,
.land_for_sale_slide_txt .land_for_sale_slide_txt_floor_plan,
.apartment_slide_txt .apartment_slide_txt_floor_plan {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */

}
.recommended_properties_slide_txt .recommended_properties_slide_txt_floor_plan img,
.new_construction_slide_txt .new_construction_slide_txt_floor_plan img,
.land_for_sale_slide_txt .land_for_sale_slide_txt_floor_plan img,
.apartment_slide_txt .apartment_slide_txt_floor_plan img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-right: 6px;
}
.recommended_properties_slide_txt .recommended_properties_slide_txt_info,
.new_construction_slide_txt .new_construction_slide_txt_info,
.land_for_sale_slide_txt .land_for_sale_slide_txt_info,
.apartment_slide_txt .apartment_slide_txt_info {
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}
.recommended_properties_slide_txt .recommended_properties_slide_txt_info::before,
.new_construction_slide_txt .new_construction_slide_txt_info::before,
.land_for_sale_slide_txt .land_for_sale_slide_txt_info::before,
.apartment_slide_txt .apartment_slide_txt_info::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 98%;
  height: 1px;
  background-color: #333;
}

/*---------------------------------------
お知らせ・ブログ
---------------------------------------*/
#news_blog {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news_bg_area {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}

.news_bg_area .news_bg_1 {
  width: 17%;
  object-fit: cover;
  position: relative;
  top: -51px;
}
.news_bg_area .news_bg_2 {
  width: 38%;
  object-fit: cover;
  position: relative;
  top: -18px;
}
.news_contents_area {
  padding: 100px 0;
  width: 75%;
  max-width: 1210px;
  margin: 0 auto;
}

.news_contents_area .news_ttl {
  font-size: 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
}
.news_contents_area .news_contents {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}
.news_contents .news_contents_1,
.news_contents .news_contents_2,
.news_contents .news_contents_3  {
  width: 30%;
  background-color: #fff;
  border-radius: 12px;
}
.news_contents .news_contents_1 a,
.news_contents .news_contents_2 a,
.news_contents .news_contents_3 a {
  text-decoration: none;
  color: #333;
  transition: all .5s;

}
.news_contents .news_contents_1 a:hover,
.news_contents .news_contents_2 a:hover,
.news_contents .news_contents_3 a:hover {
  opacity: .8;
  transition: all .5s;
}

.news_contents_1 .news_contents_1_img,
.news_contents_2 .news_contents_2_img,
.news_contents_3 .news_contents_3_img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 24px;
}

.news_contents_1 .news_contents_1_ttl,
.news_contents_2 .news_contents_2_ttl,
.news_contents_3 .news_contents_3_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
.news_contents_1 .news_contents_1_txt,
.news_contents_2 .news_contents_2_txt,
.news_contents_3 .news_contents_3_txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.news_contents_area .news_btn {
  width: 275px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #FF9615;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  transition: all .5s
}

.news_contents_area .news_btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all .5s
}

.news_contents_area .news_btn::before {
  position: absolute;
  content: '';
  width: 99%;
  height: 20px;
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 100%);
  opacity: 0.62;
  top: 5px;
  border-radius: 7px;
  filter: blur(6px);
}

.news_contents_area .news_btn::after {
  position: absolute;
  content: '';
  width: 99%;
  height: 22px;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
  opacity: 0.36;
  bottom: 2px;
  border-radius: 7px;
  filter: blur(6px);
}

.news_contents_area .news_btn .news_arrow_white {
  width: 7px;
  height: 11px;
  object-fit: cover;
  position: absolute;
  right: 18px;
}

/*--------------------------
グーグルマップ
---------------------------*/
.map {
  margin-bottom: 264px;
}

/*---------------------------
問い合わせエリア
-----------------------------*/
#footer {
  position: relative;
  background-image: url(../img/footer_bg.png);
  background-size: cover;
}

#footer::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(33,19,2,0) 0%, #211302 100%);
  background: linear-gradient(0deg, rgba(33,19,2,0) 0%, #211302 100%);
  opacity: .6;
}

#footer .contact_area {
  position: absolute;
  width: 75%;
  height: 332px;
  top: -162px;
  left: calc(50% - 37.5%);
  background-color: #FF9615;
  border-radius: 10px;
  color: #fff;
  padding: 18px 0;
  z-index: 2;
}

.contact_area .contact_contents {
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_contents .contact_tel,
.contact_contents .contact_mail,
.contact_contents .contact_form {
  width: 33%;
  height: 100%;
  text-align: center;
  padding-top: 66px;
}
.contact_contents .contact_mail {
  border-left: #fff solid 1.8px;
  border-right: #fff solid 1.8px;
}

.contact_tel .tel_img {
  width: 83px;
  object-fit: cover;
  margin-bottom: 4px;
}
.contact_mail .mail_img {
  width: 69px;
  object-fit: cover;
  margin-bottom: 11px;
}
.contact_form .form_img {
  width: 77px;
  object-fit: cover;
  margin-bottom: 16px;
}
.contact_tel .tel_ttl,
.contact_mail .mail_ttl,
.contact_form .form_ttl {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.contact_tel .tel_link {
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  color: #fff;
  transition: all .5s;
}
.contact_mail .mail_link {
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  transition: all .5s;
}
.contact_tel .tel_link:hover,
.contact_mail .mail_link:hover {
  opacity: .8;
  transition: all .5s;
}
.contact_tel .tel_txt {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.contact_form .form_btn {
  width: 275px;
  height: 60px;
  color: #FF9615;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  border: #fff 1px solid;
  margin: 7px auto 0;
  border-radius: 10px;
  position: relative;
  transition: all .5s;
}

.contact_form .form_btn:hover {
  transition: all .5s;
  border: #fff 1px solid;
  background-color: #FF9615;
  color: #fff;
}

.contact_form .form_btn .form_arrow {
  width: 7px;
  height: 11px;
  object-fit: contain;
  position: absolute;
  right: 22px;
}
.contact_form .form_btn .form_arrow_white {
  display: none;
}
.contact_form .form_btn:hover .form_arrow_white {
  width: 7px;
  height: 11px;
  object-fit: contain;
  position: absolute;
  right: 22px;
  display: block;
}
/*--------------------------------
フッターテキスト
---------------------------------*/
#footer .footer_contents {
  width: 75%;
  margin: 0px auto;
  padding-top: 324px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.footer_contents .footer_menu {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 113px;
}
.footer_menu .footer_link {
  width: 12.5%;
  display: flex;
  flex-direction: column;
}
.footer_link .footer_link_ttl a {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-bottom: 24px;
  transition: all .5s;
}
.footer_link .footer_link_txt_1,
.footer_link .footer_link_txt_2,
.footer_link .footer_link_txt_3,
.footer_link .footer_link_txt_4 {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 8px;
  transition: all .5s;
}
.footer_link .footer_link_ttl a:hover,
.footer_link .footer_link_txt_1:hover,
.footer_link .footer_link_txt_2:hover,
.footer_link .footer_link_txt_3:hover {
  opacity: .8;
  transition: all .5s;
}
.footer_contents .footer_info .company_info {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: #fff 1px solid;
  position: relative;
}

.footer_info .company_info .info_ttl,
.footer_info .company_info .info_adress,
.footer_info .company_info .info_tel {
  font-size: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}
.footer_info .company_info .info_tel span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.company_info .sns_icon {
  position: absolute;
  bottom: 24px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 79px;
}

.company_info .sns_icon a {
  display: block;
  width: 33px;
  height: 33px;
  transition: all .5s;
}
.company_info .sns_icon a:hover {
  opacity: 0.8;
  transition: all .5s;
}
.company_info .sns_icon .icon_instagram,
.company_info .sns_icon .icon_facebook {
  width: 33px;
  object-fit: cover;
}

.footer_info .footer_logo {
  width: 100%;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}

.footer_logo a {
  width: 21%;
  height: 48px;
  transition: all .5s;
}

.footer_logo a:hover {
  opacity: 0.8;
  transition: all .5s;
}

.footer_logo a .footer_logo_white {
  width: 100%;
  object-fit: cover;
}
.footer_logo .copy_txt {
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: #cacaca;
}
/*レスポンシブ*/
@media screen and (max-width:1440px) {
  #header {
    width: 300px;
    padding: 90px 20px 0 30px;
  }
  .main {
    width: calc(100% - 300px);
  }
  #search {
    padding-top: 150px;
  }
  .search_bg_area .search_bg_1 img {
    width: 100%;
    object-fit: cover;
  }
  .search_bg_area .search_bg_2 img {
    width: 100%;
    object-fit: cover;
  }
  .search_bg_area .search_bg_1, 
  .search_bg_area .search_bg_2 {
    width: 40%;
  }
  .link_search_area .link_search_area_ttl, .link_search_new_construction_area .link_search_new_construction .link_search_new_construction_ttl, .link_search_used_property_area .link_search_used_property .link_search_used_property_ttl, .link_search_land_for_sale_area .link_search_land_for_sale .link_search_land_for_sale_ttl, .link_search_apartment_area .link_search_apartment .link_search_apartment_ttl {
    font-size: 20px;
  }
  .link_search_area_txt_area .link_search_area_txt .txt_1, .link_search_area_txt_area .link_search_area_txt .txt_2, .link_search_new_construction_area .link_search_new_construction .link_search_new_construction_txt, .link_search_used_property_area .link_search_used_property .link_search_used_property_txt, .link_search_land_for_sale_area .link_search_land_for_sale .link_search_land_for_sale_txt, .link_search_apartment_area .link_search_apartment .link_search_apartment_txt {
    font-size: 14px;
  }
  #search .search_contents_area {
    width: 95%;
  }
  .latest_porperties_contents_area {
    padding-top: 40px;
    padding-left: 80px;
  }
  .latest_porperties_button_prev {
    right: 60px;
  }
  .latest_porperties_button_next {
    right: 0px;
  }
  .properties_info_contents_area {
    width: 95%;
    padding-top: 40px;
    padding-left: 80px;
  }

  .latest_porperties_contents_area .latest_porperties_ttl,
  .properties_info_contents_area .properties_info_ttl,
  .news_contents_area .news_ttl,
  .contact_tel .tel_link {
    font-size: 30px;
  }
  .latest_porperties_contents_area .latest_porperties_txt {
    font-size: 14px;
  }
  .latest_porperties_slide_txt .latest_porperties_slide_txt_name h3,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_name h3, .new_construction_slide_txt .new_construction_slide_txt_name h3, .land_for_sale_slide_txt .land_for_sale_slide_txt_name h3, .apartment_slide_txt .apartment_slide_txt_name h3,
  .news_contents_1 .news_contents_1_txt, .news_contents_2 .news_contents_2_txt, .news_contents_3 .news_contents_3_txt,
  .footer_info .company_info .info_ttl, .footer_info .company_info .info_adress, .footer_info .company_info .info_tel {
    font-size: 18px;
  }
  .latest_porperties_slide_txt .latest_porperties_slide_txt_price,
  .latest_porperties_slide_txt .latest_porperties_slide_txt_access,
  .latest_porperties_slide_txt .latest_porperties_slide_txt_floor_plan,
  .latest_porperties_slide_txt .latest_porperties_slide_txt_info,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_price,
  .new_construction_slide_txt .new_construction_slide_txt_price, .land_for_sale_slide_txt .land_for_sale_slide_txt_price, .apartment_slide_txt .apartment_slide_txt_price,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_price, .new_construction_slide_txt .new_construction_slide_txt_price, .land_for_sale_slide_txt .land_for_sale_slide_txt_price, .apartment_slide_txt .apartment_slide_txt_price,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_floor_plan, .new_construction_slide_txt .new_construction_slide_txt_floor_plan, .land_for_sale_slide_txt .land_for_sale_slide_txt_floor_plan, .apartment_slide_txt .apartment_slide_txt_floor_plan,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_info, .new_construction_slide_txt .new_construction_slide_txt_info, .land_for_sale_slide_txt .land_for_sale_slide_txt_info, .apartment_slide_txt .apartment_slide_txt_info,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_access, .new_construction_slide_txt .new_construction_slide_txt_access, .land_for_sale_slide_txt .land_for_sale_slide_txt_access, .apartment_slide_txt .apartment_slide_txt_access {
    font-size: 14px;
  }
  .recommended_properties_contents .recommended_properties_ttl, .new_construction_contents .new_construction_ttl, .land_for_sale_contents .land_for_sale_ttl, .apartment_contents .apartment_ttl {
    font-size: 26px;
  }
  .recommended_properties_contents, .new_construction_contents, .land_for_sale_contents, .apartment_contents {
    width: 100%;
  }
  .news_contents_1 .news_contents_1_ttl, .news_contents_2 .news_contents_2_ttl, .news_contents_3 .news_contents_3_ttl {
    font-size: 22px;
  }
  .contact_tel .tel_ttl, .contact_mail .mail_ttl, .contact_form .form_ttl {
    font-size: 15px;
  }
  .contact_tel .tel_txt,
  .footer_link .footer_link_txt_1, .footer_link .footer_link_txt_2, .footer_link .footer_link_txt_3, .footer_link .footer_link_txt_4,
  .footer_info .company_info .info_tel span {
    font-size: 13px;
  }
  .contact_form .form_btn {
    width: 80%;
    max-width: 275px;
  }
  .contact_form .form_btn {
    font-size: 16px;
  }
  .contact_form .form_btn {
    width: 90%;
  }
  .footer_link .footer_link_ttl a {
    font-size: 14px;
  }
}
@media screen and (max-width:1023px) {
  #header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: unset;
}

.logo {
  width: auto;
  height: auto;
  margin-bottom: unset;
  z-index: 99;
}

.logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo a .logo_img {
  width: 60%;
  height: auto;
  object-fit: cover;
}

  /*
  ハンバーガーメニュー
  メニューが閉じている時は、「left: -300px;」で画面左に隠し、
  「opacity: 0;」で非表示にしている
  */
  #navi {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    background: #fff;
    padding: 0 50px;
    transition: all 0.5s;
    z-index: 20;
    opacity: 0;
    padding-top: 123px;
  }

  /*
  ハンバーガーメニュー
  メニューが開いている時は、「left: 0;」「opacity: 1;」で
  画面左に表示する
  */
  .open #navi {
    left: 0;
    opacity: 1;
  }
  .toggle_btn {
    width: 35%;
    min-width: 130px;
    height: 90px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 20;
    background-color: #FF9615;
    color: #fff;
    text-shadow: rgba(255,150,21,.9) 0 0 4px;
  }
  .toggle_btn.bg_fff {
    background-color: #fff;
  }
  /*
  ハンバーガーメニューの線の設定（メニューが閉じている時）
  */
  .toggle_btn span {
    display: block;
    position: absolute;
    width: 68%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.5s;
    left: calc(50% - 34%);
    box-shadow: rgba(255,150,21,.9) 0 0 4px;
  }
  /*
  1本目の線の位置を設定
  */
  .toggle_btn span:nth-child(1) {
    top: 29.5px;
  }
  /*
  2本目の線の位置を設定
  */
  .toggle_btn span:nth-child(2) {
    top: 33.5px;
  }
  /*
  3本目の線の位置を設定
  */
  .toggle_btn span:nth-child(3) {
    top: 37.5px;
  }

  .toggle_btn .sp_btn_ttl {
    position: relative;
    top: 41.5px;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .toggle_btn_close,
  .open .toggle_btn_open {
    display: none;
  }

  .toggle_btn_open,
  .open .toggle_btn_close {
    display: block;
  }

  .open #mask {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }
  #navi .btn_mail {
    max-width: 40%;
    margin: 0 auto 16px;
  }
  #navi .nav_btn_member {
    justify-content: space-evenly;
  }
  .nav_btn_member .btn_login, .nav_btn_member .btn_registration {
    max-width: 30%;
  }

  /*
  main
  */
  .main {
    width: 100%;
  }

  #mv {
    height: unset;
    padding: 90px 10px 0;
  }
  #mv .mainvisual_1 {
    width: 53%;
    height: auto;
    margin: 20px 0;
  }
  #mv .main_ttl {
    font-size: 17px;
  }
  #mv .main_ttl .main_ttl_img_area {
    width: 100%;
  }
  #mv .main_ttl .main_ttl_img_area::after {
    height: 2px;
    bottom: 3px;
  }
  #mv .mainvisual_2 {
    width: 30%;
    height: auto;
    right: 10px;
    top: 138px;
    border-radius: 3px;
  }
  #mv .mainvisual_3 {
    width: 113px;
    height: 96px;
    top: 27px;
    right: -33px;
    filter: blur(47px)
  }
  /*
  セクション：検索
  */
  #search {
    padding: 90px 30px 70px;
  }
  .search_bg_area .search_bg_1 img {
    width: 263px;
    height: 184px;
    position: absolute;
    top: 0;
    left: -22px;
  }
  .search_bg_area .search_bg_2 img {
    display: none;
  }
  .search_bg_area .search_bg_2_sp img {
    width: 160px;
    position: absolute;
    top: -70px;
    right: 0px;
  }
  #search .search_contents_area {
    width: 100%;
    max-width: unset;
    flex-direction: column;
  }
  .search_contents_area .link_search_area {
    width: 100%;
    margin-bottom: 8px;
    max-width: unset;
  }
  .link_search_area .link_search_area_img {
    display: block;
    margin: 40px auto 0px;
    width: 60%;
  }
  .link_search_area_txt_area {
    width: 197px;
    height: 45px;
    margin-bottom: 10px;
  }
  .link_search_area_txt_area .link_search_area_txt .txt_1 {
    margin-bottom: 8px;
  }
  .link_search_area_txt_area .link_search_area_txt .txt_1, .link_search_area_txt_area .link_search_area_txt .txt_2 {
    font-size: 13px;
  }
  #search .search_contents_area_2 {
    width: 100%;
    max-width: unset;
  }
  .search_contents_area_2 .link_search_new_construction_area, .search_contents_area_2 .link_search_used_property_area {
    margin-bottom: 8px;
  }
  .link_search_new_construction_area .link_search_new_construction .link_search_new_construction_ttl, .link_search_used_property_area .link_search_used_property .link_search_used_property_ttl, .link_search_land_for_sale_area .link_search_land_for_sale .link_search_land_for_sale_ttl, .link_search_apartment_area .link_search_apartment .link_search_apartment_ttl {
    height: 36px;
    font-size: 16px;
  }
  .link_search_new_construction_area .link_search_new_construction .link_search_new_construction_img {
    width: 60px;
    margin-top: 17px;
    margin-bottom: 6px;
  }
  .link_search_new_construction_area .link_search_new_construction .link_search_new_construction_txt, .link_search_used_property_area .link_search_used_property .link_search_used_property_txt, .link_search_land_for_sale_area .link_search_land_for_sale .link_search_land_for_sale_txt, .link_search_apartment_area .link_search_apartment .link_search_apartment_txt {
    font-size: 13px;
  }
  .link_search_used_property_area .link_search_used_property .link_search_used_property_img {
    width: 56px;
    margin-top: 16px;
    margin-bottom: 6px;
  }
  .link_search_land_for_sale_area .link_search_land_for_sale .link_search_land_for_sale_img {
    width: 40px;
    margin-top: 23px;
    margin-bottom: 9px;
  }
  .link_search_apartment_area .link_search_apartment .link_search_apartment_img {
    width: 27px;
    margin-top: 23px;
    margin-bottom: 4px;
  }
  .search_bg_3 {
    width: 113px;
    height: 96px;
    left: -42px;
    bottom: -38px;
    filter: blur(47px);
  }
  /*
  セクション：最新物件情報
  */
  .latest_porperties_contents_area {
    width: 100%;
    padding: 24px 0 24px 10px;
  }
  .latest_porperties_contents_area::before {
    width: calc(100% - 10px);
  }
  .latest_porperties_contents_area .latest_porperties_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .latest_porperties_contents_area .latest_porperties_txt {
    font-size: 13px;
    margin-bottom: 20px;
  }
  /*
  スライド
  */
  #latest_porperties .swiper,
  .recommended_properties_contents .swiper,
  .new_construction_contents .swiper,
  .land_for_sale_contents .swiper,
  .apartment_contents .swiper {
    margin-bottom: 24px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: -45px;
  }
  .swiper-button-prev img, .swiper-button-next img {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }
  .swiper-button-prev {
    right: 55px;
  }
  .swiper-button-next {
    right: 13px;
  }
  .latest_porperties_img_area .latest_porperties_img_category_new,
  .recommended_properties_img_area .recommended_properties_img_category_new,
  .new_construction_img_area .new_construction_img_category_new,
  .land_for_sale_img_area .land_for_sale_img_category_new,
  .apartment_img_area .apartment_img_category_new {
    width: 33px;
    height: 11px;
    top: 5px;
    left: 5px;
    font-size: 8px;
  }
  .latest_porperties_img_area .latest_porperties_img_category_rental,
  .recommended_properties_img_area .recommended_properties_img_category_rental,
  .new_construction_img_area .new_construction_img_category_rental,
  .land_for_sale_img_area .land_for_sale_img_category_rental,
  .apartment_img_area .apartment_img_category_rental {
    width: 60px;
    height: 11px;
    top: 5px;
    left: 42px;
    font-size: 8px;
  }
  .latest_porperties_slide_txt_area .latest_porperties_slide_txt,
  .recommended_properties_slide_txt_area .recommended_properties_slide_txt,
  .new_construction_slide_txt_area .new_construction_slide_txt,
  .land_for_sale_slide_txt_area .land_for_sale_slide_txt,
  .apartment_slide_txt_area .apartment_slide_txt {
    padding: 0px 3px 10px 6px;
  }
  .latest_porperties_slide_txt .latest_porperties_slide_txt_category,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_category,
  .new_construction_slide_txt .new_construction_slide_txt_category,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_category,
  .apartment_slide_txt .apartment_slide_txt_category {
    font-size: 8px;
    width: 60px;
    height: 12px;
    margin-bottom: 4px;
    border-radius: 3px;
  }
  .latest_porperties_slide_txt .latest_porperties_slide_txt_name h3,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_name h3,
  .new_construction_slide_txt .new_construction_slide_txt_name h3,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_name h3,
  .apartment_slide_txt .apartment_slide_txt_name h3 {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .latest_porperties_slide_txt .latest_porperties_slide_txt_price img,
  .latest_porperties_slide_txt .latest_porperties_slide_txt_access img,
  .latest_porperties_slide_txt .latest_porperties_slide_txt_floor_plan img,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_price img,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_access img,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_floor_plan img,
  .new_construction_slide_txt .new_construction_slide_txt_price img,
  .new_construction_slide_txt .new_construction_slide_txt_access img,
  .new_construction_slide_txt .new_construction_slide_txt_floor_plan img,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_price img,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_access img,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_floor_plan img,
  .apartment_slide_txt .apartment_slide_txt_price img,
  .apartment_slide_txt .apartment_slide_txt_access img,
  .apartment_slide_txt .apartment_slide_txt_floor_plan img {
    width: 11px;
    height: 11px;
  }
  .latest_porperties_slide_txt .latest_porperties_slide_txt_price,
  .latest_porperties_slide_txt .latest_porperties_slide_txt_access,
  .latest_porperties_slide_txt .latest_porperties_slide_txt_floor_plan,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_price,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_access,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_floor_plan,
  .new_construction_slide_txt .new_construction_slide_txt_price,
  .new_construction_slide_txt .new_construction_slide_txt_access,
  .new_construction_slide_txt .new_construction_slide_txt_floor_plan,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_price,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_access,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_floor_plan,
    .apartment_slide_txt .apartment_slide_txt_price,
  .apartment_slide_txt .apartment_slide_txt_access,
  .apartment_slide_txt .apartment_slide_txt_floor_plan {
    font-size: 13px;
    width: unset;
    justify-content: flex-start;
  }
  .latest_porperties_slide_txt .latest_porperties_slide_txt_info,
  .recommended_properties_slide_txt .recommended_properties_slide_txt_info,
  .new_construction_slide_txt .new_construction_slide_txt_info,
  .land_for_sale_slide_txt .land_for_sale_slide_txt_info,
  .apartment_slide_txt .apartment_slide_txt_info {
    font-size: 13px;
  }
  .latest_porperties_contents_area .latest_porperties_btn,
  .recommended_properties_contents .recommended_properties_btn,
  .new_construction_contents .new_construction_btn,
  .land_for_sale_contents .land_for_sale_btn,
  .apartment_contents .apartment_btn {
    width: 131px;
    height: 25px;
    border-radius: 3px;
    font-size: 13px;
  }
  .latest_porperties_contents_area .latest_porperties_btn .latest_porperties_arrow_white,
  .recommended_properties_contents .recommended_properties_btn .recommended_properties_arrow_white,
  .new_construction_contents .new_construction_btn .new_construction_arrow_white,
  .land_for_sale_contents .land_for_sale_btn .land_for_sale_arrow_white,
  .apartment_contents .apartment_btn .apartment_arrow_white {
    width: 5px;
    height: 7px;
    right: 8px;
    top: calc(50% - 2.5px);
  }
  .latest_porperties_contents_area .latest_porperties_btn::before,
  .recommended_properties_contents .recommended_properties_btn::before,
  .new_construction_contents .new_construction_btn::before,
  .land_for_sale_contents .land_for_sale_btn::before,
  .apartment_contents .apartment_btn::before {
    height: 8px;
    top: 2px;
    filter: blur(2px);
  }
  .latest_porperties_contents_area .latest_porperties_btn::after,
  .recommended_properties_contents .recommended_properties_btn::after,
  .new_construction_contents .new_construction_btn::after,
  .land_for_sale_contents .land_for_sale_btn::after,
  .apartment_contents .apartment_btn::after {
    height: 9px;
    bottom: 1px;
    filter: blur(2px);
  }
  /*
  物件情報
  */
  #properties_info {
    padding-left: 10px;
  }
  .properties_info_contents_area {
    width: 100%;
    padding: 30px 0 30px 30px;
  }
  .properties_info_contents_area .properties_info_ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .recommended_properties_contents,
  .new_construction_contents,
  .land_for_sale_contents {
    width: 100%;
    margin-bottom: 40px;
  }
  .apartment_contents {
    width: 100%;
    margin: 0;
  }
  .recommended_properties_contents .recommended_properties_ttl,
  .new_construction_contents .new_construction_ttl,
  .land_for_sale_contents .land_for_sale_ttl,
  .apartment_contents .apartment_ttl {
    margin-bottom: 10px;
    font-size: 14px;
    border-left-width: 2.2px;
    padding-left: 4px;
  }
  .recommended_properties_contents .recommended_properties_ttl img,
  .new_construction_contents .new_construction_ttl img,
  .apartment_contents .apartment_ttl img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .land_for_sale_contents .land_for_sale_ttl img {
    width: 21px;
    height: 21px;
  }
  /*
  お知らせ・ブログ
  */
  .news_contents_area {
    width: 100%;
    padding: 35px 60px;
  }
  .news_bg_area {
    width: 100%;
  }
  .news_bg_area .news_bg_1 {
    width: 145px;
    left: 0;
    position: absolute;
  }
  .news_bg_area .news_bg_2 {
    width: 183px;
    right: -43px;
    top: 0;
    position: absolute;
  }
  .news_contents_area .news_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .news_contents_area .news_contents {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .news_contents .news_contents_1, .news_contents .news_contents_2, .news_contents .news_contents_3 {
    width: 100%;
    margin-bottom: 32px;
  }
  .news_contents_1 .news_contents_1_img, .news_contents_2 .news_contents_2_img, .news_contents_3 .news_contents_3_img {
    margin-bottom: 17px;
  }
  .news_contents_1 .news_contents_1_ttl, .news_contents_2 .news_contents_2_ttl, .news_contents_3 .news_contents_3_ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .news_contents_1 .news_contents_1_txt, .news_contents_2 .news_contents_2_txt, .news_contents_3 .news_contents_3_txt {
    font-size: 14px;
  }
  .news_contents_area .news_btn {
    width: 190px;
    height: 40px;
    font-size: 13px;
  }
  .news_contents_area .news_btn .news_arrow_white {
    right: 13px;
  }
  /*
  マップ
  */
  .map {
    margin: 0;
  }
  /*
  お問い合わせ
  */
  #footer .contact_area {
    position: relative;
    width: 100%;
    height: unset;
    border-radius: unset;
    padding: 24px 29px;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .contact_area .contact_contents {
    flex-direction: column;
  }
  .contact_contents .contact_tel, .contact_contents .contact_mail, .contact_contents .contact_form {
    width: 100%;
    position: relative;
  }
  .contact_contents .contact_tel {
    padding-top: 0;
    padding-bottom: 16px;
  }
  .contact_contents .contact_mail {
    padding: 24px 0 16px;
  } 
  .contact_contents .contact_form {
    padding-top: 24px;
  }
  .contact_contents .contact_mail {
    border-top: #fff solid 1.8px;
    border-bottom: #fff solid 1.8px;
    border-right: none;
    border-left: none;
  }
  .contact_tel .tel_img,
  .contact_mail .mail_img,
  .contact_form .form_img {
    display: none;
  }
  .contact_tel::before,
  .contact_mail::before,
  .contact_form::before {
    content: '';
    width: 46px;
    height: 46px;
    background-size: cover;
    position: absolute;
    top: calc(50% - 23px);
    left: 0;
  }
  .contact_tel::before {
    background-image: url(../img/icon_telephone.png);
  }
  .contact_mail::before {
    background-image: url(../img/icon_mail.png);
  }
  .contact_form::before {
    background-image: url(../img/icon_paper_and_pencile.png);
  }
  .contact_tel .tel_ttl, .contact_mail .mail_ttl, .contact_form .form_ttl {
    font-size: 13px;
  }
  .contact_tel .tel_link,
  .contact_mail .mail_link {
    font-size: 24px;
  }
  .contact_tel .tel_txt {
    font-size: 13px;
  }
  .contact_form .form_btn {
    width: 162px;
    height: 34px;
    font-size: 13px;
    margin-top: 3px;
  }
  .contact_form .form_btn .form_arrow,
  .contact_form .form_btn .form_arrow_white {
    right: 13px;
  }
  .footer_contents {
    display: none;
  }
  /*
  フッター
  */
.sp {
    display: block;
  }
  #footer {
    background: none;
  }
  #footer::before {
    content: none;
  }
  .footer_contents .footer_menu {
    display: block;
    padding-top: 55px;
    margin-bottom: 12px;
  }
  #footer .footer_contents {
    padding: 0 10px;
    width: 100%;
    background-image: url(../img/footer_bg_sp.png);
    background-position: center;
    background-size: cover;
  }
  #footer .footer_contents::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(33,19,2,0) 0%, #211302 77%);
    background: linear-gradient(0deg, rgba(33,19,2,0) 0%, #211302 77%);
  }
  .footer_menu .footer_link {
    width: 100%;
  }
  /*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:0 auto;
}

.accordion-area .title {
border-bottom: 1px solid #fff;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:18px;
  font-weight: normal;
  padding-bottom: 16px; 
  transition: all .5s ease;
  color: #fff;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #fff;
  
}
.title::before{
  top:30%;
  right: 4px;
  transform: rotate(0deg);
  
}
.title::after{    
  top:30%;
  right: 4px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
transform: rotate(0deg);
}

.title.close::after{
transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  margin: 20px 0 32px;
}
.box .footer_link_txt_1 p,
.box .footer_link_txt_2 p,
.box .footer_link_txt_3 p,
.box .footer_link_txt_4 p {
  position: relative;
  padding: 0 0 0 20px;
}
.box .footer_link_txt_1 p::before,
.box .footer_link_txt_2 p::before,
.box .footer_link_txt_3 p::before,
.box .footer_link_txt_4 p::before {
  content: '';
  width: 14px;
  height: 8px;
  background-image: url(../img/icon_arrow_right_white.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 3.5px);
}
.footer_link section {
  margin-bottom: 32px;
}
.footer_info .company_info .info_ttl, .footer_info .company_info .info_adress, .footer_info .company_info .info_tel {
  font-size: 14px;
}
.footer_info .company_info .info_tel span {
  font-size: 11px;
}
.footer_contents .footer_info .company_info {
  padding-bottom: 40px;
  border: none;
}
.company_info .sns_icon {
  width: 75px;
  bottom: -18px;
}
.company_info .sns_icon a {
  width: 30px;
  height: 30px;
}
.company_info .sns_icon .icon_instagram, .company_info .sns_icon .icon_facebook {
  width: 30px;
}
.footer_info .footer_logo {
  padding-top: 0;
  flex-direction: column;
  padding-bottom: 55px;
}
.footer_logo a {
  width: 217px;
  height: 34px;
  margin-bottom: 27px;
}
.footer_logo .copy_txt {
  font-size: 13px;
}

}

@media screen and (max-width:600px) {
  .logo a .logo_img {
    width: 80%;
  }
  #navi .btn_mail,
  .nav_btn_member .btn_login, .nav_btn_member .btn_registration {
    max-width: unset;
  }
  #mv .mainvisual_2 {
    width: 36%;
  }
  .link_search_area .link_search_area_img {
    width: 80%;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 15px;
    height: 15px;
    top: -24px;
  }
  .swiper-button-prev img, .swiper-button-next img {
    width: 15px;
    height: 15px;
    object-fit: cover;
  }
  .swiper-button-prev {
    right: 35px;
  }
  .swiper-button-next {
    right: 13px;
  }
  .company_info .sns_icon {
    width: 55px;
    bottom: -18px;
    right: 20px;
  }
  .company_info .sns_icon a {
    width: 18px;
    height: 18px;
  }
  .company_info .sns_icon .icon_instagram, .company_info .sns_icon .icon_facebook {
    width: 30px;
  }
  .news_contents_area {
    padding: 35px 30px;
  }
  .latest_porperties_button_prev {
    right: -30px;
  }
  .latest_porperties_button_next {
    right: -50px;
  }
  .contact_mail .mail_link {
    font-size: 16px;
  }
  .footer_link .footer_link_txt_1 p,
  .footer_link .footer_link_txt_2 p,
  .footer_link .footer_link_txt_3 p,
  .footer_link .footer_link_txt_4 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
