@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.999px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  word-break: break-all;
  min-height: 100dvh;
  color: #3A281B;
}
@media screen and (max-width: 767.999px) {
  body {
    font-weight: 400;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
a:hover {
  color: #000;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

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

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  max-width: 100% !important;
  width: 100% !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt4r {
  margin-top: 4rem !important;
}

.mt5r {
  margin-top: 5rem !important;
}

.mt6r {
  margin-top: 6rem !important;
}

.mt7r {
  margin-top: 7rem !important;
}

.mt8r {
  margin-top: 8rem !important;
}

.mt9r {
  margin-top: 9rem !important;
}

.mt10r {
  margin-top: 10rem !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.mb4r {
  margin-bottom: 4rem !important;
}

.mb5r {
  margin-bottom: 5rem !important;
}

.mb6r {
  margin-bottom: 6rem !important;
}

.mb7r {
  margin-bottom: 7rem !important;
}

.mb8r {
  margin-bottom: 8rem !important;
}

.mb9r {
  margin-bottom: 9rem !important;
}

.mb10r {
  margin-bottom: 10rem !important;
}

.ml1r {
  margin-left: 1rem !important;
}

.ml2r {
  margin-left: 2rem !important;
}

.ml3r {
  margin-left: 3rem !important;
}

.ml4r {
  margin-left: 4rem !important;
}

.ml5r {
  margin-left: 5rem !important;
}

.ml6r {
  margin-left: 6rem !important;
}

.ml7r {
  margin-left: 7rem !important;
}

.ml8r {
  margin-left: 8rem !important;
}

.ml9r {
  margin-left: 9rem !important;
}

.ml10r {
  margin-left: 10rem !important;
}

.mr1r {
  margin-right: 1rem !important;
}

.mr2r {
  margin-right: 2rem !important;
}

.mr3r {
  margin-right: 3rem !important;
}

.mr4r {
  margin-right: 4rem !important;
}

.mr5r {
  margin-right: 5rem !important;
}

.mr6r {
  margin-right: 6rem !important;
}

.mr7r {
  margin-right: 7rem !important;
}

.mr8r {
  margin-right: 8rem !important;
}

.mr9r {
  margin-right: 9rem !important;
}

.mr10r {
  margin-right: 10rem !important;
}

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

.pl3em {
  padding-left: 3em;
}

.ind1 {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.ind2 {
  text-indent: -2em !important;
  margin-left: 2em !important;
}

.ind3 {
  text-indent: -3em !important;
  margin-left: 3em !important;
}

.ind4 {
  text-indent: -4em !important;
  margin-left: 4em !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mauto {
  margin: auto;
}

@media screen and (max-width: 767.999px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.999px) {
  .sp {
    display: block;
  }
}

.common-heading {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #FD5D00;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 767.999px) {
  .common-heading {
    font-size: 1.2rem;
  }
}
.common-heading:before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: #FD5D00;
  position: absolute;
  top: 0.45em;
  left: 0;
}

header {
  position: fixed;
  top: 0;
  left: 2rem;
  bottom: 0;
  margin: auto;
  width: 12rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 0.2rem solid #EE781E;
  border-radius: 100vmax;
  background: #fff;
  padding: 2.5rem 0 4rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  header {
    left: 0;
    bottom: auto;
    width: 100%;
    height: 5rem;
    border: none;
    border-radius: 0;
    padding: 0 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .header-logo {
  width: 5rem;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  header .header-logo {
    width: 10rem;
    margin: 0;
  }
}
header .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.999px) {
  header #header-nav {
    position: fixed;
    top: 5rem;
    left: calc(100vw + 1rem);
    background: #EE781E;
    width: 100%;
    height: calc(100vh + 15rem);
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
header #header-nav ul.nav-list {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list {
    margin-top: 0;
  }
}
header #header-nav ul.nav-list li a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #333;
  display: block;
  position: relative;
  padding: 1rem 0 1rem 2rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list li a {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.06em;
    padding: 1.5rem 0 1.5rem 2rem;
  }
}
header #header-nav ul.nav-list li a:before {
  content: "";
  width: 1.4rem;
  height: 0.2rem;
  background: #EE781E;
  position: absolute;
  top: 1.7rem;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list li a:before {
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    top: 2.2rem;
  }
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list li a br {
    display: none;
  }
}
header #header-nav ul.nav-list li a:hover {
  color: #EE781E;
}
header #nav-btn {
  display: none;
}
@media screen and (max-width: 767.999px) {
  header #nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .btn-open {
  position: relative;
  cursor: pointer;
  width: 6rem;
  height: 5rem;
}
header .btn-open span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  height: 0.4rem;
  border-radius: 100vmax;
  background: #fd5d00;
  width: 4.2rem;
}
header .btn-open span:nth-of-type(1) {
  top: 1.4rem;
}
header .btn-open span:nth-of-type(2) {
  top: 2.3rem;
  width: 3.7rem;
  left: 0.5rem;
}
header .btn-open span:nth-of-type(3) {
  top: 3.2rem;
  width: 3.2rem;
  left: 1rem;
}
header.active .btn-open span:nth-of-type(1) {
  top: 0.5rem;
  left: 0;
  -webkit-transform: translateY(2rem) rotate(-30deg);
          transform: translateY(2rem) rotate(-30deg);
  width: 4.2rem;
}
header.active .btn-open span:nth-of-type(2) {
  opacity: 0;
}
header.active .btn-open span:nth-of-type(3) {
  top: 4.5rem;
  left: 0;
  -webkit-transform: translateY(-2rem) rotate(30deg);
          transform: translateY(-2rem) rotate(30deg);
  width: 4.2rem;
}
@media screen and (max-width: 767.999px) {
  header.active #header-nav {
    left: 0;
  }
}

footer {
  background: url("../img/share/footer_bg.jpg") top left repeat;
  background-size: 2rem;
  padding: 5rem 0 15rem;
}
@media screen and (max-width: 767.999px) {
  footer {
    background-size: 1rem;
  }
}
footer .footer-inner {
  margin: 0 20rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-inner {
    margin: 0 1.5rem;
  }
}
footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-info .footer-info-logo {
  width: 19rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-info .footer-info-logo {
    width: 40%;
  }
}
footer .footer-info ul.footer-info-list {
  width: calc(100% - 40rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.999px) {
  footer .footer-info ul.footer-info-list {
    width: 100%;
    margin-top: 5rem;
  }
}
footer .footer-info ul.footer-info-list li {
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-info ul.footer-info-list li {
    width: 48%;
  }
}
footer .footer-info ul.footer-info-list li a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
  color: #fff;
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}
@media screen and (max-width: 767.999px) {
  footer .footer-info ul.footer-info-list li a {
    font-size: 1.2rem;
  }
}
footer .footer-info ul.footer-info-list li a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0.4em;
  left: 0;
}
footer .footer-info ul.footer-info-list li a:hover {
  text-decoration: underline;
}
footer .footer-info ul.footer-info-list li a[target=_blank] {
  padding-right: 1.5em;
}
footer .footer-info ul.footer-info-list li a[target=_blank]:after {
  content: "";
  background: url("../img/share/icon_blank.png") center no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.25em;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  footer .footer-info ul.footer-info-list li a[target=_blank]:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
footer .footer-info ul.footer-info-list li:nth-child(n+4) {
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-info ul.footer-info-list li:nth-child(n+3) {
    margin-top: 1rem;
  }
}
footer .footer-info ul.footer-info-list li:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 767.999px) {
  footer .footer-info ul.footer-info-list li:nth-child(3n-2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-info ul.footer-info-list li:nth-child(2n-1) {
    margin-left: 0;
  }
}
footer #copyright {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  footer #copyright {
    margin-top: 5rem;
  }
}

