@charset "UTF-8";
#hero {
  background: #e8ede7 url(../img/hero.png) top center/cover no-repeat;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #hero {
    margin-top: 13px;
    aspect-ratio: 375/300;
  }
}
@media screen and (min-width: 768px) {
  #hero {
    height: 800px;
  }
}
@media screen and (min-width: 1280px) {
  #hero {
    background-position: center;
    background-size: contain;
  }
}
#hero h1 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  filter: drop-shadow(3px 3px 6px rgba(46, 46, 46, 0.8));
  line-height: 1.8;
  font-size: 18px;
  font-size: clamp(18px, 8.8163265306px + 2.4489795918vw, 36px);
  letter-spacing: 0.05em;
  bottom: 15%;
}
@media screen and (min-width: 768px) {
  #hero h1 {
    bottom: 22%;
  }
}

#currently {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #currently {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
#currently .content {
  border: 4px solid var(--color-primary, #27a24d);
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  #currently .content {
    border-width: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
  }
}
#currently .content .text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #currently .content .text {
    margin-bottom: 30px;
  }
}
#currently .content .text .ttl {
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 30px;
}
#currently .content .text .ttl p {
  color: #fff;
  display: inline-block;
  background-color: var(--color-primary, #27a24d);
  font-weight: bold;
  font-size: 18px;
  font-size: clamp(18px, 16.9795918367px + 0.2721088435vw, 20px);
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  #currently .content .text .ttl p {
    padding: 10px 70px;
  }
}
#currently .content .text .txt {
  letter-spacing: 0;
  font-weight: bold;
  color: var(--color-primary, #27a24d);
  font-size: 15px;
  font-size: clamp(15px, 14.4897959184px + 0.1360544218vw, 16px);
}
#currently .content .text .txt p {
  line-height: 1.8;
}
#currently .content .text .txt p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #currently .content .text .txt p:not(:last-child) {
    margin-bottom: 1.6em;
  }
}
#currently .content .text .txt span {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
#currently .content .text .txt span:after {
  content: "";
  width: 70%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-color: var(--color-primary, #27a24d);
}
#currently .content img {
  display: block;
}
@media screen and (max-width: 767px) {
  #currently .content img {
    width: 125px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #currently .content img {
    margin-top: 30px;
  }
}

#business {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #business {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
#business .content {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #business .content {
    margin-bottom: 80px;
  }
}
#business .content .txt {
  text-align: center;
  font-size: 15px;
  font-size: clamp(15px, 13.4693877551px + 0.4081632653vw, 18px);
  padding: 0 7px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #business .content .txt {
    line-height: 2;
    letter-spacing: 0.064em;
    font-weight: bold;
  }
}
#business .content .txt p {
  margin-bottom: 1.5em;
}

.group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .group {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .group {
    gap: 15px;
  }
}
.group .item {
  width: 100%;
  max-width: 350px;
}
.group .item .inn {
  background-color: var(--color-primary, #27a24d);
  color: #fff;
  height: 100%;
}
.group .item .img {
  width: 100%;
  aspect-ratio: 350/210;
  position: relative;
}
.group .item .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-primary, #27a24d);
  opacity: 0.05;
  mix-blend-mode: multiply;
}
.group .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group .item .detail {
  padding: 20px 17px;
}
.group .item .detail .stt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.064em;
  font-size: 18px;
  font-size: clamp(18px, 16.4693877551px + 0.4081632653vw, 21px);
}
@media screen and (min-width: 768px) {
  .group .item .detail .stt {
    letter-spacing: 0.05em;
  }
}
.group .item .detail .txt {
  line-height: 1.7;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .group .item .detail .txt {
    font-weight: 500;
  }
}

section#company {
  background-color: rgba(var(--color-primary-rgb), 0.31);
  padding: 55px 0;
}
@media screen and (min-width: 768px) {
  section#company {
    padding: 100px 0;
  }
}
section#company .company {
  background-color: #fff;
  padding: 35px 20px 50px;
}
@media screen and (min-width: 768px) {
  section#company .company {
    padding: 60px 20px 90px;
  }
}
section#company .company-info {
  margin: 0 auto;
  font-size: 15px;
  font-size: clamp(15px, 13.4693877551px + 0.4081632653vw, 18px);
}
@media screen and (min-width: 768px) {
  section#company .company-info {
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 500;
    font-weight: bold;
  }
}
section#company .company-info dl {
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section#company .company-info dl {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  section#company .company-info dl {
    display: flex;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  section#company .company-info dl dt {
    width: 160px;
  }
}
section#company .company-info dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  section#company .company-info dl dd {
    padding-left: 35px;
  }
}

#philosophy {
  background: url(../img/philosophy-bg_sp.png) top center no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 60px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #philosophy {
    background-image: url(../img/philosophy-bg_pc.png);
    background-position: center;
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
#philosophy .text {
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  font-size: 15px;
  font-size: clamp(15px, 11.9387755102px + 0.8163265306vw, 21px);
}
@media screen and (min-width: 768px) {
  #philosophy .text {
    font-weight: bold;
    line-height: 2;
    margin-top: 105px;
  }
}

