@charset "UTF-8";
/* CSS Document */

/*====================
main css
====================*/
body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
	color: #323c46;
	background-color: #fff;
}
a {
	text-decoration: none;
	color: #009bb3;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: all 0.6s;
}
ul,ul li {
	list-style: none;
	margin:0;
	padding:0;
}
img {
max-width: 100%;
height: auto;
}
section {
	position: relative;
	overflow: hidden;
}
.container {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	position: relative;
}
span + span {
	display: inline-block;
}
.sp {
	display: none;
}
@media all and (max-width: 1024px) {
	.container {
		width: 90%;
	}
}
@media all and (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}


/*====================
header menu css
====================*/
header {
	z-index: 900;
	width: 100%;
	height: 80px;
	padding-top: 0;
	background: #fff;
	/*text-align: center;*/
	opacity: 1;
}
header nav#sp_nav {
	display: none;
}
header h1 {
  float:left;
  margin-top:26px;
  margin-left:40px;
}

header ul.main_nav {
  width:643px;
  display: flex;
  justify-content: space-between;
  float:right;
  margin-right: 40px;
  padding-left:0;
}

header ul li {
  font-size: 14px;
	position: relative;
}
header ul.main_nav li a {
  display: block;
  color: #4b564b;
	font-weight: bold;
  text-decoration: none;
	text-align: center;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
}
header ul.main_nav li > a {
	line-height: 80px;
}
header ul li a:hover {
	color: #009bb3;
  transition: .6s; 
}
header ul.main_nav li.sub-on > a {
	margin-right: 15px;
}
header ul.main_nav li.sub-on > a:after {
	content: url("/common/img/nav_arrow_down.png");
	transform: scale(0.5);
  display: block;
  position: absolute;
  top: 2px;
  right: -10px;
  vertical-align: middle;
}
header ul.main_nav li.sub-on:hover > a:after {
	content: url("/common/img/nav_arrow_down_h.png");
}
header ul.main_nav li > ul {
	height:0;
	overflow:hidden;
	width:0;
}
header ul.main_nav li li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left:20px;
}
header ul.main_nav li:hover > ul {
	height:auto;
	overflow: visible;
	width:200px;
	border-radius: 6px;
	position:absolute;
	top:60px;
	left:0;
	z-index:1000;
	background-color: #fff;
	box-shadow:0 0 4px #00000029;
}
header ul.main_nav li li a:hover {
	background:#fafafa;
}

/***** menu toggle *****/
#toggle02 {
	display: none;
}
.mobilebar {
	display: none;
}
.navfixed {
	position:fixed;
	top:0;
	left:0;
	background-color: #fff;
	-webkit-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}

@media (min-width: 769px) and (max-width:860px) {
	header ul.main_nav {
		width:510px;
	}
	header ul li {
		font-size: 12px;
	}
}

