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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

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

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

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

.c-title {
	font-size: 20px;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-business {
	background-color: #243793;
	background-image: url("../images/common/business-bg-full.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2.5rem 2.5rem 0 0;
	margin-top: 0;
	overflow: hidden;
	padding: 6.25rem 0 7.5rem;
	position: relative;
}

.p-business__content {
	display: flex;
	gap: 4.375rem;
}

.p-business__header {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 10.75rem;
}

.p-business__icon {
	height: 2.125rem;
	width: 2.5625rem;
}

.p-business__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.14;
	text-align: center;
}

.p-business__cards {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);
	width: 53.625rem;
}

.p-business__card {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 1.75rem 2.125rem;
}

.p-business__card-en {
	color: #8CD1F2;
	font-family: "Inter", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.87;
}

.p-business__card-title {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.43;
}

.p-business__card-list {
	list-style: none;
	margin: 0;
	margin-top: 0.625rem;
	padding: 0;
}

.p-business__card-item {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
	padding-left: 0.875rem;
	position: relative;
}

.p-business__card-item + .p-business__card-item {
	margin-top: 0.125rem;
}

.p-business__card-item::before {
	background-color: #2D2E32;
	border-radius: 50%;
	content: "";
	height: 0.4375rem;
	left: 0;
	position: absolute;
	top: 0.6875rem;
	width: 0.4375rem;
}

.p-company {
	background-color: #fff;
	overflow: hidden;
	padding: 6.25rem 0 7.5rem;
	position: relative;
}

.p-company__deco {
	pointer-events: none;
	position: absolute;
}

.p-company__deco--right {
	opacity: 0.5;
	right: -31.875rem;
	top: -7.25rem;
}

.p-company__deco--right img {
	height: auto;
	width: 63.125rem;
}

.p-company__deco--left {
	left: -13.5rem;
	opacity: 0.5;
	top: 44.6875rem;
	transform: translateX(9rem);
}

.p-company__deco--left img {
	height: auto;
	width: 136.75rem;
}

.p-company__header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-company__icon {
	height: 2.125rem;
	width: 2.5625rem;
}

.p-company__title {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.14;
	text-align: center;
}

.p-company__message {
	display: flex;
	flex-direction: row;
	gap: 6.25rem;
	margin-top: 5rem;
}

.p-company__message-images {
	height: auto;
	margin: 0;
	width: 34.5rem;
}

