.recruit-page {
	background: #fff;
}

.recruit-page main {
	overflow-x: clip;
	overflow-y: visible;
}

.recruit-hero {
	position: relative;
	height: 780px;
}

.recruit-hero__media {
	position: absolute;
	top: 25px;
	right: 25px;
	left: 25px;
	height: 600px;
	overflow: hidden;
}

.recruit-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruit-hero__photo {
	object-position: center;
	transform: scaleX(-1) scale(1.15);
}

.recruit-hero__overlay {
	z-index: 1;
	opacity: 0.8;
}

.recruit-hero__title {
	position: absolute;
	z-index: 2;
	/* top: 492px; 260818 */
	top: 523px;
	left: max(32px, calc((100vw - 1200px) / 2 - 7px));
}

.recruit-hero__title h1 {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: clamp(92px, 9.375vw, 150px);
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
}

.recruit-hero__title p {
	margin: 3px 0 0 10px;
	font-size: 25px;
	/* font-weight: 400; */
	font-weight: 700; /* 260818 */
	line-height: 32px;
	letter-spacing: 0.1em;
}

.recruit-message {
	position: relative;
	z-index: 1;
	padding: 112px 0 0px;
	margin-bottom: 0;
}

.recruit-message__layout {
	display: block;
}

.recruit-message__copy {
	display: grid;
	grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
	column-gap: 80px;
	margin-top: 105px;
}

.recruit-message__content {
	min-width: 0;
}

.recruit-message__position {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.05em;
}

.recruit-message__signature {
	display: block;
	width: 194px;
	height: 51px;
	margin: 16px 0 0 auto;
	object-fit: contain;
}

.recruit-message__signature-block {
	margin-top: 41px;
	text-align: right;
}

.recruit-message__copy h3 {
	margin: 0 0 0 calc(var(--section-accent-width) + 33px);
	font-size: 32px;
	/* font-weight: 400; */
	font-weight: 700; /* 260818 */
	line-height: 52px;
	letter-spacing: 0.05em;
}

.recruit-message__body p {
	margin: 0 0 41px;
	font-size: 18px;
	font-weight: 400;
	line-height: 41px;
	letter-spacing: 0.05em;
}

.recruit-message__body p:last-child {
	margin-bottom: 0;
}

.recruit-environment {
	position: relative;
	z-index: 0;
	min-height: 4597px;
	padding: 334px 0 41px;
	isolation: isolate;
	overflow: clip;
}

.recruit-environment::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 25px;
	bottom: 0;
	left: 25px;

	background-image:
		linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 350px),
		linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 350px), url('../assets/recruit/background-prism.png');

	background-position:
		top,
		bottom,
		center top;

	background-size:
		100% 350px,
		100% 350px,
		auto 2016px;

	background-repeat: no-repeat;

	background-attachment: scroll, scroll, fixed;

	opacity: 0.8;
	pointer-events: none;
}

.environment-list {
	width: 1276px;
	margin: 107px 0 0 68px;
}

.environment-card {
	min-height: 795px;
	display: grid;
	grid-template-columns: 335px 240px 126px 240px 335px;
	grid-template-rows: 683px;
	align-items: start;
}

.environment-card__media {
	grid-column: 1 / 5;
	grid-row: 1;
	width: 941px;
	height: 500px;
	margin: 0;
	overflow: hidden;
}

.environment-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.environment-card__media--teamwork img {
	transform: scale(1.14);
	object-position: 45% 40%;
}

.environment-card__body {
	z-index: 1;
	grid-column: 3 / 6;
	grid-row: 1;
	align-self: start;
	width: 701px;
	height: 433px;
	margin-top: 250px;
	padding: 51px 75px 40px;
	background: #fff;
}

.environment-card:nth-child(even) .environment-card__media {
	grid-column: 2 / 6;
}

.environment-card:nth-child(even) .environment-card__body {
	grid-column: 1 / 4;
}

.environment-card__label {
	margin: 0;
	font-size: 16px;
	/* font-weight: 400; */
	font-weight: 700; /* 260818 */
	line-height: 52px;
	letter-spacing: 0.05em;
}

.environment-card__divider {
	width: 166px;
	height: 1px;
	margin: 4px 0 34px;
}

