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

:root {
	--font-weight-regular: 400;
	--font-weight-normal: 500;
	--font-weight-bold: 700;
}

:root {
	--black: #000;
	--white: #fff;
	--accent-color: #00FFFF;
}

body {
	color: #000;
	color: var(--black);
}

.u-desktop {
	display: none;
}

.u-desktop-inline {
	display: none;
}

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

html {
	font-size: 16px;
}

/* グローバルリセット */

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

/* テキストサイズの調整をリセット */

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* ボディの基本設定 */

body {
	word-wrap: anywhere;
	line-break: strict;
	line-height: 1.5;
	margin: 0;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
	word-break: normal;
}

/* デフォルトの余白とパディングを削除 */

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

/* リストスタイルのリセット */

ul,
ol {
	list-style: none;
}

/* クラスなしのaタグにデフォルトのスタイルを適用 */

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

/* インラインブロック要素 */

a,
span,
button {
	display: inline-block;
}

/* フォントとマージンのリセット */

small,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

/* 画像の調整 */

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

/* 記事内の自然な余白を設定 */

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

/* フォーム要素のフォント継承 */

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;
	outline: none;
}

textarea {
	resize: vertical;
}

/* チェックボックスとラジオボタンを非表示 */

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

/* ボタンやラベルにカーソルを設定 */

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

/* IE用の選択ボックスアイコンを非表示 */

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

/* aタグのスタイルとトランジション */

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

button {
	color: inherit;
}

/* ホバー時のカーソル設定 */

/* PCでtelリンクを無効化 */

/* タップ時のハイライトを透明に設定 */

a {
	-webkit-tap-highlight-color: transparent; /* リンクのハイライトを透明に */
}

button {
	-webkit-tap-highlight-color: transparent; /* ボタンのハイライトも透明に */
}

.case {
	background-color: #f2f2f2;
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
	padding-top: 4.375rem;
}

.case__swiper .swiper-wrapper {
	margin-top: 2.5rem;
	transition-timing-function: linear;
}

.case__swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 419/342;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company {
	margin-top: 5rem;
}

.company__content {
	margin-top: 2.5rem;
}

