/* reset include */
@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
body {
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
	color: #000;
}
 a:link, a:visited{
	color: #000;
}
 a:hover, a:active{
	color: #C93505;
}
.linkWhiteBlack a:link, .linkWhiteBlack a:visited{
	color: #fff;
}
.linkWhiteBlack a:hover, .linkWhiteBlack a:active{
	color: #000;
}
.linkWhiteBiue a:link, .linkWhiteBiue a:visited{
	color: #fff;
}
.linkWhiteBiue a:hover, .linkWhiteBiue a:active{
	color: #C93505;
}
img{
	width: 100%;
	vertical-align: bottom;
}
li{
	list-style: none;
}
table{
	text-align: left;
}
input[type="text"],input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.dosp{
	display: none;
}
.bgWhite{
	background-color: #fff;
}
.bgBlack{
	background-color: #000;
}
.bgRed{
	background-color: #C93505;
}
.bgGray{
	background-color: #F6F8F8;
}
.bgGray2{
	background-color: #f6f8f8;
}
.colWhite{
	color: #fff;
}
.colRed{
	color: #C93505;
}
.wf1 {
	font-family: 'Titillium Web', sans-serif;
}
.btn1{
	font-size: 16px;
	width: 220px;
	margin: 0 auto;
	display:block;
	text-align:center;
	padding: 5px 0;
	transform:skewX(-15deg);

}
.btn2{
	font-size: 14px;
	width: 140px;
	margin: 20px auto 0 auto;
	display:block;
	text-align:center;
	padding: 5px 0;
	transform:skewX(-15deg);
}
#wrapper{
	width: 100%;
	overflow: hidden;
}
/*-----header-----*/
#header{
	width: 100%;
	position: fixed;
	z-index: 1000;
}
#headerL{
	width: 60%;
	height: 70px;
	padding-right: 10%;
	background-color: rgba(255,255,255,0.8);
	float: left;
}
#headerLogo{
	width: 300px;
	float: left;
	margin-top: 13px;
	margin-left: 10px;
}
#nav{
	width: 50%;
	float: left;
}
#nav ul {
	width: 100%;
	padding-top: 18px;
	float: left;
}
#nav ul li {
	font-size: 18px;
	text-align: center;
	width: 25%;
	float: left;
}
#nav ul li a {
	width: 100%;
	position: relative;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
}
#nav ul li a::after {
	color: #C93505;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-hover);
	display: block;
	width: 100%;
	transition: .3s ease-in-out;
	transform: translateY(-1.4em);
}
#nav ul li a span {
	display: inline-block;
	transition: .3s ease-in-out;
}
#nav ul li a:hover::after,
#nav ul li a:focus::after {
	transform: translateY(0);
}
#nav ul li a:hover span,
#nav ul li a:focus span {
	transform: translateY(1.4em);
}
#headerC{
	font-size: 18px;
	width: 15%;
	height: 50px;
	padding-top: 20px;
	text-align: center;
	background-color: rgba(209, 209, 209, 0.8);
	float: left;
}
#headerC a{
	width: 100%;
	position: relative;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
}
#headerC a::after{
	color: #C93505;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-hover);
	display: block;
	width: 100%;
	transition: .3s ease-in-out;
	transform: translateY(-1.4em);
}
#headerC a span {
	display: inline-block;
	transition: .3s ease-in-out;
}
#headerC a:hover::after,
#headerC a:focus::after {
	transform: translateY(0);
}
#headerC a:hover span,
#headerC a:focus span {
	transform: translateY(1.4em);
}
#headerR{
	width: 15%;
	height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	background-color: #1ec100;
	position: relative;
	float: left;
}
#headerR #tel{
	width: 24px;
	position: absolute;
	left: 10%;
	top: 26px;
}
#headerR p{
	padding-left: 50px;
}
/*-----main-----*/
#main{

}
.content{
	margin: 0 auto;
	overflow: hidden;
}
.contentInner{
	margin: 0 auto;
	overflow: hidden;
}
.contentInnerBox{
	overflow: hidden;
}
.contentTitle{
	font-size: 48px;
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
}
/*-----contentStylel-----*/
.contentStylel{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.contentStylel .contentTitle{
	text-align: center;
}
.contentStylel .contentInnerBox{
	margin: 20px;
}
.contentStylel .contentInnerBox table{
	width: 60%;
	margin: 0 auto;
	box-sizing: border-box;
}
.contentStylel .contentInnerBox tr{
	box-sizing: border-box;
}
.contentStylel .contentInnerBox th{
	vertical-align: middle;
	width: 30%;
	padding: 20px 5%;
}
.contentStylel .contentInnerBox td{
	padding: 20px 5%;
}
.contentStylel .contentInnerBox th span{
	font-size: 10px;
	padding-top: 5px;
	color: #FF7070;
	float: right;
}
.contentStylel .contentInnerBox input[type="text"] {
	width: 80%;
	height: 20px;
}
.contentStylel .contentInnerBox textarea {
	width: 100%;
	height: 200px;
}
.contentStylel .contentInnerBox input[type="submit"] {

	font-size: 18px;
	font-family: "小塚ゴシック Pro","メイリオ",sans-serif;
	width: 200px;
	margin: 50px auto 0 auto;
	padding: 5px 0 2px 0;
	background-color: #C90505;
	border-radius: 5px;
	border: solid #97B8C6 1px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	display: block;
}
/*-----contentStyle2-----*/
.contentStyle2{
	overflow: hidden;
}
.contentStyle2 .contentInnerBox{
	width: 46%;
	padding: 0 2% 50px 2%;
	float: left;
}
.contentStyle2 p{
	padding-left: 5%;
}
.contentStyle2 .contentInnerImg{
	width: 50%;
	float: left;
}
.contentStyle2 .contentInnerImg img{
	height: 100%;
	padding-top: 100px;
	margin-top: -120px;
}
/*-----tabletStyle-----*/
.contentStylel .contentInnerBox .tableStyle1 tr{
	border-bottom: solid #fff 1px;
}
.contentStylel .contentInnerBox .tableStyle2 tr{
	border-bottom: solid #f6f8f8   1px;
}
/*-----topBn-----*/
#topBn{
	min-height: 700px;
	color: #fff;
	text-align: center;
	background-image: url(/img/topBn01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#topLogo{
	width: 20%;
	padding-top: 10%;
}
#topBn h1{
	font-size: 80px;
	font-weight: 200;
	text-shadow: 0px 1px 5px #002a54;

}
#topBn h2{
	font-size: 20px;
	text-shadow: 0px 1px 5px #002a54;

}
/*-----pan-----*/
#pan{
	font-size: 16px;
	padding-left: 2%;
}
#pan span{
	color: #C93505;
}
/*-----services-----*/
#services .contentStylel .contentInnerBox li{
	width: calc(94%/3);
	margin: 0 1%;
	margin-bottom: 20px;
	float: left;
}
#services .contentStylel .contentInnerBox li:last-child {
	margin-right: unset;
}
#services .contentStylel .contentInnerBox li img{
	margin-bottom: 20px;
}
/*-----profile-----*/
#profile .contentStyle2{
	height: 380px;
}
/*-----about-----*/
#about .contentStyle2{
	height: 250px;
}
/*-----recruit-----*/
#recruit .contentStyle2{
	height: 340px;
}
/*-----access-----*/
#access .contentSubTitle{
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
#access p{
	font-size: 20px;
	text-align: center;
}
/*-----another-----*/
#another .contentStyle2 .contentInnerBox .iframe{
	width: 500px;
	margin: 0 auto;
}
#another p{
	font-size: 30px;
}
/*-----footer-----*/
#footer{
	width: 100%;
	border-top: solid #000 1px;
	box-sizing: border-box;
}
#footerInner{
	width: 90%;
	overflow: hidden;
}
#footerInnerL{
	width: 30%;
	margin-right: 30%;
	float: left;
}
#footerLogo{
	width: 300px;
	margin: 10px;
}
#footerInnerR{
	width: 40%;
	float: left;
}
#footerInnerR ul{
	padding-top: 20px;
}
#footerInnerR li{
	width: calc(100%/5);
	text-align: center;
	float: left;
}
#footerBottom{
	background-color: #000;
	width: 100%;
	text-align: center;
}
#companyMessage {
	text-align:center;
	font-size: 20px;
}
.info-box {
	width: calc(50% - 40px);
	float: left;
	margin: 10px;
	padding: 10px;
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	border-radius: 5px;
	border-top: solid 3px #c93505;
}
.work-image-carousel {
	height: 220px;
	overflow-y:hidden;
	white-space: nowrap;
}
.work-image-carousel li {
	display: inline-block;
}
.work-image-carousel img {
	height: 200px;
	width: auto;
	display: block;
	float: left;
}
.info-box .mb-4 {

}
.work-example-header {
	position: relative;
}
.example-name {
	position: relative;
	font-size: 20px;
	border-bottom: solid 1px #c1c1c1;
}
.py-1 {
	position: absolute;
	right: 0;
	top: 10px;
	background: #c93505;
	color: #fff;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0 5px;
}
.info-box .mb-4 {
	padding: 10px;
	height: 150px;
	overflow-x: hidden;
}
.info-box h4 {
	font-weight: bold;
}
.info-box .col-9 {
	height: 40px;
	line-height: 21px;
}
#recruitCatch {
	margin-top: 50px;
	font-size: 20px;
	text-align: center;
}
#recruitCatch span {
	font-size: 22px;
	font-weight: bold;
}
#recruitMessage {
	font-size: 20px;
	text-align: center;
	border: solid 5px #e6e6e6;
	padding: 50px;
	margin: 50px;
}
#recruitMessage span{
	display: block;
	margin-bottom: 10px;
	border-bottom: solid 1px #e6e6e6;
}