/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

[class*=m-button] {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100svw;
  padding: 2rem 4rem;
  min-width: var(--min-width, 36rem);
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size, 2.4rem);
  letter-spacing: 0.04em;
  color: #fff;
}

.m-button-contact {
  background: var(--color-gradation);
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .m-button-contact:hover {
    opacity: 80%;
  }
}

.m-button-back {
  border: 1px solid var(--color-primary);
  background-color: #fff;
  color: #000;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .m-button-back:hover {
    opacity: 80%;
  }
}

.m-button-download {
  grid-template-columns: max-content 2.8rem;
  gap: 1rem;
  background-color: var(--color-tertiary);
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .m-button-download:hover {
    background-color: color-mix(in srgb, var(--color-tertiary) 80%, transparent);
  }
}
.m-button-download::after {
  content: "";
  display: block;
  aspect-ratio: 16/14;
  -webkit-mask: url(/assets/images/common/icon-download.svg) no-repeat center/contain;
          mask: url(/assets/images/common/icon-download.svg) no-repeat center/contain;
  background-color: currentColor;
}

.m-button-line {
  background-color: #06c755;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .m-button-line:hover {
    background-color: color-mix(in srgb, #06c755 80%, transparent);
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  [class*=m-button] {
    min-width: var(--min-width, 40rem);
    font-size: 2.8rem;
  }
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]),
textarea {
  --padding-block: 1rem;
  --padding-inline: 1.6rem;
  border: 1px solid var(--color-gray);
  border-radius: 0.8rem;
  padding: var(--padding-block) var(--padding-inline);
  background-color: #fff;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.5;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit])::-moz-placeholder, textarea::-moz-placeholder {
  color: #c7c7c7;
  font-weight: 400;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit])::placeholder,
textarea::placeholder {
  color: #c7c7c7;
  font-weight: 400;
}

textarea {
  --padding-block: 1rem;
  --min-rows: 8;
  box-sizing: border-box;
  width: 100%;
  min-block-size: calc(var(--min-rows) * 1lh + var(--padding-block) * 2);
  field-sizing: content;
}
@supports (field-sizing: content) {
  textarea {
    resize: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type=radio]):not([type=checkbox]):not([type=submit]),
  textarea {
    --padding-block: 1.4rem;
    --padding-inline: 2rem;
    font-size: 3.2rem;
  }
  textarea {
    --min-rows: 10;
  }
}
.m-radio label.radio {
  display: grid;
  grid-template-columns: 1.2ic auto;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  line-height: 1.5;
}
.m-radio label.radio + label.radio {
  margin-top: 2rem;
}
.m-radio label.radio .icon {
  position: relative;
  margin-top: 0.1lh;
  border-radius: 50%;
  aspect-ratio: 1;
  border: 1px solid var(--color-gray);
  background-color: #fff;
}
.m-radio label.radio .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  width: 72%;
  aspect-ratio: 1;
  background-color: var(--color-primary);
  scale: 0;
  transition: scale 0.2s;
}
.m-radio label.radio input:checked + .icon::after {
  scale: 1;
}

