@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kurenaido&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.anime-fadeIn {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transition-duration: 0.8s;
}
.anime-fadeIn.is-active {
  opacity: 1;
}

/* ------------------------------
  1. Base（基本設定）
------------------------------ */
html {
  font-size: 10px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  max-width: 140rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  body {
    width: 37.5rem;
  }
}
@media screen and (max-width: 767px) {
  body .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .sp-only {
    display: none;
  }
}

img {
  width: 100%;
}

a {
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

/* ------------------------------
  2. Layout（全体のレイアウト・構造）
------------------------------ */
.header {
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 7rem;
  }
}
.header__logo--text {
  color: #E28F1A;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
}
.header__logo--text span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header__logo--text {
    font-size: 1.1rem;
  }
  .header__logo--text span {
    font-size: 1rem;
  }
}
.header__logo--image {
  width: 20rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .header__logo--image {
    width: 11rem;
  }
}
.header__nav {
  color: #333333;
  display: flex;
  font-size: 1.9rem;
  letter-spacing: 0.09em;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    background-color: #FAFAFA;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    justify-content: center;
    font-size: 1rem;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
  }
}
.header__nav a {
  margin: 0 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .header__nav a {
    flex: 1;
    margin: auto;
    text-align: center;
    padding: 0.6rem 0 0.8rem;
  }
  .header__nav a:not(:first-child) {
    border-left: 1px solid #BEBEBE;
  }
}
.header__nav--icon {
  display: block;
  margin: auto;
  width: 2.5rem;
}
.header__nav--text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.header__nav--arrow {
  display: block;
  width: 0.8rem;
  margin-left: 0.6rem;
}
.header__nav--arrow.link {
  width: 1.2rem;
  margin-left: 0.3rem;
}
.header__contact {
  background-image: url(../img/bg-phone.png);
  background-size: 100% 100%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  height: 100%;
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .header__contact {
    font-size: 1.6rem;
    padding: 0 1.1rem;
  }
}
.header__contact--icon {
  width: 5rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .header__contact--icon {
    width: 2.8rem;
    margin-right: 0.7rem;
  }
}
.header__contact--num {
  border-bottom: 2px solid #FFFFFF;
}

.footer {
  background-color: #E0E6E3;
  padding: 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 2rem 0.8rem;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    display: flex;
  }
}
.footer__logo {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 15rem;
  }
}
.footer__nav {
  display: flex;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.09em;
  margin: 6.2rem 0 0 1.7rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    font-size: 1.2rem;
    margin: 0 0 0 2rem;
    padding-left: 4rem;
    border-left: 1px solid #FFFFFF;
  }
}
.footer__nav a {
  display: flex;
  align-items: center;
  margin: 0 5rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__nav a:not(:first-child) {
    margin: 2rem 0 0;
  }
}
.footer__nav a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.8rem solid #333333;
  border-right: 0;
  position: absolute;
  left: -1.7rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer__nav--icon {
  display: inline-block;
  width: 1.9rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .footer__nav--icon {
    width: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact {
    margin-top: 4rem;
  }
}
.footer__contact--item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__contact--item {
    font-size: 1rem;
  }
}
.footer__contact--item:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer__contact--item:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.footer__contact--address {
  letter-spacing: 0.09em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.footer__contact--tel {
  font-size: 3rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .footer__contact--tel {
    font-size: 2rem;
  }
}
.footer__contact--tel .num {
  border-bottom: 1px solid #333333;
}
.footer__contact--mail {
  letter-spacing: 0.03em;
}
.footer__contact--icon {
  display: block;
  width: 3.9rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer__contact--icon {
    width: 2.6rem;
  }
}
.footer__sns {
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: 3rem;
    justify-content: center;
  }
}
.footer__sns--link {
  width: 5.3rem;
  margin-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer__sns--link {
    width: 3.5rem;
    margin-right: 1.4rem;
  }
}
.footer .copyright {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1rem;
  }
}

/* ------------------------------
  3. Components（パーツ・共通UI）
------------------------------ */
.block__title {
  color: #2B4937;
  font-size: 4rem;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block__title {
    font-size: 2.6rem;
  }
}
.block__title .en {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.27em;
  color: #E28F1A;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .block__title .en {
    font-size: 1.3rem;
  }
}

