@charset "UTF-8";
/*-----------------------------------------
    Color
-----------------------------------------*/
/*-----------------------------------------
    font-family
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap)");
/*-----------------------------------------
    Reset
-----------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/*-----------------------------------------
    font-size
-----------------------------------------*/
/*-----------------------------------------
    Width
-----------------------------------------*/
/*-----------------------------------------
    Height
-----------------------------------------*/
/*-----------------------------------------
    z-index
-----------------------------------------*/
/*-----------------------------------------
    Mixin
-----------------------------------------*/
/*-----------------------------------------
    スマホでhover無効化
-----------------------------------------*/
* {
  line-height: 1.7;
  font-family: "zen-kaku-gothic-new", sans-serif;
}

/*** フェードインアニメーション  ***/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFFBF8;
  animation: fadeIn 3s forwards;
  color: #70845F;
}

body.is-modal-open {
  overflow: hidden;
}

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

h1 {
  font-family: "sictake-kizami", sans-serif;
}

h2 {
  font-weight: 500;
  line-height: 1.4;
  font-family: "sictake-kizami", sans-serif;
}

h3 {
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-family: "sictake-kizami", sans-serif;
}

p {
  letter-spacing: 0.05rem;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  font-weight: 500;
}

li {
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
}

button {
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.pc-br {
  display: none;
}
@media screen and (min-width: 767px) {
  .pc-br {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (min-width: 480px) {
  .sp-br {
    display: block;
  }
}

.contents-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.contents-hidden-fade {
  opacity: 0;
  visibility: hidden;
  filter: blur(16px);
  transition: opacity 1s, visibility 1s, filter 1.25s, transform 1s;
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  filter: blur(0);
}

.hide {
  transition: all 0.3s ease;
  transform: translateY(-100%); /* 上に消えるようにする */
}

/* ===============================================
# header
=============================================== */
.header__inner {
  position: relative;
  --logo-back-w: clamp(130px, 33vw, 330px);
  --site-title-w: clamp(80px, calc(var(--logo-back-w) * 0.62), 200px);
}
.header__inner .site-title {
  position: fixed;
  z-index: 999;
}
.header__inner .site-title img {
  width: var(--site-title-w);
  min-width: 80px;
  max-width: 180px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}
@media screen and (min-width: 767px) {
  .header__inner .site-title img {
    top: 40px;
    left: 40px;
  }
}
.header__inner .logo-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: var(--logo-back-w);
  min-width: 130px;
  max-width: 310px;
}

/* ===============================================
# first-view
=============================================== */
.first-view__wrapper {
  background-color: #F2F4E9;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
}
@media screen and (min-width: 480px) {
  .first-view__wrapper {
    aspect-ratio: 3/4;
  }
}
@media screen and (min-width: 1024px) {
  .first-view__wrapper {
    aspect-ratio: 16/9;
  }
}
.first-view__wrapper::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/top-view-cloud.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
  height: 280px;
}
@media screen and (min-width: 1024px) {
  .first-view__wrapper::after {
    height: auto;
  }
}
.first-view__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/first-view-top-sp-m.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
  pointer-events: none;
}
@media screen and (min-width: 480px) {
  .first-view__wrapper::before {
    background-image: url("img/first-view-top-sp.png");
  }
}
@media screen and (min-width: 1024px) {
  .first-view__wrapper::before {
    background-image: url("img/first-view-top.png");
  }
}

.first-view__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 9vw 1rem;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .first-view__content {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .first-view__content {
    flex-direction: row;
  }
}

.first-view__text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .first-view__text {
    padding-left: 10%;
    text-align: left;
  }
}
.first-view__text h1 {
  font-size: clamp(1.25rem, 0.375rem + 2.8vw, 2.125rem);
  margin: auto;
  white-space: nowrap;
  text-align: center;
  color: #6A9149;
}
@media screen and (min-width: 1024px) {
  .first-view__text h1 {
    max-width: 420px;
    text-align: left;
  }
}

