body {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #3a2d1e;
  background-color: #faf1e6;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-height: 100%;
}

.fixed #wrapper {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .fixed #wrapper {
    padding-top: 0;
    padding-bottom: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 0;
  }
}
/* --------------------------------------------------------------- */
/*  header */
/* --------------------------------------------------------------- */
#header {
  /* display: none; */
  position: fixed;
  top: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 9rem);
}

@media screen and (max-width: 767px) {
  #header {
    width: calc(100% - 2rem);
  }
}
#header .menu-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  #header .menu-btn {
    display: block;
    top: 1.3rem;
  }
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 6.2rem 1.9rem 3.7rem;
  height: 9.8rem;
  background-color: #fff;
  border: 0.1rem solid #8b7861;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  #header .inner {
    height: auto;
    padding: 1.6rem 2rem 1.2rem;
  }
}
#header .logomark {
  position: static;
}

#header .nav {
  width: 126.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #header .nav {
    top: 8.4rem;
    left: 120%;
    flex-direction: column;
    justify-content: normal;
    padding: 2rem;
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    border: 0.1rem solid #8b7861;
  }
}
#header .nav-list {
  display: flex;
  height: 3.6rem;
}

@media screen and (max-width: 767px) {
  #header .nav-list {
    height: auto;
    flex-direction: column;
  }
}
#header .nav-item:not(:last-child) {
  border-right: 0.1rem solid #8b7861;
}

@media screen and (max-width: 767px) {
  #header .nav-item:not(:last-child) {
    border-right: none;
    border-bottom: 0.1rem solid #8b7861;
  }
}
#header .nav-item a {
  padding: 0 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #5d4932;
}

@media screen and (max-width: 767px) {
  #header .nav-item a {
    font-size: 1.4rem;
    line-height: 3;
  }
}
.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58em 2em 0.58em 2.84em;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  border-radius: 3.7em;
  background-color: #a41818;
}

@media screen and (max-width: 767px) {
  .header-btn {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.header-btn::after {
  content: "";
  display: block;
  margin-left: 1.5em;
  width: 0.45em;
  aspect-ratio: 8.6/17.2;
  background: url(../../img/wooden/arrow-white.png) no-repeat center center/contain;
}

.sp-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0.9rem 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
/* --------------------------------------------------------------- */
/*  fv */
/* --------------------------------------------------------------- */
.fv {
  padding-bottom: 6.7rem;
}

@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 4.7rem;
  }
}
.fv-main {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 12.6rem; */
  height: 70.1rem;
  background-color: gray;
  background: url(../../img/wooden/fv-bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .fv-main {
    align-items: center;
    /* padding-bottom: 2.7rem; */
    width: 100%;
    height: auto;
    max-height: 51rem;
    aspect-ratio: 375/482;
    background: url(../../img/wooden/fv-bg-sp.jpg) no-repeat center center/cover;
  }
}
.fv-main__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126.7rem;
  max-height: 100%;
  aspect-ratio: 1267/506;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .fv-main__contents {
    width: 100%;
    max-height: 40rem;
    aspect-ratio: 375/340;
    border-radius: 0;
  }
}
.fv-main__img {
  width: 118.3rem;
  max-height: 100%;
  aspect-ratio: 1183/412;
}

@media screen and (max-width: 767px) {
  .fv-main__img {
    width: 32.8rem;
    aspect-ratio: 328/242;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fv-swiper {
  margin-top: 2.7rem;
}

.fv-swiper .swiper {
  transform: translateX(-5.6rem);
}

@media screen and (max-width: 767px) {
  .fv-swiper {
    transform: none;
  }
}
.fv-swiper .swiper-slide {
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .fv-swiper .swiper-slide {
    aspect-ratio: 200/146;
  }
}
.fv-swiper .swiper-slide img {
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .fv-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* --------------------------------------------------------------- */
/*  merit */
/* --------------------------------------------------------------- */
#merit {
  margin-top: -9.5rem;
  padding-top: 9.5rem;
}

@media screen and (max-width: 767px) {
  #merit {
    margin-top: -3rem;
    padding-top: 3rem;
  }
}
.merit__bg {
  position: relative;
  padding: 7.3rem 0 19.4rem;
  background: url(../../img/wooden/merit-bg.jpg) no-repeat center center/cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.1rem), calc(50% + 6.6rem) calc(100% - 6.1rem), 50% 100%, calc(50% - 6.6rem) calc(100% - 6.1rem), 0 calc(100% - 6.1rem));
}

