.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

body {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

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

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

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

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

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

.l-about {
	padding-top: 5rem;
}

.l-breadcrumb {
	margin-top: 0.5rem;
}

.l-other-works {
	margin-top: 10rem;
}

.p-other-works__inner {
	text-align: center;
}

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

.l-service {
	background: #fff;
	margin-top: -0.125rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	z-index: 1;
}

.btn__link {
	-moz-column-gap: 0.8125rem;
	align-items: center;
	background: #1b2e4f;
	column-gap: 0.8125rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 0.5rem 1.5625rem;
}

.btn__link-text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	transition: color 0.3s ease;
}

.btn__link-arrow-wrap {
	align-items: center;
	background-color: #1b2e4f;
	display: flex;
	justify-content: center;
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
	position: relative;
	transition: background-color 0.6s ease, transform 0.6s ease;
	width: auto;
}

.btn__link-arrow {
	height: 1rem;
	pointer-events: none;
	position: absolute;
	width: 1rem;
}

.btn__link-arrow--navy {
	opacity: 0;
}

.btn__link-arrow--white {
	opacity: 1;
	transform: translateX(0);
}

.c-breadcrumb span {
	font-size: 1rem;
}

.c-breadcrumb .current-item {
	color: #de8430;
}

.pagetop {
	border-radius: 50%;
	bottom: 1.875rem;
	cursor: pointer;
	height: 5rem;
	opacity: 0;
	position: fixed;
	right: 0.9375rem;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 5rem;
	z-index: 999;
}

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

