@font-face {
	font-family: "Avenir";
	src: url(../font/avenir-light.ttf) format("truetype");
}

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

html {
	font-size: 16px;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

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

/* Set core body defaults */

body {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	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;
}

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

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 {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 3.125rem;
	color: #FFF;
	display: inline-flex;
	font-family: "Avenir", sans-serif;
	font-size: 1.375rem;
	font-weight: 400;
	justify-content: center;
	line-height: normal;
	max-width: -moz-fit-content;
	max-width: fit-content;
	min-width: 10.9375rem;
	padding: 0.4375rem 1.875rem;
	text-align: center;
	transition: all 0.45s;
}

.c-btn.--ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
}

.c-card {
	display: block;
}

.c-card__thumbnail {
	display: block;
}

.c-card__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 280/180;
	height: 100%;
	object-fit: cover;
	transition: all 0.45s;
	width: 100%;
}

.c-card__time {
	color: #AAAAAA;
	display: block;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 0.9375rem;
}

.c-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1rem;
	line-height: 1.5625;
	margin-top: 0.3125rem;
	overflow: hidden;
	transition: all 0.45s;
}

.c-hamburger {
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	--deg: 0deg;
	background-color: #fff;
	border-radius: 0.125rem;
	display: inline-block;
	height: 0.09375rem;
	left: 50%;
	position: absolute;
	top: var(--top);
	transform: translate(-50%, -50%) rotate(var(--deg));
	transition: all 0.45s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	--top: calc(50% - (9 / 16 * 1rem));
}

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

.c-hamburger span:nth-child(3) {
	--top: calc(50% + (9 / 16 * 1rem));
}

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

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

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

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

.c-title__en {
	font-size: 2.8125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.3555555556;
}

.c-title__ja {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	margin-top: 0.625rem;
}

.l-page {
	min-height: 100vh;
	position: relative;
}

