/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "tt-norms";
  src: url("/assets/font/tt-norms-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "tt-norms";
  src: url("/assets/font/tt-norms-medium.woff") format("woff");
  font-weight: medium;
}
@font-face {
  font-family: "tt-norms";
  src: url("/assets/font/tt-norms-bold.woff") format("woff");
  font-weight: bold;
}
@keyframes rotate-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**==================================================
HTML / BODY
==================================================**/
html,
body {
  position: relative;
  min-height: 100vh;
  background-color: #FFF;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  font-size: 1.1764705882vw;
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/**==================================================
BASICS
==================================================**/
main {
  position: relative;
}

article,
section {
  position: relative;
}

.__pc-hidden {
  display: none;
}

.__sp-hidden {
  display: block;
}

@media screen and (max-width: 767px) {
  .__pc-hidden {
    display: block;
  }
  .__sp-hidden {
    display: none;
  }
}
a, a:link, a:active, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}
a.--underline, a.--underline:link, a.--underline:active, a.--underline:hover, a.--underline:visited {
  color: #000;
  text-decoration: underline;
}
a.page__anchor {
  position: absolute;
  left: 0;
  top: 12.5rem;
  margin-top: 0;
}

figure {
  display: block;
}

picture {
  display: block;
}
picture > img {
  display: block;
  width: 100%;
  height: auto;
}

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

svg {
  display: block;
  width: 100%;
  height: auto;
}

p,
li,
dt,
dd,
th,
td {
  position: relative;
}
p + p,
li + p,
dt + p,
dd + p,
th + p,
td + p {
  margin-top: 1em;
}
p .__long-dash,
li .__long-dash,
dt .__long-dash,
dd .__long-dash,
th .__long-dash,
td .__long-dash {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -0.2em;
}

em,
i,
b {
  font-style: inherit;
}

@media screen and (max-width: 767px) {
  a.page__anchor {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
  }
}
/**==================================================
OPENING
==================================================**/
body header {
  opacity: 0;
}
body main {
  opacity: 0;
  margin-top: 3.125rem;
}
body footer {
  opacity: 0;
}

body.--loaded header {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body.--loaded main {
  opacity: 1;
  margin-top: 0;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s, margin 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
body.--loaded footer {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}

.box-loadeing {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}
.box-loadeing.--hide {
  animation-name: hide;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.dot-pulse {
  --uib-size: 40px;
  --uib-speed: 1.3s;
  --uib-color: #539b34;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--uib-size);
  height: calc(var(--uib-size) * 0.27);
}

.dot-pulse__dot,
.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: block;
  height: calc(var(--uib-size) * 0.18);
  width: calc(var(--uib-size) * 0.18);
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
}

.dot-pulse::before {
  animation: pulse var(--uib-speed) ease-in-out infinite;
}

.dot-pulse__dot {
  animation: pulse var(--uib-speed) ease-in-out calc(var(--uib-speed) * 0.125) infinite both;
}

.dot-pulse::after {
  animation: pulse var(--uib-speed) ease-in-out calc(var(--uib-speed) * 0.25) infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
}
/**==================================================
HEADER
==================================================**/
#global-header {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 100;
}
#global-header .global-header__container {
  position: relative;
}
#global-header .header-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.125rem;
  margin-top: 3.125rem;
  margin-left: 4.375rem;
}
#global-header .header-nav {
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 3.125rem;
  margin-right: 4.375rem;
}
#global-header .header-nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1.25rem;
}
#global-header .header-nav-list .header-nav-list__item {
  display: block;
}
#global-header .header-nav-button {
  display: block;
  position: relative;
  font-size: 1rem;
  font-family: "tt-norms", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
#global-header .header-nav-button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#global-header .header-nav-button .header-nav-button__body {
  padding: 0;
}
#global-header .header-nav-button .__text-1 {
  color: #000;
  transform-origin: center;
  opacity: 1;
  transform: translate(0, 0) rotate3d(0, 0, 0, 0);
  transition: transform 0.3s, opacity 0.3s;
}
#global-header .header-nav-button .__text-2 {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  transform-origin: center;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate(0, 0.5em) rotate3d(-1, 0, 0, 90deg);
}
#global-header .header-nav-button:hover .__text-1 {
  will-change: transform;
  opacity: 0;
  transform: translate(0, -0.5em) rotate3d(1, 0, 0, -90deg);
}
#global-header .header-nav-button:hover .__text-2 {
  will-change: transform;
  opacity: 0.5;
  transform: translate(0, 0) rotate3d(0, 0, 0, 0);
}
#global-header .header-nav-button.--current {
  pointer-events: none;
}
#global-header .header-nav-button.--current .__text-1 {
  color: #539b34;
}
#global-header .header-nav-button.--current .__text-2 {
  color: #539b34;
}
#global-header .header-sns__box {
  display: none;
}
#global-header .menu-open {
  display: none;
}
#global-header .header-modal {
  display: none;
}

