@charset "utf-8";

/*----------------------------------------------
	recruit
----------------------------------------------*/

#wrapper.recruit {
	background: #218ED1;
}

/* ---------- header ---------- */
#header_wrap {
	height: 90px;
	background: transparent;
}

.fixed #logo img.logo_black {
	opacity: 0 !important;
}

#logo img.logo_black {
	opacity: 0;
	position: absolute;
}

.rec_header_box {
	display: flex;
}

.rec_menu_btn {
	list-style: none;
	line-height: 1.6;
	margin: 0;
	width: 174px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	text-align: center;
	transition: background 0.3s;
}

.rec_menu_btn_link {
	display: block;
	font-weight: 500;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	background: #00D2FF;
	padding: 35px 17px 35px 17px;
	position: relative;
	transition: all 0.3s;
}

.rec_menu_btn_link span {
	font-size: 2rem;
	letter-spacing: 0;
	display: block;
	font-weight: 500;
	line-height: 1.0;
	white-space: nowrap;
}

/* hover */
.rec_menu_btn_link:hover {
	opacity: .65;
}

/*--- smallhead ---*/

.smallhead #logo img.logo_black {
	opacity: 1;
}

#header_wrap.smallhead {
	background: #FFF !important;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}

/* //ハンバーガーメニュー */
#toggle {
	display: block;
	height: 90px;
	top: 0;
	right: 0;
	z-index: 9000;
}

#toggle a {
	display: block;
	background: none;
	color: #fff;
	width: 90px;
	height: 100%;
	background: #21CBD1;
	box-sizing: border-box;
	position: relative;
	transition: all .3s ease;
}

#toggle a:hover {
	background-color: #218ED1;
}

#toggle a span,
#toggle a::before,
#toggle a::after {
	content: "";
	font-size: 0;
	position: absolute;
	display: block;
	background: #fff !important;
	width: 28px;
	height: 1px;
	left: 31px;
	right: auto;
	transition: all 0.3s;
}

.fixed #toggle a::before,
.fixed #toggle a::after {
	background: #fff;
}

#toggle a::before {
	top: 36px;
}

#toggle a span {
	top: 44px;
}

#toggle a::after {
	top: 51px;
	width: 16px;
}

#toggle a.open {
	color: #fff;
}

#toggle a.open span {
	opacity: 1;
}

#toggle a.open span {
	opacity: 0;
}

#toggle a.open:before {
	-moz-transform: translate(0, 12px) rotate(45deg);
	-webkit-transform: translate(0, 12px) rotate(45deg);
	transform: translate(0, 12px) rotate(45deg);
	width: 38px;
	top: 33px;
	left: 26px;
}

#toggle a.open:after {
	-moz-transform: translate(0, -12px) rotate(-45deg);
	-webkit-transform: translate(0, -12px) rotate(-45deg);
	transform: translate(0, -12px) rotate(-45deg);
	width: 38px;
	top: 56px;
	left: 26px;
}

.fixed #header_wrap {
	position: fixed;
	top: 0;
}

.menu__wrap {
	margin: 0;
}

.menu_list {
	display: block;
}

#menu-box {
	float: none;
	position: fixed;
	z-index: 8000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #218ED1;
	background: linear-gradient(150deg, rgba(91,182,233,1) 0%, rgba(33,142,209,1) 15%, rgba(33,142,209,1) 85%, rgba(91,182,233,1) 100%);
	box-sizing: border-box;
	overflow: auto;
	opacity: 1;
	transition: all 0.3s ease;
	pointer-events: auto;
}

.menu_dis {
	opacity: 0 !important;
	pointer-events: none !important;
}

#menu {
	display: block;
	padding: 140px 0 40px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.6s ease;
	z-index: 8000;
}

#menu-box #menu nav {
	display: block;
	width: 1166px;
	padding: 0 20px;
	max-width: 100%;
	margin: auto;
}

#menu nav>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 980px;
	max-width: 100%;
	padding: 0;
	margin: auto;
}

#menu .menu_en {
	font-family: 'Poppins', sans-serif;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #FFF;
}

#menu .menu_ja {
	display: block;
	font-size: 1.4rem;
	color: #FFF;
	line-height: 1.8;
}

