@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 100px;
}
body {
  text-align: left;
}
/* ============== サイドの余白 ============== */
/*  見出し  */
.top-title {
  position: relative;
  width: 100%;
  height: clamp(240px, 5vw, 400px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(240px, 5vw, 400px);
  background: url("../img/sell/sozoku/bg-kv.webp") no-repeat center / cover;
  z-index: -1;
}
.top-title h1 {
  font-weight: normal;
  font-size: clamp(2.8rem, 5vw, 4.0rem);
  color: #fff;
  letter-spacing: 0.1em;
}
/* ============== 大見出し ここから ============== */
.sec-main_copy {
  margin: clamp(80px, 10vw, 160px) auto;
  width: min(90% ,1820px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr auto;
  row-gap: 5rem;
  justify-items: center;
}
.main_copy-pic01 {
  grid-area: 2 / 1 / 3 / 6;
  max-width: 220px;
}
.main_copy-inner {
  grid-area: 1 / 1 / 2 / 13;
  width: min(100%, 580px);
}
.main_copy-pic02 {
  grid-area: 2 / 8 / 3 / 13;
  max-width: 220px;
}
.main_copy-inner p {
  font-size: var(--p-size);
}
.main_copy-inner h2 {
  font-size: clamp(2.0rem, 2.6vw, 2.6rem);
  text-align: center;
  margin-bottom: clamp(40px, 4vw, 60px);
}
.br-space::after {
  content:"\A";
  white-space:pre;
}

/* ============== 共通 ここから ============== */ 
.sec-soudan,.sec-difference , .sec-merit ,.sec-demerit, .sec-reason, .sec-cost {
  margin: clamp(80px, 10vw, 160px) auto;
  width: min(90vw, 1320px);
}
.sec-soudan h3,.sec-difference h3, .sec-merit h3, .sec-demerit h3, .sec-reason h3, .sec-cost h3 {
  display: block;
  font-size: var(--h3-size);
  border-bottom: solid 1px #333;
  margin-bottom: clamp(60px, 8vw, 100px) ;
  padding-bottom: 6px;
  position: relative;
}
.sec-soudan h3::after,.sec-difference h3::after, .sec-merit h3::after, .sec-demerit h3::after, .sec-reason h3::after, .sec-cost h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #333;
  bottom: 0;
  width: 36%;
}

/* ============== このようなご相談 ここから ============== */ 
.soudan-box {
  max-width: 1200px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2rem;
}
.soudan-box>img {
  width: min(60%, 340px);
}
.soudan-box ol {
  background-color:#f8edeb;
  box-shadow: 0px 0px 8px 8px #f8edeb;
  padding: 2rem;
}
.soudan-box ol li::before {
  content: "";
  background: url("../img/sell/sozoku/icon-check.svg") no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 14px;
}
.soudan-box ol li {
  text-indent: -1.6em;
  padding-left: 2em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 3px #f89174;
}
/* コンテナクエリ */
.soudan-container {
  container: soudan / inline-size;
}
@container soudan (min-width: 770px) {
  .soudan-box {
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-inline: auto;
  }
 .soudan-box>img {
    width: min(46%, 480px);
  }
}
/* ============== 「買取」と「仲介」 ここから ============== */ 
.difference-inner { 
  display: flex;
  flex-direction: column;
  row-gap: clamp(60px, 10vw, 80px);
  width: 90%;
  margin: 0 auto clamp(60px, 10vw, 80px);
}
.difference-inner .box  {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.difference-inner .box h4 {
  font-size: clamp(1.8rem, 2.3vw, 3.0rem);
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 10px;
}
.difference-inner .box p {
  margin: 40px auto 30px;
  font-weight: bold;
  font-size:  clamp(2.0rem, 1.6vw, 2.2rem);
  text-align: center;
}
.difference-inner .box ul {
  margin-top: 40px;
  min-height: 200px;
}
.difference-inner .box ul li {
  border-bottom: dashed 1px #333;
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  text-align: left;
  padding: 4px 0 4px 3px;
}
.difference-inner .box ul li::before {
  content: "";
  background: url("../img/sell/baikyaku/icon-arrow.svg") no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
/*  「買取」「仲介」へ　リンクボタン  */
.kaitori-Btn, .chukai-Btn {
  width: min(75vw, 320px);
  margin-inline: auto;
  border: solid 1px #333;
  padding: 18px 0;
  display: inline-block;
  outline: none;
  text-align: center;
}
.check {
  max-width: 1200px;
  margin-inline: auto;
  background-color: #F1F1F1;
  border-radius: 30px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  align-items: center;
  text-align: left;
}
.check>img {
  width: clamp(60px, 10vw, 80px);
}
 .check_layout {
    container: check_layout / inline-size;
  }
  @container check_layout (min-width: 800px) {
    .check {
      flex-direction: row;
      column-gap: 4rem;
      border-radius: 16px;
      padding: 4rem;
    }
  }
/* ============== リンクボタン（売却査定） ここから ============== */ 
.sec-link_satei {
  margin: 0 auto clamp(80px, 10vw, 160px);
  padding: clamp(60px, 10vw, 80px) 2rem;
  background: url("../img/sell/link_satei.webp") no-repeat 50% 68% / cover;
}
.link-inner {
  display: flex;
  flex-flow: column nowrap;
  margin-inline:  auto;
  color: #fff;
  text-align: center;
}
.link-inner p {
  font-size: clamp(1.4rem, 3.0vw, 2.6rem);
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.4));
}
.link-inner h2 {
  font-size: var(--h2-size);
  font-weight: normal;
  word-break: keep-all;
  filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.4));
}
.link-inner .link-btn {
  width: min(90% ,400px);
  padding: 20px clamp(10px, 2vw, 40px);
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  display: block;
  text-align: center;
  transition: all .2s linear;
  margin: 40px auto 0;
}
.link-inner .link-btn:hover {
  background-color: rgba(0,0,0,0.60);
}
/* ============== スクロールボタン ここから ============== */ 
.scroll-btn {
  width: min(90% ,1320px);
  margin-inline: auto;
}
.scroll-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.scroll-btn ul li {
  width: 48%;
  padding: 10px 4px;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2.0rem);
  text-align: center;
}
.scroll-btn ul li a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  color: #aeaeae;
}
.scroll-btn ul li:hover a {
  color: #333;
  transition: 0.4s;
}
.scroll-btn ul li a::after {
  content: " ";
  background: url("../img/sell/baikyaku/arrow.svg") no-repeat;
  width: clamp(20px, 4vw, 30px);
  height: clamp(20px, 4vw, 30px);
}
.scroll-btn ul li.line_bottom {
  border-bottom: solid 1px #aeaeae;
}
.scroll-btn ul li:nth-child(odd) {
  border-right: solid 1px #aeaeae;
}
/* ============== 査定のメリット ここから ============== */
.merit-box {
  max-width: 1000px;
  margin-inline: auto;
}
.merit-box h4:not(.inner-tit) {
  font-size: clamp(1.8rem, 4.6vw, 3.0rem);
  position: relative;
  padding: 1rem 1.5rem calc(1.5rem + 10px);
  border: 1px solid #000;
  margin-bottom: clamp(20px, 4vw, 30px);
}
.merit-box h4:not(.inner-tit):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 1px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000, transparent 1px, transparent 7px);
  background-image: repeating-linear-gradient(-45deg, #000, #000, transparent 1px, transparent 7px);
  background-size: 10px 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #CACACA;
}
.merit-box .box-inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 6rem;
  margin: clamp(60px, 8vw, 100px) auto;
}
.merit-box .box-inner.box02 {
  margin-bottom: 0;
}
.merit-box .box-inner>img {
  width: min(60%, 340px);
}
.inner-box {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.inner-box>span {
  position: relative;
  width: fit-content;
  padding: 8px 16px 10px;
  border: 1px solid #333333;
  background-color: #ffffff;
  font-weight: bold;
}
.inner-box>span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #333333;
  background-color: #cacaca;
}
.inner-box>span::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
}
.inner-box .inner-tit {
  font-size: clamp(2.0rem, 4.6vw, 3.0rem);
  margin: 4rem auto 2rem;
}

/* コンテナクエリ */
.merit-container {
  container: merit / inline-size;
}
@container merit (min-width: 770px) {
  .merit-box .box-inner {
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-inline: auto;
    width: 90%;
  }
  .inner-box {
    align-items: flex-start;
  }
  .inner-box .inner-tit {
    margin-left: 0;
  }
}
/* ============== デメリット ここから ============== */ 
.demerit-wrap {
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  gap: 6rem;
}
.demerit-box {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2rem;
}
.demerit-box>img {
  width: min(60%, 340px);
}
.demerit-box h4 {
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
}
/* コンテナクエリ */
.demerit-container {
  container: demerit / inline-size;
}
@container demerit (min-width: 600px) {
  .demerit-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: clamp(8px, 8.8vw, 120px);
  }
}

 /* ============== おすすめする理由 ここから ============== */
.reason-box {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 3rem;
}
.reason-box img {
  border-radius: 18px;
  object-fit: cover;
  height: 300px;
  box-shadow: 0px 13px 7px -9px rgba(0, 0, 0, 0.3);
}
.reason_txt {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 4rem;
}
.reason_txt h4 {
  font-size: clamp(1.8rem, 4.6vw, 2.8rem);
  margin-bottom: 10px;
}
/* コンテナクエリ */
.reason-container {
  container: reason / inline-size;
}
@container reason (min-width: 800px) {
  .reason-box {
    flex-flow: row nowrap;
    gap: clamp(8px, 4.8vw, 120px);
  }
  .reason-box img {
    height: 600px;
    width: min(40%, 600px);
  }
}
/* ============== 解体費用 ここから ============== */
.cost-box {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 4rem;
}
.cost_txt p {
  margin-bottom: 3rem;
}
/* コンテナクエリ */
.cost-container {
  container: cost / inline-size;
}
@container cost (min-width: 770px) {
  .cost-box {
    flex-flow: row nowrap;
    gap: clamp(8px, 4.8vw, 120px);
  }
  .cost-box img {
    width: min(48%, 600px);
  }
}
/* ============== コラム ここから ============== */
.sec-column {
  background-image: url("../img/sell/bg-yellow.webp");
  padding: clamp(80px, 8vw, 130px) 0 clamp(40px, 6vw, 80px);
}
.column-tit {
  margin: 0 auto clamp(60px, 8vw, 80px);
  width: 80%;
  text-align: center;
}
.column-tit h2::before {
  content: 'Column';
  font-size: clamp(1.4rem, 3vw, 2.0rem);
  display: block;
  margin-bottom: -8px;
}
.column-tit h2 {
  font-size: clamp(2.4rem, 6vw, 4.0rem);
}
.column-list {
  width: min(90vw, 1320px);
  margin: 0 auto clamp(20px, 4vw, 40px);
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}
.column-list li {
  flex: 1;
}
.column-txt {
  width: fit-content;
  margin: 1rem auto 0;
  
}
/*  お問い合せ　moreのボタン  */
.moreBtn {
  width: min(75vw, 320px);
  margin: 30px auto 60px;
  border: solid 1px #333;
  padding: 18px 0;
  display: block;
  outline: none;
  text-align: center;
}
/* ============== 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;
  text-align: center;
}
.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 only screen and (min-width:600px) {
  /* ============== 「買取」と「仲介」の違い ここから ============== */ 
  .difference-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    width: min(100%, 1200px);
  }
  .difference-inner .box  {
    width: min(44%, 540px);
  }
  .difference-inner .box p {
    min-height: 68px;
  }
  /*  「買取」と「仲介」の違い、お問い合せ　moreのボタン ここから  */
  .kaitori-Btn, .chukai-Btn {
    width: min(90%, 360px);
  }
  .kaitori-Btn, .chukai-Btn, .moreBtn {
	  position: relative;
    transition: all .2s linear;
  }
  .kaitori-Btn:hover, .chukai-Btn:hover, .moreBtn:hover {
    background-color:#333;
    color:#fff;
    opacity: 1;
  }
  /* ============== リンクボタン（売却査定） ここから ============== */
  .sec-link_satei {
    width: min(90%, 1320px);
  }
 /* ============== スクロールボタン ここから ============== */  
  .scroll-btn ul {
    flex-wrap: nowrap;
  }
  .scroll-btn ul li {
    border-bottom: solid 1px #aeaeae;
  }
  .scroll-btn ul li:not(.scroll-btn ul li:last-child) {
    border-right: solid 1px #aeaeae;
  }
  /*  お問い合せ　moreのボタン ここから  */
  .moreBtn {
	  position: relative;
    transition: all .2s linear;
  }
  .moreBtn:hover{
    background-color:#333;
    color:#fff;
    opacity: 1;
  }
  
  /* ============== コラム ここから ============== */ 
  .column-list {
    flex-flow: row nowrap;
    gap: clamp(2rem, 2vw, 4rem);
  }
  /* ============== 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;
  }
}
  /* ============== PC(1025px)レスポンシブ ============== */
