@charset "UTF-8";
/* ------------------------------------------------- *
 *        変数　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        デバイス分岐　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*
*/
/* ------------------------------------------------- *
 *  ＠共通項目　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */





*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #222;
  line-height: 1.65;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body,
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.barlow {
  font-family: 'Barlow', sans-serif;
}

.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

img[src$=".svg"] {
  height: auto;
}

.switch {
  visibility: hidden;
}

ul {
  list-style: none;
}

/* PC・SP分岐 */
.spnone {
  display: block;
}
@media only screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pcnone {
    display: block;
  }
}

.pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.pc2 {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pc2 {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: inline !important;
  }
}

.sp2 {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp2 {
    display: block !important;
  }
}

/*　共通：マウスオーバーで画像を明るくする　*/
img.alpha {
  width: auto;
  margin: 0 auto;
  /*overflow: hidden;*/
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

img.alpha:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/*　共通：TOPへ戻る　*/
#backToTop {
  position: fixed;
  z-index: 9999;
  bottom: 100px;
  right: 38px;
}
@media only screen and (max-width: 767px) {
  #backToTop {
    bottom: 110px;
    right: 10px;
  }
}
#backToTop .totop a img {
  width: 54px;
  height: 54px;
}
@media only screen and (max-width: 767px) {
  #backToTop .totop a img {
    width: 42px;
    height: 42px;
  }
}



/* ------------------------------------------------- *
 *  ＠HOME　　　　　　　　　　　　
 * ------------------------------------------------- */
#about,
#usecase {
  margin-top: -60px;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #about,
  #usecase {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#contact {
  margin-top: -60px;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #contact {
    margin-top: -20px;
    padding-top: 20px;
  }
}

#flow,
#faq {
  margin-top: -110px;
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  #flow,
  #faq {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.inner h2 {
  padding: 0 0 100px;
}

.inner h2.lead p {
  margin: 20px 0 0 ;
}

