@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/* ------------------------------
    reset
------------------------------ */

html,body {
	height: 100%;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
	body, h1, h2, h3, h4, h5, h6, p, address, time,
	ul, ol, li, dl, dt, dd,
	table, th, td, img, form {
		font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	}
}
input, button, textarea, select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
select::-ms-expand {
	display: none;
}
button:hover {
	cursor: pointer;
}
a {
	color: #323C46;
	text-decoration: none;
	transition: opacity 0.3s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	opacity: .6;
	cursor: pointer;
}
img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/* ------------------------------
    base
------------------------------ */

body {
	color: #323C46;
	min-width: 1060px;
	font-size: 1.0rem;
	text-align: left;
}
section {
	position: relative;
}
main {
	display: block;
}
.wrap {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li,input,button,textarea {
	font-size: 1.4rem;
	line-height: 1.8;
}
p.txt {
	font-size: 1.4rem;
	line-height: 1.8;
}
.fade {
	transition: opacity 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fade img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fade:hover {
	opacity: .6;
	cursor: pointer;
}
.h-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)translateZ(0);
}
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)translateZ(0);
}
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)translateZ(0);
}
.flex {
	display: flex;
	justify-content: space-between;
}
.flex.twocolumn {
	justify-content: center;
	gap:40px
}


.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.preload * {
	transition: none !important;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.infoBox {
	line-height: 1.5em;
	padding-left: 2.5em;
	background: url(/recruit/index/img/exclaem.png) no-repeat left center;
	background-size: 1.8em;
	margin: 0 auto 3em;
	font-size: 1.6rem;
}

@media screen and (max-width : 768px) {

	body {
		min-width: inherit;
	}
	.wrap {
		width: 90%;
		padding: 0;
	}
	p,th,td,dt,dd,li {
		font-size: 3.5vw;
	}
	input,textarea,select,.select {
		font-size: 16px!important;
	}
	p.txt {
		font-size: 3.5vw;
		line-height: 1.8;
	}
	.infoBox {line-height: 1.5em;
	padding-left: 0;
	background-position: top;
	padding-top: 2.3em;
	}

}

/* ------------------------------
    header
------------------------------ */

header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
header .wrap {
	width: 100%;
	min-width: 1200px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}
header .menu_wrap {
	display: flex;
	align-items: center;
	height: 70px;
	flex-grow: 1;
}
header .logo a {
	display: flex;
	align-items: center;
}

@media screen and (max-width : 768px) {

	header,
	header .wrap,
	header .menu_wrap {
		width: 100%;
		height: 60px;
	}
	header .wrap {
		padding: 0;
		display: block;
		position: relative;
		min-width: inherit;
	}
	header .menu_wrap {
		position: relative;
		background: #fff;
		z-index: 999;
		padding: 0 50px 0 10px;
		justify-content: space-between;
	}
	header .logo img {
		width: 120px;
	}
}

/* ------------------------------
    footer
------------------------------ */

footer {
	background: #0052A4;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	position: relative;
}
footer .pagetop {
	position: absolute;
	right: 30px;
	bottom: 100%;
	margin-bottom: 30px;
}
footer .pagetop a {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	width: 60px;
	height: 60px;
	border: 2px solid #0052A4;
	border-radius: 100%;
}
footer .pagetop a::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-20%)rotate(45deg);
	border-top: 3px solid #0052A4;
	border-left: 3px solid #0052A4;
	width: 15px;
	height: 15px;
}
footer .menu {
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
footer .menu > li,
footer .sub_menu > li {
	display: inline-block;
	font-size: 1.4rem;
	padding: 1em .5em;
	position: relative;
	margin-right: 20px;
}
footer .menu > li:last-child {
	margin-right: 0;
}
footer .menu > li a,
footer .sub_menu > li a {
	color: #fff;
}
footer .sub_menu {
	margin: 30px 0;
}
footer .sub_menu > li {
	font-size: 1.3rem;
	line-height: 1;
	padding: 0;
	margin-right: 0;
}
footer .sub_menu > li + li {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #fff;
}
footer .copy {
	font-size: 1.0rem;
}

@media screen and (max-width : 768px) {

	footer {
		padding: 10vw 0;
	}
	footer .pagetop {
		right: 5vw;
		margin-bottom: 5vw;
	}
	footer .pagetop a {
		width: 10vw;
		height: 10vw;
		border-width: 1px;
	}
	footer .pagetop a::before {
		border-width: 2px;
		width: 3vw;
		height: 3vw;
	}
	footer .menu {
		margin: 0 30% 3%;
		padding: 0 0 8%;
	}
	footer .menu > li {
		font-size: 3.5vw;
		line-height: 1.4;
		margin: 0;
		padding: .5em 0;
		width: 100%;
	}
	footer .sub_menu {
		margin: 8% 0 5%;
	}
	footer .sub_menu li {
		display: block;
		font-size: 3vw;
		margin: 5% 0;
	}
	footer .sub_menu > li + li {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	footer .copy {
		margin-top: 8%;
		font-size: 2.5vw;
	}

}


/* ------------------------------
    responsive
------------------------------ */

@media screen and (min-width : 769px) {

	.sp {
		display:none!important;
	}

}

@media screen and (max-width : 768px) {

	.pc {
		display:none!important;
	}

}


/* ------------------------------
    clearfix
------------------------------ */

.cf {
  zoom:1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
