<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*=======================================
売りたい
=========================================*/
.common-page-title {
  padding-inline: 4%;
}

.sell-introduction_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  max-width: 100%;
  margin-bottom: clamp(13.5rem, 12.86vw, 20rem);
}
.sell-introduction_wrapper .description {
  flex: 0 1 40%;
  padding-left: 2.14%;
  padding-right: 4.29%;
  box-sizing: border-box;
}
.sell-introduction_wrapper .description h2 {
  font-size: clamp(3.2rem, 2.86vw, 4.6rem);
  margin-bottom: 6rem;
  font-weight: 500;
  line-height: 1.5;
}
.sell-introduction_wrapper .description .text p {
  font-size: clamp(1.4rem, 1.2857vw, 1.7rem);
  margin-bottom: 3rem;
  line-height: 2;
  font-weight: 400;
}
.sell-introduction_wrapper .description .text p:last-child {
  margin-bottom: 0;
}
.sell-introduction_wrapper .intro_img {
  flex: 0 1 49.14%;
}

.sell-message_wrapper .title {
  text-align: center;
}
.sell-message_wrapper .title h2 {
  font-size: clamp(2.4rem, 2.2857vw, 3.2rem);
  line-height: 1.5;
  margin-bottom: 3.6rem;
  font-weight: 500;
}
.sell-message_wrapper .title p {
  font-size: clamp(1.4rem, 1.1428vw, 1.8rem);
  line-height: 1.8;
}

.card-container {
  margin: 0 auto;
  margin-top: clamp(8rem, 6.86vw, 12rem);
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 4.8rem;
  justify-content: center;
}
.card-container .card {
  position: relative;
  flex: 1 1 calc(24% - 20px);
  max-width: 280px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 3rem 1rem;
  text-align: center;
  box-sizing: border-box;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-container .card .card-number {
  position: absolute;
  top: 0;
  left: 3rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  font-family: Manrope, "Zen Kaku Gothic New", sans-serif;
}
.card-container .card p {
  font-size: clamp(1.8rem, 3vw, 2rem);
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
  text-decoration: underline dotted;
  text-decoration-color: rgba(0, 0, 0, 0.6);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.conversion_area {
  margin-top: clamp(7.2rem, 10.29vw, 16rem);
  margin-bottom: clamp(8rem, 11.43vw, 20rem);
}
.conversion_area h2 {
  font-size: clamp(2.4rem, 2.2857vw, 3.2rem);
  line-height: 1.5;
  margin-bottom: 4.8rem;
  font-weight: 500;
  text-align: center;
}
.conversion_area .btn_inner {
  display: flex;
  flex-direction: column;
  row-gap: 3.6rem;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.inquiry-form {
  background: #F6F6F6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.6rem 4rem 3.6rem 5rem;
  box-sizing: border-box;
}
.inquiry-form .txt1 .en {
  font-size: 1.3rem;
  font-family: Manrope, "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #E10900;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.inquiry-form .txt1 .t {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}
.inquiry-form .btn {
  max-width: 540px;
  width: 56.841%;
}
.inquiry-form .btn a {
  display: block;
  color: #fff;
  background: #010101;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  padding: 2.8rem 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.inquiry-form .btn .tel {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  padding: 2.8rem 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.inquiry-form .btn .tel .num {
  position: relative;
  font-family: Manrope, "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 2.4rem;
  color: #E10900;
  font-weight: 500;
}
.inquiry-form .btn .tel .num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: width 0.2s ease, left 0.4s ease;
}
.inquiry-form .btn .tel .num:hover::after {
  width: 0;
  right: 100%;
}

.sell-methods_wrapper {
  margin-left: 4vw;
  margin-right: 4vw;
}
.sell-methods_wrapper .sec-title {
  padding-top: 5.714vw;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  position: relative;
}
.sell-methods_wrapper .sec-title::before {
  content: "";
  width: 4.286vw;
  height: 5px;
  background-color: #E10000;
  position: absolute;
  top: -5px;
  left: 0;
}
.sell-methods_wrapper .sec-title h3 {
  font-size: clamp(2.4rem, 2.286vw, 3.6rem);
  font-size: clamp(2.4rem, 2.286vw, 38.4px);
  line-height: 125%;
  font-weight: 500;
  width: 49%;
  margin-right: auto;
}
.sell-methods_wrapper .sec-title p {
  font-size: clamp(1.4rem, 1.143vw, 1.7rem);
  line-height: 180%;
  font-weight: 400;
  width: 60%;
}

.selling-methods-container {
  display: grid;
  grid-template-columns: 1fr 68.786%;
  gap: 20px;
  margin: 0 auto;
  padding-bottom: 120px;
  margin-top: clamp(8rem, 7vw, 9.6rem);
}

.sidebar {
  position: relative;
}

.sticky-nav {
  position: sticky;
  top: 60px;
}
.sticky-nav ul {
  list-style: none;
  padding: 0;
  padding-bottom: 36px;
}
.sticky-nav ul li {
  margin-bottom: 8px;
}
.sticky-nav ul li a {
  display: flex;
  gap: 8px;
  text-decoration: none;
  color: #000;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  font-weight: 500;
  font-size: 1.4rem;
}
.sticky-nav ul li a:hover {
  opacity: 0.8;
}
.sticky-nav ul li a.is-active {
  opacity: 1;
  color: #E10900;
  color: #000;
}
.sticky-nav ul li a span {
  font-family: Manrope, "Zen Kaku Gothic New", sans-serif;
}

.sell-methods {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.sell-methods:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 120px;
}
.sell-methods h2 {
  font-size: clamp(2.4rem, 1.938rem + 0.6vw, 3.2rem);
  margin-bottom: 36px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.sell-methods h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 80%;
  background-color: #E10900;
  width: 8px;
  height: 5px;
  background: #E10000;
}
.sell-methods p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.sell-methods .section-title {
  display: flex;
  align-items: center;
  margin-top: 12rem;
  margin-bottom: 4rem;
}
.sell-methods .section-title .check-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.sell-methods .section-title h3 {
  font-size: 2.1rem;
  color: #000;
  font-weight: 500;
}
.sell-methods .section-title h3 span {
  font-size: 1.6rem;
  margin-left: 8px;
}

/* 新しいラッパー .benefits-slider-container を定義 */
.benefits-slider-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  padding: 0 20px 60px;
  cursor: grab;
}
.benefits-slider-container .benefits-slider {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: nowrap;
  user-select: none;
  /* Webkit系のブラウザ（Chrome, Safariなど） */
  /* Firefox */
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}
.benefits-slider-container .benefits-slider::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.benefits-slider-container .cursor-follow-arrow {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 100;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  opacity: 0;
}
.benefits-slider-container .cursor-follow-arrow img {
  width: 100%;
  height: auto;
  display: block;
}
.benefits-slider-container .cursor-follow-arrow.is-visible {
  opacity: 1;
}
.benefits-slider-container .scroll-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  overflow: hidden;
  pointer-events: none;
  z-index: 5;
}
.benefits-slider-container .scroll-progress-bar .scroll-progress {
  height: 100%;
  width: 0%;
  background-color: #000;
  transition: width 0.2s ease;
}

.benefits-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 320px;
  margin-right: 20px;
  padding: 60px 40px 48px;
  border-radius: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  scroll-snap-align: start;
  justify-content: flex-start;
  align-items: flex-start;
}
.benefits-card:last-child {
  margin-right: 0;
  /* 最後のカードの右マージンをなくす */
}
.benefits-card .card-number {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #E10900;
  border-radius: 20px;
  padding: 0 10px;
  display: inline-block;
  font-family: Manrope, "Zen Kaku Gothic New", sans-serif;
}
.benefits-card h4 {
  font-size: clamp(1.8rem, 2vw, 2.1rem);
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
.benefits-card p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.steps .step-item {
  display: flex;
  margin-bottom: 8rem;
  position: relative;
  align-items: flex-start;
  padding-top: 24px;
  gap: 20px;
}
.steps .step-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  transition: width 0.5s ease-out;
  transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.steps .step-item.is-visible::before {
  width: 100%;
}
.steps .step-item .step-number {
  font-family: Manrope, "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  width: 80px;
}
.steps .step-item .step-content {
  display: flex;
  width: calc(100% - 80px - 20px);
}
.steps .step-item .step-content h4 {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  width: 43%;
}
.steps .step-item .step-content p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 57%;
}

