/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/assets/stylesheets/app.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;
}

:root {
  --color-default: #131945;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  color: #121212;
}

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

.loading {
  display: none;
}

.first .loading {
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: white;
}
.first .loading .loading_logo {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first .loading .loading_logoSvg {
  width: 80px;
  height: auto;
  transform: rotate(-270deg);
}
.first .loading .loading_logoText {
  width: 258px;
  height: auto;
  margin-top: 2vw;
}
@media screen and (width >= 1100px ) {
  .first .loading .loading_logoText {
    margin-top: 1.0822510823vw;
  }
}
.first .loading .loading_logoText path {
  transform: translateY(100%);
}
.first .loading .loading_background {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.background {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
}
@media screen and (width >= 1100px ) {
  .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 76px);
  }
}
@media screen and (width >= 1100px ) and (width >= 1100px ) {
  .background {
    border-radius: 0 0 5rem 5rem;
  }
}
.background::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #d5e8f7;
  border-radius: 0 0 0 13.3333333333vw;
}
@media screen and (width >= 1100px ) {
  .background::before {
    border-radius: 0 0 0 5rem;
  }
}
.background::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #d5f2f7;
  border-radius: 0 0 13.3333333333vw 0;
}
@media screen and (width >= 1100px ) {
  .background::after {
    border-radius: 0 0 5rem 0;
  }
}
.background .background_logo {
  position: absolute;
  z-index: 0;
  top: 80.6666666667vw;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (width >= 1100px ) {
  .background .background_logo {
    -o-object-fit: cover;
       object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100vh - 76px);
  }
}
@media screen and (width >= 1386px ) {
  .background .background_logo {
    width: 100%;
    height: auto;
  }
}

.header {
  position: relative;
  z-index: 1;
}
.header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.6666666667vw 2.6666666667vw 0 4vw;
}
@media screen and (width >= 1100px ) {
  .header .header_inner {
    padding: 1.875rem 2.5rem 0;
  }
}
.header .header_logo {
  width: 38.6666666667vw;
  height: auto;
}
@media screen and (width >= 1100px ) {
  .header .header_logo {
    width: 14.375rem;
  }
}
.header .header_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.6666666667vw;
  height: 8vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  color: var(--color-default);
  border-radius: 4vw;
  background: white;
}
@media screen and (width >= 1100px ) {
  .header .header_contact a {
    width: 9.375rem;
    height: 3.125rem;
    font-size: 1rem;
    border-radius: 1.5625rem;
    transition: all 0.25s ease-out;
  }
}
@media (any-hover: hover) {
  .header .header_contact a:hover {
    color: white;
    background: var(--color-default);
  }
}

.footer {
  padding: 5.3333333333vw 0 4.6666666667vw;
}
@media screen and (width >= 1100px ) {
  .footer {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 76px;
    padding: 0;
  }
}
@media screen and (width >= 1100px ) {
  .footer .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2.5rem;
  }
}
.footer .footer_description {
  text-align: center;
  font-size: 2.4vw;
  color: var(--color-default);
}
@media screen and (width >= 1100px ) {
  .footer .footer_description {
    line-height: 1;
    font-size: 0.75rem;
  }
}
.footer .copyright {
  margin-top: 3.3333333333vw;
  text-align: center;
}
@media screen and (width >= 1100px ) {
  .footer .copyright {
    margin-top: 0;
    line-height: 1;
    text-align: left;
  }
}
.footer .copyright small {
  font-size: 2.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .footer .copyright small {
    line-height: 1;
    font-size: 0.75rem;
  }
}

