@charset "UTF-8";
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
body {
	line-height: 1
}
body, html {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	background-color: #fff;
	color: #1d50a2
}
body a {
	color: #1d50a2
}
body a:hover {
	color: #1d50a2;
	opacity: .8
}
body a:active {
	color: #1d50a2
}
body {
	font-family: "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.6
}
.clearfix:after, body:after, html:after {
	content: "";
	display: block;
	clear: both
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden
}
html {
	background-color: #1d50a2
}
html * {
	box-sizing: border-box
}
body {
	word-wrap: break-word
}
@media only screen and (max-width:960px) {
body {
	font-size: .9375em
}
}
@media only screen and (max-width:640px) {
body {
	font-size: .8125em
}
}
body small {
	font-size: smaller
}
:focus {
	outline: 0
}
ol, ul {
	list-style: none
}
table {
	border-collapse: separate;
	border-spacing: 0
}
caption, td, th {
	font-weight: 400;
	text-align: left
}
blockquote:after, blockquote:before, q:after, q:before {
	content: ""
}
blockquote, q {
	quotes: "" ""
}
a img {
	border: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle
}
@media only screen and (max-width:640px) {
.nosp {
	display: none
}
}
.nopc {
	display: none
}
@media only screen and (max-width:640px) {
.nopc {
	display: block
}
}
.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}
.container {
	margin: 0 auto
}
#company02, #company03, #home-about .container, #home-company .container, #home-items .container, #recruit01, #recruit02 {
	max-width: 1080px;
	width: 80%;
	padding: 5.5em 0
}
@media only screen and (max-width:960px) {
#company02, #company03, #home-about .container, #home-company .container, #home-items .container, #recruit01, #recruit02 {
	padding: 4em 0
}
}
@media only screen and (max-width:640px) {
#company02, #company03, #home-about .container, #home-company .container, #home-items .container, #recruit01, #recruit02 {
	padding: 2.5em 0
}
}
table {
	border-collapse: collapse;
	width: 100%
}
td, th {
	vertical-align: top;
	border: 1px solid #1d50a2;
	padding: 1em
}
th {
	background-color: #f4f6f7
}
.button, .button-wrapper .back-button {
	background: #fff;
	display: inline-block;
	border: 1px solid #1d50a2;
	color: #1d50a2;
	text-decoration: none;
	padding: .375em 2em;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	min-width: 210px
}
.button-wrapper .back-button:hover, .button:hover {
	background: rgba(29,80,162,.1)
}
.button-arrow-left, .button-arrow-right, .button-wrapper .back-button {
	position: relative
}
.button-arrow-left:after, .button-arrow-right:after, .button-wrapper .back-button:after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	width: 20px;
	height: 20px;
	background-size: contain
}
@media only screen and (max-width:640px) {
.button-arrow-left:after, .button-arrow-right:after, .button-wrapper .back-button:after {
	width: 15px;
	height: 15px
}
}
.button-arrow-left:hover:after, .button-arrow-right:hover:after, .button-wrapper .back-button:hover:after {
	border-left-color: #fff
}
.button-arrow-left, .button-wrapper .back-button {
	padding-left: 3em
}
.button-arrow-left:after, .button-wrapper .back-button:after {
	left: 10px;
	transform: rotate(180deg)
}
.button-arrow-right {
	padding-right: 3em
}
.button-arrow-right:after {
	right: 10px
}
.button-large {
	padding: .5em 1.75em;
	font-size: 1.25em;
	line-height: 1.5;
	border-radius: .3em
}
.button-small {
	padding: .25em 1.25em;
	font-size: .875em;
	line-height: 1.5;
	border-radius: .2em
}
.button-block {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center
}
.button-more {
	background-image: url(../images/button-01-off.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 150px;
	height: 43px
}
.button-more:hover {
	background-image: url(../images/button-01-on.svg)
}
.button-wrapper {
	text-align: center
}
.single .button-wrapper {
	margin: 160px 0
}
@media only screen and (max-width:640px) {
.single .button-wrapper {
	margin: 40px 0
}
}
.button-wrapper .back-button {
	background: #1d50a2;
	color: #fff;
	max-width: 400px;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em
}
.button-wrapper .back-button:after {
	border-color: transparent transparent transparent #fff;
	left: 15px;
	border-width: 8px 0 8px 10px
}
#button-totop {
	cursor: pointer;
	display: block;
	position: fixed;
	width: 60px;
	height: 60px;
	padding: 1.5em;
	background: #1c50a2;
	bottom: 60px;
	right: 0
}
@media only screen and (max-width:960px) {
#button-totop {
	bottom: 120px
}
}
@media only screen and (max-width:640px) {
#button-totop {
	bottom: 0
}
}
#button-totop:after {
	content: '';
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff
}
#button-totop:hover {
	opacity: .8
}
#fixed-button {
	position: fixed;
	right: 0;
	top: 400px;
	z-index: 10
}
@media only screen and (max-width:960px) {
#fixed-button {
	top: 400px
}
}
@media only screen and (max-width:960px) and (max-width:640px) {
#fixed-button {
	display: none
}
}
#fixed-button img {
	width: 129px;
	height: auto
}
#root a[id]:not([href]) {
	padding-top: 100px;
	margin-top: -100px;
	display: inline-block;
	vertical-align: top
}
.section-title {
	color: #1d50a2;
	font-weight: 700;
	line-height: 1.2
}
.section-title .en {
	font-family: Roboto, sans-serif;
	font-size: 2.25em;
	display: block
}
@media only screen and (max-width:640px) {
.section-title .en {
	font-size: 1.7857142857em
}
}
.section-title .ja {
	font-size: 1.0625em;
	display: block;
	padding-left: 40px;
	position: relative
}
@media only screen and (max-width:640px) {
.section-title .ja {
	font-size: .8571428571em;
	padding-left: 20px
}
}
.section-title .ja:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 35px;
	height: 3px;
	background-color: #1d50a2
}
@media only screen and (max-width:640px) {
.section-title .ja:before {
	width: 15px;
	height: 2px
}
}
#header {
	position: absolute;
	width: 100%;
	z-index: 99;
	box-sizing: content-box
}
#header .container {
	max-width: 100%;
	width: 90%
}
@media only screen and (max-width:960px) {
#header .container {
	width: 100%
}
}
#header #header-nav {
	margin: auto;
	position: relative;
	box-sizing: border-box
}
@media only screen and (max-width:960px) {
#header #header-nav {
	width: 100%;
	z-index: 0
}
}
#header .logo {
	float: left;
	padding-top: 30px;
	line-height: 0
}
@media only screen and (max-width:960px) {
#header .logo {
	padding-top: 15px;
	margin-left: 5%
}
}
#header .logo a {
	color: #1d50a2;
	text-decoration: none
}
#header .logo img {
	width: 208px;
	height: auto
}
@media only screen and (max-width:640px) {
#header .logo img {
	width: auto;
	height: 27px
}
}
#header .flex-box {
	display: flex;
	justify-content: flex-end
}
#header .flex-box a {
	display: block
}
#header .flex-box a img {
	vertical-align: middle;
	width: 120px;
	height: 100px
}
#header-fixed {
	position: fixed;
	max-width: 100%;
	width: 100%;
	background: #fff
}
#global-nav ul li a:hover, #global-nav ul li span:hover, #global-nav ul li.current a {
	opacity: .8
}
#global-nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	float: right;
	max-width: 840px;
	width: calc(100% - 170px);
	padding-top: 40px
}
#global-nav ul li {
	text-align: center;
	display: block;
	padding: 0 1em
}
#global-nav ul li:last-child a {
	border-right: none
}
#global-nav ul li a, #global-nav ul li span {
	display: block;
	color: #fff;
	font-size: .9375em;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	position: relative
}
@media only screen and (max-width:960px) {
#global-nav ul li a, #global-nav ul li span {
	border: none
}
}
#global-nav ul li a span, #global-nav ul li span span {
	cursor: default
}
#global-nav ul li a span:hover:after, #global-nav ul li span span:hover:after {
	display: none
}
#global-nav ul li a:active .sub-menu, #global-nav ul li a:hover .sub-menu, #global-nav ul li span:active .sub-menu, #global-nav ul li span:hover .sub-menu {
	display: block
}
#global-nav ul li a.nav-contact, #global-nav ul li span.nav-contact {
	padding: 0
}
#global-nav ul li a.nav-contact a, #global-nav ul li span.nav-contact a {
	background-image: url(../images/icon-mall.svg);
	background-size: 30px 24px;
	background-position: center 15px;
	background-repeat: no-repeat;
	background-color: #1d50a2;
	color: #fff;
	padding: 45px 0 15px;
	font-size: .875em
}
#global-nav ul li a.nav-contact a:hover, #global-nav ul li span.nav-contact a:hover {
	background-color: #1d50a2
}
.page-id-12 #global-nav ul li a.nav-contact a, .page-id-12 #global-nav ul li span.nav-contact a {
	background-color: #1d50a2
}
@media only screen and (max-width:960px) {
#mobile-head {
	position: relative;
	cursor: pointer;
	width: 80px;
	height: 80px
}
}
@media only screen and (max-width:960px) and (max-width:640px) {
#mobile-head {
	width: 60px;
	height: 60px
}
}
@media only screen and (max-width:960px) {
#global-nav {
	width: 100%;
	text-align: center;
	transition: opacity .25s, visibility 0s ease .25s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1
}
#global-nav #global-nav-bg {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(29,80,162,.96);
	margin: auto;
	z-index: -1;
	display: block
}
#global-nav ul {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
	padding: .75em 0
}
#global-nav ul li {
	width: 100%!important;
	padding: 0
}
#global-nav ul li a {
	display: block;
	padding: 1.15em .75em
}
#nav-toggle {
	position: absolute;
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	width: 34px;
	height: 24px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto
}
#nav-toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff
}
#nav-toggle span:nth-child(1) {
	top: 0
}
#nav-toggle span:nth-child(2) {
	margin: auto;
	top: 0;
	bottom: 0
}
#nav-toggle span:nth-child(3) {
	bottom: 0
}
.open #nav-toggle span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg)
}
.open #nav-toggle span:nth-child(2) {
	opacity: 0
}
.open #nav-toggle span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg)
}
.open #global-nav {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible
}
}
#footer {
	background-image: url(../images/bg1.png);
	background-size: 3px 3px;
	background-position: center;
	border-top: 1px solid #1d50a2;
	padding: 2em 0 0
}
@media only screen and (max-width:640px) {
#footer {
	padding-top: 1em
}
}
#footer .footer-nav {
	float: right;
	margin-right: 5%
}
@media only screen and (max-width:960px) {
#footer .footer-nav {
	float: none;
	text-align: center;
	margin: auto;
	width: 90%
}
}
#footer .footer-nav li {
	margin: 0 1em 2em;
	float: left
}
@media only screen and (max-width:960px) {
#footer .footer-nav li {
	display: inline-block;
	float: none
}
}
@media only screen and (max-width:960px) and (max-width:640px) {
#footer .footer-nav li {
	display: block
}
}
#footer .footer-nav a {
	background-color: #1d50a2;
	border-radius: 50px;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 165px;
	padding: .5em 1em;
	text-align: center;
	margin: auto
}
#footer .flex-box {
	padding-left: 5%;
	display: block;
	float: left
}
@media only screen and (max-width:960px) {
#footer .flex-box {
	display: block;
	float: none;
	text-align: center;
	padding: 0;
	width: 90%;
	margin: auto
}
}
#footer .logo {
	margin-bottom: 1em
}
#footer .logo img {
	width: 208px;
	height: auto
}
#footer .address {
	margin-bottom: 2em
}
#footer .address br {
	display: none
}
@media only screen and (max-width:640px) {
#footer .address br {
	display: block
}
}
#footer .address .br {
	display: block
}
#footer .copyright {
	clear: both;
	background: #fff;
	color: #1d50a2;
	font-size: .7333em;
	padding: 1em 5%;
	text-align: right
}
@media only screen and (max-width:960px) {
#footer .copyright {
	text-align: center
}
}
#footer .gred-bnr {
	width: 90%;
	margin: 0 auto 2em;
	display: block;
	clear: both
}
@media only screen and (max-width:960px) {
#footer .gred-bnr {
	text-align: center;
	padding-left: 0;
	margin-bottom: 2em
}
}
#footer .gred-bnr br {
	display: none
}
@media only screen and (max-width:960px) {
#footer .gred-bnr br {
	display: block
}
}
#header-breadcrumb {
	max-width: 1080px;
	width: 90%;
	margin: auto;
	padding: 1em 0;
	font-size: 1em
}
@media only screen and (max-width:640px) {
#header-breadcrumb-wrapper {
	display: none
}
}
#header-breadcrumb li {
	display: inline-block
}
#header-breadcrumb li+li:before {
	content: '>';
	padding: 0 .5em
}
#header-breadcrumb li a {
	color: #1d50a2
}
#company02 table, #company03 table, #recruit02 table, .wysiwyg dl, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ol, .wysiwyg p, .wysiwyg table, .wysiwyg ul {
	margin-left: auto;
	margin-right: auto
}
#company02 table, #company03 table, #recruit02 table, .wysiwyg dl, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ol, .wysiwyg p, .wysiwyg table, .wysiwyg ul {
	margin-bottom: 2em
}
@media only screen and (max-width:640px) {
#company02 table, #company03 table, #recruit02 table, .wysiwyg dl, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ol, .wysiwyg p, .wysiwyg table, .wysiwyg ul {
	margin-bottom: 3vw
}
}
.wysiwyg h1 {
	font-size: 2.5em;
	line-height: 1.2
}
.wysiwyg h2 {
	font-size: 2em;
	line-height: 1.2
}
.wysiwyg h3 {
	font-size: 1.75em;
	line-height: 1.2
}
.wysiwyg h4 {
	font-size: 1.5em;
	line-height: 1.2
}
.wysiwyg h5 {
	font-size: 1.25em;
	line-height: 1.2
}
.wysiwyg h6 {
	font-size: 1em;
	line-height: 1.2
}
.wysiwyg strong {
	font-weight: 700
}
.wysiwyg img {
	max-width: 100%
}
.wysiwyg ul {
	list-style: disc
}
.wysiwyg ul ol, .wysiwyg ul ul {
	width: auto;
	margin-bottom: 0
}
.wysiwyg ol {
	list-style: decimal
}
.wysiwyg ol ol, .wysiwyg ol ul {
	width: auto;
	margin-bottom: 0
}
.wysiwyg li {
	margin-left: 1.5em
}
#hero {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%
}
#hero img {
	width: 100%
}
#hero .hero-slider .slider-image {
	background-image: url(https://dummyimage.com/2400x1020/000/fff.jpg);
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
	width: 100%;
	height: 500px
}
@media only screen and (max-width:640px) {
#hero .hero-slider .slider-image {
	height: 250px
}
}
#hero .hero-slider .slider-image.slider1 {
	background-image: url(../images/hero-01.jpg)
}
#hero .hero-slider .slider-image.slider2 {
	background-image: url(../images/hero-02.jpg)
}
#hero .hero-slider .slider-image.slider3 {
	background-image: url(../images/hero-03.jpg)
}
#hero .hero-text {
	background-image: url(../images/hero-overlay.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 1;
	font-family: Kosugi, sans-serif;
	font-size: 2.125em;
	font-style: italic;
	padding-top: 50px;
	padding-left: 5%;
	padding-right: 5%
}
@media only screen and (max-width:640px) {
#hero .hero-text {
	font-size: 1.1428571429em
}
}
#hero-image {
	background-image: url(../images/hero-01.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
#hero-image-wrapper {
	padding-top: 55%;
	position: relative;
	overflow: hidden
}
#home-about-wrapper {
	background: linear-gradient(to bottom, #fff 0, #fff 50%, #1d50a2 50%, #1d50a2 100%)
}
@media only screen and (max-width:640px) {
#home-about-wrapper {
	background: 0 0
}
}
@media only screen and (max-width:640px) {
#home-about .container {
	width: 100%;
	padding-bottom: 0
}
}
#home-about .home-about-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-bottom: 5.5em
}
@media only screen and (max-width:960px) {
#home-about .home-about-title {
	display: block
}
}
@media only screen and (max-width:640px) {
#home-about .home-about-title {
	padding-bottom: 2em;
	width: 90%;
	margin: auto
}
}
#home-about .home-about-title .en {
	white-space: nowrap
}
#home-about .lead {
	color: #1d50a2;
	padding-left: 2em
}
@media only screen and (max-width:960px) {
#home-about .lead {
	padding-left: 0;
	padding-top: 1em
}
}
#home-about .lead strong {
	font-size: 1.25em;
	font-weight: 700
}
@media only screen and (max-width:640px) {
#home-about .lead strong {
	font-size: 1.0714285714em
}
}
#home-about .flex-box {
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -1em;
	clear: both
}
@media only screen and (max-width:640px) {
#home-about .flex-box {
	display: block;
	background-color: #1d50a2;
	margin: auto;
	padding: 2em 0
}
}
#home-about li {
	width: 33.33%;
	padding: 0 2em
}
@media only screen and (max-width:640px) {
#home-about li {
	width: 90%;
	padding: 1em 0;
	margin: auto
}
}
#home-about li .title {
	font-size: 1.4375em;
	font-weight: 700;
	text-align: center;
	padding: .8em 0
}
@media only screen and (max-width:640px) {
#home-about li .title {
	font-size: 1.0714285714em;
	text-align: left
}
}
#home-about a {
	color: #fff;
	text-decoration: none
}
@media only screen and (max-width:640px) {
#home-about a {
	overflow: hidden;
	display: block
}
}
#home-about a:hover {
	opacity: 1
}
#home-about img {
	width: 100%;
	height: auto;
	vertical-align: middle
}
@media only screen and (max-width:640px) {
#home-about img {
	width: 33%;
	float: left;
	margin-right: 1em
}
}
#home-items-wrapper {
	background: linear-gradient(to bottom, #fff 0, #fff 50%, #1d50a2 50%, #1d50a2 100%)
}
#home-items .flex-box {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1em
}
#home-items .section-title {
	padding-bottom: 3em
}
@media only screen and (max-width:640px) {
#home-items .section-title {
	padding-bottom: 1em
}
}
#home-items li {
	width: 33.33%;
	padding: 1em
}
@media only screen and (max-width:640px) {
#home-items li {
	width: 100%
}
}
#home-items li:nth-child(1), #home-items li:nth-child(2) {
	width: 50%
}
@media only screen and (max-width:640px) {
#home-items li:nth-child(1), #home-items li:nth-child(2) {
	width: 100%
}
}
#home-items li .card {
	background-image: url(../images/items-01.jpg);
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 250px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center
}
@media only screen and (max-width:640px) {
#home-items li .card {
	height: 115px
}
}
#home-items li .card:after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #fff transparent
}
#home-items li .title {
	background-color: rgba(29,80,162,.7);
	max-width: 320px;
	width: 90%;
	display: block;
	font-size: 1.6875em;
	font-weight: 700;
	padding: 15px 0;
	line-height: 1em;
	text-align: center;
	position: relative;
	z-index: 1
}
@media only screen and (max-width:960px) {
#home-items li .title {
	font-size: 1.5333333333em
}
}
@media only screen and (max-width:960px) and (max-width:640px) {
#home-items li .title {
	font-size: 1.3571428571em
}
}
#home-items a {
	color: #fff;
	display: block;
	text-decoration: none
}
#home-items a:hover {
	opacity: 1
}
#home-items a:hover .title {
	background-color: #1d50a2
}
#home-items img {
	width: 100%;
	height: auto;
	vertical-align: middle
}
#home-company-wrapper {
	background: linear-gradient(to bottom, #fff 0, #fff 50%, #1d50a2 50%, #1d50a2 100%)
}
@media only screen and (max-width:640px) {
#home-company-wrapper {
	background: linear-gradient(to bottom, #fff 0, #fff 30%, #1d50a2 30%, #1d50a2 100%)
}
}
#home-company .section-title {
	padding-bottom: 3em
}
@media only screen and (max-width:640px) {
#home-company .flex-box {
	flex-wrap: wrap
}
}
#home-company a {
	background-color: #fff;
	border: 1px solid #1d50a2;
	text-decoration: none;
	width: 18%;
	margin: 1%;
	position: relative
}
@media only screen and (max-width:640px) {
#home-company a {
	width: 48%
}
#home-company a:last-child {
	width: 98%
}
}
#home-company a:after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #1d50a2 transparent
}
#home-company a:hover {
	opacity: 1
}
#home-company a:hover:after {
	opacity: .8
}
#form {
	margin-bottom: 2em
}
#form h2 {
	margin-bottom: 2em
}
#form h2 span {
	font-size: 1.5em
}
#form .form-content {
	max-width: 800px;
	margin: auto
}
#form .form-content input {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #ccc;
	color: #000!important
}
#form .form-content input[type=email], #form .form-content input[type=tel], #form .form-content input[type=text], #form .form-content textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	font-size: 1.2em;
	padding: 5px 10px
}
@media only screen and (max-width:640px) {
#form .form-content input[type=email], #form .form-content input[type=tel], #form .form-content input[type=text], #form .form-content textarea {
	font-size: 1em;
	padding: 5px;
	max-width: 100%
}
}
#form .form-content input[type=text].number {
	width: 60px
}
#form .form-content input[type=number] {
	font-size: 1.2em
}
@media only screen and (max-width:640px) {
#form .form-content input[type=number] {
	font-size: 1em;
	margin-bottom: .5em
}
}
#form .form-content input[type=number].year {
	width: 4em
}
#form .form-content input[type=radio] {
	vertical-align: .1em;
	margin-right: 10px
}
#form .form-content textarea {
	max-width: 100%
}
#form .form-content select {
	font-size: 1.2em;
	border-radius: 0;
	box-shadow: none
}
@media only screen and (max-width:640px) {
#form .form-content select {
	font-size: 1em
}
}
#form .form-content label {
	border-radius: 0;
	border: none;
	padding: 3px;
	vertical-align: middle
}
#form .form-content label.mfp_not_checked {
	border: none
}
#form .form-content label.mfp_checked {
	border: none;
	background: 0 0;
	box-shadow: none
}
#form .form-content #datepicker, #form .form-content #from, #form .form-content #to {
	width: 206px
}
@media only screen and (max-width:640px) {
#form .form-content #datepicker, #form .form-content #from, #form .form-content #to {
	width: 144px
}
}
#form .privacy_check {
	text-align: center;
	margin: 2em 0
}
.confirmation #formWrap {
	margin: 4em auto;
	max-width: 960px;
	width: 90%
}
.confirmation #formWrap label {
	cursor: pointer
}
.confirmation #formWrap p {
	margin-bottom: 2em
}
@media only screen and (max-width:640px) {
.confirmation #formWrap p {
	text-align: left
}
}
.confirmation #formWrap .button {
	margin-bottom: 1em
}
.confirmation #formWrap .button-submit-wrapper {
	text-align: center
}
.confirmation #formWrap .button-submit-wrapper .button {
	margin: 1em;
	cursor: pointer
}
.confirmation #formWrap .button-submit-wrapper .button.button-submit {
	background-color: #1d50a2;
	color: #fff
}
.confirmation #formWrap .button-submit-wrapper .button.button-submit:hover {
	opacity: .8
}
.confirmation table.formTable {
	width: 100%;
	margin: 0 auto 2em;
	border-collapse: collapse
}
.confirmation table.formTable td, .confirmation table.formTable th {
	border: 1px solid #ccc;
	padding: 10px
}
@media only screen and (max-width:640px) {
.confirmation table.formTable td, .confirmation table.formTable th {
	border: 1px solid #efefef;
	width: auto;
	display: block
}
}
.confirmation table.formTable th {
	width: 30%;
	font-weight: 400;
	background: #efefef;
	text-align: left
}
@media only screen and (max-width:640px) {
.confirmation table.formTable th {
	width: 100%;
	border-bottom: 0
}
}
.confirmation table.formTable+p {
	text-align: center
}
@media only screen and (max-width:640px) {
.confirmation input[type=button], .confirmation input[type=reset], .confirmation input[type=submit] {
	display: block;
	width: 100%;
	height: 40px
}
}
.confirmation p.error_messe {
	margin: 5px 0;
	color: red
}
.complete .single .container {
	width: 100%;
	float: none;
	margin: auto
}
.complete #form {
	text-align: center
}
.complete #form p {
	margin-bottom: 2em
}
#company01-wrapper .sp {
	display: none
}
#company01-wrapper img {
	width: 100%
}
@media only screen and (max-width:640px) {
#company01-wrapper .sp {
	display: block
}
#company01-wrapper .pc {
	display: none
}
}
#company02-wrapper .sp {
	display: none
}
@media only screen and (max-width:640px) {
#company02-wrapper .sp {
	display: block
}
#company02-wrapper .pc {
	display: none
}
}
#company02 .table {
	margin: 4em auto
}
@media only screen and (max-width:640px) {
#company02 .table {
	margin: 2em auto
}
}
#company02 .table th {
	padding: 1em 10%;
	width: 31%
}
@media only screen and (max-width:640px) {
#company02 .table th {
	padding: 1em;
	width: 100%
}
}
#company03-wrapper .sp {
	display: none
}
@media only screen and (max-width:640px) {
#company03-wrapper .sp {
	display: block
}
#company03-wrapper .pc {
	display: none
}
}
#company03 .table {
	margin: 4em auto
}
@media only screen and (max-width:640px) {
#company03 .table {
	margin: 2em auto
}
}
#company03 table tr:last-child td {
	text-align: right
}
#recruit01 .flex-box {
	margin: 2em auto;
	justify-content: space-between
}
@media only screen and (max-width:640px) {
#recruit01 .flex-box {
	display: block
}
}
#recruit01 .flex-box .image-box {
	width: 45%
}
@media only screen and (max-width:640px) {
#recruit01 .flex-box .image-box {
	width: 100%
}
}
#recruit01 .flex-box .text {
	width: 50%
}
#recruit01 .flex-box .text p {
	margin: 2em auto;
	text-align: center
}
@media only screen and (max-width:640px) {
#recruit01 .flex-box .text {
	margin: 2em auto;
	width: 100%
}
}
#recruit01 .flex-box .lead {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5
}
@media only screen and (max-width:640px) {
#recruit01 .flex-box .lead {
	padding-top: 1em;
	font-size: 1em;
	line-height: 2;
	width: 100%
}
}
#recruit02-wrapper .sp {
	display: none
}
@media only screen and (max-width:640px) {
#recruit02-wrapper .sp {
	display: block
}
#recruit02-wrapper .pc {
	display: none
}
}
#recruit02 h3 {
	color: #4db060;
	font-size: 1.35em;
	font-weight: 700;
	margin-bottom: 1em
}
#recruit02 h3::before {
	content: "■";
	font-size: 1.8em;
	vertical-align: sub
}
#recruit02 .job-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4em auto
}
@media only screen and (max-width:640px) {
#recruit02 .job-list {
	margin: 2em auto
}
}
#recruit02 .job-list li {
	width: 47%;
	font-size: .9333em;
	margin-bottom: 2em
}
@media only screen and (max-width:640px) {
#recruit02 .job-list li {
	width: 100%
}
}
#recruit02 .table {
	margin: 4em auto
}
@media only screen and (max-width:640px) {
#recruit02 .table {
	margin: 2em auto
}
}
#recruit02 table {
	width: 100%
}
#recruit02 table a {
	color: #4db060
}
.privacy {
	border: 1px solid #000
}
.privacy .privacy-box {
	margin: 2em;
	height: calc(190px - 2em);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
@media only screen and (max-width:640px) {
.privacy .privacy-box {
	margin: 1em
}
}
.privacy .privacy-box h3 {
	font-size: 1.2em;
	font-weight: 700
}
.privacy .privacy-box h4 {
	font-weight: 700
}
.privacy .privacy-box p {
	margin-bottom: 1em
}
.slick-loading .slick-list {
	background: #fff url(../images/ajax-loader.gif) center center no-repeat
}
@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal
}
.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}
.slick-prev:before {
	content: "←"
}
[dir=rtl] .slick-prev:before {
	content: "→"
}
.slick-next {
	right: -25px
}
[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}
.slick-next:before {
	content: "→"
}
[dir=rtl] .slick-next:before {
	content: "←"
}
.slick-dotted.slick-slider {
	margin-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-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;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[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
}
.slider {
	display: none
}
.slider * {
	box-sizing: border-box;
	line-height: 0
}
.slider.slick-slider {
	display: block
}
.slider .slick-track .slick-slide a:hover {
	opacity: .8
}
.slider .slick-track .slick-slide img {
	width: 100%;
	height: auto;
	margin: auto;
	vertical-align: middle;
	display: block
}
.slider .slick-arrow {
	z-index: 9;
	width: 25px;
	height: 25px;
	margin: auto;
	top: 0;
	bottom: 0;
	transform: none
}
@media only screen and (max-width:960px) {
.slider .slick-arrow {
	display: none!important
}
}
.slider .slick-arrow:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1
}
@media only screen and (max-width:960px) {
.slider .slick-arrow:before {
	width: 70%
}
}
@media only screen and (max-width:640px) {
.slider .slick-arrow:before {
	width: 60%
}
}
.slider .slick-arrow:hover {
	opacity: .8
}
.slider .slick-arrow.slick-prev {
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	left: 2%;
	transform: rotate(-45deg)
}
@media only screen and (max-width:640px) {
.slider .slick-arrow.slick-prev {
	left: 0
}
}
.slider .slick-arrow.slick-next {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	right: 2%;
	transform: rotate(45deg)
}
@media only screen and (max-width:640px) {
.slider .slick-arrow.slick-next {
	right: 0
}
}
.slider .slick-dots {
	bottom: 20px;
	width: 90%;
	text-align: right;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 2
}
.slider .slick-dots li {
	width: 10px;
	height: 10px
}
.slider .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border: none;
	border-radius: 50%
}
.slider .slick-dots li button:before {
	content: none
}
.slider .slick-dots li.slick-active button {
	background: #1d50a2
}
.slider.slick-dotted {
	margin-bottom: 0
}
#page-title {
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-image: url(../images/pagebg-01.jpg);
	height: 300px;
	padding: 0 5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center
}
@media only screen and (max-width:640px) {
#page-title {
	height: 120px;
	padding-top: 30px
}
}
#page-title:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/hero-overlay.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
@media only screen and (max-width:640px) {
#page-title:before {
	height: 120px
}
}
#page-title h1 {
	color: #fff;
	font-size: 2.125em;
	font-weight: 700;
	font-style: italic;
	position: relative;
	z-index: 1
}
@media only screen and (max-width:640px) {
#page-title h1 {
	font-size: 1.2307692308em
}
}
.single {
	max-width: 1080px;
	width: 90%;
	margin: 3em auto;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start
}
@media only screen and (max-width:960px) {
.single {
	display: block;
	width: 100%;
	margin: 1em auto 0;
	overflow: auto
}
}
.single main {
	width: 72.5%;
	margin-right: 4%
}
@media only screen and (max-width:960px) {
.single main {
	width: 90%;
	margin: auto;
	float: none
}
}
aside {
	width: 23.5%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	right: 0;
	display: inline-block;
	padding-top: 25px
}
@media only screen and (max-width:960px) {
aside {
	position: static;
	width: 100%;
	float: none;
	padding-top: 0
}
}
aside .title {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px
}
@media only screen and (max-width:960px) {
aside .title {
	display: none
}
}
aside li {
	border-bottom: 1px dotted #1d50a2;
	font-size: .9375em
}
@media only screen and (max-width:960px) {
aside li {
	border-top: 1px solid #fff;
	border-bottom: 0
}
}
aside li:first-child {
	border-top: 1px dotted #1d50a2
}
@media only screen and (max-width:960px) {
aside li:first-child {
	border-top: 1px solid #fff
}
}
aside li a {
	display: block;
	padding: 1em;
	padding-right: 1.5em;
	text-decoration: none;
	position: relative
}
@media only screen and (max-width:960px) {
aside li a {
	background-color: #1d50a2;
	color: #fff;
	padding: 1em 5%
}
}
aside li a:after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #1d50a2
}
@media only screen and (max-width:960px) {
aside li a:after {
	right: 2.5%;
	border-color: transparent transparent transparent #fff
}
}
.wysiwyg h1 {
	background-color: #1d50a2;
	color: #fff;
	font-size: 1.8666666667em;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px;
	margin-bottom: 30px
}
@media only screen and (max-width:640px) {
.wysiwyg h1 {
	font-size: 1.3846153846em;
	margin-left: -5.5%;
	margin-right: -5.5%;
	padding: 15px 5%
}
}
.wysiwyg h2 {
	border-left: 5px solid #1d50a2;
	font-size: 1.4666666667em;
	font-weight: 700;
	line-height: 1.3636363636em;
	margin-bottom: 28px;
	padding-left: 12px
}
@media only screen and (max-width:640px) {
.wysiwyg h2 {
	font-size: 1.2307692308em
}
}
.wysiwyg h3 {
	font-size: 1.3333333333em;
	font-weight: 700;
	margin-bottom: 10px
}
.wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p {
	font-size: 1.0666666667em;
	margin-bottom: 2em
}
@media only screen and (max-width:960px) {
.wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p {
	font-size: 1em
}
}
.wysiwyg img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px
}
.wysiwyg .entry-header {
	margin-bottom: 30px
}
@media only screen and (max-width:640px) {
.wysiwyg .entry-header {
	width: 90%;
	margin: 30px auto
}
}
.wysiwyg .entry-header .meta {
	font-size: 1em;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 15px
}
.wysiwyg .entry-header h1 {
	font-size: 1.3125em;
	font-weight: 700;
	width: 100%;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	line-height: 1.4
}
.wysiwyg .back-button-wrapper {
	margin: auto 60px;
	padding-top: 60px;
	clear: both
}
.wysiwyg .alignleft {
	display: inline;
	float: left;
	padding-right: .5em
}
.wysiwyg .alignright {
	display: inline;
	float: right;
	padding-left: .5em
}
.wysiwyg .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.list-box {
	letter-spacing: -.4em;
	margin: 0 -.5em
}
.list-box>div {
	display: inline-block;
	letter-spacing: normal;
	width: 50%;
	vertical-align: top;
	padding: .5em
}
@media only screen and (max-width:640px) {
.list-box>div {
	width: 100%
}
}
.list-box>div img {
	width: 100%;
	height: auto;
	margin-bottom: 0
}
.anc a {
	text-decoration: none
}
.access .wysiwyg .alignright {
	width: 50%;
	float: right
}
@media only screen and (max-width:640px) {
.access .wysiwyg .alignright {
	width: 100%;
	float: none;
	padding-left: 0
}
}
@media only screen and (max-width:960px) {
.access .wysiwyg .container {
	margin-bottom: 2em
}
}
.access .wysiwyg .map-btn {
	background-color: #1d50a2;
	border-radius: 50px;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 250px;
	padding: .5em 1em;
	text-align: center;
	margin: auto;
	margin-bottom: 2em
}
@media only screen and (max-width:640px) {
.access .wysiwyg .map-btn {
	margin-bottom: 2em
}
}
.text-color {
	color: #000;
	font-weight: 700
}
.fixed {
	position: fixed;
	top: 30px;
	padding: 0;
	width: 255px;
	z-index: 1000
}
.fixed-div {
	position: absolute;
	right: 220px
}
