@charset "utf-8";
/* ====================================================
	1）企業理念
==================================================== */
.aboutWrapper {
	position: relative;
}
.bgImg {
	position: absolute;
	top: 17px;
	left: -76px;
	z-index: 1;
}
.bgImg img {
	opacity: 0;
}
.bgText {
	position: absolute;
	top: 0;
	right: 0;
}
.bgText > div {
	opacity: 0;
	transform: translateX(10%);
	transition: opacity 1.4s ease-out 0s, transform 1.4s ease-out 0s;
}
.bgText > div.active {
	opacity: 1;
	transform: translateY(0);
}
.headingBlock {
	opacity: 0;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
	width: 316px;
	padding: 90px 0 0 79px;
	transform: translateY(10%);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
	z-index: 1;
}
.headingBlock.active {
	opacity: 1;
	transform: translateY(0);
}
.headingBlock h2 {
	font-size: 60px;
	letter-spacing: 0.25em;
}
.headingUnderline {
	background-color: #f39800;
	height: 4px;
	width: 50vw;
	position: absolute;
	margin: 17px 0 0;
	right: 0;
}
.headingNotes {
	color: #f39800;
	font-size: 20px;
	margin: 35px 0 0 2px;
	letter-spacing: 0.88em;
	line-height: 1;
}
.subHeadingBlock {
	opacity: 0;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 30px;
	color: #1b1b1b;
	background-color: #eeeeee;
	width: 770px;
	height: 131px;
	margin: 46px auto 0;
	position: relative;
	letter-spacing: 0.13em;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(10%);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.subHeadingBlock.active {
	opacity: 1;
	transform: translateY(0);
}
.subHeadingBlock h3 {
	padding: 0;
	margin: 3px 73px 0 auto;
}
.subHeadingBlock h3 span {
	font-size: 46px;
}
.aboutText {
	opacity: 0;
	padding: 36px 85px 0 81px;
	transform: translateY(10%);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.aboutText.active {
	opacity: 1;
	transform: translateY(0);
}
.aboutText p {
	line-height: 2.1;
	margin: 36px auto 0;
}
.aboutText p:first-child {
	margin-top: 0;
}
/* ====================================================
	2）名前の由来
==================================================== */
.about_02 .headingBlock {
	padding: 0;
	margin: 0 0 0 auto;
	width: 464px;
}
.aboutWrapper.about_02 {
	margin-top: 164px;
	padding-bottom: 34px;
}
.about_02 .headingUnderline {
	right: auto;
	left: 0;
}
.about_02 .headingBlock h2 {
	padding-left: 6px;
}
.about_02 .headingNotes {
	margin-left: 3px;
	letter-spacing: 0.88em;
}
.about_02 .subHeadingBlock {
	font-size: 36px;
	letter-spacing: 0.13em;
}
.about_02 .subHeadingBlock h3 {
	margin: 10px 201px 0 auto;
}
.about_02 .aboutText {
	padding: 47px 85px 0 80px;
}
.about_02 .bgImg {
	top: -96px;
    left: auto;
    right: 31px;
}
.about_02 .bgText {
	top: -37px;
	left: 14px;
	right: auto;
}
.ceoName {
	opacity: 0;
	margin: 35px 0 0 80px;
	transform: translateY(10%);
	transition: opacity 1s ease-out 0s, transform 1s ease-out 0s;
}
.ceoName p:first-child {
	font-size: 20px;
	line-height: 1.5;
}
.ceoName p:nth-child(2) {
	font-size: 20px;
	line-height: 1.5;
}
.ceoName.active {
	opacity: 1;
	transform: translateY(0);
}
