/* ============================
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: 7.3rem;
}

body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 180%;
}

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

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

a:hover {
	opacity: 0.7;
}

.grecaptcha-badge {
	z-index: 999;
}

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

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

.l-header {
	background-color: #fff;
	height: 7.3rem;
	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: 123.2rem;
	padding: 0 1.6rem;
	width: 100%;
}

.l-header__logo-link {
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 130%;
	width: 32rem;
}

.l-header__drawer-button {
	background-color: #192F60;
	display: none;
	height: 4rem;
	position: relative;
	width: 4rem;
}

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

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

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

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

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

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

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

.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-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;
}

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

.l-main {
	margin-top: 7.3rem;
}

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

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

.l-footer {
	background-color: #192F60;
	color: #fff;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 111.2rem;
	padding: 8rem 1.6rem 4rem;
	width: 100%;
}

.l-footer__container {
	border-bottom: 0.1rem solid #ccc;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
}

.l-footer__info-logo {
	font-size: 2.4rem;
	letter-spacing: 1.92px;
	line-height: 130%;
	margin-bottom: 1.2rem;
}

.l-footer__info-add {
	font-size: 1.6rem;
	line-height: 180%;
	margin-bottom: 2.4rem;
}

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

.l-footer__sns-item {
	background-color: #fff;
	border-radius: 50%;
	height: 4rem;
	width: 4rem;
}

.l-footer__content {
	-moz-column-gap: 16rem;
	column-gap: 16rem;
	display: flex;
}

.l-footer__nav {
	-moz-column-gap: 8.6rem;
	column-gap: 8.6rem;
	display: flex;
}

.l-footer__nav-list {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	row-gap: 1.2rem;
}

.l-footer__nav-link {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 160%;
}

.l-footer__copy {
	display: block;
	font-size: 1rem;
	line-height: 100%;
	text-align: center;
}

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

/* ============================
breadcrumb
 ========================= */

.c-breadcrumb {
	background-color: #F5F5F5;
}

.c-breadcrumb__list {
	-moz-column-gap: 2rem;
	align-items: center;
	column-gap: 2rem;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 123.2rem;
	padding: 0.6rem 1.6rem;
	width: 100%;
}

.c-breadcrumb__item {
	-moz-column-gap: 1.2rem;
	align-items: center;
	column-gap: 1.2rem;
	display: flex;
	font-size: 1.2rem;
	letter-spacing: 0.56px;
	line-height: 120%;
	line-height: 1.3;
}

.c-breadcrumb__item::after {
	background: url(../../public/img/common/svg/arrow.svg) no-repeat center center/cover;
	content: "";
	display: block;
	height: 2.4rem;
	width: 2.4rem;
}

.c-breadcrumb__item:last-of-type {
	display: block;
}

.c-breadcrumb__item:last-of-type::after {
	display: none;
}

.c-breadcrumb__link {
	text-decoration: underline;
}

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