/*====================
mobile header menu css
====================*/
@media (max-width: 768px) {
	/* menu */
	header {
		height: 46px;
	}
	header h1 {
		position:absolute;
		width: 92px;
		margin-top:12px;
		margin-left: 15px;
		z-index: 800;
	}
	header h1 a {
		padding:0;
	}
	header nav#pc_nav {
		display: none;
	}
	header nav#sp_nav {
		display: none;
		position: fixed;
		z-index: 8;
		top: 46px;
		overflow: hidden;
		height: 100%;
		-webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in 0.3s;
		transition: opacity 0.3s ease-in, visibility 0.3s ease-in 0.3s;
		opacity: 0;
		background-color: #fafafa;
		width: 100%;
		clear: both;
	}
	header nav#sp_nav ul {
		display: block;
		height: auto;
		margin-right: 0;
	}
	header nav#sp_nav ul.main_menu1 {
		width:100%;
		margin-top:20px;
	}
	header nav#sp_nav ul.main_menu1 > li > a,
	header nav#sp_nav ul.main_menu1 > li.sub-on {
		display: block;
		padding:20px 11.2%;
		border-bottom: solid 1px #dcdcdc;
	}
	header nav#sp_nav ul.nm_menu {
		width:100vw;
		padding-left: 11.2%;
		padding-top:40px;
		padding-bottom: 16px;
		background-color: #f5f5f5;
		height: 100vh;
	}
	header nav#sp_nav ul li {
		display: block;
		color: #666666;
		line-height: 1;
		font-size: 14px;
		font-weight: bold;
	}
	header nav#sp_nav ul.main_menu1 li > ul {
		height:0;
		visibility:hidden;
	}
	header nav#sp_nav ul.nm_menu li {
		font-size: 12px;
		font-weight: normal;
		padding-bottom: 24px;
	}
	header nav#sp_nav ul li a {
		color: #666;
	}
	
	/*sub menu css*/
	.sub_menu_check {
		display: none;
	}
	.sub_menu_label{
		position: relative;
		display: flex;
		align-items: center;
	}
	.sub_menu_label:after {
		content: url("/common/img/icon_arrow_down.png");
		transform: scale(0.5);
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		vertical-align: middle;
	}
	.sub_menu_contents {
		height: 0;
		opacity: 0;
		padding: 0 20px;
		transition: .5s;
		visibility: hidden;
		text-align: left;
		font-size: 15px;
		line-height: 2.1333;
	}
	.sub_menu_check:checked + .sub_menu_label + .sub_menu_contents {
		height:  auto;
		opacity: 1;
		padding: 10px 0;
		visibility: visible;
	}
	.sub_menu_check:checked + .sub_menu_label:after {
		content: url(/common/img/icon_arrow_up.png);
	}	
	.sub_menu_contents ul li a {
		display: block;
		padding:10px 0 10px 15px;
	}
	.sub_menu_contents ul li a:before {
		content: url("/common/img/icon_arrow_right.png");
		transform: scale(0.5);
		display: block;
		position: absolute;
		top: 3px;
		left: -3px;
		vertical-align: middle;
	}

	/* menu toggle */
	.mobilebar {
		display: block;
		z-index: 1000;
		position: fixed;
		top: 0;
		right: 15px;
		width: 25px;
		height: 46px;
		transform: translateZ(1000px);
	}
	.menuicon {
		display: block;
		position: absolute;
		width: 26px;
		height: 100%;
		cursor: pointer;
		-webkit-transition: transform .3s ease-in;
		transition: transform .3s ease-in;
		right:0;
	}
	.menuicon > span {
		display: block;
		position: absolute;
		top: 55%;
		margin-top: -0.3em;
		width: 100%;
		height: 2px;
		background-color: #009bb3;
		-webkit-transition: transform .3s ease-in;
		transition: transform .3s ease-in;
	}
	.menuicon > span:before, .menuicon > span:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 1px;
		background-color: #009bb3;
		-webkit-transition: transform .3s ease;
		transition: transform .3s ease;
	}
	.menuicon > span:before {
		-webkit-transform: translateY(-0.5em);
		transform: translateY(-0.5em);
	}
	.menuicon > span:after {
		-webkit-transform: translateY(0.5em);
		transform: translateY(0.5em);
	}
	#toggle02:checked + .mobilebar .menuicon {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#toggle02:checked + .mobilebar span:before,
	#toggle02:checked + .mobilebar span:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#toggle02:checked ~ header {
		height: 100vh;
		position: fixed;
	}
	#toggle02:checked ~ header nav#sp_nav {
		display: block;
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	#toggle02:checked ~ header nav#sp_nav ul {
		display: block;
	}

}

/*====================
section common css
====================*/
section {
	margin-bottom: 100px;
}
section .cover_wrap {
	width:100vw;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.cover_image {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100vw;
	height: 500px;
	position:absolute;
	top:0;
	left:0;
}
section h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
}
section p {
	font-size: 16px;
	line-height: 1.625;
}
figure > a {
	display: block;
}
.link_btn {
	width:300px;
	margin:50px auto 150px;
}
.link_btn a {
	display: block;
	width:100%;
	height: 54px;
	line-height: 54px;
	background-color: #009bb3;
	border-radius: 27px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

@media all and (max-width: 768px) {
	section {
		margin-bottom: 80px;
	}
	section h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	section p {
		font-size: 14px;
		line-height: 1.714;
	}
	.link_btn {
		width: 260px;
		margin-top:30px;
		margin-bottom: 80px;
	}
	.link_btn a {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}
}

/*====================
hero css
====================*/
#hero {
	position: relative;
	/*margin-bottom: 100px;*/ /*バナー配置無しの場合*/
	margin-bottom: 30px;
}
#hero .hero_wrap {
	width:100vw;
	height: 650px;
	overflow: hidden;
	position: relative;
}
/*hero*/
.hero_image {
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/common/img/hero.jpg");
	width:100vw;
	height: 650px;
	position:absolute;
	top:0;
	left:0;
}
section#hero h2 {
	margin-top:286px;
	font-size: 40px;
	line-height: 1.25;
	/*text-align: left;*/
	margin-bottom: 0;
}
#hero p {
	margin-top:42px;
	font-size: 18px;
	font-weight: bold;
}
#hero img {
	/*margin-top:30px;*/
	margin:30px auto 0;
}

