/*! 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;
  }
}
/*=============================================================================*/
section .form-contents {
  position: relative;
  max-width: 624px;
  margin: 0 auto;
  font-size: 16px;
}
section .form-contents p {
  font-size: 1em;
}
section .form-contents form {
  position: relative;
  margin: 0 auto;
}
section .form-contents form input,
section .form-contents form textarea,
section .form-contents form select {
  position: relative;
  box-sizing: border-box;
  color: inherit;
  line-height: 1.5;
}
section .form-contents form input::placeholder,
section .form-contents form textarea::placeholder,
section .form-contents form select::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
section .form-contents form select {
  color: #000;
}
section .form-contents form select._checked {
  color: #000;
}
section .form-contents form select._checked::placeholder {
  color: #000;
}
section .form-contents form textarea {
  padding: 0.5em 0.75em;
  border: solid 1px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
section .form-contents form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
section .form-contents form p legend {
  font-weight: 400;
}
section .form-contents form label {
  font-size: inherit;
  cursor: pointer;
}
section .form-contents form legend, section .form-contents form label {
  display: flex;
  align-items: center;
}
section .form-contents form .f-textarea {
  position: relative;
  width: 100%;
  font-size: 1em;
  line-height: 1.7;
}
section .form-contents form .f-textarea textarea {
  order: 2;
  position: relative;
  width: 100%;
  height: 8.5em;
  margin: 0 0 0 0;
  padding: 0.5em 0.75em;
  outline: 0;
  border: solid 1px #b4b4b4;
  resize: vertical;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  border-radius: 10px;
}
section .form-contents form .f-textarea textarea:focus {
  outline: 0;
  border: solid 1px #b4b4b4;
  background-color: white;
}
section .form-contents form .f-input-text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  font-size: 1em;
}
section .form-contents form .f-input-text input[type=email],
section .form-contents form .f-input-text input[type=tel],
section .form-contents form .f-input-text input[type=text] {
  order: 2;
  position: relative;
  width: 100%;
  height: 62px;
  margin: 0 0 0 0;
  padding: 0 0.75em;
  outline: 0;
  border: solid 1px #b4b4b4;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  border-radius: 10px;
}
section .form-contents form .f-input-text input[type=email]:focus,
section .form-contents form .f-input-text input[type=tel]:focus,
section .form-contents form .f-input-text input[type=text]:focus {
  outline: 0;
  border: solid 1px #b4b4b4;
  background-color: white;
}
section .form-contents form .f-checkbox {
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  padding: 0;
}
section .form-contents form .f-checkbox input[type=checkbox] {
  background-color: rgba(255, 255, 255, 0);
}
section .form-contents form .f-checkbox input[type=checkbox] + p > label,
section .form-contents form .f-checkbox input[type=checkbox] + input + p > label {
  display: block;
  position: relative;
  padding: 0.1em 0 0.1em 2.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
section .form-contents form .f-checkbox input[type=checkbox] + p::before,
section .form-contents form .f-checkbox input[type=checkbox] + input + p::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  border: solid 1px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.3125em;
  transform: translate(0, -50%);
  transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
section .form-contents form .f-checkbox input[type=checkbox] + p::after,
section .form-contents form .f-checkbox input[type=checkbox] + input + p::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.5em;
  height: 0.85em;
  border-bottom: solid 4px #539b34;
  border-left: solid 4px #539b34;
  opacity: 0;
  transform: translate(4%, calc(-50% - 0.375em)) rotate(-45deg);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
section .form-contents form .f-checkbox input[type=checkbox]:checked + p::before,
section .form-contents form .f-checkbox input[type=checkbox]:checked + input + p::before {
  background-color: white;
}
section .form-contents form .f-checkbox input[type=checkbox]:checked + p::after,
section .form-contents form .f-checkbox input[type=checkbox]:checked + input + p::after {
  opacity: 1;
}
section .form-contents form .f-radio {
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}
section .form-contents form .f-radio input[type=radio] {
  display: initial;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  cursor: pointer;
}
section .form-contents form .f-radio input[type=radio] + p > label,
section .form-contents form .f-radio input[type=radio] + input + p > label {
  display: block;
  position: relative;
  padding: 0.1em 0 0.1em 1.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
section .form-contents form .f-radio input[type=radio] + p::before,
section .form-contents form .f-radio input[type=radio] + input + p::before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(0, -50%);
  transition: background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
section .form-contents form .f-radio input[type=radio] + p::after,
section .form-contents form .f-radio input[type=radio] + input + p::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0.3em;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  background-color: rgba(83, 155, 52, 0.8);
  border-radius: 50%;
  opacity: 0.2;
  transform: translate(0, -50%);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
section .form-contents form .f-radio input[type=radio]:checked + p::before,
section .form-contents form .f-radio input[type=radio]:checked + input + p::before {
  background-color: white;
}
section .form-contents form .f-radio input[type=radio]:checked + p::after,
section .form-contents form .f-radio input[type=radio]:checked + input + p::after {
  opacity: 1;
}
section .form-contents form .f-select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 20em;
  font-size: 1em;
  line-height: 1.5;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.5);
}
section .form-contents form .f-select .icon {
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.75em 0 0;
  border-right: solid 2px #539b34;
  border-bottom: solid 2px #539b34;
  transform: translate(0, calc(-50% - 0.2em)) rotate(45deg);
  pointer-events: none;
}
section .form-contents form .f-select select {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0.5em 0.75em;
}
section .form-contents form fieldset {
  display: grid;
  grid-template-columns: 174px 1fr;
  position: relative;
}
section .form-contents form fieldset + fieldset {
  margin-top: 30px;
}
section .form-contents form fieldset:nth-last-of-type(1) {
  display: block;
  margin-top: 48px;
  padding-left: 174px;
}
section .form-contents form fieldset:nth-last-of-type(2) {
  display: block;
  margin-top: 48px;
  padding-left: 174px;
}
section .form-contents form fieldset p {
  display: flex;
  align-items: center;
  font-size: 0.8125em;
}
section .form-contents form fieldset p label[for=send_confirm] {
  font-size: 0.8125em;
  overflow: visible !important;
}
section .form-contents form fieldset p label[for=send_confirm] a {
  position: relative;
  display: inline-block;
}
section .form-contents form fieldset p label[for=send_confirm] a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateY(5px);
}
section .form-contents form fieldset .box-radio {
  display: flex;
  position: relative;
}
section .form-contents form fieldset .box-radio > .box + .box {
  margin-left: 1.5em;
}
section .form-contents form fieldset .__notes {
  font-size: 11px;
  line-height: 2;
}
section .form-contents form fieldset .box-scroll {
  position: relative;
  padding-bottom: 50%;
}
section .form-contents form fieldset .box-scroll .scroller {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.25em;
}
section .form-contents form fieldset .box-scroll .scroller > .inner {
  box-sizing: border-box;
  position: relative;
  padding: 1.5em;
}