.p-company__message-img {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-company__message-img--main {
	height: auto;
	width: 94.02%;
}

.p-company__message-img--main img {
	-o-object-fit: cover;
	aspect-ratio: 322/219;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-company__message-img--sub {
	height: auto;
	margin: -2.625rem 0 0 auto;
	width: 50.91%;
}

.p-company__message-img--sub img {
	-o-object-fit: cover;
	aspect-ratio: 174/112;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-company__message-content {
	display: flex;
	flex-direction: column;
	gap: 3.25rem;
	justify-content: center;
}

.p-company__message-title {
	color: #243793;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.14;
}

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

.p-company__message-text {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
}

.p-company__message-author {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.67;
	margin-top: 2rem;
}

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

.p-company__info-title {
	color: #243793;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.14;
	text-align: center;
}

.p-company__info-table {
	margin: 0 auto;
	margin-top: 2.5rem;
	max-width: 45.5625rem;
}

.p-company__info-row {
	display: flex;
	min-height: 4.375rem;
}

.p-company__info-label {
	align-items: center;
	border-bottom: 0.125rem solid #243793;
	color: #243793;
	display: flex;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.14;
	padding: 0.625rem;
	width: 8.875rem;
}

.p-company__info-value {
	align-items: center;
	border-bottom: 0.125rem solid #E6ECEC;
	color: #454E46;
	display: flex;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.87;
	padding: 0.625rem 3.0625rem;
}

.p-company__gallery {
	margin-top: 5rem;
	overflow: hidden;
	width: 100%;
}

.p-company__gallery-track {
	animation: gallery-scroll-pc 25s linear infinite;
	display: flex;
	gap: 1.25rem;
	width: 185.25rem;
}

.p-company__gallery-item {
	flex-shrink: 0;
	height: 20.5rem;
	width: 29.625rem;
}

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

.p-contact {
	background-color: #fff;
	overflow: hidden;
	padding: 6.25rem 0 7.5rem;
	position: relative;
}

.p-contact__deco {
	pointer-events: none;
	position: absolute;
}

.p-contact__deco--right {
	bottom: -18.75rem;
	opacity: 0.5;
	right: -12.875rem;
	transform: rotate(99deg);
}

.p-contact__deco--right img {
	height: auto;
	width: 49.125rem;
}

.p-contact__deco--left {
	left: 9%;
	opacity: 0.5;
	top: 0;
	transform: translateX(calc(-50% + max(7.4375rem, 8vw))) translateY(calc(-50% + max(-19.3125rem, -21vw))) rotate(109deg);
}

.p-contact__deco--left img {
	height: auto;
	width: 136.75rem;
}

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

.p-contact__header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-contact__icon {
	height: 2.125rem;
	width: 2.5625rem;
}

.p-contact__title {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.14;
	text-align: center;
}

.p-contact__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.625rem;
	margin: 0 auto;
	margin-top: 2.0625rem;
	max-width: 50.75rem;
}

.p-contact__lead {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
	text-align: center;
}

.p-contact__required-note {
	color: #FF383C;
}

.p-contact__form {
	align-items: center;
	border-top: 0.0625rem solid #C9CCCC;
	display: flex;
	flex-direction: column;
	gap: 2.6875rem;
	padding-top: 3.5rem;
	width: 100%;
}

.p-contact__form-inner {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	width: 100%;
}

.p-contact__field {
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
}

.p-contact__field--type {
	gap: 1rem;
}

.p-contact__fields {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.p-contact__label {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
}

.p-contact__required {
	color: #FF383C;
}

.p-contact__radio-group {
	-moz-column-gap: 1.1875rem;
	column-gap: 1.1875rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	row-gap: 1.1875rem;
}

.p-contact__radio {
	align-items: center;
	background-color: #F7F7F7;
	cursor: pointer;
	display: flex;
	flex-grow: 1;
	gap: 0.625rem;
	padding: 0.375rem 1.6875rem 0.375rem 0.8125rem;
}

.p-contact__radio input {
	display: none;
}

.p-contact__radio-icon {
	background-color: #fff;
	border: 0.0625rem solid #ADADAD;
	border-radius: 50%;
	flex-shrink: 0;
	height: 0.9375rem;
	position: relative;
	width: 0.9375rem;
}

.p-contact__radio-icon::after {
	background-color: #243793;
	border-radius: 50%;
	content: "";
	height: 0.5625rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s;
	width: 0.5625rem;
}

.p-contact__radio input:checked + .p-contact__radio-icon::after {
	opacity: 1;
}

.p-contact__radio-text {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
}

.p-contact__input {
	background-color: #F7F7F7;
	border: 0.125rem solid #C9CCCC;
	border-radius: 0.4375rem;
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: 2.8125rem;
	line-height: 1.81;
	padding: 0 1rem;
	width: 100%;
}

.p-contact__input::-moz-placeholder {
	color: #ADADAD;
}

.p-contact__input::placeholder {
	color: #ADADAD;
}

.p-contact__textarea {
	background-color: #F7F7F7;
	border: 0.125rem solid #C9CCCC;
	border-radius: 0.4375rem;
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: 5.1875rem;
	line-height: 1.81;
	padding: 0.75rem 1rem;
	resize: vertical;
	width: 100%;
}

.p-contact__textarea::-moz-placeholder {
	color: #ADADAD;
}

.p-contact__textarea::placeholder {
	color: #ADADAD;
}

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

.p-contact__submit {
	display: flex;
	justify-content: center;
	width: 100%;
}

.p-contact__btn {
	align-items: center;
	background-color: #FF7F2A;
	border: none;
	border-radius: 6.4375rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.81;
	padding: 1.3125rem 5.75rem;
	transition: opacity 0.3s;
	width: auto;
}

.p-contact__btn:hover {
	opacity: 0.8;
}

.p-contact__form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.p-contact__radio-group .wpcf7-form-control.wpcf7-radio {
	-moz-column-gap: 1.1875rem;
	column-gap: 1.1875rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	row-gap: 1.1875rem;
	width: 100%;
}

.p-contact__radio-group .wpcf7-list-item {
	align-items: center;
	background-color: #F7F7F7;
	cursor: pointer;
	display: flex;
	flex-grow: 1;
	margin: 0;
	padding: 0.375rem 1.6875rem 0.375rem 0.8125rem;
}

.p-contact__radio-group .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.625rem;
	position: relative;
	width: 100%;
}

.p-contact__radio-group .wpcf7-list-item input[type=radio] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.p-contact__radio-group .wpcf7-list-item label::before {
	background-color: #fff;
	border: 0.0625rem solid #ADADAD;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 0.9375rem;
	position: relative;
	width: 0.9375rem;
}

.p-contact__radio-group .wpcf7-list-item label::after {
	background-color: #243793;
	border-radius: 50%;
	content: "";
	height: 0.5625rem;
	left: 0.1875rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.2s;
	width: 0.5625rem;
}

.p-contact__radio-group .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
	border-color: #243793;
}

.p-contact__radio-group .wpcf7-list-item:has(input[type=radio]:checked) label::after {
	opacity: 1;
}

.p-contact__radio-group .wpcf7-list-item-label {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
}

.p-contact__checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.625rem;
}

