@charset "utf-8";

/* ------------------------------
    index
------------------------------ */

.ttl-udl {
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	color: #ff590a;
	padding-bottom: .8em;
	margin-bottom: 40px;
	position: relative;
}
.ttl-udl::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	height: 4px;
	width: 90px;
	background: #ff590a;
}
.ttl-udl.tal {
	text-align: left;
}
.ttl-udl.tal::before {
	left: 0;
	transform: translateX(0);
}
.ttl-udl.white {
	color: #fff;
}
.ttl-udl.white::before {
	background: #fff;
}

.catch {
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.6;
	margin: 1em 0;
}
.tate {
	color: #2f5197;
	font-family: serif;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2.1rem;
	line-height: 1.8;
	letter-spacing: .1em;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.more a {
	display: block;
	position: relative;
	width: 350px;
	height: 60px;
	line-height: 60px;
	background: #2a488c;
	color: #fff;
	font-size: 1.8rem;
	padding: 0 20px 0 50px;
	margin-top: 40px;
	box-shadow: 3px 3px 8px rgba(0,0,0,.3);
}
.more a::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%)rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

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

	.ttl-udl {
		font-size: 6vw;
		padding-bottom: .5em;
		margin-bottom: 8%;
	}
	.ttl-udl::before {
		height: 2px;
		width: 20vw;
	}
	.ttl-udl.tal {
		text-align: center;
	}
	.ttl-udl.tal::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.catch {
		font-size: 4.5vw;
		text-align: center;
	}
	.more a {
		width: 70vw;
		height: 14vw;
		line-height: 14vw;
		font-size: 4vw;
		padding: 0 20px 0 50px;
		margin: 8% auto 0;
	}
	.more a::before {
		left: 20px;
		width: 3vw;
		height: 3vw;
	}

}

section#growing{
	background-image: url('../../img/recruit/index/growing_bg.png');
}

/* mv */

#mv {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 120px;
	overflow: hidden;
}
#mv::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0 0 120px 100vw;
	border-color: transparent transparent transparent #ff590b;
	pointer-events: none;
}
#mv .img {
	width: 100%;
	display: block;
}
#mv h2 {
	position: absolute;
	bottom: calc(15% + 120px );
	left: 50%;
	transform: translateX(-50%);
}

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

	#mv {
		padding-bottom: 0;
		margin-bottom: 10%;
	}
	#mv::before {
		display: none;
	}
	#mv h2 {
		bottom: 15%;
	}

}


/* about */

#about {
	margin-bottom: 100px;
}
#about .wrap {
	padding-left: 465px;
}
#about .img {
	position: absolute;
	left: -60px;
	top: 50px;
	width: 440px;
	height: 600px;
}
#about .img img {
	position: absolute;
}
#about .img img:nth-child(1) {
	right: 0;
	top: 0;
}
#about .img img:nth-child(2) {
	left: 0;
	top: 160px;
}
#about .img img:nth-child(3) {
	right: 40px;
	bottom: 0;
}
#about .txt {
	font-size: 1.6rem;
	line-height: 2.0;
}
#about .txt + .txt {
	margin-top: .5em;
}

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

	#about {
		margin-bottom: 10%;
	}
	#about .wrap {
		padding-left: 0;
	}
	#about .img {
		position: static;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		height: auto;
		margin-bottom: 5%;
	}
	#about .img img {
		position: static;
		width: 30%;
		margin: 0 2%;
	}
	#about .txt {
		font-size: 3.5vw;
	}

}


/* growing */

#growing {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 44vw;
	padding-top: 7vw;
	margin-bottom: 100px;
}
#growing .ttl-udl {
	font-size: 3.9rem;
	line-height: 1.2;
	letter-spacing: .08em;
}
#growing .img {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 430px;
	height: 490px;
}
#growing .img img {
	position: absolute;
}
#growing .img img:nth-child(1) {
	left: 0;
	top: 0;
}
#growing .img img:nth-child(2) {
	right: 0;
	bottom: 0;
}
#growing .txt {
	font-size: 1.6rem;
	max-width: 400px;
}

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

	#growing {
		padding-top: 10%;
		margin-bottom: 10%;
	}
	#growing .ttl-udl {
		font-size: 6.5vw;
	}
	#growing .img {
		position: static;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		height: auto;
		margin-bottom: 5%;
	}
	#growing .img img {
		position: static;
		width: 40%;
		margin: 0 2%;
	}
	#growing .txt {
		font-size: 3.5vw;
	}

}


