#recruit .p-sec01 {
	padding: 80px 0;
	background: linear-gradient(180deg, #e5f5fd 15%, #ffebe5);
}

#recruit .p-sec01-textArea .c-textA+.c-textA {
	margin-top: 40px;
}

#recruit .p-sec01-textArea .theme {
	margin-top: 40px;
	font-weight: 700;
	font-size: 28px;
	line-height: 2;
	text-align: center;
}

#recruit .p-sec02 {
	padding: 80px 0;
	background: linear-gradient(0deg, #e5f5fd 15%, #ffebe5);
}

#recruit .p-sec02-box {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 48px;
	gap: 48px;
}

#recruit .p-sec02-box__item {
	padding: 32px;
	border-radius: 8px;
	background-color: #fff;
}

#recruit .p-sec02-box__item .imageArea {
	overflow: hidden;
	border-radius: 16px;
}

#recruit .p-sec02-box__item .imageArea img {
	width: 100%;
}

#recruit .p-sec02-box__item .textArea {
	margin-top: 24px;
}

#recruit .p-sec02-box__item .textArea .tit {
	color: #00469b;
	font-size: 24px;
	line-height: 1.4;
}

#recruit .p-sec02-box__item .textArea .bar {
	position: relative;
	width: 60px;
	height: 2px;
	margin: 24px 0;
	background-color: #00469b;
}

#recruit .p-sec02-box__item .textArea .bar:after {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #e50012;
	content: "";
}

#recruit .p-sec02-system {
	margin-top: 48px;
	padding: 40px 20px;
	border: 2px solid #00469b;
	border-radius: 8px;
}

#recruit .p-sec02-system__tit {
	margin-bottom: 20px;
	color: #00469b;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

#recruit .p-sec02-system__box {
	display: flex;
	justify-content: center;
	gap: 28px;
}

#recruit .p-sec02-system__box .boxItem {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 6px 20px;
	border-radius: 50px;
	background-color: #ec4c59;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
}

#recruit .p-sec02-system__box .boxItem:not(:first-child):before {
	position: absolute;
	top: 50%;
	left: -23px;
	width: 18px;
	height: 29px;
	transform: translateY(-50%);
	content: "×";
	color: #ec4c59;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}

#recruit .p-sec02-system__box .boxItem .small {
	font-weight: 700;
	font-size: 16px;
}

#recruit .p-sec03 {
	position: relative;
	padding: 80px 0;
	background-color: #e5f5fd;
}

#recruit .p-sec03:before {
	-webkit-clip-path: polygon(0 16%, 100% 0, 100% 84%, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
	clip-path: polygon(0 16%, 100% 0, 100% 84%, 0 100%);
}

#recruit .p-sec03 .c-titE,
#recruit .p-sec03-box {
	z-index: 5;
	position: relative;
}

#recruit .p-sec03-box {
	-ms-grid-columns: (1fr)[3];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 60px;
	gap: 80px;
}

#recruit .p-sec03-box__item .imageArea {
	overflow: hidden;
	border-radius: 16px;
}

#recruit .p-sec03-box__item .imageArea img {
	width: 100%;
}

#recruit .p-sec03-box__item .textArea {
	margin-top: 16px;
}

#recruit .p-sec03-box__item .textArea .preTextArea .titArea {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px;
}

#recruit .p-sec03-box__item .textArea .preTextArea .titArea img {
	margin-top: 6px;
}

#recruit .p-sec03-box__item .textArea .preTextArea .titArea .tit {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
}

#recruit .p-sec03-box__item .textArea .preTextArea .titArea .enTit {
	margin-top: 6px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
}

#recruit .p-sec03-box__item .textArea .preTextArea .listArea,
#recruit .p-sec03-box__item .textArea .preTextArea .listArea .listAreaBox+.listAreaBox {
	margin-top: 24px;
}

#recruit .p-sec03-box__item .textArea .preTextArea .listArea .listAreaBox .listTit {
	display: flex;
	justify-content: center;
	width: 120px;
	margin-bottom: 8px;
	padding: 6px 20px;
	border-radius: 40px;
	background-color: #00469b;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
}

#recruit .p-sec03-box__item .textArea .preTextArea .listArea .listAreaBox .boxList .listItem {
	padding-left: 1em;
	font-size: 16px;
	line-height: 1.6;
	text-indent: -1em;
}

#recruit .p-sec03-box__item .textArea .preTextArea .listArea .listAreaBox:nth-child(2) .listTit {
	background-color: #e50012;
}

#recruit .p-sec04 {
	position: relative;
	padding: 80px 0;
	background-color: #e5f5fd;
}

#recruit .p-sec04:before {
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

#recruit .p-sec04 .c-titE {
	z-index: 5;
	position: relative;
}

#recruit .p-sec04 .contentsWrap {
	z-index: 5;
	position: relative;
	margin-top: 80px;
}

#recruit .p-sec04-imageArea {
	-ms-grid-columns: (1fr)[4];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

#recruit .p-sec04-imageArea__item img {
	width: 100%;
}

#recruit .p-sec04-box {
	display: flex;
	margin-top: 40px;
	gap: 40px;
}

#recruit .p-sec04-box__imageArea .titArea .tit {
	margin-top: 10px;
	color: #00469b;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
}

#recruit .p-sec04-box__imageArea .imageArea {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

#recruit .p-sec04-box__imageArea .imageArea .image {
	width: 152px;
}

#recruit .p-sec04-box__imageArea .imageArea .profile {
	font-size: 16px;
	line-height: 1.6;
}

#recruit .p-sec04-box__textArea {
	flex-shrink: 0;
	width: 66.6%;
}

#recruit .p-sec04-box__textArea .questionList .listItem+.listItem {
	margin-top: 16px;
}

#recruit .p-sec04-box__textArea .questionList .listItem .question {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}

#recruit .p-sec06 {
	padding: 80px 0;
}

#recruit .p-sec06__btnArea {
	display: flex;
	justify-content: center;
}

#recruit .p-sec06__btnArea .btn {
	position: relative;
	padding: 12px 40px 12px 24px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 1.6;
}

#recruit .p-sec06__btnArea .btn:after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 17px;
	height: 8px;
	transform: translateY(-50%);
	background: url(../images/icon_arrowB--right.svg) no-repeat;
	background-size: 17px;
	content: "";
}