html {
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
html,body {
	width: 100%;
  height: auto;
  font-size: 62.5%;
}
body {
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  font-family: YuGothic,'Yu Gothic','Avenir','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial','Terminal',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .06em;
}
body.on {
	position: fixed;
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
img {
  line-height: 1;
  font-size: 0;
  height: auto;
  max-width: 100%;
}
ul, ol, li {
  list-style: none;
}
a {
  color: rgba(9, 113, 186, 1);
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  cursor:pointer;
}
a:hover {
  color: rgba(9, 113, 186, .6);
  text-decoration: none;
}
*:focus {
  outline: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button:focus {
  outline: none;
}
br.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: block;
  }
}

.button {
  margin-bottom: 0;
}
.button button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  padding: 1.5rem 2.4rem;
  line-height: 1;
  letter-spacing: .07em;
  font-size: 1.6rem;
  font-weight: 600;
  background: rgba(9, 113, 186, 1);
  border-radius: .6rem;
  color: rgba(255, 255, 255, 1);
}
@media screen and (min-width: 768px) {
  .button button {
    padding: 2.7rem 3rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .button button {
    padding: 2.7rem 5rem;
  }
}
.button button.disable {
  pointer-events: none;
  color: rgba(255, 255, 255, .3);
  background: rgba(9, 113, 186, .3);
}
.button button .mask {
  overflow: hidden;
  position: relative;
  display:block
}
.button button .mask > span {
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.button button .mask > span:last-child {
  position: absolute;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button button:hover span:first-child {
  -webkit-transform: translate3d(0, -100%, 0);
  transform:translate3d(0, -100%, 0);
}
.button button:hover span:last-child {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#svgs {
  display: none;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;  
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .9);
  z-index: -1;
  opacity: 0;
  transition: opacity .3s;
  will-change: opacity;
}
header.show::before {
  opacity: 1;
}
header .inner {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.5rem;
}
@media screen and (min-width:992px) {
  header .inner {
    padding-left: 3rem;
  }
}
header .logo {
  margin-bottom: 0;
}
header .logo svg {
  height: 2.6rem;
  width: auto;
  fill: #0971ba;
}
@media screen and (min-width:768px) {
  header .logo svg {
    height: 4rem;
  }
}
header .navi {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
header .navi .btn {
  display: flex;
  padding: 0;
  border: none;
}
header .navi .btn button {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 1rem 1rem .5rem;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 7rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
}
@media screen and (min-width:768px) {
  header .navi .btn button {
    padding: 2rem 2rem 1rem;
    font-size: 1.4rem;
    height: 10rem;
  }
}
header .navi .btn.trial button {
  background-color: #2e59a4;
  border-color: #2e59a4;
}
header .navi .btn.request button {
  background-color: #dc0508;
  border-color: #dc0508;
}
header .navi .btn button i {
	display:block;
	font-size:2.4rem;
	margin-bottom: .6rem;
}
@media screen and (min-width:992px) {
  header .navi .btn button i {
  	margin-bottom: 1rem;
  }
}
.hero {
  position: relative;
  height: auto;
  margin-bottom: 30vw;
}
@media screen and (min-width:992px) {
  .hero {
    height: 100vh;
    margin-bottom: 0;
  }
}
.hero .introduction .content {
  position: static;
  width: 75%;
  max-width: none;
  margin: 0 auto;
  padding-bottom: 16vw;
  height: auto;
  box-sizing: border-box;
  display: block;
  z-index: 1;
  overflow: visible;
}
@media screen and (min-width:768px) {
  .hero .introduction .content {
    width: 39%;
  }
}
@media screen and (min-width:992px) {
  .hero .introduction .content {
    position: absolute;
    width: auto;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    padding-bottom: 0;
  }
}
.hero .introduction .content header {
  position: static;
}
.hero .introduction .content header .title {
  font-feature-settings: "palt";
  color: #1C2438;
  font-size: 3.7vw;
  font-weight: 900;
  text-shadow: none;
}
@media screen and (min-width:768px) {
  .hero .introduction .content header .title {
    font-size: 2.1vw;
  }
}
@media screen and (min-width:992px) {
  .hero .introduction .content header .title {
    font-size: 1.2vw;
  }
}
.hero .introduction .content header .name {
  padding-top: 1.3rem;
}
@media screen and (min-width:992px) {
  .hero .introduction .content header .name {
    padding-top: 2rem;
  }
}
.hero .introduction .content header .name svg {
  fill: #0971ba;
  width: 67vw;
}
@media screen and (min-width:768px) {
  .hero .introduction .content header .name svg {
    width: 36vw;
  }
}
@media screen and (min-width:992px) {
  .hero .introduction .content header .name svg {
    width: 26vw;
  }
}
.hero .introduction .content .body {
  padding-top: 2rem;
}
@media screen and (min-width:992px) {
  .hero .introduction .content .body {
    padding-top: 4rem;
  }
}
.hero .introduction .content .body h1 {
  font-feature-settings: "palt";
  margin: 0 auto;
  padding-top: 1vw;
  font-size: 4.6vw;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.475;
  width: 100%;
  max-width: none;
  text-shadow: none;
  color: #1c2438;
}
@media screen and (min-width:768px) {
  .hero .introduction .content .body h1 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width:992px) {
  .hero .introduction .content .body h1 {
    font-size: 1.8vw;
  }
}
.hero .introduction .content footer {
  margin-top: 4vw;
  background: transparent !important;
  display: flex;
  justify-content: center;
}
.hero .introduction .release {
  position: static;
  text-align: center;
  padding: 16rem 0 6rem;
  overflow: hidden;
}
@media screen and (min-width:992px) {
  .hero .introduction .release,
  .hero .copy .release {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    padding: 0;
  }
}
.hero .introduction .release svg {
  fill: #0971ba;
  height: 63vw;
  width: auto;
}
@media screen and (min-width:768px) {
  .hero .introduction .release svg {
    height: 45vw;
  }
}
@media screen and (min-width:992px) {
  .hero .introduction .release svg,
  .hero .copy .release svg {
    height: 30vw;
  }
}
.hero .copy {
  display: none;
  /*background: linear-gradient(180deg, #00D4A9 0%, rgba(255, 255, 255, 0) 94.34%), #0971ba;*/ 
}
@media screen and (min-width:992px) {
  .hero .copy {
    display: block;
    background-color: #0971ba;
    overflow: hidden;
  }
}
.hero .copy .release svg {
  fill: #fff;
}
.hero .scroll {
  display: inline-block;
  color: #1c2438;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9rem;
  z-index: 2;
  padding: 1rem 1rem 9.6rem;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
}
.hero .scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: .1rem;
  height: 8.6rem;
  background: #0971ba;
  animation: hero-scroll 1.5s cubic-bezier(1,0,0,1) infinite;
}
@keyframes hero-scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.prologue {
  overflow-x: hidden;
  opacity: 0;
  transition: opacity .3s ease-out;
}
@media screen and (min-width:992px) {
  .prologue {
    padding-top: 19.5rem;
  }
}
.prologue.show {
  opacity: 1;
}
.prologue .description {
  position: relative;
  margin: 0;
  text-align: center;
}
@media screen and (min-width:992px) {
  .prologue .description {
    max-width: 100rem;
    margin: 0 auto;
  }
}
@media screen and (min-width:992px) {
  .prologue .description::before {
    content: '';
    position: absolute;
    width: 810px;
    height: 100%;
    background: url("../images/home/description.png") no-repeat;
    background-size: 810px;
    right: 0;
    transform: translateX(50%);
    z-index: -10;
  }
}
.prologue .description header {
  position: static;
  z-index: 1;
}
.prologue .description header h2 {
  color: #0971ba;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media screen and (min-width:992px) {
  .prologue .description header h2 {
    font-size: 3.8rem;
    margin-bottom: 3rem;
    text-align: left;
  }
}
.prologue .description .body {
  margin-bottom: 4rem;
}
.prologue .description .body p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width:992px) {
  .prologue .description .body p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.prologue .description .footer {
  margin: 0 auto;
}
@media screen and (min-width:992px) {
  .prologue .description .footer {
    display: none;
  }
}
.prologue .description .footer img {
  width: 90%;
}

.feature {
  position: relative;
  padding-top: 14rem;
}
@media screen and (min-width:992px) {
  .feature {
    padding-top: 20rem;
  }
}
.feature h2 {
  position: relative;
  color: #0971ba;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width:992px) {
  .feature h2 {
    font-size: 2.9vw;
    margin-bottom: 9rem;
  }
}
.feature h2 .mask {
  display: inline-block;
  overflow: hidden;
}
.feature h2 .mask > span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
.feature h2.show .mask > span {
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.feature h2 .mask span svg {
  fill: #0971ba;
  width: 36vw;
  height: auto;
  margin-right: .4rem;
}
@media screen and (min-width:768px) {
  .feature h2 .mask span svg {
    width: 16vw;
  }
}
@media screen and (min-width:992px) {
  .feature h2 .mask span svg {
    width: 13vw;
    margin-right: .8rem;
  }
}
.feature .item {
  padding: 0 0 4rem;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 15);
  transition: all .65s ease-in-out;
  will-change: transform, opacity;
}
@media screen and (min-width:768px) {
  .feature .item {
    padding: 0;
  }
  .feature .item:nth-of-type(1) {
    transition-delay : .2s;
  }
  .feature .item:nth-of-type(2) {
    transition-delay : .3s;
  }
  .feature .item:nth-of-type(3) {
    transition-delay : .4s;
  }
}
.feature .item.show {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.feature .item .thumbnail {
  padding: 0;
}
@media screen and (min-width:768px) {
  .feature .item .thumbnail {
    padding: 0 1.5rem;
  }
}
.feature .item .thumbnail img {
  border-radius: 0;
}
@media screen and (min-width:768px) {
  .feature .item .thumbnail img {
    border-radius: .6rem;
  }
}
.feature .item .contents {
  box-sizing: border-box;
  background: #fff;
  padding: 1.6rem 1.5rem 0;
  color: #1c2438;
}
@media screen and (min-width:992px) {
  .feature .item .contents {
    padding: 3.2rem 1.6rem;
  }
}
.feature .item .contents .title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .feature .item .contents .title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width:992px) {
  .feature .item .contents .title {
    font-size: 1.09375vw;
  }
}
.feature .item .contents .content {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media screen and (min-width:992px) {
  .feature .item .contents .content {
    margin-top: 1.6rem;
    font-size: 0.8333vw;
    line-height: 1.6;
  }
}

.casestudy {
  position: relative;
  margin-top: 9rem;
  padding: 3rem 0;
  background: #f8f6f7;
}
@media screen and (min-width:992px) {
  .casestudy {
    margin-top: 15rem;
    padding: 6rem 0;
  }
}
.casestudy h2 {
  color: #0971ba;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width:992px) {
  .casestudy h2 {
    font-size: 2.9vw;
  }
}
.casestudy h2 .mask {
  display: inline-block;
  overflow: hidden;
}
.casestudy h2 .mask > span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
.casestudy h2.show .mask > span {
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.casestudy .read {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (min-width:992px) {
  .casestudy .read {
    font-size: 1.8rem;
    margin-bottom: 9rem;
    line-height: 2;
  }
}
.casestudy .read .mask {
  display: inline-block;
  overflow: hidden;
}
.casestudy .read .mask > span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
.casestudy .read.show .mask > span {
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.casestudy .item {
  padding-left: .5rem !important;
  padding-right: .5rem!important;
}
@media screen and (min-width: 768px) {
  .casestudy .item {
    padding-left: 1rem !important;
    padding-right: 1rem!important;
  }
}
.casestudy .item:nth-of-type(1),
.casestudy .item:nth-of-type(5),
.casestudy .item:nth-of-type(9) {
  padding-left: 1.5rem !important;
}
.casestudy .item .thumbnail {
  border-radius: .6rem;
  background: #fff;
  text-align: center;
}

.point {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .point {
    margin-top: 10rem;
  }
}
.point h2 {
  color: #0971ba;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width:992px) {
  .point h2 {
    font-size: 2.9vw;
    margin-bottom: 0;
  }
}
.point h2 .mask {
  display: inline-block;
  overflow: hidden;
}
.point h2 .mask > span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
.point h2.show .mask > span {
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.point h2 svg {
  fill: #0971ba;
  width: 36vw;
  height: auto;
  margin-right: .4rem;
}
@media screen and (min-width:768px) {
  .point h2 svg {
    width: 16vw;
  }
}
@media screen and (min-width:992px) {
  .point h2 svg {
    width: 13vw;
    margin-right: .8rem;
  }
}
.point h2 .number {
  font-size: 9vw;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .point h2 .number {
    font-size: 6vw;
  }
}
.point h2 .number .mask {
  display: inline-block;
  overflow: hidden;
}
.point h2 .number .mask > span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
.point h2.show .number .mask > span {
  transition: transform .5s ease-in-out .4s, -webkit-transform .5s ease-in-out .4s;
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
}

.point .sticky {
  position: relative;
  height: auto;
}
@media (-ms-high-contrast: none) {
  .point .sticky {
    height: 200vh;
  }
}
@media screen and (min-width: 768px) {
  .point .sticky, .point .sticky .content {
    position: relative;
    height: 400vh;
  }
}
.point .sticky .content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .point .sticky .content {
    height: 100vh;
  }
}
.point .sticky .content .inner {
  position: relative;
  width: 100%;
}

.point .sticky .content .inner .list {
  overflow: visible;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
  }
}
.point .sticky .content .inner .list .content {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin-top: 8rem;
  will-change:transform, opacity
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content {
    position: absolute;
    top: 0;
    height: 100vh;
    margin-top: 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;
  }
}
@media (-ms-high-contrast: none) {
  .point .sticky .content .inner .list .content {
    left: 0;
    width:100%
  }
}
.point .sticky .content .inner .list .content.current {
  z-index:1
}
.point .sticky .content .inner .list .content .inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 1.5rem;
  
}
@media screen and (min-width: 992px) {
  .point .sticky .content .inner .list .content .inner {
    max-width: 140rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content .inner {
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
}
@media (-ms-high-contrast: none) {
  .point .sticky .content .inner .list .content .inner {
    justify-content: center;
    margin: 0;
  }
}
.point .sticky .content .inner .list .content .inner > div {
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content .inner > div {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.point .sticky .content .inner .list .content .inner-04 {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.point .sticky .content .inner .list .content .inner-04 > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction:column-reverse
}
.point .sticky .content .inner .list .content .app {
  position: relative;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  opacity: 1;
  
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content .app {
    width: 55.75vw;
    margin: 0 4.375vw 0 0;
  }
}
@media screen and (min-width: 992px) {
  .point .sticky .content .inner .list .content .app {
    width: 50.75vw;
    margin: 0 6.375vw 0 0;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .point .sticky .content .inner .list .content .app {
    max-width: 100%;
    width: 71.4rem;
    margin: 0 6rem 0;
    opacity: 0;
  }
}
.point .sticky .content .inner .list .content.current .app {
  opacity: 1;
}
.point .sticky .content .inner .list .content .app img {
  width: 100%;
  height: auto
}
.point .sticky .content .inner .list .content .app .frame {
  z-index:1
}
.point .sticky .content .inner .list .content .app .screen {
  position: absolute;
  top: 0;
  left: 50%;
  width: 82%;
  margin: 2% 0 0 1%;
  opacity: 1;
  z-index: -1;
  -webkit-transform: translate3d(-50%, -0.2rem, 0);
  transform: translate3d(-50%, -0.2rem, 0);
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content .app .screen {
    margin: 1.6% 0 0 1%;
  }
}
.point .sticky .content .inner .list .content.current .app .screen {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
}
.point .sticky .content .inner .list .content .app video {
  position: absolute;
  top: 0;
  left: 54%;
  width: auto;
  height: 94.2%;
  padding: 5% 0 4.3%;
  background-color: #000;
  opacity: 1;
  z-index: -1;
  -webkit-transform: translate3d(-54%, -0.2rem, 0);
  transform: translate3d(-54%, -0.2rem, 0);
}
.point .sticky .content .inner .list .content.current .app video {
  opacity: 1;
  -webkit-transform: translate3d(-54%, 0, 0);
  transform: translate3d(-54%, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.point .sticky .content .inner .list .content .app .screen-04 {
  opacity: 1;
}
.point .sticky .content .inner .list .content .desc {
  max-width: 100%;
  width: 100%;
  margin-top: 3.5rem;
  -webkit-transform: translate3d(0, -1rem, 0);
  transform: translate3d(0, -1rem, 0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content .desc {
    margin-top: 0;
    width: 40vw;
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .point .sticky .content .inner .list .content .desc {
    width: 29.375vw;
  }
}
@media screen and (min-width: 1200px) {
  .point .sticky .content .inner .list .content .desc {
    width: 31rem;
  }
}
.point .sticky .content .inner .list .content.current .desc {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.point .sticky .content .inner .list .content .desc .title {
  line-height: 3.2rem;
  font-size: 1.9rem;
  font-weight: 700;
  text-align:center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content .desc .title {
    line-height: 4.2rem;
    font-size: 2.8rem;
    text-align: left;
  }
}
.point .sticky .content .inner .list .content .desc .text {
  line-height: 2.6rem;
  font-size: 1.3rem;
  letter-spacing: .1em;
  margin-top: 2rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content .desc .text {
    line-height: 3.2rem;
    margin-top: 3.2rem;
  }
}
.point .sticky .content .inner .list .content .desc dl {
  font-size: 1.3rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .content .desc dl {
    line-height: 3.2rem;
  }
}
.point .sticky .content .inner .list .bar {
  display: none;
}
@media screen and (min-width: 768px) {
  .point .sticky .content .inner .list .bar {
    display: block;
    position: absolute;
    bottom: 5%;
    max-width: 89.4rem;
    width: 100%;
    height: .2rem;
    margin: 10.5rem auto 0;
    padding: 0 8rem;
    background: rgba(0, 0, 0, .1);
  }
}
@media (-ms-high-contrast: none) {
  .point .sticky .content .inner .list .bar {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform:translate3d(-50%, 0, 0)
  }
}
.point .sticky .content .inner .list .bar:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 29.8rem;
  height: .4rem;
  background: #0971ba;
  border-radius: 2rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: .5s;
  transition: .5s;
}
.point .sticky .content .inner .list .bar-02:before {
  -webkit-transform: translate3d(29.8rem, 0, 0);
  transform:translate3d(29.8rem, 0, 0)
}
@media (-ms-high-contrast: none) {
  .point .sticky .content .inner .list .bar-02:before {
    -webkit-transform: translate3d(29.8rem, 0, 0);
    transform:translate3d(29.8rem, 0, 0)
  }
}
.point .sticky .content .inner .list .bar-03:before {
  -webkit-transform: translate3d(59.6rem, 0, 0);
  transform:translate3d(59.6rem, 0, 0)
}
@media (-ms-high-contrast: none) {
  .point .sticky .content .inner .list .bar-03:before {
    -webkit-transform: translate3d(59.6rem, 0, 0);
    transform: translate3d(59.6rem, 0, 0)
  }
}

.experience {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .experience {
    margin-top: 10rem;
  }
}
.experience h2 {
  color: #0971ba;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width:992px) {
  .experience h2 {
    font-size: 2.9vw;
    margin-bottom: 9rem;
  }
}
.experience h2 .mask {
  display: inline-block;
  overflow: hidden;
}
.experience h2 .mask > span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
.experience h2.show .mask > span {
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.experience .app {
  display:flex;
  flex-flow: column;
  align-items: center;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
.experience .app.show {
  opacity: 1;
}
.experience .app h2 {
  line-height: 3.6rem;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #1c2438;
  margin-bottom: 0;
  will-change: transform,opacity;
}
@media screen and (min-width: 768px) {
  .experience .app h2 {
    line-height: 5.2rem;
    font-size: 2.8rem;
  }
}
.experience .app .icon {
  width: 7rem;
  height: 7rem;
  margin: 4rem auto 0;
  will-change: transform, opacity;
}
@media screen and (min-width: 768px) {
  .experience .app .icon {
    width: 12.1rem;
    height: 12.1rem;
    margin: 5.5rem auto 0;
  }
}
.experience .app .icon img {
  border: .1rem solid #d5d5d6;
  border-radius: 1.5rem;
    
}
@media screen and (min-width: 768px) {
  .experience .app .icon img {
    border: .2rem solid #d5d5d6;
    border-radius: 1.6rem; 
  }
}
.experience .app .desc {
  margin-top: 2.4rem;
  letter-spacing: .04em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  will-change:transform, opacity;
}
@media screen and (min-width: 768px) {
  .experience .app .desc {
    font-size: 1.6rem;
  }
}
.experience .app .support {
  margin-top: 3rem;
  font-size: 1.2rem;
  letter-spacing: .13em;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .experience .app .support {
    font-size: 1.4rem;
  }
}
.experience .app .support span {
  font-weight: 300;
}
.experience .app .browsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}
.experience .app .browsers .item,
.experience .app .browsers .item a {
  width: auto;
  height: 3.5rem;
}
.experience .app .browsers .item:last-child {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .experience .app .browsers .item:last-child {
    margin-left: 1.6rem;
  }
}
.experience .app .browsers .item a {
  width: auto;
  height: auto;
}

.experience .app .browsers .item a:hover {
  opacity:.5
}
.experience .app .browsers .item a img {
  width: 11.8rem;
  height: 3.5rem;
}
@media screen and (min-width: 768px) {
  .experience .app .browsers .item a img {
    width: 16rem;
    height: 4.73373rem;
  }
}
.experience .app .button {
  margin: 2rem auto 0;
  will-change:transform, opacity;
}
@media screen and (min-width: 768px) {
  .experience .app .button {
    margin: 7.6rem auto 0;
  }
}

.experience .contact {
  opacity: 0;
  margin-bottom: 9rem;
  transition: opacity .5s ease-in-out;
}
@media screen and (min-width: 992px) {
  .experience .contact {
    margin-bottom: 0;
  }
}
.experience .contact.show {
  opacity: 1;
}
.experience .contact form {
  width: 100%;
  background: #f4f5f7;
  border-radius: .6rem;
  box-sizing: border-box;
  padding: 2em;
  font-size: 1.4rem;
  font-weight: 500;
}
.experience .contact form header {
  position: static;
  font-weight: bold;
  margin-bottom: 1em;
}
.experience .contact form .group {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1em;
  background: #fff;
  padding: 0 1em;
  border-radius: .6rem;
  display: block;
}
@media screen and (min-width: 992px) {
  .experience .contact form .group {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.experience .contact form .group label {
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  color: #0971ba;
  font-weight: bold;
  padding: 1em 0.5em 0 0;
  margin-right: 0;
  border-right: none;
  line-height: 1.5em;
  display: block;
}
@media screen and (min-width: 992px) {
  .experience .contact form .group label {
    width: 50%;
    padding: 1em 0.5em 1em 0;
    margin-right: 0.5em;
    border-right: .1rem solid #f4f5f7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .experience .contact form .group label .require {
    display: block;
  }
}
.experience .contact form .group .validation {
  position: absolute;
  cursor: pointer;
  display: inline-table;
  top: 0;
  left: 70%;
  margin:0;
  padding:0;
  transform: translateX(-70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
  will-change: opacity;
}
@media screen and (min-width: 992px) {
  .experience .contact form .group .validation {
    top: -2.3em;
  }
}
.experience .contact form .group .validation.show {
  opacity: 1;
}
.experience .contact form .group .validation .description {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #fff;
    border-radius: .5rem;
    background: #000;
    width: auto;
    display: inline-block;
    
}
.experience .contact form .group .validation .description::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: .7rem solid transparent;
    border-top: .7rem solid #000;
    margin-left: -.7rem;
}
.experience .contact form .group label .require {
  background: #0971ba;
  font-size: 0.65em;
  color: #fff;
  padding: 0.2em 0.6em;
  text-align: center;
  border-radius: .4rem;
  white-space: nowrap;
  display: inline-block;
  margin-left: 0.6em;
}
.experience .contact form .group input:not([type="radio"]):not([type="checkbox"]) {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .experience .contact form .group input:not([type="radio"]):not([type="checkbox"]) {
    margin-bottom: 0;
  }
}
.experience .contact form .group .radio-group {
  width: 100%;
  padding: 1em 0;
}
.experience .contact form .group .radio-group .form-check-input {
  margin-top: .8rem;
}
.experience .contact form .group .radio-group .form-check-label {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.25em 0 0.25em .6em;
  color: #1C2438;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  min-height: auto;
  border-right: none;
}
.experience .contact form .group .form-check #agree {
  margin-top: 1.2em;
}
.experience .contact form .group .form-check .agree {
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 1em 0.6em;
  color: #1C2438;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  min-height: auto;
  border-right: none;
}
.experience .contact form .button {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.experience .contact .note {
  font-size: 1.2rem;
  margin: 2rem 0;
}
.experience .contact .note button {
  text-decoration: underline;
}
.experience .contact .note button:hover {
  text-decoration: none;
}

footer {
  background: #0971ba;
  color: #fff;
  margin-top: 14rem;
}
@media screen and (min-width: 992px) {
  footer {
    margin-top: 23rem;
  }
}
footer .logo {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  footer .logo {
   padding: 9rem 0;
} 
}
footer .logo svg {
  fill: #fff;
  width: 28vw;
}
@media screen and (min-width: 768px) {
  footer .logo svg {
    width: 17vw;
  }
}
footer .navi {
  margin-bottom: 1rem;
  font-size: 1rem;
  padding: 0;
}
footer .navi li {
  display: inline-block;
  padding: 0 .5rem;
  line-height: 1;
}
footer .navi li:first-child {
  border-right: #ccc .1rem solid;
}
footer .navi li a,
footer .navi li button {
  color: rgba(255, 255, 255, 1);
}
footer .navi li a:hover,
footer .navi li button:hover {
  color: rgba(255, 255, 255, .6);
}
footer .copyright {
  font-size: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    padding-bottom: 1.6rem;
  }
}

@keyframes spin {
  100% {
    transform:rotate(360deg)
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  will-change: opacity;
}
.preloader.show {
  opacity: 1;
}
.preloader .spin .inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  animation: spin 1s steps(12,end) infinite;
}
.preloader .spin {
  display: inline-block;
  vertical-align: middle;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 0;
  position: relative;
  color: #fff;
}
.preloader .spin .inner .line {
  display: block;
  width: 10%;
  height: 25%;
  border-radius: 10rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center 200%;
}
.preloader .spin .inner .line:nth-child(1) {
  transform: translate(-50%,-200%) rotate(0deg);
  opacity: .27;
}
.preloader .spin .inner .line:nth-child(2) {
  transform: translate(-50%,-200%) rotate(30deg);
  opacity: .32272727;
}
.preloader .spin .inner .line:nth-child(3) {
  transform: translate(-50%,-200%) rotate(60deg);
  opacity: .37545455;
}
.preloader .spin .inner .line:nth-child(4) {
  transform: translate(-50%,-200%) rotate(90deg);
  opacity: .42818182;
}
.preloader .spin .inner .line:nth-child(5) {
  transform: translate(-50%,-200%) rotate(120deg);
  opacity: .48090909;
}
.preloader .spin .inner .line:nth-child(6) {
  transform: translate(-50%,-200%) rotate(150deg);
  opacity: .53363636;
}
.preloader .spin .inner .line:nth-child(7) {
  transform: translate(-50%,-200%) rotate(180deg);
  opacity: .58636364;
}
.preloader .spin .inner .line:nth-child(8) {
  transform: translate(-50%,-200%) rotate(210deg);
  opacity: .63909091;
}
.preloader .spin .inner .line:nth-child(9) {
  transform: translate(-50%,-200%) rotate(240deg);
  opacity: .69181818;
}
.preloader .spin .inner .line:nth-child(10) {
  transform: translate(-50%,-200%) rotate(270deg);
  opacity: .74454545;
}
.preloader .spin .inner .line:nth-child(11) {
  transform: translate(-50%,-200%) rotate(300deg);
  opacity: .79727273;
}
.preloader .spin .inner .line:nth-child(12) {
  transform: translate(-50%,-200%) rotate(330deg);
  opacity: .85;
}

@keyframes close {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
  49% {
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    opacity:1;
  }
  50% {
    opacity:0;
  }
  51% {
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
  }
  52% {
    opacity:1;
  }
  to {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}
.modal {
  padding: 0 0 16vw;
  font-size: 2.6vw;
  line-height: 1.6;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: block;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  transform: translate3d(0, 100%, 0);
  transition: transform .4s ease;
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 0 0 8rem;
    font-size: 1.6rem;
  }
}
.modal.show {
  transform: translate3d(0, 0, 0);
}
.modal .close {
  position: sticky;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  width: 16%;
  height: 8rem;
  margin-left: auto;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .modal .close {
    width: 13%;
  }
}
@media screen and (min-width: 768px) {
  .modal .close {
    width: 11%;
    height: 10rem;
  }
}
@media screen and (min-width: 992px) {
  .modal .close {
    height: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal .close {
    width: 7%;
  }
}
.modal .close button {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.modal .close button .inner {
  width: 4rem;
  height: .2rem;
  overflow: hidden;
  position: absolute;
  display: block;
}
@media screen and (min-width: 576px) {
  .modal .close button .inner {
    width: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .modal .close button .inner {
    width: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .modal .close button .inner {
    width: 7rem;
  }
}
.modal .close button .inner:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close button .inner:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close button .inner .line {
  height: 100%;
  width: 100%;
  background-color: #d8072f;
  display: block;
}
.modal .close button:hover .inner .line {
  animation-name: close;
}
.modal .close button:hover .inner .line:first-of-type {
  animation-duration:.6s;
  animation-timing-function:cubic-bezier(.77,0,.175,1);
}
.modal .close button:hover .inner .line:last-of-type {
  animation-duration:.7s;
  animation-timing-function:cubic-bezier(.77,0,.175,1);
}

#privacy header {
  position: static;
}
#privacy header h2 {
  font-size: 5vw;
  font-weight: bold;
  margin: 0 0 1.4em;
}
@media screen and (min-width: 768px) {
  #privacy header h2 {
    font-size: 4.5rem;
    margin: 2.8em 0;
  }
}
#privacy .read {
  margin: 4em 0;
}
#privacy .read h3 {
  font-size: 4vw;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #privacy .read h3 {
    font-size: 2.4rem;
  }
}
#privacy .read ul {
  margin: 2em 0;
}
#privacy .read ul li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 2em;
}
#privacy .read ul li::before {
  content: "\02014";
  position: absolute;
  top: 0;
  left: 0;
}
#privacy .read ul li .asterisk {
  font-size: 0.85em;
  margin-top: 0.5em;
}
.agreement .inner_ul dt.legal {
  margin-top: 2em;
}

#privacy .read ul.number {
  margin: 0 0 2em;
  padding-left: 2em;
}
#privacy .read ul.number > li {
  list-style-type: decimal;
  padding-left: 1em;
  margin-bottom: 1em;
}
#privacy .read ul.number > li::before {
  content: "";
}
#privacy .read ul.brackets {
  margin-top: 2em;
}
#privacy .read ul.brackets > li:nth-of-type(1):before {
  content: '1)';
  position: absolute;
  left: 0;
  top: 0;
}
#privacy .read ul.brackets > li:nth-of-type(2):before {
  content: '2)';
  position: absolute;
  left: 0;
  top: 0;
}
#privacy .read ul.brackets > li dd {
  margin-top: 0.25em;
}
#privacy .date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 6rem;
}
#privacy .date .updated {
  margin-left: 2em;
}

#thanks header {
  position: static;
}
#thanks header h2 {
  font-size: 5vw;
  font-weight: bold;
  margin: 2.8em 0 1.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #thanks header h2 {
    font-size: 4.5rem;
    margin: 2.8em 0;
  }
}
#thanks header p {
  text-align: center;
}
#thanks .read {
  margin-top: 4em;
  padding-left: 0;
  padding-right: 0;
}

#error header {
  position: static;
}
#error header h2 {
  font-size: 5vw;
  font-weight: bold;
  margin: 2.8em 0 1.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #error header h2 {
    font-size: 4.5rem;
    margin: 2.8em 0;
  }
}
#error .read {
  margin-top: 4em;
  padding-left: 0;
  padding-right: 0;
}
#error .read a {
  text-decoration: underline;
}