/********************************
* インナー / 余白含む
********************************/

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

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

html {
	font-size: 16px;
}

body {
	color: #232323;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	z-index: 1000;
}

/* link */

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

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

/* img */

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

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

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

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

/* 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) */

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

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

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

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

hr {
	border-top-width: 1px;
	-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;
}

.js-accordion-summary {
	cursor: pointer;
}

[data-fade-children] > * {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-fv] {
	opacity: 0 !important;
	visibility: hidden !important;
	will-change: opacity, transform, visibility;
}

[data-fv][data-fv=up] {
	-webkit-transform: translateY(40px);
	        transform: translateY(40px);
}

[data-fv][data-fv=down] {
	-webkit-transform: translateY(-40px);
	        transform: translateY(-40px);
}

[data-fv][data-fv=left] {
	-webkit-transform: translateX(40px);
	        transform: translateX(40px);
}

[data-fv][data-fv=right] {
	-webkit-transform: translateX(-40px);
	        transform: translateX(-40px);
}

[data-fv][data-fv=scale] {
	-webkit-transform: scale(0.9);
	        transform: scale(0.9);
}

[data-fv][data-fv=scale-up] {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

[data-fv].is-fv-animated {
	opacity: 1 !important;
	-webkit-transform: translate(0, 0) scale(1) !important;
	        transform: translate(0, 0) scale(1) !important;
	-webkit-transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s;
	transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	visibility: visible !important;
}

[data-fade=none] {
	opacity: 1;
}

[data-fade-children] > *.is-visible {
	opacity: 1 !important;
	-webkit-transform: translateY(0) !important;
	        transform: translateY(0) !important;
}

[data-fade] {
	opacity: 0;
}

[data-fade][data-fade=up] {
	-webkit-transform: translateY(40px);
	        transform: translateY(40px);
}

[data-fade][data-fade=down] {
	-webkit-transform: translateY(-40px);
	        transform: translateY(-40px);
}

[data-fade][data-fade=left] {
	-webkit-transform: translateX(40px);
	        transform: translateX(40px);
}

[data-fade][data-fade=right] {
	-webkit-transform: translateX(-40px);
	        transform: translateX(-40px);
}

[data-fade][data-fade=scale] {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

.p-company__download-box-bg-txt[data-fade] {
	opacity: 0.2;
}

.p-about__team-bg-txt[data-fade] {
	opacity: 1;
}

.js-fade {
	opacity: 0;
	-webkit-transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
	will-change: opacity, transform;
}

.js-fade.js-fade-up {
	-webkit-transform: translateY(40px);
	        transform: translateY(40px);
}

.js-fade.js-fade-down {
	-webkit-transform: translateY(-40px);
	        transform: translateY(-40px);
}

.js-fade.js-fade-left {
	-webkit-transform: translateX(40px);
	        transform: translateX(40px);
}

.js-fade.js-fade-right {
	-webkit-transform: translateX(-40px);
	        transform: translateX(-40px);
}

.js-fade.js-fade-scale {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

.js-fade.js-fade-blur {
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	-webkit-transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), filter 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), filter 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.js-fade.is-visible {
	-webkit-filter: blur(0);
	        filter: blur(0);
	opacity: 1;
	-webkit-transform: translate(0, 0) scale(1);
	        transform: translate(0, 0) scale(1);
}

.js-fade-delay-1 {
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

.js-fade-delay-2 {
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.js-fade-delay-3 {
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.js-fade-delay-4 {
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}

.js-fade-delay-5 {
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}

.js-fade-delay-6 {
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}

.js-fade-delay-7 {
	-webkit-transition-delay: 0.7s;
	        transition-delay: 0.7s;
}

.js-fade-delay-8 {
	-webkit-transition-delay: 0.8s;
	        transition-delay: 0.8s;
}

.js-fade-delay-9 {
	-webkit-transition-delay: 0.9s;
	        transition-delay: 0.9s;
}

.js-fade-delay-10 {
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}

.js-parallax-fade {
	opacity: 0;
	-webkit-transform: translateY(60px) scale(0.98);
	        transform: translateY(60px) scale(0.98);
	-webkit-transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-parallax-fade.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	        transform: translateY(0) scale(1);
}

.js-text-fade .char {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	-webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.js-text-fade.is-visible .char {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.js-text-fade.is-visible .char:nth-child(1) {
	-webkit-transition-delay: 0.03s;
	        transition-delay: 0.03s;
}

.js-text-fade.is-visible .char:nth-child(2) {
	-webkit-transition-delay: 0.06s;
	        transition-delay: 0.06s;
}

.js-text-fade.is-visible .char:nth-child(3) {
	-webkit-transition-delay: 0.09s;
	        transition-delay: 0.09s;
}

.js-text-fade.is-visible .char:nth-child(4) {
	-webkit-transition-delay: 0.12s;
	        transition-delay: 0.12s;
}

.js-text-fade.is-visible .char:nth-child(5) {
	-webkit-transition-delay: 0.15s;
	        transition-delay: 0.15s;
}

.js-text-fade.is-visible .char:nth-child(6) {
	-webkit-transition-delay: 0.18s;
	        transition-delay: 0.18s;
}

.js-text-fade.is-visible .char:nth-child(7) {
	-webkit-transition-delay: 0.21s;
	        transition-delay: 0.21s;
}

.js-text-fade.is-visible .char:nth-child(8) {
	-webkit-transition-delay: 0.24s;
	        transition-delay: 0.24s;
}

.js-text-fade.is-visible .char:nth-child(9) {
	-webkit-transition-delay: 0.27s;
	        transition-delay: 0.27s;
}

.js-text-fade.is-visible .char:nth-child(10) {
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.js-text-fade.is-visible .char:nth-child(11) {
	-webkit-transition-delay: 0.33s;
	        transition-delay: 0.33s;
}

.js-text-fade.is-visible .char:nth-child(12) {
	-webkit-transition-delay: 0.36s;
	        transition-delay: 0.36s;
}

.js-text-fade.is-visible .char:nth-child(13) {
	-webkit-transition-delay: 0.39s;
	        transition-delay: 0.39s;
}

.js-text-fade.is-visible .char:nth-child(14) {
	-webkit-transition-delay: 0.42s;
	        transition-delay: 0.42s;
}

.js-text-fade.is-visible .char:nth-child(15) {
	-webkit-transition-delay: 0.45s;
	        transition-delay: 0.45s;
}

.js-text-fade.is-visible .char:nth-child(16) {
	-webkit-transition-delay: 0.48s;
	        transition-delay: 0.48s;
}

.js-text-fade.is-visible .char:nth-child(17) {
	-webkit-transition-delay: 0.51s;
	        transition-delay: 0.51s;
}

.js-text-fade.is-visible .char:nth-child(18) {
	-webkit-transition-delay: 0.54s;
	        transition-delay: 0.54s;
}

.js-text-fade.is-visible .char:nth-child(19) {
	-webkit-transition-delay: 0.57s;
	        transition-delay: 0.57s;
}

.js-text-fade.is-visible .char:nth-child(20) {
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}

.c-ttl .c-ttl-ja {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
}

.c-ttl .c-ttl-en {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}

.c-ttl-sec {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	        transform: translateX(-20px);
}

.c-ttl-sec::before {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	        transform-origin: left;
}

.c-ttl.is-animated .c-ttl-ja {
	-webkit-animation: fadeInUp 0.6s ease-out forwards;
	        animation: fadeInUp 0.6s ease-out forwards;
}

.c-ttl.is-animated .c-ttl-en {
	-webkit-animation: fadeInUp 0.8s ease-out 0.2s forwards;
	        animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.c-ttl-sec.is-animated {
	-webkit-animation: fadeInLeft 0.6s ease-out forwards;
	        animation: fadeInLeft 0.6s ease-out forwards;
}

.c-ttl-sec.is-animated::before {
	-webkit-animation: scaleInX 0.5s ease-out 0.3s forwards;
	        animation: scaleInX 0.5s ease-out 0.3s forwards;
}

.c-kv__ttl .c-kv__ttl-ja {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
}

.c-kv__ttl .c-kv__ttl-en {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}

.c-kv__ttl.is-animated .c-kv__ttl-ja {
	-webkit-animation: fadeInUp 0.6s ease-out forwards;
	        animation: fadeInUp 0.6s ease-out forwards;
}

.c-kv__ttl.is-animated .c-kv__ttl-en {
	-webkit-animation: fadeInUp 0.8s ease-out 0.2s forwards;
	        animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.p-fv__content-main-catch span {
	display: inline-block;
}

.p-fv__content-main-catch span[data-fade=up] {
	opacity: 0;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
}

.p-fv__content-main-catch span[data-fade=up].is-visible {
	-webkit-animation: catchFadeIn 0.5s ease-out forwards;
	        animation: catchFadeIn 0.5s ease-out forwards;
}

.l-inner {
	margin: 0 auto;
	max-width: 1294px;
	padding-left: 47px;
	padding-right: 47px;
	width: 100%;
}

.l-inner.l-inner--narrow {
	max-width: 994px;
}

.l-outer {
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 47px;
	padding-right: 47px;
	width: 100%;
}

.c-base {
	padding-block: 3.3125rem 3.75rem;
	position: relative;
}

.c-base__bg-txt {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 8.5625rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 47px;
	top: -0.9375rem;
}

.c-base__bg-txt.c-base__bg-txt--gray {
	color: #F5F5F5;
}

.c-base__bg-txt.c-base__bg-txt--mt {
	top: -4.375rem;
}

.c-base__bg-txt.c-base__bg-txt--op5p {
	opacity: 0.05;
}

.c-base__ttl {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 1rem;
}

.c-base__txt {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5625;
	margin-top: 1rem;
}

.c-base__txt.c-base__txt--high {
	margin-top: 1.875rem;
}

.c-box {
	background: #F5F5F5;
	border-radius: 3.125rem;
	padding: 3.5rem 2.75rem 2.75rem 3rem;
	position: relative;
}

.c-box__txt {
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8111111111;
	margin-top: 3.375rem;
}

.c-box__bottom {
	-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-top: 48px;
}

.c-box__bottom-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
}

.c-box__bottom-list.c-box__bottom-list--comapany .c-box__bottom-list-item {
	background: #FF0000;
}

.c-box__bottom-list-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #009EE0;
	border-radius: 1.8125rem;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	height: 3.125rem;
	line-height: 1.8111111111;
	padding-inline: 3.375rem 1.625rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-box__bottom-list-item::before {
	background: url("../images/top/list-icon@2x.png") no-repeat center center/cover;
	content: "";
	height: 1.9375rem;
	left: 0.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.9375rem;
}

.c-box__story {
	background: url("../images/common/bg-story@2x.jpg") no-repeat center center/cover;
	border-radius: 3.125rem;
	padding: 6.25rem 4.6875rem 5rem;
	position: relative;
	width: 100%;
}

.c-box__story-bg-ttl {
	color: rgba(245, 245, 245, 0.1);
	font-family: "Inter", sans-serif;
	font-size: 8.5625rem;
	font-style: normal;
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 2.875rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.c-box__story-ttl {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 2.0625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4424242424;
}

.c-box__story-txt {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.2222222222;
	margin-top: 5.5rem;
}

.c-box__story-txt-bottom {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.2222222222;
	margin-top: 1.75rem;
	padding-left: 3.25rem;
	position: relative;
}

.c-box__story-txt-bottom::before {
	background: #FFF;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.5rem;
}

.c-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 6px;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 4.5333333333;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 10.875rem;
}

.c-btn::before {
	background: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	        transform-origin: left;
	-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: 100%;
	z-index: -1;
}

.c-btn span {
	position: relative;
	-webkit-transform: translateX(-0.5rem);
	        transform: translateX(-0.5rem);
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.c-btn span::after {
	background: url("../images/common/btn-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: -1.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: opacity 0.2s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.2s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.2s ease, filter 0.3s ease;
	transition: opacity 0.2s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
	width: 1.25rem;
}

.c-btn.c-btn--fit {
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	padding-inline: 3rem;
	width: 100%;
}

.c-btn.c-btn--blue::before {
	background: #009EE0;
}

.c-btn.c-btn--red::before {
	background: #FF0000;
}

.c-btn__box {
	margin-top: 1.75rem;
	position: relative;
	z-index: 1;
}

.c-btn-hover-effect,
.p-fv__content-nav-link {
	-webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-btn-hover-effect:hover,
.p-fv__content-nav-link:hover {
	background: #222 !important;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}

.c-btn-hover-effect:hover span,
.p-fv__content-nav-link:hover span,
.c-btn-hover-effect:hover div,
.p-fv__content-nav-link:hover div,
.c-btn-hover-effect:hover,
.p-fv__content-nav-link:hover {
	-webkit-animation: notionHover 0.3s ease;
	        animation: notionHover 0.3s ease;
}

.c-btn-circle {
	background: #000;
	border-radius: 100vmax;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 4.4375rem;
	overflow: hidden;
	position: relative;
	width: 4.4375rem;
}

.c-btn-circle::after {
	background: url("../images/common/btn-arrow-white.svg") no-repeat center center/cover;
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 1.25rem;
}

.c-btn-circle:hover::after {
	-webkit-animation: rotateArrow2 0.6s ease-out;
	        animation: rotateArrow2 0.6s ease-out;
}

.c-color__bg-red {
	background: #FF0000 !important;
}

.c-color__txt-red {
	color: #FF0000;
}

.c-color__txt-blue {
	color: #0B80D3;
}

.c-cta {
	background: url("../images/common/cta-bg@2x.png") no-repeat center center/cover;
	border-radius: 3.125rem;
	padding-block: 3.5rem 4.375rem;
	width: 100%;
}

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

.c-cta__ttl {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 900;
	text-align: center;
}

.c-cta__message {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 3.5625rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.1228070175;
	margin-top: 1.375rem;
	text-align: center;
}

.c-cta__txt {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.44;
	margin-top: 1.375rem;
	text-align: center;
}

.c-cta__btn {
	-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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.75rem;
}

.c-cta__btn.c-cta__btn--double {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 1.75rem;
	width: 42.5rem;
}

.c-cta__btn.c-cta__btn--double .c-btn {
	max-width: 100%;
	width: 100%;
}

.c-cta__btn-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 0.375rem;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 800;
	height: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 0.9846153846;
	width: 19.375rem;
}

.c-cta__btn-link.c-cta__btn-link--blue {
	background: #29ABE2;
}

.c-cta__btn-link.c-cta__btn-link--red {
	background: #F00;
}

.c-kv {
	overflow: hidden;
	padding-bottom: 6.875rem;
	position: relative;
}

.c-kv.c-kv--low {
	padding-bottom: 4rem;
}

.c-kv__inner {
	position: relative;
	z-index: 1;
}

.c-kv__ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 0.6875rem;
	padding-bottom: 2.625rem;
	padding-top: 6.0625rem;
	position: relative;
}

.c-kv__ttl::before {
	background: #000000;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: -100vw;
	position: absolute;
	right: 100%;
}

.c-kv__ttl::after {
	background: #000000;
	bottom: 0;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 18.4375rem;
}

.c-ttl.c-ttl--low {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	gap: 1.1875rem;
}

.c-kv__ttl-ja {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
}

.c-kv__ttl-en {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 900;
}

.c-kv__content {
	margin-top: 3.25rem;
	position: relative;
	z-index: 1;
}

.c-kv__content-outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.c-kv__content-message {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.904;
}

.c-kv__content-txt {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8111111111;
	margin-top: 1.25rem;
}

.c-kv__content-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.9375rem;
	margin-top: 2.5rem;
}

.c-kv__bg-txt {
	color: #F5F5F5;
	font-family: "Inter", sans-serif;
	font-size: 8.5625rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.0437956204;
	position: absolute;
	right: -6rem;
	top: 0;
	z-index: -1;
}

.c-kv__bg-ttl {
	bottom: -10rem;
	color: #F5F5F5;
	font-family: "Inter", sans-serif;
	font-size: 8.5625rem;
	font-style: normal;
	font-weight: 900;
	left: 4rem;
	position: absolute;
}

.c-kv__bg-ttl.c-kv__bg-ttl--simple {
	bottom: 0;
	color: #F5F5F5;
	font-family: "Inter", sans-serif;
	font-size: 8.5625rem;
	font-style: normal;
	font-weight: 900;
	left: auto;
	left: initial;
	position: absolute;
	right: 0;
}

.c-kv__bg-img {
	position: absolute;
	right: 47px;
	top: 2.5rem;
	width: 100%;
}

.c-kv__bg-img__single {
	position: absolute;
	right: 47px;
	top: 2.5rem;
	width: 100%;
}

.c-kv__bg-img-obi {
	height: 20rem;
	position: absolute;
	right: 0;
	top: 2.5rem;
	width: 52.9375rem;
}

.c-kv__bg-img-obi-img {
	height: auto;
	width: 100%;
}

.c-kv__bg-img01 {
	height: 22.1875rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 29.125rem;
	z-index: -1;
}

.c-kv__bg-img02 {
	height: 22.1875rem;
	position: absolute;
	right: 11.5rem;
	top: 16.5625rem;
	width: 29.125rem;
	z-index: 0;
}

.c-kv__bg-img.c-kv__bg-img--app {
	height: 32.375rem;
}

.c-kv__bg-app {
	height: 32.375rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 41.0625rem;
	z-index: -1;
}

.c-kv__bg-ttl.c-kv__bg-ttl--app {
	bottom: 0;
	left: auto;
	left: initial;
	right: 0;
	top: auto;
	top: initial;
	z-index: -2;
}

.c-ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 0.6875rem;
}

.c-ttl.c-ttl--low {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	gap: 1.1875rem;
}

.c-ttl-ja {
	color: #4D4D4D;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.1875;
}

.c-ttl-ja.c-ttl-ja--student {
	color: #009EE0;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1666666667;
}

.c-ttl-ja.c-ttl-ja--company {
	color: #F00;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1666666667;
}

.c-ttl-en {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.1333333333;
}

.c-ttl-sec {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 2.6875rem;
	position: relative;
}

.c-ttl-sec::before {
	background: #36B0E4;
	border-radius: 0.1875rem;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 1.875rem;
}

.c-ttl-sec.c-ttl-sec--company::before {
	background: #F00;
}

.c-ttl-sec.c-ttl-sec--white {
	color: #FFF;
}

.p-404 {
	padding-bottom: 5rem;
}

.p-404__txt {
	line-height: 1.6;
}

.p-404__btn {
	margin-top: 5rem;
}

.p-about__picture {
	background: #F5F5F5;
	position: relative;
}

.p-about__picture-bg-txt {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 8.5625rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 47px;
	top: -1.25rem;
}

.p-about__picture-items {
	grid-gap: 2.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 2.8125rem;
	grid-auto-rows: 1fr;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 20px;
}

.p-about__picture-item {
	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;
}

.p-about__picture-txt {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5625;
	margin-top: 1.875rem;
}

.p-about__story {
	padding-block: 3.9375rem 7.9375rem;
}

.p-about__story-items {
	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: 5.5rem;
	margin-top: 6.625rem;
}

.p-about__story-item-ttl {
	color: #F00;
	font-family: "Inter", sans-serif;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 900;
	text-align: center;
}

.p-about__story-item-txt {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.904;
	text-align: center;
}

.p-about__reason {
	background: #F5F5F5;
}

.p-about__value-student {
	background: #F5F5F5;
	border-radius: 1.5rem;
	padding: 4rem;
	position: relative;
}

.p-about__value-company {
	background: #F5F5F5;
	border-radius: 1.5rem;
	padding: 4rem;
	position: relative;
}

.p-about__value-ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 0.6875rem;
	position: relative;
}

.p-about__value-ttl-ja {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
}

.p-about__value-ttl-en {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 900;
}

.p-about__value {
	grid-gap: 3rem;
	display: -ms-grid;
	display: grid;
	gap: 3rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.1875rem;
	padding-bottom: 4.25rem;
}

.p-about__value-lists {
	margin-top: 1.875rem;
}

.p-about__value-list {
	color: #222;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7555555556;
}

.p-about__value-list span {
	padding-right: 0.25rem;
}

.p-about__value-btn {
	margin-top: 2.125rem;
}

.p-about__value-img-student {
	bottom: 3.125rem;
	height: 16.75rem;
	position: absolute;
	right: 3.125rem;
	width: 4.875rem;
}

.p-about__value-img-company {
	bottom: 2.75rem;
	height: 16.5rem;
	position: absolute;
	right: 4.375rem;
	width: 5.875rem;
}

.p-about__team {
	background: #27292C;
}

.p-about__team-inner {
	padding-block: 3.3125rem 3.625rem;
	position: relative;
}

.p-about__team-bg-txt {
	color: rgba(255, 255, 255, 0.05);
	font-family: "Inter", sans-serif;
	font-size: 8.5625rem;
	font-style: normal;
	font-weight: 900;
	position: absolute;
	right: 0;
	top: -1.75rem;
	z-index: 1;
}

.p-about__team-items {
	grid-gap: 2.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 2.8125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 48px;
}

.p-about__team-item {
	background: #FFF;
	border-radius: 0.9375rem;
	padding: 1.75rem;
}

.p-about__team-item-top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-transform: translateY(0rem);
	        transform: translateY(0rem);
}

.p-about__team-item-top-img img {
	/*height: 9.25rem;*/
	/*width: 9.6875rem;*/
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 9.6875rem;
	border-radius: 8px;
}

.p-about__team-item-top-ttl {
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.75;
	text-align: center;
}

.p-about__team-item-txt {
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5625;
	margin-top: -1.75rem;
}

.p-about__map-inner {
	padding-block: 5.625rem;
	position: relative;
}

.p-about__map-bg-txt {
	color: #F5F5F5;
	top: 2.1875rem;
}

.p-about__map-lists {
	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-bottom: 6rem;
	margin-inline: auto;
	margin-top: 2.8125rem;
	max-width: 990px;
}

.p-about__map-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: 1.875rem;
}

.p-about__map-list-head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #000000;
	border-radius: 6.25rem;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 900;
	height: 2.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 3.4;
	width: 12.375rem;
}

.p-about__map-list-ttl {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.p-about__map-list.p-about__map-list--02 {
	margin-left: 4.875rem;
}

.p-about__map-list.p-about__map-list--03 {
	margin-left: 11.0625rem;
}

.p-about__map-list.p-about__map-list--04 {
	margin-left: 16.375rem;
}

.p-app__experience {
	margin-top: 5.8125rem;
	padding-bottom: 5rem;
}

.p-app__experience-box {
	padding-bottom: 4rem;
}

.p-app__experience-point {
	bottom: 1.5rem;
	height: 21.9375rem;
	position: absolute;
	right: 2.5rem;
	width: 28.5625rem;
	z-index: 2;
}

.p-column {
	padding-bottom: 5rem;
}

.p-company__service-top {
	background: #F5F5F5;
	padding-bottom: 0;
}

.p-company__service-bottom {
	padding-block: 4rem;
}

.p-company__flow {
	background: #27292C;
}

.p-company__flow-lists {
	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 1.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5.625rem;
}

.p-company__flow-list {
	background: #FFF;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	padding: 1.25rem;
	position: relative;
	width: calc((100% - 3.75rem) / 3);
}

.p-company__flow-list.p-company__flow-list--blue {
	border: 8px solid #36B0E4;
}

.p-company__flow-list-img {
	position: relative;
	width: 10.9375rem;
}

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

.p-company__flow-list-ttl {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 3.125rem;
}

.p-company__flow-list-txt {
	color: #222;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.625rem;
}

.p-company__flow-list-num {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 2.875rem;
	font-style: normal;
	font-weight: 900;
	position: absolute;
	right: 1.3125rem;
	top: 0.9375rem;
}

.p-company__flow-list-num--04 {
	right: 0.8125rem;
	top: 0.4375rem;
}

.p-company__case {
	background: #F5F5F5;
	padding-block: 4.5rem 6.25rem;
}

.p-company__case-meta {
	-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;
}

.p-company__case-body {
	padding-left: 6.875rem;
}

.p-company__case-items {
	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-top: 3.25rem;
}

.p-company__case-item-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.544;
	margin-left: 1.25rem;
	position: relative;
}

.p-company__case-item-ttl::before {
	color: #8C8C8C;
	content: "“";
	font-family: "Roboto", sans-serif;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 600;
	left: -1.5rem;
	position: absolute;
	top: -2.5rem;
}

.p-company__case-item-ttl::after {
	bottom: -5.25rem;
	color: #8C8C8C;
	content: "”";
	font-family: "Roboto", sans-serif;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 600;
	position: absolute;
	right: -0.875rem;
}

.p-company__case-item-txt {
	color: #6B7280;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.5625rem;
}

.p-company__case-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.25rem;
	padding: 1.25rem;
}

.p-company__case-item-img {
	width: 7rem;
}

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

.p-company__download {
	margin-top: 5.8125rem;
}

.p-company__download-box {
	background: #36B0E4;
	border-radius: 3.125rem;
	padding: 4.5rem 5.3125rem 3.75rem;
	position: relative;
}

.p-company__download-ttl {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 700;
	text-align: left;
}

.p-company__download-txt {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75;
	margin-top: 1.25rem;
	position: relative;
	text-align: left;
	z-index: 1;
}

.p-company__download-btn {
	margin-top: 1.75rem;
}

.p-company__download-box-bg-txt {
	bottom: -1rem;
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 8.5625rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	opacity: 0.2;
	position: absolute;
	right: 1.875rem;
	z-index: -1;
}

.p-company__download-point {
	bottom: 1.125rem;
	height: 23.625rem;
	position: absolute;
	right: 5.625rem;
	width: 19.125rem;
	z-index: 2;
}

.p-contact {
	padding-bottom: 5rem;
}

.p-contact__txt {
	color: #222222;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}

.p-contact__base-inner {
	background: #F5F5F5;
	border-radius: 1rem;
	margin-top: 4rem;
	padding: 4rem 47px;
}

.p-contact__items {
	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;
}

.p-contact__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: 1.75rem;
}

.p-contact__item-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1;
	width: 18.75rem;
}

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

.p-contact__item-content input[type=text] {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border: 1px solid #ACACAC;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 5rem;
	padding: 0.875rem;
	width: 100%;
}

.p-contact__item-content input[type=email] {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border: 1px solid #ACACAC;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 5rem;
	padding: 0.875rem;
	width: 100%;
}

.p-contact__item-content textarea {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border: 1px solid #ACACAC;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 15rem;
	padding: 0.875rem;
	width: 100%;
}

.p-contact__item-txt {
	margin-top: 1.375rem;
}

.p-contact__btn {
	-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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5rem;
}

input[type=submit] {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #000;
	border-radius: 1rem;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	height: 3.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	width: 16.25rem;
}

.wpcf7-not-valid-tip {
	margin-top: 0.5rem;
}

/* チェックボックス・ラジオボタン */

input[type=checkbox],
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	height: 1.25rem;
	margin-right: 0.25rem;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	vertical-align: middle;
	width: 1.25rem;
}

input[type=checkbox]::before {
	border: 1px solid #838383 !important;
	border-radius: 3px !important;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

/* チェックボックス */

input[type=checkbox]:checked {
	padding: 0 !important;
}

/* チェックボックス */

input[type=checkbox]:checked::before {
	background-color: #222;
	border: 2px solid rgba(34, 34, 34, 0.1333333333);
}

input[type=checkbox]:checked:after {
	color: #fff;
	content: "✓";
	font-weight: bold;
	height: 1.25rem !important;
	left: 0;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(calc(-50% + 0.25rem));
	        transform: translateY(calc(-50% + 0.25rem));
	width: 1.25rem !important;
}

.wpcf7 form .wpcf7-response-output {
	color: #000;
}

.p-download__info {
	background: #F5F5F5;
	padding-bottom: 0;
}

.p-download__info-items {
	grid-gap: 2.9375rem 2.125rem;
	display: -ms-grid;
	display: grid;
	gap: 2.9375rem 2.125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.25rem;
}

.p-download__info-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #FFF;
	border-radius: 0.9375rem;
	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: 1.25rem;
}

.p-download__info-item-meta {
	-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.5625rem;
	width: 100%;
}

.p-download__info-item-meta-num {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #36B0E4;
	border-radius: 100vmax;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 900;
	height: 4.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 4.125rem;
}

.p-download__info-item-meta-ttl {
	color: #000;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-family: "Roboto", sans-serif;
	font-size: 1.4375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5217391304;
}

.p-download__form {
	overflow: hidden;
}

.p-download__form-top {
	padding-block: 3.125rem;
}

.p-download__form-bottom {
	padding-block: 1.8125rem 2.0625rem;
}

.p-download__form-box {
	grid-gap: 3.75rem;
	display: -ms-grid;
	display: grid;
	gap: 3.75rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.125rem;
}

.p-download__form-box-content {
	background: #F5F5F5;
	border-radius: 0.625rem;
	padding: 2.5rem;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.5rem;
}

.p-download__form-box-content-items {
	grid-gap: 1.5rem 1.125rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem 1.125rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.wpcf7-form-control.wpcf7-checkbox {
	grid-gap: 1.125rem;
	display: -ms-grid;
	display: grid;
	gap: 1.125rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-download__form-box-content-item input {
	background: #FFF;
	border: 1px solid #B1B1B1;
	border-radius: 0.3125rem;
	color: #A7A7A7;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	padding: 1.1875rem 1.25rem 0.9375rem;
	width: 100%;
}

.p-download__form-box-content-box textarea {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border: 1px solid #ACACAC;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 15rem;
	padding: 0.875rem;
	width: 100%;
}

.p-download__form-box-content-item-ttl {
	color: #222;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
}

.p-download__form-box-content-item-ttl span {
	color: #F00;
}

.p-download__form-box-content-item-list {
	grid-gap: 1.125rem 1.875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.125rem 1.875rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.625rem;
}

.p-download__form-box-content-box {
	margin-top: 1.875rem;
}

.p-download__form-box-content-box textarea {
	background: #FFF;
	border: 1px solid #B1B1B1;
	border-radius: 0.3125rem;
	height: 7.375rem;
	margin-top: 0.4375rem;
	width: 100%;
}

.p-download__form-bottom {
	background: #F5F5F5;
	margin-inline: calc(50% - 50vw);
	margin-top: 4rem;
	padding: 2rem;
	padding-inline: calc(50vw - 50%);
}

.p-download__form-bottom-btn-blue {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	background: #29ABE2 !important;
	border-radius: 0.375rem !important;
	color: #FFF !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-family: "Roboto", sans-serif !important;
	font-size: 1.5625rem !important;
	font-style: normal !important;
	font-weight: 800 !important;
	height: 5rem !important;
	height: 5rem !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
	width: 100% !important;
}

.p-download__form-bottom-btn-black {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #000;
	border-radius: 0.375rem;
	color: #FFF;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 800;
	height: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-download__form-bottom-inner {
	grid-gap: 2.125rem;
	display: -ms-grid;
	display: grid;
	gap: 2.125rem;
	/*-ms-grid-columns: (1fr)[2];*/
	/*grid-template-columns: repeat(2, 1fr);*/
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}
.p-download__form-bottom-inner div {
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.p-download__form-bottom-inner div {
		width: 70%;
	}
}
@media screen and (max-width: 520px) {
	.p-download__form-bottom-inner div {
		width: 65%;
	}
}
.p-download__form-bottom-inner div .wpcf7-spinner {
	position: absolute;
}

.p-download__question {
	padding-block: 3.5rem 6.25rem;
}

.wpcf7-list-item-label {
	line-height: 1.8;
}

.p-footer {
	background: #F5F5F5;
	padding-block: 5rem 3.3125rem;
	position: relative;
}

.p-footer .text-container {
	z-index: 0;
}

.p-footer .scroll-text {
	color: #FFF !important;
}

.p-footer__logo {
	height: 8.75rem;
	margin-inline: auto;
	position: relative;
	width: 11.125rem;
	z-index: 1;
}

.p-footer__txt {
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.904;
	margin-top: 2.5rem;
	text-align: center;
}

.p-footer__nav-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	margin-top: 4.6875rem;
}

.p-footer__nav-box-single {
	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;
}

.p-footer__nav-ttl {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
}

.p-footer__nav-item {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
}

.p-footer__small {
	color: #94A3B8;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 4.0625rem;
	text-align: center;
}

.p-footer__nav-list-child {
	margin-top: 0.25rem;
}

.p-footer__nav-list-child .p-footer__nav-item {
	color: #626262;
	font-weight: 700;
}

.p-fv__content {
	aspect-ratio: 1346/731;
	background: -webkit-image-set(url("../images/fv/fv-bg@2x.webp") type("image/webp"), url("../images/fv/fv-bg@2x.png") type("image/png")) no-repeat center center/cover;
	background: image-set(url("../images/fv/fv-bg@2x.webp") type("image/webp"), url("../images/fv/fv-bg@2x.png") type("image/png")) no-repeat center center/cover;
	position: relative;
	width: 100%;
}

.p-fv__content-main {
	left: min(5vw, 72px);
	position: absolute;
	top: min(15.2777777778vw, 220px);
	width: min(48.3333333333vw, 696px);
}

.p-fv__content-main-catch {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: min(6.3194444444vw, 91px);
	padding-left: min(1.3194444444vw, 19px);
	width: min(48.3333333333vw, 696px);
}

.p-fv__content-main-catch[data-fade=fade] {
	background: transparent;
	position: relative;
}

.p-fv__content-main-catch[data-fade=fade]::before {
	background: #FFF;
	border-radius: 0.625rem;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	z-index: 0;
}

.p-fv__content-main-catch[data-fade=fade].is-visible::before {
	opacity: 1;
}

.p-fv__content-main-catch span {
	font-family: "Roboto", sans-serif;
	font-size: min(3.9583333333vw, 57px);
	font-style: normal;
	font-weight: 900;
	padding-top: 0.25rem;
	position: relative;
	z-index: 1;
}

.p-fv__content-main-catch span + span {
	margin-left: min(4.375vw, 63px);
	position: relative;
}

.p-fv__content-main-catch span + span::before {
	background: url("../images/fv/cross@2x.png") no-repeat center center/cover;
	content: "";
	height: min(3.3333333333vw, 48px);
	left: max(-3.8888888889vw, -56px);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: min(3.4027777778vw, 49px);
}

.p-fv__content-main-catch span.blue {
	color: #29ABE2;
}

.p-fv__content-main-catch span.red {
	color: #F00;
}

.p-fv__ttl {
	font-family: "Roboto", sans-serif;
	font-size: min(2.5694444444vw, 37px);
	font-style: normal;
	font-weight: 900;
	line-height: 1.4054054054;
	margin-top: min(1.8055555556vw, 26px);
}

.p-fv__txt {
	font-family: "Roboto", sans-serif;
	font-size: min(1.1111111111vw, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	margin-top: min(0.4861111111vw, 7px);
}

.p-fv__content-nav {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border-radius: 0.9375rem;
	bottom: min(1.5972222222vw, 23px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: min(7.2916666667vw, 105px);
	position: absolute;
	right: min(11.3194444444vw, 163px);
	width: min(70.4166666667vw, 1014px);
	width: min(70.4166666667vw, 1014px);
}

.p-fv__content-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
	padding-left: min(4.3055555556vw, 62px);
}

.p-fv__content-nav-ttl {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: min(1.3888888889vw, 20px);
	font-style: normal;
	font-weight: 900;
	line-height: 3.4; /* 340% */
}

.p-fv__content-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: min(1.6666666667vw, 14px);
}

.p-fv__content-nav-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #000;
	border-radius: 6px;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: min(1.25vw, 18px);
	font-style: normal;
	font-weight: 800;
	height: min(4.2361111111vw, 61px);
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.4222222222;
	text-align: center;
	-webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	width: min(14.7916666667vw, 213px);
}

.p-fv__scroll {
	bottom: 0;
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: min(1.3888888889vw, 20px);
	font-style: normal;
	font-weight: 900;
	line-height: 2;
	position: absolute;
	right: min(1.7361111111vw, 25px);
	text-decoration: none;
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
}

.p-fv__scroll a {
	display: inline-block;
	padding-bottom: min(3.1944444444vw, 46px);
	position: relative;
	text-decoration: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
}

.p-fv__scroll a::before {
	-webkit-animation: circlemove 1.6s ease-in-out infinite;
	        animation: circlemove 1.6s ease-in-out infinite;
	background: #FFF;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 8px;
	left: -3px;
	position: absolute;
	width: 8px;
}

.p-fv__scroll a::after {
	background: #FFF;
	bottom: 0;
	content: "";
	height: min(8.8888888889vw, 128px);
	left: 0;
	position: absolute;
	width: 2px;
}

.p-header {
	background: #FFF;
	padding-block: min(1.7361111111vw, 25px) min(1.4583333333vw, 21px);
}

.p-header__inner {
	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;
}

.p-header__logo {
	height: min(3.6805555556vw, 53px);
	margin-top: 0.4375rem;
	text-indent: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: min(19.8611111111vw, 286px);
	z-index: 1001;
}

.p-header__logo .h1 {
	height: 100%;
}

.p-header__logo a {
	background: url("../images/header/header-logo@2x.png") no-repeat center center/contain;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	width: 100%;
}

.p-header__nav {
	margin-left: auto;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-header__nav-link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 3px;
	color: #222;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Roboto", sans-serif;
	font-family: Roboto;
	font-size: min(0.9722222222vw, 14px);
	font-style: normal;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.6; /* 160% */
	padding-block: min(1.1805555556vw, 17px);
	padding-inline: min(0.625vw, 9px);
	position: relative;
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.p-header__nav-link-app {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #000;
	border-radius: 6px;
	color: #FFF;
	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-left: min(1.3888888889vw, 20px);
	-webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, -webkit-transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease;
	transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	width: min(10.3472222222vw, 149px);
}

.p-header__nav-link-app .p-header__nav-link-contact-text {
	display: inline-block;
}

.p-header__nav-link-app .p-header__nav-link-contact-text span {
	display: inline-block;
}

.p-header__nav-button {
	display: none;
}

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

.p-header__hamburger {
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 2.5rem;
}

.p-header__hamburger-line {
	height: 1.0625rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(calc(-50% - 0.6666666667vw));
	        transform: translateY(calc(-50% - 0.6666666667vw));
	-webkit-transition: inherit;
	transition: inherit;
	width: 1.875rem;
	z-index: 1002;
}

.p-header__hamburger-line {
	font-size: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	background-color: #000;
	content: "";
	display: block;
	height: 0.125rem;
	max-width: 40px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 2.5rem;
	z-index: 100;
}

.p-header__hamburger-line::after {
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-line::before {
	bottom: 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-line::after {
	top: 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__hamburger-txt {
	font-size: 0;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-txt {
	color: #fff;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line {
	background-color: transparent;
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-header__nav-button[aria-expanded=true] .p-header__hamburger-line::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.visuallyHidden {
	clip: rect(0 0 0 0);
	border: 0;
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.p-header__menu-sp {
	-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.25rem;
}

.p-merit__recruit {
	background: #F5F5F5;
}

.p-merit__recruit-list {
	grid-gap: 1.75rem;
	display: -ms-grid;
	display: grid;
	gap: 1.75rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin-top: 1.25rem;
}

.p-merit__recruit-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border-radius: 0.9375rem;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem;
}

.p-merit__recruit-item-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.9444444444;
}

.p-merit__recruit-item-txt {
	color: #FF0000;
	font-family: "Inter", sans-serif;
	font-size: 2.5rem;
	font-weight: 900;
}

.p-merit__recruit-item-num {
	font-size: 5rem;
	line-height: 1.7875;
}

.p-merit__recruit-points {
	grid-gap: 0.75rem 1rem;
	display: -ms-grid;
	display: grid;
	gap: 0.75rem 1rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
}

.p-merit__recruit-point {
	font-size: 1.0625rem;
	width: 100%;
}

.p-merit__case {
	background: #DEDEDE;
}

.p-merit__case-scene {
	padding-block: 4.125rem 6.5625rem;
}

.p-merit__case-scene-cases {
	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: 5rem;
	margin-top: 2.125rem;
}

.p-merit__case-scene-case {
	background: #F5F5F5;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.5rem;
	padding: 2rem 3rem;
	width: 100%;
}

.p-merit__case-scene-case.p-merit__case-scene-case--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-merit__case-scene-case-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-merit__case-scene-case-item-ttl {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #414141;
	border-radius: 0.375rem;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	height: 2.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 6.25rem;
}

.p-merit__case-scene-case-item-ttl-en {
	color: #2AAAE2;
	font-family: "Inter", sans-serif;
	font-size: 1.375rem;
	font-weight: 900;
}

.p-merit__case-scene-case-item-box {
	-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.3125rem;
}

.p-merit__case-scene-case-item-txt {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.p-merit__case-scene-case-item + .p-merit__case-scene-case-item {
	margin-top: 1.5rem;
}

.p-merit__case-scene-case-item-txt-big {
	font-size: 1.25rem;
	font-weight: 700;
}

.p-merit__case-scene-case-img {
	position: relative;
	width: 22.5rem;
}

.p-merit__case-scene-case-img img {
	width: 22.5rem;
}

.p-merit__case-scene-case-bg-txt {
	font-family: "Inter", sans-serif;
	font-size: 2.5625rem;
	font-weight: 900;
	position: absolute;
	right: -1.3125rem;
	top: -1.125rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.p-news-single {
	padding-bottom: 5rem;
}

.p-news-single-date {
	color: #FF0000;
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: cal(28.8/16);
	text-align: center;
}

.p-news-single-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 2.1875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-top: 1.5rem;
	text-align: center;
}

.p-news-single-img {
	-o-object-fit: cover;
	aspect-ratio: 900/480;
	background: #949494;
	border-radius: 0.9375rem;
	margin-top: 3.3125rem;
	object-fit: cover;
}

.p-news-single-body {
	font-family: "Roboto", sans-serif;
	line-height: 1.6;
	margin-top: 3.5rem;
}

.p-news-single-body * + * {
	margin-top: 2rem !important;
}

.p-news-single-body a {
	color: #009EE0;
}

.p-news-single-btn {
	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;
	margin-top: 5rem;
}

.p-news {
	padding-bottom: 5rem;
}

.p-news__pagination {
	-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.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.p-news__pagination-prev {
	-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.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-right: 1.25rem;
	position: relative;
	width: 3.125rem;
}

.p-news__pagination-prev::before {
	border-left: 1px solid #251E1C;
	border-top: 1px solid #251E1C;
	content: "";
	height: 0.5625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	        transform: rotate(-45deg) translate(-50%, -50%);
	width: 0.5625rem;
}

.p-news__pagination-next {
	-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.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 1.25rem;
	position: relative;
	width: 3.125rem;
}

.p-news__pagination-next::before {
	border-right: 1px solid #251E1C;
	border-top: 1px solid #251E1C;
	content: "";
	height: 0.5625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	        transform: rotate(45deg) translate(-50%, -50%);
	width: 0.5625rem;
}

.p-news__pagination-num {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	height: 3.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.01rem;
	line-height: normal;
	text-align: center;
	width: 3.125rem;
}

.p-news__pagination-num.is-active {
	background: #000;
	border: 2px solid #CCC;
	border-radius: 0.4375rem;
	color: #FFF;
}

.p-operating__story {
	padding-bottom: 4rem;
}

.p-operating__company {
	background: #F5F5F5;
}

.p-operating__company-table {
	margin-top: 1.5rem;
}

.p-operating__company-table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-operating__company-table th {
	border-bottom: 1px solid #36B0E4;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.0375;
	padding-block: 1.5rem;
	width: 12.5rem;
}

.p-operating__company-table td {
	border-bottom: 1px solid #747474;
	color: #000;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.0375;
	padding-block: 1.5rem;
}

.p-operating__access-box {
	margin-top: 2rem;
}

.p-operating__access-item01 {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.0375;
}

.p-operating__access-link {
	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;
	margin-top: 1.875rem;
}

.p-operating__access-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.25rem;
}

.p-operating__access-box + .p-operating__access-box {
	margin-top: 3rem;
}

.p-operating__access-item01 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F5F5F5;
	border-radius: 0.625rem;
	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;
	padding: 4rem;
	width: 29.875rem;
}

.p-operating__access-item02 {
	border-radius: 0.625rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: hidden;
}

.p-privacy {
	padding-bottom: 5rem;
}

.p-privacy__ttl {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F5F5F5;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.5217391304;
	padding: 1.5625rem 3.5rem;
}

.p-privacy__item {
	padding-left: 3.5rem;
}

.p-privacy__item ul li {
	line-height: 1.5217391304;
	list-style-type: disc;
	margin-left: 1.5rem;
}

.p-privacy__item + .p-privacy__item {
	margin-top: 2.25rem;
}

.p-privacy__item-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 2.25rem;
}

.p-privacy__item-txt {
	color: #222222;
	font-family: "Roboto", sans-serif;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.p-privacy__item-txt.p-privacy__item-txt--imp {
	line-height: 1.8;
}

.p-privacy__item-txt-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 1rem;
}

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

.p-service__pool-items {
	margin-top: 3.5rem;
}

.p-service__pool-item {
	background: #FFFFFF;
	border-radius: 0.9375rem;
	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-top: 1.75rem;
	padding: 1.5rem 2rem;
}

.p-service__pool-item-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-service__pool-item-txt {
	color: #222222;
	font-family: "Roboto", sans-serif;
	line-height: 1.625;
	margin-top: 1.125rem;
}

.p-service__pool-item-txt span {
	font-weight: 700;
}

.p-service__flow {
	background: #27292C;
}

.p-service__match-items {
	grid-gap: 1.875rem 1.75rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem 1.75rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-service__match-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	aspect-ratio: 1/1;
	background: #F5F5F5;
	border-radius: 100vmax;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 3rem;
	position: relative;
}

.p-service__match-item-dec {
	color: #FF0000;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	position: absolute;
	right: 1.5rem;
	top: 0.75rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.p-service__match-item--blue {
	background: #36B0E4;
}

.p-service__match-item-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.5217391304;
	margin-top: 1.25rem;
}

.p-service__match-item-txt {
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6444444444;
	margin-top: 1.25rem;
	text-align: center;
}

.p-service__match-item-img {
	height: 9.375rem;
	width: auto;
}

.p-service__match-item-img img {
	height: 9.375rem;
	width: auto;
}

.p-service__match-item-img-btn {
	height: 13.75rem;
}

.p-service__match-item-img-btn img {
	height: 13.75rem;
	width: auto;
}

.p-service__match-btn {
	margin-top: 0.625rem;
}

.p-student__app-top {
	background: #F5F5F5;
}

.p-student__app-bg-point {
	aspect-ratio: 520/410;
	position: absolute;
	right: 0;
	top: 9rem;
	width: 32.5rem;
	z-index: 0;
}

.p-student__app-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 5.3125rem;
	margin-top: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-student__app-main {
	grid-gap: 1.5rem 1.75rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem 1.75rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	width: 47.75rem;
}

.p-student__app-main-item-img {
	height: auto;
	width: 23.125rem;
}

.p-student__app-main-item-txt {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.8111111111;
	margin-top: 0.625rem;
}

.p-student__app-sub {
	margin-top: auto;
}

.p-student__app-bottom {
	padding-block: 4rem;
}

.p-student__app-lists {
	grid-gap: 2.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 2.8125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.p-student__flow {
	background: #27292C;
}

.p-student__flow-lists {
	grid-gap: 1.25rem 1.5625rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem 1.5625rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.625rem;
}

.p-student__flow-list {
	background: #FFF;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	height: 15.5rem;
	padding: 1.5rem;
	position: relative;
}

.p-student__flow-list.p-student__flow-list--blue {
	border: 8px solid #36B0E4;
}

.p-student__flow-list-img {
	position: relative;
	width: 13.5rem;
}

.p-student__flow-list-img-obj01 {
	bottom: 1.25rem;
	height: 16.5rem;
	left: 2.25rem;
	position: absolute;
	width: 8.3125rem;
}

.p-student__flow-list-img-obj02 {
	bottom: 1.25rem;
	height: 16.5rem;
	left: 2.25rem;
	position: absolute;
	width: 8.3125rem;
}

.p-student__flow-list-img-obj04 {
	aspect-ratio: 229/213;
	bottom: -0.625rem;
	height: 13.3125rem;
	position: absolute;
	right: 0.75rem;
	width: 14.3125rem;
}

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

.p-student__flow-list-ttl {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 3.125rem;
}

.p-student__flow-list-txt {
	color: #222;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.625rem;
}

.p-student__flow-list-num {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 900;
	position: absolute;
	right: 1.3125rem;
	top: 0.9375rem;
}

.p-student__flow-list-num--04 {
	right: 0.8125rem;
	top: 0.4375rem;
}

.p-student__question {
	padding-block: 3.5rem 6.25rem;
}

.p-student__question-items {
	margin-top: 2.125rem;
}

.p-student__question-item-q {
	background: #F5F5F5;
	border-radius: 0.9375rem;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.4375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5217391304;
	padding: 1.5rem 3.4375rem;
}

.p-student__question-item-a {
	color: #222;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	padding: 1.5rem 3.4375rem;
}

.p-top-about {
	margin-top: 1.25rem;
	position: relative;
}

.text-container {
	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;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.scroll-text {
	color: #F5F5F5;
	font-family: "Inter", sans-serif;
	font-size: min(9.5138888889vw, 137px);
	font-style: normal;
	font-weight: 900;
	line-height: 1.0437956204;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
}

.scroll-wrapper {
	-webkit-backface-visibility: hidden;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	backface-visibility: hidden;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	will-change: transform;
}

.scroll-wrapper > span {
	display: inline-block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	padding: 0 20px;
	white-space: nowrap;
}

.scroll-wrapper {
	-webkit-animation: scroll-right 150s linear infinite;
	        animation: scroll-right 150s linear infinite;
}

.scroll-wrapper-left {
	-webkit-animation: scroll-left 170s linear infinite;
	        animation: scroll-left 170s linear infinite;
}

.scroll-wrapper-slow {
	-webkit-animation: scroll-right 150s linear infinite;
	        animation: scroll-right 150s linear infinite;
}

.scroll-text span {
	display: inline-block;
	padding: 0 20px; /* テキスト間にスペースを追加 */
}

/* 右スクロール用 */

/* 左スクロール用 */

.p-top-about__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-block: 6.5rem 3.125rem;
	padding-left: 2.5rem;
}

.p-top-about__box-txt {
	font-family: Roboto;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.904;
	margin-top: 1.625rem;
}

.p-top-about__box-content {
	padding-top: 0.8125rem;
	width: calc(100% - 26.875rem);
}

.p-top-about__box-img {
	width: 26.875rem;
}

.p-top-about__box-img--sp {
	display: none;
}

.p-top-case {
	background: #F5F5F5;
	margin-top: 4.1875rem;
	padding-block: 4.5625rem 6.25rem;
	position: relative;
	z-index: 0;
}

.p-top-case__img {
	bottom: 0;
	height: 15.0625rem;
	left: 0;
	position: absolute;
	width: 23.25rem;
}

.p-top-case__inner {
	position: relative;
}

.p-top-case__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.p-top-case__box-meta {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-top-case__box-content {
	margin-top: 0.8125rem;
	width: 45.0625rem;
}

.p-top-case__box-content-single-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
}

.p-top-case__box-content-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 4.5625rem;
	height: 10.375rem;
	margin-top: 2.25rem;
	padding: 0.5625rem 1.1875rem;
}

.p-top-case__box-content-item-img {
	height: 9.25rem;
	-webkit-transform: translateY(-1.5625rem);
	        transform: translateY(-1.5625rem);
	width: 9.6875rem;
}

.p-top-case__box-content-item-main-ttl {
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.544;
	position: relative;
}

.p-top-case__box-content-item-main-ttl::before {
	color: #8C8C8C;
	content: "“";
	font-family: "Roboto", sans-serif;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 600;
	left: -2.25rem;
	position: absolute;
	top: -1.875rem;
}

.p-top-case__box-content-item-main-ttl::after {
	bottom: -3.75rem;
	color: #8C8C8C;
	content: "”";
	font-family: "Roboto", sans-serif;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 600;
	position: absolute;
	right: -2.25rem;
}

.p-top-case__box-content-item-main-txt {
	color: #6B7280;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.5625rem;
}

.p-top-case__box-content-single + .p-top-case__box-content-single {
	margin-top: 1rem;
}

.p-top-case__bg-txt {
	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 6.4375rem;
	font-style: normal;
	font-weight: 900;
	left: 0;
	line-height: 1.3300970874;
	position: absolute;
	top: 0.375rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.p-top-company {
	margin-top: 3.75rem;
}

.p-top-company__img {
	height: 13.9375rem;
	position: absolute;
	right: 3.8125rem;
	top: 3.5625rem;
	width: 29.125rem;
}

.p-company__service-top-btn {
	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-top: 1.875rem;
}

.p-top-news {
	background: #FFF;
	overflow: hidden;
	padding-block: 5.1875rem 9.0625rem;
}

.p-top-news__meta {
	-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;
}

.p-top-news__items {
	grid-gap: 2.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 2.8125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.625rem;
	position: relative;
}

.p-top-news__items::after {
	background: #F5F5F5;
	border-radius: 3.125rem;
	content: "";
	height: min(19.7222222222vw, 284px);
	position: absolute;
	right: max(-4.7916666667vw, -69px);
	top: min(3.9583333333vw, 57px);
	width: min(80.7638888889vw, 1163px);
	z-index: 0;
}

.p-top-news__items.p-top-news__items--simple::after {
	content: none;
}

.p-top-news__item {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
}

.p-top-news__item-img {
	border-radius: 0.9375rem;
	overflow: hidden;
	position: relative;
}

.p-top-news__item-img img {
	border-radius: 0.9375rem;
	-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-news__item-date {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FFF;
	border-radius: 0 0.1875rem 0.1875rem 0;
	color: #282828;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	height: 2.1875rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	line-height: 1.8;
	padding-left: 1.5625rem;
	position: absolute;
	right: -1.25rem;
	top: 1.875rem;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 8.1875rem;
}

.p-top-news__item-ttl {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 1.125rem;
}

.p-top-student {
	margin-top: 3.75rem;
}

.p-top-student__img {
	height: 23.5rem;
	position: absolute;
	right: 9.4375rem;
	top: -3.75rem;
	width: 28.4375rem;
}

.c-txt-blue {
	color: #009EE0;
}

.c-txt-red {
	color: #F00;
}

.u-hidden-pc {
	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-sp-if {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.u-visually-hidden {
	display: none;
}

.u-mt-20 {
	margin-top: 1.25rem;
}

@media (hover: hover) and (pointer: fine) {

.c-btn:hover {
	border-color: #000;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	color: #fff;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.c-btn:hover::before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.c-btn:hover span::after {
	-webkit-animation: rotateArrow 0.6s ease-out;
	        animation: rotateArrow 0.6s ease-out;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.c-cta__btn-link.c-cta__btn-link--blue:hover {
	opacity: 0.8;
}

.c-cta__btn-link.c-cta__btn-link--red:hover {
	opacity: 0.8;
}

.p-header__nav-link:hover {
	-webkit-animation: notionHover 0.3s ease;
	        animation: notionHover 0.3s ease;
	background-color: rgba(55, 53, 47, 0.08);
}

.p-header__nav-link-app:hover {
	background: #222;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}

.p-header__nav-link-app:hover .p-header__nav-link-contact-text {
	-webkit-animation: notionHover 0.3s ease;
	        animation: notionHover 0.3s ease;
}

.p-header__nav-link-app--student:hover {
	background: #009EE0 !important;
}

.p-header__nav-link-app--company:hover {
	background: #F00 !important;
}

.p-top-news__item:hover .p-top-news__item-img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

.c-btn:hover {
	border-color: #000;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	color: #fff;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.c-btn:hover::before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.c-btn:hover span::after {
	-webkit-animation: rotateArrow 0.6s ease-out;
	        animation: rotateArrow 0.6s ease-out;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.c-cta__btn-link.c-cta__btn-link--blue:hover {
	opacity: 0.8;
}

.c-cta__btn-link.c-cta__btn-link--red:hover {
	opacity: 0.8;
}

.p-header__nav-link:hover {
	-webkit-animation: notionHover 0.3s ease;
	        animation: notionHover 0.3s ease;
	background-color: rgba(55, 53, 47, 0.08);
}

.p-header__nav-link-app:hover {
	background: #222;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}

.p-header__nav-link-app:hover .p-header__nav-link-contact-text {
	-webkit-animation: notionHover 0.3s ease;
	        animation: notionHover 0.3s ease;
}

.p-header__nav-link-app--student:hover {
	background: #009EE0 !important;
}

.p-header__nav-link-app--company:hover {
	background: #F00 !important;
}

.p-top-news__item:hover .p-top-news__item-img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

}

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

html {
	font-size: 1.2364760433vw;
}

}

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

.p-header__nav-toggle {
	display: none !important;
}

.p-header__nav-item-child-list {
	background-color: #fff;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	left: 50%;
	margin-top: 0.25rem;
	min-width: 12.5rem;
	opacity: 0;
	padding: 0.25rem 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	visibility: hidden;
	z-index: 1000;
}

.p-header__nav-item--parent:hover .p-header__nav-item-child-list {
	margin-top: 0;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-header__nav-item-child-list .p-header__nav-item {
	display: block;
	margin: 0;
}

.p-header__nav-item-child-list .p-header__nav-link {
	background-color: transparent;
	border-radius: 0;
	color: #333;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	font-weight: 700;
	padding: 0.625rem 1.25rem;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

.p-header__nav-item-child-list .p-header__nav-link:hover {
	background-color: #f8f8f8;
	color: #000;
	-webkit-transform: none;
	        transform: none;
}

}

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

.u-hidden-tab {
	display: none;
}

.u-hidden-tab-sp {
	display: none;
}

}

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

header.is-active {
	-webkit-animation: fadeSlideIn 0.4s ease-out;
	        animation: fadeSlideIn 0.4s ease-out;
	position: fixed;
	top: 0;
	width: 100%;
}

a {
	opacity: 1;
	opacity: initial;
}

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

.js-accordion-content {
	display: none;
}

.is-open .js-accordion-content {
	height: 100%;
	opacity: 1;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary {
	position: relative;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary::after {
	border-bottom: 1px solid #AD9B83;
	border-left: 1px solid #AD9B83;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.625rem;
}

.is-open .p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary::after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	        transform: translateY(-50%) rotate(135deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary + ul {
	display: none;
	height: 0;
}

.is-open .p-header__nav-item-link.p-header__nav-item-link--area.js-accordion-summary + ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.l-inner-sp-nav {
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: calc(100vh - 7.5625rem);
	margin-inline: auto;
	max-width: 37.5rem;
	overflow-y: auto;
	padding-bottom: 1.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
	position: relative;
	width: 100%;
}

.l-outer {
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.c-base {
	padding-block: 4rem;
}

.c-base__bg-txt {
	font-size: 2.5rem;
	right: 1.25rem;
	top: -0.25rem;
}

.c-base__ttl {
	font-size: 1.25rem;
}

.c-base__txt {
	margin-top: 1.5rem;
}

.c-base__txt.c-base__txt--high {
	margin-top: 1.5rem;
}

.c-box {
	padding: 2.5rem 1.5rem;
}

.c-box__txt {
	font-size: 1rem;
	margin-top: 2rem;
}

.c-box__bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	margin-top: 2.5rem;
}

.c-box__bottom-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.c-box__bottom-list-item {
	font-size: 0.875rem;
	width: 100%;
}

.c-box__story {
	border-radius: 1.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;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	padding: 2.5rem 1.5rem;
}

.c-box__story-bg-ttl {
	font-size: 3.75rem;
}

.c-box__story-ttl {
	font-size: 1.25rem;
	line-height: 1;
}

.c-box__story-txt {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 2rem;
}

.c-box__story-txt-bottom {
	font-size: 0.875rem;
	line-height: 1;
	margin-top: 1rem;
	padding-left: 1.625rem;
}

.c-box__story-txt-bottom::before {
	height: 0.125rem;
	top: 0.375rem;
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
	width: 1.25rem;
}

.c-btn-circle {
	height: 3.5rem;
	width: 3.5rem;
}

.c-cta {
	margin-top: 4rem;
	padding: 2.5rem 1.5rem 3.75rem;
}

.c-cta__ttl {
	font-size: 1.25rem;
}

.c-cta__message {
	font-size: 1rem;
	margin-top: 1rem;
}

.c-cta__txt {
	font-size: 1rem;
	margin-top: 2rem;
}

.c-cta__btn {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.25rem;
	margin-top: 2rem;
}

.c-cta__btn.c-cta__btn--double {
	gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2rem;
	width: 100%;
}

.c-cta__btn-link {
	font-size: 0.75rem;
	height: 2.5rem;
	max-width: 24.375rem;
	width: 100%;
}

.c-kv {
	padding-bottom: 3.5rem;
}

.c-kv__ttl {
	padding-top: 3rem;
}

.c-kv__ttl {
	gap: 0;
}

.c-kv__ttl-ja {
	font-size: 1rem;
}

.c-kv__ttl-en {
	font-size: 2.5rem;
}

.c-kv__content {
	margin-top: 2rem;
}

.c-kv__content-message {
	font-size: 1.125rem;
}

.c-kv__content-txt {
	font-size: 1rem;
}

.c-kv__content-link {
	margin-top: 1.5rem;
}

.c-kv__bg-txt {
	font-size: 3rem;
}

.c-kv__bg-ttl {
	bottom: -2.5rem;
	font-size: 2.5rem;
	left: auto;
	left: initial;
	right: 0;
}

.c-kv__bg-ttl.c-kv__bg-ttl--simple {
	bottom: -2.5rem;
	font-size: 2.5rem;
	left: auto;
	left: initial;
	right: 0;
}

.c-kv__bg-img {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 600px;
	position: relative;
	right: 0;
	top: auto;
	top: initial;
}

.c-kv__bg-img__single {
	gap: 1.5rem;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 600px;
	position: relative;
	right: 0;
	top: auto;
	top: initial;
}

.c-kv__bg-img-obi {
	height: auto;
	margin-top: 1.5rem;
	position: relative;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.c-kv__bg-img-obi-img {
	border-radius: 0.625rem;
}

.c-kv__bg-img01 {
	height: auto;
	position: static;
	position: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.c-kv__bg-img02 {
	height: auto;
	position: static;
	position: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.c-kv__bg-app {
	height: auto;
	position: static;
	position: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.c-ttl {
	gap: 0;
}

.c-ttl.c-ttl--low {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 0;
}

.c-ttl-en {
	font-size: 2.5rem;
}

.c-ttl-sec {
	font-size: 1.25rem;
	padding-left: 1.375rem;
}

.c-ttl-sec::before {
	height: 0.3125rem;
	width: 0.9375rem;
}

.p-404 {
	padding-bottom: 2.5rem;
}

.p-about__picture-items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-about__story {
	padding-block: 2.5rem;
}

.p-about__story-items {
	gap: 2rem;
	margin-top: 2.5rem;
}

.p-about__story-item-ttl {
	font-size: 1.25rem;
}

.p-about__story-item-txt {
	font-size: 1rem;
}

.p-about__value-student {
	padding: 1.25rem;
}

.p-about__value-company {
	padding: 1.25rem;
}

.p-about__value-ttl-ja {
	font-size: 1rem;
}

.p-about__value-ttl-en {
	font-size: 2.5rem;
}

.p-about__value {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-about__value-list {
	font-size: 0.875rem;
}

.p-about__value-img-student {
	bottom: 1rem;
	height: 8.375rem;
	right: 1rem;
	width: 2.4375rem;
}

.p-about__value-img-company {
	bottom: 1rem;
	height: 8.25rem;
	right: 1rem;
	width: 2.9375rem;
}

.p-about__team-inner {
	padding-block: 4rem;
}

.p-about__team-bg-txt {
	font-size: 2.5rem;
	right: 1.25rem;
	top: -0.25rem;
}

.p-about__team-items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-about__map-inner {
	padding-block: 3.5rem;
}

.p-about__map-lists {
	margin-bottom: 0;
	margin-bottom: initial;
}

.p-about__map-list {
	-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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
}

.p-about__map-list-head {
	font-size: 0.875rem;
	height: 1.5rem;
	width: 6.25rem;
}

.p-about__map-list-ttl {
	font-size: 1rem;
}

.p-about__map-list.p-about__map-list--02 {
	margin-left: 0;
	margin-left: initial;
}

.p-about__map-list.p-about__map-list--03 {
	margin-left: 0;
	margin-left: initial;
}

.p-about__map-list.p-about__map-list--04 {
	margin-left: 0;
	margin-left: initial;
}

.p-app__experience {
	margin-top: 3rem;
}

.p-app__experience-box {
	padding-bottom: 0;
	padding-bottom: initial;
}

.p-app__experience-point {
	bottom: auto;
	bottom: initial;
	height: auto;
	margin-top: 0.75rem;
	max-width: 24.375rem;
	position: static;
	position: initial;
	right: auto;
	right: initial;
	width: 100%;
}

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

.p-company__service-top {
	padding-bottom: 0;
	padding-bottom: initial;
	padding-top: 0;
	padding-top: initial;
}

.p-company__flow-lists {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-top: 2.5rem;
}

.p-company__flow-list {
	gap: 1.5rem;
	height: auto;
	min-height: 8.75rem;
	padding: 1.25rem;
	width: 100%;
}

.p-company__flow-list-img {
	width: 6.75rem;
}

.p-company__flow-list-ttl {
	font-size: 1.25rem;
	margin-top: 0;
	margin-top: initial;
}

.p-company__flow-list-txt {
	margin-top: 0.25rem;
}

.p-company__flow-list-num {
	font-size: 2rem;
	right: 0.625rem;
	top: 0.4375rem;
}

.p-company__flow-list-num--04 {
	right: 0.3125rem;
	top: 0.1875rem;
}

.p-company__case {
	padding-block: 2.5rem;
}

.p-company__case-body {
	padding-left: 0;
	padding-left: initial;
}

.p-company__case-items {
	gap: 1.5rem;
}

.p-company__case-item-ttl {
	font-size: 1rem;
}

.p-company__case-item-ttl::before {
	font-size: 1.875rem;
	left: -1rem;
	top: -1rem;
}

.p-company__case-item-ttl::after {
	bottom: -1.875rem;
	font-size: 1.875rem;
	right: -0.625rem;
}

.p-company__case-item {
	gap: 1rem;
	padding: 1rem;
}

.p-company__case-item-img {
	width: 5rem;
}

.p-company__download {
	margin-top: 3rem;
}

.p-company__download-box {
	padding: 2.5rem;
}

.p-company__download-ttl {
	font-size: 1.25rem;
}

.p-company__download-txt {
	font-size: 1rem;
}

.p-company__download-btn {
	margin-top: 1rem;
}

.p-company__download-box-bg-txt {
	bottom: -0.375rem;
	font-size: 2.5rem;
}

.p-company__download-point {
	bottom: auto;
	bottom: initial;
	height: 11.8125rem;
	margin-top: 0.75rem;
	position: static;
	position: initial;
	right: auto;
	right: initial;
	width: 9.5625rem;
}

.p-contact {
	padding-bottom: 2.5rem;
}

.p-contact__base-inner {
	border-radius: 0;
	border-radius: initial;
	padding: 2.5rem 16px;
}

.p-contact__items {
	gap: 1.75rem;
}

.p-contact__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
}

.p-contact__item-ttl {
	font-size: 1rem;
	width: 100%;
}

.p-contact__item-content {
	width: 100%;
}

.p-contact__item-content input[type=text] {
	height: 3.5rem;
	padding: 0.5rem;
}

.p-contact__item-content input[type=email] {
	height: 3.5rem;
	padding: 0.5rem;
}

.p-contact__item-content textarea {
	height: 3.5rem;
	padding: 0.5rem;
}

.p-contact__item-txt {
	margin-top: 1rem;
}

.p-contact__btn {
	height: 2.5rem;
}

input[type=submit] {
	font-size: 1rem;
}

input[type=checkbox],
input[type=radio] {
	height: 20px;
	margin-right: 6px;
	width: 20px;
}

input[type=checkbox]::before {
	height: 20px;
	width: 20px;
}

.p-download__info {
	padding-bottom: 0;
	padding-bottom: initial;
	padding-top: 0;
	padding-top: initial;
}

.p-download__info-items {
	gap: 1.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-download__form-box {
	gap: 2.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-download__form-box-content {
	padding: 1.5rem;
}

.p-download__form-box-content-items {
	gap: 1.125rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.wpcf7-form-control.wpcf7-checkbox {
	gap: 1.125rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-download__form-box-content-box textarea {
	height: 3.5rem;
	padding: 0.5rem;
}

.p-download__form-box-content-item-list {
	gap: 1.125rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-download__form-bottom-btn-blue {
	font-size: 1rem !important;
}

.p-download__form-bottom-btn-black {
	font-size: 1rem;
}

.p-download__form-bottom-inner {
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-download__question {
	padding-bottom: 2.5rem;
}

.p-footer__logo {
	height: auto;
	width: 7.5rem;
}

.p-footer__txt {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-footer__nav-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.25rem;
}

.p-footer__nav-box-single {
	-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: 0.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer__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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-fv__content {
	aspect-ratio: 722/1134;
	background: -webkit-image-set(url("../images/fv/fv-bg-sp@2x.webp") type("image/webp"), url("../images/fv/fv-bg-sp@2x.png") type("image/png")) no-repeat center center/cover;
	background: image-set(url("../images/fv/fv-bg-sp@2x.webp") type("image/webp"), url("../images/fv/fv-bg-sp@2x.png") type("image/png")) no-repeat center center/cover;
	margin-top: 5.1282051282vw;
}

.p-fv__content-main {
	left: 5.8974358974vw;
	top: min(20vw, 130px);
	width: min(80.5128205128vw, 480px);
}

.p-fv__content-main-catch {
	border-radius: 0.3125rem;
	height: min(10.7692307692vw, 64px);
	padding-left: 4vw;
	padding-right: 3.2vw;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-fv__content-main-catch[data-fade=fade]::before {
	border-radius: 0.3125rem;
}

.p-fv__content-main-catch span {
	font-size: min(6.1538461538vw, 36px);
}

.p-fv__content-main-catch span + span {
	margin-left: min(7.1794871795vw, 50px);
}

.p-fv__content-main-catch span + span::before {
	height: min(5.8974358974vw, 35px);
	left: max(-6.4102564103vw, -40px);
	width: min(5.8974358974vw, 35px);
}

.p-fv__ttl {
	font-size: min(5.641025641vw, 33px);
	margin-top: 4.1025641026vw;
}

.p-fv__txt {
	font-size: min(3.8461538462vw, 23px);
	line-height: 1.5866666667;
	margin-top: 2.5641025641vw;
}

.p-fv__content-nav {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-radius: 0.3125rem;
	bottom: 5.3846153846vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: min(40.7692307692vw, 250px);
	left: 6.4102564103vw;
	right: auto;
	right: initial;
	width: min(72.3076923077vw, 440px);
}

.p-fv__content-nav {
	gap: 2.5641025641vw;
	padding: 3.5897435897vw 5.1282051282vw 5.1282051282vw;
}

.p-fv__content-nav-ttl {
	font-size: min(3.5897435897vw, 20px);
	line-height: 1;
}

.p-fv__content-nav-list {
	grid-gap: 0.5rem;
	display: -ms-grid;
	display: grid;
	gap: 0.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	width: 100%;
}

.p-fv__content-nav-list .p-fv__content-nav-list-item.p-fv__content-nav-list-item--student {
	-ms-grid-column: 1;
	grid-column: 1; /* 左側 */
	-ms-grid-row: 1;
	grid-row: 1;
}

.p-fv__content-nav-list .p-fv__content-nav-list-item.p-fv__content-nav-list-item--company {
	-ms-grid-column: 2;
	grid-column: 2; /* 右側 */
	-ms-grid-row: 1;
	grid-row: 1;
}

.p-fv__content-nav-list .p-fv__content-nav-list-item.p-fv__content-nav-list-item--login {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/span 2; /* 2列ぶち抜きで100% */
	-ms-grid-row: 2;
	grid-row: 2;
}

.p-fv__content-nav-link {
	font-size: 1rem;
	height: min(11.5384615385vw, 70px);
	width: 100%;
}

.p-fv__scroll {
	font-size: min(4.1025641026vw, 20px);
	right: 0;
}

.p-fv__scroll a::before {
	-webkit-animation: circlemove-mobile 1.6s ease-in-out infinite;
	        animation: circlemove-mobile 1.6s ease-in-out infinite;
}

.p-fv__scroll a::after {
	height: min(16.9230769231vw, 100px);
}

.p-header {
	padding-block: 0.9375rem;
}

.p-header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-header__logo {
	height: auto;
	width: 9.375rem;
}

.p-header__logo a {
	height: 1.875rem;
	-webkit-transition: 0.3s 0.05s;
	transition: 0.3s 0.05s;
	width: 9.875rem;
}

.p-header__nav {
	background: #FFF;
	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: 100svh;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	left: 100%;
	overflow: hidden;
	padding-inline: 0;
	padding-top: 7.5625rem;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.p-header__nav.is-active {
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-header__nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-inline: auto;
	max-width: 600px;
	width: 100%;
}

.p-header__nav-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-inline: 1rem;
	width: 100%;
}

.p-header__nav-link-app {
	font-size: 1rem;
	height: 2.625rem;
	width: min(25.8974358974vw, 101px);
}

.p-header__nav-button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	border: 1px solid #FFF;
	border-radius: 0.1875rem;
	cursor: pointer;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	height: 2.875rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 2.875rem;
	z-index: 1001;
}

.p-header__nav-item--parent > .p-header__nav-link {
	-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;
	padding-right: 1rem;
	position: relative;
}

.p-header__nav-item--parent > .p-header__nav-link > span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-header__nav-item--parent > .p-header__nav-link .p-header__nav-toggle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 0.625rem;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 2rem;
	z-index: 10;
}

.p-header__nav-item--parent > .p-header__nav-link .p-header__nav-toggle:hover {
	background-color: #e0e0e0;
}

.p-header__nav-item--parent > .p-header__nav-link .p-header__nav-toggle:focus {
	outline: 2px solid #007bff;
	outline-offset: 2px;
}

.p-header__nav-item--parent > .p-header__nav-link .p-header__nav-toggle:active {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

.p-header__nav-toggle-icon {
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	display: block;
	height: 8px;
	-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: 8px;
}

.p-header__nav-toggle[aria-expanded=true] .p-header__nav-toggle-icon {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.p-header__nav-item-child-list {
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: none;
	margin: 0;
	margin-top: 10px;
	opacity: 1;
	padding: 10px 0;
	pointer-events: auto;
	position: relative;
	-webkit-transform: none;
	        transform: none;
	visibility: visible;
	width: 100%;
	z-index: 1;
}

.p-header__nav-item--parent.is-active .p-header__nav-item-child-list {
	display: block;
}

.p-header__nav-item-child-list .p-header__nav-item {
	display: block;
	margin: 0;
}

.p-header__nav-item-child-list .p-header__nav-link {
	background-color: transparent;
	border-radius: 0;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 8px 16px 8px 32px;
	width: 100%;
}

.p-header__hamburger-line,
.p-header__hamburger-line::before,
.p-header__hamburger-line::after {
	width: 1.875rem;
}

.p-header__sp-nav-offfer {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #F1F1F1;
	border-radius: 0.3125rem;
	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: auto;
	margin-bottom: 1.875rem;
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 600px;
	padding: 1.25rem 1.5rem;
	width: 100%;
}

.p-header__sp-nav-offfer-ttl {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 900;
	line-height: 3.4;
	line-height: 1;
	margin-bottom: 1rem;
}

.p-merit__recruit-list {
	gap: 1rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-merit__recruit-item {
	padding: 0.75rem;
}

.p-merit__recruit-item-ttl {
	font-size: 0.875rem;
}

.p-merit__recruit-item-txt {
	font-size: 1rem;
}

.p-merit__recruit-item-num {
	font-size: 2rem;
}

.p-merit__recruit-points {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-merit__case-scene-cases {
	margin-bottom: 2.5rem;
}

.p-merit__case-scene-case {
	-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;
	padding: 1rem;
}

.p-merit__case-scene-case.p-merit__case-scene-case--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-merit__case-scene-case-item-ttl-en {
	font-size: 1.125rem;
}

.p-merit__case-scene-case-item-txt-big {
	font-size: 1.125rem;
}

.p-merit__case-scene-case-img {
	width: 100%;
}

.p-merit__case-scene-case-img img {
	width: 100%;
}

.p-news-single {
	padding-bottom: 2.5rem;
}

.p-news-single-ttl {
	font-size: 1.125rem;
}

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

.p-news-single-body {
	margin-top: 2rem;
}

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

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

.p-operating__company-table tr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-operating__company-table tr + tr {
	margin-top: 1.5rem;
}

.p-operating__company-table th {
	padding-block: 1rem;
	width: 100%;
}

.p-operating__company-table td {
	padding-block: 1rem;
	width: 100%;
}

.p-operating__access-link {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-operating__access-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.75rem;
}

.p-operating__access-box:nth-of-type(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-operating__access-item01 {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 1.5rem;
	width: 100%;
}

.p-operating__access-item02 {
	height: 20rem;
	width: 100%;
}

.p-privacy {
	padding-bottom: 2.5rem;
}

.p-privacy__ttl {
	font-size: 1.25rem;
	padding: 1rem 1.25rem;
}

.p-privacy__item {
	padding-left: 1.25rem;
}

.p-privacy__item + .p-privacy__item {
	margin-top: 1rem;
}

.p-service__pool-item-ttl {
	font-size: 1.125rem;
}

.p-service__match-inner {
	padding-inline: 4rem;
}

.p-service__match-items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-service__match-item {
	padding: 1.5rem 2.5rem;
	width: 100%;
}

.p-service__match-item-dec {
	font-size: 1.125rem;
}

.p-service__match-item-ttl {
	font-size: 1.125rem;
}

.p-service__match-item-txt {
	font-size: 1rem;
}

.p-service__match-item-img {
	height: 7.5rem;
}

.p-service__match-item-img img {
	height: 7.5rem;
}

.p-service__match-item-img-btn {
	height: 10rem;
}

.p-service__match-item-img-btn img {
	height: 10rem;
}

.p-student__app-top {
	padding-bottom: 0;
	padding-bottom: initial;
	padding-top: 0;
	padding-top: initial;
}

.p-student__app-bg-point {
	bottom: -3.75rem;
	top: auto;
	top: initial;
	width: 100%;
}

.p-student__app-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
}

.p-student__app-main {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	width: 100%;
}

.p-student__app-main-item-img {
	width: 100%;
}

.p-student__app-sub {
	margin-inline: auto;
}

.p-student__app-lists {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-student__flow-lists {
	gap: 2.75rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 3.75rem;
}

.p-student__flow-list {
	gap: 1rem;
	height: auto;
	min-height: 8.75rem;
	padding: 1.25rem;
}

.p-student__flow-list-img {
	width: 6.75rem;
}

.p-student__flow-list-img-obj01 {
	bottom: 0.625rem;
	height: 8.25rem;
	left: 1.125rem;
	width: 4.1875rem;
}

.p-student__flow-list-img-obj02 {
	bottom: 0.625rem;
	height: 8.25rem;
	left: 1.125rem;
	width: 4.1875rem;
}

.p-student__flow-list-img-obj04 {
	bottom: -0.5rem;
	height: 6.6875rem;
	right: 0.375rem;
	width: 7.1875rem;
}

.p-student__flow-list-ttl {
	font-size: 1.25rem;
	margin-top: 0;
	margin-top: initial;
}

.p-student__flow-list-txt {
	margin-top: 0.25rem;
}

.p-student__flow-list-num {
	font-size: 2rem;
	right: 0.625rem;
	top: 0.4375rem;
}

.p-student__flow-list-num--04 {
	right: 0.3125rem;
	top: 0.1875rem;
}

.p-student__question {
	padding-bottom: 0;
	padding-bottom: initial;
}

.p-student__question-item-q {
	font-size: 1.125rem;
	padding: 1rem 1.5rem;
}

.p-student__question-item-a {
	font-size: 1.125rem;
	padding: 1rem 1.5rem;
}

.p-top-about__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
}

.p-top-about__box-txt {
	font-size: 1rem;
}

.p-top-about__box-content {
	width: 100%;
}

.p-top-about__box-img {
	display: none;
	width: 100%;
}

.p-top-about__box-img--sp {
	display: block;
	margin-top: 1.5rem;
	width: 100%;
}

.p-top-case {
	padding-block: 2.5rem;
}

.p-top-case__img {
	height: auto;
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 20rem;
	position: static;
	position: initial;
	width: 100%;
}

.p-top-case__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-case__box-content {
	margin-top: 2.5rem;
	width: 100%;
}

.p-top-case__box-content-item {
	gap: 2rem;
}

.p-top-case__box-content-item-img {
	width: 6.25rem;
}

.p-top-case__box-content-item-main-ttl {
	font-size: 1rem;
}

.p-top-case__box-content-item-main-ttl::before {
	font-size: 1.875rem;
	left: -1rem;
	top: -1rem;
}

.p-top-case__box-content-item-main-ttl::after {
	bottom: -1.875rem;
	font-size: 1.875rem;
	right: -0.625rem;
}

.p-top-case__bg-txt {
	font-size: 2.5rem;
}

.p-top-company__img {
	height: auto;
	margin-block: 1.5rem;
	position: static;
	position: initial;
	width: 100%;
}

.p-top-news__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-news__items::after {
	height: calc(100% - 1.25rem);
	top: 5rem;
}

.p-top-news__item-date {
	font-size: 0.875rem;
	height: 1.875rem;
	width: 7.5rem;
}

.p-top-news__item-ttl {
	font-size: 1rem;
}

.p-top-student__img {
	height: auto;
	margin-block: 1.5rem;
	margin-inline: auto;
	max-width: 20rem;
	position: static;
	position: initial;
	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;
}

.u-hidden-sp-if {
	display: none;
}

.u-sp-ib {
	display: inline-block;
}

.u-hidden-tab {
	display: inline-block;
}

.u-hidden-tab-sp {
	display: none;
}

}

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

.p-about__team-items {
	gap: 3.5rem;
}

}

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

.p-service__match-inner {
	padding-inline: 8.5333333333vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes subtle-bounce {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

60% {
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
}

100% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@keyframes subtle-bounce {

0% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

60% {
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
}

100% {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fadeInUp {

from {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@keyframes fadeInUp {

from {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fadeInLeft {

from {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	        transform: translateX(-20px);
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@keyframes fadeInLeft {

from {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	        transform: translateX(-20px);
}

to {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes scaleInX {

from {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
}

to {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

}

@keyframes scaleInX {

from {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
}

to {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

}

@-webkit-keyframes catchFadeIn {

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@keyframes catchFadeIn {

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes rotateArrow {

0% {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

40% {
	opacity: 0;
	-webkit-transform: translate(0.9375rem, -1.5625rem);
	        transform: translate(0.9375rem, -1.5625rem);
}

60% {
	opacity: 0;
	-webkit-transform: translate(-0.9375rem, 1.5625rem);
	        transform: translate(-0.9375rem, 1.5625rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

}

@keyframes rotateArrow {

0% {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

40% {
	opacity: 0;
	-webkit-transform: translate(0.9375rem, -1.5625rem);
	        transform: translate(0.9375rem, -1.5625rem);
}

60% {
	opacity: 0;
	-webkit-transform: translate(-0.9375rem, 1.5625rem);
	        transform: translate(-0.9375rem, 1.5625rem);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

}

@-webkit-keyframes rotateArrow2 {

0% {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

40% {
	opacity: 0;
	-webkit-transform: translate(calc(-50% + 1.5625rem), calc(-50% - 1.5625rem));
	        transform: translate(calc(-50% + 1.5625rem), calc(-50% - 1.5625rem));
}

41% {
	opacity: 0;
	-webkit-transform: translate(calc(-50% - 1.5625rem), calc(-50% + 1.5625rem));
	        transform: translate(calc(-50% - 1.5625rem), calc(-50% + 1.5625rem));
}

100% {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

}

@keyframes rotateArrow2 {

0% {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

40% {
	opacity: 0;
	-webkit-transform: translate(calc(-50% + 1.5625rem), calc(-50% - 1.5625rem));
	        transform: translate(calc(-50% + 1.5625rem), calc(-50% - 1.5625rem));
}

41% {
	opacity: 0;
	-webkit-transform: translate(calc(-50% - 1.5625rem), calc(-50% + 1.5625rem));
	        transform: translate(calc(-50% - 1.5625rem), calc(-50% + 1.5625rem));
}

100% {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

}

@-webkit-keyframes circlemove {

0% {
	bottom: min(8.8888888889vw, 128px);
}

100% {
	bottom: 0px;
}

}

@keyframes circlemove {

0% {
	bottom: min(8.8888888889vw, 128px);
}

100% {
	bottom: 0px;
}

}

@-webkit-keyframes circlemove-mobile {

0% {
	bottom: min(16.9230769231vw, 100px);
}

100% {
	bottom: 0px;
}

}

@keyframes circlemove-mobile {

0% {
	bottom: min(16.9230769231vw, 100px);
}

100% {
	bottom: 0px;
}

}

@-webkit-keyframes circlehide {

0% {
	opacity: 0;
}

50% {
	opacity: 1;
}

80% {
	opacity: 0.9;
}

100% {
	opacity: 0;
}

}

@keyframes circlehide {

0% {
	opacity: 0;
}

50% {
	opacity: 1;
}

80% {
	opacity: 0.9;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes notionHover {

0% {
	-webkit-transform: translateY(0) scale(1);
	        transform: translateY(0) scale(1);
}

50% {
	-webkit-transform: translateY(-1px) scale(1.02);
	        transform: translateY(-1px) scale(1.02);
}

100% {
	-webkit-transform: translateY(0) scale(1);
	        transform: translateY(0) scale(1);
}

}

@keyframes notionHover {

0% {
	-webkit-transform: translateY(0) scale(1);
	        transform: translateY(0) scale(1);
}

50% {
	-webkit-transform: translateY(-1px) scale(1.02);
	        transform: translateY(-1px) scale(1.02);
}

100% {
	-webkit-transform: translateY(0) scale(1);
	        transform: translateY(0) scale(1);
}

}

@-webkit-keyframes scroll-right {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

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

}

@keyframes scroll-right {

0% {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

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

}

@-webkit-keyframes scroll-left {

0% {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

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

}

@keyframes scroll-left {

0% {
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

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

}

#file_download_block p {
	line-height: 1.5;
	text-align: center;
}
@media (max-width: 447px) {
	#file_download_block p br {
		display: none;
	}
}

#file_download_block .wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
	margin-top: 20px;
}

#file_download_block .wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow a {
	max-width: fit-content;
	/*width: 100%;*/
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 6px;
	color: #000;
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	/*height: 3.125rem;*/
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 4.5333333333;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: auto;
	padding-inline: 2rem;
}
#file_download_block .wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow a:hover {
	background: #000;
	color: #FFF;
}
