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 (max-width: $point_sp) {
	.display-pc {
		display: none !important;
	}
}
.display-sp {
	display: none;
}
@media only screen and (max-width: $point_sp) {
	.display-sp {
		display: block !important;
	}
}
@font-face {
	font-family: "BebasKai";
	src: url("/wp-content/themes/ohnishi/fonts/3290CB_0_0.eot");
	src: url("/wp-content/themes/ohnishi/fonts/3290CB_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ohnishi/fonts/3290CB_0_0.woff2") format("woff2"), url("/wp-content/themes/ohnishi/fonts/3290CB_0_0.woff") format("woff"), url("/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;
}
@media only screen and (max-width: 1480px) {
	/* 採用ページのみレスポンシブ */
	#recruit .wrap {
		width: 90%;
		max-width: 1100px;
	}
}
/* --------------------------------------------------
 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 14px;
	font-size: 10px;
	font-size: 1rem;
	background-color: #f4f6f7;
}
.header__keyword h2 {
	font-size: 10px;
}
.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: 14px;
	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,
.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,
.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;
}
#top .nav-global__item-1st--top > a:before, #top .nav-global__item-1st--top > span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#top .nav-global__item-1st--top > a {
	pointer-events: none;
}
#product .nav-global__item-1st--product > a:before, #our-products .nav-global__item-1st--product > a:before, #product .nav-global__item-1st--product > span:before, #our-products .nav-global__item-1st--product > span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#product .nav-global__item-1st--product > a, #our-products .nav-global__item-1st--product > a {
	pointer-events: none;
}
#company .nav-global__item-1st--company > a:before, #company .nav-global__item-1st--company > span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#company .nav-global__item-1st--company > a {
	pointer-events: none;
}
#recruit .nav-global__item-1st--recruit > a:before, #recruit .nav-global__item-1st--recruit > span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#recruit .nav-global__item-1st--recruit > a {
	pointer-events: none;
}
#topics .nav-global__item-1st--topics > a:before, #topics .nav-global__item-1st--topics > span:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#topics .nav-global__item-1st--topics > a {
	pointer-events: none;
}
.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__headline--02 {
	padding-top: 10px;
	line-height: 1;
}
.nav-global__headline--02 span {
	line-height: 2.3;
}
.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-global__item-1st:hover > a:before, .nav-global__item-1st:hover > span:before,
	.nav-global__item-1st.hover > a:before, .nav-global__item-1st.hover > span:before {
		-webkit-transform: scaleX(.5);
		transform: scaleX(.5);
	}
	.nav-global__item-1st > a:hover:before, .nav-global__item-1st > span:hover:before {
		-webkit-transform: scaleX(.5);
		transform: scaleX(.5);
	}
	#top .nav-global__item-1st--top > a:before, #product .nav-global__item-1st--product > a:before, #our-products .nav-global__item-1st--product > span:before, #company .nav-global__item-1st--company > a:before, #recruit .nav-global__item-1st--recruit > a:before, #top .nav-global__item-1st--top > span:before, #product .nav-global__item-1st--product > span:before, #company .nav-global__item-1st--company > span:before, #recruit .nav-global__item-1st--recruit > span:before {
		-webkit-transform: scaleX(.5);
		transform: scaleX(.5);
	}
}
/* 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;
	height: 42px;
	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;
}
.contents--main {
	float: none;
	width: auto;
}
/* contact
------------------------------ */
.contact-main {
	overflow: hidden;
	position: relative;
	padding: 45px 48px 60px;
	background-color: #819ac5;
	color: #fff;
}
.contact-main: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-main__inner {
	position: relative;
}
.contact-main__headline-en {
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 52px;
	font-size: 5.2rem;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1;
}
.contact-main__headline-jp {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.contact-main__lead {
	margin-top: 30px;
	text-align: center;
}
.contact-main__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;
	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;
}
.en .contact-side__list dt{
	width: 8.3em;
}
.contact-side__list dd {
	overflow: hidden;
	padding-top: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.contact-side__list dd a {
	color: #fff;
}
.contact-side__time {
	margin-top: 10px;
}
.en .contact-side__time{
	margin-top: 15px;
	line-height: 1.2;
}
.en .contact-side__time span{
	font-size: 11px;
}
/* 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;
	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;
}
.en .sitemap{
	text-align: left;
}
.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;
}
	.en .sitemap__item{
	width: 15%;
	}
.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;
	min-width: 1100px;
	background-color: #e1f3f9;
}
#contact .visual {
	background-color: #f7fdfe;
}
.visual__image {
	text-align: center;
}
.visual__text {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.visual__text--img {
	width: 40%;
	margin: auto;
	}
.visual__headline-en, .visual__headline-jp {
	color: transparent;
	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;
	font-weight: bold;
}
.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__list ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.visual__list li {
	display: table-cell;
	vertical-align: top;
}
.visual__list li img {
	width: 100%;
}
.visual--top {
	margin-bottom: 50px;
}
.visual--top .visual__text {
	text-align: center;
}
/* 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;
	text-align: center;
}
.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;
	height: 166px;
	width: auto;
}
.nav-local__contents {
	display: table;
	width: 100%;
	height: 62px;
}
.nav-local__headline {
	display: table-cell;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
/* nav-local2(クリック範囲など調整版)
------------------------------ */
.nav-local2 {
	margin-top: 21px;
	margin-left: -15px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}
.nav-local2__item {
	display: inline-block;
	width: 218px;
	background-color: #edeff0;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.nav-local2__image {
	overflow: hidden;
	position: relative;
	height: 166px;
	text-align: center;
}
.nav-local2__image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.nav-local2__headline {
	display: table;
	width: 100%;
}
.nav-local2__headline a,
.nav-local2__headline span {
	display: table-cell;
	width: 100%;
	height: 62px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}
/* area
------------------------------ */
.area-main {
	padding: 36px 48px;
	background-color: rgba(255,255,255,.7);
	box-shadow: 0 0 8px rgba(0,0,0,.06);
}
.contents--main .area-main {
	padding-right: 150px;
	padding-left: 150px;
}
.area-common {
	margin-top: 60px;
}
.area-common:first-child {
	margin-top: 0;
}
.headline-main + .area-common {
	margin-top: 45px;
}
/* pagetop-main */
.pagetop-main {
	margin-top: 32px;
	text-align: right;
}
/* headline
------------------------------ */
.headline {
	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: 20px;
	margin-bottom: 25px;
	padding: 9px 18px;
	background-color: #a0a9b9;
	color: #fff;
	font-size: 16px;

	font-size: 1.6rem;
	font-weight: bold;
}
.headline--02:first-child {
	margin-top: 0;
}
.headline--highlight {
	background-color: #1b4a9e;
}
.headline--sub {
	background-color: #d9e0ec;
	color: #616466;
}
/* 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;
	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;
	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:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1b4a9e;
}
.btn:hover:after {
	width: 100%;
	z-index: -1;
}
.btn span {
	position: relative;
	z-index: 3;
}
.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;
	font-weight: bold;
	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-input */
.btn-input {
	display: block;
	position: relative;
	border: 2px solid #1b4a9e;
	color: #1b4a9e;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.btn-input--send {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
}
.btn-input input {
	display: inline-block;
	position: relative;
	z-index: 3;
	width: 100%;
	height: 40px;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	color: #1b4a9e;
	outline: none;
}
.btn-input:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #1b4a9e;
	-webkit-transition: .5s;
	transition: .5s;
}
.btn-input:hover:after {
	width: 100%;
}
.btn-input:hover input {
	color: #fff;
}
/* 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;
}
/* link
------------------------------ */
.link-bnr {
	display: inline-block;
	position: relative;
}
.link-bnr:before, .link-bnr:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 1px solid transparent;
}
.link-bnr:before {
	top: 0;
	left: 0;
}
.link-bnr:after {
	right: 0;
	bottom: 0;
}
.link-bnr:hover:before, .link-bnr:hover:after {
	width: 100%;
	height: 100%;
	-webkit-transition: height .3s, width .3s .3s;
	transition: height .3s, width .3s .3s;
}
.link-bnr--flow:hover:before {
	border-bottom-color: #1b4a9e;
	border-left-color: #1b4a9e;
}
.link-bnr--flow:hover:after {
	border-top-color: #1b4a9e;
	border-right-color: #1b4a9e;
}
.link-bnr--support:hover:before {
	border-bottom-color: #316b91;
	border-left-color: #316b91;
}
.link-bnr--support:hover:after {
	border-top-color: #316b91;
	border-right-color: #316b91;
}
/* text
------------------------------ */
.text {
	margin-top: 30px;
}
.text:first-child {
	margin-top: 0;
}
.text--mt-s {
	margin-top: 15px;
}
.headline + .text {
	margin-top: 0;
}
/* image
------------------------------ */
.image {
	margin-top: 15px;
	text-align: center;
}
.image:first-child {
	margin-top: 0;
}
.image--list {
	margin-top: 25px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: center;
}
.image--list li {
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.image--listItem {
	height: 213px;
}
.image--listItem img {
	max-height: 100%;
	width: auto;
}
/* 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;
	vertical-align: top;
}
.table tbody th {
	background-color: #f9fafb;
	text-align: left;
}
.table .table__map {
	padding: 9px;
}
.table .table__zh {
	font-family: initial;
}
.table--spec tbody th {
	width: 170px;
}
.table--support tbody th {
	width: 230px;
}
/* table-contact */
.table-contact table {
	width: 100%;
}
.table-contact th, .table-contact td {
	padding: 16px 20px;
	border-top: 1px solid #f0f2f3;
	border-bottom: 1px solid #f0f2f3;
	vertical-align: top;
}
.table-contact tbody th {
	width: 220px;
	padding-top: 24px;
	text-align: left;
}
.table-contact__required {
	display: inline-block;
	padding: 1px 3px;
	margin-left: 3px;
	border: 1px solid #e04040;
	color: #e04040;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	vertical-align: 1px;
}
.table--fixed table {
	table-layout: fixed;
}
.table--fixed table td {
	padding: 8px;
}
/* input
------------------------------ */
.input-text {
	width: 300px;
	height: 38px;
	border: 1px solid #d7d7d7;
	background-color: #fcfefe;
	line-height: 36px;
}
.input-text--short {
	width: 140px;
}
.input-text--long {
	width: 430px;
}
.input-text--full {
	width: 100%;
}
.input-textarea {
	width: 100%;
	border: 1px solid #d7d7d7;
	background-color: #fcfefe;
}
/* agreement */
.contact-agreement {
	padding: 20px 0;
}
.contact-agreement input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
/* 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;
	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;
	font-weight: bold;
	-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;
	font-weight: bold;
}
.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;
}
.en .nav-products__btn{
	bottom: 30%;
}
/* youtube */
.youtube {
	padding: 35px 24px 30px;
	background-color: #f4f6f7;
  margin-bottom: 26px;
  text-align: center;
}

/* 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;
}
/* product guide */
.guide{
	padding: 0 20px 20px;
	background-color: #f4f6f7;
}
.guide__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;
}
.guide__inner{
	display: table;
	width: 100%;
	padding: 21px 25px 25px;
	background: #fff;
}
.guide__image{
	display: table-cell;
	width: 103px;
	vertical-align: middle;
}
.guide__article{
	display: table-cell;
	width: auto;
	padding: 0 20px;
	vertical-align: top;
}
.guide__caption{
	font-size: 18px;
	color: #1b4a9e;
}
.guide__btn{
	margin-top: 30px;
}
.guide__btn .btn--download{
	margin: 0;
}
.guide__bnr{
	display: table-cell;
	width: 114px;
	vertical-align: bottom;
}
/* --------------------------------------------------
 product
 -------------------------------------------------- */