@media screen and (max-width: 767px) {
  section .form-contents {
    font-size: 16px;
  }
  section .form-contents form .f-input-text input[type=email],
  section .form-contents form .f-input-text input[type=tel],
  section .form-contents form .f-input-text input[type=text] {
    height: 52px;
    border-radius: 5px;
  }
  section .form-contents form .f-checkbox input[type=checkbox] + p::before,
  section .form-contents form .f-checkbox input[type=checkbox] + input + p::before {
    content: "";
    width: 2em;
    height: 2em;
  }
  section .form-contents form .f-checkbox input[type=checkbox] + p::after,
  section .form-contents form .f-checkbox input[type=checkbox] + input + p::after {
    content: "";
    width: 2em;
    height: 1.15em;
  }
  section .form-contents form fieldset {
    display: block;
  }
  section .form-contents form fieldset + fieldset {
    margin-top: 25px;
  }
  section .form-contents form fieldset:nth-last-of-type(1) {
    margin-top: 36px;
    padding-left: 0;
  }
  section .form-contents form fieldset:nth-last-of-type(2) {
    margin-top: 36px;
    padding-left: 0;
  }
  section .form-contents form fieldset p {
    margin-bottom: 10px;
    font-size: 11px;
  }
  section .form-contents form fieldset p label[for=send_confirm] {
    font-size: 13px;
    overflow: visible !important;
  }
  section .form-contents form fieldset .__notes {
    font-size: 9;
  }
}
section .form-contents button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.5em;
  padding: 0 6.375em;
  background-color: #539b34;
  border-radius: 2.9166666667em;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  transition: color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
