﻿@charset "utf-8";

/*==================================================
  GENERAL SETTINGS
==================================================*/
/* .indexWire {
  max-width: var(--width-content);
  width: 98%;
  margin: 0 auto;
} */

/*==================================================
  COMMON
==================================================*/
.eventBox,
.searchBox,
.pickupBox,
.popularBox,
.termsBox,
.noticeBox,
.memberOnlyBox {
  padding: var(--gutter) 0;
}

.featureBox {
  margin-bottom: var(--gutter);
}

.eventBox__ttl img {
  max-width: 215px;
  width: 90%;
}

.searchBox__ttl img {
  max-width: 187px;
  width: 90%;
}

/*
===== ようこそエリア ==========================================
*/

.welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter-supernarrow) 0;
  
}

.welcome p span {
  font-size: 12px;
}

.welcome p a {
  color: var(--color-blue);
}

.welcome .btn_archive {
  margin: 0 0 0 1em;
}

.welcome .btn_archive a {
  background: #fff;
  border: 1px solid var(--color-main);
  color: var(--color-main);
}

.welcome .btn_archive a:after {
  border-color: var(--color-main);
}
/*
===== SLIDER ==========================================
*/
.indexmainBox {
  overflow: hidden;
  /* background: var(--color-palegray); */
  background: url(../img/index/img_mv_bg.webp) no-repeat center bottom / cover; 
  padding: var(--gutter-narrow) 0 var(--gutter);
}

.indexmainBox .slick-list.draggable {
  width: 100%;
}

.indexmainSlider {
  opacity: 0;
  transition: opacity .3s linear;
}
.indexmainSlider.slick-initialized {
  opacity: 1;
}

.indexmainBox__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.indexmainSlider__item {
  transform: scale(0.8);
  width: 640px;
  height: 361px;
  transition: transform 0.3s ease;
  /* opacity: 0.6; */
  margin: 0 -20px;
}

.indexmainSlider__item img {
  border-radius: var(--rad-common);
  box-shadow: 0 0 10px 0px rgba(64,41,23,0.1);
}

.indexmainSlider .slick-center {
  transform: scale(1);
  /* width: 600px;
  height: 338px; */
  opacity: 1;
  z-index: 2;
}

/* 0件用 */
.indexmainSlider__item_defolt {
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
}

.slider-controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px auto;
  max-width: 100%;
  width: 600px;
}

.slider-controls .controlsList {
  display: flex;
  gap: 1px;
  align-items: center;
}

.slider-controls button {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  line-height: 1;
}

.slider-controls button:hover {
  color: var(--color-main);
  background: var(--color-palegreen);
  transition: all .3s;
}

.slider-controls #slick-prev {
  border-radius: 50% 0 0 50%;
}

.slider-controls #slick-next {
  border-radius: 0 50% 50% 0;
}

/* dots のスタイル */
.custom-dots {
  display: flex !important;
  gap: 10px;
  align-items: center;
}

.custom-dots li {
  list-style: none;
}

.custom-dots button {
  border: none;
  background: var(--color-gray);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
}

.custom-dots button:hover {
  background: var(--color-main);
}

.custom-dots .slick-active button {
  background: var(--color-main);
}

/* スライダーここまで */

.bannerWrap {
  text-align: center;
  margin: 30px auto 0;
  max-width: 1200px;
}

/*
===== かんたん検索 ==========================================
*/
.fvSearchBlock {
  margin: 0 auto var(--gutter);
}

.fvSearchBox {
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: var(--rad-common);
  padding: 2em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.fvSearchBox__ttl {
  font-weight: bold;
  font-size: 2.2rem;
}

.fvSearchBox__ttl span {
  font-size: .6em;
  display: block;
}

.fvSearch {
  display: flex;
  align-items: center;
  margin: 0 var(--gutter-narrow);
}

.fvSearch span {
  color: var(--color-darkgray);
  font-size: 30px;
}

.fvSearch__select .modal {
  margin: 0 10px;
}

.fvSearch__select .modal a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  width: 250px;
  background: var(--color-palegray);
  border-radius: var(--rad-common);
  border: 1px solid var(--color-gray);
  padding: .75em 1.5em .75em 1em;
  line-height: 1;
}

