﻿@charset "utf-8";
/* CSS Document */

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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	box-sizing:border-box;
}
html,body{
  overflow-x: hidden;
  scroll-behavior: auto !important;
}
html{
	font-size:62.5%;
}
body {
	font-size:1.6rem;
    line-height:1.6;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color:#000;
	overflow-wrap: break-word;
}

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 {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#000;
	text-decoration:none;
	box-sizing:border-box;
  transition-duration: 0.3s; 
}
a:hover{
	color:#F15A24;
}
img.hoverImg{
	transition:0.3s;
}
a:hover img.hoverImg {
	opacity:0.7;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
  backface-visibility: hidden;
  max-width:100%;
  vertical-align: bottom;
}

.sp_display{
	display:none;
}

.flex{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	justify-content:space-between;
}
sup{
	font-size:0.7em;
	position:relative;
	top:-0.4em;
}
.bold{
	font-weight:bold;
}
.fadein { opacity: 0; transition: all 0.5s; position: relative; top: 2em; }

.fadein.scrollin { opacity: 1; transform: translate(0, 0); top: 0em; }

main .inner{
  width:71.77%;
  margin:0 auto;
}

header{
  background-color:#003058;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  padding:1vw 2%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  z-index:1000;
}

header a:focus,
header a:active,
header a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
header .logo{
  width:12vw;
  min-width:150px;
}
header #menu-btn-check{
  opacity:0;
}
header > div{
  display:flex;
  align-items: center;
}
header ul{
  display:flex;
}
header ul li a{
  font-size:1.1vw;
  color:#FFF;
  margin:0 1.5em;
  position:relative;
  display:block;
}
header .menu-content > ul > li > a:after{
  content:"";
  position:absolute;
  right:-1.5em;
  top:0.3em;
  height: 1.1em;
  border-right:1px solid #F15A24;
  transform:rotate(30deg);
  pointer-events: none;
}
header ul li:last-child a:after{
  display:none;
}
header .btn{
  display:flex;
}
header .btn p a{
  display:block;
  font-size:1.1vw;
  width:10em;
  border-radius: 3em;
  background-color:#ff8400;
  color:#FFF;
  padding:0.5em 0 0.7em;
  text-align: center;
  margin-left:0.5em;
}
header .btn p a:hover{
  opacity:0.7;
}
header .btn p.contact a{
  background-color:#3778eb;
  color:#FFF;
}
header .magazine{
  width:8vw;
  position:relative;
  bottom:-10vw;
  top:-2vw;
  height: 0px;
}
header ul li{
  position:relative;
}
header ul li ul{
  display:none;
  position:absolute;
  top:150%;
  left:-10%;
  background-color:#FFF;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  overflow: hidden;
  height: auto;
}
header ul li ul li a {
  color:#003058;
  border-bottom:1px solid #003058;
  margin:0px;
  text-align: center;
  white-space: nowrap;
  display:block;
  padding:0.5em;
}
header ul li ul li:last-child a{
  border-bottom:none;
}
header ul li ul li a:after{
  display:none;
}


#main_v{
  background:url("../img/mainv_bg.jpg") 0 0/ cover no-repeat;
  height: 50vw;
  margin-top:5vw;
  position:relative;
  z-index:11;
}
#main_v h1{
  position:absolute;
  left: 0%;
    top: 33%;
  width:100%;
  color:#FFF;
  text-align: center;
  font-size:2.3vw;
  opacity:0;
  transition-duration: 1s;
  
}
#main_v h1.show{
  opacity:1;
  transition-duration: 1.3s;
  transition-timing-function: ease-in-out;
}
#main_v h1.up{
  top: 14%;
}

#main_v h1 img{
  width:45.104%;
  margin-top: -1%;
}
#main_v h2{
  position:absolute;
  left: 0%;
    top: 48%;
  width:100%;
  text-align: center;
  opacity:0;
  transition-duration: 1s;
}
#main_v h2 img{
  width:45.625%;
}
#main_v h2.show{
  opacity:1;
}


#main_v ul li{
  opacity:0;
  transform:scale(0);
  transition-duration: 0.5s;
  transform-origin: bottom;
}
#main_v ul li.active{
  transform:scale(1);
  opacity:1;
}
#main_v ul li.fukidashi01{
  position:absolute;
  left:15%;
  top:9%;
  width:15.9375%;
}
#main_v ul li.fukidashi02{
  position:absolute;
  left: 31%;
  top: 3%;
  width:14.478%;
}
#main_v ul li.fukidashi03{
  position:absolute;
  left: 30%;
    top: 25%;
  width:15.99%;
}
#main_v ul li.fukidashi04{
  position:absolute;
      left: 70%;
    top: 7%;
  width:14.48%;
}
#main_v ul li.fukidashi05{
  position:absolute;
      left: 57%;
    top: 22%;
  width:14.48%;
}
#main_v ul li.fukidashi06{
  position:absolute;
          left: 62%;
    top: 43%;
  width:14.48%;
}
#main_v .common_btn{
  position:absolute;
  top:79%;
  left:0px;
  width:100%;
  justify-content: center;
  display:flex;
  transition-duration: 1s;
  opacity:0;
}
#main_v .common_btn.show{
  opacity:1;
}
#main_v .common_btn p a{
  background-color:#F15A24;
  color:#FFF;
  font-size:1.3vw;
  width:17em;
  text-align: center;
  padding:1em 0;
  display:block;
  margin:0 1em;
  border-radius: 3em;
  border:solid 0.1em #FFF;
}
#main_v .common_btn p a:hover{
  opacity:0.7;
}
#main_v .common_btn p.contact a{
  background-color:#3778eb;
}
main h2{
  text-align: center;
}


#about{
  background-color:#003058;
  padding-bottom:3vw;
  border-bottom-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  position:relative;
  z-index:10;
}


