@charset "utf-8";
/* ------ TOPs ------ */
/*top共通*/
.m_top_read {
 margin-bottom: 60px;
 text-align: center;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 2.2;
}
/*メイン*/
.l_top_main {
 width: 100%;
 overflow: hidden;
 /*max-height: 797px;
 height: calc(185px + 62.61vw);*/
 margin: 0 auto 0 auto;
 position: relative;
 /*background: #242424;*/
}
.l_top_main_inner {
 padding-top: 160px;
 background: #fff;
 overflow: hidden;
 margin: 0 auto;
}
/*メイン左*/
.l_top_main_left {
 float: left;
 width: 10.133%;
 max-width: 148px;
 height: 53.1666vw;
 max-height: 650px;
 padding-right: 2.2vw;
 box-sizing: border-box;
 text-align: right;
 background: #fff;
}
.l_top_main_left_txt {
 -webkit-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
 font-size: 16px;
 letter-spacing: 0.2em;
 line-height: 1.5;
 word-break: keep-all;
 white-space: nowrap;
 display: block;
 width: 100%;
 text-align: right;
 margin-bottom: 25px;
}
.l_top_main_left_is {
 width: 95%;
}
.l_top_main_left_is img {
 width: 35px;
}
.l_top_main_left_is a {
 display: block;
}
.l_top_main_left_is a + a {
 margin-top: 12px;
}
.l_top_main_left_is a.ic_tiktok img {
 width: 25px;
 margin-right: 5px;
}
/*メインスライダー*/
.slider-main {
 width: 100%;
 max-width: 100%;
 /*height: 43.48vw;
	max-height: 835px;*/
 overflow: hidden;
 position: relative;
 z-index: 10;
}
.slider-main .swiper-slide {
 display: flex;
 justify-content: center;
 align-items: center;
 /*height: 43.48vw;
	max-height: 835px;*/
}
.slider-main .swiper-slide img {
 width: 100%;
 height: auto;
}
.swiper-container-main .swiper_ttlbox {
 width: 640px;
 max-width: 650px;
 text-align: left;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 /*20250428
	display: none;*/
}
.main_ttl {
 font-size: 3.1vw;
 margin-bottom: 1.8vw;
 line-height: 1.3;
 color: #fff;
 letter-spacing: 3px;
}
.main_txt {
 font-size: 0.9vw;
 color: #fff;
 font-weight: 700;
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-style: normal;
 letter-spacing: 1.2px;
}
.swiper-container-main .swiper_box {
 width: 16vw;
 max-width: 228px;
 right: min(3vw, 50px);
 bottom: min(2vw, 62px);
 text-align: center;
 position: absolute;
}
.swiper-container-main .swiper_box2 {
 width: 13.5vw;
 max-width: 180px;
 right: min(23vw, 306px);
 bottom: min(6vw, 86px);
 text-align: center;
 position: absolute;
 /*20251016_非表示*/
 display: none;
}
@keyframes zoomUp {
 0% {
  transform: scale(1);
 }
 100% {
  transform: scale(1.15);
 }
}
.slider-main .swiper-slide-active .slide-img, .slider-main .swiper-slide-duplicate-active .slide-img, .slider-main .swiper-slide-prev .slide-img {
 animation: zoomUp 10s linear 0s 1 normal both;
}
.slider-main .slide-img img {
 display: block;
}
.l_top_main .swiper-wrap {
 margin: 0 calc(50% - 50vw);
 max-width: 100vw;
 position: relative;
 overflow: hidden;
}
@keyframes zoom-in {
 0% {
  transform: scale(1);
 }
 100% {
  transform: scale(1.2);
 }
}
.l_top_main .swiper-slide-active .slide-img, .l_top_main .swiper-slide-duplicate-active .slide-img, .l_top_main .swiper-slide-prev .slide-img {
 animation: zoom-in 10s linear 0s 1 normal both;
}
.l_top_main .slide-text {
 position: absolute;
 top: 50%;
 left: 50%;
 font-size: 3vw;
 font-family: serif;
 font-weight: bold;
 text-shadow: 2px 2px 8px #000;
 color: #fff;
 transform: translate(-50%, -50%);
}
.l_top_main .slide-img img {
 object-fit: cover;
 /* height: calc(100vh - 155px);*/
 width: 100vw;
}
/* 初期値を設定するクラス */
.initial-height .l_top_main .slide-img img {
 height: calc(100vh - 155px);
}
/* 変更後のクラス */
.new-height .l_top_main .slide-img img {
 height: calc(100vh - 105px);
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
 /*描画位置※位置は適宜調整してください*/
 position: absolute;
 left: 50%;
 bottom: 10px;
 /*全体の高さ*/
 height: 50px;
 z-index: 20;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
 /*描画位置*/
 position: absolute;
 left: -15px;
 top: -15px;
 /*テキストの形状*/
 color: #eee;
 font-size: 0.7rem;
 letter-spacing: 0.05em;
}
/* 線の描写 */
.scrolldown1::after {
 content: "";
 /*描画位置*/
 position: absolute;
 top: 0;
 /*線の形状*/
 width: 1px;
 height: 30px;
 background: #eee;
 /*線の動き1.4秒かけて動く。永遠にループ*/
 animation: pathmove 1.4s ease-in-out infinite;
 opacity: 0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
 0% {
  height: 0;
  top: 0;
  opacity: 0;
 }
 30% {
  height: 30px;
  opacity: 1;
 }
 100% {
  height: 0;
  top: 50px;
  opacity: 0;
 }
}
/*お知らせ*/
.l_top_news {
 width: 100%;
 max-width: 1200px;
 z-index: 9;
 overflow: hidden;
 margin: 0 auto;
}
.l_top_news_inner {
 max-width: 1200px;
 height: 170px;
 background: #fff;
 overflow: hidden;
 padding: 20px 0;
 box-sizing: border-box;
 display: flex;
 text-align: left;
}
.top_news_ttl {
 width: 10.1vw;
 max-width: 195px;
 height: 130px;
 box-sizing: border-box;
 font-size: 16px;
 font-weight: bold;
 border-right: #40220F 2px solid;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
}
.top_news_ttl p {
 font-size: 12px;
 text-align: left;
 line-height: 1.4;
}
.top_news_ttl p strong {
 font-size: 28px;
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-style: normal;
 letter-spacing: 1px;
}
.l_top_news_container {
 width: 1005px;
 padding-top: 8px;
 position: relative;
}
.l_top_news_detail {
 width: 780px;
 padding: 20px 0 0 40px;
 font-size: 0;
}
.l_top_news_detail a {
 display: flex;
}
.top_news_date {
 font-size: 14px;
 font-weight: bold;
 margin-right: 20px;
 color: #AFAFAF;
 width: 95px;
}
.top_news_txt {
 width: 685px;
 font-size: 14px;
 font-weight: bold;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
}
.news_detail {
 position: absolute;
 right: 30px;
 bottom: 32px;
}
.news_detail a {
 cursor: pointer;
 position: relative;
 text-decoration: none;
 padding: 2px 14px;
 background: #AFAFAF;
 color: #fff;
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-style: normal;
 border-radius: 5px;
 font-size: 14px;
 line-height: 1.1;
 letter-spacing: 1px;
}
.l_top_news a figure {
 width: 11.8vw;
 max-width: 171px;
 height: 6.266vw;
 max-height: 91px;
 position: absolute;
 right: 0;
 top: -0.84vw;
 overflow: hidden;
}
.ttl {
 text-align: center;
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-style: normal;
 letter-spacing: 6px;
}
.ttl::before {
 content: attr(data-title);
 font-size: 64px;
 padding-bottom: 20px;
 display: block;
 line-height: 1;
 color: #40220F;
 font-weight: bold;
}
.ttl span {
 font-size: 28px;
 font-weight: bold;
 display: block;
 letter-spacing: 1px;
}
.ttl_outer {
 position: relative;
 padding: 120px 0 20px 0;
 margin-bottom: 40px;
 width: 100%;
 text-align: center;
}
.ttl_outer::before {
 content: '';
 position: absolute;
 bottom: 0px;
 left: auto;
 width: 60px;
 height: 3px;
 transform: translateX(-50%);
 background-color: #40220F;
}
.contents {
 width: 1196px;
 margin: 0 auto;
 text-align: left;
 overflow: hidden;
}
@media screen and (max-width: 1470px) {}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 767px) {
 /*top共通*/
 .m_top_read {
  padding: 0 4vw;
  margin-bottom: 10vw;
  text-align: center;
 }
 /*メイン*/
 .l_top_main {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  position: relative;
  padding-top: 86px;
  background: #fff;
 }
 .l_top_main_inner {
  padding-top: 0;
 }
 /*メイン左*/
 .l_top_main_left {
  display: none;
 }
 /*メインスライダー*/
 .slider-main {
  float: none;
  width: 100%;
  height: auto;
 }
 .slider-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 53.1666vw;
 }
 .slider-main .swiper_box {
  width: 27vw;
  right: 2%;
  bottom: 0%;
  text-align: center;
  position: absolute;
 }
 .swiper-container-main .swiper_ttlbox {
  width: 20vw;
  max-width: 375px;
  text-align: left;
  position: absolute;
  /*20250428
	display: none;*/
 }
 .swiper-container-main .swiper_box {
  width: 25vw;
  max-width: 228px;
  right: 3vw;
  bottom: 2vw;
  text-align: center;
  position: absolute;
 }
 .swiper-container-main .swiper_box2 {
  width: 20vw;
  max-width: 180px;
  right: 5vw;
  bottom: 29vw;
  text-align: center;
  position: absolute;
  /*20251016_非表示*/
  display: none;
 }
 .l_top_main .slide-img img {
  object-fit: cover;
  height: calc(100vh - 155px);
  width: 100vw;
  /* height: 62.5vw;*/
 }
 /*お知らせ*/
 .l_top_news {
  width: 100%;
  max-width: auto;
 }
 .l_top_news_inner {
  max-width: auto;
  height: 26.4vw;
  background: #fff;
  overflow: hidden;
  padding: 3.3vw 0;
  box-sizing: border-box;
  display: flex;
  text-align: left;
 }
 .top_news_ttl {
  width: 25.3vw;
  max-width: auto;
  height: 20vw;
  box-sizing: border-box;
  font-size: 1.866vw;
  font-weight: bold;
  border-right: #40220F 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
 }
 .top_news_ttl p {
  font-size: 1.866vw;
  text-align: left;
  line-height: 1.4;
 }
 .top_news_ttl p strong {
  font-size: 4.5vw;
  ;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
 }
 .l_top_news_container {
  width: 74vw;
  padding-top: 0;
  position: relative;
 }
 .l_top_news_detail {
  width: 48.5vw;
  padding: 2.66vw 0 0 6.6vw;
  font-size: 0;
 }
 .l_top_news_container .l_top_news_detail:nth-of-type(2) {
  display: none;
 }
 .l_top_news_detail a {
  display: block;
 }
 .top_news_date {
  font-size: 2.6vw;
  font-weight: bold;
  margin-right: 0;
  color: #AFAFAF;
  width: auto;
 }
 .top_news_txt {
  width: auto;
  font-size: 2.6vw;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
 }
 .news_detail {
  position: absolute;
  right: 6vw;
  bottom: 2.8vw;
 }
 .news_detail a {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding: 2px 14px;
  background: #AFAFAF;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 5px;
  font-size: 2vw;
  line-height: 1.1;
  letter-spacing: 1px;
 }
 .l_top_news a figure {
  width: 23vw;
  height: 11vw;
  position: absolute;
  right: 0;
  top: 0;
 }
 .ttl {
  text-align: center;
 }
 .ttl::before {
  content: attr(data-title);
  font-size: 10vw;
  padding-bottom: 3.4vw;
  display: block;
  line-height: 1;
  color: #40220F;
  font-weight: bold;
 }
 .ttl span {
  font-size: 4.2vw;
  font-weight: bold;
  display: block;
  letter-spacing: 1px;
 }
 .ttl_outer {
  position: relative;
  padding: 10vw 0 3.4vw 0;
  margin-bottom: 6.8vw;
  width: 100%;
  text-align: center;
 }
 .ttl_outer::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: auto;
  width: 10vw;
  height: 0.8vw;
  transform: translateX(-50%);
  background-color: #40220F;
 }
 .contents {
  width: 94vw;
  margin: 0 auto;
  text-align: left;
 }
}
/*高性能×デザイン住宅*/
.l_top_read {
 background: #F0F0F0;
 padding: 0px 0 50px 0;
 position: relative;
}
/*
.l_top_read::after {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 50vw 100px 50vw;
 border-color: transparent transparent #fff transparent;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}*/
