@charset "UTF-8";

/* -----------------------------------------------------------------
adjust
------------------------------------------------------------------ */
.company-forest .contentsbox-1 h1 {
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
}
.company-forest .sns-1 .contentsbox-2 {
	display: flex;
	justify-content: center;
}
/* -----------------------------------------------------------------
forest-nav
------------------------------------------------------------------ */
.company-forest .sns-1 + .forest-nav-container,
.company-forest h1 + .forest-nav-container {
	margin-top: 50px;
}
.company-forest .forest-nav-container + .sns-1 {
	margin-top: 60px;
	margin-bottom: 30px;
}
.company-forest .forest-nav .tab-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/* .company-forest .forest-nav .tab-list-item {
	width: 100%;
	max-width: 166px;
} */
.company-forest .forest-nav .tab-list-item.tab-list-item-icon {
	max-width: 44px;
}
.company-forest .forest-nav .tab-list-item + .tab-list-item {
	margin-left: 20px;
}
.company-forest .forest-nav .tab-item-button > p {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F0F0F0;
	border-radius: 30px;
	color: #222222;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.4;
	transition: color .3s, background-color .3s;
	margin: 0;
	padding: 11px;
	gap: 6px;
}
.company-forest .forest-nav .tab-list-item .tab-item-button:hover > p,
.company-forest .forest-nav .tab-list-item.current .tab-item-button > p {
	color: #FFFFFF;
	background-color: #6F6967;
}
.company-forest .forest-nav .tab-item-icon > img {
	width: 32px;
	height: 32px;
}
@media screen and (max-width: 767px) {
	.company-forest .forest-nav-container .contentsbox-2 {
		padding: 0 15px;
	}
	.company-forest .contentsbox-1 .forest-nav-container .contentsbox-2 {
		padding: 0;
	}
	/* .company-forest .forest-nav .tab-list-item {
		width: calc((100% - 10px) / 2);
		max-width: none;
	} */
	.company-forest .forest-nav .tab-list-item + .tab-list-item {
		margin-left: 10px;
	}
	.company-forest .forest-nav .tab-list-item:nth-child(n+3) {
		margin-top: 10px;
		margin-left: 0;
	}
}
/* -----------------------------------------------------------------
forest-gallery
------------------------------------------------------------------ */
.company-forest .forest-gallery-container {
	width: 100%;
	margin: 10px auto 0;
	overflow: hidden;
}
.company-forest .forest-nav-container + .forest-gallery-container {
	margin: 30px auto 0;
}
.company-forest .forest-gallery-container .eapp-vimeo-gallery-vimeo-gallery-component {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.company-forest .forest-gallery-container .eapp-vimeo-gallery-grid-component {
		max-width: none;
	}
}
.company-forest .eapp-vimeo-gallery-info-description {
	max-width: none;
}

/* -----------------------------------------------------------------
misc
------------------------------------------------------------------ */
.company-forest .mb10 {
	margin-bottom: 10px !important;
}
.company-forest .pb50 {
	padding-bottom: 50px !important;
}
