@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, figure, p {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #525252;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #525252;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    padding-bottom: 23vw;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-white {
  color: #fff;
}

.txt-bold {
  font-weight: 700;
}

.txt-vertical {
  writing-mode: vertical-rl;
}

.txt-round {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
}

.bg-white {
  background-color: #fff;
}

.dflex {
  display: flex;
}

.dblock {
  display: block;
}

.btn a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.1875rem;
  line-height: 3.125rem;
  border-radius: 1.6875rem;
  transition: all 0.3s ease;
  -webkit-text-stroke-width: 0.03125rem;
  text-stroke-width: 0.03125rem;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 6vw;
    -webkit-text-stroke-width: 0.0625rem;
    text-stroke-width: 0.0625rem;
  }
}

.btn-white a {
  background-color: #fff;
  color: #eda943;
  border: 0.125rem solid #fff;
}
@media screen and (min-width: 768px) {
  .btn-white a:hover {
    background-color: #eda943;
    color: #fff;
  }
  .btn-white a:hover span:after, .btn-white a:hover span:before {
    background-color: #fff;
  }
}

.btn-arrow a span {
  position: relative;
}
.btn-arrow a span:before, .btn-arrow a span:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1.875rem;
  width: 1.0625rem;
  height: 0.25rem;
  background-color: #eda943;
  transform-origin: calc(100% - 2px) 50%;
}
@media screen and (max-width: 767px) {
  .btn-arrow a span:before, .btn-arrow a span:after {
    width: 4vw;
    height: 1vw;
    right: -6vw;
  }
}
.btn-arrow a span::before {
  transform: rotate(45deg);
}
.btn-arrow a span::after {
  transform: rotate(-45deg);
}

img {
  vertical-align: bottom;
}

.w100 {
  width: 100%;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.wrapper .inner {
  width: 100%;
  max-width: 77.25rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .wrapper .inner {
    max-width: unset;
    padding: 0 6vw;
  }
}
/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
.header {
  padding: 1.25rem 0;
}

/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer {
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5vw 0 0;
  }
}
.footer .annotation {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer .annotation {
    font-size: 3.5vw;
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .amatters {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }
}
.footer .link {
  margin-bottom: 2.5rem;
}
.footer .link a {
  color: #525252;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer .link a:hover {
    text-decoration: underline;
  }
}
.footer small {
  font-size: 0.875rem;
}

/*---------------------------------------------------------
各要素のフェードイン
---------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------------------------------
KV
---------------------------------------------------------*/
.mlogo{
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 2;
}
.mlogo img{ width:110px; }
@media screen and (max-width: 767px) {
  .mlogo{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  .mlogo img{ width:80px; }
  }
.kv {
  background-color: #eda943;
  color: #fff;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .kv {
    padding-bottom: 6vw;
  }
  .kv .anchorlink {
    margin-bottom: 6.5vw;
  }
  .kv .anchorlink a {
    font-size: 4vw;
    font-weight: 500;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    position: relative;
  }
  .kv .inner {
    margin-top: -30vw;
    position: relative;
    z-index: 10;
  }
}
.kv .kv_ttl {
  width: 100%;
  max-width: 65rem;
  margin: -6.75rem auto -0.375rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_ttl {
    margin: 0 auto;
  }
}
.kv .kv_date {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 1.5rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_date {
    margin-bottom: 0.4vw;
  }
}
.kv .kv_date img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 77.25rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_date img {
    max-width: unset;
    width: 65%;
    margin-top: 1vw;
  }
}
.kv .kv_bnr {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_bnr {
    margin-bottom: 6vw;
  }
  .kv .kv_bnr p {
    font-size: 2.4vw;
    margin-top: 2vw;
  }
}
.kv .kv_btns {
  margin-bottom: 1.75rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns {
    padding-bottom: 8vw;
    margin-bottom: 4vw;
  }
}
.kv .kv_btns > .dflex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns > .dflex {
    justify-content: unset;
    flex-direction: column;
  }
}
.kv .kv_btns .ttl {
  width: 100%;
  max-width: 9.75rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns .ttl {
    max-width: unset;
    width: 75%;
    margin: 0 auto 6vw;
  }
}
.kv .kv_btns .contents {
  width: calc(100% - 15rem);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns .contents {
    width: 100%;
    justify-content: unset;
    flex-direction: column;
  }
}
.kv .kv_btns .contents .item {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns .contents .item {
    width: 100%;
  }
}
.kv .kv_btns .contents .item .btn a span {
  left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns .contents .item:first-of-type {
    margin-bottom: 10vw;
  }
}
.kv .kv_btns .contents .item:first-of-type .item_img {
  max-width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns .contents .item:first-of-type .item_img {
    max-width: 68vw;
    width: 100%;
  }
}
.kv .kv_btns .contents .item:last-of-type .item_img {
  max-width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns .contents .item:last-of-type .item_img {
    max-width: 53vw;
    width: 100%;
  }
}
.kv .kv_btns .contents .border {
  width: 0.125rem;
  background-color: #fff172;
}
.kv .kv_btns .contents .item_img {
  margin: 0 auto 0.625rem;
}
.kv .kv_btns .contents .item_img span {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  letter-spacing: 0.015625rem;
}
@media screen and (max-width: 767px) {
  .kv .kv_btns .contents .item_img span {
    font-size: 2.5vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_img {
    position: relative;
    height: 78vw;
  }
  .kv .kv_img .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 3s ease;
  }
  .kv .kv_img .slide.active {
    opacity: 1;
    z-index: 1;
  }
}
.kv .amatters .txt {
  font-size: 0.875rem;
  line-height: 1.4;
}