#purchase {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #purchase {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
#purchase .text {
  text-align: center;
  line-height: 1.7;
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 15px;
  font-size: clamp(15px, 13.4693877551px + 0.4081632653vw, 18px);
}
@media screen and (min-width: 768px) {
  #purchase .text {
    line-height: 2;
    font-weight: bold;
    letter-spacing: 0.064em;
    margin-bottom: 80px;
  }
}

#available {
  background-color: rgba(var(--color-primary-rgb), 0.07);
  mix-blend-mode: multiply;
  padding: 45px 0;
}
@media screen and (min-width: 768px) {
  #available {
    padding: 70px 0;
  }
}
#available .text {
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: clamp(15px, 13.4693877551px + 0.4081632653vw, 18px);
}
@media screen and (max-width: 767px) {
  #available .text {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #available .text {
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.064em;
    margin-bottom: 80px;
  }
}
#available .info {
  background-color: var(--color-primary, #27a24d);
  color: #fff;
  padding: 35px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #available .info {
    padding: 80px 0;
    margin-bottom: 30px;
  }
}
#available .info .content {
  max-width: 630px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 15px;
  font-size: clamp(15px, 13.4693877551px + 0.4081632653vw, 18px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #available .info .content {
    font-weight: bold;
    letter-spacing: 0.064em;
    line-height: 2.2222;
  }
}
#available .info .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#available .info .content ul li {
  padding-left: 0.75em;
  text-indent: -0.75em;
}
#available .note {
  line-height: 1.7;
  font-size: 12px;
  font-size: clamp(12px, 10.4693877551px + 0.4081632653vw, 15px);
}
@media screen and (max-width: 767px) {
  #available .note {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #available .note {
    text-align: center;
  }
}

#area {
  background: url(../img/area-bg.png) bottom center/cover no-repeat;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #area {
    background-position: left -140px center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #area {
    padding: 70px 0;
  }
}
#area .content {
  color: #fff;
  text-align: center;
  padding: 85px 0 110px;
  line-height: 1.7;
  position: relative;
  background-color: var(--color-primary, #27a24d);
  mix-blend-mode: multiply;
  font-size: 15px;
  font-size: clamp(15px, 11.9387755102px + 0.8163265306vw, 21px);
  /*  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary, #27a24d);
    mix-blend-mode: multiply;
  } */
}
@media screen and (min-width: 768px) {
  #area .content {
    padding: 150px 0 190px;
    line-height: 2;
    font-weight: bold;
  }
}
#area .content .inn {
  position: relative;
  z-index: 3;
}

#testimonial {
  background: url(../img/testimonial-bg.png) center/cover no-repeat;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #testimonial {
    padding: 100px 0;
  }
}
#testimonial .content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  #testimonial .content {
    padding: 80px 20px;
  }
}
#testimonial .content .detail {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 15px;
  font-size: clamp(15px, 13.4693877551px + 0.4081632653vw, 18px);
  line-height: 1.77;
}
@media screen and (min-width: 768px) {
  #testimonial .content .detail {
    line-height: 2;
    gap: 30px;
  }
}
#testimonial .content .detail .customer .customer-info {
  font-weight: bold;
}

#faq {
  background: url(../img/faq-bg.png) center/cover no-repeat;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 120px 0;
  }
}
#faq .content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  #faq .content {
    padding: 80px 20px;
  }
}
#faq .content .faqs {
  max-width: 610px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.7;
}
#faq .content .faqs .faq {
  padding: 25px 0;
  border-bottom: 1px solid var(--color-primary, #27a24d);
}
#faq .content .faqs .faq .q,
#faq .content .faqs .faq .a {
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  #faq .content .faqs .faq .q,
  #faq .content .faqs .faq .a {
    gap: 35px;
  }
}
#faq .content .faqs .faq .q::before,
#faq .content .faqs .faq .a::before {
  font-weight: bold;
}
#faq .content .faqs .faq .q {
  margin-bottom: 1em;
}
#faq .content .faqs .faq .q::before {
  content: "Q";
}
#faq .content .faqs .faq .a::before {
  content: "A";
}

#contact {
  background-color: rgba(var(--color-primary-rgb), 0.31);
  mix-blend-mode: multiply;
  padding: 55px 0 85px;
}

#form input,
#form textarea {
  font: inherit;
  width: 100%;
  padding: 12px;
  border: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #form input,
  #form textarea {
    padding: 15px;
  }
}
#form textarea {
  resize: vertical;
}
@media screen and (min-width: 768px) {
  #form textarea {
    min-height: 180px;
  }
}
#form dl {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #form dl {
    margin-bottom: 80px;
  }
}
#form dl dt {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #form dl dt {
    margin-top: 50px;
  }
}
#form dl dt .required::after {
  content: "（必須）";
}
#form dl dt label {
  font-weight: bold;
}
#form dl dd {
  margin: 0;
}
#form .form-action {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #form .form-action {
    margin-top: 80px;
  }
}
#form .form-action button {
  font: inherit;
  cursor: pointer;
  display: inline-block;
  background-color: var(--color-primary, #27a24d);
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 15px;
  font-size: 15px;
  font-size: clamp(15px, 13.4693877551px + 0.4081632653vw, 18px);
  font-weight: bold;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  #form .form-action button {
    padding: 17px 25px;
  }
}
#form .form-action button:hover {
  background-color: var(--color-primary-hover, #1f7a3c);
}