.m-chackbox label.checkbox {
  display: grid;
  grid-template-columns: 1.4ic auto;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  line-height: 1.5;
}
.m-chackbox label.checkbox + label.checkbox {
  margin-top: 2rem;
}
.m-chackbox label.checkbox .icon {
  position: relative;
  display: block;
  margin-top: 0.05lh;
  aspect-ratio: 1;
  border: 1px solid var(--color-gray);
  border-radius: 0.2rem;
  transition: all 0.2s ease-in-out;
}
.m-chackbox label.checkbox .icon::after {
  content: "";
  position: absolute;
  top: 64%;
  left: 64%;
  translate: -50% -50%;
  width: 72%;
  aspect-ratio: 2/1;
  border-left: 0.4rem solid #fff;
  border-bottom: 0.4rem solid #fff;
  rotate: -90deg;
  scale: 0;
  transform-origin: left;
  transition: rotate 0.2s ease-in-out, scale 0.2s ease-in-out;
}
.m-chackbox label.checkbox input:checked + .icon {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.m-chackbox label.checkbox input:checked + .icon::after {
  scale: 1;
  rotate: -45deg;
}
@media (any-hover: hover) {
  .m-chackbox label.checkbox:hover .icon {
    border-color: var(--color-primary);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .m-chackbox label.checkbox {
    grid-template-columns: 1.2ic auto;
  }
}

:root {
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --color-primary: #e60112;
  --color-secondary: #f8521e;
  --color-tertiary: #243c7a;
  --color-bg: #f6f6f6;
  --color-gradation: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 50%);
  --color-error: #ec0000;
  --color-gray: #e2e2e2;
  --neumorphism: 20px 20px 60px #bababa, -20px -20px 60px #ffffff;
  --header-height: 8.4rem;
  --header-margin-top: 2.4rem;
  --content-width-sm: 64rem;
  --content-width-md: 86.4rem;
  --content-width-lg: 128rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :root {
    --header-height: 10rem;
    --content-width-sm: 56rem;
    --content-width-md: 64rem;
    --content-width-lg: 70rem;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  font-family: var(--font-noto-sans);
}
@media (max-width: 768px) {
  html {
    font-size: calc(1000vw / 768);
  }
}
@media (min-width: 769px) and (max-width: 1920px) {
  html {
    font-size: calc(1000vw / 1920);
  }
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  background-attachment: fixed;
}
body.is-drawer-open {
  overflow: clip;
}
body.is-drawer-open .all-wrapper {
  overflow: auto;
  scrollbar-gutter: stable;
}

[id] {
  scroll-margin: calc(var(--header-height) + var(--header-margin-top));
}

.all-wrapper {
  min-height: 100vh;
}

@media (width <= 768px) {
  .pc {
    display: none;
  }
}

@media (width > 768px) {
  .sp {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

img {
  max-width: 100%;
  height: auto;
}

a[href*=tel] {
  pointer-events: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  a[href*=tel] {
    pointer-events: revert;
  }
}

.fv > .inner {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4rem;
  padding-block: 4rem 10rem;
  padding-left: 12rem;
}
.fv > .inner .content {
  align-self: center;
}
.fv > .inner .content hgroup h1 {
  position: relative;
  overflow: clip;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.fv > .inner .content hgroup h1 strong {
  background: var(--color-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.fv > .inner .content hgroup h1 .text-overlay-fv-h1 {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--color-gradation);
  translate: -102%;
}
.fv > .inner .content hgroup p {
  position: relative;
  overflow: clip;
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
.fv > .inner .content hgroup p .text-overlay-fv-p {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--color-gradation);
  translate: -102%;
}
.fv > .inner .content .button-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  margin-top: 6rem;
}
.fv > .inner .content .button-list > li a {
  min-width: 100%;
}
.fv > .inner figure {
  overflow: clip;
  border-top-left-radius: 8rem;
  border-bottom-left-radius: 8rem;
  min-height: 64rem;
}
.fv > .inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section > .inner {
  margin-inline: auto;
  padding-block: 10rem;
  width: var(--content-width-lg);
}
section > .inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  background: var(--color-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
section > .inner h2::before, section > .inner h2::after {
  content: "";
  display: block;
  width: 3ic;
  height: 2px;
  background: var(--color-gradation);
}
section > .inner h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
section > .inner .intro {
  margin-top: 4.8rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
}
section > .inner .intro p + p {
  margin-top: 3.2rem;
}
section > .inner .intro strong {
  background: var(--color-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

#feature > .inner .intro .othertab {
  color: #0000ee;
  transition: opacity 0.3s;
}
#feature > .inner .intro .othertab::after {
  content: "";
  display: inline-block;
  margin-inline: 0.6rem;
  width: 1ic;
  aspect-ratio: 1;
  -webkit-mask: url(/assets/images/common/icon-othertab.svg) no-repeat center/contain;
          mask: url(/assets/images/common/icon-othertab.svg) no-repeat center/contain;
  background-color: currentColor;
}
@media (any-hover: hover) {
  #feature > .inner .intro .othertab:hover {
    opacity: 80%;
  }
}
#feature > .inner .feature-list {
  counter-reset: num 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 6rem;
}
#feature > .inner .feature-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 4rem;
  background-color: #fff;
  box-shadow: var(--neumorphism);
  border-radius: 2rem;
}
#feature > .inner .feature-list > li::before {
  counter-increment: num;
  content: "0" counter(num);
  text-align: center;
  font-size: 4.8rem;
  font-weight: 600;
}
#feature > .inner .feature-list > li:nth-of-type(3n + 1)::before {
  color: var(--color-primary);
}
#feature > .inner .feature-list > li:nth-of-type(3n + 2)::before {
  color: var(--color-secondary);
}
#feature > .inner .feature-list > li:nth-of-type(3n + 3)::before {
  color: var(--color-tertiary);
}
#feature > .inner .feature-list > li h3 {
  margin-top: 1.6rem;
}
#feature > .inner .feature-list > li figure {
  margin-top: 2.8rem;
  justify-self: center;
  width: 64%;
}

