/* ---------------------------------------
    company
-----------------------------------------*/
/* sec_page_ttl
--------------------------------*/
@media screen and (max-width: 767px) {
	#sec_page_ttl .ttl_wrap .ttl {
		letter-spacing: -0.02em;
	}
}

/* sec_intro
--------------------------------*/
#sec_intro .wrap {
	min-height: 69rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#sec_intro .wrap {
		min-height: 26.5rem;
		padding: 0;
	}
}
#sec_intro .wrap::before, #sec_intro .wrap::after {
	content: "";
	width: 56.9em;
	height: 69rem;
	background: url(../img/company/intro_bg.svg) no-repeat center/100% auto;
	position: absolute;
	top: 0;
}
@media screen and (max-width: 767px) {
	#sec_intro .wrap::before, #sec_intro .wrap::after {
		width: 21.9rem;
		height: 26.5rem;
	}
}
#sec_intro .wrap::before {
	left: -32.7rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .wrap::before {
		left: -16.2rem;
	}
}
#sec_intro .wrap::after {
	transform: scale(-1, -1);
	right: -32.7rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .wrap::after {
		right: -16.2rem;
	}
}
#sec_intro .ttl {
	font-size: 10rem;
	line-height: 1;
	letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
	#sec_intro .ttl {
		font-size: 4.4rem;
	}
}
#sec_intro .catch {
	font-size: 5.4rem;
	line-height: 1.3333333333;
	letter-spacing: -0.1em;
	margin: 2.7rem 0 5.5rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .catch {
		font-size: 2.1rem;
		margin: 1.8rem 0 0.5rem;
	}
}

/* sec_drives
--------------------------------*/
#sec_drives {
	margin-top: 24rem;
}
@media screen and (max-width: 767px) {
	#sec_drives {
		margin-top: 5.5rem;
	}
}
#sec_drives .drives_list {
	margin-top: 14rem;
}
@media screen and (max-width: 767px) {
	#sec_drives .drives_list {
		margin-top: 4rem;
	}
}
#sec_drives .drives_list .item {
	display: flex;
	align-items: flex-start;
	gap: 0 6.2rem;
}
@media screen and (max-width: 767px) {
	#sec_drives .drives_list .item {
		flex-direction: column;
		gap: 1.5rem 0;
	}
}
#sec_drives .drives_list .item + .item {
	margin-top: 11rem;
}
@media screen and (max-width: 767px) {
	#sec_drives .drives_list .item + .item {
		margin-top: 5rem;
	}
}
#sec_drives .drives_list .item .ttl_wrap {
	width: 72rem;
	display: flex;
	align-items: center;
	gap: 0 6.2rem;
}
@media screen and (max-width: 767px) {
	#sec_drives .drives_list .item .ttl_wrap {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem 0;
	}
}
#sec_drives .drives_list .item .ttl_wrap .ttl {
	width: 27.5rem;
	font-size: 8rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	#sec_drives .drives_list .item .ttl_wrap .ttl {
		width: 100%;
		font-size: 3.3rem;
	}
}
#sec_drives .drives_list .item .ttl_wrap .catch {
	flex: 1;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: -0.075em;
}
@media screen and (max-width: 767px) {
	#sec_drives .drives_list .item .ttl_wrap .catch {
		white-space: nowrap;
		font-size: 2.4rem;
	}
}
#sec_drives .drives_list .item .txt {
	font-size: 2.2rem;
	line-height: 1.7727272727;
	letter-spacing: -0.05em;
	margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
	#sec_drives .drives_list .item .txt {
		text-align: justify;
		font-size: 1.6rem;
		line-height: 1.5625;
		margin-top: 0;
	}
}