body#top #op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body#top #op video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body#top #op.hidden {
  visibility: hidden;
  opacity: 0;
}
body#top #op .op_first.hidden {
  visibility: hidden;
  opacity: 0;
}
body#top #front .finger-pencil {
  width: 27rem;
  position: fixed;
  bottom: -21rem;
  left: -4rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  body#top #front .finger-pencil {
    width: 12rem;
    bottom: 5rem;
    left: -17rem;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
body#top #front .finger-par {
  width: 19.2rem;
  position: fixed;
  top: -17rem;
  left: 13rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  body#top #front .finger-par {
    width: 8rem;
    top: -4rem;
    left: 3rem;
  }
}
body#top #front .finger-eraser {
  width: 27.7rem;
  position: fixed;
  bottom: -21rem;
  right: -12rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  body#top #front .finger-eraser {
    width: 12rem;
    bottom: -12rem;
    right: -3rem;
  }
}
body#top #front .finger-tool {
  position: fixed;
  top: 3rem;
  right: -16rem;
  width: 16.3rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  body#top #front .finger-tool {
    display: none;
  }
}
body#top #front.active .finger-pencil {
  -webkit-animation: anime-finger-pencil 1s ease-in-out forwards;
          animation: anime-finger-pencil 1s ease-in-out forwards;
}
@-webkit-keyframes anime-finger-pencil {
  100% {
    left: 4rem;
    bottom: 0;
  }
}
@keyframes anime-finger-pencil {
  100% {
    left: 4rem;
    bottom: 0;
  }
}
@media screen and (max-width: 767.999px) {
  @-webkit-keyframes anime-finger-pencil {
    100% {
      left: -4.3rem;
    }
  }
  @keyframes anime-finger-pencil {
    100% {
      left: -4.3rem;
    }
  }
}
body#top #front.active .finger-par {
  -webkit-animation: anime-finger-par 1s ease-in-out forwards;
          animation: anime-finger-par 1s ease-in-out forwards;
}
@-webkit-keyframes anime-finger-par {
  100% {
    top: 0;
  }
}
@keyframes anime-finger-par {
  100% {
    top: 0;
  }
}
@media screen and (max-width: 767.999px) {
  @-webkit-keyframes anime-finger-par {
    100% {
      top: 5rem;
    }
  }
  @keyframes anime-finger-par {
    100% {
      top: 5rem;
    }
  }
}
body#top #front.active .finger-eraser {
  -webkit-animation: anime-finger-eraser 1s ease-in-out forwards;
          animation: anime-finger-eraser 1s ease-in-out forwards;
}
@-webkit-keyframes anime-finger-eraser {
  100% {
    bottom: 0;
    right: 0;
  }
}
@keyframes anime-finger-eraser {
  100% {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 767.999px) {
  @-webkit-keyframes anime-finger-eraser {
    100% {
      bottom: 0;
      right: -1rem;
    }
  }
  @keyframes anime-finger-eraser {
    100% {
      bottom: 0;
      right: -1rem;
    }
  }
}
body#top #front.active .finger-tool {
  -webkit-animation: anime-finger-tool 1s ease-in-out forwards;
          animation: anime-finger-tool 1s ease-in-out forwards;
}
@-webkit-keyframes anime-finger-tool {
  100% {
    top: 11rem;
    right: 2rem;
  }
}
@keyframes anime-finger-tool {
  100% {
    top: 11rem;
    right: 2rem;
  }
}
body#top #wrapper {
  background: url("../img/share/bg_net.png") top left repeat;
  background-size: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #wrapper {
    background-size: 1rem;
  }
}
body#top #wrapper.hidden {
  display: none;
}
@media screen and (max-width: 767.999px) {
  body#top main {
    margin-top: 5rem;
  }
}
body#top #mv {
  width: 100%;
  height: 100vh;
  background: #EE781E;
  padding: 3rem 4rem 3rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #mv {
    height: calc(100svh - 5rem);
    padding: 2rem 1.5rem;
  }
}
body#top #mv .mv-inner {
  background: #fff;
  width: 100%;
  height: calc(100vh - 6rem);
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  background: #fff url("../img/share/bg_net.png") top left repeat;
  background-size: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-inner {
    height: calc(100svh - 9rem);
    border-radius: 2rem;
    background-size: 1rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-inner:before {
    content: "";
    width: 100%;
    height: 17rem;
    background: url("../img/top/wrapper_tool_sp.png") top left no-repeat;
    background-size: contain;
    position: absolute;
    top: 8rem;
    left: 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-inner:after {
    content: "";
    width: 100%;
    height: 18rem;
    background: url("../img/top/wrapper_tool_bottom_sp.png") top left no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
body#top #mv .mv-inner .mv-title {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 65.3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-inner .mv-title {
    width: 70%;
  }
}
body#top #mv .mv-inner .mv-arrow {
  width: 8.5rem;
  position: absolute;
  bottom: 8rem;
  left: 28rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-inner .mv-arrow {
    width: 6rem;
    bottom: 16rem;
    left: 3rem;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
}
body#top #mv .mv-inner .mv-par {
  width: 80rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-inner .mv-par {
    width: 60%;
    top: 5rem;
  }
}
body#top #mv .mv-inner .mv-eraser {
  width: 67rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-inner .mv-eraser {
    width: 75%;
  }
}
body#top #mv .mv-inner .mv-tool {
  width: 32.6rem;
  position: absolute;
  top: 5rem;
  right: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-inner .mv-tool {
    display: none;
  }
}
body#top #start {
  margin-top: 7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #start {
    margin-top: 12rem;
  }
}
body#top #start .start-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  body#top #start .start-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
}
body#top #start .start-head .start-head-pic {
  width: 49%;
  padding-left: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #start .start-head .start-head-pic {
    width: 45%;
    padding-left: 0;
    position: absolute;
    top: -11rem;
    left: -5rem;
  }
}
body#top #start .start-head .start-head-content {
  width: 51%;
  padding: 6rem 20rem 0 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #start .start-head .start-head-content {
    width: 100%;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
  }
}
body#top #start .start-head .start-head-content .start-head-content-label {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  body#top #start .start-head .start-head-content .start-head-content-label {
    font-size: 2rem;
    text-align: center;
  }
}
body#top #start .start-head .start-head-content .start-head-content-label span {
  font-size: 2.3rem;
  font-weight: 900;
}
@media screen and (max-width: 767.999px) {
  body#top #start .start-head .start-head-content .start-head-content-label span {
    font-size: 1.6rem;
  }
}
body#top #start .start-head .start-head-content .start-head-content-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #start .start-head .start-head-content .start-head-content-title {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.4em;
  }
}
body#top #start .start-head .start-head-content .start-head-content-title span {
  color: #FD5D00;
}
body#top #start .start-head .start-head-content .start-head-content-car {
  margin-top: -6rem;
  text-align: right;
}
@media screen and (max-width: 767.999px) {
  body#top #start .start-head .start-head-content .start-head-content-car {
    margin-top: -4rem;
  }
}
body#top #start .start-head .start-head-content .start-head-content-car img {
  width: 36rem;
}
@media screen and (max-width: 767.999px) {
  body#top #start .start-head .start-head-content .start-head-content-car img {
    width: 60%;
  }
}
body#top #start ul.start-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 20rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #start ul.start-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4rem 1.5rem 0;
  }
}
body#top #start ul.start-list li {
  width: 31%;
}
@media screen and (max-width: 767.999px) {
  body#top #start ul.start-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #start ul.start-list li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
body#top #thought {
  position: relative;
  margin-top: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #thought {
    margin-top: 5rem;
    padding-bottom: 16rem;
  }
}
body#top #thought:before {
  content: "";
  background: url("../img/top/thought_left.png") center no-repeat;
  background-size: contain;
  width: 40.7rem;
  height: 30.6rem;
  position: absolute;
  top: 12rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #thought:before {
    top: 0;
    left: auto;
    right: 1.5rem;
    width: 12.21rem;
    height: 9.18rem;
  }
}
body#top #thought:after {
  content: "";
  background: url("../img/top/thought_right.png") center no-repeat;
  background-size: contain;
  width: 47.8rem;
  height: 50.6rem;
  position: absolute;
  top: 0;
  right: -5rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #thought:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 1.5rem;
    width: 16.73rem;
    height: 17.71rem;
  }
}
body#top #thought .thought-inner {
  text-align: center;
  padding-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #thought .thought-inner {
    padding-top: 9rem;
  }
}
body#top #thought .thought-title {
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767.999px) {
  body#top #thought .thought-title {
    font-size: 2.8rem;
  }
}
body#top #thought .thought-title span {
  color: #FD5D00;
}
body#top #thought .thought-lead {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2.4em;
  margin-top: 4.5rem;
  background: url("../img/top/thought_bg.png") center no-repeat;
  background-size: 107.6rem 27.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #thought .thought-lead {
    font-size: 1.4rem;
    line-height: 2em;
    margin-top: 2rem;
    padding: 2rem 1.5rem;
    background-size: cover;
  }
}
body#top #thought .thought-lead p + p {
  margin-top: 2.4em;
}
@media screen and (max-width: 767.999px) {
  body#top #thought .thought-lead p + p {
    margin-top: 1.5em;
  }
}
body#top #thought .thought-lead p span {
  color: #FD5D00;
}
body#top #campaign {
  padding: 14rem 0 15rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign {
    padding: 5rem 0 11rem;
  }
}
body#top #campaign:after {
  content: "";
  background: url("../img/top/campaign_person.png") center no-repeat;
  background-size: contain;
  width: 24.4rem;
  height: 27.8rem;
  position: absolute;
  bottom: 0;
  right: 23rem;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign:after {
    right: 0.5rem;
    width: 12.2rem;
    height: 13.9rem;
  }
}
body#top #campaign .campaign-inner {
  margin: 0 26rem;
  background: rgba(238, 120, 30, 0.1);
  border-radius: 3rem;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-inner {
    margin: 0 1.5rem;
    border-radius: 2rem;
    padding: 6rem 0 4rem;
  }
}
body#top #campaign .campaign-inner:before {
  content: "";
  background: url("../img/top/campaign_heading.png") center no-repeat;
  background-size: contain;
  width: 25.9rem;
  height: 8.4rem;
  position: absolute;
  top: -6rem;
  left: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-inner:before {
    width: 18.13rem;
    height: 5.88rem;
    top: -4rem;
    left: 3rem;
  }
}
body#top #campaign .campaign-title {
  text-align: center;
  margin-left: 7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-title {
    margin: 0 0 0 3.5rem;
  }
}
body#top #campaign .campaign-title img {
  width: 55.3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-title img {
    width: 100%;
  }
}
body#top #campaign .campaign-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 6rem 0;
  background: #fff;
  border-radius: 1rem;
  padding: 0.3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon {
    margin: 3rem 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body#top #campaign .campaign-coupon .campaign-coupon-pic {
  width: 22%;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon .campaign-coupon-pic {
    width: 100%;
  }
}
body#top #campaign .campaign-coupon .campaign-coupon-pic img {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon .campaign-coupon-pic img {
    border-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    width: 100%;
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#top #campaign .campaign-coupon .campaign-coupon-content {
  width: 78%;
  text-align: center;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon .campaign-coupon-content {
    width: 100%;
    padding: 3rem 0;
  }
}
body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-heading {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 3rem 0 3.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-heading {
    font-size: 1.5rem;
    padding: 0 2rem 0 2.5rem;
  }
}
body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-heading:before {
  content: "";
  background: url("../img/share/line_01.png") center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-heading:before {
    width: 1.2rem;
    height: 1.6rem;
  }
}
body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-heading:after {
  content: "";
  background: url("../img/share/line_01.png") center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-heading:after {
    width: 1.2rem;
    height: 1.6rem;
  }
}
body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-title {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-top: 0.3rem;
  line-height: 1.3em;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-title {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-title span {
  color: #EE462C;
}
body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-note {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon .campaign-coupon-content .campaign-coupon-content-note {
    margin-top: 1rem;
  }
}
body#top #campaign .campaign-coupon-bottom {
  text-align: center;
  margin-top: 3rem;
}
body#top #campaign .campaign-coupon-bottom .campaign-coupon-bottom-lead {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon-bottom .campaign-coupon-bottom-lead {
    font-size: 1.6rem;
  }
}
body#top #campaign .campaign-coupon-bottom .campaign-coupon-bottom-note {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #campaign .campaign-coupon-bottom .campaign-coupon-bottom-note {
    font-size: 1.4rem;
  }
}
body#top #campaign .campaign-coupon-bottom .campaign-coupon-bottom-note span {
  color: #FD5D00;
}
body#top #system {
  margin-top: 14rem;
  padding-bottom: 15rem;
  background-image: url("../img/share/img_random_01.png"), url("../img/share/img_random_02.png"), url("../img/share/img_random_03.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 4rem, 18rem, 35rem auto;
  background-position: top 22rem left 30rem, top 75rem right 12rem, top 212rem left 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system {
    margin-top: 10rem;
    background-image: none;
    padding-bottom: 10rem;
  }
}
body#top #system .system-inner {
  margin: 0 20rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system .system-inner {
    margin: 0 1.5rem;
  }
}
body#top #system .system-head {
  margin-top: 5rem;
}
body#top #system .system-head .system-head-title {
  font-size: 7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #system .system-head .system-head-title {
    font-size: 3.4rem;
  }
}
body#top #system .system-head .system-head-title:first-letter {
  color: #FD5D00;
}
body#top #system .system-head .system-head-label {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #FD5D00;
  border: 0.3rem solid #FD5D00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.5em;
  margin-top: 6rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system .system-head .system-head-label {
    font-size: 1.8rem;
    border-width: 0.2rem;
    padding: 0 3rem;
    line-height: 1.8em;
    margin-top: 2.5rem;
  }
}
body#top #system .system-head .system-head-lead {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6em;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system .system-head .system-head-lead {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
body#top #system .system-head .system-head-lead span {
  color: #FD5D00;
}
body#top #system #system-rank {
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank {
    padding-bottom: 9rem;
  }
}
body#top #system #system-rank .system-rank-pic {
  position: absolute;
  top: 2rem;
  left: -5rem;
  width: 45.9rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-pic {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 15rem;
  }
}
body#top #system #system-rank .system-rank-content {
  padding-left: 13rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
