/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
	scroll-padding-top: 5rem;
}

body {
	color: #252525;
	font-family: "Noto Sans JP", sans-serif !important;
	opacity: 0;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Noto Sans JP", sans-serif;
}

/* link */

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

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

a:hover {
	text-decoration: none !important;
}

/* img */

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

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

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

/********************************
* カスタムフォント定義
********************************/

@font-face {
	font-display: swap;
	font-family: "ProggySquare";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/ProggySquare.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "ProggySquareSZ";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/ProggySquareSZ.ttf") format("truetype");
}

/*! 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;
	-webkit-box-sizing: border-box;
	        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;
	position: relative;
}

/* 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;
}

h1.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h2.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h3.wp-block-heading {
	font-size: 1.4rem;
	font-weight: revert;
	margin: 0;
}

h4.wp-block-heading {
	font-size: 1.3rem;
	font-weight: revert;
	margin: 0;
}

h5.wp-block-heading {
	font-size: 1.2rem;
	font-weight: revert;
	margin: 0;
}

h6.wp-block-heading {
	font-size: 1.1rem;
	font-weight: revert;
	margin: 0;
}

/* Lists (enumeration) */

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

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

/* Lists (definition) */

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

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;
	-webkit-box-sizing: content-box;
	        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: pointer;
}

/* 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;
}

.l-body {
	padding-bottom: 6.25rem;
	padding-top: 3.875rem;
}

.l-footer {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.l-footer__bg01 svg path,
.l-footer__bg02 svg path {
	vector-effect: non-scaling-stroke;
	stroke-width: 1px;
}

.l-footer__bg01 {
	aspect-ratio: 466/239;
	left: -0.1875rem;
	max-width: 29.125rem;
	position: absolute;
	top: -0.125rem;
	width: 31.0666666667%;
}

.l-footer__bg02 {
	aspect-ratio: 131/307;
	max-width: 8.1875rem;
	position: absolute;
	right: -2.3125rem;
	top: -5.0625rem;
	width: 8.7333333333%;
}

.l-footer__inner {
	padding-block: 5.25rem 8.75rem;
}

.l-footer__nav {
	margin-bottom: 2.5rem;
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 3.5rem 0rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.l-footer__item {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	width: calc((100% - 2.5rem) / 3);
}

.l-footer__item a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__item a::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-footer__item a:hover {
	color: #0346BF;
}

.l-footer__item a:hover::after {
	width: 100%;
}

.l-footer__item a:focus-visible::after {
	width: 100%;
}

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

.l-footer__subitem {
	color: #909090;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.l-footer__subitem:last-child {
	margin-bottom: 0;
}

.l-footer__subitem a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__subitem a::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-footer__subitem a:hover {
	color: #0346BF;
}

.l-footer__subitem a:hover::after {
	width: 100%;
}

.l-footer__subitem a:focus-visible::after {
	width: 100%;
}

.l-footer__branding {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	border-bottom: 1px solid #252525;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
}

.l-footer__logo {
	font-family: "Shippori Mincho", serif;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	white-space: nowrap;
}

.l-footer__sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}

.l-footer__sns-link {
	display: inline-block;
	height: 1.8125rem;
	-webkit-transition: scale 0.3s ease;
	transition: scale 0.3s ease;
	width: 1.8125rem;
}

.l-footer__sns-link:hover {
	scale: 1.1;
}

.l-footer__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	font-size: 0.75rem;
	gap: 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.l-footer__link-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}

.l-footer__link {
	color: #999999;
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 0.25rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__link::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-footer__link:hover {
	color: #0346BF;
}

.l-footer__link:hover::after {
	width: 100%;
}

.l-footer__link:focus-visible::after {
	width: 100%;
}

.l-footer__copyright {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

/* ====================================
# フッター光の点エフェクト
==================================== */

.footer-light-dot {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	-webkit-filter: blur(0.75rem);
	        filter: blur(0.75rem);
	height: 3.125rem;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 3.125rem;
	z-index: 5;
}

/* bodyスクロール防止 */

body.menu-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

body.menu-open .l-header__logo img[src*="logo_white.svg"] {
	content: url("../images/common/logo.svg");
}

.l-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header--recruitment {
	background: transparent;
	-webkit-transition: opacity 0.8s ease-out, background-color 0.3s ease, -webkit-transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, background-color 0.3s ease, -webkit-transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out, background-color 0.3s ease;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out, background-color 0.3s ease, -webkit-transform 0.8s ease-out;
	z-index: 1000;
}