.product--area {
	overflow: hidden;
}
.product--box {
	float: left;
	width: 50%;
	text-align: center;
}
.product--list {
	clear: both;
	padding-top: 30px;
}
/* --------------------------------------------------
 company
 -------------------------------------------------- */
/* history
------------------------------ */
.history__contents {
	position: relative;
}
.history__contents:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	left: 0;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e8ecef;
}
.history__inner {
	position: relative;
	z-index: 3;
}
.history__headline {
	width: 62px;
	height: 62px;
	margin: 0 auto 15px;
	border-radius: 62px;
	background-color: #1b4a9e;
	color: #fff;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 57px;
	text-align: center;
}
.history__image-footer {
	margin-top: 30px;
	text-align: center;
}
.point-history {
	visibility: hidden;
	position: relative;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 1.5s;
	transition: 1.5s;
}
.point-history.is-display {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.point-history:before, .point-history:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.point-history:before {
	right: 50%;
	left: 10px;
	border-top: 1px solid #e8ecef;
}
.point-history:after {
	right: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 15px;
	background-color: #a1a5a7;
}
.point-history__box {
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 290px;
	padding: 35px 14px 4px;
	border: 1px solid #e8ecef;
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	vertical-align: middle;
}
.point-history__date {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px 18px 3px;
	background-color: rgba(239,245,248,.7);
	color: #1b4a9e;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .05em;
	line-height: 1.3;
}
.point-history__image {
	margin: -36px -15px 7px;
}
.point-history__text {
	line-height: 1.5;
}
.point-history--space {
	margin-top: 36px;
}
.point-history--rev {
	text-align: right;
}
.point-history--rev:before {
	right: 10px;
	left: 50%;
}
.point-history--multiple {
	text-align: center;
}
.point-history--multiple:before {
	right: 10px;
}
.point-history--multiple .point-history__box + .point-history__box {
	margin-left: 104px;
}
.point-history--vt .point-history__box {
	vertical-align: top;
}
/* office
------------------------------ */
.office__map {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 218px;
}
.office__map .map iframe, .office__map .map object, .office__map .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------------------------
 topics
 -------------------------------------------------- */
/* news
------------------------------ */
.entry__list-data {
	margin-top: -20px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: right;
}
.entry__date, .entry__tag {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.entry__date {
	color: #000;
}
.entry__tag {
	margin-left: 5px;
}
.entry__tag a {
	display: block;
	margin-left: 10px;
	color: #333;
	text-decoration: underline;
}
.entry__tag a:hover {
	text-decoration: none;
}
.entry__contents p, .entry__contents ul, .entry__contents ol, .entry__contents dl {
	margin-top: 1em;
}
.entry__contents p:first-child, .entry__contents ul:first-child, .entry__contents ol:first-child, .entry__contents dl:first-child {
	margin-top: 0;
}
/* --------------------------------------------------
 support
 -------------------------------------------------- */
 /* profile
------------------------------ */
.profile__table {
	margin-bottom: 12px;
}
/* philosophy
------------------------------ */
.philosophy__block img {
	margin-bottom: 20px;
}
.philosophy__block p {
	margin-bottom: 30px;
	letter-spacing: -.4px;
}
.philosophy__img {
	margin-top: 60px;
	text-align: right;
}
.philosophy__img img {
	margin-bottom: 24px;
}
/* business-contents
------------------------------ */
.business-contents__table {
	margin-bottom: 12px;
}
.business-contents__list--01 {
	overflow: hidden;
	margin-bottom: 20px;
}
.business-contents__list--01 li {
    position: relative;
	float: left;
	width: 228px;
	margin-bottom: 20px;
    padding-left: 30px;
}
.business-contents__list--01 li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: 2px solid #1b4a9e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 14px;
    top: 8px;
}
.business-contents__text {
	clear: both;
}
.business-contents__list--02 {
	overflow: hidden;
}
.business-contents__list--02 li {
    position: relative;
	float: left;
	width: 342px;
	margin-bottom: 20px;
    padding-left: 24px;
}
.business-contents__list--02 li:last-of-type,
.business-contents__list--02 li:nth-last-of-type(2n) {
	margin-bottom: 0;
}
.business-contents__list--02 li:before {
    content: "";
    position: absolute;
    top: 46%;
    left: 11px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1b4a9e;
    border-right: 1px solid #1b4a9e;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
/* flow
------------------------------ */
/* step */
.step {
	position: relative;
	margin-top: 15px;
}
.step:before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 35px;
	border: 1px solid #e8ecef;
}
.step__item {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 68px;
}
.step__item:first-child {
	margin-top: 0;
}
.step__header, .step__contents {
	display: table-cell;
	vertical-align: middle;
}
.step__header {
	width: 70px;
}
.step__number {
	position: relative;
	width: 70px;
	height: 70px;
	padding-top: 18px;
	color: #fff;
	font-family: BebasKai, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	line-height: .9;
}
.step__number:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background-color: #a0a9b9;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.step__number > span {
	position: relative;
}
.step__number > span > span {
	display: block;
	font-size: 16px;
	letter-spacing: .025em;
}
.step__contents {
	padding-left: 28px;
}
.step__headline {
	color: #1b4a9e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
/* --------------------------------------------------
 contact
 -------------------------------------------------- */
/* contact */
.contact__select {
	padding: 20px 10px;
	border: 1px solid #f0f2f3;
	background-color: #f9fafb;
	text-align: center;
}
.contact__select > p {
	font-weight: bold;
}
.contact__select ul {
	margin-top: 15px;
	margin-left: -50px;
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
	text-align: center;
}
.contact__select li {
	display: inline-block;
	margin-left: 50px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.contact__select input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
/*
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
*/
}
.contact__select input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
}
.contact__select input[type="radio"] + label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border: 1px solid #bebebe;
	border-radius: 14px;
	background-color: #fff;
}
.contact__select input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 3px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 6px;
	background-color: #bebebe;
}
.contact__btn {
	margin-top: 30px;
}
/*-- プラグイン調整 --*/
.wpcf7-text {
    width: 300px;
    height: 38px;
    border: 1px solid #d7d7d7;
    background-color: #fcfefe;
    line-height: 36px;
}
.wpcf7-text[name="your-job"],
.wpcf7-text[name="your-section"] {
	width: 430px;
}
.wpcf7-text[name="your-zipcode"] {
	width: 140px;
}
.wpcf7-text[name="your-address"] {
	width: 100%;
}
.wpcf7-text[name="age"] {
	width: 120px;
}
.contact__age {
	position: relative;
}
.contact__age-text {
	position: absolute;
	top: 22px;
	left: 150px;
}
.wpcf7-textarea {
    width: 100%;
    max-width: 534px;
	height: 119px;
	border: 1px solid #d7d7d7;
	background-color: #fcfefe;
}
.wpcf7-select {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background-color: #fcfefe;
	line-height: 36px;
}
.table-contact + p {
	text-align: center;
}
.table-contact + p input[type="button"] {
	margin-right: 20px;
}


