@charset "utf-8";
/* ------ TOP ------ */
/*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 a:hover,.l_top_main img:hover{
	opacity: 1;
}
.swiper-container-main .swiper_ttlbox {
 width: 640px;
 max-width: 650px;
 text-align: left;
 position: absolute;
 bottom: 70px;
 left: 104px;
}
.swiper_ttlbox_kind {
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-style: normal;
 font-size: 12px;
 color: #fff;
 letter-spacing: 2px;
}
.swiper_ttlbox_name {
 font-size: 19px;
 font-weight: 500;
 color: #fff;
 letter-spacing: 1px;
}
.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-pagination-main {
 left: 103px !important;
 bottom: 40px !important;
 text-align: left;
}
.swiper-pagination-main .swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 border: #fff 1px solid;
 background: none;
 opacity: 1;
}
.swiper-pagination-main .swiper-pagination-bullet-active {
 opacity: 1;
 background: #fff;
}
.swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 background: #fff;
 opacity: 0.5;
}
.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: 9px;
 letter-spacing: 0.05em;
 font-family: "Poppins", sans-serif;
 font-weight: 400;
 font-style: normal;
 letter-spacing: 1px;
}
/* 線の描写 */
.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;
 }
}
/* ==========================
PC時：メインスライダーを全画面表示
========================== */
@media screen and (min-width: 769px) {

  /* セクション全体をブラウザ高100% */
  .l_top_main {
    height: 100vh;
  }

  /* Swiper全体も高さ100% */
  .l_top_main .swiper-wrap,
  .l_top_main .swiper-container-main,
  .l_top_main .swiper-wrapper,
  .l_top_main .swiper-slide {
    height: 100%;
  }

  /* 画像ラッパーも高さ100% */
  .l_top_main .slide-img {
    height: 100%;
  }

  /* 画像を縦優先でフルスクリーン表示 */
  .l_top_main .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
			position: relative;
  }
	
  .l_top_main .slide-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

  /* 既存の高さ制御をPC時は無効化 */
  .initial-height .l_top_main .slide-img img,
  .new-height .l_top_main .slide-img img {
    height: 100%;
  }
}
@media screen and (max-width: 1440px) {

 .swiper-container-main .swiper_ttlbox {
  width: 44.444vw;
  max-width: 45.139vw;
  bottom: 4.861vw;
  left: 7.222vw;
 }
 .swiper_ttlbox_kind {
  font-size: 0.833vw;
  letter-spacing: 0.139vw;
 }
 .swiper_ttlbox_name {
  font-size: 1.319vw;
  letter-spacing: 0.069vw;
 }
 .swiper-pagination-main {
  left: 7.15vw !important;
  bottom: 2.77vw !important;
 }
 .swiper-pagination-main .swiper-pagination-bullet {
  width: 0.556vw;
  height: 0.556vw;
 }
 .swiper-pagination-bullet {
  width: 0.556vw;
  height: 0.556vw;
 }
}
@media screen and (max-width: 767px) {
 .l_top_main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  position: relative;
 }
 .swiper-container-main .swiper_ttlbox {
  width: 90vw;
  max-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40vw;
  left: 50%;
  transform: translateX(-50%);
 }
 .swiper_ttlbox_kind {
  font-size: 2.6vw;
 }
 .swiper_ttlbox_name {
  font-size: 4vw;
  letter-spacing: 1px;
 }
 .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-pagination-main {
  left: 50% !important;
  bottom: 29vw !important;
  text-align: center;
  transform: translateX(-50%);
 }
 .swiper-pagination-main .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: #fff 1px solid;
  background: none;
  opacity: 1;
 }
 .swiper-pagination-main .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
 }
 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.5;
 }
 .l_top_main .swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
 }
 .slide-img {
  width: 100%;
  height: 177.8vw; /* 縦長比率（例：9:16に近い） */
  overflow: hidden;
  position: relative;
 }
 .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦長を保って中央トリミング */
  object-position: center;
  display: block;
 }
 .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;
 }
	  .l_top_main .slide-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
 /* 初期値を設定するクラス */
 .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 {
  display: none;
 }
}

