main .kv {
	width: 100%;
	height: 100%;
	margin-bottom: 160px;
	padding-right: 100px;
}


section {
	position: relative;
	background: linear-gradient(180deg, #FFFFFF 50%, #E1A840 50%);
	display: flex;
	margin-bottom: 160px;
	min-height: 700px;
	justify-content: start;
}

section:nth-child(even) {
	justify-content: end;
	flex-direction: row-reverse;
}

section .bg {
	width: 50%;
	height: 540px;
}

section .bg .image {
	width: 100%;
	height: 100%;

}

section .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


section:nth-child(even) .bg .image {
	border-radius: 40px 0 0 40px;
	overflow: hidden;
}

section:nth-child(odd) .bg .image {
	border-radius: 0 40px 40px 0;
	overflow: hidden;
}

section .bg .title {
	position: absolute;
	background: #8FB12C;
	color: #FFFFFF;
	padding: 60px 48px 48px;
	font-weight: 700;
	font-size: 36px;
	line-height: 106%;
	font-feature-settings: 'vert' on;
	color: #FFFFFF;
	writing-mode: vertical-rl;
}

section:nth-child(even) .bg .title {
	right: 150px;
}

section:nth-child(odd) .bg .title {
	left: 150px;
}

section .content {
	margin: 0 46px 160px 46px;
	width: 100%;
	max-width: 700px;
}

section:nth-child(even) .content {
	margin: 0 46px 160px 46px;
}

section:nth-child(odd) .content {
	margin: 0 46px 160px 146px;
}

section .content .catch {
	font-weight: 700;
	font-size: 57px;
	line-height: 68px;
	color: #000000;
	margin-bottom: 32px;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

section .content .catch span {
	font-size: 30px;
}

section .content .sub_catch {
	font-weight: 700;
	font-size: 25px;
	line-height: 150%;
	color: #8FB12C;
	margin-bottom: 36px;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

section .content .image {
	width: 460px;
	margin-bottom: 30px;
}

section .content .image img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

section .content .text {
	font-weight: 700;
	font-size: 22px;
	line-height: 170%;
	color: #FFFFFF;
	margin-bottom: 30px;
	word-break: keep-all;
	overflow-wrap: anywhere;
}


.qa {
	background: #FAF8EB;
	padding: 120px 0 160px;
}

.qa .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.qa .title {
	font-weight: 700;
	font-size: 57px;
	line-height: 68px;
	color: #1D1D1D;
	padding-bottom: 21px;
	margin-bottom: 32px;
	border-bottom: 2px solid #E1A840;
}

.qa .text {
	font-weight: 500;
	font-size: 25px;
	line-height: 150%;
	color: #1D1D1D;
	margin-bottom: 36px;
}

.qa .list {
	margin-bottom: 36px;
}

.qa .list article {
	border-radius: 8px;
	border: 5px solid #FFE7BB;
	background: #ffffff;
	margin-bottom: 30px;
}

.qa .list article .q {
	padding: 20px 30px 20px 94px;
	background: #FFE7BB;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: #1D1D1D;
	position: relative;
}

.qa .list article .q::before {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 30px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #F37C14;
	color: #ffffff;
	content: 'Q';
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}

.qa .list article .a {
	padding: 32px 30px 32px 98px;
	font-weight: 400;
	font-size: 20px;
	line-height: 175%;
	color: #1D1D1D;
	position: relative;
}

.qa .list article .a::before {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 25px;
	left: 30px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #F37C14;
	color: #ffffff;
	content: 'A';
	font-weight: 700;
	font-size: 24px;
	line-height: 1
}

.qa .btn_area {
	display: flex;
	justify-content: center;
}



.selfcheck {
	position: relative;
	background: url('../images/index_6_1.jpg') no-repeat center center/cover;
	display: flex;
	margin-bottom: 160px;
	min-height: 700px;
	padding: 120px 0 120px 20px;
}

.selfcheck .image {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 40px 0 0 40px;
	overflow: hidden;
}

.selfcheck .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	width: 50%;
	height: 100%;
	max-width: 600px;
	margin-right: calc(50% + 100px);
	margin-left: auto;
}

.selfcheck .content .catch {
	font-weight: 700;
	font-size: 57px;
	line-height: 68px;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.selfcheck .content .catch span {
	font-size: 30px;
}

.selfcheck .content .sub_catch {
	font-weight: 700;
	font-size: 25px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 36px;
}



.company {
	padding: 100px 0;
}

.company .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 43px;
}

.company .inner>div {
	width: 50%;
}

.company .title {
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	color: #1D1D1D;
	padding-bottom: 24px;
	margin-bottom: 48px;
	position: relative;
}

.company .title::after {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background: #8FB12C;
	position: absolute;
	bottom: 0;
	left: 0;
}

.company .text {
	font-weight: 500;
	font-size: 18px;
	line-height: 175%;
	color: #1D1D1D;
	margin-bottom: 48px;
}

.testcase-btn-wrapper {
	padding-top: 40px;
}

/* SP */
@media screen and (max-width: 1200px) {
	main .kv {
		margin-bottom: 60px;
		;
		padding-right: 20px;
	}

	main .kv img {
		width: 100%;
	}


	section {
		background: none;
		display: block;
		margin-bottom: 60px;
		min-height: 0;
	}

	section .bg {
		width: calc(100% - 20px);
		margin-bottom: 36px;
	}

	section:nth-child(even) .bg {
		margin-left: auto;
		right: 0;
	}

	section:nth-child(odd) .bg {
		margin-right: auto;
		left: 0;
	}

	section:nth-child(even) .bg .image {
		border-radius: 10px 0 0 10px;
	}

	section:nth-child(odd) .bg .image {
		border-radius: 0 10px 10px 0;
	}

	section .bg .title {
		padding: 24px 16px;
		font-size: 20px;
		line-height: 106%;
	}

	section:nth-child(even) .bg .title {
		right: 20px;
	}

	section:nth-child(odd) .bg .title {
		left: 20px;
	}

	section .content {
		background: linear-gradient(180deg, #FFFFFF 50%, #E1A840 50%);
		margin: 0 !important;
		padding: 0 20px 60px;
		max-width: none;
	}

	section .content .catch {
		font-size: 36px;
		line-height: 43px;
		margin-bottom: 24px;
	}

	section .content .catch span {
		font-size: 20px;
	}

	section .content .sub_catch {
		font-size: 20px;
		margin-bottom: 24px;
	}

	section .content .image {
		width: 100%;
		max-width: 700px;
		margin-bottom: 30px;
	}

	section .content .image img {
		width: 100%;
		border-radius: 10px;
	}

	section .content .text {
		font-size: 18px;
		line-height: 170%;
	}

	.testcase-btn-wrapper {
		padding-top: 0;
	}


	.qa {
		padding: 60px 20px;
	}

	.qa .inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.qa .title {
		font-size: 36px;
		line-height: 43px;
		color: #1D1D1D;
	}

	.qa .text {
		font-size: 20px;
		line-height: 175%;
		color: #1D1D1D;
		margin-bottom: 30px;
	}

	.qa .list {
		margin-bottom: 30px;
	}

	.qa .list article {
		border: 3px solid #FFE7BB;
		margin-bottom: 20px;
	}

	.qa .list article .q {
		padding: 16px 16px 16px 70px;
		font-size: 16px;
		line-height: 150%;
		color: #1D1D1D;
	}

	.qa .list article .q::before {
		left: 20px;
		width: 34px;
		height: 34px;
		font-size: 16px;
	}

	.qa .list article .a {
		padding: 20px 16px 24px 70px;
		font-size: 16px;
		line-height: 200%;
	}

	.qa .list article .a::before {
		top: 20px;
		left: 20px;
		width: 34px;
		height: 34px;
		font-size: 16px;
	}

	.qa .btn_area {
		display: flex;
		justify-content: center;
	}



	.selfcheck {
		position: relative;
		background: url('../images/index_6_1.jpg') no-repeat left center/cover;
		margin-bottom: 60px;
		padding: 60px 0 60px 20px;
	}

	.selfcheck .image {
		width: 100%;
		position: relative;
		border-radius: 10px 0 0 10px;
		margin-bottom: 36px;
	}

	.selfcheck .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.selfcheck .content {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-right: 0;
		margin-left: 0;
		padding: 0 20px 0 0;
	}

	.selfcheck .content .catch {
		font-size: 36px;
		line-height: 43px;
		margin-bottom: 24px;
	}

	.selfcheck .content .sub_catch {
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 54px;
	}



	.company {
		padding: 60px 20px;
	}

	.company .inner {
		display: block;
	}

	.company .inner>div {
		width: 100%;
	}

	.company .image {
		width: 100%;
		margin-bottom: 46px;
	}

	.company .image img {
		width: 100%;
	}

	.company .title {
		font-size: 32px;
		line-height: 38px;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.company .title::after {
		width: 80px;
		height: 2px;
	}

	.company .text {
		font-size: 16px;
		line-height: 175%;
		margin-bottom: 36px;
	}

}