@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
}

a[href^="tel:"] {
  pointer-events: none;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  max-width: 90rem;
  margin-inline: auto;
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", serif;
}

.cta {
  margin-top: -0.3125rem;
}

.cta__btn:hover {
  animation-duration: 0.8s;
}

.cta__inner {
  position: relative;
}

.cta__btn {
  display: block;
  animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  margin-inline: auto;
  position: absolute;
  top: 50%;
  left: 25%;
  right: 25%;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    width: 100%;
    left: 0;
    right: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.cta__btn--other {
  top: 68%;
}
@media screen and (max-width: 767px) {
  .cta__btn--other {
    top: 71%;
  }
}

.cta__link {
  display: inline-block;
  cursor: pointer;
}

@keyframes btn-animation {
  0% {
    transform: translateY(0.75em);
  }
  50% {
    transform: translateY(-0.25em);
  }
  100% {
    transform: translateY(0.75em);
  }
}
.about {
  margin-top: -1.625rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .concept {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    margin-top: 3.125rem;
  }
}

.concept__img {
  margin-top: -3.75rem;
}
@media screen and (max-width: 767px) {
  .concept__img {
    margin-top: -4.25rem;
  }
}

.concept__img--top {
  margin-top: -3.75rem;
}
@media screen and (max-width: 1024px) {
  .concept__img--top {
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .concept__img--top {
    margin-top: -3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .concept__img--top {
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .concept__img--top {
    margin-top: -1.875rem;
  }
}

.feature {
  width: 100%;
  height: auto;
  padding-top: 4.625rem;
}

.faq {
  background-image: url(../images/faqpc001.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin-top: -8.75rem;
  position: relative;
  z-index: 10;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .faq {
    background-image: url(../images/faqsp001.png);
    position: static;
    z-index: 0;
  }
}

.faq__wrap {
  padding-top: 11.25rem;
  text-align: center;
}

.faq__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  color: #4d551c;
  font-size: clamp(1.875rem, 1.435rem + 1.88vw, 3.125rem);
  letter-spacing: 0.05em;
  position: relative;
}

.faq__title::before {
  position: absolute;
  content: attr(data-ja);
  top: -1.25rem;
  left: 50%;
  transform: translatex(-50%);
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
}

.faq__inner {
  width: min(52.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.faq__list {
  margin-top: 3.125rem;
}

.faq-list__item {
  background-color: #fff;
  padding: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item {
    padding: 0.625rem;
  }
}

.faq-list__item + .faq-list__item {
  margin-top: 2.5rem;
}

.faq-list__item-question {
  padding: 0rem 3.75rem 0.875rem 3.125rem;
  font-size: 1.25rem;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #4d551c;
  line-height: 1.4;
  list-style: none;
  text-indent: -1.25rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question {
    font-size: 1rem;
    padding: 0rem 1.875rem 0.875rem 2.5rem;
  }
}

.faq-list__item-question::before {
  content: "+";
  /* プラス記号 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #4d551c;
  font-size: 30px;
  font-weight: 300;
  padding-left: 1.4375rem;
  background-color: #ebf0cc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question::before {
    right: 0;
    font-size: 22px;
    width: 30px;
    height: 30px;
  }
}

.faq-list__item-question.is-open::before {
  content: "−";
  /* マイナス記号 */
}

.faq-list__item-question span {
  margin-right: 1.25rem;
  font-size: 1.875rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question span {
    font-size: 1.25rem;
    margin-right: 0.625rem;
  }
}

.faq-list__item-answer {
  padding: 0.9375rem 3.125rem 0rem 5rem;
  border-top: 1px solid #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  color: #111111;
  font-size: 1.25rem;
  display: none;
  text-indent: -1.25rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer {
    font-size: 1rem;
    padding: 0.9375rem 1.25rem 0rem 2.5rem;
  }
}

.faq-list__item-answer span {
  font-size: 1.875rem;
  font-weight: 300;
  margin-right: 1.25rem;
  margin-left: -1.875rem;
  font-family: "Shippori Mincho", serif;
  color: #4d551c;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer span {
    font-size: 1.25rem;
    margin-right: 0.625rem;
    margin-left: -0.0625rem;
  }
}

.cta-other {
  margin-top: -2.5rem;
  position: relative;
  z-index: 10;
}

.footer {
  width: 100%;
  height: 12.5rem;
  background-color: #41652a;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 9.375rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 375px) {
  .footer {
    font-size: 0.625rem;
  }
}

.footer__inner {
  padding: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0.625rem;
  }
}

.footer__link {
  color: #fff;
  margin: 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__link {
    margin: 0.3125rem 0.3125rem;
  }
}
@media screen and (max-width: 375px) {
  .footer__link {
    margin: 0.1875rem 0.0625rem;
  }
}

.footer__link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.footer__link:not(:last-child)::after {
  content: "|";
  /* 縦線を追加 */
  margin-left: 1.375rem;
  /* 縦線とリンクの間にスペースを追加 */
  color: #fff;
  /* 縦線の色 */
}
@media screen and (max-width: 767px) {
  .footer__link:not(:last-child)::after {
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 375px) {
  .footer__link:not(:last-child)::after {
    margin-left: 0.3125rem;
  }
}

/* 3つ目のリンクの縦線を非表示にする */
.footer__link:nth-child(3)::after {
  content: none;
}

.footer p {
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 375px) {
  .footer p {
    margin-top: 0.3125rem;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 375px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 375px) {
  .u-sp {
    display: block;
  }
} /*# sourceMappingURL=style.css.map */

/*header追加分*/
header .head {
  padding: 1rem 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .head {
    padding: 1rem;
  }
}
header .head h1 {
  width: 100%;
  text-align: left;
}
header .head h1 a {
  display: block;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  header .head h1 a {
    max-width: 150px;
  }
}
header .head .btn {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
header .head .btn a:nth-of-type(1) {
  color: #3c6528;
  text-decoration: none;
}
header .head .btn a:nth-of-type(2) {
  max-width: 220px;
  height: auto;
}

@media screen and (max-width: 767px) {
  header .head .btn {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 5px gray;
    z-index: 1000;
    justify-content: center;
    /*改行*/
    flex-direction: column;
    padding: 2rem;
    padding-top: 4rem;
  }
  header .head .btn {
    align-items: flex-end;
  }
  header .head.view .btn {
    right: 0;
  }
  header .head.view .btn a {
    width: 100%;
    max-width: 90%;
    margin: auto;
  }
  header .head .btn a:nth-of-type(1) {
    text-align: left;
    display: block;
    border-bottom: 1px solid #3c6528;
    padding-bottom: 1rem;
    max-width: 80%;
    font-size: 1.2rem;
  }
  header .head .btn a:nth-of-type(2) {
    margin: auto;
  }
}

header .head .sp_menu {
  display: none;
}

@media screen and (max-width: 767px) {
  header .head .sp_menu {
    z-index: 1000;
    display: block;
    position: fixed;
    top: 0.1rem;
    right: 0.5rem;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
  }
  header .head .sp_menu span {
    display: block;
    position: absolute;
    background-color: #3c6528;
    width: 75%;
    height: 3px;
    line-height: 1;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  header .head .sp_menu span:nth-of-type(1) {
    top: 25%;
  }
  header .head .sp_menu span:nth-of-type(2) {
    top: 50%;
  }
  header .head .sp_menu span:nth-of-type(3) {
    top: 75%;
  }
  /*表示時*/
  header .head.view .sp_menu span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  header .head.view .sp_menu span:nth-of-type(2) {
    display: none;
  }
  header .head.view .sp_menu span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
  }
}