@media all and (min-width:769px) and (max-width:1024px) {
	#hero h2 {
		font-size: 36px;
		margin-left:20px;
	}
	#hero p {
		font-size: 16px;
		margin-left:20px;
	}
	/*#hero img {
		margin-left:20px;
	}*/
}

@media all and (max-width:768px) {
	#hero {
		margin-bottom: 0;
	}
	#hero .hero_wrap {
		/*height: calc(100vw + 228px);*/
		height: calc(100vw *1.22666667 + 154px);
	}
	.hero_image {
		background-size: cover;
		background-image: url("/common/img/hero_sp.jpg");
		height: calc(100vw *1.22666667);
	}
	#hero .container {
		position: absolute;
		top: calc(100vw *1.22666667 - 40px);
		left:5%;
		text-align: center;
	}
	section#hero h2 {
		margin-top:20px;
		margin-left:0;
		font-size: 26px;
		line-height: 1.38;
		text-align: center;
	}
	#hero p {
		margin-top:30px;
		margin-left:0;
		font-size: 14px;
	}
	#hero img {
		margin:20px auto 0;
		width:120px;
	}
}

/*====================
top_banner css
====================*/
.banner_area {
	width:100%;
	max-width:700px;
	margin:0 auto 70px;
	overflow: hidden;
	border-radius: 6px;
}
.banner_area a {
	display: block;
	cursor: pointer;
}
@media all and (max-width:768px) {
	.banner_area {
		width:90%;
		max-width: 670px;
		margin-bottom: 50px;
	}
}
/*====================
top_devices css
====================*/
#top_devices figure.main_fig {
	display: flex;
	margin-bottom: 60px;
}
.paytype_wrap {
	display: flex;
}
.paytype_contents {
	width: 33.333333%;
	border-right: solid 1px #E6E6E6;
	padding:0 16px;
}
.paytype_wrap > .paytype_contents:last-child {
	border-right: none;
}
figure.paytype_image {
	margin-bottom: 20px;
	max-width:300px;
}
figure.paytype_brand {
	margin-bottom: 0;
	max-width:300px;
}
span.icon_paytype {
	display: block;
	text-align: center;
}
span.icon_paytype img {
	display: block;
	margin:0 auto 10px;
}
.paytype_contents h3 {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
}
.paytype_contents h3 span {
	font-size: 12px;
}
.paytype_contents p {
	margin-bottom: 20px;
	font-size: 14px;
}

@media all and (max-width:768px) {
	#top_devices figure.main_fig {
		padding:0 6%;
	}
	.paytype_wrap {
		display: block;
	}
	.paytype_contents {
		width:100%;
		padding:0;
		border-right: none;
		border-bottom: solid 1px #e6e6e6;
		margin-bottom: 20px;
	}
	.paytype_wrap > .paytype_contents:last-child {
		border-bottom: none;
	}
	figure.paytype_image,
	figure.paytype_brand,
	figure.paytype_image img,
	figure.paytype_brand img {
		width:100%;
		max-width: 100%;
	}
	figure.paytype_brand {
		padding-bottom: 30px;
	}
}

