@charset "UTF-8";
.recruit .main_container {
	padding-top: 0 !important;
	padding-bottom: 70px !important;
}

.breadcrumb {
	display: none;
}
.recruit_visual-container {
	display: block;
	position: relative;
	width: 100%;
	background-color: #f0f0f0;
}
.recruit_visual-inner {
	display: block;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.recruit_visual-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: clamp(2.188rem, -8.423rem + 22.11vw, 6.125rem);
	text-align: center;
}


@media screen and (min-width: 375px) {
	.recruit_visual-title br {
		display: none;
	}
}
.recruit_visual-text {
	font-weight: 500;
	font-size: clamp(0.938rem, -0.747rem + 3.51vw, 1.563rem);
	line-height: clamp(1.75rem, -1.113rem + 5.96vw, 2.813rem);
}

.recruit_visual-text span {
	color: #d5301d;
}
.recruit_charm-contents {
	display: flex;
	flex-direction: column;
	align-items: center;

	row-gap: 20px;
}

@media screen and (min-width: 375px) {
	.recruit_visual-text {
		text-align: center;
	}
}
@media screen and (max-width: 374px) {
	.recruit_visual-text {
		text-align: justify;
	}
	.recruit_visual-text br {
		display: none;
	}
}
.recruit_charm-title {
	display: flex;
	font-weight: 500;
	font-size: clamp(1.125rem, 0.62rem + 1.05vw, 1.313rem);
	column-gap: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	justify-content: center;
	align-items: center;
}
.recruit_charm-title::before , .recruit_charm-title::after {
	display: block;
	width: clamp(1.25rem, -1.276rem + 5.26vw, 2.188rem);
	height: 1px;
	background-color: #000000;
	content: "";
}
.recruit_charm-list {
	display: flex;
	max-width: 630px;
	width: 100%;
	column-gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	row-gap: 10px;
}

.recruit_charm-item {
	display: flex;
	position: relative;
	max-width: 200px;

/*min-width: 175px;*/
	width: 31.7461%;
	justify-content: center;
	align-items: center;

	aspect-ratio: 100/77;
}
@media screen and (min-width: 606px) {
	.recruit_charm-list {
		justify-content: space-between;
	}
}
@media screen and (max-width: 605px) {
	.recruit_charm-list {
		justify-content: space-evenly;
	}
	.recruit_charm-item {
		width: calc(50% - 5px);
	}
	@media screen and (min-width:375px) {
		.recruit_charm-item:nth-of-type(1) {
			margin: 0 70px;
		}
		/*.recruit_charm-item:nth-of-type(2) {
			margin-right: auto;
		}
		.recruit_charm-item:nth-of-type(3) {
			margin-left: auto;
		}*/
	}
	@media screen and (max-width:374px) {
		.recruit_charm-list {
			flex-direction: column;
		}
		.recruit_charm-item {
			min-width: 175px;
		}
	}
}

.recruit_charm-item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,#15c30e 0%, #9ced69 100%);
	content: "";

	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/recruit_charm-itembg.webp);
	-webkit-mask-image: url(../images/recruit_charm-itembg.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.recruit_charm-text {
	display: flex;
	color: #2b2b2b;
	font-weight: bold;
	font-size: clamp(1.563rem, 0.384rem + 2.46vw, 2rem);
	letter-spacing: 0.02em;
	flex-direction: column;
	align-items: center;
}
.recruit_charm-text:not(.recruit_charm-outside) {
	position: relative;
	z-index: 2;
}
.recruit_charm-text span {
	font-size: clamp(0.875rem, 0.538rem + 0.7vw, 1rem);
	font-size: clamp(0.813rem, 0.307rem + 1.05vw, 1rem);
	letter-spacing: 0.02em;
}

.recruit_charm-outside {
	position: absolute;
	z-index: 1;

	-webkit-text-stroke: 3px #ffffff;
}
.recruit_overview-container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/recruit_overview-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.recruit_overview-container::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: #2b2b2b;
	background-blend-mode: multiply;
	opacity: 0.7;
	content: "";
}
.recruit_overview-contents {
	display: block;
	position: relative;
	z-index: 2;
	max-width: 1000px;
	margin: 0 auto;
	color: #ffffff;
}
.recruit_overview-head {
	display: flex;
	margin-bottom: 45px;
	flex-direction: column-reverse;
	align-items: center;

	row-gap: 15px;
}
.recruit_overview-img {
	max-width: 418px;
	width: 95%;
}
.recruit_overview-img img {
	width: 100%;
}

