:root {
	--root-font-size: 16;
	--primary-bg-color: #f4f6f9;
	--secondary-bg-color: #bccccc;
	--main-text-color: #040000;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: NotoSansJP-Light;
	color: var(--main-text-color);
	letter-spacing: .07em;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
dd,
figcaption {
	font-size: calc(12 / var(--root-font-size) * 1rem);
}

a {
	display: block;
	color: currentColor;
}

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

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

.heading {
	padding-top: 80px;
	margin: auto;
	text-align: center;
}

.heading img {
	width: 30%;
}

.line_link {
	width: clamp(10rem, 6.364rem + 18.18vw, 20rem);
	padding-top: 80px;
	margin: auto;
}

.menu-trigger {
	top: 24px;
	height: 14px;
}

.scroll_top {
	margin: 0 auto;
	padding: 70px 0;
}

.scroll_top img {
	width: fit-content;
}

.main {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: auto;
}

.fixed_btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 768px;
	display: flex;
	justify-content: flex-end;
	z-index: 9999;
}

.fixed_btn_link {
	display: block;
	width: clamp(7.5rem, 5.294rem + 9.8vw, 10rem);
	height: clamp(7.5rem, 5.294rem + 9.8vw, 10rem);
	background: url(../img/recruit/line_btn.gif);
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
	/* transform: translate(-4%, -4%); */
}

.movie {
	position: relative;
}