body#top #system #system-rank .system-rank-content .system-rank-content-head {
  background: url("../img/top/system_rank_head.png") center no-repeat;
  background-size: cover;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  padding-left: 30rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content .system-rank-content-head {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding: 0 1.5rem;
  }
}
body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-title {
    padding: 2rem 0;
  }
}
body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-title .system-rank-content-head-title-number {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  width: 17%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-title .system-rank-content-head-title-number {
    font-size: 2rem;
    width: 5rem;
  }
}
body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-title .system-rank-content-head-title-text {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  color: #fff;
  width: 83%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-title .system-rank-content-head-title-text {
    font-size: 1.8rem;
    line-height: 1.4em;
    width: calc(100% - 5rem);
  }
}
body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-title .system-rank-content-head-title-text span {
  color: #FFF536;
}
body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-free {
  width: 11.4rem;
  position: absolute;
  top: 2.5rem;
  right: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content .system-rank-content-head .system-rank-content-head-free {
    width: 9rem;
    top: 1.3rem;
    right: 1.5rem;
  }
}
body#top #system #system-rank .system-rank-content .system-rank-content-bottom {
  background: #fff;
  border: 0.4rem solid #EE781E;
  border-top: 0;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 3rem 4rem 3rem 30rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content .system-rank-content-bottom {
    border-width: 0.2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 3rem 1.5rem;
  }
}
body#top #system #system-rank .system-rank-content .system-rank-content-bottom .system-rank-content-bottom-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content .system-rank-content-bottom .system-rank-content-bottom-heading {
    font-size: 1.5rem;
  }
}
body#top #system #system-rank .system-rank-content .system-rank-content-bottom .system-rank-content-bottom-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8em;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rank .system-rank-content .system-rank-content-bottom .system-rank-content-bottom-text {
    font-size: 1.4rem;
    line-height: 2em;
  }
}
body#top #system #system-ex {
  margin-top: 7.5rem;
}
body#top #system #system-ex .system-ex-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-left: 1.8em;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-ex .system-ex-title {
    font-size: 2rem;
    padding-left: 1.5em;
  }
}
body#top #system #system-ex .system-ex-title:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: #FD5D00;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-ex .system-ex-title:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
body#top #system #system-ex ul.system-ex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-ex ul.system-ex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}
body#top #system #system-ex ul.system-ex-list li {
  width: 48%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-ex ul.system-ex-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-ex ul.system-ex-list li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