#about h2 {
  color:#FFF;
  font-size:2.4vw;
  line-height: 1;
  padding-top:3em;
}
#about h2 span{
  color:#ff8400;
  font-size:0.5em;
}
#about h2 + p{
  font-size: 1.3vw;
    text-align: center;
    color: #FFF;
    margin-top: 2em;
    line-height: 2;
  margin-bottom:2em;
}
#about .img{
  background-color:#dae4ea;
  text-align: center;
  padding:3vw 0;
}
#about .img img:first-child{
  width:37.374%;
}
#about .img img:last-child{
  width:87.89%;
}
#about h3{
  text-align: center;
  color:#FFF;
  font-size:1.6vw;
  margin:2.5em 0 1.5em 0;
}
#about .example{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .example:first-of-type{
  background-color:#dae4ea;
  margin-bottom:3vw;
}
#about .example li{
  background-color:#dae4ea;
  width:50%;
  box-sizing: border-box;
  padding:2vw 3vw;
  position:relative;
}
#about .example li:first-child:after{
  content:"";
  position:absolute;
  right:0px;
  top:7%;
  height: 85%;
  border-left:1px solid #FFF;
}
#about .example li .ttl{
  text-align: center;
  font-size:1.3vw;
  margin-bottom:0.5em;
}
#about .example li .ttl + p{
text-align: center;
  font-size:1.2vw;
  margin-bottom:1em;
}
#about .example li div{
  border-radius: 0.5em;
  font-size:1.6vw;
  padding:0em 1em 0em 4em;
  border:solid 0.1em;
  background:url("../img/hacker.png") 1em center/2em no-repeat;
  background-color:#FFF;
  display:flex;
  height: 6em;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
#about .example li div small{
  padding-left:1em;
  text-indent:-1em;
  text-align: left;
  display:inline-block;
  font-size:0.6em;
}
#about .example li div + p{
  margin:2em 1em 0 1em;
  font-size:1.1vw;
}
#about .example li.total{
  background-color:#FFF;
  width:100%;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
#about .example li.total > div{
  border-radius: 0em;
  padding: 0em;
  border: none;
  background: none;
  height: auto;
}
#about .example li.total > div:first-child{
  width:54%;
  margin-right:8%;
}
#about .example li.total > div:nth-of-type(2){
  width:30%;
}
#about .example .caption{
  text-align: center;
  font-size: 0.9vw;
  width:100%;
}
#about .example li + .caption{
  margin-bottom:3em;
}


#about .end{
  text-align: center;
    color: #FFF;
    font-size: 1.6vw;
    padding: 1.5em 0 2em 0;
  font-weight: bold;
  line-height: 1.8;
  background:url("../img/arrow.png") center bottom/65% no-repeat;
}
#about .end span{
  color:#ff8400;
  font-size:2.3vw;
}


.marquee {
  display: flex;
  width: 180vw;
  overflow: hidden;
  will-change: transform;
}

.marquee img {
  width: 180vw; /* 画像を画面幅いっぱいに表示 */
  height: auto;
  animation: loop 30s linear infinite;
  will-change: transform;
}

@keyframes loop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

#whats{
  background:url("../img/whats_bg.png") center top/ 100% repeat-y;
  margin-top:-5vw;
  position:relative;
  z-index:9;
  padding-bottom:7vw;
}
#whats h2{
  padding:13vw 0 5vw 0;
}
#whats h2 img{
  width:49.057%;
}
#whats h3{
  text-align: center;
  font-size:1.8vw;
  line-height: 1.8;
  margin-bottom:1em;
}
#whats h3 + p{
  font-size:1.3vw;
  width:65%;
  margin:0 auto 3em;
}
#whats h4{
  text-align: center;
  font-size:1.5vw;
  line-height: 1.8;
  margin-bottom:1em;
}
#whats h4 span{
  border-bottom:1px solid;
  display:inline-block;
  padding-bottom:0.1em;
}
#whats h4 + p{
  text-align: center;
  font-size:1.05vw;
}
#whats .caption{
  width:65%;
  margin:0 auto;
  font-size:1vw;
}

#strong_point{
  background:url("../img/bg_beju.png") center top/100% repeat-y;
  padding-bottom:4vw;
}
#strong_point h2{
  text-align: center;
  background:url("../img/title_bg.png");
  padding:3vw 0;
  border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
  margin-bottom:8vw;
}
#strong_point h2 img{
  width:29.21875%;
}
#strong_point h3{
  font-size:1.8vw;
  text-align: center;
  padding:2em 0;
}
#strong_point ul li{
  top:0px;
  opacity:1;
}
#strong_point ul li > div{
  background-color:#FFF;
  display:flex;
  align-items: center;
  padding:4vw 0;
  position:relative;
  margin-bottom:4vw;
  right:-100vw;
  transition-duration: 1s;
}
#strong_point ul li.scrollin > div{
  right:0vw;
}

#strong_point ul li > div:after{
  content:"";
  position:absolute;
  width:100%;
  height: 100%;
  right:-100%;
  background-color:#FFF;
  top:0px;
}
#strong_point ul li h4{
  font-size:3vw;
  width:62%;
  text-align: center;
}
#strong_point ul li h4 span{
  line-height: 1;
  display:inline-block;
  background: linear-gradient(transparent 70%, #ffac2f 70%);
}
#strong_point ul li > div div{
  width:38%;
}
  #strong_point ul li:first-child > div div img{
    width:120%;
    margin-left:-10%;
    max-width:120%;
    position:relative;
    z-index:10;
  }
  #strong_point ul li:last-child > div div img{
    width:120%;
    margin-left:-10%;
    max-width:120%;
    position:relative;
    z-index:10;
  }
#strong_point ul li > div div p{
  font-size:1.3vw;
  margin-top:1.5em;
}
#strong_point ul li > div div p span{
  font-weight: bold;
  font-size:1.1em;
}
#strong_point ul li:nth-of-type(even) > div:after{
  right:auto;
  left:-100%;
}
#strong_point ul li:nth-of-type(even) > div{
  right:auto;
  left:-100vw;
}
#strong_point ul li:nth-of-type(even).scrollin > div{
  right:auto;
  left:0vw;
}

.pin-spacer{
  background:url("../img/bg_beju.png") center top/100% repeat-y;
}
#system{
  background:url("../img/bg_beju.png") center top/100% repeat-y;
  padding-bottom:8vw;
  position:relative;
  height: auto;
  overflow: hidden;
}
#system h2{
  text-align: center;
  background:url("../img/title_bg.png");
  padding:3vw 0;
  border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
}
#system h2 img{
  width:16.77%;
}
#system h3{
  font-size:1.8vw;
  text-align: center;
  padding:2em 0;
}

