/*=======================
mv
=======================*/
#mv {
	max-height: 7.50rem;
	position: relative;
}

#mv .slide {
	width: 100%;
	max-height: 7.50rem;
	overflow: hidden;
}

@media screen and (max-width: 499px) {
	#mv .slide {
		height: 4.00rem;
	}
}

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

#mv .catch_wrap {
	position: absolute;
	top: 50%;
	left: 1.40rem;
	transform: translateY(-50%);
}

@media screen and (max-width: 499px) {
	#mv .catch_wrap {
		left: 0;
		width: 100%;
	}
}

#mv .catch_wrap .catch {
	font-size: 0.63rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.74;
	letter-spacing: 0.16em;
}

@media screen and (max-width: 499px) {
	#mv .catch_wrap .catch {
		font-size: 0.33rem;
		text-align: center;
	}
}

#mv .slick-list {
	z-index: 0;
}

#mv .slick-dots {
	bottom: 0.30rem;
	left: 0.30rem;
	z-index: 10;
	width: auto;
}

@media screen and (max-width: 499px) {
	#mv .slick-dots {
		bottom: 0.10rem;
		left: 50%;
		transform: translateX(-50%);
	}
}

#mv .slick-dots li {
	width: 0.30rem;
	height: 0.04rem;
	background-color: #FFF;
	margin-right: 0.06rem;
	border-radius: 0.04rem;
	opacity: 0.7;
}

@media screen and (max-width: 499px) {
	#mv .slick-dots li {
		width: 0.20rem;
		height: 0.02rem;
	}
}

#mv .slick-dots li.slick-active {
	background-color: #f8184f;
	opacity: 1;
}

#mv .slick-dots li button {
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
}

#mv .slick-dots li button::before {
	color: transparent;
}

/*=======================
コンテンツ
=======================*/
#top_cont {
	padding: 0.90rem 0 0;
}

@media screen and (max-width: 499px) {
	#top_cont {
		padding: 0.60rem 0 0;
	}
}

#top_cont .top_cont_list {
	position: relative;
	margin-left: 0.40rem;
	margin-bottom: 1.00rem;
}

@media screen and (max-width: 499px) {
	#top_cont .top_cont_list {
		margin-left: 0.20rem;
		margin-bottom: 0.50rem;
	}
}

#top_cont .top_cont_list:nth-child(even) {
	margin-left: 0;
	margin-right: 0.40rem;
}

@media screen and (max-width: 499px) {
	#top_cont .top_cont_list:nth-child(even) {
		margin-right: 0.20rem;
	}
}

/* 縦書きタイトル */
#top_cont .top_cont_list .cont_title {
	height: 1.60rem;
	position: absolute;
	left: 0.20rem;
	top: 0;
	z-index: 1;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list .cont_title {
	display: none;
}
}

#top_cont .top_cont_list:nth-child(even) .cont_title {
	left: auto;
	right: 0.20rem;
}

/* 縦書きタイトルの個別設定 */
#top_cont #about .cont_title {
	color: #1e93a0;
}

#top_cont #works .cont_title {
	color: #0071bc;
}

#top_cont #recruit .cont_title {
	color: #f8184f;
}

#top_cont .top_cont_list .cont_title span {
	font-family: 'Oswald', sans-serif;
	font-size: 0.20rem;
	letter-spacing: 0.10em;
	writing-mode: vertical-rl;
	position: absolute;
	left: 0.10rem;
	bottom: 0;
}


#top_cont .top_cont_list:nth-child(even) .cont_title span {
	left: auto;
	right: 0.10rem;
}

#top_cont .top_cont_list .cont_title::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #111;
	position: absolute;
	left: 0;
	top: 0;
}

#top_cont .top_cont_list:nth-child(even) .cont_title::before {
	left: auto;
	right: 0;
}