.first-view__button {
  align-self: flex-start;
  margin-top: clamp(1rem, 0.5rem + 1.6vw, 1.5rem);
  background-color: #70845F;
  width: 40vw;
  min-width: 200px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .first-view__button {
    margin-top: 2rem;
    width: 280px;
  }
}
.first-view__button a {
  display: block;
  color: #FFFBF8;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  font-weight: 600;
  padding: 0.75rem 1rem 0.75rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .first-view__button a {
    padding: 1rem 2rem 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .first-view__button:hover {
    opacity: 0.95;
  }
}

.first-view__countdown {
  margin-top: 1rem;
}

.countdown-num {
  font-size: 140%;
  font-weight: bold;
}

.first-view__image {
  min-width: 0;
  max-width: 1500px;
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .first-view__image {
    width: 60vw;
  }
}

.first-view__back-text1 {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}
.first-view__back-text1 img {
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .first-view__back-text1 img {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .first-view__back-text1 img {
    height: auto;
  }
}

.first-view__back-text2 {
  position: absolute;
  bottom: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .first-view__back-text2 {
    bottom: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .first-view__back-text2 {
    bottom: 8%;
    left: 0;
    transform: translate(0, 0);
    width: 70vw;
  }
}
.first-view__back-text2 img {
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .first-view__back-text2 img {
    height: auto;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .first-view__back-text2 img {
    height: auto;
  }
}

.top-green-img01 {
  position: absolute;
  top: 28%;
  left: 3%;
  z-index: 4;
  max-width: 6vw;
}
@media screen and (min-width: 480px) {
  .top-green-img01 {
    max-width: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .top-green-img01 {
    max-width: 6vw;
  }
}

.top-green-img02 {
  position: absolute;
  bottom: 0;
  left: 3%;
  z-index: 4;
  max-width: 33vw;
}
@media screen and (min-width: 767px) {
  .top-green-img02 {
    max-width: 28vw;
  }
}

.top-green-img03 {
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 4;
  max-width: 40vw;
}
@media screen and (min-width: 767px) {
  .top-green-img03 {
    max-width: 30vw;
  }
}

.top-green-img04 {
  position: absolute;
  top: 3%;
  right: 0;
  z-index: 4;
  max-width: 40vw;
}
@media screen and (min-width: 767px) {
  .top-green-img04 {
    max-width: 26vw;
  }
}

/* ===============================================
# 汎用
=============================================== */
.section__wrapper {
  padding-top: clamp(4rem, 0.5rem + 11.2vw, 7.5rem);
  color: #70845F;
}

.section__inner {
  max-width: 87.5rem;
  margin: auto;
  padding-left: 4%;
  padding-right: 4%;
}

.section__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  margin-bottom: clamp(1.5rem, 0.5rem + 3.2vw, 2.5rem);
}
@media screen and (min-width: 1024px) {
  .section__title {
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section__title .circle {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #FFEC5F;
  flex-shrink: 0;
  align-self: center;
  margin: 0.35rem auto 0.875rem;
}
.section__title .title-green-img01,
.section__title .title-green-img02 {
  position: absolute;
  z-index: -1;
}
.section__title .title-green-img01 {
  top: -0.8rem;
  right: -1.6rem;
  width: clamp(28px, 4vw, 52px);
}
.section__title .title-green-img02 {
  bottom: -1.2rem;
  right: 0.6rem;
  width: clamp(24px, 3.5vw, 44px);
}

.highlight {
  color: #CEAE29;
  font-weight: 600;
}

.highlight-yellow {
  color: #FFEC5F;
  font-weight: 600;
}

.sticky-bg-area {
  position: relative;
  isolation: isolate;
  z-index: 10;
}
.sticky-bg-area .sticky-bg-area__bg {
  position: sticky;
  top: 0;
  height: 100vh;
  margin-bottom: -100vh;
  z-index: 0;
  pointer-events: none;
}
.sticky-bg-area .sticky-bg-area__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("img/niwaiku-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.13;
  filter: blur(30px);
  transform: scale(0.9);
}
.sticky-bg-area > svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}
.sticky-bg-area > section {
  position: relative;
}

.wave-to-niwaiku {
  margin-bottom: -0.5px;
}

/* ===============================================
# concept
=============================================== */
.concept {
  position: relative;
  isolation: isolate;
  text-align: center;
}
.concept .text {
  line-height: 2.5;
}
.concept .concept-bird {
  position: absolute;
  top: 0;
  right: 0;
  width: 30vw;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .concept .concept-bird {
    top: 80px;
    right: 100px;
    width: 230px;
  }
}
.concept .section__wrapper {
  padding-bottom: clamp(4rem, 0.5rem + 11.2vw, 7.5rem);
  position: relative;
  z-index: 1;
}
.concept .section__title > img {
  max-width: 60vw;
  min-width: 300px;
}
@media screen and (min-width: 1024px) {
  .concept .section__title > img {
    max-width: 600px;
  }
}
.concept .concept__content {
  display: grid;
  align-items: stretch;
  justify-content: center;
  gap: 1rem 1.5rem;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
}
@media screen and (min-width: 1024px) {
  .concept .concept__content {
    grid-template-columns: minmax(120px, 250px) minmax(280px, 1fr) minmax(120px, 220px);
  }
}
.concept .concept__content > .text {
  grid-column: 1/-1;
}
@media screen and (min-width: 1024px) {
  .concept .concept__content > .text {
    grid-column: auto;
  }
}
.concept .concept-img01 {
  width: 100%;
  max-width: 100%;
  justify-self: center;
  align-self: start;
}
@media screen and (min-width: 1024px) {
  .concept .concept-img01 {
    width: 250px;
    max-width: none;
    justify-self: auto;
  }
}
.concept .concept-img02-sp {
  width: 100%;
  max-width: 100%;
  justify-self: center;
  align-self: start;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .concept .concept-img02-sp {
    display: none;
    margin-top: 0;
  }
}
.concept .concept-img02 {
  display: none;
  width: 100%;
  max-width: 220px;
  justify-self: center;
  align-self: end;
}
@media screen and (min-width: 1024px) {
  .concept .concept-img02 {
    display: block;
    width: 220px;
    max-width: none;
    justify-self: auto;
  }
}
.concept .concept-green-img01 {
  width: 100px;
  position: absolute;
  bottom: 10%;
  left: 100px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .concept .concept-green-img01 {
    display: block;
  }
}
.concept .concept-green-img02 {
  position: absolute;
  display: none;
  width: 120px;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .concept .concept-green-img02 {
    display: block;
  }
}

/* ===============================================
# niwaiku
=============================================== */
.niwaiku {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  background-color: rgba(57, 123, 12, 0.7);
}
.niwaiku .section__wrapper {
  padding-bottom: clamp(4rem, 0.5rem + 11.2vw, 7.5rem);
}
.niwaiku .section__title > img {
  max-width: 61vw;
  min-width: 300px;
}
@media screen and (min-width: 1024px) {
  .niwaiku .section__title > img {
    max-width: 615px;
  }
}
.niwaiku .title {
  font-size: clamp(0.938rem, 0.25rem + 2.2vw, 1.625rem);
  color: #FFFBF8;
}
.niwaiku .text {
  line-height: 2.5;
  margin-top: clamp(0.75rem, 0rem + 2.4vw, 1.5rem);
  color: #FFFBF8;
}
.niwaiku .niwaiku-lists {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
  .niwaiku .niwaiku-lists {
    gap: 2rem 2rem;
  }
}
@media screen and (min-width: 767px) {
  .niwaiku .niwaiku-lists {
    gap: 2rem 2.5rem;
  }
}
.niwaiku .niwaiku-list {
  width: 100%;
  color: #FFFBF8;
}
@media screen and (min-width: 480px) {
  .niwaiku .niwaiku-list {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 767px) {
  .niwaiku .niwaiku-list {
    width: calc(33.33% - 1.67rem);
  }
}
.niwaiku .niwaiku-list-img {
  height: 50px;
  margin-top: 1rem;
}
@media screen and (min-width: 480px) {
  .niwaiku .niwaiku-list-img {
    height: 70px;
  }
}
.niwaiku .niwaiku-list-img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.niwaiku .niwaiku-list-text {
  color: #FFFBF8;
  text-align: left;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  line-height: 2;
  margin-top: 1rem;
}
.niwaiku .whats-niwaiku {
  margin-top: 2.5rem;
  margin-left: 1rem;
}
@media screen and (min-width: 767px) {
  .niwaiku .whats-niwaiku {
    margin-left: 0;
  }
}
.niwaiku .niwaiku-bottom {
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 20vw;
  max-width: 190px;
}

/* ===============================================
# company
=============================================== */
.company .section__title > img {
  max-width: 55vw;
  min-width: 300px;
}
@media screen and (min-width: 1024px) {
  .company .section__title > img {
    max-width: 530px;
  }
}
.company .company-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 4rem;
}
@media screen and (min-width: 767px) {
  .company .company-lists {
    gap: 5rem;
    margin-top: 5rem;
  }
}
.company .company-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 1.5rem 4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .company .company-list {
    justify-content: space-between;
    flex-direction: row;
  }
}
.company .company-list .title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.5rem);
  font-weight: 600;
}
.company .company-list .title::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #FFEC5F;
  flex-shrink: 0;
}
.company .company-list > div:first-child {
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 1024px) {
  .company .company-list > div:first-child {
    flex: 1;
  }
}
.company dl {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  row-gap: 1rem;
  text-align: left;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .company dl {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .company dl {
    row-gap: 1.5rem;
  }
}
.company dt,
.company dd {
  margin: 0;
  border-bottom: 1.25px solid #CED3C9;
  padding-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .company dt,
  .company dd {
    padding-bottom: 1.5rem;
  }
}
.company dt {
  font-weight: 600;
}
.company a {
  border-bottom: 1px solid #70845F;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .company a:hover {
    opacity: 0.6;
  }
}
.company .company-img {
  width: 100%;
  max-width: 550px;
  flex-shrink: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .company .company-img {
    width: min(550px, 38%);
  }
}

/* ===============================================
# garden-of-heart-seeds
=============================================== */
.garden-of-heart-seeds {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.garden-of-heart-seeds::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("img/sky-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  width: 120%;
}
.garden-of-heart-seeds .garden-butterfly01 {
  position: absolute;
  top: 50%;
  left: 6%;
  z-index: 1;
  width: clamp(30px, 10vw, 100px);
  animation: float 3s ease-in-out infinite;
}
.garden-of-heart-seeds .garden-butterfly01 img {
  display: block;
}
.garden-of-heart-seeds .section__title > img {
  max-width: 68vw;
  min-width: 300px;
}
@media screen and (min-width: 1024px) {
  .garden-of-heart-seeds .section__title > img {
    max-width: 790px;
  }
}
.garden-of-heart-seeds .text {
  line-height: 2.5;
  text-align: center;
  margin-bottom: 2rem;
}

/* ===============================================
# area
=============================================== */
.area .section__title > img {
  max-width: 62vw;
  min-width: 300px;
}
@media screen and (min-width: 1024px) {
  .area .section__title > img {
    max-width: 620px;
  }
}
.area .text {
  line-height: 2.5;
  text-align: center;
}
.area .area-image-wrap {
  position: relative;
  margin-top: 2rem;
  isolation: isolate;
  z-index: 2;
}
.area .area-search-trigger {
  position: absolute;
  z-index: 2;
  width: clamp(35px, 10vw, 80px);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.area .area-search-trigger img {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .area .area-search-trigger:hover {
    opacity: 0.8;
    transform: scale(1.06);
  }
}
.area .area-search-trigger--01 {
  top: 34%;
  left: 30%;
}
.area .area-search-trigger--02 {
  top: 14%;
  right: 27%;
}
.area .area-search-trigger--03 {
  top: 30%;
  right: 15%;
}
.area .area-search-trigger--04 {
  bottom: 37%;
  left: 6%;
}
.area .area-search-trigger--05 {
  bottom: 40%;
  left: 21%;
}
.area .area-search-trigger--06 {
  bottom: 47%;
  right: 45%;
}
.area .area-search-trigger--07 {
  bottom: 17%;
  left: 56%;
}
.area .area-search-trigger--08 {
  bottom: 34%;
  right: 27%;
}
.area .area-search-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9999;
  padding: 1rem;
}
.area .area-search-modal.is-open {
  display: grid;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.area .area-search-modal__panel {
  width: auto;
  max-height: calc(100vh - 2rem);
  background: #FFFBF8;
  border-radius: 0.5rem;
  padding: 2rem;
  position: relative;
  letter-spacing: -1em;
  margin-top: 0.25rem;
  border: 2px solid #8C663F;
}
@media screen and (min-width: 767px) {
  .area .area-search-modal__panel {
    padding: 4rem 3rem;
    width: min(900px, 100vw - 2rem);
  }
}
.area .area-search-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #FFFBF8;
  border: 0;
  padding: 1rem;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background-color: #8C663F;
  display: grid;
  place-items: center;
  z-index: 100;
}
.area .area-search-modal__close::before {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 2px;
  background-color: #FFFBF8;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.area .area-search-modal__close::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 2px;
  background-color: #FFFBF8;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.area .area-search-modal__title {
  text-align: center;
  margin-bottom: 1rem;
}
.area .area-search-content {
  position: relative;
}
.area .area-cp {
  color: #CFD8C5;
}
.area .area-search-item-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  gap: 1rem 1.5rem;
}
@media screen and (min-width: 767px) {
  .area .area-search-item-flex {
    flex-direction: row;
  }
}
.area .area-search-item-flex .area-search-item-flex-r {
  max-width: 350px;
}
.area .area-search-item-flex h3 {
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.5rem);
  line-height: 1.2;
}
.area .area-search-item-flex .area-search-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.area .area-search-item-flex .area-green {
  width: clamp(14px, 3vw, 35px);
  height: auto;
  flex-shrink: 0;
  margin-top: 0.1em;
}
.area .area-search-item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}
.area .area-search-item.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}
.area .area-search-item.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.area .area-search-item p {
  margin-top: 0.75rem;
  text-align: left;
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
}
.area .area-search-nav--prev {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .area .area-search-nav--prev {
    left: -25px;
  }
}
.area .area-search-nav--next {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .area .area-search-nav--next {
    right: -25px;
  }
}
.area .area-search-nav {
  width: 2rem;
  height: 2rem;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  background: #8C663F;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .area .area-search-nav {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.area .area-search-nav::before, .area .area-search-nav::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #FFFBF8;
  top: 50%;
  left: 45%;
}
@media screen and (min-width: 1024px) {
  .area .area-search-nav::before, .area .area-search-nav::after {
    width: 12px;
  }
}
.area .area-search-nav.area-search-nav--prev::before {
  transform: translate(-42%, -50%) rotate(-45deg);
  margin-top: -2px;
}
@media screen and (min-width: 1024px) {
  .area .area-search-nav.area-search-nav--prev::before {
    margin-top: -4px;
  }
}
.area .area-search-nav.area-search-nav--prev::after {
  transform: translate(-42%, -50%) rotate(45deg);
  margin-top: 2px;
}
@media screen and (min-width: 1024px) {
  .area .area-search-nav.area-search-nav--prev::after {
    margin-top: 4px;
  }
}
.area .area-search-nav.area-search-nav--next::before {
  transform: translate(-58%, -50%) rotate(45deg);
  margin-top: -2px;
  left: 55%;
}
@media screen and (min-width: 1024px) {
  .area .area-search-nav.area-search-nav--next::before {
    margin-top: -4px;
  }
}
.area .area-search-nav.area-search-nav--next::after {
  transform: translate(-58%, -50%) rotate(-45deg);
  margin-top: 2px;
  left: 55%;
}
@media screen and (min-width: 1024px) {
  .area .area-search-nav.area-search-nav--next::after {
    margin-top: 4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .area .area-search-nav:hover {
    opacity: 0.85;
  }
}

/* ===============================================
# thoughts
=============================================== */
.thoughts {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: clamp(4rem, 0.5rem + 11.2vw, 7.5rem);
}
.thoughts > svg {
  display: block;
  width: 100%;
  height: auto;
}
.thoughts > svg:first-child {
  margin-bottom: -0.5px;
}
.thoughts > svg:last-child {
  margin-top: -0.5px;
}
.thoughts .section__wrapper {
  background-color: rgba(218, 225, 205, 0.5);
  padding-bottom: clamp(4rem, 0.5rem + 11.2vw, 7.5rem);
}
.thoughts .section__title > img {
  max-width: 60vw;
  min-width: 300px;
}
@media screen and (min-width: 1024px) {
  .thoughts .section__title > img {
    max-width: 600px;
  }
}
.thoughts .thoughts-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .thoughts .thoughts-lists {
    margin-top: 5rem;
  }
}
.thoughts .thoughts-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column-reverse;
  gap: 1.5rem 4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .thoughts .thoughts-list {
    flex-direction: row;
  }
}
.thoughts .thoughts-list > div:first-child {
  flex: 1;
  min-width: 0;
}
.thoughts .thoughts-list__item .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.5rem);
  font-weight: 600;
}
.thoughts .thoughts-list__item .title span {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
  font-weight: 400;
  font-family: "sictake-kizami", sans-serif;
}
.thoughts .thoughts-list__item .text {
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  line-height: 2;
  margin-top: clamp(0.5rem, -0.5rem + 3.2vw, 1.5rem);
}
.thoughts .thoughts-img {
  position: relative;
  max-width: 100%;
}
.thoughts .thoughts-img .thoughts-butterfly02 {
  position: absolute;
  top: 18%;
  right: -5%;
  width: clamp(48px, 10vw, 100px);
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .thoughts .thoughts-img {
    max-width: 550px;
  }
  .thoughts .thoughts-img .thoughts-butterfly02 {
    right: -9%;
  }
}

