@charset "utf-8";
/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
 
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}
 
ul {
    list-style: none;
}
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
 
a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color:#fff;
}
 
ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
 
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
 

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
 
table {
    border-spacing: 0;
    border-collapse: collapse;
}
 
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

html {
    font-size: 62.5%;
}
 
body {
    font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,sans-serif;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
}
.inner{
    width: 90%;
    margin: 0 auto;
}
.top-inner{
    background-image: url('./img/top_vis.png');
    background-size: cover;
    padding-top: 113%;
}
.top-txt02{
  text-align: right;
}
.top-txt02 h1{
  font-weight: normal;
  font-size: 12px;
}

/*---------------
     graph
-----------------*/
.graph-read p {
  font-size: 2.6vw;
  color: #fff;
  background-color: #e51c34;
  border-radius: 9px;
  display: block;
  width: 140px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.graph-read {
    margin-top: 2em;
}
.graph-read02{
  text-align: right;
}
.graph-read02 p{
  color: #4278e1;
  font-size: 14px;
}
.graph-read02 span{
  font-size: 14px;
  color: #000000;
  padding-left: 1em;
}
.graph-data{
    font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,sans-serif;
    background-color: #bfebf9;
    padding-bottom: 1em;
}
.graph-data-box{
  width: 100%;
  padding-top: 2em;
}
.graph-data-box-ttl p {
    font-size: 3.99999vw;
    padding: .625em;
}
.graph-data-box-ttl{
  width: 100%;
  background-color: #223b61;
  color: #fff;
}
.q{
  color: #f2f033;
}

.content{
  background-color: #fff;
  padding: 1.25em .625em;
}
.txt{
  font-size: 3.2vw;
  color: #fff;
  background-color: #3664d8;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  max-width: 75px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
}
.txt02{
  display: inline;
  font-size: 3.2vw;
  opacity: 0;
  vertical-align: middle;
}
.txt03{
  font-size: 3.2vw;
  color: #fff;
  background-color: #3664d8;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  max-width: 117px;
  padding: .25em 0 .25em .625em;
  text-align: left;
  vertical-align: middle;
}
.data{
    padding: .25em 0;
}
.bar{
  display: inline-block;
    max-width: 600px;
    width: 100%;
    color: white;
    padding: .5em .2em;
    background: #ec662b;
    opacity: 0;
    margin-right: .5em;
    vertical-align: middle;
  }
  
  
  .bar1{
    max-width: 10%;
  }
  .bar2{
    max-width: 26%;
  }
  .bar3{
    max-width: 48%;
  }
  .bar4{
    max-width: 13%;
  }
  .bar5{
    max-width: 1%;
  }
  .bar6{
    max-width: 0%;
  }
  .bar7{
    max-width: 2%;
  }
  .bar8{
    max-width: 27%;
  }
  .bar9{
    max-width: 48%;
  }
  .bar10{
    max-width: 13%;
  }
  .bar11{
    max-width: 22%;
  }
  .bar12{
    max-width: 40%;
  }
  .bar13{
    max-width: 0%;
  }
  .active {
    animation: bar-animation 2.5s forwards;

  }


  @keyframes bar-animation{
    0%{
      width: 0px;
      opacity: 1;
    }
    100%{
      width: 100%;
      opacity: 1;

    }
  }

    
  @keyframes peko {
    0% {
        filter: drop-shadow(0 5px 0#aaa);
        top: 0px;
    }
    10% {
        filter: drop-shadow(0 0 0 #aaa);
        top: 3px;
    }
    20% {
        filter: drop-shadow(0 5px 0 #aaa);
        top: 0px;
    }
    30% {
        filter: drop-shadow(0 0 0 #aaa);
        top: 3px;
    }
    40% {
        filter: drop-shadow(0 5px 0 #aaa);
        top: 0px;
    }
}


/*------------------ 
      contents
--------------------*/
.contents-item-ttl,.contents-item-ttl02{
  width: 100%;
  background-color: #2ba0cc;
  text-align: center;
  margin-top: 2em;
}
.contents-item-ttl03{
  width: 100%;
  background-color: #97b9c4;
  text-align: center;
}
.contents-item-ttl h2,.contents-item-ttl02 h2{
  font-size: 5.33333vw;
  color: #fff;
  padding: .625em 0;
}
.contents-item-ttl02{
    padding: .625em 0;
    margin-bottom: 2em;
}
.contents-item-ttl02 h2 {
    font-size: 6.93333vw;
    font-weight: bold;
    padding:  0;
}
.contents-item-ttl03 p{
    color: #fff;
    font-size: 5.33333vw;
    padding: .625em 0;
    font-weight: bold;
}
.contents-item-ttl02 p{
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 4.26666vw;
}
.contents-item-ttl02 span{
    font-weight: bold;
    font-size: 3.73333vw;
}
.contents-item-ttl02-inner{
    width: 78%;
    margin: 0 auto;
}
.contents-item-ttl h2 .Yellow{
  color: #f2f033;
}

.contents-item-img img{
    width: 100%;
    margin-top: 1.2em;
}
.contents-item{
    background-color: #bfebf9;
    margin-top: 1.5em;
}
.contents-item02{
    margin-top: 3.5em;
}
.contents-item-box{
    background-image: url('./img/simulator.png');
    background-size: cover;
    padding-top: 128%;
    position: relative;
}
.contents-item-box02{
    background-image: url('./img/sarvis.png');
    background-size: cover;
    padding-top: 97%;
    position: relative;

}
.mobile{
    text-align: center;
    position: absolute;
    top: 9%;
    width: 100%;
    z-index: 2;
}
.mobile img{
    width: 33%;
    margin: 0 auto;
}
.form-btn {
    position: absolute;
    top: 72%;
    width: 65%;
    left: 18%;
    margin: 0 auto;
    z-index: 2;
}
.form-btn02,.form-btn03 {
    width: 85%;
    margin: 0 auto;
    margin-top: 2em;
}
.form-btn02{
    margin-bottom: 4em;
}
.form-btn02 img,.form-btn03 img{
    width: 100%;
}
.form-btn img{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.btn,.tap{
position: relative;
}
a:hover .btn {
    animation-play-state: paused;
    filter: drop-shadow(0 0 0 #aaa);
    top: 3px;
}
.peko {
    animation: peko 2s infinite;
    filter: drop-shadow(0 5px 0 #aaa);
}
.yureru-j {
    position: absolute;
    animation: yureru-j 2s infinite;
}
.yureru-j02 {
  position: absolute;
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

/*----------------
     customer
------------------*/
.review-box{
  margin-top: 2em;
}
.customer-ttl {
    margin-top: 2.5em;
    border-bottom: 1px solid #000000;
}
.customer-ttl h2{
  font-size: 4.8vw;
}
.customer-ttl img {
    width: 100%;
    max-width: 210px;
    padding: .625em 0;
}
.icon{
  display: flex;
  align-items: center;
  margin-bottom: .625em;
}
.icon img{
    width: 50px;
    margin-right: .625em;
}
.star{
    width: 130px;
}
.icon p{
  font-size: 3.99999vw;
}

.review-txt h3{
  font-size: 3.46666vw;
  margin-bottom: .625em;
}
.review-txt p{
  font-size: 3.2vw;
}
.last-form {
    width: 90%;
    margin: 0 auto;
}


/* footer */

footer{
    background-color: #6e6e6e;
    padding: 2em 0;
    text-align: center;
    font-size: 10px;
}
.footer-link{
    display: inline-block;
    padding: 0 .99em;
}
.footer-link:nth-of-type(2) {
    border-left: 1px solid #fff;
}
/* footer */


@media screen and (min-width:319px) and (max-width:374px) { 

.txt03 {
    font-size: 3.2vw;
    color: #fff;
    background-color: #3366CC;
    border-radius: 5px;
    width: 100%;
    max-width: 90px;
    padding: .5em 0 .5em .625em;
    text-align: left;
}
}
  

/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:479px)  {

.txt{
  font-size: 14px;
}
.txt02,.txt03{
  font-size: 12px;
}
.graph-read p {
  font-size: 13px;
  border-radius: 20px;
  width: 180px;
  height: 30px;
  line-height: 30px;
}
/*----------------
     contents
------------------*/
.contents-item-ttl03 p {
    font-size: 40px;
}
/*----------------
     customer
------------------*/
.review-box{
  margin-bottom: 2em;
}
.customer-ttl h2{
  font-size: 20px;
}
.icon p{
  font-size: 18px;
}

.review-txt h3{
  font-size: 18px;
}
.review-txt p{
  font-size: 16px;
}
.contents-item02 {
    margin-top: 6.5em;
}

.contents-item-ttl h2{
  font-size: 30px;
}

footer {
    text-align: center;
    font-size: 14px;
}
}
/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1200px) {

.inner{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.inner02{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.top-txt02 h1 {
    font-size: 30px;
}
.graph-read02 span {
    font-size: 30px;
    padding-left: .5em;
}
.graph-read02 p {
    font-size: 30px;
}
.graph-data {
    padding-bottom: 2.5em;
}
.graph-read p {
  font-size: 20px;
  border-radius: 20px;
  width: 270px;
  height: 40px;
  line-height: 40px;
}
.graph-data-box {
    width: 95%;
    margin: 0 auto;
    padding-top: 3em;
}
.graph-data-box-ttl p {
    font-size: 30px;
    padding: .625em;
}
.bar {
    max-width: 600px;
    width: 100%;
    color: white;
    padding: 1em .2em;
    background: #ec662b;
    opacity: 0;
    margin-left: 16px;
    margin-right: 30px;
}
.bar1{
    max-width: 10%;
  }
  .bar2{
    max-width: 26%;
  }
  .bar3{
    max-width: 50%;
  }
  .bar4{
    max-width: 13%;
  }
  .bar5{
    max-width: 1%;
  }
  .bar6{
    max-width: 0%;
  }
  .bar7{
    max-width: 2%;
  }
  .bar8{
    max-width: 27%;
  }
  .bar9{
    max-width: 50%;
  }
  .bar10{
    max-width: 13%;
  }
  .bar11{
    max-width: 22%;
  }
  .bar12{
    max-width: 40%;
  }
  .bar13{
    max-width: 0%;
  }

  .active {
    opacity: 1;
    animation: bar-animation 2.5s forwards;

  }
  @keyframes peko {
    0% {
        filter: drop-shadow(0 5px 0#aaa);
        top: 0px;
    }
    10% {
        filter: drop-shadow(0 0 0 #aaa);
        top: 3px;
    }
    20% {
        filter: drop-shadow(0 5px 0 #aaa);
        top: 0px;
    }
    30% {
        filter: drop-shadow(0 0 0 #aaa);
        top: 3px;
    }
    40% {
        filter: drop-shadow(0 5px 0 #aaa);
        top: 0px;
    }
}


.txt{
  font-size: 30px;
  max-width: 215px;
  height: 55px;
  line-height: 55px;
}
.txt02{
  font-size: 24px;
}
.txt03 {
    font-size: 30px;
    max-width: 293px;
}
.contents-item-ttl02-inner{
    width: 100%;
    max-width: 885px;
    margin: 0 auto;
}
.contents-item {
    margin-top: 8.5em;
}
.contents-item-ttl02 p {
    font-size: 36px;
}
.contents-item-ttl02 h2 {
    font-size: 80px;
}
.mobile img{
    width: 30%;
    margin: 0 auto;
}
.form-btn {
    width: 100%;
    top: 72%;
    left: 12%;
    margin: 0 auto;
    z-index: 2;
}
.form-btn02 {
    margin-top: 7em;
    margin-bottom: 9em;
}
.form-btn03 {
    margin-top: 6em;
}
.tap-txt.yureru-j img {
    margin-left: 1.5em;
}
.form-btn img{
    width: 100%;
    margin: 0 auto;
}
.yureru-j02 {
    position: absolute;
    animation: yureru-j 2s infinite;
    left: 18%;
}
.form-btn02, .form-btn03 {
    width: 100%;
    text-align: center;
}
.btn img{
    width: 650px;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

.yureru-j03 {
    width: 43%;
    left: 28%;
}
.contents-item-ttl h2{
  font-size: 60px;
}
.contents-item-ttl02 span {
    font-weight: bold;
    font-size: 30px;
}
.customer-ttl h2 {
    font-size: 42px;
}
.contents-item-ttl03 p {
    font-size: 48px;
}
.contents-item-img img {
    margin-top: 3.2em;
}
.contents-item02 {
    padding-bottom: 4em;
}
.icon p {
    font-size: 30px;
}
.customer-ttl img {
    width: 100%;
    max-width: 435px;
    padding: .625em 0;
}
.review-txt h3 {
    font-size: 30px;
}
.review-txt p {
    font-size: 24px;
}
.star {
    width: 275px;
}
.icon{
    margin-bottom: 1.625em;
}
.icon img {
    width: 97px;
    margin-right: .9375em;
}
.review-box {
    margin-top: 3em;
}
.review-txt {
    margin-top: 1.2em;
}
}
@media only screen and (min-width: 2000px) {


.yureru-j03 {
    width: 25%;
    left: 37.5%;
}


}