.recruit_overview-caption {
	display: flex;
	position: relative;
	font-weight: bold;
	font-size: clamp(1.125rem, -1.738rem + 5.96vw, 2.188rem);
	flex-wrap: wrap;
	align-items: baseline;
}
.recruit_overview-caption strong {
	font-size: clamp(1.75rem, -2.797rem + 9.47vw, 3.438rem);
}
.recruit_overview-caption::before , .recruit_overview-caption::after {
	display: block;
	width: clamp(1.25rem, -0.434rem + 3.51vw, 1.875rem);
	margin: auto 0;
	background-color: #ffffff;
	content: "";

	clip-path: polygon(84% 0, 100% 0%, 16% 100%, 0% 100%);
	aspect-ratio: 6/13;
}
.recruit_overview-caption::before {
	transform: rotateX(180deg);
	margin-right: clamp(0.625rem, -1.059rem + 3.51vw, 1.25rem);
}
.recruit_overview-caption::after {
	margin-left: clamp(0.625rem, -1.059rem + 3.51vw, 1.25rem);
}
.recruit_overview-foot {
	display: flex;
	flex-direction: column;
}

.recruit_overview-theme {
	display: flex;
	margin-top: 5px;
	font-size: clamp(1.125rem, -5.949rem + 14.74vw, 3.75rem);
	line-height: clamp(2.188rem, -7.244rem + 19.65vw, 5.688rem);
	text-align: justify;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	flex-direction: column;
}
.recruit_overview-theme span {
	display: block;
}
.recruit_overview-theme strong {
	color: #d5301d;
}
.recruit_overview-text {
	font-weight: bold;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.recruit_overview-textA {
	font-size: clamp(0.938rem, -1.084rem + 4.21vw, 1.688rem);
}
.recruit_overview-textB {
	font-size: clamp(0.938rem, -1.757rem + 5.61vw, 1.938rem);
}
.recruit_overview-textC {
	font-size: clamp(1rem, -2.032rem + 6.32vw, 2.125rem);
}
.recruit_overview-textC strong {
	font-size: clamp(1.25rem, -4.645rem + 12.28vw, 3.438rem);
}
.recruit_overview-textC .text_under-line {
	text-decoration: underline;
}
.recruit_overview-point {
	color: #d5301d;
}


.recruit_overview-golfer {
	display: flex;
	visibility: hidden;
	position: absolute;
	bottom: -16.6666vw;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	max-width: 1820px;
	width: 97.5%;
	justify-content: flex-end;
}

.recruit_overview-golfer img {
	visibility: visible;
	max-width: 690px;
	width: 40%;
}
.recruit_criteria-container {
	display: block;
	width: 100%;
	background: linear-gradient(to right top, rgba(199, 199, 199, 0.44) 0%,rgba(201, 201, 201, 0.42) 2%, rgba(205, 205, 205, 0.39) 5%, rgba(227, 227, 227, 0.22) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}

.recruit_criteria-inner {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: column;
}
.recruit_criteria-head {
	font-weight: bold;
	font-size: clamp(1.063rem, -4.664rem + 11.93vw, 3.188rem);
}
.recruit_criteria-head strong {
	color: #d5301d;
	font-size: clamp(1.125rem, -5.107rem + 12.98vw, 3.438rem);
}
.recruit_criteria-head > strong {
	display: block;
}
.recruit_criteria-head span {
	display: block;
	font-size: clamp(0.938rem, -1.757rem + 5.61vw, 1.938rem);
	line-height: clamp(1.875rem, -3.178rem + 10.53vw, 3.75rem);
	word-break: keep-all;
}

.recruit_criteria-contents {
	display: flex;
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.recruit_criteria-contents img {
	max-width: 250px;
	width: 30.5%;
}
.recruit_criteria-details {
	max-width: 570px;
	width: 69.5%;
}
.recruit_criteria-hexagon {
	position: relative;
	padding: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem) 30px 0 clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	font-weight: bold;
	font-size: clamp(0.938rem, -0.915rem + 3.86vw, 1.625rem);
	line-height: clamp(1.563rem, -0.795rem + 4.91vw, 2.438rem);
}

.recruit_criteria-hexagon::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -4;
	width: calc(100% - 40px);
	height: calc(100% - clamp(1.25rem, 0.408rem + 1.75vw, 1.563rem));
	background-color: #15c30e;
	content: "";

	clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 26px 100%, 0% 50%);
}
.recruit_criteria-hexagon::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: clamp(1.438rem, -0.078rem + 3.16vw, 2rem);
	z-index: -4;
	width: 48px;
	background-color: #15c30e;
	content: "";

	aspect-ratio: 3/2;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/recruit_criteria-green.webp);
	-webkit-mask-image: url(../images/recruit_criteria-green.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
.recruit_criteria-hexagon h4 {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	padding: 19px 25px 19px calc(25px + clamp(0rem, -4.211rem + 8.77vw, 1.563rem));
}
.recruit_criteria-hexagon h4::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -3;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: #15c30e;
	content: "";

	clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 25px 100%, 0% 50%);
}
.recruit_criteria-hexagon h4::after {
	display: block;
	position: absolute;
	bottom: clamp(1.438rem, -0.078rem + 3.16vw, 2rem);
	left: calc(100% - 20px);
	z-index: -3;
	width: 50px;
	background-color: #ffffff;
	content: "";

	aspect-ratio: 25/16;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/recruit_criteria-white.webp);
	-webkit-mask-image: url(../images/recruit_criteria-white.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
.recruit_criteria-hexagon h4 span {
	display: block;
	text-align: center;
}
.recruit_criteria-hexagon h4 span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: #ffffff;
	content: "";

	clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 25px 100%, 0% 50%);
}
.recruit_criteria-details p {
	padding-left: clamp(1.875rem, 0.191rem + 3.51vw, 2.5rem);
	font-weight: 500;
	font-size: clamp(0.875rem, 0.033rem + 1.75vw, 1.188rem);
	line-height: clamp(1.625rem, 0.446rem + 2.46vw, 2.063rem);
}
.recruit_criteria-text {
	margin-top: -30px;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.033rem + 1.75vw, 1.188rem);
	line-height: clamp(1.625rem, 0.446rem + 2.46vw, 2.063rem);
	text-align: justify;
}
.recruit_features-container {
	background-color: #2b2b2b;
	background-image: url(../images/recruit_features-bg.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-position: center top 50px;
	background-size: 2420px 620px;
	color: #ffffff;
}
.recruit_features-inner {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.recruit_features-title {
	position: relative;
	width: fit-content;
	font-weight: bold;
	font-size: clamp(1.438rem, -3.278rem + 9.82vw, 3.188rem);
}
.recruit_features-title::after {
	position: absolute;
	top: calc(100% - clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem));
	left: calc(100% - clamp(0.125rem, -0.043rem + 0.35vw, 0.188rem));
	transform: rotateZ(-3deg);
	max-width: 39px;
	width: clamp(1.563rem, -0.795rem + 4.91vw, 2.438rem);
	background-color: #ffffff;
	content: "";

	aspect-ratio: 39/85;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/recruit_features-arrow.webp);
	-webkit-mask-image: url(../images/recruit_features-arrow.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.recruit_features-subtitle {
	display: flex;
	position: relative;
	z-index: 1;
	width: fit-content;
	font-weight: bold;
	font-size: clamp(1.125rem, -1.064rem + 4.56vw, 1.938rem);
	flex-direction: column;
	align-items: center;
}
.recruit_features-subtitle span {
	display: flex;
	margin-top: -0.5208vw;
	font-size: clamp(1.563rem, -3.49rem + 10.53vw, 3.438rem);
	word-break: keep-all;
	align-items: center;
}
.recruit_features-subtitle span::before , .recruit_features-subtitle span::after {
	display: block;
	width: clamp(1.25rem, -3.297rem + 9.47vw, 2.938rem);
	background-color: #ffffff;
	content: "";

	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/recruit_features-brackets.webp);
	-webkit-mask-image: url(../images/recruit_features-brackets.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 47/98;
}
.recruit_features-subtitle span::before {
	margin-right: clamp(0.938rem, -4.115rem + 10.53vw, 2.813rem);
}
.recruit_features-subtitle span::after {
	transform: rotateY(180deg);
	margin-left: calc(15px + clamp(0.938rem, -4.115rem + 10.53vw, 2.813rem));
}

.recruit_features-subtitle strong {
	display: inline-block;
	position: relative;
	margin-left: 0.45em;
	color: #d5301d;
}
.recruit_features-subtitle strong::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50% , -50%);
	width: calc(100% + clamp(1rem, -0.347rem + 2.81vw, 1.5rem));
	background-color: #ffffff;
	content: "";

	aspect-ratio: 87/35;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/recruit_features-marker.webp);
	-webkit-mask-image: url(../images/recruit_features-marker.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
.recruit_features-text {
	max-width: 895px;
	width: 100%;
	font-weight: 500;
	font-size: clamp(1rem, -1.358rem + 4.91vw, 1.875rem);
	line-height: clamp(1.875rem, -1.493rem + 7.02vw, 3.125rem);
	text-align: justify;
}
.recruit_features-text span {
	color: #15c30e;
}

.recruit_features-text:not(:nth-last-of-type(1)) {
	margin-bottom: 1.65em;
}

.recruit_questionary-container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/recruit_questionary-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.recruit_questionary-container::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-color: #2b2b2b;
	opacity: 0.98;
	content: "";

	mix-blend-mode: multiply;
}
.recruit_questionary-inner {
	position: relative;
	max-width: 920px;
	width: 95%;
	margin: 0 auto;
}


