@charset "UTF-8";
/*! 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.15;
  /* 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;
}

:root {
  /*--------------------------------------------
    Font
  ---------------------------------------------*/
  --thin: 100;
  --ex-light: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --ex-bold: 800;
  --black: 900;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-zh: "Noto Sans SC", sans-serif;
  --font-en: "Inter", serif;
  /*--------------------------------------------
   Color
  ---------------------------------------------*/
  --bck: #333;
  --wte: #fff;
  --gryL: #f7f7f7;
  --gryLD: #eeeeee;
  --gry: #c9c9c9;
  --gryD: #707070;
  --theme: #379967;
  --themeL: #5fc390;
  --accent: #ff914d;
  --bdr: #dddddd;
  --bg: #f9fafb;
  --red: #ff6060;
  --blue: #60adff;
  --gradationLight: #ff914d;
  --gradationDark: #ffbe4d;
  /*--------------------------------------------
   Padding
  ---------------------------------------------*/
  --vpl: 14.4rem;
  --vps: 4.8rem;
  --lpl: 4rem;
  --lps: 2rem;
  /*--------------------------------------------
   Easing
  ---------------------------------------------*/
  --ease-nav: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-hover: cubic-bezier(0.43, 0.05, 0.17, 1);
  --ease-reveal: cubic-bezier(0.19, 1, 0.22, 1);
}

/*--------------------------------------------
 Media Query
---------------------------------------------*/
/*--------------------------------------------
 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 fadeInUp {
  0% {
    -webkit-transform: translateY(4rem);
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(4rem);
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------
 function
---------------------------------------------*/
/*--------------------------------------------
  Base
---------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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: var(--bdr);
  height: 1px;
  width: 4px;
}
html::-webkit-scrollbar-thumb {
  background-color: var(--accent);
  border-radius: 4px;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: var(--wte);
  color: var(--bck) !important;
  font-family: var(--font-jp) !important;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: var(--regular);
  letter-spacing: 0.1em;
  line-height: 1;
  /* 文字をシャープに */
  /* カーニングとリガチャ（合字）を調整 */
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  body {
    /* 16px */
    font-size: 1.6rem;
  }
}

/*--------------------------------------------
  Page
---------------------------------------------*/
.page,
.page__header,
.page__nav,
.page__main,
.page__section,
.page__article,
.page__aside,
.page__footer,
.page__inner,
.page__flex {
  height: auto;
  position: relative;
  width: 100%;
  /*--------------------------------------------
    Color
  ---------------------------------------------*/
  /*--------------------------------------------
    Font
  ---------------------------------------------*/
  /*--------------------------------------------
    Weight
  ---------------------------------------------*/
  /*--------------------------------------------
    Link
  ---------------------------------------------*/
  /*--------------------------------------------
    Site
  ---------------------------------------------*/
  /*--------------------------------------------
    Zindex
  ---------------------------------------------*/
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .page__main,
  .page__article {
    padding: 0 0 var(--vpl) 0;
  }
}
.page__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .page__inner.--comW {
    max-width: clamp(0rem, 68.7830687831vw, 104rem);
  }
}
@media screen and (min-width: 769px) {
  .page__inner.--maxW {
    max-width: clamp(0rem, 100vw, 151.2rem);
  }
}
.page__inner.--comP {
  padding: var(--vps) var(--lps) 0;
}
@media screen and (min-width: 769px) {
  .page__inner.--comP {
    padding: var(--vpl) var(--lpl) 0;
  }
}
.page__flex {
  display: flex;
}
.page__flex > * {
  flex-shrink: 0;
  width: auto;
}
.page__flex.--v {
  flex-direction: column;
}
.page__flex.--i {
  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 video,
.page__img svg,
.page__img path,
.page__img g {
  display: block;
  height: auto;
  width: 100%;
}
.page__wte {
  color: var(--wte);
}
.page__bck {
  color: var(--bck);
}
.page__bgB {
  background-color: var(--bck);
}
.page__gry {
  color: var(--gry);
}
.page__bgGryD {
  background-color: var(--gryD);
}
.page__bgGryL {
  background-color: var(--gryL);
}
.page__bgGryLD {
  background-color: var(--gryLD);
}
.page__theme {
  color: var(--theme);
}
.page__bgTheme {
  background-color: var(--theme) !important;
}
.page__bgThemeL {
  background-color: var(--themeL);
}
.page__acce {
  color: var(--accent);
}
.page__bgW {
  background-color: var(--wte);
}
.page__bgGra {
  background: linear-gradient(
    to right,
    var(--gradationLight),
    var(--gradationDark)
  );
}
.page__bgAcce {
  background: var(--accent);
}
.page__txtGra {
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    to right,
    var(--gradationLight),
    var(--gradationDark)
  );
  background-clip: text;
}
.page__red {
  color: var(--red);
}
.page__bgRed {
  background-color: var(--red);
}
.page__blue {
  color: var(--blue);
}
.page__en {
  font-family: var(--font-en);
}
.page__black {
  font-weight: var(--black);
}
.page__ebold {
  font-weight: var(--ex-bold);
}
.page__bold {
  font-weight: var(--bold);
}
.page__sbold {
  font-weight: var(--semi-bold);
}
.page__medium {
  font-weight: var(--medium);
}
.page__regular {
  font-weight: var(--regular);
}
.page__light {
  font-weight: var(--light);
}
.page__elight {
  font-weight: var(--ex-light);
}
.page__thin {
  font-weight: var(--thin);
}
.page__linkLine {
  display: block;
  position: relative;
}
.page__linkLine:before {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  background: var(--accent);
  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 var(--ease-hover);
  transition: transform 0.6s var(--ease-hover);
  transition: transform 0.6s var(--ease-hover),
    -webkit-transform 0.6s var(--ease-hover);
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.page__linkLine:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}
.page__shadow {
  -webkit-filter: drop-shadow(
    clamp(0.2rem, 0.2645502646vw, 0.4rem) clamp(0.2rem, 0.2645502646vw, 0.4rem)
      clamp(0.2rem, 0.2645502646vw, 0.4rem) rgba(0, 0, 0, 0.25)
  );
  filter: drop-shadow(
    clamp(0.2rem, 0.2645502646vw, 0.4rem) clamp(0.2rem, 0.2645502646vw, 0.4rem)
      clamp(0.2rem, 0.2645502646vw, 0.4rem) rgba(0, 0, 0, 0.25)
  );
}
.page__btn {
  background: linear-gradient(
    -45deg,
    var(--gradationDark),
    var(--gradationLight)
  );
}
.page__100 {
  z-index: 100;
}
.page__10 {
  z-index: 10;
}
.page__1 {
  z-index: 1;
}

