* {
	box-sizing: border-box;
}

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;
}

.futura {
	font-family: "futura-pt", sans-serif;
}

.entry-form__job-type-title {
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #ff8a15;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.entry-form__job-button-list {
	display: grid;
	-moz-column-gap: 6px;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 6px;
	margin-right: auto;
	margin-left: auto;
}

.entry-form__job-button {
	display: flex;
	position: relative;
	row-gap: 2px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 76px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
}

.entry-form__job-button.--pouring {
	background-image: url(../../img/entry_laber-pouring.png);
}

.entry-form__job-button.--modeling {
	background-image: url(../../img/entry_laber-modeling.png);
}

.entry-form__job-button.--core {
	background-image: url(../../img/entry_laber-core.png);
}

.entry-form__job-button.--quality {
	background-image: url(../../img/entry_laber-quality.png);
}

.entry-form__job-button.--processing {
	background-image: url(../../img/entry_laber-processing.png);
}

.entry-form__job-button-jp-text {
	z-index: 500;
	font-weight: bold;
	font-size: 28px;
}

.entry-form__job-button-en-text {
	z-index: 500;
	font-size: 10px;
	text-transform: uppercase;
}

.entry-form__job-button.--active::before {
	z-index: 300;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-90deg, #fcc92d 0%, #ff8a15 50%, #fc452d 100%);
	content: "";
	mix-blend-mode: multiply;
}

.entry-form__job-button.--active span {
	color: #ff8a15;
}

.entry-form__job-type {
	margin-bottom: 40px;
}

.js-job-type {
	display: none;
}

.js-entry-type input[type=radio] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	width: auto;
	margin-right: 8px;
}

.js-entry-type .wpcf7-list-item-label {
	color: #ffffff;
}

.js-entry-type label {
	display: flex;
}

.js-entry-type .wpcf7-list-item-label {
	font-size: 20px;
}

.entry-form__block {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 170px;
}

.form__row {
	margin-bottom: 30px;
}

.form__label {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
}

.form__required {
	margin-left: 6px;
	padding: 6px;
	background-color: #ff8a15;
	color: #ffffff;
	font-size: 16px;
}

.form__row input {
	width: 100%;
	padding: 20px;
	background-color: #ffffff;
	color: #2d3042;
	font-size: 22px;
}

.form__row textarea {
	width: 100%;
	height: 140px;
	padding: 20px;
	background-color: #ffffff;
	color: #2d3042;
	font-size: 22px;
	resize: none;
}

.form__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 70px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 16px;
	border-radius: 40px;
	background-color: #ff8a15;
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
	transition-duration: 0.7s;
}

.form__btn:hover {
	opacity: 0.7;
}

.wpcf7-response-output {
	border: none !important;
	color: #ffffff;
}

.wpcf7-not-valid-tip {
	margin-top: 12px;
	color: #d65f5f;
}

.js-entry-type input[type=radio] {
	visibility: hidden;
	position: absolute;
	opacity: 0;
}

.js-entry-type .wpcf7-list-item.first {
	margin-left: 0;
}

.js-entry-type span.wpcf7-list-item-label {
	display: flex;
	position: relative;
	align-items: center;
	cursor: pointer;
}

.js-entry-type span.wpcf7-list-item-label::before {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 2px solid #ff8a15;
	border-radius: 50%;
	content: "";
}

span.wpcf7-list-item-label::after {
	display: block;
	display: none;
	position: absolute;
	top: 50%;
	left: 4px;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #ff8a15;
	content: "";
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
	display: block;
}

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

.entry-form__job-type-title {
	margin-bottom: 1.3888888889vw;
	font-size: 1.6666666667vw;
}

.entry-form__job-button-list {
	-moz-column-gap: 0.4166666667vw;
	column-gap: 0.4166666667vw;
}

.entry-form__job-button {
	height: 5.2777777778vw;
}

.entry-form__job-button-jp-text {
	font-size: 1.9444444444vw;
}

.entry-form__job-button-en-text {
	font-size: 0.6944444444vw;
}

.entry-form__job-type {
	margin-bottom: 2.7777777778vw;
}

.js-entry-type input[type=radio] {
	margin-right: 0.5555555556vw;
}

.js-entry-type .wpcf7-list-item-label {
	font-size: 1.3888888889vw;
}

.entry-form__block {
	width: 52.0833333333vw;
	padding-bottom: 11.8055555556vw;
}

.form__row {
	margin-bottom: 2.0833333333vw;
}

.form__label {
	margin-bottom: 0.4166666667vw;
	font-size: 1.7361111111vw;
}

.form__required {
	margin-left: 0.4166666667vw;
	padding: 0.4166666667vw;
	font-size: 1.1111111111vw;
}

.form__row input {
	padding: 1.3888888889vw;
	font-size: 1.5277777778vw;
}

.form__row textarea {
	height: 9.7222222222vw;
	padding: 1.3888888889vw;
	font-size: 1.5277777778vw;
}

.form__btn {
	height: 4.8611111111vw;
	margin-top: 5.5555555556vw;
	padding: 0 1.1111111111vw;
	border-radius: 2.7777777778vw;
	font-size: 1.7361111111vw;
}

.wpcf7-not-valid-tip {
	margin-top: 0.8333333333vw;
}

}

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

.entry-form__job-type-title {
	margin-bottom: 2.0512820513vw;
	font-size: 5.1282051282vw;
}

.entry-form__job-button-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	-moz-column-gap: 1.0256410256vw;
	column-gap: 1.0256410256vw;
	row-gap: 1.0256410256vw;
}

.entry-form__job-button {
	width: 48%;
	height: 15.8974358974vw;
}

.entry-form__job-button-jp-text {
	font-size: 6.1538461538vw;
}

.entry-form__job-button-en-text {
	font-size: 2.5641025641vw;
}

.entry-form__job-type {
	margin-bottom: 10.2564102564vw;
}

.js-entry-type input[type=radio] {
	margin-right: 2.0512820513vw;
}

.js-entry-type label {
	align-items: center;
}

.js-entry-type .wpcf7-list-item-label {
	font-size: 4.1025641026vw;
}

.entry-form__block {
	width: 100%;
	padding-bottom: 23.0769230769vw;
}

.form__row {
	margin-bottom: 7.6923076923vw;
}

.form__label {
	margin-bottom: 0vw;
	font-size: 5.1282051282vw;
}

.form__required {
	margin-left: 1.5384615385vw;
	padding: 1.5384615385vw;
	font-size: 3.5897435897vw;
}

.form__row input {
	padding: 3.0769230769vw;
	font-size: 5.1282051282vw;
}

.form__row textarea {
	height: 35.8974358974vw;
	padding: 3.0769230769vw;
	font-size: 5.1282051282vw;
}

.form__btn {
	width: 60.2564102564vw;
	height: 17.9487179487vw;
	margin-top: 15.3846153846vw;
	padding: 0 4.1025641026vw;
	border-radius: 10.2564102564vw;
	font-size: 5.1282051282vw;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}

}