#service > .inner .service-list {
  counter-reset: num 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  margin-top: 6rem;
}
#service > .inner .service-list > li {
  display: grid;
  position: relative;
  padding: 3.2rem;
  background-color: #fff;
  box-shadow: var(--neumorphism);
  border-radius: 2rem;
}
#service > .inner .service-list > li::before {
  counter-increment: num;
  content: "0" counter(num);
  position: absolute;
  top: -2.4rem;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 600;
}
#service > .inner .service-list > li:nth-of-type(3n + 1)::before {
  color: var(--color-primary);
}
#service > .inner .service-list > li:nth-of-type(3n + 2)::before {
  color: var(--color-secondary);
}
#service > .inner .service-list > li:nth-of-type(3n + 3)::before {
  color: var(--color-tertiary);
}
#service > .inner .service-list > li:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.6rem;
  translate: 0 -50%;
  width: 1.8rem;
  aspect-ratio: 1/2;
  background: var(--color-gradation);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#service > .inner .service-list > li dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  line-height: 1.5;
}
#service > .inner .service-list > li dl dt {
  text-align: center;
  font-size: 2.4rem;
}
#service > .inner .service-list > li dl dd {
  margin-top: 1rem;
  font-size: 2rem;
}

#plan > .inner .plan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  margin-top: 6rem;
}
#plan > .inner .plan-list > li {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 4.8rem 7.2rem;
  background-color: #fff;
  box-shadow: var(--neumorphism);
  border-radius: 2rem;
  border: 2px solid;
  border-color: var(--color-gray);
}
#plan > .inner .plan-list > li.best {
  border-color: var(--color-primary);
}
#plan > .inner .plan-list > li.best dl dt {
  background: var(--color-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#plan > .inner .plan-list > li dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 3.2rem;
  line-height: 1.5;
}
#plan > .inner .plan-list > li dl dt {
  text-align: center;
  font-size: 3.2rem;
}
#plan > .inner .plan-list > li dl dt span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
#plan > .inner .plan-list > li dl dd {
  font-size: 2.4rem;
}
#plan > .inner .plan-list > li dl dd .detail-list > li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1.4rem;
  align-items: center;
}
#plan > .inner .plan-list > li dl dd .detail-list > li + li {
  margin-top: 1.4rem;
}
#plan > .inner .plan-list > li dl dd .detail-list > li::before {
  content: "";
  display: block;
  aspect-ratio: 115/80;
  -webkit-mask: url(/assets/images/common/icon-check.svg) no-repeat center/contain;
          mask: url(/assets/images/common/icon-check.svg) no-repeat center/contain;
  background-color: currentColor;
}

