@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/**************************************
body
**************************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
      box-sizing: border-box;
}
body {
	font-size:14px;
    font-family:"Noto Serif JP", serif, "游明朝体","Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo;
	font-style: normal;
	font-weight:500;
	color:#211c1c;
    line-height: 2;
    letter-spacing: 0.15em;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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: 0;
	vertical-align: baseline;
}
*,:after,:before {
    -webkit-backface-visibility: hidden;
    box-sizing: inherit;
    backface-visibility: hidden
}
a {
    color: #212121;
    text-decoration: none
}
a:active,
a:focus,
a:hover {
    color: #000;
    text-decoration: none
}
figure {
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
/**************************************
img
**************************************/
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
    vertical-align: bottom;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin:0;
}
hr {
    margin-bottom:5%;
    border:none;
    border-top: solid 1px #e1e1e1;
    height:1px;
    clear:both;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
ol,
ul{
	padding:0;
	margin:0;
}
li{
	padding:0;
	margin:0;
	list-style: none;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select{	font-size:100%;background-color:#fff;border:1px solid #809db9;padding: 5px;}

button,
html input[type="button"],
input[type="confirm"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input:disabled{cursor:default;opacity:.3}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/**************************************
h
**************************************/
h1 {font-weight:normal;}
h2 {font-weight:normal;}
h3 {font-weight:normal;}
h4 {font-weight:normal;}
h5 {font-weight:normal;}
h6 {font-weight:normal;}
@media screen and (max-width:1080px) {
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
}
/**************************************
align
**************************************/
.align_l {text-align: left;}
.align_l_m {text-align: left;}
.align_r {text-align: right;}
.align_c {text-align: center;}
.align_c_m {text-align: center;}
@media screen and (max-width:1080px) {
.align_l_m {text-align: center;}
.align_c {text-align: left;}
}
/**************************************
color
**************************************/
.gy {color:#999;}
.bu {color:#004d8e;}
.red {color:#F00;}
.orange_b {color:#ff6c00; background: linear-gradient(transparent 0%, transparent 70%, #fff7b0 70%, #fff7b0 100%);font-weight: bold;}
.red_b {color:#e60031;font-weight: bold;}

/**************************************
margin/paddubg
**************************************/

/**************************************
br
**************************************/
.br_sp {display:block;}
@media screen and (max-width:1080px) {
.br_sp {display:none;}
}
/**************************************
pc/sp
**************************************/
.pc {display:block;}
.sp {display:none;}
@media screen and (max-width:1080px) {
.pc {display:none;}
.sp {display:block;}
}

/**************************************
br_sp
**************************************/
.br_sp {display:block;}
@media screen and (max-width:1080px) {
.br_sp {display: none;}
}
/**************************************
text
**************************************/
.font12,font12 {font-size:12px;}
.font13,font13 {font-size:13px;}
.font14,font14 {font-size:14px;}
.font15,font15 {font-size:15px;}
.font16,font16 {font-size:16px;}
.font17,font17 {font-size:17px;}
.font18,font16 {font-size:18px;}
.font19,font18 {font-size:19px;}
.font20,font20 {font-size:20px;}
.font24,font24 {font-size:24px;}
.font28,font28 {font-size:28px;}
@media only screen and (max-width: 767px) {
.font24,font24 {font-size:20px;}
.font28,font28 {font-size:22px;}
}
/**************************************
mg_b
**************************************/
.mg_b01,mg_b01 {margin:2% 0 4% 0;}
@media only screen and (max-width: 767px) {

}
/**************************************
text_line
**************************************/
.text_line01 { line-height:3.5;}
@media only screen and (max-width: 767px) {
.text_line01 { line-height:2;}
}
/**************************************
link_animation
**************************************/
.link01,.link01 a {text-decoration:underline;}
.link01:hover,.link01 a:hover {text-decoration: none;}
.link_animation{display: inline-block;text-decoration:none;position: relative;transition: .3s;}
.link_animation::after {background-color: #000;width: 100%;height: 1px;position: absolute;bottom: 0;left: 0;content: '';transition: transform .2s linear;transform: scale(0, 1);transform-origin: right top;}
.link_animation:hover::after {transform: scale(1, 1);transform-origin: left top;}
/**************************************
button
**************************************/
.button_box{
	margin:0 0 5% 0;
}
.button_box ul{
	text-align:center;
}
.button_box ul li{
	display:inline-block;
	margin:0 2% 0 2%;
}
.button01 {
    width: 260px;
    margin: 5% auto 5% auto;
}
.button01 a{
    color: #FFF;
    display: block;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-size:14px;
    text-align: center;
    line-height: 56px;
    outline: none;
    margin: 0 auto;
    transition: all .3s;
    position: relative;
    background: #004d8e;
    border: 1px solid #004d8e;
	box-shadow: 5px 5px 0px 1px #bdd6ec;
}
.button01 a:hover {
    background: #fff;
    color: #005093;
    text-decoration: none;
	transform: translateY(0.1875em);
    border: 1px solid #004d8e;
	box-shadow: 1px 1px 0 1px #d1d8e5;
}
.button01 a::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -11px;
    width: 22px;
    height: 1px;
    background: #bdd6ec;
}
.button02 {
    width: 160px;
    margin: 5% auto 5% auto;
}
.button02 a{
    color: #005093;
    display: block;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-size:12px;
    text-align: center;
    line-height: 42px;
    outline: none;
    margin: 0 auto;
    transition: all .3s;
    position: relative;
    background: #fff;
	border:1px solid #dfdfdf;
	box-shadow: 0px 0px 10px 4px #e3e3e3;
}
.button02 a:hover {
    color: #fff;
    background: #005093;
    text-decoration: none;
	transform: translateY(0.1875em);
	border:1px solid #005093;
	box-shadow: 0px 0px 10px 1px #e3e3e3;
}
.button03 {
    width: 260px;
    font-size:16px;
	text-align:center;
	line-height:3.4;
    margin: 2% auto 2% auto;
	background: #ff7800;
  	border-radius:54px;
}
.button03 a{
	color: #FFF;
    text-align: center;
	display: block;
	text-decoration: none;
}
.button03:hover {
	background: #0063b7;
}
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
/**************************************
button_inner
**************************************/
#button_inner{
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.5);
}
#button_inner ul{
	text-align:center;
}
#button_inner ul li{
	display:inline-block;
	margin:0 0.5% 0 0.5%;
}
/**************************************
breadcrumb
**************************************/
#breadcrumb{
	width:100%;
    font-size:12px;
	color:#fff;
	margin:96px 0 20px 0;
	padding:1% 5% 1% 5%;
	background-color:#0063b7;
}
#breadcrumb a{
	color:#fff;
}
@media only screen and (max-width: 767px) {
#breadcrumb{
	margin:60px 0 20px 0;
}
}
/**************************************
pagenavi
**************************************/
.wp-pagenavi {
	margin:auto;
	padding: 10px 0 20px 0;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:110%;
	margin:0 2px 0 2px;
	padding: 15px 15px;
	border-radius: 4px;        /* CSS3闕画｡� */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome逕ｨ */
    -moz-border-radius: 4px;   /* Firefox逕ｨ */
	background-color:#f8f8f8;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #BFBFBF;
	background-color:#e5e5e5;
}
@media screen and (max-width:1080px) {
.wp-pagenavi {
	float:left;
	width:90%;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:90%;
}
}
/**************************************
next
**************************************/
.nav-below {
	width:100%;
	font-size:90%;
	display:inline-table;
	margin:0px 0px 20px 0px;
}
.nav-previous {
	display:inline-table;
	width:49%;
	padding: 1% 0 1% 1%;
}
.nav-next {
	display:inline-table;
	text-align:right;
	width:49%;
	padding: 1% 1% 1% 0;
}
/**************************************
container
**************************************/
#container {
	width:100%;
	margin:auto;
}
/**************************************
header
**************************************/
#header {
	background-color: #fff;
	width: 100%;
	height: 96px;
	position: fixed;
	z-index: 999;
	top: 0;
	transition: background-color .4s, box-shadow .4s, height .4s;
}

