@charset "utf-8";



/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}


/* IE10以上 */
@media all and (-ms-high-contrast: none) {
	body {
		font-family: Verdana, Meiryo, sans-serif;
	}
}



/* 基本設定 */
img,object,embed {max-width: 100%}

.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px}

*:focus {outline: none}

button {
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.order1 {order: 1}
.order2 {order: 2}



/* リンク */
a:link {color:#3f59fe; text-decoration: underline; font-weight: 500}

a:hover {color:; text-decoration: none}

a:visited {color:#494A85}



/* 全体 */
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 62.5%;
	font-feature-settings: "palt"
}

body {
	position: relative;
	color: #000;
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 1.6em;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0 60px;
	margin: 0 auto;
	box-sizing: border-box;
}

.main {
	position: relative;
	padding-top: 120px;
	background: #fff;
	z-index: 4;
}

.flex_wrap {
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
}

	.flex_wrap + .flex_wrap {
		margin-top: 65px;
	}

.flex_box {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
	.flex_box:nth-child(1) {padding-left: 5%}
	.flex_box:nth-child(2) {padding: 0 5%}

.feature_box {}

hr {
	width: 80%;
	height: 0px;
	margin: 120px auto;
	border: none;
	border-top: 1px solid #e0e0e0;
}



/* テキスト関連 */
h2, h4, h5 {font-weight: 700}
h2 {
	font-size: 4.2rem;
	margin-bottom: 15px;
}
h3 {
	font-size: 2.4rem;
	letter-spacing: 0.3rem;
	margin: 15px 0;
	font-weight: 500;
	color: #e1e8fe;
}
h4 {
	font-size: 3.0rem;
	margin: 7px 0 10px 0;
	line-height: 1.2;
}
	h4 span {letter-spacing: -1.5rem}
h5 {
	color: #373737;
	font-size: 1.9rem;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.2;
}
p {
	font-size: 1.6rem;
	color: #424242;
	line-height: 1.65;
	font-weight: 400;
	letter-spacing: 0.1rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
p.note {
	font-size: 1.2rem;
	color: #8d6e63;
	margin-top: 10px;
	font-weight: 500;
}
span.note {font-size: 1rem; color: #8d6e63}
.feature {
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	background: #3f59fe;
	display: inline-block;
	padding: 3px 15px;
	margin-left: 2px;
}

ul {margin: 18px 0 10px 0}
li {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 12px;
	color: #8d6e63;
	line-height: 1.2;
	list-style-type: disc;
	margin-left: 20px;
}

.blue {color: #3f59fe}
.white {color: #fff}
.black {color: #000}

.center {text-align: center}

.mobileOnly {display: none}


/* main vidual */
.main_vid {
	position:relative;
	background: rgb(63,89,254);
	background: linear-gradient(180deg, rgba(63,89,254,1) 0%, rgba(109,129,255,1) 100%);
	z-index: 1;
}

.waves {
	position:relative;
	width: 100%;
	height: auto;
	margin-bottom: -2px; /*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
	z-index: 3;
}


/* Animation */
.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
	0% {
		transform: translate3d(-90px,0,0);
	}
	100% { 
		transform: translate3d(85px,0,0);
	}
}

header {
	position: relative;
	height: 140px;
	box-sizing: border-box;
	padding-top: 60px;
	margin-bottom: 60px;
}

.logo_wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

h1 {
	display: block;
	width: 350px;
	height: 68px;
	background: url(../images/logo.svg) no-repeat;
	background-size: 350px 68px;
	text-indent: -9999rem;
}

span.powered {
	display: block;
	width: 154px;
	height: 21px;
	background: url(../images/powered.svg) no-repeat;
	text-indent: -9999rem;
}

button.inquery {
	position: absolute;
	top: 25px;
	right: 0;
	width: auto;
	height: 40px;
	padding: 0 20px;
	margin-top: 7px;
	background: #fff;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	box-shadow: 0 7px 10px 1px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}

	button.inquery:hover {
		top: 15px;
		box-shadow: 0 15px 25px 1px rgba(0,0,0,0.15);
	}

	button.inquery span {
		color: #3f59fe;
		font-size: 1.6rem;
		font-weight: 700;
	}
	
/* .main_vid_inner {height: 240px} */

	.main_vid_inner p {
		font-size: 1.4rem;
		color: #e1e8fe;
		line-height: 2.5rem;
		margin-bottom: 15px;
	}

.wrap.top {
	position: relative;
	width: 100%;
	height: 554px;
	max-width: 1200px;
	padding: 0 60px;
	margin: 0 auto -160px auto;
	box-sizing: border-box;
}

.desktop {
	position: absolute;
	max-width: 772px;
	width: 90%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	background: url(../images/main_vid1.png) no-repeat;
	background-size: 100%;
	z-index: 3;
	filter: drop-shadow(0 7px 10px rgba(0,0,0,0.6));
}

	.desktop video {
		position: absolute;
		top: 25px;
	}
	
.mobile {
	position: absolute;
	max-width: 230px;
	width: 230px;
	height: 100%;
	right: 7%;
	top: 15%;
	background: url(../images/main_vid2.png) no-repeat;
	background-size: 100%;
	z-index: 3;
	filter: drop-shadow(0 2px 10px rgba(0,0,0,0.2));
}

	.mobile video {
		position: absolute;
		top: 8.6%;
		left: 15%;
	}


/* feature1 */
.feature1 .flex_box img {
	position: absolute;
	
}
.feature1 .flex_box img:nth-child(1) {
	width: 426px;
	height: auto;
	margin-left: -999px;
	transition: all .7s cubic-bezier(.24,.65,.49,.96);
}

.feature1 .flex_box img:nth-child(2) {
	width: 178px;
	height: auto;
	margin-left: -999px;
	top: 40px;
	transition: all .9s cubic-bezier(.24,.65,.49,.96);
}

.feature1 .flex_box img:nth-child(3) {
	width: 93px;
	height: auto;
	margin-left: -999px;
	top: 125px;
	transition: all 1.1s cubic-bezier(.24,.65,.49,.96);
}

/* feature2 */
.feature2 {
	height: 350px;
}

.feature2 .flex_box:nth-child(2) {
	padding-top: 70px;
}

.feature2 .flex_box:nth-child(1)::after {
	display: none;
	content: "";
	width: 100%;
	height: 100px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,0) 100%);
	
}

.feature2 .flex_box:nth-child(1) {
	background: url(../images/ft2.png) no-repeat;
	background-size: 525px 320px;
}
.feature2 .flex_box img {position: absolute}

.feature2 .flex_box img:nth-child(1) {
	width: 200px;
	height: auto;
	left: 200px;
	top: -15px;
}

.feature2 .flex_box img:nth-child(2) {
	width: 350px;
	height: auto;
	left: 100px;
	top: 100px;
}

.feature2 .flex_box img:nth-child(3) {
	width: 150px;
	height: auto;
	left: -30px;
	top: 30px;
}

	.feature2 .flex_box img:nth-child(1) {animation: updown1 3s infinite}
	.feature2 .flex_box img:nth-child(2) {animation: updown2 4s infinite}
	.feature2 .flex_box img:nth-child(3) {animation: updown3 5s infinite}
		@keyframes updown1 {
			0% {top: -15px}
			50% {top: 0px}
			100% {top: -15px}
		}
		@keyframes updown2 {
			0% {top: 115px}
			50% {top: 100px}
			100% {top: 115px}
		}
		@keyframes updown3 {
			0% {top: 70px}
			50% {top: 50px}
			100% {top: 70px}
		}

/* themes */
.themes {
	position: relative;
	margin: 60px auto 0 auto;
	padding: 15px 0;
	background: rgb(63,89,254);
	background: linear-gradient(180deg, rgba(63,89,254,1) 0%, rgba(93,115,254,1) 100%);
	box-shadow: 0 0 15px 10px rgba(0,0,0,0.2) inset;
}

.themes::before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transform: rotate(180deg);
	width: 215px;
	height: 100%;
	background: rgb(63,89,254);
	background: linear-gradient(270deg, rgba(63,89,254,1) 0%, rgba(63,89,254,0.8) 32%, rgba(63,89,254,0) 100%);
}

.themes::after {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 215px;
	height: 100%;
	background: rgb(63,89,254);
	background: linear-gradient(270deg, rgba(63,89,254,1) 0%, rgba(63,89,254,0.8) 32%, rgba(63,89,254,0) 100%);
}

.loop_wrap {
	display: flex;
	width: 100%;
	height: 295px;
	overflow: hidden;
}

.loop_wrap img {
	max-width: none;
	width: auto;
	height: 100%;
}

	img.loop1 {animation: loop 60s -30s linear infinite}
	img.loop2 {animation: loop2 60s linear infinite}
	img.loop3 {animation: loop3 60s -30s linear infinite}
	img.loop4 {animation: loop4 60s linear infinite}

	@keyframes loop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
	@keyframes loop3 {
		0% {
			transform: translateX(-100%);
		}
		to {
			transform: translateX(100%);
		}
	}
	@keyframes loop4 {
		0% {
			transform: translateX(-200%);
		}
		to {
			transform: translateX(0);
		}
	}
	
/* feature3 */
.feature3 {height: 350px}
.feature3 .flex_box img {
	position: absolute;
	width: 430px;
	height: auto;
	left: -999px;
	box-shadow: 0 10px 30px 10px rgba(148,178,255,0.2);
	transition: all .9s cubic-bezier(.24,.65,.49,.96);
	margin-left: 10%;
}
	
/* feature4 */
.feature4 .flex_box img {
	position: relative;
	filter: drop-shadow(0 7px 10px rgba(148,178,255,0.6));
	margin-bottom: 25px;
	top: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.feature4 .flex_box img:hover {
	filter: drop-shadow(0 20px 25px rgba(148,178,255,0.4));
	top: -10px;
}

.feature4 .feature {
	margin-left: 0;
}

.feature4 .flex_box {
	padding: 0 5%;
}

/* feature5 */
.feature5 .flex_box:first-child {
	display: flex;
	align-items: center;
	padding: 0 0 0 2%;
}

.feature5 .flex_box:first-child img:nth-child(1) {
	max-width: none;
}

.feature5 .flex_box:first-child img:nth-child(2) {
	z-index: -1;
	animation: leftright 2s cubic-bezier(0,.71,1,.4) infinite;
	max-width: none;
}
	@keyframes leftright {
		0% {
			transform: translateX(-150%);
		}
		100% {
			transform: translateX(130%);
		}
	}

.feature5 .flex_box:first-child img:nth-child(3) {
	max-width: none;
	margin-left: -10px;
}

/* footer */
footer {
	text-align: center;
	margin-top: 100px;
	background: rgb(63,89,254);
	background: linear-gradient(180deg, rgba(63,89,254,1) 0%, rgba(93,115,254,1) 100%);
}

footer > .waves {
	transform: rotate(180deg);
}

footer .wrap {padding: 70px 0 90px 0}

footer h4 {font-weight: 400;line-height: 1.4;margin-bottom: 18px}
footer .wrap p {margin-bottom: 50px}
footer button.inquery {float: none}
span.copy {
	background: rgba(70,95,254,0.7);
	display: block;
	height: 50px;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	box-sizing: border-box;
	padding-top: 20px;
}


#page-top {
	position: fixed;
	display: block;
	width: 62px;
	height: 62px;
	background: url(../images/backtotop.svg) no-repeat;
	text-indent: -9999em;
	bottom: 30px;
	right: 40px;
	cursor: pointer;
	z-index: 999;
	box-shadow: 0 10px 15px 5px rgba(148,178,255,0.4);
}
	
	#page-top:hover {
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}


/************************************/
/************ for mobile ************/
/************************************/

@media (max-width: 1200px) {
	.wrap {padding: 0 35px}
	.flex_box:nth-child(1) {padding: 0}
	.flex_box:nth-child(2) {padding: 0}
	
	.feature1 .flex_box img:nth-child(1) {width: 65%}
	.feature1 .flex_box img:nth-child(2) {width: 30%; top: 5%}
	.feature1 .flex_box img:nth-child(3) {width: 15%; top: 35%}
	
	.feature2 .flex_box:nth-child(1) {background-size: 100%}
	.feature2 .flex_box img:nth-child(1) {width: 170px}
	.feature2 .flex_box img:nth-child(2) {width: 310px}
	.feature2 .flex_box img:nth-child(3) {width: 120px}
	
	.feature3 .flex_box:nth-child(2) {padding-left: 5%}
	
	.loop_wrap {height: 220px}
	.feature4 .flex_box {padding: 0 2% !important}
	
}



@media (max-width: 1000px) {
	.desktopOnly {display: none}
	.mobile {right: 0}
	
	.flex_box:nth-child(2), .flex_box:nth-child(3) {padding: 0}
	
	.feature1 .flex_box img:nth-child(3) {width: 15%; top: 30%}
	
	.feature2 .flex_box img:nth-child(1) {width: 150px}
	.feature2 .flex_box img:nth-child(2) {width: 190px}
	.feature2 .flex_box img:nth-child(3) {width: 100px}
	
	.feature3 .flex_box img {margin-left: 2%}
}



@media (max-width: 900px) {
	.desktopOnly {display: block}
	header {margin-bottom: 45px}
	h2 {font-size: 3.8rem; line-height: 1.2}
	h3 {font-size: 2.4rem}
	.mobile video {
		top: 9.4%;
		left: 15%;
	}
	.wrap.top {height: 480px}
	.flex_wrap {display: block}
	.flex_box img {
		display: block;
		position: relative !important;
		margin: 0 auto;
	}
	
	.feature1 .flex_box:nth-child(1) {
		width: 500px;
		height: 250px;
		margin: 0 auto;
	}
	.feature1 .flex_box img {position: absolute !important}
	
	.feature1 .flex_box img:nth-child(3) {width: 15%; top: 35%}
	
	.feature2, .feature3 {height: auto}
	.feature2 .flex_box:nth-child(1)::after {display: block}
	.feature2 .flex_box:nth-child(2) {padding-top: 0;}
	.feature2 .flex_box img {position: absolute !important; margin: 0 !important}
	.feature2 .flex_box img:nth-child(1) {left: 40%; top: 10%}
	.feature2 .flex_box img:nth-child(2) {left: 35%; top: 40%}
	.feature2 .flex_box img:nth-child(3) {left: 10%; top: 27%}
	
	.feature2 .flex_box:nth-child(1) {
		width: 100%;
    	height: 0;
    	padding-top: 50%;
		background-size: 75%;
		background-position: center center;
	}
	.feature2 .flex_box img:nth-child(1) {width: 25%}
	.feature2 .flex_box img:nth-child(2) {width: 40%}
	.feature2 .flex_box img:nth-child(3) {width: 20%}
	.feature2 .flex_box img:nth-child(1) {animation: none}
	.feature2 .flex_box img:nth-child(2) {animation: none}
	.feature2 .flex_box img:nth-child(3) {animation: none}
		
	
	.feature3 .flex_box {margin-bottom: 30px}
	.feature3 .flex_box img {width: 60%; margin: 0 auto}
	
	
	.feature4.notMobile .flex_box {display: block}
	.feature4 .flex_box {display: flex; margin-bottom: 40px; align-items: center; justify-content: center}
	.feature4 .flex_box img {width: 80%; margin-bottom: 0}
	.feature4 .center {text-align: left !important}
	.feature4 .flex_box_inner:first-child {width: auto; margin-right: 3%}
	.feature4 .flex_box_inner:last-child {width: 60%}
	
	.feature5 .flex_box {justify-content: center}
	.feature5 .flex_box img {margin: 0 !important}
	.feature5 .flex_box:first-child {padding: 0; margin-bottom: 30px}
	.feature5 .flex_box:first-child img:nth-child(1) {width: 34%}
	.feature5 .flex_box:first-child img:nth-child(2) {width: 11%}
	.feature5 .flex_box:first-child img:nth-child(3) {width: 25.5%}
	
	footer .wrap {padding: 70px 35px 90px 35px}
}



@media (max-width: 768px) {
	.wrap.top {height: 420px}
	/* .waves {height: 50px;min-height: 50px} */
	.themes::before, .themes::after {width: 100px}
	.mobileOnly {display: block}
	h2 {font-size: 3.5rem}
	h3 {font-size: 2.3rem}
	.main_vid_inner p {font-size: 1.3rem}
	.mobile {width: 180px}
	.mobile video {
		top: 8.4%;
		left: 15%;
	}
	h4 {font-size: 2.8rem}
	h5 {font-size: 1.8rem; font-weight: 700}
}

@media (max-width: 660px) {
	header {height: auto; margin-bottom: 50px; padding-top: 20px;}
	h1 {
		width: 250px;
		height: 49px;
		background-size: 250px 49px;
	}
	span.powered {
		width: 120px;
		height: 17px;
		background-size: 120px 17px;
	}
	h1, span.powered {position: relative; margin: 0 auto; top: 0; left:0}
	span.powered {margin-top: 7px}
	header .inquery {float: none; display: block; margin: 0 auto;position: relative;}
}



@media (max-width: 600px) {
	h2 {font-size: 2.8rem}
	h3 {font-size: 2rem; margin: 8px 0 10px}
	.main_vid_inner p {font-size: 1.3rem}
	.mobile video {
		top: 9.3%;
		left: 15%;
	}
	.wrap.top {height: 380px}
	.main {padding-top: 80px}
	.wrap {padding: 0 20px}
	br {display: none}
	hr {margin: 50px auto}
	.loop_wrap {height: 180px}
	.feature1 .flex_box:nth-child(1) {width: 100%; padding-left: 5%}
	footer .wrap {padding: 50px 35px 70px 35px}
	#page-top {
		width: 45px;
		height: 45px;
		background-size: 45px 45px;
		right: 20px;
		bottom: 20px;
	}
}















