body {
	color: #000031;
	vertical-align: baseline;
	font-family: 'IBM Plex Sans JP',"メイリオ", "Meiryo","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
	height: 100%;
	margin:0;
	padding:0;
    line-height: 160%;
}
a{
	transition: all  0.2s ease-out;
    color: #000031;
    text-decoration: none;
}
a:hover {
	text-decoration:none;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.description .img-responsive {
  margin-bottom: 1em;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
:root {
    --gradation: linear-gradient(135deg, #b74fc9 0%, #405cff 100%);
    --sub-gradation: linear-gradient(90deg, #d9deff 0%, #f3dcf7 100%) ;
    --main-color: #000031;
    --sub-color: #0098db;
}
section h2{
    text-align: center;
    margin: 0 0 40px 0;
    font-size: 21px;
    color: var(--sub-color);
    font-weight: normal;
}
section h2 span{
    display: block;
    color: var(--main-color);
    font-size: 60px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 120%;
    white-space: nowrap;
}
/***********************************************
 wrapper
************************************************/
#wrapper{
    overflow: hidden;
}
/***********************************************
 header
************************************************/
header {
    display: block;
}
header h1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    max-width: 470px;
    width: 33%;
}
header h1 img{
    width: 100%;
    height: auto;
}
header .dl-bt{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    max-width: 215px;
}
header .dl-bt img{
    width: 100%;
    height: auto;
}
/***********************************************
 stage
************************************************/
#stage{
    background: url(../images/stage-bg.svg) no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 50px;
    position: relative;
}
#stage h2{
    position: absolute;
    left: 10%;
    top: 47%;
    margin: auto;
    z-index: 2;
    transform: translate(0, -50%);
    max-width: 460px;
    width: 32%;
    z-index: 99999;
}
#stage h2 img{
    width: 100%;
    height: auto;
}
.swiper {
    width: 90%;
}
@media screen and (min-width: 1500px) {
.swiper {
    width: 70%;
}    
}
.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-slide span{
    position: absolute;
    content: "";
    right: 0;
    bottom: 19%;
    max-width: 247px;
    width: 18%;
}
.swiper-slide span img{
    width: 100%;
    height: auto;
}
/***********************************************
 features
************************************************/
#features{
    margin: 70px 0;
    position: relative;
}
#features .inner{
    width: 90%;
    max-width: 1200px;
    margin:  0 auto;
    padding: 0;
    position: relative;
}
#features .inner:before{
    position: absolute;
    content: "";
    height: 85%;
    width: 100%;
    display: block;
    margin:  0 auto;
    background: var(--sub-gradation);
    z-index: -1;
}
#features .inner .column{
    padding: 60px 50px 0 50px;
}
#features .inner .column h3{
    position: absolute;
    content: "";
    left: -4%;
    top: 70px;
    width: 43%;
}
#features .inner .column img{
    width: 100%;
    height: auto;
}
#features .inner h4{
    text-align: center;
    font-size: 46px;
    line-height: 180%;
    margin: 40px 0 0 0;
}
#features .inner h4 strong{
    font-weight: normal;
    color: #fff;
    background-image: var(--gradation);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 5px;
}
#features .inner h4 span{
    display: block;
}
#features .inner .features-img{
    width: 85%;
    margin: 0 auto;
}
/***********************************************
 movie
************************************************/
#movie{
    margin: 70px 0 120px 0;
}
#movie .inner{
    max-width: 940px;
    width: 90%;
    margin: 0 auto;
}
#movie .movie-column{
    position: relative;
}
#movie .movie-bg{
    position: absolute;
    content: "";
    right: -20%;
    top: -30%;
    width: 54.5%;
    padding-top: 47%;
    background: url(../images/movie-bg.svg) no-repeat;
    background-size: cover;
    z-index: -1;
}
/***********************************************
 advantage
************************************************/
#advantage{
    margin: 70px 0;
}
#advantage .scene{
    position: relative;
    margin: 100px 0 150px 0;
}
#advantage .scene .tab{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 208px;
}
#advantage .scene .tab img{
    width: 100%;
    height: auto;
}
#advantage .scene .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#advantage .scene .inner h3{
    position: absolute;
    content: "";
    width: 25%;
    max-width: 300px;
    z-index: 3;
}
#advantage .scene-1 .inner h3,#advantage .scene-3 .inner h3{
    left: 0;
    top: 0;
}
#advantage .scene-2 .inner h3{
    right: 0;
    top: 0;
}
#advantage .scene .inner h3 img{
    width: 100%;
    height: auto;
}
#advantage .scene .inner dl{
    margin: 90px 0;
    position: relative;
}
#advantage .scene .inner dl dt h4 {
    position: absolute;
    transform: translate(0, -50%);
    font-size: 60px;
    color: #fff;
    font-weight: 200;
    line-height: 120%;
}
#advantage .scene .inner dl dt h4 sup{
    font-size: 20px;
    vertical-align: top;
    position: relative;
	top: 1em;
}
#advantage .scene .inner dl dt h4 small{
    display: block;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    background: #fff;
    padding: 5px 0;
}
#advantage .scene-1 .inner dl dt h4,#advantage .scene-3 .inner dl dt h4 {
    top: 70%;
    left: 0;
}
#advantage .scene-2 .inner dl dt h4 {
    top: 70%;
    right: 0;
}
#advantage .scene .inner dl dt h4 span{
    background-image: var(--gradation);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 10px;
}
#advantage .scene .inner dl dd {
    width: 75%;
    margin: 0;
    padding: 0;
}
#advantage .scene-1 .inner dl dd, #advantage .scene-3 .inner dl dd{
    margin-left: auto;
}
#advantage .scene .inner dl dd img{
    max-width: 910px;
    width: 100%;
    height: auto;
}
#advantage .scene .inner ul.column-2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#advantage .scene .inner ul.column-2 li{
    width: 48%;
    text-align: center;
    position: relative;
}
#advantage .scene .inner ul.column-2 li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    border: 15px solid #405cff;
    border-image: var(--gradation);
    border-image-slice: 1;
    box-sizing: border-box;
    z-index: -1;
}
#advantage .scene .inner ul.column-2 li h5{
    font-size: 30px;
    font-weight: normal;
    line-height: 150%;
    padding: 60px 15px 40px 15px;
}
#advantage .scene .inner ul.column-2 li img{
    width: 80%;
    height: auto;
}
#advantage .scene .inner ol.column-1 {
    position: relative;
    max-width: 1100px;
    margin: 90px auto;
}
#advantage .scene .inner ol.column-1 h5{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin: auto;
    border: 15px solid #405cff;
    border-image: var(--gradation);
    border-image-slice: 1;
    box-sizing: border-box;
    z-index: 2;
    width: 48%;
    padding: 40px 20px;
    font-size: 28px;
    font-weight: normal;
    line-height: 150%;
}
#advantage .scene .inner ol.column-1 h5 span{
    display: block;
}
#advantage .scene .inner ol.column-1 li:last-child{
    width: 50%;
    margin-left: auto;
}
#advantage .scene-2 .inner ol.column-1 li:last-child{
    position: relative;
    z-index: 3;
}
#advantage .scene .inner ol.column-1 li:last-child img{
    width: 100%;
    height: auto;
}
/***********************************************
 products
************************************************/
#products{
    margin: 70px 0;
}
#products .inner{
    width: calc(90% - 140px);
    max-width: calc(1200px - 140px);
    margin: 0 auto;
    background: url(../images/products-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 70px;
    position: relative;
}
#products .inner:after{
    position: absolute;
    content: "";
    right: 30px;
    top: 0;
    background: url(../images/point-3.svg) no-repeat;
    background-size: cover;
    width: 44%;
    padding-top: 41.5%;
    margin-top: -80px;
}
#products .inner dl{
    margin: 0;
    padding: 0;
}
#products .inner dl dt{
    max-width: 465px;
    width: 43%;
}
#products .inner dl dd{
    margin: 20px 0 50px 0;
    padding: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 160%;
}
#products .inner dl dd span{
    display: block;
}
#products .inner img{
    width: 100%;
    height: auto;
}
/***********************************************
 history
************************************************/
#history {
    margin: 90px auto 120px auto;
    max-width: 1200px;
}
#history img{
    width: 100%;
    height: auto;
}
/***********************************************
 catalog
************************************************/
#catalog{
    margin: 70px 0 90px 0;
}
#catalog .inner{
    max-width: 910px;
    width: 90%;
    margin: 0 auto;
}
#catalog .inner .frm{
    padding: 50px;
    border: 15px solid #405cff;
    border-image: var(--gradation);
    border-image-slice: 1;
    box-sizing: border-box;
    position: relative;
}
#catalog .inner .frm:before{
    position: absolute;
    content: "";
    left: 20px;
    top: 20px;
    background: var(--sub-gradation);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: -1;
}
#catalog .inner .lead{
    position: relative;
}
#catalog .inner .lead p{
    padding-right: 100px;
    font-weight: 500;
}
#catalog .inner .lead span{
    position: absolute;
    content: "";
    bottom: 0;
    right: -7%;
    display: block;
    max-width: 170px;
    width: 20%;
    margin-bottom: -10%;
}
#catalog .inner .lead span img{
    width: 100%;
    height: auto;
}
#catalog .inner .alert{
    font-size: 13px;
    line-height: 130%;
}
/***********************************************
 footer
************************************************/
#footer{
    background: linear-gradient(90deg, #d9f0e6 0%, #d9deff 100%) ;
    padding: 80px 0;
    position: relative;
}
#footer .up-bt{
    position: absolute;
    top: -80px;
    right: 20px;
}
#footer .inner{
    max-width: 400px;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}
