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

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

@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);
/*! 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;
}

.noto-sans .jp-regular {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
}

.noto-sans .jp-medium {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-optical-sizing: auto;
}

.noto-sans .jp-bold {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-optical-sizing: auto;
}

.noto-sans .jp-heavy {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-optical-sizing: auto;
}

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

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

/* normalize overwrite */

html {
	position: relative;
	min-height: 100%;
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', 'NotoSansCJKjp-Jxck', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', sans-serif;
	font-size: 62.5%;
}

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

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;
}

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: 'Big Shoulders Display', sans-serif !important;
}

.u-font-ja {
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', 'NotoSansCJKjp-Jxck', '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', sans-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;
}

/* -----------------------------------------------------
 * c-cta
-------------------------------------------------- */

.c-cta-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 53rem;
	min-height: 18.1rem;
	padding: 3rem 3rem 3rem 6.4rem;
	border: 6px solid #93ff8e;
	border-radius: 100vmax;
	background-color: #1a1a1a;
	color: #fff;
	font-weight: 700;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	-webkit-font-smoothing: antialiased;
}

.c-cta-btn::after {
	content: '';
	width: 68px;
	background: url('/recruit/img/common/icn_btn_arrow_white_black.svg') no-repeat center/contain;
	transition: background 0.3s;
	aspect-ratio: 68/68;
}

.c-cta-btn .c-btn-tit {
	display: block;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 8.2rem;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
}

.c-cta-btn .c-btn-sub-tit {
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 2.2rem;
	line-height: 1;
	gap: 10px;
}

.c-cta-btn .c-btn-sub-tit::before {
	content: '';
	width: 67px;
	height: 1px;
	background-color: #fff;
	transition: background-color 0.3s;
}

.c-cta-btn:focus,
.c-cta-btn:hover {
	border-color: #1a1a1a;
	background-color: #93ff8e;
	color: #1a1a1a;
}

.c-cta-btn:focus::after,
.c-cta-btn:hover::after {
	background: url('/recruit/img/common/icn_btn_arrow_black_green.svg') no-repeat center/contain;
}

.c-cta-btn:focus .c-btn-sub-tit::before,
.c-cta-btn:hover .c-btn-sub-tit::before {
	background-color: #1a1a1a;
}

/* -----------------------------------------------------
 * c-entry-modal
-------------------------------------------------- */

.c-entry-modal {
	display: flex;
	visibility: hidden;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(147, 255, 142, 0.7);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.c-entry-modal.is-active {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.c-entry-modal-content {
	position: relative;
	width: 90%;
	max-width: 530px;
	padding: 4%;
	border-radius: 10px;
	background-color: #414141;
	text-align: center;
}

.c-entry-modal-content .p-links-ttl {
	margin-bottom: 4.5rem;
}

.c-entry-modal-content .c-nav-item-list {
	text-align: center;
}

.c-entry-modal-content .c-btn-entry {
	display: block;
	min-height: 6.4rem;
	border-radius: 100vmax;
	background-color: #93ff8e;
	transition: background-color 0.3s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-entry-modal-content .c-btn-entry:nth-child(1) {
	margin-bottom: 1.5rem;
}

.c-entry-modal-content .c-btn-entry span {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 1.6rem 0 1.7rem 0;
	color: #1a1a1a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7222222222;
	-webkit-font-smoothing: antialiased;
}

.c-entry-modal-content .c-btn-entry span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.2rem;
	width: 4.7rem;
	height: 4.7rem;
	background: transparent url('/recruit/img/common/icn_btn_link_gray_green.svg') no-repeat center center/contain;
	transition: background 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-entry-modal-content .c-btn-close {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 40px;
	height: 23px;
	background: transparent url('/recruit/img/common/icn_btn_close_gray_green.svg') no-repeat center center/contain;
}

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

.c-header-box {
	display: flex;
	align-items: center;
	gap: 4rem;
}

.c-header-btn {
	display: inline-block;
	position: relative;
	padding-bottom: 1rem;
	font-weight: 700;
	letter-spacing: -0.019em;
	transition: color 0.3s ease 0s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
}

.c-header-btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 3rem;
	height: 4px;
	background-color: #93ff8e;
	transition: width 0.2s ease;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-header-btn:focus::after,
.c-header-btn:hover::after {
	width: 100%;
}

.c-header-hamburger {
	position: relative;
	z-index: 100;
	width: 9rem;
	height: 9rem;
	background-color: #1a1a1a;
}

.c-header-hamburger-deco {
	display: block;
	display: block;
	position: absolute;
	top: 3rem;
	left: 50%;
	width: 4rem;
	height: 1px;
	background-color: #93ff8e;
	transition: background-color 0.3s;
	translate: -50% 0;
}

.c-header-hamburger-deco::before,
.c-header-hamburger-deco::after {
	content: '';
	display: block;
	position: absolute;
	width: 4rem;
	height: 1px;
	background-color: #93ff8e;
	transition: background-color 0.3s, rotate 0.3s;
}

.c-header-hamburger-deco::before {
	top: -10px;
}

.c-header-hamburger-deco::after {
	bottom: -10px;
}

.c-header-hamburger-deco.is-active {
	background-color: #1a1a1a;
}

.c-header-hamburger-deco.is-active::before {
	top: 0;
	rotate: 45deg;
}

.c-header-hamburger-deco.is-active::after {
	bottom: 0;
	rotate: -45deg;
}

.c-header-hamburger-text {
	content: 'menu';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: opacity 0.3s;
	margin-inline: auto;
}

.c-header-hamburger-bg {
	position: absolute;
	z-index: 98;
	top: 0;
	left: 0;
	width: 200%;
	height: 100vh;
	background-color: #414141;
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-webkit-transform: skewX(20deg) translateX(100%);
	transform: skewX(20deg) translateX(100%);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.c-header-hamburger-bg.is-active {
	width: 200%;
	-webkit-transform: skewX(20deg) translateX(-50%);
	transform: skewX(20deg) translateX(-50%);
}

.c-header-hamburger-box {
	display: flex;
	visibility: hidden;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	overflow-y: auto;
	align-items: flex-start;
	width: 100%;
	height: 100vh;
	background: transparent url('/recruit/img/common/bg_header.webp') no-repeat center center/cover;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	scrollbar-width: none;
}

.c-header-hamburger-box.is-active {
	visibility: visible;
	opacity: 1;
}

.c-header-hamburger-inner {
	width: 102rem;
	max-width: 100%;
	margin-inline: auto;
	margin-block: auto;
}

.c-header-hamburger-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12rem;
}

.c-header-hamburger-logo-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.1rem;
}

.c-header-hamburger-sns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 2rem;
	gap: 8rem;
	margin-inline: auto;
	padding-block: 1.8rem;
	padding-inline: 2.6rem;
}

.c-header-hamburger-sns a {
	display: flex;
	align-items: center;
	transition: opacity 0.2s ease;
}

.c-header-hamburger-sns a:focus,
.c-header-hamburger-sns a:hover {
	opacity: 0.7;
}

.c-header-hamburger-follow {
	display: flex;
	align-items: center;
	width: 8.7rem;
}

.c-header-hamburger-menu {
	visibility: hidden;
	opacity: 0;
}

.c-header-hamburger-menu.is-active {
	visibility: visible;
	opacity: 1;
}

.c-fixed-btn {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5% 3%;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: center;
	-webkit-backdrop-filter: blur(4px) brightness(50%);
	backdrop-filter: blur(4px) brightness(50%);
}

.c-fixed-btn a {
	display: inline-block;
	width: 36rem;
	min-height: 6.4rem;
	border-radius: 100vmax;
	background-color: #fff;
	transition: background-color 0.3s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-fixed-btn a span {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 1.6rem 0 1.7rem 0;
	color: #1a1a1a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7222222222;
	-webkit-font-smoothing: antialiased;
}

.c-fixed-btn a span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.2rem;
	width: 4.7rem;
	height: 4.7rem;
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green.svg') no-repeat center center/contain;
	transition: background 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-fixed-btn a.c-fixed-btn-entry {
	margin-bottom: 1.5rem;
	background-color: #93ff8e;
}

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

.c-heading {
	position: relative;
	z-index: 1;
	text-align: center;
}

.c-heading p {
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 16rem;
	font-weight: 500;
	line-height: 1.19375;
	letter-spacing: -0.054em;
	text-transform: capitalize;
}

.c-heading h2 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
}

.c-heading h3 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
}

.c-heading-left {
	text-align: left;
}

.c-heading-right {
	text-align: right;
}