/*====================
services css
====================*/
video {
	display: block;
	margin:0 auto 60px;
}
.services_wrap {
	display: flex;
	justify-content: space-between;
}
.scene_wrap {
	display: flex;
	justify-content: center;
}
.services_contents {
	width: 47%;
	margin-bottom: 60px;
}
.scene_contents {
	width: 100%;
	margin-bottom: 60px;
}
.services_contents figure,
.scene_contents figure {
	margin-bottom: 30px;
}
.services_contents h3 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
}
.services_contents p {
	margin-bottom: 20px;
}
.services_contents a {
	display: block;
	position: relative;
	color: #009bb3;
	font-weight: bold;
	line-height: 1;
}
img.txt_link_arrow {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	
}
@media all and (max-width:768px) {
	video {
		width:100%;
	}
	.services_wrap,
	.scene_wrap {
		display: block;
	}
	.services_contents,
	.scene_contents {
		width: 100%;
		margin-bottom: 40px;
	}
	.services_contents h3 {
		font-size: 18px;
	}
	.services_contents a {
		font-size: 14px;
	}
	.services_contents > a img {
		width: 14px;
	}
}

/*====================
scene css
====================*/
section#top_scene,
section#services_scene {
	background-color: #fafafa;
	padding-top:60px;
}
.scene_contents figure {
	border-radius: 10px;
	overflow: hidden;
}
.scene_contents figure img {
	border-radius: 10px;
}
.scene_contents h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.scene_contents h3 a {
	color: #323c46;
}
.scene_contents > a {
	display: block;
	margin-bottom: 10px;
	line-height: 1;
}
.scene_contents p {
	font-size: 13px;
	font-weight: bold;
}

@media all and (max-width:768px) {
	section#top_scene,
	section#services_scene {
		padding-top:40px;
	}
  section#top_scene h2 {
		font-size: 20px;
		line-height: 1.4;
	}
	.scene_contents h3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.scene_contents h3 span {
		display: inline;
	}
	.scene_contents > a {
		font-size: 14px;
	}
}


/*====================
section common sp css
====================*/
/*@media all and (min-width:769px) and (max-width:1024px) {
	section p {
		font-size: 15px;
	}
	section#top_services .txt_wrap,
	section#top_oem .txt_wrap,
	section#oem .txt_wrap {
		margin-left:20px;
	}
	section#top_security .txt_wrap,
	section#top_apli .txt_wrap {
		width:calc(100vw * 0.4);
	}
	section#top_about .txt_wrap {
		margin-right: 20px;
	}
	section#top_security figure,
	section#top_apli figure {
		width:46.242774566%;
	}
}*/
@media all and (max-width:768px) {
/*	section#top_services .cover_wrap {
	height: calc(100vw * 0.74 + 314px);
	}
	section#top_about .cover_wrap {
		height: calc(100vw * 0.74 + 268px);
	}
	section#top_oem .cover_wrap {
		height: calc(100vw * 0.8 + 296px);
	}
	section#top_services .cover_image {
		background-image: url("/common/img/top_services_sp.jpg");
		height: calc(100vw * 0.74);
	}
	section#top_about .cover_image {
		background-image: url("/common/img/top_about_sp.jpg");
		height: calc(100vw * 0.74);
	}
	section#top_oem .cover_image,
	section#oem .cover_image {
		background-image: url("/common/img/top_oem_sp.jpg");
		height: calc(100vw * 0.8);
	}
	section#top_services .txt_wrap,
	section#top_about .txt_wrap,
	section#top_oem .txt_wrap,
	section#oem .txt_wrap {
		margin-top:20px;
		margin-left:auto;
		margin-right: auto;
		width: 100%;
		float: none;
	}
	section#top_security,
	section#top_apli {
		margin-bottom: 80px;
	}
	section#top_security .txt_wrap,
	section#top_apli .txt_wrap {
		padding-top:20px;
		width: 100%;
		float: none;
	}

	section#top_services .txt_wrap,
	section#top_about .txt_wrap {
		margin-top: calc(100vw *0.74 + 20px);
	}
	section#top_oem .txt_wrap,
	section#oem .txt_wrap {
		margin-top: calc(100vw * 0.8 + 20px);
	}
	section#top_services h2,
	section#top_about h2,
	section#top_oem h2,
	section#oem h2 {
		font-size: 20px;
		line-height: 1.4;
	}
	section#top_security h2,
	section#top_apli h2 {
		font-size: 18px;
	}
	
	section#top_security figure,
	section#top_apli figure {
		float:none;
		width:100%;
	}
	section#top_scene h2 {
		margin-top:0;
	}
	section#top_services p a:after,
	section#top_about p a:after,
	section#top_oem p a:after,
	section#top_security p a:after,
	section#top_apli p a:after,
	section#oem p a:after {
		left:131px;
	}*/
}

