/* --------------------------------------
COMPANYページ用追加CSS 
----------------------------------------*/
.page__ttl {
  padding: 100px 0 0;
  font-size: 32px!important;
  font-weight: 300;
  position: relative;
}

.page__ttl::after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #B0B0B0;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.zen-kaku {
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}

.section__ttl {
	font-weight: 300;
	font-size: 28px;
	color: #3EB370;
	margin-bottom: 60px;
	padding-bottom: 20px;
}

.table dl {
	display: flex;
	justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #cccc;
}

.table dt {
	width: 15%;
}
.table dd {
	width: 85%;
}

.founder__wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
}

.founder__vs {
	width: 25%;
}

.founder__vs img {
	margin-bottom: 20px;
}

.founder__vs p {
	font-weight: bold;
	margin-bottom: 30px;
}

.founder__info {
	width: 70%;
}

.list-circle {
	margin-bottom: 40px;
}

.list-circle li{
    list-style: disc;
    margin-left: 20px;
}

.content__ttl {
	font-size: 24px;
	border-bottom: 1px solid #cccc;
	margin-bottom: 20px;
}

.book-icon {
	color: #3EB370;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.book-icon.right {
	justify-content: end;
}

.book-icon::after {
	content: "";
	width: 14px;
	height: 14px;
	background: url(https://fandp.jp/wp/wp-content/uploads/2026/06/icon-book.png) no-repeat;
	background-size: contain;
}

.book__ttl {
	margin-bottom: 30px;
}

.history__items {
	display: flex;
    flex-wrap: wrap;
	row-gap: 30px;
	position: relative;
	margin-bottom: 60px;
}

.history__items::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #DFC6AD;
	position: absolute;
	left: 105px;
	top: 10px;
}

.history__item {
	display: flex;
	/* justify-content: space-between; */
}

.year {
	color: #DFC6AD;
	min-width: 200px;
	position: relative;
}

.year::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #DFC6AD;
	position: absolute;
	left: 100px;
	top: 8px;
}

.list-circle li {
	margin-bottom: 10px;
}

.section__history {
	margin-bottom: 140px;
}

.ttl__wrapper {
	margin-bottom: 60px;
}

.company h2 {
  padding-bottom: 20px;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media(max-width: 770px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

@media(min-width: 1200px) {
	.page__ttl,
	.section__ttl span{
		margin-left: -100px;
	}
}

@media(max-width: 770px) {
	.wrapper {
		padding: 0 25px;
	}

	.page__ttl {
		font-size: 24px!important;
		margin-bottom: 60px;
	}

	.underh2 {
		font-size: 20px;
	}

	.table dl {
		padding: 30px 0;
	}

	.table dt {
		min-width: 80px;
		font-size: 12px;
	}

	.table dd {
		font-size: 12px;
	}

	section {
		margin-bottom: 80px;
	}

	.founder__vs,
	.founder__info {
		width: 100%;
	}

	.founder__vs p {
		margin-bottom: 20px;
	}

	.founder__vs img {
		width: 80%;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
	}

	.list-circle li {
		font-size: 12px;
	}

	.year {
		min-width: 90px;
		font-size: 14px;
	}

	.history__items::before {
		left: 60px;
	}

	.year::after {
		left: 55px;
	}

	.event {
		font-size: 12px;
		margin-top: 2px;
	}

	.mv .wrapper {
		padding: 0;
	}
}