@charset "utf-8";


div#career h3 {
	margin-top: 9rem;
}

section.recruit {
	border-bottom: 1px solid #F0F0F0;
	margin: auto;
	position: relative;
}

section.recruit:not(:last-child) {
	border-top: 1px solid #F0F0F0;
}

section.recruit::after, section.recruit:not(:last-child)::before {
	background: #BCBCBC;
	content: "";
	height: 1px;
	width: 7.5rem;
	position: absolute;
	left: 0;
}

section.recruit::after {
	bottom: 0;
}

section.recruit:not(:last-child)::before {
	top: 0;
}

section.recruit h4 {
	font-family: UD Shin Go Medium;
	font-size: 1.6rem;
	margin: 0 0 3rem;
}

section.recruit h4:not(:first-child) {
	margin: 6rem 0 3rem;
}

section.recruit h5 {
	font-family: UD Shin Go Medium;
	font-size: 1.4rem;
	line-height: 1.8;
}

section.recruit .hasDropdown {
	position: relative;
}

section.recruit .hasDropdown::before,
section.recruit .hasDropdown::after {
	border: none;
	content: "";
	width: 2rem;
	height: 0.2rem;
	background: #000;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	margin: auto;
}

section.recruit .hasDropdown.is-active::before,
section.recruit .hasDropdown.is-active::after {
	width: 30px;
}

section.recruit .hasDropdown::before {
	-webkit-transform: translateY(1.5rem) rotate(135deg);
	transform: translateY(1.5rem) rotate(135deg);
}

section.recruit .hasDropdown::after {
	-webkit-transform: translateY(0.2rem) rotate(45deg);
	transform: translateY(0.2rem) rotate(45deg);
}

section.recruit .hasDropdown.is-active::before {
	-webkit-transform: translateY(0.5rem) rotate(-45deg);
	transform: translateY(0.5rem) rotate(-45deg);
}
	
section.recruit .hasDropdown.is-active::after {
	-webkit-transform: translateY(0.5rem) rotate(45deg);
	transform: translateY(0.5rem) rotate(45deg);
}

section.recruit .hasDropdown dt {
	font-family: UD Shin Go Medium;
	font-size: 1.6rem;
	margin: 0 0 1.5rem;
}

section.recruit .hasDropdown dd {
	font-family: UD Shin Go Light;
	font-size: 1.4rem;
}

div.recruit-hidden {
	background: #F7FAFF;
	display: none;
	overflow: hidden;
}

div.recruit-label {
	margin: 0 0 3rem;
}

div.recruit-label p {
	font-family: UD Shin Go Light;
	font-size: 1.4rem;
	line-height: 1.8;
}

div.form-btn {
	width: 24rem;
	margin: auto;
}

div.form-btn a {
	background: #1C61D1;
	border: 1px solid #1C61D1;
	color: #FFF;
	font-family: UD Shin Go Medium;
	font-size: 1.4rem;
	display: block;
	text-align: center;
	padding: 1.8rem 0;
}

div.form-btn a:hover {
	background: #FFF;
	color: #1C61D1;
}

@media screen and (min-width: 768px) {
section.recruit {
	width: 120rem;
}

section.recruit .hasDropdown {
	padding: 3rem 0;
}

div.recruit-hidden {
	padding: 3rem;
}

div.recruit-label {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

div.recruit-label p {
	width: 94rem;
}

section.recruit h5 {
	width: 18.5rem;
}
}

@media not all and (min-width: 768px) {
section.recruit .hasDropdown {
	padding: 3rem 10rem 3rem 1.5rem;

}

section.recruit .hasDropdown dd {
	line-height: 2.0;
}

div.recruit-hidden {
	padding: 6rem 1.5rem;
}
}