.top {
  width: 100%;
  height: 100%;
}
@media screen and (width >= 1100px ) {
  .top {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
.top .button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.9333333333vw;
       column-gap: 0.9333333333vw;
  width: 66.6666666667vw;
  height: 17.3333333333vw;
  margin: 2.6666666667vw auto 0;
  line-height: 1;
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: white;
  border-radius: 8.6666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .button a {
    -moz-column-gap: 0.3607503608vw;
         column-gap: 0.3607503608vw;
    width: 25.2525252525vw;
    height: 7.215007215vw;
    margin-top: 2.1645021645vw;
    font-size: 1.443001443vw;
    transition: all 0.2s ease-out;
  }
}
@media screen and (width >= 1386px ) {
  .top .button a {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
    width: 21.875rem;
    height: 6.25rem;
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
}
.top .button a span {
  display: block;
  line-height: 1;
  font-size: 4.9333333333vw;
  font-weight: 700;
}
@media screen and (width >= 1100px ) {
  .top .button a span {
    font-size: 1.75rem;
  }
}
.top .button a .buttonArrow {
  position: absolute;
  top: 50%;
  right: 6vw;
  transform: translateY(-50%);
  width: 2.9333333333vw;
  height: auto;
}
@media screen and (width >= 1100px ) {
  .top .button a .buttonArrow {
    right: 2.1875rem;
    width: 1rem;
  }
}
.top .button a .buttonArrow polygon {
  fill: white;
}
@media screen and (width >= 1100px ) {
  .top .button a .buttonArrow polygon {
    transition: all 0.2s ease-out;
  }
}
.top .main {
  position: relative;
  z-index: 1;
}
@media screen and (width >= 1100px ) {
  .top .main {
    position: static;
  }
}
.top .inner {
  padding: 0 4vw;
}
@media screen and (width >= 1100px ) {
  .top .inner {
    padding: 0;
  }
}
@media screen and (width >= 1100px ) {
  .top .about {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-height: 875px) {
  .top .about {
    bottom: auto;
  }
}
.top .about .overview {
  margin-top: 8.6666666667vw;
  line-height: 1.75;
  text-align: center;
  font-size: 3.2vw;
}
@media screen and (width >= 1100px ) {
  .top .about .overview {
    margin-top: 0;
    line-height: 1.75;
    font-size: 1.443001443vw;
  }
}
@media screen and (width >= 1386px ) {
  .top .about .overview {
    font-size: 1.25rem;
  }
}
.top .about .logo {
  width: 56vw;
  height: auto;
  margin: 6vw auto 0;
}
@media screen and (width >= 1100px ) {
  .top .about .logo {
    width: 25.2525252525vw;
    margin-top: 3.6075036075vw;
  }
}
@media screen and (width >= 1386px ) {
  .top .about .logo {
    width: 21.875rem;
    margin-top: 3.125rem;
  }
}
.top .about .logo img {
  width: 100%;
}
.top .about .catchphrase {
  margin-top: 6.6666666667vw;
  line-height: 1.6363636364;
  text-align: center;
  font-size: 7.3333333333vw;
  font-weight: 700;
}
@media screen and (width >= 1100px ) {
  .top .about .catchphrase {
    margin-top: 3.6075036075vw;
    line-height: 1.6086956522;
    font-size: 3.3189033189vw;
  }
}
@media screen and (width >= 1386px ) {
  .top .about .catchphrase {
    margin-top: 3.125rem;
    font-size: 2.875rem;
  }
}
.top .about .smartphone {
  width: 53.3333333333vw;
  margin: 6vw auto 0;
}
@media screen and (width >= 1100px ) {
  .top .about .smartphone {
    width: 28.86002886vw;
    margin-top: 2.8125rem;
  }
}
@media screen and (width >= 1386px ) {
  .top .about .smartphone {
    width: 25rem;
  }
}
.top .about .smartphone img {
  width: 100%;
}
.top .order {
  position: relative;
  margin-top: 16.6666666667vw;
  padding: 16.6666666667vw 0 13.3333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .order {
    position: absolute;
    z-index: 1;
    bottom: 10.101010101vw;
    left: 6.8542568543vw;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (width >= 1386px ) {
  .top .order {
    bottom: 8.75rem;
    left: 5.9375rem;
  }
}
@media screen and (width >= 1500px ) {
  .top .order {
    left: 11%;
  }
}
.top .order::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -4vw;
  width: calc(100% + 8vw - 6vw);
  height: 100%;
  background: #d5e8f7;
  border-radius: 0 13.3333333333vw 13.3333333333vw 0;
}
@media screen and (width >= 1100px ) {
  .top .order::before {
    content: none;
  }
}
.top .order::after {
  content: "";
  position: absolute;
  top: -13.0666666667vw;
  left: 50%;
  transform: translateX(calc(-50% + 6.6666666667vw));
  width: 13.6vw;
  height: 13.0666666667vw;
  background: url(../bb2d660a37d945328ee6.webp) no-repeat;
  background-size: contain;
}
@media screen and (width >= 1100px ) {
  .top .order::after {
    content: none;
  }
}
.top .order .order_illustration {
  position: relative;
  width: 44.9333333333vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (width >= 1100px ) {
  .top .order .order_illustration {
    width: 20.202020202vw;
  }
}
@media screen and (width >= 1386px ) {
  .top .order .order_illustration {
    width: 17.5rem;
  }
}
.top .order .order_person {
  width: 100%;
}
.top .order .order_icon {
  position: absolute;
  top: 26vw;
  right: -4vw;
  width: 7.3333333333vw;
  height: auto;
  transform: scale(0);
}
@media screen and (width >= 1100px ) {
  .top .order .order_icon {
    top: 11.9047619048vw;
    right: -1.0822510823vw;
    width: 2.7417027417vw;
  }
}
@media screen and (width >= 1386px ) {
  .top .order .order_icon {
    top: 10.3125rem;
    right: -0.9375rem;
    width: 2.375rem;
  }
}
.top .order .order_item {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  transform: scale(0);
}
.top .order .order_item span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  line-height: 1.2307692308;
  text-align: center;
  color: var(--color-default);
}
@media screen and (width >= 1100px ) {
  .top .order .order_item span {
    line-height: 1.2;
  }
}
.top .order .order_item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 2px solid #d5e8f7;
  border-radius: 50%;
}
.top .order .order_item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
}
.top .order .order_item-1 {
  top: -1.3333333333vw;
  left: 21.3333333333vw;
  width: 17.6vw;
  height: 17.6vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-1 {
    top: -4.375rem;
    left: 1.25rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.top .order .order_item-1 span {
  font-size: 3.4666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-1 span {
    font-size: 1.25rem;
  }
}
.top .order .order_item-1::before {
  width: 17.6vw;
  height: 17.6vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-1::before {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.top .order .order_item-1::after {
  width: 18.2666666667vw;
  height: 18.2666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-1::after {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
.top .order .order_item-2 {
  top: 6.6666666667vw;
  right: 20vw;
  width: 12.2666666667vw;
  height: 12.2666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-2 {
    top: -2.5rem;
    right: 1.25rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}
.top .order .order_item-2 span {
  font-size: 2.8vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-2 span {
    font-size: 1rem;
  }
}
.top .order .order_item-2::before {
  width: 12.2666666667vw;
  height: 12.2666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-2::before {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.top .order .order_item-2::after {
  width: 12.9333333333vw;
  height: 12.9333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-2::after {
    width: 4.6875rem;
    height: 4.6875rem;
  }
}
.top .order .order_item-3 {
  top: 22.6666666667vw;
  right: 13.3333333333vw;
  width: 12.2666666667vw;
  height: 12.2666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-3 {
    top: 3.125rem;
    right: -1.25rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}
.top .order .order_item-3 span {
  font-size: 2.8vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-3 span {
    font-size: 1rem;
  }
}
.top .order .order_item-3::before {
  width: 12.2666666667vw;
  height: 12.2666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-3::before {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.top .order .order_item-3::after {
  width: 12.9333333333vw;
  height: 12.9333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-3::after {
    width: 4.6875rem;
    height: 4.6875rem;
  }
}
.top .order .order_item-4 {
  top: 41.3333333333vw;
  left: 16vw;
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-4 {
    top: 10rem;
    left: 0.625rem;
    width: 5rem;
    height: 5rem;
  }
}
.top .order .order_item-4 span {
  font-size: 2.8vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-4 span {
    font-size: 1rem;
  }
}
.top .order .order_item-4::before {
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-4::before {
    width: 5rem;
    height: 5rem;
  }
}
.top .order .order_item-4::after {
  width: 14.8vw;
  height: 14.8vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-4::after {
    width: 5.3125rem;
    height: 5.3125rem;
  }
}
.top .order .order_item-5 {
  top: 18.6666666667vw;
  left: 8vw;
  width: 17.6vw;
  height: 17.6vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-5 {
    top: 2.5rem;
    left: -2.5rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.top .order .order_item-5 span {
  font-size: 3.4666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-5 span {
    font-size: 1.25rem;
  }
}
.top .order .order_item-5::before {
  width: 17.6vw;
  height: 17.6vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-5::before {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.top .order .order_item-5::after {
  width: 18.2666666667vw;
  height: 18.2666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .order .order_item-5::after {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
.top .order .button a {
  background: #018ace;
}
@media (any-hover: hover) {
  .top .order .button a:hover {
    color: #018ace;
    background: white;
  }
  .top .order .button a:hover .buttonArrow polygon {
    fill: #018ace;
  }
}
.top .accept {
  position: relative;
  padding: 13.3333333333vw 0;
}
@media screen and (width >= 1100px ) {
  .top .accept {
    position: absolute;
    z-index: 1;
    right: 6.4935064935vw;
    bottom: 10.101010101vw;
    padding: 0;
  }
}
@media screen and (width >= 1386px ) {
  .top .accept {
    right: 5.625rem;
    bottom: 8.75rem;
  }
}
@media screen and (width >= 1500px ) {
  .top .accept {
    right: 11%;
  }
}
.top .accept::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -4vw;
  width: calc(100% + 8vw - 6vw);
  height: 100%;
  background: #d5f2f7;
  border-radius: 13.3333333333vw 0 0 13.3333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .accept::before {
    content: none;
  }
}
.top .accept .accept_illustration {
  position: relative;
  width: 57.7333333333vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_illustration {
    width: 23.7373737374vw;
  }
}
@media screen and (width >= 1386px ) {
  .top .accept .accept_illustration {
    width: 20.5625rem;
  }
}
.top .accept .accept_person {
  width: 100%;
}
.top .accept .accept_icon {
  position: absolute;
  bottom: 4vw;
  right: 5.3333333333vw;
  width: 7.4666666667vw;
  height: auto;
  transform: scale(0);
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_icon {
    bottom: 1.6594516595vw;
    right: 2.5252525253vw;
    width: 2.7417027417vw;
  }
}
@media screen and (width >= 1386px ) {
  .top .accept .accept_icon {
    bottom: 1.4375rem;
    right: 2.1875rem;
    width: 2.375rem;
  }
}
.top .accept .accept_light {
  position: absolute;
  bottom: 1.8666666667vw;
  right: 17.3333333333vw;
  width: 3.2vw;
  height: auto;
  opacity: 0;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_light {
    bottom: 0.7215007215vw;
    right: 7.215007215vw;
    width: 1.3708513709vw;
  }
}
@media screen and (width >= 1386px ) {
  .top .accept .accept_light {
    bottom: 0.625rem;
    right: 6.25rem;
    width: 1.1875rem;
  }
}
.top .accept .accept_item {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  transform: scale(0);
}
.top .accept .accept_item span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  line-height: 1.2307692308;
  text-align: center;
  color: var(--color-default);
}
.top .accept .accept_item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 2px solid #d5e8f7;
  border-radius: 50%;
}
.top .accept .accept_item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
}
.top .accept .accept_item-1 {
  top: -2.6666666667vw;
  right: 13.3333333333vw;
  width: 17.6vw;
  height: 17.6vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-1 {
    top: -4.375rem;
    right: -1.25rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.top .accept .accept_item-1 span {
  font-size: 2.8vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-1 span {
    font-size: 1rem;
  }
}
.top .accept .accept_item-1::before {
  width: 17.6vw;
  height: 17.6vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-1::before {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.top .accept .accept_item-1::after {
  width: 18.2666666667vw;
  height: 18.2666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-1::after {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
.top .accept .accept_item-2 {
  top: 21.3333333333vw;
  right: 8vw;
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-2 {
    top: 2.5rem;
    right: -3.125rem;
    width: 5rem;
    height: 5rem;
  }
}
.top .accept .accept_item-2 span {
  font-size: 2.8vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-2 span {
    font-size: 1rem;
  }
}
.top .accept .accept_item-2::before {
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-2::before {
    width: 5rem;
    height: 5rem;
  }
}
.top .accept .accept_item-2::after {
  width: 14.8vw;
  height: 14.8vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-2::after {
    width: 5.3125rem;
    height: 5.3125rem;
  }
}
.top .accept .accept_item-3 {
  top: 40vw;
  right: 10.6666666667vw;
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-3 {
    top: 9.375rem;
    right: -1.25rem;
    width: 5rem;
    height: 5rem;
  }
}
.top .accept .accept_item-3 span {
  font-size: 2.8vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-3 span {
    font-size: 1rem;
  }
}
.top .accept .accept_item-3::before {
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-3::before {
    width: 5rem;
    height: 5rem;
  }
}
.top .accept .accept_item-3::after {
  width: 14.8vw;
  height: 14.8vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-3::after {
    width: 5.3125rem;
    height: 5.3125rem;
  }
}
.top .accept .accept_item-4 {
  top: 29.3333333333vw;
  left: 18.6666666667vw;
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-4 {
    top: 5rem;
    left: 1.875rem;
    width: 5rem;
    height: 5rem;
  }
}
.top .accept .accept_item-4 span {
  font-size: 2.4vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-4 span {
    font-size: 0.875rem;
  }
}
.top .accept .accept_item-4::before {
  width: 14.1333333333vw;
  height: 14.1333333333vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-4::before {
    width: 5rem;
    height: 5rem;
  }
}
.top .accept .accept_item-4::after {
  width: 14.8vw;
  height: 14.8vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-4::after {
    width: 5.3125rem;
    height: 5.3125rem;
  }
}
.top .accept .accept_item-5 {
  top: 4vw;
  left: 24vw;
  width: 17.6vw;
  height: 17.6vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-5 {
    top: -3.125rem;
    left: 3.75rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.top .accept .accept_item-5 span {
  font-size: 3.4666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-5 span {
    font-size: 1.25rem;
  }
}
.top .accept .accept_item-5::before {
  width: 17.6vw;
  height: 17.6vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-5::before {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.top .accept .accept_item-5::after {
  width: 18.2666666667vw;
  height: 18.2666666667vw;
}
@media screen and (width >= 1100px ) {
  .top .accept .accept_item-5::after {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
.top .accept .button a {
  background: #05aecd;
}
@media (any-hover: hover) {
  .top .accept .button a:hover {
    color: #05aecd;
    background: white;
  }
  .top .accept .button a:hover .buttonArrow polygon {
    fill: #05aecd;
  }
}

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