@media screen and (max-width: 1040px) {
	#header {
		height: 60px;
	}
}

#header.is-fixed {
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}

#header .header_logo {
	margin-left: 30px;
	position: absolute;
	top: 50%;
	z-index: 99;
	line-height: 1;
	transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	#header .header_logo {
		margin-left: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
	#header .header_logo {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1040px) {
	#header .header_logo {
		margin-left: 24px;
	}
}

#header .header_logo a {
	display: block;
}

#header .header_logo img {
	width: 200px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	#header .header_logo img {
		width: 130px;
	}
}

#header .header_menubtn {
	display: none;
}

@media screen and (max-width: 1040px) {
	#header .header_menubtn {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		display: block;
		cursor: pointer;
	}
	#header .header_menubtn_lines {
		width: 24px;
		height: 20px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 18px;
		left: 18px;
		display: block;
		overflow: hidden;
		box-shadow: none;
		border: none;
		border-radius: none;
		text-indent: -9999px;
		font-size: 0;
		-webkit-appearance: none;

		   -moz-appearance: none;
		        appearance: none;
	}
	#header .header_menubtn_lines span {
		background-color: #000;
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		display: inline-block;
		box-sizing: border-box;
		transition: all .4s;
	}
	#header .header_menubtn_lines span:nth-of-type(1) {
		top: 0;
		animation: menu-bar01 .75s forwards;
	}
	#header .header_menubtn_lines span:nth-of-type(2) {
		top: 9px;
		transition: all .25s linear;
		opacity: 1;
	}
	#header .header_menubtn_lines span:nth-of-type(3) {
		width: 15px;
		bottom: 0;
		animation: menu-bar02 .75s forwards;
	}
	#header .header_menubtn_lines:focus {
		outline: none;
	}
}

@media screen and (max-width: 1040px) {
	#header .header_wrap {
		background: url('../img/header_sp.jpg') no-repeat 50% 0;
		background-size: 100% auto;
		width: 100%;
		height: 100%;
		padding: 80px 0 50px;
		position: fixed;
		top: 0;
		left: 0;
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
	}
}

@media only screen and (max-width: 767px) {
	#header .header_wrap {}
}

#header .header_wrap_inner {
	width: 100%;
	height: 96px;
	padding-right: 30px;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
	#header .header_wrap_inner {
		padding-right: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
	#header .header_wrap_inner {
		padding-right: 10px;
	}
}
@media screen and (max-width: 1040px) {
	#header .header_wrap_inner {
		height: 100%;
		padding: 0 35px;
		display: block;
		overflow: auto;
	}
}
#header .header_gnav_nav {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1040px) {
	#header .header_gnav_nav {
		display: block;
	}
}
#header .header_gnav_item {
	height: 96px;
	margin: 0 25px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
	#header .header_gnav_item {
		margin: 0 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
	#header .header_gnav_item {
		margin: 0 15px;
	}
}
@media screen and (max-width: 1040px) {
	#header .header_gnav_item {
		height: auto;
		margin: 0;
		border-bottom: 1px solid #302f2f;
		font-size: 14px;
	}
}
#header .header_gnav_item::after {
	background-color: #000;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	transition: transform .2s linear;
	transform: scale(0, 1);
	transform-origin: right top;
}