#top_cont .top_cont_list .ph_wrap {
	width: 54.16%;
	height: 50vw;
	min-width: 6.00rem;
	min-height: 4.50rem;
	max-height: 5.00rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	#top_cont .top_cont_list .ph_wrap {
		width: 100%;
		height:2.00rem;
			min-width: auto;
	min-height: auto;
		right: auto;
		left: -0.20rem;
		z-index: 1;
		position: relative;
	}
}

#top_cont .top_cont_list:nth-child(even) .ph_wrap {
	right: auto;
	left: 0;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list:nth-child(even) .ph_wrap {
	right: -0.20rem;
	left: auto;
}
}

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

#top_cont .top_cont_list .textbox {
	padding: 1.60rem 0 0.90rem;
	padding-left: 10%;
	position: relative;
}

@media screen and (max-width: 499px) {
	#top_cont .top_cont_list .textbox {
		padding: 0.30rem;
	}
}

/* テキスト背景 */
#top_cont .top_cont_list .textbox::before {
	content: "";
	width: 100%;
	height: calc(100% - 0.70rem);
	background-image: url(../img/bg_gray.jpg);
	position: absolute;
	left: 0;
	top: 0.70rem;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	#top_cont .top_cont_list .textbox::before {
		content: "";
		width: 100%;
		height: calc(100% + 0.70rem);
		top: -0.70rem;
	}
}

/* 透かしロゴ */
#top_cont .top_cont_list .textbox::after {
	content: "";
	width: 3.50rem;
	height: 80%;
	background-image: url(../img/logo_bg_left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

/* 透かしロゴ */
#top_cont .top_cont_list:nth-child(even) .textbox::after {
	background-image: url(../img/logo_bg_right.png);
	background-position: right bottom;
	left: auto;
	right: 0;
}

#top_cont .top_cont_list:nth-child(even) .textbox {
	padding-left: 60%;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list:nth-child(even) .textbox {
	padding-left: 0.30rem;
}
}

#top_cont .top_cont_list .textbox .title {
	font-size: 0.40rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	margin-bottom: 0.30rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list .textbox .title {
	font-size: 0.24rem;
	margin-bottom: 0.20rem;
}
}

#top_cont .top_cont_list .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.075em;
	margin-bottom: 0.50rem;
	min-width: 3.50rem;
	max-width: 31%;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list .textbox .text {
	font-size: 0.14rem;
	margin-bottom: 0.30rem;
	min-width: auto;
	max-width: 100%;
}
}

/* READ MORE */
#top_cont .top_cont_list .textbox .more_btn {
	width: 3.00rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list .textbox .more_btn {
	width: calc(100% - 0.20rem);
}
}

#top_cont .top_cont_list .textbox .more_btn a {
	display: block;
	font-family: 'Jost', sans-serif;
	font-size: 0.16rem;
	font-weight: 500;
	letter-spacing: 0.10em;
	text-decoration: none;
	color: #111;
	line-height: 0;
	border: 1px solid #111;
	position: relative;
	box-sizing: border-box;
	padding: 0.30rem;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list .textbox .more_btn a {
	font-size: 0.14rem;
	padding: 0.25rem;
}
}

#top_cont .top_cont_list .textbox .more_btn a:hover {
	background-color: #111;
	color: #FFF;
}

/* READ MOREの横棒 */
#top_cont .top_cont_list .textbox .more_btn a::after {
	content: "";
	width: 0.60rem;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -0.30rem;
	background-color: #1e93a0;
	z-index: 1;
	transition: all 0.3s;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list .textbox .more_btn a::after {
	width: 0.40rem;
	right: -0.20rem;
}
}

#top_cont .top_cont_list .textbox .more_btn a:hover::after {
	right: -0.40rem;
}

@media screen and (max-width: 499px) {
#top_cont .top_cont_list .textbox .more_btn a:hover::after {
	right: -0.25rem;
}
}

/* READ MOREの横棒の個別設定 */
#top_cont #about .textbox .more_btn a::after {
	background-color: #1e93a0;
}

#top_cont #works .textbox .more_btn a::after {
	background-color: #0071bc;
}

#top_cont #recruit .textbox .more_btn a::after {
	background-color: #f8184f;
}