.achievement {
  margin-bottom: 40px;
}
.achievement .count-up-number {
  font-size: 11em;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  font-family: Manrope, "Zen Kaku Gothic New", sans-serif;
}
.achievement .unit {
  font-size: 3.2rem;
  font-weight: 500;
  margin-left: 10px;
}
.achievement p {
  font-size: 1.6rem;
  margin-top: 20px;
}

.reasons_wrapper {
  margin-left: 4vw;
  margin-right: 4vw;
}
.reasons_wrapper .sec-title {
  padding-top: 5.714vw;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  position: relative;
}
.reasons_wrapper .sec-title::before {
  content: "";
  width: 4.286vw;
  height: 5px;
  background-color: #E10000;
  position: absolute;
  top: -5px;
  left: 0;
}
.reasons_wrapper .sec-title h3 {
  font-size: clamp(2.4rem, 2.286vw, 3.6rem);
  line-height: 125%;
  font-weight: 500;
  width: 49%;
  margin-right: auto;
}
.reasons_wrapper .sec-title p {
  font-size: clamp(1.4rem, 1.143vw, 1.7rem);
  line-height: 180%;
  font-weight: 400;
  width: 60%;
}

.reason-item_area {
  margin-top: 120px;
  padding-left: 0;
  padding-right: 0;
}