/* ------------------
お知らせ
------------------ */
.l_top_news {
 width: 100%;
 height: 80px;
 overflow: hidden;
 margin: 0 auto;
 background: #EBE8DF;
 box-sizing: border-box;
 display: flex;
 align-items: center;
 justify-content: center;
}
.l_top_news_container {
 position: relative;
 overflow: hidden;
}
.swiper-news .swiper-slide {
 width: 100%;
}
.l_top_news a {
 display: inline-block;
 color: #172E59;
}
.news_item {
 display: inline-flex;
 align-items: center;
 gap: 6px;
}
.news_icon {
 width: 19px;
 height: 19px;
 background: url("../images/common/ic_info.svg") no-repeat center / contain;
 flex-shrink: 0;
}
.news_text {
 border-bottom: 1px solid #172E59;
 padding-bottom: 1px;
 color: #172E59;
}
@media screen and (max-width: 767px) {
 .l_top_news {
  width: 100%;
  height: 14.4vw;
 }
 .news_icon {
  width: 3.3vw;
  height: 3.3vw;
 }
 .news_text {
  font-size: 3.46vw;
 }
}
/* ------------------
高性能×デザイン住宅
------------------ */
.l_top_read {
 background: url("../images/index/img_about.png") no-repeat center center;
 background-size: cover;
 padding: 198px 0 275px 0;
 position: relative;
 height: 1023px;
 text-align: left;
}
.l_top_read::after {
 content: "";
 position: absolute;
 inset: 0;
 background: rgba(0, 0, 0, 0.3);
 pointer-events: none; /* クリックを邪魔しない */
}
.l_top_read > * {
 position: relative;
 z-index: 1;
}
.l_top_concept {
 width: 790px;
 margin: 0 auto;
 position: relative;
 display: flex;
 justify-content: space-between;
}
.l_top_concept_inner {
 width: 550px;
 color: #fff;
}
.m_top_concept_sttl {
 font-size: 21px;
 font-weight: 500;
 margin-bottom: 50px;
 letter-spacing: 2px;
}
.m_top_concept_txt {
 font-size: 14px;
 margin-bottom: 26px;
 letter-spacing: 1px;
}
.m_top_concept_ttl {
 writing-mode: vertical-rl;
 text-orientation: mixed;
 font-size: 28px; /* 適宜調整 */
 line-height: 2;
 color: #fff;
 width: 92px;
 height: 550px;
 padding-top: 2em;
 margin-top: 25px;
 order: 2;
 letter-spacing: 2px;
}
/* 「あなたと考える」が を2文字分上へ */
.ttl_lead {
 display: inline-block;
 transform: translateY(-2em);
}

@media screen and (max-width: 1440px) {
 .l_top_read {
  padding: 13.75vw 0 19.097vw 0;
  height: 71.042vw;
 }
 .l_top_concept {
  width: 54.861vw;
 }
 .l_top_concept_inner {
  width: 38.194vw;
 }
 .m_top_concept_sttl {
  font-size: 1.458vw;
  margin-bottom: 3.472vw;
  letter-spacing: 0.139vw;
 }
 .m_top_concept_txt {
  font-size: 0.972vw;
  margin-bottom: 1.806vw;
  letter-spacing: 0.069vw;
 }
 .m_top_concept_ttl {
  font-size: 1.944vw; /* 適宜調整 */
  width: 6.389vw;
  height: 38.194vw;
  padding-top: 2em;
  margin-top: 1.736vw;
  letter-spacing: 0.139vw;
 }
 .l_top_concept_inner .more_link {
  margin-top: 4.167vw;
 }
}
@media screen and (max-width: 767px) {
 .l_top_read {
  background: url("../images/index/img_about_sp.png") no-repeat center top;
  background-size: cover;
  padding: 14.66vw 0 0 0;
  position: relative;
  height: 233vw;
  text-align: left;
 }
 .l_top_concept {
  width: auto;
  margin: 0 6.6vw;
  display: block;
 }
 .l_top_concept_inner {
  width: auto;
 }
 .m_top_concept_sttl {
  font-size: 4vw;
  margin-bottom: 6.6vw;
 }
 .m_top_concept_txt {
  font-size: 3.2vw;
  margin-bottom: 4vw;
  letter-spacing: 1px;
  line-height: 1.7;
 }
 .m_top_concept_ttl {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 5.33vw; /* 適宜調整 */
  line-height: 2;
  color: #fff;
  width: 30vw;
  height: 68vw;
  padding-top: 0;
  order: 2;
  letter-spacing: 2px;
  margin: 0 auto;
  transform: translateX(2.4vw);
 }
 /* 「あなたと考える」が を2文字分上へ */
 .ttl_lead {
  display: inline-block;
  transform: translateY(-0.5em);
 }
 .l_top_concept_inner .more_link {
  margin-top: 6vw;
 }
 
}
/* ------------------
WORKS
------------------ */
.l_top_works {
 background: #EBE8DF;
 padding: 0 0 120px 0;
 position: relative;
}
.l_top_works_main {
 padding: 138px 0 55px 0;
 display: flex;
 justify-content: space-between;
 max-width: 1341px;
 margin: 0 auto;
}
/*事例ピックアップ*/
.l_top_works_pick {
 position: relative;
}
.l_top_works_pick figure {
 position: relative;
}