.ctr .section__wrapper {
  overflow: hidden;
  margin-bottom: clamp(4rem, 0.5rem + 11.2vw, 7.5rem);
}
.ctr .section__inner {
  position: relative;
  margin: 0 auto;
  height: 680px;
  padding: 0;
  max-width: 1500px;
}
@media screen and (min-width: 480px) {
  .ctr .section__inner {
    aspect-ratio: 3/3.7;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .ctr .section__inner {
    aspect-ratio: 4/3.9;
  }
}
.ctr .ctr-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: min(78%, 650px);
  text-align: center;
  color: #70845F;
}
@media screen and (min-width: 480px) {
  .ctr .ctr-copy {
    top: 53%;
  }
}
.ctr .ctr-copy .cta-text-green {
  width: 40px;
  margin: 0 auto 1rem;
}
.ctr .ctr-copy h2 {
  font-size: clamp(1.5rem, 1.125rem + 1.2vw, 2rem);
  line-height: 1.5;
}
.ctr .ctr-copy .text {
  margin-top: clamp(0.75rem, 0.25rem + 1.6vw, 1.5rem);
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
  line-height: 2.2;
  font-weight: 500;
}
.ctr [class^=ctr-back-img] {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.ctr [class^=ctr-back-img] img {
  display: block;
}
.ctr [class^=cta-green] {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.ctr [class^=cta-green] img {
  display: block;
}
.ctr .ctr-back-img01 {
  top: 0;
  left: 4%;
  width: 55%;
}
.ctr .ctr-back-img02 {
  top: 4%;
  right: 4%;
  width: 35%;
}
.ctr .ctr-back-img03 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .ctr .ctr-back-img03 {
    display: block;
    top: 44%;
    left: 2%;
    width: 24%;
  }
}
.ctr .ctr-back-img04 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .ctr .ctr-back-img04 {
    display: block;
    top: 40%;
    right: 2%;
    width: 23%;
  }
}
.ctr .ctr-back-img05 {
  bottom: 6%;
  left: 4%;
  width: 24%;
}
.ctr .ctr-back-img06 {
  bottom: 0;
  left: 50.5%;
  transform: translateX(-50%);
  width: 45%;
}
.ctr .ctr-back-img07 {
  bottom: 2%;
  right: 4%;
  width: 20%;
}
.ctr .cta-green01 {
  top: 25%;
  left: -2%;
  width: 10%;
}
.ctr .cta-green02 {
  top: 25%;
  right: 0%;
  width: 10%;
}
.ctr .cta-green03 {
  bottom: 3%;
  left: -8%;
  width: 20%;
}
@media screen and (min-width: 1024px) {
  .ctr .cta-green03 {
    bottom: -2%;
  }
}
.ctr .cta-green04 {
  bottom: 30%;
  right: 0%;
  width: 13%;
}
.ctr .cta-green05 {
  bottom: 12%;
  right: 20%;
  width: 7%;
}
@media screen and (min-width: 1024px) {
  .ctr .cta-green05 {
    bottom: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .ctr .cta-green05 {
    bottom: 26%;
  }
}
.ctr .ctr-img {
  max-width: 1900px;
  margin: auto;
}

footer {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 1rem + 3.2vw, 3.5rem) 1rem;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("img/soil-back.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  width: 120%;
}
footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(70, 96, 49, 0.92);
  z-index: 1;
}
footer .footer__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer__logo {
  display: inline-block;
  width: clamp(140px, 22vw, 220px);
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer__logo:hover {
    opacity: 0.8;
  }
}
footer .footer__copyright {
  margin-top: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.625rem, 0.5rem + 0.4vw, 0.75rem);
  letter-spacing: 0.08em;
}/*# sourceMappingURL=style.css.map */