body {
	color: #1C1B1C;
	font-family: "A P-OTF A1Gothic Std", "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
}

.u-desktop {
	display: none;
}

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

/* ========================================
  BG Title Scroll Animation
======================================== */

[class*=__bg-title] {
	overflow: hidden;
	white-space: nowrap;
}

.bg-title__char {
	display: inline-block;
	transform: translateY(-110%) rotate(-45deg);
	transform: translateY(var(--y, -110%)) rotate(var(--rotate, -45deg));
	transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: calc(0.02s * var(--char-index));
}

[class*=__bg-title].is-visible .bg-title__char,
.company-vision__vision-pc.is-visible .bg-title__char,
.company-vision__vision-sp.is-visible .bg-title__char,
.company-value-pc__fv-title.is-visible .bg-title__char,
.company-value-sp__title.is-visible .bg-title__char,
.company-message__bg-title.is-visible .bg-title__char,
.sub-recruit-mind__title.is-visible .bg-title__char {
	--y: 0%;
	--rotate: 0deg;
	opacity: 1;
}

.company-vision__vision-sp .bg-title__char,
.company-value-pc__fv-title .bg-title__char,
.company-value-sp__title .bg-title__char,
.company-message__bg-title .bg-title__char,
.sub-recruit-mind__title .bg-title__char {
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.01s;
	transition-delay: calc(0.02s * var(--char-index));
}

.visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: auto;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

:focus:not(:focus-visible) {
	outline: none;
}

:focus-visible {
	outline: none !important;
}

a,
button,
label,
select {
	-webkit-tap-highlight-color: transparent;
}

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.interview-article__content + .interview-article__content{
	margin-top: 60px;
}

.top-about {
	padding: 2.5rem 0 5.1875rem;
	scroll-margin-top: 0;
}

.top-contact {
	background-color: #fff;
	padding-bottom: 1.25rem;
}

.top-contact--no-bg {
	background-color: transparent;
}

.top-contact--recruit {
	background-color: #F55446;
	padding: 3.75rem 0 0;
}

.top-contact--service {
	background-color: #FEE6E3;
}

.top-member {
	overflow-x: clip;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	scroll-margin-top: 0;
}