.l_top_works_pick figure::after{
content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172,172,172,1.00);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
	}
.works_data {
 position: absolute;
 bottom: 21px;
 left: 22px;
 text-align: left;
 letter-spacing: 1px;
	z-index: 5;
}
.l_top_works_pick .works_num {
 font-size: 12px;
 color: #ACACAC;
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
}
.l_top_works_pick .works_ttl {
 font-size: 17px;
 color: #fff;
}
.ic_status {
 position: absolute;
 top: 0;
 left: 0;
 width: 58px;
 height: 58px;
	z-index: 5;
}
.l_workslist .works-item {
 width: 321px;
 position: relative;
}
.item-txt {
 position: absolute;
 bottom: 15px;
 left: 16px;
 text-align: left;
 letter-spacing: 1px;
	z-index: 5;
}
.l_workslist .w-num {
 font-size: 12px;
 color: #fff;
 opacity: 0.7;
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
}
.l_workslist .w-ttl {
 font-size: 14px;
 color: #fff;
 line-height: 1.2;
}
.l_top_works_l {
 width: 340px;
 padding: 170px 0 0 0;
 text-align: left;
}
.l_top_works_r {
 width: 900px;
}
.l_top_works .ttl {
 font-size: 24px;
 padding-bottom: 20px;
 margin-bottom: 20px;
 position: relative;
 letter-spacing: 2px;
}
.l_top_works .ttl::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 9px;
 height: 1px;
 background-color: #E28B3C;
}
.m_top_works_read {
 font-size: 14px;
 color: #636363;
 line-height: 1.8;
 margin-bottom: 55px;
}
.l_works_splink {
 display: none;
}

.slider-workslist-n figure {
 position: relative;
}

.slider-workslist-n figure::after{
content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172,172,172,1.00);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
	}

@media screen and (max-width: 1440px) {
 .l_top_works {
  padding: 0 0 8.333vw 0;
 }
 .l_top_works_main {
  padding: 9.583vw 0 3.819vw 0;
  max-width: 93.125vw;
 }
}
@media screen and (max-width: 767px) {
 .l_top_works {
  background: #EBE8DF;
  padding: 0 0 13vw 0;
  position: relative;
 }
 .l_top_works_main {
  padding: 20vw 0 10vw 0;
  display: block;
  max-width: inherit;
 }
 /*事例ピックアップ*/
 .l_top_works_pick {
  position: relative;
 }
 .works_data {
  position: absolute;
  bottom: 21px;
  left: 22px;
  text-align: left;
  letter-spacing: 1px;
 }
 .l_top_works_pick .works_num {
  font-size: 3.2vw;
  color: #ACACAC;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
   "wdth"100;
 }
 .l_top_works_pick .works_ttl {
  font-size: 3.7vw;
  color: #fff;
 }
 .ic_status {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
 }
 .l_workslist .works-item {
  width: 321px;
  position: relative;
 }
 .item-txt {
  position: absolute;
  bottom: 15px;
  left: 16px;
  text-align: left;
  letter-spacing: 1px;
 }
 .l_workslist .w-num {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
   "wdth"100;
 }
 .l_workslist .w-ttl {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
 }
 .l_top_works_l {
  width: 340px;
  padding: 170px 0 0 0;
  text-align: left;
 }
 .l_top_works_r {
  width: 900px;
 }
 .l_top_works .ttl {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 2px;
 }
 .l_top_works .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9px;
  height: 1px;
  background-color: #E28B3C;
 }
 .m_top_works_read {
  font-size: 14px;
  color: #636363;
  line-height: 1.8;
  margin-bottom: 55px;
 }
	.works-item figure {
 position: relative;
}