.c-button {
	background-color: #192F60;
	border: 0.2rem solid #192F60;
	border-radius: 500px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button:hover {
	background-color: transparent;
	color: #192F60;
	opacity: 1;
}

/* ボーダースタイル */

.c-button.--border {
	background-color: transparent;
	color: #192F60;
}

.c-button.--border:hover {
	background-color: #192F60;
	border: 0.2rem solid #192F60;
	color: #fff;
}

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

/* サイズ：極小 */

.c-button.--extra-small {
	font-size: 1.4rem;
	padding: 0.8rem 2.4rem;
}

/* サイズ：小 */

.c-button.--small {
	padding: 1rem 3.2rem;
}

/* サイズ：中 */

.c-button.--middle {
	padding: 1.2rem 4.8rem;
}

/* サイズ：大 */

.c-button.--large {
	padding: 1.6rem 8rem;
}

/* 三角アイコン付きボタン */

.c-button:has(.c-button__arrow) {
	-moz-column-gap: 1.2rem;
	align-items: center;
	column-gap: 1.2rem;
	display: flex;
	justify-content: center;
}

.c-button__arrow {
	border-color: transparent transparent transparent currentColor;
	border-style: solid;
	border-width: 0.4rem 0 0.4rem 0.7rem;
	display: block;
	height: 0;
	width: 0;
}

/* トップページ */

/* cta */

.c-button.--cta:hover {
	background-color: #fff;
}

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

.c-corporate {
	margin-bottom: 12rem;
	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 .c-corporate__item {
	margin-bottom: 8rem;
}

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

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

.c-corporate.--reversed .c-corporate__img,
.c-corporate__item.--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: 2.4rem;
	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 {
	position: relative;
}

.c-heading::after {
	background: repeating-linear-gradient(90deg, #192F60 0%, #192F60 32.33%, #ccc 32.33%, #ccc 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-heading__en {
	color: #192F60;
	line-height: 130%;
	text-transform: uppercase;
}

.c-heading__ja {
	font-weight: 700;
	line-height: 160%;
}

/* pc中央寄せ */

.c-heading.--center {
	text-align: center;
}

.c-heading.--center::after {
	background: repeating-linear-gradient(90deg, #ccc 0, #ccc 33.83%, #192f60 33.83%, #192f60 66.16%, #ccc 66.16%, #ccc 100%);
}

/* ページタイトル */

.c-heading.--page {
	margin-bottom: 9.6rem;
	padding-bottom: 3.2rem;
}

.c-heading.--page .c-heading__en {
	font-size: 2rem;
	letter-spacing: 1.6px;
}

.c-heading.--page .c-heading__ja {
	font-size: 4rem;
	letter-spacing: 3.2px;
}

/* セクションタイトル */

.c-heading.--section {
	margin-bottom: 6.4rem;
	padding-bottom: 2.4rem;
}

.c-heading.--section .c-heading__en {
	font-size: 2rem;
	letter-spacing: 1.6px;
	margin-bottom: 0.8rem;
}

.c-heading.--section .c-heading__ja {
	font-size: 3.2rem;
	letter-spacing: 1.36px;
}

/* 社員紹介ページ,免責事項タイトル（下余白小） */

.c-heading.--mb-secondary {
	margin-bottom: 3.2rem;
}

/* ctaタイトル */

.c-heading.--cta {
	margin-bottom: 0;
}

.c-heading.--cta .c-heading__en {
	color: #fff;
}

/* ============================
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: 8rem 1.6rem;
	row-gap: 3.2rem;
	width: 100%;
}

.c-cta__description {
	font-size: 1.8rem;
	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: 1.6rem;
	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: 8rem;
}

.c-policy__item-heading {
	font-size: 2.8rem;
	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 3.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: 1.6rem;
	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 {
	aspect-ratio: 1/1;
	margin-bottom: 1.2rem;
	margin-bottom: 0.75rem;
	overflow: hidden;
}

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

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

.c-interview__name {
	font-size: 2rem;
	font-weight: 700;
	line-height: 160%;
}

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

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

.p-top-mv {
	margin-bottom: 12rem;
	position: relative;
}

.p-top-mv__lead {
	color: #fff;
	left: 8.3rem;
	position: absolute;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
}

.p-top-mv__copy {
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 2.24px;
	line-height: 130%;
	margin-bottom: 3rem;
}

.p-top-mv__copy span {
	background-color: #fff;
	color: #192F60;
	display: block;
	padding: 0.4rem 1.6rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-top-mv__copy span:not(:last-of-type) {
	margin-bottom: 1.6rem;
}

.p-top-mv__scroll {
	bottom: 10rem;
	color: #333;
	display: flex;
	flex-direction: column-reverse;
	font-size: 1.2rem;
	position: absolute;
	right: 2.4rem;
	row-gap: 0.4rem;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.p-top-mv__scroll span {
	background-color: #333;
	display: block;
	height: 10rem;
	text-align: center;
	width: 0.1rem;
}

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

.p-top-interview {
	background-color: #F5F5F5;
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.p-top-interview__slider {
	margin: 0 auto;
	margin-bottom: 10.4rem;
	max-width: 96rem;
}

/* スライダー */

/* 矢印ボタン*/

.button {
	background-color: #192F60;
	border-radius: 0.5rem;
	height: 8rem;
	opacity: 1;
	width: 3rem;
}

.splide__arrow--prev {
	left: -6rem;
}

.splide__arrow--next {
	right: -6rem;
}

/* 矢印ボタン共通のスタイル */

.button::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.55rem 0 0.55rem 0.9rem;
	content: "";
	height: 0;
	width: 0;
}

/* 前の矢印 */

.prev::before {
	transform: scale(-1, 1);
}

/* 次のスライドが無い場合の矢印 */

.button:disabled {
	background-color: #ccc;
	opacity: 1;
}

/* スライドのサイズ調整 */

.splide__slide img {
	width: 100%;
}

/* ページネーションのスタイル */

.your-class-pagination {
	-moz-column-gap: 0.4rem;
	bottom: -3.2rem;
	column-gap: 0.4rem;
}

.your-class-page {
	background-color: transparent;
	border: 0.1rem solid #192F60;
	height: 0.8rem;
	transition: 0.5s all;
	width: 0.8rem;
}

/* 現在表示されているページネーションのスタイル */

.your-class-page.is-active {
	background-color: #192F60;
	opacity: 1;
	transform: none;
}

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

.p-about__heading {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 2.4rem;
	text-align: center;
}

.p-about__top {
	margin-bottom: 2rem;
}

.p-about__top-img {
	margin-bottom: 2.4rem;
}

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

.p-about__overview {
	display: flex;
	gap: 4rem;
	justify-content: space-between;
	margin-bottom: 12rem;
}

.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: 2.4rem;
	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;
}

.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: 2.4rem;
	font-weight: 700;
	letter-spacing: 1.92px;
	line-height: 160%;
	margin-bottom: 2.4rem;
	padding: 0.6rem 2.4rem;
}

.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: 9.6rem;
}

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

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

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