body[data-page-category=index] #global-header .header-nav-button[data-page-category=index] {
  pointer-events: none;
}
body[data-page-category=index] #global-header .header-nav-button[data-page-category=index] .__text-1 {
  color: #539b34;
}
body[data-page-category=index] #global-header .header-nav-button[data-page-category=index] .__text-2 {
  color: #539b34;
}

body[data-page-category=vision] #global-header .header-nav-button[data-page-category=vision] {
  pointer-events: none;
}
body[data-page-category=vision] #global-header .header-nav-button[data-page-category=vision] .__text-1 {
  color: #539b34;
}
body[data-page-category=vision] #global-header .header-nav-button[data-page-category=vision] .__text-2 {
  color: #539b34;
}

body[data-page-category=message] #global-header .header-nav-button[data-page-category=message] {
  pointer-events: none;
}
body[data-page-category=message] #global-header .header-nav-button[data-page-category=message] .__text-1 {
  color: #539b34;
}
body[data-page-category=message] #global-header .header-nav-button[data-page-category=message] .__text-2 {
  color: #539b34;
}

body[data-page-category=services] #global-header .header-nav-button[data-page-category=services] {
  pointer-events: none;
}
body[data-page-category=services] #global-header .header-nav-button[data-page-category=services] .__text-1 {
  color: #539b34;
}
body[data-page-category=services] #global-header .header-nav-button[data-page-category=services] .__text-2 {
  color: #539b34;
}

body[data-page-category=company] #global-header .header-nav-button[data-page-category=company] {
  pointer-events: none;
}
body[data-page-category=company] #global-header .header-nav-button[data-page-category=company] .__text-1 {
  color: #539b34;
}
body[data-page-category=company] #global-header .header-nav-button[data-page-category=company] .__text-2 {
  color: #539b34;
}

body[data-page-category=contact] #global-header .header-nav-button[data-page-category=contact] {
  pointer-events: none;
}
body[data-page-category=contact] #global-header .header-nav-button[data-page-category=contact] .__text-1 {
  color: #539b34;
}
body[data-page-category=contact] #global-header .header-nav-button[data-page-category=contact] .__text-2 {
  color: #539b34;
}

body[data-page-category=privacy] #global-header .header-nav-button[data-page-category=privacy] {
  pointer-events: none;
}
body[data-page-category=privacy] #global-header .header-nav-button[data-page-category=privacy] .__text-1 {
  color: #539b34;
}
body[data-page-category=privacy] #global-header .header-nav-button[data-page-category=privacy] .__text-2 {
  color: #539b34;
}