.environment-card h3 {
	margin: 0 0 30px;
	font-size: 27px;
	/* font-weight: 400; */
	font-weight: 700; /* 260818 */
	line-height: 52px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.environment-card__body > p:last-child {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.05em;
}

.recruit-benefits {
	height: 947px;
}

.benefits-grid {
	width: 1200px;
	margin: 105.4px 0 0 68px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 21px 25px;
}

.benefit-item {
	flex: 0 0 220px;
	min-width: 0;
	text-align: center;
}

.benefit-item__card {
	width: 220px;
	height: 220px;
	display: grid;
	place-items: center;
	background: #f1f7fa;
}

.benefit-item__card img {
	width: var(--benefit-icon-width);
	height: var(--benefit-icon-height);
	object-fit: contain;
}

.benefit-item h3 {
	margin: 15px 0 0;
	font-size: 16px;
	/* font-weight: 400; */
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.05em;
}

.recruit-occupation {
	height: 835px;
}

.occupation-grid {
	width: 1200px;
	margin: 105.4px 0 0 68px;
	display: grid;
	grid-template-columns: repeat(3, 350px);
	gap: 75px;
}

.occupation-card {
	min-width: 0;
}

.occupation-card__media {
	position: relative;
	width: 350px;
	height: 250px;
	margin: 0;
	overflow: hidden;
	background: #ddd;
}

.occupation-card__media img {
	position: absolute;
	display: block;
	max-width: none;
}

.occupation-card__image--sales {
	top: -20.37%;
	left: -39.6%;
	width: 167.22%;
	height: 144.94%;
}

.occupation-card__image--assistant {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.occupation-card__image--installation {
	top: 0;
	left: -18.16%;
	width: 127.45%;
	height: 100%;
}

.occupation-card h3 {
	margin: 19px 0 0;
	text-align: center;
	font-size: 22px;
	/* font-weight: 400; */
	font-weight: 700; /* 260818 */
	line-height: 52px;
	letter-spacing: 0.05em;
}

.occupation-card > p {
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.05em;
}

.recruit-voice {
	padding-bottom: 120px;
}

.voice-list {
	width: 1222px;
	margin: 105.4px 0 0 68px;
}

.voice-card {
	width: 100%;
}

.voice-card + .voice-card {
	margin-top: 110px;
}

.voice-card__profile {
	width: 772px;
	margin: 40px 0 0 450px;
	text-align: right;
}

.voice-card__profile h3 {
	margin: 0;
	font-size: 22px;
	/* font-weight: 400; */
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.05em;
}

.voice-card__meta {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin: 11px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.05em;
}

.voice-card__interviews {
	margin: 0;
}

.voice-interview {
	display: grid;
	grid-template-columns: 350px minmax(0, 1fr);
	column-gap: 100px;
	align-items: start;
	padding: 31px 0 36px;
}

.voice-interview__question {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	column-gap: 20px;
	align-items: start;
	width: auto;
}

.voice-interview__question img {
	width: 54px;
	height: 1px;
	margin-top: 13px;
}

.voice-interview h4 {
	margin: 0;
	font-size: 16px;
	/* font-weight: 400; */
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.05em;
}

.voice-interview__answer {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0.05em;
}

.voice-interview__answer p {
	margin: 0;
}

.recruit-entry {
	height: 631px;
}

.recruit-entry__lead {
	width: 1200px;
	margin: 99px 0 0 68px;
	text-align: center;
	font-size: 22px;
	/* font-weight: 400; */
	font-weight: 700; /* 260818 */
	line-height: 40px;
	letter-spacing: 0.05em;
}

.recruit-entry__button {
	width: 450px;
	height: 130px;
	margin: 36px auto 0;
	display: grid;
	place-items: center;
	border-radius: 65px;
	color: #fff;
	background: #e76933;
	font-size: 25px;
	/* font-weight: 400; 260818 */
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.05em;
	transition:
		transform 0.25s ease,
		background-color 0.25s ease;
}

.recruit-entry__button:hover {
	transform: translateY(-3px);
	background: #d95824;
}

@media (max-width: 1000px) {
	.recruit-hero {
		height: 650px;
	}

	.recruit-hero__media {
		top: 12px;
		right: 12px;
		left: 12px;
		height: 500px;
	}

	.recruit-hero__title {
		top: 420px;
		left: max(24px, calc((100vw - 760px) / 2));
	}

	.recruit-hero__title h1 {
		font-size: clamp(68px, 13vw, 104px);
	}

	.recruit-hero__title p {
		margin-top: 12px;
		font-size: 21px;
	}

	.recruit-message {
		min-height: 0;
		padding: 90px 0 120px;
		margin-bottom: 0;
	}

	.recruit-message__copy {
		column-gap: 56px;
		margin-top: 70px;
	}

	.recruit-desktop-break {
		display: none;
	}

	.recruit-environment {
		min-height: 0;
		padding: 150px 0 80px;
	}

	.recruit-environment::before {
		right: 12px;
		left: 12px;
	}

	.environment-list {
		width: auto;
		margin: 90px 0 0 68px;
	}

	.environment-card {
		min-height: 0;
		display: flex;
		flex-direction: column;
		margin-bottom: 110px;
	}

	.environment-card:last-child {
		margin-bottom: 0;
	}

	.environment-card__media,
	.environment-card:nth-child(even) .environment-card__media {
		width: 100%;
		height: min(500px, 52vw);
	}

	.environment-card__body,
	.environment-card:nth-child(even) .environment-card__body {
		align-self: flex-end;
		width: min(701px, 92%);
		height: auto;
		min-height: 380px;
		margin: -70px -8px 0 0;
	}

	.recruit-benefits,
	.recruit-occupation,
	.recruit-voice,
	.recruit-entry {
		height: auto;
		padding: 120px 0;
	}

	.benefits-grid,
	.occupation-grid,
	.voice-list {
		width: auto;
		margin: 80px 0 0;
	}

	.benefits-grid {
		gap: 24px;
	}

	.benefit-item {
		flex-basis: calc((100% - 48px) / 3);
	}

	.benefit-item__card {
		width: 100%;
	}

	.occupation-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 70px 36px;
	}

	.occupation-card__media {
		width: 100%;
		height: min(250px, 31vw);
	}

	.voice-card {
		width: 100%;
	}

	.voice-card + .voice-card {
		margin-top: 110px;
	}

	.voice-card__profile {
		width: calc(65% - 27px);
		margin-left: auto;
	}

	.voice-interview {
		grid-template-columns: minmax(240px, 35fr) minmax(0, 65fr);
		column-gap: 54px;
	}

	.recruit-entry__lead {
		width: auto;
		margin: 80px 0 0;
	}
}

@media (max-width: 640px) {
	.recruit-hero {
		height: 335px;
	}

	.recruit-hero__media {
		top: 75px;
		height: 179px;
	}

	.recruit-hero__photo {
		object-position: 33% center;
	}

	.recruit-hero__title {
		/* top: 233px; 260818 */
		top: 225px;
		left: 24px;
	}

	.recruit-hero__title h1 {
		font-size: 48px;
		line-height: 1;
	}

	.recruit-hero__title p {
		margin: 5px 0 0 2px;
		font-size: 13px;
		line-height: 26px;
		letter-spacing: 0.08em;
	}

	.recruit-message {
		padding: 0 0 63px;
		margin-bottom: 0;
	}

	.recruit-message__copy h3 {
		margin: 28px 0 31px;
		text-align: left;
		font-size: 20px;
		line-height: 34px;
		letter-spacing: 0.05em;
	}

	.recruit-message__copy {
		display: block;
		margin-top: 47px;
	}

	.recruit-message__body p {
		margin-bottom: 26px;
		font-size: 13px;
		line-height: 26px;
		letter-spacing: 0.05em;
	}

	.recruit-message__signature-block {
		margin-top: 24px;
	}

	.recruit-message__position {
		font-size: 13px;
		line-height: 26px;
	}

	.recruit-message__signature {
		width: 128px;
		height: 34px;
		margin: 6px 0 0 auto;
	}

	.recruit-environment {
		min-height: auto;
		padding: 0;
		overflow: clip;
	}

	.recruit-environment::before {
		content: '';
		position: sticky;
		top: 0;
		display: block;
		width: 100%;
		height: 100svh;
		margin-bottom: -100svh;

		background-image: url('../assets/recruit/background-prism.png');
		background-position: 21.3% center;
		background-size: auto 1226px;
		background-repeat: no-repeat;

		opacity: 0.8;
		pointer-events: none;
	}

	.recruit-environment::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 100%;
		background-image:
			linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 80px),
			linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 81px);
		background-position: top, bottom;
		background-size:
			100% 80px,
			100% 81px;
		background-repeat: no-repeat;
		pointer-events: none;
	}

	.recruit-environment__inner {
		position: relative;
	}
	.environment-list,
	.recruit-environment .section-heading {
		position: relative;
		z-index: 1;
	}

	.environment-list {
		margin: 42px 0 0;
		transform: translateY(7px);
	}

	.environment-card__media,
	.environment-card:nth-child(even) .environment-card__media {
		height: auto;
		aspect-ratio: 327 / 175;
	}

	.environment-card__body,
	.environment-card:nth-child(even) .environment-card__body {
		align-self: center;
		width: 100%;
		min-height: 0;
		margin: 0;
		padding: 24px 24px 40px;
	}

	.environment-card {
		margin-bottom: 24px;
	}

	/* .environment-card:nth-child(n + 3) {
    display: none;
  } 260818 */

	.environment-card__label {
		font-size: 13px;
		line-height: 26px;
	}

	.environment-card__divider {
		width: 140px;
		margin: 10px 0 16px;
	}

	.environment-card h3 {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 28px;
		white-space: pre-line;
	}

	.environment-card__body > p:last-child {
		font-size: 13px;
		line-height: 26px;
	}

	.recruit-benefits {
		padding: 0;
	}

	.recruit-occupation {
		padding: 0;
	}

	.recruit-voice {
		padding: 35px 0 0;
	}

	.recruit-entry {
		padding: 28px 0 89px;
	}
	.benefits-grid {
		margin-top: 65px;
	}

	.occupation-grid {
		margin-top: 49px;
	}

	.voice-list {
		margin-top: 49px;
	}

	.benefits-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 16px;
	}

	.benefit-item {
		width: auto;
		min-width: 0;
		flex-basis: auto;
	}

	.benefit-item__card {
		height: auto;
		aspect-ratio: 1;
	}

	.benefit-item h3 {
		margin-top: 7px;
		font-size: 13px;
		line-height: 26px;
	}

	.occupation-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.occupation-card__media {
		height: auto;
		aspect-ratio: 327 / 180;
	}

	.occupation-card__media img,
	.occupation-card__image--sales,
	.occupation-card__image--assistant,
	.occupation-card__image--installation {
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.occupation-card__image--sales {
		object-position: center 65%;
	}

	.occupation-card__image--installation {
		object-position: center;
	}

	.occupation-card h3 {
		margin-top: 14px;
		font-size: 15px;
		line-height: 28px;
	}

	.occupation-card > p {
		margin-top: 14px;
		font-size: 13px;
		line-height: 26px;
	}

	.voice-card {
		width: 100%;
	}

	.voice-card + .voice-card {
		margin-top: 43px;
	}

	.voice-card__profile {
		width: auto;
		margin: 24px 0 0;
		text-align: right;
	}

	.voice-card__profile h3 {
		margin: 0 0 4px;
		font-size: 13px;
		line-height: 26px;
	}

	.voice-card__meta {
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 0 8px;
		margin: 0;
		font-size: 13px;
		line-height: 26px;
	}

	.voice-card__meta [data-voice-joined-at] {
		flex-basis: 100%;
	}

	.voice-interview {
		display: block;
		padding: 24px 0 28px;
	}

	.voice-interview__question img {
		display: block;
		width: 44px;
		margin: 0 0 12px;
	}

	.voice-interview__question {
		display: block;
	}

	.voice-interview h4,
	.voice-interview__answer {
		font-size: 13px;
		line-height: 26px;
	}

	.voice-interview__answer {
		margin-top: 14px;
	}

	.recruit-entry__lead {
		margin-top: 40px;
		font-size: 13px;
		line-height: 26px;
	}

	.recruit-entry__button {
		width: 100%;
		height: 69px;
		margin-top: 25px;
		border-radius: 35px;
		font-size: 13px;
	}

	.recruit-page .site-footer__top {
		flex-direction: column;
	}

	.recruit-page .site-footer {
		min-height: 522px;
		height: 522px;
	}

	.recruit-page .site-footer__tagline {
		top: 82px;
	}

	.recruit-page .site-footer__top img {
		top: 112px;
	}

	.recruit-page .site-footer address {
		top: 194px;
		font-size: 12px;
		line-height: 23px;
	}

	.recruit-page .site-footer__company,
	.recruit-page .site-footer__office,
	.recruit-page .site-footer__office-name,
	.recruit-page .site-footer__office-postal,
	.recruit-page .site-footer__office-building,
	.recruit-page .site-footer__office-contact {
		display: block;
	}

	.recruit-page .copyright {
		top: 418px;
		font-size: 11px;
	}
}
