@charset "UTF-8";
.c-main {
  margin-bottom: -148px;
}

.c-img__contain {
  overflow: hidden;
}
.c-img__contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-btn-contact {
  align-items: center;
  background-color: #66cc75;
  border-radius: 36px;
  color: #292929;
  display: flex;
  padding: 9px 10px 9px 21px;
}
.c-btn-contact::before {
  background-image: url(../images/c-icon_mail.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  width: 13px;
}
.c-btn-contact__text {
  letter-spacing: 0.05rem;
  margin-left: 11px;
  margin-right: 12px;
}
.c-btn-contact__arrow::after {
  background-image: url(../images/c-icon_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  width: 9px;
}

.c-btn-simple {
  align-items: center;
  background-color: #87d691;
  border: solid 1px #c0cebb;
  border-radius: 27px;
  display: inline-flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 54px;
  min-width: 200px;
  padding: 17px 27px 17px 29.5px;
  transition: opacity 0.3s ease, border 0.3s ease;
}
.c-btn-simple:hover {
  opacity: 1;
}
.c-btn-simple:hover p {
  transform: scale(1.1);
}
.c-btn-simple:hover::after {
  transform: scale(1.7);
}
.c-btn-simple p {
  color: #292929;
  letter-spacing: 0.05em;
  transition: transform 0.3s ease;
}
.c-btn-simple::after {
  background-color: #292929;
  border-radius: 50%;
  content: "";
  height: 8px;
  transition: transform 0.3s ease;
  width: 8px;
}

.c-icon__arrow {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  width: 34px;
}

.c-section-title {
  display: flex;
  flex-direction: column;
}

.c-section-title__en {
  color: #292929;
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: calc(77 / 60);
}

.c-section-title__jp {
  color: #419125;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(26 / 18);
}

.c-text-small {
  color: #419125;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(23 / 18);
}

.c-text-main {
  line-height: calc(30 / 14);
}

.c-text-head {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(40 / 28);
}

.c-page-header {
  background-color: #edf3eb;
  overflow: hidden;
  padding-bottom: 150px;
  padding-inline: 20px;
  padding-top: 130px;
  position: relative;
  width: 100%;
}
.c-page-header::after {
  background-image: url(../images/page-header_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-page-header__inner {
  margin-inline: auto;
  max-width: 1366px;
  position: relative;
}

.c-page-header__bg {
  color: #dbead6;
  font-family: "Space Grotesk", sans-serif;
  font-size: calc(100 / 375 * 100vw);
  font-weight: 600;
  left: -42px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: calc(40 / 375 * 100vw);
  white-space: nowrap;
}

.c-page-header__contents {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1040px;
  position: relative;
  z-index: 2;
}

.c-page-header__bread {
  align-items: center;
  color: #454545;
  display: flex;
  font-size: 13px;
  font-weight: 300;
  gap: 22px;
  letter-spacing: 0.78px;
  line-height: calc(19 / 13);
}

.c-page-header__bread-text {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.c-page-header__bread-text::before {
  content: "＞";
  font-size: 10px;
}

.c-page-header__text {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.c-page-header__text-en {
  font-family: "Space Grotesk", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.c-page-header__text-jp {
  color: #419125;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(26 / 18);
}

.c-page-header__intro {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  margin-top: calc(160 / 1366 * 100vw);
  width: 100%;
}

.c-page-header__intro-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-page-header__intro-copy {
  color: #419125;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(60 / 28);
}

.c-page-header__intro-text {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  gap: 20px;
  line-height: calc(30 / 16);
}

.c-page-header__intro-right {
  aspect-ratio: 513/378;
  border-radius: 5px;
  flex-shrink: 0;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}

.c-page-section-title {
  align-items: flex-start;
  color: #409225;
  display: inline-flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 600;
  gap: 8px;
  line-height: calc(35 / 24);
}
.c-page-section-title::before {
  background-image: url(../images/icon_page-section_title.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  width: 22px;
}

.c-fap__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.c-fap__item {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  padding: 20px 0;
}

.c-fap__num {
  color: #409225;
  flex-shrink: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: calc(31 / 24);
  max-width: 45px;
  width: 100%;
}

.c-fap__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 3px;
}

.c-fap__q {
  color: #409225;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
}
.c-fap__q.c-fap__q2--adjust {
  letter-spacing: 1.5px;
}
.c-fap__q.c-fap__q--adjust {
  letter-spacing: 1.5px;
}

.c-fap__a.c-fap__a--adjust {
  letter-spacing: 1px;
}

@media (min-width: 414px){
  .c-fap__q.c-fap__q2--adjust {
    letter-spacing: normal;
  }
}

@media (min-width: 768px){
  .c-page-header {
    padding-bottom: 150px;
    padding-top: 130px;
  }
  .c-page-header__bg {
    font-size: calc(251 / 1366 * 100vw);
    top: calc(42 / 1366 * 100vw);
  }
  .c-page-header__text {
    margin-top: 80px;
  }
  .c-page-header__text-en {
    line-height: calc(77 / 60);
  }
  .c-page-header__intro {
    flex-direction: row;
    justify-content: space-between;
  }
  .c-page-header__intro-left {
    gap: 37px;
    margin-top: 10px;
    max-width: 422px;
  }
  .c-page-header__intro-right {
    margin-inline: 0;
    max-width: 513px;
    width: 49.3269230769%;
  }
  .c-page-section-title {
    font-size: 24px;
  }
  .c-fap__contents {
    gap: 25px;
  }
  .c-fap__q.c-fap__q--adjust {
    letter-spacing: normal;
  }
  .c-fap__a.c-fap__a--adjust {
    letter-spacing: normal;
  }
}

@media (min-width: 1024px){
  .c-section-title__en {
    font-size: 60px;
  }
  .c-section-title__jp {
    font-size: 18px;
  }
  .c-text-small {
    font-size: 18px;
  }
  .c-text-head {
    font-size: 28px;
  }
  .c-page-header {
    padding-bottom: 258px;
    padding-top: 165px;
  }
  .c-page-header__inner {
    padding-left: calc(38 / 1366 * 100vw);
  }
  .c-page-header__intro-text {
    font-size: 16px;
  }
  .c-fap__list {
    gap: 15px;
    margin-top: 48px;
  }
  .c-fap__item {
    padding: 42.3px 46.5px 42.4px 35px;
  }
  .c-fap__num {
    max-width: 61.5px;
  }
}

@media (min-width: 1366px){
  .c-page-header__inner {
    padding-left: 38px;
  }
  .c-page-header__bg {
    font-size: 251px;
    top: 42px;
  }
  .c-page-header__intro {
    margin-top: 160px;
  }
}