@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #1a1a1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  font-size: clamp(1.35rem, 1.2rem + 0.4vw, 1.7rem);
  line-height: 2;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

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

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lr {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lr {
    font-size: 48px;
  }
}

.c-txt-md {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm {
  font-size: 13px;
  letter-spacing: 2.3px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-sm {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-sm {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-sm {
    font-size: 15px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #3aaa35;
}
@media screen and (min-width: 768px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-md {
    margin-bottom: 100px;
  }
}

.mb-lr {
  margin-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-lr {
    margin-bottom: 120px;
  }
}

.pd-sm {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .pd-sm {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-sm {
    padding: 50px 0;
  }
}

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-md {
    padding: 100px 0;
  }
}

.pd-lr {
  padding: 70px 0;
}
@media screen and (min-width: 1024px) {
  .pd-lr {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-lr {
    padding: 120px 0;
  }
}

.c-container {
  padding: 0 8vw;
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transform: scale(1.2);
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media screen and (min-width: 1024px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3aaa35;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom {
  opacity: 0;
}
.inview .img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.faq-contents .faq .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

.mobile-menu__accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  text-align: left;
}
.mobile-menu__accordion-title.is-active .mobile-menu__accordion-icon::after {
  height: 0;
  top: 50%;
}
.mobile-menu__accordion-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.mobile-menu__accordion-icon::before, .mobile-menu__accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #3aaa35;
  transition: all 0.3s;
}
.mobile-menu__accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  transform: translateY(-50%);
}
.mobile-menu__accordion-icon::after {
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 100%;
  transform: translateX(-50%);
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.tab-cate .tab {
  display: block;
  padding: 10px 5px;
  border: 2px solid #9a9a9a;
  font-weight: bold;
  color: gray;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .tab-cate .tab {
    font-size: 1.2em;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #3aaa35;
  border: 2px solid #3aaa35;
}

.panel.is-show {
  display: block;
}

#opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
#opening.is-hidden {
  opacity: 0;
}

.opening__logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
}
.opening__logo {
  position: relative;
  z-index: 2;
  width: clamp(120px, 20vw, 180px);
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  transform: scale(0.85);
  transition: opacity 1s ease, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.opening__logo.is-show {
  opacity: 1;
  transform: scale(1);
}
.opening__ring {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease, transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.opening__ring--1 {
  width: clamp(220px, 20vw, 320px);
  height: clamp(220px, 20vw, 320px);
  border: 1px solid rgba(0, 0, 0, 0.15);
  transform: scale(0.6);
}
.opening__ring--2 {
  width: clamp(290px, 20vw, 420px);
  height: clamp(290px, 20vw, 420px);
  border: 1px solid rgba(0, 0, 0, 0.07);
  transform: scale(0.6);
  transition-duration: 0.4s, 2s;
}
.opening__ring.is-show {
  opacity: 1;
  transform: scale(1.4);
}
.opening__ring.is-hide {
  opacity: 0;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #3aaa35;
  border-bottom: 1px solid #3aaa35;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 30px;
    justify-content: right;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb li:last-child {
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    max-width: none;
  }
}

.c-topview {
  position: relative;
  padding: 100px 8vw 0;
  margin-bottom: 60px;
}
.c-topview__img {
  border-radius: 15px;
}
.c-topview__img img {
  aspect-ratio: 2/1;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .c-topview {
    margin-bottom: 70px;
  }
  .c-topview__img img {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview {
    padding: 150px 4vw 0;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .c-topview__title {
    align-self: center;
  }
  .c-topview__img {
    height: 45vh;
    max-height: 300px;
    min-height: 200px;
  }
  .c-topview__img img {
    aspect-ratio: 3/1;
  }
  .c-topview.img-no {
    display: block;
    padding: 150px 8vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-topview {
    padding: 160px 8vw 0;
    gap: 80px;
    margin-bottom: 100px;
  }
  .c-topview__img {
    max-height: 360px;
    min-height: 240px;
  }
  .c-topview.img-no {
    padding: 160px 8vw 0;
  }
}
@media screen and (min-width: 1500px) {
  .c-topview {
    padding: 160px 0 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap: 100px;
  }
  .c-topview.img-no {
    padding: 160px 0 0;
  }
}

.p-title {
  line-height: 1.4;
  margin-bottom: 15px;
}
.p-title .ja {
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 0.08em;
  display: block;
  font-weight: 500;
  color: #3aaa35;
}
.p-title .en {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-title {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .p-title {
    line-height: 1.6;
  }
  .p-title .ja {
    font-size: 0.85em;
  }
  .p-title .en {
    font-size: 2.4em;
  }
}
.cursive {
  font-family: "Allura", cursive;
}

.font {
  font-family: "Barlow", sans-serif;
}

.more-btn {
  position: relative;
}
.more-btn__link {
  background-color: #3aaa35;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 9999px;
  width: 80%;
  max-width: 260px;
  border: 2px solid #3aaa35;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
}
.more-btn__link span.txt {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
}
.more-btn__link span.arrow {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 16px;
  height: 2px;
}
.more-btn__link span.arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.more-btn__link .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  transform: none;
}
.more-btn__link.slide-bg:hover span.txt {
  color: #3aaa35;
}
.more-btn__link.slide-bg:hover span.arrow {
  display: inline-block;
  position: relative;
  background: #3aaa35;
  width: 16px;
  height: 2px;
}
.more-btn__link.slide-bg:hover span.arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #3aaa35;
  border-right: 2px solid #3aaa35;
}
@media screen and (min-width: 1024px) {
  .more-btn__link {
    padding: 20px 40px;
    max-width: 320px;
  }
  .more-btn__link span.txt {
    font-size: 1.1em;
  }
}

.text-link {
  font-size: 1.3em;
  color: #fff;
}
.text-link-btn {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  gap: 20px;
}
.text-link-btn .arrow {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 16px;
  height: 2px;
}
.text-link-btn .arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .text-link {
    font-size: 1.5em;
  }
}

.scroll-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.scroll-wrap .scroll-text {
  font-family: "Barlow", sans-serif;
  writing-mode: vertical-rl;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: capitalize;
}
.scroll-wrap .scroll-line {
  position: relative;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.scroll-wrap .scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40%;
  background: #fff;
  animation: scrollDown 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes scrollDown {
  0% {
    top: -40%;
    opacity: 1;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.js-hero-wrap {
  position: relative;
  overflow: clip;
}

.top-view {
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin-bottom: 120px;
}
.top-view::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 246, 234, 0.5);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 50%);
  pointer-events: none;
  animation: shapeBreath1 22s ease-in-out infinite;
}
.top-view::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  clip-path: polygon(0 100%, 70% 100%, 0 50%);
  pointer-events: none;
  animation: shapeBreath2 18s ease-in-out infinite;
}
.top-view .mv {
  position: absolute;
  inset: 0;
}
.top-view .mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-view .scroll-wrap {
  position: absolute;
  bottom: 0;
  right: 2vw;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .top-view .scroll-wrap {
    right: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .top-view {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .top-view {
    margin-bottom: 250px;
  }
}

@keyframes shapeBreath1 {
  0%, 100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 50%);
  }
  50% {
    clip-path: polygon(0 100%, 100% 100%, 100% -10%, 0 35%);
  }
}
@keyframes shapeBreath2 {
  0%, 100% {
    clip-path: polygon(0 100%, 70% 100%, 0 50%);
  }
  50% {
    clip-path: polygon(0 100%, 100% 100%, 0 40%);
  }
}
.top-desc {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.top-desc h2 {
  padding: 0 4vw 40px;
  font-size: 1.8em;
  font-weight: 700;
  color: #3aaa35;
}
@media screen and (min-width: 768px) {
  .top-desc {
    bottom: 30px;
  }
  .top-desc h2 {
    padding: 0 8vw 40px;
    font-size: 2em;
    line-height: 2;
  }
  .top-desc h2 .onlySP {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .top-desc {
    bottom: 40px;
  }
  .top-desc h2 {
    font-size: 2.2em;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1280px) {
  .top-desc {
    bottom: 60px;
  }
  .top-desc h2 {
    font-size: 2.4em;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1500px) {
  .top-desc h2 {
    max-width: 1200px;
    padding: 0 0 50px;
    margin: 0 auto;
  }
}

.p-business {
  padding-bottom: 130px;
  position: relative;
}
.p-business::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/home/bg-1.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  position: absolute;
  inset: 0;
  opacity: 0.7;
  z-index: -1;
}
.p-business::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#ffffff, transparent);
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-business__desc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .p-business__desc p {
    display: inline-block;
    margin-left: auto;
  }
  .p-business .more-btn__link {
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .p-business {
    padding-bottom: 180px;
  }
  .p-business::before {
    background-size: 80% auto;
    background-position: bottom right;
  }
  .p-business::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 20%, transparent 70%);
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .p-business .more-btn__link {
    width: 320px;
  }
}
@media screen and (min-width: 1500px) {
  .p-business::before, .p-business::after {
    max-width: 1500px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-business .c-container {
    position: relative;
    padding-top: 50px;
  }
  .p-business .c-container::after {
    content: "";
    width: 1500px;
    height: calc(100% + 100px);
    background: linear-gradient(-90deg, #ffffff, transparent 20%);
    position: absolute;
    inset: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-slide .gallery {
  margin-top: -50px;
  position: relative;
  z-index: 20;
  overflow-x: hidden;
  padding-top: 15px;
}
.p-slide .gallery__track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.p-slide .gallery__track img {
  width: 80%;
  max-width: 360px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}
.p-slide .gallery__track img:nth-child(2n) {
  margin-top: -15px;
}
.p-slide .gallery__track img:nth-child(2n+1) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .p-slide .gallery {
    margin-top: -100px;
    padding-top: 25px;
  }
  .p-slide .gallery__track {
    gap: 25px;
  }
  .p-slide .gallery__track img:nth-child(2n) {
    margin-top: -25px;
  }
  .p-slide .gallery__track img:nth-child(2n+1) {
    margin-top: 25px;
  }
}

.p-service {
  padding: 100px 0 50px;
  background-color: #f5faf5;
  position: relative;
  border-radius: 50px 0 0 0;
}
.p-service__txt {
  font-weight: 500;
}
.p-service__list {
  display: grid;
  gap: 20px;
  max-width: 480px;
  margin: 0 auto;
}
.p-service__list__item {
  aspect-ratio: 3/2;
  border-radius: 10px;
  position: relative;
}
.p-service__list__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  opacity: 0.8;
  transition: all 0.3s;
}
.p-service__list__item::before {
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
.p-service__list__item::after {
  content: "";
  border-radius: 8px;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at 0% 0%, rgba(58, 170, 53, 0.9) 35%, transparent 55%);
}
.p-service__list__item .Img {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 8px;
  z-index: 0;
}
.p-service__list__item .Img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.p-service__list__item .cursive {
  position: absolute;
  top: -15px;
  right: -10px;
  display: inline-block;
  transform: rotate(5deg);
  font-size: 1.6em;
  opacity: 0.7;
  color: #9a9a9a;
  z-index: 10;
}
.p-service__list__item .Desc h3 {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.p-service__list__item .Desc .Wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.p-service__list__item .Desc .Wrap .arrow {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 12px;
  height: 2px;
}
.p-service__list__item .Desc .Wrap .arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-service__list__item .Desc .Wrap .arrow-wrap {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.p-service__list__item .Desc .Wrap p {
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.p-service__list__item__link {
  display: block;
  position: absolute;
  inset: 0;
  padding: 5vw;
  color: #fff;
  z-index: 5;
}
.p-service__list__item {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-service__list__item:hover .Img img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  .p-service {
    padding: 120px 0 60px;
  }
  .p-service__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
  .p-service__list__item .Desc h3 {
    font-size: 1.5em;
  }
  .p-service__list__item .Desc .Wrap {
    padding: 3vw;
  }
  .p-service__list__item .Desc .Wrap .arrow {
    display: inline-block;
    position: relative;
    background: #fff;
    width: 15px;
    height: 2px;
  }
  .p-service__list__item .Desc .Wrap .arrow::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .p-service__list__item .Desc .Wrap .arrow-wrap {
    width: 60px;
    height: 60px;
  }
  .p-service__list__item__link {
    padding: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-service {
    padding: 150px 0 80px;
    margin-left: 10vw;
    border-radius: 80px 0 0 80px;
  }
}
@media screen and (min-width: 1500px) {
  .p-service {
    margin-left: 200px;
  }
  .p-service .c-container {
    padding: 0 100px;
  }
  .p-service__list__item .Desc .Wrap {
    padding: 40px;
  }
  .p-service__list__item__link {
    padding: 40px;
  }
}

.p-company__img {
  aspect-ratio: 3/2;
}
.p-company__img img {
  border-radius: 20px;
}
.p-company__desc {
  background: linear-gradient(90deg, #3aaa35, #c8c832);
  border-radius: 0 30px 30px 0;
  color: #fff;
  padding: 100px 0 60px;
  margin-top: -50px;
}
.p-company__desc .p-title .ja {
  color: #fff;
}
.p-company__desc .more-btn {
  margin-top: 40px;
}
.p-company__desc .more-btn__link {
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-company__img {
    margin: 0 4vw;
  }
  .p-company__desc {
    padding: 120px 0 70px;
  }
  .p-company__desc .c-container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__img {
    aspect-ratio: 16/9;
  }
  .p-company__desc {
    padding: 180px 0 70px;
    margin-top: -100px;
    margin-right: 10vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-company__img {
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-company__desc .c-container {
    max-width: 1000px;
    padding: 0 80px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1500px) {
  .p-company__desc {
    margin-right: 200px;
  }
}

.p-news {
  position: relative;
}
.p-news__item {
  padding: 20px 5px;
  border-top: 1px solid #ccc;
}
.p-news__item:last-child {
  border-bottom: 1px solid #ccc;
}
.p-news__link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-news__link:hover {
    opacity: 0.7;
  }
}
.p-news__img {
  flex-basis: 30%;
  aspect-ratio: 3/2;
}
.p-news__img img {
  border-radius: 5px;
}
.p-news__img-noimg {
  background-color: #eee;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news__img-noimg img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 30%;
  aspect-ratio: 1/1;
}
.p-news__desc {
  flex-basis: 70%;
}
.p-news-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.p-news-wrap .cate-item {
  color: #3aaa35;
  background-color: #f8f8dc;
  border-radius: 9999px;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  padding: 1px 10px;
}
.p-news__date {
  color: #888;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-right: 15px;
}
.p-news__content {
  font-size: 0.9em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.p-news .more-btn {
  text-align: center;
}
.p-news .category-list {
  padding: 50px 0 80px;
  background-color: #f5f5f5;
}
.p-news .category-list h4 {
  text-align: center;
  color: #3aaa35;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.8em;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.p-news .category-list ul {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.p-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  padding: 10px;
  position: relative;
}
.p-news .category-list ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3aaa35;
  border-right: 2px solid #3aaa35;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.p-news .category-list ul li::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #3aaa35;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.p-news .category-list ul li a {
  color: #1a1a1a;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .p-news .c-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto 1fr;
    gap: 0 40px;
  }
  .p-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news .more-btn {
    grid-row: 2/3;
    grid-column: 1/2;
    text-align: left;
  }
  .p-news .more-btn__link {
    width: 220px;
  }
  .p-news.c-news .c-container {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-news .c-container {
    gap: 0 50px;
  }
  .p-news__item {
    padding: 30px 10px;
  }
  .p-news__link {
    gap: 20px;
  }
  .p-news .more-btn__link {
    width: 280px;
  }
  .p-news.c-news {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .p-news.c-news .c-container {
    flex: 1;
    padding: 0 4vw;
  }
  .p-news .category-list {
    flex-basis: 30%;
    padding: 40px 0 80px;
  }
  .p-news .category-list h4 {
    margin-bottom: 25px;
  }
  .p-news .category-list ul {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-news .c-container {
    gap: 0 70px;
  }
  .p-news__item {
    padding: 30px 15px;
  }
  .p-news__link {
    gap: 30px;
  }
  .p-news__img {
    flex-basis: 25%;
  }
  .p-news__desc {
    flex-basis: 75%;
  }
  .p-news .more-btn__link {
    width: 320px;
  }
  .p-news.c-news .c-container {
    padding: 0 80px 0 8vw;
  }
  .p-news .category-list {
    flex-basis: 30%;
    padding: 40px 0 80px;
  }
  .p-news .category-list ul {
    padding: 0;
  }
}
@media screen and (min-width: 1500px) {
  .p-news.c-news {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-news.c-news .c-container {
    padding: 0 80px;
  }
}

.p-cta {
  position: relative;
  color: #fff;
}
.p-cta__desc {
  background-color: #3aaa35;
  padding: 40px 6vw;
  border-radius: 20px 20px 0 0;
}
.p-cta__desc .p-title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.p-cta__desc .p-title .ja {
  color: #fff;
}
.p-cta__desc .more-btn {
  text-align: center;
  margin-top: 30px;
}
.p-cta__desc .more-btn__link {
  border: 2px solid #fff;
  width: 100%;
}
.p-cta__img {
  aspect-ratio: 5/4;
  border-radius: 0 0 20px 20px;
}
.p-cta__img img {
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-cta__wrap {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 -5vw;
  }
  .p-cta__img {
    aspect-ratio: auto;
    flex-basis: 50%;
    border-radius: 20px 0 0 20px;
  }
  .p-cta__img img {
    border-radius: 20px 0 0 20px;
  }
  .p-cta__desc {
    flex-basis: 50%;
    padding: 40px 4vw;
    border-radius: 0 20px 20px 0;
  }
  .p-cta__desc .p-title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  .p-cta__desc .p-title .ja {
    color: #fff;
  }
  .p-cta__desc .more-btn {
    text-align: center;
    margin-top: 30px;
  }
  .p-cta__desc .more-btn__link {
    border: 2px solid #fff;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__img {
    flex-basis: 40%;
  }
  .p-cta__desc {
    flex-basis: 60%;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta__img {
    flex-basis: 50%;
  }
  .p-cta__desc {
    flex-basis: 50%;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1500px) {
  .p-cta__wrap {
    margin: 0;
  }
}

.p-footer {
  padding: 50px 0 20px;
  background-color: #f5faf5;
}
.p-footer__logo {
  margin-bottom: 0px;
  padding-top: 10px;
}
.p-footer__logo img {
  width: 100%;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__address {
  margin-bottom: 0px;
}
.p-footer__address h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1em;
}
.p-footer__address .onlySP {
  display: none;
}
.p-footer__wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}
.p-footer__nav {
  margin-bottom: 50px;
}
.p-footer__nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-footer__nav ul li {
  margin-bottom: 0px;
  font-size: 1.1em;
  line-height: 1.6;
}
.p-footer__nav ul li small {
  display: block;
  font-size: 1em;
  text-transform: capitalize;
  color: #9a9a9a;
  padding-left: calc(20px + 10px);
  position: relative;
}
.p-footer__nav ul li small::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-footer__nav ul li a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav ul li a:hover {
    color: #3aaa35;
  }
}
.p-footer .copyright {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 0.8em;
  color: #888;
  text-align: center;
}
@media screen and (max-width: 399px) {
  .p-footer__wrap {
    display: block;
  }
  .p-footer__logo {
    margin-bottom: 20px;
  }
  .p-footer__logo img {
    width: 30%;
    max-width: 100px;
  }
  .p-footer__address {
    margin-bottom: 40px;
  }
  .p-footer__nav ul {
    display: block;
  }
  .p-footer__nav ul li {
    margin-bottom: 20px;
  }
  .p-footer__nav ul li small {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 60px 0 20px;
  }
  .p-footer__wrap {
    justify-content: center;
    align-items: center;
    gap: 45px;
    margin-bottom: 50px;
  }
  .p-footer__logo {
    padding-top: 0;
  }
  .p-footer__logo img {
    max-width: 80px;
  }
  .p-footer__address h3 {
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .p-footer__nav {
    margin-bottom: 50px;
  }
  .p-footer__nav ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .p-footer__nav ul li {
    line-height: 1.7;
  }
  .p-footer__nav ul li small {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 80px 0 30px;
  }
  .p-footer__wrap {
    gap: 60px;
    margin-bottom: 70px;
  }
  .p-footer__nav {
    margin-bottom: 60px;
  }
  .p-footer__nav ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .p-footer__nav ul li {
    font-size: 1.2em;
  }
  .p-footer .copyright {
    padding-top: 30px;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer .c-container {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.c-about__desc table {
  width: 100%;
}
.c-about__desc tr:nth-child(1) th {
  border-top: 1px solid #e5e5e5;
}
.c-about__desc th {
  width: 100%;
  padding: 15px 5px 5px 5px;
  font-weight: 500;
  text-align: left;
}
.c-about__desc td {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 5px 15px 5px;
}
.c-about__desc td .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.c-about__desc td .map {
  display: block;
  margin-top: 15px;
  aspect-ratio: 3/2;
}
.c-about__desc td .map iframe {
  width: 100%;
  height: 100%;
}
.c-about__desc td img {
  width: 5em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-about__desc th, .c-about__desc td {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-about__desc tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .c-about__desc tr:nth-child(1) {
    border-top: 1px solid #e5e5e5;
  }
  .c-about__desc tr:nth-child(1) th {
    border-top: none;
  }
  .c-about__desc th {
    flex-basis: 170px;
    padding: 20px 5px;
    align-self: flex-start;
  }
  .c-about__desc td {
    flex: 1;
    border-bottom: none;
    padding: 20px 5px;
  }
}
@media screen and (min-width: 1024px) {
  .c-about__desc {
    max-width: 900px;
    margin: 0 auto;
  }
  .c-about__desc th {
    flex-basis: 200px;
    padding: 25px 10px;
  }
  .c-about__desc td {
    padding: 25px 10px;
  }
}

.c-service .p-title {
  text-align: center;
  margin-bottom: 30px;
}
.c-service__modal ul {
  margin: 0 -8vw;
}
.c-service__modal ul li {
  position: relative;
}
.c-service__modal ul li a {
  display: block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-service__modal ul li a:hover .Img::before {
    height: 0;
  }
  .c-service__modal ul li a:hover .Img img {
    transform: scale(1.1);
  }
  .c-service__modal ul li a:hover .Desc {
    color: #3aaa35;
  }
  .c-service__modal ul li a:hover .text-link {
    color: #3aaa35;
  }
  .c-service__modal ul li a:hover .text-link-btn .arrow {
    display: inline-block;
    position: relative;
    background: #3aaa35;
    width: 16px;
    height: 2px;
  }
  .c-service__modal ul li a:hover .text-link-btn .arrow::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #3aaa35;
    border-right: 2px solid #3aaa35;
  }
}
.c-service__modal ul li .Img {
  aspect-ratio: 3/2;
  position: relative;
}
.c-service__modal ul li .Img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  opacity: 0.6;
  transition: all 0.3s;
}
.c-service__modal ul li .Img {
  overflow: hidden;
}
.c-service__modal ul li .Img img {
  position: relative;
  z-index: -1;
  transition: all 0.3s;
}
.c-service__modal ul li .Desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8vw 0 0 8vw;
  z-index: 10;
  color: #fff;
}
.c-service__modal ul li .Desc h3 {
  font-size: 1.5em;
  font-weight: 500;
}
.c-service__modal ul li .text-link {
  position: absolute;
  bottom: 8vw;
  right: 0;
  width: 100%;
  padding: 0 8vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-service .p-title {
    margin-bottom: 45px;
  }
  .c-service__modal ul li .Img {
    aspect-ratio: 2/1;
  }
  .c-service__modal ul li .Img::before {
    width: 50%;
  }
  .c-service__modal ul li .Desc {
    padding: 10vw 0 0 8vw;
  }
  .c-service__modal ul li .text-link {
    bottom: 10vw;
  }
  .c-service__modal ul li:nth-child(2n) .Img::before {
    left: auto;
    right: 0;
  }
  .c-service__modal ul li:nth-child(2n) .Desc {
    width: 50%;
    left: auto;
    right: 0;
  }
  .c-service__modal ul li:nth-child(2n) .text-link {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .c-service .p-title {
    margin-bottom: 55px;
  }
  .c-service__modal ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-service__modal ul li .Img {
    aspect-ratio: 4/5;
  }
  .c-service__modal ul li .Img::before {
    width: 100%;
  }
  .c-service__modal ul li .Desc {
    padding: 80px 0 0 40px;
  }
  .c-service__modal ul li .Desc h3 {
    font-size: 1.6em;
  }
  .c-service__modal ul li .text-link {
    bottom: 80px;
    padding: 0 40px;
  }
  .c-service__modal ul li:nth-child(2n) .Desc {
    width: 100%;
  }
  .c-service__modal ul li:nth-child(2n) .text-link {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .c-service__modal ul {
    margin: 0;
  }
}

.c-service-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-service-popup.is-active {
  opacity: 1;
}
.c-service-popup.is-active .c-service-popup__content {
  transform: scale(1);
}
.c-service-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.c-service-popup__content {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 12px;
  overflow-y: auto;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  z-index: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-service-popup__content::-webkit-scrollbar {
  display: none;
}
.c-service-popup__close {
  position: sticky;
  top: 20px;
  left: calc(100% - 60px);
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.c-service-popup__close:hover {
  transform: rotate(90deg);
}
.c-service-popup__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #333;
}
.c-service-popup__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-service-popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-service-popup__inner {
  padding: 40px 30px;
}
.c-service-popup__img {
  aspect-ratio: 3/2;
  margin: 0 auto 20px;
}
.c-service-popup__title {
  font-size: 1.3em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-service-popup__title br {
    display: none;
  }
  .c-service-popup__desc {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .c-service-popup__content {
    max-width: 1200px;
  }
  .c-service-popup__inner {
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .c-service-popup__img {
    margin: 0;
    aspect-ratio: 3/2;
  }
  .c-service-popup__desc {
    text-align: left;
    align-self: center;
  }
  .c-service-popup__title {
    text-align: left;
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-service-popup__inner {
    padding: 60px;
    gap: 60px;
  }
}

.c-topsec__img {
  margin-bottom: 40px;
  position: relative;
}
.c-topsec__img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(circle at 0% 0%, rgba(58, 170, 53, 0.9) 0%, transparent 40%);
}
.c-topsec__img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.c-topsec__desc h2 {
  font-size: 1.3em;
  line-height: 2.2;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-topsec__img img {
    aspect-ratio: 16/9;
  }
  .c-topsec__desc h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-topsec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-topsec__img {
    order: 2;
    margin-bottom: 0;
  }
  .c-topsec__img img {
    aspect-ratio: 1/1;
  }
  .c-topsec__desc {
    order: 1;
    align-self: center;
  }
  .c-topsec__desc .c-container {
    padding: 0 50px 0 4vw;
  }
  .c-topsec__desc h2 {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .c-topsec__img img {
    aspect-ratio: 3/2;
  }
  .c-topsec__desc .c-container {
    padding: 0 70px 0 6vw;
  }
  .c-topsec__desc h2 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1500px) {
  .c-topsec {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-topsec__desc .c-container {
    padding: 0 70px 0 80px;
  }
}

.c-feature {
  background-color: #f5faf5;
}
.c-feature__list {
  display: grid;
  gap: 30px;
  margin: 30px -4vw 0;
}
.c-feature__list__item {
  background-color: #fff;
  border-radius: 20px;
}
.c-feature__list__item .Img {
  aspect-ratio: 16/9;
  border-radius: 20px 20px 0 0;
}
.c-feature__list__item .Img img {
  border-radius: 20px 20px 0 0;
}
.c-feature__list__item .Desc {
  padding: 20px 30px 30px;
}
.c-feature__list__item .Desc .num {
  color: #3aaa35;
  padding-left: 15px;
  position: relative;
}
.c-feature__list__item .Desc .num::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #3aaa35;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-feature__list__item .Desc h3 {
  font-size: 1.4em;
  color: #3aaa35;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-feature__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-feature__list {
    margin: 50px 0 0;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-feature__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 50px -4vw 0;
  }
}
@media screen and (min-width: 1500px) {
  .c-feature__list {
    gap: 30px;
    margin: 50px 0 0;
  }
}

.faq-contents {
  position: relative;
}
.faq-contents .faq {
  border-top: 1px solid #e5e5e5;
}
.faq-contents .faq__item {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "Q";
  color: #3aaa35;
  font-size: 1.3em;
  font-weight: 500;
}
.faq-contents .faq dt span {
  margin-left: 5vw;
  margin-right: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
  font-weight: 500;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #3aaa35;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #3aaa35;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd p {
  margin-left: 5vw;
}
.faq-contents .faq dd .m-description-article {
  display: block;
  line-height: 2;
  padding: 20px 10px;
  position: relative;
}
.faq-contents .faq dd .m-description-article::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "A";
  font-weight: 500;
  color: #9a9c10;
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  .faq-contents .faq dt::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .faq-contents .faq__item {
    padding: 15px 0;
  }
  .faq-contents .faq dt span {
    margin-left: 3.5vw;
    margin-right: 5vw;
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
  .faq-contents .faq dd p {
    margin-left: 3.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .faq-contents .faq {
    max-width: 1000px;
    margin: 0 auto;
  }
  .faq-contents .faq dt span {
    margin-left: 30px;
    margin-right: 50px;
  }
  .faq-contents .faq dt span::after {
    width: 30px;
  }
  .faq-contents .faq dd p {
    margin-left: 30px;
  }
}

.c-tab .p-title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-tab .p-title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .c-tab .p-title {
    margin-bottom: 55px;
  }
}
.c-flow__list__item {
  border: 1px solid #3aaa35;
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
}
.c-flow__list__item .num {
  flex-basis: 20%;
  background-color: #3aaa35;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  padding: 15px;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.c-flow__list__item .num::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3aaa35;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-flow__list__item .num span {
  display: block;
  font-size: 1.1em;
  line-height: 1.3;
}
.c-flow__list__item .Desc {
  flex: 1;
  display: grid;
  align-items: center;
  padding: 20px;
}
.c-flow__list__item .Desc h3 {
  font-size: 1.1em;
  margin-bottom: 8px;
}
.c-flow__list__item .Desc p {
  font-size: 0.9em;
  letter-spacing: 0.04em;
}
.c-flow__list__item:last-child .num::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-flow__list {
    max-width: 800px;
    margin: 0 auto;
  }
  .c-flow__list__item {
    margin-bottom: 30px;
  }
  .c-flow__list__item .num {
    flex-basis: 100px;
    font-size: 1em;
    padding: 25px 0;
  }
  .c-flow__list__item .num span {
    font-size: 1.5em;
  }
  .c-flow__list__item .Desc {
    flex: 1;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-flow__list {
    max-width: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
  }
  .c-flow__list__item {
    flex-basis: 48%;
    display: block;
    margin-bottom: 30px;
  }
  .c-flow__list__item .num {
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
  }
  .c-flow__list__item .num::before {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -15px;
    transform: translateY(-50%) rotate(90deg);
  }
  .c-flow__list__item .num span {
    display: inline-block;
    margin-left: 5px;
  }
  .c-flow__list__item .Desc {
    padding: 15px 20px 20px;
  }
  .c-flow__list__item .Desc h3 {
    font-size: 1.2em;
  }
  .c-flow__list__item:last-child {
    flex-basis: 100%;
    text-align: center;
  }
  .c-flow__list__item:last-child .Desc h3 {
    font-size: 1.4em;
    color: #3aaa35;
  }
}
@media screen and (min-width: 1280px) {
  .c-flow__list__item {
    margin-bottom: 45px;
  }
  .c-flow__list__item .Desc {
    padding: 20px 40px 30px;
  }
  .c-flow__list__item .Desc h3 {
    font-size: 1.2em;
  }
}

.page-numbers {
  margin: 6vw 0 8vw;
}
@media screen and (min-width: 1024px) {
  .page-numbers {
    margin: 60px 0 0;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 1em;
  font-family: "Barlow", sans-serif;
}
.page-numbers:not(.next):not(.prev) .current {
  color: #3aaa35;
  font-weight: bold;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  margin: 0;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 40px;
}
.page-numbers:not(.next):not(.prev) .next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3aaa35;
  border-right: 2px solid #3aaa35;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.page-numbers:not(.next):not(.prev) .next::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #3aaa35;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.page-numbers:not(.next):not(.prev) .prev {
  position: relative;
  padding-right: 40px;
}
.page-numbers:not(.next):not(.prev) .prev::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3aaa35;
  border-right: 2px solid #3aaa35;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 10px;
  margin: auto;
  transform: rotate(-135deg);
}
.page-numbers:not(.next):not(.prev) .prev::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #3aaa35;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 10px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .page-numbers:not(.next):not(.prev) {
    font-size: 1.15em;
  }
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 40px;
    margin: 0;
  }
  .page-numbers:not(.next):not(.prev) .next, .page-numbers:not(.next):not(.prev) .prev {
    padding-right: 55px;
  }
}

.c-news-sl .c-container {
  padding: 0 5vw;
}
.c-news-sl__tit h3 {
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.c-news-sl__date {
  color: #888;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl .more-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-news-sl .c-container {
    padding: 0 8vw;
  }
  .c-news-sl__contents {
    padding: 6vw 0 8vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-sl__contents {
    padding: 5vw 0 8vw;
  }
  .c-news-sl__tit h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .c-news-sl .c-container {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0 6vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-news-sl .c-container {
    padding: 0;
  }
  .c-news-sl__contents {
    padding: 50px 0 80px;
  }
}

.wp-categories {
  margin-bottom: 15px;
}
.wp-categories ul {
  display: flex;
  gap: 10px;
}
.wp-categories ul li a {
  color: #3aaa35;
  background-color: #f8f8dc;
  border-radius: 9999px;
  font-size: 0.9em;
  letter-spacing: 0.04em;
  padding: 5px 20px;
}
@media screen and (min-width: 1024px) {
  .wp-categories ul {
    gap: 15px;
  }
  .wp-categories ul li a {
    font-size: 1em;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 3px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 52px;
  width: 52px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .p-header .pc-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none !important;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  background-color: #fff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding: 100px 0 30px;
}
.mobile-menu__item {
  margin: 0 8vw 15px 8vw;
  padding: 0 5px 15px;
  border-bottom: 1px solid #eee;
  font-size: 1.1em;
  font-weight: 500;
}
.mobile-menu__sub-list {
  padding-left: 1em;
}
.mobile-menu__sub-list li {
  font-weight: 400;
  line-height: 2.5;
  font-size: 0.9em;
}
.mobile-menu__sub-list li:first-child {
  padding-top: 20px;
}
.mobile-menu__sub-list li:last-child {
  padding-bottom: 15px;
}
.mobile-menu .contact-btn {
  text-align: center;
  margin: 0 8vw 50px;
}
.mobile-menu .contact-btn a {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  background-color: #3aaa35;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  height: 60px;
  padding: 0 30px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .contact-btn .arrow {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 16px;
  height: 2px;
}
.mobile-menu .contact-btn .arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .mobile-menu__list {
    width: 60%;
  }
  .mobile-menu .contact-btn {
    width: 60%;
    padding: 0 8vw;
    margin: 0 0 50px;
  }
  .mobile-menu .contact-btn a {
    max-width: 480px;
    height: 70px;
    padding: 0 30px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
  overflow: hidden;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.mobile-container.is-scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 22px;
  right: 18px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  background-color: transparent;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #3aaa35;
  width: 27px;
  height: 1.5px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mobile-container {
    height: 75px;
  }
  .mobile-container .logo {
    height: 63px;
    width: 63px;
  }
  .mobile-container .mobile-button {
    top: 25px;
    right: 20px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.pc-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 8000;
  width: 100%;
  height: 100px;
  border-bottom: 2px solid rgba(58, 170, 53, 0.3);
  transition: all 0.4s;
}
.pc-container.is-scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pc-container .pc-nav {
  display: flex;
  align-items: center;
}
.pc-container .pc-nav-list {
  display: flex;
  align-items: center;
  height: 100px;
}
.pc-container .pc-nav-item {
  font-size: 1.1em;
  font-weight: 500;
  transition: all 0.3s;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 130px;
  position: relative;
}
.pc-container .pc-nav-item::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #3aaa35;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.pc-container .pc-nav-item {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .pc-nav-item:hover {
    color: #3aaa35;
  }
  .pc-container .pc-nav-item:hover::before {
    width: 100%;
  }
}
.pc-container .pc-nav-item.hoverItem {
  position: relative;
}
.pc-container .pc-nav-item.hoverItem p {
  position: relative;
  cursor: pointer;
}
.pc-container .pc-nav-item.hoverItem p::before {
  position: absolute;
  top: 3px;
  right: -20px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.pc-container .pc-nav-item.hoverItem .dropDown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 1px);
  left: 50%;
  width: 300px;
  border: 1px solid #ccc;
  background-color: #fff;
  transform: translateX(-50%) translateY(-10px);
  transition: all 0.3s ease;
}
.pc-container .pc-nav-item.hoverItem .dropDown li {
  opacity: 0;
  transform: translateY(-5px);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5019607843);
  transition: all 0.3s ease;
}
.pc-container .pc-nav-item.hoverItem .dropDown li a {
  display: block;
  color: #1a1a1a;
  padding: 10px 0;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .pc-nav-item.hoverItem .dropDown li a:hover {
    background-color: #3aaa35;
    color: #fff;
  }
}
.pc-container .pc-nav-item.hoverItem .dropDown li:last-child {
  border-bottom: none;
}
.pc-container .pc-nav-item.hoverItem:hover p::before {
  transform: rotate(-45deg);
  border-top: 2px solid #3aaa35;
  border-right: 2px solid #3aaa35;
}
.pc-container .pc-nav-item.hoverItem:hover .dropDown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.pc-container .pc-nav-item.hoverItem:hover .dropDown li {
  opacity: 1;
  transform: translateY(0);
}
.pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(1) {
  transition-delay: 0.1s;
}
.pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(2) {
  transition-delay: 0.2s;
}
.pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(3) {
  transition-delay: 0.3s;
}
.pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(4) {
  transition-delay: 0.4s;
}
.pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(5) {
  transition-delay: 0.5s;
}
.pc-container .contact-btn {
  margin-right: 2vw;
}
.pc-container .contact-btn a {
  background-color: #3aaa35;
  border: 2px solid #3aaa35;
  height: 60px;
  width: 220px;
  padding: 0 30px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1em;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .contact-btn a:hover {
    background-color: #fff;
    color: #3aaa35;
  }
  .pc-container .contact-btn a:hover .arrow {
    display: inline-block;
    position: relative;
    background: #3aaa35;
    width: 16px;
    height: 2px;
  }
  .pc-container .contact-btn a:hover .arrow::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #3aaa35;
    border-right: 2px solid #3aaa35;
  }
}
.pc-container .contact-btn .arrow {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 16px;
  height: 2px;
}
.pc-container .contact-btn .arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pc-container .logo__img {
  margin: 15px 10px 0px 10px;
}
.pc-container .logo {
  height: 80px;
  width: 80px;
}
@media screen and (min-width: 1280px) {
  .pc-container .pc-nav-item {
    width: 150px;
  }
  .pc-container .pc-nav-item.hoverItem .dropDown li a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1500px) {
  .pc-container .pc-nav-item {
    width: 180px;
  }
}

.menu-open.mobile-menu {
  z-index: 5000;
  opacity: 1;
  transition: all 0.5s;
  transform: translateX(0%);
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .menu-open.mobile-menu {
    transform: translateX(40%);
  }
}
.menu-open .mobile-menu__btn > span {
  background-color: #3aaa35 !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8.5px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8.5px) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(10.5px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-10.5px) rotate(-135deg);
  }
}/*# sourceMappingURL=style.css.map */