.top_read_ttl {
 font-size: 40px;
 font-weight: bold;
 padding-bottom: 30px;
 border-bottom: #242424 2px solid;
 margin-bottom: 42px;
 text-align: center;
}
.l_top_read_img {
 width: 574px;
 float: left;
}
.l_top_read_detail {
 width: 552px;
 float: right;
 padding: 60px 0 0 0;
}
.top_read_detail_ttl {
 font-size: 28px;
 font-weight: bold;
 color: #40220F;
 margin-bottom: 40px;
 line-height: 1.5;
}
.top_read_detail_midashi {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 50px;
 line-height: 2.5;
}
.top_read_detail_txt {
 width: 552px;
 line-height: 1.6;
 font-weight: 700;
}
.l_top_covid {
 border: #707070 1px solid;
 padding: 30px;
 margin-bottom: 80px;
 overflow: hidden;
 text-align: center;
}
.top_covid_ttl {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 10px;
}
.top_covid_txt {
 width: 600px;
 display: inline-block;
 text-align: left;
 margin-right: 20px;
}
.m_top_covid_link {
 display: inline-block;
 background: #000;
 width: 200px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 color: #FFF;
 cursor: pointer;
 position: relative;
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 vertical-align: text-bottom;
}
.m_top_covid_link::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 6px);
 right: 15px;
 width: 20px;
 height: 7px;
 border: none;
 border-right-color: currentcolor;
 border-right-style: none;
 border-right-width: medium;
 border-bottom-color: currentcolor;
 border-bottom-style: none;
 border-bottom-width: medium;
 border-right: 3px solid #40220F;
 border-bottom: 2px solid #40220F;
 transform: skew(45deg);
 transition: .3s;
}
.m_top_covid_link:hover::after {
 right: 12px;
 width: 24px;
}

/*202511*/

.l_top_concept{
	background: url("../images/top/img_top_concept_pc.jpg") no-repeat 0 0;
	background-size: contain;
	height: 554px;
	position: relative;
}

.l_top_concept_inner{
	position: absolute;
	bottom:  146px;
	left: 30px;
	letter-spacing:1px;
}

.l_top_concept .m_link{
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 300px;
}

.m_top_concept_ttl{
	font-size: 27px;
	color: #40220F;
	line-height: 1.5;
  font-weight: 700;
	margin-bottom: 15px;
	text-indent: -0.5em; /* 1行目だけ左へずらす */
  padding-left: 0.5em; /* 全体を右へ押し出して揃える */
	margin-left: -0.5em;
}

.m_top_concept_ttl .fs{
	font-size: 24px;
	color: #40220F;line-height: 1.5;
  font-weight: 700;
}

.m_top_concept_sttl{
	font-size: 21px;line-height: 1.6;
  font-weight: 700;
	margin-bottom: 15px;
}
.m_top_concept_txt{
		font-size: 16px;
	line-height: 1.6;
  font-weight: 700;
}

/*202511*/

.l_concept_strengths_inner{
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}

.l_concept_read_detail {
 width: 53%;
 padding: 0 0 0 0;
}
.concept_read_detail_ttl {
 font-size: 27px;
 font-weight: bold;
 color: #40220F;
 margin-bottom: 40px;
 line-height: 1.5;
	width: 47%;
	text-align: center;
}
.concept_read_detail_ttl strong {
	text-align: left;
	display: inline-block;
		text-indent: -0.5em; /* 1行目だけ左へずらす */
  padding-left: 0.5em; /* 全体を右へ押し出して揃える */
	margin-left: -0.5em;
}

.concept_read_detail_ttl .fs{
	font-size: 24px;
	color: #40220F;line-height: 1.5;
  font-weight: 700;
}

.concept_read_detail_midashi {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 30px;
 line-height: 1.6;
}
.concept_read_detail_txt {
 width: auto;
	font-size: 16px;
 line-height: 1.7;
}














@media screen and (max-width: 767px) {
 .l_top_read {
  background: #F0F0F0;
  padding: 4vw 0 0 0;
  position: relative;
 }
 /*
 .l_top_read::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 20vw 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 }*/
 .top_read_ttl {
  font-size: 5vw;
  font-weight: bold;
  padding-bottom: 3vw;
  border-bottom: #242424 2px solid;
  margin-bottom: 5vw;
  text-align: center;
 }
 .l_top_read_img {
  width: auto;
  float: none;
  margin-bottom: 5vw;
 }
 .l_top_read_detail {
  width: auto;
  float: none;
  padding: 5vw 0 0 0;
 }
 .top_read_detail_ttl {
  font-size: 5vw;
  font-weight: bold;
  color: #40220F;
  margin-bottom: 4vw;
 }
 .top_read_detail_midashi {
  font-size: 4.2vw;
  font-weight: bold;
  margin-bottom: 5vw;
  line-height: 2;
 }
 .top_read_detail_txt {
  line-height: 1.8;
  width: auto;
  font-weight: 400;
 }
 .l_top_covid {
  border: #707070 1px solid;
  padding: 4vw;
  margin-bottom: 10vw;
  overflow: hidden;
  text-align: center;
 }
 .top_covid_ttl {
  font-size: 3.4vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
 }
 .top_covid_txt {
  width: auto;
  display: block;
  text-align: left;
  margin: 0 0 3vw 0;
  font-size: 3.2vw;
 }
 .m_top_covid_link {
  display: inline-block;
  background: #000;
  width: 100%;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: bold;
 }
 .m_top_covid_link::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 2vw;
  width: 7vw;
  height: 2vw;
  border: none;
  border-right: 3px solid #40220F;
  border-bottom: 2px solid #40220F;
  transform: skew(45deg);
  transition: .3s;
 }
 .m_top_covid_link:hover::after {
  right: 2vw;
  width: 7vw;
 }
	
		/*202511*/
	.l_top_concept{
	background: url("../images/top/img_top_concept_sp.jpg") no-repeat 0 0;
	background-size: contain;
	height: 136vw;
	position: relative;
}

.l_top_concept_inner{
	position: absolute;
	bottom:  30vw;
	left: 0;
	letter-spacing:1px;
}

.l_top_concept .m_link{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	
}

.m_top_concept_ttl{
	font-size: 5.5vw;
	color: #40220F;
	line-height: 1.5;
  font-weight: 700;
	margin-bottom: 15px;
	text-indent: -0.5em; /* 1行目だけ左へずらす */
  padding-left: 0.5em; /* 全体を右へ押し出して揃える */
	margin-left: -0.5em;
}

.m_top_concept_ttl .fs{
	font-size: 4.2vw;
	color: #40220F;
	line-height: 1.5;
  font-weight: 700;
}


.m_top_concept_sttl{
	font-size: 4.5vw;line-height: 1.6;
  font-weight: 700;
	margin-bottom: 15px;
}
.m_top_concept_txt{
		font-size: 3.4vw;
	line-height: 1.6;
  font-weight: 700;
}
	
	
	/*202511*/

	 .l_concept_strengths {
    padding: 0 0 0px 0!important;
  }
	
.l_concept_strengths_inner{
	display: block;
	padding-top: 8vw;
}

.l_concept_read_detail {
 width:auto;
 padding: 0 0 0 0;
}
.concept_read_detail_ttl {
 font-size: 5.5vw;
 font-weight: bold;
 color: #40220F;
 margin-bottom: 5vw;
 line-height: 1.5;
	width:auto;
	text-align: left;
}
.concept_read_detail_ttl strong {
	text-align: left;
	display: inline-block;
		text-indent: -0.5em; /* 1行目だけ左へずらす */
  padding-left: 0.5em; /* 全体を右へ押し出して揃える */
	margin-left: -0.5em;
}

.concept_read_detail_ttl .fs{
	font-size: 4.2vw;
	color: #40220F;line-height: 1.5;
  font-weight: 700;
}

