@charset "UTF-8";
#firstView {
	position: relative;
}
#firstView .inBox {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 100%;
	width: 100%;
}
#firstView .inBox h1 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#firstView .inBox h1 img {
	max-height: 100%;
}
#firstView #slick_slide .photo {
	width: 100%;
	height: calc(100vh - 200px);
	min-height: 300px;
	background-position: center center;
	background-size: cover;
}
#serviceBox {
	display: flex;
	margin-top: 40px;
}
#serviceBox .inBox {
	padding: 20px;
	text-align: center;
	flex: 1;
	border-left: solid 1px #CCC;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
#serviceBox .inBox:last-child {
	border-right: solid 1px #CCC;
}
#serviceBox .inBox i {
	font-size: 300%;
	line-height: 1em;
	color: #ec6d65;
}
#serviceBox .inBox h3 {
	margin-top: 10px;
}
#topicsHeadLine .inBox .photo {
	margin-top: 20px;
}
#topicsHeadLine .inBox .photo a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
}
#topicsHeadLine .inBox .title {
	line-height: 1.5em;
	margin-top: 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: normal;
}
#topicsHeadLine .inBox .title a {
	text-decoration: none;
}
#topicsHeadLine .inBox .summary {
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 5px;
	letter-spacing: normal;
}
#topicsHeadLine .inBox .icon_link {
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 0px;
	text-align: right;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	#firstView #slick_slide .photo {
		height: auto;
	}
	#firstView .inBox h1 img {
		width: 250px;
	}
	#serviceBox {
		display: block;
	}
	#serviceBox .inBox {
		border-left: none;
		border-top: solid 1px #CCC;
	}
	#serviceBox .inBox:last-child {
		border-right: none;
		border-bottom: solid 1px #CCC;
	}
}