.fvSearch__select .modal a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px var(--color-darkgray);;
  border-right: solid 1px var(--color-darkgray);;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}

.fvSearch__select .modal a .ph {
  color: var(--color-darkgray);
  font-size: 24px;
  padding-right: 5px;
}

.fvSearch__btn .btn_search {
  width: auto;
  padding: .75em 2em;
  font-size: 1.6rem;
}


/* 検索ブロックのモーダル */

.fvSearchBox__ttl {
  font-size: 2rem;
}

.fvSearchBox__ttl span {
  font-size: 1.4rem;
}

.fvSearch__select a {
  font-size: 1.4rem;
}

.fvSearch__select span {
  font-size: 14px;
  display: inline-block;     /* または display: block; */
  white-space: nowrap;       /* 折り返さない */
  overflow: hidden;          /* はみ出しを隠す */
  text-overflow: ellipsis;   /* ... を表示 */
  max-width: 100%;           /* 幅制御（親幅に収める） */
}

.fvSearchBox .btn_search {
  font-size: 14px;
  white-space: nowrap;
}

.fvSearchBox .textLink {
  font-size: 12px;
}

/* モーダルスタイル */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.modal-overlay {
  z-index: 3;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 4;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body {
  padding: 24px;
}

.job-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.job-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* padding: 12px; */
  border-radius: 6px;
  transition: background-color 0.2s;
}

.job-option:hover {
  background-color: #f5f5f5;
}

.job-option input[type="radio"] {
  display: none;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  transition: border-color 0.2s;
}

.job-option input[type="radio"]:checked + .radio-custom,
.radio-custom.checked {
  border-color: #007cba;
}

.job-option input[type="radio"]:checked + .radio-custom::after,
.radio-custom.checked::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #007cba;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.job-text {
  font-size: 16px;
  color: #333;
}