@media (hover: hover) and (pointer: fine) {
  #global-header .header-nav-button:hover .__text-1 {
    will-change: transform;
    opacity: 0;
    transform: translate(0, -0.5em) rotate3d(1, 0, 0, -90deg);
  }
  #global-header .header-nav-button:hover .__text-2 {
    will-change: transform;
    opacity: 0.5;
    transform: translate(0, 0) rotate3d(0, 0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  #global-header .header-modal {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 0;
    overflow: hidden;
    animation-name: menu-hide;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-fill-mode: backwards;
  }
  #global-header .header-modal .modal {
    position: absolute;
    right: 0;
    top: 0;
    height: 200vh;
    width: 200vh;
    border-radius: 0 0 0 200vh;
    background-color: #539b34;
    opacity: 0;
    transform-origin: right top;
    transform: scale(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  }
  #global-header .header-logo {
    width: 2.6875rem;
    margin-top: 2.1875rem;
    margin-left: 1.875rem;
  }
  #global-header .header-nav {
    display: block;
    right: auto;
    left: 0;
    width: 100vw;
    height: 0;
    margin-top: 0;
    margin-right: 0;
    overflow-y: hidden;
    overscroll-behavior: contain;
    animation-name: menu-hide;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-fill-mode: backwards;
  }
  #global-header .heder-nav-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 3.75rem;
    width: 100%;
    min-height: 102%;
    padding: 6.25rem 1.875rem;
  }
  #global-header .header-nav-list {
    align-items: flex-start;
    row-gap: 1.625rem;
  }
  #global-header .header-nav-list .header-nav-list__item {
    opacity: 0;
    transform: translate(0, 1rem);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(1) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(2) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(3) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(4) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(5) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(6) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(7) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(8) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(9) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(10) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-list .header-nav-list__item:nth-of-type(11) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-nav-button {
    font-size: 2.1875rem;
  }
  #global-header .header-nav-button .header-nav-button__body {
    padding: 0;
  }
  #global-header .header-nav-button .__text-1 {
    color: #FFF;
  }
  #global-header .header-nav-button .__text-2 {
    color: #FFF;
  }
  #global-header .header-nav-button.--current {
    pointer-events: auto;
  }
  #global-header .header-nav-button.--current .__text-1 {
    opacity: 0.5;
    color: #FFF;
  }
  #global-header .header-nav-button.--current .__text-2 {
    color: #FFF;
  }
  #global-header .header-sns__box {
    display: block;
  }
  #global-header .header-sns-list {
    display: flex;
    column-gap: 0.75rem;
  }
  #global-header .header-sns-list .header-sns-list__item {
    width: 1.75rem;
    opacity: 0;
    transform: translate(0, 1rem);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(1) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(2) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(3) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(4) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(5) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(6) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(7) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(8) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(9) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(10) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-list .header-sns-list__item:nth-of-type(11) {
    transition-delay: 0.3s, 0s;
  }
  #global-header .header-sns-button {
    position: relative;
    display: block;
  }
  #global-header .header-sns-button svg path,
  #global-header .header-sns-button svg ellipse {
    fill: #FFF;
  }
  #global-header .menu-open {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    margin-top: 1.5625rem;
    margin-right: 1.25rem;
  }
  #global-header .menu-open__button {
    display: block;
    position: relative;
    padding: 0.625rem;
    cursor: pointer;
  }
  #global-header .menu-open__button .__icon {
    position: relative;
    width: 1.25rem;
    aspect-ratio: 40/28;
  }
  #global-header .menu-open__button .__icon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  #global-header .menu-open__button .__icon span:nth-of-type(1) {
    top: 0;
  }
  #global-header .menu-open__button .__icon span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  #global-header .menu-open__button .__icon span:nth-of-type(3) {
    bottom: 0;
  }
  #global-header.--opened .header-modal {
    height: 100vh;
    animation-name: menu-show;
    animation-duration: 0s;
    animation-timing-function: linear;
    animation-fill-mode: backwards;
  }
  #global-header.--opened .header-modal .modal {
    will-change: opacity, transform;
    opacity: 1;
    transform: scale(1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #global-header.--opened .header-nav {
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    animation-name: menu-show;
    animation-duration: 0s;
    animation-timing-function: linear;
    animation-fill-mode: backwards;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(1) {
    transition-delay: 0.5s, 0.5s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(2) {
    transition-delay: 0.6s, 0.6s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(3) {
    transition-delay: 0.7s, 0.7s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(4) {
    transition-delay: 0.8s, 0.8s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(5) {
    transition-delay: 0.9s, 0.9s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(6) {
    transition-delay: 1s, 1s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(7) {
    transition-delay: 1.1s, 1.1s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(8) {
    transition-delay: 1.2s, 1.2s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(9) {
    transition-delay: 1.3s, 1.3s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(10) {
    transition-delay: 1.4s, 1.4s;
  }
  #global-header.--opened .header-nav-list .header-nav-list__item:nth-of-type(11) {
    transition-delay: 1.5s, 1.5s;
  }
  #global-header.--opened .header-sns-list .header-sns-list__item {
    opacity: 1;
    transform: translate(0, 1rem);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  }
  #global-header.--opened .menu-open__button .__icon span {
    background-color: #FFF;
  }
  #global-header.--opened .menu-open__button .__icon span:nth-of-type(1) {
    bottom: auto;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #global-header.--opened .menu-open__button .__icon span:nth-of-type(2) {
    display: none;
  }
  #global-header.--opened .menu-open__button .__icon span:nth-of-type(3) {
    bottom: auto;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body[data-page-category=index] #global-header .header-nav-button[data-page-category=index] {
    pointer-events: none;
  }
  body[data-page-category=index] #global-header .header-nav-button[data-page-category=index] .__text-1 {
    opacity: 0.5;
    color: #FFF;
  }
  body[data-page-category=index] #global-header .header-nav-button[data-page-category=index] .__text-2 {
    color: #FFF;
  }
  body[data-page-category=vision] #global-header .header-nav-button[data-page-category=vision] {
    pointer-events: none;
  }
  body[data-page-category=vision] #global-header .header-nav-button[data-page-category=vision] .__text-1 {
    opacity: 0.5;
    color: #FFF;
  }
  body[data-page-category=vision] #global-header .header-nav-button[data-page-category=vision] .__text-2 {
    color: #FFF;
  }
  body[data-page-category=message] #global-header .header-nav-button[data-page-category=message] {
    pointer-events: none;
  }
  body[data-page-category=message] #global-header .header-nav-button[data-page-category=message] .__text-1 {
    opacity: 0.5;
    color: #FFF;
  }
  body[data-page-category=message] #global-header .header-nav-button[data-page-category=message] .__text-2 {
    color: #FFF;
  }
  body[data-page-category=services] #global-header .header-nav-button[data-page-category=services] {
    pointer-events: none;
  }
  body[data-page-category=services] #global-header .header-nav-button[data-page-category=services] .__text-1 {
    opacity: 0.5;
    color: #FFF;
  }
  body[data-page-category=services] #global-header .header-nav-button[data-page-category=services] .__text-2 {
    color: #FFF;
  }
  body[data-page-category=company] #global-header .header-nav-button[data-page-category=company] {
    pointer-events: none;
  }
  body[data-page-category=company] #global-header .header-nav-button[data-page-category=company] .__text-1 {
    opacity: 0.5;
    color: #FFF;
  }
  body[data-page-category=company] #global-header .header-nav-button[data-page-category=company] .__text-2 {
    color: #FFF;
  }
  body[data-page-category=contact] #global-header .header-nav-button[data-page-category=contact] {
    pointer-events: none;
  }
  body[data-page-category=contact] #global-header .header-nav-button[data-page-category=contact] .__text-1 {
    opacity: 0.5;
    color: #FFF;
  }
  body[data-page-category=contact] #global-header .header-nav-button[data-page-category=contact] .__text-2 {
    color: #FFF;
  }
  body[data-page-category=privacy] #global-header .header-nav-button[data-page-category=privacy] {
    pointer-events: none;
  }
  body[data-page-category=privacy] #global-header .header-nav-button[data-page-category=privacy] .__text-1 {
    opacity: 0.5;
    color: #FFF;
  }
  body[data-page-category=privacy] #global-header .header-nav-button[data-page-category=privacy] .__text-2 {
    color: #FFF;
  }
}
@keyframes menu-hide {
  0% {
    height: 100vh;
    height: 100dvh;
  }
  99% {
    height: 100vh;
    height: 100dvh;
  }
  100% {
    height: 0;
  }
}
@keyframes menu-show {
  0% {
    height: 0;
  }
  99% {
    height: 0;
  }
  100% {
    height: 100vh;
    height: 100dvh;
  }
}
/**==================================================
FOOTER
==================================================**/
#global-footer {
  position: relative;
  padding-bottom: 7.3529411765%;
  background-color: #626262;
}
#global-footer .bg-footer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  transform: translate(0, calc(-100% + 2px));
}
#global-footer .bg-footer svg {
  width: calc(100% + 4px);
  margin-left: -2px;
}
#global-footer .bg-footer svg path {
  fill: #626262;
}
#global-footer .link-contact__container {
  position: relative;
  width: 80.8823529412%;
  padding-top: 15.8088235294%;
  margin-left: auto;
  margin-right: auto;
}
#global-footer .link-contact__container + * {
  margin-top: 8.125rem;
}
#global-footer .link-contact__container .layout-box__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  width: 100%;
}
#global-footer .link-contact__container .link-contact {
  width: 100%;
}
#global-footer .link-contact__container + .global-footer__container {
  border-top: solid 1px #999;
}
#global-footer .link-contact__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#global-footer .link-contact__button .__text {
  position: relative;
  color: #FFF;
  font-family: "tt-norms", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
