/* CSS Document */

header {
	background: transparent;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.0);
}

/* スクロール後 */
header.scrolled {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.top {
	background: url(../images/bg01.svg) center center / cover;
	/*height:110vh;*/
	height:auto;
	padding-top:150px;
	position:relative;
}

.top .inner {
	width: 1200px;
	padding-bottom:100px;
}

.top .h1sub { font-size:24px; text-align:center; color:#4093df; margin-bottom:10px;}
.top h1 { font-size:52px; font-weight:900; text-align:center; color:#4093df; line-height:1em; margin-bottom:1em;}
.top h2 { font-size:35px; font-weight:normal; line-height:1em; margin-bottom:.5em;}
.top .msg { font-size:16px; margin-bottom:80px;}
.top ul.ulmerit {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom:5%;
}
.top ul.ulmerit li {
	margin-right: 5px;
	margin-left: 5px;
}

/* Slider control */
.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slick-slide {
	margin: 0 5px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #4093df !important;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}
/* Slider contents */
.section {
  /*max-width: 600px;*/
  margin: 0 auto;
  padding: 30px 0;
}
.slider div {
	position:relative;
}
.slider div p {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0,102,204,0.5);
	display: inline-block;
	margin-bottom: 0px;
}


ul.userlogo {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
ul.userlogo li {
	width: 21%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	text-align: center;
	padding: 5px 20px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	}
ul.userlogo li img {
	max-height: 60px;
}

/* section */
.sec01 {
	padding-top:100px;
	padding-bottom:100px;
	background-image: url("../images/bg03.svg");
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}
.sec02 {
	padding-top:100px;
	padding-bottom:100px;
	background-image: linear-gradient(0deg, rgba(234, 241, 250, 1) 10%, rgba(234, 241, 250, 0) 30% 70%, rgba(234, 241, 250, 1) 90%);
}
.sec03 {
	padding-top:100px;
	padding-bottom:100px;
	background-color: rgba(234, 241, 250,1);
}
.sec04 {
	padding-top:100px;
	padding-bottom:100px;
}
.sec05 {
	padding-top:100px;
	padding-bottom:100px;
	background-color: rgba(0, 0, 0,0.1);
}

.sec06 {
	padding-top:100px;
	padding-bottom:100px;
	background-image: linear-gradient(0deg, rgba(234, 241, 250, 1) 10%, rgba(234, 241, 250, 0) 30% 70%, rgba(234, 241, 250, 1) 90%);
}
.sec06::after {
	background-image: url("../images/bg03.svg");
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}


/*-------------------------------------　機能　--*/
/* 他社AIとの比較 */
.hikaku {
	background-color: #fff;
	box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.8);
	border-radius: 10px;
	width:46%;
	padding: 5%;
	margin-left:2%;
	margin-right:2%;

}
.hikaku dl {
	font-size:14px;
}
.hikaku dl dt {
	font-weight: normal;
	width:30%;
	float: left;
}
.hikaku dl dd {
	padding-left: 32%;
	border-bottom: 1px double #ccc;
	margin-bottom:1em;
	padding-bottom:1em;
}


.system {
	position: relative;
}
.system .system01 {
	position: absolute;
	top: 18%;
	left: 50%;
    transform: translateX(-50%);
	width: 50%;
	text-align: left;
	font-size: 12px;
	padding: 8px;
	border: 3px solid #CCC;
	border-radius:5px;
	background-color: #fff;
}
.system .system02 {
	position: absolute;
	top: 67.5%;
	left: 0%;
	width: 48%;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	border: 3px solid #CCC;
	border-radius:5px;
	background-color: #fff;
}
.system .system03 {
	position: absolute;
	top: 67.5%;
	right: 0%;
	width: 48%;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	border: 3px solid #CCC;
	border-radius:5px;
	background-color: #fff;
}
.example img {
}

/*-------------------------------------　料金　--*/
.trybtn {
	max-width: 350px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	text-align: center;
}
.trybtn a {
	display: block;
	background-color: #3ea4e7;
	border-radius:10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px;
}
.trybtn a:hover {
	background-color: #86C6F0;
}
.pricearea {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.pricebox {
	padding: 20px;
	width:32%;
	background-color:#fff;
	border-radius:10px;
}
.pricebox h3 {
	font-size: 30px;
	color: #4093df;
	text-height: 1em;
	font-weight: normal;
	text-align:center;
	margin-bottom:0.5em;
}
.pricebox h3 span {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display:block;
}
.price {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	vertical-align: central;
	line-height: 1em;
}
.price sub {
	font-size: 16px;
	font-weight: normal;
	padding-left:0.3em;
	padding-right:0.3em;
	vertical-align: baseline;
}
dl.dlprice {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size:14px;
}
dl.dlprice dt {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
dl.dlprice dd {
	color: #2483D9;
	font-weight:bold;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: 1px dotted #999;
}
/*-------------------------------------　事例　--*/
ul.uljirei {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}
ul.uljirei li {
	width: 25%;
	padding: 20px 30px;
	text-align: center;
}
ul.uljirei img {
	max-height:60px;
}
.jirei-box {
	background-color: #fff;
	padding:20px;
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	margin-bottom:40px;
	position:relative;
	z-index:1;
}
.jirei-box-img {
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}
.jirei-box-img img {
	border-radius:10px;
	width:100%;
}
.jirei-box-chd {
	padding:20px;
}
.jirei-box h3 {
	font-size: 30px;
	border-left: 3px solid #4093df;
	padding-left: 20px;
	margin-bottom:1em;
}
.jirei-box a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 70%,rgba(255,255,255,1) 100%);
	z-index:2;
}
/*-------------------------------------　NEWS　--*/
.post-list {
	margin-bottom:3%;}
dl.dl-news {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
dl.dl-news dt {
	width: 120px;
	text-align: left;
	padding: 10px;
	margin-bottom: 0;
	border-bottom: 1px dashed #666;
	display: flex;
}
dl.dl-news dd {
	font-size:18px;
	padding:10px;
	width: calc(100% - 120px);
	margin-bottom: 0;
	border-bottom: 1px dashed #666;
}
/*-----------------------------------faq--*/
dl.faq {
}
dl.faq dt {
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background-color: #FFF;
	padding: 20px 20px 20px 45px;
	margin-bottom: 5px;
	font-weight: bold;
}
dl.faq dt {
	border: 1px solid #CCC;
	background-image: url(../images/qaq.png);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}
dl.faq dt:hover {
	background-color:#f2f2f2;}
dl.faq dd {
	border-radius: 3px;
	position: relative;
	background-color: #FFF;
	padding: 20px 20px 20px 45px;
	margin-bottom: 25px;
	margin-top: -3px;
	border: 1px solid #CCC;
}
dl.faq dd {
	position: relative;
}

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

.top {
	width: 100%;
	padding-top:100px;
}

.top .inner {
	position: static;
	height: auto;
	width:100%;

	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	top: 0%;
	left: 0%;
	transform: translate(0%, 0%);
}
.top .h1sub { font-size:24px; text-align:center; color:#4093df;}
.top h1 { font-size:48px; font-weight:bold; text-align:center; color:#4093df;}
.top h2 { font-size:36px; font-weight: normal; text-align:center;}
.top .msg { font-size:12px; text-align:center; margin-bottom:40px;}
.top ul.ulmerit {
	justify-content: center;
}
.top .row {}
.top .col-50 {
	width:100%;
}
.top .col-40 {
	margin-left:auto;
	margin-right:auto;
}
.top .parent {
}

}
@media screen and (max-width:1000px) {
.item-wap {margin-left:3%;}
.itemch {width: 30%;}
.pricearea {
	flex-wrap: wrap;
}
.pricebox {
	width:49%;
	margin-bottom:3%;
}
}

@media screen and (max-width:800px) {
.top h1 { font-size:34px;}
.top h2 { font-size:30px;}
.itemch {width: 47%;}

ul.uljirei li {
	width:30%;
}


.system .system01 {
	top: 18%;
	left: 50%;
    transform: translateX(-50%);
	width: 80%;
	font-size: 10px;
	padding: 5px;
}
.system .system02 {
	top: 67.5%;
	left: 0%;
	width: 48%;
	font-size: 10px;
	padding: 5px;
}
.system .system03 {
	top: 67.5%;
	right: 0%;
	width: 48%;
	font-size: 10px;
	padding: 5px;
}

.section {
  /*max-width: 600px;*/
}
.slider div {
}
.slider div p {
	font-size:12px;
}

}

@media screen and (max-width:600px) {
.hikaku {
	width:100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:30px;
}
}

@media screen and (max-width:600px) {
.pricebox {
	width:99%;
	margin-bottom:3%;
}
ul.uljirei li {
	width:40%;
}


ul.userlogo {}
ul.userlogo li {
	width: 31%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	text-align: center;
	padding: 5px 20px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	}
ul.userlogo li img {
	/*max-height: 60px;*/
}


}

@media screen and (max-width:500px) {
	ul.ullead li {
	width: 90%;
}


}

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



}