.top-news {
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.top-service {
	padding: 3.75rem 0 3.875rem;
}

.top-sub-fv {
	margin-top: 3.75rem;
}

/* ========================================
  About
======================================== */

.about {
	background: linear-gradient(to bottom, #F55446 0%, #F55446 47%, rgba(245, 84, 70, 0.7) 79%, #F6F6F6 100%);
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.about__bg-title {
	bottom: -3%;
	color: rgba(245, 84, 70, 0.2);
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 22.85vw;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	mix-blend-mode: color-burn;
	opacity: 0.4;
	position: absolute;
	transform: translate(-50%, 0%);
	z-index: 10;
}

.about__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0 0 1.375rem;
	position: relative;
	z-index: 20;
}

.about__heading {
	position: relative;
}

.about__dot {
	height: 1.875rem;
	left: 84%;
	position: absolute;
	top: 22%;
	width: 2rem;
}

.about__tag {
	color: #fff;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1.04375rem;
	font-weight: 700;
	line-height: 1.8;
}

.about__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: 0.3125rem;
}

.about__title-shell {
	align-items: center;
	color: #F55446;
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	position: relative;
	top: -0.1875rem;
	vertical-align: middle;
	width: 2.6875rem;
	z-index: 0;
}

.about__title-hex {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -10;
}

.about__title-char {
	display: inline-block;
	opacity: 0;
	transform: translateY(8px);
}

.about__title-shell.about__title-char {
	display: inline-flex;
}

.about__title.is-animated .about__title-char {
	animation: aboutTitleCharIn 0.3s ease forwards;
}

.about__sentence {
	margin-left: 0.8125rem;
	margin-top: 2.125rem;
}

.about__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.1428571429;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about__text.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.about__text + .about__text {
	margin-top: 1.875rem;
}

.breadcrumb {
	color: #DDDDDD;
	position: relative;
	z-index: 10;
}

.breadcrumb__list {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
}

.breadcrumb__item {
	align-items: center;
	display: flex;
}

.breadcrumb__link {
	-webkit-text-decoration: none;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.breadcrumb__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.breadcrumb__link--color {
	color: #fff;
}

.breadcrumb__separator {
	font-size: 0.75rem;
	margin: 0 0.625rem;
	position: relative;
	top: -0.09375rem;
}

.company-info {
	padding: 3.75rem 0 7.5rem;
}

.company-info__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.1875rem;
}

.company-info__title {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-info__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ========================================
  Table
======================================== */

.company-info__table {
	margin-top: 1.875rem;
}

.company-info__row {
	display: grid;
	grid-template-columns: 5.1875rem 1fr;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-info__row.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-info__row:nth-child(1) {
	transition-delay: 0s;
}

.company-info__row:nth-child(2) {
	transition-delay: 0.1s;
}

.company-info__row:nth-child(3) {
	transition-delay: 0.2s;
}

.company-info__row:nth-child(4) {
	transition-delay: 0.3s;
}

.company-info__row:nth-child(5) {
	transition-delay: 0.4s;
}

.company-info__row:nth-child(6) {
	transition-delay: 0.5s;
}

.company-info__row:nth-child(7) {
	transition-delay: 0.6s;
}

.company-info__row:nth-child(8) {
	transition-delay: 0.7s;
}

.company-info__row:nth-child(9) {
	transition-delay: 0.8s;
}

.company-info__row:nth-child(10) {
	transition-delay: 0.9s;
}

.company-info__row + .company-info__row {
	margin-top: 1.25rem;
}

.company-info__term {
	align-items: center;
	border-bottom: 1px solid #F55446;
	color: #F55446;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 0rem 0 1.25rem 0;
}

.company-info__desc {
	border-bottom: 1px solid #D5D5D5;
	color: #1C1B1C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 0rem 0 1.25rem 2.25rem;
}

.company-info__list {
	display: flex;
	flex-direction: column;
	list-style: none;
}

.company-info__list li::before {
	content: "・";
}

.company-info__link {
	-webkit-text-decoration: none;
	color: inherit;
	padding-bottom: 0.1875rem;
	position: relative;
	text-decoration: none;
}

.company-info__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.company-info__link::after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.company-message {
	background-color: #FEE6E3;
	overflow: hidden;
	padding: 3.75rem 0;
	position: relative;
}

.company-message::before,
.company-message::after {
	background-image: url("../images/common/inc-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.5rem;
	left: 49%;
	position: absolute;
	top: -0.3%;
	transform: translate(-50%, 0%);
	width: 28.5625rem;
}

.company-message::before {
	z-index: 0;
}

.company-message::after {
	opacity: 0.45;
	z-index: 15;
}

.company-message__bg-title {
	bottom: -1.2%;
	color: #FA8072;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 22.5vw;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	mix-blend-mode: color-burn;
	position: absolute;
	transform: translate(-50%, 0%);
	z-index: 5;
}

.company-message__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5625rem;
	position: relative;
}

.company-message__title {
	opacity: 0;
	padding-left: 0.625rem;
	position: relative;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 20;
}

.company-message__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-message__position {
	backface-visibility: hidden;
	height: 22.9375rem;
	left: 50%;
	position: absolute;
	top: 14%;
	transform: perspective(1000px) translateX(-50%) rotateY(180deg);
	transition: transform 0.8s ease-in-out;
	width: 19.875rem;
	z-index: 10;
}

.company-message__position.is-flipped {
	transform: perspective(1000px) translateX(-50%) rotateY(0deg);
}

.company-message__position img {
	-o-object-fit: cover;
	aspect-ratio: 318/367;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.company-message__subtitle {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	color: #F55446;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5833333333;
	margin-top: 1.875rem;
	padding-left: 0.625rem;
	position: relative;
	z-index: 20;
}

.company-message__subtitle.is-visible {
	animation: messageSubtitleReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.company-message__subtitle .text-gradient {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, #F55446, #FF786C);
	background-clip: text;
}

.company-message__subtitle-position {
	left: -0.75rem;
	position: relative;
}

.company-message__flex {
	margin-top: 22.5rem;
	position: relative;
	z-index: 20;
}

.company-message__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2.3;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-message__text.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-message__box {
	margin-top: 2rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-message__box.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-message__info {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.company-message__name {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 1rem;
}

.company-philosophy {
	background-image: url("../images/common/philosophy-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0 3.125rem;
	text-align: center;
}

.company-philosophy__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.875rem;
}

.company-philosophy__title {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-philosophy__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-philosophy__text-line {
	display: block;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-philosophy__text-line.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-philosophy__title {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.company-philosophy__title-top {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.company-philosophy__title-bottom {
	font-family: "Montserrat", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.8;
}

.company-philosophy__stop {
	height: 1.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: 13.3125rem;
}

.company-philosophy__stop.js-ready {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path 1.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 1.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 1.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.company-philosophy__stop.is-visible {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

.company-philosophy__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2.4285714286;
	margin-top: 1.5625rem;
}

/* ========================================
  Company Value PC
======================================== */

.company-value-pc__content {
	position: relative;
}

.company-value-pc__fv {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	left: 9%;
	position: absolute;
	top: -3%;
}

.company-value-pc__fv-title {
	color: #F55446;
	font-family: "Montserrat", sans-serif;
	font-size: 12.5rem;
	font-weight: 700;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.company-value-pc__fv-label {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-value-pc__fv-label.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-value-pc__fv-icon {
	height: 0.875rem;
	width: 1rem;
}

.company-value-pc__fv-text {
	color: #F55446;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.35;
	writing-mode: vertical-rl;
}

.company-value-pc__list {
	display: flex;
	gap: 0.875rem;
	justify-content: flex-end;
	list-style: none;
}

.company-value-pc__list--second {
	margin-top: -6.5rem;
	padding-right: 12.6875rem;
}

.company-value-pc__list--third {
	margin-top: -6.5rem;
	padding-right: 0rem;
}

.company-value-pc__list--four {
	margin-top: -6.5rem;
	padding-right: 38.125rem;
}

/* ========================================
  Hex shape
======================================== */

.company-value-pc__hex {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	height: 28.5rem;
	overflow: hidden;
	position: relative;
	width: 24.5625rem;
}

.company-value-pc__hex--text {
	align-items: center;
	background: linear-gradient(to bottom, #F55446 0%, #FA8072 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.company-value-pc__hex--text::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: soft-light;
	opacity: 0.08;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.company-value-pc__title {
	align-self: stretch;
	color: #fff;
	font-family: "A-OTF Gothic MB101 Pr6N", sans-serif;
	font-size: 3.375rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.1481481481;
}

.company-value-pc__title::after {
	border-bottom: solid 4px #fff;
	content: "";
	display: block;
	margin-top: 2.1875rem;
	width: 100%;
}

.company-value-pc__title--second::after {
	border-bottom: solid 4px #fff;
	content: "";
	display: block;
	margin-top: 1.5rem;
	width: 100%;
}

.company-value-pc__desc {
	color: #fff;
	font-size: 1.09375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.9;
	padding-top: 1.875rem;
}

.company-value-pc__desc--second {
	padding-top: 1.25rem;
}

.company-value-pc__img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ========================================
  Flip Card
======================================== */

.company-value-pc__hex-wrapper {
	height: 28.5rem;
	perspective: 1200px;
	width: 24.5625rem;
}

.company-value-pc__hex-flipper {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.company-value-pc__hex-flipper.is-flipped {
	transform: rotateY(180deg);
}

.company-value-pc__hex--front,
.company-value-pc__hex--back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	left: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
}

.company-value-pc__hex--back {
	transform: rotateY(180deg);
}

.company-value-sp__heading {
	color: #F55446;
	padding-left: 1.625rem;
}

.company-value-sp__head {
	align-items: center;
	display: flex;
	gap: 0.26875rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-value-sp__head.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-value-sp__head-icon {
	height: 0.1875rem;
	width: 0.26875rem;
}

.company-value-sp__head-text {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.7;
}

.company-value-sp__title {
	font-family: "Montserrat", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.125rem;
	overflow: hidden;
	text-transform: uppercase;
	white-space: nowrap;
}

/* ========================================
  Hex Cards
======================================== */

.company-value-sp__list {
	display: flex;
	gap: 0.375rem;
	justify-content: flex-end;
	list-style: none;
	margin-top: 1.875rem;
	padding-right: 1.53125rem;
}

.company-value-sp__list--second {
	justify-content: flex-start;
	margin-top: -3.6875rem;
	padding-left: 1.53125rem;
	padding-right: 0;
}

.company-value-sp__list--third {
	justify-content: flex-end;
	margin-top: -3.6875rem;
	padding-right: 1.53125rem;
}

.company-value-sp__hex {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	height: 16.25rem;
	overflow: hidden;
	position: relative;
	width: 14.125rem;
}

.company-value-sp__hex--text {
	align-items: center;
	background: linear-gradient(to bottom, #F55446 0%, #FA8072 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.company-value-sp__hex--text::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: soft-light;
	opacity: 0.08;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.company-value-sp__card-title {
	align-self: stretch;
	color: #fff;
	font-family: "A-OTF Gothic MB101 Pr6N", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.125;
}

.company-value-sp__card-title::after {
	border-bottom: solid 2px #fff;
	content: "";
	display: block;
	margin-top: 1.25rem;
	width: 100%;
}

.company-value-sp__card-title--second::after {
	margin-top: 0.5rem;
}

.company-value-sp__card-title--third {
	font-size: 1.875rem;
	line-height: 1.2;
}

.company-value-sp__card-title--third::after {
	margin-top: 0.375rem;
}

.company-value-sp__desc {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	padding-top: 1rem;
}

.company-value-sp__desc--second {
	padding-top: 0.5rem;
}

.company-value-sp__desc--third {
	padding-top: 0.625rem;
}

.company-value-sp__img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ========================================
  Flip Card
======================================== */

.company-value-sp__hex-wrapper {
	height: 16.25rem;
	perspective: 800px;
	width: 14.125rem;
}

.company-value-sp__hex-flipper {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.company-value-sp__hex-flipper.is-flipped {
	transform: rotateY(180deg);
}

.company-value-sp__hex--front,
.company-value-sp__hex--back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	left: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
}

.company-value-sp__hex--back {
	transform: rotateY(180deg);
}

/* ========================================
  Company Value
======================================== */

.company-value {
	background-color: #F4F4F4;
	overflow: hidden;
	padding-bottom: 3.5625rem;
	padding-top: 3.75rem;
}

.company-value__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
}

.company-vision {
	background-color: #F55446;
	color: #fff;
	overflow: hidden;
	padding: 3.75rem 0;
	position: relative;
}

.company-vision__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.0625rem;
	position: relative;
}

.company-vision__inner::before {
	background-image: url("../images/common/company-vision-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 29.3125rem;
	left: 48%;
	mix-blend-mode: color-dodge;
	position: absolute;
	top: 11.5rem;
	transform: translateX(-50%);
	width: 21.9375rem;
	z-index: 0;
}

.company-vision__position {
	position: relative;
}

.company-vision__hexagons {
	left: 50%;
	position: absolute;
	top: 25%;
	transform: translateX(-50%);
}

.company-vision__hexagon {
	display: block;
	height: 4.25rem;
	margin-top: -1.5rem;
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	width: 7.4375rem;
}

.company-vision__hexagon.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-vision__hexagon:nth-child(1) {
	transition-delay: 0.8s;
	z-index: 50;
}

.company-vision__hexagon:nth-child(2) {
	transition-delay: 0.6s;
	z-index: 40;
}

.company-vision__hexagon:nth-child(3) {
	transition-delay: 0.4s;
	z-index: 30;
}

.company-vision__hexagon:nth-child(4) {
	transition-delay: 0.2s;
	z-index: 20;
}

.company-vision__hexagon:nth-child(5) {
	transition-delay: 0s;
	z-index: 10;
}

.company-vision__heading {
	align-items: center;
	display: flex;
	gap: 0.26875rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.company-vision__heading.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.company-vision__icon {
	height: 0.25rem;
	width: 0.375rem;
}

.company-vision__head {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.7;
}

.company-vision__title {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	display: flex;
	flex-direction: column;
	margin-top: 0.1875rem;
}

.company-vision__title.is-visible {
	animation: visionTitleReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.company-vision__title-text {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.7;
}

.company-vision__title-highlight {
	align-self: flex-start;
	background-color: #fff;
	color: #F55446;
	display: inline-block;
	padding: 0rem 0.16875rem;
}

.company-vision__sentence {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	margin-top: 1rem;
	position: relative;
	z-index: 20;
}

.company-vision__sentence.is-visible {
	animation: visionSentenceReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.company-vision__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.8;
	white-space: nowrap;
}

.company-vision__vision-sp {
	font-family: "Montserrat", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	left: 0.8125rem;
	line-height: 1;
	margin-left: auto;
	margin-top: 1rem;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.company-vision__vision-pc {
	font-family: "Montserrat", sans-serif;
	font-size: 12.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 8rem;
	overflow: hidden;
	padding-right: 3.9375rem;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

.contact__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5625rem;
}

/* ========================================
  Entry Banner
======================================== */

.contact__entry {
	-webkit-text-decoration: none;
	border-radius: 1rem;
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.contact__entry:focus-visible {
	outline: 2px solid #1C1B1C;
	outline-offset: 4px;
}

.contact__entry-body--recruit {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 10;
}

.contact__entry-catch {
	background-color: #F55446;
	color: #fff;
	display: block;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	padding: 0rem 0.46875rem;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__entry-catch--recruit {
	background-color: #F55446;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 0.375rem 0.25rem;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__entry-catch + .contact__entry-catch {
	margin-top: 0.5rem;
}

.contact__entry-catch--recruit + .contact__entry-catch--recruit {
	margin-top: 0.28125rem;
}

.contact__entry-btn {
	align-items: center;
	background-color: #fff;
	border: solid 1px #F55446;
	border-radius: 2.34375rem;
	color: #F55446;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1.875;
	margin-top: 1rem;
	padding: 0.375rem 0rem;
	width: 11.8125rem;
}

.contact__entry-btn--recruit {
	align-items: center;
	background-color: #fff;
	border: solid 1px #F55446;
	border-radius: 0.8125rem;
	color: #F55446;
	display: inline-flex;
	font-size: 0.625rem;
	font-weight: 500;
	gap: 0.375rem;
	justify-content: center;
	line-height: 1.1;
	margin-top: 0.5625rem;
	padding: 0.2rem 0rem 0.175rem;
	width: 7.5rem;
}

.contact__entry-icon {
	flex-shrink: 0;
	height: 0.46875rem;
	width: 0.46875rem;
}

.contact__entry-icon--recruit {
	height: 0.1875rem;
	width: 0.25rem;
}

.contact__entry-visual {
	position: relative;
}

.contact__entry-img {
	-o-object-fit: cover;
	aspect-ratio: 962/321;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.contact__contact-img {
	-o-object-fit: cover;
	aspect-ratio: 962/294;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.contact__entry-img--hover {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
}

/* ========================================
  Contact Link
======================================== */

.contact__link {
	-webkit-text-decoration: none;
	border-radius: 1rem;
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact__link:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.contact__body {
	left: 1.3125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.contact__label {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.contact__text {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.46875rem;
}

.entry {
	padding: 2.5rem 0 5rem;
}

.entry__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.625rem;
}

.entry__lead {
	color: #000;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	opacity: 0;
	text-align: center;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.entry__lead.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.entry .form,
.entry .wpcf7 {
	margin-top: 2.0625rem;
}

.entry .form__field {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.entry .form__field.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.entry .form__field:nth-child(1) {
	transition-delay: 0s;
}

.entry .form__field:nth-child(2) {
	transition-delay: 0.1s;
}

.entry .form__field:nth-child(3) {
	transition-delay: 0.2s;
}

.entry .form__field:nth-child(4) {
	transition-delay: 0.3s;
}

.entry .form__field:nth-child(5) {
	transition-delay: 0.4s;
}

.entry .form__field:nth-child(6) {
	transition-delay: 0.5s;
}

.entry .form__field:nth-child(7) {
	transition-delay: 0.6s;
}

.entry .form__field:nth-child(8) {
	transition-delay: 0.7s;
}

.entry .form__field:nth-child(9) {
	transition-delay: 0.8s;
}

.entry .form__field:nth-child(10) {
	transition-delay: 0.9s;
}

.entry .form__submit {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.entry .form__submit.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.footer-pc {
	border-top: 1px solid #fff;
	padding-left: 3rem;
}

.footer-pc__flex {
	display: flex;
	justify-content: space-between;
	margin-top: 4.15625rem;
}

.footer-pc__logo {
	height: 1.5625rem;
	width: 8.3125rem;
}

.footer-pc__name {
	font-size: 1.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.25rem;
}

.footer-pc__address {
	font-size: 1.03125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.25rem;
}

.footer-pc__sns {
	align-items: center;
	display: flex;
	gap: 1.8125rem;
	margin-top: 1.5rem;
}

.footer-pc__sns-link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.footer-pc__sns-link:focus-visible {
	border-radius: 50%;
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-pc__instagram {
	height: 2rem;
	width: 2rem;
}

.footer-pc__youtube {
	height: 1.9375rem;
	width: 2.8125rem;
}

.footer-pc__privacy {
	-webkit-text-decoration: underline;
	color: #fff;
	display: inline-block;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.125;
	margin-top: 1.875rem;
	text-decoration: underline;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
}

.footer-pc__privacy:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-pc__nav {
	display: flex;
	gap: 2.5rem;
	margin-top: 0.625rem;
}

.footer-pc__item + .footer-pc__item {
	margin-top: 1.875rem;
}

.footer-pc__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.5125rem;
	letter-spacing: 0.15em;
	line-height: 1.116751269;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-pc__link::after {
	background-color: #fff;
	bottom: -2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

.footer-pc__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-pc__icon {
	height: 1.25rem;
	width: 1.125rem;
}

.footer-pc__copyright {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.1;
	margin-top: 3.625rem;
	text-align: right;
}

.footer-sp__logo {
	display: inline-block;
	transition: opacity 0.3s ease;
}

.footer-sp__logo:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-sp__logo img {
	height: 2rem;
	width: 10.625rem;
}

.footer-sp__nav {
	margin-left: 0.4375rem;
	margin-top: 2.25rem;
}

.footer-sp__item + .footer-sp__item {
	margin-top: 1.875rem;
}

.footer-sp__icon {
	height: 1.0625rem;
	position: relative;
	top: -0.0625rem;
	width: 0.9375rem;
}

.footer-sp__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.925rem;
	font-weight: 700;
	gap: 0.375rem;
	letter-spacing: 0.15em;
	line-height: 1.0810810811;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-sp__link::after {
	background-color: #fff;
	bottom: -2px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
	width: 100%;
}

.footer-sp__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-sp__privacy {
	-webkit-text-decoration: underline;
	color: #fff;
	display: inline-block;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.0833333333;
	margin-left: 0.5rem;
	margin-top: 1.53125rem;
	text-decoration: underline;
	text-transform: uppercase;
	transition: opacity 0.3s ease;
}

.footer-sp__privacy:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-sp__sns {
	align-items: center;
	display: flex;
	gap: 1.6875rem;
	margin-top: 1.875rem;
}

.footer-sp__sns-link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.footer-sp__sns-link:focus-visible {
	border-radius: 50%;
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.footer-sp__instagram {
	height: 1.625rem;
	width: 1.625rem;
}

.footer-sp__youtube {
	height: 1.625rem;
	width: 2.3125rem;
}

.footer-sp__buttons {
	border-top: 1px solid #fff;
	margin-top: 2.6875rem;
	padding-top: 1.875rem;

	display: flex;
	flex-direction: column;
}

.footer-sp__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #F55446;
	border-radius: 4.375rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 400;
	justify-content: space-between;
	letter-spacing: 0.03em;
	line-height: 2;
	min-width: 18.0625rem;
	padding: 1rem 0.8125rem 0.75rem 1.875rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.footer-sp__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.footer-sp__btn + .footer-sp__btn {
	margin-top: 1rem;
}

.footer-sp__btn--white {
	background-color: #fff;
	color: #F55446;
}

.footer-sp__btn-arrow {
	flex-shrink: 0;
	height: 2.34375rem;
	width: 2.40625rem;
}

.footer-sp__btn-arrow polygon,
.footer-sp__btn-arrow line,
.footer-sp__btn-arrow polyline {
	transition: stroke 0.3s ease, fill 0.3s ease;
}

.footer-sp__copyright {
	text-align: center;
}

.footer-sp__copyright small {
	display: inline-block;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.5rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1.125;
	margin-top: 2.8125rem;
	text-align: center;
}

.footer {
	background-color: #1C1B1C;
	color: #fff;
	padding: 3.75rem 0 1.25rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;

	padding: 0 2.1875rem;
}

/* ========================================
  Form（共通パーツ）
  CF7使用時: .wpcf7-form 内の input/textarea にも同スタイルを適用
======================================== */

.form__field + .form__field {
	margin-top: 1.375rem;
}

.form__label {
	align-items: center;
	color: #1C1B1C;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 0.625rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}

.form__required {
	align-items: center;
	background-color: #F55446;
	border-radius: 2.0625rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0rem 0.54375rem;
}

.form__input,
.form__textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF2F2;
	border: 1px solid #F55446;
	border-radius: 0.2125rem;
	color: #FFA39B;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 0.6875rem;
	padding: 0.625rem 1rem 0.5625rem;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	width: 100%;
}

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

.form__input::placeholder,
.form__textarea::placeholder {
	color: #FFADAD;
}

.form__input:not(:-moz-placeholder-shown),
.form__textarea:not(:-moz-placeholder-shown) {
	background-color: #fff;
	color: #1C1B1C;
}

.form__input:focus,
.form__textarea:focus,
.form__input:not(:placeholder-shown),
.form__textarea:not(:placeholder-shown) {
	background-color: #fff;
	color: #1C1B1C;
}

.form__input:focus-visible,
.form__textarea:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 2px;
}

.form__textarea {
	height: 8.75rem;
	resize: vertical;
}

.form__submit {
	margin-top: 24px;
	text-align: center;
}

.form__btn {
	background-color: #F55446;
	border: 1px solid transparent;
	border-radius: 2.875rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.0149253731;
	padding: 0.4125rem 0;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	width: 11.8125rem;
}

.form__btn:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.fv-pc {
	background-image: url("../images/common/fv-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding-bottom: 1.875rem;
	padding-top: 6.25rem;
	position: relative;
}

.fv__sentence {
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: 0;
}

.fv__text-row {
	overflow: hidden;
}

.fv__text-row:nth-child(odd) .fv__text-track {
	animation: fv-marquee-left 20s linear infinite;
}

.fv__text-row:nth-child(even) .fv__text-track {
	animation: fv-marquee-right 20s linear infinite;
}

.fv__text-track {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.fv__text {
	color: rgba(245, 84, 70, 0.11);
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 3.5625rem;
	font-weight: 700;
	line-height: 1.8;
	padding-right: 3.75rem;
	white-space: nowrap;
}

.fv__test {
	position: relative;
}

.fv__left-yourself {
	animation: fv-slide-from-left 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
	height: 22.5vw;
	left: 27.7%;
	position: absolute;
	top: 20%;
	transform: translate(-50%, -50%);
	width: 56.46%;
	z-index: 5;
}

.fv__content {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	opacity: 0;
	position: relative;
	transition: opacity 0.6s ease;
}

.fv__content.is-visible {
	opacity: 1;
}

.fv__bg-title {
	-webkit-clip-path: inset(0 50% 0 50%);
	clip-path: inset(0 50% 0 50%);
	color: #F55446;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 19.51vw;
	font-weight: 700;
	left: 50%;
	line-height: 0.8;
	overflow: visible;
	position: absolute;
	transform: translate(-50%, 0%);
	z-index: 20;
}

.fv__bg-title.js-ready {
	transition: -webkit-clip-path 1.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: clip-path 1.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: clip-path 1.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 1.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.fv__bg-title.is-visible {
	-webkit-clip-path: inset(0 0% 0 0%);
	clip-path: inset(0 0% 0 0%);
}

.fv__wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__wrap.is-entering {
	animation: fv-wrap-scalein 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.fv__star {
	-webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	display: block;
	height: 50.1875rem;
	position: relative;
	width: 57.875rem;
	z-index: 1;
}

.fv__star.is-spinning {
	animation: fv-star-spin 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fv__human {
	bottom: 0;
	height: 55.25rem;
	left: 50%;
	perspective: 1200px;
	position: absolute;
	transform: translateX(-50%);
	width: 36.25rem;
	z-index: 10;
}

.fv__human-flipper {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	will-change: transform;
}

.fv__human-flipper.is-flipped {
	transform: rotateY(180deg);
}

.fv__human--front,
.fv__human--back {
	-o-object-fit: contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: contain;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.fv__human--back {
	transform: rotateY(180deg);
}

.fv__images {
	position: relative;
}

.fv__comment {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	height: 17.71vw;
	left: 11%;
	position: absolute;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 51.46vw;
	z-index: 30;
}

.fv__comment.js-ready {
	transition: -webkit-clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fv__comment.is-visible {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

.fv__all {
	position: relative;
}

.fv__right-yourself {
	animation: fv-slide-from-right 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
	height: 22.5vw;
	position: absolute;
	right: 26.5%;
	top: 22%;
	transform: translate(50%, 50%);
	width: 56.46%;
	z-index: 5;
}

.fv__marquee-toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	bottom: 0.625rem;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.35);
	color: #F55446;
	cursor: pointer;
	display: flex;
	height: 2.25rem;
	justify-content: center;
	position: absolute;
	right: 0.625rem;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
	width: 2.25rem;
	z-index: 50;
}

.fv__marquee-toggle:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 2px;
}

.fv__marquee-icon--play {
	display: none;
}

.fv__marquee-toggle[aria-pressed=true] .fv__marquee-icon--pause {
	display: none;
}

.fv__marquee-toggle[aria-pressed=true] .fv__marquee-icon--play {
	display: block;
}

.fv-sp {
	background-image: url("../images/common/fv-sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding-top: 5.3125rem;
	position: relative;
}

.fv-sp__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
	z-index: 1;
}

.fv-sp__star {
	-webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	height: 33.125rem;
	left: calc(50% + 8.125rem);
	max-width: none;
	opacity: 0;
	position: absolute;
	top: 51%;
	transform: translate(-50%, -50%);
	width: 38.3125rem;
}

.fv-sp__star.is-entered {
	opacity: 1;
}

.fv-sp__star.is-spinning {
	animation: fv-sp-star-spin 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fv-sp__star.is-entering {
	animation: fv-sp-star-scalein 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.fv-sp__human {
	display: block;
	height: 40.3125rem;
	margin-left: auto;
	opacity: 0;
	perspective: 1200px;
	position: relative;
	transform: translateX(6rem);
	width: 25.75rem;
}

.fv-sp__human.is-entered {
	opacity: 1;
}

.fv-sp__human-flipper {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	will-change: transform;
}

.fv-sp__human-flipper.is-flipped {
	transform: rotateY(180deg);
}

.fv-sp__human--front,
.fv-sp__human--back {
	-o-object-fit: contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	height: 100%;
	left: 0;
	max-width: none;
	object-fit: contain;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.fv-sp__human--back {
	transform: rotateY(180deg);
}

.fv-sp__human.is-entering {
	animation: fv-sp-human-scalein 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.fv-sp__position {
	bottom: 1%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
	z-index: 10;
}

.fv-sp__comment {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	height: 11.625rem;
	margin-left: 1.875rem;
	width: 18.1875rem;
}

.fv-sp__comment.js-ready {
	transition: -webkit-clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fv-sp__comment.is-visible {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

.fv-sp__title {
	-webkit-clip-path: inset(0 50% 0 50%);
	clip-path: inset(0 50% 0 50%);
	color: #FF3F2E;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 7.8125rem;
	font-weight: 700;
	line-height: 0.8;
	margin-top: 1.625rem;
	opacity: 0.7;
	text-transform: uppercase;
}

.fv-sp__title.js-ready {
	transition: -webkit-clip-path 1.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: clip-path 1.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: clip-path 1.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 1.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.fv-sp__title.is-visible {
	-webkit-clip-path: inset(0 0% 0 0%);
	clip-path: inset(0 0% 0 0%);
}

.fv-sp__text-row {
	overflow: hidden;
}

.fv-sp__text-row:nth-child(odd) .fv-sp__text-track {
	animation: fv-marquee-left 20s linear infinite;
}

.fv-sp__text-row:nth-child(even) .fv-sp__text-track {
	animation: fv-marquee-right 20s linear infinite;
}

.fv-sp__text-track {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.fv-sp__text {
	color: rgba(245, 84, 70, 0.11);
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1.40625rem;
	font-weight: 700;
	line-height: 1.8;
	padding-right: 1.875rem;
	white-space: nowrap;
}

.fv-sp__sentences {
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.fv-sp__sentence {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-evenly;
}

.fv-sp .fv__marquee-toggle {
	bottom: 0rem;
	height: 1.25rem;
	right: 0rem;
	width: 1.25rem;
}

/* ========================================
  Header
======================================== */

.header {
	left: 0;
	padding: 3.125rem 0 0.625rem;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(0);
	transition: transform 0.4s ease;
	z-index: 200;
}

.header--scrolled {
	transform: translateY(-30px);
}

@media screen and (max-width: 767px) {
	.header--scrolled {
		transform: translateY(-35px);
	}
}

.header--sub {
	align-items: center;
	display: flex;
	height: 3.75rem;
	padding: 0;
}

.header--sub .header__inner {
	width: 100%;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 1.125rem;
}

.header__logo {
	display: block;
	line-height: 0;
	margin: 0;
}

.header__logo-link {
	display: block;
	line-height: 0;
	transition: opacity 0.3s ease;
}

.header__logo-link:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.header__logo-img {
	display: block;
	height: auto;
	width: 6.25rem;
}

.header__right {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.header__menu-text {
	color: #F55446;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.1;
}

.header__btn {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

.header__btn:focus-visible {
	border-radius: 4px;
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.header__btn:focus:not(:focus-visible) {
	outline: none;
}

.header__btn-hex {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background-color: #F55446;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	height: 2.25rem;
	position: relative;
	transition: transform 0.4s ease;
	width: 1.96875rem;
}

.header__btn-dot {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	height: 0.15625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
	width: 0.15625rem;
}

.header__btn-dot:nth-child(1) {
	transform: translate(calc(-50% - 0.39375rem), -50%);
}

.header__btn-dot:nth-child(2) {
	transform: translate(-50%, -50%);
}

.header__btn-dot:nth-child(3) {
	transform: translate(calc(-50% + 0.39375rem), -50%);
}

.header__btn[aria-expanded=true] .header__btn-dot:nth-child(1) {
	border-radius: 0.09375rem;
	height: 0.1875rem;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1.125rem;
}

.header__btn[aria-expanded=true] .header__btn-dot:nth-child(2) {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
}

.header__btn[aria-expanded=true] .header__btn-dot:nth-child(3) {
	border-radius: 0.09375rem;
	height: 0.1875rem;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1.125rem;
}

.header--inverted .header__menu-text {
	color: #fff;
}

.header--inverted .header__btn-hex {
	background-color: #fff;
}

.header--inverted .header__btn-dot {
	background-color: #F55446;
}

/* ========================================
  Recruit Page Entry Button (Hamburger)
======================================== */

.header__entry-btn {
	align-items: center;
	background-color: #fff;
	border: solid 1px #F55446;
	border-radius: 3.125rem;
	color: #F55446;
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 1.25rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 2;
	padding: 0.5rem 0;
	position: relative;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, width 0.3s ease, border-radius 0.3s ease, padding 0.3s ease;
	width: 10.625rem;
}

.header__entry-btn:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.header__entry-btn:focus:not(:focus-visible) {
	outline: none;
}

.header__entry-btn .header__btn-hex {
	display: none;
}

.header__entry-btn-label {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	transition: opacity 0.2s ease;
}

.header__entry-btn-icon {
	flex-shrink: 0;
	height: 0.625rem;
	width: 0.6875rem;
}

.header__entry-btn[aria-expanded=true] {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	padding: 0;
	width: 1.96875rem;
}

.header__entry-btn[aria-expanded=true] .header__entry-btn-label {
	display: none;
}

.header__entry-btn[aria-expanded=true] .header__btn-hex {
	display: block;
}

.header__entry-btn[aria-expanded=true] .header__btn-dot:nth-child(1) {
	border-radius: 0.09375rem;
	height: 0.1875rem;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1.125rem;
}

.header__entry-btn[aria-expanded=true] .header__btn-dot:nth-child(2) {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
}

.header__entry-btn[aria-expanded=true] .header__btn-dot:nth-child(3) {
	border-radius: 0.09375rem;
	height: 0.1875rem;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1.125rem;
}

/* ========================================
  Nav Drawer
======================================== */

.header__overlay {
	background: rgba(28, 27, 28, 0.5);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	z-index: 180;
}

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

.header__nav {
	background-color: #fff;
	box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0.05);
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 68%;
	z-index: 190;
}

.header__nav[aria-hidden=false] {
	transform: translateX(0);
}

.header__nav-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 7.25rem 1.6875rem 5.4375rem 1.375rem;
}

.header__nav-list {
	flex: 1;
	list-style: none;
	margin-left: 0.625rem;
	min-height: 0;
	overflow-y: auto;
}

.header__nav-item {
	padding: 0.625rem 0;
}

.header__nav-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #F55446;
	display: inline-flex;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 1.25rem;
	letter-spacing: 0.14em;
	line-height: 1.7;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: letter-spacing 0.3s ease;
}

.header__nav-link:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.header__nav-icon {
	flex-shrink: 0;
	height: 0.8125rem;
	width: 0.6875rem;
}

.header__nav-buttons {
	display: flex;
	flex-direction: column;
	gap: 0.84375rem;
	margin-top: 0.625rem;
}

.header__nav-btn {
	-webkit-text-decoration: none;
	border-radius: 2.125rem;
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 2;
	padding: 0.65625rem 0rem 0.59375rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.header__nav-btn:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.header__nav-btn--red {
	background-color: #F55446;
	border: 1px solid #F55446;
	color: #fff;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.header__nav-btn--black {
	background-color: #1C1B1C;
	border: 1px solid #1C1B1C;
	color: #fff;
	transition: background-color 0.3s ease, color 0.3s ease;
}

/* ========================================
  inc
======================================== */

.inc {
	background-color: rgba(250, 128, 114, 0.2);
	overflow: hidden;
	padding: 3.125rem 0 3.625rem;
	position: relative;
}

.inc::before {
	background-image: url("../images/common/inc-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.0625rem;
	left: 54%;
	position: absolute;
	top: -1%;
	transform: translate(-50%, 0%);
	width: 37.5625rem;
	z-index: 9;
}

.inc__bg {
	position: relative;
}

.inc__bg-title {
	color: rgba(250, 128, 114, 0.18);
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 21.5vw;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	mix-blend-mode: color-burn;
	position: absolute;
	top: -12%;
	transform: translate(-50%, 0%);
	z-index: 10;
}

.inc__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	padding: 0 1.5625rem;
	position: relative;
	z-index: 20;
}

.inc__title {
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.inc__title-char {
	display: inline-block;
	opacity: 0;
	transform: translateY(8px);
}

.inc__title.is-animated .inc__title-char {
	animation: incTitleCharIn 0.3s ease forwards;
}

.inc__sentence {
	margin-left: 0.625rem;
	margin-top: 2.5rem;
	padding-right: 1.25rem;
	position: relative;
}

.inc__shadow {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	color: rgba(250, 128, 114, 0.2);
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2.8571428571;
	position: absolute;
	right: -34.5%;
	top: -13%;
}

.inc__shadow.is-visible {
	animation: incShadowReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.inc__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.4285714286;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.inc__text.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.inc__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background: #1C1B1C;
	border-radius: 4.375rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: 0.8125rem;
	margin-top: 2.5rem;
	min-width: 11.625rem;
	padding: 0.46875rem 0rem 0.46875rem 0.625rem;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.inc__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.inc__btn-icon {
	flex-shrink: 0;
	height: 1.5rem;
	width: 1.625rem;
}

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

.interview-article__heading {
	color: #F55446;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	opacity: 0;
	padding-left: 0.875rem;
	position: relative;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.interview-article__heading.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.interview-article__heading::before {
	background-image: url("../images/common/single-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.4em;
	width: 0.4375rem;
}

.interview-article__type {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	opacity: 0;
	padding-left: 0.875rem;
	position: relative;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.interview-article__type.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.interview-article__type::before {
	color: #F55446;
	content: "Q.";
	font-size: 0.875rem;
	font-weight: 500;
	left: -0.125rem;
	line-height: 1.3;
	position: absolute;
	top: 0;
}

.interview-article__wrap + .interview-article__wrap {
	margin-top: 3.75rem;
}

.interview-article__question {
	margin-top: 1.875rem;
}

.interview-article__text {
	color: #181818;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5384615385;
	margin-top: 0.9375rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.interview-article__text.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.interview-article__schedule {
	background-color: #FFF3F2;
	border-radius: 0.9375rem;
	margin-top: 1.875rem;
	opacity: 0;
	padding: 2.75rem 1.25rem;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.interview-article__schedule.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.interview-article__schedule-title {
	color: #F55446;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.interview-article__schedule-divider {
	background: linear-gradient(to right, #F55446 5.25rem, #D5D5D5 7.75rem);
	border: none;
	height: 1px;
	margin-top: 0.75rem;
}

.interview-article__schedule-content {
	margin-top: 1.875rem;
}

.interview-article__schedule-dl {
	border-bottom: solid 1px #D5D5D5;
	display: flex;
	padding-bottom: 0.9375rem;
}

.interview-article__schedule-dl + .interview-article__schedule-dl {
	margin-top: 0.9375rem;
}

.interview-article__schedule-dl dt {
	color: #F55446;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
	width: 3.625rem;
}

.interview-article__schedule-dl dd {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.interview-article__img {
	margin-top: 1.875rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.interview-article__img.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.member {
	overflow: hidden;
	position: relative;
}

.member::before {
	background-image: url("../images/common/member-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 21.625rem;
	position: absolute;
	right: calc(50% - min(50%, 10.3rem));
	top: 22.75rem;
	width: 31.3125rem;
	z-index: -1;
}

.member__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.1875rem;
}

.member__inner .section-title,
.member__controls {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.member__inner .section-title.is-visible,
.member__controls.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ========================================
  Member Card
======================================== */

.member__slider-outer {
	-webkit-clip-path: inset(-50px 0 0 -3px);
	clip-path: inset(-50px 0 0 -3px);
	margin-right: -2.1875rem;
	margin-top: 3.125rem;
	opacity: 0;
	transform: translateY(80px) scale(0.97);
	transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.member__slider-outer.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.member__slider {
	overflow: visible;
}

.member__slider:not(.swiper-initialized) {
	visibility: hidden;
}

.member__slider:not(.swiper-initialized) .member__item {
	width: 86.9565217391%;
}

.member__list {
	align-items: stretch;
}

.member__item {
	height: auto;
	opacity: 1;
	position: relative;
	transform: none;
}

.member__item.swiper-slide-duplicate {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
}

.member__item[data-clone] {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
}

.member__slider .member__pagination {
	margin-top: 2rem;
	position: static;
	text-align: center;
	transform: translateX(-1.40625rem);
}

.member__slider .member__pagination .swiper-pagination-bullet {
	background: transparent;
	border: 0.67px solid #555555;
	border-radius: 50%;
	height: 0.419375rem;
	margin: 0 0.209375rem;
	opacity: 1;
	width: 0.419375rem;
}

.member__slider .member__pagination .swiper-pagination-bullet-active {
	background: #555555;
}

.member__num {
	color: #F55446;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	left: 3%;
	line-height: 1;
	position: absolute;
	top: -1.125rem;
	transition: transform 0.3s ease;
	z-index: 10;
}

.member__num span {
	font-family: "Quattrocento Sans", sans-serif;
	font-weight: 700;
}

.member__card {
	-webkit-text-decoration: none;
	background: #fff;
	border-radius: 1.125rem;
	display: block;
	position: relative;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.member__card::after {
	border: 3px solid transparent;
	border-radius: 1.3125rem;
	bottom: -3px;
	content: "";
	left: -3px;
	pointer-events: none;
	position: absolute;
	right: -3px;
	top: -3px;
	transition: border-color 0.3s ease;
	z-index: 10;
}

.member__card:focus-visible {
	border-radius: 1.125rem;
	outline: 3px solid #F55446;
	outline-offset: 3px;
}

.member__info {
	bottom: 1.25rem;
	color: #F55446;
	left: 1rem;
	position: absolute;
	z-index: 20;
}

.member__dept {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}

.member__name {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 0.25rem;
}

.member__visual {
	align-items: stretch;
	display: flex;
	position: relative;
}

.member__catch {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 0.5rem;
	position: absolute;
	right: 1.25rem;
	top: -1.25rem;
	z-index: 20;
}

.member__catch span {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	color: #F55446;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.0923076923;
	padding: 0.625rem 0.525rem 0.625rem 0.4rem;
	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.member__img-wrap {
	flex: 1;
	overflow: hidden;
}

.member__controls {
	display: none;
}

@property --scroll-peak {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 0%;
}

.member__scrollbar {
	--scroll-peak: 0%;
	background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(0% - 12%), #737373 0%, #D9D9D9 calc(0% + 12%), #D9D9D9 100%);
	background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 calc(var(--scroll-peak) - 12%), #737373 var(--scroll-peak), #D9D9D9 calc(var(--scroll-peak) + 12%), #D9D9D9 100%);
	border-radius: 1.5rem;
	flex: 1;
	height: 0.5rem;
	max-width: 59.625rem;
	transition: --scroll-peak 0.5s ease;
}

.member__nav {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 1.875rem;
}

.member__btn-prev,
.member__btn-next {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	height: 3.125rem;
	justify-content: center;
	padding: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 3.5625rem;
}

.member__btn-prev.swiper-button-disabled,
.member__btn-next.swiper-button-disabled {
	cursor: default;
	opacity: 0.4;
}

.member__btn-prev img,
.member__btn-next img {
	display: block;
	height: 100%;
	width: 100%;
}

.member__btn-prev:focus-visible,
.member__btn-next:focus-visible {
	border-radius: 4px;
	outline: 2px solid #1C1B1C;
	outline-offset: 4px;
}

.member__img-wrap img {
	-o-object-fit: cover;
	aspect-ratio: 300/385;
	border-radius: 0.9375rem;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news__title,
.news__list {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.news__title.is-visible,
.news__list.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.news__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.4375rem;
}

.news__flex {
	display: flex;
	flex-direction: column;
}

.news__left {
	display: contents;
}

.news__title {
	order: 1;
}

.news__list {
	list-style: none;
	margin-top: 3.125rem;
	order: 2;
	padding: 0 0.3125rem;
}

.news__item {
	border-bottom: 1px solid #1C1B1C;
}

.news__item + .news__item {
	margin-top: 1.5625rem;
}

.news__link {
	-webkit-text-decoration: none;
	color: #1C1B1C;
	display: block;
	padding-bottom: 1.5rem;
	position: relative;
	text-decoration: none;
}

.news__link:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 2px;
}

.news__text-row {
	align-items: center;
	display: flex;
}

.news__meta {
	align-items: center;
	display: flex;
}

.news__date {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.0833333333;
}

.news__category {
	background: rgba(250, 157, 120, 0.6);
	border-radius: 1.6875rem;
	color: #F55446;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.1666666667;
	margin-left: 1.4375rem;
	padding: 0.15rem 0.7125rem 0.1875rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.news__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0.91875rem;
}

.news__arrow {
	height: 2rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.news__text-row {
	padding-right: 3.5rem;
}

.news__arrow polygon {
	fill: transparent;
	stroke: #F55446;
	transition: stroke 0.3s ease, fill 0.3s ease;
}

.news__arrow line,
.news__arrow polyline {
	stroke: #F55446;
	transition: stroke 0.3s ease;
}

.news__more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
	order: 3;
}

.news__more {
	-webkit-text-decoration: none;
	align-items: center;
	background: #F55446;
	border-radius: 4.375rem;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 2;
	min-width: 11.625rem;
	padding: 0.625rem 0rem 0.3125rem 0.625rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.news__more:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.news__more-arrow {
	flex-shrink: 0;
	height: 1.5625rem;
	width: 1.5625rem;
}

.news__more-arrow polygon,
.news__more-arrow line,
.news__more-arrow polyline {
	transition: stroke 0.3s ease, fill 0.3s ease;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-pagenavi li {
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #F55446;
	border-radius: 50%;
	padding-bottom: 1px;
	color: #F55446;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	height: 2.125rem;
	justify-content: center;
	line-height: 2;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 2.125rem;
}

.wp-pagenavi a:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 3px;
}

.wp-pagenavi span.is-active,
.wp-pagenavi span.current {
	background-color: #F55446;
	color: #fff;
}

.position-modal {
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	overflow-y: auto;
	padding: 0rem 1.5625rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.position-modal.is-active {
	display: flex;
}

.position-modal__overlay {
	background-color: rgba(0, 0, 0, 0.55);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

.position-modal__dialog {
	background-color: #FCFAF6;
	border-radius: 0.9375rem;
	box-shadow: inset 0 0 0 1px #F55446;
	margin-bottom: auto;
	margin-top: auto;
	padding: 1.25rem 1.25rem 1.875rem;
	position: relative;
	width: 100%;
}

.position-modal__close {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	align-items: center;
	background-color: #F55446;
	border: none;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	color: #fff;
	cursor: pointer;
	display: flex;
	filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.6));
	flex-shrink: 0;
	height: 1.4375rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 1.4375rem;
	top: 1.25rem;
	width: 1.25rem;
}

.position-modal__close svg {
	height: 0.875rem;
	width: 0.875rem;
}

.position-modal__close:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.position-modal__header {
	padding-right: 3.125rem;
}

.position-modal__title {
	color: #F55446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

.position-modal__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.625rem;
}

.position-modal__tag {
	align-items: center;
	border: 1px solid #F55446;
	border-radius: 6.25rem;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	gap: 0.25rem;
	line-height: 1.2;
	padding: 0.1875rem 0.6875rem;
}

.position-modal__tag-icon {
	color: #F55446;
	flex-shrink: 0;
	height: 0.65625rem;
	width: 0.65625rem;
}

.position-modal__divider {
	border: none;
	border-top: 1px dashed #F55446;
	margin-top: 1.0625rem;
}

.position-modal__section {
	margin-top: 1.0625rem;
}

.position-modal__subtitle {
	color: #F55446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.1666666667;
}

.position-modal__list {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5rem;
	padding: 0;
}

.position-modal__list-item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.1666666667;
	padding-left: 0.875rem;
	position: relative;
}

.position-modal__list-item::before {
	color: #F55446;
	content: "・";
	left: 0;
	position: absolute;
}

.privacy {
	color: #1C1B1C;
	padding: 2.5rem 0 5rem;
}

.privacy__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.15625rem;
}

.privacy__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

.privacy__container {
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 1.875rem;
}

.privacy__head,
.privacy__subtitle {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8;
}

.privacy__head-text,
.privacy__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
}

.privacy__list {
	list-style: none;
	margin-top: 1.25rem;
}

.privacy__item + .privacy__item {
	margin-top: 1.25rem;
}

.privacy__text + .privacy__text {
	margin-top: 1.25rem;
}

/* ========================================
  recruit
======================================== */

.recruit {
	background-image: url("../images/common/recruit-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding: 3.75rem 0 2.25rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.recruit::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5 0.5' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.1'/%3E%3C/svg%3E");
	background-size: 200px 200px;
	bottom: 0;
	content: "";
	display: none;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.recruit__bg {
	position: relative;
}

.recruit__bg::before {
	background-image: url("../images/common/recruit-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 5.25rem;
	content: "";
	height: 14.3125rem;
	left: calc(50% - min(50%, -6.8rem));
	position: absolute;
	width: 12.4375rem;
	z-index: 10;
}

.recruit__bg::after {
	background-image: url("../images/common/recruit-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 5.25rem;
	content: "";
	height: 14.3125rem;
	position: absolute;
	right: calc(50% - min(50%, -6.8rem));
	width: 12.4375rem;
	z-index: 1;
}

.recruit__bg-title {
	color: #F55446;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 26.875vw;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	mix-blend-mode: color-burn;
	opacity: 0.4;
	position: absolute;
	top: -10.5%;
	transform: translate(-50%, 0%);
	z-index: 10;
}

.recruit__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.recruit__title {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	color: #fff;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	padding-left: 1.375rem;
	text-align: left;
}

.recruit__title.is-visible {
	animation: recruitTitleReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.recruit__text,
.recruit__btns {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.recruit__text.is-visible,
.recruit__btns.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.recruit__text {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 0.6875rem;
	padding-left: 1.375rem;
	text-align: left;
}

.recruit__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background: #fff;
	border-radius: 4.375rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
	color: #F55446;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 2.25rem;
	min-width: 11.625rem;
	padding: 0.46875rem 0rem 0.46875rem 0.625rem;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.recruit__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.recruit__btn-icon {
	flex-shrink: 0;
	height: 1.5rem;
	width: 1.625rem;
}

/* ========================================
  Recruit Voices
======================================== */

.recruit__voices {
	grid-column-gap: 0.5rem;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: grid;
	grid-template-columns: repeat(2, 12.375rem);
	justify-content: center;
	margin-top: 1.25rem;
	position: relative;
	z-index: 20;
}

.recruit__voice:nth-child(3) {
	grid-column: 1/3;
	justify-self: center;
	margin-top: -3.0625rem;
}

.recruit__voice-flipper-wrapper {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	height: 14.375rem;
	perspective: 1200px;
	width: 12.375rem;
}

.recruit__voice-flipper {
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.recruit__voice-flipper.is-flipped {
	transform: rotateY(180deg);
}

.recruit__voice-front,
.recruit__voice-back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.recruit__voice-front {
	background-image: url("../images/common/recruit-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.recruit__voice-back {
	transform: rotateY(180deg);
}

.recruit__voice-hex {
	-webkit-text-decoration: none;
	color: #fff;
	display: block;
	text-decoration: none;
}

.recruit__voice {
	position: relative;
}

.recruit__voice-hex:focus-visible {
	outline: none;
}

.recruit__voice:focus-within {
	outline: none;
}

.recruit__voice-hex::before {
	background: rgba(245, 84, 70, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.4s ease;
	z-index: 10;
}

.recruit__voice-hex::after {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 55%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.recruit__voice-img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: filter 0.4s ease;
	width: 100%;
}

.recruit__voice-body {
	bottom: 3.4375rem;
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 30;
}

.recruit__voice-catch {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.recruit__voice-link {
	-webkit-text-decoration: none;
	align-items: center;
	background: transparent;
	border-radius: 0.125rem;
	box-shadow: inset 0 0 0 1px #fff;
	color: #fff;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 0.625rem;
	letter-spacing: 0.1em;
	line-height: 2;
	padding: 0.25rem 0.4375rem 0.25rem 0.6875rem;
	text-decoration: none;
	text-shadow: 0 0 4px rgba(85, 85, 85, 0.7);
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.recruit__voice-icon {
	flex-shrink: 0;
	height: 1.4375rem;
	width: 1.4375rem;
}

.recruit__voice-icon polygon {
	fill: transparent;
	stroke: #fff;
	transition: fill 0.3s ease, stroke 0.3s ease;
}

.recruit__voice-icon line,
.recruit__voice-icon polyline {
	stroke: #fff;
	transition: stroke 0.3s ease;
}

.section-title {
	color: #F55446;
	display: flex;
	flex-direction: column;
	font-family: "Quattrocento Sans", sans-serif;
	text-align: center;
}

.section-title--left {
	text-align: left;
}

.section-title__en {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.section-title__jp {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.125rem;
}

.service {
	background: linear-gradient(to top, #FFFFFF 36%, #F6F6F6 100%);
}

.service__all {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.service__all::before {
	background-image: url("../images/common/service-icon-top-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 8.25rem;
	position: absolute;
	right: calc(50% - min(50%, 18rem));
	top: 3%;
	width: 5.8125rem;
	z-index: 0;
}

.service__all::after {
	background-image: url("../images/common/service-icon-center-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.1875rem;
	left: calc(50% - min(50%, 40rem));
	position: absolute;
	top: 37%;
	width: 4.625rem;
	z-index: 0;
}

.service__bg {
	position: relative;
}

.service__bg::before {
	background-image: url("../images/common/service-icon-bottom.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.75rem;
	content: "";
	height: 6.875rem;
	position: absolute;
	right: calc(50% - min(50%, 41rem));
	width: 7.9375rem;
	z-index: 10;
}

.service__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5625rem;
}

.service__title {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.service__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.service__list {
	margin-top: 4.0625rem;
	position: relative;
	z-index: 20;
}

.service__list li {
	opacity: 0;
	transform: translateY(120px) scale(0.92);
}

.service__list li.is-visible {
	animation: serviceBounceIn 1s cubic-bezier(0.34, 1.62, 0.64, 1) forwards;
}

.service__list li + li .service__item {
	margin-top: 4.0625rem;
}

.service__item {
	-webkit-text-decoration: none;
	background-color: #fff;
	border-radius: 0.625rem;
	border-top: 6px solid #1C1B1C;
	box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
	color: inherit;
	display: flex;
	flex-direction: column;
	position: relative;
	text-decoration: none;
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.service__number-logo {
	height: 2.75rem;
	left: 50%;
	position: absolute;
	top: -0.5%;
	transform: translate(-50%, -50%);
	width: 3.125rem;
	z-index: 10;
}

.service__arrow {
	bottom: 0.75rem;
	height: 2.5rem;
	position: absolute;
	right: 0.75rem;
	width: 2.9375rem;
	z-index: 10;
}

.service__body {
	padding: 2.8125rem 1.875rem 1.875rem;
}

.service__num {
	color: #F55446;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 2.675rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.service__name {
	align-items: center;
	color: #FF9188;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.625;
}

.service__name span {
	color: #F55446;
	font-family: "A P-OTF A1Gothic Std", "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
}

.service__desc {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 0.625rem;
}

.service__img-wrap img {
	-o-object-fit: cover;
	aspect-ratio: 340/226;
	border-radius: 0 0 0.625rem 0.625rem;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-interview-article {
	margin-top: 5rem;
	padding-bottom: 3.75rem;
}

.single-interview-article__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 0.9375rem;
}

.single-interview-article__article {
	background-color: #fff;
	border-radius: 0.9375rem;
	padding: 1.875rem 1.25rem;
}

.single-interview-article__title {
	color: #F55446;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.1466666667;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single-interview-article__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single-interview-article__divider {
	background: linear-gradient(to right, #F55446 5.25rem, #D5D5D5 5.25rem);
	border: none;
	height: 1px;
	margin-top: 0.75rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single-interview-article__divider.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single-interview-article__img {
	margin-top: 1.16875rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single-interview-article__img.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single-interview-article__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/159;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* .single-interview-article__content {
	margin-top: 1.75rem;
} */

.interview-article__content{
	margin-top: 1.75rem;
}

.interview-article__body {
	margin-top: 1.75rem;
}

.interview-article__body > * + * {
	margin-top: 1.875rem;
}

.interview-article__body > h3 {
	color: #F55446;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-top: 3.75rem;
	padding-left: 0.875rem;
	position: relative;
}

.interview-article__body > h3:first-child {
	margin-top: 0;
}

.interview-article__body > h3::before {
	background-image: url("../images/common/single-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.4em;
	width: 0.4375rem;
}

.interview-article__body > h4 {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding-left: 0.875rem;
	position: relative;
}

.interview-article__body > h4::before {
	color: #F55446;
	content: "Q.";
	font-size: 0.875rem;
	font-weight: 500;
	left: -0.125rem;
	line-height: 1.3;
	position: absolute;
	top: 0;
}

.interview-article__body > p {
	color: #181818;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5384615385;
	margin-top: 0.9375rem;
}

.interview-article__body figure img {
	width: 100%;
}

.single-interview-article__button {
	margin-top: 3.75rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single-interview-article__button.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single-interview-article__return {
	-webkit-text-decoration: none;
	align-items: center;
	border: solid 1px #F55446;
	border-radius: 3.125rem;
	color: #F55446;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 1.25rem;
	justify-content: center;
	line-height: 2.5;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 0;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	width: 11.125rem;
}

.single-interview-article__return:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.single-interview-article__return-icon {
	flex-shrink: 0;
	height: 0.625rem;
	width: 0.625rem;
}

.single-interview__all {
	background-color: #F5F1EA;
	overflow: hidden;
}

.single-interview-fv {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	padding-top: 5rem;
	position: relative;
}

.single-interview-fv::before {
	animation: siFvFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
	background-image: url("../images/common/single-interview-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0.375rem;
	content: "";
	height: 17.5rem;
	left: calc(50% - min(66%, 32.5rem));
	mix-blend-mode: hard-light;
	opacity: 0;
	position: absolute;
	width: 8.0625rem;
	z-index: 1;
}

.single-interview-fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.single-interview-fv__head {
	animation: siFvReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
	color: #F55446;
	opacity: 0;
	padding-left: 2.1875rem;
	transform: translateX(-40px);
}

.single-interview-fv__number {
	font-family: "Montserrat", sans-serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 0.1875rem;
}

.single-interview-fv__number span {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 3.125rem;
	font-weight: 700;
}

.single-interview-fv__title {
	display: flex;
	flex-direction: column;
}

.single-interview-fv__job {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.single-interview-fv__name {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.3;
	margin-top: 0.125rem;
}

.single-interview-fv__human {
	animation: siFvFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
	height: 21.0625rem;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	width: 22.875rem;
}

.single-interview-fv__wrap {
	margin-top: -0.875rem;
	position: relative;
	z-index: 5;
}

.single-interview-fv__catch {
	align-items: center;
	animation: siFvReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
	display: flex;
	flex-direction: row-reverse;
	gap: 0.5625rem;
	justify-content: center;
	opacity: 0;
	position: absolute;
	right: 6%;
	top: 5%;
	transform: translateY(-40px);
}

.single-interview-fv__catch-text {
	background-color: #F55446;
	color: #fff;
	font-size: 0.91875rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.0884353741;
	padding: 0.7rem 0.51875rem;
	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.single-interview-member {
	background-image: url("../images/common/interview-member-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0 3.75rem;
	position: relative;
}

.single-interview-member__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 0.625rem;
}

.single-interview-member__title {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Quattrocento Sans", sans-serif;
	opacity: 0;
	text-align: center;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single-interview-member__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single-interview-member__title-en {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.single-interview-member__title-jp {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.625rem;
}

.single-interview-member__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.single-interview-member__item {
	border-bottom: solid 1px #fff;
	opacity: 0;
	padding-bottom: 1.875rem;
	transform: translateX(-50px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
	width: 100%;
}

.single-interview-member__item.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.single-interview-member__item:nth-child(1) {
	transition-delay: 0s;
}

.single-interview-member__item:nth-child(2) {
	transition-delay: 0.18s;
}

.single-interview-member__item:nth-child(3) {
	transition-delay: 0.36s;
}

.single-interview-member__item:last-child {
	border-bottom: none;
}

.single-interview-member__link {
	display: flex;
	gap: 1.875rem;
	text-decoration: none;
	width: 100%;
}

.single-interview-member__face {
	overflow: hidden;
	position: relative;
	width: 40%;
}

.single-interview-member__face img {
	display: block;
	width: 100%;
}

.single-interview-member__wrapper {
	width: 52.05%;
}

.single-interview-member__subtitle {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	justify-content: center;
}

.single-interview-member__subtitle-text {
	background-color: #fff;
	color: #F55446;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6428571429;
	padding: 0.0625rem 0.53125rem 0rem;
}

.single-interview-member__info {
	color: #fff;
	margin-top: 1rem;
}

.single-interview-member__job {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.single-interview-member__name {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.3;
	margin-top: 0.25rem;
}

.single {
	padding: 2.5rem 0 3.75rem;
}

.single__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5625rem;
}

.single__container {
	background-color: #fff;
}

/* ========================================
  Article
======================================== */

.single__meta {
	align-items: center;
	display: flex;
	gap: 0.84375rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__meta.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__category {
	align-items: center;
	background-color: #FCC4AE;
	border-radius: 1rem;
	color: #F55446;
	display: inline-flex;
	font-size: 0.71875rem;
	font-weight: 500;
	line-height: 1.1304347826;
	padding: 0.125rem 0.3rem;
}

.single__date {
	font-size: 0.71875rem;
	font-weight: 400;
	line-height: 2;
}

.single__title {
	color: #F55446;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.1875;
	margin-top: 0.625rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__divider {
	background: linear-gradient(to right, #F55446 5.25rem, #D5D5D5 5.25rem);
	border: none;
	height: 1px;
	margin-top: 0.8125rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__divider.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__img {
	margin-top: 1.25rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__img.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__lead {
	color: #1C1B1C;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin-top: 1.5rem;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__lead.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__img img {
	-o-object-fit: contain;
	aspect-ratio: 340/169;
	background-color: #fff;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.single__body {
	margin-top: 1.875rem;
}

.single__body h3 {
	color: #F55446;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	opacity: 0;
	padding-left: 0.875rem;
	position: relative;
	transform: translateY(16px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__body h3.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__body h3::before {
	background-image: url("../images/common/single-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.4em;
	width: 0.4375rem;
}

.single__body h4 {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 0.625rem;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__body h4.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__body p {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.5714285714;
	margin-top: 1rem;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__body p.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__body > * + h3 {
	margin-top: 1.875rem;
}

/* ========================================
  Navigation
======================================== */

.single__nav {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr auto 1fr;
	margin-top: 2.625rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.single__nav.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.single__nav-prev,
.single__nav-next {
	-webkit-text-decoration: none;
	align-items: center;
	color: #F55446;
	display: flex;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 0.375rem;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	text-decoration: none;
	top: -0.0625rem;
}

.single__nav-prev:focus-visible,
.single__nav-next:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.single__nav-next {
	justify-content: flex-end;
}

.single__nav-back {
	-webkit-text-decoration: none;
	align-items: center;
	border: 1px solid #F55446;
	border-radius: 1.25rem;
	color: #F55446;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 0.4375rem;
	justify-content: center;
	line-height: 1.25;
	padding: 0.45rem 1rem 0.35rem 1.125rem;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	white-space: nowrap;
}

.single__nav-back:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.single__nav-icon {
	height: 0.3125rem;
	width: 0.3125rem;
}

.single__nav-arrow {
	display: block;
	flex-shrink: 0;
	height: 1.1875rem;
	position: relative;
	top: 0.0625rem;
	width: 1.3125rem;
}

.single__nav-arrow polygon {
	fill: transparent;
	stroke: #F55446;
	transition: fill 0.3s ease;
}

.single__nav-arrow line,
.single__nav-arrow polyline {
	stroke: #F55446;
	transition: stroke 0.3s ease;
}

/* 前後ナビ：記事なし時の非活性状態 */
.single__nav-prev--disabled,
.single__nav-next--disabled {
	color: #D5D5D5;
	cursor: default;
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 0.375rem;
	letter-spacing: 0.05em;
	line-height: 2;
	pointer-events: none;
}
.single__nav-next--disabled {
	justify-content: flex-end;
}
.single__nav-prev--disabled .single__nav-arrow polygon,
.single__nav-next--disabled .single__nav-arrow polygon {
	fill: #D5D5D5;
	stroke: #D5D5D5;
	transition: none;
}
.single__nav-prev--disabled .single__nav-arrow line,
.single__nav-prev--disabled .single__nav-arrow polyline,
.single__nav-next--disabled .single__nav-arrow line,
.single__nav-next--disabled .single__nav-arrow polyline {
	stroke: #fff;
	transition: none;
}

/* ブロックエディタ（Gutenberg）出力CSS */
.single__body > * + * {
	margin-top: 1rem;
}
.single__body ul,
.single__body ol {
	margin-top: 1rem;
	padding-left: 1.5rem;
}
.single__body ul {
	list-style: disc;
}
.single__body ol {
	list-style: decimal;
}
.single__body li {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.8;
}
.single__body li + li {
	margin-top: 0.25rem;
}
.single__body figure {
	margin-top: 1.5rem;
}
.single__body figure img {
	height: auto;
	width: 100%;
}
.single__body figcaption {
	color: #666;
	font-size: 0.75rem;
	margin-top: 0.25rem;
	text-align: center;
}
.single__body a {
	color: #F55446;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.single__body strong {
	font-weight: 700;
}
.single__body table {
	border-collapse: collapse;
	font-size: 0.875rem;
	margin-top: 1.5rem;
	width: 100%;
}
.single__body th,
.single__body td {
	border: 1px solid #D5D5D5;
	padding: 0.5rem 0.75rem;
	text-align: left;
	vertical-align: top;
}
.single__body th {
	background-color: #F5F1EA;
	font-weight: 700;
}

.sub-contact-form {
	background-color: #fff;
	border: solid 1px #F55446;
	border-radius: 0.54375rem;
	padding: 2.1875rem 1.5rem;
}

.sub-contact-form__heading {
	align-items: center;
	display: flex;
	gap: 0.54375rem;
	justify-content: center;
}

.sub-contact-form__icon {
	height: 1.09375rem;
	width: 1.09375rem;
}

.sub-contact-form__title {
	color: #F55446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.sub-contact-form__subtitle {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1.75rem;
	padding-bottom: 1.5rem;
}

.sub-contact-line {
	background-color: #fff;
	border: solid 1px #F55446;
	border-radius: 0.54375rem;
	padding: 2.1875rem 1.5rem;
}

.sub-contact-line__heading {
	align-items: center;
	display: flex;
	gap: 0.54375rem;
	justify-content: center;
}

.sub-contact-line__icon {
	height: 1.25rem;
	width: 1.375rem;
}

.sub-contact-line__title {
	color: #00B82E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.sub-contact-line__subtitle {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1.75rem;
	padding-bottom: 1.5rem;
}

/* ========================================
  Steps
======================================== */

.sub-contact-line__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-contact-line__list.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-contact-line__item {
	background-color: #FDFAFA;
	border: solid 1px #F55446;
	border-radius: 0.75rem;
	opacity: 0;
	padding: 0.75rem 1.25rem 0rem;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-contact-line__item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-contact-line__item + .sub-contact-line__item {
	margin-top: 1.25rem;
}

.sub-contact-line__step-head {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.sub-contact-line__step-badge {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	align-items: center;
	background-color: #F55446;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.125rem;
	height: 3.3125rem;
	justify-content: center;
	width: 2.875rem;
}

.sub-contact-line__step-label {
	color: #fff;
	font-family: "Avenir LT Pro", sans-serif;
	font-size: 0.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}

.sub-contact-line__step-num {
	color: #fff;
	font-family: "Avenir LT 55 Roman", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.125rem;
}

.sub-contact-line__step-title {
	color: #F55446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.sub-contact-line__step-desc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.375rem;
}

.sub-contact-line__step-head .sub-contact-line__step-img {
	display: none;
}

.sub-contact-line__step-head .sub-contact-line__step-img--qr {
	display: none;
}

.sub-contact-line__step-head .sub-contact-line__step-img--second {
	display: none;
}

.sub-contact-line__item > .sub-contact-line__step-img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: 69%;
}

.sub-contact-line__item > a {
	display: block;
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
	text-align: center;
}

.sub-contact-line__item .sub-contact-line__step-img--button {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.sub-contact {
	background-color: #fff;
	padding: 2.5rem 0 3.75rem;
}

.sub-contact__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5625rem;
}

.sub-contact__title {
	color: #F55446;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	opacity: 0;
	text-align: center;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-contact__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-contact__flex {
	margin-top: 1.25rem;
}

.sub-contact__form {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-contact__form.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-contact__line {
	margin-top: 2.5rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-contact__line.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.date {
	background-color: #E44335;
	overflow: hidden;
	padding: 4.875rem 0 1.875rem;
	position: relative;
}

.date::after {
	background-image: url("../images/common/date-logo-right.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14.625rem;
	position: absolute;
	right: calc(50% - min(50%, 12rem));
	top: -0.5rem;
	width: 14.1875rem;
	z-index: 0;
}

.date__bg {
	position: relative;
}

.date__bg::before {
	background-image: url("../images/common/date-bg-left.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18.5rem;
	position: absolute;
	right: calc(50% - min(10%, 50rem));
	top: 12.5625rem;
	width: 21.0625rem;
	z-index: 0;
}

.date__bg::after {
	background-image: url("../images/common/date-bg-right.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 20.625rem;
	position: absolute;
	right: calc(50% - min(90%, 50rem));
	top: 21.5625rem;
	width: 23.5rem;
	z-index: 0;
}

.date__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1rem;
}

.date__heading {
	font-family: "Quattrocento Sans", sans-serif;
}

.date__title {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	opacity: 0;
	text-transform: uppercase;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.date__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.date__subtitle {
	background-color: #fff;
	color: #E44335;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 0.25rem;
	opacity: 0;
	padding: 0.0625rem 0.40625rem 0rem;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.date__subtitle.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.date__text {
	color: #fff;
	font-family: "A P-OTF A1Gothic Std", "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.25rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.date__text.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.date__content {
	margin-top: 2.125rem;
	position: relative;
	z-index: 10;
}

.date__ranking-table {
	margin-top: 1rem;
}

.date__member-table,
.date__ranking-table,
.date__item {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.date__member-table.is-visible,
.date__ranking-table.is-visible,
.date__item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.date__member-table img {
	-o-object-fit: cover;
	aspect-ratio: 358/200;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.date__ranking-table img {
	-o-object-fit: cover;
	aspect-ratio: 358/326;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.date__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

.date__item {
	width: 100%;
}

.date__card-img img {
	-o-object-fit: cover;
	aspect-ratio: 358/297;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* ========================================
  Sub FV
======================================== */

.sub-fv {
	aspect-ratio: 390/200;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.sub-fv__bg {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.sub-fv__bg img {
	-o-object-fit: cover;
	aspect-ratio: 390/200;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-fv__inner {
	bottom: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.4375rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.sub-fv__content {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
}

.sub-fv__breadcrumb {
	margin-top: 1rem;
}

.sub-fv__title {
	animation: subFvFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8;
	opacity: 0;
	text-transform: uppercase;
	transform: translateY(16px);
}

.sub-fv__subtitle {
	animation: subFvFadeIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
	display: block;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8;
	opacity: 0;
	transform: translateY(16px);
}

.sub-fv--no-anim .sub-fv__title,
.sub-fv--no-anim .sub-fv__subtitle {
	animation: none;
	opacity: 1;
	transform: translateY(0);
}

.sub-news {
	padding: 2.5rem 0 3.875rem;
}

.sub-news__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 3.4375rem;
}

.sub-news__tabs {
	align-items: center;
	display: flex;
	gap: 0.53125rem;
	justify-content: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-news__tabs.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-news__tab {
	background-color: #fff;
	border: 1px solid #F55446;
	border-radius: 1.525rem;
	color: #F55446;
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 0.375rem 1.125rem;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.sub-news__tab:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 3px;
}

.sub-news__list {
	margin-top: 2.5rem;
}

.sub-news__item {
	border-bottom: solid 1px #D5D5D5;
	opacity: 0;
	padding-bottom: 1.5625rem;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-news__item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-news__item:nth-child(1) {
	transition-delay: 0s;
}

.sub-news__item:nth-child(2) {
	transition-delay: 0.1s;
}

.sub-news__item:nth-child(3) {
	transition-delay: 0.2s;
}

.sub-news__item:nth-child(4) {
	transition-delay: 0.3s;
}

.sub-news__item:nth-child(5) {
	transition-delay: 0.4s;
}

.sub-news__item:nth-child(6) {
	transition-delay: 0.5s;
}

.sub-news__item:nth-child(7) {
	transition-delay: 0.6s;
}

.sub-news__item:nth-child(8) {
	transition-delay: 0.7s;
}

.sub-news__item:nth-child(9) {
	transition-delay: 0.8s;
}

.sub-news__item:nth-child(10) {
	transition-delay: 0.9s;
}

.sub-news__item:nth-child(11) {
	transition-delay: 1s;
}

.sub-news__item:nth-child(12) {
	transition-delay: 1.1s;
}

.sub-news__item:nth-child(13) {
	transition-delay: 1.2s;
}

.sub-news__item:nth-child(14) {
	transition-delay: 1.3s;
}

.sub-news__item:nth-child(15) {
	transition-delay: 1.4s;
}

.sub-news__item:nth-child(16) {
	transition-delay: 1.5s;
}

.sub-news__item:nth-child(17) {
	transition-delay: 1.6s;
}

.sub-news__item:nth-child(18) {
	transition-delay: 1.7s;
}

.sub-news__item:nth-child(19) {
	transition-delay: 1.8s;
}

.sub-news__item:nth-child(20) {
	transition-delay: 1.9s;
}

.sub-news__item + .sub-news__item {
	margin-top: 1.875rem;
}

.sub-news__flex {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	text-decoration: none;
}

.sub-news__flex:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.sub-news__content {
	margin-top: 0.75rem;
}

.sub-news__img img {
	-o-object-fit: cover;
	aspect-ratio: 280/146;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-news__head {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.sub-news__time {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.sub-news__type {
	background-color: #FFE6DD;
	border-radius: 2.5rem;
	color: #F55446;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2142857143;
	padding: 0.3125rem 0.75rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.sub-news__title {
	color: #F55446;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 0.75rem;
}

.sub-news__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7428571429;
	margin-top: 0.75rem;
}

.sub-news__arrow {
	flex-shrink: 0;
	height: 4.125rem;
	margin-left: 3.125rem;
	width: 4.375rem;
}

.sub-news__arrow polygon {
	fill: transparent;
	stroke: #F55446;
	transition: stroke 0.3s ease, fill 0.3s ease;
}

.sub-news__arrow line,
.sub-news__arrow polyline {
	stroke: #F55446;
	transition: stroke 0.3s ease;
}

.sub-news__pagenavi {
	margin-top: 2.5rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-news__pagenavi.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-recruit-catchphrase {
	background-image: url("../images/common/recruit-catchphrase-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-recruit-catchphrase__bg {
	padding: 3.75rem 0 2.5rem;
}

.sub-recruit-catchphrase__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.59375rem;
}

.sub-recruit-catchphrase__title {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	color: #F55446;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 1.6875;
	margin-top: 1.0625rem;
}

.sub-recruit-catchphrase__title.is-visible {
	animation: catchphraseTitleReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.sub-recruit-catchphrase__text {
	color: #252525;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-recruit-catchphrase__text.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-recruit-catchphrase__text span {
	color: #F55446;
}

.sub-recruit-footer-sp {
	position: relative;
}

.sub-recruit-footer-sp__voice {
	bottom: 0%;
	color: #fa8072;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 13.5641025641vw;
	font-weight: 700;
	left: 50%;
	line-height: 1.8;
	margin-top: 1.25rem;
	mix-blend-mode: color-dodge;
	position: absolute;
	transform: translate(-50%, 0%);
	width: -moz-max-content;
	width: max-content;
}

.sub-recruit-footer-sp__logo {
	display: inline-block;
}

.sub-recruit-footer-sp__logo:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.sub-recruit-footer-sp__logo img {
	height: 2rem;
	width: 10.625rem;
}

.sub-recruit-footer-sp__nav {
	margin-top: 1.875rem;
}

.sub-recruit-footer-sp__item + .sub-recruit-footer-sp__item {
	margin-top: 1.875rem;
}

.sub-recruit-footer-sp__list + .sub-recruit-footer-sp__list {
	margin-top: 1.875rem;
}

.sub-recruit-footer-sp__link {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.125;
	text-decoration: none;
	text-transform: uppercase;
}

.sub-recruit-footer-sp__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.sub-recruit-footer-sp__link--regular {
	font-weight: 400;
}

.sub-recruit-footer-sp__sns {
	align-items: center;
	display: flex;
	gap: 1.3125rem;
	margin-top: 1rem;
}

.sub-recruit-footer-sp__sns-link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.sub-recruit-footer-sp__sns-link:focus-visible {
	border-radius: 50%;
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.sub-recruit-footer-sp__instagram {
	height: 1.1125rem;
	width: 1.1125rem;
}

.sub-recruit-footer-sp__youtube {
	height: 1.0625rem;
	width: 1.5rem;
}

.sub-recruit-footer-sp__buttons {
	border-top: 1px solid #fff;
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	text-align: center;
}

.sub-recruit-footer-sp__buttons-flex {
	display: flex;
	flex-direction: column;
}

.sub-recruit-footer-sp__btn {
	-webkit-text-decoration: none;
	background-color: #1C1B1C;
	border-radius: 3.125rem;
	box-shadow: 0 0 0.625rem rgba(214, 214, 214, 0.25);
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	padding: 1.0625rem 0rem 1rem;
	text-decoration: none;
}

.sub-recruit-footer-sp__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.sub-recruit-footer-sp__btn + .sub-recruit-footer-sp__btn {
	margin-top: 1.25rem;
}

.sub-recruit-footer-sp__btn--white {
	background-color: #fff;
	color: #1C1B1C;
}

.sub-recruit-footer-sp__copyright {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin-top: 6.5625rem;
	text-align: center;
}

.sub-recruit-footer-sp__info {
	color: #fff;
	margin-top: 1.25rem;
}

.sub-recruit-footer-sp__info-name {
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.sub-recruit-footer-sp__info-address {
	font-size: 1.03125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.25rem;
}

.sub-recruit-footer {
	background-color: #F55446;
	color: #fff;
	overflow: hidden;
	padding: 3.75rem 0 0.625rem;
}

.sub-recruit-footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.125rem;
}

.sub-recruit-fv {
	position: relative;
}

.sub-recruit-fv__img {
	display: block;
	margin: 0;
}

.sub-recruit-fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 390/848;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-recruit-fv__text {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	pointer-events: none;
	position: absolute;
}

.sub-recruit-fv__text.js-ready {
	transition: -webkit-clip-path 2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: clip-path 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sub-recruit-fv__text.is-visible {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

.sub-recruit-fv__text--01 {
	height: 50%;
	left: 2.8%;
	top: 0%;
	width: 60%;
}

.sub-recruit-fv__text--02 {
	bottom: 1%;
	height: 50.4%;
	right: 6%;
	width: 49.9%;
}

.sub-recruit-mind {
	background-color: #F55446;
	overflow: hidden;
	padding: 3.75rem 0 8.25rem;
	text-align: center;
}

.sub-recruit-mind__all {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.sub-recruit-mind__all::before {
	background-image: url("../images/common/recruit-mind-human04-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.21875rem;
	opacity: 0;
	position: absolute;
	right: calc(50% - min(50%, 38rem));
	top: 5.5rem;
	transition: opacity 0.6s ease;
	width: 4.53125rem;
	z-index: 1;
}

.sub-recruit-mind__all::after {
	background-image: url("../images/common/recruit-mind-human02.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.625rem;
	left: calc(50% - min(53%, 37.5rem));
	opacity: 0;
	position: absolute;
	top: 10.75rem;
	transition: opacity 0.6s ease 0.3s;
	width: 4.8125rem;
	z-index: 1;
}

.sub-recruit-mind__position {
	position: relative;
}

.sub-recruit-mind__position::before {
	background-image: url("../images/common/recruit-mind-human03-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	content: "";
	height: 4.3125rem;
	left: calc(50% - min(50%, 10rem));
	opacity: 0;
	position: absolute;
	transition: opacity 0.6s ease 0.6s;
	width: 4.4375rem;
	z-index: 1;
}

.sub-recruit-mind__position::after {
	background-image: url("../images/common/recruit-mind-human01-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2.5rem;
	content: "";
	height: 7.125rem;
	opacity: 0;
	position: absolute;
	right: calc(50% - min(50%, 30rem));
	transition: opacity 0.6s ease 0.9s;
	width: 6.5rem;
	z-index: 1;
}

.sub-recruit-mind__bg {
	position: relative;
}

.sub-recruit-mind__bg::before {
	background-image: url("../images/common/recruit-mind-human05-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5.125rem;
	content: "";
	height: 5.3125rem;
	left: calc(50% - min(50%, 10rem));
	opacity: 0;
	position: absolute;
	transition: opacity 0.6s ease 1.2s;
	width: 5.375rem;
	z-index: 1;
}

.sub-recruit-mind.is-human-visible .sub-recruit-mind__all::before {
	opacity: 1;
}

.sub-recruit-mind.is-human-visible .sub-recruit-mind__all::after {
	opacity: 1;
}

.sub-recruit-mind.is-human-visible .sub-recruit-mind__position::before {
	opacity: 1;
}

.sub-recruit-mind.is-human-visible .sub-recruit-mind__position::after {
	opacity: 1;
}

.sub-recruit-mind.is-human-visible .sub-recruit-mind__bg::before {
	opacity: 1;
}

.sub-recruit-mind__font {
	position: relative;
	will-change: filter, transform, opacity;
}

.sub-recruit-mind__font::before {
	background-image: url("../images/common/recruit-mind-font.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	filter: blur(16px);
	height: min(35.4861111111vw, 11.0625rem);
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.1);
	transition: opacity 1.6s ease 0.5s, filter 1.8s ease 0.5s, transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
	width: min(94.2361111111vw, 29.4375rem);
	z-index: 1;
}

.sub-recruit-mind__font.is-visible::before {
	filter: blur(0);
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.sub-recruit-mind__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.4375rem;
}

.sub-recruit-mind__title {
	color: #FFCAB2;
	font-family: "Montserrat", sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 10;
}

/* 上下に尖る六角形。padding-block を % 指定にすることでテキスト量に合わせて縦に伸縮 */

.sub-recruit-mind__hex {
	-webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 82%, 50% 100%, 0% 82%, 0% 20%);
	background-color: #fff;
	clip-path: polygon(50% 0%, 100% 20%, 100% 82%, 50% 100%, 0% 82%, 0% 20%);
	margin-top: -3.75rem;
	padding-bottom: 8.75rem;
	padding-top: 8.5625rem;
	text-align: center;
}

.sub-recruit-mind__lead {
	color: #F55446;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.1;
	opacity: 0;
	position: relative;
	transform: translateY(-20px);
	transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 10;
}

.sub-recruit-mind__lead.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-recruit-position {
	padding: 3.75rem 0;
}

.sub-recruit-position__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.59375rem;
}

.sub-recruit-position__title {
	color: #F55446;
	display: flex;
	flex-direction: column;
	font-family: "Quattrocento Sans", sans-serif;
	opacity: 0;
	text-align: center;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-recruit-position__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-recruit-position__title-en {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.sub-recruit-position__title-jp {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 0.5rem;
}

/* ========================================
  Position List
======================================== */

.sub-recruit-position__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1.875rem;
	padding: 0;
}

.sub-recruit-position__item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-recruit-position__item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-recruit-position__btn {
	align-items: center;
	background: linear-gradient(90deg, #f22716 50%, #F55446 50%);
	background-position: right center;
	background-size: 200% 100%;
	border: none;
	border-radius: 0.3rem;
	cursor: pointer;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1rem 0.75rem 1rem 1.0625rem;
	text-align: left;
	transition: background-position 0.45s ease, transform 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.sub-recruit-position__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.sub-recruit-position__info {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.375rem;
	min-width: 0;
}

.sub-recruit-position__name {
	color: #fff;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2142857143;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub-recruit-position__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.sub-recruit-position__tag {
	border: 1px solid #fff;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.125rem 0.375rem;
	white-space: nowrap;
}

.sub-recruit-position__plus {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	align-items: center;
	background-color: #fff;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	color: #F55446;
	display: flex;
	flex-shrink: 0;
	height: 1rem;
	justify-content: center;
	line-height: 0;
	transition: transform 0.35s ease;
	width: 0.9375rem;
}

.sub-recruit-position__plus svg {
	display: block;
	height: 0.5rem;
	width: 0.5rem;
}

.sub-recruit-scroll {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: -8.75rem;
}

.sub-recruit-scroll__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2083333333;
}

.sub-recruit-scroll__text {
	animation: scroll-text-pulse 0.9s ease-in-out infinite;
	will-change: opacity;
}

.sub-recruit-scroll__line {
	background-color: rgba(255, 255, 255, 0.25);
	display: block;
	height: 3.625rem;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	width: 1px;
}

.sub-recruit-scroll__line::after {
	animation: scroll-line-flow 0.9s ease-in-out infinite;
	background: linear-gradient(to bottom, transparent, #fff, transparent);
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	will-change: transform;
}

.sub-recruit-scroll::after {
	animation: scroll-arrow-bounce 0.9s ease-in-out infinite;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	display: block;
	height: 0.5rem;
	margin-top: 0.375rem;
	transform: rotate(45deg);
	width: 0.5rem;
	will-change: transform, opacity;
}

.sub-recruit-style {
	background-image: url("../images/common/recruit-style-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0;
}

.sub-recruit-style__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.59375rem;
}

.sub-recruit-style__title {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Quattrocento Sans", sans-serif;
	opacity: 0;
	text-align: center;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-recruit-style__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-recruit-style__title-en {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.sub-recruit-style__title-jp {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 0.5rem;
}

.sub-recruit-style__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.875rem;
}

.sub-recruit-style__item {
	background-color: #fff;
	margin: 0;
	max-width: calc(50% - 0.375rem);
	opacity: 0;
	padding: 1.09375rem 0 0.9375rem;
	transform: translateX(-40px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	width: 100%;
}

.sub-recruit-style__item.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.sub-recruit-style__img {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.sub-recruit-style__img img {
	-o-object-fit: cover;
	aspect-ratio: 82/82;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-recruit-style__subtitle {
	color: #F55446;
	font-size: 0.89375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.75rem;
	text-align: center;
	white-space: nowrap;
}

.sub-recruit-style__subtitle span {
	margin: 0 -0.3125rem;
}

.sub-recruit-style__border {
	border: solid 1.5px #F55446;
	margin: 0.625rem auto 0;
	width: 2.5rem;
}

.sub-recruit-style__text {
	font-size: 0.6375rem;
	font-weight: 400;
	line-height: 1.6078431373;
	margin-top: 0.875rem;
	padding: 0 1.03125rem;
}

.sub-recruit-voice {
	background-color: #F55446;
	overflow: hidden;
	padding: 3.75rem 0;
}

.sub-recruit-voice__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 1.5625rem;
}

.sub-recruit-voice__title {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Quattrocento Sans", sans-serif;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-recruit-voice__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-recruit-voice__title-en {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.sub-recruit-voice__title-jp {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.5rem;
}

.sub-recruit-voice__slider-outer {
	-webkit-clip-path: inset(-20px 0 0 0);
	clip-path: inset(-20px 0 0 0);
	margin-top: 0.6875rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.sub-recruit-voice__slider-outer.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-recruit-voice__slider {
	overflow: visible;
}

.sub-recruit-voice__slider:not(.swiper-initialized) {
	visibility: hidden;
}

.sub-recruit-voice__slider:not(.swiper-initialized) .sub-recruit-voice__card {
	width: 86.2068965517%;
}

.sub-recruit-voice__list {
	align-items: stretch;
}

.sub-recruit-voice__controls .sub-recruit-voice__pagination {
	position: static;
	text-align: center;
	width: auto;
}

.sub-recruit-voice__pagination .swiper-pagination-bullet {
	background: transparent;
	border: 0.67px solid #fff;
	border-radius: 50%;
	height: 0.419375rem;
	margin: 0 0.209375rem;
	opacity: 1;
	width: 0.419375rem;
}

.sub-recruit-voice__pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.sub-recruit-voice__controls {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	margin-left: -1.5625rem;
	margin-top: 1.5rem;
	width: 100vw;
}

.sub-recruit-voice__btn-prev,
.sub-recruit-voice__btn-next {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	height: 3.125rem;
	justify-content: center;
	padding: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	width: 3.5625rem;
}

.sub-recruit-voice__btn-prev.swiper-button-disabled,
.sub-recruit-voice__btn-next.swiper-button-disabled {
	cursor: default;
	opacity: 0.4;
}

.sub-recruit-voice__btn-prev img,
.sub-recruit-voice__btn-next img {
	display: block;
	height: 100%;
	width: 100%;
}

.sub-recruit-voice__btn-prev:focus-visible,
.sub-recruit-voice__btn-next:focus-visible {
	border-radius: 4px;
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.sub-recruit-voice__card {
	background-color: #fff;
	padding: 1.875rem 2.125rem;
	position: relative;
}

.sub-recruit-voice__card::before {
	background-image: url("../images/common/recruit-voice-card-loco.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 21.1875rem;
	left: calc(50% - min(61%, 50rem));
	mix-blend-mode: hard-light;
	position: absolute;
	top: -0.75rem;
	width: 9.75rem;
	z-index: 1;
}

.sub-recruit-voice__human {
	position: relative;
	z-index: 10;
}

.sub-recruit-voice__human img {
	-o-object-fit: cover;
	aspect-ratio: 276/255;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-recruit-voice__sentence {
	margin-top: 2.5rem;
	position: relative;
	z-index: 10;
}

.sub-recruit-voice__head {
	background-color: #F55446;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
}

.sub-recruit-voice__text {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.8333333333;
	margin-top: 1.04375rem;
}

.sub-recruit-voice__button {
	margin-top: 1rem;
	text-align: left;
}

.sub-recruit-voice__return {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: solid 1px #F55446;
	border-radius: 1.625rem;
	color: #F55446;
	display: flex;
	font-size: 0.625rem;
	font-weight: 500;
	gap: 0.625rem;
	justify-content: center;
	line-height: 2.1;
	padding: 0.2625rem 0 0.1375rem;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	width: 6.5rem;
}

.sub-recruit-voice__return:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.sub-recruit-voice__button-icon {
	flex-shrink: 0;
	height: 0.3125rem;
	width: 0.375rem;
}

.sub-service-button__link {
	align-items: center;
	background-color: #1C1B1C;
	border: 2px solid #1C1B1C;
	border-radius: 4.375rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 0.625rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	padding: 0.75rem 0.25rem 0.75rem 1.25rem;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	width: 15.9375rem;
}

.sub-service-button__link:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.sub-service-button__icon {
	height: 2.125rem;
	width: 2.5rem;
}

.sub-service {
	background-color: #FEE6E3;
	padding: 3.75rem 0 5rem;
}

.sub-service__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5625rem;
}

.sub-service__title {
	color: #F55446;
	display: flex;
	flex-direction: column;
	opacity: 0;
	text-align: center;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-service__title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-service__title-en {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.sub-service__title-jp {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.5rem;
}

.sub-service__title-jp span {
	font-size: 0.625rem;
}

.sub-service__service {
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 10;
}

.sub-service__service.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-service__service-label {
	color: #F55446;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-align: left;
}

.sub-service__service-name {
	align-items: center;
	color: #F55446;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.sub-service__service-name::after {
	background-color: #F55446;
	content: "";
	flex: 1;
	height: 0.0625rem;
}

.sub-service__list {
	margin-top: 1.875rem;
}

.sub-service__item {
	background-color: #fff;
	border-radius: 0.9375rem;
	padding: 1.875rem 0.625rem;
	position: relative;
	scroll-margin-top: 100px;
}

.sub-service__item + .sub-service__item {
	margin-top: 2.5rem;
}

.sub-service__number {
	color: #F55446;
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	left: 1.625rem;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: -1.2%;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 10;
}

.sub-service__number.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-service__number--position {
	top: -2.5%;
}

.sub-service__heading {
	align-items: center;
	display: flex;
	gap: 0.25rem;
	opacity: 0;
	padding-left: 1.25rem;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-service__heading.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-service__heading--second {
	align-items: flex-start;
	padding-left: 1.25rem;
}

.sub-service__heading-icon {
	height: 0.5625rem;
	width: 0.625rem;
}

.sub-service__heading-icon--second {
	position: relative;
	top: 0.1875rem;
}

.sub-service__heading-text {
	color: #F55446;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.sub-service__images {
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 10;
}

.sub-service__images.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-service__remarks {
	color: #8E8E8E;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.4;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	margin-top: 1.875rem;
}

.sub-service__img {
	margin-top: 0.54375rem;
}

.sub-service__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/200;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-service__content {
	margin-top: 0.78125rem;
	padding: 0 1.1875rem;
}

.sub-service__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-left: 0.28125rem;
	margin-right: 0.28125rem;
	margin-top: 0.79375rem;
}

.sub-service__card {
	background-color: #F55446;
	border-radius: 0.46875rem;
	color: #fff;
	margin: 0;
	max-width: calc(50% - 0.3125rem);
	opacity: 0;
	padding: 0.65625rem 0.625rem;
	text-align: center;
	transform: translateX(-60px) rotate(-3deg);
	transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	width: 100%;
}

.sub-service__card:nth-child(1) {
	transition-delay: 0s;
}

.sub-service__card:nth-child(2) {
	transition-delay: 0.1s;
}

.sub-service__card:nth-child(3) {
	transition-delay: 0.2s;
}

.sub-service__card:nth-child(4) {
	transition-delay: 0.3s;
}

.sub-service__card:nth-child(5) {
	transition-delay: 0.4s;
}

.sub-service__card:nth-child(6) {
	transition-delay: 0.5s;
}

.sub-service__card.is-visible {
	opacity: 1;
	transform: translateX(0) rotate(0deg);
}

.sub-service__card-head {
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.sub-service__card-icon {
	height: 4.4375rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.375rem;
}

.sub-service__card-icon--second {
	height: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.25rem;
	width: 3.75rem;
}

.sub-service__card-icon--third {
	height: 3.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	width: 3.25rem;
}

.sub-service__card-icon--four {
	height: 3.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	width: 3.25rem;
}

.sub-service__card-text {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 0.625rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.4;
	min-height: 1.75rem;
}

.sub-service__card-text--second {
	margin-top: 0.8125rem;
}

.sub-service__card-text--third {
	margin-top: 0.625rem;
}

.sub-service__card-text--four {
	margin-top: 0.625rem;
}

.sub-service__flex {
	margin-top: 1.25rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sub-service__flex.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.sub-service__flex--second {
	margin-top: 0.75rem;
}

.sub-service__flex--third {
	margin-top: 0.75rem;
}

.sub-service__table {
	margin-top: 1.25rem;
}

.sub-service__table img {
	-o-object-fit: cover;
	aspect-ratio: 282/254;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-service__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2.2;
}

.sub-service__buttons {
	margin-top: 1.875rem;
	text-align: center;
}

.sub-title {
	color: #F55446;
	display: flex;
	flex-direction: column;
	font-family: "Quattrocento Sans", sans-serif;
	text-align: center;
}

.sub-title--left {
	text-align: left;
}

.sub-title--left::after {
	background-color: #F55446;
	content: "";
	display: block;
	height: 0.125rem;
	margin-top: 1.25rem;
	width: 2.5rem;
}

.sub-title__en {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

.sub-title__jp {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.24;
	margin-top: 0rem;
}

.thanks {
	padding: 2.875rem 0 3.75rem;
	text-align: center;
}

.thanks__inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5625rem;
}

.thanks__heading {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
}

.thanks__logo {
	height: 1rem;
	width: 1.125rem;
}

.thanks__title {
	color: #F55446;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	white-space: nowrap;
}

.thanks__sentence {
	color: #1C1B1C;
	margin-top: 1.875rem;
}

.thanks__text {
	font-size: 0.875rem;
	line-height: 2;
}

.thanks__text--short {
	font-size: 0.875rem;
}

.thanks__text--margin-sp {
	margin-top: 0.875rem;
}

.thanks__remarks {
	color: #F55446;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.6153846154;
	margin-top: 1.25rem;
}

.thanks__button {
	margin-top: 1.6875rem;
}

.thanks__return {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: solid 1px #F55446;
	border-radius: 3.125rem;
	color: #F55446;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 1.25rem;
	justify-content: center;
	line-height: 2.2222222222;
	margin-left: auto;
	margin-right: auto;
	padding: 0.1875rem 2rem 0.1875rem 2.25rem;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	width: 15.4375rem;
}

.thanks__return:focus-visible {
	outline: 2px solid #F55446;
	outline-offset: 4px;
}

.thanks__button-icon {
	flex-shrink: 0;
	height: 0.625rem;
	width: 0.625rem;
}

@media (prefers-reduced-motion: reduce) {

.about__title-char {
	animation: none;
	opacity: 1;
	transform: none;
}

.about__text {
	transition: none;
	transition-delay: 0s;
}

.breadcrumb__link {
	transition: none;
}

.company-info__title,
.company-info__row {
	opacity: 1;
	transform: none;
	transition: none;
}

.company-info__link:hover::after {
	animation: none;
}

.company-message__title,
.company-message__text,
.company-message__box {
	opacity: 1;
	transform: none;
	transition: none;
}

.company-message__subtitle {
	-webkit-clip-path: none;
	animation: none;
	clip-path: none;
}

.company-message__position {
	transform: perspective(1000px) translateX(-50%) rotateY(0deg);
	transition: none;
}

.company-philosophy__title,
.company-philosophy__text-line {
	opacity: 1;
	transform: none;
	transition: none;
}

.company-philosophy__stop.js-ready {
	-webkit-clip-path: none;
	clip-path: none;
	transition: none;
}

.company-value-pc__fv-label {
	opacity: 1;
	transform: none;
	transition: none;
}

.company-value-pc__hex-flipper {
	transition: none;
}

.company-value-sp__head {
	opacity: 1;
	transform: none;
	transition: none;
}

.company-value-sp__hex-flipper {
	transition: none;
}

.company-vision__hexagon {
	opacity: 1;
	transform: none;
	transition: none;
}

.company-vision__heading {
	opacity: 1;
	transform: none;
	transition: none;
}

.company-vision__title {
	-webkit-clip-path: none;
	animation: none;
	clip-path: none;
}

.company-vision__sentence {
	-webkit-clip-path: none;
	animation: none;
	clip-path: none;
}

.contact__entry,
.contact__entry-img--hover,
.contact__link,
.contact__entry-catch,
.contact__entry-catch--recruit {
	transition: none;
}

.footer-pc__sns-link,
.footer-pc__privacy {
	transition: none;
}

.footer-pc__link::after {
	transition: none;
}

.footer-sp__logo,
.footer-sp__privacy,
.footer-sp__sns-link,
.footer-sp__btn,
.footer-sp__btn-arrow polygon,
.footer-sp__btn-arrow line,
.footer-sp__btn-arrow polyline {
	transition: none;
}

.footer-sp__link::after {
	transition: none;
}

.fv__text-track {
	animation: none;
}

.fv__left-yourself,
.fv__right-yourself {
	animation: none;
	opacity: 1;
}

.fv__star.is-spinning {
	animation: none;
}

.fv__human-flipper {
	transition: none;
}

.fv__wrap.is-entering {
	animation: none;
	opacity: 1;
}

.fv__bg-title,
.fv__comment {
	-webkit-clip-path: none;
	clip-path: none;
}

.fv__bg-title.js-ready,
.fv__comment.js-ready {
	transition: none;
}

.fv__marquee-toggle {
	display: none;
}

.fv-sp__text-track {
	animation: none;
}

.fv-sp__star.is-entering,
.fv-sp__star.is-spinning {
	animation: none;
	opacity: 1;
}

.fv-sp__human.is-entering {
	animation: none;
	opacity: 1;
}

.fv-sp__human-flipper {
	transition: none;
}

.fv-sp__comment.js-ready,
.fv-sp__title.js-ready {
	-webkit-clip-path: none;
	clip-path: none;
	transition: none;
}

.fv__marquee-toggle {
	display: none;
}

.header__logo-link,
.header__btn-hex,
.header__overlay,
.header__nav,
.header__nav-btn--red,
.header__nav-btn--black,
.header__entry-btn,
.header__entry-btn-label {
	transition: none;
}

.header__btn-dot {
	transition: none;
}

.header__nav-link {
	transition: none;
}

.header__nav-link::after {
	transition: none;
}

.interview-article__heading,
.interview-article__type,
.interview-article__text,
.interview-article__schedule,
.interview-article__img {
	transition: none;
}

.service__item {
	transition: none;
}

.service__arrow {
	animation: none;
}

.single-interview-article__title,
.single-interview-article__divider,
.single-interview-article__img,
.single-interview-article__button,
.single-interview-article__return {
	transition: none;
}

.single-interview-fv::before,
.single-interview-fv__human {
	animation: none;
	opacity: 1;
}

.single-interview-fv__head,
.single-interview-fv__catch {
	animation: none;
	opacity: 1;
	transform: none;
}

.single-interview-member__title,
.single-interview-member__item {
	transition: none;
	transition-delay: 0s;
}

.single__meta,
.single__title,
.single__divider,
.single__img,
.single__body,
.single__nav,
.single__nav-back {
	transition: none;
}

.single__nav-arrow polygon,
.single__nav-arrow line,
.single__nav-arrow polyline {
	transition: none;
}

.sub-fv__title,
.sub-fv__subtitle {
	animation: none;
	opacity: 1;
	transform: translateY(0);
}

.sub-news__tabs,
.sub-news__item,
.sub-news__pagenavi {
	opacity: 1;
	transform: none;
	transition: none;
}

.sub-recruit-fv__text.js-ready {
	transition: none;
}

.sub-recruit-position__btn,
.sub-recruit-position__plus {
	transition: none;
}

.sub-recruit-scroll__text,
.sub-recruit-scroll__line::after,
.sub-recruit-scroll::after {
	animation: none;
}

.sub-recruit-voice__btn-prev,
.sub-recruit-voice__btn-next,
.sub-recruit-voice__return {
	transition: none;
}

.sub-service__title,
.sub-service__service,
.sub-service__number,
.sub-service__heading,
.sub-service__images,
.sub-service__flex {
	opacity: 1;
	transform: none;
	transition: none;
}

.sub-service__card {
	opacity: 1;
	transform: none;
	transition: none;
}

}

@media (any-hover: hover) {

.breadcrumb__link:hover {
	opacity: 0.7;
}

.company-info__link:hover::after {
	animation: link-sweep 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.contact__entry:hover .contact__entry-catch {
	background-color: #fff;
	color: #F55446;
}

.contact__entry:hover .contact__entry-img--hover,
.contact__link:hover .contact__entry-img--hover {
	opacity: 1;
}

.contact__link:hover {
	color: #F55446;
}

.footer-pc__sns-link:hover {
	opacity: 0.7;
}

.footer-pc__privacy:hover {
	opacity: 0.7;
}

.footer-pc__link:hover::after {
	transform: scaleX(1);
}

.footer-sp__logo:hover {
	opacity: 0.7;
}

.footer-sp__link:hover::after {
	transform: scaleX(1);
}

.footer-sp__privacy:hover {
	opacity: 0.7;
}

.footer-sp__sns-link:hover {
	opacity: 0.7;
}

.form__btn:hover {
	background-color: #fff;
	border-color: #F55446;
	color: #F55446;
}

.fv__marquee-toggle:hover {
	background: #fff;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.45);
}

.header__logo-link:hover {
	opacity: 0.7;
}

.header__btn:not([aria-expanded=true]):hover .header__btn-hex {
	transform: rotate(30deg);
}

.header__entry-btn:hover:not([aria-expanded=true]) {
	background-color: #1C1B1C;
	border-color: #1C1B1C;
	color: #fff;
}

.header__nav-link:hover {
	letter-spacing: 0.2em;
}

.header__nav-link:hover::after {
	transform: scaleX(1);
}

.header__nav-btn--red:hover {
	background-color: #fff;
	color: #F55446;
}

.header__nav-btn--black:hover {
	background-color: #fff;
	color: #1C1B1C;
}

.inc__btn:hover {
	background: #fff;
	color: #F55446;
}

.member__card:hover {
	transform: translateY(-10px);
}

.member__card:hover::after {
	border-color: #F55446;
}

.member__item:has(.member__card:hover) .member__num {
	transform: translateY(-10px);
}

.member__btn-prev:hover:not(.swiper-button-disabled) {
	transform: rotate(20deg);
}

.member__btn-next:hover:not(.swiper-button-disabled) {
	transform: rotate(-20deg);
}

.news__link:hover .news__category {
	background: #F55446;
	color: #fff;
}

.news__link:hover .news__arrow polygon {
	fill: #F55446;
	stroke: #F55446;
}

.news__link:hover .news__arrow line,
.news__link:hover .news__arrow polyline {
	stroke: #fff;
}

.news__more:hover {
	background-color: #1C1B1C;
}

.news__more:hover .news__more-arrow polygon {
	fill: #F55446;
	stroke: #F55446;
}

.news__more:hover .news__more-arrow line,
.news__more:hover .news__more-arrow polyline {
	stroke: #fff;
}

.wp-pagenavi a:hover {
	background-color: #F55446;
	color: #fff;
}

.position-modal__close:hover {
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

.recruit__btn:hover {
	background-color: #1C1B1C;
	color: #fff;
}

.recruit__voice-hex:hover::before {
	opacity: 0;
}

.recruit__voice-hex:hover .recruit__voice-link {
	background-color: #fff;
	box-shadow: inset 0 0 0 2px #F55446;
	color: #F55446;
}

.recruit__voice-hex:hover .recruit__voice-link .recruit__voice-icon polygon {
	fill: #fff;
	stroke: #F55446;
}

.recruit__voice-hex:hover .recruit__voice-link .recruit__voice-icon line,
.recruit__voice-hex:hover .recruit__voice-link .recruit__voice-icon polyline {
	stroke: #F55446;
}

.service__item:hover {
	border-left-color: transparent;
	box-shadow: 0.375rem 1.25rem 3rem rgba(0, 0, 0, 0.13), 0.125rem 0.25rem 0.625rem rgba(0, 0, 0, 0.06), 0 0 0 3px #F55446;
	transform: translateY(-12px) scale(1.015);
}

.service__item:hover .service__arrow {
	animation: service-arrow-loop 0.7s ease-in-out infinite;
}

.single-interview-article__return:hover {
	background-color: #1C1B1C;
	border-color: #1C1B1C;
	color: #fff;
}

.single__nav-back:hover {
	background-color: #F55446;
	color: #fff;
}

.single__nav-prev:hover .single__nav-arrow polygon,
.single__nav-next:hover .single__nav-arrow polygon {
	fill: #F55446;
}

.single__nav-prev:hover .single__nav-arrow line,
.single__nav-prev:hover .single__nav-arrow polyline,
.single__nav-next:hover .single__nav-arrow line,
.single__nav-next:hover .single__nav-arrow polyline {
	stroke: #fff;
}

.sub-news__tab:hover {
	background-color: #F55446;
	border-color: transparent;
	color: #fff;
}

.sub-news__flex:hover .sub-news__arrow polygon {
	fill: #F55446;
	stroke: #F55446;
}

.sub-news__flex:hover .sub-news__arrow line,
.sub-news__flex:hover .sub-news__arrow polyline {
	stroke: #fff;
}

.sub-news__flex:hover .sub-news__type {
	background-color: #F55446;
	color: #fff;
}

.sub-recruit-position__btn:hover {
	background-position: left center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	transform: translateY(-2px);
}

.sub-recruit-position__btn:hover .sub-recruit-position__plus {
	transform: rotate(45deg);
}

.sub-recruit-voice__btn-prev:hover:not(.swiper-button-disabled) {
	transform: translateX(-4px) scale(1.08);
}

.sub-recruit-voice__btn-next:hover:not(.swiper-button-disabled) {
	transform: translateX(4px) scale(1.08);
}

.sub-recruit-voice__return:hover {
	background-color: #1C1B1C;
	border-color: #1C1B1C;
	color: #fff;
}

.sub-service-button__link:hover {
	background-color: #fff;
	border-color: #F55446;
	color: #F55446;
}

.thanks__return:hover {
	background-color: #1C1B1C;
	border-color: #1C1B1C;
	color: #fff;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-about {
	padding: 11.25rem 0 15.25rem;
}

.top-contact {
	background-color: #fff;
	padding-bottom: 0rem;
}

.top-contact--no-bg {
	background-color: transparent;
}

.top-contact--single {
	background-color: #F5F1EA;
}

.top-contact--service {
	background-color: #FEE6E3;
}

.top-contact--recruit {
	padding: 8.75rem 0 7rem;
}

.top-contact--interview {
	background-color: #F5F1EA;
	margin-top: -556px;
}

.top-footer {
	margin-top: -6.25rem;
}

.top-member {
	padding-bottom: 8.75rem;
	padding-top: 14.375rem;
}

.top-news {
	margin-top: 10rem;
	padding-bottom: 7.5rem;
}

.top-service {
	padding: 11.25rem 0;
}

.top-sub-fv {
	margin-top: 6.375rem;
}

.about {
	background: #F55446;
}

.about__bg-title {
	bottom: -6%;
	color: #F55446;
	font-size: 22.85vw;
	mix-blend-mode: color-burn;
	opacity: 0.4;
}

.about__inner {
	max-width: 56.125rem;
	padding: 0 1.5625rem;
}

.about__title {
	font-size: 4rem;
	letter-spacing: 0.05em;
	margin-top: 0;
}

.about__title-shell {
	height: 6.25rem;
	margin: 0 0.3125rem;
	top: -0.5rem;
	width: 5.4375rem;
}

.about__sentence {
	margin-left: 0rem;
	margin-top: 3.125rem;
}

.about__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.8;
}

.about__text + .about__text {
	margin-top: 4.125rem;
}


.breadcrumb__link {
	font-size: 1rem;
}

.company-info {
	padding: 8.125rem 0;
}

.company-info__inner {
	max-width: 51.9375rem;
	padding: 0 1.5625rem;
}

.company-info__table {
	margin-top: 5rem;
}

.company-info__row {
	grid-template-columns: 12.5rem 1fr;
}

.company-info__term {
	border-bottom-width: 2px;
	font-size: 1.25rem;
	line-height: 1.6;
	padding: 0rem 0 1.25rem 0;
}

.company-info__desc {
	border-bottom-width: 2px;
	font-size: 1.25rem;
	line-height: 1.6;
	padding: 0rem 0 1.25rem 6.625rem;
}

.company-message {
	padding: 11.25rem 0 11.875rem;
}

.company-message::before,
.company-message::after {
	height: 37.5rem;
	left: 48%;
	top: -3.2%;
	transform: translate(-50%, 0%);
	width: 98.8125rem;
}

.company-message__bg-title {
	bottom: -4%;
	color: #FA8072;
	font-size: 22.5vw;
}

.company-message__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.company-message__title {
	padding-left: 0rem;
}

.company-message__position {
	height: 47.875rem;
	left: 44.5%;
	top: -3%;
	transform: perspective(1200px) rotateY(180deg);
	width: 41.4375rem;
}

.company-message__position.is-flipped {
	transform: perspective(1200px) rotateY(0deg);
}

.company-message__position img {
	aspect-ratio: 663/766;
}

.company-message__subtitle {
	font-size: 3.375rem;
	line-height: 1.5;
	margin-top: 4.5rem;
	padding-left: 0rem;
}

.company-message__flex {
	align-items: flex-end;
	display: flex;
	gap: 13.6875rem;
	margin-top: 6.25rem;
}

.company-message__text {
	font-size: 1.25rem;
	line-height: 2.6;
	width: 53.64%;
}

.company-message__box {
	margin-top: 0rem;
	position: relative;
	top: 0.3125rem;
	width: 20.625rem;
}

.company-message__info {
	font-size: 1.5rem;
}

.company-message__name {
	font-size: 1.875rem;
	margin-top: 1.25rem;
}

.company-philosophy {
	background-image: url("../images/common/philosophy-bg.webp");
	background-size: 100% 100%;
	padding: 8.125rem 0 19.4375rem;
}

.company-philosophy__inner {
	max-width: 77.25rem;
	padding: 0 1.5625rem;
}

.company-philosophy__title-top {
	font-size: 2rem;
}

.company-philosophy__title-bottom {
	font-size: 8.0625rem;
	margin-top: -0.625rem;
}

.company-philosophy__stop {
	height: 5.3125rem;
	width: 41.3125rem;
}

.company-philosophy__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.8;
	margin-top: 3.75rem;
}

.company-value-pc__fv {
	left: 3%;
	top: -3%;
}

.company-value {
	margin-bottom: -8.75rem;
	padding-bottom: 0rem;
	padding-top: 14.625rem;
}

.company-value__inner {
	max-width: 90rem;
}

.company-vision {
	padding: 11.25rem 0 11.375rem;
}

.company-vision__inner {
	max-width: 76.75rem;
	padding: 0 1.5625rem;
}

.company-vision__inner::before {
	background-image: url("../images/common/company-vision-bg.webp");
	height: 64.9375rem;
	left: auto;
	right: calc(50% - min(64%, 50rem));
	top: 16.5rem;
	transform: none;
	width: 86.875rem;
}

.company-vision__hexagons {
	left: 9%;
	top: 40%;
	transform: none;
}

.company-vision__hexagon {
	height: 12.125rem;
	margin-top: -4.6875rem;
	width: 21.25rem;
}

.company-vision__heading {
	gap: 0.5rem;
}

.company-vision__icon {
	height: 0.875rem;
	width: 1rem;
}

.company-vision__head {
	font-size: 2rem;
}

.company-vision__title-text {
	font-size: 3.625rem;
}

.company-vision__title-text + .company-vision__title-text {
	margin-top: 0.75rem;
}

.company-vision__title-highlight {
	padding: 0rem 2.5rem;
}

.company-vision__sentence {
	margin-left: auto;
	margin-top: 3.125rem;
	max-width: 71.8125rem;
	padding-right: 1.5625rem;
	text-align: left;
	width: 50%;
}

.company-vision__text {
	font-size: 1.5rem;
}

.company-vision__text + .company-vision__text {
	margin-top: 0.75rem;
}

.contact--single {
	background-color: #F5F1EA;
}

.contact--contact {
	background-color: #fff;
}

.contact--service {
	background-color: #FEE6E3;
}

.contact__inner {
	gap: 1.25rem;
	max-width: 63.25rem;
}

.contact__entry {
	border-radius: 1.5rem;
}

.contact__entry-body {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 10;
}

.contact__entry-body--recruit {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 10;
}

.contact__entry-catch--recruit {
	background-color: #F55446;
	color: #fff;
	display: block;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	padding: 0rem 0.46875rem;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__entry-catch--recruit + .contact__entry-catch--recruit {
	margin-top: 0.5rem;
}

.contact__entry-btn--recruit {
	align-items: center;
	background-color: #fff;
	border: solid 1px #F55446;
	border-radius: 2.34375rem;
	color: #F55446;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1.875;
	margin-top: 1rem;
	padding: 0.375rem 0rem;
	width: 11.8125rem;
}

.contact__entry-icon--recruit {
	height: 0.46875rem;
	width: 0.46875rem;
}

.contact__link {
	border-radius: 1.5rem;
}

.contact__body {
	left: 4.6875rem;
}

.contact__label {
	font-size: 4.9375rem;
}

.contact__text {
	font-size: 1.23125rem;
	margin-top: 2.125rem;
}

.entry {
	padding: 7.5rem 0;
}

.entry__inner {
	max-width: 51.25rem;
	padding: 0 1.5625rem;
}

.entry__lead {
	font-size: 1.25rem;
}

.entry .form,
.entry .wpcf7 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.75rem;
	max-width: 36.3125rem;
}

.footer {
	padding: 10.4375rem 0 3.75rem;
}

.footer__inner {
	max-width: 63.25rem;
	padding: 0 1.5625rem;
}

.form__field + .form__field {
	margin-top: 2.0625rem;
}

.form__label {
	font-size: 1rem;
	gap: 1.75rem;
	line-height: 1.875;
}

.form__required {
	border-radius: 3.125rem;
	font-size: 0.875rem;
	line-height: 1.2857142857;
	padding: 0.1875rem 0.8125rem;
}

.form__input,
.form__textarea {
	border-radius: 0.3125rem;
	font-size: 1rem;
	line-height: 1.25;
	margin-top: 1.0625rem;
	padding: 0.9375rem 1.5rem;
}

.form__textarea {
	height: 12.5rem;
}

.form__submit {
	margin-top: 5rem;
}

.form__btn {
	border-radius: 4.375rem;
	font-size: 1.25rem;
	line-height: 2;
	padding: 0.625rem 0;
	width: 17.625rem;
}

.fv-pc {
	height: 100vh;
	height: 100svh;
	padding-bottom: 0;
}

.fv__test {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
}

.fv__bg-title {
	bottom: -7.5%;
	color: #F55446;
	font-size: 19.51vw;
}

.header--sub {
	height: 6.375rem;
}

.header__inner {
	padding: 0 3.5rem;
}

.header__logo-img {
	width: 8rem;
}

.header__right {
	gap: 1.25rem;
}

.header__btn-hex {
	height: 4.25rem;
	width: 3.6875rem;
}

.header__btn-dot {
	height: 0.30625rem;
	width: 0.30625rem;
}

.header__btn-dot:nth-child(1) {
	transform: translate(calc(-50% - 0.625rem), -50%);
}

.header__btn-dot:nth-child(3) {
	transform: translate(calc(-50% + 0.625rem), -50%);
}

.header__btn[aria-expanded=true] .header__btn-dot:nth-child(1) {
	width: 1.875rem;
}

.header__btn[aria-expanded=true] .header__btn-dot:nth-child(3) {
	width: 1.875rem;
}

.header__entry-btn-label {
	gap: 1.25rem;
}

.header__entry-btn[aria-expanded=true] {
	width: 3.6875rem;
}

.header__entry-btn[aria-expanded=true] .header__btn-dot:nth-child(1) {
	width: 1.875rem;
}

.header__entry-btn[aria-expanded=true] .header__btn-dot:nth-child(3) {
	width: 1.875rem;
}

.header__nav {
	height: 100%;
	width: 23.75rem;
}

.header__nav-inner {
	padding: 8.125rem 1.6875rem 5.4375rem 1.375rem;
}

.header__nav-link {
	font-size: 1.75rem;
}

.header__nav-link::after {
	background-color: #F55446;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
	width: 100%;
}

.header__nav-icon {
	height: 1.375rem;
	width: 1.25rem;
}

.header__nav-buttons {
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.header__nav-btn {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.inc {
	padding: 11.25rem 0 8.75rem;
}

.inc::before {
	height: 37.5rem;
	left: 48%;
	top: -6%;
	transform: translate(-50%, 0%);
	width: 98.8125rem;
	z-index: 10;
}

.inc__bg-title {
	color: rgba(250, 128, 114, 0.22);
	font-size: 22.5vw;
	top: -24.4%;
}

.inc__inner {
	max-width: 56.125rem;
	padding: 0 1.5625rem;
}

.inc__title {
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.inc__sentence {
	margin-left: 0rem;
	margin-top: 5rem;
	padding-right: 0rem;
}

.inc__shadow {
	font-size: 1.94375rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.9;
	right: -20%;
	top: -12%;
}

.inc__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.8;
}

.inc__btn {
	font-size: 1.25rem;
	margin-left: 0rem;
	margin-top: 3.75rem;
	min-width: 14.3125rem;
	padding: 0.625rem 0rem 0.625rem 0.625rem;
}

.inc__btn-icon {
	height: 2.125rem;
	width: 2.5rem;
}

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

.interview-article__heading {
	font-size: 1.75rem;
	padding-left: 1.875rem;
}

.interview-article__heading::before {
	height: 1.3125rem;
	top: 0.3em;
	width: 1.25rem;
}

.interview-article__type {
	font-size: 1.5rem;
	padding-left: 1.875rem;
}

.interview-article__type::before {
	font-size: 1.5rem;
	left: 0;
}

.interview-article__wrap + .interview-article__wrap {
	margin-top: 5rem;
}

.interview-article__question {
	margin-top: 3.125rem;
}

.interview-article__text {
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 1.8125rem;
}

.interview-article__schedule {
	padding: 3.125rem 3.75rem;
}

.interview-article__schedule-title {
	font-size: 1.75rem;
	line-height: 1.9642857143;
}

.interview-article__schedule-divider {
	background: linear-gradient(to right, #F55446 13.9375rem, #D5D5D5 9.8125rem);
	height: 0.125rem;
	margin-top: 0.625rem;
}

.interview-article__schedule-content {
	margin-top: 2.5rem;
}

.interview-article__schedule-dl {
	border-bottom: solid 2px #D5D5D5;
	font-size: 1.25rem;
	line-height: 1.6;
	padding-bottom: 1.5625rem;
}

.interview-article__schedule-dl + .interview-article__schedule-dl {
	margin-top: 1.5625rem;
}

.interview-article__schedule-dl dt {
	font-size: 1.25rem;
	line-height: 1.6;
	width: 5.25rem;
}

.interview-article__schedule-dl dd {
	font-size: 1.25rem;
	line-height: 1.6;
}

.interview-article__img {
	margin-top: 3.125rem;
}

.member {
	background-image: url("../images/common/member.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.member::before {
	background-image: none;
}

.member__inner {
	max-width: 69.625rem;
	padding: 0 1.5625rem;
}

.member__slider-outer {
	-webkit-clip-path: inset(-55px 0 0 -3px);
	clip-path: inset(-55px 0 0 -3px);
	margin-right: calc(50% - 50vw);
	margin-top: 3.75rem;
}

.member__slider:not(.swiper-initialized) .member__item {
	width: 26.8096514745%;
}

.member__slider .member__pagination {
	display: none;
}

.member__num {
	font-size: 2.625rem;
	top: -6.8%;
}

.member__info {
	bottom: 1.375rem;
	left: 1.1875rem;
}

.member__catch {
	gap: 0.9375rem;
	right: -0.5rem;
	top: -1.625rem;
}

.member__catch span {
	font-size: 1rem;
	line-height: 1.13125;
	padding: 0.7875rem 0.625rem 0.7875rem 0.625rem;
}

.member__controls {
	align-items: center;
	display: flex;
	gap: 4.875rem;
	margin-top: 7.875rem;
	padding-right: 1.5625rem;
}

.member__img-wrap img {
	aspect-ratio: 304/400;
}

.news__inner {
	max-width: 67.125rem;
	padding: 0 1.5625rem;
}

.news__flex {
	align-items: flex-start;
	flex-direction: row;
}

.news__left {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 21.875%;
}

.news__title {
	order: initial;
}

.news__list {
	flex: 1;
	margin-left: 9.4375rem;
	margin-top: 0;
	min-width: 0;
	order: initial;
	padding: 0;
}

.news__item + .news__item {
	margin-top: 3.875rem;
}

.news__link {
	padding-bottom: 1rem;
}

.news__date {
	font-size: 1.025rem;
	line-height: 1.0975609756;
}

.news__category {
	border-radius: 2.0625rem;
	font-size: 0.8125rem;
	line-height: 1.2307692308;
	padding: 0.225rem 0.51875rem 0.1875rem;
}

.news__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.news__text-row {
	padding-right: 6.5rem;
}

.news__more-wrap {
	justify-content: flex-start;
	margin-top: 4.5rem;
	order: initial;
}

.news__more {
	font-size: 1rem;
	min-width: 11.375rem;
	padding: 0.5125rem 0rem 0.5125rem 0.625rem;
}

.wp-pagenavi {
	gap: 0.875rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.25rem;
	height: 2.5rem;
	width: 2.5rem;
}

.position-modal__dialog {
	box-shadow: inset 0 0 0 2px #F55446;
	max-width: 42.5rem;
	padding: 2.5rem 2.5rem 4rem;
}

.position-modal__close {
	height: 2.5rem;
	right: 2.5rem;
	top: 2.9rem;
	width: 2.3rem;
}

.position-modal__close svg {
	height: 1.4rem;
	width: 1.4rem;
}

.position-modal__header {
	padding-right: 3.2rem;
}

.position-modal__title {
	font-size: 1.8rem;
}

.position-modal__tags {
	gap: 1rem;
	margin-top: 1rem;
}

.position-modal__tag {
	font-size: 1rem;
	gap: 0.4rem;
	line-height: 1.2;
	padding: 0.2rem 1rem;
}

.position-modal__tag-icon {
	height: 1rem;
	width: 1rem;
}

.position-modal__divider {
	margin-top: 2rem;
}

.position-modal__section {
	margin-top: 2rem;
}

.position-modal__subtitle {
	font-size: 1.4rem;
	line-height: 1.2142857143;
}

.position-modal__list {
	gap: 0.5rem;
	margin-top: 1rem;
}

.position-modal__list-item {
	font-size: 1.2rem;
	line-height: 1.2083333333;
	padding-left: 1.5rem;
}

.privacy {
	padding: 7.5rem 0 7.875rem;
}

.privacy__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.privacy__title {
	font-size: 2rem;
}

.privacy__container {
	margin-top: 5rem;
}

.privacy__head,
.privacy__subtitle {
	font-size: 1.25rem;
}

.privacy__head-text,
.privacy__text {
	font-size: 1.25rem;
}

.privacy__list {
	margin-top: 2.5rem;
}

.privacy__item + .privacy__item {
	margin-top: 2.5rem;
}

.privacy__text + .privacy__text {
	margin-top: 2.5rem;
}

.recruit {
	padding: 11.25rem 0 7.5rem;
}

.recruit::after {
	display: block;
}

.recruit__bg::before {
	background-image: url("../images/common/recruit-bg-right.webp");
	bottom: 0rem;
	height: 70.9375rem;
	left: calc(50% - min(50%, -19rem));
	width: 52.4375rem;
}

.recruit__bg::after {
	background-image: url("../images/common/recruit-bg-left.webp");
	bottom: 0rem;
	height: 70.9375rem;
	right: calc(50% - min(50%, -19rem));
	width: 52.4375rem;
}

.recruit__bg-title {
	color: #F55446;
	font-size: 26.875vw;
	mix-blend-mode: color-burn;
	opacity: 0.4;
	top: -13.5%;
}

.recruit__inner {
	max-width: 100%;
	padding: 0 1.5625rem;
}

.recruit__title {
	font-size: 4rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	padding-left: 0rem;
	text-align: center;
}

.recruit__text {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 4rem;
	padding-left: 0rem;
	text-align: center;
}

.recruit__btn {
	font-size: 1.25rem;
	margin-top: 6rem;
	min-width: 13.6875rem;
	padding: 0.625rem 0rem 0.625rem 0.625rem;
}

.recruit__btn-icon {
	height: 1.75rem;
	width: 2rem;
}

.recruit__voices {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(2, 34.375rem);
	margin-top: 5rem;
}

.recruit__voice:nth-child(3) {
	margin-top: -8.5rem;
}

.recruit__voice-flipper-wrapper {
	height: 39.6875rem;
	width: 34.375rem;
}

.recruit__voice-hex::before {
	opacity: 1;
}

.recruit__voice-body {
	bottom: 8.3125rem;
}

.recruit__voice-link {
	border-radius: 0.26875rem;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 1rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 0.51875rem;
	padding: 0.5125rem 0.75rem 0.5125rem 1.75rem;
	text-shadow: none;
	text-shadow: initial;
}

.recruit__voice-icon {
	height: 2.25rem;
	width: 2.25rem;
}

.section-title__en {
	font-size: 4.9375rem;
}

.section-title__jp {
	font-size: 1.64375rem;
	line-height: 1.8;
	margin-top: 0rem;
}

.service__all {
	margin: 0;
	margin: initial;
	max-width: 100%;
}

.service__all::before {
	background-image: url("../images/common/service-icon-top.webp");
	height: 28.1875rem;
	right: calc(50% - min(50%, 40rem));
	top: 8rem;
	width: 20.1875rem;
}

.service__all::after {
	background-image: url("../images/common/service-icon-center.webp");
	height: 22.5rem;
	left: calc(50% - min(50%, 40rem));
	top: 35.5rem;
	width: 13.3125rem;
}

.service__bg::before {
	bottom: -2.75rem;
	height: 20.3125rem;
	right: calc(50% - min(50%, 41rem));
	width: 23.4375rem;
}

.service__inner {
	max-width: 63.75rem;
}

.service__list {
	margin-top: 5rem;
}

.service__list li + li .service__item {
	margin-top: 2.5rem;
}

.service__item {
	align-items: stretch;
	border-left: 6px solid #1C1B1C;
	border-radius: 0.625rem 0 0 0.625rem;
	border-top: none;
	box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.2);
	flex-direction: row;
}

.service__body {
	flex: 1;
	padding: 1.9375rem 0 1.875rem 3.875rem;
}

.service__name {
	align-items: flex-start;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.service__name span {
	font-size: 2.25rem;
}

.service__desc {
	font-size: 1.025rem;
	line-height: 1.6;
	margin-top: 1.3125rem;
}

.service__img-wrap {
	display: flex;
	flex-shrink: 0;
	margin-left: 3.75rem;
	width: 41.75%;
}

.service__img-wrap img {
	aspect-ratio: unset;
	border-radius: 0;
	height: 100%;
}

.single-interview-article {
	margin-top: 10.625rem;
	padding-bottom: 5.4375rem;
}

.single-interview-article__inner {
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.single-interview-article__article {
	padding: 5rem;
}

.single-interview-article__title {
	font-size: 2.25rem;
	line-height: 1.5305555556;
}

.single-interview-article__divider {
	background: linear-gradient(to right, #F55446 13.9375rem, #D5D5D5 13.9375rem);
	height: 0.125rem;
	margin-top: 2.5rem;
}

.single-interview-article__img {
	margin-top: 3.625rem;
}

.single-interview-article__img img {
	aspect-ratio: 989/485;
}

/* .single-interview-article__content {
	margin-top: 3.625rem;
} */

.interview-article__content{
	margin-top: 3.625rem;
}

.interview-article__body {
	margin-top: 3.625rem;
}

.interview-article__body > * + * {
	margin-top: 3.125rem;
}

.interview-article__body > h3 {
	font-size: 1.75rem;
	margin-top: 5rem;
	padding-left: 1.875rem;
}

.interview-article__body > h3:first-child {
	margin-top: 0;
}

.interview-article__body > h3::before {
	height: 1.3125rem;
	top: 0.3em;
	width: 1.25rem;
}

.interview-article__body > h4 {
	font-size: 1.5rem;
	padding-left: 1.875rem;
}

.interview-article__body > h4::before {
	font-size: 1.5rem;
	left: 0;
}

.interview-article__body > p {
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	line-height: 2;
	margin-top: 1.8125rem;
}

.single-interview-article__return {
	font-size: 1.25rem;
	line-height: 2;
	padding: 0.5rem 2rem 0.5rem 2.25rem;
	width: 13.125rem;
}

.single-interview-article__return-icon {
	height: 0.625rem;
	width: 0.625rem;
}

.single-interview-fv {
	max-width: 100%;
	padding-top: 8.125rem;
}

.single-interview-fv::before {
	background-image: url("../images/common/single-interview-bg.webp");
	bottom: 1.5rem;
	height: 35.0625rem;
	left: calc(50% - min(50%, 32.5rem));
	width: 16.25rem;
}

.single-interview-fv__inner {
	max-width: 50.125rem;
	padding: 0 1.5625rem;
}

.single-interview-fv__head {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	left: 0rem;
	padding-left: 0rem;
	position: absolute;
	top: 2%;
	z-index: 10;
}

.single-interview-fv__number {
	font-size: 5.125rem;
}

.single-interview-fv__number span {
	font-size: 5.125rem;
}

.single-interview-fv__job {
	font-size: 2rem;
}

.single-interview-fv__name {
	font-size: 1.75rem;
}

.single-interview-fv__human {
	height: 43.875rem;
	width: 47rem;
}

.single-interview-fv__wrap {
	margin-top: 0rem;
}

.single-interview-fv__catch {
	align-items: flex-start;
	gap: 1.0625rem;
	right: -2%;
	top: 15%;
}

.single-interview-fv__catch-text {
	font-size: 1.75rem;
	line-height: 1.25;
	padding: 1.34375rem 1rem;
}

.single-interview-member {
	padding: 8.75rem 0 46.875rem;
}

.single-interview-member__inner {
	max-width: 76.625rem;
	padding: 0 1.5625rem;
}

.single-interview-member__title-en {
	font-size: 5.3125rem;
}

.single-interview-member__title-jp {
	font-size: 2.125rem;
}

.single-interview-member__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.75rem;
	margin-top: 6.5625rem;
}

.single-interview-member__item {
	border-bottom: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	max-width: calc(33.3333% - 2.5rem);
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;
}

.single-interview-member__item:not(:nth-child(3n))::after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: -1.875rem;
	top: 0;
	width: 0.125rem;
}

.single-interview-member__link {
	display: flex;
	flex: 1;
	flex-direction: column;
	text-decoration: none;
	width: 100%;
}

.single-interview-member__face {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.single-interview-member__face img {
	transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.single-interview-member__face::before {
	background: linear-gradient(to top, rgba(245, 84, 70, 0.55) 0%, transparent 70%);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.5s ease;
	z-index: 1;
}

.single-interview-member__face::after {
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0) 100%);
	content: "";
	height: 200%;
	left: -75%;
	pointer-events: none;
	position: absolute;
	top: -50%;
	transform: skewX(-15deg);
	transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
	width: 45%;
	z-index: 2;
}

@media (any-hover: hover) {
	.single-interview-member__link:hover .single-interview-member__face img {
		transform: scale(1.08);
	}

	.single-interview-member__link:hover .single-interview-member__face::before {
		opacity: 1;
	}

	.single-interview-member__link:hover .single-interview-member__face::after {
		left: 130%;
	}

	.single-interview-member__link:hover .single-interview-member__wrapper {
		transform: translateY(-5px);
	}
}

.single-interview-member__wrapper {
	margin-top: auto;
	transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
	width: 100%;
}

.single-interview-member__subtitle {
	align-items: flex-start;
	gap: 0.4375rem;
}

.single-interview-member__subtitle-text {
	font-size: 1.25rem;
	line-height: 2;
	padding: 0rem 0.53125rem;
}

.single-interview-member__info {
	margin-top: 1.25rem;
}

.single-interview-member__job {
	font-size: 1.0625rem;
}

.single-interview-member__name {
	font-size: 1.0625rem;
}

.single {
	background-color: #F5F1EA;
	padding: 6.25rem 0;
}

.single__inner {
	max-width: 76.875rem;
}

.single__container {
	border-radius: 0.9375rem;
}

.single__article {
	padding: 4.375rem 5.9375rem 5rem;
}

.single__meta {
	gap: 1.125rem;
}

.single__category {
	border-radius: 2.5rem;
	font-size: 1.125rem;
	line-height: 1.4444444444;
	padding: 0.3125rem 0.75rem;
}

.single__date {
	font-size: 1.25rem;
	line-height: 2;
}

.single__title {
	font-size: 2.25rem;
	line-height: 1.5555555556;
}

.single__divider {
	background: linear-gradient(to right, #F55446 13.9375rem, #D5D5D5 13.9375rem);
	height: 0.125rem;
	margin-top: 1.5rem;
}

.single__img {
	margin-top: 3.75rem;
}

.single__img img {
	aspect-ratio: 980/480;
}

.single__lead {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.single__body {
	margin-top: 3.75rem;
}

.single__body h3 {
	font-size: 1.75rem;
	padding-left: 1.875rem;
}

.single__body h3::before {
	height: 1.3125rem;
	top: 0.3em;
	width: 1.25rem;
}

.single__body h4 {
	font-size: 1.5rem;
	margin-top: 2.125rem;
}

.single__body p {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 1.5rem;
}

.single__body > * + h3 {
	margin-top: 3.125rem;
}

.single__nav {
	gap: 0rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 61.25rem;
}

.single__nav-prev,
.single__nav-next {
	font-size: 1.25rem;
	gap: 1rem;
	letter-spacing: 0em;
}

.single__nav-back {
	border-radius: 3.125rem;
	font-size: 1.25rem;
	gap: 1.25rem;
	line-height: 2;
	padding: 0.5rem 1.5rem 0.5rem 2.125rem;
}

.single__nav-icon {
	height: 0.625rem;
	width: 0.625rem;
}

.single__nav-arrow {
	height: 3.375rem;
	width: 3.5rem;
}

/* 前後ナビ非活性（PC） */
.single__nav-prev--disabled,
.single__nav-next--disabled {
	font-size: 1.25rem;
	gap: 1rem;
}

/* ブロックエディタ（PC） */
.single__body > * + * {
	margin-top: 1.5rem;
}
.single__body ul,
.single__body ol {
	margin-top: 1.5rem;
}
.single__body li {
	font-size: 1.125rem;
}
.single__body figure {
	margin-top: 2.5rem;
}
.single__body table {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}
.single__body th,
.single__body td {
	padding: 0.75rem 1rem;
}

.sub-contact-form {
	border-radius: 0.9375rem;
	padding: 3.75rem 2.5rem;
}

.sub-contact-form__heading {
	gap: 0.9375rem;
}

.sub-contact-form__icon {
	height: 1.875rem;
	width: 1.875rem;
}

.sub-contact-form__title {
	font-size: 1.5rem;
	line-height: 1.25;
}

.sub-contact-form__subtitle {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 2.625rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.sub-contact-line {
	border-radius: 0.9375rem;
	padding: 3.75rem 2.5rem 5.625rem;
}

.sub-contact-line__heading {
	gap: 0.9375rem;
}

.sub-contact-line__icon {
	height: 1.75rem;
	width: 1.875rem;
}

.sub-contact-line__title {
	font-size: 1.5rem;
	line-height: 1.25;
}

.sub-contact-line__subtitle {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 2.625rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.sub-contact-line__item {
	align-items: center;
	border-radius: 0.9375rem;
	display: flex;
	justify-content: space-between;
	min-height: 13.75rem;
	padding: 0 0rem 0 1.125rem;
}

.sub-contact-line__item + .sub-contact-line__item {
	margin-top: 2.5rem;
}

.sub-contact-line__step-head {
	flex: 1;
	gap: 13.5rem;
	position: relative;
}

.sub-contact-line__step-badge {
	height: 5.625rem;
	width: 4.875rem;
}

.sub-contact-line__step-label {
	font-size: 0.875rem;
}

.sub-contact-line__step-num {
	font-size: 2rem;
}

.sub-contact-line__step-title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.sub-contact-line__step-desc {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 1rem;
}

.sub-contact-line__step-head .sub-contact-line__step-img {
	bottom: -52%;
	display: block;
	height: 13rem;
	left: 19.5%;
	margin: 0;
	margin: initial;
	position: absolute;
	width: 11.125rem;
}

.sub-contact-line__step-head .sub-contact-line__step-img--qr {
	bottom: -25%;
	display: block;
	height: 10.625rem;
	left: 20.5%;
	margin: 0;
	margin: initial;
	position: absolute;
	width: 10.625rem;
}

.sub-contact-line__step-head .sub-contact-line__step-img--second {
	bottom: -71%;
	display: block;
	left: 20.5%;
	margin: 0;
	margin: initial;
	position: absolute;
}

.sub-contact-line__item > .sub-contact-line__step-img {
	display: none;
}

.sub-contact-line__item > a {
	display: none;
}

.sub-contact {
	padding: 6.25rem 0 7.5rem;
}

.sub-contact__inner {
	max-width: 79.125rem;
}

.sub-contact__title {
	font-size: 3rem;
	letter-spacing: 0.1em;
}

.sub-contact__flex {
	display: flex;
	flex-direction: row-reverse;
	gap: 3.5rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.sub-contact__form {
	width: 47.7%;
}

.sub-contact__line {
	margin-top: 0rem;
	width: 47.7%;
}

.date {
	padding: 8.125rem 0 5rem;
}

.date::before {
	background-image: url("../images/common/date-logo-left.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 26.75rem;
	left: calc(50% - min(50%, 44.5rem));
	position: absolute;
	top: 62.5rem;
	width: 24.9375rem;
	z-index: 0;
}

.date::after {
	height: 64.375rem;
	right: calc(50% - min(52%, 50rem));
	top: -4rem;
	width: 62.625rem;
}

.date__bg::before {
	background-image: none;
}

.date__bg::after {
	background-image: none;
}

.date__inner {
	max-width: 83.125rem;
	padding: 0 1.5625rem;
}

.date__title {
	font-size: 8rem;
}

.date__subtitle {
	font-size: 2rem;
	padding: 0.375rem 1.25rem 0.125rem;
}

.date__text {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.date__content {
	margin-top: 4.375rem;
}

.date__ranking-table {
	margin-top: 2.5rem;
}

.date__member-table {
	max-width: 67.34%;
}

.date__member-table img {
	aspect-ratio: 862/423;
}

.date__ranking-table {
	margin-left: auto;
	max-width: 79.84%;
}

.date__ranking-table img {
	aspect-ratio: 1022/498;
}

.date__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.date__item {
	margin: 0;
	max-width: calc(50% - 1.25rem);
}

.date__card-img img {
	aspect-ratio: 620/515;
}

.sub-fv {
	aspect-ratio: 1440/372;
}

.sub-fv--sm {
	aspect-ratio: unset;
	height: 17.5rem;
}

.sub-fv__inner {
	max-width: 77.375rem;
	padding: 0 1.5625rem;
}

.sub-fv__content {
	top: 55%;
}

.sub-fv__breadcrumb {
	margin-top: 1.5rem;
}

.sub-fv__title {
	font-size: 4rem;
	line-height: 1;
}

.sub-fv__subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

.sub-news {
	padding: 8.75rem 0 6.25rem;
}

.sub-news__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.sub-news__tabs {
	gap: 0.875rem;
}

.sub-news__tab {
	font-size: 1.25rem;
	line-height: 1.2;
	padding: 0.625rem 1.875rem;
}

.sub-news__list {
	margin-top: 7.5rem;
}

.sub-news__item {
	padding-bottom: 1.875rem;
}

.sub-news__item + .sub-news__item {
	margin-top: 2.5rem;
}

.sub-news__flex {
	display: flex;
	gap: 1.3125rem;
}

.sub-news__content {
	margin-top: 0rem;
}

.sub-news__img {
	width: 23.87%;
}

.sub-news__img img {
	aspect-ratio: 282/191;
}

.sub-news__article {
	align-items: center;
	display: flex;
	width: 74.25%;
}

.sub-news__type {
	border-radius: 1.875rem;
	padding: 0.225rem 0.55rem 0.225rem;
}

.sub-news__title {
	font-size: 1.75rem;
	margin-top: 0.625rem;
}

.sub-news__text {
	font-size: 1.125rem;
	line-height: 1.8;
}

.sub-news__pagenavi {
	margin-top: 6.25rem;
}

.sub-recruit-catchphrase {
	background-image: url("../images/common/recruit-catchphrase-bg.webp");
	background-position: center top;
	background-size: cover;
}

.sub-recruit-catchphrase__bg {
	background-image: url("../images/common/recruit-catchphrase-bg-bottom.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 5.3125rem;
	padding: 13.1875rem 0 10.25rem;
}

.sub-recruit-catchphrase__inner {
	max-width: 81.25rem;
	padding: 0 1.5625rem;
}

.sub-recruit-catchphrase__title {
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.5972222222;
	margin-top: 0rem;
}

.sub-recruit-catchphrase__text {
	font-size: 2rem;
	line-height: 2.75;
	margin-top: 13.6875rem;
}

.sub-recruit-footer-sp__flex {
	display: flex;
	justify-content: space-between;
}

.sub-recruit-footer-sp__nav {
	display: flex;
	gap: 3.4375rem;
}

.sub-recruit-footer-sp__list + .sub-recruit-footer-sp__list {
	margin-top: 0rem;
}

.sub-recruit-footer-sp__sns {
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.sub-recruit-footer-sp__instagram {
	height: 1.875rem;
	width: 1.875rem;
}

.sub-recruit-footer-sp__youtube {
	height: 1.875rem;
	width: 2.6875rem;
}

.sub-recruit-footer-sp__copyright {
	font-size: 0.71875rem;
	line-height: 1.2173913043;
	margin-top: 17.5625rem;
}

.sub-recruit-footer {
	background-color: #1C1B1C;
	padding: 6.125rem 0 2rem;
}

.sub-recruit-footer__inner {
	max-width: 63.25rem;
	padding: 0 1.5625rem;
}

.sub-recruit-fv__img img {
	aspect-ratio: 1440/970;
}

.sub-recruit-mind {
	padding: 6.375rem 0 10.625rem;
}

.sub-recruit-mind__all {
	max-width: 100%;
}

.sub-recruit-mind__all::before {
	background-image: url("../images/common/recruit-mind-human01.webp");
	height: 17.5625rem;
	right: calc(50% - min(50%, 38rem));
	top: 13rem;
	width: 19.3125rem;
}

.sub-recruit-mind__all::after {
	background-image: url("../images/common/recruit-mind-human02.webp");
	height: 13.9375rem;
	left: calc(50% - min(50%, 37.5rem));
	top: 31.25rem;
	width: 14.3125rem;
}

.sub-recruit-mind__position::before {
	background-image: url("../images/common/recruit-mind-human03.webp");
	bottom: 14rem;
	height: 9.4375rem;
	left: calc(50% - min(50%, 32rem));
	width: 9.6875rem;
}

.sub-recruit-mind__position::after {
	background-image: url("../images/common/recruit-mind-human04.webp");
	bottom: 0.5rem;
	height: 15.4375rem;
	right: calc(50% - min(50%, 30rem));
	width: 14.5625rem;
}

.sub-recruit-mind__bg::before {
	background-image: url("../images/common/recruit-mind-human05.webp");
	bottom: -8.125rem;
	height: 18.125rem;
	left: calc(50% - min(50%, 39rem));
	width: 18.375rem;
}

.sub-recruit-mind__inner {
	max-width: 84.375rem;
	padding: 0 1.5625rem;
}

.sub-recruit-mind__hex {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	margin-left: auto;
	margin-right: auto;
	margin-top: -5rem;
	max-width: 55.9375rem;
	padding-bottom: 14.5rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	padding-top: 12.4375rem;
}

.sub-recruit-mind__lead {
	font-size: 1.5rem;
	line-height: 2.8;
}

.sub-recruit-position {
	background-image: url("../images/common/recruit-position-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 8.125rem 0 9.125rem;
}

.sub-recruit-position__inner {
	max-width: 56.125rem;
	padding: 0 1.5625rem;
}

.sub-recruit-position__title-en {
	font-size: 5rem;
}

.sub-recruit-position__title-jp {
	font-size: 2rem;
	line-height: 1.8;
	margin-top: 0rem;
}

.sub-recruit-position__list {
	gap: 1.5rem;
	margin-top: 5rem;
}

.sub-recruit-position__btn {
	border-radius: 0.75rem;
	padding: 2.0625rem 2rem;
}

.sub-recruit-position__info {
	gap: 0.5625rem;
}

.sub-recruit-position__name {
	flex: none;
	font-size: 1.25rem;
	line-height: 1.2;
}

.sub-recruit-position__tags {
	gap: 0.5rem;
}

.sub-recruit-position__tag {
	border: 1.5px solid #fff;
	border-radius: 1.25rem;
	font-size: 0.6875rem;
	line-height: 1.4545454545;
	padding: 0.25rem 0.8125rem 0.375rem;
}

.sub-recruit-position__plus {
	height: 2.5rem;
	width: 2.25rem;
}

.sub-recruit-position__plus svg {
	height: 1.25rem;
	width: 1.25rem;
}

.sub-recruit-scroll {
	background-color: #F66357;
	margin-top: 0rem;
	padding-bottom: 0.875rem;
	padding-top: 1.5rem;
}

.sub-recruit-style {
	background-image: url("../images/common/recruit-style-bg.webp");
	padding: 11.25rem 0;
}

.sub-recruit-style__inner {
	max-width: 82rem;
	padding: 0 1.5625rem;
}

.sub-recruit-style__title-en {
	font-size: 5rem;
}

.sub-recruit-style__title-jp {
	font-size: 2rem;
	line-height: 1.8;
	margin-top: 0rem;
}

.sub-recruit-style__list {
	gap: 1.3125rem;
	margin-top: 6.3125rem;
}

.sub-recruit-style__item {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	max-width: calc(50% - 0.65625rem);
	padding: 1.5625rem 2.0625rem 1.5625rem 1.46875rem;
}

.sub-recruit-style__img {
	width: 33.97%;
}

.sub-recruit-style__img img {
	aspect-ratio: 195/200;
}

.sub-recruit-style__wrap {
	width: 60.94%;
}

.sub-recruit-style__subtitle {
	font-size: 2rem;
	margin-top: 0rem;
	text-align: left;
}

.sub-recruit-style__border {
	width: 100%;
}

.sub-recruit-style__text {
	font-size: 1.125rem;
	line-height: 2.2222222222;
	margin-top: 0.75rem;
	padding: 0;
}

.sub-recruit-voice {
	padding: 11.25rem 0;
}

.sub-recruit-voice__inner {
	max-width: 87.4375rem;
	padding: 0 0 0 5.25rem;
}

.sub-recruit-voice__title-en {
	font-size: 4.9375rem;
}

.sub-recruit-voice__title-jp {
	font-size: 1.64375rem;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.sub-recruit-voice__slider-outer {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	margin-right: min(0px, (87.4375rem - 100vw) / 2);
	margin-top: 1.5rem;
}

.sub-recruit-voice__slider:not(.swiper-initialized) .sub-recruit-voice__card {
	width: 95.2380952381%;
}

.sub-recruit-voice__pagination .swiper-pagination-bullet {
	height: 0.875rem;
	margin: 0 0.4375rem;
	width: 0.875rem;
}

.sub-recruit-voice__controls {
	gap: 3.125rem;
	margin-left: 0;
	margin-top: 6.25rem;
	width: auto;
}

.sub-recruit-voice__btn-prev,
.sub-recruit-voice__btn-next {
	display: flex;
}

.sub-recruit-voice__card {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	padding: 4.625rem;
}

.sub-recruit-voice__card::before {
	background-image: url("../images/common/recruit-voice-card-loco-bg.webp");
	height: 42.4375rem;
	left: calc(50% - min(56%, 50rem));
	top: 0.25rem;
	width: 19.5625rem;
}

.sub-recruit-voice__human {
	width: 48.714%;
}

.sub-recruit-voice__human img {
	aspect-ratio: 549/513;
}

.sub-recruit-voice__sentence {
	margin-top: 0rem;
	width: 47%;
}

.sub-recruit-voice__text {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 2rem;
}

.sub-recruit-voice__button {
	margin-top: 2rem;
}

.sub-recruit-voice__return {
	border-radius: 3.125rem;
	font-size: 1.25rem;
	gap: 1.25rem;
	line-height: 2;
	padding: 0.5rem 0;
	width: 12.375rem;
}

.sub-recruit-voice__button-icon {
	height: 0.625rem;
	width: 0.6875rem;
}

.sub-service {
	padding: 10rem 0;
}

.sub-service__inner {
	max-width: 100%;
	padding: 0;
}

.sub-service__title-en {
	font-size: 5rem;
}

.sub-service__title-jp {
	font-size: 2rem;
	line-height: 1.8;
	margin-top: 0rem;
}

.sub-service__title-jp span {
	font-size: 2.5rem;
}

.sub-service__service-label {
	font-size: 2.5rem;
}

.sub-service__service-name {
	font-size: 4rem;
	gap: 3.8125rem;
	margin-top: 0.625rem;
}

.sub-service__service-name::after {
	height: 0.0625rem;
}

.sub-service__item--second .sub-service__service-name::after {
	max-width: 55%;
}

.sub-service__list {
	margin-top: 6.25rem;
}

.sub-service__item {
	border-radius: 0rem 4.375rem 4.375rem 0;
	padding: 6.5rem 6.125rem 7.625rem 0;
	width: 90.69%;
}

.sub-service__item--second {
	border-radius: 4.375rem 0 0 4.375rem;
	margin-left: auto;
	padding: 6.5rem 0rem 7.625rem 5.6875rem;
	width: 90.69%;
}

.sub-service__item + .sub-service__item {
	margin-top: 11.25rem;
}

.sub-service__number {
	font-size: 7.5rem;
	left: 7.5rem;
	top: -3.4%;
}

.sub-service__number--position {
	top: -3.4%;
}

.sub-service__heading {
	gap: 0.625rem;
	padding-left: 8.125rem;
}

.sub-service__heading--second {
	align-items: center;
	padding-left: 0rem;
}

.sub-service__heading-icon {
	height: 1.625rem;
	width: 1.875rem;
}

.sub-service__heading-icon--second {
	top: 0rem;
}

.sub-service__heading-text {
	font-size: 2rem;
}

.sub-service__remarks {
	bottom: -2.5rem;
	color: #1C1B1C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0rem;
	position: absolute;
	right: 0;
	z-index: 10;
}

.sub-service__img {
	margin-top: 1.875rem;
}

.sub-service__img img {
	aspect-ratio: 1208/355;
}

.sub-service__content {
	margin-top: -1.625rem;
	padding: 0 0 0 5.5625rem;
}

.sub-service__cards {
	gap: 1.625rem;
	margin-top: 2.8125rem;
}

.sub-service__card {
	max-width: calc(25% - 1.21875rem);
	padding: 1.9375rem 0rem 2.375rem;
}

.sub-service__card-head {
	font-size: 1rem;
	line-height: 1;
}

.sub-service__card-icon {
	height: 9.1875rem;
	margin-top: 1.125rem;
	width: 9.1875rem;
}

.sub-service__card-icon--second {
	height: 7.625rem;
	margin-top: 1.25rem;
	width: 7.625rem;
}

.sub-service__card-icon--third {
	height: 6.5625rem;
	margin-top: 1.9375rem;
	width: 6.5625rem;
}

.sub-service__card-icon--four {
	height: 6rem;
	margin-top: 1.9375rem;
	width: 6.375rem;
}

.sub-service__card-text {
	font-size: 1.25rem;
	min-height: 3.5rem;
}

.sub-service__card-text--second {
	margin-top: 2.125rem;
}

.sub-service__card-text--third {
	margin-top: 2.25rem;
}

.sub-service__card-text--four {
	margin-top: 2.625rem;
}

.sub-service__flex {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 2.5rem;
	margin-top: 5.3125rem;
	padding-right: 1.25rem;
}

.sub-service__flex--second {
	flex-direction: row;
	gap: 5.6875rem;
	margin-top: 2.625rem;
	padding-right: 8.125rem;
}

.sub-service__flex--third {
	flex-direction: row;
	gap: 5.6875rem;
	margin-top: 2.625rem;
	padding-left: 2.875rem;
	padding-right: 0rem;
}

.sub-service__table {
	margin-top: 0rem;
	width: 38.82%;
}

.sub-service__table img {
	aspect-ratio: 431/388;
}

.sub-service__text {
	font-size: 1.5rem;
	line-height: 2.4;
	width: 65%;
}

.sub-service__text--second {
	width: 65.5%;
}

.sub-service__text--third {
	width: 61.5%;
}

.sub-service__buttons {
	margin-top: 8.125rem;
}

.sub-title--left::after {
	height: 0.25rem;
	margin-top: 2.5rem;
	width: 6.4375rem;
}

.sub-title__en {
	font-size: 5rem;
	line-height: 1;
}

.sub-title__jp {
	font-size: 2rem;
	line-height: 1.28125;
	margin-top: 0.5rem;
}

.thanks {
	padding: 6.25rem 0 9.625rem;
}

.thanks__inner {
	max-width: 46.875rem;
	padding: 0;
}

.thanks__heading {
	gap: 1.625rem;
}

.thanks__logo {
	height: 1.625rem;
	width: 1.875rem;
}

.thanks__title {
	font-size: 2.25rem;
}

.thanks__sentence {
	margin-top: 3.75rem;
}

.thanks__text {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.2;
}

.thanks__text--short {
	font-size: 1.125rem;
}

.thanks__text--margin-pc {
	margin-top: 1.875rem;
}

.thanks__text--margin-sp {
	margin-top: 0rem;
}

.thanks__remarks {
	font-size: 1.0625rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.thanks__button {
	margin-top: 4.375rem;
}

.thanks__return {
	font-size: 1.25rem;
	line-height: 2;
	padding: 0.5rem 2rem 0.5rem 2.25rem;
	width: 16.5625rem;
}

.thanks__button-icon {
	height: 0.625rem;
	width: 0.75rem;
}

.interview-article__content + .interview-article__content{
	margin-top: 80px;
}

}

@media screen and (prefers-reduced-motion: reduce) and (min-width: 768px) {

.company-message__position {
	transform: perspective(1200px) rotateY(0deg);
}

}

@media (min-width: 768px) {

.sub-recruit-footer-sp__voice {
	bottom: 10%;
	color: #565656;
	font-size: 13.5416666667vw;
	line-height: 1;
	margin-top: 0rem;
}

.sub-recruit-mind__font::before {
	height: 35.4861111111vw;
	width: 94.2361111111vw;
}

.sub-recruit-mind__title {
	font-size: 18.4722222222vw;
	z-index: 0;
}

.sub-recruit-voice__head {
	font-size: 1.75rem;
}



.sub-fv__bg img {
	-o-object-fit: cover;
	aspect-ratio: 1440/372;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1260px) {

.inc__shadow {
	right: -24%;
}

}

@media (min-width: 1360px) {

.company-value-pc__fv {
	left: 9%;
	top: -3%;
}

.sub-recruit-voice__head {
	font-size: 2rem;
}

}

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

.about__bg-title {
	font-size: 20.5625rem;
}

.company-message__bg-title {
	font-size: 19.828125rem;
}

.fv-pc {
	height: 100svh;
	padding-bottom: 0rem;
}

.fv__left-yourself {
	height: 20.25rem;
	width: 50.8125rem;
}

.fv__bg-title {
	font-size: 17.5625rem;
}

.fv__comment {
	height: 15.9375rem;
	width: 46.3125rem;
}

.fv__right-yourself {
	height: 20.375rem;
	width: 47.4375rem;
}

.inc__bg-title {
	font-size: 19.828125rem;
}

.recruit__bg-title {
	font-size: 24.1875rem;
}

}

@media (min-width: 1440px) {

.sub-recruit-mind__font::before {
	height: 31.9375rem;
	left: 50%;
	top: 55%;
	width: 84.8125rem;
}

.sub-recruit-mind__title {
	font-size: 16.625rem;
}

}

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

.about__text {
	transition-delay: 1s;
}

.about__text + .about__text {
	transition-delay: 1.3s;
}

.header__entry-btn {
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	width: 1.96875rem;
}

.header__entry-btn .header__entry-btn-label {
	display: none;
}

.header__entry-btn .header__btn-hex {
	display: block;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes aboutTitleCharIn {

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes link-sweep {

0% {
	background-color: currentColor;
	transform: scaleX(1);
	transform-origin: right center;
}

49% {
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: right center;
}

50% {
	background-color: #F55446;
	height: 2px;
	transform: scaleX(0);
	transform-origin: left center;
}

100% {
	background-color: #F55446;
	height: 2px;
	transform: scaleX(1);
	transform-origin: left center;
}

}

@keyframes messageSubtitleReveal {

to {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

}

@keyframes visionTitleReveal {

to {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

}

@keyframes visionSentenceReveal {

to {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

}

@keyframes fv-marquee-left {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-33.33%);
}

}

@keyframes fv-marquee-right {

from {
	transform: translateX(-33.33%);
}

to {
	transform: translateX(0);
}

}

@keyframes fv-slide-from-left {

from {
	opacity: 0;
	transform: translate(-200%, -50%);
}

to {
	opacity: 1;
	transform: translate(-50%, -50%);
}

}

@keyframes fv-slide-from-right {

from {
	opacity: 0;
	transform: translate(200%, 50%);
}

to {
	opacity: 1;
	transform: translate(50%, 50%);
}

}

@keyframes fv-wrap-scalein {

from {
	opacity: 0;
	transform: scale(0.88);
}

to {
	opacity: 1;
	transform: scale(1);
}

}

@keyframes fv-star-spin {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(360deg);
}

}

@keyframes fv-sp-star-spin {

from {
	transform: translate(-50%, -50%) rotate(0deg);
}

to {
	transform: translate(-50%, -50%) rotate(360deg);
}

}

@keyframes fv-sp-star-scalein {

from {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.88);
}

to {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

}

@keyframes fv-sp-human-scalein {

from {
	opacity: 0;
	transform: translateX(6rem) scale(0.88);
}

to {
	opacity: 1;
	transform: translateX(6rem) scale(1);
}

}

@keyframes incTitleCharIn {

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes incShadowReveal {

to {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

}

@keyframes memberBounceIn {

to {
	opacity: 1;
	transform: translateY(0) scale(1);
}

}

@keyframes recruitTitleReveal {

to {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

}

@keyframes serviceBounceIn {

to {
	opacity: 1;
	transform: translateY(0) scale(1);
}

}

@keyframes service-arrow-loop {

0%,100% {
	transform: translate(0, 0);
}

50% {
	transform: translate(6px, -6px);
}

}

@keyframes siFvReveal {

to {
	opacity: 1;
	transform: none;
}

}

@keyframes siFvFadeIn {

to {
	opacity: 1;
}

}

@keyframes subFvFadeIn {

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes catchphraseTitleReveal {

to {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

}

@keyframes scroll-text-pulse {

0%,100% {
	opacity: 1;
}

50% {
	opacity: 0.4;
}

}

@keyframes scroll-line-flow {

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

100% {
	transform: translateY(283%);
}

}

@keyframes scroll-arrow-bounce {

0%,100% {
	opacity: 1;
	transform: rotate(45deg) translate(0, 0);
}

50% {
	opacity: 0.4;
	transform: rotate(45deg) translate(0.25rem, 0.25rem);
}

}


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

/* CF7: 送信完了メッセージ・スピナー非表示 */
.wpcf7-form.sent .wpcf7-response-output { display: none !important; }
.wpcf7-spinner { display: none !important; }

/* CF7: 入力後の白背景 */
.form__input.is-filled,
.form__textarea.is-filled {
	background-color: #fff !important;
	color: #1C1B1C !important;
}

/* CF7: 個人情報同意チェックボックス */
.form__acceptance {
	display: flex;
	justify-content: center;
	margin: 1.5rem 0 2rem;
}

.form__acceptance .wpcf7-acceptance {
	display: flex;
	align-items: center;
	gap: 0.4375rem;
	color: #1C1B1C;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

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

.form__acceptance .wpcf7-list-item-label {
	cursor: pointer;
}

.form__acceptance input[type="checkbox"] {
	display: inline-block !important;
	width: 1.125rem;
	height: 1.125rem;
	cursor: pointer;
	flex-shrink: 0;
	appearance: none !important;
	-webkit-appearance: none !important;
	border: 2px solid #1C1B1C;
	border-radius: 2px;
	background-color: transparent;
	position: relative;
	top: 0.375rem;
}

.form__acceptance input[type="checkbox"]:checked {
	background-color: #F55446;
	border-color: #F55446;
}

.form__acceptance input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 5px;
	height: 9px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
}

.form__acceptance .wpcf7-not-valid-tip {
	display: block;
	color: #F55446;
	font-size: 0.75rem;
	text-align: center;
	margin-top: 0.375rem;
}

@media (max-width: 767px) {
	.form__acceptance .wpcf7-acceptance {
		font-size: 0.625rem;
	}

	.form__acceptance input[type="checkbox"] {
		width: 0.625rem;
		height: 0.625rem;
		top: 0.25rem;
	}

	.form__acceptance input[type="checkbox"]:checked::after {
		top: 0px;
		left: 2px;
		width: 3px;
		height: 5px;
		border-width: 1.5px;
	}

	.top-contact:not(.top-contact--show-sp) {
		display: none;
	}
}