.modal-footer {
  padding: 1em;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.modal-footer .btn_cancel,
.modal-footer .btn_search {
  width: 40%;
  margin: 0 !important;
  padding: .75em 1em;
  text-align: center;
}

.modal-footer .btn_cancel {
  background: #fff;
  border-radius: var(--rad-round);
  border: 1px solid var(--color-gray);
}

.modal-footer .btn_cancel:hover {
  color: var(--color-darkgray);
  transition: all .3s;
}

/* template-estate-area-search-modal.php用の追加スタイル調整 */
.modal-content-large {
  max-width: 800px;
  width: 90%;
}

.area-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.area-tab {
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.area-tab:hover {
  background: #f5f5f5;
}

.area-tab.active {
  background: #007cba;
  color: white;
  border-color: #007cba;
}

.prefecture-section,
.city-section {
  margin-bottom: 24px;
}

.prefecture-section h4,
.city-section h4 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: bold;
}

.prefecture-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.prefecture-btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.prefecture-btn:hover {
  background: #f5f5f5;
}

.prefecture-btn.active {
  background: #007cba;
  color: white;
  border-color: #007cba;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  padding: 16px;
  border-radius: 4px;
}

.city-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.city-option:hover {
  background-color: #f5f5f5;
}

.city-option input[type="checkbox"] {
  display: none;
}

.checkbox-custom {
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-right: 8px;
  position: relative;
  transition: border-color 0.2s;
}

.city-option input[type="checkbox"]:checked + .checkbox-custom {
  border-color: #007cba;
  background: #007cba;
}

.city-option input[type="checkbox"]:checked + .checkbox-custom::after {
  content: '✓';
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.city-text {
  font-size: 14px;
  color: #333;
}

.prefecture_btn:hover {
  background: #f5f5f5;
}

.prefecture_btn.active {
  background: #007cba;
  color: white;
  border-color: #007cba;
}

.city-name {
  font-size: 14px;
  color: #333;
}

.no-city-message {
  text-align: center;
  color: var(--color-darkgray);
  padding: 20px;
}

/*
===== SEARCHBOX ==========================================
*/

.searchBox {
  padding: 0 0 var(--gutter) 0;
  margin: -50px 0 0 0; 
 }

.searchBox__ttl {
  text-align: center;
  margin-bottom: 30px;
}

/*
----- areasearchBox --------------------
*/
.areasearchBox__tabList {
  width: 100%;
  display: flex;
  gap: 20px;
}

.areasearchBox__tabItem {
  /* width: calc(100% / 2); */
  flex: 1;
  background-color: var(--color-gray);
  color: var(--color-darkgray);
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* line-height: 1; */
  text-align: center;
  padding: 12px 5px;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

@media (any-hover:hover) {
  .areasearchBox__tabItem:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.areasearchBox__tabItem .ph {
  padding-right: 5px;
  font-size: 20px;
  line-height: 50px;
}

.areasearchBox__tabItem.active {
  background-color: #fff;
  color: var(--color-black);
 }

.areasearchBox__tabItem.active .ph {
  color: var(--color-main);
}

.areasearchBox__listBox {
  padding: var(--gutter-supernarrow) 0;
}

.areasearchBox__listBox .areaContents,
.areasearchBox__listBox .routeContents {
  width: 100%;
}


/*
===== 物件特集 ==========================================
*/
.popularList  {
  /* padding-bottom: var(--gutter); */
}

/*
===== こだわり条件 ==========================================
*/
.termsList {
   padding-bottom: var(--gutter);
}

.termsCard__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  justify-content: space-between;
}

.termsCard__item {
  /* width: 183px; */
}

 .termsCard {
  display: block;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: var(--rad-common);
}

.termsCard:hover {
  filter: none;
  opacity: 1;
}

.termsCard__img img {
  height: auto;
  transition: transform .3s ease;
}

.termsCard:hover img {
  transform: scale(1.1);
}

.termsCard__ttl {
  color: #fff;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80%;
  z-index: 2;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
  font-weight: bold;
}

.termsCard__ttl span {
  font-weight: normal;
  font-size: 1.2rem;
}

.termsCard__ttl .enFont {
  font-size: 1.6rem;
  padding-right: 2px;
}

/* マスク */
.termsCard::before {
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.7) 100%);;
  mix-blend-mode: multiply;
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*
===== メインビジュアル スライダーのバナー ==========================================
*/

.mvBnrBox {
  border-top: 1px solid var(--color-gray);
  padding: var(--gutter) 0;
}

.mvBnrBox__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 285px);
  gap: 20px;
}

/* .mvBnrBox__item {
  width: 280px;
} */

.mvBnrBox__item img {
  border-radius: var(--rad-common);
  border: 1px solid var(--color-gray);
}

/*
===== お役立ち情報 ==========================================
*/
.blogBox {
  background: var(--color-palegray);
  padding: var(--gutter) 0;
}

.blogBox__list {
  display: flex;
  gap: 20px;
}

.blogBox__left,
.blogBox__right {
   width: 49%;
}

.blogBox__right {
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
}

.blogBox__left .blogBox__item {
  height: 100%;
}

.blogBox__left .blogCard {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
}

.blogBox__left .blogCard__head {
  height: 310px;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
  overflow: hidden;
}

