@charset "UTF-8";
/*---font------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
	font: inherit;
	vertical-align: baseline;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

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

q:after,
q:before {
	content: '';
}

a,
input {
	outline: none;
}

input,
textarea {
	border-radius: 0;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
}

abbr,
acronym {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.4rem;
	line-height: 1.78;
	letter-spacing: 0.08em;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-weight: 500;
	background-size: 103.3%;
}

a {
	color: #383940;
	text-decoration: none;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

a:hover {
	opacity: 0.7;
	color: #383940;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

/* inner  */

.scInr {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

.scInrS {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.scInrSS {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.scInrW {
	margin: 0 auto;
	max-width: 1500px;
	width: 100%;
}



/* font selected  */
.en {
	font-family: 'Josefin Sans', sans-serif !important;
}

.jp {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.color_w {
	color: #fff;
}

.color_b {
	color: #a16725 !important;
}

.color_b {
	color: #1e2a53 !important;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.sp_only {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.pc_only_menuNav {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.sp_only_menuNav {
		display: none;
	}

}


/* Btn
---------------------------------------------------------------------------------------*/

.Btn {
	width: 20%;
	line-height: 1;
	cursor: pointer;
	margin: 30px auto 0;
}

.Btn a {
	display: block;
	text-align: center;
	color: #0c1941;
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 22px;
	position: relative;
	padding: 22px 20px 20px 0;
	border: 1px solid #0c1941;
	font-size: 16px;
}


.Btn a span {
	position: relative;
}

.Btn a span::after {
	content: '';
	background: url(/recruit/lib/cmn_img/btn_arrow.png) no-repeat;
	width: 100%;
	height: 100%;
	right: -130px;
	top: 5px;
	position: absolute;
}

.Btn a:hover {
	background: #0c1941;
	color: #fff;
	opacity: 1;
}

.Btn a span:hover::after {
	content: '';
	background: url(/recruit/lib/cmn_img/btn_arrow_white.png) no-repeat;
	width: 100%;
	height: 100%;
	right: -137px;
	top: 5px;
	position: absolute;
	-webkit-transition: .1s;
	transition: .1s;
}

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


	.Btn {
		width: 23%;
	}

	.Btn a {
		display: block;
		text-align: center;
		color: #0c1941;
		font-weight: bold;
		letter-spacing: 0.15em;
		font-size: 22px;
		position: relative;
		padding: 17px 30px 12px 0;
		background: #fff;
		border: 1px solid #0c1941;
		font-size: 14px;
	}

}

@media screen and (max-width: 800px) {
	.Btn {
		width: 50%;
	}
}




/* animate
---------------------------------------------------------------------------------------*/
.effect_bg,
.fade_in,
.fade_logo,
.fade_up {
	opacity: 0;
}

.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated-slow {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated-block-one {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeLogo {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeLogo {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeLogo {
	-webkit-animation-name: fadeLogo;
	animation-name: fadeLogo;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}

	15% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}

	15% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fade01 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fade01 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fade01 {
	-webkit-animation-name: fade01;
	animation-name: fade01;
}

/* layout
---------------------------------------------------------------------------------------*/
main {
	display: block;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
	-webkit-background-size: 200px;
	background-position: center;
}

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		font-size: 1.4rem;
		background-color: #fff;
		background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
		-webkit-background-size: 160px;
		background-position: center;
	}
}

.container {
	max-width: 1170px;
	width: 100%;
	margin: auto;
	padding: 0 20px 100px;
}

@media screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
}

.container_min {
	max-width: 980px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.container_min {
		width: 100%;
	}
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.clr {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}

.clr {
	display: block;
}



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

/* PC */

header.pc_only {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	background: #fff;
	transition: .3s;
	height: 64px;
}

header.pc_only.is-animation {
	height: 55px;
}


header.pc_only h1 {
	color: #fff;
	transition: .3s;
	display: inline-block;
}

.hdLogo {
	transition: .3s;
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding-left: 10%;
}

header.pc_only h1 img {
	width: 100%;
}

#maincontants {
	padding-top: 64px;
}

nav#gNav {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	text-align: right;
	margin-top: 11px;
}

nav#gNav ul {
	width: 100%;
	overflow: hidden;
	padding: 5px;
}

