@font-face {
	font-family: "Clother";
	src: url(../font/TRYClother-wght.ttf);
}

@font-face {
	font-family: "YuGothicLocal";
	font-style: normal;
	font-weight: 500;
	src: local("YuGothic-Medium"), local("Yu Gothic Medium");
}

@font-face {
	font-family: "YuGothicLocal";
	font-style: normal;
	font-weight: 700;
	src: local("YuGothic-Bold"), local("Yu Gothic Bold");
}

.u-en-font {
	font-family: "Clother", sans-serif;
	font-weight: 400;
}

.u-sub-font {
	font-family: "puffin-arcade-chrome", sans-serif;
	font-weight: 800;
}

.u-main-font {
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a,
button {
	color: inherit;
	text-decoration: none;
	transition: all 0.45s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 8.125rem;
}

/* Set core body defaults */

body {
	font-feature-settings: "palt";
	font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

.c-anchor {
	-webkit-mask: url(../images/common/dot-arrow.svg) center center/contain no-repeat;
	align-items: center;
	background-color: #ff7d00;
	display: flex;
	font-size: 1.25rem;
	height: 8.25rem;
	justify-content: center;
	mask: url(../images/common/dot-arrow.svg) center center/contain no-repeat;
	padding-right: 5.375rem;
	width: 22.6875rem;
}

.c-anchor2 {
	align-items: center;
	background-color: #cacaca;
	border-radius: 2.5rem;
	display: inline-flex;
	font-size: 1.0625rem;
	height: 3.875rem;
	justify-content: center;
	max-width: 23rem;
	position: relative;
	width: 100%;
}

.c-anchor2::after {
	-webkit-mask: url(../images/common/border-arrow.svg) center center/contain no-repeat;
	background-color: #000;
	content: "";
	height: 0.9375rem;
	mask: url(../images/common/border-arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 1.875rem;
}

.c-anchor3 {
	align-items: center;
	background-color: #999999;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	height: 100%;
	justify-content: center;
	max-width: 23rem;
	min-height: 3.875rem;
	padding-block: 0.3125rem;
	padding-inline: 0.3125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-author {
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 5.9375rem 1fr;
}

.c-author__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-author__title {
	font-size: 1.375rem;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.8181818182;
}

.c-btn {
	align-items: center;
	background: #999999;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.0625rem;
	height: 3.875rem;
	line-height: 1.1666666667;
	overflow: hidden;
	padding-inline: 3.125rem;
	position: relative;
	width: 23rem;
}

.c-btn span {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.c-btn::before {
	background: linear-gradient(90deg, #ff931e 0%, #f8c27c 45%, #ff931e 100%);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.c-btn span::after {
	background-color: #fff;
	content: "";
	display: block;
	flex-grow: 1;
	height: 1px;
	min-width: 3.125rem;
}

.c-btn::after {
	background: url(../images/common/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1rem;
	position: absolute;
	right: 3.0625rem;
	top: 51%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.c-contact {
	align-items: center;
	background: #999999;
	border-radius: 3.125rem;
	clip-path: polygon(calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%, 0 0);
	color: #fff;
	display: inline-flex;
	font-size: 1.5625rem;
	height: 5.75rem;
	line-height: 1.1666666667;
	overflow: hidden;
	padding-inline: 3.125rem 4.375rem;
	position: relative;
	width: 26.5625rem;
	z-index: 1;
}

.c-contact span {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.c-contact::before {
	background: linear-gradient(90deg, #ff931e 0%, #f8c27c 35%, #ff931e 100%);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.c-flow {
	background-color: #fff;
	border-radius: 12.5rem 12.5rem 0 0;
	height: 100%;
	overflow: hidden;
}

.c-flow__img img {
	-o-object-fit: cover;
	aspect-ratio: 382/320;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-flow__body {
	padding-block: 2.375rem 2.8125rem;
	padding-right: 1.875rem;
	position: relative;
}

.c-flow__number {
	font-family: "Clother", sans-serif;
	font-size: 16.3125rem;
	left: -1.25rem;
	line-height: 1.1461538462;
	opacity: 0.3;
	position: absolute;
	top: 0;
	top: -0.625rem;
}

.c-flow__number[data-number="1"] {
	left: -0.625rem;
}

.c-flow__number[data-number="2"] {
	left: -1.5625rem;
}

.c-flow__number[data-number="3"] {
	left: -1.875rem;
}

.c-flow__number[data-number="5"] {
	left: -1.875rem;
}

.c-flow__number[data-number="6"] {
	left: -1.875rem;
	top: -0.3125rem;
}

.c-flow__content {
	margin-left: auto;
	width: 13.125rem;
}

.c-flow__title {
	font-size: 1.5rem;
	letter-spacing: normal;
}

.c-flow__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: normal;
	margin-top: 0.625rem;
	text-align: justify;
}

.c-hamburger {
	background-color: #fff;
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.45s;
	width: 6.25rem;
}

.c-hamburger span {
	background-color: #000;
	display: inline-block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 2.3125rem;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.875rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.875rem);
}

.c-hamburger.is-active {
	background-color: transparent;
}

.c-hamburger.is-active span {
	background-color: #fff;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-link {
	border-bottom: 1px solid #808080;
	color: #808080;
	display: inline-block;
	position: relative;
	width: 100%;
}

.c-link::before,
.c-link::after {
	background-color: black;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.45s;
	width: 0;
	z-index: 2;
}

.c-link::before {
	top: 0;
}

.c-link::after {
	bottom: 0;
}

.c-link__arrow {
	content: "";
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 5.625rem;
}

.c-link__arrow::before {
	-webkit-mask: url(../images/common/border-arrow.svg) center center/1.875rem no-repeat;
	background-color: #808080;
	content: "";
	height: 100%;
	left: 0;
	mask: url(../images/common/border-arrow.svg) center center/1.875rem no-repeat;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.c-link__arrow::after {
	-webkit-mask: url(../images/common/border-arrow.svg) -200% center/1.875rem no-repeat;
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	mask: url(../images/common/border-arrow.svg) -200% center/1.875rem no-repeat;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.c-news {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	padding-block: 3.125rem;
	padding-right: 7rem;
}

.c-news__info {
	align-items: center;
	display: grid;
	flex-shrink: 0;
	gap: 2rem;
	grid-template-columns: 8.125rem 1fr;
	width: 19.6875rem;
}

.c-news__time {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: normal;
}

.c-news__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
}

.c-news__term {
	border: 1px solid #ff7d00;
	border-radius: 1.25rem;
	color: #ff7d00;
	font-size: 0.9375rem;
	letter-spacing: 0.06em;
	min-width: 8.25rem;
	padding-inline: 1.125rem;
	padding-top: 0.125rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-news__title {
	font-size: 1.5625rem;
}

.c-recruitCard {
	display: block;
	padding: 1.875rem 1.875rem 1.125rem;
}

.c-recruitCard__thumbnail {
	border-radius: 0.75rem;
	overflow: hidden;
}

.c-recruitCard__thumbnail img {
	transition: all 0.45s;
}

.c-recruitCard__body {
	margin-top: 1.0625rem;
	position: relative;
}

.c-recruitCard__title {
	font-size: 2.25rem;
}

.c-recruitCard__en {
	font-size: 1.3125rem;
	letter-spacing: normal;
	line-height: 1.1904761905;
	line-height: 1;
}

.c-recruitCard__arrow {
	bottom: 0;
	height: 100%;
	position: absolute;
	right: 1.125rem;
	width: 3.75rem;
}

.c-recruitCard__arrow::before {
	-webkit-mask: url(../images/common/border-arrow.svg) center center/1.875rem no-repeat;
	background-color: #808080;
	content: "";
	height: 100%;
	left: 0;
	mask: url(../images/common/border-arrow.svg) center center/1.875rem no-repeat;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.c-recruitCard__arrow::after {
	-webkit-mask: url(../images/common/border-arrow.svg) -200% center/1.875rem no-repeat;
	background-color: #808080;
	content: "";
	height: 100%;
	left: 0;
	mask: url(../images/common/border-arrow.svg) -200% center/1.875rem no-repeat;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.c-sidebarNews {
	padding-block: 1.625rem 2rem;
	padding-right: 4.375rem;
}

.c-sidebarNews__info {
	display: grid;
	grid-template-columns: 9.0625rem 1fr;
}

.c-sidebarNews__time {
	color: #808080;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: normal;
}

.c-sidebarNews__term {
	align-items: center;
	border: 1px solid #ff8f00;
	border-radius: 1.875rem;
	color: #ff8f00;
	display: flex;
	font-size: 0.9375rem;
	justify-content: center;
	min-width: 8.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-sidebarNews__title {
	color: #808080;
	font-size: 1.375rem;
	line-height: 1.8181818182;
	margin-top: 0.75rem;
}

.c-smallBtn {
	align-items: center;
	background: #ff9900;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.0625rem;
	height: 3.875rem;
	line-height: 1.1666666667;
	overflow: hidden;
	padding-inline: 1.5625rem;
	position: relative;
	width: 14rem;
}

.c-smallBtn span {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.c-smallBtn span::after {
	background-color: #fff;
	content: "";
	display: block;
	flex-grow: 1;
	height: 1px;
	min-width: 3.125rem;
}

.c-smallBtn::after {
	background: url(../images/common/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1rem;
	position: absolute;
	right: 1.5rem;
	top: 51%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-text {
	font-synthesis-weight: none;
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.95;
}

.c-textBtn {
	align-items: center;
	background: #ff9900;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.0625rem;
	height: 3.875rem;
	justify-content: center;
	line-height: 1.1666666667;
	opacity: 0.5;
	overflow: hidden;
	padding-inline: 1.5625rem;
	position: relative;
	width: 14rem;
}

.c-textBtn.is-active {
	opacity: 1;
}

.c-textBtn span {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	position: relative;
	z-index: 1;
}

.c-title__en {
	font-family: "Clother", sans-serif;
	font-size: 1.6875rem;
	font-weight: 400;
	letter-spacing: 0.12em;
}

.c-title__ja {
	font-size: 4.0625rem;
	line-height: 1.2;
	margin-top: 0.875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: calc(98.75rem + 50px);
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.page-numbers {
	align-items: center;
	background-color: #e5e5e5;
	border-radius: 0.3125rem;
	color: #000;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 2.8125rem;
	justify-content: center;
	padding-top: 0.125rem;
	width: 2.8125rem;
}

.page-numbers.current {
	background-color: #ff7d00;
	color: #fff;
}

.page-numbers.prev img {
	transform: rotate(180deg);
	width: 1rem;
}

.page-numbers.next img {
	width: 1rem;
}

.p-application {
	background: linear-gradient(to bottom, white, rgba(255, 170, 89, 0.65));
	padding-block: 13.75rem;
}

.p-application__bnr a {
	display: block;
	position: relative;
}

.p-application__bg {
	border-radius: 0.75rem;
	overflow: hidden;
}

.p-application__bg img {
	transition: all 0.45s;
}

.p-application__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.p-application__title {
	font-size: 3.0625rem;
	letter-spacing: normal;
	line-height: 1;
}

.p-application__en {
	font-size: 9.5rem;
	font-weight: 400;
	line-height: 1;
}

.p-application__btn {
	align-items: center;
	background: linear-gradient(90deg, #ff931e 0%, #f8c27c 45%, #ff931e 100%);
	border-radius: 2.5rem;
	color: #fff;
	display: flex;
	font-size: 2.125rem;
	height: 5rem;
	justify-content: center;
	margin-top: 2.625rem;
	width: 29.5625rem;
}

.p-archive {
	padding-bottom: 7.5rem;
}

.p-archive__blocks {
	border-top: 1px solid #808080;
	margin-top: 4.375rem;
}

.p-archive__nav {
	margin-top: 5rem;
}

.p-benefits {
	background: linear-gradient(to top, #fff, #eaeaea);
	margin-top: 9.375rem;
	padding-block: 7.5rem 10.75rem;
}

.p-benefits__blocks {
	align-items: flex-start;
	display: grid;
	gap: 6.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 5.625rem;
	max-width: 100.625rem;
}

.p-benefits__column {
	display: grid;
	gap: 6.875rem;
}

.p-benefits__block {
	display: grid;
	gap: 2rem;
}

.p-benefits__subTitle {
	background-color: #ff7c00;
	border-radius: 0.9375rem;
	font-size: 2.1875rem;
	letter-spacing: 0.12em;
	padding-block: 1rem 0.875rem;
	text-align: center;
}

.p-benefits__body {
	background-color: #fff;
	padding-block: 2rem;
	padding-inline: 1.875rem;
}

.p-benefits__row {
	display: grid;
	font-size: 1.5625rem;
	font-weight: bold;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-benefits__row + .p-benefits__row {
	margin-top: 2.75rem;
}

.p-benefits__label {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.p-benefits__label::before {
	background-color: black;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	width: 0.75rem;
}

.p-benefits__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-weight: 500;
	margin-left: 1.375rem;
}

.l-breadcrumb {
	border-top: 1px solid #979797;
	padding-block: 5rem;
}

.p-imgMv + .l-breadcrumb,
.p-imgMv2 + .l-breadcrumb {
	border-top: none;
}

.normalPage .l-breadcrumb,
.simplePage .l-breadcrumb {
	border: none;
	padding-top: 13rem;
}

.p-breadcrumb__list {
	border-radius: 0.375rem;
	display: flex;
	gap: 0.3125rem;
	padding: 0.125rem 0.5625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-breadcrumb__list > span {
	align-items: center;
	color: #666666;
	display: inline-flex;
	font-size: 1.25rem;
	padding-left: 1.4375rem;
	position: relative;
}

.p-breadcrumb__list > span:nth-child(1) {
	padding-left: 0;
}

.p-breadcrumb__list > span:not(:last-child) {
	flex-shrink: 0;
}

.p-breadcrumb__list > span:last-child {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
}

.p-breadcrumb__list > span + span::before {
	align-items: center;
	content: "> ";
	display: flex;
	height: 1.5em;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
}

.p-career {
	padding-block: 9.375rem 1.5625rem;
}

.p-career__steps {
	background: url(../images/recruit/bg_career.webp) center center/cover no-repeat;
	border-radius: 3.75rem;
	display: grid;
	gap: 12.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.6875rem;
	padding-block: 5.625rem;
	padding-inline: 11.25rem;
}

.p-career__step {
	border-radius: 0.75rem 0.75rem 2.9375rem 2.9375rem;
	position: relative;
}

.p-career__step:not(:first-child)::before {
	background: url(../images/common/dots-arrow.webp) center center/contain no-repeat;
	content: "";
	height: 4.25rem;
	left: -8.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
}

.p-career__step:nth-child(1) {
	background: url(../images/recruit/career01.webp) center center/cover no-repeat;
}

.p-career__step:nth-child(1) .p-career__head {
	background: url(../images/recruit/head01.webp) center center/cover no-repeat;
}

.p-career__step:nth-child(2) {
	background: url(../images/recruit/career02.webp) center center/cover no-repeat;
}

.p-career__step:nth-child(2) .p-career__head {
	background: url(../images/recruit/head02.webp) center center/cover no-repeat;
}

.p-career__step:nth-child(3) {
	background: url(../images/recruit/career03.webp) center center/cover no-repeat;
}

.p-career__step:nth-child(3) .p-career__head {
	background: url(../images/recruit/head03.webp) center center/cover no-repeat;
}

.p-career__head {
	border-radius: 0.75rem 0.75rem 0 0;
	color: #fff;
	font-size: 2.8125rem;
	padding-block: 1.75rem;
	text-align: center;
}

.p-career__text {
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.8;
	padding-block: 1.5rem;
	padding-inline: 1.375rem;
}

.p-cta {
	background-color: #f0f0f0;
	padding-block: 5.3125rem 7.9375rem;
}

.p-cta__text {
	margin-top: 7.5rem;
}

.p-cta__text a {
	text-decoration: underline;
}

.p-cta__btn {
	margin-top: 0.1875rem;
	text-align: right;
}

.p-description {
	padding-block: 10rem;
}

.p-description__info {
	margin-top: 7.5rem;
}

.p-description__row {
	align-items: flex-start;
	border-top: 1px solid #b3b3b3;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 47.8125rem 1fr;
	padding-block: 1.25rem;
}

.p-description__label {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	gap: 1.875rem;
	line-height: 2;
}

.p-description__label::after {
	border-top: dashed 1px #cccccc;
	content: "";
	display: block;
	flex-grow: 1;
	height: 1px;
}

.p-description__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}

.p-drawer__nav {
	margin-inline: auto;
	max-width: 33.75rem;
}

.p-env__title {
	color: #999999;
	font-size: 2.875rem;
}

.p-env__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.92;
	margin-top: 4.375rem;
	max-width: 70.8125rem;
}

.p-env__btn {
	margin-top: 1.375rem;
	text-align: right;
}

.p-expert {
	padding-block: 7.5rem 9.375rem;
}

.p-expert__text {
	margin-top: 4.75rem;
}

.p-expert__items {
	display: grid;
	gap: 11.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	margin-top: 6.25rem;
	max-width: 87.5rem;
}

.p-expert__lead {
	background: url(../images/common/frame_dot.webp) center center/contain no-repeat;
	font-size: 1.375rem;
	height: 8.4375rem;
	letter-spacing: 0.1em;
	margin-left: -2.25rem;
	padding-top: 1.5rem;
	position: relative;
	text-align: center;
	transform: rotate(-45deg) scale(0);
	transform-origin: bottom center;
	transition: none;
	width: 22.5625rem;
	z-index: 1;
}

.p-expert__img {
	border-radius: 0 0 11.875rem 11.875rem;
	margin-top: -1.25rem;
	max-width: 23.125rem;
	position: relative;
	width: 100%;
}

.p-expert__img::before {
	background: url(../images/service/dots_u.webp) center center/contain no-repeat;
	content: "";
	height: 100%;
	left: 3.125rem;
	position: absolute;
	top: 2.5rem;
	transform: scale(0);
	transition: none;
	width: 100%;
	z-index: -1;
}

.p-expert__img img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	aspect-ratio: 374/508;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.p-expert__item.is-active .p-expert__lead {
	animation: p-expert-lead-pop 0.75s 0.45s cubic-bezier(0.2, 0.9, 0.25, 1.25) both;
	transform: rotate(0deg) scale(1);
}

.p-expert__item.is-active .p-expert__img::before {
	animation: p-expert-img-pop 0.75s 0.25s cubic-bezier(0.22, 0.85, 0.32, 1.1) both;
	transform: scale(1);
}

.p-faq {
	background: linear-gradient(to bottom, #fff, #eaeaea);
	padding-bottom: 9.375rem;
}

.p-faq__nav {
	margin-inline: auto;
	margin-top: 6.25rem;
	max-width: 77.8125rem;
}

.p-faq__blocks {
	display: grid;
	gap: 10rem;
	grid-template-columns: 100%;
	margin-inline: auto;
	margin-top: 10rem;
	max-width: 77.8125rem;
}

.p-faq__title {
	font-size: 2.1875rem;
}

.p-faq__main {
	background-color: #fff;
	counter-reset: faq-number 0;
	margin-top: 1.875rem;
}

.p-faq__item {
	border-top: 1px solid rgba(128, 128, 128, 0.7);
	padding-inline: 1.875rem;
}

.p-faq__q {
	background-image: linear-gradient(to right, #808080, #808080 50%, transparent 50%, transparent 1.125rem);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 1.125rem 0.0625rem;
	color: #808080;
	display: grid;
	font-size: 0.9375rem;
	grid-template-columns: 2.875rem 1fr;
	line-height: 2.4666666667;
	padding-block: 1.5rem;
	padding-left: 0.625rem;
}

.p-faq__q::before {
	content: " Q." counter(faq-number);
	counter-increment: faq-number 1;
	display: block;
}

.p-faq__a {
	display: grid;
	font-size: 0.9375rem;
	grid-template-columns: 2.875rem 1fr;
	line-height: 2.4;
	padding-block: 0.625rem;
	padding-inline: 4.375rem 3.75rem;
}

.p-faq__a::before {
	content: "A.";
	display: block;
}

.p-flow {
	background: linear-gradient(to bottom, white, rgba(255, 170, 89, 0.65));
	overflow: clip;
	padding-block: 6.25rem;
}

.p-flow__slider {
	margin-inline: auto;
	margin-top: 9rem;
	max-width: 81.25rem;
}

.p-flow__slider .splide__track {
	overflow: unset;
}

.p-flow__slider .js-slider-carousel-progress {
	background-color: #fff;
	height: 0.9375rem;
	margin-inline: auto;
	margin-top: 6.25rem;
	max-width: 25.625rem;
	width: 100%;
}

.p-flow__slider .js-slider-carousel-progress .js-slider-carousel-progress-bar {
	background-color: #ff7d00;
	height: 100%;
	transition: all 0.45s;
}

.p-footer {
	padding-block: 3.125rem 5rem;
}

.p-footer__inner {
	max-width: unset;
	padding-inline: 5.3125rem;
}

.p-footer__container {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.p-footer__logo {
	max-width: 6.875rem;
}

.p-footer__address {
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-top: 3.125rem;
}

.p-footer__address p + p {
	margin-top: 1.125rem;
}

.p-footer__nav {
	align-items: flex-start;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 46.875rem;
	width: 100%;
}

.p-footer__links {
	display: grid;
	gap: 0.125rem;
}

.p-footer__link a {
	color: #979797;
	display: inline-block;
	font-size: 0.9375rem;
}

.p-footer__link.--head a {
	color: #000;
	line-height: 2.6666666667;
}

.p-footer__link.--head + .p-footer__link {
	margin-top: 1.125rem;
}

.p-footer__link.--contact + .p-footer__link {
	margin-top: 0.5rem;
}

.p-footer__link + .p-footer__link.--head {
	margin-top: 2.25rem;
}

.p-footer__link.--contact a {
	background-color: #ff7d00;
	border-radius: 0.5rem;
	color: #fff;
	padding: 0.625rem 0.625rem 0.5rem;
}

.p-footer__copy {
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-align: right;
}

.p-form {
	overflow: clip;
}

.p-form__wrap {
	align-items: flex-start;
	display: grid;
	gap: 7.5rem;
	grid-template-columns: 34.75rem 1fr;
}

.p-form__text {
	line-height: 1.8095238095;
	margin-top: 4rem;
}

.p-form__text a {
	background-color: #e6e6e6;
	text-decoration: underline;
}

.p-form__main {
	margin-top: 5rem;
}

.p-gallery {
	padding-block: 6.25rem;
}

.p-gallery__slider {
	margin-left: -4.375rem;
	margin-top: 9.6875rem;
	width: calc(100% + 8.75rem);
}

.p-gallery__slider .js-slider-carousel-progress {
	background-color: #ffc67d;
	height: 0.9375rem;
	margin-inline: auto;
	margin-top: 6.25rem;
	max-width: 25.625rem;
	width: 100%;
}

.p-gallery__slider .js-slider-carousel-progress .js-slider-carousel-progress-bar {
	background-color: #ff7d00;
	height: 100%;
	transition: all 0.45s;
}

.p-globalNav {
	align-items: center;
	display: flex;
	height: 100%;
}

.p-globalNav__links {
	display: flex;
	gap: 5rem;
	height: 100%;
}

.p-globalNav__link {
	height: 100%;
	position: relative;
}

.p-globalNav__link > a {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	height: 100%;
}

.p-globalNav__subLinks {
	background-color: #ff7d00;
	left: -0.625rem;
	max-height: 0;
	overflow: hidden;
	padding-inline: 0.875rem;
	position: absolute;
	top: calc(100% - 1.25rem);
	transition: max-height 0.75s ease;
}

.p-globalNav__link:has(.p-globalNav__subLinks):hover .p-globalNav__subLinks {
	max-height: 31.25rem;
}

.p-globalNav__subLink a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	gap: 1.0625rem;
	letter-spacing: 0.12em;
	padding-block: 1.125rem;
	padding-right: 1.25rem;
	white-space: nowrap;
}

.p-globalNav__subLink a::before {
	background: url(../images/common/nav-arrow.webp) center center/contain no-repeat;
	content: "";
	display: block;
	height: 1.8125rem;
	width: 1.8125rem;
}

.p-globalNav__subLink + .p-globalNav__subLink {
	border-top: 1px solid #fff;
}

.p-globalNav__recruit {
	margin-left: 4.375rem;
}

.p-globalNav__recruit a {
	font-size: 0.9375rem;
}

.p-globalNav__contact {
	margin-left: 1.5rem;
}

.p-globalNav__contact a {
	align-items: center;
	background-color: #ff7d00;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	height: 2.5rem;
	justify-content: center;
	padding-top: 0.1875rem;
	width: 7.5rem;
}

.p-greeting {
	background: linear-gradient(to bottom, white, #eaeaea);
	padding-bottom: 9.375rem;
	padding-top: 2.5rem;
}

.p-greeting__wrap {
	align-items: flex-start;
	display: grid;
	gap: 10rem;
	grid-template-columns: 68.125rem 1fr;
}

.p-greeting__unit {
	margin-top: 4.0625rem;
}

.p-greeting__lead {
	color: #ff8f00;
	font-size: 2.375rem;
	letter-spacing: 0.06em;
}

.p-greeting__text {
	margin-top: 1.25rem;
}

.p-greeting__text p + p {
	margin-top: 2em;
}

.p-greeting__name {
	margin-top: 3.125rem;
	text-align: right;
}

.p-greeting__img {
	position: relative;
	z-index: 1;
}

.p-greeting__img img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	aspect-ratio: 327/458;
	border-radius: 0.75rem;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.p-greeting__name2 {
	margin-top: 1.25rem;
	position: relative;
	text-align: right;
	z-index: 1;
}

.p-header {
	background-color: #fff;
	height: 8.125rem;
	left: 0;
	margin-inline: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	align-items: center;
	display: flex;
	max-width: unset;
	padding-inline: 5.3125rem;
}

.p-header__logo {
	max-width: 6.875rem;
	width: 100%;
}

.p-header__logo a {
	display: block;
}

.p-header__nav {
	height: 100%;
	margin-left: auto;
}

.p-history {
	padding-bottom: 10rem;
	position: relative;
	z-index: 1;
}

.p-history__wrap {
	margin-inline: auto;
	max-width: 60.625rem;
	position: relative;
}

.p-history__row {
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 15.625rem 1fr;
	padding-block: 0.625rem;
	position: relative;
}

.p-history__row::before {
	background: linear-gradient(to right, #d7d7d7, #ffffff);
	bottom: 0;
	content: "";
	height: 0.25rem;
	position: absolute;
	width: 100%;
}

.p-history__row + .p-history__row {
	margin-top: 2.5rem;
}

.p-history__time {
	color: #808080;
	font-size: 2.25rem;
	letter-spacing: normal;
}

.p-history__text {
	letter-spacing: normal;
}

.p-ideal {
	background: linear-gradient(to bottom, #eaeaea, white 30%);
	padding-block: 8.75rem 10rem;
}

.p-ideal__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 7.5rem;
	max-width: 91.25rem;
}

.p-ideal__item {
	border-bottom: 1px solid #979797;
	padding-bottom: 6.25rem;
	padding-top: 15rem;
	position: relative;
	z-index: 1;
}

.p-ideal__item::before {
	content: "";
	height: 13.3125rem;
	left: 5rem;
	position: absolute;
	top: 5.625rem;
	width: 22.3125rem;
	z-index: -1;
}

.p-ideal__item:nth-child(4n+1)::before {
	background: url(../images/recruit/ideal01.webp) center center/contain no-repeat;
}

.p-ideal__item:nth-child(4n+2)::before {
	background: url(../images/recruit/ideal02.webp) center center/contain no-repeat;
}

.p-ideal__item:nth-child(4n+3)::before {
	background: url(../images/recruit/ideal03.webp) center center/contain no-repeat;
}

.p-ideal__item:nth-child(4n+4)::before {
	background: url(../images/recruit/ideal04.webp) center center/contain no-repeat;
}

.p-ideal__item:nth-child(1),
.p-ideal__item:nth-child(2) {
	padding-top: 10rem;
}

.p-ideal__item:nth-child(1)::before,
.p-ideal__item:nth-child(2)::before {
	top: 0;
}

.p-ideal__item:nth-last-child(1),
.p-ideal__item:nth-last-child(2) {
	border: none;
	padding-bottom: 0;
}

.p-ideal__item:nth-child(odd) {
	padding-right: 6.25rem;
}

.p-ideal__item:nth-child(even) {
	border-left: 1px solid #979797;
	padding-left: 6.25rem;
}

.p-ideal__lead {
	font-size: 2.875rem;
	line-height: 1.6956521739;
}

.p-ideal__text {
	margin-top: 3rem;
	text-align: justify;
}

.p-imgMv {
	margin-top: 14.375rem;
	position: relative;
}

.p-imgMv__inner {
	max-width: 100%;
}

.p-imgMv__thumbnail {
	border-radius: 0.75rem;
	margin-inline: auto;
	max-width: 109.0625rem;
	overflow: hidden;
}

.p-imgMv__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 1745/610;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-imgMv__title {
	background: rgba(255, 255, 255, 0.3);
	font-size: 2.875rem;
	height: -moz-fit-content;
	height: fit-content;
	inset: 0;
	line-height: 1.7391304348;
	margin: auto;
	min-width: 60.3125rem;
	padding-block: 1.25rem;
	padding-inline: 3.125rem;
	position: absolute;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-imgMv__title.u-en-font {
	font-size: 5rem;
	font-weight: 400;
}

.p-imgMv__title::before,
.p-imgMv__title::after {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 5rem;
	position: absolute;
	width: 7.125rem;
}

.p-imgMv__title::before {
	left: 0;
	top: 0;
}

.p-imgMv__title::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.p-imgMv2 {
	margin-top: 14.375rem;
	position: relative;
}

.p-imgMv2__inner {
	max-width: 100%;
}

.p-imgMv2__thumbnail {
	border-radius: 0.75rem;
	margin-inline: auto;
	max-width: 109.0625rem;
	overflow: hidden;
}

.p-imgMv2__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 1745/610;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-imgMv2__title {
	height: -moz-fit-content;
	height: fit-content;
	inset: 0;
	margin: auto;
	position: absolute;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-imgMv2__en {
	font-size: 9.5rem;
	font-weight: 400;
	line-height: 1.1381578947;
}

.p-imgMv2__ja {
	font-size: 1.6875rem;
	letter-spacing: 0.12em;
	line-height: 1;
}

.p-interview {
	background: linear-gradient(to bottom, white, #eaeaea);
	padding-bottom: 7.5rem;
}

.p-interview__lead {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.92;
	margin-top: 5rem;
}

.p-interview__links {
	counter-reset: interview-number 0;
	display: grid;
	gap: 5.625rem 8.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.875rem;
}

.p-interview__link img {
	-o-object-fit: cover;
	-o-object-position: top;
	aspect-ratio: 435/300;
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.p-interview__link a {
	border-radius: 0.75rem 9.375rem 9.375rem 0.75rem;
	display: block;
	overflow: hidden;
	position: relative;
}

.p-interview__link a::before {
	bottom: 0;
	color: #fff;
	content: "Voice." counter(interview-number);
	counter-increment: interview-number 1;
	font-family: "Clother", sans-serif;
	font-size: 6rem;
	left: 0;
	line-height: 0.7;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-interview__link a img {
	transition: all 0.45s;
}

.p-interview__subTitle {
	font-size: 1.75rem;
	letter-spacing: 0.015em;
	line-height: 1.1785714286;
	margin-top: 1.5rem;
}

.p-job {
	background: linear-gradient(to bottom, #fff, #eaeaea);
	padding-block: 0 11.25rem;
}

.p-job__lists {
	display: grid;
	gap: 8.25rem 9.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.5rem;
}

.p-job__list {
	background-color: #e6e6e6;
	border-radius: 0.75rem;
	display: grid;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
	padding: 2.5rem 1.875rem;
}

.p-job__lead1 {
	font-size: 2.6875rem;
}

.p-job__lead1 span {
	display: block;
	font-size: 0.58em;
	line-height: 1;
}

.p-job__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	margin-top: 0.875rem;
}

.p-job__lead2 {
	color: #999999;
	font-size: 1.3125rem;
	line-height: 1;
}

.p-job__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.p-job__tag {
	border-radius: 0.5rem;
	color: #fff;
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	min-width: 6.25rem;
	padding: 0.625rem 1.125rem 0.5rem;
	text-align: center;
}

.p-job__tag--tokyo {
	background-color: #ff8f00;
}

.p-job__tag--kagawa {
	background-color: #ffc070;
}

.p-job__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	line-height: 1.5;
	margin-top: 1.625rem;
	overflow: hidden;
}

.p-job__btn {
	margin-top: 2.625rem;
	text-align: right;
}

.p-job__btn a {
	background-color: #ff8f00;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	padding: 1.125rem 2.25rem 0.8125rem;
}

.p-lineup {
	padding-block: 5rem 9.375rem;
}

.p-lineup__lead {
	margin-top: 4.75rem;
}

.p-lineup__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 4.75rem;
}

.p-lineup__list {
	width: calc(20% - 0.5rem);
}

.p-maker {
	padding-bottom: 11.25rem;
	position: relative;
	z-index: 1;
}

.p-maker__cards {
	display: grid;
	gap: 8.4375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	max-width: 81.875rem;
}

.p-maker__card {
	border-radius: 1.25rem;
	display: grid;
	gap: 0;
	grid-row: span 2;
	grid-template-rows: subgrid;
	overflow: hidden;
}

.p-maker__thumbnail {
	aspect-ratio: 584/344;
	border-radius: 3.4375rem 3.4375rem 0 0;
	overflow: hidden;
}

.p-maker__thumbnail img {
	transition: all 0.45s;
}

.p-maker__body {
	background: linear-gradient(-225deg, #cccccc, #f3f3f3);
	padding-block: 1.875rem 7.6875rem;
	padding-inline: 1.875rem;
	position: relative;
}

.p-maker__title {
	font-size: 2.9375rem;
	font-weight: 400;
	letter-spacing: normal;
}

.p-maker__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 1.875rem;
	text-align: justify;
}

.p-maker__text p + p {
	margin-top: 1.75em;
}

.p-maker__btn {
	bottom: 2.5rem;
	position: absolute;
	right: 2.9375rem;
}

.p-maker__btn .c-smallBtn {
	font-size: 0.875rem;
	height: 3.25rem;
	padding-top: 0.125rem;
	width: 11.625rem;
}

.p-maker__btn .c-smallBtn span {
	gap: 0.5rem;
}

.p-mv {
	margin-inline: auto;
	margin-top: 8.125rem;
	max-width: 120rem;
	padding-bottom: 11.25rem;
	position: relative;
}

.p-mv__inner {
	max-width: unset;
	padding-inline: 5.3125rem;
}

.p-mv__main {
	position: relative;
}

.p-mv__video video {
	-o-object-fit: cover;
	aspect-ratio: 1762/890;
	border-radius: 1.875rem;
	max-width: 100%;
	object-fit: cover;
}

.p-mv__text {
	align-items: center;
	color: #ff7d00;
	display: flex;
	font-size: 1.375rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.14em;
	position: absolute;
	right: -5.3125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 5.3125rem;
	writing-mode: vertical-rl;
}

.p-mv__text img {
	width: 1.3125rem;
}

.p-mv__title {
	height: 28.4375rem;
	inset: 0;
	margin: auto;
	position: absolute;
	width: 55.6875rem;
}

.p-mv__title span {
	display: inline-block;
	opacity: 0;
	position: absolute;
	transform: scale(0);
}

.p-mv__title span:nth-child(1) {
	left: 1.625rem;
	top: 1rem;
	width: 13.875rem;
}

.p-mv__title span:nth-child(2) {
	left: 16.875rem;
	top: 1.0625rem;
	width: 6.25rem;
}

.p-mv__title span:nth-child(3) {
	left: 24.375rem;
	top: 0.8125rem;
	width: 10.625rem;
}

.p-mv__title span:nth-child(4) {
	left: 36.625rem;
	top: 4.125rem;
	width: 10rem;
}

.p-mv__title span:nth-child(5) {
	left: 47.25rem;
	top: -0.25rem;
	width: 8.75rem;
}

.p-mv__title span:nth-child(6) {
	bottom: 0rem;
	left: 0.3125rem;
	width: 16.875rem;
}

.p-mv__title span:nth-child(7) {
	bottom: 0rem;
	left: 17.5rem;
	width: 10.625rem;
}

.p-mv__title span:nth-child(8) {
	bottom: 0.8125rem;
	left: 28.125rem;
	width: 6.875rem;
}

.p-mv__title span:nth-child(9) {
	bottom: 1.4375rem;
	left: 36.25rem;
	width: 11.875rem;
}

.p-mv__title span:nth-child(10) {
	bottom: 0;
	right: -0.75rem;
	width: 6.875rem;
}

.p-mv__btn {
	bottom: 0;
	position: absolute;
	right: 5.3125rem;
	text-align: right;
}

.p-nav {
	position: relative;
	z-index: 1;
}

.p-nav__links {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 7.5rem);
}

.p-nav2 {
	position: relative;
	z-index: 1;
}

.p-nav2__links {
	display: grid;
	gap: 2.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-numbers__inner {
	max-width: calc(115.3125rem + 50px);
}

.p-numbers__main {
	aspect-ratio: 1664/2018;
	margin-inline: auto;
	max-width: 104rem;
	position: relative;
}

.p-numbers__list {
	position: absolute;
	width: 27.6875rem;
}

.p-numbers__img {
	margin-inline: auto;
}

.p-numbers__img img {
	transform: scale(0);
	transition: none;
}

.p-numbers__list.is-active .p-numbers__img img {
	animation: p-numbers-img-pop 0.35s cubic-bezier(0.2, 0.9, 0.25, 1.25) both;
}

.p-numbers__number {
	font-size: 2rem;
	line-height: 1;
	margin-top: 0.875rem;
	text-align: center;
	white-space: nowrap;
}

.p-numbers__number span {
	display: inline-block;
	line-height: 1.2083333333;
}

.p-numbers__number .number {
	color: #ff7d00;
	font-family: "puffin-arcade-chrome", sans-serif;
	font-size: 380%;
	letter-spacing: 0.015em;
	line-height: 0.8;
	margin-inline: 0.3125rem;
}

.p-numbers__number small {
	font-size: 1.875rem;
	line-height: 1;
}

.p-numbers__text {
	border-top: 0.375rem solid #e6e6e6;
	font-size: 1.0625rem;
	letter-spacing: 0.015em;
	line-height: 1.5882352941;
	margin-top: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.p-numbers__list[data-numbers=number01] {
	left: 2.8125rem;
	top: 0rem;
}

.p-numbers__list[data-numbers=number01] .p-numbers__img {
	width: 13.5625rem;
}

.p-numbers__list[data-numbers=number02] {
	right: 2.5rem;
	top: 5rem;
}

.p-numbers__list[data-numbers=number02] .p-numbers__img {
	width: 9.9375rem;
}

.p-numbers__list[data-numbers=number03] {
	left: 38.6875rem;
	top: 10.625rem;
}

.p-numbers__list[data-numbers=number03] .p-numbers__img {
	width: 12.3125rem;
}

.p-numbers__list[data-numbers=number04] {
	left: 3.9375rem;
	top: 30.8125rem;
}

.p-numbers__list[data-numbers=number04] .p-numbers__img {
	width: 14.375rem;
}

.p-numbers__list[data-numbers=number05] {
	right: 0.875rem;
	top: 36.625rem;
}

.p-numbers__list[data-numbers=number05] .p-numbers__img {
	width: 19.25rem;
}

.p-numbers__list[data-numbers=number06] {
	right: 37.25rem;
	top: 43rem;
}

.p-numbers__list[data-numbers=number06] .p-numbers__img {
	width: 15.0625rem;
}

.p-numbers__list[data-numbers=number07] {
	left: 2.0625rem;
	top: 67rem;
}

.p-numbers__list[data-numbers=number07] .p-numbers__img {
	width: 14rem;
}

.p-numbers__list[data-numbers=number08] {
	right: 1.75rem;
	top: 69.5rem;
}

.p-numbers__list[data-numbers=number08] .p-numbers__img {
	width: 13.375rem;
}

.p-numbers__list[data-numbers=number09] {
	left: 38.875rem;
	top: 76rem;
}

.p-numbers__list[data-numbers=number09] .p-numbers__img {
	width: 14rem;
}

.p-numbers__list[data-numbers=number10] {
	right: 2.1875rem;
	top: 100rem;
}

.p-numbers__list[data-numbers=number10] .p-numbers__img {
	width: 14rem;
}

.p-numbers__list[data-numbers=number11] {
	bottom: 3rem;
	left: 2.25rem;
}

.p-numbers__list[data-numbers=number11] .p-numbers__img {
	width: 15.4375rem;
}

.p-default__title {
	padding-top: 15rem;
}

.p-default__content {
	font-size: 1.5rem;
	line-height: 1.75;
	padding-bottom: 12.5rem;
}

.p-page {
	padding-block: 9.375rem;
}

.p-page__title {
	font-size: 8.125rem;
	font-weight: 400;
	text-align: center;
}

.p-page__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 6.25rem;
	text-align: center;
}

.p-page__btn {
	margin-top: 9.625rem;
	text-align: center;
}

.p-page__btn a {
	background-color: #ff8f00;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	letter-spacing: 0.12em;
	padding-block: 1.5rem;
	padding-inline: 3rem;
}

.p-policy {
	padding-bottom: 12.5rem;
}

.p-policy__title {
	font-size: 4.375rem;
	text-align: center;
}

.p-policy__content {
	font-size: 1.5rem;
	line-height: 1.75;
	margin-inline: auto;
	margin-top: 10.625rem;
	max-width: 77.8125rem;
}

.p-policy__content * + p {
	margin-top: 5.9375rem;
}

.p-policy__content a {
	text-decoration: underline;
	word-break: break-all;
}

.p-process {
	background-color: #dcdcdc;
	padding-block: 8.125rem 11.875rem;
}

.p-process__lead {
	font-size: 1.375rem;
	margin-top: 2.5rem;
	max-width: 56.25rem;
}

.p-process__steps {
	counter-reset: process-number 0;
	display: grid;
	gap: 11.875rem;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 5.625rem;
}

.p-process__step {
	align-items: center;
	border-radius: 6.25rem 6.25rem 0.5625rem 0.5625rem;
	color: #fff;
	display: flex;
	font-size: 3.0625rem;
	height: 27.3125rem;
	justify-content: center;
	padding-top: 5.625rem;
	position: relative;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.p-process__step::before {
	align-items: center;
	color: #fff;
	content: counter(process-number);
	counter-increment: process-number 1;
	display: flex;
	font-family: "Clother", sans-serif;
	font-size: 5.125rem;
	font-weight: bold;
	line-height: 1.3292682927;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.p-process__step:not(:first-child)::after {
	-webkit-mask: url(../images/common/dots-arrow.webp) center center/contain no-repeat;
	background-color: #808080;
	content: "";
	height: 4.25rem;
	left: -7.9375rem;
	mask: url(../images/common/dots-arrow.webp) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
}

.p-process__step:nth-child(1) {
	background: url(../images/recruit/progress01.webp) center top/cover no-repeat;
}

.p-process__step:nth-child(2) {
	background: url(../images/recruit/progress02.webp) center top/cover no-repeat;
}

.p-process__step:nth-child(3) {
	background: url(../images/recruit/progress03.webp) center top/cover no-repeat;
}

.p-process__step:nth-child(4) {
	background: url(../images/recruit/progress04.webp) center top/cover no-repeat;
}

.p-process__step:nth-child(5) {
	background: url(../images/recruit/progress05.webp) center top/cover no-repeat;
}

.p-prof {
	background: linear-gradient(to top, #eaeaea, white);
	overflow: clip;
	padding-bottom: 6.25rem;
}

.p-prof__wrap {
	align-items: flex-start;
	display: grid;
	gap: 10rem;
	grid-template-columns: 20.8125rem 1fr;
}

.p-prof__img {
	position: relative;
	z-index: 1;
}

.p-prof__img img {
	-o-object-fit: cover;
	aspect-ratio: 374/508;
	border-radius: 0 0 11.875rem 11.875rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-prof__img::before {
	background: url(../images/common/dots_u.webp) center center/contain no-repeat;
	content: "";
	height: 100%;
	left: 3.125rem;
	position: absolute;
	top: 2.5rem;
	transform: scale(0);
	transition: none;
	width: 100%;
	z-index: -1;
}

.p-prof__img.is-active::before {
	animation: prof-pop 0.75s 0.45s cubic-bezier(0.2, 0.9, 0.25, 1.25) both;
	transform: rotate(0deg) scale(1);
}

.p-prof__content {
	border-left: 1px solid #979797;
	padding-block: 3.125rem;
	padding-left: 3.875rem;
	position: relative;
}

.p-prof__content::before {
	background-color: #979797;
	content: "";
	height: 1px;
	left: -12.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12.125rem;
}

.p-prof__position {
	font-size: 2rem;
	letter-spacing: 0.06em;
	line-height: 1.3125;
}

.p-prof__name {
	color: #ff7d00;
	font-size: 4.1875rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.p-prof__desc {
	font-size: 2.25rem;
	letter-spacing: 0.06em;
}

.p-prof__title {
	margin-top: 6.5625rem;
	padding-block: 2rem;
	padding-inline: 3.75rem;
	position: relative;
}

.p-prof__title::before,
.p-prof__title::after {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	content: "";
	height: 4.8125rem;
	position: absolute;
	width: 6.5625rem;
}

.p-prof__title::before {
	left: 0;
	top: 0;
}

.p-prof__title::after {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}

.p-prof__title p {
	-webkit-box-decoration-break: clone;
	background-color: #fff;
	box-decoration-break: clone;
	display: inline;
	font-size: 3.25rem;
	padding-top: 0.25rem;
	white-space: nowrap;
}

.p-profile {
	padding-bottom: 10rem;
	position: relative;
	z-index: 1;
}

.p-profile__blocks {
	display: grid;
	gap: 10rem;
	grid-template-columns: 100%;
}

.p-profile__title {
	font-size: 4.5rem;
	letter-spacing: normal;
}

.p-profile__en {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
}

.p-profile__wrap {
	display: grid;
	gap: 7.8125rem;
	grid-template-columns: 33.125rem 1fr;
	margin-top: 2.625rem;
}

.p-profile__img img {
	border-radius: 0.625rem;
}

.p-profile__img picture:nth-child(2) {
	width: 172.8136882129%;
}

.p-profile__img picture + picture {
	margin-top: 6.5625rem;
}

.p-profile__row {
	align-items: flex-start;
	display: grid;
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	gap: 1.875rem;
	grid-template-columns: 22rem 1fr;
	line-height: 2.1818181818;
}

.p-profile__label {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	letter-spacing: normal;
}

.p-profile__label::after {
	background-color: #979797;
	content: "";
	display: block;
	flex-grow: 1;
	height: 1px;
	opacity: 0.5;
	width: auto;
}

.p-profile__map {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 76rem;
	margin-top: 2.1875rem;
}

.p-profile__btns {
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 100%;
}

.p-profile__iframe iframe {
	-o-object-fit: cover;
	aspect-ratio: 1216/557;
	border-radius: 0.75rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-reason {
	background-color: #dcdcdc;
	overflow: clip;
	padding-block: 5.625rem 15.625rem;
}

.p-reason__blocks {
	counter-reset: number 0;
	display: grid;
	gap: 5.625rem;
	grid-template-columns: 100%;
	margin-top: 5.625rem;
}

.p-reason__block {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.p-reason__img {
	border-radius: 0.75rem;
	flex-shrink: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(5%);
	transition: all 0.75s;
	width: 35.8227848101%;
}

.p-reason__block:nth-child(odd) .p-reason__img {
	order: 1;
}

.p-reason__img img {
	-o-object-fit: cover;
	aspect-ratio: 756/537;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-reason__content {
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	opacity: 0;
	position: relative;
	transform: translateY(5%);
	transition: all 0.75s;
	z-index: 1;
}

.p-reason__content::before {
	color: #fff;
	content: counter(number);
	counter-increment: number;
	font-family: "puffin-arcade-chrome", sans-serif;
	font-size: 33.75rem;
	line-height: 1;
	opacity: 0;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateX(100%) translateY(-50%);
	transition: all 1s;
	z-index: -1;
}

.p-reason__lead {
	font-feature-settings: normal;
	font-size: 2.5rem;
	letter-spacing: -0.05em;
	line-height: 1.75;
}

.p-reason__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.72;
	margin-top: 3.125rem;
}

.p-reason__block.is-active .p-reason__content,
.p-reason__block.is-active .p-reason__img {
	opacity: 1;
	transform: translateY(0);
}

.p-reason__block.is-active .p-reason__content::before {
	opacity: 1;
	transform: translateX(0) translateY(-50%);
}

.p-recruit {
	background: linear-gradient(to bottom, #fff, #eaeaea);
	padding-bottom: 12.5rem;
	position: relative;
	z-index: 1;
}

.p-recruit__links {
	display: grid;
	gap: 3.1875rem 3.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	max-width: 90.9375rem;
}

.p-recruit__link a {
	display: block;
	position: relative;
}

.p-recruit__bg {
	aspect-ratio: 437/296;
	border-radius: 0.75rem;
	overflow: hidden;
}

.p-recruit__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-recruit__bg img {
	transition: all 0.45s;
}

.p-recruit__title {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 1.5rem;
}

.p-recruit__en {
	font-size: 1.3125rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.1904761905;
}

.p-recruit__ja {
	font-size: 2.25rem;
	letter-spacing: 0.12em;
	line-height: 1.125;
}

.p-service {
	padding-bottom: 7.5rem;
}

.p-service__blocks {
	align-items: flex-start;
	display: grid;
	gap: 15.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	max-width: 84.6875rem;
	position: relative;
	z-index: 1;
}

.p-service__block {
	display: grid;
	gap: 1.5rem;
	grid-row: span 4;
	grid-template-columns: 1fr;
	grid-template-rows: subgrid;
}

.p-service__content {
	display: flex;
	display: contents;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
	padding-bottom: 3.75rem;
}

.p-service__title {
	color: #808080;
	font-size: 4.0625rem;
}

.p-service__en {
	font-size: 1.5625rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	margin-top: 0.25rem;
}

.p-service__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.8181818182;
	order: 1;
	text-align: justify;
}

.p-service__btn {
	order: 2;
}

.p-service__thumbnail {
	border-radius: 0.75rem;
	overflow: hidden;
}

.p-service__thumbnail img {
	transition: all 0.45s;
}

.p-sidebar {
	padding-left: 3.125rem;
}

.p-sidebar__title {
	background-color: #ff8f00;
	border-radius: 3.125rem 0 0 3.125rem;
	color: #fff;
	font-size: 1.75rem;
	letter-spacing: 0.12em;
	padding-block: 0.75rem 0.5rem;
	padding-inline: 1.875rem;
}

.p-sidebar__blocks {
	border-top: 1px solid #808080;
	margin-top: 6.875rem;
}

.p-single {
	padding-bottom: 13.125rem;
}

.p-single__wrap {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 36.5625rem;
}

.p-single__main {
	border-right: 1px solid #979797;
}

.p-single__inner {
	max-width: calc(61.5625rem + 50px);
}

.p-single__title {
	font-size: 4rem;
	line-height: 1.1976744186;
}

.p-single__desc {
	font-size: 1.375rem;
	line-height: 1.8181818182;
	margin-top: 4.6875rem;
}

.p-single__term {
	margin-top: 2.625rem;
}

.p-single__term a {
	color: #808080;
	font-size: 1.0625rem;
}

.p-single__author {
	margin-top: 7.5rem;
}

.p-single__content {
	margin-top: 6.25rem;
}

.p-single__content h2,
.p-single__content h3,
.p-single__content h4 {
	font-weight: 400;
}

.p-single__content h2 {
	font-size: 1.75rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	margin-top: 5rem;
}

.p-single__content h3 {
	font-size: 1.375rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	margin-top: 3.75rem;
}

.p-single__content h4 {
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	margin-top: 3rem;
}

.p-single__content p {
	font-size: 1rem;
	line-height: 1.9;
	margin-top: 1.5rem;
}

.p-single__content ul,
.p-single__content ol {
	line-height: 1.9;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	padding-left: 1.5rem;
}

.p-single__content ul {
	list-style: disc;
}

.p-single__content ol {
	list-style: decimal;
}

.p-single__content li {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.p-single__content a {
	color: #ff7d00;
	text-decoration: underline;
}

.p-single__content img {
	height: auto;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
	max-width: 100%;
	width: auto;
}

.p-single__content figure {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.p-single__content figcaption {
	color: #808080;
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.p-single__content blockquote {
	border-left: 4px solid #e4e4e4;
	color: #808080;
	margin-bottom: 2rem;
	margin-top: 2rem;
	padding: 1rem 1.5rem;
}

.p-single__content blockquote p {
	margin-top: 0;
}

.p-single__content > *:first-child {
	margin-top: 0;
}

.p-single__share {
	align-items: center;
	display: flex;
	gap: 3rem;
	margin-top: 5.75rem;
}

.p-single__link.facebook {
	height: 4.375rem;
	width: 4.375rem;
}

.p-single__link.x {
	height: 3.5rem;
	width: 3.4375rem;
}

.p-single__link a {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-singleInterview {
	background: linear-gradient(to bottom, #eaeaea, white);
	padding-top: 5rem;
}

.p-singleInterview__main {
	align-items: flex-start;
	display: grid;
	gap: 4.0625rem;
	grid-template-columns: 30.9375rem 1fr;
	margin-top: 6.25rem;
}

.p-singleInterview__blocks {
	display: grid;
	gap: 5rem;
	grid-template-columns: 100%;
}

.p-singleInterview__lead {
	color: #ff8f00;
	font-size: 2.375rem;
}

.p-singleInterview__text {
	margin-top: 1.25rem;
}

.p-singleInterview__imgs {
	display: grid;
	gap: 4.0625rem;
	grid-template-columns: 100%;
}

.p-singleInterview__img picture {
	border-radius: 0 9.375rem 9.375rem 0;
	overflow: hidden;
}

.p-singleInterview__img picture img {
	-o-object-fit: cover;
	aspect-ratio: 500/260;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-skill {
	background: linear-gradient(to bottom, white, rgba(255, 170, 89, 0.65));
	padding-block: 5rem 11.25rem;
}

.p-skill__items {
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 100%;
	margin-top: 7.5rem;
}

.p-skill__item {
	align-items: center;
	background-color: #f2f2f2;
	border-radius: 6.875rem 1.0625rem 1.0625rem 6.875rem;
	display: grid;
	gap: 2.75rem;
	grid-template-columns: 45.625rem 1fr;
	min-height: 13.75rem;
	padding-block: 2rem;
	padding-inline: 5.3125rem 3.875rem;
}

.p-skill__lead {
	align-items: center;
	display: flex;
	font-size: 2.75rem;
	gap: 2.75rem;
}

.p-skill__lead::after {
	background-color: #979797;
	content: "";
	display: block;
	flex-grow: 1;
	height: 1px;
	max-width: 0;
	transition: all 1s 0.5s;
}

.p-skill__item.is-active .p-skill__lead::after {
	max-width: 100%;
}

.p-skill__text {
	color: #808080;
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.56;
}

.p-solutions {
	padding-block: 6.25rem 6.875rem;
}

.p-solutions__lists {
	display: grid;
	gap: 7.625rem 3.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.75rem;
}

.p-solutions__list {
	background: url(../images/common/frame_solution.webp) center center/100% 100% no-repeat;
	font-size: 1.3125rem;
	letter-spacing: normal;
	padding-block: 2rem 2.625rem;
	text-align: center;
}

.p-solutions__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.4166666667;
	margin-top: 10.375rem;
}

.p-strong {
	background-color: #dcdcdc;
	padding-block: 6.25rem 13.75rem;
}

.p-strong__blocks {
	display: grid;
	gap: 6.25rem;
	grid-template-columns: 100%;
	margin-top: 8.1875rem;
}

.p-strong__block {
	display: grid;
	gap: 2.3125rem;
	grid-template-columns: 38.3125rem 1fr;
}

.p-strong__img {
	aspect-ratio: 613/383;
	border-radius: 1.25rem;
	overflow: hidden;
}

.p-strong__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-strong__lead {
	font-size: 2.5rem;
	letter-spacing: normal;
	line-height: 1.75;
}

.p-strong__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.72;
	margin-top: 3.5rem;
}

.p-subMv {
	background: url(../images/common/bg_subMv.svg) right bottom/52.8125rem no-repeat;
	height: 65rem;
	margin-inline: auto;
	max-width: 120rem;
	padding-block: 13.125rem 12.5rem;
	position: relative;
}

.p-subMv__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.p-subMv__title {
	margin-bottom: 5.625rem;
}

.p-subMv__en {
	color: #ff8f00;
	font-size: 9.3125rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.0872483221;
}

.p-subMv__en small {
	font-size: 6.5625rem;
}

.p-subMv__ja {
	color: #ff8f00;
	font-size: 2rem;
	letter-spacing: 0.18em;
	margin-top: 0.1875rem;
}

.p-subMv__content {
	margin-top: auto;
	max-width: 68.75rem;
}

.p-subMv__lead {
	color: #808080;
	font-size: 2.4375rem;
	line-height: 1.5526315789;
}

.p-subMv__text {
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.8181818182;
	margin-top: 1.5rem;
}

.p-subMv__btn {
	bottom: 7.5rem;
	position: absolute;
	right: calc(50% - 50rem);
}

.u-white {
	color: #fff;
}

.u-gray {
	color: #808080;
}

.u-main-color {
	color: #ff7d00;
}

.u-bg-light-gray {
	background-color: #e4e4e4;
}

.u-bg-light2-gray {
	background-color: #cacaca;
}

html.is-fixed {
	overflow: hidden;
}

.subPage {
	--subpage-before-height: 0px;
	position: relative;
}

.subPage::before {
	background-color: #979797;
	content: "";
	height: var(--subpage-before-height, 0px);
	max-height: calc(100% - 43rem - 16.25rem);
	pointer-events: none;
	position: absolute;
	right: calc(50% - 35.5rem);
	top: 16.25rem;
	transition: all 0.5s 0.05s ease-in-out;
	width: 1px;
	z-index: 1;
}

.subPage.no-border::before {
	display: none;
}

.subPage.company::before {
	max-height: 107.6875rem;
}

.subPage.features::before {
	max-height: 120rem;
}

.subPage.history::before {
	max-height: 76.5rem;
}

.subPage.profile::before {
	max-height: 61.75rem;
}

.subPage.recruit::before {
	max-height: 116rem;
}

.subPage.fullorder::before {
	max-height: 82.3125rem;
}

.subPage.requirements::before {
	max-height: 105.75rem;
}

.subPage.numbers::before {
	max-height: 60.625rem;
}

.simplePage {
	background: linear-gradient(to bottom, white, #eaeaea);
	min-height: calc(100dvh - 21.5rem);
}

.p-topCompany {
	background: linear-gradient(to bottom, #b1b1b1, #ffffff);
	padding-block: 5.3125rem 15rem;
	position: relative;
}

.p-topCompany::before {
	background: url(../images/top/company.webp) center center/cover no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 77.34375vw;
}

.p-topCompany__inner {
	position: relative;
}

.p-topCompany__wrap {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 52.5rem;
	margin-top: 7.75rem;
}

.p-topCompany__btn {
	margin-top: 3.25rem;
}

.p-topCompany__links {
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-topCompany__link {
	height: 29.8125rem;
}

.p-topCompany__link a {
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0.75rem;
	display: flex;
	flex-direction: column;
	font-size: 2.75rem;
	height: 100%;
	justify-content: center;
	position: relative;
	text-align: center;
}

.p-topCompany__link span.u-en-font {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.1666666667;
}

.p-topCompany__arrow {
	background: linear-gradient(-225deg, #f8c27c, #ff931e);
	border-radius: 50%;
	bottom: 1.375rem;
	height: 4.9375rem;
	overflow: hidden;
	position: absolute;
	right: 1.375rem;
	width: 4.9375rem;
}

.p-topCompany__arrow::before {
	-webkit-mask: url(../images/common/border-arrow.svg) center center/1.875rem no-repeat;
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	mask: url(../images/common/border-arrow.svg) center center/1.875rem no-repeat;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.p-topCompany__arrow::after {
	-webkit-mask: url(../images/common/border-arrow.svg) -200% center/1.875rem no-repeat;
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	mask: url(../images/common/border-arrow.svg) -200% center/1.875rem no-repeat;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.p-topNews {
	background-color: #f0f0f0;
	padding-block: 5rem 7rem;
}

.p-topNews__blocks {
	border-top: 1px solid #808080;
	margin-top: 8.4375rem;
	width: calc(100% + 1.875rem);
}

.p-topNews__btn {
	margin-right: -1.875rem;
	margin-top: 5.25rem;
	text-align: right;
}

.p-topRecruit {
	background: url(../images/top/recruit_border.svg) center bottom/120rem repeat-x;
	padding-block: 5rem 8.25rem;
}

.p-topRecruit__lead {
	margin-top: 7.1875rem;
}

.p-topRecruit__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	margin-top: 5rem;
	max-width: 94.25rem;
	position: relative;
}

.p-topRecruit__card:nth-child(odd) .c-recruitCard {
	background-color: #e4e4e4;
}

.p-topRecruit__card:nth-child(even) .c-recruitCard {
	background-color: #cacaca;
}

.p-topRecruit__btn {
	margin-right: -1.875rem;
	margin-top: 5rem;
	text-align: right;
}

.p-topService {
	padding-block: 0 7.8125rem;
	position: relative;
}

.p-topService__wrap {
	display: flex;
	gap: 12.5rem;
}

.p-topService__text {
	margin-top: 8.875rem;
}

.p-topService__btn {
	margin-top: 3.875rem;
}

.p-topService__links {
	border-top: 1px solid #808080;
	margin-top: 11.5625rem;
	max-width: 32rem;
	width: 100%;
}

.p-topService__link a {
	font-size: 2.5rem;
	padding-block: 6.25rem;
	padding-inline: 1.875rem;
}

.p-topService__link a span.u-en-font {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
}

.p-topService__img {
	position: absolute;
	right: 0;
	top: 19.375rem;
	width: 20.9895833333vw;
}

.p-topWorks {
	background-color: #dcdcdc;
	overflow: hidden;
	padding-block: 5rem 7.5rem;
	position: relative;
}

.p-topWorks__wrap {
	align-items: flex-start;
	display: flex;
	gap: 10.9375rem;
}

.p-topWorks__content {
	flex-shrink: 0;
	width: 33.75rem;
}

.p-topWorks__text {
	margin-top: 7.125rem;
}

.p-topWorks__btn {
	margin-top: 3.25rem;
}

.p-topWorks__items {
	display: flex;
	flex-shrink: 0;
	gap: 1.125rem;
	margin-top: 13.75rem;
	transition: all 1s;
}

.p-topWorks__items.is-active {
	opacity: 1;
	transform: translateX(0);
}

.p-topWorks__item {
	background-color: #fff;
	border-radius: 0 0 11.875rem 11.875rem;
	height: 33.375rem;
	overflow: hidden;
	padding-top: 2.625rem;
	position: relative;
	width: 23.9375rem;
}

.p-topWorks__lead {
	font-size: 1.5625rem;
	line-height: 1.56;
	text-align: center;
}

.p-topWorks__main {
	color: #808080;
	font-size: 1.5625rem;
	height: -moz-fit-content;
	height: fit-content;
	inset: 0;
	margin: auto;
	position: absolute;
	text-align: center;
}

.p-topWorks__main span {
	display: block;
	font-size: 7.375rem;
	line-height: 1;
}

.p-topWorks__time {
	bottom: 6.875rem;
	color: #808080;
	font-size: 1.125rem;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.p-topWorks__map {
	height: -moz-fit-content;
	height: fit-content;
	inset: 0;
	margin: auto;
	margin-top: 3.125rem;
	position: absolute;
	width: 20.375rem;
}

.p-topWorks__cover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-topWorks__bottom {
	display: flex;
	gap: 1.125rem;
	opacity: 0;
	transform: translateX(20%);
	transition: all 1s;
	white-space: nowrap;
}

.p-topWorks__bottom.is-active {
	opacity: 1;
	transform: translateX(0);
}

.p-workFlow {
	padding-bottom: 6.25rem;
	padding-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-workFlow__steps {
	display: grid;
	gap: 6.25rem;
	grid-template-columns: 100%;
	margin-top: 2.875rem;
}

.p-workFlow__step {
	background-color: #e6e6e6;
	border-radius: 1.0625rem;
	display: grid;
	grid-template-columns: 10.625rem 16.5625rem 1fr;
	min-height: 13.75rem;
	opacity: 0;
	position: relative;
	transform: translateY(10%);
	transition: all 1s;
}

.p-workFlow__step:not(:last-child)::after {
	background: url(../images/common/column-arrow.svg) center center/contain no-repeat;
	bottom: -4.0625rem;
	content: "";
	height: 1.875rem;
	left: 3.125rem;
	opacity: 0;
	position: absolute;
	transition: all 1s 0.25s;
	width: 4.25rem;
}

.p-workFlow__step.is-active {
	opacity: 1;
	transform: translateY(0);
}

.p-workFlow__step.is-active::after {
	opacity: 1;
}

.p-workFlow__number {
	background-color: #cccccc;
	border-radius: 1.0625rem 0 0 1.0625rem;
	display: grid;
	place-items: center;
}

.p-workFlow__number span {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	font-family: "Clother", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	height: 3.5rem;
	justify-content: center;
	width: 3.5rem;
}

.p-workFlow__subTitle {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	justify-content: center;
	line-height: 1.5416666667;
	padding-inline: 1.5625rem;
	text-align: center;
}

.p-workFlow__text {
	align-items: center;
	display: flex;
	font-family: "YuGothicLocal", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6818181818;
	padding-block: 1.25rem;
	padding-inline: 1.5625rem 5.625rem;
	position: relative;
}

.p-workFlow__text::before {
	background-color: #979797;
	content: "";
	height: calc(100% - 4.5rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

@media (hover: hover) {

.c-anchor:hover {
	background-color: #999999;
	color: #fff;
}

.c-anchor2:hover {
	background-color: #ff7d00;
	color: #fff;
}

.c-anchor2:hover::after {
	background-color: #fff;
}

.c-anchor3:hover {
	background-color: #ff7d00;
	color: #fff;
}

.c-btn:hover::before {
	opacity: 0;
}

.c-contact:hover::before {
	opacity: 0;
}

.c-link:hover {
	color: #000;
}

.c-link:hover::before,
.c-link:hover::after {
	width: 100%;
}

.c-link:hover .c-link__arrow::before {
	-webkit-mask-position: 200% center;
	mask-position: 200% center;
}

.c-link:hover .c-link__arrow::after {
	-webkit-mask-position: center center;
	mask-position: center center;
}

.c-recruitCard:hover .c-recruitCard__thumbnail img {
	transform: scale(1.05);
}

.c-recruitCard:hover .c-recruitCard__arrow::before {
	-webkit-mask-position: 200% center;
	mask-position: 200% center;
}

.c-recruitCard:hover .c-recruitCard__arrow::after {
	-webkit-mask-position: center center;
	mask-position: center center;
}

.c-smallBtn:hover {
	background-color: #999;
}

.c-textBtn:hover {
	background-color: #999;
}

.page-numbers:hover {
	background-color: #ff7d00;
	color: #fff;
}

.page-numbers:hover img {
	filter: brightness(0) invert(1);
}

.p-application__bnr a:hover img {
	transform: scale(1.1);
}

.p-breadcrumb__list a {
	transition: all 0.45s;
}

.p-breadcrumb__list a:hover {
	opacity: 0.6;
}

.p-footer__logo a:hover {
	opacity: 0.8;
}

.p-footer__link a:hover {
	opacity: 0.6;
}

.p-footer__link.--contact a:hover {
	background-color: #999999;
	opacity: 1;
}

.p-form__text a:hover {
	opacity: 0.8;
}

.p-globalNav__link a:hover {
	opacity: 0.6;
}

.p-globalNav__recruit a:hover {
	opacity: 0.6;
}

.p-globalNav__contact a:hover {
	background-color: #999999;
}

.p-interview__link a:hover img {
	transform: scale(1.05);
}

.p-job__btn a:hover {
	background-color: #999999;
}

.p-maker__thumbnail a:hover img {
	transform: scale(1.1);
}

.p-page__btn a:hover {
	background-color: #999999;
}

.p-policy__content a:hover {
	opacity: 0.8;
}

.p-recruit__link a:hover img {
	transform: scale(1.1);
}

.p-service__thumbnail a:hover img {
	transform: scale(1.1);
}

.p-single__term a:hover {
	opacity: 0.6;
}

.p-single__link a:hover {
	opacity: 0.6;
}

.p-topCompany__link a:hover {
	background: rgba(255, 255, 255, 0.85);
}

.p-topCompany__link a:hover .p-topCompany__arrow::before {
	-webkit-mask-position: 200% center;
	mask-position: 200% center;
}

.p-topCompany__link a:hover .p-topCompany__arrow::after {
	-webkit-mask-position: center center;
	mask-position: center center;
}

}

@media screen and (min-width: 768px) {

.u-mobile {
	display: none;
}

}

@media screen and (min-with: 768px) and (min-height: 1080px) {

.p-subMv {
	aspect-ratio: unset;
	height: -moz-fit-content;
	height: fit-content;
	max-height: 100dvh;
}

}

@media (max-width: 1920px) {

html {
	font-size: 0.8333333333vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

html {
	scroll-padding-top: 5rem;
}

body {
	letter-spacing: 0.06em;
}

.c-anchor {
	font-size: 0.875rem;
	height: 5.8125rem;
	padding-right: 3.75rem;
	width: 15.875rem;
}

.c-anchor2 {
	font-size: 0.875rem;
	height: 3.125rem;
}

.c-anchor2::after {
	height: 0.75rem;
	right: 0.875rem;
	width: 1.125rem;
}

.c-anchor3 {
	font-size: 1.25rem;
}

.c-contact {
	clip-path: polygon(calc(100% - 2rem) 0, 100% 50%, calc(100% - 2rem) 100%, 0 100%, 0 0);
	font-size: 1.25rem;
	height: 4.375rem;
	padding-inline: 1.5625rem 2.8125rem;
	width: 20rem;
}

.c-link {
	border-color: rgba(128, 128, 128, 0.5);
}

.c-link__arrow {
	width: 2.5rem;
}

.c-link__arrow::before {
	-webkit-mask-size: 1.25rem;
	mask-size: 1.25rem;
}

.c-link__arrow::after {
	-webkit-mask-size: 1.25rem;
	mask-size: 1.25rem;
}

.c-news {
	display: block;
	padding-block: 1.25rem;
	padding-right: 3rem;
}

.c-news__info {
	gap: 1rem;
	grid-template-columns: 3.75rem 1fr;
	width: 100%;
}

.c-news__time {
	font-size: 0.75rem;
}

.c-news__terms {
	gap: 0.1875rem;
}

.c-news__term {
	font-size: 0.75rem;
	padding-inline: 0.5rem;
}

.c-news__title {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.c-recruitCard {
	height: 100%;
	padding: 0.9375rem;
}

.c-recruitCard__thumbnail {
	border-radius: 0.375rem;
}

.c-recruitCard__body {
	margin-top: 0.75rem;
}

.c-recruitCard__title {
	font-size: 1.125rem;
}

.c-recruitCard__en {
	font-size: 0.875rem;
}

.c-recruitCard__arrow {
	right: 0rem;
	width: 1.875rem;
}

.c-recruitCard__arrow::before {
	-webkit-mask-size: 1.25rem;
	mask-size: 1.25rem;
}

.c-recruitCard__arrow::after {
	-webkit-mask-size: 1.25rem;
	mask-size: 1.25rem;
}

.c-sidebarNews {
	padding-right: 20px;
}

.c-sidebarNews__info {
	grid-template-columns: 7.5rem 1fr;
}

.c-sidebarNews__time {
	font-size: 1.125rem;
}

.c-sidebarNews__title {
	font-size: 1.125rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-text {
	font-size: 1rem;
}

.c-title__en {
	font-size: 1rem;
}

.c-title__ja {
	font-size: 2.8125rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-application {
	padding-block: 7.5rem;
}

.p-application__bg {
	border-radius: 0.375rem;
}

.p-application__bg img {
	-o-object-fit: cover;
	aspect-ratio: 12/8;
	object-fit: cover;
}

.p-application__title {
	font-size: 1.5rem;
}

.p-application__en {
	font-size: 4.5rem;
}

.p-application__btn {
	font-size: 1.25rem;
	height: 3.875rem;
	margin-top: 2rem;
	width: 20rem;
}

.p-archive {
	padding-bottom: 5rem;
}

.p-archive__blocks {
	border-top: 1px solid rgba(128, 128, 128, 0.5);
	margin-top: 3.125rem;
}

.p-benefits {
	padding-block: 5rem;
}

.p-benefits__blocks {
	gap: 3.125rem;
	grid-template-columns: 1fr;
	margin-top: 4.375rem;
}

.p-benefits__column {
	display: contents;
	gap: 3.125rem;
}

.p-benefits__block {
	gap: 1.5rem;
}

.p-benefits__column:nth-child(1) .p-benefits__block:nth-child(1) {
	order: 1;
}

.p-benefits__column:nth-child(2) .p-benefits__block:nth-child(1) {
	order: 2;
}

.p-benefits__column:nth-child(1) .p-benefits__block:nth-child(2) {
	order: 3;
}

.p-benefits__column:nth-child(2) .p-benefits__block:nth-child(2) {
	order: 4;
}

.p-benefits__column:nth-child(1) .p-benefits__block:nth-child(3) {
	order: 5;
}

.p-benefits__column:nth-child(2) .p-benefits__block:nth-child(3) {
	order: 6;
}

.p-benefits__subTitle {
	border-radius: 0.625rem;
	font-size: 2rem;
	padding-block: 1rem 0.875rem;
}

.p-benefits__body {
	padding-inline: 1.5625rem;
}

.p-benefits__row {
	font-size: 1.25rem;
	gap: 0.75rem;
	grid-template-columns: 100%;
}

.p-benefits__row + .p-benefits__row {
	margin-top: 2.375rem;
}

.l-breadcrumb {
	border: none;
	padding-block: 2.5rem;
}

.normalPage .l-breadcrumb,
.simplePage .l-breadcrumb {
	padding-top: 6.25rem;
}

.p-breadcrumb__list {
	padding-inline: 0.25rem;
}

.p-breadcrumb__list > span {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 1.5625rem;
}

.p-breadcrumb__list > span + span::before {
	background-size: 0.375rem;
	height: 0.875rem;
	top: 55%;
	width: 1.25rem;
}

.p-career {
	padding-top: 5rem;
}

.p-career__steps {
	border-radius: 1.875rem;
	gap: 5rem;
	grid-template-columns: 100%;
	margin-top: 2.625rem;
	padding-block: 3.125rem;
	padding-inline: 2.5rem;
}

.p-career__step {
	border-radius: 0.375rem 0.375rem 1.5rem 1.5rem;
}

.p-career__step:not(:first-child)::before {
	height: 2.125rem;
	left: 50%;
	top: -3.75rem;
	transform: translateX(-50%) rotate(90deg);
	width: 2rem;
}

.p-career__head {
	border-radius: 0.375rem 0.375rem 0 0;
	font-size: 2rem;
}

.p-career__text {
	font-size: 1.125rem;
}

.p-cta {
	padding-block: 5rem;
}

.p-cta__text {
	margin-top: 3.75rem;
}

.p-cta__btn {
	margin-top: 3.125rem;
	text-align: left;
}

.p-description {
	padding-block: 5rem;
}

.p-description__info {
	margin-top: 3.75rem;
}

.p-description__row {
	gap: 1rem;
	grid-template-columns: 100%;
}

.p-description__label {
	font-size: 1.25rem;
	gap: 1rem;
}

.p-description__text {
	font-size: 1.25rem;
}

.p-drawer {
	background: url(../images/common/bg_drawer.svg) bottom left/9.3125rem no-repeat, url(../images/common/bg_drawer.svg) top right/9.3125rem no-repeat;
	background-color: #ff9933;
	height: 100dvh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding-block: 5.1875rem 4rem;
	position: fixed;
	top: 0;
	transition: all 0.45s;
	visibility: hidden;
	width: 100%;
}

.p-drawer.is-active {
	opacity: 1;
	visibility: visible;
}

.p-drawer__inner {
	padding-inline: 3.75rem;
}

.p-env__title {
	font-size: 2rem;
}

.p-env__text {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.p-env__btn {
	margin-top: 2.875rem;
}

.p-expert__text {
	margin-top: 2rem;
}

.p-expert__items {
	gap: 4rem 1.375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.p-expert__item {
	margin-inline: auto;
	max-width: 10.625rem;
	width: 100%;
}

.p-expert__item:nth-child(3) {
	grid-column: 1/-1;
}

.p-expert__lead {
	font-size: 0.625rem;
	height: 3.75rem;
	margin-left: -0.625rem;
	padding-top: 0.6875rem;
	width: 10rem;
}

.p-expert__img {
	border-radius: 0 0 5.375rem 5.375rem;
	margin-top: -0.5rem;
	max-width: 9.625rem;
}

.p-expert__img::before {
	left: 1rem;
	top: 1.0625rem;
}

.p-faq {
	padding-bottom: 5rem;
}

.p-faq__nav {
	margin-top: 5rem;
}

.p-faq__blocks {
	gap: 5rem;
	margin-top: 7.5rem;
}

.p-faq__title {
	font-size: 2rem;
}

.p-faq__main {
	margin-top: 2rem;
}

.p-faq__item {
	border-top: 1px solid rgba(128, 128, 128, 0.5);
	padding-inline: 1.25rem;
}

.p-faq__q {
	font-size: 1.25rem;
	grid-template-columns: 3.125rem 1fr;
	padding-block: 1.25rem;
}

.p-faq__a {
	font-size: 1.25rem;
	grid-template-columns: 2.5rem 1fr;
	padding-block: 1.25rem;
	padding-inline: 1.875rem 0;
}

.p-flow {
	padding-block: 5rem;
}

.p-flow__slider {
	margin-inline: auto;
	margin-top: 3.75rem;
	max-width: 20rem;
}

.p-flow__slider .js-slider-carousel-progress {
	height: 0.625rem;
	margin-top: 3.75rem;
}

.p-footer__container {
	display: block;
}

.p-footer__address {
	font-size: 1.25rem;
	line-height: 2;
}

.p-footer__nav {
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
	max-width: 100%;
}

.p-footer__link a {
	font-size: 1.0625rem;
	line-height: 2;
}

.p-footer__link.--head + .p-footer__link {
	margin-top: 0.5rem;
}

.p-footer__link + .p-footer__link.--head {
	margin-top: 0.5rem;
}

.p-footer__link.--contact a {
	padding-block: 0.25rem;
}

.p-footer__copy {
	margin-top: 2rem;
	text-align: center;
}

.p-form__wrap {
	gap: 0;
	grid-template-columns: 100%;
}

.p-form__text {
	margin-top: 3.25rem;
}

.p-form__main {
	margin-left: -2.5rem;
	margin-top: 0;
	width: calc(100% + 5rem);
}

.p-gallery {
	padding-block: 5rem;
}

.p-gallery__slider {
	margin-left: -20px;
	margin-top: 3.125rem;
	width: calc(100% + 40px);
}

.p-gallery__slider .js-slider-carousel-progress {
	height: 0.625rem;
	margin-top: 3.75rem;
}

.p-globalNav {
	width: 100%;
}

.p-globalNav__links {
	border-top: 1px solid #fff;
	display: block;
	width: 100%;
}

.p-globalNav__link > a {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.375rem;
	padding-block: 1rem;
	position: relative;
}

.p-globalNav__link:has(.p-globalNav__subLinks) > a::after {
	-webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 1.375rem;
	mask: url(../images/common/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s ease;
	width: 2.75rem;
}

.p-globalNav__link.is-open > a::after {
	transform: translateY(-50%) rotate(-90deg);
}

.p-globalNav__subLinks {
	background: none;
	height: 0;
	max-height: none;
	position: static;
	transition: none;
}

.p-globalNav__subLink a {
	font-size: 1.375rem;
	padding-block: 0.5rem;
}

.p-globalNav__subLink:nth-child(1) a {
	padding-top: 1.25rem;
}

.p-globalNav__subLink:last-child a {
	padding-bottom: 1.25rem;
}

.p-globalNav__subLink a::before {
	background: none;
	border-top: 1px dashed white;
	height: 2px;
}

.p-globalNav__subLink + .p-globalNav__subLink {
	border: none;
}

.p-greeting {
	padding-bottom: 5rem;
}

.p-greeting__wrap {
	gap: 0;
	grid-template-columns: 100%;
}

.p-greeting__content {
	display: contents;
}

.p-greeting__title {
	order: -2;
}

.p-greeting__unit {
	margin-top: 3.25rem;
}

.p-greeting__lead {
	font-size: 1.75rem;
}

.p-greeting__text {
	margin-top: 1rem;
}

.p-greeting__img {
	margin-inline: auto;
	margin-top: 2rem;
	width: 70%;
}

.p-greeting__right {
	order: -1;
}

.p-header {
	height: 5rem;
}

.p-header__inner {
	padding-inline: 20px;
}

.p-header__logo {
	max-width: 3.4375rem;
}

.p-header__hamburger {
	position: relative;
	z-index: 1;
}

.p-history__row {
	gap: 0;
	grid-template-columns: 100%;
}

.p-history__row + .p-history__row {
	margin-top: 0.625rem;
}

.p-history__time {
	font-size: 1.5rem;
}

.p-ideal {
	padding-block: 5rem;
}

.p-ideal__items {
	grid-template-columns: 100%;
	margin-top: 3.75rem;
}

.p-ideal__item {
	border-bottom: 1px solid rgba(151, 151, 151, 0.5);
	padding-block: 7.5rem 3.125rem;
}

.p-ideal__item::before {
	left: initial;
	right: 0;
	top: 1.25rem;
}

.p-ideal__item:nth-child(1),
.p-ideal__item:nth-child(2) {
	padding-top: 7.5rem;
}

.p-ideal__item:nth-child(1)::before,
.p-ideal__item:nth-child(2)::before {
	top: 1.25rem;
}

.p-ideal__item:nth-last-child(1),
.p-ideal__item:nth-last-child(2) {
	border-bottom: 1px solid rgba(151, 151, 151, 0.5);
	padding-bottom: 3.125rem;
}

.p-ideal__item:nth-child(odd) {
	padding-right: 0;
}

.p-ideal__item:nth-child(even) {
	border-left: none;
	padding-left: 0;
}

.p-ideal__lead {
	font-size: 1.625rem;
}

.p-ideal__text {
	margin-top: 1.5rem;
}

.p-imgMv {
	margin-top: 7.5rem;
}

.p-imgMv__thumbnail {
	border-radius: 0.375rem;
}

.p-imgMv__thumbnail img {
	aspect-ratio: 12/9;
}

.p-imgMv__title {
	font-size: 2.375rem;
	min-width: unset;
	padding-inline: 1.25rem;
	width: 80%;
}

.p-imgMv__title::before,
.p-imgMv__title::after {
	height: 2rem;
	width: 3.125rem;
}

.p-imgMv2 {
	margin-top: 7.5rem;
}

.p-imgMv2__thumbnail {
	border-radius: 0.375rem;
}

.p-imgMv2__thumbnail img {
	aspect-ratio: 12/9;
}

.p-imgMv2__title {
	font-size: 1.5rem;
}

.p-imgMv2__en {
	font-size: 3.375rem;
}

.p-interview {
	padding-bottom: 5rem;
}

.p-interview__links {
	gap: 3.75rem;
	grid-template-columns: 100%;
	margin-top: 3.75rem;
}

.p-interview__link a::before {
	font-size: 4rem;
}

.p-job {
	padding-bottom: 5rem;
}

.p-job__lists {
	gap: 2.5rem;
	grid-template-columns: 100%;
	margin-top: 3.25rem;
}

.p-job__list {
	border-radius: 0.375rem;
	padding-block: 1.875rem;
}

.p-job__lead1 {
	font-size: 2.25rem;
}

.p-job__meta {
	gap: 0.625rem 1.125rem;
}

.p-job__lead2 {
	font-size: 1.25rem;
}

.p-job__tags {
	gap: 0.75rem;
}

.p-job__tag {
	border-radius: 0.375rem;
	font-size: 0.9375rem;
	min-width: 5.125rem;
	padding: 0.5rem 0.875rem 0.4375rem;
}

.p-job__btn {
	margin-top: 2rem;
}

.p-job__btn a {
	font-size: 1.25rem;
	padding-block: 0.75rem 0.625rem;
	padding-inline: 1.5rem;
}

.p-lineup {
	padding-block: 5rem;
}

.p-lineup__lead {
	margin-top: 2rem;
}

.p-lineup__lists {
	gap: 0.3125rem;
	margin-top: 2rem;
}

.p-lineup__list {
	width: calc(33.3333333333% - 0.2083333333rem);
}

.p-maker {
	padding-bottom: 5rem;
}

.p-maker__cards {
	gap: 5rem;
	grid-template-columns: 100%;
}

.p-maker__card {
	border-radius: 0.625rem;
}

.p-maker__thumbnail {
	border-radius: 1.25rem 1.25rem 0 0;
}

.p-maker__body {
	padding-block: 1.25rem 8.125rem;
	padding-inline: 1.25rem;
}

.p-maker__title {
	font-size: 2.25rem;
}

.p-maker__text {
	font-size: 1.125rem;
	margin-top: 0.875rem;
}

.p-maker__btn {
	right: 1.25rem;
}

.p-mv {
	margin-top: 5rem;
	padding-bottom: 7.5rem;
}

.p-mv__inner {
	padding-inline: 0;
}

.p-mv__video {
	margin-inline: auto;
	width: 75.462962963vw;
}

.p-mv__video video {
	aspect-ratio: 815/1680;
}

.p-mv__text {
	font-size: 1.03125rem;
	right: 0;
	width: 12.7777777778vw;
}

.p-mv__title {
	height: 29.6875rem;
	margin-top: 30vw;
	width: 15rem;
}

.p-mv__title span:nth-child(1) {
	left: initial;
	right: 0;
	top: 0;
	width: 5.9375rem;
}

.p-mv__title span:nth-child(2) {
	left: initial;
	right: 1.5rem;
	top: 5.5rem;
	width: 4.25rem;
}

.p-mv__title span:nth-child(3) {
	left: initial;
	right: 1rem;
	top: 12.5rem;
	width: 5.125rem;
}

.p-mv__title span:nth-child(4) {
	left: initial;
	right: 0;
	top: 19rem;
	width: 5.8125rem;
}

.p-mv__title span:nth-child(5) {
	bottom: 0;
	left: initial;
	right: 1rem;
	top: initial;
	width: 4.25rem;
}

.p-mv__title span:nth-child(6) {
	left: 0;
	top: 0;
	width: 8.3125rem;
}

.p-mv__title span:nth-child(7) {
	bottom: initial;
	left: 1rem;
	top: 8rem;
	width: 5.125rem;
}

.p-mv__title span:nth-child(8) {
	bottom: initial;
	left: 1rem;
	top: 14.5rem;
	width: 6.9375rem;
}

.p-mv__title span:nth-child(9) {
	left: 0.5rem;
	top: 16.5rem;
	width: 5.1875rem;
}

.p-mv__title span:nth-child(10) {
	left: 1rem;
	width: 4.25rem;
}

.p-mv__btn {
	left: 0;
	margin-inline: auto;
	right: 0;
	text-align: center;
}

.p-nav__links {
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.p-nav2__links {
	gap: 1.25rem 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-nav2__link {
	text-align: center;
}

.p-numbers__main {
	aspect-ratio: unset;
}

.p-numbers__lists {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.p-numbers__list {
	position: static;
	width: calc(50% + 0.625rem);
}

.p-numbers__list:nth-child(even) {
	margin-left: -1.25rem;
	margin-top: 10rem;
}

.p-numbers__list:nth-child(odd) {
	margin-top: -3.125rem;
}

.p-numbers__list:first-child {
	margin-top: 0;
}

.p-numbers__number {
	font-size: 1.25rem;
}

.p-numbers__number .number {
	font-size: 300%;
}

.p-numbers__number small {
	font-size: 1.125rem;
}

.p-numbers__text {
	border-width: 0.3125rem;
	font-size: 1rem;
}

.p-numbers__list[data-numbers=number01] .p-numbers__img {
	width: 8rem;
}

.p-numbers__list[data-numbers=number02] .p-numbers__img {
	width: 5.8125rem;
}

.p-numbers__list[data-numbers=number03] .p-numbers__img {
	width: 7.1875rem;
}

.p-numbers__list[data-numbers=number04] .p-numbers__img {
	width: 8.25rem;
}

.p-numbers__list[data-numbers=number05] .p-numbers__img {
	width: 11.25rem;
}

.p-numbers__list[data-numbers=number06] .p-numbers__img {
	width: 8.75rem;
}

.p-numbers__list[data-numbers=number07] .p-numbers__img {
	width: 8.1875rem;
}

.p-numbers__list[data-numbers=number08] .p-numbers__img {
	width: 7.875rem;
}

.p-numbers__list[data-numbers=number09] .p-numbers__img {
	width: 8.1875rem;
}

.p-numbers__list[data-numbers=number10] .p-numbers__img {
	width: 8.25rem;
}

.p-numbers__list[data-numbers=number11] .p-numbers__img {
	width: 9.1875rem;
}

.p-default__title {
	padding-top: 6.25rem;
}

.p-default__content {
	font-size: 1.125rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-page {
	padding-block: 2.5rem 5rem;
}

.p-page__title {
	font-size: 3.625rem;
}

.p-page__text {
	font-size: 1.25rem;
	margin-top: 3.75rem;
}

.p-page__btn {
	margin-top: 3.875rem;
}

.p-page__btn a {
	font-size: 1.25rem;
	padding-block: 1.375rem 1.25rem;
}

.p-policy {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-policy__title {
	font-size: 2.875rem;
}

.p-policy__content {
	font-size: 1.125rem;
	margin-top: 3.25rem;
}

.p-policy__content * + p {
	margin-top: 3.25rem;
}

.p-process {
	padding-block: 5rem;
}

.p-process__lead {
	font-size: 1.25rem;
	max-width: 100%;
}

.p-process__steps {
	gap: 5rem;
	grid-template-columns: 100%;
	margin-top: 3.25rem;
}

.p-process__step {
	border-radius: 0.375rem 6.25rem 6.25rem 0.375rem;
	font-size: 2rem;
	height: 7.5rem;
	padding-top: 0;
	writing-mode: unset;
}

.p-process__step::before {
	font-size: 4rem;
	height: 100%;
	padding-left: 2rem;
}

.p-process__step:not(:first-child)::after {
	height: 2.375rem;
	left: 50%;
	top: -3.5rem;
	transform: translateX(-50%) rotate(90deg);
	width: 3rem;
}

.p-process__step:nth-child(1) {
	background-position: center bottom;
	background-size: 300%;
}

.p-process__step:nth-child(2) {
	background-position: center bottom;
	background-size: 300%;
}

.p-process__step:nth-child(3) {
	background-position: center bottom;
	background-size: 300%;
}

.p-process__step:nth-child(4) {
	background-position: center bottom;
	background-size: 300%;
}

.p-process__step:nth-child(5) {
	background-position: center bottom;
	background-size: 300%;
}

.p-prof {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}

.p-prof__wrap {
	gap: 3.125rem;
	grid-template-columns: 100%;
}

.p-prof__img {
	margin-inline: auto;
	width: 70%;
}

.p-prof__img::before {
	left: 1.875rem;
	top: 1.5625rem;
}

.p-prof__content {
	border-left: none;
	padding-block: 0;
	padding-left: 0;
}

.p-prof__content::before {
	display: none;
}

.p-prof__position {
	font-size: 1.5rem;
}

.p-prof__name {
	font-size: 2rem;
}

.p-prof__desc {
	font-size: 1.5rem;
}

.p-prof__title {
	margin-top: 3.25rem;
	padding-block: 1.875rem;
	padding-inline: 1.25rem;
}

.p-prof__title::before,
.p-prof__title::after {
	height: 2.375rem;
	width: 3.25rem;
}

.p-prof__title p {
	font-size: 1.5rem;
	padding-inline: 0.5rem;
}

.p-profile {
	padding-bottom: 5rem;
}

.p-profile__blocks {
	gap: 5rem;
}

.p-profile__title {
	font-size: 2.8125rem;
}

.p-profile__en {
	font-size: 1rem;
}

.p-profile__wrap {
	gap: 3.75rem;
	grid-template-columns: 100%;
	margin-top: 2rem;
}

.p-profile__img {
	display: contents;
}

.p-profile__img img {
	border-radius: 0.375rem;
}

.p-profile__img picture:nth-child(2) {
	order: 1;
	width: 100%;
}

.p-profile__img picture + picture {
	margin-top: 0rem;
}

.p-profile__info {
	display: grid;
	gap: 2rem;
	grid-template-columns: 100%;
}

.p-profile__row {
	font-size: 1.125rem;
	gap: 0rem;
	grid-template-columns: 100%;
	line-height: 2;
}

.p-profile__map {
	grid-template-columns: 100%;
}

.p-profile__btns {
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 2rem;
	order: 1;
	width: -moz-fit-content;
	width: fit-content;
}

.p-profile__iframe iframe {
	aspect-ratio: 1;
	border-radius: 0.375rem;
}

.p-reason {
	padding-block: 5rem;
}

.p-reason__blocks {
	gap: 5rem;
	margin-top: 5rem;
}

.p-reason__block {
	flex-direction: column;
	gap: 2rem;
}

.p-reason__img {
	border-radius: 0.375rem;
	width: 100%;
}

.p-reason__block:nth-child(odd) .p-reason__img {
	order: unset;
}

.p-reason__content {
	padding-bottom: 5rem;
}

.p-reason__content::before {
	font-size: 25rem;
	line-height: 0.6;
	right: 0;
}

.p-reason__lead {
	font-size: 1.75rem;
}

.p-reason__text {
	font-size: 1.125rem;
	margin-top: 1rem;
}

.p-recruit {
	padding-bottom: 5rem;
}

.p-recruit__links {
	gap: 3.75rem;
	grid-template-columns: 1fr;
}

.p-recruit__bg img {
	-o-object-fit: cover;
	aspect-ratio: 12/6;
	object-fit: cover;
}

.p-recruit__title {
	margin-top: 1.125rem;
}

.p-recruit__en {
	font-size: 1.25rem;
}

.p-recruit__ja {
	font-size: 2.375rem;
	letter-spacing: 0.05em;
}

.p-service {
	padding-bottom: 5rem;
}

.p-service__blocks {
	gap: 3.125rem;
	grid-template-columns: 1fr;
}

.p-service__block {
	gap: 2.5rem;
	grid-row: unset;
	grid-template-rows: unset;
}

.p-service__content {
	display: flex;
}

.p-service__title {
	font-size: 2.25rem;
}

.p-service__en {
	font-size: 1rem;
}

.p-service__text {
	font-size: 1.125rem;
	margin-top: 1.5rem;
	order: initial;
}

.p-service__btn {
	margin-top: 1.5rem;
	order: initial;
}

.p-service__thumbnail {
	order: -1;
}

.p-sidebar {
	padding-left: 20px;
}

.p-sidebar__blocks {
	border-color: rgba(128, 128, 128, 0.5);
	margin-top: 3.75rem;
}

.p-single {
	padding-bottom: 5rem;
}

.p-single__wrap {
	gap: 7.5rem;
	grid-template-columns: 100%;
}

.p-single__main {
	border-right: none;
}

.p-single__inner {
	max-width: unset;
}

.p-single__title {
	font-size: 2.625rem;
}

.p-single__desc {
	font-size: 1.125rem;
	margin-top: 2rem;
}

.p-single__term {
	margin-top: 2rem;
}

.p-single__author {
	margin-top: 3.75rem;
}

.p-single__content h2 {
	font-size: 1.375rem;
	margin-bottom: 1rem;
	margin-top: 3.5rem;
}

.p-single__content h3 {
	font-size: 1.125rem;
	margin-bottom: 0.75rem;
	margin-top: 2.5rem;
}

.p-single__content h4 {
	font-size: 1rem;
	margin-top: 2rem;
}

.p-single__content p {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

.p-single__content ul,
.p-single__content ol {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.p-single__content li {
	font-size: 0.9375rem;
}

.p-single__content img {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.p-single__content figure {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.p-single__share {
	gap: 2rem;
	margin-top: 4rem;
}

.p-single__link.facebook {
	height: 3.5rem;
	width: 3.5rem;
}

.p-single__link.x {
	height: 2.75rem;
	width: 2.75rem;
}

.p-singleInterview__main {
	grid-template-columns: 100%;
	margin-top: 3.75rem;
}

.p-singleInterview__block:not(:has(.p-singleInterview__content)) .p-singleInterview__gallery {
	margin-top: 0;
}

.p-singleInterview__lead {
	font-size: 1.75rem;
}

.p-singleInterview__text {
	margin-top: 0.625rem;
}

.p-singleInterview__gallery {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 100%;
	margin-top: 2rem;
}

.p-singleInterview__imgs {
	display: none;
}

.p-skill {
	padding-bottom: 5rem;
}

.p-skill__items {
	gap: 2.5rem;
	margin-top: 3.75rem;
}

.p-skill__item {
	border-radius: 0.75rem;
	gap: 1rem;
	grid-template-columns: 100%;
	padding: 1.5625rem;
}

.p-skill__lead {
	font-size: 1.5625rem;
	gap: 1rem;
}

.p-skill__text {
	font-size: 1.125rem;
}

.p-solutions__lists {
	gap: 1.25rem;
	grid-template-columns: 100%;
	margin-top: 2.875rem;
}

.p-solutions__list {
	font-size: 1.125rem;
	padding-block: 1.625rem 2rem;
}

.p-solutions__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 3.75rem;
}

.p-strong {
	padding-block: 5rem 7.5rem;
}

.p-strong__blocks {
	gap: 6.25rem;
	grid-template-columns: 100%;
	margin-top: 3.75rem;
}

.p-strong__block {
	gap: 2rem;
	grid-template-columns: 100%;
}

.p-strong__lead {
	font-size: 1.625rem;
}

.p-strong__text {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.p-subMv {
	aspect-ratio: unset;
	background-size: 15.375rem auto;
	height: auto;
	padding-bottom: 4.375rem;
	padding-top: 6.25rem;
}

.p-subMv__inner {
	padding-left: 1.5rem;
}

.p-subMv__en {
	font-size: 2.875rem;
	line-height: 1.1058823529;
}

.p-subMv__en small {
	font-size: 2rem;
}

.p-subMv__ja {
	font-size: 1.25rem;
}

.p-subMv__content {
	max-width: 100%;
}

.p-subMv__lead {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-subMv__text {
	font-size: 1rem;
}

.p-subMv__btn {
	bottom: initial;
	margin-left: auto;
	margin-top: 3.125rem;
	position: static;
	right: 0;
}

.subPage::before {
	max-height: calc(100% - 35.625rem - 6.875rem);
	opacity: 0.25;
	right: 7.1875rem;
	top: 6.875rem;
}

.subPage.company::before {
	max-height: 93.75rem;
}

.subPage.features::before {
	max-height: 106.25rem;
}

.subPage.history::before {
	max-height: 62.5rem;
}

.subPage.profile::before {
	max-height: 50rem;
}

.subPage.recruit::before {
	max-height: 100rem;
}

.subPage.fullorder::before {
	max-height: 68.75rem;
}

.subPage.requirements::before {
	max-height: 87.5rem;
}

.subPage.numbers::before {
	max-height: 50rem;
}

.p-topCompany {
	background: linear-gradient(to right, #b1b1b1, #fff);
	padding-block: 5rem;
}

.p-topCompany::before {
	bottom: 0;
	height: 25.9375rem;
	top: initial;
	width: 100%;
}

.p-topCompany__wrap {
	display: block;
	margin-top: 2.5rem;
}

.p-topCompany__btn {
	margin-top: 3.125rem;
}

.p-topCompany__links {
	gap: 1.4375rem;
	margin-inline: auto;
	margin-top: 4.375rem;
	max-width: 26.25rem;
}

.p-topCompany__link {
	height: 14.875rem;
}

.p-topCompany__link a {
	border-radius: 0.375rem;
	font-size: 1.375rem;
}

.p-topCompany__link span.u-en-font {
	font-size: 0.75rem;
}

.p-topCompany__arrow {
	bottom: 0.6875rem;
	height: 2.5rem;
	right: 0.6875rem;
	width: 2.5rem;
}

.p-topCompany__arrow::before {
	-webkit-mask-size: 1.25rem;
	mask-size: 1.25rem;
}

.p-topCompany__arrow::after {
	-webkit-mask-size: 1.25rem;
	mask-size: 1.25rem;
}

.p-topNews {
	padding-block: 5rem;
}

.p-topNews__blocks {
	border-top: 1px solid rgba(128, 128, 128, 0.5);
	margin-top: 3.75rem;
	width: 100%;
}

.p-topNews__btn {
	margin-inline: 0;
	margin-top: 3.125rem;
	text-align: left;
}

.p-topRecruit {
	background: none;
	padding-block: 5rem;
}

.p-topRecruit__lead {
	margin-top: 3.125rem;
}

.p-topRecruit__cards {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.p-topRecruit__card:nth-child(4n+3) .c-recruitCard {
	background-color: #cacaca;
}

.p-topRecruit__card:nth-child(4n+4) .c-recruitCard {
	background-color: #e4e4e4;
}

.p-topRecruit__btn {
	margin-inline: 0;
	margin-top: 3.125rem;
	text-align: left;
}

.p-topService {
	padding-block: 5rem;
}

.p-topService__wrap {
	display: block;
}

.p-topService__text {
	margin-top: 2.375rem;
	width: 56%;
}

.p-topService__btn {
	margin-top: 2.5rem;
}

.p-topService__links {
	border: none;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.1875rem;
}

.p-topService__link a {
	border-top: 1px solid rgba(128, 128, 128, 0.5);
	font-size: 1.25rem;
	padding-block: 1.875rem 2.625rem;
	padding-inline: 0.75rem;
}

.p-topService__link a span.u-en-font {
	font-size: 0.6875rem;
}

.p-topService__img {
	border-radius: 0.375rem 0 0 0.375rem;
	overflow: hidden;
	top: 5rem;
	width: 40vw;
}

.p-topWorks {
	padding-block: 2.5rem 3.125rem;
}

.p-topWorks__wrap {
	display: block;
}

.p-topWorks__content {
	width: 100%;
}

.p-topWorks__text {
	margin-top: 2.375rem;
	width: 56%;
}

.p-topWorks__items {
	gap: 3rem;
	justify-content: center;
	margin-top: 4.125rem;
}

.p-topWorks__item {
	height: 16.6875rem;
	padding-top: 1.375rem;
	width: 12rem;
}

.p-topWorks__items:nth-child(2) .p-topWorks__item {
	aspect-ratio: 402/477;
	border-radius: 0.375rem 0 0 0.375rem;
	height: auto;
	position: absolute;
	right: 0;
	top: 5rem;
	width: 40vw;
}

.p-topWorks__lead {
	font-size: 0.8125rem;
}

.p-topWorks__main {
	font-size: 0.75rem;
}

.p-topWorks__main span {
	font-size: 3.6875rem;
}

.p-topWorks__time {
	bottom: 3.25rem;
	font-size: 0.75rem;
}

.p-topWorks__map {
	margin-top: 1.125rem;
	width: 10.1875rem;
}

.p-topWorks__bottom {
	display: contents;
}

.p-workFlow {
	padding-bottom: 5rem;
}

.p-workFlow__steps {
	gap: 5rem;
	margin-top: 2rem;
}

.p-workFlow__step {
	border-radius: 0.75rem;
	grid-template-columns: 7.5rem 1fr;
}

.p-workFlow__step:not(:last-child)::after {
	bottom: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.p-workFlow__number {
	border-radius: 0.75rem 0 0 0;
}

.p-workFlow__number span {
	font-size: 1.5rem;
	height: 2rem;
	padding-top: 0.125rem;
	width: 2rem;
}

.p-workFlow__subTitle {
	border-bottom: 1px solid #979797;
	font-size: 1.25rem;
	padding-block: 1.25rem;
}

.p-workFlow__text {
	font-size: 1.125rem;
	grid-column: span 2;
	padding-inline: 1.25rem;
}

.p-workFlow__text::before {
	display: none;
}

}

@media (max-width: 540px) {

html {
	font-size: 2.962962963vw;
}

}

@keyframes p-expert-lead-pop {

0% {
	transform: rotate(-45deg) scale(0);
}

55% {
	transform: rotate(7deg) scale(1.12);
}

78% {
	transform: rotate(-3deg) scale(0.95);
}

100% {
	transform: rotate(0deg) scale(1);
}

}

@keyframes p-expert-img-pop {

0% {
	transform: scale(0);
}

65% {
	transform: scale(1.08);
}

100% {
	transform: scale(1);
}

}

@keyframes popText {

0% {
	transform: scale(0);
}

65% {
	transform: scale(1.08);
}

100% {
	transform: scale(1);
}

}

@keyframes p-numbers-img-pop {

0% {
	transform: scale(0);
}

55% {
	transform: scale(1.12);
}

78% {
	transform: scale(0.95);
}

100% {
	transform: scale(1);
}

}

@keyframes prof-pop {

0% {
	transform: scale(0);
}

65% {
	transform: scale(1.08);
}

100% {
	transform: scale(1);
}

}