section .form-contents button:hover {
  color: #FFF;
  background-color: rgba(83, 155, 52, 0.85);
}
section .form-contents .required {
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
  font-size: 0.75em;
  color: #cb2e19;
  vertical-align: text-top;
}
section .form-contents button#button_mfp_goconfirm.hidden {
  pointer-events: none;
  opacity: 0.3;
}
section .form-contents button#mfp_button_send {
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  background-color: #539b34;
}
section .form-contents button#mfp_button_send:hover {
  background-color: rgba(83, 155, 52, 0.85);
  color: #FFF;
}
section .form-contents button#mfp_button_cancel {
  margin-left: auto;
  margin-right: auto;
  border: solid 2px rgba(83, 155, 52, 0.5);
  background-color: #FFF;
  color: #539b34;
}
section .form-contents button#mfp_button_cancel:hover {
  color: #539b34;
  background-color: rgba(83, 155, 52, 0.1);
}
section .form-contents button#button_mfp_gosend {
  margin-left: auto;
  margin-right: auto;
}
section .form-contents h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}
section .form-contents h2 > span {
  display: block;
}
section .form-contents h2 + p {
  margin-top: 1.5em;
  font-size: 0.875em;
}
section .form-contents h2 + p + p.notes {
  font-size: 0.8125em;
}
section .form-contents h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
}
section .form-contents h3 > i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
}
section .form-contents h3 > i svg {
  width: 100%;
}
section .form-contents h3 > i svg .svg-path {
  fill: #539b34;
}
section .form-contents h3 > i + span {
  margin-left: 0.25em;
}
section .form-contents h3 > span {
  display: block;
}
section .form-contents h3 + p {
  margin-top: 1.5em;
  font-size: 0.7em;
}
section .form-contents h3 + p + p.notes {
  font-size: 0.65em;
}
section .form-contents #mailformpro #mfp_hidden {
  display: none;
}
section .form-contents #mailformpro .mfp_err {
  grid-column: 2/3;
  color: #cb2e19;
  font-size: 11px;
  transform: translate(0, 10px);
}
section .form-contents #mfp_warning {
  text-align: center;
  margin-bottom: 2em;
  color: #cb2e19;
}
section .form-contents #mfp_phase_confirm {
  display: none;
  margin: 0 auto;
}
section .form-contents #mfp_phase_confirm .mfp_buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  margin: 2em 0 0 0;
}
section .form-contents #mfp_phase_confirm_inner h4 {
  display: none;
}
section .form-contents #mfp_phase_confirm_inner table {
  width: 100%;
  margin-top: 1em;
}
section .form-contents #mfp_phase_confirm_inner table tbody {
  display: block;
  position: relative;
}
section .form-contents #mfp_phase_confirm_inner table tr {
  display: block;
  position: relative;
}
section .form-contents #mfp_phase_confirm_inner table th, section .form-contents #mfp_phase_confirm_inner table td {
  display: block;
  padding: 0.5em 1.5em;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 0.8125em;
  text-align: left;
}
section .form-contents #mfp_phase_confirm_inner table th {
  font-weight: 600;
  white-space: nowrap;
  color: #000;
  border-top: solid 1px rgba(0, 0, 0, 0.25);
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.08);
}
section .form-contents #mfp_phase_confirm_inner table td {
  font-weight: 400;
  color: #000;
}
section .form-contents #mfp_phase_1 {
  margin: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  section .form-contents #mfp_phase_confirm {
    display: none;
  }
  section .form-contents #mfp_phase_confirm .mfp_buttons {
    margin-top: 40px;
    font-size: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
  }
  section .form-contents button {
    width: 100%;
    font-size: 16px;
  }
}
#article-contact {
  padding: 18.4375rem 0 20.625rem 0;
}
#article-contact .layout-box {
  padding: 0 8.125rem;
  margin: 0 auto;
}
#article-contact .title-lv1 .__text {
  font-size: 3.75rem;
  font-family: "tt-norms", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}