.p-contact__checkbox .wpcf7-form-control-wrap,
.p-contact__checkbox .wpcf7-form-control.wpcf7-acceptance,
.p-contact__checkbox .wpcf7-list-item {
	display: contents;
}

.p-contact__checkbox input[type=checkbox] {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.p-contact__checkbox-icon {
	background-color: #fff;
	border: 0.125rem solid #C9CCCC;
	border-radius: 0.125rem;
	flex-shrink: 0;
	height: 1.375rem;
	position: relative;
	width: 1.375rem;
}

.p-contact__checkbox-icon::after {
	border: solid #243793;
	border-width: 0 0.125rem 0.125rem 0;
	content: "";
	height: 0.75rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: opacity 0.2s;
	width: 0.375rem;
}

.p-contact__checkbox:has(input[type=checkbox]:checked) .p-contact__checkbox-icon {
	border-color: #243793;
}

.p-contact__checkbox:has(input[type=checkbox]:checked) .p-contact__checkbox-icon::after {
	opacity: 1;
}

.p-contact__checkbox-text {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
}

.p-contact__submit input[type=submit] {
	align-items: center;
	background-color: #FF7F2A;
	border: none;
	border-radius: 6.4375rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.81;
	padding: 1.3125rem 5.75rem;
	transition: opacity 0.3s;
	width: auto;
}

.p-contact__submit input[type=submit]:hover {
	opacity: 0.8;
}

.p-contact__form .wpcf7-not-valid-tip {
	color: #FF383C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	margin-top: 0.3125rem;
}

.p-contact__form .wpcf7-not-valid {
	border-color: #FF383C;
}

.p-contact__form .wpcf7-response-output {
	border-radius: 0.4375rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	margin: 1.25rem 0 0;
	padding: 0.9375rem 1.25rem;
	text-align: center;
}

.p-contact__form .wpcf7-mail-sent-ok {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}

.p-contact__form .wpcf7-validation-errors,
.p-contact__form .wpcf7-acceptance-missing {
	background-color: #fff3cd;
	border-color: #ffeeba;
	color: #856404;
}

.p-contact__form .wpcf7-mail-sent-ng,
.p-contact__form .wpcf7-spam-blocked {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
}

.p-contact__form .wpcf7-spinner {
	margin: 0 0.625rem;
}

.p-fv {
	overflow: hidden;
	padding-top: 6.25rem;
	position: relative;
}

.p-fv__deco {
	pointer-events: none;
	position: absolute;
}

.p-fv__deco--left {
	left: 26%;
	top: 6vw;
	transform: translateX(calc(50% - max(20.625rem, 35vw)));
	z-index: 0;
}

.p-fv__deco--left img {
	height: auto;
	width: 91rem;
}

.p-fv__deco--right {
	right: -30.875rem;
	top: -3.3125rem;
	z-index: 0;
}

.p-fv__deco--right img {
	height: auto;
	width: 57.5rem;
}

.p-fv__content {
	padding-top: 8.125rem;
}

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

.p-fv__catch-line {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(114deg, rgb(50, 93, 167) 1%, rgb(41, 51, 99) 61%, rgb(45, 46, 50) 95%);
	background-clip: text;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.4375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.44;
}

.p-fv__catch-accent {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(114deg, rgb(45, 46, 50) 0%, rgb(45, 46, 50) 100%);
	background-clip: text;
	margin-left: -1.4375rem;
}

.p-fv__lead {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.81;
	margin-top: 1.0625rem;
}

.p-fv__buttons {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	justify-content: flex-end;
	margin-top: 4.125rem;
}

.p-fv__button {
	-webkit-text-decoration: none;
	align-items: center;
	border-radius: 7.0625rem;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 4.4375rem;
	justify-content: center;
	line-height: 1.81;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 17.875rem;
}

.p-fv__button:hover {
	opacity: 0.8;
}

.p-fv__button--primary {
	background-color: #243793;
	color: #fff;
}

.p-fv__button--secondary {
	background-color: #fff;
	border: 0.125rem solid #243793;
	color: #243793;
}

.p-fv__button img {
	height: auto;
	position: absolute;
	right: 1.8125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
}

.p-fv__images {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: 25.75rem 19.75rem 19.6875rem 30.25rem;
	grid-template-rows: 12.75rem 0.875rem 12.9375rem;
	justify-content: center;
	margin-left: calc(50% - 50vw - 2rem);
	margin-right: calc(50% - 50vw - 6.25rem);
	margin-top: 3.5625rem;
}

.p-fv__image img {
	-o-object-fit: cover;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fv__image--01 {
	grid-column: 1/2;
	grid-row: 1/4;
}

.p-fv__image--02 {
	grid-column: 2/3;
	grid-row: 1/4;
}

.p-fv__image--03 {
	grid-column: 3/4;
	grid-row: 1/2;
}

.p-fv__image--04 {
	grid-column: 3/4;
	grid-row: 2/4;
}

.p-fv__image--05 {
	grid-column: 4/5;
	grid-row: 1/4;
}

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

.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 1.5625rem;
}

.p-header__logo a {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
}

.p-header__logo a img {
	-o-object-fit: contain;
	height: 4.4375rem;
	object-fit: contain;
	width: 7.875rem;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 0.875rem;
}

.p-header__menu-list {
	align-items: center;
	display: flex;
	gap: 1.3125rem;
	list-style: none;
	margin: 0;
	padding: 1.6875rem 0;
}

.p-header__menu-dot {
	background-color: #325DA6;
	border-radius: 50%;
	height: 0.3125rem;
	width: 0.3125rem;
}

.p-header__menu-item a {
	-webkit-text-decoration: none;
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.81;
	text-decoration: none;
}

.p-header__tel {
	align-items: center;
	display: flex;
	padding: 1.6875rem 2.875rem;
}

.p-header__tel img {
	height: 1.3125rem;
	width: 1.5625rem;
}

.p-header__tel-number {
	color: #2D2E32;
	font-family: "Inter", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.21;
	margin-left: 0.5rem;
}

.p-header__cta a {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FF7F2A;
	border-radius: 7.0625rem;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.81;
	padding: 0.75rem 3.9375rem;
	text-decoration: none;
}

.p-header__hamburger {
	cursor: pointer;
	display: none;
	height: 1rem;
	position: relative;
	width: 2rem;
	z-index: 110;
}

.p-header__hamburger-line {
	background-color: #000;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: transform 0.3s, opacity 0.3s;
	width: 100%;
}

.p-header__hamburger-line:nth-child(1) {
	top: 0;
}

.p-header__hamburger-line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.p-header__hamburger-line:nth-child(3) {
	bottom: 0;
}

.p-header__hamburger.is-open .p-header__hamburger-line:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.p-header__hamburger.is-open .p-header__hamburger-line:nth-child(2) {
	opacity: 0;
}

.p-header__hamburger.is-open .p-header__hamburger-line:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

.p-drawer {
	background-color: #fff;
	height: calc(100vh - 4.875rem);
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 4.875rem;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 99;
}

.p-drawer.is-open {
	transform: translateX(0);
}

.p-drawer__inner {
	padding: 2.25rem 1.25rem;
}

.p-drawer__menu {
	list-style: none;
	margin: 0;
	padding: 0 1.625rem;
}

.p-drawer__menu-item {
	border-bottom: 0.0625rem solid #E6ECEC;
}

.p-drawer__menu-item a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #2D2E32;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.81;
	padding: 1.3125rem 0;
	text-decoration: none;
}

