/* ============================
foundation
========================= */

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* ============================
カラーパレット
 ========================= */

/* ============================
用途別
 ========================= */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}

body {
	background: #3A2622;
	color: #fff;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
	font-weight: 400;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

a {
	display: block;
	transition: all 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

.--sp-only {
	display: none;
}

/* ============================
layout
========================= */

/* ============================
header
 ========================= */

.l-header {
	height: 10rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 144rem;
	padding: 0 4rem;
	width: 100%;
}

.l-header__logo-link {
	font-size: 2rem;
	letter-spacing: 2px;
}

.l-header__drawer-button {
	display: none;
	flex-direction: column;
	row-gap: 0.8rem;
	width: 5rem;
}

.l-header__drawer-text {
	font-size: 1.4rem;
	opacity: 1;
	text-align: center;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
	will-change: opacity;
}

.l-header__drawer-text.is-fading {
	opacity: 0;
}

.l-header__drawer-button-inner {
	height: 1.3rem;
	position: relative;
	width: 100%;
}

.l-header__drawer-bar {
	background-color: #fff;
	height: 0.1rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.5s ease 0s;
	width: 100%;
}

.l-header__drawer-bar.--top {
	top: 0rem;
}

.l-header__drawer-bar.--middle {
	display: block;
	top: 50%;
	transform: translate(-50%, -50%);
}

.l-header__drawer-bar.--bottom {
	bottom: 0rem;
}

.l-header__drawer-bar.is-active.--top {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-15deg);
}

.l-header__drawer-bar.is-active.--middle {
	display: none;
}

.l-header__drawer-bar.is-active.--bottom {
	top: 50%;
	transform: translate(-50%, -50%) rotate(15deg);
}

.l-header__content {
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	display: flex;
}

.l-header__nav {
	flex-shrink: 0;
}

.l-header__nav-list {
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	display: flex;
	justify-content: space-between;
}

.l-header__nav-list.--sp {
	display: none;
}

.l-header__nav-link {
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 180%;
	transition: opacity 0.3s 0s ease-in-out;
}

.l-header__nav-link:hover {
	opacity: 0.7;
}

.l-header__contact-text {
	line-height: 160%;
	margin-bottom: 1.6rem;
	text-align: center;
}

.l-header__sp {
	display: none;
}

/* ============================
main
 ========================= */

.l-main__inner {
	margin: 0 auto;
	max-width: 122.4rem;
	padding: 0 2rem;
	width: 100%;
}

/* ============================
footer
 ========================= */

.l-footer {
	background: url(../../public/img/footer-bg_pc.webp) no-repeat center top/cover, #1A110F;
	padding: 9.6rem 0 22rem;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 132.8rem;
	padding: 0 2rem;
	width: 100%;
}

.l-footer__container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.l-footer__info-logo {
	font-size: 5.6rem;
	letter-spacing: 5.6px;
}

.l-footer__nav-list {
	-moz-column-gap: 3.2rem;
	align-items: center;
	column-gap: 3.2rem;
	display: flex;
	text-align: center;
}

.l-footer__nav-link {
	font-size: 1.6rem;
	font-weight: 500;
}

.l-footer__copy {
	color: #726563;
	display: block;
	font-size: 1.4rem;
	line-height: 100%;
	margin-top: 9.6rem;
	text-align: center;
}

/* ============================
component
========================= */

/* ============================
animation
 ========================= */

.c-animation__line {
	background: #726563;
	display: block;
	height: 0.1rem;
	transition: width 1s ease-out;
	width: 0;
}

.c-animation__line.p-mv__sub-copy-line.js-animation {
	width: 4rem;
}

.c-animation__line.c-heading__line.js-animation {
	width: 14.8rem;
}

.c-animation__ja-text,
.c-animation__blur {
	opacity: 0;
}

.c-animation__ja-text.js-animation,
.c-animation__blur.js-animation {
	animation-duration: 1.3s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: blur;
	opacity: 1;
}

.c-animation__en-text {
	opacity: 0;
}

.c-animation__en-text.js-animation {
	opacity: 1;
}

.c-animation__en-text.js-animation span {
	display: inline-block;
}

.c-animation__en-text.js-animation > span {
	overflow: hidden;
}

.c-animation__en-text.js-animation > span > span {
	animation: showTextFromBottom 0.5s backwards;
}

.c-animation__en-text.js-animation.p-gallery__heading {
	opacity: 0.1;
}

.c-animation__fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.7s ease-out;
}

.c-animation__fade-up.js-animation {
	opacity: 1;
	transform: translateY(0);
}

/* ============================
button
 ========================= */

