html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 62.5%;
}
*, *:before, *:after {
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	font-size: 100%;
	vertical-align: middle;
}
select {
	text-indent: .01px;
	text-overflow: "";
}
select::-ms-expand {
	display: none;
}
textarea {
	font-size: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
em {
	font-style: normal;
}
.tcMain {
	color: $main_text_color !important;
}
.tcSub {
	color: $sub_text_color !important;
}
.tcAccent {
	color: $accent_text_color !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.taL {
	text-align: left !important;
}
.taR {
	text-align: right !important;
}
.taC {
	text-align: center !important;
}
.txXS {
	font-size: 10px !important;
	font-size: 1rem !important;
}
.txSS {
	font-size: 11px !important;
	font-size: 1.1rem !important;
}
.txS {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
.txM {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}
.txL {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.txLL {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.txXL {
	font-size: 20px !important;
	font-size: 2rem !important;
}
.noMargin {
	margin: 0 !important;
}
.noPadding {
	padding: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mr-25 {
	margin-right: 25px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.ml-25 {
	margin-left: 25px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pr-25 {
	padding-right: 25px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pl-25 {
	padding-left: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pr-30 {
	padding-right: 30px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mr-35 {
	margin-right: 35px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.ml-35 {
	margin-left: 35px !important;
}
.pt-35 {
	padding-top: 35px !important;
}
.pr-35 {
	padding-right: 35px !important;
}
.pb-35 {
	padding-bottom: 35px !important;
}
.pl-35 {
	padding-left: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.ml-40 {
	margin-left: 40px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pr-40 {
	padding-right: 40px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pl-40 {
	padding-left: 40px !important;
}
.mt-45 {
	margin-top: 45px !important;
}
.mr-45 {
	margin-right: 45px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.ml-45 {
	margin-left: 45px !important;
}
.pt-45 {
	padding-top: 45px !important;
}
.pr-45 {
	padding-right: 45px !important;
}
.pb-45 {
	padding-bottom: 45px !important;
}
.pl-45 {
	padding-left: 45px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mr-50 {
	margin-right: 50px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.ml-50 {
	margin-left: 50px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pr-50 {
	padding-right: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pl-50 {
	padding-left: 50px !important;
}
.clr {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
@media only screen and (min-width: 767px) {
	.display-pc {
		display: block !important;
	}
	.display-sp {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.display-sp {
		display: block !important;
	}
	.display-pc {
		display: none !important;
	}
}
@font-face {
	font-family: "BebasKai";
	src: url("/wp/wp-content/themes/ohnishi/fonts/3290CB_0_0.eot");
	src: url("/wp/wp-content/themes/ohnishi/fonts/3290CB_0_0.eot?#iefix") format("embedded-opentype"), url("/wp/wp-content/themes/ohnishi/fonts/3290CB_0_0.woff2") format("woff2"), url("/wp/wp-content/themes/ohnishi/fonts/3290CB_0_0.woff") format("woff"), url("/wp/wp-content/themes/ohnishi/fonts/3290CB_0_0.ttf") format("truetype");
}
body {
	margin: 0 auto;
	background: url("../images/common/bg_body.png") center top no-repeat;
	color: #616466;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}
body#top {
	background: url("../images/top/bg_body.png") center top no-repeat;
}
/* --------------------------------------------------
 01: Wrapper Style
 -------------------------------------------------- */
.wrap {
	position: relative;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
/* --------------------------------------------------
 02: Link Style
 -------------------------------------------------- */
a {
	color: #1b4a9e;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover {
	text-decoration: underline;
}
/* --------------------------------------------------
 03: Header Style
 -------------------------------------------------- */
.header {
	position: relative;
	min-width: 1100px;
	background-color: #fff;
}
.header__keyword {
	padding: 8px 0 2px 15px;
	font-size: 10px;
	font-size: 1rem;
	background-color: #f4f6f7;
}
.header__contents {
	position: relative;
	height: 70px;
	padding-top: 11px;
	-webkit-transition: .5s;
	transition: .5s;
}
.header__contents:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 6px solid #f4f6f7;
}
.header__logo {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	z-index: 3;
}
@media only screen and (max-width: 1480px) {
	.header__contents {
		height: auto;
	}
	.header__logo {
		padding-bottom: 9px;
	}
}
/* nav-global */
.nav-global {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding-left: 300px;
	-webkit-transition: border .5s;
	transition: border .5s;
}
.nav-global__list-1st {
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}
.nav-global__item-1st {
	display: inline-block;
	width: 100px;
	margin-left: 23px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-global__item-1st:hover > a:before, .nav-global__item-1st:hover > span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.nav-global__item-1st:hover .nav-global__dropdown {
	visibility: visible;
	z-index: 100;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nav-global__item-1st > a, .nav-global__item-1st > span {
	position: relative;
	display: block;
	height: 59px;
	padding-top: 5px;
	color: #616466;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
}
.nav-global__item-1st > a:before, .nav-global__item-1st > span:before {
	visibility: hidden;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 6px solid #1b4a9e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-global__item-1st > a:hover:before, .nav-global__item-1st > span:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.nav-global__item-1st > a > span, .nav-global__item-1st > span > span {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
}
.nav-global__item-1st > span {
	cursor: default;
}
.nav-global__dropdown {
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: -1;
	padding-top: 32px;
	padding-bottom: 27px;
	background-color: rgba(27,74,158,.9);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .3s;
	transition: .3s;
}
.nav-global__dropdown .wrap {
	width: 1100px;
}
.nav-global__dropdown .wrap:after {
	content: "";
	display: block;
	clear: both;
}
.nav-global__inner {
	overflow: hidden;
	margin-top: 20px;
}
.nav-global__inner:first-child {
	margin-top: 0;
}
.nav-global__headline, .nav-global__list-2nd {
	float: left;
	text-align: center;
}
.nav-global__headline {
	width: 85px;
	padding-top: 20px;
	color: #fff;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 26px;
	line-height: 1.4;
}
.nav-global__headline span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.nav-global__list-2nd {
	overflow: hidden;
	margin-left: 5px;
}
.nav-global__item-2nd {
	float: left;
	margin-left: 15px;
}
.nav-global__item-2nd > a {
	display: block;
	color: #fff;
}
.nav-global__item-2nd > a > span {
	display: block;
	margin-top: 7px;
	padding-right: 18px;
}
.nav-global__item-2nd > a > span:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 12px;
	border-top: 1px solid #e73230;
	border-right: 1px solid #e73230;
	-webkit-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg);
}
.nav-global__item-2nd > a:hover {
	text-decoration: none;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
@media only screen and (max-width: 1480px) {
	.nav-global {
		position: static;
		padding-left: 0;
		border-top: 6px solid #f4f6f7;
	}
	.nav-global__list-1st {
		text-align: center;
		margin-left: 0;
	}
	.nav-global__item-1st {
		display: inline-block;
		width: 20%;
		margin-left: 0;
	}
}
/* nav-utility */
.nav-utility {
	position: absolute;
	top: 0;
	right: 0;
}
.nav-utility:after {
	content: "";
	display: block;
	clear: both;
}
.nav-utility__language {
	overflow: hidden;
	float: left;
	margin-top: 11px;
}
.nav-utility__language li {
	float: left;
	color: #a1a5a7;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
}
.nav-utility__language li + li:before {
	content: "/";
}
.nav-utility__language li a {
	display: inline-block;
	padding: 4px 5px 5px;
	color: #a1a5a7;
}
.nav-utility__language li a:hover, .nav-utility__language li a.is-active {
	color: #1b4a9e;
	text-decoration: none;
}
.nav-utility__language li a.is-active {
	pointer-events: none;
}
.nav-utility__search {
	position: relative;
	float: left;
	margin-top: 11px;
	margin-left: 20px;
}
.nav-utility__search input[type="text"] {
	position: relative;
	width: 215px;
	padding: 0 42px 0 10px;
	border: 2px solid #f4f6f7;
	background-color: #f4f6f7;
	line-height: 37px;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-utility__search input[type="text"]:focus:placeholder-shown {
	color: transparent;
}
.nav-utility__search input[type="text"]:focus::-webkit-input-placeholder {
	color: transparent;
}
.nav-utility__search input[type="text"]:focus::-moz-placeholder {
	color: transparent;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nav-utility__search input[type="text"]:focus:-ms-input-placeholder {
	color: transparent;
}
.nav-utility__search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	border: 2px solid #e4e7e9;
	border-left: 0;
	background: #e4e7e9 url("../images/common/ic_search_01.png") center center no-repeat;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-utility__search input[type="text"]:focus {
	border-color: #1b4a9e;
}
.nav-utility__search input[type="text"]:focus + input[type="submit"] {
	border-color: #1b4a9e;
}
.nav-utility__contact {
	position: relative;
	float: left;
	margin-left: 24px;
}
/* --------------------------------------------------
 04: Contents Style
-------------------------------------------------- */
/* main
------------------------------ */
.main {
	position: relative;
	padding-bottom: 60px;
}
/* container
------------------------------ */
.container {
	padding-top: 70px;
}
.container > .wrap:after {
	content: "";
	display: block;
	clear: both;
}
/* contents
------------------------------ */
.contents {
	float: left;
	width: 780px;
}
/* contact
------------------------------ */
.contact {
	overflow: hidden;
	position: relative;
	margin-top: 35px;
	padding: 45px 48px 60px;
	background-color: #819ac5;
	color: #fff;
}
.contact:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-top: 390px solid #6886b9;
	border-right: 390px solid transparent;
	border-left: 390px solid transparent;
}
.contact__inner {
	position: relative;
}
.contact__headline-en {
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1;
}
.contact__headline-jp {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.contact__lead {
	margin-top: 30px;
	text-align: center;
}
.contact__column {
	margin-top: 40px;
}
/* column-contact  */
.column-contact {
	margin-left: -80px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: center;
}
.column-contact__item {
	display: inline-block;
	width: 268px;
	margin-left: 80px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.column-contact__headline {
	position: relative;
	padding: 3px 5px;
	background-color: #fff;
	color: #1b4a9e;
}
.column-contact__headline:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.column-contact__btn {
	margin-top: 18px;
}
.column-contact__text {
	margin-top: 15px;
	font-size: 13px;
	font-size: 1.3rem;
}
.column-contact__list {
	overflow: hidden;
	margin-top: 12px;
	padding-left: 2px;
	line-height: 1.1;
	text-align: left;
}
.column-contact__list dt {
	float: left;
	clear: left;
	position: relative;
	width: 145px;
	padding-top: 10px;
	padding-left: 20px;
}
.column-contact__list dt:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url("../images/common/ic_tel.png") no-repeat;
}
.column-contact__list dd {
	overflow: hidden;
	padding-top: 5px;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: .05em;
	line-height: 1;
}
/* side
------------------------------ */
.side {
	float: right;
	width: 280px;
}
/* nav-side  */
.nav-side {
	line-height: 1.5;
}
.nav-side__headline {
	height: 54px;
	padding: 15px 24px;
	background-color: #616466;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.nav-side__item-1st {
	border-top: 1px solid #e4e7e9;
}
.nav-side__item-1st:first-child {
	border-top: 0;
}
.nav-side__item-1st > a {
	display: block;
	position: relative;
	padding: 17px 24px 14px 40px;
	background-color: #f4f6f7;
	color: #1b4a9e;
}
.nav-side__item-1st > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #1b4a9e;
	border-right: 1px solid #1b4a9e;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.nav-side__item-1st > a:hover {
	background-color: #f9fafb;
}
.nav-side__item-1st > a.is-active {
	background-color: rgba(27,74,158,.5);
	color: #fff;
}
.nav-side__item-1st > a.is-active:before {
	border-top-color: #fff;
	border-right-color: #fff;
}
.nav-side__item-2nd {
	padding: 0 24px 14px 40px;
	background-color: rgba(27,74,158,.5);
	color: #fff;
}
.nav-side__item-2nd:before {
	content: "・";
}
/* contact-side  */
.contact-side {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	padding: 19px 24px;
	background-color: #1b4a9e;
	color: #fff;
}
.contact-side:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-top: 140px solid #12387d;
	border-right: 140px solid transparent;
	border-left: 140px solid transparent;
}
.contact-side:first-child {
	margin-top: 0;
}
.contact-side__headline, .contact-side__btn, .contact-side__list, .contact-side__time {
	position: relative;
}
.contact-side__headline {
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 1;
	text-align: center;
}
.contact-side__btn {
	margin-top: 18px;
}
.contact-side__list {
	overflow: hidden;
	margin-top: 3px;
	line-height: 1.1;
}
.contact-side__list dt {
	float: left;
	clear: left;
	position: relative;
	width: 6.5em;
	padding-top: 13px;
	padding-left: 1em;
}
.contact-side__list dt:before {
	content: "";
	position: absolute;
	top: 13px;
	bottom: 0;
	left: 0;
	border-left: 4px solid #939ba1;
}
.contact-side__list dd {
	overflow: hidden;
	padding-top: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .05em;
}
.contact-side__time {
	margin-top: 10px;
}
/* guide-side  */
.guide-side {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	padding: 19px 24px;
	background-color: #edeff0;
}
.guide-side:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-top: 140px solid #f4f6f7;
	border-right: 140px solid transparent;
	border-left: 140px solid transparent;
}
.guide-side:first-child {
	margin-top: 0;
}
.guide-side__headline-en, .guide-side__headline-jp, .guide-side__media, .guide-side__btn {
	position: relative;
}
.guide-side__headline-en {
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: .025em;
	text-align: center;
	line-height: 1;
}
.guide-side__headline-jp {
	font-weight: bold;
	letter-spacing: .025em;
	text-align: center;
	margin-top: 5px;
}
.guide-side__media {
	margin-top: 12px;
}
.guide-side__media .media__image--rev {
	margin-left: 5px;
}
.guide-side__media .media__text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
}
.guide-side__media .media__text p {
	margin-bottom: 8px;
}
.guide-side__media .media__bnr a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.guide-side__btn {
	margin-top: 18px;
}
.guide-side__btn a {
	width: auto;
}
/* bnr-side  */
.bnr-side {
	margin-top: 20px;
}
.bnr-side ul {
	overflow: hidden;
	margin-top: -15px;
}
.bnr-side li {
	margin-top: 15px;
	text-align: center;
}
.bnr-side li a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* breadcrumb
------------------------------ */
.breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e5e9f1;
	-webkit-transition: .5s;
	transition: .5s;
}
.breadcrumb ul {
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}
.breadcrumb li {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.breadcrumb li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #1b4a9e;
	border-right: 1px solid #1b4a9e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: 2px;
}
.breadcrumb li:first-child {
	margin-top: 2px;
	text-indent: -9999px;
}
.breadcrumb li:first-child:before {
	content: none;
}
.breadcrumb li:first-child a {
	display: block;
	width: 16px;
	height: 15px;
	background: url("../images/common/ic_home_02.png") no-repeat;
}
.breadcrumb li:first-child a:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* pagetop
------------------------------ */
.pagetop {
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: -46px;
	right: 35px;
	text-indent: -9999px;
	z-index: 9999;
}
.pagetop.is-fixed {
	position: fixed;
	bottom: 35px;
}
.pagetop a {
	display: block;
	width: 92px;
	height: 92px;
}
.pagetop a:before, .pagetop a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: .5s;
	transition: .5s;
}
.pagetop a:before {
	width: 64px;
	height: 64px;
	background-color: #a1a5a7;
}
.pagetop a:after {
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.pagetop a:hover:before {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.pagetop a:hover:after {
	margin-top: -5px;
}
/* --------------------------------------------------
 05: Footer Style
 -------------------------------------------------- */
.footer {
	overflow: hidden;
	min-width: 1100px;
}
/* sitemap */
.sitemap {
	margin-left: -5.344%;
	padding: 70px 95px 85px;
	background-color: #3c4a63;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: center;
}
.sitemap__item {
	display: inline-block;
	width: 11.388%;
	margin-left: 4.983%;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	vertical-align: top;
}
.sitemap__headline {
	color: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.8);
	font-weight: bold;
}
.sitemap__list {
	margin-top: 20px;
}
.sitemap__list li {
	margin-top: 15px;
}
.sitemap__list li a {
	color: #edeff0;
}
/* nav-footer */
.nav-footer {
	overflow: hidden;
	position: relative;
	height: 70px;
	padding-left: 55px;
	background-color: #2d3749;
}
.nav-footer__utility {
	margin-left: -55px;
	padding-top: 25px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}
.nav-footer__utility li {
	display: inline-block;
	margin-left: 55px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}
.nav-footer__utility li a {
	color: #edeff0;
}
.nav-footer__other {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}
.nav-footer__list, .nav-footer__contact {
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}
.nav-footer__list {
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}
.nav-footer__list li {
	display: inline-block;
	color: #edeff0;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: middle;
}
.nav-footer__list li + li:before {
	content: "｜";
	margin-right: 3px;
	margin-left: 3px;
}
.nav-footer__list li a {
	color: #edeff0;
}
.nav-footer__contact {
	margin-left: 45px;
	font-size: 13px;
	font-size: 1.3rem;
}
/* copyright */
.copyright {
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #222936;
	color: #a1a5a7;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}
/* --------------------------------------------------
 09:  Module Style
 -------------------------------------------------- */
/* icon
------------------------------ */
.icon {
	display: inline-block;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.icon--home {
	width: 12px;
	height: 11px;
	background-image: url("../images/common/ic_home_01.png");
	vertical-align: 0;
}
.icon--sitemap {
	width: 13px;
	height: 11px;
	background-image: url("../images/common/ic_sitemap_01.png");
	vertical-align: -1px;
}
.icon--en {
	width: 13px;
	height: 13px;
	background-image: url("../images/common/ic_english_01.png");
	vertical-align: -2px;
}
/* media
------------------------------ */
.media {
	overflow: hidden;
}
.media__image {
	float: left;
	margin-right: 20px;
}
.media__image--rev {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.media__text {
	overflow: hidden;
}
/* animation
------------------------------ */
/* visual
------------------------------ */
.visual {
	position: relative;
	background-color: #e1f3f9;
}
.visual__image {
	text-align: center;
}
.visual__text {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.visual__headline-en, .visual__headline-jp {
	color: transparent;
	font-weight: bold;
	line-height: 1;
}
.visual__headline-en > span, .visual__headline-jp > span {
	display: inline-block;
	position: relative;
}
.visual__headline-en > span:after, .visual__headline-jp > span:after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #1b4a9e;
	clip: rect(0, 0, 100px, 0);
	-webkit-animation: cubic-bezier(.21, .39, .06, .99) forwards;
	animation: cubic-bezier(.21, .39, .06, .99) forwards;
}
.visual__headline-en {
	margin-top: -10px;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 48px;
	letter-spacing: .05em;
}
.visual__headline-en > span:after {
	-webkit-animation-name: slideIn-text-en;
	animation-name: slideIn-text-en;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.visual__headline-jp {
	margin-top: 12px;
	font-size: 16px;
}
.visual__headline-jp > span:after {
	-webkit-animation-name: slideIn-text-jp;
	animation-name: slideIn-text-jp;
	-webkit-animation-duration: 3.3s;
	animation-duration: 3.3s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.visual--top {
	margin-bottom: 50px;
}
.visual--top .visual__image img {
	width: 100%;
}
/* nav-local
------------------------------ */
.nav-local {
	margin-top: 21px;
	margin-left: -15px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}
.nav-local__item {
	display: inline-block;
	width: 218px;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.nav-local__item > a {
	overflow: hidden;
	display: block;
	color: #1b4a9e;
	background-color: #edeff0;
}
.nav-local__item > a:hover {
	background-color: #f7fafb;
}
.nav-local__item > a:hover .nav-local__image:before, .nav-local__item > a:hover .nav-local__image:after {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nav-local__item > a:hover .nav-local__image:after {
	margin-top: 0;
}
.nav-local__item > a:hover .nav-local__image > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.nav-local__item > a:hover .nav-local__contents {
	display: table;
	width: 100%;
	height: 62px;
}
.nav-local__item > a:hover .nav-local__headline {
	display: table-cell;
	vertical-align: middle;
}
.nav-local__image {
	overflow: hidden;
	position: relative;
}
.nav-local__image:before, .nav-local__image:after {
	visibility: hidden;
	position: absolute;
	right: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-local__image:before {
	content: "";
	top: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgba(27,74,158,.4);
}
.nav-local__image:after {
	content: "DETAIL";
	top: 50%;
	z-index: 5;
	width: 149px;
	height: 40px;
	margin: 10px auto 0;
	border: 1px solid #fff;
	color: #fff;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 34px;
	text-align: center;
	letter-spacing: .05em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-local__image > img {
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-local__contents {
	display: table;
	width: 100%;
	height: 62px;
}
.nav-local__headline {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* area
------------------------------ */
.area-main {
	padding: 36px 48px 0;
}
/* pagetop-main */
.pagetop-main {
	margin-top: 32px;
	text-align: right;
}
/* headline
------------------------------ */
.headline {
	font-family: $jp_font;
	line-height: 1.5;
}
.headline--01 {
	height: 54px;
	padding: 13px 24px;
	background-color: #1b4a9e;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.headline--02 {
	height: 41px;
	margin-top: 60px;
	margin-bottom: 25px;
	padding: 9px 18px;
	background-color: #a0a9b9;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.headline--highlight {
	background-color: #1b4a9e;
}
/* headline-main */
.headline-main {
	margin-bottom: 32px;
	text-align: center;
}
.headline-main ~ .headline-main {
	margin-top: 90px;
}
.headline-main__en {
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1;
}
.headline-main__jp {
	margin-top: 5px;
	font-size: 16px;
	color: #1b4a9e;
}
.headline-main + .headline {
	margin-top: 40px;
}
/* btn
------------------------------ */
.btn {
	display: block;
	position: relative;
	height: 40px;
	border: 2px solid #1b4a9e;
	color: #1b4a9e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
.btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #1b4a9e;
	-webkit-transition: .5s;
	transition: .5s;
}
.btn span {
	position: relative;
	z-index: 3;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
}
.btn:hover:after {
	width: 100%;
}
.btn--contact {
	height: 75px;
	border: 4px solid #fff;
	color: #fff;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	letter-spacing: .05em;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 63px;
}
.btn--contact:before {
	content: "";
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 33px;
	height: 24px;
	margin-right: 15px;
	background: url("../images/common/ic_mail_02.png") no-repeat;
	vertical-align: -3px;
	-webkit-transition: .5s;
	transition: .5s;
}
.btn--contact:after {
	background-color: #fff;
}
.btn--contact:hover {
	color: #1b4a9e;
}
.btn--contact:hover:before {
	background-image: url("../images/common/ic_mail_02_ov.png");
}
.btn--mail {
	height: 58px;
	border: 3px solid #fff;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 52px;
}
.btn--mail:before {
	content: "";
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 18px;
	height: 13px;
	margin-right: 7px;
	background: url("../images/common/ic_mail_01.png") no-repeat;
	-webkit-transition: .5s;
	transition: .5s;
}
.btn--mail:after {
	background-color: #fff;
}
.btn--mail:hover {
	color: #1b4a9e;
}
.btn--mail:hover:before {
	background-image: url("../images/common/ic_mail_01_ov.png");
}
.btn--download {
	width: 232px;
	margin-right: auto;
	margin-left: auto;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	line-height: 32px;
	letter-spacing: .05em;
}
.btn--download:before {
	content: "";
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 20px;
	height: 17px;
	margin-right: 7px;
	background: url("../images/common/ic_download_01.png") no-repeat;
	vertical-align: -2px;
	-webkit-transition: .5s;
	transition: .5s;
}
.btn--download:hover:before {
	background-image: url("../images/common/ic_download_01_ov.png");
}
.btn--pagetop {
	display: inline-block;
	width: auto;
	height: 28px;
	padding-right: 18px;
	padding-left: 17px;
	border: 1px solid #1b4a9e;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 26px;
	font-weight: normal;
}
.btn--pagetop:before {
	content: "";
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-top: 1px solid #1b4a9e;
	border-left: 1px solid #1b4a9e;
	-webkit-transform: translateY(2px) rotate(45deg);
	transform: translateY(2px) rotate(45deg);
	-webkit-transition: .5s;
	transition: .5s;
}
.btn--pagetop:hover:before {
	border-top-color: #fff;
	border-left-color: #fff;
}
.btn--view {
	width: 232px;
	margin-right: auto;
	margin-left: auto;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	letter-spacing: .05em;
}
/* btn-contact */
.btn-contact {
	display: inline-block;
	width: 200px;
	color: #fff;
	background-color: #1b4a9e;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 70px;
	text-align: center;
}
.btn-contact:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 13px;
	margin-right: 7px;
	background: url("../images/common/ic_mail_01.png") no-repeat;
}
.btn-contact:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	text-decoration: none;
}
/* text
------------------------------ */
.text {
	margin-top: 30px;
}
.text:first-child {
	margin-top: 0;
}
.text--mt-s {
	margin-top: 15px;
}
.headline + .text {
	margin-top: 0;
}
/* image
------------------------------ */
.image {
	text-align: center;
}
.image--list {
	margin-top: 25px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: center;
}
.image--list li {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
/* list
------------------------------ */
.list-mark {
	padding-left: 17px;
}
.list-mark li {
	position: relative;
	margin-top: 15px;
	padding-left: 16px;
}
.list-mark li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border: 2px solid #1b4a9e;
}
/* table
------------------------------ */
.table table {
	width: 100%;
}
.table th, .table td {
	padding: 8px 16px;
	border: 1px solid #eaedf1;
}
.table tbody th {
	background-color: #f9fafb;
	text-align: left;
}
.table--spce tbody th {
	width: 170px;
}
.table--support tbody th {
	width: 200px;
}
/* catalog
------------------------------ */
.catalog__btn {
	margin-top: 15px;
}
.catalog__text {
	margin-top: 15px;
	font-size: 13px;
	font-size: 1.3rem;
}
.catalog__bnr {
	margin-top: 10px;
}
.catalog__bnr a:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
@-webkit-keyframes slideIn-text-en {
	0% {
		clip: rect(0, 0, 100px, 0);
	}
	100% {
		clip: rect(0, 400px, 100px, 0);
	}
}
@keyframes slideIn-text-en {
	0% {
		clip: rect(0, 0, 100px, 0);
	}
	100% {
		clip: rect(0, 400px, 100px, 0);
	}
}
@-webkit-keyframes slideIn-text-jp {
	0% {
		clip: rect(0, 0, 100px, 0);
	}
	100% {
		clip: rect(0, 200px, 100px, 0);
	}
}
@keyframes slideIn-text-jp {
	0% {
		clip: rect(0, 0, 100px, 0);
	}
	100% {
		clip: rect(0, 200px, 100px, 0);
	}
}
/* top
------------------------------ */
/* headline-top */
.headline-top {
	margin-bottom: 70px;
	text-align: center;
}
.headline-top__headline {
	color: #1b4a9e;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 62px;
	font-size: 6.2rem;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 1;
}
.headline-top__lead {
	margin-top: 35px;
	font-size: 16px;
	font-size: 1.6rem;
}
/* nav-works */
.nav-works {
	overflow: hidden;
	margin-top: -1px;
	margin-left: -1px;
}
.nav-works__item {
	float: left;
	width: 366px;
	margin-top: 1px;
	margin-left: 1px;
}
.nav-works__item > a {
	display: block;
	position: relative;
}
.nav-works__item > a:before {
	content: "";
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: -webkit-linear-gradient(bottom, rgba(15,39,80,.8) 0%, rgba(15,39,80,0) 100%);
	background: linear-gradient(to top, rgba(15,39,80,.8) 0%, rgba(15,39,80,0) 100%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-works__item > a:hover:before {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nav-works__item > a:hover .nav-works__image > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.nav-works__item > a:hover .nav-works__headline:before {
	width: 100%;
}
.nav-works__image {
	overflow: hidden;
}
.nav-works__image > img {
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-works__headline {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 5;
	padding-bottom: 10px;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.nav-works__headline:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px solid #fff;
	-webkit-transition: .5s;
	transition: .5s;
}
/* nav-products */
.nav-products {
	overflow: hidden;
	margin-top: -20px;
	margin-left: -20px;
}
.nav-products__item {
	float: left;
	width: 540px;
	margin-top: 20px;
	margin-left: 20px;
}
.nav-products__item > a {
	display: block;
	position: relative;
}
.nav-products__item > a:hover .nav-products__image > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.nav-products__item > a:hover .nav-products__contents:before {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-products__item > a:hover .nav-products__header {
	margin-top: -60px;
}
.nav-products__item > a:hover .nav-products__text {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-products__item > a:hover .nav-products__btn {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-products__item--01 .nav-products__contents:before {
	background-color: rgba(149,178,34,.75);
}
.nav-products__item--02 .nav-products__contents:before {
	background-color: rgba(189,147,0,.75);
}
.nav-products__item--03 .nav-products__contents:before {
	background-color: rgba(113,68,134,.75);
}
.nav-products__item--04 .nav-products__contents:before {
	background-color: rgba(54,113,150,.75);
}
.nav-products__image {
	overflow: hidden;
}
.nav-products__image > img {
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-products__contents {
	position: absolute;
	top: 56px;
	right: 56px;
	bottom: 56px;
	left: 56px;
}
.nav-products__contents:before {
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.75);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-products__header {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 5;
	color: #fff;
	filter: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"filter\"><feGaussianBlur in=\"SourceAlpha\" stdDeviation=\"7\" /><feOffset dx=\"1\" dy=\"1\" result=\"offsetblur\" /><feFlood flood-color=\"rgba(0,0,0,1)\" /><feComposite in2=\"offsetblur\" operator=\"in\" /><feMerge><feMergeNode /><feMergeNode in=\"SourceGraphic\" /></feMerge></filter></svg>#filter");
	-webkit-filter: drop-shadow(0 0 7px #000);
	filter: drop-shadow(0 0 7px #000);
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-products__headline-en {
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
}
.nav-products__headline-jp {
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.nav-products__text {
	visibility: hidden;
	position: absolute;
	top: 220px;
	right: 35px;
	left: 35px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-products__btn {
	visibility: hidden;
	position: absolute;
	right: 35px;
	bottom: 40px;
	left: 35px;
	z-index: 5;
	width: 190px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #fff;
	color: #fff;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 34px;
	text-align: center;
	letter-spacing: .05em;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: .5s;
	transition: .5s;
}
/* information */
.information {
	padding: 35px 24px 30px;
	background-color: #f4f6f7;
}
.information__headline {
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
}
.information__tab {
	margin-top: 12px;
}
.information__btn {
	margin-top: 32px;
}
/* tab-info */
.tab-info__nav ul {
	margin-left: -48px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: center;
}
.tab-info__nav li {
	display: inline-block;
	width: 108px;
	margin-left: 48px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.tab-info__nav li a {
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #616466;
}
.tab-info__nav li a:before {
	visibility: hidden;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #1b4a9e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .5s;
	transition: .5s;
}
.tab-info__nav li a:hover, .tab-info__nav li a.is-active {
	color: #1b4a9e;
	text-decoration: none;
}
.tab-info__nav li a:hover:before, .tab-info__nav li a.is-active:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.tab-info__nav li a.is-active {
	pointer-events: none;
}
.tab-info__contents {
	margin-top: 18px;
	padding: 24px 20px 40px;
	background-color: #fff;
}
.tab-info__panel {
	display: none;
}
.tab-info__panel#panel01 {
	display: block;
}
.tab-info__list {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 484px;
}
.tab-info__item {
	margin-top: -1px;
}
.tab-info__item:first-child {
	margin-top: 0;
}
.tab-info__item > a {
	display: table;
	position: relative;
	width: 100%;
	height: 70px;
	border-top: 1px solid #f0f2f3;
	border-bottom: 1px solid #f0f2f3;
	color: #616466;
	-webkit-transition: .5s;
	transition: .5s;
}
.tab-info__item > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #e73230;
	border-right: 1px solid #e73230;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transition: .5s;
	transition: .5s;
}
.tab-info__item > a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
}
.tab-info__item > a:hover:before {
	right: 5px;
}
.tab-info__date, .tab-info__text {
	display: table-cell;
	vertical-align: middle;
}
.tab-info__date {
	width: 100px;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