/*--------------------------------------------
  footer
---------------------------------------------*/
.footer {
  padding: 0 !important;
}
.footer__inner {
  padding: 2rem 0;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding: clamp(0rem, 3.1746031746vw, 4.8rem)
      clamp(0rem, 1.3227513228vw, 2rem);
  }
}
.footer__logo {
  display: block;
  height: 6.7rem;
  margin: 0 auto 2.4rem;
  width: 24.9rem;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    height: clamp(0rem, 6.0185185185vw, 9.1rem);
    margin: 0 auto clamp(0rem, 2.380952381vw, 3.6rem);
    width: clamp(0rem, 22.619047619vw, 34.2rem);
  }
}
.footer__navList {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .footer__navList {
    -webkit-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .footer__navListItem:not(:first-child):before {
    content: "｜";
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .footer__navListItem:not(:first-child):before {
    margin: 0 clamp(0rem, 0.5291005291vw, 0.8rem) 0 0;
  }
}
.footer__navListItemLink {
  color: var(--wte) !important;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .footer__navListItemLink {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
  }
}
.footer__copy {
  align-items: center;
  height: 12rem;
  justify-content: center;
  padding: 0 0 8.4rem;
  width: 100% !important;
}
@media screen and (min-width: 769px) {
  .footer__copy {
    height: clamp(0rem, 5.753968254vw, 8.7rem);
    padding: 0;
  }
}
.footer__copyTxt {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .footer__copyTxt {
    font-size: clamp(0rem, 0.9259259259vw, 1.4rem);
  }
}

/*--------------------------------------------
    fix
---------------------------------------------*/
.fix {
  aspect-ratio: 375/86;
  bottom: -8.6rem;
  height: auto;
  left: 0;
  position: fixed;
  transition: 0.6s var(--ease-reveal);
  width: 100%;
}
.js-top-active .fix {
  bottom: 0;
  left: 0;
  position: fixed;
}

.header {
  left: 0;
  position: fixed;
  top: 0;
}
.header__inner {
  padding: 0 0 0 2rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header__inner {
    padding: 0 clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.header__flex {
  align-items: center;
  height: 4.8rem;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header__flex {
    height: clamp(0rem, 7.9365079365vw, 12rem);
  }
}
.header__flexLink {
  height: auto;
  width: 3rem;
}
@media screen and (min-width: 769px) {
  .header__flexLink {
    width: clamp(0rem, 14.9470899471vw, 22.6rem);
  }
}
@media screen and (min-width: 769px) {
  .header__flexnavList {
    -webkit-column-gap: clamp(0rem, 2.6455026455vw, 4rem);
    -moz-column-gap: clamp(0rem, 2.6455026455vw, 4rem);
    align-items: center;
    column-gap: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.header__flexnavListItemLink {
  color: var(--bck) !important;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header__flexnavListItemLink {
    font-size: clamp(0rem, 1.1904761905vw, 1.8rem);
  }
  .header__flexnavListItemLink:hover {
    color: var(--theme) !important;
  }
}
.header__flexnavListItemLink.--contact {
  color: var(--wte) !important;
}
@media screen and (min-width: 769px) {
  .header__flexnavListItemLink.--contact {
    -webkit-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    align-items: center;
    border-radius: 9999px;
    color: var(--wte);
    column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    height: clamp(0rem, 4.2989417989vw, 6.5rem);
    justify-content: center;
    width: clamp(0rem, 20.3703703704vw, 30.8rem);
  }
  .header__flexnavListItemLink.--contact:hover {
    color: var(--wte) !important;
    opacity: 0.75;
  }
  .header__flexnavListItemLink.--contact:hover:after {
    -webkit-animation-name: bounceAlpha;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: var(--ease-hover);
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bounceAlpha;
    animation-timing-function: var(--ease-hover);
  }
}
@media screen and (min-width: 769px) {
  .header__flexnavListItemLink.--contact:after {
    background-image: url("../img/ico-arrow-btn.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: clamp(0rem, 1.2566137566vw, 1.9rem);
    width: clamp(0rem, 0.8597883598vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) {
  .header__flexnavListItemLinkComment {
    -webkit-transform: translateX(-50%);
    align-items: center;
    border: 0.2rem solid var(--accent);
    border-radius: 9999px;
    color: var(--bck);
    font-size: clamp(0rem, 0.9027777778vw, 1.3rem);
    justify-content: center;
    left: 50%;
    padding: clamp(0rem, 0.2777777778vw, 0.4rem)
      clamp(0rem, 0.5555555556vw, 0.8rem);
    position: absolute;
    top: -14%;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto;
  }
}
.header__flexnavListItemLinkComment strong {
  color: var(--red);
}
.header__flexnavListItemLinkComment:before {
  border: clamp(0rem, 0.5555555556vw, 0.8rem) solid transparent;
  border-top: clamp(0rem, 0.5555555556vw, 0.8rem) solid #fff;
  bottom: -72%;
  content: "";
  left: 50%;
  margin-left: -8%;
  position: absolute;
  z-index: 2;
}
.header__flexBtn {
  background-color: var(--wte);
  height: 4.8rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.8rem;
}
.header__flexBtnBar {
  border-radius: 9999px;
  bottom: 0;
  height: 0.3rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s var(--ease-nav);
  width: 2.8rem;
  will-change: opacity transform;
}
.header__flexBtnBar:nth-child(1) {
  -webkit-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}
.menu-active .header__flexBtnBar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-active .header__flexBtnBar:nth-child(2) {
  opacity: 0;
}
.header__flexBtnBar:nth-child(3) {
  -webkit-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
}
.menu-active .header__flexBtnBar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.off-canvas {
  background-color: white;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s var(--ease-nav), visibility 0.5s var(--ease-nav);
  visibility: hidden;
  width: 100%;
  will-change: visibility, opacity;
}
.menu-active .off-canvas {
  opacity: 1;
  visibility: visible;
}
.off-canvas__nav {
  padding: 11.25rem 3rem;
}
.off-canvas__nav-list {
  flex-direction: column;
  list-style: none;
  row-gap: 4.5rem;
}
.off-canvas__nav-list-item {
  overflow: hidden;
}
.off-canvas__nav-list-item-link {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  -webkit-transform: translateY(4rem);
  align-items: center;
  color: var(--bck) !important;
  column-gap: 1.5rem;
  opacity: 0;
  text-decoration: none;
  transform: translateY(4rem);
}
.menu-active .off-canvas__nav-list-item-link {
  -webkit-animation: fadeInUp 1s forwards var(--ease-reveal);
  animation: fadeInUp 1s forwards var(--ease-reveal);
}
.off-canvas__nav-list-item-link-jp {
  font-size: 2.1rem;
  line-height: 1;
}
.off-canvas__nav-list-item-link-en {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

/*--------------------------------------------
  fv
---------------------------------------------*/
.fv {
  background-image: url("../img/fv-bg-sp.png");
  background-position: 50% 50%;
  background-position: left top;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-size: cover;
  background-size: 37.5rem 55.8rem;
}
@media screen and (min-width: 769px) {
  .fv {
    background-image: url("../img/fv-bg.png");
    background-position: 50% 50%;
    background-position: left top;
    background-repeat: no-repeat;
    background-repeat: repeat;
    background-size: cover;
    background-size: clamp(0rem, 100vw, 151.2rem)
      clamp(0rem, 51.5873015873vw, 78rem);
  }
}
.fv__inner {
  padding: 8.3rem 2rem 3.5rem;
}
@media screen and (min-width: 769px) {
  .fv__inner {
    padding: clamp(0rem, 10.3835978836vw, 15.7rem)
      clamp(0rem, 2.6455026455vw, 4rem) clamp(0rem, 2.4470899471vw, 3.7rem)
      clamp(0rem, 2.6455026455vw, 4rem);
  }
}
@media screen and (min-width: 769px) {
  .fv__flex {
    align-items: center;
    justify-content: space-between;
  }
}
.fv__flex1 {
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv__flex1 {
    width: calc(70.4% - clamp(0rem, 6.4814814815vw, 9.8rem));
  }
}
.fv__flex1Ttl {
  display: none;
}
@media screen and (min-width: 769px) {
  .fv__flex1Ttl {
    -webkit-column-gap: clamp(0rem, 0.1322751323vw, 0.2rem);
    -moz-column-gap: clamp(0rem, 0.1322751323vw, 0.2rem);
    align-items: center;
    background-image: none;
    column-gap: clamp(0rem, 0.1322751323vw, 0.2rem);
    display: flex;
    font-size: clamp(0rem, 2.380952381vw, 3.6rem);
    height: auto;
    margin: 0;
    text-indent: 0;
    width: auto;
  }
}
.fv__flex1TtlSp {
  height: 10.9rem;
  margin-bottom: 1.2rem;
  width: 26.8rem;
}
@media screen and (min-width: 769px) {
  .fv__flex1TtlSp {
    display: none;
  }
}
.fv__flex1TtlAi {
  height: auto;
  opacity: 0;
  width: 6.3rem;
}
@media screen and (min-width: 769px) {
  .fv__flex1TtlAi {
    opacity: 1;
    width: clamp(0rem, 5.0264550265vw, 7.6rem);
  }
}
.fv__flex1TtlPro {
  opacity: 0;
  width: 10.7rem;
}
@media screen and (min-width: 769px) {
  .fv__flex1TtlPro {
    margin-top: clamp(0rem, 0.5291005291vw, 0.8rem);
    opacity: 1;
    width: clamp(0rem, 8.0026455026vw, 12.1rem);
  }
}
.fv__flex1Sttl {
  height: auto;
  margin: 0 0 1.6rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv__flex1Sttl {
    margin: -2% 0 clamp(0rem, 1.1904761905vw, 1.8rem);
    width: clamp(0rem, 51.917989418vw, 78.5rem);
  }
}
.fv__flex1Sttl:after {
  background-image: url("../img/fv-character-sp.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .fv__flex1Sttl:after {
    background-image: url("../img/fv-character.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -45%;
    height: clamp(0rem, 10.7142857143vw, 16.2rem);
    left: -10%;
    position: absolute;
    width: clamp(0rem, 11.2433862434vw, 17rem);
  }
}
.fv__flex1SsTtl {
  align-items: center;
  font-size: 2rem;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 769px) {
  .fv__flex1SsTtl {
    -webkit-column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    -moz-column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    font-size: clamp(0rem, 2.380952381vw, 3.6rem);
    margin: 0 0 clamp(0rem, 1.1904761905vw, 1.8rem);
  }
}
.fv__flex1SsTtl:before,
.fv__flex1SsTtl:after {
  background-color: var(--wte);
  content: "";
  display: block;
  height: 2px;
  margin: 0 0.2rem;
  width: 1.1rem;
}
@media screen and (min-width: 769px) {
  .fv__flex1SsTtl:before,
  .fv__flex1SsTtl:after {
    margin: 0 clamp(0rem, 0.2645502646vw, 0.4rem);
    width: clamp(0rem, 1.3888888889vw, 2.1rem);
  }
}
.fv__flex1List {
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  margin: 0 0 3.8rem;
}
@media screen and (min-width: 769px) {
  .fv__flex1List {
    -webkit-column-gap: clamp(0rem, 1.455026455vw, 2.2rem);
    -moz-column-gap: clamp(0rem, 1.455026455vw, 2.2rem);
    column-gap: clamp(0rem, 1.455026455vw, 2.2rem);
    margin: 0;
  }
}
.fv__flex1ListItem {
  height: auto;
  width: 11rem;
}
@media screen and (min-width: 769px) {
  .fv__flex1ListItem {
    width: clamp(0rem, 14.8148148148vw, 22.4rem);
  }
}
.fv__flex1Btn {
  align-items: center;
  border-radius: 9999px;
  box-shadow: 0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  color: var(--wte) !important;
  font-size: 2rem;
  height: 6.9rem;
  justify-content: center;
  position: relative;
  transition: 0.3s var(--ease-hover);
  width: 32.1rem;
}
.fv__flex1Btn:before {
  background-image: url("../img/fv-character-sp.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -20%;
  content: "";
  display: block;
  height: 5.8rem;
  left: -4%;
  position: absolute;
  width: 6.1rem;
}
.fv__flex1Btn:after {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/ico-arrow-btn.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.9rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
}
.fv__flex2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv__flex2 {
    border-radius: clamp(0rem, 1.3227513228vw, 2rem);
    padding: clamp(0rem, 2.6455026455vw, 4rem) clamp(0rem, 2.6455026455vw, 4rem)
      clamp(0rem, 4.2328042328vw, 6.4rem);
    width: 33.6%;
  }
}
.fv__flex2 .wpcf7 {
  background-color: var(--wte) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.fv__flex2 .wpcf7-response-output {
  -webkit-transform: translateX(-50%);
  background-color: var(--red);
  border: none !important;
  border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
  bottom: clamp(0rem, 1.0582010582vw, 1.6rem) !important;
  color: var(--wte) !important;
  display: block;
  font-size: clamp(0rem, 0.7275132275vw, 1.1rem);
  font-weight: var(--bold);
  left: 50% !important;
  letter-spacing: 0em;
  margin: 0 !important;
  padding: clamp(0rem, 0.5291005291vw, 0.8rem) 0 !important;
  position: absolute !important;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
  width: clamp(0rem, 21.164021164vw, 32rem);
}
.fv__flex2Fukidashi {
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv__flex2Fukidashi {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
    padding-left: clamp(0rem, 4.2328042328vw, 6.4rem);
  }
}
.fv__flex2Fukidashi:before {
  background-image: url("../img/fv-contact-ttl.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .fv__flex2Fukidashi:before {
    -webkit-transform: translateY(-50%);
    height: clamp(0rem, 3.9021164021vw, 5.9rem);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(0rem, 5.8862433862vw, 8.9rem);
  }
}
.fv__flex2Ttl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .fv__flex2Ttl {
    font-size: clamp(0rem, 1.3227513228vw, 2rem);
    margin: 0 0 clamp(0rem, 1.3227513228vw, 2rem);
  }
}
@media screen and (min-width: 769px) {
  .fv__flex2Form {
    row-gap: clamp(0rem, 1.5873015873vw, 2.4rem);
  }
}
.fv__flex2FormDlDt {
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormDlDt {
    -webkit-column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    -moz-column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
    margin-bottom: clamp(0rem, 0.5291005291vw, 0.8rem);
  }
}
.fv__flex2FormDlDtRequire {
  align-items: center;
  background-color: var(--themeL);
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormDlDtRequire {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    font-size: clamp(0rem, 0.7936507937vw, 1.2rem);
    height: clamp(0rem, 1.3888888889vw, 2.1rem);
    width: clamp(0rem, 2.380952381vw, 3.6rem);
  }
}
.fv__flex2FormDlDtDesc {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormDlDtDesc {
    font-size: clamp(0rem, 0.6613756614vw, 1rem);
  }
}
.fv__flex2FormDlDd {
  height: auto;
  position: relative;
  width: 100%;
}
.fv__flex2FormDlDd .wpcf7-form-control-wrap {
  display: block;
}
.--sei .fv__flex2FormDlDd,
.--mei .fv__flex2FormDlDd {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormDlDd {
    min-height: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.fv__flex2FormDlDd input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  border: 0;
  border: 1px solid var(--gry);
  border-radius: 0;
  color: inherit;
  display: block;
  font-size: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormDlDd input {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem) !important;
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem) !important;
    height: clamp(0rem, 2.6455026455vw, 4rem);
    padding: 0 clamp(0rem, 0.5291005291vw, 0.8rem) !important;
  }
}
.fv__flex2FormDlDd .wpcf7-not-valid-tip {
  background-color: var(--red) !important;
  border-radius: clamp(0rem, 0.2645502646vw, 0.4rem);
  bottom: -33% !important;
  color: var(--wte) !important;
  display: block !important;
  font-size: clamp(0rem, 0.6613756614vw, 1rem) !important;
  left: 0 !important;
  padding: clamp(0.2rem, 0.1322751323vw, 0.2rem) !important;
  position: absolute;
  width: 100% !important;
  z-index: 1 !important;
}
.fv__flex2FormDlDdDesc {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormDlDdDesc {
    bottom: -33%;
    font-size: clamp(0rem, 0.6613756614vw, 1rem);
    left: 0;
    position: absolute;
  }
}
.fv__flex2FormChk {
  align-items: center;
  position: relative;
}
.fv__flex2FormChk .wpcf7-list-item-label {
  display: none !important;
}
.fv__flex2FormChk .wpcf7-list-item {
  margin: 0 !important;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormChk {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
    margin: clamp(0rem, 0.5291005291vw, 0.8rem) 0;
  }
}
.fv__flex2FormChk .wpcf7-not-valid-tip {
  background-color: var(--red) !important;
  border-radius: clamp(0rem, 0.2645502646vw, 0.4rem);
  bottom: -90% !important;
  color: var(--wte) !important;
  display: block !important;
  font-size: clamp(0rem, 0.6613756614vw, 1rem) !important;
  left: 0 !important;
  margin: 0 !important;
  padding: clamp(0.2rem, 0.1322751323vw, 0.2rem) !important;
  position: absolute;
  width: clamp(0rem, 26.5211640212vw, 40.1rem) !important;
  z-index: 1 !important;
}
.fv__flex2FormChkPolicy {
  color: var(--bck) !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormChkPolicy {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
    margin: 0 clamp(0rem, 0.2645502646vw, 0.4rem);
  }
}
.fv__flex2FormBtn {
  align-items: center;
  border-radius: 9999px;
  justify-content: center;
  position: relative;
  transition: 0.3s var(--ease-hover);
}
@media screen and (min-width: 769px) {
  .fv__flex2FormBtn {
    -webkit-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    box-shadow: clamp(0rem, 0.1322751323vw, 0.2rem)
      clamp(0rem, 0.2645502646vw, 0.4rem) clamp(0rem, 0.2645502646vw, 0.4rem)
      rgba(0, 0, 0, 0.25);
    column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    font-size: clamp(0rem, 1.3227513228vw, 2rem);
    height: clamp(0rem, 4.6296296296vw, 7rem);
  }
  .fv__flex2FormBtn:hover {
    box-shadow: none;
    opacity: 0.75;
  }
  .fv__flex2FormBtn:hover:after {
    -webkit-animation-name: bounceAlpha2;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: var(--ease-hover);
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bounceAlpha2;
    animation-timing-function: var(--ease-hover);
  }
}
@media screen and (min-width: 769px) {
  .fv__flex2FormBtn:after {
    -webkit-transform: translateY(-50%);
    background-image: url("../img/ico-arrow-btn.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: clamp(0rem, 1.2566137566vw, 1.9rem);
    position: absolute;
    right: clamp(0rem, 1.5873015873vw, 2.4rem);
    top: 50%;
    transform: translateY(-50%);
    width: clamp(0rem, 0.8597883598vw, 1.3rem);
  }
}
.fv__flex2FormBtn .wpcf7-spinner {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .fv__flex2FormBtn .wpcf7-spinner {
    bottom: -62%;
    position: absolute;
    right: 0;
  }
}
.fv__flex2FormBtn input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  background-color: transparent !important;
  border: 0;
  border: none !important;
  border-radius: 0;
  box-sizing: content-box;
  color: inherit;
  font-size: inherit;
  height: 100% !important;
  margin: 0;
  margin: 0 !important;
  outline: none;
  padding: 0;
  padding: 0 !important;
  vertical-align: middle;
  width: 100% !important;
}

/*--------------------------------------------
  slider
---------------------------------------------*/
.slider {
  padding: 2.4rem 0;
}
@media screen and (min-width: 769px) {
  .slider {
    padding: clamp(0rem, 2.6455026455vw, 4rem) 0;
  }
}
.slider__splideTrackList {
  align-items: center;
  height: auto;
}
.slider__splideTrackListItem img {
  height: auto;
  max-height: clamp(9.6rem, 8.9947089947vw, 13.6rem);
  max-width: clamp(30rem, 26.455026455vw, 40rem);
  width: auto;
}
.slider__splide2 {
  height: 10.8rem;
}
.slider__splide2 {
  padding: 2.4rem 0;
}
.slider__splide2TrackList {
  align-items: center;
  height: auto;
}
.slider__splide2TrackListItem img {
  height: auto;
  max-height: clamp(9.6rem, 8.9947089947vw, 13.6rem);
  max-width: clamp(30rem, 26.455026455vw, 40rem);
  width: auto;
}

/*--------------------------------------------
  graphs
---------------------------------------------*/
.graphs {
  background-color: #e2f3ea;
}
.graphs__inner {
  padding: 4rem 1rem;
}
@media screen and (min-width: 769px) {
  .graphs__inner {
    padding: clamp(0rem, 5.291005291vw, 8rem) clamp(0rem, 1.3227513228vw, 2rem);
  }
}
.graphs__list {
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  .graphs__list {
    row-gap: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.graphs__listItem {
  border-radius: 0.5rem;
  box-shadow: 0 0 clamp(0.4rem, 0.5291005291vw, 0.8rem) rgba(0, 0, 0, 0.25);
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .graphs__listItem {
    border-radius: clamp(0rem, 0.7936507937vw, 1.2rem);
    padding: clamp(0rem, 1.8518518519vw, 2.8rem)
      clamp(0rem, 3.3068783069vw, 5rem);
  }
}
.graphs__listItemTtl {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .graphs__listItemTtl {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem) 0;
  }
}
.graphs__listItemDesc {
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.75;
  margin: 0 0 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .graphs__listItemDesc {
    font-size: clamp(0rem, 1.5873015873vw, 2.4rem);
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0;
  }
}
.graphs__listItemDescStrong {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .graphs__listItemDescStrong {
    font-size: clamp(0rem, 3.1746031746vw, 4.8rem);
  }
}
.graphs__listItemComment {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .graphs__listItemComment {
    font-size: clamp(0rem, 1.3227513228vw, 2rem);
    margin-top: clamp(0rem, 1.0582010582vw, 1.6rem);
  }
}
.graphs__listItemImg {
  height: auto;
  width: 100%;
}

/*--------------------------------------------
  q
---------------------------------------------*/
.q {
  background: linear-gradient(180deg, #6d6d6d, #b7b7b7 50%, #eaeaea);
}
.q__inner {
  padding: 4rem 2rem;
}
@media screen and (min-width: 769px) {
  .q__inner {
    padding: clamp(0rem, 5.291005291vw, 8rem) clamp(0rem, 5.291005291vw, 8rem)
      clamp(0rem, 7.9365079365vw, 12rem);
  }
}
.q__ttl {
  align-items: flex-end;
  font-size: 2.4rem;
  justify-content: center;
  line-height: 1.3;
  margin: 0 0 2rem 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .q__ttl {
    -webkit-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 0 clamp(0rem, 2.380952381vw, 3.6rem);
  }
}
.q__ttlCara {
  height: 6.2rem;
  margin: 0 -10% -2% 0;
  width: 5.4rem;
}
@media screen and (min-width: 769px) {
  .q__ttlCara {
    height: clamp(0rem, 7.3412698413vw, 11.1rem);
    margin: 0;
    width: clamp(0rem, 6.4153439153vw, 9.7rem);
  }
}
.q__list {
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (min-width: 769px) {
  .q__list {
    -webkit-column-gap: clamp(0rem, 1.9841269841vw, 3rem);
    -moz-column-gap: clamp(0rem, 1.9841269841vw, 3rem);
    column-gap: clamp(0rem, 1.9841269841vw, 3rem);
    flex-direction: row;
    row-gap: clamp(0rem, 1.9841269841vw, 3rem);
  }
}
.q__listItem {
  border-radius: 0.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .q__listItem {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    box-shadow: 0 0 clamp(0rem, 0.2645502646vw, 0.4rem) rgba(0, 0, 0, 0.25);
    font-size: clamp(0rem, 1.5873015873vw, 2.4rem);
    letter-spacing: 0.1em;
    padding: clamp(0rem, 1.455026455vw, 2.2rem)
      clamp(0rem, 1.3227513228vw, 2rem);
    width: calc(50% - clamp(0rem, 1.9841269841vw, 3rem) / 2);
  }
}
.q__listItemStrong {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .q__listItemStrong {
    font-size: clamp(0rem, 1.9841269841vw, 3rem);
  }
}

/*--------------------------------------------
  omakase
---------------------------------------------*/
.omakase__ttl {
  aspect-ratio: 545/247;
  margin: 0 auto;
  width: 31.4rem;
}
@media screen and (min-width: 769px) {
  .omakase__ttl {
    width: clamp(0rem, 36.044973545vw, 54.5rem);
  }
}
.omakase__ttl img {
  margin: 0 0 0 -5%;
}
@media screen and (min-width: 769px) {
  .omakase__ttl img {
    margin: 0;
  }
}
.omakase__cnt {
  background-image: url("../img/omakase-bg-sp.png");
  background-position: 50% 50%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 192rem;
}
@media screen and (min-width: 769px) {
  .omakase__cnt {
    background-image: url("../img/omakase-bg.png");
    background-position: 50% 50%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.omakase__cntInner {
  padding: 4rem 1rem 12rem;
}
@media screen and (min-width: 769px) {
  .omakase__cntInner {
    padding: clamp(0rem, 4.828042328vw, 7.3rem)
      clamp(0rem, 3.3068783069vw, 5rem) clamp(0rem, 16.9312169312vw, 25.6rem);
  }
}
.omakase__cntTtl {
  margin: 0 0 1rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtl {
    margin: 0 auto clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.omakase__cntTtl:after {
  -webkit-transform: translateX(-50%);
  background-image: url("../img/omakase-fukidashi-sp.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: clamp(0rem, 1.0582010582vw, 1.6rem);
  content: "";
  display: block;
  height: 7.8rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 34.2rem;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtl:after {
    background-image: url("../img/omakase-fukidashi.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: clamp(0rem, 1.0582010582vw, 1.6rem);
    height: clamp(0rem, 5.1587301587vw, 7.8rem);
    left: 50%;
    position: absolute;
    width: clamp(0rem, 41.7328042328vw, 63.1rem);
  }
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlTop {
    margin-bottom: clamp(0rem, 1.5873015873vw, 2.4rem);
  }
}
.omakase__cntTtlTopTxt {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlTopTxt {
    font-size: clamp(0rem, 3.1746031746vw, 4.8rem);
  }
}
.omakase__cntTtlTopTxtSmall {
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlTopTxtSmall {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 clamp(0rem, 0.5291005291vw, 0.8rem);
  }
}
.omakase__cntTtlTopTxtCost {
  border-radius: 0.6rem;
  display: block;
  height: 5rem;
  margin: 0.6rem auto 1.2rem;
  padding: 0.6rem 0 0;
  width: 20.8rem;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlTopTxtCost {
    border-radius: clamp(0rem, 0.1984126984vw, 0.3rem);
    display: inline-block;
    height: auto;
    margin: 0;
    padding: clamp(0rem, 0.2645502646vw, 0.4rem)
      clamp(0rem, 0.5291005291vw, 0.8rem) clamp(0rem, 0.5291005291vw, 0.8rem);
    width: auto;
  }
}
.omakase__cntTtlMiddle {
  margin: 0 0 1rem;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlMiddle {
    margin: 0 0 clamp(0rem, 1.0582010582vw, 1.6rem);
  }
}
.omakase__cntTtlMiddleTxt {
  font-size: 1.8rem;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlMiddleTxt {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    letter-spacing: 0.1em;
  }
}
.omakase__cntTtlBottom {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlBottom {
    -webkit-column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    -moz-column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
  }
}
.omakase__cntTtlBottomMarutto {
  height: 4.1rem;
  width: 7.2rem;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlBottomMarutto {
    height: clamp(0rem, 6.4814814815vw, 9.8rem);
    width: clamp(0rem, 9.3915343915vw, 14.2rem);
  }
}
.omakase__cntTtlBottomTxt {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .omakase__cntTtlBottomTxt {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
  }
}
.omakase__cntList {
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  border-radius: 1rem;
  column-gap: 0.8rem;
  flex-wrap: wrap;
  padding: 1rem;
  row-gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .omakase__cntList {
    -webkit-column-gap: clamp(0rem, 2.1164021164vw, 3.2rem);
    -moz-column-gap: clamp(0rem, 2.1164021164vw, 3.2rem);
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    column-gap: clamp(0rem, 2.1164021164vw, 3.2rem);
    padding: clamp(0rem, 3.1746031746vw, 4.8rem)
      clamp(0rem, 5.3571428571vw, 8.1rem);
    row-gap: clamp(0rem, 2.1164021164vw, 3.2rem);
  }
}
.omakase__cntListItem {
  border-radius: 0.6rem;
  box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.09);
  height: auto;
  width: calc(50% - 0.4rem);
}
@media screen and (min-width: 769px) {
  .omakase__cntListItem {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    box-shadow: clamp(0rem, 0.7275132275vw, 1.1rem)
      clamp(0rem, 0.7275132275vw, 1.1rem) 0 rgba(0, 0, 0, 0.09);
    width: calc(50% - clamp(0rem, 2.1164021164vw, 3.2rem) / 2);
  }
}

/*--------------------------------------------
  reason
---------------------------------------------*/
.reason:before {
  background: linear-gradient(160deg, #e2f3ea, #44bb7e);
  content: "";
  display: block;
  height: 103%;
  left: 0;
  position: absolute;
  top: -3%;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .reason:before {
    height: 110%;
    left: 0;
    position: absolute;
    top: -10%;
  }
}
.reason__inner {
  padding: 4rem 2rem 6.4rem;
}
@media screen and (min-width: 769px) {
  .reason__inner {
    padding: clamp(0rem, 4.4973544974vw, 6.8rem)
      clamp(0rem, 1.3227513228vw, 2rem);
  }
}
.reason__ttl {
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 769px) {
  .reason__ttl {
    margin: 0 0 clamp(0rem, 3.7037037037vw, 5.6rem);
  }
}
.reason__ttlTop {
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  align-items: center;
  column-gap: 0.4rem;
  font-size: 2.2rem;
  justify-content: center;
  margin: 0 0 1rem;
}
@media screen and (min-width: 769px) {
  .reason__ttlTop {
    -webkit-column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
    -moz-column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
    column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
    font-size: clamp(0rem, 3.1746031746vw, 4.8rem);
    margin: 0 0 clamp(0rem, 1.0582010582vw, 1.6rem);
  }
}
.reason__ttlRed {
  border: 2px solid var(--red);
  border-radius: 0.3rem;
  padding: 0.2rem 0.4rem 0.4rem;
}
@media screen and (min-width: 769px) {
  .reason__ttlRed {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    padding: clamp(0rem, 0.2645502646vw, 0.4rem)
      clamp(0rem, 0.5291005291vw, 0.8rem) clamp(0rem, 0.5291005291vw, 0.8rem);
  }
}
.reason__ttlBlue {
  border: 2px solid var(--blue);
  border-radius: 0.3rem;
  padding: 0.2rem 0.4rem 0.4rem;
}
@media screen and (min-width: 769px) {
  .reason__ttlBlue {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    padding: clamp(0rem, 0.2645502646vw, 0.4rem)
      clamp(0rem, 0.5291005291vw, 0.8rem) clamp(0rem, 0.5291005291vw, 0.8rem);
  }
}
.reason__ttlBottom {
  align-items: center;
  font-size: 2.2rem;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .reason__ttlBottom {
    font-size: clamp(0rem, 3.1746031746vw, 4.8rem);
  }
}
.reason__ttlLogo {
  height: 2.9rem;
  margin: 0 0.4rem 0 0;
  width: 11.1rem;
}
@media screen and (min-width: 769px) {
  .reason__ttlLogo {
    height: clamp(0rem, 5.753968254vw, 8.7rem);
    margin: 0;
    width: clamp(0rem, 22.0238095238vw, 33.3rem);
  }
}
.reason__list {
  flex-direction: column;
  margin: 0 0 6.4rem;
  padding: 0 2rem;
  position: relative;
  row-gap: 1.6rem;
}
@media screen and (min-width: 769px) {
  .reason__list {
    -webkit-column-gap: clamp(0rem, 2.6455026455vw, 4rem);
    -moz-column-gap: clamp(0rem, 2.6455026455vw, 4rem);
    column-gap: clamp(0rem, 2.6455026455vw, 4rem);
    flex-direction: row;
    margin: 0 0 clamp(0rem, 7.4074074074vw, 11.2rem);
    padding: 0;
  }
}
.reason__list:after {
  -webkit-transform: translateX(-50%);
  background-image: url("../img/reason-arrow1.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -11%;
  content: "";
  display: block;
  height: 2.3rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4rem;
}
@media screen and (min-width: 769px) {
  .reason__list:after {
    bottom: -28%;
    height: clamp(0rem, 3.1084656085vw, 4.7rem);
    left: 50%;
    position: absolute;
    width: clamp(0rem, 5.291005291vw, 8rem);
  }
}
.reason__listItem {
  border: 0.2rem solid var(--gry);
  border-radius: 0.4rem;
  box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.09);
  padding: 1.8rem 1.2rem;
}
@media screen and (min-width: 769px) {
  .reason__listItem {
    border: clamp(0rem, 0.1984126984vw, 0.3rem) solid var(--gry);
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    box-shadow: clamp(0rem, 0.7275132275vw, 1.1rem)
      clamp(0rem, 0.7275132275vw, 1.1rem) 0 rgba(0, 0, 0, 0.09);
    padding: clamp(0rem, 1.8518518519vw, 2.8rem)
      clamp(0rem, 2.1164021164vw, 3.2rem);
    width: calc(50% - clamp(0rem, 2.6455026455vw, 4rem) / 2);
  }
}
.reason__listItemTtl {
  border-bottom: 1px solid var(--themeL);
  font-size: 2rem;
  margin: 0 auto 1.6rem;
  max-width: 22.9rem;
  padding: 0 0 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason__listItemTtl {
    border-bottom: clamp(0rem, 0.1322751323vw, 0.2rem) solid var(--themeL);
    font-size: clamp(0rem, 1.5873015873vw, 2.4rem);
    margin: 0 auto clamp(0rem, 1.0582010582vw, 1.6rem);
    max-width: clamp(0rem, 24.6693121693vw, 37.3rem);
    padding: 0 0 clamp(0rem, 1.0582010582vw, 1.6rem);
  }
}
@media screen and (min-width: 769px) {
  .reason__listItemTtlRed,
  .reason__listItemTtlBlue {
    font-size: clamp(0rem, 2.380952381vw, 3.6rem);
  }
}
.reason__listItemList {
  row-gap: 0.8rem;
}
@media screen and (min-width: 769px) {
  .reason__listItemList {
    row-gap: clamp(0rem, 0.7936507937vw, 1.2rem);
  }
}
.reason__listItemListItem {
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  align-items: center;
  column-gap: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0em;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .reason__listItemListItem {
    -webkit-column-gap: clamp(0rem, 0.8597883598vw, 1.3rem);
    -moz-column-gap: clamp(0rem, 0.8597883598vw, 1.3rem);
    column-gap: clamp(0rem, 0.8597883598vw, 1.3rem);
    font-size: clamp(0rem, 1.3227513228vw, 2rem);
  }
}
.reason__listItemListItemNum {
  align-items: center;
  background-color: var(--gryD);
  border-radius: 50%;
  display: flex;
  height: 2.9rem;
  justify-content: center;
  width: 2.9rem;
}
@media screen and (min-width: 769px) {
  .reason__listItemListItemNum {
    height: clamp(0rem, 3.1084656085vw, 4.7rem);
    width: clamp(0rem, 3.1084656085vw, 4.7rem);
  }
}
.reason__cost {
  border-radius: 0.6rem;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason__cost {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    box-shadow: clamp(0rem, 0.7275132275vw, 1.1rem)
      clamp(0rem, 0.7275132275vw, 1.1rem) 0 rgba(0, 0, 0, 0.09);
    margin: 0 0 clamp(0rem, 7.9365079365vw, 12rem);
    padding: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.reason__cost:after {
  -webkit-transform: translateX(-50%);
  background-image: url("../img/reason-arrow2-sp.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -18%;
  content: "";
  display: block;
  height: 1.6rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30.3rem;
}
@media screen and (min-width: 769px) {
  .reason__cost:after {
    -webkit-transform: translateX(-50%);
    background-image: url("../img/reason-arrow2.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -30%;
    height: clamp(0rem, 3.3068783069vw, 5rem);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: clamp(0rem, 66.1375661376vw, 100rem);
  }
}
.reason__costTtl {
  font-size: 2.9rem;
  margin: 0 0 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason__costTtl {
    font-size: clamp(0rem, 3.9682539683vw, 6rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
  }
}
.reason__costList {
  border-radius: 0.6rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  row-gap: 0.7rem;
  width: auto;
}
@media screen and (min-width: 769px) {
  .reason__costList {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    padding: clamp(0rem, 1.9841269841vw, 3rem) clamp(0rem, 1.3227513228vw, 2rem);
    row-gap: clamp(0rem, 0.7936507937vw, 1.2rem);
  }
}
.reason__costListItem {
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  align-items: center;
  column-gap: 0.4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .reason__costListItem {
    -webkit-column-gap: clamp(0rem, 0.8597883598vw, 1.3rem);
    -moz-column-gap: clamp(0rem, 0.8597883598vw, 1.3rem);
    column-gap: clamp(0rem, 0.8597883598vw, 1.3rem);
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
  }
}
.reason__costListItemNum {
  align-items: center;
  border: 2px solid var(--bck);
  border-radius: 50%;
  font-size: 1.4rem;
  height: 2.9rem;
  justify-content: center;
  width: 2.9rem;
}
@media screen and (min-width: 769px) {
  .reason__costListItemNum {
    border: clamp(0rem, 0.1984126984vw, 0.3rem) solid var(--bck);
    font-size: clamp(0rem, 1.3227513228vw, 2rem);
    height: clamp(0rem, 3.1084656085vw, 4.7rem);
    width: clamp(0rem, 3.1084656085vw, 4.7rem);
  }
}
.reason__zagumiTtl {
  font-size: 2.6rem;
  height: 11.5rem;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 192rem;
  padding: 2.4rem 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason__zagumiTtl {
    font-size: clamp(0rem, 4.5634920635vw, 6.9rem);
    height: clamp(0rem, 20.2380952381vw, 30.6rem);
    padding: clamp(0rem, 4.2328042328vw, 6.4rem) 0 0;
  }
}
.reason__zagumiTtl .page__acce {
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) {
  .reason__zagumiTtl .page__acce {
    font-size: clamp(0rem, 5.6216931217vw, 8.5rem);
  }
}
.reason__zagumiTtl:before {
  background-image: url("../img/zagumi-kakko1-sp.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 8.9rem;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 6.7rem;
}
@media screen and (min-width: 769px) {
  .reason__zagumiTtl:before {
    background-image: url("../img/zagumi-kakko1.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: clamp(0rem, 15.5423280423vw, 23.5rem);
    left: clamp(0rem, 2.6455026455vw, 4rem);
    position: absolute;
    top: clamp(0rem, 2.380952381vw, 3.6rem);
    width: clamp(0rem, 17.791005291vw, 26.9rem);
  }
}
.reason__zagumiTtl:after {
  background-image: url("../img/zagumi-kakko2-sp.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 1rem;
  content: "";
  display: block;
  height: 9.1rem;
  position: absolute;
  right: 1rem;
  width: 7.6rem;
}
@media screen and (min-width: 769px) {
  .reason__zagumiTtl:after {
    background-image: url("../img/zagumi-kakko2.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: clamp(0rem, 2.380952381vw, 3.6rem);
    height: clamp(0rem, 15.873015873vw, 24rem);
    position: absolute;
    right: clamp(0rem, 2.6455026455vw, 4rem);
    width: clamp(0rem, 20.0396825397vw, 30.3rem);
  }
}
.reason__zagumiSTtl {
  font-size: 2.4rem;
  margin: 0 0 1.8rem;
  padding: 0 0 1.8rem;
  position: relative;
  text-align: center;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 769px) {
  .reason__zagumiSTtl {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
    padding: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
    text-shadow: 0 0 clamp(0rem, 0.2645502646vw, 0.4rem) rgba(0, 0, 0, 0.25);
  }
}
.reason__zagumiSTtl:after {
  -webkit-transform: translateX(-50%);
  background-color: var(--wte);
  bottom: 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 7.2rem;
}
@media screen and (min-width: 769px) {
  .reason__zagumiSTtl:after {
    -webkit-transform: translateX(-50%);
    bottom: 0;
    box-shadow: 0 0 clamp(0rem, 0.2645502646vw, 0.4rem) rgba(0, 0, 0, 0.25);
    height: clamp(0rem, 0.1984126984vw, 0.3rem);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: clamp(0rem, 6.6137566138vw, 10rem);
  }
}
.reason__zagumiGraph {
  margin: 0 0 0.8rem;
}
@media screen and (min-width: 769px) {
  .reason__zagumiGraph {
    margin: 0 0 clamp(0rem, 2.1164021164vw, 3.2rem);
  }
}
.reason__zagumiPromiss {
  align-items: center;
  background-image: url("../img/btn-bg-sp.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 3.2rem;
  height: 8.4rem;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 33.5rem;
}
@media screen and (min-width: 769px) {
  .reason__zagumiPromiss {
    background-image: url("../img/btn-bg.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    font-size: clamp(0rem, 3.1746031746vw, 4.8rem);
    height: clamp(0rem, 7.0105820106vw, 10.6rem);
    height: clamp(0rem, 7.0105820106vw, 10.6rem);
    text-shadow: 0 0 clamp(0rem, 0.2645502646vw, 0.4rem) rgba(0, 0, 0, 0.25);
    width: clamp(0rem, 66.1375661376vw, 100rem);
  }
}

/*--------------------------------------------
  cv
---------------------------------------------*/
.cv {
  background-image: url("../img/cv-bg-sp.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 17.8rem;
}
@media screen and (min-width: 769px) {
  .cv {
    background-image: url("../img/cv-bg.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: clamp(0rem, 28.4391534392vw, 43rem);
  }
}
.cv__inner {
  height: 100%;
  width: 100%;
}
.cv__flex {
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cv__ttl {
  height: 3rem;
  margin: 0 0 1rem;
  width: 23rem;
}
@media screen and (min-width: 769px) {
  .cv__ttl {
    height: clamp(0rem, 3.7037037037vw, 5.6rem);
    margin: 0 0 clamp(0rem, 1.0582010582vw, 1.6rem);
    width: clamp(0rem, 30.6878306878vw, 46.4rem);
  }
}
.cv__btn {
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  align-items: center;
  border-radius: 1.6rem;
  box-shadow: 0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  color: var(--wte) !important;
  column-gap: 1.6rem;
  font-size: 2rem;
  height: 8rem;
  justify-content: center;
  line-height: 1;
  transition: 0.3s var(--ease-hover);
  width: 33.4rem;
}
@media screen and (min-width: 769px) {
  .cv__btn {
    -webkit-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    border-radius: clamp(0rem, 1.3227513228vw, 2rem);
    box-shadow: clamp(0rem, 0.1322751323vw, 0.2rem)
      clamp(0rem, 0.2645502646vw, 0.4rem) clamp(0rem, 0.2645502646vw, 0.4rem)
      rgba(0, 0, 0, 0.25);
    column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    font-size: clamp(0rem, 2.380952381vw, 3.6rem);
    height: clamp(0rem, 10.119047619vw, 15.3rem);
    width: clamp(0rem, 41.6666666667vw, 63rem);
  }
  .cv__btn:hover {
    box-shadow: none;
    opacity: 0.95;
  }
  .cv__btn:hover .cv__btnArrow {
    -webkit-animation-name: bounceAlpha;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: var(--ease-hover);
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bounceAlpha;
    animation-timing-function: var(--ease-hover);
  }
}
.cv__btn.--dd {
  display: none;
}
@media screen and (min-width: 769px) {
  .cv__btn.--dd {
    display: flex;
  }
}
.cv__btn.--md {
  display: flex;
}
@media screen and (min-width: 769px) {
  .cv__btn.--md {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .cv__btnArrow {
    height: clamp(0rem, 1.7857142857vw, 2.7rem);
    margin-bottom: -1%;
    width: clamp(0rem, 1.1904761905vw, 1.8rem);
  }
}

/*--------------------------------------------
  busho
---------------------------------------------*/
.busho {
  background-image: url("../img/busho-bg-sp.png");
  background-position: 50% 50%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .busho {
    background-image: url("../img/busho-bg.png");
    background-position: 50% 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.busho__inner {
  padding: 4rem 2rem 6rem;
}
@media screen and (min-width: 769px) {
  .busho__inner {
    padding: clamp(0rem, 4.4973544974vw, 6.8rem)
      clamp(0rem, 1.3227513228vw, 2rem) clamp(0rem, 6.746031746vw, 10.2rem);
  }
}
.busho__ttl {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1.6rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .busho__ttl {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin-bottom: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.busho__ttlBg {
  -webkit-transform: translate(-50%, -50%);
  background-color: var(--wte);
  height: 120%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}
.busho__ttlTxt {
  position: relative;
}
.busho__ttlNum {
  display: inline-block;
  font-size: 3.2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .busho__ttlNum {
    font-size: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.busho__ttlborder {
  display: inline-block;
  font-size: 2.4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .busho__ttlborder {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
  }
}
.busho__ttlborder:after {
  background-color: #ffc39e;
  bottom: 9%;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .busho__ttlborder:after {
    height: clamp(0rem, 0.1984126984vw, 0.3rem);
  }
}
.busho__list {
  flex-direction: column;
  row-gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .busho__list {
    -webkit-column-gap: clamp(0rem, 0.6613756614vw, 1rem);
    -moz-column-gap: clamp(0rem, 0.6613756614vw, 1rem);
    column-gap: clamp(0rem, 0.6613756614vw, 1rem);
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: clamp(0rem, 0.6613756614vw, 1rem);
  }
}
.busho__listItem {
  border: 0.2rem solid var(--theme);
  border-radius: 0.3rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .busho__listItem {
    border: clamp(0rem, 0.1322751323vw, 0.2rem) solid var(--theme);
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    width: calc(50% - clamp(0rem, 0.6613756614vw, 1rem) / 2);
  }
}
.busho__listItemTtl {
  align-items: center;
  font-size: 2rem;
  height: 3.5rem;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .busho__listItemTtl {
    font-size: clamp(0rem, 1.5873015873vw, 2.4rem);
    height: clamp(0rem, 4.5634920635vw, 6.9rem);
  }
}
.busho__listItemDesc {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1rem 1rem 0;
}
@media screen and (min-width: 769px) {
  .busho__listItemDesc {
    font-size: clamp(0rem, 1.3227513228vw, 2rem);
    padding: clamp(0rem, 1.3227513228vw, 2rem)
      clamp(0rem, 1.1904761905vw, 1.8rem) 0;
  }
}
.busho__listItemComment {
  font-size: 0.8rem;
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 769px) {
  .busho__listItemComment {
    font-size: clamp(0rem, 0.7936507937vw, 1.2rem);
    padding: clamp(0rem, 1.0582010582vw, 1.6rem)
      clamp(0rem, 1.1904761905vw, 1.8rem) clamp(0rem, 1.0582010582vw, 1.6rem);
  }
}
.busho__listItemImg {
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .busho__listItemImg {
    padding: clamp(0rem, 1.3227513228vw, 2rem)
      clamp(0rem, 1.1904761905vw, 1.8rem);
  }
}
.busho__listItemImg.--2 {
  max-width: clamp(31.1rem, 55.6216931217vw, 84.1rem);
}
.busho__listItemImg.--3 {
  max-width: clamp(31.1rem, 55.6216931217vw, 84.1rem);
}
@media screen and (min-width: 769px) {
  .busho__listItemImg.--3 {
    margin-top: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.busho__listItemImg.--4 {
  max-width: clamp(31.1rem, 55.6216931217vw, 84.1rem);
}

/*--------------------------------------------
  hikaku
---------------------------------------------*/
.hikaku {
  /* 横方向にスクロールを許可 */
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  /* スムーズスクロールのサポート（iOS用） */
}
.hikaku__inner {
  padding: 4rem 1rem;
}
@media screen and (min-width: 769px) {
  .hikaku__inner {
    padding: clamp(0rem, 4.4973544974vw, 6.8rem)
      clamp(0rem, 1.3227513228vw, 2rem) clamp(0rem, 6.746031746vw, 10.2rem);
  }
}
.hikaku__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hikaku__ttl {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
    padding: 0 0 clamp(0rem, 0.7936507937vw, 1.2rem);
  }
}
.hikaku__ttl:after {
  -webkit-transform: translateX(-50%);
  background-color: var(--theme);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .hikaku__ttl:after {
    height: clamp(0rem, 0.1984126984vw, 0.3rem);
    width: clamp(0rem, 6.6137566138vw, 10rem);
  }
}
.hikaku__hyou {
  letter-spacing: 0em;
  width: 58.8rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyou {
    row-gap: clamp(0rem, 0.3968253968vw, 0.6rem);
    width: 100%;
  }
}
.hikaku__hyou:after {
  border: 0.5rem solid var(--red);
  border-radius: clamp(0rem, 1.3227513228vw, 2rem);
  content: "";
  height: calc(100% + clamp(0rem, 1.3227513228vw, 2rem));
  left: 15%;
  position: absolute;
  top: -0.5%;
  width: calc(35.9% + clamp(0rem, 1.3227513228vw, 2rem));
}
@media screen and (min-width: 769px) {
  .hikaku__hyou:after {
    border: clamp(0rem, 0.6613756614vw, 1rem) solid var(--red);
    border-radius: clamp(0rem, 1.3227513228vw, 2rem);
    height: calc(100% + clamp(0rem, 1.3227513228vw, 2rem));
    left: 14.5%;
    position: absolute;
    top: -1.3%;
    width: calc(35.9% + clamp(0rem, 1.3227513228vw, 2rem));
  }
}
.hikaku__hyou .page__img.--maru1 {
  width: 1.9rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyou .page__img.--maru1 {
    width: clamp(0rem, 1.917989418vw, 2.9rem);
  }
}
.hikaku__hyou .page__img.--maru2 {
  width: 2.1rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyou .page__img.--maru2 {
    width: clamp(0rem, 2.0502645503vw, 3.1rem);
  }
}
.hikaku__hyou .page__img.--sankaku {
  width: 2.1rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyou .page__img.--sankaku {
    width: clamp(0rem, 1.9841269841vw, 3rem);
  }
}
.hikaku__hyou .page__img.--batsu {
  width: 1.8rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyou .page__img.--batsu {
    width: clamp(0rem, 1.7195767196vw, 2.6rem);
  }
}
.hikaku__hyouRow1,
.hikaku__hyouRow2,
.hikaku__hyouRow3,
.hikaku__hyouRow4,
.hikaku__hyouRow5,
.hikaku__hyouRow6,
.hikaku__hyouRow7,
.hikaku__hyouRow8,
.hikaku__hyouRow9,
.hikaku__hyouRow10 {
  height: 4.8rem;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow1,
  .hikaku__hyouRow2,
  .hikaku__hyouRow3,
  .hikaku__hyouRow4,
  .hikaku__hyouRow5,
  .hikaku__hyouRow6,
  .hikaku__hyouRow7,
  .hikaku__hyouRow8,
  .hikaku__hyouRow9,
  .hikaku__hyouRow10 {
    height: clamp(0rem, 4.7619047619vw, 7.2rem);
  }
}
.hikaku__hyouRow1Col1,
.hikaku__hyouRow2Col1,
.hikaku__hyouRow3Col1,
.hikaku__hyouRow4Col1,
.hikaku__hyouRow5Col1,
.hikaku__hyouRow6Col1,
.hikaku__hyouRow7Col1,
.hikaku__hyouRow8Col1,
.hikaku__hyouRow9Col1,
.hikaku__hyouRow10Col1 {
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 14.9%;
}
.hikaku__hyouRow2Col1,
.hikaku__hyouRow3Col1,
.hikaku__hyouRow4Col1,
.hikaku__hyouRow5Col1,
.hikaku__hyouRow6Col1,
.hikaku__hyouRow7Col1,
.hikaku__hyouRow8Col1,
.hikaku__hyouRow9Col1,
.hikaku__hyouRow10Col1 {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow2Col1,
  .hikaku__hyouRow3Col1,
  .hikaku__hyouRow4Col1,
  .hikaku__hyouRow5Col1,
  .hikaku__hyouRow6Col1,
  .hikaku__hyouRow7Col1,
  .hikaku__hyouRow8Col1,
  .hikaku__hyouRow9Col1,
  .hikaku__hyouRow10Col1 {
    font-size: clamp(0rem, 1.2566137566vw, 1.9rem);
  }
}
.hikaku__hyouRow1Col2,
.hikaku__hyouRow2Col2,
.hikaku__hyouRow3Col2,
.hikaku__hyouRow4Col2,
.hikaku__hyouRow5Col2,
.hikaku__hyouRow6Col2,
.hikaku__hyouRow7Col2,
.hikaku__hyouRow8Col2,
.hikaku__hyouRow9Col2,
.hikaku__hyouRow10Col2 {
  align-items: center;
  justify-content: center;
  width: 35.9%;
}
.hikaku__hyouRow2Col2,
.hikaku__hyouRow3Col2,
.hikaku__hyouRow4Col2,
.hikaku__hyouRow5Col2,
.hikaku__hyouRow6Col2,
.hikaku__hyouRow7Col2,
.hikaku__hyouRow10Col2 {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow2Col2,
  .hikaku__hyouRow3Col2,
  .hikaku__hyouRow4Col2,
  .hikaku__hyouRow5Col2,
  .hikaku__hyouRow6Col2,
  .hikaku__hyouRow7Col2,
  .hikaku__hyouRow10Col2 {
    font-size: clamp(0rem, 0.9920634921vw, 1.5rem);
  }
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow8Col2,
  .hikaku__hyouRow9Col2 {
    font-size: clamp(0rem, 1.5211640212vw, 2.3rem);
  }
}
.hikaku__hyouRow1Col3,
.hikaku__hyouRow2Col3,
.hikaku__hyouRow3Col3,
.hikaku__hyouRow4Col3,
.hikaku__hyouRow5Col3,
.hikaku__hyouRow6Col3,
.hikaku__hyouRow7Col3,
.hikaku__hyouRow8Col3,
.hikaku__hyouRow9Col3,
.hikaku__hyouRow10Col3 {
  align-items: center;
  justify-content: center;
  width: 15.6%;
}
.hikaku__hyouRow1Col4,
.hikaku__hyouRow2Col4,
.hikaku__hyouRow3Col4,
.hikaku__hyouRow4Col4,
.hikaku__hyouRow5Col4,
.hikaku__hyouRow6Col4,
.hikaku__hyouRow7Col4,
.hikaku__hyouRow8Col4,
.hikaku__hyouRow9Col4,
.hikaku__hyouRow10Col4 {
  align-items: center;
  justify-content: center;
  width: 15.6%;
}
.hikaku__hyouRow1Col5,
.hikaku__hyouRow2Col5,
.hikaku__hyouRow3Col5,
.hikaku__hyouRow4Col5,
.hikaku__hyouRow5Col5,
.hikaku__hyouRow6Col5,
.hikaku__hyouRow7Col5,
.hikaku__hyouRow8Col5,
.hikaku__hyouRow9Col5,
.hikaku__hyouRow10Col5 {
  align-items: center;
  justify-content: center;
  width: 15.6%;
}
.hikaku__hyouRow1Col1,
.hikaku__hyouRow1Col3,
.hikaku__hyouRow1Col4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow1Col1,
  .hikaku__hyouRow1Col3,
  .hikaku__hyouRow1Col4 {
    font-size: clamp(0rem, 1.5211640212vw, 2.3rem);
  }
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow8Col3,
  .hikaku__hyouRow8Col4,
  .hikaku__hyouRow8Col5,
  .hikaku__hyouRow9Col3,
  .hikaku__hyouRow9Col4,
  .hikaku__hyouRow9Col5 {
    font-size: clamp(0rem, 1.2566137566vw, 1.9rem);
  }
}
.hikaku__hyouRow1Col3Small,
.hikaku__hyouRow1Col4Small {
  font-size: 0.9rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow1Col3Small,
  .hikaku__hyouRow1Col4Small {
    font-size: clamp(0rem, 0.7936507937vw, 1.2rem);
    margin-top: clamp(0rem, 0.2645502646vw, 0.4rem);
  }
}
.hikaku__hyouRow1Col5 {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow1Col5 {
    font-size: clamp(0rem, 0.9920634921vw, 1.5rem);
  }
}
.hikaku__hyouRow1Col2Logo {
  aspect-ratio: 176/47;
  width: 12.2rem;
}
@media screen and (min-width: 769px) {
  .hikaku__hyouRow1Col2Logo {
    width: clamp(0rem, 11.6402116402vw, 17.6rem);
  }
}

/*--------------------------------------------
  flow
---------------------------------------------*/
.flow {
  background-color: #e2f3ea;
}
.flow__inner {
  padding: 4rem 2rem;
}
@media screen and (min-width: 769px) {
  .flow__inner {
    max-width: clamp(0rem, 74.0740740741vw, 112rem);
    padding: clamp(0rem, 4.4973544974vw, 6.8rem)
      clamp(0rem, 1.3227513228vw, 2rem) clamp(0rem, 6.746031746vw, 10.2rem);
  }
}
.flow__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .flow__ttl {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
    padding: 0 0 clamp(0rem, 0.7936507937vw, 1.2rem);
  }
}
.flow__ttl:after {
  -webkit-transform: translateX(-50%);
  background-color: var(--theme);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .flow__ttl:after {
    height: clamp(0rem, 0.1984126984vw, 0.3rem);
    width: clamp(0rem, 6.6137566138vw, 10rem);
  }
}
.flow__cnt {
  border-radius: 0.3rem;
  padding: 1.4rem 0;
}
@media screen and (min-width: 769px) {
  .flow__cnt {
    border-radius: clamp(0rem, 0.5952380952vw, 0.9rem);
    padding: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.flow__cntDesc {
  font-size: 1.6rem;
  margin: 0 0 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .flow__cntDesc {
    font-size: clamp(0rem, 1.5873015873vw, 2.4rem);
    margin: 0 0 clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.flow__cntDescSaitan {
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.4rem 0.5rem;
}
@media screen and (min-width: 769px) {
  .flow__cntDescSaitan {
    border-radius: clamp(0rem, 0.1984126984vw, 0.3rem);
    font-size: clamp(0rem, 3.835978836vw, 5.8rem);
    margin: 0 clamp(0rem, 0.5291005291vw, 0.8rem);
    padding: clamp(0rem, 0.6613756614vw, 1rem)
      clamp(0rem, 0.5291005291vw, 0.8rem);
  }
}
@media screen and (min-width: 769px) {
  .flow__cntDescSaitanSmall {
    font-size: clamp(0rem, 1.9841269841vw, 3rem);
  }
}

/*--------------------------------------------
  plan
---------------------------------------------*/
.plan__inner {
  padding: 4rem 2rem;
}
@media screen and (min-width: 769px) {
  .plan__inner {
    padding: clamp(0rem, 4.4973544974vw, 6.8rem)
      clamp(0rem, 1.3227513228vw, 2rem) clamp(0rem, 6.746031746vw, 10.2rem);
  }
}
.plan__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .plan__ttl {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
    padding: 0 0 clamp(0rem, 0.7936507937vw, 1.2rem);
  }
}
.plan__ttl:after {
  -webkit-transform: translateX(-50%);
  background-color: var(--theme);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .plan__ttl:after {
    height: clamp(0rem, 0.1984126984vw, 0.3rem);
    width: clamp(0rem, 6.6137566138vw, 10rem);
  }
}
.plan__hyou {
  display: none;
  letter-spacing: 0em;
}
.plan__hyou.--md {
  display: flex;
  margin-bottom: 2rem;
  row-gap: 0.6rem;
}
@media screen and (min-width: 769px) {
  .plan__hyou.--md {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .plan__hyou {
    display: flex;
    margin: 0 0 clamp(0rem, 1.9841269841vw, 3rem);
    row-gap: clamp(0rem, 0.3968253968vw, 0.6rem);
  }
}
.plan__hyou .page__img.--maru1 {
  width: 1.9rem;
}
@media screen and (min-width: 769px) {
  .plan__hyou .page__img.--maru1 {
    width: clamp(0rem, 1.917989418vw, 2.9rem);
  }
}
.plan__hyou .page__img.--maru2 {
  width: 2.1rem;
}
@media screen and (min-width: 769px) {
  .plan__hyou .page__img.--maru2 {
    width: clamp(0rem, 2.0502645503vw, 3.1rem);
  }
}
.plan__hyou .page__img.--sankaku {
  width: 2.1rem;
}
@media screen and (min-width: 769px) {
  .plan__hyou .page__img.--sankaku {
    width: clamp(0rem, 1.9841269841vw, 3rem);
  }
}
.plan__hyou .page__img.--batsu {
  width: 1.8rem;
}
@media screen and (min-width: 769px) {
  .plan__hyou .page__img.--batsu {
    width: clamp(0rem, 1.7195767196vw, 2.6rem);
  }
}
.plan__hyouRow1,
.plan__hyouRow2,
.plan__hyouRow3,
.plan__hyouRow4,
.plan__hyouRow5,
.plan__hyouRow6 {
  height: 4rem;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .plan__hyouRow1,
  .plan__hyouRow2,
  .plan__hyouRow3,
  .plan__hyouRow4,
  .plan__hyouRow5,
  .plan__hyouRow6 {
    height: clamp(0rem, 4.7619047619vw, 7.2rem);
  }
}
.plan__hyouRow1Col1,
.plan__hyouRow1Col2,
.plan__hyouRow1Col3,
.plan__hyouRow1Col4,
.plan__hyouRow2Col1,
.plan__hyouRow2Col2,
.plan__hyouRow2Col3,
.plan__hyouRow2Col4,
.plan__hyouRow3Col1,
.plan__hyouRow3Col2,
.plan__hyouRow3Col3,
.plan__hyouRow3Col4,
.plan__hyouRow4Col1,
.plan__hyouRow4Col2,
.plan__hyouRow4Col3,
.plan__hyouRow4Col4,
.plan__hyouRow5Col1,
.plan__hyouRow5Col2,
.plan__hyouRow5Col3,
.plan__hyouRow5Col4,
.plan__hyouRow6Col1,
.plan__hyouRow6Col2,
.plan__hyouRow6Col3,
.plan__hyouRow6Col4 {
  align-items: center;
  justify-content: center;
  width: 24.3%;
}
.plan__hyouRow2Col2,
.plan__hyouRow2Col3,
.plan__hyouRow2Col4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .plan__hyouRow2Col2,
  .plan__hyouRow2Col3,
  .plan__hyouRow2Col4 {
    font-size: clamp(0rem, 1.5873015873vw, 2.4rem);
  }
}
.plan__hyouRow2Col2Small,
.plan__hyouRow2Col3Small,
.plan__hyouRow2Col4Small {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .plan__hyouRow2Col2Small,
  .plan__hyouRow2Col3Small,
  .plan__hyouRow2Col4Small {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
  }
}
.plan__hyouRow2Col1,
.plan__hyouRow3Col1,
.plan__hyouRow4Col1,
.plan__hyouRow5Col1,
.plan__hyouRow6Col1 {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .plan__hyouRow2Col1,
  .plan__hyouRow3Col1,
  .plan__hyouRow4Col1,
  .plan__hyouRow5Col1,
  .plan__hyouRow6Col1 {
    font-size: clamp(0rem, 1.5873015873vw, 2.4rem);
  }
}
.plan__hyouRow1Col1,
.plan__hyouRow1Col2,
.plan__hyouRow1Col3,
.plan__hyouRow1Col4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .plan__hyouRow1Col1,
  .plan__hyouRow1Col2,
  .plan__hyouRow1Col3,
  .plan__hyouRow1Col4 {
    font-size: clamp(0rem, 1.5873015873vw, 2.4rem);
  }
}
.--md .plan__hyouRow1Col1,
.--md .plan__hyouRow2Col1,
.--md .plan__hyouRow3Col1,
.--md .plan__hyouRow4Col1,
.--md .plan__hyouRow5Col1,
.--md .plan__hyouRow6Col1 {
  width: 11.8rem;
}
.--md .plan__hyouRow1Col2,
.--md .plan__hyouRow2Col2,
.--md .plan__hyouRow3Col2,
.--md .plan__hyouRow4Col2,
.--md .plan__hyouRow5Col2,
.--md .plan__hyouRow6Col2,
.--md .plan__hyouRow1Col3,
.--md .plan__hyouRow2Col3,
.--md .plan__hyouRow3Col3,
.--md .plan__hyouRow4Col3,
.--md .plan__hyouRow4Col3,
.--md .plan__hyouRow5Col3,
.--md .plan__hyouRow6Col3,
.--md .plan__hyouRow1Col4,
.--md .plan__hyouRow1Col4,
.--md .plan__hyouRow2Col4,
.--md .plan__hyouRow3Col4,
.--md .plan__hyouRow4Col4,
.--md .plan__hyouRow5Col4,
.--md .plan__hyouRow6Col4 {
  width: 21rem;
}
.plan__kakuninTtl {
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}
@media screen and (min-width: 769px) {
  .plan__kakuninTtl {
    font-size: clamp(0rem, 0.9259259259vw, 1.4rem);
    margin: 0 0 clamp(0rem, 0.2645502646vw, 0.4rem);
  }
}
.plan__kakuninDesc {
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .plan__kakuninDesc {
    font-size: clamp(0rem, 0.7936507937vw, 1.2rem);
  }
}

/*--------------------------------------------
  yokuaru
---------------------------------------------*/
.yokuaru__inner {
  padding: 4rem 2rem;
}
@media screen and (min-width: 769px) {
  .yokuaru__inner {
    max-width: clamp(0rem, 52.380952381vw, 79.2rem) !important;
    padding: clamp(0rem, 4.4973544974vw, 6.8rem)
      clamp(0rem, 1.3227513228vw, 2rem) clamp(0rem, 6.746031746vw, 10.2rem);
  }
}
.yokuaru__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .yokuaru__ttl {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
    padding: 0 0 clamp(0rem, 0.7936507937vw, 1.2rem);
  }
}
.yokuaru__ttl:after {
  -webkit-transform: translateX(-50%);
  background-color: var(--theme);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .yokuaru__ttl:after {
    height: clamp(0rem, 0.1984126984vw, 0.3rem);
    width: clamp(0rem, 6.6137566138vw, 10rem);
  }
}
.yokuaru__list {
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  .yokuaru__list {
    row-gap: clamp(0rem, 1.3227513228vw, 2rem);
  }
}
.yokuaru__listItem {
  background-color: #f1f1f1;
  border-radius: 0.6rem;
  padding: 1.2rem 2rem;
}
@media screen and (min-width: 769px) {
  .yokuaru__listItem {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    padding: clamp(0rem, 1.5873015873vw, 2.4rem);
  }
}
.yokuaru__listItemQ {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 4rem 0 4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .yokuaru__listItemQ {
    cursor: pointer;
    font-size: clamp(0rem, 1.3227513228vw, 2rem);
    padding: 0 0 0 clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.yokuaru__listItemQ:before {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/ico-q.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 2.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
}
@media screen and (min-width: 769px) {
  .yokuaru__listItemQ:before {
    height: clamp(0rem, 2.1825396825vw, 3.3rem);
    left: 0;
    position: absolute;
    top: 50%;
    width: clamp(0rem, 1.7857142857vw, 2.7rem);
  }
}
.yokuaru__listItemQ:after {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/ico-arrow-down.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s var(--ease-hover);
  width: 1.8rem;
}
.js-accordion-active .yokuaru__listItemQ:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}
@media screen and (min-width: 769px) {
  .yokuaru__listItemQ:after {
    height: clamp(0rem, 0.7936507937vw, 1.2rem);
    width: clamp(0rem, 1.1904761905vw, 1.8rem);
  }
}
.yokuaru__listItemA {
  font-size: 1.4rem;
  height: 0;
  line-height: 1.4;
  overflow: hidden;
  padding: 0 0 0 4rem;
  transition: 0.3s var(--ease-hover);
}
@media screen and (min-width: 769px) {
  .yokuaru__listItemA {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
    padding: 0 clamp(0rem, 5.291005291vw, 8rem) 0
      clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.js-accordion-active .yokuaru__listItemA {
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .js-accordion-active .yokuaru__listItemA {
    margin-top: clamp(0rem, 1.455026455vw, 2.2rem);
  }
}

/*--------------------------------------------
  contact
---------------------------------------------*/
.contact__inner {
  padding: 4rem 2rem;
}
@media screen and (min-width: 769px) {
  .contact__inner {
    padding: clamp(0rem, 4.4973544974vw, 6.8rem)
      clamp(0rem, 1.3227513228vw, 2rem) clamp(0rem, 6.746031746vw, 10.2rem);
    width: clamp(48.8rem, 32.2751322751vw, 48.8rem);
  }
}
.contact__inner:before {
  -webkit-transform: translateX(-50%);
  background: linear-gradient(160deg, #e2f3ea, #44bb7e);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .contact__inner:before {
    width: clamp(0rem, 66.1375661376vw, 100rem);
  }
}
.contact__inner .wpcf7 {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.contact__inner .wpcf7 form {
  position: relative;
}
.contact__inner .wpcf7-response-output {
  -webkit-transform: translateX(-50%);
  background-color: var(--red);
  border: none !important;
  border-radius: clamp(0.3rem, 0.3968253968vw, 0.6rem);
  bottom: clamp(0rem, 0.3968253968vw, 0.6rem) !important;
  color: var(--wte) !important;
  display: block;
  font-size: clamp(1rem, 0.7275132275vw, 1.1rem);
  font-weight: var(--bold);
  left: 50% !important;
  margin: 0 !important;
  padding: clamp(0rem, 0.5291005291vw, 0.8rem) 0 !important;
  position: absolute !important;
  text-align: center;
  transform: translateX(-50%);
  width: clamp(30.9rem, 21.164021164vw, 32rem);
}
.contact__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact__ttl {
    font-size: clamp(0rem, 2.1164021164vw, 3.2rem);
    margin: 0 0 clamp(0rem, 1.5873015873vw, 2.4rem);
    padding: 0 0 clamp(0rem, 0.7936507937vw, 1.2rem);
  }
}
.contact__ttl:after {
  -webkit-transform: translateX(-50%);
  background-color: var(--theme);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .contact__ttl:after {
    height: clamp(0rem, 0.1984126984vw, 0.3rem);
    width: clamp(0rem, 6.6137566138vw, 10rem);
  }
}
.contact__form {
  border-radius: 2rem;
  padding: 4rem 1.3rem 2rem;
  row-gap: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact__form {
    border-radius: clamp(0rem, 1.3227513228vw, 2rem);
    padding: clamp(0rem, 2.6455026455vw, 4rem) clamp(0rem, 2.6455026455vw, 4rem)
      clamp(0rem, 2.6455026455vw, 4rem);
    row-gap: clamp(0rem, 1.5873015873vw, 2.4rem);
  }
}
.contact__formFukidashi {
  font-size: 1.6rem;
  font-weight: var(--bold);
  margin: 0 auto;
  padding-left: 4.8rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .contact__formFukidashi {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
    margin: 0 auto;
    padding-left: clamp(0rem, 4.2328042328vw, 6.4rem);
    width: clamp(0rem, 18.5185185185vw, 28rem);
  }
}
.contact__formFukidashi:before {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/fv-contact-ttl-sp.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 4.7rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7.4rem;
}
@media screen and (min-width: 769px) {
  .contact__formFukidashi:before {
    background-image: url("../img/fv-contact-ttl.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: clamp(0rem, 3.9021164021vw, 5.9rem);
    width: clamp(0rem, 5.8862433862vw, 8.9rem);
  }
}
.contact__formDl {
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .contact__formDl {
    margin-top: 0;
    row-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
  }
  .contact__formDl:first-of-type {
    margin: clamp(0rem, 1.0582010582vw, 1.6rem) 0 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .contact__formDl.--other {
    margin-top: clamp(0rem, 0.6613756614vw, 1rem);
  }
}
.contact__formDlDt {
  align-items: center;
  font-size: 1.6rem;
  font-weight: var(--medium);
  margin-bottom: 0.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .contact__formDlDt {
    -webkit-column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    -moz-column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    column-gap: clamp(0rem, 0.2645502646vw, 0.4rem);
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
    margin-bottom: clamp(0rem, 0.2645502646vw, 0.4rem);
  }
}
.contact__formDlDtRequire {
  align-items: center;
  background-color: var(--themeL);
  border-radius: 0.3rem;
  font-size: 1rem;
  height: 1.7rem;
  justify-content: center;
  width: 3.1rem;
}
@media screen and (min-width: 769px) {
  .contact__formDlDtRequire {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem);
    font-size: clamp(0rem, 0.7936507937vw, 1.2rem);
    height: clamp(0rem, 1.3888888889vw, 2.1rem);
    width: clamp(0rem, 2.380952381vw, 3.6rem);
  }
}
.contact__formDlDtDesc {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .contact__formDlDtDesc {
    font-size: clamp(0rem, 0.6613756614vw, 1rem);
  }
}
.contact__formDlDd {
  height: auto;
  min-height: 4rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.contact__formDlDd .wpcf7-form-control-wrap {
  display: block;
}
.contact__formDlDd.--sei,
.contact__formDlDd.--mei {
  width: 50%;
}
.--other .contact__formDlDd {
  display: none;
}
.contact__formDlDd .wpcf7-not-valid-tip {
  background-color: var(--red) !important;
  border-radius: clamp(0rem, 0.2645502646vw, 0.4rem);
  bottom: -33% !important;
  color: var(--wte) !important;
  display: block !important;
  font-size: clamp(1rem, 0.6613756614vw, 1rem) !important;
  left: 0 !important;
  padding: clamp(0.2rem, 0.1322751323vw, 0.2rem) !important;
  position: absolute;
  width: 100% !important;
  z-index: 1 !important;
}
@media screen and (min-width: 769px) {
  .contact__formDlDd {
    min-height: clamp(0rem, 2.6455026455vw, 4rem);
    row-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
  }
}
.contact__formDlDd input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  border: 0;
  border: 1px solid var(--gry);
  border-radius: 0;
  border-radius: 0.6rem !important;
  color: inherit;
  display: block;
  font-size: inherit;
  height: 4rem;
  margin: 0;
  outline: none;
  padding: 0;
  padding: 0 1rem;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contact__formDlDd input {
    border-radius: clamp(0rem, 0.3968253968vw, 0.6rem) !important;
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem) !important;
    height: clamp(0rem, 2.6455026455vw, 4rem);
  }
}
.contact__formDlDdDesc {
  bottom: -33%;
  font-size: 1rem;
  font-weight: var(--medium);
  left: 0;
  letter-spacing: 0.05em;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .contact__formDlDdDesc {
    bottom: -33%;
    font-size: clamp(0rem, 0.6613756614vw, 1rem);
    left: 0;
    position: absolute;
  }
}
.contact__formChk {
  align-items: center;
  font-size: 1.2rem;
  font-weight: var(--bold);
}
@media screen and (min-width: 769px) {
  .contact__formChk {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
  }
}
.contact__formChk .wpcf7-not-valid-tip {
  background-color: var(--red) !important;
  border-radius: clamp(0rem, 0.2645502646vw, 0.4rem);
  bottom: -90% !important;
  color: var(--wte) !important;
  display: block !important;
  font-size: clamp(1rem, 0.6613756614vw, 1rem) !important;
  left: 0 !important;
  margin: 0 !important;
  padding: clamp(0.2rem, 0.1322751323vw, 0.2rem) !important;
  position: absolute;
  text-align: left;
  width: 30.9rem !important;
  z-index: 1 !important;
}
@media screen and (min-width: 769px) {
  .contact__formChk .wpcf7-not-valid-tip {
    width: clamp(0rem, 17.8571428571vw, 27rem) !important;
  }
}
.contact__formChk .wpcf7-list-item {
  margin: 0;
}
.contact__formChk.--service .wpcf7-list-item-label {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}
.contact__formChk.--service.--hilink label {
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  align-items: center;
  column-gap: 0.4rem;
  display: flex;
}
@media screen and (min-width: 769px) {
  .contact__formChk.--service.--hilink label {
    -webkit-column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
    -moz-column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
    column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
  }
}
.contact__formChk.--service.--hilink .wpcf7-list-item-label {
  background-image: url("../img/from-service1.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4rem;
  width: 14.4rem;
}
@media screen and (min-width: 769px) {
  .contact__formChk.--service.--hilink .wpcf7-list-item-label {
    height: clamp(0rem, 2.6455026455vw, 4rem);
    width: clamp(0rem, 9.5238095238vw, 14.4rem);
  }
}
.contact__formChk.--service.--rewrite label {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 769px) {
  .contact__formChk.--service.--rewrite label {
    -webkit-column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
    -moz-column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
    column-gap: clamp(0rem, 0.5291005291vw, 0.8rem);
  }
}
.contact__formChk.--service.--rewrite .wpcf7-list-item-label {
  background-image: url("../img/from-service2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4rem;
  width: 14.4rem;
}
@media screen and (min-width: 769px) {
  .contact__formChk.--service.--rewrite .wpcf7-list-item-label {
    height: clamp(0rem, 2.6455026455vw, 4rem);
    width: clamp(0rem, 9.5238095238vw, 14.4rem);
  }
}
.contact__formChk.--policy {
  color: var(--bck) !important;
}
.contact__formChk.--policy .wpcf7-list-item-label {
  display: none;
}
.contact__formChkPolicy {
  color: var(--bck) !important;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 0.4rem;
  text-decoration: underline !important;
}
@media screen and (min-width: 769px) {
  .contact__formChkPolicy {
    font-size: clamp(0rem, 1.0582010582vw, 1.6rem);
    margin: 0 clamp(0rem, 0.2645502646vw, 0.4rem);
  }
}
.contact__formBtn {
  align-items: center;
  border-radius: 9999px;
  box-shadow: 0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  font-size: 1.7rem;
  height: 5.7rem;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s var(--ease-hover);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contact__formBtn {
    -webkit-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    -moz-column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    box-shadow: clamp(0rem, 0.1322751323vw, 0.2rem)
      clamp(0rem, 0.2645502646vw, 0.4rem) clamp(0rem, 0.2645502646vw, 0.4rem)
      rgba(0, 0, 0, 0.25);
    column-gap: clamp(0rem, 1.0582010582vw, 1.6rem);
    font-size: clamp(0rem, 1.3227513228vw, 2rem);
    height: clamp(0rem, 4.6296296296vw, 7rem);
    width: clamp(0rem, 23.2804232804vw, 35.2rem);
  }
  .contact__formBtn:hover {
    box-shadow: none;
    opacity: 0.75;
  }
  .contact__formBtn:hover:after {
    -webkit-animation-name: bounceAlpha2;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: var(--ease-hover);
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bounceAlpha2;
    animation-timing-function: var(--ease-hover);
  }
}
.contact__formBtn:after {
  -webkit-transform: translateY(-50%);
  background-image: url("../img/ico-arrow-btn.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.9rem;
  position: absolute;
  right: clamp(2.4rem, 1.5873015873vw, 2.4rem);
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
}
@media screen and (min-width: 769px) {
  .contact__formBtn:after {
    height: clamp(0rem, 1.2566137566vw, 1.9rem);
    width: clamp(0rem, 0.8597883598vw, 1.3rem);
  }
}
.contact__formBtn .wpcf7-spinner {
  bottom: -5.2rem;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .contact__formBtn .wpcf7-spinner {
    bottom: -62%;
    position: absolute;
    right: 0;
  }
}
.contact__formBtn input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none transparent;
  background-color: transparent !important;
  border: 0;
  border: none !important;
  border-radius: 0;
  box-sizing: content-box;
  color: inherit;
  font-size: inherit;
  height: 100% !important;
  margin: 0;
  margin: 0 !important;
  outline: none;
  padding: 0;
  padding: 0 !important;
  vertical-align: middle;
  width: 100% !important;
}

/*--------------------------------------------
  services
---------------------------------------------*/
.services__inner {
  padding: 2.4rem 1rem;
}
@media screen and (min-width: 769px) {
  .services__inner {
    padding: clamp(0rem, 5.291005291vw, 8rem) clamp(0rem, 1.3227513228vw, 2rem)
      clamp(0rem, 5.291005291vw, 8rem);
  }
}
.services__ttl {
  margin: 0 auto;
  margin: 0 auto 1.6rem;
  padding: 0 1.4rem;
}
@media screen and (min-width: 769px) {
  .services__ttl {
    height: clamp(0rem, 5.753968254vw, 8.7rem);
    margin: 0 auto clamp(0rem, 2.1164021164vw, 3.2rem);
    padding: 0;
    width: clamp(0rem, 21.4285714286vw, 32.4rem);
  }
}
.services__list {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (min-width: 769px) {
  .services__list {
    -webkit-column-gap: clamp(0rem, 1.9841269841vw, 3rem);
    -moz-column-gap: clamp(0rem, 1.9841269841vw, 3rem);
    column-gap: clamp(0rem, 1.9841269841vw, 3rem);
  }
}
.services__listItem {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 769px) {
  .services__listItem {
    width: calc(50% - clamp(0rem, 1.9841269841vw, 3rem) / 2);
  }
}

/* 20250114 追記 */

.header__flex  {
  height: 60px;
}
@media screen and (min-width: 769px) {
  .header__flex {
      height: clamp(0rem, 7.9365079365vw, 12rem);
  }
}
.header__flexBtn  {
  height: 60px;
}
@media screen and (min-width: 769px) {
  .header__flexBtn {
      height: 4.8rem;
  }
}
.aipro-thanks {
  height: calc(100vh - 36px - 200px);
  width: fit-content;
  margin: auto;
  padding-top: 130px;
  text-align: center;
  color: var(--theme);
  font-size: 2rem;
}
@media screen and (max-width: 769px) {
  .aipro-thanks {
    font-size: 16px;
  }
}
.hikaku {
  padding-block: 10px;
}
.busho__ttl {
  z-index: 0;
}
.hikaku__hyouRow1Col3,
.hikaku__hyouRow1Col4,
.hikaku__hyouRow1Col5 {
  font-size: 1.6rem;
  text-align: center;
}
.reason__zagumiGraph {
  margin: 0 0 2.8rem;
}
.reason__costTtl {
  font-size: 2.6rem;
}
@media screen and (max-width: 769px) {
.table-scroll-fixed02 {
  position: sticky;
  z-index: 3;
  left: 0;
}
}
@media screen and (max-width: 769px) {
  .hikaku__hyouRow1Col1::before {
     content: "";
     width: 100%;
     height: 6px;
     background: #fff;
     position: absolute;
     top: -6px;
     left: 0;
     border: 1px solid #ff
  }
}
@media screen and (max-width: 769px) {
  .hikaku__hyouRow10Col1::before {
     content: "";
     width: 100%;
     height: 10px;
     background: #fff;
     position: absolute;
     bottom: -8px;
     left: 0;
  }
}

/* 料金 */
.table-wrap {
  width: 100%;
  margin-inline: auto;
  padding-bottom: 10px;
  overflow-x: auto;
}

.table {
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 500px) {
  .table {
    min-width: 800px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .table {
    min-width: 500px;
    width: 100%;
  }
}
.table-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-size: 1.6rem;
  font-weight: 400;
  gap: 2px;
  margin-bottom: 2px;
}
.table-data-bold {
  font-weight: 700;
  font-size: 1.8rem;
}
.table-row--head td {
  background-color: var(--theme);
  color: #fff;
  font-weight: 700;
}
.table-row--head2 td {
  background: #fff0e6;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  span {
    font-size: 1.1rem;
    color: var(--theme);
  }
}
@media screen and (min-width: 1305px) {
  .table-row--head2 td {
    font-size: 1.4rem;
    span {
      font-size: 1.4rem;
    }
  }
}
.table-head {
  padding-block: 12px;
  padding-inline: 6px;
}
.table-side-head {
  padding-block: 12px;
  padding-inline: 6px;
  text-align: center;
}
.table-data {
  padding-block: 12px;
  padding-inline: 6px;
  text-align: center;
}
.table-data--even {
  background-color: var(--gryLD);
}
.table-data--odd {
  background-color: var(--gryL);
}

.table-scroll-fixed01 {
  /* position: sticky; */
  /* left: 0; */
  background: #fff0e6;
  color: var(--theme);
}

.frb-pc {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .frb-pc {
    display: none;
  }
}
.frb-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .frb-sp {
    display: block;
  }
  .kameda__inner {
    max-width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .kameda__inner {
    max-width: clamp(0rem, 68.7830687831vw, 104rem) !important;
  }
}
.kameda__ttl {
  display: block;
}

.kameda-haruto-sp {
  font-size: 2.5rem !important;
  font-weight: bold;
  letter-spacing: 7px;
  display: block;
}
.kameda-haruto-kana {
  font-size: 1rem !important;
  font-weight: bold;
  letter-spacing: 4px;
}

.rectangle-298 {
  img {
    width: 100%;
  }
}
@media screen and (min-width: 1250px) {
  .rectangle-298 {
    img {
      max-height: 700px;
    }
  }
}
.intro-text-div {
  background: rgba(255, 255, 255, 0.8);
  margin-top: -20px;
  position: relative;
  z-index: 10;
  padding: 40px 10px 20px 10px;
  span {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
  }
}
@media screen and (min-width: 900px) {
  .intro-text-div {
    margin-top: 0;
    margin-right: -50px;
    padding: 20px 20px 20px 0px;
    span {
      font-size: 1.6rem;
    }
  }
}
.hikiage {
  color: var(--theme) !important;
  font-size: 2rem !important;
  display: block !important;
  margin-top: 1.5rem;
  margin-bottom: 6px;
  font-weight: bold !important;
}
@media screen and (min-width: 900px) {
  .hikiage {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

.services__text {
  text-align: center;
  margin-top: 1.6rem;
  font-weight: 500;
}
.fix {
  z-index: 1000;
}
.omakase__cntList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.omakase__cntListItem {
  width: 100%;
}
.omakase__cntListItem1 {
  grid-area: 1 / 1 / 2 / 3;
}
@media screen and (max-width: 768px) {
.busho__ttlBg {
  width: 45%;
}
}
.busho__listItemImg.--3 {
  margin-top: 0;
}
.busho__listItemImg {
  max-width: none !important;
}
.busho__listItem-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 120px);
}
.busho__listItemTtl {
  position: relative;
  height: 120px;
}
.busho__listItemTtl::before {
  content: "";
  width: 216px;
  height: 110px;
  position: absolute;
  left: 0%;
  bottom: 0;
}
@media screen and (max-width: 400px) {
.busho__listItemTtl::before {
  left: 0;
}
}
.busho__listItemTtl1::before {
  background: transparent url(../img/busho-img4.png) no-repeat top center / contain;
  
}
.busho__listItemTtl2::before {
  background: transparent url(../img/busho-img1.png) no-repeat top center / contain;
  
}
.busho__listItemTtl3::before {
  background: transparent url(../img/busho-img2.png) no-repeat top center / contain;
  
}
.busho__listItemTtl4::before {
  background: transparent url(../img/busho-img3.png) no-repeat top center / contain;
  
}
/*# sourceMappingURL=sourcemaps/style.css.map */
