#recruit .p-sec05 {
	padding: 110px 0 80px;
	background-color: #e5f5fd;
}

#recruit .p-sec05__tit {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.4;
	text-align: center;
}

#recruit .p-sec05-box {
	margin-top: 48px;
	padding: 72px;
	background-color: #fff;
}

#recruit .p-sec05-box .noRecruit {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

#recruit .p-sec05-box__tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .tabBtn {
	border-bottom: 2px solid #00469b;
	color: #00469b;
}

#recruit .p-sec05-box__tab .tabBtn {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px 0;
	border-bottom: 2px solid #aaa;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	transition: .4s;
}

#recruit .p-sec05-box__tab .tabBtn:hover {
	border-bottom: 2px solid #00469b;
	color: #00469b;
}

#recruit .p-sec05-box__tab-contents {
	margin-top: 60px;
}

#recruit .p-sec05-box__tab-contents .recruitList {
	border-right: 1px solid #00469b;
	border-bottom: 1px solid #00469b;
}

#recruit .p-sec05-box__tab-contents .recruitList .listItem {
	display: flex;
	justify-content: flex-start;
	border-top: 1px solid #00469b;
	border-left: 1px solid #00469b;
}

#recruit .p-sec05-box__tab-contents .recruitList .listItem .tit {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	width: 210px;
	padding: 20px;
	border-right: 1px solid #00469b;
	background-color: #f2fafe;
	font-size: 18px;
	line-height: 1.6;
}

#recruit .p-sec05-box__tab-contents .recruitList .listItem .contents {
	padding: 20px;
	font-size: 18px;
	line-height: 1.6;
}

#recruit .p-sec05-box__btnArea {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

#recruit .p-sec05-box__btnArea .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 77px;
	border-radius: 4px;
	background: linear-gradient(90deg, #f18088, #4c7db8);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}

#entry .p-sec01 {
	padding: 80px 0;
}

#entry .p-sec01__text {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.6;
}

#entry .p-sec01__text span {
  font-weight: bold;
  color: #e50012;
}

#entry .p-sec01 .c-contact .tit {
	text-align: center;
}

#entry .p-sec01__privacy {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.6;
}

#entry .p-sec01__privacy .link {
	text-decoration: underline;
}