@charset "utf-8";

/*------------------------------------------------------

  news

--------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}
/* -----------  news ----------- */
.news{
	color: #fff;
	background: url(../img/recruit/pc_recruit.jpg) no-repeat center / cover;
	height: 50vh;
}
.news > *{
	box-sizing: border-box;
	max-height: inherit;
	height: inherit;
}
.hero__container{
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: inherit;
	margin-left: 10%;
}
.news1{
	margin: 10% auto 5%;
}
h2.title{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin: 10% 0 5%;
}
.news1 p{
	margin: 3% 15%;
	text-align: center;
}
.news-archives{
  padding: 0;
  margin: 0 10% 10%;
}
.news-archives .news-set {
	padding: 1em 0;
	list-style: none;
	display: flex;
	border-top: solid 1px #DDDDDD;
}
.news-archives .news-set:last-child {
	border-bottom: solid 1px #DDDDDD;
}
.news-archives .news-set time {
  display: inline-block;
  width: 7em;
  color: #777f89;
  font-weight: bold;
}
.news-archives .news-set .tag {
  display: inline-block;
  width: 8em;
	margin: 0 1em;
  padding: 0.4em 0;
  text-align: center;
  line-height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}
.news-archives .news-set .tag.hamono {
  color: #3b5a9d;
  border: 1px solid #3b5a9d;
}
.news-archives .news-set .tag.netu {
  color: #e49c75;
  border: 1px solid #e49c75;
}
.news-archives .news-set a {
  display: inline-block;
  color: #016cb0;
  text-decoration: none;
}
.news-archives .news-set > a,
.news-archives .news-set > p {
	display: inline-block;
	font-size: 16px;
	width: 85%;
}
.news-archives .news-set p {
	margin: 0;
}

@media (max-width: 47.99rem){
	.news {
   height: calc(100vh - 30rem);
	}
	.news1 p {
	 margin: 5% 0;
	}
	h2.title{
		font-size: 30px;
	}
	.news-archives {
    padding: 0;
    margin: 0 0 5%;
	}
	.news-archives .news-set {
	    display: block;
	}
	.news-archives .news-set > a, .news-archives .news-set > p {
	    font-size: 14px;
	    width: 100%;
	}
}
@media (min-width: 48rem){
	.sitewidth{
		width: auto;
	}
}
@keyframes scroll-guide{
	from{ background-position: -24em 0; }
	to{ background-position: calc(100% + 24em) 0; }
