@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.6;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a:link,a:visited,a:hover,a:active{color:inherit; text-decoration: none;}
a:hover{
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.link{
	cursor: pointer;
}
.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}
.container {
	width: 100%;
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
h1.title{
	padding: 71px 0;
	margin-bottom: 15px;
	background: url(../img/title_bg_other.jpg) no-repeat center center/cover;
	color: #FFF;
	font-family: 'Bebas Neue', 'Noto Sans JP',sans-serif;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
h1.title::before,h1.title::after{
	content: '';
	height: 100%;
	position: absolute;
	z-index: 1;
	-webkit-transform: skewX(-28deg);
	-moz-transform: skewX(-28deg);
	-ms-transform: skewX(-28deg);
	-o-transform: skewX(-28deg);
	transform: skewX(-28deg);
}
h1.title::before{
	background:#D4013B;
	width: calc(50% - 250px);
	min-width: 370px;
	-webkit-transform-origin:right top 0;
	-moz-transform-origin:right top 0;
	-ms-transform-origin:right top 0;
	-o-transform-origin:right top 0;
	transform-origin:right top 0;
	-ms-filter: "alpha(opacity=90)";
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	top: 0;
	left: 0;
}
h1.title::after{
	background:#677D95;
	width: 134px;
	-webkit-transform-origin:left bottom 0;
	-moz-transform-origin:left bottom 0;
	-ms-transform-origin:left bottom 0;
	-o-transform-origin:left bottom 0;
	transform-origin:left bottom 0;
	-ms-filter: "alpha(opacity=90)";
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	bottom: 0;
	right: 0;
	mix-blend-mode: multiply;
}
h1.title span{
	display: block;
	width: 1300px;
	max-width: 100%;
	padding: 0 50px;
	margin: 0 auto;
	font-weight: normal;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}
h1.title span:nth-child(1){font-size: 40px;}
h1.title span:nth-child(2){font-size: 18px;}
.en h1.title{
	padding: 85px 0;
}
#business h1.title{
	background: url(../img/title_bg_business.jpg) no-repeat center center/cover;
}
#product h1.title{
	background: url(../img/title_bg_product.jpg) no-repeat center center/cover;
}
#topics h1.title{
	background: url(../img/title_bg_topics.jpg) no-repeat center center/cover;
}
#contact h1.title{
	background: url(../img/title_bg_contact.jpg) no-repeat center center/cover;
}
#privacy h1.title{
	background: url(../img/title_bg_privacy.jpg) no-repeat center center/cover;
}

h2.under_title{
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 32px;
	position: relative;
}
h2.under_title::before,h2.under_title::after{
	content: '';
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
h2.under_title::before{
	width: 100%;
	background: #E5E5E5;
}
h2.under_title::after{
	width: 130px;
	background: #BE1020;
}

#site_title{
	width: 118px;
	max-width: 118px;
	margin: 50px auto 45px;
	overflow: hidden;
}
#site_title a{
	display: block;
}
#site_title img{
	vertical-align: middle;
}
h1,h2,h3,h4{
	font-weight: 600;
}

/* ボタン */
a.more_btn,
a.back_btn{
	display: block;
	width: 320px;
	max-width: 320px;
	margin: 0 auto;
	padding: 25px 0;
	background: #696969;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	position: relative;
}
a.more_btn::after,
a.back_btn::after{
	content: '';
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 2px;
	top: calc(50% - 5px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
	position: absolute;
}
a.more_btn::after{
	border-color: transparent #FFF #FFF transparent;
	right: 15px;
}
a.back_btn::after{
	border-color: transparent transparent #FFF #FFF;
	left: 15px;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 200px;
	height: 100vh;
	background: #FFF;
	border-left: #D4013B 2px solid;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: hidden;
}
header .container{
	padding: 0;
}

.menu {display: none;}

/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
}
	#gnav ul {
		display: block;
	}
	#gnav ul.main_nav{
		margin-bottom: 40px;
	}
	#gnav ul > li {
	}
	#gnav ul > li a {
		display: block;
		color: #313131;
		padding: 15px 0;
		text-align: center;
		text-decoration: none;
		transition: 0.6s;
	}
	#gnav ul > li a:hover,#gnav ul > li.now a{
		color: #FFF;
		background: #D4013B;
		-ms-filter: "alpha(opacity=100)";
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	#gnav ul > li ul.side_menu {
		display: none;
		width: 250px;
		height: 100vh;
		background: rgba(212,1,59,0.9);
		padding-top: 190.5px;
		position: fixed;
		top: 0;
		left: 200px;
		overflow: hidden;
	}
	#gnav ul > li ul.side_menu li{
		min-width: 250px;
	}
	#gnav ul > li ul.side_menu a{
		color: #FFF;
	}
	#gnav ul > li  ul.side_menu a:hover{
		color: #D4013B;
		background: #fff;
	}
	ul.lang_list{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: stretch;
		align-items: stretch;
		align-content: center;
	}
	ul.lang_list li{
		-webkit-flex: 0 0 52px;
		-ms-flex: 0 0 52px;
		flex: 0 0 52px;
		width: 52px;
		max-width: 52px;
		height: 52px;
		margin: 0 5px;
		background: #DEDEDE;
		border-radius: 50%;
		color: #313131;
		font-size: 12px;
		line-height: 52px;
		text-align: center;
	}
	ul.lang_list li a{
		display: block;
		width: 100%;
		height: 100%;
		border: #DEDEDE 2px solid;
		border-radius: 50%;
		background: #FFF;
		text-align: center;
		line-height: 48px;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	padding-left: 200px;
	clear: both;
	overflow: hidden;
	position: relative;
}
body:not(#home) #main::before{
	content: '';
	width: 276px;
	height: 600px;
	background: #677D95;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: skewX(-28deg);
	-moz-transform: skewX(-28deg);
	-ms-transform: skewX(-28deg);
	-o-transform: skewX(-28deg);
	transform: skewX(-28deg);
	transform-origin: bottom left;
	mix-blend-mode: multiply;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 0;
}