.mode-pc #header .header_gnav_item:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}
@media screen and (max-width: 1040px) {
	.mode-pc #header .header_gnav_item:hover::after {
		transform: scale(0, 1);
		transform-origin: right top;
	}
}
#header .header_gnav_item > a {
	height: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	color: #0b0b0b;

	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 1040px) {
#header .header_gnav_item > a {
	padding: 10px 0;
	display: block;
	color: #fff;
}
/*#header .header_gnav_item_02 > a::before,#header .header_gnav_item_03 > a::before,#header .header_gnav_item_04 > a::before,#header .header_gnav_item_06 > a::before {
	background: #fff !important;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	transform:none;
}*/
}
/*@media screen and (min-width: 1041px) {
#header .header_gnav_item_02 > a,#header .header_gnav_item_03 > a,#header .header_gnav_item_04 > a,#header .header_gnav_item_06 > a {
	padding-right: 18px;
}
#header .header_gnav_item_02 > a::before,#header .header_gnav_item_03 > a::before,#header .header_gnav_item_04 > a::before, #header .header_gnav_item_06 > a::before {
    background: #000;
    width: 9px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    transform: translateY(-25%) rotate(135deg);
}
}
@media screen and (max-width: 1040px) {
#header .header_gnav_item_02 > a::before,#header .header_gnav_item_03 > a::before,#header .header_gnav_item_04 > a::before,#header .header_gnav_item_06 > a::before {
	background: #fff;
	width: 13px;
	height: 1px;
	right: 10px;
}
#header .header_gnav_item_02 > a::after,#header .header_gnav_item_03 > a::after,#header .header_gnav_item_04 > a::after,#header .header_gnav_item_06 > a::after {
	background: #fff !important;
	width: 1px;
	height: 13px;
	position: absolute;
	top: calc(48% - 4px);
	right: 16px;
	content: '';
	transform:none;
}
}
@media screen and (min-width: 1041px) {
#header .header_gnav_item_02 > a::after,#header .header_gnav_item_03 > a::after,#header .header_gnav_item_04 > a::after, #header .header_gnav_item_06 > a::after {
    background: #000;
    width: 1px;
    height: 9px;
    position: absolute;
    top: calc(52% - 4px);
    right: 10px;
    content: '';
    transform: translateY(-25%) rotate(135deg);
}
}

#header .header_gnav_item_02:hover .header_gnav_mega,#header .header_gnav_item_03:hover .header_gnav_mega,#header .header_gnav_item_04:hover .header_gnav_mega,#header .header_gnav_item_06:hover .header_gnav_mega {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 1040px) {
#header .header_gnav_item_02 a.is-open::after,#header .header_gnav_item_03 a.is-open::after,#header .header_gnav_item_04 a.is-open::after,#header .header_gnav_item_06 a.is-open::after {
	content: none;
}
#header .header_gnav_item_02 a.is-open + .header_gnav_mega,#header .header_gnav_item_03 a.is-open + .header_gnav_mega,#header .header_gnav_item_04 a.is-open + .header_gnav_mega,#header .header_gnav_item_06 a.is-open + .header_gnav_mega {
	height: auto;
	visibility: visible;
	opacity: 1;
}
}*/
#header .header_gnav_en {
	display: none;
}
@media screen and (max-width: 1040px) {
	#header .header_gnav_en {
	display: block;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 700;
	}
}
@media screen and (max-width: 1040px) {
#header .header_gnav_jp {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
}

#header .header_gnav_mega {
	position: absolute;
	top: 96px;
	left: 0;
	z-index: 10;
	overflow: hidden;
	visibility: hidden;
	transition: .3s;
	opacity: 0;
}
@media screen and (max-width: 1040px) {
#header .header_gnav_mega {
	height: 0;
	position: relative;
	top: inherit;
	left: inherit;
	visibility: hidden;
	opacity: 0;
}
}

#header .header_megamenu {
	background-color: rgba(7, 7, 7, .7);
	width: 300px;
	padding: 30px 25px;
}

@media screen and (max-width: 1040px) {
	#header .header_megamenu {
		background-color: rgba(7, 7, 7, 0);
		width: auto;
		padding: 0;
		border-top: 1px solid #302f2f;
	}
}
@media screen and (max-width: 1040px) {
	#header .header_megamenu_item {
		border-bottom: 1px solid #302f2f;
		font-size: 14px;
	}
}
#header .header_megamenu_item:not(:first-of-type) {
	margin-top: 12px;
}

@media screen and (max-width: 1040px) {
	#header .header_megamenu_item:not(:first-of-type) {
		margin: 0;
	}
}
#header .header_megamenu_item a {
	background: linear-gradient(#fff, #fff) no-repeat 100% 100%;
	background-size: 0 1px;
	padding-bottom: .1em;
	position: relative;
	color: #fff;
	transition: background-size .5s cubic-bezier(.165, .84, .44, 1);
}
@media screen and (max-width: 1040px) {
	#header .header_megamenu_item a {
		padding: 12px 0;
		display: block;
	}
}
.mode-pc #header .header_megamenu_item a:hover {
	background-position: 0 100%;
	background-size: 100% 1px;
}

@media screen and (max-width: 1040px) {
	.mode-pc #header .header_megamenu_item a:hover {
		background-position: 100% 100%;
		background-size: 0 1px;
	}
}
#header .header_contact {
	margin-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
	#header .header_contact {
		margin-left: 20px;
	}
}
@media screen and (max-width: 1040px) {
	#header .header_contact {
		margin-left: 0;
	}
}
#header .header_contact_btn {
	width: 206px;
	font-size: 16px;
	font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
	#header .header_contact_btn {
		width: 186px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
	#header .header_contact_btn {
		width: 176px;
	}
}

@media screen and (max-width: 1040px) {
	#header .header_contact_btn {
		margin: 26px auto 0;
	}
}
#header .header_contact_btn a {
	color: #fff;
	background-color: #005093;
	width: 100%;
	height: 48px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #005093;
	transition: .3s;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1040px) {
	#header .header_contact_btn a {
		background-color: transparent;
		border-color: #fff;
		color: #fff;
	}
}
#header .header_contact_btn a::after {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	transition: .3s;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1040px) {
	#header .header_contact_btn a::after {
		border-color: #fff;
	}
}

