@charset "utf-8";

/* ---------------- // reset ---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------------- base ---------------- */

body {
font-family:"Microsoft Yahei","PingHei" ,"sans-serif";
color: #333;
background: #ededee;
}

table {
border-collapse: collapse;
font-family: inherit;
}

h1,h2,h3,h4,h5 {
font-size:100%;
font-weight:bold;
}

input,textarea,select {
font-family: inherit;
}

textarea {
resize: none;
}

th,td {
border-collapse: collapse;
}

ul,ol {
list-style-type: none;
}

img {
	vertical-align: text-bottom;
}

/* ---------------- link ---------------- */

a:link { text-decoration:none; color:#333; }
a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }

/* ---------------- float ---------------- */

.floatright{
float: right;
}

.floatleft {
float: left;
}

/* ---------------- clearfix ---------------- */

.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* ---------------- bold ---------------- */

.txtbold{
font-weight: bold;
}

/* ---------------- align ---------------- */

.alignleft {
text-align: left;
}

.alignright {
text-align: right;
}

.aligncenter {
text-align: center;
}

/* ---------------- reset // ---------------- */

/* ---------------- // adjustment ---------------- */

/* ---------------- font ---------------- */

.font10 {
    font-size: 77%;
}
.font11 {
	font-size: 85%;
}
.font12 {
	font-size: 93%;
}
.font14 {
	font-size: 108%;
}
.font15 {
	font-size: 116%;
}
.font16 {
	font-size: 123.1%;
}
.font17 {
	font-size: 131%;
}
.font18 {
	font-size: 138.5%;
}
.font19 {
	font-size: 146.5%;
}
.font20 {
	font-size: 153.9%;
}

/* ---------------- margin ---------------- */

/*top*/
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}

/*bottom*/
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}


/* ---------------- adjustment // ---------------- */

#page_wrap {
	position: relative;
}

/* -------------------------------------------------------
header
------------------------------------------------------- */

header {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 9999;
}

.logo_area {
	float: left;
}

.logo {
	padding: 10px 5px;
}

/* -------------------------------------------------------
nav
------------------------------------------------------- */

nav {
	float: right;
}

.g_nav ul li {
	float: left;
	border-left: solid #c7c8c9 1px;
}

.g_nav ul li:hover {
	background: #c7c8c9;
}

.nav6 {
	background: #5dc2d0;
}

.menu {
	display: none;
}

.menu img {
	width: 50px;
	height: 50px;
	vertical-align: -webkit-baseline-middle;
}

@media only screen and (max-width: 1110px) {

.menu {
	display: inherit;
	float: right;
}

}

/* -------------------------------------------------------
main_head_img
------------------------------------------------------- */

.main_wrap {
	padding: 94px 0 0 0;
}

.main_head_img {
	background: url(../images/head_main.jpg) no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: relative;
}

.main_head_img:before {
	content:"";
	display: block;
	padding-top: 21%;

}

.main_head_img h1 {
	width: 100%;
	color: #fff;
	font-size: 41px;
	font-weight: 100;
	letter-spacing: 15px;
	text-shadow: 0px 0px 14px rgba(66, 66, 66, 0.66);
	-moz-text-shadow: 0px 0px 14px rgba(66, 66, 66, 0.66);
	-ms-text-shadow: 0px 0px 14px rgba(66, 66, 66, 0.66);
	-o-text-shadow: 0px 0px 14px rgba(66, 66, 66, 0.66);
	-webkit-text-shadow: 0px 0px 14px rgba(66, 66, 66, 0.66);
	position: absolute;
	top: 43%;
	text-align: center;
}

.sp_br {
	display: none;
}

.page1_wrap,.page2_wrap,.page3_wrap,.page4_wrap,.page5_wrap {
	margin: -94px 0 0 0;
	padding: 94px 0 0 0;
}

/* -------------------------------------------------------
contents
------------------------------------------------------- */

.page_nav {
	margin: 20px 0;
}

.page_nav ul {
	width: 960px;
	margin: 0 auto;
}

.page_nav ul li {
	margin: 0 0 10px 10px;
	float: left;
}

.page_nav ul li:first-child {
	margin: 0 0 10px;
}

.page_nav ul li:hover img {
	border: solid #0b308e 2px;
	margin: -2px;
}

.philosophy_wrap {
	padding: 40px 0;
	background: #95a7e1;
}

.page_body {
	width: 960px;
	margin: 0 auto;
}

.page_title h2 {
	text-align: center;
	font-size: 32px;
	line-height: 29px;
	color: #fff;
	letter-spacing: 14px;
}

.page_title h2 span {
	font-size: 16px;
	color: #fff;
	letter-spacing: inherit;
}

