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

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

*,
*::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;
}

/* Set core body defaults */

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

.l-about {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.l-access {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.l-ceo {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.l-company {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.l-contact-confirm {
	background: #fff;
	padding: 3.75rem 0;
}

.l-contact-thanks {
	padding: 3.75rem 0;
}

.l-contact {
	padding: 3.75rem 0;
}

.l-faq {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-header {
	bottom: 0;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-history {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-loading {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.l-lp-header {
	bottom: 0;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-lp-recruit {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-news {
	padding: 2.5rem 0;
}

.l-number {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-page-contact {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.l-page-service {
	margin-top: 2.5rem;
}

.l-paginavi {
	margin-top: 2.5rem;
}

.l-reason {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.l-recruit-info {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.l-recruit {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-service {
	padding: 3.75rem 0;
}

.l-ses-image {
	padding-bottom: 2rem;
	padding-top: 5rem;
}

.l-single-body {
	margin-top: 2.5rem;
}

.l-story {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-support {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.l-service {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.c-breadcrumb {
	background-color: #ccc;
	font-size: 0.6875rem;
	padding: 0.3125rem 0;
}

.c-button {
	background: linear-gradient(172deg, #556684 0%, #556684 49.9%, #344161 50.1%, #344161 100%);
	border-radius: 0.75rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 18.75rem;
	padding: 1rem 0;
	position: relative;
	text-align: center;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.c-button span {
	padding-right: 1.5rem;
	position: relative;
}

.c-button span::after {
	background-image: url(../images/common/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s background-color;
	width: 1.125rem;
}

.c-button:hover {
	opacity: 0.8;
}

.c-button.c-button--softKhaki {
	background: linear-gradient(172deg, #d6c794 0%, #d6c794 50%, #9f9571 50%, #9f9571 100%);
	border-radius: 0.75rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 18.75rem;
	padding: 1rem 0;
	position: relative;
	text-align: center;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.c-button.c-button--softKhaki span {
	padding-right: 1.5rem;
	position: relative;
}

.c-button.c-button--softKhaki span::after {
	background-image: url(../images/common/arrow-beige.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s background-color;
	width: 1.125rem;
}

.c-button.c-button--softKhaki:hover {
	opacity: 0.8;
}

.section__button {
	margin-top: 1.25rem;
}

.c-small-button {
	background: linear-gradient(163deg, #556684 0%, #556684 50%, #344161 50%, #344161 100%);
	border-radius: 0.75rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 12.5rem;
	padding: 0.625rem 0;
	position: relative;
	text-align: center;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.c-small-button span {
	padding-right: 2.5rem;
	position: relative;
}

.c-small-button span::after {
	background-image: url(../images/common/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.375rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s background-color;
	width: 1.375rem;
}

.c-small-button:hover {
	opacity: 0.8;
}

.c-small-button.c-small-button--softKhaki {
	background: linear-gradient(163deg, #d6c794 0%, #d6c794 50%, #9f9571 50%, #9f9571 100%);
	border-radius: 0.75rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 6.25rem;
	padding: 0.625rem 0;
	position: relative;
	text-align: center;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.c-small-button.c-small-button--softKhaki span {
	padding-right: 3.125rem;
	position: relative;
}

.c-small-button.c-small-button--softKhaki span::after {
	background-image: url(../images/common/arrow-beige.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.375rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s background-color;
	width: 1.375rem;
}

.c-small-button.c-small-button--softKhaki:hover {
	background: linear-gradient(172deg, #9f9571 0%, #9f9571 50%, #d6c794 50%, #d6c794 100%);
}

.c-hamburger {
	height: 1.875rem;
	position: relative;
	width: 1.875rem;
	z-index: 100;
}

.c-hamburger span {
	background-color: #fff;
	height: 0.125rem;
	position: absolute;
	transition: 0.3s;
	width: inherit;
}

.c-hamburger span:nth-child(1) {
	top: 15%;
}

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

.c-hamburger span:nth-child(3) {
	top: 85%;
}

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

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

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

.c-mv-btn {
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
	font-family: "lora", sans-serif;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.3125rem 4.375rem;
}

.c-section-header,
.c-section-header--white {
	color: #333;
	text-align: center;
}

.c-section-header__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.4375;
	text-transform: capitalize;
}

.c-section-header__eng-title {
	font-family: "lora", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2333333333;
	text-transform: capitalize;
}

.c-section-header__ja-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.c-section-header--white {
	color: #fff;
}

.c-section-header__subpage {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-section-title__en {
	color: #d4c185;
	font-family: "lora", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2333333333;
	text-transform: capitalize;
}

.c-section-title__jp {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2333333333;
	text-transform: capitalize;
}

.c-section-title__en--white {
	color: #fff;
}

.c-section-title__jp--white {
	color: #fff;
}

.c-section-title__en--center {
	text-align: center;
}

.c-section-title__jp--center {
	text-align: center;
}

.c-section-title__en--left {
	text-align: left;
}

.c-section-title__jp--left {
	text-align: left;
}

.c-tab {
	background: #fff;
	border: 1px solid #556684;
	color: #556684;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 18.75rem;
	padding: 1rem 0;
	position: relative;
	text-align: center;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
}

.c-tab:hover {
	opacity: 0.8;
}

.c-tab.is-active {
	background: #3e4b66;
	color: #fff;
}

.c-to-top {
	border: 1px solid;
	border-radius: 50%;
	bottom: 0.625rem;
	overflow: hidden;
	position: fixed;
	right: 0.625rem;
}

.c-to-top a {
	background-color: #fff;
	display: block;
	height: 3.125rem;
	position: relative;
	width: 3.125rem;
}

.c-to-top a span {
	background-color: transparent;
	border-right: 2px solid;
	border-top: 2px solid;
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
	width: 1.25rem;
}

.p-about {
	background-color: #f8f8f8;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-about__content {
	margin-top: 2.5rem;
}

.p-about__text-block {
	text-align: center;
}

.p-about__text {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-about__text-block:not(:first-child) {
	margin-top: 1.25rem;
}

.p-about__button {
	margin-top: 2.5rem;
	text-align: center;
}

.js-fadein {
	opacity: 0;
	transform: translateY(60px);
}

.p-access {
	color: #fff;
	position: relative;
}

.p-access::after {
	background-image: url(./../images/common/access-bg_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-access__title-wrap {
	align-items: center;
	display: flex;
	justify-content: left;
}

.p-access__heading {
	margin-bottom: 2.5rem;
	text-align: left;
}

.p-access__text-body {
	text-align: left;
}

.p-access__lead {
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.p-access__line {
	display: none;
}

.p-access__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.p-access__item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-access__text {
	flex: 1;
}

.p-access__number {
	color: #d6c794;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.p-access__title {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.p-access__address {
	font-size: 0.9rem;
	line-height: 1.7;
}

.p-access__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
}

.p-access__map {
	max-width: 37.5rem;
	width: 100%;
}

.p-access__map iframe {
	aspect-ratio: 500/244;
	height: 100%;
	width: 100%;
}

.p-access__station {
	font-size: 0.9rem;
	line-height: 1.7;
}

.p-breadcrumbs {
	background-color: #f5f5f5;
}

.p-breadcrumbs__inner span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	z-index: 2;
}

.p-breadcrumbs__items {
	display: flex;
}

.p-breadcrumbs__item + .p-breadcrumbs__item {
	margin-left: 0.4375rem;
}

.p-breadcrumbs__item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
	padding-top: 0.5rem;
	z-index: 2;
}

.p-breadcrumbs__item.p-breadcrumbs__item--white {
	color: #fff;
}

.p-ceo {
	background: linear-gradient(to bottom, #cec298, #aba078);
}

.p-ceo__inner {
	max-width: 50rem;
	width: 100%;
}

.p-ceo__wrapper {
	background: #fff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p-ceo__content {
	padding: 1.25rem 0.625rem;
	text-align: center;
}

.p-ceo__image img {
	aspect-ratio: 312/390;
	border-radius: 4px;
	height: auto;
	width: 100%;
}

.p-ceo__name {
	font-size: 0.95rem;
	margin-top: 12px;
}

.p-ceo__message {
	font-size: 0.95rem;
	line-height: 1.7;
}

.p-ceo__message-inner {
	padding: 1.25rem 0.625rem;
}

.p-ceo__lead {
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
	margin-bottom: 16px;
}

.p-ceo__text {
	letter-spacing: 0.08em;
	margin-bottom: 1rem;
}

.p-company {
	background: #d2c492;
}

.p-company__inner {
	margin: 0 auto;
	max-width: 50rem;
	width: 100%;
}

.p-company__box {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 2.5rem 1.5rem;
}

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

.p-company__item {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	padding: 1rem 0;
}

.p-company__item dt {
	font-size: 0.9375rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.p-company__item dd {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
}

.p-company__item dd a {
	align-items: center;
	display: flex;
}

.p-contact-confirm__form {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	padding: 2rem 1.25rem;
}

.p-contact-confirm__title {
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
	text-align: center;
}

.p-contact-confirm__desc {
	color: #555;
	font-size: 1rem;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-contact-confirm__form {
	background: #fdfdfd;
	border: 1px solid #e0e0e0;
	border-radius: 0.625rem;
	padding: 1.875rem;
}

.p-contact-confirm__row {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
}

.p-contact-confirm__label {
	color: #333;
	font-size: 0.9375rem;
	font-weight: bold;
	margin-bottom: 0.375rem;
}

.p-contact-confirm__value {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1rem;
	padding: 0.75rem;
}

.p-contact-confirm__submit-wrap {
	width: 100%;
}

.p-contact-confirm__submit {
	width: 100%;
}

.p-contact-confirm__submit input {
	-webkit-text-decoration: none;
	background-color: #d4c185;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 10px;
	padding: 1.5625rem;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

.wpcf7-form-control.wpcf7-previous {
	display: block !important;
}

.wpcf7-spinner {
	background-color: #23282d;
	border: none;
	border-radius: 100%;
	display: none;
	height: 24px;
	opacity: 0.75;
	padding: 0;
	position: relative;
	visibility: hidden;
	width: 24px;
}

.p-contact-thanks__title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-contact-thanks__complete-text-wrap {
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact-thanks__complete-text {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

.p-contact-thanks__top-btn-wrap {
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
}

.p-contact-thanks__top-btn {
	background-color: #556684;
	border: 0.125rem solid #556684;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	line-height: 1;
	max-width: 18.75rem;
	padding: 1.25rem 0;
	position: relative;
	transition: all 0.3s ease;
	width: 100%;
}

.p-contact-thanks__top-btn:hover {
	background-color: #fff;
	color: #556684;
}

.p-contact {
	background: linear-gradient(to bottom, #ece8dc, #dcd4be);
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 50rem;
	width: 100%;
}

.p-contact__title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-contact__tab {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-bottom: 2rem;
}

.p-contact__form {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	padding: 2rem 1.25rem;
}

.p-contact__legend {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-contact__field {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

.p-contact__field label {
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.p-contact__required {
	background-color: #e94b35;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 0.8125rem;
	margin-left: 0.25rem;
	padding: 0.125rem 0.25rem;
}

.p-contact__field input,
.p-contact__field select {
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 1rem;
	padding: 0.5rem;
	width: 100%;
}

.p-contact__field.p-contact__field--column {
	align-items: flex-start;
	flex-direction: column;
}

.p-contact__field--textarea {
	flex-direction: column;
}

.p-contact__field--textarea textarea {
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 1rem;
	height: 7.5rem;
	padding: 0.5rem;
	width: 100%;
}

.p-contact__birth {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	width: 100%;
}

.p-contact__check {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.p-contact__form-privacy {
	margin-top: 1.5rem;
}

.p-contact__form-privacy input {
	display: none;
}

.p-contact__form-privacy input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0 0 0 2.5rem;
	position: relative;
}

.p-contact__form-privacy input + span::before {
	background: #fff;
	border: 1px solid #ccc;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.6875rem;
	width: 1.25rem;
}

.p-contact__form-privacy input + span::after {
	border-bottom: 0.1875rem solid #333;
	border-left: 0.1875rem solid #333;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.75rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.p-contact__form-privacy input + span a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-contact__form-privacy input:checked + span::after {
	opacity: 1;
}

.p-contact__form-announcement {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.p-contact__form-announcement a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-contact__form.is-active {
	animation: fade 0.3s;
	display: block;
}

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

.p-contact__submit input {
	-webkit-text-decoration: none;
	background-color: #d4c185;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	max-width: 18.75rem;
	padding: 1.5625rem 1.875rem;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

.p-contact__submit input:hover,
.p-contact__submit input:focus {
	outline: none;
}

.p-contact__submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
}

.p-contact__privacy-text {
	margin-top: 0.75rem;
	width: 100%;
}

.p-contact__note {
	display: block;
	margin-top: 4px; /* 入力欄との余白 */
}

.p-faq-list__item {
	background-color: #fff;
	box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.p-faq-list__item + .p-faq-list__item {
	margin-top: 1.25rem;
}

.p-faq-list__item-question {
	cursor: pointer;
	font-size: 0.9375rem;
	padding: 0.75rem 2.5rem 0.75rem 3rem;
	position: relative;
	text-indent: -1.25rem;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	background: #344161;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 1.25rem;
	top: 1.3125rem;
	transition: 0.3s;
	width: 1.125rem;
}

.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 {
	color: #344161;
	display: inline-block;
	margin-right: 1.25rem;
}

.p-faq-list__item-answer {
	display: none;
	font-size: 0.9375rem;
	padding: 0.9375rem 1.875rem 0.9375rem 3rem;
	text-indent: -1.25rem;
}

.p-faq-list__item-answer span {
	color: #e94b35;
	display: inline-block;
	margin-right: 1.25rem;
}

.p-faq {
	background: #f2f2f2;
	height: 100%;
	width: 100%;
}

.p-faq__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.p-faq__lead {
	font-size: 1rem;
	text-align: center;
}

.p-faq__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.p-footer-nav__items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.p-footer-nav__item a {
	color: #fff;
	font-family: "lora", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.25;
}

.p-footer {
	background-color: #f8f8f8;
	color: #333;
	font-size: 0.875rem;
	padding: 2.5rem 1rem 1.5rem;
}

.p-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

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

.p-footer__logo img {
	height: auto;
	max-width: 11.25rem;
	width: 100%;
}

.p-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-footer__block {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-footer__block-title {
	font-weight: bold;
}

.p-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-footer__item a {
	display: block;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.5rem 0.625rem;
	position: relative;
}

.p-footer__sns {
	display: flex;
	gap: 0.75rem;
	list-style: none;
	margin-top: 0.5rem;
	padding: 0;
}

.p-footer__sns img {
	height: 2.25rem;
	width: 2.25rem;
}

.p-footer__bottom {
	align-items: center;
	border-top: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 2rem;
	padding-top: 1rem;
}

.p-footer__privacy {
	-webkit-text-decoration: none;
	color: #333;
	font-size: 0.75rem;
	text-decoration: none;
}

.p-header {
	background-color: #fff;
	height: 3.125rem;
}

.p-header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.625rem;
}

.p-header__logo {
	height: inherit;
	max-width: 9.375rem;
	width: 100%;
	z-index: 999;
}

.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 {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
	position: relative;
}

.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;
	color: #333;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 0.9375rem;
	text-transform: capitalize;
}

.p-header__nav-item span::after {
	background: #344161;
	bottom: 10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	width: 100%;
}

.p-header__nav-item span:hover::after {
	transform: scale(1, 1);
}

.p-header__nav-item.p-header__nav-item--contact a {
	background: linear-gradient(167deg, #556684 0%, #556684 50%, #344161 50%, #344161 100%);
	border-radius: 0.75rem;
	color: #fff;
	height: auto;
	height: initial;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.p-header__nav-item.p-header__nav-item--contact a::after {
	background-image: url(../images/common/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.625rem;
	width: 0.6875rem;
}

.p-header__nav-item.p-header__nav-item--contact a:hover {
	opacity: 0.8;
}

.p-header__hamburger {
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.p-header__hamburger.is-open {
	background-color: transparent;
}

.p-header__hamburger span {
	background-color: #333;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.25rem;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	background: #f8f8f8;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 5rem 0;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

.p-header__drawer-item.p-header__drawer-item--contact {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-header__drawer-item a {
	color: #333;
	display: block;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem;
	text-transform: capitalize;
}

.p-header__drawer-item.p-header__drawer-item--contact a {
	color: #fff;
}

.p-header__drawer-sns {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.875rem;
}

p.p-header__drawer-sns-title {
	color: #333;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.p-header__drawer-sns-list {
	display: flex;
	gap: 12px;
	list-style: none;
	margin-top: 8px;
	padding: 0;
}

.p-header__drawer-sns-list li {
	height: 2.25rem;
	width: 2.25rem;
}

.p-header__drawer-sns-list li img {
	height: 100%;
	width: 100%;
}

.p-history {
	background: url(../images/common/history_bg_sp.webp) no-repeat center center/cover;
	height: 100%;
	width: 100%;
}

.p-history__wrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-history__content {
	width: 100%;
}

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

.p-history__label {
	color: #d6c794;
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.p-history__heading {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5555555556;
	margin-bottom: 0.5rem;
}

.p-history__text {
	color: #333;
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	margin-top: 0.625rem;
}

.p-history__text strong {
	font-size: 1.25rem;
	font-weight: bold;
}

.p-history__image img {
	border-radius: 0.25rem;
	height: auto;
	width: 100%;
}

.p-loading {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 100vh;
	justify-content: center;
	width: 100%;
}

.p-loading__img {
	align-items: center;
	animation: loading 1.5s forwards ease-in-out;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	margin: auto;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(3.75rem);
	width: 18.75rem;
}

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

.p-lp-header {
	background-color: rgba(255, 255, 255, 0.5);
	height: 3.125rem;
}

.p-lp-header.headerColorScroll {
	background-color: #fff;
	transition: background-color 0.3s ease-out;
}

.p-lp-header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.625rem;
}

.p-lp-header__logo {
	height: inherit;
	max-width: 9.375rem;
	width: 100%;
	z-index: 999;
}

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

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

.p-lp-header__nav {
	display: none;
	height: inherit;
}

.p-lp-header__nav-list {
	display: flex;
	height: inherit;
}

.p-lp-header__nav-item {
	height: inherit;
	position: relative;
}

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

.p-lp-header__nav-item a {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 0.9375rem;
	text-transform: capitalize;
}

.p-lp-header__nav-item span::after {
	background: #344161;
	bottom: 10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	width: 100%;
}

.p-lp-header__nav-item span:hover::after {
	transform: scale(1, 1);
}

.p-lp-header__nav-item.p-lp-header__nav-item--contact a {
	background: linear-gradient(167deg, #556684 0%, #556684 50%, #344161 50%, #344161 100%);
	border-radius: 0.75rem;
	color: #fff;
	height: auto;
	height: initial;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.p-lp-header__nav-item.p-lp-header__nav-item--contact a::after {
	background-image: url(../images/common/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.625rem;
	width: 0.6875rem;
}

.p-lp-header__nav-item.p-lp-header__nav-item--contact a:hover {
	opacity: 0.8;
}

.p-lp-header__hamburger {
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.p-lp-header__hamburger.is-open {
	background-color: transparent;
}

.p-lp-header__hamburger span {
	background-color: #333;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.25rem;
}

.p-lp-header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.p-lp-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-lp-header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.p-lp-header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.p-lp-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-lp-header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-lp-header__drawer {
	background: #f8f8f8;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 5rem 0;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.p-lp-header__drawer::-webkit-scrollbar {
	display: none;
}

.p-lp-header__drawer-item.p-lp-header__drawer-item--contact {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-lp-header__drawer-item a {
	color: #333;
	display: block;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem;
	text-transform: capitalize;
}

.p-lp-header__drawer-item.p-lp-header__drawer-item--contact a {
	color: #fff;
}

.p-lp-header__drawer-sns {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.875rem;
}

p.p-lp-header__drawer-sns-title {
	color: #333;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.p-lp-header__drawer-sns-list {
	display: flex;
	gap: 12px;
	list-style: none;
	margin-top: 8px;
	padding: 0;
}

.p-lp-header__drawer-sns-list li {
	height: 2.25rem;
	width: 2.25rem;
}

.p-lp-header__drawer-sns-list li img {
	height: 100%;
	width: 100%;
}

.p-lp-recruit {
	background: url(../images/common/recruit_bg_01.webp) no-repeat center center/cover;
	height: 31.25rem;
	width: 100%;
}

.p-lp-recruit__title-wrap {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.5);
	padding: 2.5rem;
}

.p-lp-recruit__lead {
	color: #333;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: center;
}

.p-lp-recruit__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.p-lp-recruit__btn-list {
	margin-top: 1.25rem;
}

.p-lp-recruit__btn-item {
	margin: auto;
	max-width: 18.75rem;
	width: 100%;
}

.p-lp-recruit__btn-item + .p-lp-recruit__btn-item {
	margin-top: 1rem;
}

.p-lp-recruit__btn-text {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.p-lp-recruit__btn-text::before,
.p-lp-recruit__btn-text::after {
	background-color: #fff;
	content: "";
	height: 0.9375rem;
	width: 1px;
}

.p-lp-recruit__btn-text::before {
	margin-right: 0.5rem;
	transform: rotate(-35deg);
}

.p-lp-recruit__btn-text::after {
	margin-left: 0.5rem;
	transform: rotate(35deg);
}

.p-lp-recruit__btn-wrap {
	margin-top: 0.3125rem;
}

.p-mv {
	height: 100%;
	min-height: 25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-mv__inner {
	height: inherit;
	min-height: inherit;
}

.p-mv__title-wrap {
	color: #333;
	left: 50%;
	padding: 0 0.9375rem;
	position: absolute;
	text-align: left;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
	top: 64%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.p-mv__title {
	font-size: 2.5rem;
	line-height: 1.2;
}

.p-mv__buttons {
	margin-top: 3.125rem;
	text-align: center;
}

.p-mv__buttons-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-mv__buttons-item {
	width: 100%;
}

.p-mv__image picture,
.p-mv__image img {
	height: inherit;
	min-height: inherit;
}

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

.p-mv__image {
	overflow: hidden;
	position: relative;
}

.p-mv__image img {
	display: block;
	height: auto;
	transform-origin: center center;
	width: 100%;
}

/* MVの初期状態 */

.p-mv__title {
	opacity: 0;
	transform: translateY(20px);
}

.p-mv__image img {
	transform: scale(1.1);
}

/* スクロールで出したい要素の初期状態 */

.js-fadein,
.p-service__item {
	opacity: 0;
	transform: translateY(20px);
}

.p-news {
	text-align: center;
}

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

.p-news__text-body {
	margin-left: 0.625rem;
	text-align: left;
}

.p-news__lead {
	color: #333;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.p-news__social {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 3rem;
	margin-top: 1.25rem;
}

.p-news__sns {
	align-items: center;
	border-bottom: 1px solid #d6c794;
	display: flex;
	gap: 0.75rem;
	padding: 0.625rem;
	position: relative;
	width: 100%;
}

.p-news__sns-icon {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-news__sns-icon img {
	height: 4.375rem;
	width: 4.375rem;
}

.p-news__sns-name {
	color: #333;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: left;
}

.p-news__instagram {
	background: #2d375a;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.4);
	padding: 1.25rem;
}

.p-news__instagram-title {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1.875rem;
	text-transform: capitalize;
}

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

.p-news__instagram-item {
	aspect-ratio: 1/1;
	background: #aaa;
	border-radius: 4px;
}

.p-news__instagram-item.is-active {
	box-shadow: 0 0 0 4px rgba(124, 138, 255, 0.3);
	outline: 2px solid #7c8aff;
	outline-offset: -4px;
}

.c-section-title__en--yellow {
	color: #d6c794;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.c-section-title__jp {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.p-number {
	background: linear-gradient(to bottom, #506589 0%, #3e5476 100%);
}

.p-number__wrapper {
	margin-top: 1.875rem;
}

.p-number__row-items {
	width: 100%;
}

.p-number__row-item:nth-child(1) {
	align-items: flex-start;
	background-color: rgba(255, 255, 255, 0.31);
	color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 0.625rem;
	text-align: center;
	width: 100%;
}

.p-number__row-item:nth-child(2) {
	align-items: flex-end;
	background-color: rgba(255, 255, 255, 0.31);
	color: #fff;
	display: flex;
	justify-content: space-around;
	padding: 0.625rem;
	text-align: center;
	width: 100%;
}

.p-number__row-item + .p-number__row-item {
	margin-top: 1.875rem;
}

.p-number__row-item-content {
	width: 50%;
}

.p-number__row-label {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
}

.p-number__row-label-text {
	font-size: 1.5rem;
}

.p-number__count {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-number__count span {
	font-size: 4rem;
}

.p-number__count.p-number__count--watch {
	font-size: 2.5rem;
}

.p-number__count.p-number__count--watch span {
	font-size: 4rem;
}

.p-number__count-number {
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-number__row-item-image {
	margin-top: 4.375rem;
	width: 50%;
}

.p-number__row-item-image.p-number__row-item-image--watch {
	margin-bottom: 40%;
	margin-top: 0;
	width: 50%;
}

.p-number__row-item-image img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-number__row-items.p-number__row-items--second {
	margin-top: 1.875rem;
}

.p-number__row-item.p-number__row-item--second {
	align-items: flex-start;
	background-color: rgba(255, 255, 255, 0.31);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.625rem;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.p-number__row-item-content.p-number__row-item-content--office {
	width: 100%;
}

.p-number__row-label-wrap.p-number__row-label-wrap--office {
	width: 100%;
}

.p-number__row-label-wrap.p-number__row-label-wrap--suits {
	display: flex;
	flex-direction: column;
	justify-content: right;
	width: 100%;
}

.p-number__row-label.p-number__row-label--office,
.p-number__row-label.p-number__row-label--suits {
	font-size: 1.25rem;
}

.p-number__count.p-number__count--office {
	font-size: 2rem;
	text-align: left;
}

.p-number__count.p-number__count--office span,
.p-number__count.p-number__count--suits span {
	font-size: 4rem;
}

.p-number__row-label-wrap.p-number__row-label-wrap--suits {
	text-align: right;
}

.p-number__row-label.p-number__row-label--suits {
	margin-left: auto;
}

.p-number__row-item-image.p-number__row-item-image--office {
	margin-top: 1.25rem;
}

.p-number__row-item-image.p-number__row-item-image--office img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-number__row-item-image.p-number__row-item-image--gender {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.p-number__row-item-image.p-number__row-item-image--gender img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-number__row-item-content.p-number__row-item-content--gender {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0.625rem;
	width: 100%;
}

.p-number__row-label.p-number__row-label--gender {
	font-size: 1.5rem;
}

.p-number__count.p-number__count--gender span {
	font-size: 4rem;
	text-align: center;
}

.p-number__row-item-content.p-number__row-item-content--age {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.p-number__row-label.p-number__row-label--age {
	font-size: 1.5rem;
	text-align: center;
}

.p-number__count.p-number__count--age span {
	font-size: 5rem;
}

.p-number__count.p-number__count--age {
	font-size: 2rem;
	text-align: center;
}

.p-number__row-item-image.p-number__row-item-image--age {
	height: 100%;
	margin-top: 1.875rem;
	width: 100%;
}

.p-number__row-item-image.p-number__row-item-image--age img {
	-o-object-fit: contain;
	aspect-ratio: 2/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-number__row-items.p-number__row-items--third {
	margin-top: 1.875rem;
	width: 100%;
}

.p-number__row-item.p-number__row-item--third.p-number__row-item--third-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.p-number__row-item-image.p-number__row-item-image--remote {
	margin-top: 0;
	width: 50%;
}

.p-number__row-item-image.p-number__row-item-image--remote img {
	-o-object-fit: contain;
	aspect-ratio: 300/200;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-number__row-item-content.p-number__row-item-content--remote {
	padding-top: 35%;
	width: 50%;
}

.p-number__row-label.p-number__row-label--remote {
	font-size: 1.5rem;
	text-align: center;
}

.p-number__count.p-number__count--remote {
	font-size: 2rem;
	text-align: right;
}

.p-number__count.p-number__count--remote span {
	font-size: 4rem;
}

.p-number__row-item-content-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3%;
	justify-content: space-between;
}

.p-number__row-item-content.p-number__row-item-content--humanities,
.p-number__row-item-content.p-number__row-item-content--sciences {
	align-items: center;
	display: flex;
	gap: 3%;
	justify-content: center;
	width: 100%;
}

.p-number__row-item-content.p-number__row-item-content--sciences {
	margin-top: 1.875rem;
}

.p-number__row-label-wrap.p-number__row-label-wrap--humanities,
.p-number__row-label-wrap.p-number__row-label-wrap--sciences {
	display: flex;
	flex-direction: column;
	justify-content: right;
	width: 75%;
}

.p-number__count.p-number__count--humanities,
.p-number__count.p-number__count--sciences {
	font-size: 2rem;
	text-align: left;
}

.p-number__count-number.p-number__count-number--humanities,
.p-number__count-number.p-number__count-number--sciences {
	font-size: 2rem;
	text-align: right;
}

.p-number__count-number.p-number__count-number--humanities span,
.p-number__count-number.p-number__count-number--sciences span {
	font-size: 4rem;
}

.p-number__row-item-image.p-number__row-item-image--humanities {
	margin-top: 0;
	width: 50%;
}

.p-number__row-item-image.p-number__row-item-image--sciences {
	margin-top: 0;
	width: 50%;
}

.p-number__row-item-image.p-number__row-item-image--humanities img,
.p-number__row-item-image.p-number__row-item-image--sciences img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-number__row-items.p-number__row-items--fourth {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
	width: 100%;
}

.p-number__row-item.p-number__row-item--fourth {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.p-number__row-label.p-number__row-label--vacation {
	font-size: 2rem;
	text-align: left;
}

.p-number__row-item-content.p-number__row-item-content--vacation {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 3%;
	justify-content: center;
	width: 100%;
}

.p-number__count.p-number__count--vacation {
	text-align: left;
}

.p-number__row-item-image.p-number__row-item-image--vacation {
	margin-top: 0.625rem;
	width: 100%;
}

.p-number__row-item-image.p-number__row-item-image--vacation img {
	-o-object-fit: contain;
	aspect-ratio: 485/300;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-number__btn {
	margin-top: 2.5rem;
}

.p-number__btn-item {
	margin: auto;
	max-width: 18.75rem;
	width: 100%;
}

.p-number__btn-item + .p-number__btn-item {
	margin-top: 1rem;
}

.p-number__btn-text {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.p-number__btn-text::before,
.p-number__btn-text::after {
	background-color: #fff;
	content: "";
	height: 0.9375rem;
	width: 1px;
}

.p-number__btn-text::before {
	margin-right: 0.5rem;
	transform: rotate(-35deg);
}

.p-number__btn-text::after {
	margin-left: 0.5rem;
	transform: rotate(35deg);
}

.p-number__btn-wrap {
	margin-top: 0.3125rem;
}

.p-page-contact__text {
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-page-contact__content {
	background-color: #F7F7F7;
	margin-top: 1.875rem;
	padding: 1.875rem;
}

.p-privacy-policy {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-privacy-policy__inner {
	position: relative;
}

.p-privacy-policy__inner.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.125rem;
	width: 100%;
}

.p-privacy-policy__contents {
	font-family: "Noto Sans JP", sans-serif;
}

.p-privacy-policy__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4583333333;
}

.p-privacy-policy__contents ol:first-of-type {
	margin-top: 2rem;
}

.p-privacy-policy__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.p-privacy-policy__contents ol {
	list-style: decimal;
}

.p-privacy-policy__contents li {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-left: 0.8125rem;
}

.p-privacy-policy__contents ul {
	list-style: none;
}

.p-privacy-policy__contents ul li ul li {
	list-style: disc;
}

.p-philosophy {
	background: #f8f8f8;
	padding: 3.75rem 1rem;
}

.p-philosophy__wrapper {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.p-philosophy__content {
	width: 100%;
}

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

.p-philosophy__label {
	color: #d6c794;
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.p-philosophy__heading {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5555555556;
	margin-bottom: 0.5rem;
}

.p-philosophy__text {
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	margin-top: 1rem;
}

.p-philosophy__image img {
	border-radius: 0.25rem;
	height: auto;
	width: 100%;
}

.p-reason {
	position: relative;
	text-align: center;
}

.p-reason::before {
	background: url(../images/common/reason_bg.webp) no-repeat center center/cover;
	content: "";
	height: 37.5rem;
	left: 0;
	position: absolute;
	top: -40%;
	width: 100%;
	z-index: -1;
}

.p-reason__title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}

.p-reason__text {
	font-size: 1rem;
	line-height: 1.6;
}

.p-recruit-info {
	background: #d2c492;
}

.p-recruit-info__inner {
	margin: 0 auto;
	max-width: 50rem;
	width: 100%;
}

.p-recruit-info__box {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 2.5rem 1.5rem;
}

.p-recruit-info__list {
	margin-top: 2rem;
}

.p-recruit-info__item {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	padding: 1rem 0;
}

.p-recruit-info__item dt {
	font-size: 0.9375rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.p-recruit-info__item dd {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
}

.p-recruit-info__item:first-child {
	border-top: 1px solid #ccc;
}

.p-recruit-info__item:last-child {
	border-bottom: none;
}

.p-recruit-info__item dd a {
	align-items: center;
	display: flex;
}

.p-recruit-mv {
	height: 100vh;
	min-height: prem(400);
	position: relative;
	z-index: 1;
}

.p-recruit-mv__inner {
	height: inherit;
	min-height: inherit;
}

.p-recruit-mv__title-wrap {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.p-recruit-mv__main-title {
	font-size: 2.5rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.p-recruit-mv__sub-title {
	font-size: 1rem;
	margin-top: 1.25rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.p-recruit-mv__swiper,
.p-recruit-mv__swiper .swiper-img,
.p-recruit-mv__swiper .swiper-img img,
.p-recruit-mv__swiper .swiper-img picture,
.p-recruit-mv__swiper .swiper-img picture img {
	height: inherit;
	min-height: inherit;
}

.p-recruit-mv__swiper .swiper-img img,
.p-recruit-mv__swiper .swiper-img picture img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-recruit-mv__swiper .swiper-slide.swiper-slide-active .swiper-img,
.p-recruit-mv__swiper .swiper-slide.swiper-slide-duplicate-active .swiper-img,
.p-recruit-mv__swiper .swiper-slide.swiper-slide-prev .swiper-img {
	animation: scale 8s linear 0s normal both;
}

.p-recruit {
	background: linear-gradient(to bottom, #d6c794 0%, #9f9571 100%);
}

.p-recruit__title-wrap {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.5);
	padding: 2.5rem;
}

.p-recruit__lead {
	color: #333;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: center;
}

.p-recruit__text {
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.p-recruit__btn-list {
	margin-top: 1.25rem;
}

.p-recruit__btn-item {
	margin: auto;
	max-width: 18.75rem;
	width: 100%;
}

.p-recruit__btn-item + .p-recruit__btn-item {
	margin-top: 1rem;
}

.p-recruit__btn-text {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

.p-recruit__btn-text::before,
.p-recruit__btn-text::after {
	background-color: #fff;
	content: "";
	height: 0.9375rem;
	width: 1px;
}

.p-recruit__btn-text::before {
	margin-right: 0.5rem;
	transform: rotate(-35deg);
}

.p-recruit__btn-text::after {
	margin-left: 0.5rem;
	transform: rotate(35deg);
}

.p-recruit__btn-wrap {
	margin-top: 0.3125rem;
}

.p-service {
	background: linear-gradient(to bottom, #d6c794 0%, #9f9571 100%);
}

.p-service__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-service__item {
	background: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
}

.p-service__text-body {
	padding: 1.5rem;
}

.p-service__number {
	color: #d6c794;
	font-size: 1.5rem;
	font-weight: bold;
}

.p-service__title {
	font-size: 1.25rem;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.p-service__desc {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1rem;
}

.p-service__image {
	flex: 1;
}

.p-service__image img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-service__item {
	opacity: 0;
	transform: translateY(30px);
}

.p-ses-image {
	background: linear-gradient(to bottom, #2a363e, #35444e, #3f515a);
	color: #fff;
	max-height: 48rem; /* ▼ 固定高さだと1441px以降でトリミングされるので比率で管理 */
	min-height: 26.25rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-ses-image::after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background: linear-gradient(to top, #35444e, #3f515a);
	bottom: -7.9%;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 3.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-ses-image__inner {
	margin: 0 auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-ses-image__heading {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.p-ses-image__heading .p-ses-image__heading strong {
	display: block;
	font-size: 2rem;
	margin-top: 0.3125rem;
}

.p-ses-image__items {
	gap: 1rem;
	margin: 2.5rem 0;
}

.p-ses-image__item {
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
	color: #333;
	font-size: 1rem;
	font-weight: bold;
	min-width: 17.5rem;
	padding: 0.75rem 1.25rem;
	text-align: center;
}

.p-ses-image__item + .p-ses-image__item {
	margin-top: 1rem;
}

.p-ses-image__note {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-ses-image__note strong {
	display: block;
	font-weight: bold;
	margin-top: 0.25rem;
}

.p-ses-image__reason {
	background: #9f9571;
	color: #333;
	margin-top: -2.5rem;
	padding: 3.75rem 1.25rem;
	z-index: 0;
}

.p-ses-image__reason-title {
	font-size: 1.125rem;
	font-weight: bold;
}

.p-ses-image__reason-text {
	font-size: 1rem;
	margin-top: 1rem;
}

.p-story {
	background: url(../images/common/story_bg_sp.webp) no-repeat center center/cover;
	height: 100%;
	width: 100%;
}

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

.p-story__text-body {
	margin-left: 0.625rem;
	text-align: left;
}

.p-story__lead {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.p-story__list {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0.625rem;
}

.p-story__item {
	display: block;
	height: 100%;
	margin-top: 0.625rem;
}

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

.p-story__item-img {
	width: 100%;
}

.p-story__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 297/202;
	object-fit: cover;
	width: 100%;
}

.p-story__item-content {
	color: #fff;
}

.p-story__item-title {
	background-color: #fff;
	color: #344161;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
	padding: 0.625rem 0.9375rem;
}

.p-story__item-text {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.p-sub-mv {
	background-image: url(../images/common/sub-mv-sp.webp);
	background-repeat: no-repeat;
	background-size: cover;
	height: 11.875rem;
}

.p-sub-mv__title {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 5.875rem;
}

.p-support {
	background: #f2f2f2;
}

.p-support__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-support__item {
	background: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
	padding: 1rem;
}

.p-support__desc li {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	list-style: disc;
	list-style-position: inside;
	margin-top: 0.5rem;
	padding-left: 1rem;
}

.p-support__text-body {
	padding: 1.5rem;
}

.p-support__number {
	color: #d6c794;
	font-size: 1.5rem;
	font-weight: bold;
	font-weight: bold;
	line-height: 1;
}

.p-support__title {
	font-size: 1.25rem;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.p-support__desc {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1rem;
}

.p-support__image {
	flex: 1;
}

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

.p-support__item {
	transform: translateY(30px);
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #aaaaaa;
	border-radius: 0;
	border-radius: 0.375rem;
	font-family: inherit;
	font-size: 1rem; /*↓カスタム */
	margin-top: 0.625rem;
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #344161;
}

[type=tel] {
	width: 100%;
}

button,
[type=button],
[type=submit] {
	-webkit-text-decoration: none;
	background: transparent linear-gradient(90deg, #7633a4 0%, #250d65 100%) 0% 0% no-repeat padding-box;
	background-image: none;
	border: none;
	border-radius: 0;
	border-radius: 3.125rem;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1; /*↓リセットCSS */
	margin: 0; /*↓カスタム */
	padding: 1.25rem 4.5rem;
	text-decoration: none;
	transition: 0.3s ease;
	width: auto;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 1.75rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

[type=radio] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #344161;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.1875rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 1.25rem 0 0;
	padding: 0 0 0 1.5625rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #f00;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 4px solid #f00;
	border-left: 4px solid #f00;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 1.125rem;
}

select { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #fff;
	border: none;
	border: 1px solid #aaaaaa; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0.375rem;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem; /*↓カスタム */
	margin-top: 0.625rem;
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

select:focus {
	border: 1px solid #344161;
}

[type=date] { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	position: relative; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

[type=date]:focus {
	border-color: 1px solid #344161;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 15.9375rem;
	width: 100%;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
	color: #fff;
}

.sbi_bio {
	text-align: left;
}

.js-colorbox {
	position: relative;
}

.js-colorbox .color {
	background-color: #344161;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.js-colorbox img {
	display: block;
	width: 100%;
}

.parallax_content {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wp-pagenavi {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background-color: #7633A4;
	border-radius: 50%;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 2.8125rem;
	justify-content: center;
	transition: 0.3s ease;
	width: 2.8125rem;
}

.wp-pagenavi a:hover {
	background-color: #F1EBF8;
	color: #4F31A5;
	opacity: 1;
}

.wp-pagenavi span.current {
	background-color: #F1EBF8;
	color: #4F31A5;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4414414414vw;
}

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

a:hover {
	opacity: 0.8;
}

.l-about {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.l-access {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.l-ceo {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.l-company {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.l-contact-confirm {
	padding: 6.25rem 0;
}

.l-contact-thanks {
	padding: 6.25rem 0;
}

.l-contact {
	padding: 6.25rem 0;
}

.l-faq {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.l-header {
	height: 5.625rem;
}

.l-history {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.l-inner {
	max-width: 1160px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-lp-header {
	height: 5.625rem;
}

.l-lp-recruit {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.l-news {
	padding: 5rem 0;
}

.l-number {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.l-page-contact {
	margin-bottom: 4.375rem;
	margin-top: 4.375rem;
}

.l-page-service {
	margin-top: 4.375rem;
}

.l-reason {
	padding-bottom: 5rem;
	padding-top: 8.125rem;
}

.l-recruit-info {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.l-recruit {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.l-service {
	padding: 8.75rem 0;
}

.l-ses-image {
	padding-top: 6.25rem;
}

.l-single-body {
	margin-top: 4.375rem;
}

.l-story {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.l-support {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.l-service {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.c-button {
	background: linear-gradient(170deg, #556684 0%, #556684 49.9%, #344161 50.1%, #344161 100%);
	font-size: 1.5rem;
	max-width: 24.0625rem;
	padding: 1.375rem 0;
}

.c-button span {
	padding-right: 3.125rem;
}

.c-button span::after {
	height: 1.6875rem;
	width: 1.6875rem;
}

.c-button:hover {
	background: linear-gradient(170deg, #344161 0%, #344161 49.9%, #556684 50.1%, #556684 100%);
	opacity: 1;
}

.c-button.c-button--softKhaki {
	background: linear-gradient(170deg, #d6c794 0%, #d6c794 50%, #9f9571 50%, #9f9571 100%);
	font-size: 1.5rem;
	max-width: 24.0625rem;
	padding: 1.375rem 0;
}

.c-button.c-button--softKhaki span {
	padding-right: 3.125rem;
}

.c-button.c-button--softKhaki span::after {
	height: 1.6875rem;
	width: 1.6875rem;
}

.c-button.c-button--softKhaki:hover {
	background: linear-gradient(170deg, #9f9571 0%, #9f9571 50%, #d6c794 50%, #d6c794 100%);
	opacity: 1;
}

.c-small-button {
	background: linear-gradient(170deg, #556684 0%, #556684 50%, #344161 50%, #344161 100%);
	font-size: 1.25rem;
	max-width: 15.625rem;
	padding: 1rem 0;
}

.c-small-button:hover {
	background: linear-gradient(172deg, #344161 0%, #344161 50%, #556684 50%, #556684 100%);
	opacity: 1;
}

.c-small-button.c-small-button--softKhaki {
	background: linear-gradient(170deg, #d6c794 0%, #d6c794 50%, #9f9571 50%, #9f9571 100%);
	font-size: 1.25rem;
	max-width: 15.625rem;
	padding: 1rem 0;
}

.c-small-button.c-small-button--softKhaki:hover {
	background: linear-gradient(170deg, #9f9571 0%, #9f9571 50%, #d6c794 50%, #d6c794 100%);
}

.c-section-header__title {
	font-size: 2.25rem;
}

.c-section-header__eng-title {
	font-size: 1.5rem;
}

.c-section-header__ja-title {
	font-size: 2rem;
}

.c-section-header--left {
	text-align: left;
}

.c-section-header__subpage {
	font-size: 2rem;
}

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

.c-section-title__jp {
	font-size: 2.5rem;
}

.c-tab {
	font-size: 1.5rem;
	max-width: 24.0625rem;
	padding: 1.375rem 0;
}

.p-about {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

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

.p-about__text {
	font-size: 1rem;
}

.p-about__text-block:not(:first-child) {
	margin-top: 1.875rem;
}

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

.p-access::after {
	background-image: url(./../images/common/access-bg.png);
}

.p-access__title-wrap {
	margin-left: 0.625rem;
}

.p-access__text-body {
	margin-left: 1.25rem;
}

.p-access__line {
	background-color: #d4c185;
	display: block;
	height: 16.875rem;
	width: 0.125rem;
}

.p-access__buttons {
	flex-direction: row;
	gap: 24px;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-access__list {
	gap: 3.75rem;
}

.p-access__item {
	align-items: center;
	flex-direction: row;
	gap: 2rem;
}

.p-ceo__wrapper {
	align-items: flex-start;
	flex-direction: row;
	gap: 10%;
	justify-content: space-between;
	padding: 2.5rem 2.1875rem;
}

.p-ceo__message-inner {
	padding: 2.5rem 2.1875rem;
}

.p-ceo__lead {
	font-size: 1.75rem;
	text-align: center;
}

.p-ceo__inner {
	flex-direction: row;
	justify-content: space-between;
}

.p-ceo__content {
	width: 45%;
}

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

.p-ceo__message {
	width: 55%;
}

.p-company__item {
	flex-direction: row;
}

.p-company__item dt {
	margin-bottom: 0;
	width: 20%;
}

.p-company__item dd {
	width: 80%;
}

.p-contact-confirm__title {
	font-size: 2.5rem;
}

.p-contact-confirm__submit-wrap {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact-confirm__submit {
	font-size: 1.25rem;
	max-width: 18.75rem;
}

.p-contact-confirm__submit input {
	font-size: 1.25rem;
	max-width: 21.875rem;
	padding: 1.25rem;
}

.p-contact-thanks__complete-text-wrap {
	margin-top: 5rem;
}

.p-contact-thanks__complete-text {
	text-align: center;
}

.p-contact-thanks__top-btn-wrap {
	margin-top: 5rem;
}

.p-contact-thanks__top-btn {
	padding: 1.875rem 0;
}

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

.p-contact__field {
	align-items: center;
	flex-direction: row;
}

.p-contact__field label {
	margin-bottom: 0.5rem;
	width: 30%;
}

.p-contact__field textarea {
	width: 100%;
}

.p-contact__field--textarea {
	align-items: flex-start;
}

.p-contact__field--textarea label {
	padding-top: 0.5rem;
}

.p-contact__birth {
	justify-content: flex-start;
}

.p-contact__field--textarea label {
	padding-top: 0.5rem;
}

.p-contact__form-privacy {
	margin-top: 3.75rem;
	text-align: center;
}

.p-contact__form-announcement {
	margin-top: 3.75rem;
	text-align: center;
}

.p-contact__submit input {
	font-size: 1.25rem;
	max-width: 24.0625rem;
	padding: 1.5625rem 2.5rem;
}

.p-contact__submit input:hover {
	opacity: 0.8;
}

.p-contact__privacy-text {
	margin-top: 1rem;
}

.p-faq-list__item-question {
	font-size: 1.125rem;
	padding: 0.875rem 3.75rem 0.875rem 5rem;
}

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

.p-faq-list__item-answer {
	font-size: 1.125rem;
	padding: 1.25rem 2.5rem 0.9375rem 5rem;
}

.p-faq__heading {
	margin-bottom: 2.5rem;
}

.p-faq__inner {
	max-width: 62.5rem;
	padding: 0 1.5625rem;
}

.p-footer-nav__items {
	justify-content: center;
}

.p-footer__inner {
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-evenly;
}

.p-footer__logo {
	align-items: initial;
	justify-content: initial;
}

.p-footer__nav {
	flex-direction: row;
	gap: 3rem;
}

.p-footer__item a {
	font-size: 0.875rem;
}

.p-footer__bottom {
	flex-direction: row;
	justify-content: center;
}

.p-footer__privacy {
	margin-left: 1rem;
}

.p-header {
	height: 4.375rem;
}

.p-header__inner {
	padding: 0 3.125rem;
}

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

.p-header__nav {
	display: block;
}

.p-header__nav-item.p-header__nav-item--contact a:hover {
	background: linear-gradient(170deg, #344161 0%, #344161 50%, #556684 50%, #556684 100%);
	opacity: 1;
}

.p-header__hamburger {
	display: none;
}

.p-history {
	background: url(../images/common/history_bg.webp) no-repeat center center/cover;
}

.p-history__wrapper {
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 5rem;
}

.p-history__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.p-history__text strong {
	font-size: 1.5rem;
}

.p-history__inner {
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
}

.p-history__content {
	width: 100%;
}

.p-history__image {
	margin-right: calc(50% - 50vw);
	width: 100%;
}

.p-lp-header {
	height: 4.375rem;
}

.p-lp-header__inner {
	padding: 0 3.125rem;
}

.p-lp-header__logo {
	max-width: 12.5rem;
}

.p-lp-header__nav {
	display: block;
}

.p-lp-header__nav-item.p-lp-header__nav-item--contact a:hover {
	background: linear-gradient(170deg, #344161 0%, #344161 50%, #556684 50%, #556684 100%);
	opacity: 1;
}

.p-lp-header__hamburger {
	display: none;
}

.p-lp-recruit__title-wrap {
	padding: 2.5rem;
}

.p-lp-recruit__text {
	font-size: 2.25rem;
}

.p-lp-recruit__btn-list {
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-lp-recruit__btn-item {
	margin: 0;
	margin: initial;
	max-width: 25rem;
}

.p-lp-recruit__btn-item + .p-lp-recruit__btn-item {
	margin-left: 3.75rem;
	margin-top: 0;
	margin-top: initial;
}

.p-lp-recruit__btn-text {
	font-size: 1.25rem;
}

.p-mv__title-wrap {
	left: calc(50% - min(50vw, 34.375rem));
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
}

.p-mv__title {
	font-size: 2.875rem;
}

.p-mv__buttons {
	margin-top: 3.75rem;
	text-align: left;
	text-align: initial;
}

.p-news__heading {
	align-items: center;
	flex-direction: row;
	justify-content: left;
}

.p-news__text-body {
	margin-left: 1.25rem;
}

.p-news__social {
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
	margin-top: 2.875rem;
}

.p-news__sns {
	border-bottom: none;
	flex-direction: row;
}

.p-news__sns:not(:last-child)::after {
	background-color: #d6c794;
	content: "";
	height: 5.5rem;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.p-news__instagram {
	padding: 2.5rem;
}

.p-news__instagram-title {
	font-size: 2rem;
	margin-bottom: 2.5rem;
}

.p-news__instagram-grid {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-number__wrapper {
	margin-top: 3.125rem;
}

.p-number__row-items {
	display: flex;
	gap: 3%;
}

.p-number__row-item:nth-child(1) {
	height: 25rem;
	padding: 1.25rem;
	z-index: 1;
}

.p-number__row-item:nth-child(2) {
	height: 25rem;
	max-width: 27.5rem;
	padding: 1.25rem;
	z-index: 1;
}

.p-number__row-item + .p-number__row-item {
	margin-top: 0;
}

.p-number__row-label {
	font-size: 1.5rem;
}

.p-number__row-label-text {
	font-size: 2rem;
}

.p-number__count {
	font-size: 2.5rem;
}

.p-number__count span {
	font-size: 6.25rem;
}

.p-number__count.p-number__count--watch span {
	font-size: 6.25rem;
}

.p-number__count-number {
	font-size: 6.25rem;
}

.p-number__row-items.p-number__row-items--second {
	grid-gap: 3%;
	display: grid;
	gap: 3%;
	grid-template-columns: repeat(3, 1fr);
}

.p-number__row-item.p-number__row-item--second {
	height: 25.625rem;
	max-width: 25rem;
	padding: 1.25rem;
}

.p-number__row-label-wrap.p-number__row-label-wrap--office {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: left;
}

.p-number__row-label.p-number__row-label--office,
.p-number__row-label.p-number__row-label--suits {
	font-size: 1.75rem;
}

.p-number__count.p-number__count--office {
	font-size: 2.5rem;
}

.p-number__count.p-number__count--office span,
.p-number__count.p-number__count--suits span {
	font-size: 6.25rem;
}

.p-number__row-label.p-number__row-label--suits {
	margin-right: 30%;
}

.p-number__row-item-image.p-number__row-item-image--office img {
	height: 6.25rem;
	width: 6.25rem;
}

.p-number__row-item-image.p-number__row-item-image--gender {
	height: 80%;
	width: 80%;
}

.p-number__row-item-content.p-number__row-item-content--gender {
	margin-top: 0;
}

.p-number__row-label.p-number__row-label--gender {
	font-size: 2rem;
	margin-top: 0.625rem;
}

.p-number__count.p-number__count--gender span {
	font-size: 6.25rem;
}

.p-number__row-label.p-number__row-label--age {
	font-size: 2rem;
}

.p-number__count.p-number__count--age span {
	font-size: 6.25rem;
}

.p-number__count.p-number__count--age {
	font-size: 2.5rem;
}

.p-number__row-item-image.p-number__row-item-image--age {
	height: 15.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0.625rem;
	width: 15.625rem;
}

.p-number__row-item-image.p-number__row-item-image--age img {
	aspect-ratio: 1/1;
}

.p-number__row-items.p-number__row-items--third {
	display: flex;
}

.p-number__row-label.p-number__row-label--remote {
	font-size: 2rem;
}

.p-number__count.p-number__count--remote {
	font-size: 2.5rem;
}

.p-number__count.p-number__count--remote span {
	font-size: 6.25rem;
}

.p-number__count-number.p-number__count-number--humanities,
.p-number__count-number.p-number__count-number--sciences {
	font-size: 2.5rem;
}

.p-number__count-number.p-number__count-number--humanities span,
.p-number__count-number.p-number__count-number--sciences span {
	font-size: 6.25rem;
}

.p-number__row-item.p-number__row-item--fourth {
	align-items: flex-start;
	flex-direction: row;
	justify-content: flex-start;
	max-width: 69.375rem;
}

.p-number__row-label.p-number__row-label--vacation {
	font-size: 2.5rem;
}

.p-number__row-item-content.p-number__row-item-content--vacation {
	width: 50%;
}

.p-number__row-item-image.p-number__row-item-image--vacation {
	margin-top: 0;
	width: 50%;
}

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

.p-number__btn-list {
	display: flex;
	justify-content: center;
}

.p-number__btn-item {
	margin: 0;
	margin: initial;
	max-width: 25rem;
}

.p-number__btn-item + .p-number__btn-item {
	margin-left: 3.75rem;
	margin-top: 0;
	margin-top: initial;
}

.p-number__btn-text {
	font-size: 1.25rem;
}

.p-page-contact__text {
	font-size: 1rem;
}

.p-page-contact__content {
	margin-top: 2.5rem;
	padding: 5.625rem;
}

.p-privacy-policy {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-privacy-policy__inner.l-inner {
	max-width: 53.125rem;
}

.p-privacy-policy__title {
	font-size: 2rem;
	line-height: 1.4375;
}

.p-philosophy__wrapper {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.p-philosophy__inner {
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
}

.p-philosophy__content {
	width: 48%;
}

.p-philosophy__image {
	width: 48%;
}

.p-reason__title {
	font-size: 2.5rem;
}

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

.p-recruit-info__item {
	flex-direction: row;
}

.p-recruit-info__item dt {
	margin-bottom: 0;
	width: 20%;
}

.p-recruit-info__item dd {
	width: 80%;
}

.p-recruit-mv__main-title {
	font-size: 3.75rem;
}

.p-recruit-mv__sub-title {
	font-size: 1.5rem;
}

.p-recruit__title-wrap {
	padding: 2.5rem;
}

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

.p-recruit__btn-list {
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-recruit__btn-item {
	margin: 0;
	margin: initial;
	max-width: 25rem;
}

.p-recruit__btn-item + .p-recruit__btn-item {
	margin-left: 3.75rem;
	margin-top: 0;
	margin-top: initial;
}

.p-recruit__btn-text {
	font-size: 1.25rem;
}

.p-service {
	background: none;
	position: relative;
}

.p-service::after {
	background-image: url(./../images/common/service-bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

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

.p-service__item {
	align-items: center;
	flex-direction: row;
}

.p-service__text-body {
	flex: 1;
	max-width: 31.25rem;
	padding-bottom: 0;
	padding-left: 3.125rem;
	padding-right: 6.25rem;
	padding-top: 0;
	width: 100%;
}

.p-service__title {
	font-size: 1.5rem;
	margin-top: 1.875rem;
}

.p-service__desc {
	margin-top: 1.875rem;
}

.p-ses-image::after {
	background: linear-gradient(to top, #35444e, #3f515a);
	bottom: -14.2%;
	height: 5rem;
}

.p-ses-image__inner {
	max-width: 62.5rem;
}

.p-ses-image__heading {
	font-size: 2.5rem;
}

.p-ses-image__heading .p-ses-image__heading strong {
	font-size: 3.75rem;
}

.p-ses-image__items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
}

.p-ses-image__item {
	font-size: 1.25rem;
	min-width: 20rem;
	padding: 0.75rem 2.5rem;
}

.p-ses-image__item + .p-ses-image__item {
	margin-top: 0;
	margin-top: initial;
}

.p-ses-image__note {
	font-size: 1.25rem;
}

.p-story {
	background: url(../images/common/story_bg.webp) no-repeat center center/cover;
}

.p-story__heading {
	align-items: center;
	flex-direction: row;
	justify-content: left;
}

.p-story__text-body {
	margin-left: 1.25rem;
}

.p-story__lead {
	font-size: 1rem;
}

.p-story__list {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.p-story__item {
	margin-top: 0;
}

.p-story__item + .p-story__item {
	margin-top: 0;
}

.p-story__item-title {
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

.p-story__item-text {
	font-size: 1rem;
	margin-top: 0.9375rem;
}

.p-sub-mv {
	background-image: url(../images/common/sub-mv.webp);
	height: 15rem;
}

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

.p-support__item {
	align-items: flex-start;
	flex-direction: row;
	justify-content: center;
}

.p-support__desc li {
	margin-top: 1rem;
}

.p-support__text-body {
	flex: 1;
	max-width: 31.25rem;
	padding-bottom: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0;
	width: 100%;
}

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

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

.p-support__desc {
	margin-top: 1.875rem;
}

.p-support__image img {
	aspect-ratio: 2/3;
}

.p-support__image.p-support__image--education img {
	aspect-ratio: 1/1;
}

.p-support__image.p-support__image--support img {
	aspect-ratio: 16/9;
}

}

@media (min-width: 1110px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes loading {

0% {
	opacity: 0;
	transform: translateY(3.75rem);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes scale {

0% {
	transform: scale(1);
}

100% {
	transform: scale(1.2);
}

}


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