@charset 'UTF-8';
/* =====================================================
* Base
* ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 1.6rem;
	line-height: 2;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

body::before {
	content: '';
	display: block;
	position: fixed;
	z-index: 21;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 8px solid #ce0504;
	pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
}

address {
	font-style: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	padding: 0;
	border-style: none;
}

/* =====================================================
* State
* ================================================== */

/* =====================================================
 * Module
 * ================================================== */

/* -----------------------------------------------------
 * Display
 * -------------------------------------------------- */

.u-show-br-sp {
	display: none;
}

.u-show-br-pc {
	display: none;
}

/* -----------------------------------------------------
 * Text
 * -------------------------------------------------- */

/* font-family
---------------------------------------- */

.u-font-en {
	font-family: 'Roboto', 'Noto Sans JP', serif !important;
}

.u-font-ja {
	font-family: 'Roboto', 'Noto Sans JP', serif !important;
}

/* text-align
---------------------------------------- */

.u-al-left {
	text-align: left !important;
}

.u-al-center {
	text-align: center !important;
}

.u-al-right {
	text-align: right !important;
}

/* writing-mode
---------------------------------------- */

.u-wm-rl {
	-ms-writing-mode: tb-rl !important;
	-webkit-writing-mode: vertical-rl !important;
	writing-mode: vertical-rl !important;
}

.u-wm-combine {
	text-combine-upright: all;
}

/* -----------------------------------------------------
 * u-skew
-------------------------------------------------- */

.u-skew {
	overflow: hidden;
	-webkit-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.u-skew-inner {
	padding: 35px 32px 20px;
	-webkit-transform: skewY(7deg);
	transform: skewY(7deg);
}

/* -----------------------------------------------------
 * c-action
 * -------------------------------------------------- */

.c-action {
	position: fixed;
	z-index: 19;
	right: 4vw;
	bottom: 24px;
	transition: bottom 0.2s ease-in-out;
}

.c-action.is-fixed {
	bottom: 70px;
}

/* -----------------------------------------------------
 * c-arrow
-------------------------------------------------- */

.c-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 74px;
	height: 74px;
	border: 1px solid #000;
	border-radius: 50%;
	background-color: #fff;
}

.c-arrow::before {
	content: '';
	display: inline-block;
	box-sizing: border-box;
	width: 0.5em;
	height: 0.5em;
	border: 1px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	color: #000;
	vertical-align: middle;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform: translateX(-25%) rotate(45deg);
	transform: translateX(-25%) rotate(45deg);
}

/* -----------------------------------------------------
 * c-crosstalk
-------------------------------------------------- */

.c-crosstalk-number {
	display: flex;
	position: absolute;
	z-index: 4;
	top: -44px;
	left: -35px;
	align-items: flex-start;
}

.c-crosstalk-number .symbol {
	display: inline-block;
	color: #ce0504;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
}

.c-crosstalk-number .number {
	display: inline-block;
	color: #ce0504;
	font-size: 8.6rem;
	font-weight: 700;
	line-height: 1;
}

.c-crosstalk-case {
	display: inline-flex;
	position: absolute;
	z-index: 4;
	top: -48px;
	right: 0;
	align-items: center;
	padding: 15px 10px 15px 5px;
	background-color: #fff;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.c-crosstalk-case span {
	display: inline-block;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
}

.c-crosstalk-case .cross {
	font-size: 5rem;
	font-weight: 500;
	-webkit-transform: translateX(0.05em);
	transform: translateX(0.05em);
}

/* -----------------------------------------------------
 * c-cursor
-------------------------------------------------- */

.c-cursor {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -5px;
	width: 2px;
	height: 100%;
	background-color: #ce0504;
	-webkit-animation: flash 0.5s none infinite alternate;
	animation: flash 0.5s none infinite alternate;
}

@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes flash {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* -----------------------------------------------------
 * c-heading
-------------------------------------------------- */

.c-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.c-heading .en {
	display: inline-block;
	color: #ce0504;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	text-transform: uppercase;
}

.c-heading .ja {
	display: inline-block;
	margin: 20px 0 0;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.c-heading.row {
	align-items: flex-start;
}

.c-heading.row .ja {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}

.c-heading.row .ja span {
	color: #000;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.6666666667;
}

.c-heading.large {
	justify-content: center;
	margin: 0 0 0 16.67%;
}

.c-heading.large .ja {
	font-size: 5rem;
	line-height: 1.26;
	letter-spacing: 0.05em;
}

.works .c-heading.large,
.recruit .c-heading.large {
	right: 7%;
}

/* -----------------------------------------------------
 * component icon
 * -------------------------------------------------- */

.c-icon {
	display: inline-block;
	transition: background 0.3s ease;
}

.c-icon::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%/contain;
	transition: background 0.3s ease;
}

.c-icon.arrow {
	width: 0.7rem;
	height: 1rem;
}

.c-icon.arrow::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 6.806 10.361\'%3E%3Cpath fill=\'none\' stroke=\'%23000\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'1.5\' d=\'m1.056 9.305 5-4.125-5-4.125\' data-name=\'パス 1618\'/%3E%3C/svg%3E');
	background-size: 0.7rem 1rem;
}

/* -----------------------------------------------------
 * c-link-text
-------------------------------------------------- */

.c-link-text {
	display: inline-flex;
	align-items: center;
	padding: 0 0 1rem;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: color 0.3s ease;
	gap: 0 1rem;
}

.c-link-text .c-icon {
	width: 3.2rem;
	height: 3.2rem;
	border: 1px solid #000;
	border-radius: 50%;
	background-color: #fff;
	transition: background 0.3s ease;
}

.c-link-text .c-icon::before {
	transition: background 0.3s ease;
}

/* -----------------------------------------------------
 * c-page-nav
-------------------------------------------------- */

.c-page-nav ul {
	display: flex;
	gap: 30px;
}

.c-page-nav ul li a {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: color 0.2s ease-in-out;
	gap: 12px;
}

.c-page-nav ul li a .c-arrow {
	width: 32px;
	height: 32px;
	transition: all 0.2s ease-in-out;
}

.c-page-nav ul li a .c-arrow::before {
	-webkit-transform: translateY(-25%) rotate(135deg);
	transform: translateY(-25%) rotate(135deg);
}

.c-page-nav ul li a:focus,
.c-page-nav ul li a:hover {
	color: #ce0504;
}

