@charset "utf-8";

/*---------------------------------
	top
---------------------------------*/

/* parts
-------------------------------- */


/* mv
-------------------------------- */
.top-mv-slide img {
	object-fit: cover;
	width: 100%;
	height: 576px;
}

/* leadtext
-------------------------------- */
.top-lead-text {
	margin: 0 0 70px;
	text-align: center;
	font-size: 1.425em; /*org 1.625em */
	letter-spacing: 0.2em;
}

/* service
-------------------------------- */
.top-service-list {
	display: flex;
	width: 100%;
}

.top-service-list > li {
	position: relative;
	width: calc(100% / 3);
	display: flex;
}

.top-service-list > li::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 1px);
	height: calc(100% - 245px - 12px);
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
}

.top-service-list > li:first-child::before {
	border-bottom-left-radius: 5px;
}

.top-service-list > li:last-child::before {
	border-right: 1px solid #000;
	border-bottom-right-radius: 5px;
	width: calc(100% - 2px);
}

.top-service-list > li > a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.top-service-list > li > a:hover {
	color: #000;
}

.top-service-list > li > a .image {
	position: relative;
	border-bottom: 5px solid transparent;
	align-self: flex-start;
}

.top-service-list > li > a:hover .image {
	border-bottom-color: #D90024;
}

.top-service-list > li > a .image::before {
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% + 5px);
	width: 1px;
	background: #fff;
	z-index: 1;
	content: "";
}

.top-service-list > li:first-child > a .image::before {
	display: none;
}

.top-service-list > li > a .image img {
	width: 100%;
	height: 245px;
	object-fit: cover;
}

.top-service-list > li:first-child > a .image img {
	border-top-left-radius: 5px;
}

.top-service-list > li:last-child > a .image img {
	border-top-right-radius: 5px;
}

.top-service-list > li > a .text-wrapper {
	position: relative;
	width: 100%;
	padding: 10px 10px 20px;
	text-align: center;
	box-sizing: border-box;
}

.top-service-list > li > a .text-wrapper .heading {
	text-align: center;
	font-size: 1.175em;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}

.top-service-list > li > a .text-wrapper .detail {
	display: inline-block;
	position: relative;
	font-size: 0.925em;
	text-align: center;
	color: #D90024;
	padding: 0 24px 0 0;
}

.top-service-list > li > a .text-wrapper .detail::before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 17px;
	height: 17px;
	background: #D90024;
	content: "";
	border-radius: 2px;
	transform: translateY(-50%);
}

.top-service-list > li > a .text-wrapper .detail::after {
	display: block;
	position: absolute;
	right: 6px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	border-radius: 2px;
	transform: translateY(-50%) rotate(45deg);
}

/* about
-------------------------------- */
.top-about-wrapper {
	display: flex;
	max-width: 760px;
	margin: 0 auto;
}

.top-about-wrapper:hover {
	color: #000;
}

.top-about-wrapper .image {
	width: 40.7%;
}

.top-about-wrapper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px 0 0 5px;
}

.top-about-wrapper .text-wrapper {
	position: relative;
	width: 59.3%;
	box-sizing: border-box;
	border-left: 5px solid transparent;
	padding: 40px 20px 40px 25px;
}

.top-about-wrapper:hover .text-wrapper {
	border-left-color: #D90024;
}

.top-about-wrapper .text-wrapper::before {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #000;
	border-left: none;
	border-radius: 0 5px 5px 0;
	height: calc(100% - 2px);
	width: calc(100% - 18px);
	content: "";
}

.top-about-wrapper .text-wrapper .heading {
	margin: 0 0 25px;
	font-size: 1.15em;
	font-weight: 500;
}

.top-about-wrapper .text-wrapper .text {
	margin: 0 0 60px;
	line-height: 1.75;
	font-size: 0.975em;
}

.top-about-wrapper .text-wrapper .detail {
	position: relative;
	display: inline-block;
	padding: 0 25px 0 0;
	font-size: 1.15em;
	color: #D90024;
}

.top-about-wrapper .text-wrapper .detail::before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 17px;
	height: 17px;
	background: #D90024;
	content: "";
	border-radius: 2px;
	transform: translateY(-50%);
}

.top-about-wrapper .text-wrapper .detail::after {
	display: block;
	position: absolute;
	right: 6px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	border-radius: 2px;
	transform: translateY(-50%) rotate(45deg);
}

/* gallery
-------------------------------- */
.top-gallery-slide li figure {
	padding: 0 12px;
}

.top-gallery-slide li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-gallery-slide li figure figcaption {
	position: relative;
	padding: 16px 12px 10px;
	font-size: 0.875em;
}