#case > .inner .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  gap: 3.2rem;
  margin-top: 6rem;
}
#case > .inner .case-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 4.8rem 3.2rem;
  overflow: clip;
  padding-bottom: 3.6rem;
  background-color: #fff;
  box-shadow: var(--neumorphism);
  border-radius: 2rem;
}
#case > .inner .case-list > li figure {
  aspect-ratio: 3/2;
}
#case > .inner .case-list > li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case > .inner .case-list > li dl {
  padding-inline: 3.2rem;
  line-height: 1.5;
}
#case > .inner .case-list > li dl dt {
  font-size: 2.8rem;
  font-weight: 700;
}
#case > .inner .case-list > li dl dd {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
#case > .inner .not-found {
  margin-top: 6rem;
  text-align: center;
  font-size: 2.2rem;
}

#faq > .inner .faq-list {
  margin-top: 6rem;
}
#faq > .inner .faq-list > li {
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: var(--neumorphism);
}
#faq > .inner .faq-list > li + li {
  margin-top: 4rem;
}
#faq > .inner .faq-list > li dl dt {
  text-align: start;
  font-size: 2.2rem;
  line-height: 1.5;
}
#faq > .inner .faq-list > li dl dt button {
  display: grid;
  grid-template-columns: 6rem 1fr 1.6rem;
  align-items: center;
  gap: 3.2rem;
  padding: 2rem 4rem 2rem 3rem;
  width: 100%;
}
#faq > .inner .faq-list > li dl dt button .q {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background-color: var(--color-tertiary);
  font-size: 2.4rem;
}
#faq > .inner .faq-list > li dl dt button .text {
  justify-self: flex-start;
}
#faq > .inner .faq-list > li dl dt button::after {
  content: "";
  display: block;
  justify-self: flex-end;
  width: 100%;
  aspect-ratio: 7/13;
  -webkit-mask: url(/assets/images/common/icon-chevron-right.svg) no-repeat center/contain;
          mask: url(/assets/images/common/icon-chevron-right.svg) no-repeat center/contain;
  background-color: currentColor;
  rotate: 90deg;
  transition: scale 0.3s;
}
#faq > .inner .faq-list > li dl dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  margin-inline: 12.2rem 4rem;
  text-align: start;
  font-size: 2.2rem;
  line-height: 1.8;
}
#faq > .inner .faq-list > li dl dd > .inner {
  overflow: hidden;
}
#faq > .inner .faq-list > li dl dd > .inner p {
  padding-block: 3.2rem 4rem;
  border-top: 1px solid var(--color-gray);
}
#faq > .inner .faq-list > li dl[data-accordion=open] dt button::after {
  scale: -1 1;
}
#faq > .inner .faq-list > li dl[data-accordion=open] dd {
  grid-template-rows: 1fr;
}

.cta-button {
  position: sticky;
  bottom: 0;
  background-color: #fff;
}
.cta-button > .inner {
  padding-block: 2.4rem;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.15);
}
.cta-button > .inner .button-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  gap: 2rem;
}

