@media screen and (max-width: 767px) {
	.c-pagettl__title {
		margin-top: -17.6vw;
	}
}

.p-pagenav {
	width: 100%;
}
.p-pagenav-outer {
	padding-top: 3.5rem;
}
.p-pagenav__bar {
	background-color: #ffffff;
	border-radius: 100vh;
	border-radius: 6rem;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	position: relative;
}
.p-pagenav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-pagenav__list {
		padding-left: 0;
	}
}
.p-pagenav__list .item {
	color: #005BAC;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: 0.05em;
	padding: 0 4.6rem;
	height: 100%;
}
.p-pagenav__list .item + .item {
	position: relative;
}
.p-pagenav__list .item + .item::before {
	content: "";
	width: 0.1rem;
	height: 1.8rem;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-pagenav__list .item__inn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media print, screen and (min-width: 768px) {
	.p-pagenav__list .item__inn:hover {
		opacity: 0.7;
	}
}
.p-pagenav__list .item.pagenav-child {
	height: 9.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-pagenav__list .item.pagenav-child .item__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.6rem;
}
.p-pagenav__list .item.pagenav-child .child {
	width: 31.8rem;
	left: 2.4rem;
}
.p-pagenav__list .item.pagenav-child .child-item {
	text-align: left;
}
.p-pagenav__list .item.pagenav-child .child-item__inn {
	display: block;
	position: relative;
	padding: 1.5rem 0;
}
.p-pagenav__list .item.pagenav-child .child-item__inn::after {
	content: "";
	width: 1rem;
	height: 1.9rem;
	background-image: url(../images/recruit/pagenav__child-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-pagenav__list .entry-btn__inn {
	width: 16.8rem;
	height: 4.4rem;
	background-color: #005BAC;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100vh;
	gap: 1.6rem;
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media print, screen and (min-width: 768px) {
	.p-pagenav__list .entry-btn__inn:hover {
		opacity: 0.7;
	}
}
.p-pagenav__list .entry-btn .child {
	width: 44rem;
	left: auto;
	right: 0;
}
.p-pagenav__list .entry-btn .entry-item {
	width: 100%;
	height: 5.6rem;
}
.p-pagenav__list .entry-btn .entry-item__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #ffffff;
	border-radius: 100vh;
	background-color: #5DC9F3;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	letter-spacing: 0;
}
.p-pagenav__list .entry-btn .entry-item__inn::after {
	content: "";
	width: 1rem;
	height: 1.9rem;
	background-image: url(../images/recruit/pagenav__child-arrow-w.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-pagenav__list .entry-btn .entry-item + .entry-item {
	margin-top: 2.4rem;
}
.p-pagenav__list .entry-btn .entry-item + .entry-item .entry-item__inn {
	background-color: #005BAC;
}
.p-pagenav .pagenav-child .child {
	position: absolute;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	border-radius: 2rem;
	top: calc(100% + 1.6rem);
	padding: 2.8rem 3.3rem 3.3rem;
}
.p-pagenav .pagenav-child .pagenav-child__btn.ac .pagenav-toggle {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.p-pagenav .pagenav-child .pagenav-toggle {
	display: block;
	width: 1.8rem;
	height: 0.9rem;
}
.p-pagenav .pagenav-child .pagenav-toggle img {
	display: block;
}

.p-pagenav-sp {
	padding-top: 8.6666666667vw;
}
.p-pagenav-sp__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 5.3333333333vw;
}
.p-pagenav-sp__list .item {
	width: 42.4vw;
}
.p-pagenav-sp__list .item__inn {
	color: #005BAC;
	line-height: 1.4;
	font-size: 3.7333333333vw;
	font-weight: 700;
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-pagenav-sp__list .item__inn::after {
	content: "";
	display: block;
	width: 2.5333333333vw;
	height: 4.2666666667vw;
	background-image: url(../images/recruit/pagenav__arrow-sp.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-pagenav-sp__list .item__inn .small {
	font-size: 3.2vw;
}
.p-pagenav-sp__list .item:nth-of-type(2n) {
	width: calc(100% - 5.3333333333vw - 42.4vw);
}

.p-intro {
	padding-top: 3rem;
	padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
	.p-intro {
		padding-top: 5.0666666667vw;
		padding-bottom: 21.3333333333vw;
	}
}
.p-intro .l-content-inner {
	width: 144rem;
	padding-left: 12rem;
}
@media screen and (max-width: 767px) {
	.p-intro .l-content-inner {
		width: 100%;
		padding: 0 6.6666666667vw;
	}
}
.p-intro__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-intro__content {
		margin-top: 7.4666666667vw;
		display: block;
	}
}
.p-intro__content .img {
	width: 69.2rem;
}
@media screen and (max-width: 767px) {
	.p-intro__content .img {
		width: 100%;
	}
}
.p-intro__content .cnt {
	width: calc(100% - 69.2rem);
}
@media screen and (max-width: 767px) {
	.p-intro__content .cnt {
		width: 100%;
		padding-bottom: 9.6vw;
	}
}
.p-intro__title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.p-intro__title {
		font-size: 5.3333333333vw;
		letter-spacing: 0.05em;
	}
}
.p-intro__text {
	margin-top: 1.6rem;
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-intro__text {
		margin-top: 3.2vw;
		font-size: 3.7333333333vw;
		line-height: 2;
	}
}

.p-ourstory {
	padding-top: 8.5rem;
	padding-bottom: 16rem;
	background-image: url(../images/top/bg_ourstory.svg);
	background-repeat: no-repeat;
	background-position: left top 3rem;
	background-size: 70.9rem;
}
@media screen and (max-width: 767px) {
	.p-ourstory {
		padding-top: 26.1333333333vw;
		background-image: url(../images/top/bg_ourstory_sp.svg);
		background-size: 53.0666666667vw;
		background-position: left top 4vw;
		padding-bottom: 16vw;
	}
	.p-ourstory .l-content-inner {
		padding: 0 4.6666666667vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-ourstory .c-secttl__jp {
		font-size: 2.8rem;
	}
}

.p-interview {
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-interview {
		margin-top: 7.4666666667vw;
	}
}
.p-interview .anchor {
	padding-top: 11.6rem;
	margin-top: -11.6rem;
}
@media screen and (max-width: 767px) {
	.p-interview .anchor {
		padding-top: 21.3333333333vw;
		margin-top: -21.3333333333vw;
	}
}
.p-interview__box {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	border-radius: 2rem;
	padding: 6.4rem 0;
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-interview__box {
		border-radius: 2.1333333333vw;
		padding: 4.8vw 0 7.0666666667vw;
	}
}
.p-interview__box:first-of-type {
	margin-top: 0;
}
.p-interview__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-interview__head {
		padding-right: 2.6666666667vw;
	}
}
.p-interview__head .img {
	width: 58.7rem;
}
@media screen and (max-width: 767px) {
	.p-interview__head .img {
		width: 43.3333333333vw;
		margin-top: 6.6666666667vw;
	}
}
.p-interview__head .cnt {
	width: calc(100% - 58.7rem);
	padding-left: 2.1rem;
	padding-top: 3.1rem;
}
@media screen and (max-width: 767px) {
	.p-interview__head .cnt {
		width: calc(100% - 43.3333333333vw);
		padding-left: 2.5333333333vw;
		padding-top: 0;
		padding-right: 2.6666666667vw;
	}
}
.p-interview__head .no {
	width: 27rem;
	height: 5.7rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-interview__head .no {
		font-size: 4.2666666667vw;
		width: 32vw;
		height: 8.6666666667vw;
		position: absolute;
		left: 0;
		padding-left: 2.6666666667vw;
	}
}
.p-interview__head .no span {
	position: relative;
}
.p-interview__head .no::before {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-13deg);
	        transform: skewX(-13deg);
	position: absolute;
	top: 0;
	left: -8.7rem;
	background-color: #5DC9F3;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
	.p-interview__head .no::before {
		-webkit-transform: none;
		        transform: none;
		clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
		left: 0;
	}
}
.p-interview__head .title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.85;
	letter-spacing: 0.05em;
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-interview__head .title {
		font-size: 4.2666666667vw;
		line-height: 1.75;
		margin-top: 0;
	}
}
.p-interview__head .status {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-interview__head .status {
		font-size: 3.2vw;
		margin-top: 2.1333333333vw;
	}
}
.p-interview__head .interview-toggle {
	width: 5.6rem;
	height: 5.6rem;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	position: absolute;
	top: 50%;
	right: 3.2rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer;
	background-color: #005BAC;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
	.p-interview__head .interview-toggle {
		width: 8.5333333333vw;
		height: 8.5333333333vw;
		right: -1.7333333333vw;
	}
}
.p-interview__head .interview-toggle::before, .p-interview__head .interview-toggle::after {
	content: "";
	width: 3.2rem;
	height: 0.2rem;
	background-color: #005BAC;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 0.3s opacity, 0.3s background-color;
	transition: 0.3s opacity, 0.3s background-color;
}
@media screen and (max-width: 767px) {
	.p-interview__head .interview-toggle::before, .p-interview__head .interview-toggle::after {
		width: 4.9333333333vw;
		height: 0.4vw;
	}
}
.p-interview__head .interview-toggle::after {
	width: 0.2rem;
	height: 3.2rem;
}
@media screen and (max-width: 767px) {
	.p-interview__head .interview-toggle::after {
		width: 0.4vw;
		height: 4.9333333333vw;
	}
}
.p-interview__head .interview-toggle.ac {
	background-color: #ffffff;
}
.p-interview__head .interview-toggle.ac::before {
	background-color: #005BAC;
}
.p-interview__head .interview-toggle.ac::after {
	opacity: 0;
}
.p-interview__cnt {
	padding: 6.4rem 12.2rem 0;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt {
		padding: 10.1333333333vw 5.3333333333vw 0;
	}
}
.p-interview__cnt .sec {
	margin-top: 2.4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec .head {
		position: relative;
	}
}
.p-interview__cnt .sec:first-of-type {
	margin-top: 0;
	padding-right: 23.6rem;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:first-of-type {
		padding-right: 0;
	}
}
.p-interview__cnt .sec:first-of-type .img {
	width: 27.1rem;
	height: 27.1rem;
	position: absolute;
	right: -7rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.p-interview__cnt .sec:nth-of-type(2) {
	padding-left: 22.1rem;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:nth-of-type(2) {
		padding-left: 0;
		margin-top: 21.0666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:nth-of-type(2) .head {
		padding-right: 42.9333333333vw;
	}
}
.p-interview__cnt .sec:nth-of-type(2) .img {
	width: 30.9rem;
	height: 37.3rem;
	position: absolute;
	left: -12.2rem;
	top: 0;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:nth-of-type(2) .img {
		width: 40vw;
		height: 40vw;
		left: auto;
		right: 0;
		top: -16.8vw;
	}
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:nth-of-type(2) .img.adj02 {
		top: -9.3333333333vw;
	}
}
.p-interview__cnt .sec:nth-of-type(3) {
	padding-left: 22.1rem;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:nth-of-type(3) {
		padding-left: 0;
		margin-top: 27.7333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:nth-of-type(3) .head {
		padding-left: 40.6666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:nth-of-type(3) .img {
		width: 40.6666666667vw;
		height: 47.7333333333vw;
		position: absolute;
		left: -5.3333333333vw;
		top: -20vw;
	}
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .sec:nth-of-type(3) .img.adj01 {
		top: -24.8vw;
	}
}
.p-interview__cnt .title01 {
	color: #005BAC;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .title01 {
		font-size: 3.7333333333vw;
		line-height: 1.42;
	}
}
.p-interview__cnt .title02 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: 0.05em;
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .title02 {
		font-size: 4.2666666667vw;
		line-height: 1.75;
		margin-top: 3.2vw;
	}
}
.p-interview__cnt .text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .text {
		margin-top: 3.2vw;
		font-size: 3.7333333333vw;
	}
}
.p-interview__cnt .text + .head .title02 {
	margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-interview__cnt .text + .head .title02 {
		margin-top: 7.4666666667vw;
	}
}

.p-numbers {
	background-color: #F4F4F4;
	padding-top: 16rem;
	padding-bottom: 13rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-numbers {
		padding-top: 16vw;
		padding-bottom: 21.3333333333vw;
	}
}
.p-numbers::before {
	content: "";
	width: 21.8rem;
	height: 15.6rem;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	mix-blend-mode: multiply;
	background-color: #00A0E9;
	clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0 100%);
}
@media screen and (max-width: 767px) {
	.p-numbers::before {
		content: none;
	}
}
@media screen and (max-width: 767px) {
	.p-numbers .c-secttl__jp {
		line-height: 1.4;
	}
	.p-numbers .c-secttl__jp .small {
		font-size: 3.7333333333vw;
	}
}
.p-numbers__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 3.2rem 2.5rem;
	margin: 5rem auto auto;
	padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
	.p-numbers__list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 2.6666666667vw;
		margin: 8.5333333333vw 0 0;
	}
}
.p-numbers__list .item {
	width: 22rem;
	height: 22rem;
	border-radius: 0.8rem;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding-top: 2.9rem;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item {
		width: 42vw;
		height: 42vw;
		border-radius: 2.1333333333vw;
		padding-top: 5.6vw;
	}
}
.p-numbers__list .item .title {
	color: #005BAC;
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 700;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .title {
		font-size: 3.7333333333vw;
		margin-bottom: 2.4vw;
	}
}
.p-numbers__list .item .icon {
	width: 7.5rem;
	height: 6.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .icon {
		width: 11.3333333333vw;
		height: 12.2666666667vw;
	}
}
.p-numbers__list .item .icon img {
	max-width: 100%;
	max-height: 100%;
}
.p-numbers__list .item .num-unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .num-unit {
		margin-top: 1.3333333333vw;
	}
}
.p-numbers__list .item .num {
	color: #005BAC;
	font-size: 5.6rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .num {
		font-size: 10.6666666667vw;
	}
}
.p-numbers__list .item .unit {
	text-align: center;
	color: #005BAC;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .unit {
		font-size: 4.2666666667vw;
	}
}
.p-numbers__list .item .unit.per {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .unit.per {
		font-size: 3.7333333333vw;
		gap: 0.6666666667vw;
	}
}
.p-numbers__list .item .unit.per .line {
	width: 0.1rem;
	height: 2.2em;
	background-color: #005BAC;
	-webkit-transform: rotate(16deg);
	        transform: rotate(16deg);
	position: relative;
	left: 0.3rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .unit.per .line {
		width: 0.2666666667vw;
	}
}
.p-numbers__list .item .note {
	text-align: center;
	font-size: 1.2rem;
	margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item .note {
		font-size: 2.2666666667vw;
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
		margin-top: -1.0666666667vw;
	}
}
.p-numbers__list .item:nth-of-type(2) .num {
	letter-spacing: 0.12em;
}
.p-numbers__list .item:nth-of-type(4) .num {
	letter-spacing: 0.2em;
}
.p-numbers__list .item:nth-of-type(7) .icon img {
	width: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item:nth-of-type(7) .icon img {
		width: 10.6666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item:nth-of-type(8) .icon {
		width: 13.8666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-numbers__list .item:nth-of-type(8) .icon img {
		width: 13.8666666667vw;
	}
}
.p-numbers .date {
	padding-right: 12.2rem;
	font-size: 1.2rem;
	text-align: right;
	opacity: 0.5;
	line-height: 3.3;
}
@media screen and (max-width: 767px) {
	.p-numbers .date {
		font-size: 3.2vw;
		margin: 2.1333333333vw auto auto;
		line-height: 1.67;
		padding-right: 0;
		width: 42vw;
	}
}

.p-benefits {
	padding-top: 16rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-benefits {
		padding-top: 21.3333333333vw;
	}
}
.p-benefits::before {
	content: "";
	width: 24.2rem;
	height: 24.9rem;
	background-image: url(../images/recruit/bg_benefit.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: -7.2rem;
}
@media screen and (max-width: 767px) {
	.p-benefits::before {
		content: none;
	}
}
.p-benefits__title {
	margin-top: 4.8rem;
	text-align: center;
	color: #005BAC;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-benefits__title {
		font-size: 5.3333333333vw;
		line-height: 1.6;
		margin: 8.5333333333vw -2.6666666667vw auto;
		max-width: none;
	}
}
.p-benefits__text {
	margin-top: 1.8rem;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-benefits__text {
		margin-top: 3.2vw;
		font-size: 3.7333333333vw;
		line-height: 2.14;
		text-align: left;
	}
}
.p-benefits .p-faq__box {
	border-bottom-color: rgba(0, 0, 0, 0.15);
}
.p-benefits .p-faq__box:first-of-type {
	border-top-color: rgba(0, 0, 0, 0.15);
}

.p-faq {
	background-color: #F4F4F4;
	padding-top: 16rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
	.p-faq {
		padding-top: 21.3333333333vw;
		padding-bottom: 21.3333333333vw;
	}
}
.p-faq__content {
	width: 95.6rem;
	max-width: 100%;
	margin: 4.8rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-faq__content {
		width: 100%;
		margin-top: 8.5333333333vw;
	}
}
.p-faq__box {
	border-bottom: 0.1rem solid #ffffff;
	font-size: 1.6rem;
	line-height: 2;
	padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
	.p-faq__box {
		font-size: 3.7333333333vw;
		padding: 3.6vw 0;
	}
}
.p-faq__box:first-of-type {
	border-top: 0.1rem solid #ffffff;
}
.p-faq__q {
	padding: 0 2.5rem 0 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-faq__q {
		padding: 0 10.9333333333vw 0 0;
	}
}
.p-faq__q .ac-toggle {
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 1.6rem;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-faq__q .ac-toggle {
		right: 3.2vw;
		width: 4.5333333333vw;
		height: 4.5333333333vw;
	}
}
.p-faq__q .ac-toggle::before, .p-faq__q .ac-toggle::after {
	content: "";
	display: block;
	background-color: #005BAC;
	width: 100%;
	height: 0.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-faq__q .ac-toggle::before, .p-faq__q .ac-toggle::after {
		height: 0.2666666667vw;
	}
}
.p-faq__q .ac-toggle::after {
	width: 0.1rem;
	height: 100%;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.p-faq__q .ac-toggle::after {
		width: 0.2666666667vw;
	}
}
.p-faq__q.is-open .ac-toggle::after {
	opacity: 0;
}
@media print, screen and (min-width: 768px) {
	.p-faq__q:hover {
		opacity: 0.7;
	}
}
.p-faq__a {
	padding: 1.6rem 0 0;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.p-faq__a {
		padding-top: 3.7333333333vw;
	}
}
.p-faq__a .bnr__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-faq__a .bnr__area {
		display: block;
	}
}
.p-faq__a .bnr__area .text {
	width: 73.4rem;
}
@media screen and (max-width: 767px) {
	.p-faq__a .bnr__area .text {
		width: 100%;
	}
}
.p-faq__a .bnr__area .bnr {
	width: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-faq__a .bnr__area .bnr {
		width: 33.3333333333vw;
		margin: 2.6666666667vw auto auto;
	}
}
.p-faq__a .bnr__area .bnr img {
	width: auto;
}

.p-kenko {
	padding-top: 5.6rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
	.p-kenko {
		padding-top: 9.7333333333vw;
		padding-bottom: 21.3333333333vw;
	}
}
.p-kenko__content {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 3.2rem;
	padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.p-kenko__content {
		border-radius: 2.1333333333vw;
		padding: 3.6vw 3.6vw 8vw;
		display: block;
	}
}
.p-kenko__content .img {
	width: 20.8rem;
}
@media screen and (max-width: 767px) {
	.p-kenko__content .img {
		width: 37.0666666667vw;
		margin: auto;
	}
}
.p-kenko__content .cnt {
	width: 72.9rem;
	padding-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-kenko__content .cnt {
		width: 100%;
		padding-top: 0;
		margin-top: 1.4666666667vw;
	}
}
.p-kenko__content .cnt .title {
	color: #005BAC;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.33;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-kenko__content .cnt .title {
		text-align: center;
		font-size: 5.0666666667vw;
		line-height: 1.4;
	}
}
.p-kenko__content .cnt .text {
	margin-top: 1.6rem;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-kenko__content .cnt .text {
		padding: 0 1.3333333333vw;
		font-size: 3.7333333333vw;
	}
}