.top-gallery-slide li figure figcaption::before {
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #000;
	border-top: none;
	border-radius: 0 0 5px 5px;
	height: calc(100% - 14px);
	width: calc(100% - 2px);
	content: "";
}

.top-gallery-slide .slick-arrow {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 35px;
	height: 100%;
	background: #000;
	border: none;
	overflow: hidden;
	text-indent: 100%;
	z-index: 1;
}

.top-gallery-slide .slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.top-gallery-slide .slick-arrow.slick-prev::before,
.top-gallery-slide .slick-arrow.slick-next::before{
	position: absolute;
	left: 9px;
	top: 50%;
	display: block;
	height: 43px;
	width: 16px;
	background: url("../images/common/ico_arrow_white_l.png") no-repeat 50% 50% / contain;
	transform: translateY(-50%);
	content: "";
}

.top-gallery-slide .slick-arrow.slick-next::before {
	left: auto;
	right: 9px;
	transform: translateY(-50%) rotate(180deg);
}

.top-gallery-detail {
	position: relative;
	display: block;
	max-width: 355px;
	margin: 45px auto 0;
	padding: 20px 10px;
	text-align: center;
	font-size: 1.175em;
	font-weight: bold;
	box-sizing: border-box;
}

.top-gallery-detail::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: calc(100% - 2px);
	height: 20px;
	border: 1px solid #000;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	content: "";
}

.top-gallery-detail::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: calc(100% - 2px);
	height: 20px;
	border: 1px solid #000;
	border-top: none;
	border-radius: 0 0 5px 5px;
	content: "";
}

/* recruit
-------------------------------- */
.top-two-column-wrapper {
	display: flex;
	width: 100%;
}

.top-recruit-wrapper {
	position: relative;
	width: 50%;
	padding: 0 4.8% 0 0;
	box-sizing: border-box;
}

.top-recruit-wrapper::before {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #000;
	content: "";
}

.top-recruit-wrapper .image {
	margin: 0 0 15px;
}

.top-recruit-wrapper .image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
}

.top-recruit-wrapper .text {
	line-height: 1.75;
}

.top-recruit-wrapper .detail {
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
	padding: 0 25px 0 0;
	font-size: 1.25em;
	color: #D90024;
}

.top-recruit-wrapper .detail::before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 17px;
	height: 17px;
	background: #D90024;
	content: "";
	border-radius: 2px;
	transform: translateY(-50%);
}

.top-recruit-wrapper .detail::after {
	display: block;
	position: absolute;
	right: 6px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	border-radius: 2px;
	transform: translateY(-50%) rotate(45deg);
}

/* news
-------------------------------- */
.top-news-wrapper {
	width: 50%;
	padding: 0 0 0 4.8%;
	box-sizing: border-box;
}

.top-news-list > li {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #000;
}

.top-news-list > li:last-child {
	margin: 0;
}

.top-news-list > li .date {
	min-width: 24.3%;
	margin: 0 20px 0 0;
	padding: 1px 5px;
	text-align: center;
	background: #000;
	color: #fff;
	box-sizing: border-box;
}

.top-news-list > li .text {
	font-size: 1.05em;
}

.news_none{
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}




