@charset "utf-8";

/*
pagetitle
*/
.page-title {
	background-image: url(../img/topimage_strengths.jpg);
	@media (width <= 800px) {
		background-image: url(../img/topimage_strengths_sp.jpg);
	}
}


/* strengths01 */
.strengths01 {
	margin-bottom: 115px;
	@media (width <= 800px) {
		margin-bottom: 105px;
	}
}
.strengths-content {
	position: relative;
	display: flex;
	gap: 0 5.4%;
	z-index: 1;
	@media (width <= 800px) {
		display: block;
		padding: 0 20px;
	}
	&.reverse {
		flex-direction: row-reverse;
		padding: 88px 0 80px;
		@media (width <= 800px) {
			padding: 45px 20px 110px;
		}
		&::before {
			position: absolute;
			top: 0;
			right: 100px;
			width: 100vw;
			height: 100%;
			content: "";
			background-color: var(--yellowgreen02);
			border-radius: 0 100px 100px 0;
			z-index: -1;
			@media (width <= 800px) {
				right: 0;
				border-radius: 0 30px 30px 0;
			}
		}
	}
	.l-strengths {
		width: 50%;
		@media (width <= 800px) {
			display: none;
		}
	}
	.r-strengths {
		width: 36.9%;
		@media (width <= 800px) {
			width: 100%;
		}
		h2 {
			font-size: 28px;
			line-height: 1.5;
			margin-bottom: 35px;
			@media (width <= 800px) {
				font-size: 20px;
				line-height: 1.3;
				margin-bottom: 20px;
			}
			&.l-title {
				font-size: 36px;
				line-height: 2;
				margin-bottom: 70px;
				@media (width <= 800px) {
					font-size: 20px;
					line-height: 2.1;
					margin-bottom: 30px;
				}
			}
		}
		p {
			margin-bottom: 40px;
			@media (width <= 800px) {
				margin-bottom: 30px;
			}
			&:last-child {
				margin-bottom: 0;
			}
		}
	}
	.strengths-img {
		img {
			width: 100%;
			border-radius: 30px;
			@media (width <= 800px) {
				border-radius: 10px;
			}
		}
		&.strengths01-img01 {
			margin-bottom: 24px;
			@media (width <= 800px) {
				margin-bottom: 10px;
			}
		}
		&.strengths01-img02 {
			position: relative;
			left: -100px;
			width: 69.2%;
			@media (width <= 800px) {
				width: 67.6%;
				left: -40px;
				margin-bottom: 32px;
			}
			img {
				border-radius: 0 30px 30px 0;
				@media (width <= 800px) {
					border-radius: 0 10px 10px 0;
				}
			}
		}
	}
	.pagelink {
		max-width: 230px;
		margin-top: 64px;
		@media (width <= 800px) {
			margin-top: 30px;
		}
		li {
			@media (width <= 800px) {
				margin-bottom: 15px;
				&:last-child {
					margin-bottom: 0;
				}
			}
			a {
				min-height: 35px;
				font-size: 18px;
				@media (width <= 800px) {
					min-height: 52px;
					font-size: 16px;
				}
				.btn-arrow {
					width: 23px;
					height: 23px;
					@media (width <= 800px) {
						width: 28px;
						height: 28px;
						background: none;
					}
					&::before {
						width: 7px;
						height: 11px;
						@media (width <= 800px) {
							width: 9px;
							height: 14px;
						}
					}
					&::after {
						background-color: var(--white);
					}
				}
			}
		}
	}
}
.bg-strengths {
	position: absolute;
	&.bgs0201 {
		top: -110px;
		left: 29.7%;
		@media (width <= 800px) {
			top: -62px;
			left: 30.8%;
			width: 126px;
		}
	}
	&.bgs0202 {
		right: 100px;
		bottom: 0;
		@media (width <= 800px) {
			right: 0;
			width: 226px;
		}
	}
	&.bgs0401 {
		top: -110px;
		left: 0;
		@media (width <= 800px) {
			top: -66px;
			width: 253px;
		}
	}
}


/* strengths02 */
.strengths02 {
	margin-bottom: 100px;
	@media (width <= 800px) {
		margin-bottom: 56px;
	}
}