/*====================
info css
====================*/
section#top_info {
	margin-bottom: 150px;
}
section#top_info h2 {
	font-size: 16px;
	line-height: 1;
	padding-bottom: 14px;
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 40px;
	text-align: left;
}
section#top_info dl
section#info dl {
	display: block;
}
section#top_info dl dt,
section#top_info dl dd,
section#info dl dt,
section#info dl dd {
	display: table-cell;
	font-size: 14px;
}
section#top_info dl dt,
section#info dl dt {
	width: 127px;
	color:#999;
	line-height: 1;
}
section#top_info dl dd,
section#info dl dd {
	margin-bottom: 15px;
	line-height: 1.57;
	padding-bottom: 20px;
}
section#top_info dl dd a,
section#info dl dd a {
	color:#323c46;
}
section#top_info dl dd a:link,
section#top_info dl dd a:visited,
section#info dl dd a:link,
section#info dl dd a:visited {
	opacity: 0.6;
}
section#top_info p {
	float: right;
}
section#top_info p a {
	font-size: 14px;
	font-weight: bold;
}

@media all and (max-width:1024px) {
	section#top_info .container {
		width: 90%;
	}
}

@media all and (max-width:768px) {
	section#top_info {
		margin-bottom: 80px;
	}
	section#top_info h2 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	section#top_info dl dt,
	section#info dl dt {
		display: block;
		font-size: 12px;
		margin-bottom: 10px;
	}
	section#top_info dl dd,
	section#info dl dd {
		display: block;
	}
	section#top_info p {
		margin-right: 5%;
	}
}

/*====================
footer css
====================*/
footer {
	padding-top:80px;
	background-color: #f5f5f5;
}
footer .container {
	padding-bottom: 100px;
}
footer h1,
footer dl {
	float: left;
	line-height: 1;
}
footer dl.footer_nav_spayd {
	margin-left: 120px;
}
footer dl.footer_nav_nm {
	margin-left: 30px;
}
footer dl dt {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #666;
}
footer dl dd {
	font-size: 13px;
	color: #666;
}
footer dl.footer_nav_spayd dd {
	display: flex;
}
footer dl.footer_nav_spayd dd ul {
	margin-right: 30px;
}
footer dl dd a {
	color: #666;
}
footer dl dd ul li {
	margin-bottom: 20px;
}
footer dl dd ul li:last-child {
	margin-bottom: 0;
}
footer .saat_link {
	float: right;
}
footer .saat_link a {
	color: #b4b4b4;
}
footer .saat_link p {
	font-size: 10px;
	font-weight: bold;
}
.copyright {
	position: absolute;
	bottom:100px;
	right: 0;
	font-size: 12px;
	color: #999;
}

@media all and (max-width:1024px) {
	footer .container {
		width: 90%;
	}
	footer dl.footer_nav_spayd {
		margin-left: calc(100vw * 0.11);
	}
	footer dl.footer_nav_nm {
		margin-left: calc(100vw * 0.12);
	}
}

@media all and (max-width:768px) {
	footer {
		padding-top: 40px;
	}
	footer .container {
		width: 80%;
		margin-bottom: 40px;
	}
	footer h1 {
		float: none;
		margin-bottom: 40px;
	}
	footer h1 img {
		width:92px;
	}
	footer dl.footer_nav_spayd {
		margin-left: 0;
		margin-bottom: 40px;
	}
	footer dl.footer_nav_spayd dd > ul:last-child {
		margin-right: 0;
	}
	footer dl.footer_nav_nm {
		margin-left: 0;
		margin-right: 100px;
	}
	footer dl dd {
		font-size: 12px;
	}
	
	footer .saat_link {
		float: left;
		margin-left: 0;
	}
	footer .saat_link p span {
		display: block;
	}
.copyright {
	bottom:40px;
	font-size: 11px;
	right: auto;
	width: 100%;
	text-align: center;
	}
}

@media all and (max-width:556px) {
	footer .saat_link {
		margin-top:30px;
	}
}

/*====================
helper class css
====================*/
.main_cl {
	color:#009BB3;
}

/*clearfix*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}

