@charset "UTF-8";
/*--------------------------------------------
 Var
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*--------------------------------------------
 Mixin
---------------------------------------------*/
/*--------------------------------------------
 Keyframe
---------------------------------------------*/
@-webkit-keyframes bounceAlpha {
  0% {
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    opacity: 1;
    transform: translateY(-50%) translateX(0px) scale(1);
  }
  25% {
    -webkit-transform: translateY(-50%) translateX(2rem) scale(0.9);
    opacity: 0;
    transform: translateY(-50%) translateX(2rem) scale(0.9);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateY(-50%) translateX(1.5rem) scale(0.9);
      transform: translateY(-50%) translateX(1.5rem) scale(0.9);
    }
  }
  26% {
    -webkit-transform: translateY(-50%) translateX(-2rem) scale(0.9);
    opacity: 0;
    transform: translateY(-50%) translateX(-2rem) scale(0.9);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateY(-50%) translateX(-1.5rem) scale(0.9);
      transform: translateY(-50%) translateX(-1.5rem) scale(0.9);
    }
  }
  55% {
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    opacity: 1;
    transform: translateY(-50%) translateX(0px) scale(1);
  }
}
@keyframes bounceAlpha {
  0% {
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    opacity: 1;
    transform: translateY(-50%) translateX(0px) scale(1);
  }
  25% {
    -webkit-transform: translateY(-50%) translateX(2rem) scale(0.9);
    opacity: 0;
    transform: translateY(-50%) translateX(2rem) scale(0.9);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateY(-50%) translateX(1.5rem) scale(0.9);
      transform: translateY(-50%) translateX(1.5rem) scale(0.9);
    }
  }
  26% {
    -webkit-transform: translateY(-50%) translateX(-2rem) scale(0.9);
    opacity: 0;
    transform: translateY(-50%) translateX(-2rem) scale(0.9);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateY(-50%) translateX(-1.5rem) scale(0.9);
      transform: translateY(-50%) translateX(-1.5rem) scale(0.9);
    }
  }
  55% {
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    opacity: 1;
    transform: translateY(-50%) translateX(0px) scale(1);
  }
}
@-webkit-keyframes bounceAlpha2 {
  0% {
    -webkit-transform: translateX(0px) scale(1);
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    -webkit-transform: translateX(2rem) scale(0.9);
    opacity: 0;
    transform: translateX(2rem) scale(0.9);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateX(1.5rem) scale(0.9);
      transform: translateX(1.5rem) scale(0.9);
    }
  }
  26% {
    -webkit-transform: translateX(-2rem) scale(0.9);
    opacity: 0;
    transform: translateX(-2rem) scale(0.9);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateX(-1.5rem) scale(0.9);
      transform: translateX(-1.5rem) scale(0.9);
    }
  }
  55% {
    -webkit-transform: translateX(0px) scale(1);
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceAlpha2 {
  0% {
    -webkit-transform: translateX(0px) scale(1);
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    -webkit-transform: translateX(2rem) scale(0.9);
    opacity: 0;
    transform: translateX(2rem) scale(0.9);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateX(1.5rem) scale(0.9);
      transform: translateX(1.5rem) scale(0.9);
    }
  }
  26% {
    -webkit-transform: translateX(-2rem) scale(0.9);
    opacity: 0;
    transform: translateX(-2rem) scale(0.9);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateX(-1.5rem) scale(0.9);
      transform: translateX(-1.5rem) scale(0.9);
    }
  }
  55% {
    -webkit-transform: translateX(0px) scale(1);
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@-webkit-keyframes bounceAlpha3 {
  0% {
    -webkit-transform: translateX(0px) scale(-1, 1) translateY(-50%);
    opacity: 1;
    transform: translateX(0px) scale(-1, 1) translateY(-50%);
  }
  25% {
    -webkit-transform: translateX(-2rem) scale(-1, 1) translateY(-50%);
    opacity: 0;
    transform: translateX(-2rem) scale(-1, 1) translateY(-50%);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateX(-1.5rem) scale(-1, 1) translateY(-50%);
      transform: translateX(-1.5rem) scale(-1, 1) translateY(-50%);
    }
  }
  26% {
    -webkit-transform: translateX(2rem) scale(-1, 1) translateY(-50%);
    opacity: 0;
    transform: translateX(2rem) scale(-1, 1) translateY(-50%);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateX(1.5rem) scale(-1, 1) translateY(-50%);
      transform: translateX(1.5rem) scale(-1, 1) translateY(-50%);
    }
  }
  55% {
    -webkit-transform: translateX(0px) scale(-1, 1) translateY(-50%);
    opacity: 1;
    transform: translateX(0px) scale(-1, 1) translateY(-50%);
  }
}
@keyframes bounceAlpha3 {
  0% {
    -webkit-transform: translateX(0px) scale(-1, 1) translateY(-50%);
    opacity: 1;
    transform: translateX(0px) scale(-1, 1) translateY(-50%);
  }
  25% {
    -webkit-transform: translateX(-2rem) scale(-1, 1) translateY(-50%);
    opacity: 0;
    transform: translateX(-2rem) scale(-1, 1) translateY(-50%);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateX(-1.5rem) scale(-1, 1) translateY(-50%);
      transform: translateX(-1.5rem) scale(-1, 1) translateY(-50%);
    }
  }
  26% {
    -webkit-transform: translateX(2rem) scale(-1, 1) translateY(-50%);
    opacity: 0;
    transform: translateX(2rem) scale(-1, 1) translateY(-50%);
    @media screen and (min-width: 1240px) {
      -webkit-transform: translateX(1.5rem) scale(-1, 1) translateY(-50%);
      transform: translateX(1.5rem) scale(-1, 1) translateY(-50%);
    }
  }
  55% {
    -webkit-transform: translateX(0px) scale(-1, 1) translateY(-50%);
    opacity: 1;
    transform: translateX(0px) scale(-1, 1) translateY(-50%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutVisible {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOutVisible {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes shrink {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes shrink {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes dash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    stroke-dashoffset: 500px;
    -webkit-transform: rotate(-90deg);
    transform: translate3d(0, 0, 0);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    stroke-dashoffset: -500px;
    -webkit-transform: rotate(270deg);
    transform: translate3d(0, 0, 0);
    transform: rotate(270deg);
  }
}
@keyframes dash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    stroke-dashoffset: 500px;
    -webkit-transform: rotate(-90deg);
    transform: translate3d(0, 0, 0);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    stroke-dashoffset: -500px;
    -webkit-transform: rotate(270deg);
    transform: translate3d(0, 0, 0);
    transform: rotate(270deg);
  }
}
/*--------------------------------------------
 function
---------------------------------------------*/
/*--------------------------------------------
 Base
---------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box !important;
}

html {
  font-size: 2.6666666667vw !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw !important;
  }
}
@media screen and (min-width: 1240px) {
  html {
    font-size: 62.5% !important;
  }
}

body {
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-feature-settings: "palt" 1 !important;
  font-feature-settings: "palt" 1 !important;
  color: #0C6969 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  /* 文字をシャープに */
  /* カーニングとリガチャ（合字）を調整 */
  text-rendering: optimizeLegibility !important;
}
@media screen and (min-width: 768px) {
  body {
    /* 16px */
    font-size: 1.6rem !important;
  }
}

.page, .page__header, .page__main, .page__section, .page__article, .page__aside, .page__footer, .page__inner, .page__flex {
  height: auto;
  position: relative;
  width: 100%;
}
.page__inner {
  margin: 0 auto;
}
.page__inner1440 {
  height: auto;
  margin: 0 auto;
  max-width: 148rem;
  width: 100%;
}
.page__inner1000 {
  height: auto;
  margin: 0 auto;
  max-width: 104rem;
  width: 100%;
}
.page__flex {
  display: flex;
}
.page__flex > * {
  flex-shrink: 0;
  width: auto;
}
.page__flexC {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1240px) {
  .page__mb {
    display: none;
  }
}
.page__de {
  display: none;
}
@media screen and (min-width: 1240px) {
  .page__de {
    display: block;
  }
}
.page__img img {
  display: block;
  height: auto;
  width: 100%;
}
.page__ttl {
  height: auto;
  margin-bottom: clamp(4rem, 4.5161290323vw, 5.6rem);
  position: relative;
  text-align: center;
  width: 100%;
}
.page__ttlJp {
  -webkit-transform: translateX(-50%);
  bottom: -0.8rem;
  display: block;
  font-size: clamp(2.4rem, 2.9032258065vw, 3.6rem);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .page__ttlJp {
    bottom: 0;
    left: 50%;
    position: absolute;
  }
}
.page__ttlEn {
  color: #F3F7F7;
  display: block;
  letter-spacing: -0.05em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .page__ttlEn {
    letter-spacing: 0em;
  }
}
.page__link {
  align-items: center;
  background-color: #FFA010;
  border-radius: 9999px;
  color: #fff !important;
  display: flex;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  height: clamp(4.4rem, 4.435483871vw, 5.5rem);
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 22rem;
}
.page__link:after {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/com/btn-arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  right: clamp(1.6rem, 1.935483871vw, 2.4rem);
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
}
.page__link.js-acv {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.page__link.js-acv:after {
  -webkit-animation-name: bounceAlpha;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: bounceAlpha;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
}
.page__link2 {
  -webkit-column-gap: clamp(1.6rem, 1.935483871vw, 2.4rem);
  -moz-column-gap: clamp(1.6rem, 1.935483871vw, 2.4rem);
  align-items: center;
  background-color: #fff;
  border: 1px solid #0C6969;
  border-radius: 9999px;
  color: #0C6969 !important;
  column-gap: clamp(1.6rem, 1.935483871vw, 2.4rem);
  display: flex;
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  justify-content: center;
  padding: clamp(1rem, 1.2903225806vw, 1.6rem) clamp(2.4rem, 1.935483871vw, 2.4rem);
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.page__link2:after {
  background-image: url("../img/com/btn-arrowG.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.2rem;
  width: 0.7rem;
}
.page__link2.js-acv {
  background-color: #0C6969 !important;
  color: #fff !important;
}
.page__link2.js-acv:after {
  -webkit-animation-name: bounceAlpha2;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: bounceAlpha2;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  background-image: url("../img/com/btn-arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__link3 {
  align-items: center;
  background-color: #FFA010;
  border-radius: clamp(2.7rem, 2.1774193548vw, 2.7rem);
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  height: clamp(9.2rem, 9.2741935484vw, 11.5rem);
  justify-content: center;
  position: relative;
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: clamp(33rem, 45.1612903226vw, 56rem);
}
.page__link3:before {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/com/btn-arrowL.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: clamp(1.5rem, 2.4193548387vw, 3rem);
  position: absolute;
  right: clamp(2.4rem, 3.2258064516vw, 4rem);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(1.2rem, 1.935483871vw, 2.4rem);
}
.page__link3:after {
  -webkit-transform: translate(-50%, -50%);
  border: clamp(0.1rem, 0.1612903226vw, 0.2rem) solid #fff;
  border-radius: clamp(2.7rem, 2.1774193548vw, 2.7rem);
  content: "";
  display: block;
  height: calc(100% - clamp(1.2rem, 1.2903225806vw, 1.6rem));
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - clamp(1.2rem, 1.6129032258vw, 2rem));
}
.page__link3.js-acv {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.page__link3.js-acv:before {
  -webkit-animation-name: bounceAlpha;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: bounceAlpha;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
}
.page__link4 {
  align-items: center;
  border: 2px solid #FFA010;
  border-radius: 9999px;
  color: #FFA010 !important;
  display: flex;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  height: clamp(4.4rem, 4.435483871vw, 5.5rem);
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 22rem;
}
.page__link4:after {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/com/btn-arrowO.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  right: clamp(1.6rem, 1.935483871vw, 2.4rem);
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
}
.page__link4.js-acv {
  background-color: #FFA010;
  color: #fff !important;
}
.page__link4.js-acv:after {
  -webkit-animation-name: bounceAlpha;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: bounceAlpha;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  background-image: url("../img/com/btn-arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__wte {
  color: #fff !important;
}
.page__bck {
  color: #0C6969 !important;
}
.page__gry {
  color: #F3F7F7 !important;
}
.page__bgAc {
  background-color: #FFA010;
}
.page__black {
  font-weight: 900;
}
.page__ebold {
  font-weight: 800;
}
.page__bold {
  font-weight: 700;
}
.page__sbold {
  font-weight: 600;
}
.page__medium {
  font-weight: 500;
}
.page__regular {
  font-weight: 400;
}
.page__light {
  font-weight: 300;
}
.page__elight {
  font-weight: 200;
}
.page__thin {
  font-weight: 100;
}
.page__en {
  font-family: "Montserrat", sans-serif;
}
.page__linkLine {
  position: relative;
}
.page__linkLine:before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  background: #FFA010;
  border-radius: 9999px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.page__linkLine.js-acv:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}
.page__linkTransform {
  display: block;
  overflow: hidden;
  position: relative;
}
.page__linkTransform:after {
  -webkit-transform-origin: 50% 100%;
  -webkit-transform: translate(0, 200%);
  color: #FFA010;
  content: attr(data-replace);
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(0, 200%);
  transform-origin: 50% 100%;
  transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 100%;
  will-change: transform;
}
.page__linkTransform.js-acv:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page__linkTransform.js-acv .page__linkReplace {
  -webkit-transform: translate(0, -200%);
  transform: translate(0, -200%);
}
.page__linkReplace {
  display: block;
  transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.loading {
  z-index: 100;
}

.header {
  z-index: 90;
}

.off-canvas {
  z-index: 80;
}

.hmeInsta {
  height: auto;
  position: relative;
  width: 100%;
}
.hmeInsta__inner {
  padding: clamp(8rem, 12.9032258065vw, 16rem) 2rem 0;
}
.hmeInsta__ttl {
  height: 11.1rem;
  margin: 0 auto;
  margin-bottom: clamp(4.8rem, 3.8709677419vw, 4.8rem);
  width: 23.6rem;
}
@media screen and (min-width: 1240px) {
  .hmeInsta__ttl {
    height: 12.1rem;
    width: 42.2rem;
  }
}
.hmeInsta__feed {
  height: auto;
  margin-bottom: clamp(2.4rem, 2.4193548387vw, 3rem);
  width: 100%;
}
.hmeInsta__feed #sb_instagram,
.hmeInsta__feed #sbi_images {
  margin: 0 !important;
  padding: 0 !important;
}
.hmeInsta__link {
  margin: 0 auto;
}
.hmeInsta__account {
  -webkit-column-gap: clamp(0.4rem, 0.6451612903vw, 0.8rem);
  -moz-column-gap: clamp(0.4rem, 0.6451612903vw, 0.8rem);
  align-items: center;
  column-gap: clamp(0.4rem, 0.6451612903vw, 0.8rem);
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  justify-content: flex-end;
  margin: 0 0 2.4rem auto;
}
@media screen and (min-width: 1240px) {
  .hmeInsta__account {
    margin: 0 0 0 auto;
  }
}
.hmeInsta__accountIco {
  align-items: center;
}
.hmeInsta__accountIco:before, .hmeInsta__accountIco:after {
  background-color: #0C6969;
  content: "";
  display: block;
}
.hmeInsta__accountIco:before {
  height: 1px;
  width: 10rem;
}
.hmeInsta__accountIco:after {
  height: 1.8rem;
  width: 1.2rem;
}

.hmeInfo {
  height: auto;
  position: relative;
  width: 100%;
}
.hmeInfo__inner {
  padding: clamp(8rem, 12.9032258065vw, 16rem) 2rem;
}
.hmeInfo__flex {
  flex-direction: column;
  row-gap: 8rem;
}
@media screen and (min-width: 1240px) {
  .hmeInfo__flex {
    -webkit-column-gap: 8rem;
    -moz-column-gap: 8rem;
    column-gap: 8rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.hmeInfo__flex1, .hmeInfo__flex2 {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .hmeInfo__flex1, .hmeInfo__flex2 {
    width: calc(50% - 4rem);
  }
}
.hmeInfo__flex1Ttl, .hmeInfo__flex2Ttl {
  font-size: clamp(2.4rem, 2.9032258065vw, 3.6rem);
  margin-bottom: clamp(2.4rem, 4.5161290323vw, 5.6rem);
  text-align: center;
}
.hmeInfo__flex1List, .hmeInfo__flex2List {
  margin-bottom: clamp(3.2rem, 3.2258064516vw, 4rem);
}
.hmeInfo__flex1ListItem, .hmeInfo__flex2ListItem {
  position: relative;
}
.hmeInfo__flex1ListItem:after, .hmeInfo__flex2ListItem:after {
  background-color: #0C6969;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hmeInfo__flex1ListItemLink, .hmeInfo__flex2ListItemLink {
  padding: clamp(1.6rem, 1.2903225806vw, 1.6rem) clamp(0.8rem, 0.6451612903vw, 0.8rem);
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.hmeInfo__flex1ListItemLink.js-acv, .hmeInfo__flex2ListItemLink.js-acv {
  background-color: #F3F7F7;
}
.hmeInfo__flex1ListItemDateCat, .hmeInfo__flex2ListItemDateCat {
  -webkit-column-gap: clamp(0.8rem, 1.2903225806vw, 1.6rem);
  -moz-column-gap: clamp(0.8rem, 1.2903225806vw, 1.6rem);
  align-items: center;
  column-gap: clamp(0.8rem, 1.2903225806vw, 1.6rem);
}
.hmeInfo__flex1ListItemDate, .hmeInfo__flex2ListItemDate {
  font-size: clamp(1rem, 0.9677419355vw, 1.2rem);
}
.hmeInfo__flex1ListItemCat, .hmeInfo__flex2ListItemCat {
  background-color: #86B4B4;
  border-radius: 9999px;
  font-size: clamp(1rem, 0.8064516129vw, 1rem);
  padding: 0.4rem 0.8rem;
}
.hmeInfo__flex1ListItemTtl, .hmeInfo__flex2ListItemTtl {
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  line-height: 1.7;
  margin: 0;
}
.hmeInfo__flex1Link, .hmeInfo__flex2Link {
  border: 2px solid #0C6969;
  margin: 0 auto;
  max-width: 22rem;
}
.hmeInfo__flex1ListItemLink {
  display: block;
}
.hmeInfo__flex2ListItemLink {
  -webkit-column-gap: clamp(0.8rem, 0.6451612903vw, 0.8rem);
  -moz-column-gap: clamp(0.8rem, 0.6451612903vw, 0.8rem);
  column-gap: clamp(0.8rem, 0.6451612903vw, 0.8rem);
  flex-direction: row-reverse;
  justify-content: space-between;
}
.hmeInfo__flex2ListItem1 {
  width: calc(100% - 8.8rem - clamp(0.8rem, 0.6451612903vw, 0.8rem));
}
.hmeInfo__flex2ListItem2 {
  aspect-ratio: 88/66;
  width: 8.8rem;
}
@media screen and (min-width: 1240px) {
  .hmeInfo__flex2ListItem2 {
    height: auto;
  }
}
.hmeInfo__flex2ListItem2 img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.footer {
  background-color: #0C6969;
  padding: 0;
}
.footer__inner {
  padding: 4rem 3.6rem 2.4rem;
}
@media screen and (min-width: 1240px) {
  .footer__inner {
    padding: 9.6rem 2rem;
  }
}
.footer__logo {
  display: block;
  margin-bottom: clamp(2.4rem, 3.2258064516vw, 4rem);
  width: clamp(11rem, 8.8709677419vw, 11rem);
}
.footer__logo svg path {
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.footer__logo.js-acv svg path {
  fill: #FFA010;
}
.footer__navList {
  border-bottom: 1px solid #fff;
  margin-bottom: clamp(1.6rem, 1.935483871vw, 2.4rem);
  padding-bottom: clamp(1.6rem, 1.935483871vw, 2.4rem);
  row-gap: clamp(1.6rem, 1.6129032258vw, 2rem);
}
@media screen and (min-width: 1240px) {
  .footer__navList {
    width: 27.2rem;
  }
}
.footer__navListItemLink {
  display: inline-block;
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
}
.footer__copy {
  font-size: clamp(1rem, 0.9677419355vw, 1.2rem);
}

.header {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  height: clamp(5.5rem, 7.2580645161vw, 9rem);
  left: 0;
  position: sticky;
  top: 0;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.menu-active .header {
  background-color: transparent;
  box-shadow: none;
}
.header__inner {
  height: 100%;
  padding-left: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  width: 100%;
}
.header__flex {
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .header__flex {
    justify-content: space-between;
  }
}
.header__flex1Logo {
  display: block;
  height: clamp(5.9rem, 4.7580645161vw, 5.9rem);
  width: clamp(15.8rem, 12.7419354839vw, 15.8rem);
}
.header__flex1Logo svg,
.header__flex1Logo path {
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__flex1Logo.js-acv svg,
.header__flex1Logo.js-acv path {
  fill: #FFA010;
}
.header__flex1Logo.js-acv .path1,
.header__flex1Logo.js-acv .path2,
.header__flex1Logo.js-acv .path3 {
  stroke: #FFA010;
}
.header__flex2 {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .header__flex2 {
    width: auto;
  }
}
@media screen and (min-width: 1240px) {
  .header__flex2NavList {
    align-items: center;
    height: 100%;
  }
}
.header__flex2NavListItem {
  padding: 0 clamp(1.6rem, 1.2903225806vw, 1.6rem);
}
@media screen and (min-width: 1240px) {
  .header__flex2NavListItem:not(:last-child) {
    border-right: 1px solid #0C6969;
  }
}
.header__flex2NavListItemLink {
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
}
.header__flex2Contact {
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 1240px) {
  .header__flex2Contact {
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    align-items: center;
    column-gap: 0.8rem;
    display: flex;
    height: 9rem;
    justify-content: center;
    width: 15.2rem;
  }
}
.header__flex2Contact svg path {
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.header__flex2Contact.js-acv {
  background-color: #fff;
  color: #FFA010 !important;
}
.header__flex2Contact.js-acv svg path {
  fill: #FFA010;
}

.nav-btn {
  height: 5.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.5rem;
}
@media screen and (min-width: 1240px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn__bar {
  background: #0C6969;
  bottom: 0;
  display: block;
  height: 0.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 2.4rem;
  will-change: opacity transform;
}
.nav-btn__bar:nth-child(1) {
  -webkit-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}
.menu-active .nav-btn__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-active .nav-btn__bar:nth-child(2) {
  opacity: 0;
}
.nav-btn__bar:nth-child(3) {
  -webkit-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
}
.menu-active .nav-btn__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.loading {
  background-color: #fff;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.75s, visibility 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
  width: 100%;
}
.is-loaded .loading {
  opacity: 0;
  visibility: hidden;
}
.loading__inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.loading__progress {
  background-color: #F3F7F7;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.is-loaded .loading__progress {
  -webkit-animation: shrink 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: shrink 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.loading__progress-bar {
  background: #0C6969;
  height: 100%;
  transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  width: 0;
  will-change: width;
}

.off-canvas {
  background-color: #EEF5F5;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  will-change: visibility, opacity;
}
.menu-active .off-canvas {
  opacity: 1;
  visibility: visible;
}
.off-canvas__inner, .off-canvas__nav {
  height: 100%;
  width: 100%;
}
.off-canvas__navList {
  align-items: center;
  height: 100%;
  justify-content: center;
  margin-top: -4rem;
  row-gap: 4.8rem;
  width: 100%;
}
.off-canvas__navListItem:not(:last-child) .off-canvas__navListItemLink:after {
  -webkit-transform: translateX(-50%);
  background-color: #0C6969;
  bottom: -2.4rem;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10.2rem;
}
.off-canvas__navListItemLink {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

.abtBuddy {
  position: relative;
  width: 100%;
}
.abtBuddy__inner {
  padding: clamp(1.6rem, 2.5806451613vw, 3.2rem) clamp(1rem, 1.6129032258vw, 2rem) clamp(8rem, 12.9032258065vw, 16rem);
}
.abtBuddy__ttl {
  margin-bottom: clamp(8rem, 6.4516129032vw, 8rem);
}
.abtBuddy__ttlEn {
  font-size: clamp(7.5rem, 8.7096774194vw, 10.8rem);
}
.abtBuddy__list {
  row-gap: clamp(2.4rem, 3.2258064516vw, 4rem);
}
.abtBuddy__listItem {
  border: 2px solid #0C6969;
  flex-direction: column-reverse;
  opacity: 0;
  padding: 2rem;
  row-gap: 1.6rem;
}
.abtBuddy__listItem.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
@media screen and (min-width: 1240px) {
  .abtBuddy__listItem {
    flex-direction: row-reverse;
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
}
@media screen and (min-width: 1240px) {
  .abtBuddy__listItem1 {
    width: calc(100% - 27rem);
  }
}
.abtBuddy__listItem1Logo {
  display: inline-block;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 1240px) {
  .abtBuddy__listItem1Logo {
    margin: 0 0 1.6rem;
  }
}
.abtBuddy__listItem1Ttl {
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  margin: 0 0 clamp(1.6rem, 1.2903225806vw, 1.6rem);
}
.abtBuddy__listItem1Txt {
  border-bottom: 1px solid #0C6969;
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  line-height: 1.7;
  margin: 0 0 clamp(1.6rem, 1.935483871vw, 2.4rem);
  padding: 0 0 clamp(1.6rem, 1.935483871vw, 2.4rem);
}
.abtBuddy__listItem2 {
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .abtBuddy__listItem2 {
    width: 27rem;
  }
}
.abtBuddy__listItem2 img {
  display: block;
  height: 10.05rem;
  width: 9.7rem;
}
@media screen and (min-width: 1240px) {
  .abtBuddy__listItem2 img {
    height: 20.1rem;
    width: 19.4rem;
  }
}
.abtBuddy__listItem1Info {
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  line-height: 1.7;
}
.abtBuddy__listItem1Link {
  border: 1px solid #0C6969;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  max-width: 12rem;
  padding: clamp(1.2rem, 1.1290322581vw, 1.4rem) clamp(2.4rem, 1.935483871vw, 2.4rem);
  transition: 0.15s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.abtBuddy__listItem1Link.js-acv {
  background-color: #FFA010;
  border: 1px solid #FFA010;
  color: #fff !important;
}

.abtShugo {
  height: clamp(26rem, 42.7419354839vw, 53rem);
  opacity: 0;
  width: 100%;
}
.abtShugo.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
.abtShugo img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contactFrm {
  position: relative;
  width: 100%;
}
.contactFrm__inner {
  padding: clamp(1.6rem, 1.935483871vw, 2.4rem) clamp(1rem, 1.6129032258vw, 2rem) 0;
}
.contactFrm__ttl {
  margin-bottom: clamp(8rem, 6.4516129032vw, 8rem);
}
.contactFrm__ttlEn {
  font-size: clamp(7.5rem, 8.7096774194vw, 10.8rem);
}
.contactFrm .thanks {
  background-color: #0C6969;
  border-radius: clamp(0.8rem, 1.2903225806vw, 1.6rem);
  color: #fff;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  padding: clamp(0.8rem, 1.2903225806vw, 1.6rem);
  text-align: center;
}
.contactFrm .mw_wp_form_send_error {
  background-color: red;
  border-radius: clamp(0.8rem, 1.2903225806vw, 1.6rem);
  color: #fff;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  padding: clamp(0.8rem, 1.2903225806vw, 1.6rem);
  text-align: center;
}
.contactFrm__dl {
  border-top: 1px solid #F3F7F7;
  flex-direction: column;
  padding: clamp(1.8rem, 2.5806451613vw, 3.2rem) 0;
  row-gap: 1.5rem;
}
@media screen and (min-width: 1240px) {
  .contactFrm__dl {
    align-items: center;
    flex-direction: row;
  }
}
.contactFrm__dt {
  display: flex;
  flex-shrink: 0;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.07em;
  padding-right: clamp(0rem, 2.4193548387vw, 3rem);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .contactFrm__dt {
    justify-content: space-between;
    width: clamp(0rem, 25.8064516129vw, 32rem);
  }
}
.contactFrm__dt-require, .contactFrm__dt-option {
  align-items: center;
  border-radius: 0.4rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: clamp(0.9rem, 0.9677419355vw, 1.2rem);
  height: clamp(2rem, 1.935483871vw, 2.4rem);
  justify-content: center;
  width: clamp(4rem, 3.2258064516vw, 4rem);
}
.contactFrm__dt-require {
  -webkit-transform: translateY(-50%);
  background-color: #ff4226;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1240px) {
  .contactFrm__dt-require {
    -webkit-transform: translateY(0);
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
  }
}
.contactFrm__dt-option {
  -webkit-transform: translateY(-50%);
  background-color: #355bb1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1240px) {
  .contactFrm__dt-option {
    -webkit-transform: translateY(0);
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
  }
}
.contactFrm__dd {
  flex: 1;
  position: relative;
}
@media screen and (min-width: 1240px) {
  .contactFrm__dd {
    border-left: 1px solid #F3F7F7;
    padding-left: clamp(0rem, 3.2258064516vw, 4rem);
  }
}
.contactFrm__dd.--birth-date {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (min-width: 1240px) {
  .contactFrm__dd.--birth-date {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1240px) {
  .contactFrm__dd.--birth-date input {
    max-width: 21rem;
  }
}
.contactFrm__dd input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  border: 0;
  border: 2px solid #F3F7F7;
  border-radius: 0;
  color: inherit;
  display: block;
  font-size: inherit;
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  height: 5rem;
  margin: 0;
  outline: none;
  padding: 0;
  padding: 0 0.8rem;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .contactFrm__dd input {
    border: 3px solid #F3F7F7;
  }
}
@media screen and (min-width: 1240px) {
  .contactFrm__dd input.entry-post-code {
    max-width: 15rem;
  }
}
.contactFrm__dd input::-webkit-input-placeholder {
  color: transparent;
}
.contactFrm__dd input:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.contactFrm__dd input::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.contactFrm__dd input:-ms-input-placeholder {
  color: transparent;
}
.contactFrm__dd select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  border: 0;
  border: 2px solid #F3F7F7;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: inherit;
  height: 4.8rem;
  margin: 0;
  outline: none;
  padding: 0;
  padding-left: clamp(0.8rem, 1.7741935484vw, 2.2rem);
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .contactFrm__dd select {
    border: 3px solid #F3F7F7;
    width: 35rem;
  }
}
.contactFrm__dd textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  border: 0;
  border: 2px solid #F3F7F7;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  font-size: 1.6rem;
  height: 10.5rem;
  margin: 0;
  outline: none;
  padding: 0;
  padding: 0.8rem;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .contactFrm__dd textarea {
    border: 3px solid #F3F7F7;
    height: 15rem;
  }
}
.contactFrm__dd .mwform-checkbox-field label {
  -webkit-column-gap: clamp(0.4rem, 0.625vw, 0.8rem);
  -moz-column-gap: clamp(0.4rem, 0.625vw, 0.8rem);
  align-items: center;
  column-gap: clamp(0.4rem, 0.625vw, 0.8rem);
  cursor: pointer;
  display: flex !important;
  font-weight: 800 !important;
}
.contactFrm__dd .mwform-checkbox-field input[type=checkbox] {
  background: linear-gradient(#fff, #F3F7F7);
  border: 3px solid #F3F7F7;
  cursor: pointer;
  height: 2rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 2rem;
}
.contactFrm__dd .mwform-checkbox-field input[type=checkbox]:checked:before {
  -webkit-transform: rotate(50deg);
  border-bottom: 2px solid #0C6969;
  border-right: 2px solid #0C6969;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(50deg);
  width: 5px;
}
.contactFrm__dd .mwform-checkbox-field .mwform-checkbox-field {
  display: block;
  margin: 0 !important;
}
.contactFrm__dd .mwform-radio-field {
  width: auto !important;
}
.contactFrm__dd .mwform-radio-field label {
  -webkit-column-gap: clamp(0.4rem, 0.625vw, 0.8rem);
  -moz-column-gap: clamp(0.4rem, 0.625vw, 0.8rem);
  align-items: center;
  column-gap: clamp(0.4rem, 0.625vw, 0.8rem);
  cursor: pointer;
  display: flex !important;
  font-weight: 800 !important;
}
.contactFrm__dd .mwform-radio-field input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #F3F7F7;
  border: 1px solid rgba(12, 105, 105, 0.25);
  border-radius: 50%;
  height: 2.4rem;
  position: relative;
  vertical-align: -2px;
  width: 2.4rem;
}
.contactFrm__dd .mwform-radio-field input[type=radio]:checked:before {
  -webkit-transform: translate(-50%, -50%);
  background: #FFA010;
  border-radius: 50%;
  content: "";
  height: 1.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
}
.contactFrm__dd .error {
  color: red !important;
  display: block !important;
  font-size: clamp(1rem, 0.9677419355vw, 1.2rem) !important;
  padding: clamp(1rem, 1.2903225806vw, 1.6rem);
}
.contactFrm__ddFlex {
  -webkit-column-gap: clamp(0.4rem, 0.6451612903vw, 0.8rem);
  -moz-column-gap: clamp(0.4rem, 0.6451612903vw, 0.8rem);
  align-items: center;
  column-gap: clamp(0.4rem, 0.6451612903vw, 0.8rem);
  margin-bottom: clamp(0.8rem, 1.2903225806vw, 1.6rem);
}
.contactFrm__ddFlex + p {
  margin: 0 !important;
}
.contactFrm__dd-example {
  font-size: clamp(1rem, 0.9677419355vw, 1.2rem);
  font-weight: 700;
}
.contactFrm__dd-post-code {
  margin-bottom: clamp(1.5rem, 2.0161290323vw, 2.5rem);
}
.contactFrm__dd-post-code-text, .contactFrm__dd-address-text {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  margin-bottom: clamp(1rem, 1.2096774194vw, 1.5rem);
}
.contactFrm__dd-arrow {
  align-items: center;
  background: linear-gradient(#fff, #F3F7F7);
  border-left: 2px solid #F3F7F7;
  display: flex;
  height: 4.8rem;
  justify-content: center;
  left: calc(100% - 5.1rem);
  position: absolute;
  top: clamp(3.2rem, 3.2258064516vw, 4rem);
  width: 5.1rem;
  z-index: -1;
}
@media screen and (min-width: 1240px) {
  .contactFrm__dd-arrow {
    border-left: 3px solid #F3F7F7;
    left: calc(clamp(0rem, 3.2258064516vw, 4rem) + 35rem - 5.1rem);
    position: absolute;
    top: clamp(3.2rem, 3.2258064516vw, 4rem);
  }
}
.contactFrm__dd-arrow:after {
  background-image: url("../img/com/select-arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.7rem;
  width: 1.3rem;
}
.mw_wp_form_confirm .contactFrm__dd-arrow {
  display: none;
}
.contactFrm__hogo {
  border: 1px solid #F3F7F7;
  height: 9.5rem;
  margin-bottom: clamp(2rem, 3.7096774194vw, 4.6rem);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .contactFrm__hogo {
    height: 19rem;
  }
}
.mw_wp_form_confirm .contactFrm__hogo {
  display: none;
}
.contactFrm__hogo-inner {
  height: 100%;
  overflow: auto;
  padding: clamp(0rem, 2.4193548387vw, 3rem);
  width: 100%;
}
.contactFrm__hogo-inner p {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: clamp(0rem, 2.4193548387vw, 3rem);
}
.contactFrm__chk .mwform-checkbox-field {
  align-items: center;
  display: flex;
  justify-content: center;
}
.contactFrm__chk .mwform-checkbox-field label {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  align-items: center;
  column-gap: 1rem;
  cursor: pointer;
  display: flex;
}
.contactFrm__chk .mwform-checkbox-field-text {
  display: inline-block;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: -1px;
}
.contactFrm__chk input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  background: linear-gradient(#fff, #F3F7F7);
  border: 0;
  border: 3px solid #F3F7F7;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  height: 2rem;
  margin: 0;
  margin: 0;
  outline: none;
  padding: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 2rem;
}
.contactFrm__chk input:checked:before {
  -webkit-transform: rotate(50deg);
  border-bottom: 2px solid #0C6969;
  border-right: 2px solid #0C6969;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(50deg);
  width: 5px;
}
.contactFrm__chk .error {
  color: red !important;
  display: block !important;
  display: block !important;
  font-size: clamp(1rem, 0.9677419355vw, 1.2rem) !important;
  margin: 0 auto !important;
  padding: clamp(1rem, 1.2903225806vw, 1.6rem);
  text-align: center;
}
.mw_wp_form_confirm .contactFrm__chk {
  display: none;
}
.contactFrm__btns {
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  align-items: center;
  column-gap: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: clamp(2.5rem, 3.6290322581vw, 4.5rem);
  row-gap: 2.4rem;
}
@media screen and (min-width: 1240px) {
  .contactFrm__btns {
    flex-direction: row;
  }
}
.contactFrm__btns button,
.contactFrm__btns input {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  background: none transparent;
  background-color: #0C6969;
  border: 0;
  border-radius: 0;
  border-radius: 9999px;
  color: inherit;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: inherit;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  height: clamp(4.5rem, 6.4516129032vw, 8rem);
  justify-content: center;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: clamp(24rem, 25.8064516129vw, 32rem);
}
.contactFrm__btns .back {
  position: relative;
}
.contactFrm__btns .back:after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  background-image: url("../img/com/arrow-w.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.2rem;
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  width: 1.5rem;
}
.mw_wp_form_input .contactFrm__btns .back {
  display: none;
}
.contactFrm__btns .back:hover:after {
  -webkit-animation-name: bounceAlpha3;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: bounceAlpha3;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
}
.mw_wp_form_confirm .contactFrm__btns .confirm {
  display: none;
}
.mw_wp_form_input .contactFrm__btns .send {
  display: none;
}
.contactFrm__btns .confirm,
.contactFrm__btns .send {
  position: relative;
}
.contactFrm__btns .confirm:after,
.contactFrm__btns .send:after {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/com/arrow-w.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
}
@media screen and (min-width: 1240px) {
  .contactFrm__btns .confirm:after,
  .contactFrm__btns .send:after {
    height: 1.2rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    width: 1.5rem;
  }
}
.contactFrm__btns .confirm:hover:after,
.contactFrm__btns .send:hover:after {
  -webkit-animation-name: bounceAlpha;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: bounceAlpha;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
}

.hmeMv {
  background-image: url("../img/hme/mv-bg-sp.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 67.4rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hmeMv {
    height: auto;
  }
}
@media screen and (min-width: 1240px) {
  .hmeMv {
    background: none;
    height: 71.4rem;
  }
}
.hmeMv__bg1 {
  display: none;
}
@media screen and (min-width: 1240px) {
  .hmeMv__bg1 {
    background-color: #AECDCD;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    width: 0;
  }
  .is-loaded .hmeMv__bg1 {
    width: 52.5%;
  }
  .hmeMv__bg1:after {
    background-image: url("../img/hme/mv-bg3.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 71.4rem;
    position: absolute;
    right: -20.6rem;
    top: 0;
    width: 20.6rem;
  }
}
.hmeMv__bg2 {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 1240px) {
  .hmeMv__bg2 {
    display: block;
    height: 61.7rem;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.25s;
    width: 50.9%;
  }
  .hmeMv__bg2 img {
    -o-object-fit: cover;
    -webkit-transform: scale(1.15);
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
    transition: 15s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
    width: 100%;
  }
  .js-inview-acv .hmeMv__bg2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .is-loaded .hmeMv__bg2 {
    opacity: 1;
  }
}
.hmeMv__bg3 {
  display: none;
}
@media screen and (min-width: 1240px) {
  .hmeMv__bg3 {
    background-color: #D6E6E6;
    display: block;
    height: 67.8rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
    width: 0;
  }
  .is-loaded .hmeMv__bg3 {
    width: 51%;
  }
  .hmeMv__bg3:after {
    background-image: url("../img/hme/mv-bg2.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 67.8rem;
    position: absolute;
    right: -19.8rem;
    top: 0;
    width: 19.8rem;
  }
}
.hmeMv__bg4 {
  display: none;
}
@media screen and (min-width: 1240px) {
  .hmeMv__bg4 {
    background-color: #0C6969;
    display: block;
    height: 7.6rem;
    left: 0;
    position: absolute;
    top: 16.5rem;
    transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    width: 52.91%;
    width: 0;
  }
  .is-loaded .hmeMv__bg4 {
    width: 52.91%;
  }
  .hmeMv__bg4:after {
    background-image: url("../img/hme/mv-txt-ca.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 7.6rem;
    position: absolute;
    right: -2.4rem;
    top: 0;
    width: 2.4rem;
  }
}
.hmeMv__inner {
  padding: 8rem 0 0;
}
@media screen and (min-width: 768px) {
  .hmeMv__inner {
    padding: 12rem 0 7.2rem;
  }
}
@media screen and (min-width: 1240px) {
  .hmeMv__inner {
    height: 67.8rem;
    padding: 0;
  }
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 51%;
  }
}
.hmeMv__flex1 {
  align-items: center;
  height: auto;
  margin: 0 0 2rem;
  row-gap: 1.6rem;
  width: 100%;
}
.hmeMv__flex1:after {
  background-color: #0C6969;
  content: "";
  display: block;
  height: 13.3rem;
  left: 0rem;
  position: absolute;
  top: 22.5%;
  width: 100vw;
  z-index: 0;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1:after {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1 {
    margin: 5rem 0 1.6rem;
    row-gap: 1.6rem;
  }
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1Top {
    margin-bottom: 0.8rem;
  }
}
.hmeMv__flex1Top1, .hmeMv__flex1Top3 {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1Top1, .hmeMv__flex1Top3 {
    font-size: 4rem;
    line-height: 1;
  }
}
.hmeMv__flex1Top2, .hmeMv__flex1Top4 {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1Top2, .hmeMv__flex1Top4 {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.hmeMv__flex1Top2, .hmeMv__flex1Top3, .hmeMv__flex1Top4 {
  color: #333;
}
.hmeMv__flex1Bottom {
  padding: 2rem 0 0;
  position: relative;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1Bottom {
    padding: 0;
  }
}
.hmeMv__flex1Bottom1 {
  color: #FFA010;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1Bottom1 {
    font-size: 4.8rem;
    line-height: 1;
  }
}
.hmeMv__flex1Bottom2 {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1Bottom2 {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.hmeMv__flex1Bottom3 {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex1Bottom3 {
    display: inline-block;
    font-size: 4.8rem;
    line-height: 1;
    margin: 0;
    text-align: left;
  }
}
.hmeMv__flexEn {
  color: #5D9B9B;
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flexEn {
    font-size: 3.6rem;
    line-height: 1;
    margin: 1rem 0;
    text-align: left;
  }
}
.hmeMv__flex2 {
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  margin-bottom: 4.5rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2 {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-content: center;
    margin-bottom: 3.2rem;
    padding: 0;
  }
}
.hmeMv__flex2Item {
  align-items: center;
  aspect-ratio: 1/1;
  background-image: url("../img/hme/fv-circle.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  justify-content: center;
  position: relative;
  position: relative;
  width: calc(33.3333% - 0.4rem);
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item {
    height: 17.2rem;
    width: 17.2rem;
  }
}
.hmeMv__flex2Item1-1 {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item1-1 {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.hmeMv__flex2Item1-2 {
  font-size: 3.6rem;
  line-height: 1;
  margin: 0;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item1-2 {
    font-size: 6.2rem;
    line-height: 1;
  }
}
.hmeMv__flex2Item1-2Per {
  font-size: 2.2rem;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item1-2Per {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.hmeMv__flex2Item2-1 {
  font-size: 1rem;
  letter-spacing: -0.1em;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item2-1 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 0 -1rem;
  }
}
.hmeMv__flex2Item2-2 {
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 -1rem -2rem;
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item2-2 {
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 0 -3rem;
  }
}
.hmeMv__flex2Item2-3 {
  margin: 0 -1rem -1rem;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item2-3 {
    font-size: 3.6rem;
    line-height: 1;
    margin: -3rem -1rem -1rem 0;
  }
}
.hmeMv__flex2Item2-3One {
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 -0.5rem 0 0;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item2-3One {
    font-size: 7.3rem;
    line-height: 1;
    margin: 0;
  }
}
.hmeMv__flex2Item3-1 {
  font-size: 1.1rem;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item3-1 {
    font-size: 1.9rem;
    line-height: 1;
  }
}
.hmeMv__flex2Item3-2 {
  font-size: 2.2rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex2Item3-2 {
    font-size: 3.4rem;
    line-height: 1;
  }
}
.hmeMv__flex3 {
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex3 {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.hmeMv__flex3 ruby {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: -1.2rem;
}
@media screen and (min-width: 1240px) {
  .hmeMv__flex3 ruby {
    font-size: 3.6rem;
    line-height: 1;
    margin-top: -2rem;
  }
}

.hmeSlider {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hmeSlider__splide1 {
  height: auto;
  width: 100%;
}
.hmeSlider__splide1Track {
  height: 100%;
  width: 100%;
}
.hmeSlider__splide1List {
  align-items: center;
  height: 100%;
  width: 100%;
}
.hmeSlider__splide1ListItem {
  width: auto !important;
}

.hmeLead {
  background-image: url("../img/hme/lead-bg-sp.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .hmeLead {
    background-image: url("../img/hme/lead-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.hmeLead__inner {
  padding: clamp(13.6rem, 11.6935483871vw, 14.5rem) 2rem clamp(4.8rem, 11.6935483871vw, 14.5rem);
}
.hmeLead__en {
  -webkit-transform: translateX(-50%);
  color: rgba(134, 180, 180, 0.5);
  font-size: clamp(4.4rem, 6.935483871vw, 8.6rem);
  left: 50%;
  letter-spacing: 0em;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: -1.5%;
  transform: translateX(-50%);
  transition: 0.15s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  white-space: nowrap;
}
.hmeLead__en.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
@media screen and (min-width: 1240px) {
  .hmeLead__en {
    left: 50%;
    position: absolute;
    top: -3%;
  }
}
.hmeLead__ttl {
  font-size: clamp(2.4rem, 2.9032258065vw, 3.6rem);
  margin-bottom: clamp(2.8rem, 4.5161290323vw, 5.6rem);
  opacity: 0;
}
.hmeLead__ttl.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
@media screen and (min-width: 1240px) {
  .hmeLead__ttl {
    text-align: center;
  }
}
.hmeLead__txt {
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  margin: 0;
  opacity: 0;
}
.hmeLead__txt.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
@media screen and (min-width: 1240px) {
  .hmeLead__txt {
    text-align: center;
  }
}

.hmeBuddy {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hmeBuddy__inner {
  padding: clamp(6.4rem, 12.9032258065vw, 16rem) 2rem;
}
.hmeBuddy__ttlEn {
  font-size: clamp(7.5rem, 8.5483870968vw, 10.6rem);
}
.hmeBuddy__list {
  margin-bottom: clamp(4rem, 6.4516129032vw, 8rem);
  row-gap: 2.4rem;
}
@media screen and (min-width: 1240px) {
  .hmeBuddy__list {
    row-gap: 0;
  }
}
.hmeBuddy__listItem {
  flex-direction: column-reverse;
  position: relative;
  row-gap: 2.4rem;
}
.hmeBuddy__listItem:nth-child(odd) .hmeBuddy__listItem2 img {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}
.hmeBuddy__listItem:nth-child(even) .hmeBuddy__listItem2 img {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
@media screen and (min-width: 1240px) {
  .hmeBuddy__listItem.js-inview-acv:before {
    width: calc(50vw + 2rem);
  }
}
.hmeBuddy__listItem.js-inview-acv .hmeBuddy__listItem2 img {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
}
.hmeBuddy__listItem.js-inview-acv .hmeBuddy__listItem1Ttl,
.hmeBuddy__listItem.js-inview-acv .hmeBuddy__listItem1Txt {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.95s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.95s;
}
@media screen and (min-width: 1240px) {
  .hmeBuddy__listItem {
    flex-direction: row;
  }
  .hmeBuddy__listItem:before {
    -webkit-transform: translateY(-50%);
    background-color: rgba(12, 105, 105, 0.2);
    content: "";
    display: block;
    height: calc(100% + 2rem);
    transform: translateY(-50%);
    transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
    width: 0;
  }
  .hmeBuddy__listItem:nth-child(odd):before {
    left: calc(50% - 50vw);
    position: absolute;
    top: 50%;
  }
  .hmeBuddy__listItem:nth-child(even) {
    flex-direction: row-reverse;
  }
  .hmeBuddy__listItem:nth-child(even):before {
    position: absolute;
    right: calc(50% - 50vw);
    top: 50%;
  }
}
.hmeBuddy__listItem1 {
  background-color: rgba(12, 105, 105, 0.2);
  justify-content: center;
  min-height: 18rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 1240px) {
  .hmeBuddy__listItem1 {
    background: none;
    justify-content: flex-start;
    padding: 6.4rem 0;
    width: 50%;
  }
}
.hmeBuddy__listItem1Ttl {
  font-size: clamp(2rem, 1.6129032258vw, 2rem);
  margin-bottom: clamp(1rem, 0.9677419355vw, 1.2rem);
  opacity: 0;
}
.hmeBuddy__listItem1Txt {
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  line-height: 1.7;
  margin: 0;
  opacity: 0;
}
.hmeBuddy__listItem2 {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1240px) {
  .hmeBuddy__listItem2 {
    width: 50%;
  }
}
.hmeBuddy__listItem2 img {
  display: block;
  opacity: 0;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
}

.hmeOrg {
  background: linear-gradient(to bottom, #D6E6E6 0%, rgba(214, 230, 230, 0) 50%, #D6E6E6 100%);
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hmeOrg .background {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hmeOrg__inner {
  padding: 0.8rem 2rem 6.4rem;
}
@media screen and (min-width: 1240px) {
  .hmeOrg__inner {
    padding: 16rem 2rem;
  }
}
.hmeOrg__ttlEn {
  color: rgba(12, 105, 105, 0.05);
  font-size: clamp(4.8rem, 8.5483870968vw, 10.6rem);
}
.hmeOrg__flex {
  -webkit-columns: 4rem;
  -moz-columns: 4rem;
  align-items: center;
  columns: 4rem;
  flex-direction: column-reverse;
  margin-bottom: clamp(4.8rem, 7.7419354839vw, 9.6rem);
  row-gap: 2rem;
}
@media screen and (min-width: 1240px) {
  .hmeOrg__flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hmeOrg__flex1 {
  width: 22.5rem;
}
@media screen and (min-width: 1240px) {
  .hmeOrg__flex1 {
    width: calc(100% - 4rem - 60.1rem);
  }
}
.hmeOrg__flex1List {
  background-color: rgba(255, 160, 16, 0.2);
  margin-bottom: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  padding: clamp(1.2rem, 1.2903225806vw, 1.6rem) clamp(2.4rem, 3.2258064516vw, 4rem);
  row-gap: clamp(0.8rem, 0.8064516129vw, 1rem);
}
.hmeOrg__flex1ListItem {
  font-size: clamp(1.6rem, 1.7741935484vw, 2.2rem);
  white-space: nowrap;
}
.hmeOrg__flex1Txt {
  font-size: clamp(1.6rem, 1.935483871vw, 2.4rem);
  line-height: 1.7;
  margin: 0;
}
.hmeOrg__flex2 {
  opacity: 0;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
}
.hmeOrg__flex2.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
@media screen and (min-width: 1240px) {
  .hmeOrg__flex2 {
    width: 60.1rem;
  }
}
.hmeOrg__otherTxt {
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  line-height: 1.7;
  margin: 0 0 clamp(1.6rem, 1.2903225806vw, 1.6rem);
  text-align: center;
}
.hmeOrg__otherImg {
  height: clamp(2.6rem, 2.0967741935vw, 2.6rem);
  margin: 0 auto;
  width: clamp(14.4rem, 11.6129032258vw, 14.4rem);
}

.hmeCv {
  background-image: url("../img/hme/btns-bg-sp.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .hmeCv {
    background-image: url("../img/hme/btns-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.hmeCv__inner {
  padding: clamp(2.8rem, 3.8709677419vw, 4.8rem) 2rem;
}
.hmeCv__list {
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (min-width: 1240px) {
  .hmeCv__list {
    -webkit-column-gap: 4.8rem;
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
    flex-direction: row;
  }
}
.hmeCv__listItem {
  border: solid clamp(0.2rem, 0.2419354839vw, 0.3rem) #fff;
  padding: clamp(1.8rem, 2.9032258065vw, 3.6rem);
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .hmeCv__listItem {
    width: calc(50% - 2.4rem);
  }
}
.hmeCv__listItemTtl {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  text-align: center;
}
.hmeCv__listItemTxt {
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  line-height: 1.7;
  margin-bottom: clamp(2.4rem, 3.8709677419vw, 4.8rem);
}
@media screen and (min-width: 1240px) {
  .hmeCv__listItemTxt {
    min-height: 8.2rem;
  }
}
.hmeCv__listItemLink {
  margin: 0 auto;
}

.hmeStep {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hmeStep__inner {
  padding: clamp(6.4rem, 12.9032258065vw, 16rem) 1.25rem;
}
.hmeStep__ttlEn {
  color: rgba(12, 105, 105, 0.05);
  font-size: clamp(4.2rem, 8.7096774194vw, 10.8rem);
  letter-spacing: 0em;
}
.hmeStep__list {
  margin: 0 auto;
  row-gap: clamp(4.8rem, 5.8064516129vw, 7.2rem);
  width: 35rem;
}
@media screen and (min-width: 1240px) {
  .hmeStep__list {
    width: 70rem;
  }
}
.hmeStep__listItem {
  border-bottom: clamp(0.2rem, 0.2419354839vw, 0.3rem) solid #5D9B9B;
  border-left: clamp(0.2rem, 0.2419354839vw, 0.3rem) solid #5D9B9B;
  border-right: clamp(0.2rem, 0.2419354839vw, 0.3rem) solid #5D9B9B;
  border-top: clamp(0.2rem, 0.2419354839vw, 0.3rem) solid #5D9B9B;
  box-shadow: 0.4rem 0.4rem 0 rgba(93, 155, 155, 0.25);
  opacity: 0;
  padding: clamp(2.4rem, 3.8709677419vw, 4.8rem) clamp(2.4rem, 7.7419354839vw, 9.6rem) clamp(2.4rem, 3.8709677419vw, 4.8rem);
  position: relative;
}
.hmeStep__listItem.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
.hmeStep__listItem:not(:last-child) {
  border-bottom: none;
  padding: clamp(2.4rem, 3.2258064516vw, 4rem) clamp(2.4rem, 7.7419354839vw, 9.6rem) clamp(1.6rem, 1.2903225806vw, 1.6rem);
}
.hmeStep__listItem:not(:last-child):after {
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0 rgba(93, 155, 155, 0.25));
  background-image: url("../img/hme/step-arrow-sp.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -2.1rem;
  content: "";
  display: block;
  filter: drop-shadow(0.4rem 0.4rem 0 rgba(93, 155, 155, 0.25));
  height: 2.1rem;
  left: -0.2rem;
  position: absolute;
  width: 35rem;
}
@media screen and (min-width: 1240px) {
  .hmeStep__listItem:not(:last-child):after {
    background-image: url("../img/hme/step-arrow.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -3.7rem;
    height: 3.7rem;
    left: -0.3rem;
    position: absolute;
    width: 70rem;
  }
}
.hmeStep__listItem:before {
  content: "";
  display: block;
  height: 5.1rem;
  left: 1rem;
  position: absolute;
  top: -1rem;
  width: 3.4rem;
}
@media screen and (min-width: 1240px) {
  .hmeStep__listItem:before {
    height: 10.2rem;
    left: 2rem;
    position: absolute;
    top: -1rem;
    width: 6.8rem;
  }
}
.hmeStep__listItem:nth-child(1):before {
  background-image: url("../img/hme/step1.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hmeStep__listItem:nth-child(2):before {
  background-image: url("../img/hme/step2.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hmeStep__listItem:nth-child(3):before {
  background-image: url("../img/hme/step3.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hmeStep__listItem:nth-child(4):before {
  background-image: url("../img/hme/step4.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hmeStep__listItem.--last {
  background-color: #D6E6E6;
}
.hmeStep__listItemTtl {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0 0 clamp(1rem, 0.8064516129vw, 1rem);
  text-align: center;
}
.--last .hmeStep__listItemTtl {
  margin: 0;
}
.hmeStep__listItemDesc {
  font-size: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  line-height: 1.7;
  margin: 0;
  text-align: center;
}
.hmeStep__listItemLink {
  letter-spacing: 0em;
  margin: 0 auto;
  max-width: 23.2rem;
  white-space: nowrap;
}

.hmeContact {
  background-image: url("../img/hme/cv-bg-sp.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .hmeContact {
    background-image: url("../img/hme/cv-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.hmeContact__inner {
  padding: clamp(2.4rem, 3.8709677419vw, 4.8rem) 2rem;
}
.hmeContact__ttl {
  height: 3.1rem;
  margin: 0 auto clamp(1.6rem, 1.2903225806vw, 1.6rem);
  width: 30.9rem;
}
@media screen and (min-width: 1240px) {
  .hmeContact__ttl {
    height: 4rem;
    width: 38.8rem;
  }
}
.hmeContact__link {
  margin: 0 auto;
}

.hmeSupport {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hmeSupport__inner {
  padding: clamp(6.4rem, 12.9032258065vw, 16rem) 2rem 0;
}
.hmeSupport__ttlEn {
  font-size: clamp(3.7rem, 8.7096774194vw, 10.8rem);
  letter-spacing: 0em;
}
.hmeSupport__img {
  aspect-ratio: 370/473;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  width: 100%;
}
.hmeSupport__img.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
@media screen and (min-width: 1240px) {
  .hmeSupport__img {
    aspect-ratio: 1082/784;
    width: 108.2rem;
  }
}

.hmeBiz {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hmeBiz:before {
  background-color: #D6E6E6;
  bottom: 0;
  content: "";
  display: block;
  height: 30rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1240px) {
  .hmeBiz:before {
    height: 38rem;
  }
}
.hmeBiz__inner {
  padding: clamp(8rem, 12.9032258065vw, 16rem) 2rem;
}
.hmeBiz__ttlEn {
  font-size: clamp(3.2rem, 5.4838709677vw, 6.8rem);
}
@media screen and (min-width: 1240px) {
  .hmeBiz__ttlEn {
    margin-left: -2rem;
  }
}
.hmeBiz__list {
  -webkit-column-gap: clamp(4rem, 3.2258064516vw, 4rem);
  -moz-column-gap: clamp(4rem, 3.2258064516vw, 4rem);
  column-gap: clamp(4rem, 3.2258064516vw, 4rem);
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: clamp(2.4rem, 3.2258064516vw, 4rem);
  padding: 0 2.4rem;
  row-gap: clamp(1.8rem, 3.2258064516vw, 4rem);
}
@media screen and (min-width: 1240px) {
  .hmeBiz__list {
    flex-direction: row;
    padding: 0 13.6rem;
    padding: 0;
  }
}
.hmeBiz__listItem {
  align-items: center;
  background-color: #0C6969;
  justify-content: center;
  opacity: 0;
  padding: 2rem;
  row-gap: clamp(1.6rem, 1.2903225806vw, 1.6rem);
  width: 100%;
}
.hmeBiz__listItem.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
@media screen and (min-width: 1240px) {
  .hmeBiz__listItem {
    flex-direction: column;
    height: 24.3rem;
    padding: 0;
    width: calc(50% - clamp(2rem, 1.6129032258vw, 2rem));
  }
}
.hmeBiz__listItemImg {
  height: clamp(4rem, 6.4516129032vw, 8rem);
  width: clamp(4rem, 6.4516129032vw, 8rem);
}
.hmeBiz__listItemTxt {
  font-size: clamp(1.5rem, 1.6129032258vw, 2rem);
  line-height: 1.4;
  margin: 0;
  text-align: center;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 1240px) {
  .hmeBiz__listItemTxt {
    width: 100%;
  }
}
.hmeBiz__link {
  margin: 0 auto;
  max-width: 28.8rem;
  padding: clamp(1.6rem, 1.2903225806vw, 1.6rem) clamp(2.4rem, 1.935483871vw, 2.4rem);
}

.hmeCompany {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hmeCompany:before {
  background-color: #0C6969;
  content: "";
  display: block;
  height: 55rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .hmeCompany:before {
    height: 97rem;
  }
}
@media screen and (min-width: 1240px) {
  .hmeCompany:before {
    height: 45.3rem;
  }
}
.hmeCompany__inner {
  padding: clamp(8rem, 12.9032258065vw, 16rem) 2rem 0;
}
.hmeCompany__ttl {
  margin-bottom: clamp(3.2rem, 9.6774193548vw, 12rem) !important;
}
.hmeCompany__ttlEn {
  color: rgba(214, 230, 230, 0.2);
  font-size: clamp(6.4rem, 8.7096774194vw, 10.8rem);
  letter-spacing: 0em;
}
.hmeCompany__flex {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1240px) {
  .hmeCompany__flex {
    flex-direction: row-reverse;
  }
}
.hmeCompany__flex1 {
  padding: 3.2rem 0 0 2rem;
}
@media screen and (min-width: 1240px) {
  .hmeCompany__flex1 {
    padding: 4.8rem 0 0 7.2rem;
    width: calc(100% - 44.6rem);
  }
}
.hmeCompany__flex1Txt {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.7;
  margin: 0;
  position: relative;
}
.hmeCompany__flex1Txt.--1 {
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 1240px) {
  .hmeCompany__flex1Txt.--1 {
    padding-bottom: 5.6rem;
  }
}
.hmeCompany__flex1Txt.--1:before {
  background-color: #0C6969;
  content: "";
  display: block;
  height: 100%;
  left: -4rem;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 1240px) {
  .hmeCompany__flex1Txt.--1:before {
    left: calc(-50vw - 1.8rem);
    position: absolute;
    top: 0;
  }
}
.hmeCompany__flex1Txt.--2 {
  padding-top: 3.2rem;
}
@media screen and (min-width: 1240px) {
  .hmeCompany__flex1Txt.--2 {
    padding-top: 5.6rem;
  }
}
.hmeCompany__flex2 {
  margin-left: -2rem;
  opacity: 0;
  width: calc(100% + 2rem);
}
.hmeCompany__flex2.js-inview-acv {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
  animation: fadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.75s;
}
@media screen and (min-width: 1240px) {
  .hmeCompany__flex2 {
    margin: 0;
    width: 44.6rem;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */