@charset "UTF-8";
/* Web Font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
@import url("https://use.typekit.net/ixw5iry.css");
/* Custom Properties */
:root {
	/* color */
	--color-default: #232323;
	--color-red: #db0033;
	--color-yellow: #ffd200;
	--color-blue: #1e416e;
	/* font */
	--font-default: "Zen Kaku Gothic Antique", sans-serif;
	--font-noto: "Noto Sans JP", sans-serif;
	--font-din: "din-condensed-variable", sans-serif;
	--font-din-b: "wght" 600;
}

/*-------------------------
reset
---------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	-webkit-text-size-adjust: 100%;
}

body, input, textarea {
	font-size: 16px;
}

body {
	color: var(--color-default);
	font-family: var(--font-default);
	font-size: 16px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	line-height: 1.75;
	background-color: var(--color-red);
	margin: 0;
	position: relative;
}

img, a, ul, li, iframe, fieldset {
	border: none;
	outline: none;
}

a, img {
	display: block;
	width: 100%;
}

a.inline, img.inline {
	display: inline;
	width: auto;
}

img {
	line-height: 0;
}

a {
	color: var(--color-text);
	text-decoration: none;
	transition: 0.2s ease-out;
}

h1, h2, h3, h4, ol, ul, li, dl, dt, dd, p, figure, from, iframe, fieldset, legend {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

article, aside, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize: vertical;
}

input, textarea, select {
	font-size: 16px;
	padding: 3px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
}

select {
	padding: 2.5px 3px;
}

label {
	display: -webkit-box;
	display: flex;
	align-items: center;
}

label input {
	display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input:focus {
	outline: none;
}

input[type=submit],
input[type=button] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	height: 2em;
	font-size: 16px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
	outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin-left: 5px;
	opacity: 0.5;
}

@media (width <= 640px) {
	.pc {
		display: none !important;
	}
}
@media (width > 640px) {
	.sp {
		display: none !important;
	}
}
/* サイド */
.box-side {
	padding-inline: 50px;
}
@media (width <= 960px) {
	.box-side {
		padding-inline: 35px;
	}
}

/* 横幅 */
.w1090 {
	width: 100%;
	max-width: 1090px;
}
.w1090.box-side {
	max-width: 1160px;
}

/* 背景色 */
/* セクション */
.c-sec01 {
	padding-block: 80px;
}
@media (width <= 640px) {
	.c-sec01 {
		padding-block: 40px;
	}
}

.c-sec02 {
	padding-block: 80px;
}
@media (width <= 640px) {
	.c-sec02 {
		padding-block: 60px;
	}
}

/* マージン */
.c-mt-s {
	margin-top: 30px !important;
}
@media (width <= 640px) {
	.c-mt-s {
		margin-top: 20px !important;
	}
}

.c-mt-m {
	margin-top: 60px !important;
}
@media (width <= 640px) {
	.c-mt-m {
		margin-top: 40px !important;
	}
}

.c-mt-l {
	margin-top: 100px !important;
}
@media (width <= 640px) {
	.c-mt-l {
		margin-top: 80px !important;
	}
}

.c-mt40 {
	margin-top: 40px;
}

.m-auto {
	margin-inline: auto !important;
}

/* リスト */
.c-list01 > li {
	padding-left: 1em;
	position: relative;
}
.c-list01 > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-list01--notes > li::before {
	content: "※";
}
.c-list01--circle > li::before {
	content: "●";
	font-size: 0.75em;
	top: 0.25em;
}

/* 汎用タイトル */
.c-title01 {
	font-family: var(--font-noto);
	font-style: italic;
	font-size: 34px;
	font-weight: 900;
	text-align: left;
	line-height: 1.5;
}
@media (width <= 370px) {
	.c-title01 {
		font-size: 30px;
	}
}
.c-title01:first-letter {
	color: var(--color-red);
}
.c-title01::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #232323;
}
.c-title01--white {
	color: #fff;
}
.c-title01--white::first-letter {
	color: var(--color-yellow);
}
.c-title01--white::after {
	background-color: #fff;
}
.c-title01--yellow {
	color: #fff;
}
.c-title01--yellow::first-letter {
	color: var(--color-yellow);
}
.c-title01--yellow::after {
	background-color: #fff;
}
.c-title01--red {
	color: #fff;
}
.c-title01--red::after {
	background-color: #fff;
}

.c-title02 {
	font-size: 22px;
	font-weight: bold;
	color: var(--color-red);
	line-height: 1.8;
}
@media (width <= 370px) {
	.c-title02 {
		font-size: 20px;
	}
}

/* 汎用テキスト */
.c-text-j {
	text-align: justify !important;
}

.c-text-r {
	text-align: right !important;
}

.c-text-c {
	text-align: center !important;
}

.c-fw-b {
	font-weight: bold !important;
}

/* 汎用ボタン */
.c-btn01 {
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 360px;
	background-color: var(--color-yellow);
	border-radius: calc(infinity * 1px);
	padding: 35px 110px;
	position: relative;
}
@media (width <= 640px) {
	.c-btn01 {
		max-width: 320px;
		padding: 35px 90px;
	}
}
@media (width <= 370px) {
	.c-btn01 {
		padding: 35px 80px;
	}
}
.c-btn01::after {
	content: "";
	display: block;
	width: 15px;
	height: 6px;
	background: url(../img/common/icon_arrow04.webp) center/contain no-repeat;
	position: absolute;
	inset: 50% 55px auto auto;
	translate: 0 -50%;
	transition: 0.2s ease-out;
}
.c-btn01 img {
	width: 104px;
	position: absolute;
	inset: auto auto -1px 0;
}
@media (width <= 640px) {
	.c-btn01 img {
		left: -20px;
	}
}
@media (width <= 370px) {
	.c-btn01 img {
		width: 90px;
	}
}
@media (any-hover: hover) {
	.c-btn01:hover::after {
		right: 45px;
	}
}
.c-btn01--red {
	color: #fff;
	background-color: var(--color-red);
}
.c-btn01--red::after {
	background-image: url(../img/common/icon_arrow01.webp);
}

/* フェードイン */
.c-feed {
	translate: 0 100px;
	opacity: 0;
	transition: opacity 1s, translate 1s;
}
.c-feed.animated {
	translate: 0 0;
	opacity: 1;
}

/* ポジション */
.c-position-rel {
	position: relative;
}

/* メイン */
.main {
	max-width: 1400px;
	padding-left: 270px;
	margin-inline: auto;
}
@media (width <= 960px) {
	.main {
		padding-left: 0;
	}
}
.main__inner {
	max-width: 710px;
	background-color: #fff;
}
@media (width <= 960px) {
	.main__inner {
		max-width: 100%;
	}
}

/* 下層FV */
.l-fv__panel {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 430px;
	padding: 0 20px 60px;
	position: relative;
}
@media (width <= 960px) {
	.l-fv__panel {
		aspect-ratio: 370/430;
		height: auto;
	}
}
.l-fv__title {
	color: #fff;
	position: relative;
	z-index: 1;
}
.l-fv__title.animated > * {
	clip-path: inset(0 0 0 0);
}
.l-fv__title-l, .l-fv__title-s {
	display: block;
	font-style: italic;
	font-family: var(--font-noto);
	font-weight: 900;
	max-width: max-content;
	padding-inline: 10px;
	margin-inline: auto;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.3s linear;
}
.l-fv__title-l::after, .l-fv__title-s::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.l-fv__title-l {
	font-size: 46px;
	line-height: 1.4;
}
@media (width <= 370px) {
	.l-fv__title-l {
		font-size: 40px;
	}
}
.l-fv__title-s {
	font-size: 20px;
	margin-top: 15px;
	transition-delay: 0.3s;
}
.l-fv__bg {
	position: absolute;
	inset: 0;
}
.l-fv__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (width <= 960px) {
	.l-fv--staff .l-fv__bg img {
		object-position: 80% center;
	}
}

/* ぱんくず */
.c-bread {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	padding: 20px 20px 0;
}
.c-bread li,
.c-bread a {
	font-size: 12px;
}
.c-bread li {
	display: flex;
}
.c-bread li::after {
	content: "＞";
	display: inline-block;
	margin-inline: 0.5em;
}
.c-bread li:last-child::after {
	content: none;
}

.header {
	max-width: 1400px;
	margin-inline: auto;
	position: relative;
}
.header__title {
	width: 186px;
	position: fixed;
	inset: 40px auto auto 40px;
	z-index: 10;
}
@media (width <= 960px) {
	.header__title {
		width: 120px;
		inset: 16px auto auto 20px;
	}
}
.header__bg {
	width: 100%;
	position: fixed;
	inset: -1px auto auto 0;
	z-index: -1;
}
@media (width <= 960px) {
	.header__bg {
		position: absolute;
		z-index: 1;
	}
}
.header__nav {
	position: absolute;
	inset: 280px auto auto 140px;
	left: 140px;
	z-index: 100;
	transition: 0.8s ease-out;
	transition-delay: 0.2s;
}
@media (width <= 960px) {
	.header__nav {
		position: fixed;
		inset: auto 0 10px auto;
	}
}
.header__nav--top .header__nav-list {
	opacity: 0;
	transition: 0.5s ease-out;
	transition-delay: 1.8s;
}
@media (width <= 960px) {
	.header__nav--top .header__nav-list {
		opacity: 1;
	}
}
.header__nav--top.header__nav--active .header__nav-list {
	opacity: 1;
}
.header__nav-list {
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid #232323;
	border-radius: 6px;
	padding-right: 20px;
	position: relative;
	z-index: 100;
}
@media (width <= 960px) {
	.header__nav-list {
		border-right: 0;
		border-radius: 6px 0 0 6px;
		padding-right: 10px;
	}
}
.header__nav-item + .header__nav-item {
	border-top: 2px solid #232323;
}
.header__nav-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	font-style: italic;
	font-family: var(--font-noto);
	font-weight: bold;
	padding: 25px 15px 25px 30px;
	cursor: pointer;
}
@media (width <= 960px) {
	.header__nav-btn {
		flex-direction: column;
		font-size: 12px;
		padding: 15px 7px 15px 20px;
	}
}
@media (any-hover: hover) {
	.header__nav-btn:hover {
		color: var(--color-red);
	}
}
.header__nav-icon {
	width: 30px;
}

.spNavi__icon {
	display: block;
	width: 30px;
	height: 16px;
	position: relative;
	cursor: pointer;
	/*ボタン内側*/
}
.spNavi__icon::before, .spNavi__icon::after,
.spNavi__icon span {
	display: block;
	background: #232323;
	height: 1px;
	width: 100%;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: absolute;
	transform: translate(-50%, 0);
}
.spNavi__icon::before {
	content: "";
	inset: 0 auto auto 50%;
}
.spNavi__icon::after {
	content: "";
	inset: auto auto 0 50%;
}
.spNavi__icon span {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
}
.spNavi__icon--active::before, .spNavi__icon--active::after {
	width: 80%;
}
.spNavi__icon--active::before {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.spNavi__icon--active::after {
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.spNavi__icon--active span {
	opacity: 0;
}
.spNavi__menu {
	width: max-content;
	border: 1px solid var(--color-red);
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 6px;
	position: absolute;
	inset: 0 auto auto calc(100% + 10px);
	scale: 0;
	transform-origin: left top;
	z-index: 99;
	transition: scale 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (width <= 960px) {
	.spNavi__menu {
		inset: auto calc(100% + 10px) 0 auto;
		transform-origin: right bottom;
	}
}
.spNavi__menu--active {
	scale: 1;
}
.spNavi__menu li + li {
	border-top: 1px dotted var(--color-red);
	padding-top: 0.5em;
	margin-top: 0.5em;
}
.spNavi__menu a {
	font-style: italic;
	font-family: var(--font-noto);
	font-weight: 500;
	text-align: center;
}
@media (any-hover: hover) {
	.spNavi__menu a:hover {
		color: var(--color-red);
	}
}

.footer {
	background-color: #393939;
	padding-block: 130px 60px;
	position: relative;
}
@media (width <= 640px) {
	.footer {
		padding-top: 100px;
		padding-bottom: 200px;
	}
}
.footer > * + * {
	margin-top: 50px;
}
.footer__logo {
	width: 100%;
	max-width: 280px;
	margin-inline: auto;
}
.footer__nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em 2em;
	max-width: 490px;
	margin-inline: auto;
}
.footer__nav-item {
	position: relative;
}
.footer__nav-item + .footer__nav-item::before {
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background-color: #fff;
	position: absolute;
	inset: 50% auto auto -1em;
	translate: 0 -50%;
}
.footer__nav-link {
	font-weight: 500;
	color: #fff;
}
@media (any-hover: hover) {
	.footer__nav-link:hover {
		color: var(--color-red);
	}
}
.footer__addr p {
	color: #fff;
	text-align: center;
}
.footer__addr p + p {
	margin-top: 1em;
}
.footer__copy {
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.footer__pagetop {
	width: 32px;
	text-align: center;
	margin-top: 0;
	position: absolute;
	inset: 40px 40px auto auto;
}
@media (width <= 640px) {
	.footer__pagetop {
		inset: 30px 20px auto auto;
	}
}
.footer__pagetop span {
	font-family: var(--font-din);
	color: #fff;
}

/* fv */
.t-fv {
	height: 400vh;
	position: relative;
}
@media (width <= 960px) {
	.t-fv {
		height: auto;
	}
}
.t-fv__inner {
	width: 100%;
	height: 100vh;
	position: sticky;
	inset: 0 auto auto 0;
}
@media (width <= 960px) {
	.t-fv__inner {
		display: contents;
	}
}
.t-fv__sec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	width: 100%;
	position: absolute;
	inset: 0 auto auto 0;
	opacity: 0;
	filter: blur(5px);
	transition: opacity 0.8s, filter 0.8s ease-out;
}
@media (width <= 960px) {
	.t-fv__sec {
		justify-content: flex-end;
		height: auto;
		position: relative;
		inset: auto;
		opacity: 1;
		filter: blur(0);
	}
}
@media (width <= 960px) {
	.t-fv__sec:first-child, .t-fv__sec:nth-child(2) {
		display: none;
	}
}
.t-fv__sec--active {
	opacity: 1;
	filter: blur(0px);
}
.t-fv__sec--active .t-fv__main-title span {
	clip-path: inset(0 0 0 0);
}
@media (width <= 960px) {
	.t-fv__sec.animated .t-fv__main-title span {
		clip-path: inset(0 0 0 0);
	}
}
.t-fv__catch {
	width: 386px;
	margin-inline: auto;
}
.t-fv__title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.t-fv__text {
	text-align: center;
	margin-top: 50px;
}
.t-fv__main-bg-pc {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}
@media (width <= 960px) {
	.t-fv__main-bg-pc {
		display: none;
	}
}
.t-fv__main-bg-pc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.t-fv__main-bg-sp {
	display: none;
}
@media (width <= 960px) {
	.t-fv__main-bg-sp {
		display: block;
		width: 100vw;
		height: auto;
		margin-left: -35px;
	}
}
.t-fv__main-box {
	width: 100%;
	max-width: 700px;
	position: absolute;
	inset: auto auto 50px -135px;
}
@media (width <= 960px) {
	.t-fv__main-box {
		margin-top: -100px;
		position: relative;
		inset: auto;
	}
}
.t-fv__main-title {
	font-family: var(--font-noto);
	font-style: italic;
	font-size: clamp(34px, 0.967rem + 2.89vw, 56px);
	font-weight: 900;
}
.t-fv__main-title span {
	display: block;
	line-height: 1.3;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.8s linear;
	transition-delay: 0.8s;
}
@media (width <= 960px) {
	.t-fv__main-title span {
		transition-delay: 0s;
	}
}
.t-fv__main-title span::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #232323;
}
.t-fv__main-title span + span {
	margin-top: 15px;
}

/* メッセージ */
.t-message__title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 60px 0;
}
@media (width <= 640px) {
	.t-message__title {
		margin: 40px 0;
	}
}

/* 募集要項 */
.t-job__list {
	display: flex;
	gap: 10px;
}
@media (width <= 640px) {
	.t-job__list {
		flex-direction: column;
	}
}
.t-job__list-item {
	flex: 1;
}
.t-job__list-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	color: #fff;
	min-height: 120px;
	background-color: var(--color-red);
	border: 1px solid var(--color-red);
	padding: 10px 50px;
	position: relative;
}
@media (width <= 370px) {
	.t-job__list-btn {
		font-size: 13px;
	}
}
.t-job__list-btn::after {
	content: "";
	display: block;
	width: 15px;
	height: 6px;
	background: url(../img/common/icon_arrow01.webp) center/contain no-repeat;
	position: absolute;
	inset: 50% 25px auto auto;
	transition: inset 0.2s ease-out;
}
@media (any-hover: hover) {
	.t-job__list-btn:hover::after {
		right: 15px;
	}
}
.t-job__list-btn--reverse {
	color: #232323;
	background-color: #fff;
}
.t-job__list-btn--reverse::after {
	background-image: url(../img/common/icon_arrow02.webp);
}

/* データ */
.t-data {
	background: url(../img/home/data_img.webp) center/cover no-repeat;
}
.t-data__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.t-data__list-item {
	width: calc((100% - 30px) / 4);
	background-color: #fff;
	border-radius: 6px;
	padding: 20px 10px;
}
.t-data__list-item.col_half{
	width: calc((100% - 10px) / 2);
}
@media (width <= 640px) {
	.t-data__list-item {
		width: calc((100% - 10px) / 2);
	}
}
@media (width <= 370px) {
	.t-data__list-item {
		display: flex;
		flex-direction: column;
	}
}
.t-data__list-item:nth-child(9), .t-data__list-item:nth-child(10) {
	height: 175px;
}
@media (width <= 640px) {
	.t-data__list-item:nth-child(9), .t-data__list-item:nth-child(10) {
		height: auto;
	}
}
.t-data__list-title {
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.06em;
	border-bottom: 1px dotted #232323;
	margin-bottom: 15px;
}
@media (width <= 370px) {
	.t-data__list-title {
		font-size: 13px;
	}
}
.t-data__list-content {
	text-align: center;
}
@media (width <= 370px) {
	.t-data__list-content {
		margin-top: auto;
	}
}
.t-data__list-content img {
	width: 100%;
	max-width: 180px;
	margin-inline: auto;
}
.t-data__list-num {
	font-family: var(--font-din);
	font-size: 90px;
	color: var(--color-red);
	line-height: 1;
}
@media (width <= 370px) {
	.t-data__list-num {
		font-size: 60px;
	}
}
.t-data__list-unit, .t-data__list-unit-s, .t-data__list-unit-ss {
	font-weight: 900;
	line-height: 1;
	color: var(--color-red);
	position: relative;
}
.t-data__list-unit span, .t-data__list-unit-s span, .t-data__list-unit-ss span {
	font-family: var(--font-din);
	font-size: 45px;
	position: absolute;
	bottom: 70%;
}
.t-data__list-unit {
	font-size: 24px;
}
.t-data__list-unit-s {
	font-size: 20px;
}
.t-data__list-unit-ss {
	font-size: 14px;
}
.t-data__ratio {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.t-data__ratio-detail {
	--color: #232323;
}
.t-data__ratio-detail--red {
	--color: var(--color-red);
}
.t-data__ratio-content {
	text-align: center;
	letter-spacing: -0.15em;
}
.t-data__ratio-title {
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	background-color: var(--color);
	border-radius: calc(infinity * 1px);
	padding: 2px 10px;
}
@media (width <= 370px) {
	.t-data__ratio-title {
		padding: 2px 5px;
	}
}
.t-data__ratio-num {
	font-family: var(--font-din);
	font-size: 54px;
	font-weight: bold;
	color: var(--color);
	line-height: 1;
}
@media (width <= 370px) {
	.t-data__ratio-num {
		font-size: 50px;
	}
}
.t-data__ratio-unit {
	font-weight: 900;
	color: var(--color);
}
.t-data__license,
.t-data__benefits {
	width: calc((100% - 10px) / 2);
	background-color: var(--color-yellow);
	position: relative;
}
@media (width <= 640px) {
	.t-data__license,
	.t-data__benefits {
		width: 100%;
	}
}
.t-data__license-content,
.t-data__benefits-content {
	font-size: 14px;
	display: -webkit-box;
/* 	-webkit-box-orient: vertical; */
/* 	-webkit-line-clamp: 3; */
	overflow: hidden;
	position: relative;
}
@media (width <= 640px) {
	.t-data__license-content,
	.t-data__benefits-content {
		display: block;
	}
}
.t-data__license-content--active,
.t-data__benefits-content--active {
	display: block;
}
.t-data__license-toggle,
.t-data__benefits-toggle {
	display: block;
	width: 32px;
	aspect-ratio: 1;
	background-color: var(--color-red);
	border-radius: 50%;
	position: absolute;
	inset: auto auto -16px 50%;
	translate: -50% 0;
	cursor: pointer;
}
@media (width <= 640px) {
	.t-data__license-toggle,
	.t-data__benefits-toggle {
		display: none;
	}
}
.t-data__license-toggle::before, .t-data__license-toggle::after,
.t-data__benefits-toggle::before, .t-data__benefits-toggle::after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
.t-data__license-toggle::after,
.t-data__benefits-toggle::after {
	rotate: 90deg;
}
.t-data__license-toggle--active::after,
.t-data__benefits-toggle--active::after {
	rotate: 0deg;
}

/* 社員を知る */
.t-staff {
	background: #f4f5f8 url(../img/home/staff_bg.webp) top center/contain no-repeat;
	padding-top: 160px;
	overflow: hidden;
}
.t-staff__slide-prev, .t-staff__slide-next {
	width: 32px;
	aspect-ratio: 1;
	background: #232323 url(../img/common/icon_arrow03.webp) center/3px auto no-repeat;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	z-index: 1;
	cursor: pointer;
}
@media (width <= 640px) {
	.t-staff__slide-prev, .t-staff__slide-next {
		background-position: 15px center;
		background-size: 6px auto;
		width: 60px;
	}
}
.t-staff__slide-prev {
	left: -16px;
	rotate: 180deg;
}
@media (width <= 640px) {
	.t-staff__slide-prev {
		left: -65px;
	}
}
.t-staff__slide-next {
	right: -16px;
}
@media (width <= 640px) {
	.t-staff__slide-next {
		right: -65px;
	}
}
.t-staff__list-link {
	background-color: var(--color-red);
	border-radius: 6px;
	padding: 50px 30px;
}
@media (any-hover: hover) {
	.t-staff__list-link:hover .t-staff__list-img img {
		scale: 1.05;
	}
}
.t-staff__list-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 500px;
	margin-inline: auto;
}
@media (width <= 640px) {
	.t-staff__list-box {
		flex-direction: column;
	}
}
.t-staff__list-box > .box01 {
	flex: 1;
	max-width: 240px;
}
@media (width <= 640px) {
	.t-staff__list-box > .box01 {
		max-width: 100%;
	}
}
.t-staff__list-box > .box02 {
	width: 225px;
}
@media (width <= 640px) {
	.t-staff__list-box > .box02 {
		width: 100%;
	}
}
.t-staff__list-img {
	aspect-ratio: 3/2;
	overflow: hidden;
}
.t-staff__list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s ease-out;
}
.t-staff__list-info > * + * {
	margin-top: 20px;
}
.t-staff__list-position {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #232323;
	border-radius: calc(infinity * 1px);
	max-width: max-content;
	padding: 2px 10px 4px;
}
@media (width <= 640px) {
	.t-staff__list-position {
		margin-inline: auto;
	}
}
.t-staff__list-position--c {
	margin-inline: auto;
}
.t-staff__list-name {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}
@media (width <= 640px) {
	.t-staff__list-name {
		text-align: center;
	}
}
.t-staff__list-name--black {
	color: #232323;
	text-align: center;
}
.t-staff__list-text {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.t-staff__list01-link > * + * {
	margin-top: 15px;
}
@media (any-hover: hover) {
	.t-staff__list01-link:hover .t-staff__list-img img {
		scale: 1.05;
	}
}

/* 社員の1日を知る */
.t-oneday {
	background-color: #f4f5f8;
	padding-block: 80px;
}
@media (width <= 640px) {
	.t-oneday {
		padding-block: 80px 40px;
	}
}
.t-oneday__menu {
	margin-left: 8px;
}
.t-oneday__menu-item {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	background-color: var(--color-red);
	border-radius: 6px 6px 0 0;
	padding: 5px 20px;
	cursor: pointer;
}
@media (width <= 370px) {
	.t-oneday__menu-item {
		font-size: 14px;
	}
}
.t-oneday__menu-item + .t-oneday__menu-item {
	margin-left: 5px;
}
.t-oneday__menu-item--active {
	color: var(--color-red);
	background-color: #fff;
}
.t-oneday__content {
	--color: var(--color-red);
	background-color: #fff;
	border-radius: 6px;
	padding: 70px 30px;
	position: relative;
}
@media (width <= 640px) {
	.t-oneday__content {
		padding: 40px 30px;
	}
}
.t-oneday__list {
	max-width: 510px;
	margin-inline: auto;
}
.t-oneday__list + .t-oneday__list {
	border-top: 1px dotted var(--color);
	padding-top: 40px;
	margin-top: 40px;
}
.t-oneday__list--hidden {
	display: none;
}
.t-oneday__list-item {
	display: flex;
}
.t-oneday__list-item + .t-oneday__list-item {
	border-top: 1px dotted var(--color);
	padding-top: 40px;
	margin-top: 40px;
}
.t-oneday__list-time {
	font-family: var(--font-din);
	font-size: clamp(22px, 1.164rem + 0.53vw, 26px);
	font-weight: bold;
	color: var(--color);
	width: 75px;
}
@media (width <= 640px) {
	.t-oneday__list-time {
		width: 60px;
	}
}
.t-oneday__list-content {
	flex: 1;
}
.t-oneday__list-title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 30px;
}
@media (width <= 640px) {
	.t-oneday__list-title {
		padding-top: 3px;
	}
}
.t-oneday__toggle {
	display: block;
	width: 32px;
	aspect-ratio: 1;
	background-color: var(--color-red);
	border-radius: 50%;
	position: absolute;
	inset: auto auto -16px 50%;
	translate: -50% 0;
	cursor: pointer;
}
.t-oneday__toggle::before, .t-oneday__toggle::after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
.t-oneday__toggle::after {
	rotate: 90deg;
}
.t-oneday__toggle--active::after {
	rotate: 0deg;
}

/* 説明 */
.ng-about {
	padding-right: 270px;
}
@media (width <= 640px) {
	.ng-about {
		padding-right: 35px;
	}
}
@media (width <= 640px) {
	.ng-about__title {
		padding-right: 85px;
	}
}
@media (width <= 370px) {
	.ng-about__title {
		padding-right: 45px;
	}
}
.ng-about__img {
	width: 272px;
	position: absolute;
	inset: auto -25px 0 auto;
}
@media (width <= 1200px) {
	.ng-about__img {
		width: 247px;
		right: 0;
	}
}
@media (width <= 640px) {
	.ng-about__img {
		width: 103px;
		inset: -10px 15px auto auto;
	}
}
@media (width <= 370px) {
	.ng-about__img {
		width: 80px;
	}
}

/* 募集要項 */
.ng-job {
	background-color: var(--color-blue);
	/* タブメニュー */
	/* タブコンテンツ */
}
.ng-job .t-oneday__menu-item {
	color: #fff;
	background-color: #617a99;
}
.ng-job .t-oneday__menu-item.t-oneday__menu-item--active {
	color: var(--color-blue);
	background-color: #fff;
}
.ng-job .t-oneday__content {
	--color: var(--color-blue);
}
@media (width <= 640px) {
	.ng-job .t-oneday__list-item {
		flex-direction: column;
		gap: 20px;
	}
}
.ng-job .t-oneday__list-time {
	font-family: var(--font-default);
	font-size: 14px;
	width: 166px;
}

