@charset "UTF-8";

/* メインビジュアル
----------------------------------------------- */
.hero-area-c {
	display: flex;
	margin-top: 12px;
	background: #ddd;
}

@media only screen and (min-width: 1281px) {
	.hero-area-c .content {
		padding-top: 167px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.hero-area-c .content {
		align-items: center;
		padding-top: 0;
	}
}

/* ページ内リンク
----------------------------------------------- */
.js-nav-fixed {
	margin-bottom: 30px;
	background: #dad9d5;
}

.js-nav-fixed.is-fixed .nav-b ul {
	margin: 0 auto;
	width: 100% !important;
	max-width: 1280px;
}

@media only screen and (min-width: 1294px) {
	.js-nav-fixed .nav-b ul > li:first-child::after {
		display: block;
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 1px;
		height: 32px;
		margin-top: -16px;
		background: #b1b1ac;
	}

	.js-nav-fixed.is-fixed .nav-b ul > li:last-child::before {
		display: block;
	}
}

@media only screen and (max-width: 1293px) {
	.js-nav-fixed .nav-b ul > li:last-child::before {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.js-nav-fixed .nav-b .nav-b-inner {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.js-nav-fixed .nav-b ul > li {
		padding: 0 10px;
		width: 20%;
		white-space: normal;
	}
}

/* 社員からのメッセージ
----------------------------------------------- */
.lyt-col-feature-a.message .visual img {
	width: auto !important;
}

.lyt-col-feature-a.message .moreinfo .lyt-btn-b {
	justify-content: center;
}