@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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: "line-seed";
  src: url("../../fonts/LINESeedJP_TTF_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "line-seed";
  src: url("../../fonts/LINESeedJP_TTF_Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "line-seed";
  src: url("../../fonts/LINESeedJP_TTF_Eb.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "line-seed";
  src: url("../../fonts/LINESeedJP_TTF_Th.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
body {
  font-family: "line-seed", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h3 {
  margin: 0 3%;
  text-align: center;
  font-size: 24px;
  color: #FFED63;
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (max-width: 1099px) {
  h4 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 1099px) {
  p {
    font-size: 16px;
  }
}

.three-step {
  padding: 100px 0 0 0;
  background-image: linear-gradient(180deg, rgba(0, 209, 122, 0.1) 10%, rgba(17, 148, 235, 0.12) 35%, rgba(255, 151, 26, 0.03) 62%, rgb(255, 252, 230));
}

/* Section Styles */
.first-view {
  background-color: #FBE53A;
  height: 600px;
}
.first-view .pc {
  margin: 0 0 0 30px;
}
.first-view-inner {
  padding: 0 0 55px 0;
  margin: 0 auto;
}
.first-view-inner img {
  width: 640px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .first-view .pc {
    display: none;
  }
  .first-view-inner {
    padding: 15px 30px;
  }
  .first-view-inner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .first-view {
    height: 115vw;
    max-height: 600px;
    min-height: 450px;
  }

  .first-view-inner {
    height: 60vw;
    max-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0% 10%;
  }

  .first-view-inner img {
    width: 100%;
  }
}

.page-summary {
  margin-top: -10rem;
  overflow: hidden;
}
.page-summary-inner {
  background-color: #FFFFFF;
  border-radius: 1000px 1000px 0 0/300px 300px 0 0;
  margin: 16px -200px;
  padding: 65px 0px;
  min-height: 300px;
  text-align: center;
  overflow: hidden;
}
.page-summary-inner .pc {
  display: block !important;
}
.page-summary-inner .sp {
  display: none !important;
}
@media screen and (max-width: 1099px) {
  .page-summary {
    margin-top: -15rem;
    overflow: hidden;
  }
  .page-summary-inner {
    background-color: #FFFFFF;
    border-radius: 2000px 2000px 0 0/300px 300px 0 0;
    margin: 16px -200px;
    min-height: 300px;
    text-align: center;
  }
  .page-summary-inner .pc {
    display: none !important;
  }
  .page-summary-inner .sp {
    display: block !important;
  }
  .page-summary-inner p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .page-summary-inner span {
    font-size: 2rem;
    font-weight: 800;
  }
}

@media screen and (max-width: 768px) {
  .page-summary-inner {
    border-radius: 1000px 1000px 0 0/300px 300px 0 0;
    padding: 35px 0;
  }

  .page-summary-title-image {
    width: 100vw;
    padding: 0 25px 15px 25px;
  }

  .page-summary-inner .sp img {
    width: 80vw;
  }
}

@media screen and (max-width: 768px) {
  .three-step {
    padding: 100px 30px 0 30px;
  }
}

.assemble {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1000px;
  background: #00D17A;
  color: #5c98d4;
  font-weight: bold;
  border-radius: 30px;
  z-index: 3;
}
.assemble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 40px;
  background: #00D17A;
  border: solid 15px #FFFFFF;
  border-radius: 0 0 75px 75px; /* 上側を丸める */
  border-top: 0; /* 直線部分を消す */
}
.assemble-icon {
  position: absolute;
  top: -45px;
  left: -100px;
  z-index: 1;
}
.assemble .title {
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.assemble .abstraction {
  padding: 1rem 0 1rem 0;
  text-align: center;
  color: #FFED63;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assemble .abstraction-border {
  width: 15%;
  height: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  opacity: 0.3;
}
.assemble .manual-link {
  margin: 0 auto;
  width: 80%;
  position: relative;
  padding: 1rem 0 2rem 0;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.assemble .manual-link img {
  width: 100%;
}

.manual-image-pc {
  display: block !important;
}

.manual-image-sp {
  display: none !important;
}

.assemble .pc {
  display: block !important;
}
.assemble .sp {
  display: none !important;
}

@media screen and (max-width: 1099px) {
  .assemble .pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .assemble .title img {
    width: 70%;
  }

  .assemble .abstraction {
    justify-content: space-between;
  }

  .assemble .abstraction-border {
    height: 20px;
    border-radius: 0px;
  }

  .assemble h3 {
    width: 80%;
    font-size: 4.5vw;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }

  .assemble .manual-link {
    flex-direction: column;
  }

  .assemble .manual-link img{
    margin-bottom: 10px;
  }

  .manual-image-pc {
    display: none !important;
  }

  .manual-image-sp {
    display: block !important;
  }

  .assemble .sp {
    display: block !important;
  }
}

.programming {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1000px;
  background: #1194EB;
  color: #5c98d4;
  font-weight: bold;
  border-radius: 30px;
  z-index: 2;
}
.programming::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 40px;
  background: #1194EB;
  border: solid 15px #FFFFFF;
  border-radius: 0 0 75px 75px; /* 上側を丸める */
  border-top: 0; /* 直線部分を消す */
}
.programming-icon {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 90%;
}
.programming .container {
  padding: 1rem 0 2rem 0;
  display: flex;
}
.programming .container .app-install {
  width: 50%;
}
.programming .container .app-install .abstraction {
  padding: 0 0 1rem 0;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.programming .container .app-install .abstraction-border {
  width: 15%;
  height: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  opacity: 0.3;
}
.programming .container .app-install-icons {
  padding: 1rem 0 1rem 0;
  display: flex;
  justify-content: center;
}
.programming .container .app-install p {
  text-align: center;
  color: #FFFFFF;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.programming .container .app-install a {
  text-decoration: underline;
}
.programming .container .app-install .pc {
  display: block !important;
}
.programming .container .app-install .sp {
  display: none !important;
}
.programming .container .app-manual {
  width: 50%;
}
.programming .container .app-manual .abstraction {
  padding: 0rem 0 1rem 0;
  text-align: center;
  color: #FFED63;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.programming .container .app-manual .abstraction-border {
  width: 15%;
  height: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  opacity: 0.3;
}
.programming .container .app-manual-link {
  margin: 0 auto;
  width: 80%;
}
.programming .container .app-manual-link a {
  text-align: center;
}
.programming .container .app-manual-link img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.programming .title {
  padding: 2rem 0 1rem 0;
  text-align: center;
}
.programming .manual-link {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1099px) {
  .programming .pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .programming .title img {
    width: 80%;
    margin-top: 25px;
  }

  .programming .container {
    flex-direction: column;
  }

  .programming .container .app-install {
    width: 100%;
  }

  .programming .container .app-install .abstraction {
    justify-content: space-between;
  }

  .programming .container .app-install .abstraction-border {
    height: 20px;
    border-radius: 0px;
  }

  .programming .container .app-install h3 {
    width: 80%;
    font-size: 4.5vw;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }

  .programming .container .app-install-icons {
    padding: 1rem 1rem;
    gap: 10px;
  }

  .programming .container .app-install-icons img{
    width: 100%;
  }

  .programming .container .app-install p {
    font-size: 3.5vw;
    font-weight: lighter;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }

  .programming .container .app-manual {
    width: 100%;
  }

  .programming .container .app-manual .abstraction {
    padding: 3rem 0 1rem 0;
    justify-content: space-between;
  }

  .programming .container .app-manual .abstraction-border {
    height: 20px;
    border-radius: 0px;
  }

  .programming .container .app-manual h3 {
    width: 80%;
    font-size: 4.5vw;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
}

.myembot {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FF971A;
  border-radius: 30px;
}
.myembot .title {
  padding: 2rem 0 1rem 0;
  display: flex;
  justify-content: center;
}
.myembot .abstraction {
  padding: 1rem 0 1rem 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
.myembot-content {
  margin: 0 auto;
  width: 80%;
}
.myembot-content img {
  margin: 1rem 0 1rem 0;
  text-align: center;
}
.myembot-content div {
  margin: 0 auto;
  width: 80%;
}
.myembot .children {
  padding: 0 0 2rem 0;
  overflow: hidden;
}
.myembot .children .loop_wrap {
  display: flex;
  width: 2000px;
}
.myembot .children .loop_wrap img {
  width: auto;
  height: 100%;
}
.myembot .children .loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}
.myembot .children .loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.myembot .pc {
  display: block !important;
}

.myembot .sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .myembot .title .sp{
    width: 80%;
    margin-top: 25px;
  }

  .myembot .abstraction h4{
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .myembot-content img {
    width: 100%;
  }

  .myembot-content .sp {
    width: 100%;
    margin: 0;
    margin: 1rem 0;
  }

  .create-embot-content-button {
    width: 100%;
  }

  .myembot .children .loop_wrap {
    display: flex;
    width: 350vw;
  }

  .myembot .pc {
    display: none !important;
  }

  .myembot .sp {
    display: block !important;
  }
}

footer {
  text-align: center;
  padding: 50px 0;
}
footer p {
  color: #ADADAD;
}
footer img {
  width: 33%;
  height: auto;
  padding: 0.25rem 0.25rem;
}
@media screen and (max-width: 1099px) {
  footer img {
    width: 60%;
    height: auto;
    padding: 0.25rem 0.25rem;
  }
}/*# sourceMappingURL=style.css.map */