.panel-stack {
  position: sticky;
  top: 0;
  height: 41vw;
  overflow: hidden;
}

.panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
  transition: transform 0.3s ease;
  box-sizing: border-box;
  padding:3vw 7.2vw 3vw 3vw;
  border-bottom-right-radius: 4vw;
  cursor: pointer;
}

.panel1 {  z-index: 3; }
.panel2 {  z-index: 2; }
.panel3 {  z-index: 1; }


.panel1{
      background: url(../img/panel1_arrow.png) 95% 68% / 2vw no-repeat;
    background-color: #ffac2f;
}

.panel2{
      background: url(../img/panel2_arrow.png) 95% 68% / 2vw no-repeat;
 background-color: #ff8400;
  margin-left:10%;
}
.panel3{
      background: url(../img/panel3_arrow.png) 95% 68% / 2vw no-repeat;
  background-color: #f44544;
  margin-left:20%;
}

.panel_content{
 background-color:#FFF;
  text-align: center;
  height: 34.5vw;
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  flex-direction: column;
}
.panel_content h4{
  font-size:2.6vw;
  color:#ffac2f;
}
.panel_content p{
  font-size:1.3vw;
  margin:1em 0 1.5em;
  position:relative;
}
.panel_content ul li{
  font-size:1.3vw;
  width:20em;
  margin:0 auto 0.8em;
  border:solid 1px #ffac2f;
  padding: 0.5em 0;
  border-radius: 3em;
}
.panel_content img{
  width:70%;
  margin-left:15%;
}
.panel_content img + p{
  margin-bottom:0px;
}
.panel2 .panel_content h4{
  color:#ff8400;
}
.panel2 .panel_content ul li{
  border:solid 1px #ff8400;
}
.panel3 .panel_content h4{
  color:#f44544;
}
.panel3 .panel_content ul li{
  border:solid 1px #f44544;
}
.panel3 .panel_content h4 + p{
  padding-bottom:1em;
}
.panel3 .panel_content h4 + p:after{
  content:"";
  position:absolute;
  bottom:0px;
  left:5%;
  width:90%;
  border-bottom:1px solid #CCC;
}








.diagram-container {
      position: relative;
      width: 100%;
  height: 45vw;
  color:#FFF;
      background: url(../img/bg_beju.png) center top / 100% repeat-y;
  box-sizing: border-box;
  
    }
.diagram-container .inner{
  position:relative;
  height: 100%;
  background: #00203c;

}
.diagram-container h3{
  color:#FFF;
  text-align: center;
 font-size:2vw;
  padding:2em 0;
}
.center-box {
      position: absolute;
    top: 46%;
    left: 50%;
    width: 22vw;
    height:20vw;
    margin-left: -11vw;
    border-radius: 20px;
    text-align: center;
    padding: 1vw;
  border:solid 2px #0d327d;
      background: #00203c;
  z-index:10;
    }
    .center-box h2 {
      font-size: 1.2vw;
      border:solid 2px #3778eb;
      border-radius: 3em;
      padding:0.5em 0;
    }
.center-box .slide-text6 h2{
  letter-spacing: -0.2em;
}

    .center-box .desc {
      font-size: 1vw;
      text-align: left;
      padding:1em;
      height: 12em;
    }
.center-box ul {
  bottom:3%;
  left:0px;
  width:100%;
  justify-content: center;
  display:flex;
  outline:none;
  li{
    font-size:1vw;
    background-color:#0d327d;
    text-align: center;
    border-radius: 3em;
    margin:0 0.2em;
    padding:0.3em 1em;
  }
  &.yellow li{
    color: #ffac2f;
  }
  &.orange li{
    color: #ff8400;
  }
  &.pink li{
    color: #f44544;
  }

}

    .button {
      position: absolute;
      font-size:1.1vw;
    }