.concept_read_detail_midashi {
 font-size: 4.8vw;
 font-weight: bold;
 margin-bottom: 5vw;
 line-height: 1.6;
}
.concept_read_detail_txt {
 width: auto;
	font-size: 4vw;
 line-height: 1.7;
}

	
}
/*アトリエ・クラッセの強み*/
.l_top_strengths {
 padding-top: 85px;
 clear: both;
 text-align: center;
}
.top_strengths_ttl {
 font-size: 30px;
 font-weight: bold;
 color: #40220F;
 margin-bottom: 80px;
 padding-bottom: 30px;
 display: inline-block;
 position: relative;
 line-height: 1.6;
}
.top_strengths_ttl::after {
 content: "";
 display: block;
 width: 60px;
 height: 2px;
 background-color: #242424;
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translate(-50%, -50%);
}
.top_strengths_txt {
 font-size: 15px;
 margin-bottom: 80px;
 font-weight: 700;
}
.strengths_img {
 width: 860px;
 margin: 0 auto;
}
.l_top_strengths_list {
 background: #40220F;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 15px 0;
 margin-bottom: 60px;
}
.m_top_strengths {
 width: 16.6%;
 padding: 10px 0 5px 0;
}
.m_top_strengths + .m_top_strengths {
 border-left: #fff 2px dashed;
}
.m_top_strengths_num {
 font-family: Arial, Helvetica, "sans-serif";
 background: #242424;
 color: #fff;
 font-size: 36px;
 font-weight: bold;
 width: 64px;
 height: 64px;
 line-height: 64px;
 border-radius: 32px;
 margin: 0 auto 25px auto;
}
.m_top_strengths_txt {
 font-size: 16px;
 font-weight: bold;
 line-height: 2;
}
.m_top_strengths_txt strong {
 color: #fff;
 font-size: 16px;
 position: relative;
}
.m_top_strengths_txt strong::after {
 content: "";
 display: block;
 width: 100%;
 height: 2px;
 background-color: #fff;
 position: absolute;
 bottom: -5px;
 left: 50%;
 transform: translate(-50%, -50%);
}
.bnr_products {
 margin: 60px auto 60px auto;
}
.bnr_products + .bnr_products {
 margin: 0px auto 60px auto;
}
@media screen and (max-width: 767px) {
 /*アトリエ・クラッセの強み*/
 .l_top_strengths {
  padding-top: 10vw;
  clear: both;
  text-align: center;
 }
 .top_strengths_ttl {
  font-size: 5vw;
  margin-bottom: 4.6vw;
  padding-bottom: 6vw;
 }
 .top_strengths_ttl::after {
  content: "";
  display: block;
  width: 8vw;
  height: 2px;
  background-color: #242424;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
 }
 .top_strengths_txt {
  margin-bottom: 8vw;
 }
 .l_top_strengths_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  margin-bottom: 10vw;
 }
 .m_top_strengths {
  width: 50%;
  padding: 4vw 0 3.5vw 0;
  border-bottom: #fff 2px dashed;
 }
 .m_top_strengths:nth-of-type(5), .m_top_strengths:nth-of-type(6) {
  border-bottom: none;
 }
 .m_top_strengths + .m_top_strengths {
  border-left: #fff 2px dashed;
 }
 .m_top_strengths:nth-of-type(3), .m_top_strengths:nth-of-type(5) {
  border-left: none;
 }
 .m_top_strengths_num {
  font-family: Arial, Helvetica, "sans-serif";
  background: #242424;
  color: #fff;
  font-size: 5.5vw;
  font-weight: bold;
  width: 10vw;
  height: 10vw;
  line-height: 10.2vw;
  border-radius: 5vw;
  margin: 0 auto 1.7vw auto;
 }
 .m_top_strengths_txt {
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
 }
 .m_top_strengths_txt strong {
  color: #fff;
  font-size: 4vw;
  position: relative;
  letter-spacing: 1px;
 }
 .bnr_products {
  margin: 8vw auto 8vw auto;
 }
 .bnr_products + .bnr_products {
  margin: 0px auto 8vw auto;
 }
}
/*アトリエ・クラッセの特徴*/
.l_top_features {
 padding-top: 85px;
 clear: both;
 text-align: center;
}
.top_features_ttl {
 font-size: 28px;
 font-weight: bold;
 color: #40220F;
 margin-bottom: 27px;
 padding-bottom: 30px;
 display: inline-block;
 position: relative;
}
.top_features_ttl::after {
 content: "";
 display: block;
 width: 60px;
 height: 2px;
 background-color: #242424;
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translate(-50%, -50%);
}
.top_features_txt {
 margin-bottom: 45px;
}
.l_top_features_list01 {
 display: flex;
 justify-content: space-between;
 margin-bottom: 30px;
 padding-top: 20px;
}
.l_top_features_list02 {
 display: flex;
 justify-content: space-between;
 margin-bottom: 80px;
}
.l_top_features_list01 .m_top_features {
 width: 49.4%;
 height: 130px;
 text-align: left;
 background: #fff;
 border-radius: 5px;
 padding: 30px 0;
 position: relative;
}
.l_top_features_list01 a {
 display: block;
 width: 100%;
 height: 130px;
}
.l_top_features_list02 .m_top_features {
 width: 15.6%;
 height: 186px;
 text-align: left;
 background: #fff;
 border-radius: 5px;
 padding: 0 10px 0 10px;
 position: relative;
 box-sizing: border-box;
}
.l_top_features_list02 a {
 display: block;
 width: 100%;
 height: 186px;
}
.m_top_features_num {
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-style: normal;
 position: absolute;
 top: 50%;
 left: 0;
 transform: translate(0, -50%);
 line-height: 1.2;
}
.l_top_features_list01 .m_top_features_num {
 font-size: 40px;
 border-left: #fba519 3px solid;
 padding-left: 20px;
}
.l_top_features_list02 .m_top_features_num {
 font-size: 30px;
 border-top: #fba519 3px solid;
 padding: 5px 5px 0 5px;
 position: absolute;
 top: 0;
 left: 10px;
 transform: translate(0, 0);
}
.l_top_features_list01 figure {
 position: absolute;
 left: 80px;
 top: 0;
 margin-top: -25px;
}
.top_feature01 figure {
 width: 200px;
}
.top_feature02 figure {
 width: 170px;
 left: 100px;
}
.l_top_features_list02 figure {
 position: absolute;
}
.top_feature03 figure {
 width: 130px;
 left: 40px;
 top: 50px;
}
.top_feature04 figure {
 width: 140px;
 left: 25px;
 top: 50px;
}
.top_feature05 figure {
 width: 150px;
 left: 20px;
 top: 50px;
}
.top_feature06 figure {
 width: 130px;
 left: 29px;
 top: 20px;
}
.top_feature07 figure {
 width: 120px;
 left: 30px;
 top: 35px;
}
.top_feature08 figure {
 width: 130px;
 left: 30px;
 top: 35px;
}
.m_top_features_txt {
 font-size: 18px;
 font-weight: bold;
 position: absolute;
 top: 50%;
 right: 60px;
 transform: translate(0, -50%);
}
.top_feature01 .m_top_features_txt {
 width: 200px;
}
.top_feature02 .m_top_features_txt {
 width: 240px;
 right: 40px;
}
.l_top_features_list02 .m_top_features_txt {
 font-size: 12px;
 text-align: center;
 position: absolute;
 top: auto;
 bottom: 15px;
 right: auto;
 left: auto;
 transform: none;
 width: 90%;
}
.bnr_products {
 margin: 60px auto 60px auto;
}
.bnr_products + .bnr_products {
 margin: 0px auto 60px auto;
}
@media screen and (max-width: 767px) {
 /*アトリエ・クラッセの特徴*/
 .l_top_features {
  padding-top: 10vw;
  clear: both;
  text-align: center;
 }
 .top_features_ttl {
  font-size: 5vw;
  margin-bottom: 4.6vw;
  padding-bottom: 6vw;
 }
 .top_features_ttl::after {
  content: "";
  display: block;
  width: 8vw;
  height: 2px;
  background-color: #242424;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
 }
 .top_features_txt {
  margin-bottom: 8vw;
 }
 .l_top_features_list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 20px;
  flex-wrap: wrap;
 }
 .l_top_features_list02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10vw;
  flex-wrap: wrap;
 }
 .l_top_features_list01 .m_top_features {
  width: 100%;
  height: 18vw;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  padding: 0 0;
  position: relative;
 }
 .l_top_features_list01 .m_top_features + .m_top_features {
  margin-top: 6vw;
 }
 .l_top_features_list01 a {
  display: block;
  width: 100%;
  height: 18vw;
 }
 .l_top_features_list02 .m_top_features {
  width: 31.6%;
  height: 30vw;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 3vw;
 }
 .l_top_features_list02 a {
  display: block;
  width: 100%;
  height: 186px;
 }
 .m_top_features_num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  line-height: 1.1;
 }
 .l_top_features_list01 .m_top_features_num {
  font-size: 6.25vw;
  border-left: #fba519 2px solid;
  padding-left: 3vw;
 }
 .l_top_features_list02 .m_top_features_num {
  font-size: 4.7vw;
  border-top: #fba519 2px solid;
  padding: 5px 2px 0 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translate(0, 0);
 }
 .l_top_features_list01 figure {
  position: absolute;
  left: 13vw;
  top: 0;
  margin-top: -25px;
 }
 .top_feature01 figure {
  width: 30vw;
 }
 .top_feature02 figure {
  width: 25vw;
  left: 14vw;
 }
 .l_top_features_list02 figure {
  position: absolute;
 }
 .top_feature03 figure {
  width: 18vw;
  left: 6.25vw;
  top: 6.9vw;
 }
 .top_feature04 figure {
  width: 18vw;
  left: 6vw;
  top: 6.9vw;
 }
 .top_feature05 figure {
  width: 19vw;
  left: 6vw;
  top: 6.9vw;
 }
 .top_feature06 figure {
  width: 16vw;
  left: 6.4vw;
  top: 3.4vw;
 }
 .top_feature07 figure {
  width: 15vw;
  left: 7.5vw;
  top: 5vw;
 }
 .top_feature08 figure {
  width: 17vw;
  left: 7vw;
  top: 5vw;
 }
 .m_top_features_txt {
  font-size: 4.2vw;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 12vw;
  transform: translate(0, -50%);
  line-height: 1.4;
 }
 .top_feature01 .m_top_features_txt {
  width: 40vw;
  right: 4.2vw;
 }
 .top_feature02 .m_top_features_txt {
  width: 40vw;
  right: 4.2vw;
 }
 .l_top_features_list02 .m_top_features_txt {
  font-size: 3.125vw;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 2.4vw;
  right: auto;
  left: auto;
  transform: none;
  width: 90%;
  line-height: 1.3;
 }
 .bnr_products {
  margin: 8vw auto 8vw auto;
 }
 .bnr_products + .bnr_products {
  margin: 0px auto 8vw auto;
 }
}
/*OPEN HOUSE*/
.l_top_openhouse {
 padding: 0 0 120px 0;
 position: relative;
}
/*
.l_top_openhouse::after {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 50vw 100px 50vw;
 border-color: transparent transparent #EBEBEB transparent;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}*/