.movie::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: clamp(3rem, 1.571rem + 7.14vw, 5rem);
	height: clamp(3rem, 1.571rem + 7.14vw, 5rem);
	background: url(../img/recruit/movie-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.video {
	width: 100%;
}

.shop-logo {
	width: clamp(17.5rem, 1.429rem + 80.36vw, 40rem);
	margin: 64px auto 0;
}

.shop-logo img {
	width: 100%;
}

footer {
	position: relative;
	z-index: 10000;
	background: #fff;
}

.fadein {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1.5s;
}

.fadein-bottom {
	transform: translate(0, 30px);
}

.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

.mainview_title,
.message,
.interview,
.feature,
.detail {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background-color: var(--primary-bg-color);
}


@media screen and (min-width: 590px) {
	body {
		letter-spacing: .1em;
		line-height: 2em;
	}

	.heading {
		padding-top: 120px;
	}

	.menu-trigger {
		top: 28px;
		height: 20px;
	}

	p,
	dd,
	figcaption {
		font-size: calc(16 / var(--root-font-size) * 1rem);
	}
}

.mainview_title {
	padding: 16px 0;
	text-align: center;
}

.mainview_title .heading {
	width: auto;
	max-width: 80px;
	padding: 0;
}

.mainview_list_item {
	padding-bottom: 80px;
}

.mainview_list_item .image {
	width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 40px 8px 16px;
}

.swiper-pagination-bullet {
	background-color: var(--secondary-bg-color);
	height: 12px;
	width: 12px;
}

.swiper-slide img {
	height: auto;
	width: 100%;
}

@media screen and (min-width: 590px) {
	.mainview_title {
		padding: 24px 0;
		text-align: center;
	}

	.mainview_title .heading {
		max-width: 120px;
	}
}


.message_inner {
	max-width: 768px;
	margin: 16px auto 0;
	padding: 80px 0;
}

.message_text {
	width: clamp(15rem, 3.393rem + 58.04vw, 31.25rem);
	margin: auto;
}

.message .shop-logo>svg {
	margin-top: 80px;
}


.staff-movie_list_item {
	margin-top: 40px;
}

.staff-movie_list_item_wrap {
	width: 90%;
	margin: 0 auto;
}

.staff-movie_list_item_wrap .name {
	width: fit-content;
	max-width: 120px;
	margin-top: 4px;
}

.staff-movie_list_item_wrap .name img {
	width: 45%;
}

@media screen and (min-width: 590px) {
	.staff-movie_list_item {
		margin-top: 80px;
	}

	.staff-movie_list_item_wrap .name img {
		width: 70%;
	}

	.staff-movie_list_item_wrap .name {
		margin-top: 8px;
	}
}

.shop-movie_inner {
	padding-bottom: 80px;
}

.shop-movie_list {
	margin-top: 40px;
}


.shop-movie_list_item .photo {
	width: 100%;
}

@media screen and (min-width: 590px) {
	.shop-movie_list {
		margin-top: 80px;
	}
}

.interview_inner {
	max-width: 768px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.interview .heading img {
	width: 25%;
}

.interview_list_item_heading {
	padding: 0 6%;
	margin: 40px auto 0;
}

.interview_list_item_photo {
	width: 100%;
}

.interview_list_item_name {
	margin-top: 4px;
	width: fit-content;
}

.interview_list_item_name img {
	width: 40%;
}

.interview_list_item_catch {
	margin-top: 4px;
}

.interview_list_item_wrap {
	width: 100%;
}

.interview_list_item_wrap .question {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 40px;
	cursor: pointer;
}

.interview_list_item_wrap .question:nth-child(n+2) {
	margin-top: 8px;
}

.interview_list_item_wrap .question img {
	width: 100%;
}

.interview_list_item_wrap .question .crossbar {
	width: clamp(1.25rem, 0.588rem + 2.94vw, 2rem);
	height: clamp(1.25rem, 0.588rem + 2.94vw, 2rem);
	position: absolute;
	top: 50%;
	right: 6%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
}

.interview_list_item_wrap .question .crossbar::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 50%;
	background-color: #040000;
	position: absolute;
	top: 25%;
	left: 50%;
	transform-origin: center center;
	transform: translateX(-50%) rotate(0deg);
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.interview_list_item_wrap .question .crossbar::after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 1px;
	background-color: #040000;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translateY(-50%);
}

.interview_list_item_wrap .answer {
	padding: 0 6%;
	max-height: 0;
	overflow: hidden;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.interview_list_item_wrap .answer.is-open {
	max-height: 260px;
	padding: 4% 6%;
}

.interview_list_item_wrap .question.is-open .crossbar::before {
	transform: translateX(-50%) rotate(90deg);
}

@media screen and (min-width: 590px) {
	.interview_list_item_heading {
		margin: 80px auto 0;
	}

	.interview_list_item_name img {
		width: 70%;
	}

	.interview_list_item_name {
		margin-top: 8px;
	}
}

.pickup .heading img {
	width: 18%;
}

.pickup_icon-list {
	max-width: 500px;
	width: 80%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 20px;
	margin: 40px auto 0;
}

@media screen and (min-width: 590px) {
	.pickup .heading img {
		width: 20%;
	}

	.pickup_icon-list {
		margin: 80px auto 0;
	}
}


.feature_inner {
	max-width: 768px;
	margin: 80px auto 0;
	padding-bottom: 80px;
}

.feature_list_item {
	padding-top: 80px;
}

.feature_list_item .subtitle {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}

.feature_list_item .subtitle img {
	width: 70%;
}

.feature_list_item_wrap {
	margin-top: 24px;
}

.feature_list_item_wrap .photo {
	width: 100%;
}

.feature_list_item_wrap .text {
	padding: 16px 8%;
}

@media screen and (min-width: 590px) {
	.feature_list_item .subtitle img {
		width: 90%;
	}
}

.flow_inner {
	padding: 0 8% 80px;
}

.flow_intro {
	margin-top: 40px;
}

.flow_list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 40px;
}

.flow_list_item {
	margin-top: 16px;
}

.flow_list_item span {
	position: relative;
	display: block;
	padding: 8px 0;
	background-color: var(--secondary-bg-color);
	color: #fff;
	text-align: center;
}

.flow_list_item::after {
	content: "";
	display: block;
	position: absolute;
	left: 49%;
	margin-top: 16px;
	border-top: 10px solid var(--secondary-bg-color);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

@media screen and (min-width: 590px) {
	.flow_intro {
		margin-top: 80px;
	}
}

.detail_inner {
	max-width: 768px;
	margin: 0 auto;
	padding: 0 8% 80px;
}

.detail .heading img {
	width: 20%;
}


.detail_list_item {
	margin-top: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #040000;
}

.detail_list_item_wrap .title {
	width: fit-content;
}

.detail_list_item_wrap .title img {
	width: 45%;
}

.detail_list_item_wrap .text {
	margin-top: 4px;
}

.detail_list_item_wrap .text:nth-of-type(2) {
	margin-top: 24px;
}

.detail_list_item_wrap .text .sub {
	display: block;
	margin-top: 8px;
	font-size: 14px;
}

@media screen and (min-width: 590px) {
	.detail .heading img {
		width: 15%;
	}

	.detail_list_item {
		padding-bottom: 40px;
	}

	.detail_list_item_wrap .title img {
		width: 70%;
	}

	.detail_list_item_wrap .text {
		margin-top: 8px;
	}
}