.button p{
      background: #00203c;
      border: 2px solid;
      color: #ffac2f;
      padding: 0.3em 1em;
      border-radius: 3em;
      cursor: pointer;
      white-space: nowrap;
      font-size:1.1vw;
      font-weight: bold;
      min-width: 9em;
      text-align: center;
  position:relative;
  z-index:10;
}
.button span{
  width:100%;
  height: 100%;
  display:inline-block;
  position:absolute;
  pointer-events: none;
  top:0px;
  left:0px;
}
.button span:before{
  content: "";
  position: absolute;
  width: 15vw;
  height: 2px;
  background: #0d327d;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  margin-top:-1px;
  z-index:1;
}
.button span:after{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #FFF;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  margin-top:-1px;
  z-index:2;
}
.button.active span:after{
  width:15vw;
}
    .button.active p{
      background: #ffac2f;
      color: #000;
      position:relative;
      z-index:10;
    }
    .button[data-index='0'] { 
      bottom:17%;
      left: 6%;
      color:#FFF;
      p{
        color:#FFF;
      }
      &.active p{
        background: #fff;
        color: #000;
        border: 2px solid #FFF;
      }
    }
    .button[data-index='1'] { 
      bottom:33%;
      left: 6.5%;
      
      img{
        top: -3em;
      }
      span:before{
        transform: rotate(20deg) translateY(-50%);
        transform-origin: left center;
        top: 50%;
        left: 100%;
      }
      span:after{
        transform: rotate(20deg) translateY(-50%);
        transform-origin: left center;
        top: 50%;
        left: 100%;
        background: #ffac2f;
      }
      &.active p{
        background: #ffac2f;
        color: #000;
        border: 2px solid #ffac2f;
      }
}
    .button[data-index='2'] { 
      bottom:48%;
      left: 11%;
      img{
        top: -2.5em;
      }
      &.active p{
        background: #ffac2f;
        color: #000;
        border: 2px solid #ffac2f;
      }
      span:before{
        transform: rotate(30deg) translateY(-50%);
        transform-origin: left center;
        top: 50%;
        left: 80%;
      }
      span:after{
        transform: rotate(30deg) translateY(-50%);
        transform-origin: left center;
        top: 50%;
        left: 80%;
        background: #ffac2f;
      }
}
    .button[data-index='3'] { 
          bottom: 61%;
    left: 18%;
      img{
        top: -3em;
      }
      &.active p{
        background: #ffac2f;
        color: #000;
        border: 2px solid #ffac2f;
      }
      span:before{
        transform: rotate(60deg) translateY(-50%);
        transform-origin: left center;
        top: 50%;
        left: 80%;
      }
      span:after{
        transform: rotate(60deg) translateY(-50%);
        transform-origin: left center;
        top: 50%;
        left: 80%;
        background: #ffac2f;
      }

}
    .button[data-index='4'] { 
          bottom: 68%;
    left: 32%;
      color:#ff8400;
      img{
        top: -3em;
        width: 3em;
        margin-left: -1.5em;
      }
      p{
        color:#ff8400;
      }
      &.active p{
        background: #ff8400;
        color: #000;
        border: 2px solid #ff8400;
      }
      span:before{
        transform: rotate(80deg) translateY(-50%);
        transform-origin: left center;
        top: 50%;
        left: 60%;
      }
      span:after{
        transform: rotate(80deg) translateY(-50%);
        transform-origin: left center;
        top: 50%;
        left: 60%;
        background: #ff8400;
      }
}
    .button[data-index='5'] { 
          bottom: 68%;
    left: 48%;
      color:#ff8400;
      img{
        top: -2.8em;
        width: 2.3em;
        margin-left: -1.25em;
      }
      p{
        color:#ff8400;
      }
      &.active p{
        background: #ff8400;
        color: #000;
        border: 2px solid #ff8400;
      }
      span:before{
        transform: rotate(-80deg) translateY(-50%);
        transform-origin: right center;
        top: 50%;
        right: 60%;
        left:auto;
      }
      span:after{
        transform: rotate(-80deg) translateY(-50%);
        transform-origin: right center;
        top: 50%;
        right: 60%;
        left:auto;
        background: #ff8400;
      }
}
    .button[data-index='6'] { 
          bottom: 61%;
    left: 66%;
      color:#ff8400;
      img{
        top: -3em;
        width: 2.3em;
        margin-left: -1.15em;
      }
      p{
        color:#ff8400;
      }
      &.active p{
        background: #ff8400;
        color: #000;
        border: 2px solid #ff8400;
      }
      span:before{
        transform: rotate(-60deg) translateY(-50%);
        transform-origin: right center;
        top: 50%;
        right: 80%;
        left:auto;
      }
      span:after{
        transform: rotate(-60deg) translateY(-50%);
        transform-origin: right center;
        top: 50%;
        right: 80%;
        left:auto;
        background: #ff8400;
      }
}
    .button[data-index='7'] { 
          bottom: 48%;
    right: 10%;
      color:#f44544;
      img{
        top: -2.6em;
        width: 2.3em;
        margin-left: -1.15em;
      }
      p{
       color: #f44544; 
      }
      &.active p{
        background: #f44544;
        color: #000;
        border: 2px solid #f44544;
      }
      span:before{
        transform: rotate(-30deg) translateY(-50%);
        transform-origin: right center;
        top: 50%;
        right: 80%;
        left:auto;
      }
      span:after{
        transform: rotate(-30deg) translateY(-50%);
        transform-origin: right center;
        top: 50%;
        right: 80%;
        left:auto;
        background: #f44544;
      }
}
    .button[data-index='8'] { 
          bottom: 33%;
    right: 5.5%;
      color:#f44544;
      img{
        top: -3em;
        width: 2.3em;
        margin-left: -1.15em;
      }
      p{
       color: #f44544; 
      }
      &.active p{
        background: #f44544;
        color: #000;
        border: 2px solid #f44544;
      }
      span:before{
        transform: rotate(-20deg) translateY(-50%);
        transform-origin: right center;
        top: 50%;
        right: 100%;
        left:auto;
      }
      span:after{
        transform: rotate(-20deg) translateY(-50%);
        transform-origin: right center;
        top: 50%;
        right: 100%;
        left:auto;
        background: #f44544;
      }
}
    .button[data-index='9'] { 
          bottom: 17%;
    right: 5%;
      color:#f44544;
      img{
        top: -3em;
        width: 2em;
        margin-left: -1em;
      }
      p{
       color: #f44544; 
      }
      &.active p{
        background: #f44544;
        color: #000;
        border: 2px solid #f44544;
      }
      span:before{
        right: 100%;
        left:auto;
      }
      span:after{
        right: 100%;
        left:auto;
        background: #f44544;
      }
}
.button img{
  position:absolute;
  width:2em;
  height: auto;
  top:auto!important;
  bottom:2.9em;
  left:50%;
  margin-left:-1em;
}
@keyframes bounce-icon-y {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-5px); }
  60%  { transform: translateY(2px); }
  100% { transform: translateY(0); }
}
.button.active img {
  animation: bounce-icon-y 1s ease;
}

    .slick-slider {
      overflow-x: hidden;
      height: 100%;
    }
.slick-slider .slick-list{
  height: 100%;
}
.slick-slider .slick-list .slick-track{
  height: 100%;
}
    .slide-text {
      display: none;
      /*opacity: 0;
      transform: translateX(100%);
      transition: all 0.5s ease-in-out;*/
    }
    .slide-text.slick-current {
      display: block;
      opacity: 1;
      transform: translateX(0);
    }
    .arrows {
      position: absolute;
    top: 14%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 83%;
    pointer-events: none;
    }
    .arrow-btn {
      pointer-events: all;
      background: #005eff;
      color: white;
      border: none;
      border-radius: 50%;
      width: 2vw;
      height: 2vw;
      cursor: pointer;
      text-indent:-10000px;
    }
.arrow-btn.prev{
  background:url("../img/arrow_prev.png") 0 0/contain no-repeat;
}
.arrow-btn.next{
  background:url("../img/arrow_next.png") 0 0/contain no-repeat;
}





