@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	width: 100%;
}
body {
	min-width: 1240px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height: 100%;
	margin: auto;
	box-sizing: border-box;
	background: #fffaec;
	font-feature-settings : "palt";
	line-height: 1.4;
	letter-spacing: 0.1em;
}
h2 {
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-weight: bold;
}
p {
	font-weight: bold;
}
.en {
	font-family: "Ropa Sans", sans-serif;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	opacity: 0.5;
}
section {
	text-align: center;
}
br.sp {
	display: none;
}
.br {
	display: inline-block;
}

@media screen and (max-width: 736px) {
	body {
		min-width: inherit;
	}
	p {
		font-size: 3vw;
		line-height: 1.8;
	}
	img {
		max-width: 100%;
	}
	br.sp {
		display: block;
	}
	br.pc {
		display: none;
	}
}

/*headder----------*/
headder {
	display: flex;
	justify-content: flex-start;
	margin: 30px 0 0 30px;
}
headder img {
	width: 130px;
	height: auto;
	padding-right: 15px;
	border-right: 1px #9fa0a0 solid;
}
headder p {
	font-size: 11px;
	padding-left: 15px;
}
headder p span {
	font-size: 8px;
	color: #1d9cd9;
}

@media screen and (max-width: 736px) {
	headder {
		margin: 15px 0 0 15px;
	}
	headder img {
		width: 80px;
		height: 100%;
		padding-right: 10px;
	}
	headder p {
		font-size: 2.5vw;
		padding-left: 10px;
		line-height: 1.2;
	}
	headder p span {
		font-size: 2.5vw;
	}
}


/*top----------*/
#top {
	position: relative;
}
#top .sp {
	display: none;
}
#top .title {
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
	margin: auto;
}
#top .title .cap {
	background: #249cd0;
	color: #fff;
	border-radius: 4px;
	font-size: 22px;
	width: 310px;
	padding: 10px;
	margin: 0 auto 30px;
}
#top .lead {
	font-size: 18px;
	line-height: 2.4;
	position: absolute;
	bottom: 9%;
	right: 0;
	left: 0;
	margin: auto;
}
#top .lead a {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #003f88;
	padding: 0 20px 3px 0;
	color: #003f88;
	position: relative;
}
#top .lead a span::before ,
#top .lead a span::after {
	content: '';
	display: block;
	position: absolute;
	color: #003f88;
	top: 0;
	bottom: 0;
	right: -180px;
	margin: auto;
	vertical-align: middle;
}
#top .lead a span::before {
	left: 4px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 8px solid #003f88;
}
#top .lead a span::after {
	left: 0;
	width: 18px;
	height: 2px;
	border-left: 12px solid #003f88;
}

@media screen and (max-width: 736px) {
	#top {
		margin: 15px 4vw;
	}
	#top .sp {
		display: block;
	}
	#top .pc {
		display: none;
	}
	#top .title {
		top: 13%;
	}
	#top .title p.cap {
		font-size: 10px;
		width: 40%;
		padding: 3px;
		margin: 0 auto 5vw;
	}
	#top .title img {
		width: 80%;
	}
	#top .lead {
		font-size: 12px;
		line-height: 2;
		padding: 0 10px;
		bottom: 6%;
	}
	#top .lead a {
		font-size: 12px;
		padding: 0 20px 3px 0;
		border-bottom: 2px solid #003f88;
	}
	#top .lead a span::before ,
	#top .lead a span::after {
		top: -2px;
		right: -110px;
	}
	#top .lead a span::before {
		width: 4px;
		height: 4px;
		border: 3px solid transparent;
		border-left: 7px solid #003f88;
	}
	#top .lead a span::after {
		width: 15px;
		border-left: 10px solid #003f88;
	}
}

/*select---------*/
#select {
	padding-top: 80px ;
}
#select h2 {
	background: #fff;
	font-size: 26px;
	letter-spacing: 0.2em;
	padding: 20px 0;
	line-height: 1.2;
}
#select h2 img {
	display: block;
	margin: auto;
	padding-bottom: 10px;
}
#select h2 span {
	font-size: 18px;
	letter-spacing: 0.08em;
}
#select ul.selectarea {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
	width: 1000px;
	margin: auto;
	padding: 60px 0;
}
#select ul.selectarea li {
	width: 230px;
	font-size: 18px;
	font-weight: bold;
	color: #249cd0;
	background: #fff;
	padding: 20px 30px;
	margin: 20px 0;
	border: 3px solid #000;
	border-radius: 5px;
	cursor: pointer;
}
#select ul.selectarea li.checked {
	color: #fff;
	background: #249cd0;
}

#select ul.selectarea li img {
	margin: auto;
	padding-bottom: 15px;
}
#select .work ul.selectarea li:nth-child(1) p,
#select .work ul.selectarea li:nth-child(3) p,
#select .work ul.selectarea li:nth-child(4) p,
#select .work ul.selectarea li:nth-child(5) p {
	padding-top: 10px;
}

#select .field ul.selectarea li {
	padding: 20px 30px 45px;
}
#select .field ul.selectarea li img {
	padding-bottom: 40px;
}