.l_top_arc {
 background: url("../images/top/bg_openhouse.jpg") repeat;
 height: 372px;
 margin-bottom: 60px;
}
.l_top_arc_inner {
 width: 1196px;
 margin: 0 auto;
 overflow: hidden;
}
.l_top_arc_l {
 width: 464px;
 height: 372px;
 float: left;
 text-align: left;
 padding-top: 60px;
 position: relative;
}
.arc_ttl {
 font-size: 22px;
 font-weight: bold;
 color: #1E3D79;
 margin-bottom: 20px;
 line-height: 1.6;
}
.arc_sttl {
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 20px;
 line-height: 1.8;
}
.arc_txt {
 padding-right: 30px;
 margin-bottom: 30px;
 line-height: 1.8;
}
.l_arc_logo li:first-child {
 margin-bottom: 15px;
}
.l_arc_logo li:first-child img {
 height: 43px;
 width: auto;
}
.l_arc_logo li:last-child img {
 height: 40px;
 width: auto;
}
.arclink {
 position: absolute;
 bottom: 30px;
 right: 30px;
 width: 160px;
 height: 40px;
 background: #ffff;
 border: #333 1px solid;
 text-align: center;
 line-height: 36px;
 font-weight: bold;
}
.arclink span {
 display: inline-block;
 width: 100%;
 position: relative;
 padding-right: 15px;
}
.arclink span::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 4px);
 right: 10px;
 width: 19px;
 height: 7px;
 border: none;
 border-right: 3px solid #000;
 border-bottom: 2px solid #000;
 transform: skew(45deg);
 transition: .3s;
}
.arclink span:hover::after {
 right: 3px;
 width: 26px;
}
.l_top_arc_mov {
 width: 732px;
 height: 372px;
 float: right;
 overflow: hidden;
 position: relative;
}
.video {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow: hidden;
}
.l_top_arc_mov video {
 position: absolute;
 top: 50%;
 left: 50%;
 object-fit: cover;
 transform: translate(-50%, -50%);
 width: 100%;
 height: 100%;
}
.l_top_arc_img {
 width: 732px;
 float: right;
}
/*見学会*/
.l_top_openhouse_list {
 width: 1196px;
 height: 450px;
 margin: 0 auto 20px auto;
}
.m_top_openhouse_list_detail {
 width: 382px;
 height: 430px;
 background: #F6F5F5;
 margin-right: 25px;
 float: left;
}
.m_top_openhouse_list_detail:last-child {
 margin-right: 0;
}
.swiper-n {
 position: relative;
 margin-bottom: 60px;
}
.swiper-n1 {}
.swiper-n1 .swiper-wrapper {
 justify-content: center;
}
.swiper-n1 .l_top_openhouse_list {
 text-align: center;
 margin-bottom: 0;
}
.swiper-n1 .m_top_openhouse_list_detail {
 width: 382px;
 margin: 0 auto;
 float: none;
}
.swiper-n2 .l_top_openhouse_list {
 text-align: center;
 margin-bottom: 0;
}
.swiper-n2 .swiper-wrapper {
 justify-content: center;
}
.swiper-n2 .m_top_openhouse_list_detail {
 width: 382px;
 display: inline-block;
 float: none;
}
.swiper-n3 .l_top_openhouse_list {}
.swiper-n3 .swiper-wrapper {
 justify-content: center;
}
.swiper-n3 .m_top_openhouse_list_detail {
 width: 382px;
 float: none;
}
.l_top_openhouse_list .swiper-n2 .m_top_openhouse_list_detail {
 width: 382px;
}
.home .swiper-n .swiper-n1 .swiper-button-prev-oh, .home .swiper-n .swiper-n1 .swiper-button-next-oh, .home .swiper-n .swiper-n2 .swiper-button-prev-oh, .home .swiper-n .swiper-n2 .swiper-button-next-oh, .home .swiper-n .swiper-n3 .swiper-button-prev-oh, .home .swiper-n .swiper-n3 .swiper-button-next-oh {
 display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
 bottom: 0px;
}
.m_top_openhouse_list_detail a {
 display: block;
 width: 382px;
 height: 430px;
 position: relative;
 text-align: left;
}
.m_top_openhouse_list_detail img {
 margin-bottom: 20px;
}
.m_top_openhouse_day {
 font-size: 16px;
 font-weight: bold;
 margin: 0 20px;
}
.m_top_openhouse_area {
 margin-bottom: 5px;
 padding-bottom: 10px;
 margin: 0 20px 15px 20px;
 border-bottom: #40220F 1px solid;
}
.m_top_openhouse_txt {
 margin: 0 20px;
 line-height: 1.6;
}
.m_top_openhouse_link {
 position: absolute;
 bottom: 0;
 right: 0;
 background: #40220F;
 width: 155px;
 height: 39px;
 text-align: center;
 font-weight: bold;
 line-height: 36px;
 color: #fff;
}
.m_top_openhouse_link span {
 position: relative;
 display: block;
}
.m_top_openhouse_link span::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 4px);
 right: 13px;
 width: 19px;
 height: 7px;
 border: none;
 border-right: 3px solid #fff;
 border-bottom: 2px solid #fff;
 transform: skew(45deg);
 transition: .3s;
}
.m_top_openhouse_link span:hover::after {
 right: 3px;
 width: 29px;
}
.m_openhouse_link {
 position: absolute;
 bottom: 0;
 right: 0;
 background: #40220F;
 width: 155px;
 height: 39px;
 text-align: center;
 font-weight: bold;
 line-height: 36px;
 color: #fff;
}
.m_openhouse_link.event_end {
 background: #E73323;
}
.m_openhouse_link span {
 position: relative;
 display: block;
}
.m_openhouse_link span::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 4px);
 right: 13px;
 width: 19px;
 height: 7px;
 border: none;
 border-right: 3px solid #fff;
 border-bottom: 2px solid #fff;
 transform: skew(45deg);
 transition: .3s;
}
.m_openhouse_link span:hover::after {
 right: 3px;
 width: 29px;
}
@media screen and (max-width: 767px) {
 /*OPEN HOUSE*/
 .l_top_openhouse {
  padding: 0 0 10vw 0;
  position: relative;
 }
 /*
 .l_top_openhouse::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 20vw 50vw;
  border-color: transparent transparent #EBEBEB transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 }*/
 .l_top_arc {
  background: url("../images/top/bg_openhouse.jpg") repeat;
  height: auto;
  margin-bottom: 10.3vw;
 }
 .l_top_arc_inner {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
 }
 .l_top_arc_l {
  width: auto;
  height: auto;
  float: none;
  text-align: center;
  padding: 8vw 0;
  position: inherit;
 }
 .arc_ttl {
  font-size: 4.2vw;
  font-weight: bold;
  color: #1E3D79;
  margin-bottom: 4vw;
  line-height: 1.6;
 }
 .arc_sttl {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 5px;
 }
 .arc_sttl strong {
  font-size: 4.5vw;
  font-weight: bold;
 }
 .arc_txt {
  padding: 0;
  margin-bottom: 6vw;
 }
 .l_arc_logo {
  margin-bottom: 5vw;
 }
 .l_arc_logo li {
  display: inline-block;
 }
 .l_arc_logo li + li {
  margin-left: 5vw;
 }
 .l_arc_logo li:first-child {
  margin-bottom: 0;
 }
 .l_arc_logo li:first-child img {
  height: 43px;
  width: auto;
 }
 .l_arc_logo li:last-child img {
  height: 40px;
  width: auto;
 }
 .arclink {
  position: relative;
  bottom: auto;
  right: auto;
  width: 42vw;
  height: 40px;
  background: #ffff;
  border: #333 1px solid;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  display: inline-block;
 }
 .arclink span {
  position: relative;
  padding-right: 25px;
 }
 .arclink span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 19px;
  height: 7px;
  border: none;
  border-right: 3px solid #000;
  border-bottom: 2px solid #000;
  transform: skew(45deg);
 }
 .arclink span:hover::after {
  right: 10px;
  width: 19px;
 }
 .l_top_arc_mov {
  width: 100%;
  height: 62.5vw;
  float: none;
  overflow: hidden;
  position: relative;
 }
 .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
 }
 .l_top_arc_mov video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
 }
 .l_top_arc_img {
  width: auto;
  float: none;
 }
 /*見学会*/
 .l_top_openhouse_list {
  width: auto;
  height: auto;
  margin: 0 auto 10vw auto;
  justify-content: space-between;
  align-items: center;
 }
 .m_top_openhouse_list_detail {
  width: 100%;
  height: auto;
  margin-bottom: 5vw;
  float: none;
  margin-right: 0;
 }
 .swiper-n {
  position: relative;
  margin-bottom: 3vw;
 }
 .swiper-n1 .l_top_openhouse_list {
  text-align: center;
  margin-bottom: 10vw;
  height: auto;
 }
 .swiper-n1 .l_top_openhouse_list .m_top_openhouse_list_detail {
  width: 100%;
  margin: 0 auto;
 }
 .swiper-n2 .l_top_openhouse_list {
  text-align: center;
  margin-bottom: 10vw;
  height: auto;
 }
 .swiper-n2 .swiper-wrapper {
  display: block;
 }
 .swiper-n2 .m_top_openhouse_list_detail {
  width: 100%;
  display: block;
 }
 .swiper-n3 .swiper-wrapper {
  display: block;
 }
 .swiper-n3 .l_top_openhouse_list {
  height: auto;
  margin-bottom: 10vw;
 }
 .swiper-n3 .m_top_openhouse_list_detail {
  width: 100%;
  float: none;
  display: block;
 }
 .swiper-n .swiper-button-prev, .swiper-n .swiper-button-next {
  display: none;
 }
 .swiper-n .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 7vw;
 }
 .l_top_ready_built_house .swiper-n .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2vw;
 }
 .m_top_openhouse_list_detail a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 15vw;
 }
 .m_top_openhouse_list_detail img {
  margin-bottom: 3.5vw;
 }
 .m_top_openhouse_day {
  font-size: 4vw;
  font-weight: bold;
  margin: 0 3.5vw;
 }
 .m_top_openhouse_area {
  margin-bottom: 5px;
  padding-bottom: 2vw;
  margin: 0 3.5vw 3vw 3.5vw;
  border-bottom: #40220F 1px solid;
 }
 .m_top_openhouse_txt {
  margin: 0 3.5vw;
 }
 .m_top_openhouse_link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #40220F;
  width: 35vw;
  height: 9vw;
  text-align: center;
  font-weight: bold;
  line-height: 9vw;
  color: #fff;
 }
 .m_top_openhouse_link span {
  position: relative;
  display: block;
  padding-right: 15px;
 }
 .m_top_openhouse_link span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 18px;
  height: 7px;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg);
 }
 .m_top_openhouse_link span:hover::after {
  right: 10px;
  width: 18px;
 }
 .m_openhouse_link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #40220F;
  width: 35vw;
  height: 9vw;
  text-align: center;
  font-weight: bold;
  line-height: 9vw;
  color: #fff;
 }
 .m_openhouse_link span {
  position: relative;
  display: block;
  padding-right: 15px;
 }
 .m_openhouse_link span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 18px;
  height: 7px;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg);
 }
 .m_openhouse_link span:hover::after {
  right: 10px;
  width: 18px;
 }
}
/*WORKS*/
.l_top_works {
 background: #EBEBEB;
 padding: 0 0 120px 0;
 position: relative;
}
/*
.l_top_works::after {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 50vw 100px 50vw;
 border-color: transparent transparent #fff transparent;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}
*/
.l_top_workslist {
 position: relative;
 margin: 0 auto 30px auto;
 width: 1196px;
 list-style: none;
 text-align: center;
 overflow: hidden;
 display: flex;
 flex-wrap: wrap;
 column-gap: 30px;
}
.post-type-archive-works .l_top_workslist {
 margin: 60px auto 60px auto;
}
/* Common style */
.l_top_workslist figure {
 position: relative;
 float: left;
 overflow: hidden;
 width: 583px;
 text-align: center;
 cursor: pointer;
 margin-bottom: 30px;
}
.l_top_workslist figure img {
 position: relative;
 display: block;
 min-height: auto;
 max-width: 100%;
 opacity: 1;
 width: 583px;
 height: 389px;
 object-fit: cover;
 object-position: center center;
}
.m_top_works_num {
 width: 108px;
 height: 40px;
 line-height: 40px;
 font-weight: bold;
 color: #fff;
 background: #40220F;
 position: absolute;
 top: 0;
 left: 0;
}
.m_top_works_num {
 display: none;
}
.m_top_works_sns {
 position: absolute;
 bottom: 20px;
 right: 20px;
 display: flex;
 justify-content: flex-end;
 width: 70px;
}
.m_top_works_sns li {
 width: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 background: #fff;
 border-radius: 8px;
 overflow: hidden;
}
.m_top_works_sns li + li {
 margin-left: 14px;
}
.m_top_works_sns li img {
 position: inherit;
 display: block;
 height: 30px;
 min-height: auto;
 max-width: 100%;
 width: 30px;
 opacity: 1;
}
.l_top_workslist figure figcaption {
 text-transform: uppercase;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.l_top_workslist figure figcaption::before, .l_top_workslist figure figcaption::after {
 pointer-events: none;
}
.l_top_workslist figure figcaption {
 position: inherit;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.l_top_workslist figure p {
 margin: 0;
}
figure.m_top_workslist figcaption {
 top: auto;
 bottom: 0;
 padding: 20px;
 height: 70px;
 box-sizing: border-box;
 background: #fff;
 color: #333;
 -webkit-transition: -webkit-transform 0.35s;
 transition: transform 0.35s;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 text-align: left;
 font-size: 16px;
 line-height: 1.4;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:25px;
}


figure.m_top_workslist figcaption h3{
	width: 288px;
  display: inline-block;     /* or block */
  max-width: 288px;          /* 幅で制限（例） */
  white-space: nowrap;       /* 改行なし */
  overflow: hidden;          /* はみ出し隠す */
  text-overflow: ellipsis;   /* 省略記号 (…) 表示 */
  vertical-align: middle;
}
figure.m_top_workslist figcaption .w-style{
	font-size: 10px;
	color: #a9a9a9;
font-family: "Poppins", sans-serif;
}

figure.m_top_workslist figcaption .w-voice {
  background: url("../images/works/ic_voice.svg") no-repeat 8px 5px #f4f4f4;
	background-size: 17px auto;
  font-size: 10px;
  color: #4b4b4b;
  line-height: 1;
  border-radius: 30px;
  padding: 6px 9px 7px 26px;
}


figure.m_top_workslist:hover p.description {
 opacity: 1;
}
figure.m_top_workslist:hover figcaption {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.l_keyword_search {
 background: #F7F7F7;
 padding: 50px;
 margin-bottom: 50px;
 text-align: center;
}
.post-type-archive-works .l_keyword_search {
 margin: -20px auto 80px auto;
}
.keyword_search_ttl {
 font-size: 26px;
 font-weight: bold;
 margin-bottom: 50px;
 position: relative;
 padding: 0 25px 0 30px;
 line-height: 1.2;
 display: inline-block;
}
.keyword_search_ttl::before {
 content: url("../images/common/ic_search.svg");
 transform: scale(1.5);
 position: absolute;
 top: -3px;
 left: 0;
}
.keyword_search_list {
 text-align: left;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
.keyword_search_list li {
 margin-bottom: 10px;
}
.keyword_search_list li {
 margin-right: 10px;
}
.keyword_search_list li a {
 background: #3C3C3C;
 font-size: 14px;
 color: #fff;
 padding: 10px 15px;
 border-radius: 5px;
 display: inline-block;
 line-height: 1;
}
.keyword_search_list li a::before {
 content: "#";
 padding-right: 4px;
}
@media screen and (max-width: 767px) {
 .l_top_works {
  background: #EBEBEB;
  padding: 5vw 0 10vw 0;
  position: relative;
 }
 /*
 .l_top_works::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 20vw 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 }*/
 .l_top_workslist {
  position: relative;
  margin: 0 auto 5vw auto;
  list-style: none;
  text-align: center;
  overflow: hidden;width: 94vw;
 }
 .post-type-archive-works .l_top_workslist {
  margin: 5vw auto 5vw auto;
 }
 /* Common style */
 .l_top_workslist figure {
  position: relative;
  float: none;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5vw;
  height: auto;
 }
 .l_top_workslist figure img {
  position: relative;
  display: block;
  min-height: auto;
  height: auto;
  max-width: 100%;
  opacity: 1;
  width: 100%;
  height: 66.66vw;
  object-fit: cover;
  object-position: center center;
 }
 .m_top_works_num {
  width: 20vw;
  height: 10vw;
  line-height: 10vw;
  font-weight: bold;
  color: #fff;
  background: #40220F;
  position: absolute;
  top: 0;
  left: 0;
 }
 .m_top_works_txt {
  /*
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 78vw;*/
 }
 .m_top_works_sns {
  position: absolute;
  bottom: auto;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: flex-end;
  width: 70px;
 }
 .m_top_works_sns li {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
 }
 .m_top_works_sns li + li {
  margin-left: 14px;
 }
 .m_top_works_sns li img {
  position: inherit;
  display: block;
  height: 30px;
  min-height: auto;
  max-width: 100%;
  width: 30px;
  opacity: 1;
 }
 .l_top_workslist figure figcaption {
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 }
 .l_top_workslist figure figcaption::before, .l_top_workslist figure figcaption::after {
  pointer-events: none;
 }
 .l_top_workslist figure figcaption {
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
 .l_top_workslist figure p {
  margin: 0;
 }
 figure.m_top_workslist figcaption {
  top: auto;
  bottom: 0;
  padding: 4vw;
  height: auto;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: left;
  font-size: 4vw;
 }
	
	figure.m_top_workslist figcaption h3{
	width: 60vw;
  display: inline-block;     /* or block */
  max-width: 65vw;          /* 幅で制限（例） */
  white-space: nowrap;       /* 改行なし */
  overflow: hidden;          /* はみ出し隠す */
  text-overflow: ellipsis;   /* 省略記号 (…) 表示 */
  vertical-align: middle;
		font-size: 3.2vw;
}
figure.m_top_workslist figcaption .w-style{
display: none;
}

figure.m_top_workslist figcaption .w-voice {
  background: url("../images/works/ic_voice.svg") no-repeat 8px 5px #f4f4f4;
	background-size: 17px auto;
  font-size: 10px;
  color: #4b4b4b;
  line-height: 1;
  border-radius: 30px;
  padding: 6px 9px 7px 26px;
}
	
	
	
 figure.m_top_workslist:hover p.description {
  opacity: 1;
 }
 figure.m_top_workslist:hover figcaption {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .l_keyword_search {
  padding: 5vw;
  margin-bottom: 7vw;
 }
 .post-type-archive-works .l_keyword_search {
  margin: -6vw auto 12vw auto;
 }
 .keyword_search_ttl {
  font-size: 4vw;
  margin-bottom: 5vw;
  padding: 0 4vw 0 4.5vw;
  line-height: 1.2;
  display: inline-block;
 }
 .keyword_search_ttl::before {
  content: url("../images/common/ic_search.svg");
  transform: scale(1.2);
  position: absolute;
  top: 0.3vw;
  left: 0;
 }
 .keyword_search_list {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
 }
 .keyword_search_list li {
  margin-bottom: 10px;
 }
 .keyword_search_list li {
  margin-right: 10px;
 }
 .keyword_search_list li a {
  background: #3C3C3C;
  font-size: 3.2vw;
  padding: 2vw 3vw;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
 }
}
/*分譲土地*/
.l_top_land {
 padding: 40px 0 120px 0;
 position: relative;
 background: #EBEBEB;
}
/*
.l_top_land::after {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 50vw 100px 50vw;
 border-color: transparent transparent #fff transparent;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}*/
.l_top_land_sale {
 display: flex;
 justify-content: center;
 margin-bottom: 40px;
}
.l_top_land_sale a {
 width: 584px;
}
.l_top_land_sale a + a {
 margin-left: 30px;
}
.l_top_land_list {
 display: flex;
 justify-content: space-between;
 margin-bottom: 60px;
}
.m_top_land_list {
 width: 277px;
 background: #F6F5F5;
}
.m_top_land_list a {
 display: block;
}
.m_top_land_list img {
 margin-bottom: 20px;
}
.m_top_land_name {
 padding: 0 20px 10px 20px;
 border-bottom: #fff 1px solid;
 font-weight: bold;
}
.m_top_land_data {
 padding: 10px 20px 10px 20px;
 border-bottom: #fff 1px solid;
}
.m_top_land_data dt {
 width: 70px;
 display: inline-block;
 font-weight: bold;
}
.m_top_land_data dd {
 width: 160px;
 display: inline-block;
 font-weight: bold;
}
.m_top_land_price {
 font-size: 18px;
 font-weight: bold;
 color: #40220F;
 padding: 10px 20px 10px 20px;
}
@media screen and (max-width: 767px) {
 .l_top_land {
  padding: 5vw 0 10vw 0;
  position: relative;
 } /*
 .l_top_land::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 20vw 50vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 }*/
 .l_top_land_sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8vw;
 }
 .l_top_land_sale a {
  width: 100%;
  margin-bottom: 5vw;
 }
 .l_top_land_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5vw;
 }
 .m_top_land_list {
  width: 100%;
  margin-bottom: 5vw;
 }
 .m_top_land_list a {
  display: block;
 }
 .m_top_land_list img {
  margin-bottom: 4vw;
 }
 .m_top_land_name {
  padding: 0 4vw 2vw 4vw;
  border-bottom: #fff 1px solid;
  font-weight: bold;
 }
 .m_top_land_data {
  padding: 2vw 4vw 2vw 4vw;
  border-bottom: #fff 1px solid;
 }
 .m_top_land_data dt {
  width: 22vw;
  display: inline-block;
  font-weight: bold;
 }
 .m_top_land_data dd {
  width: 60vw;
  display: inline-block;
  font-weight: bold;
 }
 .m_top_land_price {
  font-size: 5vw;
  font-weight: bold;
  color: #40220F;
  padding: 2vw 4vw 2vw 4vw;
 }
}
/*スタッフ*/
.l_top_staff {
 background: #fff;
 padding: 0 0 120px 0;
 position: relative;
}
/*
.l_top_staff::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 100px 50vw;
  border-color: transparent transparent #EBEBEB transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.l_top_staff_list {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 60px;
 user-select: none;
 -webkit-user-select: none;
 -webkit-user-drag: none;
}
.l_top_staff_list img {
 pointer-events: none;
}
.l_top_staff_list::after {
 display: block;
 content: "";
 width: 382px;
 height: 0;
}
.l_top_staff_list::before {
 content: "";
 display: block;
 width: 382px;
 height: 0;
 order: 1;
}
.m_top_staff_list_detail {
 width: 382px;
 overflow: hidden;
}
.m_top_staff_list_detail:nth-child(n+4) {
 margin-top: 20px;
}
.m_top_staff_list_detail a {
 position: relative;
 width: 382px;
 height: 202px;
 display: block;
}
.m_top_staff_name {
 position: absolute;
 left: 0;
 bottom: 0;
 background: rgba(36, 36, 36, 0.60);
 text-align: right;
 padding: 13px 13px 13px 13px;
 z-index: 10;
 width: 100%;
 height: 70px;
 box-sizing: border-box;
 color: #fff;
 font-size: 20px;
 line-height: 1.2;
 font-weight: 300;
 letter-spacing: 1px;
}
.m_top_staff_name_detail {
 padding-right: 10px;
 border-right: #40220F 2px solid;
}
.m_top_staff_name span {
 font-size: 14px;
 line-height: 1.4;
 display: block;
}
.m_top_staff_photo {
 transition-duration: 0.3s;
}
.m_top_staff_list_detail a:hover > .m_top_staff_photo, .m_top_staff_photo:hover {
 transform: scale(1.2);
 transition-duration: 0.3s;
}
.m_top_staff_list_detail a:hover {
 opacity: 1;
}
.l_top_staff_link {
 overflow: hidden;
}
.l_top_staff_link figure {
 float: left;
 width: 597px;
}
.l_top_staff_link_txtblock {
 float: right;
 width: 573px;
 height: 304px;
 position: relative;
}
.l_top_staff_link_ttl {
 color: #40220F;
 font-size: 22px;
 font-weight: bold;
 margin-bottom: 25px;
}
.l_top_staff_link_txt {}
.l_top_staff_link_txtblock .btn_ar {
 position: absolute;
 bottom: 0;
}
@media screen and (max-width: 767px) {
 .l_top_staff {
  padding: 5vw 0 10vw 0;
  position: relative;
 }
 /*
 .l_top_staff::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 20vw 50vw;
  border-color: transparent transparent #EBEBEB transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 }
	*/
 .l_top_staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5vw;
 }
 .m_top_staff_list_detail {
  width: 48%;
  margin-bottom: 5vw;
 }
 .m_top_staff_list_detail:nth-child(n+4) {
  margin-top: 0;
 }
 .m_top_staff_list_detail a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
 }
 .m_top_staff_photo img {
  width: 100%;
  height: 35vw;
  object-fit: cover;
  object-position: 50% 50%;
 }
 .m_top_staff_name {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.60);
  text-align: right;
  padding: 2vw 2.5vw 2.5vw 2.5vw;
  z-index: 10;
  width: 100%;
  height: 12.5vw;
  box-sizing: border-box;
  font-size: 3.8vw;
  line-height: 1.1;
 }
 .m_top_staff_name_detail {
  padding-right: 10px;
  border-right: #40220F 2px solid;
 }
 .m_top_staff_name span {
  font-size: 2.8vw;
  line-height: 1.4;
  display: block;
 }
 .l_top_staff_link {
  overflow: hidden;
 }
 .l_top_staff_link figure {
  float: none;
  width: auto;
  margin-bottom: 5vw;
 }
 .l_top_staff_link_txtblock {
  float: none;
  width: auto;
  height: auto;
  position: relative;
  padding-bottom: 18vw;
 }
 .l_top_staff_link_ttl {
  color: #40220F;
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 5vw;
  text-align: center;
 }
 .l_top_staff_link_txt {
  margin-bottom: 5vw;
 }
 .l_top_staff_link_txtblock .btn_ar {
  position: absolute;
  bottom: 0;
 }
}
/*店舗紹介*/
.l_top_shop {
 background: #EBEBEB;
 margin-bottom: 40px;
 padding: 40px 0 5px 0;
}
.l_shoinfo {
 padding-top: 30px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin-bottom: 100px;
 /*width: 1200px;*/
 width: 900px;
}
.m_shopinfo {
 width: 360px;
 background: #f5f5f5;
 margin-bottom: 40px;
 margin: 20px;
}
.m_shopinfo a {
 display: block;
 height: 488px;
}
.m_shopinfo h3 {
 font-size: 16px;
 margin-bottom: 15px;
}
.m_shopinfo h3 strong {
 font-weight: bold;
}
.m_shopdata {
 padding: 18px;
}
.m_logo {
 height: 70px;
}
.m_logo img {
 width: auto;
 height: 50px;
}
.m_shopinfo:nth-of-type(3) .m_logo img {
 width: auto;
 height: 35px;
}
.m_address {
 line-height: 1.6;
}
@media screen and (max-width: 767px) {
 /*店舗紹介*/
 .l_top_shop {
  padding: 5vw 0 5vw 0;
  padding-bottom: 1vw;
  margin-bottom: 0;
 }
 .l_shoinfo {
  padding-top: 5.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5vw;
  width: 94vw;
 }
 .m_shopinfo {
  width: 100%;
  margin: 0;
  margin-bottom: 5vw;
 }
 .m_shopinfo a {
  display: block;
  height: auto;
 }
 .m_shopinfo h3 {
  font-size: 4.2vw;
  margin-bottom: 15px;
 }
 .m_shopdata {
  padding: 4vw;
 }
 .m_logo {
  height: 13vw;
 }
 .m_logo img {
  width: auto;
  height: 12vw;
 }
 .m_shopinfo:nth-of-type(2) .m_logo img {
  width: auto;
  height: 12vw;
 }
 .m_address {
  line-height: 1.6;
 }
}
/*お問い合わせ*/
.l_contact {
 background: url("../images/common/bg_contact.jpg") no-repeat;
 background-size: cover;
 padding: 80px 0;
}
.l_contact_inner {
 width: 1196px;
 margin: 0 auto;
 background: rgba(255, 255, 255, 0.84);
 padding: 80px 70px 50px 70px;
}
.l_contact .ttl_outer {
 padding: 0 0 20px 0;
}
.m_contact_read {
 font-size: 18px;
 text-align: center;
 margin-bottom: 30px;
 letter-spacing: 1px;
}
.l_contact_read {
 font-size: 18px;
 font-weight: bold;
}
.l_contact_tel {
 margin-bottom: 30px;
}
.contact_tel_ttl {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
 line-height: 1;
}
.contact_tel_number {
 font-size: 55px;
 font-weight: bold;
 color: #40220F;
 margin-bottom: 10px;
 line-height: 1;
}
.contact_tel_number a {
 color: #40220F;
}
.contact_tel_number::before {
 content: "";
 display: inline-block;
 width: 36px;
 height: 36px;
 background: url("../images/common/ic_tel.svg") no-repeat;
 background-size: contain;
 margin-right: 15px;
}
.contact_tel_txt {
 font-size: 16px;
 padding-left: 50px;
 letter-spacing: 1px;
}
.l_contact_form {}
.contact_form_ttl {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 35px;
 line-height: 1;
}
.l_contact_form_list {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: center;
}
.m_contact_form_list_detail {
 width: 255px;
 height: 110px;
 text-align: center;
 margin-bottom: 16px;
}
.m_contact_form_list_detail a {
 display: block;
 overflow: hidden;
}
.m_contact_form_ttl {
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 line-height: 160px;
 letter-spacing: 1px;
}
.m_contact_form_txt {
 color: #fff;
 line-height: 1.6;
}
.cf1 {
 background: #40220F;
}
.cf2 {
 background: #6DAD19;
}
.cf3 {
 background: #1972AD;
}
.cf4 {
 background: #242424;
}
.cf1 .m_contact_form_ttl {
 background: url("../images/common/ic_mail.svg") no-repeat center 20px;
 background-size: 40px auto;
}
.cf2 .m_contact_form_ttl {
 background: url("../images/common/ic_sodan.svg") no-repeat center 20px;
 background-size: 46px auto;
}
.cf3 .m_contact_form_ttl {
 background: url("../images/common/ic_siryou.svg") no-repeat center 20px;
 background-size: 42px auto;
}
.cf4 .m_contact_form_ttl {
 background: url("../images/common/ic_faq.svg") no-repeat center 20px;
 background-size: 56px auto;
}
.contact_form_timing_txt {
 font-size: 16px;
}
.l_contact .btn_ar {
 height: 110px;
}
.btn_ar_w {
 display: inline-block;
 width: 100%;
 height: 110px;
 line-height: 70px;
 text-align: center;
 color: #FFF;
 cursor: pointer;
 position: relative;
 text-decoration: none;
 font-size: 20px;
 font-weight: bold;
}
.btn_ar_w::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 8px);
 right: 20px;
 width: 47px;
 height: 13px;
 border: none;
 border-right: 3px solid #fff;
 border-bottom: 2px solid #fff;
 transform: skew(45deg);
 transition: .3s;
}
.btn_ar_w:hover::after {
 right: 10px;
 width: 57px;
}
.l_contact_top {
 display: flex;
 justify-content: space-between;
}
.l_contact_top_left {
 width: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.l_contact_top_right {
 width: 50%;
 display: flex;
 flex-flow: wrap;
 justify-content: space-between;
}
@media screen and (max-width: 767px) {
 .l_contact {
  background: url("../images/common/bg_contact.jpg") no-repeat;
  background-size: cover;
  padding: 3.5vw 0;
 }
 .l_contact_inner {
  width: auto;
  margin: 0 4vw;
  background: rgba(255, 255, 255, 0.84);
  padding: 10vw 3.5vw 3.5vw 3.5vw;
 }
 .l_contact_read {
  font-size: 4.5vw;
  font-weight: bold;
 }
 .m_contact_read {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 6vw;
 }
 .l_contact_tel {
  margin-bottom: 6vw;
 }
 .contact_tel_ttl {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
 }
 .l_contact .ttl_outer {
  padding: 0 0 3.4vw 0;
 }
 .contact_tel_number {
  font-size: 8vw;
  font-weight: bold;
  color: #40220F;
  margin-bottom: 0;
  line-height: 1;
 }
 .contact_tel_number::before {
  content: "";
  display: inline-block;
  width: 7vw;
  height: 7vw;
  background: url("../images/common/ic_tel.svg") no-repeat;
  background-size: contain;
  margin-right: 3vw;
 }
 .contact_tel_txt {
  font-size: 4vw;
 }
 .l_contact_form {
  margin-bottom: 5vw;
 }
 .contact_form_ttl {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 6vw;
  line-height: 1;
 }
 .l_contact_form_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 6vw;
 }
 .m_contact_form_list_detail {
  width: 100%;
  text-align: center;
  height: 12vw;
  margin-bottom: 3vw;
 }
 .m_contact_form_list_detail a {
  display: block;
 }
 .m_contact_form_ttl {
  color: #fff;
  font-size: 5vw;
  letter-spacing: 1px;
  line-height: 12vw;
 }
 .m_contact_form_txt {
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1px;
 }
 .cf1 .m_contact_form_ttl {
  background: url("../images/common/ic_mail.svg") no-repeat 3vw center;
  background-size: 8vw auto;
 }
 .cf2 .m_contact_form_ttl {
  background: url("../images/common/ic_sodan.svg") no-repeat 3vw center;
  background-size: 9vw auto;
 }
 .cf3 .m_contact_form_ttl {
  background: url("../images/common/ic_siryou.svg") no-repeat 3vw center;
  background-size: 9vw auto;
 }
 .cf4 .m_contact_form_ttl {
  background: url("../images/common/ic_faq.svg") no-repeat 3vw center;
  background-size: 10vw auto;
 }
 .contact_form_timing_txt {
  font-size: 4vw;
 }
 .l_contact .btn_ar {
  height: 12vw;
 }
 .btn_ar_w {
  display: inline-block;
  width: 100%;
  height: 12vw;
  line-height: 12vw;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 4vw;
  font-weight: bold;
 }
 .btn_ar_w::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 2vw;
  width: 7vw;
  height: 2vw;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #ffff;
  transform: skew(45deg);
  transition: .3s;
 }
 .btn_ar_w:hover::after {
  right: 2vw;
  width: 7vw;
 }
 .l_contact_top {
  display: block;
 }
 .l_contact_top_left {
  width: auto;
  display: block;
 }
 .l_contact_top_right {
  width: auto;
 }
}
/*インスタグラム*/
.l_instagram {
 width: 100%;
}
.l_instagram {
 padding: 120px 0 0 0;
}
.l_instagram img {
 width: 100%;
 height: auto;
}
.l_instagram_inner {}
.l_instagram h2 {
 width: 220px;
 height: auto;
 margin: 0 auto 50px auto;
}
.l_instagram article {
 margin-bottom: 100px;
}
.l_instagram article .is_tit {
 width: 500px;
 margin: 0 auto 50px auto;
 text-align: left;
}
.l_instagram article .is_tit img {
 width: 100px;
 height: auto;
 float: left;
 margin-right: 20px;
}
.l_instagram article .is_tit h3 {
 font-size: 17px;
 font-weight: bold;
 margin-bottom: 5px;
 padding-top: 25px;
}
.l_instagram article .is_tit p {
 font-size: 16px;
}
.l_instagram article .is_tit a {
 text-decoration: none;
 color: #333;
}
.tiles {
 font-size: 0;
 text-align: center;
 margin-bottom: 100px;
}
.tiles .tile {
 width: 50%;
 display: inline-block;
 text-align: left;
 opacity: 0.99;
 overflow: hidden;
 position: relative;
}
.tiles .tile:before {
 content: "";
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
 width: 100%;
 height: 50%;
 opacity: 0;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 2;
 transition-property: top, opacity;
 transition-duration: 0.3s;
}
.tiles .tile img {
 display: block;
 max-width: 100%;
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
 font-size: 16px;
 padding: 20px;
 color: #fff;
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 3;
}
.tiles .tile .details span {
 display: block;
 opacity: 0;
 position: relative;
 top: 100px;
 transition-property: top, opacity;
 transition-duration: 0.3s;
 transition-delay: 0s;
}
.tiles .tile .details .title {
 line-height: 1;
 font-weight: 600;
 font-size: 1.4vw;
}
.tiles .tile .details .info {
 line-height: 1.2;
 margin-top: 5px;
 font-size: 12px;
}
.tiles .tile:focus:before, .tiles .tile:focus span, .tiles .tile:hover:before, .tiles .tile:hover span {
 opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
 top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
 top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
 transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
 transition-delay: 0.25s;
}
#sb_instagram #sbi_images {
 display: flex;
 flex-wrap: nowrap;
 letter-spacing: -1em; /* 文字間を詰める */
 white-space: nowrap; /* 自動で折り返ししない */
}
#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
 width: 16.666vw;
 letter-spacing: normal; /* 文字間を元に戻す */
 white-space: normal; /* 自動で折り返し(元に戻す) */
}
#sb_instagram img {
 /*display: none !important;*/
}
#sb_instagram a {
 background-size: cover !important;
 background-position: center center !important;
 background-repeat: no-repeat !important;
}
@media screen and (max-width: 767px) {
 .l_instagram {
  width: 100%;
 }
 .l_instagram {
  padding: 10vw 0 0 0;
 }
 .l_instagram img {
  width: 100%;
  height: auto;
 }
 .l_instagram_inner {
  padding: 0 4vw;
 }
 .l_instagram h2 {
  width: 45vw;
  height: auto;
  margin: 0 auto 9vw auto;
 }
 .l_instagram article {
  margin-bottom: 20vw;
 }
 .l_instagram article .is_tit {
  width: auto;
  margin: 0 auto 50px auto;
  text-align: center;
 }
 .l_instagram article .is_tit img {
  width: 100px;
  height: auto;
  float: none;
  margin-right: 0;
  margin-bottom: 2vw;
 }
 .l_instagram article .is_tit h3 {
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
  padding-top: 0vw;
 }
 .l_instagram article .is_tit p {
  font-size: 3.7vw;
 }
 .l_instagram article .is_tit a {
  text-decoration: none;
  color: #333;
 }
 .tiles {
  font-size: 0;
  text-align: center;
  margin: 0 10px 100px 10px;
 }
 .tiles .tile {
  width: 100%;
  display: block;
  text-align: left;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
 }
 .tiles .tile:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
 }
 .tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
 }
 .tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
 }
 .tiles .tile .details span {
  display: block;
  opacity: 1;
  position: relative;
  top: 0px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
 }
 .tiles .tile .details .title {
  line-height: 1.5;
  font-weight: 600;
  font-size: 14px;
 }
 .tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
 }
 .tiles .tile:focus:before, .tiles .tile:focus span, .tiles .tile:hover:before, .tiles .tile:hover span {
  opacity: 1;
 }
 .tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
 }
 .tiles .tile:focus span, .tiles .tile:hover span {
  top: 0;
 }
 .tiles .tile:focus .title, .tiles .tile:hover .title {
  transition-delay: 0.15s;
 }
 .tiles .tile:focus .info, .tiles .tile:hover .info {
  transition-delay: 0.25s;
 }
 #sb_instagram #sbi_images {
  display: block;
  flex-wrap: wrap;
  letter-spacing: -1em; /* 文字間を詰める */
  white-space: wrap; /* 自動で折り返ししない */
 }
 #sb_instagram #sbi_images .sbi_item {
  width: 50%;
 }
}
/*ブログ*/
.no-swiper {
 text-align: left;
 position: relative;
}
.no-swiper .swiper-wrapper {
 justify-content: center;
}
.no-swiper .m_blog_list {
 width: 382px;
}
.no-swiper .m_blog_list + .m_blog_list {
 margin-left: 20px;
}
.no-swiper .swiper-pagination {
 display: none;
}
.l_top_blog {
 padding: 0 0 1vw 0;
}
.l_top_blog_list {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 120px;
}
.m_blog_list {
 width: 382px;
 background: #F9F9F9;
 position: relative;
 text-align: left;
}
.l_top_blog_list::after {
 display: block;
 content: "";
 width: 382px;
 height: 0;
}
.l_top_blog_list::before {
 content: "";
 display: block;
 width: 382px;
 height: 0;
 order: 1;
}
.m_blog_list:nth-child(n+4) {
 margin-top: 25px;
}
.m_blog_list a {
 width: 100%;
 display: block;
 overflow: hidden;
}
.m_blog_list a:hover + .m_blog_list figure img {
 opacity: 0.7;
}
.m_blog_list figure {
 width: 382px;
}
.m_blog_list figure .m_blog_thum img {
 width: 382px;
 height: 200px;
 object-fit: cover;
 object-position: 100% 100%;
}
.m_blog_list .m_blog_staff {
 width: 80px;
 height: 80px;
 position: absolute;
 top: 160px;
 left: 50%;
 margin: 0 0 0 -40px;
 background: url("../images/common/is_classe.png") no-repeat center center;
 background-size: 78px auto;
}

