@charset "utf-8";

/* キャッチ */
#vegas {
	margin: 5vh 0 0 0;
	width: 100vw;
	height: 95vh;
	position: relative;
}
#vegas h1{
	position: absolute;
	line-height: 1.7em;
	bottom: 18%;
	left: 10%;
	font-size: 4em;
	font-family: ten-mincho-text, serif;
	letter-spacing: 0.3em;
	color: #fff;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
}
#vegas h1 span{
	display: block;
	padding: 1em 0 0 0;
	line-height: 3em;
	font-size: 0.25em;
	font-family: ten-mincho-text, serif;
	letter-spacing: 0.2em;
	color: #fff;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
}
@media screen and (max-width: 1024px) {
	#vegas h1{
		width: 80%;
		font-size: 2em;
		letter-spacing: 0.1em;
	}
	#vegas h1 span{
		font-size: 0.45em;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 767px) {
	#vegas h1{
		font-size: 1.65em;
		line-height: 1.5em;
	}
	#vegas h1 span{
		display: block;
		padding: 1em 0 0 0;
		line-height: 2.2em;
		font-size: 0.5em;
		font-family: ten-mincho-text, serif;
		letter-spacing: 0.2em;
		color: #fff;
		filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
	}	
}

/*スクロールダウンボタン*/
#scrolldown div {
}
#scrolldown div span {
	position: absolute;
	bottom: 7.5%;
	left:49%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*スクロールダウンボタンここまで*/
/* ソリューション */
#solution {
	position: relative;
	padding: 100px 0;
	background-color:  #0050c8;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	background-attachment: fixed;
	background-image:url("../image/solution-back.jpg");
}
/*
#solution:before{
	content: "";
	position: absolute;
	top:100%;
	left: 50%;
	margin: 0 0 0 -100px;
	border: 100px solid transparent;
	border-top: 50px solid #0050c8;
}
*/
.contentsTitle{
	text-align: center;
}
.contentsTitle h2{
	font-size: 4em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.contentsTitle h3{
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.contentsTitle p{
	letter-spacing: 0.35em;
}
#solutionTitle {
	padding: 0 0 70px 0;
	color: #fff;
	letter-spacing: 0.2em;
}
#solutionMain {
	max-width: 1024px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	 -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	justify-content:center;
}
.hoverScall:hover{
	z-index: 10;
	transition: .5s;
	transform: scale(1.05);
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
	border:none;
}
.solutionContents {
	width: 250px;
	height: 280px;
	padding: 30px 20px;
	background: #fff;
	background-image: url("../image/solution-arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size:25px 25px;
	border: 1px solid rgba(0,80,200,0.10);
}
.solutionContents img{
	width: 80%;
}
.solutionContents h3 {
	margin: 30px 0 0 0 ;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	#solutionMain {
		max-width: 90vw;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 414px) {
	#solution {
		padding: 50px 0;
		background-color:  #0050c8;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		text-align: center;
	}
	#solution:before{
		margin: 0 0 0 -50px;
		border: 50px solid transparent;
		border-top: 25px solid #0050c8;
	}
	.contentsTitle h2{
		font-size: 2.2em;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
	.contentsTitle h3{
		font-size: 1.4em;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
	.solutionContents {
		width: 42vw;
		height: 200px;
		padding: 1vw;
	}
	.solutionContents h3 {
		font-size: 0.9em;
		letter-spacing: 0em;
		margin: 15px 0 0 0 ;
	}
	#solutionTitle {
		font-size:0.9em;
	}
}
/* アバウト */
#about{
	padding: 100px 0 0 0;
	background-color: #a6d7e6;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.contents{
	left:0;
	right:0;
	margin: 0 auto;
	max-width: 1024px;
}
.blueLine{
	border-bottom: solid 2px #0050c8;
	width: 60px;
	margin: 0 auto;
	padding-top: 30px;
}
.whiteLine{
	border-bottom: solid 2px #fff;
	width: 60px;
	margin: 0 auto;
	padding-top: 30px;
}
#aboutText{
	padding: 50px 0;
}
#aboutText img{
	padding:0 15px 7px 0;
	height: 40px;
}
#aboutSentence{
	line-height: 200%;
	padding: 30px 0 90px;
	text-align: justify;
}
#aboutPoint{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}
.aboutBox{
	width: 32%;
}
.aboutBox img{
	width: 85%;
}
.aboutBox h4{
	margin: 20px 0;
	font-size: 1.4em;
	font-weight: 500;
}
#aboutBack img{
	width: 100%;
	max-width: 1024px;
	padding-top: 50px;
}
@media screen and (max-width: 1024px) {
	#about {
		padding: 50px 0 0 0;
	}
	.contents {
		max-width: 80vw;
	}
	.pointImage{
		width: 20vw;
	}
	.aboutBox h4{
		font-size: 1em;
	}
	#aboutText{
	padding: 50px 0;
}
	#aboutText img{
		height: 25px;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 414px) {
	#aboutText img{
		height: 18px;
	}
	#aboutText{
		padding: 20px 0;
	}	
	.contents {
		max-width: 90vw;
	}
	#aboutPoint{
		display: block;
		padding: 10px 0;
	}
	.aboutBox{
		width: 100%;
	}
	.aboutBox h4{
		font-size: 1.5em;
	}
	.aboutBox img{
	width: 80%;
	padding: 0 0 30px 0;
	}
}