/*---------------------------------
	Tablet / SP
---------------------------------*/
@media only screen and (max-width: 767px) {
	
	/* parts
	-------------------------------- */
	
	
	/* mv
	-------------------------------- */
	.top-mv-slide img {
		height: 273px;
	}
	
	/* leadtext
	-------------------------------- */
	.top-lead-text {
		margin: 0 0 30px;
		font-size: 1.043em; /*org 1.143em */
			letter-spacing: 0.1em;
	}
	
	/* service
	-------------------------------- */
	.top-service-list {
		display: block;
	}

	.top-service-list > li {
		width: auto;
	}

	.top-service-list > li::before {
		display: none;
	}

	.top-service-list > li > a {
		display: flex;
		width: 100%;
	}

	.top-service-list > li > a .image {
		width: 78.5%;
		border-bottom: none;
		align-self: stretch;
	}

	.top-service-list > li > a .image::before {
		height: 1px;
		width: calc(100% + 5px);
	}

	.top-service-list > li > a .image img {
		width: 100%;
		height: 100%;
		min-height: 140px;
		object-fit: cover;
	}

	.top-service-list > li:first-child > a .image img {
		border-top-left-radius: 5px;
	}

	.top-service-list > li:last-child > a .image img {
		border-top-right-radius: 0;
		border-bottom-left-radius: 5px;
	}

	.top-service-list > li > a .text-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 21.5%;
		padding: 10px 8px 10px 15px;
		border-top: none;
	}

	.top-service-list > li > a .text-wrapper::before {
		display: block;
		position: absolute;
		left: auto;
		bottom: auto;
		top: 0;
		right: 0;
		width: calc(100% - 10px);
		height: calc(100% - 1px);
		border-left: none;
		border-bottom: none;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		content: "";
	}

	.top-service-list > li:first-child > a .text-wrapper::before {
		border-bottom-left-radius: 0;
		border-top-right-radius: 5px;
	}

	.top-service-list > li:last-child > a .text-wrapper::before {
		border-bottom: 1px solid #000;
		border-bottom-right-radius: 5px;
		width: calc(100% - 15px);
		height: calc(100% - 2px);
	}

	.top-service-list > li > a .text-wrapper .heading {
		order: 2;
		font-size: 1em;
		writing-mode: vertical-lr;
	}

	.top-service-list > li > a .text-wrapper .detail {
		order: 1;
		padding: 0 0 15px;
		font-size: 0.857em;
		writing-mode: vertical-lr;
	}

	.top-service-list > li > a .text-wrapper .detail::before {
		right: auto;
		top: auto;
		left: 50%;
		bottom: 0;
		width: 12px;
		height: 12px;
		transform: translateX(-50%);
	}

	.top-service-list > li > a .text-wrapper .detail::after {
		right: auto;
		top: auto;
		left: 50%;
		bottom: 4px;
		width: 4px;
		height: 4px;
		transform: translateX(-50%) rotate(135deg);
	}
	
	/* about
	-------------------------------- */
	.top-about-wrapper {
		max-width: initial;
	}

	.top-about-wrapper .image {
		width: 43.5%;
	}

	.top-about-wrapper .text-wrapper {
		width: 56.5%;
		border-left: 5px solid transparent;
		padding: 10px 5px 10px 5px;
	}

	.top-about-wrapper .text-wrapper::before {
		width: calc(100% - 10px);
	}

	.top-about-wrapper .text-wrapper .heading {
		margin: 0 0 12px;
		font-size: 1em;
		font-weight: bold;
	}

	.top-about-wrapper .text-wrapper .text {
		margin: 0 0 40px;
		font-size: 0.857em;
	}

	.top-about-wrapper .text-wrapper .detail {
		padding: 0 15px 0 0;
		font-size: 1em;
	}

	.top-about-wrapper .text-wrapper .detail::before {
		width: 12px;
		height: 12px;
	}

	.top-about-wrapper .text-wrapper .detail::after {
		right: 4px;
		width: 4px;
		height: 4px;
	}
	
	/* gallery
	-------------------------------- */
	.top-gallery-slide li figure figcaption {
		position: relative;
		padding: 8px 8px 4px;
		font-size: 0.857em;
	}

	.top-gallery-slide li figure figcaption::before {
		height: calc(100% - 7px);
	}

	.top-gallery-slide .slick-arrow {
		width: 18px;
	}

	.top-gallery-slide .slick-arrow.slick-prev::before,
	.top-gallery-slide .slick-arrow.slick-next::before{
		left: 4px;
		height: 22px;
		width: 8px;
	}

	.top-gallery-slide .slick-arrow.slick-next::before {
		left: auto;
		right: 4px;
	}

	.top-gallery-detail {
		max-width: 267px;
		margin: 15px auto 0;
		padding: 8px 10px;
		font-size: 1.286em;
	}

	.top-gallery-detail::before {
		height: 8px;
	}

	.top-gallery-detail::after {
		height: 8px;
	}
	
	/* recruit
	-------------------------------- */
	.top-two-column-wrapper {
		display: block;
	}

	.top-recruit-wrapper {
		width: auto;
		padding: 0;
		margin: 0 0 50px;
	}

	.top-recruit-wrapper::before {
		display: none;
	}

	.top-recruit-wrapper .image {
		margin: 0 0 10px;
	}

	.top-recruit-wrapper .text {
		font-size: 0.857em;
	}

	.top-recruit-wrapper .detail {
		margin: 15px 0 0;
		padding: 0 15px 0 0;
		font-size: 1em;
	}

	.top-recruit-wrapper .detail::before {
		width: 12px;
		height: 12px;
	}

	.top-recruit-wrapper .detail::after {
		right: 4px;
		width: 4px;
		height: 4px;
	}

	/* news
	-------------------------------- */
	.top-news-wrapper {
		width: auto;
		padding: 0;
	}

	.top-news-list > li {
		margin: 0 0 15px;
		padding: 0 0 15px;
	}

	.top-news-list > li:last-child {
		margin: 0;
	}

	.top-news-list > li .date {
		min-width: 22.3%;
		margin: 0 12px 0 0;
		font-size: 0.857em;
	}

	.top-news-list > li .text {
		font-size: 1em;
	}

}