@charset "UTF-8";
html.header-scrolled header {
  background-color: #fff;
  z-index: 9999;
}
html.header-scrolled header .logo img.scroll {
  display: block;
}
html.header-scrolled header .logo img.default {
  display: none;
}
html.header-scrolled header nav a {
  color: #0E2971 !important;
}
html.header-scrolled header .hamburger::before, html.header-scrolled header .hamburger::after {
  background: #0E2971 !important;
}
html body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  background: none;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  html body header {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  html body header.active {
    background: #fff;
  }
}
html body header .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
html body header .logo img {
  height: 24px;
}
html body header .logo img.scroll {
  display: none;
}
html body header .logo.active .scroll {
  display: block;
}
html body header .logo.active .default {
  display: none;
}
html body header .r_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html body header .r_nav nav a {
  color: #fff;
  margin-right: 1.5rem;
  text-decoration: none;
  font-size: 0.9rem;
}
html body header .r_nav nav a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  html body header .r_nav nav {
    display: none;
  }
}
html body header .r_nav .contact-wrapper {
  position: relative;
}
html body header .r_nav .contact-wrapper .contact-btn {
  background: #0E2971;
  padding: 0.4rem 2.5rem 0.4rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 0 1.5rem;
  position: relative;
}
html body header .r_nav .contact-wrapper .contact-btn:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../images/common/plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  html body header .r_nav .contact-wrapper .contact-btn {
    display: none;
  }
}
html body header .r_nav .contact-wrapper .contact-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background: #fff;
  color: #0E1A3C;
  width: 360px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease;
}
html body header .r_nav .contact-wrapper .contact-menu ul {
  list-style: none;
}
html body header .r_nav .contact-wrapper .contact-menu ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}
html body header .r_nav .contact-wrapper .contact-menu ul li:hover .arrow {
  background: url(../../images/common/button_arrow2.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
html body header .r_nav .contact-wrapper .contact-menu ul li a {
  color: inherit;
  text-decoration: none;
  flex: 1;
}
html body header .r_nav .contact-wrapper .contact-menu ul li .arrow {
  background: url(../../images/common/button_arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 20px;
}
html body header .r_nav .contact-wrapper:hover .contact-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.6s ease;
}
html body .hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 2rem;
  background-size: cover;
  color: #fff;
}
html body .hero .hero__bg {
  position: absolute;
  inset: 0; /* top/right/bottom/left:0 の省略 */
  width: 100%;
  height: 100%;
  object-fit: cover; /* 背景画像の cover と同等 */
  object-position: center; /* 背景位置 */
  z-index: 0;
}
html body .hero .catch {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-top: 30%;
  letter-spacing: 3px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  color: #F8F8F8;
  margin-bottom: 15px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  html body .hero .catch {
    font-size: 2rem;
    margin-top: 15%;
    max-width: auto;
  }
}
@media screen and (max-width: 575px) {
  html body .hero .catch {
    font-size: 1.8em;
  }
}
html body .hero .catch span {
  border-bottom: 1px solid #F8F8F8;
  display: inline-block;
  padding-bottom: 15px;
}
html body .hero .sub {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #F8F8F8;
  letter-spacing: 2px;
  position: relative;
  z-index: 4;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  html body .hero .sub {
    max-width: auto;
  }
}
html body .hero .scroll-indicator {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  html body .hero .scroll-indicator {
    display: none;
  }
}
html body .hero .scroll-indicator__text {
  font-size: 14px;
  color: #fff;
}
html body .hero .scroll-indicator__line {
  position: relative;
  width: 1px;
  height: 80px;
  background: #fff;
  margin: 8px auto 0;
}
html body .hero .scroll-indicator__line .scroll-indicator__diamond {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 1;
  animation: scroll-diamond 2s ease-in-out infinite;
}
@keyframes scroll-diamond {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: calc(100% - 10px);
    opacity: 1;
  }
  100% {
    top: calc(100% - 10px);
    opacity: 0;
  }
}
html body .hero .news-box {
  position: absolute;
  bottom: 6rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  font-size: 0.75rem;
  width: 600px;
  max-width: 35%;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .hero .news-box {
    max-width: 90%;
    right: auto;
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero .news-box .sm-pc {
    display: none;
  }
}
html body .hero .news-box .news-box-inner {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  html body .hero .news-box .news-box-inner {
    display: block;
  }
}
html body .hero .news-box .post-link {
  display: flex;
  justify-content: end;
}
html body .hero .news-box .post-link a {
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html body .hero .news-box .post-link a {
    font-size: 12px;
  }
}
html body .hero .news-box .post-link a:first-child {
  margin-right: 10px;
}
html body .hero .news-box h4 {
  font-size: 14px;
  border-right: 1px solid #CCCCCC;
  padding-right: 15px;
  margin-right: 15px;
  width: 15%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body .hero .news-box h4 {
    width: 30%;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero .news-box h4 {
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
html body .hero .news-box h4 a {
  font-size: 11px;
  text-decoration: underline;
  color: #0E1A3C;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  html body .hero .news-box h4 a {
    margin-left: 20px;
    margin-top: 0px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 3px;
  }
}
html body .hero .news-box ul {
  list-style: none;
}
html body .hero .news-box ul li {
  margin-bottom: 0.4rem;
  line-height: 1.2;
}
html body .hero .news-box ul li a {
  display: flex;
}
html body .hero .news-box ul li a p {
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  html body .hero .news-box ul li a p {
    font-size: 12px;
  }
}
html body .hero .news-box ul li time {
  margin-right: 15px;
  display: block;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  html body .hero .news-box ul li:nth-child(2), html body .hero .news-box ul li:nth-child(3) {
    display: none;
  }
}
html body .hero .popmenu {
  position: absolute;
  right: 0px;
  top: 120px;
  width: 340px;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  html body .hero .popmenu {
    top: 80px;
  }
}
html body .hero .popmenu ul {
  position: relative;
}
html body .hero .popmenu ul li {
  text-align: left;
  position: relative;
  right: -280px;
  background: #0E2971 url(../../images/common/menu_mail.svg) no-repeat left 10px center;
  background-size: 40px;
  border-radius: 6px;
  padding-left: 50px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
html body .hero .popmenu ul li:hover {
  right: 0px;
}
html body .hero .popmenu ul li:nth-child(2) {
  background-image: url(../../images/common/menu_online.svg);
}
html body .hero .popmenu ul li:nth-child(3) {
  background-image: url(../../images/common/menu_land.svg);
}
html body .hero .popmenu ul li a {
  display: block;
  background: #fff;
  position: relative;
  color: #0E2971;
  padding: 15px 10px;
  margin-left: 10px;
}
html body .hero .popmenu ul li a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/common/button_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  html body .hero .popmenu {
    display: none;
  }
}
html body .hero .fv_popup {
  position: absolute;
  top: 400px;
  right: 0px;
  text-align: right;
  margin-top: 20px;
  width: 300px;
  max-width: 100%;
  display: inline-block;
  transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}
html body .hero .fv_popup.is-hiding {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(8px);
  pointer-events: none;
}
html body .hero .fv_popup .close {
  position: absolute;
  top: -8px;
  left: -5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  cursor: pointer;
  z-index: 2;
}
html body .hero .fv_popup .close::before {
  content: "×";
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
}
html body .hero .fv_popup .close:hover {
  background: rgba(0, 0, 0, 0.75);
}
html body .hero .fv_popup a {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  html body .hero .fv_popup {
    width: 220px;
  }
  html body .hero .fv_popup img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body .hero .fv_popup {
    display: none;
  }
}
html body .hero .hero__bgwrap {
  position: absolute;
  inset: 0;
  z-index: 0; /* コンテンツより下 */
}
html body main {
  /* ----------------------------------
     共通ユーティリティ
  ---------------------------------- */
  /* ----------------------------------
     こだわり
  ---------------------------------- */
  /* ----------------------------------
     Housing Plan
  ---------------------------------- */
  /* ----------------------------------
     Customer Voice
  ---------------------------------- */
  /* ----------------------------------
     最新の注文住宅事例セクション
  ---------------------------------- */
  /* ----------------------------------
     サービスラインナップ
  ---------------------------------- */
  /* ----------------------------------
     各種検索
  ---------------------------------- */
  /* ----------------------------------
     オーナーズクラブセクション
  ---------------------------------- */
  /* ----------------------------------
     レスポンシブ
  ---------------------------------- */
  /* ----------------------------------
     ブログセクション
  ---------------------------------- */
  /* ----------------------------------
     モデルハウス
  ---------------------------------- */
  /* ------  モデルハウス - スライド ---------- */
  /* コントロール群を横並び＆中央寄せ */
  /* ← ボタン → */
  /* ←アイコン */
  /* →アイコン */
  /* ●●● のスタイル */
  /* 小さめレスポンシブ例 */
  /* ─── 右向き ─── */
  /* ─── 左向き ─── */
  /* ----------------------------------
     イベントセクション
  ---------------------------------- */
  /* ----------------------------------
     不動産情報セクション
  ---------------------------------- */
  /* ----------------------------------
     youtube公式チャンネル
  ---------------------------------- */
}
html body main .mainvisual {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url("../../images/index/mainvisual02.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual {
    background-image: url("../../images/index/mainvisual02-sp.jpg");
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual {
    height: 80vh;
  }
}
html body main .mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(51, 51, 51, 0.247);
}
html body main .mainvisual .mainvisual_caption {
  text-align: center;
  position: relative;
  z-index: 3;
}
html body main .mainvisual .mainvisual_caption h1 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual_caption h1 {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
html body main .mainvisual .mainvisual_caption h1 span {
  font-size: 4rem;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .mainvisual_caption h1 span {
    font-size: 2.5rem;
  }
}
html body main .contents p {
  margin-bottom: 1rem;
}
html body main .contents p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_news .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper {
    margin-bottom: 5px;
  }
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper time {
  font-weight: bold;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper .category_tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper .category_tag li {
  list-style-type: none;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list .label_wrapper .category_tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #0E1A3C;
  padding: 5px 8px;
}
html body main .contents.contents_news .contents_list_wrapper .contents_list a {
  flex: 1 1 0%;
  min-width: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents_news .contents_list_wrapper .contents_list a {
    font-size: 0.875;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents_news .contents_list_wrapper .contents_list a {
    display: block;
  }
}
html body main h2 {
  font-size: 48px;
  color: #0E1A3C;
  line-height: 1.6em;
}
@media screen and (max-width: 1400px) {
  html body main h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body main h2 {
    font-size: 30px;
  }
}
html body main h3 {
  font-size: 32px;
  color: #0F1A3C;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  html body main h3 {
    font-size: 20px;
  }
}
html body main p {
  line-height: 1.6em;
  font-weight: 300;
}
html body main a.more {
  color: #002c6c;
  background: url(../../images/common/button_arrow.svg) right center no-repeat;
  padding-right: 30px;
  background-size: contain;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
}
html body main .subtitle {
  font-size: 24px;
  border-left: 2px solid #002c6c;
  padding-left: 20px;
  font-weight: 200;
  font-family: "Jost", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  html body main .subtitle {
    font-size: 18px;
  }
}
html body main .wrapper {
  width: 100%;
  max-width: 1600px; /* お好みで調整 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
html body main .feature {
  margin-top: 150px;
  /* -----------  アニメ付きフレーム ----------- */
  /* ─── アニメ定義 ─── */
}
html body main .feature .wide_wrapper {
  background: url(../../images/index/feature_bg.jpg) no-repeat left top;
  background-size: 90% auto;
  width: 1920px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  html body main .feature .wide_wrapper {
    background-size: cover;
    border-right: 40px solid #fff;
  }
}
@media screen and (max-width: 575px) {
  html body main .feature .wide_wrapper {
    border-right: none;
  }
}
html body main .feature .wide_wrapper .top_img {
  position: absolute;
  top: -80px;
  right: 0px;
  width: 1200px;
  max-width: 70%;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  html body main .feature .wide_wrapper .top_img {
    width: 1000px;
    right: -5%;
  }
}
@media screen and (max-width: 1199px) {
  html body main .feature .wide_wrapper .top_img {
    width: 800px;
    right: -10%;
  }
}
@media screen and (max-width: 575px) {
  html body main .feature .wide_wrapper .top_img {
    max-width: 90%;
  }
}
html body main .feature .wide_wrapper .bottom_img {
  position: absolute;
  bottom: -100px;
  right: 0px;
  width: 410px;
  max-width: 70%;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  html body main .feature .wide_wrapper .bottom_img {
    width: 1000px;
    right: -5%;
  }
  html body main .feature .wide_wrapper .bottom_img img {
    filter: brightness(0.7);
  }
}
@media screen and (max-width: 1199px) {
  html body main .feature .wide_wrapper .bottom_img {
    width: 410px;
    right: -10%;
  }
}
@media screen and (max-width: 575px) {
  html body main .feature .wide_wrapper .bottom_img {
    display: none;
  }
}
html body main .feature .wide_wrapper .contents_wrapper {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1600px) {
  html body main .feature .wide_wrapper .contents_wrapper {
    padding: 0px 40px;
  }
}
html body main .feature .wide_wrapper .contents_wrapper .contents_header {
  width: 460px;
  max-width: 35%;
  padding-top: 10%;
}
@media screen and (max-width: 575px) {
  html body main .feature .wide_wrapper .contents_wrapper .contents_header {
    max-width: 100%;
    padding-top: 40%;
  }
}
html body main .feature .wide_wrapper .contents_wrapper .contents_header .subtitle {
  color: #DCDFE6;
  border-color: #DCDFE6;
}
html body main .feature .wide_wrapper .contents_wrapper .contents_header h2 {
  color: #DCDFE6;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  html body main .feature .wide_wrapper .contents_wrapper .contents_header h2 {
    margin-bottom: 20px;
  }
}
html body main .feature .wide_wrapper .contents_wrapper .contents_header p {
  color: #DCDFE6;
}
html body main .feature .wide_wrapper .contents_wrapper .contents_detail {
  margin-top: 5%;
}
html body main .feature .wide_wrapper .contents_wrapper .contents_detail h3 {
  color: #DCDFE6;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 30px;
}
html body main .feature .wide_wrapper .contents_wrapper .contents_detail h3::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #DCDFE6;
  margin-left: 12px;
}
html body main .feature .gallery {
  display: flex;
  flex-wrap: wrap; /* 折り返して 2 段目へ */
  gap: 30px;
  width: 1400px;
  max-width: 100%; /* アイテム間の余白 */
  position: relative;
  z-index: 1;
}
html body main .feature .frame {
  position: relative;
  width: 350px;
  height: 350px;
  /* SVG 線 path の初期状態（非表示） */
  /* ロゴ画像の初期状態 */
  /* .is-visible が付いた瞬間にだけ走らせる */
}
@media screen and (max-width: 1199px) {
  html body main .feature .frame {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  html body main .feature .frame {
    width: 280px;
    height: 280px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1199px) {
  html body main .feature .frame svg {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 575px) {
  html body main .feature .frame svg {
    width: 280px;
    height: auto;
    margin: 0 auto;
  }
}
html body main .feature .frame.xs-only {
  width: 100%;
  height: 180px;
}
html body main .feature .frame.xs-only svg {
  width: 100%;
  margin: 0 auto;
}
html body main .feature .frame .line {
  stroke: #fff;
  stroke-width: 1;
  stroke-linejoin: round;
  fill: none;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0; /* ←ここで隠す */
  /* アニメーションはここに書かない */
}
html body main .feature .frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  max-height: 70%;
  /* アニメーションはここに書かない */
}
@media screen and (max-width: 767px) {
  html body main .feature .frame img {
    top: 60%;
    left: 50%;
  }
}
html body main .feature .frame.is-visible {
  /* １本目の線 */
  /* ２本目の線は delay＋1s */
  /* 線が終わったあとロゴをフェードイン */
}
html body main .feature .frame.is-visible .line.top {
  opacity: 1;
  animation: draw 1s ease-out forwards var(--delay);
}
html body main .feature .frame.is-visible .line.bottom {
  opacity: 1;
  animation: draw 1s ease-out forwards calc(var(--delay) + 1s);
}
html body main .feature .frame.is-visible img {
  opacity: 0;
  animation: fade 0.8s ease-out forwards calc(var(--delay) + 2s);
}
@keyframes draw {
  0% {
    stroke-dashoffset: 1;
    opacity: 1;
  }
  80% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
html body main .feature .link {
  display: flex;
  align-items: flex-end;
}
html body main .feature .link .box-link-arrow {
  border: 1px solid #fff;
  margin-top: 130px;
}
html body main .feature .link .box-link-arrow a {
  color: #fff;
  font-size: 18px;
  width: 100%;
  padding: 20px 30px;
}
@media screen and (max-width: 575px) {
  html body main .feature .link .box-link-arrow a {
    background: none;
    padding: 15px 20px;
  }
}
html body main .feature .link .box-link-arrow a::before {
  content: url(../../images/common/allow-link-w.svg);
}
html body main .feature .link .box-link-arrow a:hover {
  background: none;
}
@media screen and (max-width: 575px) {
  html body main .feature .link {
    height: 100px;
    width: 100%;
  }
}
html body main .housingplan {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html body main .housingplan {
    padding-top: 50px;
  }
}
html body main .housingplan .wide_wrapper {
  width: 1920px;
  max-width: 100%;
  background: url(../../images/index/housing_plan_bg.jpg) no-repeat left top;
  background-size: 60% auto;
  margin: 100px auto;
}
@media screen and (max-width: 1400px) {
  html body main .housingplan .wide_wrapper {
    background-position-x: -50%;
    background-size: 70%;
    margin: 100px auto 0px auto;
  }
}
@media screen and (max-width: 575px) {
  html body main .housingplan .wide_wrapper {
    background-size: 80%;
  }
}
html body main .housingplan .wide_wrapper .text_wrapper {
  width: 1600px;
  max-width: 100%;
  padding: 200px 0px 100px 0px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  html body main .housingplan .wide_wrapper .text_wrapper {
    padding: 100px 0px 50px 0px;
  }
}
@media screen and (max-width: 575px) {
  html body main .housingplan .wide_wrapper .text_wrapper {
    padding: 180px 20px 50px 0px;
  }
}
html body main .housingplan .wide_wrapper .text_wrapper .text_box {
  width: 450px;
  max-width: 30%;
}
@media screen and (max-width: 1400px) {
  html body main .housingplan .wide_wrapper .text_wrapper .text_box {
    max-width: 40%;
  }
}
@media screen and (max-width: 575px) {
  html body main .housingplan .wide_wrapper .text_wrapper .text_box {
    max-width: 80%;
  }
}
html body main .housingplan .wide_wrapper .text_wrapper .text_box h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  html body main .housingplan .wide_wrapper .text_wrapper .text_box h2 {
    margin-bottom: 20px;
  }
}
html body main .customervoice .wide_wrapper {
  width: 1920px;
  max-width: 100%;
  background: url(../../images/index/voice_bg.webp) no-repeat right top;
  background-size: 60% auto;
  margin: 100px auto;
}
@media screen and (max-width: 1400px) {
  html body main .customervoice .wide_wrapper {
    background: url(../../images/index/voice_bg2.webp) no-repeat right top;
    background-position-x: 150%;
    background-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  html body main .customervoice .wide_wrapper {
    margin: 0px auto;
    background-size: 80% auto;
  }
}
html body main .customervoice .wide_wrapper .text_wrapper {
  width: 1600px;
  max-width: 100%;
  padding: 200px 0px 100px 100px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  html body main .customervoice .wide_wrapper .text_wrapper {
    padding: 100px 0px 100px 80px;
  }
}
@media screen and (max-width: 575px) {
  html body main .customervoice .wide_wrapper .text_wrapper {
    padding: 180px 0px 100px 80px;
  }
}
html body main .customervoice .wide_wrapper .text_wrapper .text_box {
  width: 450px;
  max-width: 30%;
}
@media screen and (max-width: 1400px) {
  html body main .customervoice .wide_wrapper .text_wrapper .text_box {
    max-width: 40%;
  }
}
@media screen and (max-width: 575px) {
  html body main .customervoice .wide_wrapper .text_wrapper .text_box {
    max-width: 80%;
  }
}
html body main .customervoice .wide_wrapper .text_wrapper .text_box h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  html body main .customervoice .wide_wrapper .text_wrapper .text_box h2 {
    margin-bottom: 20px;
  }
}
html body main .works {
  padding: 60px 0;
  background: #fafafa;
  /* ── ヘッダー ── */
  /* ── グリッド ── */
  /* ───────── レスポンシブ ───────── */
}
html body main .works__header {
  display: block;
  margin-bottom: 40px;
}
html body main .works__header .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body main .works__header .title_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body main .works__header .title_wrap a.more {
    margin-top: 10px;
  }
}
html body main .works__header .works__title {
  color: #002c6c;
  margin: 0;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  html body main .works__header .works__title {
    width: 100%;
  }
}
html body main .works__header .works__link {
  color: #002c6c;
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 2px solid #002c6c;
  padding-bottom: 2px;
  white-space: nowrap;
}
html body main .works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  /* 各アイテム */
}
html body main .works__grid .work-item a {
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
html body main .works__grid .work-item a:hover {
  opacity: 0.7;
}
html body main .works__grid .work-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* 中央トリム */
  aspect-ratio: 3/2;
}
html body main .works__grid .work-item__caption {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: #333;
  text-align: left;
}
@media (max-width: 992px) {
  html body main .works__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  html body main .works__header {
    flex-direction: column;
    align-items: flex-start;
  }
  html body main .works__header .works__link {
    margin-top: 16px;
  }
}
html body main .service_lineup {
  background: #F8F8F8;
  padding: 100px 0px 50px 0px;
  /* セクション見出し */
}
@media screen and (max-width: 767px) {
  html body main .service_lineup {
    padding: 50px 0px;
  }
}
html body main .service_lineup__header {
  margin-bottom: 40px;
}
html body main .service_lineup__subtitle {
  font-size: 24px;
  color: #0E1A3C;
  border-left: 2px solid #0E1A3C;
  padding-left: 8px;
  margin-bottom: 8px;
}
html body main .service_lineup__title {
  margin: 0;
  color: #002c6c;
}
html body main .service_lineup__block .sl_item {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 575px) {
  html body main .service_lineup__block .sl_item {
    margin-bottom: 10px;
  }
}
html body main .service_lineup__block .sl_item_text {
  background: #fff;
  padding: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 45%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  html body main .service_lineup__block .sl_item_text {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  html body main .service_lineup__block .sl_item_text {
    position: relative;
    width: 90%;
    padding: 30px 20px 20px 20px;
    top: -30px;
  }
}
html body main .service_lineup__block .sl_item_text h3 {
  font-size: 32px;
  border-bottom: 1px solid #002c6c;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  html body main .service_lineup__block .sl_item_text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body main .service_lineup__block .sl_item_text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  html body main .service_lineup__block .sl_item_text p {
    font-size: 14px;
  }
}
html body main .service_lineup__block .sl_item_text a.more {
  display: inline-block;
  width: 120px;
}
html body main .service_lineup__block .sl_item_img {
  width: 100%;
  text-align: right;
  position: relative;
}
html body main .service_lineup__block .sl_item_img .bg_img {
  max-width: 65%;
}
@media screen and (max-width: 767px) {
  html body main .service_lineup__block .sl_item_img .bg_img {
    max-width: 100%;
  }
}
html body main .service_lineup__block .sl_item_img .ttl_img {
  position: absolute;
  right: 15%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 180px;
  max-height: 30%;
  width: auto;
}
@media screen and (max-width: 767px) {
  html body main .service_lineup__block .sl_item_img .ttl_img {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 20;
    max-height: 45%;
  }
}
html body main .service_lineup__block .sl_item.sl_left .sl_item_img {
  text-align: left;
}
html body main .service_lineup__block .sl_item.sl_left .ttl_img {
  left: 15%;
  right: auto;
}
html body main .service_lineup__block .sl_item.sl_left .sp_img {
  bottom: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  html body main .service_lineup__block .sl_item.sl_left .ttl_img {
    left: 0;
    right: 0;
  }
  html body main .service_lineup__block .sl_item.sl_left .sp_img {
    bottom: 0px;
    top: 0px;
  }
}
html body main .service_lineup__block .sl_item.sl_left .sl_item_text {
  right: 0px;
  left: auto;
}
@media screen and (max-width: 767px) {
  html body main .search .wrapper {
    padding: 0px;
  }
}
html body main .search .case-search {
  padding: 60px 40px 0px 40px;
  background: #F8F8F8;
  /* 広さタブ専用のグリッド */
}
@media screen and (max-width: 767px) {
  html body main .search .case-search {
    padding: 20px 15px;
  }
}
html body main .search .case-search__header {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
  flex-direction: column;
  justify-content: space-between;
}
html body main .search .case-search__header .case-search__icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
html body main .search .case-search__title {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  display: flex;
  align-items: center;
  color: #0E1A3C;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  html body main .search .case-search__title {
    font-size: 20px;
  }
}
html body main .search .case-search__title img {
  margin-right: 8px;
  width: 40px;
}
html body main .search .case-search__tabs {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  html body main .search .case-search__tabs {
    gap: 5px;
    flex-wrap: wrap;
  }
}
html body main .search .case-search__tab {
  padding: 6px 15px;
  border: 1px solid #0E2971;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
}
@media screen and (min-width: 1200px) {
  html body main .search .case-search__tab {
    font-size: 18px;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 1199px) {
  html body main .search .case-search__tab {
    padding: 6px 10px;
  }
}
@media screen and (max-width: 991px) {
  html body main .search .case-search__tab {
    font-size: 14px;
    padding: 6px 5px;
  }
}
@media screen and (max-width: 575px) {
  html body main .search .case-search__tab {
    padding: 6px 15px;
  }
}
html body main .search .case-search__tab--active {
  background: #0E2971;
  color: #fff;
}
html body main .search .case-search__tab:hover:not(html body main .search .case-search__tab--active) {
  background: #eee;
}
html body main .search .case-search__content {
  background: #fff;
  padding: 24px;
}
html body main .search .case-search__panel {
  display: none;
}
html body main .search .case-search__panel--active {
  display: block;
}
html body main .search .case-search__options {
  display: grid;
  gap: 12px;
  /* 3列レイアウト */
}
@media screen and (max-width: 767px) {
  html body main .search .case-search__options {
    display: block;
  }
}
html body main .search .case-search__options--size {
  grid-template-columns: repeat(3, 1fr);
}
html body main .search .case-search__options--size label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  html body main .search .case-search__options--size label {
    margin-bottom: 4px;
  }
}
html body main .search .case-search__options--size label input {
  width: 16px;
  height: 16px;
}
html body main .search .simple-search {
  padding: 40px;
  background: #f8f8f8;
  /* for wishes buttons, override in nested */
  /* モバイル時：1列レイアウト */
}
html body main .search .simple-search__title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  color: #0E1A3C;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  html body main .search .simple-search__title {
    font-size: 20px;
  }
}
html body main .search .simple-search__title img {
  margin-right: 8px;
  width: 30px;
}
html body main .search .simple-search__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 16px 24px;
  margin-bottom: 16px;
}
html body main .search .simple-search__row + html body main .search .simple-search__row {
  margin-top: 8px;
}
html body main .search .simple-search__row--services, html body main .search .simple-search__row--wishes {
  /* same container behavior */
}
html body main .search .simple-search__label {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  text-align: left;
  width: 260px;
  padding: 20px 20px 20px 0px;
  border-right: 1px solid #0E1A3C;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  html body main .search .simple-search__label {
    text-align: center;
    border: none;
    margin-right: 0px;
  }
}
html body main .search .simple-search__items {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  /* for service logos */
}
@media screen and (max-width: 767px) {
  html body main .search .simple-search__items {
    display: block;
  }
}
html body main .search .simple-search__items .simple-search__service-item {
  width: 27%;
}
@media screen and (max-width: 767px) {
  html body main .search .simple-search__items .simple-search__service-item {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
}
html body main .search .simple-search__items .simple-search__service-item img {
  display: block;
  object-fit: contain;
}
html body main .search .simple-search .easy-search__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 16px 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  html body main .search .simple-search .easy-search__card {
    display: block;
    padding: 10px 20px;
    gap: 20px;
  }
}
html body main .search .simple-search .easy-search__card-content {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  text-align: left;
  width: 260px;
  padding: 20px 20px 20px 0px;
}
html body main .search .simple-search .easy-search__tags {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  position: relative;
  padding-left: 60px;
  padding-block: 10px;
}
html body main .search .simple-search .easy-search__tags::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 80px;
  background-color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body main .search .simple-search .easy-search__tags {
    gap: 7px;
    justify-content: flex-start;
    padding-left: 0;
    padding-block: 0;
  }
}
html body main .search .simple-search .easy-search__tag {
  background-color: #0E1A3C;
  color: #F8F8F8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 65px 0px 30px;
  border-radius: 0;
  line-height: 2.1;
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
html body main .search .simple-search .easy-search__tag::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  width: 20px;
  height: 20px;
  background: url(../../images/works/easy-search-tag-icon.png) center/contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  html body main .search .simple-search .easy-search__tag {
    font-size: 12px;
    padding: 0px 40px 0px 16px;
    line-height: 2.2;
  }
  html body main .search .simple-search .easy-search__tag::after {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 600px) {
  html body main .search .simple-search__row {
    flex-direction: column;
    align-items: flex-start;
  }
  html body main .search .simple-search__row::before {
    display: none;
  }
  html body main .search .simple-search__items {
    margin-top: 12px;
    gap: 8px;
  }
  html body main .search .simple-search__items .simple-search__wish-item {
    width: 100%;
    text-align: center;
  }
  html body main .search .simple-search__items .simple-search__service-item img {
    max-width: 100%;
  }
}
html body main .owner-club {
  background: #f5f5f5;
  padding: 80px 0;
  /* セクションタイトル */
  /* 内側2カラム */
  /* ----------------------------------
     レスポンシブ
  ---------------------------------- */
}
html body main .owner-club .wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
html body main .owner-club h2.owner-club__title {
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  color: #172d6d;
  line-height: 1;
}
html body main .owner-club h2.owner-club__title .owner-club__small {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
html body main .owner-club .owner-club__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 32px;
  background: #ffffff;
  padding: 0px;
  margin-top: 40px;
  /* 画像 */
  /* テキスト側 */
}
html body main .owner-club .owner-club__inner .owner-club__image img {
  display: block;
  width: 450px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
html body main .owner-club .owner-club__inner .owner-club__content {
  text-align: left;
}
html body main .owner-club .owner-club__inner .owner-club__heading {
  margin: 0 0 16px;
  font-size: 1.25rem;
  color: #172d6d;
  font-weight: 500;
}
html body main .owner-club .owner-club__inner .owner-club__text {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
html body main .owner-club .owner-club__inner .owner-club__link {
  display: inline-block;
  font-size: 0.95rem;
  color: #172d6d;
  text-decoration: none;
  border-bottom: 2px solid #172d6d;
  padding-bottom: 2px;
  transition: color 0.3s, border-color 0.3s;
}
html body main .owner-club .owner-club__inner .owner-club__link:hover {
  color: #0f1e50;
  border-color: #0f1e50;
}
@media screen and (max-width: 767px) {
  html body main .owner-club .owner-club__inner {
    display: block;
    padding: 0px;
  }
  html body main .owner-club .owner-club__inner .owner-club__text {
    margin-bottom: 10px;
  }
  html body main .owner-club .owner-club__image {
    margin-bottom: 0px;
  }
  html body main .owner-club .owner-club__content {
    padding: 20px;
    margin-bottom: 24px;
  }
  html body main .owner-club .owner-club__content a.more {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  html body main .owner-club__inner {
    display: block;
    padding: 20px;
  }
  html body main .owner-club__image,
  html body main .owner-club__content {
    margin-bottom: 24px;
  }
}
html body main .blog {
  padding: 60px 0;
  background: #fff;
  /* セクション見出し */
  /* 記事グリッド */
  /* ── 各記事カード ── */
  /* 一覧ボタン */
  /* ────── レスポンシブ ────── */
}
html body main .blog__header {
  margin-bottom: 40px;
}
html body main .blog__subtitle {
  font-size: 24px;
  color: #666;
  border-left: 2px solid #002c6c;
  padding-left: 8px;
  margin-bottom: 8px;
}
html body main .blog__title {
  margin: 0;
  color: #002c6c;
}
html body main .blog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
html body main .blog__item {
  overflow: hidden;
  /* サムネイル */
  /* 日付＋バッジ */
}
html body main .blog__item .blog__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2; /* ←対応ブラウザならこれだけでOK */
  overflow: hidden;
}
html body main .blog__item .blog__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body main .blog__item .blog__info {
  margin-top: 12px;
}
html body main .blog__item .blog__info .blog__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body main .blog__item .blog__info .blog__meta .blog__date {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}
html body main .blog__item .blog__info .blog__meta .blog__badge {
  background: #b0b5c1;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 12px;
  white-space: nowrap;
}
html body main .blog__item .blog__info .blog__item-title {
  font-size: 1rem;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
html body main .blog__more {
  text-align: center;
}
html body main .blog__more a {
  display: inline-block;
  font-size: 1rem;
  color: #002c6c;
  text-decoration: none;
  border: 1px solid #002c6c;
  padding: 12px 24px;
  transition: background 0.3s, color 0.3s;
}
html body main .blog__more a:hover {
  background: #002c6c;
  color: #fff;
}
@media (max-width: 1024px) {
  html body main .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  html body main .blog {
    /* バッジを少し小さく */
  }
  html body main .blog .blog__badge {
    font-size: 0.7rem;
    padding: 3px 6px;
  }
}
html body main .modelhouse {
  padding: 100px 0px 150px 0px;
}
@media screen and (max-width: 767px) {
  html body main .modelhouse {
    padding: 40px 0px;
  }
}
html body main .modelhouse__header {
  margin-bottom: 40px;
}
html body main .modelhouse__header .modelhouse__subtitle {
  font-size: 24px;
  color: #666;
  border-left: 2px solid #002c6c;
  padding-left: 8px;
  margin-bottom: 8px;
}
html body main .modelhouse__header .modelhouse__title {
  margin: 0;
  color: #002c6c;
}
html body main .modelhouse__intro {
  position: relative;
}
html body main .modelhouse__intro img {
  position: relative;
  left: 0px;
  top: 0px;
  max-width: 60%;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  html body main .modelhouse__intro img {
    max-width: 100%;
  }
}
html body main .modelhouse__intro__right {
  background: #0E1A3C;
  color: #fff;
  position: absolute;
  right: 0px;
  bottom: -100px;
  padding: 40px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  html body main .modelhouse__intro__right {
    width: 100%;
    position: relative;
    bottom: 30px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}
html body main .modelhouse__intro__right h3 {
  border-bottom: 1px solid #fff;
  line-height: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #fff;
}
html body main .modelhouse__intro__right p {
  font-weight: 300;
  line-height: 1.6em;
}
html body main .swiper {
  padding: 0 0 60px 0px;
}
@media screen and (max-width: 767px) {
  html body main .swiper {
    padding: 0 0 40px 0px;
  }
}
html body main .swiper .swiper-button-prev:after, html body main .swiper .swiper-rtl .swiper-button-next:after {
  content: "";
}
html body main .swiper .swiper-button-next:after, html body main .swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
}
@media screen and (max-width: 767px) {
  html body main .swiper .arrow {
    width: 50px;
  }
}
html body main .swiper-android .swiper-slide, html body main .swiper-wrapper {
  text-align: center;
}
html body main .swiper-android .swiper-slide p, html body main .swiper-wrapper p {
  text-align: left;
  padding: 5px 0px;
}
@media screen and (max-width: 767px) {
  html body main .swiper-button-next, html body main .swiper-rtl .swiper-button-prev {
    right: 20px;
  }
  html body main .swiper-button-prev, html body main .swiper-rtl .swiper-button-next {
    left: 20px;
  }
}
html body main .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px; /* スライドとの隙間 */
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 767px) {
  html body main .swiper-controls {
    height: 10px;
  }
}
html body main .swiper-button-prev,
html body main .swiper-button-next {
  width: 82px;
  height: 32px;
  cursor: pointer;
}
html body main .swiper-button-prev {
  margin-right: 12px; /* ページネーションとの隙間 */
}
html body main .swiper-button-next {
  margin-left: 12px;
}
html body main .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  bottom: 0px;
}
html body main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}
html body main .swiper-pagination-bullet-active {
  background: #333;
}
@media (max-width: 600px) {
  html body main .swiper-controls {
    margin-top: 12px;
  }
  html body main .swiper-button-prev,
  html body main .swiper-button-next {
    width: 24px;
    height: 24px;
  }
  html body main .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
html body main .arrow {
  position: absolute;
  width: 80px; /* 横線の長さ */
  height: 2px; /* 線の太さ */
  background: #444;
  bottom: 0px;
  top: 0px;
  margin: auto; /* 線の色 */
  /* 矢印の先端用の短い線 */
}
html body main .arrow::after {
  content: "";
  position: absolute;
  width: 20px; /* 矢印部分の長さ */
  height: 2px; /* 線の太さは親に合わせる */
  background: #444;
}
html body main .arrow--right::after {
  right: 0; /* 親の右端に合わせる */
  top: 50%;
  transform: translateY(-50%) rotate(25deg); /* 右端から左上へ伸びる */
  transform-origin: right center;
}
html body main .arrow--left::after {
  left: 0; /* 親の左端に合わせる */
  top: 50%;
  transform: translateY(-50%) rotate(-25deg); /* 左端から右上へ伸びる */
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  html body main .swiper-rtl .swiper-button-prev {
    right: 20px;
  }
}
html body main .events {
  padding: 60px 0;
  background: #fff;
  /* レスポンシブ */
}
html body main .events__header {
  margin-bottom: 40px;
}
html body main .events__header .events__subtitle {
  font-size: 24px;
  color: #666;
  border-left: 2px solid #002c6c;
  padding-left: 8px;
  margin-bottom: 8px;
}
html body main .events__header .events__title {
  margin: 0;
  color: #002c6c;
}
html body main .events__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
html body main .events__item .events__thumb {
  position: relative;
  overflow: hidden;
}
html body main .events__item .events__thumb a {
  position: relative;
  aspect-ratio: 3/2; /* ←対応ブラウザならこれだけでOK */
  overflow: hidden;
  display: block;
}
html body main .events__item .events__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* 3:2を保ったまま中央トリミング */
}
html body main .events__item .events__thumb .events__status {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #002c6c;
  color: #fff;
  font-size: 0.8rem;
  padding: 6px 12px;
  white-space: nowrap;
}
html body main .events__item .events__date {
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 0.95rem;
  color: #333;
}
html body main .events__item .events__month {
  margin: 0 0 4px;
  font-size: 0.85rem;
  color: #555;
}
html body main .events__item .events__desc {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
}
html body main .events__more {
  text-align: center;
}
html body main .events__more a {
  display: inline-block;
  font-size: 1rem;
  color: #002c6c;
  text-decoration: none;
  border: 1px solid #002c6c;
  padding: 12px 24px;
  transition: background 0.3s, color 0.3s;
}
html body main .events__more a:hover {
  background: #002c6c;
  color: #fff;
}
@media (max-width: 1024px) {
  html body main .events__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
html body main .real-estate {
  padding: 60px 0;
  background: #fff;
  /* レスポンシブ: 2列→1列 */
}
html body main .real-estate__header {
  margin-bottom: 40px;
}
html body main .real-estate__subtitle {
  font-size: 24px;
  color: #666;
  border-left: 2px solid #002c6c;
  padding-left: 8px;
  margin-bottom: 8px;
}
html body main .real-estate__title {
  margin: 0;
  color: #002c6c;
}
html body main .real-estate__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
html body main .real-estate__item {
  overflow: hidden;
  display: block;
}
html body main .real-estate__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.333;
  object-fit: cover;
}
html body main .real-estate__item-title {
  font-size: 1.1rem;
  margin: 12px 0 4px;
  color: #222;
}
html body main .real-estate__item-size {
  font-size: 0.9rem;
  color: #555;
  margin: 0 0 8px;
}
html body main .real-estate__item-address {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
html body main .real-estate__more {
  text-align: center;
}
html body main .real-estate__more a {
  display: inline-block;
  font-size: 1rem;
  color: #002c6c;
  text-decoration: none;
  border: 1px solid #002c6c;
  padding: 12px 24px;
  transition: background 0.3s, color 0.3s;
}
html body main .real-estate__more a:hover {
  background: #002c6c;
  color: #fff;
}
@media (max-width: 992px) {
  html body main .real-estate__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
html body main .youtube {
  padding: 60px 0;
  background: #fff;
}
html body main .youtube__header {
  margin-bottom: 40px;
}
html body main .youtube__header .youtube__subtitle {
  font-size: 24px;
  color: #666;
  border-left: 2px solid #002c6c;
  padding-left: 8px;
  margin-bottom: 8px;
}
html body main .youtube__header .youtube__title {
  margin: 0;
  color: #002c6c;
}
html body main .youtube__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
html body main .youtube__item {
  overflow: hidden;
}
html body main .youtube__item .youtube__thumb {
  overflow: hidden;
}
html body main .youtube__item .youtube__thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
html body main .youtube__item .youtube__caption {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 992px) {
  html body main .youtube__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  html body main .youtube__caption {
    font-size: 0.85rem;
  }
}
html body .footer-cta {
  padding-top: 60px;
}
html .grecaptcha-badge {
  display: none;
}

/*# sourceMappingURL=index.css.map */
