@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main {
	padding-top: 139px;
}

.offiTitle {
	margin-bottom: 126px;
}

.offiTitle h2 {
	position: relative;
	font-size: 38px;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	letter-spacing: 1px;
}

.offiTitle h2:after {
	width: 100px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -32px;
	transform: translateX(-50%);
	content: "";
	background: #000;
}

.offiList {
	padding-bottom: 38px;
	margin: 0 auto;
	width: 670px;
}

.offiList li {
	margin-bottom: 60px;
	display: flex;
}

.offiLeft {
	padding-left: 3px;
	padding-right: 10px;
	width: 211px;
	min-width: 211px;
	box-sizing: border-box;
}

.offiLeft p {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .2px;
}

.offiRight {}

.offiRight p {
	font-size: 13px;
	line-height: 1.77;
	letter-spacing: .7px;
}

.linkTo {}

.linkTo a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 1.77;
	letter-spacing: .7px;
}

.linkTo a:hover {
	color: #999;
}

.linkTo a:after {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 3px;
	transition: background .6s ease;
	content: "";
	background: #000;
}

.linkTo a:hover:after {
	background: #999;
}

.offiSlide {
	margin-bottom: 100px;
  height: 233px;
	overflow: hidden;
}

.offiSlide ul {
  width: 10000px;
}

.offiSlide li {
	height: 233px;
	float: left;
}

.offiSlide li img {
	height: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		padding-top: 90px;
	}

	.offiTitle {
		margin-bottom: 62px;
	}

	.offiTitle h2 {
		font-size: 33px;
	}

	.offiTitle h2::after {
		width: 90px;
		height: 2px;
		bottom: -23px;
	}

	.offiList {
		padding: 0 20px 16px;
		width: auto;
	}

	.offiList li {
		margin-bottom: 42px;
		display: block;
	}

	.offiLeft {
		margin-bottom: 7px;
		padding: 0;
		width: auto;
	}

	.offiLeft p {
		font-size: 15px;
		letter-spacing: 0;
	}

	.offiRight p,
	.linkTo a {
		letter-spacing: .6px;
	}

	.offiRight p a.sp {
		display: inline-block !important;
	}

	.offiSlide {
		margin-bottom: 95px;
    height: 125px;
	}

	.offiSlide li {
		height: 125px;
	}
}