@charset "UTF-8";

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  word-break: break-word;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

iframe {
  display: block;
  border: 0;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

svg:not(:root) {
  overflow: hidden;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input,
textarea,
button {
  background: 0;
  border: 0;
  border-radius: 0;
  line-height: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
}

optgroup {
  font-weight: 700;
}

::-ms-clear,
::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

img,
svg:not(:root) {
  -ms-interpolation-mode: bicubic;
  display: block;
  image-rendering: optimizeQuality;
  max-width: 100%;
  height: auto;
}

input[type=text],
input[type=button],
input[type=email],
input[type=password],
input[type=submit],
input[type=tel],
input[type=url],
input[type=number],
input[type=reset],
textarea,
button {
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@font-face {
  font-family: "chuden";
  src: url("../fonts/chuden.ttf?wn18v9") format("truetype"), url("../fonts/chuden.woff?wn18v9") format("woff"), url("../fonts/chuden.svg?wn18v9#chuden") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=sa-ic-],
[class*=" sa-ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "chuden" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sa-ic-arrow-down:before {
  content: "\e900";
}

.sa-ic-arrow-right:before {
  content: "\e901";
}

.sa-ic-arrow-up:before {
  content: "\e902";
}

:root {
  --font-1: "Hiragino Kaku Gothic", "Noto Sans JP", sans-serif;
  --font-2: "Montserrat", sans-serif;
  --primary: #009B9B;
  --primary-dark: #008C8C;
  --second: #2AAFAF;
  --dark: #006464;
  --textMain: #00202D;
  --text-sub: #436674;
  --text-disable: #b4b4b4;
  --white: #fff;
  --black: #000;
  --btn: #F05A00;
  --btn-hover: #FFE9DB;
  --btn-df-hover: #1D4353;
  --btn-df-before: #DCDCDC;
  --bg: #F3FAFA;
  --bg-02: #D7F1F1;
  --border: #00202D;
  --border-light: #CFCFCF;
  --border-gray: #E5E5E5;
  --border-gray2: #f3f3f3;
  --border-highlight: #FBA000;
  --highlight: #F05A00;
  --shadow: #D5D5D5;
  --input-border: #D9D9D9;
  --input-placeholder: #BFBFBF;
  --option-hover: #fafafa;
  --option-selected: #f0f0f0;
  --error: #CF1322;
  --error-bg: #FFF1F0;
  --box-bg: #f9f9f9;
}

.how-to-use .step-mobile figure,
.support-item figure,
.sa-btn-switch,
.sa-btn,
#open-nav {
  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;
}

@-webkit-keyframes showreel-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes showreel-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

html {
  /* scroll-behavior: smooth; */
}

body {
  --scale: calc(100vw / 1880);
  --min-sec-height: calc(100vh - 60px);
  font-family: var(--font-1);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--textMain);
  background-color: var(--white);
}

#main {
  position: relative;
  z-index: 1;
}

#open-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 32px;
  height: 32px;
  margin-left: auto;
}

#open-nav span {
  height: 2px;
  width: 24px;
  background-color: var(--primary);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#open-nav.is-active {
  background-color: var(--primary);
}

#open-nav.is-active span {
  background-color: var(--white);
}

#open-nav.is-active span:nth-child(2) {
  opacity: 0;
}

#open-nav.is-active span:first-child {
  -webkit-transform: translate(0, 6px) rotate(-45deg);
      -ms-transform: translate(0, 6px) rotate(-45deg);
          transform: translate(0, 6px) rotate(-45deg);
}

#open-nav.is-active span:last-child {
  -webkit-transform: translate(0, -6px) rotate(45deg);
      -ms-transform: translate(0, -6px) rotate(45deg);
          transform: translate(0, -6px) rotate(45deg);
}

.switch-btn {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.sa-txt-center {
  text-align: center;
}

.sa-m-up {
  margin-top: -64px;
}

.sa-mb-16 {
  margin-bottom: 16px;
}

.sa-mb-32 {
  margin-bottom: 32px;
}

.sa-p-space {
  padding: 96px 0;
}

.sa-pb-0 {
  padding-bottom: 0 !important;
}

.sa-bg-primary {
  background-color: var(--primary);
}

.sa-bg-second {
  background-color: var(--bg);
}

.sa-bg-third {
  background-color: var(--bg-02);
}

.sa-bg-white {
  background-color: var(--white);
}

.sa-rounded {
  border-radius: 32px;
}

.sa-rounded-up {
  border-radius: 32px 32px 0 0;
}

.sa-rounded-left {
  border-radius: 32px 0 0 32px;
}

.sa-rounded-left-top {
  border-radius: 32px 0 0 0;
}

.sa-cont {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sa-heading {
  margin-bottom: 56px;
  position: relative;
}

.sa-heading .ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.8px;
  color: var(--primary);
}

.sa-heading .ttl:not(:last-child) {
  margin-bottom: 12px;
}

.sa-heading .sttl {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.sa-heading .sttl:before {
  content: url(../images/common/svg/decor-before-ttl.svg);
  line-height: 0;
}

.sa-heading-02 {
  margin-bottom: 52px;
  position: relative;
}

.sa-heading-02 .ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 2.56px;
  color: var(--dark);
}

.sa-heading-02 .sttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.099px;
  color: var(--primary);
}

.sa-heading-02 .sttl > *:not(.last-child) {
  margin-bottom: 12px;
}

.sa-btn {
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.008px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}

.sa-btn > span {
  border: 2px solid var(--textMain);
  border-radius: 4px;
  display: block;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 16px 21px 18px;
}

.sa-btn.--primary {
  color: var(--white);
}

.sa-btn.--primary > span {
  background: var(--btn);
}

.sa-btn.--primary:hover {
  color: var(--textMain);
}

.sa-btn.--primary:hover > span {
  background: var(--btn-hover);
}

.sa-btn.--default > span {
  background: var(--white);
}

.sa-btn.--default:hover {
  color: var(--white);
}

.sa-btn.--default:hover > span {
  background: var(--btn-df-hover);
}

.sa-btn.--shadow {
  padding: 0 8px 8px 0;
  position: relative;
  z-index: 1;
}

.sa-btn.--shadow > span {
  min-width: 320px;
  position: relative;
  z-index: 1;
}

.sa-btn.--shadow:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid var(--textMain);
  border-radius: 4px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sa-btn.--shadow.--primary:before {
  background-color: var(--btn-hover);
}

.sa-btn.--shadow.--default:before {
  background-color: var(--btn-df-before);
}

.sa-btn.--shadow:hover > span {
  -webkit-transform: translate(8px, 8px);
      -ms-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}

.sa-btn.--shadow:hover:before {
  opacity: 0;
}

.sa-btn.--arrow > span {
  padding-left: 50px;
  padding-right: 50px;
}

