/* Top CSS */
.top-about-box .btn-more a {
	margin-bottom: 0px;
}
@media screen and (min-width: 960px) {
	.top-about-box .btn-more a {
		margin-bottom: 25px;
	}
}

/* header */
#header {
	position: relative;
}
#header-inner {
	/* position: fixed; */
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: transparent;
}
#header-logo {
	position: absolute;
	z-index: 9000;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
}
/* スクロールしたあとのヘッダー背景色とロゴ変える SP用*/
#header-logo-sp {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 10px;
	width: 72px;
}
#header-logo-sp.header-logo.change-color.-before {
	display: none;
}
#header-logo-sp.header-logo.-after {
	display: none;
}
#header-logo-sp.header-logo.change-color.-after {
	display: block;
}
@media screen and (min-width: 960px) {
	/* スクロールしたあとのヘッダー背景色とロゴ変える PC用*/
	#header-logo-pc {
		position: absolute;
		left: 30px;
		width: 74px;
		top: 5px;
		padding: 0;
	}
}

#main-visual {
	padding-top: 0;
	margin-top: 0;
	height: 700px;
}
#main-visual .swiper-wrapper .swiper-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(6, 36, 0, 0.2);
}
#main-visual .swiper-slide {
	background-size: cover;
}

@media screen and (min-width: 960px) {
	#header-inner {
		position: fixed;
		height: 110px;
	}
	#header-logo {
		padding: 0;
		position: absolute;
		top: 50%;
	}
	#main-visual {
		height: 100vh !important;
	}

	#main-visual .swiper-pagination {
		bottom: 20px;
	}
}

.top-about-box .lead {
	margin: 0px auto 30px;
}
.top-about-box .lead h2 {
	margin: 0px auto 20px;
	font-weight: normal;
	font-size: 20px;
}
.top-about-box .lead p {
	font-weight: normal;
	font-size: 18px;
}

/* ABOUT */
.top-about-box .section-title {
	font-family: "Delius", cursive;
	font-size: 35px;
	padding: 20px 0;
}
.top-about-box {
	padding-bottom: 25px;
	max-width: 1300px;
	margin: 0 auto;
}
.top-about-box .title h2 {
	font-weight: normal;
	margin-bottom: 1rem;
}
.top-about-box .text-box h2 {
	font-weight: normal;
	margin-bottom: 1rem;
}

@media screen and (min-width: 960px) {
	.top-about-box .lead {
		margin: 60px auto 30px;
	}

	.top-about-box {
		padding-bottom: 100px;
	}
	.top-about-box .products-box {
		margin-top: 60px;
	}
	.top-about-box .products-box:first-of-type {
		margin-top: 0;
	}
	.top-about-box .section-title {
		font-size: 40px;
		padding: 0;
	}
	.top-about-box .title h2 {
		font-size: 24px;
	}
	.top-about-box .title p {
		font-size: 15px;
	}
	.top-about-box .top-products-box .products-img img {
		width: 35%;
	}

	.top-about-box .products-img-right .products-img {
		padding: 0 0 0 25px;
	}
	.top-about-box .products-text {
		margin: 0;
	}
	.top-about-box .text-box {
		max-width: 600px;
		margin: 0 0 0 25px;
		font-size: 115%;
		text-align: left;
	}
	.top-about-box .text-box h2 {
		font-size: 29px;
	}
	.top-about-box .products-img-right .text-box {
		margin: 0 25px 0 auto;
	}
	.top-about-box .top-products-box {
		max-width: 750px;
		margin: 0 auto;
		display: flex;
		margin-top: 90px;
		justify-content: space-between;
		align-items: center;
	}
	.top-about-box .top-products-box .products-img {
		width: 260px;
	}
	.top-about-box .top-products-box .products-img img {
		width: auto;
	}
	.top-about-box .top-products-box .products-text {
		flex: 1;
	}
}

.top-img-box {
	display: flex;
	justify-content: space-between;
}
.top-img-box .products-img:nth-child(2) {
	margin-top: 4rem;
}

.top-img-box .products-img:nth-child(3) {
	margin-top: 8rem;
}

/* slide */
.slide-wrap {
	margin-bottom: 20px;
	text-align: center;
}
.swiper-container-horizontal
	> .swiper-pagination-bullets
	.swiper-pagination-bullet {
	margin: 0 10px;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: rgba(0, 86, 30, 0.8);
	opacity: 1;
	line-height: 12px;
	vertical-align: middle;
}
.swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 0.8);
	width: 12px;
	height: 12px;
}
.slide-wrap img {
	margin: 0 auto;
}

@media screen and (min-width: 960px) {
	.slide-wrap {
		margin-bottom: 40px;
	}
	.slide-wrap img {
		width: 60%;
	}
}

@keyframes sliderAnimation {
	100% {
		transform: translateX(-50%);
	}
}
.top-slide-box {
	padding: 0;
	overflow: hidden;
	display: -ms-grid;
	-ms-grid-columns: min-content;
	clear: both;
	margin-bottom: 5rem;
}
.top-slider {
	display: flex;
	min-width: 100%;
	width: -webkit-min-content;
	width: min-content;
}
.top-slider .slide {
	height: 295px;
	width: 295px;
	position: relative;
}

/* company */
.top-company-box {
	background: url("../img/top/bg-top-company.png") center top no-repeat;
	background-size: cover;
	padding: 50px 30px;
}
.top-company-box .text-box {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.top-company-box .text-box h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 1rem;
}
.top-company-box .text-box h3 {
	font-weight: normal;
}

.top-company-box .text-box table {
	text-align: left;
	margin: 2rem 0;
}

.top-company-box .text-box table th {
	white-space: nowrap;
	font-weight: normal;
}
.specialthanks {
	background-color: #00561f;
	border: solid 1px #fff;
	background: rgba(0, 86, 30, 0.5);
	border-radius: 10px;
	padding: 20px 10px 30px;
}
.specialthanks h2 {
	position: relative;
	display: inline-block;
	padding: 0 95px;
}

.specialthanks h2:before,
.specialthanks h2:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #fff;
}

.specialthanks h2:before {
	left: 0;
}

.specialthanks h2:after {
	right: 0;
}
.specialthanks a {
	color: #fff;
}
.specialthanks p {
	line-height: 1.3;
}
.specialthanks p.greenlight {
	letter-spacing: 0;
}

.specialthanks a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 960px) {
	.top-company-box {
		padding: 90px 0 80px;
	}
	.top-company-box .text-box table {
		margin: 3rem 0;
	}
	.specialthanks {
		padding: 40px 50px;
	}
	.specialthanks p.greenlight {
		letter-spacing: inherit;
	}
}
