body {
	font-family: "Noto Sans JP", serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

* {
	min-height: 0vw;
}

/* 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 body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* 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;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

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

body.is-scroll {
	overflow: hidden;
}

.inner-n {
	margin: 0 auto;
	max-width: 78.125rem;
	width: 100%;
}

.wrap {
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.c-section-title {
	color: #9e1c00;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
}

.c-campaign__btn {
	margin: 4rem auto 0;
	max-width: 32.5rem;
	position: relative;
	z-index: 2;
}

.c-work-place__btn {
	margin: 4rem auto 0;
	max-width: 32.5rem;
}

.c-campaign__middle-btn {
	margin: 4rem auto 0;
}

.c-btn {
	background-color: #9d8b5d;
	border-radius: 56.25rem;
	box-shadow: 0 6px 0 #171612;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.1;
	padding: 2.78125rem 0;
	text-align: center;
	transition: 0.3s;
}

.c-btn:hover {
	box-shadow: 0 2px 0 #171612;
	opacity: 0.7;
	transform: translateY(3px);
}

.c-work-place__btn {
	margin: 5.125rem auto 0;
}

.c-job-table {
	margin: 4rem auto 0;
	max-width: 50rem;
}

.c-job-table__row {
	align-items: flex-start;
	border-bottom: 1px solid #ddd;
	display: flex;
	gap: 3.9375rem;
	padding-bottom: 1.5rem;
}

.c-job-table__row:not(:first-child) {
	padding-top: 1.5rem;
}

.c-job-table__heading {
	color: #9e1c00;
	flex-shrink: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	width: 10rem;
}

.c-job-table__description {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
}

.c-job-table__description ul {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	list-style: none;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.l-mv {
	position: relative;
	width: 100%;
}

.l-about {
	background-color: #9e1c00;
	padding: 9rem 0;
	position: relative;
	z-index: 0;
}

.l-about::before {
	aspect-ratio: 1440/680;
	background: url(../images/bg01.png) no-repeat center/cover;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: -19.4%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.l-about__inner {
	position: relative;
}

.l-about__campaign {
	margin-top: 6.375rem;
}

.l-work-place {
	overflow: hidden;
	padding: 10rem 0;
	position: relative;
	z-index: 0;
}

.l-work-place__inner {
	position: relative;
}

.l-royal-group {
	margin-top: 5.25rem;
	padding-bottom: 4.6875rem;
}

.l-campaign {
	background-color: #9e1c00;
}

.l-campaign__middle {
	padding: 7.5rem 0 9rem;
	position: relative;
	z-index: 1;
}

.l-campaign__middle::after {
	aspect-ratio: 1440/680;
	background: url(../images/bg03.png) no-repeat center/cover;
	bottom: -26.6%;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.l-campaign__later {
	padding: 7.5rem 0 9rem;
	position: relative;
	z-index: 1;
}

.l-car {
	padding: 5rem 0 22.5rem;
	position: relative;
}

.l-car__inner {
	position: relative;
}

.l-salary-system {
	background-color: #1a1a1a;
	padding: 25.1875rem 0 18.0625rem;
	position: relative;
	z-index: 0;
}

.l-salary-system__inner {
	margin: 0 auto;
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.l-voice {
	padding: 8rem 0 0;
	position: relative;
	z-index: 0;
}

.l-voice::after {
	aspect-ratio: 1440/680;
	background: url(../images/bg04.png) no-repeat center/cover;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: -59.8%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.l-qa {
	background-color: #fff;
	padding: 9rem 0;
}

.l-qa__inner {
	margin: 0 auto;
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.l-job-details {
	background-color: #f7f7f7;
	padding: 7.5rem 0 7.5rem;
}

.l-footer {
	background-color: #f7f7f7;
}

.p-header {
	height: 0;
	transition: 0.3s ease-in-out;
}

.p-header.is-scrolled {
	background-color: #fff;
	height: 7.5rem;
	top: 0;
}

.p-header__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 90rem;
	padding: 1.25rem 1.25rem 0 1.5rem;
	transition: 0.3s ease-in-out;
	width: 100%;
}

.p-header__logo {
	height: inherit;
	max-width: clamp(11.25rem, -22.25rem + 52.34vw, 19.625rem);
	width: 100%;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-header__nav {
	background-color: #fff;
	border-radius: 5.625rem;
	box-shadow: 0.25rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.4);
	display: block;
	height: 5rem;
}

.p-header__nav.is-scrolled {
	box-shadow: none;
}

.p-header__nav-list {
	display: flex;
	height: inherit;
	padding: 0 1.25rem 0 clamp(0.188rem, -5.063rem + 8.2vw, 1.5rem);
}

.p-header__nav-item {
	font-size: clamp(0.875rem, 0.375rem + 0.78vw, 1rem);
	height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
	align-items: center;
	display: flex;
	margin-left: 0.9375rem;
}

.p-header__nav-item a {
	align-items: center;
	display: flex;
	font-weight: 700;
	height: inherit;
	line-height: 1.1;
	padding: 0 clamp(0.313rem, -1.938rem + 3.52vw, 0.875rem);
}

.p-header__nav-item.p-header__nav-item--contact a {
	align-items: center;
	background-color: #9e1c00;
	border: 1px solid #9e1c00;
	border-radius: 56.25rem;
	color: #fff;
	font-weight: 700;
	height: auto;
	height: initial;
	line-height: 1.1;
	padding: 0.75rem 2.5rem;
	transition: all 0.7s cubic-bezier(0.4, 0, 0, 1);
}

.p-header__nav-item.p-header__nav-item--contact a:hover {
	background-color: #fff;
	border: 1px solid #9e1c00;
	color: #9e1c00;
}

.p-header__nav-item.p-header__nav-item--contact--m {
	display: none;
}

.p-header__nav-item.p-header__nav-item--contact--m a {
	display: none;
}

.inner.p-mv__content {
	max-width: 75rem;
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
	width: 54%;
	z-index: 1;
}

.p-mv__title {
	color: #fff;
	font-size: clamp(3.75rem, -2.106rem + 9.15vw, 5.5rem);
	font-weight: bold;
	line-height: 1.2;
}

.p-mv__title .color-gold {
	color: #9d8b5d;
}

.p-mv__title-text {
	background-color: #1a1a1a;
	box-shadow: 0.5rem 0.5rem #9e1c00;
	display: inline-block;
	padding: 0.625rem 0.5rem;
}

.p-about-subtitle {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}

.p-about-title {
	margin-top: 1.4375rem;
	position: relative;
	z-index: 3;
}

.p-about-title span {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	font-size: 5.5rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.625rem;
}

.p-about-text {
	color: #fff;
	font-size: clamp(1.125rem, 0.515rem + 1.27vw, 1.5rem);
	font-weight: 700;
	line-height: 2;
	margin-top: 3rem;
}

.p-about__content {
	margin-top: 5rem;
	position: relative;
	z-index: 5;
}

.p-about__img-wrap {
	position: absolute;
	right: 0;
	top: -5rem;
	width: 100%;
	z-index: 2;
}

.p-about__img img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.p-about__img:nth-of-type(1) {
	max-width: 36.4375rem;
	position: absolute;
	right: 1.5625rem;
}

.p-about__img:nth-of-type(2) {
	max-width: clamp(12.5rem, 2.941rem + 19.92vw, 18.375rem);
	position: absolute;
	right: clamp(11.25rem, -6.343rem + 36.65vw, 22.063rem);
	top: 28.125rem;
}

.p-about__img:nth-of-type(3) {
	max-width: 16.8125rem;
	position: absolute;
	right: 2.8125rem;
	top: 25.625rem;
}

.p-about__img:nth-of-type(1) img {
	aspect-ratio: 583/389;
}

.p-about__img:nth-of-type(2) img {
	aspect-ratio: 294/420;
}

.p-about__img:nth-of-type(3) img {
	aspect-ratio: 269/383;
}

.p-campaign__img {
	margin: 0 auto;
	max-width: 62.5rem;
	width: 100%;
}

.p-campaign__annotation {
	color: #fff;
	font-weight: 400;
	margin: 0 auto;
	margin-top: -1.5rem;
	max-width: 62.5rem;
	width: 100%;
}

.p-campaign__annotation a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.p-campaign__annotation a:hover {
	opacity: 0.7;
}

.p-campaign__img-middle {
	margin-top: -22.3125rem;
}

.p-campaign__bg {
	position: relative;
	z-index: 0;
}

.p-campaign__bg ::after {
	-o-object-fit: cover;
	aspect-ratio: 1440/680;
	background: url(../images/bg02.png) no-repeat center/cover;
	content: "";
	display: block;
	left: 50%;
	object-fit: cover;
	opacity: 0.2;
	position: absolute;
	top: 59.9%;
	transform: translateX(-50%);
	width: 100%;
	width: 100%;
	z-index: 1;
}

.p-campaign__bg-wrap {
	display: flex;
}

.p-campaign__img-b img {
	-o-object-fit: cover;
	aspect-ratio: 891/600;
	object-fit: cover;
	width: 100%;
}

.p-campaign__bg-content img {
	-o-object-fit: cover;
	aspect-ratio: 550/300;
	object-fit: cover;
	width: 100%;
}

.p-work-place__img {
	position: absolute;
	width: 100%;
}

.p-work-place__img img {
	border-radius: 1.25rem;
	max-width: 31.25rem;
}

.p-work-place__img-img {
	left: 0;
	max-width: clamp(12.5rem, -14.568rem + 56.39vw, 31.25rem);
	position: absolute;
	top: 41.25rem;
	width: 100%;
}

.p-work-place__img-img img {
	-o-object-fit: cover;
	aspect-ratio: 500/620;
	object-fit: cover;
	width: 100%;
}

.p-work-place__img-img-type2 {
	position: absolute;
	right: 3.125rem;
	top: 71.875rem;
}

.p-work-place__section-subtitle {
	max-width: 25.5rem;
	position: absolute;
	right: 4.0625rem;
	top: -20.9375rem;
}

.p-work-place__section-subtitle-sp span:nth-of-type(1) {
	text-align: left;
}

.p-work-place__section-subtitle-sp span:nth-of-type(2) {
	text-align: right;
}

.p-work-place__list {
	margin-top: 20.625rem;
}

.p-work-place__item {
	display: flex;
	gap: 2rem;
}

.p-work-place__item:nth-of-type(2) {
	flex-direction: row-reverse;
	margin-top: 4.8125rem;
}

.p-work-place__item:nth-of-type(2) .p-work-place__content {
	margin-right: -7rem;
}

.p-work-place__item:nth-of-type(3) .p-work-place__content {
	margin-left: 1rem;
}

.p-work-place__item:nth-of-type(3) {
	margin-top: 25.375rem;
}

.p-work-place__head {
	max-width: 13.375rem;
}

.p-work-place__content {
	margin-top: 5.125rem;
}

.p-work-place__subtitle {
	color: #9e1c00;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
}

.p-work-place__item:nth-of-type(2) .p-work-place__title,
.p-work-place__item:nth-of-type(3) .p-work-place__title {
	margin-top: 0;
}

.p-work-place__title {
	color: #9e1c00;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.p-work-place__text {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.p-work-place__sublist {
	display: flex;
	gap: 1.25rem;
	margin-top: 2rem;
}

.p-work-place__sublist li {
	max-width: 7.5rem;
}

.p-problem__content {
	background-color: #f7eded;
	border-radius: 1.25rem;
	padding: 5rem 0;
}

.p-problem__title {
	color: #9e1c00;
	text-align: center;
}

.p-problem__head {
	font-size: 2.5rem;
	font-weight: 700;
}

.p-problem__heading {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.625rem;
}

.p-problem__heading span {
	background-color: #9e1c00;
	color: #fff;
	padding: 0 0.625rem;
}

.p-problem__img {
	margin: 3.25rem auto 0;
	max-width: 59.5rem;
	width: 100%;
}

.p-problem__annotation {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 3rem;
	text-align: center;
}

.p-royal-group__title {
	color: #9e1c00;
	display: flex;
	font-size: 3rem;
	font-weight: 700;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-royal-group__title::before,
.p-royal-group__title::after {
	background-color: #9d8b5d;
	bottom: 0.4375rem;
	content: "";
	height: 2.5rem;
	position: absolute;
	width: 0.1875rem;
}

.p-royal-group__title::before {
	left: -1rem;
	transform: rotate(-30deg);
}

.p-royal-group__title::after {
	right: -1rem;
	transform: rotate(30deg);
}

.p-royal-group__features {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2rem;
}

.p-royal-group__feature-content {
	border: 1px solid #ddd;
	border-radius: 0.625rem;
	padding: 0.5rem 0.5rem 2rem;
}

.p-royal-group__feature-icon {
	background-color: #f7eded;
	border-radius: 0.5rem;
	overflow: hidden;
}

.p-royal-group__feature-description {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 2rem;
	text-align: center;
}

.p-royal-group__feature-note {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04375rem;
	line-height: 1.6;
	margin-top: 1rem;
	padding-left: 1rem;
}

.p-royal-group__locations {
	border: 1px solid #9d8b5d;
	border-radius: 0.625rem;
	margin-top: 3rem;
	padding: 1.5rem 0 1.875rem;
}

.p-royal-group__locations-title {
	color: #9e1c00;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.p-royal-group__locations-list {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.p-royal-group__locations-item {
	align-items: center;
	background: #f7eded;
	border-radius: 0.125rem;
	color: #9e1c00;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.75rem 1.25rem;
}

.p-car__wrap {
	display: flex;
	gap: 4.6875rem;
	justify-content: space-between;
}

.p-car__content {
	margin-top: clamp(12.5rem, 9.071rem + 7.14vw, 14.875rem);
}

.p-car__section-subtitle {
	max-width: 19.875rem;
	width: 100%;
}

.p-car__section-subtitle-text {
	font-size: clamp(1.5rem, -0.665rem + 4.51vw, 3rem);
	font-weight: 700;
}

.p-car__section-text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 2rem;
}

.p-car__img img {
	border-radius: 1.25rem;
}

.p-car__img1 {
	max-width: 49.5%;
	position: absolute;
	right: 1.5625rem;
	top: 36.5625rem;
	z-index: 1;
}

.p-car__img2 {
	left: 1.5625rem;
	max-width: clamp(17.813rem, 0.469rem + 36.13vw, 29.375rem);
	position: absolute;
	top: 53.6875rem;
	z-index: 1;
}

.p-car__img3 {
	max-width: clamp(11.563rem, -4.563rem + 33.59vw, 22.313rem);
	position: absolute;
	right: 23.625rem;
	top: 62rem;
	z-index: 1;
}

.p-car__img4 {
	max-width: 20.8125rem;
	position: absolute;
	right: 1.5625rem;
	top: 65.875rem;
	z-index: 1;
}

.p-car__img1 img,
.p-car__img2 img,
.p-car__img3 img,
.p-car__img4 img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-car__img1 img {
	aspect-ratio: 619/384;
}

.p-car__img2 img {
	aspect-ratio: 470/297;
}

.p-car__img3 img {
	aspect-ratio: 357/420;
}

.p-car__img4 img {
	aspect-ratio: 333/222;
}

.p-salary-system__heading.u-desktop {
	max-width: 7.125rem;
}

.p-salary-system__wrap {
	align-items: center;
	display: flex;
	gap: 4rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 45.625rem;
	width: 100%;
}

.p-salary-system__subtitle {
	color: #fff;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-salary-system__subtitle::before,
.p-salary-system__subtitle::after {
	background-color: #fff;
	bottom: -0.1875rem;
	content: "";
	height: 2rem;
	position: absolute;
	width: 0.125rem;
}

.p-salary-system__subtitle::before {
	left: -1.625rem;
	rotate: -30deg;
}

.p-salary-system__subtitle::after {
	right: -1.625rem;
	rotate: 30deg;
}

.p-salary-system__wrapper {
	align-items: center;
	display: flex;
	gap: 1.6875rem;
	margin-top: 1.9375rem;
}

.p-salary-system__text {
	background-color: #fff;
	border-radius: 0.625rem;
	color: #9e1c00;
	font-size: 2.5rem;
	font-weight: 700;
	padding: 2.5rem 5rem;
}

.p-salary-system__img {
	width: 3.625rem;
}

.p-salary-system__item {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}

.p-salary-system__average {
	border-top: 1px solid #999;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 1.875rem;
	padding-top: 2rem;
	text-align: center;
}

.p-recruitment-banner {
	background-color: #9d8b5d;
	border-radius: 0.9375rem;
	color: #fff;
	margin: 5.25rem auto 0;
	padding: 2rem 0 2.0625rem;
	position: relative;
	width: 100%;
}

/* 矢印の形状を表現 */

.p-recruitment-banner::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #9d8b5d;
	bottom: -1.125rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	content: "";
	height: 3.125rem;
	left: 45%;
	position: absolute;
	transform: translateX(-50%);
	transform: rotate(45deg);
	width: 3.125rem;
}