.company__item {
	font-feature-settings: "palt";
	display: grid;
	font-size: 0.75rem;
	grid-template-columns: 4.1875rem max-content;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.company__item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.company__term {
	font-weight: 700;
	font-weight: var(--font-weight-bold);
}

.company__desc {
	font-weight: 500;
	font-weight: var(--font-weight-normal);
}

.customer {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.customer__content {
	margin-top: 2.8125rem;
}

.customer__img-wrap {
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
}

.customer__img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 100%;
}

.customer__text-wrap {
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
}

.customer__text {
	font-feature-settings: "palt";
	line-height: 1.8;
}

.customer__name {
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.entry {
	background-color: #00FFFF;
	background-color: var(--accent-color);
	padding-bottom: 2.5rem;
	padding-top: 4.375rem;
}

.entry__form-wrap {
	margin-top: 2.5rem;
}

.entry__form-text {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	margin-bottom: 1.875rem;
}

.entry__form-thanks {
	font-feature-settings: "palt";
	font-size: 0.875rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	letter-spacing: 0.02em;
	margin-top: 0.875rem;
	text-align: center;
}

/* ===============================================
# form.scss
=============================================== */

.form__wrap + .form__wrap {
	margin-top: 1rem;
}

.form__label {
	font-size: 0.6875rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.form__wrap.form__wrap--textarea .form__label span {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 2;
}

.form__wrap.form__wrap--address .form__label::after {
	content: none;
}

.form__label::after {
	color: #FF0000;
	content: "*";
	font-size: 0.875rem;
	padding-left: 0.1875rem;
}

.form__input,
.form__textarea {
	margin-top: 0.625rem;
	width: 100%;
}

.form__input span,
.form__textarea span {
	display: block;
}

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

.form__submit .wpcf7-spinner {
	display: none;
}

.form__wrap.form__wrap--textarea {
	margin-top: 2.5rem;
}

.wpcf7-response-output {
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpcf7-response-output {
	width: -moz-fit-content;
	width: fit-content;
}

/* ===============================================
# form-input.scss
=============================================== */

.form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 0.625rem;
	line-height: 1;
	padding: 0.6875rem 0.9375rem;
	width: 100%;
}

.form-input input:focus {
	box-shadow: none;
	outline: none;
}

/* ===============================================
# form-textarea.scss
=============================================== */

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 0.625rem;
	height: 11.25rem;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

/* ===============================================
# form-submit.scss
=============================================== */

.form-submit input {
	background-color: #0000ff;
	border-radius: 10px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 1.25rem 7.5rem;
	transition: color 0.3s, background-color 0.3s;
}

.wpcf7-not-valid-tip {
	font-size: 0.625rem;
}

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

.message {
	background-color: #f2f2f2;
	margin-top: 5.625rem;
	padding-bottom: 2.8125rem;
	padding-top: 4.375rem;
}

.message__content {
	margin-top: 2.8125rem;
}

.message__img-wrap {
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
}

.message__img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 100%;
}

.message__text-wrap {
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
}

.message__text {
	font-feature-settings: "palt";
	line-height: 1.8;
}

.message__name {
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.mv {
	height: clamp(410px, 21.44rem + 17.857vw, 28rem);
	padding-top: 5rem;
	z-index: 1;
}

.mv__inner {
	height: 100%;
	position: relative;
}

.mv__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

.mv__title-wrap {
	color: #fff;
	display: inline-block;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 67%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.mv__main-title {
	display: flex;
	flex-direction: column;
	font-family: "Bebas Neue", serif;
	font-size: clamp(52px, 2.652rem + 2.551vw, 58px);
	font-weight: 400;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.04em;
}

p {
	font-size: myClamp(12, 24);
}

.mv__sub-title {
	font-feature-settings: "palt";
	color: #fff;
	display: block;
	font-size: clamp(16px, 0.641rem + 1.531vw, 18px);
	font-weight: 700;
	font-weight: var(--font-weight-bold);
}

.text-animetion {
	line-height: 1.4;
	overflow: hidden;
}

.text-animetion {
	animation: clip-in-slide 2.5s ease-in-out forwards;
	animation-delay: 0.3s;
	display: inline-block;
	opacity: 0;
}

.text-animetion.delay-1 {
	animation-delay: 0.6s;
}

.text-animetion.delay-2 {
	animation-delay: 0.9s;
}

.text-animetion.delay-3 {
	animation-delay: 1.2s;
}

.mv__swiper,
.mv__swiper .swiper-img {
	height: inherit;
	height: 220px;
	left: 50%;
	min-height: inherit;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 188px;
	z-index: 0;
}

.mv__swiper .swiper-img img {
	-o-object-fit: cover;
	aspect-ratio: 434/522;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

/* ===============================================
# スクロールダウン
=============================================== */

.scrolldown {
	animation: arrowmove 2s ease-in-out infinite;
	bottom: 1%;
	position: absolute;
	right: 4.375rem;
	z-index: 2;
}

.scrolldown span {
	bottom: 30px;
	color: #eee;
	font-size: 12px;
	font-weight: 400;
	font-weight: var(--font-weight-regular);
	left: -60px;
	letter-spacing: 0.05em;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
}

.scrolldown:before {
	background: #eee;
	bottom: 0;
	content: "";
	height: 10px;
	position: absolute;
	right: -3px;
	transform: skewX(-31deg);
	width: 1px;
}

.scrolldown:after {
	background: #eee;
	bottom: 0;
	content: "";
	height: 50px;
	position: absolute;
	right: 0;
	width: 1px;
}

.recruit {
	margin-top: 5rem;
}

.recruit__content {
	margin-top: 2.5rem;
}

.recruit__item {
	font-feature-settings: "palt";
	display: grid;
	font-size: 0.75rem;
	grid-template-columns: 4.1875rem max-content;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.recruit__item:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.recruit__term {
	font-weight: 700;
	font-weight: var(--font-weight-bold);
}

.recruit__desc {
	font-weight: 500;
	font-weight: var(--font-weight-normal);
}

.single {
	padding: 140px 0 100px 0;
}

.single__title {
	font-size: 20px;
	line-height: 1.5;
}

.single__content {
	margin-top: 30px;
}

.single__content h1 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h3 {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h5 {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content p {
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content a {
	-webkit-text-decoration: underline #0075C2;
	color: #0075C2;
	text-decoration: underline;
	text-decoration: underline #0075C2;
}

.single__content ul {
	margin-top: 16px;
}

.single__content ul li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 22px;
	text-indent: -18px;
}

.single__content ul li:not(:first-of-type),
.single__content ol li:not(:first-of-type) {
	margin-top: 10px;
}

.single__content ul li::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	width: 8px;
}

.single__content ol {
	counter-reset: number;
	margin-top: 32px;
}

.single__content ol li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 28px;
	text-indent: -12px;
}

.single__content ol li::before {
	color: #000;
	content: counter(number) ".";
	counter-increment: number;
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
}

.single__content figure {
	margin-top: 20px;
	width: 100%;
}

.single__content figure img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content .single-case__link {
	margin-top: 60px;
	text-align: center;
}

.value {
	margin-top: 3.4375rem;
	overflow: clip;
	padding-bottom: 2.5rem;
}

.value__item {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	position: relative;
	z-index: 1;
}

.value__item-bg-img-wrap {
	-webkit-clip-path: polygon(0 26%, 0 80%, 100% 26%);
	clip-path: polygon(0 26%, 0 80%, 100% 26%);
	position: absolute;
	top: 58%;
	translate: 0 -50%;
	width: 100%;
	z-index: 1;
}

.value__item-bg-img-wrap--left {
	left: 0;
}

.value__item-bg-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.value__item-bg-img-wrap::after {
	-webkit-clip-path: polygon(0 26%, 0 80%, 100% 26%);
	background-color: rgba(0, 255, 255, 0.7843137255);
	clip-path: polygon(0 26%, 0 80%, 100% 26%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.value__item-content {
	display: flex;
	flex-direction: column;
}

.value__item-number {
	display: inline-block;
	width: 7.125rem;
}

.value__item-number--02,
.value__item-number--03 {
	width: 8.8125rem;
}

.value__item-number-img {
	-o-object-fit: contain;
	aspect-ratio: 160/170;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.value__item-title {
	font-size: 1.1875rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	white-space: nowrap;
}

.value__item-text {
	font-feature-settings: "palt";
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--font-weight-normal);
	line-height: 1.8;
	margin-top: 1.25rem;
}

.value__item-img {
	-o-object-fit: cover;
	aspect-ratio: 485/646;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# フェードアニメーション：IntersectionObserver
=============================================== */

/* フェード */

.js-fade-in {
	opacity: 0;
	transition: opacity 2s ease-in-out;
}

.js-fade-in.is-active {
	opacity: 1;
}

.js-scaleImg {
	overflow: hidden;
}

.js-scaleImg img {
	opacity: 0;
	scale: 1.2;
	transition: scale 1.5s ease, opacity 1.5s ease;
}

.js-scaleImg.is-active img {
	opacity: 1;
	scale: 1;
}

.js-bg-text::before {
	opacity: 0;
	transition: opacity 1.5s ease-out;
	transition-delay: 0.6s;
}

.js-bg-text.is-active::before {
	opacity: 1;
}

:root {
	--delay-1: 0.2s;
	--delay-2: 0.4s;
	--delay-3: 0.6s;
	--delay-4: 0.8s;
}

.--delay-1 {
	transition-delay: 0.2s;
	transition-delay: var(--delay-1);
}

.--delay-2 {
	transition-delay: 0.4s;
	transition-delay: var(--delay-2);
}

.--delay-3 {
	transition-delay: 0.6s;
	transition-delay: var(--delay-3);
}

.--delay-4 {
	transition-delay: 0.8s;
	transition-delay: var(--delay-4);
}

.entry-btn {
	bottom: 20px;
	opacity: 0;
	position: fixed;
	right: 10px;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 6.25rem;
	z-index: 100;
}

.entry-btn.is-active {
	opacity: 1;
	visibility: visible;
}

.entry-svg {
	border-radius: 100vmax;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.entry-bg {
	fill: #0000ff;
	transition: fill 0.3s;
}

.entry-text {
	fill: white;
	transition: fill 0.3s;
}

.footer {
	background-color: #fff;
	padding-bottom: 0.3125rem;
	padding-top: 1.875rem;
	position: relative;
}

.footer__to-top {
	position: absolute;
	right: 15px;
	top: -17px;
	width: 2.0625rem;
}

.footer__to-top-img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	width: 15.5625rem;
}

.footer__logo-img {
	-o-object-fit: contain;
	aspect-ratio: 248/61;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__copyright {
	display: block;
	font-size: 0.625rem;
	letter-spacing: 0.06em;
	text-align: center;
}

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

.header {
	background-color: transparent;
	background-color: #fff;
	background-color: var(--white);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: background-color 0.3s ease-in-out;
	width: 100%;
	z-index: 1000;
}

.header.is-open {
	background-color: #00FFFF;
	background-color: var(--accent-color);
}

.header__inner {
	align-items: center;
	background-color: inherit;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__logo {
	height: inherit;
	margin-left: 1.25rem;
	width: 11.25rem;
}

.header__logo a {
	height: inherit;
	transition: opacity 0.3s;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 185/50;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
	height: inherit;
	position: relative;
}

.header__nav-items {
	display: flex;
	height: inherit;
}

.header__nav-item {
	align-items: center;
	display: flex;
	height: inherit;
	white-space: nowrap;
}

.header__nav-item a {
	align-items: center;
	color: #000;
	color: var(--black);
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	height: inherit;
	letter-spacing: 0.15em;
	line-height: 1.5;
	padding: 1.25rem;
}

.header__nav-title {
	text-align: center;
}

.header__nav-jptitle {
	position: relative;
}

.header__nav-en {
	font-size: 0.75rem;
	font-weight: 400;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#slide-line {
	background-color: #00FFFF;
	background-color: var(--accent-color);
	bottom: 0;
	height: 4px;
	position: absolute;
	transition: all 0.3s ease;
}

/* ===============================================
# ハンバーガーメニュー
=============================================== */

.header__hamburger {
	aspect-ratio: 1/1;
	background-color: #000;
	background-color: var(--black);
	border: none;
	border-radius: 100vmax;
	cursor: pointer;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	transition: 0.3s;
	width: 2.9375rem;
	z-index: 999;
}

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

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

.header__hamburger span:nth-of-type(2) {
	top: 0.1875rem;
}

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

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

/* ===============================================
# ドロワーメニュー
=============================================== */

.header__drawer {
	background-color: #00FFFF;
	background-color: var(--accent-color);
	bottom: 0;
	height: 100dvh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 6.25rem 2.5rem 1.875rem 2.5rem;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	width: 100vw;
	z-index: -1;
}

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

.header__drawer-nav {
	margin: 0 auto;
	max-width: 25rem;
}

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

.header__drawer-item a {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3176470588);
	display: block;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1;
	padding: 1.25rem 0.3125rem 1.25rem 0.3125rem;
}

.header__drawer-text {
	align-items: center;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.04em;
}

.header__drawer-en {
	font-weight: 400;
	font-weight: var(--font-weight-regular);
	margin-left: 0.625rem;
	text-transform: uppercase;
}

.arrow-black {
	aspect-ratio: 1/1;
	width: 0.9375rem;
}

.header__drawer-info {
	margin-top: 2.5rem;
	text-align: center;
}

.header__drawer-link {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 1.875rem 5rem;
}

.header__drawer-enlinktext {
	font-size: 0.625rem;
	font-weight: 400;
	font-weight: var(--font-weight-regular);
	text-transform: uppercase;
}

.header__drawer-copyright {
	display: block;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-top: 2.5rem;
	text-align: center;
}

body.is-open {
	overflow: hidden;
}

.section-title {
	font-weight: 700;
	font-weight: var(--font-weight-bold);
	text-align: center;
}

.section-title-jp {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
}

.section-title-en {
	font-size: 3.125rem;
	text-transform: uppercase;
}

@media (any-hover: hover) {

a:hover {
	cursor: pointer;
}

.form-submit input:hover {
	background-color: #fff;
	color: #0000ff;
}

.entry-btn:hover .entry-bg {
	fill: white;
}

.entry-btn:hover .entry-text {
	fill: #0000ff;
}

.footer__to-top:hover {
	top: 15px;
}

.header__logo a:hover {
	opacity: 0.7;
}

}

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

.mv__swiper,
.mv__swiper .swiper-img {
	height: 52vw;
	width: 47vw;
}

}

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

.u-desktop {
	display: block;
}

.u-desktop-inline {
	display: inline;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5238095238vw;
}

.case {
	margin-top: 6.25rem;
	padding-bottom: 11.25rem;
	padding-top: 9.375rem;
}

.case__swiper .swiper-wrapper {
	margin-top: 5.625rem;
}

.company {
	margin-top: 8.75rem;
}

.company__content {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.4375rem;
}

.company__list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.company__item {
	font-size: 0.875rem;
	grid-template-columns: 6.25rem max-content;
}

.customer {
	margin-top: 6.25rem;
	padding-bottom: 3.75rem;
}

.customer__content {
	grid-gap: 8%;
	align-items: flex-end;
	display: grid;
	gap: 8%;
	grid-template-columns: 41% 51%;
	margin-top: 8.125rem;
}

.customer__text-wrap {
	font-size: 0.875rem;
}

.customer__text {
	line-height: 2.1;
}

.customer__name {
	margin-top: 2.5rem;
}

.entry {
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
}

.entry__form-wrap {
	background-color: #fff;
	margin-top: 8.125rem;
	padding: 6.875rem 5.625rem 5.625rem 5.625rem;
}

.entry__form-text {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	margin-bottom: 3.75rem;
	text-align: center;
}

.entry__form-thanks {
	margin-top: 1.875rem;
}

.form__wrap {
	align-items: center;
	display: grid;
	grid-template-columns: 8.125rem auto;
}

.form__wrap.form__wrap--textarea {
	align-items: flex-start;
}

.form__label {
	font-size: 0.875rem;
}

.form__wrap.form__wrap--textarea .form__label span {
	display: block;
	font-size: 0.75rem;
	line-height: 1.5;
	padding-top: 1rem;
}

.form__input,
.form__textarea {
	margin-top: 0;
}

.form__submit {
	margin-top: 5rem;
}

.form-input input {
	background-color: #e6e6e6;
	border: none;
	font-size: 0.875rem;
	padding: 0.625rem 0.9375rem;
}

.form-textarea textarea {
	background-color: #e6e6e6;
	border: none;
	font-size: 0.875rem;
	height: 12.5rem;
}

.form-submit input {
	border: 2px solid #0000ff;
	font-size: 0.9375rem;
	padding: 1.5625rem 8.75rem;
}

.wpcf7-not-valid-tip {
	font-size: 0.875rem;
}

.inner {
	max-width: 1140px;
	padding-left: 45px;
	padding-right: 45px;
}

.message {
	margin-top: 9.375rem;
	padding-bottom: 9.375rem;
	padding-top: 8.75rem;
}

.message__content {
	grid-gap: 8%;
	align-items: center;
	display: grid;
	gap: 8%;
	grid-template-columns: 41% 51%;
	margin-top: 8.125rem;
}

.message__text-wrap {
	font-size: 0.875rem;
}

.message__text {
	line-height: 2.1;
}

.message__name {
	margin-top: 2.5rem;
}

.mv {
	height: max(800px, min(100vh, 900px));
	overflow: hidden;
	padding-top: 5.625rem;
}

.mv__title-wrap {
	left: 48%;
	line-height: 1.3;
	top: 50%;
}

.mv__main-title {
	font-size: 6.875rem;
	gap: 1.875rem;
}

.mv__sub-title {
	display: inline-block;
	font-size: 2.125rem;
	margin-top: 1.875rem;
}

.mv__sub-title.sp {
	display: none;
}

.text-animetion {
	line-height: 1;
}

.mv__swiper,
.mv__swiper .swiper-img {
	height: 600px;
	top: 52%;
	width: 500px;
}

.recruit {
	margin-top: 8.75rem;
	padding-bottom: 8.125rem;
	position: relative;
}

.recruit::after {
	background-color: rgba(0, 0, 0, 0.5019607843);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 97%;
}

.recruit__content {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.4375rem;
}

.recruit__list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.recruit__item {
	font-size: 0.875rem;
	grid-template-columns: 6.25rem max-content;
}

.single {
	padding: 200px 0 200px 0;
}

.value {
	margin-top: 8.125rem;
	padding-bottom: 3.75rem;
}

.value__item {
	margin-top: 5rem;
}

.value__item-bg-img-wrap {
	-webkit-clip-path: polygon(0 26%, 0 75%, 100% 26%);
	clip-path: polygon(0 26%, 0 75%, 100% 26%);
	height: 52.5rem;
	top: 60%;
	width: 80vw;
	z-index: -1;
}

.value__item-bg-img-wrap.value__item-bg-img-wrap--reverse {
	top: 53%;
}

.value__item-bg-img-wrap--reverse {
	right: -12.5rem;
}

.value__item-bg-img-wrap::after {
	-webkit-clip-path: polygon(0 26%, 0 75%, 100% 26%);
	clip-path: polygon(0 26%, 0 75%, 100% 26%);
}

.value__item-content {
	grid-gap: 5%;
	display: grid;
	gap: 5%;
	grid-template-columns: 56% 39%;
	margin-left: auto;
	max-width: 1140px;
}

.value__item-content-left {
	direction: ltr;
}

.value__item-content--reverse {
	direction: rtl;
}

.value__item-number {
	margin-left: 1.875rem;
	margin-top: 3.75rem;
	width: 9.125rem;
}

.value__item-number.value__item-number--reverse {
	display: block;
	margin-left: auto;
	margin-right: 2.1875rem;
	margin-top: 0;
}

.value__item-number--02,
.value__item-number--03 {
	width: 11.1875rem;
}

.value__item-text-wrap {
	margin-left: 5.625rem;
	margin-top: 2.5rem;
}

.value__item-text-wrap--reverse {
	margin-left: 0;
	margin-right: 5.625rem;
}

.value__item-title {
	font-size: clamp(20px, 0.179rem + 1.935vw, 30px);
	letter-spacing: 0.04em;
}

.value__item-text {
	font-size: 0.875rem;
	margin-top: 1.875rem;
}

.value__item-text-mt {
	margin-top: 2.5rem;
}

.js-scaleImg img {
	transition-delay: 0.2s;
}

.entry-btn {
	bottom: 6.25rem;
	right: 3.125rem;
	width: 8.75rem;
}

.entry-svg {
	border: 1px solid #0000ff;
}

.footer {
	padding-bottom: 1.5625rem;
	padding-top: 2.8125rem;
}

.footer__to-top {
	right: 30px;
	top: 20px;
	transition: top 0.3s;
	width: 2.6875rem;
}

.footer__copyright {
	margin-right: 1.875rem;
	text-align: right;
}

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

.header {
	height: 5.625rem;
	width: 100%;
	z-index: 100;
}

.header__inner {
	gap: 1.25rem;
	padding-left: clamp(0rem, -5.714rem + 8.929vw, 3rem);
	padding-right: clamp(0rem, -5.714rem + 8.929vw, 3rem);
}

.header__logo {
	width: 14.25rem;
}

.header__logo img {
	aspect-ratio: 248/62;
}

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

.arrow-black {
	width: 2.25rem;
}

.section-title-jp {
	font-size: 2.125rem;
}

.section-title-en {
	font-size: 6.25rem;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	-webkit-text-decoration: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.single__title {
	font-size: 32px;
}

.single__content {
	margin-top: 60px;
}

.single__content h1 {
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h2 {
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h3 {
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h4 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content h5 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content p {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single__content ul {
	margin-top: 20px;
}

.single__content ul li {
	font-size: 16px;
}

.single__content ul li::before {
	margin-right: 10px;
}

.single__content ol {
	margin-top: 38px;
}

.single__content ol li {
	font-size: 16px;
}

.single__content ol li::before {
	margin-right: 10px;
}

.single__content figure {
	margin-top: 30px;
}

.single__content .single-case__link {
	margin-top: 100px;
}

}

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

.value__item-bg-img-wrap {
	height: 65rem;
}

}

@media (min-width: 1050px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1080px) {

.mv__title-wrap {
	left: 45%;
}

}

@media (min-width: 1250px) {

.value__item-content {
	gap: 6%;
	grid-template-columns: 55% 39%;
}

.value__item-number {
	margin-left: 0;
}

}

@media (min-width: 1440px) {

.value__item-content {
	margin-left: auto;
	margin-right: auto;
}

}

@media (min-width: 1500px) {

.mv__swiper,
.mv__swiper .swiper-img {
	height: 40vw;
	width: 36vw;
}

.value__item-bg-img-wrap {
	top: 65%;
}

}

@media (min-width: 1800px) {

.value__item-bg-img-wrap {
	height: 1200px;
	top: 75%;
	width: 70vw;
}

}

@media (max-width: 768px) {

.--delay-1,
.--delay-2,
.--delay-3,
.--delay-4 {
	transition-delay: 0.2s;
}

}

@media (max-width: 767px) {

.company__list--left {
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.company__list--right {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.customer__text-wrap {
	margin-top: 2.5rem;
}

.form-input input:focus {
	border: 1px solid #ccc;
}

.form-textarea textarea:focus {
	border: 1px solid #ccc;
}

.message__text-wrap {
	margin-top: 2.5rem;
}

.mv__main-title {
	text-align: center;
}

.mv__sub-title {
	background-color: #666;
	padding-bottom: 1.875rem;
	padding-top: 2.5rem;
	position: relative;
	text-align: center;
}

.mv__sub-title.pc {
	display: none;
}

.scrolldown {
	display: none;
}

.recruit__list--left {
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.recruit__list--right {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
	border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}

.recruit__desc-indent {
	padding-left: 41px;
	text-indent: -41px;
}

.value__item-bg-img-wrap {
	max-width: 500px;
}

.value__item-bg-img-wrap--reverse {
	left: 0;
}

.value__item-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.value__item-content-left {
	display: contents;
}

.value__item-number {
	margin-left: 1.875rem;
	order: 1;
	position: relative;
	z-index: 1;
}

.value__item-text-wrap {
	margin-top: -1.25rem;
	order: 3;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	z-index: 1;
}

.value__item-img-wrap {
	margin-left: auto;
	margin-top: -10.5625rem;
	order: 2;
	width: 16.25rem;
}

.footer__copyright {
	margin-top: 0.9375rem;
}

.header__inner {
	padding-right: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes clip-in-slide {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	opacity: 0;
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

}

@keyframes scale {

0% {
	transform: scale(1.2);
}

100% {
	transform: scale(1);
}

}

@keyframes arrowmove {

0% {
	bottom: 1%;
}

50% {
	bottom: 3%;
}

100% {
	bottom: 1%;
}

}
