* {
	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-confirm__content {
	padding: 70px 0;
	background-image: url("../../img/black-bg.png");
	background-size: cover;
}

.form-confirm__row {
	padding: 18px 0;
	border-bottom: 1px solid #212121;
}

.form-confirm__row > p {
	-moz-column-gap: 10px;
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
}

.form-confirm__row > p br {
	display: block;
}

.form-confirm__row {
	-moz-column-gap: 20px;
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.form-confirm__row.--job .form-confirm__input {
	font-weight: bold;
	font-size: 18px;
}

.form-confirm__input {
	font-size: 16px;
}

.form-confirm__date {
	-moz-column-gap: 8px;
	display: flex;
	column-gap: 8px;
	align-items: center;
	font-size: 16px;
}

.form-confirm__btn {
	display: flex;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-previous {
	display: block !important;
	display: flex;
	justify-content: center;
	width: 330px;
	height: 40px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #802eff;
	background-color: #ffffff;
	color: #802eff;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
}

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

.entry-confirm__content {
	padding: 4.8611111111vw 0;
}

.form-confirm__row {
	padding: 1.25vw 0;
}

.form-confirm__row > p {
	-moz-column-gap: 0.6944444444vw;
	column-gap: 0.6944444444vw;
}

.form-confirm__row {
	-moz-column-gap: 1.3888888889vw;
	column-gap: 1.3888888889vw;
}

.form-confirm__row.--job .form-confirm__input {
	font-size: 1.25vw;
}

.form-confirm__input {
	font-size: 1.1111111111vw;
}

.form-confirm__date {
	-moz-column-gap: 0.5555555556vw;
	column-gap: 0.5555555556vw;
	font-size: 1.1111111111vw;
}

.wpcf7-previous {
	width: 22.9166666667vw;
	height: 2.7777777778vw;
	margin-top: 0.1388888889vw;
	font-size: 1.4583333333vw;
}

}

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

.entry-confirm__content {
	padding: 10.6666666667vw 0;
}

.form-confirm__row {
	width: 100%;
	padding: 0 0 6.6666666667vw 0;
	border-bottom: none;
}

.form-confirm__row > p {
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 2.1333333333vw;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}

.form-confirm__row > p br {
	display: none;
}

.form-confirm__row {
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 2.1333333333vw;
	flex-direction: column;
}

.form-confirm__row.--job .form-confirm__input {
	font-size: 4.8vw;
}

.form-confirm__input {
	width: 100%;
	padding: 1.0666666667vw;
	font-size: 3.7333333333vw;
}

.form-confirm__date {
	-moz-column-gap: 2.1333333333vw;
	column-gap: 2.1333333333vw;
	justify-content: flex-start;
	width: 100%;
	font-size: 3.7333333333vw;
}

.form-confirm__btn {
	width: 100%;
}

.form-confirm__btn p {
	width: 100%;
}

.wpcf7-previous {
	width: 100%;
	height: 9.3333333333vw;
	margin-top: 1.0666666667vw;
	font-size: 4.8vw;
}

}

@keyframes loading {

0% {
	visibility: hidden;
}

100% {
	visibility: visible;
}

}