.s_sub_item {
	overflow: hidden;
	opacity: 0;
	height: 0;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	opacity: inherit;
	height: auto;
}

.h_sub_link {
	display: inline-block;
	font-weight: 500;
	color: #FFF !important;
	text-decoration: none;
	background: transparent;
	text-align: left;
	padding: 4px 0 4px 17px;
	position: relative;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}


.h_sub_link::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 10px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #FFF;
}

.h_sub_link:hover {
	opacity:.7;
}

#menu>nav>ul>li {
	display: block;
	float: none;
	margin: 0 0 25px;
	width: 47.4%;
	position: relative;
	box-sizing: border-box;
}


#menu nav>ul>li>a {
	text-align: left;
	padding: 10px 0 15px;
	margin: 0 0 10px;
	height: auto;
	border-bottom: 1px solid #FFF;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

#menu .nav_btn {
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	display: block;
	max-width: 1126px;
	margin: 40px auto 0;
	width: 100%;
	position: relative;
	padding: 0;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	overflow: hidden;
}

#menu .nav_btn:hover {
	opacity: .7;
}

#menu .nav_btn a {
	display: block;
	font-weight: 500;
	color: #fff !important;
	text-decoration: none;
	height: 100%;
	background: #00D2FF;
	padding: 35px 17px 35px 17px;
	position: relative;
	transition: all 0.3s;
}


#menu .nav_btn a span {
	font-size: 3.8rem;
	letter-spacing: 0;
	display: block;
	font-weight: 500;
	line-height: 1.0;
	white-space: nowrap;
}

/* ハンバーガーメニュー// */
/* ---------- footer ---------- */
#footer_wrap {
	background: #218ED1;
	z-index: 10;
}

/*--------- REQUIREMENT ---------*/

#requirement_wrap {
	padding: 126px 0 127px;
	background-color: #FFF;
	color: #218ED1;
	position: relative;
}

#requirement_wrap::before {
	position: absolute;
	content: "";
	width: 50%;
	height: 91px;
	left: 0;
	bottom: calc(100% - 1px);
	background: #FFF;
}

.requirement_area {
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 1085px;
	width: 100%;
	position: relative;
}

.requirement_ttl {
	text-align: center;
}

.requirement_ttl h2 {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 9rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 22px;
}

.requirement_ttl p {
	font-weight: 500;
	margin-bottom: 44px;
}

.requirement_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.requirement_btn {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 46.985%;
	padding: 32px 105px 18px 58px;
	background: #218ED1;
	border-radius: 20px;
	position: relative;
	transition: all .3s ease;
}

.requirement_btn::after {
	position: absolute;
	content: "";
	width: 58px;
	height: 58px;
	background: url(../img/recruit/icon_requirement_btn.svg) center center / contain no-repeat;
	transform: translateY(-50%);
	top: 50%;
	right: 30px;
}

.requirement_btn h3 {
	display: inline-block;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #FFF;
	margin: 0;
	position: relative;
}

.requirement_btn h3::before {
	display: block;
	content: attr(data-txt) "";
	font-family: 'Poppins', sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 6px;
}

/* nth-child(2) */
.requirement_btn:nth-child(2) {
	background: #21CBD1;
	margin-left: 6.03%;
}

/* hover */
.requirement_btn:hover {
	opacity: .7;
}

#return a {
	background: #00D2FF;
	border: none;
	border-radius: 50px;
	box-shadow: none;
}

#return a:hover {
	background: #21CBD1;
}

.footer_main {
	max-width: 1540px;
}

.footer_menu_list {
	padding: 0;
	border: none;
}

.footer_menu {
	min-width: 225px;
	width: auto;
	margin-right: 45px;
}

.footer_menu_link {
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	color: #FFF !important;
	margin: 0;
}


.f_sub_link,
.footer_lnk_top a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF !important;
}


.f_sub_link::before {
	display: inline-block;
	content: "-";
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
}

.sp_size .f_sub_link::before {
	content: none
}

#copyright {
	border-color: rgba(255, 255, 255, .25);
	color: #FFF;
}

#copyright p {
	max-width: 1500px;
}