@media screen and (max-width: 767px) {
  .merit__bg {
    padding-top: 6rem;
    padding-bottom: 11rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.1rem), calc(50% + 3.6rem) calc(100% - 3.1rem), 50% 100%, calc(50% - 3.6rem) calc(100% - 3.1rem), 0 calc(100% - 3.1rem));
  }
}
.merit__title {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit__title {
    font-size: 2.8rem;
  }
}
.merit-item-wrapper {
  display: flex;
  gap: 6.6rem;
  margin-top: 3.6rem;
  padding: 8.5rem 6rem 7.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .merit-item-wrapper {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}
.merit-item-wrapper--foot {
  gap: 6.6rem;
  margin-top: 7rem;
  padding: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .merit-item-wrapper--foot {
    gap: 3rem;
  }
}
.merit-item {
  padding: 2.4rem 2.8rem 3.4rem;
  flex: 1;
  background-color: #faf1e6;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .merit-item {
    padding: 2rem;
    width: auto;
  }
}
.merit-item__head {
  color: #895920;
  text-align: center;
}

.merit-item__title {
  margin-top: 0.2rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit-item__title {
    font-size: 2.4rem;
  }
}
.merit-item__title .large {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .merit-item__title .large {
    font-size: 3rem;
  }
}
.merit-item__title .red {
  color: #a23e3e;
}

.merit-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
  height: 18.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .merit-item__img {
    max-height: 12rem;
  }
}
.merit-item__img img {
  max-width: 38rem;
}

@media screen and (max-width: 767px) {
  .merit-item__img img {
    max-width: 100%;
  }
}
.merit-item__text {
  margin-top: 1.3rem;
  padding: 2.3rem 2.4rem 0;
  line-height: 2;
  border-top: 0.1rem solid #b39878;
}

@media screen and (max-width: 767px) {
  .merit-item__text {
    padding: 1rem 0 0;
  }
}
.merit-item--white {
  background-color: #fff;
  padding-left: 5.9rem;
  padding-right: 5.9rem;
  padding-bottom: 5.1rem;
}

@media screen and (max-width: 767px) {
  .merit-item--white {
    padding: 2rem;
  }
}
.merit-item--white .merit-item__head {
  margin-top: 2.1rem;
}

.merit-item--white .merit-item__text {
  margin-top: 2.4rem;
  padding-right: 0;
  padding-left: 0;
}

/* --------------------------------------------------------------- */
/*  proposal */
/* --------------------------------------------------------------- */
.proposal {
  padding: 14.2rem 0 15.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .proposal {
    padding-top: 6.2rem;
    padding-bottom: 6rem;
  }
}
.proposal__head {
  position: relative;
  display: inline-block;
  transform: translateX(2.6rem);
  font-size: 4.2rem;
  font-weight: 700;
  color: #3a2d1e;
}
@media screen and (max-width: 767px) {
  .proposal__head {
    font-size: 2rem;
    transform: none;
  }
}
.proposal__head::after {
  right: -1.4rem;
  background-image: url(../../img/wooden/proposal-head02.png);
}
@media screen and (max-width: 767px) {
  .proposal__head::after {
    right: -1rem;
  }
}

.proposal__head::before,
.proposal__head::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.7rem;
  width: 2.9rem;
  aspect-ratio: 286/396;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .proposal__head::before,
  .proposal__head::after {
    width: 1.5rem;
    bottom: 1rem;
  }
}
.proposal__head::before {
  left: -4.4rem;
  background-image: url(../../img/wooden/proposal-head01.png);
}
@media screen and (max-width: 767px) {
  .proposal__head::before {
    left: -2.5rem;
  }
}