#global-footer .link-contact__button .__icon {
  position: relative;
  width: 1.875rem;
}
#global-footer .link-contact__button .__icon svg {
  stroke: #FFF;
}
#global-footer .text-contact {
  width: 100%;
}
#global-footer .text-contact p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#global-footer .global-footer__container {
  position: relative;
  padding-top: 4.625rem;
  width: 80.8823529412%;
  margin-left: auto;
  margin-right: auto;
}
#global-footer .global-footer__container .layout-box {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 4rem;
  row-gap: 4rem;
  width: 100%;
}
#global-footer .global-footer__container .layout-box .layout-box__item {
  position: relative;
}
#global-footer .global-footer__container .layout-box .layout-box__item:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
#global-footer .global-footer__container .layout-box .layout-box__item:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
#global-footer .global-footer__container .layout-box .layout-box__item:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
#global-footer .footer-sns {
  margin-top: 1.875rem;
}
#global-footer .footer-nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 1.625rem;
  row-gap: 1rem;
}
#global-footer .footer-sns-list {
  display: flex;
  justify-content: flex-end;
  column-gap: 0.375rem;
  position: relative;
}
#global-footer .footer-sns-list .footer-sns-list__item {
  width: 1.75rem;
}
#global-footer .footer-logo {
  width: 4.625rem;
}
#global-footer .footer-nav-button {
  display: block;
  position: relative;
}
#global-footer .footer-nav-button .__text {
  color: #FFF;
  font-family: "tt-norms", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