#contact > .inner form {
  margin-top: 6rem;
}
#contact > .inner .thanks {
  margin-top: 4rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .fv > .inner {
    grid-template-columns: auto;
    gap: initial;
    padding-block: 0 4rem;
    padding-left: initial;
  }
  .fv > .inner .content {
    order: 2;
    border-radius: 2rem;
    margin: -8rem auto 0;
    padding: 3.2rem 4rem 4.8rem;
    width: var(--content-width-lg);
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
  .fv > .inner .content hgroup h1 {
    font-size: 5rem;
    line-height: 1.3;
  }
  .fv > .inner .content hgroup p {
    font-size: 3rem;
  }
  .fv > .inner .content .button-list {
    grid-template-columns: 1fr;
  }
  .fv > .inner figure {
    order: 1;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
  }
  section > .inner h2 {
    font-size: 5.2rem;
  }
  section > .inner h2::before, section > .inner h2::after {
    content: "";
    display: block;
    width: 2ic;
    height: 2px;
    background: var(--color-gradation);
  }
  section > .inner .intro {
    font-size: 3rem;
  }
  section > .inner h3 {
    font-size: 4rem;
  }
  #feature > .inner .feature-list {
    grid-template-columns: 1fr;
  }
  #feature > .inner .feature-list > li::before {
    font-size: 6rem;
  }
  #service > .inner .service-list {
    grid-template-columns: 1fr;
    gap: 6rem;
    margin-top: 8rem;
  }
  #service > .inner .service-list > li::before {
    font-size: 5.6rem;
  }
  #service > .inner .service-list > li:not(:last-of-type)::after {
    top: initial;
    bottom: -4rem;
    left: 50%;
    right: initial;
    translate: -50% 0;
    width: 4.4rem;
    aspect-ratio: 2/1;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  #service > .inner .service-list > li dl dt {
    font-size: 2.8rem;
  }
  #service > .inner .service-list > li dl dd {
    text-align: center;
    font-size: 2.4rem;
  }
  #plan > .inner .plan-list {
    grid-template-columns: 1fr;
  }
  #plan > .inner .plan-list > li dl dt {
    font-size: 3.6rem;
  }
  #plan > .inner .plan-list > li dl dt span {
    font-size: 2.8rem;
  }
  #plan > .inner .plan-list > li dl dd {
    font-size: 3.2rem;
  }
  #plan > .inner .plan-list > li dl dd .detail-list > li {
    grid-template-columns: 2.8rem 1fr;
    gap: 2rem;
  }
  #case > .inner {
    width: var(--content-width-md);
  }
  #case > .inner .case-list {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
  #faq > .inner .faq-list > li dl dt {
    font-size: 2.6rem;
  }
  #faq > .inner .faq-list > li dl dd {
    margin-inline: 3rem 4rem;
    font-size: 2.4rem;
  }
  .cta-button {
    position: sticky;
    bottom: 0;
    background-color: #fff;
  }
  .cta-button > .inner {
    padding-block: 1.8rem;
  }
  .cta-button > .inner .button-list > li a {
    --min-width: auto;
  }
}
.site-header {
  position: fixed;
  top: 0;
  z-index: 10;
  min-width: 100%;
  min-height: var(--header-height);
}
.site-header + * {
  margin-top: var(--header-height);
}
.site-header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 5.4rem;
}
.site-header > .inner .logo {
  display: block;
  width: 28rem;
}
.site-header > .inner .global-nav {
  z-index: 1;
}
.site-header > .inner .global-nav .drawer-toggle-button {
  position: relative;
  z-index: 1;
  width: 5.4rem;
  aspect-ratio: 1;
}
.site-header > .inner .global-nav .drawer-toggle-button .drawer-line {
  display: block;
  width: 70%;
  height: 2px;
  background-color: #000;
}
.site-header > .inner .global-nav .drawer-toggle-button .drawer-line::before, .site-header > .inner .global-nav .drawer-toggle-button .drawer-line::after {
  content: "";
  display: block;
  position: absolute;
  translate: 0 -50%;
  height: 2px;
  background-color: #000;
  transition: rotate 0.3s, width 0.3s;
}
.site-header > .inner .global-nav .drawer-toggle-button .drawer-line::before {
  width: 100%;
  top: 20%;
}
.site-header > .inner .global-nav .drawer-toggle-button .drawer-line::after {
  width: 40%;
  top: 80%;
}
.site-header > .inner .global-nav .nav-list-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  min-width: 64rem;
  height: 100svh;
  translate: 100%;
  overflow-y: scroll;
  background-color: #fff;
  opacity: 0;
  transition: translate 0.3s, opacity 0.3s;
}
.site-header > .inner .global-nav .nav-list-wrapper > .inner {
  padding-block: 16rem 8rem;
  padding-inline: 8rem 4rem;
}
.site-header > .inner .global-nav .nav-list-wrapper > .inner .nav-list > li a {
  display: grid;
  grid-template-columns: 1fr 1.4rem;
  padding: 3.2rem 1.2rem;
  border-bottom: 1px solid var(--color-gray);
  font-size: 2.4rem;
}
.site-header > .inner .global-nav .nav-list-wrapper > .inner .nav-list > li a::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 7/13;
  -webkit-mask: url(/assets/images/common/icon-chevron-right.svg) no-repeat center/contain;
          mask: url(/assets/images/common/icon-chevron-right.svg) no-repeat center/contain;
  background-color: currentColor;
  transition: translate 0.2s;
}
@media (any-hover: hover) {
  .site-header > .inner .global-nav .nav-list-wrapper > .inner .nav-list > li a:hover::after {
    translate: 100%;
  }
}
.site-header > .inner .global-nav .nav-list-wrapper > .inner .button-list {
  margin-top: 10rem;
}
.site-header > .inner .global-nav .nav-list-wrapper > .inner .button-list > li + li {
  margin-top: 2.4rem;
}
.site-header > .inner .global-nav .nav-list-wrapper > .inner .button-list > li a {
  margin-inline: auto;
}
.site-header .drawer-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-color: transparent;
  transition: background-color 0.3s;
}

