@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "hiragino-w4";
  src: url("../font/ヒラギノUD角ゴ Std W4.otf") format("opentype");
}
@font-face {
  font-family: "hiragino-w6";
  src: url("../font/ヒラギノUD角ゴ Std W6.otf") format("opentype");
}
.sp {
  display: none;
}

.pc {
  display: block;
}

.cv-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  position: relative;
  z-index: 100;
}
.cv-wrapper .protect {
  color: #251e1c;
  font-size: 37px;
  letter-spacing: 0.05em;
}
.cv-wrapper .cv {
  width: 800px;
  height: 140px;
  background-color: #ff007b;
  border-radius: 70px;
  padding: 12px;
  margin: 24px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3), -5px 0px 28px 0px rgba(255, 255, 255, 0.3);
  transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  cursor: pointer;
}
.cv-wrapper .cv .cv-inner {
  height: 100%;
  border: white 1px solid;
  background-color: #ff007b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 64px;
}
.cv-wrapper .cv .cv-inner h3.cv-text {
  letter-spacing: 0.05em;
  color: white;
  font-size: 47.46px;
}
.cv-wrapper .cv .cv-inner h3.cv-text .bigger {
  font-size: 71px;
  margin-right: 20px;
  margin-left: 30px;
  vertical-align: sub;
}
.cv-wrapper .cv .cv-inner .round-arrow {
  height: 96px;
  width: 96px;
  margin: 16px;
  border-radius: 48px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv-wrapper .cv .cv-inner .round-arrow .fa-angle-right {
  font-size: 40px;
  color: #ff007b;
}
.cv-wrapper .cv:hover {
  background-color: #ffffff;
  transform: scale(1.01);
  cursor: pointer;
}
.cv-wrapper .cv:hover .cv-inner {
  border: #ff007b 1px solid;
  background-color: white;
}
.cv-wrapper .cv:hover .cv-inner h3.cv-text {
  color: #ff007b;
}
.cv-wrapper .cv:hover .cv-inner .round-arrow {
  background-color: #ff007b;
}
.cv-wrapper .cv:hover .cv-inner .round-arrow .fa-angle-right {
  color: white;
}

.comment {
  width: 1060px;
  height: 250px;
  background-color: #fff;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100px;
}
.comment .comment-icon {
  width: 80px;
  margin: 30px;
}
.comment .comment-icon img.comment-img {
  width: 76.5px;
  height: auto;
  margin-bottom: 10px;
}
.comment .comment-icon small.profile {
  font-size: 14px;
  color: #808fac;
  line-height: 25px;
  font-family: "hiragino-w4";
}
.comment .comment-text {
  width: 820px;
  text-align: left;
}
.comment .comment-text h3.comment-title {
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 53px;
  color: #577587;
  margin-bottom: 10px;
}
.comment .comment-text p.comment-content {
  font-size: 24px;
  color: #808fac;
  line-height: 42px;
}

body {
  background-color: #ebeff4;
  font-family: "hiragino-w6";
}

header {
  height: 106px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
header img {
  height: 60px;
  object-fit: contain;
}

main {
  max-width: 1700px;
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}
main .fv {
  height: 0;
  width: 100%;
  padding-top: 63%;
  background-image: url(../images/fv.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 0px;
}
main .fv .fv-container {
  width: 737px;
  height: auto;
  position: absolute;
  top: 47px;
  right: 47px;
  padding: 10px;
}
main .fv .fv-container .maker {
  margin: 60px 0 30px;
  display: inline-block;
  background-color: white;
  color: #4281ef;
  padding: 12px;
  font-size: 28px;
  letter-spacing: 0.05em;
  border-radius: 17px;
}
main .fv .fv-container .fv-subtitle {
  font-size: 56px;
  line-height: 77px;
  color: white;
}
main .fv .fv-container .fv-subtitle img {
  width: 100%;
}
main .fv .fv-container .fv-title {
  margin-top: 30px;
}
main .fv .fv-container .fv-title img {
  width: 92%;
}
main .fv .fv-container .fv-award {
  width: 240px;
  position: absolute;
  top: 0;
  right: 90px;
}
main .fv .fv-container .level {
  position: absolute;
  bottom: 16px;
  right: 60px;
}
main .fv .fv-container .level .anotation-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}
main .fv .fv-container .level .anotation-wrapper .age {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 20px;
  background-color: #fff;
  color: #4281ef;
  border-radius: 10px;
  padding: 4px 10px;
  margin: 10px 10px 10px 0;
}
main .fv .fv-container .level .anotation-wrapper h3.anotation {
  font-size: 43.5px;
  color: white;
  letter-spacing: 0.05em;
}
main .fv .fv-container .level .anotation-wrapper h3.anotation .over {
  font-size: 30px;
}
main .fv .fv-container .level small.small-text {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: white;
  line-height: 30px;
  margin-top: 10px;
  font-family: "hiragino-w4";
}
main .fv .bg-gear-b {
  position: absolute;
  z-index: -1;
  margin: auto;
  background-image: url("../images/bg-gear-b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main .fv .bg-gear-b.gear1 {
  left: calc(50% - 700px);
  bottom: 100px;
  width: 166px;
  height: 166px;
  animation: gear1 6s linear infinite;
}
main .fv .bg-gear-b.gear2 {
  left: calc(50% - 550px);
  bottom: -300px;
  width: 428px;
  height: 428px;
  animation: gear2 6s linear infinite;
}
main .fv .bg-gear-b.gear3 {
  left: calc(50% - 100px);
  bottom: 50px;
  width: 154px;
  height: 154px;
  animation: gear1 6s linear infinite;
}
main .fv .bg-gear-b.gear4 {
  left: calc(50% + 180px);
  bottom: -150px;
  width: 80px;
  height: 80px;
  animation: gear2 6s linear infinite;
}
main .fv .bg-gear-b.gear5 {
  left: calc(50% + 330px);
  bottom: 50px;
  width: 125px;
  height: 125px;
  animation: gear1 6s linear infinite;
}
main .fv .bg-gear-b.gear6 {
  left: calc(50% + 450px);
  bottom: -150px;
  width: 250px;
  height: 250px;
  animation: gear2 6s linear infinite;
}
@keyframes gear1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gear2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
main .fv .fv-cv {
  position: absolute;
  bottom: -140px;
}
main section.section-2 {
  width: 100%;
  background-image: url("../images/sec2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  padding: 180px 0 200px;
  text-align: center;
  position: relative;
}
main section.section-2 .sec2-title {
  font-size: 55px;
  letter-spacing: 0.05em;
  color: white;
}
main section.section-2 .sec2-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 140px 0 0px;
}
main section.section-2 .sec2-wrapper .sec2-shadow {
  width: 450px;
  height: 377px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/sec2-shadow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50px;
  margin: 0 30px;
}
main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content {
  width: 388px;
  height: 233px;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}
main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about {
  position: absolute;
  margin: auto;
  width: 336px;
}
main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about.about1 {
  right: 0;
  left: 0;
  top: -130px;
}
main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about.about2 {
  right: 0;
  left: 0;
  top: -100px;
}
main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content p {
  position: absolute;
  margin: auto;
  bottom: 36px;
  right: 0;
  left: 0;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #808fac;
}
main section.section-2 p.sec2-text {
  font-size: 26px;
  color: white;
  letter-spacing: 0.05em;
  line-height: 42px;
  position: relative;
  top: -50px;
}
main section.section-2 .sec2-robot {
  width: 235px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 600px);
  animation: robot 4s linear 1s infinite;
}
@keyframes robot {
  0% {
    transform: rotate(0);
  }
  80% {
    transform: rotate(0);
  }
  83% {
    transform: rotate(3deg);
  }
  86% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(0);
  }
  93% {
    transform: rotate(3deg);
  }
  96% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
main section.section-2 .bg-fire-r {
  position: absolute;
  background-image: url("../images/bg-fire-r.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}
main section.section-2 .bg-fire-r.fire1 {
  left: calc(50% - 680px);
  bottom: 0px;
  height: 138px;
  width: 138px;
  animation: fire1 2s linear 1s infinite;
  opacity: 0;
}
main section.section-2 .bg-fire-r.fire2 {
  left: calc(50% - 230px);
  bottom: -40px;
  height: 75px;
  width: 75px;
  animation: fire1 3s linear 2s infinite;
  opacity: 0;
}
main section.section-2 .bg-fire-r.fire3 {
  left: calc(50% - 50px);
  bottom: 30px;
  height: 138px;
  width: 138px;
  animation: fire1 2s linear 3s infinite;
  opacity: 0;
}
main section.section-2 .bg-fire-r.fire4 {
  left: calc(50% + 150px);
  bottom: -200px;
  height: 240px;
  width: 240px;
  animation: fire1 3s linear 4s infinite;
  opacity: 0;
}
main section.section-2 .bg-fire-r.fire5 {
  left: calc(50% + 550px);
  bottom: -50px;
  height: 133px;
  width: 133px;
  animation: fire1 2s linear 5s infinite;
  opacity: 0;
}
@keyframes fire1 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
main section.section-3 {
  width: 100%;
  background-image: url("../images/sec3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  padding: 180px 0 100px;
  text-align: center;
  position: relative;
}
main section.section-3 .sec3-title {
  font-size: 55px;
  letter-spacing: 0.05em;
  color: white;
}
main section.section-3 .sec3-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
main section.section-3 .sec3-wrapper .reason-shadow {
  width: 290px;
  height: 257px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 31px;
  padding-bottom: 50px;
  margin: 40px 20px;
  padding: 20px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
main section.section-3 .sec3-wrapper .reason-shadow .reason .reason-gray {
  font-size: 20.5px;
  letter-spacing: 0.05em;
  color: #808080;
  line-height: 28px;
}
main section.section-3 .sec3-wrapper .reason-shadow .reason .reason-title {
  font-size: 37px;
  letter-spacing: 0.05em;
  color: #756acf;
  line-height: 48px;
  margin: 20px 0;
}
main section.section-3 .sec3-wrapper .reason-shadow .reason .reason-arrow .fa-angle-down {
  font-size: 36px;
  color: #756acf;
}
main section.section-3 .sec3-app {
  width: 200px;
  position: absolute;
  top: -100px;
  right: calc(50% - 550px);
}
main section.section-3 .bg-neuron {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}
main section.section-3 .bg-neuron.neuron1 {
  left: calc(50% - 680px);
  background-image: url("../images/bg-neuron1.png");
  bottom: 0px;
  height: 300px;
  width: 300px;
  animation: neuron1 2s linear 1s infinite;
  opacity: 0;
}
main section.section-3 .bg-neuron.neuron2 {
  left: calc(50% - 230px);
  background-image: url("../images/bg-neuron2.png");
  bottom: -40px;
  height: 200px;
  width: 200px;
  animation: neuron2 3s linear 2s infinite;
  opacity: 0;
}
main section.section-3 .bg-neuron.neuron3 {
  left: calc(50% - 50px);
  background-image: url("../images/bg-neuron3.png");
  bottom: 30px;
  height: 250px;
  width: 250px;
  animation: neuron3 2s linear 3s infinite;
  opacity: 0;
}
main section.section-3 .bg-neuron.neuron4 {
  left: calc(50% + 150px);
  background-image: url("../images/bg-neuron4.png");
  bottom: -200px;
  height: 100px;
  width: 100px;
  animation: neuron4 3s linear 4s infinite;
  opacity: 0;
}
main section.section-3 .bg-neuron.neuron5 {
  left: calc(50% + 550px);
  background-image: url("../images/bg-neuron5.png");
  bottom: -50px;
  height: 120px;
  width: 120px;
  animation: neuron4 2s linear 5s infinite;
  opacity: 0;
}
@keyframes neuron1 {
  0% {
    opacity: 0.5;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(200px, 200px) rotate(30deg);
  }
}
@keyframes neuron2 {
  0% {
    opacity: 0.5;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-300px, 300px) rotate(20deg);
  }
}
@keyframes neuron3 {
  0% {
    opacity: 0.5;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(300px, -300px) rotate(10deg);
  }
}
@keyframes neuron4 {
  0% {
    opacity: 0.5;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-200px, -200px) rotate(50deg);
  }
}
main section.section-4 {
  width: 100%;
  background-image: url("../images/sec4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  padding: 180px 0 100px;
  text-align: center;
  position: relative;
  padding-bottom: 400px;
}
main section.section-4 .sec4-title {
  font-size: 55px;
  letter-spacing: 0.05em;
  color: white;
}
main section.section-4 .sec4-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
main section.section-4 .sec4-wrapper .sec4-shadow {
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  margin: 0;
  background-color: #fff;
  border-radius: 55px;
  margin: 20px;
}
main section.section-4 .sec4-wrapper .sec4-shadow .sec4-icon {
  height: 86px;
  width: auto;
}
main section.section-4 .sec4-wrapper .sec4-shadow .sec4-skill {
  color: #88ba40;
  font-size: 23px;
}
main section.section-4 .sec4-text {
  color: white;
  font-size: 32px;
}
main section.section-4 .sec4-factory {
  width: 245px;
  position: absolute;
  top: -100px;
  right: calc(50% - 550px);
  animation: robot 4s linear 1s infinite;
}
@keyframes robot {
  0% {
    transform: rotate(0);
  }
  80% {
    transform: rotate(0);
  }
  83% {
    transform: rotate(3deg);
  }
  86% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(0);
  }
  93% {
    transform: rotate(3deg);
  }
  96% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
main section.section-4 .bg-gear-g {
  position: absolute;
  z-index: -1;
  margin: auto;
  background-image: url("../images/bg-gear-g.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main section.section-4 .bg-gear-g.gear1 {
  left: calc(50% - 650px);
  bottom: -50px;
  width: 176px;
  height: 176px;
  animation: gear1 6s linear infinite;
}
main section.section-4 .bg-gear-g.gear2 {
  left: calc(50% - 350px);
  bottom: 0px;
  width: 104px;
  height: 104px;
  animation: gear2 6s linear infinite;
}
main section.section-4 .bg-gear-g.gear3 {
  left: calc(50% - 250px);
  bottom: -150px;
  width: 218px;
  height: 218px;
  animation: gear1 6s linear infinite;
}
main section.section-4 .bg-gear-g.gear4 {
  left: calc(50% + 50px);
  bottom: -50px;
  width: 150px;
  height: 150px;
  animation: gear2 6s linear infinite;
}
main section.section-4 .bg-gear-g.gear5 {
  left: calc(50% + 360px);
  bottom: -150px;
  width: 313px;
  height: 313px;
  animation: gear1 6s linear infinite;
}
@keyframes gear1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gear2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
main section.section-4 .fv-cv {
  position: absolute;
  bottom: -140px;
}
main section.section-5 {
  width: 100%;
  min-height: 1900px;
  background-image: url("../images/sec5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  padding: 280px 0 300px;
  text-align: center;
  position: relative;
}
main section.section-5 .sec5-title {
  font-size: 55px;
  letter-spacing: 0.05em;
  color: white;
  margin-bottom: 40px;
}
main section.section-5 .sec5-slider {
  height: 950px;
  position: relative;
}
main section.section-5 .sec5-slider img {
  margin: 0 auto;
  height: 900px;
  border-radius: 46px;
}
main section.section-5 .sec5-slider .slick-dots li button:before {
  color: #c8c8c8;
  opacity: 1;
}
main section.section-5 .sec5-slider .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}
main section.section-5 .sec5-arrows {
  width: 200px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  bottom: 50px;
}
main section.section-5 .sec5-arrows .slick-prev:before {
  content: "" !important;
}
main section.section-5 .sec5-arrows .slick-prev:after {
  content: "";
  display: block;
  background-image: url("../images/prev-1.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
main section.section-5 .sec5-arrows .slick-next:before {
  content: "" !important;
}
main section.section-5 .sec5-arrows .slick-next:after {
  content: "";
  display: block;
  background-image: url("../images/next-1.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
main section.section-5 .sec5-text {
  color: white;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 50px;
  margin: 40px 0 80px;
}
main section.section-5 .sec5-game {
  width: 235px;
  position: absolute;
  top: 60px;
  left: calc(50% - 600px);
}
main section.section-5 .bg-light {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}
main section.section-5 .bg-light.light1 {
  background-image: url("../images/bg-light1.png");
  left: calc(50% - 680px);
  bottom: -100px;
  height: 138px;
  width: 138px;
  animation: light1 2s linear 1s infinite;
  opacity: 0;
}
main section.section-5 .bg-light.light2 {
  background-image: url("../images/bg-light2.png");
  left: calc(50% - 280px);
  bottom: -120px;
  height: 125px;
  width: 125px;
  animation: light1 3s linear 2s infinite;
  opacity: 0;
}
main section.section-5 .bg-light.light3 {
  background-image: url("../images/bg-light3.png");
  left: calc(50% - 50px);
  bottom: -60px;
  height: 80px;
  width: 80px;
  animation: light1 2s linear 3s infinite;
  opacity: 0;
}
main section.section-5 .bg-light.light4 {
  background-image: url("../images/bg-light4.png");
  left: calc(50% + 150px);
  bottom: -120px;
  height: 180px;
  width: 180px;
  animation: light1 3s linear 4s infinite;
  opacity: 0;
}
main section.section-5 .bg-light.light5 {
  background-image: url("../images/bg-light5.png");
  left: calc(50% + 550px);
  bottom: -50px;
  height: 133px;
  width: 133px;
  animation: light1 2s linear 5s infinite;
  opacity: 0;
}
@keyframes light1 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
main section.section-6 {
  width: 100%;
  min-height: 1400px;
  background-image: url("../images/sec6.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 160px;
  padding: 280px 0 400px;
  text-align: center;
  position: relative;
}
main section.section-6 .sec6-title {
  font-size: 55px;
  letter-spacing: 0.05em;
  color: white;
}
main section.section-6 .sec6-img {
  margin: 40px 0;
}
main section.section-6 .sec6-text {
  font-size: 32px;
  line-height: 50px;
  color: white;
}
main section.section-6 .bg-gear-r {
  position: absolute;
  z-index: -1;
  margin: auto;
  background-image: url("../images/bg-gear-r.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main section.section-6 .bg-gear-r.gear1 {
  left: calc(50% - 700px);
  bottom: 100px;
  width: 100px;
  height: 1px;
  animation: gear1 6s linear infinite;
}
main section.section-6 .bg-gear-r.gear2 {
  left: calc(50% - 700px);
  bottom: -200px;
  width: 200px;
  height: 200px;
  animation: gear2 6s linear infinite;
}
main section.section-6 .bg-gear-r.gear3 {
  left: calc(50% - 350px);
  bottom: -300px;
  width: 154px;
  height: 154px;
  animation: gear1 6s linear infinite;
}
main section.section-6 .bg-gear-r.gear4 {
  left: calc(50% + 70px);
  bottom: -280px;
  width: 80px;
  height: 80px;
  animation: gear2 6s linear infinite;
}
main section.section-6 .bg-gear-r.gear5 {
  left: calc(50% + 200px);
  bottom: -50px;
  width: 125px;
  height: 125px;
  animation: gear1 6s linear infinite;
}
main section.section-6 .bg-gear-r.gear6 {
  left: calc(50% + 380px);
  bottom: -340px;
  width: 300px;
  height: 300px;
  animation: gear2 6s linear infinite;
}
@keyframes gear1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gear2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
main section.section-6 .sec6-cv {
  position: absolute;
  bottom: -290px;
}
main section.section-6 .planet {
  position: absolute;
  width: 190px;
  top: 0;
  left: 200px;
}
main section.section-6 .rocket {
  width: 120px;
  position: absolute;
  top: 0;
  left: 220px;
  animation: rocket 10s linear 2s infinite normal;
}
@keyframes rocket {
  0% {
    transform: scale(1) translate(0, 0);
  }
  60% {
    transform: scale(1) translate(0, 0);
  }
  65% {
    transform: scale(1) translate(0, 0) rotate(10deg);
  }
  70% {
    transform: scale(1) translate(0, 0) rotate(-10deg);
  }
  90% {
    transform: scale(1) translate(0, -200px);
  }
  100% {
    transform: scale(1) translate(0, -200px);
  }
}
main section.section-7 {
  width: 100%;
  height: 1150px;
  background-image: url("../images/sec7.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  text-align: center;
  position: relative;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.section-7 .faq-wrapper {
  width: 1200px;
  min-height: 982px;
  background-image: url("../images/faq-card.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px;
  margin: 200px auto;
}
main section.section-7 .faq-wrapper .faq-title {
  font-size: 42px;
  margin: 50px 0;
  color: #577580;
}
main section.section-7 .faq-wrapper .faq-area {
  width: 900px;
  margin: 50px auto;
  padding-top: 0px;
  border-top: 2px solid #577580;
}
main section.section-7 .faq-wrapper .faq-area .faq {
  margin: 50px 0;
}
main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-size: 24px;
  color: #577580;
  margin: 20px 0;
}
main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner .q-icon {
  min-width: 30px;
  display: inline-block;
}
main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner .a-icon {
  min-width: 30px;
  display: inline-block;
  font-family: "hiragino-w4";
  color: #808ca9;
  line-height: 42px;
}
main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner p {
  letter-spacing: 0.02em;
  font-family: "hiragino-w4";
  color: #808ca9;
  line-height: 42px;
}
main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner p a.faq-link {
  color: #4280e9;
  text-decoration: underline;
  text-decoration-color: #4280e9;
  font-family: "hiragino-w6";
}
main section.section-7 .bg-fire-g {
  position: absolute;
  background-image: url("../images/bg-fire-g.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}
main section.section-7 .bg-fire-g.fire1 {
  left: calc(50% - 680px);
  bottom: 0px;
  height: 138px;
  width: 138px;
  animation: fire1 2s linear 1s infinite;
  opacity: 0;
}
main section.section-7 .bg-fire-g.fire2 {
  left: calc(50% - 430px);
  bottom: -140px;
  height: 200px;
  width: 200px;
  animation: fire1 3s linear 2s infinite;
  opacity: 0;
}
main section.section-7 .bg-fire-g.fire3 {
  left: calc(50% - 100px);
  bottom: 0px;
  height: 100px;
  width: 100px;
  animation: fire1 2s linear 3s infinite;
  opacity: 0;
}
main section.section-7 .bg-fire-g.fire4 {
  left: calc(50% + 170px);
  bottom: -130px;
  height: 120px;
  width: 120px;
  animation: fire1 3s linear 4s infinite;
  opacity: 0;
}
main section.section-7 .bg-fire-g.fire5 {
  left: calc(50% + 550px);
  bottom: -50px;
  height: 133px;
  width: 133px;
  animation: fire1 2s linear 5s infinite;
  opacity: 0;
}
@keyframes fire1 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
main section.section-8 {
  width: 100%;
  min-height: 1500px;
  background-image: url("../images/sec8.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  text-align: center;
  position: relative;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.section-8 .sec8-wrapper {
  width: 1200px;
  min-height: 1330px;
  padding: 70px;
  background-color: #fff;
  border-radius: 31px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
main section.section-8 .sec8-wrapper .sec8-title-wrapper {
  border-top: 2px solid #577580;
  position: relative;
  height: 50px;
  width: 935px;
  margin: 60px auto 30px;
}
main section.section-8 .sec8-wrapper .sec8-title-wrapper h3 {
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  width: 300px;
  background-color: #fff;
  font-size: 41px;
  color: #577580;
}
main section.section-8 .sec8-wrapper .comment-wrapper {
  margin: 0 auto 50px;
  display: flex;
  max-width: 935px;
  position: relative;
}
main section.section-8 .sec8-wrapper .comment-wrapper p {
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 42.5px;
  text-align: left;
  color: #808ca9;
  margin-left: 40px;
  font-family: "hiragino-w4";
}
main section.section-8 .sec8-wrapper .comment-wrapper small {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #808ca9;
  font-size: 18px;
  letter-spacing: 0.05em;
}
main section.section-8 .sec8-wrapper .ob-comment {
  margin: 0 auto 50px;
  max-width: 935px;
  width: 97%;
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  grid-template-areas: "areaImg   areaText1" "areaImg   areaText2" "areaText3 areaText3";
}
main section.section-8 .sec8-wrapper .ob-comment .grid-item1 {
  grid-area: areaImg;
  margin: 0 40px 20px 0;
}
main section.section-8 .sec8-wrapper .ob-comment .grid-item2 {
  grid-area: areaText1;
}
main section.section-8 .sec8-wrapper .ob-comment .grid-item3 {
  grid-area: areaText2;
}
main section.section-8 .sec8-wrapper .ob-comment .grid-item4 {
  grid-area: areaText3;
}
main section.section-8 .sec8-wrapper .ob-comment h3 {
  text-align: left;
  font-size: 32px;
  line-height: 48.3px;
  color: #808eab;
  margin-bottom: 20px;
}
main section.section-8 .sec8-wrapper .ob-comment img {
  width: 200px;
  height: auto;
}
main section.section-8 .sec8-wrapper .ob-comment p {
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 42.5px;
  text-align: left;
  color: #808ca9;
  margin-left: 0px;
}
main section.section-8 .sec8-wrapper .ob-comment p.hidden {
  display: none;
}
main section.section-8 .sec8-wrapper .ob-comment small {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #808ca9;
  font-size: 18px;
  letter-spacing: 0.05em;
}
main section.section-8 .sec8-wrapper .more {
  font-size: 25px;
  line-height: 42.5px;
  color: #808ca9;
  position: relative;
  margin-top: 100px;
  cursor: pointer;
}
main section.section-8 .sec8-wrapper .more:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #808ca9;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
main section.section-8 .sec8-wrapper .more-look {
  display: none;
}
main section.section-8 .sec8-wrapper .less-look {
  display: none;
}
main section.section-8 .sec8-wrapper .active {
  display: inline;
}
main section.section-8 .bg-neuron {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}
main section.section-8 .bg-neuron.neuron1 {
  left: calc(50% - 680px);
  background-image: url("../images/bg-neuron1.png");
  bottom: 0px;
  height: 300px;
  width: 300px;
  animation: neuron1 2s linear 1s infinite;
  opacity: 0;
}
main section.section-8 .bg-neuron.neuron2 {
  left: calc(50% - 230px);
  background-image: url("../images/bg-neuron2.png");
  bottom: -40px;
  height: 200px;
  width: 200px;
  animation: neuron2 3s linear 2s infinite;
  opacity: 0;
}
main section.section-8 .bg-neuron.neuron3 {
  left: calc(50% - 50px);
  background-image: url("../images/bg-neuron3.png");
  bottom: 30px;
  height: 250px;
  width: 250px;
  animation: neuron3 2s linear 3s infinite;
  opacity: 0;
}
main section.section-8 .bg-neuron.neuron4 {
  left: calc(50% + 150px);
  background-image: url("../images/bg-neuron4.png");
  bottom: -200px;
  height: 100px;
  width: 100px;
  animation: neuron4 3s linear 4s infinite;
  opacity: 0;
}
main section.section-8 .bg-neuron.neuron5 {
  left: calc(50% + 550px);
  background-image: url("../images/bg-neuron5.png");
  bottom: -50px;
  height: 120px;
  width: 120px;
  animation: neuron4 2s linear 5s infinite;
  opacity: 0;
}
@keyframes neuron1 {
  0% {
    opacity: 0.5;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(200px, 200px) rotate(30deg);
  }
}
@keyframes neuron2 {
  0% {
    opacity: 0.5;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-300px, 300px) rotate(20deg);
  }
}
@keyframes neuron3 {
  0% {
    opacity: 0.5;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(300px, -300px) rotate(10deg);
  }
}
@keyframes neuron4 {
  0% {
    opacity: 0.5;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-200px, -200px) rotate(50deg);
  }
}
main section.section-9 {
  width: 100%;
  min-height: 794px;
  background-image: url("../images/sec9.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  text-align: center;
  position: relative;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.section-9 .sec9-wrapper {
  width: 910px;
  min-height: 680px;
  padding: 90px;
  background-image: url("../images/sec9-card.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main section.section-9 .sec9-wrapper h2.sec9-title {
  height: 82px;
  width: 516px;
  background-color: #4280e9;
  border-radius: 41px;
  color: white;
  text-align: center;
  margin: 30px auto;
  font-size: 42px;
  letter-spacing: 0.2em;
  line-height: 82px;
}
main section.section-9 .sec9-wrapper .price {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #4280e9;
  padding: 0 0 0 100px;
  margin: 36px 0;
}
main section.section-9 .sec9-wrapper .price h4 {
  min-width: 170px;
  font-size: 32px;
  letter-spacing: 0.2em;
  margin-right: 10px;
}
main section.section-9 .sec9-wrapper .price p {
  font-size: 51px;
  letter-spacing: 0.02em;
}
main section.section-9 .sec9-wrapper .price p span.small {
  font-size: 38px;
  letter-spacing: 0.02em;
}
main section.section-9 .sec9-wrapper .text {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #4280e9;
  padding: 0 0 0 100px;
  margin: 36px 0;
}
main section.section-9 .sec9-wrapper .text h4 {
  min-width: 170px;
  font-size: 32px;
  letter-spacing: 0.2em;
  margin-right: 10px;
}
main section.section-9 .sec9-wrapper .text p {
  font-size: 51px;
  letter-spacing: 0.02em;
  text-align: left;
}
main section.section-9 .sec9-wrapper .text p span.small {
  font-size: 38px;
  letter-spacing: 0.02em;
}
main section.section-9 .sec9-wrapper .text p.text1 {
  font-size: 28px;
}
main section.section-9 .sec9-wrapper .text p.text3 {
  font-size: 27px;
  font-family: "hiragino-w4";
}
main section.section-9 .sec9-wrapper .price-anotation {
  font-size: 14px;
  color: #808080;
  letter-spacing: 0.03em;
  font-family: "hiragino-w4";
}
main section.section-9 .bg-gear-b {
  position: absolute;
  z-index: -1;
  margin: auto;
  background-image: url("../images/bg-gear-b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main section.section-9 .bg-gear-b.gear1 {
  left: calc(50% - 700px);
  bottom: -50px;
  width: 100px;
  height: 100px;
  animation: gear1 6s linear infinite;
}
main section.section-9 .bg-gear-b.gear2 {
  left: calc(50% - 550px);
  bottom: -150px;
  width: 300px;
  height: 300px;
  animation: gear2 6s linear infinite;
}
main section.section-9 .bg-gear-b.gear3 {
  left: calc(50% - 10px);
  bottom: -50px;
  width: 100px;
  height: 100px;
  animation: gear1 6s linear infinite;
}
main section.section-9 .bg-gear-b.gear4 {
  left: calc(50% + 270px);
  bottom: 20px;
  width: 125px;
  height: 125px;
  animation: gear2 6s linear infinite;
}
main section.section-9 .bg-gear-b.gear5 {
  left: calc(50% + 450px);
  bottom: -200px;
  width: 250px;
  height: 250px;
  animation: gear1 6s linear infinite;
}
@keyframes gear1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gear2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
main section.section-10 {
  width: 100%;
  min-height: 1840px;
  background-image: url("../images/sec10.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 320px;
  text-align: center;
  position: relative;
  padding-top: 100px;
}
main section.section-10 .sec10-title {
  font-size: 55px;
  letter-spacing: 0.05em;
  color: white;
}
main section.section-10 .sec10-wrapper {
  width: 1200px;
  min-height: 1690px;
  padding: 128px 76px;
  background-image: url("../images/sec10-card.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
  overflow-x: visible;
}
main section.section-10 .sec10-wrapper .sec10-text {
  text-align: left;
  margin: 50px auto;
  width: 877px;
  line-height: 42.5px;
  font-size: 25px;
  color: #808ca9;
  letter-spacing: 0.02em;
}
main section.section-10 .sec10-wrapper .more {
  font-size: 25px;
  line-height: 42.5px;
  color: #808ca9;
  position: relative;
}
main section.section-10 .sec10-wrapper .more:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #808ca9;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
main section.section-10 .sec10-slider {
  margin-top: 60px;
  position: absolute;
  width: 100vw;
  max-width: 1700px;
  margin: 50px auto;
  right: 0;
  left: 0;
}
main section.section-10 .sec10-slider .sec10-slider-elem {
  width: 950px;
  height: 500px;
  border-radius: 31px;
  background-color: #ebeff4;
  margin: 0 auto;
  padding: 30px;
}
main section.section-10 .sec10-slider .sec10-slider-elem .heading {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 60px;
}
main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-icon {
  margin-right: 20px;
}
main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-icon img {
  width: 76px;
}
main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-icon small {
  font-size: 14px;
  color: #808ca9;
  letter-spacing: 0.05em;
  line-height: 25.6px;
  font-family: "hiragino-w4";
}
main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-title {
  font-size: 35px;
  letter-spacing: 0.05em;
  color: #577584;
}
main section.section-10 .sec10-slider .sec10-slider-elem .slide-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.section-10 .sec10-slider .sec10-slider-elem .slide-images img {
  object-fit: cover;
  border-radius: 21px;
  margin: 30px 20px;
}
main section.section-10 .sec10-slider .sec10-slider-elem .slide-text {
  padding-left: 60px;
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #808ca9;
  font-family: "hiragino-w4";
}
main section.section-10 .sec10-arrows {
  position: absolute;
  bottom: 200px;
  width: 50px;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.section-10 .sec10-arrows .slick-prev:before {
  content: "" !important;
}
main section.section-10 .sec10-arrows .slick-prev:after {
  content: "";
  display: block;
  background-image: url("../images/slide2-arrow.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  z-index: 1000;
  transform: rotate(180deg);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
main section.section-10 .sec10-arrows .slick-next:before {
  content: "" !important;
}
main section.section-10 .sec10-arrows .slick-next:after {
  content: "";
  display: block;
  background-image: url("../images/slide2-arrow.png");
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
main section.section-10 .sec10-cv {
  position: absolute;
  bottom: -290px;
}
main .abst {
  font-size: 14px;
  color: #808ca9;
  letter-spacing: 0.03em;
  max-width: 1100px;
  margin: 0 auto 60px;
  font-family: "hiragino-w4";
}

footer {
  width: 100%;
  height: 150px;
  background-color: #2477f1;
  color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
footer .footer-top ul li {
  display: inline;
  height: 40px;
  padding: 20px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
footer .footer-top ul li:first-child {
  border-right: 0px solid white;
}
footer .footer-bottom {
  font-family: "hiragino-w4";
}

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

  .pc {
    display: block;
  }

  main {
    width: 100vw;
    overflow: hidden;
  }
  main .fv {
    height: 0;
    width: 100%;
    padding-top: 63%;
    background-image: url(../images/fv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
  }
  main .fv .fv-container {
    width: 600px;
    height: auto;
    position: absolute;
    top: 47px;
    right: 47px;
    padding: 10px;
  }
  main .fv .fv-container .maker {
    margin: 60px 0 30px;
    display: inline-block;
    background-color: white;
    color: #4281ef;
    padding: 12px;
    font-size: 20px;
    letter-spacing: 0.05em;
    border-radius: 17px;
  }
  main .fv .fv-container .fv-subtitle {
    font-size: 40px;
    line-height: 56px;
    color: white;
  }
  main .fv .fv-container .fv-title {
    margin-top: 10px;
  }
  main .fv .fv-container .fv-title img {
    width: 500px;
  }
  main .fv .fv-container .fv-award {
    position: absolute;
    top: 0;
    right: 90px;
    width: 200px;
  }
  main .fv .fv-container .level {
    position: absolute;
    bottom: 10px;
    right: 30px;
  }
  main .fv .fv-container .level .anotation-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  main .fv .fv-container .level .anotation-wrapper .age {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 16px;
    background-color: #fff;
    color: #4281ef;
    border-radius: 10px;
    padding: 4px 10px;
    margin: 10px 10px 10px 0;
  }
  main .fv .fv-container .level .anotation-wrapper h3.anotation {
    font-size: 24px;
    color: white;
    letter-spacing: 0.05em;
  }
  main .fv .fv-container .level .anotation-wrapper h3.anotation .over {
    font-size: 20px;
  }
  main .fv .fv-container .level small.small-text {
    font-size: 12px;
    letter-spacing: 0.03em;
    color: white;
    line-height: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .cv-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
  }
  .cv-wrapper .protect {
    color: #251e1c;
    font-size: 30px;
    letter-spacing: 0.05em;
  }
  .cv-wrapper .cv {
    width: 634px;
    height: 110px;
    background-color: #ff007b;
    border-radius: 55px;
    padding: 8px;
    margin: 24px;
    cursor: pointer;
  }
  .cv-wrapper .cv .cv-inner {
    height: 100%;
    border: white 1px solid;
    background-color: #ff007b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 64px;
  }
  .cv-wrapper .cv .cv-inner h3.cv-text {
    letter-spacing: 0.05em;
    color: white;
    font-size: 37px;
  }
  .cv-wrapper .cv .cv-inner h3.cv-text .bigger {
    font-size: 56px;
    margin-right: 20px;
    margin-left: 30px;
  }
  .cv-wrapper .cv .cv-inner .round-arrow {
    height: 82px;
    width: 82px;
    margin: 8px;
    border-radius: 48px;
    background-color: #fff;
  }
  .cv-wrapper .cv:hover {
    background-color: #ffffff;
    transform: scale(1.01);
    cursor: pointer;
  }
  .cv-wrapper .cv:hover .cv-inner {
    border: #ff007b 1px solid;
    background-color: white;
  }
  .cv-wrapper .cv:hover .cv-inner h3.cv-text {
    color: #ff007b;
  }
  .cv-wrapper .cv:hover .cv-inner .round-arrow {
    background-color: #ff007b;
  }
  .cv-wrapper .cv:hover .cv-inner .round-arrow .fa-angle-right {
    color: white;
  }

  .comment {
    width: 90%;
    height: 390px;
    background-color: #fff;
    border-radius: 31px;
    background-image: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .comment .comment-icon {
    width: 90%;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .comment .comment-icon .comment-inner {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }
  .comment .comment-icon .comment-inner img.comment-img {
    width: 76.5px;
    height: auto;
  }
  .comment .comment-icon .comment-inner small.profile {
    font-size: 14px;
    color: #808fac;
    line-height: 25px;
  }
  .comment .comment-icon h3 {
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 53px;
    color: #57758a;
    text-align: left;
  }
  .comment .comment-text {
    width: 90%;
    text-align: left;
  }
  .comment .comment-text h3.comment-title {
    font-size: 35px;
    letter-spacing: 0.05em;
    line-height: 53px;
    color: #577587;
    margin-bottom: 10px;
  }
  .comment .comment-text p.comment-content {
    font-size: 24px;
    color: #808fac;
    line-height: 42px;
  }

  body {
    background-color: #ebeff4;
    min-width: 750px;
  }

  header {
    height: 106px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  header img {
    height: 60px;
    object-fit: contain;
  }

  main {
    width: 100%;
    overflow: hidden;
  }
  main .fv {
    height: 0;
    width: 100%;
    padding-top: 200%;
    background-image: url(../images/fv-sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 150px;
  }
  main .fv .fv-container {
    width: 90%;
    height: auto;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 300px;
    right: 0;
    left: 0;
    padding: 10px;
  }
  main .fv .fv-container .maker {
    margin: 60px 0 30px;
    display: inline-block;
    background-color: white;
    color: #4281ef;
    padding: 12px;
    font-size: 20px;
    letter-spacing: 0.05em;
    border-radius: 17px;
  }
  main .fv .fv-container .fv-subtitle {
    font-size: 36px;
    line-height: 56px;
    color: white;
  }
  main .fv .fv-container .fv-title {
    margin-top: 10px;
  }
  main .fv .fv-container .fv-title img {
    width: 96%;
  }
  main .fv .fv-container .fv-award {
    position: absolute;
    top: -100px;
    right: 0px;
    width: 200px;
  }
  main .fv .fv-container .level {
    position: absolute;
    margin: auto;
    bottom: -100px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
  }
  main .fv .fv-container .level .anotation-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  main .fv .fv-container .level .anotation-wrapper .age {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 20px;
    background-color: #fff;
    color: #4281ef;
    border-radius: 10px;
    padding: 4px 10px;
    margin: 10px 10px 10px 0;
  }
  main .fv .fv-container .level .anotation-wrapper h3.anotation {
    font-size: 42px;
    color: white;
    letter-spacing: 0.05em;
  }
  main .fv .fv-container .level .anotation-wrapper h3.anotation .over {
    font-size: 29px;
  }
  main .fv .fv-container .level small.small-text {
    font-size: 13px;
    letter-spacing: 0.03em;
    color: white;
    line-height: 18px;
    margin-top: 0;
  }
  main .fv .fv-cv {
    position: absolute;
    bottom: -200px;
  }
  main section.section-2 {
    width: 100%;
    background-image: url("../images/sec2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    padding: 180px 0 200px;
    text-align: center;
    position: relative;
  }
  main section.section-2 .sec2-title {
    font-size: 53px;
    letter-spacing: 0.05em;
    color: white;
  }
  main section.section-2 .sec2-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 140px 0 0px;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow {
    width: 290px;
    height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/sec2-shadow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 50px;
    margin: 0 30px;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content {
    width: 290px;
    height: 193px;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    position: relative;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about {
    position: absolute;
    margin: auto;
    width: 248px;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about.about1 {
    right: 0;
    left: 0;
    top: -100px;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about.about2 {
    right: 0;
    left: 0;
    top: -70px;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content p {
    position: absolute;
    margin: auto;
    bottom: 36px;
    right: 0;
    left: 0;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #808fac;
  }
  main section.section-2 p.sec2-text {
    font-size: 26px;
    color: white;
    letter-spacing: 0.05em;
    line-height: 42px;
    position: relative;
    top: 20px;
  }
  main section.section-2 .sec2-robot {
    width: 235px;
    position: absolute;
    z-index: 10;
    bottom: -100px;
    left: calc(50% - 280px);
    animation: robot 4s linear 1s infinite;
  }
  @keyframes robot {
    0% {
      transform: rotate(0);
    }
    90% {
      transform: rotate(0);
    }
    93% {
      transform: rotate(3deg);
    }
    96% {
      transform: rotate(-3deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  main section.section-2 .bg-fire-r {
    position: absolute;
    background-image: url("../images/bg-fire-r.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-2 .bg-fire-r.fire1 {
    left: calc(50% - 680px);
    bottom: 0px;
    height: 138px;
    width: 138px;
    animation: fire1 2s linear 1s infinite;
    opacity: 0;
  }
  main section.section-2 .bg-fire-r.fire2 {
    left: calc(50% - 230px);
    bottom: -40px;
    height: 75px;
    width: 75px;
    animation: fire1 3s linear 2s infinite;
    opacity: 0;
  }
  main section.section-2 .bg-fire-r.fire3 {
    left: calc(50% - 50px);
    bottom: 30px;
    height: 138px;
    width: 138px;
    animation: fire1 2s linear 3s infinite;
    opacity: 0;
  }
  main section.section-2 .bg-fire-r.fire4 {
    left: calc(50% + 150px);
    bottom: -200px;
    height: 240px;
    width: 240px;
    animation: fire1 3s linear 4s infinite;
    opacity: 0;
  }
  main section.section-2 .bg-fire-r.fire5 {
    left: calc(50% + 550px);
    bottom: -50px;
    height: 133px;
    width: 133px;
    animation: fire1 2s linear 5s infinite;
    opacity: 0;
  }
  @keyframes fire1 {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    95% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  main section.section-3 {
    width: 100%;
    background-image: url("../images/sec3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    padding: 180px 0 100px;
    text-align: center;
    position: relative;
  }
  main section.section-3 .sec3-title {
    font-size: 55px;
    letter-spacing: 0.05em;
    color: white;
  }
  main section.section-3 .sec3-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  main section.section-3 .sec3-wrapper .reason-shadow {
    width: 290px;
    height: 257px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    background-image: none;
    background-color: #fff;
    border-radius: 31px;
    margin: 30px;
    padding: 20px;
    cursor: pointer;
  }
  main section.section-3 .sec3-wrapper .reason-shadow .reason .reason-gray {
    font-size: 21px;
    letter-spacing: 0.05em;
    color: #808080;
    line-height: 28px;
  }
  main section.section-3 .sec3-wrapper .reason-shadow .reason .reason-title {
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #756acf;
    line-height: 41px;
  }
  main section.section-3 .sec3-app {
    width: 176px;
    position: absolute;
    top: -100px;
    right: calc(50% - 280px);
  }
  main section.section-3 .bg-neuron {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-3 .bg-neuron.neuron1 {
    left: calc(50% - 680px);
    background-image: url("../images/bg-neuron1.png");
    bottom: 0px;
    height: 300px;
    width: 300px;
    animation: neuron1 2s linear 1s infinite;
    opacity: 0;
  }
  main section.section-3 .bg-neuron.neuron2 {
    left: calc(50% - 230px);
    background-image: url("../images/bg-neuron2.png");
    bottom: -40px;
    height: 200px;
    width: 200px;
    animation: neuron2 3s linear 2s infinite;
    opacity: 0;
  }
  main section.section-3 .bg-neuron.neuron3 {
    left: calc(50% - 50px);
    background-image: url("../images/bg-neuron3.png");
    bottom: 30px;
    height: 250px;
    width: 250px;
    animation: neuron3 2s linear 3s infinite;
    opacity: 0;
  }
  main section.section-3 .bg-neuron.neuron4 {
    left: calc(50% + 150px);
    background-image: url("../images/bg-neuron4.png");
    bottom: -200px;
    height: 100px;
    width: 100px;
    animation: neuron4 3s linear 4s infinite;
    opacity: 0;
  }
  main section.section-3 .bg-neuron.neuron5 {
    left: calc(50% + 550px);
    background-image: url("../images/bg-neuron5.png");
    bottom: -50px;
    height: 120px;
    width: 120px;
    animation: neuron4 2s linear 5s infinite;
    opacity: 0;
  }
  @keyframes neuron1 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(200px, 200px) rotate(30deg);
    }
  }
  @keyframes neuron2 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(-300px, 300px) rotate(20deg);
    }
  }
  @keyframes neuron3 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(300px, -300px) rotate(10deg);
    }
  }
  @keyframes neuron4 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(-200px, -200px) rotate(50deg);
    }
  }
  main section.section-4 {
    width: 100%;
    min-height: 1224px;
    background-image: url("../images/sec4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    padding: 180px 0 100px;
    text-align: center;
    position: relative;
    padding-bottom: 600px;
  }
  main section.section-4 .sec4-title {
    font-size: 55px;
    letter-spacing: 0.05em;
    color: white;
  }
  main section.section-4 .sec4-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 0;
  }
  main section.section-4 .sec4-wrapper .sec4-shadow {
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    background-color: #fff;
    border-radius: 55px;
    margin: 20px 40px;
  }
  main section.section-4 .sec4-wrapper .sec4-shadow .sec4-icon {
    height: 86px;
    width: auto;
  }
  main section.section-4 .sec4-wrapper .sec4-shadow .sec4-skill {
    color: #88ba40;
    font-size: 23px;
  }
  main section.section-4 .sec4-text {
    color: white;
    font-size: 32px;
    margin-bottom: 40px;
  }
  main section.section-4 .sec4-comment {
    bottom: 200px;
  }
  main section.section-4 .sec4-factory {
    width: 245px;
    position: absolute;
    top: auto;
    bottom: 0px;
    right: calc(50% - 250px);
  }
  main section.section-4 .bg-gear-g {
    position: absolute;
    z-index: -1;
    margin: auto;
    background-image: url("../images/bg-gear-g.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  main section.section-4 .bg-gear-g.gear1 {
    left: calc(50% - 650px);
    bottom: -50px;
    width: 176px;
    height: 176px;
    animation: gear1 6s linear infinite;
  }
  main section.section-4 .bg-gear-g.gear2 {
    left: calc(50% - 350px);
    bottom: 0px;
    width: 104px;
    height: 104px;
    animation: gear2 6s linear infinite;
  }
  main section.section-4 .bg-gear-g.gear3 {
    left: calc(50% - 250px);
    bottom: -150px;
    width: 218px;
    height: 218px;
    animation: gear1 6s linear infinite;
  }
  main section.section-4 .bg-gear-g.gear4 {
    left: calc(50% + 50px);
    bottom: -50px;
    width: 150px;
    height: 150px;
    animation: gear2 6s linear infinite;
  }
  main section.section-4 .bg-gear-g.gear5 {
    left: calc(50% + 360px);
    bottom: -150px;
    width: 313px;
    height: 313px;
    animation: gear1 6s linear infinite;
  }
  @keyframes gear1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes gear2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  main section.section-4 .fv-cv {
    position: absolute;
    bottom: -140px;
  }
  main section.section-5 {
    width: 100%;
    min-height: 2100px;
    background-image: url("../images/sec5.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    padding: 280px 0 300px;
    text-align: center;
    position: relative;
  }
  main section.section-5 .sec5-title {
    font-size: 55px;
    letter-spacing: 0.05em;
    color: white;
  }
  main section.section-5 .sec5-slider {
    height: 650px;
    position: relative;
  }
  main section.section-5 .sec5-slider img {
    margin: 0 auto;
    height: 600px;
  }
  main section.section-5 .sec5-slider .slick-dots li button:before {
    color: #c8c8c8;
    opacity: 1;
  }
  main section.section-5 .sec5-slider .slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
  }
  main section.section-5 .sec5-text {
    color: white;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 50px;
    margin: 20px 0;
  }
  main section.section-5 .sec5-comment {
    bottom: 160px;
  }
  main section.section-5 .sec5-game {
    width: 235px;
    position: absolute;
    top: 60px;
    left: calc(50% - 300px);
  }
  main section.section-5 .bg-sec5 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -300px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec5.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-6 {
    width: 100%;
    min-height: 1400px;
    background-image: url("../images/sec6.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 160px;
    padding: 200px 0 450px;
    text-align: center;
    position: relative;
  }
  main section.section-6 .sec6-title {
    font-size: 55px;
    letter-spacing: 0.05em;
    color: white;
  }
  main section.section-6 .sec6-img {
    margin: 40px 0;
    width: 90%;
  }
  main section.section-6 .sec6-text {
    font-size: 32px;
    line-height: 50px;
    color: white;
  }
  main section.section-6 .sec6-comment {
    bottom: 50px;
  }
  main section.section-6 .bg-sec6 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -420px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec6.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-6 .planet {
    position: absolute;
    width: 160px;
    top: 20px;
    left: 10px;
  }
  main section.section-6 .rocket {
    width: 100px;
    position: absolute;
    top: 20px;
    left: 30px;
  }
  @keyframes rocket {
    0% {
      transform: scale(1) translate(0, 0);
    }
    60% {
      transform: scale(1) translate(0, 0);
    }
    65% {
      transform: scale(1) translate(0, 0) rotate(10deg);
    }
    70% {
      transform: scale(1) translate(0, 0) rotate(-10deg);
    }
    90% {
      transform: scale(1) translate(0, -100px);
    }
    100% {
      transform: scale(1) translate(0, -100px);
    }
  }
  main section.section-6 .sec6-cv {
    position: absolute;
    bottom: -230px;
  }
  main section.section-7 {
    width: 100%;
    height: 1325px;
    background-image: url("../images/sec7.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    text-align: center;
    position: relative;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main section.section-7 .faq-wrapper {
    width: 90%;
    min-height: 982px;
    background-image: none;
    background-color: #fff;
    border-radius: 31px;
    padding: 40px;
    margin: 200px auto;
  }
  main section.section-7 .faq-wrapper .faq-title {
    font-size: 42px;
    margin: 50px 0;
    text-align: left;
  }
  main section.section-7 .faq-wrapper .faq-area {
    width: 100%;
    margin: 50px auto;
    padding-top: 0px;
    border-top: none;
  }
  main section.section-7 .faq-wrapper .faq-area .faq {
    margin: 50px 0;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-size: 25px;
    color: #577580;
    margin: 20px 0;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner .a-icon {
    min-width: 30px;
    display: inline-block;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner .q-icon {
    min-width: 30px;
    display: inline-block;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner p {
    letter-spacing: 0.02em;
  }
  main section.section-7 .bg-sec7 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -300px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec7.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-8 {
    width: 100%;
    min-height: 1850px;
    background-image: url("../images/sec8.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    text-align: center;
    position: relative;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main section.section-8 .sec8-wrapper {
    width: 90%;
    height: auto;
    min-height: 1430px;
    padding: 36px;
    background-image: none;
    background-color: #fff;
    border-radius: 31px;
  }
  main section.section-8 .sec8-wrapper .sec8-title-wrapper {
    border-top: 2px solid #577580;
    position: relative;
    height: 50px;
    width: 97%;
    margin: 60px auto 30px;
  }
  main section.section-8 .sec8-wrapper .sec8-title-wrapper h3 {
    line-height: 50px;
    margin: auto;
    padding-right: 20px;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 25px;
    width: auto;
    background-color: #fff;
    font-size: 41px;
    color: #577580;
    text-align: left;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper {
    margin: 0 auto 50px;
    display: block;
    max-width: 935px;
    width: 97%;
    position: relative;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper img {
    width: 200px;
    height: auto;
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper p {
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 42.5px;
    text-align: left;
    color: #808ca9;
    margin-left: 0px;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper small {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #808ca9;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  main section.section-8 .sec8-wrapper .ob-comment {
    margin: 0 auto 50px;
    max-width: 935px;
    width: 97%;
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr;
    grid-template-areas: "areaText1   areaText1" "areaImg   areaText2" "areaText3 areaText3";
  }
  main section.section-8 .sec8-wrapper .ob-comment .grid-item1 {
    grid-area: areaImg;
    margin: 0 40px 20px 0;
  }
  main section.section-8 .sec8-wrapper .ob-comment .grid-item2 {
    grid-area: areaText1;
    margin: 0 0 20px;
  }
  main section.section-8 .sec8-wrapper .ob-comment .grid-item3 {
    grid-area: areaText2;
    margin: 10px auto 0;
  }
  main section.section-8 .sec8-wrapper .ob-comment .grid-item4 {
    grid-area: areaText3;
  }
  main section.section-8 .bg-sec8 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -300px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-9 {
    width: 100%;
    min-height: 750px;
    background-image: url("../images/sec9.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    text-align: center;
    position: relative;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main section.section-9 .sec9-wrapper {
    width: 90%;
    min-height: auto;
    padding: 20px;
    background-image: none;
    background-color: #f1f5fa;
    border: 5.6px solid #4281ef;
    border-radius: 31px;
  }
  main section.section-9 .sec9-wrapper h2.sec9-title {
    height: 82px;
    width: 90%;
    background-color: #1877f1;
    border-radius: 41px;
    color: white;
    text-align: center;
    margin: 30px auto;
    font-size: 42px;
    letter-spacing: 0.2em;
    line-height: 82px;
  }
  main section.section-9 .sec9-wrapper .price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1877f1;
    padding: 0 0 0 40px;
    margin: 30px 0;
  }
  main section.section-9 .sec9-wrapper .price h4 {
    min-width: 130px;
    font-size: 32px;
    letter-spacing: 0.2em;
  }
  main section.section-9 .sec9-wrapper .price p {
    font-size: 51px;
    letter-spacing: 0.02em;
  }
  main section.section-9 .sec9-wrapper .price p span.small {
    font-size: 38px;
    letter-spacing: 0.02em;
  }
  main section.section-9 .sec9-wrapper .text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4280e9;
    padding: 0 0 0 10px;
    margin: 30px 0;
  }
  main section.section-9 .sec9-wrapper .text h4 {
    min-width: 130px;
    font-size: 32px;
    letter-spacing: 0.2em;
  }
  main section.section-9 .sec9-wrapper .text p {
    font-size: 51px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  main section.section-9 .sec9-wrapper .text p span.small {
    font-size: 38px;
    letter-spacing: 0.02em;
  }
  main section.section-9 .sec9-wrapper .text p.text1 {
    font-size: 28px;
  }
  main section.section-9 .sec9-wrapper .text p.text3 {
    font-size: 27px;
  }
  main section.section-9 .sec9-wrapper .price-anotation {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.03em;
  }
  main section.section-9 .bg-sec9 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -300px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec9.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-10 {
    width: 100%;
    min-height: 1840px;
    background-image: url("../images/sec10.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 320px;
    text-align: center;
    position: relative;
    padding-top: 100px;
  }
  main section.section-10 .sec10-title {
    font-size: 55px;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 30px;
  }
  main section.section-10 .sec10-wrapper {
    width: 90%;
    min-height: 1800px;
    padding: 40px;
    background-image: none;
    background-color: white;
    border-radius: 31px;
    margin: 0 auto;
    overflow-x: visible;
  }
  main section.section-10 .sec10-wrapper .sec10-img {
    width: 100%;
  }
  main section.section-10 .sec10-wrapper .sec10-text {
    text-align: left;
    margin: 50px auto;
    width: 100%;
    line-height: 42.5px;
    font-size: 25px;
    color: #808ca9;
    letter-spacing: 0.02em;
  }
  main section.section-10 .sec10-wrapper .more {
    font-size: 25px;
    line-height: 42.5px;
    color: #808ca9;
    position: relative;
  }
  main section.section-10 .sec10-wrapper .more:after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #808ca9;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }
  main section.section-10 .sec10-slider {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem {
    width: calc(90% - 40px);
    height: 850px;
    border-radius: 31px;
    background-color: #ebeff4;
    margin: 0 auto;
    padding: 30px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-icon {
    margin-right: 20px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-icon img {
    width: 76px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-title {
    font-size: 35px;
    letter-spacing: 0.05em;
    color: #577584;
    text-align: left;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .slide-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .slide-images img {
    margin: 30px 20px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .slide-text {
    font-size: 25px;
    letter-spacing: 0.05em;
    color: #808ca9;
  }
  main section.section-10 .sec10-slider .slick-prev:before {
    content: "" !important;
  }
  main section.section-10 .sec10-slider .slick-prev:after {
    content: "";
    display: block;
    background-image: url("../images/prev-1.png");
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 130px);
    top: 450px;
    border-radius: 50%;
    z-index: 1000;
  }
  main section.section-10 .sec10-slider .slick-next:before {
    content: "" !important;
  }
  main section.section-10 .sec10-slider .slick-next:after {
    content: "";
    display: block;
    background-image: url("../images/next-1.png");
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    right: calc(50% - 130px);
    top: 450px;
    border-radius: 50%;
    z-index: 50;
  }
  main section.section-10 .sec10-arrows {
    position: absolute;
    bottom: 100px;
    width: 50px;
  }
  main section.section-10 .sec10-cv {
    position: absolute;
    bottom: -290px;
  }
  main .abst {
    font-size: 14px;
    color: #808ca9;
    letter-spacing: 0.03em;
    max-width: 1100px;
    margin: 0 auto 60px;
  }

  footer {
    width: 100%;
    height: 150px;
  }
}
@media screen and (max-width: 450px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .cv-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 220px;
    width: 100%;
  }
  .cv-wrapper .protect {
    color: #251e1c;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .cv-wrapper .cv {
    display: block;
    width: 320px;
    height: 60px;
    background-color: #ff007b;
    border-radius: 55px;
    padding: 4px;
    margin: 4px 24px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.35);
    cursor: pointer;
  }
  .cv-wrapper .cv .cv-inner {
    height: 100%;
    border: white 1px solid;
    background-color: #ff007b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 44px;
  }
  .cv-wrapper .cv .cv-inner h3.cv-text {
    letter-spacing: 0.05em;
    color: white;
    font-size: 19px;
    line-height: 64px;
  }
  .cv-wrapper .cv .cv-inner h3.cv-text .bigger {
    font-size: 26px;
    margin-right: 4px;
    margin-left: 20px;
  }
  .cv-wrapper .cv .cv-inner .round-arrow {
    height: 42px;
    width: 42px;
    margin: 4px;
    border-radius: 48px;
    background-color: #fff;
  }
  .cv-wrapper .cv .cv-inner .round-arrow .fa-solid {
    font-size: 24px;
  }
  .cv-wrapper .cv:hover {
    background-color: #ffffff;
    transform: scale(1.01);
    cursor: pointer;
  }
  .cv-wrapper .cv:hover .cv-inner {
    border: #ff007b 1px solid;
    background-color: white;
  }
  .cv-wrapper .cv:hover .cv-inner h3.cv-text {
    color: #ff007b;
  }
  .cv-wrapper .cv:hover .cv-inner .round-arrow {
    background-color: #ff007b;
  }
  .cv-wrapper .cv:hover .cv-inner .round-arrow .fa-angle-right {
    color: white;
  }

  .comment {
    width: 317px;
    height: auto;
    background-color: #fff;
    border-radius: 21px;
    background-image: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-bottom: 20px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .comment .comment-icon {
    width: 90%;
    margin: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .comment .comment-icon .comment-inner {
    flex: 0 0 50px;
    display: flex;
    flex-direction: column;
    margin: 0 20px 0 10px;
  }
  .comment .comment-icon .comment-inner img.comment-img {
    width: 38px;
    height: auto;
    margin: 2px auto;
  }
  .comment .comment-icon .comment-inner small.profile {
    font-size: 10px;
    color: #808fac;
    line-height: 16px;
  }
  .comment .comment-icon h3 {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 22px;
    color: #57758a;
    text-align: left;
    margin: 0px 0;
  }
  .comment .comment-text {
    width: 90%;
    text-align: left;
    font-size: 0;
  }
  .comment .comment-text h3.comment-title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 53px;
    color: #577587;
    margin-bottom: 10px;
  }
  .comment .comment-text p.comment-content {
    font-size: 13px;
    color: #808fac;
    line-height: 20px;
    text-align: justify;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }

  body {
    background-color: #ebeff4;
    min-width: 350px;
  }

  header {
    height: 53px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  header img {
    height: 30px;
    object-fit: contain;
  }

  main {
    width: 100%;
    overflow: hidden;
  }
  main .floating-banner {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    padding-top: 10px;
  }
  main .floating-banner .cv-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  main .floating-banner .cv-wrapper .protect {
    color: #251e1c;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  main .floating-banner .cv-wrapper .cv {
    display: block;
    width: 320px;
    height: 60px;
    background-color: #ff007b;
    border-radius: 55px;
    padding: 4px;
    margin: 4px 24px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.35);
    cursor: pointer;
  }
  main .floating-banner .cv-wrapper .cv .cv-inner {
    height: 100%;
    border: white 1px solid;
    background-color: #ff007b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 44px;
  }
  main .floating-banner .cv-wrapper .cv .cv-inner h3.cv-text {
    letter-spacing: 0.05em;
    color: white;
    font-size: 19px;
    line-height: 64px;
  }
  main .floating-banner .cv-wrapper .cv .cv-inner h3.cv-text .bigger {
    font-size: 26px;
    margin-right: 4px;
    margin-left: 20px;
  }
  main .floating-banner .cv-wrapper .cv .cv-inner .round-arrow {
    height: 42px;
    width: 42px;
    margin: 4px;
    border-radius: 48px;
    background-color: #fff;
  }
  main .floating-banner .cv-wrapper .cv .cv-inner .round-arrow .fa-solid {
    font-size: 24px;
  }
  main .floating-banner .cv-wrapper .cv:hover {
    background-color: #ffffff;
    transform: scale(1.01);
    cursor: pointer;
  }
  main .floating-banner .cv-wrapper .cv:hover .cv-inner {
    border: #ff007b 1px solid;
    background-color: white;
  }
  main .floating-banner .cv-wrapper .cv:hover .cv-inner h3.cv-text {
    color: #ff007b;
  }
  main .floating-banner .cv-wrapper .cv:hover .cv-inner .round-arrow {
    background-color: #ff007b;
  }
  main .floating-banner .cv-wrapper .cv:hover .cv-inner .round-arrow .fa-angle-right {
    color: white;
  }
  main .fv {
    height: 0;
    width: 100%;
    padding-top: 200%;
    background-image: url(../images/fv-sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
  }
  main .fv .fv-container {
    width: 90%;
    height: auto;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 20%;
    right: 0;
    left: 0;
    padding: 10px;
  }
  main .fv .fv-container .maker {
    margin: 60px auto 5px;
    display: inline-block;
    background-color: white;
    color: #4281ef;
    padding: 5px 12px;
    font-size: 12px;
    letter-spacing: 0.05em;
    border-radius: 10px;
  }
  main .fv .fv-container .fv-subtitle {
    font-size: 16px;
    line-height: 32px;
    width: 330px;
    color: white;
  }
  main .fv .fv-container .fv-subtitle img {
    width: 100%;
  }
  main .fv .fv-container .fv-title {
    margin-top: 10px;
  }
  main .fv .fv-container .fv-title img {
    width: 96%;
  }
  main .fv .fv-container .fv-award {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 30%;
  }
  main .fv .fv-container .level {
    position: absolute;
    margin: auto;
    width: 340px;
    bottom: -33px;
    right: 0;
    left: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  main .fv .fv-container .level .anotation-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  main .fv .fv-container .level .anotation-wrapper .age {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 10px;
    background-color: #fff;
    color: #4281ef;
    border-radius: 5px;
    padding: 4px 10px;
    margin: 10px 5px 10px 0;
    transform: scale(0.9);
  }
  main .fv .fv-container .level .anotation-wrapper h3.anotation {
    font-size: 12px;
    color: white;
    letter-spacing: 0.05em;
    transform: translate(11px, 0) scale(1.3);
  }
  main .fv .fv-container .level .anotation-wrapper h3.anotation .over {
    font-size: 10px;
  }
  main .fv .fv-container .level small.small-text {
    font-size: 10px;
    letter-spacing: 0.03em;
    color: white;
    line-height: 18px;
    margin-top: 0;
    transform: scale(0.7);
  }
  main .fv .bg-gear-b {
    position: absolute;
    z-index: -1;
    margin: auto;
    background-image: url("../images/bg-gear-b.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  main .fv .bg-gear-b.gear1 {
    left: 4%;
    bottom: -50px;
    width: 83px;
    height: 83px;
    animation: gear2 6s linear infinite;
  }
  main .fv .bg-gear-b.gear2 {
    left: 18%;
    bottom: -140px;
    width: 53px;
    height: 53px;
    animation: gear1 6s linear infinite;
  }
  main .fv .bg-gear-b.gear3 {
    left: 70%;
    bottom: 10px;
    width: 77px;
    height: 77px;
    animation: gear2 6s linear infinite;
  }
  main .fv .bg-gear-b.gear4 {
    left: calc(50% + 50px);
    bottom: -150px;
    width: 70px;
    height: 70px;
    animation: gear1 6s linear infinite;
  }
  main .fv .bg-gear-b.gear5 {
    display: none;
  }
  main .fv .bg-gear-b.gear6 {
    display: none;
  }
  main .fv .fv-cv {
    position: absolute;
    bottom: -140px;
  }
  main section.section-2 {
    width: 100%;
    background-image: url("../images/sec2-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    padding: 100px 0 125px;
    text-align: center;
    position: relative;
  }
  main section.section-2 .sec2-title {
    font-size: 28px;
    letter-spacing: 0.05em;
    color: white;
  }
  main section.section-2 .sec2-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 0 0px;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow {
    width: 148px;
    height: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    background-color: #fff;
    border-radius: 21px;
    padding-bottom: 0;
    margin: 15px 10px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content {
    width: 100%;
    height: 97px;
    background-color: #fff;
    padding: 0px;
    border-radius: 30px;
    position: relative;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about {
    position: absolute;
    margin: auto;
    width: 100%;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about.about1 {
    width: 123px;
    right: 0;
    left: 0;
    top: -45px;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content img.sec2-about.about2 {
    width: 127px;
    right: 0;
    left: 0;
    top: -38px;
  }
  main section.section-2 .sec2-wrapper .sec2-shadow .sec2-content p {
    position: absolute;
    margin: auto;
    bottom: 17px;
    right: 0;
    left: 0;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #808fac;
    text-align: center;
  }
  main section.section-2 p.sec2-text {
    font-size: 14px;
    color: white;
    letter-spacing: 0.05em;
    line-height: 20px;
    position: relative;
    top: 20px;
    text-align: center;
    padding: 0 10px;
  }
  main section.section-2 .sec2-robot {
    width: 137px;
    position: absolute;
    z-index: 10;
    bottom: -70px;
    left: 10%;
    animation: robot 4s linear 1s infinite;
  }
  @keyframes robot {
    0% {
      transform: rotate(0);
    }
    90% {
      transform: rotate(0);
    }
    93% {
      transform: rotate(3deg);
    }
    96% {
      transform: rotate(-3deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  main section.section-2 .bg-fire-r {
    position: absolute;
    background-image: url("../images/bg-fire-r.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-2 .bg-fire-r.fire1 {
    left: 0;
    bottom: -111px;
    height: 64px;
    width: 64px;
    animation: fire1 2s linear 1s infinite;
    opacity: 0;
  }
  main section.section-2 .bg-fire-r.fire2 {
    left: 40%;
    bottom: -40px;
    height: 75px;
    width: 75px;
    animation: fire1 3s linear 2s infinite;
    opacity: 0;
  }
  main section.section-2 .bg-fire-r.fire3 {
    left: 60%;
    bottom: -10px;
    height: 138px;
    width: 138px;
    animation: fire1 2s linear 3s infinite;
    opacity: 0;
  }
  main section.section-2 .bg-fire-r.fire4 {
    display: none;
  }
  main section.section-2 .bg-fire-r.fire5 {
    display: none;
  }
  @keyframes fire1 {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    95% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  main section.section-3 {
    width: 100%;
    background-image: url("../images/sec3-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 40px;
    padding: 90px 0 30px;
    text-align: center;
    position: relative;
  }
  main section.section-3 .sec3-title {
    font-size: 28px;
    letter-spacing: 0.05em;
    color: white;
    margin: 0 auto 20px;
  }
  main section.section-3 .sec3-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  main section.section-3 .sec3-wrapper .reason-shadow {
    width: 145px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-image: none;
    margin: 0;
    background-color: #fff;
    border-radius: 21px;
    margin: 10px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  main section.section-3 .sec3-wrapper .reason-shadow .reason .reason-gray {
    font-size: 10px;
    letter-spacing: 0.05em;
    color: #808080;
    line-height: 21px;
  }
  main section.section-3 .sec3-wrapper .reason-shadow .reason .reason-title {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #756acf;
    line-height: 21px;
    margin: 0;
  }
  main section.section-3 .sec3-wrapper .reason-shadow .reason .reason-arrow .fa-angle-down {
    font-size: 18px;
  }
  main section.section-3 .sec3-app {
    width: 88px;
    position: absolute;
    top: -50px;
    right: 10%;
  }
  main section.section-3 .bg-neuron {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-3 .bg-neuron.neuron1 {
    left: 10%;
    background-image: url("../images/bg-neuron1.png");
    bottom: 0px;
    height: 100px;
    width: 100px;
    animation: neuron1 2s linear 1s infinite;
    opacity: 0;
  }
  main section.section-3 .bg-neuron.neuron2 {
    left: 30%;
    background-image: url("../images/bg-neuron2.png");
    bottom: -40px;
    height: 80px;
    width: 80px;
    animation: neuron2 3s linear 2s infinite;
    opacity: 0;
  }
  main section.section-3 .bg-neuron.neuron3 {
    left: calc(50% - 50px);
    background-image: url("../images/bg-neuron3.png");
    bottom: 30px;
    height: 124px;
    width: 124px;
    animation: neuron3 2s linear 3s infinite;
    opacity: 0;
  }
  main section.section-3 .bg-neuron.neuron4 {
    left: calc(50% + 150px);
    background-image: url("../images/bg-neuron4.png");
    bottom: -200px;
    height: 50px;
    width: 50px;
    animation: neuron4 3s linear 4s infinite;
    opacity: 0;
  }
  main section.section-3 .bg-neuron.neuron5 {
    left: calc(50% + 550px);
    background-image: url("../images/bg-neuron5.png");
    bottom: -50px;
    height: 60px;
    width: 60px;
    animation: neuron4 2s linear 5s infinite;
    opacity: 0;
  }
  @keyframes neuron1 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(200px, 200px) rotate(30deg);
    }
  }
  @keyframes neuron2 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(-300px, 300px) rotate(20deg);
    }
  }
  @keyframes neuron3 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(300px, -300px) rotate(10deg);
    }
  }
  @keyframes neuron4 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(-200px, -200px) rotate(50deg);
    }
  }
  main section.section-4 {
    width: 100%;
    min-height: 0px;
    background-image: url("../images/sec4-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 10px;
    padding: 90px 0 50px;
    text-align: center;
    position: relative;
  }
  main section.section-4 .sec4-title {
    font-size: 28px;
    letter-spacing: 0.05em;
    color: white;
  }
  main section.section-4 .sec4-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  main section.section-4 .sec4-wrapper .sec4-shadow {
    width: 92px;
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    margin: 8px 19px;
  }
  main section.section-4 .sec4-wrapper .sec4-shadow .sec4-icon {
    height: 41%;
    width: auto;
    max-width: 80px;
  }
  main section.section-4 .sec4-wrapper .sec4-shadow .sec4-skill {
    color: #88ba40;
    font-size: 12px;
  }
  main section.section-4 .sec4-text {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 21px;
  }
  main section.section-4 .sec4-comment {
    bottom: 0px;
    position: relative;
  }
  main section.section-4 .sec4-factory {
    width: 122px;
    position: absolute;
    top: auto;
    bottom: -50px;
    right: 10%;
    animation: robot 4s linear 1s infinite;
  }
  @keyframes robot {
    0% {
      transform: rotate(0);
    }
    90% {
      transform: rotate(0);
    }
    93% {
      transform: rotate(3deg);
    }
    96% {
      transform: rotate(-3deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  main section.section-4 .bg-gear-g {
    position: absolute;
    z-index: -1;
    margin: auto;
    background-image: url("../images/bg-gear-g.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  main section.section-4 .bg-gear-g.gear1 {
    left: 5%;
    bottom: 10px;
    width: 88px;
    height: 88px;
    animation: gear1 6s linear infinite;
  }
  main section.section-4 .bg-gear-g.gear2 {
    left: 43%;
    bottom: -15px;
    width: 52px;
    height: 52px;
    animation: gear2 6s linear infinite;
  }
  main section.section-4 .bg-gear-g.gear3 {
    left: 50%;
    bottom: -100px;
    width: 74px;
    height: 74px;
    animation: gear1 6s linear infinite;
  }
  main section.section-4 .bg-gear-g.gear4 {
    display: none;
  }
  main section.section-4 .bg-gear-g.gear5 {
    display: none;
  }
  @keyframes gear1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes gear2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  main section.section-4 .fv-cv {
    position: absolute;
    bottom: -140px;
  }
  main section.section-5 {
    width: 100%;
    min-height: 0px;
    background-image: url("../images/sec5-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 10px;
    padding: 90px 0 100px;
    text-align: center;
    position: relative;
  }
  main section.section-5 .sec5-game {
    width: 138px;
    left: 2%;
    top: 0px;
  }
  main section.section-5 .bg-light {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-5 .bg-light.light1 {
    background-image: url("../images/bg-light1.png");
    left: 4%;
    bottom: 10px;
    height: 40px;
    width: 40px;
    animation: light1 2s linear 1s infinite;
    opacity: 0;
  }
  main section.section-5 .bg-light.light2 {
    display: none;
  }
  main section.section-5 .bg-light.light3 {
    background-image: url("../images/bg-light3.png");
    left: 74%;
    bottom: -60px;
    height: 80px;
    width: 80px;
    animation: light1 2s linear 3s infinite;
    opacity: 0;
  }
  main section.section-5 .bg-light.light4 {
    display: none;
  }
  main section.section-5 .bg-light.light5 {
    background-image: url("../images/bg-light5.png");
    left: 38%;
    bottom: -70px;
    height: 70px;
    width: 70px;
    animation: light1 2s linear 5s infinite;
    opacity: 0;
  }
  @keyframes light1 {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    95% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  main section.section-5 .sec5-arrows {
    height: 1px;
    bottom: 0;
  }
  main section.section-5 .sec5-title {
    font-size: 28px;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 20px;
  }
  main section.section-5 .sec5-slider {
    height: auto;
  }
  main section.section-5 .sec5-slider img {
    margin: 0 auto 50px;
    height: auto;
    width: 90%;
  }
  main section.section-5 .sec5-slider .slick-dots li button:before {
    color: #c8c8c8;
    opacity: 1;
  }
  main section.section-5 .sec5-slider .slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
  }
  main section.section-5 .sec5-arrows {
    width: 150px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    bottom: 25px;
  }
  main section.section-5 .sec5-arrows .slick-prev:before {
    content: "" !important;
  }
  main section.section-5 .sec5-arrows .slick-prev:after {
    content: "";
    display: block;
    background-image: url("../images/prev-1.png");
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  main section.section-5 .sec5-arrows .slick-next:before {
    content: "" !important;
  }
  main section.section-5 .sec5-arrows .slick-next:after {
    content: "";
    display: block;
    background-image: url("../images/next-1.png");
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  main section.section-5 .sec5-text {
    color: white;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
    margin: 25px 0;
    text-align: left;
    padding: 0 0px;
    margin-top: 0px;
    text-align: center;
  }
  main section.section-5 .sec5-comment {
    bottom: -10px;
    position: relative;
  }
  main section.section-5 .bg-sec5 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -300px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec5.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-6 {
    width: 100%;
    min-height: 760px;
    background-image: url("../images/sec6-sp.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 100px 0 50px;
    text-align: center;
    position: relative;
  }
  main section.section-6 .rocket {
    width: 70px;
    top: -45px;
    left: 20%;
    animation: rocket 10s linear 2s infinite normal;
  }
  @keyframes rocket {
    0% {
      transform: scale(1) translate(0, 0);
    }
    60% {
      transform: scale(1) translate(0, 0);
    }
    65% {
      transform: scale(1) translate(0, 0) rotate(10deg);
    }
    70% {
      transform: scale(1) translate(0, 0) rotate(-10deg);
    }
    90% {
      transform: scale(1) translate(0, -70px);
    }
    100% {
      transform: scale(1) translate(0, -70px);
    }
  }
  main section.section-6 .planet {
    width: 100px;
    top: -20px;
    left: 10%;
  }
  main section.section-6 .sec6-title {
    font-size: 28px;
    letter-spacing: 0.05em;
    color: white;
  }
  main section.section-6 .sec6-img {
    margin: 20px 0 5px;
    width: 90%;
    max-width: 317px;
  }
  main section.section-6 .sec6-text {
    font-size: 14px;
    line-height: 24px;
    color: white;
    text-align: center;
    padding: 0 20px;
    margin: 20px auto;
  }
  main section.section-6 .bg-gear-r {
    position: absolute;
    z-index: -1;
    margin: auto;
    background-image: url("../images/bg-gear-r.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  main section.section-6 .bg-gear-r.gear1 {
    left: 3%;
    bottom: -100px;
    width: 80px;
    height: 80px;
    animation: gear1 6s linear infinite;
  }
  main section.section-6 .bg-gear-r.gear2 {
    left: 55%;
    bottom: -190px;
    width: 100px;
    height: 100px;
    animation: gear2 6s linear infinite;
  }
  main section.section-6 .bg-gear-r.gear3 {
    left: 80%;
    bottom: -47px;
    width: 60px;
    height: 60px;
    animation: gear1 6s linear infinite;
  }
  main section.section-6 .bg-gear-r.gear4 {
    display: none;
  }
  main section.section-6 .bg-gear-r.gear5 {
    display: none;
  }
  main section.section-6 .bg-gear-r.gear6 {
    display: none;
  }
  main section.section-6 .sec6-comment {
    bottom: 0px;
    position: relative;
  }
  main section.section-6 .bg-sec6 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -420px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec6.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-6 .sec6-cv {
    position: absolute;
    bottom: -200px;
  }
  main section.section-7 {
    width: 100%;
    min-height: auto;
    height: 820px;
    background-image: url("../images/sec7-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 100px;
    text-align: center;
    position: relative;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main section.section-7 .faq-wrapper {
    width: 90%;
    min-height: auto;
    background-image: none;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 100px auto;
  }
  main section.section-7 .faq-wrapper .faq-title {
    font-size: 25px;
    margin: 20px 0 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  main section.section-7 .faq-wrapper .faq-title:after {
    border-top: 1px solid;
    content: "";
    width: 30%;
    margin-left: 20px;
  }
  main section.section-7 .faq-wrapper .faq-area {
    width: 100%;
    margin: 30px auto;
    padding-top: 0px;
    border-top: none;
  }
  main section.section-7 .faq-wrapper .faq-area .faq {
    margin: 10px 0;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-size: 18px;
    color: #577580;
    margin: 20px 0;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner h3 {
    font-size: 16px;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner .q-icon {
    min-width: 30px;
    display: inline-block;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner .a-icon {
    min-width: 30px;
    display: inline-block;
    line-height: 20px;
  }
  main section.section-7 .faq-wrapper .faq-area .faq .faq-item-inner p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
  main section.section-7 .bg-fire-g {
    position: absolute;
    background-image: url("../images/bg-fire-g.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-7 .bg-fire-g.fire1 {
    left: 2%;
    bottom: -33px;
    height: 90px;
    width: 90px;
    animation: fire1 2s linear 1s infinite;
    opacity: 0;
  }
  main section.section-7 .bg-fire-g.fire2 {
    left: 20%;
    bottom: -110px;
    height: 70px;
    width: 70px;
    animation: fire1 3s linear 2s infinite;
    opacity: 0;
  }
  main section.section-7 .bg-fire-g.fire3 {
    left: 50%;
    bottom: -35px;
    height: 85px;
    width: 85px;
    animation: fire1 2s linear 3s infinite;
    opacity: 0;
  }
  main section.section-7 .bg-fire-g.fire4 {
    left: 80%;
    bottom: -50px;
    height: 60px;
    width: 60px;
    animation: fire1 3s linear 4s infinite;
    opacity: 0;
  }
  main section.section-7 .bg-fire-g.fire5 {
    display: none;
  }
  main section.section-7 .bg-sec7 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -300px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec7.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-8 {
    width: 100%;
    min-height: 0px;
    background-image: url("../images/sec8-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    padding-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main section.section-8 .sec8-wrapper {
    width: 90%;
    height: auto;
    min-height: 0px;
    padding: 14px 18px;
    background-image: none;
    background-color: #fff;
    border-radius: 20px;
  }
  main section.section-8 .sec8-wrapper .sec8-title-wrapper {
    border-top: 1px solid #577580;
    position: relative;
    height: 20px;
    width: 97%;
    margin: 30px auto 10px;
  }
  main section.section-8 .sec8-wrapper .sec8-title-wrapper h3 {
    line-height: 20px;
    margin: auto;
    padding-right: 20px;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 10px;
    width: auto;
    background-color: #fff;
    font-size: 25px;
    color: #577580;
    text-align: left;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper {
    margin: 0 auto 20px;
    max-width: 935px;
    width: 97%;
    position: relative;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper img {
    width: 113px;
    height: auto;
    float: left;
    margin: 0 10px 0px 0;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper h3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper p {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 21px;
    text-align: left;
    color: #808ca9;
    margin-left: 0px;
    padding: 0 0 20px;
    text-align: justify;
  }
  main section.section-8 .sec8-wrapper .comment-wrapper small {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #808ca9;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-family: "hiragino-w4";
  }
  main section.section-8 .sec8-wrapper .ob-comment {
    margin: 0 auto 0px;
    max-width: 935px;
    width: 97%;
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr;
    grid-template-areas: "areaText1   areaText1" "areaImg   areaText2" "areaText3 areaText3";
  }
  main section.section-8 .sec8-wrapper .ob-comment .grid-item1 {
    grid-area: areaImg;
    margin: 0px 10px 10px 0;
  }
  main section.section-8 .sec8-wrapper .ob-comment .grid-item2 {
    grid-area: areaText1;
    margin: 0 0 20px;
  }
  main section.section-8 .sec8-wrapper .ob-comment .grid-item3 {
    grid-area: areaText2;
    margin: 0 auto;
  }
  main section.section-8 .sec8-wrapper .ob-comment .grid-item4 {
    grid-area: areaText3;
  }
  main section.section-8 .sec8-wrapper .more {
    font-size: 14px;
  }
  main section.section-8 .bg-sec8 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -300px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-8 .bg-neuron {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-8 .bg-neuron.neuron1 {
    left: 10%;
    background-image: url("../images/bg-neuron1.png");
    bottom: 0px;
    height: 150px;
    width: 150px;
    animation: neuron1 2s linear 1s infinite;
    opacity: 0;
  }
  main section.section-8 .bg-neuron.neuron2 {
    left: 30%;
    background-image: url("../images/bg-neuron2.png");
    bottom: -40px;
    height: 100px;
    width: 100px;
    animation: neuron2 3s linear 2s infinite;
    opacity: 0;
  }
  main section.section-8 .bg-neuron.neuron3 {
    left: calc(50% - 50px);
    background-image: url("../images/bg-neuron3.png");
    bottom: 30px;
    height: 124px;
    width: 124px;
    animation: neuron3 2s linear 3s infinite;
    opacity: 0;
  }
  main section.section-8 .bg-neuron.neuron4 {
    left: calc(50% + 150px);
    background-image: url("../images/bg-neuron4.png");
    bottom: -200px;
    height: 50px;
    width: 50px;
    animation: neuron4 3s linear 4s infinite;
    opacity: 0;
  }
  main section.section-8 .bg-neuron.neuron5 {
    left: calc(50% + 550px);
    background-image: url("../images/bg-neuron5.png");
    bottom: -50px;
    height: 60px;
    width: 60px;
    animation: neuron4 2s linear 5s infinite;
    opacity: 0;
  }
  @keyframes neuron1 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(200px, 200px) rotate(30deg);
    }
  }
  @keyframes neuron2 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(-300px, 300px) rotate(20deg);
    }
  }
  @keyframes neuron3 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(300px, -300px) rotate(10deg);
    }
  }
  @keyframes neuron4 {
    0% {
      opacity: 0.5;
      transform: scale(1) translate(0, 0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translate(-200px, -200px) rotate(50deg);
    }
  }
  main section.section-9 {
    width: 100%;
    min-height: 420px;
    background-image: url("../images/sec9-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 10px;
    text-align: center;
    position: relative;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main section.section-9 .sec9-wrapper {
    width: 90%;
    min-height: auto;
    padding: 0 20px 20px;
    background-image: none;
    background-color: #f1f5fa;
    border: 5.6px solid #4281ef;
    border-radius: 21px;
  }
  main section.section-9 .sec9-wrapper h2.sec9-title {
    height: 45px;
    width: 90%;
    background-color: #1877f1;
    border-radius: 30px;
    color: white;
    text-align: center;
    margin: 20px auto;
    font-size: 22px;
    letter-spacing: 0.2em;
    line-height: 45px;
  }
  main section.section-9 .sec9-wrapper .price {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    color: #1877f1;
    padding: 0 0 0 10px;
    margin: 20px 0;
  }
  main section.section-9 .sec9-wrapper .price h4 {
    min-width: 70px;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 0px;
  }
  main section.section-9 .sec9-wrapper .price p {
    font-size: 25px;
    letter-spacing: 0.02em;
  }
  main section.section-9 .sec9-wrapper .price p span.small {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  main section.section-9 .sec9-wrapper .text {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    color: #4280e9;
    padding: 0 0 0 10px;
    margin: 20px 0 10px;
  }
  main section.section-9 .sec9-wrapper .text h4 {
    min-width: 70px;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 0px;
  }
  main section.section-9 .sec9-wrapper .text p {
    font-size: 25px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  main section.section-9 .sec9-wrapper .text p span.small {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  main section.section-9 .sec9-wrapper .text p.text1 {
    font-size: 13px;
  }
  main section.section-9 .sec9-wrapper .text p.text2 {
    font-size: 25px;
    line-height: 30px;
  }
  main section.section-9 .sec9-wrapper .text p.text3 {
    font-size: 12px;
  }
  main section.section-9 .sec9-wrapper .price-anotation {
    font-size: 10px;
    color: #808080;
    letter-spacing: 0.03em;
    line-height: 10px;
    transform: scale(0.8);
  }
  main section.section-9 .bg-sec9 {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -300px;
    height: 573px;
    width: 80%;
    background-image: url("../images/bg-sec9.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }
  main section.section-9 .bg-gear-b {
    position: absolute;
    z-index: -1;
    margin: auto;
    background-image: url("../images/bg-gear-b.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  main section.section-9 .bg-gear-b.gear1 {
    left: 7%;
    bottom: -70px;
    width: 70px;
    height: 70px;
    animation: gear1 6s linear infinite;
  }
  main section.section-9 .bg-gear-b.gear2 {
    left: 45%;
    bottom: -20px;
    width: 50px;
    height: 50px;
    animation: gear2 6s linear infinite;
  }
  main section.section-9 .bg-gear-b.gear3 {
    left: 60%;
    bottom: 10px;
    width: 90px;
    height: 90px;
    animation: gear1 6s linear infinite;
  }
  main section.section-9 .bg-gear-b.gear4 {
    left: 80%;
    bottom: -40px;
    width: 50px;
    height: 50px;
    animation: gear2 6s linear infinite;
  }
  main section.section-9 .bg-gear-b.gear5 {
    display: none;
  }
  main section.section-9 .bg-gear-b.gear6 {
    display: none;
  }
  main section.section-10 {
    width: 100%;
    min-height: 1180px;
    background-image: url("../images/sec10-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 10px;
    margin-bottom: 160px;
    text-align: center;
    position: relative;
    padding-top: 70px;
  }
  main section.section-10 .sec10-title {
    font-size: 25px;
    letter-spacing: 0.05em;
    color: white;
    margin-bottom: 20px;
  }
  main section.section-10 .sec10-wrapper {
    width: 90%;
    min-height: 1040px;
    max-width: 400px;
    padding: 20px;
    background-image: none;
    background-color: white;
    border-radius: 20px;
    margin: 0 auto;
    overflow-x: visible;
  }
  main section.section-10 .sec10-wrapper .sec10-img {
    width: 100%;
  }
  main section.section-10 .sec10-wrapper .sec10-text {
    text-align: justify;
    margin: 30px auto;
    width: 100%;
    line-height: 21px;
    font-size: 14px;
    color: #808ca9;
    letter-spacing: 0.02em;
  }
  main section.section-10 .sec10-wrapper .more {
    font-size: 12px;
    line-height: 20px;
    color: #808ca9;
    position: relative;
  }
  main section.section-10 .sec10-wrapper .more:after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #808ca9;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }
  main section.section-10 .sec10-slider {
    margin-top: 40px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem {
    width: calc(90% - 40px);
    max-width: 300px;
    height: 530px;
    border-radius: 20px;
    background-color: #ebeff4;
    margin: 0 auto 16px;
    padding: 30px 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: row;
    padding: 0;
    gap: 20px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-icon {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-icon img {
    width: 50px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-icon small {
    font-size: 10px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .heading .heading-title {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #577584;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .slide-images {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    height: auto;
    margin-bottom: 10px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .slide-images img {
    width: 300px;
    max-width: 100%;
    height: 150px;
    margin: 10px 20px;
  }
  main section.section-10 .sec10-slider .sec10-slider-elem .slide-text {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #808ca9;
    padding: 0;
  }
  main section.section-10 .sec10-arrows {
    position: absolute;
    bottom: 80px;
    width: 40px;
  }
  main section.section-10 .sec10-arrows .slick-prev:after {
    position: relative;
    width: 30px;
    height: 30px;
    left: 12px;
  }
  main section.section-10 .sec10-arrows .slick-next:after {
    position: relative;
    width: 30px;
    height: 30px;
    right: 20px;
  }
  main section.section-10 .sec10-cv {
    position: absolute;
    bottom: -200px;
  }
  main .abst {
    font-size: 10px;
    color: #808ca9;
    letter-spacing: 0.3em;
    max-width: 340px;
    margin: 0 auto 30px;
  }

  footer {
    width: 100%;
    height: 80px;
    font-size: 8px;
  }
  footer .footer-top ul li {
    display: inline;
    height: 16px;
    padding: 10px;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  footer .footer-top ul li:first-child {
    border-right: 0px solid white;
  }
  footer .footer-bottom {
    font-family: "hiragino-w4";
    font-size: 10px;
  }
}

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