.works-item figure::after{
content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(172,172,172,1.00);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
	}
 /*事例ピックアップ*/
 .works_data {
  bottom: 5.3vw;
  left: 5.3vw;
  letter-spacing: 0.069vw;
 }
 .l_top_works_pick .works_num {
  font-size: 3.2vw;
 }
 .l_top_works_pick .works_ttl {
  font-size: 3.7vw;
  padding: 0 5vw 0 0;
  line-height: 1.5;
 }
 .ic_status {
  width: 15.4vw;
  height: 15.4vw;
 }
 .l_workslist .works-item {
  width: 100%;
  margin-bottom: 10vw;
 }
 .item-txt {
  bottom: 5vw;
  left: 5vw;
  letter-spacing: 0.069vw;
 }
 .l_workslist .w-num {
  font-size: 3.2vw;
 }
 .l_workslist .w-ttl {
  font-size: 3.7vw;
  padding: 0 5vw 0 0;
 }
 .l_top_works_l {
  width: auto;
  padding: 0 0 0 0;
  margin: 0 6.6vw;
 }
 .l_top_works_r {
  width: auto;
 }
 .l_top_works .ttl {
  font-size: 5vw;
  padding-bottom: 5vw;
  margin-bottom: 12vw;
  letter-spacing: 0.139vw;
 }
 .l_top_works .ttl::after {
  width: 2.4;
  height: 1px;
 }
 .m_top_works_read {
  display: none;
  ;
 }
 /*スマホ時施工事例*/
 .l_works_splink {
  display: block;
  margin: 0 6.6vw;
  text-align: left;
 }
}
/* ------------------
スタッフ
------------------ */
.l_top_staff {
 background: #fff;
 padding: 80px 0 110px 0;
 position: relative;
}
.l_top_staff .ttl {
 font-size: 24px;
 padding-bottom: 15px;
 margin-bottom: 40px;
 position: relative;
 letter-spacing: 2px;
}
.l_top_staff .ttl::after {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 0;
 width: 10px;
 height: 1px;
 background-color: #E28B3C;
}
.m_top_staff_read {
 font-size: 14px;
 color: #636363;
 line-height: 1.8;
 margin-bottom: 110px;
 letter-spacing: 1px;
}
.l_top_staff_list {
 margin-bottom: 60px;
 padding: 0 50px 0 50px;
 max-width: 1440px;
 margin: 0 auto;
 box-sizing: border-box;
}
.l_top_staff_list_box {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.l_top_staff_list_box + .l_top_staff_list_box {
 margin-top: 125px;
}
.l_top_staff_list_box_nav {
 width: 308px;
 text-align: left;
 padding-top: 40px;
}
.l_top_staff_list_box_list {
 width: 1029px;
 max-width: 100%;
 margin: 0 auto;
}
.tit_jop_en {
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
 font-size: 22px;
 margin-bottom: 10px;
 padding: 0;
 line-height: 1;
 letter-spacing: 1px;
 display: block;
}
.tit_jop_jp {
 font-size: 14px;
 margin-bottom: 65px;
 letter-spacing: 1px;
 display: block;
}
.l_staff_splink {
 display: none;
 ;
}
@media screen and (max-width: 1440px) {
 .l_top_staff {
  padding: 5.556vw 0 7.639vw 0;
 }
 .l_top_staff .ttl {
  font-size: 1.667vw;
  padding-bottom: 1.042vw;
  margin-bottom: 2.778vw;
  letter-spacing: 0.139vw;
 }
 .l_top_staff .ttl::after {
  width: 0.694vw;
  height: 0.069vw;
 }
 .m_top_staff_read {
  font-size: 0.972vw;
  margin-bottom: 7.639vw;
  letter-spacing: 0.069vw;
 }
 .l_top_staff_list {
  margin-bottom: 4.167vw;
  padding: 0 3.472vw 0 3.472vw;
 }
 .l_top_staff_list_box + .l_top_staff_list_box {
  margin-top: 8.681vw;
 }
 .l_top_staff_list_box_nav {
  width: 21.389vw;
  padding-top: 2.778vw;
 }
 .l_top_staff_list_box_list {
  width: 71.458vw;
 }
 .tit_jop_en {
  font-size: 1.528vw;
  margin-bottom: 0.694vw;
  letter-spacing: 0.069vw;
 }
 .tit_jop_jp {
  font-size: 0.972vw;
  margin-bottom: 4.514vw;
  letter-spacing: 0.069vw;
 }
}
@media screen and (max-width: 767px) {
 .l_top_staff {
  padding: 13vw 0 13vw 0;
  position: relative;
 }
 .l_top_staff .ttl {
  font-size: 5vw;
  padding-bottom: 3.7vw;
  margin: 0 0 10vw 6.6vw;
  position: relative;
  letter-spacing: 2px;
  text-align: left;
 }
 .l_top_staff .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  transform: none;
  bottom: 0;
  width: 10px;
  height: 1px;
  background-color: #E28B3C;
 }
 .m_top_staff_read {
  display: none;
 }
 .l_top_staff_list {
  margin-bottom: 60px;
  padding: 0 0 0 6.6vw;
  max-width: auto;
  margin: 0 auto;
  box-sizing: border-box;
 }
 .l_top_staff_list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .l_top_staff_list_box + .l_top_staff_list_box {
  margin-top: 20vw;
 }
 .l_top_staff_list_box_nav {
  width: auto;
  text-align: left;
  padding-top: 0;
 }
 .l_top_staff_list_box_list {
  width: 1029px;
  max-width: 100%;
  margin: 0 auto;
 }
 .tit_jop {
  display: flex;
  width: 100%;
 }
 .tit_jop_en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
   "wdth"100;
  font-size: 4.8vw;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px;
 }
 .tit_jop_jp {
  font-size: 3.2vw;
  margin-bottom: 5vw;
  letter-spacing: 1px;
  display: inline-block;
 }
 .l_staff_splink {
  display: block;
  margin: 11vw 0 0 0;
 }
}
/*   スタッフ　202601    */
/* 横スクロールラッパー */
.staff-scroll {
 width: 71vw;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch; /* モバイルで慣性スクロール */
 padding: 0 10px 18px 0;
 box-sizing: border-box;
}
/* 必ず横に長くなるように min-width: max-content を指定 */
.staff-list {
 display: flex;
 gap: var(--gap);
 align-items: flex-start;
 padding: 18px 6px;
 margin: 0;
 min-width: max-content; /* ← 重要：子要素の合計幅が親を超えれば横スクロール発生 */
}
.staff-card {
 width: var(--card-w);
 flex: 0 0 auto; /* shrink を無効にする（縮小させない） */
 text-align: left;
 box-sizing: border-box;
}
/* 画像エリア */
.staff-img {
 width: 100%;
 aspect-ratio: 1/1; /* 正方形にしたい場合。原画像の比に合わせるなら 3/4 等に */
 overflow: hidden;
 border-radius: 2px;
 background: #f4f4f4;
}
.staff-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
/* テキスト */
.staff-name {
 margin: 14px 0 0 0;
 font-size: 16px;
 color: #0b2a5a; /* 濃い青 */
 font-weight: 500;
 letter-spacing: .2px;
 line-height: 1.2;
}
.staff-name-en {
 margin: 0 0 8px;
 font-size: 12px;
 color: #666;
 font-family: "Roboto", sans-serif;
 font-optical-sizing: auto;
 font-weight: 500;
 font-style: normal;
 font-variation-settings:
  "wdth"100;
}
.staff-line {
 display: block;
 width: 15px;
 height: 1px;
 background: #E28B3C;
 margin: 12px 0;
 border-radius: 1px;
}
.staff-role {
 margin: 0;
 font-size: 13px;
 color: #636363;
}
/* スクロールバー表示（WebKit） */
.staff-scroll::-webkit-scrollbar {
 height: 9px;
}
.staff-scroll::-webkit-scrollbar-thumb {
 background: #1b3155;
 border-radius: 6px;
}
.staff-scroll::-webkit-scrollbar-track {
 background: #f1f1f1;
}
/* Firefox 用 */
.staff-scroll {
 scrollbar-width: auto;
 scrollbar-color: #1b3155 #f1f1f1;
}
/* スナップ（任意）: ページ的にカード単位で止めたい場合に有効化 */
.staff-scroll {
 scroll-snap-type: x mandatory;
}
.staff-card {
 scroll-snap-align: start;
}

