@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

body, html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Noto Sans JP', sans-serif, 'Noto Sans';
}

#news-list section.news-list-sec1 .container {
	padding: 18px 0 0 0;
}

#news-list section .container {
	padding: 40px 0 0 0;
}

#news-list section.news-list-section02 .container {
	padding-bottom: 40px;
}

.news-list-sec1 h1 {
	font-size: 36px;
	color: #515C6F;
}

.news-list-sec1 h1:after {
	content: "";
	display: block;
	height: 5px;
	width: 8%;
	background: linear-gradient(45deg, #d92933 33%, #ef8224 100%);
	margin: 40px 0 30px 0;
}

.news-item {
	background: #FFF;
	padding: 15px;
}

.news-item .news-list-text-box {
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-list-section02 {
	background: #F3F3F3 !important;
}

.news-list-section02 .img-box {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    background-size: cover !important;
}

.news-pick-up-img {
	width: 100%;
	height: 330px;
}

.news-pick-up-text h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.news-list-pickup {
	background: #FFF;
}

.news-list-text-box {
	padding: 20px 0px;
}

.news-list-section02 .news-list-text-box {
    padding: 0;
}

.news-list-text-box span {
	padding-left: 15px;
	padding-right: 15px;
}

.news-list-categorys {
	margin-bottom: 20px;
	color: #707070;
	display: inline-block;
}

.news-list-img-box {
	width: 100%;
    height: auto;
	min-height: 150px;
	max-height: 250px;
    aspect-ratio: 3 / 2;
    background-size: contain;
}

.no-gutters {
	margin: 0;
	padding: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	margin: 0;
	padding: 0;
}

.row.no-gutters a {
	width: 100%;
	display: contents;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

.swiper-pagination-bullet-active {
	background: #D61E29!important;
}

.swiper-pagination {
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.news-list-box {
	clear: both;
}

.news-pick-up-text {
    padding: 20px 30px;
    /* min-height: 120px; */
}

.news-category-nav li a {
	color: #515C6F;
}

.news-category-nav li a:hover {
	text-decoration: none;
}

.news-category-nav li {
	border-right: 1px dotted #DBDBDB;
	margin-bottom: 20px;
}

.news-category-nav li.last-child {
	border-right: none;
}

.news-category-nav-active {
	color: #D61E29;
}

.swiper-slide a {
	color: #515C6F;
}

.swiper-slide a:hover {
	text-decoration: none;
}

.news-list-box a {
	color: #515C6F;
}

.news-list-box a:hover {
	text-decoration: none;
}

.news-item h4 {
	font-size: 17px;
	color: #515C6F;
	line-height: 1.6em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 50px;
}

li.pagination-arrow a {
	margin-top: 5px;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
	color: black;
	float: left;
	padding: 15px 20px;
	text-decoration: none;
	border-radius: 5px;
	margin-right: 10px;
	background: #ECECEC;
	border: none;
	color: #9C9B9B;
}

ul.pagination li a.active {
	background-color: #D61E29;
	color: white;
	border-radius: 10px;
}

ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}

ul.pagination li.pagination-arrow a {
	background: none;
	color: #D61E29;
	font-size: 20px;
	padding: 10px 0px;
	margin-right: 10px;
}

ul.pagination li.pagination-arrow.right-arrow a {
	margin-right: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.mb30 {
    margin-bottom: 30px;
}

.news-list-sticky {
    position: sticky;
    top:0;
    z-index: 10;
}
.recruitFeatureList main{
    position: relative;
}

.hover:hover{
    opacity: 0.8;
}

/* iphone5 */
@media only screen and (min-device-width:320px) and (max-device-width:568px) {

    #news-list section.news-list-sec1 .container {
        padding: 40px 0 0 0;
    }

	#news-list section .container {
		padding: 70px 0 0px 0;
	}
	#news-list section.news-list-section02 .container {
		padding: 40px 0 60px 0;
	}

	#news-list section.news-list-pagenation .container {
		padding-top: 0;
	}

	ul.pagination li a {
		margin-right: 5px;
	}

	.news-list-sec1 h1:after {
		width: 25%;
	}

	.swiper-pagination {
		margin-left: 15px;
	}

    .news-item h4 {
        font-size: 15px;
    }    

    .news-pick-up-img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        background-size: cover !important;
    }

    .news-list-section02 .news-item:nth-child(-n+2) {
        padding-top: 15px;
    }
    
    .news-list-section02 .news-item:nth-child(2n+1) {
        padding-right: 7.5px !important;
        padding-left: 15px !important;
    }

    .news-list-section02 .news-item:first-child:last-child {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .news-list-section02 .news-item:nth-child(2n) {
        padding-right: 15px !important;
        padding-left: 7.5px !important;
    }
    
    .news-list-text-box span {
        padding-left: 0;
        padding-right: 0;
    }
}

/* iphoneX */
@media only screen and (min-device-width:375px) and (max-device-width:667px) {

    #news-list section.news-list-sec1 .container {
        padding: 40px 0 0 0;
    }

	#news-list section .container {
		padding: 70px 0 0px 0;
	}

	.swiper-pagination {
		margin-left: 15px;
	}

    .news-item h4 {
        font-size: 15px;
    }

    .news-pick-up-img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        background-size: cover !important;
    }

    .news-list-section02 .news-item:nth-child(-n+2) {
        padding-top: 15px;
    }

    .news-list-section02 .news-item:nth-child(2n+1) {
        padding-right: 7.5px !important;
        padding-left: 15px !important;
    }

    .news-list-section02 .news-item:nth-child(2n) {
        padding-right: 15px !important;
        padding-left: 7.5px !important;
    }

    .news-list-text-box span {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ipad */
@media screen and (min-width:768px) {

	.news-list-sec1 h1:after {
		width: 8%;
	}

	.news-pick-up-text h4 {
		font-size: 28px;
		color: #515C6F;
	}

	.news-pick-up-text .news-list-categorys {
		font-size: 14px;
		color: #707070;
		margin-top: 40px;
		margin-bottom: 30px;
		display: inline-block;
	}

	.news-pick-up-text {
		padding: 0px 15px;
        min-height: unset;
	}

	.swiper-pagination-bullet-active {
		background: #D61E29!important;
	}

	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
    }

	.news-list-text-box h4 {
		font-size: 17px;
	}

}

/*ipad pro */
@media(min-width: 1024px) and (max-device-width:1200px) {
	.news-list-sec1 h1:after {
		width: 8%;
	}

	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.news-pick-up-text {
		padding: 0px 15px;
        min-height: unset;
	}
	.news-list-text-box h4 {
		font-size: 17px;
	}
}

/*pc */
@media(min-width: 1200px) {
	.news-list-pickup {
		overflow: hidden;
	}

	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.news-pick-up-text {
		padding: 0px 15px;
        min-height: unset;
	}


	div#homepage-slider {
		padding-top: 60px;
	}

	.news-list-text-box h4 {
		font-size: 17px;
	}

    .news-list-section02 .news-item:nth-child(-n+4) {
        padding-top: 15px;
    }

    .news-list-section02 .news-item:nth-child(4n+1) {
        padding-right: 7.5px !important;
        padding-left: 7.5px !important;
    }

    .news-list-section02 .news-item:nth-child(4n+2) {
        padding-right: 7.5px !important;
        padding-left: 7.5px !important;
    }

    .news-list-section02 .news-item:nth-child(4n+3) {
        padding-right: 7.5px !important;
        padding-left: 7.5px !important;
    }

    .news-list-section02 .news-item:nth-child(4n) {
        padding-right: 7.5px !important;
        padding-left: 7.5px !important;
    }
}