/* タイトルのスタイリング */

.p-recruitment-banner__title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

/* 説明文のスタイリング */

.p-recruitment-banner__description {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.75rem;
	text-align: center;
}

.p-voice__list {
	grid-column-gap: 1.3125rem;
	-moz-column-gap: 1.3125rem;
	grid-row-gap: 1.3125rem;
	column-gap: 1.3125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3rem;
	row-gap: 1.3125rem;
}

.p-voice__item {
	background: #fff;
	border: 0.0625rem solid #ddd;
	border-radius: 0.625rem;
	max-width: 24.125rem;
	padding: 3.8125rem 2rem 4.375rem;
}

.p-voice__content {
	display: flex;
	flex-direction: column;
}

.p-voice__text {
	font-size: clamp(0.75rem, 0.028rem + 1.5vw, 1.25rem);
	font-weight: 500;
	line-height: 1.6;
}

.p-voice__info {
	color: #9e1c00;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 4.375rem;
	padding-left: 3.25rem;
	position: relative;
}

.p-voice__info::before {
	background: url(../images/icon.svg) no-repeat center center/cover;
	content: "";
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.p-faq-list {
	margin-top: 4rem;
}

.p-faq-list__item {
	background-color: #f7f7f7;
}

.p-faq-list__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-faq-list__item-question {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 2rem 2rem 1.5rem;
	position: relative;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	background: #9e1c00;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 2.0625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.5625rem;
}

.p-faq-list__item-question::after {
	transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
	transform: rotate(0deg);
}

.p-faq-list__item-question span {
	align-items: center;
	align-items: center;
	background-color: #9e1c00;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Jost", serif;
	font-weight: 500;
	height: 2.5rem;
	justify-content: center;
	margin-right: 0.75rem;
	position: relative;
	text-align: center;
	width: 2.5rem;
	z-index: 1;
}

.p-faq-list__item-answer {
	display: none;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 0 2rem 2rem;
}

.p-faq-list__item-answer.is-open {
	display: block;
}

.p-form {
	background-color: #f7f7f7;
}

.p-form__subtitle {
	color: #9d8b5d;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-form__subtitle::before,
.p-form__subtitle::after {
	background-color: #9d8b5d;
	bottom: 0.4375rem;
	content: "";
	height: 2.5rem;
	position: absolute;
	width: 0.1875rem;
}

.p-form__subtitle::before {
	left: -1.875rem;
	transform: rotate(-30deg);
}

.p-form__subtitle::after {
	right: -1.875rem;
	transform: rotate(30deg);
}

.p-form__title {
	color: #9e1c00;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.5rem;
	padding-bottom: 3rem;
	text-align: center;
}

.p-form__inner {
	background-color: #fff;
	margin: 0 auto;
	max-width: 50rem;
	padding: 5rem 0;
	width: 100%;
}

.p-form__wrap {
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	gap: 1.5rem;
	line-height: 1.6;
	margin-top: 0.875rem;
	text-align: center;
}

.p-form__btn {
	margin: 4rem auto 0;
	max-width: 32.5rem;
}

.p-footer {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.1;
	padding: 12.5rem 0 2.5rem;
	text-align: center;
}

.u-fadeUp {
	opacity: 0;
	transform: translateY(250px);
	transition: all 0.5s;
	visibility: hidden;
}

.u-fadeUp.active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-thanks__logo {
	margin: 0 auto;
	max-width: 12.5rem;
	width: 100%;
}

.p-thanks {
	margin-top: 12.5rem;
}

.p-thanks__title {
	color: #9e1c00;
	font-size: 2.5rem;
	font-weight: bold;
	margin-top: 1.25rem;
	text-align: center;
}

.p-thanks__text {
	margin-top: 1.25rem;
	text-align: center;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

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

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.inner {
	max-width: 31.25rem;
}

.inner-n {
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.c-section-title {
	font-size: 2.5rem;
	line-height: 1;
}

.c-campaign__btn {
	margin: 2.9375rem auto 0;
	max-width: 16.875rem;
}

.c-work-place__btn {
	margin: 2.9375rem auto 0;
	max-width: 16.875rem;
}

.c-btn {
	box-shadow: 0 3px 0 #171612;
	font-size: 1.125rem;
	padding: 1.5rem 0;
}

.c-work-place__btn {
	margin: 2.5rem auto 0;
}

.c-job-table {
	margin: 2.625rem auto 0;
}

.c-job-table__row {
	display: block;
	padding-bottom: 1rem;
}

.c-job-table__row:not(:first-child) {
	padding-top: 1rem;
}

.c-job-table__description {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 0.5625rem;
}

.c-job-table__description ul {
	gap: 0.625rem;
}

.c-job-table__description-text {
	padding-left: 1.25rem;
	text-indent: -0.875rem;
}

.l-about {
	padding: 8.125rem 0 4rem;
}

.l-about::before {
	aspect-ratio: 375/250;
	background: url(../images/bg-sp01.png) no-repeat center/cover;
	top: -0.7%;
}

.l-about__campaign {
	margin-top: 2.9375rem;
}

.l-work-place {
	padding: 3rem 0;
}

.l-royal-group {
	margin-top: 5rem;
	padding-bottom: 5.3125rem;
}

.l-campaign__middle {
	padding: 4rem 0;
}

.l-campaign .l-campaign__middle::after {
	display: none;
}

.l-campaign__later {
	padding: 4rem 0 5.4375rem;
}

.l-car {
	padding: 8.125rem 0 18.5rem;
}

.l-car::after {
	aspect-ratio: 375/300;
	background: url(../images/bg-sp03.png) no-repeat center/cover;
	bottom: 90.4%;
	content: "";
	position: absolute;
	width: 100%;
}

.l-salary-system {
	padding: 10.125rem 0 23.125rem;
}

.l-salary-system__inner {
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.l-voice {
	padding: 6rem 0 0;
}

.l-voice::after {
	aspect-ratio: 375/300;
	background: url(../images/bg-sp04.png) no-repeat center/cover;
	top: -23.6%;
}

.l-qa {
	padding: 4.5rem 0 5rem;
}

.l-qa__inner {
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.l-job-details {
	padding: 4.75rem 0 4rem;
}

.p-header.is-scrolled {
	height: 4rem;
}

.p-header__content {
	padding: 0.75rem;
}

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

.p-header__nav {
	display: none;
	height: 4rem;
}

.p-header__nav-item.p-header__nav-item--contact--m {
	display: block;
}

.p-header__nav-item.p-header__nav-item--contact--m a {
	background-color: #9e1c00;
	border-radius: 56.25rem;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	height: initial;
	line-height: 1.1;
	padding: 0.75rem 1.5rem;
}

.inner.p-mv__content {
	left: -1.25rem;
	right: auto;
	right: initial;
	top: 100.7%;
	width: 100%;
}

.p-mv__title {
	font-size: 2.875rem;
	letter-spacing: -0.03125rem;
	max-width: 31.25rem;
	text-align: left;
}

.p-mv__title-text {
	box-shadow: 0.5rem 0.5rem #631403;
}

.p-about-subtitle {
	font-size: 1.125rem;
	line-height: 1.4;
}

.p-about-title {
	margin-top: 1.0625rem;
	max-width: 20.3125rem;
}

.p-about-title span {
	font-size: 2.375rem;
	line-height: 1;
}

.p-about-text {
	font-size: 1.125rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.p-about__img-wrap {
	margin: 2.8125rem 0;
	position: static;
	position: initial;
}

.p-about__img-wrap--m {
	margin: 2.8125rem 0;
}

.p-about__img-flex {
	display: flex;
	gap: 1.0625rem;
	margin-top: 1.25rem;
}

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

.p-about__img1 {
	margin-left: auto;
	max-width: 19.5625rem;
	width: 100%;
}

.p-about__img2 {
	margin-left: auto;
	margin-top: 0.8125rem;
	max-width: 19.5625rem;
	width: 100%;
}

.p-about__img3 {
	margin-left: auto;
	max-width: 19.5625rem;
	width: 100%;
}

.p-about__img1 img {
	aspect-ratio: 313/209;
	margin-left: auto;
	max-width: 19.5625rem;
}

.p-about__img2 img {
	aspect-ratio: 158/226;
	margin-left: auto;
	max-width: 19.5625rem;
}

.p-about__img3 img {
	aspect-ratio: 145/206;
	margin-left: auto;
	max-width: 19.5625rem;
}

.p-about__img:nth-of-type(2) {
	max-width: 9.875rem;
	position: static;
	position: initial;
}

.p-about__img:nth-of-type(3) {
	max-width: 9.0625rem;
	position: static;
	position: initial;
}

.p-campaign__annotation {
	font-size: 0.875rem;
	line-height: 1.4;
	margin-top: -2.375rem;
}

.p-campaign__img-middle {
	margin-top: -26.6875rem;
}

.p-campaign__bg ::after {
	aspect-ratio: 375/300;
	background: url(../images/bg-sp02.png) no-repeat center/cover;
	top: 112.8%;
}

.p-campaign__img-b img {
	aspect-ratio: 225/300;
}

.p-campaign__bg-content img {
	aspect-ratio: 150/150;
}

.p-work-place__section-subtitle-sp {
	color: #9e1c00;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
}

.p-work-place__section-subtitle-sp span {
	display: block;
}

.p-work-place__list {
	margin-top: 4rem;
}

.p-work-place__item {
	display: inline;
	display: initial;
}

.p-work-place__item:nth-of-type(1) {
	flex-direction: row-reverse;
}

.p-work-place__item:nth-of-type(2) .p-work-place__content {
	margin-top: 6.4375rem;
}

.p-work-place__item:nth-of-type(3) .p-work-place__content {
	margin-left: 0;
	margin-top: 6.625rem;
}

.p-work-place__head {
	max-width: 7.625rem;
}

.p-work-place__content {
	margin-top: 8rem;
	width: 100%;
}

.p-work-place__subtitle {
	display: flex;
	font-size: 1rem;
	justify-content: space-between;
	line-height: 1.4;
}

.p-work-place__subtitle img {
	margin-top: -4rem;
	max-width: 7.625rem;
}

.p-work-place__title {
	display: flex;
	font-size: 2.375rem;
	justify-content: space-between;
	margin-top: 1.25rem;
	margin-top: -2.75rem;
}

.p-work-place__title img {
	max-width: 7.625rem;
}

.p-work-place__item:nth-of-type(2) .p-work-place__title img {
	margin-top: -3.5rem;
}

.p-work-place__item:nth-of-type(3) .p-work-place__title img {
	margin-top: -3.5rem;
	position: absolute;
	right: 0;
}

.p-work-place__text {
	font-size: 1rem;
}

.p-work-place__sublist {
	gap: 0.625rem;
	margin-top: 1.5rem;
}

.p-work-place__sublist li {
	max-width: none;
	max-width: initial;
}

.p-work-place__content-img {
	margin-top: 1.5rem;
}

.p-problem__content {
	border-radius: 0.625rem;
	padding: 1.25rem 0 2rem 1.25rem;
}

.p-problem__title {
	text-align: left;
}

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

.p-problem__heading {
	font-size: 2.375rem;
	letter-spacing: 0.0625rem;
	line-height: 1.2;
	margin-top: 0.25rem;
}

.p-problem__heading span {
	display: inline-block;
	line-height: 1.2;
	padding: 0 0.25rem;
}

.p-problem__img {
	margin-top: 0.75rem;
}

.p-problem__annotation {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1.5rem;
	padding-right: 1.25rem;
	text-align: left;
}

.p-royal-group__title {
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
}

.p-royal-group__title::before,
.p-royal-group__title::after {
	bottom: -0.1875rem;
}

.p-royal-group__title::before {
	left: -1.5625rem;
}

.p-royal-group__title::after {
	right: -1.5625rem;
}

.p-royal-group__features {
	-moz-column-gap: normal;
	-moz-column-gap: initial;
	column-gap: normal;
	column-gap: initial;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.375rem;
	row-gap: 0.5rem;
}

.p-royal-group__feature-content {
	align-items: center;
	display: flex;
	padding: 0.5rem;
}

.p-royal-group__feature-icon {
	max-width: 8.75rem;
	padding: 1.4375rem 0;
}

.p-royal-group__feature-description {
	font-size: 1.125rem;
	margin-top: 0;
	padding-left: 0.75rem;
	text-align: left;
}

.p-royal-group__feature-note {
	padding-left: 0;
}

.p-royal-group__feature-note.u-mobile {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1rem;
}

.p-royal-group__locations {
	margin-top: 2.25rem;
	padding: 1.25rem 1.5rem;
}

.p-royal-group__locations-title {
	font-size: 1.125rem;
	line-height: 1.6;
}

.p-royal-group__locations-list {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	flex-wrap: wrap;
	justify-content: initial;
	margin-top: 1rem;
	row-gap: 0.5rem;
}

.p-royal-group__locations-item {
	font-size: 1rem;
	letter-spacing: -0.01875rem;
	padding: 0.5rem 0.625rem;
}

.p-car__wrap {
	display: block;
	gap: 2rem;
}

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

.p-car__section-subtitle {
	margin-top: -2.1875rem;
	max-width: none;
	max-width: initial;
}

.p-car__section-subtitle span {
	color: #9e1c00;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.p-car__section-subtitle span:nth-of-type(2) {
	display: block;
	font-size: 6rem;
	margin-top: -2.1875rem;
	text-align: right;
}

.p-car__section-subtitle-text {
	font-size: 2rem;
}

.p-car__section-text {
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1.4375rem;
}

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

.p-car__img1 {
	left: calc(50% + 16px);
	max-width: 8.6875rem;
	right: auto;
	right: initial;
	top: 33.625rem;
}

.p-car__img2 {
	left: auto;
	left: initial;
	max-width: 10.75rem;
	right: calc(50% - 3px);
	top: 35.1875rem;
}

.p-car__img3 {
	left: auto;
	left: initial;
	max-width: 8.8125rem;
	right: calc(50% + 16px);
	top: 43.125rem;
}

.p-car__img4 {
	left: calc(50% - 3px);
	max-width: 10.625rem;
	right: auto;
	right: initial;
	top: 47.3125rem;
}

.p-car__img1 img {
	aspect-ratio: 139/207;
}

.p-car__img2 img {
	aspect-ratio: 172/115;
}

.p-car__img3 img {
	aspect-ratio: 141/165;
}

.p-car__img4 img {
	aspect-ratio: 170/119;
}

.p-salary-system__heading.u-desktop {
	display: none;
}

.p-salary-system__heading.u-mobile {
	border-bottom: 1px solid #9d8b5d;
	border-top: 1px solid #9d8b5d;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.5rem 0;
	text-align: center;
}

.p-salary-system__wrap {
	display: block;
}

.p-salary-system__subtitle {
	font-size: 1.5rem;
	line-height: 1;
	margin: 2rem auto 0;
}

.p-salary-system__subtitle::before,
.p-salary-system__subtitle::after {
	bottom: -0.0625rem;
	height: 1.25rem;
	width: 0.0625rem;
}

.p-salary-system__subtitle::before {
	left: -0.875rem;
}

.p-salary-system__subtitle::after {
	right: -0.875rem;
}

.p-salary-system__wrapper {
	gap: 1.0625rem;
	margin: 1.25rem auto 0;
	max-width: 19.5rem;
	width: 100%;
}

.p-salary-system__text {
	border-radius: 0.3125rem;
	font-size: 1.75rem;
	padding: 1.5rem 2rem;
}

.p-salary-system__img {
	width: 1.875rem;
}

.p-salary-system__item {
	font-size: 1.25rem;
}

.p-salary-system__average {
	font-size: 1.125rem;
	margin-top: 1rem;
	padding-top: 1rem;
}

.p-recruitment-banner {
	border-radius: 0.3125rem;
	margin: 5.0625rem auto 3.5rem;
	padding: 1.5rem 1.25rem;
}

.p-recruitment-banner::after {
	height: 2.1875rem;
	left: 41%;
	width: 2.1875rem;
}

.p-recruitment-banner__title {
	font-size: 1.75rem;
	text-align: left;
}

.p-recruitment-banner__description {
	font-size: 1rem;
	margin-top: 0.75rem;
	text-align: left;
}

.p-voice__list {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2rem;
	row-gap: 0.75rem;
}

.p-voice__item {
	border-radius: 0.3125rem;
	max-width: none;
	max-width: initial;
	padding: 1.25rem 1.25rem 1.75rem;
	width: 100%;
}

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

.p-voice__info {
	margin-top: 1.3125rem;
	padding-left: 3.1875rem;
}

.p-faq-list {
	margin-top: 2.625rem;
}

.p-faq-list__item:not(:first-child) {
	margin-top: 0.9375rem;
}

.p-faq-list__item-question {
	align-items: flex-start;
	font-size: 1.125rem;
	padding: 1.25rem 4.375rem 1.0625rem 1.25rem;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	right: 1.25rem;
	width: 1.625rem;
}

.p-faq-list__item-question span {
	flex-shrink: 0;
	height: 2rem;
	margin-right: 0.5rem;
	width: 2rem;
}

.p-faq-list__item-answer {
	font-size: 0.875rem;
	padding: 0 1.25rem 1.125rem;
}

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

.p-form__subtitle::before,
.p-form__subtitle::after {
	bottom: 0;
	height: 1.375rem;
	width: 0.125rem;
}

.p-form__subtitle::before {
	left: -1rem;
}

.p-form__subtitle::after {
	right: -1rem;
}

.p-form__title {
	font-size: 2rem;
	margin-top: 0.75rem;
	padding-bottom: 1rem;
}

.p-form__inner {
	max-width: 31.25rem;
	padding: 3rem 0;
	width: 90%;
}

.p-form__wrap {
	font-size: 0.875rem;
	gap: 1rem;
	margin-top: 1.375rem;
}

.p-form__btn {
	margin: 2.375rem auto 0;
	max-width: 17.25rem;
}

.p-footer {
	padding: 7.5rem 0 2.5rem;
}

.p-thanks__logo {
	max-width: 9.375rem;
}

.p-thanks__title {
	font-size: 1.875rem;
}

.p-thanks__text {
	font-size: 0.9375rem;
	text-align: left;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
