@charset "UTF-8";
/*--------------------------------------------
 Var
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  /* 2 */
}

/* 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.
 */
/* 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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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;
}

/*--------------------------------------------
 Easing
---------------------------------------------*/
/*--------------------------------------------
 Color
---------------------------------------------*/
/*--------------------------------------------
 Mixin
---------------------------------------------*/
/*--------------------------------------------
 Keyframe
---------------------------------------------*/
@-webkit-keyframes bounceAlpha {
  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: 769px) {
      -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: 769px) {
      -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 bounceAlpha {
  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: 769px) {
      -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: 769px) {
      -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 bounceAlpha2 {
  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: 769px) {
      -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: 769px) {
      -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 bounceAlpha2 {
  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: 769px) {
      -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: 769px) {
      -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 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: 769px) {
      -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: 769px) {
      -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: 769px) {
      -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: 769px) {
      -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 gradient {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 200vw 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 200vw 0%;
  }
}
/*--------------------------------------------
 function
---------------------------------------------*/
/*--------------------------------------------
 Base
---------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}
html::-webkit-scrollbar {
  background-color: #DDDDDD;
  height: 1px;
  width: 4px;
}
html::-webkit-scrollbar-thumb {
  background-color: #3f78bd;
  border-radius: 4px;
}

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

.page, .page__header, .page__main, .page__section, .page__article, .page__aside, .page__footer, .page__inner, .page__flex {
  height: auto;
  position: relative;
  width: 100%;
  /*--------------------------------------------　Color
          ---------------------------------------------*/
  /*--------------------------------------------　Weight
        ---------------------------------------------*/
  /*--------------------------------------------　Font
            ---------------------------------------------*/
  /*--------------------------------------------　Site
          ---------------------------------------------*/
  /*--------------------------------------------　Link
            ---------------------------------------------*/
}
.page__inner {
  margin: 0 auto;
}
.page__inner.--comP {
  padding: 6.4rem 2.4rem;
}
@media screen and (min-width: 769px) {
  .page__inner.--comP {
    padding: clamp(0rem, 7.8313253012vw, 13rem) clamp(0rem, 1.2048192771vw, 2rem);
  }
}
@media screen and (min-width: 769px) {
  .page__inner.--comW {
    max-width: calc(clamp(0rem, 73.4939759036vw, 122rem) + clamp(0rem, 2.4096385542vw, 4rem));
  }
}
.page__section {
  height: auto;
  position: relative;
  width: 100%;
}
.page__flex {
  display: flex;
}
.page__flex > * {
  flex-shrink: 0;
  width: auto;
}
.page__flexC {
  display: flex;
  flex-direction: column;
}
.page__flexC > * {
  flex-shrink: 0;
  width: auto;
}
.page__flexI {
  display: inline-flex;
}
@media screen and (min-width: 769px) {
  .page__md {
    display: none;
  }
}
.page__dd {
  display: none;
}
@media screen and (min-width: 769px) {
  .page__dd {
    display: block;
  }
}
.page__img {
  display: block;
  font-size: 0;
}
.page__img img,
.page__img svg,
.page__img path,
.page__img g {
  display: block;
  height: 100%;
  width: 100%;
}
.page__wte {
  color: #fff;
}
.page__bck {
  color: #1f1f1f;
}
.page__gry {
  color: #f0f1f3;
}
.page__key {
  color: #1f2022;
}
.page__theme {
  color: #3f78bd;
}
.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: "Lato", sans-serif;
}
.page__ttl {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page__ttl {
    font-size: clamp(0rem, 3.734939759vw, 6.2rem);
    letter-spacing: 0.1em;
  }
}
.home .page__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .home .page__ttl {
    font-size: clamp(0rem, 3.734939759vw, 6.2rem);
  }
}
.page__ttl:after {
  background-color: #1f1f1f;
  bottom: 0.2rem;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  width: 0;
}
.js-page-loaded .js-inview-acv .page__ttl:after {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page__ttl:after {
    bottom: clamp(0rem, 0.2409638554vw, 0.4rem);
    height: clamp(0rem, 0.2409638554vw, 0.4rem);
    left: 0;
    position: absolute;
  }
}
.page__btn {
  align-items: center;
  padding-right: 7.6rem;
  position: relative;
  width: auto;
}
@media screen and (min-width: 769px) {
  .page__btn {
    padding-right: clamp(0rem, 5.7831325301vw, 9.6rem);
  }
}
.page__btnTxt {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .page__btnTxt {
    font-size: clamp(0rem, 0.9638554217vw, 1.6rem);
  }
}
.page__btnArrow {
  -webkit-transform: translateY(-50%);
  align-items: center;
  border-radius: 50%;
  height: 9rem;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9rem;
}
@media screen and (min-width: 769px) {
  .page__btnArrow {
    height: clamp(0rem, 7.2289156627vw, 12rem);
    width: clamp(0rem, 7.2289156627vw, 12rem);
  }
}
.page__btnArrow:before, .page__btnArrow:after {
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page__btnArrow:before {
  -webkit-transform: scale(0.5);
  background-color: #1f2022;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.5);
}
.link-acv .page__btnArrow:before {
  -webkit-transform: scale(1);
  background: #1f2022;
  transform: scale(1);
}
.link-acv .page__btnArrow:after {
  opacity: 1;
}
.page__btnArrow:after {
  -webkit-transform: translateY(-50%);
  color: #fff;
  content: attr(data-text);
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  opacity: 0;
  position: absolute;
  right: 7.5rem;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .page__btnArrow:after {
    font-size: clamp(0rem, 0.9638554217vw, 1.6rem);
    position: absolute;
    right: clamp(0rem, 5.7228915663vw, 9.5rem);
    top: 50%;
  }
}
.page__btnArrow svg {
  fill: #fff;
  display: block;
  height: 1rem;
  width: 1.2rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .page__btnArrow svg {
    height: clamp(0rem, 0.7228915663vw, 1.2rem);
    width: clamp(0rem, 0.9036144578vw, 1.5rem);
  }
}
.link-acv .page__btnArrow svg {
  -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__txtAnimationBox {
  overflow: hidden;
}
.page__txtAnimation {
  -webkit-transform: translateY(110%);
  display: inline-block;
  transform: translateY(110%);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-page-loaded .js-inview-acv .page__txtAnimation {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page__txtAnimation:nth-child(1) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.page__txtAnimation:nth-child(2) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.12s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
}
.page__txtAnimation:nth-child(3) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.14s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.14s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.14s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.14s;
}
.page__txtAnimation:nth-child(4) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.16s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.16s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.16s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.16s;
}
.page__txtAnimation:nth-child(5) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.18s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.18s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.18s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.18s;
}
.page__txtAnimation:nth-child(6) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.page__txtAnimation:nth-child(7) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.22s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.22s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.22s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.22s;
}
.page__txtAnimation:nth-child(8) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.24s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.24s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.24s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.24s;
}
.page__txtAnimation:nth-child(9) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
}
.page__txtAnimation:nth-child(10) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.28s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.28s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.28s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.28s;
}
.page__txtAnimation:nth-child(11) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.page__txtAnimation:nth-child(12) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.32s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.32s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.32s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.32s;
}
.page__txtAnimation:nth-child(13) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.34s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.34s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.34s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.34s;
}
.page__txtAnimation:nth-child(14) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.36s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.36s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.36s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.36s;
}
.page__txtAnimation:nth-child(15) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.38s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.38s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.38s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.38s;
}
.page__txtAnimation:nth-child(16) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.page__txtAnimation:nth-child(17) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.42s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.42s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.42s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.42s;
}
.page__txtAnimation:nth-child(18) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.44s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.44s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.44s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.44s;
}
.page__txtAnimation:nth-child(19) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.46s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.46s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.46s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.46s;
}
.page__txtAnimation:nth-child(20) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.48s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.48s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.48s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.48s;
}
.page__txtAnimation:nth-child(21) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.page__txtAnimation:nth-child(22) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.52s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.52s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.52s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.52s;
}
.page__txtAnimation:nth-child(23) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.54s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.54s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.54s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.54s;
}
.page__txtAnimation:nth-child(24) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.56s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.56s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.56s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.56s;
}
.page__txtAnimation:nth-child(25) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.58s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.58s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.58s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.58s;
}
.page__txtAnimation:nth-child(26) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.page__txtAnimation:nth-child(27) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.62s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.62s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.62s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.62s;
}
.page__txtAnimation:nth-child(28) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.64s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.64s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.64s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.64s;
}
.page__txtAnimation:nth-child(29) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.66s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.66s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.66s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.66s;
}
.page__txtAnimation:nth-child(30) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.68s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.68s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.68s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.68s;
}
.page__txtAnimation:nth-child(31) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}
.page__txtAnimation:nth-child(32) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.72s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.72s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.72s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.72s;
}
.page__txtAnimation:nth-child(33) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.74s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.74s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.74s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.74s;
}
.page__txtAnimation:nth-child(34) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.76s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.76s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.76s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.76s;
}
.page__txtAnimation:nth-child(35) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.78s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.78s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.78s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.78s;
}
.page__txtAnimation:nth-child(36) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
.page__txtAnimation:nth-child(37) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.82s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.82s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.82s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.82s;
}
.page__txtAnimation:nth-child(38) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.84s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.84s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.84s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.84s;
}
.page__txtAnimation:nth-child(39) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.86s;
}
.page__txtAnimation:nth-child(40) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.88s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.88s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.88s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.88s;
}
.page__txtAnimation:nth-child(41) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}
.page__txtAnimation:nth-child(42) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.92s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.92s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.92s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.92s;
}
.page__txtAnimation:nth-child(43) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.94s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.94s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.94s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.94s;
}
.page__txtAnimation:nth-child(44) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.96s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.96s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.96s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.96s;
}
.page__txtAnimation:nth-child(45) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.98s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.98s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.98s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.98s;
}
.page__txtAnimation:nth-child(46) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.page__txtAnimation:nth-child(47) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.02s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.02s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.02s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.02s;
}
.page__txtAnimation:nth-child(48) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.04s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.04s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.04s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.04s;
}
.page__txtAnimation:nth-child(49) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.06s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.06s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.06s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.06s;
}
.page__txtAnimation:nth-child(50) {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.08s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.08s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.08s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 1.08s;
}
.page__linkTransform {
  overflow: hidden;
  position: relative;
}
.page__linkTransform:after {
  -webkit-transform-origin: 50% 100%;
  -webkit-transform: translate(0, 200%);
  content: attr(data-replace);
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  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.link-acv:after, .page__linkTransform:hover:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page__linkTransform.link-acv .page__linkReplace, .page__linkTransform:hover .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);
}
.page__linkLine {
  position: relative;
}
.page__linkLine:before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  background: #fff;
  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;
}
.page__linkLine:hover:before, .page__linkLine.link-acv:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}
.page__linkLineLong {
  background: linear-gradient(0deg, #1f2022, #1f2022) no-repeat right bottom/0 1px;
  display: inline;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1), color 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.mouseStaker {
  z-index: 30;
}

.pageOverray {
  z-index: 20;
}

.header {
  z-index: 10;
}

.footer {
  background-color: #1f2022;
  overflow: hidden;
}
.footer__inner {
  padding: 5.6rem 2.4rem;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding: clamp(0rem, 4.2168674699vw, 7rem) clamp(0rem, 1.2048192771vw, 2rem) clamp(0rem, 10.6024096386vw, 17.6rem);
  }
}
.js-inview-acv .footer__inner:before {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}
.footer__flex {
  flex-direction: column;
  position: relative;
  row-gap: 3.2rem;
}
@media screen and (min-width: 769px) {
  .footer__flex {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 0;
  }
}
.footer__flex:not(:last-of-type) {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  .footer__flex:not(:last-of-type) {
    margin-bottom: clamp(0rem, 2.8915662651vw, 4.8rem);
    padding-bottom: clamp(0rem, 4.8192771084vw, 8rem);
  }
}
.footer__flex:not(:last-of-type):before {
  background-color: #393a3c;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.footer__flex:not(:last-of-type):after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: clamp(1.6rem, 0.9638554217vw, 1.6rem);
}
.footer__flex1Link {
  aspect-ratio: 130/100;
  height: auto;
  transition: oapcity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: oapcity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: oapcity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 4rem;
}
.footer__flex1Link.link-acv, .footer__flex1Link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 769px) {
  .footer__flex1Link {
    width: clamp(0rem, 4.3373493976vw, 7.2rem);
  }
}
.footer__flex1Name {
  color: #9fa0a1;
  font-size: 1.1rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
  .footer__flex1Name {
    font-size: clamp(0rem, 0.9036144578vw, 1.5rem);
    margin-bottom: clamp(0rem, 1.9277108434vw, 3.2rem);
  }
}
.footer__flex1Address {
  color: #9fa0a1;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .footer__flex1Address {
    font-size: clamp(0rem, 0.7831325301vw, 1.3rem);
  }
}
.footer__flex2NavList {
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  row-gap: 2.4rem;
}
@media screen and (min-width: 769px) {
  .footer__flex2NavList {
    -webkit-column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    -moz-column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
  }
}
.footer__flex2NavList.--sp {
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer__flex2NavList.--sp {
    display: none;
  }
}
.footer__flex2NavList.--sp:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.footer__flex2NavList.--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .footer__flex2NavList.--pc {
    display: flex;
  }
}
.footer__flex2NavListItemLink {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .footer__flex2NavListItemLink {
    font-size: clamp(0rem, 0.9036144578vw, 1.5rem);
  }
}
.footer__flex2Copy {
  color: #9fa0a1;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .footer__flex2Copy {
    font-size: clamp(0rem, 0.7831325301vw, 1.3rem);
  }
}