.mode-pc #header .header_contact_btn a:hover {
	background-color: #0063b7;
	color: #fff;
}
.mode-pc #header .header_contact_btn a:hover::after {
	border-color: #fff;
}
.about #header .header_gnav_item_01::after {
	transform: scale(1, 1);
}
.business #header .header_gnav_item_02::after {
	transform: scale(1, 1);
}
.achievements #header .header_gnav_item_03::after {
	transform: scale(1, 1);
}
.company #header .header_gnav_item_04::after {
	transform: scale(1, 1);
}
.info #header .header_gnav_item_05::after {
	transform: scale(1, 1);
}
.recruit #header .header_gnav_item_06::after {
	transform: scale(1, 1);
}
/*menu open*/
@media screen and (max-width: 1040px) {
	.is-menuopen {
		overflow: hidden;
	}
	.is-menuopen #header {
		background-color: transparent;
	}
	.is-menuopen #header .header_logo {
		background: url('../img/logo_wh.png') no-repeat 0 0;
		background-size: 130px auto;
	}
	.is-menuopen #header .header_logo img {
		visibility: hidden;
	}
	.is-menuopen #header .header_menubtn_lines span {
		background-color: #fff;
	}
	.is-menuopen #header .header_menubtn_lines span:nth-of-type(1) {
		transform: translateY(9px) rotate(-45deg);
	}
	.is-menuopen #header .header_menubtn_lines span:nth-of-type(2) {
		opacity: 0;
	}
	.is-menuopen #header .header_menubtn_lines span:nth-of-type(3) {
		width: 24px;
		transform: translateY(-9px) rotate(45deg);
	}
	.is-menuopen #header .header_wrap {
		visibility: visible;
		transition-timing-function: linear;
		transition-duration: .4s;
		transition-property: all;
		pointer-events: all;
		opacity: 1;
	}
}
/*--------------------------------------------------------------------------
   TOP
---------------------------------------------------------------------------*/
/* overwrite
-----------------------------------------------------------------*/
#header.is-top {
	background-color: transparent;
}
#header.is-top .header_logo {
	background: url('../img/logo_wh.png') no-repeat 0 0;
	background-size: 200px 42px;
	height: 42px;
}
@media screen and (max-width: 1300px) {
	#header.is-top .header_logo {
		/*background: url("../../../images/all_logo_wh.png") no-repeat 0 0;
			background-size: 252px 38px;*/
	}
}
@media screen and (max-width: 1040px) {
	#header.is-top .header_logo {
		/*background: url("../../../images/all_logo_wh.png") no-repeat 0 0;
			background-size: 196px auto;*/
	}
}
@media only screen and (max-width: 767px) {
	#header.is-top .header_logo {
		background: url('../img/logo_wh.png') no-repeat 0 0;
		background-size: 130px auto;
		height: auto;
	}
}
#header.is-top .header_logo img {
	visibility: hidden;
}
#header.is-top .header_menubtn_lines span {
	background-color: #fff;
}
#header.is-top .header_gnav_item > a {
	color: #fff;
}
#header.is-top .header_gnav_item::after {
	background-color: #fff;
}
/*#header.is-top .header_gnav_item_02 > a::before,
#header.is-top .header_gnav_item_02 > a::after,
#header.is-top .header_gnav_item_03 > a::before,
#header.is-top .header_gnav_item_03 > a::after,
#header.is-top .header_gnav_item_04 > a::before,
#header.is-top .header_gnav_item_04 > a::after,
#header.is-top .header_gnav_item_06 > a::before,
#header.is-top .header_gnav_item_06 > a::after {
	background: #fff;
}*/
#header.is-top .header_contact_btn a {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
#header.is-top .header_contact_btn a::after {
	border-color: #fff;
}
.mode-pc #header.is-top .header_contact_btn a:hover {
	background-color: #fff;
	color: #000;
}
.mode-pc #header.is-top .header_contact_btn a:hover::after {
	border-color: #00192f;
}
#wrapper.top #main {
	padding-top: 0;
}

/**************************************
top_mv
**************************************/
.top_mv {
	width: 100%;
	height: 100vh;
	margin:0 auto 10%;
}
@media only screen and (max-width: 767px) {
	.top_mv {
		height: auto;
		margin:0 auto 0;
	}
}
.top_mv_inline {
	width: 100%;
	height: 100%;
	min-height: 680px;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.top_mv_inline {
		min-height: 480px;
	}
}
.top_mv_text_box {
	position: absolute;
	top: 42%;
	left: 5.3%;
	z-index: 9;
	color: #fff;
}
.top_mv_title {
	line-height: 1.39;
	font-size: 56px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.top_mv_title {
		font-size: 7.4vw;
	}
}
.top_mv_text {
	margin-top: 40px;
	font-size: 18px;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
.top_mv_text_box {
	width:90%;
	top: 30%;
	left:5%;
	margin:auto;
}
	.top_mv_text {
		font-size: 3.73vw;
		font-weight: normal;
		margin-top: 20px;
	}
}
.top_mv_slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top_mv_slide_item {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.top_mv_slide_item::after {
	background-color: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.top_mv_slide_item .item_image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.top_mv_slide_item .item_image--standby {
	transform: scale(1.1);
}
.top_mv_slide_item .item_image--animate {
	animation: mv_slide 6000ms linear;
}
@keyframes mv_slide {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.top_mv_slide_item .item_image img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	visibility: hidden;
}
.top_mv_slide_item .item_image--pc {
	display: block;
}
@media only screen and (max-width: 767px) {
	.top_mv_slide_item .item_image--pc {
		display: none;
	}
}
.top_mv_slide_item .item_image--sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.top_mv_slide_item .item_image--sp {
		display: block;
	}
}
.top_mv_slide_thumb {
	background-color: #fff;
	width: 100px;
	height: 1px;
	position: absolute;
	bottom:120px;
	left: 110px;
	z-index: 99;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.top_mv_slide_thumb {
		bottom: 10%;
		left: 5%;
	}
}
.top_mv_slide_thumb span {
	background-color: #315faa;
	width: 0;
	height: 4px;
	display: block;
	border-radius: 4px;
}
.top_mv_scroll {
	padding-bottom: 40px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 99;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	transform: translateX(-50%);
	animation: anim-to-mv-scroll 2.5s ease infinite;
}
@media only screen and (max-width: 767px) {
	.top_mv_scroll {
		left: 44%;
		/*text-indent: -9999px;*/
	}
}
@keyframes anim-to-mv-scroll {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(15px);
		opacity: .8;
	}
	80% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.top_mv_scroll::before {
	background-color: #fff;
	width: 1px;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
}
.top_mv_navwrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.top_mv_navwrap {
		height: 100%;
		min-height: 480px;
	}
}
/**************************************
content
**************************************/
article {}
section {}
main {}
.content {
	width:100%;
	margin:auto;
}
@media screen and (max-width:1080px) {

}

