@charset "UTF-8";

/*=============================================================
@Media
---------------------------------------------------------------

min-width: 560px
min-width: 900px
min-width: 1040px
min-width: 1200px
min-width: 1300px

===============================================================
=============================================================*/

/*リンクボタン*/

#about .nextarrow {
	background-color: #005198;
	position: relative;
	overflow: hidden;
}
#about .nextarrow_clear {
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#about .nextarrow:after,
#about .nextarrow_clear:after {
	position: absolute;
	top: 0;
	left: -100%;
	content: '';
	background-color: #A79364;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.3s;
}
#about .nextarrow a,
#about .nextarrow_clear a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.2rem;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
#about .nextarrow a:after,
#about .nextarrow_clear a:after {
	content: '';
	height: 1px;
	width: 20px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 10px;
}
#about .nextarrow a:before,
#about .nextarrow_clear a:before {
	content: '';
	height: 1px;
	width: 8px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg);
	transform-origin: right;
}

/*intro*/

#about .intro {
    width: 100%;
    height: 250px;
    background-image: url("../../../images/page/recruit/about/mainimg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 0px;
}
#about .intro .title_line {
	text-align: center;
	color: #FFFFFF;
}
#about .intro .title_line h1 {
	font-size: 30px;
	margin-bottom: 10px;
}
#about .intro .title_line p {
	letter-spacing: 0.4rem;
}

/*read*/

#about .read {
	max-width: 1040px;
	margin: 0 auto;
	width: 90%;
	font-size: 14px;
	line-height: 2;
	padding: 50px 20px;
}
#about .read p br {
	display: none;
}

/*outline*/

#about .outline {
	background-image: url("../../../images/page/recruit/about/outline_bk.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	padding: 80px 0;
	margin-bottom: 30px;
}
#about .outline .title_line {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 30px;
}
#about .outline .title_line h2 {
	font-size: 30px;
	font-weight: bold;
}
#about .outline .title_line p {
	font-size: 14px;
	letter-spacing: 0.4rem;
}
#about .outline .outline_elementwrap {
	width: 90%;
	margin: 0 auto 50px;
	max-width: 1400px;
}
#about .outline .outline_elementwrap section {
	background-color: #FFFFFF;
	padding: 50px 20px;
	position: relative;
	overflow: hidden;
}
#about .outline .outline_elementwrap section:not(:last-of-type) {
	margin-bottom: 30px;
}
#about .outline .read_box {
	margin-bottom: 50px;
}
#about .outline .read_box h3 {
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#about .outline .read_box h3 span {
	font-size: 18px;
}
#about .outline .read_box p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 30px;
}
#about .outline .read_box .nextarrow {
	width: 280px;
	height: 40px;
	margin: 0 auto;
}
#about .outline .img_box_wrap > div:not(:last-of-type) {
	margin-bottom: 30px;
}
#about .outline .img_box {
	position: relative;
}
#about .outline .img_box figure img {
	width: 100%;
}
#about .outline .img_box h4 {
	color: #FFFFFF;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	white-space: nowrap;
	letter-spacing: 0.4rem;
}
#about .outline .img_box .nextarrow_clear {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 30px;
}
#about .outline .decoration {
	font-size: 230px;
	color: hsla(208,100%,30%,0.05);
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	white-space: nowrap;
}
#about .outline .backto {
	width: 180px;
	height: 40px;
	margin: 0 auto;
}

@media screen and (min-width: 560px){
	
	#about .outline {
		margin-bottom: 80px;
	}
	#about .outline .img_box_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#about .outline .img_box_wrap .img_box {
		width: calc(50% - 10px);
		margin: 0 5px;
	}
	#about .outline .img_box_wrap > div:last-of-type {
		margin-bottom: 30px;
	}
	
}


@media screen and (min-width: 900px){
	
	#about .nextarrow_clear:hover {
		border: 1px solid hsla(42,28%,52%,1.00);
	}
	#about .nextarrow:hover:after,
	#about .nextarrow_clear:hover:after {
		left: 0%;
	}
	#about .intro {
		height: 400px;
		    background-position: center top;
	}
	#about .intro .title_line h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	#about .intro .title_line p {
		font-size: 20px;
	}


}

@media screen and (min-width: 1040px){

	#about .read {
		text-align: center;
		font-size: 16px;
		padding: 100px 0;
	}
	#about .read p br {
		display: block;
	}
	
}

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

	#about .outline .outline_elementwrap section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 50px 20px 30px;
		align-items: center;
	}
	#about .outline .outline_elementwrap .read_box {
		width: 55%;
		padding-right: 50px;
	}
	#about .outline .read_box h3 {
		text-align: left;
		margin-bottom: 40px;
		font-size: 30px;
	}
	#about .outline .read_box h3 br {
		display: none;
	}
	#about .outline .read_box h3 span {
		font-size: 20px;
	}
	#about .outline .read_box p {
		margin-bottom: 40px;
		letter-spacing: 0.1rem;
	}
	#about .outline .read_box .nextarrow {
		margin: 0;
	}
	#about .outline .img_box_wrap {
		width: 45%;
	}
	#about .outline .decoration {
		top: auto;
		bottom: 0;
	}
	
}

@media screen and (min-width: 1300px){

	#about .outline .outline_elementwrap section {
		padding: 60px 70px 30px;
	}
	
}



