@charset "UTF-8";

.c-title-wrap {
  color: #05A44F;
}

.c-title-en {
  font-size: clamp(2.75rem, 2.4188950555rem + 1.4127144299vw, 3.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(83 / 58);
}

.c-title-jp {
  font-size: 14px;
  font-weight: 700;
  line-height: calc(20 / 14);
}

a.c-btn-simple {
  align-items: center;
  background: #05A44F;
  border-radius: 45px;
  color: #FFFFFF;
  display: flex;
  height: 50px;
  justify-content: center;
  line-height: calc(20 / 14);
  min-width: 220px;
  padding: 10px 35px;
  position: relative;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
a.c-btn-simple p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
a.c-btn-simple::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: transform 0.3s ease;
  width: 10px;
}
a.c-btn-simple:hover {
  opacity: 1;
}
a.c-btn-simple:hover::after {
  transform: translate(5px, -50%);
}
a.c-btn-simple.c-btn-simple--white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #05A44F;
  font-weight: 700;
}
a.c-btn-simple.c-btn-simple--white::after {
  background: url(../images/arrow_green.svg) no-repeat center center/contain;
}

.c-noise {
  position: relative;
  z-index: 1;
}
.c-noise::after {
  background: url(../images/noise.png) repeat center center;
  background-size: 819px 335px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

a.c-btn-arrow {
  align-items: center;
  color: #05A44F;
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
a.c-btn-arrow:hover {
  opacity: 1;
}
a.c-btn-arrow:hover p::after {
  width: 100%;
}
a.c-btn-arrow > p {
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
a.c-btn-arrow > p::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
a.c-btn-arrow > div {
  background: #a9d05f;
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}
a.c-btn-arrow > div::after {
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
}
a.c-btn-arrow.c-btn-arrow--white {
  color: #fff;
}

.c-bg-cycle {
  overflow: hidden;
  position: relative;
}
.c-bg-cycle::after, .c-bg-cycle::before {
  aspect-ratio: 1/1;
  background: url(../images/bg_cycle.svg) no-repeat center center/contain;
  content: "";
  height: auto;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.c-bg-cycle::before {
  left: -100px;
  top: 0;
  width: 260px;
}
.c-bg-cycle::after {
  bottom: 0;
  right: -100px;
  width: 200px;
}
.c-bg-cycle.c-bg-cycle--right::before {
  left: auto;
  right: -100px;
}
.c-bg-cycle.c-bg-cycle--right::after {
  left: -100px;
  right: auto;
}

.c-inner {
  margin-inline: auto;
  max-width: 1145px;
  position: relative;
  z-index: 2;
}

.c-title-cycle {
  align-items: baseline;
  display: flex;
  font-size: clamp(1.375rem, 1.3276992936rem + 0.2018163471vw, 1.5rem);
  font-weight: 700;
  gap: 9px;
}
.c-title-cycle::before {
  background: url(../images/title_cycle.svg) no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.c-desc {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 20px;
  letter-spacing: 0.03em;
  line-height: 2.14;
  text-align: justify;
}

.c-link-triangle {
  align-items: center;
  display: flex;
  gap: 12px;
  padding-bottom: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link-triangle:hover {
  opacity: 1;
}
.c-link-triangle:hover::before {
  width: 100%;
}
.c-link-triangle p {
  color: #2c2c2c;
  font-weight: 400;
}
.c-link-triangle::after {
  background-color: #05A44F;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7.6px;
  width: 6.6px;
}
.c-link-triangle::before {
  background: #05A44F;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.page-header {
  padding-inline: 20px;
  padding-top: 115px;
  position: relative;
}
.page-header::after {
  background: #edf3eb;
  content: "";
  height: calc(100% - 70px);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.page-header .c-inner {
  position: relative;
  z-index: 3;
}

.page-header__bread {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}

a.page-header__bread-item,
.page-header__bread-item {
  color: #05A44F;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: calc(14 / 12);
}

.page-header__bread-item {
  align-items: center;
  color: #05A44F;
  display: flex;
  gap: 12px;
}
.page-header__bread-item:not(:first-child)::before {
  background-color: currentColor;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7.6px;
  width: 6.6px;
}

.page-header__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  width: 100%;
}
.page-header__img {
  aspect-ratio: 550/350;
  border-radius: 10px;
  height: 300px;
  margin-left: auto;
  max-width: 550px;
  overflow: hidden;
  width: 100%;
}

.page-main__wrap {
  margin-bottom: -88px;
  margin-top: -150px;
  padding-top: 77px;
  position: relative;
  z-index: 1;
}

.c-label {
  color: #05A44F;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.84;
}

.service-bottom__swiper .swiper-slide {
  aspect-ratio: 580/500;
}

.adjust-sp {
  letter-spacing: 0.05em;
}

@media (min-width: 414px) {
  .adjust-sp {
    letter-spacing: 0.03em;
  }
  .adjust-spwide {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .c-desc {
    text-align: left;
  }
  .page-header__contents {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
  }
  .page-header__contents .c-title-wrap {
    padding-top: 38px;
  }
  .page-header__img {
    height: 350px;
    margin-left: 0;
    width: 100%;
  }
  .adjust-spwide {
    letter-spacing: 0.03em;
  }
  .adjust-tb {
    letter-spacing: normal;
  }
}

@media (min-width: 1024px) {
  a.c-btn-arrow > div {
    height: 56px;
    width: 56px;
  }
  .c-bg-cycle::before {
    left: calc(-73 / 1366 * 100vw);
    width: calc(365 / 1366 * 100vw);
  }
  .c-bg-cycle::after {
    right: calc(-61 / 1366 * 100vw);
    width: calc(295 / 1366 * 100vw);
  }
  .c-bg-cycle.c-bg-cycle--right::before {
    right: calc(-110 / 1366 * 100vw);
    width: calc(318 / 1366 * 100vw);
  }
  .c-bg-cycle.c-bg-cycle--right::after {
    left: calc(-65 / 1366 * 100vw);
    width: calc(318 / 1366 * 100vw);
  }
  .c-bg-cycle.c-bg-cycle--right.c-bg-cycle--section::before {
    right: calc(-80 / 1366 * 100vw);
  }
  .c-bg-cycle.c-bg-cycle--right.c-bg-cycle--section::after {
    left: calc(-55 / 1366 * 100vw);
    width: calc(346 / 1366 * 100vw);
  }
  .c-desc {
    gap: 30px;
  }
  .page-header {
    padding-top: 113px;
  }
  .adjust-tb {
    letter-spacing: 0.03em;
  }
  .adjust-pc {
    letter-spacing: normal;
  }
}

@media (min-width: 1366px) {
  .adjust-pc {
    letter-spacing: 0.03em;
  }
  .adjust-lg {
    letter-spacing: normal;
  }
}