@charset "UTF-8";
/* 日本下水道事業団コーポレートサイト TOPページ用CSS */


#index #article {
	padding-bottom: 0;
}

/*--------------------------------------------------------------------------- MAIN-VISUAL */

#mainVisual {
	width: 100%;
    height: auto;
	position: relative;
	background-color: #0096e6;
}

#mainVisual:before,
#mainVisual:after {
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: -1px;
}

#mainVisual:before {
	background: url("../images/wave-bl.png");
	background-position: 0 0;
	background-size: 750px 35px;
	background-repeat: repeat-x;
	z-index: 5;
	animation: waveSP 700000ms linear infinite;
}

#mainVisual:after {
	background: url("../images/wave-wt.png");
	background-position: 0 0;
	background-size: 750px 35px;
	background-repeat: repeat-x;
	z-index: 10;
	animation: waveSP 400000ms linear infinite;
}

@keyframes waveSP {
	from { background-position: 0 center; }
	to { background-position: -10000% center; }
}

#mainVisual .mainVisualInner {
	width: 100%;
	height: 100%;
	position: relative;
}

#mainVisual .mainVisualTitle {
	width: 100%;
	font-size: 10vw;
    text-align: center;
    line-height: 1.4;
    color: #fff;
	position: absolute;
	top: calc(50% - 25px);
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

#mainVisual .mainVisualTitle span {
	display: block;
    font-size: 6vw;
    text-align: center;
}

#mainVisual #slider {
	width: 100%;
	height: auto;
	opacity: 0;
	transition: opacity 300ms ease;
}

#mainVisual #slider.slick-initialized {
	opacity: 1;
}

#mainVisual #slider li {
	width: 100%;
	height: auto;
}

#mainVisual #slider li img {
	width: 100%;
	height: auto;
}

#mainVisual #slider .slick-dots {
	display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    margin: auto;
	z-index: 10;
	cursor: pointer;
}

#mainVisual #slider .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 3px;
}

#mainVisual #slider .slick-dots li.slick-active {
	background-color: #0096e6;
}

#mainVisual #slider .slick-dots button {
	display: none;
}


/*--------------------------------------------------------------------------- EMERGENCY */

#emergency {
	
}

#emergency .emergencyList {
    padding: 40px 20px 0;
}

#emergency .emergencyListInner {
}

#emergency .emergencyListInner:not(:first-child) {
	margin-top: 10px;
}

#emergency .emergencyTxt {
	display: block;
	text-align: center;
	border: 2px solid #0096e6;
    border-radius: 10px;
   	padding: 15px;
}

#emergency .emergencyTxt span {
	color: inherit;
}


/*----------------------------HOVER*/

#emergency .emergencyTxt {
	transition: all 200ms ease;
}

#emergency .emergencyTxt.hover {
	background-color: #ebf7fd;
	border-color: #0864c8;
}


/*--------------------------------------------------------------------------- JIGYOU */

#jigyou {
	padding-top:  80px;
}

#jigyou .jigyouList {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	margin-top: 30px;
	margin-bottom: -20px;
}

#jigyou .jigyouList li {
	width: calc(50% - (20px / 2));
	margin-bottom: 20px;
}

#jigyou .jigyouList li:nth-child(2n+1) {
	margin-right: 20px;
}

#jigyou .jigyouList li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 25px 10px 20px;
	border: 1px solid #dee3e3;
	border-radius: 10px;
}

#jigyou .jigyouList li img {
	display: block;
	width: 64%;
	margin:  0 auto;
}

#jigyou .jigyouList li .jigyouTxt {
	display: block;
	font-weight: 700;
	color: #0096e6;
	margin-top: 8px;
}


/*----------------------------HOVER*/

#jigyou .jigyouList li a {
	transition: box-shadow 200ms ease;
}

#jigyou .jigyouList li a.hover {
	box-shadow: 0 4px 10px #cfd6d6;
}

#jigyou .jigyouList li .jigyouTxt {
	transition: color 200ms ease;
}

#jigyou .jigyouList li a.hover .jigyouTxt {
	color: #0564c8;
}

/*--------------------------------------------------------------------------- NEWS */

#news {
	padding-top:  80px;
	padding-bottom: 60px;
	margin-top: 60px;
	background: #ebf7fd;
}

#news .newsList {
	padding: 0 20px;
	margin-top: 30px;
}

#news .newsList li {
	border-bottom: 1px solid #c6d5dc;
}