/*---------------------------------------------------------
都道府県リスト
---------------------------------------------------------*/
/* タイトル */
.topErea-list-item-ttl {
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  padding-right: 20px;
  width: 17.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topErea-list-item-ttl {
    width: 100%;
    font-size: 5.7vw;
    font-weight: 500;
    line-height: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .topErea-list-item:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}

/* chevron矢印 */
.topErea-list-item-ttl::after {
  content: "";
  position: absolute;
  right: 4vw;
  top: 50%;
  width: 3.5vw;
  height: 3.5vw;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

/* 開いたとき矢印が上向き */
.topErea-list-item.active .topErea-list-item-ttl::after {
  transform: translateY(-50%) rotate(-135deg);
}

/* アコーディオン中身 */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  width: calc(100% - 17.25rem);
}
@media screen and (max-width: 767px) {
  .accordion-content {
    width: 100%;
  }
}

/* 開いた状態 */
.topErea-list-item.active .accordion-content {
  max-height: 500px;
}

.accordion-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .accordion-inner {
    padding: 3vw 4vw;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 4vw 0;
  }
}

/* 都道府県リンク */
.topErea-list-item-link {
  color: #525252;
}
@media screen and (max-width: 767px) {
  .topErea-list-item-link {
    display: block;
    text-align: center;
    width: 33.33%;
    padding: 3vw 0;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 4vw;
    border-left: 2px solid #96a0ae;
  }
  .topErea-list-item-link:nth-child(3n) {
    border-right: 2px solid #96a0ae;
  }
}

/* PC版（768px以上） */
@media screen and (min-width: 768px) {
  .topErea-list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .topErea-list-item {
    display: flex;
    align-items: center;
    align-items: stretch;
  }
  .topErea-list-item:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
  .accordion-content {
    max-height: none !important;
    overflow: visible !important;
    font-size: 1.25rem;
    height: 100%;
  }
  .accordion-content a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3.125rem;
    max-width: 8.125rem;
    text-align: center;
    transition: all 0.3s ease;
    border-right: 0.0625rem solid #525252;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .accordion-content a {
    margin: 0.5rem 0;
  }
  .accordion-content a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .topErea-list-item-ttl::after {
    display: none;
    pointer-events: none;
  }
  .topErea-list-item-ttl {
    cursor: default;
    height: auto;
    font-weight: 500;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.box01 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .box01 {
    margin-bottom: 25vw;
  }
}
.box01 .topErea-list-item-ttl {
  background-color: #96a0ae;
}
.box01 .topErea-list-item {
  background-color: #e6f0fe;
}

.box02 .box_ttl:before {
  background-color: #96b0ae !important;
}
.box02 .topErea-list-item-ttl {
  background-color: #96b0ae;
}
.box02 .topErea-list-item {
  background-color: #dfede4;
}

