@charset "UTF-8";

#key-visual{
	background-image: url(../images/reason-key-visual.jpg);
}

main .sec-title01{
	text-align: center;
	width: 100%;
	margin-bottom: 8rem;
}
#sec02{
	padding-bottom: 0;
}
#sec02 .service:last-of-type{
	padding-bottom: 12rem;
}
#sec02:before{
	content: "";
	display: block;
	border-left: 21.8vw solid #ffd700;
	border-bottom: 21.8vw solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
#sec02:after{
	content: "";
	display: block;
	border-bottom: min(29.3vw, 42rem) solid #00a1e9;
	border-left: min(29.3vw, 42rem) solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* +++#sec02+++ */
#sec02{
	overflow: hidden;
	background-position: center;
	background-size: cover;
	position: relative;
}
#sec02 .service{
	background-color: #f6f6f6;
	//z-index: 9;
}
#sec02 .service:nth-of-type(2n) .inner{
	flex-direction: row-reverse;
}
#sec02 .service:nth-of-type(2n+1):before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: calc(50% + 2rem);
	top: 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
	background-image: url(../images/service-bg01.svg);
}
#sec02 .service:nth-of-type(2n){
	background-color: transparent;
}
#sec02 .service:nth-of-type(2n):before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: calc(50% + 2rem);
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	background-image: url(../images/service-bg02.svg);
}

#sec02 .pic{
	width: calc(50% - 2rem);
	position: relative;
	z-index: 9;
}
#sec02 .txt{
	width: calc(50% - 2rem);
	position: relative;
	z-index: 9;
}


#sec02 h3{
	font-size: 2.4rem;
	letter-spacing: .1em;
	margin-bottom: 2.4rem;
	line-height: 1.75;
	position: relative;
	padding-left: 12.5rem;
	height: 12rem;
	display: flex;
	align-items: center;
}
.strength{
	padding: 2.4rem 1.2rem;
	width: 12rem;
	height: 12rem;
	display: flex;
	flex-direction: column;
	color: #fff;
	position: absolute;
	font-size: 1.2rem;
	font-weight: 500;
	background: url(../images/reason-bg01.svg) no-repeat;
	background-position: left top;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}
.number{
	font-size: 250%;
	display: block;
	margin-top: .5rem;
}


@media screen and (max-width: 1024px){

	#sec02 .service .inner{
		flex-direction: column !important;
		max-width: 55rem;
		margin-left: auto;
		margin-right: auto;
	}

	#sec02 .pic{
		width: 100%;
	}
	#sec02 .txt{
		width: 100%;
		padding-top: 4rem;
	}
	
}

@media screen and (max-width: 599px){
	#sec02:before{
		border-left: 19vw solid #ffd700;
		border-bottom: 19vw solid transparent;
	}
	#sec02:after {
        	border-bottom: 28.7rem solid #00a1e9;
        	border-left: 28.7rem solid transparent;
	}

/* +++#sec02+++ */

	#sec02 .service .inner{
		flex-direction: column !important;
		max-width: 100%;
	}
	#sec02 .service:nth-of-type(2n+1):before{
		right: 0;
		background-position: right 12rem top;
	}
	#sec02 .service:nth-of-type(2n):before{
		left: 0;
		background-position: left 12rem top;
	}

	#sec02 .pic{
		width: 100%;
	}
	#sec02 .txt{
		width: 100%;
		padding-top: 8rem;
	}

	#sec02 .service:nth-of-type(2n+1) .txt{
		padding-left: 0;
		padding-right: 0;
	}
	#sec02 .service:nth-of-type(2n) .txt{
		padding-left: 0;
		padding-right: 0;
	}


	#sec02 h3{
		font-size: clamp(18px,4rem,40px);
		letter-spacing: .1em;
		margin-bottom: 2.4rem;
		line-height: 1.75;
		position: relative;
		padding-left: 20rem;
		height: auto;
		min-height: 18rem;
		display: flex;
		align-items: center;
	}
	.strength{
		padding: 4%;
		width: 23rem;
		height: 23rem;
		font-size: 2.2rem;
        z-index: -1;
	}
}