.c-page-nav ul li a:focus .c-arrow,
.c-page-nav ul li a:hover .c-arrow {
	border-color: #ce0504;
	background-color: #ce0504;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.c-page-nav ul li a:focus .c-arrow::before,
.c-page-nav ul li a:hover .c-arrow::before {
	color: #fff;
}

.c-page-nav ul li a.is-active {
	color: #ce0504;
}

.c-page-nav ul li a.is-active .c-arrow {
	border-color: #ce0504;
	background-color: #ce0504;
}

.c-page-nav ul li a.is-active .c-arrow::before {
	color: #fff;
}

/* -----------------------------------------------------
 * p-page-thanks-btn
 * -------------------------------------------------- */

.c-recruit-entry-btn {
	cursor: pointer;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 645px;
	height: 142px;
	padding: 0 40px;
	border-radius: 26.6666666667vw;
	background-color: #ce0504;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

.c-recruit-entry-btn:hover {
	background-color: #000;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.c-recruit-entry-btn .ja {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4166666667;
}

.c-recruit-entry-btn .en {
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.325;
	letter-spacing: 0.05em;
}

.c-recruit-entry-btn.black {
	background-color: #000;
}

.c-recruit-entry-btn.black:hover {
	background-color: #ce0504;
}

/* -----------------------------------------------------
 * c-tagline
 * -------------------------------------------------- */

.c-tagline {
	display: flex;
	overflow: hidden;
}

.c-tagline ul {
	display: flex;
	-webkit-animation: loop-slide 90s infinite linear 1s both;
	animation: loop-slide 90s infinite linear 1s both;
}

.c-tagline ul li {
	width: 118.0555555556vw;
	color: rgba(0, 0, 0, 0.08);
	font-size: 12.1527777778vw;
	font-weight: 700;
	line-height: normal;
}

@-webkit-keyframes loop-slide {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes loop-slide {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

/* -----------------------------------------------------
 * c-ut-btn
 * -------------------------------------------------- */

.c-ut-btn {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	border-radius: 26.6666666667vw;
	color: #fff;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	gap: 1.6rem;
}

.c-ut-btn:hover {
	background-color: #ce0504;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.c-ut-btn.is-active {
	background-color: #ce0504;
}

.c-ut-btn span {
	display: inline-block;
	box-sizing: border-box;
	width: 0.5em;
	height: 0.5em;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	color: #fff;
	vertical-align: middle;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.c-ut-btn.entry {
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.c-ut-btn.entry:focus,
.c-ut-btn.entry:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* -----------------------------------------------------
 * p-crosstalk
-------------------------------------------------- */

.p-crosstalk {
	position: relative;
	z-index: 2;
	margin: 0 0 140px;
}

.p-crosstalk-list {
	display: flex;
	flex-direction: column;
	margin: 56px 0 0;
	gap: 24px;
}

.p-crosstalk-item {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.p-crosstalk-item a {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	padding: 10px 10px 10px 24px;
	border: 1px solid #bfbfbf;
	border-radius: 30px;
	background-color: #fff;
}

.p-crosstalk-item a:focus .p-crosstalk-bg::before,
.p-crosstalk-item a:hover .p-crosstalk-bg::before {
	background-color: rgba(0, 0, 0, 0.4);
}

.p-crosstalk-item a:focus .p-crosstalk-arrow .c-arrow,
.p-crosstalk-item a:hover .p-crosstalk-arrow .c-arrow {
	border-color: #ce0504;
	background-color: #ce0504;
}

.p-crosstalk-item a:focus .p-crosstalk-arrow .c-arrow::before,
.p-crosstalk-item a:hover .p-crosstalk-arrow .c-arrow::before {
	color: #fff;
}

.p-crosstalk-catch {
	font-size: 2rem;
	font-weight: 500;
	text-decoration: underline;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-decoration-color: #ce0504;
	text-decoration-color: #ce0504;
}

.p-crosstalk-head span {
	color: #ce0504;
	font-size: 2rem;
	font-weight: 700;
}

.p-crosstalk-head .title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.3214285714;
	letter-spacing: 0.09em;
}

.p-crosstalk-bg {
	position: relative;
	flex: 0 0 63.6042402827%;
	height: 298px;
	border-radius: 0 30px 30px 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.4s;
}

.p-crosstalk-bg::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 30px 30px 0;
	background-color: transparent;
	transition: all 0.4s;
}

.p-crosstalk-bg.bg01 {
	background-image: url(/recruit/img/top/img_crosstalk_01.webp);
}

.p-crosstalk-bg.bg02 {
	background-image: url(/recruit/img/top/img_crosstalk_02.webp);
}

.p-crosstalk-arrow {
	position: absolute;
	z-index: 1;
	right: 30px;
	bottom: 30px;
	transition: all 0.4s;
}

/* -----------------------------------------------------
 * p-cta-education
-------------------------------------------------- */

.p-cta-education {
	position: relative;
	z-index: 1;
	margin: 100px 0 140px;
}

.p-cta-education-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}

.p-cta-education-inner p {
	font-weight: 500;
	letter-spacing: 0.075em;
}

.p-cta-education-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 75px 0 0;
}

.p-cta-education-item {
	width: 50%;
}

.p-cta-education-item:first-child .p-cta-education-type {
	padding: 24px 40px 46px;
}

.p-cta-education-item a {
	display: block;
	position: relative;
	width: 100%;
}

.p-cta-education-item a:focus .p-cta-education-type .p-cta-education-arrow .c-arrow,
.p-cta-education-item a:hover .p-cta-education-type .p-cta-education-arrow .c-arrow {
	border-color: #ce0504;
	background-color: #ce0504;
}

.p-cta-education-item a:focus .p-cta-education-type .p-cta-education-arrow .c-arrow::before,
.p-cta-education-item a:hover .p-cta-education-type .p-cta-education-arrow .c-arrow::before {
	color: #fff;
}

.p-cta-education-item a:focus .p-cta-education-bg::before,
.p-cta-education-item a:hover .p-cta-education-bg::before {
	background-color: rgba(0, 0, 0, 0.4);
}

.p-cta-education-type {
	display: flex;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 24px 40px;
	text-align: left;
	pointer-events: none;
}

.p-cta-education-type h3 {
	color: #fff;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.p-cta-education-arrow {
	transition: all 0.4s;
}

.p-cta-education-arrow .c-arrow {
	border: none;
}

.p-cta-education-bg {
	position: relative;
	height: 440px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.4s;
}

.p-cta-education-bg::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.4s;
}

.p-cta-education-bg.bg01 {
	background-image: url(/recruit/img/top/img_education_01.webp);
}

.p-cta-education-bg.bg02 {
	background-image: url(/recruit/img/top/img_education_02.webp);
}

/* -----------------------------------------------------
 * p-cta
-------------------------------------------------- */

.p-cta {
	position: relative;
	padding: 116px 0 0;
}

.p-cta::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	width: 100%;
	height: 116px;
	background-color: transparent;
	background-image: url(/recruit/img/common/txt_catchcopy_pc.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-cta-list {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
}

.p-cta-item {
	width: 50%;
	border-top: 1px solid #bfbfbf;
}

.p-cta-item:not(:last-child) {
	border-right: 1px solid #bfbfbf;
}

.p-cta-item a {
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 330px;
	padding: 48px 60px;
	background-color: #fff;
	transition: background-color 0.2s ease-in-out;
}

.p-cta-item a:focus,
.p-cta-item a:hover {
	background-color: #ce0504;
}

.p-cta-item a:focus .p-cta-arrow,
.p-cta-item a:hover .p-cta-arrow {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-cta-item a:focus .p-cta-title .en,
.p-cta-item a:focus .p-cta-title .ja,
.p-cta-item a:hover .p-cta-title .en,
.p-cta-item a:hover .p-cta-title .ja {
	color: #fff;
}

.p-cta-arrow {
	position: absolute;
	bottom: 24px;
	left: 10%;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.p-cta-title {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.p-cta-title .en {
	color: #ce0504;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4166666667;
	-ms-writing-mode: tb-rl;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.p-cta-title .ja {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.1;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.p-cta-title .en,
.p-cta-title .ja {
	transition: color 0.2s ease-in-out;
}

/* -----------------------------------------------------
 * p-header
 * -------------------------------------------------- */

.p-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
}

.p-header .logo {
	pointer-events: auto;
}

.is-menu-open .p-header .logo {
	z-index: -1;
}

.p-header .logo a {
	display: block;
	overflow: hidden;
	width: 296px;
	height: 0;
	margin: auto;
	padding: 17px 0 0;
	background-color: transparent;
	background-image: url(/recruit/img/common/logo_header_pc.webp);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	transition: opacity 0.2s ease;
}

.p-header-menu {
	display: flex;
	align-items: center;
	gap: 0 24px;
}

.p-header-menu ul {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
}

.p-header-menu ul li {
	position: relative;
	margin: 0 24px 0 0;
	padding: 14px 0 14px 14px;
}

.p-header-menu ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #ce0504;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-header-menu ul li:last-child {
	margin: 0;
	padding: 0;
}

.p-header-menu ul li:last-child::before {
	display: none;
}

.p-header-menu ul .btn .c-btn a {
	width: 155px;
	height: 56px;
	color: #fff;
	font-size: 1.4rem;
}

.p-header-menu ul .btn .c-btn a:hover {
	color: #fff;
}

.p-header-menu ul .btn .c-btn a strong {
	display: inline-block;
	font-size: 1.6rem;
}

.p-header-menu ul a {
	color: #000;
	transition: color 0.2s ease-in-out;
}

.p-header-menu ul a:focus,
.p-header-menu ul a:hover {
	color: #ce0504;
}

.p-header-btn {
	display: flex;
	z-index: 21;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #ce0504;
	transition: background-color 0.2s ease-in-out;
	pointer-events: auto;
}

.p-header-btn:hover {
	background-color: #000;
}

.p-header-toggle {
	position: relative;
	z-index: 100;
	padding: 0;
	border-width: 0;
	transition: all 0.2s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

.p-header-toggle:before {
	content: '';
	position: absolute;
	top: -30px;
	right: -32px;
	bottom: -30px;
	left: -30px;
}

.p-header-toggle .p-toggle-btn {
	position: absolute;
	top: 0;
	left: 50%;
	width: 32px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.is-menu-open .p-header-toggle .p-toggle-btn {
	background-color: transparent;
}

.p-header-toggle .p-toggle-btn::before,
.p-header-toggle .p-toggle-btn::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 32px;
	height: 1px;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
}

.p-header-toggle .p-toggle-btn::before {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.is-menu-open .p-header-toggle .p-toggle-btn::before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.p-header-toggle .p-toggle-btn::after {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.is-menu-open .p-header-toggle .p-toggle-btn::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.p-header-nav-bg {
	display: none;
	position: fixed;
	z-index: -1;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
}

.is-menu-open .p-header-nav-bg {
	display: block;
}

.p-header-nav-wrap {
	display: block;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	overflow: auto;
	overflow: auto;
	width: 74.3055555556%;
	height: 100vh;
	padding: 30px 20px;
	background-color: #fff;
	transition: all 0.3s ease;
	scrollbar-width: none;
}

.p-header-nav-wrap .p-header-nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	pointer-events: auto;
	gap: 30px;
}

.p-header-nav-wrap .p-header-nav .logo {
	width: 288px;
}

.p-header-nav-wrap .p-header-nav .logo a {
	transition: opacity 0.2s ease;
}

.p-header-nav-wrap .p-header-nav-group {
	position: relative;
	padding: 50px 0;
}

.p-header-nav-wrap .p-header-nav-group::before,
.p-header-nav-wrap .p-header-nav-group::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #777;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-header-nav-wrap .p-header-nav-group::before {
	top: 0;
}

.p-header-nav-wrap .p-header-nav-group::after {
	bottom: 0;
}

.p-header-nav-wrap .p-header-nav-list {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 30px;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(1) {
	grid-column: 1/2;
	grid-row: 1/2;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(2) {
	grid-column: 1/2;
	grid-row: 2/3;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(3) {
	grid-column: 1/2;
	grid-row: 3/4;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(4) {
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(5) {
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(6) {
	grid-column: 2/3;
	grid-row: 3/4;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .item-link {
	position: relative;
	padding: 0 0 0 14px;
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	transition: color 0.2s ease-in-out;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .item-link:focus,
.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .item-link:hover {
	color: #ce0504;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .item-link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #ce0504;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub {
	margin: 5px 0 0;
	font-size: 1.6rem;
	font-weight: 400;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub li {
	padding: 0 0 0 1.5em;
	text-indent: -0.5em;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub li a {
	color: #000;
	transition: color 0.2s ease-in-out;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub li a:focus,
.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub li a:hover {
	color: #ce0504;
}

.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub > li::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 1px;
	margin: 0 12px 0 0;
	background: #000;
	vertical-align: middle;
}

.p-header-nav-wrap .p-header-nav-cta {
	margin-inline: auto;
}

.p-header-nav-wrap .p-header-nav-cta .c-btn {
	text-align: center;
}

.p-header-nav-wrap .p-header-nav-cta .c-btn a {
	width: 280px;
	height: 45px;
	font-size: 1.4rem;
}

/* -----------------------------------------------------
 * p-home-introduction
 * -------------------------------------------------- */

.p-home-introduction-body p {
	display: flex;
	flex-direction: column;
	margin: 50px 0 0;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	gap: 30px;
}

.p-home-introduction-body p span {
	display: inline-block;
}

.p-home-introduction-title {
	position: absolute;
	top: 100px;
	left: 70px;
	color: #ce0504;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 1.6rem;
	font-weight: 700;
	-ms-writing-mode: tb-rl;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.p-home-introduction-lead span {
	display: block;
	font-size: 6.4rem;
	font-weight: 900;
	line-height: 1.5;
	white-space: nowrap;
}

.p-home-introduction-img picture {
	width: 50vw;
	height: auto;
}

.p-home-introduction-img picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

/* -----------------------------------------------------
 * p-home-jobtype
 * -------------------------------------------------- */

.p-home-jobtype-head {
	display: flex;
	flex: 0 0 125px;
	flex-direction: column;
	align-items: center;
	gap: 100px;
}

.p-home-jobtype-head p {
	font-weight: 500;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

/* -----------------------------------------------------
 * p-home-kv1
 * -------------------------------------------------- */

.p-home-kv-body {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50vw;
}

.p-home-kv-lead {
	z-index: 2;
}

.p-home-kv-title {
	display: inline-block;
	position: relative;
}

.p-home-kv-title .ja {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.p-home-kv-title .ja span {
	display: inline-block;
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 0.25em;
	font-size: 9rem;
	font-weight: 900;
	line-height: 1.05;
}

.p-home-kv-title .ja span:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 20px;
	left: 0;
	width: 92%;
	height: 23px;
	background: linear-gradient(135deg, rgba(206, 5, 4, 0.3) 0%, rgb(206, 5, 4) 100%);
	-webkit-transform: skewX(16deg) scaleX(var(--u, 0));
	transform: skewX(16deg) scaleX(var(--u, 0));
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	will-change: transform;
}

.p-home-kv-title .en {
	position: absolute;
	top: 0;
	right: 0;
}

.p-home-kv-title .en span {
	color: #ce0504;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: -0.1em;
	-ms-writing-mode: tb-rl;
	gap: 2px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.p-home-kv-title .txt-anim {
	opacity: 0;
}

.p-home-kv .p-home-kv-slider-inner {
	width: 100%;
	height: 100vh;
	margin-inline: auto;
}

.p-home-kv .p-home-kv-slider .swiper-wrapper {
	width: 100%;
}

.p-home-kv .p-home-kv-slider-list {
	height: 100%;
}

.p-home-kv .p-home-kv-slider-list .swiper-slide {
	position: relative;
}

.p-home-kv .p-home-kv-slider-list .slide_img {
	display: block;
	width: 50vw;
	height: 100vh;
}

.p-home-kv .p-home-kv-slider-list .slide_img img {
	width: 100%;
	height: 100%;
	transition: -webkit-clip-path 0.3s ease-in-out;
	transition: clip-path 0.3s ease-in-out;
	transition: clip-path 0.3s ease-in-out, -webkit-clip-path 0.3s ease-in-out;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.p-home-kv .p-home-kv-slider-list .swiper-slide-next img {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.p-home-kv .p-home-kv-slider-list .swiper-slide-active img {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@-webkit-keyframes zoomUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}

@keyframes zoomUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
}

.p-home-kv .p-home-kv-slider-list .swiper-slide-active .slide_img,
.p-home-kv .p-home-kv-slider-list .swiper-slide-duplicate-active .slide_img,
.p-home-kv .p-home-kv-slider-list .swiper-slide-prev .slide_img {
	-webkit-animation: zoomUp 10s linear 0s normal both;
	animation: zoomUp 10s linear 0s normal both;
}

/* -----------------------------------------------------
 * p-home-tiktok
 * -------------------------------------------------- */

.p-home-tiktok {
	margin: 0 0 140px;
}

.p-home-tiktok-inner {
	display: flex;
	align-items: center;
	gap: 0 4rem;
}

.p-home-tiktok-text {
	min-width: 320px;
}

.p-home-tiktok-text p {
	margin: 2rem 0 0;
}

.p-home-tiktok-text .c-link-text {
	margin: 6rem 0 0;
	padding: 0 0 0.6rem;
	font-family: 'Caveat', cursive;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	gap: 0 3rem;
}

.p-home-tiktok-text .tiktok-embed {
	width: 100%;
}

/* ============ Section ============ */

.p-interview {
	position: relative;
	width: 100vw;
	margin: 140px 0 160px !important;
}

.p-interview::before {
	content: '';
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 220px;
	background-color: #f5f5f5;
}

.p-interview-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 90px;
	gap: 20px;
}

.p-interview-heading .c-heading {
	align-items: flex-start;
}

.p-interview-heading .c-heading .ja {
	white-space: nowrap;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}

/* ============ Slider ============ */

.p-interview-slider.swiper {
	overflow: visible;
	width: 100vw;
	height: 640px;
	padding-left: max(50vw - 680px, 0px);
}

.p-interview-slider .swiper-slide {
	position: relative;
	box-sizing: content-box;
	width: 302px;
	height: 512px;
	transition: 0.5s;
}

.p-interview-slider .swiper-slide-active {
	width: 378px;
	height: 632px;
}

.p-interview-slider .card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 24px 10px 10px;
	border: 1px solid #bfbfbf;
	border-radius: 30px;
	background: #fff;
}

.p-interview-slider .card__header {
	display: grid;
	align-items: end;
	margin: 0 0 30px;
	padding: 0 10px;
	grid-template-columns: 1fr 48px;
	grid-template-areas: 'text text' 'meta btn';
	gap: 60px 0;
}

.p-interview-slider .text-wrap {
	grid-area: text;
}

.p-interview-slider .text {
	display: inline-block;
	width: calc(100% / var(--s));
	margin: 0 0 6px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform: scale(var(--s));
	transform: scale(var(--s));
	-webkit-transform-origin: left top;
	transform-origin: left top;
	--s: 1;
}

.p-interview-slider .meta {
	display: flex;
	flex-direction: column;
	grid-area: meta;
}

.p-interview-slider .cate {
	color: #ce0504;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 1.4rem;
	font-weight: 500;
}

.p-interview-slider .name {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.075em;
}

.p-interview-slider .btn {
	grid-area: btn;
}

.p-interview-slider .c-arrow {
	width: 48px;
	height: 48px;
	transition: all 0.4s;
}

.p-interview-slider .card__img {
	overflow: hidden;
	border-radius: 0 0 24px 24px;
}

.p-interview-slider .card__img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	aspect-ratio: 354/405;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.p-interview-slider .swiper-slide-active .text {
	--s: 1.25;
}

.p-interview-slider .swiper-slide-active .card__img img {
	-webkit-transform: translateZ(0) scale(1.03);
	transform: translateZ(0) scale(1.03);
	aspect-ratio: 354/405;
}

.p-interview-slider .card:hover .c-arrow {
	border-color: #ce0504;
	background: #ce0504;
	color: #fff;
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.p-interview-slider .card:hover .c-arrow:before {
	color: #fff;
}

.p-interview-slider .card:hover .card__img img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

/* ============ pagination / buttons ============ */

.p-interview-head {
	width: 100vw;
	max-width: 1200px;
	margin: -88px auto 0;
	padding-left: max(50vw - 320px, 0px);
}

.p-interview-parts {
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	gap: 20px;
}

.p-interview-parts .swiper-pagination {
	position: static;
	width: auto;
	font-size: 1.2rem;
}

.p-interview-btn {
	display: flex;
	gap: 8px;
}

.p-interview-btn .swiper-button {
	position: relative;
	width: 74px;
	height: 74px;
	border: 1px solid #000;
	border-radius: 50%;
	background: #fff;
	transition: all 0.4s;
}

.p-interview-btn .swiper-button::after {
	content: '';
	display: inline-block;
	width: 0.2em;
	height: 0.2em;
	border: 1px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	color: #000;
	-webkit-transform: translateX(-25%) rotate(45deg);
	transform: translateX(-25%) rotate(45deg);
}

.p-interview-btn .swiper-button:hover {
	border-color: #ce0504;
	background: #ce0504;
}

.p-interview-btn .swiper-button:hover::after {
	color: #fff;
}

.p-interview-btn .swiper-button-prev {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.p-interview-btn .swiper-button-prev,
.p-interview-btn .swiper-button-next {
	top: auto;
	right: auto;
	left: auto;
	margin: 0;
}

/* -----------------------------------------------------
 * p-jobtype
-------------------------------------------------- */

.p-jobtype {
	flex: 0 0 72.9166666667%;
}

.p-jobtype-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.p-jobtype-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.p-jobtype-item a {
	display: block;
	position: relative;
	width: 100%;
}

.p-jobtype-item a:focus .p-jobtype-bg::before,
.p-jobtype-item a:hover .p-jobtype-bg::before {
	background-color: rgba(0, 0, 0, 0.4);
}

.p-jobtype-item a:focus .arrow .c-arrow,
.p-jobtype-item a:hover .arrow .c-arrow {
	border-color: #ce0504;
	background-color: #ce0504;
}

.p-jobtype-item a:focus .arrow .c-arrow::before,
.p-jobtype-item a:hover .arrow .c-arrow::before {
	color: #fff;
}

.p-jobtype-item a .arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 30px;
	transition: all 0.4s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-jobtype-catch {
	font-size: 1.8rem;
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 0.08em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-underline-offset: 2px;
	-webkit-text-decoration-color: #ce0504;
	text-decoration-color: #ce0504;
}

.p-jobtype-type {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 90px;
	width: 100%;
	text-align: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.p-jobtype-type span {
	position: relative;
}

.p-jobtype-type .ja {
	color: #fff;
	font-size: 5.6rem;
	font-weight: 900;
	line-height: normal;
}

.p-jobtype-type .en {
	color: #fff;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 3.2rem;
	font-weight: 700;
}

.p-jobtype-bg {
	position: relative;
	height: 320px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.4s;
}

.p-jobtype-bg::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.4s;
}

.p-jobtype-bg.bg01 {
	background-image: url(/recruit/img/top/img_jobtype_01_pc.webp);
}

.p-jobtype-bg.bg02 {
	background-image: url(/recruit/img/top/img_jobtype_02_pc.webp);
}

.p-jobtype-bg.bg03 {
	background-image: url(/recruit/img/top/img_jobtype_03_pc.webp);
}

/* -----------------------------------------------------
 * p-page-benefit
-------------------------------------------------- */

.p-page-benefit {
	margin: 0 0 140px;
	padding: 100px 0;
	background-color: #f5f5f5;
}

.p-page-benefit-head {
	display: flex;
	justify-content: space-between;
	padding: 0 0 80px;
	border-bottom: 1px solid #bfbfbf;
}

.p-page-benefit-head figure {
	flex: 0 0 50%;
}

.p-page-benefit-head figure img {
	display: block;
}

.p-page-benefit-body {
	display: flex;
	flex: 0 0 43.3333333333%;
	flex-direction: column;
	gap: 60px;
}

.p-page-benefit-body p {
	letter-spacing: 0.05em;
}

.p-page-benefit-content {
	padding: 80px 0 0;
}

.p-page-benefit-example {
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-page-benefit-list {
	display: grid;
	margin: 64px 0 0;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.p-page-benefit-item {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-page-benefit-item figure img {
	display: block;
}

.p-page-benefit-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-page-benefit-item-list li {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}

/* -----------------------------------------------------
 * p-page-benefits
-------------------------------------------------- */

.p-page-benefits {
	padding: 140px 0;
}

.p-page-benefits h2 {
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
}

.p-page-benefits p {
	margin: 32px 0 0;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.05em;
}

/* -----------------------------------------------------
 * p-page-crosstalk-detail
-------------------------------------------------- */

.p-page-crosstalk-detail {
	margin: 120px 0 0;
	padding: 0 0 40px;
	background-color: #f5f5f5;
}

.p-page-crosstalk-detail-mv {
	position: relative;
}

.p-page-crosstalk-detail-mv-wrap {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
}

.p-page-crosstalk-detail-img figure img {
	display: block;
}

.p-page-crosstalk-detail-content {
	position: relative;
	z-index: 1;
	margin: -80px 0 0;
	padding: 100px 60px;
	background-color: #fff;
}

.p-page-crosstalk-detail-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-page-crosstalk-detail-description {
	flex: 0 0 50%;
}

.p-page-crosstalk-detail-description h3 {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.p-page-crosstalk-detail-description p {
	margin: 32px 0 0;
	letter-spacing: 0.05em;
}

.p-page-crosstalk-detail-information {
	display: flex;
	flex: 0 0 40.8653846154%;
	justify-content: center;
	gap: 24px;
}

.p-page-crosstalk-detail-person {
	display: flex;
	position: relative;
	flex: 0 0 47.0588235294%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.p-page-crosstalk-detail-person:first-child::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 100%;
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-image: url(/recruit/img/crosstalk/ico_crosstalk_cross.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-page-crosstalk-detail-person figure img {
	display: block;
}

.p-page-crosstalk-detail-person .jobtype {
	margin: 24px 0 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4285714286;
}

.p-page-crosstalk-detail-person .join {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.05em;
}

.p-page-crosstalk-detail-faq {
	display: flex;
	flex-direction: column;
	margin: 80px 0 0;
	gap: 80px;
}

.p-page-crosstalk-detail-faq h4 {
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background-color: #fff;
	text-align: center;
}

.p-page-crosstalk-detail-faq h4 span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0.075em;
	gap: 32px;
}

.p-page-crosstalk-detail-faq h4 span::before {
	content: 'Q';
	left: 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3333333333;
}

.p-page-crosstalk-detail-faq-answer {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 60px;
}

.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box .text {
	position: relative;
	flex: 0 0 77.8260869565%;
	padding: 40px 48px;
	background-color: #f5f5f5;
	letter-spacing: 0.05em;
}

.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box .text::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2em;
	left: -14px;
	width: 0;
	height: 0;
	border-width: 14px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: currentColor;
	border-left: 0;
	color: #f5f5f5;
	line-height: 1;
	vertical-align: middle;
}

.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box .image {
	display: flex;
	flex: 0 0 140px;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}

.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box .image figure img {
	display: block;
}

.p-page-crosstalk-detail-image {
	margin: 80px 0;
}

.p-page-crosstalk-detail-image:last-of-type {
	margin: 80px 0 0;
}

.p-page-crosstalk-detail-image img {
	display: block;
}

.p-page-crosstalk-detail-btn {
	display: flex;
	position: relative;
	z-index: 2;
	justify-content: center;
	align-items: center;
	margin: 40px 0 0;
}

.p-page-crosstalk-detail-btn .c-ut-btn {
	width: 226px;
	height: 56px;
	background-color: #000;
}

.p-page-crosstalk-detail-btn .c-ut-btn:hover {
	background-color: #ce0504;
}

/* -----------------------------------------------------
 * p-page-crosstalk
-------------------------------------------------- */

.p-page-crosstalk {
	position: relative;
	margin: 200px 0 240px;
}

.p-page-crosstalk::after {
	content: '';
	position: absolute;
	top: 160px;
	left: 0;
	width: 75%;
	height: 94.4444444444vw;
	background-color: #f5f5f5;
}

.p-page-crosstalk-list {
	display: flex;
	flex-direction: column;
	gap: 240px;
}

.p-page-crosstalk-item {
	position: relative;
	z-index: 1;
}

.p-page-crosstalk-item a {
	display: block;
	position: relative;
}

.p-page-crosstalk-item a:focus .p-page-crosstalk-label,
.p-page-crosstalk-item a:hover .p-page-crosstalk-label {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-page-crosstalk-item a:focus .p-page-crosstalk-label .p-page-crosstalk-more-btn .c-arrow,
.p-page-crosstalk-item a:hover .p-page-crosstalk-label .p-page-crosstalk-more-btn .c-arrow {
	border-color: #ce0504;
	background-color: #ce0504;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-page-crosstalk-item a:focus .p-page-crosstalk-label .p-page-crosstalk-more-btn .c-arrow::before,
.p-page-crosstalk-item a:hover .p-page-crosstalk-label .p-page-crosstalk-more-btn .c-arrow::before {
	color: #fff;
}

.p-page-crosstalk-item a:focus .p-page-crosstalk-wrap::before,
.p-page-crosstalk-item a:hover .p-page-crosstalk-wrap::before {
	background-color: rgba(0, 0, 0, 0.4);
}

.p-page-crosstalk-label {
	position: absolute;
	z-index: 2;
	bottom: -84px;
	left: 0;
	padding: 32px 48px 0 0;
	background-color: #f5f5f5;
	transition: all 0.2s ease-in-out;
}

.p-page-crosstalk-label h3 {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.p-page-crosstalk-more-btn {
	display: inline-flex;
	position: relative;
	z-index: 3;
	align-items: center;
	margin: 30px 0 0;
	padding: 0 0 10px;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	gap: 40px;
}

.p-page-crosstalk-more-btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.p-page-crosstalk-more-btn .c-arrow {
	position: relative;
	z-index: 3;
	width: 32px;
	height: 32px;
	background-color: #f5f5f5;
	transition: all 0.2s ease-in-out;
}

.p-page-crosstalk-more-btn .c-arrow::before {
	width: 0.3em;
	height: 0.3em;
}

.p-page-crosstalk-wrap {
	position: relative;
	margin: 0 calc(50% - 50vw) 0 0;
}

.p-page-crosstalk-wrap::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}

.p-page-crosstalk-wrap figure img {
	display: block;
}

/* -----------------------------------------------------
 * p-page-education
-------------------------------------------------- */

.p-page-education {
	margin: 60px 0 0;
}

.p-page-education-wrap {
	padding: 60px 55px 60px 65px;
	background-color: #f5f5f5;
}

.p-page-education-menu {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-page-education-list h3 {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.7666666667;
	letter-spacing: 0.05em;
}

.p-page-education-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
	gap: 15px;
}

.p-page-education-list ul .p-page-education-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32.4074074074%;
	height: 75px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4444444444;
	text-align: center;
	letter-spacing: 0.05em;
}

/* -----------------------------------------------------
 * p-page-entry
 * -------------------------------------------------- */

.p-page-entry {
	margin: 20px 0 80px;
}

.p-page-entry-inner #zf_div_wlwaSt__h5IHD-D5LrD_5mez56irRpfouckrorSDuM0 {
	text-align: center;
}

/* -----------------------------------------------------
 * p-page-education
-------------------------------------------------- */

.p-page-education {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 60px;
}

.p-page-education h2 {
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
}

.p-page-education p {
	margin: 32px 0 0;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.05em;
}

.p-page-education-img {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

/* -----------------------------------------------------
 * p-page-header
 * -------------------------------------------------- */

.p-page-header {
	display: flex;
	position: relative;
	flex-direction: row-reverse;
	justify-content: flex-end;
	height: 100vh;
}

.p-page-header .c-tagline {
	bottom: -40px;
}

.p-page-header-nav {
	position: absolute;
	z-index: 1;
	right: 6.25vw;
	bottom: 30px;
}

.p-page-header picture {
	display: block;
	position: relative;
	flex: 0 0 58.3333333333%;
	height: 100vh;
}

.p-page-header picture::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.22);
}

.p-page-header picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.p-page-header-bottom {
	position: absolute;
	right: 4vw;
	bottom: 30px;
}

/* -----------------------------------------------------
 * p-page-internship
 * -------------------------------------------------- */

.p-page-internship {
	width: 100%;
	background-color: transparent;
	background-image: url(/recruit/img/recruit/img_internship.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.p-page-internship-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 160px 0 140px;
}

.p-page-internship-content .c-heading.row {
	align-items: center;
}

.p-page-internship-content p {
	margin: 32px 0 0;
	font-size: 1.8rem;
	text-align: center;
}

.p-page-internship-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 60px 0 0;
	gap: 32px;
}

/* -----------------------------------------------------
 * p-page-interview
-------------------------------------------------- */

.p-page-interview {
	display: flex;
	flex-direction: column;
	margin: 160px 0 0;
	padding: 0 0 140px;
	border-bottom: 1px solid #bfbfbf;
	gap: 140px;
}

.p-page-interview-header {
	position: relative;
}

.p-page-interview-header-tagline {
	position: absolute;
	bottom: -40px;
	left: 0;
}

.p-page-interview-header-content {
	display: grid;
	position: relative;
	align-items: center;
	padding: 155px 0 0;
	grid-template-columns: auto 430px;
	grid-template-rows: 1fr;
	justify-items: flex-end;
	gap: 70px;
}

.p-page-interview-header-title {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: column;
	align-items: flex-start;
}

.p-page-interview-header-title .en {
	display: inline-block;
	color: #ce0504;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4166666667;
	text-transform: uppercase;
}

.p-page-interview-header-title .ja {
	font-size: 5.6rem;
	font-weight: 900;
	line-height: 1.125;
	letter-spacing: 0.05em;
}

.p-page-interview-header-nav {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0;
}

.p-page-interview-header-nav ul li a .c-arrow::before {
	-webkit-transform: translateY(-25%) rotate(135deg);
	transform: translateY(-25%) rotate(135deg);
}

.p-page-interview-header-body {
	position: relative;
	z-index: 1;
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-page-interview-header-catch {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.p-page-interview-header-profile {
	margin: 64px 0 0;
}

.p-page-interview-header-type {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
}

.p-page-interview-header-join {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.05em;
}

.p-page-interview-header-img {
	position: relative;
	z-index: 1;
	grid-column: 1/2;
	grid-row: 1/2;
}

.p-page-interview-header-img picture {
	overflow: hidden;
	height: 100%;
}

.p-page-interview-header-img picture img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.p-page-interview-chapter-lead {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.4375;
	letter-spacing: 0.05em;
}

.p-page-interview-chapter-faq {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.p-page-interview-chapter-faq li {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-page-interview-chapter-faq li .question {
	position: relative;
	padding: 0 0 0 2em;
	color: #ce0504;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-page-interview-chapter-faq li .question::before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3333333333;
	letter-spacing: 0.05em;
}

.p-page-interview-chapter-faq li .answer {
	padding: 0 0 0 2em;
	letter-spacing: 0.05em;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-body {
	display: flex;
	flex: 0 0 51.6666666667%;
	flex-direction: column;
	gap: 64px;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-img {
	flex: 0 0 38.3333333333%;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-img picture {
	overflow: hidden;
	height: 100%;
	max-height: 580px;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-img picture img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 580px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 30px;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-body {
	display: flex;
	flex: 0 0 51.6666666667%;
	flex-direction: column;
	gap: 64px;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img {
	display: flex;
	flex: 0 0 38.3333333333%;
	flex-direction: column;
	gap: 10px;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img picture {
	overflow: hidden;
	height: 100%;
	max-height: 580px;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img picture:first-child {
	max-height: 435px;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img picture img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 580px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.p-page-interview-chapter.chapter-03 .p-page-interview-chapter-content {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.p-page-interview-chapter.chapter-03 .p-page-interview-chapter-content .p-page-interview-chapter-body {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

/* -----------------------------------------------------
 * p-page-jobtype
 * -------------------------------------------------- */

.p-page-jobtype {
	position: relative;
}

.p-page-jobtype::after {
	content: '';
	position: absolute;
	top: 80px;
	left: 0;
	width: 29.1666666667%;
	height: 960px;
	background-color: #f5f5f5;
}

.p-page-jobtype-content {
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 24px;
}

.p-page-jobtype-content .c-heading {
	flex: 0 0 110px;
}

.p-page-jobtype-content .p-jobtype {
	flex: 0 0 87.5%;
}

.p-page-jobtype-content .p-jobtype ul li {
	flex-direction: row-reverse;
}

/* -----------------------------------------------------
 * p-page-learning
-------------------------------------------------- */

.p-page-learning {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, auto);
}

.p-page-learning-bg {
	position: relative;
	height: 560px;
	grid-column: 1/2;
	grid-row: 1/5;
}

.p-page-learning-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 560px;
	background-color: transparent;
	background-image: url(/recruit/img/education/ph_learning_pc.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.p-page-learning-inner {
	grid-column: 1/2;
	grid-row: 4/9;
}

.p-page-learning-icon {
	position: relative;
}

.p-page-learning-icon::before,
.p-page-learning-icon::after {
	content: '';
	position: absolute;
	width: 90px;
	height: 78px;
	background-color: transparent;
	background-image: url(/recruit/img/education/ico_learning.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-page-learning-icon::before {
	top: 0;
	left: 0;
}

.p-page-learning-icon::after {
	right: 0;
	bottom: 0;
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.p-page-learning-wrap {
	position: relative;
}

.p-page-learning-wrap::before,
.p-page-learning-wrap::after {
	content: '';
	position: absolute;
	width: 90%;
	height: 15px;
	background-color: #ce0504;
}

.p-page-learning-wrap::before {
	top: 0;
	right: 0;
}

.p-page-learning-wrap::after {
	bottom: 0;
	left: 0;
}

.p-page-learning-content {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	gap: 60px;
}

.p-page-learning-content::before,
.p-page-learning-content::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 80%;
	background-color: #ce0504;
}

.p-page-learning-content::before {
	top: 0;
	right: 0;
}

.p-page-learning-content::after {
	bottom: 0;
	left: 0;
}

.p-page-learning-catch span {
	display: block;
	color: #ce0504;
	font-size: 9rem;
	font-weight: 900;
	line-height: 1.4666666667;
	text-align: center;
	letter-spacing: 0.056em;
}

.p-page-learning-body p {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5384615385;
	letter-spacing: 0.05em;
}

.p-page-learning .p-page-learning-list {
	display: flex;
	flex-direction: column;
	margin: 45px 0 0;
	gap: 10px;
}

.p-page-learning .p-page-learning-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.p-page-learning-decoration {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #ce0504;
}

.p-page-learning-decoration::after {
	content: '';
	position: absolute;
	right: -7px;
	height: 30px;
	background: #ce0504;
	aspect-ratio: 0.5;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-page-learning-decoration .num {
	color: #fff;
	font-size: 2.3rem;
	font-weight: 900;
}

.p-page-learning-text {
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.0333333333;
	letter-spacing: 0.05em;
}

/* -----------------------------------------------------
 * p-page-nationalqualifications
-------------------------------------------------- */

.p-page-nationalqualifications-wrap {
	padding: 120px 295px;
	background-color: #f5f5f5;
}

.p-page-nationalqualifications-wrap .c-heading {
	align-items: center;
}

.p-page-nationalqualifications-table {
	margin: 60px 0 0;
}

.p-page-nationalqualifications-table table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	min-width: 610px;
	border: 1px solid #707070;
}

.p-page-nationalqualifications-table table tbody tr:nth-child(3) td {
	background-color: #f8f8f8;
}

.p-page-nationalqualifications-table table tbody tr:nth-child(4) td {
	background-color: #fff;
}

.p-page-nationalqualifications-table table tbody tr:nth-child(5) td {
	background-color: #f8f8f8;
}

.p-page-nationalqualifications-table table tbody tr th,
.p-page-nationalqualifications-table table tbody tr td {
	height: 86px;
	padding: 10px;
	font-size: 2.4rem;
	text-align: center;
	vertical-align: middle;
}

.p-page-nationalqualifications-table table tbody tr th:not(:last-child),
.p-page-nationalqualifications-table table tbody tr td:not(:last-child) {
	border-right: 1px solid #fff;
}

.p-page-nationalqualifications-table table tbody tr th {
	background-color: #ce0504;
	color: #fff;
	font-weight: 500;
	line-height: 1.0833333333;
}

.p-page-nationalqualifications-table table tbody tr td {
	width: 304px;
	background-color: #fff;
	font-weight: 500;
}

/* -----------------------------------------------------
 * p-page-numbers
 * -------------------------------------------------- */

.p-page-numbers-head p {
	margin: 30px 0 0;
	letter-spacing: 0.05em;
}

.p-page-numbers-content {
	display: flex;
	flex-direction: column;
	margin: 60px 0 0;
	gap: 32px;
}

.p-page-numbers-grid:nth-of-type(1),
.p-page-numbers-grid:nth-of-type(3) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.p-page-numbers-item {
	padding: 20px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}

.p-page-numbers-item.item-01 .p-page-numbers-box::after {
	top: 20px;
	right: 10px;
	width: 118px;
	height: 114px;
	background-image: url(/recruit/img/numbers/fig_numbers_01.webp);
}

.p-page-numbers-item.item-03 .p-page-numbers-note {
	margin: 0 0 0 35px;
}

.p-page-numbers-item.item-04 {
	padding: 20px 20px 60px;
}

.p-page-numbers-item.item-04 .p-page-numbers-box::after {
	z-index: -1;
	top: 20px;
	right: 10px;
	width: 122px;
	height: 118px;
	background-image: url(/recruit/img/numbers/fig_numbers_04.webp);
}

.p-page-numbers-item.item-04 .p-page-numbers-wrap {
	justify-content: space-between;
	margin: 45px 0 0;
	padding: 0 40px;
}

.p-page-numbers-item.item-04 .p-page-numbers-body {
	position: relative;
}

.p-page-numbers-item.item-04 .p-page-numbers-body::after {
	content: '';
	position: absolute;
	top: 0;
	right: -1.7361111111vw;
	width: 1px;
	height: 100%;
	background-color: #bfbfbf;
}

.p-page-numbers-item.item-04 .p-page-numbers-body:last-of-type::after {
	display: none;
}

.p-page-numbers-item.item-04 .p-page-numbers-number {
	font-size: 10rem;
}

.p-page-numbers-item.item-05 .p-page-numbers-box::after {
	top: 20px;
	right: 0;
	width: 106px;
	height: 132px;
	background-image: url(/recruit/img/numbers/fig_numbers_05.webp);
}

.p-page-numbers-item.item-05 .p-page-numbers-number {
	font-size: 10rem;
}

.p-page-numbers-item.item-06 .p-page-numbers-box::after {
	top: 80px;
	right: 20px;
	width: 106px;
	height: 154px;
	background-image: url(/recruit/img/numbers/fig_numbers_06.webp);
}

.p-page-numbers-item.item-07 .p-page-numbers-box::after {
	top: 80px;
	right: 10px;
	width: 98px;
	height: 142px;
	background-image: url(/recruit/img/numbers/fig_numbers_07.webp);
}

.p-page-numbers-item.item-08 {
	padding: 20px 20px 60px;
}

.p-page-numbers-item.item-08 .p-page-numbers-box::after {
	top: 130px;
	left: 0;
	width: 132px;
	height: 126px;
	background-image: url(/recruit/img/numbers/fig_numbers_08.webp);
}

.p-page-numbers-item.item-08 .p-page-numbers-wrap {
	justify-content: center;
	margin: 20px 0 0 110px;
	gap: 80px;
}

.p-page-numbers-item.item-08 .p-page-numbers-body {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 282px;
	height: 200px;
	background-color: #ebebeb;
}

.p-page-numbers-item.item-08 .p-page-numbers-body::before,
.p-page-numbers-item.item-08 .p-page-numbers-body::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -3.4722222222vw;
	font-size: 5rem;
	font-weight: 700;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-page-numbers-item.item-08 .p-page-numbers-body:nth-of-type(1)::after {
	content: '+';
}

.p-page-numbers-item.item-08 .p-page-numbers-body:nth-of-type(2)::after {
	content: '=';
}

.p-page-numbers-item.item-08 .p-page-numbers-number {
	font-size: 10rem;
}

.p-page-numbers-item.item-08 .p-page-numbers-tiny {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-page-numbers-item.item-09 {
	padding: 20px 20px 60px;
}

.p-page-numbers-item.item-09 .p-page-numbers-box::after {
	top: 20px;
	right: 20px;
	width: 290px;
	height: 98px;
	background-image: url(/recruit/img/numbers/fig_numbers_09.webp);
}

.p-page-numbers-item.item-09 .p-page-numbers-wrap {
	justify-content: center;
	margin: 45px 0 0;
	gap: 140px;
}

.p-page-numbers-item.item-09 .p-page-numbers-body {
	position: relative;
}

.p-page-numbers-item.item-09 .p-page-numbers-body::after {
	content: '';
	position: absolute;
	top: 0;
	right: -4.8611111111vw;
	width: 1px;
	height: 100%;
	background-color: #bfbfbf;
}

.p-page-numbers-item.item-09 .p-page-numbers-body:last-of-type::after {
	display: none;
}

.p-page-numbers-item.item-09 .p-page-numbers-number {
	font-size: 10rem;
}

.p-page-numbers-item.item-10 {
	padding: 20px 20px 60px;
}

.p-page-numbers-item.item-10 .p-page-numbers-table {
	margin: 60px 0 0;
}

.p-page-numbers-item.item-10 .p-page-numbers-table table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	min-width: 610px;
	max-width: 610px;
	margin: 0 auto;
	border: 1px solid #707070;
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr:nth-child(3) td {
	background-color: #f8f8f8;
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr:nth-child(4) td {
	background-color: #fff;
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr:nth-child(5) td {
	background-color: #f8f8f8;
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr th,
.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr td {
	height: 86px;
	padding: 10px;
	font-size: 2.4rem;
	text-align: center;
	vertical-align: middle;
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr th:not(:last-child),
.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr td:not(:last-child) {
	border-right: 1px solid #fff;
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr th {
	background-color: #ce0504;
	color: #fff;
	font-weight: 500;
	line-height: 1.0833333333;
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr td {
	width: 304px;
	background-color: #fff;
	font-weight: 700;
}

.p-page-numbers-box {
	position: relative;
	z-index: 0;
	text-align: center;
}

.p-page-numbers-box::after {
	content: '';
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-page-numbers-title {
	position: relative;
	z-index: 1;
	text-align: left;
}

.p-page-numbers-title .en {
	color: #ce0504;
	font-size: 2rem;
	font-weight: 700;
}

.p-page-numbers-title .ja {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.0769230769;
	letter-spacing: 0.05em;
}

.p-page-numbers-text {
	position: relative;
	z-index: 1;
	margin: 30px 0 0;
	color: #ce0504;
	font-size: 7rem;
	font-weight: 900;
	line-height: 1.4428571429;
}

.p-page-numbers-sup {
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
}

.p-page-numbers-number {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: flex-end;
	margin: 10px 0 0;
	color: #ce0504;
	font-size: 12rem;
	font-weight: 700;
	line-height: 1;
}

.p-page-numbers-number .unit {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #000;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.5555555556;
}

.p-page-numbers-note {
	margin: 8px 0 0;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
	letter-spacing: -0.05em;
}

.p-page-numbers-wrap {
	display: flex;
}

.p-page-numbers-subtitle {
	position: relative;
	z-index: 1;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2307692308;
	letter-spacing: 0.05em;
}

/* -----------------------------------------------------
 * p-page-oneday
 * -------------------------------------------------- */

.p-page-oneday {
	padding: 115px 0 0;
	border-bottom: 1px solid #bfbfbf;
}

.p-page-oneday-content {
	display: grid;
	grid-template-columns: 170px 482px auto;
	grid-template-rows: repeat(4, auto);
}

.p-page-oneday-content .c-heading {
	grid-column: 1/2;
	grid-row: 1/5;
}

.p-page-oneday-lead {
	margin: 50px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-page-oneday-title-type {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 50px 0 0;
	grid-column: 3/4;
	grid-row: 1/2;
	gap: 0;
}

.p-page-oneday-title-type .en {
	color: #ce0504;
	font-size: 6.2rem;
	font-weight: 700;
	line-height: 1.3225806452;
}

.p-page-oneday-title-type .ja {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.1428571429;
}

.p-page-oneday-time-table {
	grid-column: 2/4;
	grid-row: 2/5;
}

.p-page-oneday-wrap {
	padding: 64px 0 96px;
}

.p-page-oneday-box {
	position: relative;
	padding: 0 0 0 20px;
}

.p-page-oneday-box:before {
	content: '';
	display: block;
	position: absolute;
	top: clamp(1px, 1.7361111111vw, 25px);
	bottom: 0;
	left: 7px;
	width: 1px;
	background-color: #aaa;
}

.p-page-oneday-item {
	display: grid;
	position: relative;
	grid-template-columns: 130px 43.5643564356% 1fr;
	gap: 40px;
}

.p-page-oneday-item:not(:last-child) {
	margin: 0 0 30px;
}

.p-page-oneday-item::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: clamp(1px, 1.3888888889vw, 20px);
	left: -20px;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #ce0504;
}

.p-page-oneday-item:last-of-type::after {
	content: '';
	display: block;
	position: absolute;
	top: clamp(1px, 2.5vw, 36px);
	bottom: 0;
	left: -13px;
	width: 3px;
	background-color: #fff;
}

.p-page-oneday-item .time {
	color: #ce0504;
	font-size: clamp(1px, 3.4722222222vw, 50px);
	font-weight: 700;
	line-height: 1;
	text-align: right;
}

.p-page-oneday-item .exp h4 {
	color: #ce0504;
	font-size: 2.2rem;
	font-weight: 700;
}

.p-page-oneday-item .exp p {
	margin: 0.5em 0 0;
	font-size: 1.6rem;
}

/* -----------------------------------------------------
 * p-page-personality
-------------------------------------------------- */

.p-page-personality {
	position: relative;
	z-index: 2;
	padding: 140px 0 0;
}

.p-page-personality-inner {
	width: 1260px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.p-page-personality-wrap {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.p-page-personality-head {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-page-personality-lead {
	margin: 50px 0 0;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.p-page-personality-content {
	max-width: 700px;
	margin: auto;
}

.p-page-personality-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 20px;
}

.p-page-personality-item {
	max-width: 340px;
	border: 1px solid #000;
}

.p-page-personality-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	min-height: 210px;
	padding: 24px 0;
	background-color: #fff;
	text-align: center;
}

.p-page-personality-title .no {
	font-size: 5.8rem;
	font-weight: 700;
	line-height: 1;
}

.p-page-personality-title h3 {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.619047619;
	text-align: center;
}

.p-page-personality-exp {
	width: 100%;
	color: #fff;
	line-height: 1.625;
	text-align: center;
}

.p-page-personality-exp-text {
	display: flex;
	position: relative;
	z-index: 0;
	justify-content: center;
	align-items: center;
	min-height: 210px;
	padding: 24px 30px;
	background-color: #000;
}

/* -----------------------------------------------------
 * p-page-philosophy
 * -------------------------------------------------- */

.p-page-philosophy {
	margin: 0 0 60px;
}

.p-page-philosophy-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 7rem 0 0;
	gap: 0 4rem;
}

.p-page-philosophy-img {
	max-width: 80rem;
	padding: 0 47px 0 0;
}

.p-page-philosophy-img picture {
	display: block;
}

.p-page-philosophy-img source,
.p-page-philosophy-img img {
	width: 100%;
	height: auto;
}

.p-page-philosophy-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 30rem;
	gap: 45px 0;
}

.p-page-philosophy-column {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-page-philosophy-column .strong {
	color: #ce0504;
}

.p-page-philosophy-philosophy {
	overflow: visible;
	margin: 120px 0;
}

/* -----------------------------------------------------
 * p-page-process
 * -------------------------------------------------- */

.p-page-process-content {
	display: flex;
	position: relative;
	padding: 80px;
	background-color: #f5f5f5;
	gap: 160px;
}

.p-page-process-content::after {
	content: 'process';
	position: absolute;
	bottom: -31px;
	left: -15px;
	color: #fff;
	font-size: 19.7rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.p-page-process-head {
	position: relative;
	z-index: 1;
}

.p-page-process-head p {
	margin: 32px 0 0;
	letter-spacing: 0.05em;
}

.p-page-process-flow {
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: column;
	gap: 40px;
}

.p-page-process-flow::before {
	content: '';
	display: block;
	position: absolute;
	top: 60px;
	bottom: 50px;
	left: 135px;
	width: 2px;
	background-color: #aaa;
}

.p-page-process-item {
	display: flex;
	position: relative;
	align-items: center;
	gap: 76px;
}

.p-page-process-item::before {
	content: '';
	position: absolute;
	top: 45px;
	left: 126px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #ce0504;
}

.p-page-process-item .step {
	font-size: 3rem;
	font-weight: 700;
}

.p-page-process-item .step span {
	font-size: 5rem;
}

.p-page-process-item h3 {
	color: #ce0504;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* -----------------------------------------------------
 * p-page-program
-------------------------------------------------- */

.p-page-program .c-heading {
	align-items: center;
}

.p-page-program-text {
	margin: 30px 0 0;
	font-size: 1.8rem;
	line-height: 2.1111111111;
	text-align: center;
}

.p-page-program-list {
	display: grid;
	margin: 60px 0 0;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.p-page-program-item {
	border: 1px solid #707070;
	background-color: #f5f5f5;
}

.p-page-program-item .title {
	padding: 20px 0 16px;
	background-color: #ce0504;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
}

.p-page-program-item .title span {
	display: block;
	margin: 8px 0 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6666666667;
	text-align: center;
}

.p-page-program-body {
	padding: 40px 56px;
}

.p-page-program-body figure img {
	display: block;
	width: 248px;
	margin: 0 auto;
}

.p-page-program-body .text {
	margin: 32px 0 0;
	line-height: 1.875;
	text-align: left;
}

/* -----------------------------------------------------
 * p-page-recruit
 * -------------------------------------------------- */

.p-page-recruit {
	margin: 60px 0 0;
	background-color: #f5f5f5;
}

.p-page-recruit .p-page-recruit-inner {
	padding: 0 30px 120px;
}

.p-page-recruit-content {
	position: relative;
	z-index: 1;
	margin: -140px 0 0;
	padding: 80px 80px 130px;
	background-color: #fff;
}

.p-page-recruit-title {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.p-page-recruit-title .en {
	color: #ce0504;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4166666667;
	text-transform: uppercase;
}

.p-page-recruit-title .ja {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.325;
	letter-spacing: 0.05em;
}

.p-page-recruit-table {
	margin: 40px 0 0;
}

.p-page-recruit-table table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.p-page-recruit-table table tbody tr th,
.p-page-recruit-table table tbody tr td {
	border: 1px solid #fff;
	font-size: 1.8rem;
	vertical-align: middle;
}

.p-page-recruit-table table tbody tr th {
	width: 290px;
	padding: 21px 24px;
	border-left: none;
	background-color: #ce0504;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.p-page-recruit-table table tbody tr td {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 80px;
	padding: 24px 40px;
	border-right: none;
	background-color: #f5f5f5;
	font-weight: 500;
	line-height: 1.625;
	text-align-last: left;
	gap: 8px;
}

.p-page-recruit-table table tbody tr td ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-page-recruit-table table tbody tr td ul li {
	position: relative;
	padding: 0 0 0 16px;
}

.p-page-recruit-table table tbody tr td ul li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
}

.p-page-recruit-table table tbody tr td a[href^='tel:'] {
	pointer-events: none;
}

.p-page-recruit-btn {
	display: flex;
	position: relative;
	z-index: 2;
	justify-content: center;
	margin: -70px 0 0;
}

.p-page-recruit-text {
	display: flex;
	justify-content: center;
	margin: 140px 0 0;
	font-size: 1.8rem;
	line-height: 2.3333333333;
	text-align: center;
}

/* -----------------------------------------------------
 * p-page-simplicity-header
-------------------------------------------------- */

.p-page-simplicity-header {
	margin: 160px 0 0;
}

.p-page-simplicity-header-wrap {
	display: flex;
	position: relative;
	align-items: flex-end;
	gap: 20px;
}

.p-page-simplicity-header-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.p-page-simplicity-header-title .en {
	display: inline-block;
	color: #ce0504;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	text-transform: uppercase;
}

.p-page-simplicity-header-title .ja {
	display: inline-block;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.05em;
}

.p-page-simplicity-header-type-ja {
	position: relative;
	z-index: 1;
	color: #ce0504;
	font-size: 1.8rem;
	font-weight: 500;
}

.p-page-simplicity-header-type-en {
	position: absolute;
	top: 0;
	right: 0;
	color: #ebebeb;
	font-size: 16.7rem;
	font-weight: 700;
	line-height: 1;
}

.p-page-simplicity-header p {
	margin: 30px 0 0;
}

/* -----------------------------------------------------
 * p-page-skill
-------------------------------------------------- */

.p-page-skill-table table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	min-width: 1200px;
}

.p-page-skill-table table tbody tr:first-child td {
	height: 35px;
	border-bottom: none;
	background-color: #ebebeb;
	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	aspect-ratio: 2;
}

.p-page-skill-table table tbody tr:first-child .null {
	height: 35px;
	background-color: transparent;
}

.p-page-skill-table table tbody tr:nth-child(2) td {
	border-top: none;
}

.p-page-skill-table table tbody tr:nth-child(2) .position {
	background-color: #000;
}

.p-page-skill-table table tbody tr:nth-child(3) td {
	background-color: rgba(235, 235, 235, 0.8);
}

.p-page-skill-table table tbody tr:nth-child(3) .position {
	background-color: rgba(0, 0, 0, 0.8);
}

.p-page-skill-table table tbody tr:nth-child(4) td {
	background-color: rgba(235, 235, 235, 0.6);
}

.p-page-skill-table table tbody tr:nth-child(4) .position {
	background-color: rgba(0, 0, 0, 0.6);
}

.p-page-skill-table table tbody tr:nth-child(5) td {
	background-color: rgba(235, 235, 235, 0.4);
}

.p-page-skill-table table tbody tr:nth-child(5) .position {
	background-color: rgba(0, 0, 0, 0.4);
}

.p-page-skill-table table tbody tr th,
.p-page-skill-table table tbody tr td {
	height: 96px;
	padding: 10px;
	border: 1px solid #fff;
	font-size: 2rem;
	text-align: center;
	vertical-align: middle;
}

.p-page-skill-table table tbody tr th {
	font-weight: 700;
}

.p-page-skill-table table tbody tr td {
	width: 340px;
	background-color: #ebebeb;
	font-weight: 500;
}

.p-page-skill-table table tbody tr .position {
	width: 170px;
	min-width: 170px;
	max-width: 170px;
	color: #fff;
}

.p-page-skill-table table tbody tr .type {
	background-color: #ce0504;
	color: #fff;
}

.p-page-skill-table table tbody tr .null {
	background-color: transparent;
}

/* -----------------------------------------------------
 * p-page-thanks
-------------------------------------------------- */

.p-page-thanks {
	margin: 30px 0 0;
	padding: 0 0 140px;
}

.p-page-thanks-flow {
	margin: 100px 0 0;
}

.p-page-thanks-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80.8333333333%;
	max-width: 100%;
	padding: 60px 0 130px;
	background-color: #f5f5f5;
	gap: 32px;
	margin-inline: auto;
}

.p-page-thanks-content p {
	font-size: 1.8rem;
	text-align: center;
}

.p-page-thanks-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.p-page-thanks-heading span {
	color: #ce0504;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.p-page-thanks-heading h3 {
	margin: 20px 0 0;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-page-thanks-btn {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
	margin: -70px 0 0;
}

/* -----------------------------------------------------
 * p-page-trainingprogram
-------------------------------------------------- */

.p-page-trainingprogram {
	margin: 0 0 140px;
}

/* -----------------------------------------------------
 * p-page-works
 * -------------------------------------------------- */

.p-page-works-tab {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 4px;
}

.p-page-works-tab li {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 397px;
	height: 64px;
	padding: 4px 0 0;
	border-radius: 16px 16px 0 0;
	background-color: #a7a7a7;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
	transition: background-color 0.3s ease, height 0.3s ease;
}

.p-page-works-tab li:hover {
	background-color: #ce0504;
}

.p-page-works-tab li.is-active {
	height: 76px;
	background-color: #ce0504;
	font-size: 2rem;
	font-weight: 700;
}

.p-page-works-contents {
	display: none;
	border-top: 4px solid #ce0504;
}

.p-page-works-contents.is-active {
	display: block;
}

.p-page-works-head {
	padding: 96px 0;
	background-color: #f5f5f5;
}

.p-page-works-heading {
	display: flex;
	align-items: flex-end;
	padding: 0 0 56px;
	border-bottom: 1px solid #bfbfbf;
	gap: 2rem;
}

.p-page-works-type {
	color: #ce0504;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.75;
	line-height: 1;
}

.p-page-works-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0 0;
}

.p-page-works-body {
	display: flex;
	flex: 0 0 43.3333333333%;
	flex-direction: column;
	gap: 60px;
}

.p-page-works-lead {
	font-size: 6.4rem;
	font-weight: 900;
	line-height: 1.5;
}

.p-page-works-btn .c-ut-btn {
	width: 236px;
	height: 56px;
	background-color: #000;
}

.p-page-works-btn .c-ut-btn:hover {
	background-color: #ce0504;
}

.p-page-works-btn .c-ut-btn span {
	-webkit-transform: translateY(-25%) rotate(135deg);
	transform: translateY(-25%) rotate(135deg);
}

.p-page-works-img {
	display: flex;
	flex: 0 0 50%;
	gap: 24px;
}

.p-page-works-img span {
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: underline;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-decoration-color: #ce0504;
	text-decoration-color: #ce0504;
}

/* -----------------------------------------------------
 * p-tab-numbers
 * -------------------------------------------------- */

.p-tab-numbers-heading {
	position: relative;
	z-index: 2;
	gap: 40px;
}

.p-tab-numbers-heading .ja {
	margin: 0 !important;
}

.p-tab-numbers-content {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 0 0 auto;
}

.p-tab-numbers-content .c-heading {
	position: relative;
	z-index: 2;
}

.p-tab-numbers-tab-menu {
	position: relative;
	z-index: 2;
	margin: 80px 0 0;
}

.p-tab-numbers-tab-menu p {
	font-weight: 500;
	letter-spacing: 0.075em;
}

.p-tab-numbers-tab-menu-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-tab-numbers-tab-menu-item .c-ut-btn {
	width: 220px;
	height: 56px;
	background-color: #000;
	transition: all 0.2s ease-in-out;
}

.p-tab-numbers-tab-menu-item .c-ut-btn.is-active {
	background-color: #ce0504;
}

.p-tab-numbers-tab-menu-item .c-ut-btn:hover {
	background-color: #ce0504;
}

.p-tab-numbers-tab-menu-btn {
	margin: 74px 0 0;
}

.p-tab-numbers-tab-menu-btn a {
	display: inline-flex;
	position: relative;
	align-items: center;
	padding: 0 0 10px;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	gap: 40px;
}

.p-tab-numbers-tab-menu-btn a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.p-tab-numbers-tab-menu-btn a .c-arrow {
	width: 32px;
	height: 32px;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}

.p-tab-numbers-tab-menu-btn a .c-arrow::before {
	width: 0.3em;
	height: 0.3em;
}

.p-tab-numbers-tab-menu-btn a:focus .c-arrow,
.p-tab-numbers-tab-menu-btn a:hover .c-arrow {
	border-color: #ce0504;
	background-color: #ce0504;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-tab-numbers-tab-menu-btn a:focus .c-arrow::before,
.p-tab-numbers-tab-menu-btn a:hover .c-arrow::before {
	color: #fff;
}

.p-tab-numbers-tab-contents {
	z-index: 1;
}

.p-tab-numbers-tab-contents-item {
	display: none;
}

.p-tab-numbers-tab-contents-item.is-show {
	display: block;
}

.p-tab-numbers-tab-contents-item:nth-of-type(1) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
	top: 50%;
	right: -80px;
	width: 136px;
	height: 168px;
	background-image: url(/recruit/img/numbers/fig_numbers_05.webp);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-tab-numbers-tab-contents-item:nth-of-type(2) .p-tab-numbers-tab-contents-number,
.p-tab-numbers-tab-contents-item:nth-of-type(3) .p-tab-numbers-tab-contents-number {
	text-align: right;
}

.p-tab-numbers-tab-contents-item:nth-of-type(2) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
	bottom: -40px;
	left: 40px;
	width: 113px;
	height: 162px;
	background-image: url(/recruit/img/numbers/fig_numbers_06.webp);
}

.p-tab-numbers-tab-contents-item:nth-of-type(3) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
	bottom: -10px;
	left: 40px;
	width: 120px;
	height: 142px;
	background-image: url(/recruit/img/numbers/fig_numbers_07.webp);
}

.p-tab-numbers-tab-contents-item:nth-of-type(4) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
	top: 0;
	right: -80px;
	width: 148px;
	height: 144px;
	background-image: url(/recruit/img/numbers/fig_numbers_01.webp);
}

.p-tab-numbers-tab-contents-group {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 574px;
	height: 574px;
	margin: -100px 0 0;
	border-radius: 50%;
	background-color: #fff;
}

.p-tab-numbers-tab-contents-group::before,
.p-tab-numbers-tab-contents-group::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	transition: width 1s ease, height 1s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-tab-numbers-tab-contents-group::before {
	z-index: -1;
	background-color: #f5f5f5;
}

.p-tab-numbers-tab-contents-group::after {
	z-index: -2;
	background-color: #ebebeb;
}

.p-tab-numbers-tab-contents-group.is-visible::before {
	width: 1084px;
	height: 1084px;
}

.p-tab-numbers-tab-contents-group.is-visible::after {
	width: 1616px;
	height: 1616px;
}

.p-tab-numbers-tab-contents-box {
	position: relative;
	z-index: 0;
}

.p-tab-numbers-tab-contents-box::after {
	content: '';
	position: absolute;
	z-index: -1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.p-tab-numbers-tab-contents-title {
	position: relative;
	z-index: 1;
}

.p-tab-numbers-tab-contents-title .en {
	color: #ce0504;
	font-size: 2rem;
	font-weight: 700;
}

.p-tab-numbers-tab-contents-title .ja {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.0769230769;
	letter-spacing: 0.05em;
}

.p-tab-numbers-tab-contents-note {
	margin: 10px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.0769230769;
	letter-spacing: 0.05em;
}

.p-tab-numbers-tab-contents-number {
	position: relative;
	z-index: 1;
	color: #ce0504;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 7.6388888889vw;
	font-weight: 700;
	line-height: 1.3181818182;
	letter-spacing: -0.1em;
}

.p-tab-numbers-tab-contents-number .unit {
	color: #000;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-size: 2.5vw;
	font-weight: 900;
	line-height: 1.5555555556;
	letter-spacing: 0;
}

.p-tab-numbers-tab-contents-sup {
	position: relative;
	z-index: 1;
	width: 264px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
}

.p-tab-numbers-tab-contents-text {
	position: relative;
	z-index: 1;
	margin: 40px 0 0;
	color: #ce0504;
	font-size: 4.8611111111vw;
	font-weight: 900;
	line-height: 1.4428571429;
	text-indent: 0.5em;
}

/* -----------------------------------------------------
 * p-topmessage
 * -------------------------------------------------- */

.p-topmessage {
	scroll-margin-top: 110px;
}

.p-topmessage-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6rem;
}

.p-topmessage-title {
	color: #ce0504;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.p-topmessage-title.page {
	margin: 0 0 60px 8.3333333333vw;
}

.p-topmessage-title.home {
	margin: 0 0 16px 0;
}

.p-topmessage-img {
	max-width: 60rem;
}

.p-topmessage-img picture img {
	display: block;
}

.p-topmessage-body {
	flex: 0 0 40%;
}

.p-topmessage-lead {
	display: block;
	margin: 0 0 60px;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.5;
}

.p-topmessage-text {
	margin: 80px 0 0;
}

.p-topmessage-text p {
	display: flex;
	flex-direction: column;
	letter-spacing: 0.05em;
	gap: 30px;
}

.p-topmessage-text p span {
	display: inline-block;
}

.p-topmessage-text .name {
	margin: 40px 0 0;
	text-align: right;
}

.p-topmessage-wrap.-page .p-topmessage-head {
	flex: 0 0 41.6666666667vw;
	margin: 0 0 0 calc(50% - 50vw);
}

.p-topmessage-wrap.-page .p-topmessage-body {
	flex: 0 0 50%;
}

/* =====================================================
 * Layout
 * ================================================== */

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

.l-footer {
	width: 100%;
	padding: 110px 0 0 0;
	background-color: #000;
	color: #fff;
}

.l-footer-inner {
	display: flex;
	justify-content: space-between;
}

.l-footer-info {
	display: flex;
	flex-direction: column;
	gap: 55px;
}

.l-footer-info .logo-hc {
	display: block;
}

.l-footer-info .logo-hc a {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 0;
	padding: 42px 0 0;
	background-color: transparent;
	background-image: url(/recruit/img/common/logo_footer.webp);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	white-space: nowrap;
	transition: opacity 0.2s ease-in-out;
}

.l-footer-info .logo-hc a:hover {
	opacity: 0.7;
}

.l-footer-info .follow-us {
	color: #777;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.l-footer-info .follow-us ul {
	display: flex;
	margin: 16px 0 0;
	gap: 24px;
}

.l-footer-info .follow-us ul li {
	display: block;
}

.l-footer-info .follow-us ul li a {
	display: block;
	overflow: hidden;
	width: 32px;
	height: 0;
	padding: 32px 0 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: contain;
	white-space: nowrap;
	transition: opacity 0.2s ease-in-out;
}

.l-footer-info .follow-us ul li a:hover {
	opacity: 0.7;
}

.l-footer-info .follow-us ul li:nth-of-type(1) a {
	background-image: url(/recruit/img/common/ico_instagram.webp);
}

.l-footer-info .follow-us ul li:nth-of-type(2) a {
	background-image: url(/recruit/img/common/ico_youtube.webp);
}

.l-footer-info .follow-us ul li:nth-of-type(3) a {
	background-image: url(/recruit/img/common/ico_tiktok.webp);
}

.l-footer-nav a {
	color: #fff;
	transition: color 0.3s ease-in-out;
}

.l-footer-nav a:hover {
	color: #ce0504;
}

.l-footer-upper,
.l-footer-lower {
	margin: 0 0 70px;
}

.l-footer-upper .c-fnav,
.l-footer-lower .c-fnav {
	display: flex;
}

.l-footer-upper .c-fnav-item:first-child,
.l-footer-lower .c-fnav-item:first-child {
	flex: none;
	width: clamp(260px, 23.9583333333vw, 345px);
}

.l-footer-upper .c-fnav-item > a,
.l-footer-lower .c-fnav-item > a {
	display: block;
	margin: 0 0 16px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	transition: color 0.3s ease-in-out;
}

.l-footer-upper .c-fnav-item > a:hover,
.l-footer-lower .c-fnav-item > a:hover {
	color: #ce0504;
}

.l-footer-upper .sub,
.l-footer-lower .sub {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}

.l-footer-upper .sub li,
.l-footer-lower .sub li {
	margin: 1rem 0 0;
	line-height: 1.45;
}

.l-footer-upper .sub li a,
.l-footer-lower .sub li a {
	font-size: clamp(13px, 0.15rem, 15px);
}

.l-footer-upper .sub li:last-child,
.l-footer-lower .sub li:last-child {
	margin-bottom: 0;
}

.l-footer-copyright {
	padding: 120px 0 30px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

/* -----------------------------------------------------
 * header
 * -------------------------------------------------- */

.l-header {
	position: fixed;
	z-index: 20;
	top: 0;
	width: 100%;
	height: 92px;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}

.l-header-inner {
	width: 100%;
	max-width: 100%;
	padding-inline: 15px;
	margin-inline: auto;
}

.l-header-inner .c-btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	border-radius: 26.6666666667vw;
	background-color: #ce0504;
	color: #fff;
	font-family: 'Roboto', 'Noto Sans JP', serif;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	transition: background-color 0.2s ease-in-out;
}

.l-header-inner .c-btn a:hover {
	background-color: #000;
}

.l-header-inner .c-btn a .body {
	display: block;
}

.l-header-inner .c-btn a .arrow {
	display: inline-block;
	box-sizing: border-box;
	width: 0.5em;
	height: 0.5em;
	border: 1px solid currentColor;
	border-bottom: 0;
	border-left: 0;
	color: #fff;
	vertical-align: middle;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

/* -----------------------------------------------------
 * layout
 * -------------------------------------------------- */

body {
	display: flex;
	flex-direction: column;
}

.l-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.l-main {
	overflow: hidden;
	flex-grow: 1;
	min-width: 320px;
	background-color: #fff;
}

.l-section {
	margin: 140px 0;
}

.l-section-inner {
	width: 1260px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

/* =====================================================
 * Page
 * ================================================== */

/* -----------------------------------------------------
 * home
 * -------------------------------------------------- */

@media screen and (min-width: 768px) {
	.c-tagline {
		position: absolute;
		bottom: 0;
	}

	.p-home-introduction-body {
		position: relative;
		width: 50vw;
		height: 62.5vw;
		padding: 80px 24px 0 120px;
	}

	.p-home-introduction-img {
		display: flex;
		top: 0;
		right: 0;
		justify-content: center;
		width: 50vw;
		height: 62.5vw;
		transition: opacity 0.8s ease-in-out;
	}

	.p-home-kv {
		display: flex;
		width: 100vw;
		height: 100vh;
	}

	.p-home-kv-main {
		display: flex;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		height: 100vh;
		opacity: 0;
		transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
		transition: opacity 0.5s ease, transform 0.5s ease;
		transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: none;
		pointer-events: auto;
	}

	.p-home-kv-main.is-fading {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		pointer-events: none;
	}

	.p-home-kv-main.is-unfixed {
		position: static;
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}

	.p-home-kv-main.is-visible {
		opacity: 1;
		transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
		transition: opacity 0.5s ease, transform 0.5s ease;
		transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		pointer-events: auto;
	}
}

@media screen and (min-width: 1280px) {
	.u-hide-pc {
		display: none !important;
	}

	.u-show-pc {
		display: block !important;
	}

	.u-show-br-pc {
		display: inline-block !important;
	}

	.p-home-introduction {
		display: flex;
		width: 100vw;
		height: 62.5vw;
	}

	.p-home-jobtype-content {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 130px;
	}
}

@media (min-width: 1600px) {
	.p-interview-slider.swiper {
		padding-left: max(8.3333333333vw, 0px);
	}

	.p-interview-head {
		padding-left: max(22.2222222222vw, 0px);
	}
}

@media screen and (max-width: 1350px) {
	.p-header-menu ul li:not(.btn) {
		display: none;
	}

	.p-header-menu ul {
		padding: 0;
	}
}

@media screen and (max-width: 1279px) {
	.c-heading.sp-row {
		align-items: flex-start;
		gap: clamp(8px, 0.2rem, 20px);
	}

	.c-heading.sp-row .ja {
		margin: 0;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}

	.p-cta-education-type h3 {
		font-size: clamp(26px, 0.4rem, 40px);
	}

	.p-home-introduction-body p {
		margin: clamp(28px, 0.5rem, 50px) 0 0;
		font-size: clamp(13px, 0.18rem, 18px);
		gap: clamp(20px, 0.3rem, 30px);
	}

	.p-home-jobtype {
		margin: 72px 0 0;
	}

	.p-home-jobtype-inner {
		padding-inline: 30px;
	}

	.p-home-jobtype-head p {
		flex: 0 0 80.6349206349%;
		margin: 20px 0 0;
		font-size: clamp(13px, 0.16rem, 16px);
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}

	.p-home-kv-title .ja span {
		font-size: clamp(60px, 0.9rem, 90px);
	}

	.p-home-kv-title .ja span:after {
		bottom: 10px;
		height: 18px;
	}

	.p-home-kv-title .en span {
		font-size: 2rem;
	}

	.p-jobtype {
		margin: 25px 0 0;
	}

	.p-jobtype-list {
		gap: clamp(2px, 1.6rem, 16px);
	}

	.p-page-benefits {
		padding: clamp(80px, 1.2rem, 120px) 0;
	}

	.p-page-crosstalk-detail-faq {
		margin: clamp(50px, 0.8rem, 80px) 0 0;
		gap: clamp(30px, 0.8rem, 80px);
	}

	.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box {
		justify-content: center;
		padding: 0;
		gap: 20px;
	}

	.p-page-internship-content {
		padding: clamp(40px, 1.6rem, 160px) 0 clamp(50px, 1.4rem, 140px);
	}

	.p-page-interview-header-profile {
		margin: clamp(40px, 0.64rem, 64px) 0 0;
	}

	.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-body {
		gap: clamp(30px, 0.64rem, 64px);
	}

	.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-body {
		gap: clamp(30px, 0.64rem, 64px);
	}

	.p-page-interview-chapter.chapter-03 .p-page-interview-chapter-content {
		gap: clamp(30px, 0.64rem, 64px);
	}

	.p-page-interview-chapter.chapter-03 .p-page-interview-chapter-content .p-page-interview-chapter-body {
		gap: clamp(30px, 0.64rem, 64px);
	}

	.p-page-jobtype::after {
		display: none;
	}

	.p-page-jobtype-content {
		flex-direction: column;
		gap: 0;
	}

	.p-page-jobtype-content .c-heading {
		flex: 0 0 100%;
	}

	.p-page-numbers-item.item-10 .p-page-numbers-table {
		margin: clamp(45px, 0.6rem, 60px) 0 0;
	}

	.p-page-oneday {
		padding: clamp(48px, 1.15rem, 115px) 0 0;
	}

	.p-page-oneday-content {
		grid-template-columns: 1fr;
	}

	.p-page-oneday-content .c-heading {
		align-items: flex-start;
		grid-row: 1/2;
	}

	.p-page-oneday-content .c-heading h2 {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}

	.p-page-oneday-lead {
		margin: clamp(20px, 0.5rem, 50px) 0 0;
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-page-oneday-title-type {
		margin: clamp(40px, 0.5rem, 50px) 0 0;
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-page-oneday-time-table {
		grid-column: 1/2;
		grid-row: 4/5;
	}

	.p-page-oneday-wrap {
		padding: 0 0 clamp(48px, 0.96rem, 96px) 0;
	}

	.p-page-oneday-item .time {
		font-size: 36px;
		text-align: left;
	}

	.p-page-personality-inner {
		width: 100%;
	}

	.p-page-personality-wrap {
		flex-direction: column;
	}

	.p-page-philosophy-img {
		padding: 0;
	}

	.p-page-philosophy-column {
		font-size: 2.4rem;
	}

	.p-page-process-item .step {
		font-size: clamp(18px, 0.3rem, 30px);
	}

	.p-page-process-item h3 {
		font-size: clamp(24px, 0.34rem, 34px);
	}

	.p-page-program-body {
		padding: clamp(15px, 0.4rem, 40px) clamp(15px, 0.56rem, 56px);
	}

	.p-page-recruit-text {
		margin: clamp(80px, 1.4rem, 140px) 0 0;
		padding: 0 30px;
		font-size: clamp(13px, 0.18rem, 18px);
		text-align: left;
	}

	.p-page-thanks-flow {
		margin: clamp(40px, 1rem, 100px) 0 0;
	}

	.p-page-works-tab {
		padding: 0 30px;
		gap: 0 3px;
	}

	.p-page-works-head {
		padding: clamp(48px, 0.96rem, 96px) 0;
	}

	.p-page-works-body {
		gap: clamp(24px, 0.6rem, 60px);
	}

	.p-page-works-lead {
		font-size: clamp(28px, 0.64rem, 64px);
	}

	.p-tab-numbers-content {
		max-width: 800px;
		margin: 0 auto;
	}

	.p-topmessage-text {
		margin: clamp(30px, 0.8rem, 80px) 0 0;
	}

	.p-topmessage-text .name {
		margin: clamp(30px, 0.4rem, 40px) 0 0;
	}

	.p-topmessage-wrap.-page .p-topmessage-head {
		margin: 0 auto;
	}

	.p-topmessage-wrap.-page {
		flex-direction: column;
	}

	.l-section {
		margin: clamp(80px, 1.4rem, 140px) 0;
	}

	.l-section-inner {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	p {
		font-size: clamp(13px, 0.16rem, 16px);
	}

	.u-hide-sp {
		display: none !important;
	}

	.u-show-sp {
		display: block !important;
	}

	.u-show-br-sp {
		display: inline-block !important;
	}

	.u-skew-inner {
		padding: clamp(24px, 0.32rem, 32px);
	}

	.c-arrow {
		width: 38px;
		height: 38px;
	}

	.c-crosstalk-number {
		top: -15px;
		left: -15px;
	}

	.c-crosstalk-number .symbol {
		font-size: 2.6666666667vw;
	}

	.c-crosstalk-number .number {
		font-size: 6.4vw;
	}

	.c-crosstalk-case {
		top: -2.6666666667vw;
		padding: 8px 5px 8px 2px;
	}

	.c-crosstalk-case.detail {
		right: 10px;
	}

	.c-crosstalk-case span {
		font-size: 3.2vw;
	}

	.c-crosstalk-case .cross {
		font-size: 5.3333333333vw;
	}

	.c-heading {
		align-items: flex-start;
	}

	.c-heading .en {
		font-size: clamp(14px, 0.24rem, 24px);
	}

	.c-heading .ja {
		margin: clamp(20px, 0.2rem, 20px) 10px 0 0;
		font-size: clamp(28px, 0.4rem, 40px);
	}

	.c-heading.row .ja span {
		font-size: clamp(18px, 0.3rem, 30px);
	}

	.c-heading.large {
		position: absolute;
		top: 4px;
		right: 5%;
		align-items: center;
		margin: 0;
	}

	.c-heading.large .ja {
		font-size: clamp(42px, 0.4rem, 40px);
		line-height: 1;
	}

	.c-link-text {
		font-size: clamp(16px, 0.24rem, 24px);
	}

	.c-page-nav ul {
		flex-direction: column;
		gap: clamp(13px, 0.3rem, 30px);
	}

	.c-page-nav ul li a .c-arrow {
		width: 40px;
		height: 40px;
	}

	.c-recruit-entry-btn {
		width: 100%;
		max-width: 315px;
		height: clamp(70px, 1.42rem, 142px);
		font-size: clamp(16px, 0.24rem, 24px);
	}

	.c-recruit-entry-btn .ja {
		font-size: clamp(12px, 0.24rem, 24px);
	}

	.c-recruit-entry-btn .en {
		font-size: clamp(20px, 0.28rem, 28px);
	}

	.c-recruit-entry-btn.back {
		width: 90%;
	}

	.c-tagline {
		margin: 20px 0 0;
	}

	.c-tagline ul li {
		width: clamp(1000px, 17rem, 1700px);
		font-size: clamp(105px, 1.75rem, 175px);
	}

	.c-ut-btn.entry {
		width: 100%;
		height: 4rem;
		background-color: #ce0504;
	}

	.p-crosstalk .l-section-inner {
		padding: 30px 30px 0;
	}

	.p-crosstalk-list {
		margin: clamp(32px, 0.56rem, 56px) 0 0;
		gap: clamp(16px, 0.24rem, 24px);
	}

	.p-crosstalk-item {
		gap: 5px;
	}

	.p-crosstalk-item a {
		display: inline-block;
		display: grid;
		padding: clamp(8px, 0.1rem, 10px) clamp(8px, 0.1rem, 10px) clamp(10px, 1.2rem, 12px);
		border-radius: 15px;
		grid-template-columns: 1fr;
	}

	.p-crosstalk-catch {
		font-size: clamp(13px, 0.2rem, 20px);
	}

	.p-crosstalk-head {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-crosstalk-head span {
		font-size: clamp(13px, 0.2rem, 20px);
	}

	.p-crosstalk-head .title {
		font-size: clamp(16px, 0.28rem, 28px);
	}

	.p-crosstalk-bg {
		width: 100%;
		height: 34.1333333333vw;
		border-radius: 7px 7px 0 0;
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-crosstalk-bg::before {
		border-radius: 0 15px 15px 0;
	}

	.p-crosstalk-arrow {
		bottom: clamp(20px, 0.3rem, 30px);
	}

	.p-cta-education {
		margin: 680px 0 clamp(60px, 1.4rem, 140px);
	}

	.p-cta-education-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 28px;
	}

	.p-cta-education-inner p {
		font-size: clamp(13px, 0.16rem, 16px);
		letter-spacing: 0.05em;
	}

	.p-cta-education-list {
		flex-direction: column;
		margin: clamp(28px, 0.75rem, 75px) 0 0;
	}

	.p-cta-education-item {
		width: 100%;
	}

	.p-cta-education-item:first-child .p-cta-education-type {
		padding: clamp(12px, 0.24rem, 24px) clamp(15px, 0.4rem, 40px);
	}

	.p-cta-education-type {
		padding: clamp(12px, 0.24rem, 24px) clamp(15px, 0.4rem, 40px);
	}

	.p-cta-education-arrow .c-arrow {
		width: 50px;
		height: 50px;
	}

	.p-cta-education-bg {
		height: 48vw;
	}

	.p-cta {
		padding: clamp(116px, 17.4rem, 174px) 0 0;
	}

	.p-cta::after {
		top: clamp(6px, 3rem, 30px);
		height: clamp(116px, 14.2rem, 142px);
		background-image: url(/recruit/img/common/txt_catchcopy_sp.webp);
	}

	.p-cta-list {
		flex-direction: column;
	}

	.p-cta-item {
		width: 100%;
		border-right: none;
	}

	.p-cta-item:first-child a {
		justify-content: flex-start;
	}

	.p-cta-item:first-child a .p-cta-arrow {
		right: 10%;
		left: auto;
		transition: right 0.2s ease-in-out;
	}

	.p-cta-item:first-child a:focus .p-cta-arrow,
  .p-cta-item:first-child a:hover .p-cta-arrow {
		right: 8%;
	}

	.p-cta-item a {
		height: clamp(260px, 3.3rem, 330px);
		padding: clamp(10px, 0.48rem, 48px) clamp(30px, 0.6rem, 60px);
	}

	.p-cta-arrow .c-arrow {
		width: 50px;
		height: 50px;
	}

	.p-header {
		padding: 13px 0 0;
	}

	.p-header .logo a {
		width: 156px;
		padding: 36px 0 0;
		background-image: url(/recruit/img/common/logo_header_sp.webp);
	}

	.p-header-menu ul {
		display: none;
	}

	.p-header-btn {
		width: 48px;
		height: 48px;
	}

	.p-header-toggle:before {
		top: -25px;
		right: -25px;
		bottom: -25px;
		left: -25px;
	}

	.p-header-nav-bg {
		display: none;
	}

	.p-header-nav-wrap {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		padding: 40px 20px 150px;
	}

	.p-header-nav-wrap .p-header-nav {
		align-items: flex-start;
	}

	.p-header-nav-wrap .p-header-nav .logo {
		width: 152px;
		margin-inline: auto;
		margin-inline: auto;
	}

	.p-header-nav-wrap .p-header-nav-group {
		width: 100%;
		padding: 20px 0;
	}

	.p-header-nav-wrap .p-header-nav-list {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(1) {
		grid-column: 1/3;
		grid-row: 1/2;
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(2) {
		grid-column: 1/3;
		grid-row: 3/4;
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(3) {
		grid-column: 1/3;
		grid-row: 5/6;
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(4) {
		grid-column: 1/3;
		grid-row: 2/3;
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(5) {
		grid-column: 1/3;
		grid-row: 4/5;
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item:nth-of-type(6) {
		grid-column: 1/3;
		grid-row: 6/7;
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .item-link {
		font-size: clamp(16px, 0.2rem, 20px);
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub {
		margin: 0;
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub li {
		font-size: clamp(13px, 0.16rem, 16px);
	}

	.p-header-nav-wrap .p-header-nav-list .p-header-nav-item .sub > li::before {
		width: 8px;
		margin: 0 10px 0 0;
	}

	.p-home-introduction {
		display: flex;
		flex-direction: column-reverse;
		margin: 20px 0 0;
	}

	.p-home-introduction-body {
		position: relative;
		margin: 20px 0 0;
		padding: 0 5px 0 50px;
	}

	.p-home-introduction-title {
		top: 0;
		left: 15px;
		font-size: clamp(14px, 0.16rem, 16px);
	}

	.p-home-introduction-lead span {
		font-size: clamp(36px, 0.64rem, 64px);
		line-height: 1.3333333333;
	}

	.p-home-introduction-img {
		width: 100%;
		margin-left: auto;
	}

	.p-home-introduction-img picture img {
		width: 100%;
		-o-object-position: top center;
		object-position: top center;
	}

	.p-home-jobtype-head {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 8px;
	}

	.p-home-kv {
		display: grid;
		height: auto;
		grid-template-columns: 1fr;
		grid-template-columns: 1fr auto;
	}

	.p-home-kv-body {
		width: 100vw;
		margin: 40px 0 0;
		grid-column: 1/2;
		grid-row: 4/9;
	}

	.p-home-kv-lead {
		display: flex;
		justify-content: center;
		width: 80%;
	}

	.p-home-kv-title .en {
		right: 2rem;
	}

	.p-home-kv-title .en span {
		font-size: clamp(14px, 0.24rem, 24px);
	}

	.p-home-kv-main {
		width: 100vw;
		height: 100%;
		margin: 70px 0 0;
		grid-column: 1/2;
		grid-row: 1/5;
	}

	.p-home-kv .p-home-kv-slider-inner {
		position: relative;
		width: 100%;
		height: auto !important;
		--kv-w: 375;
		--kv-h: 294;
		--fade-h: 96px;
		aspect-ratio: var(--kv-w)/var(--kv-h);
	}

@	supports not (aspect-ratio: 1/1) {
		.p-home-kv .p-home-kv-slider-inner {
      padding-top: calc(var(--kv-h) / var(--kv-w) * 100%);
	}
}

.p-home-kv .p-home-kv-slider-inner::after {
	content: '';
	position: absolute;
	z-index: 2;
    /* スライドより前面に */
	right: 0;
	bottom: 0;
	left: 0;
	height: var(--fade-h);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 86%, rgb(255, 255, 255) 100%);
	pointer-events: none;
}

.p-home-kv .p-home-kv-slider-list .slide_img {
	width: 100vw;
	height: 100%;
}

.p-home-kv .p-home-kv-slider-list .slide_img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.p-home-tiktok {
	margin: 0 0 clamp(60px, 0.6rem, 140px);
}

.p-home-tiktok-inner {
	flex-direction: column;
	align-items: flex-start;
	gap: 3rem 0;
}

.p-home-tiktok-text {
	display: grid;
	width: 100%;
	grid-template-areas: 'title btn' 'text text';
	gap: 2rem 0;
	grid-template-columns: auto 140px;
}

.p-home-tiktok-text .c-heading {
	justify-content: flex-end;
	grid-area: title;
}

.p-home-tiktok-text p {
	grid-area: text;
}

.p-home-tiktok-text .c-link-text {
	margin: 3rem 0 0;
	font-size: 1.8rem;
	grid-area: btn;
	gap: 0 1rem;
}

.p-interview {
	margin: clamp(80px, 1.4rem, 80px) 0 !important;
}

.p-interview::before {
	bottom: -60px;
	height: 160px;
}

.p-interview-heading {
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 clamp(32px, 0.9rem, 90px);
}

.p-interview-slider.swiper {
	height: 371px;
	padding-left: 1rem;
	touch-action: pan-y;
}

.p-interview-slider .swiper-slide {
	width: 181px;
	height: 297px;
}

.p-interview-slider .swiper-slide-active {
	width: 226px;
	height: 367px;
}

.p-interview-slider .card {
	padding: 12px;
	border-radius: 15px;
}

.p-interview-slider .card__header {
	margin: 0 0 1rem;
	padding: 0;
	grid-template-columns: 1fr 38px;
	gap: 2rem 0;
}

.p-interview-slider .text {
	margin: 0;
	font-size: clamp(11px, 0.1rem, 11px);
}

.p-interview-slider .cate {
	font-size: clamp(10px, 0.1rem, 10px);
}

.p-interview-slider .name {
	font-size: clamp(10px, 0.1rem, 10px);
}

.p-interview-slider .c-arrow {
	width: 36px;
	height: 36px;
}

.p-interview-slider .card__img {
	border-radius: 0 0 7px 7px;
}

.p-interview-slider .card__img img {
	aspect-ratio: 169/192;
}

.p-interview-slider .swiper-slide-active .card__img img {
	aspect-ratio: 210/239;
}

.p-interview-head {
	margin: -50px auto 0;
	padding: 0 15px;
}

.p-interview-parts {
	justify-content: flex-end;
	gap: 5px;
}

.p-interview-btn {
	gap: 4px;
}

.p-interview-btn .swiper-button {
	width: 36px;
	height: 36px;
}

.p-jobtype-item {
	flex-direction: column;
	gap: clamp(5px, 0.1rem, 10px);
}

.p-jobtype-item a .arrow {
	top: auto;
	right: clamp(10px, 0.3rem, 30px);
	bottom: 20px;
}

.p-jobtype-catch {
	font-size: clamp(13px, 0.18rem, 18px);
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}

.p-jobtype-type {
	top: auto;
	bottom: 5px;
	left: clamp(10px, 0.9rem, 90px);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-jobtype-type .ja {
	font-size: clamp(26px, 0.56rem, 56px);
}

.p-jobtype-type .en {
	font-size: clamp(18px, 0.32rem, 32px);
}

.p-jobtype-bg {
	height: 34.6666666667vw;
}

.p-jobtype-bg.bg01 {
	background-image: url(/recruit/img/top/img_jobtype_01_sp.webp);
}

.p-jobtype-bg.bg02 {
	background-image: url(/recruit/img/top/img_jobtype_02_sp.webp);
}

.p-jobtype-bg.bg03 {
	background-image: url(/recruit/img/top/img_jobtype_03_sp.webp);
}

.p-page-benefit {
	margin: 0 0 clamp(80px, 1.4rem, 140px);
	padding: clamp(40px, 1rem, 100px) 0;
}

.p-page-benefit-head {
	flex-direction: column;
	padding: 0 0 clamp(40px, 0.8rem, 80px);
}

.p-page-benefit-head figure {
	margin: 20px 0 0;
}

.p-page-benefit-body {
	gap: clamp(20px, 0.6rem, 60px);
}

.p-page-benefit-content {
	padding: clamp(40px, 0.8rem, 80px) 0 0;
}

.p-page-benefit-example {
	font-size: clamp(24px, 0.28rem, 28px);
}

.p-page-benefit-list {
	margin: clamp(32px, 0.64rem, 64px) 0 0;
	grid-template-columns: 1fr;
	gap: clamp(32px, 0.4rem, 40px);
}

.p-page-benefit-item {
	gap: clamp(8px, 0.16rem, 16px);
}

.p-page-benefit-title {
	font-size: clamp(14px, 0.2rem, 20px);
}

.p-page-benefit-item-list li {
	font-size: clamp(14px, 0.2rem, 20px);
}

.p-page-benefits h2 {
	font-size: clamp(28px, 0.4rem, 40px);
	line-height: 1.6666666667;
}

.p-page-benefits p {
	margin: clamp(20px, 0.32rem, 32px) 0 0;
	font-size: clamp(13px, 0.18rem, 18px);
	text-align: left;
	letter-spacing: normal;
}

.p-page-crosstalk-detail {
	margin: clamp(60px, 1.2rem, 120px) 0 0;
	padding: 0;
	background-color: #fff;
}

.p-page-crosstalk-detail-mv-wrap {
	margin: 0;
}

.p-page-crosstalk-detail-content {
	margin: 0;
	padding: clamp(25px, 1rem, 100px) 0 0;
}

.p-page-crosstalk-detail-head {
	flex-direction: column;
}

.p-page-crosstalk-detail-description h3 {
	font-size: clamp(24px, 0.4rem, 40px);
}

.p-page-crosstalk-detail-description p {
	margin: clamp(10px, 0.32rem, 32px) 0 0;
}

.p-page-crosstalk-detail-information {
	margin: 40px 0 0;
}

.p-page-crosstalk-detail-faq h4 {
	text-align: left;
}

.p-page-crosstalk-detail-faq h4 span {
	align-items: flex-start;
	gap: clamp(16px, 0.32rem, 32px);
}

.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box .text {
	flex: 0 0 76.1904761905%;
	padding: clamp(10px, 0.4rem, 40px) clamp(15px, 0.48rem, 48px);
	font-size: clamp(13px, 0.16rem, 16px);
}

.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box .text::before {
	top: 1.5em;
	left: -8px;
}

.p-page-crosstalk-detail-faq-answer .p-page-crosstalk-detail-faq-box .image {
	flex: 0 0 clamp(75px, 1.4rem, 140px);
}

.p-page-crosstalk-detail-image:last-of-type {
	margin: clamp(50px, 0.8rem, 80px) calc(50% - 50vw) 0 calc(50% - 50vw);
}

.p-page-crosstalk-detail-image {
	margin: clamp(50px, 0.8rem, 80px) calc(50% - 50vw) clamp(50px, 0.8rem, 80px) calc(50% - 50vw);
}

.p-page-crosstalk-detail-btn .c-ut-btn {
	width: 100%;
	max-width: 285px;
}

.p-page-crosstalk {
	margin: clamp(80px, 1rem, 100px) 0 45.3333333333vw;
}

.p-page-crosstalk::after {
	top: 5.3333333333vw;
	width: 73.3333333333%;
	height: 130.6666666667vw;
}

.p-page-crosstalk-list {
	gap: 29.3333333333vw;
}

.p-page-crosstalk-label {
	bottom: -16vw;
	min-width: 56vw;
	padding: 2.6666666667vw 2.6666666667vw 0 0;
}

.p-page-crosstalk-label h3 {
	font-size: 4.2666666667vw;
}

.p-page-crosstalk-more-btn {
	margin: clamp(5px, 0.3rem, 30px);
	padding: 0 0 clamp(7px, 0.1rem, 10px);
	font-size: clamp(14px, 0.24rem, 24px);
	gap: clamp(24px, 0.4rem, 40px);
}

.p-page-crosstalk-more-btn .c-arrow {
	width: clamp(32px, 3.8rem, 38px);
	height: clamp(32px, 3.8rem, 38px);
}

.p-page-education {
	margin: clamp(30px, 0.6rem, 60px) 0 0;
}

.p-page-education-wrap {
	padding: clamp(40px, 0.6rem, 60px) clamp(15px, 0.55rem, 55px) clamp(40px, 0.6rem, 60px) clamp(15px, 0.65rem, 65px);
}

.p-page-education-menu {
	gap: clamp(40px, 0.6rem, 60px);
}

.p-page-education-list h3 {
	font-size: clamp(24px, 0.3rem, 30px);
	text-align: center;
}

.p-page-education-list ul {
	margin: clamp(10px, 0.2rem, 20px);
}

.p-page-education-list ul .p-page-education-item {
	flex-direction: column;
	width: 100%;
	height: clamp(70px, 0.75rem, 75px);
	font-size: clamp(13px, 0.18rem, 18px);
}

.p-page-entry {
	margin: 20px 0 clamp(40px, 0.8rem, 80px);
}

.p-page-education {
	flex-direction: column;
	gap: clamp(30px, 0.6rem, 60px);
}

.p-page-education h2 {
	font-size: clamp(28px, 0.4rem, 40px);
	line-height: 1.6666666667;
}

.p-page-education p {
	font-size: clamp(13px, 0.18rem, 18px);
	text-align: left;
	letter-spacing: normal;
}

.p-page-education-img {
	margin: 0 0 clamp(60px, 0.8rem, 80px);
	padding: 0 clamp(30px, 0.6rem, 60px);
	grid-template-columns: 1fr;
	gap: clamp(10px, 0.15rem, 15px);
}

.p-page-header {
	height: 160vw;
	max-height: 600px;
	margin: 70px 0 0;
}

.p-page-header .c-tagline {
	position: absolute;
	bottom: clamp(-15px, -0.4rem, -40px);
	margin: 0;
}

.p-page-header-nav {
	right: auto;
	bottom: clamp(30px, 7rem, 70px);
	left: 8vw;
}

.p-page-header picture {
	flex: 0 0 72%;
	height: 97.0666666667vw;
	max-height: 364px;
}

.works .p-page-header picture {
	height: 82.6666666667vw;
	max-height: 310px;
}

.p-page-header.education picture {
	height: 97.0666666667vw;
	min-height: 364px;
	max-height: 364px;
	padding-right: 20px;
}

.p-page-internship-content .c-heading.row .ja {
	text-align: center;
}

.p-page-internship-content p {
	font-size: clamp(13px, 0.18rem, 18px);
	text-align: left;
}

.p-page-internship-btn {
	margin: clamp(40px, 0.6rem, 60px) 0 0;
	gap: clamp(20px, 0.32rem, 32px);
}

.p-page-interview {
	margin: clamp(80px, 1.6rem, 160px) 0 0;
	padding: 0;
	border-bottom: none;
	gap: clamp(40px, 1.4rem, 140px);
}

.p-page-interview-header-tagline {
	top: 460px;
	bottom: auto;
}

.p-page-interview-header-inner {
	padding: 0 30px;
}

.p-page-interview-header-content {
	padding: 0;
	grid-template-columns: 1fr;
	justify-items: flex-start;
	gap: clamp(70px, 27rem, 270px);
}

.p-page-interview-header-title {
	right: -16px;
	justify-content: flex-end;
	align-items: center;
	width: 90px;
	margin-left: auto;
}

.p-page-interview-header-title .en {
	font-size: clamp(16px, 0.24rem, 24px);
}

.p-page-interview-header-title .ja {
	font-size: clamp(42px, 0.56rem, 56px);
	line-height: 1;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.p-page-interview-header-nav {
	top: clamp(30px, 38rem, 380px);
	right: auto;
	left: 0;
}

.p-page-interview-header-body {
	grid-column: 1/2;
	grid-row: 2/3;
}

.p-page-interview-header-catch {
	font-size: clamp(28px, 0.4rem, 40px);
	line-height: 1.4444444444;
}

.p-page-interview-header-img {
	height: 97.0666666667vw;
	max-height: 364px;
	margin: 0 0 0 calc(50% - 50vw);
}

.p-page-interview-header-img picture img {
	max-height: 364px;
}

.p-page-interview-chapter-lead {
	font-size: clamp(20px, 0.32rem, 32px);
}

.p-page-interview-chapter-faq {
	gap: clamp(24px, 0.48rem, 48px);
}

.p-page-interview-chapter-faq li {
	gap: clamp(16px, 0.24rem, 24px);
}

.p-page-interview-chapter-faq li .question {
	font-size: clamp(16px, 0.16rem, 16px);
	letter-spacing: normal;
}

.p-page-interview-chapter-faq li .answer {
	letter-spacing: normal;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content {
	flex-direction: column;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-img {
	flex: 0 0 auto;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-img picture {
	max-height: 200px;
}

.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-img picture img {
	max-height: clamp(200px, 5.86rem, 586px);
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content {
	flex-direction: column;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img {
	gap: clamp(10px, 3.2rem, 32px);
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img picture:first-child {
	max-height: 100%;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img picture {
	max-height: 100%;
}

.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img picture img {
	max-height: clamp(364px, 5.8rem, 580px);
}

.p-page-jobtype-content .p-jobtype ul li {
	flex-direction: column;
}

.p-page-learning-bg {
	height: 40vw;
	grid-row: 1/3;
}

.p-page-learning-bg::after {
	height: 40vw;
	background-image: url(/recruit/img/education/ph_learning_sp.webp);
}

.p-page-learning-inner {
	grid-row: 3/6;
}

.p-page-learning-icon::before,
  .p-page-learning-icon::after {
	width: 45px;
	height: 39px;
}

.p-page-learning-wrap::before,
  .p-page-learning-wrap::after {
	width: 80%;
	height: clamp(6px, 0.15rem, 15px);
}

.p-page-learning-content {
	flex-direction: column;
	padding: clamp(60px, 1rem, 100px) clamp(20px, 0.2rem, 20px);
	gap: clamp(20px, 0.6rem, 60px);
}

.p-page-learning-content::before,
  .p-page-learning-content::after {
	width: clamp(6px, 0.15rem, 15px);
	height: 85%;
}

.p-page-learning-catch span {
	font-size: clamp(28px, 0.9rem, 90px);
	line-height: 1.5833333333;
}

.p-page-learning-body p {
	font-size: clamp(16px, 0.26rem, 26px);
}

.p-page-learning .p-page-learning-list {
	margin: clamp(20px, 0.45rem, 45px) 0 0;
}

.p-page-learning-decoration {
	width: clamp(35px, 0.5rem, 50px);
	height: clamp(35px, 0.5rem, 50px);
}

.p-page-learning-decoration::after {
	right: -5px;
}

.p-page-learning-decoration .num {
	font-size: clamp(16px, 0.23rem, 23px);
}

.p-page-learning-text {
	font-size: clamp(14px, 0.16rem, 16px);
}

.p-page-nationalqualifications-wrap {
	padding: clamp(40px, 1.2rem, 120px) clamp(15px, 2.95rem, 295px);
}

.p-page-nationalqualifications-wrap .c-heading h2 {
	font-size: clamp(26px, 0.4rem, 40px);
}

.p-page-nationalqualifications-table {
	margin: clamp(40px, 0.6rem, 60px) 0 0;
}

.p-page-nationalqualifications-table table {
	min-width: inherit;
	max-width: clamp(480px, 6.1rem, 610px);
}

.p-page-nationalqualifications-table table tbody tr th,
  .p-page-nationalqualifications-table table tbody tr td {
	height: clamp(60px, 0.86rem, 86px);
	font-size: clamp(16px, 0.24rem, 24px);
}

.p-page-nationalqualifications-table table tbody tr td {
	width: clamp(160px, 3.04rem, 304px);
}

.p-page-numbers-head p {
	font-size: clamp(13px, 0.16rem, 16px);
}

.p-page-numbers-content {
	margin: clamp(40px, 0.6rem, 60px) 0 0;
}

.p-page-numbers-grid:nth-of-type(1),
  .p-page-numbers-grid:nth-of-type(3) {
	grid-template-columns: 1fr;
}

.p-page-numbers-item {
	min-height: 270px;
}

.p-page-numbers-item.item-01 .p-page-numbers-box::after {
	top: clamp(20px, 6rem, 60px);
	right: 0;
	width: clamp(106px, 1.18rem, 118px);
	height: clamp(104px, 1.14rem, 114px);
}

.p-page-numbers-item.item-03 .p-page-numbers-note {
	margin: 0 0 0 clamp(10px, 0.35rem, 35px);
}

.p-page-numbers-item.item-04 {
	padding: 20px 20px clamp(40px, 0.6rem, 60px);
}

.p-page-numbers-item.item-04 .p-page-numbers-box::after {
	top: clamp(114px, 4rem, 40px);
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-page-numbers-item.item-04 .p-page-numbers-wrap {
	flex-direction: column;
	margin: clamp(45px, 17rem, 170px) 0 0;
	padding: 0 clamp(10px, 0.4rem, 40px);
	gap: 50px;
}

.p-page-numbers-item.item-04 .p-page-numbers-body::after {
	top: auto;
	right: auto;
	bottom: -4vw;
	left: 50%;
	width: 100%;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-page-numbers-item.item-04 .p-page-numbers-number {
	font-size: clamp(90px, 1.2rem, 120px);
}

.p-page-numbers-item.item-05 .p-page-numbers-box::after {
	width: clamp(92px, 1.06rem, 106px);
	height: clamp(114px, 1.32rem, 132px);
}

.p-page-numbers-item.item-05 .p-page-numbers-number {
	font-size: clamp(90px, 1.2rem, 120px);
}

.p-page-numbers-item.item-06 .p-page-numbers-box::after {
	right: 0;
	width: clamp(92px, 1.06rem, 106px);
	height: clamp(132px, 1.54rem, 154px);
}

.p-page-numbers-item.item-07 .p-page-numbers-box::after {
	right: 0;
}

.p-page-numbers-item.item-08 {
	padding: 20px 20px clamp(40px, 0.6rem, 60px);
}

.p-page-numbers-item.item-08 .p-page-numbers-box::after {
	top: clamp(90px, 1.3rem, 130px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-page-numbers-item.item-08 .p-page-numbers-wrap {
	margin: clamp(20px, 18rem, 180px) 0 0 0;
}

.p-page-numbers-item.item-08 .p-page-numbers-body {
	width: 100%;
	height: clamp(175px, 2rem, 200px);
}

.p-page-numbers-item.item-08 .p-page-numbers-body::before,
  .p-page-numbers-item.item-08 .p-page-numbers-body::after {
	top: 122%;
	right: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-page-numbers-item.item-08 .p-page-numbers-body:nth-of-type(2)::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-page-numbers-item.item-08 .p-page-numbers-number {
	font-size: clamp(80px, 1rem, 100px);
}

.p-page-numbers-item.item-08 .p-page-numbers-tiny {
	font-size: clamp(13px, 0.16rem, 16px);
}

.p-page-numbers-item.item-09 {
	padding: 20px 20px clamp(40px, 0.6rem, 60px);
}

.p-page-numbers-item.item-09 .p-page-numbers-box::after {
	display: none;
}

.p-page-numbers-item.item-09 .p-page-numbers-wrap {
	flex-direction: column;
	gap: clamp(80px, 1.4rem, 140px);
}

.p-page-numbers-item.item-09 .p-page-numbers-body::after {
	top: auto;
	right: auto;
	bottom: -40px;
	left: 50%;
	width: 100%;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-page-numbers-item.item-09 .p-page-numbers-number {
	font-size: clamp(80px, 1rem, 100px);
}

.p-page-numbers-item.item-10 {
	padding: 20px 20px clamp(40px, 0.6rem, 60px);
}

.p-page-numbers-item.item-10 .p-page-numbers-table table {
	min-width: inherit;
	max-width: clamp(480px, 6.1rem, 610px);
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr th,
  .p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr td {
	height: clamp(60px, 0.86rem, 86px);
	font-size: clamp(16px, 0.24rem, 24px);
}

.p-page-numbers-item.item-10 .p-page-numbers-table table tbody tr td {
	width: clamp(160px, 3.04rem, 304px);
}

.p-page-numbers-title .en {
	font-size: clamp(16px, 0.2rem, 20px);
}

.p-page-numbers-text {
	margin: clamp(30px, 5rem, 50px) 0 0;
	font-size: clamp(66px, 0.7rem, 70px);
}

.p-page-numbers-sup {
	padding: 0 clamp(15px, 0.2rem, 20px);
}

.p-page-numbers-number {
	font-size: clamp(90px, 1.2rem, 120px);
}

.p-page-numbers-note {
	font-size: clamp(13px, 0.16rem, 16px);
}

.p-page-numbers-wrap {
	flex-direction: column;
}

.p-page-oneday-lead {
	font-size: clamp(13px, 0.16rem, 16px);
}

.p-page-oneday-title-type .en {
	font-size: clamp(45px, 0.62rem, 62px);
}

.p-page-oneday-title-type .ja {
	font-size: clamp(14px, 1.6rem, 16px);
}

.p-page-oneday-item:not(:last-child) {
	margin: 36px 0 clamp(30px, 4rem, 40px);
}

.p-page-oneday-item {
	display: block;
	padding: 0 0 0 15px;
}

.p-page-oneday-item:last-of-type::after {
	top: 20px;
}

.p-page-oneday-item .exp {
	margin: 20px 0 20px;
}

.p-page-oneday-item .exp h4 {
	font-size: clamp(16px, 0.22rem, 22px);
}

.p-page-oneday-item .exp p {
	margin: 10px 0 0;
	font-size: clamp(13px, 0.18rem, 18px);
}

.p-page-personality {
	padding: 80px 0 0;
}

.p-page-personality-head {
	gap: 30px;
}

.p-page-personality-lead {
	margin: clamp(30px, 0.5rem, 50px) 0 0;
	font-size: clamp(14px, 0.16rem, 16px);
}

.p-page-personality-list {
	grid-template-columns: 1fr;
	justify-items: center;
	gap: clamp(0px, 0.2rem, 20px);
}

.p-page-personality-item {
	width: 100%;
	margin: 0 0 20px;
}

.p-page-personality-title {
	flex-direction: row;
	justify-content: flex-start;
	min-height: auto;
	padding: 24px;
	gap: 0 1rem;
}

.p-page-personality-title .no {
	font-size: clamp(40px, 0.58rem, 58px);
}

.p-page-personality-title h3 {
	font-size: clamp(20px, 0.21rem, 21px);
	text-align: left;
}

.p-page-personality-exp {
	font-size: clamp(12px, 0.16rem, 16px);
}

.p-page-personality-exp-text {
	min-height: auto;
	padding: clamp(24px, 0.3rem, 30px);
	text-align: left;
}

.p-page-philosophy {
	margin: 0;
}

.p-page-philosophy-wrap {
	flex-direction: column;
	align-items: flex-start;
	margin: 40px 0 0;
	gap: 4.8rem 0;
}

.p-page-philosophy-img {
	display: block;
	margin: 0 auto;
}

.p-page-philosophy-column {
	font-size: clamp(22px, 0.28rem, 28px);
}

.p-page-philosophy-philosophy {
	margin: clamp(50px, 1.2rem, 120px) 0;
}

.p-page-process-content {
	flex-direction: column;
	padding: clamp(48px, 0.8rem, 80px) clamp(24px, 0.8rem, 80px) 80px;
	gap: clamp(30px, 1.6rem, 160px);
}

.p-page-process-content::after {
	bottom: clamp(-31px, -1.5rem, -15px);
	left: clamp(-15px, -0.5rem, -5px);
	font-size: clamp(74px, 1.97rem, 197px);
}

.p-page-process-head p {
	margin: clamp(20px, 0.32rem, 32px) 0 0;
}

.p-page-process-flow {
	padding: 0 0 0 30px;
	gap: clamp(30px, 0.4rem, 40px);
}

.p-page-process-flow::before {
	top: clamp(30px, 0.6rem, 60px);
	bottom: clamp(20px, 0.5rem, 50px);
	left: 9px;
}

.p-page-process-item {
	gap: 0 24px;
}

.p-page-process-item::before {
	top: clamp(25px, 0.2rem, 20px);
	left: -30px;
}

.p-page-process-item .step span {
	font-size: clamp(30px, 0.5rem, 50px);
}

.p-page-program .c-heading h2 {
	text-align: center;
}

.p-page-program-text {
	font-size: clamp(13px, 0.18rem, 18px);
	line-height: 2;
	text-align: left;
}

.p-page-program-list {
	margin: clamp(40px, 0.6rem, 60px) 0 0;
	grid-template-columns: 1fr;
	gap: 25px;
}

.p-page-program-item .title {
	font-size: clamp(16px, 0.22rem, 22px);
}

.p-page-program-item .title span {
	font-size: clamp(16px, 0.18rem, 18px);
}

.p-page-recruit {
	margin: clamp(60px, 12rem, 120px) 0 0;
	background-color: #fff;
}

.p-page-recruit .p-page-recruit-inner {
	padding: 0 30px clamp(60px, 1.2rem, 120px);
}

.p-page-recruit-content {
	margin: clamp(40px, 0.8rem, 80px) 0 0;
	padding: 0 0 80px;
}

.p-page-recruit-title {
	align-items: center;
	gap: clamp(5px, 0.2rem, 20px);
}

.p-page-recruit-title .en {
	font-size: clamp(14px, 0.24rem, 24px);
}

.p-page-recruit-title .ja {
	font-size: clamp(36px, 0.4rem, 40px);
	text-align: center;
	letter-spacing: normal;
}

.p-page-recruit-table {
	margin: clamp(24px, 0.4rem, 40px) 0 0;
}

.p-page-recruit-table table tbody tr {
	display: block;
}

.p-page-recruit-table table tbody tr th,
  .p-page-recruit-table table tbody tr td {
	border: none;
}

.p-page-recruit-table table tbody tr th {
	display: block;
	width: auto;
	padding: clamp(12px, 0.24rem, 24px);
}

.p-page-recruit-table table tbody tr td {
	padding: clamp(15px, 0.24rem, 24px) clamp(10px, 0.54rem, 54px);
	font-size: clamp(14px, 0.18rem, 18px);
}

.p-page-recruit-table table tbody tr td ul li::before {
	top: clamp(9px, 0.12rem, 12px);
}

.p-page-recruit-table table tbody tr td a[href^='tel:'] {
	pointer-events: auto;
}

.p-page-recruit-btn {
	margin: clamp(-35px, -0.7rem, -70px) 0 0;
}

.p-page-simplicity-header {
	margin: clamp(80px, 1.6rem, 160px) 0 0;
}

.p-page-simplicity-header-title {
	gap: clamp(10px, 0.2rem, 20px);
}

.p-page-simplicity-header-title .en {
	font-size: clamp(14px, 0.24rem, 24px);
}

.p-page-simplicity-header-title .ja {
	font-size: clamp(36px, 0.6rem, 60px);
	line-height: 1;
}

.p-page-simplicity-header-type-ja {
	font-size: clamp(14px, 0.18rem, 18px);
}

.p-page-simplicity-header-type-en {
	top: 70px;
	font-size: clamp(101px, 1.67rem, 167px);
}

.p-page-simplicity-header p {
	margin: clamp(20px, 0.3rem, 30px) 0 0;
}

.p-page-skill-table table {
	min-width: clamp(715px, 12rem, 1200px);
}

.p-page-skill-table table tbody tr:first-child td {
	height: clamp(20px, 0.35rem, 35px);
}

.p-page-skill-table table tbody tr:first-child .null {
	height: clamp(20px, 0.35rem, 35px);
}

.p-page-skill-table table tbody tr th,
  .p-page-skill-table table tbody tr td {
	height: clamp(56px, 0.96rem, 96px);
	font-size: clamp(14px, 0.2rem, 20px);
}

.p-page-skill-table table tbody tr td {
	width: clamp(195px, 3.4rem, 340px);
}

.p-page-skill-table table tbody tr .position {
	width: clamp(120px, 1.7rem, 170px);
}

.p-page-thanks {
	margin: clamp(20px, 0.3rem, 30px) 0 0;
	padding: 0 0 clamp(70px, 1.4rem, 140px);
}

.p-page-thanks-content {
	width: 100%;
	padding: clamp(30px, 0.6rem, 60px) 15px clamp(60px, 1.3rem, 130px);
	gap: clamp(20px, 0.32rem, 32px);
}

.p-page-thanks-content p {
	font-size: clamp(16px, 0.18rem, 18px);
	text-align: left;
}

.p-page-thanks-heading span {
	font-size: clamp(14px, 0.24rem, 24px);
}

.p-page-thanks-heading h3 {
	font-size: clamp(30px, 0.4rem, 40px);
	letter-spacing: normal;
}

.p-page-thanks-btn {
	margin: clamp(-35px, -0.7rem, -70px) 0 0;
}

.p-page-trainingprogram {
	margin: 0 0 clamp(80px, 1.4rem, 140px);
}

.p-page-works-tab li {
	width: 100%;
	height: clamp(50px, 0.64rem, 64px);
	padding: 3px 0 0;
	border-radius: clamp(8px, 0.16rem, 16px) clamp(8px, 0.16rem, 16px) 0 0;
	font-size: clamp(12px, 0.18rem, 18px);
}

.p-page-works-tab li.is-active {
	height: clamp(60px, 0.76rem, 76px);
	font-size: clamp(14px, 0.2rem, 20px);
}

.p-page-works-contents {
	border-top-width: 3px;
}

.p-page-works-heading {
	flex-direction: column;
	align-items: flex-start;
	padding: 0 0 24px;
	gap: clamp(20px, 0.4rem, 40px);
}

.p-page-works-type {
	font-size: clamp(38px, 0.6rem, 60px);
}

.p-page-works-wrap {
	flex-direction: column-reverse;
	margin: clamp(32px, 0.6rem, 60px) 0 0;
	gap: 20px;
}

.p-page-works-btn .c-ut-btn {
	width: clamp(260px, 2.6rem, 260px);
}

.p-page-works-img {
	gap: clamp(10px, 0.24rem, 24px);
}

.p-tab-numbers {
	padding: 60px 0 0;
}

.p-tab-numbers-heading {
	gap: 20px;
}

.p-tab-numbers-inner {
	padding-inline: 8vw;
}

.p-tab-numbers-content {
	display: block;
	position: relative;
	gap: 0;
}

.p-tab-numbers-tab-menu {
	position: absolute;
	top: 0;
	right: 0;
	margin: clamp(20px, 1rem, 100px) 0 0;
}

.p-tab-numbers-tab-menu p {
	position: absolute;
	top: 0;
	right: 0;
	font-size: clamp(13px, 0.16rem, 16px);
	-webkit-font-feature-settings: 'palt' on;
	font-feature-settings: 'palt' on;
}

.p-tab-numbers-tab-menu-list {
	margin: clamp(260px, 8rem, 80px) 0 0;
	gap: clamp(10px, 0.16rem, 16px);
}

.p-tab-numbers-tab-menu-item .c-ut-btn {
	width: clamp(220px, 2.2rem, 220px);
	height: clamp(46px, 0.56rem, 56px);
	font-size: clamp(13px, 0.14rem, 14px);
}

.p-tab-numbers-tab-menu-btn {
	margin: clamp(30px, 0.74rem, 74px) 0 0;
	text-align: right;
}

.p-tab-numbers-tab-menu-btn a {
	padding: 0 0 clamp(7px, 0.1rem, 10px);
	font-size: clamp(18px, 0.24rem, 24px);
	gap: clamp(24px, 0.4rem, 40px);
}

.p-tab-numbers-tab-menu-btn a .c-arrow {
	width: clamp(32px, 3.8rem, 38px);
	height: clamp(32px, 3.8rem, 38px);
}

.p-tab-numbers-tab-contents {
	position: absolute;
	top: 50px;
	right: -70px;
}

.p-tab-numbers-tab-contents-item .p-tab-numbers-tab-contents-group {
	margin-top: -80px;
}

.p-tab-numbers-tab-contents-item:nth-of-type(1) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
	right: 0;
	width: clamp(92px, 1.36rem, 136px);
	height: clamp(114px, 1.68rem, 168px);
}

.p-tab-numbers-tab-contents-item:nth-of-type(2) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
	bottom: 0;
	width: clamp(56px, 1.13rem, 113px);
	height: clamp(80px, 1.62rem, 162px);
}

.p-tab-numbers-tab-contents-item:nth-of-type(3) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
	bottom: 0;
	width: clamp(60px, 1.2rem, 120px);
	height: clamp(71px, 1.42rem, 142px);
}

.p-tab-numbers-tab-contents-item:nth-of-type(4) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
	right: 0;
	width: clamp(74px, 1.48rem, 148px);
	height: clamp(72px, 1.44rem, 144px);
}

.p-tab-numbers-tab-contents-group {
	width: clamp(344px, 5.74rem, 574px);
	height: clamp(344px, 5.74rem, 574px);
	margin: 0;
}

.p-tab-numbers-tab-contents-group.is-visible::before {
	width: clamp(616px, 10.84rem, 1084px);
	height: clamp(616px, 10.84rem, 1084px);
}

.p-tab-numbers-tab-contents-group.is-visible::after {
	width: clamp(915px, 16.16rem, 1616px);
	height: clamp(915px, 16.16rem, 1616px);
}

.p-tab-numbers-tab-contents-title .en {
	font-size: clamp(12px, 0.2rem, 20px);
}

.p-tab-numbers-tab-contents-title .ja {
	font-size: 1.5rem;
	line-height: 1;
}

.p-tab-numbers-tab-contents-note {
	font-size: clamp(9px, 0.16rem, 16px);
}

.p-tab-numbers-tab-contents-number {
	font-size: clamp(66px, 1.1rem, 110px);
}

.p-tab-numbers-tab-contents-number .unit {
	font-size: clamp(21px, 0.36rem, 36px);
}

.p-tab-numbers-tab-contents-sup {
	width: clamp(200px, 2.64rem, 264px);
	padding: clamp(5px, 0.5rem, 5px) clamp(20px, 0.2rem, 20px);
	font-size: clamp(12px, 0.16rem, 16px);
	padding-inline: clamp(15px, 0.2rem, 20px);
}

.p-tab-numbers-tab-contents-text {
	margin: clamp(10px, 0.4rem, 40px) 0 0;
	font-size: clamp(50px, 0.7rem, 70px);
}

.p-topmessage {
	scroll-margin-top: 80px;
}

.p-topmessage-wrap {
	flex-direction: column;
	gap: 3rem;
}

.p-topmessage-head {
	flex-direction: column-reverse;
}

.p-topmessage-title {
	font-size: clamp(14px, 0.24rem, 24px);
}

.p-topmessage-title.page {
	margin: 0 0 1rem;
}

.p-topmessage-img {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.p-topmessage-img picture {
	display: block;
	width: 100%;
}

.p-topmessage-img picture img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.p-topmessage-lead {
	margin: 0 0 3rem;
	font-size: clamp(28px, 0.4rem, 40px);
}

.p-topmessage-text p {
	font-size: clamp(13px, 0.16rem, 16px);
	gap: clamp(20px, 0.3rem, 30px);
}

.l-footer {
	padding: clamp(95px, 1.1rem, 110px) 0 0;
}

.l-footer-inner {
	flex-direction: column;
}

.l-footer-info {
	gap: clamp(24px, 0.55rem, 55px);
}

.l-footer-info .logo-hc a {
	width: 207px;
	padding: 48px 0 0;
}

.l-footer-nav {
	margin: 100px 0 0;
}

.l-footer-upper,
  .l-footer-lower {
	margin: 0 0 clamp(28px, 0.7rem, 70px);
}

.l-footer-upper .c-fnav,
  .l-footer-lower .c-fnav {
	gap: 0 26px;
}

.l-footer-upper .c-fnav-item:first-child,
  .l-footer-lower .c-fnav-item:first-child {
	flex: 1;
	width: auto;
}

.l-footer-upper .c-fnav-item,
  .l-footer-lower .c-fnav-item {
	flex: 1;
	width: 50%;
}

.l-footer-upper .c-fnav-item > a,
  .l-footer-lower .c-fnav-item > a {
	margin: 0 0 10px;
	font-size: clamp(15px, 0.18rem, 18px);
}

.l-footer-copyright {
	padding: clamp(82px, 1.2rem, 120px) 30px 30px;
}

.l-header {
	height: 70px;
}
}

@media screen and (max-width: 569px) {
	.p-page-interview-header-img {
		width: 85.7142857143%;
		max-width: 272px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.u-hide-md {
		display: none !important;
	}

	.c-crosstalk-number {
		left: -15px;
	}

	.p-crosstalk-head .title {
		font-size: 2.0833333333vw;
	}

	.p-home-introduction {
		display: flex;
		width: 100vw;
		height: 100vh;
	}

	.p-home-introduction-body {
		height: 100vh;
	}

	.p-home-introduction-lead span {
		font-size: 3.8888888889vw;
	}

	.p-home-introduction-img {
		height: 100vh;
	}

	.p-home-jobtype-head {
		flex-direction: row;
		gap: 40px;
	}

	.p-home-jobtype-head p {
		margin: 10px 0 0;
	}

	.p-home-kv .p-home-kv-slider-inner {
		height: 100vh;
	}

	.p-page-benefit-list {
		gap: 20px;
	}

	.p-page-benefit-title {
		font-size: 1.3888888889vw;
	}

	.p-page-benefit-item-list li {
		font-size: 1.1111111111vw;
	}

	.p-page-crosstalk-detail {
		margin: clamp(80px, 1.2rem, 120px) 0 0;
	}

	.p-page-crosstalk-detail-content {
		padding: clamp(40px, 0.8rem, 80px);
	}

	.p-page-crosstalk-detail-description h3 {
		font-size: 2.7777777778vw;
	}

	.p-page-education-wrap {
		padding: 4.1666666667vw 3.8194444444vw 4.1666666667vw 4.5138888889vw;
	}

	.p-page-education-list ul {
		gap: 8px;
	}

	.p-page-education-list ul .p-page-education-item {
		padding: 0 10px;
	}

	.p-page-header .c-tagline {
		bottom: clamp(-40px, -2rem, -20px);
	}

	.p-page-interview {
		padding: 0 0 clamp(48px, 1.4rem, 140px);
		gap: clamp(80px, 1.4rem, 140px);
	}

	.p-page-interview-header-content {
		padding: 200px 0 0;
		grid-template-columns: auto 35.8333333333%;
		gap: 4.8611111111vw;
	}

	.p-page-interview-header-nav {
		top: 120px;
		right: auto;
		left: 0;
	}

	.p-page-interview-header-catch {
		font-size: 2.7777777778vw;
	}

	.p-page-interview-chapter.chapter-01 .p-page-interview-chapter-content .p-page-interview-chapter-img picture {
		max-height: 300px;
	}

	.p-page-interview-chapter.chapter-02 .p-page-interview-chapter-content .p-page-interview-chapter-img picture {
		max-height: 300px;
	}

	.p-page-learning-icon::before,
  .p-page-learning-icon::after {
		width: 6.25vw;
		height: 5.4166666667vw;
	}

	.p-page-learning-wrap::before,
  .p-page-learning-wrap::after {
		height: 1.0416666667vw;
	}

	.p-page-learning-content::before,
  .p-page-learning-content::after {
		width: 1.0416666667vw;
	}

	.p-page-learning-catch span {
		font-size: 6.25vw;
	}

	.p-page-learning-body p {
		font-size: 1.8055555556vw;
	}

	.p-page-learning-text {
		font-size: 2.0833333333vw;
	}

	.p-page-nationalqualifications-wrap {
		padding: 8.3333333333vw 6.25vw;
	}

	.p-page-numbers-item.item-01 .p-page-numbers-box::after {
		right: 0;
		width: 8.1944444444vw;
		height: 7.9166666667vw;
	}

	.p-page-numbers-item.item-03 .p-page-numbers-note {
		margin: 0;
		padding: 0 3.9583333333vw;
	}

	.p-page-numbers-item.item-04 .p-page-numbers-box::after {
		top: 0;
		right: 0;
		width: 8.4722222222vw;
		height: 8.1944444444vw;
	}

	.p-page-numbers-item.item-04 .p-page-numbers-wrap {
		padding: 0;
	}

	.p-page-numbers-item.item-04 .p-page-numbers-body::after {
		right: -3.8194444444vw;
	}

	.p-page-numbers-item.item-04 .p-page-numbers-number {
		font-size: 6.9444444444vw;
	}

	.p-page-numbers-item.item-04 .p-page-numbers-number .unit {
		font-size: 2.5vw;
	}

	.p-page-numbers-item.item-05 .p-page-numbers-box::after {
		width: 7.3611111111vw;
		height: 9.1666666667vw;
	}

	.p-page-numbers-item.item-05 .p-page-numbers-number {
		font-size: 8.3333333333vw;
	}

	.p-page-numbers-item.item-06 .p-page-numbers-box::after {
		right: 0;
		width: 7.3611111111vw;
		height: 10.6944444444vw;
	}

	.p-page-numbers-item.item-07 .p-page-numbers-box::after {
		right: 0;
		width: 6.8055555556vw;
		height: 9.8611111111vw;
	}

	.p-page-numbers-item.item-08 .p-page-numbers-box::after {
		display: none;
	}

	.p-page-numbers-item.item-08 .p-page-numbers-wrap {
		display: grid;
		margin: 20px 0 0 0;
		grid-template-columns: repeat(3, 1fr);
		gap: 36px;
	}

	.p-page-numbers-item.item-08 .p-page-numbers-body {
		width: 100%;
	}

	.p-page-numbers-item.item-08 .p-page-numbers-body::before,
  .p-page-numbers-item.item-08 .p-page-numbers-body::after {
		right: -2.7777777778vw;
		font-size: 3.4722222222vw;
	}

	.p-page-numbers-item.item-08 .p-page-numbers-number {
		font-size: 8.3333333333vw;
	}

	.p-page-numbers-item.item-08 .p-page-numbers-number .unit {
		font-size: 2.5vw;
	}

	.p-page-numbers-item.item-09 .p-page-numbers-box::after {
		top: 0;
		right: 0;
		width: 20.1388888889vw;
		height: 6.8055555556vw;
	}

	.p-page-numbers-item.item-09 .p-page-numbers-wrap {
		gap: 9.7222222222vw;
	}

	.p-page-numbers-item.item-09 .p-page-numbers-number .unit {
		font-size: 2.5vw;
	}

	.p-page-numbers-title .en {
		font-size: 1.3888888889vw;
		line-height: 1.3;
	}

	.p-page-numbers-title .ja {
		margin: 10px 0 0;
		font-size: 1.8055555556vw;
	}

	.p-page-numbers-text {
		font-size: 4.8611111111vw;
	}

	.p-page-numbers-sup {
		font-size: 1.1111111111vw;
	}

	.p-page-numbers-number {
		font-size: 8.3333333333vw;
	}

	.p-page-numbers-number .unit {
		font-size: 2.5vw;
	}

	.p-page-numbers-note {
		font-size: 1.1111111111vw;
	}

	.p-page-numbers-subtitle {
		font-size: 1.8055555556vw;
	}

	.p-page-oneday-item:not(:last-child) {
		margin: 36px 0 clamp(30px, 4rem, 40px);
	}

	.p-page-oneday-item {
		margin: 32px 0 0;
		grid-template-columns: 70px 42.7184466019% 1fr;
	}

	.p-page-oneday-item::before {
		top: 13px;
	}

	.p-page-personality-list {
		gap: clamp(30px, 0.6rem, 60px);
	}

	.p-page-process-content {
		justify-content: space-around;
		padding: clamp(40px, 0.8rem, 80px);
	}

	.p-page-process-head {
		flex: 0 0 35.5769230769%;
	}

	.p-page-process-flow {
		flex: 0 0 260px;
	}

	.p-page-process-flow::before {
		left: 105px;
	}

	.p-page-process-item::before {
		left: 96px;
	}

	.p-page-program-item .title {
		font-size: clamp(18px, 0.22rem, 22px);
	}

	.p-page-recruit-content {
		margin: -80px 0 0;
		padding: 40px 40px 130px;
	}

	.p-page-recruit-table table tbody tr th {
		width: 200px;
	}

	.p-page-thanks-content {
		width: 100%;
		padding: clamp(40px, 0.6rem, 60px) 30px clamp(100px, 1.3rem, 130px);
		gap: clamp(20px, 0.32rem, 32px);
	}

	.p-page-thanks-content p {
		text-align: left;
	}

	.p-page-works-body {
		flex: 0 0 55%;
	}

	.p-page-works-img {
		flex: 0 0 40%;
	}

	.p-tab-numbers-tab-contents-item:nth-of-type(1) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
		right: 0;
	}

	.p-tab-numbers-tab-contents-item:nth-of-type(2) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
		bottom: -80px;
		left: 80px;
	}

	.p-tab-numbers-tab-contents-item:nth-of-type(3) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
		bottom: -40px;
		left: 50px;
	}

	.p-tab-numbers-tab-contents-item:nth-of-type(4) .p-tab-numbers-tab-contents-group .p-tab-numbers-tab-contents-box::after {
		top: 70px;
		right: -30px;
	}

	.p-topmessage-title.page {
		margin: 0 0 60px clamp(30px, 1.2rem, 120px);
	}

	.p-topmessage-lead {
		font-size: 2.7777777778vw;
	}
}

@media screen and (max-width: 1320px) and (min-width: 1280px) {
	.p-home-introduction-lead span {
		font-size: 6rem;
	}
}

@media screen and (max-width: 767px) and (min-width: 570px) {
	.p-page-interview-header-img {
		width: 85.7142857143%;
		min-width: 272px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media (hover: hover) {
	.c-link-text:hover .c-icon {
		background: #000;
	}

	.c-link-text:hover .c-icon.arrow::before {
		background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 6.806 10.361\'%3E%3Cpath fill=\'none\' stroke=\'%23FFF\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'1.5\' d=\'m1.056 9.305 5-4.125-5-4.125\' data-name=\'パス 1618\'/%3E%3C/svg%3E');
	}

	.p-header .logo a:hover {
		opacity: 0.7;
	}

	.p-header-nav-wrap .p-header-nav .logo a:hover {
		opacity: 0.7;
	}
}