.m_blog_staff img {
  width: 80px;
  height: 80px;
  border-radius: 50%; /* 円形にする */
  object-fit: cover;  /* 中央でトリミング */
  display: block;
}




.m_blog_list_txt {
 padding: 20px 20px 20px 20px;
}
.m_blog_cat {
 background: #40220F;
 padding: 15px 15px;
 color: #fff;
 text-align: center;
 position: absolute;
 top: 0;
 right: 0;
 line-height: 1;
}
.m_blog_ttl {
 font-size: 16px;
 font-weight: bold;
 line-height: 1.4;
 margin-bottom: 1em;
}
.m_blog_date {
 background: url("../images/common/ic_time.svg") no-repeat left center;
 background-size: 12px auto;
 padding-left: 16px;
 line-height: 1;
 font-size: 13px;
}
.m_blog_txt {
 font-size: 13px;
 line-height: 1.6;
 margin-bottom: 1em;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 overflow: hidden;
}
.l_blogcat {
 background: #F7F7F7;
 padding: 50px 0;
 overflow: hidden;
}
.m_blogcat_ttl {
 font-size: 28px;
 font-weight: bold;
 margin-bottom: 50px;
}
.m_blogcat_inner {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
	gap:0 30px;
}
.m_blogcat_box {
 width: 220px;
 position: relative;
}
.m_blogcat_name {
 width: 100%;
 position: absolute;
 bottom: 0;
 background: #40220F;
 padding: 15px 10px;
 text-align: center;
 color: #fff;
 font-size: 14px;
 line-height: 1;
}
/*マップ*/
.l_map {
 width: 100%;
}
.l_map iframe {
 width: 100%;
 height: 400px;
}
@media screen and (max-width: 767px) {
 .no-swiper {
  padding-bottom: 10vw;
 }
 .no-swiper .swiper-wrapper {
  justify-content: flex-start;
 }
 .no-swiper .m_blog_list {
  width: 31.1vw;
 }
 .no-swiper .m_blog_list + .m_blog_list {
  margin-left: auto;
 }
 .no-swiper .swiper-pagination {
  display: inherit;
 }
 .l_top_blog {
  padding: 0 0 1vw 0;
 }
 .l_top_blog_list {
  margin-bottom: 5vw;
 }
 .m_blog_list {
  width: 100%;
  margin-bottom: 4vw;
  background: #F9F9F9;
  position: relative;
 }
 .m_blog_list:nth-child(n+4) {
  margin-top: 0;
 }
 .m_blog_list a {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
 }
 .m_blog_list figure {
  width: 39.4vw;
  float: left;
 }
 .m_blog_list_txt {
  width: 53.6vw;
  margin-left: 39.4vw;
  padding: 0 7.3vw;
  height: 20.9vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
 }
 .m_blog_list figure .m_blog_thum img {
  width: 100%;
  height: 20.8vw;
  object-fit: cover;
  object-position: 100% 100%;
 }
 .m_blog_list .m_blog_staff {
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 50%;
  left: 39.6vw;
  margin: -5vw 0 0 -5vw;
  background: url("../images/common/is_classe.png") no-repeat center center;
  background-size: 9.5vw auto;
 }
	
	.m_blog_staff img {
    width: 10vw;
    height: 10vw;
  }
 .m_blog_cat {
  background: #40220F;
  padding: 2vw 2vw;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  line-height: 1;
  font-size: 2.4vw;
 }
 .m_blog_ttl {
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
 }
 .m_blog_date {
  line-height: 1;
  background: url("../images/common/ic_time.svg") no-repeat left center;
  background-size: 2.5vw auto;
  padding-left: 3vw;
  font-size: 3vw;
 }
 .m_blog_txt {
  display: none;
 }
 .l_blogcat {
  background: #F7F7F7;
  padding: 9vw 0;
  overflow: hidden;
 }
 .m_blogcat_ttl {
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 9vw;
 }
.m_blogcat_inner {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
	gap:30px 30px;
}
 .m_blogcat_box {
  width: 48%;
  position: relative;
 }
 .m_blogcat_box:nth-child(n+3) {
  margin-top: 3vw;
 }
 .m_blogcat_name {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #40220F;
  padding: 3vw 2vw;
  text-align: center;
  color: #fff;
  font-size: 3vw;
  line-height: 1;
 }
 /*マップ*/
 .l_map {
  width: 100%;
 }
 .l_map iframe {
  width: 100%;
  height: 50vw;
 }
}
/*20220706 youtube*/
.l_yt {
 padding: 0;
 /*margin-bottom: 80px;*/
}
.l_yt .info_tit {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 line-height: 1;
 font-size: 24px;
 font-weight: bold;
}
.l_yt .info_tit img {
 width: 40px;
 height: auto;
 margin-right: 10px;
}
.l_yt_list .sby_items_wrap {
 padding: 0 25px !important;
}
.l_yt_list {
 width: 1196px;
 margin: 50px auto 50px auto;
}
.m_top_yt_link {
 display: block;
 background: #000;
 width: 240px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 color: #FFF;
 cursor: pointer;
 position: relative;
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 vertical-align: text-bottom;
 margin: 0 auto 0 auto;
}
.m_top_yt_link a {
 color: #fff;
}
.m_top_yt_link::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 6px);
 right: 15px;
 width: 20px;
 height: 7px;
 border: none;
 border-right-color: currentcolor;
 border-right-style: none;
 border-right-width: medium;
 border-bottom-color: currentcolor;
 border-bottom-style: none;
 border-bottom-width: medium;
 border-right: 3px solid #40220F;
 border-bottom: 2px solid #40220F;
 transform: skew(45deg);
 transition: .3s;
}
.m_top_yt_link:hover::after {
 right: 12px;
 width: 24px;
}
@media screen and (max-width: 768px) {
 .l_yt {
  width: 94vw;
  margin: 0 auto;
  padding: 0 0 0px 0;
  margin-bottom: 0 auto 0 auto;
 }
 .l_yt .info_tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
 }
 .l_yt .info_tit img {
  width: 5vw;
  height: auto;
  margin-right: 2vw;
 }
 .yu_channel {
  width: 80%;
  background: #f5f5f5;
  padding: 3vw;
  text-align: center;
  margin: 3.5vw auto 5vw auto;
 }
 .l_yt_list .sby_items_wrap {
  padding: 3vw 0 !important;
 }
 .yu_channel a {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 }
 .l_yt_list {
  width: auto;
  margin: 0;
 }
 .m_top_yt_link {
  display: inline-block;
  background: #000;
  width: 100%;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: bold;
 }
 .m_top_yt_link::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 2vw;
  width: 7vw;
  height: 2vw;
  border: none;
  border-right: 3px solid #40220F;
  border-bottom: 2px solid #40220F;
  transform: skew(45deg);
  transition: .3s;
 }
 .m_top_yt_link:hover::after {
  right: 2vw;
  width: 7vw;
 }
}
/*202209バナーエリア追加*/
/* .top_sliderはそのままで問題ない */
.top_slider {
 background: #F0F0F0;
 overflow: hidden;
 padding: clamp(30px, 3.1vw, 60px) 0 clamp(315px, 42vw, 629px) 0;
 height: min(36vw, 610px);
 position: relative;
 margin-bottom: 0px;
}
.swiper-bnrlist {
 width: 100%;
 margin: 0 auto 0px auto;
 text-align: left;
 position: relative;
 padding-bottom: 10px;
}
.slider-bnr {
 position: relative;
 padding-bottom: 60px;
}
.slider-bnr.swiper-container {
 overflow: hidden;
}
.swiper-bnrlist .swiper-wrapper {
 transition-timing-function: linear;
}
/* スライドの親要素設定 */
.swiper-slide.m_bnrlist {}
/* 画像を中央に配置し、拡大時のトリミング設定 */
.m_bnrlist {
 max-width: 300px;
}
.m_bnrlist img {
 border-radius: 20px;
 box-shadow: rgba(0, 0, 0, 0.50) 0px 3px 8px;
 transition: opacity 1s ease, transform 0.3s ease;
 z-index: 1;
 transform-origin: center center;
}
/* 入れ子Swiperに対するスタイル修正 */
.swiper-bnr-img {
 width: 100%;
 height: 100%; /* 高さを明示的に設定 */
 position: relative;
}
.swiper-bnr-img .swiper-wrapper {
 height: 100%; /* 画像全体を表示するために高さを指定 */
}
.swiper-bnr-img .swiper-slide {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%; /* スライド自体の高さも指定 */
}
.m_bnrlist img.active {
 z-index: 2;
}
.m_bnrlist:hover img {
 /*transform: scale(1.1);  ホバー時に拡大 */
}
/* スライドが中央に表示されている時だけ適用 */
.centered-slide.m_bnrlist img {
 transform: scale(1.1);
}
.swiper-bn1 {}
.swiper-bn1 .swiper-wrapper {
 justify-content: center;
}
.swiper-bn1 .l_top_openhouse_list {
 text-align: center;
 margin-bottom: 0;
}
.swiper-bn1 .m_bnrlist {
 width: 277px;
 margin: 0 auto;
 float: none;
}
.swiper-bn2 .l_top_openhouse_list {
 text-align: center;
 margin-bottom: 0;
}
.swiper-bn2 .swiper-wrapper {
 justify-content: center;
}
.swiper-bn2 .m_bnrlist {
 width: 277px;
 display: inline-block;
 float: none;
}
.swiper-bn3 .l_top_openhouse_list {}
.swiper-bn3 .swiper-wrapper {
 justify-content: center;
}
.swiper-bn3 .m_bnrlist {
 width: 277px;
 float: none;
}
.swiper-bn4 .l_top_openhouse_list {}
.swiper-bn4 .swiper-wrapper {
 justify-content: center;
}
.swiper-bn4 .m_bnrlist {
 width: 277px;
 float: none;
}
.l_top_openhouse_list .swiper-bn2 .m_bnrlist {
 width: 277px;
}
.home .swiper-bnrlist .swiper-bn1 .swiper-pagination-bn, .home .swiper-bnrlist .swiper-bn2 .swiper-pagination-bn, .home .swiper-bnrlist .swiper-bn3 .swiper-pagination-bn, .home .swiper-bnrlist .swiper-bn4 .swiper-pagination-bn {
 display: none !important;
}
@media screen and (max-width: 768px) {
 .top_slider {
  background: #F0F0F0;
  overflow: hidden;
  padding: 50px 0;
  height: 630px;
  box-sizing: border-box;
  margin-bottom: 5vw;
 }
 .swiper-bnrlist {
  width: 100%;
  margin: 0 auto 0px auto;
  text-align: left;
  /*overflow: hidden;*/
  position: relative;
  padding-bottom: 10px;
 }
 .slider-bnr {
  position: relative;
  padding-bottom: 60px;
 }
 .slider-bnr.swiper-container {
  overflow: hidden;
 }
 .swiper-bnrlist .swiper-wrapper {
  transition-timing-function: linear;
 }
 /* スライドの親要素設定 */
 .swiper-slide.m_bnrlist {
  /* overflow: hidden; を削除しても問題ないか確認 */
 }
 /* 画像を中央に配置し、拡大時のトリミング設定 */
 .m_bnrlist {
  height: 100%;
  max-width: auto;
  width: 64.148vw !important;
 }
 .m_bnrlist img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.50) 0px 3px 8px;
  transition: opacity 1s ease, transform 0.3s ease;
  z-index: 1;
  /* 拡大時のトリミングを含む */
  transform-origin: center center; /* 拡大の起点を中央に設定 */
 }
 .m_bnrlist:hover img {
  transform: none; /* ホバー時に拡大 */
 }
 /* スライドが中央に表示されている時だけ適用 */
 .centered-slide.m_bnrlist img {
  transform: scale(1.1);
 }
 .swiper-bn1 .l_top_bnr_list {
  text-align: center;
  margin-bottom: 10vw;
  height: auto;
 }
 .swiper-bn1 .l_top_bnr_list .m_bnrlist {
  width: 100%;
  margin: 0 auto;
 }
 .swiper-bn2 .l_top_bnr_list {
  text-align: center;
  margin-bottom: 10vw;
  height: auto;
 }
 .swiper-bn2 .swiper-wrapper {
  display: block;
 }
 .swiper-bn2 .m_bnrlist {
  width: 100%;
  display: block;
 }
 .swiper-bn3 .swiper-wrapper {
  display: block;
 }
 .swiper-bn3 .l_top_bnr_list {
  height: auto;
  margin-bottom: 10vw;
 }
 .swiper-bn3 .m_bnrlist {
  width: 100%;
  float: none;
  display: block;
 }
 .swiper-bn4 .swiper-wrapper {
  display: block;
 }
 .swiper-bn4 .l_top_bnr_list {
  height: auto;
  margin-bottom: 10vw;
 }
 .swiper-bn4 .m_bnrlist {
  width: 100%;
  float: none;
  display: block;
 }
}
body .wrapper {
 padding-top: 110px;
}
/*
body.home .wrapper{
	padding-top: 136px;
}	*/
.l_top_main {
 /*
	height: calc(62.61vw - 5px );
	max-height: 790px;
	*/
}
.l_top_main_inner {
 padding-top: 0;
}
.l_top_main_left {
 padding-top: 40px;
}
/*tiker
#ticker-h{
margin-top: 130px;
}
.l_top_main_inner {
}*/
/*
#ticker-h .ticker-h-link-01 {
      color: #ffffff !important;
      background: #40220F;
	 background:url("../images/ic_cursor_w.svg") no-repeat left center #40220F;
	background-size: 20px auto;
    }
    #ticker-h .ticker-h-link-02 {
      color: #ffffff !important;
      background: #40220F;
    }
    #ticker-h .ticker-h-link {
      /* font-size: 16px !important; */