/* sec_guideline
--------------------------------*/
#sec_guideline {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_guideline {
		margin-top: 7rem;
	}
}
#sec_guideline .guideline_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10.5rem;
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
	#sec_guideline .guideline_list {
		grid-template-columns: 1fr;
		gap: 2rem 0;
	}
}
#sec_guideline .guideline_list .item {
	min-height: 37.8rem;
	padding: 5rem 4.4rem 3rem;
	background-color: #000;
}
@media screen and (max-width: 767px) {
	#sec_guideline .guideline_list .item {
		min-height: inherit;
		padding: 3.2rem 2rem 1.8rem;
	}
}
#sec_guideline .guideline_list .item .ttl {
	text-align: center;
	color: #FFFF00;
	font-weight: 700;
	font-size: 5rem;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	#sec_guideline .guideline_list .item .ttl {
		font-size: 2.6rem;
	}
}
#sec_guideline .guideline_list .item .txt {
	text-align: justify;
	color: #ffffff;
	font-size: 2.2rem;
	line-height: 1.7727272727;
	letter-spacing: -0.08em;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_guideline .guideline_list .item .txt {
		font-size: 1.6rem;
		line-height: 1.625;
		margin-top: 3.6rem;
	}
}

/* sec_members
--------------------------------*/
#sec_members {
	margin-top: 16rem;
}
@media screen and (max-width: 767px) {
	#sec_members {
		margin-top: 6.4rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_members .wrap {
		display: flex;
		justify-content: space-between;
	}
}
#sec_members .sec_ttl {
	flex: 1;
}
#sec_members .inner {
	display: flex;
	align-items: flex-end;
	gap: 0 4rem;
	margin-left: -6rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner {
		width: 100%;
		align-items: flex-start;
		gap: 0 1.5rem;
		margin-top: 3rem;
		margin-left: 0;
	}
}
#sec_members .inner .ttl_en {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 12.126rem;
	line-height: 1;
	white-space: nowrap;
	padding-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .ttl_en {
		font-size: 4rem;
		padding-top: 0;
	}
}
#sec_members .inner .list_wrap {
	width: 72rem;
	padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .list_wrap {
		width: 25rem;
		padding-bottom: 0;
	}
}
#sec_members .inner .list_wrap .txt_wrap .catch {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .list_wrap .txt_wrap .catch {
		font-size: 2rem;
	}
}
#sec_members .inner .list_wrap .txt_wrap .txt {
	font-size: 2.2rem;
	line-height: 1.7727272727;
	letter-spacing: -0.075em;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .list_wrap .txt_wrap .txt {
		font-size: 1.4rem;
		line-height: 1.6428571429;
		margin-top: 1.5rem;
	}
}
#sec_members .inner .members_list {
	margin-top: 12rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .members_list {
		margin-top: 2.8rem;
	}
}
#sec_members .inner .members_list .item {
	display: flex;
	align-items: flex-start;
	gap: 0 3rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .members_list .item {
		flex-wrap: wrap;
		align-items: flex-end;
		gap: 0 0.5rem;
	}
}
#sec_members .inner .members_list .item + .item {
	margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .members_list .item + .item {
		margin-top: 3.5rem;
	}
}
#sec_members .inner .members_list .item .profile {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .members_list .item .profile {
		display: contents;
	}
}
#sec_members .inner .members_list .item .profile .name {
	font-size: 5rem;
	line-height: 1.08;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .members_list .item .profile .name {
		order: 1;
		width: 10.3rem;
		font-size: 1.8rem;
		line-height: 1;
	}
}
#sec_members .inner .members_list .item .profile .txt {
	text-align: justify;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -0.075em;
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .members_list .item .profile .txt {
		order: 3;
		font-size: 1.4rem;
		line-height: 1.6428571429;
		margin-top: 2.6rem;
	}
}
#sec_members .inner .members_list .item .img {
	flex: 0 0 auto;
	width: 37rem;
}
@media screen and (max-width: 767px) {
	#sec_members .inner .members_list .item .img {
		order: 2;
		width: 14.2rem;
	}
}

/* sec_about
--------------------------------*/
#sec_about {
	margin-top: 11rem;
}
@media screen and (max-width: 767px) {
	#sec_about {
		margin-top: 7rem;
	}
}
#sec_about .txt_wrap {
	width: 50%;
	margin-left: auto;
	margin-top: -3rem;
}
@media screen and (max-width: 767px) {
	#sec_about .txt_wrap {
		width: 100%;
		margin-top: 4rem;
	}
}
#sec_about .txt_wrap .tb {
	display: grid;
	grid-template-columns: 30% 70%;
	gap: 2.8rem 0;
}
@media screen and (max-width: 767px) {
	#sec_about .txt_wrap .tb {
		grid-template-columns: 25% 75%;
		gap: 2rem 0;
	}
}