.header {
  -webkit-transform: translateY(-20%);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(-20%);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
}
.header.js-inview-acv {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}
.header__inner {
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
}
@media screen and (min-width: 769px) {
  .header__inner {
    padding: clamp(0rem, 2.4096385542vw, 4rem) clamp(0rem, 4.2168674699vw, 7rem);
  }
}
.header__flex {
  align-items: center;
  justify-content: space-between;
}
.header__flex1Link {
  aspect-ratio: 130/100;
  height: auto;
  transition: oapcity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: oapcity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: oapcity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 4rem;
}
.header__flex1Link.link-acv, .header__flex1Link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 769px) {
  .header__flex1Link {
    width: clamp(4.8rem, 4.3373493976vw, 7.2rem);
  }
}
.menu-active .header__flex1Link {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .header__flex2NavList {
    -webkit-column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    -moz-column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
  }
}
@media screen and (min-width: 769px) {
  .header__flex2NavListItemLink {
    font-size: clamp(1rem, 0.9036144578vw, 1.5rem);
  }
}
.header__flex2Navbtn {
  height: 3.2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
}
@media screen and (min-width: 769px) {
  .header__flex2Navbtn {
    cursor: pointer;
  }
}
.header__flex2NavbtnBar {
  background: #fff;
  bottom: 0;
  display: block;
  height: 0.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 2.8rem;
}
.header__flex2NavbtnBar:nth-child(1) {
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.menu-active .header__flex2NavbtnBar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  background: #1f1f1f;
  transform: rotate(45deg);
}
.header__flex2NavbtnBar:nth-child(2) {
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
}
.menu-active .header__flex2NavbtnBar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  background: #1f1f1f;
  transform: rotate(-45deg);
}