@media only screen and (min-width:1000px) {
/* 共通 */
  .br-space::after {
    content: "";
    white-space: normal;
  }
  /* ============== 大見出し ここから ============== */
  .sec-main_copy {
    grid-template-rows: 1fr;
    column-gap: clamp(40px, 5vw, 80px);
    align-items: end;
  }
  .main_copy-pic01 {
    grid-area: 1 / 1 / 2 / 4;
    max-width: none;
  }
  .main_copy-inner {
    grid-area: 1 / 4 / 2 / 10;
    width: auto;
  }
  .main_copy-pic02 {
    grid-area: 1 / 10 / 2 / 13;
    max-width: none;
  }
  .main_copy-inner h2 {
    font-size: clamp(2.4rem, 2.8vw, 3.6rem);
  }
  .main_copy-inner .list-box li {
    font-size: clamp(1.8rem, 1.6vw, 2.2rem);
  }
  
  /* ============== CONTACT ここから ============== */
  /*ボタンの横ライン*/
  .kaitori-Btn::before, .chukai-Btn::before,.moreBtn::before{
    content:"";
    position: absolute;
    top:50%;
    right:-52px;
    width:74px;
    height:0.5px;
    background-color:#333;
    transition: all .2s linear;
  }
  .kaitori-Btn:hover::before, .chukai-Btn:hover::before, .moreBtn:hover::before{
    right:-73px;
  }
}







