@charset "UTF-8";
#home main {
	padding-top: 100vh
}
.herobox {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	overflow: hidden
}
.herobox .frontshadow {
	position: absolute;
	content: '';
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 2;
	background: #4f6bd4;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 107, 212, 0)), color-stop(25%, rgba(79, 107, 212, 0.1)), color-stop(85%, rgba(70, 78, 143, 0.1)), color-stop(92%, rgba(69, 74, 135, 0.35)));
	background: linear-gradient(0deg, rgba(79, 107, 212, 0) 0%, rgba(79, 107, 212, 0.1) 25%, rgba(70, 78, 143, 0.1) 85%, rgba(69, 74, 135, 0.35) 92%);
	mix-blend-mode: multiply
}
.herobox .heroimg {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover
}
.herobox .swiper1 {
	width: 100%;
	height: 100%
}
.herobox .swiper-pagination {
	bottom: 30px
}
.fronttxt {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 3;
	color: #fff;
	background-image: url(lib/img/top/hero_txtbg.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 50% 50%
}
.fronttxt h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 46px;
	font-weight: 400;
	line-height: 1;
	gap: 15px;
	margin: 0;
	padding: 0
}
.fronttxt h2 {
	margin-top: 25px;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	padding-left: 8%;
}
.fronttxt .icon-times {
	display: inline-block;
	color: #fff;
	content: '';
	width: 40px;
	height: 40px;
	position: relative
}
.fronttxt .icon-times:after, .fronttxt .icon-times:before {
	content: '';
	position: absolute;
	top: 24px;
	width: 40px;
	height: 1px;
	background-color: #fff
}
.fronttxt .icon-times:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.fronttxt .icon-times:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.bakshadow {
	display: none
}

@media screen and (max-width:599px) {
	.fronttxt {
		background-image: none;
		z-index: 2
	}
	.fronttxt h1 {
		font-size: 27px;
		gap: 5px
	}
	.fronttxt .icon-times {
		width: 20px;
		height: 20px
	}
	.fronttxt .icon-times:after, .fronttxt .icon-times:before {
		width: 20px;
		top: 12px
	}
	.fronttxt h2 {
		margin-top: 22px;
		font-size: 14.5px
	}
	.bakshadow {
		position: absolute;
		display: block;
		content: '';
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 1;
		color: #fff;
		background-image: url(lib/img/top/hero_txtbg.png);
		background-repeat: no-repeat;
		background-size: auto;
		background-position: 50% 50%
	}
}


.herobot {
	position: relative;
	display: block;
	width: 320px;
	height: 48px;
	margin-top: 35px;
	padding: 15px 0 5px 10px;
	background-color: rgba(255, 255, 255, 0.25);
	border: solid 1px #fff;
	border-radius: 24px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s
}
.herobot:before {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 17px;
	left: 34px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.herobot:hover {
	background-color: rgba(51, 51, 51, 0.8)
}
.herobot:hover:before {
	-webkit-transform: translateX(5px) rotate(45deg);
	transform: translateX(5px) rotate(45deg)
}

.bgimg {
	position: absolute;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	display: block;
	font-size: 100px;
	letter-spacing: 0px;
	line-height: 1;
	overflow: hidden
}

@media screen and (max-width:599px) {
	.bgimg {
		font-size: 40px
	}
}

/* --メッセージ--*/
article.mess {
	background-color: #FFFFFF;
}
article.mess .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}
article.mess .bgimg {
	height: 92px;
	bottom: -10px;
	right: -100px;
	z-index: 0;
	color: #f7f7fa;
}
article.mess .contwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 80px
}
article.mess .messlist {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
article.mess .messlist li {
font-size: 16px;
	color: #000000;
	line-height: 1.9em;
	font-style: normal
}
article.mess .messlist li p.dai{
text-align: right;
padding-top: 20px;
}

@media screen and (max-width:599px) {
	article.mess .inner {
		padding-top: 36px
	}
	article.mess .bgimg {
		height: 75px;
		bottom: -10px;
		right: -5px
	}
	article.mess .contwrap {
		display: block
	}
	article.mess .tit_circle {
		margin: 0 auto
	}
}
/* --メッセージEND--*/



/* --営業項目PC--*/
article.items {
	padding-top: 10px
}
article.items .boxs {
  display: flex;
		flex-wrap: wrap;
  }
article.items .ptn1, article.items .ptn2, article.items .ptn3, article.items .ptn4, article.items .ptn5, article.items .ptn6{
width: 50%
  }

article.items .solution {
	height: 390px;
  background: #2687d8 url("../img/top/backimg01.png") 95% 20px / auto 90% no-repeat;
  }
article.items .solution_img {
	height: 390px;
  background: url("../img/top/images01.jpg") left top / auto 100% no-repeat;
  }
article.items .solution2 {
	height: 390px;
  background: #31d8a3 url("../img/top/backimg01.png") 95% 20px / auto 90% no-repeat;
  }
article.items .solution_img2 {
	height: 390px;
  background: url("../img/top/images02.jpg") left top / auto 100% no-repeat;
  }
article.items .solution3 {
	height: 390px;
  background: #ed10c1 url("../img/top/backimg01.png") 95% 20px / auto 90% no-repeat;
  }
article.items .solution_img3 {
	height: 390px;
  background: url("../img/top/images03.jpg") left top / auto 100% no-repeat;
  }

.items .boxs .box1,.items .boxs .box2{
display: flex;
justify-content: center;
align-items: center;
}
.items .boxs .boxin{
width: 70%;
text-align: center;
}
.items .boxs .boxin .img{
text-align: left;
}
.items .boxs .sub{
font-size: 15px;
color: #FFFFFF;
text-align: left;
padding: 10px 0 0 0px;
}
.items .boxs .text{
display: block;
font-size: 17px;
color: #FFFFFF;
text-align: left;
line-height: 30px;
padding: 20px 0 0 0px;
}
/* --営業項目PC終わり--*/


@media only screen and (min-width:600px) and (max-width:768px) {
	article.items .itemslist {
		width: 100%
	}
}

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

/* --営業項目SP--*/

article.items .box1, article.items .box2 {
width: 100%;
  }
article.items .solution_img {
	height: 200px;
}
article.items .solution_img2 {
	height: 200px;
}
article.items .solution_img3 {
	height: 200px;
}
article.items .ptn1 {order: 2;}
article.items .ptn2 {order: 1;}
article.items .ptn3 {order: 3;}
article.items .ptn4 {order: 4;}
article.items .ptn5 {order: 6;}
article.items .ptn6 {order: 5;}

/* --営業項目SP終わり--*/
	
}
/* --営業項目終わり--*/



