@charset "UTF-8";
/* ====================
common
========================= */

html {
  font-size: 62.5%;
}

body {
  font-family:
    'Zen Kaku Gothic Antique', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3D2A1E;
  background-color: #FFFBF5;
  margin: 0;
  padding: 0;
  line-height: 1.85;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

h1, h2, h3,
.lead__title,
.reasons__title,
.reasons__subtitle,
.farmers__title,
.quality__title,
.voices__title,
.trial__title,
.faq__title,
.worries__resolve,
.farmers__quote {
  font-family: 'Shippori Mincho', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.reasons__num,
.trial__price,
.faq__badge,
.faq__icon {
  font-family: 'Cormorant Garamond', 'Shippori Mincho', serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lead__title,
.farmers__title,
.voices__title,
.reasons__title {
  font-weight: 600;
}

.farmers__lead,
.voices__lead,
.worries__lead {
  font-family: 'Cormorant Garamond', 'Shippori Mincho', serif;
  font-style: italic;
  letter-spacing: 0.06em;
}

img {
  max-width: 100%;
  height: auto;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

/* .nav初期表示 */
.nav{
    background: #FFF3E2;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    position: fixed;
    padding: 30px;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__list{
    margin-top: 66px;
}

.nav_logo {
  height: 40px;
}

.nav__item{
    color: #3D2A1E;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 57px;
}

.nav__item img{
    display: inline-block;
    vertical-align: -3px;
    margin-right: 24px;
}

.nav_btn {
  display: block;
  margin-left: auto;
}

.nav_trialbtn {
  background-color: #B86B3A !important;
  color: #fff !important;
  border-radius: 999px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding: 5px 25px;
  width: 180px;
  transition: opacity 0.2s;
  box-shadow: 0 4px 0 rgba(107, 66, 38, 0.18);
}

.nav_trialbtn:hover {
  opacity: 0.85 !important;
}

/* .nav.active表示 */
.nav.active{
    transform: translateX(0);
}

.header__btn{
    display: block;
    width: 18px;
    height: 11px;
    cursor: pointer;
    position: absolute;
    right: 6.4%;
    align-items: center;
}


/* ====================
header
========================= */
.header {
  background-color: #FFFBF5;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(107, 66, 38, 0.06);
}

.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 768px;
}

.header__logo img {
  height: 57px;
}

.header__nav-list {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 40px;
  line-height: 1.7;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.header__nav-list a {
  text-decoration: none;
  color: #3D2A1E;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
}

.header__nav-list a:hover {
  opacity: 0.7;
}

.header__trialbtn {
  background-color: #B86B3A !important;
  color: #fff !important;
  padding: 8px 28px;
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  transition: opacity 0.2s;
  box-shadow: 0 4px 0 rgba(107, 66, 38, 0.18);
}

.header__trialbtn:hover {
  opacity: 0.85 !important;
}

.header__btn{
  display: none;
}

@media screen and (max-width: 855px) {
  .header__inner {
    min-width: 0;
    padding: 0 20px;
    height: 64px;
  }
  .header__logo img {
    height: 40px;
  }
  .header__nav-list {
    display: none;
  }

  .header__btn{
  display: block;
}


}


/* ====================
lead
========================= */
.lead_bg_pc {
  width: 100%;
  height: auto;
  display: block;
}
.lead_bg_sp {
  display: none;
  width: 100%;
  height: auto;
}


.lead {
  position: relative;
  padding: 80px 20px;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #FFF3E2;
  min-height: 700px;
  overflow: hidden;
}

.lead .img-left-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
}

.lead .img-right-bottom {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 30%;
}

.lead__line{
  margin-top: 62px;
}

.lead__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}

.lead__title {
  font-size: 4.0rem;
  line-height: 1.3;
  text-align: center;
  color: #6B4226;
}

.lead__line {
  width: 60px;
  height: 2px;
  background-color: #B86B3A;
  border-radius: 2px;
  margin: 40px auto;
}

.lead__text {
  margin-top: 40px;
  text-align: center;
}

.lead__text p {
  font-size: 1.8rem;
  line-height: 2;
}

.lead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.lead__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.lead__cta a img {
  width: 600px;
  height: 145px;
  margin-top: 50px;
  transition: opacity 0.2s, transform 0.2s;
}

.lead__cta a:hover img {
  opacity: 0.9;
  transform: translateY(-2px);
}

.sp {
  display: none;
}


@media screen and (max-width: 855px) {
  .lead_bg_sp {
    display: block;
  }
  .lead_bg_pc {
    display: none;
  }

  .lead__inner{
    max-height: none;
  }

  .lead__title{
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .lead__line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lead__text{
    margin-top: 20px;
  }

  .lead__text p {
    font-size: 1.6rem;
  }

  .sp {
    display: inline;
  }

  .lead {
    padding: 40px;
    background-size: 100% auto;
    min-height: auto;
    min-height: 539px;
  }

  .lead__cta a img {
    width: min(500px, 90%);
    height: auto;
    margin-top: 20px;
  }

  .lead .img-left-top {
    position: absolute;
    top: clamp(0px, 2vw, 20px);
    left: 0;
    width: min(30%, 180px);
  }

}



/* ====================
worries
========================= */
.worries {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px;
  background-color: #FFFBF5;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='2' fill='%23B86B3A' fill-opacity='0.10'/%3E%3C/svg%3E");
  background-repeat: repeat;
  text-align: center;
}

.worries__lead {
  font-size: 3.0rem;
  color: #6B4226;
  line-height: 1.4;
  font-weight: 700;
}

.worries__box {
  max-width: 953px;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 36px 80px;
  box-shadow: 0 6px 20px rgba(107, 66, 38, 0.08);
  margin-top: 50px;
  border: 2px dashed #D9985F;
}

.worries__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.worries__item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 30px;
}

.worries__item:first-of-type {
  margin-top: 0;
}

.worries__check {
  width: 24px;
  flex-shrink: 0;
}

.worries__resolve {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-top: 50px;
  color: #B86B3A;
  font-weight: 700;
  font-family: 'Yusei Magic', 'M PLUS Rounded 1c', sans-serif;
}

.worries_only {
  display: none;
}

@media screen and (max-width: 855px) {
.worries{
  padding: 60px 40px;
}

.worries__lead{
  font-size: 1.6rem;
  line-height: 1.9;
}

.worries__box {
  padding: 25px 18px;
  margin-top: 10px;
}

.worries__item {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-top: 15px;
}

.worries__resolve {
  font-size: 2.0rem;
  line-height: 1.5;
}

.worries_only {
  display: block;
}


}

/* ====================
reasons
========================= */
.reasons {
  background-color: #FFF3E2;
  padding: 120px 40px;
}

.reasons__head {
  text-align: center;
}

.reasons__title {
  font-size: 4.2rem;
  font-weight: 400;
  color: #6B4226;
  line-height: 1.3;

}

.reasons__line {
  width: 60px;
  height: 2px;
  background-color: #B86B3A;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 40px;
}

.reasons__box {
  max-width: 1172px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 28px;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
  align-items: center;
  box-shadow: 0 6px 20px rgba(107, 66, 38, 0.06);
}

.reasons__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reasons__img-wrap {
  flex-shrink: 0;
  width: min(380px, 35%);
}

.reasons__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  align-items: center;
  border: 4px solid #FFF3E2;
}

.reasons__content {
  flex: 1;
  max-width: 657px;
  align-items: center;
}

.reasons__num {
  font-size: 3.6rem;
  color: #D9985F;
  line-height: 1;
  display: block;
  font-family: 'Yusei Magic', sans-serif;
}

.reasons__subtitle {
  font-size: 3.2rem;
  font-weight: 400;
  color: #6B4226;
  line-height: 1.4;
  margin-top: 24px;
}

.reasons__subline {
  width: 40px;
  height: 2px;
  background-color: #D9985F;
  border-radius: 2px;
  margin-top: 24px;
}

.reasons__text {
  width: 100%;
  font-size: 1.8rem;
  color: #3D2A1E;
  line-height: 1.9;
  margin-top: 24px;
}

@media screen and (max-width: 855px) {
  .reasons{
    padding: 80px 20px;
  }
  .reasons__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }

.reasons__line {
  margin-top: 35px;
}

.reasons__box {
  margin-top: 35px !important;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  gap: 83px;
}

.reasons__item--right,
  .reasons__item--left {
    flex-direction: column;
    align-items: center;
    gap: 17px;
    width: 100%;
    height: 100%;
  }

   .reasons__content {
    width: 100%;
    box-sizing: border-box;
  }

  .reasons__item--right .reasons__img-wrap,
  .reasons__item--left .reasons__img-wrap {
    order: 2;
  }

  .reasons__item--right .reasons__content,
  .reasons__item--left .reasons__content {
    order: 1;
  }

  .reasons__img {
    width: 100%;
    height: 100%;
    margin-top: 17px;

  }

  .reasons__num {
    font-size: 2.0rem;
    line-height: 1.5
  }

  .reasons__subtitle {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 5px;
  }

  .reasons__subline {
    margin-top: 25px;
  }

  .reasons__text {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-top: 25px;
    width: 100%;
  }

    .reasons__img-wrap {
    width: 60%;
  }

}

/* ====================
trial
========================= */
.trial {
  background-color: #FFFBF5;
  background-image: url("../images/ドット背景.jpg");
  background-repeat: repeat;
  padding: 0 0 80px;
  background-size: 700px
}

.trial__head {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.trial__head-bg {
  width: 100%;
  display: block;
}


.trial__head-text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 40px;
}

.trial__catch {
  font-size: clamp(1.6rem, 2.5vw, 3.0rem);
  color: #fff;
  line-height: 1.3;
  width: 100%;
}

.trial__title {
  font-size: clamp(2.4rem, 3.5vw, 4.4rem);
  color: #fff;
  margin-top: clamp(20px, 4vw, 40px);
  line-height: 1.3;
  width: 100%;
}

.trial__products {
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: clamp(40px, 8vw, 105px);
  max-width: 1200px;
  margin: 0 auto;
  margin-top: clamp(40px, 7vw, 90px);
}

.trial__product {
  flex: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 6px 16px rgba(107, 66, 38, 0.06);
}

.trial__farm {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #B86B3A;
}

.trial__name {
  font-size: 3.0rem;
  line-height: 1.3;
  margin-top: 16px;
  color: #6B4226;
}

.trial__border {
  width: 100%;
  height: 2px;
  margin-top: 16px;
  background-color: #D9985F;
  border-radius: 2px;
}

.trial__price {
  font-size: 3.2rem;
  margin-top: 16px;
  line-height: 1.2;
  color: #B86B3A;
  font-family: 'Yusei Magic', sans-serif;
}

.trial__price-note {
  font-size: 1.8rem;
  margin-top: 16px;
  color: #6B4226;
}

.trial__img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  display: block;
  margin-top: 16px;
  border-radius: 16px;
}