#gNav li {
	text-align: right;
	position: relative;
	margin: 0;
	display: inline-block;
	margin-left: 5%;
}

#gNav ul li a {
	text-transform: uppercase;
	text-align: center;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000;
	display: block;
	padding: 5px 0;
	font-weight: 600;
}

#gNav ul li p:hover {
	color: #1e2a53;
}

#gNav ul li a p span {
	font-size: 10px;
	display: block;
	color: #bbb;
}

#gNav li.line {
	border-right: 1px solid #bbb;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-left: 3%;
}

#gNav li.mail {
	margin-left: 3%;
}

#gNav li {
	text-align: right;
	position: relative;
	margin: 0;
	display: inline-block;
	margin-left: 3%;
}

nav#gNav ul li.mail p {
	display: inline-block;
}

nav#gNav ul li.mail p span {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-left: 11px;
	color: #1e2a53;
}

#gNav li.telephone {
	margin-left: 2%;
}


eader.pc_only h1 {
	color: #fff;
	transition: .3s;
	display: inline-block;
}

gNav ul li a:hover::after,
#gNav ul li a:focus::after {
	opacity: 1;
}


nav#gNav p.contactTxt {
	font-size: 12px;
	line-height: 0;
	text-align: left;
}

nav#gNav p.tel {
	font-size: 19px;
	font-weight: bold;
	font-family: 'Noto Sans JP';
	line-height: 1.5;
	padding: 2px 15px;
	background: #eee;
	margin-top: 5px;
	color: #1e2a53;
}

.entry {
	display: inline-block;
	padding: 16px;
	width: 150px;
	text-align: center;
	position: absolute;
	right: 0;
	background: linear-gradient(#4ea4dc, #7fcfee);
}

.entry p {
	color: #fff;
	font-size: 18px;
	letter-spacing: 4px;
	font-weight: bold;
}

.entry:hover {
	background: #0c1941;
	-webkit-transition: .3s;
	transition: .3s;
}



.hdInr {
	width: 100%;
	overflow: hidden;
	height: 64px;
	background: #fff;
	padding-right: 150px;
}

.is-animation h1 {
	color: #000;
}

.is-animation .hdLogo {
	background: #1e2a53;
	transition: .3s;
	width: 112px;
	padding: 8px 27px;
	display: inline-block;
}

.is-animation #gNav ul li a p span {
	display: none;
}

.is-animation .hdInr {
	line-height: 0;
}

.is-animation nav#gNav p.contactTxt {
	display: none;
}

.is-animation nav#gNav p.tel {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}

.is-animation #gNav li.line {
	margin-bottom: 5px;
	height: 10px;
}

.is-animation nav#gNav ul li.mail p i {
	font-size: 17px !important;
}

.is-animation #gNav li.mail {
	padding-top: 8px;
}

.is-animation #gNav ul li.mail p span {
	display: inline-block;
	font-size: 13px;
	margin-top: 4px;
}

.is-animation nav#gNav ul {
	padding: 0px;
}



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

	nav#gNav {
		width: 76%;
	}

	#gNav li {
		margin-left: 2%;
		font-size: 14px;
	}

}

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

	nav#gNav {
		width: 78%;
	}

	#gNav li {
		margin-left: 2%;
		font-size: 13px;
	}

}

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

	.mv .pc_only .mv_title {
		width: 85vh !important;
	}

}

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

	.hdLogo {
		width: 180px;
	}

	nav#gNav {
		width: 75%;
	}

	#gNav li {
		margin-left: 1%;
		font-size: 13px;
		letter-spacing: 0.001em;
	}

}




/*sp*/


header.header {
	height: 61px;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 104;
	font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
	z-index: 9999999;
	top: 0;
	left: 0;
}

header.header .nav_btn {
	position: fixed;
	top: 0;
	right: 65px;
	background-color: #fffc61;
	z-index: 99;
	text-align: center;
	line-height: 0;
	z-index: 999999999999;
}

header.header a .nav_btn {
	line-height: 1;
	font-size: 24px;
	color: #051330;
	padding: 19px 40px 18px;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: 0.15em;
}

.sp_header {
	display: block;
}

