html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.top-area {
  width: 100%;
  overflow-x: hidden;
}

.header {
  padding: 70px 15px 0;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-mark {
  display: block;
  width: 45px;
  margin-right: 10px;
}

.logo-title {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Avenir Next';
  color: rgb(112, 112, 112);
}

.top-area__circle__content {
  z-index: -1;
  height: 1000px;
  width: 1000px;
  position: absolute;
  top: -200px;
  right: -150px;
  background-color: #fdd8df;
  border-radius: 50%;
  overflow-x: hidden;
}

.btn-contact-sp {
  background-color: #fd5974;
  border-radius: 23px;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 45px;
  text-decoration: none;
}

.btn-contact-sp:hover {
  opacity: 0.7;
}

.btn-contact-sp-arrow {
  background-color: #fff;
  width: 24px;
  height: 24px;
  color: #fd5974;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-contact-sp-download {
  margin: 5px auto 8px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

.chat {
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-mark {
  width: 40px;
}

.chat:hover {
  opacity: 0.7;
}

.key-contents {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.key-contents__main {
  width: 360px;
  margin: 0;
  padding: 0 50px 0 0;
  position: relative;
}

.main-concept {
  font-size: 45px;
  letter-spacing: 3px;
  /* width: 320px; */
}

.kpi {
  color: #fd5974;
}

.description {
  margin: 20px 0;
  font-weight: 600;
}

.key-contents-sp-bar {
  display: none;
}

.btn-contact {
  display: block;
  padding: 10px 0 0 0;
  width: 300px;
  height: 55px;
  border-radius: 35px;
  background-color: #fd5974;
  text-align: center;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
  margin: 40px 0 180px;
}

.btn-contact-download {
  margin: 5px 0 0 0;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
}

.btn-contact-arrow {
  background-color: #fff;
  width: 38px;
  height: 38px;
  color: #fd5974;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-circle {
  border: 4px solid #fdd8df;
  width: 250px;
  height: 250px;
  background-color: #fff;
  position: absolute;
  bottom: 70px;
  left: -90px;
  border-radius: 50%;
  z-index: -1;
}

.key-contents__visual {
  width: 550px;
  margin: 20px 0 0 0;
}

.key-photos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.key-photos__1 {
  padding: 0 20px 100px 0;
}

.key-photos__2 {
  padding: 100px 0 0 20px;
}

.img_1, .img_2 {
  width: 240px;
}

.stripe-circle {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fdd8df 10px, #fdd8df 20px );
  border-radius: 50%;
  position: absolute;
  top: 650px;
  right: 120px;
  width: 200px;
  height: 200px;
  z-index: -1;
}

.scroll-contents {
  margin: 0 auto;
  padding: 80px 0 0 0;
  width: 200px;
  height: 60px;
  text-align: left;
  transform: rotate(90deg);
}

.scroll-contents__bar {
  width: 120px;
  height: 2px;
  background-color: #222;
  margin: 0;
}

.scroll-contents__font {
  font-family: 'Helvetica',sans-serif;
  font-size: 25px;
}

.simple-management-app {
  margin: 100px auto 0;
  padding: 0 20px;
}

.simple-management-app__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.simple-management-app__container__img-container {
  width: 480px;
  padding: 0;
  /* box-sizing: content-box; */
}

.simple-management-app__container__img-container__img {
  width: 480px;
  transform: scale(2.5);
}

.simple-management-app__container__img {
  display: none;
}

.simple-management-app__container__contents {
  width: 450px;
  padding: 0 0 120px 50px;
}

.simple-management-app__container__contents__tag {
  color: #fd5974;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 600;
}

.simple-management-app__container__contents__title {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 30px 0;
}

.simple-management-app__container__contents__text {
  letter-spacing: 2px;
  font-size: 12px;
  width: 430px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about {
  margin: 150px auto 0;
}

.about__contents {
  max-width: 1100px;
  margin: 0 auto;
}

.about__contents__title {
  padding-left: 40px;
}

.about__contents__title__heading {
  font-size: 45px;
  letter-spacing: 4px;
  font-weight: 700;
  font-family: 'Avenir Next';
}

.about__contents__title__subtitle {
  margin: 5px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Avenir Next';
}

.about__contents__first-feature,
.about__contents__second-feature,
.about__contents__third-feature,
.about__contents__fourth-feature {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  position: relative;
}

.about__contents__second-feature,
.about__contents__fourth-feature {
  bottom: 50px;
}

.right-background {
  margin: 30px 0 0 0;
  width: 1400px;
  height: 400px;
  background-color: #fae1e5;
  border-radius: 350px 0 0 350px;
  position: absolute;
  right: -300px;
  z-index: -1;
  overflow-x: hidden;
}

.left-background {
  margin: 30px 0 0 0;
  width: 1400px;
  height: 400px;
  background-color: #fae1e5;
  border-radius: 0 350px 350px 0;
  position: absolute;
  left: -300px;
  z-index: -1;
  overflow: hidden;
}


.second-background,
.third-right-background,
.fourth-background {
  display: none;
}

.first-feature__section,
.third-feature__section {
  width: 250px;
  margin: 0 20px 0 0;
}

.double-quatation {
  font-size: 100px;
  color: #fd5974;
  font-family: serif;
  margin: 0;
  padding: 0;
  height: 80px;
  line-height: 1.5em;
  text-align: left;
}

.first-feature__heading,
.second-feature__heading,
.third-feature__heading,
.fourth-feature__heading {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: 'Avenir Next';
}

.first-feature__text,
.second-feature__text,
.third-feature__text,
.fourth-feature__text {
  margin: 20px 0 0 0;
  font-size: 12px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: 'Avenir Next';
  color: rgb(66, 65, 65);
}

.first-feature__photo, .third-feature__photo {
  width: 200px;
  margin: 20px 0 150px 130px;
}

.first-feature__img,
.third-feature__img {
  width: 240px;
}

.second-sp-feature__photo,
.fourth-sp-feature__photo {
  display: none;
}

.second-feature__photo, .fourth-feature__photo {
  width: 250px;
  padding: 0 0 0 100px;
}

.second-feature__img, .fourth-feature__img {
  width: 240px;
}

.second-feature__section, .fourth-feature__section {
  width: 250px;
  padding: 0 0 0 100px;
}

.spec {
  margin: 200px auto 0;
}

.spec__contents {
  max-width: 1100px;
  margin: 50px auto;
  background-color: #fae1e5;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 80px 60px 60px;
}

.spec__contents__heading {
  font-size: 45px;
  font-family: 'Avenir Next';
  font-weight: 700;
  letter-spacing: 4px;
}

.spec__contents__subtitle {
  font-size: 22px;
  letter-spacing: 1px;
  font-family: 'Avenir Next';
  font-weight: 600;
}

.spec__contents__features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px auto 0;
}

.features__kpi,
.features__set-goal,
.features__share,
.features__insight,
.features__chat,
.features__system {
  width: 400px;
  margin: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features__kpi__logo,
.features__set-goal__logo,
.features__share__logo,
.features__insight__logo,
.features__chat__logo,
.features__system__logo {
  margin: 0 20px 0 0;
  width: 200px;
}

.features__kpi__img,
.features__set-goal__img,
.features__share__img,
.features__insight__img,
.features__chat__img,
.features__system__img {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features__kpi__contents,
.features__set-goal__contents,
.features__share__contents,
.features__insight__contents,
.features__chat__contents,
.features__system__contents {
  width: 200px;
}

.features__kpi__contents__title,
.features__set-goal__contents__title,
.features__share__contents__title,
.features__insight__contents__title,
.features__chat__contents__title,
.features__system__contents__title {
  font-size: 24px;
  font-family: 'Avenir Next';
  font-weight: 600;
  margin: 20px 0;
}

.features__kpi__contents__text,
.features__set-goal__contents__text,
.features__share__contents__text,
.features__insight__contents__text,
.features__chat__contents__text,
.features__system__contents__text {
  font-size: 14px;
  font-family: 'Avenir Next';
  font-weight: 500;
  letter-spacing: 2px;
}

.swiper-container {
  display: none;
}

.more-detail__comment{
  position:relative;
  width: 200px;
  height: 45px;
  background: #FD5974;
  text-align: center;
  border: 5px solid #FD5974;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  border-radius: 22px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  left: -110px;
}
.more-detail__comment:after,.more-detail__comment:before{
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.more-detail__comment:after{
  border-color: rgba(253, 89, 116, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-top-color:#FD5974;
}
.more-detail__comment:before{
  border-color: rgba(253, 89, 116, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  margin-top: 5px;
  border-top-color: #FD5974;
}

.more-detail__comment__text {
  margin: 8px auto 0;
}

.more-detail__main {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: relative; */
}

.more-detail__main__contents {
  margin: 50px 0 0 30px;
  width: 400px;
}

.more-detail__analyse__title {
  font-size: 40px;
  letter-spacing: 2px;
  font-family: 'Avenir Next';
  line-height: 1.5em;
}

.more-detail__analyse__text {
  margin: 20px 0;
  line-height: 1.8em;
}

.more-detail__main__photo {
  position: relative;
  /* left: 300px;
  bottom: 400px; */
  width: 800px;
  height: 250px;
}

.more-detail__main__img {
  display: block;
  position: absolute;
  left: -120px;
  top: -150px;
  width: 1100px;
  box-sizing: content-box;
}

.faq {
  margin: 300px 0 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.faq__container{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: top;
}

.faq__container__visual {
  width: 48%;
}

.faq__container__visual__box {
  width: 90%;
  padding: 80px 80px 60px;
  margin: 0 auto;
}

.faq__container__visual__text__box {
  padding: 0 0 0 50px;
}

.faq__container__visual__title {
  font-weight: bold;
  font-family: 'Avenir Next';
  font-size: 50px;
  letter-spacing: 2px;
  margin-left: 30px;
}

.faq__container__visual__subtitle {
  font-weight: bold;
  margin-left: 30px;
}

.faq__container__visual__img img {
  display: block;
  width: 100%;
}

.faq__container__qa {
  margin: 0;
  padding: 0;
  background-color: #fee9ef;
  width: 52%;
}

.faq__container__qa__box {
  width: 80%;
  margin: 100px auto;
}

.faq__container__qa__box__set {
  border-bottom: 1px solid #000;
}

.faq__container__qa__box__set:first-child {
  border-top: 1px solid #000;
}

.faq__container__qa__box__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 40px;
}

.q__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
}

.q {
  font-size:35px;
  font-weight: bold;
  font-family: 'Avenir Next';
  margin-right: 25px;
}

.q__title {
  font-size: 21px;
  font-weight: bolder;
}

.plus {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #fc2960;
  border-radius: 50%;
  cursor: pointer;
}

.plus:hover {
  opacity: .7;
}

.faq__container__qa__box__a {
  padding: 35px 0;
  border-top: 3px dotted #222;
  display: none;
  opacity: 1;
}

.a__box {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

.a {
  font-size: 35px;
  font-family: 'Avenir Next';
  font-weight: bolder;
  margin-right: 25px;
}

.a__text {
  font-weight: 600;
  font-size: 21px;
  margin-top: 10px;
  color: #fc2960;
}

.kome {
  font-size: 15px;
  font-weight: bolder;
  margin-top: 25px;
}

.contact {
  margin: 200px auto 0;
  overflow-y: hidden;
  overflow-x: hidden;
}

.contact__container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.contact__container__heading__title {
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: 'Avenir Next';
}

.contact__container__heading__subtitle {
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
}

.contact__stripe-circle {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fdd8df 10px, #fdd8df 20px );
  overflow-x: hidden;
  border-radius: 50%;
  position: absolute;
  top: 370px;
  right: -15%;
  width: 350px;
  height: 350px;
  z-index: -1;
}

.contact__form {
  margin: 120px auto;
}

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

.table {
  display: none;
}

.form table {
  width: 100%;
}

.form__container {
  display: flex;
}

.form__container__items {
  display: flex;
  width: 45%;
  justify-content: space-between;
}

.form__container__item {
  font-weight: bold;
  font-size: 18px;
}

.form__container input, textarea {
  width: 55%;
  border: 2px solid #000;
}

.form th {
  vertical-align: top;
  width: 20%;
  text-align: left;
  font-weight: bold;
  font-family: 'Avenir Next';
  font-size: 18px;
}

.form__first__td {
  width: 60px;
  vertical-align: top;
}

.required {
  width: 40px;
  height: 20px!important;
  text-align: center;
  padding: 2px 5px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #fc2960;
  border-radius: 7px;
  margin-right: 40px;
}

.form input {
  width: 100%;
  height: 70px;
  margin-bottom: 50px;
  padding: 5px;
  font-size: 18px;
}

.form textarea {
  width: 95%;
  height: 200px;
  margin-bottom: 60px;
  padding: 20px;
  font-size: 18px;
}

.form input[type="submit"] {
  width: 260px;
  height: 68px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
  border-radius: 34px;
  display: block;
  margin: 0 auto;
  letter-spacing: 2px;
}

.contact__circle {
  width: 1100px;
  height: 1100px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fae1e5;
  position: absolute;
  top: 600px;
  left: -400px;
  z-index: -1;
  overflow-y: hidden;
}

footer {
  width: 100%;
  background-color: #000;
  height: 100px;
}

.footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo__section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__container__logo {
  display: block;
  width: 45px;
  margin-right: 15px;
}

.footer__container__logo__title {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Avenir Next';
  color: rgb(112, 112, 112);
}

.copyright {
  color: #fff;
  font-size: 13px;
  font-family: 'Avenir Next';
  font-weight: 600;
}

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

  .sp {
    display: block;
  }

  .header {
    padding-top: 40px;
  }

  .top-area__circle__content {
    /* bottom: 100px; */
    height: 500px;
    width: 500px;
    position: absolute;
    /* overflow-x: hidden; */
    top: -200px;
    right: -230px;
    background-color: #fdd8df;
    border-radius: 50%;
  }
  

  .chat {
    display: none;
  }

  .logo-mark {
    width: 40px;
    margin-right: 5px;
  }

  .logo-title {
    font-size: 20px;
  }

  .btn-contact-sp {
    display: flex;
  }

  .key-contents {
    display: block;
  }

  .key-contents__main {
    width: auto;
    text-align: center;
    padding: 50px 0 10px 0;
  }

  .main-concept {
    text-align: center;
    font-size: 40px;
  }

  .key-contents-sp-bar {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #222;
    margin: 25px auto;
  }

  .description {
    font-size: 18px;
  }

  .border-circle {
    bottom: -470px;
    left: -80px;
    width: 220px;
    height: 220px;
    border: 5px solid #fdd8df;
  }

  .key-contents__visual {
    width: auto;
  }
  
  .key-photos__1 {
    padding: 0;
  }

  .key-photos__2 {
    padding: 0;
    display: none;
  }

  .btn-contact {
    display: none;
  }

  .stripe-circle {
    width: 180px;
    height: 180px;
    right: 0px;
    top: 500px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #fdd8df 8px, #fdd8df 16px );
  }

  .scroll-contents {
    display: none;
  }

  .simple-management-app__container {
    display: block;
  }

  .simple-management-app__container__contents {
    padding: 0;
    margin: 0 auto;
    width: 350px;
  }

  .simple-management-app__container__contents__title {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 10px 0;
  }

  .simple-management-app__container__img-container {
    display: none;
  }

  .simple-management-app__container__img {
    display: block;
    width: 350px;
    transform: scale(2.2);
    margin: 0;
    position: relative;
    top: 30px;
    left: 20px;
  }

  .simple-management-app__container__contents__text {
    text-align: left;
    margin: 80px auto 0;
    width: 340px;
  }

  .about {
    margin: 80px auto;
  }

  .about__contents {
    padding: 0 15px;
  }

  .about__contents__title__subtitle {
    font-size: 16px;
  }

  .about__contents__first-feature,
  .about__contents__second-feature,
  .about__contents__third-feature,
  .about__contents__fourth-feature {
    margin: 0 auto;
    display: block;
    height: 880px;
    position: relative;
  }

  .about__contents__second-feature,
  .about__contents__fourth-feature {
    margin-top: 100px;
  }

  .first-feature__section,
  .second-feature__section,
  .third-feature__section,
  .fourth-feature__section {
    margin: 0 auto;
    padding: 0;
    width: 300px;
  }

  .double-quatation {
    font-size: 150px;
  }

  .first-feature__heading,
  .second-feature__heading,
  .third-feature__heading,
  .fourth-feature__heading {
    margin: 35px 0 0 10px;
    font-size: 28px;
  }

  .first-feature__text,
  .second-feature__text,
  .third-feature__text,
  .fourth-feature__text {
    margin: 20px 0 0 10px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8em;
  }

  .right-background {
    margin: 30px 0 0 0;
    width: 600px;
    height: 320px;
    background-color: #fae1e5;
    border-radius: 150px;
    /* position: absolute; */
    bottom: 385px;
    right: -250px;
    z-index: -1;
  }

  .left-background {
    margin: 30px 0 0 0;
    width: 600px;
    height: 320px;
    background-color: #fae1e5;
    border-radius: 150px;
    top: 140px;
    left: -250px;
    z-index: -1;
    overflow: hidden;
  }

  .third-left-background {
    display: none;
  }

  .second-background,
  .third-right-background,
  .fourth-background {
    display: block;
  }

  .first-feature__photo,
  .third-feature__photo {
    margin: 50px 0 0;
    width: 100%;
  }

  .second-sp-feature__photo,
  .fourth-sp-feature__photo {
    display: block;
    margin: 50px 0 0;
    width: 100%;
  }

  .second-feature__photo,
  .fourth-feature__photo {
    display: none;
  }

  .first-feature__img,
  .second-sp-feature__img,
  .third-feature__img,
  .fourth-sp-feature__img {
    display: block;
    margin: 0 auto;
  }

  .second-sp-feature__img,
  .fourth-sp-feature__img {
    width: 240px;
  }

  .spec {
    margin: 200px 0 0;
  }

  .spec__contents {
    border-radius: 0;
    padding: 80px 0 0;
  }

  .spec__contents__heading {
    font-size: 50px;
    padding: 0 40px;
  }

  .spec__contents__subtitle {
    font-size: 20px;
    font-weight: 600;
    padding: 0 40px;
  }

  .spec__contents__features {
    display: none;
  }

  .swiper-container {
    display: block;
    margin: 20px auto;
  }

  #slider {
    margin-bottom: 140px;
  }

  .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 50%;
  }

  .slide {
    display: block;
    padding: 0 20px;
  }

  .features {
    width: 100%;
    overflow-x: hidden;
  }

  .features-sp {
    width: 220px;
    margin: 40px  auto;
  }

  .features-sp__logo {
    margin: 40px auto;
    text-align: center;
  }

  .features-sp__img {
    text-align: center;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .features-sp__contents__title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Avenir Next';
    letter-spacing: 2px;
    width: 220px;
  }

  .features-sp__contents__text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Arial';
    letter-spacing: 2px;
    width: 220px;
  }

  .features-sp__img__visual {
    display: block;
    width: 60px;
    height: 60px;
  }

  .pagination {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pagination__numbers {
    font-size: 22px;
    font-weight: 700;
    font-weight: 'Avenir Next';
  }

  .prev-button, .next-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fd5974;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .prev-button:hover, .next-button:hover {
    opacity: .7;
  }

  .more-detail {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 7px 7px 0 0;
  }

  .more-detail__comment {
    left: 0;
    bottom: 20px;
    width: 250px;
    margin: 0 auto;
    padding: 3px 0;
  }

  .more-detail__comment__text {
    font-weight: bold;
    font-size: 22px;
    margin-top: 5px;
  }

  .more-detail__main {
    display: block;
  }

  .more-detail__main__contents {
    margin: 0 auto;
    width: auto;
    text-align: center;
  }

  .more-detail__analyse__title {
    margin: 30px auto 0;
    font-size: 35px;
  }

  .more-detail__analyse__text {
    margin: 30px auto 0;
    letter-spacing: 1px;
    line-height: 2em;
  }

  .more-detail__main__photo {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .more-detail__main__img {
    width: 100%;
    transform: scale(1.5);
    top: 0;
    bottom: 20px;
    left: 0;
  }

  .faq {
    margin: 50% 0 0;
    border: none;
  }

  .faq__container {
    display: block;
  }

  .faq__container__visual {
    width: 100%;
  }

  .faq__container__visual__box {
    padding: 0;
  }

  .faq__container__visual__text__box {
    padding: 0;
  }

  .faq__container__visual__img {
    width: 110%;
    position: relative;
    right: 20px;
  }

  .faq__container__qa {
    width: 100%;
    background-color: #fff;
  }

  .faq__container__qa__box {
    width: 90%;
  }

  .faq__container__qa__box__q {
    padding: 40px 0;
  }

  .q__box {
    width: 85%;
  }

  .q {
    font-size: 30px;
    font-weight: 500;
    margin-right: 15px;
  }

  .q__title {
    font-size: 18px;
  }

  .faq__container__qa__box__a {
    border-top: none;
    padding: 0 0 40px;
  }

  .a {
    font-size: 30px;
    font-weight: 500;
    margin-right: 15px;
  }

  .a__text {
    font-size: 18px;
    margin-top: 8px;
  }

  .kome {
    margin-top: 10px;
    font-size: 13px;
  }

  .contact {
    margin: 150px auto 0;
  }

  .contact__container {
    padding: 0 30px;
  }

  .contact__form {
    margin: 50px auto;
  }

  .form__container {
    display: block;
  }

  .form__container__items {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }

  .form__container__item {
    font-size: 22px;
  }

  .contact__stripe-circle {
    top: 200px;
    right: -18%;
    width: 250px;
    height: 250px;
  }

  .contact__circle {
    width: 900px;
    height: 900px;
    top: 650px;
    left: -540px;
  }
  
  .required {
    margin-left: 20px;
    font-size: 18px;
    width: 50px;
    height: 25px!important;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  .form textarea {
    width: 100%;
    box-sizing: border-box;
  }

  .form textarea {
    padding: 10px;
  }

  .form input[type="submit"] {
    width: 280px;
    height: 60px;
  }

  footer {
    height: auto;
  }

  .footer__container {
    display: block;
    padding: 40px 0 20px;
  }

  .copyright {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .footer__container__logo {
    width: 25px;
    margin-right: 5px;
  }
  
  .footer__container__logo__title {
    font-size: 18px;
  }

  .copyright {
    font-size: 18px;
    margin: 20px auto 0;
  }
}