/* MV */
.home .sec-mv {
  width: 100%;
  margin: 87px auto 0;
  background: url("../img/quantum/quantum_LP.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .home .sec-mv {
    margin: 50px auto 0;
    background: url("../img/quantum/quantum_LP_sp.png") no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}
.home .sec-mv .inner {
  position: relative;
  max-width: 1280px;
  height: 731px; /* 679px */
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .home .sec-mv .inner {
    max-width: 100%;
    height: 0;
    padding: 174.4% 0 0;
  }
}
.home .sec-mv .inner .lead {
  position: absolute;
  top: 110px;
  left: 12%;
  padding: 20px 0 0;
  width: 47%;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.home .sec-mv .inner .lead p {
  padding: 0px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
}
 
@media only screen and (max-width: 767px) {
  .home .sec-mv .inner .lead {
    font-size: 2.5rem;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
    max-width: 100%;
  }
  .home .sec-mv .inner .lead p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 50px 0 0;    
  }
}

@media screen and ( max-width: 767px ) {
  h2.lead { margin: 100px auto 0 !important; }
  h2.lead > .l1 { font-size: 2.5rem; line-height: 3rem; }
  h2.lead > p { font-size: 1rem; margin: 12px 0 0 !important;}
}


.home .sec-mv .inner .btn-mv {
    position: absolute;
    top: 415px;
    left: 13.5%;
    width: 41.7%;
    max-width: 535px;
    height: 70px;
    font-size: 25px;
    text-align: center;
    line-height: 70px;
    border-radius: 35px;
    background: url(../img/icon_arrowP.svg) no-repeat;
    background-position: right 6% center;
    background-size: 11px;
    background-color: #212121;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.home .sec-mv .inner .btn-mv:hover {
  background-color: #fff;
}
.home .sec-mv .inner .btn-mv a {
  display: block;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.home .sec-mv .inner .btn-mv a:hover {
  color: #8973DB;
}
@media only screen and (max-width: 767px) {
  .home .sec-mv .inner .btn-mv {
    top: 44%;
    left: 0;
    right: 0;
    margin: auto;
    width: 88%;
    max-width: 100%;
    height: 54px;
    font-size: 19px;
    text-align: center;
    line-height: 54px;
    border-radius: 27px;
    background: url("../img/icon_arrowP.svg") no-repeat;
    background-position: right 6% center;
    background-size: 8px;
    background-color: #212121;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and ( 768px <= width <= 960px ) {
  h2.lead {
        margin: -30px 0 0 30px;  
  }
  .home .sec-mv .inner .btn-mv {
        margin: -30px 0 0 30px;  
  }
}


/* INFORMATION */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp { 
  from {
    opacity: 0;
    transform: translate3d(0, 8%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 8%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite{
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite
}
.animated.delay1{
  -webkit-animation-delay:0.2s
  ;animation-delay:0.2s
}
.animated.delay2{
  -webkit-animation-delay:0.4s
  ;animation-delay:0.4s
}
.animated.delay3{
  -webkit-animation-delay:0.6s
  ;animation-delay:0.6s
}
.animated.delay4{
  -webkit-animation-delay:0.8s
  ;animation-delay:0.8s
}
.animated.delay5{
  -webkit-animation-delay:1s
  ;animation-delay:1s
}
.animated.fast{
  -webkit-animation-duration:.8s;
  animation-duration:.8s
}
.animated.faster{
  -webkit-animation-duration:.5s;
  animation-duration:.5s
}
.animated.slow{
  -webkit-animation-duration:2s;
  animation-duration:2s
}
.animated.slower{
  -webkit-animation-duration:3s;
  animation-duration:3s
}
.sec-news {
  position: relative;
  padding: 56px 0;
}
.sec-news header {
  position: relative;
  width: 100%;
  max-width: calc(1000px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  z-index: 1;
}
.sec-news header i {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #8973DB;
}
.sec-news header h2 {
  margin-bottom: 48px;
  font-size: 2.8rem;
}
.sec-news header h2 + i {
  margin: -32px 0 24px;
}

.sec-news-list {
  position: relative;
  width: 100%;
  max-width: calc(1000px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.sec-news-list:hover {
  z-index: 1000;
}
.sec-news-list + .sec-news-list {
  margin-top: 40px;
}
.sec-news-list .btn {
  text-align: center;
}
.sec-news-list .btn a {
  position: relative;
  display: block;
  padding: 16px 32px;
  background-color: #8973DB;
  border: 1px solid #FFF;
  border-radius: 48px;
  font-weight: 700;
}
.sec-news-list .btn a.arr {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.sec-news-list .btn a.arr::after {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  transform: rotate(45deg);
  width: 11px;
  height: 11px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  z-index: 1;
  transition: right 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .sec-news-list .btn a {
    transition: opacity .2s ease-out, background .2s ease-out;
  } 
  .sec-news-list .btn a:hover { 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}

.news-nav {
  position: relative;
  width: 100%;
  max-width: calc(1000px + 40px);
  margin: 0 auto 40px;
  padding: 0 20px;
}
.news-nav ul {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.news-nav li {
  flex: 1;
  position: relative;
  padding: 16px 0;
  text-align: center;
  border-bottom: 3px solid #C9C9C9;
  font-size: 2rem;
  font-weight: 700;
  color: #525564;
  cursor: pointer;
}
.news-nav li:nth-child(3):not(.on) {
  color: #7A7C88;
  border-bottom-color: #A0A0A0;
}
.news-nav li.on {
  border-bottom-color: #8973DB;
  color: #8973DB;
}
.news-nav li.on::before, .news-nav li.on::after {
  content: '';
  position: absolute;
  top: calc(100% + 3px);
  left: calc(50% - 10px);
  width: 0;
  height: 0; 
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #8973DB transparent transparent transparent;
  transition: top .3s;
}
.news-nav li.on::after {
  transform: translateY(-4px);
  border-top-color: #FAFAFA;
}

.news-list dt {
  float: none;
  padding: 0;
}
.news-list dd {
  margin-bottom: 16px;
  padding: 8px 0 16px;
}

@media screen and (min-width: 1025px) {
  .sec-news-list .btn a:hover {
    background: #FFF;
    color: #8973DB!important;
  }
  .sec-news-list .btn a.arr:hover::after {
    right: 8px;
    border-top-color: #8973DB;
    border-right-color: #8973DB;
  }
  .sp {
    display: none;
  }
}

/* ABOUT */
.home .sec-about {
  width: 100%;
  margin: 85px auto 100px;
  padding: 0;
}

.home .sec-about .sub-head {
  padding-top: 75px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 1;
}
.home .sec-about .sub-head span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 49px;
  font-weight: 900;
  color: #8973DB;
  letter-spacing: 0.065em;
}

@media screen and ( width <= 768px ) {
  .home .sec-about .inner .sub-head {
    padding-top: 35px;
    font-size: 14px;
  }
  .home .sec-about .inner .sub-head span {
    font-size: 24px;
    line-height: 1.2;
  }
}

.row { 
  position: relative; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  width: 80vw;
  max-width: 1000px;
  margin: 0 auto 0;
}

.row.two {
  line-height: 2.5rem;
}

.row::before, .row::after { content: ''; display: block; width: 23%; order: 1;}
.row + * { margin-top: 40px;}
.row > * { position: relative; display: flex; flex-direction: column; width: 23%; margin-bottom: 32px;}
.row > * > * { min-height: 0%;}
.row > * a { display: block;}
.row > * a + * { margin-top: 20px;}
.row h3 { margin: 16px 0; text-align: center; font-size: 1.5rem; font-weight: 500;}
.row.fixed h3 { display: flex; justify-content: center; align-items: center; min-height: 50px;}
.row figure + .industry { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);}

.two > * { width: 48.8%; }
.as-center { margin: auto 0; }



/* USECASE */

.sec-usecase .inner {
  text-align: center;
}

.sec-usecase .inner .box {
  position: relative;
  display: inline-block;
  justify-content: space-around;
  padding: 10px;
}

.sec-usecase .inner .box img {
  width: 20vw;
  max-width: 250px;
}


.sec-usecase .inner .case {
  width: 225px;
  height: 275px;
  position: relative;
  padding: 1rem 1rem 1rem 0.7rem;
  margin: 20px;
  background-color: #796bb0;
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.sec-usecase .inner .case::before {
  position: absolute;
  inset: -7px 7px 7px -7px;
  border: 3px solid #666;
  content: '';
}

.sec-usecase .inner .case h3 {
  font-size: 1.2rem;
  font-weight: 900;
  padding-bottom: 0.7rem;
}

.home .sec-usecase {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 0 80px;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .home .sec-usecase {
    padding: 0 0 40px;
  }
}
.home .sec-usecase .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .home .sec-usecase .inner {
    max-width: 100%;
    padding: 0 4%;
  }
}
.home .sec-usecase .inner .sub-head {
  padding-top: 75px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
.home .sec-usecase .inner .sub-head span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 49px;
  font-weight: 900;
  color: #8973DB;
  letter-spacing: 0.065em;
}
@media only screen and (max-width: 767px) {
  .home .sec-usecase .inner .sub-head {
    padding-top: 35px;
    font-size: 14px;
  }
  .home .sec-usecase .inner .sub-head span {
    font-size: 24px;
    line-height: 1.2;
  }
}
.home .sec-usecase .inner .text {
  margin: 30px 14% 40px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .home .sec-usecase .inner .text {
    margin: 15px 0 20px;
  }
}
.home .sec-usecase .inner .image {
  position: absolute;
  top: -26px;
  left: 2.5%;
  width: 14.58%;
  max-width: 175px;
}
@media only screen and (max-width: 1080px) {
  .home .sec-usecase .inner .image {
    left: 0.5%;
    width: 12%;
  }
}
@media only screen and (max-width: 790px) {
  .home .sec-usecase .inner .image {
    width: 11%;
  }
}
@media only screen and (max-width: 767px) {
  .home .sec-usecase .inner .image {
    top: -14px;
    left: 2.5%;
    width: 20%;
    max-width: 100%;
  }
}
.home .sec-usecase .inner .btn {
  width: 482px;
  height: 63px;
  margin: auto;
  margin-top: 60px;
  font-size: 23px;
  text-align: center;
  line-height: 63px;
  border-radius: 30px;
  border: 2px solid #8973DB;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #8973DB;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.home .sec-usecase .inner .btn:hover {
  background: url("../img/icon_arrowB.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #fff;
}
.home .sec-usecase .inner .btn a {
  display: block;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.home .sec-usecase .inner .btn a:hover {
  color: #8973DB;
}
@media only screen and (max-width: 767px) {
  .home .sec-usecase .inner .btn {
    width: 100%;
    height: 53px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 53px;
    border-radius: 25px;
  }
}


/* PRICE */

.home .sec-price .inner .text {
  margin: 30px auto 40px;
  width: 75%;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .inner .text {
    margin: 15px auto 20px;
  }
}

.home .sec-price {
  width: 100%;
  margin: 85px auto 100px;
  padding: 0;
}

.home .sec-price .sub-head {
  padding-top: 75px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 1;
}
.home .sec-price .sub-head span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 49px;
  font-weight: 900;
  color: #8973DB;
  letter-spacing: 0.065em;
}

@media screen and ( width <= 768px ) {
  .home .sec-price .inner .sub-head {
    padding-top: 35px;
    font-size: 14px;
  }
  .home .sec-price .inner .sub-head span {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .home .sec-price {
    margin: 35px auto 50px;
  }
}
.home .sec-price .text {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .text {
    width: 100%;
    max-width: 100%;
    margin: 15px auto;
  }
}
.home .sec-price .text2 {
  width: auto;
  margin: 20px auto;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .text2 {
    margin: 15px auto;
  }
}
.home .sec-price .panel_area {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .panel_area {
    max-width: 100%;
  }
}
.home .sec-price .panel_area .tab_panel {
  width: 100%;
  max-width: 1000px;
  padding: 0 auto;
}
.home .sec-price .panel_area .tab_panel table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .panel_area .tab_panel table {
    border-spacing: 1px;
    width: 80%;
    margin: 0 auto 0;
  }
}
.home .sec-price .panel_area .tab_panel th,
.home .sec-price .panel_area .tab_panel td {
  height: 70px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .panel_area .tab_panel th,
  .home .sec-price .panel_area .tab_panel td {
    height: auto;
    padding: 4px;
    line-height: 1.25;
  }
}
.home .sec-price .panel_area .tab_panel th {
  width: 25%;
  max-width: 250px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.25;
}
.home .sec-price .panel_area .tab_panel th span {
  display: block;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .panel_area .tab_panel th {
    width: 21%;
    max-width: 100%;
    font-size: 14px;
  }
  .home .sec-price .panel_area .tab_panel th span {
    font-size: 20px;
  }
}
.home .sec-price .panel_area .tab_panel th.spec1 {
  background-color: #265599;
}
.home .sec-price .panel_area .tab_panel th.spec2 {
  background-color: #21C2DB;
}
.home .sec-price .panel_area .tab_panel th.spec3 {
  background-color: #8973DB;
}
.home .sec-price .panel_area .tab_panel th.spec4 {
  background-color: #326000;
}
.home .sec-price .panel_area .tab_panel td {
  width: 16%;
  max-width: 200px;
  color: #222;
  font-size: 1.5rem;
  background-color: #F4F4F4;
}
.home .sec-price .panel_area .tab_panel td.month {
  font-weight: 500;
  font-size: 1.2rem;
}
.home .sec-price .panel_area .tab_panel td.month.spec1 {
  color: #000;
}
.home .sec-price .panel_area .tab_panel td.month.spec2 {
  color: #000;
}
.home .sec-price .panel_area .tab_panel td.month.spec3 {
  color: #000;
}
.home .sec-price .panel_area .tab_panel td.month.spec4 {
  color: #326000;
}
.home .sec-price .panel_area .tab_panel td.month span.textdecoration_linethrough {
  font-family: 'Barlow', sans-serif;
  font-size: 100%;
  text-decoration: line-through;
  line-height: 1;
}
.home .sec-price .panel_area .tab_panel td.month span {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.home .sec-price .panel_area .tab_panel td.barlow {
  font-weight: 700;
}
.home .sec-price .panel_area .tab_panel td.nodata {
  background: none;
}
.home .sec-price .panel_area .tab_panel td.sub-ttl {
  color: #fff;
  font-size: 1rem;
  background: #696969;
}
.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 0.8em 0;
  padding: 5px 20px;

  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  background: #ffbc00;
  border-radius:10px;
}
.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffbc00;
}
.balloon1-top p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .panel_area .tab_panel td {
    width: 16%;
    max-width: 100%;
    color: #222;
    font-size: 15px;
    background-color: #F4F4F4;
  }
  .home .sec-price .panel_area .tab_panel td.month {
    font-weight: 700;
    font-size: 14px;
  }
  .home .sec-price .panel_area .tab_panel td.month span {
    font-size: 18px;
  }
  .home .sec-price .panel_area .tab_panel td.sub-ttl {
    font-size: 14px;
  }
  .balloon1-top {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 10px;
  }
  .balloon1-top:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffbc00;
  }
}
.home .sec-price #tab1:checked ~ .tab_area .tab1_label {
  color: #20A7E6;
  border-bottom: 8px solid #20A7E6;
}
.home .sec-price #tab1:checked ~ .panel_area #panel1 {
  display: block;
}
.home .sec-price #tab1:checked ~ .panel_area #panel1 table {
  width: 100%;
}
.home .sec-price #tab2:checked ~ .tab_area .tab2_label {
  color: #20A7E6;
  border-bottom: 8px solid #20A7E6;
}
.home .sec-price #tab2:checked ~ .panel_area #panel2 {
  display: block;
}
.home .sec-price #tab2:checked ~ .panel_area #panel2 table {
  width: 100%;
}
.home .sec-price #tab3:checked ~ .tab_area .tab2_label {
  color: #20A7E6;
  border-bottom: 8px solid #20A7E6;
}
.home .sec-price #tab3:checked ~ .panel_area #panel2 {
  display: block;
}
.home .sec-price #tab3:checked ~ .panel_area #panel2 table {
  width: 100%;
}
.home .sec-price .btn{
	width: 482px;
	height: 63px;
	margin: auto;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	line-height: 63px;
	border-radius: 31px;
	border: 2px solid #20A7E6;
	background-size: 11px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.home .sec-price #estimate{
	background: url("../img/icon_arrow.svg") no-repeat;
	background-position: right 6% center;
	background-color: #20A7E6;
}