.c-heading-small p {
	font-size: 8rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.c-heading-small h3 {
	font-size: 1.3rem;
	line-height: 1.2307692308;
	letter-spacing: 0.1em;
}

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

.c-kv-bg-tagline {
	display: flex;
	overflow: hidden;
	align-items: center;
	width: 110%;
	-webkit-transform: rotate(6deg) translateY(17rem);
	transform: rotate(6deg) translateY(17rem);
}

.c-kv-bg-tagline-txt {
	display: flex;
	list-style: none;
	-webkit-animation: loop-slide 20s infinite linear 1s both;
	animation: loop-slide 20s infinite linear 1s both;
}

.c-kv-bg-tagline-txt li {
	display: inline-block;
	width: 70rem;
	padding-right: 20px;
	background-color: #1a1a1a;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 7.8rem;
	font-weight: 700;
	line-height: 1.141025641;
	-webkit-font-smoothing: antialiased;
}

@-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-tagline
-------------------------------------------------- */

.c-kv-tagline {
	display: flex;
	position: absolute;
	top: 57%;
	left: 50%;
	overflow: hidden;
	align-items: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.c-kv-tagline-txt {
	display: flex;
	list-style: none;
	-webkit-animation: loop-slide 90s infinite linear 1s both;
	animation: loop-slide 90s infinite linear 1s both;
}

.c-kv-tagline-txt li {
	display: inline-block;
	width: 140rem;
	padding-right: 50px;
	border-top: 2px solid #93ff8e;
	border-bottom: 2px solid #93ff8e;
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 10.6rem;
	font-weight: 600;
	line-height: 1.1981132075;
}

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

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

/* -----------------------------------------------------
 * c-lower-header
 * -------------------------------------------------- */

.c-lower-header {
	margin-top: 9rem;
	padding-bottom: 5rem;
}

.c-lower-header-inner {
	width: 132rem;
	max-width: 100%;
	padding-inline: 2rem;
	margin-inline: auto;
}

.c-lower-header-content {
	position: relative;
}

.c-lower-header-body {
	position: absolute;
	top: 50%;
	left: 0;
}

.c-lower-header-head {
	width: 73.203125%;
	margin-left: auto;
	padding-right: 30px;
}

.c-lower-header-head picture img {
	border-radius: 1rem;
	box-shadow: 40px 70px #1a1a1a;
}

/* -----------------------------------------------------
 * c-lower-heading
 * 下層ページMV 見出し 背景色が伸びて出現
 * -------------------------------------------------- */

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

.c-lower-heading-sub-tit,
.c-lower-heading-tit {
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: transparent;
	transition: color 0ms 450ms;
}

.c-lower-heading-sub-tit::after,
.c-lower-heading-tit::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #1a1a1a;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.c-lower-heading-sub-tit.is-animated::after,
.c-lower-heading-tit.is-animated::after {
	-webkit-animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
	animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.c-lower-heading-sub-tit {
	padding-bottom: 1rem;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: clamp(48px, 12.8vw, 120px);
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.c-lower-heading-sub-tit::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25rem;
	height: 2px;
	background-color: #fff;
}

.c-lower-heading-sub-tit.is-animated {
	color: #93ff8e;
}

.c-lower-heading-tit {
	margin-top: 2rem;
	font-size: clamp(16px, 4.2666666667vw, 40px);
	line-height: 1.45;
}

.c-lower-heading-tit.is-animated {
	color: #fff;
}

@-webkit-keyframes mask-bg {
	0% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	40%, 60% {
		-webkit-transform: translate(0, 0%);
		transform: translate(0, 0%);
	}

	100% {
		-webkit-transform: translate(101%, 0);
		transform: translate(101%, 0);
	}
}

@keyframes mask-bg {
	0% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	40%, 60% {
		-webkit-transform: translate(0, 0%);
		transform: translate(0, 0%);
	}

	100% {
		-webkit-transform: translate(101%, 0);
		transform: translate(101%, 0);
	}
}

/* -----------------------------------------------------
 * c-marker
-------------------------------------------------- */

.c-marker {
	display: inline;
	padding: 0.5rem;
	background: linear-gradient(transparent 0%, rgb(26, 26, 26) 0%);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.5s;
}

.c-marker.on {
	background-size: 100% 100%;
}

.c-marker-interview {
	display: inline-block;
	padding: 0.8rem 1.6rem;
	background: linear-gradient(transparent 0%, rgb(147, 255, 142) 0%);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.5s;
}

.c-marker-interview:not(:first-child) {
	margin-top: 1rem;
}

.c-marker-interview.on {
	background-size: 100% 100%;
	color: #1a1a1a;
}

/* -----------------------------------------------------
 * c-numbers
 * -------------------------------------------------- */

.c-numbers-heading {
	text-align: center;
}

.c-numbers-heading p {
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: clamp(13px, 3.4666666667vw, 14px);
	font-weight: 700;
	line-height: 1.2857142857;
	-webkit-font-smoothing: antialiased;
}

.c-numbers-heading p::first-letter {
	text-transform: capitalize;
}

.c-numbers-heading h4 {
	font-size: clamp(21px, 5.6vw, 30px);
	font-weight: 700;
	line-height: 1.6666666667;
	-webkit-font-smoothing: antialiased;
}

.num {
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: clamp(66px, 17.6vw, 120px);
	font-weight: 800;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}

.num-l {
	font-size: clamp(98px, 26.1333333333vw, 140px);
	line-height: 0.5428571429;
}

.num-s {
	font-size: clamp(34px, 9.0666666667vw, 44px);
	font-weight: 900;
	line-height: normal;
}

.num-xs {
	font-size: clamp(34px, 9.0666666667vw, 39px);
	font-weight: 900;
	line-height: normal;
}

.few {
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: clamp(64px, 17.0666666667vw, 80px);
	font-weight: 800;
	line-height: 0.95;
	-webkit-font-smoothing: antialiased;
}

.unit {
	font-size: clamp(28px, 7.4666666667vw, 40px);
	font-weight: 900;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}

.unit-s {
	font-size: clamp(15px, 4vw, 19px);
	font-weight: 700;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}

.unit-xs {
	font-size: clamp(15px, 4vw, 16px);
	font-weight: 700;
	line-height: normal;
}

.txt {
	font-size: clamp(18px, 4.8vw, 24px);
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.txt-s {
	font-size: clamp(18px, 4.8vw, 22px);
}

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

.c-page-environment-nav {
	position: relative;
	z-index: 1;
	margin-top: 1rem;
}

.c-page-environment-nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3rem;
}

.c-page-environment-nav-btn {
	display: inline-block;
	width: 36rem;
	min-height: 6.4rem;
	border-radius: 100vmax;
	background-color: #fff;
	transition: background-color 0.3s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-page-environment-nav-btn span {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 1.6rem 0 1.7rem 0;
	color: #1a1a1a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7222222222;
	-webkit-font-smoothing: antialiased;
}

.c-page-environment-nav-btn span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.2rem;
	width: 4.7rem;
	height: 4.7rem;
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green.svg') no-repeat center center/contain;
	transition: background 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-page-environment-nav-btn:focus,
.c-page-environment-nav-btn:hover {
	background-color: #93ff8e;
}

.c-page-environment-nav-btn:focus span::before,
.c-page-environment-nav-btn:hover span::before {
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green_hov.svg') no-repeat center center/contain;
}

.c-page-environment-nav-btn.is-active {
	background-color: #93ff8e;
	transition: none;
}

.c-page-environment-nav-btn.is-active span::before {
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green_hov.svg') no-repeat center center/contain;
	transition: none;
}

.c-page-environment-nav-btn-education span {
	padding-left: 5rem;
}

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

.c-page-nav {
	margin-top: 1rem;
}

.c-page-nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9.2rem;
}

.c-page-nav-list li a {
	display: block;
	position: relative;
	font-size: clamp(14px, 3.7333333333vw, 18px);
	font-weight: 700;
	line-height: 1.625;
	transition: color 0.2s ease;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
}

.c-page-nav-list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -4.4rem;
	width: 3.6rem;
	height: 3.6rem;
	background: transparent url('/recruit/img/common/ico_arrow_bottom.svg') no-repeat center center/contain;
	transition: background 0.2s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-page-nav-list li a:focus,
.c-page-nav-list li a:hover {
	color: #93ff8e;
}

.c-page-nav-list li a:focus::after,
.c-page-nav-list li a:hover::after {
	background: transparent url('/recruit/img/common/ico_arrow_bottom_hov.svg') no-repeat center center/contain;
}

/* -----------------------------------------------------
 * c-tab-btn
-------------------------------------------------- */

.c-tab-btn {
	display: inline-block;
	width: 36rem;
	min-height: 6.4rem;
	border-radius: 100vmax;
	background-color: #fff;
	transition: background-color 0.3s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-tab-btn span {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 1.6rem 0 1.7rem 0;
	color: #1a1a1a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7222222222;
	-webkit-font-smoothing: antialiased;
}

.c-tab-btn span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.2rem;
	width: 4.7rem;
	height: 4.7rem;
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green.svg') no-repeat center center/contain;
	transition: background 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-tab-btn:focus,
.c-tab-btn:hover {
	background-color: #93ff8e;
}

.c-tab-btn:focus span::before,
.c-tab-btn:hover span::before {
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green_hov.svg') no-repeat center center/contain;
}

/* -----------------------------------------------------
 * c-tab-numbers
-------------------------------------------------- */

.c-tab-numbers-nav {
	display: grid;
	margin-top: 4.8rem;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	gap: 3rem;
}

.c-tab-numbers-nav li {
	cursor: pointer;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.c-tab-numbers-nav li.is-active .c-tab-numbers-item-btn.c-tab-numbers-item-btn01 {
	background: transparent url('/recruit/img/top/ico_numbers_01_selected.svg') no-repeat center center/contain;
}

.c-tab-numbers-nav li.is-active .c-tab-numbers-item-btn.c-tab-numbers-item-btn02 {
	background: transparent url('/recruit/img/top/ico_numbers_02_selected.svg') no-repeat center center/contain;
}

.c-tab-numbers-nav li.is-active .c-tab-numbers-item-btn.c-tab-numbers-item-btn03 {
	background: transparent url('/recruit/img/top/ico_numbers_03_selected.svg') no-repeat center center/contain;
}

.c-tab-numbers-nav li.is-active .c-tab-numbers-item-btn.c-tab-numbers-item-btn04 {
	background: transparent url('/recruit/img/top/ico_numbers_04_selected.svg') no-repeat center center/contain;
}

.c-tab-numbers-nav li p {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.039em;
}

.c-tab-numbers-item-btn {
	width: 11.4rem;
	transition: background 0.3s;
	aspect-ratio: 1;
}

.c-tab-numbers-item-btn img {
	width: 100%;
	height: auto;
}

.c-tab-numbers-item-btn.c-tab-numbers-item-btn01 {
	background: transparent url('/recruit/img/top/ico_numbers_01.svg') no-repeat center center/contain;
}

.c-tab-numbers-item-btn.c-tab-numbers-item-btn02 {
	background: transparent url('/recruit/img/top/ico_numbers_02.svg') no-repeat center center/contain;
}

.c-tab-numbers-item-btn.c-tab-numbers-item-btn03 {
	background: transparent url('/recruit/img/top/ico_numbers_03.svg') no-repeat center center/contain;
}

.c-tab-numbers-item-btn.c-tab-numbers-item-btn04 {
	background: transparent url('/recruit/img/top/ico_numbers_04.svg') no-repeat center center/contain;
}

.c-tab-numbers-heading {
	text-align: center;
}

.c-tab-numbers-heading p {
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: clamp(13px, 3.4666666667vw, 15px);
	font-weight: 700;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
}

.c-tab-numbers-heading p::first-letter {
	text-transform: capitalize;
}

.c-tab-numbers-heading h3 {
	font-size: clamp(21px, 5.6vw, 30px);
	font-weight: 700;
	line-height: 1.6666666667;
	-webkit-font-smoothing: antialiased;
}

.c-tab-numbers-box {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.c-tab-numbers-num {
	position: relative;
	z-index: 1;
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: clamp(142px, 37.8666666667vw, 160px);
	font-weight: 800;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}

.c-tab-numbers-unit {
	position: relative;
	z-index: 1;
	padding-bottom: 27px;
	font-size: clamp(36px, 9.6vw, 42px);
	font-weight: 900;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}

.c-tab-numbers-txt {
	font-size: clamp(16px, 4.2666666667vw, 24px);
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

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

.c-ut-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0.8rem 6.6rem 0.6rem 1.6rem;
	color: #93ff8e;
	font-size: 2rem;
	font-weight: 700;
	transition: color 0.2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	inline-size: min(100%, 24.6rem);
}

.c-ut-btn::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #1a1a1a;
	transition: background-color 0.2s, border-bottom-color 0.2s, border-right-color 0.2s;
	-webkit-transform: scaleY(1.1) perspective(0.7em) rotateX(3deg);
	transform: scaleY(1.1) perspective(0.7em) rotateX(3deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.c-ut-btn:focus,
.c-ut-btn:hover {
	color: #1a1a1a;
}

.c-ut-btn:focus::before,
.c-ut-btn:hover::before {
	border-right-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
	background-color: #93ff8e;
}

.c-ut-btn-cross_talk-list {
	padding-right: 4.6rem;
}

.c-ut-btn-back {
	padding: 8px 16px 6px 66px;
}

.c-ut-btn-back::before {
	border-right: none;
	border-left: 1px solid #fff;
	-webkit-transform: scaleY(1.1) perspective(0.7em) rotateX(3deg);
	transform: scaleY(1.1) perspective(0.7em) rotateX(3deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.c-ut-more-btn::before {
	background-color: #414141;
}

/* -----------------------------------------------------
 * c-works-interview-btn
-------------------------------------------------- */

.c-works-interview-btn {
	display: inline-block;
	position: relative;
	padding-right: 1rem;
	font-size: clamp(16px, 4.2666666667vw, 20px);
	font-weight: 700;
	line-height: 1.45;
	transition: color 0.2s ease;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
}

.c-works-interview-btn::before,
.c-works-interview-btn::after {
	content: '';
	position: absolute;
}

.c-works-interview-btn::before {
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #93ff8e;
}

.c-works-interview-btn::after {
	top: 50%;
	right: -4.4rem;
	width: 3.6rem;
	height: 3.6rem;
	background: transparent url('/recruit/img/common/ico_arrow_right.svg') no-repeat center center/contain;
	transition: background 0.2s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-works-interview-btn:focus,
.c-works-interview-btn:hover {
	color: #93ff8e;
}

.c-works-interview-btn:focus::after,
.c-works-interview-btn:hover::after {
	background: transparent url('/recruit/img/common/ico_arrow_right_hov.svg') no-repeat center center/contain;
}

/* -----------------------------------------------------
 * c-works-item-btn
-------------------------------------------------- */

.c-works-item-btn {
	display: inline-block;
	width: 36rem;
	min-height: 6.4rem;
	border-radius: 100vmax;
	background-color: #fff;
	transition: background-color 0.3s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.c-works-item-btn span {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 1.6rem 0 1.7rem 0;
	color: #1a1a1a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7222222222;
	-webkit-font-smoothing: antialiased;
}

.c-works-item-btn span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.2rem;
	width: 4.7rem;
	height: 4.7rem;
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green.svg') no-repeat center center/contain;
	transition: background 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-works-item-btn:focus,
.c-works-item-btn:hover {
	background-color: #93ff8e;
}

.c-works-item-btn:focus span::before,
.c-works-item-btn:hover span::before {
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green_hov.svg') no-repeat center center/contain;
}

.c-works-item-btn.selected {
	background-color: #93ff8e;
	transition: none;
}

.c-works-item-btn.selected span::before {
	background: transparent url('/recruit/img/common/icn_btn_arrow_gray_green_hov.svg') no-repeat center center/contain;
	transition: none;
}

/* -----------------------------------------------------
 * p-cross_talk-detail
-------------------------------------------------- */

.p-cross_talk-detail-lead {
	color: #93ff8e;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6666666667;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.p-cross_talk-detail-lead:last-of-type {
	margin-top: 8rem;
}

.p-cross_talk-detail-desc {
	width: 85.7142857143%;
	margin-top: 40px;
	font-weight: 700;
	text-align: center;
	margin-inline: auto;
	-webkit-font-smoothing: antialiased;
}

.p-cross_talk-detail-speakers {
	display: flex;
	justify-content: center;
	margin-top: 8rem;
	gap: 4rem;
}

.p-cross_talk-detail-speaker {
	position: relative;
}

.p-cross_talk-detail-speaker-body {
	display: inline-block;
	position: absolute;
	bottom: -3rem;
	left: 0;
	padding: 10px 12px;
	background-color: #93ff8e;
	text-align: left;
}

.p-cross_talk-detail-speaker-store {
	color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: normal;
}

.p-cross_talk-detail-speaker-wrap {
	display: flex;
	align-items: center;
	color: #1a1a1a;
	gap: 4rem;
}

.p-cross_talk-detail-speaker-name {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

.p-cross_talk-detail-speaker-name::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -2rem;
	width: 1px;
	height: 20px;
	background-color: #1a1a1a;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-cross_talk-detail-speaker-tag {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5;
}

.p-cross_talk-detail-speaker-thumb {
	width: 32.2rem;
}

.p-cross_talk-detail-speaker-line {
	position: relative;
}

.p-cross_talk-detail-speaker-line::before,
.p-cross_talk-detail-speaker-line::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 32px;
	background-color: #fff;
}

.p-cross_talk-detail-speaker-line::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-cross_talk-detail-speaker-line::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-cross_talk-detail-content {
	margin-top: 12rem;
}

.p-cross_talk-detail-faq {
	margin-top: 8rem;
}

.p-cross_talk-detail-faq:first-of-type {
	margin-top: 4rem;
}

.p-cross_talk-detail-faq h3 {
	width: 100%;
	padding: 3.6rem 0;
	border-top: 2px solid #93ff8e;
	border-bottom: 2px solid #93ff8e;
	background-color: #1a1a1a;
	text-align: center;
}

.p-cross_talk-detail-faq h3 span {
	position: relative;
	width: 85.7142857143%;
	padding-left: 4.3rem;
	font-weight: 700;
	text-align: left;
	margin-inline: auto;
	-webkit-font-smoothing: antialiased;
}

.p-cross_talk-detail-faq h3 span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 25px;
	background: transparent url('/recruit/img/common/txt_q.webp') no-repeat center center/contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-cross_talk-detail-faq-a {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
	gap: 20px;
}

.p-cross_talk-detail-faq-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: flex-start;
	gap: 6rem;
}

.p-cross_talk-detail-faq-txt {
	position: relative;
	width: 68.75%;
	margin-top: 2.8rem;
	padding: 4rem 6rem;
	border-radius: 10px;
	background: #fff;
	color: #1a1a1a;
	font-weight: 700;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.p-cross_talk-detail-faq-txt::after {
	content: '';
	position: absolute;
	top: 20%;
	right: 100%;
	width: 0;
	height: 0;
	margin-top: -12px;
	border: solid transparent;
	border-color: rgba(0, 153, 255, 0);
	border-top-width: 12px;
	border-right-width: 18px;
	border-right-color: #fff;
	border-bottom-width: 12px;
	border-left-width: 18px;
	pointer-events: none;
}

.p-cross_talk-detail-faq-icon {
	width: 13.2rem;
}

.p-cross_talk-detail-faq-ph {
	width: 98.2142857143%;
	margin-top: 8rem;
	margin-inline: auto;
}

.p-cross_talk-detail-faq-ph img {
	border-radius: 1rem;
	box-shadow: 0 0 0 10px #414141, 0 0 0 12px #93ff8e;
}

.p-cross_talk-detail-foot {
	margin-top: 9.5rem;
	text-align: center;
}

.p-cross_talk-detail-mov {
	margin-top: 12rem;
	text-align: center;
}

.p-cross_talk-detail-mov-inner {
	cursor: pointer;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-cross_talk-detail-mov-inner iframe {
	width: 98.2142857143%;
	border-radius: 10px;
	box-shadow: 0 0 0 8px #414141, 0 0 0 10px #93ff8e;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-members .p-cross_talk-detail-speaker-body {
	padding: 10px 15px;
}

.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-name::after {
	display: none;
}

.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-member {
	display: flex;
	gap: 5rem;
}

.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-type,
.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-tag {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.3333333333;
}

.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-type {
	position: relative;
}

.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-type::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -2rem;
	width: 1px;
	height: 20px;
	background-color: #1a1a1a;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.l-cross_talk-detail-01 .p-cross_talk-detail-mov {
	margin-top: clamp(160px, 1.2rem, 120px);
}

/* -----------------------------------------------------
 * p-cross_talk-list
-------------------------------------------------- */

.p-cross_talk-list-content {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 14rem;
}

.p-cross_talk-list-item {
	position: relative;
}

.p-cross_talk-list-item::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 13.3333333333%;
	left: 0;
	width: 100%;
	height: 41.6666666667vw;
	min-height: 52.5rem;
	background-color: #1a1a1a;
}

.p-cross_talk-list-wrap {
	position: relative;
}

.p-cross_talk-list-wrap a {
	display: block;
	overflow: hidden;
	border-radius: 0 0 10px 0;
}

.p-cross_talk-list-wrap a .p-cross_talk-list-img img {
	transition: all 0.6s ease-in-out 0s;
}

.p-cross_talk-list-wrap a .p-cross_talk-list-img img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-cross_talk-list-tit {
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: -17.5%;
	height: clamp(92px, 24.5333333333vw, 160px);
	padding: 3rem 7.5rem 0 5.8rem;
	background-color: #414141;
}

.p-cross_talk-list-tit hgroup {
	display: flex;
	align-items: center;
	gap: 8.8rem;
}

.p-cross_talk-list-tit span {
	position: relative;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(48px, 12.8vw, 92px);
	font-weight: 700;
	line-height: 0.5543478261;
	-webkit-font-smoothing: antialiased;
}

.p-cross_talk-list-tit span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -4.4rem;
	width: 4px;
	height: 9.4rem;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-cross_talk-list-tit h3 {
	color: #fff;
	font-size: clamp(16px, 4.2666666667vw, 30px);
	font-weight: 700;
	line-height: 1.6666666667;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.p-cross_talk-list-img {
	position: relative;
}

.p-cross_talk-list-type {
	position: absolute;
	top: 0;
	width: 6.6rem;
}

.p-cross_talk-list-foot {
	margin-top: 14rem;
}

.p-cross_talk-list-item_01,
.p-cross_talk-list-item_03 {
	-webkit-padding-end: 16rem;
	padding-inline-end: 16rem;
}

.p-cross_talk-list-item_01 .p-cross_talk-list-tit,
.p-cross_talk-list-item_03 .p-cross_talk-list-tit {
	left: 0;
	border-radius: 0 10px 10px 0;
}

.p-cross_talk-list-item_01 .p-cross_talk-list-img picture img,
.p-cross_talk-list-item_03 .p-cross_talk-list-img picture img {
	border-radius: 0 0 10px 0;
}

.p-cross_talk-list-item_01 .p-cross_talk-list-type,
.p-cross_talk-list-item_03 .p-cross_talk-list-type {
	right: 0;
}

.p-cross_talk-list-item_01 .p-cross_talk-list-foot,
.p-cross_talk-list-item_03 .p-cross_talk-list-foot {
	text-align: right;
}

.p-cross_talk-list-item_02 {
	-webkit-padding-start: 16rem;
	padding-inline-start: 16rem;
}

.p-cross_talk-list-item_02 .p-cross_talk-list-tit {
	right: 0;
	border-radius: 10px 0 0 10px;
}

.p-cross_talk-list-item_02 .p-cross_talk-list-img picture img {
	border-radius: 0 0 0 10px;
}

.p-cross_talk-list-item_02 .p-cross_talk-list-type {
	left: 0;
}

.p-cross_talk-list-item_02 .p-cross_talk-list-foot {
	text-align: left;
}

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

.p-education-lead {
	color: #93ff8e;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.p-education-content {
	width: 56.862745098%;
	margin-top: 12rem;
	margin-left: auto;
}

.p-education-txt {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.4615384615;
	text-align: left;
	letter-spacing: -0.01em;
	-webkit-font-smoothing: antialiased;
}

/* -----------------------------------------------------
 * p-environment
-------------------------------------------------- */

.p-environment-tit {
	grid-column: 1/2;
	grid-row: 2/3;
}

.p-environment-desc {
	margin-top: 10rem;
	margin-right: 3rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.4615384615;
	grid-column: 1/2;
	grid-row: 3/4;
	-webkit-font-smoothing: antialiased;
}

.p-environment-img {
	grid-column: 2/3;
	grid-row: 1/5;
}

.p-environment-list {
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: column;
	width: 100rem;
	max-width: 100%;
	padding-inline: 2rem;
	margin-inline: auto;
	gap: 40px;
}

.p-environment-item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 4.8rem 10rem 4.8rem 3.6rem;
	border: 2px solid #93ff8e;
	border-radius: 0.4rem;
	background-color: #1a1a1a;
	gap: 6rem;
}

.p-environment-body h4 {
	color: #93ff8e;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 2.4615384615;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
}

.p-environment-txt {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.p-environment-ico {
	flex: 0 0 14rem;
}

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

.p-footer-logo-honda {
	grid-column: 3/4;
	grid-row: 4/5;
}

.p-footer-logo {
	grid-column: 1/2;
	grid-row: 1/2;
}

.p-footer-body {
	position: relative;
	z-index: 1;
	grid-column: 2/3;
	grid-row: 1/5;
}

.p-footer-body .p-nav-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem 11rem;
}

.p-footer-body .p-nav-link a {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4444444444;
	transition: all 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
}

.p-footer-body .p-nav-link a:focus,
.p-footer-body .p-nav-link a:hover {
	opacity: 0.7;
}

.p-footer-body .c-nav-item-list {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	padding-left: 1rem;
	gap: 0.6rem;
}

.p-footer-body .c-nav-item-list li {
	position: relative;
	padding-left: 18px;
	line-height: 1.375;
}

.p-footer-body .c-nav-item-list li::before {
	content: '';
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 10px;
	height: 1px;
	background-color: #414141;
}

.p-footer-body .c-nav-item-list li .c-nav-external-link {
	position: relative;
}

.p-footer-body .c-nav-item-list li .c-nav-external-link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	width: 14px;
	height: 14px;
	background: transparent url('/recruit/img/common/ico_link.webp') no-repeat center center/contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-footer-body .c-nav-item-list li a {
	font-size: 1.6rem;
	line-height: 1.375;
	white-space: nowrap;
	transition: all 0.2s ease-in-out;
}

.p-footer-body .c-nav-item-list li a:focus,
.p-footer-body .c-nav-item-list li a:hover {
	opacity: 0.7;
}

.p-footer-copyright {
	margin-top: 5.2rem;
	text-align: center;
}

.p-footer-copyright small {
	font-size: 1.4rem;
	line-height: 1.3714285714;
}

/* -----------------------------------------------------
 * p-guidelines
-------------------------------------------------- */

.p-guidelines-head {
	display: flex;
	align-items: center;
	margin-top: 4rem;
	gap: 5.6rem;
}

.p-guidelines-head span {
	position: relative;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2142857143;
	-webkit-font-smoothing: antialiased;
}

.p-guidelines-head span::after {
	content: '';
	position: absolute;
	background-color: #fff;
}

.p-guidelines-desc {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6666666667;
	text-align: left;
}

/***************************/

/* pc用カード並び */

/* カード間の余白 */

/* カード表示枚数 */

/***************************/

/***************************/

/* tab用カード並び */

/* カード間の余白 */

/* カード表示枚数 */

/***************************/

.p-guidelines-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6rem;
}

.p-guidelines-item {
	position: relative;
	border: 2px solid #93ff8e;
	border-radius: 12px;
}

.p-guidelines-item a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	text-align: left;
	transition: all 0.2s ease 0s;
}

.p-guidelines-item a:focus .p-guidelines-thumb > img,
.p-guidelines-item a:hover .p-guidelines-thumb > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-guidelines-item a:focus .p-guidelines-btn-more,
.p-guidelines-item a:hover .p-guidelines-btn-more {
	color: #fff;
}

.p-guidelines-wrap {
	display: flex;
	flex-direction: column-reverse;
}

.p-guidelines-body {
	padding: 2rem 1.5rem 3.5rem;
	border-radius: 0 0 10px 10px;
	background-color: #93ff8e;
	text-align: center;
}

.p-guidelines-body p {
	position: relative;
	padding-bottom: 1.5rem;
	color: #1a1a1a;
	font-size: clamp(16px, 4.2666666667vw, 18px);
	font-weight: 500;
	line-height: 1.2222222222;
}

.p-guidelines-body p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: #1a1a1a;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-guidelines-body h4 {
	margin-top: 1rem;
	color: #1a1a1a;
	font-size: clamp(22px, 5.8666666667vw, 25px);
	font-weight: 700;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
}

.p-guidelines-body .p-guidelines-en {
	color: #1a1a1a;
	font-size: clamp(16px, 4.2666666667vw, 18px);
	font-weight: 500;
	line-height: 1.2222222222;
}

.p-guidelines-thumb {
	display: flex;
	overflow: hidden;
	align-items: baseline;
	height: 33.6rem;
	border-radius: 10px 10px 0 0;
	text-align: center;
	will-change: transform;
}

.p-guidelines-thumb img {
	display: block;
	border-radius: 10px 10px 0 0;
	transition: all 0.2s ease 0s;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-guidelines-btn {
	position: absolute;
	z-index: 10;
	bottom: -25px;
	left: -2px;
}

.p-guidelines-btn-more {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0.8rem 6.6rem 0.6rem 1.6rem;
	color: #93ff8e;
	font-size: 2rem;
	font-weight: 700;
	transition: color 0.2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	inline-size: min(100%, 24.6rem);
}

.p-guidelines-btn-more::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #1a1a1a;
	-webkit-transform: scaleY(1.1) perspective(0.7em) rotateX(3deg);
	transform: scaleY(1.1) perspective(0.7em) rotateX(3deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

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

.p-header-hamburger-right .p-nav-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);
	gap: 4rem 14rem;
}

.p-header-hamburger-right .p-nav-col01 {
	padding-left: 2rem;
	grid-column: 1/2;
	grid-row: 1/2;
}

.p-header-hamburger-right .p-nav-col01 .p-nav-link a {
	font-size: clamp(15px, 0.18rem, 18px);
	line-height: 1.4;
}

.p-header-hamburger-right .p-nav-col02 {
	grid-column: 1/2;
	grid-row: 2/3;
}

.p-header-hamburger-right .p-nav-col03 {
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-header-hamburger-right .p-nav-col04 {
	grid-column: 1/2;
	grid-row: 3/4;
}

.p-header-hamburger-right .p-nav-col05 {
	grid-column: 2/3;
	grid-row: 3/4;
}

.p-header-hamburger-right .p-nav-link a {
	color: #93ff8e;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4444444444;
	transition: all 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
}

.p-header-hamburger-right .p-nav-link a:focus,
.p-header-hamburger-right .p-nav-link a:hover {
	opacity: 0.7;
}

.p-header-hamburger-right .c-nav-item {
	position: relative;
	padding-left: 2rem;
}

.p-header-hamburger-right .c-nav-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}

.p-header-hamburger-right .c-nav-item-list {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	padding-left: 1rem;
	gap: 0.6rem;
}

.p-header-hamburger-right .c-nav-item-list li {
	padding-left: 18px;
	line-height: 1.375;
}

.p-header-hamburger-right .c-nav-item-list li .c-nav-external-link {
	position: relative;
}

.p-header-hamburger-right .c-nav-item-list li .c-nav-external-link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	width: 14px;
	height: 14px;
	background: transparent url('/recruit/img/common/ico_link.webp') no-repeat center center/contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-header-hamburger-right .c-nav-item-list li a {
	color: #93ff8e;
	font-size: 1.6rem;
	line-height: 1.375;
	white-space: nowrap;
	transition: all 0.2s ease-in-out;
}

.p-header-hamburger-right .c-nav-item-list li a:focus,
.p-header-hamburger-right .c-nav-item-list li a:hover {
	opacity: 0.7;
}

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

.p-home-crosstalk-list {
	display: flex;
	flex-direction: column;
	margin-top: 7rem;
	gap: 11.4rem;
}

.p-home-crosstalk-item {
	position: relative;
}

.p-home-crosstalk-item::after {
	position: absolute;
	z-index: 2;
	top: -2rem;
	width: 100%;
	height: auto;
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 9.8rem;
	font-weight: 900;
	line-height: 0.4591836735;
	-webkit-font-smoothing: antialiased;
}

.p-home-crosstalk-item a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 1rem;
}

.p-home-crosstalk-item a:focus .p-home-crosstalk-bg,
.p-home-crosstalk-item a:hover .p-home-crosstalk-bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

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

.p-home-crosstalk-body {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.p-home-crosstalk-tit picture {
	display: inline-block;
	width: 31rem;
}

.p-home-crosstalk-bg {
	position: relative;
	height: 34rem;
	border-radius: 1rem;
	transition: all 0.2s ease 0s;
}

.p-home-crosstalk-bg::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease 0s;
}

.p-home-crosstalk-item_01::after {
	content: '#01';
	right: 2rem;
	text-align: right;
}

.p-home-crosstalk-item_01 .p-home-crosstalk-bg {
	background: transparent url('/recruit/img/top/img_crosstalk_01_pc.webp') no-repeat center center/cover;
}

.p-home-crosstalk-item_02::after {
	content: '#02';
	left: 2rem;
	text-align: left;
}

.p-home-crosstalk-item_02 .p-home-crosstalk-bg {
	background: transparent url('/recruit/img/top/img_crosstalk_02_pc.webp') no-repeat center center/cover;
}

.p-home-crosstalk-item_03::after {
	content: '#03';
	right: 2rem;
	text-align: right;
}

.p-home-crosstalk-item_03 .p-home-crosstalk-bg {
	background: transparent url('/recruit/img/top/img_crosstalk_03_pc.webp') no-repeat center center/cover;
}

.p-home-crosstalk-foot {
	margin-top: 55px;
}

/* -----------------------------------------------------
 * p-home-job-type
 * -------------------------------------------------- */

.p-home-job-type-tit {
	margin-top: -2.5rem;
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-home-job-type-body {
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-home-job-type-wrap {
	grid-column: 1/2;
	grid-row: 1/4;
}

.p-home-job-type-cpy {
	margin-top: 5.6rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6666666667;
	-webkit-font-smoothing: antialiased;
}

.p-home-job-type-txt {
	margin-top: 40px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.p-home-job-type-foot {
	margin-top: 56px;
}

.p-home-job-type-links {
	border-radius: 1rem;
}

.p-home-job-type-link {
	display: flex;
	position: relative;
	z-index: 0;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	padding-right: 34px;
	padding-left: 55px;
	aspect-ratio: 600/184;
}

.p-home-job-type-link hgroup {
	margin-top: 4rem;
}

.p-home-job-type-link hgroup p {
	margin: 0;
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 0.27625;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

.p-home-job-type-link hgroup h3 {
	margin-top: 1rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.3125;
	-webkit-font-smoothing: antialiased;
}

.p-home-job-type-link:focus .p-home-job-type-link-bg,
.p-home-job-type-link:hover .p-home-job-type-link-bg {
	scale: 1.1;
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.p-home-job-type-linkTop,
.p-home-job-type-link-bgTop {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.p-home-job-type-link-bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: auto;
	transition: scale 0.3s;
	inset: 0;
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
}

.p-home-job-type-link-icon {
	width: 56px;
}

.p-home-job-type-link-icon img {
	width: 100%;
	height: auto;
}

.p-home-job-type-linkBottom,
.p-home-job-type-link-bgBottom {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/* -----------------------------------------------------
 * p-home-message
 * -------------------------------------------------- */

.p-home-message-content {
	display: grid;
	grid-template-columns: 74rem 1fr;
}

.p-home-message-catch-bg {
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-home-message-catch {
	position: relative;
	z-index: 1;
	font-size: clamp(32px, 8.5333333333vw, 62px);
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-font-smoothing: antialiased;
}

.p-home-message-txt {
	margin-left: 5.5555555556%;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 2.7777777778;
	letter-spacing: 0.02em;
	grid-column: 2/3;
	grid-row: 2/3;
	-webkit-font-smoothing: antialiased;
}

.p-home-message-img {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -18rem;
	grid-column: 1/2;
	grid-row: 1/3;
}

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

.p-interview-head {
	display: flex;
	flex-direction: row-reverse;
}

.p-interview-body {
	text-align: right;
}

.p-interview-body h3 {
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.p-interview-catch {
	margin-top: 30px;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6666666667;
	-webkit-font-smoothing: antialiased;
}

.p-interview-catch span {
	background-color: #414141;
}

.p-interview-store {
	display: inline-block;
	margin-top: 4rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.1875;
}

.p-interview-name {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

.p-interview-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 4rem;
}

.p-interview-wrap span {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5;
}

.p-interview-wrap span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	width: 1px;
	height: 20px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-interview-wrap span:last-child::after {
	display: none;
}

.p-interview-thumb {
	flex: 0 0 53.5714285714%;
	border-radius: 10px;
}

.p-interview-thumb img {
	border-radius: 10px;
	box-shadow: 0 0 0 8px #414141, 0 0 0 10px #93ff8e;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-interview-mov {
	cursor: pointer;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-interview-mov iframe {
	border-radius: 10px;
	box-shadow: 0 0 0 8px #414141, 0 0 0 10px #93ff8e;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-interview-content {
	margin-top: 12rem;
}

.p-interview-faq:not(:first-of-type) {
	margin-top: 8rem;
}

.p-interview-faq h4 {
	width: 100%;
	padding: 3.6rem 0;
	border-top: 2px solid #93ff8e;
	border-bottom: 2px solid #93ff8e;
	background-color: #1a1a1a;
	text-align: center;
}

.p-interview-faq h4 span {
	position: relative;
	padding-left: 4.3rem;
	font-weight: 700;
	text-align: center;
	margin-inline: auto;
	-webkit-font-smoothing: antialiased;
}

.p-interview-faq h4 span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 25px;
	background: transparent url('/recruit/img/common/txt_q.webp') no-repeat center center/contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-interview-faq-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: flex-start;
	margin-top: 4rem;
	gap: 6rem;
}

.p-interview-faq-txt {
	position: relative;
	width: 68.75%;
	margin-top: 2.8rem;
	padding: 4rem 6rem;
	border-radius: 10px;
	background: #fff;
	color: #1a1a1a;
	font-weight: 700;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

.p-interview-faq-txt::after {
	content: '';
	position: absolute;
	top: 30%;
	right: 100%;
	width: 0;
	height: 0;
	margin-top: -12px;
	border: solid transparent;
	border-color: rgba(0, 153, 255, 0);
	border-top-width: 12px;
	border-right-width: 18px;
	border-right-color: #fff;
	border-bottom-width: 12px;
	border-left-width: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.p-interview-faq-icon {
	width: 13.2rem;
}

.p-interview-faq-ph {
	width: 98.2142857143%;
	margin-top: 8rem;
	margin-inline: auto;
}

.p-interview-faq-ph img {
	border-radius: 1rem;
	box-shadow: 0 0 0 10px #414141, 0 0 0 12px #93ff8e;
}

/* -----------------------------------------------------
 * p-kv
 * -------------------------------------------------- */

.p-kv-bg-tagline {
	position: relative;
	z-index: 1;
}

.p-kv-wrap {
	position: relative;
	z-index: 2;
	height: 82.2916666667vw;
}

.p-kv-body {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-kv-tit {
	width: 100%;
}

.p-kv-tit img {
	width: 100%;
}

.p-kv-lead {
	width: 52.0833333333%;
	margin-top: -15rem;
	margin-left: auto;
}

/* -----------------------------------------------------
 * p-links
 * -------------------------------------------------- */

.p-links-list li:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.p-links-list li:first-of-type .p-links-link,
.p-links-list li:first-of-type .p-links-link-bg,
.p-links-list li:first-of-type .p-links-link-bg img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.p-links-list li:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.p-links-list li:last-of-type .p-links-link,
.p-links-list li:last-of-type .p-links-link-bg,
.p-links-list li:last-of-type .p-links-link-bg img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.p-links-list a {
	display: flex;
	position: relative;
	z-index: 0;
	justify-content: center;
	align-items: center;
	aspect-ratio: 429/188;
}

.p-links-list a::before {
	content: '';
	position: absolute;
	width: 40.3rem;
	margin: auto;
	background: url('/recruit/img/top/img_links_deco.svg') no-repeat center/contain;
	inset: 0;
	aspect-ratio: 403/162;
}

.p-links-list a hgroup {
	position: relative;
	z-index: 2;
	text-align: center;
}

.p-links-link-bg {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: auto;
	inset: 0;
}

.p-links-link-bg img {
	width: 100%;
	height: auto;
	transition: scale 0.3s;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.p-links-ttl h3 {
	font-size: clamp(19px, 5.0666666667vw, 24px);
	font-weight: 500;
	line-height: 1.2;
}

.p-links-ttl p {
	margin: 0;
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: clamp(18px, 4.8vw, 24px);
	font-weight: 700;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

/* -----------------------------------------------------
 * p-message
 * -------------------------------------------------- */

.p-message-tit {
	grid-column: 1/2;
	grid-row: 1/2;
}

.p-message-lead {
	width: 17rem;
	margin-top: 60px;
	grid-column: 2/3;
	grid-row: 1/3;
}

.p-message-body {
	margin-top: 11rem;
	grid-column: 1/2;
	grid-row: 2/5;
}

.p-message-body p {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 2.4615384615;
	letter-spacing: 0.02em;
}

.p-message-foot {
	margin-top: 7rem;
}

.p-message-signature {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 2.4615384615;
}

.p-message-signature span {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}

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

.p-numbers-box {
	display: flex;
	align-items: center;
	border: 2px solid #93ff8e;
	border-radius: 10px;
	background-color: #1a1a1a;
}

.p-numbers-box-01 {
	padding: 3rem 5rem;
	grid-column: 1/5;
	grid-row: 1/2;
}

.p-numbers-box-01 .p-numbers-box-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5.4rem;
}

.p-numbers-box-02 {
	position: relative;
	padding: 3rem 5rem;
	grid-column: 1/5;
	grid-row: 2/3;
}

.p-numbers-box-02::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4rem;
	width: 16.5rem;
	height: 11.6rem;
	background: transparent url('/recruit/img/numbers/fig_numbers_01.webp') no-repeat center center/contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-numbers-box-02 .p-numbers-box-body {
	display: flex;
	position: relative;
	z-index: 1;
	align-items: center;
	gap: 8.4rem;
}

.p-numbers-box-02 .p-numbers-box-num {
	margin-top: 20px;
}

.p-numbers-box-03 {
	padding: 4rem 3.6rem 3rem;
	grid-column: 5/7;
	grid-row: 1/3;
}

.p-numbers-box-03 .p-numbers-box-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-numbers-box-03 .p-numbers-box-img {
	margin-top: 4rem;
}

.p-numbers-box-03 .p-numbers-box-num {
	margin-top: 3rem;
}

.p-numbers-box-04 {
	position: relative;
	justify-content: center;
	padding: 4rem 0 3rem;
	grid-column: 1/3;
	grid-row: 3/5;
}

.p-numbers-box-04::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 3rem;
	width: 18.6rem;
	height: 25.6rem;
	background: transparent url('/recruit/img/numbers/fig_numbers_03.webp') no-repeat center center/contain;
}

.p-numbers-box-04 .p-numbers-box-body {
	position: relative;
	z-index: 1;
}

.p-numbers-box-04 .p-numbers-box-num {
	margin-top: 13rem;
}

.p-numbers-box-05 {
	justify-content: center;
	padding: 4rem;
	grid-column: 3/7;
	grid-row: 3/5;
}

.p-numbers-box-05 .p-numbers-box-wrap {
	display: flex;
	align-items: center;
	margin-top: 5rem;
	gap: 9rem;
}

.p-numbers-box-05 .p-numbers-box-img-01 {
	width: 23rem;
}

.p-numbers-box-05 .p-numbers-box-img-02 {
	width: 6.4rem;
}

.p-numbers-box-05 .p-numbers-box-group {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
}

.p-numbers-box-05 .p-numbers-box-gender {
	position: absolute;
	top: -3rem;
	right: 0;
	line-height: normal;
}

.p-numbers-box-06 {
	justify-content: center;
	padding: 4rem 0 6rem;
	grid-column: 1/7;
	grid-row: 5/7;
}

.p-numbers-box-06 .p-numbers-box-body {
	display: grid;
	grid-template-columns: 36.862745098% 39.2156862745%;
	gap: 5rem 9rem;
	place-content: center;
}

.p-numbers-box-06 .p-numbers-box-tit {
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-numbers-box-06 .p-numbers-box-data-list {
	display: flex;
	flex-direction: column;
	grid-column: 2/3;
	grid-row: 2/4;
	gap: 1rem;
}

.p-numbers-box-06 .p-numbers-box-data-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7px;
	border-bottom: 1px solid #93ff8e;
}

.p-numbers-box-06 .p-numbers-box-ringchart {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1/2;
	grid-row: 1/4;
	place-content: center;
}

.p-numbers-box-07 {
	justify-content: center;
	padding: 4rem 0 6rem;
	grid-column: 1/7;
	grid-row: 7/9;
}

.p-numbers-box-07 .p-numbers-box-body {
	display: grid;
	grid-template-columns: 39.2156862745% 44.5098039216%;
	gap: 5rem 4rem;
	place-content: center;
}

.p-numbers-box-07 .p-numbers-box-tit {
	grid-column: 1/2;
	grid-row: 1/2;
}

.p-numbers-box-07 .p-numbers-box-data-list {
	display: flex;
	flex-direction: column;
	grid-column: 1/2;
	grid-row: 2/4;
	gap: 1rem;
}

.p-numbers-box-07 .p-numbers-box-data-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7px;
	border-bottom: 1px solid #93ff8e;
}

.p-numbers-box-07 .p-numbers-box-ringchart {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 2/3;
	grid-row: 1/4;
	place-content: center;
}

.p-numbers-box-08 {
	display: block;
	position: relative;
	padding: 4rem 8rem 6rem;
	grid-column: 1/7;
	grid-row: 9/11;
}

.p-numbers-box-08::after {
	content: '';
	position: absolute;
	right: 8rem;
	bottom: 6rem;
	width: 38rem;
	height: 11.8rem;
	background: transparent url('/recruit/img/numbers/fig_numbers_05.webp') no-repeat center center/contain;
}

.p-numbers-box-08 .p-numbers-box-data-list {
	display: grid;
	margin-top: 4rem;
	grid-template-columns: repeat(2, 1fr);
	gap: 9rem 3.6rem;
}

.p-numbers-box-08 .p-numbers-box-data-item {
	position: relative;
}

.p-numbers-box-08 .p-numbers-box-data-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid #93ff8e;
}

.p-numbers-box-08 .p-number-box-chart-row {
	position: relative;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 8rem;
	margin-top: 1rem;
	background-color: #93ff8e;
}

.p-numbers-box-08 .p-number-box-chart-row .graph {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	overflow: hidden;
	margin: 0;
	background-color: #0be600;
	white-space: nowrap;
	text-indent: 200%;
}

.p-numbers-box-08 .p-number-box-chart-row .sales {
	top: 0;
	width: 4.347826087%;
}

.p-numbers-box-08 .p-number-box-chart-row .cs {
	top: 0;
	width: 100%;
}

.p-numbers-box-08 .p-number-box-chart-row .service {
	top: 0;
	width: 3.2608695652%;
}

.p-numbers-box-08 .p-number-box-chart-row .sa {
	top: 0;
	width: 100%;
}

.p-numbers-box-08 .p-number-box-chart-row .h-office {
	top: 0;
	width: 40%;
}

.p-numbers-box-08 .p-number-box-chart-row-img {
	position: absolute;
	bottom: -4.5rem;
	left: 0;
	width: 100%;
	height: 12.5rem;
}

.p-numbers-box-08 .p-number-box-chart-row-img img {
	max-width: 100%;
	height: auto;
}

.p-numbers-box-08 .graph-in-x {
	opacity: 0;
	transition-duration: 0.8s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.p-numbers-box-08 .fade-graph-x {
	-webkit-transform: translateX(-100%);
	transform: translateX(100%);
}

.p-numbers-box-08 .scroll-graph-x {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-numbers-box-09 {
	justify-content: center;
	align-items: flex-start;
	padding-top: 4.5rem;
	grid-column: 1/4;
	grid-row: 11/13;
}

.p-numbers-box-09 .p-numbers-box-content {
	position: relative;
	margin-top: 8rem;
}

.p-numbers-box-09 .p-numbers-box-chart-row {
	display: flex;
	position: relative;
	top: 0;
	left: 8rem;
	overflow: hidden;
	flex-direction: column;
	width: 27rem;
	height: 35.4rem;
	border-left: 1px solid #fff;
	gap: 3.2rem;
}

.p-numbers-box-09 .p-numbers-box-chart-row li {
	display: block;
	width: 100%;
	height: 5.4rem;
}

.p-numbers-box-09 .p-numbers-box-chart-row .graph {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 5.4rem;
	margin: 0;
	white-space: nowrap;
	text-indent: 200%;
}

.p-numbers-box-09 .p-numbers-box-chart-row .service {
	top: 2rem;
	width: 18rem;
	background-color: #93ff8e;
}

.p-numbers-box-09 .p-numbers-box-chart-row .sales {
	top: 10.4rem;
	width: 13rem;
	background-color: #6cff64;
}

.p-numbers-box-09 .p-numbers-box-chart-row .cs {
	top: 18.8rem;
	width: 6.4rem;
	background-color: #0be600;
}

.p-numbers-box-09 .p-numbers-box-chart-row .sa {
	top: 27.4rem;
	width: 4rem;
	background-color: #0bd900;
}

.p-numbers-box-09 .p-numbers-box-chart-row-img {
	position: absolute;
	top: 0;
	left: -8.4rem;
	width: 43.1rem;
	height: 35.4rem;
}

.p-numbers-box-09 .p-numbers-box-chart-row-img img {
	max-width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-numbers-box-09 .graph-in-x {
	opacity: 0;
	transition-duration: 0.8s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.p-numbers-box-09 .fade-graph-x {
	-webkit-transform: translateX(100%);
	transform: translateX(-100%);
}

.p-numbers-box-09 .scroll-graph-x {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-numbers-box-10 {
	padding: 4rem 5rem 1.8rem;
	grid-column: 4/7;
	grid-row: 11/12;
}

.p-numbers-box-10 .p-numbers-box-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-numbers-box-10 .p-numbers-box-content {
	flex: 0 0 47.619047619%;
}

.p-numbers-box-10 .p-numbers-box-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.p-numbers-box-10 .p-numbers-box-img {
	flex: 0 0 35.8276643991%;
}

.p-numbers-box-11 {
	padding: 4rem 5rem 18px;
	grid-column: 4/7;
	grid-row: 12/13;
}

.p-numbers-box-11 .p-numbers-box-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-numbers-box-11 .p-numbers-box-content {
	flex: 0 0 54.4217687075%;
}

.p-numbers-box-11 .p-numbers-box-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.p-numbers-box-11 .p-numbers-box-img {
	flex: 0 0 40.3628117914%;
}

.p-numbers-box-12 {
	padding: 4rem 8rem 4.8rem;
	grid-column: 1/7;
	grid-row: 13/15;
}

.p-numbers-box-12 .p-numbers-box-content {
	margin-top: 40px;
}

.p-numbers-box-12 .p-numbers-box-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	gap: 5rem;
}

.p-numbers-box-12 .p-numbers-box-item {
	display: flex;
	gap: 1.7rem;
}

.p-numbers-box-12 .few {
	font-size: 3.2rem;
}

.p-numbers-box-12 .p-numbers-box-img {
	margin-top: 1.6rem;
}

.p-numbers-box-13 {
	position: relative;
	overflow: hidden;
	padding: 4rem 8rem 40px;
	grid-column: 1/7;
	grid-row: 15/17;
}

.p-numbers-box-13::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 48.0357142857%;
	height: 45.4rem;
	border-radius: 10px 0 0 0;
	background: transparent url('/recruit/img/numbers/fig_numbers_08_pc.webp') no-repeat top center/contain;
}

.p-numbers-box-13 .p-numbers-box-body {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	width: 100%;
}

.p-numbers-box-13 .p-numbers-box-tit {
	position: relative;
	z-index: 1;
}

.p-numbers-box-13 .p-numbers-box-data-list {
	display: flex;
	flex: 0 0 44.2708333333%;
	flex-direction: column;
	gap: 1rem;
}

.p-numbers-box-13 .p-numbers-box-data-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7px;
	border-bottom: 1px solid #93ff8e;
}

.p-numbers-box-13 .txt {
	line-height: normal;
}

.p-numbers-box-13 .few {
	font-size: 4.4rem;
}

.p-numbers-box-14,
.p-numbers-box-15 {
	position: relative;
	justify-content: center;
	padding: 4.5rem 0 5.5rem;
}

.p-numbers-box-14 .p-numbers-box-body,
.p-numbers-box-15 .p-numbers-box-body {
	position: relative;
	z-index: 1;
	width: 84.4036697248%;
}

.p-numbers-box-14 .p-numbers-box-data-list,
.p-numbers-box-15 .p-numbers-box-data-list {
	display: flex;
	flex-direction: column;
	margin-top: 3rem;
	gap: 1rem;
}

.p-numbers-box-14 .p-numbers-box-data-item,
.p-numbers-box-15 .p-numbers-box-data-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #93ff8e;
}

.p-numbers-box-14 .txt-s,
.p-numbers-box-15 .txt-s {
	line-height: normal;
}

.p-numbers-box-14 .few,
.p-numbers-box-15 .few {
	font-size: 3.9rem;
}

.p-numbers-box-14 {
	grid-column: 1/4;
	grid-row: 17/18;
}

.p-numbers-box-14::after {
	content: '';
	position: absolute;
	top: 2.5rem;
	right: 20px;
	width: 11.3rem;
	height: 11.3rem;
	background: transparent url('/recruit/img/numbers/fig_numbers_09.webp') no-repeat center center/contain;
}

.p-numbers-box-15 {
	grid-column: 4/7;
	grid-row: 17/18;
}

.p-numbers-box-15::after {
	content: '';
	position: absolute;
	top: 3rem;
	right: 20px;
	width: 16.9rem;
	height: 9.5rem;
	background: transparent url('/recruit/img/numbers/fig_numbers_10.webp') no-repeat center center/contain;
}

.p-numbers-box-16 {
	justify-content: center;
	padding: 4rem 0 5rem;
	grid-column: 1/7;
	grid-row: 18/20;
}

.p-numbers-box-16 .p-numbers-box-content {
	margin-top: 4rem;
}

.p-numbers-box-16 .p-numbers-box-list-top {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2rem;
}

.p-numbers-box-16 .p-numbers-box-item {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.p-numbers-box-16 .p-numbers-box-wrap {
	display: flex;
	align-items: flex-end;
	gap: 0.4rem;
}

.p-numbers-box-16 .p-numbers-box-img-01 {
	width: 8.6rem;
}

.p-numbers-box-16 .p-numbers-box-img-02 {
	width: 70px;
}

.p-numbers-box-16 .p-numbers-box-img-03 {
	width: 7rem;
}

.p-numbers-box-16 .p-numbers-box-img-04 {
	width: 7rem;
}

.p-numbers-box-16 .p-numbers-box-img-05 {
	width: 66px;
}

.p-numbers-box-16 .p-numbers-box-img-06 {
	width: 7rem;
}

.p-numbers-box-16 .p-numbers-box-list-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 5.5rem;
}

.p-numbers-box-16 .p-numbers-box-list-bottom-item {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}

.p-numbers-box-16 .p-numbers-box-img-07 {
	width: 4.6rem;
}

.p-numbers-box-16 .p-numbers-box-img-08 {
	width: 2.3rem;
}

.p-numbers-box-16 .p-numbers-box-img-09 {
	width: 3.3rem;
}

.p-numbers-box-16 .txt {
	font-size: 1.9rem;
}

.p-numbers-box-16 .few {
	font-size: 4.2rem;
}

.p-numbers-box-16 .num-xs {
	font-size: 3rem;
}

.p-numbers-box-16 .num-xs .few {
	font-size: 3rem;
}

.p-numbers-box-17 {
	justify-content: center;
	padding: 4rem 8rem 14rem;
	grid-column: 1/7;
	grid-row: 20/22;
}

.p-numbers-box-17 .p-numbers-box-content {
	position: relative;
}

.p-numbers-box-17 .p-numbers-box-chart-col {
	position: relative;
	top: 3.6rem;
	overflow: hidden;
	width: 100.6rem;
	height: 15.5rem;
	border-bottom: 2px solid #414141;
}

.p-numbers-box-17 .graph {
	position: absolute;
	top: auto;
	bottom: 0;
	overflow: hidden;
	width: 7.3rem;
	margin: auto;
	background-color: #93ff8e;
	white-space: nowrap;
	text-indent: 200%;
}

.p-numbers-box-17 .n-box {
	left: 0;
	height: 10.3rem;
}

.p-numbers-box-17 .vezel {
	left: 10.3rem;
	height: 4.9rem;
}

.p-numbers-box-17 .step-wgn {
	left: 20.6rem;
	height: 3.7rem;
}

.p-numbers-box-17 .n-wgn {
	left: 30.9rem;
	height: 2.2rem;
}

.p-numbers-box-17 .zr-v {
	left: 41.2rem;
	height: 1.4rem;
}

.p-numbers-box-17 .n-one {
	left: 51.5rem;
	height: 14px;
}

.p-numbers-box-17 .fit {
	left: 61.8rem;
	height: 0.8rem;
}

.p-numbers-box-17 .civic {
	left: 72.1rem;
	height: 0.7rem;
}

.p-numbers-box-17 .other01 {
	left: 82.4rem;
	height: 5.5rem;
}

.p-numbers-box-17 .other02 {
	left: 92.7rem;
	height: 1.4rem;
}

.p-numbers-box-17 .p-numbers-box-chart-col-img {
	position: absolute;
	top: 3.6rem;
	left: 50%;
	width: 100.6rem;
	height: 22.4rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-numbers-box-17 .p-numbers-box-chart-col-img img {
	max-width: 100%;
	height: auto;
}

.p-numbers-box-17 .p-numbers-box-content-sp {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.graph-in-y {
	opacity: 0;
	transition-duration: 0.8s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.fade-graph-y {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.scroll-graph-y {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

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

.p-oneday-lead {
	position: relative;
	z-index: 1;
	color: #93ff8e;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6666666667;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.p-oneday-list {
	margin-top: 14rem;
}

.p-oneday-item {
	display: grid;
	position: relative;
	grid-template-columns: 7.6rem 40rem 1fr;
	gap: 5rem;
}

.p-oneday-item:not(:last-of-type) {
	padding-bottom: 10rem;
}

.p-oneday-item::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 3.8rem;
	width: 2px;
	height: 80%;
	background-color: #93ff8e;
}

.p-oneday-item:last-child::before {
	display: none;
}

.p-oneday-time {
	display: inline-block;
	z-index: 2;
	width: 7.6rem;
	height: 3.2rem;
	border-radius: 100vmax;
	background-color: #93ff8e;
	color: #1a1a1a;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4545454545;
	text-align: center;
}

.p-oneday-body h4 {
	color: #93ff8e;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4583333333;
	-webkit-font-smoothing: antialiased;
}

.p-oneday-body p {
	margin-top: 2.4rem;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.p-oneday-fig img {
	border-radius: 10px;
}

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

.p-personality-desc {
	color: #93ff8e;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6666666667;
	-webkit-font-smoothing: antialiased;
}

.p-personality-list {
	display: flex;
	flex-direction: column;
	gap: 9.5rem;
}

.p-personality-num {
	display: flex;
	flex: 0 0 25.8rem;
	flex-direction: column;
	justify-content: flex-end;
	height: 12rem;
	padding-bottom: 8rem;
	background-color: #93ff8e;
}

.p-personality-num span {
	padding-left: 1.6rem;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 13.6rem;
	font-weight: 800;
	line-height: 0.5882352941;
	-webkit-font-smoothing: antialiased;
}

.p-personality-body h4 {
	color: #93ff8e;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4583333333;
	-webkit-font-smoothing: antialiased;
}

.p-personality-txt {
	flex: 0 0 64.1666666667%;
	margin-top: 20px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

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

.p-philosophy-body {
	position: relative;
	z-index: 1;
	flex: 0 0 60.3571428571%;
}

.p-philosophy-body h4 {
	color: #93ff8e;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6666666667;
	-webkit-font-smoothing: antialiased;
}

.p-philosophy-body p {
	margin-top: 4rem;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.p-philosophy-block:not(:first-of-type) {
	margin-top: 7.2rem;
}

.p-philosophy-img {
	flex: 0 0 46.7857142857%;
	margin-right: -8rem;
}

/* -----------------------------------------------------
 * p-schedule
-------------------------------------------------- */

.p-schedule-wrap {
	display: grid;
	grid-template-columns: 57.4107142857% 37.5892857143%;
	gap: 0 13rem;
}

.p-schedule-desc {
	position: relative;
	z-index: 2;
	margin-top: 6.5rem;
	font-weight: 700;
	grid-column: 1/2;
	grid-row: 1/2;
	-webkit-font-smoothing: antialiased;
}

.p-schedule-list {
	display: flex;
	flex-direction: column;
	grid-column: 1/2;
	grid-row: 2/4;
	gap: 5.2rem;
}

.p-schedule-list .p-schedule-item:last-of-type::after {
	display: none;
}

.p-schedule-item {
	display: flex;
	position: relative;
	align-items: center;
	padding: 2.5rem 4rem;
	background-color: #1a1a1a;
	gap: 7.3rem;
}

.p-schedule-item::after {
	content: '';
	position: absolute;
	bottom: -2rem;
	left: 50%;
	width: 4.8rem;
	height: 2.8rem;
	background: transparent url('/recruit/img/recruit/ico_schedule.svg') no-repeat center center/contain;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-schedule-step {
	margin-right: 0.5rem;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-font-smoothing: antialiased;
}

.p-schedule-num {
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 4.2rem;
	font-weight: 900;
	line-height: 1.1428571429;
	letter-spacing: 0.03em;
	-webkit-font-smoothing: antialiased;
}

.p-schedule-txt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
}

.p-schedule-txt span {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.25;
}

.p-schedule-img {
	grid-column: 2/3;
	grid-row: 1/5;
}

.p-schedule-note {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8666666667;
	white-space: nowrap;
	letter-spacing: 0.02em;
	grid-column: 1/2;
	grid-row: 4/5;
}

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

.p-skill-content {
	margin-top: 7rem;
}

.p-skill-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6rem 4rem;
}

.p-skill-item {
	position: relative;
	padding: 5.8rem 3.8rem 5.3rem;
	border: 2px solid #93ff8e;
	border-radius: 10px;
	background-color: #1a1a1a;
}

.p-skill-tit {
	text-align: left;
}

.p-skill-tit h4 {
	color: #93ff8e;
	font-size: 3rem;
	font-weight: 700;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}

.p-skill-tit p {
	color: #fff;
	font-size: 1.4rem;
	line-height: normal;
}

.p-skill-txt {
	margin-top: 2rem;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.p-skill-wrap {
	display: flex;
	position: absolute;
	top: -1.3rem;
	right: 2rem;
	align-items: center;
	width: 18.2rem;
	height: 5.2rem;
	background-color: #93ff8e;
}

.p-skill-wrap span {
	display: block;
	position: relative;
	width: 18.2rem;
	color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.p-skill-wrap span::before {
	content: '';
	position: absolute;
	top: -1.4rem;
	right: 100%;
	width: 0;
	height: 0;
	border: none;
	border-bottom: 13px solid #93ff8e;
	border-left: 13px solid transparent;
}

/* -----------------------------------------------------
 * p-staff-interview
 * -------------------------------------------------- */

.p-staff-interview-desc {
	margin-top: 40px;
	font-weight: 700;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.p-staff-interview-list {
	display: grid;
	margin-top: 9rem;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.7rem;
}

.p-staff-interview-item {
	width: 19rem;
}

.p-staff-interview-item a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
}

.p-staff-interview-item a:focus .p-staff-interview-img > img,
.p-staff-interview-item a:hover .p-staff-interview-img > img {
	scale: 1.05;
}

.p-staff-interview-item a:focus .p-staff-interview-img::after,
.p-staff-interview-item a:hover .p-staff-interview-img::after {
	background-color: rgba(255, 255, 255, 0.2);
}

.p-staff-interview-head {
	display: flex;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	justify-content: space-between;
	width: 4.4rem;
	height: 100%;
	padding-top: 0.6rem;
	padding-bottom: 10px;
	border-radius: 0 10px 10px 0;
	background-color: #1a1a1a;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	scale: -1 -1;
}

.p-staff-interview-head p {
	padding-right: 10px;
	color: #93ff8e;
	font-family: 'Big Shoulders Display', sans-serif;
	font-size: 6.1rem;
	font-weight: 700;
	line-height: 0.6262295082;
	-webkit-font-smoothing: antialiased;
}

.p-staff-interview-head span {
	padding-right: 1.2rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.2;
	text-transform: uppercase;
}

.p-staff-interview-img {
	overflow: hidden;
	border-radius: 10px;
	will-change: transform;
}

.p-staff-interview-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
}

.p-staff-interview-img img {
	display: block;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

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

.p-tab-numbers-desc {
	margin-top: 4.8rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
}

.p-tab-numbers-panel {
	display: none;
	width: 100%;
	height: 100%;
}

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

.p-tab-numbers-panel-box {
	padding-top: 4rem;
}

.panel01 .p-tab-numbers-panel-content {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin-top: 5rem;
}

.panel01 .p-tab-numbers-panel-fig {
	width: 27.9rem;
}

.panel02 .p-tab-numbers-panel-content {
	margin-top: 4rem;
}

.panel02 .p-tab-numbers-panel-box-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4rem;
}

.panel02 .p-tab-numbers-panel-box-group {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
}

.panel02 .p-tab-numbers-panel-box-gender {
	position: absolute;
	top: -1rem;
	right: 0;
}

.panel02 .p-tab-numbers-panel-box-img-01 {
	width: 22.9rem;
}

.panel02 .p-tab-numbers-panel-box-img-02 {
	width: 6.4rem;
}

.panel02 .c-tab-numbers-num {
	font-size: clamp(98px, 26.1333333333vw, 140px);
}

.panel02 .few {
	font-size: clamp(57px, 15.2vw, 80px);
}

.panel03 .p-tab-numbers-panel-content {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.panel03 .p-tab-numbers-panel-fig {
	width: 24rem;
	margin-left: -12.4rem;
}

.panel04 .p-tab-numbers-panel-content {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.panel04 .p-tab-numbers-panel-fig {
	width: 19.6rem;
	margin-left: -8rem;
}

.p-tab-numbers-btn {
	margin-top: 4.2rem;
	text-align: right;
}

/* -----------------------------------------------------
 * p-training
-------------------------------------------------- */

.p-training-wrap {
	display: grid;
	overflow: hidden;
	margin-top: 6rem;
	grid-template-columns: 14rem auto;
}

.p-training-lists {
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	left: 0;
	flex-direction: column;
	grid-column: 1/2;
	grid-row: 1/3;
	gap: 4px;
}

.p-training-lists li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #1a1a1a;
	color: #93ff8e;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	padding-inline: 3rem;
}

.p-training-lists li:nth-of-type(1) {
	height: 200px;
	background-color: transparent;
}

.p-training-lists li:nth-of-type(2),
.p-training-lists li:nth-of-type(3),
.p-training-lists li:nth-of-type(4),
.p-training-lists li:nth-of-type(5) {
	border-top: 0.2rem solid #93ff8e;
	border-bottom: 0.2rem solid #93ff8e;
	border-left: 0.2rem solid #93ff8e;
	border-radius: 1rem 0 0 1rem;
}

.p-training-lists li:nth-of-type(2) {
	height: 18rem;
}

.p-training-lists li:nth-of-type(3) {
	height: 10rem;
}

.p-training-lists li:nth-of-type(4) {
	height: 16rem;
}

.p-training-lists li:nth-of-type(5) {
	height: 13rem;
}

.p-training-content {
	overflow-x: auto;
	max-width: calc(100vw - 14rem);
	padding-bottom: 6.5rem;
	grid-column: 2/3;
	grid-row: 1/3;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.p-training-content::-webkit-scrollbar {
	display: none;
}

.p-training-col {
	display: grid;
	min-width: 820px;
	grid-template-columns: 24rem 30rem 27rem;
	gap: 4px;
}

.p-training-col-box {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 4px;
}

.p-training-col-box::before {
	content: '';
	position: absolute;
	bottom: -6.5rem;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #93ff8e transparent transparent transparent;
}

.p-training-col-box::after {
	content: '';
	position: absolute;
	bottom: -60px;
	left: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #1a1a1a transparent transparent transparent;
}

.p-training-col-box:nth-of-type(1)::before {
	border-width: 65px 120px 0 120px;
}

.p-training-col-box:nth-of-type(1)::after {
	border-width: 60px 114px 0 114px;
}

.p-training-col-box:nth-of-type(2)::before {
	border-width: 65px 150px 0 150px;
}

.p-training-col-box:nth-of-type(2)::after {
	border-width: 60px 144px 0 144px;
}

.p-training-col-box:nth-of-type(3)::before {
	border-width: 65px 135px 0 135px;
}

.p-training-col-box:nth-of-type(3)::after {
	border-width: 60px 129px 0 129px;
}

.p-training-course {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: flex-end;
	height: 200px;
	border-top: 2px solid #93ff8e;
	border-right: 2px solid #93ff8e;
	border-left: 2px solid #93ff8e;
	border-radius: 10px 10px 0 0;
	background-color: #1a1a1a;
}

.p-training-course span {
	color: #93ff8e;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.02em;
}

.p-training-course::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 50%;
	height: 102px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-training-course01 span {
	margin-bottom: 36px;
}

.p-training-course01::before {
	width: 94px;
	background: transparent url('/recruit/img/education/icon_education_01.webp') no-repeat center center/contain;
}

.p-training-course02 span {
	margin-bottom: 24px;
}

.p-training-course02::before {
	width: 188px;
	background: transparent url('/recruit/img/education/icon_education_02.webp') no-repeat center center/contain;
}

.p-training-course03 span {
	margin-bottom: 36px;
}

.p-training-course03::before {
	width: 84px;
	background: transparent url('/recruit/img/education/icon_education_03.webp') no-repeat center center/contain;
}

.p-training-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #93ff8e;
	padding-inline: 2rem;
}

.p-training-group:nth-of-type(1) {
	height: 18rem;
}

.p-training-group:nth-of-type(2) {
	height: 10rem;
}

.p-training-group:nth-of-type(3) {
	height: 16rem;
}

.p-training-group:nth-of-type(4) {
	height: 13rem;
}

.p-training-group li {
	position: relative;
	color: #1a1a1a;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	text-align: left;
}

.p-training-group li span {
	display: block;
	font-size: 1.6rem;
	line-height: normal;
}

/* -----------------------------------------------------
 * p-welfare
-------------------------------------------------- */

.p-welfare-tit {
	grid-column: 2/3;
	grid-row: 2/3;
}

.p-welfare-desc {
	margin-top: 6rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.4615384615;
	text-align: right;
	grid-column: 2/3;
	grid-row: 3/4;
	-webkit-font-smoothing: antialiased;
}

.p-welfare-img {
	grid-column: 1/2;
	grid-row: 1/5;
}

.p-welfare-list-top {
	display: flex;
	position: relative;
	z-index: 1;
	flex-direction: column;
	width: 100rem;
	max-width: 100%;
	padding-inline: 2rem;
	margin-inline: auto;
	gap: 40px;
}

.p-welfare-item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 4rem 10rem 4rem 3.6rem;
	border: 2px solid #93ff8e;
	border-radius: 0.4rem;
	background-color: #1a1a1a;
	gap: 6rem;
}

.p-welfare-body h4 {
	color: #93ff8e;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 2.4615384615;
	letter-spacing: 0.02em;
}

.p-welfare-txt {
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

.p-welfare-ico {
	flex: 0 0 14rem;
}

.p-welfare-list-bottom {
	display: grid;
	position: relative;
	z-index: 1;
	width: 100rem;
	max-width: 100%;
	margin-top: 10rem;
	padding-inline: 2rem;
	margin-inline: auto;
	grid-template-columns: repeat(2, 1fr);
	gap: 6rem 4rem;
}

.p-welfare-list-bottom-item {
	position: relative;
	padding: 4rem;
	border: 2px solid #93ff8e;
	border-radius: 10px;
}

.p-welfare-list-bottom-item::after {
	content: '';
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 8.6rem;
	height: 8.6rem;
}

.p-welfare-list-bottom-item h4 {
	color: #93ff8e;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.9230769231;
}

.p-welfare-list-bottom-item p {
	margin-top: 2.5rem;
	font-weight: 700;
}

.p-welfare-list-bottom-item a {
	position: relative;
	color: #93ff8e;
	transition: color 0.2s ease;
}

.p-welfare-list-bottom-item a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	width: 14px;
	height: 14px;
	background: transparent url('/recruit/img/common/ico_link.webp') no-repeat center center/contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-welfare-list-bottom-item a:focus,
.p-welfare-list-bottom-item a:hover {
	color: #0be600;
}

.p-welfare-list-bottom-item-01::after {
	background: transparent url('/recruit/img/benefits/ico_welfare_04.webp') no-repeat center center/contain;
}

.p-welfare-list-bottom-item-02::after {
	background: transparent url('/recruit/img/benefits/ico_welfare_05.webp') no-repeat center center/contain;
}

.p-welfare-list-bottom-item-03::after {
	background: transparent url('/recruit/img/benefits/ico_welfare_06.webp') no-repeat center center/contain;
}

.p-welfare-list-bottom-item-04::after {
	background: transparent url('/recruit/img/benefits/ico_welfare_07.webp') no-repeat center center/contain;
}

.p-welfare-list-bottom-item-05::after {
	background: transparent url('/recruit/img/benefits/ico_welfare_08.webp') no-repeat center center/contain;
}

.p-welfare-list-bottom-item-06::after {
	background: transparent url('/recruit/img/benefits/ico_welfare_09.webp') no-repeat center center/contain;
}

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

.p-works-nav {
	margin-top: 4rem;
}

.p-works-nav-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
}

.p-works-card {
	display: none;
	position: relative;
	z-index: 1;
}

.p-works-body {
	width: 100rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

.p-works-body h4 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6666666667;
	-webkit-font-smoothing: antialiased;
}

.p-works-wrap {
	display: grid;
	grid-template-columns: 62.5% 25.625%;
	gap: 0 11rem;
}

.p-works-heading {
	margin-top: 1rem;
	color: #93ff8e;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
}

.p-works-txt {
	margin-top: 60px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.4615384615;
	grid-column: 1/2;
	grid-row: 1/4;
	-webkit-font-smoothing: antialiased;
}

.p-works-btn {
	margin-top: 4rem;
	grid-column: 1/2;
	grid-row: 4/5;
}

.p-works-icon {
	grid-column: 2/3;
	grid-row: 1/4;
	place-content: center;
}

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

/* -----------------------------------------------------
 * l-cross_talk-detail
-------------------------------------------------- */

.l-cross_talk-detail {
	position: relative;
	margin-top: 21rem;
	padding-bottom: 21rem;
}

.l-cross_talk-detail::after {
	content: '';
	position: absolute;
	top: -6rem;
	left: 50%;
	width: 100%;
	height: 43.0555555556vw;
	background: transparent url('/recruit/img/cross_talk/bg_cross_talk.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* -----------------------------------------------------
 * l-cross_talk-list
-------------------------------------------------- */

.l-cross_talk-list {
	margin-top: 17rem;
	padding-bottom: 20rem;
}

.l-cross_talk-list-inner {
	position: relative;
	z-index: 10;
}

/* -----------------------------------------------------
 * l-cta
 * -------------------------------------------------- */

.l-cta {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #1a1a1a;
}

.l-cta-bg {
	background: transparent url('/recruit/img/common/bg_cta.webp') no-repeat center center/100% auto;
	aspect-ratio: 1440/1294;
}

.l-cta-btns {
	display: flex;
	position: relative;
	justify-content: center;
	margin-top: -10rem;
	text-align: center;
	gap: 5rem;
}

/* -----------------------------------------------------
 * l-education
 * -------------------------------------------------- */

.l-education {
	position: relative;
	margin-top: 14rem;
	padding-bottom: 8.5rem;
}

.l-education::before,
.l-education::after {
	content: '';
	position: absolute;
	width: 100%;
}

.l-education::after {
	top: 53%;
	left: 50%;
	height: 47.9166666667vw;
	background: transparent url('/recruit/img/education/bg_education_pc.webp') no-repeat center center/cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-education-inner {
	position: relative;
	z-index: 1;
	width: 106rem;
	max-width: 100%;
	padding-inline: 2rem;
	margin-inline: auto;
}

/* -----------------------------------------------------
 * l-environment
-------------------------------------------------- */

.l-environment {
	position: relative;
	padding-bottom: 7rem;
}

.l-environment::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 23.6111111111vw;
	background: transparent url('/recruit/img/benefits/bg_environment.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-environment-inner {
	position: relative;
	z-index: 1;
}

.l-environment-head {
	display: grid;
	position: relative;
	z-index: 1;
	align-items: center;
	grid-template-columns: 1fr 47.222vw;
	gap: 3rem;
	justify-items: end;
}

.l-environment-content {
	position: relative;
	margin-top: 19rem;
	margin-bottom: 19rem;
	background-color: #1a1a1a;
}

.l-environment-content::before,
.l-environment-content::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-environment-content::before {
	top: -20rem;
	height: 20.8333333333vw;
	background: transparent url('/recruit/img/benefits/bg_environment_top_pc.webp') no-repeat center center/cover;
}

.l-environment-content::after {
	bottom: -25rem;
	height: 20.8333333333vw;
	background: transparent url('/recruit/img/benefits/bg_environment_bottom_pc.webp') no-repeat center center/cover;
}

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

.l-footer {
	overflow: hidden;
	width: 100%;
	margin-top: -10rem;
	padding-top: 17rem;
	padding-bottom: 2.1rem;
	background-color: #1a1a1a;
}

.l-footer-inner {
	width: 128rem;
	max-width: 100%;
	padding-inline: 40px;
	margin-inline: auto;
}

.l-footer-content {
	display: grid;
	grid-template-columns: 25.2rem 1fr 10.4rem;
	gap: 13rem;
}

/* -----------------------------------------------------
 * l-guidelines
-------------------------------------------------- */

.l-guidelines {
	position: relative;
	margin-top: 7rem;
	padding-bottom: 7.2rem;
}

.l-guidelines::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 28.4722222222vw;
	background: transparent url('/recruit/img/recruit/bg_guidelines.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

.l-header {
	display: flex;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 9rem;
	transition: background-color 0.2s;
}

.l-header.is-color {
	background-color: #414141;
}

.l-header h1 {
	z-index: 100;
	width: 27rem;
	padding-top: 1.8rem;
	padding-left: 4rem;
}

.l-header h1 img {
	width: 100%;
	height: auto;
}

/* -----------------------------------------------------
 * l-home-crosstalk
 * -------------------------------------------------- */

.l-home-crosstalk {
	padding-top: 7.4rem;
	padding-bottom: 8.8rem;
}

.l-home-crosstalk-inner {
	width: 119rem;
	max-width: 100%;
	padding-inline: 35px;
	margin-inline: auto;
}

/* -----------------------------------------------------
 * l-home-job-type
 * -------------------------------------------------- */

.l-home-job-type {
	position: relative;
	padding-top: 14.2rem;
	padding-bottom: 10rem;
}

.l-home-job-type::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 43.3333333333vw;
	background: transparent url('/recruit/img/top/bg_job-type.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-home-job-type-inner {
	position: relative;
	z-index: 1;
	width: 124rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

.l-home-job-type-content {
	display: grid;
	grid-template-columns: 60rem 50rem;
	gap: 0 10rem;
}

/* -----------------------------------------------------
 * l-home-message
 * -------------------------------------------------- */

.l-home-message {
	position: relative;
	padding-bottom: 5rem;
}

.l-home-message::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 35.5555555556vw;
	background-image: url('/recruit/img/top/bg_message_pc.webp');
	background-position: center;
	background-size: cover;
	transition: opacity 1s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-home-message-inner {
	position: relative;
	z-index: 1;
}

/* -----------------------------------------------------
 * l-interview
-------------------------------------------------- */

.l-interview {
	position: relative;
	margin-top: 23rem;
	padding-bottom: 21rem;
}

.l-interview::after {
	content: '';
	position: absolute;
	top: -10rem;
	left: 50%;
	width: 100%;
	height: 38.8888888889vw;
	background: transparent url('/recruit/img/interview/bg_interview.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* -----------------------------------------------------
 * l-kv
 * -------------------------------------------------- */

.l-kv {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 82.2916666667vw;
}

.l-kv::before,
.l-kv::after {
	content: '';
	position: absolute;
	width: 100%;
}

.l-kv::before {
	top: 0;
	left: 50%;
	height: 54.4444444444vw;
	background: transparent url('/recruit/img/top/bg_kv.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-kv::after {
	top: -14rem;
	left: 50%;
	width: 104%;
	height: 91.9444444444vw;
	background: transparent url('/recruit/img/top/ph_kv_pc.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* -----------------------------------------------------
 * l-links
 * -------------------------------------------------- */

.l-links {
	position: relative;
	margin-top: 25rem;
	padding-top: 50px;
	padding-bottom: 50px;
}

.l-links::before {
	content: '';
	position: absolute;
	top: 7rem;
	left: 50%;
	width: 100%;
	height: 14.8611111111vw;
	max-height: 21.4rem;
	background-color: #1a1a1a;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-links-inner {
	position: relative;
	z-index: 1;
	width: 132.4rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

/* -----------------------------------------------------
 * l-message
 * -------------------------------------------------- */

.l-message {
	position: relative;
	margin-top: 11rem;
	padding-bottom: 5.5rem;
}

.l-message::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 48.1944444444vw;
	background: transparent url('/recruit/img/about/bg_message.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-message-inner {
	position: relative;
	z-index: 1;
	width: 100rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

.l-message-content {
	display: grid;
	justify-content: space-between;
	padding-top: 2.5rem;
	grid-template-columns: 44rem auto;
}

/* -----------------------------------------------------
 * l-numbers
 * -------------------------------------------------- */

.l-numbers {
	position: relative;
	margin-top: 27rem;
	margin-bottom: 21rem;
	background-color: #1a1a1a;
}

.l-numbers::before,
.l-numbers::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-numbers::before {
	top: -23rem;
	height: 25.6944444444vw;
	background: transparent url('/recruit/img/numbers/bg_numbers_top_pc.webp') no-repeat center center/cover;
}

.l-numbers::after {
	bottom: -21rem;
	height: 25vw;
	background: transparent url('/recruit/img/numbers/bg_numbers_bottom_pc.webp') no-repeat center center/cover;
}

.l-numbers-content {
	display: grid;
	margin-top: 6rem;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(14, auto);
	gap: 3rem;
}

/* -----------------------------------------------------
 * l-oneday
-------------------------------------------------- */

.l-oneday {
	position: relative;
	margin-top: 12.5rem;
	margin-bottom: 17rem;
}

.l-oneday::before,
.l-oneday::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-oneday::before {
	top: 0;
	height: 25.6944444444vw;
	background: transparent url('/recruit/img/works/bg_oneday_top_pc.webp') no-repeat center center/cover;
}

.l-oneday::after {
	bottom: -18rem;
	height: 25.6944444444vw;
	background: transparent url('/recruit/img/works/bg_oneday_bottom_pc.webp') no-repeat center center/cover;
}

.l-oneday-wrap {
	margin-top: 11rem;
	background-color: #1a1a1a;
}

.l-oneday-inner {
	position: relative;
	z-index: 1;
	width: 100rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

/* -----------------------------------------------------
 * l-personality
 * -------------------------------------------------- */

.l-personality {
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 20rem;
	background: transparent url('/recruit/img/about/bg_personality_pc.webp') no-repeat center center/cover;
}

.l-personality-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-personality-content {
	width: 96rem;
	max-width: 100%;
	margin-top: 12.3rem;
	margin-inline: auto;
}

/* -----------------------------------------------------
 * l-philosophy
-------------------------------------------------- */

.l-philosophy {
	position: relative;
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}

.l-philosophy::before,
.l-philosophy::after {
	content: '';
	position: absolute;
}

.l-philosophy::after {
	top: 0;
	left: 50%;
	width: 100%;
	height: 42.5vw;
	background: transparent url('/recruit/img/about/bg_philosophy.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-philosophy-inner {
	margin-top: 16rem;
}

.l-philosophy-content {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-top: 11rem;
}

/* -----------------------------------------------------
 * l-schedule
-------------------------------------------------- */

.l-schedule {
	position: relative;
	margin-top: 7rem;
	padding-bottom: 14rem;
}

.l-schedule::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 26.5277777778vw;
	background: transparent url('/recruit/img/recruit/bg_schedule.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* -----------------------------------------------------
 * l-skill
-------------------------------------------------- */

.l-skill {
	position: relative;
	padding-top: 8rem;
	padding-bottom: 12rem;
}

.l-skill::before,
.l-skill::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-skill::before {
	top: 4rem;
	height: 41.6666666667vw;
	background: transparent url('/recruit/img/education/bg_skill_pc.webp') no-repeat center center/cover;
}

.l-skill-inner {
	position: relative;
	z-index: 1;
	width: 100rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

/* -----------------------------------------------------
 * l-staff-interview
 * -------------------------------------------------- */

.l-staff-interview {
	position: relative;
	padding-bottom: 7.4rem;
}

.l-staff-interview::before,
.l-staff-interview::after {
	content: '';
	position: absolute;
}

.l-staff-interview::after {
	top: -15rem;
	left: 50%;
	width: 100%;
	height: 35.1388888889vw;
	background: transparent url('/recruit/img/common/bg_interview.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-staff-interview-inner {
	position: relative;
	z-index: 1;
	width: 106.6rem;
	max-width: 100%;
	padding-inline: 2rem;
	margin-inline: auto;
}

/* -----------------------------------------------------
 * l-tab-instagram
-------------------------------------------------- */

.l-tab-instagram {
	position: relative;
	margin-top: 20rem;
	margin-bottom: 20rem;
}

.p-tab-instagram-head .c-heading {
	margin-bottom: 6rem;
}

.p-tab-instagram-head .c-heading::after {
	content: '';
	position: absolute;
	top: 5%;
	left: clamp(424px, 78%, 1200px);
	width: 90px;
	height: 90px;
	background: transparent url('/recruit/img/common/ico_insta_white.svg') no-repeat center center/cover;
}

.p-tab-instagram-desc {
	margin-top: 4.8rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
}

.l-tab-instagram-inner {
	position: relative;
	z-index: 1;
	width: 104rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

.l-tab-instagram-content {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 46rem;
}

.p-tab-instagram-panel-group {
	position: relative;
	text-align: center;
}

.p-tab-instagram-panel-group img {
	width: 70%;
	max-width: 300px;
}

.p-tab-instagram-btn {
	position: absolute;
	top: 69%;
	left: 57%;
}

.p-tab-instagram-btn .c-ut-btn {
	display: block;
	padding-right: 14rem;
	white-space: nowrap;
}

/* -----------------------------------------------------
 * l-tab-numbers
-------------------------------------------------- */

.l-tab-numbers {
	position: relative;
	margin-top: 20rem;
	margin-bottom: 20rem;
	background-color: #1a1a1a;
}

.l-tab-numbers::before,
.l-tab-numbers::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-tab-numbers::before {
	top: -15rem;
	height: 13.8888888889vw;
	background: transparent url('/recruit/img/top/bg_numbers_top_pc.webp') no-repeat center center/cover;
}

.l-tab-numbers::after {
	bottom: -16rem;
	height: 13.8888888889vw;
	background: transparent url('/recruit/img/top/bg_numbers_bottom_pc.webp') no-repeat center center/cover;
}

.l-tab-numbers-inner {
	position: relative;
	z-index: 1;
	width: 116.6rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

.l-tab-numbers-content {
	display: grid;
	grid-template-columns: 1fr 58rem;
}

/* -----------------------------------------------------
 * l-training
 * -------------------------------------------------- */

.l-training {
	position: relative;
	z-index: 1;
	padding-top: 8.5rem;
	padding-bottom: 8rem;
}

.l-training-inner {
	width: 100.5rem;
	max-width: 100%;
	-webkit-padding-start: 20px;
	padding-inline-start: 20px;
	margin-inline: auto;
}

/* -----------------------------------------------------
 * l-welfare
-------------------------------------------------- */

.l-welfare {
	position: relative;
	margin-top: 17rem;
	padding-bottom: 9rem;
}

.l-welfare::after {
	content: '';
	position: absolute;
	top: 4.5rem;
	left: 50%;
	width: 100%;
	height: 25vw;
	background: transparent url('/recruit/img/benefits/bg_welfare.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-welfare-inner {
	position: relative;
	z-index: 1;
}

.l-welfare-head {
	display: grid;
	position: relative;
	z-index: 1;
	align-items: center;
	grid-template-columns: 50vw 53rem;
	gap: 4.5rem;
}

.l-welfare-content {
	position: relative;
	margin-top: 19rem;
	margin-bottom: 19rem;
	background-color: #1a1a1a;
}

.l-welfare-content::before,
.l-welfare-content::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-welfare-content::before {
	top: -20rem;
	height: 20.8333333333vw;
	background: transparent url('/recruit/img/benefits/bg_environment_top_pc.webp') no-repeat center center/cover;
}

.l-welfare-content::after {
	bottom: -25rem;
	height: 20.8333333333vw;
	background: transparent url('/recruit/img/benefits/bg_environment_bottom_pc.webp') no-repeat center center/cover;
}

/* -----------------------------------------------------
 * l-works
-------------------------------------------------- */

.l-works {
	position: relative;
	margin-top: 18.5rem;
	padding-bottom: 25rem;
}

.l-works::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 48.0555555556vw;
	background: transparent url('/recruit/img/works/bg_works.webp') no-repeat center center/cover;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-works-head {
	position: relative;
	z-index: 1;
	width: 116rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

.l-works-content {
	margin-top: 12rem;
}

/* -----------------------------------------------------
 * 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: #414141;
}

.l-section-inner {
	position: relative;
	z-index: 1;
	width: 116rem;
	max-width: 100%;
	padding-inline: 20px;
	margin-inline: auto;
}

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

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

@media screen and (min-width: 768px) {
	.c-fixed-btn {
		display: none;
	}
}

@media (min-width: 1021px) {
	.p-links-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@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;
	}

	.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-members .p-cross_talk-detail-speaker-body {
		width: 100%;
	}

	.p-guidelines-head span::after {
		top: 50%;
		right: -2.8rem;
		width: 1px;
		height: 54px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.p-guidelines-item {
		width: calc(100% / 3 - 50px * 2 / 3);
	}

	.p-guidelines-item:not(:nth-child(3n+1)) {
		margin-left: 50px;
	}

	.p-guidelines-item:nth-child(n+4) {
		margin-top: 60px;
	}

	.p-interview-head {
		position: relative;
	}

	.p-interview-body {
		position: absolute;
	}

	.p-interview-thumb {
		height: 37rem;
		margin-right: auto;
	}

	.p-numbers-box-08 .txt {
		font-size: 2rem;
	}

	.p-personality-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 8.9583333333%;
	}

	.p-personality-item:nth-last-of-type(2n) {
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 1921px) {
	.c-kv-tagline {
		top: 68%;
	}

	.p-home-message-txt {
		font-size: 2.2rem;
	}

	.p-kv-body {
		top: 50%;
	}
}

@media (max-width: 1280px) {
	.p-home-job-type-link {
		width: 46.875vw;
		margin-inline: auto;
	}
}

@media (max-width: 1020px) {
	.p-home-job-type-link {
		width: 480px;
		margin-inline: auto;
	}

	.p-links-list li:first-of-type {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}

	.p-links-list li:first-of-type .p-links-link,
  .p-links-list li:first-of-type .p-links-link-bg,
  .p-links-list li:first-of-type .p-links-link-bg img {
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}

	.p-links-list li:last-of-type {
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
	}

	.p-links-list li:last-of-type .p-links-link,
  .p-links-list li:last-of-type .p-links-link-bg,
  .p-links-list li:last-of-type .p-links-link-bg img {
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
	}

	.l-links::before {
		height: 132vw;
	}
}

@media screen and (max-width: 767px) {
	.u-hide-sp {
		display: none !important;
	}

	.u-show-sp {
		display: block !important;
	}

	.u-show-br-sp {
		display: inline-block !important;
	}

	.c-cta-btn {
		max-width: clamp(282px, 5.3rem, 530px);
		min-height: clamp(96px, 1.81rem, 181px);
		padding: clamp(17px, 0.3rem, 30px) clamp(24px, 0.3rem, 30px) clamp(13px, 0.3rem, 30px) clamp(33px, 0.64rem, 64px);
		border-width: 3px;
	}

	.c-cta-btn::after {
		width: clamp(48px, 0.68rem, 68px);
	}

	.c-cta-btn .c-btn-tit {
		font-size: clamp(38px, 0.82rem, 82px);
	}

	.c-cta-btn .c-btn-sub-tit {
		margin-top: 0;
		font-size: clamp(15px, 0.22rem, 22px);
	}

	.c-cta-btn .c-btn-sub-tit::before {
		width: clamp(36px, 0.67rem, 67px);
	}

	.c-entry-modal-content {
		padding: 4rem 2rem;
	}

	.c-entry-modal-content .c-btn-entry {
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-entry-modal-content .c-btn-entry span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-entry-modal-content .c-btn-entry span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.c-header-btn {
		display: none;
	}

	.c-header-hamburger {
		width: clamp(64px, 0.9rem, 90px);
		height: clamp(64px, 0.9rem, 90px);
	}

	.c-header-hamburger-deco {
		top: clamp(22px, 0.3rem, 30px);
		width: clamp(35px, 0.4rem, 40px);
	}

	.c-header-hamburger-deco::before,
  .c-header-hamburger-deco::after {
		width: clamp(35px, 0.4rem, 40px);
	}

	.c-header-hamburger-text {
		font-size: clamp(18px, 0.24rem, 24px);
	}

	.c-header-hamburger-inner {
		padding-inline: 40px;
	}

	.c-header-hamburger-content {
		display: block;
		margin-top: 84px;
		padding-bottom: 40px;
	}

	.c-header-hamburger-logo-box {
		gap: clamp(25px, 0.31rem, 31px);
	}

	.c-fixed-btn a {
		width: clamp(335px, 3.6rem, 360px);
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-fixed-btn a span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-fixed-btn a span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.c-heading p {
		font-size: clamp(80px, 1.6rem, 160px);
		line-height: 1.2;
		letter-spacing: -0.02em;
	}

	.c-heading h2 {
		font-size: clamp(13px, 0.16rem, 16px);
		line-height: 1.4615384615;
	}

	.c-heading h3 {
		font-size: clamp(13px, 0.16rem, 16px);
		line-height: 1.4615384615;
	}

	.c-heading-small p {
		font-size: clamp(80px, 1.6rem, 160px);
		line-height: 1.2;
		white-space: nowrap;
		letter-spacing: -0.02em;
	}

	.c-heading-small h3 {
		font-size: clamp(13px, 0.16rem, 16px);
		line-height: 1.4615384615;
	}

	.c-kv-bg-tagline {
		-webkit-transform: rotate(6deg) translateY(95px);
		transform: rotate(6deg) translateY(95px);
	}

	.c-kv-bg-tagline-txt li {
		width: 380px;
		font-size: clamp(42px, 0.78rem, 78px);
		line-height: normal;
	}

	.c-kv-tagline {
		top: 74%;
	}

	.c-kv-tagline-txt li {
		width: 1060px;
		padding-right: clamp(30px, 0.5rem, 50px);
		font-size: clamp(79px, 1.06rem, 106px);
		line-height: normal;
	}

	.c-lower-header {
		margin-top: clamp(90px, 11rem, 110px);
		padding-bottom: clamp(25px, 0.5rem, 50px);
	}

	.c-lower-header-inner {
		padding-inline: 20px;
	}

	.c-lower-header-body {
		top: 70%;
	}

	.c-lower-header-head {
		width: 86.6666666667%;
	}

	.c-lower-header-head picture img {
		box-shadow: clamp(30px, 0.4rem, 40px) clamp(40px, 0.7rem, 70px) #1a1a1a;
	}

	.c-lower-heading-sub-tit::before {
		width: clamp(100px, 2.5rem, 250px);
	}

	.c-lower-heading-tit {
		margin-top: clamp(5px, 0.2rem, 20px);
	}

	.c-numbers-heading p {
		line-height: normal;
	}

	.c-numbers-heading h4 {
		line-height: 1.4285714286;
	}

	.num-l {
		line-height: normal;
	}

	.c-page-environment-nav {
		margin-top: clamp(10px, 8rem, 80px);
	}

	.c-page-environment-nav-list {
		flex-direction: column;
		justify-content: center;
		gap: clamp(15px, 0.3rem, 30px);
	}

	.c-page-environment-nav-btn {
		width: clamp(335px, 3.6rem, 360px);
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-page-environment-nav-btn span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-page-environment-nav-btn span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.c-page-environment-nav-btn-education span {
		padding-left: clamp(40px, 0.5rem, 50px);
	}

	.c-page-nav {
		margin-top: clamp(10px, 2.5rem, 25px);
	}

	.c-page-nav-list {
		gap: 28px clamp(58px, 0.92rem, 92px);
	}

	.c-page-nav-list li a {
		line-height: 1.4285714286;
	}

	.c-page-nav-list li a::after {
		right: clamp(-34px, -0.44rem, -44px);
		width: clamp(28px, 0.36rem, 36px);
		height: clamp(28px, 0.36rem, 36px);
	}

	.c-tab-btn {
		width: clamp(335px, 3.6rem, 360px);
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-tab-btn span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-tab-btn span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.c-tab-numbers-nav {
		margin-top: clamp(20px, 0.48rem, 48px);
		gap: clamp(8px, 0.3rem, 30px);
		justify-self: center;
	}

	.c-tab-numbers-nav li p {
		font-size: clamp(11px, 0.14rem, 14px);
		line-height: 0.7272727273;
		letter-spacing: normal;
	}

	.c-tab-numbers-item-btn {
		width: clamp(70px, 1.14rem, 114px);
	}

	.c-tab-numbers-heading p {
		line-height: 0.8461538462;
	}

	.c-tab-numbers-heading h3 {
		line-height: 1.4285714286;
	}

	.c-tab-numbers-box {
		gap: 0;
	}

	.c-tab-numbers-unit {
		padding-bottom: clamp(15px, 0.27rem, 27px);
	}

	.c-ut-btn {
		width: 152px;
		padding: clamp(5px, 0.08rem, 8px) clamp(52px, 0.66rem, 66px) clamp(5px, 0.06rem, 6px) clamp(10px, 0.16rem, 16px);
		font-size: clamp(11px, 0.2rem, 20px);
	}

	.c-ut-btn-cross_talk-list {
		padding-right: clamp(40px, 0.46rem, 46px);
	}

	.c-ut-btn-back {
		padding: 8px 16px 6px 50px;
	}

	.c-works-interview-btn {
		line-height: 1.5;
	}

	.c-works-interview-btn::after {
		right: clamp(-34px, -0.44rem, -44px);
		width: clamp(28px, 0.36rem, 36px);
		height: clamp(28px, 0.36rem, 36px);
	}

	.c-works-item-btn {
		width: clamp(335px, 3.6rem, 360px);
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-works-item-btn span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-works-item-btn span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.p-cross_talk-detail-lead:last-of-type {
		margin-top: clamp(60px, 0.8rem, 80px);
	}

	.p-cross_talk-detail-lead {
		font-size: clamp(22px, 0.3rem, 30px);
		line-height: 1.6363636364;
	}

	.p-cross_talk-detail-desc {
		width: 100%;
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
	}

	.p-cross_talk-detail-speakers {
		flex-direction: column;
		align-items: center;
		margin-top: clamp(70px, 0.8rem, 80px);
		gap: clamp(40px, 6rem, 60px);
	}

	.p-cross_talk-detail-speaker-store {
		font-size: clamp(14px, 0.16rem, 16px);
	}

	.p-cross_talk-detail-speaker-wrap {
		gap: clamp(28px, 0.4rem, 40px);
	}

	.p-cross_talk-detail-speaker-name {
		font-size: clamp(17px, 0.2rem, 20px);
		line-height: 2.0588235294;
	}

	.p-cross_talk-detail-speaker-name::after {
		right: clamp(-14px, -0.2rem, -20px);
	}

	.p-cross_talk-detail-speaker-tag {
		font-size: clamp(13px, 0.14rem, 14px);
		line-height: 2.6923076923;
	}

	.p-cross_talk-detail-speaker-thumb {
		width: 100%;
	}

	.p-cross_talk-detail-speaker-line::before,
  .p-cross_talk-detail-speaker-line::after {
		margin-top: 15px;
	}

	.p-cross_talk-detail-content {
		margin-top: clamp(80px, 1.2rem, 120px);
	}

	.p-cross_talk-detail-faq {
		margin-top: clamp(60px, 0.8rem, 80px);
	}

	.p-cross_talk-detail-faq:first-of-type {
		margin-top: clamp(30px, 0.4rem, 40px);
	}

	.p-cross_talk-detail-faq h3 {
		width: calc(100% + 40px);
		margin-right: -20px;
		margin-left: -20px;
		padding: clamp(25px, 0.36rem, 36px) 20px;
		text-align: left;
	}

	.p-cross_talk-detail-faq h3 span {
		display: block;
		width: 100%;
		padding-left: clamp(34px, 0.43rem, 43px);
		text-align: left;
	}

	.p-cross_talk-detail-faq h3 span::before {
		top: 20px;
	}

	.p-cross_talk-detail-faq-a {
		margin-top: clamp(30px, 0.4rem, 40px);
	}

	.p-cross_talk-detail-faq-box {
		align-items: center;
		gap: clamp(20px, 0.6rem, 60px);
	}

	.p-cross_talk-detail-faq-txt {
		width: 71.6417910448%;
		margin-top: clamp(15px, 0.28rem, 28px);
		padding: clamp(19px, 0.4rem, 40px) clamp(25px, 0.6rem, 60px);
		font-size: clamp(14px, 0.18rem, 18px);
		line-height: 1.8571428571;
		letter-spacing: 0.031em;
	}

	.p-cross_talk-detail-faq-txt::after {
		top: 50%;
		margin-top: -6px;
		border-top-width: 6px;
		border-right-width: 9px;
		border-bottom-width: 6px;
		border-left-width: 9px;
	}

	.p-cross_talk-detail-faq-icon {
		width: clamp(74px, 1.32rem, 132px);
	}

	.p-cross_talk-detail-faq-ph {
		margin-top: clamp(60px, 0.8rem, 80px);
	}

	.p-cross_talk-detail-faq-ph img {
		width: 100%;
		border-radius: clamp(6px, 0.1rem, 10px);
		box-shadow: 0 0 0 3px #414141, 0 0 0 5px #93ff8e;
	}

	.p-cross_talk-detail-foot {
		margin-top: clamp(60px, 0.95rem, 95px);
	}

	.p-cross_talk-detail-mov {
		margin-top: clamp(80px, 1.2rem, 120px);
	}

	.p-cross_talk-detail-mov-inner iframe {
		width: 94.0298507463%;
		height: auto;
	}

	.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-members .p-cross_talk-detail-speaker-body {
		bottom: -90px;
	}

	.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-member {
		flex-direction: column;
		gap: 0;
	}

	.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-type::after {
		right: clamp(-14px, -0.2rem, -20px);
	}

	.p-cross_talk-list-content {
		gap: clamp(80px, 1.4rem, 140px);
	}

	.p-cross_talk-list-item::after {
		top: clamp(40px, 0.8rem, 80px);
		height: 83.2vw;
		min-height: clamp(312px, 6rem, 600px);
	}

	.p-cross_talk-list-tit {
		bottom: clamp(-50px, -1.05rem, -105px);
		width: 100%;
		padding: clamp(25px, 0.3rem, 30px) clamp(14px, 0.75rem, 75px) 0 clamp(14px, 0.58rem, 58px);
	}

	.p-cross_talk-list-tit hgroup {
		gap: clamp(40px, 0.88rem, 88px);
	}

	.p-cross_talk-list-tit span {
		line-height: 0.6041666667;
	}

	.p-cross_talk-list-tit span::after {
		right: clamp(-20px, -0.44rem, -44px);
		width: 3px;
		height: clamp(60px, 0.94rem, 94px);
	}

	.p-cross_talk-list-tit h3 {
		line-height: 1.6;
	}

	.p-cross_talk-list-type {
		width: clamp(42px, 0.66rem, 66px);
	}

	.p-cross_talk-list-foot {
		margin-top: clamp(80px, 1.4rem, 140px);
	}

	.p-cross_talk-list-item_01,
  .p-cross_talk-list-item_03 {
		-webkit-padding-end: clamp(20px, 1.6rem, 160px);
		padding-inline-end: clamp(20px, 1.6rem, 160px);
	}

	.p-cross_talk-list-item_02 {
		-webkit-padding-start: clamp(20px, 1.6rem, 160px);
		padding-inline-start: clamp(20px, 1.6rem, 160px);
	}

	.p-education-lead {
		font-size: clamp(24px, 0.4rem, 40px);
		line-height: 1.6666666667;
		padding-inline: 20px;
	}

	.p-education-content {
		width: 100%;
		margin-top: clamp(55px, 1.2rem, 120px);
		padding-top: 30px;
		background-color: #1a1a1a;
	}

	.p-education-txt {
		font-size: clamp(18px, 0.26rem, 26px);
		line-height: 2.2222222222;
		letter-spacing: normal;
		padding-inline: 20px;
	}

	.p-environment-tit {
		grid-column: 1/2;
		grid-row: 1/2;
		padding-inline: 20px;
	}

	.p-environment-desc {
		margin-top: 0;
		margin-right: 0;
		font-size: clamp(20px, 0.26rem, 26px);
		line-height: 2.4;
		grid-column: 1/2;
		grid-row: 2/3;
		padding-inline: 20px;
	}

	.p-environment-img {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-environment-list {
		padding-inline: clamp(20px, 3rem, 30px);
	}

	.p-environment-item {
		flex-direction: column-reverse;
		padding: clamp(20px, 0.48rem, 48px) 24px 48px;
		gap: 0;
	}

	.p-environment-body h4 {
		font-size: clamp(22px, 0.26rem, 26px);
		line-height: 2.9090909091;
	}

	.p-environment-txt {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
	}

	.p-environment-ico {
		width: 140px;
	}

	.p-footer-logo-honda {
		width: 84px;
		grid-column: 1/2;
		grid-row: 1/2;
		margin-inline: auto;
	}

	.p-footer-logo {
		width: 188px;
		grid-column: 1/2;
		grid-row: 2/3;
		margin-inline: auto;
	}

	.p-footer-body {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-footer-body .p-nav-row {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.p-footer-body .p-nav-col01 {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-footer-body .p-nav-col02 {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-footer-body .p-nav-col03 {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-footer-body .p-nav-col04 {
		grid-column: 1/2;
		grid-row: 4/5;
	}

	.p-footer-body .c-nav-item-list {
		margin-top: clamp(18px, 0.2rem, 20px);
		gap: clamp(12px, 0.06rem, 6px);
	}

	.p-footer-body .c-nav-item-list li::before {
		top: clamp(14px, 0.2rem, 20px);
	}

	.p-footer-body .c-nav-item-list li a {
		font-size: clamp(15px, 0.16rem, 16px);
		line-height: 1.4;
	}

	.p-footer-body .c-nav-item-list li {
		margin-top: 4px;
	}

	.p-footer-copyright {
		margin-top: clamp(46px, 0.52rem, 52px);
	}

	.p-footer-copyright small {
		font-size: 12px;
		line-height: 1.3333333333;
	}

	.p-guidelines-head {
		flex-direction: column;
		align-items: flex-start;
		margin-top: clamp(70px, 0.4rem, 40px);
		gap: clamp(40px, 0.56rem, 56px);
	}

	.p-guidelines-head span {
		font-size: 22px;
		line-height: 1.6363636364;
	}

	.p-guidelines-head span::after {
		bottom: -20px;
		left: 50%;
		width: 88px;
		height: 1px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.p-guidelines-desc {
		font-size: 16px;
		font-weight: 700;
		line-height: 2;
		-webkit-font-smoothing: antialiased;
	}

	.p-guidelines-list {
		justify-content: center;
		margin-top: clamp(50px, 0.6rem, 60px);
	}

	.p-guidelines-item:not(:first-child) {
		margin-top: 60px;
	}

	.p-guidelines-item a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 0;
	}

	.p-guidelines-body p {
		line-height: 1.1875;
	}

	.p-guidelines-body h4 {
		line-height: 2.0909090909;
	}

	.p-guidelines-body .p-guidelines-en {
		line-height: 1.1875;
	}

	.p-guidelines-thumb {
		height: clamp(331px, 3.4rem, 340px);
	}

	.p-header-hamburger-left {
		display: none;
	}

	.p-header-hamburger-right .p-nav-row {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.p-header-hamburger-right .p-nav-col01 {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-header-hamburger-right .p-nav-col02 {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-header-hamburger-right .p-nav-col03 {
		grid-column: 1/2;
		grid-row: 4/5;
	}

	.p-header-hamburger-right .p-nav-col04 {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-header-hamburger-right .p-nav-col05 {
		grid-column: 1/2;
		grid-row: 5/6;
	}

	.p-header-hamburger-right .p-nav-link a {
		font-size: clamp(13px, 0.18rem, 18px);
		line-height: 1.4615384615;
	}

	.p-header-hamburger-right .c-nav-item-list {
		margin-top: clamp(5px, 0.2rem, 20px);
		gap: clamp(5px, 0.06rem, 6px);
	}

	.p-header-hamburger-right .c-nav-item-list li a {
		font-size: clamp(15px, 0.16rem, 16px);
		font-weight: 700;
		line-height: 1.4;
		-webkit-font-smoothing: antialiased;
	}

	.p-header-hamburger-right .c-nav-item-list li {
		margin-top: 4px;
	}

	.p-home-crosstalk-list {
		margin-top: clamp(60px, 0.7rem, 70px);
		gap: clamp(84px, 1.14rem, 114px);
	}

	.p-home-crosstalk-item::after {
		font-size: clamp(58px, 0.98rem, 98px);
		line-height: 0.775862069;
	}

	.p-home-crosstalk-item a {
		border-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-home-crosstalk-tit picture {
		width: clamp(64px, 3.1rem, 310px);
	}

	.p-home-crosstalk-bg {
		height: 121.3114754098vw;
		border-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-home-crosstalk-bg::before {
		border-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-home-crosstalk-item_01 .p-home-crosstalk-bg {
		background: transparent url('/recruit/img/top/img_crosstalk_01_sp.webp') no-repeat center center/cover;
	}

	.p-home-crosstalk-item_02 .p-home-crosstalk-bg {
		background: transparent url('/recruit/img/top/img_crosstalk_02_sp.webp') no-repeat center center/cover;
	}

	.p-home-crosstalk-item_03 .p-home-crosstalk-bg {
		background: transparent url('/recruit/img/top/img_crosstalk_03_sp.webp') no-repeat center center/cover;
	}

	.p-home-job-type-tit {
		margin-top: 0;
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-home-job-type-body {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-home-job-type-wrap {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-home-job-type-cpy {
		margin-top: 0;
		font-size: clamp(22px, 0.3rem, 30px);
		line-height: 1.6363636364;
	}

	.p-home-job-type-txt {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
	}

	.p-home-job-type-links {
		width: 100%;
		border-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-home-job-type-link {
		width: 100%;
		max-width: 480px;
		padding-right: 23px;
		padding-left: 31px;
	}

	.p-home-job-type-link hgroup {
		margin-top: clamp(20px, 0.4rem, 40px);
	}

	.p-home-job-type-link hgroup p {
		font-size: clamp(35px, 0.64rem, 64px);
		line-height: 0.2571428571;
	}

	.p-home-job-type-link hgroup h3 {
		margin-top: clamp(5px, 1.5rem, 15px);
		font-size: clamp(14px, 0.26rem, 26px);
		line-height: 1.4285714286;
	}

	.p-home-job-type-linkTop,
  .p-home-job-type-link-bgTop {
		border-top-left-radius: clamp(4px, 0.1rem, 10px);
		border-top-right-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-home-job-type-link-icon {
		width: 36px;
	}

	.p-home-job-type-linkBottom,
  .p-home-job-type-link-bgBottom {
		border-bottom-right-radius: clamp(4px, 0.1rem, 10px);
		border-bottom-left-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-home-message-content {
		grid-template-columns: 1fr;
	}

	.p-home-message-catch-bg {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-home-message-catch {
		line-height: 2.2;
		white-space: nowrap;
	}

	.p-home-message-txt {
		margin-top: 0;
		margin-left: 0;
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2.75;
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-home-message-img {
		margin-top: 45%;
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-interview-head {
		flex-direction: column;
	}

	.p-interview-body h3 {
		font-size: clamp(24px, 0.3rem, 30px);
		line-height: 1.875;
	}

	.p-interview-catch {
		font-size: clamp(24px, 0.3rem, 30px);
		line-height: 2.0833333333;
	}

	.p-interview-store {
		margin-top: clamp(30px, 0.4rem, 40px);
		font-size: clamp(14px, 0.16rem, 16px);
		line-height: 2.5;
	}

	.p-interview-name {
		font-size: clamp(18px, 0.2rem, 20px);
		line-height: 1.9444444444;
	}

	.p-interview-wrap {
		gap: clamp(32px, 0.4rem, 40px);
	}

	.p-interview-wrap span {
		font-size: clamp(13px, 0.14rem, 14px);
		line-height: 2.6923076923;
	}

	.p-interview-wrap span::after {
		right: clamp(-20px, -2rem, -20px);
		height: 19px;
	}

	.p-interview-thumb {
		margin-top: 40px;
	}

	.p-interview-thumb img {
		width: 100%;
		border-radius: clamp(6px, 0.1rem, 10px);
		box-shadow: 0 0 0 3px #414141, 0 0 0 5px #93ff8e;
	}

	.p-interview-mov {
		margin-top: 40px;
		text-align: center;
	}

	.p-interview-mov iframe {
		width: 94.0298507463%;
		height: 207px;
	}

	.p-interview-content {
		margin-top: clamp(80px, 1.2rem, 120px);
	}

	.p-interview-faq h4 {
		width: calc(100% + 40px);
		margin-right: -20px;
		margin-left: -20px;
		padding: clamp(25px, 0.36rem, 36px) 20px;
		text-align: left;
	}

	.p-interview-faq h4 span {
		display: block;
		width: 100%;
		text-align: left;
	}

	.p-interview-faq h4 span::before {
		top: 19px;
	}

	.p-interview-faq-box {
		align-items: center;
		gap: clamp(20px, 0.6rem, 60px);
	}

	.p-interview-faq-txt {
		width: 71.6417910448%;
		margin-top: clamp(15px, 0.28rem, 28px);
		padding: clamp(19px, 0.4rem, 40px) clamp(25px, 0.6rem, 60px);
		font-size: clamp(14px, 0.18rem, 18px);
		line-height: 1.8571428571;
		letter-spacing: 0.031em;
	}

	.p-interview-faq-txt::after {
		top: 50%;
		margin-top: -10px;
		border-top-width: 6px;
		border-right-width: 9px;
		border-bottom-width: 6px;
		border-left-width: 9px;
	}

	.p-interview-faq-icon {
		width: clamp(74px, 1.32rem, 132px);
	}

	.p-interview-faq-ph {
		margin-top: clamp(60px, 0.8rem, 80px);
	}

	.p-interview-faq-ph img {
		width: 100%;
		border-radius: clamp(6px, 0.1rem, 10px);
		box-shadow: 0 0 0 3px #414141, 0 0 0 5px #93ff8e;
	}

	.p-kv-wrap {
		height: 180vw;
	}

	.p-kv-body {
		top: 55%;
	}

	.p-kv-lead {
		width: 80%;
		margin-top: clamp(-150px, -7.5rem, -75px);
	}

	.p-links-list li:first-of-type {
		border-top-right-radius: clamp(4px, 0.1rem, 10px);
		border-bottom-left-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-links-list li:first-of-type .p-links-link,
  .p-links-list li:first-of-type .p-links-link-bg,
  .p-links-list li:first-of-type .p-links-link-bg img {
		border-top-left-radius: clamp(4px, 0.1rem, 10px);
		border-top-right-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-links-list li:last-of-type {
		border-top-right-radius: clamp(4px, 0.1rem, 10px);
		border-bottom-right-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-links-list li:last-of-type .p-links-link,
  .p-links-list li:last-of-type .p-links-link-bg,
  .p-links-list li:last-of-type .p-links-link-bg img {
		border-bottom-right-radius: clamp(4px, 0.1rem, 10px);
		border-bottom-left-radius: clamp(4px, 0.1rem, 10px);
	}

	.p-message-lead {
		width: clamp(113px, 1.7rem, 170px);
		grid-column: 1/2;
		grid-row: 2/3;
		margin-inline: auto;
	}

	.p-message-body {
		margin-top: clamp(64px, 1.1rem, 110px);
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-message-body p {
		font-size: clamp(20px, 0.26rem, 26px);
		line-height: 2.2;
	}

	.p-message-foot {
		margin-top: clamp(30px, 0.7rem, 70px);
	}

	.p-message-signature {
		font-size: clamp(20px, 0.26rem, 26px);
		line-height: 1;
	}

	.p-message-signature span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2.25;
	}

	.p-numbers-box-01 {
		justify-content: center;
		padding: clamp(20px, 0.3rem, 30px) clamp(30px, 0.5rem, 50px);
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-numbers-box-01 .p-numbers-box-body {
		flex-direction: column;
		gap: clamp(20px, 0.54rem, 54px);
	}

	.p-numbers-box-01 .unit {
		font-size: clamp(22px, 0.28rem, 28px);
	}

	.p-numbers-box-02 {
		display: block;
		grid-column: 1/2;
		grid-row: 2/3;
		padding-block: clamp(20px, 0.5rem, 50px);
	}

	.p-numbers-box-02::after {
		top: 65%;
		right: clamp(30px, 0.4rem, 40px);
		width: clamp(105px, 1.65rem, 165px);
		height: clamp(76px, 1.16rem, 116px);
	}

	.p-numbers-box-02 .p-numbers-box-body {
		display: block;
	}

	.p-numbers-box-02 .num {
		font-size: clamp(98px, 1.2rem, 120px);
	}

	.p-numbers-box-03 {
		justify-content: center;
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.36rem, 36px) clamp(20px, 0.3rem, 30px);
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-numbers-box-03 .p-numbers-box-img {
		margin-top: clamp(20px, 0.4rem, 40px);
	}

	.p-numbers-box-03 .p-numbers-box-num {
		margin-top: 0;
	}

	.p-numbers-box-03 .num {
		font-size: 120px;
	}

	.p-numbers-box-04 {
		padding: clamp(20px, 0.4rem, 40px) 30px clamp(20px, 0.3rem, 30px);
		grid-column: 1/2;
		grid-row: 4/5;
	}

	.p-numbers-box-04::after {
		bottom: 0;
		width: clamp(122px, 1.86rem, 186px);
		height: clamp(178px, 2.56rem, 256px);
	}

	.p-numbers-box-04 .p-numbers-box-num {
		margin-top: clamp(20px, 1.3rem, 130px);
	}

	.p-numbers-box-05 {
		align-items: center;
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.4rem, 40px) clamp(30px, 0.4rem, 40px);
		grid-column: 1/2;
		grid-row: 5/6;
	}

	.p-numbers-box-05 .p-numbers-box-wrap {
		margin-top: clamp(15px, 0.5rem, 50px);
		gap: 0;
	}

	.p-numbers-box-05 .p-numbers-box-img-01 {
		width: clamp(137px, 2.3rem, 230px);
	}

	.p-numbers-box-05 .p-numbers-box-img-02 {
		width: clamp(39px, 0.64rem, 64px);
	}

	.p-numbers-box-05 .p-numbers-box-group {
		flex: 0 0 49.8181818182%;
		gap: clamp(6px, 0.3rem, 30px);
	}

	.p-numbers-box-05 .p-numbers-box-gender {
		top: 0;
		right: 5px;
	}

	.p-numbers-box-05 .txt {
		font-size: clamp(14px, 0.24rem, 24px);
	}

	.p-numbers-box-05 .num-l {
		font-size: clamp(72px, 1.4rem, 140px);
	}

	.p-numbers-box-05 .few {
		font-size: clamp(47px, 0.8rem, 80px);
	}

	.p-numbers-box-05 .unit {
		font-size: clamp(23px, 0.4rem, 40px);
	}

	.p-numbers-box-06 {
		padding: clamp(20px, 0.4rem, 40px) 30px clamp(30px, 0.6rem, 60px);
		grid-column: 1/2;
		grid-row: 6/7;
	}

	.p-numbers-box-06 .p-numbers-box-body {
		grid-template-columns: 1fr;
		gap: clamp(20px, 0.5rem, 50px) 0;
	}

	.p-numbers-box-06 .p-numbers-box-tit {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-numbers-box-06 .p-numbers-box-data-list {
		grid-column: 1/2;
		grid-row: 4/6;
	}

	.p-numbers-box-06 .p-numbers-box-ringchart {
		grid-column: 1/2;
		grid-row: 2/4;
	}

	.p-numbers-box-07 {
		padding: clamp(20px, 0.4rem, 40px) 30px clamp(30px, 0.6rem, 60px);
		grid-column: 1/2;
		grid-row: 7/8;
	}

	.p-numbers-box-07 .p-numbers-box-body {
		grid-template-columns: 1fr;
		gap: clamp(20px, 0.5rem, 50px) 0;
	}

	.p-numbers-box-07 .p-numbers-box-tit {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-numbers-box-07 .p-numbers-box-data-list {
		grid-column: 1/2;
		grid-row: 4/6;
	}

	.p-numbers-box-07 .p-numbers-box-ringchart {
		grid-column: 1/2;
		grid-row: 2/4;
	}

	.p-numbers-box-08 {
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.8rem, 80px) clamp(60px, 12.5rem, 125px);
		grid-column: 1/2;
		grid-row: 8/9;
	}

	.p-numbers-box-08::after {
		right: 0;
		bottom: clamp(30px, 0.6rem, 60px);
		left: 50%;
		width: clamp(207px, 3.8rem, 380px);
		height: clamp(64px, 1.18rem, 118px);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.p-numbers-box-08 .p-numbers-box-data-list {
		margin-top: clamp(20px, 0.4rem, 40px);
		grid-template-columns: 1fr;
		gap: 60px 0;
	}

	.p-numbers-box-08 .p-numbers-box-data-body {
		align-items: center;
	}

	.p-numbers-box-08 .txt {
		font-size: 16px;
		line-height: normal;
	}

	.p-numbers-box-08 .p-number-box-chart-row {
		height: 12.8vw;
		margin-top: clamp(5px, 0.1rem, 10px);
	}

	.p-numbers-box-08 .p-number-box-chart-row-img {
		bottom: -10px;
		height: 16.29726206vw;
	}

	.p-numbers-box-08 .p-number-box-chart-row-img img {
		width: 100%;
	}

	.p-numbers-box-09 {
		padding: clamp(20px, 0.45rem, 45px) 32px 30px;
		grid-column: 1/2;
		grid-row: 9/10;
	}

	.p-numbers-box-09 .p-numbers-box-content {
		margin-top: clamp(20px, 0.8rem, 80px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row {
		left: clamp(45px, 0.8rem, 80px);
		width: clamp(188px, 2.7rem, 270px);
		height: clamp(275px, 3.54rem, 354px);
		gap: clamp(25px, 0.32rem, 32px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row li {
		height: clamp(40px, 0.54rem, 54px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .graph {
		height: clamp(40px, 0.54rem, 54px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .service {
		top: clamp(18px, 0.2rem, 20px);
		width: clamp(130px, 1.8rem, 180px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .sales {
		top: clamp(83px, 1.04rem, 104px);
		width: clamp(91px, 1.3rem, 130px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .cs {
		top: clamp(148px, 1.88rem, 188px);
		width: clamp(40px, 0.64rem, 64px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .sa {
		top: clamp(215px, 2.74rem, 274px);
		width: clamp(21px, 0.4rem, 40px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row-img {
		left: clamp(-38px, -0.84rem, -84px);
		width: clamp(269px, 4.31rem, 431px);
		height: clamp(275px, 3.54rem, 354px);
	}

	.p-numbers-box-10 {
		padding: clamp(30px, 0.4rem, 40px) clamp(30px, 0.5rem, 50px) clamp(15px, 0.18rem, 18px);
		grid-column: 1/2;
		grid-row: 10/11;
	}

	.p-numbers-box-10 .p-numbers-box-content {
		flex-basis: 58.5454545455%;
	}

	.p-numbers-box-10 .p-numbers-box-img {
		flex-basis: 42.5454545455%;
	}

	.p-numbers-box-10 .num {
		font-size: clamp(98px, 1.2rem, 120px);
	}

	.p-numbers-box-11 {
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.5rem, 50px) 18px;
		grid-column: 1/2;
		grid-row: 11/12;
	}

	.p-numbers-box-11 .p-numbers-box-content {
		flex-basis: 63.6363636364%;
	}

	.p-numbers-box-11 .p-numbers-box-img {
		flex-basis: 41.0909090909%;
	}

	.p-numbers-box-11 .num {
		font-size: clamp(98px, 1.2rem, 120px);
	}

	.p-numbers-box-12 {
		justify-content: center;
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.8rem, 80px) clamp(30px, 0.48rem, 48px);
		grid-column: 1/2;
		grid-row: 12/13;
	}

	.p-numbers-box-12 .p-numbers-box-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px clamp(2px, 0.5rem, 50px);
		justify-items: baseline;
	}

	.p-numbers-box-12 .p-numbers-box-item {
		gap: clamp(4px, 0.17rem, 17px);
	}

	.p-numbers-box-12 .p-numbers-box-item .txt {
		font-size: 12px;
	}

	.p-numbers-box-12 .p-numbers-box-item .few {
		font-size: clamp(32px, 0.8rem, 32px);
	}

	.p-numbers-box-12 .p-numbers-box-item .num-s {
		font-size: clamp(40px, 0.44rem, 44px);
	}

	.p-numbers-box-12 .few {
		font-size: clamp(32px, 0.8rem, 32px);
	}

	.p-numbers-box-13 {
		padding: clamp(18px, 0.4rem, 40px) clamp(36px, 0.8rem, 80px) 40px;
		grid-column: 1/2;
		grid-row: 13/14;
	}

	.p-numbers-box-13::before {
		width: 100%;
		height: 490px;
		border-radius: 10px 10px 0 0;
		background: transparent url('/recruit/img/numbers/fig_numbers_08_sp.webp') no-repeat top center/contain;
	}

	.p-numbers-box-13 .p-numbers-box-body {
		flex-direction: column;
		gap: 190px;
	}

	.p-numbers-box-13 .txt span {
		font-size: 14px;
	}

	.p-numbers-box-13 .few {
		font-size: clamp(34px, 0.8rem, 44px);
	}

	.p-numbers-box-14,
  .p-numbers-box-15 {
		padding: clamp(18px, 0.45rem, 45px) 36px clamp(40px, 0.55rem, 55px);
	}

	.p-numbers-box-14 .p-numbers-box-body,
  .p-numbers-box-15 .p-numbers-box-body {
		width: 100%;
	}

	.p-numbers-box-14 .p-numbers-box-data-list,
  .p-numbers-box-15 .p-numbers-box-data-list {
		margin-top: clamp(25px, 0.3rem, 30px);
	}

	.p-numbers-box-14 .num-xs,
  .p-numbers-box-15 .num-xs {
		font-size: 30px;
	}

	.p-numbers-box-14 .txt-s span,
  .p-numbers-box-15 .txt-s span {
		font-size: 14px;
	}

	.p-numbers-box-14 .unit-xs,
  .p-numbers-box-15 .unit-xs {
		font-size: 12px;
	}

	.p-numbers-box-14 .few,
  .p-numbers-box-15 .few {
		font-size: clamp(30px, 0.8rem, 30px);
	}

	.p-numbers-box-14 {
		grid-column: 1/2;
		grid-row: 14/15;
	}

	.p-numbers-box-14::after {
		top: clamp(18px, 0.25rem, 25px);
		width: clamp(54px, 1.13rem, 113px);
		height: clamp(54px, 1.13rem, 113px);
	}

	.p-numbers-box-15 {
		grid-column: 1/2;
		grid-row: 15/16;
	}

	.p-numbers-box-15::after {
		top: clamp(18px, 0.3rem, 30px);
		width: clamp(91px, 1.69rem, 169px);
		height: clamp(51px, 0.95rem, 95px);
	}

	.p-numbers-box-16 {
		padding: clamp(18px, 0.4rem, 40px) 15px clamp(34px, 0.5rem, 50px);
		grid-column: 1/2;
		grid-row: 16/17;
	}

	.p-numbers-box-16 .p-numbers-box-content {
		margin-top: clamp(20px, 0.4rem, 40px);
	}

	.p-numbers-box-16 .p-numbers-box-list-top {
		grid-template-columns: repeat(2, 1fr);
	}

	.p-numbers-box-16 .p-numbers-box-wrap {
		gap: 0;
	}

	.p-numbers-box-16 .num-s {
		font-size: clamp(40px, 0.8rem, 44px);
	}

	.p-numbers-box-16 .p-numbers-box-img-01 {
		width: clamp(68px, 0.86rem, 86px);
	}

	.p-numbers-box-16 .p-numbers-box-img-03 {
		width: clamp(56px, 0.7rem, 70px);
	}

	.p-numbers-box-16 .p-numbers-box-img-04 {
		width: clamp(56px, 0.7rem, 70px);
	}

	.p-numbers-box-16 .p-numbers-box-img-06 {
		width: clamp(56px, 0.7rem, 70px);
	}

	.p-numbers-box-16 .p-numbers-box-list-bottom {
		flex-direction: column;
		margin-top: clamp(40px, 0.55rem, 55px);
		gap: 17px;
	}

	.p-numbers-box-16 .p-numbers-box-list-bottom-item {
		gap: clamp(8px, 0.12rem, 12px);
	}

	.p-numbers-box-16 .txt {
		font-size: clamp(16px, 0.19rem, 19px);
	}

	.p-numbers-box-16 .few {
		font-size: clamp(40px, 0.8rem, 40px);
	}

	.p-numbers-box-16 .num-xs {
		font-size: clamp(30px, 0.8rem, 30px);
	}

	.p-numbers-box-16 .num-xs .few {
		font-size: clamp(30px, 0.8rem, 30px);
	}

	.p-numbers-box-17 {
		padding: clamp(18px, 0.4rem, 40px) clamp(30px, 0.8rem, 80px) clamp(50px, 33rem, 330px);
		grid-column: 1/2;
		grid-row: 17/18;
	}

	.p-numbers-box-17 .p-numbers-box-content {
		margin-top: 30px;
	}

	.p-numbers-box-17 .graph {
		width: clamp(40px, 0.73rem, 73px);
	}

	.p-numbers-box-17 .n-box {
		left: 0;
		height: clamp(80px, 1.03rem, 103px);
	}

	.p-numbers-box-17 .vezel {
		left: clamp(64px, 1.03rem, 103px);
		height: clamp(22px, 0.49rem, 49px);
	}

	.p-numbers-box-17 .step-wgn {
		left: clamp(118px, 2.06rem, 206px);
		height: clamp(15px, 0.37rem, 37px);
	}

	.p-numbers-box-17 .n-wgn {
		left: clamp(173px, 3.09rem, 309px);
		height: clamp(13px, 0.22rem, 22px);
	}

	.p-numbers-box-17 .zr-v {
		left: clamp(227px, 4.12rem, 412px);
		height: clamp(9px, 0.14rem, 14px);
	}

	.p-numbers-box-17 .n-one {
		left: 0;
		height: clamp(9px, 0.14rem, 14px);
	}

	.p-numbers-box-17 .fit {
		left: clamp(62px, 6.18rem, 618px);
		height: clamp(7px, 0.14rem, 14px);
	}

	.p-numbers-box-17 .civic {
		left: clamp(116px, 7.21rem, 721px);
		height: clamp(7px, 0.14rem, 14px);
	}

	.p-numbers-box-17 .other01 {
		left: clamp(171px, 8.24rem, 824px);
		height: clamp(42px, 0.55rem, 55px);
	}

	.p-numbers-box-17 .other02 {
		left: clamp(225px, 9.27rem, 927px);
		height: clamp(13px, 0.14rem, 14px);
	}

	.p-numbers-box-17 .p-numbers-box-wrap-top .p-numbers-box-chart-col {
		top: 5px;
		width: clamp(271px, 10.06rem, 1006px);
		height: clamp(120px, 1.55rem, 155px);
	}

	.p-numbers-box-17 .p-numbers-box-wrap-top .p-numbers-box-chart-col-img {
		top: 12px;
		left: 49%;
		width: clamp(271px, 10.06rem, 1006px);
		height: clamp(277px, 1.55rem, 155px);
	}

	.p-numbers-box-17 .p-numbers-box-wrap-bottom .p-numbers-box-chart-col {
		top: 155px;
		width: clamp(265px, 10.06rem, 1006px);
		height: clamp(85px, 1.55rem, 155px);
	}

	.p-numbers-box-17 .p-numbers-box-wrap-bottom .p-numbers-box-chart-col-img {
		top: 320px;
		left: 49%;
		width: clamp(265px, 10.06rem, 1006px);
		height: clamp(238px, 1.55rem, 155px);
	}

	.p-oneday-lead {
		font-size: clamp(22px, 0.3rem, 30px);
		line-height: 1.6363636364;
		padding-inline: 20px;
	}

	.p-oneday-list {
		margin-top: clamp(40px, 1.4rem, 140px);
	}

	.p-oneday-item {
		grid-template-columns: 60px 1fr;
		gap: 0 clamp(20px, 0.5rem, 50px);
	}

	.p-oneday-item:not(:last-of-type) {
		padding-bottom: clamp(60px, 1rem, 100px);
	}

	.p-oneday-item::before {
		left: clamp(30px, 0.38rem, 38px);
	}

	.p-oneday-time {
		width: clamp(60px, 0.76rem, 76px);
		height: clamp(28px, 0.32rem, 32px);
		padding-top: 2px;
		font-size: clamp(16px, 0.22rem, 22px);
		line-height: normal;
		grid-column: 1/2;
		grid-row: 1/3;
	}

	.p-oneday-body {
		grid-column: 2/3;
		grid-row: 1/3;
	}

	.p-oneday-body h4 {
		font-size: clamp(20px, 0.24rem, 24px);
		line-height: 1.25;
	}

	.p-oneday-body p {
		margin-top: clamp(20px, 0.24rem, 24px);
		font-size: clamp(16px, 0.18rem, 18px);
	}

	.p-oneday-fig {
		margin-top: 20px;
		grid-column: 2/3;
		grid-row: 3/4;
	}

	.p-personality-desc {
		font-size: clamp(22px, 0.3rem, 30px);
		line-height: 1.6363636364;
	}

	.p-personality-list {
		gap: clamp(80px, 0.95rem, 95px);
	}

	.p-personality-num {
		width: 130px;
		height: clamp(62px, 1.2rem, 120px);
		padding-bottom: clamp(35px, 0.8rem, 80px);
	}

	.p-personality-num span {
		margin-bottom: -10px;
		padding-left: clamp(6px, 0.16rem, 16px);
		font-size: clamp(68px, 1.36rem, 136px);
		line-height: 1.0588235294;
	}

	.p-personality-body {
		margin-top: 2rem;
	}

	.p-personality-body h4 {
		font-size: clamp(20px, 0.24rem, 24px);
		line-height: 1.5;
	}

	.p-personality-txt {
		font-size: clamp(16px, 0.18rem, 18px);
	}

	.p-philosophy-body {
		margin-top: -100px;
	}

	.p-philosophy-body h4 {
		font-size: clamp(22px, 0.3rem, 30px);
		line-height: 1.6363636364;
	}

	.p-philosophy-body p {
		margin-top: clamp(28px, 0.4rem, 40px);
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
	}

	.p-philosophy-block:not(:first-of-type) {
		margin-top: clamp(52px, 0.72rem, 72px);
	}

	.p-philosophy-img {
		width: 86.5671641791%;
		margin-right: 0;
	}

	.p-schedule-wrap {
		margin-top: 20px;
		grid-template-columns: 37.0149253731% 62.6865671642%;
		gap: 0;
	}

	.p-schedule-desc {
		margin-top: 0;
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
		grid-column: 2/3;
		grid-row: 1/2;
	}

	.p-schedule-list {
		margin-top: 150px;
		grid-column: 1/3;
		grid-row: 2/3;
		gap: clamp(32px, 0.52rem, 52px);
	}

	.p-schedule-item {
		width: 100%;
		padding: clamp(25px, 3rem, 30px) clamp(20px, 0.4rem, 40px);
		border: 1px solid #414141;
		gap: clamp(28px, 0.73rem, 73px);
	}

	.p-schedule-item::after {
		bottom: clamp(-15px, -0.2rem, -20px);
		width: clamp(40px, 0.48rem, 48px);
		height: clamp(22px, 0.28rem, 28px);
	}

	.p-schedule-step {
		margin-right: 0;
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
	}

	.p-schedule-num {
		font-size: clamp(32px, 0.42rem, 42px);
		line-height: 1.5;
	}

	.p-schedule-txt {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
	}

	.p-schedule-txt span {
		display: block;
		font-size: clamp(14px, 0.16rem, 16px);
		line-height: 2.2857142857;
	}

	.p-schedule-img {
		grid-column: 1/2;
		grid-row: 1/4;
	}

	.p-schedule-note {
		font-size: clamp(14px, 0.15rem, 15px);
		white-space: wrap;
		grid-column: 1/3;
		grid-row: 3/4;
	}

	.p-skill-content {
		margin-top: clamp(50px, 0.7rem, 70px);
		background-color: #1a1a1a;
		padding-inline: 20px;
	}

	.p-skill-list {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.p-skill-item {
		padding: 38px 22px 38px;
	}

	.p-skill-tit h4 {
		font-size: clamp(22px, 0.3rem, 30px);
	}

	.p-skill-tit p {
		font-size: clamp(13px, 0.14rem, 14px);
	}

	.p-skill-txt {
		margin-top: clamp(16px, 0.2rem, 20px);
		font-size: clamp(16px, 0.18rem, 18px);
	}

	.p-skill-wrap {
		top: -22px;
		right: clamp(12px, 0.2rem, 20px);
		width: clamp(155px, 1.82rem, 182px);
		height: clamp(44px, 0.52rem, 52px);
	}

	.p-skill-wrap span {
		width: clamp(155px, 1.82rem, 182px);
		font-size: clamp(13px, 0.16rem, 16px);
	}

	.p-skill-wrap span::before {
		top: -12px;
		border-bottom-width: 21px;
		border-left-width: 21px;
	}

	.p-staff-interview-desc {
		font-size: clamp(16px, 0.18rem, 18px);
	}

	.p-staff-interview-list {
		justify-content: center;
		margin-top: clamp(50px, 0.9rem, 90px);
		grid-template-columns: clamp(143px, 1.9rem, 190px) clamp(143px, 1.9rem, 190px);
		gap: clamp(13px, 0.17rem, 1279px);
	}

	.p-staff-interview-item {
		width: clamp(143px, 1.9rem, 190px);
	}

	.p-staff-interview-head {
		width: clamp(34px, 0.44rem, 44px);
	}

	.p-staff-interview-head p {
		font-size: clamp(44px, 0.61rem, 61px);
		line-height: 0.6136363636;
	}

	.p-staff-interview-head span {
		font-size: clamp(8px, 0.15rem, 15px);
		line-height: 1.125;
	}

	.p-tab-numbers-desc {
		margin-top: clamp(20px, 0.48rem, 48px);
		font-size: clamp(16px, 0.18rem, 18px);
	}

	.p-tab-numbers-panel-box {
		padding-top: 0;
	}

	.panel01 .p-tab-numbers-panel-content {
		margin-top: clamp(20px, 0.5rem, 50px);
	}

	.panel01 .p-tab-numbers-panel-fig {
		width: clamp(140px, 2.79rem, 279px);
	}

	.panel02 .p-tab-numbers-panel-content {
		margin-top: clamp(20px, 0.4rem, 40px);
	}

	.panel02 .p-tab-numbers-panel-box-wrap {
		gap: clamp(6px, 0.4rem, 40px);
	}

	.panel02 .p-tab-numbers-panel-box-group {
		gap: clamp(10px, 0.4rem, 40px);
	}

	.panel02 .p-tab-numbers-panel-box-gender {
		top: 0;
	}

	.panel02 .p-tab-numbers-panel-box-img-01 {
		width: clamp(166px, 2.29rem, 229px);
	}

	.panel02 .p-tab-numbers-panel-box-img-02 {
		width: clamp(46px, 0.64rem, 64px);
	}

	.panel02 .c-tab-numbers-unit {
		font-size: 28px;
	}

	.panel03 .p-tab-numbers-panel-fig {
		width: clamp(151px, 2.4rem, 240px);
		margin-left: clamp(-124px, -6.8rem, -6.8px);
	}

	.panel04 .p-tab-numbers-panel-fig {
		width: clamp(98px, 1.96rem, 196px);
		margin-left: clamp(-80px, -4rem, -40px);
	}

	.p-tab-numbers-btn {
		margin-top: clamp(30px, 0.42rem, 42px);
	}

	.p-training-wrap {
		margin-top: clamp(40px, 0.6rem, 60px);
		grid-template-columns: clamp(110px, 1.4rem, 140px) auto;
	}

	.p-training-lists li {
		font-size: clamp(14px, 0.18rem, 18px);
		padding-inline: clamp(24px, 0.3rem, 30px);
	}

	.p-training-lists li:nth-of-type(2) {
		height: clamp(140px, 1.8rem, 180px);
	}

	.p-training-lists li:nth-of-type(3) {
		height: clamp(80px, 1rem, 100px);
	}

	.p-training-lists li:nth-of-type(4) {
		height: clamp(125px, 1.6rem, 160px);
	}

	.p-training-lists li:nth-of-type(5) {
		height: clamp(100px, 1.3rem, 130px);
	}

	.p-training-content {
		max-width: calc(100vw - clamp(110px, 1.4rem, 140px));
		padding-bottom: clamp(40px, 0.65rem, 65px);
	}

	.p-training-col {
		min-width: 650px;
		grid-template-columns: 190px 240px 210px;
	}

	.p-training-col-box::before {
		bottom: -40px;
	}

	.p-training-col-box::after {
		bottom: -37px;
		left: 7px;
	}

	.p-training-col-box:nth-of-type(1)::before {
		border-width: 40px 95px 0 95px;
	}

	.p-training-col-box:nth-of-type(1)::after {
		border-width: 36px 88px 0 88px;
	}

	.p-training-col-box:nth-of-type(2)::before {
		border-width: 40px 120px 0 120px;
	}

	.p-training-col-box:nth-of-type(2)::after {
		border-width: 36px 113px 0 113px;
	}

	.p-training-col-box:nth-of-type(3)::before {
		border-width: 40px 105px 0 105px;
	}

	.p-training-col-box:nth-of-type(3)::after {
		border-width: 36px 98px 0 98px;
	}

	.p-training-course span {
		font-size: 14px;
	}

	.p-training-group:nth-of-type(1) {
		height: clamp(140px, 1.8rem, 180px);
	}

	.p-training-group:nth-of-type(2) {
		height: clamp(80px, 1rem, 100px);
	}

	.p-training-group:nth-of-type(3) {
		height: clamp(125px, 1.6rem, 160px);
	}

	.p-training-group:nth-of-type(4) {
		height: clamp(100px, 1.3rem, 130px);
	}

	.p-training-group li {
		font-size: 14px;
	}

	.p-training-group li span {
		font-size: 12px;
	}

	.p-welfare-tit {
		grid-column: 1/2;
		grid-row: 1/2;
		padding-inline: 20px;
	}

	.p-welfare-desc {
		margin-top: 0;
		font-size: clamp(20px, 0.26rem, 26px);
		line-height: 2.4;
		grid-column: 1/2;
		grid-row: 2/3;
		padding-inline: 20px;
	}

	.p-welfare-img {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-welfare-list-top {
		padding-inline: clamp(20px, 3rem, 30px);
	}

	.p-welfare-item {
		flex-direction: column-reverse;
		padding: clamp(20px, 0.4rem, 40px) 24px clamp(20px, 3.6rem, 36px);
		gap: 0;
	}

	.p-welfare-body h4 {
		font-size: clamp(22px, 0.26rem, 26px);
		line-height: 2.9090909091;
	}

	.p-welfare-txt {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
	}

	.p-welfare-ico {
		width: 140px;
	}

	.p-welfare-list-bottom {
		margin-top: clamp(40px, 1rem, 100px);
		grid-template-columns: 1fr;
		gap: 40px;
		padding-inline: clamp(20px, 3rem, 30px);
	}

	.p-welfare-list-bottom-item h4 {
		font-size: clamp(22px, 0.26rem, 26px);
		line-height: 2.2727272727;
	}

	.p-welfare-list-bottom-item p {
		font-size: clamp(16px, 0.18rem, 18px);
	}

	.p-works-nav {
		margin-top: clamp(32px, 0.4rem, 40px);
	}

	.p-works-body h4 {
		font-size: clamp(22px, 0.3rem, 30px);
		line-height: 1.6363636364;
	}

	.p-works-wrap {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.p-works-heading {
		margin-top: clamp(4px, 0.1rem, 10px);
		font-size: clamp(36px, 0.6rem, 60px);
		line-height: 1.3888888889;
	}

	.p-works-txt {
		font-size: clamp(20px, 0.26rem, 26px);
		line-height: 1.6923076923;
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-works-btn {
		margin-top: 0;
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-works-icon {
		width: 61.4925373134%;
		grid-column: 1/2;
		grid-row: 2/3;
		margin-inline: auto;
	}

	.l-cross_talk-detail {
		margin-top: clamp(120px, 2.1rem, 210px);
		padding-bottom: clamp(170px, 2.1rem, 210px);
	}

	.l-cross_talk-detail::after {
		height: 250.6666666667vw;
	}

	.l-cross_talk-list {
		margin-top: clamp(120px, 1.7rem, 170px);
		padding-bottom: clamp(110px, 2rem, 200px);
	}

	.l-cta-btns {
		flex-direction: column;
		align-items: center;
		margin-top: clamp(-50px, -1rem, -100px);
		gap: clamp(16px, 0.5rem, 50px);
	}

	.l-education {
		margin-top: clamp(60px, 1.4rem, 140px);
		padding-bottom: clamp(85px, 41.5rem, 415px);
	}

	.l-education::before {
		top: 17%;
		left: 50%;
		height: 12.2666666667vw;
		background: transparent url('/recruit/img/education/bg_education_top_sp.webp') no-repeat center center/cover;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.l-education::after {
		top: 82%;
		height: 128vw;
		background: transparent url('/recruit/img/education/bg_education_bottom_sp.webp') no-repeat center center/cover;
	}

	.l-education-inner {
		padding-inline: 0;
	}

	.l-environment {
		padding-bottom: clamp(130px, 2rem, 200px);
	}

	.l-environment::after {
		height: 38.1333333333vw;
	}

	.l-environment-head {
		grid-template-columns: 1fr;
		justify-items: baseline;
	}

	.l-environment-content {
		margin-top: clamp(80px, 1.9rem, 190px);
		margin-bottom: 0;
	}

	.l-environment-content::before {
		top: -85px;
		height: 53.3333333333vw;
		background: transparent url('/recruit/img/benefits/bg_environment_top_sp.webp') no-repeat center center/cover;
	}

	.l-environment-content::after {
		bottom: -80px;
		height: 53.3333333333vw;
		background: transparent url('/recruit/img/benefits/bg_environment_bottom_sp.webp') no-repeat center center/cover;
	}

	.l-footer {
		padding-top: clamp(140px, 1.7rem, 170px);
		padding-bottom: clamp(21px, 2.4rem, 24px);
	}

	.l-footer-content {
		grid-template-columns: 1fr;
		gap: clamp(30px, 1.3rem, 130px);
	}

	.l-guidelines {
		margin-top: clamp(60px, 0.7rem, 70px);
		padding-bottom: clamp(55px, 0.72rem, 72px);
	}

	.l-guidelines::after {
		height: 114.4vw;
	}

	.l-header {
		align-items: flex-start;
		height: clamp(64px, 0.9rem, 90px);
	}

	.l-header h1 {
		width: clamp(180px, 2.7rem, 270px);
		height: clamp(43px, 0.65rem, 65px);
		padding-top: clamp(6px, 0.18rem, 18px);
		padding-left: clamp(9px, 0.4rem, 40px);
	}

	.l-home-crosstalk {
		padding-top: clamp(42px, 0.74rem, 74px);
		padding-bottom: clamp(36px, 0.88rem, 88px);
	}

	.l-home-job-type {
		margin-top: 20px;
		padding-top: 0;
		padding-bottom: clamp(10px, 1rem, 100px);
	}

	.l-home-job-type::after {
		height: 76.8vw;
	}

	.l-home-job-type-content {
		grid-template-columns: 1fr;
		gap: 56px 0;
	}

	.l-home-message {
		padding-bottom: clamp(50px, 12rem, 120px);
	}

	.l-home-message::before {
		top: 80px;
		height: 60.2666666667vw;
		background-image: url('/recruit/img/top/bg_message_sp.webp');
	}

	.l-home-message-inner {
		padding-inline: 20px;
	}

	.l-interview {
		margin-top: clamp(80px, 2.3rem, 230px);
		padding-bottom: clamp(150px, 2.1rem, 210px);
	}

	.l-interview::after {
		top: clamp(-130px, -1rem, -100px);
		height: 241.3333333333vw;
	}

	.l-kv {
		height: 180vw;
	}

	.l-kv::before {
		top: 100px;
		height: 127.4666666667vw;
	}

	.l-kv::after {
		top: 0;
		width: 100%;
		height: 158.4vw;
	}

	.l-links {
		margin-top: clamp(50px, 2.5rem, 250px);
	}

	.l-links::before {
		height: 123.7333333333vw;
	}

	.l-message {
		margin-top: clamp(60px, 1.1rem, 110px);
		padding-bottom: clamp(55px, 6.3rem, 63px);
	}

	.l-message::after {
		height: 111.7333333333vw;
	}

	.l-message-content {
		padding-top: 0;
		grid-template-columns: 1fr;
	}

	.l-numbers {
		margin-top: clamp(155px, 2.7rem, 270px);
		margin-bottom: clamp(110px, 2.1rem, 210px);
	}

	.l-numbers::before {
		top: clamp(-230px, -1.2rem, -120px);
		height: 42.6666666667vw;
		background: transparent url('/recruit/img/numbers/bg_numbers_top_sp.webp') no-repeat center center/cover;
	}

	.l-numbers::after {
		bottom: clamp(-150px, -9.2rem, -92px);
		height: 42.6666666667vw;
		background: transparent url('/recruit/img/numbers/bg_numbers_bottom_sp.webp') no-repeat center center/cover;
	}

	.l-numbers-content {
		margin-top: clamp(40px, 0.6rem, 60px);
		grid-template-columns: 1fr;
		gap: clamp(15px, 0.3rem, 30px);
	}

	.l-oneday {
		margin-top: clamp(80px, 1.25rem, 125px);
		margin-bottom: clamp(170px, 1.8rem, 180px);
	}

	.l-oneday::before {
		top: 0;
		height: 53.3333333333vw;
		background: transparent url('/recruit/img/works/bg_oneday_top_sp.webp') no-repeat center center/cover;
	}

	.l-oneday::after {
		bottom: clamp(-100px, -1.7rem, -170px);
		height: 53.3333333333vw;
		background: transparent url('/recruit/img/works/bg_oneday_bottom_sp.webp') no-repeat center center/cover;
	}

	.l-oneday-wrap {
		margin-top: clamp(60px, 1.1rem, 110px);
	}

	.l-personality {
		padding-bottom: clamp(100px, 2rem, 200px);
		background: transparent url('/recruit/img/about/bg_personality_sp.webp') no-repeat center center/cover;
	}

	.l-personality-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}

	.l-personality-content {
		margin-top: clamp(60px, 1.23rem, 123px);
	}

	.l-philosophy {
		padding-bottom: clamp(55px, 6.3rem, 63px);
	}

	.l-philosophy::after {
		height: 111.7333333333vw;
	}

	.l-philosophy-inner {
		margin-top: clamp(100px, 1.6rem, 160px);
	}

	.l-philosophy-content {
		flex-direction: column-reverse;
		margin-top: clamp(30px, 1.1rem, 110px);
	}

	.l-schedule {
		margin-top: clamp(60px, 0.7rem, 70px);
		padding-bottom: clamp(100px, 1.4rem, 140px);
	}

	.l-schedule::after {
		top: -50px;
		height: 115.2vw;
	}

	.l-skill {
		padding-top: clamp(55px, 0.8rem, 80px);
		padding-bottom: clamp(110px, 1.2rem, 120px);
	}

	.l-skill::before {
		top: clamp(40px, 7rem, 70px);
		height: 53.3333333333vw;
		background: transparent url('/recruit/img/education/bg_skill_top_sp.webp') no-repeat center center/cover;
	}

	.l-skill::after {
		bottom: 20px;
		height: 53.3333333333vw;
		background: transparent url('/recruit/img/education/bg_skill_bottom_sp.webp') no-repeat center center/cover;
	}

	.l-skill-inner {
		padding-inline: 0;
	}

	.l-staff-interview {
		padding-bottom: clamp(42px, 0.74rem, 74px);
	}

	.l-staff-interview::after {
		top: -65px;
		height: 60.8vw;
	}

	.l-staff-interview-inner {
		padding-inline: 40px;
	}

	.l-tab-instagram {
		margin-top: clamp(80px, 2rem, 200px);
		margin-bottom: clamp(100px, 2rem, 200px);
	}

	.p-tab-instagram-head {
		text-align: center;
	}

	.p-tab-instagram-head .c-heading {
		text-align: center;
	}

	.p-tab-instagram-head .c-heading::after {
		content: '';
		left: clamp(360px, 74%, 470px);
		width: 50px;
		height: 50px;
	}

	.l-tab-instagram-content {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.p-tab-instagram-btn {
		position: relative;
		left: inherit;
		text-align: center;
	}

	.p-tab-instagram-btn .c-ut-btn {
		margin: 0 auto;
	}

	.l-tab-numbers {
		margin-top: clamp(80px, 2rem, 200px);
		margin-bottom: clamp(100px, 2rem, 200px);
	}

	.l-tab-numbers::before {
		top: clamp(-90px, -5rem, -50px);
		height: 26.6666666667vw;
		background: transparent url('/recruit/img/top/bg_numbers_top_sp.webp') no-repeat center center/cover;
	}

	.l-tab-numbers::after {
		bottom: clamp(-80px, -1.3rem, -130px);
		height: 26.6666666667vw;
		background: transparent url('/recruit/img/top/bg_numbers_bottom_sp.webp') no-repeat center center/cover;
	}

	.l-tab-numbers-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.l-training {
		padding-bottom: clamp(40px, 0.8rem, 80px);
	}

	.l-welfare {
		margin-top: clamp(60px, 1.7rem, 170px);
		padding-bottom: clamp(90px, 12rem, 120px);
	}

	.l-welfare::after {
		top: 0;
		height: 38.1333333333vw;
	}

	.l-welfare-head {
		grid-template-columns: 1fr;
	}

	.l-welfare-content {
		margin-top: clamp(80px, 1.9rem, 190px);
		margin-bottom: 0;
	}

	.l-welfare-content::before {
		top: -85px;
		height: 53.3333333333vw;
		background: transparent url('/recruit/img/benefits/bg_environment_top_sp.webp') no-repeat center center/cover;
	}

	.l-welfare-content::after {
		bottom: -80px;
		height: 53.3333333333vw;
		background: transparent url('/recruit/img/benefits/bg_environment_bottom_sp.webp') no-repeat center center/cover;
	}

	.l-works {
		margin-top: clamp(72px, 1.85rem, 185px);
		padding-bottom: 0;
	}

	.l-works::after {
		top: 205px;
		height: 114.6666666667vw;
	}

	.l-works-content {
		margin-top: clamp(110px, 1.2rem, 120px);
	}
}

@media (max-width: 590px) {
	.p-links-list a::before {
		width: 70.4vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.u-hide-md {
		display: none !important;
	}

	.c-entry-modal-content .c-btn-entry {
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-entry-modal-content .c-btn-entry span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-entry-modal-content .c-btn-entry span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.c-header-hamburger-inner {
		padding-inline: 40px;
	}

	.c-header-hamburger-content {
		display: block;
	}

	.c-fixed-btn a {
		width: clamp(335px, 3.6rem, 360px);
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-fixed-btn a span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-fixed-btn a span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.c-kv-bg-tagline {
		-webkit-transform: rotate(6deg) translateY(145px);
		transform: rotate(6deg) translateY(145px);
	}

	.c-kv-bg-tagline-txt li {
		width: 380px;
		font-size: clamp(42px, 0.78rem, 78px);
		line-height: normal;
	}

	.c-kv-tagline {
		top: 76%;
	}

	.c-kv-tagline-txt li {
		width: 1060px;
		padding-right: clamp(30px, 0.5rem, 50px);
		font-size: clamp(79px, 1.06rem, 106px);
		line-height: normal;
	}

	.c-lower-header-inner {
		padding-inline: 20px;
	}

	.c-lower-header-body {
		top: 40%;
	}

	.c-lower-heading-sub-tit {
		font-size: 80px;
	}

	.c-lower-heading-tit {
		font-size: 26.6666666667px;
	}

	.c-page-environment-nav {
		margin-top: clamp(10px, 3rem, 30px);
	}

	.c-page-environment-nav-btn {
		width: clamp(335px, 3.6rem, 360px);
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-page-environment-nav-btn span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-page-environment-nav-btn span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.c-page-environment-nav-btn-education span {
		padding-left: clamp(40px, 0.5rem, 50px);
	}

	.c-tab-btn {
		width: clamp(335px, 3.6rem, 360px);
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-tab-btn span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-tab-btn span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.c-tab-numbers-nav {
		justify-self: center;
	}

	.c-works-item-btn {
		width: clamp(335px, 3.6rem, 360px);
		min-height: clamp(52px, 0.64rem, 64px);
	}

	.c-works-item-btn span {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 1.1875;
	}

	.c-works-item-btn span::before {
		left: clamp(8px, 0.12rem, 12px);
		width: clamp(40px, 0.47rem, 47px);
		height: clamp(40px, 0.47rem, 47px);
	}

	.p-cross_talk-detail-faq h3 {
		padding-inline: 20px;
	}

	.p-cross_talk-detail-faq h3 span {
		display: block;
		width: 100%;
		text-align: left;
	}

	.p-cross_talk-detail-faq-box {
		align-items: center;
	}

	.p-cross_talk-detail-faq-txt::after {
		top: 50%;
	}

	.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-members .p-cross_talk-detail-speaker-body {
		bottom: -95px;
	}

	.l-cross_talk-detail-01 .p-cross_talk-detail-speaker-member {
		flex-direction: column;
		gap: 0;
	}

	.p-cross_talk-list-content {
		gap: clamp(80px, 1.4rem, 140px);
	}

	.p-cross_talk-list-item::after {
		top: clamp(40px, 0.8rem, 80px);
		min-height: 46.9116497263vw;
	}

	.p-cross_talk-list-tit {
		bottom: -120px;
		padding: clamp(25px, 0.3rem, 30px) clamp(26px, 0.75rem, 75px) 0 clamp(20px, 0.58rem, 58px);
	}

	.p-cross_talk-list-item_01,
  .p-cross_talk-list-item_03 {
		-webkit-padding-end: clamp(20px, 1.6rem, 160px);
		padding-inline-end: clamp(20px, 1.6rem, 160px);
	}

	.p-cross_talk-list-item_02 {
		-webkit-padding-start: clamp(20px, 1.6rem, 160px);
		padding-inline-start: clamp(20px, 1.6rem, 160px);
	}

	.p-education-lead {
		font-size: clamp(32px, 0.4rem, 40px);
		line-height: 1.6666666667;
	}

	.p-education-content {
		width: 59%;
		margin-top: clamp(80px, 1.2rem, 120px);
	}

	.p-education-txt {
		font-size: clamp(18px, 0.26rem, 26px);
		line-height: 2.2222222222;
		letter-spacing: normal;
		padding-inline: 20px;
	}

	.p-environment-desc {
		margin-top: 0;
		margin-right: 0;
	}

	.p-environment-item {
		padding: clamp(20px, 0.48rem, 48px) 24px clamp(20px, 0.48rem, 48px);
	}

	.p-footer-logo-honda {
		text-align: center;
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-footer-logo {
		text-align: center;
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-footer-body {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-footer-body .p-nav-row {
		gap: 4rem 2rem;
		justify-self: center;
	}

	.p-guidelines-item {
		width: calc(100% / 2 - 40px * 1 / 2);
	}

	.p-guidelines-item:not(:nth-child(2n+1)) {
		margin-left: 40px;
	}

	.p-guidelines-item:nth-child(n+3) {
		margin-top: 60px;
	}

	.p-header-hamburger-left {
		display: none;
	}

	.p-header-hamburger-right .p-nav-row {
		gap: 4rem 2rem;
		justify-self: center;
	}

	.p-home-crosstalk-list {
		margin-top: clamp(60px, 0.7rem, 70px);
		gap: clamp(84px, 1.14rem, 114px);
	}

	.p-home-job-type-tit {
		margin-top: 0;
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.p-home-job-type-body {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.p-home-job-type-wrap {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.p-home-job-type-cpy {
		margin-top: 0;
	}

	.p-home-job-type-links {
		width: 100%;
	}

	.p-home-message-content {
		grid-template-columns: 45% 1fr;
	}

	.p-home-message-txt {
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2.75;
		-webkit-padding-end: 20px;
		padding-inline-end: 20px;
	}

	.p-home-message-img {
		margin-top: 60px;
	}

	.p-interview-head {
		flex-direction: column;
	}

	.p-interview-thumb {
		margin-top: 40px;
	}

	.p-interview-mov {
		margin-top: 40px;
		text-align: center;
	}

	.p-interview-faq-box {
		align-items: center;
	}

	.p-interview-faq-txt::after {
		top: 50%;
	}

	.p-kv-body {
		top: 55%;
	}

	.p-kv-lead {
		margin-top: clamp(-150px, -7.5rem, -75px);
	}

	.p-links-list a::before {
		width: 300px;
	}

	.p-numbers-box-01 {
		justify-content: center;
	}

	.p-numbers-box-01 .p-numbers-box-body {
		flex-direction: column;
		gap: clamp(20px, 0.54rem, 54px);
	}

	.p-numbers-box-02 {
		display: block;
	}

	.p-numbers-box-02::after {
		top: 65%;
		right: clamp(30px, 0.4rem, 40px);
	}

	.p-numbers-box-02 .p-numbers-box-body {
		justify-content: center;
	}

	.p-numbers-box-03 {
		padding: clamp(20px, 0.4rem, 40px) clamp(10px, 0.36rem, 36px) clamp(20px, 0.3rem, 30px);
	}

	.p-numbers-box-03 .p-numbers-box-img {
		width: 85%;
	}

	.p-numbers-box-04 {
		padding: clamp(20px, 0.4rem, 40px) 10px clamp(20px, 0.3rem, 30px);
	}

	.p-numbers-box-05 {
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.4rem, 40px) clamp(30px, 0.4rem, 40px);
	}

	.p-numbers-box-05 .p-numbers-box-wrap {
		gap: clamp(20px, 0.9rem, 90px);
	}

	.p-numbers-box-05 .txt {
		font-size: clamp(14px, 0.24rem, 24px);
	}

	.p-numbers-box-05 .num-l {
		font-size: clamp(72px, 1.4rem, 140px);
	}

	.p-numbers-box-05 .few {
		font-size: clamp(47px, 0.8rem, 80px);
	}

	.p-numbers-box-05 .unit {
		font-size: clamp(23px, 0.4rem, 40px);
	}

	.p-numbers-box-07 .txt {
		line-height: normal;
	}

	.p-numbers-box-08 {
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.8rem, 80px) clamp(60px, 12.5rem, 125px);
	}

	.p-numbers-box-08::after {
		right: 0;
		bottom: clamp(30px, 0.6rem, 60px);
		left: 50%;
		width: clamp(207px, 3.8rem, 380px);
		height: clamp(64px, 1.18rem, 118px);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.p-numbers-box-08 .p-numbers-box-data-list {
		margin-top: clamp(20px, 0.4rem, 40px);
	}

	.p-numbers-box-08 .txt {
		font-size: 18px;
		line-height: normal;
	}

	.p-numbers-box-09 {
		align-items: center;
		padding: clamp(20px, 0.45rem, 45px) 30px 30px;
	}

	.p-numbers-box-09 .p-numbers-box-content {
		margin-top: clamp(20px, 0.8rem, 80px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row {
		left: 85px;
		width: clamp(188px, 2.7rem, 270px);
		height: clamp(275px, 3.54rem, 354px);
		gap: clamp(25px, 0.32rem, 32px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row li {
		height: clamp(40px, 0.54rem, 54px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .graph {
		height: clamp(40px, 0.54rem, 54px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .service {
		top: clamp(18px, 0.2rem, 20px);
		width: clamp(130px, 1.8rem, 180px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .sales {
		top: clamp(83px, 1.04rem, 104px);
		width: clamp(91px, 1.3rem, 130px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .cs {
		top: clamp(148px, 1.88rem, 188px);
		width: clamp(40px, 0.64rem, 64px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row .sa {
		top: clamp(215px, 2.74rem, 274px);
		width: clamp(21px, 0.4rem, 40px);
	}

	.p-numbers-box-09 .p-numbers-box-chart-row-img {
		left: 0;
		width: clamp(269px, 4.31rem, 431px);
		height: clamp(275px, 3.54rem, 354px);
	}

	.p-numbers-box-10 {
		padding: clamp(30px, 0.4rem, 40px) clamp(30px, 0.5rem, 50px) clamp(15px, 0.18rem, 18px);
	}

	.p-numbers-box-10 .p-numbers-box-body {
		justify-content: center;
	}

	.p-numbers-box-10 .p-numbers-box-content {
		flex-basis: 75%;
	}

	.p-numbers-box-10 .p-numbers-box-img {
		flex-basis: 26.5306122449%;
	}

	.p-numbers-box-11 {
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.5rem, 50px) 18px;
	}

	.p-numbers-box-11 .p-numbers-box-body {
		justify-content: center;
	}

	.p-numbers-box-11 .p-numbers-box-content {
		flex-basis: 85%;
	}

	.p-numbers-box-11 .p-numbers-box-img {
		flex-basis: 22%;
	}

	.p-numbers-box-12 {
		padding: clamp(20px, 0.4rem, 40px) clamp(30px, 0.8rem, 80px) clamp(30px, 0.48rem, 48px);
	}

	.p-numbers-box-12 .p-numbers-box-list {
		justify-content: center;
		grid-template-columns: 30% 30%;
		gap: clamp(30px, 0.7rem, 70px);
	}

	.p-numbers-box-12 .p-numbers-box-item .few {
		font-size: clamp(32px, 0.8rem, 32px);
	}

	.p-numbers-box-13 .p-numbers-box-data-list {
		flex: 0 0 50%;
	}

	.p-numbers-box-13 .txt span {
		font-size: 16px;
	}

	.p-numbers-box-14,
  .p-numbers-box-15 {
		padding-inline: 30px;
	}

	.p-numbers-box-14 .p-numbers-box-body,
  .p-numbers-box-15 .p-numbers-box-body {
		width: 100%;
	}

	.p-numbers-box-14 .txt-s span,
  .p-numbers-box-15 .txt-s span {
		font-size: 16px;
	}

	.p-numbers-box-16 .p-numbers-box-list-top {
		grid-template-columns: repeat(3, 1fr);
	}

	.p-numbers-box-16 .p-numbers-box-list-bottom {
		flex-direction: column;
		align-items: center;
		gap: 17px;
	}

	.p-numbers-box-17 {
		padding: clamp(18px, 0.4rem, 40px) clamp(30px, 0.8rem, 80px) 85px;
	}

	.p-numbers-box-17 .p-numbers-box-content {
		margin-top: 30px;
	}

	.p-numbers-box-17 .p-numbers-box-chart-col {
		top: 2.4rem;
		width: 67.0666666667rem;
		height: 10.3333333333rem;
	}

	.p-numbers-box-17 .graph {
		width: 4.8666666667rem;
	}

	.p-numbers-box-17 .n-box {
		height: 6.8666666667rem;
	}

	.p-numbers-box-17 .vezel {
		left: 6.8666666667rem;
		height: 3.2666666667rem;
	}

	.p-numbers-box-17 .step-wgn {
		left: 13.7333333333rem;
		height: 2.4666666667rem;
	}

	.p-numbers-box-17 .n-wgn {
		left: 20.6rem;
		height: 1.4666666667rem;
	}

	.p-numbers-box-17 .zr-v {
		left: 27.4666666667rem;
		height: 0.9333333333rem;
	}

	.p-numbers-box-17 .n-one {
		left: 34.3333333333rem;
		height: 9.3333333333px;
	}

	.p-numbers-box-17 .fit {
		left: 41.2rem;
		height: 0.5333333333rem;
	}

	.p-numbers-box-17 .civic {
		left: 48.0666666667rem;
		height: 0.4666666667rem;
	}

	.p-numbers-box-17 .other01 {
		left: 54.9333333333rem;
		height: 3.6666666667rem;
	}

	.p-numbers-box-17 .other02 {
		left: 61.8rem;
		height: 0.9333333333rem;
	}

	.p-numbers-box-17 .p-numbers-box-chart-col-img {
		top: 2.4rem;
		width: 67.0666666667rem;
		height: 14.9333333333rem;
	}

	.p-oneday-lead {
		padding-inline: 20px;
	}

	.p-oneday-list {
		margin-top: clamp(40px, 1.4rem, 140px);
	}

	.p-oneday-item {
		grid-template-columns: clamp(60px, 0.76rem, 76px) clamp(350px, 4rem, 400px) 1fr;
		gap: 0 clamp(20px, 0.5rem, 50px);
	}

	.p-oneday-item:not(:last-of-type) {
		padding-bottom: clamp(60px, 1rem, 100px);
	}

	.p-oneday-item::before {
		left: clamp(30px, 0.38rem, 38px);
		height: 70%;
	}

	.p-oneday-time {
		width: clamp(60px, 0.76rem, 76px);
		height: clamp(28px, 0.32rem, 32px);
		padding-top: 2px;
		font-size: clamp(16px, 0.22rem, 22px);
		line-height: normal;
	}

	.p-personality-item {
		display: flex;
		align-items: center;
		gap: 8.9583333333%;
	}

	.p-personality-item:nth-last-of-type(2n) {
		flex-direction: row-reverse;
	}

	.p-personality-num {
		width: 258px;
	}

	.p-personality-txt {
		flex: 0 0 55%;
		margin-top: 24px;
	}

	.p-philosophy-body h4 {
		font-size: clamp(22px, 0.3rem, 30px);
		line-height: 1.6363636364;
	}

	.p-philosophy-body p {
		margin-top: clamp(28px, 0.4rem, 40px);
		font-size: clamp(16px, 0.18rem, 18px);
		line-height: 2;
	}

	.p-philosophy-block:not(:first-of-type) {
		margin-top: clamp(52px, 0.72rem, 72px);
	}

	.p-philosophy-img {
		margin-right: 0;
	}

	.p-schedule-wrap {
		gap: 0 clamp(60px, 1.3rem, 130px);
	}

	.p-schedule-desc {
		margin-top: clamp(40px, 0.65rem, 65px);
	}

	.p-schedule-list {
		margin-top: 40px;
	}

	.p-schedule-item {
		gap: clamp(28px, 0.73rem, 73px);
	}

	.p-schedule-group {
		min-width: 108px;
	}

	.p-schedule-note {
		margin-top: 40px;
	}

	.p-skill-content {
		margin-top: clamp(50px, 0.7rem, 70px);
		padding-inline: 20px;
	}

	.p-staff-interview-list {
		justify-content: center;
		margin-top: clamp(50px, 0.9rem, 90px);
		grid-template-columns: 190px 190px 190px;
		gap: clamp(13px, 0.17rem, 1279px);
	}

	.p-welfare-desc {
		margin-top: 0;
		text-align: left;
	}

	.p-welfare-item {
		padding: clamp(20px, 0.4rem, 40px) 24px clamp(30px, 3.6rem, 36px);
	}

	.p-works-nav {
		margin-top: clamp(32px, 0.4rem, 40px);
	}

	.p-works-wrap {
		gap: 0 clamp(55px, 1.1rem, 110px);
	}

	.p-works-heading {
		font-size: 4rem;
		line-height: 1.5;
	}

	.p-works-txt {
		width: 100%;
	}

	.l-cross_talk-detail {
		padding-bottom: clamp(120px, 2.1rem, 210px);
	}

	.l-cross_talk-list {
		margin-top: clamp(120px, 1.7rem, 170px);
		padding-bottom: clamp(165px, 2rem, 200px);
	}

	.l-cta-btns {
		flex-direction: column;
		align-items: center;
		gap: clamp(24px, 0.5rem, 50px);
	}

	.l-environment {
		padding-bottom: clamp(160px, 2rem, 200px);
	}

	.l-environment-head {
		grid-template-columns: 1fr 40vw;
		-webkit-padding-start: 20px;
		padding-inline-start: 20px;
	}

	.l-environment-content {
		margin-top: clamp(80px, 1.9rem, 190px);
		margin-bottom: 0;
	}

	.l-environment-content::before {
		top: clamp(-120px, -2rem, -200px);
	}

	.l-environment-content::after {
		bottom: clamp(-150px, -2.5rem, -250px);
	}

	.l-footer-content {
		grid-template-columns: 1fr;
		gap: clamp(30px, 1.3rem, 130px);
	}

	.l-home-crosstalk {
		padding-top: clamp(42px, 0.74rem, 74px);
		padding-bottom: clamp(36px, 0.88rem, 88px);
	}

	.l-home-crosstalk-inner {
		padding-inline: 60px;
	}

	.l-home-job-type {
		margin-top: 30px;
		padding-top: clamp(55px, 1.42rem, 142px);
		padding-bottom: 0;
	}

	.l-home-job-type-content {
		grid-template-columns: 1fr;
		gap: 56px 0;
	}

	.l-home-message {
		padding-top: 370px;
		padding-bottom: clamp(50px, 10rem, 100px);
	}

	.l-home-message::before {
		top: 190px;
		height: 40.0312744332vw;
		height: 60.2666666667vw;
		background-image: url('/recruit/img/top/bg_message_sp.webp');
	}

	.l-interview {
		margin-top: clamp(80px, 2.3rem, 230px);
		padding-bottom: clamp(150px, 2.1rem, 210px);
	}

	.l-interview::after {
		top: clamp(50px, -1rem, -100px);
	}

	.l-kv::after {
		top: 0;
		width: 100%;
	}

	.l-links {
		margin-top: clamp(160px, 2.5rem, 250px);
	}

	.l-numbers {
		margin-bottom: clamp(160px, 2.1rem, 210px);
	}

	.l-numbers::before {
		top: clamp(-230px, -15rem, -150px);
	}

	.l-numbers::after {
		bottom: -16rem;
	}

	.l-oneday::before {
		top: 85px;
	}

	.l-oneday::after {
		bottom: clamp(-170px, -1.8rem, -180px);
	}

	.l-oneday-wrap {
		margin-top: clamp(60px, 1.1rem, 110px);
	}

	.l-personality-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}

	.l-philosophy-inner {
		margin-top: clamp(100px, 1.6rem, 160px);
	}

	.l-philosophy-content {
		margin-top: clamp(70px, 1.1rem, 110px);
	}

	.l-skill {
		padding-bottom: clamp(80px, 1.2rem, 120px);
	}

	.l-skill-inner {
		padding-inline: 0;
	}

	.l-staff-interview {
		padding-top: 30px;
	}

	.l-staff-interview::after {
		top: -55px;
	}

	.l-staff-interview-inner {
		padding-inline: 40px;
	}

	.l-tab-instagram {
		margin-bottom: clamp(180px, 2rem, 200px);
	}

	.p-tab-instagram-head {
		text-align: center !important;
	}

	.p-tab-instagram-head .c-heading {
		text-align: center;
	}

	.p-tab-instagram-head .c-heading::after {
		content: '';
		left: clamp(570px, 78%, 710px);
	}

	.l-tab-instagram-content {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.l-tab-numbers {
		margin-bottom: clamp(180px, 2rem, 200px);
	}

	.l-tab-numbers::before {
		top: clamp(-150px, -9rem, -90px);
	}

	.l-tab-numbers::after {
		bottom: clamp(-100px, -1.3rem, -130px);
	}

	.l-tab-numbers-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.l-training {
		padding-top: clamp(40px, 0.85rem, 85px);
		padding-bottom: clamp(40px, 0.8rem, 80px);
	}

	.l-welfare {
		margin-top: clamp(60px, 1.7rem, 170px);
		padding-bottom: clamp(90px, 20rem, 200px);
	}

	.l-welfare::after {
		top: 0;
	}

	.l-welfare-head {
		grid-template-columns: 40vw 1fr;
		-webkit-padding-end: 20px;
		padding-inline-end: 20px;
	}

	.l-welfare-content {
		margin-top: clamp(80px, 1.9rem, 190px);
		margin-bottom: 0;
	}

	.l-welfare-content::before {
		top: clamp(-120px, -2rem, -200px);
	}

	.l-welfare-content::after {
		bottom: clamp(-150px, -2.5rem, -250px);
	}

	.l-works {
		margin-top: clamp(72px, 1.85rem, 185px);
		padding-bottom: clamp(100px, 2rem, 200px);
	}

	.l-works-content {
		margin-top: clamp(110px, 1.2rem, 120px);
	}
}

@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 (any-hover: hover) {
	.p-links-list a:hover .p-links-link-bg img {
		scale: 1.1;
		-webkit-filter: brightness(0.8);
		filter: brightness(0.8);
	}
}