.reason-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 160px;
  gap: 9.5%;
}
.reason-item:last-child {
  margin-bottom: 0;
}
.reason-item .item-visual {
  flex: 0 1 45.14%;
}
.reason-item .item-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}
.reason-item .item-content {
  flex: 0 1 37.36%;
  padding: 0 40px;
}
.reason-item .item-content .item-number {
  font-family: Manrope, "Zen Kaku Gothic New", sans-serif;
  font-size: 10rem;
  font-weight: 500;
  color: #e1e1e1;
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.reason-item .item-content h3 {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4.8rem;
}
.reason-item .item-content p {
  font-size: 1.6rem;
  line-height: 2;
}
.reason-item.item-even {
  flex-direction: row;
}
.reason-item.item-even .item-visual {
  padding-right: 0;
}
.reason-item.item-even .item-content {
  padding-left: 20px;
}
.reason-item.item-odd .item-visual {
  padding-left: 0;
}
.reason-item.item-odd .item-content {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .sell-introduction_wrapper {
    flex-direction: column-reverse;
    row-gap: 3.6rem;
    margin-bottom: 9.6rem;
  }
  .sell-introduction_wrapper .description {
    padding-inline: 20px;
  }
  .sell-introduction_wrapper .description h2 {
    margin-bottom: 3.6rem;
  }
  .sell-introduction_wrapper .description .text p {
    margin-bottom: 1.2rem;
  }
  .sell-message_wrapper .title h2 {
    margin-bottom: 3rem;
  }
  .sell-message_wrapper .title h2 br {
    display: none;
  }
  .sell-message_wrapper .title p {
    font-size: 1.4rem;
  }
  .card-container {
    row-gap: 2.4rem;
    margin-top: 6rem;
  }
  .card-container .card {
    flex: auto;
    width: 30%;
    max-width: 240px;
  }
  .card-container .card p {
    font-size: clamp(1.4rem, 1.2rem + 0.5vw, 1.8rem);
  }
  .conversion_area {
    margin-top: 9.6rem;
    margin-bottom: 12rem;
  }
  .conversion_area h2 {
    margin-bottom: 3.6rem;
  }
  .conversion_area .btn_inner {
    margin-left: 25px;
    margin-right: 25px;
    flex-direction: column;
    gap: 3rem;
  }
  .inquiry-form {
    flex-direction: column;
    gap: 2.4rem;
    text-align: center;
    padding: 2.4rem;
  }
  .inquiry-form .txt1 .t {
    font-size: 2rem;
  }
  .inquiry-form .txt1 .en {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
  .inquiry-form .btn {
    max-width: inherit;
    width: 100%;
  }
  .inquiry-form .btn a {
    font-size: 1.6rem;
  }
  .inquiry-form .btn .tel {
    flex-direction: column;
    gap: 2rem;
    font-size: 1.4rem;
    padding: 2rem;
  }
  .inquiry-form .btn .tel .numz {
    font-size: 2.1rem;
  }
  .sell-methods_wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0 24px;
  }
  .sell-methods_wrapper .sec-title {
    padding-top: 10.667vw;
  }
  .sell-methods_wrapper .sec-title h3 {
    font-size: clamp(18px, 6.4vw, 28px);
    width: 100%;
  }
  .selling-methods-container {
    display: block;
    padding-bottom: 6rem;
  }
  .sidebar {
    display: none;
  }
  .sell-methods {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
  .sell-methods:last-child {
    margin-top: 6rem;
  }
  .sell-methods h2 {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
  .sell-methods p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .sell-methods p br {
    display: none;
  }
  .sell-methods .section-title {
    margin-top: 9.6rem;
    margin-bottom: 3rem;
  }
  .benefits-card {
    flex: 0 0 250px;
    margin-right: 20px;
    padding: 48px 20px 36px 30px;
  }
  .benefits-card .card-number {
    font-size: 1.1rem;
    top: 10px;
    left: 10px;
  }
  .benefits-card h4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .benefits-card p {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .steps .step-item {
    margin-bottom: 4.8rem;
  }
  .steps .step-item .step-number {
    width: 3.6rem;
    font-size: 2rem;
  }
  .steps .step-item .step-content {
    display: block;
    width: calc(100% - 36px - 20px);
  }
  .steps .step-item .step-content h4 {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .steps .step-item .step-content p {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .achievement .count-up-number {
    font-size: 10rem;
  }
  .achievement p {
    font-size: 1.3rem;
  }
  .reasons_wrapper .sec-title {
    padding-top: 10.667vw;
  }
  .reasons_wrapper .sec-title h3 {
    font-size: clamp(18px, 6.4vw, 28px);
    width: 100%;
  }
  .reasons_wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .reason-item {
    flex-direction: column-reverse;
    margin-bottom: 8rem;
  }
  .reason-item .item-content {
    padding: 0 12px;
    margin-top: -3.6rem;
  }
  .reason-item.item-even .item-content {
    padding-left: 12px;
  }
  .reason-item.item-odd .item-content {
    padding-right: 12px;
  }
  .reason-item_area {
    margin-top: 6rem;
  }
  .reason-item.item-even {
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .reason-item.item-even .item-visual {
    padding-right: 0;
    width: 100%;
  }
  .reason-item .item-content .item-number {
    font-size: 6rem;
  }
  .reason-item .item-content h3 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .reason-item .item-content h3 br {
    display: none;
  }
  .reason-item .item-content p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=sell.css.map */</pre></body></html>