@charset "UTF-8";
/*xxxxxxxxxxxxxxxresetCSSxxxxxxxxxxxxxxx*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: bottom;
	text-decoration: none;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*xxxxxxxxxxxxxxx/resetCSSxxxxxxxxxxxxxxx*/

/*xxxxxxxxxxxxxxx共通xxxxxxxxxxxxxxx*/

html{
	font-size: 20px;
}

body{
	color:#444;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
	vertical-align: text-bottom;
}

@media screen and (max-width: 769px) {
	html{
		font-size: 16px
	}
}

table td,
table th{
	vertical-align: top;
}

*{
	box-sizing: border-box;
	word-wrap: break-word;
}

a{color:#444;text-decoration: underline;}
a:hover{text-decoration: none;}

*.pc_block{display: block;}
*.sp_block{display: none;}
*.pc_inline{display: inline-block;}
*.sp_inline{display: none;}
/*xxxxxxxxxxxxxxx/共通xxxxxxxxxxxxxxx*/

/*xxxxxxxxxxxxxxxオリジナルxxxxxxxxxxxxxxx*/
.inner{
	margin: 0 auto;
	width: 1000px;
}

.link_right{
	text-align: right;
}

.btn_conv{
	background: url(../img/btn_cv.png) no-repeat;
	background-size: 100%;
	width: 668px;
	height: 158px;
	cursor: pointer;
	transition: 1s;
	display: inline-block;
	margin: 60px auto 0;
}

.btn_conv:hover{
	opacity: 0.6;
	transition: 0.5s;
}

form{
	text-align: center
}

.strong1{
	font-size: 2rem;
	vertical-align: baseline;
}

header,
section,
footer{
	width: 100%;
}

header{
	width: 100%;
	background: url(../img/bg_hr_001.png) repeat-x;
}

header h1{
	text-indent: -999999em;
	background: url(../img/01_logo.png) no-repeat;
	background-size: 100% ;
	width: 200px;
	height: 110px;
}

h2{
	text-align: center;
}

.sec1{background: url(../img/01_bg.png) repeat-x;padding-bottom: 120px;}
.sec2,.sec4,.sec6{background: #f5f5f1 url(../img/bg_hr_001.png) repeat-x;padding: 108px 2% 120px;}
.sec3,.sec5{background: url(../img/bg_hr_001.png) repeat-x;padding: 108px 2% 120px;}

.sec1 h1{
	margin-top: 32px;
	text-align: center;
}

.sec1 .mainvisal{
	margin-top: 74px;
	text-align: center;
}

.sec1 p{
	text-align: center;
}

.sec1 hr{
	width: 10%;
	border: solid 1px;
}

.sec2 .col2{
	overflow: hidden;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.sec2 .col2:nth-of-type(1){
	margin-top: 100px;
}

.sec2 .col2 .left{
	width: 640px;
}

.sec2 .col2 .left .detail{
	margin-top: 30px;
}

.sec2 .col2 .right{
}

.sec3 .col2{
	overflow: hidden;
	margin-top: 40px;
	border-radius: 3px;
	border: solid 1px #202012;
	padding: 50px;
	display: flex;
	justify-content: space-between;
}

.sec3 .col2:nth-of-type(1){
	margin-top: 110px;
}

.sec3 .col2 .left{
	width: 480px;
}

.sec3 .col2 .left .detail{
	margin-top: 36px;
}

.sec3 .col2 .right{
	position: relative;
}

.sec3 .col2 .right img{
	position: relative;
	transform: translate(0, -50%);
	top: 50%;
	left: 0
}

.sec3 .col2ofcol2{
	overflow: hidden;
	margin-top: 40px;
}

.sec3 .col2ofcol2 .left{
	float: left;
	border-radius: 3px;
	border: solid 1px #202012;
	width: 480px;
	padding: 50px;
	position: relative;
}

.sec3 .col2ofcol2 .right{
	float: right;
	border-radius: 3px;
	border: solid 1px #202012;
	width: 480px;
	padding: 50px;
	position: relative;
}

.sec3 .col2ofcol2 .bx-next{
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 104px;
	background: url(../img/03_btn_next.png) no-repeat;
	background-size: 100% auto;
	text-indent: -999999em;
	transform: translate(0, -50%);
}

.sec3 .col2ofcol2 .bx-prev{
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 104px;
	background: url(../img/03_btn_prev.png) no-repeat;
	background-size: 100% auto;
	text-indent: -999999em;
	transform: translate(0, -50%);
}

.sec3 .col2ofcol2 .bx-next:hover,
.sec3 .col2ofcol2 .bx-prev:hover{
	opacity: 0.6;
	transition: 0.5s;
}

.sec3 .col2ofcol2 li img{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.sec3 .col2ofcol2 .center{
	text-align: center;
}

.sec4 .col2{
	overflow: hidden;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.sec4 .col2:nth-of-type(1){
	margin-top: 100px;
}

.sec4 .col2 .left{
	width: 640px;
}

.sec4 .col2 .left h3 img{
	border-left: solid #131304 6px;
	padding-left: 25px;
}

.sec4 .col2 .left .detail{
	margin-top: 30px;
}

.sec4 .col2 .right{
}

.sec4 .nintei{
	margin-top: 80px;
}

.sec4 .nintei ul{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.sec4 .nintei ul li{
	width: 235px;

}

.sec4 .nintei ul li p{
	font-size: 0.9rem;
	text-align: center;
}

.sec5 .persona_area{
	margin-top: 80px;
}

.sec6 .qa_area{
	margin-top: 65px
}

.sec6 .qa_area .q{
	font-size: 1.6rem;
	text-indent: -50px;
	padding-left: 50px;
	margin-top: 35px;

}

.sec6 .qa_area .q::before{
	content: "";
	background: url(../img/06_icon01.png) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	vertical-align: sub;
	display: inline-block;
	margin-right: 20px;
}

.sec6 .qa_area .a{
	text-indent: -50px;
	padding-left: 50px;
	border-bottom: solid 2px #131304;
	padding-bottom: 35px;
}

.sec6 .qa_area .a::before{
	content: "";
	background: url(../img/06_icon02.png) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	vertical-align: sub;
	display: inline-block;
	margin-right: 20px;
}

.copyright{
	text-align: center;
	margin-top: 110px;
}
/*xxxxxxxxxxxxxxx/オリジナルxxxxxxxxxxxxxxx*/




@media screen and (max-width: 769px) {
	*.pc_block{display: none;}
	*.sp_block{display: block;}
	*.pc_inline{display: none;}
	*.sp_inline{display: inline-block;}



	.inner{
		width:100%;
		padding: 0 5%;
	}
	img{
		width: 100%;
	}

	.btn_conv{
		background-size: 100%;
		width: 80%;
		height: 0;
		padding-bottom: 24%;
		margin-top: 8%;
	}

	.sec2, .sec3, .sec4, .sec5, .sec6 {
	    padding: 18% 0;
	}

	header h1 {
		width: 30%;
	    height: 0;
	    padding-bottom: 18%;
	    margin: 0 auto;
	}

	.strong1 {
	    font-size: 1.4rem;
	    vertical-align: baseline;
	}

	.sec1{
		background: none;
		padding-bottom: 16%;
	}

	.sec1 h1{
		padding: 0 10%;
	}

	.sec1 .inner{
		line-height: 1.3;
	}

	.sec1 .mainvisal{
		margin-top: 5%;
	}

	.sec2 .col2{
		margin-top: 10%;
		display: block;
	}

	.sec2 .col2:nth-of-type(1){
		margin-top: 16%;
	}

	.sec2 .col2 .left {
	    width: 100%;
	}

	h2 img{
		max-width: 650px;
	}

	.sec2 h3 img{
		max-width: 630px;
	}

	.sec2 .col2 .right {
		margin-top: 5%;
	}

	.sec3 .col2{
		margin-top: 6%;
		padding: 6%;
		display: block;
	}

	.sec3 .col2:nth-of-type(1){
		margin-top: 10%;
	}

	.sec3 .col2 .left {
	    width: 100%;
	}

	.sec3 .col2 .right > img{
		transform: none;
		width: 80%;
		display: block;
		margin: 5% auto;

	}

	.sec3 .col2 h3 img{
		max-width: 556px;
	}

	.sec3 .col2ofcol2 {
	    margin-top: 0;
	}

	.sec3 .col2ofcol2 .left,
	.sec3 .col2ofcol2 .right{
		float: none;
		width: 100%;
		margin-top: 6%;
		padding: 6%;
	}

	.sec3 .col2ofcol2 li img {
	    width: 80%;
	    display: block;
	    margin: 5% auto;
	}

	.sec4 .col2{
		margin-top: 10%;
		display: block;
	}

	.sec4 .col2:nth-of-type(1){
		margin-top: 16%;
	}

	.sec4 .col2 .left{
		width: 100%;
	}

	.sec4 .col2 .right {
		margin-top: 4%;
	}

	.sec4 .col2 .left h3 img {
	    max-width: 500px;
	}

	.sec4 .nintei ul{
		flex-wrap: wrap
	}

	.sec4 .nintei ul li {
	    width: 48%;
	}

	.sec6 .qa_area .q {
		font-size: 1.2rem;
	}

	.copyright{
		padding: 0 20%;
	}
}