@charset "utf-8";

.sp {
	display: none;
}

.fresh-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url(../../images/recruit_fresh.png);
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto;
}

.orientation-banner {
	margin-top: 2rem;
}

.orientation-banner:hover {
	box-shadow: none;
	transition: none;
}

.orientation-title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url(../images/orientation.jpg);
	background-size: 100% auto;
	background-position: center center;
	margin: 4rem auto;
}

.fresh-title-box h2,
.orientation-title-box h2 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 2rem;
	background-color: rgba(0, 0, 0, 0.15);
	font-size: 3rem;
	letter-spacing: 0.5rem;
	color: #fff;
}

.orientation-main-title {
	margin-top: 3rem;
	padding: 1rem;
	text-align: center;
	background-color: #e6001b;
	color: #ffffff;
}

.orientation-info {
	margin: 3rem auto 8rem;
}

.orientation-date,
.orientation-shop {
	margin-bottom: 2rem;
}

.orientation-title {
	position: relative;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	font-weight: bold;
	font-size: 2.1rem;
}

.orientation-title::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 2.8rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #e6001b;
	border-radius: 2px;
}

.orientation-sub-title {
	font-size: 1.6rem;
	font-weight: bold;
}

.orientation-text {
	color: #e6001b;
	font-weight: bold;
	font-size: 1.6rem;
}

.orientation-day-list {
	padding-left: 1rem;
}

.orientation-day-list-lineheight {
	line-height: 2.9rem;
}

.orientation-day-list-dt {
	margin-bottom: 1.5rem;
}

/* .orientation-day-list-dd {
	padding-left: 2rem;
} */

.orientation-shop-name {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	color: #e6001b;
	font-weight: bold;
}

.orientation-map-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
}

.orientation-map-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.orientation-entry-btn-wrap {
	display: flex;
	justify-content: center;
	margin: 0 auto 10rem;
}

.orientation-entry-btn {
	width: 90%;
	text-align: center;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.orientation-entry-btn-link {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 3rem;
	text-decoration: none;
	font-size: 3rem;
	font-weight: bold;
	color: #ffffff !important;
	background-color: #1D40B6;
	border: 2px solid #1D40B6;
}

.orientation-entry-btn:hover .orientation-entry-btn-link {
	color: #1D40B6 !important;
	background-color: #ffffff;
}

.main-inner {
	max-width: calc(1200px + 6%);
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 auto;
}

/* step-progressbar */
.progressbar {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem auto 5rem;
	overflow: hidden;
}

.progressbar .item {
	position: relative;
	width: 33.3%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #F5F5F5;
	color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #F5F5F5;
	margin: auto;
}

.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #FFF;
}

/* progressbar-active */

.progressbar .item.active {
	z-index: 1;
	background: #e6001b;
	color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
	border-left-color: #e6001b;
}

.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}


/* form */

.form-title {
	margin: 4rem auto;
}

.form-title::before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 2.8rem;
	margin-right: 1rem;
	vertical-align: middle;
	background-color: #e6001b;
	border-radius: 5px;
}

#formWrap {
	margin-bottom: 10rem;
}

#formWrap form {
	margin-top: 40px;
}

#formWrap .form-box {
	box-sizing: border-box;
	margin-bottom: 40px;
}

#formWrap .form-box dl,
#formWrap .form-box dt,
#formWrap .form-box dd {
	list-style: none;
}

#formWrap .form-box dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	box-sizing: border-box;
}

#formWrap .form-box dl.last {
	border-bottom: none;
}

#formWrap .form-box dt {
	display: block;
	width: 35%;
	height: 100%;
	box-sizing: border-box;
	padding: 1rem;
	line-height: 2em;
}

#formWrap .form-box dd {
	display: block;
	width: 65%;
	height: 100%;
	box-sizing: border-box;
	padding: 1rem;
	line-height: 2em;
}

form {
	width: 100%;
}

form select,
form option {
	width: 45%;
	padding: 1rem;
	margin: 1rem 1rem 1rem 0;
	font-size: 1em;
}

form select {
	color: #444444;
	background-color: #ffffff;
	border: solid 1px #acacac;
}

form span {
	color: #ff0000;
}

#formWrap .error_messe {
	color: #ff0000;
	line-height: 2em;
}

form textarea,
#formWrap form input[type="text"] {
	width: 100%;
	padding: 1rem;
	border: solid 1px #acacac;
	font-size: 1.8rem;
}

#formWrap .error_messe {
	color: #ff0000;
	line-height: 2em;
}

.copy-right {
	display: none;
}

.formError {
	left: 60% !important;
	margin-top: -70px !important;
}

.checkbox-style {
	margin-right: 1rem;
}


/* 確認画面 */
.kakunin h4 {
	margin-bottom: 40px;
}

.kakunin #formWrap input[type="submit"],
.kakunin #formWrap input[type="button"] {
	display: block;
	width: 40%;
	padding: 1.5rem;
	margin: 0 auto;
	cursor: pointer;
	background-color: #e6001b;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.7rem;
	text-decoration: none;
	text-align: center;
	float: left;
	box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

.kakunin #formWrap input[type="submit"] {
	margin-left: 5%;
	margin-bottom: 10rem;
	background-color: #e6001b;
}