/* ▼ パンくず
--------------------------------------- */
#path ol{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
	font-size: 14px;
	overflow: hidden;
}
	#path li {
		float: left;
	}
	#path li:not(:last-child):after {
		content: ">";
		margin: 0 10px;
		color: #333;
	}
	#path li a{
		text-decoration: underline;
	}

/* ▼ ページャー
--------------------------------------- */
.pagenav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: flex-start;
	width: auto;
	padding: 60px 0 100px;
	margin: 0 auto;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	}
.pagenav ol {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: flex-start;
	width: auto;
	margin: 0;
	overflow: hidden;
}
.pagenav ol li,
.pagenav .prev,
.pagenav .next{
	-webkit-flex: 0 0 40px;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	max-width: 40px;
	height: 50px;
	line-height: 48px;
	background: #D75558;
	border: 1px solid #C7C7C7;
	color: #fff;
	text-align: center;
}
.pagenav ol li:not(:last-child),
.pagenav .prev{border-right: 0;}
.pagenav .next{border-left: 0;}
.pagenav ol li:last-child {margin-right: 0;}
.pagenav ol li a,
.pagenav .prev a,
.pagenav .next a{
	display: block;
	background: #FFF;
	color: #000;
	width: 100%;
	height: 100%;
	position: relative;
}
.pagenav ol li a:hover {
	background: none;
	color: #FFF;
	text-decoration: none;
}
.pagenav .prev,
.pagenav .next {
	width: 40px;
	height: 50px;
}
.pagenav .prev a:before,.pagenav .next a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: calc(50% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pagenav .prev a:before {
	border-color: transparent transparent #000 #000;
	right: calc(50% - 6px);
}
.pagenav .next a:after {
	border-color : #000 #000 transparent transparent;
	left: calc(50% - 6px);
}
.pagenav .back {
	width: 270px;
	margin: 0 auto;
}

/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	background: #000;
	color: #FFF;
	padding: 40px 0 50px 200px;
	clear: both;
	overflow: hidden;
	}
#footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.f_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.f_flex .logo_wrap{
	-webkit-flex: 0 0 125px;
	-ms-flex: 0 0 125px;
	flex: 0 0 125px;
	width: 125px;
	max-width: 125px;
}
.f_flex .menu_wrap{
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: calc(100% - 200px);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_flex .menu_wrap ul{
	margin: 0 50px 20px 0;
}
.f_flex .menu_wrap ul:nth-child(3){
	order: 4;
}
.f_flex .menu_wrap ul:nth-child(3){
	order: 3;
}
.f_flex .menu_wrap a{
	display: block;
	padding: 5px 0;
}
.f_flex .menu_wrap .bold_menu{
	font-weight: 600;
}
/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	background: url(../img/pagetop.png) no-repeat center center/16px,#D75558;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	color: #fff;
	font-size: 12px;
	text-align: right;
}