#footer .inner p{
    font-size: 14px;
    font-weight: 500;
    margin: 30px 0;
}
#footer .inner p span{
    margin-right: 10px;
}
#footer .inner ul{
    display: flex;
    justify-content: space-around;
    width: 200px;
    margin: 0 auto 30px auto;
}
#footer .inner ul li a{
    width: 33px;
    height: 28px;
    display: block;
}
#footer .inner ul li:nth-of-type(1){
    background: url(../images/ic-fb.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#footer .inner ul li:nth-of-type(2){
    background: url(../images/ic-in.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
#footer .inner ul li:nth-of-type(3){
    background: url(../images/ic-youtube.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#footer .inner small{
    font-size: 11px;
}
@media screen and (max-width: 900px) {
/***********************************************
 advantage
************************************************/
#advantage .scene .tab{
    width: 5%;
}
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 768px) {
/***********************************************
 header
************************************************/
header h1{
    width: 52%;
}
header .dl-bt{
    max-width: 160px;
}
/***********************************************
 stage
************************************************/
#stage{
    margin-top: 32%;
}
#stage h2{
    left: 5%;
    top: 36%;
    width: 48%;
}
.swiper {
    width: 95%;
}
.swiper-slide span{
    bottom: 15%;
    width: 30%;
}
/***********************************************
 features
************************************************/
#features .inner .column{
    padding: 60px 15px 0 15px;
}
#features .inner .column h3{
    left: -4%;
    top: -10px;
    width: 52%;
}
#features .inner .features-img{
    width: 100%;
}
/***********************************************
 movie
************************************************/
#movie .movie-bg{
    right: -5%;
    top: -30%;
    width: 45%;
    padding-top: 39%;
}
/***********************************************
 advantage
************************************************/
#advantage{
    margin: 70px 0 100px 0;
}
#advantage .scene{
    margin: 0 0 50px 0;
}
#advantage .scene .inner h3{
    width: 28%;
}
#advantage .scene .inner dl{
    margin: 50px 0 40px 0;
}
#advantage .scene .inner dl dt h4 {
    font-size: 6vw;
}
#advantage .scene .inner dl dt h4 small{
    font-size: 13px;
}
#advantage .scene .inner ul.column-2 li{
    width: 100%;
    margin-bottom: 40px;
}
#advantage .scene .inner ul.column-2 li:before{
    border: 7px solid #405cff;
    border-image: var(--gradation);
    border-image-slice: 1;
    box-sizing: border-box;
}
#advantage .scene .inner ul.column-2 li h5{
    font-size: 24px;
    padding: 40px 10px 20px 10px;
}
#advantage .scene .inner ol.column-1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
#advantage .scene .inner ol.column-1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    border: 7px solid #405cff;
    border-image: var(--gradation);
    border-image-slice: 1;
    box-sizing: border-box;
    z-index: -1;
}
#advantage .scene .inner ol.column-1 li:first-child{
    text-align: center;
    width: 100%;
    padding: 40px 10px 20px 10px;
}
#advantage .scene .inner ol.column-1 h5{
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    width: 100%;
    border: none;
    font-size: 24px;
    padding: 0;
}
#advantage .scene .inner ol.column-1 li:last-child{
    width: 80%;
    margin: 0 auto;
}
/***********************************************
 products
************************************************/
#products .inner{
    width: calc(90% - 40px);
    max-width: calc(1200px - 40px);
    padding: 60px 20px;
}
#products .inner:after{
    right:0;
    width: 52%;
    padding-top: 48.7%;
    margin-top: -15%;
}
#products .inner dl{
    margin: 30px 0 0 0;
    padding: 0;
}
#products .inner dl dd{
    font-size: 24px;
    margin: 40px 0 10px 0;
}
#products .inner dl dd span{
    display: inline;
}
/***********************************************
 history
************************************************/
#history {
    margin: 40px auto 90px auto;
}
}
@media screen and (max-width: 740px) {
}
@media screen and (max-width: 640px) {
section h2{
    font-size: 18px;
}
section h2 span{
    font-size: 44px;
}
/***********************************************
 features
************************************************/
#features .inner h4{
    font-size: 7vw;
    line-height: 180%;
    margin: 30px 0 0 0;
}
/***********************************************
 catalog
************************************************/
#catalog .inner .frm{
    padding: 40px;
    border: 10px solid #405cff;
    border-image: var(--gradation);
    border-image-slice: 1;
}
#catalog .inner .frm:before{
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}
#catalog .inner .lead p{
    padding-right: 20%;
    font-size: 15px;
}
#catalog .inner .lead span{
    right: -9%;
    width: 25%;
    margin-bottom: -15%;
}
}
@media screen and (max-width: 480px) {
/***********************************************
 catalog
************************************************/
#catalog .inner .frm{
    padding: 20px;
}
#catalog .inner .frm:before{
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
}
@media screen and (max-width: 400px) {
/***********************************************
 footer
************************************************/
#footer .inner p span{
    display: block;
    margin-right: 0;
}
}
@media screen and (max-width: 350px) {
/***********************************************
 header
************************************************/
header .dl-bt{
    max-width: 130px;
}
}
@media screen and (max-width: 300px) {
}