#advantage{
  background:url("../img/bg_beju.png") center top/100% repeat-y;
  padding-bottom:7vw;
  padding-top:8vw;
}
#advantage h2{
  text-align: center;
  background:url("../img/title_bg.png");
  padding:3vw 0;
  border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
  top:0px;
  opacity:1;
}
#advantage h2 img{
  width:24.271%;
}
#advantage h3{
  font-size:1.8vw;
  text-align: center;
  padding:2em 0;
}
#advantage table{
  width:100%;
  border:solid 1px #000;
}
#advantage table th{
  background-color:#003058;
  color:#FFF;
  font-size:1.3vw;
  border-right:1px solid #CCC;
  padding:0.5em 0;
  width:12%;
}
#advantage table th:first-child{
  width:52%;
}
#advantage table th:last-child{
  border-right:none;
}
#advantage table th.logo{
  background-color:#ff8400;
}
#advantage table th.logo img{
  height: 1.4em;
  width:auto;
}
#advantage table td{
  font-size:1.6vw;
  border-right:1px solid #CCC;
  background-color:#FFF;
  padding:0.5em 0;
  text-align: center;
}
#advantage table td:first-child{
  text-align: left;
  padding:0.5em 1.5em;
}
#advantage table td:last-child{
  border-right:none;
}
#advantage table tr:nth-of-type(odd) td{
  background-color:#f3f5f6;
}
#advantage table td img{
  width:1.7em;
}
.btn_trial{
  text-align: center;
}
.btn_trial a{
  display:inline-block;
  background-color:#3778eb;
  font-size:1.6vw;
  color:#FFF;
  text-align: center;
  width:25em;
  padding:0.8em 0;
  border-radius: 3em;
  margin-top:5vw;
  transition-duration: 0.3s;
  border:solid 0.1em #FFF;
}
.btn_trial a:hover{
  opacity:0.7;
}
.btn_trial a span{
  font-size:0.9em;
  display:inline-block;
  position:relative;
}
.btn_trial a span:before{
  content:"";
  position:absolute;
  left:-1em;
  top:0.1em;
  height: 1.2em;
  border-left:0.1em solid #FFF;
  transform: rotate(-35deg);
}
.btn_trial a span:after{
  content:"";
  position:absolute;
  right:-1em;
  top:0.1em;
  height: 1.2em;
  border-left:0.1em solid #FFF;
  transform: rotate(35deg);
}

#movie{
  background-color:#f3f5f6;
  padding-bottom:7vw;
}
#movie h2{
  text-align: center;
  background:url("../img/title_bg.png");
  padding:3vw 0;
  border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
}
#movie h2 img{
  width:14.6875%;
}
#movie iframe{
  width:55vw;
  height: 30.9375vw;
  margin:7vw auto 0;
  display:block;
}
#movie .howto{
  width:55vw;
  margin:2vw auto 0;
  display:flex;
}
#movie .howto h3{
  font-size:1.2vw;
  background:url("../img/howto_bg.png") 0 0/contain no-repeat;
  width:16em;
  height: 4em;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right:1em;
  line-height: 1.3;
}
#movie .howto ul li{
  font-size:1vw;
  padding-left:1.2em;
  text-indent:-1.2em;
}



#example{
  background:url("../img/bg_beju.png") center top/100% repeat-y;
  padding-bottom:7vw;
}
#example h2{
  text-align: center;
  background:url("../img/title_bg.png");
  padding:3vw 0;
  border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
}
#example h2 img{
  width:20.209%;
}
#example h3{
  font-size:1.8vw;
  text-align: center;
  padding:2em 0;
}
#example ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#example ul li{
  width:31.5%;
  margin-bottom:3vw;
  border:solid 1px #CCC;
  border-radius: 1vw;
  background-color:#FFF;
  overflow: hidden;
}
#example ul li h4{
  text-align: center;
  background-color:#f2f2f2;
  padding:0.8em 0;
}
#example ul li > div{
  padding:1.5vw;
}
#example ul li h5{
  font-size:1.5vw;
  color:#003058;
}
#example ul li h6{
  text-align: center;
  border:solid 1px;
  border-radius: 0.5em;
  font-size:0.9vw;
  padding:0.5em 0;
  margin-top:1em;
}
#example ul li dl div{
  display:flex;
  margin-top:2vw;
  align-items: flex-start;
}
#example ul li dl div dt{
  min-width:4em;
  min-height: 4em;
  font-size:1vw;
  background-color:#003058;
  border-radius: 0.5em;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#FFF;
}
#example ul li dl div:last-of-type dt{
  background-color:#ff8400;
}
#example ul li dl div dd{
  font-size:1vw;
  margin-left:0.8em;
}
.btn_area{
  justify-content: center;
  display:flex;
  margin-top:5vw;
}

.btn_area p a{
  background-color:#F15A24;
  color:#FFF;
  font-size:1.3vw;
  width:22em;
  text-align: center;
  padding:1em 0;
  display:block;
  margin:0 1em;
}
.btn_area p a:hover{
  opacity:0.7;
}
.btn_area p.contact a{
  background-color:#333333;
}



.sp-button-carousel {
  display: none;
}



#faq{
  background-color:#003058;
}
#faq h2{
  padding:5vw 0 3vw;
}
#faq h2 img{
  width:10.364%;
}
#faq h2 span {
    color: #000;
    border-bottom: 0.2em solid #F15A24;
}

#faq .bg{
  padding:2vw 0 8vw;
}
#faq dl div{
  border:solid 1px;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom:2vw;
}

#faq dl div dt{
  background:url("../img/btn_open.png") 97% center/1em no-repeat;
  background-color:#FFF;
  font-size:1.5vw;
  display:flex;
  padding:1.5em;
  font-weight: bold;
  cursor: pointer;
}
#faq dl div dt.active{
  background:url("../img/btn_close.png") 97% center/1em no-repeat;
  background-color:#FFF;
}
#faq dl div dt span{
  color:#F15A24;
  margin-right:2em;
}
#faq dl div dt span img{
  width:1.8em;
}
#faq dl div dd{
  font-size:1.3vw;
  background-color:#EEF1F2;
  padding:1.3em 5.5em;
  display:none;
}

#banner_area{
  background-color:#00192d;
  padding:7vw 0 7vw 0;
}
#banner_area h3{
  font-size:2vw;
  color:#FFF;
  margin-bottom:1em;
}
#banner_area h3 span{
  font-size:1.2em;
}
#banner_area h3 + p{
  font-size:1.2vw;
  line-height: 2;
}
#banner_area .flex{
  justify-content: center;
}
#banner_area .flex div{
  color:#FFF;
  width:61%;
}
#banner_area .flex > img{
  width: 23%;
  margin-right: -2%;
  margin-left: 3%;
}
#banner_area ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:5vw;
}