#news .newsList li a {
	display: block;
	padding: 20px 32px 20px 0;
	position: relative;
}

#news .newsList li a:after {
    content: "";
    display: block;
    width: 10px;
    height: 14px;
    background: url(/common/images/link-gr.svg) center center / 10px 14px no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
}

#news .newsList li a.external:after {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/common/images/external-icon-gr.svg) center center / 20px 20px no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

#news .newsList li:first-child a {
	padding-top: 0;
}

#news .newsList li .date {
	display: block;
	font-size: 1.2rem;
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
}

#news .newsList li .date:before {
	content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url("/common/images/calender-icon.svg") center center / 14px 12px no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#news .newsList li .newsTxt {
	line-height: 1.5;
}

#news .btnList {
	margin-top: 40px;
}


/*----------------------------HOVER*/

#news .newsList li .newsTxt {
	transition: color 200ms ease;
}

#news .newsList li a.hover .newsTxt {
	color: #0564c8;
	text-decoration: underline;
}

#news .newsList li a:after {
	transition: all 200ms ease;
}

#news .newsList li a.hover:after {
    background: url(/common/images/link-bl.svg) center center / 10px 14px no-repeat;
	transform: translate(3px,0);
}

#news .newsList li a.external.hover:after {
	background: url(/common/images/external-icon-bl.svg) center center / 20px 20px no-repeat;
	transform: none;
}


/*--------------------------------------------------------------------------- RECOMMEND */

#recommend {
	padding-top: 80px;
}

#recommend .recommendList {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
    margin-top: 30px;
}

#recommend .recommendList li {
	width: calc(50% - (20px / 2));
	margin-bottom: 20px;
}

#recommend .recommendList li:nth-child(2n+1) {
    margin-right: 20px;
}

#recommend .recommendList li a {
	display: block;
	width: 100%;
    height: 100%;
	border: 1px solid #dee3e3;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#recommend .recommendList li img {
	display: block;
	width: 100%;
}

#recommend .recommendList li .recommendTxt {
	display: block;
    font-weight: 700;
	text-align: center;
    color: #0096e6;
    padding: 15px 10px;
}


/*----------------------------HOVER*/

#recommend .recommendList li a {
	transition: box-shadow 200ms ease;
}

#recommend .recommendList li a.hover {
	box-shadow: 0 4px 10px #cfd6d6;
}

#recommend .recommendList li .recommendTxt {
	transition: color 200ms ease;
}

#recommend .recommendList li a.hover .recommendTxt {
	color: #0564c8;
}


/*--------------------------------------------------------------------------- RECRUIT */

#recruit {
	background: url("../images/recruit-bk-sp.jpg") center center / cover no-repeat;
	margin-top: 60px;
}

#recruit .recruitInner {
	padding: 100px 20px;
}

#recruit .recruitTitle {
	font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

#recruit .recruitTxt {
	text-align: center;
    line-height: 1.8;
    color: #fff;
	padding:  0 20px;
    margin-top: 15px;
}

#recruit .btnList {
	margin-top: 40px;
}


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

以下 TAB 用

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

@media (min-width: 481px) and (max-width: 768px) { 
	
/*--------------------------------------------------------------------------- EMERGENCY */
	
	#emergency .emergencyList {
    	padding: 40px 12% 0;
	}
	

/*--------------------------------------------------------------------------- JIGYOU */
	
	#jigyou .jigyouList {
    	padding: 0 12%;
	}
	
	#jigyou .jigyouList li:nth-child(2n+1) {
		margin-right: 30px;
	}
	
	#jigyou .jigyouList li {
		width: calc(50% - (30px / 2));
		margin-bottom: 30px;
	}
	
	#jigyou .jigyouList li img {
    	width: 50%;
	}
	

/*--------------------------------------------------------------------------- NEWS */

	#news .newsList {
    	padding: 0 12%;
    }
	
	
/*--------------------------------------------------------------------------- RECOMMEND */
	
	#recommend .recommendList {
		padding: 0 12%;
	}
	
	#recommend .recommendList li:nth-child(2n+1) {
    	margin-right: 30px;
	}
	
	#recommend .recommendList li {
    	width: calc(50% - (30px / 2));
    	margin-bottom: 30px;
	}
	
	
/*--------------------------------------------------------------------------- RECRUIT */
	
	#recruit {
    	background: url(../images/recruit-bk-pc.jpg) center center / cover no-repeat;
    }
	
}


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