/* strengths03 */
.strengths03 {
	margin-bottom: 80px;
	@media (width <= 800px) {
		margin-bottom: 100px;
	}
}


/* strengths04 */
.strengths04 {
	margin-bottom: 125px;
	@media (width <= 800px) {
		margin-bottom: 50px;
	}
	.strengths-content {
		&.reverse {
			@media (width <= 800px) {
				padding-bottom: 40px;
			}
		}
	}
}


/* attempt */
.attempt {
	margin-bottom: 222px;
	@media (width <= 800px) {
		margin-bottom: 50px;
	}
	h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 320px;
		height: 83px;
		color: var(--white)!important;
		font-size: 36px;
		line-height: 1;
		background-color: var(--green01);
		border-radius: 9999px;
		margin: 0 auto 56px;
		@media (width <= 800px) {
			max-width: 186px;
			height: 49px;
			font-size: 20px;
			margin-bottom: 30px;
		}
		&::after {
			position: absolute;
			left: 50%;
			top: calc(100% - 1px);
			translate: -50% 0;
			width: 28px;
			height: 24px;
			content: "";
			background-color: var(--green01);
			clip-path: polygon(50% 100%, 0 0, 100% 0);
			@media (width <= 800px) {
				width: 16px;
				height: 14px;
			}
		}
	}
}
.attempt-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 31px 0;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	@media (width <= 800px) {
		gap: 15px 0;
	}
	.attempt-detail {
		position: relative;
		width: 31.5%;
		min-height: 436px;
		background-color: var(--yellowgreen02);
		border-radius: 20px;
		padding: 30px;
		@media (width <= 800px) {
			width: 100%;
			min-height: inherit;
			border-radius: 10px;
			padding: 30px 25px;
		}
		.attempt-img {
			display: block;
			width: 100%;
			margin: 0 auto 30px;
			@media (width <= 800px) {
				margin-bottom: 15px;
			}
		}
		p {
			font-size: 16px;
			margin: 0;
		}
		.pdf {
			position: absolute;
			right: 30px;
			bottom: 25px;
			display: flex;
			justify-content: flex-end;
			@media (width <= 800px) {
				position: relative;
				right: auto;
				bottom: auto;
				margin-top: 20px;
			}
			a {
				display: flex;
				align-items: center;
				min-height: 29px;
				text-decoration: none;
				background-image: url(../img/icon_pdf.svg);
				background-repeat: no-repeat;
				background-position: right center;
				border-bottom: 1px solid var(--gray);
				padding: 0 40px 0 0;
				@media (width <= 800px) {
					font-size: 14px;
				}
			}
		}
	}
}


/* order-process */
.order-process {
	background-color: var(--yellowgreen03);
	border-radius: 100px 100px 0 0;
	padding: 128px 0 500px;
	@media (width <= 800px) {
		border-radius: 30px 30px 0 0;
		padding: 56px 0 110px;
	}
	h2 {
		margin-bottom: 20px;
	}
	.read-op {
		font-size: 18px;
		text-align: center;
		line-height: 1.78;
		margin-bottom: 72px;
		@media (width <= 800px) {
			font-size: 16px;
			line-height: 1.5;
		}
	}
	.oplist {
		display: flex;
		flex-wrap: wrap;
		gap: 33px 36px;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0;
		@media (width <= 800px) {
			gap: 28px 6.6%;
		}
		li {
			width: 21.8%;
			min-height: 248px;
			margin: 0;
			padding: 0;
			@media (width <= 800px) {
				width: 46.7%;
				min-height: 156px;
			}
			.op-img {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100%;
				min-height: 149px;
				background-color: var(--lightgray);
				border-radius: 20px 20px 0 0;
				@media (width <= 800px) {
					min-height: 94px;
				}
				img {
					@media (width <= 800px) {
						width: 100%;
						max-width: 107px;
					}
				}
			}
			.op-title {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 100%;
				min-height: 100px;
				color: var(--green01);
				font-size: 28px;
				font-weight: 700;
				line-height: 1.32;
				text-align: center;
				background-color: var(--white);
				border-radius: 0 0 20px 20px;
				@media (width <= 800px) {
					min-height: 62px;
					font-size: 16px;
				}
			}
		}
	}
}