.c-button {
	-moz-column-gap: 0.8rem;
	align-items: center;
	border: 0.1rem solid #726563;
	border-radius: 10rem;
	column-gap: 0.8rem;
	display: flex;
	font-size: 2rem;
	justify-content: center;
	padding: 1.2rem 2.4rem;
	transition: all 0.5s 0s ease-in-out;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button:hover {
	background: #726563;
	opacity: 1;
}

.c-button.--center {
	margin: 0 auto;
}

.c-button.--small {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
	font-size: 1.6rem;
	padding: 1.2rem 1.6rem;
}

.c-button .--circle {
	display: grid;
	height: 1.4rem;
	place-content: center;
	width: 1.4rem;
}

.c-button .--circle .--circle-shape {
	background: #9E7B39;
	border-radius: 50%;
	height: 0.6rem;
	width: 0.6rem;
}

/* ============================
c-corporate
 ========================= */

.c-corporate {
	margin-bottom: clamp(5rem, 4.0539858729rem + 4.0363269425vw, 7.5rem);
	position: relative;
}

.c-corporate::after {
	background: linear-gradient(to right, #fff 15%, #f5f5f5 15%);
	bottom: -4rem;
	content: "";
	height: 24rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

/* 左右反転（事業） */

.c-corporate.--reversed::after {
	transform: scale(-1, 1);
}

.c-corporate.--reversed .c-corporate__img {
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}

.c-corporate__inner {
	overflow: hidden;
}

.c-corporate__container {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
	display: flex;
	justify-content: space-between;
}

.c-corporate__img {
	margin-left: calc(50% - 50vw);
	max-width: 64rem;
	width: 100%;
}

.c-corporate__content {
	min-width: 40rem;
	width: 50.3%;
}

.c-corporate__heading {
	font-size: clamp(1.125rem, 0.9830978809rem + 0.6054490414vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 1.92px;
	line-height: 160%;
	margin-bottom: 1.2rem;
}

.c-corporate__description {
	margin-bottom: 2.4rem;
}

/* ============================
c-heading
 ========================= */

/* タイトル共通 */

.c-heading {
	font-size: 5.6rem;
}

.c-heading__en {
	font-family: "Cinzel", serif;
	font-size: 5.6rem;
	letter-spacing: 2.24px;
	line-height: 120%;
}

.c-heading__main {
	position: relative;
}

.c-heading__line {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.c-heading__ja {
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	line-height: 150%;
	padding-left: 17.2rem;
}

/* ============================
cta
 ========================= */

.c-cta {
	background: url(../../public/img/common/cta/cta-bg.webp) no-repeat center center/cover;
	color: #fff;
	position: relative;
	z-index: 1;
}

.c-cta::after {
	background: rgba(51, 56, 77, 0.9);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.c-cta__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-width: 111.2rem;
	padding: clamp(3rem, 2.2431886983rem + 3.229061554vw, 5rem) 1.6rem;
	row-gap: clamp(1.25rem, 0.9661957619rem + 1.2108980827vw, 2rem);
	width: 100%;
}

.c-cta__description {
	font-size: clamp(0.875rem, 0.7803985873rem + 0.4036326942vw, 1.125rem);
	line-height: 160%;
	text-align: center;
}

.c-cta__info {
	-moz-column-gap: 1.6rem;
	align-items: center;
	column-gap: 1.6rem;
	display: flex;
	justify-content: center;
}

.c-cta__info-title {
	font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
	font-weight: 700;
	line-height: 180%;
}

.c-cta__info-link {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	line-height: 160%;
}

.c-cta__info-link img {
	height: 2.4rem;
	width: 2.4rem;
}

.c-cta__info small {
	font-size: 1.4rem;
	line-height: 180%;
}

/* ============================
privacy
 ========================= */

.c-policy__inner {
	margin: 0 auto;
	max-width: 103.2rem;
	padding: 0 1.6rem;
}

.c-policy__item:not(:last-of-type) {
	margin-bottom: clamp(2.5rem, 1.5539858729rem + 4.0363269425vw, 5rem);
}

.c-policy__item-heading {
	font-size: clamp(1.25rem, 1.0607971746rem + 0.8072653885vw, 1.75rem);
	margin-bottom: 1.6rem;
}

.c-policy__item-text {
	line-height: 180%;
}

.c-policy__item-text.--right {
	text-align: right;
}

.c-policy__item-list {
	margin: 1.6rem 0 1.6rem clamp(1.75rem, 1.6553985873rem + 0.4036326942vw, 2rem);
}

.c-policy__item-list .c-policy__item-list-item {
	padding-left: 1.4rem;
	position: relative;
}

.c-policy__item-list .c-policy__item-list-item:before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 0.4rem;
	left: 0;
	position: absolute;
	top: 1rem;
	transform: translateY(50%);
	width: 0.4rem;
}

/* テーブル */

.c-policy__item-table {
	border: 1px solid #ccc;
	margin-top: 1.6rem;
	width: 100%;
}

.c-policy__item-table tr {
	border-bottom: 1px solid #ccc;
}

.c-policy__item-table tr:first-of-type {
	border-top: 1px solid #ccc;
}

.c-policy__item-table th,
.c-policy__item-table td {
	font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
	line-height: 1.4285714286;
	padding: 2rem 1.6rem;
}

.c-policy__item-table th:nth-of-type(odd),
.c-policy__item-table td:nth-of-type(odd) {
	border-right: 1px solid #ccc;
}

.c-policy__item-table th {
	background-color: #f5f5f5;
	font-weight: 400;
	text-align: center;
}

.c-policy__item-table td {
	vertical-align: middle;
}

/* ============================
c-interview
 ========================= */

.c-interview__item {
	background-color: #fff;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	padding: 1.6rem;
}

.c-interview__item-img {
	margin-bottom: 1.2rem;
}

.c-interview__item-position {
	color: #777;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 160%;
}

.c-interview__item-name {
	font-size: clamp(1.125rem, 1.0776992936rem + 0.2018163471vw, 1.25rem);
	font-weight: 700;
	line-height: 160%;
}

/* ============================
project
========================= */

/* ============================
p-mv
 ========================= */

.p-mv {
	background: linear-gradient(180deg, #1A110F 0%, #2A1C19 20%, #2A1C19 70%, #3A2622 100%);
	margin-bottom: clamp(5rem, 4.0539858729rem + 4.0363269425vw, 7.5rem);
}

.p-mv__inner {
	margin: 0 auto;
	max-width: 144rem;
	padding: 10rem 8rem 6rem;
	position: relative;
}

.p-mv__content {
	bottom: 10.8rem;
	left: 4rem;
	position: absolute;
}

.p-mv__copy {
	font-size: 4.8rem;
	letter-spacing: 5.76px;
	line-height: 120%;
}

.p-mv__sub-copy {
	position: relative;
}

.p-mv__sub-copy-line {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-mv__sub-copy-text {
	font-size: 2rem;
	letter-spacing: 3.2px;
	line-height: 120%;
	margin: 1.6rem;
	padding-left: 4.8rem;
}

.p-mv__scroll {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 4rem;
	row-gap: 1.6rem;
}

.p-mv__scroll .--text {
	color: #C9C4B8;
	font-size: 1.4rem;
	writing-mode: vertical-rl;
}

.p-mv__scroll .--line {
	background: #C9C4B8;
	display: block;
	height: 9.5rem;
	width: 0.1rem;
}

/* ============================
p-slide-list
 ========================= */

.p-slide-list__inner {
	margin: 0 auto;
	max-width: 132rem;
	padding: 0 2rem;
	position: relative;
	width: 100%;
}

.p-slide-list-wrap {
	margin-left: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	width: 100vw;
}

.splide__slide {
	width: 64rem !important;
}

.splide__arrow {
	position: static;
	transform: none;
}

.splide__arrows {
	display: flex;
	justify-content: space-between;
	left: -2rem;
	margin: 0 auto;
	max-width: 136rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%; /* 矢印のクリック範囲など */ /* 矢印共通のスタイル */ /* 前の矢印 */ /* 次の矢印 */ /* 次のスライドが無い場合の矢印 */
}

.splide__arrows .button {
	background-color: transparent; /* ボタンの背景を透明にする */
	display: grid;
	height: 5.5rem;
	opacity: 1;
	place-content: center;
	transition: 0.2s;
	width: 5.5rem;
}

.splide__arrows .button::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.5rem;
	width: 5.5rem;
}

.splide__arrows .prev::before {
	background-image: url(../../public/img/slider-arrow.svg);
}

.splide__arrows .next::before {
	background-image: url(../../public/img/slider-arrow.svg);
	transform: scale(-1, 1);
}

.splide__arrows .button:disabled::before {
	opacity: 0.5;
}

.splide__pagination {
	-moz-column-gap: 1.2rem;
	bottom: -3.6rem;
	column-gap: 1.2rem;
	left: -5rem;
}

.splide__pagination__page {
	background: #726563;
	height: 0.6rem;
	width: 0.6rem;
}

.splide__pagination__page.is-active {
	background: #9E7B39;
	transform: scale(1);
}

.p-slide-list__button {
	margin: 7.8rem auto 0;
}

/* ============================
p-gallery
 ========================= */

.p-gallery {
	background: url(../../public/img/gallery-bg_pc.webp) no-repeat center top/cover, linear-gradient(180deg, #3A2622 0%, #2A1C19 30%, #2A1C19 80%, #1A110F 100%);
	padding-top: 21.9rem;
}

.p-gallery__inner {
	margin: 0 auto;
	max-width: 144rem;
	overflow: hidden;
	padding: 0 4.8rem;
	position: relative;
	width: 100%;
}

.p-gallery__heading {
	color: #9E7B39;
	font-size: 13.6rem;
	letter-spacing: -5.44px;
	opacity: 0.1;
	text-align: right;
}

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

.p-gallery__item.--flex {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.p-gallery__item:nth-of-type(1) {
	margin-left: -12rem;
	margin-top: -17rem;
	max-width: 27.9rem;
}

.p-gallery__item:nth-of-type(2) {
	-moz-column-gap: 20.5rem;
	align-items: center;
	column-gap: 20.5rem;
	margin-left: auto;
	margin-top: -24rem;
	padding-right: 20.5rem;
}

.p-gallery__item:nth-of-type(2) .p-gallery__item-pic {
	max-width: 66.2rem;
}

.p-gallery__item:nth-of-type(3) {
	-moz-column-gap: 69.1rem;
	column-gap: 69.1rem;
	margin-left: auto;
	margin-top: 12.2rem;
}

.p-gallery__item:nth-of-type(3) .p-gallery__item-pic.--01 {
	max-width: 31.7rem;
}

.p-gallery__item:nth-of-type(3) .p-gallery__item-pic.--02 {
	margin-top: 3.3rem;
	max-width: 40.3rem;
}

.p-gallery__item:nth-of-type(4) {
	-moz-column-gap: 20.9rem;
	align-items: center;
	column-gap: 20.9rem;
	margin-top: -9rem;
	padding-left: 20.9rem;
}

.p-gallery__item:nth-of-type(4) .p-gallery__item-pic {
	max-width: 34.6rem;
}

.p-gallery__item:nth-of-type(5) {
	-moz-column-gap: 53.6rem;
	column-gap: 53.6rem;
	margin-left: 4.8rem;
}

.p-gallery__item:nth-of-type(5) .p-gallery__item-pic.--01 {
	margin-top: 11.9rem;
	max-width: 40.3rem;
}

.p-gallery__item:nth-of-type(5) .p-gallery__item-pic.--02 {
	max-width: 19.2rem;
}

.p-gallery__item.--video01 {
	aspect-ratio: 279/417;
	overflow: hidden;
}

.p-gallery__item.--video01 video {
	-o-object-fit: cover;
	-o-object-position: center;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-gallery__item-pic.--video02 {
	aspect-ratio: 403/268;
	overflow: hidden;
}

.p-gallery__item-pic.--video02 video {
	-o-object-fit: cover;
	-o-object-position: center;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-gallery__item-text {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 2.56px;
	line-height: 120%;
	writing-mode: vertical-rl;
}

.p-gallery__item-text p:not(:last-of-type) {
	padding-left: 2rem;
}

.p-gallery__item-text p .--quote {
	display: inline-block;
	margin-top: -1.2rem;
	padding-bottom: 1rem;
	transform: rotate(90deg);
}

.p-gallery__item-text p .--quote:last-of-type {
	margin-top: 0;
	transform: rotate(-90deg);
}

/* ============================
p-what
 ========================= */

.p-what {
	background: url(../../public/img/what-bg_pc.webp) no-repeat center bottom/cover, #1A110F;
}

.p-what__inner {
	margin: 0 auto;
	max-width: 144rem;
	padding: 22rem 12.6rem 37.9rem 7.6rem;
	position: relative;
	width: 100%;
}

.p-what__wrap {
	-moz-column-gap: 9.6rem;
	column-gap: 9.6rem;
	display: flex;
	margin-top: 4.8rem;
}

.p-what__wrap-img {
	max-width: 53.8rem;
}

.p-what__content {
	flex: 1;
	margin-top: 10rem;
}

.p-what__content p {
	color: #D1CFCF;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 205%;
}

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

.p-what__pic {
	-moz-column-gap: 21.6rem;
	bottom: 0;
	column-gap: 21.6rem;
	display: flex;
	position: absolute;
	right: 7.6rem;
}

.p-what__pic01 {
	margin-top: 27.6rem;
	max-width: 32.7rem;
	width: 100%;
}

.p-what__pic02 {
	max-width: 44.1rem;
	width: 100%;
}

/* ============================
p-1f
 ========================= */

.p-1f {
	background: url(../../public/img/1f-bg_pc.webp) no-repeat center bottom/cover, linear-gradient(180deg, #1A110F 0%, #2A1C19 20%, #2A1C19 70%, #3A2622 100%);
}

.p-1f__inner {
	margin: 0 auto;
	max-width: 144rem;
	padding: 22rem 7.6rem 37.9rem 12.6rem;
	position: relative;
	width: 100%;
}

.p-1f__wrap {
	-moz-column-gap: 9.6rem;
	column-gap: 9.6rem;
	display: flex;
	margin-top: 4.8rem;
}

.p-1f__content {
	flex: 1;
	margin-top: 10rem;
}

.p-1f__content p {
	color: #D1CFCF;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 205%;
}

.p-1f__content p:not(:first-of-type) {
	margin-top: 1.6rem;
}

.p-1f__wrap-video {
	aspect-ratio: 2/3;
	max-width: 53.8rem;
	overflow: hidden;
}

.p-1f__wrap-video video {
	width: 100%;
}

.p-1f__pic {
	max-width: 144rem;
}

.p-1f__pic {
	-moz-column-gap: 21.6rem;
	bottom: 0;
	column-gap: 21.6rem;
	display: flex;
	left: 7.6rem;
	position: absolute;
}

.p-1f__pic01 {
	max-width: 44.1rem;
	width: 100%;
}

.p-1f__pic02 {
	margin-top: 27.6rem;
	max-width: 32.7rem;
	width: 100%;
}

/* ============================
p-video
 ========================= */

.p-video {
	padding-top: 22rem;
}

.p-video video {
	width: 100%;
}

/* ============================
event list
 ========================= */

.p-event {
	background: linear-gradient(180deg, #3A2622 0%, #2A1C19 30%, #2A1C19 80%, #1A110F 100%);
	padding-top: 22rem;
}

.p-event__heading {
	margin: 0 auto;
	max-width: 96.8rem;
	padding: 0 2rem;
	width: 100%;
}

.p-event-list {
	display: flex;
	flex-direction: column;
	margin-top: 4.8rem;
	row-gap: 4.8rem;
}

.p-event-card {
	display: flex;
}

.p-event-card__image-wrap {
	max-width: 32.7rem;
}

.p-event-card__content {
	flex: 1;
	padding: 0.8rem 0;
}

.p-event-card__content-inner {
	-moz-column-gap: 4rem;
	align-items: center;
	background: #1A110F;
	column-gap: 4rem;
	display: flex;
	height: 100%;
	margin-left: -2.4rem;
	padding: 2.65rem 4rem;
}

.p-event-card__date {
	border-right: 0.1rem solid #726563;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-right: 4rem;
	text-align: center;
	width: 19.3rem;
}

.p-event-card__date-year {
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	line-height: 150%;
}

.p-event-card__date-day {
	font-size: 4rem;
	letter-spacing: 4px;
	line-height: 120%;
}

.p-event-card__date-week {
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	line-height: 150%;
}

.p-event-card__content-wrap {
	-moz-column-gap: 4rem;
	align-items: center;
	column-gap: 4rem;
	display: flex;
	flex: 1;
	justify-content: space-between;
}

.p-event-card__content-info {
	display: flex;
	flex-direction: column;
	row-gap: 1.2rem;
}

.p-event-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 2.8rem;
	letter-spacing: 2.8px;
	line-height: 120%;
	overflow: hidden;
}

.p-event-card__place p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	line-height: 120%;
	overflow: hidden;
}

/* ============================
p-about
 ========================= */

.p-about {
	background: #1A110F;
	padding: 22rem 0;
}

.p-about__wrap {
	-moz-column-gap: 9.6rem;
	align-items: center;
	column-gap: 9.6rem;
	display: flex;
}

.p-about__content {
	flex: 1;
}

.p-about__content-text {
	margin-top: 4.8rem;
}

.p-about__content-text .p-about__content-table {
	color: #D1CFCF;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	width: 100%;
}

.p-about__content-text .p-about__content-table tr {
	border-bottom: 0.1rem solid #726563;
	display: flex;
	padding: 2.4rem 1.6rem;
}

.p-about__content-text .p-about__content-table th {
	width: 30%;
}

.p-about__wrap-img {
	margin-right: calc(50% - 50vw);
	max-width: 61.4rem;
}

/* ============================
p-about
 ========================= */

.p-about__heading {
	font-size: clamp(1.25rem, 0.9661957619rem + 1.2108980827vw, 2rem);
	font-weight: 700;
	line-height: 160%;
	margin-bottom: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	text-align: center;
}

.p-about__top {
	margin-bottom: clamp(5rem, 4.0539858729rem + 4.0363269425vw, 7.5rem);
}

.p-about__top-img {
	margin-bottom: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
}

.p-about__top-description {
	line-height: 180%;
	text-align: center;
}

.p-about__overview {
	display: flex;
	gap: 4rem;
	justify-content: space-between;
	margin-bottom: clamp(5rem, 4.0539858729rem + 4.0363269425vw, 7.5rem);
}

.p-about__overview-img {
	max-width: 24rem;
	width: 100%;
}

.p-about__overview-img-pic {
	margin-bottom: 1.6rem;
}

.p-about__overview-position {
	font-size: 1.4rem;
	line-height: 180%;
}

.p-about__overview-name {
	font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
	line-height: 160%;
}

/* テーブル */

.p-about__overview-table {
	border: 0.1rem solid #ccc;
	border-collapse: collapse;
	max-width: 80rem;
	width: 100%;
}

.p-about__overview-table tr {
	display: flex;
}

.p-about__overview-table tr:not(:last-of-type) th,
.p-about__overview-table tr:not(:last-of-type) td {
	border-bottom: 0.1rem solid #ccc;
}

.p-about__overview-table th,
.p-about__overview-table td {
	line-height: 180%;
	padding: 1.6rem clamp(0.375rem, -0.4300670017rem + 1.675041876vw, 1rem);
}

.p-about__overview-table th {
	background-color: #F5F5F5;
	border-right: 0.1rem solid #ccc;
	font-weight: 400;
	width: 15%;
}

.p-about__overview-table td {
	background-color: #fff;
	width: 85%;
}

/* /テーブル */

.p-about__office-item:not(:last-of-type) {
	margin-bottom: 4rem;
}

.p-about__office-title {
	background-color: #192F60;
	color: #fff;
	font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 1.92px;
	line-height: 160%;
	margin-bottom: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	padding: clamp(0.25rem, 0.2026992936rem + 0.2018163471vw, 0.375rem) clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
}

.p-about__office-content {
	-moz-column-gap: 8rem;
	column-gap: 8rem;
	display: flex;
	justify-content: space-between;
}

.p-about__office-content-map {
	aspect-ratio: 2/1;
	max-width: 48rem;
	overflow: hidden;
	width: 100%;
}

.p-about__office-content-map iframe {
	height: 100%;
	width: 100%;
}

/* ============================
p-interview
 ========================= */

.p-interview__description {
	line-height: 180%;
	margin-bottom: clamp(3.5rem, 2.5539858729rem + 4.0363269425vw, 6rem);
}

.p-interview__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}

.p-interview__item {
	width: calc(33.3% - 1.6666666667rem);
}

/* ============================
p-business
 ========================= */

.p-business__item:not(:last-of-type) {
	margin-bottom: clamp(3.5rem, 3.3107971746rem + 0.8072653885vw, 4rem);
}

.p-business__item-heading {
	-moz-column-gap: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	align-items: center;
	column-gap: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	display: flex;
	margin-bottom: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
}

.p-business__item-number {
	color: #192F60;
	font-size: clamp(2.25rem, 1.587790111rem + 2.8254288597vw, 4rem);
	line-height: 80%;
}

.p-business__item-title {
	font-size: clamp(1.25rem, 1.0607971746rem + 0.8072653885vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 2.24px;
	line-height: 140%;
}

.p-business__item-container {
	-moz-column-gap: clamp(1.5rem, 0.9323915237rem + 2.4217961655vw, 3rem);
	column-gap: clamp(1.5rem, 0.9323915237rem + 2.4217961655vw, 3rem);
	display: flex;
}

.p-business__item-content {
	flex: 1;
	min-width: 38rem;
}

.p-business__item-content p {
	font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
	line-height: 180%;
}

.p-business__item-img {
	max-width: 48rem;
	width: 100%;
}

/* ============================
p-careers
 ========================= */

.p-careers__top {
	margin-bottom: clamp(5rem, 4.0539858729rem + 4.0363269425vw, 7.5rem);
}

.p-careers__top-heading {
	font-size: clamp(1.125rem, 0.8884964682rem + 1.0090817356vw, 1.75rem);
	letter-spacing: 2.24px;
	line-height: 160%;
	margin-bottom: clamp(1.5rem, 0.9323915237rem + 2.4217961655vw, 3rem);
	text-align: center;
}

.p-careers__top-img {
	margin-bottom: clamp(1.5rem, 0.9323915237rem + 2.4217961655vw, 3rem);
}

.p-careers__top-content {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: clamp(1.5rem, 0.9323915237rem + 2.4217961655vw, 3rem);
	padding: clamp(1.5rem, 1.3107971746rem + 0.8072653885vw, 2rem) 0;
}

.p-careers__top-list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	row-gap: clamp(0.75rem, 0.4661957619rem + 1.2108980827vw, 1.5rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-careers__top-item {
	-moz-column-gap: clamp(0.75rem, 0.6553985873rem + 0.4036326942vw, 1rem);
	align-items: center;
	color: #192F60;
	column-gap: clamp(0.75rem, 0.6553985873rem + 0.4036326942vw, 1rem);
	display: flex;
	font-size: clamp(1.125rem, 1.0776992936rem + 0.2018163471vw, 1.25rem);
	letter-spacing: 1.6px;
	line-height: 160%;
}

.p-careers__top-item-number {
	background-color: #192F60;
	color: #fff;
	display: grid;
	flex-shrink: 0;
	font-size: clamp(1rem, 0.9053985873rem + 0.4036326942vw, 1.25rem);
	font-weight: 700;
	height: clamp(1.625rem, 1.4830978809rem + 0.6054490414vw, 2rem);
	line-height: 160%;
	place-content: center;
	width: clamp(1.625rem, 1.4830978809rem + 0.6054490414vw, 2rem);
}

.p-careers__top-description {
	text-align: center;
}

.p-careers__top-description-text {
	line-height: 180%;
}

.p-careers__top-description-text:not(:last-of-type) {
	margin-bottom: clamp(2rem, 1.8107971746rem + 0.8072653885vw, 2.5rem);
}

/* 募集要項 */

.p-careers__recruitment {
	background-color: #F5F5F5;
	padding: clamp(3rem, 2.2431886983rem + 3.229061554vw, 5rem) 0;
}

.p-careers__heading {
	font-size: clamp(1.25rem, 1.0607971746rem + 0.8072653885vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 0.2 0.24px;
	line-height: 140%;
	margin-bottom: clamp(2.5rem, 2.3107971746rem + 0.8072653885vw, 3rem);
	padding-bottom: clamp(0.75rem, 0.6553985873rem + 0.4036326942vw, 1rem);
	position: relative;
	text-align: center;
}

.p-careers__heading::after {
	background-color: #192F60;
	bottom: 0;
	content: "";
	height: 0.2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(3.625rem, -2.5713925328rem + 26.4379414733vw, 20rem);
}

.p-careers__recruitment-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem) 2.4rem;
	margin-bottom: clamp(2.5rem, 2.3107971746rem + 0.8072653885vw, 3rem);
}

.p-careers__recruitment-item {
	background-color: #fff;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 1.6rem;
	width: calc(50% - 1.5rem);
}

.p-careers__recruitment-card-heading {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem) clamp(1rem, 0.6215943491rem + 1.614530777vw, 2rem) 0;
}

.p-careers__recruitment-card-heading-title {
	color: #192F60;
	font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
	font-weight: 700;
	letter-spacing: 1.44px;
	line-height: 160%;
}

.p-careers__recruitment-card-status {
	height: 3.2rem;
	position: relative;
	width: 3.2rem;
}

.p-careers__recruitment-card-status::before,
.p-careers__recruitment-card-status::after {
	background-color: #192F60;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-careers__recruitment-card-status::before {
	height: 0.3rem;
	width: 50%;
}

.p-careers__recruitment-card-status::after {
	height: 50%;
	transition: transform 0.4s 0s linear;
	width: 0.3rem;
}

/* アコーディオン開 */

.p-careers__recruitment-card-heading.is-open .p-careers__recruitment-card-status::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* /アコーディオン開 */

.p-careers__recruitment-card-data {
	max-height: 0;
	overflow: hidden;
	transform: translateY(-5px);
	transition: max-height 0.6s linear, opacity 0.4s linear, transform 0.4s linear, visibility 0s linear 0.6s;
	visibility: hidden;
}

/* アコーディオン開 */

.p-careers__recruitment-card-heading.is-open + .p-careers__recruitment-card-data {
	max-height: 60rem;
	transform: translateY(0);
	transition: max-height 0.6s linear, opacity 0.4s linear, transform 0.4s linear;
	visibility: visible;
}

/* /アコーディオン開 */

.p-careers__recruitment-card-row {
	display: flex;
	padding: 0 clamp(0.25rem, 0.1553985873rem + 0.4036326942vw, 0.5rem) 1.2rem;
}

.p-careers__recruitment-card-row:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
	margin: 0 2.4rem 1.2rem;
}

.p-careers__recruitment-card-row:first-of-type {
	margin: 1.6rem 2.4rem 2.4rem;
}

.p-careers__recruitment-card-row:last-of-type {
	margin: 0 2.4rem 0;
}

.p-careers__recruitment-card-title {
	flex-shrink: 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 160%;
	width: 14.7%;
}

.p-careers__recruitment-card-content {
	font-size: 1.4rem;
	line-height: 160%;
}

/* 選考フロー */

.p-careers__flow {
	padding-top: clamp(5rem, 4.0539858729rem + 4.0363269425vw, 7.5rem);
}

.p-careers__flow-item {
	-moz-column-gap: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	column-gap: clamp(1rem, 0.8107971746rem + 0.8072653885vw, 1.5rem);
	display: flex;
}

.p-careers__flow-item:not(:last-of-type) {
	margin-bottom: 4.8rem;
	position: relative;
}

.p-careers__flow-item:not(:last-of-type)::after {
	background-color: #ccc;
	content: "";
	height: calc(100% + 3rem);
	left: 4rem;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0.4rem;
	z-index: -1;
}

.p-careers__flow-item:has(.c-button) .p-careers__flow-item-text {
	margin-bottom: 1.6rem;
}

.p-careers__flow-item-number {
	background-color: #192F60;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-size: clamp(1.5rem, 1.3107971746rem + 0.8072653885vw, 2rem);
	height: 8rem;
	justify-content: center;
	line-height: 100%;
	row-gap: 0.4rem;
	text-align: center;
	width: 8rem;
}

.p-careers__flow-item-number span {
	font-size: clamp(0.6875rem, 0.6638496468rem + 0.1009081736vw, 0.75rem);
	line-height: 100%;
	text-transform: uppercase;
}

.p-careers__flow-item-content {
	flex: 1;
}

.p-careers__flow-item-heading {
	border-bottom: 0.1rem solid #ccc;
	font-size: clamp(1rem, 0.9053985873rem + 0.4036326942vw, 1.25rem);
	letter-spacing: 1.6px;
	line-height: 160%;
	margin-bottom: 1.2rem;
	padding-bottom: 1.2rem;
}

.p-careers__flow-item-text {
	font-size: 1.4rem;
	line-height: 160%;
}

/* ============================
p-contact
 ========================= */

.p-contact {
	margin-top: clamp(2.51875rem, 2.2893415742rem + 0.9788092836vw, 3.125rem);
}

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

.p-contact__description {
	margin-bottom: clamp(2rem, 1.8107971746rem + 0.8072653885vw, 2.5rem);
}

.p-contact__description-heading {
	font-size: clamp(1.25rem, 1.0607971746rem + 0.8072653885vw, 1.75rem);
	letter-spacing: 2.24px;
	line-height: 140%;
	margin-bottom: clamp(2rem, 1.8107971746rem + 0.8072653885vw, 2.5rem);
}

.p-contact__description-text {
	line-height: 180%;
}

/* ============================
form
 ========================= */

/* 全体 */

.p-contact__form-list {
	display: flex;
	flex-direction: column;
	row-gap: 2.4rem;
}

/* 横並び */

.p-contact__flex {
	-moz-column-gap: clamp(1.5rem, 1.1215943491rem + 1.614530777vw, 2.5rem);
	column-gap: clamp(1.5rem, 1.1215943491rem + 1.614530777vw, 2.5rem);
	display: flex;
}

.p-contact__flex:has(> .p-contact__select-wrap) {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
}

.p-contact__flex .p-contact__field {
	flex: 1;
}

/* ラベル,入力ボックスwrap */

.p-contact__label {
	margin-bottom: 1.2rem;
}

.p-contact__label label {
	-moz-column-gap: 0.8rem;
	align-items: center;
	column-gap: 0.8rem;
	display: flex;
	line-height: 180%;
}

/* ラジオ、チェックボタン縦並び */

.p-contact__enter.--column .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 0.4rem;
}

.p-contact__enter .wpcf7-form-control {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	display: flex;
	flex-wrap: wrap;
}

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

input,
textarea {
	caret-color: #251716;
}

.p-contact__required,
.p-contact__free {
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	line-height: 100%;
	padding: 0.4rem 0.8rem;
	text-align: center;
	vertical-align: text-bottom;
}

.p-contact__required {
	background-color: #E2281C;
}

.p-contact__free {
	background-color: #777;
}

::-moz-placeholder {
	color: #777;
	line-height: 180%;
}

::placeholder {
	color: #777;
	line-height: 180%;
}

/* 入力ボックススタイル */

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f5f5f5;
	background-image: none;
	border: 0.1rem solid #ccc;
	border-radius: 0.4rem;
	font-size: 1em;
	padding: 1.2rem;
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
	border: 0.1rem solid #251716;
	outline: none;
}

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

/* 注釈 */

small {
	font-size: 1.4rem;
	line-height: 180%;
}

.wpcf7-list-item {
	margin: 0;
}

/* ============================ */

/* ラジオボタン */

.p-contact__enter .p-contact__radio-label {
	cursor: pointer;
}

.p-contact__enter {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
}

input[type=radio] + .wpcf7-list-item-label {
	cursor: pointer;
	display: inline-block;
	padding-left: 2.4rem;
	position: relative;
}

input[type=radio] {
	opacity: 0;
	position: absolute;
}

/* 外枠 */

input[type=radio] + .wpcf7-list-item-label::before {
	background: #fff;
	border: 0.1rem solid #ccc;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 1.6rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.6rem;
}

/* チェック時のスタイル */

input[type=radio] + .wpcf7-list-item-label::after {
	background: #192F60;
	border-radius: 50%;
	content: "";
	height: 1rem;
	left: 0.32rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 1rem;
	z-index: 1;
}

/* フォーカス時のスタイル */

input[type=radio]:focus + .wpcf7-list-item-label::before {
	box-shadow: 0 0 0.1rem 0.1rem rgba(37, 23, 22, 0.2);
}

/* チェック時の挙動 */

input[type=radio]:checked + .wpcf7-list-item-label::before {
	border-color: #192F60;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* ============================ */

.p-contact__select-wrap {
	position: relative;
}

.p-contact__select-wrap::after {
	border: 0.15rem solid #251716;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 0.8rem;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 1.2rem;
	top: 1.6rem;
	transform: rotate(135deg);
	vertical-align: middle;
	width: 0.8rem;
}

.p-contact__select-wrap.--lg {
	max-width: 16rem;
	width: 100%;
}

.p-contact__select-wrap.--sm {
	max-width: 10rem;
	width: 100%;
}

/* 確認画面 */

.p-contact-confirm .p-contact__select-wrap.--lg,
.p-contact-confirm .p-contact__select-wrap.--sm {
	max-width: 100%;
	width: -moz-fit-content;
	width: fit-content;
}

/* 確認画面では矢印非表示 */

.page-template-page-confirm .p-contact__select-wrap::after {
	display: none;
}

.p-contact__select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0.1rem solid #ccc;
	border-radius: 0;
	color: #84857F;
	cursor: pointer;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 100%;
}

.p-contact__select::-ms-expand {
	display: none;
}

.p-contact__select:focus {
	border: 0.1rem solid #251716;
	box-shadow: none;
	outline: none;
}

.wpcf7-select:not(.wpcf7-not-valid) {
	color: #251716; /* 黒 */
}

/* ========================================== */

input[type=checkbox] + .wpcf7-list-item-label {
	cursor: pointer;
	padding-left: 1.2rem;
	position: relative;
}

input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

input[type=checkbox] + .wpcf7-list-item-label {
	cursor: pointer;
	padding-left: 2.8rem;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
	background: #fff;
	border: 0.1rem solid #ccc;
	border-radius: 0.2rem;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
	border-bottom: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	content: "";
	height: 0.8rem;
	left: 0.5rem;
	opacity: 0;
	position: absolute;
	top: 40%;
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.3s;
	width: 0.5rem;
	z-index: 1;
}

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
	box-shadow: 0 0 0.1rem 0.1rem rgba(37, 23, 22, 0.2);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
	background-color: #192F60;
	border-color: #192F60;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* ========================================== */

/* 送信ボタン */

.p-contact__submit {
	color: #fff;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-contact__submit::after {
	border-color: transparent transparent transparent currentColor;
	border-style: solid;
	border-width: 0.4rem 0 0.4rem 0.7rem;
	content: "";
	height: 0;
	position: absolute;
	right: 8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.p-contact__submit:hover {
	color: #192F60;
}

.p-contact__button {
	background-color: #192F60;
	border: 0.2rem solid #192F60;
	border-radius: 500px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	padding: 1.6rem 9.8rem 1.6rem 8rem;
	text-align: center;
}

/* 確認画面ボタン */

/* 送信,戻るボタンwrap */

.p-contact-confirm .p-contact__button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 2.4rem;
}

/* 送信ボタン */

/* 戻るボタン */

.p-contact__prev {
	color: #192F60;
	padding-left: 2rem;
	position: relative;
}

.p-contact__prev::after {
	border-color: transparent transparent transparent currentColor;
	border-style: solid;
	border-width: 0.4rem 0 0.4rem 0.6rem;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	transform: scale(-1, 1) translateY(-50%);
	width: 0;
}

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

.wpcf7-spinner {
	display: none;
}

/* エラー */

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	color: #DA4833;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 0.6rem;
}

input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border: 0.1rem solid #DA4833 !important;
}

select.wpcf7-form-control[aria-invalid=true] {
	border: 0.1rem solid #DA4833 !important;
}

.p-contact__checkbox-label .wpcf7-not-valid .wpcf7-list-item-label::before {
	border: 0.1rem solid #DA4833;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	margin: 0.5rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #DA4833;
}

/* フォーム下同意 */

.p-contact__bottom {
	margin-bottom: clamp(1rem, 0.4323915237rem + 2.4217961655vw, 2.5rem);
	text-align: center;
}

.p-contact__bottom-wrap-text {
	font-weight: 700;
	line-height: 180%;
	margin-bottom: 1.6rem;
}

.p-contact__bottom-wrap-text a {
	color: #0C4DDA;
	display: inline;
	text-decoration: underline;
}

/* ============================
complete
 ========================= */

.p-complete__inner {
	margin: 0 auto;
	max-width: 80rem;
	width: 100%;
}

.p-complete__heading {
	font-size: clamp(1.125rem, 1.0776992936rem + 0.2018163471vw, 1.25rem);
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 2.4rem;
}

.p-complete__description {
	line-height: 180%;
	margin-bottom: 2.4rem;
}

.p-complete__description-attention {
	color: #E2281C;
	font-size: 1.4rem;
	line-height: 180%;
	margin-bottom: clamp(2rem, 1.8107971746rem + 0.8072653885vw, 2.5rem);
}

/* ============================
p-404
 ========================= */

.p-404 {
	padding: 22rem 0;
}

.p-404__inner {
	margin: 0 auto;
	max-width: 83.2rem;
	padding: 0 2rem;
	width: 100%;
}

.p-404__heading {
	text-align: center;
}

.p-404__heading p {
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 160%;
}

.p-404__heading-ja {
	font-size: 3.2rem;
	line-height: 150%;
}

.p-404__description {
	font-size: 1.6rem;
	line-height: 180%;
	margin: 2.4rem auto 4.8rem;
}

.p-404__description-text {
	text-align: center;
}

.p-404__description-list {
	margin: 2.4rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-404__description-item {
	padding-left: 2rem;
	position: relative;
}

.p-404__description-item::before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: 0.4rem;
	left: 0.6rem;
	position: absolute;
	top: 1.2rem;
	width: 0.4rem;
}

/* ============================
utility
========================= */

/* ============================
u-display
 ========================= */

/* 767px以下表示(768px以上は非表示) */

.u-display__sp {
	display: none;
}

/* ============================
u-font
 ========================= */

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

.u-font--sans {
	font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
}

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

/* ============================
u-spacing
 ========================= */

/* 各ページ共通余白 */

.u-spacing__page {
	padding-bottom: clamp(5rem, 4.0539858729rem + 4.0363269425vw, 7.5rem);
	padding-top: clamp(4rem, 3.2431886983rem + 3.229061554vw, 6rem);
}

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

html {
	font-size: 0.6944444444vw;
}

}

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

html {
	font-size: 10px;
}

}

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

.p-slide-list-wrap {
	margin: 0;
	padding: 0;
	width: 100%;
}

.p-gallery__wrap {
	margin: 0;
	width: auto;
}

}

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

