@charset "UTF-8";
/*トップスライド*/

main {
	margin: 96px 0 0;
}

#top_slide #title {
	position: relative;
	width: 70%;
	max-width: 500px;
	padding: 40px 0 40px 10%;
}

.main-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.main-slide li {
	width: 25%;
}

.top h2 {
	font-size: 56px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 48px;
}
.top h2 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #F08200;
}

/* TOP About us */
.top-about {
	box-sizing: border-box;
	padding: 100px 0 150px;
	position: relative;
}
.top-about:before {
	width: calc(100% - 96px);
	height: 70%;
	background: #F5F2E7;
	border-top: solid 8px #162F3A;
	top: 0;
	left: 0;
}
.top-about:after {
	width: 65%;
	max-width: 1100px;
	height: 460px;
	background: #F5A73C;
	border-bottom: solid 8px #00B29B;
	right: 96px;
	top: 8px;
	position: absolute;
}
.top-about > div {
	position: relative;
	z-index: 2;
}
.top-about > div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 92%;
	margin: 0 auto;
}
.top-about > div > ul li {
	position: relative;
	margin-bottom: 80px;
	background: #FFF;
	box-sizing: border-box;
	border: solid 1px #162F3A;
}
.top-about > div > ul li:nth-child(-n + 2) {
	width: calc(50% - 20px);
	padding: 0 0 30px 0;
}
.top-about > div > ul li:nth-child(-n + 2) p {
	font-size: min(1.8vw,20px);
	font-weight: 500;
	text-align: center;
	padding: 10px 0 0;
}
.top-about > div > ul li:nth-child(3) {
	width: 60%;
	min-width: 700px;
	padding: 0 0 40px 0;
}
.top-about > div > ul li:nth-child(3) p {
	font-size: min(2.2vw,20px);
	font-weight: 500;
	position: absolute;
	left: 65%;
	top: 50%;
	transform: translateY(-50%);
}
.top-about > div > ul li:nth-child(1) {
	margin-right: 40px;
}
.top-about > div > ul li .bg {
	width: 80%;
	max-width: 400px;
	position: relative;
	top: -20px;
	left: -1px;
	border: solid 1px #162F3A;
}


/* TOP Work＆Person */
.top-work {
	box-sizing: border-box;
	padding: 0 0 100px;
	position: relative;
}
.top-work:before {
	width: 25%;
	height: 70%;
	background: #34D1BD;
	top: -350px;
	right: 96px;
	z-index: -1;
}
.sliderInterview {
	overflow: hidden;
}
.sliderInterview .swiper-wrapper {
	margin-bottom: 50px;
}
.sliderInterview .swiper-slide {
	position: relative;
}
.sliderInterview .bnr-txt {
	position: absolute;
	width: 94%;
	left: 3%;
	bottom: 2%;
	box-sizing: border-box;
	padding: 30px 10px;
	background: #F5A73C;
	border: solid 1px #162F3A;
}
.sliderInterview .bnr-txt:after {
	border: none;
	background-color: rgba(245,167,60,0.00);
}
.sliderInterview .bnr-txt .ttl {
	position: absolute;
	background: #162F3A;
	line-height: 1.8em;
	padding: 0 10px;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	color: #FFF;
	left: 50%;
	top: -.9em;
	transform: translateX(-50%);
	letter-spacing: .1em;
}
.sliderInterview .bnr-txt .name {
	text-align: center;
	color: #FFF;
	font-size: 32px;
	line-height: 1em;
	font-weight: 500;
}
.sliderInterview .bnr-txt .name ~ p {
	text-align: center;
	line-height: 1.6em;
	padding: 10px 0 0;
	font-size: min(1.6vw,16px);
}


/* TOP workstyle */
.top-workstyle {
	box-sizing: border-box;
	padding: 0 0 100px;
	position: relative;
}
.top-workstyle:before {
	width: 30%;
	height: calc(100% + 300px);
	background: #F5F2E7;
	top: -300px;
	left: 0;
	z-index: -1;
}
.top-workstyle > div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
}
.top-workstyle > div > ul li {
	width: 31.33%;
	position: relative;
}
.top-workstyle > div > ul li .bg {
	border: solid 1px #162F3A;
}
.top-workstyle > div > ul li p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0 0;
}
/* TOP recruit */
.top-recruit {
	box-sizing: border-box;
	padding: 100px 0 150px;
	position: relative;
	background: #F5F2E7;
}
.top-recruit > div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto;
}

.top-recruit > div > ul li {
	width: 31.33%;
	height: 46px;
	position: relative;
	background: #F5F2E7;
	border: solid 1px #162F3A;
	transition: all .3s;
}
.top-recruit > div > ul li:hover {
	background: #FFF;
}
.top-recruit > div > ul li p {
	width: calc(100% - 48px);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 48px;
}