/* ------------------------------
  4. Pages or Modules（特定のページやセクション用）
------------------------------ */
/***** TOP PAGE *****/
/* メインビジュアル */
.mv {
  position: relative;
}
.mv h1 {
  position: absolute;
  width: 64.4rem;
  top: 13.3rem;
  left: 6.8rem;
}
@media screen and (max-width: 767px) {
  .mv h1 {
    width: 28rem;
    top: 8rem;
    left: 2.3rem;
  }
}
.mv p {
  position: absolute;
  width: 56.4rem;
  top: 42.3rem;
  left: 6.8rem;
}
@media screen and (max-width: 767px) {
  .mv p {
    width: 28rem;
    top: 24rem;
    left: 2.3rem;
  }
}

/* サービスセクション */
.service {
  background-color: #FAF7F3;
  max-width: 130rem;
  margin: 5rem auto 0;
  padding: 6rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service {
    margin: 0 auto;
  }
}
.service::before, .service:after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/decoration-service.png);
  position: absolute;
  width: 12rem;
  height: 12rem;
}
.service::before {
  top: 21rem;
  right: 4rem;
}
.service::after {
  bottom: 2rem;
  left: 4rem;
  transform: scale(-1, 1);
}
.service__item {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  margin: 6rem auto 0;
  padding: 7rem 5rem;
  width: 110rem;
}
@media screen and (max-width: 767px) {
  .service__item {
    width: 35rem;
    padding: 2.5rem 1.7rem 3.5rem;
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 768px) {
  .service__content {
    width: 47rem;
  }
}
.service__title {
  border-bottom: 1px solid #5F5F5F;
  color: #2B4937;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .service__title {
    font-size: 1.8rem;
    padding-bottom: 1.7rem;
  }
}
.service__title--icon {
  display: flex;
  align-items: center;
  width: 4rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .service__title--icon {
    width: 3rem;
  }
}
.service__text {
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.94;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1.1rem;
    line-height: 2.4;
  }
}
.service__text p:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .service__text p:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.service__image {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .service__image {
    width: 100%;
    margin-top: 2.2rem;
  }
}
.service__button {
  width: 28rem;
  height: 6rem;
  background: #EBB362;
  border-radius: 4.8rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  padding-left: 5.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .service__button {
    width: 18rem;
    height: 4rem;
    font-size: 1.4rem;
    padding-left: 2.4rem;
    margin: 3rem auto 0;
  }
}
.service__button--icon {
  display: block;
  margin-left: 4.2rem;
  width: 4.6rem;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .service__button--icon {
    width: 2.8rem;
    margin-top: -0.3rem;
  }
}
.service__button:hover .anime-icon {
  transform: translateX(1rem);
}

/* 代表挨拶セクション */
.greetings {
  background-image: url(../img/bg-greetings.png);
  background-size: cover;
  margin-top: 12rem;
  padding: 10rem 0 18rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .greetings {
    border-radius: 8rem 8rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .greetings {
    margin: 0;
    padding: 6rem 0 6rem;
  }
}
.greetings::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../img/decoration-line.png);
  position: absolute;
  width: 100%;
  height: 15rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .greetings::before {
    height: 10rem;
    width: 120%;
    bottom: -1rem;
  }
}
.greetings__main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .greetings__main {
    width: 75rem;
  }
}
.greetings__main--image {
  width: 20rem;
}
.greetings__main--name {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 2;
  text-align: center;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .greetings__main--name {
    margin: 3rem 0 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    font-size: 2.9rem;
    width: 33.5rem;
  }
}
.greetings__main--name span {
  display: block;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .greetings__main--name span {
    margin-right: 2rem;
    font-size: 1.7rem;
  }
}
.greetings__text {
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 5rem auto 0;
  width: 96rem;
}
@media screen and (max-width: 767px) {
  .greetings__text {
    font-size: 1.2rem;
    width: 33.5rem;
  }
}
.greetings__text p:not(:first-child) {
  margin-top: 2rem;
}

/* ブログセクション */
.blog {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .blog {
    padding: 6rem 0;
  }
}
.blog .comingsoon {
  text-align: center;
  font-size: 2rem;
  color: #a8a8a8;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .blog .comingsoon {
    margin-top: 4rem;
    font-size: 1.5rem;
  }
}
.blog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 8rem auto 0;
  width: 110rem;
}
@media screen and (max-width: 767px) {
  .blog__list {
    gap: 1rem;
    margin: 3rem auto 0;
    padding: 1.5rem;
    width: 100%;
  }
}
.blog__list--item {
  flex: 1 0 calc((100% - 6rem) / 4);
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .blog__list--item {
    flex: 1 0 calc((100% - 1rem) / 2);
  }
}
.blog__list a {
  height: 100%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .blog__list a {
    padding: 1rem 1rem 2rem;
  }
}
.blog__thumbnail {
  width: 100%;
  height: 13rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog__thumbnail {
    height: 8rem;
  }
}
.blog__thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog__date {
  display: block;
  font-size: 1.4rem;
  color: #E28F1A;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .blog__date {
    font-size: 1rem;
  }
}
.blog__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .blog__title {
    font-size: 1.2rem;
  }
}
.blog__button {
  width: 28rem;
  height: 6rem;
  background: #EBB362;
  border-radius: 4.8rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 7rem auto 0;
  padding-left: 5.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .blog__button {
    width: 18rem;
    height: 4rem;
    font-size: 1.4rem;
    padding-left: 2.4rem;
    margin: 3rem auto 0;
  }
}
.blog__button--icon {
  display: block;
  margin-left: 4.2rem;
  width: 4.6rem;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .blog__button--icon {
    width: 2.8rem;
    margin-top: -0.3rem;
  }
}
.blog__button:hover .anime-icon {
  transform: translateX(1rem);
}