.trial__producer {
  font-size: 1.8rem;
  text-align: right;
  line-height: 1.6;
  margin-top: 12px;
  color: #6B4226;
}

.trial__cta {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.trial__cta-img {
  width: 600px;
  height: 145px;
  transition: opacity 0.2s, transform 0.2s;
}

.trial__cta a:hover .trial__cta-img {
  opacity: 0.9;
  transform: translateY(-2px);
}
.trial__kind {
  font-size: 2.2rem;
}

@media screen and (max-width: 855px) {
  .trial {
    padding: 0 0 40px;
  }

  .trial__head {
    margin: 0 ;
  }

  .trial__head-bg {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }

  .trial__catch {
    font-size: 1.5rem;
    line-height: 2;
  }

  .trial__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 8px;
  }

 .trial__product {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

   .trial__img {
    width: 100%;
    height: auto;
  }

  .trial__head-text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0;
}

.trial__products {
  flex-direction: column;
  margin-top: 31px;
  padding: 0 20px;
  gap: 60px;
}

.trial__farm {
  font-size: 2.0rem;

}

.trial__name {
  font-size: 2.4rem;
  line-height: 1.4;
}

.trial__kind {
  font-size: 2.0rem;
}

.trial__price{
  font-size: 2.4rem;
}

.trial__price-note {
  font-size: 1.4rem;
  line-height: 2.1;
}

.trial__producer {
  font-size: 1.4rem;
  line-height: 2.1;
}

.trial__cta{
  margin-top: 20px;

}

  .trial__cta a img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

}

