
#front-page {
	#section_news {
		margin-bottom: 0;
		padding-bottom: 1em;
		background-size: contain;
		background-position: top;
		.section_wrap {
			flex-direction: column;
			padding-right: 0;
		}
		.list {
			margin-top: 2em;
			a {
				display: grid;
				grid-template-columns: 6em 1fr;
				gap: 0.5em;
			}
			.date {
				width: auto;
			}
			.title {
				grid-column: span 2;
			}
		}
	}
	.section_title {
		.en {
			font-size: calc(40 * var(--px));
		}
	}
	#section_new_technology {
		aspect-ratio: auto;
		background-size: contain;
		background-position: top;
		color: #000;
		.text {
			padding-inline: 1em;
			margin-top: 1em;
		}
		.section_wrap {
			padding-inline: 0;
		}
		.section_title {
			aspect-ratio: 1439 / 780;
			display: flex;
			justify-content: center;
			padding: 1em;
			box-sizing: border-box;
		}
		.more_link {
			margin-inline: 1em;
		}
	}
	#section_business {
		.business_content {
			section {
				flex-direction: column;
				gap: 0em;
			}
			.image {
				order: 1;
			}
			.content_text {
				order: 2;
			}
		}
	}
	#section_company {
		margin-top: 0;
		background-position: top;
		background-size: contain;
		padding-top: calc(621 / 911 * 100%);
		.section_wrap {
			padding-top: 0;
			margin-top: -3em;
		}
	}
	#section_recruit {
		background-position: top;
		background-size: contain;
		padding-top: calc(971 / 1440 * 100%);
		.section_wrap {
			margin-top: -3em;
		}
	}
}