body#top #system #system-rankup {
  margin-top: 7.5rem;
  position: relative;
}
body#top #system #system-rankup:before {
  content: "";
  background: url("../img/share/img_hand_01.png") center no-repeat;
  background-size: contain;
  width: 9rem;
  height: 7.2rem;
  position: absolute;
  top: 2rem;
  left: 13rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup:before {
    width: 4.5rem;
    height: 3.6rem;
    top: 5rem;
    left: 0;
  }
}
body#top #system #system-rankup .system-rankup-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-left: 1.8em;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-title {
    font-size: 2rem;
    padding-left: 1.5em;
  }
}
body#top #system #system-rankup .system-rankup-title:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: #FD5D00;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-title:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
body#top #system #system-rankup .system-rankup-pic {
  text-align: center;
  margin-top: 4rem;
}
body#top #system #system-rankup .system-rankup-pic img {
  width: 55%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-pic img {
    width: 90%;
  }
}
body#top #system #system-rankup .system-rankup-table {
  background: #FFF7EA;
  border-radius: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table {
    border-radius: 1rem;
    overflow-x: scroll;
  }
}
body#top #system #system-rankup .system-rankup-table table {
  border-spacing: 0.8rem;
  width: 100%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table {
    border-spacing: 0.4rem;
    white-space: nowrap;
    width: 600px;
  }
}
body#top #system #system-rankup .system-rankup-table table thead th {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #EE781E;
  padding: 1.3rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table thead th {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
body#top #system #system-rankup .system-rankup-table table thead th:nth-child(1) {
  width: 20%;
  border-top-left-radius: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table thead th:nth-child(1) {
    border-top-left-radius: 1rem;
  }
}
body#top #system #system-rankup .system-rankup-table table thead th:nth-child(2) {
  width: 20%;
}
body#top #system #system-rankup .system-rankup-table table thead th:nth-child(3) {
  width: 32%;
}
body#top #system #system-rankup .system-rankup-table table thead th:nth-child(4) {
  width: 28%;
  border-top-right-radius: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table thead th:nth-child(4) {
    border-top-right-radius: 1rem;
  }
}
body#top #system #system-rankup .system-rankup-table table tbody tr td {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table tbody tr td {
    font-size: 1.2rem;
  }
}
body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(1) {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(1) {
    font-size: 1.4rem;
  }
}
body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(1):before {
  content: "";
  width: calc(100% + 0.8rem);
  height: 0.1rem;
  background: #EE781E;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(1):before {
    width: calc(100% + 0.4rem);
  }
}
body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(2):before {
  content: "";
  width: calc(100% + 0.8rem);
  height: 0.1rem;
  background: #EE781E;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(2):before {
    width: calc(100% + 0.4rem);
  }
}
body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(3) {
  font-size: 2rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(3) {
    font-size: 1.6rem;
  }
}
body#top #system #system-rankup .system-rankup-table table tbody tr td:nth-child(3):before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #EE781E;
  position: absolute;
  bottom: 0;
  left: 0;
}
body#top #system #system-rankup .system-rankup-table table tbody tr td .unit {
  font-size: 1.5rem;
  margin-left: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-table table tbody tr td .unit {
    font-size: 1.3rem;
  }
}
body#top #system #system-rankup .system-rankup-table table tbody tr td .note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}
body#top #system #system-rankup .system-rankup-table table tbody tr:last-of-type td:before {
  content: none;
}
body#top #system #system-rankup .system-rankup-lead {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-lead {
    font-size: 1.6rem;
  }
}
body#top #system #system-rankup .system-rankup-lead strong {
  color: #FD5D00;
  font-weight: 700;
}
body#top #system #system-rankup .system-rankup-lead span {
  display: inline-block;
  position: relative;
}
body#top #system #system-rankup .system-rankup-lead span:before {
  content: "";
  width: 100%;
  height: 0.5em;
  background: #FFEE90;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body#top #system #system-rankup .system-rankup-note {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-rankup .system-rankup-note {
    font-size: 1.2rem;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }
}
body#top #system #system-special {
  margin-top: 11rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special {
    margin-top: 10rem;
  }
}
body#top #system #system-special .system-special-head {
  background: url("../img/top/system_special_head.png") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  padding: 2.5rem 0 2.5rem 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-head {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding: 2rem 1.5rem;
  }
}
body#top #system #system-special .system-special-head .system-special-head-number {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  color: #fff;
  margin-right: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-head .system-special-head-number {
    font-size: 2rem;
    margin-right: 0;
    width: 5rem;
  }
}
body#top #system #system-special .system-special-head .system-special-head-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-head .system-special-head-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.999px) and (max-width: 767.999px) {
  body#top #system #system-special .system-special-head .system-special-head-title {
    width: calc(100% - 5rem);
  }
}
body#top #system #system-special .system-special-head .system-special-head-title span {
  color: #FFF536;
}
body#top #system #system-special .system-special-content {
  border: 0.4rem solid #EE781E;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-top: 0;
  background: #fff;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-content {
    border-width: 0.2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 3rem 1.5rem;
  }
}
body#top #system #system-special .system-special-content .system-special-content-lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-content .system-special-content-lead {
    font-size: 1.5rem;
    padding-right: 10rem;
    padding: 0 10rem 0 0;
  }
}
body#top #system #system-special .system-special-content .system-special-content-lead:before {
  content: "";
  background: url("../img/top/system_special_illust.png") center no-repeat;
  background-size: contain;
  width: 17.8rem;
  height: 10rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-content .system-special-content-lead:before {
    width: 8.9rem;
    height: 5rem;
  }
}
body#top #system #system-special .system-special-content ul.system-special-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-content ul.system-special-content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}
body#top #system #system-special .system-special-content ul.system-special-content-list li {
  width: 31.4%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-content ul.system-special-content-list li {
    width: 100%;
  }
}
body#top #system #system-special .system-special-content ul.system-special-content-list li .system-special-content-list-pic img {
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
body#top #system #system-special .system-special-content ul.system-special-content-list li .system-special-content-list-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-content ul.system-special-content-list li .system-special-content-list-text {
    font-size: 1.4rem;
  }
}
body#top #system #system-special .system-special-content ul.system-special-content-list li .system-special-content-list-text strong {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-content ul.system-special-content-list li .system-special-content-list-text strong {
    font-size: 1.6rem;
  }
}
body#top #system #system-special .system-special-content ul.system-special-content-list li .system-special-content-list-text span {
  color: #FD5D00;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-special .system-special-content ul.system-special-content-list li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