.p-slide-list-wrap {
	margin: 0;
	padding: 0;
	width: 100%;
}

.splide__arrows {
	left: 0;
}

.splide__pagination {
	left: 0;
}

.p-about__office-content-map {
	max-width: 38rem;
}

}

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

html {
	font-size: 2.6666666667vw;
}

body.is-fixed {
	height: 100%;
	overflow: hidden;
}

.--pc-only {
	display: none;
}

.--sp-only {
	display: block;
}

.l-header {
	height: 8rem;
}

.l-header__inner {
	padding: 0 2rem;
}

.l-header__logo-link {
	font-size: 1.4rem;
	letter-spacing: 1.4px;
}

.l-header__drawer-button {
	display: flex;
}

.l-header__content {
	background: url(../../public/img/footer-bg_sp.webp) no-repeat center top/cover, #1A110F;
	flex-direction: column;
	height: 100svh;
	left: 0;
	opacity: 0;
	padding: 14.4rem 2rem 9.6rem;
	pointer-events: none;
	position: fixed;
	row-gap: 4rem;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: -1;
}

.l-header__content.is-visible {
	opacity: 1;
	overflow-x: scroll;
	pointer-events: auto;
}

.l-header__content.is-visible .l-header__nav-list.--sp,
.l-header__content.is-visible .c-button.--header {
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: blur;
}