.proposal__title {
  margin-top: -1.7rem;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .proposal__title {
    margin-top: 0;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

.proposal__title span {
  display: inline-block;
  transform: translateY(1rem);
  font-size: 7.2rem;
  color: #d96f14;
}
@media screen and (max-width: 767px) {
  .proposal__title span {
    font-size: 3.2rem;
    transform: none;
  }
}

.proposal-list {
  margin-top: 5.3rem;
  display: flex;
  flex-direction: column;
  row-gap: 12.8rem;
}
@media screen and (max-width: 767px) {
  .proposal-list {
    row-gap: 8rem;
  }
}

.proposal__hand-wrapper {
  margin-top: 3.6rem;
}

.proposal-item {
  display: flex;
  column-gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .proposal-item {
    flex-direction: column;
  }
}

.proposal-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .proposal-item:nth-child(even) {
    flex-direction: column;
  }
}

.proposal-textarea {
  flex: 1;
  text-align: left;
}

.proposal-textarea__num-wrapper {
  width: 100%;
  border-bottom: 1px solid #b39878;
}

.proposal-textarea__num {
  display: inline-block;
  padding: 0.9rem 0.9rem 1rem 0.9rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #b39878;
  border-radius: 0 1.5rem 0 0;
}

.proposal-textarea__head {
  margin-top: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .proposal-textarea__head {
    font-size: 2.4rem;
  }
}

.proposal-textarea__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .proposal-textarea__text {
    margin-top: 0;
  }
}

.proposal-img {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .proposal-img {
    max-width: 100%;
    margin-top: 2rem;
  }
}

.proposal-img img {
  border-radius: 1.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(76, 50, 23, 0.3);
}

/* --------------------------------------------------------------- */
/*  case */
/* --------------------------------------------------------------- */
.case {
  margin-top: -6.2rem;
  padding-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .case {
    margin-top: -3rem;
    padding-top: 3rem;
  }
}

.case__bg {
  margin-top: 3.6rem;
  position: relative;
  padding: 3.7rem 0 8.5rem;
  background-color: #fff;
}
.case__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 3.6rem);
  height: 100%;
  transform: translateX(-50%);
  background: url(../../img/wooden/case-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .case__bg::before {
    width: calc(100% - 2rem);
  }
}

.case .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case__title {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 700;
  color: #3a2d1e;
}
@media screen and (max-width: 767px) {
  .case__title {
    font-size: 2.8rem;
  }
}
.case__title::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  aspect-ratio: 192/24;
  background: url(../../img/wooden/case-head.png) no-repeat center center/contain;
}

.case__area {
  position: relative;
  margin-top: 3.2rem;
  padding: 2rem 2.1rem 2.9rem 7.1rem;
  display: flex;
  justify-content: space-between;
  gap: 7rem;
  width: min(130rem, 100%);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1.5rem;
  box-shadow: 0 0.3rem 0.6rem rgba(121, 72, 22, 0.16);
}
@media screen and (max-width: 767px) {
  .case__area {
    padding: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
}

.case__area::before {
  content: "";
  position: absolute;
  display: block;
  width: 14.3rem;
  aspect-ratio: 1425/1329;
  bottom: -4.2rem;
  left: -7.2rem;
  background: url(../../img/wooden/case-deco01.png) no-repeat center center/contain;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .case__area::before {
    display: none;
  }
}
.case-textarea {
  flex: 1;
}

.case-textarea__title {
  margin-top: 5.7rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .case-textarea__title {
    margin-top: 1rem;
    font-size: 2rem;
  }
}

.case-textarea__text {
  margin-top: 3.9rem;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .case-textarea__text {
    margin-top: 0.7rem;
  }
}

.case-swiper-view {
  width: 65.6rem;
  height: 42.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case-swiper-view {
    width: 100%;
    height: auto;
  }
}

.case .swiper {
  position: relative;
  border-radius: 1.5rem;
}

.case .swiper-slide {
  /* width: 60rem; */
}

.case .swiper-slide__img {
  border-radius: 1.5rem;
}

.case .swiper-button-next,
.case .swiper-button-prev {
  color: #65523b;
  font-size: 1.9rem;
}

.case .swiper-button-prev {
  left: -0.8rem;
}
@media screen and (max-width: 767px) {
  .case .swiper-button-prev {
    left: 0;
  }
}

.case .swiper-button-next {
  right: -0.9rem;
}
@media screen and (max-width: 767px) {
  .case .swiper-button-next {
    right: 0;
  }
}

.case .swiper-button-next::after,
.case .swiper-button-prev::after {
  font-size: 1.9rem;
}

.case .swiper-pagination {
  bottom: -3.7rem !important;
}
@media screen and (max-width: 767px) {
  .case .swiper-pagination {
    bottom: 0 !important;
  }
}

.case .swiper-pagination-bullet {
  margin: 0 0.8rem;
  width: 1rem;
  height: 1rem;
  background-color: #f5e2cb;
  opacity: 1;
}

.case .swiper-pagination-bullet-active {
  background-color: #8b7861;
}

/* --------------------------------------------------------------- */
/*  faq */
/* --------------------------------------------------------------- */
.faq {
  margin-top: -9.8rem;
  padding-top: 9.8rem;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: -3rem;
    padding-top: 3rem;
  }
}

