@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}
@media not all and (max-width: 767px) {
  html {
    scroll-padding-top: var(--header-height);
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: var(--sp-header-height);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  position: relative;
}
@media not all and (max-width: 767px) {
  body {
    min-width: 1328px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0px;
  }
}

:root {
  --theme-white: #fff;
  --theme-black: #333;
  --theme-thin-white: #f2f6f4;
  --theme-grey: #e5e9e8;
  --theme-green: #032a18;
  --theme-thin-green: #0c5030;
  --ff-roboto: "Roboto", sans-serif;
  --fw-700: 700;
  --fw-500: 500;
  --sp-width: 375;
  --sp-ratio: calc(1 / var(--sp-width) * 100vw);
  --swiper-navigation-size: calc(40 * var(--sp-ratio)) !important;
  --header-height: 81.3px;
  --sp-header-height: 64px;
}

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

/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next ::slotted(svg), .swiper-button-next svg, .swiper-button-prev ::slotted(svg), .swiper-button-prev svg {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon, .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon), .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon), .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev ::slotted(.swiper-navigation-icon), .swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon), .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next, .swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-next, .swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon, .swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon), .swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon) {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon, .swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon), .swiper-vertical ~ .swiper-button-next .swiper-navigation-icon, .swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon) {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button.swiper-pagination-bullet {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

.wrapper {
  overflow-x: clip;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: calc(24 * var(--sp-ratio));
  }
}

.sec-title.-center {
  text-align: center;
}
.sec-title.-c-white {
  color: var(--theme-white);
}
.sec-title.-c-green {
  color: var(--theme-green);
}
.sec-title__en {
  font-weight: var(--fw-700);
  font-family: var(--ff-roboto);
}
@media not all and (max-width: 767px) {
  .sec-title__en {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title__en {
    font-size: calc(40 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .sec-title__en.-fz-large {
    font-size: 88px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title__en.-fz-large {
    font-size: calc(40 * var(--sp-ratio));
  }
}
.sec-title__en.-ls-large {
  letter-spacing: 0.025em;
}

.sec-title__ja {
  font-weight: var(--fw-700);
}
@media not all and (max-width: 767px) {
  .sec-title__ja {
    font-size: 20px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title__ja {
    font-size: calc(14 * var(--sp-ratio));
    margin-top: calc(5 * var(--sp-ratio));
  }
}

.subtitle {
  font-weight: var(--fw-700);
  line-height: 1.4;
}
@media not all and (max-width: 767px) {
  .subtitle {
    margin-top: 65px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle {
    margin-top: calc(32 * var(--sp-ratio));
    font-size: calc(22 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .subtitle.-fz-large {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle.-fz-large {
    font-size: calc(28 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .subtitle.-fz-small {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle.-fz-small {
    font-size: calc(22 * var(--sp-ratio));
  }
}
.subtitle.-c-black {
  color: var(--theme-black);
}
.subtitle.-c-white {
  color: var(--theme-white);
}
@media not all and (max-width: 767px) {
  .subtitle.-lh-narrow {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .subtitle.-lh-narrow {
    line-height: 1.4;
  }
}
@media not all and (max-width: 767px) {
  .subtitle.-lh-deep {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .subtitle.-lh-deep {
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .subtitle.-margin-top {
    margin-top: calc(27 * var(--sp-ratio));
  }
}

.lead {
  color: var(--theme-black);
  font-weight: var(--fw-500);
}
@media not all and (max-width: 767px) {
  .lead {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: calc(14 * var(--sp-ratio));
    margin-top: calc(35 * var(--sp-ratio));
    line-height: 1.8;
  }
}

.bg-text {
  position: absolute;
  font-family: var(--ff-roboto);
  font-weight: var(--fw-700);
}
@media not all and (max-width: 767px) {
  .bg-text {
    font-size: 250px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text {
    font-size: calc(88 * var(--sp-ratio));
  }
}
.bg-text.-intro {
  color: var(--theme-thin-white);
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-intro {
    right: -40px;
    bottom: -75px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-intro {
    font-size: calc(90 * var(--sp-ratio));
    transform: rotate(90deg);
    right: calc(25 * var(--sp-ratio));
    bottom: calc(270 * var(--sp-ratio));
  }
}
.bg-text.-entry {
  color: #14432d;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-entry {
    left: -15px;
    bottom: -53px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-entry {
    bottom: calc(-20 * var(--sp-ratio));
    left: calc(-8 * var(--sp-ratio));
  }
}
.bg-text.-about {
  color: var(--theme-thin-white);
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-about {
    right: -10px;
    bottom: -53px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-about {
    font-size: calc(80 * var(--sp-ratio));
    bottom: calc(-20 * var(--sp-ratio));
    right: calc(-10 * var(--sp-ratio));
  }
}
.bg-text.-position {
  color: #14432d;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-position {
    left: -10px;
    bottom: -53px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-position {
    font-size: calc(80 * var(--sp-ratio));
    bottom: calc(-18 * var(--sp-ratio));
    left: calc(-6 * var(--sp-ratio));
  }
}
.bg-text.-gallery {
  color: var(--theme-thin-white);
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-gallery {
    right: -10px;
    bottom: -53px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-gallery {
    bottom: calc(-20 * var(--sp-ratio));
    right: calc(-2 * var(--sp-ratio));
  }
}
.bg-text.-people {
  color: var(--theme-thin-white);
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-people {
    left: -10px;
    bottom: -53px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-people {
    transform: rotate(90deg);
    left: calc(-162 * var(--sp-ratio));
    bottom: calc(148 * var(--sp-ratio));
    font-size: calc(63 * var(--sp-ratio));
  }
}
.bg-text.-faq {
  color: #14432d;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-faq {
    right: -35px;
    bottom: -53px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-faq {
    bottom: calc(-22 * var(--sp-ratio));
    left: 0;
  }
}
.bg-text.-process {
  color: var(--theme-thin-white);
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-process {
    left: -35px;
    bottom: -53px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-process {
    bottom: calc(-20 * var(--sp-ratio));
    left: calc(-5 * var(--sp-ratio));
  }
}
.bg-text.-access {
  color: var(--theme-thin-white);
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .bg-text.-access {
    right: -35px;
    bottom: -53px;
  }
}
@media screen and (max-width: 767px) {
  .bg-text.-access {
    bottom: calc(-16 * var(--sp-ratio));
    right: 0px;
  }
}

@media not all and (max-width: 767px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    display: block;
  }
}
.swiper-container .swiper-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, calc(6 * var(--sp-ratio)));
}
.swiper-container .swiper-pagination-bullet {
  background: var(--theme-white);
  opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
  background: var(--theme-green);
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: calc(24 * var(--sp-ratio));
  margin: auto;
  position: absolute;
  top: 0;
  width: calc(24 * var(--sp-ratio));
}
.swiper-container .swiper-navigation-icon {
  display: none;
}
.swiper-container {
  /* 前への矢印カスタマイズ */
}
.swiper-container .swiper-button-prev::after {
  clip-path: polygon(100% 0, 20% 50%, 100% 100%);
  background: var(--theme-green);
}
.swiper-container {
  /* 次への矢印カスタマイズ */
}
.swiper-container .swiper-button-next::after {
  clip-path: polygon(0 0, 0% 100%, 80% 50%);
  background: var(--theme-green);
}
.swiper-container .swiper-horizontal .swiper-button-next, .swiper-container .swiper-horizontal .swiper-button-prev, .swiper-container .swiper-horizontal ~ .swiper-button-next, .swiper-container .swiper-horizontal ~ .swiper-button-prev {
  top: auto;
  bottom: calc(-7 * var(--sp-ratio));
}
.swiper-container .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-container .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-container .swiper-horizontal ~ .swiper-button-prev, .swiper-container .swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, calc(90 * var(--sp-ratio)));
}
.swiper-container .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-container .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-container .swiper-horizontal ~ .swiper-button-next, .swiper-container .swiper-horizontal .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, calc(70 * var(--sp-ratio)));
}
.swiper-container .swiper-pagination-bullet {
  height: calc(8 * var(--sp-ratio));
  width: calc(8 * var(--sp-ratio));
}
.swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 calc(4 * var(--sp-ratio));
}
.swiper-container .swiper {
  z-index: 5;
}

.header {
  background-color: #000;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media not all and (max-width: 767px) {
  .header {
    padding-block: 15px;
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: 10px;
    padding-right: 7px;
  }
}
.header__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: 14px;
  }
}

@media not all and (max-width: 767px) {
  .header__logo {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 120px;
  }
}

.gnav__list {
  align-items: center;
  color: var(--theme-white);
  font-weight: var(--fw-500);
  font-size: 18px;
  flex-wrap: wrap;
}
@media not all and (max-width: 767px) {
  .gnav__list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .gnav__list {
    display: none;
  }
}

.gnav__item {
  padding-left: 18px;
}
.gnav__item:not(:last-of-type) {
  border-right: 1px solid var(--theme-white);
  padding-right: 18px;
}

@media not all and (max-width: 767px) {
  .gnav-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav-btn {
    display: block;
    position: relative;
    width: var(--sp-header-height);
    height: var(--sp-header-height);
    cursor: pointer;
  }
}
.is-active .gnav-btn__bar.-top {
  transform: translateY(9px) rotate(45deg);
}
.is-active .gnav-btn__bar.-middle {
  opacity: 0;
}
.is-active .gnav-btn__bar.-bottom {
  transform: translateY(-9px) rotate(-45deg);
}

.gnav-btn__bar {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 2px;
  background: var(--theme-white);
  transition: transform 0.5s;
}
.gnav-btn__bar.-top {
  top: 22px;
}
.gnav-btn__bar.-middle {
  top: 31px;
}
.gnav-btn__bar.-bottom {
  bottom: 22px;
}

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

.hum-menu {
  position: absolute;
  background: #000;
  color: var(--theme-white);
  font-size: calc(18 * var(--sp-ratio));
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 0;
  height: 100vh;
  top: var(--sp-header-height);
  right: 0;
  z-index: 15;
  padding-top: calc(20 * var(--sp-ratio));
  opacity: 0.8;
  transition: all 0.5s;
  overflow: hidden;
}
body.is-open .hum-menu {
  width: calc(300 * var(--sp-ratio));
}
.hum-menu__list {
  width: 90%;
  margin: 0 auto;
}

.hum-menu__item {
  height: calc(41 * var(--sp-ratio));
  border-bottom: 1px solid var(--theme-white);
}

.hum-menu__link {
  display: block;
  padding-block: calc(10 * var(--sp-ratio));
}

.grey-screen {
  position: absolute;
  top: var(--sp-header-height);
  left: 0;
  background: #000;
  opacity: 0.5;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 13;
}
body.is-open .grey-screen {
  display: block;
}

.hero {
  background-color: var(--theme-green);
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .hero {
    padding-inline: 10px;
  }
}
.hero__inner {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
@media not all and (max-width: 767px) {
  .hero__inner {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .hero__inner {
    height: calc(500 * var(--sp-ratio));
  }
}

.hero__img {
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .hero__img {
    position: absolute;
    height: 100vh;
    margin-left: -200%;
    right: 23.5%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero__img {
    position: relative;
    width: 100%;
  }
}
.hero__img img {
  height: 100%;
  width: auto;
}

.hero__bg-title {
  position: absolute;
  color: var(--theme-thin-green);
  font-family: var(--ff-roboto);
  font-weight: var(--fw-700);
  letter-spacing: 0em;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .hero__bg-title {
    top: 15px;
    font-size: 334px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .hero__bg-title {
    bottom: calc(-30 * var(--sp-ratio));
    font-size: calc(168 * var(--sp-ratio));
    left: calc(-10 * var(--sp-ratio));
  }
}

.hero-contents {
  position: absolute;
  text-align: end;
  right: 0;
  z-index: 10;
}
@media not all and (max-width: 767px) {
  .hero-contents {
    bottom: 122px;
  }
}
@media screen and (max-width: 767px) {
  .hero-contents {
    display: flex;
    flex-flow: column-reverse;
    bottom: calc(23 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .hero-contents__item {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .hero-contents__item {
    padding-right: calc(25 * var(--sp-ratio));
  }
}

.hero-contents__subtitle {
  color: var(--theme-white);
  letter-spacing: 0.045em;
}
@media not all and (max-width: 767px) {
  .hero-contents__subtitle {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .hero-contents__subtitle {
    font-size: calc(12 * var(--sp-ratio));
    margin-bottom: calc(4 * var(--sp-ratio));
    line-height: 1.5;
  }
}

.hero-contents__title {
  color: var(--theme-white);
  font-weight: var(--fw-500);
}
@media not all and (max-width: 767px) {
  .hero-contents__title {
    font-size: 36px;
    letter-spacing: 0.045em;
  }
}
@media screen and (max-width: 767px) {
  .hero-contents__title {
    font-size: calc(20 * var(--sp-ratio));
    margin-bottom: 0;
    letter-spacing: 0.03em;
  }
}

.hero-contents__text {
  color: var(--theme-green);
  font-weight: var(--fw-700);
  line-height: 1.4;
  letter-spacing: 0.07em;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  font-feature-settings: "palt";
}
@media not all and (max-width: 767px) {
  .hero-contents__text {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-contents__text {
    font-size: calc(25 * var(--sp-ratio));
  }
}
.hero-contents__text.-bg {
  background-color: var(--theme-white);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media not all and (max-width: 767px) {
  .hero-contents__text.-bg {
    padding: 5px 45px;
  }
}
@media screen and (max-width: 767px) {
  .hero-contents__text.-bg {
    padding: calc(2 * var(--sp-ratio)) calc(22 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .hero-contents__text.-bg:first-of-type {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero-contents__text.-bg:first-of-type {
    margin-bottom: calc(10 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .hero-contents__text.-bg:last-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero-contents__text.-bg:last-of-type {
    margin-bottom: calc(34 * var(--sp-ratio));
  }
}

.sec-introduction {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-introduction {
    padding: 136px 0 112px;
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-introduction {
    padding: calc(58 * var(--sp-ratio)) 0 calc(60 * var(--sp-ratio));
    padding-inline: 0;
  }
}

.introduction-box {
  align-items: center;
  position: relative;
  z-index: 5;
  gap: 15.5%;
}
@media not all and (max-width: 767px) {
  .introduction-box {
    display: flex;
  }
}
@media not all and (max-width: 767px) {
  .introduction-box__text {
    margin-bottom: 25px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .introduction-box__text {
    width: 100%;
    margin-bottom: calc(35 * var(--sp-ratio));
  }
}

@media not all and (max-width: 767px) {
  .introduction-box__img {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .introduction-box__img {
    width: 75%;
    margin: 0 auto;
  }
}

.sec-entry {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-entry {
    padding: 162px 10px 155px;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry {
    padding: calc(62 * var(--sp-ratio)) 0 calc(60 * var(--sp-ratio));
  }
}
.sec-entry__img {
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.sec-entry__img img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .sec-entry__img {
    z-index: -1;
  }
}

.entry-box {
  justify-content: space-between;
  gap: 5%;
  position: relative;
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .entry-box {
    display: flex;
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .entry-box {
    display: block;
    margin-top: calc(32 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .entry-box__item {
    width: 45.3%;
  }
}
@media screen and (max-width: 767px) {
  .entry-box__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entry-box__item:not(:last-of-type) {
    margin-bottom: calc(42 * var(--sp-ratio));
  }
}

.entry-box__title {
  font-weight: var(--fw-500);
  color: var(--theme-white);
  border-bottom: 1px solid var(--theme-white);
}
@media not all and (max-width: 767px) {
  .entry-box__title {
    font-size: 28px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .entry-box__title {
    font-size: calc(16 * var(--sp-ratio));
    padding-bottom: calc(12 * var(--sp-ratio));
  }
}

.entry-box__text {
  font-weight: var(--fw-500);
  color: var(--theme-white);
}
@media not all and (max-width: 767px) {
  .entry-box__text {
    font-size: 18px;
    margin: 20px 0 38px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .entry-box__text {
    font-size: calc(14 * var(--sp-ratio));
    margin: calc(10 * var(--sp-ratio)) 0 calc(18 * var(--sp-ratio));
    line-height: 1.7;
  }
}

.entry-btn {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: var(--fw-700);
  position: relative;
}
@media not all and (max-width: 767px) {
  .entry-btn {
    font-size: 20px;
    padding-block: 16px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .entry-btn {
    font-size: calc(16 * var(--sp-ratio));
    padding-block: calc(10 * var(--sp-ratio));
    border-radius: calc(30 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .entry-btn:hover .entry-btn__arrow {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry-btn:hover .entry-btn__arrow {
    right: calc(10 * var(--sp-ratio));
  }
}
.entry-btn__arrow {
  position: absolute;
  top: 15px;
  transition: right 0.3s;
}
@media not all and (max-width: 767px) {
  .entry-btn__arrow {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .entry-btn__arrow {
    width: calc(30 * var(--sp-ratio));
    right: calc(20 * var(--sp-ratio));
    top: calc(7 * var(--sp-ratio));
  }
}

.entry-btn.-white {
  background-color: var(--theme-white);
  color: var(--theme-black);
  border: 2px solid var(--theme-white);
}
.entry-btn.-black {
  background-color: #000;
  color: var(--theme-white);
  border: 2px solid var(--theme-white);
}

.sec-about {
  background-color: var(--theme-grey);
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-about {
    padding: 164px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding: calc(58 * var(--sp-ratio)) 0 calc(58 * var(--sp-ratio));
  }
}

.about-box {
  display: flex;
  justify-content: space-between;
}
@media not all and (max-width: 767px) {
  .about-box {
    flex-flow: row-reverse;
    margin-left: -310px;
  }
}
@media screen and (max-width: 767px) {
  .about-box {
    flex-flow: column;
  }
}
@media not all and (max-width: 767px) {
  .about-box__text {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .about-box__text {
    width: 100%;
    display: contents;
  }
}

@media not all and (max-width: 767px) {
  .about-box__img {
    width: 43.5%;
  }
}
@media screen and (max-width: 767px) {
  .about-box__img {
    width: 93%;
    margin-left: calc(-24 * var(--sp-ratio));
    margin-top: calc(40 * var(--sp-ratio));
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .about-box__container {
    order: -2;
  }
}

.about-figure {
  position: relative;
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .about-figure {
    margin-top: 120px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-figure {
    margin-top: calc(44 * var(--sp-ratio));
    overflow-x: scroll;
    overflow-y: hidden;
    margin-inline: calc(-24 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .about-figure__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-figure__img {
    width: calc(650 * var(--sp-ratio));
    padding-inline: calc(24 * var(--sp-ratio));
  }
}

.sec-position {
  background-color: var(--theme-green);
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-position {
    padding: 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-position {
    padding: calc(62 * var(--sp-ratio)) 0 calc(60 * var(--sp-ratio));
  }
}

@media not all and (max-width: 767px) {
  .position-box {
    display: flex;
    margin-bottom: 80px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .position-box {
    margin-bottom: calc(40 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .position-box__text {
    padding-top: 60px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .position-box__text {
    width: 100%;
  }
}

@media not all and (max-width: 767px) {
  .position-box__img {
    width: 69.5%;
    margin-right: -310px;
  }
}
@media screen and (max-width: 767px) {
  .position-box__img {
    width: 94%;
    margin: calc(44 * var(--sp-ratio)) calc(-50 * var(--sp-ratio)) 0 calc(45 * var(--sp-ratio));
  }
}

.position-list {
  position: relative;
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .position-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .position-list {
    display: flex;
    flex-flow: column;
    gap: calc(24 * var(--sp-ratio));
  }
}

.position-card {
  background: var(--theme-white);
}
@media not all and (max-width: 767px) {
  .position-card {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .position-card {
    padding: calc(24 * var(--sp-ratio));
  }
}
.position-card__title {
  color: var(--theme-green);
  font-weight: var(--fw-700);
  text-align: center;
}
@media not all and (max-width: 767px) {
  .position-card__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .position-card__title {
    font-size: calc(16 * var(--sp-ratio));
    margin-bottom: calc(12 * var(--sp-ratio));
  }
}

.position-card__img {
  text-align: center;
}
@media not all and (max-width: 767px) {
  .position-card__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .position-card__img {
    margin-bottom: calc(10 * var(--sp-ratio));
  }
}

.position-card__text {
  font-weight: var(--fw-500);
  color: var(--theme-black);
}
@media not all and (max-width: 767px) {
  .position-card__text {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .position-card__text {
    font-size: calc(14 * var(--sp-ratio));
    line-height: 1.4;
  }
}

.sec-gallery {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-gallery {
    padding: 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-gallery {
    padding: calc(62 * var(--sp-ratio)) 0 calc(60 * var(--sp-ratio));
  }
}

.gallery-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .gallery-slider {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-slider {
    gap: calc(10 * var(--sp-ratio));
  }
}
.gallery-slider__list {
  display: flex;
  animation: horizontal-animation 30s linear infinite;
}
@media not all and (max-width: 767px) {
  .gallery-slider__list {
    margin-top: 65px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-slider__list {
    margin-top: calc(39 * var(--sp-ratio));
    gap: calc(10 * var(--sp-ratio));
  }
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media not all and (max-width: 767px) {
  .gallery-slider__img {
    width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-slider__img {
    width: calc(200 * var(--sp-ratio));
  }
}

.sec-people {
  background-color: var(--theme-grey);
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-people {
    padding: 160px 0 164px;
  }
}
@media screen and (max-width: 767px) {
  .sec-people {
    padding: calc(61 * var(--sp-ratio)) 0 calc(56 * var(--sp-ratio));
  }
}

.people-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not all and (max-width: 767px) {
  .people-box {
    flex-flow: row-reverse;
    margin-left: -310px;
  }
}
@media screen and (max-width: 767px) {
  .people-box {
    flex-flow: column;
    margin-left: 0;
    position: relative;
    z-index: 5;
  }
}
@media not all and (max-width: 767px) {
  .people-box__text {
    width: 30.5%;
  }
}
@media screen and (max-width: 767px) {
  .people-box__text {
    width: -moz-fit-content;
    width: fit-content;
    align-self: flex-end;
  }
}

@media not all and (max-width: 767px) {
  .people-box__img {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .people-box__img {
    width: 93%;
    margin-top: calc(40 * var(--sp-ratio));
    margin-left: calc(-70 * var(--sp-ratio));
  }
}

.people-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .people-list {
    margin-top: 86px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .people-list {
    margin: calc(40 * var(--sp-ratio)) 0 calc(50 * var(--sp-ratio));
    gap: 0;
  }
}
.people-list__item {
  background-color: var(--theme-white);
}
@media not all and (max-width: 767px) {
  .people-list__item {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .people-list__item {
    padding: calc(20 * var(--sp-ratio)) calc(25 * var(--sp-ratio));
  }
}

.people-list__container {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media not all and (max-width: 767px) {
  .people-list__container {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .people-list__container {
    gap: calc(20 * var(--sp-ratio));
  }
}

@media screen and (max-width: 767px) {
  .people-list__img {
    width: calc(80 * var(--sp-ratio));
  }
}

.people-list__name {
  color: var(--theme-green);
  font-weight: var(--fw-500);
  line-height: 1.5;
}
@media not all and (max-width: 767px) {
  .people-list__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .people-list__name {
    font-size: calc(16 * var(--sp-ratio));
  }
}
.people-list__name .-fw-bold {
  font-weight: var(--fw-700);
}

.people-list__text {
  color: var(--theme-black);
  font-weight: var(--fw-500);
}
@media not all and (max-width: 767px) {
  .people-list__text {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .people-list__text {
    font-size: calc(14 * var(--sp-ratio));
    padding-top: calc(20 * var(--sp-ratio));
    line-height: 1.4;
  }
}

.sec-faq {
  background-color: var(--theme-green);
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-faq {
    padding: 160px 0 134px;
  }
}
@media screen and (max-width: 767px) {
  .sec-faq {
    padding: calc(56 * var(--sp-ratio)) 0 calc(50 * var(--sp-ratio));
  }
}

.faq-accordion {
  position: relative;
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .faq-accordion {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .faq-accordion {
    margin-top: calc(39 * var(--sp-ratio));
  }
}
.faq-accordion input:checked + .faq-accordion__contents {
  grid-template-rows: 1fr;
}
.faq-accordion__title {
  font-weight: var(--fw-700);
  color: var(--theme-white);
  border: 1px solid var(--theme-white);
  list-style: none;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: var(--theme-green);
}
@media not all and (max-width: 767px) {
  .faq-accordion__title {
    font-size: 20px;
    padding: 25px 60px 27px;
  }
}
@media screen and (max-width: 767px) {
  .faq-accordion__title {
    font-size: calc(14 * var(--sp-ratio));
    padding: calc(16 * var(--sp-ratio)) calc(60 * var(--sp-ratio)) calc(16 * var(--sp-ratio)) calc(24 * var(--sp-ratio));
    line-height: 1.4;
  }
}
.faq-accordion__title::after {
  content: "▼";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s;
}
@media not all and (max-width: 767px) {
  .faq-accordion__title::after {
    font-size: 25px;
    right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .faq-accordion__title::after {
    font-size: calc(18 * var(--sp-ratio));
    right: calc(22 * var(--sp-ratio));
  }
}
.faq-accordion__title:has(+ input:checked)::after {
  transform: rotate(180deg) translateY(50%);
}

.faq-accordion__contents {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s;
  background-color: var(--theme-white);
  color: var(--theme-black);
  font-weight: var(--fw-500);
  line-height: 1.5;
}
@media not all and (max-width: 767px) {
  .faq-accordion__contents {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .faq-accordion__contents {
    font-size: calc(14 * var(--sp-ratio));
    margin-bottom: calc(10 * var(--sp-ratio));
  }
}

.faq-accordion__box {
  overflow: hidden;
}

@media not all and (max-width: 767px) {
  .faq-accordion__text {
    padding: 25px 70px 28px;
  }
}
@media screen and (max-width: 767px) {
  .faq-accordion__text {
    padding: calc(16 * var(--sp-ratio)) calc(24 * var(--sp-ratio)) calc(12 * var(--sp-ratio));
  }
}
.faq-accordion__text .faq-accordion__link {
  display: block;
  text-align: right;
}

.sec-process {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-process {
    padding: 160px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-process {
    padding: calc(60 * var(--sp-ratio)) 0;
  }
}

@media not all and (max-width: 767px) {
  .process-box {
    display: grid;
    grid-template-columns: 220px 220px 220px 220px 220px;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "upper01 upper02 upper03 upper04 upper05" "lower lower lower lower lower";
    margin-top: 65px;
    gap: 0 55px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .process-box {
    margin-top: calc(16 * var(--sp-ratio));
  }
}

.process-item {
  position: relative;
}
.process-item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background: #459e76;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 22px;
  height: auto;
  aspect-ratio: 1/2;
  top: 75px;
  transform: translateY(-50%) translateX(50%);
  right: -27.5px;
}
@media screen and (max-width: 767px) {
  .process-item:not(:last-of-type)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .process-item:nth-child(-n+3) {
    border-bottom: 1px solid #459e76;
    padding-bottom: calc(15 * var(--sp-ratio));
  }
}
@media screen and (max-width: 767px) {
  .process-item:nth-child(-n+3)::before {
    position: absolute;
    content: "";
    background: #459e76;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: calc(25 * var(--sp-ratio));
    height: auto;
    aspect-ratio: 2/1;
    bottom: calc(-13 * var(--sp-ratio));
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .process-item {
    display: flex;
    flex-flow: row-reverse;
    position: relative;
    padding: calc(15 * var(--sp-ratio)) calc(30 * var(--sp-ratio)) 0 calc(12 * var(--sp-ratio));
    align-items: center;
    justify-content: center;
  }
}
.process-item.-upper01 {
  grid-area: upper01;
}
.process-item.-upper02 {
  grid-area: upper02;
}
.process-item.-upper03 {
  grid-area: upper03;
}
.process-item.-upper04 {
  grid-area: upper04;
}
.process-item.-upper05 {
  grid-area: upper05;
}
@media screen and (max-width: 767px) {
  .process-item.-upper05 {
    border-top: 0.5px solid #459e76;
  }
}
@media screen and (max-width: 767px) {
  .process-item.-upper05::after {
    position: absolute;
    content: "";
    background: #459e76;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: calc(25 * var(--sp-ratio));
    height: auto;
    aspect-ratio: 2/1;
    top: 0px;
    right: 50%;
    transform: translateX(50%);
  }
}
.process-item__img {
  border-radius: 50%;
  border: 2px solid var(--theme-green);
  background-color: #f2f6f4;
  margin: 0 auto;
}
@media not all and (max-width: 767px) {
  .process-item__img {
    height: 150px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .process-item__img {
    height: calc(80 * var(--sp-ratio));
    width: calc(80 * var(--sp-ratio));
  }
}

.process-item__text {
  font-weight: var(--fw-500);
  color: var(--theme-black);
}
@media not all and (max-width: 767px) {
  .process-item__text {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .process-item__text {
    font-size: calc(14 * var(--sp-ratio));
    line-height: 1.7;
    text-align: left;
  }
}
.process-item__text.-c-green {
  color: var(--theme-green);
}

@media screen and (max-width: 767px) {
  .process-item__container {
    width: 70%;
    padding-left: calc(18 * var(--sp-ratio));
  }
}

.process-container {
  grid-area: lower;
  border: 2px solid var(--theme-green);
  position: relative;
}
@media not all and (max-width: 767px) {
  .process-container {
    margin: 27px 20px 8px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .process-container {
    margin: calc(18 * var(--sp-ratio)) 0 calc(14 * var(--sp-ratio));
    border-radius: calc(20 * var(--sp-ratio));
    overflow: hidden;
  }
}
.process-container::after {
  position: absolute;
  content: "";
  width: 50px;
  height: auto;
  aspect-ratio: 2/1;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  background-color: var(--theme-green);
  top: -27px;
  right: 340px;
}
@media screen and (max-width: 767px) {
  .process-container::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .process-container input:checked + .process-container__wrapper {
    grid-template-rows: 1fr;
  }
}
.process-container__title {
  background: var(--theme-green);
  color: var(--theme-white);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: var(--fw-700);
  display: block;
  position: relative;
}
@media not all and (max-width: 767px) {
  .process-container__title {
    font-size: 24px;
    padding: 18px 0 18px 60px;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .process-container__title {
    pointer-events: all;
    font-size: calc(16 * var(--sp-ratio));
    padding: calc(10 * var(--sp-ratio)) 0 calc(14 * var(--sp-ratio)) calc(20 * var(--sp-ratio));
  }
}
.process-container__title::after {
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .process-container__title::after {
    content: "▼";
    color: var(--theme-white);
    font-size: calc(16 * var(--sp-ratio));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(20 * var(--sp-ratio));
  }
}

.process-container__title:has(+ input:checked)::after {
  transform: rotate(180deg) translateY(50%);
}

.process-container__box {
  align-items: center;
}
@media not all and (max-width: 767px) {
  .process-container__box {
    display: flex;
    justify-content: space-between;
    margin: 25px 50px 25px 80px;
  }
}
@media screen and (max-width: 767px) {
  .process-container__box {
    display: block;
    margin: calc(18 * var(--sp-ratio)) calc(20 * var(--sp-ratio));
  }
}

@media screen and (max-width: 767px) {
  .process-container__wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s;
  }
}

.process-container__container {
  overflow: hidden;
}

.process-step {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 767px) {
  .process-step {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .process-step {
    gap: calc(14 * var(--sp-ratio));
  }
  .process-step:not(:last-of-type) {
    margin-bottom: calc(14 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .process-step.-first {
    width: 30%;
  }
}
@media not all and (max-width: 767px) {
  .process-step.-second {
    width: 25%;
  }
}
@media not all and (max-width: 767px) {
  .process-step.-third {
    width: 35%;
  }
}
.process-step__icon {
  border-radius: 50%;
  border: 2px solid var(--theme-green);
  text-align: center;
}
@media not all and (max-width: 767px) {
  .process-step__icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 720px) {
  .process-step__icon {
    width: calc(50 * var(--sp-ratio));
    height: calc(50 * var(--sp-ratio));
  }
}

.process-step__icon-text {
  font-weight: var(--fw-700);
  font-family: var(--ff-roboto);
  height: 100%;
  line-height: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 767px) {
  .process-step__icon-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .process-step__icon-text {
    font-size: calc(12 * var(--sp-ratio));
  }
}

@media not all and (max-width: 767px) {
  .process-step__num {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .process-step__num {
    font-size: calc(24 * var(--sp-ratio));
  }
}

@media not all and (max-width: 767px) {
  .process-step__text {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .process-step__text {
    width: 74%;
  }
}
@media not all and (max-width: 767px) {
  .process-step__text.-first {
    width: 71%;
  }
}
@media not all and (max-width: 767px) {
  .process-step__text.-second {
    width: 60%;
  }
}
@media not all and (max-width: 767px) {
  .process-step__text.-third {
    width: 75%;
  }
}

.process-step__item {
  font-weight: var(--fw-500);
}
@media not all and (max-width: 767px) {
  .process-step__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .process-step__item {
    font-size: calc(14 * var(--sp-ratio));
    line-height: 1.5;
  }
}
@media not all and (max-width: 767px) {
  .process-step__item.-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .process-step__item.-note {
    font-size: calc(12 * var(--sp-ratio));
  }
}

.process-programs {
  background: var(--theme-grey);
  position: relative;
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .process-programs {
    margin-top: 72px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .process-programs {
    margin-top: calc(40 * var(--sp-ratio));
    padding-bottom: calc(28 * var(--sp-ratio));
  }
}
.process-programs__title {
  background: var(--theme-green);
  color: var(--theme-white);
  font-weight: var(--fw-700);
}
@media not all and (max-width: 767px) {
  .process-programs__title {
    font-size: 24px;
    padding: 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .process-programs__title {
    font-size: calc(16 * var(--sp-ratio));
    padding: calc(18 * var(--sp-ratio)) calc(20 * var(--sp-ratio));
  }
}

@media not all and (max-width: 767px) {
  .process-programs__wrapper {
    width: 90%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .process-programs__wrapper {
    margin: calc(26 * var(--sp-ratio)) auto 0;
    width: 85%;
  }
}

.process-programs__text {
  font-weight: var(--fw-700);
  color: var(--theme-black);
  line-height: 1.5;
}
@media not all and (max-width: 767px) {
  .process-programs__text {
    font-size: 20px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .process-programs__text {
    font-size: calc(14 * var(--sp-ratio));
    margin-bottom: calc(24 * var(--sp-ratio));
  }
}
.process-programs__text .-c-blue {
  color: var(--theme-green);
}

.process-program {
  background: var(--theme-white);
  position: relative;
}
@media not all and (max-width: 767px) {
  .process-program:not(:last-of-type) {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .process-program:not(:last-of-type) {
    margin-bottom: calc(25 * var(--sp-ratio));
  }
}
.process-program__icon {
  background: var(--theme-green);
  color: var(--theme-white);
  font-weight: var(--fw-700);
  position: absolute;
  top: 0;
  right: 0;
}
@media not all and (max-width: 767px) {
  .process-program__icon {
    font-size: 18px;
    padding: 10px 20px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .process-program__icon {
    font-size: calc(12 * var(--sp-ratio));
    width: calc(120 * var(--sp-ratio));
    padding: calc(5 * var(--sp-ratio)) calc(8 * var(--sp-ratio));
  }
}
.process-program__icon::after {
  content: "";
  height: auto;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 50% 0, 100% 100%);
  background-color: var(--theme-green);
  position: absolute;
  top: 0;
}
@media not all and (max-width: 767px) {
  .process-program__icon::after {
    width: 41px;
    right: 199px;
  }
}
@media screen and (max-width: 767px) {
  .process-program__icon::after {
    width: calc(24 * var(--sp-ratio));
    left: calc(-23 * var(--sp-ratio));
  }
}

.process-program__box {
  display: flex;
}
@media not all and (max-width: 767px) {
  .process-program__box {
    padding: 25px 40px 32px;
    gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .process-program__box {
    padding: calc(25 * var(--sp-ratio)) calc(20 * var(--sp-ratio)) calc(19 * var(--sp-ratio));
    gap: 0;
    flex-flow: column;
  }
}

@media not all and (max-width: 767px) {
  .process-program__img {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .process-program__img {
    width: 100%;
  }
}

@media not all and (max-width: 767px) {
  .process-program__text {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .process-program__text {
    width: 100%;
    padding-top: calc(10 * var(--sp-ratio));
    display: contents;
  }
}

.process-program__subtitle {
  font-weight: var(--fw-700);
  color: var(--theme-green);
}
@media not all and (max-width: 767px) {
  .process-program__subtitle {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .process-program__subtitle {
    font-size: calc(16 * var(--sp-ratio));
    margin-top: calc(8 * var(--sp-ratio));
    margin-bottom: calc(14 * var(--sp-ratio));
    order: -1;
  }
}

.process-program__item {
  font-weight: var(--fw-500);
  color: var(--theme-black);
}
@media not all and (max-width: 767px) {
  .process-program__item {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .process-program__item {
    font-size: calc(14 * var(--sp-ratio));
    line-height: 1.45;
    padding-top: calc(10 * var(--sp-ratio));
  }
}

.sec-access {
  background: var(--theme-grey);
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .sec-access {
    padding: 165px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-access {
    padding: calc(60 * var(--sp-ratio)) 0 calc(60 * var(--sp-ratio));
  }
}

.access-wrapper {
  background: var(--theme-white);
  position: relative;
  z-index: 5;
}
@media not all and (max-width: 767px) {
  .access-wrapper {
    margin-top: 50px;
    padding: 65px 0 61px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper {
    margin-top: calc(42 * var(--sp-ratio));
    padding: calc(24 * var(--sp-ratio)) 0 calc(20 * var(--sp-ratio));
  }
}
.access-wrapper__box {
  margin: 0 auto;
}
@media not all and (max-width: 767px) {
  .access-wrapper__box {
    width: 90%;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper__box {
    width: 85%;
    padding-right: 0;
  }
}

@media not all and (max-width: 767px) {
  .access-wrapper__box-item {
    display: flex;
    justify-content: space-between;
  }
}
@media not all and (max-width: 767px) {
  .access-wrapper__box-item:not(:last-of-type) {
    border-bottom: 1px solid var(--theme-green);
    margin-bottom: 25px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper__box-item:not(:last-of-type) {
    margin-bottom: calc(14 * var(--sp-ratio));
    padding-bottom: calc(22 * var(--sp-ratio));
  }
}

@media not all and (max-width: 767px) {
  .access-wrapper__container {
    width: 89%;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper__container {
    margin-top: calc(10 * var(--sp-ratio));
    width: 100%;
  }
}

@media not all and (max-width: 767px) {
  .access-wrapper__s-container {
    display: grid;
    grid-template-columns: 2fr 1.05fr;
  }
}
@media not all and (max-width: 767px) {
  .access-wrapper__s-container:not(:last-of-type) {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper__s-container:not(:last-of-type) {
    margin-bottom: calc(32 * var(--sp-ratio));
  }
}

.access-wrapper__title {
  font-weight: var(--fw-700);
  color: var(--theme-green);
}
@media not all and (max-width: 767px) {
  .access-wrapper__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper__title {
    font-size: calc(16 * var(--sp-ratio));
    border-bottom: 1px solid var(--theme-green);
    padding-bottom: calc(10 * var(--sp-ratio));
  }
}

.access-wrapper__text {
  font-weight: var(--fw-700);
  color: var(--theme-green);
}
@media not all and (max-width: 767px) {
  .access-wrapper__text {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper__text {
    font-size: calc(14 * var(--sp-ratio));
    margin-bottom: calc(15 * var(--sp-ratio));
  }
}

@media screen and (max-width: 767px) {
  .access-wrapper__text-container {
    margin-bottom: calc(6 * var(--sp-ratio));
  }
}

.access-wrapper__address {
  font-weight: var(--fw-500);
  color: var(--theme-black);
}
@media not all and (max-width: 767px) {
  .access-wrapper__address {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .access-wrapper__address {
    font-size: calc(14 * var(--sp-ratio));
    line-height: 1.5;
  }
}

.access-btn {
  font-weight: var(--fw-700);
  color: var(--theme-green);
  border: 2px solid var(--theme-green);
  text-align: center;
  position: relative;
  align-self: start;
}
.access-btn__arrow {
  position: absolute;
  transition: right 0.3s;
}
@media not all and (max-width: 767px) {
  .access-btn__arrow {
    right: 20px;
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .access-btn__arrow {
    right: calc(10 * var(--sp-ratio));
    top: calc(2 * var(--sp-ratio));
    width: calc(31 * var(--sp-ratio));
    aspect-ratio: 31/10;
  }
}

@media not all and (max-width: 767px) {
  .access-btn {
    font-size: 18px;
    padding: 13px 30px 13px 10px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 767px) {
  .access-btn {
    font-size: calc(14 * var(--sp-ratio));
    display: block;
    width: 100%;
    padding: calc(6 * var(--sp-ratio)) calc(34 * var(--sp-ratio)) calc(6 * var(--sp-ratio)) calc(8 * var(--sp-ratio));
    border-radius: calc(100 * var(--sp-ratio));
  }
}
@media not all and (max-width: 767px) {
  .access-btn:hover .access-btn__arrow {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .access-btn:hover .access-btn__arrow {
    right: calc(3 * var(--sp-ratio));
  }
}

.sec-follow {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 11;
}
@media not all and (max-width: 767px) {
  .sec-follow {
    width: 330px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-follow {
    width: 100%;
    padding-bottom: calc(10 * var(--sp-ratio));
  }
}
.is-close {
  display: none;
}

.sec-follow__box {
  position: relative;
}
@media not all and (max-width: 767px) {
  .sec-follow__box {
    padding-top: 15px;
  }
}

.follow-close {
  position: absolute;
  top: 0;
  right: 0;
}
.follow-close__btn {
  background: #a0a4b4;
  opacity: 0.8;
  position: relative;
  cursor: pointer;
}
@media not all and (max-width: 767px) {
  .follow-close__btn {
    margin-left: 300px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .follow-close__btn {
    margin-left: calc(100vw - 30px);
    width: calc(20 * var(--sp-ratio));
    height: calc(20 * var(--sp-ratio));
  }
}
.follow-close__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media not all and (max-width: 767px) {
  .follow-close__btn::after {
    width: 3px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .follow-close__btn::after {
    width: calc(2 * var(--sp-ratio));
    height: calc(20 * var(--sp-ratio));
  }
}
.follow-close__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media not all and (max-width: 767px) {
  .follow-close__btn::before {
    width: 3px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .follow-close__btn::before {
    width: calc(2 * var(--sp-ratio));
    height: calc(20 * var(--sp-ratio));
  }
}

.follow-inner {
  margin: 0 auto;
}
@media not all and (max-width: 767px) {
  .follow-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .follow-inner {
    width: calc(375 * var(--sp-ratio));
    padding-top: calc(10 * var(--sp-ratio));
  }
}
.follow-inner__title {
  font-family: var(--ff-roboto);
  font-weight: var(--fw-700);
  color: var(--theme-white);
}
@media not all and (max-width: 767px) {
  .follow-inner__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .follow-inner__title {
    text-align: center;
    font-size: calc(24 * var(--sp-ratio));
  }
}

@media screen and (max-width: 767px) {
  .follow-inner__container {
    display: flex;
    justify-content: center;
    gap: calc(14 * var(--sp-ratio));
  }
}

.follow-btn {
  font-weight: var(--fw-700);
  display: block;
  position: relative;
  margin-top: 10px;
}
@media not all and (max-width: 767px) {
  .follow-btn:hover .follow-btn__arrow {
    right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .follow-btn:hover .follow-btn__arrow {
    right: calc(4 * var(--sp-ratio));
  }
}
.follow-btn__arrow {
  position: absolute;
  transition: right 0.3s;
}
@media not all and (max-width: 767px) {
  .follow-btn__arrow {
    top: 4px;
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .follow-btn__arrow {
    right: calc(14 * var(--sp-ratio));
    top: calc(12 * var(--sp-ratio));
    width: calc(26.8 * var(--sp-ratio));
    aspect-ratio: 27/9;
  }
}

@media not all and (max-width: 767px) {
  .follow-btn {
    font-size: 18px;
    border-radius: 100px;
    text-align: center;
    padding-block: 10px;
  }
}
@media screen and (max-width: 767px) {
  .follow-btn {
    font-size: calc(14 * var(--sp-ratio));
    text-align: left;
    border-radius: calc(10 * var(--sp-ratio));
    padding-left: calc(10 * var(--sp-ratio));
    width: 41%;
    padding-block: calc(5 * var(--sp-ratio));
  }
}
.follow-btn.-white {
  background: var(--theme-white);
  color: var(--theme-black);
}
@media not all and (max-width: 767px) {
  .follow-btn.-white:hover::after {
    right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .follow-btn.-white:hover::after {
    right: calc(3 * var(--sp-ratio));
  }
}
.follow-btn.-black {
  background: #000;
  border: 2px solid var(--theme-white);
  color: var(--theme-white);
}
@media not all and (max-width: 767px) {
  .follow-btn.-black:hover::after {
    right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .follow-btn.-black:hover::after {
    right: calc(3 * var(--sp-ratio));
  }
}

.footer {
  background-color: #000;
}
@media not all and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: calc(44 * var(--sp-ratio));
    padding-bottom: calc(60 * var(--sp-ratio));
  }
}
.footer__inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-inline: calc(22 * var(--sp-ratio));
    display: flex;
    flex-flow: column;
  }
}

.footer-menu {
  border-bottom: solid 1px var(--theme-white);
}
@media not all and (max-width: 767px) {
  .footer-menu {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu {
    margin-top: calc(34 * var(--sp-ratio));
    padding-bottom: calc(22 * var(--sp-ratio));
    margin-bottom: calc(22 * var(--sp-ratio));
  }
}
.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  color: var(--theme-white);
  margin: 0 auto;
  font-weight: var(--fw-500);
}
@media not all and (max-width: 767px) {
  .footer-menu__list {
    width: 87%;
    justify-content: flex-start;
    gap: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__list {
    width: 100%;
    justify-content: flex-start;
    gap: calc(14 * var(--sp-ratio)) calc(10 * var(--sp-ratio));
    font-size: calc(18 * var(--sp-ratio));
  }
}

.footer-menu__item:not(:last-of-type) {
  border-right: solid 1px var(--theme-white);
}
@media not all and (max-width: 767px) {
  .footer-menu__item:not(:last-of-type) {
    padding-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__item:not(:last-of-type) {
    padding-right: calc(5 * var(--sp-ratio));
  }
}

.footer-copy {
  position: relative;
}
@media not all and (max-width: 767px) {
  .footer-copy {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-copy {
    padding: calc(20 * var(--sp-ratio)) 0 calc(60 * var(--sp-ratio));
    display: contents;
  }
}
.footer-copy__text {
  color: var(--theme-white);
}
@media not all and (max-width: 767px) {
  .footer-copy__text {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-copy__text {
    font-size: calc(14 * var(--sp-ratio));
    text-align: left;
  }
}

.footer-logo {
  right: 0;
}
@media not all and (max-width: 767px) {
  .footer-logo {
    position: absolute;
    width: 180px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    position: relative;
    width: calc(180 * var(--sp-ratio));
    top: calc(15 * var(--sp-ratio));
    order: -1;
  }
}
.footer-logo img {
  width: 100%;
}