@charset "UTF-8";
/*------------- value color --------------*/
/*-------------- business color -------------------*/
/*-------------- members color -------------------*/
/*-------------- interview color -------------------*/
@-webkit-keyframes hoverBtnArrowAnim {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateX(60%);
		        transform: translateX(60%);
		opacity: 0;
	}
	50.1% {
		-webkit-transform: translateX(-60%);
		        transform: translateX(-60%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes hoverBtnArrowAnim {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateX(60%);
		        transform: translateX(60%);
		opacity: 0;
	}
	50.1% {
		-webkit-transform: translateX(-60%);
		        transform: translateX(-60%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes elmShow {
	0% {
		clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
@keyframes elmShow {
	0% {
		clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes imggrad-slide {
	from {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 1;
	}
	to {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
}
@keyframes imggrad-slide {
	from {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 1;
	}
	to {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
}
/* グラデを消す余韻 */
@-webkit-keyframes imggrad-wipe {
	0% {
		-webkit-transform: translateX(101%);
		        transform: translateX(101%);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
}
@keyframes imggrad-wipe {
	0% {
		-webkit-transform: translateX(101%);
		        transform: translateX(101%);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
}
@-webkit-keyframes imgscale {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes imgscale {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes entryAnim {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@keyframes entryAnim {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@-webkit-keyframes textscale {
	0% {
		opacity: 0;
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes textscale {
	0% {
		opacity: 0;
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
/*---footer-entry---*/
@-webkit-keyframes entryShake {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes entryShake {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
.p-pagenav {
	background-color: #F4F4F4;
	padding-top: 8.3rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-pagenav {
		padding-top: 6rem;
		padding-bottom: 0;
	}
}
.p-pagenav__list {
	width: 76.8rem;
	margin: auto;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4rem 5.4rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.p-pagenav__list {
		gap: 2rem;
		width: 100%;
	}
}
.p-pagenav__list .item {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 100%;
	border-bottom: 1px solid #C2C2C2;
	width: calc((100% - 10.8rem) / 3);
}
@media screen and (max-width: 767px) {
	.p-pagenav__list .item {
		width: 100%;
		font-size: 1.8645rem;
		line-height: 120%; /* 1.8645rem */
		font-size: 1.3rem;
		width: calc((100% - 2rem) / 2);
	}
}
.p-pagenav__list .item__inn {
	width: 100%;
	height: 100%;
	padding-bottom: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-pagenav__list .item__inn {
		padding-bottom: 1rem;
	}
}
.p-pagenav__list .item__inn .arrow {
	width: 2.4rem;
	height: 2.4rem;
	position: relative;
	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-pagenav__list .item__inn .arrow {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.p-pagenav__list .item__inn .arrow::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	inset: 0;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.p-pagenav__list .item__inn .arrow .inn {
	position: relative;
	width: 0.8rem;
	height: 1rem;
	background-image: url(../images/recruit/arrow-nav.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.p-pagenav__list .item__inn .arrow .inn {
		width: 0.5rem;
	}
}
@media (any-hover: hover) {
	.p-pagenav__list .item__inn:hover {
		opacity: 1;
	}
	.p-pagenav__list .item__inn:hover .arrow::before {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
}

.p-message {
	background-color: #F4F4F4;
	padding-top: 5rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-message {
		padding-top: 6rem;
		padding-bottom: 0;
	}
}
.p-message__content {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-message__content {
		margin-top: 2rem;
	}
}
.p-message__content .l-content-inner {
	width: 144rem;
}
.p-message__content .img {
	padding-left: 18rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .img {
		padding: 0;
	}
}
.p-message__content .cnt {
	padding: 4rem 9rem 0 18rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt {
		padding: 2.4rem 0 0;
		display: block;
	}
}
.p-message__content .cnt .box1 {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt .box1 {
		width: 100%;
	}
}
.p-message__content .cnt .box2 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 67.2rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt .box2 {
		width: 100%;
	}
}
.p-message__content .title {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 170%; /* 5.78rem */
	letter-spacing: 0.374rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .title {
		text-align: left;
		font-size: 2.2rem;
		line-height: 140%; /* 3.08rem */
		letter-spacing: 0.132rem;
	}
}
.p-message__content .text {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 220%; /* 3.52rem */
	letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .text {
		margin-top: 2rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 200%; /* 2.8rem */
		letter-spacing: 0.056rem;
	}
}
.p-message__content .status {
	margin-top: 2.3rem;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 100%; /* 1.4rem */
	letter-spacing: 0.014rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .status {
		margin-top: 2rem;
		font-size: 1.3rem;
	}
}
.p-message__content .name {
	margin-top: 1rem;
	text-align: right;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 100%; /* 2.6rem */
	letter-spacing: 0.156rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .name {
		font-size: 2.2rem;
	}
}

.p-career-model {
	padding-top: 8rem;
	padding-bottom: 16rem;
	background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
	.p-career-model {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
}
.p-career-model__content {
	margin-top: 4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-career-model__content {
		margin-top: 2rem;
	}
}
.p-career-model__content::before {
	content: "";
	display: block;
	height: 100%;
	width: calc(126rem + (100vw - 126rem) / 2);
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.p-career-model__content::before {
		content: none;
	}
}
.p-career-model__content-inner {
	padding: 9rem 0 13.6rem 9rem;
}
@media screen and (max-width: 767px) {
	.p-career-model__content-inner {
		padding: 0;
	}
}
.p-career-model .p-model {
	position: relative;
}
.p-career-model .p-model__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	margin-top: 13rem;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box {
		margin-top: 6rem;
		display: block;
	}
}
.p-career-model .p-model__box:first-of-type {
	margin-top: 0;
}
.p-career-model .p-model__box .img {
	width: 67.3rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .img {
		width: 100%;
	}
}
.p-career-model .p-model__box .cnt {
	width: calc(100% - 67.3rem);
	padding-right: 4.9rem;
	padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .cnt {
		width: 100%;
		padding: 0;
		margin-top: 2.4rem;
	}
}
.p-career-model .p-model__box .timeline {
	width: 100%;
}
.p-career-model .p-model__box .num {
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 600;
	line-height: 100%; /* 1.4rem */
	letter-spacing: 0.042rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.2rem;
}
.p-career-model .p-model__box .num::after {
	content: "";
	width: 4.4533rem;
	height: 1px;
	background-color: #000;
}
.p-career-model .p-model__box .title {
	margin-top: 2.3rem;
	color: #ffffff;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%; /* 3rem */
	letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .title {
		margin-top: 1.1rem;
		font-size: 1.8rem;
		letter-spacing: 0.108rem;
	}
}
.p-career-model .p-model__box .text {
	margin-top: 1.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 200%; /* 3.2rem */
	letter-spacing: 0.032rem;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .text {
		margin-top: 1.9rem;
		-webkit-font-feature-settings: "palt" on;
		        font-feature-settings: "palt" on;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.056rem;
	}
}
.p-career-model .p-model__box .name {
	margin-top: 3.3rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 160%; /* 2.88rem */
	letter-spacing: 0.054rem;
	position: relative;
	padding-left: 1.9rem;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .name {
		margin-top: 2rem;
		font-size: 1.4rem;
		letter-spacing: 0.042rem;
		padding-left: 2rem;
	}
}
.p-career-model .p-model__box .name::before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .name::before {
		top: 0.8rem;
	}
}
.p-career-model .p-model__box .timeline {
	margin-top: 3.2rem;
	padding: 1px;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .timeline {
		margin-top: 4rem;
	}
}
.p-career-model .p-model__box .timeline__inner {
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .timeline__inner {
		padding: 0 2.4rem;
		background-color: #F4F4F4;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.p-career-model .p-model__box .timeline .item {
	width: 29.3rem;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .timeline .item {
		width: 100%;
		padding: 2rem 0;
	}
}
.p-career-model .p-model__box .timeline .item + .item {
	position: relative;
}
.p-career-model .p-model__box .timeline .item + .item::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .timeline .item + .item::before {
		width: 100%;
		height: 1px;
	}
}
.p-career-model .p-model__box .timeline .year {
	text-align: center;
	font-size: 3.2rem;
	font-style: italic;
	font-weight: 600;
	line-height: 100%; /* 3.2rem */
	letter-spacing: 0.032rem;
}
.p-career-model .p-model__box .timeline .text {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 180%; /* 2.52rem */
	letter-spacing: 0.028rem;
	max-width: 23.6rem;
	margin: 0.8rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-career-model .p-model__box .timeline .text {
		margin: 1rem -1em 0;
		max-width: none;
	}
}
.p-career-model .p-model__box.-model01 .title .c-belt::after,
.p-career-model .p-model__box.-model01 .name::before,
.p-career-model .p-model__box.-model01 .timeline,
.p-career-model .p-model__box.-model01 .timeline .item::before,
.p-career-model .p-model__box.-model01 .year {
	background: -webkit-gradient(linear, left top, left bottom, from(#C81D9E), to(#8B27C9));
	background: linear-gradient(180deg, #C81D9E 0%, #8B27C9 100%);
}
.p-career-model .p-model__box.-model01 .year {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.p-career-model .p-model__box.-model02 .title .c-belt::after,
.p-career-model .p-model__box.-model02 .name::before,
.p-career-model .p-model__box.-model02 .timeline,
.p-career-model .p-model__box.-model02 .timeline .item::before,
.p-career-model .p-model__box.-model02 .year {
	background: -webkit-gradient(linear, left top, left bottom, from(#4EBE21), to(#16AB68));
	background: linear-gradient(180deg, #4EBE21 0%, #16AB68 100%);
}
.p-career-model .p-model__box.-model02 .year {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.p-career-model .p-model__box.-model03 .title .c-belt::after,
.p-career-model .p-model__box.-model03 .name::before,
.p-career-model .p-model__box.-model03 .timeline,
.p-career-model .p-model__box.-model03 .timeline .item::before,
.p-career-model .p-model__box.-model03 .year {
	background: linear-gradient(162deg, #F4D000 14.79%, #F28D12 81%);
}
.p-career-model .p-model__box.-model03 .year {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-number {
	background-color: #000;
	padding-top: 16rem;
	padding-bottom: 15rem;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-number {
		padding-top: 3rem;
		padding-bottom: 6rem;
	}
}
.p-number__content {
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1.4rem;
}
@media screen and (max-width: 767px) {
	.p-number__content {
		margin-top: 4rem;
		gap: 2rem;
	}
}
.p-number__content .item {
	width: calc((100% - 1.4rem) / 2);
}
@media screen and (max-width: 767px) {
	.p-number__content .item {
		width: 100%;
	}
}
.p-number__content .item:last-of-type {
	width: 100%;
}
.p-number__content .item {
	border: 2px solid #4E4E4E;
	padding: 3rem 3rem 4.7rem;
}
@media screen and (max-width: 767px) {
	.p-number__content .item {
		border-width: 1px;
		padding: 1.7rem 1.6rem;
	}
}
.p-number__content .item .num {
	font-size: 2.2rem;
	font-style: italic;
	font-weight: 700;
	line-height: 90%; /* 1.98rem */
	letter-spacing: 0.044rem;
}
@media screen and (max-width: 767px) {
	.p-number__content .item .num {
		font-size: 1.4rem;
		letter-spacing: 0.028rem;
	}
}
.p-number__content .item .title {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 100%; /* 2rem */
}
@media screen and (max-width: 767px) {
	.p-number__content .item .title {
		font-size: 1.4rem;
		margin-top: 1.1rem;
	}
}
.p-number__content .item .title span {
	display: inline-block;
	padding: 0.5rem 1rem 0.8rem 1rem;
	border: 1px solid #4E4E4E;
}
@media screen and (max-width: 767px) {
	.p-number__content .item .title span {
		padding: 0.2626rem 0.5252rem 0.4202rem 0.5252rem;
	}
}
.p-number__content .item .count {
	margin-top: 1rem;
	text-align: center;
	font-size: 9rem;
	font-weight: 700;
	line-height: 100%; /* 9rem */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.p-number__content .item .count {
		margin-top: 1.3rem;
		font-size: 4.5rem;
	}
}
.p-number__content .item .count span {
	font-weight: 700;
}
.p-number__content .item .count-num:not(.js-animeOn) {
	opacity: 0;
}
.p-number__content .item .count-unit {
	font-size: 2.4023rem;
	font-weight: 700;
	line-height: 100%; /* 2.4023rem */
	padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-number__content .item .count-unit {
		font-size: 1.6rem;
		padding-bottom: 0.7rem;
	}
}
.p-number__content .item .text {
	margin-top: 1rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 180%; /* 2.52rem */
	letter-spacing: -0.028rem;
}
@media screen and (max-width: 767px) {
	.p-number__content .item .text {
		margin: 0.4rem -1em 0;
	}
}
.p-number__content .item.-item01 .count {
	background: -webkit-gradient(linear, left top, right top, from(#FF8B1B), to(#FF2226));
	background: linear-gradient(90deg, #FF8B1B 0%, #FF2226 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.p-number__content .item.-item02 .count {
	background: linear-gradient(162deg, #F4D000 14.79%, #F28D12 81%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.p-number__content .item.-item03 .count {
	background: linear-gradient(224deg, #48CAC1 22.44%, #14A8D9 86.08%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.p-number__content .item.-item04 .count {
	background: -webkit-gradient(linear, left top, left bottom, from(#4EBE21), to(#16AB68));
	background: linear-gradient(180deg, #4EBE21 0%, #16AB68 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.p-number__content .item.-item05 .count {
	background: -webkit-gradient(linear, left top, left bottom, from(#F0010C), to(#FF017D));
	background: linear-gradient(180deg, #F0010C 0%, #FF017D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-culture {
	background-color: #F4F4F4;
	padding-top: 12.8rem;
}
@media screen and (max-width: 767px) {
	.p-culture {
		padding-top: 6rem;
	}
}
.p-culture__list {
	margin-top: 4rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media screen and (max-width: 767px) {
	.p-culture__list {
		margin-top: 3.2rem;
	}
}
.p-culture__list .item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6.4rem 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #C2C2C2;
}
@media screen and (max-width: 767px) {
	.p-culture__list .item {
		display: block;
		padding: 4rem 0 2rem;
	}
}
.p-culture__list .item:first-of-type {
	padding-top: 0;
}
.p-culture__list .item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.p-culture__list .img {
	width: 59rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-culture__list .img {
		width: 100%;
	}
}
.p-culture__list .cnt {
	width: calc(100% - 59rem);
	padding-left: 7.6rem;
}
@media screen and (max-width: 767px) {
	.p-culture__list .cnt {
		width: 100%;
		padding: 0;
		margin-top: 2.4rem;
	}
}
.p-culture__list .num {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 100%; /* 1.8rem */
	letter-spacing: 0.072rem;
	text-transform: uppercase;
	text-align: center;
	width: 16rem;
}
@media screen and (max-width: 767px) {
	.p-culture__list .num {
		font-size: 1.2rem;
		letter-spacing: 0.048rem;
		width: 11rem;
		margin: auto 0 0;
	}
}
.p-culture__list .num .bar {
	width: 1rem;
	height: 1px;
	background-color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	margin: 0 0.5rem;
	top: -0.3em;
}
.p-culture__list .num .c-belt {
	padding: 0.5rem 0.6rem;
	width: 100%;
}
.p-culture__list .title {
	margin-top: 2.4rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 160%; /* 5.12rem */
	letter-spacing: 0.128rem;
}
@media screen and (max-width: 767px) {
	.p-culture__list .title {
		margin-top: 1.1rem;
		font-size: 2.2rem;
		letter-spacing: 0.132rem;
	}
}
.p-culture__list .text {
	margin-top: 2.4rem;
	color: #4C4948;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 200%; /* 3.6rem */
	letter-spacing: 0.036rem;
}
@media screen and (max-width: 767px) {
	.p-culture__list .text {
		margin-top: 1.3rem;
		-webkit-font-feature-settings: "palt" on;
		        font-feature-settings: "palt" on;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.056rem;
	}
}

.p-benefit {
	padding-top: 12rem;
	padding-bottom: 10rem;
	background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
	.p-benefit {
		padding-top: 6rem;
		padding-bottom: 0;
	}
}
.p-benefit__title {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%; /* 3rem */
	letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
	.p-benefit__title {
		font-size: 2.2rem;
		letter-spacing: 0.022rem;
	}
}
.p-benefit__list {
	width: 90rem;
	max-width: 100%;
	margin: 4rem auto auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8rem 11rem;
}
@media screen and (max-width: 767px) {
	.p-benefit__list {
		gap: 4.8rem 2.7rem;
		width: 100%;
	}
}
.p-benefit__list .item {
	width: 22rem;
}
@media screen and (max-width: 767px) {
	.p-benefit__list .item {
		width: calc((100% - 2.7rem) / 2);
	}
}
.p-benefit__list .icon {
	width: 8rem;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.p-benefit__list .icon {
		width: 6.7rem;
	}
}
.p-benefit__list .title {
	margin-top: 1.6rem;
	text-align: center;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 145%; /* 2.61rem */
}
@media screen and (max-width: 767px) {
	.p-benefit__list .title {
		margin: 1.7rem -0.5em 0;
		line-height: 129%; /* 2.064rem */
		letter-spacing: 0.032rem;
	}
}
.p-benefit__list .text {
	margin-top: 1.6rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 180%; /* 2.34rem */
}
@media screen and (max-width: 767px) {
	.p-benefit__list .text {
		margin-top: 1.3rem;
		-webkit-font-feature-settings: "palt" on;
		        font-feature-settings: "palt" on;
		letter-spacing: 0.052rem;
	}
}

.p-table-wrap {
	background-color: #ffffff;
	padding: 8rem 9rem 8rem;
	margin-top: 10rem;
}
@media screen and (max-width: 767px) {
	.p-table-wrap {
		background-color: transparent;
		padding: 3rem 0 0;
		margin-top: 5rem;
	}
}
.p-table-wrap:first-of-type {
	margin-top: 0;
}

.p-table {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-table {
		width: 100%;
		display: block;
		overflow-x: hidden;
	}
	.p-table tbody {
		display: block;
	}
}
.p-table tr {
	border-bottom: 1px solid #C2C2C2;
}
@media screen and (max-width: 767px) {
	.p-table tr {
		display: block;
		padding: 3.5rem 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-table tr:last-of-type th, .p-table tr:last-of-type td {
		padding-bottom: 6rem;
	}
}
.p-table th, .p-table td {
	padding: 4rem 0;
}
@media screen and (max-width: 767px) {
	.p-table th, .p-table td {
		display: block;
		width: 100%;
		padding: 0;
	}
}
.p-table th {
	text-align: left;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.12rem;
	width: 26rem;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.p-table th {
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
		padding: 0;
	}
}
.p-table th {
	vertical-align: top;
}
.p-table th .label {
	color: #ffffff;
	display: inline-block;
	background-color: #000;
	padding: 0.5em 1em 0.6em;
}
.p-table td {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 180%; /* 3.2rem */
	letter-spacing: 0.036rem;
}
@media screen and (max-width: 767px) {
	.p-table td {
		margin-top: 0.8rem;
		-webkit-font-feature-settings: "palt" on;
		        font-feature-settings: "palt" on;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 200%; /* 2.8rem */
		letter-spacing: 0.056rem;
		padding-right: 0;
	}
}
.p-table td ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.p-table td .gmap-link {
	font-size: 1.2rem;
	color: #666666;
	line-height: 2;
	letter-spacing: 0.02em;
	text-decoration: underline;
	font-weight: 400;
}
.p-table td .gmap-link::after {
	content: "";
	width: 0.8rem;
	height: 1em;
	display: inline-block;
	background-image: url(../images/recruit/icn_gmap.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-position: top center;
}

/*---------- tab　---*/
.js-tab-blk {
	position: relative;
}

.js-tab-item {
	cursor: pointer;
}
@media print, screen and (min-width: 768px) {
	.js-tab-item {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
	.js-tab-item:hover {
		opacity: 0.7;
	}
}

.js-tab-content .js-tab-box {
	display: none;
}
.js-tab-content .js-tab-box.is-show {
	display: block;
}

.p-overview {
	background-color: #F4F4F4;
	padding-top: 10rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-overview {
		padding-top: 8rem;
		padding-bottom: 2rem;
	}
}
.p-overview__content {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-overview__content {
		margin-top: 3.2rem;
	}
}

.p-requirements {
	background-color: #F4F4F4;
	padding-top: 10rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
	.p-requirements {
		padding-top: 8rem;
		padding-bottom: 9rem;
	}
	.p-requirements .c-section-title .title-en {
		font-size: 4rem;
	}
}
.p-requirements__content {
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	.p-requirements__content {
		margin-top: 2.4rem;
	}
}
.p-requirements__content .tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.p-requirements__content .tab-list .item {
	width: 60.6667rem;
	height: 10rem;
	cursor: pointer;
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%; /* 3rem */
	letter-spacing: 0.12rem;
	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;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: relative;
	background-color: #ffffff;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-requirements__content .tab-list .item {
		width: 16rem;
		height: 4rem;
		font-size: 1.6rem;
		letter-spacing: 0.064rem;
	}
}
.p-requirements__content .tab-list .item.is-active {
	background-color: #000;
	color: #ffffff;
}
.p-requirements__content .tab-list .item.is-active::after {
	opacity: 1;
}
@media (any-hover: hover) {
	.p-requirements__content .tab-list .item:hover {
		opacity: 1;
		background-color: #000;
		color: #ffffff;
	}
}
.p-requirements__content .tab-list .item {
	position: relative;
}
.p-requirements__content .tab-list .item::after {
	content: "";
	width: 2.2rem;
	height: 1.9rem;
	display: block;
	background-color: #000;
	position: absolute;
	top: 99%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	opacity: 0;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
	.p-requirements__content .tab-list .item::after {
		width: 1.5rem;
		height: 1rem;
	}
}
.p-requirements .tab-content {
	margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
	.p-requirements .tab-content {
		margin-top: 0;
	}
}
.p-requirements__btnarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1rem;
	margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
	.p-requirements__btnarea {
		margin-top: 5rem;
		display: block;
	}
}
.p-requirements__btnarea .c-btn {
	max-width: 100%;
	width: 30rem;
	height: 6rem;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-requirements__btnarea .c-btn {
		width: 32.9rem;
		height: 7rem;
		margin: auto auto auto;
	}
	.p-requirements__btnarea .c-btn + .c-btn {
		margin-top: 2rem;
	}
}
.p-requirements__btnarea .c-btn__inn {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #000;
	color: #ffffff;
	padding: 1.6rem 2.4rem;
	gap: 1rem;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
	.p-requirements__btnarea .c-btn__inn {
		padding: 1.4rem 2.7rem 1.6rem;
	}
}
@media (any-hover: hover) {
	.p-requirements__btnarea .c-btn__inn:hover {
		background-color: #ffffff;
		color: #000;
	}
	.p-requirements__btnarea .c-btn__inn:hover .c-btn__arrow::before {
		background-color: #000;
	}
	.p-requirements__btnarea .c-btn__inn:hover .c-btn__arrow .arrow {
		color: #ffffff;
	}
}
.p-requirements__btnarea .c-btn__text {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-requirements__btnarea .c-btn__text {
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.076rem;
	}
}
.p-requirements__btnarea .c-btn__arrow {
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-requirements__btnarea .c-btn__arrow {
		right: 2.4rem;
	}
}
.p-requirements__btnarea .c-btn__arrow::before {
	background-color: #ffffff;
}
.p-requirements__btnarea .c-btn__arrow .arrow {
	color: #000;
}
.p-requirements__btnarea .c-btn.-mynavi .c-btn__inn {
	background-color: #00ABEB;
	border-color: #00ABEB;
}
@media (any-hover: hover) {
	.p-requirements__btnarea .c-btn.-mynavi .c-btn__inn:hover {
		background-color: #ffffff;
	}
	.p-requirements__btnarea .c-btn.-mynavi .c-btn__inn:hover .c-btn__text {
		color: #00ABEB;
	}
	.p-requirements__btnarea .c-btn.-mynavi .c-btn__inn:hover .c-btn__arrow::before {
		background-color: #00ABEB;
	}
	.p-requirements__btnarea .c-btn.-mynavi .c-btn__inn:hover .c-btn__arrow .arrow {
		color: #ffffff;
	}
}
.p-requirements__btnarea .c-btn.-mynavi .c-btn__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.6rem;
}
.p-requirements__btnarea .c-btn.-mynavi .c-btn__text .img {
	width: 9rem;
}
.p-requirements__btnarea .c-btn.-mynavi .c-btn__arrow .arrow {
	color: #00ABEB;
}

body, html {
	overflow: visible;
}

.p-career-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-career-content {
		display: block;
	}
}
.p-career-content__nav {
	width: calc(100% - 108rem);
}
@media screen and (max-width: 767px) {
	.p-career-content__nav {
		top: 0;
		left: 0;
		width: 100%;
		background-color: #F4F4F4;
		padding: 3.2rem 0 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-career-content__nav.is-sticky .p-career-content__sticky {
		top: var(--header-h);
	}
}
.p-career-content__main {
	width: 108rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-career-content__main {
		width: 100%;
	}
}
.p-career-content__sticky {
	position: sticky;
	top: 0;
	left: 0;
}
.p-career-content__subttl {
	font-weight: bold;
	font-size: 3.4rem;
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.p-career-content__subttl {
		font-size: 2.4rem;
	}
}
.p-career-content .nav-title {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 2rem;
	font-weight: 700;
	line-height: 100%; /* 2rem */
	letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
	.p-career-content .nav-title {
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.072rem;
	}
}
.p-career-content .nav-list {
	margin-top: 2.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 200%; /* 2.8rem */
	letter-spacing: 0.028rem;
}
@media screen and (max-width: 767px) {
	.p-career-content .nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 2rem;
		border-bottom: 1px solid #C2C2C2;
		padding-bottom: 3.2rem;
	}
}
@media print, screen and (min-width: 768px) {
	.p-career-content .nav-list li + li {
		margin-top: 0.8rem;
	}
}
.p-career-content .nav-list li {
	padding-left: 1.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-career-content .nav-list li {
		padding-left: 0;
		text-decoration: underline;
	}
}
.p-career-content .nav-list li::before {
	content: "";
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
	.p-career-content .nav-list li::before {
		content: none;
	}
}
.p-career-content .nav-list li.is-current::before {
	opacity: 1;
}
/*# sourceMappingURL=recruit.css.map */