.page_title .title_hr_white {
	width: 140px;
	margin: 10px auto 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #fff 3px;
}

.page_title .title_hr_black {
	width: 140px;
	margin: 10px auto 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #333 3px;
}

.philosophy_h3 {
	margin: 20px 0;
}

.philosophy_h3 h3 {
	font-size: 17px;
	font-weight: bold;
	float: left;
	color: #fff;
}

.philosophy_h3 span {
	width: 80%;
	height: 22px;
	display: block;
	float: right;
	background: url(../images/h3_bg.png) repeat-x left center;
}

.philosophy_inner_txt {
	margin: 10px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.philosophy_inner_txt2 {
	margin: 10px 0;
	color: #131d81;
	font-size: 22px;
	text-align: center;
}

.philosophy_list {
	width: 410px;
	margin: 30px auto 0;
}

.philosophy_list dt {
	width: 120px;
	float: left;
}

.philosophy_list dd {
	height: 90px;
	padding: 10px 0 10px 120px;
	color: #fff;
}

.information_wrap {
	padding: 40px 0;
}

.page_title h2.font_black {
	color: #333;
}

.page_title h2.font_black span {
	color: #333;
}

.information_box {
	margin: 30px 0;
}

.information_txt_left {
	width: 478px;
	float: left;
}

.information_txt_img {
	float: right;
}

.information {
	width: 960px;
	margin: 0 auto;
}

.information_list {
	border-top: dashed #333 1px;
	margin: 30px 0 0 0;
}

.information_list dt {
	width: 200px;
	padding: 10px 0 0 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.information_list dd {
	margin: 0 0 10px;
	padding: 10px 10px 10px 200px;
	border-bottom: dashed #333 1px;
	font-size: 14px;
}

.information_list dd a {
	color: #f7c22c;
}

.information_list dd a:hover {
	text-decoration: underline;
}

.information_h3 {
	margin: 50px 0 20px;
}

.information_h3 h3 {
	font-size: 17px;
	font-weight: bold;
	float: left;
	color: #333;
}

.information_h3 span {
	width: 78%;
	height: 22px;
	display: block;
	float: right;
	background: url(../images/h3_bg2.png) repeat-x left center;
}

.en_img3 {
	text-align: center;
}

.csr_wrap {
	padding: 40px 0;
	background: #d9dff7;
}

.csr_h3 {
	margin: 30px 0 0 0;
}

.csr_h3 h3 {
	font-size: 17px;
	font-weight: bold;
	float: left;
	color: #333;
}

.csr_h3 span {
	width: 78%;
	height: 22px;
	display: block;
	float: right;
	background: url(../images/h3_bg2.png) repeat-x left center;
}

.csr_inner_txt {
	padding: 20px 0;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.csr_title {
	margin: 20px 0 0 0;
	font-size: 29px;
	color: #0b308e;
	text-align: center;
}

.csr_title span {
	float: left;
}

.csr_title span.h3_bg3 {
	width: 33%;
	height: 39px;
	display: block;
	float: left;
	background: url(../images/h3_bg3.png) repeat-x left center;
}

.csr_list li {
	margin: 0 0 10px 28px;
	list-style-type: disc;
	font-size: 29px;
	color: #0b308e;
}

.csr_inner_txt2 {
	padding: 20px 0;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.csr_inner_txt2 span {
	border-bottom: solid #ffff66 5px;
}

.csr_list2 li {
	width: 46%;
	margin: 0 2% 10px;
	text-align: center;
	float: left;
}

.csr_list2 li p {
	margin: 10px 0;
	text-align: center;
}

.companies_wrap {
	padding: 40px 0;
}

.companies {
	width: 960px;
	margin: 0 auto;
}

.companies_title h2{
	font-size: 25px;
}

.companies_list {
	width: 960px;
	margin: 30px auto;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-items: center;
}

.companies_list li {
	margin-right : 10px;
}

.companies_list li:nth-of-type(3n) {
	margin-right: 0;
}

.companies_list li:nth-of-type(n+4) {
	margin-top: 10px;
}

.form_wrap {
	padding: 40px 0;
	background-color: #2b5575;
	background-image: url(../images/form_bg.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.form {
	width: 960px;
	margin: 0 auto;
}

.form_h3 {
	margin: 20px 0;
}

.form_h3 h3 {
	font-size: 17px;
	font-weight: bold;
	float: left;
	color: #fff;
}

.form_h3 span {
	width: 92%;
	height: 22px;
	display: block;
	float: right;
	background: url(../images/h3_bg.png) repeat-x left center;
}

.form_txt {
	color: #fff;
}

.form_txt a {
	color: #f7c22c;
}

.form_txt a:hover {
	text-decoration: underline;
}

.form_box {
	width: 100%;
	margin: 30px 0;
}

.contact_list {
	width: 20%;
	padding: 0 0 20px;
	color: #fff;
}

.contact_input {
	width: 80%;
	padding: 0 0 20px;
	color: #fff;
}

.input1 {
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
}

.textarea1 {
	width: 100%;
	height: 90px;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mast {
	color: #b71c1c ;
}

.form_btn {
	width: 160px;
	background: none;
	border: solid #fff 1px;
	padding: 10px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form_btn:hover {
	background: #dcdcdc;
	color: #333;
}

.submit_wrap {
	text-align: center;
}

.mail_contents {
	width: 960px;
	margin: 0 auto;
	padding: 120px 0;
	min-height: 800px;
}

.form_btn2 {
	width: 160px;
	background: none;
	border: solid #0b308e 1px;
	padding: 10px;
	color: #0b308e;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form_btn2 a {
	color: #0b308e;
}

.form_btn2 a:hover {
	color: #fff;
}

.form_btn2:hover {
	background: #0b308e;
	color: #fff;
}

.formTable {
	width: 100%;
}

.formTable th {
	width: 20%;
	padding: 10px 0;
}

.formTable td {
	width: 80%;
	padding: 10px 0;
	color: #0b308e;
}

.submit_btn {
	margin: 30px 0 0 0;
}

#formWrap h3 {
	padding: 0 0 10px;
	border-bottom: solid #333 1px;
}

/* -------------------------------------------------------
footer
------------------------------------------------------- */

footer {
	height: 100px;
	background: #3e3a39;
}

.footer_area {
	width: 960px;
	margin: 0 auto;
}

.footer_logo {
	padding: 10px 0 0 0;
	float: left;
}

.footer_nav {
	float: right;
}

.copy {
	text-align: center;
}

.footer_nav {
	padding: 30px 0 0 0;
}

.footer_nav li {
	float: left;
	border-right: solid #fff 1px;
}

.footer_nav li:first-child {
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}

.footer_nav li a {
	padding: 0 20px;
	color: #fff;
}

.copy {
	text-align: center;
}

.copy small {
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 14px;
}

/* -------------------------------------------------------
page_top
------------------------------------------------------- */

.page_top {
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 100;
}

.page_top a {
	width: 103px;
	height: 103px;
	display: block;
	background: url(../images/page_top.png) no-repeat;
}

.page_top_right {
	right: 60%;
}

@media only screen and (max-width: 1250px) {

.logo_area {
	float: none;
}

nav.g_nav {
	width: 1085px;
	margin: 0 auto;
	float: none;
}

.page1_wrap,.page2_wrap,.page3_wrap,.page4_wrap,.page5_wrap {
	margin: -185px 0 0 0;
	padding: 185px 0 0 0;
}

.main_wrap {
	padding: 185px 0 0 0;
}

}

@media only screen and (max-width: 1024px) {

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

}

@media only screen and (max-width: 1110px) {

.page1_wrap,.page2_wrap,.page3_wrap,.page4_wrap,.page5_wrap {
	margin: 0;
	padding: 0;
}

header {
	position: inherit;
	z-index: inherit;
}

.logo img {
	height: 40px;
}

.main_wrap {
	padding: 0;
}

nav.g_nav {
	width: 100%;
	margin: 0;
	display: none;
}

.nav1 img,.nav2 img,.nav3 img,.nav4 img,.nav5 img,.nav6 img {
	display: none;
}

.nav1 a:before {
	content: "TOP";
}

.nav2 a:before {
	content: "经营理念";
}

.nav3 a:before {
	content: "公司信息";
}

.nav4 a:before {
	content: "CSR";
}

.nav5 a:before {
	content: "营业地点的说明";
}

.nav6 a:before {
	content: "咨询";
}

.g_nav ul li {
	width: 50%;
	margin: 0 0 10px;
	border-left: solid #c7c8c9 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.g_nav ul li a {
	width: 100%;
	padding: 14px 0;
	display: block;
	text-align: center;
}

.g_nav ul li.nav6 a {
	color: #fff;
}

.g_nav ul li:nth-child(2n+1) {
	border-left: none;
}

.logo {
	height: 40px;
	padding: 5px;
}

.page_nav ul {
	width: 100%;
	margin: 0;
}

.page_nav ul li {
	width: 29%;
	margin: 0 2% 10px;
	text-align: center;
}

.page_nav ul li:first-child {
	margin: 0 2% 10px;
}

.page_body {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.philosophy_h3 {
	padding: 0 0 5px 5px;
	border-bottom: solid #fff 1px;
}

.philosophy_h3 span {
	display: none;
}

.information {
	width: 100%;
	margin: 0;
}

.information_txt_left {
	width: 100%;
	margin: 20px 0;
	float: none;
}

.information_txt_img {
	width: 100%;
	float: none;
	text-align: center;
}


.information_h3 {
	padding: 0 0 5px 5px;
	border-bottom: solid #333 1px;
}

.information_h3 span {
	display: none;
}

.csr_h3 span {
	display: none;
}

.csr_h3 {
	padding: 0 0 5px 5px;
	border-bottom: solid #333 1px;
}

.csr_title {
	border-top: solid #0b308e 1px;
	border-bottom: solid #0b308e 1px;
	text-align: center;
}

.csr_title span {
	float: none;
}

.csr_title span.h3_bg3 {
	display: none;
}

.companies_list li {
	width: 33%;
	margin: 0;
}

.companies_list {
	width: 100%;
}

.form {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contact_list {
	width: 100%;
	padding: 0 0 10px;
	display: block;
}
.contact_input {
	width: 100%;
	display: block;

}

footer {
	height: auto;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footer_area {
	width: 100%;
}

.footer_logo {
	float: none;
}

.footer_nav {
	width: 100%;
	float: none;
	padding: 0;
}

.footer_nav li {
	width: 50%;
	margin: 0 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.footer_nav li:first-child {
	border-left: none;
}

.footer_nav li:nth-child(2n) {
	border-right: none;
}

.copy {
	padding: 20px 0;
}

.footer_nav li a {
	font-size: 12px;
}

.mail_contents {
	width: 100%;
	padding: 50px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formTable th {
	width: 100%;
	display: block;
}

.formTable td {
	width: 100%;
	display: block;
}

.form_h3 {
	padding: 0 0 5px;
	border-bottom: solid #fff 1px;
}

.form_h3 span {
	display: none;
}

}

@media only screen and (max-width: 888px) {

.main_head_img h1 {
	font-size: 20px;
	top: 30%;
}

}

@media only screen and (max-width: 480px) {

.main_head_img h1 {
	font-size: 16px;
	top: 25%;
	letter-spacing: 10px
}

.sp_br {
	display: inherit;
}

.philosophy_list {
	width: 100%;
}

.philosophy_list dt {
	width: 100%;
	float: none;
	text-align: center;
}

.philosophy_list dd {
	height: auto;
	padding: 20px 0;
}

.information_list dt {
	width: 100%;
	float: none;
}

.information_list dd {
	padding: 10px;
}

.csr_list li {
	font-size: 20px;
}

.companies_list {
	margin: 30px auto;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.companies_list li {
	margin: 10px auto 0;
  width: initial;
}

.companies_list li:nth-of-type(3n) {
	margin: 10px auto 0;
}

.submit_wrap input {
	display: block;
}

.form_btn {
	width: 100%;
}

.form_btn2 {
	width: 100%;
}

.page_title h2 {
	letter-spacing: normal;
}

.page_top a {
	width: 50px;
	height: 50px;
	background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
}

.csr_title {
	font-size: 20px;
}

.footer_logo {
	text-align: center;
	padding: 20px 0;
}


}

@media only screen and (max-width: 420px) {

.logo img {
	height: 35px;
	vertical-align: -webkit-baseline-middle;
}
.page_nav {
	display: none;
}

}
/*
言語リンク
*/
.nav_lang_cell {
	display: table;
	width: 154px;
	height: 94px;
	background: #595757;
}
.nav_cell {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	font-weight: bold;
}
.nav_cell i {
	margin: 0 0 0 2px;
}
.nav_cell a {
	text-align: center;
	transition: all 0.5s ease-out;
}
.nav_cell a:hover {
	background: none;
}
.lang_nav_btn {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.lang_nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 82px;
	padding: 5px 0;
	background: #807f80;
}
.lang_nav ul li {
	margin: 5px;
	padding: 5px 0;
	text-align: center;
	border-left: none;
	float: none;
}
.lang_nav ul li:hover {
	background: none;
}
.lang_nav ul li a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
.lang_nav ul li a:hover {
	color: #ccc;
}
.g_nav ul li.nav7 .lang_nav ul li {
	width: 100%;
}
@media screen and (min-width: 641px) {
	.lang_nav_btn {
		font-size: 12px;
	}
	.lang_nav ul li a {
		font-size: 12px;
	}
}
@media screen and (min-width: 769px) {
	.lang_nav_btn {
		font-size: 13px;
	}
	.lang_nav {
		width: 100%;
	}
}
@media only screen and (max-width: 1110px) {
	.g_nav ul li.nav7 {
		float: none;
		clear: both;
		width: 154px;
		margin: 0 auto;
		padding: 20px 0;
		border-left: none;
	}
	.g_nav ul li.nav7:hover {
		background: none;
	}
	.lang_nav {
		width: 100%;
	}
}