/* CSS Document */

body {
	position: relative;
}

header {
	z-index: 1;
	position: absolute;
	height:135px;
}

#mainview {
	background-image: url(../images/mainview02.jpg);
	background-size: cover;
	background-position: center;
	height:135px;
	width: 100%;
	position: relative;
}

article {
	background: #000;
	color: #FFF;
}

article .title {
	padding-top: 80px;
	padding-bottom: 60px;
	background: #000;
	color: #FFF;
}

article .title h2 {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: 300;
	font-family: "a-otf-ryumin-pr6n",serif;
}

article .title h3 {
	display: block;
	font-size: 40px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: 100;
	line-height: 50px;
	font-family: "a-otf-ryumin-pr6n",serif;
}

article .title p {
	font-size: 13px;
}

section.sec01 {
	background: #E9DECA;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

section.sec01 .wrap {
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 50px;
	background-image: url(../recruit/images/image.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 600px;
}

section.sec01 .wrap .detail {
	text-align: left;
	color: #000;
	margin-right: 40px;
	width: 600px;
}

section.sec01 .wrap .detail h2 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.1em;
	padding-top: 20px;
	padding-left: 20px;
	font-family: "a-otf-ryumin-pr6n",serif;
}

section.sec01 .wrap .detail h2 span {
	font-weight: bold;
	word-break: keep-all;
	font-family: "a-otf-ryumin-pr6n",serif;
}

section.sec01 .wrap .detail p {
	margin-top: 70px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 22px;
	padding-left: 20px;
	font-family: "a-otf-ryumin-pr6n",serif;
}

section.sec01 .wrap .detail p.p2 {
	margin-top: 70px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 80px;
	padding-left: 20px;
	font-family: "a-otf-ryumin-pr6n",serif;
}

section.sec01 .wrap .detail p.p2 img {
	margin-top: 50px;
	width: 100%;
}

section.sec01 .wrap .detail .innerimg img {
	width: 100%;
	display: block;
}

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

	section.sec01 .wrap .detail h2 {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0.1em;
		padding-top: 0px;
	}
	section.sec01 .wrap {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding-top: 50px;
	}

	section.sec01 .wrap .detail {
		text-align: left;
		color: #000;
		margin-right: 40px;
		width: calc(100% - 620px);
	}
}

@media screen and ( max-width:1024px) {
	section.sec01 {
		padding-top: 40px;
	}
	section.sec01 .wrap {
		max-width: 100%;
		margin: 0 auto;
		padding-top: 160px;
		background-image: url(../recruit/images/title_icon.png);
		background-position: top center;
		background-size: 120px 130px;
	}

	section.sec01 .wrap .detail {
		text-align: left;
		color: #000;
		margin-right: 0;
		width: auto;
		padding: 0 0;
	}
}

@media screen and (max-width: 768px) {
	header,#mainview  {
		height: 100px;
	}
	section.sec01 {
	}
	section.sec01 .img img {
		width: 120px;
	}
	section.sec01 .wrap {
	}
	section.sec01 .wrap .detail h2 {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.1em;
		padding-top: 0px;
	}
	section.sec01 .wrap .detail p {
		margin-top: 40px;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 22px;
	}

	section.sec01 .wrap .detail p.p2 {
		margin-top: 50px;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 80px;
		padding-left: 20px;
	}
}

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

@media screen and (max-width: 480px) {
	header {
		height:70px;
	}
	#mainview {
		height:70px;
	}
	article .title {
		padding-top: 40px;
	}
	article .title p {
		font-size: 13px;
		text-align: left;
		padding: 0 10px;
	}
	#mainimage {
		margin-top: 40px;
		height: 200px;
	}
	section.sec01 {
	}
	section.sec01 .wrap {
	}
	section.sec01 .wrap .detail p {
		margin-top: 40px;
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 22px;
	}
}