.blogBox__left .blogCard__body {
  padding: var(--gutter-supernarrow);
  /* height: calc(100% - 310px); */
  /* display: flex;
  flex-flow: column;
  justify-content: space-between; */
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.blogBox__left .blogCard__ttl {
  font-size: clamp(1rem, calc(1.4rem + 1vw), 2.2rem);
  line-height: 1.4;
  margin: .5em 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  overflow-wrap: anywhere;
}

.blogBox__right .blogBox__item {
  height: calc(520px / 3);
}

.blogBox__right .blogCard {
  width: 100%;
  height: 100%;
}

.blogBox__right .blogCard__head {
  width: 30%;
  overflow: hidden;
  height: 100%;
  border-radius: var(--rad-common) 0 0 var(--rad-common);
  position: relative;
}

.blogBox__right .blogCard__body {
  width: 70%;
  padding: var(--gutter-supernarrow);
}

.blogBox__right .blogCard .blogCard__ttl {
  font-weight: bold;
  font-size: clamp(1rem, 1rem + 1vw, 1.8rem);
  padding: 0;
  margin: .5em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
}


/*
===== bannerImgItem ==========================================
*/
.bannerImg__item a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: var(--rad-common);
}

.bannerImg__item a:hover {
  filter: none;
  opacity: 1;
}

