@charset "utf-8";

/* top.css
 * **************************************************
 * Main
 * **************************************************
 */

#home {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.main-inner img {
	max-width: 100%;
} 

/* Main
-------------------------------------------------- */

/* mainvisual */
.mainvisual {
	height: 450px;
	position: relative;
}

.mainvisual h1 {
	color: #000000;
	font-size: 23px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: absolute;
	bottom: 12px;
	left: 15px;
	text-align: left;
}

.mainvisual h1 br.sp {
	display: none;
}

/* business */
.business {
	margin: 26px 0 0 0;
}

.business ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

.business ul li {
	width: 282px;
}

.business ul li a {
	display: block;
	overflow: hidden;
}

.business ul li a img {
	transition: .3s;
	width: 100%;
}

.business ul li a:hover img {
	transform: scale(1.1);
}

.business ul li span {
	background-color: #000000;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	padding: 6px 0;
}

/* information */
.information {
	display: flex;
	justify-content: space-between;
	margin: 55px 0 0 0;
	text-align: left;
}

.information .block {
	width: 585px;
}

.information h2 {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.02em;
}

.information .tolist {
	display: inline-block;
	font-size: 16px;
	margin: 0 0 0 35px;
}

.information .tolist svg {
	display: inline-block;
	fill: #666666;
	margin: 0 10px 0 0;
}

.information .tolist a:hover svg {
	fill: #0168B7;
}

.information .scroll {
	height: 290px;
	margin: 20px 0 0 0;
	overflow-y: auto;
	padding: 0 30px 0 0;
}

.information .list {
	margin: 0 0 35px;
}

.information .list.columns {
	display: flex;
	justify-content: space-between;
}

.information .list dl {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.information .list.columns dl {
	width: 460px;
}

.information .list dl dd {
	color: #333333;
	margin: 12px 0 0 0;
}

.information .list dl dd a.mark {
	display: inline-block;
	margin: 10px 20px 0 0;
	padding: 0 0 0 22px;
	position: relative;
}

.information .list dl dd a.mark::before {
	background-color: #333333;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 15px;
}

.information .list .thumbnail {
	width: 86px;
}

.information a:hover {
	color: #0168B7;
}

/* feature */
.feature {
	margin: 80px 0 0 0;
}

.feature ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

.feature ul li {
	width: 181px;
}

.feature ul li a {
	display: block;
}

.feature ul li a:hover {
	opacity: 0.5;
}