body#top #system #system-benefits {
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits {
    margin-top: 8rem;
  }
}
body#top #system #system-benefits .system-benefits-head {
  position: relative;
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-head {
    padding: 2rem 0 10rem;
  }
}
body#top #system #system-benefits .system-benefits-head:before {
  content: "";
  background: url("../img/share/img_coin.png") center no-repeat;
  background-size: contain;
  width: 8.4rem;
  height: 7.4rem;
  position: absolute;
  top: 0;
  left: 22rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-head:before {
    width: 5.04rem;
    height: 4.44rem;
    left: 0;
  }
}
body#top #system #system-benefits .system-benefits-head:after {
  content: "";
  background: url("../img/top/system_benefits_person.png") center no-repeat;
  background-size: contain;
  width: 17.7rem;
  height: 15.8rem;
  position: absolute;
  bottom: 0;
  right: 12rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-head:after {
    width: 8.85rem;
    height: 7.9rem;
    right: 2rem;
  }
}
body#top #system #system-benefits .system-benefits-head .system-benefits-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-left: 1.5em;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-head .system-benefits-title {
    font-size: 2rem;
  }
}
body#top #system #system-benefits .system-benefits-head .system-benefits-title:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: #FD5D00;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-head .system-benefits-title:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
body#top #system #system-benefits .system-benefits-head .system-benefits-hint {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-head .system-benefits-hint {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
body#top #system #system-benefits .system-benefits-head .system-benefits-hint:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #EE462C;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
body#top #system #system-benefits .system-benefits-table {
  background: #FFF7EA;
  border-radius: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table {
    border-radius: 1rem;
    overflow-x: scroll;
  }
}
body#top #system #system-benefits .system-benefits-table table {
  border-spacing: 0.8rem;
  width: 100%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table {
    border-spacing: 0.4rem;
    white-space: nowrap;
    width: 700px;
  }
}
body#top #system #system-benefits .system-benefits-table table thead tr th {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #EE781E;
  padding: 1.3rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table thead tr th {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
}
body#top #system #system-benefits .system-benefits-table table thead tr th:nth-child(1) {
  width: 22%;
}
body#top #system #system-benefits .system-benefits-table table thead tr th:nth-child(2) {
  width: 46%;
}
body#top #system #system-benefits .system-benefits-table table thead tr th:nth-child(3) {
  width: 32%;
  background: none;
}
body#top #system #system-benefits .system-benefits-table table thead tr th.balloon {
  position: relative;
}
body#top #system #system-benefits .system-benefits-table table thead tr th.balloon img {
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  width: 90%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table thead tr th.balloon img {
    top: -0.4rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td {
    font-size: 1.2rem;
    padding: 2rem 0;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td:nth-child(1) {
    font-size: 1.4rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td.plus {
  padding: 3rem 0 3rem 1rem;
}
body#top #system #system-benefits .system-benefits-table table tbody tr td.plus:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/share/icon_plus.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -5rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td.plus:after {
    width: 2rem;
    height: 2rem;
    left: -3rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li {
  position: relative;
  line-height: 1.3em;
  padding: 0.5rem 0 0 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li {
    padding: 0.4rem 0 0 3rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li:before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: #3A281B;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li:after {
  content: "";
  position: absolute;
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li:nth-child(n+2) {
  margin-top: 1rem;
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.red {
  color: #EE462C;
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.red:before {
  background: #EE462C;
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.option:after {
  background: url("../img/share/icon_option.png") center no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 1.2rem;
  top: 0.9rem;
  left: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.option:after {
    width: 1.12rem;
    height: 0.96rem;
    top: 0.72rem;
    left: 0.64rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.cafe:after {
  background: url("../img/share/icon_cafe.png") center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.6rem;
  top: 0.7rem;
  left: 0.75rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.cafe:after {
    width: 1.2rem;
    height: 1.28rem;
    top: 0.56rem;
    left: 0.6rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.gasoline:after {
  background: url("../img/share/icon_gasoline.png") center no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.75rem;
  left: 0.75rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.gasoline:after {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.6rem;
    left: 0.6rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.wash:after {
  background: url("../img/share/icon_wash.png") center no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 2rem;
  top: 0.5rem;
  left: 0.65rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.wash:after {
    width: 1.36rem;
    height: 1.6rem;
    top: 0.4rem;
    left: 0.52rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.gym:after {
  background: url("../img/share/icon_gym.png") center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.3rem;
  top: 0.85rem;
  left: 0.7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.gym:after {
    width: 1.28rem;
    height: 1.04rem;
    top: 0.68rem;
    left: 0.56rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.maintenance:after {
  background: url("../img/share/icon_maintenance.png") center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.48rem;
  top: 0.85rem;
  left: 0.7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.maintenance:after {
    width: 1.28rem;
    height: 1.184rem;
    top: 0.68rem;
    left: 0.56rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.laundry:after {
  background: url("../img/share/icon_laundry.png") center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.46rem;
  top: 0.77rem;
  left: 0.7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.laundry:after {
    width: 1.28rem;
    height: 1.168rem;
    top: 0.616rem;
    left: 0.56rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.donut:after {
  background: url("../img/share/icon_donut.png") center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.7rem;
  left: 0.7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td ul.list li.donut:after {
    width: 1.28rem;
    height: 1.28rem;
    top: 0.56rem;
    left: 0.56rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr td .note {
  display: block;
  font-size: 1.3rem;
  margin-top: 2rem;
  color: #666;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr td .note {
    font-size: 1rem;
  }
}
body#top #system #system-benefits .system-benefits-table table tbody tr:nth-child(n+2) td {
  position: relative;
}
body#top #system #system-benefits .system-benefits-table table tbody tr:nth-child(n+2) td:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #EE781E;
  position: absolute;
  top: 0;
  left: 0;
}
body#top #system #system-benefits .system-benefits-table table tbody tr:nth-child(n+2) td:nth-child(1):before, body#top #system #system-benefits .system-benefits-table table tbody tr:nth-child(n+2) td:nth-child(2):before {
  width: calc(100% + 0.8rem);
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-table table tbody tr:nth-child(n+2) td:nth-child(1):before, body#top #system #system-benefits .system-benefits-table table tbody tr:nth-child(n+2) td:nth-child(2):before {
    width: calc(100% + 0.4rem);
  }
}
body#top #system #system-benefits .system-benefits-note {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.3em;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-benefits .system-benefits-note {
    font-size: 1.2rem;
  }
}
body#top #system #system-benefits .system-benefits-note p + p {
  margin-top: 0.5em;
}
body#top #system #system-manage {
  position: relative;
}
body#top #system #system-manage .system-manage-pic {
  position: absolute;
  top: -4rem;
  left: -2rem;
  width: 42rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-pic {
    top: 26rem;
    left: auto;
    right: 0;
    width: 15rem;
  }
}
body#top #system #system-manage .system-manage-content {
  padding-left: 13rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content {
    padding-left: 0;
    margin-top: 10rem;
  }
}
body#top #system #system-manage .system-manage-content .system-manage-content-head {
  background: url("../img/top/system_rank_head.png") center no-repeat;
  background-size: cover;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  padding-left: 30rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content .system-manage-content-head {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding: 2rem 1.5rem;
  }
}
body#top #system #system-manage .system-manage-content .system-manage-content-head .system-manage-content-head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content .system-manage-content-head .system-manage-content-head-title {
    padding: 0;
  }
}
body#top #system #system-manage .system-manage-content .system-manage-content-head .system-manage-content-head-title .system-manage-content-head-title-number {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  width: 17%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content .system-manage-content-head .system-manage-content-head-title .system-manage-content-head-title-number {
    font-size: 2rem;
    width: 5rem;
  }
}
body#top #system #system-manage .system-manage-content .system-manage-content-head .system-manage-content-head-title .system-manage-content-head-title-text {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  color: #fff;
  width: 83%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content .system-manage-content-head .system-manage-content-head-title .system-manage-content-head-title-text {
    font-size: 1.8rem;
    line-height: 1.4em;
    width: calc(100% - 5rem);
  }
}
body#top #system #system-manage .system-manage-content .system-manage-content-head .system-manage-content-head-title .system-manage-content-head-title-text span {
  color: #FFF536;
}
body#top #system #system-manage .system-manage-content .system-manage-content-bottom {
  background: #fff;
  border: 0.4rem solid #EE781E;
  border-top: 0;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 3rem 4rem 6rem 30rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content .system-manage-content-bottom {
    border-width: 0.2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 3rem 1.5rem;
  }
}
body#top #system #system-manage .system-manage-content .system-manage-content-bottom:before {
  content: "";
  background: url("../img/share/img_pencil.png") center no-repeat;
  background-size: contain;
  width: 11.3rem;
  height: 3.8rem;
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content .system-manage-content-bottom:before {
    width: 5.65rem;
    height: 1.9rem;
    bottom: 11rem;
    right: 1.5rem;
  }
}
body#top #system #system-manage .system-manage-content .system-manage-content-bottom .system-manage-content-bottom-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7em;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content .system-manage-content-bottom .system-manage-content-bottom-text {
    font-size: 1.5rem;
  }
}
body#top #system #system-manage .system-manage-content .system-manage-content-bottom .system-manage-content-bottom-text .note {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage .system-manage-content .system-manage-content-bottom .system-manage-content-bottom-text .note {
    font-size: 1.2rem;
  }
}
body#top #system #system-manage ul.system-manage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage ul.system-manage-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10rem;
  }
}
body#top #system #system-manage ul.system-manage-list li {
  width: 31.5%;
  background: #fff;
  border-radius: 2rem;
  padding: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage ul.system-manage-list li {
    width: 100%;
  }
}
body#top #system #system-manage ul.system-manage-list li .system-manage-list-icon {
  background: url("../img/top/system_rank_head.png") center no-repeat;
  background-size: cover;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage ul.system-manage-list li .system-manage-list-icon {
    height: 5rem;
  }
}
body#top #system #system-manage ul.system-manage-list li .system-manage-list-icon img {
  width: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage ul.system-manage-list li .system-manage-list-icon img {
    width: 3rem;
  }
}
body#top #system #system-manage ul.system-manage-list li .system-manage-list-head {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  padding: 1.5rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  min-height: 0%;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage ul.system-manage-list li .system-manage-list-head {
    font-size: 1.4rem;
  }
}
body#top #system #system-manage ul.system-manage-list li .system-manage-list-head .heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #FD5D00;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage ul.system-manage-list li .system-manage-list-head .heading {
    font-size: 1.6rem;
  }
}
body#top #system #system-manage ul.system-manage-list li .system-manage-list-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
  border-top: 0.2rem solid rgba(200, 204, 207, 0.3);
  padding: 2rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 100%;
  min-height: 0%;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage ul.system-manage-list li .system-manage-list-text {
    font-size: 1.4rem;
    padding: 2rem 1.5rem;
  }
}
body#top #system #system-manage ul.system-manage-list li:nth-child(n+4) {
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #system #system-manage ul.system-manage-list li:nth-child(n+2) {
    margin-top: 3rem;
  }
}
body#top #faq {
  margin-top: 14rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq {
    margin-top: 10rem;
    padding-bottom: 10rem;
  }
}
body#top #faq .faq-inner {
  margin: 0 20rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq .faq-inner {
    margin: 0 1.5rem;
  }
}
body#top #faq .faq-title {
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  padding: 2.5rem 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #faq .faq-title {
    font-size: 2.8rem;
    padding: 2rem 0;
  }
}
body#top #faq .faq-title:before {
  content: "";
  background: url("../img/share/img_hatena.png") center no-repeat;
  background-size: contain;
  width: 5.1rem;
  height: 9.3rem;
  position: absolute;
  bottom: 0;
  left: 15rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq .faq-title:before {
    width: 3.06rem;
    height: 5.58rem;
    left: 2rem;
  }
}
body#top #faq .faq-title:after {
  content: "";
  background: url("../img/share/img_exclamation.png") center no-repeat;
  background-size: contain;
  width: 5rem;
  height: 9.7rem;
  position: absolute;
  top: 1.5rem;
  right: 16rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq .faq-title:after {
    width: 3rem;
    height: 5.82rem;
    right: 2rem;
  }
}
body#top #faq .faq-title span {
  color: #FD5D00;
}
body#top #faq ul.faq-list {
  margin-top: 3.5rem;
}
body#top #faq ul.faq-list li {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 3.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li {
    padding: 2rem 1.5rem;
  }
}
body#top #faq ul.faq-list li:nth-child(n+2) {
  margin-top: 3rem;
}
body#top #faq ul.faq-list li .faq-question {
  border-bottom: 0.2rem solid #EE781E;
  padding: 0 1.5rem 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li .faq-question {
    padding: 0 0.5rem 1rem;
  }
}
body#top #faq ul.faq-list li .faq-question .faq-question-title {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li .faq-question .faq-question-title {
    font-size: 1.5rem;
    padding-left: 3rem;
  }
}
body#top #faq ul.faq-list li .faq-question .faq-question-title:before {
  content: "Q.";
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #EE781E;
  position: absolute;
  top: -0.1em;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li .faq-question .faq-question-title:before {
    font-size: 1.6rem;
    top: 0;
  }
}
body#top #faq ul.faq-list li .faq-answer {
  padding-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li .faq-answer {
    padding-top: 1.5rem;
  }
}
body#top #faq ul.faq-list li .faq-answer .faq-answer-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li .faq-answer .faq-answer-text {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
body#top #faq ul.faq-list li dl.rp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li dl.rp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #faq ul.faq-list li dl.rp dt {
  width: 13em;
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li dl.rp dt {
    font-weight: bold;
  }
}
body#top #faq ul.faq-list li dl.rp dd {
  width: calc(100% - 13em);
}
@media screen and (max-width: 767.999px) {
  body#top #faq ul.faq-list li dl.rp dd {
    width: 100%;
  }
}
body#top #faq .faq-btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #faq .faq-btn {
    margin-top: 5rem;
  }
}
body#top #faq .faq-btn a {
  width: 39rem;
  height: 7rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FD5D00), to(#FF9D00));
  background: linear-gradient(90deg, #FD5D00 0%, #FF9D00 100%);
  border-radius: 100vmax;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -webkit-box-shadow: 0.3rem 0.7rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.3rem 0.7rem 1rem rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #faq .faq-btn a {
    width: 80%;
    height: 6rem;
    font-size: 1.5rem;
  }
}
body#top #faq .faq-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FF9D00), to(#FD5D00));
  background: linear-gradient(90deg, #FF9D00 0%, #FD5D00 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}
body#top #faq .faq-btn a span {
  position: relative;
  padding-right: 1.4em;
}
body#top #faq .faq-btn a span:after {
  content: "";
  background: url("../img/share/icon_blank.png") center no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body#top #faq .faq-btn a:hover:before {
  visibility: hidden;
  opacity: 0;
}
body#top #scheme {
  background: rgba(255, 238, 144, 0.35);
  padding: 10rem 0 20rem;
  position: relative;
}
body#top #scheme:before {
  content: "";
  background: url("../img/top/scheme_head_exclamation.png") center no-repeat;
  background-size: contain;
  width: 13.4rem;
  height: 13.4rem;
  position: absolute;
  top: 12rem;
  right: 30rem;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme:before {
    width: 5.36rem;
    height: 5.36rem;
    top: 14rem;
    right: 4rem;
  }
}
body#top #scheme:after {
  content: "";
  background: url("../img/top/scheme_head_finger.png") center no-repeat;
  background-size: contain;
  width: 6.5rem;
  height: 8rem;
  position: absolute;
  top: 46rem;
  left: 41rem;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme:after {
    width: 2.6rem;
    height: 3.2rem;
    top: 25rem;
    left: 8rem;
  }
}
body#top #scheme .scheme-iiner {
  margin: 0 20rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme .scheme-iiner {
    margin: 0 1.5rem;
  }
}
body#top #scheme .scheme-iiner:before {
  content: "";
  background: url("../img/top/scheme_head_left.png") center no-repeat;
  background-size: contain;
  width: 18.4rem;
  height: 28.8rem;
  position: absolute;
  top: 10rem;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme .scheme-iiner:before {
    width: 7.36rem;
    height: 11.52rem;
    top: 4rem;
    left: -1rem;
  }
}
body#top #scheme .scheme-iiner:after {
  content: "";
  background: url("../img/top/scheme_head_right.png") center no-repeat;
  background-size: contain;
  width: 15.1rem;
  height: 27.9rem;
  position: absolute;
  top: 16rem;
  right: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme .scheme-iiner:after {
    width: 6.04rem;
    height: 11.16rem;
    top: 8rem;
    right: 0;
  }
}
body#top #scheme .scheme-head {
  padding-top: 6rem;
}
body#top #scheme .scheme-head .scheme-head-lead {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme .scheme-head .scheme-head-lead {
    font-size: 2rem;
  }
}
body#top #scheme .scheme-head .scheme-head-title {
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme .scheme-head .scheme-head-title {
    margin-top: 1rem;
  }
}
body#top #scheme .scheme-head .scheme-head-title img {
  width: 78%;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme .scheme-head .scheme-head-title img {
    width: 90%;
  }
}
body#top #scheme ul.scheme-list {
  margin-top: 12rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list {
    margin-top: 10rem;
  }
}
body#top #scheme ul.scheme-list:before {
  content: "";
  background: url("../img/top/scheme_list_pic.png") center no-repeat;
  background-size: contain;
  width: 29.7rem;
  height: 15.1rem;
  position: absolute;
  top: -15rem;
  right: 17rem;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list:before {
    width: 14.85rem;
    height: 7.55rem;
    top: -7.4rem;
    left: 0;
    right: 3rem;
    margin: auto;
  }
}
body#top #scheme ul.scheme-list li {
  position: relative;
}
body#top #scheme ul.scheme-list li:before {
  content: "";
  width: 26rem;
  height: 26rem;
  -webkit-box-shadow: 0 0 3rem #ffba86;
          box-shadow: 0 0 3rem #ffba86;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li:before {
    width: 20rem;
    height: 20rem;
    bottom: auto;
    right: 0;
  }
}
body#top #scheme ul.scheme-list li .scheme-list-pic {
  width: 26rem;
  height: 26rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li .scheme-list-pic {
    position: relative;
    width: 20rem;
    height: 20rem;
  }
}
body#top #scheme ul.scheme-list li .scheme-list-pic:before {
  content: "";
  width: 90%;
  height: 90%;
  background: #FFF7EA;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  margin: auto;
}
body#top #scheme ul.scheme-list li .scheme-list-pic img {
  position: relative;
  z-index: 1;
}
body#top #scheme ul.scheme-list li .scheme-list-pic.logo img {
  width: 8.2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li .scheme-list-pic.logo img {
    width: 6rem;
  }
}
body#top #scheme ul.scheme-list li .scheme-list-pic.photo img {
  border-radius: 50%;
  width: 90%;
}
body#top #scheme ul.scheme-list li .scheme-list-content {
  background: #fff;
  margin-left: 13rem;
  border-top-right-radius: 100vmax;
  border-bottom-right-radius: 100vmax;
  padding: 2.5rem 7rem 2.5rem 17rem;
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li .scheme-list-content {
    margin: -10rem 0 0;
    border-radius: 1rem;
    min-height: auto;
    padding: 12rem 1.5rem 3rem;
  }
}
body#top #scheme ul.scheme-list li .scheme-list-content .scheme-list-content-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li .scheme-list-content .scheme-list-content-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
body#top #scheme ul.scheme-list li .scheme-list-content .scheme-list-content-title span {
  color: #FD5D00;
}
body#top #scheme ul.scheme-list li .scheme-list-content .scheme-list-content-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2em;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li .scheme-list-content .scheme-list-content-text {
    font-size: 1.4rem;
  }
}
body#top #scheme ul.scheme-list li:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
body#top #scheme ul.scheme-list li:nth-child(2n):before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li:nth-child(2n):before {
    left: 0;
  }
}
body#top #scheme ul.scheme-list li:nth-child(2n) .scheme-list-pic {
  left: auto;
  right: 0;
}
body#top #scheme ul.scheme-list li:nth-child(2n) .scheme-list-content {
  background: #fff;
  margin: 0 13rem 0 0;
  border-radius: 0;
  border-top-left-radius: 100vmax;
  border-bottom-left-radius: 100vmax;
  padding: 2.5rem 17rem 2.5rem 9rem;
}
@media screen and (max-width: 767.999px) {
  body#top #scheme ul.scheme-list li:nth-child(2n) .scheme-list-content {
    margin: -10rem 0 0;
    border-radius: 1rem;
    min-height: auto;
    padding: 12rem 1.5rem 3rem;
  }
}
body#top .dl {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12%, transparent), color-stop(12%, rgba(255, 238, 144, 0.35)), to(rgba(255, 238, 144, 0.35)));
  background: linear-gradient(180deg, transparent 0%, transparent 12%, rgba(255, 238, 144, 0.35) 12%, rgba(255, 238, 144, 0.35) 100%);
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top .dl {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(7%, transparent), color-stop(7%, rgba(255, 238, 144, 0.35)), to(rgba(255, 238, 144, 0.35)));
    background: linear-gradient(180deg, transparent 0%, transparent 7%, rgba(255, 238, 144, 0.35) 7%, rgba(255, 238, 144, 0.35) 100%);
  }
}
body#top .dl.bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 204, 207, 0.2)), color-stop(12%, rgba(200, 204, 207, 0.2)), color-stop(12%, rgba(255, 238, 144, 0.35)), to(rgba(255, 238, 144, 0.35)));
  background: linear-gradient(180deg, rgba(200, 204, 207, 0.2) 0%, rgba(200, 204, 207, 0.2) 12%, rgba(255, 238, 144, 0.35) 12%, rgba(255, 238, 144, 0.35) 100%);
}
@media screen and (max-width: 767.999px) {
  body#top .dl.bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 204, 207, 0.2)), color-stop(7%, rgba(200, 204, 207, 0.2)), color-stop(7%, rgba(255, 238, 144, 0.35)), to(rgba(255, 238, 144, 0.35)));
    background: linear-gradient(180deg, rgba(200, 204, 207, 0.2) 0%, rgba(200, 204, 207, 0.2) 7%, rgba(255, 238, 144, 0.35) 7%, rgba(255, 238, 144, 0.35) 100%);
  }
}
body#top .dl .dl-inner {
  margin: 0 20rem;
  background: url("../img/top/dl_bg.png") center no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-inner {
    margin: 0;
    padding: 0 1.5rem;
    background-size: auto 32rem;
    background-position: top 14rem center;
  }
}
body#top .dl .dl-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60rem;
  margin: auto;
  padding-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
  }
}
body#top .dl .dl-info .dl-info-pic {
  width: 9.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info .dl-info-pic {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info .dl-info-pic img {
    width: 30%;
  }
}
body#top .dl .dl-info .dl-info-content {
  width: calc(100% - 15rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info .dl-info-content {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info .dl-info-content .dl-info-title {
    text-align: center;
  }
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info .dl-info-content .dl-info-title img {
    width: 70%;
  }
}
body#top .dl .dl-info .dl-info-content .dl-info-lead {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2em;
  text-align: center;
  background: #fff;
  border-radius: 1.4rem;
  padding: 1.3rem 0;
  margin-top: 1.5rem;
  margin: 1.5rem 1rem 0 0.5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info .dl-info-content .dl-info-lead {
    font-size: 1.5rem;
    line-height: 1.4em;
    padding: 1.5rem 0;
  }
}
body#top .dl .dl-info .dl-info-content .dl-info-lead:before {
  content: "";
  background: #fff;
  height: 4rem;
  width: 2.8rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -2rem;
  left: 20rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info .dl-info-content .dl-info-lead:before {
    left: 16rem;
  }
}
body#top .dl .dl-info .dl-info-content .dl-info-lead span {
  color: #FD5D00;
}
body#top .dl .dl-info .dl-info-content .dl-info-btn {
  width: 28rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100vmax;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FD5D00;
  margin: 2.2rem 0 0 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-info .dl-info-content .dl-info-btn {
    width: 80%;
    margin-top: 3rem;
  }
}
body#top .dl ul.dl-info-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 44rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767.999px) {
  body#top .dl ul.dl-info-bnr {
    width: 76%;
  }
}
body#top .dl ul.dl-info-bnr li.app {
  width: 19rem;
}
@media screen and (max-width: 767.999px) {
  body#top .dl ul.dl-info-bnr li.app {
    width: 11.4rem;
  }
}
body#top .dl ul.dl-info-bnr li.google {
  width: 23.4rem;
}
@media screen and (max-width: 767.999px) {
  body#top .dl ul.dl-info-bnr li.google {
    width: 14.04rem;
  }
}
body#top .dl ul.dl-info-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 767.999px) {
  body#top .dl ul.dl-info-app {
    margin-top: 6vw;
  }
}
body#top .dl ul.dl-info-app li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#top .dl ul.dl-info-app li.apple {
  width: 190px;
}
@media screen and (max-width: 767.999px) {
  body#top .dl ul.dl-info-app li.apple {
    width: 32.5vw;
  }
}
body#top .dl ul.dl-info-app li.google {
  width: 234px;
  margin-left: 20px;
}
@media screen and (max-width: 767.999px) {
  body#top .dl ul.dl-info-app li.google {
    width: 40vw;
    margin-left: 15px;
  }
}
body#top .dl .dl-note {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 767.999px) {
  body#top .dl .dl-note {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 7rem;
  }
}
body#top .dl .dl-note .note {
  margin-left: 1em;
  text-indent: -1em;
}
body#top .dl.cta {
  margin-top: 12rem;
  padding-bottom: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), color-stop(20%, rgba(255, 238, 144, 0.35)), to(rgba(255, 238, 144, 0.35)));
  background: linear-gradient(180deg, transparent 0%, transparent 20%, rgba(255, 238, 144, 0.35) 20%, rgba(255, 238, 144, 0.35) 100%);
}
@media screen and (max-width: 767.999px) {
  body#top .dl.cta {
    margin-top: 5rem;
  }
}
body#top #use {
  background: rgba(200, 204, 207, 0.2);
  padding: 10rem 0;
}
body#top #use .use-inner {
  margin: 0 20rem;
}
@media screen and (max-width: 767.999px) {
  body#top #use .use-inner {
    margin: 0 1.5rem;
  }
}
body#top #use .use-title {
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #use .use-title {
    font-size: 2.8rem;
    margin-top: 5rem;
  }
}
body#top #use .use-title span {
  color: #FD5D00;
}
body#top #use ul.use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #use ul.use-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
  }
}
body#top #use ul.use-list li {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #use ul.use-list li {
    width: 100%;
  }
}
body#top #use ul.use-list li .use-list-step {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #FD5D00;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #use ul.use-list li .use-list-step {
    font-size: 2rem;
  }
}
body#top #use ul.use-list li .use-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.06em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 0%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #use ul.use-list li .use-list-title {
    font-size: 1.6rem;
  }
}
body#top #use ul.use-list li .use-list-pic {
  width: 22rem;
  height: 22rem;
  position: relative;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767.999px) {
  body#top #use ul.use-list li:nth-child(n+2) {
    margin-top: 10rem;
  }
}
body#top #use ul.use-list li:nth-child(n+2):before {
  content: "";
  background: #FF8F0B;
  height: 3.9rem;
  width: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: -1rem;
  bottom: 9rem;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #use ul.use-list li:nth-child(n+2):before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -6rem;
    bottom: auto;
    left: 0;
    right: 0;
  }
}