/**************************************
animation
**************************************/
.img-animation {
  animation: img-opacity 1s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

/**************************************
title
**************************************/
.top_title {
	position:relative;
	margin:0 0 5% 0;
}
.top_title h2,
.top_title p{
	display:contents;
}
.top_title h2 span{
	font-size:20px;
	color:#FFFFFF;
	padding:20px;
	background-color:#0063b7;
}
.top_title p span{
	font-size:20px;
	color:#FFFFFF;
	padding:20px;
	background-color:#4ba3da;
}
.main_title {
	position:relative;
	margin:5% 5% 5% 5%;
}
.main_title h2,
.main_title p{
	display:contents;
}
.main_title h2 span{
	font-size:20px;
	color:#FFFFFF;
	padding:20px;
	background-color:#0063b7;
}
.main_title p span{
	font-size:20px;
	color:#FFFFFF;
	padding:20px;
	background-color:#4ba3da;
}
@media only screen and (max-width: 767px) {
.top_title h2 span{
	font-size:16px;
	padding:10px;
}
.top_title p span{
	font-size:16px;
	padding:10px;
}
.main_title {
	position:relative;
	margin:5% 0 5% 0;
}
.main_title h2 span{
	font-size:18px;
	padding:10px;
}
.main_title p span{
	font-size:18px;
	padding:10px;
}
}
/**************************************
top_catch
**************************************/
.top_catch {
	width:100%;
	text-align:center;
	margin:0 auto 10%;
}
.top_catch h1{
	font-size:34px;
	font-weight:600;
	padding:0 0 3% 0;
}
.top_catch p{
	font-size:18px;
}
@media only screen and (max-width: 767px) {
.top_catch {
	padding:5% 2% 2% 2%;
}
.top_catch h1{
	font-size:22px;
}
.top_catch p{
	font-size:16px;
}
}
/**************************************
top_about
**************************************/
.top_about {
	width:100%;
	margin:0 auto 10%;
	padding:20% 0 0 20%;
    background: url(../img/about.jpg) no-repeat;
    background-size:100% auto;
}
.top_about_box {
	width:100%;
	padding:8% 5% 0 5%;
	background-color:#FFF;
}
.top_about_box h3{
	font-size:24px;
}
.top_about_left {
	width:50%;
	display:inline-block;
	vertical-align:middle;
	padding:0 3% 0 0;
}
.top_about_right {
	width:49%;
	display:inline-block;
	vertical-align:middle;
}
@media only screen and (max-width: 767px) {
.top_about {
	padding:5% 2% 2% 2%;
}
.top_about_box {
	padding:4% 4% 4% 4%;
}
.top_about_box h3{
	font-size:16px;
}
.top_about_left {
	width:100%;
	display: block;
	padding:0;
}
.top_about_right {
	width:100%;
	display: block;
}
}
/**************************************
top_comment
**************************************/
.top_comment {
	width:100%;
	margin:0 auto 10%;
}
.top_comment h3{
	font-size:28px;
	padding:0 0 5% 20%;
}
@media only screen and (max-width: 767px) {
.top_comment h3{
	font-size:16px;
	padding:0 2% 5% 2%;
}
}
/**************************************
Slider
**************************************/
.photo_slider .slick-slide {
    margin:0 30px;/*スライド左右の余白調整*/
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media only screen and (max-width: 767px) {
.photo_slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}
}
/**************************************
top_business
**************************************/
.top_business {
	width:90%;
	margin:0 5% 7% 5%;
}
.top_business h3 {
	font-size: 28px;
	padding: 0 0 5% 0;
}
.top_business_list{

}
.top_business_list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top_business_list ul li{
	width:48%;
	margin:0 0 3% 0;
}
.top_business_list ul li h4{
	font-size:18px;
}
.top_business_box{
	padding:3% 3% 0 3%;
}
@media only screen and (max-width: 767px) {
.top_business {
	width:100%;
	margin:0 0 10% 0;
}
.top_business h3 {
	font-size: 16px;
	padding: 0 2% 5% 2%;
}
.top_business_list ul{
	display: block;
}
.top_business_list ul li{
	width:100%;
	margin:0 0 3% 0;
}
.top_business_list ul li h4{
	font-size:16px;
}
}
/**************************************
top_job
**************************************/
.top_job {
	width:100%;
	margin:0 auto 15%;
	padding:0 0 2% 0;
}
.top_job_wrap {
	position:relative;
	margin:0 0 0 10%;
}
.top_job_bk {
	width:1000px;
	height:280px;
	position:absolute;
	top:50%;
	right:5%;
	background-color:#f0f0f0;
	z-index:-10;
}
.top_job_left {
	width:30%;
	display:inline-block;
	vertical-align:middle;
}
.top_job_left img{
	width:100%;
	height:auto;
}
.top_job_right {
	width:69%;
	display:inline-block;
	vertical-align:middle;
	padding:0 10% 0 12%;
}
.top_job_right h3{
	font-size: 28px;
}
@media only screen and (max-width: 767px) {
.top_job_wrap {
	position:relative;
	margin:0;
}
.top_job_bk {
	width:70%;
	height:340px;
	top:70%;
	right:30%;
	z-index:-10;
}
.top_job_left {
	width:100%;
	display: block;
}
.top_job_left img{
	width:100%;
	height:auto;
}
.top_job_right {
	width:100%;
	display: block;
	padding:3% 2% 0 2%;
}
.top_job_right h3{
	font-size: 16px;
}
}
/**************************************
about
**************************************/
.about_inner {
	max-width:100%;
	margin:0 auto 15%;
}
.about_message {
	max-width:100%;
	margin:0 5% 10% 15%;
}
.about_message .en {
	font-size:100px;
	font-family: 'Impact','Arial','Helvetica';
	line-height:1.2;
	margin:0 0 2% 0;
}
.about_message h3 {
	font-size:30px;
	font-weight:bold;
}
.about_message_img {
	width:70%;
	margin:auto;
}
.about_strengths {
	max-width:100%;
	margin:0 5% 10% 15%;
}
.about_strengths h3 {
	font-size:30px;
	font-weight:bold;
}
/*.about_hereafter {
	max-width:100%;
	margin:0 5% 10% 15%;
}
.about_hereafter h3 {
	font-size:30px;
	font-weight:bold;
}
.about_mission {
	max-width:100%;
	margin:0 5% 10% 15%;
}
.about_mission .en {
	font-size:50px;
	font-family: 'Impact','Arial','Helvetica';
	line-height:1.2;
	margin:0 0 5% 5%;
}
.about_mission h3 {
	font-size:30px;
	font-weight:bold;
}*/
@media only screen and (max-width: 767px) {
.about_message {
	margin:0 2% 10% 2%;
}
.about_message .en {
	font-size:40px;
	font-weight:bold;
}
.about_message h3 {
	font-size:22px;
	font-weight:bold;
}
.about_message_img {
	width:100%;
	margin:auto;
}
.about_strengths {
	margin:0 2% 10% 2%;
}
.about_strengths h3 {
	font-size:22px;
	font-weight:bold;
}
/*.about_hereafter {
	margin:0 2% 10% 2%;
}
.about_hereafter h3 {
	font-size:22px;
	font-weight:bold;
}
.about_mission {
	margin:0 2% 10% 2%;
}
.about_mission .en {
	font-size:26px;
	font-weight:bold;
	margin:0 0 5% 0;
}
.about_mission h3 {
	font-size:24px;
	font-weight:bold;
}*/
}
/**************************************
business
**************************************/
.business_inner {
	max-width:100%;
	margin:0 auto 15%;
}
.business_introduction {
	position:relative;
	margin:0 5% 10% 15%;
}
.business_bk {
	width:1000px;
	height:260px;
	position:absolute;
	top:40%;
	right:5%;
	background-color:#f0f0f0;
	z-index:-10;
}
.business_left {
	width:40%;
	display:inline-block;
	vertical-align:middle;
}
.business_left img{
	width:100%;
	height:auto;
}
.business_right {
	width:59%;
	display:inline-block;
	vertical-align:middle;
	padding:0 0 0 5%;
}
.business_right h3{
	font-size: 28px;
}
.business_photo {
	margin:0 0 4% 15%;
}
.business_photo img{
	width:100%;
	height:auto;
}
.business_detail {
	position:relative;
	margin:0 5% 10% 15%;
}
.business_detail h3 {
	font-size:30px;
	font-weight:bold;
}
.business_detail h4 {
	font-size:26px;
	font-weight:bold;
	margin:5% 0 3% 0;
	padding:0 1.5% 0 1.5%;
	border-left:5px solid #0063b7;
}
.business_detail dl{
	font-size:16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.business_detail dl dt{
	width:30%;
	font-weight:bold;
	padding:3% 2% 3% 2%;
	border-bottom:1px solid #004d8e;
	background-color:#f0f0f0;
}
.business_detail dl dd{
	width:70%;
	padding:3% 2% 3% 2%;
	border-bottom:1px solid #e4e4e4;
}
.business_detail_photo {

}
.business_detail_photo ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.business_detail_photo ul li{
	width:24%;
}
@media only screen and (max-width: 767px) {
.business_introduction {
	margin:0 0 10% 0;
}
.business_bk {
	width:80%;
	height:260px;
	top:40%;
	right:5%;
}
.business_left {
	width:100%;
	display: block;
}
.business_right {
	width:100%;
	display: block;
	padding: 3% 3% 0 3%;
}
.business_right h3{
	font-size: 16px;
}
.business_photo {
	margin:0 0 2% 0;
}
.business_detail h3 {
	font-size:22px;
	font-weight:bold;
}
.business_detail h4 {
	font-size:20px;
	font-weight:bold;
}
.business_detail {
	margin:0 2% 10% 2%;
}
.business_detail dl{
	font-size:14px;
	display: block;
}
.business_detail dl dt{
	width:100%;
	padding:3% 2% 3% 2%;
	border-bottom:1px solid #004d8e;
}
.business_detail dl dd{
	width:100%;
	padding:3% 2% 3% 2%;
	border-bottom:1px solid #e4e4e4;
}
.business_detail_photo ul li{
	width:48%;
	margin:0 0 2% 0;
}
}
/**************************************
news
**************************************/
.news_inner {
	max-width:100%;
	margin:0 auto 15%;
}
.news_inner .news_list{
	margin:0 5% 0 15%;
	border-top:1px solid #e4e4e4;
}
.news_inner .news_list dl a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news_inner .news_list dl dt{
	width:30%;
	padding:2% 0 2% 0;
	border-bottom:1px solid #e4e4e4;
}
.news_inner .news_list dl dd{
	width:70%;
	padding:2% 0 2% 0;
	border-bottom:1px solid #e4e4e4;
}
.news_cate {
	font-size:12px;
	color:#0063b7;
	padding:1% 2% 1% 2%;
	background-color:#d6e4ff;
}
.news_detail {
	max-width:100%;
	margin:0 5% 20% 15%;
}
.news_detail h3{
	font-size:26px;
	padding:2% 0 2% 0;
}
.news_body{
	margin:0 auto 5%;
	padding:5%;
	border-top:1px solid #003333;
	border-bottom:1px solid #003333;
}
@media only screen and (max-width: 767px) {
.news_inner .news_list{
	margin:0 2% 10% 2%;
	border-bottom: none;
}
.news_inner .news_list dl a{
	display: block;
}
.news_inner .news_list dl dt{
	width:100%;
	padding:2% 0 2% 0;
	border-bottom: none;
}
.news_inner .news_list dl dd{
	width:100%;
	padding:0 0 2% 0;
}
.news_detail {
	margin:0 2% 10% 2%;
}
.news_detail h3{
	font-size:22px;
}
}

/**************************************
recruit
**************************************/
.recruit_inner {
	max-width:100%;
	margin:0 auto 15%;
}
.recruit_overview {
	max-width:100%;
	margin:0 0 10% 0;
}
.recruit_overview_img {
	width:100%;
	margin:auto;
	position:relative;
}
.recruit_overview_tex {
	position:absolute;
	bottom:1%;
	right:2%;
}
.recruit_overview_tex h3 {
	font-size:60px;
	font-weight:bold;
	font-style:italic;
	color:#000;
	text-shadow: 2px 2px #fff;
	/*text-shadow:1px 1px 20px #6b7b99;*/
}
.recruit_overview_tex p {
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	line-height:1.4;
	color:#000;
	text-shadow: 1px 1px #fff;
	/*text-shadow:1px 1px 20px #6b7b99;*/
}
.recruit_features {
	max-width:100%;
	margin:0 0 10% 0;
}
.recruit_features h3 {
	font-size:42px;
	font-weight:bold;
	text-align:center;
	margin:0 0 2% 0;
}
.recruit_features h4{
	font-size:16px;
	text-align:center;
	margin:0 0 2% 0;
}
.recruit_features_list{
	width:90%;
	margin:auto;
}
.recruit_features_list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recruit_features_list ul li{
	width:31%;
	padding:3%;
	background-color:#0063b7;
}
.recruit_features_list ul li h4{
	font-size:18px;
	line-height:1.6;
	color:#FFF;
	margin:5% 0 0 0;
}
.recruit_message{
	font-size:16px;
	margin:0 5% 10% 15%;
	padding:2%;
	border-top:1px solid #004d8e;
	border-bottom:1px solid #004d8e;
}
.recruit_message h3 {
	font-size:30px;
	font-weight:bold;
	margin:0 0 5% 0;
}
.recruit_message h4 {
	font-size:24px;
	color:#0055be;
	font-weight:bold;
}
.recruit_demand {
	max-width:100%;
	margin:0 0 2% 0;
	padding:5% 0 5% 0;
	background-color:#0063b7;
}
.recruit_demand h3 {
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin:0 0 2% 0;
}
.recruit_demand h4{
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin:0 0 2% 0;
}
.recruit_demand_list{
	width:90%;
	margin:auto;
}
.recruit_demand_list ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recruit_demand_list ul li{
	width:23%;
	padding:3%;
	background-color:#FFF;
}
.recruit_demand_list ul li h4{
	font-size:18px;
	line-height:1.6;
	color:#0063b7;
	margin:5% 0 0 0;
}
.triangle-bottom{
	background: #0063b7;
	height: calc(tan(60deg) * 60px / 2);
	width: 140px;
	clip-path: polygon(0 0, 100% 0, 50% 60%);
	margin:0 auto 5%;
}
.recruit_sales {
	max-width:100%;
	margin:0 0 10% 0;
}
.recruit_sales h3 {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin:0 0 2% 0;
}
.recruit_sales h4{
	font-size:16px;
	text-align:center;
	margin:0 0 2% 0;
}
.recruit_sales_flow{
	text-align:center;
	margin: auto;
}
.recruit_reduction {
	max-width:100%;
	margin:0 0 2% 0;
	padding:5% 0 5% 0;
	background-color:#0063b7;
}
.recruit_reduction h3 {
	font-size:30px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	margin:0 0 2% 0;
}
.recruit_reduction h4{
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin:0 0 2% 0;
}
.recruit_reduction_flow{
	text-align:center;
	width:90%;
	margin:auto;
}
.recruit_reason {
	width:90%;
	margin:0 auto 10%;
}
.recruit_reason h3 {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin:0 0 4% 0;
}
.recruit_reason h4 {
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #666;
}
.recruit_info {
	margin:0 auto 10%;
	padding:2% 3% 1.5% 3%;
	border:1px solid #d0d0d0;
}
.recruit_requirements {
	width:90%;
	margin:0 auto 10%;
}
.recruit_requirements h3 {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin:0 0 4% 0;
}
.recruit_box {

}
.recruit_box table {
	border-spacing: 0;
	margin: auto;
	border-bottom:1px solid #CCC;
}
.recruit_box table tr th {
	width:15%;
	color:#FFF;
	text-align:left;
	padding:1% 2% 1% 2%;
	position:relative;
	vertical-align: middle;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	background-color:#0063b7;
}
.recruit_box table tr td {
	width:85%;
	padding:1% 2% 1% 2%;
	vertical-align: middle;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
@media only screen and (max-width: 767px) {
.recruit_overview_tex h3 {
	font-size:26px;
}
.recruit_overview_tex p {
	font-size:14px;
}
.recruit_features h3 {
	font-size:26px;
}
.recruit_features_list{
	width:100%;
	margin:auto;
	padding:2%;
}
.recruit_features_list ul{
	display: block;
}
.recruit_features_list ul li{
	width:100%;
	margin:0 0 2% 0;
	padding:3%;
	background-color:#0063b7;
}
.recruit_features_list ul li h4{
	font-size:16px;
}
.recruit_message{
	margin:0 2% 10% 2%;
}
.recruit_message h3 {
	font-size:22px;
}
.recruit_message h4 {
	font-size:18px;
}
.recruit_demand {
	padding:5% 2% 5% 2%;
}
.recruit_demand h3 {
	font-size:26px;
}
.recruit_demand h4{

}
.recruit_demand_list{
	width:100%;
}
.recruit_demand h3 {
	font-size:18px;
}
.recruit_demand_list{
	width:100%;
	margin:auto;
}
.recruit_demand_list ul{
	display: block;
}
.recruit_demand_list ul li{
	width:100%;
	margin:0 0 2% 0;
}
.recruit_demand_list ul li h4{
	font-size:16px;
	font-weight:bold;
}
.recruit_sales {
	max-width:100%;
	padding:0 2% 0 2%;
}
.recruit_sales h3 {
	font-size:26px;
}
.recruit_sales h4{
	font-size:16px;

}
.recruit_requirements h3 {
	font-size:26px;
}
.recruit_box table tr th {
	width:100%;
	display:block;
}
.recruit_box table tr td {
	width:100%;
	display:block;
}
}
/**************************************
company
**************************************/
.company_inner {
	max-width:100%;
	margin:0 auto 15%;
}
.company_profile {
	max-width:100%;
	margin:0 5% 10% 15%;
}
.company_profile dl{
	font-size:16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.company_profile dl dt{
	width:25%;
	padding:2.5% 0 2.5% 0;
	border-bottom:1px solid #004d8e;
}
.company_profile dl dd{
	width:75%;
	padding:2.5% 0 2.5% 0;
	border-bottom:1px solid #e4e4e4;
}

@media only screen and (max-width: 767px) {
.company_profile {
	max-width:100%;
	margin:0 2% 10% 2%;
}
.company_profile dl{
	font-size:14px;
}
.company_profile dl dd{
	width:75%;
	padding:2.5% 0 2.5% 2%;
}
}

/**************************************
policy
**************************************/
.policy_inner {
	max-width:100%;
	margin:0 auto 15%;
}
.policy_wrap {
	max-width:100%;
	margin:0 5% 10% 15%;
}
.policy_wrap h3 {
	font-size:28px;
	margin:0 0 2% 0;
}
.policy_wrap p {
	margin:0 0 5% 0;
}
@media only screen and (max-width: 767px) {
.policy_inner {
	width:100%;
}
.policy_wrap {
	margin:0 2% 0 2%;
}
.policy_wrap h3 {
	font-size:22px;
	font-weight:bold;
}
}
/* --------------------------------------------------
  sitemap
 -------------------------------------------------- */
.sitemap_inner {
	max-width:100%;
	margin:0 auto 15%;
}
.sitemap_list {
	max-width:100%;
	margin:0 5% 10% 15%;
}
.sitemap_list ul{margin:0 0 4% 0;}
.sitemap_list ul li{}
.sitemap_list ul li.sitemap_one{
	display:block;
	margin:0 0 2% 0;
	padding:1.5% 2% 1.5% 2%;
	background-color:#e7e7e7;
}
.sitemap_list ul li.sitemap_two{
	padding:1% 5% 1% 5%;
}
.sitemap_list ul li.sitemap_three{
	padding:0 0 0 8%;
}
.sitemap_list ul li.sitemap_one a,
.sitemap_list ul li.sitemap_two a,
.sitemap_list ul li.sitemap_three a{
	text-decoration:none;
}
.sitemap_list ul li.sitemap_one a:hover,
.sitemap_list ul li.sitemap_two a:hover,
.sitemap_list ul li.sitemap_three a:hover{
	text-decoration: underline;
}
.sitemap_list ul li.sitemap_two a::before {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
    content: "\f0da";
    color: #999;
    font-weight: 600;
	padding:0 10px 0 0;
}
@media only screen and (max-width: 767px) {
.sitemap_list {
	margin:0 2% 10% 2%;
}
}
/**************************************
contact
**************************************/
.contact_inner {
	max-width:100%;
	margin:0 auto 15%;
}
.contact_wrap {
	max-width:100%;
	margin:0 5% 10% 15%;
}
.contact_box {

}
.contact_box table {
	border-spacing: 0;
	margin: auto;
}
.contact_box table tr th {
	width:30%;
	text-align:left;
	padding:1% 3% 1% 3%;
	position:relative;
	vertical-align: middle;
}
.contact_box table tr td {
	width:70%;
	padding:1% 3% 1% 3%;
	vertical-align: middle;
}
.contact_box table tr td:first-child {
}
span.wpcf7-list-item{
	display:block !important;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
	background-color:#f3f3f3;
	border:1px solid #cdcdcd;
	margin:0 0 1px 0;
	padding:10px;
}

.wpcf7-not-valid-tip{
	margin:0;
	padding:0;
}
.co_button{
	position: relative;
	border:2px solid #fff;
	margin:2% 1% 0 1%;
    padding:12px 40px 12px 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
	background:#004d8e;
    outline: none;
}
.co_button:hover{
	background:#4790ec;
}

.wpcf7-textarea {
	width:90%;
}
.contact_inner .wpcf7c-conf {
	border: none;
	background-color:#fff;
}
input[type="checkbox"] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.wpcf7-list-item-label {
	margin:0 0 0 2%;
}
.f_s_a {width:25%;}
.f_s_s {width:80%;}
.f_s_b {width:90%;}
.must {
	font-size:80%;
	font-weight:normal;
	color: #FFF;
	right:10%;
	border-radius: 3px;
	margin:0 0 10px 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
	background: #e23734;
	position:absolute;
}
.grecaptcha-badge{ margin:5% auto 0;}
::placeholder {
  color: #c7c7c7;
}
.contact_navi {
	width:100%;
	margin:5% auto 5%;
}
.contact_navi ul{
	margin:auto;
	text-align: center;
}
.contact_navi ul li{
	font-size:130%;
	display:inline-table;
	position:relative;
	margin: 0 5% 0 0;
}
.contact_navi ul li::after{
    content:"\f105";
	color:#549cda;
	font-family: 'Font Awesome 6 Free';
	font-weight:600;
	position:absolute;
	right:-20%;
}
.contact_navi ul li:last-child::after{
    content:"";

}
.contact_navi ul li.visited{
	color:#549cda;
	background-color:#fff;
	padding:1% 5% 1% 5%;
	border:1px solid #549cda;
}
.contact_navi ul li.active{
	color:#fff;
	background-color:#549cda;
	padding:1% 5% 1% 5%;
	border:1px solid #549cda;
}
.wpcf7-form-control-wrap input.readonly{
    width: 100%;
	background-color:#fff;
	pointer-events: none;
	border: none;
	padding:2px;
}
@media screen and (max-width:1080px) {
.contact_inner {
	width:100%;
}
.contact_wrap {
	margin:0 2% 0 2%;
}
.contact_box {
	width:100%;
	margin:5% auto 5%;
}
.contact_box table tr th {
	width:100%;
	display:block;
	text-align:left;
	padding:1% 0 1% 0;
	border-bottom:1px solid #ededed;
}
.contact_box table tr td {
	width:100%;
	display:block;
	padding:0 0 2% 0;
}
.wpcf7-list-item{
	display:block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
	background-color:#f3f3f3;
	border:1px solid #cdcdcd;
	margin:0 0 1px 0;
	padding:10px;
}
.wpcf7-not-valid-tip{
	margin:0;
	padding:0;
}
.f_s_s {
	width:100%;
}
.f_s_b {
	width:100%;
}
.wpcf7-textarea {
	width:100%;
}
.co_button{
	text-align:center;
	padding:2%;
}
.wpcf7-text,.wpcf7-textarea {

}
.must {
	right:2%;
}
}
/**************************************
information
**************************************/
.information_inner {
    width: 100%;
    clear: both;
    background: url(../img/information_bg.jpg) no-repeat top center;
    background-size: auto;
    background-size: cover;
    padding: 100px 0 100px;
}
.information_wrap {
	width:1180px;
	margin:auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
}
.information_box{
	width:570px;
	margin: 5%;
}
.information_box:last-child{
	border-left:1px solid #004d8e;
}
.information_box h4{
	font-size:16px;
}
.information_box h5{
	font-size:22px;
}
@media only screen and (max-width: 767px) {
.information_inner {
    padding: 50px 0 50px;
}
.information_wrap {
	width:96%;
	display: block;
	margin:0 2% 0 2%;
	padding:5% 0 5% 0;
}
.information_box{
	width:100%;
	margin:0;
	padding:0 5% 0 5%;
	border-left:none;
}
.information_box:last-child{
	border-left:none;
}
.information_box h4{
	font-size:18px;
}
.information_box h5{
	font-size:18px;
}
}
/***********************************************
page_top
***********************************************/
#page-top {
	position: fixed;
	bottom:100px;
	right: 5px;
	font-size: 77%;
	z-index:999;
}
#page-top a {
	width:70px;
	height:70px;
	line-height:70px;
	color:#FFF;
	text-align:center;
	text-decoration: none;
	margin:0 auto 5%;
	display:block;
	border-radius: 50%;
	background: #58c0d1;
}
#page-top a:hover {
	background: #3db5c8;
}
@media screen and (max-width:1080px) {

}
/**************************************
footer
**************************************/
footer {

}
.footer_inner {
	width: 1180px;
	margin:auto;
}
.footer_nav{
	margin:5% -2% 5% -2%;
}
.footer_nav ul{
}
.footer_nav ul li{
	width:15.5%;
	margin:0.5% 2% 0.5% 2%;
	display: inline-block;
	vertical-align:top;
}
.footer_nav ul li a{
	font-size: 14px;
}
.copyright {
	font-size: 12px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
	padding:1% 0 1% 0;
	background-color:#0063b7;
}
.copyright a{
	color:#FFF;
}
@media only screen and (max-width: 767px) {
.footer_inner {
	width:100%;
}
.footer_nav{
	margin:0;
}
.footer_nav ul{
	width:96%;
	margin:2% 2% 2% 2%;
	display: block;
}
.footer_nav ul li{
	width:45%;
	margin:0.5% 2% 0.5% 2%;
	display: inline-block;
	vertical-align:top;
}
}