#article-contact .box-meter {
  position: relative;
  width: 510px;
  margin: 150px auto 0 auto;
}
#article-contact .meter .meter__item {
  display: grid;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  position: relative;
  width: 100%;
}
#article-contact .meter .meter__item + .meter__item {
  margin-top: 20px;
}
#article-contact .meter .meter__item:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 16.6666%;
  width: 66.6666%;
  height: 1px;
  background-color: #dcd8cf;
}
#article-contact .meter .meter__item:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 16.6666%;
  width: 66.6666%;
  height: 1px;
  background-color: #539b34;
}
#article-contact .meter .meter__point {
  display: flex;
  justify-content: center;
}
#article-contact .meter .meter__point > span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #dcd8cf;
  z-index: 1;
}
#article-contact .meter .meter__text {
  display: flex;
  justify-content: center;
}
#article-contact .meter .meter__text > span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.075em;
}
#article-contact .meter[data-step="1"] .meter__item:nth-of-type(1)::after {
  width: 0%;
}
#article-contact .meter[data-step="1"] .meter__point.--step1 > span {
  background-color: #539b34;
}
#article-contact .meter[data-step="1"] .meter__point.--step2 > span {
  background-color: #dcd8cf;
}
#article-contact .meter[data-step="1"] .meter__point.--step3 > span {
  background-color: #dcd8cf;
}
#article-contact .meter[data-step="1"] .meter__text.--step1 {
  color: #539b34;
  font-weight: 500;
}
#article-contact .meter[data-step="2"] .meter__item:nth-of-type(1)::after {
  width: 33.33333%;
}
#article-contact .meter[data-step="2"] .meter__point.--step1 > span {
  background-color: #539b34;
}
#article-contact .meter[data-step="2"] .meter__point.--step2 > span {
  background-color: #539b34;
}
#article-contact .meter[data-step="2"] .meter__point.--step3 > span {
  background-color: #dcd8cf;
}
#article-contact .meter[data-step="2"] .meter__text.--step2 {
  color: #539b34;
  font-weight: 500;
}
#article-contact .meter[data-step="3"] .meter__item:nth-of-type(1)::after {
  width: 66.6666%;
}
#article-contact .meter[data-step="3"] .meter__point.--step1 > span {
  background-color: #539b34;
}
#article-contact .meter[data-step="3"] .meter__point.--step2 > span {
  background-color: #539b34;
}
#article-contact .meter[data-step="3"] .meter__point.--step3 > span {
  background-color: #539b34;
}
#article-contact .meter[data-step="3"] .meter__text.--step3 {
  color: #539b34;
  font-weight: 500;
}
#article-contact .box-lead {
  margin-top: 88px;
}
#article-contact .box-lead + * {
  margin-top: 100px;
}
#article-contact .box-lead .__lead {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.075em;
  line-height: 2.3076923077;
}
#article-contact .box-lead .__lead > i {
  font-size: 11px;
}
#article-contact .box-lead .__lead > i b {
  color: #cb2e19;
}
#article-contact .box-thx {
  margin-top: 100px;
}
#article-contact .box-thx .__lead {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.3076923077;
}
#article-contact .box-thx .btn-top {
  width: 240px;
  margin: 100px auto 0 auto;
}
#article-contact .box-thx .btn__type-01 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.5em;
  padding: 0 1em;
  background-color: #539b34;
  border-radius: 2.9166666667em;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#article-contact .box-thx .btn__type-01:hover {
  background-color: rgba(83, 155, 52, 0.85);
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #article-contact {
    padding: 11.25rem 0 9.1875rem 0;
  }
  #article-contact .layout-box {
    padding: 0 1.875rem;
  }
  #article-contact .title-lv1 .__text {
    font-size: 1.875rem;
  }
  #article-contact .box-meter {
    width: 100%;
    margin: 70px auto 0 auto;
  }
  #article-contact .box-lead {
    margin-top: 64px;
  }
  #article-contact .box-lead + * {
    margin-top: 72px;
  }
  #article-contact .box-lead .__lead {
    font-size: 12px;
    line-height: 2.0833333333;
  }
  #article-contact .box-lead .__lead > i {
    font-size: 8px;
  }
  #article-contact .box-lead .__lead > i b {
    color: #cb2e19;
  }
  #article-contact .box-thx {
    margin-top: 64px;
  }
  #article-contact .box-thx .__lead {
    font-size: 14px;
    line-height: 2.0833333333;
  }
  #article-contact .box-thx .btn-top {
    width: 240px;
    margin: 64px auto 0 auto;
  }
  #article-contact .box-thx .btn__type-01 {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */