@charset "utf-8";
/* ================================================================================================================== */
/* HEADER                                                                                                             */
/* ===================================================================================================================*/
#header {
	width: 100%;
	height: 94px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5000;
}
@media screen and (max-width: 750px) {
	#header {
		height: 100px;
	}
}
/* ================================================================================================================== */
/* HEADER:BAR                                                                                                         */
/* ===================================================================================================================*/
#header .bar {
	box-sizing: border-box;
	width: 100%;
	min-width: 1000px;
	height: 94px;
	padding: 0 30px 24px;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 750px) {
	#header .bar {
		box-sizing: border-box;
		width: 100%;
		min-width: auto;
		min-width: initial;
		height: 132px;
		padding: 0 30px 32px;
	}
}
/* =============================================================== */
/* HEADER:ImportantNote                                            */
/* =============================================================== */
header .bar .important_note {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 24px;
	padding: 0 30px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: 0;
}
header .bar .important_note span {
	color: #ff0000;
	font-size: 11px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;

}
header .bar .important_note a {
	margin-left: 3px;
	color: #333333;
	font-size: 11px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	header .bar .important_note {
		height: 32px;
		padding: 0 7px;
		font-feature-settings: "palt";
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	header .bar .important_note span {
		font-size: 13px;
	}
	header .bar .important_note a {
		margin-left: 4px;
		font-size: 13px;
	}
}
/* =============================================================== */
/* HEADER:BAR:LogoArea                                             */
/* =============================================================== */
#header .bar .logo_area {
}
#header .bar .logo_area img {
	width: 304.03px;
	height: 33.79px;
}
@media screen and (max-width: 750px) {
	#header .bar .logo_area {
	}
	#header .bar .logo_area img {
		width: 400px;
		height: 44.45px;
	}
}
/* =============================================================== */
/* HEADER:BAR:MenuArea                                             */
/* =============================================================== */
#header .bar .menu_area {
	display: -webkit-flex;
	display: flex;
}
#header .bar .menu_area ul {
	width: 420px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#header .bar .menu_area ul li dt a {
	font-size: 0.16rem;
	position: relative;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#header .bar .menu_area ul li dt a::before {
	content: '';
	width: 100%;
	height: 4px;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .7s cubic-bezier(.19,1,.22,1);
	background-color: #000000;
	position: absolute;
	bottom: -25px;
	left: 0;
}
#header .bar .menu_area ul li dt a.have_sub::before,
#header .bar .menu_area ul li dt a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}
@media screen and (max-width: 750px) {
	#header .bar .menu_area {
		display: none;
	}
}
/* =============================================================== */
/* HEADER:BAR:MenuArea                                             */
/* =============================================================== */
#header .bar .menu_area .ext_menu {
	margin-left: 25px;
	letter-spacing: -.40em;
}
#header .bar .menu_area .ext_menu a {
	display: inline-block;
	padding: 0 25px 0 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	font-size: 0.10rem;
	line-height: 18px;
	transition: fill, color, border-color, background-color 0.4s;
	overflow: hidden;
	vertical-align: top;
	position: relative;
	letter-spacing: normal;
}
#header .bar .menu_area .ext_menu a:nth-child(n + 2) {
	margin-left: 5px;
}
#header .bar .menu_area .ext_menu a svg {
	width: 11px;
	height: 8px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}
#header .bar .menu_area .ext_menu a svg .header_icon_window-a {
	fill: #333;
}
#header .bar .menu_area .ext_menu a:hover {
	background:   #666666;
	border-color: #666666;
	color: #ffffff;
}
#header .bar .menu_area .ext_menu a:hover svg .header_icon_window-a {
	fill: #fff;
}
#header .bar .menu_area .ext_menu br {
	display: none;
}
@media screen and (max-width: 1120px) {
	#header .bar .menu_area .ext_menu {
		text-align: right;
	}
	#header .bar .menu_area .ext_menu a:first-child {
		margin-bottom: 5px;
	}
	#header .bar .menu_area .ext_menu br {
		display: inline-block;
	}
}
/* =============================================================== */
/* HEADER:BAR:SpMenuCtrl                                           */
/* =============================================================== */
#header .bar .sp_menu_ctrl {
	display: none;
}
@media screen and (max-width: 750px) {
	#header .bar .sp_menu_ctrl {
		display: block;
		width:  45px;
		height: 30px;
		position: absolute;
		top:   35px;
		right: 30px;
		z-index: 9999;
	}
	#header .bar .sp_menu_ctrl .item {
		content: "";
		display: inline-block;
		width: 45px;
		height: 4px;
		background: #000000;
		position: absolute;
		right: 0;
		transition: 0.6s;
	}
	#header .bar .sp_menu_ctrl .item.num01 {
		transform:rotate(0);
		top: 0;
	}
	#header .bar .sp_menu_ctrl .item.num02 {
		transform:rotate(0);
		top: 13px;
	}
	#header .bar .sp_menu_ctrl .item.num03 {
		transform:rotate(0);
		top: 26px;
	}
	#header .bar .sp_menu_ctrl.active .item.num01 {
		transform:rotate(45deg);
		top: 12px;
	}
	#header .bar .sp_menu_ctrl.active .item.num02 {
		transform:rotate(45deg);
		top: 12px;
	}
	#header .bar .sp_menu_ctrl.active .item.num03 {
		transform:rotate(-45deg);
		top: 12px;
	}
}
/* =============================================================== */
/* HEADER:SpMenuArea                                               */
/* =============================================================== */
#header .sp_menu_area {
	display: none;
}
@media screen and (max-width: 750px) {
	#header .sp_menu_area {
		box-sizing: border-box;
		width: 100%;
		padding: 38px 0 90px;
		background: rgba(240,240,240,0.95);
		overflow: scroll;
		position: fixed;
		top: 132px;
	}
	#header .sp_menu_area ul.menu_links li {
		width: 441px;
		margin: 0 auto;
		padding: 32px 0;
		border-bottom: 2px solid #000000;
		text-align: center;
	}
	#header .sp_menu_area ul.menu_links li dt a {
		width: 100%;
	}
	#header .sp_menu_area ul.menu_links li dt a span:nth-child(1) {
		display: block;
		font-size: 0.32rem;
		line-height: 1;

		font-family: 'Noto Sans JP', sans-serif;
		font-style:  normal;
		font-weight: 700;
	}
	#header .sp_menu_area ul.menu_links li dt a span:nth-child(2) {
		display: block;
		margin-top: 10px;
		font-size: 0.20rem;
		line-height: 1;

		font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-style:  normal;
		font-weight: bold;
	}
	/* 演出用 */
	.SphFadeIn {
		opacity: 0;
		transition: 0.6s;
		transform: translateY(30px);
	}
	.SphFadeIn.show {
		opacity: 1;
		transform: translateX(0px);
		transform: translateY(0px);
	}
	/* 追加メニュー */
	#header .sp_menu_area .ext_menu {
		width: 280px;
		margin: 30px auto 0;
	}
	#header .sp_menu_area .ext_menu a {
		display: block;
		border: 2px solid #cccccc;
		border-radius: 30px;
		text-align: center;
		font-size: 0.24rem;
		line-height: 56px;
		letter-spacing: -.40em;

		font-family: 'Noto Sans JP', sans-serif;
		font-style:  normal;
		font-weight: 700;
	}
	#header .sp_menu_area .ext_menu a:nth-child(n + 2) {
		margin-top: 15px;
	}
	#header .sp_menu_area .ext_menu a span {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}
	#header .sp_menu_area .ext_menu a span:nth-child(2) {
		margin-left: 10px;
	}
	#header .sp_menu_area .ext_menu a span svg {
		width:  22px;
		height: 16px;
	}
	#header .sp_menu_area .ext_menu a span svg .header_icon_window-a {
		fill: #333;
	}
	/* ロゴ */
	#header .sp_menu_area .company_logo {
		margin-top: 85px;
		text-align: center;
	}
	#header .sp_menu_area .company_logo img {
		width: 250.12px;
		height: 65.83px;
	}
	/* Share */
	#header .sp_menu_area .shares_area {
		padding: 54px 0 160px;
	}
	#header .sp_menu_area .shares_area ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	#header .sp_menu_area .shares_area ul li:nth-child(n + 2) {
		margin-left: 135px;
	}
	#header .sp_menu_area .shares_area ul li dl {
		letter-spacing: -.40em;
	}
	#header .sp_menu_area .shares_area ul li dl dt,
	#header .sp_menu_area .shares_area ul li dl dd {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: bottom;
	}
	#header .sp_menu_area .shares_area ul li dl dd {
		padding-left: 10px;
		font-size: 0.22rem;
		position: relative;
		top: -4px;

		font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-style:  normal;
		font-weight: bold;
	}
}