/* ====================
farmers (menu)
========================= */
.farmers {
  background-color: #FFFBF5;
  padding: 80px 60px;
}

.farmers__head {
  text-align: center;

}

.farmers__lead {
  font-size: 2.0rem;
  line-height: 1.5;
  color: #B86B3A;
  font-weight: 700;
}

.farmers__title {
  font-size: 4.2rem;
  color: #6B4226;
  margin-top: 20px;
  line-height: 1.4;
}

.farmers__line {
  width: 60px;
  height: 2px;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #B86B3A;
}

.farmers__cards {
  display: flex;
  gap: 60px;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 50px;
  flex-wrap: wrap;
}

.farmers__card {
  flex: 1;
  background-color: #FFF3E2;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(107, 66, 38, 0.06);
}

.farmers__quote {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #6B4226;
  font-family: 'Yusei Magic', sans-serif;
}

.farmers__img-wrap {
  position: relative;
  margin-top: 20px;
}

.farmers__img {
  max-width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
}

.farmers__name {
  bottom: 12px;
  right: 50px;
  font-size: 2.0rem;
  color: #6B4226;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 8px;
}

.farmers__subline {
  width: 40px;
  height: 2px;
  border-radius: 2px;
  margin: 0 auto 20px;
  margin-top: 30px;
  background-color: #D9985F;
}