/*  }
*/
.ticker-h-button-close {
 width: 30px;
 height: auto;
 top: 8px !important;
}
#ticker-h .ticker-h-link {
 color: #d0222e !important;
 background: #ebebeb;
}
/*202408改修*/
.ticker-inner {
 display: flex;
}
.ticker-ttl {
 background: #9B9B9B;
 width: 20%;
 position: relative;
 color: #fff;
 font-size: 20px;
 font-weight: 700;
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-style: normal;
 display: flex;
 align-items: center;
 padding-left: 8.1vw;
 z-index: 10;
}
.ticker-ttl::before {
 position: absolute;
 display: block;
 content: "";
 width: 0px;
 height: 0px;
 border-top: 25px solid transparent;
 border-right: 0px solid transparent;
 border-bottom: 25px solid transparent;
 border-left: 12.5px solid #9B9B9B;
 right: -12.5px;
}
.ticker-h-container {
 width: 80%;
}
.ticker-h-link {
 font-size: 16px;
 font-weight: normal !important;
 text-align: left !important;
 height: 50px !important;
 padding: 12px 55px 12px 60px !important;
 box-sizing: border-box;
}
#ticker-h .ticker-h-link {
 color: #231815 !important;
 justify-content: flex-start !important;
}
.ticker-h-nav {
 display: none !important;
}
.ticker-h-button-close {
 position: absolute;
 top: 11px !important;
 right: 110px !important;
 z-index: 1;
 border: none;
 padding: 0;
 background: transparent;
}