.home .sec-price #apply{
	background: url("../img/icon_arrowB.svg") no-repeat;
	background-position: right 6% center;
	background-color: white;
}

.home .sec-price #estimate:hover{
	background: url("../img/icon_arrowB.svg") no-repeat;
	background-position: right 6% center;
	background-color: white;
}

.home .sec-price #apply:hover{
	background: url("../img/icon_arrow.svg") no-repeat;
	background-position: right 6% center;
	background-color: #20A7E6;
}
.home .sec-price .btn_title {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 53px;
  margin-top: 30px;
}
.home .sec-price #estimate a {
  	display: block;
  	color: #fff;
 	 -webkit-transition: all .4s;
  	transition: all .4s;
}
.home .sec-price #estimate a:hover {
 	color: #20A7E6;
}
.home .sec-price #apply a{
	display: block;
  	color: #20A7E6;
  	-webkit-transition: all .4s;
  	transition: all .4s;
}
.home .sec-price #apply a:hover {
 	color: white;
}
@media only screen and (max-width: 767px) {
  .home .sec-price .btn,
  .home .sec-price .btn2 {
    width: 100%;
    height: 53px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 53px;
    border-radius: 25px;
  }
}
.home .sec-price .hispec {
  margin: 25px auto 0;
  text-align: center;
}
.home .sec-price .hispec a {
  color: #222;
  text-decoration: underline;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.home .sec-price .hispec a:hover {
  color: #20A7E6;
}

.home .sec-price .inner .panel_area .note {
  text-align: right;
}



@media only screen and (max-width: 900px) {
  .home .sec-plan .inner .table-scroll {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .home .sec-plan .inner .table-scroll::-webkit-scrollbar {
    width: 15px;
    background: #eee;
  }
  .home .sec-plan .inner .table-scroll::-webkit-scrollbar:horizontal {
    height: 20px;
    background: #eee;
  }
  .home .sec-plan .inner .table-scroll::-webkit-scrollbar-thumb {
    background: #666;
  }
  .home .sec-plan .inner .table-scroll::-webkit-scrollbar-thumb:horizontal {
    background: #666;
  }
  .home .sec-plan .inner .table-scroll .sticky {
    width: 14%;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
}

/* FLOW */

.home .sec-flow {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 0 80px;
  background-color: #FAFAFA;

}
@media only screen and (max-width: 767px) {
  .home .sec-flow {
    padding: 0 0 40px;
  }
}
.home .sec-flow .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .home .sec-flow .inner {
    max-width: 100%;
    padding: 0 4%;
  }
}
.home .sec-flow .inner .sub-head {
  padding-top: 85px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 1;
}
.home .sec-flow .inner .sub-head span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 49px;
  font-weight: 900;
  color: #8973DB;
  letter-spacing: 0.065em;
}
@media only screen and (max-width: 767px) {
  .home .sec-flow .inner .sub-head {
    padding-top: 35px;
    font-size: 14px;
  }
  .home .sec-flow .inner .sub-head span {
    font-size: 24px;
  }
}
.home .sec-flow .inner .image {
  position: absolute;
  top: -35px;
  right: 3.8%;
  width: 9.9%;
  max-width: 119px;
}
@media only screen and (max-width: 767px) {
  .home .sec-flow .inner .image {
    top: -15px;
    right: 1.8%;
    width: 15%;
    max-width: 100%;
  }
}
.home .sec-flow .inner .flow-box {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 60px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .home .sec-flow .inner .flow-box {
    max-width: 100%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .sec-flow .inner .flow-box .box {
  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;
  width: 48.4%;
  height: 180px;
  max-width: 581px;
  margin-bottom: 35px;
  padding: 0 40px;
  border-radius: 3px;
  border: 3px solid #8973DB;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.11);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.11);
}
.home .sec-flow .inner .flow-box .box .step {
  width: 25%;
}
.home .sec-flow .inner .flow-box .box .step img {
  width: 95%;
  max-width: 100px;
}
.home .sec-flow .inner .flow-box .box .txt {
  width: 74%;
}
.home .sec-flow .inner .flow-box .box .txt .lead {
  font-size: 22px;
  color: #8973DB;
}
.home .sec-flow .inner .flow-box .box .txt .text {
  color: #333;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
  .home .sec-flow .inner .flow-box .box {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .home .sec-flow .inner .flow-box .box .step {
    width: 20%;
  }
  .home .sec-flow .inner .flow-box .box .step img {
    width: 95%;
    max-width: 100%;
  }
  .home .sec-flow .inner .flow-box .box .txt {
    width: 78%;
  }
  .home .sec-flow .inner .flow-box .box .txt .lead {
    font-size: 18px;
  }
  .home .sec-flow .inner .flow-box .box .txt .text {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}

.flow {
  width: 800px;
  position: relative;
  display: flex;
}

.flow li {
  padding: 0 30px 0;
}

.flow img {
  width: 100%;
}
  
.flow > li:not(:last-of-type) figure::after { 
  content: ''; 
  position: absolute; 
  top: 95px;
  left: 385px;
  display: block; 
  width: 30px; 
  height: 31px; 
  background: url("../img/quantum/arrow.svg") center no-repeat;
}
.flow > *:empty { display: none;}


@media screen and (max-width: 900px) {
  body { 
    font-size: 1.2rem;
  }
  .two > *, .flow > li { 
    width: 100%; 
  }
  .flow {
    width: 80% !important;
  }
  .flow > *:not(:last-child) {
    margin-bottom: 64px; 
  }
  .flow > *:not(:last-of-type) figure { 
    position: static; 
  }
  .flow > *:not(:last-of-type) figure::after {
    top: 103% !important;
    left: 47.5% !important;
    transform: rotate(90deg);
  }
}


/* BUTTON */
.home .sec-btn {
  width: 100%;
  padding: 0 0 120px;
}
.home .sec-btn.grey {
  background-color: #FAFAFA;
}
@media only screen and (max-width: 767px) {
  .home .sec-btn {
    margin: 0 auto 60px;
    padding: 0 4%;
  }
}
.home .sec-btn .btn_title {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 53px;
  margin-top: 30px;
}
.home .sec-btn .btn{
	width: 482px;
	height: 63px;
	margin: auto;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	line-height: 63px;
	border-radius: 31px;
    border: 2px solid #8973DB;
	/*background: url("../img/icon_arrow.svg") no-repeat;*/
	background-position: right 6% center;
    background-size: 11px;
	background-color: #8973DB;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.home .sec-btn .btn:hover {
  /*background: url("../img/icon_arrow.svg") no-repeat;*/
  background-blend-mode: multiply;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #fff;
}
.home .sec-btn a{
	display: block;
  	color: #fff;
  	-webkit-transition: all .4s;
  	transition: all .4s;
}
.home .sec-btn a:hover {
    color: #8973DB;
}




@media only screen and (max-width: 767px) {
  .home .sec-btn .btn {
    width: 100%;
    height: 53px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 53px;
    border-radius: 25px;
  }
}



/* FAQ */
.home .sec-faq {
  width: 100%;
  margin: auto;
  padding-bottom: 95px;
  background-color: #E3E5F6;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq {
    margin: 0 auto 30px;
    padding-top: 0;
  }
}
.home .sec-faq .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner {
    max-width: 100%;
    padding: 0 4%;
  }
}
.home .sec-faq .inner .sub-head-y {
  padding-top: 100px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1;
}
.home .sec-faq .inner .sub-head-y span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 49px;
  font-weight: 900;
  color: #8973DB;
  letter-spacing: 0.065em;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner .sub-head-y {
    padding-top: 35px;
    font-size: 14px;
  }
  .home .sec-faq .inner .sub-head-y span {
    font-size: 24px;
  }
}
.home .sec-faq .inner .image {
  position: absolute;
  top: -37px;
  left: 5.3%;
  width: 7.9%;
  max-width: 95px;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner .image {
    top: -17px;
    left: 10%;
    width: 12%;
    max-width: 100%;
  }
}
.home .sec-faq .inner .box-step {
  margin: 50px auto;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner .box-step {
    margin: 30px auto 50px;
    max-width: 100%;
  }
}
.home .sec-faq .inner .box-step .box {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner .box-step .box {
    margin-bottom: 15px;
  }
}
.home .sec-faq .inner .box-step .box .question {
  position: relative;
  width: 100%;
  height: 88px;
  padding-left: 35px;
  padding-right: 65px;
  font-size: 20px;
  color: #333;
  border-radius: 3px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .sec-faq .inner .box-step .box .question .barlow {
  margin-right: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #8973DB;
}
.home .sec-faq .inner .box-step .box .question::after {
  position: absolute;
  content: "＋";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  font-size: 16px;
  color: #B4B4B4;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner .box-step .box .question {
    position: relative;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 16px;
    color: #333;
  }
  .home .sec-faq .inner .box-step .box .question .barlow {
    margin-right: 20px;
    font-size: 20px;
  }
  .home .sec-faq .inner .box-step .box .question::after {
    position: absolute;
    content: "＋";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 12px;
  }
}
.home .sec-faq .inner .box-step .box .question.active::after {
  position: absolute;
  content: "−";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner .box-step .box .question.active::after {
    right: 12px;
  }
}
.home .sec-faq .inner .box-step .box .answer {
  position: relative;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 40px;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home .sec-faq .inner .box-step .box .answer .barlow {
  margin-top: -15px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 700;
  color: #92D050;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner .box-step .box .answer {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home .sec-faq .inner .box-step .box .answer .barlow {
    margin-top: -8px;
    margin-right: 20px;
    font-size: 20px;
  }
}
.home .sec-faq .inner .btn{
	width: 482px;
	height: 63px;
	margin: auto;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	line-height: 63px;
	border-radius: 31px;
	border: 2px solid #8973DB;
	background: url("../img/icon_arrowB.svg") no-repeat;
	background-position: right 6% center;
	background-color: white;
	background-size: 11px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.home .sec-faq .inner .btn:hover{
	border: 2px solid #fff;
	background: url("../img/icon_arrow.svg") no-repeat;
	background-position: right 6% center;
	background-color: #8973DB;
}
.home .sec-faq .inner .btn_title {
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 53px;
  margin-top: 30px;
}
.home .sec-faq .inner .btn a{
	display: block;
  	color: #8973DB;
  	-webkit-transition: all .4s;
  	transition: all .4s;
}
.home .sec-faq .inner .btn a:hover {
 	color: white;
}
@media only screen and (max-width: 767px) {
  .home .sec-faq .inner .btn-wh {
    width: 100%;
    height: 53px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 53px;
    border-radius: 25px;
  }
}

/* CONTACT */
.home .sec-contact {
  width: 100%;
  margin: auto;
  padding: 0 0 90px;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact {
    padding: 0 0 50px;
  }
}
.home .sec-contact .inner {
  width: 100%;
  max-width: 930px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner {
    max-width: 100%;
    padding: 0 4%;
  }
}
.home .sec-contact .inner .sub-head {
  padding-top: 150px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 1;
}
.home .sec-contact .inner .sub-head span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 49px;
  font-weight: 900;
  color: #8973DB;
  letter-spacing: 0.065em;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner .sub-head {
    font-size: 14px;
  }
  .home .sec-contact .inner .sub-head span {
    font-size: 24px;
  }
}
.home .sec-contact .inner .text {
  margin: 30px auto 50px;
  color: #333;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner .text {
    margin: 20px auto 30px;
  }
}
.home .sec-contact .inner .formTable {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 10px;
  line-height: 0.5;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner .formTable {
    max-width: 100%;
  }
}
.home .sec-contact .inner .formTable tr {
  margin-bottom: 30px;
  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;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner .formTable tr {
    display: block;
    line-height: 0.2;
  }
}
.home .sec-contact .inner .formTable td {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 48.3%;
  max-width: 450px;
}
.home .sec-contact .inner .formTable td .item {
  margin-bottom: 15px;
  font-size: 16px;
  color: #222;
}
.home .sec-contact .inner .formTable td .item span {
  padding-left: 10px;
  color: #f00;
}
.home .sec-contact .inner .formTable td.comment {
  width: 100%;
  max-width: 930px;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner .formTable td {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .home .sec-contact .inner .formTable td .item {
    margin-bottom: 10px;
  }
  .home .sec-contact .inner .formTable td.comment {
    width: 100%;
    max-width: 100%;
  }
}
.home .sec-contact .inner .formTable input[type="text"],
.home .sec-contact .inner .formTable textarea {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  background-color: #EFEFEF;
  font-size: 1rem;
}
.home .sec-contact .inner .formTable textarea {
  width: 100%;
  height: 200px;
}
.home .sec-contact .inner input[type="submit"],
.home .sec-contact .inner input[type="reset"] {
  display: block;
  margin: auto;
}
.home .sec-contact .inner label {
  position: absolute;
  bottom: -32px;
  left: 5px;
}
.home .sec-contact .inner label.error {
  padding: 1px 7px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background-color: #f77;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner label {
    bottom: -28px;
  }
  .home .sec-contact .inner label.error {
    font-size: 12px;
  }
}
.home .sec-contact .inner .btn-submit {
  border-style: none;
  width: 100%;
  max-width: 370px;
  height: 63px;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 63px;
  border-radius: 30px;
  border: 2px solid #8973DB;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #8973DB;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.home .sec-contact .inner .btn-submit:hover {
  color: #8973DB;
  background: url("../img/icon_arrowB.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner .btn-submit {
    width: 100%;
    height: 53px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 53px;
    border-radius: 25px;
  }
}
.home .sec-contact .inner .btn {
  width: 382px;
  height: 53px;
  margin: auto;
  font-size: 21px;
  text-align: center;
  line-height: 53px;
  border-radius: 26px;
  border: 2px solid #8973DB;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #8973DB;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.home .sec-contact .inner .btn:hover {
  background: url("../img/icon_arrowB.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #fff;
}
.home .sec-contact .inner .btn a {
  display: block;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.home .sec-contact .inner .btn a:hover {
  color: #8973DB;
}
@media only screen and (max-width: 767px) {
  .home .sec-contact .inner .btn {
    width: 75%;
    height: 38px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 38px;
    border-radius: 20px;
  }
}

/* 確認画面 */
#formWrap {
  width: 90%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  #formWrap {
    margin: 0 auto 50px;
    padding: 0 4%;
  }
}
#formWrap .certify_title {
  margin: -50px auto 10px;
  text-align: center;
  font-size: 30px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  #formWrap .certify_title {
    margin: -30px auto 10px;
    font-size: 20px;
  }
}
#formWrap .certify_text {
  text-align: center;
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  #formWrap .certify_text {
    font-size: 14px;
  }
}
#formWrap .formTable-certify {
  margin: 25px auto 0;
  min-width: 500px;
  max-width: 900px;
}
@media only screen and (max-width: 767px) {
  #formWrap .formTable-certify {
    margin: 15px auto 0;
    min-width: 100%;
    max-width: 100%;
  }
}
#formWrap .formTable-certify tr {
  margin-bottom: 20px;
  display: block;
}
#formWrap .formTable-certify td {
  display: block;
  width: 100%;
  max-width: 100%;
}
#formWrap .formTable-certify td .item {
  margin-bottom: 15px;
  font-size: 16px;
  color: #222;
}
#formWrap .certify-center {
  width: 100%;
  max-width: 500px;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #formWrap .certify-center {
    max-width: 100%;
    margin: 25px auto 0;
    display: block;
  }
}
#formWrap input[type="submit"],
#formWrap input[type="button"] {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #formWrap input[type="submit"],
  #formWrap input[type="button"] {
    margin-top: 20px;
  }
}
#formWrap .btn-submit2,
#formWrap .btn-revise {
  border-style: none;
  width: 240px;
  height: 63px;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 63px;
  border-radius: 30px;
  border: 2px solid #8973DB;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #8973DB;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#formWrap .btn-submit2:hover,
