@charset "UTF-8";
/* CSS Document */

.needs{
	background: #f2f2f2;
	padding: 50px;
	width: 100%;
	position: relative;
}
.needs h2{
	font-size: 2.6rem;
}
.needs div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.needs figure{
	position: absolute;
	right: 50px;
	bottom: 25px;
	width: 250px;
}
.contents ul{
	padding: 2rem 0;
	margin-right: 2rem
}
.contents li{
	padding: 0.75rem 0;
	line-height: 1.5;
	text-indent: -2.25rem;
	margin-left: 2.25rem;
}
.contents li::before{
	content: "●";
	margin-right: 0.5rem;
	color:#80c5ea;
}
.denshika{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 60px 0 40px;
}
.denshika h2{
	font-size: 3rem;
}
.denshika h2::after{
	content: "";
	width:60px;
	height: 2px;
	background: #028bd5;
	display: block;
	margin: 2rem 0;
}
.denshika div,.denshika figure{
	width: 48%;
}
.subcontents{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0 100px;
	align-items: stretch;
}
.subcontents .subbox{
	width: 48%;
	background: #f3f3f3;
}
.subcontents .subbox div,
.archivebox div{
	padding: 2rem;
}
.subcontents .subbox h3,
.archivebox div h3{
	padding-bottom: 1rem;
}
.archive{
	padding: 100px 0;
	background: #e6f3fb;
	text-align: center;
}
.archive h2{
	color:#028bd5;
	font-weight: normal;
	letter-spacing: 0.3rem;
	line-height: 1.5;
}
.archive p{
	margin-bottom: 4rem;
}
.in-archive{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
}
.archivebox{
	width: 30%;
	text-align: justify;
	background: #fff;
	position: relative;
}
.archivebox p{
	margin-bottom: 7rem;
}
.archive .button{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #028bd5;
	height: 50px;
	position: absolute;
	color:#fff;
	bottom:0;
	
}
.archive .button:hover{
	background: #047db2;
}
.archive .button::after{
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	right: 1.6rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media only screen and (max-width: 844px){
	.needs{
		padding: 1.6rem;
	}
	.needs h2{
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.needs figure{
		display: none;
	}
	.contents ul{
		padding: 0;
		margin-right: 0;
	}
	.contents li{
		padding: 0.2rem 0;
		font-size: 1.4rem;
	}
	.denshika{
		padding: 30px 0 20px;
	}
	.denshika h2{
		font-size: 2rem;
	}
	.denshika h2::after{
		margin: 1rem 0;
	}
	.denshika div,.denshika figure{
		width: 100%;
		margin: 5px 0;
	}
	.subcontents{
		padding: 10px 0 40px;
	}
	.subcontents .subbox{
		width: 100%;
		margin: 10px 0;
	}
	.archive{
		padding: 40px 0;
		text-align: justify;
	}
	.archive h2{
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
	}
	.archive p{
		margin-bottom: 2rem;
	}
	.archivebox{
		width: 100%;
		margin: 10px 0;
	}
	.archivebox p{
		margin-bottom: 5rem;
	}
	.archive .button{
		width:100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #028bd5;
		height: 50px;
		position: absolute;
		color:#fff;
		bottom:0;

	}
	.archive .button:hover{
		background: #047db2;
	}
	.archive .button::after{
		content: "";
		position: absolute;
		width: 1rem;
		height: 1rem;
		right: 1.6rem;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
}