/* --会社概要--*/
article.cinfo {
	background-color: #FFFFFF;
}
article.cinfo .inner {
	padding-top: 72px;
	padding-bottom: 50px;
}
article.cinfo .bgimg {
	height: 92px;
	bottom: -10px;
	right: -100px;
	z-index: 0;
	color: #f7f7fa;
}

article.cinfo .contwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 80px
}
article.cinfo .messlist {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
article.cinfo .messlist li {
font-size: 18px;
	color: #000000;
	line-height: 1.4em;
	font-style: normal
}

article.cinfo .messlist li.rinen{
font-size: 24px;
	color: #000000;
	line-height: 1.1em;
	font-weight: 500;
	padding: 0 0 24px 0;
}
article.cinfo .messlist li.messtxt{
font-size: 18px;
	color: #000000;
	line-height: 1.5em;
	font-weight: 300;
	padding: 0 0 38px 0;
}

article.cinfo .messlist li dt{
float: left;
width: 20%;
border-left: solid 5px #eaebec;
padding: 7px 0 7px 30px;
margin: 0;
}
article.cinfo .messlist li dd{
float: left;
width: 80%;
padding: 7px 0 7px 30px;
margin: 0;
}
article.cinfo .messlist li .cline{
border-bottom: solid 1px #eaebec;
padding: 20px 0 0 0;
margin: 0 0 20px 0;
}

article.cinfo .bgimg {
	height: 150px;
	bottom: -10px;
	left: -200px;
	z-index: 0;
	color: #fff
}

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

article.cinfo .inner {
		padding-top: 36px
	}
article.cinfo .contwrap {
		display: block
	}
article.cinfo .tit_circle {
		margin: 0 auto
	}

article.cinfo .messlist li.rinen{
	margin-top: 30px;
	text-align: center;
}

article.cinfo .messlist li {
font-size: 17px;
line-height: 1.4em;
}
article.cinfo .messlist li dt{
float: left;
width: 28%;
border-left: solid 5px #eaebec;
padding: 7px 0 7px 4%;
margin: 0;
}
article.cinfo .messlist li dd{
float: left;
width: 72%;
padding: 7px 0 7px 0px;
margin: 0;
line-height: 1.em;
}
article.cinfo .messlist li .cline{
border-bottom: solid 1px #eaebec;
padding: 20px 0 0 0;
margin: 0 0 20px 0;
}

article.cinfo .bgimg {
	height: 150px;
	bottom: -10px;
	left: -200px;
	z-index: 0;
	color: #fff
}
}
/* --会社概要END--*/