.p-business__item:not(:last-of-type) {
	margin-bottom: 6.4rem;
}

.p-business__item-heading {
	-moz-column-gap: 2.4rem;
	align-items: center;
	column-gap: 2.4rem;
	display: flex;
	margin-bottom: 2.4rem;
}

.p-business__item-number {
	color: #192F60;
	font-size: 6.4rem;
	line-height: 80%;
}

.p-business__item-title {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 2.24px;
	line-height: 140%;
}

.p-business__item-container {
	-moz-column-gap: 4.8rem;
	column-gap: 4.8rem;
	display: flex;
}

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

.p-business__item-content p {
	font-size: 1.6rem;
	line-height: 180%;
}

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

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

.p-careers__top {
	margin-bottom: 12rem;
}

.p-careers__top-heading {
	font-size: 2.8rem;
	letter-spacing: 2.24px;
	line-height: 160%;
	margin-bottom: 4.8rem;
	text-align: center;
}

.p-careers__top-img {
	margin-bottom: 4.8rem;
}

.p-careers__top-content {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 4.8rem;
	padding: 3.2rem 0;
}

.p-careers__top-list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	row-gap: 2.4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-careers__top-item {
	-moz-column-gap: 1.6rem;
	align-items: center;
	color: #192F60;
	column-gap: 1.6rem;
	display: flex;
	font-size: 2rem;
	letter-spacing: 1.6px;
	line-height: 160%;
}

.p-careers__top-item-number {
	background-color: #192F60;
	color: #fff;
	display: grid;
	flex-shrink: 0;
	font-size: 2rem;
	font-weight: 700;
	height: 3.2rem;
	line-height: 160%;
	place-content: center;
	width: 3.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: 4rem;
}

/* 募集要項 */

.p-careers__recruitment {
	background-color: #F5F5F5;
	padding: 8rem 0;
}

.p-careers__heading {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.2 0.24px;
	line-height: 140%;
	margin-bottom: 4.8rem;
	padding-bottom: 1.6rem;
	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: 32rem;
}