.staff-wrap {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
}
/* OSスクロールバー非表示 */
.staff-scroll {
 width: 1029px; /* ← スクロール範囲 */
 max-width: 100%;
 overflow-x: auto;
 overflow-y: hidden;
 -webkit-overflow-scrolling: touch;
 /* OSスクロールバー非表示 */
 scrollbar-width: none; /* Firefox */
}
.staff-scroll::-webkit-scrollbar {
 display: none; /* Chrome / Safari */
}
.staff-list {
 display: flex;
 gap: 64px;
 padding: 0px 0;
 min-width: max-content;
}
.staff-card {
 width: 195px;
 height: 295px;
 flex-shrink: 0;
}
/* カスタムスクロールバー */
.custom-scrollbar {
 width: 1029px;
 max-width: 100%;
 height: 4px;
 background: #ddd;
 border-radius: 2px;
 margin-top: 12px;
 position: relative;
}
.custom-thumb {
 height: 100%;
 background: #1b3155;
 border-radius: 2px;
 position: absolute;
 left: 0;
 top: 0;
 cursor: grab;
}
.custom-thumb:active {
 cursor: grabbing;
}
.no-select {
 user-select: none;
}
.staff-scroll {
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 /* IE / Edge (旧) */
 -ms-overflow-style: none;
 /* Firefox */
 scrollbar-width: none;
}
/* OSスクロールバー非表示 */
.staff-scroll {
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-style: none;
 scrollbar-width: none;
}
.staff-scroll::-webkit-scrollbar {
 display: none;
}
/* =========================
  レスポンシブ
========================= */
@media (max-width: 1100px) {
 .staff-scroll, .custom-scrollbar {
  width: 100%;
 }
 .staff-list {
  gap: 5.3vw;
 }
 .staff-card {
  width: 52vw;
  height: 78.6vw
 }
}
/* ------------------
見学会・イベント
------------------ */
.l_top_openhouse {
 background: url("../images/index/img_event.jpg") no-repeat center top #EBE8DF;
 padding: 46.5vw 0 120px 0;
 background-size: 100% auto;
 position: relative;
}
.l_top_openhouse .ttl {
 font-size: 24px;
 padding-bottom: 20px;
 margin-bottom: 40px;
 position: relative;
 letter-spacing: 2px;
 color: #172E59;
}
.l_top_openhouse .ttl::after {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 0;
 width: 10px;
 height: 1px;
 background-color: #E28B3C;
}
.m_top_openhouse_read {
 font-size: 14px;
 color: #636363;
 line-height: 1.8;
 margin-bottom: 30px;
}
.l_top_openhouse .more_link {
 margin-bottom: 75px;
}
/* スライダー外枠 */
.swiper-n {
 margin-bottom: 100px;
}
/* Swiper */
.swiper-oh {
 overflow: visible;
}
/* Swiperの影響を打ち消す */
.swiper-oh .swiper-slide {
 flex-shrink: 0;
}
/* 1枚のカード */
.m_top_openhouse_list_detail {
 width: 330px;
 height: 220px;
 text-align: left;
}
/* 中身を高さにフィット */
.m_top_openhouse_list_detail a {
 display: block;
 height: 100%;
}
.m_top_openhouse_list_detail img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.op_status {
 display: flex;
 padding: 10px 0;
 border-bottom: rgba(99, 99, 99, 1) 1px solid;
 letter-spacing: 1px;
}
/* 予約受付中 */
.m_top_openhouse_now {
 color: #f39800;
 font-size: 12px;
 font-weight: 500;
 margin-right: 10px;
}
/*終了*/
.m_top_openhouse_now.status_end {
 color: #636363;
}

