/*============================
MV
============================*/
#top_mv {
	height: 100vh;
	max-height: 8.00rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#top_mv {
		height: 5.00rem;
	}
}

#top_mv .in {
	height: 100%;
}

@media screen and (max-width: 599px) {
	#top_mv .in {
		height: 5.00rem;
	}
}

#top_mv .cont {
	position: absolute;
	width: 50%;
	top: 70%;
	left: 0;
	transform: translateY(-50%);
	z-index: 10;
}

@media screen and (max-width: 599px) {
	#top_mv .cont {
		width: calc(100% - 0.40rem);
		top: inherit;
		bottom: 0.50rem;
		left: 0.20rem;
		transform: translateY(0);
		text-align: center;
	}
}

#top_mv .cont .lead {
	font-size: 0.46rem;
	font-weight: 700;
	line-height: 1.65;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
	padding-left: 0.30rem;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 599px) {
	#top_mv .cont .lead {
		font-size: 0.22rem;
		font-weight: 700;
		line-height: 1.65;
		letter-spacing: 0.1em;
		color: #fff;
		text-shadow: 0 0 4px rgba(0,0,0,0.4);
		padding-left: 0.30rem;
		padding-bottom: 0.20rem;
	}
}

#top_mv .cont .text {
	font-size: 0.20rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	padding-left: 0.30rem;
	box-sizing: border-box;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
}

@media screen and (max-width: 599px) {
	#top_mv .cont .text {
		font-size: 0.15rem;
		padding-left: 0;
		font-weight: 700;
	}
}

#top_mv .slide_wrap {
	position: absolute;
	top:0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

#top_mv .slide_wrap .slide {
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#top_mv .slick-dots {
	right: 0.20rem;
	bottom: 0.20rem;
	z-index: 1;
	text-align: right;
}

@media screen and (max-width: 599px) {
#top_mv .slick-dots {
	right: 0;
	bottom: 0.10rem;
	z-index: 1;
	text-align: center;
}
}

#top_mv .slick-dots li {
	width: 0.30rem;
	height: 3px;
	background-color: #FFF;
	opacity: 0.5;
}

#top_mv .slick-dots li button::before {
	width: 0.30rem;
	height: 3px;
	font-size: 0;
}

#top_mv .slick-dots li.slick-active {
	opacity: 1;
}

/*============================
コンセプト
============================*/
#top_concept {
	position: relative;
}

@media screen and (max-width: 599px) {
	#top_concept {
		padding-top: 0.40rem;
	}

	#top_concept .sec_title {
		text-align: center;
		position: relative;
		z-index: 1;
		padding-bottom: 0.30rem;
	}
}

#top_concept::before {
	content: '';
	position: absolute;
	width: 35%;
	height: 100%;
	background: #F2F2F2;
	left: 0;
	top: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#top_concept::before {
		width: 100%;
		height: calc(100% - 2.10rem);
		top: inherit;
		bottom: 0;
	}
}

/*画像*/
#top_concept .ph_wrap {
	width: 55%;
	height: 4.60rem;
	margin-left: auto;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 1.00rem;
	border-radius: 0.1rem 0 0 0.1rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#top_concept .ph_wrap {
		width: calc(100% - 0.20rem);
		height: 53.33vw;
		margin-left: auto;
		position: relative;
		right: inherit;
		top: inherit;
	}
}

#top_concept .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*テキスト*/
#top_concept .text_wrap .sec_title {
	margin-bottom: 0.35rem;
}

#top_concept .text_wrap {
	max-width: 4.60rem;
	width: 100%;
	padding: 1.7rem 0 1.8rem;
}

@media screen and (max-width: 599px) {
	#top_concept .text_wrap {
		max-width: 100%;
		padding: 0.20rem 0 0.50rem;
	}
}

#top_concept .text_wrap .text {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 2;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#top_concept .text_wrap .text {
		font-size: 0.15rem;
		margin-bottom: 0.20rem;
	}

	#top_concept .text_wrap .btn_common {
		max-width: 2.50rem;
		text-align: center;
		margin: auto;
	}
}


/*============================
サービズ、インタビュー
============================*/
#top_menubnr {
	margin: 0 0.40rem 1.2rem 0.40rem;
}