.farmers__text {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-top: 30px;
}

.farmers_pconly {
  display: none;
}

@media screen and (max-width: 855px) {
  .farmers {
    padding: 60px 20px;
  }

  .farmers__lead {
    font-size: 1.5rem;
  }

  .farmers__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .farmers__line {
    margin-top: 30px;
  }

.farmers__cards {
  flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.farmers__card {
  width: 100%;
}

.farmers__quote {
  font-size: 2.0rem;
}
.farmers__subline {
  margin-top: 20px;
}

.farmers__text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.9;
}

.farmers__img {
  width: 100%;
  height: 100%;
}

.farmers_pconly {
  display: block;
}

}

/* ====================
quality
========================= */
.quality {
  background-color: #FFF3E2;
  padding: 100px 80px;
}

.quality__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.quality__content {
  flex: 1;
  max-width: 642px;
}

.quality__head {
  position: relative;
}


.quality__title {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 3px;
  text-align: center;
  color: #6B4226;
}

.quality__block{
   width: 100%;
  max-width: 640px;
}

.quality__subtitle {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.5;
  text-align: center;
  color: #B86B3A;
}

.quality__text {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-top: 20px;
  text-align: center;
}

.quality__img-wrap {
  flex-shrink: 0;
  width: 45%;
  border-radius: 24px;
}

.quality__img {
  width: 100%;
  height: auto;
  aspect-ratio: 640 / 538;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(107, 66, 38, 0.10);
}

  .quality_pconly {
    display: none;
  }

@media screen and (max-width: 855px) {
  .quality {
    padding: 60px 20px;
    width: 100%;
  }

  .quality__head{
    width: 100%;
  }

  .quality__title {
    font-size: 2.4rem;
    line-height: 1.4;
    width: 100%;
  }

  .quality_pconly {
    display: block;
  }

  .quality__inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 30px;
  }

  .quality__block {
    width: 100%;
  }

  .quality__content {
    width: 100%;
    height: 100%;
  }

  .quality__img-wrap {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .quality__img{
    width: 70%;
    height: 60%;
    object-fit: cover;
    align-items: center;
  }

  .quality__text {
    font-size: 1.6rem;
    line-height: 1.9;
  }

  .quality__subtitle {
    margin-top: 30px;
  }

  .quality__text {
    margin-top: 30px
  }

}



/* ====================
voices
========================= */
.voices {
  position: relative;
  padding: 100px 60px 120px;
  overflow: hidden;
  background-color: #FFFBF5;
}

.voices::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/お問い合わせ背景pc.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  z-index: 0;
}

.voices__inner {
  position: relative;
  z-index: 1;
  max-width: 1044px;
  margin: 0 auto;
}

.voices__head {
  text-align: center;
}

.voices__lead {
  font-size: 2.0rem;
  line-height: 1.5;
  color: #B86B3A;
  font-weight: 700;
}

.voices__title {
  font-size: 4.2rem;
  color: #6B4226;
  line-height: 1.3;
  margin-top: 20px;
}

.voices__line {
  width: 60px;
  height: 2px;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #B86B3A;
}

.voices__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 50px;
}