.l-header__nav-list {
	align-items: flex-start;
	flex-direction: column;
	row-gap: 2.4rem;
}

.l-header__nav-list.--pc {
	display: none;
}

.l-header__nav-list.--sp {
	display: flex;
}

.l-header__nav-item {
	width: 100%;
}

.l-header__nav-link {
	padding: 0.8rem;
	text-align: center;
	width: 100%;
}

.l-header__sp {
	-moz-column-gap: 1.2rem;
	align-items: center;
	column-gap: 1.2rem;
	display: flex;
}

.l-footer {
	background: url(../../public/img/footer-bg_sp.webp) no-repeat center top/cover, #1A110F;
	padding: 6.4rem 0 9.6rem;
}

.l-footer__container {
	flex-direction: column;
	row-gap: 3.2rem;
}

.l-footer__info-logo {
	font-size: 3.9rem;
	letter-spacing: 3.911px;
	text-align: center;
}

.l-footer__nav-list {
	flex-direction: column;
	row-gap: 4rem;
}

.l-footer__copy {
	font-size: 1rem;
	margin-top: 6.4rem;
}

.c-animation__line.c-heading__line.js-animation {
	width: 4.8rem;
}

.c-button {
	padding: 0.8rem 1.6rem;
}

.c-button.--small {
	-moz-column-gap: 0.2rem;
	column-gap: 0.2rem;
	font-size: 2rem;
	line-height: 150%;
	padding: 0.8rem 1.6rem;
}