@media screen and (max-width: 599px) {
	#top_menubnr {
		margin: 0.30rem 0.20rem;
	}
}

#top_menubnr .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top_menubnr .list .item {
	width: 48%;
}

@media screen and (max-width: 599px) {
	#top_menubnr .list .item {
		width: 100%;
		padding-bottom: 0.20rem;
	}
}

#top_menubnr .list .item a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1.75rem 0 0.33rem 0.33rem;
	background-size: cover;
	background-position: center;
	border-radius: 0.10rem;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 599px) {
	#top_menubnr .list .item a {
		display: block;
		padding: 1.50rem 0.20rem 0.20rem;
	}
}

#top_menubnr .list .item a:hover {
	opacity: 0.7;
}


/*矢印*/
#top_menubnr .list .item a::before {
	content: '';
	width: 0.60rem;
	height: 0.60rem;
	background: url(../img/btn_arrow_red.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: 0.33rem;
	right: 0.30rem;
	transition: .3s all;
}

@media screen and (max-width: 599px) {
	#top_menubnr .list .item a::before {
		width: 0.40rem;
		height: 0.40rem;
		bottom: 0.20rem;
		right: 0.20rem;
	}
}

#top_menubnr .list .item a:hover::before {
	right: 0.25rem;
}

@media screen and (max-width: 599px) {
	#top_menubnr .list .item a:hover::before {
		right: 0.20rem;
	}
}

#top_menubnr .list .item a .sec_title .title_en {
	-webkit-text-stroke: 1px #fff;
}

#top_menubnr .list .item a .text {
	font-size: 0.14rem;
	letter-spacing: 0.1em;
	line-height: 1.78;
	max-width: 3.5rem;
	margin-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	#top_menubnr .list .item a .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.53;
		max-width: calc(100% - 0.60rem);
		width: 100%;
		margin-top: 0.10rem;
	}
}

/*サービス*/
#top_menubnr .list .item.service a {
	background-image: url(../img/top_service_bg.jpg);
	background-size: cover;
}

/*インタビュー*/
#top_menubnr .list .item.interview a {
	background-image: url(../img/top_interview_bg.jpg);
	background-size: cover;
}


/*============================
採用情報
============================*/
#top_recruiting {
	position: relative;
	background: #F9E8E6;
	padding-top: 0.50rem;
	padding-bottom: 0.60rem;
	box-sizing: border-box;
	margin-bottom: 1.2rem;
}

@media screen and (max-width: 599px) {
	#top_recruiting {
		padding-top: 0.40rem;
		padding-bottom: 0;
		margin-bottom: 1px;
	}
}

#top_recruiting::before {
	content: '';
	width: calc(100% * .0715);
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 599px) {
	#top_recruiting::before {
		content: none;
	}
	#top_recruiting::after {
		content: "";
		width: 100%;
		display: block;
		height: 65.60vw;
		background-image: url(../img/top_recruiting_bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 110%;
	}
}

/*画像*/
#top_recruiting .ph_wrap {
	width: 50%;
	height: 4.6rem;
	margin-right: auto;
	margin-left: 0;
	position: absolute;
	left: 0;
	top: -0.50rem;
}

#top_recruiting .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 0.10rem 0.10rem 0;
}

/*テキスト*/
#top_recruiting .text_wrap {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
	padding-left: 0.40rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
#top_recruiting .text_wrap {
	width: 100%;
	margin: 0;
	padding:0 0.20rem 0.20rem;
	box-sizing: border-box;
}
	#top_recruiting .text_wrap .sec_title {
		text-align: center;
	}
}

#top_recruiting .text_wrap .text {
	margin-top: 0.20rem;
	margin-bottom: 0.60rem;
	font-size: 0.14rem;
	line-height: 0.75;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
	#top_recruiting .text_wrap .text {
		margin-bottom: 0.30rem;
		line-height: 1.71;
		letter-spacing: 0.05em;
		text-align: center;
	}
}

/*ボタン*/
#top_recruiting .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top_recruiting .list .item {
	width: 48%;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#top_recruiting .list .item {
		width:100%;
		margin-bottom: 0.20rem;
	}
	#top_recruiting .list .item a {
		max-width: 100%;
	}
}