.l-page::before {
	background: url(../images/common/bg.webp) center top/cover no-repeat;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

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

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

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

.p-content {
	padding: 10rem 0;
}

.p-content__title {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.p-content__main {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 3.5rem;
	overflow-wrap: anywhere;
}

.p-content__main > * + * {
	margin-top: 1.5rem;
}

.p-content__main h2,
.p-content__main h3,
.p-content__main h4 {
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.p-content__main h2 {
	border-left: 0.25rem solid #00F5FF;
	font-size: 2.125rem;
	margin-top: 4rem;
	padding-left: 1rem;
}

.p-content__main h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	font-size: 1.75rem;
	margin-top: 3.5rem;
	padding-bottom: 0.625rem;
}

.p-content__main h4 {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.p-content__main a {
	color: #00F5FF;
	text-decoration: underline;
	text-underline-offset: 0.18em;
	transition: opacity 0.45s;
}

.p-content__main ul,
.p-content__main ol {
	margin-top: 1.25rem;
	padding-left: 1.75rem;
}

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

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

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

.p-content__main img {
	height: auto;
	margin-inline: auto;
	max-width: 100%;
	width: auto;
}

.p-content__main blockquote {
	background: rgba(255, 255, 255, 0.08);
	border-left: 0.1875rem solid #00F5FF;
	margin-top: 1.75rem;
	padding: 1.375rem 1.5rem;
}

.p-content__main table {
	border-collapse: collapse;
	margin-top: 1.75rem;
	width: 100%;
}

.p-content__main th,
.p-content__main td {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0.75rem 0.875rem;
	text-align: left;
	vertical-align: top;
}

.p-content__main th {
	background: rgba(255, 255, 255, 0.08);
	font-weight: 400;
}

.p-content__main .aligncenter {
	margin-inline: auto;
}

.p-content__main .alignleft {
	float: left;
	margin: 0.375rem 1.5rem 0.75rem 0;
}

.p-content__main .alignright {
	float: right;
	margin: 0.375rem 0 0.75rem 1.5rem;
}

.p-content__main::after {
	clear: both;
	content: "";
	display: block;
}

.p-cv {
	background: linear-gradient(to right, #000 50%, transparent 50%);
	padding-block: 6.25rem 7.1875rem;
}

.p-cv__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-drawer {
	height: 100vh;
	max-height: 100svh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
}

.p-drawer__bg {
	background: #0A0A0A;
	height: 100%;
	left: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	top: 0;
	transition: all 0.5s;
	width: 100%;
}

.p-drawer__inner.l-inner {
	padding-inline: 1.6875rem;
}

.p-drawer__content {
	background-color: #000;
	height: 100%;
	margin-left: auto;
	overflow: auto;
	padding-block: 5.9375rem 1.875rem;
	position: relative;
	transform: translateX(105%);
	transition: all 0.5s;
	width: 16.875rem;
	z-index: 1;
}

.p-drawer__logo {
	max-width: 6.25rem;
}

.p-drawer__nav {
	margin-top: 1.5625rem;
}

.p-drawer__link:not(:last-child) a {
	border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.p-drawer__link a {
	align-items: center;
	display: flex;
	font-size: 1rem;
	line-height: 1.375;
	padding-block: 1.25rem;
	position: relative;
}

.p-drawer__link a::before {
	background: url(../images/common/nav-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0;
	width: 1.125rem;
}

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

.p-drawer.is-drawer-open .p-drawer__bg {
	opacity: 0.7;
}

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

.p-footer__top {
	background-color: #000;
	padding-block: 2.5rem 2.8125rem;
}

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

.p-footer__info {
	display: grid;
	font-size: 0.875rem;
	gap: 0.6875rem 0.9375rem;
	grid-template-columns: 3.125rem 1fr;
	margin-top: 1.625rem;
}

.p-footer__copy {
	font-size: 0.875rem;
	font-weight: 300;
	padding-block: 0.9375rem;
}

.p-form {
	margin-inline: auto;
	max-width: 50rem;
}

.p-form__row {
	align-items: flex-start;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 35.3125rem;
}

.p-form__row + .p-form__row {
	margin-top: 3.4375rem;
}

.p-form__label {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 3.3333333333;
}

.p-form__label.required::after {
	color: #00F5FF;
	content: "＊";
	font-size: 1.125rem;
	margin-left: 0.625rem;
}

.p-form__input input,
.p-form__input select {
	background-color: #fff;
	display: inline-block;
	font-size: 1rem;
	height: 3.75rem;
	letter-spacing: 0.1em;
	padding-inline: 1.5625rem;
	width: 100%;
}

.p-form__input input::-moz-placeholder,
.p-form__input select::-moz-placeholder {
	color: #bfbfbf;
}

.p-form__input input::placeholder,
.p-form__input select::placeholder {
	color: #bfbfbf;
}

.p-form__input select {
	background: #fff url(../images/common/select-arrow.svg) calc(100% - 1.875rem) center/0.5rem no-repeat;
}

.p-form__input textarea {
	background-color: #fff;
	display: inline-block;
	font-size: 1rem;
	height: 15rem;
	letter-spacing: 0.1em;
	padding-block: 1.25rem;
	padding-inline: 1.5625rem;
	width: 100%;
}

.p-form__input textarea::-moz-placeholder {
	color: #bfbfbf;
}

.p-form__input textarea::placeholder {
	color: #bfbfbf;
}

.p-form__input input.wpcf7-not-valid,
.p-form__input select.wpcf7-not-valid,
.p-form__input textarea.wpcf7-not-valid {
	background-color: #FFEBEB;
	border: 1px solid #E52C2C;
}

.p-form__confirm {
	display: block;
	margin-left: auto;
	margin-top: 2.1875rem;
	width: 35.3125rem;
}

.p-form__confirm .wpcf7-list-item {
	margin-left: 0;
}

.p-form__confirm input + span {
	align-items: center;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4285714286;
	padding-left: 2.5rem;
	position: relative;
}

.p-form__confirm input + span::before {
	background-color: #fff;
	content: "";
	height: 1.5625rem;
	left: 0;
	position: absolute;
	width: 1.5625rem;
}

.p-form__confirm input + span::after {
	background: url(../images/common/check.svg) center center/1.0625rem no-repeat;
	content: "";
	display: none;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	width: 1.5625rem;
}

.p-form__confirm input:checked + span::after {
	display: block;
}

.p-form__submit {
	margin-top: 2.1875rem;
}

.p-form__submit input {
	align-items: center;
	border: 1px solid #fff;
	border-radius: 3.125rem;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.1em;
	margin-inline: auto;
	transition: all 0.45s;
	width: 18.75rem;
}

.p-form__submit input:disabled {
	opacity: 0.6;
}

.p-form .wpcf7-not-valid-tip {
	color: red;
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.p-globalNav {
	height: 1.875rem;
}

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

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

.p-globalNav__link a {
	align-items: center;
	display: flex;
	font-family: "Avenir", sans-serif;
	font-size: 1.375rem;
	height: inherit;
	justify-content: flex-end;
	letter-spacing: 0.05em;
	overflow: hidden;
	padding-left: 2.9375rem;
	position: relative;
	text-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
}

@property --scale {
	syntax: "<number>";
	initial-value: 0;
	inherits: false;
}

.p-globalNav__link::before {
	background: url(../images/common/hover_vector.webp) left center/5rem no-repeat;
	content: "";
	height: 4.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: all 0.45s;
	width: 5rem;
}

.p-globalNav__link a span {
	display: inline-block;
	position: relative;
	transition: 0.75s;
}

.p-globalNav__link a span::after {
	content: attr(data-text);
	display: inline-block;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(0, calc(100% + 0.625rem));
	white-space: nowrap;
}

.p-globalNav__link:hover::before {
	transform: translateY(-50%) scale(1);
}

.p-globalNav__link a:hover span {
	transform: translate(0, calc(-100% - 0.625rem));
}

.p-header {
	height: 9.375rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.75s;
	width: 100%;
	z-index: 100;
}

.p-header.is-active {
	background-color: #000;
	top: 0 !important;
}

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

.p-header__logo {
	width: 13.125rem;
}

.p-header__globalNav {
	margin-left: auto;
}

.l-intro {
	margin-top: 9.375rem;
}

.p-intro {
	position: relative;
}

.p-intro::before {
	background: url(../images/front/big_logo.webp) center right/contain no-repeat;
	bottom: -12.5rem;
	content: "";
	height: min(47.9166666667vw, 57.5rem);
	position: absolute;
	right: 0rem;
	width: min(49.4791666667vw, 59.375rem);
	z-index: -1;
}

.p-intro__items {
	align-items: center;
	display: flex;
	gap: 13.4375rem;
	justify-content: center;
	position: relative;
}

.p-intro__items::before {
	background: url(../images/front/intro_cross.svg) center center/5.875rem no-repeat;
	content: "";
	height: 100%;
	inset: 0;
	margin: auto;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-intro__itemTitle {
	font-size: 3.125rem;
	letter-spacing: 0.1em;
}

.p-intro__itemText {
	font-size: 1.25rem;
	margin-top: 0.6875rem;
}

.p-intro__title {
	font-size: 2.1875rem;
	line-height: 1.7142857143;
	margin-top: 4.375rem;
}

.p-intro__text {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.p-mv {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100dvh;
	justify-content: center;
	min-height: 50rem;
}

.p-mv .l-inner {
	height: -moz-fit-content;
	height: fit-content;
}

.p-mv__logo {
	display: grid;
	height: 16.25rem;
	margin-inline: auto;
	place-items: center;
	position: relative;
	width: 16.25rem;
}

.p-mv__logo::before {
	animation: rotate 10s linear infinite;
	background: url(../images/front/mv_text.webp) center center/contain no-repeat;
	content: "";
	display: block;
	height: 100%;
	inset: 0;
	margin: auto;
	position: absolute;
	width: 100%;
}

.p-mv__logo img {
	height: auto;
	inset: 0;
	margin: auto;
	width: 6.125rem;
}

.p-mv__title {
	font-feature-settings: "palt";
	font-size: 4.375rem;
	letter-spacing: 0.1em;
	line-height: 1.4428571429;
	margin-top: -2.6875rem;
	position: relative;
	z-index: 1;
}

.p-mv__text {
	font-size: 1.375rem;
	line-height: 2;
	margin-top: 0.9375rem;
}

.p-philosophy {
	padding-top: 12.5rem;
}

.p-philosophy__title {
	position: relative;
}

.p-philosophy__title::before {
	background: url(../images/front/philosophy_title.svg) center center/contain no-repeat;
	content: "";
	height: 12.875rem;
	left: 29.875rem;
	position: absolute;
	top: -2.3125rem;
	width: 45.3125rem;
	z-index: -1;
}

.p-philosophy__main {
	margin-top: 6.25rem;
	position: relative;
}

.p-philosophy__vector {
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 19.375rem;
}

.p-philosophy__dot {
	background-color: #00F5FF;
	border-radius: 50%;
	height: 0.4375rem;
	position: absolute;
	width: 0.4375rem;
}

.p-philosophy__block {
	align-items: flex-start;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 19.375rem 1fr;
}

.p-philosophy__label {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	font-size: 1.875rem;
	font-weight: 300;
	justify-content: center;
}

.p-philosophy__content {
	display: grid;
	gap: 2.5rem;
	margin-top: 5rem;
}

.p-philosophy__content:has(.p-philosophy__lead:nth-child(3)) {
	gap: 1.875rem;
}

.p-philosophy__lead {
	font-size: 1.5625rem;
}

.p-philosophy__text {
	font-size: 1rem;
	line-height: 2.3125;
}

.p-philosophy__path svg {
	height: 100%;
	width: 100%;
}

.l-service {
	margin-top: 12.5rem;
}

.p-service {
	background-color: #000;
	padding-block: 8.4375rem 12.5rem;
}

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

.p-service__title::before {
	background: url(../images/front/service_title.svg) center center/contain no-repeat;
	content: "";
	height: 8.75rem;
	left: 50%;
	position: absolute;
	top: -4rem;
	transform: translateX(-50%);
	width: 52.1875rem;
	z-index: -1;
}

.p-service__blocks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.p-service__block {
	display: grid;
	grid-row: span 4;
	grid-template-rows: subgrid;
	padding-top: 3.125rem;
	position: relative;
}

.p-service__vector {
	aspect-ratio: 333/166;
	position: absolute;
	top: 0;
	width: calc(100% + 1.25rem);
}

.p-service__vector svg {
	height: 100%;
	width: 100%;
}

.p-service__icon {
	display: block;
	height: 3.375rem;
	margin-inline: auto;
	width: 4.75rem;
}

.p-service__icon img {
	-o-object-fit: contain;
	height: 100%;
	margin: auto;
	object-fit: contain;
}

.p-service__en {
	font-size: 1.25rem;
	margin-top: 2rem;
}

.p-service__blockTitle {
	font-size: 1.25rem;
	margin-top: 1.5625rem;
}

.p-service__blockText {
	font-size: 1rem;
	line-height: 2.3125;
	margin-inline: auto;
	margin-top: 2.8125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.pagination {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.pagination li button {
	background-color: #4D4D4D;
	border-radius: 50%;
	height: 0.625rem;
	padding: 0;
	transition: all 0.45s;
	width: 0.625rem;
}

.pagination li button.is-active {
	background-color: #00F5FF;
	transform: scale(1.2);
}

main {
	min-height: calc(100vh - 15.625rem);
	overflow: clip;
}

body.is-fixed {
	overflow: hidden;
}

.l-thanks,
.p-thanks {
	align-items: center;
	display: flex;
	height: inherit;
	height: calc(100vh - 15.625rem);
	justify-content: center;
	min-height: 31.25rem;
}

.p-thanks__inner {
	height: -moz-fit-content;
	height: fit-content;
}

.p-thanks__img {
	display: block;
	margin-inline: auto;
	max-width: 7rem;
}

.p-thanks__text {
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	margin-top: 2.1875rem;
}

.p-thanks__title {
	font-size: 1.5625rem;
	letter-spacing: 0.1em;
	margin-top: 0.9375rem;
}

.p-topCompany {
	padding-left: 5rem;
}

.p-topCompany__inner {
	display: contents;
}

.p-topCompany__info {
	align-items: flex-start;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 8.625rem 1fr;
	margin-top: 3.125rem;
}

.p-topCompany__label {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	gap: 0.625rem;
	letter-spacing: 0.1em;
	line-height: 2.1111111111;
}

.p-topCompany__label::before {
	background-color: #00F5FF;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.625rem;
	width: 0.625rem;
}

.p-topCompany__value {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 2.1111111111;
}

.l-topNews {
	margin-top: 12.5rem;
}

.p-topNews {
	background-color: #1A1A1A;
	padding-block: 7.5rem 11.25rem;
	position: relative;
}

.p-topNews::before {
	background: url(../images/front/topNews_title.svg) bottom right/contain no-repeat;
	bottom: 0;
	content: "";
	height: 12.8125rem;
	position: absolute;
	right: 0;
	width: 52.9375rem;
}

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

.p-topNews__main {
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5rem;
}

.p-topRecruit__inner {
	display: contents;
}

.p-topRecruit__lead {
	font-size: 1.875rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 3.125rem;
}

.p-topRecruit__text {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 2.5;
	margin-top: 1.5625rem;
}

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

.u-white {
	color: #fff;
}

.u-main-color {
	color: #00F5FF;
}

.u-main-font {
	font-family: "Noto Sans JP", sans-serif;
}

.u-en-font {
	font-family: "Avenir", sans-serif;
}

.u-bold {
	font-weight: bold;
}

.u-medium {
	font-weight: 500;
}

.u-regular {
	font-weight: 400;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

@media (hover: hover) {

.c-btn:hover {
	background-color: #00F5FF;
	border-color: #00F5FF;
	color: #000;
}

.c-card:hover .c-card__title {
	color: #00F5FF;
}

.p-form__submit input:not(:disabled):hover {
	background-color: #00F5FF;
	border-color: #00F5FF;
	color: #000;
}

}

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

.u-mobile {
	display: none;
}

}

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

.p-globalNav__links {
	gap: 1.25rem;
}

.p-globalNav__link a {
	font-size: 1.25rem;
}

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

}

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

html {
	font-size: 1.1111111111vw;
}

}

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

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

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

body {
	font-weight: 300;
}

.c-btn {
	max-width: 18.75rem;
	width: 100%;
}

.c-btn.--ja {
	font-size: 1rem;
	padding-block: 0.75rem;
}

.c-card__title {
	font-size: 0.875rem;
	line-height: 1.7857142857;
}

.c-card__title.u-regular {
	font-weight: 300;
}

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

.c-title__en {
	font-size: 1.875rem;
	line-height: 1.3666666667;
}

.c-title__ja {
	font-size: 1rem;
	line-height: 1.4375;
	margin-top: 0.3125rem;
}

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

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

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

.p-content {
	padding: 5rem 0;
}

.p-content__main {
	font-size: 0.9375rem;
	letter-spacing: 0.06em;
	line-height: 1.9;
	margin-top: 2.25rem;
}

.p-content__main > * + * {
	margin-top: 1.125rem;
}

.p-content__main h2 {
	font-size: 1.625rem;
	margin-top: 2.75rem;
	padding-left: 0.75rem;
}

.p-content__main h3 {
	font-size: 1.375rem;
	margin-top: 2.25rem;
	padding-bottom: 0.5rem;
}

.p-content__main h4 {
	font-size: 1.25rem;
	margin-top: 1.875rem;
}

.p-content__main ul,
.p-content__main ol {
	padding-left: 1.375rem;
}

.p-content__main th,
.p-content__main td {
	font-size: 0.875rem;
	padding: 0.625rem;
}

.p-content__main .alignleft,
.p-content__main .alignright {
	float: none;
	margin: 0.5rem auto;
}

.p-content__title {
	font-size: 2.125rem;
}

.p-cv {
	background: none;
	padding: 0;
}

.p-cv__inner {
	display: contents;
}

.p-footer__top {
	padding-block: 1.875rem;
}

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

.p-footer__info {
	font-size: 0.75rem;
	gap: 0.9375rem 0.3125rem;
	grid-template-columns: 4.375rem 1fr;
	line-height: 2.0833333333;
	margin-top: 1.5625rem;
}

.p-footer__copy {
	font-size: 0.625rem;
	padding-block: 0.5rem;
}

.p-form__row {
	gap: 0.9375rem;
	grid-template-columns: 100%;
}

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

.p-form__label {
	font-size: 1rem;
	line-height: 1.4375;
}

.p-form__label.required::after {
	color: #fff;
	font-size: 1rem;
	margin-left: 0.3125rem;
}

.p-form__input input,
.p-form__input select {
	font-size: 0.875rem;
	height: 3.125rem;
	padding-inline: 0.9375rem;
}

.p-form__input select {
	background-position: calc(100% - 1.25rem) center;
}

.p-form__input textarea {
	font-size: 0.875rem;
	height: 9.375rem;
}

.p-form__confirm {
	margin-left: initial;
	margin-top: 2.5rem;
	width: 100%;
}

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

.p-form__submit input {
	font-size: 1rem;
	height: 3.125rem;
}

.p-header {
	height: 4.375rem;
}

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

.p-header__logo {
	width: 6.875rem;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	position: relative;
	width: 1.4375rem;
	z-index: 1;
}

.l-intro {
	margin-top: 4.0625rem;
}

.p-intro::before {
	bottom: -5rem;
	height: 20rem;
	right: -5rem;
	width: 20.625rem;
}

.p-intro__items {
	align-items: flex-start;
	flex-direction: column;
	gap: 2rem;
}

.p-intro__items::before {
	background-size: 7.8125rem;
	opacity: 0.2;
}

.p-intro__item:nth-child(2 of .p-intro__item) {
	margin-left: auto;
}

.p-intro__itemTitle {
	font-size: 1.6875rem;
}

.p-intro__itemText {
	font-size: 1rem;
	margin-top: 0.3125rem;
}

.p-intro__title {
	font-size: 1.4375rem;
	line-height: 1.3043478261;
	margin-top: 3.125rem;
}

.p-intro__text {
	font-size: 0.875rem;
	line-height: 2.5;
	margin-top: 1.5625rem;
}

.p-mv {
	min-height: 31.25rem;
}

.p-mv__logo {
	height: 10rem;
	width: 10rem;
}

.p-mv__logo img {
	width: 3.875rem;
}

.p-mv__title {
	font-size: 1.875rem;
	margin-top: -1.375rem;
}

.p-mv__title span {
	font-size: 2.3125rem;
}

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

.p-philosophy {
	padding-top: 4.375rem;
}

.p-philosophy__title::before {
	height: 6.25rem;
	left: -1rem;
	top: -2.8125rem;
	width: 22.9375rem;
}

.p-philosophy__main {
	margin-top: 4.375rem;
}

.p-philosophy__vector {
	left: -3.5625rem;
	top: -1.3125rem;
}

.p-philosophy__dot {
	opacity: 0.15;
}

.p-philosophy__blocks {
	display: grid;
	gap: 3.75rem;
}

.p-philosophy__block {
	display: block;
	gap: 1.25rem;
}

.p-philosophy__label {
	aspect-ratio: unset;
	font-size: 1.5625rem;
	justify-content: flex-start;
}

.p-philosophy__content {
	gap: 0.9375rem;
	margin-top: 0;
}

.p-philosophy__content:has(.p-philosophy__lead:nth-child(3)) {
	gap: 0.625rem;
}

.p-philosophy__lead {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 1.25rem;
}

.p-philosophy__text {
	font-size: 0.875rem;
}

.l-service {
	margin-top: 5rem;
	overflow: hidden;
}

.p-service {
	padding-block: 4.6875rem 6.25rem;
}

.p-service__title::before {
	height: 6.25rem;
	top: -3.125rem;
	width: 26.875rem;
}

.p-service__blocks {
	display: block;
	margin-top: 4.375rem;
}

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

.p-service__block {
	display: block;
	padding-top: 2.5625rem;
}

.p-service__vector {
	width: 100%;
}

.p-service__icon {
	height: 2.875rem;
	width: 3.6875rem;
}

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

.p-service__blockTitle {
	font-size: 1.125rem;
	margin-top: 0.9375rem;
}

.p-service__blockText {
	font-size: 0.875rem;
	line-height: 2.2857142857;
	margin-top: 1.5rem;
	padding-inline: 1.1875rem;
}

.p-thanks__img {
	max-width: 4.375rem;
}

.p-thanks__text {
	font-size: 1.125rem;
	margin-top: 1.5625rem;
}

.p-thanks__title {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.p-topCompany {
	padding-left: 0;
	padding-top: 3.75rem;
}

.p-topCompany__inner {
	display: block;
}

.p-topCompany__info {
	gap: 0.625rem;
	grid-template-columns: 100%;
	margin-top: 0rem;
}

.p-topCompany__label {
	font-size: 1rem;
	line-height: 1.4375;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
}

.p-topCompany__label:nth-child(n+3) {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.p-topCompany__value {
	line-height: 1.6111111111;
}

.l-topNews {
	margin-top: 4.375rem;
	overflow: hidden;
}

.p-topNews {
	padding-block: 3.75rem;
}

.p-topNews::before {
	display: none;
}

.p-topNews__inner {
	display: grid;
	grid-template-columns: 100%;
}

.p-topNews__head {
	display: contents;
}

.p-topNews__btn {
	margin-top: 1.875rem;
	order: 1;
	text-align: center;
}

.p-topNews__main {
	display: block;
	margin-top: 3.125rem;
}

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

.p-topNews__block {
	width: 15.625rem;
}

.p-topRecruit {
	background-color: #000;
	padding-block: 3.75rem 4.375rem;
}

.p-topRecruit__inner {
	display: block;
}

.p-topRecruit__lead {
	font-size: 1.1875rem;
	line-height: 2.0526315789;
	margin-top: 2.5rem;
}

.p-topRecruit__text {
	font-size: 0.875rem;
	line-height: 2.0714285714;
	margin-top: 0.625rem;
}

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

.u-text-left--sp {
	text-align: left;
}

.u-text-center--sp {
	text-align: center;
}

.u-text-right--sp {
	text-align: right;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes rotate {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}