.pagetop.is-hidden {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

/* 円形テキスト */

.pagetop__text {
	animation: rotateReverse 20s linear infinite;
	height: 100%;
	position: absolute;
	width: 100%;
}

.pagetop__text span {
	color: #fff;
	font-size: 0.5625rem;
	font-weight: 700;
	left: 50%;
	position: absolute;
	transform-origin: 0 2.5rem;
}

/* バー（外枠） */

.pagetop__bar {
	background: #7e7e7e;
	bottom: 2.5rem;
	height: 3.75rem;
	left: 50%;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	width: 0.125rem;
}

/* バー（アニメーション部分） */

.pagetop__bar-active {
	animation: scrollUp 3s ease-in-out infinite;
	background: #fff;
	height: 3.125rem;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0.125rem;
}

.c-section-title {
	display: inline-block;
	padding-top: 1.25rem;
	position: relative;
	text-align: center;
}

.c-section-title.c-section-title--other-works {
	display: block;
}

.c-section-title__main {
	color: #333333;
	display: inline-block;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	position: relative;
}

.c-section-title__main::before {
	background-color: #5b7c99;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: -35%;
	transform: translateX(-50%) rotate(-45deg);
	transform-origin: center;
	width: 1.25rem;
}

.c-section-title__main--first-white::before {
	background-color: #fff;
}

.c-section-title--white .c-section-title__main::before {
	background-color: #fff;
}

.c-section-title__main.c-section-title__main--big {
	font-size: 5rem;
}

.c-section-title__main span::first-letter {
	color: #5B7C99;
}

.c-section-title__main.c-section-title__main--first-white::first-letter {
	color: #fff;
}

.c-section-title__main.c-section-title__main--first-white span {
	display: inline-block;
}

.c-section-title__main.c-section-title__main--first-white span::first-letter {
	color: #fff;
}

.c-section-title__sub {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.375rem;
}

.c-section-title__sub.c-section-title__sub--contact {
	margin-top: -0.3125rem;
}

/* ---------------------------------------
   出現前（初期状態）
--------------------------------------- */

.animated__clipView {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	filter: blur(8px);
	opacity: 0;
	transform: scale(0.95) translateX(-1.875rem);
	transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ---------------------------------------
   出現後（要素が表示される状態）
--------------------------------------- */

.animated__clipView.js-show {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	filter: blur(0);
	opacity: 1;
	transform: scale(1) translateX(0);
}

/* ---------------------------------------
   各文字（分割後の1文字ずつ）
--------------------------------------- */

.animated__clipView .char {
	color: #333; /* 最終的な色（通常版） */
	display: inline-block;
	opacity: 0;
	transform: translateX(-0.5rem);
	will-change: transform, opacity, color;
}

/* ---------------------------------------
   各文字：出現時の状態
--------------------------------------- */

.animated__clipView.js-show .char {
	animation: charColorFade 0.6s linear forwards;
	animation-delay: calc(var(--i) * 0.04s + 0.5s);
	color: #5fd6ff; /* 出現時の淡い水色 */
	opacity: 1;
	transform: translateX(0);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
	transition-delay: calc(var(--i) * 0.04s);
}

/* 通常版の色フェード（最終色 #333） */

/* ============================================================
   白バージョン（--white）
   最終色を #fff に変えるだけの修飾子
============================================================ */

.animated__clipView--white.js-show .char {
	animation: charColorFadeWhite 0.6s linear forwards;
	animation-delay: calc(var(--i) * 0.04s + 0.5s);
	color: #5fd6ff; /* 出現時の水色 */
}

/* 白バージョンのフェード（最終色 #fff） */

/* ============================================================
   特殊設定（1文字目の色固定など）
============================================================ */

/* アニメーション中でも青固定（詳細度で上書き） */

.animated__clipView.js-show .char.is-blue {
	animation: none; /* charColorFade/charColorFadeWhiteを無効化 */
	color: #5b7c99; /* 青固定 */
}

/* WORKS用：最初の1文字を白に固定 */

.c-section-title__main.c-section-title__main--first-white .char:first-child,
.c-section-title__main.c-section-title__main--first-white span .char:first-child {
	animation-name: none;
	color: #fff;
}

/* first-letter指定を無効化してcharの色変化を優先 */

.animated__clipView .c-section-title__main span::first-letter,
.animated__clipView .c-section-title__sub span::first-letter {
	color: inherit;
}

.animated-fadeIn {
	opacity: 0;
	transition: opacity 0.6s ease, translate 0.6s ease;
	translate: 0 2.5rem;
}

.animated-fadeIn.js-show {
	opacity: 1;
	translate: 0 0;
}

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

/*サイズ等の指定*/

/*ボタン系の指定*/

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

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

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

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

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

.p-form button,
.p-form [type=button],
.p-form [type=submit] {
	-webkit-text-decoration: none;
	background: #5B7C99;
	background-image: none;
	border: none;
	border-radius: 0;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1; /*↓リセットCSS */
	margin: 0; /*↓カスタム */
	padding: 1.0625rem 4.5rem;
	text-decoration: none;
	transition: 0.3s ease;
	width: auto;
}

[type=radio] {
	display: none;
}

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

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

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

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

[type=checkbox] {
	display: none;
}

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

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

[type=checkbox] + span::after {
	border-bottom: 2px solid #b80000;
	border-left: 2px solid #b80000;
	content: "";
	display: block;
	height: 0.375rem;
	left: 0;
	margin-left: 0.2em;
	margin-top: -0.15em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: opacity 0.3s ease;
	width: 0.875rem;
}

[type=checkbox]:checked + span::after {
	opacity: 1;
}

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

select:focus {
	border: 1px solid #2c74b3;
}

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

[type=date]:focus {
	border: 1px solid #2c74b3;
}

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

textarea {
	height: 12.5rem;
	max-width: 37.5rem;
	resize: vertical;
	width: 100%;
}

.wpcf7-spinner {
	display: none !important;
}

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

.mask {
	-webkit-mask-image: url(../images/common/mask.png);
	-webkit-mask-position: center bottom;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: auto 150%;
	mask-image: url(../images/common/mask.png);
	mask-mode: alpha;
	mask-position: center bottom;
	mask-repeat: no-repeat;
	mask-size: auto 150%;
	opacity: 0;
	will-change: mask-position, mask-size, opacity;
	z-index: 0;
}

.mask.on {
	animation: 1.2s mask-animation cubic-bezier(0, 0.4, 0.48, 1) 0s forwards;
}

.p-nav__items {
	margin-top: 3.5rem;
	text-align: center;
}

.p-nav__item a {
	color: #333333;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.125;
	padding: 0.75rem 0;
	white-space: nowrap;
}

/* CONTACT専用のボタン風スタイル */

.p-nav__item--contact a {
	background-color: #5B7C99; /* 初期背景は青 */
	color: #fff; /* 初期文字色は白 */
	margin-top: 0.75rem;
	padding: 0.625rem 0.75rem; /* ボタンの内側余白 */
	transition: background-color 0.5s ease, color 0.5s ease;
}

.p-about {
	position: relative;
	z-index: 2;
}

.p-about__inner {
	max-width: 40rem;
}

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

.p-about__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 12.5rem;
}

.p-about__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-about__wrapper {
	border-bottom: 1px solid #333333;
	margin-top: 1.5rem;
	padding-bottom: 1rem;
	text-align: center;
}

.p-about__wrap {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.p-about__name {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.p-about__name::first-letter {
	color: #5B7C99;
}

.p-about__role {
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin-top: 0.5rem;
}

.p-about__role::first-letter {
	color: #5B7C99;
}

.p-about__description {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1rem;
}

.p-about__list {
	margin-top: 1rem;
}

.p-about__label {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.p-archive-works__inner {
	max-width: 40rem;
}

.p-archive-works__items {
	grid-gap: 2.4375rem;
	display: grid;
	gap: 2.4375rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.5rem;
	position: relative;
}

.p-archive-works__item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.p-archive-works__item:hover {
	opacity: 1;
}

.p-archive-works__img {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	padding-bottom: 1.25rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 100%;
}

.p-archive-works__img img {
	-o-object-fit: cover;
	aspect-ratio: 600/506;
	object-fit: cover;
	transition: 0.6s;
}

.p-archive-works__title {
	margin-top: 0.75rem;
	text-align: center;
}

.p-archive-works__name {
	color: #5b7c99;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-contact {
	background: #5B7C99;
	transition: 0.3s ease;
}

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

.p-contact__description {
	color: #fff;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-contact__list {
	align-content: center;
	display: grid;
	justify-content: center;
	margin-top: 1.875rem;
	place-content: center;
}

.p-contact__item:nth-child(2) {
	margin-top: 1.25rem;
}

.p-contact__link {
	display: block;
	margin-top: 5rem;
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.p-drawer {
	background-color: #fff;
	bottom: 0;
	display: none;
	height: calc(100vh - 4rem);
	left: 0;
	position: absolute;
	right: 0;
	top: 4rem;
	width: 100%;
	z-index: 900;
}

.p-drawer__inner {
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 33.125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-drawer__wrap {
	height: inherit;
	overflow-y: scroll;
	scrollbar-width: none;
}

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

.p-footer__copyright {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-align: center;
}

.p-footer {
	background: #5B7C99;
	margin-top: -0.125rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	transition: 0.3s ease;
}

.p-footer__logo {
	max-width: 7.1875rem;
	width: 100%;
}

.p-footer__nav-items {
	height: inherit;
	text-align: center;
}

.p-footer__nav-item a:hover {
	opacity: 1;
}

.p-footer__nav-item a {
	-webkit-text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.p-footer__nav-item--contact a {
	background-color: #fff;
	border: 1px solid #5B7C99;
	color: #5B7C99;
	margin-left: 1.25rem;
	padding: 0.625rem 0.75rem;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.p-footer__wrap {
	position: relative;
	transition: transform 0.5s cubic-bezier(0.6, 0, 0, 1);
}

.p-footer__en {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-footer__ja {
	left: 50%;
	position: absolute;
	top: 200%;
	transform: translateX(-50%);
}

.p-form {
	letter-spacing: 0.01em;
}

.p-form dl:not(:first-child) {
	margin-top: 2.5rem;
}

.p-form__item dt {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-form__item dt span {
	color: #B80000;
	display: inline-block;
	font-size: 0.8125rem;
	margin-left: 0.625rem;
}

.p-form__item dd {
	flex-grow: 1;
	margin-top: 1rem;
}

.p-form__checkbox {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
}

.p-form__checkbox .wpcf7-list-item {
	display: block;
	margin: 0;
}

.p-form__checkbox .wpcf7-list-item:not(:first-child) {
	margin-top: 1rem;
}

.p-from__btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	transition: opacity 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	height: 4rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: translate 0.5s ease;
	z-index: 1000;
}

.p-header.js-slide-up {
	translate: 0 -100%;
}

.p-header-no-scroll {
	height: 100%;
	overflow: hidden;
}

.p-header.is-open {
	background-color: #fff;
	transition: background-color 0.5s ease;
}

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

.p-header__logo {
	font-family: "Sorts Mill Goudy", serif;
	font-size: 1.125rem;
	font-weight: 400;
	height: inherit;
	width: 100%;
	z-index: 999;
}

.p-header__logo a {
	display: flex;
	height: inherit;
	justify-content: center;
}

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

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

.p-header__logo-main {
	display: block;
	font-size: 0.75rem;
}

.p-header__logo-sub {
	display: block;
	font-size: 1.25rem;
}

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

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

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

.p-header__nav-item {
	align-items: center;
	display: flex;
	height: inherit;
}

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

.p-header__nav-item a {
	-webkit-text-decoration: none;
	color: inherit;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

/* CONTACT専用のボタン風スタイル */

.p-header__nav-item--contact a {
	background-color: #5B7C99; /* 初期背景は青 */
	border: 1px solid #5B7C99; /* 枠線付きボタン */
	color: #fff; /* 初期文字色は白 */
	margin-left: 1.25rem;
	padding: 0.625rem 0.75rem; /* ボタンの内側余白 */
	transition: background-color 0.6s ease, color 0.6s ease;
}

.p-header__wrap {
	position: relative;
	transition: transform 0.6s cubic-bezier(0.6, 0, 0, 1);
}

.p-header__en {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-header__ja {
	left: 50%;
	position: absolute;
	top: 200%;
	transform: translateX(-50%);
}

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

.p-header__hamburger span {
	background-color: #5B7C99;
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.3s;
	width: 2rem;
}

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

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

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

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

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

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

.p-loader {
	align-content: center;
	background: #1b2e4f;
	bottom: 0;
	display: grid;
	justify-content: center;
	left: 0;
	overflow: hidden;
	place-content: center;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.p-loader__circle {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 80px rgba(255, 255, 255, 0.8), 0 0 120px rgba(135, 206, 235, 0.6), 0 0 160px rgba(255, 255, 255, 0.4);
	height: 200vmax;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 200vmax;
	z-index: 10000;
}

.p-loader__halo {
	display: none;
}

.p-loader__logo {
	align-items: center;
	display: flex;
	justify-content: center;
	opacity: 0;
	position: relative;
	text-align: center;
	z-index: 10001;
}

.p-loader__title {
	color: #1b2e4f;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.p-mv {
	height: 100svh;
	min-height: 25rem;
	overflow: hidden;
	position: relative;
}

.p-mv__title-wrap {
	left: calc(50% - min(45vw, 19.6875rem));
	opacity: 0;
	position: absolute;
	top: 35%;
	z-index: 800;
}

.p-mv__title-wrap::before {
	background: linear-gradient(-100deg, #536990 0%, #ECECEC 100%);
	bottom: 23%;
	content: "";
	filter: blur(8px);
	left: 8%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 7%;
	top: 13%;
	transform: scale(0.8) rotate(-3deg);
	transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: -1;
}

.p-mv__title-wrap.on::before {
	filter: blur(0px);
	opacity: 0.5;
	transform: scale(1) rotate(0deg);
}

.p-mv__main-title {
	font-family: "Sorts Mill Goudy", serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.9375rem;
	overflow: hidden;
}

.p-mv__main-title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(-45deg, #5B7C99 0%, #1E2933 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	filter: blur(8px);
	opacity: 0;
	transform: translateY(100%) scale(0.95);
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-mv__title-wrap.on .p-mv__main-title span {
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
}

.p-mv__sub-title {
	font-family: "Sorts Mill Goudy", serif;
	font-size: 2rem;
	line-height: 1;
	overflow: hidden;
}

.p-mv__sub-title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(-45deg, #5B7C99 0%, #1E2933 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	filter: blur(8px);
	opacity: 0;
	transform: translateY(100%) scale(0.95);
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-mv__title-wrap.on .p-mv__sub-title span {
	filter: blur(0);
	opacity: 1;
	transform: translateY(0) scale(1);
}

.p-mv__description {
	bottom: 10%;
	overflow: hidden;
	position: absolute;
	right: 10%;
}

.p-mv__description span {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.p-mv__title-wrap.on .p-mv__description span {
	opacity: 1;
	transform: translateY(0);
}

.p-mv__img {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.p-mv__img img {
	-o-object-fit: cover;
	height: calc(100% + 9.375rem); /* 足りないときは縦に広げる */
	object-fit: cover;
	width: 100%;
}

.p-mv__scroll-down {
	-webkit-text-decoration: none;
	bottom: 0.9375rem;
	height: 5rem;
	position: absolute;
	right: 0.9375rem;
	text-decoration: none;
	width: 5rem;
}

.p-mv__circle-text {
	animation: rotate 20s linear infinite;
	height: 100%;
	position: absolute;
	width: 100%;
}

.p-mv__circle-text span {
	color: #333333;
	font-size: 0.5625rem;
	font-weight: 700;
	left: 50%;
	position: absolute;
	transform-origin: 0 2.5rem;
}

.p-mv__scrolldown-bar {
	background: #bbbbbb;
	bottom: 2.5rem;
	height: 3.75rem;
	overflow: hidden;
	position: absolute;
	right: 2.5rem;
	width: 0.125rem;
}

.p-mv__scrolldown-bar-active {
	animation: 3s ease-in-out backwards infinite scrollDown;
	background: #4b4b4b;
	bottom: 100%;
	height: 3.125rem;
	left: 0;
	position: absolute;
	width: 0.125rem;
}

.p-page-contact__inner.l-inner {
	max-width: 40rem;
}

.p-page-contact__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-align: center;
}

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

.p-page-contact__wrap {
	text-align: center;
}

.p-page-contact__privacy-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 2rem;
}

.p-page-contact__privacy-description {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: left;
}

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

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

.p-page-contact__agreement {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin-top: 1.5rem;
}

.p-service__inner {
	max-width: 40rem;
}

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

.p-service-item__wrap {
	background: #fff;
	border: 1px solid #5B7C99;
	height: 100%;
	padding: 0.5rem 1.5rem 1.5rem 2rem;
}

.p-service-item__icon {
	width: 100%;
}

.p-service-item__icon img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 3.5rem;
}

.p-service-item__title {
	color: #5B7C99;
	font-size: 1.25rem;
	margin-top: 0.5rem;
	text-align: center;
}

.p-service-item__text {
	margin-top: 0.625rem;
}

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

.p-service-skill-block:nth-of-type(2) {
	margin-top: 2rem;
}

.p-service-skill-block__header {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.p-service-skill-block__header img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 2rem;
}

.p-service-skill-block__title {
	color: #5B7C99;
}

.p-service-skill-block__list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 1.5rem;
}

.p-service-skill-block__item {
	text-align: center;
}

.p-service-skill-block__item span {
	display: block;
	margin-top: 0.625rem;
}

.p-service-skill-block__item img {
	-o-object-fit: contain;
	height: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 2.5rem;
}

.p-single-works {
	margin-top: 4rem;
}

.p-single-works__inner {
	max-width: 40rem;
	width: 100%;
}

.p-single-works__img {
	margin-left: auto;
	margin-right: auto;
}

.p-single-works__img img {
	-o-object-fit: cover;
	aspect-ratio: 600/506;
	height: auto;
	object-fit: cover;
}

.p-single-works__title {
	margin-top: 1.5rem;
	text-align: center;
}

.p-single-works__main {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4;
}

.p-single-works__sub {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.5rem;
}

.p-single-works__url {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin-top: 1rem;
}

.p-single-works__items {
	margin-top: 2.5rem;
}

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

.p-single-works__label {
	color: #5B7C99;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	max-width: 6.25rem;
	padding-bottom: 0.5rem;
	position: relative;
	width: 100%;
}

.p-single-works__content {
	border-bottom: 1px solid #333333;
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	padding-bottom: 0.4375rem;
	white-space: pre-line;
}

.p-single-works__share {
	margin-top: 5rem;
}

.p-single-works__share-title {
	color: #5B7C99;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.p-single-works__wrapper {
	margin-top: 1rem;
	width: 100%;
}

.p-single-works__share-img:nth-of-type(2) {
	margin-top: 2.5rem;
}

.p-single-works__share-img img {
	-o-object-fit: cover;
	aspect-ratio: 355/79;
	height: auto;
	object-fit: cover;
}

.p-single-works__description {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 1.5rem;
}

.p-other-works__swiper {
	margin-top: 4rem;
}

.p-other-works-swiper {
	position: relative;
}

.p-other-works-swiper .swiper-slide {
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
	height: auto;
	opacity: 0.3;
	transform: scale(0.75);
	transform-origin: center center;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

.p-other-works-swiper .swiper-slide-active {
	margin-bottom: 0.3125rem;
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.p-swiper__img {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
	padding-bottom: 1.25rem;
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
}

.p-swiper__mask {
	align-items: center;
	background: rgba(91, 124, 153, 0.5);
	border-radius: 0.5rem;
	bottom: 0;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.6s ease;
	width: 100%;
}

.p-swiper__img:hover .p-swiper__mask {
	opacity: 1;
}

.p-swiper__mask p {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	width: 80%;
}

.p-other-works-swiper .p-swiper__img img {
	-o-object-fit: cover;
	aspect-ratio: 600/506;
	height: auto;
	object-fit: cover;
}

.p-other-works-swiper .swiper-pagination {
	bottom: -3rem;
}

.p-other-works-swiper .swiper-pagination .swiper-pagination-bullet {
	background: #5B7C99;
}

.p-other-works__btn {
	display: inline-flex;
	margin-top: 5rem;
}

.p-skills-card-list {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.p-skills-card-list:hover {
	opacity: 1;
}

.p-skills-card-list__media {
	width: 100%;
}

.p-skills-card-list__video {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-skills-card-list__item-img {
	overflow: hidden;
	width: 100%;
}

.p-skills-card-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 9/5;
	object-fit: cover;
	transition: 0.6s;
	width: 100%;
}

.p-skills-card-list__title-wrap {
	padding-top: 1rem;
}

.p-skills-card-list__item-title {
	border-bottom: 1px solid #333;
	color: #5B7C99;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 0.25rem;
}

.p-skills-card-list__item-text {
	color: #333333;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-skills-card-lists {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(1, 1fr);
	position: relative;
}

.p-skills__bg-video {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-skills__inner {
	max-width: 39.375rem;
}

.p-skills__lists {
	margin-top: 1.8125rem;
}

.p-skills__btn {
	margin-top: 2.625rem;
	text-align: center;
}

.p-skills-container,
.p-service {
	transition: none;
	will-change: background-color;
}

.p-strengths {
	display: flex;
	overflow-x: clip;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-strengths__img {
	height: 100vh;
	left: 0;
	position: sticky;
	top: 0;
	width: 0;
	z-index: 1;
}

.p-strengths__img img {
	-o-object-fit: cover;
	-o-object-position: 75%;
	display: block;
	filter: brightness(0.4);
	height: 100%;
	left: 0;
	max-width: none;
	object-fit: cover;
	object-position: 75%;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100vw;
}

/* 3つ目のimgだけ位置を変える */

.p-strengths__img picture:nth-of-type(2) img,
.p-strengths__img picture:nth-of-type(3) img {
	-o-object-position: center;
	object-position: center;
}

.section-wrapper {
	position: relative;
	width: 100%;
	z-index: 2;
}

.section {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	width: 100%;
}

.section__inner {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	justify-content: center;
	max-width: 68.75rem;
}

.heading {
	color: white;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.text span {
	color: #6e6e6e;
	display: inline-block;
	font-size: 1rem;
	transition: color 0.3s ease-out;
	will-change: color;
}

.text span.is-active {
	color: #fff;
}

.text__link {
	border-bottom: 1px solid currentColor;
	cursor: pointer;
	display: inline;
	pointer-events: auto;
	position: relative;
	transition: opacity 0.3s ease, border-bottom-color 0.3s ease;
	z-index: 10;
}

.text__link span {
	color: #6e6e6e;
	transition: color 0.3s ease-out;
	will-change: color;
}

.text__link span.is-active-link {
	color: #B80000;
}

.text__link.is-active {
	border-bottom-color: #B80000;
}

.p-strengths__content {
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-strengths__panel {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	width: 100%;
}

.p-strengths__panel-inner {
	align-items: center;
	gap: 3.125rem;
	justify-content: center;
	max-width: 68.75rem;
}

.p-strengths__heading {
	color: white;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.p-p-strengths__text-wrap {
	margin-top: 1.25rem;
}

.p-strengths__text {
	color: #fff;
	font-size: 1rem;
	width: 100%;
}

.p-strengths__text:not(:first-of-type) {
	margin-top: 1.25rem;
}

.p-strengths__img-wrap {
	width: 100%;
}

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

.p-strengths__link {
	border-bottom: 1px solid currentColor;
	cursor: pointer;
	display: inline;
	pointer-events: auto;
	position: relative;
	transition: opacity 0.3s ease, border-bottom-color 0.3s ease;
	z-index: 10;
}

.p-strengths__link span {
	color: #6e6e6e;
	transition: color 0.3s ease-out;
	will-change: color;
}

.p-strengths__link span.is-active-link {
	color: #B80000;
}

.p-strengths__link.is-active {
	border-bottom-color: #B80000;
}

.p-works {
	background: #eff5fc;
	contain: layout style;
	min-height: 100vh;
	position: relative;
	transition: background-color 0.5s ease;
	width: 100%;
	will-change: transform;
	z-index: 1;
}

.p-works__inner {
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
	width: 100%;
}

.p-works__area {
	height: 100%;
	min-height: 100vh;
	position: relative;
	width: 100%;
}

.p-works__item {
	backface-visibility: hidden;
	justify-content: center;
	left: 50%;
	max-height: 213.3333333333vw;
	min-height: 70vh;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0) translateZ(0);
	visibility: hidden;
	width: 100%;
	will-change: opacity, visibility;
}

.p-works__item.is-active {
	opacity: 1;
	visibility: visible;
}

.p-works__wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	width: 100%;
}

.p-works__img {
	-o-object-fit: cover;
	object-fit: cover;
	overflow-x: clip;
	padding-bottom: 1.5rem;
	padding-top: 5rem;
}

.p-works__img img {
	aspect-ratio: 263/222;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	transition: transform 0.6s ease;
	width: min(100%, 16.4375rem);
}

.p-works__item:has(.p-works__btn:hover) .p-works__img img {
	transform: scale(1.1);
}

.p-works__content {
	align-items: center;
	background: rgb(91, 124, 153);
	background: rgba(91, 124, 153, 0.8);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 5.3333333333vw;
	transition: background-color 0.5s ease;
	width: 100%;
}

.p-works__wrap {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 1.5rem;
	padding-bottom: 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-works__number {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-works__title {
	color: white;
	font-size: 1.125rem;
	line-height: 1.6;
}

.p-works__description {
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.2;
	padding-top: 0.5rem;
	text-align: center;
}

.p-works__list {
	margin-top: 0.9375rem;
}

.p-works-list__item {
	display: block;
	padding: 0.5rem 0;
}

.p-works-list__item-meta {
	align-items: center;
	display: flex;
}

.p-works-list__item-category {
	background-color: #fff;
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	min-width: 5rem;
	padding-bottom: 0.625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.625rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-works-list__item-title {
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 1.25rem;
}

.p-works__btn {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

.p-skills-container {
	background: #fff;
	border-radius: 1.5625rem 1.5625rem 0 0;
	margin-top: -100vh;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	z-index: 10;
}

.sub-mv {
	background: linear-gradient(-45deg, #5B7C99 0%, #1E2933 100%);
	min-height: 13.75rem;
	position: relative;
	z-index: 1;
}

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

.sub-mv__title {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 400;
	left: 50%;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 65%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.sub-mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/460;
	height: 22.5rem;
	object-fit: cover;
	opacity: 0.7;
	width: 100%;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (any-hover: hover) {

.btn__link:hover {
	opacity: 1;
}

.btn__link.is-animating .btn__link-arrow--white {
	animation: arrowSlideReenter 0.5s ease forwards;
}

.p-bottom-area:hover .p-contact,
.p-bottom-area:hover .p-footer {
	background: #1b2e4f;
}

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

.p-footer__nav-item--contact a:hover {
	background-color: #5B7C99;
	border-color: #5B7C99;
	color: #fff;
}

.p-footer__nav-item a:hover .p-footer__wrap {
	transform: translateY(-200%);
}

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

.p-header__nav-item--contact a:hover {
	background-color: #fff; /* 背景を白に */
	border-color: #5B7C99; /* 枠線も青を維持 */
	color: #5B7C99; /* hover時の文字色を青に */
}

.p-header__nav-item a:hover .p-header__wrap {
	transform: translateY(-200%);
}

.text__link:hover {
	opacity: 0.7;
}

.p-strengths__link:hover {
	opacity: 0.7;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

a:hover {
	opacity: 0.7;
}

html {
	font-size: 1.4545454545vw;
}

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

.l-about {
	padding-top: 7.5rem;
}

.l-other-works {
	margin-top: 13.75rem;
}

.p-other-works__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

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

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

.btn__link {
	padding: 0.5rem 1.5rem;
}

.btn__link-text {
	font-size: 1.125rem;
}

.btn__link-arrow-wrap {
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
}

.btn__link-arrow {
	height: 1.125rem;
	width: 1.125rem;
}

.pagetop {
	bottom: 1.875rem;
	height: 6.25rem;
	right: 1.875rem;
	width: 6.25rem;
}

.pagetop__text span {
	transform-origin: 0 3.125rem;
}

.pagetop__bar {
	bottom: 3.125rem;
	height: 5rem;
}

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

.c-section-title__sub {
	margin-top: 0.5rem;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	max-width: 25rem;
}

textarea {
	max-width: 25rem;
}

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

.p-about__content {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	margin-top: 4rem;
}

.p-about__wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}

.p-about__name {
	padding-left: 1.5rem;
}

.p-about__sns-icon img {
	height: auto;
	width: 1.5rem;
}

.p-about__role {
	margin-top: 0;
	padding-right: 1.5rem;
}

.p-archive-works__items {
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.p-archive-works__item:hover .p-archive-works__img img {
	transform: scale(1.1);
}

.p-archive-works__name {
	font-size: 1.5rem;
}

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

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

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 7.1875rem;
}

.p-footer__nav-items {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

.p-footer__nav-item {
	align-items: center;
	display: flex;
}

.p-form {
	letter-spacing: 0.06em;
}

.p-form__item {
	align-items: center;
	display: flex;
}

.p-form__item dt {
	line-height: 1.2;
	max-width: 14.5rem;
	width: 100%;
}

.p-form__item dd {
	margin-top: 0;
}

.p-form__checkbox {
	gap: 1rem;
}

.p-header {
	height: 4.5rem;
}

.p-header__inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

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

.p-header__logo-main {
	font-size: 0.875rem;
}

.p-header__logo-sub {
	font-size: 1.5rem;
}

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

.p-header__nav {
	display: block;
}

.p-header__hamburger {
	display: none;
}

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

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

.p-mv__main-title {
	font-size: 4.625rem;
	margin-top: 1.375rem;
}

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

.p-mv__cloud {
	animation: cloudLoop 40s linear infinite;
	background-image: url(../images/common/fv-bg-img.webp);
	background-repeat: repeat-x;
	background-size: cover;
	filter: blur(8px);
	height: 100%;
	left: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	top: 45%;
	width: 300%;
}

.p-mv__scroll-down {
	bottom: 1.875rem;
	height: 6.25rem;
	right: 1.875rem;
	width: 6.25rem;
}

.p-mv__circle-text span {
	transform-origin: 0 3.125rem;
}

.p-mv__scrolldown-bar {
	bottom: 3.125rem;
	height: 5rem;
	right: 3.125rem;
}

.p-page-contact__inner.l-inner {
	max-width: 42.5rem;
}

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

.p-page-contact__content {
	margin-top: 3.75rem;
}

.p-page-contact__privacy-title {
	line-height: 1.8;
	margin-top: 2.5rem;
}

.p-page-contact__privacy-description {
	font-size: 0.875rem;
}

.p-page-contact__agreement {
	font-size: 0.875rem;
	line-height: 1.6;
}

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

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

.p-service-skill-block:nth-of-type(2) {
	margin-top: 0;
}

.p-service-skill-block__list {
	display: flex;
	flex-wrap: wrap;
}

.p-single-works {
	margin-top: 2.5rem;
}

.p-single-works__inner {
	max-width: 61.25rem;
}

.p-single-works__img {
	max-width: 37.5rem;
}

.p-single-works__title {
	margin-top: 1.0625rem;
}

.p-single-works__main {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.p-single-works__sub {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.p-single-works__items {
	margin-top: 3.5rem;
}

.p-single-works__item {
	display: flex;
}

.p-single-works__item:not(:first-child) {
	margin-top: 2.5rem;
}

.p-single-works__label {
	font-size: 1.125rem;
	max-width: 9.375rem;
	padding-bottom: 0.28125rem;
	text-align: center;
}

.p-single-works__label::after {
	background-color: #5B7C99;
	bottom: 0;
	content: "";
	height: 0.1875rem;
	left: 0;
	position: absolute;
	transform: translateY(25%);
	width: 100%;
}

.p-single-works__content {
	font-size: 1rem;
	padding-left: 1.5rem;
}

.p-single-works__share {
	margin-top: 7.5rem;
}

.p-single-works__share-title {
	font-size: 1.125rem;
}

.p-single-works__wrapper {
	display: flex;
	gap: 1.875rem;
	margin-top: 1.5rem;
}

.p-single-works__share-img:nth-of-type(2) {
	margin-top: 0;
}

.p-single-works__description {
	font-size: 1rem;
	margin-top: 2rem;
}

.p-other-works__swiper {
	margin-top: 5rem;
}

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

.p-skills-card-list:hover .p-skills-card-list__item-img img {
	transform: scale(1.2);
}

.p-skills-card-list__item-title {
	font-size: 1.125rem;
}

.p-skills-card-lists {
	-moz-column-gap: 1.375rem;
	column-gap: 1.375rem;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 2.625rem;
}

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

.p-skills__btn {
	margin-top: 4.9375rem;
}

.p-strengths__img img {
	backface-visibility: hidden;
	transform-origin: center center;
	will-change: opacity;
}

.section-wrapper {
	will-change: transform;
}

.heading {
	font-size: 2.5rem;
	width: 30%;
}

.text {
	width: 100%;
}

.text span {
	font-size: 1.5rem;
}

.p-strengths__content {
	will-change: transform;
}

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

.p-p-strengths__text-wrap {
	display: flex;
	gap: 2.8125rem;
	margin-top: 1.875rem;
}

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

.p-strengths__text:not(:first-of-type) {
	margin-top: 1.875rem;
	width: 100%;
}

.p-works__inner {
	max-width: none;
}

.p-works__item {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	height: 100%;
	justify-content: center;
	max-height: 100vh;
	top: 0;
	transform: translate(-50%, 0) translateZ(0);
}

.p-works__wrapper {
	flex-direction: row-reverse;
}

.p-works__img {
	padding-top: 3.125rem;
	width: 65.76%;
}

.p-works__img img {
	aspect-ratio: 600/506;
	max-width: 50rem;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	width: 100%;
}

.p-works__content {
	padding-left: 2.0833333333vw;
	padding-right: 2.0833333333vw;
	width: 34.23%;
}

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

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

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

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

.p-works__list {
	margin-top: 1.25rem;
}

.p-works-list__item {
	align-items: center;
	display: flex;
	padding: 0.9375rem 0;
}

.p-works-list__item-category {
	font-size: 1rem;
}

.p-works-list__item-title {
	margin-left: 1.25rem;
}

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

.sub-mv {
	min-height: 20rem;
}

.sub-mv__title {
	font-size: 4rem;
	line-height: 1.25;
	top: 55%;
}

.sub-mv__img img {
	aspect-ratio: 1440/380;
	height: 23.75rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1700px) {

.p-works__img img {
	max-width: 62.5rem;
}

}

@media (min-width: 2000px) {

.p-works__img img {
	max-width: 68.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes arrowSlideReenter {

0% {
	opacity: 1;
	transform: translateX(0);
}

50% {
	opacity: 0;
	transform: translateX(100%);
}

51% {
	opacity: 0;
	transform: translateX(-100%);
}

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

}

@keyframes rotateReverse {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(-360deg);
}

}

@keyframes scrollUp {

0% {
	top: 100%;
}

100% {
	top: -50px;
}

}

@keyframes charColorFade {

to {
	color: #333;
}

}

@keyframes charColorFadeWhite {

to {
	color: #fff;
}

}

@keyframes mask-animation {

0% {
	-webkit-mask-position: center bottom;
	mask-position: center bottom;
	opacity: 0;
}

20% {
	opacity: 1;
}

to {
	-webkit-mask-position: center 0%;
	-webkit-mask-size: auto 350%;
	mask-position: center 0%;
	mask-size: auto 350%;
	opacity: 1;
}

}

@keyframes slideUp {

0% {
	translate: 0 100%;
}

100% {
	translate: 0 0;
}

}

@keyframes cloudLoop {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

@keyframes scrollDown {

0% {
	bottom: 100%;
}

100% {
	bottom: -50px;
}

}

@keyframes rotate {

0% {
	transform: rotate(0deg);
}

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

}


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