.pageStrength .MV {
	height: 400px;
	background: url("../images/strength/mv_sp.jpg") no-repeat top center / cover;
	position: relative;
}

.pageStrength .MV__inner {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 30px 10px 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.pageStrength .MV__textArea {
	width: 100%;
	height: 100%;
	padding:  0 10px;
	display: flex;
	justify-content:space-between;
	flex-direction: column-reverse;
	gap: 35px 30px;
	position: relative;
}
.pageStrength .MV__japan {
	width: 255px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
}
@media all and (min-width: 400px) {
	.pageStrength .MV {
		height: 450px;
	}
}
@media all and (min-width: 500px) {
	.pageStrength .MV {
		height: 500px;
	}
}
@media all and (min-width: 576px) {
	.pageStrength .MV {
		height: 350px;
		background: url("../images/strength/mv_pc.jpg") no-repeat center right / cover;
	}
	.pageStrength .MV__inner {
		padding: 30px 10px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: inherit;
	}
	.pageStrength .MV__textArea {
		width: fit-content;
		width: -moz-fit-content;
		padding: 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 0;
	}
}
@media all and (min-width: 768px) {
	.pageStrength .MV {
		height: 450px;
	}	
	.pageStrength .MV__japan {
		width: 475px;
	}
}
@media all and (min-width: 992px) {
	.pageStrength .MV {
		height: 550px;
	}		
}
@media all and (min-width: 1400px) {
	.pageStrength .MV {
		height: 450px;
	}		
	.pageStrength .MV__inner {
		max-width: 980px;
		margin: 0 auto;

	}
}


.pageStrength .MV__titleArea {
	position: relative;
}
.pageStrength .MV__lead {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
}
.pageStrength .MV__lead::before ,
.pageStrength .MV__lead::after {
	display: inline-block;
	width: 2px;
	height: 15px;
	background-color: #FC6127;
	content: '';
	transform: rotateZ(-20deg);
}
.pageStrength .MV__lead::after {
	transform: rotateZ(20deg);
}
.pageStrength .MV__lead .dod {
	position: relative;	
}
.pageStrength .MV__lead .dod::after {
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #FC6127;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 50%;
	bottom: calc(100% + 3px);
	transform: translateX(-50%);
}
@media all and (min-width: 576px) {
	.pageStrength .MV__lead {
		font-size: 16px;
	}
}
@media all and (min-width: 768px) {
	.pageStrength .MV__lead {
		font-size: 20px;
		gap: 15px;
	}
	.pageStrength .MV__lead::before ,
	.pageStrength .MV__lead::after {
		height: 35px;
		width: 5px;
	}
	.pageStrength .MV__lead .dod::after {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		bottom: calc(100% + 5px);
	}
}
@media all and (min-width: 992px) {
	.pageStrength .MV__lead {
		font-size: 26px;
	}
}



.pageStrength .MV__titleTop {
	padding-top: 10px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
} 
.pageStrength .MV__titleTop .color-orange {
	color: #FC6127;
}
.pageStrength .MV__titleTop img {
	width: 54px;
}
.pageStrength .MV__titleBottom {
	display: block;
	padding-top: 5px;
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #FC6127;
}
@media all and (min-width: 400px) {
	.pageStrength .MV__titleTop {
		font-size: 36px;
	} 
	.pageStrength .MV__titleBottom {
		font-size: 38px;
	}
}
@media all and (min-width: 768px) {
	.pageStrength .MV__titleTop {
		font-size: 50px;
		gap: 12px;
	} 
	.pageStrength .MV__titleTop img {
		width: 112px;
	}
	.pageStrength .MV__titleBottom {
		font-size: 60px;
	}
}
@media all and (min-width: 992px) {
	.pageStrength .MV__titleTop {
		font-size: 64px;
	} 
	.pageStrength .MV__titleBottom {
		font-size: 70px;
	}
}



.pageStrength .MV__label {
	width: 100px;
	height: 100px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: .005em;
	text-align: center;
	color: #fff;
	background-color: #FC6127;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 2px 5px;
	overflow: hidden;
}
.pageStrength .MV__label .fz-big {
	font-size: 20px;
	letter-spacing: .12em;
}
@media all and (min-width: 576px) {
	.pageStrength .MV__label {
		width: fit-content;
		width: -moz-fit-content;
		height: auto;
		margin: 30px auto 5px;
		padding: 15px 30px;
		font-size: 16px;
		letter-spacing: .2em;
		border-radius: 0;
		flex-direction: row;
		clip-path: polygon(13px 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%, 0 13px);
		position: inherit;
	}
}
@media all and (min-width: 768px) {
	.pageStrength .MV__label {
		font-size: 20px;
	}
	.pageStrength .MV__label .fz-big {
		font-size: 26px;
		letter-spacing: .2em;
	}
}





/* estimate */
.pageStrength .estimate__title {
	padding: 20px 0;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0px 20px;
	position: relative;
}
.pageStrength .estimate__title::after {
	width: 100vw;
	height: 100%;
	background: linear-gradient(-90deg, #FEB420 0%, #FC6127 100%);
	position: absolute;
	top: 0;
	z-index: -1;
	content: "";
}
.pageStrength .estimate__titleImgWrapper {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.pageStrength .estimate__titleImgWrapper img {
	width: 20px;
}
.pageStrength .estimate__title .fz-min {
	font-size: 19px;
}
.pageStrength .estimate__title .num {
	font-size: 35px;
}
.pageStrength .estimate__titleInner {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 2px;
}
@media all and (min-width: 576px) {
	.pageStrength .estimate__title {
		font-size: 35px;
		flex-direction: row;
	}
	.pageStrength .estimate__titleImgWrapper img {
		width: auto;
	}
	.pageStrength .estimate__title .fz-min {
		font-size: 25px;
	}
	.pageStrength .estimate__title .num {
		font-size: 40px;
	}
	.pageStrength .estimate__titleInner {
		gap: 5px;
	}
}
@media all and (min-width: 992px) {
	.pageStrength .estimate__title {
		font-size: 45px;
	}
	.pageStrength .estimate__title .fz-min {
		font-size: 30px;
	}
	.pageStrength .estimate__title .num {
		font-size: 55px;
	}
	.pageStrength .estimate__titleInner {
		gap: 10px;
	}
}



.pageStrength .estimate__area {
	padding: 45px 0;
	background-color: #fff;
	box-shadow: 10px 10px 35px rgba(0,0,0,.1);
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 60px 0;
	position: relative;
}
.pageStrength .estimate__area::after {
	width: 100vw;
	height: 50%;
	background: linear-gradient(-90deg, #FEB420 0%, #FC6127 100%);
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	z-index: -1;
	content: "";
}
.pageStrength .estimate__item {
	width: 100%;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.pageStrength .estimate__itemBg {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
}
.pageStrength .estimate__item:nth-child(1) .estimate__itemBg {
	width: 150px;
}
.pageStrength .estimate__item:nth-child(2) .estimate__itemBg {
	width: 100px;
}
.pageStrength .estimate__item:nth-child(3) .estimate__itemBg {
	width: 130px;
}
.pageStrength .estimate__item:nth-child(4) .estimate__itemBg {
	width: 130px;
}
.pageStrength .estimate__itemTop {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
}
.pageStrength .estimate__itemBottom {
	padding-top: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: .1em;
	text-align: center;
	color: #FC6127;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	flex: 1;
}
.pageStrength .estimate__itemBottom .num {
	font-size: 30px;
}
.pageStrength .estimate__itemBottom .unit {
	font-size: 20px;
	color: #4E4E4E;
}
.pageStrength .estimate__itemBottom .fz-min {
	font-size: 20px;
}

@media all and (min-width: 576px) {
	.pageStrength .estimate__item {
		width: 50%;
	}
	.pageStrength .estimate__item:nth-child(1) .estimate__itemBg,
	.pageStrength .estimate__item:nth-child(2) .estimate__itemBg,
	.pageStrength .estimate__item:nth-child(3) .estimate__itemBg,
	.pageStrength .estimate__item:nth-child(4) .estimate__itemBg{
		width: auto;
	}
	.pageStrength .estimate__item:nth-child(2) .estimate__itemBottom{
		margin-top: -20px;
	}
	.pageStrength .estimate__itemBottom {
		font-size: 30px;
	}
	.pageStrength .estimate__itemBottom .bottom-fz-min {
		font-size: 27px;
	}
	.pageStrength .estimate__itemBottom .num {
		font-size: 48px;
	}
	.pageStrength .estimate__itemBottom .unit {
		font-size: 21px;
	}
	.pageStrength .estimate__itemBottom .fz-min {
		font-size: 24px;
	}
}
@media all and (min-width: 992px) {
	.pageStrength .estimate__item {
		width: 25%;
	}
}
@media all and (min-width: 1400px) {
	.pageStrength .estimate__itemBottom {
		font-size: 28px;
	}
	.pageStrength .estimate__itemBottom .num {
		font-size: 40px;
	}
}
@media all and (min-width: 1450px) {
	.pageStrength .estimate__itemBottom .num {
		font-size: 48px;
	}
}
/* estimate */




/* trouble */
.pageStrength .trouble {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.pageStrength .trouble__title {
	margin-bottom: 0;
}
.pageStrength .trouble__area {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 40px;
}
.pageStrength .trouble__item {
	padding-top: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
}
.pageStrength .trouble__item:first-child{
	padding-top: 0;
}
.pageStrength .trouble__item::before {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	background: url("../images/strength/icon-check.svg") no-repeat center center / contain;
	flex: 0 0 auto;
	content: '';
}
@media all and (min-width: 768px) {
	.pageStrength .trouble__item {
		font-size: 22px;
		gap: 15px;
	}
	.pageStrength .trouble__item::before {
		width: 30px;
		height: 25px;
	}
}


.pageStrength .trouble__ieaveIt {
	margin-top: 30px;
	margin-bottom: 7rem;
	padding: 110px 0 60px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .2em;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #FC6127 25%, #F4B198 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.pageStrength .trouble__ieaveIt::before {
	width: 100vw;
	height: 60px;
	background-color: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: '';
	position: absolute;
	top: -1px;
	z-index: -2;
}
.pageStrength .trouble__ieaveIt::after {
	width: 200px;
	height: 301px;
	background: url("../images/strength/ieaveIt_bg.png") no-repeat center center / contain;
	content: '';
	position: absolute;
	bottom: -20px;
	right: -80px;
	z-index: -1;
}
@media all and (min-width: 576px) {
	.pageStrength .trouble__ieaveIt::after {
		width: 344px;
		height: 401px;
		bottom: -20px;
		right: -120px;
	}
}
.pageStrength .trouble__ieaveItLead {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.pageStrength .trouble__ieaveItLead::before ,
.pageStrength .trouble__ieaveItLead::after {
	display: inline-block;
	width: 3px;
	height: 35px;
	background-color: #fff;
	content: '';
	transform: rotateZ(-20deg);
}
.pageStrength .trouble__ieaveItLead::after {
	transform: rotateZ(20deg);
}
.pageStrength .trouble__ieaveItTitle {	
	display: block;
	padding: 10px 0;
	font-size: 30px;
	color: #fff;
}
.pageStrength .trouble__ieaveItText {
	display: block;
	font-size: 20px;
}
@media all and (min-width: 768px) {
	.pageStrength .trouble__ieaveItLead {
		font-size: 26px;
	}
	.pageStrength .trouble__ieaveItTitle {
		font-size: 45px;
	}
	.pageStrength .trouble__ieaveItText {
		font-size: 30px;
	}
}
/* trouble */



/* order */
.pageStrength .order {
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-color: #F6F6F6;
}
.pageStrength .order__imgWrapper img{
	display: block;
	margin: 40px auto 0;
}
/* order */



/* size */
.pageStrength .size {
	padding-top: 7rem;
	padding-bottom: 7rem;
	background: url("../images/strength/size_bg.jpg") no-repeat center center / cover;;
}
.pageStrength .size__title {
	color: white;
}
.pageStrength .size__title::after {
	background-color: white;
}
.pageStrength .size__row {
	gap: 30px 0;
}
.pageStrength .size__text{
	display: block;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
}
@media all and (min-width: 768px) {
	.pageStrength .size__text{
		text-align: justify;
	}
}
@media all and (min-width: 992px) {
	.pageStrength .size__text{
		font-size: 20px;
        padding-right: 10px;
	}
}

.pageStrength .size__imgWrapper {
	padding: 15px;
	text-align: center;
	background-color: #fff;
	box-shadow: 10px 10px 35px rgba(0,0,0,.1);
}
.pageStrength .size__type {
	margin-top: 15px;
	padding: 10px;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
	background-color: #FC6127;
}

.pageStrength .size__infoArea {
	padding-top: 10px;
}
.pageStrength .size__infoTitle {
	width: 100%;
	height: 30px;
	margin-right: 15px;
	margin-top: 10px;
	padding-bottom: 1px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 17px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.pageStrength .size__infoText {
	display: inline-block;
	width: 100%;
	margin-top: 7px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	color: #fff;
}
@media all and (min-width: 576px) {
	.pageStrength .size__imgWrapper {
		padding: 30px 15px 15px;
	}
	.pageStrength .size__type {
		font-size: 3rem;
	}
	.pageStrength .size__infoTitle {
		width: 70px;
		font-size: 1.9rem;
	}
	.pageStrength .size__infoText {
		width: calc(100% - (75px + 15px));
		font-size: 20px;
	}
}
@media all and (min-width: 1400px) {
	.pageStrength .size {
		padding-top: 10rem;
	}
}
/* size */




/* material */
.pageStrength .material {
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-color: #F6F6F6;
}
.pageStrength .material__lead {
	padding-top: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
}
.pageStrength .material__selectWrapper {
	max-width: 450px;
	width: 100%;
	height: 50px;
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	position: relative;
}
.pageStrength .material__selectWrapper::after {
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #FC6127;
	border-left: 3px solid #FC6127;
	position: absolute;
	top: calc( 50% - (15px / 4));
	right: 20px;
	transform: translateY(-50%) rotateZ(-45deg);
	content: '';
	pointer-events: none;
}
.pageStrength .material__select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height:  100%;
	padding: 10px 30px 10px 20px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	border: 3px solid #FC6127;
	border-radius: 11px;
	cursor: pointer;
}
.pageStrength .material__list {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 10px;
}
.pageStrength .material__detail {
	padding: 5px 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	border: 1px solid #DEDEDE;
	display: flex;
	justify-content: center;
	align-items: center;
} 
@media all and (min-width: 992px) {
	.pageStrength .material__selectWrapper {
		height: 70px;
	}
	.pageStrength .material__selectWrapper::after {
		width: 20px;
		height: 20px;
		top: calc( 50% - (20px / 4));
		right: 30px;
	}
	.pageStrength .material__select {
		padding: 15px 40px 15px 30px;
		font-size: 2.4rem;
	}
	.pageStrength .material__lead{
		font-size: 20px;
	}
	.pageStrength .material__list {
		padding-top: 40px;
		gap: 15px;
	}
	.pageStrength .material__detail{
		font-size: 20px;
	}
}
/* material */




/* howTo */
.pageStrength .howTo {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.pageStrength .howTo__title {
	margin-bottom: 40px;
}
.pageStrength .howTo .item-box {
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.pageStrength .howTo__btn {
	max-width: 450px;
	width: 100%;
	margin: 20px auto 0;
	padding-right: 5.5rem;
	color: white;
	background-color: #FC6127;
}
.pageStrength .howTo__btn::before {
	background-color: #fff;
}
/* howTo */



/* flow */
.pageStrength .flow {
	padding-top: 7rem;
	background-color: #F6F6F6;
}
.pageStrength .flow .before {
	
	padding-bottom: 7rem;
	
}
.before__title {
	max-width: 770;
	width: 100%;
	margin: 40px auto 30px;
	padding: 20px 10px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.7;
	letter-spacing: .1em;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
	position: relative;
}
@media all and (min-width: 576px) {
	.before__title {
		font-size: 1.8rem;
	}
}
.before__title::after {
	width: 25px;
	height: 21px;
	margin-top: -1px;
	background-color: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	top: 100%;
	left: 50%;
	transform:  translateX(-50%);
	content: '';
}
.pageStrength .flow .after {
	padding-top: 9rem;
	padding-bottom: 7rem;
	background: linear-gradient(-90deg, #FEB420 0%, #FC6127 100%);
	position: relative;
}
.pageStrength .flow .after::after {
	width: 100px;
	height: 50px;
	border-top: 50px solid #F6F6F6;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	content: '';
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);

}
.pageStrength .flow .after__title {
	margin-bottom: 40px;
}
.pageStrength .flow .after__titleTop {
	display: block;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
}
.pageStrength .flow .after__titleBottom {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 30px;
}
.pageStrength .flow .after__titleBottom::before ,
.pageStrength .flow .after__titleBottom::after {
	display: none;
	width: 3px;
	height: 35px;
	background-color: #fff;
	content: '';
	transform: rotateZ(-20deg);
}
.pageStrength .flow .after__titleBottom::after {
	transform: rotateZ(20deg);
}
.pageStrength .flow .after__titleBottom .dod {
	position: relative;
}
.pageStrength .flow .after__titleBottom .dod::after {
	display: none;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.pageStrength .flow__imgWrapper {
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
@media all and (min-width: 576px) {
	.pageStrength .flow .after__titleTop {
		font-size: 30px;
	}
	.pageStrength .flow .after__titleBottom {
		font-size: 20px;
	}
	.pageStrength .flow .after__titleBottom .dod::after {
		width: 8px;
		height: 8px;
	}
	.pageStrength .flow__imgWrapper {
		max-width: 300px;
	}
}
@media all and (min-width: 768px) {
	.pageStrength .flow .after__titleTop {
		padding-bottom: 20px;
		font-size: 45px;
	}
	.pageStrength .flow .after__titleBottom::before ,
	.pageStrength .flow .after__titleBottom::after {
		display: block;
	}
	.pageStrength .flow .after__titleBottom .dod::after {
		display: block;
	}
	.pageStrength .flow__imgWrapper {
		max-width: initial;
	}
}
@media all and (min-width: 992px) {
	.pageStrength .flow .after__titleBottom{
		font-size: 30px;
	}
	
}
/* flow */




/* reason */
.pageStrength .reason {
	padding-top: 7rem;
	padding-bottom: 7rem;
	overflow: hidden;
}
.pageStrength .reason__content {
	margin-top: 10rem;
	position: relative;

}
.pageStrength .reason__content.content-1 {
	margin-top: 7rem;
}
@media all and (min-width: 992px) {
	.pageStrength .reason__content__container {
		padding-top: 7rem;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 30px;
	} 
	.pageStrength .reason__content:nth-child(2n)  .reason__content__container{
		flex-direction: row-reverse;
	}
}


.pageStrength .reason__content__textArea {
	padding: 60px 0 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.pageStrength .reason__content__number {
	font-size: 8rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: .005em;
	background:linear-gradient(45deg, #F4B198,#FC6127);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateY(calc(-50% - 10px))  translateX(-50%);
}
.pageStrength .reason__content__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: .1em;
	text-align: center;
	color: #FC6127;
} 
.pageStrength .reason__content__list {
	padding-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}
.pageStrength .reason__content__item {
	width: auto;
	text-align: center;
	position: relative;
}
.pageStrength .reason__content.content-1 .reason__content__item:nth-child(2){
	width: 210px;
}
.pageStrength .reason__content.content-2 .reason__content__item:nth-child(1){
	width: 240px;
}
@media all and (min-width: 576px) {
	.pageStrength .reason__content__title {
		font-size: 26px;
	} 
	.pageStrength .reason__content__list {
		justify-content: center;
		flex-direction: row;
	}
}
@media all and (min-width: 768px) {
	.pageStrength .reason__content__number {
		font-size: 12rem;

	}
	.pageStrength .reason__content__title {
		font-size: 30px;
	} 
	
}
@media all and (min-width: 992px) {
	.pageStrength .reason__content__textArea {
		width: 530px;
		padding: 60px 50px 50px 15px;
	}
	.pageStrength .reason__content:nth-child(2n)  .reason__content__textArea {	
		padding: 60px 15px 50px 50px;
	}
	.pageStrength .reason__content__textArea::before {
		display: inline-block;
		width: 100vw;
		height: 100%;
		background-color: #fff;
		box-shadow:  10px 10px 35px rgba(0,0,0,.1);
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		content: '';
	}
	.pageStrength .reason__content:nth-child(2n) .reason__content__textArea::before {
		right: auto;
		left: 0;
	}
	.pageStrength .reason__content__number {
		left: 0;
		transform: translateY(calc(-50% - 30px));
	}
	.pageStrength .reason__content:nth-child(2n) .reason__content__number {
		left: auto;
		right: 0;
	}
	.pageStrength .reason__content__list {
		justify-content: space-between;
		gap: 0;
	}
	
	.pageStrength .reason__content__title {
		text-align: left;
	} 
}



.pageStrength .reason__content__itemTextArea {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.pageStrength .reason__content__itemTop {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
}
.pageStrength .reason__content__itemBottom {
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	color: #FC6127;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageStrength .fz-type2 .reason__content__itemBottom {
	color: #4E4E4E;
}
.pageStrength .reason__content__itemBottomInner {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.pageStrength .reason__content__itemBottom .number {
	font-size: 6.5rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #FC6127;
}

.pageStrength .reason__content__itemBottom .min {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #4E4E4E;
}
.pageStrength .reason__content__textTitle {
	margin-top: 40px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .12em;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}
.pageStrength .reason__content__textTitle::before {
	display: inline-block;
	width: 20px;
	height: 2px;
	margin-top: 13px;
	background-color: #FC6127;
	flex: 0 0 auto;
	content: '';
}
.pageStrength .reason__content__text {
	padding-top: 10px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: .1em;
}
@media all and (min-width: 768px) {
	.pageStrength .fz-type2 .reason__content__itemTop {
		font-size: 2.7rem;
	}
	.pageStrength .fz-type2 .reason__content__itemBottom .number {
		font-size: 8.6rem;
	}

	.pageStrength .reason__content__textTitle {
		gap: 20px;
	}
	.pageStrength .reason__content__textTitle::before {
		width: 50px;
		margin-top: 15px;
	}
}
@media all and (min-width: 992px) {
	.pageStrength .reason__content__textTitle {
		margin-top: 25px;
	}
}



.pageStrength .reason__content__labelList {
	padding-top: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}
.pageStrength .reason__content__labelItem {
	max-width: 370px;
	min-height: 50px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
}
@media all and (min-width: 768px) {
	.pageStrength .reason__content__labelItem .fz-big {
		font-size: 2.2rem;
		align-items: baseline;
	}
}
@media all and (min-width: 992px) {
	.pageStrength .reason__content__labelList {
		padding-top: 0;
		padding-bottom: 30px;
		align-items: flex-end;
		flex: auto;
	}
}




.pageStrength .reason__content__bg {
	width: 100%;
}
.pageStrength .reason__content__bg::after {
	display: block;
	padding-top: calc(1 / 2 * 100%) !important;
	content: "";
}
.pageStrength .content-1 .reason__content__bg {
	background: url("../images/strength/reason-bg_1.jpg") no-repeat center center / cover;;
}
.pageStrength .content-2 .reason__content__bg {
	background: url("../images/strength/reason-bg_2.jpg") no-repeat center center / cover;;
}
.pageStrength .content-3 .reason__content__bg {
	background: url("../images/strength/reason-bg_3.jpg") no-repeat center center / cover;;
}
.pageStrength .content-4 .reason__content__bg {
	background: url("../images/strength/reason-bg_4.jpg") no-repeat center center / cover;;
}
@media all and (min-width: 992px) {
	.pageStrength .reason__content__bg {
		max-width: 805px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.pageStrength .reason__content__bg::after {
		padding-top: calc(3 / 4 * 100%) !important;
	}
	.pageStrength .reason__content:nth-child(2n) .reason__content__bg {
		right: auto;
		left: 0;
	}
	
}
/* reason */