#formWrap .btn-revise:hover {
  color: #8973DB;
  background: url("../img/icon_arrowB.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #formWrap .btn-submit2,
  #formWrap .btn-revise {
    border-style: none;
    width: 240px;
    height: 53px;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 53px;
    border-radius: 26px;
    border: 2px solid #8973DB;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-position: right 6% center;
    background-size: 8px;
    background-color: #8973DB;
  }
}
#formWrap .btn-revise {
  border: 2px solid #aaa;
  background-color: #aaa;
}
#formWrap .btn-revise:hover {
  color: #fff;
  border: 2px solid #555;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-position: right 6% center;
  background-size: 11px;
  background-color: #555;
}

/* THANKS */
.finish {
  margin: 50px auto 50px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.sma {
  display: none;
}
@media only screen and (max-width: 767px) {
  .finish {
    margin: 50px auto;
    font-size: 15px;
  }
  .sma {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */

.footer-menu {
  text-align: center;
  color: white;
  margin-top: 1.5rem;
}
.footer-menu ul {
  list-style-type: none;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li:not(:first-child) {
  margin-left: 1rem;
}
.footer-menu ul li a {
  color: white;
}


@media screen and ( max-width: 767px ) {
  h2.lead { margin: 100px auto 0 !important; }
  h2.lead > .l1 { font-size: 2.5rem; line-height: 3rem; }
  h2.lead > .l2 { font-size: 1rem; margin: 20px 0 0; }
}


/* ページ内リンク */
.destination { z-index: -10000; }
#about.destination { height: 100px; }
#usecase.destination { height: 150px; }
#price.destination { height: 50px; }
#flow.destination { height: 100px; }
#faq.destination { height: 100px; }


@media only screen and (max-width: 767px) {
  #about.destination { height: 100px; }
  #usecase.destination { height: 200px; }
  #price.destination { height: 100px; }
  #flow.destination { height: 200px; }
  #faq.destination { height: 200px; }
} 