#global-footer .footer-sns-button {
  display: block;
  aspect-ratio: 1/1;
  position: relative;
}
#global-footer .footer-sns-button .__icon {
  width: 100%;
  height: 100%;
}
#global-footer .footer-sns-button picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#global-footer .footer-sns-button svg path,
#global-footer .footer-sns-button svg ellipse {
  fill: #FFF;
}
#global-footer .footer-copylight p {
  color: #FFF;
  font-family: "tt-norms", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
  #global-footer .link-contact__button {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #global-footer .link-contact__button .__icon {
    transform: translate(0, 0);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #global-footer .link-contact__button:hover {
    opacity: 0.7;
    will-change: opacity;
  }
  #global-footer .link-contact__button:hover .__icon {
    will-change: transform;
    transform: translate(1rem, 0);
  }
  #global-footer .footer-nav-button .__text {
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #global-footer .footer-nav-button:hover .__text {
    color: #999;
  }
  #global-footer .footer-sns-button svg path,
  #global-footer .footer-sns-button svg ellipse {
    transition: fill 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    fill: #FFF;
  }
  #global-footer .footer-sns-button.--instagram:hover svg path,
  #global-footer .footer-sns-button.--instagram:hover svg ellipse {
    fill: #cc007b;
  }
  #global-footer .footer-sns-button.--line:hover svg path,
  #global-footer .footer-sns-button.--line:hover svg ellipse {
    fill: #20c92f;
  }
}
@media screen and (max-width: 767px) {
  #global-footer {
    padding-top: 6.6666666667%;
    padding-bottom: 16%;
  }
  #global-footer .link-contact__container {
    width: 84%;
  }
  #global-footer .link-contact__container + * {
    margin-top: 3.5625rem;
  }
  #global-footer .link-contact__container .layout-box__item {
    row-gap: 0.5rem;
  }
  #global-footer .link-contact__button .__text {
    font-size: 2.5rem;
  }
  #global-footer .link-contact__button .__icon {
    position: relative;
    width: 0.8125rem;
  }
  #global-footer .text-contact {
    width: 100%;
  }
  #global-footer .text-contact p {
    font-size: 0.625rem;
  }
  #global-footer .global-footer__container {
    width: 84%;
    padding-top: 2.375rem;
  }
  #global-footer .global-footer__container .layout-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.125rem;
  }
  #global-footer .global-footer__container .layout-box .layout-box__item {
    position: relative;
    width: 100%;
  }
  #global-footer .global-footer__container .layout-box .layout-box__item:nth-of-type(1) {
    width: 100%;
  }
  #global-footer .global-footer__container .layout-box .layout-box__item:nth-of-type(2) {
    display: none;
  }
  #global-footer .global-footer__container .layout-box .layout-box__item:nth-of-type(3) {
    width: 100%;
  }
  #global-footer .footer-logo {
    width: 2.9375rem;
    margin: 0 auto;
  }
  #global-footer .footer-copylight p {
    font-size: 0.5625rem;
    text-align: center;
  }
}
/**==================================================
kV
==================================================**/
#article-kv {
  width: 100vw;
  aspect-ratio: 1360/700;
}
#article-kv section {
  overflow: hidden;
}
#article-kv section:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#article-kv section:nth-of-type(2) {
  width: 100%;
  height: 100%;
}
#article-kv .kv-body {
  width: 100%;
  height: 100%;
}
#article-kv .kv-list {
  position: relative;
  width: 100%;
  height: 100%;
}
#article-kv .kv-list .kv-list__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#article-kv .kv-list .kv-list__item .kv-list__body {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#article-kv .kv-list .kv-list__item .kv-image {
  aspect-ratio: 1004/1105;
  opacity: 0;
  width: 62.7941176471vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -12.8676470588vw;
}
#article-kv .kv-catchcopy {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 3rem;
  margin-left: 8.125rem;
  z-index: 2;
}
#article-kv .kv-catchcopy .kv-catchcopy__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.375rem;
}
#article-kv .kv-catchcopy .kv-catchcopy__text .text__line {
  background-color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 0.375rem 0.375rem 0.375rem;
}
#article-kv .kv-catchcopy .kv-catchcopy__text .text__line .--green {
  color: #539b34;
  letter-spacing: 0.1em;
}
#article-kv .scroll-invitation {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.125rem;
  margin-bottom: 3rem;
  margin-right: 4.375rem;
  z-index: 3;
}
#article-kv .scroll-invitation picture {
  will-change: transform;
  animation-name: rotate-01;
  animation-duration: 18s;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
}

@keyframes rotate-01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**==================================================
VISION
==================================================**/
#article-vision {
  padding: 31.125rem 0 32.5rem;
  z-index: 1;
}
#article-vision .section-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#article-vision .section-image .section-image__item.--image1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10.375rem;
  margin-bottom: 9.375rem;
  margin-left: 23.1875rem;
  z-index: 2;
}
#article-vision .section-image .section-image__item.--image2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8.375rem;
  margin-bottom: 11.8125rem;
  margin-right: 15.1875rem;
  z-index: 2;
}
#article-vision .section-image .section-image__item.--image3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.375rem;
  margin-top: 21.5rem;
  margin-left: 14.9375rem;
  z-index: 2;
}
#article-vision .content-body {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
  position: relative;
}
#article-vision .bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#article-vision .bg-text .__text {
  color: #f5f5f5;
  font-size: 11.5625rem;
  font-family: "tt-norms", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
#article-vision .body-title-lv1 {
  position: relative;
  z-index: 1;
}
#article-vision .title-lv1 .__text {
  text-align: center;
  font-size: 4.375rem;
  font-family: "tt-norms", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}
#article-vision .body-title-lv2 {
  position: relative;
  z-index: 2;
}
#article-vision .title-lv2 .__text {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#article-vision .title-lv2 .__text .--green {
  color: #539b34;
}
#article-vision .body-text {
  position: relative;
  z-index: 1;
}
#article-vision .body-text p {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
  line-height: 2.4444444444;
}

