* {
	box-sizing: border-box;
}

html {
	visibility: hidden;
	animation: loading 0.5s ease-in-out 0.5s forwards;
}

body {
	font-family: "Prompt", "Noto Sans JP", sans-serif;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

a {
	display: inline-block;
	transition-duration: 0.7s;
}

a:hover {
	opacity: 0.7;
}

.entry__content {
	padding: 70px 0;
	background-image: url("../../img/entry-bg.png");
	background-size: cover;
}

.entry__content-hdl {
	display: flex;
	row-gap: 8px;
	flex-direction: column;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	color: #ffd800;
	text-align: center;
}

.entry__content-hdl-en {
	font-size: 50px;
	text-transform: uppercase;
}

.entry__content-hdl-jp {
	font-size: 18px;
}

.entry__job-list {
	-moz-column-gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	row-gap: 20px;
	width: 100%;
	margin-bottom: 35px;
}

.entry__job-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background-color: #d0d0d0;
	color: #212121;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	transition-duration: 0.5s;
}

.entry__job-button.--active {
	background-color: #ffd800;
}

.entry__job-button:hover {
	opacity: 0.7;
}

.entry-tab-block {
	width: 100%;
}

.entry-tab {
	display: none;
	width: 100%;
	transform: translateY(3%);
	opacity: 0;
	transition-duration: 0.5s;
}

.entry-tab.--active {
	display: block;
	transform: translateY(3%);
	animation: tabFadeIn 0.5s ease-in-out 0s forwards;
	opacity: 0;
}

.entry-tab__title {
	display: flex;
	position: relative;
	row-gap: 8px;
	flex-direction: column;
	width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 24px 0;
	color: #ffffff;
	text-align: center;
}

.entry-tab__title::before {
	display: block;
	z-index: 300;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffd800;
	content: "";
	mix-blend-mode: multiply;
}

.entry-tab__title-image {
	z-index: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-tab__title-image img,
.entry-tab__title-image picture {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-tab__title-en {
	z-index: 300;
	font-weight: bold;
	font-size: 18px;
}

.entry-tab__title-jp {
	z-index: 300;
	font-weight: bold;
	font-size: 30px;
	padding: 0 30px;
}

.entry-tab__title-jp br {
	display: none;
}

.entry-tab__require {
	width: 100%;
	padding: 60px;
	background-color: #ffffff;
}

.entry-tab__require-row {
	-moz-column-gap: 35px;
	display: flex;
	column-gap: 35px;
	align-items: flex-start;
	padding: 30px 0;
	border-bottom: 1px solid #d0d0d0;
}

.entry-tab__require-row:last-of-type {
	border-bottom: none;
}

.entry-tab__require-row-title {
	display: flex;
	position: relative;
	flex-shrink: 0;
	width: 140px;
	padding-left: 14px;
	color: #212121;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.6;
}

.entry-tab__require-row-title::before {
	display: block;
	position: absolute;
	top: 3%;
	left: 0;
	width: 6px;
	height: 27px;
	margin-right: 7px;
	background-color: #ffd800;
	content: "";
}

.entry-tab__require-row-title .pc-none {
	display: none;
}

.entry-tab__require-row-title .sp-none {
	display: block;
}

.entry-tab__require-row-text {
	color: #212121;
	font-size: 16px;
	line-height: 1.8;
}

.entry-tab__require-row-text .pc-br {
	display: block;
}

.entry-tab__require-row-text .sp-br {
	display: none;
}

.entry-input__form-wrap {
	z-index: 300;
	position: relative;
}

.entry-input__form-hdl {
	margin-top: -80px;
}

@media screen and (max-width: 1200px) {

.entry__content {
	padding: 4.8611111111vw 0;
}

.entry__content-hdl {
	row-gap: 0.5555555556vw;
	margin-bottom: 4.8611111111vw;
}

.entry__content-hdl-en {
	font-size: 3.4722222222vw;
}

.entry__content-hdl-jp {
	font-size: 1.25vw;
}

.entry__job-list {
	-moz-column-gap: 1.3888888889vw;
	column-gap: 1.3888888889vw;
	row-gap: 1.3888888889vw;
	margin-bottom: 2.4305555556vw;
}

.entry__job-button {
	height: 4.1666666667vw;
	font-size: 1.25vw;
}

.entry-tab__title {
	row-gap: 0.5555555556vw;
	margin-bottom: 2.0833333333vw;
	padding: 1.6666666667vw 0;
}

.entry-tab__title-en {
	font-size: 1.25vw;
}

.entry-tab__title-jp {
	font-size: 2.4722222222vw;
}

.entry-tab__require {
	padding: 4.1666666667vw;
}

.entry-tab__require-row {
	-moz-column-gap: 2.4305555556vw;
	column-gap: 2.4305555556vw;
	padding: 2.0833333333vw 0;
}

.entry-tab__require-row-title {
	width: 9.7222222222vw;
	padding-left: 0.9722222222vw;
	font-size: 1.4583333333vw;
}

.entry-tab__require-row-title::before {
	top: 0.2083333333vw;
	width: 0.4166666667vw;
	height: 1.875vw;
	margin-right: 0.4861111111vw;
}

.entry-tab__require-row-text {
	font-size: 1.1111111111vw;
}

.entry-input__form-hdl {
	margin-top: -5.5555555556vw;
}

}

@media screen and (max-width: 767px) {

.entry__content {
	padding: 10.6666666667vw 0;
}

.entry__content-hdl {
	row-gap: 2.1333333333vw;
	margin-bottom: 8vw;
}

.entry__content-hdl-en {
	font-size: 13.3333333333vw;
}

.entry__content-hdl-jp {
	font-size: 4.8vw;
}

.entry__job-list {
	-moz-column-gap: 4vw;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4vw;
	row-gap: 4vw;
	margin-bottom: 8vw;
}

.entry__job-button {
	height: 16vw;
	font-size: 3.7333333333vw;
}

.entry-tab__title {
	row-gap: 2.1333333333vw;
	margin-bottom: 2.1333333333vw;
	padding: 10.6666666667vw 0;
}

.entry-tab__title-en {
	font-size: 3.7333333333vw;
}

.entry-tab__title-jp {
	font-size: 5.6666666667vw;
}

.entry-tab__title-jp br {
	display: block;
}

.entry-tab__require {
	padding: 0 5.3333333333vw 10.6666666667vw 5.3333333333vw;
}

.entry-tab__require-row {
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 4vw;
	flex-direction: column;
	padding: 8vw 0;
}

.entry-tab__require-row-title {
	width: 100%;
	padding-left: 3.2vw;
	font-size: 4.8vw;
}

.entry-tab__require-row-title::before {
	top: 0;
	width: 1.6vw;
	height: 7.2vw;
	margin-right: 1.8666666667vw;
}

.entry-tab__require-row-title .pc-none {
	display: block;
}

.entry-tab__require-row-title .sp-none {
	display: none;
}

.entry-tab__require-row-text {
	font-size: 3.7333333333vw;
}

.entry-tab__require-row-text .pc-br {
	display: none;
}

.entry-tab__require-row-text .sp-br {
	display: block;
}

.entry-input__form-hdl {
	margin-top: -16vw;
}

}

@keyframes loading {

0% {
	visibility: hidden;
}

100% {
	visibility: visible;
}

}

@keyframes tabFadeIn {

from {
	transform: translateY(1%);
	opacity: 0;
}

to {
	transform: translateY(0%);
	opacity: 1;
}

}