/* パフォーマンス */
#performance {
	padding: 100px 0;
}
.performanceTitle{
	padding: 100px 0 ;
}
.performanceTitle h4{
	text-align: center ;
	font-size: 1.6em;
	padding: 20px 0 0 0;
}
.flexBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flexBoxBottom{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: baseline;
}
.performanceData{
	width: 30%;
	height: auto;
	border: solid 5px #0050c8;
	margin: 1.6%;
	text-align: center;
}
.performanceData .textBox{
	padding: 10px;
	background-color: #0050c8;
	margin: 20px;
	color: #fff;
}
.performanceData h3{
	font-size: 2em;
}
.performanceData h4{
	font-size: 1.5em;
	font-weight: 600;
}
.bigH2{
	font-size: 5em;
	letter-spacing: -0.05em;
	font-weight: 600;	
}
.performanceData img{
	width: 65%;
	margin: 0 auto;
}
.performanceData p{
	text-align: right;
	padding: 10px;
}
.performanceData2{
	width: 96.4%;
	height: auto;
	border: solid 5px #0050c8;
	margin: 1.6%;
}
.performanceData2 .textBox3{
	padding: 10px;
	background-color: #0050c8;
	color: #fff;
	text-align: center;
}
.performanceData2 .boxRight{
	width: 36%;
	height: 100%;
	padding: 2%;		
}
#boxRightText h4{
	text-align: justify;
}
.performanceData2 img{
	width: 54%;
	height: 100%;
	padding: 2%;
}
.performanceData2 p{
	text-align: right;
	padding: 0 0 20px 0;
}
.companyList{
	padding: 0 0 100px;
}
.companyLogo{
	animation: logo-slide1 40s linear infinite;
	background: url( "../image/top-companylist.jpg") left center repeat-x;
	background-size:cover;
	height: 282px;
	width: 100%;
	overflow: hidden;
}
@keyframes logo-slide1{
	0%{background-position: left center}
	to
	{background-position: -3033px center}
}
.mini{
	font-size: 0.3em;
}
@media screen and (max-width: 1024px) {
	#performance {
		padding: 50px 0;
	}
	.bigH2{
		font-size: 3.2em;
		font-weight: 600;
	}
}
@media screen and (max-width: 768px) {
	.flexBox{
		display: block;
	}
	.performanceTitle{
		padding: 30px 0;
	}
	.performanceData{
		width: 100%;
		margin: 2% 0 ;
	}
	.companyList{
		padding: 0 0 50px;
	}
	.companyLogo{
		height: 200px;
	}
	.performanceData2 .boxRight{
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.performanceData2{
		width: 100%;
		height: auto;
		border: solid 5px #0050c8;
		margin:  2% 0 ;
	}
	.performanceData2 h4{
		text-align: center;
		padding: 0 0px; 
	}
	.performanceData2 .textBox3{
		margin: 20px;
	}
	.performanceData2 img{
		width: 80%;
		height: 100%;
		padding: 0;
		margin: 10%;
	}
	.performanceData2 .flexBoxBottom h2{
		font-size: 3em;
	}
	#boxRightText{
		padding: 0 20px ;
	}
}
@media screen and (max-width: 414px) {
}
/* ケース */
#voice{
	position: relative;
	padding: 100px 0;
	background-color:  #0050c8;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	background-attachment: fixed;
	background-image:url("../image/case-back.jpg");
}
#voiceTitle{
	padding: 50px 0;
	text-align: center;
}
#caseContents{
	max-width: 1024px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	 -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0 0 0;
}
.voiceBox{
	width: 30%;
	height: auto;
	margin: 0 1.666%;
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.voiceBox img{
	width: 100%;
}
.voiceText1{
	padding: 20px ;
}
.voiceText1 h4{
	margin: 0 0 20px 0;
	text-align: justify;
	font-size: 1.1em;
}
.voiceText2{
	font-size:0.8em;
	text-align: left;
}

.caseBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0 0 0;
}
/*--
.caseCompany{
	width: 38%;
	margin: 0 4% 0 0;
}
.caseCompany img{
	width: 100%;
	padding: 0 0 10px 0;
}
.caseText{
	width: 58%;
}
.caseTextBefore{
	position: relative;
}
.caseTextBefore h4{
	position: absolute;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	width: 65px;
	top:-10px;
	left: 20px;
}
.caseArrow{
	position: relative;
	padding: 3px 10px;
	background: #0050c8;
	width: 250px;
	margin: 0 auto;
	top:-10px;
	text-align: center;
}
.caseArrow:before{
	content: "";
	position: absolute;
	top:100%;
	left: 50%;
	margin: 0 0 0 -200px;
	border: 200px solid transparent;
	border-top: 40px solid #0050c8;
}
.caseArrow h4{
	color: #fff;
}
.caseBeforeBox{
	padding: 40px 20px 20px 20px;
	background: #fff;
	font-size:1.3em;
	border-radius: 20px;
	line-height: 1.6em;
}
.caseAfterBox{
	margin: 10px 0 0 0;
	padding: 20px;
	background: #09a9ff;
	border-radius: 20px;	
}
.caseAfterBox p{
	font-size:1.3em;
	font-weight: 500;
	color:#fff;	
	line-height: 1.6em;
}
.btn {
	position: absolute;
	display: block;
	width: 500px;
	font-size: 1.6em;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
	color: #0050c8;
	border: 2px solid #0050c8;
	transition: .4s;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 100px;
	border-radius: 10px;
}
.btn:hover {
	background: #0050c8;
	color: #fff;
}
--*/
@media screen and (max-width: 1024px) {
	#caseContents{
		max-width: 90vw;
		margin: 0 auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		 -ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 50px 0 0 0;
	}	
	#voice{
		padding: 50px 0;
	}
}
@media screen and (max-width: 768px) {
	.voiceBox{
		width: 46%;
		margin: 2% 2%;
	}
}
@media screen and (max-width: 414px) {
	.voiceBox{
		width: 90%;
		margin: 2% 0%;
	}
}
/* トップリンク */
#topLink{
	position: absolute;
	right: 2vw;
	top:-20px;
}
#topLink a{
	font-size: 35px;
	color: #fff;
}
#topLinkIcon{
	padding: 5px 20px;
	background-color:#09a9ff;
	border-radius: 100%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

/* トピックス*/
.topics {
	display: block;
	max-width: 850px;
	margin: 30px auto;
}
.topics p {
	font-family: ten-mincho-text, serif;
	font-size: 2em;
	font-weight: 600;
	color: #0050c8;
	letter-spacing: 0.1em;
	width: 145px;
	margin: 0 auto;
}
.topics iframe {
	display: inline-block;
	width: 850px;
	height: 80px;
}
.topics a {
	display: block;
	width: 130px;
	margin: 0 0 0 auto;
}
.item {
	font-size: 1.3em;
}
.item a {
	margin-left: 10px;
}
.item br {
	display: none;
}
@media screen and (max-width: 768px) {
.topics iframe {
	width: 360px;
}



}