.bannerImg__item a img {
  transition: transform .3s ease;
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.bannerImg__item a:hover img {
  transform: scale(1.1);
}

.bannerImgItem__txt {
  width: 100%;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: end;
  justify-content: space-between;
  left: 0;
  margin: auto;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  font-size: clamp(0.875rem, 0.7rem + 1vw, 1.6rem);
  font-weight: bold;
  padding: 0 var(--gutter-supernarrow);
}

.bannerImgItem__ttl {
  text-align: left;
}

.bannerImgItem__ttl h4 {
  font-size: clamp(1.4rem, 2.4rem + 1vw, 4rem);
}

.bannerImgItem__ttl p {
  font-weight: normal;
  font-size: 1.6rem;
}

/* ボタン */
.bannerImg__item .bannerItem__btn {
  display: block;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: var(--rad-round);
  position: relative;
  padding: 1em 3em;
  font-size: clamp(1rem, 1rem + 0.68vw, 1.5rem);
  width: auto;
  max-width: fit-content;
}

.bannerImg__item .bannerItem__btn::after {
  content: '';
  right: 1.2em;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* マスク */
.bannerImg__item a::before {
  background: linear-gradient(180deg,rgba(0, 58, 52, 0.3) 20%, rgba(0, 58, 52, 0.8) 80%);
  mix-blend-mode: multiply;
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*
===== bannerColum ==========================================
*/
.bannerColum  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: var(--gutter) auto;
  gap: 20px;
}

.bannerColum__item {
  flex: 1;
  background: var(--color-palegreen);
  border-radius: var(--rad-common);
}

.bannerColum__item a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}

.bannerColum__item.aboutBnr {
  width: 60%;
  flex: none;
}

.bannerColum__item.aboutBnr a {
  padding: 40px 50% 0px 20px;
}

.bannerColum__item.aboutBnr .bannerColum__txt {
  display: flex;
  align-items: center;
  /* margin: 20px 0 25px; */
}

.bannerColum__item.aboutBnr .bannerColum__txt img {
  width: 280px;
  height: auto;
}

.bannerColum__item.aboutBnr .bannerColum__txt span {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 0 5px;
  white-space: nowrap;
}

.bannerColum__item.memberBnr {
  width: 38%;
}

.bannerColum__item.memberBnr a {
  padding: 50px 30% 0px 20px;
}

.bannerColum__item .bannerColum__ttle {
  font-weight: bold;
  font-size: clamp(1.8rem, 1.8rem + 1vw, 2em);
}

.bannerColum__item .bannerColum__ttle span {
  display: block;
  font-size: 50%;
}

.bannerColum__item .bannerColum__txt {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  padding: 1em 0 0;
}

/* ちいきぼオフィスとは */
.bannerColum__item.aboutBnr a:after {
  content: "";
  display: block;
  background-image: url(../img/index/aboutBnr_img.webp);
  width: 45%;
  aspect-ratio: 700 / 350;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -3px;
  right: 20px;
}

/* 初めてご利用の方 */
.bannerColum__item.memberBnr a:after {
  content: "";
  display: block;
  background-image: url(../img/index/membertBnr_img.webp);
  width: 27%;
  aspect-ratio: 530 / 700;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.bannerColum__item .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: .5em 1em;
  color: var(--color-ygreen);
  font-size: 12px;
  border-radius: var(--rad-common) 0 var(--rad-common) 0;
  letter-spacing: .03em;
}

.bannerColum__item .btn_archive {
  display: block;
  margin: 20px 0;
  background: var(--color-main);
  color: #FFF;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-radius: var(--rad-round);
  position: relative;
  padding: 1em 3em;
  font-size: clamp(1.4rem, 1rem + 0.68vw, 1.5rem);
  width: auto;
  max-width: fit-content;
}

.bannerColum__item .btn_archive::after {
  content: '';
  right: 1.2em;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ページ下部 */

.bannerColum__item.serviceBnr a,
.bannerColum__item.benefitBnr a {
  padding: 50px 30% 20px 20px;
}

/* ちいきぼオフィスのサービス */
.bannerColum__item.serviceBnr a:after {
  content: "";
  display: block;
  background-image: url(../img/index/serviceBnr_img.webp);
  width: 27%;
  aspect-ratio: 654 / 700;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 20px;
}

/* 会員登録のメリット */
.bannerColum__item.benefitBnr a:after {
  content: "";
  display: block;
  background-image: url(../img/index/benefitBnr_img.webp);
  width: 22%;
  aspect-ratio: 530 / 700;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 20px;
}

/*
===== おすすめ／お気に入りの会員登録バナー ==========================================
*/
.memberOnlyBox .memberOnly {
  background: url(../img/index/img_memberonly_bg.webp) no-repeat 0 0 / contain;
  min-height: 380px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.memberOnlyBox .memberOnly__inner {
  width: 90%;
  gap: 10px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--rad-common);
  padding: var(--gutter-narrow);
  box-shadow: 0 0 10px 0px rgba(64,41,23,0.1);
}

.memberOnlyBox .memberOnly__left {
  width: 20%;
}

.memberOnlyBox .memberOnly__right {
  width: 80%;
}

.memberOnlyBox .memberOnly__ttl {
  font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  font-weight: bold;
  margin-bottom: .5em;
}

.memberOnlyBox .memberOnly__txt {
  width: calc(100% - 260px);
}

.memberOnlyBox .memberOnly__cta {
  width: 260px;
}

.memberOnlyBox .memberOnly__cta .btn {
  padding: 0;
  animation: 1.4s fuwafuwa infinite ease-in-out;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.memberOnlyBox .memberOnly__cta .btn_form {
  margin: 0;
}


/*
===== お問い合わせ ==========================================
*/
.contactBox {
  margin: var(--gutter-wide) auto;
}

.contactBox .section__ttl {
  text-align: center;
  margin-bottom: .5em;
  font-size: clamp(1.8rem, 2rem + 1vw, 3rem);
}

.contactBox__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.contactBox__item {
  flex: 1;
  /* display: flex;
  flex-flow: column wrap; */
}

.contactBox__item a {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: var(--color-palegreen);
  padding: var(--gutter-narrow);
  border-radius: var(--rad-common);
}

.telBox__ttl {
  font-size: 2rem;
  font-weight: bold;
}

.telBox__number {
  font-size: clamp(3rem, 1.2rem + 4vw, 5rem);
  color: var(--color-main);
  display: flex;
  align-items: center;
}

.telBox__number .enFont {
  font-weight: 700;
  line-height: 1.2;
}

.formBox__btn {
  position: relative;
}

.formBox__btn:after {
  content: '';
  right: 1.2em;
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px var(--color-main);
  border-right: solid 1px var(--color-main);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.formBox__ttl {
  font-size: clamp(2rem, 1.4rem + 2vw,3rem);
  color: var(--color-main);
  font-weight: bold;
  display: flex;
  align-items: center;
}

.formBox__ttl .ph {
  font-size: 40px;
  padding-right: 5px;
}

/*==================================================
  tablet SETTINGS : Max1200px
==================================================*/
@media screen and (max-width: 1280px) {
  /* @media (max-width: 1024px) { */
  .indexWire,
  .wire {
    width: 96%;
    margin: inherit auto;
    overflow: hidden;
  }
}


/*==================================================
  tablet SETTINGS : Max10240px
==================================================*/
@media (max-width: 1024px) {
  .indexWire,
  .wire {
    width: 90%;
    margin: inherit auto;
    overflow: hidden;
  }

  /*
  ===== メインビジュアル - TB ==========================================
  */

  .fvSearchBox {
    flex-flow: column wrap;
  }

  .fvSearchBox__ttl {
    margin-bottom: 1em;
    text-align: center;
  }

  .fvSearch__btn .btn_search {
    padding: .75em 1.5em;
    white-space: nowrap;
  }

  .fvSearchBox .textLink {
    margin-top: 1.5em;
  }

  /*
  ===== こだわり条件 ==========================================
  */

  .termsCard__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .termsCard__ttl {
    font-size: 2rem;
  }

  .termsCard {
    height: 20vh;
  }

  /* バナー */
  .bannerColum {
    flex-flow: column wrap;
  }

  .bannerColum__item.aboutBnr,
  .bannerColum__item.memberBnr {
    width: 100%;
    height: 200px;
  }

  .bannerColum__item.aboutBnr a:after,
  .bannerColum__item.memberBnr a:after {
    width: auto;
    height: 180px;
  }

  .bannerWrap {
    margin: 20px auto 0;
  }
  
  .contactBox__list {
    flex-flow: column;
  }

}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/
@media screen and (max-width: 767px) {
  .indexWire {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  .bannerWrap {
    width: 90%;
  }

  .bannerColum {
    flex-flow: column wrap;
  }

  .bannerColum__item.aboutBnr ,
  .bannerColum__item.memberBnr {
    width: 100%;
    height: auto;
  }

  /*
  ===== メインビジュアル - SP ==========================================
  */
  .welcome {
   padding-right: 0;
   padding-left: 0;
  }

  .welcome p {
    flex:1;
    font-size: 12px;
    font-weight: bold;
  }

  .welcome p span {
    font-size: 10px;
    display: inline-block;
    font-weight: normal;
  }

  .welcome .btn_archive {
    width: 35%;
    flex: none;
  }
  
  .welcome .btn_archive a {
    width: 100%;
    max-width: 100%;
    padding: 1em 2em 1em 1em;
  }

  /* ----- メインビジュアル ----- */
  .indexmainBox{
    /* max-height: 47vw;
    aspect-ratio: 600 / 338; */
    padding: 0 0 80px;
  }

  .indexmainSlider__item {
    opacity: 1;
  }

  .slider-controls {
    max-width: 90%;
    width: auto;
    margin-top: 0;
  }

  .fvSearchBox,
  .fvSearch {
    flex-flow: column wrap;
  }

  .fvSearch {
    margin-top: 10px;
  }

  .fvSearchBox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .fvSearchBox__ttl span {
    font-size: 1.4rem;
  }

  .fvSearch__select .modal a {
    font-size: 1.2rem;
  }

  .fvSearch span {
    font-size: 14px;
  }

  .fvSearch__btn .btn_search {
    margin-top: 10px;
    width: 250px;
  }

  .fvSearch__btn {
    margin: 1em 0;
  }

  /*
  ===== SEARCHBOX - SP ==========================================
  */

  .searchBox {
    margin-top: -50px;
  }

  .searchBox .areasearchBox__tabList {
    gap: 10px;
  } 

  .searchBox .areasearchBox__tabItem {
    font-size: 1.3rem;
  }

  .areasearchBox__listBox .linkCard__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 0 10px;
  }

  .areasearchBox__listBox .linkCard__list .linkCard {
    position: relative;
  }

  .areasearchBox__listBox .linkCard__list .linkCard::before {
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.8) 100%);;
    mix-blend-mode: multiply;
    bottom: 0;
    content: '';
    height: auto;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    border-radius: var(--rad-common);
  }

  .areasearchBox__listBox .linkCard__list .linkCard__ttl::after {
    content: none;
  }

  .areasearchBox__listBox .linkCard__list .linkCard__img {
    width: 100%;
    border-radius: var(--rad-common);
    aspect-ratio: 2 / 1;
  }

  .areasearchBox__listBox .linkCard__list .linkCard__ttl {
    font-size: 1.6rem;
    color: #FFF;
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
    z-index: 2;
  }

  .areasearchBox__listBox .linkCard__list .linkCard__ttl span.enFont {
    color: #FFF;
  }

  /* モーダル内 */
  .fvSearchBox__ttl {
    font-size: 18px;
  }

  .fvSearchBox__ttl span {
    font-size: 12px;
  }

  .fvSearch__select a {
    font-size: 12px;
  }

  .fvSearch__select span {
    font-size: 12px;
  }

  .fvSearchBox .btn_search {
    font-size: 12px;
  }

  .fvSearchBox .textLink {
    /* font-size: 11px; */
  }

  .modal-content {
    width: 95%;
    max-width: none;
  }

  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 16px;
  }

  .job-options {
    gap: 20px;
    padding: 10px;
  }

  .area-modal-content {
    max-width: 95%;
    width: 95%;
  }

  .city-list {
    grid-template-columns: 1fr;
    max-height: 150px;
  }

  .area-tabs {
    justify-content: center;
  }

  .prefecture-buttons {
    justify-content: center;
  }

  /*
  ===== バナー ==========================================
  */

  .bannerColum__item .btn_archive {
    max-width: 100%;
    margin: 0 0 20px;
  }

  /* ちいきぼオフィスとは */
  .bannerColum__item.aboutBnr .bannerColum__txt {
    flex-flow: row wrap;
    justify-content: center;
  }

  .bannerColum__item.aboutBnr .bannerColum__txt img {
    width: 80%;
  }

  .bannerColum__item.aboutBnr .bannerColum__txt:after {
    content: "";
    display: block;
    background-image: url(../img/index/aboutBnr_img.webp);
    width: 80%;
    aspect-ratio: 700 / 350;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2em auto 0;
  }

  .bannerColum__item.aboutBnr a:after,
  .bannerColum__item.memberBnr a:after {
    content: none;
  }

  .bannerColum__item.aboutBnr a {
    padding: 30px 10px 0;
  }

  .bannerColum__item.memberBnr a {
    padding: 50px 10px 0;
    text-align: center;
  }

  .bannerColum__item.serviceBnr a,
  .bannerColum__item.benefitBnr a {
    padding: 40px 15px 0;
  }

  .bannerColum__item.serviceBnr .bannerColum__txt,
  .bannerColum__item.benefitBnr .bannerColum__txt {
     padding-right: 30%;
  }

  .bannerColum__item.serviceBnr .btn_archive,
  .bannerColum__item.benefitBnr .btn_archive {
    margin: 15px 32% 15px 0;
  }

  /* 初めてご利用の方 */
  .bannerColum__item.memberBnr .bannerColum__ttle:after {
    content: "";
    display: block;
    background-image: url(../img/index/membertBnr_img.webp);
    width: 30%;
    aspect-ratio: 530 / 700;
    background-repeat: no-repeat;
    background-size: cover;
    margin: .5em auto 0;
  }

  /*
  ===== 人気のテーマ - SP ==========================================
  */
  .popularList .linkCard__list {
    grid-template-columns: 1fr;
  }

  /*
===== おすすめ／お気に入りの会員登録バナー SP ==========================================
*/
.memberOnlyBox .memberOnly {
  background: url(../img/index/img_memberonly_bg.webp) no-repeat 0 0 / cover;
  min-height: 380px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 10px;
}

.memberOnlyBox .memberOnly__inner,
.memberOnlyBox .memberOnly__txt,
.memberOnlyBox .memberOnly__right .flex {
  flex-flow: column;
  justify-content: center;
}

.memberOnlyBox .memberOnly__left {
  width: 50%;
}

.memberOnlyBox .memberOnly__right,
.memberOnlyBox .memberOnly__txt,
.memberOnlyBox .memberOnly__cta {
  width: 100%;
}

.memberOnlyBox .memberOnly__ttl {
  text-align: center;
}

.memberOnlyBox .memberOnly__cta .btn_form {
  width: 100%;
  margin: 1em 0;
}

  /*
  ===== こだわり条件 ==========================================
  */
  .termsCard__list {
    grid-template-columns: repeat(2, 1fr);
  }

  /*
  ===== メインビジュアル スライダーのバナー、フッター上部バナー ==========================================
  */
  /* .mvBnrBox__list,
  .footerBnrBox .bannerList {
    grid-template-columns: 1fr;
  } */

  /*
  ===== noticeBox ==========================================
  */
  .noticeBox {
    padding: 0;
  }

  .noticeBox__inner {
    flex-direction: column;
    padding: 0;
    width: 96%;
  }

  .topicsBox,
  .columnBox {
    width: 100%;
    max-width: unset;
  }

  .topicsBox__inner,
  .columnBox__inner {
    min-height: unset;
  }

  .topicsBox__item a {
    flex-direction: column;
    align-items: baseline;
  }

  .topicsBox__date,
  .topicsBox__itemTtl {
    width: 100%;
    margin: 0;
  }

  .topicsBox__item {
    padding: 20px;
  }

  .topicsBox__item:nth-of-type(odd) {
    background: #F5F5F5;
  }

  /*
  ===== お役立ち情報 ==========================================
  */
  .blogBox__list {
    flex-flow: column wrap;
    align-items: center;
  }

  .blogBox__left,
  .blogBox__right {
    width: 98%;
  }

  .blogBox__left .blogCard__head,
  .blogBox__left .blogCard__body {
    height: auto;
  }

  .blogBox__left .blogCard__ttl {
    margin-top: 0;
  }



  /*
  ===== バナー ==========================================
  */
  .bannerImg__item a::before {
    opacity: .8;
    background: linear-gradient(180deg, rgba(0, 58, 52, 0.4) 20%, rgba(0, 58, 52, 0.8) 80%);
  }
  
  .bannerImg__item a img {
    height: 200px;
  }

  .bannerImgItem__txt {
    justify-content: center;
    padding: 0 10px;
  }

  .bannerImgItem__ttl {
    text-align: center;
  }

  .bannerImgItem__ttl h4 {
    font-size: 1.8rem;
  }

  .bannerImgItem__ttl p {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .bannerImg__item .bannerItem__btn {
    margin: 10px 0;
  }

  /*
  ===== お問い合わせ ==========================================
  */
  .contactBox__list {
    flex-flow: column wrap;
    align-items: center;
  }

  .contactBox__item {
    width: 100%;
  }

  .telBox__number {
    padding: 10px 0;
    font-size: 8vw;
  }


  .formBox__ttl {
    font-size: 5vw;
  }

  .contactBox__item a {
    padding-right: 40px;
  }

  .formBox__btn:after {
    width: 8px;
    height: 8px;
  }

  .contactBox__item .font12 {
    margin-top: 5px;
  }

  /* バナー */
  .mvBnrBox__list,
  .footerBnrBox .bannerList {
    grid-template-columns: 1fr;
  }

}

/*
===== TOP物件スライダー ここから ==========================================
*/
/* #favoriteBox .wrap,
#newArrivalBox .wrap,
#pickupBox .wrap,
#recommendBox .wrap {
  max-width: min(1200px, 90vw);
  margin: 0 auto;
  overflow: hidden;
} */

/* #favoriteBox .itemList,
#newArrivalBox .itemList,
#pickupBox .itemList,
#recommendBox .itemList {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
} */
/*
===== TOP物件スライダー ここまで ==========================================
*/

