@charset "utf-8";
/*------------------------------------------------------------
	strength
------------------------------------------------------------*/
/* fadeImg */
#main .fadeImg::before {
	background: #E7364A;
}
/* headLine01 */
#main .headLine01 .jp::before {
	background: #E7364A;
}
@media all and (min-width: 897px) {
	#main .headLine01 {
		margin-bottom: 12.9rem;
	}
}
/* comTopBox */
#main .comTopBox {
	margin-bottom: 13rem;
}
#main .comTopBox .photoBox::before {
	background: #E7364A;
}
@media all and (max-width: 896px) {
	#main .comTopBox {
		margin-bottom: 3rem;
	}
}
/* strengthBox */
#main .strengthBox {
	display: flex;
	align-items: center;
	gap: 4rem;
}
#main .strengthBox .photoBox {
	width: 50%;
	height: 100vh;
	order: 1;
}
#main .strengthBox .photoBox img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#main .strengthBox .textBox {
	margin-left: auto;
	padding-top: 0.5rem;
	width: 48rem;
}
#main .strengthBox .textBox p {
	margin-bottom: 3.1rem;
	line-height: 1.9375;
	letter-spacing: 0.06em;
}
#main .strengthBox .textBox p:last-child {
	margin-bottom: 0 !important;
}
#main .strengthBox .textBox .num {
	margin-bottom: 7rem;
	padding: 0.7rem 0.7rem 0.5rem;
	width: fit-content;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1;
	background: #000;
}
#main .strengthBox .textBox h2 {
	margin-bottom: 5.6rem;
	color: #E7364A;
	font-size: 4.3rem;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.35;
	letter-spacing: 0.06em;
}
#main .strengthBox .textBox h2 span {
	background: linear-gradient(#E7364A, #E7364A) no-repeat left bottom 0.1em / 100% 0.2rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
@media all and (min-width: 897px) {
	#main .item .content {
		width: 100%;
	}
	#main .item .strengthBox .photoBox {
		position: relative;
		transform: scaleX(0);
		transform-origin: right;
		will-change: transform;
	}
	#main .item .strengthBox .photoBox::before {
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #E7364A;
		transform-origin: left;
		will-change: transform;
		content: "";
		z-index: 2;
	}
	#main .item.active .strengthBox .photoBox {
		transform: scaleX(1);
		transition: transform 0.5s cubic-bezier(.165, .84, .44, 1);
	}
	#main .item.active .strengthBox .photoBox::before {
		transform: scaleX(0);
		transition: transform 0.5s cubic-bezier(.165, .84, .44, 1) 0.5s;
	}
}
@media all and (min-width: 897px) and (max-height: 680px) {
	#main .strengthBox .textBox {
		padding-top: 0.735vh;
		width: 70.588vh;
	}
	#main .strengthBox .textBox p {
		margin-bottom: 4.559vh;
		font-size: 2.353vh;
	}
	#main .strengthBox .textBox .num {
		margin-bottom: 10.294vh;
		padding: 1.029vh 1.029vh 0.735vh;
		font-size: 2.794vh;
	}
	#main .strengthBox .textBox h2 {
		margin-bottom: 8.235vh;
		font-size: 6.324vh;
	}
}
@media all and (max-width: 896px) {
	#main .strengthBox {
		padding: 2.5rem 0;
		display: block;
	}
	#main .strengthBox .photoBox {
		margin-bottom: 3rem;
		width: auto;
		height: auto;
	}
	#main .strengthBox .photoBox img {
		height: auto;
	}
	#main .strengthBox .textBox {
		margin: 0;
		padding-top: 0;
		width: auto;
	}
	#main .strengthBox .textBox p {
		margin-bottom: 2rem;
		line-height: 1.75;
	}
	#main .strengthBox .textBox .num {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	#main .strengthBox .textBox h2 {
		margin-bottom: 3rem;
		font-size: 2.8rem;
	}
}
/* fullWrap */
#main .fullWrap {
	margin-bottom: 27rem;
}
#main .fullWrap .itemBox {
	height: 100vh;
	width: 100%;
	position: sticky;
	top: 0;
}
#main .fullWrap .item {
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s cubic-bezier(.445, .05, .55, .95);
}
#main .fullWrap .item.active {
	opacity: 1;
	visibility: visible;
}
@media all and (min-width: 897px) {
	#main .fullWrap .item {
		display: flex;
		align-items: center;
	}
}
@media all and (max-width: 896px) {
	#main .fullWrap {
		margin-bottom: 4rem;
		height: auto !important;
	}
	#main .fullWrap .itemBox {
		position: static;
		height: auto;
	}
	#main .fullWrap .item {
		position: static;
		height: auto;
		opacity: 1 !important;
		visibility: visible !important;
	}
}
/* awards */
#main .awards {
	margin-bottom: 15.6rem;
}
#main .awards .content {
	width: 116rem;
}
#main .awards .awardsList {
	gap: 5.6rem 5.5rem;
}
#main .awards .awardsList li {
	width: 35rem;
	display: flex;
	flex-direction: column;
}
#main .awards .awardsList li .photo {
	margin-bottom: 1.6rem;
}
#main .awards .awardsList li .photo img {
	width: 100%;
}
#main .awards .awardsList li p {
	margin: 0 2rem;
	padding: 0.8rem 2rem;
	min-height: 6.4rem;
	flex: 1;
	position: relative;
	color: #000;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.47;
	background: #EEEEEF;
}
#main .awards .awardsList li p::before {
	width: 1rem;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	left: -2rem;
	top: 0;
	border-top: 0.3rem solid #E7364A;
	border-bottom: 0.3rem solid #E7364A;
	border-left: 0.5rem solid #E7364A;
	content: '';
}
#main .awards .awardsList li p::after {
	width: 1rem;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	right: -2rem;
	top: 0;
	border-top: 0.3rem solid #E7364A;
	border-bottom: 0.3rem solid #E7364A;
	border-right: 0.5rem solid #E7364A;
	content: '';
}
@media all and (max-width: 896px) {
	#main .awards {
		margin-bottom: 8rem;
	}
	#main .awards .content {
		width: auto;
	}
	#main .awards .awardsList {
		gap: 4rem 0;
	}
	#main .awards .awardsList li {
		width: 100%;
		display: block;
	}
	#main .awards .awardsList li .photo {
		margin-bottom: 1rem;
	}
	#main .awards .awardsList li p {
		padding: 0.8rem 1.5rem;
		min-height: 5.8rem;
		font-size: 1.4rem;
	}
}
/* comCta */
#main .comCta {
	background-image: url(../img/strength/cta_bg.jpg);
}