@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address,
em, img,
small, strong, sub, sup,
b, u, i,
ul, ol, li, dl, dt, dd,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, aside, figure, figcaption,
header, footer, nav, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, section, aside, figure, figcaption, header, footer, nav { display: block; }
body { line-height: 1; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight:bold;}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*================================================

　全体

=================================================*/
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*::before,
*::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; height: 100%; }
body { 
	position: relative;
	height: 100%;
	color: #000;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	opacity: 1;
	transition: all 0.5s ease;
}
a:hover {
	opacity: 0.3;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"]{
		pointer-events: none;
	}
}

img { max-width: 100%; height: auto; vertical-align: bottom; }


/*================================================

　レイアウト

=================================================*/
#content {
	min-width: 1280px;
	margin: 0 auto;
	padding: 10px 0 0;
}
#content.fixed {
	padding: 274px 0 0;
}

.mt_0 {
    margin-top: 0!important;
}
.mb_0 {
    margin-bottom: 0!important;
}
.sp-new-line {
	display: none;
}

@media screen and (max-width: 835px) {

	#content {
		padding: 0;
		min-width: 100%;
	}
	#content.fixed {
		padding: 66px 0 0;
	}

}

@media screen and (max-width: 835px) {

	.pc-new-line {
		display: none;
	}
	.sp-new-line {
		display: block;
	}

}

.content-title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	max-width: 1320px;
	margin: 0 auto 50px;
	padding: 0 0 13px;
	font-size: 2.5rem;
	line-height: 1;
}
.content-title span {
	display: inline-block;
}
.content-title::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 100vw;
	height: 1px;
	transform: translateX(-50%);
	background-color: #000;
}

.privacy .content-title {
	padding: 0 0 5px;
}
.privacy .content-title span {
	position: absolute;
	right: 0;
	bottom: 13px;
}


@media screen and (max-width: 835px) {

	.content-title {
		display: block;
		margin: 0 auto 20px;
		padding: 0 0 13px;
		text-align: left;
		font-size: 1.6rem;
	}
	.content-title span {
		display: block;
		padding: 10px 0 0;
	}

	.what .content-title img {
		max-width: 239px;
	}
	.demo .content-title img {
		width: 100%;
		max-width: 501px;
	}
	.environment .content-title img {
		width: 100%;
		max-width: 403px;
	}
	.price .content-title img {
		width: 100%;
		max-width: 201px;
	}

	.contact .content-title img {
		width: 100%;
		max-width: 189px;
	}
	.company .content-title img {
		width: 100%;
		max-width: 286px;
	}

	.privacy .content-title {
		padding: 0 0 13px;
	}
	.privacy .content-title img {
		width: 100%;
		max-width: 235px;
	}
	.privacy .content-title span {
		position: static;
		padding: 10px 0 0;
	}

}

/*================================================

　メインイメージ

=================================================*/
.mainvisual {
	position: relative;
	z-index: 99999;
}
.mainvisual-img-icon {
	position: absolute;
	left: 50%;
	top: -75px;
	width: 100%;
	padding: 0 60px;
	text-align: center;
	transform: translateX(-50%);
	z-index: 99999;
	mix-blend-mode: multiply;
}
.inner {
	height: 345px;
}

@media screen and (max-width: 835px) {

	.mainvisual.open {
		z-index: 9;
	}
	.mainvisual-img-icon {
		top: 0;
		padding: 0 20px;
		z-index: 9999;
	}	
	.inner {
		height: 120px;
	}

}

/*================================================

　フッター

=================================================*/
footer {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
}
footer ul {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	line-height: 1;
	background-color: #1D2080;
}
footer ul li {
	display: inline-block;
	margin: 0;
}
footer ul li a {
	color: #FFF !important;
}
#copy {
	margin: 0;
	padding: 12px 0 ;
	color: #FFF;
	text-align: center;
	background-color: #000;
}
#copy p {
	margin-bottom: 7px;
}

@media screen and (max-width: 835px) {
	footer {
		font-size: 1.2rem;
	}
	#copy {
		font-size: 1rem;
	}
}