/* 説明 */
.career-about {
	padding-left: 270px;
}
@media (width <= 640px) {
	.career-about {
		padding-left: 35px;
	}
}
.career-about__title {
	letter-spacing: -0.07em;
}
@media (width <= 640px) {
	.career-about__title {
		padding-right: 85px;
	}
}
@media (width <= 370px) {
	.career-about__title {
		padding-right: 45px;
	}
}
.career-about__img {
	width: 272px;
	position: absolute;
	inset: auto auto 0 -25px;
}
@media (width <= 1200px) {
	.career-about__img {
		width: 247px;
		right: 0;
	}
}
@media (width <= 640px) {
	.career-about__img {
		width: 103px;
		inset: -10px 15px auto auto;
	}
}
@media (width <= 370px) {
	.career-about__img {
		width: 80px;
	}
}

/* 募集要項 */
.career-job {
	background-color: #232323;
	/* タブコンテンツ */
}
@media (width <= 640px) {
	.career-job .t-oneday__list-item {
		flex-direction: column;
		gap: 20px;
	}
}
.career-job .t-oneday__list-time {
	font-family: var(--font-default);
	font-size: 14px;
	width: 166px;
}

.staff-detail__info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}
@media (width <= 640px) {
	.staff-detail__info {
		flex-direction: column;
	}
}
.staff-detail__info > .box01 {
	flex: 1;
	max-width: 240px;
}
@media (width <= 640px) {
	.staff-detail__info > .box01 {
		max-width: 100%;
	}
}
.staff-detail__info > .box02 {
	width: 330px;
	padding-top: 10px;
}
@media (width <= 640px) {
	.staff-detail__info > .box02 {
		width: 100%;
	}
}
.staff-detail__info-img {
	border-radius: 6px;
	overflow: hidden;
}
.staff-detail__info-img img {
	width: 100%;
	height: auto;
}
.staff-detail__info-position {
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.staff-detail__info-name {
	font-size: 28px;
	font-weight: bold;
}
.staff-detail__info-title {
	font-weight: bold;
	color: var(--color-red);
	border-top: 1px dotted var(--color-red);
	padding-top: 10px;
	margin-top: 10px;
}
.staff-detail__wrapper {
	max-width: 610px;
	background-color: #f4f5f8;
	border-radius: 6px;
	padding-block: 70px 115px;
	margin: 100px auto 0;
}
@media (width <= 640px) {
	.staff-detail__wrapper {
		max-width: 100%;
		border-radius: 0;
		padding-block: 60px;
		margin-top: 70px;
	}
}
.staff-detail__content + .staff-detail__content {
	margin-top: 70px;
}
.staff-detail__content-title {
	font-weight: bold;
	color: var(--color-red);
}
.staff-detail__content-text {
	margin-top: 40px;
}
@media (width <= 640px) {
	.staff-detail__content-text {
		margin-top: 20px;
	}
}
.staff-detail__content-img {
	border-radius: 6px;
	overflow: hidden;
}
.staff-detail__content01-box {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
@media (width <= 640px) {
	.staff-detail__content01-box {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}
.staff-detail__content01-box > .box01 {
	flex: 1;
}
.staff-detail__content01-box > .box02 {
	width: 180px;
}
@media (width <= 640px) {
	.staff-detail__content01-box > .box02 {
		margin-left: auto;
	}
}
.staff-detail__content02-img {
	width: 100%;
	max-width: 270px;
	margin: 0 auto 80px;
}
@media (width <= 640px) {
	.staff-detail__content02-img {
		margin-bottom: 20px;
	}
}
.staff-detail__content03 {
	display: flex;
	align-items: center;
	gap: 20px 40px;
}
@media (width <= 640px) {
	.staff-detail__content03 {
		flex-direction: column;
		align-items: flex-start;
	}
}
.staff-detail__content03 > .box01 {
	width: 270px;
	margin-left: -140px;
}
@media (max-width: 820px) {
	.staff-detail__content03 > .box01 {
		width: 180px;
		margin-left: 0;
	}
}
@media (width <= 640px) {
	.staff-detail__content03 > .box01 {
		width: 240px;
		border-radius: 0 6px 6px 0;
		margin-left: -35px;
	}
}
.staff-detail__content03 > .box02 {
	flex: 1;
}

/* 社員をもっと知る */
.staff-more {
	padding-bottom: 90px;
}
.staff-more__slide-prev, .staff-more__slide-next {
	display: none;
}
@media (width <= 640px) {
	.staff-more__slide-prev, .staff-more__slide-next {
		display: block;
		width: 60px;
		aspect-ratio: 1;
		background: var(--color-red) url(../img/common/icon_arrow03.webp) 15px center/6px auto no-repeat;
		border-radius: 50%;
		position: absolute;
		top: 20px;
		z-index: 1;
		cursor: pointer;
	}
}
@media (width <= 640px) {
	.staff-more__slide-prev {
		left: -30px;
		rotate: 180deg;
	}
}
@media (width <= 640px) {
	.staff-more__slide-next {
		right: -30px;
	}
}

.faq {
	padding-top: 70px;
	position: relative;
}
.faq__text {
	max-width: 610px;
	background-color: #f4f5f8;
	border-radius: 6px;
	padding-block: 60px;
	margin-inline: auto;
}
@media (width <= 640px) {
	.faq__text {
		max-width: 100%;
		border-radius: 0;
		padding-block: 40px;
	}
}
.faq__ab {
	width: 100%;
	max-width: 260px;
	height: 100%;
	position: absolute;
	inset: 0 calc(100% + 5px) auto auto;
}
@media (width <= 960px) {
	.faq__ab {
		display: contents;
	}
}
.faq__cat {
	width: 100%;
	max-width: 260px;
	background-color: rgba(219, 0, 51, 0.9);
	border: 2px solid #232323;
	border-radius: 6px;
	position: sticky;
	inset: 0 auto auto calc(100% + 5px);
	z-index: 1;
}
@media (width <= 960px) {
	.faq__cat {
		max-width: calc(100% - 70px);
		margin-inline: auto;
		inset: 50px auto auto 0;
		margin-top: 50px;
	}
}
.faq__cat-item, .faq__cat-btn {
	padding-right: 20px;
	cursor: pointer;
}
.faq__cat-btn {
	display: none;
}
@media (width <= 960px) {
	.faq__cat-btn {
		display: block;
	}
}
.faq__cat-btn .faq__cat-link {
	position: relative;
}
.faq__cat-btn .faq__cat-link::after {
	rotate: -90deg;
	transition: rotate 0.3s;
}
.faq__cat-btn--active .faq__cat-link {
	border-bottom: 2px solid #232323;
}
.faq__cat-btn--active .faq__cat-link::after {
	rotate: 90deg;
}
.faq__cat-btn--active .faq__cat-toggle::after {
	rotate: 0deg;
}
.faq__cat-toggle {
	display: block;
	width: 32px;
	aspect-ratio: 1;
	background-color: rgba(35, 35, 35, 0.9);
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
	border-radius: 0 0 6px 0;
	position: absolute;
	inset: 0 auto auto 0;
}
.faq__cat-toggle::before, .faq__cat-toggle::after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
.faq__cat-toggle::after {
	rotate: 90deg;
	transition: rotate 0.3s;
}
@media (width <= 960px) {
	.faq__cat-item {
		display: none;
	}
}
.faq__cat-item + .faq__cat-item .faq__cat-link {
	border-top: 2px solid #232323;
}
.faq__cat-link {
	font-weight: bold;
	color: #fff;
	padding: 20px 15px 20px 40px;
	position: relative;
}
.faq__cat-link::after {
	content: "";
	display: block;
	width: 4.5px;
	height: 7px;
	background: url(../img/common/icon_arrow03.webp) center/contain no-repeat;
	position: absolute;
	inset: 50% 10px auto auto;
	translate: 0 -50%;
}
.faq__list {
	display: none;
}
.faq__list--active {
	display: block;
	animation: faqFeed 0.5s ease-out forwards;
}
.faq__list-q {
	font-weight: bold;
	border-bottom: 2px solid #f8ccd6;
	padding: 40px 40px 40px 30px;
	position: relative;
	transition: border-bottom 0.2s ease-out;
	cursor: pointer;
}
.faq__list-q::before {
	content: "Q";
	font-family: var(--font-din);
	font-size: 26px;
	font-weight: bold;
	color: var(--color-red);
	position: absolute;
	inset: 32px auto auto 0;
}
@media (any-hover: hover) {
	.faq__list-q:hover .faq__list-q-toggle {
		inset: calc(50% + 10px) 0 auto auto;
	}
}
.faq__list-q.open {
	border-color: transparent;
}
.faq__list-q.open .faq__list-q-toggle {
	background-color: #f4b2c2;
}
.faq__list-q.open .faq__list-q-toggle::after {
	rotate: 0deg;
}
.faq__list-q-toggle {
	width: 32px;
	aspect-ratio: 1;
	background-color: var(--color-red);
	border-radius: 50%;
	position: absolute;
	inset: 50% 0 auto auto;
	translate: 0 -50%;
	transition: 0.2s ease-out;
}
.faq__list-q-toggle::before, .faq__list-q-toggle::after {
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	transition: 0.2s ease-out;
}
.faq__list-q-toggle::after {
	rotate: 90deg;
}
.faq__list-a {
	display: none;
	background-color: #fdf2f5;
	border-radius: 6px;
	padding: 45px 40px;
}
@media (width <= 767px) {
	.faq__list-a {
		padding: 30px;
	}
}
.faq__list-text {
	width: 100%;
	max-width: 580px;
	padding-left: 30px;
	margin-inline: auto;
	position: relative;
}
.faq__list-text::before {
	content: "A";
	font-family: var(--font-din);
	font-size: 26px;
	font-weight: bold;
	color: var(--color-red);
	position: absolute;
	inset: -8px auto auto 0;
}

@keyframes faqFeed {
	from {
		opacity: 0;
		translate: 0 50px;
	}
	to {
		opacity: 1;
		translate: 0 0;
	}
}
.entry {
	padding-block: 80px 90px;
}
@media (width <= 640px) {
	.entry {
		padding-block: 40px 60px;
	}
}
.entry__flow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 30px;
}
.entry__flow-title {
	font-weight: bold;
}
.entry__flow-content {
	display: flex;
	gap: 6px;
}
.entry__flow-text {
	display: block;
	font-weight: bold;
	background-color: rgba(219, 0, 51, 0.2);
	padding: 15px 10px;
}
.entry__flow-text:first-child {
	border-radius: 6px 0 0 6px;
}
.entry__flow-text:last-child {
	color: #fff;
	background-color: var(--color-red);
	border-radius: 0 6px 6px 0;
}
.entry__form-detail {
	display: flex;
	align-items: flex-start;
}
@media (width <= 640px) {
	.entry__form-detail {
		flex-direction: column;
	}
}
.entry__form-detail + .entry__form-detail {
	margin-top: 30px;
}
.entry__form-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	color: var(--color-red);
	width: 190px;
	min-height: 40px;
}
.entry__form-title::before {
	content: "任意";
	font-size: 12px;
	color: #fff;
	background-color: rgba(35, 35, 35, 0.3);
	padding: 0 5px 1px;
	border-radius: calc(infinity * 1px);
}
.entry__form-title--required::before {
	content: "必須";
	background-color: #232323;
}
.entry__form-content {
	flex: 1;
	width: 100%;
}
.entry__form-content input[type=text],
.entry__form-content input[type=email],
.entry__form-content input[type=tel],
.entry__form-content input[type=date],
.entry__form-content select,
.entry__form-content textarea {
	color: #232323;
	width: 100%;
	min-height: 40px;
	background-color: #fdf2f5;
	border: 0;
	border-radius: 6px;
	padding: 5px 10px;
	appearance: none;
}
.entry__form-content input[type=date] {
	max-width: 210px;
}
.entry__form-content input[type=tel] {
	max-width: 220px;
}
.entry__form-content .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}
.entry__form-content--addr input[type=text] {
	max-width: 120px;
}
.entry__counter {
	text-align: right;
}
.entry__pp {
	margin-top: 60px;
}
.entry__pp > * {
	max-width: 520px;
	margin-inline: auto;
}
.entry__pp-box {
	height: 230px;
	background-color: #f4f5f8;
	border-radius: 6px;
	padding: 30px;
	overflow-y: auto;
}
.entry__pp-title {
	font-weight: bold;
}
.entry__pp-content {
	margin-top: 1em;
}
.entry__doui label {
	justify-content: center;
}
.entry__submit {
	max-width: 300px;
	margin-inline: auto;
	position: relative;
}
.entry__submit::after {
	content: "";
	display: block;
	width: 15px;
	height: 6px;
	background: url(../img/common/icon_arrow01.webp) center/contain no-repeat;
	position: absolute;
	inset: 50% 28px auto auto;
	translate: 0 -50%;
}
.entry__submit input {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 90px;
	width: 100%;
	background-color: var(--color-red);
	border-radius: 6px;
}
.entry__submit input.wpcf7-previous {
	background-color: #232323;
}

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

.wpcf7-spinner {
	display: none;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.5;
}

/* 確認画面 */
#entry-confirm .entry__form-content {
	display: flex;
	align-items: center;
	word-break: break-all;
	min-height: 40px;
}/*# sourceMappingURL=style.css.map */

/*文字装飾*/
.fz-10{
	font-size: 1em;
}
.fz-09{
	font-size: 0.9em;
}
.fz-08{
	font-size: 0.8em;
}
.fz-07{
	font-size: 0.7em;
}
.fwb{
	font-weight: bold;
}
ul.list_normal{
    margin-left: 1.25rem;
	margin-top: 1rem;
}
ul.list_normal li{
	position: relative;
	line-height: 1.25;
    margin-bottom: 0.5rem;
}
ul.list_normal li:before{
	content: '・';
	position: absolute;
    left: -1rem;
}