以下 PC 用

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

@media print, screen and (min-width: 769px) {
	
/*--------------------------------------------------------------------------- MAIN-VISUAL */

	#mainVisual {
		height: auto;
	}
	
	#mainVisual:before,
	#mainVisual:after {
		width: 100%;
		height: 70px;
		bottom: -2px;
	}

	#mainVisual:before {
		background: url("../images/wave-bl.png");
		background-position: 0 0;
		background-size: 1500px 70px;
		background-repeat: repeat-x;
		animation: wavePC 700000ms linear infinite;
	}

	#mainVisual:after {
		background: url("../images/wave-wt.png");
		background-position: 0 0;
		background-size: 1500px 70px;
		background-repeat: repeat-x;
		animation: wavePC 400000ms linear infinite;
	}
	
	@keyframes wavePC {
		from { background-position: 0 0; }
		to { background-position: 2000vw 0; }
	}
	
	#mainVisual .mainVisualInner {
		width: 1480px;
		height: 520px;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		margin: 0;
		overflow: hidden;
	}
	
	#mainVisual .mainVisualTitle {
		width: 1000px;
		font-size: 64px;
		text-align: left;
		top: calc(50% - 40px);
	}
	
	#mainVisual .mainVisualTitle span {
		font-size: 36px;
		text-align: left;
	}
	
	#mainVisual .mainVisualTitle span br {
		display: none;
	}
	
	#mainVisual #slider .slick-dots {
		flex-wrap: wrap;
		align-content: center;
		width: 8px;
		height: 100%;
		left: auto;
		right: 50%;
		bottom: 0;
		transform: translate(500px, 0);
		margin: 0;
	}
	
	#mainVisual #slider .slick-dots li {
		margin: 3px 0;
	}
	
	#mainVisual #slider li img {
		width: 1480px;
		height: 520px;
		border-radius: 40px 40px 0 0;
	}
	
	
/*--------------------------------------------------------------------------- EMERGENCY */
	
	#emergency .emergencyList {
		width: 1000px;
		padding: 40px 0 0;
		margin: 0 auto;
	}
	
	#emergency .emergencyListInner:not(:first-child) {
    	margin-top: 15px;
	}
	
	
/*--------------------------------------------------------------------------- JIGYOU */
	
	#jigyou {
		padding-top: 20px;
	}
	
	#jigyou .jigyouInner {
		width: 1000px;
    		margin-top: 0px;
	}
	
	#jigyou .jigyouList {
		padding: 0;
    	margin-top: 10px;
	}
	
	#jigyou .jigyouList li {
    	width: 150px;
		margin-right: 20px;
	}
	
	#jigyou .jigyouList li:nth-child(2n+1) {
		margin-right: 20px;
	}
	
	#jigyou .jigyouList li:nth-child(6n) {
    	margin-right: 0;
	}
	

/*--------------------------------------------------------------------------- NEWS */
	
	#news {
		padding-top: 100px;
		padding-bottom: 80px;
		margin-top: 80px;
	}
	
	#news .newsInner {
		width: 1000px;
		margin: 0 auto;
	}
	
	#news .newsList {
    	padding: 0;
    	margin-top: 40px;
	}
	
	
/*--------------------------------------------------------------------------- RECOMMEND */
	
	#recommend {
    	padding-top: 100px;
	}
	
	#recommend .recommendInner {
		width: 1000px;
		margin: 0 auto;
	}
	
	#recommend .recommendList {
		padding: 0;
		margin-top: 40px;
		margin-bottom: -20px;
	}
	
	#recommend .recommendList li {
    	width: 235px;
		margin-right: 20px;
    	margin-bottom: 20px;
	}
	
	#recommend .recommendList li:nth-child(2n+1) {
		margin-right: 20px;
	}
	
	#recommend .recommendList li:nth-child(4n) {
		margin-right: 0;
	}
	
	#recommend .recommendList li .recommendTxt {
    	padding: 20px 10px;
	}
	
	
/*--------------------------------------------------------------------------- RECRUIT */
	
	#recruit {
    	background: url(../images/recruit-bk-pc.jpg) center center / cover no-repeat;
    	margin-top: 80px;
	}
	
	#recruit .recruitTitle {
    	font-size: 36px;
	}
	
}


/*--------------------------------------------------------------------------- SLIDER_slick */

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;outline:0}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}