@charset "utf-8";
/*------------------------------------------------------------
	factory
------------------------------------------------------------*/
.comMainVisual02 .colorfulTxt {
	margin-bottom: 0;
	font-size: 4.4rem;
	line-height: 1.545;
	color: #fff !important;
	background: none;
}
.comMainVisual02 {
	padding: 5.9rem 0 15.1rem;
	z-index: auto;
	background-image: none;
	background-image: url(../img/in-factory/main_bg.jpg);
	background-color: transparent;
}
.comMainVisual02 .textBox {
	margin-left: auto;
	width: 60rem;
	position: relative;
	z-index: 3;
}
.comMainVisual02 .textBox .title {
	margin: -0.4rem  0 2.3rem;
	font-weight: 400;
	font-size: 2.8rem;
}
.comMainVisual02 .textBox p {
	line-height: 2;
	letter-spacing: 0.1em;
}
.comMainVisual02 .textBox p {
	margin-bottom: 3rem;
}
.comMainVisual .largeText {
	transform: translateY(20%);
	z-index: 8;
}
.comMainVisual .largeText p {
	font-size: 12rem;
	line-height: 1.1 !important;
	color: #0d0907;
}
#main .topBox {
	margin-top: -10.7rem;
	padding: 19.6rem 4.6rem 12rem;
	background: #e1eaed;
	box-shadow: 0 0 2rem rgba(150, 150, 150, 0.1);
	position: relative;
	z-index: 4;
}
#main .textList {
	margin: 0 auto 12.4rem;
	padding: 23.2rem 0;
	width: fit-content;
	gap: 13.5rem;
}
#main .textList li {
	width: 25.8rem;
	position: relative;
}
#main .textList li::after {
	content: "";
	width: 9.5rem;
	height: 1.2rem;
	position: absolute;
	top: 50%;
	left: calc(100% + 2rem);
	transform: translateY(-50%);
	background: url(../img/common/line02.png) no-repeat center bottom / 100%;
}
#main .textList li:last-child::after {
	display: none;
}
#main .textList .posBox {
	padding: 2.7rem 4rem 2.9rem;
	width: 53rem;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0 2rem rgba(150, 150, 150, 0.1);
}
#main .textList .posBox::after {
	width: 7.3rem;
	height: 7rem;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4rem;
	background: url(../img/in-factory/icon02.png) no-repeat center top / 100%;
	pointer-events: none;
}
#main .textList .posBox p {
	line-height: 1.666;
	color: #0d0907;
}
#main .textList02  {
	margin-top: 7.7rem;
	gap: 2.2rem;
}
#main .textList02 li {
	padding: 3rem 3.5rem;
	width: calc((100% - 4.4rem) / 3);
	color: #0d0907;
	border-radius: 0.8rem;
	background: #fff;
	filter: drop-shadow(0px 0px 20px rgba(150, 150, 150, 0.1));
}
#main .textList02 li p {
	line-height: 1.666;
}
#main .textList02 .title {
	text-align: center;
	font-weight: 400;
	font-size: 2.6rem;
	font-family: "Shippori Mincho", serif;
}
#main .textList02 .image {
	margin: 2.8rem 0 2.7rem;
	height: 12.3rem;
	text-align: center;
}
#main .textList02 .image img {
	width: auto;
	height: 100%;
}
#main .shapeBox {
	margin-bottom: 1.2rem;
	padding: 12rem 0 12rem 12rem;
	position: relative;
	z-index: 1;
}
#main .shapeBox::after {
	content: "";
	width: 999rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 1rem 0rem 0rem 1rem;
	background: #e2eaee;
	box-shadow: 0rem 0rem 2rem rgba(150, 150, 150, 0.1);
}
#main .shapeBox > * {
	position: relative;
	z-index: 1;
}
#main .shapeBox .imgBox {
	gap: 4rem;
}
#main .shapeBox .imgBox .photo {
	width: 60rem;
}
#main .shapeBox .imgBox .textBox {
	margin: -1.5rem 0 2rem;
	flex: 1;
	color: #0d0907;
}
#main .shapeBox .imgBox .title {
	margin-bottom: 6.2rem;
	font-size: 4.4rem;
	font-weight: 400;
	line-height: 1.545;
}
#main .shapeBox .imgBox p {
	line-height: 2;
}
#main .padBot {
	padding-bottom: 12rem;
}
#main .stepUl {
	margin: 6.6rem -12rem 0 0;
}
#main .stepUl li {
	display: flex;
	justify-content: space-between;
	gap: 5.4rem;
	align-items: flex-start;
	position: relative;
}
#main .stepUl li::before {
	content: "";
	width: 1.2rem;
	top: 0;
	bottom: -7rem;
	left: 6.7rem;
	position: absolute;
	background: url(../img/common/line.png) repeat-y center bottom 0.9rem/ 1.2rem,url(../img/common/arrow_icon09.png) no-repeat center bottom / 1.2rem;
}
#main .stepUl li:last-child::before {
	display: none;
}
#main .stepUl li + li {
	margin-top: 8rem;
}
#main .stepUl .stepBox {
	width: 14.6rem;
	height: 14.6rem;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	position: relative;
}
#main .stepUl .stepBox::before {
	content: "";
	width: 100%;
	height: 1px;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	position: absolute;
	background: #2F71B9;
}
#main .stepUl .stepBox p {
	font-size: 2.4rem;
	color: #0D0907;
}
#main .stepUl .stepBox .en {
	margin: 0.6rem 0;
	font-size: 1.5rem;
}
#main .stepUl .infoBox {
	padding: 6.8rem 6.4rem 5.3rem;
	flex: 1;
	border-radius: 1rem;
	background: #2A2A2B;
	display: flex;
	justify-content: space-between;
	gap: 8rem;
	position: relative;
	z-index: 1;
}
#main .stepUl .infoBox .photoBox {
	width: 29.6rem;
}
#main .stepUl .infoBox .photoBox img {
	width: 100%;
}
#main .stepUl .infoBox .textBox {
	flex: 1;
}
#main .stepUl .infoBox .head {
	margin: -0.5rem -4rem 2.1rem 0;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 400;
	 font-family: "Shippori Mincho", serif;
}
#main .stepUl .infoBox .head .en {
	font-size: 2.8rem;
}
#main .stepUl .infoBox p {
	line-height: 2.333;
	letter-spacing: 0;
}
#main .columnBox {
	margin-top: -5.2rem;
	padding-bottom: 16.8rem;
	position: relative;
}
#main .head01 {
	margin: 0 0 11.8rem;
	font-size: 3.8rem;
	font-weight: 400;
	line-height: 1.684;
	letter-spacing: 0.1em;
}
#main .head01 span {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: fit-content;
}
#main .head01 .enTxt {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.2;
}
#main .topicUl li {
	display: flex;
	align-items: flex-start;
	gap: 11rem;
}
#main .topicUl li:nth-child(2n) {
	flex-direction: row-reverse;
}
#main .topicUl li + li {
	margin-top: 8rem;
}
#main .topicUl .photoBox {
	width: 33rem;
}
#main .topicUl .photoBox img {
	width: 100%;
}
#main .topicUl .textBox {
	margin-top: -0.7rem;
	flex: 1;
}
#main .topicUl p {
	line-height: 2;
}
#main .head02 {
	margin-bottom: 2rem;
	font-size: 2.8rem;
	line-height: 1.571;
	font-weight: 400;
}
#main .head02 .en {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#main .bottomBox {
	padding-bottom: 4.1rem;
}
.ribbon01 {
	width: 105rem;
	transform: rotate(18deg);
	left: calc(50% - 14.5rem);
	opacity: 1;
	top: 0;
}
#main .shapeBox .ribbon01 {
	width: 110rem;
	top: auto;
	bottom: calc(100% - 21rem);
	left: calc(50% - 23.7rem);
	transform: none;
	z-index: 0;
	position: absolute;
}
#main .shapeBox .ribbon02 {
	width: 93.2rem;
	opacity: 1;
	bottom: 71rem;
	left: calc(50% - 76.7rem);
}
#main .columnBox .ribbon02 {
	width: 160rem;
	transform: rotate(0deg) scaleX(-1);
	top: auto;
	bottom: -13rem;
	left: calc(50% - 79rem);
	z-index: 0;
}
.largeText.text01 p {
	color: #0d0907;
	line-height: 1.1 !important;
}
@media all and (min-width: 897px) {
	.comMainVisual02 {
		background-position: center top 33.1rem;
	}
	#main .textList .posBox {
		position: absolute;
		left:50% ;
		bottom: calc(100% + 5rem);
		transform: translateX(-50%);
	}
	#main .textList .item01 .posBox::after {
		left: 64.1%;
	}
	#main .textList .item03 .posBox::after {
		left: 36%;
	}
	#main .textList .item02 .posBox {
		width: 67.3rem;
	}
	#main .textList .item01 .posBox ,
	#main .textList .item03 .posBox  {
		top: calc(100% + 5rem);
		transform: none;
		bottom: auto;
		left: -3.2rem;
	}
	#main .textList .item03 .posBox {
		right: -3.2rem;
		left: auto;
	}
	#main .textList .item01 .posBox::after ,
	#main .textList .item03 .posBox::after {
		bottom: auto;
		top: -4rem;
		transform: translateX(-50%) rotate(180.8deg);
	}
	#main .textList02 .image03 img {
		height: 10.4rem;
	}

}
@media all and (max-width: 896px) {
	.comMainVisual02 {
		padding: 3.9rem 0 5.5rem;
		background-position: center bottom;
		background-image: url(../img/in-factory/main_bg_sp.jpg);
	}
	.comMainVisual02 .colorfulTxt {
		margin-bottom: 11.6rem;
		font-size: 2.4rem;
		line-height: 1.416;
	}
	.comMainVisual02 .textBox {
		width: 100%;
	}
	.comMainVisual02 .textBox .title {
		margin-bottom: 3.1rem;
		font-size: 2rem;
		line-height: 1.5;
	}
	.comMainVisual02 .textBox p {
		margin-bottom: 2.2rem;
		line-height: 1.769;
	}
	.comMainVisual .largeText {
		transform: translateY(29%);
	}
	.comMainVisual .largeText p {
		font-size: 5.6rem;
	}
	#main .topBox {
		margin-top: -4.4rem;
		padding: 10rem 1rem 4rem;
		overflow: hidden;
		border-radius: 1rem;
	}
	#main .padBot {
		padding-bottom: 8rem;
	}
	#main .textList {
		margin-bottom: 8rem;
		padding: 0 1.4rem;
		display: block;
	}
	#main .textList li {
		width: 100%;
	}
	#main .textList li + li {
		margin-top: 11.4rem;
	}
	#main .textList .photo {
		margin: 0 auto;
		width: 15rem;
	}
	#main .textList .photo img {
		width: 100%;
	}
	#main .textList .posBox {
		margin-bottom: 2.2rem;
		padding: 1.2rem 1.6rem;
		width: 100% !important;
		position: initial;
		transform: none;
		position: relative;
	}
	#main .textList .posBox p {
		line-height: 1.769;
		letter-spacing: 0.05em;
	}
	#main .textList .posBox::after {
		bottom: -3.7rem;
	}
	#main .textList li::after {
		width: 1.2rem;
		height: 6.9rem;
		left: 50%;
		top: calc(100% + 2.3rem);
		transform: translateX(-50%);
		background: url(../img/common/line.png) repeat-y center bottom 0.9rem/ 1.2rem,url(../img/common/arrow_icon09.png) no-repeat center bottom / 0.8rem;
	}
	#main .textList02 {
		margin: 0 1.4rem;
		display: block;
	}
	#main .textList02 li {
		padding: 1.8rem 2.5rem 2.3rem;
		width: 100%;
	}
	#main .textList02 .title {
		font-size: 2rem;
	}
	#main .textList02 li p {
		line-height: 1.769;
	}
	#main .textList02 li + li {
		margin-top: 2.4rem;
	}
	#main .textList02 .image {
		margin: 1.8rem 0.8rem 2.1rem;
		height: auto;
	}
	#main .textList02 .image img {
		width: 100%;
		height: auto;
	}
	#main .shapeBox {
		margin-bottom: 0.2rem;
		padding: 3.3rem 0 4rem 2.4rem;
	}
	#main .shapeBox .imgBox {
		display: block;
	}
	#main .shapeBox .imgBox .photo {
		width: 100%;
	}
	#main .shapeBox .imgBox .photo img {
		width: 100%;
	}
	#main .shapeBox .imgBox .title {
		margin-bottom: 1.5rem;
		font-size: 2.2rem;
		line-height: 1.454;
	}
	#main .shapeBox .imgBox .textBox {
		margin: 0 0 2rem;
		text-align: justify;
	}
	#main .shapeBox p {
		line-height: 1.769 !important;
	}
	#main .stepUl {
		margin: 4rem 0 0;
	}
	#main .stepUl li {
		gap: 1.7rem;
	}
	#main .stepUl .stepBox {
		width: 6.2rem;
		height: 6.2rem;
	}
	#main .stepUl .infoBox {
		margin-right: -2.4rem;
		padding: 3rem 2.4rem 2.4rem;
		display: block;
		border-radius: 1rem 0 0 1rem;
	}
	#main .stepUl .infoBox .photoBox {
		margin-top: 2rem;
		width: auto;
	}
	#main .stepUl .stepBox p {
		font-size: 1rem;
	}
	#main .stepUl .stepBox .en {
		margin: 0;
		font-size: 0.8rem;
	}
	#main .stepUl .infoBox .head {
		margin-bottom: 1.3rem;
		font-size: 1.8rem;
	}
	#main .stepUl .infoBox .head .jp {
		display: block;
		line-height: 1.4;
	}
	#main .stepUl .infoBox .head .en {
		margin-bottom: 0.3rem;
		font-size: 1.8rem;
		display: block;
	}
	#main .stepUl .infoBox p {
		font-size: 1.2rem;
		line-height: 1.8333 !important;
	}
	#main .stepUl li + li {
		margin-top: 4rem;
	}
	#main .stepUl li::before {
		left: 2.6rem;
		bottom: -3.6rem;
	}
	#main .shapeBox::after {
		border-radius: 1rem;
		width: calc(100% + 2.4rem);
	}
	#main .head01 .enTxt {
		margin-bottom: 0.7rem;
		font-size: 1.5rem;
	}
	#main .head01 {
		margin-bottom: 3.6rem;
		font-size: 2.2rem;
		line-height: 1.454;
	}
	#main .columnBox {
		margin-top: -2.4rem;
		padding-bottom: 7.7rem;
	}
	#main .topicUl li {
		display: block;
	}
	#main .topicUl .photoBox {
		margin-top: 2.3rem;
		width: 100%;
	}
	#main .head02 {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
		line-height: 1.555;
	}
	#main .head02 .en {
		margin-bottom: 0.4rem;
		font-size: 1.2rem;
	}
	#main .topicUl p {
		line-height: 1.769;
	}
	#main .topicUl li + li {
		margin-top: 8.3rem;
	}
	.ribbon01 {
		width: 104vw;
		left: auto;
		opacity: 0.4;
		top: 16.9rem;
   		 right: -29vw;
	}
	#main .shapeBox .ribbon01 {
		width: 89vw;
		left: 13vw;
		bottom: calc(100% - 6.5rem);
		opacity: 0.75;
	}
	#main .columnBox .ribbon02 {
		width: 163vw;
		transform: none;
		bottom: -6rem;
		left: -33vw;
	}
	#main .columnBox .ribbon02.sp {
		left: -25.8vw;
		bottom: auto;
		top: 56.5rem;
		width: 152vw;
		transform: rotate(-2deg) scaleX(-1);
	}
}