.sa-btn.--arrow i {
  position: absolute;
  font-size: 24px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.sa-btn-switch {
  line-height: 1;
  font-weight: 700;
  background-color: var(--white);
  color: var(--primary);
  padding: 11px 8px 13px;
  min-width: 184px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sa-btn-switch:hover {
  opacity: 0.6;
}

.sa-btn-switch.is-active {
  color: var(--white);
  background-color: var(--primary);
}

.sa-indent {
  display: flex;
}

.sa-indent .spacer {
  white-space: pre;
}

.sa-ml-1em {
  margin-left: 1em;
}

.sa-mb-1em {
  margin-bottom: calc(1em * 1.5);
}

.wrap-svg-animation {
  position: absolute;
  width: calc(50vw + 320px);
  right: 20px;
  top: 24px;
}

.wrap-svg-animation .svg-pin {
  width: 110px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(20%, -50%);
      -ms-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
}

.rm-spec-char-space {
  display: inline-block;
  width: 8px;
}

/* ----------------------------------------------
   * Generated by Animista on 2021-2-11 23:32:31
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.js-scroll {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  -webkit-animation: fade-in 1s ease-in-out both;
          animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
          animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  -webkit-animation: slide-in-left 1s ease-in-out both;
          animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
          animation: slide-in-right 1s ease-in-out both;
}

.scrolled.slide-right-list > * {
  -webkit-animation: slide-in-right 1s ease-in-out both;
          animation: slide-in-right 1s ease-in-out both;
}

.scrolled.slide-right-list > *:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.scrolled.slide-right-list > *:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.scrolled.slide-right-list > *:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.scrolled.slide-right-list > *:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.scrolled.slide-right-list > *:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scrolled.slide-right-list > *:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.scrolled.slide-right-list > *:nth-child(7) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.scrolled.slide-right-list > *:nth-child(8) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.scrolled.slide-right-list > *:nth-child(9) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.scrolled.slide-right-list > *:nth-child(10) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scrolled.slide-right-list > *:nth-child(11) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.scrolled.slide-right-list > *:nth-child(12) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.anim-delay-01 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.anim-delay-02 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.anim-delay-03 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.anim-delay-04 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.anim-delay-05 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.anim-delay-06 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.anim-delay-07 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}

.anim-delay-08 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

.anim-delay-09 {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.main-header {
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  position: relative;
}

.main-header.--blue {
  background-color: var(--primary);
}

.main-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

.main-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

.main-header .logo img {
  height: 25px;
}

.main-header .sa-cont {
  max-width: 100%;
}

.main-header-cont {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-weight: 700;
}

#main-nav .nav-btn .sa-btn > span {
  min-width: 240px;
}

#main-nav .app-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-footer {
  background-color: var(--primary);
  color: var(--white);
}

.main-footer .sa-cont {
  max-width: 1540px;
}

.main-footer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer-top {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.main-footer .footer-menu {
  font-weight: 700;
}

.main-footer-bottom {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.main-footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.2272727273;
  letter-spacing: 0.75px;
}

.main-footer .private-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.main-footer .private-menu a {
  text-decoration: underline;
}

.main-footer .c_name {
  margin: 30px 0 10px;
}

.main-footer .c_name img {
  width: 160px;
  height: auto;
}

.main-footer .copyright,
.main-footer .private-menu {
  font-size: 10px;
}

.main-footer .app-ttl {
  font-size: 20px;
  font-weight: 700;
}

.main-footer .app-link {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 15px 0;
}

.main-footer .app-des {
  font-size: 10px;
}

.apps-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.apps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.apps-des {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
  max-width: 552px;
}

.about-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  padding: 96px 0;
  z-index: 1;
}

.about-cont:before {
  content: "";
  position: absolute;
  background-color: var(--bg);
  height: 100%;
  width: 100vw;
  top: 0;
  right: -20px;
  z-index: -1;
}

.about-cont > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.about-content .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

.about-content .des {
  font-size: 14px;
  font-weight: 400;
}

.about-content .notes {
  font-size: 12px;
  margin-top: 32px;
}

.function-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.function-cont > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.function figure {
  border-radius: 16px;
  overflow: hidden;
}

.function-list {
  padding-left: 28px;
}

.function-list > li {
  font-size: 14px;
  letter-spacing: 0.007px;
}

.function-list > li > *:first-child {
  margin-bottom: 8px;
  letter-spacing: 0;
}

.function-list > li > *:first-child:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--textMain);
  margin-left: -28px;
  margin-right: 16px;
}

.function-list > li + li {
  margin-top: 24px;
}

.news-list {
  position: relative;
}

.news-list:not(:last-child) {
  margin-bottom: 56px;
}

.news-item {
  background-color: var(--white);
  padding: 16px 20px;
}

.top-page .news-list > .news-item:first-child {
  padding-top: 0;
}

.news-item + * {
  border-top: 1px solid var(--border-light);
}

.news-item:nth-child(3) ~ * {
  display: none;
}

.news-item .time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1428571429;
  letter-spacing: 0.006px;
  padding: 4px 0;
  color: var(--text-sub);
}

.news-item > div {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.news-item .tag {
  color: var(--dark);
  font-size: 12px;
  padding: 2px 11px 4px;
  border: 1px solid var(--primary);
  border-radius: 64px;
}

.news-item .ttl {
  letter-spacing: 0.007px;
}

.news:not(.is-open) .news-list-close {
  display: none;
}

.news.is-open .news-list-open {
  display: none;
}

.advantages {
  font-size: 14px;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.advantages-item > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.advantages-item img {
  margin: 0 auto;
}

.advantages-item .ttl {
  color: var(--dark);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.advantages-item .list li + li {
  margin-top: 24px;
}

.advantages-item .list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.advantages-item .list-ttl span:first-child {
  color: var(--white);
  background-color: #2AAFAF;
  padding: 7px 48px 9px 16px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 0px 1000px 0px 0px;
}

.advantages-item .list-ttl img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 -38px;
  position: relative;
}

.banner-contact {
  padding-bottom: 96px;
}

.banner-contact figure {
  position: relative;
  max-width: 896px;
  margin: 0 auto;
}

.banner-contact figure .sa-btn {
  position: absolute;
  left: 63px;
  bottom: 69px;
}

.banner-contact figure .sa-btn > span {
  min-width: 240px;
}

.banner {
  background: url(../images/index/kv-bg-sp.jpg) no-repeat center/cover;
}

.banner-cont {
  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;
}

.banner-ttl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4px;
}

.banner-ttl + * {
  margin-top: 8px;
}

.banner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
}

.banner .powered-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.banner .powered-by strong {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5217391304;
  display: block;
  padding: 22.5px 0 10.5px;
}

.banner .powered-by img {
  width: 90px;
  height: auto;
}

.dashboard {
  position: relative;
}

.dashboard:before {
  background-color: var(--white);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dashboard-top {
  margin-bottom: 64px;
  font-size: 14px;
}

.dashboard-top > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.dashboard-top-ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.dashboard-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  margin-bottom: 56px;
  font-size: 14px;
}

.dashboard-item figure {
  padding: 0 6px 6px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.dashboard-item figure:before {
  background-color: var(--shadow);
  border-radius: 4px;
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dashboard-item figure img {
  border-radius: 3px;
}

.dashboard-item .ttl {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 16px;
}

.plan-diff {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.plan-diff-item {
  border: solid 2px #009B9B;
  border-top-width: 16px;
  border-radius: 16px;
  background: #fff;
  padding: 32px 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

.plan-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plan-sttl {
  font-size: 14px;
  color: #009B9B;
  font-weight: 700;
}

.plan-ttl {
  font-size: 24px;
  font-weight: 700;
}

.plan-des {
  font-size: 14px;
}

.plan-data-ttl {
  font-size: 16px;
  color: #009B9B;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 8px;
}

.plan-data-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #009B9B;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.plan-data-ttl span {
  background: #fff;
  position: relative;
  padding: 0 24px;
}

.plan-data-body {
  font-size: 14px;
  width: 100%;
}

.plan-data-body tr {
  border-bottom: solid 1px #F3F3F3;
}

.plan-data-body th,
.plan-data-body td {
  padding: 12px 0;
}

.plan-data-body th {
  font-weight: 400;
}

.plan-data-body td {
  width: 140px;
  font-weight: 700;
  white-space: nowrap;
}

.plan-data-body td .highlight {
  color: #009B9B;
}

.plan-data-body td strong {
  font-size: 20px;
  letter-spacing: 0.0425em;
  line-height: 1;
}

.plan-data-body td small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.plan-data-body i.circle {
  display: block;
  width: 16px;
  height: 16px;
  border: solid 2px #00202D;
  border-radius: 100%;
}

.plan-data-body i.line {
  display: block;
  width: 16px;
  height: 2px;
  background: #00202D;
}

.plan-data-btn {
  display: block;
  width: 100%;
}

.faq-inner {
  padding-top: 96px;
}

.faq-list + .sa-btn {
  margin-top: 50px;
}

.faq-item {
  background-color: var(--white);
  border-radius: 4px;
  border: 2px solid var(--primary);
  padding: 16px 22px;
  position: relative;
}

.faq-item + .faq-item {
  margin-top: 16px;
}

.faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.faq-q.is-active button {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.faq-q .icon,
.faq-q button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-q .icon {
  width: 40px;
  height: 40px;
  background: url(../images/common/q.png) no-repeat center/contain;
  font-size: 0;
}

.faq-q button {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-left: auto;
}

.faq-q button span {
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: var(--primary);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq-q button span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.faq-a-wrap {
  display: none;
  padding-top: 16px;
}

.faq-a-wrap ul {
  list-style: disc;
  padding-left: 20px;
}

.faq-a-wrap ul ::marker {
  font-size: 8px;
}

.faq-a-wrap ol {
  list-style: decimal;
  padding-left: 20px;
}

.wrap-plan-faq {
  position: relative;
}

.wrap-plan-faq:before {
  background-color: var(--primary);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.customer-page .wrap-plan-faq:before {
  background-color: var(--bg-02);
  height: 50%;
}

.customer-page .wrap-plan-faq:after {
  background-color: var(--primary);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.plan:not(.faq) {
  font-size: 14px;
}

.plan .sa-cont {
  padding-top: 0;
}

.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.plan-item {
  border-radius: 8px;
  border: 1px solid var(--border-gray);
  background: var(--white);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  padding: 48px 24px;
}

.plan-item.--highlight {
  --primary: var(--highlight);
}

.plan-item .ttl {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.plan-item .des {
  text-align: center;
  margin-bottom: 24px;
}

.plan-item .table li {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-gray2);
  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;
  gap: 10px;
  min-height: 90px;
}

.plan-item .table li .price {
  font-weight: 700;
  letter-spacing: 0.099px;
}

.plan-item .table li .price span {
  color: var(--primary);
  font-size: 32px;
  letter-spacing: 0.016px;
}

.point-ttl {
  color: var(--dark);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 48px;
  position: relative;
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  margin-bottom: 64px;
}

.point-item {
  border-radius: 32px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 23px 15px 31px;
}

.point-item figure {
  aspect-ratio: 1;
  max-width: 210px;
  margin: 0 auto 32px;
}

.point-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.point-item p {
  font-size: 14px;
  letter-spacing: 0.007px;
}

.point-item p span {
  color: var(--highlight);
}

.point-item .ttl {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.customers-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  position: relative;
}

.customers-cont > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.customers-ttl {
  color: var(--dark);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 48px;
}

.support {
  position: relative;
}

.support:before {
  background-color: var(--white);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.support .sa-heading .ttl {
  color: var(--white);
}

.support-ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  row-gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}

.support-item {
  border-radius: 8px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px 16px 32px;
}

.support-item figure {
  aspect-ratio: 1;
  width: 72px;
  border: 3px solid var(--border-highlight);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.support-item .ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.support-item .sttl {
  font-weight: 700;
  margin-bottom: 12px;
}

.about-heading .ttl {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 48px;
}

.about-heading .sttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.adventure {
  position: relative;
}

.adventure-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.adventure-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.adventure-cont {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.adventure-content {
  padding: 40px 28px;
  background-color: var(--white);
  border-radius: 16px;
  max-width: 601px;
}

.adventure-content .ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.adventure-content .des {
  letter-spacing: 0.008px;
}

.adventure-content .link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.adventure-content .link a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.adventure-content .link a:hover {
  opacity: 0.6;
}

.banner-customer {
  overflow: hidden;
}

.banner-customer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-customer-ttl {
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
}

.banner-customer .banner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
}

.banner-customer .banner-img figure {
  position: relative;
}

.banner-customer .banner-img .comming {
  position: absolute;
  top: -38px;
  right: -68px;
}

.banner-customer .banner-decor {
  margin-top: 55px;
}

.banner-customer .banner-decor img {
  max-width: none;
}

.banner-customer .banner-customer-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 50px;
}

.banner-customer .banner-customer-slide .comming {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateX(55%);
      -ms-transform: translateX(55%);
          transform: translateX(55%);
}

.banner-customer .banner-customer-slide .phone-slide {
  width: 340px;
  aspect-ratio: 680/1375;
  background: url(../images/customer/phone-frame.png) no-repeat center/100% 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-customer .banner-customer-slide .phone-slide:not(.slick-initialized) {
  opacity: 0;
}

.banner-customer .banner-customer-slide .phone-slide-item {
  aspect-ratio: 680/1375;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}

.banner-customer .banner-customer-slide .phone-slide-item img {
  max-width: 230px;
}

.banner-customer .banner-customer-slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner-customer .banner-customer-slide .slick-dots {
  bottom: 55px;
  left: 0;
  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;
  gap: 8px;
}

.banner-customer .banner-customer-slide .slick-dots li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6px;
  height: 6px;
  background-color: #f1f1f1;
  border-radius: 50%;
}

.banner-customer .banner-customer-slide .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
}

.banner-customer .banner-customer-slide .slick-dots li button {
  display: none;
}

.movie {
  margin-top: -96px;
}

.movie-cont {
  border: solid 5px #009B9B;
  border-radius: 9px;
  overflow: hidden;
}

.movie-cont iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.experience {
  position: relative;
}

.experience:before {
  background-color: var(--white);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.experience-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.experience-cont > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.experience-list {
  padding-left: 24px;
}

.experience-list li {
  font-weight: 700;
}

.experience-list li:before {
  background: url(../images/common/svg/charge.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: -24px;
  margin-right: 12px;
  vertical-align: middle;
}

.experience-list li + li {
  margin-top: 12px;
}

.how-to-use {
  position: relative;
  padding-bottom: 96px;
}

.how-to-use-bg {
  background-color: var(--bg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 96px;
  border-radius: 32px 0 0 32px;
  overflow: hidden;
}

.how-to-use .step-mobile > * + * {
  margin-top: 80px;
}

.how-to-use .step-mobile .step-heading {
  margin-bottom: 96px;
}

.how-to-use .step-mobile .step-heading .step,
.how-to-use .step-mobile .step-heading .ttl {
  font-weight: 700;
  color: var(--dark);
}

.how-to-use .step-mobile .step-heading .step {
  margin-bottom: 16px;
}

.how-to-use .step-mobile .step-heading .ttl {
  margin-bottom: 24px;
  font-size: 24px;
}

.how-to-use .step-mobile .step-heading .des {
  font-size: 14px;
  letter-spacing: -0.07px;
}

.how-to-use .slider-for:not(.slick-initialized) {
  opacity: 0;
}

.how-to-use .slider-for figure {
  max-width: 331px;
  margin: 0 auto;
}

.how-to-use .slider-nav {
  padding-top: 140px;
}

.how-to-use .slider-nav:not(.slick-initialized) {
  opacity: 0;
}

.how-to-use .slider-nav.slick-initialized .slick-list,
.how-to-use .slider-nav.slick-initialized .slick-track {
  height: auto !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.how-to-use .slider-nav .slick-slide {
  position: relative;
  padding-left: 20px;
  color: var(--text-disable);
}

.how-to-use .slider-nav .slick-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: var(--text-disable);
  border-radius: 10px;
}

.how-to-use .slider-nav .slick-slide:not(:last-child) {
  margin-bottom: 24px;
}

.how-to-use .slider-nav .slick-slide .ttl,
.how-to-use .slider-nav .slick-slide .step {
  font-weight: 700;
}

.how-to-use .slider-nav .slick-slide .step {
  font-size: 12px;
}

.how-to-use .slider-nav .slick-slide .ttl {
  font-size: 18px;
}

.how-to-use .slider-nav .slick-slide .des {
  display: none;
  padding-bottom: 20px;
  margin-top: 16px;
}

.how-to-use .slider-nav .slick-slide.slick-current {
  color: var(--black);
  font-size: 18px;
  margin: 72px 0;
  padding-left: 36px;
}

.how-to-use .slider-nav .slick-slide.slick-current:first-child {
  margin-top: 0;
}

.how-to-use .slider-nav .slick-slide.slick-current:last-child {
  margin-bottom: 0;
}

.how-to-use .slider-nav .slick-slide.slick-current:before {
  background-color: var(--dark);
}

.how-to-use .slider-nav .slick-slide.slick-current .ttl,
.how-to-use .slider-nav .slick-slide.slick-current .step {
  color: var(--dark);
}

.how-to-use .slider-nav .slick-slide.slick-current .step {
  font-size: 24px;
  padding-top: 10px;
}

.how-to-use .slider-nav .slick-slide.slick-current .ttl {
  font-size: 40px;
}

.how-to-use .slider-nav .slick-slide.slick-current .des {
  display: block;
}

.info {
  text-align: center;
}

.info-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
}

.info-ttl {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

.info-des {
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0.007px;
  margin: 0 auto;
  max-width: 1052px;
}

.page-wrap {
  padding: 48px 0 120px;
  min-height: var(--min-sec-height);
  position: relative;
  overflow: hidden;
}

.page-heading {
  margin-bottom: 42px;
}

.page-ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.48px;
}

.page-ttl:not(:last-child) {
  margin-bottom: 32px;
}

.page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.page-sidebar .menu-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.page-sidebar .menu-sidebar li a {
  display: inline-block;
}

.page-entry-content a:not([class*=btn]) {
  color: var(--primary);
  text-decoration: underline;
}

.page-entry-content h2 {
  font-weight: 700;
  margin-top: 32px;
}

.page-entry-content .page-ttl {
  margin-bottom: 40px;
}

.page-entry-content .page-excerpt {
  margin-bottom: 40px;
}

.page-entry-content .box-spec {
  margin: -32px 0;
}

.page-entry-content .box-spec .box-item {
  padding: 32px 0;
  position: relative;
}

.page-entry-content .box-spec .box-item:nth-child(even):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: var(--box-bg);
}

.page-entry-content .box-spec .box-ttl {
  font-weight: 700;
  margin-bottom: 16px;
}

.page-entry-content .box-content > ol > li:first-child:last-child {
  padding-left: 8px;
  position: relative;
}

.page-entry-content .box-content > ol > li:first-child:last-child:before {
  display: none;
}

.page-entry-content .box-content > ol > li:first-child:last-child > ol > li {
  margin-top: 12px;
  padding-left: 42px;
  position: relative;
}

.page-entry-content ol {
  font-size: 14px;
  counter-reset: li;
}

.page-entry-content ol li {
  padding-left: 29px;
  position: relative;
}

.page-entry-content ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  -webkit-transform: translateX(-21px);
      -ms-transform: translateX(-21px);
          transform: translateX(-21px);
  position: absolute;
}

.page-entry-content ol li + li {
  margin-top: 16px;
}

.page-entry-content ol li ol li {
  margin-top: 12px;
  padding-left: 21px;
  position: relative;
}

.page-entry-content ol li ol li:before {
  content: "(" counter(li) ")";
  -webkit-transform: translateX(-34px);
      -ms-transform: translateX(-34px);
          transform: translateX(-34px);
}

.page-entry-content .appendix {
  font-size: 14px;
}

.form-group:not(:last-child) {
  margin-bottom: 32px;
}

.form input,
.form textarea,
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form input,
.form textarea {
  font-weight: 500;
  letter-spacing: 0.64px;
  padding: 10px 15px 12px;
  border-radius: 4px;
  border: 1px solid var(--input-border);
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.form input:focus,
.form textarea:focus {
  border: 1px solid var(--primary);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 155, 155, 0.35);
          box-shadow: 0px 0px 0px 2px rgba(0, 155, 155, 0.35);
}

.form input.error,
.form textarea.error {
  border: 1px solid var(--error);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--error-bg);
}

.form input::-webkit-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form input::-moz-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form input:-ms-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form input::-ms-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form input::placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form textarea::-webkit-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form textarea::-moz-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form textarea:-ms-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form textarea::-ms-input-placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form textarea::placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}

.form label:not(.error) {
  margin-bottom: 4px;
  letter-spacing: 0.008px;
}

.form label.error {
  color: var(--error);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.006px;
  padding: 0 16px;
}

.form-privacy {
  margin-top: 48px;
  font-size: 10px;
}

.form-button {
  margin-top: 32px;
}

.form-required label:not(.error) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.form-required label:not(.error):after {
  content: "必須";
  padding: 1px 8px 2px;
  border-radius: 4px;
  background-color: var(--btn);
  font-size: 12px;
  color: var(--white);
}

.form-2-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.form-2-cols > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.form .select-hidden {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.form .select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
}

.form .select-styled {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.64px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 12px;
  border-radius: 4px;
  border: 1px solid var(--input-border);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.form .select-styled:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/svg/select-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 11px;
  right: 11px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.form .select-styled:active,
.form .select-styled.active {
  border: 1px solid var(--primary);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 155, 155, 0.35);
          box-shadow: 0px 0px 0px 2px rgba(0, 155, 155, 0.35);
}

.form .select-styled:active:after,
.form .select-styled.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form .select-styled.error {
  border: 1px solid var(--error);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--error-bg);
}

.form .text-disabled {
  color: var(--input-placeholder);
}

.form .select-options {
  font-weight: 500;
  letter-spacing: 0.64px;
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 34, 34, 0.16);
          box-shadow: 0px 0px 8px 0px rgba(34, 34, 34, 0.16);
  border-radius: 4px;
  background: var(--white);
  border: 1px solid var(--input-border);
}

.form .select-options li {
  margin: 0;
  padding: 11px 15px 13px;
  cursor: pointer;
}

.form .select-options li.is-disabled {
  pointer-events: none;
  cursor: default;
}

.form .select-options li:hover {
  background-color: var(--option-hover);
}

.form .select-options li.is-selected {
  background-color: var(--option-selected);
}

.form .select-options li[rel=hide] {
  display: none;
}

.btn-form {
  color: var(--white);
  background-color: var(--primary);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  display: inline-block;
  padding: 11px 15px 13px;
  min-width: 185px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn-form:hover {
  background-color: rgba(0, 155, 155, 0.75);
}

.btn-form:active {
  background: var(--primary-dark);
}

.btn-form[disabled] {
  background-color: var(--input-border);
}

.contact-form {
  max-width: 820px;
  margin: 0 auto;
}

.contact-form .btn-form {
  width: 100%;
  max-width: 350px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body.is-submitting:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

body.is-submitting:after {
  content: "";
  border: 8px solid #f3f3f3;
  border-top: 8px solid var(--primary);
  border-bottom: 8px solid var(--primary);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: fixed;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 1001;
}

.faq-header-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  margin-left: 18px;
}

.faq-head {
  background: var(--primary);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 36px 0;
}

.faq-head-ttl {
  font-size: 24px;
  line-height: 1.1666;
  font-weight: 700;
}

.faq-head-des {
  font-size: 14px;
  text-align: center;
}

.faq-cont {
  padding: 40px 0 96px;
}

.faq-cont-ttl {
  display: flex;
  gap: 8px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.faq-cont-ttl img {
  width: 33px;
  height: auto;
}

.faq-summary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.faq-summary li {
  box-sizing: border-box;
  width: 100%;
  border: solid 2px #2AAFAF;
  border-radius: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.faq-summary li a {
  display: flex;
  gap: 8px;
  padding: 16px;
}

.faq-summary-ico {
  width: 32px;
  min-width: 32px;
}

.faq-summary-ico img {
  width: 100%;
}

.faq-summary-ttl {
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700;
  margin-bottom: 4px;
}

.faq-summary-des {
  color: #595959;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.faq-summary-count {
  display: flex;
  gap: 4px;
  color: #595959;
  font-size: 14px;
  line-height: 1.7;
}

.faq-summary-btn {
  color: var(--white);
  background-color: var(--primary);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  display: block;
  padding: 11px 15px 13px;
  width: 280px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 56px auto 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.faq-summary-btn:hover {
  background-color: rgba(0, 155, 155, 0.75);
}

.faq-summary-btn:active {
  background: var(--primary-dark);
}

@media screen and (min-width: 1280px) {
  body {
    --min-sec-height: calc(100vh - 80px);
  }

  .sa-hide-pc {
    display: none !important;
  }

  .sa-m-up {
    margin-top: -110px;
  }

  .sa-p-space {
    padding: 136px 0;
  }

  .sa-pt-half {
    padding-top: 76px;
  }

  .sa-shadow-top {
    -webkit-box-shadow: 0px -12px 24px 0px rgba(0, 0, 0, 0.02);
            box-shadow: 0px -12px 24px 0px rgba(0, 0, 0, 0.02);
  }

  .sa-shadow-bot {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  }

  .sa-rounded {
    border-radius: 92px;
  }

  .sa-rounded-up {
    border-radius: 92px 92px 0 0;
  }

  .sa-rounded-down {
    border-radius: 0 0 92px 92px;
  }

  .sa-rounded-right {
    border-radius: 0 92px 92px 0;
  }

  .sa-rounded-left {
    border-radius: 92px 0 0 92px;
  }

  .sa-rounded-left-top {
    border-radius: 92px 0 0 0;
  }

  .sa-heading {
    margin-bottom: 48px;
  }

  .sa-heading .ttl {
    font-size: 48px;
    letter-spacing: 3.84px;
  }

  .sa-heading .sttl {
    font-size: 24px;
  }

  .sa-heading-02 {
    margin-bottom: 48px;
  }

  .sa-heading-02 .ttl {
    font-size: 48px;
    letter-spacing: 3.84px;
  }

  .sa-heading-02 .sttl {
    font-size: 18px;
    letter-spacing: 0.099px;
  }

  .sa-heading-02 .sttl > *:not(.last-child) {
    margin-bottom: 16px;
  }

  .wrap-svg-animation {
    width: calc(50vw + 620px);
  }

  .wrap-svg-animation .svg-pin {
    width: 220px;
  }

  .main-header {
    padding: 0 40px;
  }

  .main-header .logo img {
    height: 40px;
  }

  .main-header-cont {
    min-height: 80px;
    gap: 48px;
  }

  #main-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    margin-left: auto;
  }

  #main-nav .menu {
    white-space: nowrap;
    font-size: 18px;
    gap: 16px;
  }

  #main-nav .menu a,
  #main-nav .app-link a {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }

  #main-nav .menu a:hover,
  #main-nav .app-link a:hover {
    opacity: 0.6;
  }

  body:not(.no-fix-footer) #main + footer {
    position: sticky;
    bottom: 0;
  }

  .main-footer-cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main-footer-top {
    gap: 50px;
  }

  .main-footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }

  .main-footer .logo {
    font-size: 22px;
    letter-spacing: 1.1px;
  }

  .main-footer .private-menu {
    flex-direction: row;
    margin-bottom: 8px;
  }

  .main-footer .private-menu a {
    text-decoration: none;
  }

  .main-footer .private-menu a:hover {
    text-decoration: underline;
  }

  .main-footer .c_name {
    margin: 40px 0 12px;
  }
  
  .main-footer .c_name img {
    width: 240px;
    height: auto;
  }

  .main-footer .copyright,
  .main-footer .private-menu {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9230769231;
    /* 192.308% */
    letter-spacing: 1.3px;
  }

  .main-footer .app-ttl {
    font-size: 24px;
  }
  
  .main-footer .app-link {
    gap: 14px;
    margin: 18px 0 38px;
  }
  
  .main-footer .app-link a {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  
  .main-footer .app-link a:hover {
    opacity: 0.6;
  }
  
  .main-footer .app-des {
    font-size: 14px;
  }

  .apps-ttl {
    font-size: 24px;
  }

  .apps-list {
    gap: 13px;
  }

  .apps-des {
    font-size: 12px;
  }

  .about-cont {
    background-color: var(--bg);
    padding: 82px 0;
  }

  .about-cont:before {
    width: 50vw;
    right: 50%;
  }

  .about-img img {
    position: absolute;
    right: 54px;
    top: -88px;
    max-width: 400px;
    width: calc(50% - 15px);
    max-height: calc(100% + 136px);
    -o-object-fit: contain;
       object-fit: contain;
  }

  .about-content .ttl {
    font-size: 32px;
    letter-spacing: 0.016px;
    margin-bottom: 16px;
  }

  .about-content .des {
    font-size: 18px;
    letter-spacing: 0.009px;
  }

  .about-content .notes {
    font-size: 14px;
    letter-spacing: 0.007px;
    margin-top: 24px;
  }

  .function-list {
    padding-left: 46px;
  }

  .function-list > li {
    font-size: 18px;
    letter-spacing: 0.009px;
  }

  .function-list > li > *:first-child {
    margin-bottom: 16px;
    letter-spacing: 0.099px;
  }

  .function-list > li > *:first-child:before {
    margin-left: -46px;
    margin-right: 32px;
  }

  .news-list:not(:last-child) {
    margin-bottom: 48px;
  }

  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding: 24px 0;
  }

  .news-item .time {
    font-size: 14px;
    letter-spacing: 0.007px;
    padding: 8px 16px;
  }

  .news-item > div {
    padding-right: 32px;
  }

  .news-item .tag {
    font-size: 14px;
    letter-spacing: 0.007px;
  }

  .news-item .ttl {
    letter-spacing: 0.008px;
  }

  .customer-page .news .sa-cont {
    padding-top: 84px;
  }

  .advantages {
    font-size: 18px;
  }

  .advantages-list {
    gap: 128px;
  }

  .advantages-item {
    gap: 24px;
  }

  .advantages-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .advantages-item .ttl {
    font-size: 44px;
    line-height: 125%;
    letter-spacing: 3.52px;
    margin-bottom: 48px;
  }

  .advantages-item .list li + li {
    margin-top: 40px;
  }

  .advantages-item .list-ttl {
    gap: 8px;
  }

  .advantages-item .list-ttl span:first-child {
    font-size: 24px;
    padding: 3px 48px 5px 24px;
  }

  .advantages-item .list-ttl img {
    margin: 0;
  }

  .banner-contact {
    padding-bottom: 125px;
  }

  .banner {
    background: url(../images/index/kv-product-bg.png) no-repeat center bottom/auto 100%, url(../images/index/kv-bg.jpg) no-repeat center/cover;
    position: sticky;
    top: 80px;
    z-index: -1;
  }

  .banner-cont {
    min-height: var(--min-sec-height);
  }

  .banner-ttl {
    font-size: 64px;
    line-height: 1.5;
    letter-spacing: 12px;
  }

  .banner-ttl + * {
    margin-top: 28px;
  }

  .banner .powered-by img {
    width: 165px;
  }

  .dashboard-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    font-size: 18px;
    margin-bottom: 110px;
  }

  .dashboard-top-ttl {
    font-size: 32px;
    letter-spacing: 0.016px;
    margin-bottom: 16px;
  }

  .dashboard-top figure img {
    max-width: calc(100% + 206px);
    margin-left: -160px;
  }

  .dashboard-list {
    gap: 24px;
    font-size: 18px;
    margin-bottom: 64px;
  }

  .dashboard-item {
    width: calc((100% - 24px) / 2);
  }

  .dashboard-item figure {
    padding: 0 10px 10px 0;
    margin-bottom: 48px;
  }

  .dashboard-item figure:before {
    border-radius: 8px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .dashboard-item .ttl {
    font-size: 28px;
  }

  .plan-diff {
    flex-direction: row;
    gap: 24px;
  }
  
  .plan-diff-item {
    width: 50%;
    padding: 40px 48px;
  }
  
  .plan-sttl {
    font-size: 18px;
  }
  
  .plan-ttl {
    font-size: 32px;
  }
  
  .plan-des {
    font-size: 18px;
  }
  
  .plan-data-ttl {
    font-size: 24px;
  }
  
  .plan-data-body {
    font-size: 18px;
  }
  
  .plan-data-body th,
  .plan-data-body td {
    padding: 16px 0;
  }

  .plan-data-body td {
    width: 225px;
  }
  
  .plan-data-body td strong {
    font-size: 32px;
  }
  
  .plan-data-body td small {
    font-size: 14px;
  }

  .plan-data-body i.circle {
    width: 24px;
    height: 24px;
  }
  
  .plan-data-body i.line {
    width: 24px;
    height: 2px;
  }

  .faq-inner {
    padding-top: 136px;
  }

  .faq-list + .sa-btn {
    margin-top: 72px;
  }

  .faq-item {
    padding: 12px 20px;
  }

  .faq-item + .faq-item {
    margin-top: 32px;
  }

  .faq-q {
    gap: 32px;
    font-size: 20px;
  }

  .faq-a-wrap {
    padding: 24px 0 12px 72px;
  }

  .plan:not(.faq) {
    font-size: 18px;
  }

  .plan .wrap-svg-animation {
    top: 48px;
  }

  .plan .sa-cont {
    padding-top: 56px;
  }

  .plan .sa-heading {
    margin-bottom: 82px;
  }

  .plan-list {
    gap: 24px;
  }

  .plan-item {
    border-radius: 16px;
    width: calc((100% - 24px) / 2);
    padding: 48px;
  }

  .plan-item .ttl {
    font-size: 32px;
    letter-spacing: 0.016px;
  }

  .point-ttl {
    font-size: 44px;
    line-height: 125%;
    /* 55px */
    letter-spacing: 3.52px;
  }

  .point-list {
    gap: 24px;
  }

  .point-item {
    width: calc((100% - 48px) / 3);
    padding: 64px 32px 56px;
  }

  .point-item figure {
    max-width: 260px;
    margin: 0 auto 48px;
  }

  .point-item p {
    font-size: 18px;
    letter-spacing: 0.009px;
  }

  .point-item .ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .customers-ttl {
    font-size: 44px;
    line-height: 125%;
    /* 55px */
    letter-spacing: 3.52px;
  }

  .support-ttl {
    font-size: 44px;
    line-height: 125%;
    letter-spacing: 3.52px;
    margin-bottom: 48px;
  }

  .support-item {
    padding: 24px 32px;
    gap: 20px;
    width: calc((100% - 24px) / 2);
  }

  .support-item figure {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .support-item .ttl {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .support-item .sttl {
    font-size: 18px;
    letter-spacing: 0.099px;
    margin-bottom: 16px;
  }

  .support-item .des {
    min-height: 72px;
  }

  .about-heading .ttl {
    font-size: 48px;
    line-height: 125%;
    letter-spacing: 3.84px;
    margin-bottom: 40px;
  }

  .about-heading .sttl {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .adventure-bg {
    left: 120px;
    border-radius: 64px 0 0 64px;
  }

  .adventure-content {
    padding: 52px 48px;
  }

  .adventure-content .ttl {
    font-size: 28px;
  }

  .banner-customer {
    position: sticky;
    top: 80px;
    z-index: -1;
  }

  .banner-customer-cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: var(--min-sec-height);
  }

  .banner-customer-ttl {
    font-size: 56px;
    line-height: 1.2857142857;
    letter-spacing: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-top: 100px;
  }

  .banner-customer-content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: calc(100% - 250px);
    margin-left: -90px;
  }

  .movie {
    margin-top: -136px;
  }

  .movie-cont {
    border-width: 18px;
    border-radius: 40px;
  }

  .experience-list {
    padding-left: 46px;
  }

  .experience-list li {
    font-size: 28px;
  }

  .experience-list li:before {
    width: 32px;
    height: 32px;
    margin-left: -46px;
  }

  .experience-list li + li {
    margin-top: 24px;
  }

  .feature .sa-cont {
    padding-top: 116px;
  }

  .how-to-use {
    padding-bottom: 136px;
  }

  .how-to-use-bg {
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    left: 120px;
    bottom: 136px;
    border-radius: 64px 0 0 64px;
  }

  .how-to-use-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    position: relative;
    max-width: 100%;
  }

  .how-to-use-slider > * {
    width: calc(50% - 12px);
  }

  .how-to-use .sa-heading-02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .info-logo {
    margin: 0 auto 100px;
  }

  .info-ttl {
    font-size: 56px;
    line-height: 1.5272727273;
    letter-spacing: 7px;
    margin-bottom: 48px;
  }

  .info-des {
    font-size: 24px;
    line-height: 220%;
    /* 52.8px */
    letter-spacing: 1.44px;
  }

  .page-wrap {
    padding: 120px 0 192px;
  }

  .page-ttl {
    font-size: 32px;
  }

  .contact-page .page-ttl {
    font-size: 32px;
  }

  .page-ttl:not(:last-child) {
    margin-bottom: 48px;
  }

  .contact-page .page-des {
    font-size: 16px;
  }

  .page-des.--thank {
    font-size: 18px;
  }

  .page-sidebar {
    width: 286px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .page-sidebar .menu-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-sidebar .menu-sidebar li.is-active {
    color: var(--primary);
  }

  .page-sidebar .menu-sidebar li.is-active a {
    position: relative;
  }

  .page-sidebar .menu-sidebar li.is-active a:before {
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--primary);
    border-radius: 2px;
    position: absolute;
  }

  .page-sidebar .menu-sidebar li a {
    font-weight: 700;
    padding: 3px 12px 4px;
  }

  .contact-page .page-entry-content {
    font-size: 16px;
  }

  .page-entry-content h2 {
    font-size: 18px;
    margin-top: 40px;
  }

  .page-entry-content .page-ttl {
    margin-bottom: 56px;
    margin-top: -8px;
  }

  .page-entry-content .page-ttl.has-excerpt {
    margin-bottom: 32px;
  }

  .page-entry-content .page-excerpt {
    margin-bottom: 48px;
  }

  .page-entry-content .box-spec .box-item:nth-child(even):before {
    -webkit-transform: translateX(calc(-50% - 158px));
        -ms-transform: translateX(calc(-50% - 158px));
            transform: translateX(calc(-50% - 158px));
  }

  .page-entry-content .box-content > ol > li:first-child:last-child {
    padding-left: 24px;
  }

  .page-entry-content .box-content > ol > li:first-child:last-child > ol > li {
    padding-left: 58px;
  }

  .page-entry-content ol li {
    padding-left: 45px;
  }

  .page-entry-content ol li ol li {
    padding-left: 37px;
  }

  .form-group:not(:last-child) {
    margin-bottom: 40px;
  }

  .form-privacy {
    font-size: 14px;
  }

  .form-2-cols {
    gap: 24px;
  }

  .contact-form .btn-form {
    max-width: 338px;
  }

  .faq-header-ttl {
    font-size: 24px;
    margin-left: 0;
  }
  
  .faq-head {
    gap: 16px;
    padding: 40px 0 50px;
  }
  
  .faq-head-ttl {
    font-size: 32px;
  }
  
  .faq-head-des {
    font-size: 16px;
  }
  
  .faq-cont {
    padding: 40px 0 192px;
  }
  
  .faq-cont-ttl {
    gap: 16px;
    font-size: 32px;
    margin-bottom: 40px;
  }

  .faq-cont-ttl img {
    width: 48px;
  }
  
  .faq-summary {
    gap: 25px;
  }
  
  .faq-summary li {
    width: calc((100% - 50px) / 3);
  }
  
  .faq-summary li a {
    display: block;
    padding: 24px;
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
  }

  .faq-summary li a:hover {
    background: rgba(0, 155, 155, 0.03);
  }

  .faq-summary li a:active {
    background: rgba(0, 155, 155, 0.1);
  }
  
  .faq-summary-ico {
    display: block;
    width: 40px;
    margin-bottom: 16px;
  }
  
  .faq-summary-des {
    margin-bottom: 16px;
    min-height: 48px;
  }

  .faq-summary-btn {
    width: 366px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1279.97px) {
  #main {
    overflow-x: hidden;
  }

  .sa-hide-sp {
    display: none !important;
  }

  .sa-pb-half {
    padding-bottom: 56px;
  }

  #main .sa-cont {
    max-width: 680px;
  }

  #main-nav {
    display: none;
    padding: 60px 20px 140px;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--primary);
  }

  #main-nav .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--white);
    margin-top: 52px;
  }

  #main-nav .nav-btn {
    margin: 57px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #main-nav .nav-btn .sa-btn-link {
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 14px;
    font-weight: 700;
  }

  #main-nav .nav-btn .sa-btn-link i {
    font-size: 24px;
  }

  #main-nav .app-link {
    margin-top: 52px;
    justify-content: center;
  }

  .main-footer-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }

  .main-footer .footer-menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .main-footer .footer-menu li + li {
    margin-top: 12px;
  }

  .main-footer .logo img {
    width: 180px;
  }

  .apps-ttl {
    letter-spacing: 0.11px;
  }

  .apps-list figure:first-child img {
    width: 134px;
  }

  .apps-list figure:last-child img {
    width: 112px;
  }

  .about {
    padding: 0;
  }

  .about-cont:before {
    border-radius: 0px 46px 46px 0px;
  }

  .about-img img {
    max-width: 226px;
    margin: 0 auto 48px;
  }

  .about-content .des {
    line-height: 240%;
  }

  .function figure {
    margin-bottom: 48px;
  }

  .function-list > li > *:first-child {
    font-size: 16px;
  }

  .news {
    position: relative;
  }

  .top-page .news:before {
    background: url(../images/index/kv-bg-sp.jpg) no-repeat center/cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .news-list {
    margin: 0 -20px;
  }

  .news-item .time {
    margin-bottom: 8px;
  }

  .news-item .ttl {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }

  .advantages {
    letter-spacing: 0.007px;
  }

  .advantages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantages-item .list-ttl span:first-child {
    letter-spacing: 0.099px;
  }

  .banner-contact figure {
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .banner-ttl {
    white-space: nowrap;
    padding-top: 40px;
  }

  .banner .powered-by {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .dashboard img {
    width: 100%;
  }

  .dashboard-top {
    letter-spacing: 0.007px;
  }

  .dashboard-top figure {
    margin-bottom: 32px;
  }

  .dashboard-list {
    letter-spacing: 0.007px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .dashboard-item .ttl {
    letter-spacing: 0.099px;
  }

  .faq-a-wrap {
    font-size: 14px;
    letter-spacing: 0.007px;
  }

  .top-page .wrap-plan-faq {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .plan-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .plan-item .table li .price {
    font-size: 18px;
  }

  .point .sa-heading {
    margin-bottom: 32px;
  }

  .point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .point-item {
    border: 1px solid var(--border-gray2);
  }

  .point-item .ttl {
    letter-spacing: 0.099px;
  }

  .customers figure {
    margin-bottom: 48px;
  }

  .support {
    border-top-right-radius: 32px;
  }

  .support-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .support-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 14px;
  }

  .support-item .ttl {
    letter-spacing: 0.099px;
  }

  .about-heading {
    text-align: center;
  }

  .about .apps-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .customer-page .about .about-cont:before {
    border-radius: 0 0 32px 32px;
  }

  .adventure-cont {
    padding: 30px 0;
  }

  .adventure-content .ttl {
    letter-spacing: 0.099px;
  }

  .adventure-content .des {
    font-size: 14px;
    letter-spacing: 0.007px;
  }

  .banner-customer-cont {
    padding: 48px 0;
    -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;
  }

  .banner-customer-ttl {
    white-space: nowrap;
  }

  .experience {
    border-top-right-radius: 32px;
  }

  .experience .left > figure {
    margin-bottom: 56px;
  }

  .experience .sa-heading-02 {
    margin-bottom: 32px;
  }

  .experience .sa-heading-02 .ttl {
    font-size: 28px;
  }

  .info {
    position: relative;
  }

  .info:before {
    background-color: var(--bg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .info-logo {
    width: 66px;
  }

  .page-wrap.has-sidebar {
    padding-top: 70px;
  }

  .page-des {
    font-size: 14px;
  }

  .page-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-sidebar {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 20px;
    border-bottom: 1px solid #e9e9e9;
  }

  .page-sidebar .menu-sidebar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .page-sidebar .menu-sidebar li.is-active {
    font-weight: 700;
  }

  .page-sidebar .menu-sidebar li a {
    padding: 10px 0 11px;
    font-size: 14px;
    line-height: 24px;
  }

  .page-entry-content {
    font-size: 14px;
  }

  .page-entry-content h2 {
    font-size: 16px;
  }

  .page-entry-content .box-spec .box-ttl {
    font-size: 16px;
  }

  .form input,
  .form textarea {
    font-size: 14px;
  }

  .form label:not(.error) {
    font-size: 14px;
  }

  .form-2-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767.97px) {
  .news .wrap-svg-animation {
    top: -12px;
  }

  .news .wrap-svg-animation .svg-pin {
    -webkit-transform: translate(25%, -60%);
        -ms-transform: translate(25%, -60%);
            transform: translate(25%, -60%);
  }

  .plan .wrap-svg-animation {
    top: 0;
  }

  .plan .wrap-svg-animation .svg-pin {
    -webkit-transform: translate(25%, -60%);
        -ms-transform: translate(25%, -60%);
            transform: translate(25%, -60%);
  }

  .point .wrap-svg-animation {
    top: 80px;
  }

  .point .wrap-svg-animation .svg-pin {
    -webkit-transform: translate(25%, -60%);
        -ms-transform: translate(25%, -60%);
            transform: translate(25%, -60%);
  }

  .feature .wrap-svg-animation .svg-pin {
    -webkit-transform: translate(25%, -60%);
        -ms-transform: translate(25%, -60%);
            transform: translate(25%, -60%);
  }
}

@media screen and (max-width: 680px) {
  .wrap-svg-animation {
    width: calc(100vw - 20px);
  }
}

@media screen and (min-width: 1280px) and (max-width: 1880px) {
  body {
    --top: calc(var(--scale) * 80);
    --min-sec-height: calc(100vh - var(--top));
  }

  body {
    font-size: calc(var(--scale) * 16);
  }

  .switch-btn {
    border-radius: calc(var(--scale) * 4);
  }

  .sa-m-up {
    margin-top: calc(var(--scale) * -110);
  }

  .sa-p-space {
    padding: calc(var(--scale) * 136) 0;
  }

  .sa-pt-half {
    padding-top: calc(var(--scale) * 76);
  }

  .sa-rounded {
    border-radius: calc(var(--scale) * 92);
  }

  .sa-rounded-up {
    border-radius: calc(var(--scale) * 92) calc(var(--scale) * 92) 0 0;
  }

  .sa-rounded-down {
    border-radius: 0 0 calc(var(--scale) * 92) calc(var(--scale) * 92);
  }

  .sa-rounded-right {
    border-radius: 0 calc(var(--scale) * 92) calc(var(--scale) * 92) 0;
  }

  .sa-rounded-left {
    border-radius: calc(var(--scale) * 92) 0 0 calc(var(--scale) * 92);
  }

  .sa-rounded-left-top {
    border-radius: calc(var(--scale) * 92) 0 0 0;
  }

  .sa-cont {
    max-width: calc(var(--scale) * 1280);
    padding: 0 calc(var(--scale) * 20);
  }

  .sa-heading {
    margin-bottom: calc(var(--scale) * 48);
  }

  .sa-heading .ttl {
    font-size: calc(var(--scale) * 48);
    letter-spacing: calc(var(--scale) * 3.84);
  }

  .sa-heading .sttl {
    font-size: calc(var(--scale) * 24);
    gap: calc(var(--scale) * 12);
  }

  .sa-heading-02 {
    margin-bottom: calc(var(--scale) * 48);
  }

  .sa-heading-02 .ttl {
    font-size: calc(var(--scale) * 48);
    letter-spacing: calc(var(--scale) * 3.84);
  }

  .sa-heading-02 .sttl {
    font-size: calc(var(--scale) * 18);
    letter-spacing: calc(var(--scale) * 0.099);
  }

  .sa-heading-02 .sttl > *:not(.last-child) {
    margin-bottom: calc(var(--scale) * 16);
  }

  .sa-btn {
    letter-spacing: calc(var(--scale) * 0.008);
  }

  .sa-btn > span {
    border-width: calc(var(--scale) * 2);
    border-radius: calc(var(--scale) * 4);
    padding: calc(var(--scale) * 16) calc(var(--scale) * 21) calc(var(--scale) * 18);
  }

  .sa-btn.--shadow {
    padding: 0 calc(var(--scale) * 8) calc(var(--scale) * 8) 0;
  }

  .sa-btn.--shadow > span {
    min-width: calc(var(--scale) * 320);
  }

  .sa-btn.--shadow:before {
    --shadow: calc(var(--scale) * 8);
    width: calc(100% - var(--shadow));
    height: calc(100% - var(--shadow));
    border-width: calc(var(--scale) * 2);
    border-radius: calc(var(--scale) * 4);
  }

  .sa-btn.--shadow:hover > span {
    --move: calc(var(--scale) * 8);
    -webkit-transform: translate(var(--move), var(--move));
        -ms-transform: translate(var(--move), var(--move));
            transform: translate(var(--move), var(--move));
  }

  .sa-btn.--arrow > span {
    --padding: calc(var(--scale) * 50);
    padding-left: var(--padding);
    padding-right: var(--padding);
  }

  .sa-btn.--arrow i {
    font-size: calc(var(--scale) * 24);
    right: calc(var(--scale) * 20);
  }

  .sa-btn-switch {
    padding: calc(var(--scale) * 11) calc(var(--scale) * 8) calc(var(--scale) * 13);
    min-width: calc(var(--scale) * 184);
  }

  .wrap-svg-animation {
    --half: calc(var(--scale) * 620);
    width: calc(50vw + var(--half));
    right: calc(var(--scale) * 20);
    top: calc(var(--scale) * 24);
  }

  .wrap-svg-animation .svg-pin {
    width: calc(var(--scale) * 220);
  }

  .main-header {
    padding: 0 calc(var(--scale) * 20);
  }

  .main-header .logo img {
    height: calc(var(--scale) * 40);
  }

  .main-header-cont {
    min-height: calc(var(--scale) * 80);
    gap: calc(var(--scale) * 48);
  }

  #main-nav {
    gap: calc(var(--scale) * 32);
  }

  #main-nav .menu {
    font-size: calc(var(--scale) * 16);
    gap: calc(var(--scale) * 16);
    letter-spacing: calc(var(--scale) * 0.099);
  }

  #main-nav .nav-btn .sa-btn > span {
    min-width: calc(var(--scale) * 240);
  }

  .main-footer .sa-cont {
    max-width: calc(var(--scale) * 1540);
  }

  .main-footer-top {
    gap: calc(var(--scale) * 50);
  }

  .main-footer .footer-menu {
    gap: calc(var(--scale) * 24);
  }

  .main-footer-bottom {
    gap: calc(var(--scale) * 32);
  }

  .main-footer .logo {
    gap: calc(var(--scale) * 8);
    font-size: calc(var(--scale) * 22);
    letter-spacing: calc(var(--scale) * 1.1);
  }

  .main-footer .logo img {
    width: calc(var(--scale) * 274);
  }

  .main-footer .private-menu {
    gap: calc(var(--scale) * 16);
    margin-bottom: calc(var(--scale) * 8);
  }

  .main-footer .c_name {
    margin: calc(var(--scale) * 40) 0 calc(var(--scale) * 12);
  }
  
  .main-footer .c_name img {
    width: calc(var(--scale) * 240);
  }

  .main-footer .copyright,
  .main-footer .private-menu {
    font-size: calc(var(--scale) * 13);
    letter-spacing: calc(var(--scale) * 1.3);
  }

  .main-footer .app-ttl {
    font-size: calc(var(--scale) * 24);
  }
  
  .main-footer .app-link {
    gap: calc(var(--scale) * 14);
    margin: calc(var(--scale) * 18) 0 calc(var(--scale) * 38);
  }
  
  .main-footer .app-link img {
    width: auto;
    height: calc(var(--scale) * 50);
  }

  .main-footer .app-des {
    font-size: calc(var(--scale) * 14);
  }

  .apps-ttl {
    font-size: calc(var(--scale) * 24);
    margin-bottom: calc(var(--scale) * 8);
  }

  .apps-list {
    gap: calc(var(--scale) * 13);
    margin-bottom: calc(var(--scale) * 8);
  }

  .apps-list figure:first-child img {
    width: calc(var(--scale) * 160);
  }

  .apps-list figure:last-child img {
    width: calc(var(--scale) * 140);
  }

  .apps-des {
    font-size: calc(var(--scale) * 12);
    max-width: calc(var(--scale) * 552);
  }

  .about-cont {
    gap: calc(var(--scale) * 30);
    padding: calc(var(--scale) * 82) 0;
  }

  .about-img img {
    --space: calc(var(--scale) * 15);
    --height: calc(var(--scale) * 136);
    right: calc(var(--scale) * 54);
    top: calc(var(--scale) * -88);
    max-width: calc(var(--scale) * 400);
    width: calc(50% - var(--space));
    max-height: calc(100% + var(--height));
  }

  .about-content .ttl {
    font-size: calc(var(--scale) * 32);
    letter-spacing: calc(var(--scale) * 0.016);
    margin-bottom: calc(var(--scale) * 16);
  }

  .about-content .des {
    font-size: calc(var(--scale) * 18);
    letter-spacing: calc(var(--scale) * 0.009);
  }

  .about-content .notes {
    font-size: calc(var(--scale) * 14);
    letter-spacing: calc(var(--scale) * 0.007);
    margin-top: calc(var(--scale) * 24);
  }

  .function-cont {
    gap: calc(var(--scale) * 24);
  }

  .function figure {
    border-radius: calc(var(--scale) * 16);
  }

  .function-list {
    padding-left: calc(var(--scale) * 46);
  }

  .function-list > li {
    font-size: calc(var(--scale) * 18);
    letter-spacing: calc(var(--scale) * 0.009);
  }

  .function-list > li > *:first-child {
    margin-bottom: calc(var(--scale) * 16);
    letter-spacing: calc(var(--scale) * 0.099);
  }

  .function-list > li > *:first-child:before {
    width: calc(var(--scale) * 12);
    height: calc(var(--scale) * 12);
    margin-left: calc(var(--scale) * -46);
    margin-right: calc(var(--scale) * 32);
  }

  .function-list > li + li {
    margin-top: calc(var(--scale) * 24);
  }

  .news-list:not(:last-child) {
    margin-bottom: calc(var(--scale) * 48);
  }

  .news-item {
    gap: calc(var(--scale) * 24);
    padding: calc(var(--scale) * 24) 0;
  }

  .news-item .time {
    font-size: calc(var(--scale) * 14);
    letter-spacing: calc(var(--scale) * 0.007);
    padding: calc(var(--scale) * 8) calc(var(--scale) * 16);
  }

  .news-item > div {
    gap: calc(var(--scale) * 8);
    padding-right: calc(var(--scale) * 32);
  }

  .news-item .tag {
    font-size: calc(var(--scale) * 14);
    letter-spacing: calc(var(--scale) * 0.007);
    padding: calc(var(--scale) * 2) calc(var(--scale) * 11) calc(var(--scale) * 4);
    border-radius: calc(var(--scale) * 64);
  }

  .news-item .ttl {
    letter-spacing: calc(var(--scale) * 0.008);
  }

  .customer-page .news .sa-cont {
    padding-top: calc(var(--scale) * 84);
  }

  .advantages {
    font-size: calc(var(--scale) * 18);
  }

  .advantages-list {
    gap: calc(var(--scale) * 128);
  }

  .advantages-item {
    gap: calc(var(--scale) * 24);
  }

  .advantages-item:nth-child(1) > figure img {
    width: calc(var(--scale) * 268);
  }

  .advantages-item:nth-child(2) > figure img {
    width: calc(var(--scale) * 450);
  }

  .advantages-item:nth-child(3) > figure img {
    width: calc(var(--scale) * 200);
  }

  .advantages-item .ttl {
    font-size: calc(var(--scale) * 44);
    letter-spacing: calc(var(--scale) * 3.52);
    margin-bottom: calc(var(--scale) * 48);
  }

  .advantages-item .list li + li {
    margin-top: calc(var(--scale) * 40);
  }

  .advantages-item .list-ttl {
    gap: calc(var(--scale) * 8);
    margin-bottom: calc(var(--scale) * 16);
  }

  .advantages-item .list-ttl span:first-child {
    font-size: calc(var(--scale) * 24);
    padding: calc(var(--scale) * 3) calc(var(--scale) * 48) calc(var(--scale) * 5) calc(var(--scale) * 24);
  }

  .advantages-item .list-ttl img {
    width: calc(var(--scale) * 60);
  }

  .banner-contact {
    padding-bottom: calc(var(--scale) * 125);
  }

  .banner-contact figure {
    max-width: calc(var(--scale) * 896);
  }

  .banner-contact figure .sa-btn {
    left: calc(var(--scale) * 63);
    bottom: calc(var(--scale) * 69);
  }

  .banner-contact figure .sa-btn > span {
    min-width: calc(var(--scale) * 240);
  }

  .banner {
    top: calc(var(--scale) * 80);
  }

  .banner-ttl {
    font-size: calc(var(--scale) * 64);
    letter-spacing: calc(var(--scale) * 12);
  }

  .banner-ttl + * {
    margin-top: calc(var(--scale) * 28);
  }

  .banner .powered-by {
    gap: calc(var(--scale) * 18);
  }

  .banner .powered-by strong {
    gap: calc(var(--scale) * 18);
    font-size: calc(var(--scale) * 23);
    padding: calc(var(--scale) * 22.5) 0 calc(var(--scale) * 10.5);
  }

  .banner .powered-by img {
    width: calc(var(--scale) * 165);
  }

  .dashboard-top {
    gap: calc(var(--scale) * 24);
    font-size: calc(var(--scale) * 18);
    margin-bottom: calc(var(--scale) * 110);
  }

  .dashboard-top-ttl {
    font-size: calc(var(--scale) * 32);
    letter-spacing: calc(var(--scale) * 0.016);
    margin-bottom: calc(var(--scale) * 16);
  }

  .dashboard-top figure img {
    --left: calc(var(--scale) * 206);
    max-width: calc(100% + var(--left));
    margin-left: calc(var(--scale) * -160);
  }

  .dashboard-list {
    --gap: calc(var(--scale) * 24);
    gap: var(--gap);
    margin-bottom: calc(var(--scale) * 64);
    font-size: calc(var(--scale) * 18);
  }

  .dashboard-item {
    width: calc((100% - var(--gap)) / 2);
  }

  .dashboard-item figure {
    --shadow-w: calc(var(--scale) * 10);
    padding: 0 var(--shadow-w) var(--shadow-w) 0;
    margin-bottom: calc(var(--scale) * 48);
  }

  .dashboard-item figure:before {
    border-radius: calc(var(--scale) * 8);
    width: calc(100% - var(--shadow-w));
    height: calc(100% - var(--shadow-w));
  }

  .dashboard-item figure img {
    border-radius: calc(var(--scale) * 3);
  }

  .dashboard-item .ttl {
    font-size: calc(var(--scale) * 28);
    margin-bottom: calc(var(--scale) * 16);
  }

  .plan-diff {
    gap: calc(var(--scale) * 24);
  }

  .plan-diff-item {
    border-width: calc(var(--scale) * 2);
    border-top-width: calc(var(--scale) * 16);
    border-radius: calc(var(--scale) * 16);
    padding: calc(var(--scale) * 40) calc(var(--scale) * 48);
    gap: calc(var(--scale) * 24);
    box-shadow: 0px calc(var(--scale) * 4) calc(var(--scale) * 16) rgba(0, 0, 0, 0.08);
  }

  .plan-head {
    gap: calc(var(--scale) * 12);
  }

  .plan-sttl {
    font-size: calc(var(--scale) * 18);
  }

  .plan-ttl {
    font-size: calc(var(--scale) * 32);
  }

  .plan-des {
    font-size: calc(var(--scale) * 18);
  }

  .plan-data-ttl {
    font-size: calc(var(--scale) * 24);
    margin-bottom: calc(var(--scale) * 8);
  }

  .plan-data-ttl::before {
    height: calc(var(--scale) * 2);
  }

  .plan-data-ttl span {
    padding: 0 calc(var(--scale) * 24);
  }

  .plan-data-body {
    font-size: calc(var(--scale) * 18);
  }

  .plan-data-body th,
  .plan-data-body td {
    padding: calc(var(--scale) * 16) 0;
  }

  .plan-data-body td {
    width: calc(var(--scale) * 225);
  }

  .plan-data-body td strong {
    font-size: calc(var(--scale) * 32);
  }

  .plan-data-body td small {
    font-size: calc(var(--scale) * 14);
  }

  .plan-data-body i.circle {
    width: calc(var(--scale) * 24);
    height: calc(var(--scale) * 24);
  }
  
  .plan-data-body i.line {
    width: calc(var(--scale) * 24);
  }

  .faq-inner {
    padding-top: calc(var(--scale) * 136);
  }

  .faq-list + .sa-btn {
    margin-top: calc(var(--scale) * 72);
  }

  .faq-item {
    border-width: calc(var(--scale) * 2);
    padding: calc(var(--scale) * 12) calc(var(--scale) * 20);
  }

  .faq-item + .faq-item {
    margin-top: calc(var(--scale) * 32);
  }

  .faq-q {
    gap: calc(var(--scale) * 32);
    font-size: calc(var(--scale) * 20);
  }

  .faq-q .icon {
    width: calc(var(--scale) * 40);
    height: calc(var(--scale) * 40);
  }

  .faq-q button {
    width: calc(var(--scale) * 32);
    height: calc(var(--scale) * 32);
  }

  .faq-q button span {
    width: calc(var(--scale) * 20);
    height: calc(var(--scale) * 2);
  }

  .faq-a-wrap {
    padding: calc(var(--scale) * 24) 0 calc(var(--scale) * 12) calc(var(--scale) * 72);
  }

  .plan:not(.faq) {
    font-size: calc(var(--scale) * 18);
  }

  .plan .wrap-svg-animation {
    top: calc(var(--scale) * 48);
  }

  .plan .sa-cont {
    padding-top: calc(var(--scale) * 56);
  }

  .plan .sa-heading {
    margin-bottom: calc(var(--scale) * 82);
  }

  .plan-list {
    --gap: calc(var(--scale) * 24);
    gap: var(--gap);
  }

  .plan-item {
    border-radius: calc(var(--scale) * 16);
    -webkit-box-shadow: 0px calc(var(--scale) * 4) calc(var(--scale) * 16) 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px calc(var(--scale) * 4) calc(var(--scale) * 16) 0px rgba(0, 0, 0, 0.04);
    width: calc((100% - var(--gap)) / 2);
    padding: calc(var(--scale) * 48);
  }

  .plan-item .ttl {
    font-size: calc(var(--scale) * 32);
    letter-spacing: calc(var(--scale) * 0.016);
    margin-bottom: calc(var(--scale) * 12);
  }

  .plan-item .des {
    margin-bottom: calc(var(--scale) * 24);
  }

  .plan-item .table li {
    padding: calc(var(--scale) * 20) 0;
    gap: calc(var(--scale) * 10);
    min-height: calc(var(--scale) * 90);
  }

  .plan-item .table li .price {
    letter-spacing: calc(var(--scale) * 0.099);
  }

  .plan-item .table li .price span {
    font-size: calc(var(--scale) * 32);
    letter-spacing: calc(var(--scale) * 0.016);
  }

  .point-ttl {
    font-size: calc(var(--scale) * 44);
    letter-spacing: calc(var(--scale) * 3.52);
    margin-bottom: calc(var(--scale) * 48);
  }

  .point-list {
    gap: calc(var(--scale) * 24);
    margin-bottom: calc(var(--scale) * 64);
  }

  .point-item {
    --gap: calc(var(--scale) * 48);
    border-radius: calc(var(--scale) * 32);
    -webkit-box-shadow: 0px calc(var(--scale) * 4) calc(var(--scale) * 16) 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px calc(var(--scale) * 4) calc(var(--scale) * 16) 0px rgba(0, 0, 0, 0.04);
    padding: calc(var(--scale) * 64) calc(var(--scale) * 32) calc(var(--scale) * 56);
    width: calc((100% - var(--gap)) / 3);
  }

  .point-item figure {
    max-width: calc(var(--scale) * 260);
    margin: 0 auto calc(var(--scale) * 48);
  }

  .point-item p {
    font-size: calc(var(--scale) * 18);
    letter-spacing: calc(var(--scale) * 0.009);
  }

  .point-item .ttl {
    font-size: calc(var(--scale) * 24);
    margin-bottom: calc(var(--scale) * 24);
  }

  .customers-cont {
    gap: calc(var(--scale) * 25);
  }

  .customers-ttl {
    font-size: calc(var(--scale) * 44);
    letter-spacing: calc(var(--scale) * 3.52);
    margin-bottom: calc(var(--scale) * 50);
  }

  .support-ttl {
    font-size: calc(var(--scale) * 44);
    letter-spacing: calc(var(--scale) * 3.52);
    margin-bottom: calc(var(--scale) * 48);
  }

  .support-list {
    --gap: calc(var(--scale) * 24);
    gap: var(--gap);
    row-gap: calc(var(--scale) * 32);
    margin-bottom: calc(var(--scale) * 64);
  }

  .support-item {
    border-radius: calc(var(--scale) * 8);
    width: calc((100% - var(--gap)) / 2);
    gap: calc(var(--scale) * 20);
    padding: var(--gap) calc(var(--scale) * 32);
  }

  .support-item figure {
    border-width: calc(var(--scale) * 3);
    width: calc(var(--scale) * 72);
  }

  .support-item .ttl {
    font-size: calc(var(--scale) * 28);
    margin-bottom: calc(var(--scale) * 16);
  }

  .support-item .sttl {
    font-size: calc(var(--scale) * 18);
    letter-spacing: calc(var(--scale) * 0.099);
    margin-bottom: calc(var(--scale) * 16);
  }

  .about-heading .ttl {
    font-size: calc(var(--scale) * 48);
    letter-spacing: calc(var(--scale) * 3.84);
    margin-bottom: calc(var(--scale) * 40);
  }

  .about-heading .sttl {
    font-size: calc(var(--scale) * 28);
    margin-bottom: calc(var(--scale) * 25);
  }

  .adventure-bg {
    left: calc(var(--scale) * 120);
    border-radius: calc(var(--scale) * 64) 0 0 calc(var(--scale) * 64);
  }

  .adventure-content {
    padding: calc(var(--scale) * 52) calc(var(--scale) * 48);
    border-radius: calc(var(--scale) * 16);
    max-width: calc(var(--scale) * 601);
  }

  .adventure-content .ttl {
    font-size: calc(var(--scale) * 28);
    margin-bottom: calc(var(--scale) * 24);
  }

  .adventure-content .des {
    letter-spacing: calc(var(--scale) * 0.008);
  }

  .banner-customer {
    top: calc(var(--scale) * 80);
  }

  .banner-customer-ttl {
    font-size: calc(var(--scale) * 56);
    letter-spacing: calc(var(--scale) * 8);
    padding-top: calc(var(--scale) * 50);
  }

  .banner-customer-content {
    --mL: calc(var(--scale) * -90);
    --rW: calc(var(--scale) * 300);
    margin-left: var(--mL);
    max-width: calc(100% - var(--rW) - var(--mL));
  }

  .banner-customer .banner-decor {
    margin-top: calc(var(--scale) * 55);
  }

  .banner-customer .banner-decor img {
    width: calc(var(--scale) * 1200);
  }

  .banner-customer .banner-customer-slide {
    padding-top: calc(var(--scale) * 50);
  }

  .banner-customer .banner-customer-slide .comming {
    width: calc(var(--scale) * 200);
  }

  .banner-customer .banner-customer-slide .phone-slide {
    width: calc(var(--scale) * 300);
    padding: calc(var(--scale) * 20);
  }

  .banner-customer .banner-customer-slide .phone-slide-item {
    gap: calc(var(--scale) * 56);
    font-size: calc(var(--scale) * 18);
  }

  .banner-customer .banner-customer-slide .phone-slide-item img {
    max-width: calc(var(--scale) * 230);
  }

  .banner-customer .banner-customer-slide .slick-dots {
    bottom: calc(var(--scale) * 55);
    gap: calc(var(--scale) * 8);
  }

  .banner-customer .banner-customer-slide .slick-dots li {
    width: calc(var(--scale) * 6);
    height: calc(var(--scale) * 6);
  }

  .banner-customer .banner-customer-slide .slick-dots li.slick-active {
    width: calc(var(--scale) * 8);
    height: calc(var(--scale) * 8);
  }

  .movie {
    margin-top: calc(var(--scale) * -136);
  }

  .movie-cont {
    border-width: calc(var(--scale) * 18);
    border-radius: calc(var(--scale) * 40);
  }

  .experience-cont {
    gap: calc(var(--scale) * 24);
  }

  .experience-list {
    padding-left: calc(var(--scale) * 46);
  }

  .experience-list li {
    font-size: calc(var(--scale) * 28);
  }

  .experience-list li:before {
    width: calc(var(--scale) * 32);
    height: calc(var(--scale) * 32);
    margin-left: calc(var(--scale) * -46);
    margin-right: calc(var(--scale) * 12);
  }

  .experience-list li + li {
    margin-top: calc(var(--scale) * 24);
  }

  .feature .sa-cont {
    padding-top: calc(var(--scale) * 116);
  }

  .how-to-use {
    padding-bottom: calc(var(--scale) * 136);
  }

  .how-to-use-bg {
    left: calc(var(--scale) * 120);
    bottom: calc(var(--scale) * 136);
    border-radius: calc(var(--scale) * 64) 0 0 calc(var(--scale) * 64);
    -webkit-box-shadow: 0px calc(var(--scale) * 4) calc(var(--scale) * 24) 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px calc(var(--scale) * 4) calc(var(--scale) * 24) 0px rgba(0, 0, 0, 0.12);
  }

  .how-to-use-slider {
    gap: calc(var(--scale) * 24);
  }

  .how-to-use-slider > * {
    --gap: calc(var(--scale) * 12);
    width: calc(50% - var(--gap));
  }

  .how-to-use .slider-for figure {
    max-width: calc(var(--scale) * 331);
  }

  .how-to-use .slider-nav {
    padding-top: calc(var(--scale) * 140);
  }

  .how-to-use .slider-nav .slick-slide {
    padding-left: calc(var(--scale) * 20);
  }

  .how-to-use .slider-nav .slick-slide:before {
    width: calc(var(--scale) * 6);
    border-radius: calc(var(--scale) * 10);
  }

  .how-to-use .slider-nav .slick-slide:not(:last-child) {
    margin-bottom: calc(var(--scale) * 24);
  }

  .how-to-use .slider-nav .slick-slide .step {
    font-size: calc(var(--scale) * 12);
  }

  .how-to-use .slider-nav .slick-slide .ttl {
    font-size: calc(var(--scale) * 18);
  }

  .how-to-use .slider-nav .slick-slide .des {
    margin-top: calc(var(--scale) * 16);
    padding-bottom: calc(var(--scale) * 20);
  }

  .how-to-use .slider-nav .slick-slide.slick-current {
    font-size: calc(var(--scale) * 18);
    margin: calc(var(--scale) * 72) 0;
    padding-left: calc(var(--scale) * 36);
  }

  .how-to-use .slider-nav .slick-slide.slick-current .step {
    font-size: calc(var(--scale) * 24);
    padding-top: calc(var(--scale) * 10);
  }

  .how-to-use .slider-nav .slick-slide.slick-current .ttl {
    font-size: calc(var(--scale) * 40);
  }

  .info-logo {
    margin-bottom: calc(var(--scale) * 100);
  }

  .info-ttl {
    font-size: calc(var(--scale) * 56);
    letter-spacing: calc(var(--scale) * 7);
    margin-bottom: calc(var(--scale) * 48);
  }

  .info-des {
    font-size: calc(var(--scale) * 24);
    letter-spacing: calc(var(--scale) * 1.44);
    max-width: calc(var(--scale) * 1052);
  }

  .page-wrap {
    padding: calc(var(--scale) * 120) 0 calc(var(--scale) * 192);
  }

  .page-heading {
    margin-bottom: calc(var(--scale) * 42);
  }

  .page-ttl {
    font-size: calc(var(--scale) * 32);
  }

  .page-ttl:not(:last-child) {
    margin-bottom: calc(var(--scale) * 48);
  }

  .page-des.--thank {
    font-size: calc(var(--scale) * 18);
  }

  .page-inner {
    gap: calc(var(--scale) * 30);
  }

  .page-sidebar {
    width: calc(var(--scale) * 286);
  }

  .page-sidebar .menu-sidebar {
    gap: calc(var(--scale) * 16);
  }

  .page-entry-content h2 {
    font-size: calc(var(--scale) * 18);
    margin-top: calc(var(--scale) * 40);
  }

  .page-entry-content .page-ttl {
    margin-bottom: calc(var(--scale) * 56);
    margin-top: calc(var(--scale) * -8);
  }

  .page-entry-content .page-ttl.has-excerpt {
    margin-bottom: calc(var(--scale) * 32);
  }

  .page-entry-content .page-excerpt {
    margin-bottom: calc(var(--scale) * 48);
  }

  .page-entry-content .box-spec .box-item:nth-child(even):before {
    --sidebar: calc(var(--scale) * 158);
    -webkit-transform: translateX(calc(-50% - var(--sidebar)));
        -ms-transform: translateX(calc(-50% - var(--sidebar)));
            transform: translateX(calc(-50% - var(--sidebar)));
  }

  .page-entry-content ol {
    font-size: calc(var(--scale) * 14);
  }

  .page-entry-content .appendix {
    font-size: calc(var(--scale) * 14);
  }

  .faq-header-ttl {
    font-size: calc(var(--scale) * 24);
    line-height: calc(var(--scale) * 19);
  }
  
  .faq-head {
    gap: calc(var(--scale) * 16);
    padding: calc(var(--scale) * 40) 0 calc(var(--scale) * 50);
  }
  
  .faq-head-ttl {
    font-size: calc(var(--scale) * 32);
  }
  
  .faq-head-des {
    font-size: calc(var(--scale) * 16);
  }
  
  .faq-cont {
    padding: calc(var(--scale) * 40) 0 calc(var(--scale) * 192);
  }
  
  .faq-cont-ttl {
    gap: calc(var(--scale) * 16px);
    font-size: calc(var(--scale) * 32);
    margin-bottom: calc(var(--scale) * 40);
  }

  .faq-cont-ttl img {
    width: alc(var(--scale) * 48);
  }
  
  .faq-summary {
    gap: calc(var(--scale) * 25);
  }
  
  .faq-summary li {
    width: calc((100% - calc(var(--scale) *50)) / 3);
    border-radius: calc(var(--scale) * 6);
  }
  
  .faq-summary li a {
    padding: calc(var(--scale) * 24);
  }
  
  .faq-summary-ico {
    width: calc(var(--scale) * 40);
    margin-bottom: calc(var(--scale) * 16);
  }
  
  .faq-summary-ttl {
    font-size: calc(var(--scale) * 18);
    margin-bottom: calc(var(--scale) * 4);
  }
  
  .faq-summary-des {
    font-size: calc(var(--scale) * 14);
    margin-bottom: calc(var(--scale) * 16);
    min-height: calc(var(--scale) * 48);
  }
  
  .faq-summary-count {
    gap: calc(var(--scale) * 4);
    font-size: calc(var(--scale) * 14);
  }

  .faq-summary-btn {
    border-radius: calc(var(--scale) * 8);
    padding: calc(var(--scale) * 11) calc(var(--scale) * 15) calc(var(--scale) * 13);
    width: calc(var(--scale) * 366);
    font-size: calc(var(--scale) * 16);
    margin: calc(var(--scale) * 56) auto 0;
  }
}