.c-button.--sp-header {
	font-size: 1.6rem;
	line-height: 100%;
}

.c-corporate::after {
	bottom: 50%;
	height: 32rem;
	transform: translateY(50%);
}

.c-corporate.--reversed::after {
	transform: translateY(50%);
}

.c-corporate.--reversed .c-corporate__container {
	flex-direction: column-reverse;
}

.c-corporate__container {
	flex-direction: column;
	row-gap: 2.4rem;
}

.c-corporate__img {
	aspect-ratio: 343/193;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
}

.c-corporate__content {
	min-width: 100%;
	width: 100%;
}

.c-corporate__heading {
	letter-spacing: 0.72px;
}

.c-heading {
	font-size: 3.6rem;
}

.c-heading__en {
	font-size: 3.6rem;
	letter-spacing: 1.44px;
}

.c-heading__line {
	top: 30%;
}

.c-heading__ja {
	padding-left: 6.4rem;
}

.c-cta__info {
	flex-direction: column;
	row-gap: 0.2rem;
}

.p-mv__inner {
	padding: 8rem 3rem 3rem;
}

.p-mv__content {
	bottom: 4.3rem;
	left: 1rem;
}

.p-mv__copy {
	font-size: 3.2rem;
	letter-spacing: 3.84px;
}