#banner_area ul li a{
  transition-duration: 0.3s;
  background-color:#7ac943;
  color:#FFF;
  display:block;
  border-radius: 0.5em;
  font-size:1.2vw;
  text-align: center;
  padding:1em;
  font-weight: bold;
  position:relative;
}
#banner_area ul li:nth-of-type(2) a{
  background-color:#1eafff;
}
#banner_area ul li:nth-of-type(3) a{
  background-color:#3250f0;
}
#banner_area ul li a:after{
  content:"";
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  width: 0;
  height: 0;
  border-left: 1em solid transparent;
  border-top: 1em solid white;
  transform:rotate(90deg);
}
#banner_area ul li a p{
  font-size:1.4em;
  margin-top:0.2em;
}
#banner_area ul li a:hover{
  filter: brightness(1.2);
  transition: filter 0.3s ease;
}


footer{
  background-color:#00192d;
  padding:3vw 0;
  border-top:1px solid #FFF;
}
footer .inner{
  display:flex;
  justify-content: space-between;
}
footer ul{
  display:flex;
}
footer ul li{
  border-right: 1px solid #FFF ;
  display:flex;
  align-items: center;
}
footer ul li:first-child{
  border-left:1px solid #FFF ;
  margin-left:1vw;
}

footer ul li a{
  display:block;
  font-size:1vw;
  color:#FFF;
  line-height: 1;
  width:10em;
  text-align: center;
}
footer p{
  font-size:1vw;
  color:#FFF;
  margin-right:1em;
}


/*---------------------------------------------------------------
横幅768px～1700pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .button img {
  }
}

/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}
  main img{
    max-width:100%;
  }
html{
	font-size:2.6vw;
}
  body{
    padding-bottom:0vw;
  }
  header {
    padding: 3vw 4%;
}
  header .btn{
    display:none;
  }
  header .logo {
    width:28vw;
    min-width: 0px;
}
  header .logo img{
    width:100%;
  }
  
header .menu-btn {
  width: 7vw;
  height: 5vw;
  position: relative;
  cursor: pointer;
  z-index: 90;
}

header .menu-line {
  display: block;
  width: 100%;
  height: 0.7vw;
  background: #FFF;
  position: absolute;
  transition: 0.3s;
}

header .menu-line:nth-child(1) { top: 0; }
header .menu-line:nth-child(2) { top: 50%; transform: translateY(-50%); }
header .menu-line:nth-child(3) { bottom: 0; }

/* ナビゲーションコンテンツ */
header .menu-content {
  display: flex;
  align-items: center;
}

header .menu-content ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

  header .menu-content {
    width: 100%;
    height: auto;
    position: fixed;
    top: 12.6vw;
    right: -100%;
    background: #003058;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    flex-direction: column;
    align-items: flex-start;
    transition: 0.3s;
    z-index: 80;
    border: solid 1vw #ff8400;
    box-sizing: border-box;
    border-bottom-left-radius: 10vw;
    border-bottom-right-radius: 10vw;
    padding-bottom:5vw;
  }

  header .menu-content ul.pc_display{
    display:none;
  }
  header .menu-content ul {
    flex-direction: column;
    width: 100%;
  }

  header .menu-content li {
    margin: 0;
  }
header .menu-content ul li a {
    font-size: 4vw;
    margin: 0 1.5em;
  display:flex;
  align-items: center;
  padding:3vw 3vw;
  position:relative;
  color:#FFF!important;
}
  header .menu-content ul li a::after {
  content: '';
  position: absolute;
    left:0.5em;
    top:50%;
    width: 0;
    margin-top:-3vw;
  height: 1.2em;
    transform:rotate(21deg);
    display:block!important;
}
  header .menu-content ul li a img{
    width:22vw;
    margin-right:4vw;
  }
  
  header .menu-content ul li.btn{
    display:flex;
    justify-content: space-between;
    padding:0 5vw;
    margin-top:5vw;
  }
  header .menu-content ul li.btn a {
    display: block;
    font-size: 3.8vw;
    width: 48%;
    border-radius: 3em;
    background-color: #ff8400;
    color: #FFF;
    padding: 0.5em 0 0.7em;
    text-align: center;
    margin-left: 0.5em;
    margin:0px;
}
  header .menu-content ul li.btn a:last-child {
        background-color: #3778eb;
}
  header .menu-content ul li.btn a:after{
    display:none!important;
  }
  
  /* メニューオープン時 */
  header #menu-btn-check:checked ~ .menu-content {
    right: 0;
  }

  /* ボタンアニメーション */
  header #menu-btn-check:checked ~ .menu-btn .menu-line:nth-child(1) {
    transform: translateY(2vw) rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn .menu-line:nth-child(2) {
    opacity: 0;
  }
  header #menu-btn-check:checked ~ .menu-btn .menu-line:nth-child(3) {
    transform: translateY(-2.4vw) rotate(-45deg);
  }
  
  header .menu-content ul li ul {
    display: block!important;
    position: relative;
    top: auto;
    left: auto;
    background-color:#003058;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    box-sizing: border-box;
    width:90%;
    margin:0 auto;
    border-top:1px solid #F15A24;
    border-bottom:1px solid #F15A24;
}
  header .menu-content ul li ul li a{
    font-size:3.5vw;
    background: #003058;
    margin:0px;
  }
  header .menu-content ul li ul li a:after{
    display:none!important;
  }
  
  
  #main_v {
    background: url(../img/mainv_bg_sp.png) 0 0 / 100% no-repeat;
    height: 129vw;
    margin-top: 12.6vw;
    box-sizing: border-box;

}
  
  #main_v h1 {
    width:100%;
    font-size:5.3vw;
    top:25%;
}
  #main_v h1.up {
    top: 9%;
}
#main_v h1 img {
    width: 95%;
    margin-top: -1%;
}
  #main_v h2 img {
    width: 87.625%;
}
  #main_v .common_btn{
    display:block;
    top: 67%;
  }
  
#main_v .common_btn p a {
    font-size: 4vw;
    width: 17em;
    margin: 0 auto 1em;
}
  

  .marquee {
    width: 450vw;
}
  .marquee img {
    width: 450vw;
}
  main .inner {
    width: 90%;
}
  

  
  
  .btn_area{
  justify-content: space-between;
  display:none;
  margin-top:5vw;
}
.btn_area p a{
  font-size:3vw;
  width:auto;
  padding: 1em 1em;
  margin:0px;
}

  #about{
      margin-top:-10vw;
    padding-top:17vw;