.sp_header a {
	width: 50%;
	display: inline-block;
	padding: 15px 20px;
}

.g_nav {
	height: 100%;
	position: relative;
	z-index: 999;
}

.g_nav > ul {
	text-align: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.g_nav ul li img {
	width: 40%;
	display: block;
}

.g_nav > ul > li:nth-child(1) img {
	width: 55%;
	display: inline-block;
}

.g_nav > ul > li:nth-child(8) img {
	width: 50%;
	display: inline-block;
	margin-bottom: 10px;
}

.g_nav > ul > li:nth-child(9) img {
	width: 50%;
	display: inline-block;
	margin-bottom: 10px;
}

.g_nav > ul {
	padding: 70px 0;
}

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

	.drawer-nav {
		margin-top: 60px !important;
	}

	.drawer--right.drawer-open .drawer-hamburger {
		right: 1rem !important;
	}

	#maincontants {
		padding-top: 61px !important;
	}

}


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

	.g_nav > ul {
		padding: 100px 0;
	}

	.g_nav > ul > li:nth-child(1) img {
		width: 70%;
		display: block;
	}

	.g_nav > ul > li.entry02 img {
		width: 70%;
		display: inline-block;
		margin-bottom: 10px;
	}

	.g_nav > ul > li.entry03 img {
		width: 70%;
		display: inline-block;
		margin-bottom: 10px;
	}

	/*
  .bx-wrapper li {
    margin-top: 61px !important;
    padding-bottom: 61px !important;
  }
*/


	.drawer-nav {
		margin-top: 61px !important;
		/*    width: 100% !important;*/
	}

	/*
  .drawer--right .drawer-nav {
    width: 100% !important;
  }
*/

	.drawer--right.drawer-open .drawer-hamburger {
		right: 5px !important;
	}

}

.g_nav > ul > li {
	font-size: 16px;
	padding: 20px 30px 20px 30px;
	margin: 7px 0;
	border-bottom: 1px solid #eee;
}

.g_nav > ul > li {
	width: 100%;
	font-size: 1.4rem;
	margin: 0;
	letter-spacing: 0.1em;
}

a.entry_btn {
	background: linear-gradient(#4ea4dc, #7fcfee);
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	color: #fff !important;
	width: 100%;
	padding: 20px 30px 20px 30px;
	margin-top: 10px;
}

.noLine {
	border-bottom: none !important;
}


/*
.g_nav > ul > li:nth-child(1) {
  border-bottom: 1px dotted;
  margin: 0;
}

.g_nav > ul > li:nth-child(2) {
  margin-top: 14px;
}*/

.g_nav > ul > li.entry02 {
	overflow: hidden;
	font-size: 18px;
	display: inline-block;
	width: 100%;
}

.g_nav > ul > li.entry03 {
	overflow: hidden;
	font-size: 18px;
	display: inline-block;
	width: 100%;
}


.drawer-hamburger {
	top: 0.5% !important;
}


/*@media screen and (max-width: 767px) {
  .g_nav > ul > li {
    font-size: 1.4rem;
    padding: 0;
    margin: 7px 0;
  }
}*/

/*.g_nav > ul > li:after {
  margin: 15px 0;
  content: " ";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #383940;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}*/

/*@media screen and (max-width: 767px) {
  .g_nav > ul > li:after {
    margin: 10px 0 5px;
  }
}*/

/*.g_nav > ul > li:hover:after {
  margin: 15px 0;
  content: " ";
  display: inline-block;
  width: 55px;
  height: 2px;
  background: #383940;
}

@media screen and (max-width: 767px) {
  .g_nav > ul > li:hover:after {
    margin: 10px 0 5px;
  }
}*/

g_nav > ul a {
	color: #1e2a53 !important;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.g_nav > ul a {
		line-height: 1.4;
	}
}

g_nav > ul a:hover {
	color: #a46d30 !important;
}

.g_nav > ul a span {
	opacity: 0.8;
	font-size: 10px;
	display: inline;
}

@media screen and (max-width: 767px) {
	.g_nav > ul a span {
		margin-left: 12px;
		font-size: 10px;
	}
}