.offCanvas {
  background-color: #fff;
  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 .offCanvas {
  opacity: 1;
  visibility: visible;
}
.offCanvas__inner {
  padding: 9.6rem 2.4rem;
}
.offCanvas__navList {
  border-top: 1px solid #DDDDDD;
}
.offCanvas__navListItem {
  border-bottom: 1px solid #DDDDDD;
}
.offCanvas__navListItemLink {
  align-items: center;
  font-size: 1.6rem;
  justify-content: space-between;
  letter-spacing: 0.05em;
  padding: 2.4rem 1.6rem;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.offCanvas__navListItemLink.link-acv {
  background-color: rgba(221, 221, 221, 0.25);
}
.offCanvas__navListItemLinkIco {
  aspect-ratio: 22/20;
  height: auto;
  width: 1.1rem;
}
.link-acv .offCanvas__navListItemLinkIco {
  -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);
}

.pageOverray {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.js-page-loaded .pageOverray {
  opacity: 0;
}
.pageOverray__bar {
  -webkit-animation: gradient 2s linear infinite;
  animation: gradient 2s linear infinite;
  background-color: #3f78bd;
  background-image: linear-gradient(90deg, #fff 0%, #3f78bd 50%, #fff 100%);
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pageOverray__bar {
    height: 4px;
  }
}

/*--------------------------------------------　topKv
    ---------------------------------------------*/
.topKv__bg {
  aspect-ratio: 750/920;
  height: auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .topKv__bg {
    aspect-ratio: 2800/1840;
    margin-left: auto;
    width: 73%;
  }
}
.topKv__bg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-inview-acv .topKv__bg img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.topKv__cnt {
  -webkit-transform: translateY(-55%);
  left: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
}
@media screen and (min-width: 769px) {
  .topKv__cnt {
    -webkit-transform: translateY(-50%);
    left: clamp(0rem, 4.3373493976vw, 7.2rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.topKv__cntTtl {
  color: #fff;
  margin-bottom: 2.4rem;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .topKv__cntTtl {
    color: #1f1f1f;
    margin-bottom: clamp(0rem, 4.8192771084vw, 8rem);
    row-gap: clamp(0rem, 1.9277108434vw, 3.2rem);
  }
}
.topKv__cntTtlTxt {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .topKv__cntTtlTxt {
    color: #1f1f1f;
    font-size: clamp(0rem, 4.0963855422vw, 6.8rem);
  }
}
.topKv__cntEn {
  color: #fff;
  font-size: 1.1rem;
  row-gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .topKv__cntEn {
    color: #1f1f1f;
    row-gap: clamp(0rem, 1.9277108434vw, 3.2rem);
  }
}
.topKv__cntEn.--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .topKv__cntEn.--pc {
    display: flex;
  }
}
.topKv__cntEn.--sp {
  display: flex;
}
@media screen and (min-width: 769px) {
  .topKv__cntEn.--sp {
    display: none;
  }
}
.topKv__cntEnTxt {
  letter-spacing: 0.105em;
}
@media screen and (min-width: 769px) {
  .topKv__cntEnTxt {
    font-size: clamp(0rem, 1.3253012048vw, 2.2rem);
  }
}

/*--------------------------------------------　topLead
    ---------------------------------------------*/
.topLead {
  background-image: url("../img/home/lead-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.topLead__inner.--comP {
  padding: 6.4rem 2.4rem 16rem;
}
@media screen and (min-width: 769px) {
  .topLead__inner.--comP {
    padding: clamp(0rem, 7.8313253012vw, 13rem) clamp(0rem, 1.2048192771vw, 2rem) clamp(0rem, 2.4096385542vw, 4rem);
  }
}
.topLead__en {
  margin-bottom: 4rem;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .topLead__en {
    margin-bottom: clamp(0rem, 4.8192771084vw, 8rem);
    row-gap: clamp(0rem, 1.9277108434vw, 3.2rem);
  }
}
.topLead__enTxt {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .topLead__enTxt {
    font-size: clamp(0rem, 3.734939759vw, 6.2rem);
    letter-spacing: 0.105em;
  }
}
.topLead__ttl {
  font-size: 1.6rem;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .topLead__ttl {
    row-gap: clamp(0rem, 1.9277108434vw, 3.2rem);
  }
}
@media screen and (min-width: 769px) {
  .topLead__ttlTxt {
    font-size: clamp(0rem, 1.9277108434vw, 3.2rem);
  }
}
.topLead__list {
  -webkit-transform: translateX(50%);
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  bottom: -13%;
  column-gap: 2.4rem;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: auto;
}
@media screen and (min-width: 769px) {
  .topLead__list {
    -webkit-column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    -moz-column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    -webkit-transform: translateX(0);
    bottom: auto;
    column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    position: absolute;
    right: 0;
    top: clamp(0rem, 15.6626506024vw, 26rem);
    transform: translateX(0);
  }
}
.topLead__listItem {
  aspect-ratio: 128/400;
  overflow: hidden;
  position: relative;
  width: 6.4rem;
}
@media screen and (min-width: 769px) {
  .topLead__listItem {
    aspect-ratio: 320/1000;
    width: clamp(0rem, 9.6385542169vw, 16rem);
  }
}
.topLead__listItem:nth-child(1) {
  top: 6.4rem;
}
@media screen and (min-width: 769px) {
  .topLead__listItem:nth-child(1) {
    top: clamp(0rem, 9.6385542169vw, 16rem);
  }
}
.topLead__listItem:nth-child(2) {
  top: 3.2rem;
}
@media screen and (min-width: 769px) {
  .topLead__listItem:nth-child(2) {
    top: clamp(0rem, 4.8192771084vw, 8rem);
  }
}
.topLead__listItem img {
  -webkit-transform: scale(1.1);
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), transform 5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-inview-acv .topLead__listItem img {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}

/*--------------------------------------------　topService
    ---------------------------------------------*/
.topService__inner.--comP {
  padding: 18.4rem 2.4rem 6.4rem;
}
@media screen and (min-width: 769px) {
  .topService__inner.--comP {
    padding: clamp(0rem, 7.8313253012vw, 13rem) clamp(0rem, 1.2048192771vw, 2rem) 0;
  }
}
.topService__ttlBox {
  height: 3.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 769px) {
  .topService__ttlBox {
    height: clamp(0rem, 3.734939759vw, 6.2rem);
    margin-bottom: clamp(0rem, 4.3373493976vw, 7.2rem);
  }
}
.topService__flex {
  flex-direction: column-reverse;
  row-gap: 2.4rem;
}
@media screen and (min-width: 769px) {
  .topService__flex {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.topService__flex:not(:last-of-type) {
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 769px) {
  .topService__flex:not(:last-of-type) {
    margin-bottom: clamp(0rem, 5.7831325301vw, 9.6rem);
  }
}
.topService__flex1 {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .topService__flex1 {
    max-width: clamp(0rem, 44.8192771084vw, 74.4rem);
    text-align: left;
  }
}
.topService__flex1Ttl {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .topService__flex1Ttl {
    font-size: clamp(0rem, 1.9277108434vw, 3.2rem);
    margin-bottom: clamp(0rem, 2.4096385542vw, 4rem);
  }
}
.topService__flex1Sttl {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .topService__flex1Sttl {
    font-size: clamp(0rem, 1.4457831325vw, 2.4rem);
    margin-bottom: clamp(0rem, 2.4096385542vw, 4rem);
  }
}
.topService__flex1Desc {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .topService__flex1Desc {
    font-size: clamp(0rem, 1.0843373494vw, 1.8rem);
    margin-bottom: clamp(0rem, 2.4096385542vw, 4rem);
  }
}
.topService__flex2 {
  aspect-ratio: 660/380;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .topService__flex2 {
    aspect-ratio: 740/1080;
    width: clamp(0rem, 22.2891566265vw, 37rem);
  }
}
.topService__flex2 img {
  -webkit-transform: scale(1.1);
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), transform 5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-inview-acv .topService__flex2 img {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}

/*--------------------------------------------　topNews
    ---------------------------------------------*/
.topNews__inner.--comP {
  padding: 6.4rem 2.4rem;
}
@media screen and (min-width: 769px) {
  .topNews__inner.--comP {
    padding: clamp(0rem, 7.8313253012vw, 13rem) clamp(0rem, 1.2048192771vw, 2rem) clamp(0rem, 11.8072289157vw, 19.6rem);
  }
}
.topNews__ttlBox {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 769px) {
  .topNews__ttlBox {
    height: clamp(0rem, 3.734939759vw, 6.2rem);
    margin-bottom: clamp(0rem, 4.3373493976vw, 7.2rem);
  }
}
.topNews__list {
  border-top: 1px solid #DDDDDD;
}
.topNews__listItem {
  border-bottom: 1px solid #DDDDDD;
}
.topNews__listItemLink {
  flex-direction: column;
  padding: 2.4rem 0;
}
@media screen and (min-width: 769px) {
  .topNews__listItemLink {
    -webkit-column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    -moz-column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    align-items: center;
    column-gap: clamp(0rem, 2.8915662651vw, 4.8rem);
    flex-direction: row;
    padding: clamp(0rem, 2.8915662651vw, 4.8rem) 0;
  }
}
.topNews__listItemLinkDateCat {
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  align-items: center;
  column-gap: 1.6rem;
  margin-bottom: 0.8rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .topNews__listItemLinkDateCat {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    justify-content: space-between;
    margin: 0;
    width: clamp(0rem, 14.4578313253vw, 24rem);
  }
}
.topNews__listItemLinkDate {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .topNews__listItemLinkDate {
    font-size: clamp(0rem, 0.9638554217vw, 1.6rem);
  }
}
.topNews__listItemLinkCat {
  align-items: center;
  background-color: #1f2022;
  font-size: 1rem;
  height: 2.4rem;
  justify-content: center;
  width: 8rem;
}
@media screen and (min-width: 769px) {
  .topNews__listItemLinkCat {
    font-size: clamp(0rem, 0.7228915663vw, 1.2rem);
    height: clamp(0rem, 1.8072289157vw, 3rem);
    width: clamp(0rem, 7.2289156627vw, 12rem);
  }
}
.topNews__listItemLinkTtl {
  font-size: 1.2rem;
  line-height: 2;
  padding-right: 2.4rem;
}
@media screen and (min-width: 769px) {
  .topNews__listItemLinkTtl {
    font-size: clamp(0rem, 0.9638554217vw, 1.6rem);
    padding-right: clamp(0rem, 5.7831325301vw, 9.6rem);
    width: calc(100% - clamp(0rem, 17.3493975904vw, 28.8rem));
  }
}
.topNews__listItemLinkIco {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 22/20;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
}
@media screen and (min-width: 769px) {
  .topNews__listItemLinkIco {
    position: absolute;
    right: clamp(0rem, 2.4096385542vw, 4rem);
    top: 50%;
    width: clamp(0rem, 0.6626506024vw, 1.1rem);
  }
}

/*--------------------------------------------　pageKv
    ---------------------------------------------*/
.pageKv__inner {
  align-items: center;
}
.pageKv__bg {
  aspect-ratio: 545/515;
  height: auto;
  margin-left: auto;
  overflow: hidden;
  width: 72%;
}
@media screen and (min-width: 769px) {
  .pageKv__bg {
    aspect-ratio: 2800/1280;
  }
}
.pageKv__bg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-inview-acv .pageKv__bg img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pageKv__cnt {
  -webkit-transform: translateY(-55%);
  left: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
}
@media screen and (min-width: 769px) {
  .pageKv__cnt {
    -webkit-transform: translateY(-66%) translateX(-50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-66%) translateX(-50%);
    width: clamp(0rem, 73.4939759036vw, 122rem);
  }
}
.pageKv__cntEnBox {
  height: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  .pageKv__cntEnBox {
    height: clamp(0rem, 3.734939759vw, 6.2rem);
    margin-bottom: clamp(0rem, 2.8915662651vw, 4.8rem);
  }
}
.pageKv__cntTtl {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .pageKv__cntTtl {
    font-size: clamp(0rem, 1.9277108434vw, 3.2rem);
  }
}

/*--------------------------------------------　serviceJigyo, companyVision, contactLead
    ---------------------------------------------*/
.serviceJigyo__inner.--comP,
.companyVision__inner.--comP,
.contactLead__inner.--comP {
  padding: 6.4rem 2.4rem 0;
}
.service .serviceJigyo__inner.--comP,
.service .companyVision__inner.--comP,
.service .contactLead__inner.--comP {
  padding: 0 2.4rem;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__inner.--comP,
  .companyVision__inner.--comP,
  .contactLead__inner.--comP {
    padding: clamp(0rem, 7.8313253012vw, 13rem) clamp(0rem, 1.2048192771vw, 2rem) 0;
  }
  .service .serviceJigyo__inner.--comP,
  .service .companyVision__inner.--comP,
  .service .contactLead__inner.--comP {
    padding: 0 clamp(0rem, 1.2048192771vw, 2rem);
  }
}
.serviceJigyo__flex,
.companyVision__flex,
.contactLead__flex {
  flex-direction: column-reverse;
  row-gap: 2.4rem;
}
.service .serviceJigyo__flex,
.service .companyVision__flex,
.service .contactLead__flex {
  padding: 6.4rem 0 0;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__flex,
  .companyVision__flex,
  .contactLead__flex {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: clamp(0rem, 5.3012048193vw, 8.8rem);
  }
  .service .serviceJigyo__flex,
  .service .companyVision__flex,
  .service .contactLead__flex {
    padding: clamp(13rem, 0vw, 0rem) 0 0;
  }
  .company .serviceJigyo__flex,
  .company .companyVision__flex,
  .company .contactLead__flex {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .serviceJigyo__flex1,
  .companyVision__flex1,
  .contactLead__flex1 {
    max-width: clamp(0rem, 44.8192771084vw, 74.4rem);
  }
  .company .serviceJigyo__flex1,
  .company .companyVision__flex1,
  .company .contactLead__flex1 {
    max-width: clamp(0rem, 48.1927710843vw, 80rem);
  }
}
.serviceJigyo__flex1Ttl,
.companyVision__flex1Ttl,
.contactLead__flex1Ttl {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__flex1Ttl,
  .companyVision__flex1Ttl,
  .contactLead__flex1Ttl {
    font-size: clamp(0rem, 1.9277108434vw, 3.2rem);
    margin-bottom: clamp(0rem, 2.4096385542vw, 4rem);
  }
}
.serviceJigyo__flex1En,
.companyVision__flex1En,
.contactLead__flex1En {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__flex1En,
  .companyVision__flex1En,
  .contactLead__flex1En {
    font-size: clamp(0rem, 1.2048192771vw, 2rem);
    letter-spacing: 0.05em;
    margin-bottom: clamp(0rem, 2.8915662651vw, 4.8rem);
  }
}
.serviceJigyo__flex1En:after,
.companyVision__flex1En:after,
.contactLead__flex1En:after {
  background-color: #1f1f1f;
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__flex1En:after,
  .companyVision__flex1En:after,
  .contactLead__flex1En:after {
    bottom: clamp(0rem, 0.1204819277vw, 0.2rem);
    height: clamp(0rem, 0.1204819277vw, 0.2rem);
    left: 0;
    position: absolute;
  }
}
.serviceJigyo__flex1Sttl,
.companyVision__flex1Sttl,
.contactLead__flex1Sttl {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__flex1Sttl,
  .companyVision__flex1Sttl,
  .contactLead__flex1Sttl {
    font-size: clamp(0rem, 1.3253012048vw, 2.2rem);
    margin-bottom: clamp(0rem, 2.4096385542vw, 4rem);
  }
}
.serviceJigyo__flex1Desc,
.companyVision__flex1Desc,
.contactLead__flex1Desc {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 3.2rem;
}
.company .serviceJigyo__flex1Desc,
.company .companyVision__flex1Desc,
.company .contactLead__flex1Desc {
  font-size: 1.4rem;
}
.thanks .serviceJigyo__flex1Desc,
.thanks .companyVision__flex1Desc,
.thanks .contactLead__flex1Desc {
  display: none;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__flex1Desc,
  .companyVision__flex1Desc,
  .contactLead__flex1Desc {
    font-size: clamp(0rem, 1.0843373494vw, 1.8rem);
    margin: 0;
  }
  .company .serviceJigyo__flex1Desc,
  .company .companyVision__flex1Desc,
  .company .contactLead__flex1Desc {
    font-size: clamp(0rem, 1.4457831325vw, 2.4rem);
  }
}
.serviceJigyo__flex2,
.companyVision__flex2,
.contactLead__flex2 {
  aspect-ratio: 660/380;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__flex2,
  .companyVision__flex2,
  .contactLead__flex2 {
    aspect-ratio: 740/910;
    width: clamp(0rem, 22.2891566265vw, 37rem);
  }
}
.serviceJigyo__flex2 img,
.companyVision__flex2 img,
.contactLead__flex2 img {
  -webkit-transform: scale(1.1);
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), transform 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1), transform 5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-page-loaded .js-inview-acv .serviceJigyo__flex2 img,
.js-page-loaded .js-inview-acv .companyVision__flex2 img,
.js-page-loaded .js-inview-acv .contactLead__flex2 img {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}
.serviceJigyo__naiyo,
.companyVision__naiyo,
.contactLead__naiyo {
  border-top: 2px solid #1f1f1f;
}
.serviceJigyo__naiyoTtl,
.companyVision__naiyoTtl,
.contactLead__naiyoTtl {
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.3rem;
  justify-content: center;
  padding: 1.6rem 0;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__naiyoTtl,
  .companyVision__naiyoTtl,
  .contactLead__naiyoTtl {
    font-size: clamp(0rem, 1.2048192771vw, 2rem);
    padding: clamp(0rem, 1.9277108434vw, 3.2rem) 0;
  }
}
.serviceJigyo__naiyoList,
.companyVision__naiyoList,
.contactLead__naiyoList {
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__naiyoList,
  .companyVision__naiyoList,
  .contactLead__naiyoList {
    -webkit-column-gap: clamp(0rem, 2.4096385542vw, 4rem);
    -moz-column-gap: clamp(0rem, 2.4096385542vw, 4rem);
    column-gap: clamp(0rem, 2.4096385542vw, 4rem);
    flex-direction: row;
  }
}
.serviceJigyo__naiyoListItem,
.companyVision__naiyoListItem,
.contactLead__naiyoListItem {
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.2rem;
  line-height: 2;
  padding: 2rem 0 2rem 2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__naiyoListItem,
  .companyVision__naiyoListItem,
  .contactLead__naiyoListItem {
    font-size: clamp(0rem, 1.0843373494vw, 1.8rem);
    padding: clamp(0rem, 3.3734939759vw, 5.6rem) 0 clamp(0rem, 3.3734939759vw, 5.6rem) clamp(0rem, 1.4457831325vw, 2.4rem);
    width: calc(50% - clamp(0rem, 1.2048192771vw, 2rem));
  }
}
.serviceJigyo__naiyoListItem:before,
.companyVision__naiyoListItem:before,
.contactLead__naiyoListItem:before {
  background-image: url("../img/ico-chk.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 2.7rem;
  width: 1.3rem;
}
@media screen and (min-width: 769px) {
  .serviceJigyo__naiyoListItem:before,
  .companyVision__naiyoListItem:before,
  .contactLead__naiyoListItem:before {
    height: clamp(0rem, 0.6024096386vw, 1rem);
    left: 0;
    position: absolute;
    top: clamp(0rem, 4.0963855422vw, 6.8rem);
    width: clamp(0rem, 0.7831325301vw, 1.3rem);
  }
}

/*--------------------------------------------　companyOverView
    ---------------------------------------------*/
.companyOverView__inner.--comP {
  padding: 6.4rem 2.4rem 0;
}
@media screen and (min-width: 769px) {
  .companyOverView__inner.--comP {
    padding: clamp(0rem, 7.8313253012vw, 13rem) clamp(0rem, 1.2048192771vw, 2rem) 0;
  }
}
.companyOverView__ttl {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  .companyOverView__ttl {
    font-size: clamp(0rem, 1.9277108434vw, 3.2rem);
    margin-bottom: clamp(0rem, 2.4096385542vw, 4rem);
  }
}
.companyOverView__en {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .companyOverView__en {
    font-size: clamp(0rem, 1.2048192771vw, 2rem);
    margin-bottom: clamp(0rem, 2.8915662651vw, 4.8rem);
  }
}
.companyOverView__en:after {
  background-color: #1f1f1f;
  bottom: 0;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .companyOverView__en:after {
    bottom: clamp(0rem, 0.1204819277vw, 0.2rem);
    height: clamp(0rem, 0.1204819277vw, 0.2rem);
    left: 0;
    position: absolute;
  }
}
.companyOverView__dls {
  border-top: 1px solid #DDDDDD;
  margin: 0 0 6rem;
}
@media screen and (min-width: 769px) {
  .companyOverView__dls {
    margin-bottom: clamp(0rem, 7.7108433735vw, 12.8rem);
  }
}
.companyOverView__dlsDl {
  border-bottom: 1px solid #DDDDDD;
  flex-direction: column;
  padding: 2.4rem 0;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .companyOverView__dlsDl {
    flex-direction: row;
    padding: clamp(0rem, 2.4096385542vw, 4rem) 0;
  }
}
.companyOverView__dlsDlDt {
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .companyOverView__dlsDlDt {
    font-size: clamp(0rem, 1.0843373494vw, 1.8rem);
    width: clamp(0rem, 19.2771084337vw, 32rem);
  }
}
.companyOverView__dlsDlDd {
  font-size: 1.2rem;
  line-height: 2;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .companyOverView__dlsDlDd {
    font-size: clamp(0rem, 1.0843373494vw, 1.8rem);
    width: calc(100% - clamp(0rem, 19.2771084337vw, 32rem));
  }
}
.companyOverView__dlsDlDd span {
  display: block;
}

/*--------------------------------------------　contactForm
    ---------------------------------------------*/
.contactForm__inner {
  padding: 6.4rem 2.4rem;
}
@media screen and (min-width: 769px) {
  .contactForm__inner {
    padding: 0 clamp(0rem, 1.2048192771vw, 2rem) clamp(0rem, 7.8313253012vw, 13rem);
  }
}
.contactForm__dls {
  border-top: 1px solid #DDDDDD;
}
.contactForm__dlsDl {
  border-bottom: 1px solid #DDDDDD;
  flex-direction: column;
  padding: 2.4rem 0;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .contactForm__dlsDl {
    align-items: center;
    flex-direction: row;
    padding: clamp(0rem, 1.9277108434vw, 3.2rem) clamp(0rem, 5.7831325301vw, 9.6rem) clamp(0rem, 1.9277108434vw, 3.2rem) clamp(0rem, 1.9277108434vw, 3.2rem);
  }
}
.contactForm__dlsDlDt, .contactForm__dlsDlDd {
  font-size: clamp(1.6rem, 1.0843373494vw, 1.8rem);
  font-weight: 700;
  position: relative;
}
.contactForm__dlsDlDt {
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  align-items: center;
  column-gap: 1.6rem;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contactForm__dlsDlDt {
    display: block;
    text-align: left;
    width: 30.5rem;
  }
}
.--require .contactForm__dlsDlDt:after {
  background-color: #eb585e;
  content: "必須";
}
.--option .contactForm__dlsDlDt:after {
  background-color: #355bb1;
  content: "任意";
}
.contactForm__dlsDlDt:after {
  align-items: center;
  border-radius: clamp(0.4rem, 0.2409638554vw, 0.4rem);
  color: #fff;
  content: "";
  display: flex;
  font-size: clamp(1rem, 0.6024096386vw, 1rem);
  height: clamp(2rem, 1.4457831325vw, 2.4rem);
  justify-content: center;
  width: clamp(3.2rem, 2.4096385542vw, 4rem);
}
@media screen and (min-width: 769px) {
  .contactForm__dlsDlDt:after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: clamp(0rem, 1.4457831325vw, 2.4rem);
    top: 50%;
    transform: translateY(-50%);
  }
}
.contactForm__dlsDlDd {
  line-height: 1.4;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contactForm__dlsDlDd {
    border-left: 1px solid #DDDDDD;
    padding-left: 2.4rem;
    width: calc(100% - 30.5rem);
  }
}
.contactForm__dlsDlDd .error {
  background-color: #eb585e !important;
  border-radius: 0.2rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  padding: 0.4rem !important;
}
.contactForm__dlsDlDd input,
.contactForm__dlsDlDd textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}
.contactForm__dlsDlDd input[type=text],
.contactForm__dlsDlDd input[type=email],
.contactForm__dlsDlDd input[type=tel],
.contactForm__dlsDlDd textarea {
  background-color: #f0f1f3;
  display: block;
  font-size: clamp(1.6rem, 1.0843373494vw, 1.8rem);
  font-weight: 700;
  height: clamp(4.8rem, 2.8915662651vw, 4.8rem);
  padding: clamp(1.2rem, 0.9638554217vw, 1.6rem) clamp(1.2rem, 0.9638554217vw, 1.6rem) !important;
  width: 100%;
}
.contactForm__dlsDlDd input[type=text]::-webkit-input-placeholder, .contactForm__dlsDlDd input[type=email]::-webkit-input-placeholder, .contactForm__dlsDlDd input[type=tel]::-webkit-input-placeholder, .contactForm__dlsDlDd textarea::-webkit-input-placeholder {
  color: #adadad;
}
.contactForm__dlsDlDd input[type=text]:-ms-input-placeholder, .contactForm__dlsDlDd input[type=email]:-ms-input-placeholder, .contactForm__dlsDlDd input[type=tel]:-ms-input-placeholder, .contactForm__dlsDlDd textarea:-ms-input-placeholder {
  color: #adadad;
}
.contactForm__dlsDlDd input[type=text]::-ms-input-placeholder, .contactForm__dlsDlDd input[type=email]::-ms-input-placeholder, .contactForm__dlsDlDd input[type=tel]::-ms-input-placeholder, .contactForm__dlsDlDd textarea::-ms-input-placeholder {
  color: #adadad;
}
.contactForm__dlsDlDd input[type=text]::placeholder,
.contactForm__dlsDlDd input[type=email]::placeholder,
.contactForm__dlsDlDd input[type=tel]::placeholder,
.contactForm__dlsDlDd textarea::placeholder {
  color: #adadad;
}
.contactForm__dlsDlDd textarea {
  height: clamp(20rem, 12.0481927711vw, 20rem);
}
.contactForm__dlsDlDd select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  background-color: #f0f1f3;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: inherit;
  font-weight: 700;
  height: 4.8rem;
  margin: 0;
  outline: none;
  padding: 0;
  padding-left: clamp(0.8rem, 1.3253012048vw, 2.2rem);
  vertical-align: middle;
  width: 100%;
}
.contactForm__dlsDlDd select option {
  font-size: clamp(1.6rem, 1.0843373494vw, 1.8rem);
}
.contactForm__dlsDlDdArrow {
  align-items: center;
  background: linear-gradient(#fff, #DDDDDD);
  display: flex;
  height: 4.8rem;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.1rem;
  z-index: 1;
}
.contactForm__dlsDlDdArrow:after {
  background-image: url("../img/arrow-select.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.7rem;
  width: 1.3rem;
}
.mw_wp_form_confirm .contactForm__dlsDlDdArrow {
  display: none;
}
.contactForm__dlsPolicy {
  border: 1px solid #DDDDDD;
  height: clamp(24rem, 14.4578313253vw, 24rem);
  margin: clamp(2.4rem, 1.4457831325vw, 2.4rem) auto;
  overflow: auto;
  width: 100%;
}
.contactForm__dlsPolicy .wpcf7-list-item-label {
  display: none;
}
.contactForm__dlsPolicy p {
  font-size: clamp(1.4rem, 0.9638554217vw, 1.6rem);
  line-height: 2;
  margin-bottom: clamp(2.4rem, 1.9277108434vw, 3.2rem);
}
.contactForm__dlsPolicyInner {
  padding: clamp(1.6rem, 1.4457831325vw, 2.4rem);
}
.contactForm__dlsPolicyInner p {
  font-size: clamp(1.2rem, 1.0843373494vw, 1.8rem);
  letter-spacing: 0em;
}
.contactForm__dlsChk {
  margin: clamp(2.4rem, 3.8554216867vw, 6.4rem) auto;
  text-align: center;
}
.contactForm__dlsChk input[type=checkbox],
.contactForm__dlsChk input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  background: linear-gradient(#fff, #DDDDDD);
  border: 0;
  border: 3px solid #DDDDDD;
  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;
}
.contactForm__dlsChk input[type=checkbox]:checked:before,
.contactForm__dlsChk input[type=radio]:checked:before {
  -webkit-transform: rotate(50deg);
  border-bottom: 0.4rem solid #3f78bd;
  border-right: 0.4rem solid #3f78bd;
  content: "";
  display: block;
  height: 2rem;
  left: 0.25rem;
  position: absolute;
  top: -0.45rem;
  transform: rotate(50deg);
  width: 1rem;
}
.contactForm__dlsChk label {
  -webkit-column-gap: clamp(0.4rem, 0.4819277108vw, 0.8rem);
  -moz-column-gap: clamp(0.4rem, 0.4819277108vw, 0.8rem);
  align-items: center;
  column-gap: clamp(0.4rem, 0.4819277108vw, 0.8rem);
  display: flex;
  justify-content: center;
}
.contactForm__dlsChk label .mwform-checkbox-field-text {
  cursor: pointer;
  font-size: clamp(1.4rem, 1.0843373494vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
}
.contactForm__dlsChk .error {
  background-color: #eb585e !important;
  border-radius: 0.2rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: bold;
  margin-top: 2.4rem;
  padding: 0.4rem !important;
}
.contactForm__dlsBtns {
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  align-items: center;
  column-gap: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: clamp(2.5rem, 2.7108433735vw, 4.5rem);
  row-gap: 2.4rem;
}
@media screen and (min-width: 769px) {
  .contactForm__dlsBtns {
    flex-direction: row;
  }
}
.contactForm__dlsBtns button,
.contactForm__dlsBtns input {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  background: none transparent;
  background-color: #1f1f1f;
  border: 0;
  border-radius: 0;
  color: inherit;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: inherit;
  font-size: clamp(1.4rem, 1.0843373494vw, 1.8rem);
  font-weight: 700;
  height: clamp(5.6rem, 5.7831325301vw, 9.6rem);
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: clamp(24rem, 24.0963855422vw, 40rem);
}
.mw_wp_form_confirm .contactForm__dlsBtns .--confirm {
  display: none;
}
.mw_wp_form_input .contactForm__dlsBtns .--send {
  display: none;
}
.contactForm__dlsBtns .--confirm,
.contactForm__dlsBtns .--send {
  position: relative;
}
.contactForm__dlsBtns .--confirm:after,
.contactForm__dlsBtns .--send:after {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/arrow-w.png");
  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: 769px) {
  .contactForm__dlsBtns .--confirm:after,
  .contactForm__dlsBtns .--send:after {
    height: clamp(0rem, 0.6024096386vw, 1rem);
    position: absolute;
    right: clamp(0rem, 1.9277108434vw, 3.2rem);
    top: 50%;
    width: clamp(0rem, 0.6626506024vw, 1.1rem);
  }
}
.contactForm__dlsBtns .--confirm.link-acv:after,
.contactForm__dlsBtns .--send.link-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);
}
.contactForm__dlsBtns .--back {
  position: relative;
}
.mw_wp_form_input .contactForm__dlsBtns .--back {
  display: none;
}
.contactForm__dlsBtns .--back:after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  background-image: url("../img/arrow-w.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1rem;
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  width: 1.2rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .contactForm__dlsBtns .--back:after {
    height: clamp(0rem, 0.6024096386vw, 1rem);
    width: clamp(0rem, 0.6626506024vw, 1.1rem);
  }
}
.contactForm__dlsBtns .--back.link-acv: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);
}
.contactForm .thanks {
  row-gap: 2.4rem;
}
@media screen and (min-width: 769px) {
  .contactForm .thanks {
    row-gap: clamp(0rem, 2.4096385542vw, 4rem);
  }
}
.contactForm .thanks__ttl {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .contactForm .thanks__ttl {
    font-size: clamp(0rem, 1.0843373494vw, 1.8rem);
  }
}
.contactForm .thanks__txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .contactForm .thanks__txt {
    font-size: clamp(0rem, 0.9638554217vw, 1.6rem);
  }
}

/*--------------------------------------------　pageCv
    ---------------------------------------------*/
.pageCv__inner {
  align-items: center;
  padding: 0 2.4rem 6.4rem;
}
@media screen and (min-width: 769px) {
  .pageCv__inner {
    padding: 0 clamp(0rem, 1.2048192771vw, 2rem) clamp(0rem, 10.843373494vw, 18rem);
  }
}
.pageCv__flex {
  background-color: #1f2022;
  flex-direction: column;
  height: auto;
}
@media screen and (min-width: 769px) {
  .pageCv__flex {
    background-image: url("../img/cv.jpg");
    background-position: 50% 50%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: clamp(0rem, 36.7469879518vw, 61rem) clamp(0rem, 12.9518072289vw, 21.5rem);
    flex-direction: row;
    height: clamp(0rem, 12.9518072289vw, 21.5rem);
  }
}
.pageCv__flex1, .pageCv__flex2 {
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pageCv__flex1, .pageCv__flex2 {
    height: 100%;
    width: 50%;
  }
}
.pageCv__flex1Ttl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pageCv__flex1Ttl {
    font-size: clamp(0rem, 1.4457831325vw, 2.4rem);
    margin-bottom: clamp(0rem, 1.4457831325vw, 2.4rem);
    text-align: left;
  }
}
.pageCv__flex1Desc {
  font-size: 1.1rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .pageCv__flex1Desc {
    font-size: clamp(0rem, 0.9638554217vw, 1.6rem);
  }
}
.pageCv__flex1 {
  padding: 2.4rem 3.2rem;
}
@media screen and (min-width: 769px) {
  .pageCv__flex1 {
    padding: 0 clamp(0rem, 2.8915662651vw, 4.8rem) 0 clamp(0rem, 3.8554216867vw, 6.4rem);
  }
}
.pageCv__flex2 {
  align-items: center;
  aspect-ratio: 660/245;
  background-image: url("../img/cv-sp.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding: 0 3.2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pageCv__flex2 {
    aspect-ratio: auto;
    background: none;
    height: auto;
    padding: 0;
    width: 50%;
  }
}
.pageCv__flex2Link {
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  column-gap: 1.6rem;
  font-size: 1.2rem;
  height: 4.8rem;
  justify-content: center;
  letter-spacing: 0.05em;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pageCv__flex2Link {
    -webkit-column-gap: clamp(0rem, 1.4457831325vw, 2.4rem);
    -moz-column-gap: clamp(0rem, 1.4457831325vw, 2.4rem);
    column-gap: clamp(0rem, 1.4457831325vw, 2.4rem);
    font-size: clamp(0rem, 1.0843373494vw, 1.8rem);
    height: clamp(0rem, 3.8554216867vw, 6.4rem);
    width: clamp(0rem, 20.6024096386vw, 34.2rem);
  }
}
.pageCv__flex2Link.link-acv .page__linkLine:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}
.pageCv__flex2Link .page__linkLine:before {
  background-color: #1f1f1f;
}
.pageCv__flex2LinkIco {
  aspect-ratio: 22/20;
  height: auto;
  width: 1.1rem;
}
@media screen and (min-width: 769px) {
  .pageCv__flex2LinkIco {
    width: clamp(0rem, 0.6626506024vw, 1.1rem);
  }
}
.link-acv .pageCv__flex2LinkIco {
  -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);
}
/*# sourceMappingURL=sourcemaps/style.css.map */