.voices__item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 14px rgba(107, 66, 38, 0.06);
}

.voices__user {
  flex-shrink: 0;
  text-align: center;
  width: 120px;
}

.voices__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 8px;
  border: 3px solid #FFF3E2;
}

.voices__username {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #6B4226;
  font-weight: 700;
}

.voices__content {
  flex: 1;
  width: 100%;
  min-width: 0;
}

.voices__subtitle {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  color: #B86B3A;
}

.voices__subline{
  width: 320px;
  height: 2px;
  border-radius: 2px;
  margin: 0 ;
  margin-top: 8px;
  background-color: #D9985F;
}

.voices__text {
  font-size: 1.7rem;
  line-height: 1.9;
  margin-top: 12px;
}

@media screen and (max-width: 855px) {
  .voices {
    padding: 60px 20px;
  }

  .voices__lead {
    font-size: 1.5rem;
  }

  .voices__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0;
  }

.voices::before {
  background-image: url("../images/お問い合わせ背景sp.jpg");
}

.voices__content {
  align-items: center;
}

.voices__line {
  margin-top: 30px;
}

.voices__item {
  flex-direction: column;
  width: 100%;
  gap: 10px;
  align-items: center;
}

.voices__user {
  order: 2;
  width: auto;
}

.voices__subtitle {
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: center;
}

.voices__subline {
  margin: 0 auto;
  margin-top: 10px;
}

.voices__text {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: left;
  margin-top: 10px;
}

.voices__avatar {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin-top: 10px;
}

.voices__username {
  font-size: 2.0rem;
  line-height: 1.4;
}


.voices__list {
  gap: 40px;
}

}

/* ====================
faq
========================= */
.faq {
  background-color: #FFF3E2;
  padding: 100px 148px;
}

.faq__head {
  text-align: center;
}

.faq__badges {
  display: flex;
  justify-content: center;
  align-items: center;

}

.faq__badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  font-family: 'Yusei Magic', sans-serif;
}

.faq__badge--q {
  background-color: #6B4226;
  z-index: 1;
}

.faq__badge--a {
  background-color: #D9985F;
  margin-left: -8px;
}

.faq__title {
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 10px;
  color: #6B4226;
}

.faq__list {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}

.faq__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(107, 66, 38, 0.06);
}

.faq__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.faq__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  font-family: 'Yusei Magic', sans-serif;
}

.faq__icon--q {
  background-color: #6B4226;
}

.faq__icon--a {
  background-color: #D9985F;
}

.faq__question {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 6px;
  font-weight: 700;
  color: #6B4226;
}

.faq__answer {
  font-size: 1.7rem;
  line-height: 1.9;
  margin-bottom: 6px;
}

.faq__pconly {
  display: block;
}

@media screen and (max-width: 855px) {
  .faq {
    padding: 60px 10px;
  }

  .faq__list {
    gap: 40px;
    margin-top: 24px;
  }
.faq__title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 10px;
}
  .faq__question {
    font-size: 1.6rem;
    line-height: 1.9;
  }

  .faq__answer {
     font-size: 1.6rem;
    line-height: 1.9;
  }

 .faq__row {
  gap: 16px;
 }

 .faq__badge {
  width: 60px;
  height: 60px;
 }

 .faq__icon {
  width: 60px;
  height: 60px;
  gap: 20px;
  font-size: 2.4rem;
  line-height: 1.25;
 }

 .faq__badge--q {
  font-weight: 700;
 }


.faq__badge--a {
  margin-left: 0;
}

.faq__item {
  margin-top: 24px;
  padding: 20px 15px;
}

.faq__pconly {
  display: none;
}

.faq__icon--q {
  font-size: 2.4rem;
  line-height: 1.25;
}

.faq__icon--a {
  font-size: 2.4rem;
  line-height: 1.25;
}


}

/* ====================
footer
========================= */
.footer {
  background-color: #FFFBF5;
  padding: 30px 80px;
  border-top: 1px solid #FFE6CC;
}

.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo-img {
  height: 50px;
}

.footer__copy {
  font-size: 1.4rem;
  color: #6B4226;
  line-height: 2.1;
}

@media screen and (max-width: 855px) {
  .footer {
    padding: 20px;
  }

  .footer__inner {
    flex-direction: column;
  }

.footer__copy {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 20px;
}

}