/* エリア */
.m_top_openhouse_area {
 font-size: 12px;
 color: #666;
}
/* タイトル */
.m_top_openhouse_txt {
 font-size: 17px;
 font-weight: 500;
 color: #172E59;
 letter-spacing: 2px;
}
/* 日付 */
.m_top_openhouse_day {
 font-size: 12px;
 color: #636363;
 letter-spacing: 1px;
 font-family: "Poppins", sans-serif;
 font-weight: 400;
 font-style: normal;
}
@media screen and (max-width: 1440px) {
 .l_top_openhouse {
  padding: 46.5vw 0 10.48vw 0;
 }
 .l_top_openhouse .ttl {
  font-size: 1.667vw;
  padding-bottom: 1.389vw;
  margin-bottom: 2.778vw;
  letter-spacing: 0.139vw;
 }
 .l_top_openhouse .ttl::after {
  width: 0.694vw;
  height: 0.069vw;
 }
 .m_top_openhouse_read {
  font-size: 0.972vw;
  margin-bottom: 2.083vw;
 }
 .l_top_openhouse .more_link {
  margin-bottom: 5.208vw;
 }
 /* スライダー外枠 */
 .swiper-n {
  margin-bottom: 6.944vw;
 }
 .m_top_openhouse_list_detail {
  width: 22.917vw;
  height: 15.278vw;
 }
 .op_status {
  display: flex;
  padding: 0.694vw 0;
  border-bottom: rgba(99, 99, 99, 1) 1px solid;
  letter-spacing: 0.069vw;
 }
 /* 予約受付中 */
 .m_top_openhouse_now {
  font-size: 0.833vw;
  margin-right: 0.694vw;
 }
 /* エリア */
 .m_top_openhouse_area {
  font-size: 0.833vw;
 }
 /* タイトル */
 .m_top_openhouse_txt {
  font-size: 1.181vw;
  letter-spacing: 0.139vw;
 }
 /* 日付 */
 .m_top_openhouse_day {
  font-size: 0.833vw;
  letter-spacing: 0.069vw;
 }
}
@media screen and (max-width: 767px) {
 /* 親：右余白は消す（カードを右端まで） */
 .l_top_staff_list {
  padding-left: 6.6vw;
  padding-right: 0;
 }
 /* 横スクロールはフル幅（右端まで） */
 .staff-wrap {
  width: calc(100% + 6.6vw);
  margin-right: -6.6vw;
 }
 .staff-scroll {
  width: 100%;
  padding-right: 0; /* ← スクロール本体には余白を入れない */
 }
 /* カスタムスクロールバーの実幅をスクロール領域に合わせる */
 .custom-scrollbar {
  width: calc(100% - 13.2vw); /* ← 左右6.6vw × 2 を引く */
  margin-left: -6.6vw;
  margin-right: 6.6vw;
 }
}
/* SP調整 */
@media (max-width: 767px) {
 .l_top_openhouse {
  background: #EBE8DF;
  padding: 24vw 6.6vw 1vw 6.6vw;
  position: relative;
 }
 .l_top_openhouse .ttl {
  font-size: 5vw;
  padding-bottom: 4vw;
  margin-bottom: 7.4vw;
  position: relative;
  letter-spacing: 2px;
  color: #172E59;
  text-align: left;
 }
 .l_top_openhouse .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  bottom: 0;
  width: 10px;
  height: 1px;
  background-color: #E28B3C;
 }
 .m_top_openhouse_read {
  display: none;
 }
 .l_top_openhouse .more_link {
  margin-bottom: 75px;
 }
 .sp-swiper-oh {
  width: 100%;
  margin: 0 auto;
 }
 /* スライダー外枠 */
 .swiper-n {
  margin-bottom: 0;
 }
 /* Swiper */
 .swiper-oh, .sp-swiper-oh {
  overflow: visible;
 }
 /* Swiperの影響を打ち消す */
 .swiper-oh .swiper-slide {
  flex-shrink: 0;
 }
 /* 1枚のカード */
 .m_top_openhouse_list_detail {
  width: 100%;
  height: 86vw;
  text-align: left;
  margin-bottom: 14.6vw;
 }
 .m_top_openhouse_list_detail:last-child {
  margin-bottom: 0;
 }
 /* 中身を高さにフィット */
 .m_top_openhouse_list_detail a {
  display: block;
  height: 100%;
 }
 .m_top_openhouse_list_img {
  width: 100%;
  height: 59.2vw;
  overflow: hidden;
  position: relative;
 }
 .m_top_openhouse_list_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .op_status {
  display: flex;
  padding: 5vw 0 2vw 0;
  border-bottom: rgba(99, 99, 99, 1) 1px solid;
  letter-spacing: 1px;
 }
 /* 予約受付中 */
 .m_top_openhouse_now {
  color: #f39800;
  font-size: 3.2vw;
  font-weight: 500;
  margin-right: 3vw;
 }
	/*終了*/