.p-mv__sub-copy-text {
	font-size: 1.6rem;
	letter-spacing: 2.56px;
	margin: 1.2rem;
}

.splide__slide {
	width: 100% !important;
}

.splide__arrows {
	left: -2rem;
	width: 100vw;
}

.splide__arrows .button {
	height: 4.4rem;
	width: 4.4rem;
}

.splide__arrows .button::before {
	height: 4.4rem;
	width: 4.4rem;
}

.splide__pagination {
	-moz-column-gap: 0.8rem;
	bottom: -3.2rem;
	column-gap: 0.8rem;
}

.p-slide-list__button {
	margin-top: 7rem;
}

.p-gallery {
	background: url(../../public/img/gallery-bg_sp.webp) no-repeat center top/cover, linear-gradient(180deg, #3A2622 0%, #2A1C19 30%, #2A1C19 80%, #1A110F 100%);
	padding-top: 8.5rem;
}

.p-gallery__inner {
	padding: 0 1.1rem;
}

.p-gallery__heading {
	font-size: 4.1rem;
	letter-spacing: -1.664px;
}

.p-gallery__item:nth-of-type(1) {
	margin-left: 1.5rem;
	margin-top: -4rem;
	max-width: 7.6rem;
}

.p-gallery__item:nth-of-type(2) {
	align-items: flex-start;
	flex-direction: column;
	margin-left: auto;
	margin-top: -6rem;
	padding-right: 1.4rem;
	row-gap: 5.7rem;
}

.p-gallery__item:nth-of-type(2) .p-gallery__item-pic {
	max-width: 22.3rem;
}

.p-gallery__item:nth-of-type(2) .p-gallery__item-text {
	padding-left: 5.1rem;
}

.p-gallery__item:nth-of-type(3) {
	-moz-column-gap: 4.4rem;
	column-gap: 4.4rem;
	margin-left: 1.8rem;
	margin-top: 5.7rem;
}

.p-gallery__item:nth-of-type(3) .p-gallery__item-pic.--01 {
	max-width: 12.2rem;
}

.p-gallery__item:nth-of-type(3) .p-gallery__item-pic.--02 {
	max-width: 15.6rem;
}

.p-gallery__item:nth-of-type(4) {
	align-items: flex-start;
	flex-direction: column;
	margin-left: auto;
	margin-right: 40px;
	margin-top: 10.5rem;
	padding-left: 0;
	row-gap: 5.8rem;
}

.p-gallery__item:nth-of-type(4) .p-gallery__item-pic {
	margin-left: 5rem;
	max-width: 13.4rem;
}

.p-gallery__item:nth-of-type(5) {
	-moz-column-gap: 8rem;
	column-gap: 8rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.6rem;
}

.p-gallery__item:nth-of-type(5) .p-gallery__item-pic.--01 {
	margin-top: 0;
	max-width: 15.6rem;
}

.p-gallery__item:nth-of-type(5) .p-gallery__item-pic.--02 {
	margin-top: 3.3rem;
	max-width: 8.4rem;
}

.p-gallery__item-text p:not(:last-of-type) {
	padding-left: 1rem;
}

.p-what {
	background: url(../../public/img/what-bg_sp.webp) no-repeat center bottom/cover, #1A110F;
}

.p-what__inner {
	padding: 9.6rem 2rem 24.4rem;
}

.p-what__wrap {
	flex-direction: column;
	margin-top: 3.2rem;
	row-gap: 6.4rem;
}

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

.p-what__pic {
	-moz-column-gap: 5.6rem;
	column-gap: 5.6rem;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.p-what__pic01 {
	margin-top: 10.1rem;
	max-width: 11.9rem;
}

.p-what__pic02 {
	max-width: 16.1rem;
}

.p-1f {
	background: url(../../public/img/1f-bg_sp.webp) no-repeat center bottom/cover, linear-gradient(180deg, #1A110F 0%, #2A1C19 20%, #2A1C19 70%, #3A2622 100%);
}

.p-1f__inner {
	padding: 9.6rem 2rem 27.5rem;
}

.p-1f__wrap {
	flex-direction: column;
	margin-top: 3.2rem;
	row-gap: 6.4rem;
}

.p-1f__content {
	margin-top: 0;
}

.p-1f__pic {
	-moz-column-gap: 6.2rem;
	column-gap: 6.2rem;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.p-1f__pic01 {
	max-width: 16.8rem;
}

.p-1f__pic02 {
	margin-top: 10.5rem;
	max-width: 12.4rem;
}

.p-video {
	padding-top: 9.6rem;
}

.p-event {
	padding-top: 9.6rem;
}

.p-event-list {
	margin-top: 3.2rem;
	row-gap: 3.2rem;
}

.p-event-card {
	flex-direction: column;
}

.p-event-card__image-wrap {
	max-width: 100%;
}

.p-event-card__content {
	padding: 0 0.8rem;
}

.p-event-card__content-inner {
	flex-direction: column;
	margin-left: 0;
	margin-top: -1.6rem;
	padding: 1.6rem 2.8rem 2.4rem;
	row-gap: 1.6rem;
}

.p-event-card__date {
	border-bottom: 0.1rem solid #726563;
	border-right: none;
	padding-bottom: 1.6rem;
	padding-right: 0;
	width: 100%;
}

.p-event-card__date-day {
	font-size: 2.4rem;
}

.p-event-card__content-wrap {
	flex-direction: column;
	row-gap: 3.2rem;
}

.p-event-card__content-info {
	align-items: center;
	grid-row: 0.8rem;
}

.p-event-card__title {
	font-size: 2.4rem;
	letter-spacing: 2.4px;
}

.p-about {
	padding: 9.6rem 0;
}

.p-about__wrap {
	flex-direction: column;
	row-gap: 6.4rem;
}

.p-about__content-text {
	margin-top: 3.2rem;
}

.p-about__content-text .p-about__content-table tr {
	flex-direction: column;
	padding: 1.6rem 0.8rem;
	row-gap: 0.8rem;
}

.p-about__wrap-img {
	margin-right: 0;
}

.p-about__heading {
	letter-spacing: 0.8px;
}

.p-about__top-img {
	aspect-ratio: 343/172;
	overflow: hidden;
}

.p-about__overview {
	flex-direction: column;
	justify-content: center;
}

.p-about__overview-img {
	margin: 0 auto;
}

.p-about__overview-name {
	letter-spacing: 0.8px;
}

.p-about__overview-table tr {
	flex-direction: column;
}

.p-about__overview-table th,
.p-about__overview-table td {
	padding: 1rem 1.6rem;
	width: 100%;
}

.p-about__overview-table th {
	border-right: none;
}

.p-about__office-title {
	letter-spacing: 0.8px;
}

.p-about__office-content {
	flex-direction: column-reverse;
	row-gap: 1.6rem;
}

.p-about__office-content-map {
	max-width: 100%;
}

.p-interview__list {
	flex-direction: column;
	row-gap: 2.4rem;
}

.p-interview__item {
	width: 100%;
}

.p-business__item-title {
	letter-spacing: 0.8px;
}

.p-business__item-container {
	flex-direction: column;
	row-gap: 1.6rem;
}

.p-business__item-content {
	min-width: 100%;
}

.p-business__item-img {
	max-width: 100%;
}

.p-careers__top-heading {
	letter-spacing: 0.72px;
}

.p-careers__top-item {
	letter-spacing: 0.72px;
	line-height: 130%;
}

.p-careers__heading {
	letter-spacing: 0.8px;
}

.p-careers__recruitment-list {
	flex-direction: column;
}

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

.p-careers__recruitment-card-heading-title {
	letter-spacing: 1.28px;
}

.p-careers__flow-item:not(:last-of-type)::after {
	left: 3.2rem;
}

.p-careers__flow-item-number {
	height: 6.4rem;
	width: 6.4rem;
}

.p-contact__inner {
	padding: 0;
}

input[type=radio] + .wpcf7-list-item-label::after {
	left: 0.3rem;
}

.p-404 {
	padding: 9.6rem 0;
}

.p-404__inner {
	padding: 0;
}

.p-404__heading p {
	font-size: 3.2rem;
}

.p-404__heading-ja {
	font-size: 2.4rem;
}

.u-display__sp {
	display: block;
}

}

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

.c-policy__item-table td {
	letter-spacing: 0.04em;
}

}

@keyframes blur {

from {
	filter: blur(20px);
}

to {
	filter: blur(0);
}

}

@keyframes showTextFromBottom {

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

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

}