.p-careers__recruitment-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
	margin-bottom: 4.8rem;
}

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

.p-careers__recruitment-card-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 2.4rem 3.2rem 0;
}

.p-careers__recruitment-card-heading-title {
	color: #192F60;
	font-size: 1.8rem;
	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 0.8rem 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: 12rem;
}

.p-careers__flow-item {
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
	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: 3.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: 1.2rem;
	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: 2rem;
	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: 5rem;
}

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

.p-contact__description {
	margin-bottom: 4rem;
}

.p-contact__description-heading {
	font-size: 2.8rem;
	letter-spacing: 2.24px;
	line-height: 140%;
	margin-bottom: 4rem;
}

.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: 4rem;
	column-gap: 4rem;
	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: 4rem;
	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: 2rem;
	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: 4rem;
}

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

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

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

.p-404__heading {
	margin-bottom: 4rem;
	text-align: center;
}

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

.p-404__heading-text {
	font-size: 2rem;
	line-height: 130%;
}

.p-404__description {
	background-color: #F5F5F5;
	line-height: 180%;
	margin-bottom: 4rem;
	padding: 2.4rem 4rem;
}

.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-spacing
 ========================= */

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

.u-spacing__page {
	padding-bottom: 12rem;
	padding-top: 9.6rem;
}

.u-spacing__page--top {
	padding-top: 9.6rem;
}

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

html {
	font-size: 0.6944444444vw;
}

}

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

html {
	font-size: 10px;
}

}

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

.c-corporate.--reversed .c-corporate__img,
.c-corporate__item.--reversed .c-corporate__img {
	margin-right: calc((1366px - 100%) / -2);
}

.c-corporate__img {
	margin-left: calc((1366px - 100%) / -2);
}

}

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

.p-top-interview__slider {
	width: 80%;
}

}

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

.l-header__inner {
	background-color: #fff;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

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

}

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

html {
	font-size: 2.6666666667vw;
}

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

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

.l-header {
	height: 6.4rem;
}

.l-header__logo-link {
	letter-spacing: 1.8px;
	width: 18rem;
}

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

.l-header__content {
	background: #fff;
	flex-direction: column;
	height: 100svh;
	left: 0;
	padding: 10.4rem 2.4rem 4rem;
	position: fixed;
	top: 0;
	transform: translateX(105%);
	transition: transform 0.5s ease 0s;
	width: 100%;
	z-index: -1;
}

.l-header__content.is-visible {
	overflow-x: scroll;
	transform: translateX(0);
}

.l-header__nav {
	border-bottom: 0.1rem solid #ccc;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	width: 100%;
}

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

.l-header__nav-link {
	font-size: 2rem;
}

.l-main {
	margin-top: 6.4rem;
}

.l-footer__inner {
	padding: 4rem 1.6rem 2.4rem;
}

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

.l-footer__info-logo {
	font-size: 2rem;
	letter-spacing: 0.8px;
	margin-bottom: 0.8rem;
}

.l-footer__info-add {
	font-size: 1.4rem;
}

.l-footer__content {
	flex-direction: column;
	row-gap: 32px;
}

.l-footer__nav {
	flex-direction: column;
	row-gap: 16px;
}

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

.l-footer__nav-list.--first {
	flex-wrap: wrap;
	margin-bottom: 3.2rem;
}

.l-footer__nav-list.--first .l-footer__nav-item {
	width: 50%;
}

.l-footer__nav-list.--first .l-footer__nav-item:nth-of-type(1) {
	order: 1;
}

.l-footer__nav-list.--first .l-footer__nav-item:nth-of-type(2) {
	order: 3;
}

.l-footer__nav-list.--first .l-footer__nav-item:nth-of-type(3) {
	order: 5;
}

.l-footer__nav-list.--first .l-footer__nav-item:nth-of-type(4) {
	order: 2;
}

.l-footer__nav-list.--first .l-footer__nav-item:nth-of-type(5) {
	order: 4;
}