.l-header--recruitment.is-animated {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.l-header--recruitment.is-white-bg {
	background: #fff;
}

.l-header--recruitment.is-white-bg .l-header__nav-list {
	color: #252525;
}

.l-header--recruitment.is-white-bg .l-header__nav-item a {
	color: #252525;
}

.l-header--recruitment.is-white-bg .l-header__nav-item a:hover {
	color: #0346BF;
}

.l-header--recruitment.is-white-bg .l-header__nav-item a::after {
	background-color: #0346BF;
}

.l-header--recruitment.is-white-bg .l-header__nav-item.is-current a {
	color: #0346BF;
}

.l-header--recruitment.is-white-bg .l-header__nav-item.is-current a::after {
	background-color: #0346BF;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown > a.is-current {
	color: #0346BF;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown > a.is-current::after {
	background-color: #0346BF;
	width: 100%;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown .l-header__dropdown {
	background: #fff;
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown .l-header__dropdown-link {
	color: #252525;
	padding-bottom: 0.25rem;
	position: relative;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown .l-header__dropdown-link::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown .l-header__dropdown-link:hover {
	color: #0346BF;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown .l-header__dropdown-link:hover::after {
	width: 100%;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown .l-header__dropdown-link.is-current {
	color: #0346BF;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown .l-header__dropdown-link.is-current::after {
	width: 100%;
}

.l-header--recruitment.is-white-bg .l-header__nav-item--dropdown .l-header__nav-item-arrow {
	border-color: #0346BF;
}

.l-header--recruitment.is-white-bg .l-header__nav .l-header__nav-item--entry {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
}

.l-header--recruitment.is-white-bg .l-header__nav .l-header__nav-item--entry span {
	color: #fff;
}

.l-header--recruitment.is-white-bg .l-header__nav .l-header__nav-item--entry::before {
	background: url(../images/common/btn_arrow.svg) no-repeat center center/contain;
}

.l-header--recruitment.is-white-bg .l-header__nav .l-header__nav-item--entry::after {
	background: -webkit-gradient(linear, left top, right top, from(#002870), color-stop(50%, #0346BF));
	background: linear-gradient(90deg, #002870 0%, #0346BF 50%);
}

.l-header--recruitment.is-white-bg .l-header__nav .l-header__nav-item--entry:hover::after {
	background: -webkit-gradient(linear, left top, right top, from(#002870), color-stop(50%, #0346BF));
	background: linear-gradient(90deg, #002870 0%, #0346BF 50%);
}

.l-header--recruitment.is-white-bg .l-header__hamburger-line {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
}

.l-header--recruitment .l-header__nav-list {
	color: #fff;
}

.l-header--recruitment .l-header__nav-item a {
	color: #fff;
}

.l-header--recruitment .l-header__nav-item a:hover {
	color: #fff;
}

.l-header--recruitment .l-header__nav-item a::after {
	background-color: #fff;
}

.l-header--recruitment .l-header__nav-item.is-current a {
	color: #fff;
}

.l-header--recruitment .l-header__nav-item.is-current a::after {
	background-color: #fff;
}

.l-header--recruitment .l-header__nav-item--dropdown > a.is-current {
	color: #fff;
}

.l-header--recruitment .l-header__nav-item--dropdown > a.is-current::after {
	background-color: #fff;
	width: 100%;
}

.l-header--recruitment .l-header__nav-item--dropdown .l-header__dropdown {
	-webkit-backdrop-filter: blur(0.5rem);
	backdrop-filter: blur(0.5rem);
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}

.l-header--recruitment .l-header__nav-item--dropdown .l-header__dropdown-link {
	color: #252525;
	padding-bottom: 0.25rem;
	position: relative;
}

.l-header--recruitment .l-header__nav-item--dropdown .l-header__dropdown-link::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-header--recruitment .l-header__nav-item--dropdown .l-header__dropdown-link:hover {
	color: #0346BF;
}

.l-header--recruitment .l-header__nav-item--dropdown .l-header__dropdown-link:hover::after {
	width: 100%;
}

.l-header--recruitment .l-header__nav-item--dropdown .l-header__dropdown-link.is-current {
	color: #0346BF;
}

.l-header--recruitment .l-header__nav-item--dropdown .l-header__dropdown-link.is-current::after {
	width: 100%;
}

.l-header--recruitment .l-header__nav-item--dropdown .l-header__nav-item-arrow {
	border-color: #fff;
}

.l-header--recruitment .l-header__hamburger-line {
	background: #ffffff;
}

.l-header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	padding: 1.125rem 2.5rem;
}

.menu-open .l-header__inner {
	background: #fff;
}

.l-header__logo {
	position: relative;
	width: 10.3125rem;
	z-index: 102;
}

/* ハンバーガーボタン */

.l-header__hamburger {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.1875rem;
	position: relative;
	width: 2.5rem;
	z-index: 102;
}

.l-header__hamburger.is-active .l-header__hamburger-line {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
}

.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
	right: 0.375rem;
	top: 1.25rem;
	-webkit-transform: translateX(0%) rotate(45deg);
	        transform: translateX(0%) rotate(45deg);
	width: 1.5rem;
}

.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
	opacity: 0;
}

.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
	right: 0.375rem;
	top: 1.25rem;
	-webkit-transform: translateX(0%) rotate(-45deg);
	        transform: translateX(0%) rotate(-45deg);
	width: 1.5rem;
}

.l-header__hamburger-line {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	height: 0.1875rem;
	position: absolute;
	right: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.l-header__hamburger-line:nth-child(1) {
	top: 0.75rem;
	width: 2.5rem;
}

.l-header__hamburger-line:nth-child(2) {
	top: 1.25rem;
	width: 2rem;
}

.l-header__hamburger-line:nth-child(3) {
	top: 1.75rem;
	width: 1.5rem;
}

/* デスクトップナビゲーション */

.l-header__nav-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.625rem;
}

.l-header__nav-item {
	position: relative;
}

.l-header__nav-item:not(:last-child)::after {
	background-color: #CCCCCC;
	content: "";
	height: 1rem;
	position: absolute;
	right: -1.3125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.0625rem;
}

.l-header__nav-item--dropdown > a.is-current {
	color: #0346BF;
}

.l-header__nav-item--dropdown > a.is-current::after {
	background-color: #0346BF;
	width: 100%;
}

.l-header__nav-item--dropdown::before {
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	right: 0;
	top: calc(100% + 0.25rem + 0.125rem);
	z-index: 1;
}

.l-header__nav-item--dropdown .l-header__dropdown {
	background: #fff;
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
	left: 0;
	margin-bottom: 0;
	min-width: 10rem;
	opacity: 0;
	padding: 1.5rem 1.125rem;
	position: absolute;
	top: calc(100% + 0.75rem);
	-webkit-transform: translateY(-0.5rem);
	        transform: translateY(-0.5rem);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	visibility: hidden;
	z-index: 200;
}

.l-header__nav-item--dropdown:hover .l-header__dropdown {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
}

.l-header__nav-item--dropdown .l-header__dropdown-link {
	color: #252525;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	padding-bottom: 0.25rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-header__nav-item--dropdown .l-header__dropdown-link::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-header__nav-item--dropdown .l-header__dropdown-link:hover {
	color: #0346BF;
}

.l-header__nav-item--dropdown .l-header__dropdown-link:hover::after {
	width: 100%;
}

.l-header__nav-item--dropdown .l-header__dropdown-link.is-current {
	color: #0346BF;
}

.l-header__nav-item--dropdown .l-header__dropdown-link.is-current::after {
	width: 100%;
}

.l-header__nav-item .l-header__nav-item-arrow {
	border-bottom: 0.125rem solid currentColor;
	border-right: 0.125rem solid currentColor;
	display: inline-block;
	height: 0.5rem;
	margin-bottom: 0.25rem;
	margin-left: 0.5rem;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 0.5rem;
}

.l-header__nav-item a {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.2;
	overflow: hidden;
	padding-bottom: 0.25rem;
	position: relative;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.l-header__nav-item a:hover {
	color: #0346BF;
}

.l-header__nav-item a::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-header__nav-item a:hover::after,
.l-header__nav-item a:focus-visible::after {
	width: 100%;
}

.l-header__nav-item.is-current a {
	color: #0346BF;
}

.l-header__nav-item.is-current a::after {
	width: 100%;
}

.l-header__nav .l-header__nav-list .l-header__nav-item--entry {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.75rem 1.4375rem 0.75rem 1rem;
	position: relative;
	width: 8.4375rem;
}

.l-header__nav .l-header__nav-list .l-header__nav-item--entry span {
	color: #002870;
	font-family: "ProggySquare", sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	top: 0.0625rem;
}

.l-header__nav .l-header__nav-list .l-header__nav-item--entry::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.4375rem;
}

.l-header__nav .l-header__nav-list .l-header__nav-item--entry::after {
	background: #fff;
}

.l-header__nav .l-header__nav-list .l-header__nav-item--entry:hover::after {
	background: #fff;
}

/* モバイルナビゲーション */

.l-header__nav--mobile {
	background-color: #ffffff;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: -1;
}

.l-header__nav--mobile.is-active {
	opacity: 1;
	visibility: visible;
}

.l-header__bg01 svg path,
.l-header__bg02 svg path {
	vector-effect: non-scaling-stroke;
	stroke-width: 1px;
}

.l-header__mobile-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100vh;
	padding: 8rem 64px 1.5rem 64px;
	width: 100%;
}

/* 閉じるボタン */

.l-header__close-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.875rem;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	width: 2.5rem;
	z-index: 103;
}

.l-header__close-icon {
	font-size: 1.875rem;
	line-height: 1;
}

/* メインメニュー */

.l-header__nav-list--mobile {
	grid-gap: 4rem 0.75rem;
	display: -ms-grid;
	display: grid;
	gap: 4rem 0.75rem;
	grid-template-columns: repeat(auto-fit, minmax(max(160px, 33.3333333333% - 4rem), 1fr));
	margin-bottom: 3rem;
}

.l-header__nav-item--mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.l-header__nav-item--mobile > a {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.2;
	overflow: hidden;
	padding-bottom: 0.25rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-header__nav-item--mobile > a::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-header__nav-item--mobile > a:focus-visible::after {
	width: 100%;
}

.l-header__nav-item--mobile.is-current > a {
	color: #0346BF;
}

.l-header__nav-item--mobile.is-current > a::after {
	width: 100%;
}

/* 採用情報の特別スタイリング */

.l-header__nav-item--mobile-recruit .l-header__additional-links {
	color: #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.375rem;
	margin-bottom: 0;
	margin-top: 1rem;
	width: 100%;
}

.l-header__nav-item--mobile-recruit .l-header__additional-link {
	font-size: 0.875rem;
	overflow: hidden;
	padding-bottom: 0.25rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-header__nav-item--mobile-recruit .l-header__additional-link::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-header__nav-item--mobile-recruit .l-header__additional-link:focus-visible::after {
	width: 100%;
}

.l-header__nav-item--mobile-recruit .l-header__additional-link.is-current {
	color: #0346BF;
}

.l-header__nav-item--mobile-recruit .l-header__additional-link.is-current::after {
	width: 100%;
}

/* SNSアイコン */

.l-header__social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	margin-bottom: 2.25rem;
}

.l-header__social-link {
	display: block;
	height: 1.8125rem;
	-webkit-transition: scale 0.3s ease-out;
	transition: scale 0.3s ease-out;
	width: 1.8125rem;
}

.l-header__social-link:hover {
	scale: 1.1;
}

.l-header__social-link img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/* フッター情報 */

.l-header__footer-links {
	color: #a8a8a8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.l-header__footer-link {
	font-size: 0.875rem;
	overflow: hidden;
	padding-bottom: 0.25rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.l-header__footer-link::after {
	background-color: #0346BF;
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
	width: 0;
}

.l-header__footer-link:hover {
	color: #0346BF;
}

.l-header__footer-link:hover::after {
	width: 100%;
}

.l-header__footer-link:focus-visible::after {
	width: 100%;
}

.l-header__company-name {
	border-bottom: 1px solid #252525;
	font-family: "Shippori Mincho", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 1.125rem;
	padding-bottom: 1.625rem;
}

.l-header__copyright {
	font-size: 0.75rem;
	line-height: 1.4;
}

/* ====================================
# ヘッダー光の点エフェクト
==================================== */

.header-light-dot {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	-webkit-filter: blur(0.5rem);
	        filter: blur(0.5rem);
	height: 1.875rem;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 1.875rem;
	z-index: 5;
}

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

.l-inner.l-inner-sub {
	max-width: 1400px;
}

.l-inner.l-inner-medium {
	max-width: 1280px;
}

.l-inner.l-inner-min {
	max-width: 1180px;
}

.l-inner.l-inner-recruit {
	margin-left: auto;
	margin-right: 0;
	margin-right: initial;
	max-width: 1080px;
	padding-inline: 0;
}

.c-bg {
	-o-object-fit: cover;
	background: url("../../assets/images/common/common-bg.png") no-repeat center center/cover;
	height: 100vh;
	inset: 0;
	object-fit: cover;
	position: fixed;
	width: 100%;
	z-index: -1;
}

.c-bg-message {
	bottom: -0.5rem;
	color: #d2e3ec;
	font-weight: 500;
	left: 50%;
	mix-blend-mode: overlay;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 101%;
}

.c-bg-message__txt {
	font-size: 12.1428571429vw;
	letter-spacing: 0.025em;
	line-height: 1;
	-webkit-transform: translateX(-4.25rem);
	        transform: translateX(-4.25rem);
	white-space: nowrap;
}

.c-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, right top, left top, from(#002870), color-stop(50%, #0346BF));
	background: linear-gradient(270deg, #002870 0%, #0346BF 50%);
	border-radius: 0.25rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.625rem;
	height: 4rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.5rem 1.4375rem 1.5rem 1rem;
	position: relative;
	width: 15.6875rem;
}

.c-btn::before {
	background: url(../images/common/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.4375rem;
}

.c-btn.c-btn--diagonal-wipe {
	border: 1px solid transparent;
	overflow: hidden;
	position: relative;
	-webkit-transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
	transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease; /* 白い幕（中央から斜めに広がる） */
}

.c-btn.c-btn--diagonal-wipe::after {
	background: #fff;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-12deg) scale(2, 0);
	        transform: translate(-50%, -50%) rotate(-12deg) scale(2, 0);
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
	width: 100%;
	z-index: 1;
}

.c-btn.c-btn--diagonal-wipe .c-btn__text {
	position: relative;
	-webkit-transition: scale 0.3s ease-in-out, color 0.3s ease;
	transition: scale 0.3s ease-in-out, color 0.3s ease;
	z-index: 2;
}

.c-btn.c-btn--diagonal-wipe::before {
	z-index: 2;
}

.c-btn.c-btn--gradient-switch {
	background: -webkit-gradient(linear, right top, left top, from(#002870), color-stop(50%, #0346BF));
	background: linear-gradient(270deg, #002870 0%, #0346BF 50%);
	border: 1px solid transparent;
	overflow: hidden;
	position: relative;
	-webkit-transition: color 0.35s ease, border-color 0.35s ease;
	transition: color 0.35s ease, border-color 0.35s ease;
}

.c-btn.c-btn--gradient-switch::after {
	background: -webkit-gradient(linear, left top, right top, from(#002870), color-stop(50%, #0346BF));
	background: linear-gradient(90deg, #002870 0%, #0346BF 50%);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	z-index: 1;
}

.c-btn.c-btn--gradient-switch .c-btn__text {
	position: relative;
	-webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease-in-out;
	transition: color 0.3s ease, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, color 0.3s ease;
	transition: transform 0.3s ease-in-out, color 0.3s ease, -webkit-transform 0.3s ease-in-out;
	z-index: 2;
}

.c-btn.c-btn--gradient-switch::before {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	z-index: 3;
}

.c-btn.c-btn--white.c-btn--diagonal-wipe::after,
.c-btn.c-btn--white-reverse.c-btn--diagonal-wipe::after {
	background: #ECF6FF;
}

.c-btn.c-btn--white.c-btn--gradient-switch,
.c-btn.c-btn--white-reverse.c-btn--gradient-switch {
	background: #fff;
	border: 1px solid #002870;
}

.c-btn.c-btn--white.c-btn--gradient-switch::after,
.c-btn.c-btn--white-reverse.c-btn--gradient-switch::after {
	background: #fff;
}

.c-btn.c-btn--white.c-btn--gradient-switch .c-btn__text,
.c-btn.c-btn--white-reverse.c-btn--gradient-switch .c-btn__text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	background-clip: text;
	color: transparent;
}

.c-btn__text {
	-webkit-transition: scale 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: scale 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: scale 0.5s ease-in-out, transform 0.3s ease-in-out;
	transition: scale 0.5s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-btn--white {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	background: #fff;
	background-clip: text;
	border: 1px solid #002870;
	color: transparent;
}

.c-btn--white::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
}

.c-btn.c-btn--white-reverse {
	background: #fff;
	border: 1px solid #002870;
	color: #002870;
}

.c-btn.c-btn--white-reverse::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	left: 1rem;
	right: auto;
	right: initial;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.c-btn.c-btn--white-reverse:hover .c-btn__text {
	-webkit-transform: translateX(-0.25rem) !important;
	        transform: translateX(-0.25rem) !important;
}

.c-btn.c-btn--white-reverse:hover::before {
	-webkit-transform: translateX(-0.25rem) translateY(-50%) rotate(180deg) !important;
	        transform: translateX(-0.25rem) translateY(-50%) rotate(180deg) !important;
}

.c-btn.c-btn--recruit {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-image: url("../images/common/recruit_btn_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0;
	bottom: 1.25rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	gap: 0.625rem;
	height: 5.75rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.5rem 3rem;
	position: fixed;
	right: 1rem;
	-webkit-transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
	width: 16.375rem;
	z-index: 15;
}

.c-btn.c-btn--recruit .c-btn__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 1rem;
	gap: 0.375rem;
}

.c-btn.c-btn--recruit .c-btn__text-en {
	font-family: "Shippori Mincho", serif;
	font-size: 0.75rem;
}

.c-btn.c-btn--recruit .c-btn__text-ja {
	font-size: 1.25rem;
	font-weight: 400;
}

.c-btn.c-btn--recruit::before {
	height: 1.125rem;
	right: 2.5rem;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 0.6875rem;
}

.c-btn__small {
	border-bottom: 0.0625rem solid #fff;
	color: #fff;
	font-size: 0.875rem;
	gap: 0.5rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-block: 0.5rem;
	padding-right: 1.5rem;
	position: relative;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 6.5625rem;
}

.c-btn__small::before {
	background: url(../images/common/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 0rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.4375rem;
}

.c-card {
	-o-border-image: linear-gradient(135deg, #999999 0%, #fff 13%, #fff 50%, #fff 89%, #999999 100%) 1;
	background-color: #fff;
	border: 0.0625rem solid transparent;
	border-image: linear-gradient(135deg, #999999 0%, #fff 13%, #fff 50%, #fff 89%, #999999 100%) 1;
	padding: 2rem;
	position: relative;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

.c-entry {
	display: block;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	position: relative;
}

.c-entry::before,
.c-entry::after {
	content: "";
	inset: 0;
	position: absolute;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
	z-index: -1;
}

.c-entry::before {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	opacity: 1;
}

.c-entry::after {
	background: -webkit-gradient(linear, left top, right top, from(#002870), to(#0346BF));
	background: linear-gradient(to right, #002870, #0346BF);
	opacity: 0;
}

.c-entry__cta {
	display: block;
	position: relative;
	-webkit-transition: border-image 0.5s ease;
	transition: border-image 0.5s ease;
	transition: border-image 0.5s ease, -o-border-image 0.5s ease;
}

.c-entry__inner {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 11.25rem;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.c-entry__label {
	-o-border-image: linear-gradient(135deg, #fff 0%, #0341B0 13%, #023AA0 50%, #023592 89%, #fff 100%) 1;
	border: 0.0625rem solid transparent;
	border-image: linear-gradient(135deg, #fff 0%, #0341B0 13%, #023AA0 50%, #023592 89%, #fff 100%) 1;
	display: inline-block;
	margin-bottom: 0;
	padding: 1.5rem 3rem;
	position: relative;
	-webkit-transition: border-image 0.5s ease;
	transition: border-image 0.5s ease;
	transition: border-image 0.5s ease, -o-border-image 0.5s ease;
	z-index: 0;
}

.c-entry__label::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 75,0 75,30 100,30 100,100 0,100' fill='none' stroke='%23fff' stroke-width='1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: -1;
}

.c-entry__lead {
	color: #ffffff;
	font-family: "Shippori Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.5rem;
	white-space: nowrap;
}

.c-entry__title {
	color: #ffffff;
	font-family: "Shippori Mincho", serif;
	font-size: 5.625rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
}

.c-entry__title-mark {
	display: inline-block;
	margin-left: 0.5rem;
}

.c-entry__link {
	-o-border-image: linear-gradient(135deg, #fff 0%, rgba(3, 65, 176, 0) 13%, rgba(2, 58, 160, 0) 50%, rgba(2, 53, 146, 0) 89%, #fff 100%) 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 0.0625rem solid transparent;
	border-image: linear-gradient(135deg, #fff 0%, rgba(3, 65, 176, 0) 13%, rgba(2, 58, 160, 0) 50%, rgba(2, 53, 146, 0) 89%, #fff 100%) 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: inline-block;
	height: 6.9375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: border-image 0.5s ease;
	transition: border-image 0.5s ease;
	transition: border-image 0.5s ease, -o-border-image 0.5s ease;
	width: 6.9375rem;
	z-index: 0;
}

.c-entry__arrow {
	-webkit-transition: border-image 0.5s ease;
	transition: border-image 0.5s ease;
	transition: border-image 0.5s ease, -o-border-image 0.5s ease;
}

.c-entry__arrow::before {
	background: url(../images/common/btn_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2.4375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 1.4375rem;
}

.c-entry__bg-text {
	color: rgba(0, 38, 106, 0.3);
	font-family: "Shippori Mincho", serif;
	font-size: 11.3333333333vw;
	font-weight: 500;
	line-height: 1.25;
	pointer-events: none;
	white-space: nowrap;
	width: -moz-fit-content !important;
	width: -webkit-fit-content !important;
	width: fit-content !important;
}

.c-entry__bg-container {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.c-entry__bg-text-wrap {
	gap: 3rem;
}

.c-entry__bg-text-list {
	gap: 3rem;
}

.c-fixed-recruit-button {
	bottom: 1.5rem;
	position: fixed;
	right: 1.5rem;
	z-index: 1000;
}

.c-footer__bg {
	bottom: -14.4375rem;
	height: 20.0625rem;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.c-footer__bg01,
.c-footer__bg02 {
	top: auto;
	top: initial;
}

.c-footer__bg01 {
	bottom: 0.125rem;
}

.c-footer__bg02 {
	bottom: 0.90625rem;
}

.mimassi_inquiry input[type=radio],
.mimassi_inquiry input[type=checkbox] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	width: auto;
}

.mimassi_inquiry .invalid_message {
	color: #F00;
	display: none;
	font-weight: 500;
	margin-top: 0.5rem;
}

.c-form {
	overflow: hidden;
	position: relative;
}

.c-form__inner {
	padding-block: 2.5rem 7.5rem;
}

.c-form__steps {
	margin-bottom: 5rem;
}

.c-form__step-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
}

.c-form__step-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	position: relative;
}

.c-form__step-item:not(:first-child)::before {
	background-color: #cccccc;
	content: "";
	height: 1px;
	left: -1.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1rem;
}

.c-form__step-item.is-current .c-form__step-number {
	background-color: #0346BF;
	color: #ffffff;
}

.c-form__step-item.is-current .c-form__step-text {
	color: #0346BF;
}

.c-form__step-item.is-current::before {
	background-color: #0346BF;
}

.c-form__step-number {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #cccccc;
	border-radius: 50%;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	height: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	width: 1.5rem;
}

.c-form__step-text {
	color: #999999;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.4;
	white-space: nowrap;
}

.c-form__note {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 2.375rem;
}

.c-form__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.c-form__field {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-block: 1.75rem;
}

.c-form__field--top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.c-form__label,
div.mimassi_inquiry_check_window table.check_data th {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding-left: 0.5rem;
	position: relative;
	width: 17.5rem;
}

.c-form__label::before,
div.mimassi_inquiry_check_window table.check_data th::before {
	background-color: #0346BF;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.25rem;
}

.c-form__desc,
div.mimassi_inquiry_check_window table.check_data td {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.c-form__required {
	color: #e60000;
	margin-left: 0.25rem;
}

.c-form__input,
.c-form__textarea {
	background-color: #f7f7f7;
	border-radius: 0.25rem;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding: 1.25rem;
	width: 100%;
}

.c-form__input::-moz-placeholder, .c-form__textarea::-moz-placeholder {
	color: #999999;
}

.c-form__input::-webkit-input-placeholder, .c-form__textarea::-webkit-input-placeholder {
	color: #999999;
}

.c-form__input:-ms-input-placeholder, .c-form__textarea:-ms-input-placeholder {
	color: #999999;
}

.c-form__input::-ms-input-placeholder, .c-form__textarea::-ms-input-placeholder {
	color: #999999;
}

.c-form__input::placeholder,
.c-form__textarea::placeholder {
	color: #999999;
}

.c-form__textarea {
	height: 18.75rem;
	resize: vertical;
}

.c-form__radio-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
}

.c-form__radio-list label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	gap: 0.75rem;
}

.c-form__radio-item {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.c-form__agreement {
	margin: 0 auto;
	margin-top: 3.75rem;
}

.c-form__checkbox-label {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-form__checkbox-label input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-radius: 0.1875rem;
	cursor: pointer;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 1.25rem;
	margin-top: 0.125rem;
	position: relative;
	width: 1.25rem;
}

.c-form__checkbox-label input[type=checkbox]:checked {
	background-color: #ffffff;
}

.c-form__checkbox-label input[type=checkbox]:checked::after {
	background-image: url("../images/common/check.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.8125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.8125rem;
}

.c-form__checkbox-label input[type=checkbox]:focus {
	outline: none;
}

.c-form__checkbox-label input[type=checkbox]:focus-visible {
	outline: none;
}

.c-form__privacy-check {
	margin-right: 0.5rem;
}

.c-form__privacy-link-wrap {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.c-form__privacy-link {
	color: #0082D8;
	text-decoration: underline;
}

.c-form__submit {
	margin: 0 auto;
	margin-top: 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-form__upload-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.c-form__upload-label {
	margin-bottom: 1.25rem;
	padding-left: 0;
	width: 100%;
}

.c-form__upload-label::before {
	content: none;
}

.c-form__upload-desc {
	color: #999999;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

#dropzone {
	border: 2px dashed transparent;
	border-radius: 0.5rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#dropzone.drag-over {
	background-color: rgba(3, 70, 191, 0.05);
	border-color: #0346BF;
}

#dropzone.drag-over .c-form__upload-content {
	opacity: 0.8;
}

.c-form__field.c-form__upload .c-form__upload-btn {
	border-color: #0346BF;
	color: #0346BF;
	padding-right: 1.5625rem;
	position: relative;
}

.c-form__field.c-form__upload .c-form__upload-btn::before {
	background: url(../images/common/plus.svg) no-repeat center center/contain;
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.6875rem;
	z-index: 2;
}

.c-form__field.c-form__upload .c-form__upload-btn:hover {
	border-color: #0346BF;
	color: #0346BF;
}

.c-form__field.c-form__upload .c-form__upload-btn:hover::before {
	background: url(../images/common/plus.svg) no-repeat center center/contain;
}

.c-form__upload-input {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-form__upload-input::before {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border: 1px solid #002870;
	border-radius: 0.25rem;
	color: #002870;
	content: "ファイルを選択";
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.625rem;
	height: 4rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.5rem 1rem;
	position: relative;
	width: 15.6875rem;
}

.c-form__upload-file-name {
	color: #999999;
	font-size: 0.9375rem;
	line-height: 1.6;
	text-decoration: underline;
	text-decoration-thickness: 0.0625rem;
	text-underline-offset: 0.3125rem;
}

.c-form__upload-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
}

.c-form__upload-item:last-child {
	margin-bottom: 2rem;
}

/* ====================================
# 確認画面
==================================== */

div.mimassi_inquiry_check_window table.check_data {
	margin-bottom: 6.25rem;
	width: 100%;
}

div.mimassi_inquiry_check_window table.check_data tr {
	border-bottom: 1px solid #D2D2D2;
	display: block;
	padding-block: 1.5625rem;
}

div.mimassi_inquiry_check_window table.check_data td {
	font-size: 0.9375rem;
	line-height: 1.5;
}

.mimassi_inquiry_button_area {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.8125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.c-heading02 {
	font-size: 2.125rem;
	line-height: 1;
}

.c-heading03 {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.c-heading04 {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	background-clip: text;
	color: transparent;
	font-family: "ProggySquare", sans-serif;
	font-size: 3.5rem;
	line-height: 1.3;
	white-space: nowrap;
}

.c-heading04--lead {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 3rem;
	white-space: nowrap;
}

.c-label {
	border: 0.0625rem solid #0346BF;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 2.5rem;
	padding: 0.5rem;
	position: relative;
	-webkit-transition: border 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: border 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}

.c-label::before {
	border: 0.0625rem solid #0346BF;
	bottom: -0.0625rem;
	content: "";
	left: -0.0625rem;
	opacity: 1;
	position: absolute;
	right: -0.0625rem;
	top: -0.0625rem;
	-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.c-label::after {
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	background: linear-gradient(135deg, #0346BF 0%, rgba(255, 255, 255, 0) 13%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 89%, #0346BF 100%);
	bottom: -0.0625rem;
	content: "";
	left: -0.0625rem;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	        mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
	        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	        mask-composite: exclude;
	opacity: 0;
	padding: 0.0625rem;
	position: absolute;
	right: -0.0625rem;
	top: -0.0625rem;
	-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.c-label.c-label--animated {
	border: 0.0625rem solid rgba(3, 70, 191, 0);
}

.c-label.c-label--animated::before {
	opacity: 0;
}

.c-label.c-label--animated::after {
	opacity: 1;
}

.c-label.c-label--gray {
	border: 0.0625rem solid #0346BF;
}

.c-label.c-label--gray::before {
	border: 0.0625rem solid rgba(3, 70, 191, 0);
}

.c-label.c-label--gray::after {
	background: linear-gradient(135deg, #0346BF 0%, rgba(247, 247, 247, 0) 13%, rgba(247, 247, 247, 0) 50%, rgba(247, 247, 247, 0) 89%, #0346BF 100%);
}

.c-label.c-label--gray.c-label--animated {
	border: 0.0625rem solid rgba(3, 70, 191, 0);
}

.c-label.c-label--gray.c-label--animated::before {
	opacity: 0;
}

.c-label.c-label--gray.c-label--animated::after {
	opacity: 1;
}

.c-label.c-label--blue {
	border: 0.0625rem solid #fff;
	color: #fff;
}

.c-label.c-label--blue::before {
	border: 0.0625rem solid rgba(3, 70, 191, 0);
}

.c-label.c-label--blue::after {
	background: linear-gradient(135deg, #fff 0%, rgba(3, 70, 191, 0) 13%, rgba(3, 70, 191, 0) 50%, rgba(3, 70, 191, 0) 89%, #fff 100%);
}

.c-label.c-label--blue.c-label--animated {
	border: 0.0625rem solid rgba(255, 255, 255, 0);
}

.c-label.c-label--blue.c-label--animated::before {
	opacity: 0;
}

.c-label.c-label--blue.c-label--animated::after {
	opacity: 1;
}

.c-label.c-label--dark-blue {
	border: 0.0625rem solid #013186;
}

.c-label.c-label--dark-blue::before {
	border: 0.0625rem solid rgba(1, 49, 134, 0);
}

.c-label.c-label--dark-blue::after {
	background: linear-gradient(135deg, #fff 0%, rgba(1, 49, 134, 0) 13%, rgba(1, 49, 134, 0) 50%, rgba(1, 49, 134, 0) 89%, #fff 100%);
}

.c-label.c-label--dark-blue.c-label--animated {
	border: 0.0625rem solid rgba(1, 49, 134, 0);
}

.c-label.c-label--dark-blue.c-label--animated::before {
	opacity: 0;
}

.c-label.c-label--dark-blue.c-label--animated::after {
	opacity: 1;
}

.c-navigation {
	padding-bottom: 6rem;
	padding-top: 4.1875rem;
}

.c-navigation__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.c-navigation__link {
	color: #041F65;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.125;
}

.c-navigation__link-all-btn {
	margin: auto !important;
}

.c-navigation__back {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.375rem;
}

.c-navigation__back-icon {
	position: relative;
}

.c-navigation__back-icon::before {
	border: 1px solid #041F65;
	border-radius: 50%;
	content: "";
	height: 3.375rem;
	left: -4.375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 3.375rem;
}

.c-navigation__back-icon::after {
	border-left: 1px solid #041F65;
	border-top: 1px solid #041F65;
	content: "";
	height: 0.9375rem;
	left: -2.9375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 0.9375rem;
}

.c-navigation__forward {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.375rem;
}

.c-navigation__forward-icon {
	position: relative;
}

.c-navigation__forward-icon::before {
	border: 1px solid #041F65;
	border-radius: 50%;
	content: "";
	height: 3.375rem;
	position: absolute;
	right: -4.375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 3.375rem;
}

.c-navigation__forward-icon::after {
	border-bottom: 1px solid #041F65;
	border-right: 1px solid #041F65;
	content: "";
	height: 0.9375rem;
	position: absolute;
	right: -2.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 0.9375rem;
}

/* ====================================
# Page Header Component
==================================== */

.c-page-header {
	margin-top: 5rem;
	overflow: hidden;
	padding-top: 5rem;
	position: relative;
}

.c-page-header__bg-line {
	bottom: 0;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -1;
}

.c-page-header__titles {
	margin-bottom: 3rem;
	opacity: 0;
	-webkit-transform: translateX(-3.125rem);
	        transform: translateX(-3.125rem);
}

.c-page-header__titles.is-animated {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.c-page-header__subtitle {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

.c-page-header__title {
	font-family: "Shippori Mincho", serif;
	font-size: 4rem;
	font-weight: 300;
}

.c-page-header__breadcrumb {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

.c-page-header__breadcrumb :not(:first-child) {
	padding-left: 1.25rem;
	position: relative;
}

.c-page-header__breadcrumb :not(:first-child)::before {
	background-color: #0346BF;
	content: "";
	display: inline-block;
	height: 0.25rem;
	left: 0.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.25rem;
}

/* ====================================
# ページヘッダー光の点エフェクト
==================================== */

.page-header-light-dot {
	background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.7) 100%);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.9), 0 0 1.25rem rgba(255, 255, 255, 0.6);
	        box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.9), 0 0 1.25rem rgba(255, 255, 255, 0.6);
	-webkit-filter: blur(0.125rem);
	        filter: blur(0.125rem);
	height: 2.5rem;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 2.5rem;
	z-index: 5;
}

.c-page-header__breadcrumb-link {
	color: #999999;
}

.c-page-header__breadcrumb-current {
	color: #0346BF;
}

.c-portfolio__filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
	position: relative;
}

.c-portfolio__filter-toggle {
	display: none;
}

.c-portfolio__filter-toggle:hover {
	background: #eee;
}

.c-portfolio__filter-toggle.is-active .c-portfolio__filter-arrow::before {
	-webkit-transform: translateY(-50%) rotate(270deg);
	        transform: translateY(-50%) rotate(270deg);
}

.c-portfolio__filter-current {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.c-portfolio__filter-arrow {
	position: relative;
	width: 1rem;
}

.c-portfolio__filter-arrow::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 0.4375rem;
}

.c-portfolio__filter-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
}

.c-portfolio__filter-btn {
	background-color: #f7f7f7;
	border-radius: 0.125rem;
	color: #999999;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding: 0.375rem 0.625rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-portfolio__filter-btn:hover {
	background: #0346BF;
	border-color: #0346BF;
	color: #fff;
}

.c-portfolio__filter-btn.is-active {
	background: #0346BF;
	border-color: #0346BF;
	color: #fff;
}

.c-portfolio__filter-btn.is-active:hover {
	background: rgba(3, 70, 191, 0.8);
}

.c-recruit-fixed-entry {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	z-index: 200;
}

.c-recruit-fixed-entry__btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border-bottom: 0.0625rem solid #0346BF;
	border-top: 0.0625rem solid #0346BF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100vw;
}

.c-recruit-fixed-entry__text {
	width: 7.165625rem;
}

.c-scroll {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}

.c-scroll__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.c-scroll__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-scroll__list--left {
	-webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
	        animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.c-scroll__list--right {
	-webkit-animation: infinity-scroll-right 20s infinite linear 0.5s both;
	        animation: infinity-scroll-right 20s infinite linear 0.5s both;
}

.c-scroll__list--fast {
	-webkit-animation-duration: 40s;
	        animation-duration: 40s;
}

.c-scroll__list--slow {
	-webkit-animation-duration: 120s;
	        animation-duration: 120s;
}

.c-scroll__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 20vw;
}

.c-scroll__item img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.c-scroll__list--pause:hover {
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}

.c-scroll__item--small {
	width: 12.5vw;
}

.c-scroll__item--large {
	width: 25vw;
}

.p-404 {
	background-color: #ffffff;
	padding-block: 5rem 7.5rem;
}

.p-404__title {
	font-size: 1.75rem;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 2rem;
}

.p-404__message {
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

.p-404__content {
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
}

.p-404__list {
	margin-bottom: 2.5rem;
}

.p-404__item {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 0.75rem;
	padding-left: 0.625rem;
	position: relative;
	text-align: left;
}

.p-404__item::before {
	background-color: #002870;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 0.6875rem;
	width: 0.25rem;
}

.p-404__item:last-child {
	margin-bottom: 0;
}

.p-404__note {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.p-404__link {
	margin-inline: auto;
}

.p-404__link-arrow {
	height: 1rem;
	width: 1rem;
}

/* ====================================
# 
==================================== */

.p-service__inner {
	margin-bottom: 7.5rem;
	margin-top: 5rem;
}

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

.p-service__text {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.7;
	text-align: justify;
}

.p-service__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 5rem;
}

.p-service__item:last-child {
	margin-bottom: 0;
}

.p-service__image {
	margin-bottom: 0;
	padding: 1rem;
	width: 45.6923076923%;
}

.p-service__content {
	width: 46.7692307692%;
}

.p-service__content-head {
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
}

.p-service__title {
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}

.p-service__subtitle {
	color: #999999;
	font-family: "Shippori Mincho", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.p-service__description {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	text-align: justify;
}

.p-service__description:last-child {
	margin-bottom: 0;
}

.p-service__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #3B80FC;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.25rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-left: auto;
	margin-top: 3rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-service__link svg {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

.p-service__link-text {
	border-bottom: 1px solid #3B80FC;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.p-service__link-text:hover {
	opacity: 0.7;
}

/* ====================================
# 
==================================== */

.p-company-greeting__inner {
	padding-top: 5rem;
}

.p-company-greeting__wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-company-greeting__image {
	max-width: 42.4074074074%;
	padding: 1rem;
	width: 100%;
}

.p-company-greeting__content {
	max-width: 51.2962962963%;
	width: 100%;
}

.p-company-greeting__header {
	margin-bottom: 3rem;
}

.p-company-greeting__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	text-align: justify;
}

.p-company-greeting__ceo {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.p-company-greeting__ceo-label {
	font-size: 0.875rem;
}

.p-company-greeting__ceo-name {
	font-size: 1.125rem;
	font-weight: 700;
	margin-left: 1rem;
}

/* ====================================
# 
==================================== */

.p-company-info__inner {
	padding-block: 7.5rem;
}

.p-company-info__list {
	width: 100%;
}

.p-company-info__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 2.25rem 0;
}

.p-company-info__item:first-child {
	padding-top: 0;
}

.p-company-info__item:last-child {
	border-bottom: 1px solid #ccc;
}

.p-company-info__term {
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	padding-left: 0.8125rem;
	position: relative;
	width: 25.9259259259%;
}

.p-company-info__term::before {
	background-color: #0346BF;
	content: "";
	display: block;
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.3125rem;
}

.p-company-info__description {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
}

.p-company-info__address {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 0.5rem;
}

.p-company-info__address:last-child {
	margin-bottom: 0;
}

.p-company-info__address-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.p-company-info__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #3B80FC;
	color: #3B80FC;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	gap: 0.125rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-company-info__link:hover {
	opacity: 0.7;
}

.p-company-info__link-arrow {
	display: block;
	width: 0.5rem;
}

.p-company-info__link-arrow img {
	vertical-align: baseline;
	vertical-align: initial;
}

.p-company-info__partner {
	line-height: 1.8;
}

.p-completed__content {
	border-bottom: 1px solid #D2D2D2;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
}

.p-completed__title {
	font-size: 1.75rem;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 3rem;
}

.p-completed__text {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.p-completed__btn {
	margin: 0 auto;
}

/* ====================================
# 
==================================== */

/* ====================================
# Crosstalk
==================================== */

.p-crosstalk {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
}

.p-crosstalk__inner {
	padding-bottom: 4.4375rem;
	padding-top: 5rem;
}

.p-crosstalk__header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 2.5rem;
	margin-top: 1.25rem;
	position: relative;
}

.p-crosstalk__subtitle {
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.p-crosstalk__title {
	color: #ffffff;
	font-family: "ProggySquare", sans-serif;
	font-size: 5.375rem;
	line-height: 1.4;
	margin-bottom: 7.5rem;
	white-space: nowrap;
}

.c-page-header__breadcrumb--crosstalk {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: -1.875rem;
	margin-top: auto;
}

.c-page-header__breadcrumb--crosstalk .c-page-header__breadcrumb-link {
	color: #fff;
}

.c-page-header__breadcrumb--crosstalk .c-page-header__breadcrumb-link::before {
	background-color: #fff;
}

.c-page-header__breadcrumb--crosstalk .c-page-header__breadcrumb-current {
	color: #fff;
}

.c-page-header__breadcrumb--crosstalk .c-page-header__breadcrumb-current::before {
	background-color: #fff;
}

.c-page-header__breadcrumb--crosstalk .c-page-header__breadcrumb-current:hover {
	opacity: 0.7;
}

.p-crosstalk__image {
	margin-right: calc(50% - 50vw);
	width: 65.2666666667vw;
}

.p-crosstalk__members {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-crosstalk__member {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}

.p-crosstalk__member-line {
	background-color: #3E7AE6;
	height: 4rem;
	width: 1px;
}

.p-crosstalk__member-image {
	border-radius: 50%;
	height: 8.75rem;
	width: 8.75rem;
}

.p-crosstalk__member-role {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.p-crosstalk__member-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-crosstalk__member-name-date {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-crosstalk__member-name {
	color: #ffffff;
	font-family: "Shippori Mincho", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-crosstalk__member-date {
	color: #ffffff;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 1.75rem;
	position: relative;
}

.p-crosstalk__member-date::before {
	background-color: #D2D2D2;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.0625rem;
}

/* ====================================
# 
==================================== */

.p-interview__container {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
}

.p-interview__wrap {
	background-color: #fff;
	padding: 5rem 5.9333333333% 5rem 4.7333333333%;
	width: 50%;
}

.p-interview__catch {
	-o-border-image: linear-gradient(135deg, #999999 0%, #fff 19%, #999999 52%, #fff 87%, #999999 100%) 1;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(135deg, #999999 0%, #fff 19%, #999999 52%, #fff 87%, #999999 100%) 1;
	border-top: 1px solid transparent;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 4.25rem;
	padding: 1.625rem 0.75rem;
	text-align: justify;
}

.p-interview__item:last-child .p-interview__qa {
	margin-bottom: 0rem;
}

.p-interview__item-image {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	margin: 0 calc(50% - 50vw);
	margin-bottom: 6.25rem;
	padding-block: 3.125rem 4.0625rem;
	width: 100vw;
}

.p-interview__lead {
	font-size: 1.75rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.p-interview__qa {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
	margin-bottom: 7.5rem;
}

.p-interview__qa-item {
	background: transparent;
}

.p-interview__question-number {
	font-family: "Shippori Mincho", serif;
	font-size: 1.125rem;
	margin-right: 0.5rem;
}

.p-interview__question {
	color: #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 2.625rem;
	padding-left: 2.75rem;
	position: relative;
}

.p-interview__question::before {
	background-image: linear-gradient(135deg, #fff 0%, #999999 100%);
	content: "";
	display: block;
	height: 0.0625rem;
	left: 0rem;
	position: absolute;
	top: 1rem;
	width: 2rem;
}

.p-interview__answer {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	position: relative;
}

.p-interview__person {
	border-radius: 50%;
	height: 4rem;
	width: 4rem;
}

.p-interview__answer-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-interview__name {
	color: #999999;
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 0.9375rem;
	font-weight: 600;
	left: 5.625rem;
	line-height: 1;
	position: absolute;
	top: 0;
}

.p-interview__text {
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1.7;
	padding-top: 1.375rem;
	text-align: justify;
}

.p-interview__image-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 50%;
}

.p-interview__image {
	position: relative;
	width: 100%;
}

.p-interview__image-item {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-interview__image-item:first-child {
	opacity: 1;
	position: relative;
}

.p-interview__image-item.is-active {
	opacity: 1;
}

.p-isms-policy {
	background-color: #ffffff;
}

.p-isms-policy__inner {
	padding-block: 5rem 7.5rem;
}

.p-isms-policy__intro {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 5.5rem;
	text-align: justify;
}

.p-isms-policy__policies {
	margin-bottom: 2rem;
}

.p-isms-policy__policy-item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-bottom: 1px solid #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-isms-policy__policy-item:last-child {
	margin-bottom: 0;
}

.p-isms-policy__policy-number {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	background-clip: text;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-isms-policy__policy-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-isms-policy__policy-title {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.p-isms-policy__policy-text {
	color: #252525;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: justify;
}

.p-isms-policy__footer {
	text-align: right;
}

.p-isms-policy__footer-date {
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 1.25rem;
}

.p-isms-policy__footer-date time {
	color: #252525;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.p-isms-policy__footer-company {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-isms-policy__footer-company-name {
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.p-isms-policy__footer-representative {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.p-isms-policy__footer-representative-name {
	font-size: 1.125rem;
	font-weight: 700;
}

.p-privacy-policy {
	background-color: #ffffff;
}

.p-privacy-policy__inner {
	padding-block: 5rem 7.5rem;
}

.p-privacy-policy__intro {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 5.5rem;
	text-align: justify;
}

.p-privacy-policy__policy-item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-bottom: 1px solid #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-privacy-policy__policy-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.p-privacy-policy__policy-number {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	background-clip: text;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0;
	line-height: 1.5;
}

.p-privacy-policy__policy-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-privacy-policy__policy-title {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.p-privacy-policy__policy-text {
	color: #252525;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: justify;
}

.p-privacy-policy__policy-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.375rem;
	margin-top: 1rem;
}

.p-privacy-policy__policy-list-item {
	color: #252525;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	padding-left: 1rem;
	position: relative;
}

.p-privacy-policy__policy-list-item::before {
	background-color: #0346BF;
	content: "";
	display: block;
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 0.25rem;
}

.p-privacy-policy__policy-info {
	background-color: #f7f7f7;
	border-radius: 0.5rem;
	margin-top: 1.5rem;
	padding: 1.875rem 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-privacy-policy__policy-info-title {
	border-bottom: 1px dashed #D2D2D2;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
}

.p-privacy-policy__policy-info-address {
	color: #252525;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.p-privacy-policy__policy-info-tel,
.p-privacy-policy__policy-info-email {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	margin-bottom: 0.25rem;
}

.p-privacy-policy__policy-info-tel:last-child,
.p-privacy-policy__policy-info-email:last-child {
	margin-bottom: 0;
}

.p-privacy-policy__policy-info-tel-label,
.p-privacy-policy__policy-info-email-label {
	color: #252525;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
	width: 7.875rem;
}

.p-privacy-policy__policy-info-tel-label::after,
.p-privacy-policy__policy-info-email-label::after {
	content: ":";
	position: absolute;
	right: 0;
	top: 0;
}

.p-privacy-policy__policy-info-tel-link,
.p-privacy-policy__policy-info-email-link {
	font-size: 0.9375rem;
}

/* ====================================
# 一覧
==================================== */

.p-project-portfolio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}

.p-project-portfolio__inner {
	padding-block: 5rem 7.5rem;
}

.p-project-portfolio__archive {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-project-portfolio__filter-menu {
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 7.5rem;
}

.p-project-portfolio__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	position: relative;
	width: 74%;
}

.p-project-portfolio__list::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(75%, rgba(255, 255, 255, 0.7)), color-stop(90%, rgba(255, 255, 255, 0.9)), to(rgb(255, 255, 255)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.9) 90%, rgb(255, 255, 255) 100%);
	bottom: 0;
	content: "";
	height: 21.5rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.p-project-portfolio__list.is-loading::after {
	opacity: 0.5;
}

.p-project-portfolio__list.is-completed::after {
	opacity: 0;
}

.p-project-portfolio__card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: drop-shadow(0 0 4rem rgba(0, 0, 0, 0.05));
	        filter: drop-shadow(0 0 4rem rgba(0, 0, 0, 0.05));
	gap: 2rem;
	height: 100%;
	padding: 2rem;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.p-project-portfolio__card.is-hidden {
	display: none !important;
}

.p-project-portfolio__card::before {
	border: 0.0625rem solid #999999;
	bottom: -0.0625rem;
	content: "";
	left: -0.0625rem;
	opacity: 0;
	position: absolute;
	right: -0.0625rem;
	top: -0.0625rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.p-project-portfolio__card:hover {
	background-color: #ECF6FF;
}

.p-project-portfolio__card:hover::before {
	opacity: 1;
}

.p-project-portfolio__thumb {
	height: auto;
	width: 12.25rem;
}

.p-project-portfolio__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-project-portfolio__title {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

.p-project-portfolio__head {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
}

.p-project-portfolio__client {
	color: #999999;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-project-portfolio__tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0.4;
	-webkit-flex: 0.4;
	    -ms-flex: 0.4;
	        flex: 0.4;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
	min-height: 3.8125rem;
}

.p-project-portfolio__tag {
	border: 1px solid #0346BF;
	border-radius: 0.25rem;
	color: #0346BF;
	font-size: 0.75rem;
	font-weight: 400;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	letter-spacing: 0.02em;
	line-height: 1.4;
	padding: 0.25rem 0.5rem;
}

.p-project-portfolio__empty {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 2.5rem 1.25rem;
	text-align: center;
}

.p-project-portfolio__img {
	height: auto;
	max-width: 12.25rem;
	width: 100%;
}

/* ====================================
# インフィニットスクロール
==================================== */

.p-project-portfolio__loading {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	margin: 1.5rem auto;
	max-width: 12.5rem;
	padding: 2.5rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-project-portfolio__loading-spinner {
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #002870;
	height: 2.5rem;
	width: 2.5rem;
}

.p-project-portfolio__loading-text {
	color: #999999;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-project-portfolio__error {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff5f5;
	border: 1px solid #fed7d7;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	margin: 1.5rem auto;
	max-width: 18.75rem;
	padding: 2.5rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-project-portfolio__error-text {
	color: #e53e3e;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-project-portfolio__retry-btn {
	background-color: #002870;
	border: none;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.5rem 1rem;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.p-project-portfolio__retry-btn:hover {
	background-color: #00163d;
}

.p-project-portfolio__end-message {
	border-top: 1px solid #D2D2D2;
	margin-top: 1.5rem;
	padding: 2.5rem 1.25rem;
	text-align: center;
}

.p-project-portfolio__end-message p {
	color: #999999;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-project-portfolio__card {
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-project-portfolio__card:not(.loaded) {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
}

.p-project-portfolio__card.loaded {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

/* ====================================
# 詳細
==================================== */

.p-project-detail__inner {
	padding-block: 5rem 7.5rem;
}

.p-project-detail__client {
	color: #999999;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 0.75rem;
}

.p-project-detail__label {
	margin-bottom: 2rem;
}

.p-project-detail__category {
	border: 1px solid #0346BF;
	border-radius: 0.25rem;
	color: #0346BF;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 0.375rem 0.75rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-project-detail__category:hover {
	background: #0346BF;
	color: #fff;
}

.p-project-detail__title {
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.p-project-detail__image {
	margin-bottom: 4rem;
}

.p-project-detail__info {
	background-color: #f7f7f7;
	margin-bottom: 5rem;
	padding: 2.5rem 3.5rem;
}

.p-project-detail__info h3,
.p-project-detail__info .wp-block-heading {
	border-bottom: 1px dotted #D2D2D2;
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 1.5rem;
	margin-top: 0;
	padding-bottom: 1.5rem;
}

.p-project-detail__info p,
.p-project-detail__info .p-project-detail__text {
	border: none;
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-block: 0.5rem;
}

.p-project-detail__info-head {
	border-bottom: 1px dotted #D2D2D2;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 0;
	padding-bottom: 1.5rem;
}

.p-project-detail__info-item {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-project-detail__term,
.p-project-detail__desc {
	border: none;
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-block: 0.5rem;
}

.p-project-detail__content h2 {
	border-bottom: 1px solid #D2D2D2;
	margin-block: 1.875rem;
	padding: 0.25rem 0;
}

.p-project-detail__content h3 {
	font-size: 1.25rem;
	margin-block: 1.5rem;
}

.p-project-detail__content h4 {
	font-size: 1.125rem;
	margin-block: 1.5rem;
}

.p-project-detail__content h5 {
	font-size: 1.0625rem;
	margin-block: 1.5rem;
}

.p-project-detail__content p {
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin-block: 1rem;
}

.p-project-detail__content a {
	color: #0346BF;
	text-decoration: underline;
}

.p-project-detail__content a:hover {
	opacity: 0.8;
}

.p-project-detail__content .p-project-detail__list,
.p-project-detail__content ul {
	margin-block: 1.5rem;
}

.p-project-detail__content .p-project-detail__list li,
.p-project-detail__content ul li {
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.8;
	padding-left: 0.875rem;
	position: relative;
}

.p-project-detail__content .p-project-detail__list li::before,
.p-project-detail__content ul li::before {
	background-color: #002870;
	border-radius: 50%;
	content: "";
	height: 0.25rem;
	left: 0rem;
	position: absolute;
	top: 0.625rem;
	width: 0.25rem;
}

.p-project-detail__content img {
	margin-block: 1rem;
}

.p-project-detail__content .p-project-detail__heading-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
}

.p-project-detail__content .p-project-detail__heading {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.p-project-detail__content .p-project-detail__subheading {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Shippori Mincho", serif;
	font-size: 0.9375rem;
	gap: 0.25rem;
}

.p-project-detail__content .p-project-detail__subheading::before,
.p-project-detail__content .p-project-detail__subheading::after {
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.p-project-detail__content .p-project-detail__subheading::before {
	content: "{";
}

.p-project-detail__content .p-project-detail__subheading::after {
	content: "}";
}

.p-project-detail__footer {
	border-top: 1px solid #D2D2D2;
	margin-bottom: 7.5rem;
	padding-top: 1.5rem;
	text-align: center;
}

.p-project-detail__footer-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-project-detail__footer-back,
.p-project-detail__footer-next {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.p-project-detail__footer-back:hover,
.p-project-detail__footer-next:hover {
	opacity: 0.7;
}

.p-project-detail__footer-back {
	font-size: 1.125rem;
	line-height: 1.3;
	padding-left: 0.875rem;
	position: relative;
}

.p-project-detail__footer-back::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	width: 0.4375rem;
}

.p-project-detail__footer-next {
	padding-right: 0.875rem;
	position: relative;
}

.p-project-detail__footer-next::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.4375rem;
}

.p-project-detail__footer-next-text,
.p-project-detail__footer-back-text {
	white-space: nowrap;
}

.p-project-detail__button {
	margin: 0 auto;
}

body.hero-animating {
	overflow: hidden;
}

.p-recruit-hero {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	position: relative;
}

.p-recruit-hero.is-locked {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-recruit-hero__bg-wrap {
	height: 100svh;
	left: 0;
	mix-blend-mode: overlay;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-recruit-hero__bg {
	position: absolute;
}

.p-recruit-hero__bg.p-recruit-hero__bg-01 {
	left: 10.9333333333%;
	top: 8.3333333333%;
	width: 45.5333333333%;
}

.p-recruit-hero__bg.p-recruit-hero__bg-02 {
	bottom: 10.8666666667%;
	left: 0%;
	width: 32.9333333333%;
}

.p-recruit-hero__bg.p-recruit-hero__bg-03 {
	right: 0%;
	top: 8.3333333333%;
	width: 22.6666666667%;
}

.p-recruit-hero__bg.p-recruit-hero__bg-04 {
	bottom: 6.3333333333%;
	right: 0%;
	width: 15%;
}

.p-recruit-hero__wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	min-height: calc(100svh + 1px);
	position: relative;
}

.p-recruit-hero__content {
	max-width: 41.25rem;
	padding-bottom: 2.5rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-recruit-hero__catch {
	margin-bottom: 0.75rem;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.p-recruit-hero__catch svg {
	max-width: 41.5625rem;
	width: 100%;
}

.p-recruit-hero__catch.is-typing,
.p-recruit-hero__catch.is-completed {
	opacity: 1;
}

.p-recruit-hero__catch-rights {
	display: block;
	overflow: hidden;
	position: relative;
}

.p-recruit-hero__catch-rights .highlight-bar {
	left: 0;
	position: absolute;
	top: 0;
}

.p-recruit-hero__catch svg path {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.p-recruit-hero__sub {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	opacity: 0;
	-webkit-transform: translateY(1.25rem);
	        transform: translateY(1.25rem);
	-webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.p-recruit-hero__sub.is-animated {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.p-recruit-hero__lead {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	max-width: 50rem;
	opacity: 0;
	position: relative;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
	width: 100%;
}

.p-recruit-hero__image {
	-o-object-fit: cover;
	-o-object-position: center;
	height: auto;
	max-width: 43.625rem;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	position: relative;
	top: 50%;
	-webkit-transition: opacity 1.2s ease-out;
	transition: opacity 1.2s ease-out;
	width: 46.5333333333vw;
	z-index: 0;
}

.p-recruit-hero__image.is-animated {
	opacity: 1;
}

/* ====================================
# アニメーション初期状態
==================================== */

.js-recruit-anime01,
.js-recruit-anime02,
.js-recruit-anime04 {
	position: relative;
	width: 100%;
}

.js-recruit-anime01.is-fadeout,
.js-recruit-anime02.is-fadeout,
.js-recruit-anime04.is-fadeout {
	opacity: 0;
	z-index: 0;
}

.js-recruit-anime01 {
	opacity: 1;
	-webkit-transition: opacity 0.8s ease-out;
	transition: opacity 0.8s ease-out;
	z-index: 1;
}

.js-recruit-anime02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-top: 5rem;
	-webkit-transition: opacity 0.8s ease-out;
	transition: opacity 0.8s ease-out;
}

.js-recruit-anime02.is-active {
	opacity: 1;
}

.js-recruit-anime02 .p-recruit-hero__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 0;
}

.js-recruit-anime02 .p-recruit-hero__title-text {
	color: #ffffff;
	display: block;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8;
	white-space: nowrap;
}

.js-recruit-anime04 {
	margin-top: 6.25rem;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.js-recruit-anime04.is-visible {
	opacity: 1;
}

.js-recruit-anime04 .p-recruit-hero__command-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
}

.js-recruit-anime04 .p-recruit-hero__command {
	color: #ffffff;
	font-family: "ProggySquare", sans-serif;
	font-size: 1.8125rem;
	letter-spacing: 0em;
	line-height: 1;
	white-space: nowrap;
}

.js-recruit-anime04 .p-recruit-hero__command-arrow {
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.5rem;
	opacity: 0;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 0.625rem;
}

.js-recruit-anime04 .p-recruit-hero__command-arrow::before {
	-webkit-animation: command-arrow-loop 1.25s ease infinite;
	        animation: command-arrow-loop 1.25s ease infinite;
	background: url("../images/common/command_arrow.svg") no-repeat center/contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.js-recruit-anime04 .js-recruit-anime04.is-visible .p-recruit-hero__command-arrow::before {
	-webkit-animation-play-state: running;
	        animation-play-state: running;
}

.js-recruit-anime04 .js-recruit-anime04.is-visible .p-recruit-hero__command-arrow {
	opacity: 1;
}

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

.p-recruit-layout {
	padding-bottom: 7.5rem;
	position: relative;
}

.p-recruit-layout__side {
	height: 0;
	left: 6.6666666667%;
	position: absolute;
	top: 7.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 10;
}

.p-recruit-layout__side.is-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 7.5rem;
}

.p-recruit-layout__side.is-visible {
	height: auto;
}

.p-recruit-layout__side.is-fixed {
	position: fixed;
}

.p-recruit-layout__side.is-white .p-recruit-layout__nav-link {
	color: #fff;
}

.p-recruit-layout__side.is-white .p-recruit-layout__nav-link.is-active {
	color: #999999;
}

.p-recruit-layout__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
	width: 9.4375rem;
}

.p-recruit-layout__nav-link {
	color: #999999;
	display: block;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.5rem 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-recruit-layout__nav-link:hover {
	color: #002870;
}

.p-recruit-layout__nav-link.is-active {
	color: #0346BF;
	font-weight: 500;
}

.p-recruit-layout__nav-link.is-inverted {
	color: #ffffff;
}

.p-recruit-layout__nav-link.is-inverted:hover {
	color: #ffffff;
	opacity: 0.8;
}

.p-recruit-layout__nav-link.is-inverted.is-active {
	color: #999999;
	font-weight: 700;
}

/* ====================================
# 
==================================== */

.p-recruit-vision__inner {
	padding-top: 7.5rem;
}

.p-recruit-vision__box {
	background-color: #f7f7f7;
	border-radius: 0.75rem;
	padding: 5rem 3.5rem;
	width: 100%;
}

.p-recruit-vision__content {
	margin: 0 auto;
	max-width: 56.25rem;
}

.p-recruit-vision__catch {
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 4rem;
	text-align: center;
}

.p-recruit-vision__circle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 3rem;
	padding-inline: 1.0625rem;
}

.p-recruit-vision__circle-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
	border: 2px solid #e0e5f5;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 180px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1rem;
	text-align: center;
	width: 180px;
}

.p-recruit-vision__circle-item--left {
	margin-right: 2rem;
}

.p-recruit-vision__circle-item--right {
	margin-left: 2rem;
}

.p-recruit-vision__circle-text {
	color: #0c3e92;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-recruit-vision__circle-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #0c3e92;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 220px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 220px;
}

.p-recruit-vision__circle-logo {
	height: auto;
	max-width: 100px;
}

.p-recruit-vision__description {
	margin-top: 2rem;
}

.p-recruit-vision__block {
	margin-bottom: 2rem;
}

.p-recruit-vision__block:last-child {
	margin-bottom: 0;
}

.p-recruit-vision__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	background-clip: text;
	border-bottom: 1px dashed #D2D2D2;
	color: transparent;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.p-recruit-vision__paragraph {
	font-size: 0.9375rem;
	line-height: 1.7;
	text-align: justify;
}

/* ====================================
# 
==================================== */

.p-recruit-value {
	border-radius: 0.75rem;
}

.p-recruit-value__inner {
	padding-block: 5rem 8.75rem;
}

.p-recruit-value__head {
	margin-bottom: 4rem;
	text-align: center;
}

.p-recruit-value__title-en {
	font-size: medium !important;
	font-size: initial !important;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	max-width: 17.9375rem;
	width: 100%;
}

.p-recruit-value__lead {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 3rem;
	text-align: center;
}

.p-recruit-value__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-recruit-value__item {
	background-color: #fff;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
	width: calc(33.3333333333% - 1.25rem);
}

.p-recruit-value__item-title {
	background-color: #1F62ED;
	border-radius: 1rem 1rem 0 0;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	padding: 1rem;
	text-align: center;
}

.p-recruit-value__item-wrap {
	padding: 2rem clamp(1.25rem, 12vw, 2.8125rem) 2.5rem;
}

.p-recruit-value__item-img {
	aspect-ratio: 1/1;
	height: auto;
	margin: 0 auto 1.5rem;
	max-width: 10.875rem;
	width: 100%;
}

.p-recruit-value__item-subtitle {
	border-bottom: 1px solid #D2D2D2;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	text-align: center;
}

.p-recruit-value__item-text {
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: justify;
}

/* ====================================
# 
==================================== */

.p-recruit-staff {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	margin: 0 calc(50% - 50vw);
	margin-bottom: 8.75rem;
	overflow: hidden;
	padding-block: 7.0625rem 10.8125rem;
	width: 100vw;
}

.p-recruit-staff-voice {
	margin-bottom: 8.75rem;
	position: relative;
	z-index: 1;
}

.p-recruit-staff-voice__content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	max-width: 57.125rem;
	position: relative;
	width: 60.9333333333vw;
	z-index: 0;
}

.p-recruit-staff-voice__bg {
	aspect-ratio: 1/1;
	background: -webkit-gradient(linear, left bottom, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to top right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
	border: 1px solid #999999;
	border-radius: 50%;
	width: 100%;
	z-index: -1;
}

.p-recruit-staff-voice__images {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-recruit-staff-voice__images > :nth-child(1) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(1).p-recruit-staff-voice__image {
	--image-width: calc(273 / 1500 * 100vw);
	--image-height: calc(273 / 1500 * 100vw);
	height: calc(273 / 1500 * 100vw);
	height: var(--image-height);
	max-height: 17.0625rem;
	max-width: 17.0625rem;
	width: calc(273 / 1500 * 100vw);
	width: var(--image-width);
}

.p-recruit-staff-voice__images > :nth-child(2) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(2).p-recruit-staff-voice__image {
	--image-width: calc(250 / 1500 * 100vw);
	--image-height: calc(250 / 1500 * 100vw);
	height: calc(250 / 1500 * 100vw);
	height: var(--image-height);
	max-height: 15.625rem;
	max-width: 15.625rem;
	width: calc(250 / 1500 * 100vw);
	width: var(--image-width);
}

.p-recruit-staff-voice__images > :nth-child(3) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(3).p-recruit-staff-voice__image {
	--image-width: calc(227 / 1500 * 100vw);
	--image-height: calc(227 / 1500 * 100vw);
	height: calc(227 / 1500 * 100vw);
	height: var(--image-height);
	max-height: 14.1875rem;
	max-width: 14.1875rem;
	width: calc(227 / 1500 * 100vw);
	width: var(--image-width);
}

.p-recruit-staff-voice__images > :nth-child(4) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(4).p-recruit-staff-voice__image {
	--image-width: calc(251 / 1500 * 100vw);
	--image-height: calc(251 / 1500 * 100vw);
	height: calc(251 / 1500 * 100vw);
	height: var(--image-height);
	max-height: 15.6875rem;
	max-width: 15.6875rem;
	width: calc(251 / 1500 * 100vw);
	width: var(--image-width);
}

.p-recruit-staff-voice__images > :nth-child(5) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(5).p-recruit-staff-voice__image {
	--image-width: calc(208 / 1500 * 100vw);
	--image-height: calc(208 / 1500 * 100vw);
	height: calc(208 / 1500 * 100vw);
	height: var(--image-height);
	max-height: 13rem;
	max-width: 13rem;
	width: calc(208 / 1500 * 100vw);
	width: var(--image-width);
}

.p-recruit-staff-voice__images > :nth-child(6) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(6).p-recruit-staff-voice__image {
	--image-width: calc(244 / 1500 * 100vw);
	--image-height: calc(244 / 1500 * 100vw);
	height: calc(244 / 1500 * 100vw);
	height: var(--image-height);
	max-height: 15.25rem;
	max-width: 15.25rem;
	width: calc(244 / 1500 * 100vw);
	width: var(--image-width);
}

.p-recruit-staff-voice__image-wrap {
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
}

.p-recruit-staff-voice__image-wrap:first-child {
	z-index: 2;
}

.p-recruit-staff-voice__image-wrap.is-animating {
	-webkit-transition: none;
	transition: none;
}

.p-recruit-staff-voice__image-status {
	left: 50%;
	opacity: 0;
	position: absolute;
	top: -5rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 7.75rem;
	z-index: 1;
}

.p-recruit-staff-voice__image {
	border-radius: 50%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	overflow: hidden;
}

.p-recruit-staff-voice__image:not(.p-recruit-staff-voice__image-wrap > .p-recruit-staff-voice__image) {
	left: 50%;
	margin-left: calc(250px / -2);
	margin-left: calc(var(--image-width, 250px) / -2);
	margin-top: calc(250px / -2);
	margin-top: calc(var(--image-height, 250px) / -2);
	position: absolute;
	top: 50%;
}

.p-recruit-staff-voice__speech-bubble {
	background: #ffffff;
	border-radius: 2.25rem;
	-webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
	opacity: 0;
	padding: 2rem 3rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.8);
	        transform: translateY(-50%) scale(0.8);
	-webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s;
	transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	width: 56.8vw;
	z-index: 10;
}

.p-recruit-staff-voice__speech-bubble::before {
	background: url(../images/recruitment/bubble_arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2.1875rem;
	left: -2.5625rem;
	position: absolute;
	top: 15%;
	width: 2.5625rem;
	z-index: 3;
}

.p-recruit-staff-voice__speech-bubble.is-visible {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(-50%) scale(1);
	        transform: translateY(-50%) scale(1);
}

.js-voice-img01 .p-recruit-staff-voice__speech-bubble,
.js-voice-img06 .p-recruit-staff-voice__speech-bubble {
	left: calc(100% + 1.25rem);
}

.js-voice-img01 .p-recruit-staff-voice__speech-bubble::before,
.js-voice-img06 .p-recruit-staff-voice__speech-bubble::before {
	left: -2.25rem;
}

.js-voice-img03 .p-recruit-staff-voice__speech-bubble {
	left: auto;
	right: calc(100% + 1.25rem);
}

.js-voice-img03 .p-recruit-staff-voice__speech-bubble::before {
	left: auto;
	right: -2.25rem;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.p-recruit-staff-voice__speech-bubble.bubble-right::before {
	left: -2.25rem;
	right: auto;
	-webkit-transform: none;
	        transform: none;
}

.p-recruit-staff-voice__speech-bubble.bubble-left::before {
	left: auto;
	right: -2.25rem;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.p-recruit-staff-voice__speech-name {
	border-bottom: 1px solid #D2D2D2;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 0.75rem;
	padding-bottom: 1rem;
}

.p-recruit-staff-voice__speech-text {
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-align: justify;
}

.p-recruit-staff-voice__speech-text:last-child {
	margin-bottom: 0;
}

.p-recruit-staff-voice__text {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: -1;
}

.p-recruit-staff-voice__good {
	margin: 0 auto;
	width: 5.625rem;
}

.p-recruit-staff-voice__title-en {
	font-size: medium !important;
	font-size: initial !important;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	width: 18.125rem;
}

.p-recruit-staff-voice__subtitle {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.p-recruit-staff__cross-talk {
	position: relative;
}

.p-recruit-staff__cross-talk-box {
	-o-border-image: linear-gradient(135deg, #057BFF 0%, rgba(255, 255, 255, 0) 13%, #057BFF 50%, rgba(255, 255, 255, 0) 89%, #057BFF 100%) 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 0.0625rem solid transparent;
	border-image: linear-gradient(135deg, #057BFF 0%, rgba(255, 255, 255, 0) 13%, #057BFF 50%, rgba(255, 255, 255, 0) 89%, #057BFF 100%) 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	z-index: 1;
}

.p-recruit-staff__cross-talk-box::before {
	background-color: #fff;
	border-radius: 0.375rem;
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-recruit-staff__cross-talk-text-block {
	color: #fff;
	margin: clamp(2.25rem, 6.2666666667vw, 5.875rem) auto;
	max-width: 23.6vw;
	width: 100%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-recruit-staff__cross-talk-en-title {
	margin-bottom: 2rem;
	max-width: 14rem;
	mix-blend-mode: difference;
	width: 100%;
}

.p-recruit-staff__cross-talk-ja-title {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 3.4666666667vw;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-recruit-staff__cross-talk-description {
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 190%;
	margin-bottom: 3.7333333333vw;
	text-align: justify;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-recruit-staff__cross-talk-link {
	padding-right: 0.75rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-recruit-staff__cross-talk-link::before {
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.p-recruit-staff__cross-talk-image {
	margin: 1.5rem;
	width: 47.25%;
}

.p-recruit-staff__cross-talk-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/* ====================================
# 
==================================== */

.p-recruit-environment__inner {
	margin-bottom: 8.75rem;
}

.p-recruit-environment__head {
	margin-bottom: 3.75rem;
	text-align: center;
}

.p-recruit-environment__title-en {
	font-size: medium !important;
	font-size: initial !important;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	max-width: 16.25rem;
	width: 100%;
}

.p-recruit-environment__lead {
	margin: 0 auto 3.75rem;
	max-width: 53.125rem;
}

.p-recruit-environment__text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}

.p-recruit-environment__items {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	        column-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
}

.p-recruit-environment__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-bottom: 1px solid #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	width: 94.7%;
}

.p-recruit-environment__item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.p-recruit-environment__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-recruit-environment__heading {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 1rem;
	padding-left: 0.6875rem;
	position: relative;
}

.p-recruit-environment__heading::before {
	background: #0346BF;
	content: "";
	display: block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: 0.3125rem;
	left: 0;
	margin-right: 1rem;
	margin-top: 0.375rem;
	position: absolute;
	top: 0.375rem;
	width: 0.3125rem;
}

.p-recruit-environment__desc {
	color: #999999;
	font-size: 0.9375rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: justify;
}

.p-recruit-environment__link {
	color: #4A90E2;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-decoration: underline;
}

/* ====================================
# 
==================================== */

.p-recruit-data__inner {
	margin-bottom: 8.75rem;
}

.p-recruit-data__head {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	margin: auto;
	text-align: center;
}

.p-recruit-data__title-en {
	font-size: medium !important;
	font-size: initial !important;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	max-width: 5.625rem;
	width: 100%;
}

.p-recruit-data__subtitle {
	margin-bottom: 0.5rem;
}

.p-recruit-data-card__time {
	color: #999999;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-recruit-data__grid {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.p-recruit-data-card {
	background: #fff;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 2.5rem 1.5rem 2.5rem;
	position: relative;
}

.p-recruit-data-card__wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	            -ms-grid-row-align: stretch;
	        align-self: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 1;
	    -ms-flex-negative: 1;
	        flex-shrink: 1;
	gap: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-block: auto;
}

.p-recruit-data-card__wrap--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-data-card__ratio {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-recruit-data-card__ratio-separator {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-data-card__ratio-separator::before,
.p-recruit-data-card__ratio-separator::after {
	background: #002870;
	content: "";
	height: 0.375rem;
	width: 0.375rem;
}

.p-recruit-data-card__value {
	color: #0346BF;
	font-family: "Inter", sans-serif;
	font-size: 5.3333333333vw;
	font-weight: 500;
	line-height: 1;
}

.p-recruit-data-card__unit {
	color: #0346BF;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.p-recruit-data-card__number {
	white-space: nowrap;
}

.p-recruit-data-card__icon svg {
	width: 100%;
}

.p-recruit-data-card:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 1/1/2/3;
}

.p-recruit-data-card:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-area: 1/3/2/5;
}

.p-recruit-data-card:nth-child(2) .p-recruit-data-card__icon {
	margin-left: -1.5rem;
}

.p-recruit-data-card:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-area: 1/5/2/7;
}

.p-recruit-data-card:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-area: 2/1/4/5;
}

.p-recruit-data-card:nth-child(5) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-area: 2/5/3/7;
}

.p-recruit-data-card:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-area: 3/5/4/7;
}

.p-recruit-data-card:nth-child(7) {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 4/1/5/3;
}

.p-recruit-data-card:nth-child(7) .p-recruit-data-card__icon {
	margin-block: 2rem;
}

.p-recruit-data-card:nth-child(8) {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-area: 4/3/5/5;
}

.p-recruit-data-card:nth-child(8) .p-recruit-data-card__icon {
	margin-block: 2rem;
}

.p-recruit-data-card:nth-child(9) {
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-area: 4/5/5/7;
}

.p-recruit-data-card:nth-child(9) .p-recruit-data-card__icon {
	margin-block: 2rem;
}

.p-recruit-data-card:nth-child(10) {
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: 5/1/6/4;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px dashed #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 1.5rem;
	max-width: 24.375rem;
	padding-bottom: 1.5rem;
	width: 100%;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__sub {
	color: #0346BF;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__small-sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 1rem;
	font-weight: 500;
	white-space: nowrap;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__small-sub-text {
	font-size: 0.875rem;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 80%;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__small-sub-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__icon {
	display: block;
	height: auto;
	width: 100%;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__icon svg {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__icon svg[viewBox] {
	height: auto;
	width: 100%;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__list .p-recruit-data-card__item {
	gap: 2rem;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__list .p-recruit-data-card__value {
	font-size: 2.625rem;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__list .p-recruit-data-card__unit {
	font-size: 1.25rem;
}

.p-recruit-data-card:nth-child(11) {
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	-ms-grid-column: 4;
	-ms-grid-column-span: 3;
	grid-area: 5/4/6/7;
}

.p-recruit-data-card:nth-child(12) {
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 6/1/7/3;
}

.p-recruit-data-card:nth-child(13) {
	-ms-grid-row: 7;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 7/1/8/3;
}

.p-recruit-data-card:nth-child(14) {
	-ms-grid-row: 6;
	-ms-grid-row-span: 2;
	-ms-grid-column: 3;
	-ms-grid-column-span: 4;
	grid-area: 6/3/8/7;
}

.p-recruit-data-card:nth-child(15) {
	-ms-grid-row: 8;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-area: 8/1/9/5;
}

.p-recruit-data-card:nth-child(15) .p-recruit-data-card__icon {
	max-width: 30.9375rem;
	width: 100%;
}

.p-recruit-data-card:nth-child(16) {
	-ms-grid-row: 8;
	-ms-grid-row-span: 1;
	-ms-grid-column: 5;
	-ms-grid-column-span: 2;
	grid-area: 8/5/9/7;
}

.p-recruit-data-card__label {
	font-size: clamp(1.0625rem, 1.6vw, 1.5rem);
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-recruit-data-card--project .p-recruit-data-card__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
}

.p-recruit-data-card--project .p-recruit-data-card__unit {
	font-size: 1.25rem;
}

.p-recruit-data-card--project .p-recruit-data-card__main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px dashed #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	width: 80%;
}

.p-recruit-data-card--project .p-recruit-data-card__main:nth-child(1) .p-recruit-data-card__sub {
	color: #002870;
}

.p-recruit-data-card--project .p-recruit-data-card__main:nth-child(1) .p-recruit-data-card__value {
	font-size: 3.75rem;
}

.p-recruit-data-card--project .p-recruit-data-card__main:nth-child(2) .p-recruit-data-card__value {
	color: #252525;
	font-size: 3.5rem;
}

.p-recruit-data-card--project .p-recruit-data-card__main:nth-child(3) .p-recruit-data-card__value {
	color: #252525;
	font-size: 3rem;
}

.p-recruit-data-card--project .p-recruit-data-card__main:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.p-recruit-data-card--project .p-recruit-data-card__content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	gap: 0.75rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-data-card--project .p-recruit-data-card__content .p-recruit-data-card__sub {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.2;
}

/* ====================================
# 
==================================== */

.p-recruit-requirements__inner {
	margin-bottom: 8.75rem;
}

.p-recruit-requirements__header {
	margin-bottom: 2rem;
	text-align: center;
}

.p-recruit-requirements__title-en {
	font-size: medium !important;
	font-size: initial !important;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	max-width: 17.8125rem;
	width: 100%;
}

.p-recruit-requirements__tabs {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
  white-space: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-recruit-requirements__tab {
	background: transparent;
	border: 1px solid #002870;
	border-radius: 9999px;
	color: #002870;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	overflow: hidden;
	padding: 0.75rem 1.375rem;
	position: relative;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-recruit-requirements__tab::before {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-recruit-requirements__tab.is-active {
	color: #fff;
}

.p-recruit-requirements__tab.is-active::before {
	opacity: 1;
}

.p-recruit-requirements__tab:hover {
	color: #fff;
}

.p-recruit-requirements__tab:hover::before {
	opacity: 1;
}

.p-recruit-requirements__list {
	border-top: 1px solid #D2D2D2;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-recruit-requirements__accordion {
	border-bottom: 1px solid #D2D2D2;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-recruit-requirements__accordion:nth-child(1) {
	grid-area: unset !important;
}

.p-recruit-requirements__accordion[data-tab] {
	display: none; /* デフォルト非表示 */
}

.p-recruit-requirements__accordion[data-tab].is-visible {
	display: block;
}

.p-recruit-requirements__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 3rem 2rem 3rem 4rem;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
}

.p-recruit-requirements__item::before {
	background-color: #0346BF;
	content: "";
	height: 0.25rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 1.75rem;
}

.p-recruit-requirements__item::after {
	background-color: #0346BF;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 2.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 0.25rem;
}

.p-recruit-requirements__item.is-active::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}

.p-recruit-requirements__item.is-active::before {
	-webkit-transform: translateY(-50%) scaleX(0.8);
	        transform: translateY(-50%) scaleX(0.8);
}

.p-recruit-requirements__role-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	padding-right: 2rem;
}

.p-recruit-requirements__role {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-recruit-requirements__role-en {
	font-family: "Shippori Mincho", serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.3;
}

.p-recruit-requirements__toggle {
	background: none;
	border: none;
	color: #0033cc;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-recruit-requirements__content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-recruit-requirements__content.is-active {
	opacity: 1;
}

.p-recruit-requirements__detail {
	padding: 2rem 4rem 3rem;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-recruit-requirements__accordion:not(.is-open) .p-recruit-requirements__detail {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}

.p-recruit-requirements__description {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 2rem;
	text-align: justify;
}

.p-recruit-requirements__content-list {
	border-top: 1px solid #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 2rem;
}

.p-recruit-requirements__content-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4.375rem;
	padding-block: 2rem;
}

.p-recruit-requirements__content-label-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 12.375rem;
}

.p-recruit-requirements__content-label {
	border: 1px solid #0346BF;
	border-radius: 5rem;
	color: #0346BF;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.375rem 0.75rem;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-recruit-requirements__content-amount {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.75;
	text-align: justify;
}

.p-recruit-requirements__casual {
	margin-bottom: 2rem;
}

.p-recruit-requirements__casual-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.75rem;
}

.p-recruit-requirements__casual-text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
}

.p-recruit-requirements__entry {
	text-align: center;
}

.p-recruit-requirements__entry-btn {
	margin: 0 auto;
}

/* ====================================
# 
==================================== */

.p-recruit-flow {
	background: #f7f7f7;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.p-recruit-flow__inner {
	padding-block: 8.75rem;
}

.p-recruit-flow__head {
	margin-bottom: 3rem;
	text-align: center;
}

.p-recruit-flow__title-en {
	font-size: medium !important;
	font-size: initial !important;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	max-width: 6.1875rem;
	width: 100%;
}

.p-recruit-flow-item {
	border-bottom: 1px solid #D2D2D2;
	gap: 3rem;
	padding-block: 2rem;
}

.p-recruit-flow-item__head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	margin-bottom: 0.75rem;
}

.p-recruit-flow-item__number {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	border-radius: 0.375rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-family: "ProggySquare", sans-serif;
	font-size: 2rem;
	height: 3.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	width: 3.5rem;
}

.p-recruit-flow-item__body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-left: 6.5rem;
}

.p-recruit-flow-item__title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 500;
	height: 3.5rem;
	line-height: 1;
}

.p-recruit-flow-item__text {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin-bottom: 1rem;
	text-align: justify;
}

.p-recruit-flow-item__text:last-child {
	margin-bottom: 0rem;
}

.p-recruit-flow-item__link {
	text-decoration: underline;
}

/* ====================================
# 
==================================== */

.p-recruit-faq__inner {
	margin-bottom: 8.75rem;
	padding-top: 8.75rem;
}

.p-recruit-faq__head {
	margin-bottom: 3rem;
	text-align: center;
}

.p-recruit-faq__title-en {
	font-size: medium !important;
	font-size: initial !important;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	max-width: 6.1875rem;
	width: 100%;
}

.p-recruit-faq__tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 3rem;
}

.p-recruit-faq__tab {
	background: transparent;
	border: 1px solid #002870;
	border-radius: 9999px;
	color: #002870;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	overflow: hidden;
	padding: 0.75rem 1.375rem;
	position: relative;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-recruit-faq__tab::before {
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-recruit-faq__tab.is-active {
	color: #fff;
}

.p-recruit-faq__tab.is-active::before {
	opacity: 1;
}

.p-recruit-faq__tab:hover {
	color: #fff;
}

.p-recruit-faq__tab:hover::before {
	opacity: 1;
}

.p-recruit-faq__content {
	margin-bottom: 3rem;
}

.p-recruit-faq__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
}

.p-recruit-faq__item {
	border: 1px solid #D2D2D2;
	border-radius: 0.5rem;
	cursor: pointer;
	padding: 3rem 2.5rem;
}

.p-recruit-faq__question {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: transparent;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	gap: 2.5rem;
	line-height: 1.7;
	padding-right: 1.375rem;
	position: relative;
	text-align: left;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
}

.p-recruit-faq__question::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	content: "";
	height: 1.1875rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 0.625rem;
}

.p-recruit-faq__question.is-active::before {
	-webkit-transform: translateY(-50%) rotate(270deg);
	        transform: translateY(-50%) rotate(270deg);
}

.p-recruit-faq__question-icon {
	font-family: "Shippori Mincho", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

.p-recruit-faq__answer {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-top: 0px solid #D2D2D2;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding-top: 0;
	position: relative;
	-webkit-transition: max-height 0.3s ease, margin-top 0.3s ease, padding-top 0.3s ease, border-top 0.3s ease;
	transition: max-height 0.3s ease, margin-top 0.3s ease, padding-top 0.3s ease, border-top 0.3s ease;
	visibility: hidden;
}

.p-recruit-faq__answer.is-active {
	border-top: 1px solid #D2D2D2;
	margin-top: 2rem;
	opacity: 1;
	padding-top: 2rem;
	visibility: visible;
}

.p-recruit-faq__answer-icon {
	font-family: "Shippori Mincho", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

.p-recruit-faq__answer-text {
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	line-height: 1.7;
	margin: 0;
}

.p-recruit-faq__more {
	text-align: center;
}

.p-recruit-faq__more-btn {
	background: #f7f7f7;
	color: #878787;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 1rem 2rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.p-recruit-faq__more-btn:hover {
	background: #002870;
	color: #fff;
}

/* ====================================
# 
==================================== */

.p-recruit-message__content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-message__content {
	width: 50.1851851852%;
}

.p-recruit-message__title-en {
	font-size: medium !important;
	font-size: initial !important;
	margin-bottom: 1.875rem;
	max-width: 10.3125rem;
	width: 100%;
}

.p-recruit-message__text {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.p-recruit-message__author {
	font-size: 0.875rem;
	line-height: 1;
	margin-left: auto;
	margin-top: 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-recruit-message__author-name {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	margin-left: 1rem;
}

.p-recruit-message__image {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding: 1rem;
	width: 42.4074074074%;
}

/* ====================================
# Logo Loading Animation
==================================== */

.js-logo-loading {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
	display: none;
	height: 100svh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
	transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
	visibility: hidden;
	width: 100%;
	z-index: 10001;
}

.js-logo-loading.is-active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	visibility: visible;
}

.js-logo-loading.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.js-logo-loading__logo {
	-webkit-animation: logoFadeIn 2s ease-out forwards;
	        animation: logoFadeIn 2s ease-out forwards;
}

.js-logo-loading__logo img {
	height: auto;
	max-width: 12.5rem;
}

/* ====================================
# Lottie Animation
==================================== */

.js-lottie-animation {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100svh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	visibility: hidden;
	width: 100%;
	z-index: 100000000;
}

.js-lottie-animation svg {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 110svh !important;
	object-fit: cover;
	object-position: center;
	width: 100vw;
}

.js-lottie-animation.is-active {
	opacity: 1;
	visibility: visible;
}

.js-lottie-animation.is-background {
	background-color: transparent;
	opacity: 1;
	visibility: visible;
	z-index: 0;
}

.js-lottie-animation.is-completed {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.js-lottie-animation svg {
	height: 100%;
	width: 100%;
}

/* ====================================
# FV
==================================== */

.p-top-hero {
	margin-bottom: 7.5rem;
	overflow: hidden;
	position: relative;
}

.p-top-hero__catch-inner {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	-webkit-transform: translateY(-2.8125rem);
	        transform: translateY(-2.8125rem);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 10;
}

.p-top-hero__top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100svh;
	margin-bottom: 10rem;
	padding: 5rem 6.25rem;
	position: relative;
	width: 100%;
}

.p-top-hero__bg {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-hero__bg01 {
	bottom: -6vw;
	height: auto;
	left: -1.6vw;
	position: absolute;
	width: 16.4666666667vw;
}

.p-top-hero__bg02 {
	height: auto;
	position: absolute;
	right: -1.6vw;
	top: 5.3333333333vw;
	width: 15.9333333333vw;
}

.p-top-hero__bg03 {
	bottom: 3.3333333333vw;
	height: auto;
	position: absolute;
	right: 6.6666666667vw;
	width: 15.9333333333vw;
}

.p-top-hero__catch {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-top-hero__text {
	margin-right: -0.75rem;
	opacity: 0;
	-webkit-transform: translateX(-3.125rem);
	        transform: translateX(-3.125rem);
	-webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.p-top-hero__text img {
	max-width: 27.875rem;
	width: 27.875rem;
}

.p-top-hero__text.is-animated {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.p-top-hero__highlight {
	opacity: 0;
	-webkit-transform: translateY(0.625rem);
	        transform: translateY(0.625rem);
	visibility: hidden;
}

.p-top-hero__highlight.is-ready {
	opacity: 1;
	visibility: visible;
}

.p-top-hero__highlight video,
.p-top-hero__highlight img {
	max-width: 31.25rem;
	width: 31.25rem;
}

.p-top-hero__highlight.is-animating video {
	opacity: 1;
}

.p-top-hero__sub {
	font-size: 1.875rem;
	line-height: 1.8;
	margin-top: 1.0625rem;
	white-space: nowrap;
}

.p-top-hero__sub--sp {
	font-size: 1.875rem;
	line-height: 1.8;
	margin-top: 1.0625rem;
	opacity: 0;
	-webkit-transform: translateX(-1.875rem);
	        transform: translateX(-1.875rem);
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	visibility: hidden;
}

.p-top-hero__sub--sp.is-animated {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	visibility: visible;
}

.p-top-hero__bottom {
	position: relative;
	width: 100%;
}

.p-top-hero__bottom-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-top-hero__bottom-message {
	text-align: right;
}

.p-top-hero__bottom-text {
	color: #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: "Shippori Mincho", serif;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.375rem;
	line-height: 130%;
	margin-bottom: 2rem;
	text-align: center;
}

.p-top-hero__bottom-button:hover {
	background-color: #004080;
}

.p-top-corporate {
	margin-bottom: 7.5rem;
}

.p-top-corporate__logos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top-corporate__logo-list {
	grid-gap: 2rem 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
	max-width: 60rem;
	width: 100%;
}

.p-top-corporate__logo-item img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

/* ====================================
# Business Field
==================================== */

.p-top-business-field {
	margin-bottom: 7.5rem;
	overflow: hidden;
}

.p-top-business-field__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 2.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
}

.p-top-business-field__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 18.75rem;
}

.p-top-business-field__title {
	margin-bottom: 2.5rem;
}

.p-top-business-field__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top-business-field__list-wrap {
	width: 39.3%;
}

.p-top-business-field__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 2rem;
}

.p-top-business-field__item {
	border-top: 1px solid #999999;
}

.p-top-business-field__item:last-child {
	border-bottom: 1px solid #999999;
}

.p-top-business-field__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
	padding: 1.625rem 3.25rem 1.625rem 1.5rem;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.p-top-business-field__link > * {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top-business-field__link:hover {
	background-color: #ECF6FF;
}

.p-top-business-field__link:hover > * {
	-webkit-transform: translateX(0.5rem);
	        transform: translateX(0.5rem);
}

.p-top-business-field__link:hover::before {
	-webkit-transform: translateY(-50%) translateX(0.5rem);
	        transform: translateY(-50%) translateX(0.5rem);
}

.p-top-business-field__link .p-top-business-field:hover {
	opacity: 0.7;
}

.p-top-business-field__link::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 0.75rem;
}

.p-top-business-field__link-title {
	font-size: 1.125rem;
}

.p-top-business-field__link-subtitle {
	color: #C8C8C8;
	font-family: "Shippori Mincho", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-top-business-field__icon {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 0.5rem;
	margin-left: 0.5rem;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 0.5rem;
}

.p-top-business-field__button {
	margin-left: auto;
	margin-top: 1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-business-field__image-wrap {
	aspect-ratio: 687/458;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	position: relative;
	width: 52.84615385%;
}

.p-top-business-field__image-wrap::before {
	background: url(../images/top/business_bg01.svg) no-repeat center center/cover;
	content: "";
	height: 19.9375rem;
	opacity: 1;
	position: absolute;
	right: -31.125rem;
	top: -1.25rem;
	width: 61rem;
	z-index: -1;
}

.p-top-business-field__image-wrap::after {
	background: url(../images/top/business_bg02.svg) no-repeat center center/cover;
	bottom: -9.6875rem;
	content: "";
	height: 19.9375rem;
	left: -1.25rem;
	opacity: 1;
	position: absolute;
	width: 61rem;
	z-index: -1;
}

.p-top-business-field__image {
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-top-business-field__image.is-active {
	opacity: 1;
}

/* ====================================
# Projects
==================================== */

.p-top-projects {
	margin-bottom: 7.5rem;
	overflow: hidden;
}

.p-top-projects__header {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 4rem;
}

.p-top-projects__title {
	margin-bottom: 0;
}

.p-top-projects__category-wrap {
	width: 44.1875rem;
}

.p-top-projects__categories {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
}

.p-top-projects__category {
	border-radius: 0.25rem;
	color: #909090;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.5rem 0.625rem;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.p-top-projects__category.is-active {
	background-color: #0346BF;
	color: #fff;
}

.p-top-projects__splide {
	margin-bottom: 2.8125rem;
	overflow: revert !important;
}

.p-top-projects__splide .splide__track {
	overflow: visible;
}

.p-top-projects__splide .splide__list {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.p-top-projects__splide .splide__slide {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	width: auto;
}

.p-top-projects__card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-filter: drop-shadow(0 0 4rem rgba(0, 0, 0, 0.05));
	        filter: drop-shadow(0 0 4rem rgba(0, 0, 0, 0.05));
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 21.375rem;
}

.p-top-projects__card::before {
	border: 0.0625rem solid #999999;
	bottom: -0.0625rem;
	content: "";
	left: -0.0625rem;
	opacity: 0;
	position: absolute;
	right: -0.0625rem;
	top: -0.0625rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.p-top-projects__card:hover {
	background-color: #ECF6FF;
	border-color: transparent;
}

.p-top-projects__card:hover::before {
	opacity: 1;
}

.p-top-projects__card:hover .p-top-projects__image img {
	scale: 1.1;
}

.p-top-projects__card-main-content {
	border-bottom: 1px dashed #D2D2D2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 1.375rem;
	padding-bottom: 1.5625rem;
}

.p-top-projects__image {
	height: auto;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.p-top-projects__image img {
	-o-object-fit: cover;
	height: 5rem;
	object-fit: cover;
	-webkit-transition: scale 0.3s ease;
	transition: scale 0.3s ease;
	width: 7.5rem;
}

.p-top-projects__card-title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.p-top-projects__card-client {
	color: #999999;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.p-top-projects__tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
	min-height: 3.8125rem;
}

.p-top-projects__tag {
	border: 1px solid #0346BF;
	border-radius: 0.25rem;
	color: #0346BF;
	font-size: 0.75rem;
	font-weight: 400;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	letter-spacing: 0.02em;
	line-height: 1.4;
	padding: 0.25rem 0.5rem;
}

.p-top-projects__more {
	text-align: center;
}

.p-top-projects__more-button {
	margin: 0 auto;
}

.p-top-projects__pagination {
	margin-top: 2rem;
	position: static !important;
	text-align: center;
}

.p-top-projects__pagination .swiper-pagination-bullet {
	background-color: #e5e5e5;
	height: 0.75rem;
	margin: 0 0.375rem;
	opacity: 1;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 0.75rem;
}

.p-top-projects__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0041ff;
}

.p-top-projects__button-next,
.p-top-projects__button-prev {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	height: 2.75rem;
	margin-top: -1.375rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 2.75rem;
}

.p-top-projects__button-next:after,
.p-top-projects__button-prev:after {
	color: #0041ff;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-top-projects__button-next:hover,
.p-top-projects__button-prev:hover {
	background-color: #0041ff;
	border-color: #0041ff;
}

.p-top-projects__button-next:hover:after,
.p-top-projects__button-prev:hover:after {
	color: #fff;
}

.p-top-projects__button-next.swiper-button-disabled,
.p-top-projects__button-prev.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.p-top-projects__button-next.swiper-button-disabled:hover,
.p-top-projects__button-prev.swiper-button-disabled:hover {
	background-color: #fff;
	border-color: #e5e5e5;
}

.p-top-projects__button-next.swiper-button-disabled:hover:after,
.p-top-projects__button-prev.swiper-button-disabled:hover:after {
	color: #0041ff;
}

.p-top-projects__button-next {
	right: 1.25rem;
}

.p-top-projects__button-prev {
	left: 1.25rem;
}

/* ====================================
# Recruit
==================================== */

.p-top-recruit {
	background: -webkit-gradient(linear, left top, right top, from(#0346BF), to(#002870));
	background: linear-gradient(to right, #0346BF, #002870);
	overflow: hidden;
}

.p-top-recruit__hero {
	padding-block: 8.75rem 8.875rem;
}

.p-top-recruit__hero-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-right: calc(50% - 50vw);
}

.p-top-recruit__hero-content {
	color: #ffffff;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	z-index: 1;
}

.p-top-recruit__hero-title {
	margin-bottom: 4rem;
}

.p-top-recruit__hero-title-en {
	margin-bottom: 1.625rem;
	white-space: nowrap;
	width: 37.6875rem;
}

.p-top-recruit__hero-title-en svg {
	height: auto;
	max-width: 100%;
}

.p-top-recruit__hero-rights {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 1;
	position: relative;
}

.p-top-recruit__hero-rights .rights-highlight-bar {
	opacity: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: opacity 0.8s ease-out, -webkit-transform 1.2s ease-out;
	transition: opacity 0.8s ease-out, -webkit-transform 1.2s ease-out;
	transition: transform 1.2s ease-out, opacity 0.8s ease-out;
	transition: transform 1.2s ease-out, opacity 0.8s ease-out, -webkit-transform 1.2s ease-out;
}

.p-top-recruit__hero-rights.is-highlighted .rights-highlight-bar {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.p-top-recruit__hero-title-ja {
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 140%;
	margin-bottom: 2.5rem;
}

.p-top-recruit__hero-text {
	color: #ffffff;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 1.75rem;
}

.p-top-recruit__hero-text:last-of-type {
	margin-bottom: 3.5rem;
}

.p-top-recruit__hero-image {
	margin-left: -12.5rem;
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(3.125rem);
	        transform: translateY(3.125rem);
	-webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
	transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
	transition: opacity 1.2s ease-out, transform 1.2s ease-out;
	transition: opacity 1.2s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
	width: 59.1111111111%;
	z-index: 0;
}

.p-top-recruit__hero-image.is-animated {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.p-top-recruit__cross-talk {
	position: relative;
}

.p-top-recruit__cross-talk-bg {
	height: 100%;
	left: 0;
	margin: 0 calc(50% - 50vw);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100vw;
}

.p-top-recruit__cross-talk-bg::before {
	background: url(../images/top/cross_talk_bg01.svg) no-repeat center center/cover;
	content: "";
	height: 21.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 7.6%;
	z-index: 2;
}

.p-top-recruit__cross-talk-bg::after {
	background: url(../images/top/cross_talk_bg02.svg) no-repeat center center/cover;
	content: "";
	height: 22.375rem;
	position: absolute;
	right: 0;
	top: 50%;
	width: 8.2666666667%;
	z-index: 2;
}

.p-top-recruit__cross-talk-box {
	-o-border-image: linear-gradient(135deg, #057BFF 0%, rgba(255, 255, 255, 0) 13%, #057BFF 50%, rgba(255, 255, 255, 0) 89%, #057BFF 100%) 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 0.0625rem solid transparent;
	border-image: linear-gradient(135deg, #057BFF 0%, rgba(255, 255, 255, 0) 13%, #057BFF 50%, rgba(255, 255, 255, 0) 89%, #057BFF 100%) 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	z-index: 1;
}

.p-top-recruit__cross-talk-box::before {
	background-color: #fff;
	border-radius: 0.375rem;
	content: "";
	height: 100%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-top-recruit__cross-talk-text-block {
	color: #fff;
	margin: clamp(2.25rem, 6.2666666667vw, 5.875rem) auto;
	max-width: 23.6vw;
	width: 100%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-recruit__cross-talk-en-title {
	margin-bottom: 2rem;
	max-width: 14rem;
	mix-blend-mode: difference;
	width: 100%;
}

.p-top-recruit__cross-talk-ja-title {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 4rem;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-top-recruit__cross-talk-description {
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 190%;
	margin-bottom: 3.5rem;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-top-recruit__cross-talk-link {
	padding-right: 0.75rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-top-recruit__cross-talk-link::before {
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.p-top-recruit__cross-talk-image {
	margin: 1.5rem;
	width: 50.75%;
}

.p-top-recruit__cross-talk-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

/* ====================================
# Group
==================================== */

.p-top-group {
	background-color: #f7f7f7;
}

.p-top-group__inner {
	padding-block: 7.5rem 8.875rem;
}

.p-top-group__title {
	margin-bottom: 1rem;
}

.p-top-group__desc {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-bottom: 3rem;
}

.p-top-group__label {
	background-color: #0346BF;
	border-radius: 0.125rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 1rem;
	padding: 0.375rem 0.75rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-group__label--overseas {
	background-color: #002870;
}

.p-top-group__list--domestic {
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

.p-top-group__list--domestic .p-top-group__item {
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.p-top-group__list--domestic .p-top-group__item.p-top-group__item--hover-none:hover img {
	scale: 1;
}

.p-top-group__list--domestic .p-top-group__item:hover img {
	scale: 1.1;
}

.p-top-group__list--domestic .p-top-group__item img {
	-webkit-transition: scale 0.4s ease-in-out;
	transition: scale 0.4s ease-in-out;
}

.p-top-group__list--overseas {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1.5rem 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top-group__item {
	width: calc((100% - 3rem) / 4);
}

.p-top-group__item img {
	display: block;
	height: auto;
	width: 100%;
}

.p-top-group__list--text .p-top-group__item {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-top-group__item-overseas {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 130%;
	width: calc((100% - 1.5rem) / 2);
}

.p-top-group__item-overseas::before {
	color: #002870;
	content: "・";
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 0.25rem;
}

/* ====================================
# Message
==================================== */

.p-who-message__inner {
	margin-bottom: 8.75rem;
	margin-top: 9.375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-who-message__catch {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
}

.p-who-message__lead {
	width: 20.625rem;
}

.p-who-message__highlight svg {
	width: 18.75rem;
}

.p-who-message__lead--em {
	color: #1a3db0;
	font-style: italic;
	font-weight: 700;
}

.p-who-message__sublead {
	font-size: 1.75rem;
	margin-bottom: 3.75rem;
}

.p-who-message__text-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.125rem;
}

.p-who-message__text-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-who-message__text-group::after {
	background: -webkit-gradient(linear, left top, right top, from(#999999), color-stop(7%, #ffffff), to(#999999));
	background: linear-gradient(to right, #999999 0%, #ffffff 7%, #999999 100%);
	bottom: 0rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-who-message__text {
	font-size: 1.125rem;
	line-height: 2;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* ====================================
# 
==================================== */

.p-who-promise__inner {
	margin-bottom: 8.75rem;
}

.p-who-promise__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-who-promise__heading {
	margin-bottom: 2.5rem;
}

.p-who-promise__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 49.875rem;
	width: 53.2vw;
}

.p-who-promise__item {
	border-top: 1px solid #ddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	padding-block: 3rem;
}

.p-who-promise__item:last-child {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.5rem;
}

.p-who-promise__number {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	background-clip: text;
	color: transparent;
	font-family: "Shippori Mincho", serif;
	font-size: 2rem;
	font-weight: 500;
}

.p-who-promise__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-who-promise__lead {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, right top, left top, from(#002870), to(#0346BF));
	background: linear-gradient(to left, #002870, #0346BF);
	background-clip: text;
	color: transparent;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.p-who-promise__text {
	font-size: 0.9375rem;
	line-height: 1.6;
	text-align: justify;
}

/* ====================================
# 
==================================== */

.p-who-history {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, #0346bf), color-stop(77%, rgba(1, 54, 148, 0.5)), to(rgba(0, 40, 112, 0)));
	background: linear-gradient(to bottom, #0346bf 24%, rgba(1, 54, 148, 0.5) 77%, rgba(0, 40, 112, 0) 100%);
	overflow: hidden;
	padding-block: 5rem 7.5rem;
}

.p-who-history__inner {
	position: relative;
}

.p-who-history__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-who-history__heading {
	color: #fff;
}

.p-who-history__title {
	margin-bottom: 0;
}

.p-who-history__timeline {
	--line-height: 0px;
	margin-top: 4.5rem;
	max-width: 62.125rem;
	padding-left: 4.6875rem;
	position: relative;
	width: 66.2666666667vw;
}

.p-who-history__timeline::before {
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.25)));
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.25) 100%);
	content: "";
	height: 0%;
	height: var(--line-height, 0%);
	left: 0;
	position: absolute;
	top: 1rem;
	-webkit-transition: height 0.1s ease-out;
	transition: height 0.1s ease-out;
	width: 0.125rem;
}

.p-who-history__item {
	--circle-opacity: 0;
	--circle-scale: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	margin-bottom: 4rem;
	position: relative;
}

.p-who-history__item::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 0.875rem;
	left: -5.0625rem;
	opacity: 0;
	opacity: var(--circle-opacity, 0);
	position: absolute;
	top: 1rem;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform: scale(var(--circle-scale, 0));
	        transform: scale(var(--circle-scale, 0));
	-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out;
	transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	width: 0.875rem;
}

.p-who-history__date {
	color: #fff;
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
}

.p-who-history__label {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 0.5rem;
	margin-top: 0.375rem;
}

.p-who-history__text {
	color: #fff;
	font-size: 0.9375rem;
	line-height: 1.7;
	padding-left: 0.875rem;
	position: relative;
}

.p-who-history__text::before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0.75rem;
	width: 0.5rem;
}

.p-who-history__summary {
	background-color: #fff;
	margin: 0 auto;
	margin-top: 5rem;
	max-width: 78.75rem;
	padding: 4rem;
}

.p-who-history__summary-wrap {
	margin: 0 auto;
}

.p-who-history__summary-text {
	font-size: 1rem;
	line-height: 1.9;
	margin: 0 auto;
	margin-bottom: 3rem;
	text-align: justify;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-who-history__link {
	margin: 0 auto;
	width: 20.25rem;
}

.u-main-color01 {
	color: #002870;
}

.u-main-color02 {
	color: #0346BF;
}

.u-main-color03 {
	color: #1F62ED;
}

.u-main-color04 {
	color: #3B80FC;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pc-sm {
	display: none;
}

.u-hidden-pc-ib {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sp-ib {
	display: inline-block;
}

.u-hidden-pc-f {
	display: none;
}

.u-hidden-sp-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sm {
	display: block;
}

.u-mt-20 {
	margin-top: 1.25rem;
}

@media (min-width: 768px) {

.js-logo-loading__logo img {
	max-width: 18.75rem;
}

.p-top-projects__button-next {
	right: 2.5rem;
}

.p-top-projects__button-prev {
	left: 2.5rem;
}

}

@media (min-width: 769px) {

.l-header__nav--mobile {
	display: none;
}

.l-header__nav-item--mobile > a:hover {
	color: #0346BF;
}

.l-header__nav-item--mobile > a:hover::after {
	width: 100%;
}

.l-header__nav-item--mobile-recruit .l-header__additional-link:hover {
	color: #0346BF;
}

.l-header__nav-item--mobile-recruit .l-header__additional-link:hover::after {
	width: 100%;
}

.c-btn.c-btn--diagonal-wipe:hover {
	border-color: #002870;
	color: #002870;
}

.c-btn.c-btn--diagonal-wipe:hover .c-btn__text {
	color: #002870;
	scale: 1.05;
}

.c-btn.c-btn--diagonal-wipe:hover::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
}

.c-btn.c-btn--diagonal-wipe:hover::after {
	-webkit-transform: translate(-50%, -50%) rotate(-12deg) scale(2, 2);
	        transform: translate(-50%, -50%) rotate(-12deg) scale(2, 2);
}

.c-btn.c-btn--gradient-switch:hover::after {
	opacity: 1;
}

.c-btn.c-btn--gradient-switch:hover .c-btn__text {
	-webkit-transform: translateX(0.25rem);
	        transform: translateX(0.25rem);
}

.c-btn.c-btn--gradient-switch:hover::before {
	-webkit-transform: translateX(0.25rem) translateY(-50%);
	        transform: translateX(0.25rem) translateY(-50%);
}

.c-btn--white:hover {
	border: 1px solid transparent;
}

.c-btn.c-btn--recruit:hover {
	background-image: url("../images/common/recruit_btn_bg_white.png");
	color: #002870;
}

.c-btn.c-btn--recruit:hover .c-btn__text {
	scale: 1;
	-webkit-transform: translateX(0.375rem);
	        transform: translateX(0.375rem);
}

.c-btn.c-btn--recruit:hover::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	-webkit-transform: translateX(0.375rem) translateY(-50%);
	        transform: translateX(0.375rem) translateY(-50%);
}

.c-btn__small:hover {
	opacity: 0.8;
}

.c-entry:hover::after {
	opacity: 1;
}

.c-entry:hover .c-entry__inner {
	-webkit-transform: translateX(0.75rem);
	        transform: translateX(0.75rem);
}

.c-entry:hover .c-entry__label {
	-o-border-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) 0;
	border-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%) 0;
}

.c-entry:hover .c-entry__label::before {
	opacity: 1;
}

.c-entry:hover .c-entry__link {
	-o-border-image: linear-gradient(135deg, #fff 0%, #fff 13%, #fff 50%, #fff 89%, #fff 100%) 1;
	border-image: linear-gradient(135deg, #fff 0%, #fff 13%, #fff 50%, #fff 89%, #fff 100%) 1;
}

.p-recruit-staff__cross-talk-box:hover::before {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(0.985, 0.96);
	        transform: translate(-50%, -50%) scale(0.985, 0.96);
}

.p-recruit-staff__cross-talk-box:hover .p-recruit-staff__cross-talk-link {
	-o-border-image: linear-gradient(135deg, #057BFF 0%, #0346BF 13%, #057BFF 50%, #0346BF 89%, #057BFF 100%) 1;
	border-image: linear-gradient(135deg, #057BFF 0%, #0346BF 13%, #057BFF 50%, #0346BF 89%, #057BFF 100%) 1;
}

.p-recruit-staff__cross-talk-box:hover .p-recruit-staff__cross-talk-description {
	color: #252525;
}

.p-recruit-staff__cross-talk-box:hover .p-recruit-staff__cross-talk-en-title {
	color: #252525;
	mix-blend-mode: difference;
}

.p-recruit-staff__cross-talk-box:hover .p-recruit-staff__cross-talk-ja-title {
	color: #252525;
}

.p-recruit-staff__cross-talk-box:hover .p-recruit-staff__cross-talk-link {
	-o-border-image: none;
	-o-border-image: initial;
	border-color: #252525;
	border-image: none;
	border-image: initial;
	color: #252525;
}

.p-recruit-staff__cross-talk-box:hover .p-recruit-staff__cross-talk-link::before {
	background: url(../images/common/btn_arrow_black.svg) no-repeat center center/contain;
}

.p-top-recruit__cross-talk-box:hover::before {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(0.985, 0.96);
	        transform: translate(-50%, -50%) scale(0.985, 0.96);
}

.p-top-recruit__cross-talk-box:hover .p-top-recruit__cross-talk-link {
	-o-border-image: linear-gradient(135deg, #057BFF 0%, #0346BF 13%, #057BFF 50%, #0346BF 89%, #057BFF 100%) 1;
	border-image: linear-gradient(135deg, #057BFF 0%, #0346BF 13%, #057BFF 50%, #0346BF 89%, #057BFF 100%) 1;
}

.p-top-recruit__cross-talk-box:hover .p-top-recruit__cross-talk-description {
	color: #252525;
}

.p-top-recruit__cross-talk-box:hover .p-top-recruit__cross-talk-en-title {
	color: #252525;
}

.p-top-recruit__cross-talk-box:hover .p-top-recruit__cross-talk-ja-title {
	color: #252525;
}

.p-top-recruit__cross-talk-box:hover .p-top-recruit__cross-talk-link {
	-o-border-image: none;
	-o-border-image: initial;
	border-color: #252525;
	border-image: none;
	border-image: initial;
	color: #252525;
}

.p-top-recruit__cross-talk-box:hover .p-top-recruit__cross-talk-link::before {
	background: url(../images/common/btn_arrow_black.svg) no-repeat center center/contain;
}

}

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

.c-bg-message__txt {
	font-style: 170px;
}

}

@media (min-width: 1500px) {

.l-inner {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.c-page-header__bg-line {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	width: 100%;
}

.p-top-hero__sub--sp {
	font-size: 2vw;
}

}

@media (min-width: 1501px) {

.js-lottie-animation {
	width: 105vw;
}

.p-top-hero__catch-inner {
	left: 9%;
}

}

@media (max-width: 1500px) {

.p-recruit-layout__main {
	margin-left: calc(7.0625rem + 7.1333333333vw);
}

}

@media (max-width: 1440px) {

.p-top-recruit__cross-talk-bg::before {
	left: -3.125rem;
}

.p-top-recruit__cross-talk-bg::after {
	right: -3.125rem;
}

}

@media (max-width: 1400px) {

.p-top-hero__text img {
	width: 31.8571428571vw;
}

.p-top-hero__highlight video,
.p-top-hero__highlight img {
	width: 35.7142857143vw;
}

.p-top-hero__sub {
	font-size: 2.1428571429vw;
}

}

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

html {
	font-size: 1.2307692308vw;
}

}

@media (max-width: 1024px) {

.p-top-recruit__hero-image {
	margin-right: -7.2%;
}

.p-top-recruit__cross-talk-bg::before {
	height: 98%;
	left: -3%;
	top: 84%;
	width: 11%;
}

.p-top-recruit__cross-talk-bg::after {
	height: 99%;
	right: -4%;
	top: 84%;
	width: 11%;
}

}

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

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

html {
	font-size: 16px;
}

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

.l-body {
	padding-bottom: 4.375rem;
	padding-top: 0.75rem;
}

.l-footer__bg01 {
	width: 14.125rem;
}

.l-footer__bg02 {
	top: -3.125rem;
	width: 5rem;
}

.l-footer__inner {
	padding-bottom: 6.25rem;
	padding-top: 10rem;
}

.l-footer__inner {
	padding-bottom: 7.5rem;
}

.l-footer__list {
	gap: 1.5rem 0;
	width: 18.75rem;
}

.l-footer__item {
	width: calc((100% - 1.5rem) / 2);
}

.l-footer__branding {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

.l-footer__logo {
	font-size: 3rem;
}

.l-footer__bottom {
	gap: 1rem 1.5rem;
}

.footer-light-dot {
	-webkit-filter: blur(0.375rem);
	        filter: blur(0.375rem);
	height: 1.5rem;
	width: 1.5rem;
}

.l-header__inner {
	padding: 0.75rem 1rem;
}

.l-header__logo {
	width: 7.9375rem;
}

.l-header__hamburger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.l-header__nav--desktop {
	display: none;
}

.l-header__nav .l-header__nav-list .l-header__nav-item--entry {
	font-size: 0.875rem;
	height: 3rem;
	padding: 0.75rem 0.9375rem 0.75rem 0.5rem;
	width: 12.5rem;
}

.l-header__bg01 {
	aspect-ratio: 226/116;
	left: -5.1875rem;
	position: absolute;
	top: 3.3125rem;
	width: 14.125rem;
	z-index: 0;
}

.l-header__bg02 {
	aspect-ratio: 80/188;
	position: absolute;
	right: 0rem;
	top: 14.8125rem;
	width: 5rem;
	z-index: 0;
}

.l-header__nav-list--mobile {
	gap: 3.25rem 0.75rem;
}

.l-header__nav-item--mobile-recruit .l-header__additional-links {
	margin-top: 0.875rem;
}

.header-light-dot {
	-webkit-filter: blur(0.25rem);
	        filter: blur(0.25rem);
	height: 1rem;
	width: 1rem;
}

.l-inner {
	padding-left: clamp(1.5rem, 8.3333333333vw, 4rem);
	padding-right: clamp(1.5rem, 8.3333333333vw, 4rem);
}

.l-inner.l-inner-recruit {
	margin-inline: auto;
	width: 100%;
}

.c-bg-message {
	overflow: visible;
	overflow: initial;
	width: 100%;
}

.c-bg-message__txt {
	color: #D2E3EC;
	font-size: 4.625rem;
	line-height: 1;
	mix-blend-mode: overlay;
	text-align: center;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.c-btn {
	font-size: 0.875rem;
	height: 3.5rem;
	padding: 0.75rem 1.4375rem 0.75rem 0.5rem;
	width: 14.375rem;
}

.c-btn.c-btn--recruit {
	height: 3.9375rem;
	padding: 0.75rem 2rem;
	width: 11.25rem;
}

.c-btn.c-btn--recruit .c-btn__text-ja {
	font-size: 1rem;
}

.c-btn.c-btn--recruit::before {
	height: 0.875rem;
	right: 1.3125rem;
	width: 0.5625rem;
}

.c-btn__small {
	font-size: 0.75rem;
	height: 2.375rem;
	padding: 0.625rem 1rem;
	width: 8.75rem;
}

.c-btn__small::after {
	font-size: 0.875rem;
	margin-left: 0.125rem;
}

.c-entry__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 7.5rem;
}

.c-entry__label {
	padding: 1.5rem 1.125rem;
}

.c-entry__lead {
	font-size: 2.6041666667vw;
}

.c-entry__title {
	font-size: 8.3333333333vw;
}

.c-entry__link {
	height: 3.9375rem;
	width: 3.9375rem;
}

.c-entry__arrow::before {
	height: 1rem;
	width: 0.5625rem;
}

.c-entry__bg-text {
	font-size: 15.625vw;
}

.c-footer__bg {
	bottom: -7.25rem;
	height: 12.625rem;
}

.c-footer__bg01,
.c-footer__bg02 {
	top: auto;
	top: initial;
}

.c-form__inner {
	padding-block: 1.5rem 5rem;
}

.c-form__field {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}

.c-form__label,
div.mimassi_inquiry_check_window table.check_data th {
	width: 100%;
}

.c-form__desc,
div.mimassi_inquiry_check_window table.check_data td {
	width: 100%;
}

.c-form__input,
.c-form__textarea {
	padding: 1.25rem 0.875rem;
}

.c-form__privacy-link-wrap {
	font-size: 0.875rem;
}

.c-form__upload-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
}

.c-form__upload-input::before {
	font-size: 0.875rem;
	height: 3rem;
	padding: 0.75rem 0.5rem;
	width: 12.5rem;
}

div.mimassi_inquiry_check_window table.check_data {
	margin-bottom: 3.5rem;
}

div.mimassi_inquiry_check_window table.check_data tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.875rem;
	padding-block: 1.75rem;
}

.c-heading02 {
	font-size: 1.75rem;
}

.c-heading04 {
	font-size: 2.5rem;
}

.c-heading04--lead {
	font-size: 1rem;
	margin-bottom: 2.5rem;
}

.c-label {
	font-size: 0.75rem;
}

.c-page-header {
	margin-top: 4.25rem;
}

.c-page-header__bg-line {
	left: 60%;
}

.c-page-header__titles {
	margin-bottom: 2.25rem;
}

.c-page-header__subtitle {
	font-size: 1.0625rem;
}

.c-page-header__title {
	font-size: 8.3333333333vw;
}

.page-header-light-dot {
	height: 1rem;
	width: 1rem;
}

.c-portfolio__filter {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.5rem;
}

.c-portfolio__filter-toggle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f7f7f7;
	border: none;
	color: #0346BF;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0.5rem 0.75rem;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
}

.c-portfolio__filter-menu {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0.25rem;
	left: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 0.5rem;
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transition: max-height 0.3s ease, padding 0.3s ease, border 0.3s ease;
	transition: max-height 0.3s ease, padding 0.3s ease, border 0.3s ease;
	z-index: 10;
}

.c-portfolio__filter-menu.is-open {
	border: 1px solid #ddd;
	max-height: 25rem;
	padding: 0.5rem;
}

.c-portfolio__filter-btn {
	background-color: #fff;
	color: #0346BF;
	display: block;
	margin-bottom: 0.25rem;
	width: 100%;
}

.c-recruit-fixed-entry {
	display: block;
}

.c-scroll {
	gap: 1rem;
}

.c-scroll__item {
	width: 40vw;
}

.c-scroll__item--small {
	width: 20vw;
}

.c-scroll__item--large {
	width: 33.3333333333vw;
}

.p-404 {
	padding-block: 3.75rem 5rem;
}

.p-404__title {
	font-size: 1.5rem;
}

.p-404__message {
	font-size: 0.9375rem;
	margin-bottom: 2rem;
}

.p-404__list {
	margin-bottom: 2rem;
}

.p-404__item {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	padding-left: 1rem;
}

.p-404__note {
	font-size: 0.9375rem;
}

.p-404__link-arrow {
	height: 0.875rem;
	width: 0.875rem;
}

.p-service__inner {
	margin-bottom: 5rem;
	margin-top: 4rem;
}

.p-service__intro {
	margin-bottom: 3rem;
}

.p-service__text {
	font-size: 0.9375rem;
}

.p-service__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 4rem;
}

.p-service__image {
	margin-bottom: 2rem;
	width: 100%;
}

.p-service__content {
	padding-inline: 1rem;
	width: 100%;
}

.p-service__content-head {
	margin-bottom: 2rem;
}

.p-service__title {
	font-size: 1.375rem;
	margin-bottom: 0.75rem;
}

.p-service__subtitle {
	font-size: 0.9375rem;
}

.p-company-greeting__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 2.5rem;
}

.p-company-greeting__image {
	max-width: 100%;
}

.p-company-greeting__content {
	max-width: 100%;
}

.p-company-info__term {
	font-size: 1rem;
	width: 11.25rem;
}

.p-company-info__description {
	font-size: 0.9375rem;
}

.p-company-info__address {
	font-size: 0.9375rem;
}

.p-company-info__address-text {
	font-size: 0.875rem;
}

.p-company-info__address-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.375rem;
}

.p-crosstalk__inner {
	padding-top: 9.1875rem;
}

.p-crosstalk__header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 6.5rem;
}

.p-crosstalk__head {
	width: 100%;
}

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

.p-crosstalk__title {
	font-size: 4.5rem;
}

.c-page-header__breadcrumb--crosstalk {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 5rem;
}

.p-crosstalk__image {
	margin-left: calc(50% - 50vw - 19vw);
	margin-right: calc(50% - 50vw);
	width: 119vw;
}

.p-crosstalk__members {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.4375rem;
}

.p-crosstalk__member {
	margin-inline: auto;
	width: 93%;
}

.p-crosstalk__member-line {
	height: 0.0625rem;
	width: 100%;
}

.p-crosstalk__member-image {
	height: 6.25rem;
	width: 6.25rem;
}

.p-interview__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-interview__wrap {
	padding-block: 4rem;
	padding-inline: 64px;
	width: 100%;
}

.p-interview__catch {
	font-size: 0.9375rem;
	padding-block: 1.3125rem;
	padding-inline: 0;
}

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

.p-interview__qa {
	gap: 2.5rem;
	margin-bottom: 5rem;
}

.p-interview__question-number {
	font-size: 1rem;
}

.p-interview__question {
	font-size: 1rem;
	line-height: 1.6;
	padding-left: 1.75rem;
}

.p-interview__question::before {
	top: 0.9375rem;
	width: 1rem;
}

.p-interview__answer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
	position: static;
	position: initial;
}

.p-interview__person-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.p-interview__name {
	position: static;
	position: initial;
}

.p-interview__text {
	padding-top: 0rem;
}

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

.p-isms-policy__intro {
	font-size: 0.9375rem;
	margin-bottom: 3.75rem;
}

.p-isms-policy__policy-item {
	gap: 0.5rem;
}

.p-isms-policy__policy-number {
	font-size: 1.125rem;
}

.p-isms-policy__policy-title {
	font-size: 1rem;
}

.p-isms-policy__policy-text {
	font-size: 0.875rem;
}

.p-isms-policy__footer-date {
	margin-bottom: 1rem;
}

.p-isms-policy__footer-date time {
	font-size: 0.8125rem;
}

.p-isms-policy__footer-company {
	gap: 0.25rem;
}

.p-isms-policy__footer-company-name {
	font-size: 0.875rem;
}

.p-isms-policy__footer-representative {
	font-size: 0.8125rem;
}

.p-privacy-policy__intro {
	font-size: 0.9375rem;
	margin-bottom: 3.75rem;
}

.p-privacy-policy__policy-item {
	gap: 0.5rem;
}

.p-privacy-policy__policy-number {
	font-size: 1.125rem;
}

.p-privacy-policy__policy-title {
	font-size: 1rem;
}

.p-privacy-policy__policy-text {
	font-size: 0.875rem;
}

.p-privacy-policy__policy-info {
	padding: 1.5rem 1.625rem;
}

.p-privacy-policy__policy-info-title {
	font-size: 14px;
	line-height: 1.4;
}

.p-privacy-policy__policy-info-address {
	font-size: 0.875rem;
	line-height: 1.4;
}

.p-privacy-policy__policy-info-tel-label,
.p-privacy-policy__policy-info-email-label {
	width: 7.375rem;
}

.p-privacy-policy__policy-info-tel-link,
.p-privacy-policy__policy-info-email-link {
	font-size: 0.875rem;
}

.p-project-portfolio {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
}

.p-project-portfolio__archive {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-project-portfolio__list {
	width: 100%;
}

.p-project-portfolio__card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	width: 100%;
}

.p-project-portfolio__title {
	font-size: 1.125rem;
}

.p-project-portfolio__client {
	font-size: 0.9375rem;
}

.p-project-detail__title {
	font-size: 1.25rem;
}

.p-project-detail__info {
	padding: 2rem 1.5rem;
}

.p-project-detail__info-head {
	font-size: 1.125rem;
}

.p-project-detail__term,
.p-project-detail__desc {
	font-size: 0.875rem;
}

.p-recruit-hero__bg-wrap {
	display: none;
}

.p-recruit-hero__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-hero__wrap {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-hero__content {
	width: calc(100% - 128px);
}

.p-recruit-hero__catch svg {
	max-width: 86.5885416667vw;
}

.p-recruit-hero__sub {
	font-size: 3.3854166667vw;
}

.p-recruit-hero__lead {
	font-size: 1.125rem;
}

.p-recruit-hero__image {
	width: 65.1041666667vw;
}

.js-recruit-anime02 .p-recruit-hero__title-text {
	font-size: 1.5rem;
}

.js-recruit-anime04 {
	bottom: 2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.js-recruit-anime04 .p-recruit-hero__command-wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.js-recruit-anime04 .p-recruit-hero__command {
	font-size: 1.5rem;
}

.js-recruit-anime04 .p-recruit-hero__command-arrow {
	height: 1rem;
	width: 1rem;
}

.p-recruit-layout {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-bottom: 5rem;
}

.p-recruit-layout__side {
	height: auto;
	left: 0;
	padding-block: 4rem;
	position: relative;
	top: 0;
}

.p-recruit-layout__nav-list {
	-webkit-box-align: space-between;
	-webkit-align-items: space-between;
	    -ms-flex-align: space-between;
	        align-items: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 2rem;
	width: 100%;
}

.p-recruit-layout__nav-item {
	width: calc(50% - 1rem);
}

.p-recruit-layout__nav-link {
	border-bottom: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	color: #0346BF;
	font-size: 0.8125rem;
	line-height: 1;
	padding: 0;
	padding-bottom: 0.375rem;
	padding-right: 0.5rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-recruit-layout__nav-link::before {
	background: url(../images/common/btn_arrow_blue.svg) no-repeat center center/contain;
	content: "";
	height: 0.6875rem;
	pointer-events: none;
	position: absolute;
	right: 0rem;
	top: 0.0625rem;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	width: 0.3125rem;
}

.p-recruit-layout__nav-link.is-inverted {
	border-bottom-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
}

.p-recruit-layout__main {
	margin-left: 0;
}

.p-recruit-vision__inner {
	padding-top: 0rem;
}

.p-recruit-vision__box {
	border-radius: 0;
	margin: 0 calc(50% - 50vw);
	padding: 5rem 64px;
	width: 100vw;
}

.p-recruit-vision__catch {
	font-size: 1rem;
	text-align: justify;
}

.p-recruit-vision__title {
	font-size: 1rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
}

.p-recruit-vision__paragraph {
	font-size: 0.875rem;
}

.p-recruit-value__title-en {
	margin-bottom: 1.5rem;
	max-width: clamp(15rem, 37.3697916667vw, 17.9375rem);
}

.p-recruit-value__lead {
	text-align: justify;
}

.p-recruit-value__list {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.p-recruit-value__item {
	width: 100%;
}

.p-recruit-value__item-title {
	font-size: 1.125rem;
	padding: 0.75rem;
}

.p-recruit-value__item-wrap {
	padding: 2rem;
}

.p-recruit-value__item-img {
	max-width: 8.75rem;
}

.p-recruit-value__item-subtitle {
	font-size: 1rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
}

.p-recruit-staff {
	margin-bottom: 5rem;
	padding-block: 5rem 7.5rem;
}

.p-recruit-staff-voice__content {
	width: 100%;
}

.p-recruit-staff-voice__images > :nth-child(1) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(1).p-recruit-staff-voice__image {
	--image-width: calc(273 / 1200 * 100vw);
	--image-height: calc(273 / 1200 * 100vw);
	max-height: 17.0625rem;
	max-width: 17.0625rem;
}

.p-recruit-staff-voice__images > :nth-child(2) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(2).p-recruit-staff-voice__image {
	--image-width: calc(250 / 1200 * 100vw);
	--image-height: calc(250 / 1200 * 100vw);
	max-height: 15.625rem;
	max-width: 15.625rem;
}

.p-recruit-staff-voice__images > :nth-child(3) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(3).p-recruit-staff-voice__image {
	--image-width: calc(227 / 1200 * 100vw);
	--image-height: calc(227 / 1200 * 100vw);
	max-height: 14.1875rem;
	max-width: 14.1875rem;
}

.p-recruit-staff-voice__images > :nth-child(4) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(4).p-recruit-staff-voice__image {
	--image-width: calc(251 / 1200 * 100vw);
	--image-height: calc(251 / 1200 * 100vw);
	max-height: 15.6875rem;
	max-width: 15.6875rem;
}

.p-recruit-staff-voice__images > :nth-child(5) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(5).p-recruit-staff-voice__image {
	--image-width: calc(208 / 1200 * 100vw);
	--image-height: calc(208 / 1200 * 100vw);
	max-height: 13rem;
	max-width: 13rem;
}

.p-recruit-staff-voice__images > :nth-child(6) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(6).p-recruit-staff-voice__image {
	--image-width: calc(244 / 1200 * 100vw);
	--image-height: calc(244 / 1200 * 100vw);
	max-height: 15.25rem;
	max-width: 15.25rem;
}

.p-recruit-staff-voice__image-status {
	top: -6.5104166667vw;
	width: 13.0208333333vw;
}

.p-recruit-staff-voice__speech-bubble {
	border-radius: 1.5rem;
}

.p-recruit-staff-voice__speech-bubble {
	padding: 1rem 1.25rem;
}

.p-recruit-staff-voice__speech-name {
	font-size: 0.75rem;
}

.p-recruit-staff-voice__speech-text {
	font-size: 0.75rem;
}

.p-recruit-staff-voice__good {
	width: 4.6875rem;
}

.p-recruit-staff-voice__title-en {
	margin-bottom: 1.5rem;
	max-width: clamp(12.8125rem, 29.9479166667vw, 18.125rem);
}

.p-recruit-staff-voice__subtitle {
	font-size: 0.9375rem;
}

.p-recruit-staff__cross-talk-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0rem;
	padding: 0;
}

.p-recruit-staff__cross-talk-text-block {
	margin: auto;
	max-width: 21.25rem;
	padding: 3.25rem 1.5rem 2.8125rem;
}

.p-recruit-staff__cross-talk-en-title {
	margin: 0 auto 2rem;
}

.p-recruit-staff__cross-talk-ja-title {
	margin-bottom: 2.25rem;
	text-align: center;
}

.p-recruit-staff__cross-talk-description {
	margin-bottom: 2rem;
	text-align: center;
}

.p-recruit-staff__cross-talk-link {
	font-size: 0.875rem;
	margin: 0 auto;
	padding-inline: 0;
}

.p-recruit-staff__cross-talk-image {
	margin: 0;
	width: 100%;
}

.p-recruit-environment__inner {
	margin-bottom: 5rem;
}

.p-recruit-environment__title-en {
	margin-bottom: 1.5rem;
	max-width: clamp(13.75rem, 33.8541666667vw, 16.25rem);
}

.p-recruit-environment__lead {
	margin: 0 auto 2.5rem;
}

.p-recruit-environment__text {
	font-size: 0.875rem;
}

.p-recruit-environment__items {
	gap: 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-recruit-environment__item:nth-last-child(-n+2) {
	margin-bottom: 2rem;
}

.p-recruit-environment__heading {
	font-size: 1.125rem;
}

.p-recruit-environment__heading::before {
	top: 0.3125rem;
}

.p-recruit-environment__desc {
	font-size: 0.875rem;
}

.p-recruit-data__inner {
	margin-bottom: 5rem;
}

.p-recruit-data__title-en {
	margin-bottom: 1.5rem;
	max-width: clamp(4.6875rem, 11.71875vw, 5.625rem);
}

.p-recruit-data__subtitle {
	margin-bottom: 0.5rem;
}

.p-recruit-data__grid {
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.p-recruit-data-card__value {
	font-size: 3.75rem;
}

.p-recruit-data-card__unit {
	font-size: 1.5rem;
}

.p-recruit-data-card:nth-child(1) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(2) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(3) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(4) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(5) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(6) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(7) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(8) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(9) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(9) .p-recruit-data-card__icon {
	margin-block: 0rem;
}

.p-recruit-data-card:nth-child(10) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__icon {
	margin: 0 auto;
	max-width: 16.25rem;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__item {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__small-sub-wrap {
	margin-right: 1rem;
}

.p-recruit-data-card:nth-child(11) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(11) .p-recruit-data-card__icon {
	max-width: 16.25rem;
}

.p-recruit-data-card:nth-child(12) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(13) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(13) .p-recruit-data-card__icon {
	max-width: 15rem;
}

.p-recruit-data-card:nth-child(14) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(14) .p-recruit-data-card__icon {
	max-width: 15.75rem;
}

.p-recruit-data-card:nth-child(15) {
	grid-area: unset;
}

.p-recruit-data-card:nth-child(15) .p-recruit-data-card__icon {
	margin-block: 1.5rem;
	max-width: 14.5rem;
}

.p-recruit-data-card:nth-child(16) {
	grid-area: unset;
}

.p-recruit-data-card__label {
	font-size: 1.25rem;
}

.p-recruit-data-card--project .p-recruit-data-card__main {
	width: 100%;
}

.p-recruit-data-card--project .p-recruit-data-card__main:nth-child(1) .p-recruit-data-card__sub {
	font-size: 1rem;
}

.p-recruit-requirements__inner {
	margin-bottom: 5rem;
}

.p-recruit-requirements__title-en {
	margin-bottom: 1.5rem;
	max-width: clamp(13rem, 37.109375vw, 17.8125rem);
}

.p-recruit-requirements__tab {
	font-size: clamp(14px,3.5vw,16px);
	padding: 0.625rem 1rem;
}

.p-recruit-requirements__item {
	padding: 1.5rem 1rem;
}

.p-recruit-requirements__item::before {
	height: 0.125rem;
	right: 1rem;
	width: 1rem;
}

.p-recruit-requirements__item::after {
	height: 1rem;
	right: 1.4375rem;
	width: 0.125rem;
}

.p-recruit-requirements__role-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-recruit-requirements__role {
	font-size: 1rem;
}

.p-recruit-requirements__detail {
	padding: 1.5rem 1rem 2rem;
}

.p-recruit-requirements__description {
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}

.p-recruit-requirements__content-item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem;
}

.p-recruit-requirements__content-label-wrap {
	width: auto;
}

.p-recruit-requirements__content-label {
	font-size: 0.75rem;
	min-width: 2.5rem;
	padding: 0.25rem 0.5rem;
}

.p-recruit-requirements__casual {
	margin-bottom: 1.5rem;
}

.p-recruit-requirements__casual-title {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
}

.p-recruit-requirements__casual-text {
	font-size: 0.8125rem;
}

.p-recruit-flow__inner {
	padding-block: 5rem;
}

.p-recruit-flow__title-en {
	margin-bottom: 1.5rem;
	max-width: clamp(3.125rem, 12.890625vw, 6.1875rem);
}

.p-recruit-flow-item__head {
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.p-recruit-flow-item__number {
	font-size: 1.625rem;
	height: 3.125rem;
	width: 3.125rem;
}

.p-recruit-flow-item__body {
	padding-left: 0rem;
}

.p-recruit-flow-item__title {
	font-size: 1.25rem;
}

.p-recruit-faq__inner {
	margin-bottom: 5rem;
	padding-top: 5rem;
}

.p-recruit-faq__head {
	margin-bottom: 2rem;
}

.p-recruit-faq__title-en {
	margin-bottom: 1.5rem;
	max-width: clamp(3.125rem, 12.890625vw, 6.1875rem);
}

.p-recruit-faq__subtitle {
	margin-bottom: 3rem;
}

.p-recruit-faq__tabs {
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.p-recruit-faq__tab {
	font-size: 1rem;
	padding: 0.625rem 1rem;
}

.p-recruit-faq__content {
	margin-bottom: 2rem;
}

.p-recruit-faq__list {
	gap: 1rem;
}

.p-recruit-faq__item {
	padding: 2rem 1.5rem;
}

.p-recruit-faq__question {
	font-size: 0.9375rem;
	gap: 1.5rem;
	line-height: 1.4;
	padding-right: 1.25rem;
}

.p-recruit-faq__question::before {
	width: 0.5rem;
}

.p-recruit-faq__question-icon {
	font-size: 1.5rem;
}

.p-recruit-faq__answer {
	gap: 1.5rem;
}

.p-recruit-faq__answer-icon {
	font-size: 1.5rem;
}

.p-recruit-faq__answer-text {
	font-size: 0.9375rem;
	line-height: 1.4;
}

.p-recruit-message__content-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-recruit-message__content {
	width: 100%;
}

.p-recruit-message__title-en {
	margin-bottom: 1.5rem;
	max-width: clamp(7.8125rem, 21.484375vw, 10.3125rem);
}

.p-recruit-message__subtitle {
	text-align: center;
}

.p-recruit-message__image {
	width: 100%;
}

.js-lottie-animation {
	width: 130vw;
}

.js-lottie-animation svg {
	height: 135svh !important;
}

.p-top-hero__catch-inner {
	-webkit-transform: translateY(-1.5625rem);
	        transform: translateY(-1.5625rem);
	width: 100%;
}

.p-top-hero__top {
	padding: 2.5rem 64px;
}

.p-top-hero__bg01 {
	bottom: 9.375vw;
	left: -3.125vw;
	width: 20.3125vw;
}

.p-top-hero__bg02 {
	right: -9.7435897436vw;
	top: 5rem;
	width: 25.5208333333vw;
}

.p-top-hero__bg03 {
	bottom: 0;
	right: -7.03125vw;
	width: 27.2135416667vw;
}

.p-top-hero__catch {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-hero__text img {
	width: 45.5729166667vw;
}

.p-top-hero__highlight {
	-webkit-transform: translateY(0rem);
	        transform: translateY(0rem);
}

.p-top-hero__highlight video,
.p-top-hero__highlight img {
	width: 52.0833333333vw;
}

.p-top-hero__highlight {
	margin-left: auto;
}

.p-top-hero__sub {
	font-size: 1.625rem;
	margin: 0 auto;
}

.p-top-hero__sub--sp {
	font-size: 3.3854166667vw;
	margin: 0 auto;
}

.p-top-hero__bottom-header {
	padding-top: 2rem;
}

.p-top-business-field__list-wrap {
	width: 100%;
}

.p-top-business-field__button {
	margin: 0 auto;
}

.p-top-business-field__image-wrap {
	display: none;
}

.p-top-projects__header {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-bottom: 1.5rem;
}

.p-top-projects__category-wrap {
	width: 100%;
}

.p-top-projects__card {
	width: 19.3125rem;
}

.p-top-projects__more-button {
	margin-left: 5.875rem;
}

.p-top-recruit__hero-content {
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
	width: 44.53125vw;
}

.p-top-recruit__hero-title-en {
	font-size: 3.125rem;
	max-width: 100%;
	overflow: hidden;
	white-space: normal;
}

.p-top-recruit__hero-title-en svg {
	max-width: 100%;
	width: auto;
}

.p-top-recruit__hero-title-ja {
	font-size: 1rem;
}

.p-top-recruit__hero-text {
	font-size: 0.9375rem;
}

.p-top-recruit__hero-image {
	width: 59.6354166667vw;
}

.p-top-recruit__cross-talk-bg::before {
	height: 15.625rem;
	left: 0px;
	top: 40%;
	width: 8%;
}

.p-top-recruit__cross-talk-bg::after {
	height: 13.125rem;
	right: 0;
	top: 84%;
	width: 5.625rem;
}

.p-top-recruit__cross-talk-box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	padding: 0;
}

.p-top-recruit__cross-talk-text-block {
	margin: auto;
	max-width: 21.25rem;
	padding: 3.25rem 1.5rem 2.8125rem;
}

.p-top-recruit__cross-talk-en-title {
	margin: 0 auto 2rem;
}

.p-top-recruit__cross-talk-ja-title {
	margin-bottom: 2rem;
	text-align: center;
}

.p-top-recruit__cross-talk-description {
	margin-bottom: 1.25rem;
	text-align: center;
}

.p-top-recruit__cross-talk-link {
	margin: 0 auto;
}

.p-top-recruit__cross-talk-image {
	margin: 0;
	width: 100%;
}

.p-top-group__list--domestic {
	gap: 0.5rem;
}

.p-top-group__list--domestic .p-top-group__item {
	width: calc((100% - 0.5rem) / 2);
}

.p-top-group__item-overseas {
	width: 100%;
}

.p-who-message__inner {
	margin-bottom: 6.25rem;
	margin-top: 5rem;
	width: auto;
	width: initial;
}

.p-who-message__catch {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 75%;
}

.p-who-message__lead {
	width: 45.5729166667vw;
}

.p-who-message__highlight {
	margin-left: auto;
}

.p-who-message__highlight svg {
	width: 39.0625vw;
}

.p-who-message__sublead {
	font-size: 3.6458333333vw;
	margin: 0 auto;
	margin-bottom: 4rem;
	text-align: center;
}

.p-who-message__text-block {
	gap: 1rem;
}

.p-who-message__text-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.p-who-message__text-group::after {
	content: none;
}

.p-who-message__text {
	font-size: 1rem;
	margin: 0 auto;
	text-align: center;
}

.p-who-message__text::after {
	background: -webkit-gradient(linear, left top, right top, from(#999999), color-stop(7%, #ffffff), to(#999999));
	background: linear-gradient(to right, #999999 0%, #ffffff 7%, #999999 100%);
	bottom: 0rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-who-promise__inner {
	margin-bottom: 6.25rem;
}

.p-who-promise__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
}

.p-who-promise__list {
	width: 100%;
}

.p-who-promise__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-block: 2rem;
}

.p-who-promise__number {
	text-align: center;
}

.p-who-promise__lead {
	font-size: clamp(1.25rem, 3.3854166667vw, 1.625rem);
	text-align: center;
}

.p-who-history__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
}

.p-who-history__heading {
	margin-bottom: 5rem;
}

.p-who-history__timeline {
	margin-left: 0.375rem;
	margin-top: 0;
	max-width: none;
	max-width: initial;
	padding-left: 2.1875rem;
	width: 100%;
}

.p-who-history__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-who-history__item::before {
	height: 0.75rem;
	left: -2.5rem;
	width: 0.75rem;
}

.p-who-history__item::before {
	top: 0.625rem;
}

.p-who-history__item:last-of-type {
	margin-bottom: 0;
}

.p-who-history__date {
	font-size: 2.25rem;
}

.p-who-history__label {
	font-size: 1.125rem;
	margin-top: 0.125rem;
}

.p-who-history__summary {
	margin-top: 2.5rem;
	padding: 3rem;
}

.p-who-history__link {
	height: 3.3125rem;
	max-width: 18.375rem;
	width: 100%;
}

.u-hidden-pc {
	display: block;
}

.u-hidden-pc-ib {
	display: inline-block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp-ib {
	display: none;
}

.u-hidden-pc-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-f {
	display: none;
}

}

@media (max-width: 768px) {

.p-recruit-vision__circle {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-vision__circle-item--left,
.p-recruit-vision__circle-item--right {
	margin: 0 0 1.5rem 0;
}

.p-recruit-vision__circle-center {
	margin-bottom: 1.5rem;
}

.p-recruit-staff-voice__image {
	height: 30vw;
	width: 30vw;
}

}

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

.l-footer__bg02 {
	right: 0;
}

.l-footer__nav {
	width: 100%;
}

.l-footer__logo {
	font-size: 2.25rem;
}

.l-footer__sns {
	gap: 1rem;
}

.l-header__mobile-content {
	padding: 8rem 24px 1.5rem 24px;
}

.l-header__nav-list--mobile {
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	margin-bottom: 5.8125rem;
}

.l-header__nav-item--mobile > a {
	font-size: 1rem;
}

.l-inner {
	padding-left: clamp(1rem, 6.4vw, 1.5rem);
	padding-right: clamp(1rem, 6.4vw, 1.5rem);
}

.c-btn.c-btn--recruit {
	background-image: url("../images/common/recruit_btn_bg_sp.png");
	height: 4.25rem;
	padding: 1.1875rem 1.5rem;
	width: 8.375rem;
}

.c-btn.c-btn--recruit .c-btn__text-en {
	font-size: 0.625rem;
}

.c-btn.c-btn--recruit .c-btn__text-ja {
	font-size: 0.875rem;
}

.c-btn.c-btn--recruit::before {
	height: 0.625rem;
	right: 1.5rem;
	width: 0.3125rem;
}

.c-entry__inner {
	padding-top: 6.25rem;
}

.c-entry__label {
	padding: 1.5rem 0.875rem 1.5rem 1.125rem;
	width: calc(100vw - 2rem);
}

.c-entry__lead {
	font-size: 4.1025641026vw;
}

.c-entry__title {
	font-size: 10.2564102564vw;
}

.c-entry__bg-text {
	font-size: 28.2051282051vw;
}

.c-entry__bg-container {
	margin-top: -1.875rem;
}

.c-fixed-recruit-button {
	bottom: 1rem;
	right: 1rem;
}

.c-footer__bg {
	bottom: -8.9375rem;
	height: 11.75rem;
}

.c-footer__bg01 {
	bottom: 1.75rem;
}

.c-footer__bg02 {
	bottom: 0rem;
}

.c-form__steps {
	margin-bottom: 4.125rem;
}

.c-form__step-list {
	gap: 1.625rem;
}

.c-form__step-item:not(:first-child)::before {
	left: -1.3125rem;
	width: 1rem;
}

.c-form__note {
	font-size: 0.875rem;
	margin-bottom: 0.875rem;
}

.c-form__input,
.c-form__textarea {
	font-size: 0.875rem;
	padding: 0.875rem;
}

.c-form__radio-list {
	gap: 1rem;
}

.c-form__radio-list label {
	gap: 0.375rem;
}

.c-form__upload-label {
	margin-bottom: 0.75rem;
}

.c-heading02 {
	font-size: 1.5rem;
}

.c-heading04--lead {
	font-size: 0.9375rem;
}

.c-page-header__bg-line {
	left: 78%;
}

.c-page-header__subtitle {
	font-size: 0.875rem;
}

.c-page-header__title {
	font-size: 10.2564102564vw;
}

.c-page-header__breadcrumb {
	font-size: 0.75rem;
	margin-bottom: 0.75rem;
}

.page-header-light-dot {
	-webkit-filter: blur(0.0625rem);
	        filter: blur(0.0625rem);
	height: 0.75rem;
	width: 0.75rem;
}

.p-404__title {
	font-size: 1.25rem;
}

.p-service__item {
	margin-bottom: 3rem;
}

.p-service__image {
	margin-bottom: 1rem;
	padding: 0.5rem;
}

.p-service__content {
	padding-inline: 0.5625rem;
}

.p-service__content-head {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.p-service__title {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

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

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

.p-service__link {
	font-size: 0.875rem;
	margin-top: 2rem;
}

.p-company-greeting__text {
	font-size: 0.875rem;
}

.p-company-info__inner {
	padding-block: 5rem;
}

.p-company-info__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}

.p-company-info__term {
	width: 100%;
}

.p-company-info__address-text {
	font-size: 0.8125rem;
}

.p-crosstalk__inner {
	padding-top: 7.1875rem;
}

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

.p-crosstalk__title {
	font-size: 4rem;
}

.c-page-header__breadcrumb--crosstalk {
	margin-top: 3rem;
}

.p-crosstalk__member-image {
	height: 5rem;
	width: 5rem;
}

.p-interview__wrap {
	padding-inline: 24px;
}

.p-interview__lead {
	font-size: 1.375rem;
}

.p-interview__question-number {
	font-size: 0.9375rem;
}

.p-interview__question {
	font-size: 0.9375rem;
	padding-left: 1.25rem;
}

.p-interview__question::before {
	top: 0.875rem;
	width: 0.75rem;
}

.p-privacy-policy__policy-info {
	padding: 1.5rem 1.25rem;
}

.p-project-portfolio__client {
	font-size: 0.875rem;
}

.p-project-portfolio__img {
	max-width: 7.5rem;
}

.p-project-detail__button {
	margin: 0;
	margin-top: 3.5rem;
}

.p-recruit-hero__content {
	width: 100%;
}

.p-recruit-hero__catch {
	margin-bottom: 1.6875rem;
}

.p-recruit-hero__catch svg {
	max-width: 74.8717948718vw;
}

.p-recruit-hero__sub {
	font-size: 5.641025641vw;
}

.p-recruit-hero__image {
	width: 100vw;
}

.js-recruit-anime04 {
	bottom: 4.4755244755vh;
}

.p-recruit-layout__main {
	margin-left: 0;
}

.p-recruit-vision__box {
	padding: 4rem 24px;
}

.p-recruit-vision__catch {
	font-size: 0.9375rem;
}

.p-recruit-vision__circle {
	padding-inline: 0rem;
}

.p-recruit-value__title-en {
	margin-bottom: 1.125rem;
	max-width: 15rem;
}

.p-recruit-value__item {
	margin: 0 auto;
	width: 94%;
}

.p-recruit-value__item-img {
	max-width: 7.5rem;
}

.p-recruit-staff {
	padding-block: 20.2564102564vw 35.8974358974vw;
}

.p-recruit-staff-voice__content {
	height: 238.9743589744vw;
	width: 100%;
}

.p-recruit-staff-voice__bg {
	aspect-ratio: initial;
	height: 238.9743589744vw;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 238.9743589744vw;
}

.p-recruit-staff-voice__images > :nth-child(1) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(1).p-recruit-staff-voice__image {
	--image-width: calc(156 / 390 * 100vw);
	--image-height: calc(156 / 390 * 100vw);
	max-height: 9.75rem;
	max-width: 9.75rem;
}

.p-recruit-staff-voice__images > :nth-child(2) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(2).p-recruit-staff-voice__image {
	--image-width: calc(170 / 390 * 100vw);
	--image-height: calc(170 / 390 * 100vw);
	max-height: 10.625rem;
	max-width: 10.625rem;
}

.p-recruit-staff-voice__images > :nth-child(3) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(3).p-recruit-staff-voice__image {
	--image-width: calc(169 / 390 * 100vw);
	--image-height: calc(169 / 390 * 100vw);
	max-height: 10.5625rem;
	max-width: 10.5625rem;
}

.p-recruit-staff-voice__images > :nth-child(4) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(4).p-recruit-staff-voice__image {
	--image-width: calc(242 / 390 * 100vw);
	--image-height: calc(242 / 390 * 100vw);
	max-height: 15.125rem;
	max-width: 15.125rem;
}

.p-recruit-staff-voice__images > :nth-child(5) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(5).p-recruit-staff-voice__image {
	--image-width: calc(169 / 390 * 100vw);
	--image-height: calc(169 / 390 * 100vw);
	max-height: 10.5625rem;
	max-width: 10.5625rem;
}

.p-recruit-staff-voice__images > :nth-child(6) .p-recruit-staff-voice__image,
.p-recruit-staff-voice__images > :nth-child(6).p-recruit-staff-voice__image {
	--image-width: calc(178 / 390 * 100vw);
	--image-height: calc(178 / 390 * 100vw);
	max-height: 11.125rem;
	max-width: 11.125rem;
}

.p-recruit-staff-voice__image-status {
	top: -12.8205128205vw;
	width: 25.641025641vw;
}

.p-recruit-staff-voice__speech-bubble {
	width: calc(100vw - 3rem);
}

.p-recruit-staff-voice__speech-bubble::before {
	background: url(../images/recruitment/bubble_arrow_sp.svg) no-repeat center center/contain;
}

.p-recruit-staff-voice__speech-bubble.is-visible {
	-webkit-transform: translateY(3.125rem);
	        transform: translateY(3.125rem);
}

.js-voice-img01 .p-recruit-staff-voice__speech-bubble,
.js-voice-img06 .p-recruit-staff-voice__speech-bubble {
	left: calc(100% - 9.375rem + 2.75rem);
}

.js-voice-img01 .p-recruit-staff-voice__speech-bubble::before,
.js-voice-img06 .p-recruit-staff-voice__speech-bubble::before {
	left: 2rem;
	top: -2rem;
	-webkit-transform: rotate(180deg) scaleY(-1);
	        transform: rotate(180deg) scaleY(-1);
}

.js-voice-img06 .p-recruit-staff-voice__speech-bubble {
	top: -21.25rem;
}

.js-voice-img06 .p-recruit-staff-voice__speech-bubble::before {
	bottom: -2rem;
	top: auto;
	top: initial;
	-webkit-transform: rotate(-180deg) scaleY(1);
	        transform: rotate(-180deg) scaleY(1);
}

.js-voice-img03 .p-recruit-staff-voice__speech-bubble {
	right: 100%;
	right: calc(100% - 9.375rem + 2.75rem);
}

.js-voice-img03 .p-recruit-staff-voice__speech-bubble::before {
	right: 2rem;
	top: -2rem;
	-webkit-transform: rotate(180deg) scaleY(-1);
	        transform: rotate(180deg) scaleY(-1);
}

.p-recruit-staff-voice__text {
	top: 18.7179487179vw;
}

.p-recruit-staff-voice__good {
	width: 23.2051282051vw;
}

.p-recruit-staff-voice__title-en {
	margin-bottom: 1.125rem;
	width: 12.8125rem;
}

.p-recruit-staff-voice__subtitle {
	font-size: 3.8461538462vw;
}

.p-recruit-staff__cross-talk-en-title {
	max-width: 12.8125rem;
}

.p-recruit-environment__title-en {
	margin-bottom: 1.125rem;
	max-width: 13.75rem;
}

.p-recruit-environment__item {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.p-recruit-environment__heading {
	font-size: 1rem;
}

.p-recruit-environment__heading::before {
	top: 0.25rem;
}

.p-recruit-data__title-en {
	margin-bottom: 1.125rem;
	max-width: 4.6875rem;
}

.p-recruit-data__subtitle {
	margin-bottom: 0.5rem;
}

.p-recruit-data__grid {
	gap: 1rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-recruit-data-card__unit {
	font-size: 1.25rem;
}

.p-recruit-requirements__title-en {
	margin-bottom: 1.125rem;
	max-width: 13rem;
}

.p-recruit-requirements__tab {
	font-size: 0.875rem;
	padding: 0.625rem 0.5rem;
}

.p-recruit-flow__title-en {
	margin-bottom: 1.125rem;
	max-width: 4.375rem;
}

.p-recruit-flow-item__number {
	font-size: 1.5rem;
	height: 2.5rem;
	width: 2.5rem;
}

.p-recruit-flow-item__title {
	font-size: 1.125rem;
}

.p-recruit-faq__title-en {
	margin-bottom: 1.125rem;
	max-width: 3.125rem;
}

.p-recruit-faq__tab {
	font-size: 0.875rem;
	padding: 0.625rem 1rem;
}

.p-recruit-faq__question {
	gap: 0.625rem;
	padding-right: 1.0625rem;
}

.p-recruit-faq__question::before {
	width: 0.3125rem;
}

.p-recruit-faq__question-icon {
	font-size: 1.25rem;
}

.p-recruit-faq__answer {
	gap: 0.625rem;
}

.p-recruit-faq__answer-icon {
	font-size: 1.25rem;
}

.p-recruit-message__title-en {
	margin: 0 auto 1.125rem;
	max-width: 7.8125rem;
	text-align: center;
}

.js-lottie-animation svg {
	height: 135svh !important;
}

.p-top-hero__top {
	padding: 2.5rem 24px;
}

.p-top-hero__bg01 {
	bottom: 25.641025641vw;
	left: -1.0256410256vw;
	width: 25.1282051282vw;
}

.p-top-hero__bg02 {
	right: 0vw;
	top: 6.125rem;
	width: 33.8461538462vw;
}

.p-top-hero__bg03 {
	bottom: -3.8461538462vw;
	right: 4.1025641026vw;
	width: 34.358974359vw;
}

.p-top-hero__text {
	margin-bottom: 0.25rem;
}

.p-top-hero__text img {
	width: 71.0256410256vw;
}

.p-top-hero__highlight {
	-webkit-transform: translate(1.5625rem, 0rem);
	        transform: translate(1.5625rem, 0rem);
}

.p-top-hero__highlight video,
.p-top-hero__highlight img {
	width: 69.2307692308vw;
}

.p-top-hero__sub {
	font-size: 1.1875rem;
}

.p-top-hero__sub--sp {
	font-size: 4.8717948718vw;
}

.p-top-hero__bottom-header {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-top-business-field__link {
	padding: 1.5rem 0.75rem;
}

.p-top-business-field__link::before {
	height: 0.75rem;
	right: 1rem;
	width: 0.4375rem;
}

.p-top-business-field__link-title {
	font-size: 1rem;
}

.p-top-projects__more-button {
	margin: 0 auto;
}

.p-top-recruit__hero {
	padding-block: 5rem 5.125rem;
}

.p-top-recruit__hero-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.25rem;
	margin-right: 0;
}

.p-top-recruit__hero-content {
	width: 100%;
}

.p-top-recruit__hero-title-en {
	letter-spacing: -0.05em;
	max-width: 100%;
	overflow: hidden;
	white-space: normal;
}

.p-top-recruit__hero-title-en svg {
	max-width: 100%;
	width: auto;
}

.p-top-recruit__hero-image {
	margin-left: 0;
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.p-top-recruit__cross-talk-bg::before {
	height: 50vw;
	top: -4%;
	width: 11vw;
}

.p-top-recruit__cross-talk-bg::after {
	height: 27%;
	top: 88%;
	width: 14%;
}

.p-top-recruit__cross-talk-en-title {
	max-width: 12.8125rem;
}

.p-top-group__inner {
	padding-block: 5rem;
}

.p-top-group__list--overseas {
	gap: 1.25rem;
}

.p-top-group__item-overseas {
	font-size: 1rem;
}

.p-who-message__inner {
	margin-bottom: 5rem;
	margin-top: 4rem;
	width: auto;
	width: initial;
}

.p-who-message__catch {
	width: 100%;
}

.p-who-message__lead {
	width: 75.641025641vw;
}

.p-who-message__highlight svg {
	width: 57.9487179487vw;
}

.p-who-message__sublead {
	font-size: 5.1282051282vw;
	margin-bottom: 3rem;
}

.p-who-message__text-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}

.p-who-message__text {
	-webkit-font-feature-settings: "patl";
	        font-feature-settings: "patl";
	font-size: 3.7692307692vw;
}

.p-who-promise__inner {
	margin-bottom: 5rem;
}

.p-who-promise__item {
	gap: 0.75rem;
	padding-block: 1.5rem;
}

.p-who-promise__lead {
	font-size: 5vw;
}

.p-who-promise__text {
	font-size: 0.875rem;
}

.p-who-history__heading {
	margin-bottom: 2.5rem;
}

.p-who-history__item {
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.p-who-history__date {
	font-size: 1.75rem;
}

.p-who-history__label {
	font-size: 1rem;
	margin-bottom: 0.75rem;
	margin-top: 0;
}

.p-who-history__text {
	font-size: 0.875rem;
}

.p-who-history__text::before {
	top: 0.6875rem;
}

.p-who-history__summary {
	margin-top: 2.125rem;
	padding: 2.5rem 1.5rem;
}

.p-who-history__summary-text {
	font-size: 0.9375rem;
}

.p-who-history__link {
	width: auto;
	width: initial;
}

.u-hidden-pc-sm {
	display: block;
}

.u-hidden-sm {
	display: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

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

.c-form__step-text {
	font-size: 0.75rem;
}

.p-recruit-data-card:nth-child(10) .p-recruit-data-card__icon svg {
	max-width: 80%;
}

}

@-webkit-keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@keyframes infinity-scroll-left {

from {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

to {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-webkit-keyframes infinity-scroll-right {

from {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

to {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@keyframes infinity-scroll-right {

from {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

to {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes spin {

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

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

}

@keyframes spin {

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

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

}

@-webkit-keyframes slideLeftHighlight {

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

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

}

@keyframes slideLeftHighlight {

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

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

}

@-webkit-keyframes blink {

0%,50% {
	opacity: 1;
}

51%,100% {
	opacity: 0;
}

}

@keyframes blink {

0%,50% {
	opacity: 1;
}

51%,100% {
	opacity: 0;
}

}

@-webkit-keyframes command-arrow-loop {

0% {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

50% {
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}

100% {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

}

@keyframes command-arrow-loop {

0% {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

50% {
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}

100% {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

}

@-webkit-keyframes logoFadeIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(3.125rem);
	        transform: translateY(3.125rem);
}

50% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

80% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

100% {
	opacity: 0;
	-webkit-transform: translateY(-3.125rem);
	        transform: translateY(-3.125rem);
}

}

@keyframes logoFadeIn {

0% {
	opacity: 0;
	-webkit-transform: translateY(3.125rem);
	        transform: translateY(3.125rem);
}

50% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

80% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

100% {
	opacity: 0;
	-webkit-transform: translateY(-3.125rem);
	        transform: translateY(-3.125rem);
}

}

@-webkit-keyframes slideWriting {

0% {
	opacity: 0;
	-webkit-transform: translateX(-20px) scale(0.8);
	        transform: translateX(-20px) scale(0.8);
}

50% {
	opacity: 0.7;
	-webkit-transform: translateX(-5px) scale(0.95);
	        transform: translateX(-5px) scale(0.95);
}

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

}

@keyframes slideWriting {

0% {
	opacity: 0;
	-webkit-transform: translateX(-20px) scale(0.8);
	        transform: translateX(-20px) scale(0.8);
}

50% {
	opacity: 0.7;
	-webkit-transform: translateX(-5px) scale(0.95);
	        transform: translateX(-5px) scale(0.95);
}

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

}

@keyframes slideLeftHighlight {

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

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

}