padding-bottom: 8vw;
  }
  #about h2 {
    font-size: 5.5vw;
    margin-top:1em;
    padding-top:0px;
}
  #about h2 + p {
    font-size: 3.8vw;
}
  #about .img{
    margin-left:-5vw;
    margin-right:-5vw;
  }
  #about .img img:first-child {
    width: 50%;
}
  #about .img img:last-child {
    width: 95%;
}
  #about h3 {
    font-size: 4vw;
}
  #about .example {
    display: block;
}
  #about .example li{
    width:100%;
    padding:5vw;
  }
  #about .example li .ttl {
    font-size: 4vw;
}
  #about .example li div{
    font-size:3.8vw;
  }
  #about .example li div + p {
    font-size:3.8vw;
}
  #about .example li.total{
    display:block;
  }
  #about .example li.total > div:first-child {
    width: 100%;
    margin-right: 0%;
    margin-bottom:8vw;
}
  #about .example li.total > div:nth-of-type(2) {
    width: 61%;
    margin:0 auto 8vw;
}
      #about .example li .ttl {
        font-size: 3.5vw;
    }
  #about .example li .ttl + p {
    font-size: 3.2vw;
}
  #about .example .caption{
    font-size:2.5vw;
    text-align: left;
  }
  #about .example li div {
        font-size: 4.5vw;
    }
  
#about .example li + .caption {
  width:84%;
  margin:0 auto;
  padding-bottom:2em;
}
  #about .example li:first-child:after {
    right: auto;
    bottom:0px;
    top: auto;
    left:5%;
    height: 0;
    width:90%;
    border-left: none;
    border-top:1px solid #FFF;
}
  
  
  
  #about .end{
    font-size:3.8vw;
    background: url(../img/arrow.png) center bottom / 90% no-repeat;
  }
  #about .end span{
    font-size:5.3vw;
  }
  

  #faq .bg {
    background: url(../img/faq_bg_sp.png) center top / 100% repeat-y;
    padding: 8vw 0 8vw;
}
  #faq .inner{
    width:90%;
  }
  #faq dl div {
    border-radius: 0.5em;
}
  
  #faq dl div dt {
    font-size: 3vw;
}
  #faq dl div dt span {
    margin-right: 1em;
}
  #faq dl div dd {
    font-size: 3vw;
}
  #faq dl div dd {
    padding: 1.3em 1.5em;
}
  #whats {
    padding-top:10vw;
    padding-bottom: 7vw;
}
  #whats h2 img {
    width: 89.057%;
}
  #whats h3 {
    font-size: 5vw;
}
  #whats h3 + p {
    font-size: 3.8vw;
    width: 100%;

}
  #whats h4 {
    font-size: 4vw;
}
  #whats h4 + p {
    text-align:left;
    font-size: 2.5vw;
}
  #whats .caption {
    width: 100%;
    font-size: 2.5vw;
}
  
  #strong_point h2 img {
    width: auto;
    height: 28vw;
}
  #strong_point h3 {
    font-size: 3.8vw;
}
  #strong_point ul li > div{
    margin-bottom:8vw;
    flex-direction: column;
  }
  #strong_point ul li h4 {
    font-size: 7vw;
    width: 100%;
    margin-bottom:0.5em;
    order:1;
}
  #strong_point ul li > div div {
    width: 75%;
    margin:0 auto;
    order:2;
}

  #strong_point ul li > div div p {
    font-size: 3.8vw;
}
  #system{
    padding-bottom:80vw;
  }
#system h2 img {
    width: auto;
  height: 28vw;
}
  .pin-spacer {
  overflow: hidden !important;
}
#system h3 {
    font-size: 3.8vw;
}
  #system .inner{
    width:100%;
  } 
  
  
  
  
  
  
  
  
  
  
  .button {
    display:none;
}
  
  .diagram-container {
    height: 133vw;
}
  .diagram-container .inner{
    width:100%;
  }
  .diagram-container h3 {
    font-size: 5vw;
    padding: 2em 0 4em;
}
  .diagram-container h3.scrollin{
    margin-top:-68vw;
  }
  .slick-list{
    overflow: visible;
  }
.slick-slider {
    overflow: visible;
}
  .sp-button-carousel {
    display: block;
    margin-bottom: 1em;
  }

  .sp-button-carousel .sp-button {
    text-align: center;
    background: #00203c;
    border: 2px solid #ffac2f;
    border-radius: 3em;
    padding: 0.5em 1em;
    color: #ffac2f;
    white-space: nowrap;
    font-size: 3.8vw;
    cursor: pointer;
    width: 60vw;
    margin: 0 5vw;
    height: 4em;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
    font-weight: bold;
  }

  .sp-button-carousel .sp-button.active {
    background: #ffac2f;
    color: #00203c;
  }

  .diagram-container .sp-button:not(.slick-slide) {
    display: none;
  }
  
  .sp-button-carousel .sp-button img{
    position: absolute;
    width: 2em;
    height: auto;
    top: -3.3em;
    left: 50%;
    margin-left: -1em;
  }
  
      .sp-button-carousel .sp-button[data-index='0'] { 
      color:#FFF;
        border: 2px solid #FFF;
      &.active{
        background: #fff;
        color: #000;
        border: 2px solid #FFF;
      }
    }
    .sp-button-carousel .sp-button[data-index='1'] { 
      
      img{
        top: -3em;
      }
      border: 2px solid #ffac2f;
      &.active{
        background: #ffac2f;
        color: #000;
        border: 2px solid #ffac2f;
      }
}
    .sp-button-carousel .sp-button[data-index='2'] { 
      border: 2px solid #ffac2f;
      img{
        top: -2.5em;
      }
      &.active{
        background: #ffac2f;
        color: #000;
        border: 2px solid #ffac2f;
      }
}
    .sp-button-carousel .sp-button[data-index='3'] { 
      border: 2px solid #ffac2f;
      img{
        top: -3em;
      }
      &.active{
        background: #ffac2f;
        color: #000;
        border: 2px solid #ffac2f;
      }

}
    .sp-button-carousel .sp-button[data-index='4'] { 
      border: 2px solid #ff8400;
      color:#ff8400;
      img{
        top: -3em;
        width: 3em;
        margin-left: -1.5em;
      }
      &.active{
        background: #ff8400;
        color: #000;
        border: 2px solid #ff8400;
      }
}
    .sp-button-carousel .sp-button[data-index='5'] { 
      border: 2px solid #ff8400;
      color:#ff8400;
      img{
        top: -2.8em;
        width: 2.3em;
        margin-left: -1.25em;
      }
      &.active{
        background: #ff8400;
        color: #000;
        border: 2px solid #ff8400;
      }
}
    .sp-button-carousel .sp-button[data-index='6'] { 
      border: 2px solid #ff8400;
      color:#ff8400;
      img{
        top: -3em;
        width: 2.3em;
        margin-left: -1.15em;
      }
      &.active{
        background: #ff8400;
        color: #000;
        border: 2px solid #ff8400;
      }
}
    .sp-button-carousel .sp-button[data-index='7'] { 
      border: 2px solid #f44544;
      color:#f44544;
      img{
        top: -2.6em;
        width: 2.3em;
        margin-left: -1.15em;
      }
      &.active{
        background: #f44544;
        color: #000;
        border: 2px solid #f44544;
      }
}
    .sp-button-carousel .sp-button[data-index='8'] { 
      border: 2px solid #f44544;
      color:#f44544;
      img{
        top: -3em;
        width: 2.3em;
        margin-left: -1.15em;
      }
      &.active{
        background: #f44544;
        color: #000;
        border: 2px solid #f44544;
      }
}
    .sp-button-carousel .sp-button[data-index='9'] { 
      border: 2px solid #f44544;
      color:#f44544;
      img{
        top: -3em;
        width: 2em;
        margin-left: -1em;
      }
      &.active{
        background: #f44544;
        color: #000;
        border: 2px solid #f44544;
      }
}

  
  