.recruit_questionary-title {
	display: flex;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: clamp(1.125rem, -1.233rem + 4.91vw, 2rem);
	flex-direction: column;
}
.recruit_questionary-title strong {
	margin-top: -0.6771vw;
	font-weight: bold;
	font-size: clamp(1.563rem, -4.332rem + 12.28vw, 3.75rem);
	line-height: clamp(2.188rem, -7.244rem + 19.65vw, 5.688rem);
}
.recruit_questionary-text {
	max-width: 805px;
	font-weight: bold;
	font-size: clamp(0.938rem, -1.757rem + 5.61vw, 1.938rem);
	line-height: clamp(1.625rem, -3.259rem + 10.18vw, 3.438rem);
	text-align: justify;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.0000000000000000000000000000000000000000000000000000000000000000000.6);
}

.recruit_questionary-hand {
	display: flex;
	visibility: hidden;
	position: absolute;
	bottom: -15.7001%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1920px;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-start;
}

.recruit_questionary-hand img {
	visibility: visible;
	max-width: 535px;
	width: 35%;
	opacity: 0.98;

	mix-blend-mode: multiply;
}
.next_contact-container {
	display: block;
	width: 100%;
	margin-bottom: 65px;
	padding-top: 105px;
	background-color: #f5f5f5;
	background-image: url(../images/next_contact-bg.webp);
	background-repeat: no-repeat;
	background-position: center top 160px;
	background-size: 1715px 188px;
}
.next_contact-inner {
	display: flex;
	position: relative;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 80px;
	flex-direction: column;

	row-gap: 80px;
}
.next_contact-text {
	font-weight: bold;
	font-size: clamp(0.938rem, -1.757rem + 5.61vw, 1.938rem);
	line-height: clamp(1.625rem, -3.933rem + 11.58vw, 3.688rem);
	text-align: center;
}
.next_contact-link {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.next_contact-link a {
	display: flex;
	max-width: 745px;
	width: 90%;
	margin: 0 auto;
	padding: clamp(0.688rem, -0.323rem + 2.11vw, 1.063rem) 0;
	border: 2px solid #15c30e;
	border-radius: clamp(1.719rem, -4.176rem + 12.28vw, 3.906rem);
	font-weight: bold;
	font-size: clamp(1.25rem, -5.487rem + 14.04vw, 3.75rem);
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}

.next_contact-link a:hover {
	background-color: #15c30e;
	color: #ffffff;
}

.next_contact-arrow {
	display: flex;
	position: relative;
	width: clamp(2.5rem, -5.079rem + 15.79vw, 5.313rem);
	flex-direction: column;
	align-items: center;

	aspect-ratio: 17/12;
}

.next_contact-arrow::before , .next_contact-arrow::after {
	position: relative;
	width: 100%;
	background-color: #2b2b2b;
	content: "";
	animation: contact_next 0.666s cubic-bezier(0.5, 0, 0.5, 1) infinite;

	aspect-ratio: 85/32;
	mask-position: center top;
	-webkit-mask-position: center top;
	mask-image: url(../images/next_contact-arrow.webp);
	-webkit-mask-image: url(../images/next_contact-arrow.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.next_contact-arrow::after {
	position: absolute;
	bottom: 0;
	animation-delay: -0.2666s;
}

@keyframes contact_next {
	0% {
		background-color: #2b2b2b;
	}

	50% {
		background-color: #15c30e;
	}

	100% {
		background-color: #2b2b2b;
	}
}

.next_contact-img {
	position: absolute;
	bottom: 0;
	max-width: 155px;
	min-width: 75px;
	width: 15.5%;

	aspect-ratio: 31/26;
}
.next_contact-left {
	left: 0;
}
.next_contact-right {
	right: 0;
}
.contact-content_container {
	margin-top: 0 !important;
}

.title_container {
	text-align: center;
}
.title-ja {
	font-weight: bold;
	font-size: clamp(1.375rem, 0.75rem + 2.22vw, 2rem);
	text-align: center;
}

.title-en {
	display: block;
	color: #15c30e;
	font-weight: 300;
	font-size: clamp(0.875rem, 0.563rem + 1.11vw, 1.188rem);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.recruit_visual-container {
		padding-top: 190px;
		padding-bottom: 275px;
	}
	.recruit_visual-container::before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 2880px;
		background-image: url(../images/recruit_visual-bg.webp);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 2880px 955px;
		content: "";

		aspect-ratio: 576/191;
	}
	.recruit_visual-inner {
		width: 95%;
	}
	.recruit_visual-inner::after {
		position: absolute;
		top: calc(100% + 105px);
		right: 76%;
		transform: rotateZ(-2deg);
		color: #dddddd;
		font-weight: bold;
		font-size: 41px;
		white-space: nowrap;
		content: "OMORI EKIMAE GOLF CLUB";

		mix-blend-mode: multiply;
	}

	.recruit_visual-text {
		margin-bottom: 95px;
	}
	.recruit_charm-contents {
		row-gap: 20px;
	}
	.recruit_overview-container {
		padding: 60px 0 75px;
	}
	.recruit_overview-contents {
		width: 95%;
	}
	.recruit_overview-head {
		margin-bottom: 45px;

		row-gap: 15px;
	}
	.recruit_overview-foot {
		row-gap: 35px;
	}
	.recruit_overview-theme {
		margin-left: -1.8229vw;
		text-align: justify;
	}
	.recruit_overview-theme span {
		margin-left: 3em;
	}
	.recruit_overview-text {
		display: flex;
		flex-direction: column;
	}
	.recruit_overview-textB {
		margin-bottom: 25px;
		margin-left: -0.7812vw;
		line-height: clamp(1.875rem, -1.999rem + 8.07vw, 3.313rem);
	}
	.recruit_overview-textC {
		margin-left: 3.65em;
	}
	.recruit_criteria-container {
		padding: 50px 0 75px;
	}
	.recruit_criteria-inner {
		width: 95%;

		row-gap: 50px;
	}
	.recruit_criteria-head > strong {
		margin-top: 30px;
	}
	.recruit_criteria-head span strong {
		margin-left: 4em;
	}
	.recruit_criteria-hexagon h4 {
		margin-bottom: 15px;
		padding: 19px 25px 19px calc(25px + clamp(0rem, -4.211rem + 8.77vw, 1.563rem));
	}
	.recruit_criteria-text {
		display: none;
	}
	.recruit_features-container {
		padding: 60px 0 70px;
	}
	.recruit_features-inner {
		width: 95%;
	}
	.recruit_features-title {
		margin-bottom: 30px;
	}
	.recruit_features-subtitle {
		margin-bottom: 40px;
	}
	.recruit_questionary-container {
		padding: 70px 0 80px;
	}
	.recruit_questionary-inner {
		width: 95%;
	}
	.recruit_questionary-title {
		margin-bottom: 20px;
	}
	.next_contact-container {
		margin-bottom: 65px;
		padding-top: 105px;
	}
	.next_contact-inner {
		width: 95%;
		padding-bottom: 80px;

		row-gap: 80px;
	}
	.next_contact-link {
		row-gap: 40px;
	}
	.step_bar {
		margin-bottom: 35px !important;
	}
}
@media screen and (max-width: 767px) {
	.recruit_visual-container {
		padding: 75px 30px 50px;
	}
	.recruit_visual-inner {
		width: 100%;
	}
	.recruit_visual-text {
		margin-bottom: 40px;
	}
	.recruit_charm-contents {
		row-gap: 15px;
	}
	.recruit_overview-container {
		padding: 40px 20px 50px;
	}
	.recruit_overview-contents {
		width: 100%;
	}
	.recruit_overview-head {
		margin-bottom: 20px;

		row-gap: 10px;
	}
	.recruit_overview-caption {
		max-width: 285px;
		width: 100%;
		padding: 0 30px;
		text-align: center;
		justify-content: center;
	}
	.recruit_overview-caption span {
		display: block;
		width: 100%;
	}
	.recruit_overview-caption::before , .recruit_overview-caption::after {
		position: absolute;
		bottom: 0;
	}
	.recruit_overview-caption::before {
		left: 0;
	}
	.recruit_overview-caption::after {
		right: 0;
	}
	.recruit_overview-foot {
		row-gap: 20px;
	}
	.recruit_overview-theme {
		text-align: center;
	}
	.recruit_overview-text {
		text-align: justify;
	}
	.recruit_overview-text br {
		display: none;
	}
	.recruit_overview-golfer {
		display: none;
	}
	.recruit_criteria-container {
		padding: 30px 30px 50px;
	}
	.recruit_criteria-inner {
		width: 100%;

		row-gap: 30px;
	}
	.recruit_criteria-head span strong {
		margin-left: 1em;
	}
	.recruit_criteria-hexagon h4 {
		padding: clamp(0.781rem, 0.02rem + 2.43vw, 1.188rem) clamp(1.25rem, 0.665rem + 1.87vw, 1.563rem);
	}

	.recruit_criteria-details p , .recruit_criteria-text br {
		display: none;
	}
	.recruit_features-container {
		padding: 40px 30px 50px;
	}
	.recruit_features-inner {
		width: 100%;
	}
	.recruit_features-title {
		margin: 0 auto 20px;
	}
	.recruit_features-subtitle {
		margin: 0 auto 25px;
	}
	.recruit_features-text br {
		display: none;
	}
	.recruit_questionary-container {
		padding: 40px 30px 50px;
	}
	.recruit_questionary-inner {
		width: 100%;
	}
	.recruit_questionary-title {
		margin-bottom: 15px;
	}
	.recruit_questionary-text br {
		display: none;
	}
	.next_contact-container {
		margin-bottom: 40px;
		padding: 50px 30px 0;
	}
	.next_contact-inner {
		width: 100%;
		padding-bottom: 40px;

		row-gap: 30px;
	}
	.next_contact-link {
		row-gap: 20px;
	}
	.step_bar {
		margin-bottom: 25px !important;
	}
}
