@charset "utf-8";
/* CSS Document */
/* 共通 */
.txt_br {
  display: inline-block;
}
h2.sec-tit {
  position: relative;
  width: min(90%, 1300px);
  margin-inline: auto;
  padding-top: clamp(54px, 10vw, 60px);
  font-size: var(--sec-tit);
  word-break: auto-phrase;
  letter-spacing: 0.1em;
}
h2.sec-tit::after {
  content: attr(data-en);
  font-size: clamp(3.4rem, 16vw, 20.0rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(5,62,98,0.5);
  opacity: .2;
  z-index: -9;
}
/* ============== キービジュアル ここから ============== */
.kv-wrap {
  container: kv-container / inline-size;
  max-width: 2000px;
  margin-inline: auto;
  background: url("../img/property/listings_kv.webp") no-repeat 62% center/ cover;
}
.sec-kv {
  max-width: 1800px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv-tit {
  width: 90%;
  height: clamp(140px, 28vw, 220px);
  color: #fff;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.4));
  word-break: auto-phrase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kv-tit h1 {
  display: inline-block;
  font-size: clamp(2.8rem, 4.2vw, 5.0rem);
  letter-spacing: 0.1em;
}
.kv-tit p {
  font-size: clamp(1.4rem, 2vw, 2.0rem);
}
.lead-wrap {
  width: 90%;
  padding: clamp(10px, 2.4vw, 30px) calc(100% - 95%);
  background: linear-gradient(to bottom, #ffffff 80%, #f5f5f5);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  word-break: auto-phrase;
  margin-bottom: 40px;
}
.lead-wrap h2 {
  font-size: clamp(2.2rem, 6.8vw, 3.8rem);
  letter-spacing: 0.1em;
  font-family: serif;
  line-height: 1.2;
}
.lead-wrap h2 span {
  display: inline-block;
  margin-top: 10px;
}
.lead-wrap h2 span.col01 {
  color: #A78D3F;
}
.lead-wrap p {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}
.link_Btn {
  width: min(100%, 360px);
  background: linear-gradient(135deg, #172348, #1e2f64);
  margin: clamp(10px, 3vw, 20px) 0;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.link_Btn a {
  color: #fff;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  padding: 18px 1rem;
  display: block;
  text-align: center;
}
.link_Btn a::after {
  content: " > ";
  padding-left: 2rem;
}

@container kv-container (min-width: 600px) {
  .sec-kv {
    flex-direction: row-reverse;
    padding: 0;
    }
  .kv-tit {
    width: 50%;
  } 
  .lead-wrap {
    background: unset;
    width: auto;
    margin: 0 auto 0 0;
    text-align: left;
  }  
  .lead-wrap h2 {
    font-size: clamp(3.0rem, 4.2vw, 4.6rem);
    margin-right: auto;
  }
  .lead-wrap h2 span.txt_small {
    font-size: clamp(2.2rem, 2.8vw, 3.6rem);
  }
  .link_Btn {
    margin-right: auto;
  }
}
/* ============== bgとパンくずリスト ここから ============== */
.bg-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdfdfd;
  background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #fdfdfd 37px ), repeating-linear-gradient( #eeeeee55, #eeeeee );
}
.bg-inner {
  position: relative;
  width: min(90%, 1820px);
}
.breadcrumb-wrap {
  background-color: unset;
  padding-bottom: 0;
}
.breadcrumb {
  width: unset;
  margin-inline: unset;
}
/* ============== 投資物件一覧 ここから ============== */
.sec-bukken {
  padding-top: clamp(60px, 10vw, 180px);
  container: bukken-container / inline-size;
}
.sec-bukken h2 {
  font-size: var(--sec-tit);
  letter-spacing: 0.1em;
}
.bukken-list {
  display: grid;
  row-gap: clamp(40px, 4vw, 60px);
  margin: clamp(40px, 4vw, 80px) auto clamp(60px, 10vw, 180px);
}
.bukken-grid {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  row-gap: clamp(16px, 0.8vw, 20px);
  background-color: #fff;
  padding: clamp(30px, 4.4vw, 60px) clamp(16px, 3.8vw, 60px);
}
.bukken_tit {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.bukken_tit .tag {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  color: #fff;
  text-box: trim-both cap alphabetic;
  padding: 8px 10px;
  background-color: #172348;
  width: fit-content;
}
.bukken_tit h3 {
  font-size: clamp(2.0rem, 3.8vw, 2.6rem);
  color: #172348;
}
.bukken_tit p {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
/*　物件データ　*/
.bukken_price {
  display: flex;
  flex-flow: row wrap;
  column-gap: 60px;
  text-align: left;
}
.price_box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: clamp(4px, 1.6vw, 8px);
}
.price_box>img {
  width: clamp(28px, 2.6vw, 40px);
  height: fit-content;
  opacity: 0.8;
}
.price, .rimawari {
  font-size: clamp(2.8rem, 4.8vw, 3.8rem);
  line-height: normal;
  margin-bottom: 4px;
  color: #A78D3F;
}
.price::after {
  content: "万円";
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: bold;
  padding-left: 6px;
}
.rimawari {
  font-weight: bold;
}
.rimawari span::before {
  content: "％";
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: bold;
  padding-left: 6px;
  color: #A78D3F;
}
.rimawari span {
  font-size: clamp(1.4rem, 3.4vw, 2.4rem);
  color: #333;
}
.table {
  container: table-container / inline-size;
}
.table dl {
  border-bottom: solid 0.3px #999;
  padding: 10px 0;
  text-align: left;
}
.table dl:first-child {
  padding-top: 0;
}
.table dl dt {
  color: #777;
  min-width: 70px;
  width: 30%;
}
dd span:not(:last-child) {
  display: block;
  margin-bottom: 6px;
}
.table dl.row_bold dt, .table dl.row_bold dd {
  font-size: clamp(1.8rem, 3.4vw, 2.0rem);
  font-weight: bold;
  color: #777;  
}
.table dl.row_bold dd {
  color: #333;
  width: 80%;
}
.table dl.row {
  display: flex;
  column-gap: 1rem;
}
@container table-container (min-width: 440px) {
  .table dl {
    display: flex;
    column-gap: 1rem;
  }
  .table dl:first-child {
    padding-top: 0;
  }
  .table dl dt,.table dl.row dt {
    width: 16%;
  }
  .table dl.row_bold dt {
    width: 28%;
  }
}
.bukken_LinkBtn {
  background-color: #172348;
  text-box: trim-both cap alphabetic;
}
.bukken_LinkBtn a {
  color: #fff;
  display: block;
  padding: 26px 1rem;
}

@container bukken-container (min-width: 800px) {
  .bukken-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .bukken_tit h3 {
    font-size: clamp(2.0rem, 2.2vw, 3.2rem);
  }
  .price, .rimawari {
    font-size: clamp(2.2rem, 3.0vw, 3.8rem);
  }
  .rimawari span {
    font-size: clamp(1.8rem, 3.4vw, 2.0rem);
  }
}
@container bukken-container (min-width: 1100px) {
  .bukken-list {
    grid-template-columns: unset;
  }
  .bukken-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto 1fr auto;
    column-gap: 20px;
  }
  .bukken_tit {
    grid-area: 1 / 1 / 3 / 7;
  }
  .pic { 
    grid-area: 3 / 1 / 5 / 7; 
  }
  .bukken_price {
    grid-area: 1 / 7 / 3 / 13;
  }
  .price_box {
    gap: 14px;
  }
  .bukkendata { 
    grid-area: 3 / 7 / 4 / 13; 
  }
  .bukken_LinkBtn {
    grid-area: 4 / 7 / 5 / 13;
    position: relative;
    z-index: 1;
  }
}
@container bukken-container (min-width: 1480px) {
  .bukken_tit {
    grid-area: 1 / 1 / 3 / 9;
  }
  .pic { 
    grid-area: 3 / 1 / 5 / 9; 
  }
  .bukken_price {
    grid-area: 1 / 9 / 3 / 13;
  }
  .bukkendata { 
    grid-area: 3 / 9 / 4 / 13; 
  }
  .bukken_LinkBtn {
    grid-area: 4 / 9 / 5 / 13;
  }
}
/*　買取　リンク　*/
.link-kaitori {
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
/* ============== 問い合わせ　リンク ここから ============== */
.sec-linkform {
  background-color: #D5D9DC;
  padding: clamp(60px, 6vw, 140px) calc(100% - 95%);
  container: linkform-container / inline-size;
}
.sec-linkform h2 {
  font-size: var(--sec-tit);
  letter-spacing: 0.1em;
  color: #172348;
  word-break: auto-phrase;
}
.linkform_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:2rem; 
}
.linkform-btn {
  background-color: #4C5E71;
  padding: clamp(6px, 5vw, 20px);
  width: 100%;
}
.btn02 {
  background-color: #555E68;
}
.linkform-btn a {
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.8vw, 20px);
  align-items: center;
}
.linkform-btn a::after {
  content: " ";
  background: url("../img/common/arrow.svg")center no-repeat;
  width: clamp(28px, 4vw, 40px);
  height: clamp(28px, 4vw, 40px);
}

@container linkform-container (min-width: 600px) {
  .linkform_list {
    flex-direction: row;
  }
  .linkform-btn {
    width: min(100%, 360px);
    position: relative;
    z-index: 1;
  }
  .linkform-btn a {
    font-size: clamp(2.2rem, 3.4vw, 2.6rem);
  }
}
@container linkform-container (min-width: 1000px) {
  .linkform-btn {
    width: min(100%, 560px);
  }
  .linkform-btn a {
    font-size: 2.8rem;
  }
}
/* ============== よくある質問 ここから ============== */
.sec-faq {
  width: min(90%, 1400px);
  margin: clamp(60px, 12vw, 180px) auto clamp(80px, 12vw, 180px);
  container: faq-container / inline-size;
}
.sec-faq h2 {
  margin-bottom: clamp(40px, 5vw, 60px);
}
.faq-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:clamp(30px, 10vw, 80px);
}
.faq-innerBox {
  width: 100%;
}
.faq-innerBox h3 {
  font-size: clamp(2.0rem, 4.2vw, 2.6rem);
  color: #172348;
  background-color: #fff;
  border: solid 2px #172348;
  padding: 18px 1rem;
  margin-bottom: clamp(20px, 5vw, 40px);
}
/*　アコーディオン　*/
.accordion-check {
  display: none;
}
.accordion-label::before {
  content: ' ';
  display: inline-block;
  background: url("../img/common/Q.webp") no-repeat center/ contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.accordion-label {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 1px;
  padding: 18px 0;
  border-bottom: 1px solid #333;
  height: 86px;
}
.accordion-label::after {
  content: "";
  background: url("../img/common/icon-plus.svg") no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-left: auto;
  padding-left: 8px;
}
.accordion-label>span {
  display: block;
  width: fit-content;
  font-size: clamp(1.6rem, 1.3vw, 2.0rem);
}
.accordion-content {
  position: absolute;
  top: 0;
  height: 0;
  opacity: 0;
  transition: .1s;
  visibility: hidden;
}
.accordion-content::before {
  content: ' ';
  display: inline-block;
  background: url("../img/common/A.webp") no-repeat center/ contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: 8px;
}
.accordion-content>div {
  width: fit-content;
}
.accordion-content>div p {
  color: var(--col-txt);
}
.accordion-check:checked + .accordion-label:after{
  content: "";
  background: url("../img/common/icon-minus.svg") no-repeat;
  background-size: 22px 22px;
}
.accordion-check:checked + .accordion-label + .accordion-content{
  position: relative;
  height: fit-content;
  opacity: 1;
  padding: 20px 0 30px;
  visibility: visible;
  display: flex;
  text-align: left;
}
@container faq-container (min-width: 680px) {
  .faq-wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(10px, 5vw, 60px);
  }
  .accordion-label::before, .accordion-content::before {
    width: 28px;
    height: 28px;
  }
}
/* ============== CONTACT ここから ============== */ 
.sec-contact {
  background: url("../img/column/bg-contact.webp") no-repeat 85% center / cover;
  padding: clamp(60px, 6vw, 100px) 0 clamp(80px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.contact-tit {
  width: min(86% ,600px);
  color: #fff;
}
.contact-tit h2 {
  font-size: clamp(2.8rem, 14vw, 4.0rem);
  font-weight: normal;
}
.contact-tit p {
  margin: 2rem auto 0;
}
.sec-contact ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem; 
  width: min(80%, 360px);
}
.sec-contact ul li {
  border: 1px solid #fff;
  background-color: #373737;
  padding: clamp(8px, 5vw, 40px);
  width: 100%;
}
.sec-contact ul li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  align-items: center;
}
/* ============== テキスト　フェードイン ここから ============== */
.fadeUpTrigger {
  opacity: 0;
}
/* 下から */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.time05{
  animation-duration: 0.5s;
}

.time1{
  animation-duration: 1s;
}

.time15{
  animation-duration: 1.5s;
}
/* ============== TAB(600px)レスポンシブ ============== */
@media(min-width:600px) {
  /* ============== CONTACT ここから ============== */
  .sec-contact ul {
    width: min(80%, 1200px);
    flex-direction: row;
    column-gap: 0;
    justify-content: center;
  } 
  .sec-contact ul li:hover {
    background-color: #666;
    transition: 0.3s;
  }
  .sec-contact ul li:first-child a {
    pointer-events: none;
  }
  .sec-contact ul li:first-child a::after {
    content: "06-6910-7500";
    font-size: clamp(2.0rem, 2vw, 3.8rem);
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .sec-contact ul li:not(.time05) a::after {
    content: " ";
    background: url("../img/column/arrow.svg") center no-repeat;
    width: clamp(28px, 5vw, 40px);
    height: clamp(28px, 5vw, 40px);
    margin-top: 20px;
  }
}
@media(min-width:1000px) {
  /*　買取　リンク　*/
  .link-kaitori {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 2000px;
    margin: 0 auto;
  }
  /*  問い合わせ　リンク ここから  */ 
  .link_Btn::before, 
  .bukken_LinkBtn::before, 
  .linkform-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #333;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.15, 1);
  }
  .link_Btn::before, .bukken_LinkBtn::before {
    background: rgba(255, 255, 255, 0.2);
  }
  .link_Btn:hover::before,
  .bukken_LinkBtn:hover::before,
  .linkform-btn:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}