.faq__bg {
  /* background-color: #faf1e6; */
  padding: 7.3rem 0 10.5rem;
}
@media screen and (max-width: 767px) {
  .faq__bg {
    padding: 6rem 0;
  }
}

.faq__title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #3a2d1e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 2.8rem;
  }
}

.faq-accordion {
  width: 100%;
  margin: 3.1rem auto 0;
}

.accordion {
  box-sizing: border-box;
}

.accordion-item {
  background: #fff;
  margin-bottom: 4.6rem;
  border-radius: 1.5rem 1.5rem 0 0;
}

.accordion-item.open {
  border-radius: 1.5rem;
}

.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.8rem 7.6rem 2.4rem 6.9rem;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  border-radius: 1.5rem 1.5rem 0 0;
  border: 0.2rem solid #3a2d1e;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion__header {
    padding: 2rem;
  }
}

.accordion__label {
  margin-right: 2.4rem;
  padding-top: 0.7rem;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .accordion__label {
    margin-right: 1.5rem;
    width: 5rem;
    height: 5rem;
    font-size: 2.8rem;
  }
}

.accordion__label--q {
  background: #65523b;
  color: #fff;
}

.accordion__label--a {
  background: #e5d0b7;
  color: #65523b;
}
@media screen and (max-width: 767px) {
  .accordion__label--a {
    transform: none;
  }
}

