@charset "UTF-8";




/* ----------------------------------------------------------------------------------------------------

recruit-intro

---------------------------------------------------------------------------------------------------- */
.recruit-intro {
	margin-bottom: 4rem;
}
.recruit-intro h3 {
	text-align: center;
	font-family: var(--font-serif);
	font-weight: normal;
	font-size: 2.4rem;
	margin-bottom: 4rem;
}
.recruit-intro .wrap {
	display: flex;
	justify-content: space-between;
}
.recruit-intro .wrap > * {
	width: 48%;
}
.recruit-intro a {
	font-weight: 500;
	letter-spacing: 0 !important;
}

@media screen and (max-width: 768px) {
	.recruit-intro {
		margin-bottom: 4rem;
	}
	.recruit-intro h3 {
		text-align: left;
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}
	.recruit-intro .wrap {
		display: block;
	}
	.recruit-intro .wrap > * {
		width: 100%;
	}
	.recruit-intro .wrap > figure {
		margin-bottom: 1.5rem;
	}
}




/* ----------------------------------------------------------------------------------------------------

募集詳細

---------------------------------------------------------------------------------------------------- */
.recruit h4 {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1.2rem;
}
.recruit h4::before {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	background: var(--pink);
	border-radius: 50%;
	margin-right: 1rem;
	margin-top: 0.25rem;
}
.recruit table {
	width: 100%;
	border-collapse: separate;
}
.recruit table th,
.recruit table td {
	font-weight: normal;
	padding: 1.5rem 2rem 1.6rem 2rem;
	text-align: left;
	border: solid 0.2rem #fff;
}
.recruit table th {
	width: 35%;
}
.recruit table td {
	width: 65%;
}
.recruit table tr:nth-of-type(odd) {
	background: #f1f4f9;
}
.recruit table tr:nth-of-type(even) {
	background: #f2f2f2;
}
.btn-entry {
	background: linear-gradient(to top, #fd6e8a, #f380ab)!important;
	color: #fff!important;
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	height: 7.2rem!important;
	position: relative!important;
	border-radius: 20rem!important;
	text-align: center!important;
	position: relative!important;
	font-size: 2rem!important;
	padding-bottom: 0.3rem!important;
	letter-spacing: 0.1em!important;
	width: 46rem!important;
	margin: 0 auto;
	border: solid 0.3rem #fff!important;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(0,0,0,0.15)!important;
	padding-left: 0.5rem!important;
}
.btn-entry i {
	position: absolute;
	top: 50%;
	right: 4rem;
	transform: translate(0, -50%);
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.recruit table {
		font-size: 1.2rem;
	}
	.recruit table th,
	.recruit table td {
		font-weight: normal;
		padding: 1.2rem 1.5rem 1.4rem 1.5rem;
		border: solid 0.12rem #fff;
	}
	.recruit table th {
		width: 40%;
	}
	.recruit table td {
		width: 60%;
	}
	.btn-entry {
		width: 100%!important;
		font-size: 1.8rem!important;
	}
	.btn-entry i {
		right: 2rem;
	}
	.embed {
		margin-bottom: 3rem;
	}
	.embed iframe {
		width: 100%;
	}
}




/* ----------------------------------------------------------------------------------------------------

資格

---------------------------------------------------------------------------------------------------- */
.recruit-teacher {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit-teacher > * {
	width: 48%;
}
.recruit-teacher h3 {
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.8rem;
}
.recruit-teacher h3 span {
	font-size: 2.8rem;
	margin-bottom: 1rem;
	letter-spacing: 0.15em;
}
.recruit-teacher p {
	margin: 3rem 0;
	text-align: center;
	font-size: 96%;
}
.recruit-teacher a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.2rem;
	height: 6.4rem;
	margin: 0 auto;
	width: 100% !important;
	border: solid 0.12rem #333;
	border-radius: 10rem;
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
}
.recruit-teacher a i {
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);
}
.recruit-teacher .license {
	padding: 1rem 0 1.5rem 0;
	border: 2px solid #939393;
	text-align: center;
	font-size: 96%;
}
.recruit-teacher .license div {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
}
.recruit-teacher .license p {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.recruit-teacher {
		display: block;
	}
	.recruit-teacher > * {
		width: 100%;
	}
	.recruit-teacher > figure {
		margin-bottom: 2rem;
	}
	.recruit-teacher p {
		text-align: left;
	}
	.recruit-teacher a {
		width: 100%;
	}
	.recruit-teacher .license {
		padding: 1rem 1rem 1.5rem 1rem;
	}
	.recruit-teacher .license p {
		text-align: left;
	}
}


.recruit-graduate {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.recruit-graduate > * {
	width: 48%;
}
.recruit-graduate h3 {
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.8rem;
}
.recruit-graduate h3 span {
	font-size: 2.8rem;
	margin-bottom: 1rem;
	letter-spacing: 0.15em;
}
.recruit-graduate p {
	margin: 3rem 0;
	text-align: center;
	font-size: 96%;
}
.recruit-graduate a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.2rem;
	height: 6.4rem;
	margin: 0 auto;
	width: 100% !important;
	border: solid 0.12rem #333;
	border-radius: 10rem;
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	background: linear-gradient(to top, #a1adb2, #a1adb2)!important;
}
.recruit-graduate a i {
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	right: 3rem;
	transform: translate(0, -50%);
}
.recruit-graduate .license {
	padding: 1rem 0 1.5rem 0;
	border: 2px solid #939393;
	text-align: center;
	font-size: 96%;
}
.recruit-graduate .license div {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
}
.recruit-graduate .license p {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.recruit-graduate {
		display: block;
	}
	.recruit-graduate > * {
		width: 100%;
	}
	.recruit-graduate > figure {
		margin-bottom: 2rem;
	}
	.recruit-graduate p {
		text-align: left;
	}
	.recruit-graduate a {
		width: 100%;
	}
	.recruit-graduate .license {
		padding: 1rem 1rem 1.5rem 1rem;
	}
	.recruit-graduate .license p {
		text-align: left;
	}
}


.cont_sec_recruit {
	background: var(--bg-grey);
}
.cont_sec_recruit .heading-1 {
    line-height: 1;
    margin-bottom: 4rem;
    text-align: center;
    font-weight: normal;
}
.cont_sec_recruit .contact_recruit {
	background: #fff;
	width: 75%;
    margin: 0 auto;
	display: flex;
}
.contact_inner {
    margin-bottom: 0.8rem;
	padding: 4rem;
	margin-right: 2rem;
}
.contact_inner h2 {
	font-size: 2.3rem;
	font-family: var(--font-serif);
}
.contact_inner p {
	padding-top: 1rem;
}
.contact_recruit_btn .btn-entry {
	font-weight: 500;
	margin-top: 5rem !important;
}

@media screen and (max-width: 768px) {
	.cont_sec_recruit .contact_recruit {
		width: 100%;
		display: block;
	}
	.contact_recruit_btn .btn-entry {
		width: 90%!important;
		margin-top: 0rem !important;
		/* margin-bottom: 5rem !important; */
	}
	.contact_inner {
		margin-bottom: 0.8rem;
		padding: 2rem 3rem;
		padding-top: 6rem;
		margin-right: 0rem;
	}
	.contact_recruit_btn {
		padding-bottom: 3rem;
	}
	.ftp_logo {
		width: 20%;
	}
}