@charset "UTF-8";

/* TOP */
.contents-wrap{
	/* padding: 0 0 8rem 0; */
}


/* ？？？？？ */


/* スライダー */
.slider-wrapper{
	margin-bottom: 6.5rem;
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}


.video_area{
	line-height: 0;
}
.video_wrap {
	width: 100%;
}
.video_wrap video{
	width: 100%; 
	/* height: 42vw;  */
	object-fit: cover; 
	border-radius: 27vw 0px 0px 27vw;
/* border-radius: 23vw 0px 0px 23vw;height: 42vw;のとき */
}

/* ？？？？？ */


.top-contents-wrap{
	padding: 8rem 0;
	background: url(../assets/img/top/top_bg.png) no-repeat;
	background-size:  cover; 
}
.top-wrap{
	max-width:900px;
	width:80%;
	margin:0 auto;
}
.top-contents{
	margin-top: 8.5rem;
}
.top-contents:first-of-type{
	margin-top: 0;
}
h2.top_title {
	font-size: 3rem;
	color: #009D95;
	font-weight: 900;
	margin-bottom: 1.8rem;
}
.top-contents p{
	margin-bottom: 1.8rem;
}
.top-contents a {
	position: relative;
}
.top-contents a:before {
	position: absolute;
	top: 0;
	right: 1.5vw;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f061";
	font-size: 2.5rem;
	color: #009D95;
	width: 1.6em;
	height: 1.6em;
	border: #009D95 solid 2px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	background: #fff;
}

.news-wrap{
	position: relative;
	background-color: #E0F1F1;
	padding: 11rem 0 8rem 0;
	overflow: hidden;
}
.news-wrap::before{
	position: absolute;
	content: "News";
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	font-size: 17.7rem;
	font-style: normal;
	color: rgba(252, 252, 252, 0.6);
	top: 60px;
	right: -15px;
	line-height: 0;
}
h2.top_title.news {
	color: unset;
}
.news_contents li{
	border-top: 2px solid #000;
	padding: 1em 0 1em 2.5em;
	background-color: #fff;
}
.news_contents li:last-child{
	border-bottom:2px solid #000;
}
.news_contents li span.news_time {
	margin-right: 1.5em;
}

.others-wrap {
	margin: 8rem 0;
}
.contact_item-wrap{
	display: flex;
	gap: 4vw;
}
.others_item{
	display: inline-block;
	background-color: #E95513;
	width: 100%;
	margin-bottom: 5.5rem;
	max-height: 168px;
	height: 13vw;
}
.others_item_link{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.others_item_link_img{
	width: 30%;
	height: 100%;
}
.others_item_link_img>img{
	height: 100%;
}
.contact_item-wrap .others_item_link_img{
	height: auto;
}
.contact_item-wrap .others_item_link_img>img{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.others_item_link_txt{
	color: #fff;
	text-align: center;
	width: 70%;	
}
.others_item_link_txt h3 {
	font-size: 2.8rem;
	font-weight: 900;
	margin-bottom: 0;
	display: inline-block;
}
.others_item_link_txt h3>span {
	display: block;
	letter-spacing: 0.1rem;
	font-size: 1.8rem;
	margin: 0.5rem auto;
	font-weight: 500;
}
.contact_item-wrap .others_item_link_txt{
	text-align: left;
}
.contact_item-wrap .others_item_link_txt h3{
	font-size: clamp(22px, 2.2vw, 2.8rem);
	text-align: center;
}
.others_item_link.outlet{
	justify-content: flex-end;
	position: relative;
}
.others_item_link.outlet::before{
	position: absolute;
	top: -1.5vw;
	left: 2em;
	content: "";
	width: 25%;
	height: calc(100% + 1.5vw);
	background: url(../assets/img/top/icon_outlet.png) no-repeat;
	background-size: contain;
}
.recruit{
	background-color: #036EB7;
}
.outlet{
	background-color: #ECA908;
	margin-bottom: 0;
}
.others_item-wrap a {
	position: relative;
}
.others_item-wrap a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5vw;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f061";
	font-size: 2.5rem;
	color: #E95513;
	width: 1.6em;
	height: 1.6em;
	border: #E95513 solid 2px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	background: #fff;
	z-index: 1;
}
a.recruit:before {
	color: #036EB7;
	border: #036EB7 solid 2px;
}
a.outlet:before {
	color: #ECA908;
	border: #ECA908 solid 2px;
}

@media screen and (max-width: 1024px){
	.news_contents li span.news_time {
    margin-right: 0;
		display: block;
	}
	.news_contents li {
		padding: 1em;
	}
	.contact_item-wrap {
		gap: 0;
    flex-direction: column;
	}
	.contact_item-wrap .others_item_link_txt h3{
		font-size: min(4.5vw, 2.8rem);
		text-align: left;
	}	
	.others_item-wrap a:before {
		right: 0.5vw;
		font-size: 2rem;
	}

}

@media screen and (max-width: 768px){
	.top-wrap {
    width: 90%;
	}
	.top-contents {
		margin-top: 5rem;
	}
	.news-wrap {
    padding: 8rem 0;
	}
	.news-wrap::before {
    font-size: 11rem;
		top: 35px;
	}
	.others_item {
		width: 100%;
		margin-bottom: 4rem;
		height: 20vw;
	}
	.others_item_link_img {
    width: auto;
	}
	.contact_item-wrap .others_item_link_img {
		width: 30%;
	}
	.others_item_link_txt h3 {
		font-size: min(4.5vw, 2.8rem);
		font-weight: bold;
	}
	.others_item_link_txt.recruit h3, .others_item_link_txt.outlet h3 {
    margin-right: 1em;
		white-space: nowrap;
	}
	.others_item_link_txt.outlet {
    flex-grow: 1;
	}
	.others_item_link.outlet::before {
		display: none;
	}
	.others_item_link_txt h3>span {
		font-size: min(4vw, 1.5rem);
	}
}
