@charset "UTF-8";
/* CSS Document */
/* kv
-----------------------------------*/
#kv {
	line-height: 0;
}
/*swiper*/
.swiper-slide img {
	max-width: inherit;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.swiper-slide {
/*	height: calc(100vh - 100px);*/

}
.swiper-button-next:after, .swiper-button-prev:after {
	clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
	height: 30px;
	aspect-ratio: 1;
	background-color: #000;
	text-indent: -99999em;
	width: auto;
}
.swiper-button-next:after {}
.swiper-button-prev:after {
	transform: rotate(-180deg);
}
.swiper-pagination-bullet-active {
	background: var(--att);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, -45px);
	right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, -45px);
	left: auto;
}
#news {
	background: var(--att);
	padding: 15px 0;
}
#news .newslist{
	font-weight: 600;
}
#news .newslist .date {
	font-size: clamp(1.2rem, 1.5vw, 1.6rem);
	margin-right: clamp(20px, 6vw, 80px);
	font-weight: 400;
}
/* main
-----------------------------------*/
main {
	padding: 0 0 100px;
}
.pagelinklist {
	display: flex;
	justify-content: center;
}
.pagelinklist li {
	width: 240px;
	margin: 0 15px;
}
.pagelinklist li a {
	display: block;
	border: 1px solid var(--att);
	padding: 10px;
	text-align: center;
	border-radius: 50px;
	position: relative;

}
.pagelinklist li a:hover{
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.pagelinklist li a:hover::before{
	background: url("/common//img/arrow_wt.svg")no-repeat;
	    transition: ease 0.7s;
}
	
.pagelinklist li a::before{
	content: '';
	background: url("/common//img/arrow.svg")no-repeat;
	background-size: 100%;
	height: 10px;
	width: 17px;
	display: inline-block;
	    position: absolute;
	right: 10px;
    top: 0;
    bottom: 0;
	    transition: ease 0.7s;
    margin: auto;
}
.pagelinklist li.btn_recruit a {
	background: var(--att);
}
.pagelinklist li.btn_recruit a:hover{
	background: #fff;
	color: #000;
}
.pagelinklist li.btn_recruit a:hover::before{
	background: url("/common//img/arrow.svg")no-repeat;
	    transition: ease 0.7s;
}
.pagelinklist li a:hover {
	text-decoration: none;
}
/*#about*/
#about {
	margin-top: 50px;
}
#recruit {
	margin-top: 50px;
}
main .maingrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	margin-bottom: 40px;
}
main section#about .maingrid .maingrid_left {
	order: 2;
}
@media(max-width:768px) {
	h2 {
		margin-bottom: 5px;
	}
	h2 span{
		margin-top: 5px;
	}
	h3 {
		margin: 15px 0;
		line-height: 1.5;
	}
	main {
		padding: 0 0 45px;
	}
	main .maingrid {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		margin-bottom: 30px;
	}
	main section#about .maingrid .maingrid_left {
		order: 0;
	}
	/*kv
	-----------------------------------*/
	.swiper-slide img {
		max-width: inherit;
		width: 100%;
		height: 65vh;
		object-fit: cover;
		
	}
	.swiper-slide {
		height: calc(65vh - 60px);
		min-height: inherit;
		max-height: inherit;
	}
	/*news
	-----------------------------------*/
	#news {
		padding: 12px 0;
	}
	/*about
	-----------------------------------*/
	#about {
		margin-top: 25px;
	}
}