/**==================================================
MESSAGE
==================================================**/
#article-message {
  padding: 1.25rem 0 10.3125rem;
  background-color: #f5f5f5;
}
#article-message .bg-article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  transform: translate(0, calc(-100% + 2px));
}
#article-message .bg-article svg path {
  fill: #f5f5f5;
}
#article-message .layout-box {
  display: grid;
  grid-template-columns: 49.1089108911% 1fr;
  position: relative;
  width: 74.2647058824%;
  margin: 13.75rem;
}
#article-message .layout-box .layout-box__item {
  position: relative;
}
#article-message .body-title-lv1 {
  position: relative;
}
#article-message .title-lv1 .__text {
  font-size: 1.125rem;
  font-family: "tt-norms", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}
#article-message .body-title-lv2 {
  position: relative;
  margin-top: 3.125rem;
}
#article-message .title-lv2 .__text {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.6818181818;
  letter-spacing: 0.05em;
}
#article-message .body-text {
  position: relative;
  padding-top: 22.75rem;
}
#article-message .body-text p {
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 2.25;
}

/**==================================================
SERVICE
==================================================**/
#article-service {
  padding: 14.625rem 0 15.375rem 0;
  background-color: #d8e1e5;
}
#article-service a.page__anchor {
  top: -12.5rem;
}
#article-service .bg-article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  transform: translate(0, calc(-100% + 2px));
}
#article-service .bg-article svg path {
  fill: #d8e1e5;
}
#article-service section {
  overflow: visible;
}
#article-service .section-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#article-service .section-image .section-image__item.--image1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 143.9705882353%;
  margin-top: -10.3125rem;
  margin-left: -13.25rem;
}
#article-service .body-content {
  position: relative;
}
#article-service .body-title-lv1 {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 17.5625rem;
  margin-top: -25rem;
}
#article-service .title-lv1 .__text {
  font-size: 5.625rem;
  font-family: "tt-norms", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  writing-mode: vertical-rl;
}
#article-service .service-slider-buttons {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -5.625rem;
  margin-left: 13.75rem;
  z-index: 1;
}
#article-service .service-slider-buttons-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  width: 2.625rem;
}
#article-service .service-slider-buttons-list .service-slider-buttons-list {
  position: relative;
}
#article-service .service-slider-button {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #000;
}
#article-service .service-slider-button svg polygon {
  fill: #000;
}
#article-service .service-slider-button.--prev svg {
  transform: scaleX(-1);
}
#article-service .slider-content {
  padding-top: 6.25rem;
  position: relative;
}
#article-service .service-slider-list__container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin: 0 0 0 6.875rem;
}
#article-service .service-slider-list__container .service-slider-list__image {
  width: 100%;
  aspect-ratio: 1/1;
}
#article-service .service-slider-list__container .service-slider-list__image picture {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.6s ease;
}
#article-service .service-slider-list__container .service-slider-list__image picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#article-service .service-slider-list__container .content-body {
  position: relative;
}
#article-service .service-slider-list__container .content-body .titile-lv2 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
#article-service .service-slider-list__container .content-body .body-text {
  margin-top: 1.25rem;
}
#article-service .service-slider-list__container .content-body .body-text p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  text-align: justify;
  text-justify: inter-ideograph;
}
#article-service .swiper-slide-active .service-slider-list__image picture {
  transform: scale(1.16);
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  #article-service .service-slider-button {
    transition: background-color 0.3s ease;
  }
  #article-service .service-slider-button svg polygon {
    fill: #000;
    transition: fill 0.3s ease;
  }
  #article-service .service-slider-button:hover {
    background-color: black;
  }
  #article-service .service-slider-button:hover svg polygon {
    fill: #FFF;
  }
}
/**==================================================
COMPANY
==================================================**/
#article-company {
  padding: 15.625rem 0 9rem 0;
}
#article-company .layout-box {
  width: 80.8823529412%;
  margin-left: auto;
  margin-right: auto;
}
#article-company .content-body {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
#article-company .body-title-lv1 {
  position: relative;
}
#article-company .title-lv1 .__text {
  font-size: 4.375rem;
  font-family: "tt-norms", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}
#article-company .conpany-overview {
  position: relative;
  width: 75.2727272727%;
  margin-left: auto;
  margin-right: 0;
}
#article-company .conpany-overview-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
#article-company .conpany-overview-list .conpany-overview-list__title {
  display: flex;
  align-items: center;
  border-top: solid 1px #cdcdcd;
}
#article-company .conpany-overview-list .conpany-overview-list__title:nth-of-type(1) {
  border-top: 0;
}
#article-company .conpany-overview-list .conpany-overview-list__description {
  display: flex;
  align-items: center;
  border-top: solid 1px #cdcdcd;
}
#article-company .conpany-overview-list .conpany-overview-list__description:nth-of-type(1) {
  border-top: 0;
}
#article-company .conpany-overview-list .body-title {
  padding: 2.5rem 4rem 2.5rem 0;
}
#article-company .conpany-overview-list .body-title .__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#article-company .conpany-overview-list .body-text {
  padding: 2.5rem 0 2.5rem 4rem;
}
#article-company .conpany-overview-list .body-text .__text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