/*202510ページナビ追加*/
/* 前後ナビ共通設定 */
.swiper-button-prev-bnr,
.swiper-button-next-bnr {
  position: absolute;
  top: 50%;
  width: 40px;   /* ← ボタン枠を少し大きく */
  height: 80px;  /* ← 高さも倍に */
  margin-top: -40px; /* 高さの半分で中央寄せ */
  z-index: 10;
  cursor: pointer;
  background: none;
}

/* くの字矢印 */
.swiper-button-prev-bnr::after,
.swiper-button-next-bnr::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;   /* ← 矢印の大きさを拡大 */
  height: 30px;  /* ← 同上 */
  border-top: 3px solid #40220F;
  border-right: 3px solid #40220F;
  transform-origin: center;
}

/* 左矢印（くの字：＜） */
.swiper-button-prev-bnr::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* 右矢印（くの字：＞） */
.swiper-button-next-bnr::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 位置調整 */
.swiper-button-prev-bnr {
  left: 15px;
}

.swiper-button-next-bnr {
  right: 15px;
}



@media screen and (max-width: 1200px) {
 .ticker-ttl {
  width: 28%;
 }
 .ticker-h-container {
  width: 72%;
 }
 .ticker-h-button-close {
  right: 15px !important;
 }
 .ticker-h-link {
  padding: 12px 55px 12px 30px !important;
 }
}
@media screen and (max-width: 768px) {
 body .wrapper {
  padding-top: 78px;
 }
 body.home .wrapper {
  padding-top: 70px;
 }
 .l_top_main {
  height: auto;
  padding-top: 0;
 }
 .l_top_main_inner {
  padding-top: 0;
 }
 .ticker-inner {
  display: flex;
 }
 .ticker-ttl {
  background: #40220F;
  width: 16vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  padding-left: 4.6vw;
  z-index: 10;
  font-size: 14px !important;
 }
 .ticker-ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 13px solid #40220F;
  right: -13px;
 }
 .ticker-h-container {
  width: 80vw;
 }
 .ticker-h .swiper-container {
  margin-right: 0 !important;
 }
 .ticker-h-link {
  font-size: 14px !important;
  padding: 0 0px 0 5px !important;
  box-sizing: border-box;
  height: 50px !important;
 }
 #ticker-h .ticker-h-link {
  color: #231815 !important;
  justify-content: flex-start !important;
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 .ticker-h-nav {
  display: none !important;
 }
 .ticker-h .ticker-h-list_item {
  height: auto;
  padding-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 .ticker-h-button-close {
  position: absolute;
  top: 8px !important;
  right: 8px !important;
  z-index: 1;
  border: none;
  padding: 0;
  background: transparent;
  width: 32px;
  height: auto;
 }
 .ticker-h-button-close img {
  vertical-align: top;
 }
}
/*202311　建売追加*/
/*建売物件*/
.l_top_ready_built_house {
 padding: 0 0 120px 0;
 position: relative;
	background: #EBEBEB;
}
/*
.l_top_ready_built_house::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 100px 50vw;
  border-color: transparent transparent #EBEBEB transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}*/