.center-box {
    top: auto;
    bottom:5%;
    left: 5%;
    width: 90vw;
    height: 62vw;
    margin-left: 0vw;
    border-radius: 5vw;
    padding: 3vw 0vw;
  overflow: hidden;
}
  .arrows {
    top: 14%;
    width: 88%;
}
  .center-box h2 {
    font-size: 4vw;
    border: solid 2px #3778eb;
    border-radius: 3em;
    padding: 0.5em 0;
    width:92%;
    margin:0 auto;
}
  .arrow-btn {
    width: 8vw;
    height: 8vw;
}
  .center-box .desc {
    font-size: 3.5vw;
    padding: 1em 1.5em;
    height: 10em;
}
  .center-box ul {
    li {
        font-size: 3vw;
    }
}
  .slide-text {
}
  
  
  
  
  
  
  
  
  
  
  #advantage{
    position:relative;
    z-index:10;
    padding-top: 13vw;
  }
  #advantage h2 img {
    width: auto;
    height: 28vw;
}
  #advantage h3 {
    font-size: 3.8vw;
}
  #advantage .table_wrap{
    overflow-x: scroll;
  }
  #advantage table{
    width:180%;
  }
  #advantage table td {
    font-size: 3.5vw;
    vertical-align: middle;
}
  #advantage table td:first-child {
    padding: 0.5em 0.5em;
}
  #advantage table th:first-child {
    width: 37%;
}
  #advantage table th {
    font-size: 3vw;
    width: 10%;
        padding: 0.5em;
}
  #advantage table th.logo{
    min-width:15%;
  }
  .panel {
    padding: 3vw 10.2vw 3vw 3vw;
    background-size: 4vw;
}
  
  .panel_content h4 {
    font-size: 5vw;
}
  .panel_content h4 + p {
    font-size: 3.3vw;
}
  .panel-stack {
    height: 114vw;
}
  .panel_content {
    height: 107.5vw;
    display:flex;
    justify-content: center;
    flex-direction: column;
    padding-top:0px;
}
  .panel_content ul li {
    font-size: 3vw;
  }
  .panel_content img {
    width: 95%;
    margin-left:2.5%;
}
  .panel_content img + p {
    font-size: 3.3vw;
}
  .btn_trial a{
    font-size:3.6vw;
  }
  #movie {
    padding-bottom: 10vw;
}
  #movie h2 img {
    width: auto;
    height: 28vw;
}
  #movie iframe {
    width: 90vw;
    height: 50.625vw;
    margin: 10vw auto 0;
}
  #movie .howto {
    width: 90vw;
    margin: 4vw auto 0;
    display:block;
}
  #movie .howto h3{
    font-size:4vw;
    width:16em;
  }
  #movie .howto ul{
    margin-top:4vw;
  }
  #movie .howto ul li {
    font-size: 3.8vw;
}
  
  
  #example h2 img {
    width:auto;
    height: 28vw;
}
  #example h3 {
    font-size: 3.8vw;
}
  #example ul li {
    width: 100%;
    margin-bottom: 5vw;
}
  #example ul li h4{
    font-size:4vw;
  }
  #example ul li > div {
    padding: 5vw;
    
}
  #example ul li h5 {
    font-size: 5.5vw;
}
  #example ul li h6 {
    font-size: 3.9vw;
}
  #example ul li dl div {
    margin-top: 5vw;
}
  #example ul li dl div dt{
    font-size:4vw;
  }
  #example ul li dl div dd {
    font-size: 3.8vw;
}
  
  
  
  
  #faq h2 img {
    width: auto;
    height: 28vw;
}
  #banner_area h3 {
    font-size: 4.2vw;
}
  #banner_area h3 + img{
    display:block;
    width:50%;
    margin:4vw auto;
  }
  #banner_area h3 + img + p {
    font-size: 3.8vw;
    line-height: 2;
}
  #banner_area ul{
    width:75%;
    margin:5vw auto 0;
  }
  #banner_area ul li {
    width: 100%;
    margin-bottom: 5vw;
}
  #banner_area ul li a{
    font-size:3.3vw;
  }
  #banner_area .flex{
    display:block;
  }
#banner_area .flex div {
    width: 100%;
}
  
  
  
  
  
  footer {
    padding: 5vw 0;
}
  footer .inner{
    display:block;
  }
  footer ul{
    justify-content: center;
    margin-bottom:4vw;
  }
  footer ul li a {
    font-size: 3vw;
}
  footer p {
    text-align: center;
    font-size: 2.5vw;
    margin-right: 0em;
}
  
  
}
