@charset "UTF-8";
img {
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

button {
  cursor: pointer;
}

ul {
  padding-left: 20px;
}

hr {
  margin: 4em 0;
  border: none;
  border-top: 1px dotted #aaa;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
p a {
  color: #15B715;
  text-decoration: underline;
}

main {
  display: block;
}

body {
  margin: 0;
  color: #131626;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*section{
    margin: 23px;
    @media(min-width:1246px){
        margin: 45px 0;
    }
}*/
h2 {
  font-size: 27px;
}
/**body**/
.fixed {
  position: relative;
}

/**main**/
.lp {
  background: #FFC933;
}

/**アイキャッチ**/
.eye-catching {
  width: 100%;
}

.lp__top {
  background: url(../img/lp_img/fv-any__pc.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 10px;
  padding-right: 10px;
}

.lp__top:after {
  content: "";
  background-color: rgba(243, 191, 47, .8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.app {
  color: #e50012;
  text-align: center;
  font-size: 18px;
}

.app__name {
  display: block;
  font-size: 30px;
}

.app__name--inner {
  font-size: 1.5em;
}
.app-explanation {
  background: rgba(255, 255, 255, .5);
  display: block;
  max-width: 1270px;
  padding: 0.5em;
  margin: auto;
  text-align: center;
}
/**追従ボタン**/
.fixed-button {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(41, 188, 41, .7);
  padding: 13px 10px;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-button--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.fixed-button--svg {
  fill: #fff;
  width: 29.5%;
  height: 9vw;
}
.fixed-button--button1,
.fixed-button--button2 {
  position: relative;
  width: 70.5%;
  margin: 0 0 0 6px;
  color: #fff;
  font-size: 2vw;
  text-align: center;
  font-weight: bold;
  padding: 10px 25px 11px 8px;
  border: solid 5px;
}

.fixed-button--button1:after,
.fixed-button--button2:after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 12px;
  display: block;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fix-btn {
  bottom: 0;
}

/**フッター**/
.lp-footer {
  margin: 0;
}

.lp-footer__bottom {
  background: url("../img/lp_img/lp-footer-sp.jpg") center/cover no-repeat;
  padding: 50px 0;
}

.lp-footer__bottom--paragraph {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.lp-footer__bottom--image {
  display: block;
  margin: 20px auto 0;
  fill: #fff;
}

.lp-footer__bottom--logo {
  fill: #fff;
  margin: 0 auto;
  display: block;
}

.lp-footer__bottom--button {
  position: relative;
  background: #fff;
  display: block;
  margin: 40px 23px 0;
  padding: 10px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #131626;
  text-align: center;
}
.lp-footer__bottom--button:after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #131626;
  border-right: 3px solid #131626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lp-footer__list {
  background: #000;
  padding: 70px 0 10px;
}

.lp-footer__list--wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.lp-footer__list--logo {
  fill: #fff;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}

.lp-footer .footer-link {
  color: #fff;
  list-style: none;
  padding: 0;
  text-align: center;
}
.copy {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
  text-align: center;
  letter-spacing: 0;
}
/**animation**/
.fade {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.fade.action {
  opacity: 1;
  -webkit-animation: fadein 1s linear 0s forwards;
  animation: fadein 1s linear 0s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.appear {
  position: relative;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 2;
}

.appear:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFC933;
  z-index: 2;
  -webkit-transition: 0.6s ease 0.6s;
  transition: 0.6s ease 0.6s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.appear.action {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: 1;
}

.appear.action:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.zoom {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.zoom.action {
  -webkit-animation: zoom 0.5s linear 0.5s forwards;
  animation: zoom 0.5s linear 0.5s forwards;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.flow-list li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.flow-list li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.flow-list li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sns-list a:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sns-list a:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sns-list a:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sns-list a:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.trouble {
  padding: 0;
  margin: 0;
  position: relative;
}

.trouble li {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.trouble li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.trouble li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.trouble:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #f3a42f transparent transparent transparent;
  margin: 10px auto;
}

.accent {
  font-size: 20.5px;
  font-weight: bold;
  color: #333;
}

/*今回追加したところ*/
.lp {
  background: none;
}

h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.content-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.fixed {
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/lp_img/back-sp.png);
  background-size: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -2;
  /*position: relative;
    &:before{
        content: "";
        display: block;
        width: 100%;
        height: 106vh;
        background: url(../img/back-sp.png);
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -2;
    }
    @media(min-width:768px){
        &:before{
            background: url(../img/back-pc.jpg) center/contain no-repeat;
        }
    }*/
}
.fv {
  background: url(../img/lp_img/fv-any__sp.jpg) center/cover no-repeat;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fv:after {
  content: "";
  background: rgba(255, 255, 255, .8);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
}

.fv .eye-catching {
  vertical-align: top;
}

.fv__text {
  text-align: center;
  z-index: 1;
  position: relative;
}

.fv__text h1 {
  font-weight: bold;
  font-size: 1.7em;
}

.fv__text--sub {
  max-width: 200px;
}

.fv__text--logo {
  width: 70%;
  max-width: 300px;
  margin-top: 1em;
}

.fv__text--red {
  color: #E40212;
  font-weight: bold;
}
.ability {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: -100vh;
}

.ability__title {
  border: solid 3px #F3A52F;
  padding: 15px 5px;
  position: relative;
  background: #fff;
  max-width: 300px;
  margin: 0 auto 30px;
}

.ability__title:before, .ability__title:after {
  content: "";
  position: absolute;
  border-style: solid;
  left: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
}

.ability__title:before {
  bottom: -16px;
  border-width: 8px 0px 8px 10px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
}

.ability__title:after {
  bottom: -21px;
  border-width: 8px 0px 8px 10px;
  border-color: transparent transparent transparent #F3A52F;
}

.ability__title--text {
  width: 80%;
  max-width: 280px;
  vertical-align: top;
}

.ability__card {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ability__card--item {
  width: 46%;
  max-width: 350px;
  -webkit-filter: drop-shadow(-1px 3px 5px rgba(0, 0, 0, .15));
  filter: drop-shadow(-1px 3px 5px rgba(0, 0, 0, .15));
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 0 auto 4%;
}
.card__title {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.3;
}

.card__title span {
  display: inline-block;
}

.card__img {
  width: 70%;
  max-width: 110px;
  margin: 0 auto;
  display: block;
}

.card__text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.youtube {
  margin-top: 20px;
}

.youtube__content {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px;
  aspect-ratio: 16/9;
}

.youtube__content iframe {
  width: 100%;
  height: 100%;
}
.message {
  background: url(../img/lp_img/message.jpg) center/cover no-repeat;
}

.message__text {
  text-align: center;
  background: rgba(243, 191, 47, .8);
  padding: 35px 15px;
  color: #fff;
  margin-bottom: 0;
}

.message__text--main {
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
}

.message__text--main:nth-of-type(1) {
  margin-top: 10px;
}

.message__text--main:nth-of-type(2) {
  margin-bottom: 10px;
}
.operation {
  padding: 90px 0 50px;
  background: #F8F8F8;
}

.operation__content {
  background: #fff;
  border: solid 5px #498E8E;
  border-radius: 15px;
  padding: 0 15px 30px;
  position: relative;
}

.operation__content--top {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), color-stop(50%, #F8F8F8), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 50%, #ffffff 50%, #ffffff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85%;
  height: 50px;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.operation__content--img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 600px;
}

.operation__content--person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 170px;
}

.operation .text-center {
  margin-top: 50px;
}
.operation-title {
  color: #498E8E;
  margin-top: 15px;
  padding: 0 20px;
  line-height: 1.3;
}

.device {
  padding: 60px 0;
  text-align: center;
  background: #fff;
}

.device__title {
  margin-top: 0;
  color: #F3BF2F;
  position: relative;
  display: inline;
  line-height: 1.3;
}

.device__title:before, .device__title:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #F3BF2F;
  position: absolute;
  bottom: 5px;
}

.device__title:before {
  left: -20px;
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

.device__title:after {
  right: -40px;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.device__example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  max-width: 800px;
  margin: 2em auto;
}

.device__example--item {
  width: 30%;
  max-width: 220px;
  border: 3px solid #F3BF2F;
  border-radius: 50%;
}

.device__example--item .device-wrap {
  position: relative;
  padding-top: 100%;
  height: 0;
}

.device__example--item .icon {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.price {
  background: #F8F8F8;
  padding: 50px 0;
}

.price__content {
  background: #fff;
  border-radius: 15px;
  padding: 15px 15px 30px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .15));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .15));
}

.price__content--title {
  text-align: center;
}

.price__content--title span {
  color: #498E8E;
  margin: 5px 0;
  position: relative;
}

.price__content--title span:before, .price__content--title span:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #0097A7;
  position: absolute;
  top: 50%;
}

.price__content--title span:before {
  left: -35px;
}

.price__content--title span:after {
  right: -35px;
}

.price__content--plan {
  color: #F3A52F;
  font-size: 19px;
  font-weight: bold;
  max-width: 750px;
  margin: 0 auto;
}

.price__content--text {
  font-size: 14px;
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
}
.price-table {
  border: solid 1px #F3BF2F;
  max-width: 750px;
  margin: 1em auto;
}

.price-table__block--title {
  background: #F3BF2F;
  color: #fff;
  padding: 5px 10px;
}

.price-table__block--detail {
  color: #F3BF2F;
  padding: 5px 10px;
  margin-left: 0;
}
.voice {
  background: url(../img/lp_img/message.jpg) center/cover no-repeat;
}

.voice__content {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}

.voice__content--en {
  text-align: center;
  margin-bottom: 0.5em;
}

.voice__content--en span {
  color: #FC9648;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  display: inline;
}

.voice__content--en span:before, .voice__content--en span:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #FC9648;
  position: absolute;
  bottom: 5px;
}

.voice__content--en span:before {
  left: -20px;
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

.voice__content--en span:after {
  right: -20px;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.voice__content--ja {
  margin-top: 0;
}

.voice__content--ja img {
  width: 230px;
}
.voice-wrap {
  content: "";
  background: rgba(255, 218, 123, .7);
  padding: 50px 0px;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
}

.user__img {
  width: 15%;
}

.user__block {
  width: calc(83% - 10px);
  border: solid 2px #F3BF2F;
  border-radius: 7px;
  padding: 5px 10px;
}

.user__block--text {
  margin: 0;
  position: relative;
}

.user__block--text:before, .user__block--text:after {
  content: "";
  position: absolute;
  top: 10px;
  border-style: solid;
}

.user:nth-of-type(2n-1) .user__block--text:before {
  left: -19px;
  top: 10px;
  border-width: 8px 10px 8px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.user:nth-of-type(2n-1) .user__block--text:after {
  left: -22px;
  border-width: 8px 10px 8px 0;
  border-color: transparent #F3BF2F transparent transparent;
}

.user:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.user:nth-of-type(2n) .user__block--text:before {
  right: -18px;
  top: 10px;
  border-width: 8px 0px 8px 10px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
}

.user:nth-of-type(2n) .user__block--text:after {
  right: -21px;
  border-width: 8px 0px 8px 10px;
  border-color: transparent transparent transparent #F3BF2F;
}
.soft {
  padding: 80px 0 0;
}

.soft__content {
  border: solid 3px #498E8E;
  border-radius: 15px;
  padding: 15px 15px 10px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.soft__content--pop {
  position: absolute;
  top: -40px;
  width: 130px;
}

.soft__content--title {
  width: 80%;
  max-width: 280px;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(252, 148, 0, .4)));
  background: linear-gradient(transparent 80%, rgba(252, 148, 0, .4) 80%);
}

.soft__content--orange {
  background: #F3A42F;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-size: 1.2em;
  margin-top: -10px;
  z-index: 1;
  position: relative;
}

.soft__content--orange span {
  display: inline-block;
}
.bubble__item {
  border: solid 2px #498E8E;
  border-radius: 5px;
  padding: 5px 10px;
  width: 95%;
  margin-bottom: 25px;
  position: relative;
}

.bubble__item:before, .bubble__item:after {
  content: "";
  position: absolute;
  border-style: solid;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bubble__item:before {
  bottom: -10px;
  border-width: 7px 0px 7px 9px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
}

.bubble__item:after {
  bottom: -13px;
  border-width: 7px 0px 7px 9px;
  border-color: transparent transparent transparent #498E8E;
}

.bubble__item--text {
  margin: 0;
}

.bubble__item:nth-of-type(1):before, .bubble__item:nth-of-type(1):after {
  left: 10px;
}

.bubble__item:nth-of-type(2) {
  margin: 0 0 0 auto;
}

.bubble__item:nth-of-type(2):before, .bubble__item:nth-of-type(2):after {
  right: 10px;
}

.bubble .icon-soft {
  margin-top: 20px;
  width: 250px;
  display: block;
}
.note {
  padding: 40px 0;
}

.note__top {
  position: relative;
}

.note__top--title {
  text-align: left;
  color: #555555;
  width: 82%;
}

.note__top--title span {
  display: inline-block;
}

.note__top .icon-note {
  position: absolute;
  bottom: -18px;
  right: -10px;
  width: 35%;
  max-width: 130px;
}

.note__list {
  border: solid 3px #F9B400;
  border-radius: 10px;
  padding: 15px;
  background: #FFF;
}

.note__list--text {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 13px;
  color: #555555;
  position: relative;
}

.note__list--text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -3px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #F9B400;
  border-bottom: 2px solid #F9B400;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.note__list--text span {
  border-bottom: dashed 2px #F9B400;
  display: inline;
}
.solution {
  margin-bottom: -47px;
}

.solution__box {
  background: #F3A42F;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  max-width: 450px;
  margin: 30px auto 20px;
  position: relative;
}

.solution__box:before {
  content: "";
  position: absolute;
  border-style: solid;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  right: auto;
  left: 220px;
  border-width: 10px 0px 10px 30px;
  bottom: -16px;
  border-color: transparent transparent transparent #f3a430;
}

.solution__box--text {
  margin: 5px 0 10px;
  text-align: center;
}

.solution__box--text span {
  font-size: 1.2em;
}

.solution__box .icon-any {
  display: inline-block;
  width: 100px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.cta-button {
  font-weight: medium;
  font-size: 12px;
  border-radius: 6px;
  background: #00a3e8;
  border: none;
  color: #fff;
  padding: 10px 20px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 20%;
}

.manager-button-text {
  font-size: 18px;
}

.acount-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.acount-menu.active {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}
.acount-menu__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .05);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acount-menu__item {
  position: absolute;
  background: #00a3e8;
  right: 16px;
  top: 72px;
  padding: 20px;
  border-radius: 6px;
  width: 18%;
}
.acount-menu__item:before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 45px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.acount-menu__item--user {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.acount-menu__item--button {
  width: 100%;
  display: block;
  margin-top: 16px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  font-weight: bold;
}

.logout-layer {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.logout-layer.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity ease 0.5s 0s;
  transition: opacity ease 0.5s 0s;
}

.logout-layer.show .item-logout-form {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.logout-layer .item-logout-form {
  position: absolute;
  left: 50%;
  border-radius: 5px;
}

.logout-layer .item-logout-form {
  top: 50%;
  max-width: 80%;
  width: 350px;
  padding: 30px 20px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  -webkit-transition: all ease 0.5s 0s;
  transition: all ease 0.5s 0s;
}

.logout-layer .item-logout-form p {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  color: #707070;
  font-size: 16px;
}

.logout-layer .item-logout-form p + div {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}

.logout-layer .item-logout-form .btn {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logout-layer .item-logout-form .btn button {
  width: 48%;
}

.logout-layer .item-logout-form .btn button:first-child {
  background-color: #A2A2A2;
}

.form-btn {
  display: block;
  width: 200px;
  padding: 10px 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.form-btn:hover {
  opacity: 0.7;
}

.greenBc {
  background-color: #f3a42f;
}

.greenBc:disabled:hover {
  opacity: 1;
}

.icon_member {
  width: 15px;
  vertical-align: text-bottom;
  height: 18px;
  margin-right: 10px;
  margin-bottom: 3px;
}

@media (min-width: 489px) {
  .mbl {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .lp__top {
    background: url(../img/lp_img/fv-any__pc.png) center/cover no-repeat;
  }
  .app {
    font-size: 25px;
  }

  .app__name {
    font-size: 51px;
  }
  .app-explanation {
    font-size: 30px;
  }
  .fixed-button--wrap {
    max-width: 644px;
    margin: auto;
  }
  .fixed-button--svg {
    width: 192px;
    height: 60.85px;
  }
  .fixed-button--button1,
.fixed-button--button2 {
    width: 396px;
    font-size: 15px;
  }

  .fixed-button--button1:after {
    top: calc(50% - 8px);
    right: 20px;
    width: 12px;
    height: 12px;
  }

  .fixed-button--button2:after {
    top: calc(50% - 8px);
    right: 12px;
    width: 12px;
    height: 12px;
  }
  .lp-footer__bottom {
    padding: 50px 0 140px;
  }

  .lp-footer__bottom--paragraph {
    font-size: 23px;
  }

  .lp-footer__bottom--image {
    height: 191px;
  }

  .lp-footer__bottom--button {
    max-width: 514px;
    margin: 40px auto 0;
    padding: 26px 0 26px;
    font-size: 19px;
  }

  .lp-footer__list--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lp-footer__list--logo {
    margin: 0 0 0 auto;
  }

  .lp-footer .footer-link {
    text-align: left;
  }
  .copy {
    margin-top: 40px;
  }
  h2 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  .fixed {
    background: url(../img/lp_img/back-pc.jpg) center/contain no-repeat;
  }
  .fv {
    background: url(../img/lp_img/fv-any__pc.jpg) center/cover no-repeat;
  }
  .ability {
    padding: 50px 0 170px;
  }

  .ability__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ability__card--item {
    width: calc(33% - 30px);
    max-width: 280px;
    padding: 15px;
  }

  .ability__title {
    padding: 15px 5px 0;
    max-width: 800px;
  }

  .ability__title--text {
    max-width: 500px;
  }
  .card__title {
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 25px;
  }

  .card__img {
    width: 100%;
    max-width: 150px;
  }

  .card__text {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .youtube {
    margin-top: -190px;
  }

  .youtube__content {
    margin: 60px auto 70px;
  }
  .message__text {
    font-size: 1.5em;
  }

  .message__text--main {
    font-size: 1.6em;
  }
  .operation {
    padding: 160px 0 120px;
  }

  .operation__content {
    padding: 0 15px 80px;
  }

  .operation__content--top {
    width: auto;
  }

  .operation__content--person {
    max-width: 190px;
  }
  .device {
    padding: 90px 0;
  }

  .device__example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 3em auto;
  }

  .device__title:after {
    right: -20px;
  }
  .price {
    padding: 70px 0;
  }

  .price__content {
    padding: 25px 15px 30px;
  }

  .price__content--title span:before, .price__content--title span:after {
    width: 120px;
  }

  .price__content--title span:before {
    left: -145px;
  }

  .price__content--title span:after {
    right: -145px;
  }
  .price-table__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .price-table__block--title {
    width: 200px;
  }

  .price-table__block--detail {
    width: calc(100% - 200px);
  }

  .price-table__block:nth-of-type(1) .price-table__block--title {
    border-bottom: solid 1px #fff;
  }

  .price-table__block:nth-of-type(1) .price-table__block--detail {
    border-bottom: solid 1px #F3BF2F;
  }
  .voice__content {
    padding: 20px 50px;
  }

  .voice__content--ja img {
    width: 340px;
  }
  .voice-wrap {
    padding: 70px 0px;
  }
  .user {
    position: relative;
    margin-bottom: 20px;
  }

  .user__img {
    width: 170px;
  }

  .user__block {
    width: calc(100% - 200px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .user:nth-of-type(2n-1) .user__block {
    right: 0;
  }

  .user:nth-of-type(2n) .user__block {
    left: 0;
  }
  .soft__content {
    padding: 30px 20px 15px;
  }

  .soft__content--title {
    width: 100%;
    max-width: 520px;
  }

  .soft__content--orange {
    font-size: 1.3em;
    padding: 12px;
  }
  .bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .bubble__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bubble__item:nth-of-type(1):before, .bubble__item:nth-of-type(1):after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: auto;
    right: 10px;
    border-width: 7px 0px 7px 20px;
  }

  .bubble__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .bubble__item:nth-of-type(2):before, .bubble__item:nth-of-type(2):after {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    right: auto;
    left: 10px;
    border-width: 7px 0px 7px 20px;
  }

  .bubble .icon-soft {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
  .note {
    padding: 100px 0 40px 0;
  }

  .note .icon-note {
    bottom: -15px;
  }

  .note__top--title {
    text-align: center;
    margin: 0 auto;
  }

  .note__list {
    padding: 3% 3% 1%;
  }

  .note__list--text {
    font-size: 20px;
    margin-bottom: 20px;
    font-size: 19px;
    padding-left: 1.5em;
  }

  .note__list--text:after {
    width: 16px;
    height: 8px;
    border-left: 3px solid #F9B400;
    border-bottom: 3px solid #F9B400;
  }

  .note__list--text span {
    padding-bottom: 3px;
    border-bottom: dashed 3px #F9B400;
    display: block;
  }
  .solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 700px;
    margin: 40px auto -40px;
  }

  .solution__box {
    width: calc(90% - 200px);
    min-width: 480px;
    max-width: 580px;
    margin: 0 auto;
  }

  .solution__box:before {
    left: 10px;
  }

  .solution__box--text {
    font-size: 25px;
  }

  .solution .icon-solution {
    margin-top: 90px;
    width: 200px;
    display: block;
  }

  .solution .icon-any {
    width: 150px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: -22px;
  }
  .cta-button {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pc {
    display: none;
  }
}

@media (min-width: 1000px) {
  .lsp {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .lpc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover {
    opacity: 0.6;
  }
  .fixed-button--button1,
.fixed-button--button2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lp-footer__bottom--button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .lp-footer__bottom--button:hover {
    opacity: 1;
    background: #131626;
    color: #fff;
  }

  .lp-footer__bottom--button:hover:after {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

@media (min-width: 1246px) {
  h2 {
    font-size: 40px;
  }
}

@media (min-width: 575px) {
  .fixed-button--button1 br,
.fixed-button--button2 br {
    display: none !important;
  }
}

@media (hover: hover) {
  .cta-button {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border: 2px solid #00a3e8;
  }
  .cta-button:hover {
    background: transparent;
    color: #00a3e8;
  }
  .acount-menu__item--button {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  .acount-menu__item--button:hover {
    background: #aaa;
    border-color: #aaa;
    color: #fff;
  }
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=maps/main-lp.css.map */