@media screen and (max-width: 767px) {
	main {
		margin: 30px 0 0;
	}
	.main-slide li {
		width: 50%;
	}

	.top h2 {
		font-size: 36px;
		margin-bottom: 28px;
	}
	.top h2 span {
		font-size: 14px;
	}

	/* TOP About us */
	.top-about {
		padding: 60px 0 100px;
	}
	.top-about:before {
		width: calc(100%);
		height: 70%;
		background: #F5F2E7;
		border-top: solid 4px #162F3A;
		top: 0;
		left: 0;
	}
	.top-about:after {
		width: 25%;
		max-width: 1100px;
		height: 60%;
		background: #F5A73C;
		border-bottom: solid 4px #00B29B;
		right: 0;
		top: 4px;
		position: absolute;
	}
	.top-about > div {
		position: relative;
		z-index: 2;
	}
	.top-about > div > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
	}
	.top-about > div > ul li {
		position: relative;
		margin-bottom: 40px;
		background: #FFF;
		box-sizing: border-box;
		border: solid 1px #162F3A;
	}
	.top-about > div > ul li {
		width: 100%!important;
		padding: 0 0 30px 0;
		margin-right: 0!important;
	}
	.top-about > div > ul li p {
		font-size: min(4vw,18px)!important;
		font-weight: 500;
		text-align: center;
		padding: 10px 0 0;
	}
	.top-about > div > ul li:nth-child(3) {
		width: 100%!important;
		min-width: auto!important;
		padding: 0 0 30px 0;
	}
	.top-about > div > ul li:nth-child(3) p {
		font-size: min(2vw,18px);
		font-weight: 500;
		position: relative;
		text-align: center;
		padding: 10px 0 0;
		left:0;
		top: 0;
		transform: translateY(0);
	}
	.top-about > div > ul li .bg {
		width: 90%;
		max-width: 400px;
		position: relative;
		top: -20px;
		left: -1px;
		border: solid 1px #162F3A;
	}


	/* TOP Work＆Person */
	.top-work {
		box-sizing: border-box;
		padding: 0 0 100px;
		position: relative;
	}
	.top-work:before {
		width: 25%;
		height: 70%;
		background: #34D1BD;
		top: -350px;
		right: 0;
		z-index: -1;
	}
	.sliderInterview .swiper-wrapper {
		margin-bottom: 50px;
	}
	.sliderInterview .swiper-slide {
		position: relative;
	}
	.sliderInterview .bnr-txt {
		position: absolute;
		width: 94%;
		left: 3%;
		bottom: 2%;
		box-sizing: border-box;
		padding: 30px;
		background: #F5A73C;
		border: solid 1px #162F3A;
	}
	.sliderInterview .bnr-txt:after {
		border: none;
		background-color: rgba(245,167,60,0.00);
	}
	.sliderInterview .bnr-txt .ttl {
		position: absolute;
		background: #162F3A;
		line-height: 1.8em;
		padding: 0 10px;
		display: inline-block;
		font-size: 10px;
		font-weight: 600;
		color: #FFF;
		left: 50%;
		top: -.9em;
		transform: translateX(-50%);
		letter-spacing: .1em;
	}
	.sliderInterview .bnr-txt .name {
		text-align: center;
		color: #FFF;
		font-size: 32px;
		line-height: 1em;
		font-weight: 500;
	}
	.sliderInterview .bnr-txt .name ~ p {
		text-align: center;
		line-height: 1.6em;
		padding: 10px 0 0;
		font-size: 14px;
	}


	/* TOP workstyle */
	.top-workstyle {
		box-sizing: border-box;
		padding: 0 0 50px;
		position: relative;
	}
	.top-workstyle:before {
		width: 30%;
		height: calc(100% + 300px);
		background: #F5F2E7;
		top: -300px;
		left: 0;
		z-index: -1;
	}
	.top-workstyle > div > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
	}
	.top-workstyle > div > ul li {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.top-workstyle > div > ul li .bg {
		border: solid 1px #162F3A;
		position: relative;
	}
	.top-workstyle > div > ul li p {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		padding: 15px 0 0;
	}
	/* TOP recruit */
	.top-recruit {
		box-sizing: border-box;
		padding: 100px 0 150px;
		position: relative;
		background: #F5F2E7;
	}
	.top-recruit > div > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
	}

	.top-recruit > div > ul li {
		width: 100%;
		height: 28px;
		position: relative;
		background: #F5F2E7;
		border: solid 1px #162F3A;
		transition: all .3s;
		margin-bottom: 10px;
	}
	.top-recruit > div > ul li:hover {
		background: #FFF;
	}
	.top-recruit > div > ul li p {
		width: calc(100% - 48px);
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		line-height: 28px;
	}
}