@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! 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;
}

.header {
  padding: 17px 24px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
@media not screen and (min-width: 576px) {
  .header {
    padding: 3.0534351145vw 2.0356234097vw 3.0534351145vw 4.0712468193vw;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 83px;
}
@media (max-width: 1439px) {
  .header .header-inner {
    gap: 0 14px;
  }
}
@media (max-width: 1349px) {
  .header .header-inner {
    position: relative;
    z-index: 101;
  }
}
@media not screen and (min-width: 576px) {
  .header .header__logo {
    width: 47.3282442748vw;
    position: relative;
    z-index: 199;
  }
}
.header .header-toggle {
  display: none;
}
@media (max-width: 1349px) {
  .header .header-toggle {
    display: block;
    margin: 4px;
    padding: 10px 8px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    position: absolute;
    top: 42%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 200;
  }
  @media not screen and (min-width: 576px) {
    .header .header-toggle {
      margin: 1.0178117048vw;
      padding: 2.2900763359vw 1.7811704835vw;
      width: 8.1424936387vw;
      height: 8.1424936387vw;
      right: 0;
    }
  }
  .header .header-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: #171717;
    position: absolute;
    left: 50%;
    transition: all 0.5s ease;
  }
  @media not screen and (min-width: 576px) {
    .header .header-toggle span {
      width: 4.5801526718vw;
      height: 0.5089058524vw;
    }
  }
  .header .header-toggle span:first-of-type {
    top: 7px;
    transform: translateX(-50%);
  }
  @media not screen and (min-width: 576px) {
    .header .header-toggle span:first-of-type {
      top: 2.2900763359vw;
    }
  }
  .header .header-toggle span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .header-toggle span:last-of-type {
    bottom: 7px;
    transform: translateX(-50%);
  }
  @media not screen and (min-width: 576px) {
    .header .header-toggle span:last-of-type {
      bottom: 2.2900763359vw;
    }
  }
  .header .header-toggle.is-active {
    background: rgba(23, 23, 23, 0.0509803922);
  }
  .header .header-toggle.is-active span:first-of-type {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .header-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header-toggle.is-active span:last-of-type {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
.header .header-navigation-container {
  display: flex;
  align-items: center;
  gap: 0 48px;
}
@media (max-width: 1439px) {
  .header .header-navigation-container {
    gap: 0 14px;
  }
}
@media (max-width: 1349px) {
  .header .header-navigation-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 5vh 24px;
    width: 100vw;
    height: calc(100svh - 78px);
    background: #fff;
    position: fixed;
    top: 78px;
    left: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 100;
    pointer-events: none; /* hidden state should not capture taps */
  }
  .header .header-navigation-container.is-active {
    clip-path: inset(0 0 0 0);
    pointer-events: auto; /* enable interaction when visible */
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-container {
    padding: 6vh 5.0890585242vw;
    left: 0;
    height: calc(100svh - 16.2849872774vw);
    top: 16.2849872774vw;
  }
}
.header .header-navigation-list {
  display: flex;
  gap: 0 12px;
  max-width: 620px;
  width: 100%;
}
@media (max-width: 1439px) {
  .header .header-navigation-list {
    gap: 0 10px;
  }
}
@media (max-width: 1349px) {
  .header .header-navigation-list {
    flex-direction: column;
    gap: 4vh;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-list {
    gap: 4.5vh;
  }
}
.header .header-navigation-list-item-link {
  padding: 8px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  border-radius: 4px;
  transition: background 0.5s ease;
  cursor: pointer;
}
@media (max-width: 1349px) {
  .header .header-navigation-list-item-link {
    font-size: 18px;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-list-item-link {
    padding: 0;
    font-size: 3.8167938931vw;
    line-height: 1.3333333333;
  }
}
.header .header-navigation-list-item-link:hover, .header .header-navigation-list-item-link:focus {
  background: rgba(23, 23, 23, 0.0509803922);
}
.header .header-navigation-buttons {
  display: flex;
  gap: 0 12px;
}
@media (max-width: 1349px) {
  .header .header-navigation-buttons {
    margin-top: 4vh;
  }
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-buttons {
    flex-direction: column;
    gap: 2.2vh;
    margin-top: 6vh;
    width: 100%;
  }
}
.header .header-navigation-buttons .header-navigation-button {
  padding: 11px 10px 13px;
  min-width: 172px;
  width: 100%;
}
@media not screen and (min-width: 576px) {
  .header .header-navigation-buttons .header-navigation-button {
    padding: 4.1984732824vw 5.0890585242vw 4.9618320611vw;
    width: 100%;
  }
}
.header .header-navigation-buttons .header-navigation-button.common-button--accent {
  min-width: 221px;
}

.mainvisual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 86px 56px 86px;
  height: 485px;
  background: linear-gradient(96.97deg, #f6f6f6 0%, #ffe4e0 100.01%);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1300px) {
  .mainvisual {
    padding: 5.9722222222vw 4vw 5.9722222222vw;
    height: 33.6805555556vw;
  }
}
@media (max-width: 1060px) {
  .mainvisual {
    padding: 6.9444444444vw 4vw 6.9444444444vw;
    height: 37.5vw;
  }
}
@media not screen and (min-width: 992px) {
  .mainvisual {
    padding: 6.9444444444vw 4vw 6.9444444444vw;
    height: 43.0555555556vw;
  }
}
@media not screen and (min-width: 769px) {
  .mainvisual {
    padding: 8.3333333333vw 4vw 8.3333333333vw;
    height: 48.6111111111vw;
  }
}
@media not screen and (min-width: 576px) {
  .mainvisual {
    justify-content: flex-start;
    padding: 6.106870229vw 5.08vw 12.213740458vw;
    height: 176.3358778626vw;
  }
}
.mainvisual::before {
  content: "";
  display: block;
  width: 61vw;
  height: 63vw;
  background: #e94830;
  border-radius: 75%;
  position: absolute;
  top: 50%;
  left: -6vw;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1300px) {
  .mainvisual::before {
    left: -8vw;
  }
}
@media not screen and (min-width: 992px) {
  .mainvisual::before {
    width: 67vw;
    height: 69vw;
    left: -10vw;
  }
}
@media not screen and (min-width: 576px) {
  .mainvisual::before {
    width: 160.0050890585vw;
    height: 160.0050890585vw;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mainvisual .mainvisual-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1352px;
  width: 100%;
}
@media not screen and (min-width: 576px) {
  .mainvisual .mainvisual-inner {
    flex-direction: column-reverse;
    gap: 5.3435114504vw;
  }
}
.mainvisual .mainvisual-hero {
  max-width: 570px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.mainvisual .mainvisual-hero .mainvisual-hero-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  top: -4px;
}
@media (max-width: 1300px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-title {
    font-size: 36px;
  }
}
@media not screen and (min-width: 992px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-title {
    font-size: 3.3333333333vw;
  }
}
@media not screen and (min-width: 576px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-title {
    font-size: 8.1424936387vw;
    top: 0;
  }
}
.mainvisual .mainvisual-hero .mainvisual-hero-title .mainvisual-hero-title--accent {
  display: inline-block;
  padding: 4px 10px 6px;
  line-height: 1.1;
  color: #171717;
  background: #fff;
}
@media not screen and (min-width: 576px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-title .mainvisual-hero-title--accent {
    line-height: 1;
  }
}
.mainvisual .mainvisual-hero .mainvisual-hero-batch {
  margin-top: 14px;
  max-width: 396px;
  width: 100%;
}
@media (max-width: 1300px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-batch {
    width: 27.5vw;
  }
}
@media not screen and (min-width: 992px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-batch {
    margin-top: 10px;
  }
}
@media not screen and (min-width: 576px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-batch {
    margin-top: 4.1984732824vw;
    width: 72.5190839695vw;
  }
}
.mainvisual .mainvisual-hero .mainvisual-hero-buttons {
  display: flex;
  gap: 10px 16px;
  margin-top: 26px;
}
@media (max-width: 1060px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-buttons {
    flex-direction: column;
    margin-top: 20px;
    max-width: 353px;
  }
}
@media not screen and (min-width: 992px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-buttons {
    margin-top: 10px;
    max-width: 275px;
  }
}
@media not screen and (min-width: 576px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-buttons {
    gap: 4.0712468193vw;
    margin-top: 7.1246819338vw;
    max-width: 100%;
  }
}
.mainvisual .mainvisual-hero .mainvisual-hero-button {
  display: inline-block;
  padding: 17px 20px 19px;
  max-width: 220px;
  border: none;
  box-shadow: 0px 12px 24px rgba(23, 23, 23, 0.1);
  transition: background 0.5s ease, color 0.5s ease;
}
@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-button {
    padding: 14px 10px;
  }
}
@media not screen and (min-width: 576px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-button {
    padding: 4.0712468193vw 5.0890585242vw 5.0890585242vw;
    max-width: 100%;
  }
}
.mainvisual .mainvisual-hero .mainvisual-hero-button:hover, .mainvisual .mainvisual-hero .mainvisual-hero-button:focus {
  color: #c21313;
  background: #fff1f1;
}
.mainvisual .mainvisual-hero .mainvisual-hero-button.mainvisual-hero-button--black {
  max-width: 335px;
  color: #fff;
  background: #171717;
  border: none;
}
@media not screen and (min-width: 576px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-button.mainvisual-hero-button--black {
    max-width: 100%;
  }
}
.mainvisual .mainvisual-hero .mainvisual-hero-button.mainvisual-hero-button--black:hover, .mainvisual .mainvisual-hero .mainvisual-hero-button.mainvisual-hero-button--black:focus {
  background: #4f4f4f;
}
@media not screen and (min-width: 769px) {
  .mainvisual .mainvisual-hero .mainvisual-hero-button.mainvisual-hero-button--black:hover, .mainvisual .mainvisual-hero .mainvisual-hero-button.mainvisual-hero-button--black:focus {
    background: #171717;
  }
}
.mainvisual .mainvisual-mock {
  max-width: 713px;
  width: 100%;
}
@media not screen and (min-width: 576px) {
  .mainvisual .mainvisual-mock {
    width: 89.82vw;
  }
}

.logo-slider {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
@media not screen and (min-width: 576px) {
  .logo-slider {
    padding: 2.5445292621vw 0 0;
  }
}
.logo-slider + .logo-slider {
  padding: 0 0 20px;
}
@media not screen and (min-width: 576px) {
  .logo-slider + .logo-slider {
    padding: 0 0 2.5445292621vw;
  }
}
.logo-slider .splide__slide {
  display: flex;
  align-items: center;
}
.logo-slider .slide-logo--iris {
  width: 60px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--iris {
    width: 10.1781170483vw;
  }
}
.logo-slider .slide-logo--panasonic {
  width: 100px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--panasonic {
    width: 17.8117048346vw;
  }
}
.logo-slider .slide-logo--inoue {
  width: 50px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--inoue {
    width: 8.9058524173vw;
  }
}
.logo-slider .slide-logo--ouji {
  width: 120px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--ouji {
    width: 20.3562340967vw;
  }
}
.logo-slider .slide-logo--maruha {
  width: 80px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--maruha {
    width: 13.9949109415vw;
  }
}
.logo-slider .slide-logo--yaokin {
  width: 80px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--yaokin {
    width: 13.9949109415vw;
  }
}
.logo-slider .slide-logo--ikeda {
  width: 90px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--ikeda {
    width: 15.2671755725vw;
  }
}
.logo-slider .slide-logo--isuzu {
  width: 50px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--isuzu {
    width: 8.9058524173vw;
  }
}
.logo-slider .slide-logo--thanko {
  width: 80px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--thanko {
    width: 13.9949109415vw;
  }
}
.logo-slider .slide-logo--kokubu {
  width: 60px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--kokubu {
    width: 10.1781170483vw;
  }
}
.logo-slider .slide-logo--nakaso {
  width: 140px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--nakaso {
    width: 22.9007633588vw;
  }
}
.logo-slider .slide-logo--toa {
  width: 130px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--toa {
    width: 21.6284987277vw;
  }
}
.logo-slider .slide-logo--toyo {
  width: 90px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--toyo {
    width: 15.2671755725vw;
  }
}
.logo-slider .slide-logo--hinodeya {
  width: 100px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--hinodeya {
    width: 17.8117048346vw;
  }
}
.logo-slider .slide-logo--nihon {
  width: 130px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--nihon {
    width: 21.6284987277vw;
  }
}
.logo-slider .slide-logo--meizi {
  width: 120px;
}
@media not screen and (min-width: 576px) {
  .logo-slider .slide-logo--meizi {
    width: 20.3562340967vw;
  }
}

.about {
  padding: 100px 40px 94px;
  background: #f6f6f6;
}
@media not screen and (min-width: 576px) {
  .about {
    padding: 16.7938931298vw 2.5445292621vw 16.7938931298vw;
  }
}
.about .about-inner {
  max-width: 996px;
}
.about .section-title__text::after {
  right: -4%;
}
@media not screen and (min-width: 576px) {
  .about .section-title__text::after {
    right: -6.4%;
  }
}
.about .about-lead {
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .about .about-lead {
    margin-top: 7.1246819338vw;
    font-size: 4.0712468193vw;
    letter-spacing: -0.02em;
  }
}
.about .about-lead .about-lead--accent {
  display: inline-block;
  padding: 6px 8px 8px;
  line-height: 1;
  color: #fff;
  background: #e94830;
}
@media not screen and (min-width: 576px) {
  .about .about-lead .about-lead--accent {
    padding: 0.5089058524vw 1.0178117048vw 1.0178117048vw;
  }
}
.about .about-step {
  margin-top: 60px;
}
@media not screen and (min-width: 576px) {
  .about .about-step {
    margin-top: 9.4147582697vw;
    padding: 0 2.5445292621vw;
  }
}

.solution {
  padding: 100px 40px 98px;
}
@media not screen and (min-width: 576px) {
  .solution {
    padding: 16.2849872774vw 5.0890585242vw 16.2849872774vw;
  }
}
.solution .solution-inner {
  max-width: 894px;
}
.solution .section-title__text::after {
  right: -6%;
}
@media not screen and (min-width: 576px) {
  .solution .section-title__text::after {
    right: -8%;
  }
}
.solution .solution-container {
  margin: 70px auto 0;
  max-width: 894px;
  border-radius: 8px;
}
@media not screen and (min-width: 576px) {
  .solution .solution-container {
    margin: 11.7048346056vw auto 0;
  }
}
.solution .solution-assignment {
  display: grid;
  grid-template-columns: 1fr 273px;
  grid-template-rows: repeat(4, auto);
  gap: 16px 7.44%;
  grid-template-areas: "label image" "title image" "description image" ". image";
  margin: 0 auto;
  padding: 32px 32px 16px;
  max-width: 792px;
  background: #f6f6f6;
}
@media not screen and (min-width: 769px) {
  .solution .solution-assignment {
    grid-template-columns: 1fr;
    grid-template-areas: "label" "title" "description" "image";
  }
}
@media not screen and (min-width: 576px) {
  .solution .solution-assignment {
    gap: 3.0534351145vw 0;
    padding: 5.5979643766vw 6.106870229vw 7.1246819338vw;
  }
}
.solution .solution-assignment .solution-assignment__label {
  grid-area: label;
  display: block;
  padding: 6.5px 0 7.5px;
  width: 124px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #171717;
  border-radius: 2px;
}
.solution .solution-assignment .solution-assignment__title {
  grid-area: title;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4166666667;
  color: #171717;
}
@media not screen and (min-width: 576px) {
  .solution .solution-assignment .solution-assignment__title {
    font-size: 4.5801526718vw;
    letter-spacing: 0;
  }
}
@media not screen and (min-width: 769px) {
  .solution .solution-assignment .solution-assignment__title .u-br-optimize {
    display: none;
  }
}
.solution .solution-assignment .solution-assignment__description {
  grid-area: description;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #171717;
}
@media not screen and (min-width: 576px) {
  .solution .solution-assignment .solution-assignment__description {
    font-size: 3.5623409669vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.solution .solution-assignment .solution-assignment__avatar {
  grid-area: image;
  position: relative;
  top: 4px;
}
@media not screen and (min-width: 769px) {
  .solution .solution-assignment .solution-assignment__avatar {
    justify-self: center;
    width: 61.4%;
  }
}
@media not screen and (min-width: 576px) {
  .solution .solution-assignment .solution-assignment__avatar {
    width: 55.2162849873vw;
    top: 6px;
  }
}
.solution .solution-assignment-arrow {
  display: block;
  margin: 32px auto;
  width: 32px;
  height: 22px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #e94830;
}
@media not screen and (min-width: 576px) {
  .solution .solution-assignment-arrow {
    width: 5.8524173028vw;
    height: 4.0712468193vw;
    margin: 5.5979643766vw auto 5.0890585242vw;
  }
}
.solution .solution-answer {
  text-align: center;
}
.solution .solution-answer .solution-answer-title {
  margin-left: 4px;
  font-weight: 700;
  font-size: 32px;
}
@media not screen and (min-width: 576px) {
  .solution .solution-answer .solution-answer-title {
    margin-left: 1.0178117048vw;
    font-size: 5.0890585242vw;
    line-height: 1.4;
  }
}
.solution .solution-answer .solution-answer-title .solution-answer-title--accent {
  display: inline-block;
  margin-right: 8px;
  padding: 12px 16px;
  color: #fff;
  background: #e94830;
}
@media not screen and (min-width: 576px) {
  .solution .solution-answer .solution-answer-title .solution-answer-title--accent {
    padding: 1.0178117048vw 2.0356234097vw;
  }
}
.solution .solution-answer .solution-answer-lead {
  margin-top: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media not screen and (min-width: 576px) {
  .solution .solution-answer .solution-answer-lead {
    margin-top: 5.0890585242vw;
    font-size: 4.0712468193vw;
    line-height: 1.5;
  }
}
.solution .solution-answer__capture {
  margin-top: 48px;
}
@media not screen and (min-width: 576px) {
  .solution .solution-answer__capture {
    margin-top: 6.106870229vw;
  }
}

.feature {
  padding: 100px 40px 96px;
  background: #f6f6f6;
}
@media not screen and (min-width: 576px) {
  .feature {
    padding: 16.7938931298vw 5.0890585242vw 16.7938931298vw;
  }
}
.feature .feature-inner {
  max-width: 1200px;
}
.feature .section-title__text::after {
  right: -21%;
}
@media not screen and (min-width: 576px) {
  .feature .section-title__text::after {
    right: -28%;
  }
}
.feature .feature-step {
  display: flex;
  justify-content: space-between;
  gap: 0 4%;
  margin-top: 94px;
}
@media (max-width: 1140px) {
  .feature .feature-step {
    flex-direction: column;
    gap: 40px;
  }
}
@media not screen and (min-width: 769px) {
  .feature .feature-step {
    gap: 60px;
    align-items: center;
  }
}
@media not screen and (min-width: 576px) {
  .feature .feature-step {
    gap: 10.1781170483vw;
    margin-top: 17.3027989822vw;
    align-items: center;
  }
}
.feature .feature-step .feature-step-item {
  flex: 1;
  min-width: 0;
  width: 30.6666666667%;
  max-width: 380px;
}
@media not screen and (min-width: 769px) {
  .feature .feature-step .feature-step-item {
    width: 100%;
    max-width: 500px;
  }
}
@media not screen and (min-width: 576px) {
  .feature .feature-step .feature-step-item {
    width: 100%;
    max-width: none;
  }
}
.feature .feature-step .feature-step-item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1140px) {
  .feature .feature-step .feature-step-item-body {
    display: grid;
    grid-template-columns: 30.66% 1fr;
    grid-template-areas: "image ." "image title" "image description" "image .";
    gap: 0 4%;
    text-align: left;
  }
}
@media not screen and (min-width: 769px) {
  .feature .feature-step .feature-step-item-body {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "title" "description";
    justify-items: center;
    text-align: center;
  }
}
.feature .feature-step .feature-step-item-body .feature-step-item-body__title {
  order: 2;
  margin-top: 26px;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 1140px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__title {
    grid-area: title;
    margin-top: 0;
  }
}
@media not screen and (min-width: 769px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__title {
    margin-top: 30px;
  }
}
@media not screen and (min-width: 576px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__title {
    margin-top: 4.0712468193vw;
    font-size: 6.106870229vw;
    line-height: 1.4166666667;
    letter-spacing: 0;
  }
}
.feature .feature-step .feature-step-item-body .feature-step-item-body__description {
  order: 3;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 1140px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__description {
    grid-area: description;
    margin-top: 12px;
  }
}
@media not screen and (min-width: 769px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__description {
    text-align: center;
  }
}
@media not screen and (min-width: 576px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__description {
    font-size: 3.5623409669vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.feature .feature-step .feature-step-item-body .feature-step-item-body__image {
  order: 1;
  padding: 16px;
  background: #fff;
  position: relative;
  height: 200px;
  width: 100%;
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1140px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__image {
    grid-area: image;
    height: 160px;
    max-width: 200px;
  }
}
@media not screen and (min-width: 769px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__image {
    max-width: 353px;
    height: 200px;
  }
}
@media not screen and (min-width: 576px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__image {
    height: 40.7124681934vw;
    max-width: none;
  }
}
.feature .feature-step .feature-step-item-body .feature-step-item-body__image img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature .feature-step .feature-step-item-body .feature-step-item-body__image::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  background: #e94830;
  position: absolute;
  top: 0;
  left: 44px;
  transform: translate(-50%, -50%);
}
@media not screen and (min-width: 576px) {
  .feature .feature-step .feature-step-item-body .feature-step-item-body__image::before {
    left: 10.1781170483vw;
    border-radius: 2px;
  }
}
.feature .feature-step .feature-step-item-body .feature-step-item-body__image.feature-step-item-body__image01::before {
  content: "01";
}
.feature .feature-step .feature-step-item-body .feature-step-item-body__image.feature-step-item-body__image02::before {
  content: "02";
}
.feature .feature-step .feature-step-item-body .feature-step-item-body__image.feature-step-item-body__image03::before {
  content: "03";
}
.feature .feature-link-container {
  margin-top: 66px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .feature .feature-link-container {
    margin-top: 10.1781170483vw;
  }
}
.feature .feature-link-container .feature-button {
  display: inline-block;
  padding: 19px 20px 22px;
  max-width: 463px;
  width: 100%;
  font-size: 24px;
  box-shadow: 0px 8px 16px rgba(23, 23, 23, 0.1);
}
@media not screen and (min-width: 576px) {
  .feature .feature-link-container .feature-button {
    padding: 5.5979643766vw 5.0890585242vw 6.6157760814vw;
    font-size: 4.0712468193vw;
  }
}

.function {
  padding: 100px 40px 96px;
}
@media not screen and (min-width: 576px) {
  .function {
    padding: 17.048346056vw 5.0890585242vw 16.2849872774vw;
  }
}
.function .section-title__text::after {
  right: -10%;
}
@media not screen and (min-width: 576px) {
  .function .section-title__text::after {
    right: -15%;
  }
}
.function .function-layout-container {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 0 24px;
  margin-top: 70px;
}
@media not screen and (min-width: 992px) {
  .function .function-layout-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 30px 1fr;
    gap: 24px;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-layout-container {
    margin-top: 11.1959287532vw;
    gap: 4.4529262087vw 7.6335877863vw;
  }
}
.function .function-item {
  padding: 26px 24px 20px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
}
@media not screen and (min-width: 576px) {
  .function .function-item {
    padding: 4.0712468193vw;
  }
}
.function .function-item .function-item__title {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .function .function-item .function-item__title {
    font-size: 6.106870229vw;
    line-height: 1.4166666667;
    letter-spacing: 0;
  }
}
.function .function-item .function-item-box-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}
@media not screen and (min-width: 769px) {
  .function .function-item .function-item-box-container {
    grid-template-columns: 1fr;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-item .function-item-box-container {
    margin-top: 4.0712468193vw;
    gap: 2.0356234097vw;
  }
}
.function .function-item .function-item-box {
  background: #f6f6f6;
  border-radius: 8px;
}
.function .function-item .function-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 8px;
}
@media not screen and (min-width: 769px) {
  .function .function-item .function-item-box {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "image ." "image title" "image description" "image .";
    gap: 0 20px;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-item .function-item-box {
    grid-template-columns: 16.2849872774vw 1fr;
    gap: 0 4.0712468193vw;
    padding: 3.8167938931vw 4.0712468193vw 4.0712468193vw;
  }
}
.function .function-item .function-item-box .function-item-box__title {
  order: 2;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
@media not screen and (min-width: 769px) {
  .function .function-item .function-item-box .function-item-box__title {
    grid-area: title;
    margin-top: 0;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-item .function-item-box .function-item-box__title {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.function .function-item .function-item-box .function-item-box__description {
  order: 3;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: center;
}
@media not screen and (min-width: 769px) {
  .function .function-item .function-item-box .function-item-box__description {
    grid-area: description;
    text-align: left;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-item .function-item-box .function-item-box__description {
    margin-top: 1.0178117048vw;
    font-size: 3.3078880407vw;
    line-height: 1.3846153846;
    letter-spacing: 0;
  }
}
@media not screen and (min-width: 769px) {
  .function .function-item .function-item-box .function-item-box__description .u-br-optimize {
    display: none;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-item .function-item-box .function-item-box__description .u-br-optimize {
    display: block;
  }
}
.function .function-item .function-item-box .function-item-box__image {
  width: 100px;
}
@media not screen and (min-width: 769px) {
  .function .function-item .function-item-box .function-item-box__image {
    grid-area: image;
    width: inherit;
  }
}
.function .function-item.function-item--accent {
  background: linear-gradient(118.03deg, #e94830 1.51%, #a02614 99.5%), #ffffff;
}
.function .function-item.function-item--accent .function-item__title {
  color: #fff;
}
.function .function-item.function-item--accent .function-item-box {
  background: #fff;
}
.function .function-item-icon {
  align-self: center;
}
@media not screen and (min-width: 992px) {
  .function .function-item-icon {
    justify-self: center;
    width: 30px;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-item-icon {
    width: 7.6335877863vw;
  }
}
.function .function-alignment {
  margin-top: 32px;
  padding: 32px 46.5px;
  background: #f6f6f6;
  border-radius: 8px;
}
@media not screen and (min-width: 576px) {
  .function .function-alignment {
    padding: 6.106870229vw 4.0712468193vw;
    margin-top: 6.106870229vw;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-alignment .function-alignment__title {
    line-height: 1.4166666667;
    letter-spacing: 0;
  }
}
.function .function-alignment .function-alignment__content {
  display: grid;
  grid-template-columns: 1fr 478px;
  grid-template-areas: "title image" "description image";
  gap: 14px 8.3%;
  margin-top: 35px;
}
@media not screen and (min-width: 992px) {
  .function .function-alignment .function-alignment__content {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "description" "image";
    justify-items: center;
    gap: 30px 0;
  }
}
@media not screen and (min-width: 576px) {
  .function .function-alignment .function-alignment__content {
    gap: 0;
    margin-top: 4.0712468193vw;
  }
}
.function .function-alignment .function-alignment__content .function-alignment__subtitle {
  grid-area: title;
  font-weight: bold;
  font-size: 24px;
}
@media not screen and (min-width: 576px) {
  .function .function-alignment .function-alignment__content .function-alignment__subtitle {
    font-size: 5.0890585242vw;
    line-height: 1.4;
  }
}
.function .function-alignment .function-alignment__content .function-alignment__description {
  grid-area: description;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}
@media not screen and (min-width: 576px) {
  .function .function-alignment .function-alignment__content .function-alignment__description {
    margin-top: 2.5445292621vw;
    font-size: 3.5623409669vw;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
  }
}
.function .function-alignment .function-alignment__content .function-alignment__image {
  grid-area: image;
  align-self: center;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, auto);
  position: relative;
  top: 4px;
}
.function .function-alignment .function-alignment__content .function-alignment__image img {
  height: 50px;
}
@media not screen and (min-width: 576px) {
  .function .function-alignment .function-alignment__content .function-alignment__image {
    margin-top: 6.106870229vw;
    gap: 4.0712468193vw;
    top: 0;
  }
  .function .function-alignment .function-alignment__content .function-alignment__image img {
    height: inherit;
  }
  .function .function-alignment .function-alignment__content .function-alignment__image .function-alignment__image--google {
    width: 8.6513994911vw;
  }
  .function .function-alignment .function-alignment__content .function-alignment__image .function-alignment__image--docuworks {
    width: 9.4147582697vw;
  }
  .function .function-alignment .function-alignment__content .function-alignment__image .function-alignment__image--icloud {
    width: 12.7226463104vw;
  }
  .function .function-alignment .function-alignment__content .function-alignment__image .function-alignment__image--e-zyushin {
    width: 16.2849872774vw;
  }
  .function .function-alignment .function-alignment__content .function-alignment__image .function-alignment__image--box {
    width: 15.2671755725vw;
  }
}

.merit {
  padding: 100px 40px 86px;
  background: #fff3f1;
}
@media not screen and (min-width: 576px) {
  .merit {
    padding: 16.7938931298vw 5.0890585242vw 16.7938931298vw;
  }
}
.merit .section-title__text::after {
  right: -7%;
}
@media not screen and (min-width: 576px) {
  .merit .section-title__text::after {
    right: -10%;
  }
}
.merit .merit-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3.33%;
  margin-top: 72px;
}
@media not screen and (min-width: 992px) {
  .merit .merit-main {
    flex-direction: column-reverse;
    gap: 40px 0;
  }
}
@media not screen and (min-width: 576px) {
  .merit .merit-main {
    align-items: center;
    gap: 8.1424936387vw 0;
    margin-top: 11.7048346056vw;
  }
}
.merit .merit-main-body {
  position: relative;
  top: -14px;
}
@media not screen and (min-width: 992px) {
  .merit .merit-main-body {
    text-align: center;
  }
}
@media not screen and (min-width: 576px) {
  .merit .merit-main-body {
    width: 100%;
    top: 0;
  }
}
.merit .merit-main-body .merit-main-body-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.7;
}
@media not screen and (min-width: 576px) {
  .merit .merit-main-body .merit-main-body-title {
    font-size: 7.1246819338vw;
    line-height: 1.5714285714;
    letter-spacing: 0;
  }
}
.merit .merit-main-body .merit-main-body-title .merit-main-body-title--accent {
  display: inline-block;
  padding: 0 8px 3px;
  line-height: 1.4;
  color: #fff;
  background: #e94830;
}
@media not screen and (min-width: 576px) {
  .merit .merit-main-body .merit-main-body-title .merit-main-body-title--accent {
    padding: 0.5089058524vw 2.0356234097vw;
    line-height: 1.5714285714;
  }
}
.merit .merit-main-body .merit-main-body-lead {
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
}
@media not screen and (min-width: 576px) {
  .merit .merit-main-body .merit-main-body-lead {
    margin-top: 5.0890585242vw;
    font-size: 4.0712468193vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.merit .merit-main-body .merit-main-body-link-container {
  margin-top: 78px;
}
@media not screen and (min-width: 992px) {
  .merit .merit-main-body .merit-main-body-link-container {
    margin-top: 40px;
    text-align: center;
  }
}
@media not screen and (min-width: 576px) {
  .merit .merit-main-body .merit-main-body-link-container {
    margin-top: 8.1424936387vw;
    text-align: center;
  }
}
.merit .merit-main-body .merit-main-body-link-container .merit-main-body-link {
  display: block;
  padding: 18px 20px 20px;
  max-width: 341px;
  width: 100%;
  font-size: 24px;
  box-shadow: 0px 8px 16px rgba(23, 23, 23, 0.1);
}
@media not screen and (min-width: 992px) {
  .merit .merit-main-body .merit-main-body-link-container .merit-main-body-link {
    margin: 0 auto;
  }
}
@media not screen and (min-width: 576px) {
  .merit .merit-main-body .merit-main-body-link-container .merit-main-body-link {
    width: 100%;
    padding: 6.106870229vw 5.0890585242vw 7.1246819338vw;
    font-size: 4.0712468193vw;
    margin: 0 auto;
  }
}
.merit .merit-main-capture {
  margin-right: -12px;
  max-width: 702px;
}
@media not screen and (min-width: 1200px) {
  .merit .merit-main-capture {
    width: 60%;
  }
}
@media not screen and (min-width: 576px) {
  .merit .merit-main-capture {
    margin-right: -2.0356234097vw;
    width: calc(100% + 2.0356234097vw);
  }
}

.case {
  padding: 97px 40px 94px;
}
@media not screen and (min-width: 576px) {
  .case {
    padding: 16.7938931298vw 5.0890585242vw 5.0890585242vw;
  }
}
.case .case-inner {
  max-width: 1152px;
}
.case .section-title__text::after {
  right: -11%;
}
@media not screen and (min-width: 576px) {
  .case .section-title__text::after {
    right: -14%;
  }
}
.case .case-slider {
  margin-top: 68px;
  padding-bottom: 66px;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .case .case-slider {
    margin-top: 11.1959287532vw;
    margin: 11.1959287532vw calc(50% - 50vw) 11.1959287532vw;
    width: 100vw;
  }
}
.case .case-slider .case-slider-item-link {
  display: flex;
  flex-direction: column-reverse;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  transition: border 0.5s ease, box-shadow 0.5s ease;
}
.case .case-slider .case-slider-item-link:hover, .case .case-slider .case-slider-item-link:focus {
  border: 1px solid #171717;
  box-shadow: 0px 12px 24px rgba(23, 23, 23, 0.1);
}
.case .case-slider .case-slider-item-main {
  padding: 20px 16px 16px;
}
@media not screen and (min-width: 576px) {
  .case .case-slider .case-slider-item-main {
    padding: 4.3256997455vw 4.0712468193vw 3.8167938931vw;
  }
}
.case .case-slider .case-slider-item-main .case-slider-item-main__title {
  font-weight: 700;
  font-size: 18px;
  color: #e94830;
}
@media not screen and (min-width: 576px) {
  .case .case-slider .case-slider-item-main .case-slider-item-main__title {
    font-size: 4.0712468193vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.case .case-slider .case-slider-item-main .case-slider-item-main__description {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3888888889;
}
@media not screen and (min-width: 576px) {
  .case .case-slider .case-slider-item-main .case-slider-item-main__description {
    margin-top: 4.0712468193vw;
    font-size: 4.0712468193vw;
    line-height: 1.5625;
    letter-spacing: 0;
  }
}
.case .case-slider .case-slider-item-main .case-slider-item-main__company {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.625;
}
@media not screen and (min-width: 576px) {
  .case .case-slider .case-slider-item-main .case-slider-item-main__company {
    font-size: 3.5623409669vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.case .case-slider .case-slider-item-main .case-slider-item-main__company.case-slider-item-main__company--supplement {
  color: #4f4f4f;
}
.case .case-slider .case-slider-item-main .case-slider-item-main__image {
  margin-top: 16px;
}
.case .case-slider .case-slider-item-main .case-slider-item-main__image img {
  height: 38px;
}
@media not screen and (min-width: 576px) {
  .case .case-slider .case-slider-item-main .case-slider-item-main__image img {
    height: 9.6692111959vw;
  }
}
.case .case-slider .splide__arrows {
  display: flex;
  justify-content: space-between;
  width: 176px;
  height: 40px;
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media not screen and (min-width: 576px) {
  .case .case-slider .splide__arrows {
    width: 53.9440203562vw;
  }
}
.case .case-slider .splide__arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transition: background 0.5s ease;
}
.case .case-slider .splide__arrow:hover, .case .case-slider .splide__arrow:focus {
  background: rgba(23, 23, 23, 0.0509803922);
}
@media not screen and (min-width: 769px) {
  .case .case-slider .splide__arrow:hover, .case .case-slider .splide__arrow:focus {
    background: #fff;
  }
}
.case .case-slider .splide__arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #171717;
  border-right: 2px solid #171717;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case .case-slider .splide__arrow.splide__arrow--prev {
  left: 0;
  transform: translateY(-50%);
}
.case .case-slider .splide__arrow.splide__arrow--prev::before {
  left: 52%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.case .case-slider .splide__arrow.splide__arrow--next {
  right: 0;
  transform: translateY(-50%);
}
.case .case-slider .splide__arrow.splide__arrow--next::before {
  left: 48%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.case .case-slider .case-slider-pagination {
  display: block;
  text-align: center;
  bottom: 16px;
}
.case .case-slider .case-slider-page {
  margin: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1.5px solid #b0b0b0;
  border-radius: 50px;
  opacity: 1;
}
.case .case-slider .case-slider-page.is-active {
  background: #e94830;
  border: 1.5px solid transparent;
  transform: scale(1);
}
.case .case-slider .case-slider-pagination li {
  margin-left: 3px;
  margin-right: 3px;
}

.flow {
  padding: 100px 40px 94px;
  background: #f6f6f6;
}
@media not screen and (min-width: 576px) {
  .flow {
    padding: 16.2849872774vw 5.0890585242vw 15.2671755725vw;
  }
}
.flow .section-title__text::after {
  right: -6%;
}
@media not screen and (min-width: 576px) {
  .flow .section-title__text::after {
    right: -7%;
  }
}
.flow .flow__lead {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .flow .flow__lead {
    margin-top: 7.1246819338vw;
    font-size: 4.0712468193vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.flow .flow-step {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin-top: 64px;
}
@media not screen and (min-width: 1200px) {
  .flow .flow-step {
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
  }
}
@media not screen and (min-width: 769px) {
  .flow .flow-step {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }
}
@media not screen and (min-width: 576px) {
  .flow .flow-step {
    gap: 4.0712468193vw;
    margin-top: 10.1781170483vw;
  }
}
.flow .flow-step .flow-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 24px 24px 22px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
@media not screen and (min-width: 1200px) {
  .flow .flow-step .flow-step-item {
    flex: inherit;
    width: calc((100% - 72px) / 2);
  }
}
@media not screen and (min-width: 769px) {
  .flow .flow-step .flow-step-item {
    width: 80%;
  }
}
@media not screen and (min-width: 576px) {
  .flow .flow-step .flow-step-item {
    display: grid;
    grid-template-columns: 9.9236641221vw 1fr;
    grid-template-areas: "number title" "checklist checklist";
    gap: 4.5801526718vw 3.0534351145vw;
    width: 100%;
    padding: 4.0712468193vw 4.0712468193vw 3.5623409669vw 4.0712468193vw;
    text-align: left;
  }
}
.flow .flow-step .flow-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (min-width: 769px) {
  .flow .flow-step .flow-step-arrow {
    transform: rotate(90deg);
    margin: 3.0534351145vw 0;
  }
}
@media not screen and (min-width: 576px) {
  .flow .flow-step .flow-step-arrow {
    transform: rotate(90deg);
    margin: 0;
  }
}
.flow .flow-step .flow-step-arrow img {
  width: 24px;
  height: 20px;
}
.flow .flow-step .flow-step-item-title {
  order: 2;
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
}
@media not screen and (min-width: 576px) {
  .flow .flow-step .flow-step-item-title {
    grid-area: title;
    margin-top: 0;
    font-size: 5.0890585242vw;
    line-height: 1.4;
  }
}
.flow .flow-step .flow-step-item-checklist {
  order: 3;
  margin-top: 22px;
}
@media not screen and (min-width: 576px) {
  .flow .flow-step .flow-step-item-checklist {
    grid-area: checklist;
    margin-top: 0;
  }
}
.flow .flow-step .flow-step-item-checklist .flow-step-item-checklist-item {
  display: flex;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
@media not screen and (min-width: 576px) {
  .flow .flow-step .flow-step-item-checklist .flow-step-item-checklist-item {
    font-size: 3.5623409669vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.flow .flow-step .flow-step-item-checklist .flow-step-item-checklist-item::before {
  content: url("../images/check.svg");
  width: 24px;
  height: 24px;
}
.flow .flow-step .flow-step-item-checklist .flow-step-item-checklist-item + .flow-step-item-checklist-item {
  margin-top: 10px;
}
@media not screen and (min-width: 576px) {
  .flow .flow-step .flow-step-item-checklist .flow-step-item-checklist-item + .flow-step-item-checklist-item {
    margin-top: 1.3994910941vw;
  }
}
.flow .flow-step .flow-step-item-number {
  order: 1;
  display: inline-block;
  padding: 4px 8px 4px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #e94830;
  border-radius: 4px;
}
@media not screen and (min-width: 576px) {
  .flow .flow-step .flow-step-item-number {
    grid-area: number;
  }
}

.support {
  padding: 100px 40px 98px;
}
@media not screen and (min-width: 576px) {
  .support {
    padding: 16.7938931298vw 5.0890585242vw 16.5394402036vw;
  }
}
.support .support-inner {
  max-width: 996px;
}
.support .section-title__text::after {
  right: -5%;
}
@media not screen and (min-width: 576px) {
  .support .section-title__text::after {
    right: -7%;
  }
}
.support .support__lead {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .support .support__lead {
    margin-top: 6.3613231552vw;
    font-size: 4.0712468193vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.support .support__image {
  margin-top: 64px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .support .support__image {
    margin-top: 10.6870229008vw;
  }
}
.support .support-link-container {
  margin-top: 66px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .support .support-link-container {
    margin-top: 10.1781170483vw;
  }
}
.support .support-link-container .support-link {
  padding: 18px 20px 20px;
  max-width: 389px;
  width: 100%;
  font-size: 24px;
  box-shadow: 0px 8px 16px rgba(23, 23, 23, 0.1);
}
@media not screen and (min-width: 576px) {
  .support .support-link-container .support-link {
    padding: 5.5979643766vw 5.0890585242vw 6.6157760814vw;
    max-width: 76.3358778626vw;
    font-size: 4.0712468193vw;
  }
}

.price {
  padding: 100px 40px 98px;
  background: #fff3f1;
}
@media not screen and (min-width: 576px) {
  .price {
    padding: 17.8117048346vw 5.0890585242vw 15.7760814249vw;
  }
}
.price .price-inner {
  max-width: 792px;
}
.price .section-title__text::after {
  right: -10%;
}
@media not screen and (min-width: 576px) {
  .price .section-title__text::after {
    right: -14%;
  }
}
.price .price__lead {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .price .price__lead {
    margin-top: 6.6157760814vw;
    font-size: 4.0712468193vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.price .price-link-container {
  margin-top: 87px;
  text-align: center;
}
.price .price-link-container .price-link {
  padding: 19px 48px;
  font-size: 24px;
  box-shadow: 0px 8px 16px rgba(23, 23, 23, 0.1);
}
.price .price-estimate {
  margin-top: 64px;
  padding: 36px 32px 32px;
  background: #fff;
  border-radius: 8px;
}
@media not screen and (min-width: 769px) {
  .price .price-estimate {
    padding: 24px 20px 20px;
  }
}
@media not screen and (min-width: 576px) {
  .price .price-estimate {
    margin-top: 10.1781170483vw;
    padding: 6.106870229vw 6.106870229vw 6.106870229vw;
  }
}
.price .price-estimate .price-estimate__title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #e94830;
}
@media not screen and (min-width: 576px) {
  .price .price-estimate .price-estimate__title {
    font-size: 6.106870229vw;
    line-height: 1.4166666667;
    letter-spacing: 0;
  }
}
.price .price-estimate .price-estimate-layout-container {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
  margin-top: 28px;
}
@media not screen and (min-width: 576px) {
  .price .price-estimate .price-estimate-layout-container {
    flex-direction: column;
    gap: 3.0534351145vw;
    margin-top: 6.106870229vw;
  }
}
.price .price-estimate .price-estimate-item {
  flex: 1;
  padding: 22px 24px 20px;
  background: #f6f6f6;
}
@media not screen and (min-width: 769px) {
  .price .price-estimate .price-estimate-item {
    padding: 16px 18px 14px;
  }
}
@media not screen and (min-width: 576px) {
  .price .price-estimate .price-estimate-item {
    padding: 5.0890585242vw 5.0890585242vw 4.5801526718vw;
  }
}
.price .price-estimate .price-estimate-item .price-estimate-item__label {
  font-weight: 700;
  font-size: 20px;
}
@media not screen and (min-width: 576px) {
  .price .price-estimate .price-estimate-item .price-estimate-item__label {
    font-size: 4.5801526718vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.price .price-estimate .price-estimate-item .price-estimate-item-checklist {
  margin-top: 22px;
}
@media not screen and (min-width: 769px) {
  .price .price-estimate .price-estimate-item .price-estimate-item-checklist {
    margin-top: 3.5623409669vw;
  }
}
.price .price-estimate .price-estimate-item .price-estimate-item-checklist .price-estimate-item-checklist-item {
  display: flex;
  gap: 6px;
  font-size: 16px;
}
@media not screen and (min-width: 576px) {
  .price .price-estimate .price-estimate-item .price-estimate-item-checklist .price-estimate-item-checklist-item {
    font-size: 3.5623409669vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.price .price-estimate .price-estimate-item .price-estimate-item-checklist .price-estimate-item-checklist-item::before {
  content: url("../images/check.svg");
  width: 24px;
  height: 24px;
}
.price .price-estimate .price-estimate-item .price-estimate-item-checklist .price-estimate-item-checklist-item + .price-estimate-item-checklist-item {
  margin-top: 10px;
}
@media not screen and (min-width: 576px) {
  .price .price-estimate .price-estimate-item .price-estimate-item-checklist .price-estimate-item-checklist-item + .price-estimate-item-checklist-item {
    margin-top: 1.3994910941vw;
  }
}
.price .price-estimate .price-estimate__icon {
  margin: auto;
  width: 32px;
}
@media not screen and (min-width: 576px) {
  .price .price-estimate .price-estimate__icon {
    width: 6.106870229vw;
  }
}
.price .price-link-container {
  margin-top: 66px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .price .price-link-container {
    margin-top: 10.1781170483vw;
  }
}
.price .price-link-container .price-link {
  padding: 18px 20px 20px;
  max-width: 341px;
  width: 100%;
  font-size: 24px;
}
@media not screen and (min-width: 576px) {
  .price .price-link-container .price-link {
    padding: 6.106870229vw 5.0890585242vw 7.1246819338vw;
    max-width: 76.3358778626vw;
    font-size: 4.0712468193vw;
  }
}

.faq {
  padding: 100px 40px 94px;
}
@media not screen and (min-width: 576px) {
  .faq {
    padding: 16.7938931298vw 5.0890585242vw 15.7760814249vw;
  }
}
.faq .faq-inner {
  display: flex;
  justify-content: space-between;
  gap: 0 12.5%;
}
@media not screen and (min-width: 769px) {
  .faq .faq-inner {
    flex-direction: column;
  }
}
.faq .section-title__text::after {
  right: -8%;
}
@media not screen and (min-width: 576px) {
  .faq .section-title__text::after {
    right: -10%;
  }
}
.faq .faq-container {
  flex: 1;
  position: relative;
  top: -4px;
}
@media not screen and (min-width: 769px) {
  .faq .faq-container {
    margin-top: 64px;
  }
}
@media not screen and (min-width: 576px) {
  .faq .faq-container {
    margin-top: 11.1959287532vw;
    top: 0;
  }
}
.faq .faq-list {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}
.faq .faq-list + .faq-list {
  margin-top: 16px;
}
@media not screen and (min-width: 576px) {
  .faq .faq-list + .faq-list {
    margin-top: 3.0534351145vw;
  }
}
.faq .faq-list:hover {
  border-color: #171717;
}
.faq .faq-list .faq-list-title {
  display: flex;
  align-items: center;
  gap: 0 12px;
  padding: 18px 20px 20px;
  position: relative;
  cursor: pointer;
}
.faq .faq-list .faq-list-title::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #171717;
  border-bottom: 2px solid #171717;
  position: absolute;
  top: 48%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s ease;
}
.faq .faq-list .faq-list-title[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(-135deg);
}
.faq .faq-list .faq-list-title .faq-list-title__text {
  font-weight: 700;
  font-size: 16px;
}
@media not screen and (min-width: 576px) {
  .faq .faq-list .faq-list-title .faq-list-title__text {
    font-size: 3.5623409669vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.faq .faq-list .faq-list-title .faq-list-title__label {
  display: inline-block;
  padding: 3.5px 11px 3.5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6111111111;
  color: #fff;
  background: #171717;
  border-radius: 4px;
}
.faq .faq-list .faq-list-data {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  display: flex;
  gap: 0 12px;
  align-items: flex-start;
  padding: 0 20px;
  position: relative;
  top: -2px;
}
.faq .faq-list .faq-list-data .faq-list-data__text {
  font-size: 16px;
  line-height: 1.625;
  position: relative;
  top: 4px;
}
.faq .faq-list .faq-list-data .faq-list-data__label {
  display: inline-block;
  padding: 3.5px 11px 3.5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6111111111;
  color: #fff;
  background: #e94830;
  border-radius: 4px;
}

.introduction {
  padding: 100px 40px 94px;
  background: #f6f6f6;
}
@media not screen and (min-width: 576px) {
  .introduction {
    padding: 17.3027989822vw 5.0890585242vw 17.3027989822vw;
  }
}
.introduction .introduction-inner {
  max-width: 792px;
}
.introduction .section-title__text::after {
  right: -10%;
}
@media not screen and (min-width: 576px) {
  .introduction .section-title__text::after {
    right: -14%;
  }
}
.introduction .introduction-movie {
  margin-top: 70px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media not screen and (min-width: 576px) {
  .introduction .introduction-movie {
    margin-top: 11.1959287532vw;
    padding-bottom: 56.25%;
  }
}
.introduction .introduction-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.company {
  padding: 100px 40px 99px;
}
@media not screen and (min-width: 576px) {
  .company {
    padding: 16.7938931298vw 5.0890585242vw 16.2849872774vw;
  }
}
.company .company-inner {
  max-width: 792px;
}
.company .section-title__text::after {
  right: -10%;
}
@media not screen and (min-width: 576px) {
  .company .section-title__text::after {
    right: -14%;
  }
}
.company .company-detail {
  margin-top: 74px;
}
@media not screen and (min-width: 576px) {
  .company .company-detail {
    margin-top: 11.1959287532vw;
  }
}
.company .company-detail .company-detail-list {
  display: flex;
  gap: 0 20px;
  font-size: 16px;
  line-height: 1.625;
}
@media not screen and (min-width: 576px) {
  .company .company-detail .company-detail-list {
    gap: 0 4.0712468193vw;
    font-size: 3.5623409669vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.company .company-detail .company-detail-list.company-detail-list--last {
  align-items: center;
  position: relative;
  top: -2px;
}
@media not screen and (min-width: 576px) {
  .company .company-detail .company-detail-list.company-detail-list--last {
    top: 0;
    align-items: flex-start;
    gap: 0 4.0712468193vw;
  }
}
@media not screen and (min-width: 576px) {
  .company .company-detail .company-detail-list.company-detail-list--last .company-detail-list-data {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 2.0356234097vw 0 !important;
  }
}
.company .company-detail .company-detail-list .company-detail-list-title {
  max-width: 184px;
  width: 100%;
}
@media not screen and (min-width: 576px) {
  .company .company-detail .company-detail-list .company-detail-list-title {
    max-width: 22.3918575064vw;
  }
}
.company .company-detail .company-detail-list .company-detail-list-data {
  flex: 1;
}
.company .company-detail .company-detail-list .company-detail-list-data.company-detail-list-data--last {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.company .company-detail .company-detail-list .company-detail-list-data.company-detail-list-data--last .company-detail-list-data__image {
  width: 113px;
}
@media not screen and (min-width: 576px) {
  .company .company-detail .company-detail-list .company-detail-list-data.company-detail-list-data--last .company-detail-list-data__image {
    width: 22.9007633588vw;
  }
}
.company .company-detail .company-detail-list .company-detail-list-data .company-detail-list-data-link[target=_blank] {
  position: relative;
}
.company .company-detail .company-detail-list .company-detail-list-data .company-detail-list-data-link[target=_blank]::after {
  content: url("../images/blank-red.svg");
  display: block;
  position: absolute;
  top: 62%;
  right: -40px;
  transform: translateY(-50%);
}
.company .company-detail .company-detail-list + .company-detail-list {
  margin-top: 27px;
}
@media not screen and (min-width: 576px) {
  .company .company-detail .company-detail-list + .company-detail-list {
    margin-top: 5.0890585242vw;
  }
}
.company .company-message {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 32px;
  margin-top: 54px;
  padding: 24px;
  background: #f6f6f6;
}
@media not screen and (min-width: 769px) {
  .company .company-message {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
}
@media not screen and (min-width: 576px) {
  .company .company-message {
    margin-top: 10.1781170483vw;
    padding: 5.0890585242vw 5.0890585242vw 5.5979643766vw;
    gap: 5.0890585242vw;
  }
}
.company .company-message + .company-message {
  flex-direction: row;
  margin-top: 24px;
}
@media not screen and (min-width: 769px) {
  .company .company-message + .company-message {
    flex-direction: column-reverse;
  }
}
@media not screen and (min-width: 576px) {
  .company .company-message + .company-message {
    margin-top: 4.0712468193vw;
  }
}
.company .company-message .company-message__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.6428571429;
}
@media not screen and (min-width: 576px) {
  .company .company-message .company-message__text {
    font-size: 3.3078880407vw;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
.company .company-message .company-message__text .company-message__text--name {
  display: inline-block;
  padding-top: 14px;
}
.company .company-message .company-message__thumbnail {
  width: 160px;
  position: relative;
  z-index: 0;
}
@media not screen and (min-width: 576px) {
  .company .company-message .company-message__thumbnail {
    width: 32.5699745547vw;
  }
}
.company .company-message .company-message__thumbnail::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #e94830;
  position: absolute;
  top: 99%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}
@media not screen and (min-width: 576px) {
  .company .company-message .company-message__thumbnail::after {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
  }
}

.footer {
  padding: 64px 40px;
  border-top: 1px solid #e7e7e7;
}
@media not screen and (min-width: 576px) {
  .footer {
    padding: 16.2849872774vw 5.0890585242vw;
  }
}
.footer .footer-inner {
  max-width: 100%;
}
.footer .footer-company {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.6428571429;
}
@media not screen and (min-width: 576px) {
  .footer .footer-company {
    margin-top: 8.3969465649vw;
    font-size: 3.3078880407vw;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
@media not screen and (min-width: 576px) {
  .footer .footer-company .footer-company--spacing {
    display: inline-block;
    padding-top: 1.0178117048vw;
  }
}
.footer .footer-layout-container {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
@media not screen and (min-width: 769px) {
  .footer .footer-layout-container {
    flex-wrap: wrap;
  }
}
@media not screen and (min-width: 576px) {
  .footer .footer-layout-container {
    margin-top: 9.1603053435vw;
    gap: 2.5445292621vw;
  }
}
.footer .footer-navigation {
  display: flex;
  gap: 0 12px;
}
.footer .footer-navigation .footer-navigation-item {
  font-size: 12px;
}
@media not screen and (min-width: 576px) {
  .footer .footer-navigation .footer-navigation-item {
    font-size: 3.0534351145vw;
  }
}
.footer .footer-navigation .footer-navigation-item .footer-navigation-item-link {
  display: inline-block;
  padding: 4px;
}
.footer .footer-navigation .footer-navigation-item .footer-navigation-item-link[target=_blank] {
  display: flex;
  gap: 0 4px;
}
.footer .footer-navigation .footer-navigation-item .footer-navigation-item-link[target=_blank]::after {
  content: url("../images/blank-black.svg");
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact {
  background: #f6f6f6;
  position: relative;
  overflow-x: hidden;
}
@media not screen and (min-width: 992px) {
  .contact {
    padding-bottom: 24px;
  }
}
.contact .contact-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: repeat(3, auto);
  grid-template-areas: "view" "form" "faq";
  margin-right: 424px;
  gap: 24px;
  padding-left: 24px;
}
@media not screen and (min-width: 992px) {
  .contact .contact-inner {
    margin-right: 24px;
  }
}
@media not screen and (min-width: 576px) {
  .contact .contact-inner {
    gap: 4.0712468193vw;
    margin-right: 0;
    padding: 0 5.0890585242vw;
  }
}
.contact .contact-view {
  margin: 24px auto 0;
  padding: 32px 24px 48px;
  width: 100%;
  background: #fff;
  align-self: self-start;
}
@media not screen and (min-width: 576px) {
  .contact .contact-view {
    margin: 4.0712468193vw auto 0;
    padding: 4.0712468193vw 5.0890585242vw 6.106870229vw;
  }
}
.contact .contact-view .contact-view-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .contact .contact-view .contact-view-title {
    gap: 3.0534351145vw;
    font-size: 4.5801526718vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.contact .contact-view .contact-view-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: #e94830;
}
@media not screen and (min-width: 576px) {
  .contact .contact-view .contact-view-title::after {
    width: 12.213740458vw;
    height: 4px;
  }
}
.contact .contact-view .contact-view-image {
  margin: 32px auto 0;
  max-width: 690px;
  width: 100%;
}
@media not screen and (min-width: 576px) {
  .contact .contact-view .contact-view-image {
    margin: 6.106870229vw auto 0;
  }
}
.contact .contact-section {
  width: 400px;
  background: #f6f6f6;
  align-self: stretch;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media not screen and (min-width: 992px) {
  .contact .contact-section {
    width: 100%;
    position: inherit;
    bottom: auto;
  }
}
@media not screen and (min-width: 576px) {
  .contact .contact-section {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.contact .contact-section .contact-section-inner {
  padding: 20px 22px 20px 26px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
@media not screen and (min-width: 992px) {
  .contact .contact-section .contact-section-inner {
    max-height: none;
    height: auto;
    overflow: visible;
  }
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-section-inner {
    padding: 6.106870229vw 4.0712468193vw 6.106870229vw;
    max-height: none;
    height: auto;
    overflow: visible;
  }
}
.contact .contact-section .contact-section-inner::-webkit-scrollbar {
  display: none;
}
.contact .contact-section .contact-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6111111111;
  letter-spacing: 0.02em;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-title {
    font-size: 4.0712468193vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.contact .contact-section .contact-form {
  margin-top: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact .contact-section .contact-form .form-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.02em;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-label {
    font-size: 3.3078880407vw;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
.contact .contact-section .contact-form .form-label .required {
  margin-left: 5px;
  padding: 0px 4px 2px;
  font-weight: 400;
  font-size: 12px;
  color: #e93030;
  background: #ffe0e0;
  border-radius: 2px;
  position: relative;
  top: -1px;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-label .required {
    font-size: 3.0534351145vw;
    line-height: 1.4166666667;
    top: 0;
  }
}
.contact .contact-section .contact-form .form-field + .form-field {
  margin-top: 20px;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-field + .form-field {
    margin-top: 3.8167938931vw;
  }
}
.contact .contact-section .contact-form .form-field + .form-row--2col {
  display: flex;
  gap: 0 12px;
  margin-top: 20px;
}
@media not screen and (min-width: 992px) {
  .contact .contact-section .contact-form .form-field + .form-row--2col {
    width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-field + .form-row--2col {
    margin-top: 4.3256997455vw;
  }
}
.contact .contact-section .contact-form .form-field + .form-row--2col .form-field {
  margin-top: 0;
}
@media not screen and (min-width: 992px) {
  .contact .contact-section .contact-form .form-field + .form-row--2col .form-field {
    width: 50%;
  }
}
@media not screen and (min-width: 992px) {
  .contact .contact-section .contact-form .form-row--2col {
    width: 100%;
  }
}
.contact .contact-section .contact-form .form-row--2col + .form-field {
  margin-top: 19px;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-row--2col + .form-field {
    margin-top: 3.8167938931vw;
  }
}
.contact .contact-section .contact-form .form-input[name=company], .contact .contact-section .contact-form .form-input[name=email], .contact .contact-section .contact-form .form-input[name=tel], .contact .contact-section .contact-form .form-input[name=department], .contact .contact-section .contact-form .form-input[name=position], .contact .contact-section .contact-form .form-input[name=how],
.contact .contact-section .contact-form .form-select[name=company],
.contact .contact-section .contact-form .form-select[name=email],
.contact .contact-section .contact-form .form-select[name=tel],
.contact .contact-section .contact-form .form-select[name=department],
.contact .contact-section .contact-form .form-select[name=position],
.contact .contact-section .contact-form .form-select[name=how] {
  display: block;
  width: 100%;
}
.contact .contact-section .contact-form .form-textarea {
  display: block;
  width: 100%;
}
.contact .contact-section .contact-form .form-input,
.contact .contact-section .contact-form .form-select,
.contact .contact-section .contact-form .form-textarea {
  margin-top: 8px;
  padding: 9px 12px 11px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-input,
  .contact .contact-section .contact-form .form-select,
  .contact .contact-section .contact-form .form-textarea {
    margin-top: 2.417302799vw;
  }
}
.contact .contact-section .contact-form .form-input::-moz-placeholder, .contact .contact-section .contact-form .form-select::-moz-placeholder, .contact .contact-section .contact-form .form-textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  color: #b0b0b0;
}
.contact .contact-section .contact-form .form-input::placeholder,
.contact .contact-section .contact-form .form-select::placeholder,
.contact .contact-section .contact-form .form-textarea::placeholder {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  color: #b0b0b0;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-input::-moz-placeholder, .contact .contact-section .contact-form .form-select::-moz-placeholder, .contact .contact-section .contact-form .form-textarea::-moz-placeholder {
    font-size: 3.3078880407vw;
    line-height: 1.3846153846;
    letter-spacing: 0;
  }
  .contact .contact-section .contact-form .form-input::placeholder,
  .contact .contact-section .contact-form .form-select::placeholder,
  .contact .contact-section .contact-form .form-textarea::placeholder {
    font-size: 3.3078880407vw;
    line-height: 1.3846153846;
    letter-spacing: 0;
  }
}
.contact .contact-section .contact-form .form-input[name=lastName], .contact .contact-section .contact-form .form-input[name=firstName] {
  max-width: 170px;
  width: 100%;
}
@media not screen and (min-width: 992px) {
  .contact .contact-section .contact-form .form-input[name=lastName], .contact .contact-section .contact-form .form-input[name=firstName] {
    max-width: none;
    width: 100%;
  }
}
.contact .contact-section .contact-form .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}
.contact .contact-section .contact-form .form-select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.contact .contact-section .contact-form .form-select-container {
  position: relative;
}
.contact .contact-section .contact-form .form-select-container::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #171717;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-select-container::after {
    right: 3.5623409669vw;
  }
}
.contact .contact-section .contact-form .form-note {
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.03em;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-note {
    margin-bottom: 2.5445292621vw;
    font-size: 3.3078880407vw;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
.contact .contact-section .contact-form .policy-text {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .policy-text {
    margin-top: 6.106870229vw;
    font-size: 3.0534351145vw;
    line-height: 1.4166666667;
  }
}
.contact .contact-section .contact-form .policy-text .policy-text-link {
  text-decoration: underline;
  text-underline-offset: 3px !important;
}
.contact .contact-section .contact-form .form-actions {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .contact-form .form-actions {
    margin-top: 6.106870229vw;
    margin-bottom: 6.106870229vw;
  }
}
.contact .contact-section .contact-form .form-actions .submit-button {
  display: block;
  padding: 10px 20px 14px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background: #e94830;
  border-radius: 50px;
}
@media not screen and (min-width: 992px) {
  .contact .contact-section .contact-form .form-actions .submit-button {
    margin: 0 auto;
    max-width: 352px;
  }
}
.contact .contact-section .contact-form .form-actions .submit-button.loading {
  opacity: 0.8;
  cursor: not-allowed;
}
.contact .contact-section .contact-form .form-actions .submit-button .loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
.contact .contact-section .contact-form .form-input[aria-invalid=true],
.contact .contact-section .contact-form .form-select[aria-invalid=true],
.contact .contact-section .contact-form .form-textarea[aria-invalid=true] {
  border: 1px solid #e93030;
}
.contact .contact-section .contact-form .form-input:not([aria-invalid]) + .form-error::before,
.contact .contact-section .contact-form .form-select:not([aria-invalid]) + .form-error::before,
.contact .contact-section .contact-form .form-textarea:not([aria-invalid]) + .form-error::before {
  content: none !important;
}
.contact .contact-section .contact-form .form-select-container:has(.form-select:not([aria-invalid])) + .form-error::before {
  content: none;
}
.contact .contact-section .form-error-banner[hidden] {
  display: none;
}
.contact .contact-section .form-error-banner,
.contact .contact-section .form-error {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.contact .contact-section .form-error-banner::before,
.contact .contact-section .form-error::before {
  content: url(../images/icon-alert.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
}
.contact .contact-section .form-error-banner {
  margin-top: 16px;
  padding: 3px 8px 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9285714286;
  letter-spacing: 0.03em;
  color: #e93030;
  background: #ffe0e0;
  border-radius: 2px;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .form-error-banner {
    font-size: 3.3078880407vw;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
.contact .contact-section .form-error {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  color: #e93030;
}
@media not screen and (min-width: 576px) {
  .contact .contact-section .form-error {
    font-size: 3.0534351145vw;
    line-height: 1.4166666667;
    letter-spacing: 0;
  }
}
.contact .faq {
  padding: 32px;
  align-self: self-start;
  background: #fff;
}
@media not screen and (min-width: 576px) {
  .contact .faq {
    padding: 6.106870229vw 5.0890585242vw;
  }
}
.contact .faq .faq-inner {
  flex-direction: column;
  gap: 20px;
}
@media not screen and (min-width: 576px) {
  .contact .faq .faq-inner {
    gap: 6.106870229vw;
  }
}
.contact .faq .faq-title {
  text-align: left;
}
@media not screen and (min-width: 576px) {
  .contact .faq .faq-title {
    text-align: center;
  }
}
.contact .faq .faq-title .section-title__text {
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
}
.contact .faq .faq-title .section-title__text::after {
  top: 40%;
}
@media not screen and (min-width: 576px) {
  .contact .faq .faq-title .section-title__text::after {
    top: 30%;
    right: -8%;
  }
}
.contact .faq .faq-list-title {
  padding: 18px 40px 20px 20px;
}
@media not screen and (min-width: 576px) {
  .contact .faq .faq-container {
    margin-top: 0;
  }
}
@media not screen and (min-width: 992px) {
  .contact.contact--thanks {
    padding-bottom: 4.0712468193vw;
  }
}
.contact.contact--thanks .contact-inner {
  grid-auto-rows: repeat(1, auto);
  grid-template-areas: "view";
  margin-right: 24px;
}
@media not screen and (min-width: 992px) {
  .contact.contact--thanks .contact-inner {
    margin-right: 0;
  }
}
.contact.contact--thanks .contact-view {
  padding: 152px 24px 168px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .contact.contact--thanks .contact-view {
    margin: 5.0890585242vw auto 0;
    padding: 7.6335877863vw 6.106870229vw 12.213740458vw;
  }
}
.contact.contact--thanks .contact-view .contact-view-title {
  gap: 32px;
}
@media not screen and (min-width: 576px) {
  .contact.contact--thanks .contact-view .contact-view-title {
    gap: 5.5979643766vw;
  }
}
.contact.contact--thanks .contact-view .contact-view-title::before {
  content: url(../images/icon_complete.svg);
  display: block;
  width: 96px;
  height: 96px;
}
@media not screen and (min-width: 576px) {
  .contact.contact--thanks .contact-view .contact-view-title::before {
    width: 16.2849872774vw;
    height: 16.2849872774vw;
    scale: 0.67;
    transform-origin: top left;
  }
}
.contact.contact--thanks .contact-view .contact-view-title::after {
  content: none;
}
.contact.contact--thanks .contact-view .contact-view-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
@media not screen and (min-width: 576px) {
  .contact.contact--thanks .contact-view .contact-view-text {
    margin-top: 4.0712468193vw;
    font-size: 3.3078880407vw;
    line-height: 1.5384615385;
    letter-spacing: 0;
  }
}
.contact.contact--thanks .contact-view .contact-view-link-container {
  margin-top: 32px;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  color: #171717;
}

main {
  margin-top: 78px;
}
@media not screen and (min-width: 576px) {
  main {
    margin-top: 16.2849872774vw;
  }
}

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

p {
  margin: 0;
}

.u-pc-only {
  display: block;
}
@media not screen and (min-width: 576px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media not screen and (min-width: 576px) {
  .u-sp-only {
    display: block;
  }
}

.u-opacity-animation {
  transition: opacity 0.5s ease;
}
.u-opacity-animation:hover, .u-opacity-animation:focus {
  opacity: 0.7;
}
@media not screen and (min-width: 769px) {
  .u-opacity-animation:hover, .u-opacity-animation:focus {
    opacity: 1;
  }
}

.common-button {
  display: inline-block;
  padding: 11px 20px 13px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #e94830;
  background: #fff;
  border: 1px solid #e94830;
  border-radius: 50px;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
}
.common-button:hover, .common-button:focus {
  color: #c21313;
  background: #fff1f1;
  border: 1px solid #c21313;
}
@media not screen and (min-width: 769px) {
  .common-button:hover, .common-button:focus {
    background: #e94830;
  }
}
.common-button.common-button--accent {
  color: #fff;
  background: #e94830;
  border: 1px solid transparent;
}
.common-button.common-button--accent:hover, .common-button.common-button--accent:focus {
  background: #c21313;
}
@media not screen and (min-width: 769px) {
  .common-button.common-button--accent:hover, .common-button.common-button--accent:focus {
    background: #e94830;
  }
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title-lv02 {
  margin-right: 16px;
  text-align: center;
}
.section-title-lv02 .section-title__text {
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .section-title-lv02 .section-title__text {
    font-size: 7.1246819338vw;
  }
}
.section-title-lv02 .section-title__text::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #e94830;
  border-radius: 50px;
  position: absolute;
  top: 67%;
}
@media not screen and (min-width: 576px) {
  .section-title-lv02 .section-title__text::after {
    top: 50%;
  }
}

.section-title-lv03 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .section-title-lv03 {
    font-size: 6.106870229vw;
  }
}