/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}

	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	#site_title{
		margin: 5px auto 0 20px;
		overflow: hidden;
	}
	#site_title img{
		width: auto;
		height: 65px;
	}
	/* ボタン */
	a.more_btn,
	a.back_btn{
		width: 270px;
		max-width: 270px;
		padding: 23px 0;
		font-size: 16px;
	}
	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		height: 75px;
		border-left: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
		background: rgba(255,255,255,0.6);
	}

	.header_inner {
		width: 100%;
		height: 75px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		background: #FFF;
		padding: 75px 0;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav ul.main_nav {
			display: block;
			margin: 0;
		}
		#gnav ul > li {
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			text-indent: 0;
		}
		#gnav ul > li > a {
			height: 50px!important;
			background-size: 10px 10px!important;
			border-bottom: 1px solid #ccc;
			padding: 0 15px;
			color: #333;
			line-height: 50px;
			font-weight: bold;
		}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}
		#gnav ul > li.menu_toggle > a{
			pointer-events: none;
		}
		#gnav ul > li.menu_toggle{position: relative;}
		#gnav ul > li.menu_toggle::before,#gnav ul > li.menu_toggle::after{
			content: '';
			width: 11px;
			height: 1px;
			background: #D4013B;
			position: absolute;
			top: 24px;
			right: 20px;
		}
		#gnav ul > li.menu_toggle::after{
			-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		#gnav ul > li.menu_toggle.close_slide_menu::after{
			background: transparent;
		}
			#gnav ul > li ul.side_menu{
				display: none;
			}
			#gnav ul > li ul.side_menu{
				width: 100%;
				height: auto;
				background: #FFF;
				padding-top: 0;
				position: relative;
				top: 0;
				left: 0;
			}
		#gnav ul > li  ul.side_menu a,
		#gnav ul > li  ul.side_menu a:hover{
			color: #D4013B;
			background: transparent;
		}


		ul.lang_list{
			position: fixed;
			z-index: 99999;
			top: 17px;
			right: 85px;
		}
		ul.lang_list li{
			-webkit-flex: 0 0 42px;
			-ms-flex: 0 0 42px;
			flex: 0 0 42px;
			width: 42px;
			max-width: 42px;
			height: 42px;
			margin: 0 3px;
			background: #DEDEDE;
			border-radius: 50%;
			color: #313131;
			font-size: 10px;
			line-height: 42px;
			text-align: center;
		}
		ul.lang_list li a{
			display: block;
			width: 100%;
			height: 100%;
			border: #DEDEDE 2px solid;
			border-radius: 50%;
			background: #FFF;
			text-align: center;
			line-height: 38px;
		}
	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 75px;
		height: 75px;
		background: #D4013B;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}
		.menu .icon {
			display: block;
			width: 35px;
			height: 2px;
			background: #FFF;
			position: absolute;
			top: 37px;
			right: 20px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 35px;
			border-top: 2px solid #fff;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:before {
			top:-8px;
		}
		.menu .icon:after {
			bottom:-8px;
		}
		.menu .icon.active{
			background: transparent;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			top: 0;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			bottom: 0;
			right: 0;
		}
	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
		padding: 75px 0 0;
	}
	:not(#home) #main::before{
		width: 160px;
		height: 300px;
	}
	/* ▼ パンくず
	--------------------------------------- */
	#path ol{
		margin-bottom: 40px;
		font-size: 12px;
	}
	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.container{
		padding: 0 20px;
	}
	a:hover{
		-ms-filter: "alpha(opacity=100)";
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	h1.title{
		padding: 28px 0;
		margin-bottom: 12px;
		line-height: 1.3;
	}
	h1.title::before{
		width: 208px;
		min-width: 208px;
		top: 0;
		left: 0;
	}
	h1.title::after{
		width: 54px;
	}
	h1.title span{
		display: block;
		width: 1240px;
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	h1.title span:nth-child(1){font-size: 20px;}
	h1.title span:nth-child(2){font-size: 14px;}

	h2.under_title{
		padding-bottom: 10px;
		margin-bottom: 40px;
		font-size: 20px;
	}
	h2.under_title::after{
		width: 100px;
	}
	/* ▼▼▼ フッター
	====================================================== */

	footer {
		padding: 45px 10px 10px;
		clear: both;
		overflow: hidden;
		}
	#footer_inner {
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}
	.f_flex{
		display: block;
		padding: 0 10px 40px;
	}
	.f_flex .logo_wrap{
		margin: 0 auto 35px;
	}
	.f_flex .menu_wrap{
		width: 100%;
		max-width: 100%;display: block;
	}
	.f_flex .menu_wrap ul{
		min-width: 50%;
		margin: 0 0 5px 0;
	}
	.f_flex .menu_wrap ul:nth-child(1){
		float: left;
	}
	.f_flex .menu_wrap ul:nth-child(4){
		clear: both;
	}
	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		background: url(../img/pagetop.png) no-repeat center center/16px,#D75558;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		position: fixed;
		bottom: 40px;
		right: 20px;
		z-index: 2000;
		cursor: pointer;
	}
	/* ▼ コピーライト
	--------------------------------------- */
	#copyright {
		text-align: center;
	}

}