@media screen and (max-width: 999px) {
	/*
  .mv .pc_only {
    padding-top: 0px;
    position: relative;
  }
*/

	.sp_header a {
		width: 27vw;
	}

	.mv .pc_only .mv_title {
		width: 40vh;
	}
}

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

	.sp_header a {
		width: 52vw;
	}

}

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

	.sp_header a {
		width: 56vw !important;
	}

}





/*---------------------------------------------------
mainV
---------------------------------------------------*/
/*
.main_V {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main_V.mvbg {
  background: url(../cmn_img/img_main01.jpg) center no-repeat;
  background-size: cover;
}*/

/*
@media screen and (max-width: 1400px) {

  .mv .slideWidth .slider01 li {
    height: 60vh !important;
  }

}*/


.mv .pc_only {
	position: relative;
}

.mv .pc_only .mv_title {
	position: absolute;
	z-index: 99;
	width: 75vh;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

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

	.mv .pc_only .mv_title {
		width: 60vh;
	}
}

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

	.slideWidth.sp_only {
		position: relative;
	}

	.mv_title.qswow.animated.fadeIn {
		position: absolute;
		z-index: 99;
		width: 45vh;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

}

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

	.slideWidth.sp_only {
		position: relative;
	}

	.mv_title.qswow.animated.fadeIn {
		position: absolute;
		z-index: 99;
		width: 65vh;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

}

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

	.mv_title.qswow.animated.fadeIn {
		width: 50vh;
	}

}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	width: 100%;
}


/*topcontrol*/
#topcontrol {
	z-index: 900;
}

#topcontrol a {
	background: url(../cmn_img/scrollup.png) center center no-repeat #000;
	background: url(../cmn_img/scrollup.png) center center no-repeat #000;
	/* IE8 */
	background: url(../cmn_img/scrollup.png) center center no-repeat #000;
	/* IE7 */
	background: url(../cmn_img/scrollup.png) center center no-repeat #000;
	/* IE6 */
	display: block;
	height: 60px;
	width: 60px;
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#topcontrol a:hover {
	filter: alpha(opacity=10) !important;
	opacity: 1 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


/*footerBtn*/


#footerBtn {
	padding: 50px;
	background: #fff;
}

#footerBtn .recruitBtn {
	width: 49%;
	margin-right: 2%;
	display: inline-block;
	float: left;
	line-height: 1;
	cursor: pointer;
}

#footerBtn .recruitBtn a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 22px;
	position: relative;
	border-radius: 10px;
	padding: 40px 0px;
	background: linear-gradient(#4ea4dc, #7fcfee);
}

#footerBtn .mainaviBtn a {
	display: block;
	width: 100%;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 22px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	line-height: 4.6em;
	background: #fff;
	border: 1px solid #00abeb;
	border-radius: 10px;
}

.mainaviBtn a img {
	margin-top: 22px;
}

#footerBtn .recruitBtn a:hover {
	background: #0c1941;
	color: #fff;
	opacity: 1;
}

#footerBtn .mainaviBtn span {
	width: 80%;
	display: inline-block;
}

#footerBtn .mainaviBtn span img {
	width: 100%;
}





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

	#footerBtn .recruitBtn {
		width: 100% !important;
		margin-right: 0;
		display: inline-block;
		float: none;
		margin-bottom: 20px;
		cursor: pointer;
	}

	#footerBtn .mainaviBtn {
		width: 100% !important;
		display: block;
		border-radius: 10px;
		float: none;
		cursor: pointer;
	}


	#footerBtn .mainaviBtn.other {
		margin-bottom: 20px;
	}

	#footerBtn .mainaviBtn span {
		width: 36%;
		display: inline-block;
	}



}



/* footer
---------------------------------------------------------------------------------------*/
.footer {
	text-align: center;
	background-color: #1e2a53;
	padding: 50px;
}

.footer h3.logo {
	width: 200px;
	margin-bottom: 10px;
}

.footer h3.logo img {
	width: 100%;
}

