@charset "utf-8";

/* bgGray */
.bgGray {
	position: relative;
	padding-bottom: 18rem;
}
.bgGray::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	transform: skewY(-11deg);
	position: absolute;
	left:0;
	top: 0;
	z-index: -1;
}

/* main */
main .inner {
	padding-bottom: 18rem;
}
.bgGray .inner {
	padding-bottom: 0;
}
@media (max-width: 768px) {

}

/* mv */
.mv {
	margin-bottom: 18rem;
	height: 60rem;
	background-image: url(/img/index_bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.mv .inner {
	padding-bottom: 0;
	height: 100%;
}
.mv .inner h1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.mv h1 span {
	margin-top: 2rem;
	padding: 0.4rem 1rem;
	line-height: 1;
	transform: skewY(-5deg);
	background-color: #fff;
}
.mv h1 span:nth-child(1) {
	font-size: 8.3rem;
	font-weight: 900;
	align-self: center;
}
.mv h1 span:nth-child(2) {
	margin-right: 5rem;
	font-size: 8.3rem;
	font-weight: 900;
}
.mv h1 span:nth-child(3) {
	font-size: 3.4rem;
	font-weight: 800;
}
@media (max-width: 768px) {
	.mv {
		height: 84.5rem;
		background-image: url(/img/index_bg_main_sp.jpg);
	}
	.mv .inner {
		padding: 0;
	}
	.mv h1 span {
		margin-top: 0;
	}
	.mv h1 span:nth-child(1) {
		margin-right: 3rem;
		font-size: 8rem;
	}
	.mv h1 span:nth-child(2) {
		margin-top: 5rem;
		margin-right: 3rem;
		font-size: 8rem;
	}
	.mv h1 span:nth-child(3) {
		margin-top: 5rem;
		margin-right: 2rem;
		font-size: 4.4rem;
	}
}

/* mission */
.mission .wrap {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mission .wrap .subTtl02 {
	font-size: 3.6rem;
}
.mission .wrap .detail {
	width: 50rem;
}
.mission .wrap .txt {
	margin-top: 4rem;
	line-height: 2.2;
}
.mission .wrap .pic {
	width: 46rem;
}
.mission .wrap .btn {
	margin: 4rem auto 0;
	width: 40rem;
}
.mission .wrap .btn a {
	display: block;
	padding: 1.7rem;
	background: #000;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.mission .wrap .btn a:hover {
	background: #13a4bc;
}
@media (max-width: 768px) {
	.mission .wrap {
		margin-top: 8rem;
		flex-direction: column;
	}
	.mission .wrap .subTtl02 {
		font-size: 4.8rem;
		text-align: center;
	}
	.mission .wrap .detail {
		width: 100%;
	}
	.mission .wrap .txt {
		margin-top: 6rem;
		line-height: 1.88;
	}
	.mission .wrap .pic {
		margin-top: 7rem;
		width: 100%;
	}
	.mission .wrap .btn {
		margin: 6rem auto 0;
		width: 100%;
	}
	.mission .wrap .btn a {
		padding: 4rem 1.7rem;
		font-size: 3.4rem;
	}
}

/* vision */
.vision .wrap .subTtl02 {
	font-size: 3.6rem;
}
.vision .pic {
	margin: 6rem auto 0;
	width: 50rem;
}
.vision .wrap {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
}
.vision .wrap > div {
	width: 48%;
}
.vision .wrap .txt {
	margin-top: 4rem;
	line-height: 2.2;
}
@media (max-width: 768px) {
	.vision .wrap .subTtl02 {
		font-size: 4.8rem;
		text-align: center;
	}
	.vision .pic {
		margin: 8rem auto 0;
		width: 100%;
	}
	.vision .wrap {
		margin-top: 10rem;
		flex-direction: column;
	}
	.vision .wrap > div {
		width: 100%;
	}
	.vision .wrap > div + div {
		margin-top: 11rem;
	}
	.vision .wrap .txt {
		margin-top: 5rem;
		line-height: 1.88;
	}
}

/* message */
.message .wrap {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}
.message .wrap > .box {
	width: 49.2%;;
}
.message a {
	display: block;
	position: relative;
}
.message a:hover .txt {
	color: #13a4bc;
}
.message .box .txt {
	height: 100%;
	position: absolute;
	top: 0;
	left: 7.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	transition: all 0.3s ease-out;
}
.message .box.box01 {
	margin-top: 6rem;
}
.message .box.box01 .txt {
	width: 46rem;
}
.message .box.box01 .txt .career {
	margin-top: 5rem;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.76;
}
.message .box.box01 .txt .work {
	margin-top: 5rem;
}
.message .box.box01 .txt .name {
	margin-top: 0.7rem;
	font-size: 3rem;
	font-weight: 700;
}
.message .box.box02 .txt {
	width: 17rem;
	align-items: flex-start;
}
.message .box.box02 .txt .work {
	font-size: 1.6rem;
	line-height: 1.5;
}
.message .box.box02 .txt .name {
	margin-top: 2rem;
	font-size: 2.8rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	.message .wrap {
		margin-top: 4rem;
		flex-direction: column;
	}
	.message .wrap > .box {
		width: 100%;
	}
	.message .wrap > .box + .box {
		margin-top: 4rem;
	}
	.message .box .txt {
		left: 3rem;
		display: flex;
	}
	.message .box.box01 {
		margin-top: 9rem;
	}
	.message .box.box01 .txt {
		width: 32rem;
	}
	.message .box.box01 .txt .career {
		margin-top: 0;
		font-size: 3.4rem;
		line-height: 1.83;
	}
	.message .box.box01 .txt .work {
		font-size: 2.9rem;
	}
	.message .box.box01 .txt .name {
		font-size: 5rem;
	}
	.message .box.box02 .txt {
		width: 34rem;
		align-items: center;
		text-align: center;
	}
	.message .box.box02 .txt .work {
		font-size: 3rem;
	}
	.message .box.box02 .txt .name {
		margin-top: 0.7rem;
		font-size: 5rem;
	}
}

/* aboutus */
.aboutus .wrap {
	margin-top: 6rem;
	display: flex;
	justify-content: space-between;
}
.aboutus .wrap > div {
	width: 31.6%;
}
.aboutus .wrap a {
	display: block;
}
.aboutus .wrap a:hover .txt {
	background: #13a4bc;
}
.aboutus .txt {
	padding: 2.5rem 3rem;
	background: #000;
	color: #fff;
	font-size: 2rem;
	position: relative;
	transition: all 0.3s ease-out;
}
.aboutus .txt::before,
.aboutus .txt::after {
	display: block;
	content: "";
	position: absolute;
	right: 3rem;
	transition: all 0.3s ease-out;
}
.aboutus .txt::before {
	width: 1.8rem;
	height: 0.2rem;
	background: #fff;
	top: 50%;	
}
.aboutus .txt::after {
	width: 0.8rem;
	height: 0.8rem;
	top: calc(50% - 0.4rem);
	border-top: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	transform: rotate(45deg);
}
.aboutus .wrap a:hover .txt::before,
.aboutus .wrap a:hover .txt::after {
	right: 2.3rem;
}
@media (max-width: 768px) {
	.aboutus .wrap {
		margin-top: 8rem;
		flex-direction: column;
	}
	.aboutus .wrap > div {
		width: 100%;
	}
	.aboutus .wrap > div + div {
		margin-top: 6rem;
	}
	.aboutus .txt {
		padding: 3.3rem 3rem;
		font-size: 3.4rem;
	}
	.aboutus .txt::before,
	.aboutus .txt::after {
		right: 6rem;
	}
	.aboutus .txt::before {
		width: 4rem;
		height: 0.4rem;
	}
	.aboutus .txt::after {
		width: 1.8rem;
		height: 1.8rem;
		top: calc(50% - 0.9rem);
		border-top: 0.4rem solid #fff;
		border-right: 0.4rem solid #fff;
	}
	.aboutus .wrap a:hover .txt::before,
	.aboutus .wrap a:hover .txt::after {
		right: 5rem;
	}
}

/* interview */
.interview.inner {
	max-width: 100%;
}
.interview .wrap {
	margin-top: 6rem;
	height: 44.5rem;
	overflow: hidden;
}
.interview .wrap.slick-initialized {
	height: auto;
	overflow: auto;
}
.interview .box {
	margin: 0 1.3rem;
	width: 31.6rem;
}
.interview .box a {
	display: block;
}
.interview .work {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	color: #666;
	transition: all 0.3s ease-out;
}
.interview .year {
	margin-top: 0.8rem;
	font-size: 1.4rem;
	color: #13a4bc;
}
.interview .name {
	margin-top: 1rem;
	font-size: 2.2rem;
	font-weight: 700;
	transition: all 0.3s ease-out;
}
.interview .box a:hover .work,
.interview .box a:hover .name {
	color: #13a4bc;
}
@media (max-width: 768px) {
	.interview .wrap {
		margin-top: 8rem;
	}
	.interview .work {
		font-size: 3rem;
		line-height: 1.3;
	}
	.interview .year {
		margin-top: 1.5rem;
		font-size: 2.8rem;
	}
	.interview .name {
		margin-top: 1.5rem;
		font-size: 4.4rem;
	}
}

/* recruit */
.recruit .wrap {
	margin-top: 6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 3rem;
}
.recruit .wrap li {
	width: 47.7%;
}
.recruit .wrap li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 13.4rem;
	padding: 2rem;
	background: #f5f5f5;
	font-size: 2rem;
	text-align: center;
	box-shadow: 1rem 1rem 0 #000;
	transition: all 0.3s ease;
}
.recruit .wrap li a:hover {
	background: #13a4bc;
	color: #fff;
	box-shadow: 0.5rem 0.5rem 0 #000;
	transform: translate3d(0.5rem, 0.5rem, 0);
}
.recruit .btn {
	margin: 9rem auto 0;
	width: 25rem;
}
.recruit .btn a {
	display: block;
	padding: 1.3rem 1rem 0.7rem 1rem;
	background: #000;
	color: #fff;
	font-size: 3rem;
	font-family: korolev-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	position: relative;
}
.recruit .btn a:hover {
	background: #13a4bc;
}
.recruit .btn a::before,
.recruit .btn a::after {
	display: block;
	content: "";
	position: absolute;
	right: 3rem;
	transition: all 0.3s ease-out;
}
.recruit .btn a::before {
	width: 1.8rem;
	height: 0.2rem;
	background: #fff;
	top: 50%;	
}
.recruit .btn a::after {
	width: 0.8rem;
	height: 0.8rem;
	top: calc(50% - 0.4rem);
	border-top: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	transform: rotate(45deg);
}
.recruit .btn a:hover::before,
.recruit .btn a:hover::after {
	right: 2.3rem;
}
@media (max-width: 768px) {
	.recruit .wrap {
		margin-top: 8rem;
		flex-direction: column;
	}
	.recruit .wrap li {
		width: calc(100% - 1rem);
	}
	.recruit .wrap li + li {
		margin-top: 3rem;
	}
	.recruit .wrap li a {
		height: 18rem;
		padding-left: 5rem;
		font-size: 3.4rem;
		text-align: left;
	}
	.recruit .btn {
		margin: 7rem auto 0;
		width: 100%;
	}
	.recruit .btn a {
		padding: 3rem;
		font-size: 5rem;
	}
	.recruit .btn a::before,
	.recruit .btn a::after {
		right: 6rem;
	}
	.recruit .btn a::before {
		width: 4rem;
		height: 0.4rem;
	}
	.recruit .btn a::after {
		width: 1.8rem;
		height: 1.8rem;
		top: calc(50% - 0.9rem);
		border-top: 0.4rem solid #fff;
		border-right: 0.4rem solid #fff;
	}
	.recruit .btn a:hover::before,
	.recruit .btn a:hover::after {
		right: 5rem;
	}
}
