@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	common.css
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&subset=japanese');
@import url('slick.css');
@import url('icons.css');

/*============================================================
	RESET
*/
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li { list-style: none; }

/*============================================================
	HTML
*/
html, body {
	width: 100%;
	background-color: #fff;
	color: #61666a;
}
body {
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 2.2;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
img {
	display: block;
	width: 100%;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	        transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
a i {
	-webkit-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}
i {
	font-style: normal;
}
h1, h2, h3, h4 {
	font-weight: normal;
}

/*============================================================
	強制改行
*/
.break-word {
	word-wrap: break-word;
}

/*============================================================
	CLEARFIX
*/
.cf:after {
	content: '';
	display: block;
	clear: both;
}

/*============================================================
	VISIBLE
*/
.visible-pc {
	display: block;
}
.visible-sp {
	display: none;
}

/*============================================================
	ALIGN
*/
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/*============================================================
	VALIGN
*/
.va-center {
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

/*============================================================
	コンテナ
*/
#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1080px;
}
.body {
	position: relative;
	width: 100%;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 1024px;
}

/*============================================================
	ヘッダー
*/
#header {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(96,102,106,0.8);
}
#header header {
	position: relative;
	height: 100px;
}
#header header .logo {
	position: absolute;
	top: 25px;
	left: 50px;
	width: 113px;
	height: 50px;
}
#header header .logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: transparent url(../img/logo_abt.png) 50% 50% no-repeat;
	background-size: cover;
	text-indent: -999em;
}
#header header .nav {
	position: absolute;
	top: 10px;
	right: 50px;
}
#header header .nav ul {
}
#header header .nav ul li {
	float: left;
	font-size: 16px;
	line-height: 1.5;
}
#header header .nav ul li a {
	display: block;
	padding: 25px;
	font-weight: 900;
	color: #fff;
}
#header header .nav ul li a span {
	display: block;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
#header header .nav-ovener {
	display: none;
}
/**/
#header .megamenu {
	overflow: hidden;
	height: 0;
}
#header .megamenu .scroll {
	overflow: auto;
	background-color: rgba(96,102,106,0.9);
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	white-space: nowrap;
}
#header .megamenu .scroll::-webkit-scrollbar {
	height: 6px;
}
#header .megamenu .scroll::-webkit-scrollbar-track {
	background-color: rgba(255,255,255,0.3);
}
#header .megamenu .scroll::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.7);
}
#header .megamenu a {
	color: #fff;
}
#header .megamenu .wrap {
	padding: 30px 0;
}
#header .megamenu .row {
	display: table;
}
#header .megamenu .col {
	display: table-cell;
	vertical-align: top;
	padding: 0 50px 10px 50px;
	border-left: 1px solid #fff;
}
#header .megamenu .col:first-child {
	border: 0;
}
#header .megamenu .h2 {
	padding: 0 0 10px 2px;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.5;
	transform: skewX(-10deg);
}
#header .megamenu nav {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#header .megamenu nav ul.menu {
	padding-right: 10px;
}
#header .megamenu nav ul.menu .child {
	display: none;
}
#header .megamenu nav .menu-secondary {
	overflow: hidden;
	width: 0;
}
#header .megamenu nav .menu-secondary .child {
	display: none;
}
#header .megamenu ul li a {
	position: relative;
	display: block;
	padding: 2px 30px 6px 2px;
}
#header .megamenu ul li a i {
	display: block;
	position: absolute;
	margin-top: -8px;
	top: 50%;
	right: 5px;
	line-height: 1;
	color: #cf1b1e;
}
#header .megamenu ul li a:hover,
#header .megamenu ul li a.hover {
	background-color: #cf1b1e;
}
#header .megamenu ul li a:hover i,
#header .megamenu ul li a.hover i {
	color: #fff;
}

/*============================================================
	グローバルナビゲーション（SP用）
*/
#nav-sp {
	display: none;
}