/**==================================================
INSTAGRAM
==================================================**/
#article-instgram {
  padding-bottom: 20.625rem;
}
#article-instgram .slider-content {
  overflow: hidden;
}
#article-instgram .instagram-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#article-instgram .instagram-slider .instagram-slider-list__item .body-image {
  display: flex;
  align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  margin: 0 2.5rem;
}
#article-instgram .instagram-slider .instagram-slider-list__item .body-image a {
  display: block;
  pointer-events: none;
}
#article-instgram .instagram-slider .instagram-slider-list__item .body-image a picture {
  position: relative;
}
#article-instgram .instagram-slider .instagram-slider-list__item .body-image a picture img {
  border-radius: 1.25rem;
}
#article-instgram .instgram-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12.5rem;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#article-instgram .instgram-link__button {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
#article-instgram .instgram-link__button .__icon {
  width: 100%;
  height: 100%;
  background-color: #539b34;
  border-radius: 50%;
}

@keyframes pulsation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}
@media (hover: hover) and (pointer: fine) {
  #article-instgram .instgram-link__button:hover .__icon {
    animation: pulsation 0.7s alternate infinite;
  }
}
/**==================================================
kV
==================================================**/
@media screen and (max-width: 767px) {
  #article-kv {
    height: 100vh;
    height: 100svh;
    min-height: 100vw;
  }
  #article-kv .kv-list .kv-list__item .kv-list__body {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170vw;
    height: auto;
    transform: translate(-50%, -50%);
  }
  #article-kv .kv-list .kv-list__item .kv-image {
    aspect-ratio: auto;
    width: 100%;
    margin-bottom: 0;
  }
  #article-kv .kv-catchcopy {
    margin-bottom: 2.4375rem;
    margin-left: 1.78125rem;
  }
  #article-kv .kv-catchcopy .kv-catchcopy__text {
    row-gap: 0.3125rem;
  }
  #article-kv .kv-catchcopy .kv-catchcopy__text .text__line {
    font-size: 1.125rem;
    padding: 0.1875rem 0.25rem 0.1875rem 0.25rem;
  }
  #article-kv .scroll-invitation {
    width: 3.0625rem;
    margin-bottom: 2.5rem;
    margin-right: 1.875rem;
  }
}
/**==================================================
VISION
==================================================**/
@media screen and (max-width: 767px) {
  #article-vision {
    padding: 11rem 0 18rem 0;
  }
  #article-vision .section-image .section-image__item.--image1 {
    width: 5.59375rem;
    margin-bottom: 5rem;
    margin-left: 6.40625rem;
  }
  #article-vision .section-image .section-image__item.--image2 {
    width: 4.8125rem;
    margin-bottom: 15.9375rem;
    margin-right: 4.1875rem;
  }
  #article-vision .section-image .section-image__item.--image3 {
    width: 3.65625rem;
    margin-top: -0.15625rem;
    margin-left: 11.0625rem;
  }
  #article-vision .content-body {
    padding: 0 1.875rem;
    row-gap: 1.625rem;
  }
  #article-vision .bg-text {
    transform: translate(-50%, -50%);
  }
  #article-vision .bg-text .__text {
    font-size: 3.1875rem;
  }
  #article-vision .body-title-lv1 {
    position: relative;
  }
  #article-vision .title-lv1 .__text {
    text-align: start;
    font-size: 1.875rem;
  }
  #article-vision .body-title-lv2 {
    position: relative;
  }
  #article-vision .title-lv2 .__text {
    text-align: start;
    font-size: 1.25rem;
  }
  #article-vision .title-lv2 .__text .--green {
    color: #539b34;
  }
  #article-vision .title-lv2 .__text br {
    display: none;
  }
  #article-vision .body-text p {
    text-align: start;
    font-size: 0.75rem;
    line-height: 2.0833333333;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