.kakunin #formWrap input[type="submit"]:hover {
	background-color: rgba(229, 0, 27, 0.8);
}

.kakunin #formWrap input[type="button"] {
	margin-left: 10%;
	margin-right: 5%;
	margin-bottom: 10rem;
	background-color: #e6001b;
}

.kakunin #formWrap input[type="button"]:hover {
	background-color: rgba(229, 0, 27, 0.8);
}

.kakunin #formWrap h3 {
	font-size: 1.6em;
	color: #e6001b;
	text-align: center;
	margin-bottom: 20px;
}

.kakunin #formWrap table.formTable {
	width: 100%;
	margin: 20px auto 4rem;
	border-collapse: collapse;
}

.kakunin #formWrap table.formTable th,
.kakunin #formWrap table.formTable td {
	padding: 10px;
}

.kakunin #formWrap table.formTable th {
	width: 20em;
	text-align: left;
}

/* privacy */

.privacy .privacy-title {
	width: 100%;
	height: auto;
	padding: 0.7rem 2rem;
	color: #ffffff;
	background-color: #e6001b;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}

.privacy .privacy-area {
	width: 100%;
	height: 250px;
	overflow: auto;
	font-size: 1.6rem;
	margin-top: 20px;
	padding: 1.4rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.privacy .privacy-area h3 {
	color: #e6001b;
	text-align: center;
	border-left: none !important;
	margin-top: 0 !important;
}

.privacy .privacy-area .ceo-box {
	text-align: right;
	margin-bottom: 2rem;
}

.privacy .privacy-area h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.privacy .privacy-area ol {
	padding-left: 2rem;
}

.privacy .privacy-text {
	line-height: 1.8;
}

.privacy .privacy-text a {
	text-decoration: none;
}

form .button-box {
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 3rem;
}

form .button-box input {
	display: block;
	width: 40%;
	padding: 1.5rem;
	margin: 0 auto;
	cursor: pointer;
	background-color: #e6001b;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.7rem;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

form .button-box input[type="submit"] {
	background-color: #e6001b;
}

form .button-box input[type="submit"]:hover,
form .button-box input[type="reset"]:hover {
	opacity: 0.6;
}

/* ---------- thanksページ ---------- */

.thanks-box h3 {
	font-size: 1.4em;
	color: #e6001b;
	text-align: center;
	margin-bottom: 1em;
}

.thanks-button-box {
	margin: 10rem auto;
}

.thanks-button-box a {
	display: block;
	width: 60%;
	padding: 1.5rem;
	margin: 0 auto;
	cursor: pointer;
	background-color: #e6001b;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.7rem;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

.thanks-button-box a:hover {
	opacity: 0.8;
}

@media screen and (max-width:768px) {
	.sp {
		display: block;
	}

	.fresh-title-box,
	.orientation-title-box {
		height: 20rem;
		background-size: cover;
		margin: 0 auto;
	}

	.orientation-info {
		margin-bottom: 3rem;
	}

	.orientation-title {
		padding-left: 1rem;
		font-size: 2rem;
	}

	.orientation-title::before {
		width: 4px;
	}

	.orientation-map-box {
		padding-top: 56.25%;
	}

	.main-page-title p {
		text-align: left;
	}

	.orientation-entry-btn-wrap {
		margin-bottom: 5rem;
	}

	.orientation-entry-btn-link {
		padding: 3rem 1.5rem;
		font-size: 1.8rem;
	}

	.progressbar .item {
		font-size: 11.5px;
		line-height: 1.4;
		padding: 10px 0;
	}

	.progressbar .item:not(:last-child)::before,
	.progressbar .item:not(:last-child)::after {
		border-width: 25px;
		border-left-width: 12px;
	}

	.orientation-progressbar {
		margin-bottom: 2rem;
	}

	#formWrap form {
		margin-top: 2em;
	}

	#formWrap .form-box dt {
		width: 100%;
		padding: 0.5rem;
		font-size: 1.6rem;
	}

	form input[type="text"],
	form textarea {
		line-height: 2em;
	}

	#formWrap .form-box dd {
		width: 100%;
		margin-bottom: 2rem;
	}

	form input[type="radio"] {
		margin: 1rem 0.5rem;
	}

	form select {
		width: 100%;
		font-size: 1.2em;
		margin: 0.5em 0;
	}

	.kakunin #formWrap input[type="button"],
	.kakunin #formWrap input[type="submit"],
	.thanks .button-box a {
		width: 100%;
		margin: 0.5em auto;
	}

	.kakunin #formWrap input[type="button"] {
		margin-bottom: 5rem;
	}

	.kakunin #formWrap {
		margin-bottom: 2em;
	}

	.kakunin #formWrap table.formTable {
		margin: 0 auto;
		margin-bottom: 2em;
	}

	.kakunin #formWrap table.formTable th,
	.kakunin #formWrap table.formTable td {
		display: block;
		width: 100%;
		padding: 0.5rem;
		border: none;
	}

	.kakunin #formWrap table.formTable td {
		margin-bottom: 2rem;
	}

	form .button-box {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 2em;
	}

	form .button-box input {
		width: 100%;
	}

	#request .main-inner {
		margin: 2em auto;
	}

	.thanks-button-box a {
		width: 100%;
	}
}