/*============================================================
	フッター
*/
#footer {
	position: relative;
	height: 100px;
	background-color: #000;
	text-align: center;
	color: #fff;
}
#footer footer {
	position: relative;
	height: 100%;
}
#footer small {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 1.5;
}
#footer .pagetop {
	position: absolute;
	z-index: 10;
	top: 28px;
	right: 50px;
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
	color: #61666a;
}
#footer .pagetop::before {
	content: '';
	display: block;
	height: 20px;
	background: transparent url(../img/arrow_pagetop.png) 50% 50% no-repeat;
	background-size: 30px 20px;
}
#footer .pagetop span {
	display: block;
}
#footer .pagetop:hover {
	color: #fff;
}

/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 768px) {

	/*------------------------------------------------------------
		HTML
	*/
	body {
		font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 2.2;
		letter-spacing: 0;
	}

	/*------------------------------------------------------------
		VISIBLE
	*/
	.visible-pc {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}

	/*------------------------------------------------------------
		フォント
	*/
	.ff-got {
		font-family: YakuHanJP, "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 700;
	}

	/*------------------------------------------------------------
		コンテナ
	*/
	#container {
		padding: 50px 0 0 0;
		width: 100%;
		min-width: 1px;
	}
	.container {
		width: 100%;
	}

	/*------------------------------------------------------------
		ヘッダー
	*/
	#header {
		height: 50px;
		background-color: rgba(96,102,106,1);
	}
	#header header {
		height: 100%;
	}
	#header header .logo {
		top: 8px;
		left: 5px;
		width: 81px;
		height: 36px;
	}
	#header header .nav {
		display: none;
	}
	#header header .nav-ovener {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
	}
	#header header .nav-ovener i {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -1px 0 0 -11px;
		width: 22px;
		height: 1px;
		background-color: #fff;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	#header header .nav-ovener i:nth-child(1) {
		margin-top: -8px;
	}
	#header header .nav-ovener i:nth-child(3) {
		margin-top: 6px;
	}
	.opened #header header .nav-ovener i {
		width: 24px;
	}
	.opened #header header .nav-ovener i:nth-child(1) {
		margin: -1px 0 0 -12px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.opened #header header .nav-ovener i:nth-child(2) {
		display: none;
	}
	.opened #header header .nav-ovener i:nth-child(3) {
		margin: -1px 0 0 -12px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/**/
	#header .megamenu {
		display: none;
	}

	/*------------------------------------------------------------
		グローバルナビゲーション（SP用）
	*/
	#nav-sp {
		display: block;
		overflow: hidden;
		position: fixed;
		z-index: 998;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		background-color: rgba(96,102,106,0.9);
		font-size: 14px;
		line-height: 1.5;
		color: #fff;
		-webkit-transition: height 0.6s ease;
		        transition: height 0.6s ease;
	}
	#nav-sp a {
		position: relative;
		display: block;
		padding: 8px 0;
		color: #fff;
	}
	#nav-sp a i {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -7px;
		line-height: 1;
		color: #cf1b1e;
	}
	#nav-sp .scroll {
		position: absolute;
		top: 50px;
		bottom: 0;
		left: 0;
		padding: 15px 0;
		width: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#nav-sp a.sp-nav-root {
		margin: 0 15px;
		padding: 10px 0;
		font-weight: 900;
		font-size: 16px;
		line-height: 1.5;
	}
	#nav-sp a.sp-nav-root span {
		display: block;
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
	#nav-sp .h2 {
		padding-top: 10px;
		font-weight: 900;
		font-size: 16px;
		line-height: 1.5;
		transform: skewX(-10deg);
	}
	#nav-sp .wrap {
		overflow: hidden;
		height: 0;
	}
	#nav-sp .row .col {
		margin: 0 15px;
		padding: 5px 0;
		border-top: 1px solid #fff;
	}
	#nav-sp .row .col:first-child {
		border: 0;
	}
	#nav-sp .child {
		overflow: hidden;
		height: 0;
	}
	#nav-sp .child ul li a {
		padding-left: 15px;
	}

	/*------------------------------------------------------------
		フッター
	*/
	#footer {
		padding: 15px 0;
		height: auto;
	}
	#footer .pagetop {
		position: static;
		font-size: 12px;
		line-height: 1;
	}
	#footer small {
		padding-top: 15px;
	}

}