.is-drawer-open .site-header {
  position: fixed;
}
.is-drawer-open .site-header > .inner .global-nav .drawer-toggle-button .drawer-line {
  background-color: transparent;
}
.is-drawer-open .site-header > .inner .global-nav .drawer-toggle-button .drawer-line::before, .is-drawer-open .site-header > .inner .global-nav .drawer-toggle-button .drawer-line::after {
  width: 100%;
  top: 50%;
}
.is-drawer-open .site-header > .inner .global-nav .drawer-toggle-button .drawer-line::before {
  rotate: 225deg;
}
.is-drawer-open .site-header > .inner .global-nav .drawer-toggle-button .drawer-line::after {
  rotate: -225deg;
}
.is-drawer-open .site-header > .inner .global-nav .nav-list-wrapper {
  opacity: 1;
  translate: 0;
}
.is-drawer-open .site-header .drawer-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header > .inner {
    padding: 1.4rem 4rem;
  }
  .site-header > .inner .logo {
    width: 22rem;
  }
  .site-header > .inner .global-nav .nav-list-wrapper {
    min-width: 100%;
  }
  .site-header > .inner .global-nav .nav-list-wrapper > .inner {
    padding-inline: 12rem;
  }
  .site-header > .inner .global-nav .nav-list-wrapper > .inner .nav-list > li a {
    font-size: 3.2rem;
  }
}
.site-footer {
  position: sticky;
  top: 100vh;
  background-color: #fff;
}
.site-footer > .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "company nav" "copy copy";
  gap: 4rem;
  margin-inline: auto;
  padding-top: 8rem;
  width: 140rem;
}
.site-footer > .inner .company {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: company;
}
.site-footer > .inner .company .logo {
  display: block;
  width: 28rem;
}
.site-footer > .inner .company .detail-list {
  margin-top: 2rem;
}
.site-footer > .inner .company .detail-list li {
  font-size: 2rem;
  line-height: 1.5;
}
.site-footer > .inner .company .detail-list li + li {
  margin-top: 0.4rem;
}
.site-footer > .inner nav {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: nav;
  justify-self: flex-end;
}
.site-footer > .inner nav .nav-list li {
  font-size: 2.2rem;
}
.site-footer > .inner nav .nav-list li + li {
  margin-top: 3.2rem;
}
.site-footer > .inner nav .nav-list li a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  transition: color 0.2s;
}
.site-footer > .inner nav .nav-list li a::before {
  content: "";
  display: block;
  width: 0.3em;
  aspect-ratio: 7/13;
  -webkit-mask: url(/assets/images/common/icon-chevron-right.svg) no-repeat center/contain;
          mask: url(/assets/images/common/icon-chevron-right.svg) no-repeat center/contain;
  background-color: currentColor;
  transition: translate 0.2s;
}
@media (any-hover: hover) {
  .site-footer > .inner nav .nav-list li a:hover {
    color: var(--color-secondary);
  }
  .site-footer > .inner nav .nav-list li a:hover::before {
    translate: 50%;
  }
}
.site-footer > .inner .copy {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: copy;
  display: grid;
  place-items: center;
  padding-block: 3.2rem;
  font-size: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer > .inner {
    grid-template-columns: 1fr;
    grid-template-areas: "company" "nav" "copy";
    gap: 10rem;
    width: var(--content-width-sm);
  }
  .site-footer > .inner .company .logo {
    width: 34rem;
  }
  .site-footer > .inner .company .detail-list li {
    font-size: 2.6rem;
  }
  .site-footer > .inner nav {
    justify-self: flex-start;
  }
  .site-footer > .inner nav .nav-list li {
    font-size: 2.8rem;
  }
  .site-footer > .inner nav .nav-list li + li {
    margin-top: 4.8rem;
  }
  .site-footer > .inner .copy {
    padding-block: 4rem;
    font-size: 2.2rem;
  }
  .site-footer > .inner .company {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .site-footer > .inner nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .site-footer > .inner .copy {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.contact-lead > .inner {
  margin-inline: auto;
  padding-block: 6.4rem;
  width: var(--content-width-lg);
}
.contact-lead > .inner .contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.contact-lead > .inner .contact-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 4rem;
  padding: 4rem;
  background-color: #fff;
  box-shadow: var(--neumorphism);
  border-radius: 2rem;
}
.contact-lead > .inner .contact-list > li hgroup h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.contact-lead > .inner .contact-list > li hgroup p {
  margin-top: 2.4rem;
  font-size: 2rem;
  line-height: 1.6;
}
.contact-lead > .inner .contact-list > li.tel .contact {
  color: var(--color-tertiary);
}
.contact-lead > .inner .contact-list > li.tel .contact > a {
  font-size: 3.2rem;
  font-weight: 700;
}
.contact-lead > .inner .contact-list > li.tel .contact p {
  margin-top: 1rem;
  font-size: 2rem;
}
.contact-lead > .inner .contact-list > li.tel .contact p span {
  display: inline-block;
  margin-right: 1rem;
  background-color: var(--color-tertiary);
  color: #fff;
  padding: 0.4rem 0.8rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact-lead > .inner {
    width: var(--content-width-sm);
  }
  .contact-lead > .inner .contact-list {
    grid-template-columns: 1fr;
  }
  .contact-lead > .inner .contact-list > li hgroup h3 {
    font-size: 3.2rem;
  }
  .contact-lead > .inner .contact-list > li hgroup p {
    font-size: 2.4rem;
  }
  .contact-lead > .inner .contact-list > li.tel .contact > a {
    font-size: 4rem;
  }
  .contact-lead > .inner .contact-list > li.tel .contact p {
    font-size: 2.4rem;
  }
  .contact-lead > .inner .contact-list > li:not(.tel) .contact {
    justify-self: center;
  }
}
form .form-list .form-item {
  font-size: 2.2rem;
  line-height: 1.6;
}
form .form-list .form-item dt {
  font-weight: 400;
}
form .form-list .form-item dt strong {
  display: inline-block;
  margin-left: 1rem;
  color: var(--color-error);
}
form .button-wrapper {
  margin-top: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
form .form-error {
  margin-top: 1rem;
  color: var(--color-error);
}
form.input .form-list .form-item + .form-item {
  margin-top: 4.8rem;
}
form.input .form-list .form-item dd {
  margin-top: 2rem;
}
form.confirm .form-list .form-item {
  padding-block: 3.2rem;
}
form.confirm .form-list .form-item:not(:first-of-type) {
  border-top: 1px solid var(--color-gray);
}
form.confirm .form-list .form-item dt {
  font-weight: 600;
}
form.confirm .form-list .form-item dd {
  margin-top: 1.4rem;
}

.thanks > .inner h2 {
  text-align: center;
  font-size: 3.2rem;
}
.thanks > .inner p {
  text-align: center;
  margin-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  form .form-list .form-item {
    font-size: 2.6rem;
  }
  form .button-wrapper {
    flex-direction: column;
  }
}

/*# sourceMappingURL=styles.css.map*/