@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 100px;
}
/* ============== サイドの余白 ============== */
/*  見出し  */
.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/kaitori/bg-kv.webp") no-repeat 48% 24% / 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, 24vw, 180px) 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);
  text-align: left;
}
.main_copy-inner h2 {
  font-size: clamp(2.4rem, 4.0vw, 2.6rem);
  margin-bottom: clamp(40px, 4vw, 60px);
}
.br-space::after {
  content:"\A";
  white-space:pre;
}
.main_copy-inner .list-box {
  margin-top: clamp(40px, 4vw, 60px);
  display: flex;
  justify-content: space-between;
}
.main_copy-inner .list-box li {
  flex-basis: calc(33.33% - clamp(2px, 1vw, 60px));
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  box-shadow: clamp(2px, 2.0vw, 4px) clamp(2px, 2.0vw, 4px) #707070;
  font-size: clamp(1.2rem, 3vw, 2.0rem);
}
.main_copy-inner .list-box li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
/* ============== 共通 ここから ============== */ 
.sec-reason, .sec-service ,.sec-difference, .sec-flow, .sec-faq {
  margin: clamp(80px, 10vw, 160px) auto;
  width: min(90vw, 1320px);
}
.sec-reason h3, .sec-service h3, .sec-difference h3, .sec-flow h3, .sec-faq h3 {
  display: block;
  font-size: var(--h3-size);
  text-align: left;
  border-bottom: solid 1px #333;
  margin-bottom: clamp(60px, 8vw, 100px) ;
  padding-bottom: 6px;
  position: relative;
}
.sec-reason h3::after, .sec-service h3::after, .sec-difference h3::after, .sec-flow h3::after, .sec-faq h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #333;
  bottom: 0;
  width: 36%;
}

/* ============== このようなご相談 ここから ============== */ 
.reason_pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 2rem;
}
.reason_pic>img {
  width: 48%;
}
/* ============== リンクボタン（売却査定） ここから ============== */ 
.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;
}
.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);
}
.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;
}
/* ============== 買取りサービス ここから ============== */ 
.service-box {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 30px;
  margin: 0 auto clamp(60px, 10vw, 80px);
  width: min(100%, 600px);
  align-items: center;
}
.service-box img {
  width: min(100% , 400px);
  box-shadow: 0px 13px 7px -9px rgba(0, 0, 0, 0.3);
}
.service-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-description>span {
  position: relative;
  width: fit-content;
  padding: 0 4px 6px;
  border-bottom: 2px solid #333333;
  background-color: #ffffff;
  font-weight: bold;
  font-size: var(--p-size);
}
.service-description>span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.service-description>span::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 4px);
  z-index: -1;
  width: 30px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}
.service-description>h4 {
  margin-top: 46px;
  margin-bottom: 30px;
  font-size: clamp(2.0rem, 3.0vw, 3.0rem);
}
.service-description>p {
  text-align: left;
}
/* ============== 「買取」と「仲介」の違い ここから ============== */ 
.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);
  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);
}
.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;
}
/*  仲介へ　リンクボタン  */
.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-flow>ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  row-gap: 60px;
}
.sec-flow>ul li {
  width: min(90%, 360px);
}
.sec-flow>ul li img {
  width: 40%;
}
.sec-flow>ul li>h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: clamp(2.0rem, 2.3vw, 3.0rem);
}
.sec-flow>ul li p {
  line-height: 1.5;
  text-align: left;
  display: flex;
  justify-content: center;
} 
/* ============== よくある質問 ここから ============== */
.accordion-check{
  display: none;
}
.accordion-label::before {
  content: ' ';
  display: inline-block;
  background: url("../img/sell/kaitori/Q.webp") no-repeat center/ contain;
  width: clamp(24px, 5vw, 28px);
  height: clamp(24px, 5vw, 28px);
  margin-right: 8px;
}
.accordion-label {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 1px;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  font-size: var(--p-size);
}
.accordion-label>div ,.accordion-content>p {
  width: 90%;
} 
.accordion-label:after{
  content: "";
  background: url("../img/sell/kaitori/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-content{
  position: absolute;
  top: 0;
  height: 0;
    opacity: 0;
    transition: .1s;
    visibility: hidden;
}
.accordion-content::before {
  content: ' ';
  display: inline-block;
  background: url("../img/sell/kaitori/A.webp") no-repeat center/ contain;
  width: clamp(24px, 5vw, 28px);
  height: clamp(24px, 5vw, 28px);
  margin-right: 8px;
  margin-top: 8px;
}
.accordion-check:checked + .accordion-label:after{
  content: "";
  background: url("../img/sell/kaitori/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;
}
/* ============== コラム ここから ============== */
.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%;
}
.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;
  text-align: left;
}
/*  お問い合せ　moreのボタン  */
.moreBtn {
  width: min(75vw, 320px);
  margin: 30px auto 60px;
  border: solid 1px #333;
  padding: 18px 0;
  display: inline-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;
}
.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) {
  /* ============== このようなご相談 ここから ============== */ 
  .reason_pic>img {
    width: 22%;
  }
  /* ============== リンクボタン（売却査定） ここから ============== */
  .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;
  }
  /* ============== 「買取」と「仲介」の違い ここから ============== */ 
  .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のボタン ここから  */
  .chukai-Btn {
    width: min(90%, 360px);
  }
  .chukai-Btn, .moreBtn {
	  position: relative;
    transition: all .2s linear;
  }
  .chukai-Btn:hover, .moreBtn:hover {
    background-color:#333;
    color:#fff;
    opacity: 1;
  }
  /* ============== 買取りサービス ここから ============== */ 
  .sec-flow>ul {
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 4rem;
  }
  .sec-flow>ul li {
    width: calc(50% - 2rem);
  } 
  /* ============== よくある質問 ここから ============== */
  .accordion_test {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .accordion_test>div {
    width: 46%;
  }
  /* ============== コラム ここから ============== */ 
  .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: 40px;
    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.0vw, 3.6rem);
  }
  .main_copy-inner .list-box li {
    font-size: clamp(1.8rem, 1.6vw, 2.2rem);
  }
  /* ============== 買取りサービス ここから ============== */ 
  .service-box {
    flex-flow: row nowrap;
    column-gap: clamp(20px, 3vw, 60px);
    width: auto;
  }
  .service-wrap {
    container: layout / inline-size;
  }
  @container layout (min-width: 1200px) {
    .service-description {
      align-items: flex-start;
    }
  }
  /* ============== 買取りサービス ここから ============== */ 
  .sec-flow>ul li {
    width: calc(25% - 3rem);
  }
  
  /* ============== CONTACT ここから ============== */
  /*ボタンの横ライン*/
  .chukai-Btn::before,.moreBtn::before{
    content:"";
    position: absolute;
    top:50%;
    right:-52px;
    width:74px;
    height:0.5px;
    background-color:#333;
    transition: all .2s linear;
  }
  .chukai-Btn:hover::before,.moreBtn:hover::before{
    right:-73px;
  }
}