/***** 出張買取 PAGE *****/
/* イントロ セクション */
.purchase {
  padding: 6rem 0 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .purchase {
    padding: 4rem 0 0;
  }
}
.purchase::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../img/decoration-line02.png);
  position: absolute;
  width: 100%;
  height: 18rem;
  top: 9.4rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .purchase::before {
    height: 6rem;
    width: 100%;
    top: 9.4rem;
    background-image: url(../img/sp-decoration-line02.png);
  }
}
.purchase__lead {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .purchase__lead {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-top: 8rem;
  }
}
.purchase__text {
  font-size: 2rem;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .purchase__text {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.purchase__list {
  background-color: #FAF7F3;
  margin-top: 7rem;
  padding: 4.8rem 12rem 7.2rem;
}
@media screen and (max-width: 767px) {
  .purchase__list {
    padding: 2.8rem 2rem 3.2rem;
    margin-top: 4rem;
  }
}
.purchase__list--title {
  font-size: 3.6rem;
  position: relative;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .purchase__list--title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding-bottom: 1.2rem;
  }
}
.purchase__list--title::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../img/decoration-line03.png);
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .purchase__list--title::before {
    background-image: url(../img/sp-decoration-line03.png);
    height: 2px;
    width: 100%;
    bottom: -1rem;
  }
}
.purchase ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .purchase ul {
    gap: 1rem;
  }
}
.purchase ul li {
  flex: 1 0 calc((100% - 9rem) / 6);
}
@media screen and (max-width: 767px) {
  .purchase ul li {
    flex: 1 0 calc((100% - 2rem) / 3);
  }
}

/* ３つのポイント セクション */
.point {
  background-image: url(../img/bg-point.png);
  background-size: 100% 100%;
  margin: 11rem auto 0;
  padding: 6.3rem 0 12.3rem;
  width: 130rem;
}
@media screen and (max-width: 767px) {
  .point {
    margin: 5rem auto 0;
    padding: 5.3rem 0 9.3rem;
  }
}
@media screen and (max-width: 767px) {
  .point {
    background-image: url(../img/sp-bg_point.png);
    width: 100%;
  }
}
.point__title .ja-sub {
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  .point__title .ja-sub {
    font-size: 2rem;
  }
}
.point__title .ja-main {
  font-size: 5.3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .point__title .ja-main {
    font-size: 2.8rem;
  }
}
.point__title .emphasis {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.point__title .emphasis:before {
  content: "";
  background-color: rgba(236, 180, 102, 0.7);
  position: absolute;
  bottom: 1rem;
  left: -1.3rem;
  width: 11.5rem;
  height: 2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .point__title .emphasis:before {
    bottom: 0.6rem;
    left: -0.4rem;
    width: 5.5rem;
    height: 1.1rem;
  }
}
.point__list {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .point__list {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
}
.point__list li {
  background-image: url(../img/bg-point_item.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0 0 1.8rem 0;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .point__list li {
    width: 30rem;
  }
}
.point__list--num {
  margin: 1.5rem auto 0;
  width: 6.8rem;
}
@media screen and (max-width: 767px) {
  .point__list--num {
    width: 4.1rem;
  }
}
.point__list--image {
  margin: 1.4rem auto 0;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .point__list--image {
    margin: 1rem auto 0;
    width: 20rem;
  }
}
.point__list--text {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point__list--text {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}

/* 訪問買取の流れ */
.flow {
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 4rem 0 5rem;
  }
}
.flow__list {
  position: relative;
}
.flow__list:before {
  content: "";
  background-color: #E28F1A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  z-index: 1;
}
.flow__list li {
  background: #F8F8F8;
  border: 1px solid rgba(43, 73, 55, 0.3);
  box-shadow: 3px 3px 7.8px rgba(142, 142, 142, 0.14);
  margin: 8.5rem auto 0;
  position: relative;
  width: 90rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flow__list li {
    margin: 4rem auto 0;
    width: 33rem;
  }
}
.flow__list--num {
  color: #FFFFFF;
  background-color: #2B4937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: absolute;
  top: -5rem;
  left: -5rem;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .flow__list--num {
    position: relative;
    font-size: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    top: inherit;
    left: inherit;
    margin-right: 1rem;
  }
}
.flow__list--content {
  display: flex;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .flow__list--content {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
}
.flow__list--image {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .flow__list--image {
    margin: 1.6rem auto 0;
    width: 100%;
  }
}
.flow__list--disc {
  margin: 3rem 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .flow__list--disc {
    margin: auto;
  }
}
.flow__list--disc .title {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .flow__list--disc .title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #2B4937;
  }
}
.flow__list--disc .text {
  font-size: 1.9rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .flow__list--disc .text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 1.5rem;
  }
}

/* よくある質問 */
.question {
  background-color: #FAF7F3;
  padding: 7rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .question {
    padding: 5rem 0;
  }
}
.question:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/bg-question.png);
  position: absolute;
  bottom: -20rem;
  left: 0px;
  margin: auto;
  width: 140rem;
  height: 40.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .question:before {
    background-image: url(../img/sp-bg-question.png);
    width: 100%;
    height: 12.7rem;
    bottom: -6rem;
  }
}
.question__list {
  margin: 10rem auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .question__list {
    margin: 4rem auto 0;
  }
}
.question__list li {
  background-color: #FFFFFF;
  margin: 3rem auto 0;
  padding: 5rem 4rem;
  width: 100rem;
}
@media screen and (max-width: 767px) {
  .question__list li {
    padding: 2rem;
    width: 35rem;
    padding: 0.5rem 2rem 1rem;
  }
}
.question__list--item {
  display: flex;
  padding: 2rem 0;
}
.question__list--q {
  border-bottom: 2px dashed #F5E8D7;
  align-items: center;
}
.question__list--title {
  font-size: 2.2rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 2.5rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .question__list--title {
    font-size: 1.6rem;
    margin: 1rem 0 0 2rem;
  }
}
.question__list--text {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 1rem 0 0 2.5rem;
  line-height: 1.6;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .question__list--text {
    font-size: 1.3rem;
    margin: 0.7rem 0 0 2rem;
  }
}
.question__list--text span {
  display: block;
}
.question__list--text span:not(:first-child) {
  margin-top: 1rem;
}
.question__list--text a {
  color: #1B7EE7;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #1B7EE7;
  margin-right: 0.3rem;
}
.question__label {
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .question__label {
    font-size: 2.4rem;
    width: 5rem;
    height: 5rem;
  }
}
.question__label--q {
  background-color: #2B4937;
}
.question__label--a {
  background-color: #A0D884;
}

/* 現在「使わない・必要でない」物って〜 */
.message {
  text-align: center;
  margin-top: 28rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 10rem;
    padding-bottom: 4rem;
  }
}
.message__title {
  color: #2B4937;
  font-size: 2.6rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .message__title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}
.message__title span {
  position: relative;
}
.message__title span:before, .message__title span:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/message-line.svg);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 4.1rem;
  height: 3.7rem;
}
@media screen and (max-width: 767px) {
  .message__title span:before, .message__title span:after {
    width: 2.7rem;
    bottom: inherit;
    margin: 0;
    top: 2rem;
  }
}
.message__title span:before {
  left: -6rem;
}
@media screen and (max-width: 767px) {
  .message__title span:before {
    left: -2.3rem;
  }
}
.message__title span:after {
  right: -5.4rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .message__title span:after {
    right: -2.8rem;
  }
}
.message__text {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.2;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 1.2rem;
    line-height: 2;
    margin: 3rem auto 0;
    text-align: left;
    width: 32rem;
    white-space: nowrap;
  }
  .message__text p:not(:first-child) {
    margin-top: 0.6rem;
  }
}

/***** お問い合わせ PAGE *****/
/* イントロ セクション */
.contact {
  padding: 6rem 0 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 4rem 0 0;
  }
}
.contact::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../img/decoration-line02.png);
  position: absolute;
  width: 100%;
  height: 18rem;
  top: 9.4rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact::before {
    height: 6rem;
    width: 100%;
    top: 9.4rem;
    background-image: url(../img/sp-decoration-line02.png);
  }
}
.contact__text {
  font-size: 2rem;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1.2rem;
    margin-top: 8rem;
  }
}
.contact__form {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 3rem;
  }
}