@media screen and (min-width: 768px) {
  .box01 .topErea-list > li:first-of-type a:last-of-type, .box01 .topErea-list > li:nth-child(2) a:last-of-type, .box01 .topErea-list > li:last-of-type a:last-of-type {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .box01 .topErea-list > li:first-of-type a:last-of-type, .box01 .topErea-list > li:nth-child(2) a:last-of-type, .box01 .topErea-list > li:nth-child(4) a:last-of-type, .box01 .topErea-list > li:nth-child(7) a:last-of-type, .box01 .topErea-list > li:nth-child(8) a:last-of-type {
    width: 34%;
    border-right: 0.125rem solid #96a0ae;
  }
}

@media screen and (min-width: 768px) {
  .box02 .topErea-list > li:first-of-type a:last-of-type, .box02 .topErea-list > li:nth-child(2) a:last-of-type, .box02 .topErea-list > li:last-of-type a:last-of-type {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .box02 .topErea-list > li:first-of-type a:last-of-type, .box02 .topErea-list > li:nth-child(2) a:last-of-type, .box02 .topErea-list > li:nth-child(4) a:last-of-type, .box02 .topErea-list > li:nth-child(6) a:last-of-type, .box02 .topErea-list > li:nth-child(7) a:last-of-type, .box02 .topErea-list > li:last-of-type a:last-of-type {
    width: 34%;
    border-right: 0.125rem solid #96a0ae;
  }
}

/*---------------------------------------------------------
ご来場予約フェア対象会場
---------------------------------------------------------*/
.sec-tvenue {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .sec-tvenue {
    padding: 10vw 0;
  }
}
.sec-tvenue .sec_ttl {
  background-color: #eda943;
  color: #fff;
  line-height: 4.375rem;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec-tvenue .sec_ttl {
    font-size: 5.7vw;
    line-height: 15vw;
    margin-bottom: 8vw;
  }
}
.sec-tvenue .box .box_ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.015625rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-tvenue .box .box_ttl {
    font-size: 7vw;
    margin-bottom: 6vw;
  }
}
.sec-tvenue .box .box_ttl:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 58.75rem;
  height: 0.125rem;
  background-color: #525252;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-tvenue .box .box_ttl span {
  background-color: #fff;
  padding: 0 2.75rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sec-tvenue .box .box_ttl span {
    padding: 0 4vw;
  }
}
.sec-tvenue .box .lead {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-tvenue .box .lead {
    font-size: 3.8vw;
    margin-bottom: 2vw;
    line-height: 2.1;
  }
}
.sec-tvenue .box .annotation {
  margin-bottom: 4.375rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec-tvenue .box .annotation {
    font-size: 2.5vw;
    margin-bottom: 8vw;
  }
}
.sec-tvenue .box01 .box_ttl:before {
  background-color: #96a0ae;
}
.sec-tvenue .box02 .box_ttl:before {
  background-color: #96b0ae;
}

/*---------------------------------------------------------
住まいづくりのプロが皆さまのご要望にお応えします!
---------------------------------------------------------*/
.sec-request {
  background-color: #90bf8c;
  padding: 2.5rem 0;
  /* カード内の並び調整用 */
  /* 画像サイズ調整（必要に応じて） */
  /* SP向けスタイル（基本は1列） */
}
@media screen and (max-width: 767px) {
  .sec-request {
    padding: 6vw 0 10vw;
  }
  .sec-request .inner {
    padding: 0 12vw;
  }
}
.sec-request .sec_ttl {
  font-size: 2.25rem;
  letter-spacing: 0.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-request .sec_ttl {
    font-size: 6.5vw;
    margin-bottom: 7vw;
  }
}
.sec-request .dgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
.sec-request .dflex {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.sec-request .card {
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  border-radius: 1.25rem;
}
.sec-request .card_img {
  width: 100%;
}
.sec-request .contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec-request .ttl {
  color: #90bf8c;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0.5rem calc(50% - 50vw) 1rem;
  width: 100vw;
  width: calc(100% + 5rem);
  margin: 0.5rem -2.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .sec-request .ttl {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
}
.sec-request .txt {
  line-height: 1.8;
  text-align: center;
  width: 100vw;
  width: calc(100% + 5rem);
  margin: 0 -2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-request .txt {
    font-size: 4.2vw;
  }
}
.sec-request .card_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .sec-request .dgrid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .sec-request .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-request .swiper {
    padding: 0 6vw 10vw;
  }
  .sec-request .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

/*---------------------------------------------------------
フェードイン
---------------------------------------------------------*/
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------------------------------
固定ボタン（SPのみ）
---------------------------------------------------------*/
.fixed-btn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.fixed-btn .dflex {
  width: 100%;
  position: relative;
}
.fixed-btn .dflex:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.0625rem;
  height: 100%;
  background-color: #fff;
}
.fixed-btn .dflex a {
  display: block;
  width: 50%;
}/*# sourceMappingURL=style.css.map */