.footer .company.left {
	float: left;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.company.left li:nth-child(1) {
	font-size: 14px;
}



.footer .retop {
	text-align: center;
}

.footer .retop img {
	width: 60px;
}

.footer .footer_logo p {
	font-size: 1rem;
}

.footer .menu {
	font-weight: bold;
	color: #fff;
	text-align: right;
	float: right;
	margin-top: 75px;
	font-size: 14px;
}

.footer .menu a {
	color: #fff;
}

.footer .address {
	margin-bottom: 35px;
}

.footer .address p {
	margin-bottom: 1em;
}

.copyright {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
	color: #fff !important;
	font-family: Verdana, “Droid Sans”;
}

.copyright p {
	color: #fff !important;
}


@media screen and (max-width: 720px) {
	/*footer*/

	#section05 {
		padding: 30px 30px;
	}

	#section05 .recruitBtn,
	#section05 .mainaviBtn {
		width: 100%;
	}

	#section05 .recruitBtn a {
		padding: 26px 0;
		margin-bottom: 15px;
	}

	#section05 .mainaviBtn a {
		padding: 16px 0;
	}

	.footer .company.left {
		float: none;
		text-align: center;
		font-size: 10px;
	}

	.footer h3.logo {
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.footer .menu {
		text-align: center;
		float: none;
		margin-top: 20px;
		font-size: 10px;
	}

	.copyright {
		text-align: center;
	}

}



/*footerBtn*/


#footerBtn {
	padding: 50px;
}

#footerBtn .recruitBtn {
	width: 49%;
	margin-right: 2%;
	display: inline-block;
	float: left;
	line-height: 1;
	cursor: pointer;
}

#footerBtn .recruitBtn a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 22px;
	position: relative;
	border-radius: 10px;
	padding: 46px 0;
	background: linear-gradient(#4ea4dc, #7fcfee);
}

#footerBtn .mainaviBtn {
	width: 31%;
	display: block;
	border-radius: 10px;
	float: left;
	cursor: pointer;
	margin: 0 10px;
}

#footerBtn .mainaviBtn.other a {
	background: linear-gradient(#4ea4dc, #7fcfee);
	color: #fff;
}

#footerBtn .mainaviBtn.other a:hover {
	background: #0c1941;
	border: 1px solid #0c1941;
	opacity: 1;
}

/*
#footerBtn .mainaviBtn a {
  width: 100%;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 22px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 26px 0;
  background: #fff;
  border: 1px solid #00abeb;
  border-radius: 10px;
  display: block;
}
*/



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

	#footerBtn .mainaviBtn.other {
		margin: 0 0 20px 0;
	}

	#footerBtn .mainaviBtn {
		margin: 0;
	}


	#footerBtn .mainaviBtn span {
		width: 60%;
		display: block;
		margin: 0 auto;
	}

	.copyright {
		text-align: center !important;
	}

}

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

	#footerBtn .mainaviBtn span {
		width: 82%;
		display: block;
		margin: 0 auto;
	}

}




/* footer
---------------------------------------------------------------------------------------*/
.footer {
	text-align: center;
	background-color: #1e2a53;
	padding: 50px;
}

.footer h3.logo {
	width: 200px;
	margin-bottom: 10px;
}

.footer h3.logo img {
	width: 100%;
}

.footer .company.left {
	float: left;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.company.left li:nth-child(1) {
	font-size: 14px;
}



.footer .retop {
	text-align: center;
}

.footer .retop img {
	width: 60px;
}

.footer .footer_logo p {
	font-size: 1rem;
}

.footer .menu {
	font-weight: bold;
	color: #fff;
	text-align: right;
	float: right;
	margin-top: 75px;
	font-size: 14px;
}

.footer .menu a {
	color: #fff;
}

.footer .address {
	margin-bottom: 35px;
}

.footer .address p {
	margin-bottom: 1em;
}

.copyright {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
	color: #fff;
}


@media screen and (max-width: 720px) {
	/*footer*/

	#section05 {
		padding: 30px 30px;
	}

	#section05 .recruitBtn,
	#section05 .mainaviBtn {
		width: 100%;
	}

	#section05 .recruitBtn a {
		padding: 26px 0;
		margin-bottom: 15px;
	}

	#section05 .mainaviBtn a {
		padding: 16px 0;
	}

	.footer .company.left {
		float: none;
		text-align: center;
		font-size: 10px;
	}

	.footer h3.logo {
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.footer .menu {
		text-align: center;
		float: none;
		margin-top: 20px;
		font-size: 10px;
	}
}