.m_top_openhouse_now.status_end {
 color: #636363;
}
 /* エリア */
 .m_top_openhouse_area {
  font-size: 3.2vw;
  color: #666;
 }
 /* タイトル */
 .m_top_openhouse_txt {
  font-size: 3.74vw;
  font-weight: 500;
  color: #172E59;
  letter-spacing: 2px;
  padding-top: 2vw;
 }
 /* 日付 */
 .m_top_openhouse_day {
  font-size: 3.2vw;
  color: #636363;
  letter-spacing: 1px;
 }
 .swiper-n {
  padding-left: 0;
 }
 .sp-swiper-oh .swiper-wrapper {
  display: block;
 }
 .l_event_splink {
  width: 88.8vw;
  margin: 0 auto;
  padding-top: 16vw;
  text-align: left;
 }
}
/* ------------------
分譲情報
------------------ */
.l_top_land {
 height: 608px;
 position: relative;
 background: url("../images/common/housing_land.jpg") no-repeat center center;
 background-size: cover;
}
/* 黒50%オーバーレイ */
.l_top_land::before {
 content: "";
 position: absolute;
 inset: 0;
 background: rgba(0, 0, 0, 0.6);
 pointer-events: none;
}
.l_top_land_txt {
 width: 361px;
 position: absolute !important;
 top: 130px;
 right: 17.3vw;
 text-align: left;
}
.l_top_land > * {
 position: relative;
 z-index: 1;
}
.l_top_land .ttl {
 font-size: 24px;
 padding-bottom: 20px;
 margin-bottom: 40px;
 position: relative;
 letter-spacing: 2px;
 color: #fff;
}
.l_top_land .ttl::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 10px;
 height: 1px;
 background-color: #E28B3C;
}
.m_land_txt {
 color: #fff;
 font-size: 14px;
 line-height: 1.8;
 margin-bottom: 2em;
 text-align: left;
 letter-spacing: 1px;
}
.m_land_txt.out {
 padding-top: 15px;
}
.m_land_txt.out a {
 color: #fff;
 position: relative;
 border-bottom: #fff 1px solid;
 padding: 0 35px 8px 5px;
}
.m_land_txt.out a::after {
 content: "";
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-70%);
 width: 16px;
 height: 14px;
 background: url("../images/common/link.svg") no-repeat center / contain;
}
@media screen and (max-width: 1440px) {
 .l_top_land {
  height: 42.222vw;
 }
 .l_top_land_txt {
  width: 25.069vw;
  top: 9.028vw;
  right: 17.3vw;
 }
 .l_top_land .ttl {
  font-size: 1.667vw;
  padding-bottom: 1.389vw;
  margin-bottom: 2.778vw;
  letter-spacing: 0.139vw;
 }
 .l_top_land .ttl::after {
  width: 0.694vw;
  height: 0.069vw;
 }
 .m_land_txt {
  font-size: 0.972vw;
  line-height: 1.8;
  letter-spacing: 0.069vw;
 }
 .out {
  padding-top: 1.042vw;
 }
 .out a {
  padding: 0 2.431vw 0.556vw 0.347vw;
 }
 .out a::after {
  right: 0.694vw;
  width: 1.111vw;
  height: 0.972vw;
 }
}
@media screen and (max-width: 767px) {
 .l_top_land {
  padding: 36vw 0 10vw 0;
  position: relative;
 }
 .l_top_land {
  height: 162vw;
  position: relative;
  background: url("../images/common/housing_land.jpg") no-repeat center center;
  background-size: cover;
 }
 /* 黒50%オーバーレイ */
 .l_top_land::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
 }
 .l_top_land_txt {
  width: 90vw;
  position: absolute !important;
  top: 36vw;
  left: 5.5vw;
  text-align: left;
 }
 .l_top_land > * {
  position: relative;
  z-index: 1;
 }
 .l_top_land .ttl {
  font-size: 5vw;
  padding-bottom: 6vw;
  margin-bottom: 6vw;
  position: relative;
  letter-spacing: 2px;
  color: #fff;
 }
 .l_top_land .ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 1px;
  background-color: #E28B3C;
 }
 .m_land_txt {
  color: #fff;
  font-size: 3.7vw;
  line-height: 1.8;
  margin-bottom: 10vw;
  text-align: left;
  letter-spacing: 0.5px;
 }
 .m_land_txt.out {
  padding-top: 10vw;
 }
 .m_land_txt.out a {
  color: #fff;
  position: relative;
  border-bottom: #fff 1px solid;
  padding: 0 35px 8px 5px;
  font-size: 3.7vw;
 }
 .m_land_txt.out a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-70%);
  width: 16px;
  height: 14px;
  background: url("../images/common/link.svg") no-repeat center / contain;
 }
}