.accordion__question {
  flex-grow: 1;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3a2d1e;
}
@media screen and (max-width: 767px) {
  .accordion__question {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.toggle-icon {
  position: relative;
  display: inline-block;
  margin-left: 1.6rem;
  width: 2.1rem;
  height: 2.1rem;
  cursor: pointer;
  flex-shrink: 0;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  height: 0.3rem;
  background-color: #3d2e1e;
  margin: auto;
  transition: all 0.3s ease;
  border-radius: 0.2rem;
}

.toggle-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.toggle-icon::after {
  top: 0;
  width: 0.3rem;
  height: 2.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.accordion-item.open .toggle-icon::after {
  transform: translate(-50%) rotate(-90deg);
}

.accordion__body {
  margin-top: -0.2rem;
  max-height: 0;
  overflow: hidden;
  background: #fffbf7;
  transition: max-height 0.4s ease;
  border-radius: 0 0 1.5rem 1.5rem;
  border: 0.1rem solid #65523b;
}

.accordion__body-wrap {
  display: flex;
  align-items: center;
  padding: 2.9rem 7rem 3.7rem 7rem;
}
@media screen and (max-width: 767px) {
  .accordion__body-wrap {
    padding: 2rem;
  }
}

.accordion__answer {
  font-size: 1.8rem;
  color: #3a2d1e;
}
@media screen and (max-width: 767px) {
  .accordion__answer {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------------------- */
/*  cta */
/* --------------------------------------------------------------- */
.cta {
  padding: 5.7rem 0 11.5rem;
  background: #3b8b6e url(../../img/wooden/contact-bg.png) no-repeat 2.8rem calc(100% + 0.4rem)/contain;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-bottom: 8.5rem;
    background: #3b8b6e url(../../img/wooden/contact-bg.png) no-repeat 2.8rem calc(100% + 0.4rem)/107rem;
  }
}

.cta .inner {
  text-align: center;
  max-width: 143.8rem;
  margin: 0 auto;
}

.cta__title {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 2.8rem;
  }
}
.cta__title::before, .cta__title::after {
  content: "";
  position: absolute;
  bottom: 1.8rem;
  width: 0.3rem;
  height: 4.4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__title::before, .cta__title::after {
    height: 3.4rem;
    bottom: 0.8rem;
  }
}
.cta__title::before {
  left: -1.7rem;
  transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .cta__title::before {
    left: -2.5rem;
  }
}
.cta__title::after {
  right: -1.7rem;
  transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .cta__title::after {
    right: -2.5rem;
  }
}

.cta-item-wrapper {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cta-item-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}

.cta-contact {
  width: 68rem;
  padding: 0.6rem 0.8rem 0.7rem 0.7rem;
}
@media screen and (max-width: 767px) {
  .cta-contact {
    width: 100%;
  }
}

.cta-area {
  width: 72rem;
  padding: 3.2rem 0 5.7rem;
}
@media screen and (max-width: 767px) {
  .cta-area {
    width: 100%;
    padding: 2rem;
  }
}

.cta-item {
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: rgba(5, 38, 18, 0.3) 0 0.3rem 0.6rem;
}
@media print {
  .cta-item {
    margin: 0 1.5rem;
  }
}

.cta-contact__line {
  padding: 6.3rem 0 5.3rem;
  border: 0.1rem solid #3b8b6e;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta-contact__line {
    padding: 3rem 0.5rem;
  }
}

.cta-item__inner {
  display: flex;
  justify-content: center;
}

.cta-contact__inner {
  column-gap: 6.1rem;
}

.cta-area__inner {
  column-gap: 2.7rem;
  align-items: center;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .cta-area__inner {
    flex-direction: column-reverse;
    row-gap: 0.6rem;
  }
}

.cta-contact__img {
  width: 15.6rem;
  aspect-ratio: 156/238;
}
@media screen and (max-width: 767px) {
  .cta-contact__img {
    width: 10.6rem;
  }
}

.cta-item__head {
  font-size: 3.2rem;
  line-height: 1.44;
  font-weight: 700;
  color: #583e29;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-item__head {
    font-size: 1.8rem;
  }
}

.cta-contact__head {
  position: relative;
  display: inline-block;
}
.cta-contact__head::before, .cta-contact__head::after {
  content: "";
  position: absolute;
  height: 4.3rem;
  bottom: 0.5rem;
  width: 0.2rem;
  background-color: #583e29;
}
@media screen and (max-width: 767px) {
  .cta-contact__head::before, .cta-contact__head::after {
    bottom: 0.7rem;
    width: 0.2rem;
  }
}
.cta-contact__head::before {
  /* left: -0.5rem;
  transform: rotate(-39deg); */
  left: -1.5rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .cta-contact__head::before {
    left: -2rem;
    transform: rotate(-22deg);
  }
}
.cta-contact__head::after {
  right: -0.5rem;
  transform: rotate(39deg);
}
@media screen and (max-width: 767px) {
  .cta-contact__head::after {
    right: -2rem;
    transform: rotate(22deg);
  }
}

.cta-contact__textarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta-contact__textarea {
    transform: translateX(-2.3rem);
  }
}

.cta-contact__btn {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .cta-contact__btn {
    margin-top: 0.8rem;
  }
}

.cta-btn {
  display: flex;
  align-items: center;
  padding: 0.5rem 2.4rem 0.5rem 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #a41818;
  border-radius: 5rem;
}

.cta-btn__free {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  aspect-ratio: 1/1;
  color: #a41818;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cta-btn__free {
    font-size: 1.4rem;
  }
}

.cta-btn__text {
  margin-left: 1.6rem;
  margin-right: 1.9rem;
}
@media screen and (max-width: 767px) {
  .cta-btn__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.cta-btn__arrow {
  display: flex;
}

.cta-area__text {
  width: 29.4rem;
  line-height: 1.44;
  text-align: left;
}

.cta-area__img {
  width: 32.1rem;
  aspect-ratio: 321/214;
}
@media screen and (max-width: 767px) {
  .cta-area__img {
    width: 18rem;
  }
}

/* --------------------------------------------------------------- */
/*  footer */
/* --------------------------------------------------------------- */
#footer {
  display: flex;
  padding: 4.3rem 0 0.9rem;
  background-color: #fff;
  border-bottom: 0.4rem solid #faf1e6;
}
@media screen and (max-width: 767px) {
  #footer {
    border-width: 0.2rem;
  }
}

.footer__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 144.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
  }
}

.footer__logo {
  width: 31.2rem;
  aspect-ratio: 312/80;
}

#footer .copyright {
  position: static;
  font-size: 1.4rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 1rem;
  }
}/*# sourceMappingURL=test.css.map */