.l-footer__nav-list.--second {
	justify-content: space-between;
}

.l-footer__nav-list.--second .l-footer__nav-link {
	font-weight: 400;
}

.c-breadcrumb__list {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
	padding: 0.4rem 1.6rem;
}

.c-breadcrumb__item {
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
}

.c-breadcrumb__item::after {
	height: 1.6rem;
	width: 1.6rem;
}

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

.c-corporate {
	margin-bottom: 8rem;
}

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

.c-corporate.--child-item::after {
	display: none;
}

.c-corporate .c-corporate__item {
	margin-bottom: 4rem;
}

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

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

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

.c-corporate__img {
	margin: 0;
	max-width: 100%;
}

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

.c-corporate__heading {
	font-size: 1.8rem;
	letter-spacing: 0.72px;
}

.c-heading.--page {
	margin-bottom: 5.6rem;
	padding-bottom: 1.6rem;
}

.c-heading.--page .c-heading__en {
	font-size: 1.6rem;
	letter-spacing: 1.28px;
}

.c-heading.--page .c-heading__ja {
	font-size: 2.8rem;
	letter-spacing: 1.12px;
}

.c-heading.--section {
	margin-bottom: 4rem;
	padding-bottom: 1.6rem;
	text-align: center;
}

.c-heading.--section::after {
	background: repeating-linear-gradient(90deg, #ccc 0, #ccc 33.83%, #192f60 33.83%, #192f60 66.16%, #ccc 66.16%, #ccc 100%);
}

.c-heading.--section .c-heading__en {
	font-size: 1.4rem;
	letter-spacing: 1.12px;
	margin-bottom: 0.2rem;
}

.c-heading.--section .c-heading__ja {
	font-size: 2rem;
	letter-spacing: 0.8px;
}

.c-heading.--mb-secondary {
	margin-bottom: 1.6rem;
}

.c-heading.--cta {
	text-align: center;
}

.c-heading.--cta::after {
	background: repeating-linear-gradient(90deg, #ccc 0, #ccc 33.83%, #192f60 33.83%, #192f60 66.16%, #ccc 66.16%, #ccc 100%);
}

.c-cta__inner {
	padding: 4.8rem 1.6rem;
	row-gap: 2rem;
}

.c-cta__description {
	font-size: 1.4rem;
}

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

.c-cta__info-title {
	font-size: 1.4rem;
}

.c-policy__item:not(:last-of-type) {
	margin-bottom: 4rem;
}

.c-policy__item-heading {
	font-size: 2rem;
}

.c-policy__item-list {
	margin: 1.6rem 0 1.6rem 2.8rem;
}

.c-policy__item-table th,
.c-policy__item-table td {
	font-size: 1.4rem;
}

.c-interview__name {
	font-size: 1.8rem;
}

.p-top-mv {
	margin-bottom: 8rem;
}

.p-top-mv__lead {
	left: 1.5rem;
	top: 13rem;
	transform: none;
}

.p-top-mv__copy {
	font-size: 2rem;
	letter-spacing: 0.64px;
	margin-bottom: 1.2rem;
}

.p-top-mv__copy span {
	padding: 0.4rem 0.8rem;
}

.p-top-mv__scroll {
	bottom: 9rem;
	display: none;
}

.p-top-interview {
	padding-top: 4.8rem;
}

.p-top-interview__slider {
	margin-bottom: 6.7rem;
	width: 100%;
}

.splide__arrow--prev {
	left: 1.6rem;
}

.splide__arrow--next {
	right: 1.6rem;
}

.p-about__heading {
	font-size: 2rem;
	letter-spacing: 0.8px;
	margin-bottom: 1.6rem;
}

.p-about__top {
	margin-bottom: 8rem;
}

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

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

.p-about__overview {
	flex-direction: column;
	justify-content: center;
	margin-bottom: 8rem;
}

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

.p-about__overview-name {
	font-size: 2rem;
	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 {
	font-size: 2rem;
	letter-spacing: 0.8px;
	margin-bottom: 1.6rem;
	padding: 0.4rem 1.6rem;
}

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

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

.p-interview__description {
	margin-bottom: 5.6rem;
}

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

.p-interview__item {
	width: 100%;
}

.p-business__item:not(:last-of-type) {
	margin-bottom: 5.6rem;
}

.p-business__item-heading {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
	margin-bottom: 1.6rem;
}

.p-business__item-number {
	font-size: 3.6rem;
}

.p-business__item-title {
	font-size: 2rem;
	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-content p {
	font-size: 1.4rem;
}

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

.p-careers__top {
	margin-bottom: 8rem;
}

.p-careers__top-heading {
	font-size: 1.8rem;
	letter-spacing: 0.72px;
	margin-bottom: 2.4rem;
}

.p-careers__top-img {
	margin-bottom: 2.4rem;
}

.p-careers__top-content {
	margin-bottom: 2.4rem;
	padding: 2.4rem 0;
}

.p-careers__top-list {
	row-gap: 1.2rem;
}

.p-careers__top-item {
	-moz-column-gap: 1.2rem;
	column-gap: 1.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.72px;
	line-height: 130%;
}

.p-careers__top-item-number {
	font-size: 1.6rem;
	height: 2.6rem;
	width: 2.6rem;
}

.p-careers__top-description-text:not(:last-of-type) {
	margin-bottom: 3.2rem;
}

.p-careers__recruitment {
	padding: 4.8rem 0;
}

.p-careers__heading {
	font-size: 2rem;
	letter-spacing: 0.8px;
	margin-bottom: 4rem;
	padding-bottom: 1.2rem;
}

.p-careers__heading::after {
	width: 5.8rem;
}

.p-careers__recruitment-list {
	flex-direction: column;
	gap: 1.6rem 2.4rem;
	margin-bottom: 4rem;
}

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

.p-careers__recruitment-card-heading {
	padding: 1.6rem 1.6rem 0;
}

.p-careers__recruitment-card-heading-title {
	font-size: 1.6rem;
	letter-spacing: 1.28px;
}

.p-careers__recruitment-card-row {
	padding: 0 0.4rem 1.2rem;
}

.p-careers__flow {
	padding-top: 8rem;
}

.p-careers__flow-item {
	-moz-column-gap: 1.6rem;
	column-gap: 1.6rem;
}

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

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

.p-careers__flow-item-number span {
	font-size: 1.1rem;
}

.p-careers__flow-item-heading {
	font-size: 1.6rem;
}

.p-contact {
	margin-top: 4rem;
}

.p-contact__inner {
	padding: 0;
}

.p-contact__description {
	margin-bottom: 3.2rem;
}

.p-contact__description-heading {
	font-size: 2rem;
	margin-bottom: 3.2rem;
}

.p-contact__flex {
	-moz-column-gap: 2.4rem;
	column-gap: 2.4rem;
}

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

.p-contact__bottom {
	margin-bottom: 1.6rem;
}

.p-complete__heading {
	font-size: 1.8rem;
}

.p-complete__description-attention {
	margin-bottom: 3.2rem;
}

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

.p-404__inner {
	padding: 0;
}

.p-404__heading {
	margin-bottom: 3.2rem;
}

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

.p-404__description {
	margin-bottom: 3.2rem;
	padding: 2.4rem 1.6rem;
}

.u-display__sp {
	display: block;
}

.u-spacing__page {
	padding-bottom: 8rem;
	padding-top: 6.4rem;
}

.u-spacing__page--top {
	padding-top: 6.4rem;
}

}

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

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

.splide__arrow--prev {
	left: 1rem;
}

.splide__arrow--next {
	right: 1rem;
}

}

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

.l-footer__nav {
	-moz-column-gap: 22.5333333333vw;
	column-gap: 22.5333333333vw;
}

.l-footer__nav-link {
	line-height: 140%;
}

.p-top-mv__lead {
	left: 1rem;
}

}