/* お問い合わせフォーム：表示制御 */
.mw_wp_form_input .message--input,
.mw_wp_form_input .wpcf7c-elm-step1 {
	display: block;
}
.mw_wp_form_input .message--confirm,
.mw_wp_form_input .wpcf7c-elm-step2 {
	display: none;
}
.mw_wp_form_input .contact__button.back {
	display: none;
}
.mw_wp_form_confirm .message--input,
.mw_wp_form_confirm .wpcf7c-elm-step1 {
	display: none;
}
.mw_wp_form_confirm .message--confirm,
.mw_wp_form_confirm .wpcf7c-elm-step2 {
	display: block;
}
.mw_wp_form_confirm .contact__button.back {
	display: inline-block;
}

/* お問い合わせフォーム：ボタン */
.contact__buttons {
	padding: 20px 0;
	text-align: center;
}
.contact__button {
	display: inline-block;
	width: 220px;
	margin: 0 10px;
	height: 40px;
	border: 2px solid #1b4a9e;
	color: #1b4a9e;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 36px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.contact__button input {
	margin: 0;
	border: 0;
	background: none;
	padding: 0;
	outline: 0;
	width: 100%;
	height: 100%;
	color: #1b4a9e;
	position: relative;
	z-index: 10;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}
.contact__button:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 0;
	background-color: #1b4a9e;
	-webkit-transition: .5s;
	transition: .5s;
}
.contact__button:hover {
	color: #fff;
	text-decoration: none;
}
.contact__button:hover:after {
	width: 100%;
}
.contact__button:hover input {
	color: #fff;
}
/* サイトマップ */
.sitemap__home:before {
	content: url(images/common/ic_home_02.png);
}
.sitemap__home a {
	padding-left: 5px;
}
.sitemap__block-01 {
	margin-bottom: 55px;
}
.sitemap__block-01 ul {
	margin: 0 20px;
}
.sitemap__block-01 ul li {
	margin-bottom: 10px;
	font-weight: bold;
}
.sitemap__block-01 ul li {
	position: relative;
	padding-left: 12px;
}
.sitemap__block-01 ul li:before {
	border-right: 2px solid #1b4a9e;
	border-top: 2px solid #1b4a9e;
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sitemap__block-01 ul li ul {
	margin: 0 0 40px 0;
}
.sitemap__block-01 ul li ul li {
	position: static;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
}
.sitemap__block-01 ul li ul li:before {
	content: '└';
	display: inline;
	border: none;
	position: static;
	width: auto;
	height: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sitemap__block-02 {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.sitemap__block-02 ul {
	margin: 0 20px;
}
.sitemap__block-02 ul li {
	margin-bottom: 40px;
	font-weight: bold;
}
.sitemap__block-02 ul li {
	position: relative;
	padding-left: 12px;
}
.sitemap__block-02 ul li:before {
	border-right: 2px solid #1b4a9e;
	border-top: 2px solid #1b4a9e;
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sitemap__block-02 ul li ul {
	margin: 0;
}
.sitemap__block-02 ul li ul li {
	position: static;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
}
.sitemap__block-02 ul li ul li:before {
	content: '└';
	display: inline;
	border: none;
	position: static;
	width: auto;
	height: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
/* お知らせ一覧 */
.list-info__list {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 484px;
}
.list-info__item {
	margin-top: -1px;
}
.list-info__item:first-child {
	margin-top: 0;
}
.list-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;
}
.list-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;
}
.list-info__item > a:hover {
	background-color: #f9f9f9;
	text-decoration: none;
}
.list-info__item > a:hover:before {
	right: 5px;
}
.list-info__date,
.list-info__text {
	display: table-cell;
	vertical-align: middle;
}
.list-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;
}
.checksheet__list {
	margin-top: 15px;
}

/* pagenaviプラグインの不要cssりセット */
.area-main .wp-pagenavi {
	float: none !important
}