.p-drawer__tel {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	padding: 1.6875rem 2.875rem;
}

.p-drawer__tel a {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	text-decoration: none;
}

.p-drawer__tel img {
	height: 1.3125rem;
	width: 1.5625rem;
}

.p-drawer__tel-number {
	color: #2D2E32;
	font-family: "Inter", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.21;
}

.p-drawer__cta {
	margin-top: 0.5rem;
}

.p-drawer__cta a {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FF7F2A;
	border-radius: 7.0625rem;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 3.8125rem;
	justify-content: center;
	line-height: 1.81;
	text-decoration: none;
	width: 100%;
}

.p-drawer-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 98;
}

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

body.is-drawer-open {
	overflow: hidden;
}

.p-message {
	overflow: hidden;
	padding: 8.0625rem 0 7.75rem;
	position: relative;
}

.p-message__deco {
	pointer-events: none;
	position: absolute;
}

.p-message__deco--right {
	right: -32rem;
	top: -5.1875rem;
}

.p-message__deco--right img {
	height: auto;
	width: 57.5rem;
}

.p-message__deco--left {
	left: -37.875rem;
	top: 11rem;
}

.p-message__deco--left img {
	height: auto;
	width: 64.5rem;
}

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

.p-message__title {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.0625rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.27;
}