@media screen and (max-width: 736px) {
	#select {
		padding-top: 40px;
	}
	#select h2 {
		font-size: 18px;
		padding: 15px 4vw;
		line-height: 1;
	}
	#select h2 img {
		width: 20%;
		padding-bottom: 5px;
	}
	#select h2 span {
		font-size: 12px;
	}
	#select ul.selectarea {
		width: auto;
		margin: 0;
		padding: 30px 3vw;
	}
	#select ul.selectarea li {
		width: 35%;
		font-size: 14px;
		padding: 15px 10px;
		margin: 10px 0;
	}
	#select ul.selectarea li p {
		letter-spacing: initial;
	}
	#select ul.selectarea li p .br {
		display: initial;
	}
	#select ul.selectarea li img {
		margin: auto;
		padding-bottom: 5px;
	}
	#select .work ul.selectarea li:nth-child(1) p,
	#select .work ul.selectarea li:nth-child(3) p,
	#select .work ul.selectarea li:nth-child(4) p,
	#select .work ul.selectarea li:nth-child(5) p {
		padding-top: 0px;
	}
	#select .work ul.selectarea li:nth-child(3) p,
	#select .work ul.selectarea li:nth-child(4) p {
		padding-bottom: 20px;
	}

	#select .field ul.selectarea li {
		padding: 15px 0;
		width: 30%;
	}
	#select .field ul.selectarea li img {
		padding-bottom: 10px;
	}
}
/*search---------*/
#search {
	padding-top: 50px;
}
#search p {
	font-size: 20px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	padding: 15px 0 30px;
}
#search img.sp {
	display: none;
}
@media screen and (max-width: 736px) {
	#search {
		padding: 0 4vw 30px;
	}
	#search p {
		font-size: 14px;
		padding: 10px 0;
	}
	#search img.arrow {
		width: 10%;
	}
	#search img.sp {
		display: block;
	}
	#search img.pc {
		display: none;
	}
}
#search .btn {
	cursor: pointer;
}
#search .btn.disabled {
	opacity: 0.2;
	cursor: default;
}
/*company---------*/
#company {
	width: 1200px;
	margin: 60px auto;
}
#company ul li {
	width: 340px;
	background: #fff;
	margin: 20px 30px;
}
#company ul li dl dt {
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	background: #003f88;
	color: #fff;
	padding: 0 0 0 30px;
	text-align: left;
	display: flex;
	align-items: center;
}
#company ul li dl dd {
	font-size: 14px;
	font-weight: bold;
	height: 120px;
	padding: 30px 30px 15px;
	text-align: justify;
	line-height: 1.6;
}
#company ul li dl dd:last-child {
	font-size: 12px;
	padding: 15px 30px 20px;
	height: 80px;
	letter-spacing: 0.05em;
	color: #163a89;
}
@media screen and (max-width: 736px) {
	#company {
		width: auto;
		margin: 10px 2vw;
	}
	#company ul li {
		width: auto;
		margin: 10px 5vw;
	}
	#company ul li dl dt {
		font-size: 16px;
		height: auto;
		padding: 10px;
		display: block;
		text-align: center;
	}
	#company ul li dl dd {
		font-size: 12px;
		height: auto;
		padding: 15px 20px;
	}
	#company ul li dl dd:last-child {
		font-size: 12px;
		padding: 15px 20px 20px;
		height: auto;
	}
}
#company .priority {
	display:none;
}


/*footer---------*/
footer {
	width: 80%;
	margin: auto;
	position: relative;
	padding-bottom: 50px;
}

@media screen and (max-width: 736px) {
	footer {
		padding-bottom: 20px;
	}
}

/*pagetop---------*/
.pagetop {
	position: relative;
}
.pagetop a{
	position: absolute;
	right: 0;
	bottom: 90px;
	background: #b5b5b6;
	width: 55px;
	padding: 50px 5px 3px;
	color: #fffaec;
	opacity: 1;
	font-size: 10px;
}
.pagetop  a::before,
.pagetop  a::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 25px;
	margin: auto;
}
.pagetop a::before {
	width: 18px;
	height: 18px;
	border-top: 3px solid #fffaec;
	border-right: 3px solid #fffaec;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagetop a::after {
	width: 3px;
	height: 18px;
	background: #fffaec;
}
.pagetop a:hover {
	background: #163a89;
}

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



/*------------------
isotope/pick up
------------------
*/

#company ul li.pickUp::before {
	content: 'Pick up!';
	font-family: "Ropa Sans", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #f39800;
	transform: rotate(-15deg);
	position: absolute;
	left: -20px;
	top: -72px;
}
#company ul li.pickUp::after {
	content: '';
	display: inline;
	width: 360px;
	height: 380px;
	border: 4px solid #f39800;
	position: absolute;
	top: -13px;
	left: -14px;
}

@media screen and (max-width: 736px) {
#company ul li.pickUp::before {
	font-size: 25px;
	left: -10px;
	top: -48px;
}
#company ul li.pickUp::after {
	width: 100%;
	height: 100%;
	top: -10px;
	left: -10px;
	padding: 6px;
}
}
