body {
	font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
	font-weight: 400;
	line-height: normal;
}

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

a {
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

a:hover {
	opacity: 0.6;
}

.l-header {
	background: #FFF;
	height: auto;
	left: 0;
	padding: 1.4375rem 1.5625rem 1.5625rem 1.9375rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header__inner {
	align-items: center;
	display: grid;
	display: flex;
	grid-template-columns: 22.5rem 1fr;
	justify-content: space-between;
}

.l-header__logo img {
	width: 22.5rem;
}

.l-header__logo span {
	color: #E7930C;
	display: block;
	font-size: 1.25rem;
	letter-spacing: 1px;
	padding-left: 2.75rem;
}

.l-header__nav {
	-moz-column-gap: 5.5625rem;
	column-gap: 5.5625rem;
	display: flex;
}

.l-header__list {
	-moz-column-gap: 2.5rem;
	align-items: center;
	color: #E7930C;
	column-gap: 2.5rem;
	display: flex;
	text-align: center;
}

.l-header__btns {
	display: flex;
	gap: 0.9375rem;
}

.l-header__btn {
	color: #fff;
	display: block;
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.l-header__btn:first-child {
	align-items: center;
	background: #E87E79;
	display: flex;
	gap: 0.3125rem;
	height: 2.4375rem;
	padding-left: 1.125rem;
	width: 11.4375rem;
}

.l-header__btn:nth-child(2) {
	align-items: center;
	background: linear-gradient(90deg, #E8A09D 0%, #E4C086 100%);
	display: flex;
	height: 2.4375rem;
	justify-content: center;
	width: 11.8125rem;
}

.l-header__btn img {
	width: 1.3125rem;
}

.l-footer {
	background: url(../img/footer_bg.svg) no-repeat center center/cover;
	color: #fff;
	padding: 15.875rem 1rem 4rem;
	text-align: center;
}

.l-footer__logo {
	margin: 0 auto;
	width: 24.15625rem;
}

.l-footer__address {
	letter-spacing: 0.8px;
	margin-top: 2.0625rem;
}

.l-footer__tel {
	-webkit-text-decoration-skip: ink;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.l-footer__copyright {
	letter-spacing: 0.8px;
	margin-top: 4.1875rem;
}

.l-drawer__icon {
	border-radius: 5px;
	display: none;
	height: 3.125rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 3.125rem;
	z-index: 200;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(1) {
	top: 1.49375rem;
	transform: rotate(45deg);
	transform-origin: center;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-child(2) {
	display: none;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(3) {
	top: 1.49375rem;
	transform: rotate(-45deg);
	transform-origin: center;
}

.l-drawer-icon__bar {
	background: #000;
	border-radius: 0.125rem;
	height: 0.133125rem;
	left: 0.8125rem;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 1.5rem;
}

.l-drawer-icon__bar:nth-of-type(1) {
	top: 0.9375rem;
}

.l-drawer-icon__bar:nth-of-type(2) {
	top: 1.49375rem;
}

.l-drawer-icon__bar:nth-of-type(3) {
	top: 2.05625rem;
}

.l-drawer__content {
	background: #fff;
	height: 100%;
	line-height: normal;
	padding: 5rem 2.5rem;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 100%;
	z-index: 50;
}

.l-drawer__content.is-checked {
	transform: translateY(0px);
}

.l-drawer-content__list:not(:first-child) {
	margin-top: 2.5625rem;
}

.l-drawer-content__button {
	border-radius: 2.1875rem;
	color: #fff;
	display: block;
	line-height: normal;
	margin: 0 auto;
	margin-top: 2.5rem;
	max-width: 17.5rem;
	padding: 1.375rem 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.l-drawer-content__button--white {
	background: #fff;
	margin-top: 2rem;
}

.c-section-title {
	height: 5rem;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section-title span {
	display: block;
}

.c-section-title__en {
	color: #E7930C;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 4.8px;
}

.c-section-title__ja {
	left: 50%;
	letter-spacing: 0.8px;
	position: absolute;
	top: 4rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.c-br-sp {
	display: none;
}

.p-mv {
	margin-top: 7.125rem;
	position: relative;
}

.p-mv__inner {
	padding: 27.1875rem 4.6875rem 5.3125rem;
}

.p-mv__bg {
	height: 41.25rem;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-mv__wrapper {
	height: 100%;
}

.p-mv__slide {
	height: 100%;
}

.p-mv__slide img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-mv__lead {
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: 4px;
	line-height: 1.75;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__button {
	background: #E87E79;
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 21.3125rem;
	padding: 1rem;
	position: fixed;
	right: 2.3125rem;
	top: 50%;
	width: 21.3125rem;
	z-index: 30;
}

.p-mv__button-border {
	border: 0.1875rem solid #FFF;
	border-radius: 50%;
	height: 19.3125rem;
	padding: 0.5625rem;
	width: 19.3125rem;
}

.p-mv__button-text {
	border: 0.1875rem solid #FFF;
	border-radius: 50%;
	height: 17.875rem;
	padding: 5.375rem 0;
	text-align: center;
	width: 17.875rem;
}

.p-mv__button-text span {
	display: block;
}

.p-mv__button-en {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 4.8px;
}

.p-mv__button-ja {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 1.2px;
}

.p-work {
	background: url(../img/work_bg.svg) no-repeat bottom center/cover;
	padding: 5.625rem 6.15625rem 14.875rem;
}

.p-work__inner {
	background: #fff;
	border-radius: 3.125rem;
	margin: 0 auto;
	max-width: 1243px;
	padding: 3.0625rem 3.125rem 5.1875rem 4.9375rem;
}

.p-work__list {
	margin-top: 5.25rem;
}

.p-work__item {
	color: #000;
}

.p-work__item:first-child .p-work__column {
	flex-direction: row-reverse;
	margin-top: 2.1875rem;
}

.p-work__item:first-child .p-work__img-wrapper {
	padding-bottom: 5.8125rem;
	position: relative;
}

.p-work__item:first-child .p-work__img-wrapper .p-work__img:first-child {
	width: 21.6875rem;
}

.p-work__item:first-child .p-work__img-wrapper .p-work__img:nth-child(2) {
	bottom: 0;
	left: 9.625rem;
	position: absolute;
	width: 7.8125rem;
}

.p-work__item:first-child .p-work__text {
	margin-top: 1.4375rem;
}

.p-work__item:nth-child(2) {
	margin-top: 7.875rem;
}

.p-work__item:nth-child(2) .p-work__column {
	margin-top: 1.625rem;
}

.p-work__item:nth-child(2) .p-work__text {
	margin-top: 0.4375rem;
}

.p-work__item:nth-child(2) .p-work__img {
	width: 22.96875rem;
}

.p-work__lead {
	-webkit-text-stroke: 0.3px #000;
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 400;
	gap: 0.375rem;
	letter-spacing: 1px;
}

.p-work__lead span {
	-webkit-text-stroke: 0.5px #000;
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	padding: 0.5625rem 1.4375rem;
	position: relative;
}

.p-work__lead span::before,
.p-work__lead span::after {
	-webkit-text-stroke: 0.5px #E7930C;
	bottom: 0;
	color: #E7930C;
	content: "“";
	font-size: 2.25rem;
	height: 100%;
	letter-spacing: 1.8px;
	position: absolute;
}

.p-work__lead span::before {
	content: "“";
	left: 0;
}

.p-work__lead span::after {
	content: "”";
	right: 0;
}

.p-work__column {
	display: flex;
	justify-content: space-between;
}

.p-work__text {
	margin-top: 0;
}

.p-work__description {
	letter-spacing: 1.6px;
	line-height: 2.5;
}

.p-work__description .p-work__description-line {
	-webkit-text-decoration-skip: ink;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.p-work__description span {
	color: #E7930C;
}

.p-work__benefits {
	margin-top: 7.5rem;
}

.p-benefits__lead {
	justify-content: center;
}

.p-benefits__list {
	border-radius: 1.875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.4375rem;
	text-align: center;
}

.p-benefits__item {
	padding: 1.4375rem 1.03125rem;
}

.p-benefits__item:nth-child(1),
.p-benefits__item:nth-child(3),
.p-benefits__item:nth-child(4),
.p-benefits__item:nth-child(6) {
	background: #E7930C;
	color: #fff;
}

.p-benefits__item:nth-child(4),
.p-benefits__item:nth-child(5),
.p-benefits__item:nth-child(6) {
	border-top: 1px solid #FFF;
}

.p-benefits__item:nth-child(2),
.p-benefits__item:nth-child(5) {
	background: #FDEBBF;
}

.p-benefits__item:nth-child(2) .p-benefits__description,
.p-benefits__item:nth-child(5) .p-benefits__description {
	color: #1A1A1A;
}

.p-benefits__item:nth-child(1) {
	border-radius: 1.875rem 0px 0px 0px;
}

.p-benefits__item:nth-child(1) img {
	width: 2.0625rem;
}

.p-benefits__item:nth-child(2) img {
	width: 2.71875rem;
}

.p-benefits__item:nth-child(3) {
	border-radius: 0px 1.875rem 0px 0px;
}

.p-benefits__item:nth-child(3) .p-benefits__img {
	position: relative;
}

.p-benefits__item:nth-child(3) .p-benefits__img::before {
	background: url("../img/heart.svg") no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 0.9375rem;
	transform: translateX(-50%);
	width: 3.6875rem;
}

.p-benefits__item:nth-child(3) img {
	display: block;
	left: 1.3125rem;
	position: absolute;
	top: 1.5625rem;
	width: 2.21875rem;
	z-index: 1;
}

.p-benefits__item:nth-child(4) {
	border-radius: 0px 0px 0px 1.875rem;
}

.p-benefits__item:nth-child(4) img {
	width: 2.5625rem;
}

.p-benefits__item:nth-child(5) img {
	width: 2.65625rem;
}

.p-benefits__item:nth-child(6) {
	border-radius: 0px 0px 1.875rem 0px;
}

.p-benefits__item:nth-child(6) img {
	width: 3.25rem;
}

.p-benefits__head {
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.p-benefits__img {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	height: 4.75rem;
	justify-content: center;
	margin: 0.4375rem auto 0;
	width: 4.75rem;
}

.p-benefits__description {
	font-size: 0.875rem;
	letter-spacing: 1.4px;
	line-height: 1.785;
	margin-top: 0.875rem;
	text-align: center;
}

.p-routine__bg {
	background: url(../img/routine_bg.svg) no-repeat top 1.25rem center/cover;
	min-height: 182.75rem;
	padding-top: 4.625rem;
}

.p-routine__inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 12.0625rem 14.8125rem;
}

.p-routine__content {
	margin-top: 6.875rem;
}

.p-routine__lead {
	letter-spacing: 0.8px;
	text-align: center;
}

.p-routine__tab-list {
	display: flex;
	gap: 1.8125rem;
	justify-content: center;
	margin-top: 1.125rem;
}

.p-routine__tab-item {
	align-items: center;
	background: #FFCD7D;
	border-radius: 1.25rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	height: 4.5rem;
	justify-content: center;
	transition: all 0.3s ease 0s;
	width: 20.75rem;
}

.p-routine__tab-item.is-active {
	background: #E7930C;
}

.p-routine__tab-item:hover {
	background: #E7930C;
}

.p-routine__container {
	display: none;
	margin-top: 6.875rem;
	padding: 0 7.5rem;
}

.p-routine__container.is-active {
	display: block;
}

.p-routine__hours {
	-webkit-text-stroke: 0.3px #000;
	color: #000;
	font-size: 2rem;
	letter-spacing: 1.6px;
}

.p-routine__list {
	margin-left: 2.5625rem;
	margin-top: 4.125rem;
}

.p-routine__item {
	position: relative;
}

.p-routine__item:not(:last-child) {
	padding-bottom: 1.5rem;
}

.p-routine__item:not(:last-child)::before {
	background: #000;
	content: "";
	height: 100%;
	left: 0.8125rem;
	position: absolute;
	top: 0.1875rem;
	width: 2px;
}

.p-routine__head {
	-webkit-text-stroke: 0.3px #000;
	color: #000;
	display: flex;
	font-size: 1.25rem;
	gap: 1.125rem;
	letter-spacing: 1px;
	padding-left: 2.3125rem;
	position: relative;
}

.p-routine__head::before {
	background: #000;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 0.125rem;
	width: 1.5625rem;
}

.p-routine__time {
	white-space: nowrap;
	width: 9.375rem;
}

.p-routine__text {
	margin-left: 12.875rem;
	margin-top: 0.75rem;
	white-space: nowrap;
}

.p-routine__description {
	letter-spacing: 0.8px;
	line-height: 1.875;
}

.p-routine__description span {
	-webkit-text-stroke: 0.3px #000;
	color: #000;
	display: block;
	margin-left: 0.6875rem;
	margin-top: 0.75rem;
}

.p-staff {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 14.21875rem 15.8125rem;
}

.p-staff__list {
	margin-top: 5.625rem;
}

.p-staff__item {
	align-items: end;
	display: flex;
	gap: 2.0625rem;
	justify-content: end;
}

.p-staff__item:not(:first-child) {
	margin-top: 4.3125rem;
}

.p-staff__item:nth-child(1) .p-staff__img {
	margin-bottom: 1rem;
}

.p-staff__item:nth-child(1) .p-staff__description {
	padding: 2.625rem 2rem 2.5625rem 2.5625rem;
}

.p-staff__item:nth-child(2) .p-staff__description {
	padding: 2.5625rem 1.875rem 2.4375rem 2.5625rem;
}

.p-staff__item:nth-child(3) .p-staff__img {
	margin-bottom: 1.9375rem;
}

.p-staff__item:nth-child(3) .p-staff__description {
	padding: 3.1875rem 2rem 3.0625rem 4.6875rem;
}

.p-staff__text-wrapper {
	padding-left: 2.6875rem;
	position: relative;
}

.p-staff__text-wrapper::before {
	background: url(../img/fukidashi.svg) no-repeat center center/cover;
	bottom: 2.8125rem;
	content: "";
	height: 1.8316875rem;
	left: 0;
	position: absolute;
	width: 4rem;
}

.p-staff__question {
	-webkit-text-stroke: 0.3px #000;
	color: #000;
	font-size: 1.25rem;
	letter-spacing: 1px;
}

.p-staff__question--sp {
	display: none;
}

.p-staff__img {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 9.9375rem;
	justify-content: center;
	width: 9.9375rem;
}

.p-staff__img img {
	height: 7.25rem;
	width: auto;
}

.p-staff__description {
	background: #fff;
	border-radius: 1.875rem;
	letter-spacing: 0.1rem;
	line-height: 2.5;
	margin-top: 1.6875rem;
	white-space: nowrap;
}

.p-staff__description span {
	background: linear-gradient(transparent 50%, #FFCD7D 50%);
}

.p-recruit__inner {
	padding: 3rem 4.90625rem 11.25rem;
}

.p-recruit__flow {
	margin: 7.375rem auto 0;
	max-width: 1270px;
}

.p-recruit__subtitle {
	-webkit-text-stroke: 0.3px #E7930C;
	color: #E7930C;
	font-size: 1.625rem;
	letter-spacing: 1.8px;
	margin: 0 auto;
	max-width: 1283px;
}

.p-recruit__flow-note {
	margin-left: 2.25rem;
	margin-top: 3.3125rem;
}

.p-flow__list {
	display: flex;
	gap: 0.8125rem;
	margin-left: 2.25rem;
	margin-top: 1rem;
}

.p-flow__item {
	clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
	height: 15.375rem;
	width: 18.6875rem;
}

.p-flow__item:nth-child(1) {
	background: #FDF4E7;
	color: #E7930C;
	padding: 2.3125rem 4.6875rem 4.3125rem 1.4375rem;
}

.p-flow__item:nth-child(1) .p-flow__description {
	margin-top: 2.375rem;
}

.p-flow__item:nth-child(2) {
	background: #F5D49E;
	color: #E7930C;
	padding: 2.3125rem 6.5rem 5.0625rem 2.75rem;
}

.p-flow__item:nth-child(2) .p-flow__description {
	margin-top: 3.125rem;
}

.p-flow__item:nth-child(3) {
	background: #F1BE6D;
	color: #fff;
	padding: 2.3125rem 4.6875rem 4.3125rem 1.4375rem;
}

.p-flow__item:nth-child(3) .p-flow__description {
	margin-top: 3.125rem;
}

.p-flow__item:nth-child(4) {
	background: #E7930C;
	color: #fff;
	padding: 2.3125rem 4.6875rem 4.3125rem 1.4375rem;
}

.p-flow__item:nth-child(4) .p-flow__description {
	margin-top: 2.75rem;
}

.p-flow__title {
	-webkit-text-stroke: 0.3px inherit;
	font-size: 1.25rem;
	letter-spacing: 1px;
	text-align: center;
}

.p-flow__description {
	text-align: center;
}

.p-requirement {
	margin-top: 10.4375rem;
}

.p-recruitment__content {
	margin: 3.75rem auto 0;
	max-width: 1283px;
}

.p-recruitment__tab-list {
	display: flex;
	height: 5.0625rem;
	width: 100%;
}

.p-recruitment__tab-item {
	align-items: center;
	background: #FFCD7D;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex: 1;
	justify-content: center;
	transition: all 0.3s ease 0s;
}

.p-recruitment__tab-item:nth-child(2) {
	border-left: 0.1875rem solid #FFF;
}

.p-recruitment__tab-item.is-active {
	background: #E7930C;
}

.p-recruitment__tab-item:hover {
	background: #E7930C;
}

.p-recruitment__container {
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	display: none;
	margin: 0 auto;
	max-width: 1283px;
}

.p-recruitment__container.is-active {
	display: block;
}

.p-recruitment__dl {
	align-items: center;
	align-items: baseline;
	border-bottom: 1px solid #454545;
	color: #454545;
	display: flex;
	padding: 1.875rem 0;
}

.p-recruitment__dt {
	text-align: center;
	width: 22.6%;
}

.p-tel {
	margin: 4.8125rem auto 0;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-tel__link {
	background: #F8DFB6;
	border: 0.625rem solid #E87E79;
	border-radius: 3.125rem;
	display: block;
	flex-shrink: 0;
	height: 14.6875rem;
	padding: 1.5625rem 0 2.1875rem;
	position: relative;
	width: 50rem;
}

.p-tel__link:hover {
	opacity: 0.6;
}

.p-tel__message {
	-webkit-text-stroke: 0.3px #fff;
	align-items: center;
	background: #E87E79;
	border-radius: 6.25rem;
	color: #fff;
	display: flex;
	height: 2.1875rem;
	justify-content: center;
	letter-spacing: 0.8px;
	margin: 0 auto;
	width: 17.4375rem;
}

.p-tel__lead {
	-webkit-text-stroke: 0.3px #000;
	color: #000;
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	margin-top: 0.375rem;
	text-align: center;
}

.p-tel__column {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 0.6875rem;
}

.p-tel__img {
	align-items: center;
	background: #E87E79;
	border-radius: 50%;
	display: flex;
	height: 4.1875rem;
	justify-content: center;
	width: 4.1875rem;
}

.p-tel__img img {
	width: 2rem;
}

.p-tel__num {
	-webkit-text-decoration-skip: ink;
	-webkit-text-stroke: 0.5px #E87E79;
	color: #E87E79;
	font-size: 2rem;
	letter-spacing: 1.6px;
	text-decoration-line: underline;
	text-decoration-skip-ink: auto;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.p-tel__icon {
	bottom: 0;
	position: absolute;
	right: 1.1775rem;
	width: 11.1875rem;
}

.p-tel__note {
	letter-spacing: 0.8px;
	margin-top: 0.9375rem;
}

@media screen and (min-width: 700px) and (min-height: 1000px) {

.p-mv__button {
	top: 40%;
}

}

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

html {
	font-size: calc(16 / 1440 * 100vw);
}

}

@media (min-width: 1440px) {

.l-footer {
	padding-top: 450px;
}

}

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

html {
	font-size: calc(16 / 375 * 100vw);
}

.l-header {
	padding: 0.4375rem 1.25rem 0.625rem;
}

.l-header__logo img {
	width: 15.625rem;
}

.l-header__logo span {
	font-size: 0.875rem;
	padding-left: 1.8125rem;
}

.l-header__nav {
	display: none;
}

.l-header__btns {
	display: block;
	margin: 2.5625rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.l-header__btn {
	font-size: 1rem;
	width: 12.5rem;
}

.l-header__btn:first-child {
	justify-content: center;
	padding-left: 0;
}

.l-header__btn:nth-child(2) {
	margin-top: 1.25rem;
}

.l-footer {
	padding: 12.5rem 1.25rem 2.5rem;
}

.l-footer__logo {
	width: 20rem;
}

.l-footer__address {
	font-size: 0.875rem;
}

.l-footer__copyright {
	font-size: 0.75rem;
}

.l-drawer__icon {
	display: block;
}

.l-drawer-content__button {
	font-size: 1rem;
}

.c-section-title {
	height: unset;
}

.c-section-title__en {
	font-size: 2rem;
	letter-spacing: 2px;
}

.c-section-title__ja {
	font-size: 0.75rem;
	top: 2.5rem;
}

.c-br-pc {
	display: none;
}

.c-br-sp {
	display: block;
}

.p-mv {
	margin-top: 3.9375rem;
}

.p-mv__inner {
	height: 18.75rem;
	padding: 10.625rem 1.25rem 0;
}

.p-mv__bg {
	height: 18.75rem;
}

.p-mv__bg img {
	-o-object-fit: cover;
	-o-object-position: center center;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.p-mv__lead {
	font-size: 1.125rem;
	letter-spacing: 1.7px;
	line-height: 1.45;
}

.p-mv__button {
	border: 0.125rem solid #FFF;
	height: 8.125rem;
	padding: 0.1875rem;
	right: 0.75rem;
	top: 17.5rem;
	width: 8.125rem;
}

.p-mv__button-border {
	border: 0.125rem solid #FFF;
	height: 100%;
	padding: 0.1875rem;
	width: 100%;
}

.p-mv__button-text {
	border: 0.125rem solid #FFF;
	height: 100%;
	padding: 0.3125rem;
	padding: 1.875rem 0.3125rem;
	width: 100%;
}

.p-mv__button-en {
	font-size: 1.25rem;
	letter-spacing: 1.2px;
}

.p-mv__button-ja {
	font-size: 0.625rem;
	letter-spacing: 1px;
}

.p-work {
	background-position: top -31.25rem right -15.625rem;
	background-size: 500% auto;
	padding: 2.5rem 1.25rem;
}

.p-work__inner {
	border-radius: 1.25rem;
	padding: 2rem 0.625rem 0;
}

.p-work__list {
	margin-top: 2.5rem;
	padding: 0 0.625rem;
}

.p-work__item:first-child .p-work__column {
	margin-top: 1.625rem;
}

.p-work__item:first-child .p-work__img-wrapper {
	padding-bottom: 4rem;
}

.p-work__item:first-child .p-work__img-wrapper .p-work__img:first-child {
	max-width: 400px;
	width: 100%;
}

.p-work__item:first-child .p-work__img-wrapper .p-work__img:nth-child(2) {
	left: 40%;
	width: 7.5rem;
}

.p-work__item:first-child .p-work__text {
	margin-top: 0;
}

.p-work__item:nth-child(2) {
	margin-top: 5rem;
}

.p-work__item:nth-child(2) .p-work__text {
	margin-top: 0;
}

.p-work__item:nth-child(2) .p-work__img {
	max-width: 300px;
	width: 100%;
}

.p-work__lead {
	display: block;
	font-size: 1.125rem;
	text-align: center;
}

.p-work__lead span {
	font-size: 1.375rem;
}

.p-work__column {
	display: block;
	margin-top: 1rem;
}

.p-work__description {
	font-size: 0.875rem;
	line-height: 1.8;
}

.p-work__img-wrapper {
	margin: 2.5rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-work__benefits {
	margin-top: 5rem;
}

.p-benefits__list {
	display: block;
	margin-top: 2.5rem;
}

.p-benefits__item {
	padding: 1.5rem 0.625rem;
}

.p-benefits__item:nth-child(1) {
	border-radius: 1.25rem 1.25rem 0 0;
}

.p-benefits__item:nth-child(3) {
	border-radius: unset;
}

.p-benefits__item:nth-child(4) .p-benefits__description {
	color: #1A1A1A;
}

.p-benefits__item:nth-child(4) {
	background: #FDEBBF;
	border-radius: unset;
}

.p-benefits__item:nth-child(4) .p-benefits__head {
	color: #000;
}

.p-benefits__item:nth-child(5) {
	background: #E7930C;
	color: #fff;
}

.p-benefits__item:nth-child(5) .p-benefits__description {
	color: #fff;
}

.p-benefits__item:nth-child(6) {
	background: #FDEBBF;
	border-radius: 0 0 1.25rem 1.25rem;
}

.p-benefits__item:nth-child(6) .p-benefits__head {
	color: #000;
}

.p-benefits__item:nth-child(6) .p-benefits__description {
	color: #1A1A1A;
}

.p-benefits__head {
	font-size: 1.125rem;
}

.p-routine__bg {
	background-position: top 3.125rem right -15rem;
	background-size: 600% auto;
	padding-top: 5rem;
}

.p-routine__inner {
	padding: 0 1.25rem 2.5rem;
}

.p-routine__content {
	margin-top: 5rem;
}

.p-routine__lead {
	font-size: 0.875rem;
}

.p-routine__tab-item {
	border-radius: 0.625rem;
	height: 2.5rem;
	width: 5.625rem;
}

.p-routine__container {
	margin-top: 2.5rem;
	padding: 0 0.375rem;
}

.p-routine__hours {
	font-size: 1.25rem;
}

.p-routine__list {
	margin-left: 0;
	margin-top: 1.25rem;
}

.p-routine__head {
	display: block;
	font-size: 1.125rem;
}

.p-routine__title {
	display: block;
}

.p-routine__text {
	margin-left: 2.3125rem;
	white-space: unset;
}

.p-routine__description {
	font-size: 0.875rem;
}

.p-routine__description span {
	margin-left: 0.25rem;
}

.p-staff {
	padding: 0 1.25rem 2.5rem;
}

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

.p-staff__item {
	display: block;
}

.p-staff__item:not(:first-child) {
	margin-top: 3.75rem;
}

.p-staff__item:nth-child(1) .p-staff__img {
	margin-bottom: 0;
}

.p-staff__item:nth-child(1) .p-staff__description {
	padding: 1.25rem 1.5625rem;
}

.p-staff__item:nth-child(2) .p-staff__description {
	padding: 1.25rem 1.5625rem;
}

.p-staff__item:nth-child(3) .p-staff__img {
	margin-bottom: 0;
}

.p-staff__item:nth-child(3) .p-staff__description {
	padding: 1.25rem 1.5625rem;
}

.p-staff__text-wrapper {
	margin-top: 3.125rem;
	padding-left: 0;
}

.p-staff__text-wrapper::before {
	left: 30%;
	top: -1rem;
	transform: rotate(90deg);
}

.p-staff__question {
	font-size: 1rem;
}

.p-staff__question--pc {
	display: none;
}

.p-staff__question--sp {
	display: block;
}

.p-staff__img {
	height: 11.25rem;
	margin: 1rem auto 0;
	width: 11.25rem;
}

.p-staff__img img {
	height: 7.5rem;
}

.p-staff__description {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 0;
	padding: 1rem;
	white-space: unset;
}

.p-recruit__inner {
	padding: 2.5rem 1.25rem 2.5rem;
}

.p-recruit__flow {
	margin-top: 2.5rem;
}

.p-recruit__subtitle {
	font-size: 1.25rem;
	text-align: center;
}

.p-recruit__flow-note {
	font-size: 0.75rem;
	margin: 1.25rem auto 0;
	text-align: center;
}

.p-flow__list {
	display: block;
	margin: 0.625rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-flow__item:not(:first-child) {
	margin-top: 1rem;
}

.p-flow__item {
	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
	padding: 2.5rem !important;
	width: 20rem;
}

.p-flow__title {
	font-size: 1.125rem;
}

.p-flow__description {
	font-size: 1rem;
	margin-top: 2rem;
}

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

.p-recruitment__content {
	margin-top: 1.25rem;
}

.p-recruitment__dt {
	flex-shrink: 0;
	width: 30%;
}

.p-recruitment__dd {
	padding: 0 0.625rem;
}

.p-tel {
	margin-top: 2.5rem;
}

.p-tel__link:hover {
	opacity: 1;
}

.p-tel__link {
	height: 15.625rem;
	padding: 1.25rem 0 3.75rem;
	width: 100%;
}

.p-tel__lead {
	font-size: 1.25rem;
}

.p-tel__img {
	height: 3.125rem;
	width: 3.125rem;
}

.p-tel__img img {
	width: 1.6875rem;
}

.p-tel__num {
	font-size: 1.625rem;
}

.p-tel__icon {
	left: 50%;
	right: unset;
	transform: translateX(-50%);
	width: 4.375rem;
}

.p-tel__note {
	font-size: 0.8125rem;
}

}