.co_address a {
    text-decoration: none;
}

.co_address p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF !important;
}




@media screen and (max-width: 767px) {
	#header_wrap {
		background-color: transparent;
		height: auto;
	}

	.rec_menu_btn {

		width: 290px;
		margin: auto;
	}

	.rec_menu_btn.contact_btn {
		margin-top: 10px;
	}

	.rec_menu_btn_link {
		padding: 17px 15px 16px;
	}


	.rec_menu_btn_link span {
		font-size: 1.3rem;
	}

	/* //ハンバーガーメニュー */


	#toggle {
		height: 65px;
	}

	#toggle a {
		width: 65px;
	}

	#toggle a span,
	#toggle a::before,
	#toggle a::after {
		left: 20px;
	}

	#toggle a::before {
		top: 22px;
	}

	#toggle a span {
		top: 32px;
	}

	#toggle a::after {
		top: 42px;
	}

	#toggle a.open:before {
		width: 38px;
		top: 21px;
		left: 15px;
	}

	#toggle a.open:after {
		top: 44px;
		left: 15px;
	}

	#menu ul {
		border-top: none;
	}

	.menu_dis {
		display: none !important;
	}

	#menu {
		clear: both;
		padding: 0;
		z-index: 10000;
	}

	#menu nav>ul {
		display: block;
		border-top: none;
	}

	#menu nav ul li {
		margin: 0;
		width: auto;
		border-bottom: none;
	}

	#menu nav ul li a {
		padding: 4px 0 4px 17px;
	}

	.s_sub_item {
		overflow: hidden;
		opacity: 0;
		height: 0;
		opacity: inherit;
		height: auto;
	}

	.h_sub_link {
		display: block;
		font-size: 1.3rem;
	}

	#menu nav ul li.s_sub_item {
		border-bottom: none;
	}

	#menu nav>ul>li>a {
		padding: 10px 0;
		margin: 0 0 10px;
	}

	#menu .nav_btn {
		margin: 40px auto 0;
		height: auto;
	}

	#menu .nav_btn a {
		padding: 17px 15px 16px;
		width: 290px;
		margin: auto;
	}

	#menu .nav_btn a span {
		font-size: 2.0rem;
	}
	
	#menu .menu_en {
		font-size: 2.0rem;
	}
	/* ハンバーガーメニュー// */

	/* ---------- footer ---------- */

	/*--------- REQUIREMENT ---------*/

	#requirement_wrap {
		padding: 45px 0 50px;
	}

	#requirement_wrap::before {
		height: 35px;
	}

	.requirement_ttl h2 {
		font-size: 4rem;
		margin: 0 0 15px;
	}

	.requirement_ttl p {
		margin-bottom: 22px;
	}

	.requirement_btn {
		width: 100%;
		padding: 15px 60px 15px 20px;
		border-radius: 15px;
	}

	.requirement_btn::after {
		width: 35px;
		height: 35px;
		right: 20px;
	}

	.requirement_btn h3 {
		font-size: 2.0rem;
	}

	.requirement_btn h3::before {
		font-size: 1.5rem;
		margin-bottom: 3px;
	}

	/* nth-child(2) */
	.requirement_btn:nth-child(2) {
		margin-top: 15px;
	}

	.footer_address .footer_logo {
		margin-bottom: 0;
	}

	.footer_address,
	.footer_menu_item,
	.f_sub_list {
		border-color: rgba(255, 255, 255, .25);
	}

	.footer_menu {
		min-width: auto;
		width: 100%;
	}

	.footer_menu_link,
	.footer_lnk_top a,
	.f_sub_link {
		font-size: 1.3rem;
	}

	.footer_menu_link.f_parent_link::before,
	.footer_menu_link.f_parent_link::after {

		background: #FFF;
	}

	.f_sub_item.sp_size {
		border-color: rgba(255, 255, 255, .08);
	}

	#copyright {
		border-top: none;
		padding: 10px 20px 20px;
	}
	
		.co_address p {
	    margin: 0;
	    font-size: 1.3rem;
	    padding: 50px 36px 15px 20px;
	}

	.co_address {
	    text-align: start;
	}

	.footer_address {
	    padding: 0px;
	}
	
}