/*建売　スライダー*/
.l_top_rbh_list {
 width: 1196px;
 height: 430px;
 margin: 0 auto 0 auto;
}
.m_top_rbh_list_detail {
 width: 100%;
 height: 390px;
 background: #fff;
 margin-right: 25px;
 float: left;
}
.swiper-n {
 position: relative;
 margin-bottom: 20px;
}
.m_top_rbh_list_detail .m_top_rbh_list_detail_a {
 display: flex;
 width: 100%;
 height: 390px;
 position: relative;
 text-align: left;
}
.m_top_rbh_list_detail img {
 width: 50%;
 height: auto;
}
.m_top_rbh_tbox {
 width: 50%;
 padding: 30px;
 box-sizing: border-box;
}
.m_top_rbh_ttl {
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 15px;
 line-height: 1.5;
}
.m_top_rbh_txt {
 font-size: 16px;
 line-height: 1.8;
}
.m_top_rbh_link {
 margin-top: 30px;
 background: #40220F;
 width: 185px;
 height: 39px;
 text-align: center;
 font-weight: bold;
 line-height: 36px;
 color: #fff;
}
.m_top_rbh_link span {
 position: relative;
 display: block;
}
.m_top_rbh_link span::after {
 content: "";
 display: block;
 position: absolute;
 top: calc(50% - 4px);
 right: 13px;
 width: 19px;
 height: 7px;
 border: none;
 border-right: 3px solid #fff;
 border-bottom: 2px solid #fff;
 transform: skew(45deg);
 transition: .3s;
}
.m_top_rbh_link span:hover::after {
 right: 3px;
 width: 29px;
}
@media screen and (max-width: 767px) {
 /*建売*/
 .l_top_ready_built_house {
  padding: 0 0 7vw 0;
  position: relative;
 }
 /*
 .l_top_ready_built_house::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 20vw 50vw;
  border-color: transparent transparent #EBEBEB transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 }*/
 .l_top_ready_built_house .ttl::before {
  content: attr(data-title);
  font-size: 9vw;
 }
 /*建売スライダー*/
 .l_top_rbh_list {
  width: auto;
  height: auto;
  margin: 0 auto 5vw auto;
  justify-content: space-between;
  align-items: flex-start;
 }
 .m_top_rbh_list_detail {
  width: 100%;
  height: auto;
  margin-bottom: 5vw;
  float: none;
  margin-right: 0;
 }
 .swiper-n {
  position: relative;
  margin-bottom: 3vw;
 }
 .m_top_rbh_list_detail .m_top_rbh_list_detail_a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 15vw;
 }
 .m_top_rbh_list_detail img {
  width: 100%;
  height: auto;
  margin-bottom: 3.5vw;
 }
 .m_top_rbh_tbox {
  width: 100%;
  padding: 0 5vw;
  box-sizing: border-box;
 }
 .m_top_rbh_ttl {
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 5vw;
  line-height: 1.4;
 }
 .m_top_rbh_txt {
  font-size: 4vw;
  line-height: 1.6;
 }
 .m_top_rbh_tbox .m_top_rbh_list_detail_a {
  display: inherit !important;
  width: 100% !important;
  height: auto !important;
  position: relative;
  text-align: left;
 }
 .m_top_rbh_link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #40220F;
  width: 40vw;
  height: 9vw;
  text-align: center;
  font-weight: bold;
  line-height: 9vw;
  color: #fff;
 }
 .m_top_rbh_link span {
  position: relative;
  display: block;
  padding-right: 15px;
 }
 .m_top_rbh_link span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 18px;
  height: 7px;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg);
 }
 .m_top_rbh_link span:hover::after {
  right: 10px;
  width: 18px;
 }
}
/*202311 ボタン幅調整 TOP PC*/
body.home .clm1 {
 width: 382px;
 margin: 0 auto;
}
body.home .l_top_staff .btn_ar {
 width: 382px;
 display: block;
 margin: 0 auto;
}
body.home .l_top_blog .clm1 {
 margin: 0 auto 100px auto;
}
@media screen and (max-width: 767px) {
 /*btn*/
 body.home .clm1 {
  width: 94vw;
 }
 body.home .l_top_staff .btn_ar {
  width: auto;
  display: block;
  margin: 0 auto;
 }
 body.home .l_top_blog .clm1 {
  margin: 0 auto 10vw auto;
 }
}

/*202511 改修時*/

.l_staff_top {
 padding-top: 95px;
 padding-bottom: 120px;
}
.l_list_staff_clm {
	width: 836px;
	margin: 0 auto 50px auto;
 display: flex;
 gap: 45px 28px;
 flex-wrap: wrap;
}
.l_list_staff_clm .m_list_staff_detail {
 width: 260px;
}
.m_list_staff_photo {
 margin-bottom: 15px;
 width: 260px;
 height: 260px;
 position: relative;
 overflow: hidden;
}
.m_list_staff_photo img {
 margin-bottom: 15px;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.m_list_staff_name_box {
 border-left: #40220F 2px solid;
 padding-left: 10px;
}
.m_list_staff_name span {
 font-size: 12px;
 color: #A9A9A9;
 display: block;
 line-height: 1.5;
}
.m_list_staff_name {
 font-size: 20px;
 font-weight: 500;
 line-height: 1.5;
}
@media screen and (max-width: 767px) {
 .m_staff_top {
  margin-bottom: 10vw;
 }
 .l_list_staff {
  padding: 0 0 5vw 0;
  position: relative;
 }
 /*202511 改修時*/
 .post-type-archive-staff .contents {
  width: auto;
  margin: 0 15px;
 }
 .l_staff_top {
  padding-top: 4.6vw;
  padding-bottom: 6vw;
 }
 .l_list_staff_clm {
  display: block;
			width: auto;
	margin: 0 auto 30px auto;
 }
 .l_list_staff_clm .m_list_staff_detail {
  width: auto;
  margin-bottom: 4.6vw;
 }
 .l_list_staff_clm .m_list_staff_detail a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .m_list_staff_photo {
  width: 27.4vw;
  height: 27.4vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
 }
 .m_list_staff_photo img {
  margin-bottom: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .m_list_staff_name_box {
  border-left: #40220F 2px solid;
  padding: 10px 0 10px 15px;
  width: 61vw;
 }
 .m_list_staff_name span {
  font-size: 3vw;
  color: #A9A9A9;
  display: block;
  line-height: 1.5;
  font-weight: 500;
 }
 .m_list_staff_name {
  font-size: 5.1vw;
  font-weight: 600;
  line-height: 1.5;
 }
}