/* map */

#map {
	margin-bottom: 180px;
}
#map .bg {
	background: #f7f7f8;
	padding: 60px 0;
	margin: 100px 0;
}
#map .bg .wrap {
	text-align: right;
}
#map .img {
	position: absolute;
	left: 0;
	top: -110px;
}
#map dl {
	display: inline-block;
	text-align: left;
}
#map dl dt {
	line-height: 1.2;
	border-left: 5px solid #29488c;
	color: #29488c;
	font-weight: bold;
	padding-left: 1em;
	margin-bottom: .3em;
}
#map dl dd + dt {
	margin-top: 1.5em;
}
#map dl dd ul {
	max-width: 380px;
}
#map dl dd ul li {
	display: inline-block;
	margin-right: 1em;
}
#map dl dd ul li::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #29488c;
	margin-right: .2em;
}
#map dl dt.green {
	border-left-color: #2e744e;
	color: #2e744e;
}
#map dl dd.green ul li::before {
	background: #2e744e;
}
#map dl dt.orange {
	border-left-color: #e96801;
	color: #e96801;
}
#map dl dd.orange ul li::before {
	background: #e96801;
}
#map dl dt.emerald {
	border-left-color: #05809a;
	color: #05809a;
}
#map dl dd.emerald ul li::before {
	background: #05809a;
}
#map dl dt.red {
	border-left-color: #b13535;
	color: #b13535;
}
#map dl dd.red ul li::before {
	background: #b13535;
}

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

	#map {
		margin-bottom: 0;
	}
	#map .bg {
		padding: 8% 0;
		margin: 5% 0 0;
	}
	#map .img {
		position: absolute;
		left: -5vw;
		top: -5vw;
		width: 55vw;
	}
	#map dl {
		position: relative;
		z-index: 10;
		padding-left: 42vw;
	}

}


/* voice */

#voice {
	background: #ff590a;
	padding-bottom: 120px;
	margin-bottom: -120px;
}
#voice::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 0;
	bottom: 100%;
	border-style: solid;
	border-width: 130px 100vw 0 0;
	border-color: transparent #ff580a transparent transparent;
	pointer-events: none;
}
#voice .member {
	align-items: flex-start;
	padding-bottom: 40px;
}
#voice .member li {
	position: relative;
}
#voice .member li:nth-child(1) {
	margin-top: 100px;
}
#voice .member li:nth-child(2) {
	margin-top: 80px;
}
#voice .member li:nth-child(3) {
	margin-top: 60px;
}
#voice .member li:nth-child(4) {
	margin-top: 40px;
}
#voice .member li:nth-child(5) {
	margin-top: 20px;
}
#voice .member a {
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	opacity: 0;
}
#voice .member a:hover {
	opacity: 1;
}
#voice .member a > span {
	transition: transform .3s ease;
	transform: translateX(-50%);
}
#voice .member a:hover > span {
	transform: translateX(0);
}
#voice .member a .arrow {
	position: relative;
	padding-right: 1em;
}
#voice .member a .arrow::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)rotate(45deg);
	width: .5em;
	height: .5em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#voice .more {
	position: absolute;
	right: 0;
	bottom: 0;
}

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

	#voice {
		background: #ff590a;
		padding-bottom: 28vw;
		margin-bottom: -24vw;
		padding-top: 10%;
	}
	#voice::before {
		display: none;
	}
	#voice .member {
		padding-bottom: 0;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#voice .member li {
		width: 31%;
		margin-top: 3%!important;
		margin-left: 3%;
	}
	#voice .member li:nth-child(3n+1) {
		margin-left: 0;
	}
	#voice .more {
		position: static;
	}

}