.p-message__text {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
	margin-top: 2.6875rem;
}

.p-recruit {
	background: linear-gradient(180deg, #E6EFF9 75%, rgba(230, 239, 249, 0) 100%);
	padding: 6.25rem 0 10.6875rem;
	position: relative;
}

.p-recruit__bg {
	background: linear-gradient(180deg, #E6EFF9 0%, rgba(230, 239, 249, 0) 100%);
	bottom: 0;
	height: 19.875rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

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

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

.p-recruit__header {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-recruit__icon {
	height: 2.125rem;
	width: 2.5625rem;
}

.p-recruit__title {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.6875rem;
	font-weight: 700;
	line-height: 1.14;
	text-align: center;
}

.p-recruit__lead {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.81;
	margin-top: 2rem;
	text-align: center;
}

.p-recruit__cards {
	display: flex;
	flex-direction: row;
	gap: 1.125rem;
	margin-top: 3.375rem;
}

.p-recruit__card {
	background-color: #fff;
	border-radius: 1.25rem;
	flex: 1;
	padding: 2.1875rem 1.6875rem 3.6875rem;
}

.p-recruit__card-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}

.p-recruit__card-icon {
	height: 6.25rem;
	width: 6.25rem;
}

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

.p-recruit__card-title {
	color: #2D2E32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.p-recruit__card-table {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin: 0 auto;
	margin-top: 1.4375rem;
	max-width: 27.375rem;
	padding: 0;
}

.p-recruit__card-row {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
}

.p-recruit__card-label {
	align-items: center;
	background-color: #E6ECEC;
	color: #2D2E32;
	display: flex;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4375;
	padding: 0.1875rem 0.75rem;
	width: 5.5rem;
}

.p-recruit__card-value {
	align-items: center;
	color: #2D2E32;
	display: flex;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: flex-start;
	line-height: 1.81;
	padding: 0 0 0 0.875rem;
	text-align: left;
}

.p-recruit__cta {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-recruit__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #243793;
	border: 0.125rem solid #243793;
	border-radius: 6.4375rem;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 1.25rem;
	height: 4.4375rem;
	justify-content: center;
	line-height: 1.81;
	max-width: 21.25rem;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
}

.p-recruit__btn:hover {
	background-color: #fff;
	color: #243793;
}

.p-recruit__btn:hover .p-recruit__btn-arrow {
	filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(2746%) hue-rotate(220deg) brightness(91%) contrast(93%);
}

.p-recruit__btn-arrow {
	height: auto;
	transition: filter 0.3s;
	width: 1.375rem;
}

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

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 1;
}

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

.c-title {
	font-size: 10px;
}

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

.p-business {
	background-image: url("../images/common/business-bg-full-sp.png");
	margin-top: 0;
	padding: 3.5625rem 0 4.375rem;
}

.p-business__content {
	flex-direction: column;
	gap: 1.875rem;
}

.p-business__header {
	align-items: center;
	width: 100%;
}

.p-business__icon {
	height: 1.875rem;
	width: 2.25rem;
}

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

.p-business__cards {
	gap: 0.625rem;
	grid-auto-flow: row;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	width: 100%;
}

.p-business__card {
	border-radius: 0.9375rem;
	padding: 1.75rem 2.125rem;
}

.p-business__card-en {
	font-size: 0.8125rem;
}

.p-business__card-title {
	font-size: 1.25rem;
	margin-top: 0.3125rem;
}

.p-business__card-list {
	margin-top: 0.5rem;
}

.p-business__card-item {
	font-size: 0.9375rem;
	line-height: 1.87;
	padding-left: 0.75rem;
}

.p-business__card-item::before {
	height: 0.375rem;
	top: 0.625rem;
	width: 0.375rem;
}

.p-company {
	padding: 3.5rem 0 6.25rem;
}

.p-company__deco--right {
	right: -14.5rem;
	top: -5.3125rem;
	transform: translateX(12.625rem);
}

.p-company__deco--right img {
	width: 41.875rem;
}

.p-company__deco--left {
	left: auto;
	right: -47.25rem;
	top: 25.6875rem;
	transform: translateX(-37rem) rotate(-1deg);
	z-index: 0;
}

.p-company__deco--left img {
	width: 69.625rem;
}

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

.p-company__message {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.1875rem;
}

.p-company__message-images {
	margin: 0 auto;
	width: 100%;
}

.p-company__message-img--main {
	width: 96.1194%;
}

.p-company__message-img--sub {
	margin: -1.625rem 0 0 auto;
	width: 51.94%;
}

.p-company__message-content {
	gap: 1.875rem;
}

.p-company__message-title {
	font-size: 1.25rem;
}

.p-company__message-body {
	gap: 1rem;
}

.p-company__message-text {
	font-size: 0.9375rem;
	line-height: 1.87;
}

.p-company__message-author {
	font-size: 1rem;
	line-height: 1.81;
	margin-top: 1rem;
}

.p-company__info {
	background-color: #fff;
	margin-top: 3.75rem;
	position: relative;
}

.p-company__info-title {
	font-size: 1.25rem;
}

.p-company__info-table {
	margin-top: 1.875rem;
}

.p-company__info-row {
	min-height: 3.125rem;
}

.p-company__info-label {
	font-size: 0.875rem;
	width: 7rem;
}

.p-company__info-value {
	line-height: 1.53;
	padding: 0.625rem 1.25rem;
}

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

.p-company__gallery-track {
	animation: gallery-scroll-sp 20s linear infinite;
	gap: 0.5rem;
	width: 103.125rem;
}

.p-company__gallery-item {
	height: 11.5rem;
	width: 16.6875rem;
}

.p-contact {
	padding: 5rem 0 6.25rem;
}

.p-contact__deco--right {
	right: -12.5rem;
}

.p-contact__deco--right img {
	width: 41.875rem;
}

.p-contact__deco--left {
	left: -31.25rem;
	top: 18.75rem;
	transform: none;
}

.p-contact__deco--left img {
	width: 69.625rem;
}

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

.p-contact__body {
	gap: 1.875rem;
	margin-top: 1.75rem;
	max-width: none;
}

.p-contact__lead {
	font-size: 0.9375rem;
	line-height: 1.87;
}

.p-contact__form {
	gap: 1.875rem;
	padding-top: 2.75rem;
}

.p-contact__form-inner {
	gap: 1.375rem;
}

.p-contact__fields {
	gap: 0.6875rem;
}

.p-contact__label {
	font-size: 0.9375rem;
	line-height: 1.87;
}

.p-contact__radio-group {
	flex-direction: column;
	gap: 0.8125rem;
}

.p-contact__radio-text {
	font-size: 0.9375rem;
	line-height: 1.87;
}

.p-contact__input {
	font-size: 0.9375rem;
}

.p-contact__textarea {
	font-size: 0.9375rem;
}

.p-contact__btn {
	padding: 1.3125rem 1.25rem;
	width: 100%;
}

.p-contact__radio-group .wpcf7-form-control.wpcf7-radio {
	flex-direction: column;
	gap: 0.8125rem;
}

.p-contact__radio-group .wpcf7-list-item-label {
	font-size: 0.9375rem;
	line-height: 1.87;
}

.p-contact__checkbox-text {
	font-size: 0.9375rem;
	line-height: 1.87;
}

.p-contact__submit input[type=submit] {
	padding: 1.3125rem 1.25rem;
	width: 100%;
}

.p-fv {
	padding-top: 3.75rem;
}

.p-fv__deco--left {
	left: -59.7vw;
	top: 12.8vw;
	transform: translateX(6.6875rem);
}

.p-fv__deco--left img {
	width: 220.5vw;
}

.p-fv__deco--right {
	right: -123vw;
	top: -14vw;
}

.p-fv__deco--right img {
	width: 169vw;
}

.p-fv__content {
	padding-top: 3.75rem;
}

.p-fv__catch-line {
	font-size: 2.0625rem;
	line-height: 1.39;
}

.p-fv__catch-accent {
	margin-left: 0;
}

.p-fv__lead {
	font-size: 0.9375rem;
	line-height: 1.87;
	margin-top: 1.125rem;
}

.p-fv__buttons {
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 4rem;
}

.p-fv__button {
	height: 3.8125rem;
	width: 100%;
}

.p-fv__button:hover {
	opacity: 1;
}

.p-fv__images {
	gap: 0.5rem;
	grid-template-columns: 13.75rem 10.5625rem;
	grid-template-rows: 14.1875rem 6.25rem 6.3125rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 6.625rem;
}

.p-fv__image--01 {
	grid-column: 1/2;
	grid-row: 1/2;
}

.p-fv__image--02 {
	grid-column: 2/3;
	grid-row: 1/2;
}

.p-fv__image--03 {
	grid-column: 1/2;
	grid-row: 2/3;
}

.p-fv__image--04 {
	grid-column: 1/2;
	grid-row: 3/4;
}

.p-fv__image--05 {
	grid-column: 2/3;
	grid-row: 2/4;
}

.p-header {
	height: 4.875rem;
}

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

.p-header__logo a img {
	height: 3.125rem;
	width: 5.4375rem;
}

.p-header__nav {
	display: none;
}

.p-header__hamburger {
	display: block;
}

.p-message {
	padding: 6.25rem 0;
}

.p-message__deco--right {
	right: -25.875rem;
	top: -5.25rem;
}

.p-message__deco--right img {
	width: 35.75rem;
}

.p-message__deco--left {
	bottom: -21rem;
	left: -28rem;
	top: auto;
}

.p-message__deco--left img {
	width: 39.5rem;
}

.p-message__title {
	font-size: 1.4375rem;
	line-height: 1.57;
}

.p-message__text {
	font-size: 0.9375rem;
	line-height: 1.87;
	margin-top: 2.1875rem;
}

.p-recruit {
	padding: 4.5rem 0 6.25rem;
}

.p-recruit__bg {
	height: 30.1875rem;
}

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

.p-recruit__lead {
	font-size: 0.9375rem;
	line-height: 1.87;
	margin-top: 1.75rem;
}

.p-recruit__cards {
	flex-direction: column;
	margin-top: 2.5rem;
}

.p-recruit__card {
	padding: 2.1875rem 1.6875rem;
}

.p-recruit__card-header {
	gap: 0.5625rem;
	padding: 0;
}

.p-recruit__card-icon {
	height: 5.125rem;
	width: 5.125rem;
}

.p-recruit__card-title {
	font-size: 1.25rem;
	line-height: 1.21;
}

.p-recruit__card-table {
	gap: 0.6875rem;
	margin-top: 1.0625rem;
	max-width: none;
	padding: 0;
}

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

.p-recruit__card-label {
	font-size: 0.9375rem;
	line-height: 1.87;
	width: 100%;
}

.p-recruit__card-value {
	font-size: 0.9375rem;
	justify-content: center;
	line-height: 1.87;
	padding: 0.3125rem 0.875rem;
	text-align: center;
	width: 100%;
}

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

.p-recruit__btn {
	height: 3.8125rem;
	max-width: 20.9375rem;
}

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes gallery-scroll-sp {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-51.5625rem);
}

}

@keyframes gallery-scroll-pc {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-92.625rem);
}

}


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