.p-entry {
	padding-top: 16rem;
}
@media screen and (max-width: 767px) {
	.p-entry {
		padding-top: 21.3333333333vw;
		padding-bottom: 16vw;
	}
	.p-entry .l-content-inner {
		padding: 0 4.5333333333vw;
	}
}
.p-entry__text {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	.p-entry__text {
		font-size: 3.7333333333vw;
		text-align: left;
		font-weight: 400;
		line-height: 2.14;
		letter-spacing: 0.05em;
	}
}
.p-entry__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7.5rem;
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-entry__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 8.5333333333vw;
		gap: 6.4vw;
	}
}
.p-entry__content .box {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	border-radius: 1rem;
	padding: 3rem 3.3rem 3.7rem;
}
@media screen and (max-width: 767px) {
	.p-entry__content .box {
		padding: 4.8vw 4.1333333333vw 7.3333333333vw;
		border-radius: 2.1333333333vw;
	}
}
.p-entry__content .entry-btn {
	margin: 3.2rem auto auto;
	width: 40rem;
	height: 4.8rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-entry__content .entry-btn {
		width: 80vw;
		height: 10.6666666667vw;
	}
}
.p-entry__content .entry-btn__inn {
	width: 100%;
	height: 100%;
	background-color: #00A0E9;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 100vh;
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-entry__content .entry-btn__inn {
		font-size: 3.7333333333vw;
	}
}
.p-entry__content .entry-btn__inn::after {
	content: "";
	width: 1rem;
	height: 1.8rem;
	background-image: url(../images/recruit/pagenav__child-arrow-w.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-entry__content .entry-btn__inn::after {
		width: 2vw;
		height: 3.4666666667vw;
		right: 3.2vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-entry__content .entry-btn__inn:hover {
		opacity: 0.7;
	}
}
.p-entry__content .entry-btn.-career .entry-btn__inn {
	background-color: #005BAC;
}

.sp-entry-btn {
	width: 100%;
	position: fixed;
	bottom: 8.5333333333vw;
	left: 0;
}
.sp-entry-btn__inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 86.6666666667vw;
	height: 13.8666666667vw;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #005BAC;
	-webkit-box-shadow: 0 0 1.3333333333vw 0.2666666667vw rgba(40, 85, 155, 0.3);
	        box-shadow: 0 0 1.3333333333vw 0.2666666667vw rgba(40, 85, 155, 0.3);
	border-radius: 100vh;
	color: #ffffff;
	font-size: 5.3333333333vw;
	font-weight: 500;
	letter-spacing: 0.2em;
	position: relative;
}
.sp-entry-btn__inn::after {
	content: "";
	width: 3.3333333333vw;
	height: 5.8666666667vw;
	display: block;
	background-image: url(../images/recruit/pagenav__child-arrow-w.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 4.6666666667vw;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.l-footer {
		padding-bottom: 30vw;
	}
	.l-footer .totop {
		bottom: 26vw;
	}
}
/*# sourceMappingURL=recruit.css.map */