/**==================================================
MESSAGE
==================================================**/
@media screen and (max-width: 767px) {
  #article-message {
    padding: 1.25rem 0 10.3125rem;
    background-color: #f5f5f5;
  }
  #article-message .bg-article {
    aspect-ratio: 750/236;
  }
  #article-message .bg-article picture {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #article-message .bg-article svg {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
  #article-message .layout-box {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0;
    padding: 0 0 0 1.875rem;
  }
  #article-message .title-lv1 .__text {
    font-size: 0.875rem;
  }
  #article-message .body-title-lv2 {
    margin-top: 2.5rem;
  }
  #article-message .title-lv2 .__text {
    font-size: 1.5625rem;
    line-height: 1.88;
    letter-spacing: 0.1em;
  }
  #article-message .body-text {
    position: relative;
    padding-top: 4rem;
  }
  #article-message .body-text p {
    font-size: 0.75rem;
    letter-spacing: 0.075em;
    line-height: 2.0833333333;
  }
}
/**==================================================
SERVICE
==================================================**/
@media screen and (max-width: 767px) {
  #article-service {
    padding: 7.71875rem 0 7.71875rem 0;
  }
  #article-service a.page__anchor {
    top: -4.375rem;
    z-index: 100;
  }
  #article-service .section-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #article-service .section-image .section-image__item.--image1 {
    width: 252%;
    margin-top: -6.59375rem;
    margin-left: -15.71875rem;
  }
  #article-service .body-title-lv1 {
    margin-top: -10.8125rem;
    margin-left: 3.8125rem;
  }
  #article-service .title-lv1 .__text {
    font-size: 2.8125rem;
  }
  #article-service .service-slider-buttons {
    display: none;
    margin-top: -2.34375rem;
    margin-left: 1.5625rem;
  }
  #article-service .service-slider-buttons-list {
    row-gap: 0.625rem;
    width: 1.875rem;
  }
  #article-service .slider-content {
    padding-top: 4.375rem;
    position: relative;
  }
  #article-service .service-slider-list__container {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1.625rem;
    margin: 0 0.625rem 0 1.875rem;
  }
  #article-service .service-slider-list__container .content-body {
    padding: 0 1.5625rem;
  }
  #article-service .service-slider-list__container .content-body .titile-lv2 {
    font-size: 0.9375rem;
  }
  #article-service .service-slider-list__container .content-body .body-text {
    margin-top: 0;
  }
  #article-service .service-slider-list__container .content-body .body-text p {
    font-size: 0.6875rem;
    letter-spacing: 0.025em;
    line-height: 2.1818181818;
  }
  #article-service .swiper-slide-active .service-slider-list__image picture {
    transform: scale(1.1);
  }
}
/**==================================================
COMPANY
==================================================**/
@media screen and (max-width: 767px) {
  #article-company {
    padding: 7.59375rem 0 6.1875rem 0;
  }
  #article-company .layout-box {
    width: auto;
  }
  #article-company .content-body {
    padding: 0 1.875rem;
    row-gap: 1.5625rem;
  }
  #article-company .title-lv1 .__text {
    font-size: 1.875rem;
  }
  #article-company .conpany-overview {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #article-company .conpany-overview-list .body-title {
    padding: 1.25rem 1.375rem 1.25rem 0.6875rem;
  }
  #article-company .conpany-overview-list .body-title .__text {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.7272727273;
  }
  #article-company .conpany-overview-list .body-text {
    padding: 1.25rem 0.6875rem 1.25rem 1.375rem;
  }
  #article-company .conpany-overview-list .body-text .__text {
    font-size: 0.6875rem;
    line-height: 1.7272727273;
  }
}
/**==================================================
INSTAGRAM
==================================================**/
@media screen and (max-width: 767px) {
  #article-instgram {
    padding-bottom: 9.4375rem;
  }
  #article-instgram .instagram-slider .instagram-slider-list__item .body-image {
    margin: 0 0 0 1.875rem;
  }
  #article-instgram .instagram-slider .instagram-slider-list__item .body-image a picture img {
    border-radius: 0.625rem;
  }
  #article-instgram .instgram-link {
    width: 7.5rem;
  }
}
/**==================================================
ANIMATION
==================================================**/
#article-kv .kv-list .kv-list__item {
  z-index: auto;
}
#article-kv .kv-list .kv-list__item.--active {
  z-index: 1;
}
#article-kv .kv-list .kv-list__item .kv-image.--active {
  will-change: opacity, transform;
  opacity: 0;
  transform: translate(0, 2.5rem) scale(1);
  animation-name: kv-image-anime;
  animation-timing-function: linear;
  animation-duration: 3.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#article-kv .kv-shutter {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
#article-kv .kv-shutter.--active {
  will-change: transform;
  transform: translate(0, 105%);
  animation-name: shutter-anime;
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
}
#article-kv .--at-first .kv-shutter.--active {
  animation-name: shutter-anime-0;
}

@keyframes kv-image-anime {
  0% {
    opacity: 0;
    transform: translate(0, 1.875rem) scale(1);
  }
  1% {
    opacity: 0;
    transform: translate(0, 1.875rem) scale(1);
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -0.3125rem) scale(0.85);
  }
}
@keyframes shutter-anime {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -105%);
  }
}
@keyframes shutter-anime-0 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.--box-animetion .--animetion-item {
  opacity: 0;
  transform: translate(0, 4rem);
  transition: opacity 1.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.--box-animetion.in-viewport .--animetion-item {
  opacity: 1;
  transform: translate(0, 0);
  will-change: opacity, transform;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.1"] {
  transition-delay: 0.1s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.2"] {
  transition-delay: 0.2s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.3"] {
  transition-delay: 0.3s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.4"] {
  transition-delay: 0.4s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.5"] {
  transition-delay: 0.5s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.6"] {
  transition-delay: 0.6s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.7"] {
  transition-delay: 0.7s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.8"] {
  transition-delay: 0.8s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="0.9"] {
  transition-delay: 0.9s;
}
.--box-animetion.in-viewport .--animetion-item[data-animetion-delay="1"] {
  transition-delay: 1s;
}/*# sourceMappingURL=style.css.map */