body {
	background-color: #fdfff2;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

html.scroll-prevent {
	overflow: hidden;
}

*,
*::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 */

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

/* webp配信のため img を <picture> で包んでいる。picture をレイアウトから透過させ、
   内側の img が従来どおり親のフレックス/グリッド子として振る舞うようにする
   （例: .p-recruit__img の flex:1 を効かせる。包んでも見た目を不変に保つ） */

picture {
	display: contents;
}

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

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

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;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 93.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.l-main {
	overflow: hidden;
	padding-top: 6.75rem;
	position: relative;
}

.l-main::before {
	background-image: url("../images/common/fv-bg-deco.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 130.833vw;
	left: 10.4167vw;
	pointer-events: none;
	position: absolute;
	top: -25.677vw;
	width: 130.833vw;
	z-index: 0;
}

.l-main > * {
	position: relative;
	z-index: 1;
}

.c-cta {
	align-items: center;
	border-radius: 624.9375rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 500;
	height: 3.375rem;
	padding-left: 1.5rem;
	padding-right: 3.5rem;
	position: relative;
	transition: filter 0.3s ease;
	white-space: nowrap;
	width: 15rem;
}

.c-cta__arrow {
	background-color: #fff;
	border-radius: 50%;
	font-size: 1.875rem;
	height: 1.875rem;
	overflow: hidden;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.c-cta__arrow::before {
	background-color: #5e4d00;
	content: "";
	height: max(1px, 0.05em);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-55%, -50%);
	width: 0.3667em;
}

.c-cta__arrow::after {
	border-right: max(1px, 0.05em) solid #5e4d00;
	border-top: max(1px, 0.05em) solid #5e4d00;
	content: "";
	height: 0.2em;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 0.2em;
}

.c-cta__label--pc {
	display: inline;
}

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

.c-cta--yellow {
	background-color: #e0b703;
}

.c-cta--yellow .c-cta__arrow::before {
	background-color: #5e4d00;
}

.c-cta--yellow .c-cta__arrow::after {
	border-right-color: #5e4d00;
	border-top-color: #5e4d00;
}

.c-cta--green {
	background-color: #179633;
}

.c-cta--green .c-cta__arrow::before {
	background-color: #179633;
}

.c-cta--green .c-cta__arrow::after {
	border-right-color: #179633;
	border-top-color: #179633;
}

.c-cta--sm {
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.75rem;
	padding-left: 1rem;
	padding-right: 3rem;
	width: 10rem;
}

.c-cta--sm .c-cta__arrow {
	font-size: 1.75rem;
	height: 1.75rem;
	right: 0.5rem;
	width: 1.75rem;
}

.c-cta--lg {
	font-size: 1.25rem;
	height: 3.625rem;
	padding-left: 1.5rem;
	padding-right: 3.375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-fixed-cta {
	display: none;
}

.c-modal {
	align-items: center;
	bottom: 0;
	display: flex;
	height: 100vh;
	height: 100dvh;
	justify-content: center;
	left: 0;
	padding: 1.25rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.c-modal[hidden] {
	display: none;
}

.c-modal__overlay {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.c-modal__dialog {
	background-color: #fff;
	border-radius: 1.5rem;
	display: flex;
	flex-direction: column;
	max-height: calc(100vh - 2.5rem);
	max-height: calc(100dvh - 2.5rem);
	max-width: 56.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.c-modal__scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding: 5rem 3.5rem 4rem;
}

.c-modal__close {
	align-items: center;
	background-color: #868070;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2.5rem;
}

.c-modal__close svg {
	display: block;
	height: 1.4375rem;
	width: 1.4375rem;
}

.c-modal__top {
	align-items: flex-start;
	display: flex;
	gap: 3rem;
}

.c-modal__visual {
	flex-shrink: 0;
	width: 23rem;
}

.c-modal__visual img {
	-o-object-fit: cover;
	border-radius: 1rem;
	display: block;
	height: 17.25rem;
	object-fit: cover;
	width: 100%;
}

.c-modal__meta {
	flex: 1;
	min-width: 0;
}

.c-modal__name {
	background-image: repeating-linear-gradient(to right, #ddd8cb 0, #ddd8cb 2px, transparent 2px, transparent 4px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	color: #179633;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 1rem;
}

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

.c-modal__tag {
	background-color: #179633;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.125rem 0.5rem;
}

.c-modal__value {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.6875rem;
}

.c-modal__block {
	margin-top: 1.875rem;
}

.c-modal__blockttl {
	align-items: center;
	color: #3d3d3d;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.5rem;
	line-height: 1;
}

.c-modal__icon {
	align-items: center;
	display: inline-flex;
	height: 1.25rem;
	justify-content: center;
	width: 1.25rem;
}

.c-modal__issuelist {
	background-color: #f8f8f8;
	border-radius: 1rem;
	margin-top: 0.75rem;
	padding: 1rem;
}

.c-modal__issuelist li {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	padding-left: 1.25rem;
	position: relative;
}

.c-modal__issuelist li::before {
	content: "・";
	left: 0;
	position: absolute;
}

.c-modal__arrow {
	display: flex;
	justify-content: center;
	margin-top: 1.5625rem;
}

.c-modal__arrow svg {
	display: block;
	height: 1.6875rem;
	width: 3.625rem;
}

.c-modal__solvetext {
	background-color: #f1f8e5;
	border-radius: 1rem;
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 0.75rem;
	padding: 1rem;
}

.c-modal__dialog--privacy {
	max-width: 56.25rem;
}

.c-modal__ptitle {
	color: #179633;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.c-modal__plead {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 2rem;
}

.c-modal__pbody {
	margin-top: 2.5rem;
}

.c-modal__pgroup {
	margin-top: 2.5rem;
}

.c-modal__pgroup:first-child {
	margin-top: 0;
}

.c-modal__pheading {
	color: #179633;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}

.c-modal__ptext {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 0.75rem;
}

.c-secttl {
	position: relative;
}

.c-secttl__ja--vertical {
	color: #3d3d3d;
	font-size: 1.125rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 0.125rem;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.c-secttl__en {
	color: #ecf8be;
	display: block;
	font-family: "Barlow", sans-serif;
	font-size: clamp(44px, 44px + 2.292vw, 88px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.p-about {
	overflow: hidden;
	padding-bottom: 7.5rem;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 7.5rem;
}

.p-about__title {
	align-items: flex-start;
	display: flex;
	gap: 3rem;
}

.p-about__title-col {
	flex: 1 1 0;
	min-width: 0;
}

.p-about__inner {
	background-color: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 0 1.4375rem rgba(220, 226, 199, 0.5);
	display: flex;
	gap: max(4rem, min(6.25vw, 7.5rem));
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	max-width: 100rem;
	padding: max(3rem, min(6vw, 6rem)) max(2rem, min(5vw, 5rem));
	width: 100%;
}

.p-about__head {
	flex: 1 1 0;
	max-width: 31.25rem;
	min-width: 0;
}

.p-about__lead {
	color: #179633;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-about__text {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 1.5rem;
}

.p-about__list {
	display: flex;
	flex: 1.36 1 0;
	flex-direction: column;
	gap: 3rem;
	max-width: 42.5rem;
	min-width: 0;
}

.p-about__item {
	align-items: flex-start;
	display: flex;
	gap: max(1rem, min(2vw, 2rem));
}

.p-about__icon {
	background-color: #f3fad9;
	border-radius: 1rem;
	flex-shrink: 0;
	height: max(7.5rem, min(13vw, 11.25rem));
	width: max(7.5rem, min(13vw, 11.25rem));
}

.p-about__icon img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-about__body {
	flex: 1;
}

.p-about__feat {
	color: #179633;
	line-height: 1.62;
}

.p-about__feat-main {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-about__feat-sub {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
}

.p-about__desc {
	border-top: 0.0625rem dashed #c9c9c9;
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 1rem;
	padding-top: 1rem;
}

.p-case {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-case__inner {
	margin: 0 auto;
	max-width: 93.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.p-case__head {
	align-items: center;
	display: flex;
	gap: 3rem;
	justify-content: space-between;
}

.p-case__title-group {
	align-items: flex-start;
	display: flex;
}

.p-case__label {
	color: #3d3d3d;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.125rem;
	line-height: 2.4;
	writing-mode: vertical-rl;
}

.p-case__heading {
	margin-left: 3rem;
}

.p-case__en {
	color: #ecf8be;
	flex-shrink: 0;
	font-family: "Barlow", sans-serif;
	font-size: clamp(44px, 44px + 2.292vw, 88px);
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
	white-space: nowrap;
}

.p-case__title {
	color: #179633;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-case__lead {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 0.5rem;
}

.p-case__list {
	display: flex;
	gap: 5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
	max-width: 78.125rem;
	width: 100%;
}

.p-case__item {
	flex: 1;
}

.p-case__card {
	-webkit-text-decoration: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.c-case-card__visual {
	border-radius: 1rem;
	position: relative;
}

.c-case-card__img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 1rem;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.c-case-card__plus {
	align-items: center;
	background-color: #179633;
	border-radius: 0.333125rem;
	bottom: 1rem;
	display: flex;
	height: 2rem;
	justify-content: center;
	position: absolute;
	right: 1rem;
	width: 2rem;
}

.c-case-card__plus svg {
	height: 1.1875rem;
	width: 1.1875rem;
}

.c-case-card__body {
	margin-top: 1.5rem;
}

.c-case-card__name {
	background-image: repeating-linear-gradient(to right, #c3b692 0, #c3b692 2px, transparent 2px, transparent 4px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	color: #179633;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 1rem;
}

.c-case-card__desc {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 0.75rem;
}

.p-company {
	overflow: hidden;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 93.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

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

.p-company__en {
	color: #ecf8be;
	display: block;
	font-family: "Barlow", sans-serif;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.p-company__ja {
	color: #3d3d3d;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

.p-company__body {
	align-items: flex-start;
	display: flex;
	gap: max(2.5rem, min(8.3vw, 10rem));
	justify-content: space-between;
	margin-top: 5rem;
}

.p-company__image {
	flex-shrink: 0;
	max-width: 44%;
	width: 35.25rem;
}

.p-company__image picture {
	display: block;
	width: 100%;
}

.p-company__image img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	display: block;
	height: 40.625rem;
	object-fit: cover;
	width: 100%;
}

.p-company__table {
	flex: 1 1 auto;
	max-width: 44.75rem;
	min-width: 0;
	width: 44.75rem;
}

.p-company__row {
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	position: relative;
}

.p-company__row::before {
	background-image: repeating-linear-gradient(to right, #c3b692 0, #c3b692 0.1875rem, transparent 0.1875rem, transparent 0.375rem);
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-company__row:last-child::after {
	background-image: repeating-linear-gradient(to right, #c3b692 0, #c3b692 0.1875rem, transparent 0.1875rem, transparent 0.375rem);
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-company__dt {
	color: #3d3d3d;
	flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.62;
	width: 10rem;
}

.p-company__dd {
	color: #3d3d3d;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.62;
	padding-left: 1em;
	text-indent: -1em;
}

.p-company__dd--list {
	padding-left: 0;
	text-indent: 0;
}

.p-company__list {
	list-style: none;
}

.p-company__list-item {
	padding-left: 1em;
	text-indent: -1em;
}

.p-company__note {
	color: #3d3d3d;
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.62;
}

.p-company__row--address {
	align-items: flex-start;
}

.p-company__row-head {
	display: block;
}

.p-company__map {
	display: block;
	margin-left: calc(-10rem - 1em);
	margin-top: 1rem;
	max-width: none;
	width: calc(100% + 10rem + 1em);
}

.p-company__map img,
.p-company__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 716/286;
	border: 0;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-contact {
	background-color: #fdfff2;
	padding-bottom: 10rem;
	padding-top: 7.5rem;
}

.p-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 69.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

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

.p-contact__en {
	font-family: "Barlow", sans-serif;
	text-align: center;
}

.p-contact__ja {
	color: #3d3d3d;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

.p-contact__lead {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 3.5rem;
	text-align: center;
}

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

.p-contact__row {
	align-items: center;
	display: flex;
	margin-top: 1.5rem;
}

.p-contact__row:first-of-type {
	margin-top: 0;
}

.p-contact__row--textarea {
	align-items: flex-start;
}

.p-contact__row--privacy {
	align-items: flex-start;
}

.p-contact__label {
	align-items: center;
	color: #3d3d3d;
	display: flex;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5rem;
	justify-content: space-between;
	padding-right: 1.5rem;
	width: 19rem;
}

.p-contact__row--textarea .p-contact__label,
.p-contact__row--privacy .p-contact__label {
	align-items: flex-start;
	padding-top: 0.9375rem;
}

.p-contact__req {
	align-items: center;
	background-color: #5ca26b;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	height: 1.25rem;
	justify-content: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	width: 2.8125rem;
}

.p-contact__field {
	flex: 1;
	min-width: 0;
}

.p-contact__input,
.p-contact__select,
.p-contact__textarea {
	background-color: #fff;
	border: 0.0625rem solid #c3b692;
	border-radius: 0.25rem;
	color: #3d3d3d;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: 3.125rem;
	letter-spacing: 0.05em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.p-contact__input::-moz-placeholder,
.p-contact__textarea::-moz-placeholder {
	color: #c5c5c5;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-contact__input::placeholder,
.p-contact__textarea::placeholder {
	color: #c5c5c5;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-contact__field {
	position: relative;
}

.p-contact__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.p-contact__row .p-contact__field::after {
	content: "";
	display: none;
}

select.p-contact__select {
	background-image: linear-gradient(45deg, transparent 50%, #3d3d3d 50%), linear-gradient(135deg, #3d3d3d 50%, transparent 50%);
	background-position: calc(100% - 1.375rem) center, calc(100% - 1rem) center;
	background-repeat: no-repeat;
	background-size: 0.375rem 0.375rem, 0.375rem 0.375rem;
}

.p-contact__textarea {
	height: 10rem;
	line-height: 1.62;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	resize: vertical;
}

.p-contact__check {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 0.5rem;
}

input[type=checkbox].p-contact__checkbox {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 0.0625rem solid #c3b692;
	border-radius: 0.0625rem;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	height: 1.125rem;
	position: relative;
	width: 1.125rem;
}

.p-contact__checkbox:checked {
	border-color: #179633;
}

.p-contact__checkbox:checked::after {
	border: solid #179633;
	border-width: 0 0.125rem 0.125rem 0;
	content: "";
	height: 0.625rem;
	left: 0.375rem;
	position: absolute;
	top: 0.125rem;
	transform: rotate(45deg);
	width: 0.3125rem;
}

.p-contact__checkbox:focus-visible {
	outline: 0.125rem solid #179633;
	outline-offset: 0.125rem;
}

.p-contact__check-text {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
}

.p-contact__privacy-note {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.5rem;
}

.p-contact__privacy-link {
	-webkit-text-decoration: underline;
	color: #179633;
	text-decoration: underline;
}

.p-contact__submit {
	border: none;
	cursor: pointer;
	display: flex;
	height: 3.625rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 20rem;
}

.p-contact__result {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: center;
}

.p-contact__result--thanks {
	color: #179633;
}

.p-contact__result--error {
	color: #c0392b;
}

.p-drawer {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 950;
}

.p-drawer__scroll {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-drawer__deco {
	-webkit-user-select: none;
	-moz-user-select: none;
	display: none;
	pointer-events: none;
	user-select: none;
}

.p-drawer__eyebrow {
	color: #179633;
	font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.p-drawer__label {
	color: #3d3d3d;
	font-weight: 700;
}

.p-drawer__btn {
	align-items: center;
	color: #fff;
	display: flex;
	font-weight: 500;
}

.p-drawer__btn--yellow {
	background-color: #e0b703;
}

.p-drawer__btn--green {
	background-color: #179633;
}

.p-drawer-bg {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 940;
}

.p-footer {
	position: relative;
}

.p-footer__main {
	background-color: #868170;
	border-top: 1.75rem solid #a29c8a;
	padding-bottom: 2.5rem;
	padding-top: 2.75rem;
	position: relative;
}

.p-footer__main-inner {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 77.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.p-footer__company {
	flex-shrink: 0;
}

.p-footer__logo {
	line-height: 1;
	width: 16.5rem;
}

.p-footer__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.p-footer__address {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 0.75rem;
}

.p-footer__nav {
	margin-top: 2rem;
}

.p-footer__nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.p-footer__nav-list a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-footer__bottom {
	background-color: #635f52;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
}

.p-footer__bottom-inner {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 77.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.p-footer__privacy {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
}

.p-footer__copyright {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: auto;
}

.p-pagetop {
	align-items: center;
	background-color: #179633;
	border-radius: 3.75rem 0.625rem 3.75rem 0.625rem;
	bottom: 2.5rem;
	color: #f3fad9;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 7.5rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	opacity: 0;
	position: fixed;
	right: 2.5rem;
	text-align: center;
	transform: translateY(0.75rem);
	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
	visibility: hidden;
	width: 7.5rem;
	z-index: 90;
}

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

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

.p-fv {
	background: transparent;
	overflow: visible;
	position: relative;
}

.p-fv__slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-fv__slider--pc {
	display: block;
}

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

.p-fv__track {
	animation: p-fv-loop 50s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.p-fv__slide {
	flex-shrink: 0;
	min-width: 80rem;
	width: 100vw;
}

.p-fv__slide img {
	display: block;
	height: auto;
	width: 100%;
}

.p-fv__pot {
	display: none;
}

.p-fv__catch {
	align-items: flex-start;
	color: #3d3d3d;
	display: flex;
	flex-direction: row-reverse;
	font-family: "Zen Kaku Gothic New", "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	gap: 1.3125rem;
	letter-spacing: 0.125rem;
	line-height: 1.2;
	position: absolute;
	right: 18.5%;
	top: 16.5%;
	z-index: 2;
}

.p-fv__catch-line {
	background-color: #fdfdf9;
	display: block;
	padding-bottom: 0.125rem;
	padding-left: 0.0625rem;
	padding-right: 0.0625rem;
	padding-top: 0.125rem;
	writing-mode: vertical-rl;
}

.p-fv__catch-em {
	color: #179633;
}

.p-fv__card {
	background-color: #fff;
	border-radius: 0.5rem;
	bottom: max(2.375rem, min(3.23vw, 3.875rem));
	box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.08);
	left: max(3.125rem, min(4.17vw, 5rem));
	max-width: calc(100% - 5rem);
	padding: max(1.25rem, min(1.667vw, 2rem));
	position: absolute;
	width: max(22.6875rem, min(30.52vw, 36.625rem));
	z-index: 2;
}

.p-fv__copy {
	color: #3d3d3d;
	font-size: max(0.6875rem, min(0.94vw, 1.125rem));
	font-weight: 500;
	line-height: 1.6;
}

.p-fv__copy span {
	color: #179633;
	font-weight: 700;
}

.p-fv__btns {
	display: flex;
	gap: max(0.625rem, min(0.83vw, 1rem));
	margin-top: max(1.25rem, min(1.667vw, 2rem));
}

.p-fv__card .c-cta {
	font-size: max(0.75rem, min(1.04vw, 1.25rem));
	height: max(2.0625rem, min(2.81vw, 3.375rem));
	padding-left: max(0.9375rem, min(1.25vw, 1.5rem));
	padding-right: max(2.1875rem, min(2.92vw, 3.5rem));
	width: max(9.3125rem, min(12.5vw, 15rem));
}

.p-fv__card .c-cta__arrow {
	font-size: max(1.1875rem, min(1.5625vw, 1.875rem));
	height: max(1.1875rem, min(1.5625vw, 1.875rem));
	right: max(0.4375rem, min(0.625vw, 0.75rem));
	width: max(1.1875rem, min(1.5625vw, 1.875rem));
}

.p-header {
	background-color: transparent;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.p-header.is-scrolled {
	background-color: rgba(253, 255, 242, 0.7);
	box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.06);
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 6.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.p-header__logo {
	flex-shrink: 0;
	line-height: 1;
	width: 15.25rem;
}

.p-header__logo img {
	display: block;
	height: auto;
	width: 100%;
}

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

.p-header__nav-list {
	-moz-column-gap: 1.75rem;
	align-items: center;
	column-gap: 1.75rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.p-header__nav-list a {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 700;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.p-header__nav-list a:hover {
	color: #179633;
}

.p-header__cta {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 0.75rem;
	margin-left: 1.75rem;
}

.p-header__menu {
	display: none;
}

.p-philosophy {
	overflow: hidden;
	padding-top: max(7.5rem, min(26vw, 32rem));
}

.p-philosophy__inner {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	max-width: 97.5rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	width: 100%;
}

.p-philosophy__map {
	aspect-ratio: 648/784;
	filter: opacity(clamp(0.55, (100vw - 48rem) / 41.25rem * 0.45 + 0.55, 1));
	flex: 0 1 auto;
	position: relative;
	width: min(40.5rem, 46vw);
	z-index: 1;
}

.p-philosophy__map img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-philosophy__body {
	flex: 1 1 0;
	margin-left: clamp(-10rem, 14vw - 7.5rem, 8.5rem);
	max-width: min(28.125rem, 90%);
	min-width: 0;
	padding-top: 8.25rem;
	position: relative;
	z-index: 2;
}

.p-philosophy__en {
	color: #ecf8be;
	font-family: "Barlow", sans-serif;
	font-size: clamp(58px, 18px + 5.5vw, 124px);
	font-weight: 700;
	left: -4.125rem;
	letter-spacing: 0;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: auto;
	text-align: left;
	top: 0.5rem;
	white-space: nowrap;
	width: -moz-max-content;
	width: max-content;
	z-index: 0;
}

.p-philosophy__ja {
	color: #3d3d3d;
	font-size: 1.125rem;
	font-weight: 700;
	left: -4.125rem;
	letter-spacing: 0.125rem;
	position: absolute;
	top: 9rem;
	writing-mode: vertical-rl;
	z-index: 2;
}

.p-philosophy__title {
	color: #179633;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.2;
	position: relative;
	z-index: 1;
}

.p-philosophy__text {
	color: #3d3d3d;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.6;
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-philosophy__text + .p-philosophy__text {
	margin-top: 1.75rem;
}

.p-philosophy__slider {
	margin-top: 5rem;
	overflow: hidden;
	width: 100%;
}

.p-philosophy__slider-list {
	display: flex;
	gap: 1.5rem;
	padding-left: 1.5rem;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.p-philosophy__slide {
	border-radius: 0.5rem;
	flex-shrink: 0;
	height: 13rem;
	overflow: hidden;
	width: 19.5rem;
}

.p-philosophy__slide img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-process {
	background-color: #f3fad9;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
	position: relative;
}

.p-process__deco {
	background-image: url(../images/common/process-veg.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 7.375rem;
	pointer-events: none;
	position: absolute;
	right: 7.5rem;
	top: -4.5rem;
	width: 11rem;
}

.p-process__inner {
	margin: 0 auto;
	max-width: 93.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.p-process__head {
	align-items: center;
	display: flex;
	min-height: 9.5rem;
	position: relative;
}

.p-process__label {
	color: #3d3d3d;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.125rem;
	line-height: 1.6;
	writing-mode: vertical-rl;
}

.p-process__title {
	color: #179633;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.8;
	margin-left: 3rem;
}

.p-process__en {
	color: #fdfff2;
	font-family: "Barlow", sans-serif;
	font-size: clamp(44px, 44px + 2.292vw, 88px);
	font-weight: 700;
	line-height: 1;
	margin-left: auto;
}

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

.p-process__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 68.5rem;
	position: relative;
}

.p-process__item + .p-process__item {
	margin-top: 3.1875rem;
}

.p-process__arrow {
	background-image: url(../images/common/process-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 1.25rem;
	left: 50%;
	margin-top: 1rem;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 2.5rem;
}

.c-flowcard {
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 1.4375rem rgba(221, 226, 199, 0.5);
	display: flex;
	padding: 2.5rem 3.5rem;
	width: 100%;
}

.c-flowcard__icon {
	align-items: center;
	background-color: #f3fad9;
	border-radius: 1rem;
	display: flex;
	flex-shrink: 0;
	height: 15rem;
	justify-content: center;
	width: 15rem;
}

.c-flowcard__icon img {
	-o-object-fit: contain;
	height: 8.75rem;
	object-fit: contain;
	width: 8.75rem;
}

.c-flowcard__body {
	flex: 1;
	margin-left: 3.5rem;
}

.c-flowcard__titlerow {
	align-items: center;
	display: flex;
	padding-bottom: 2rem;
	position: relative;
}

.c-flowcard__titlerow::after {
	background-image: repeating-linear-gradient(to right, #c3b692 0, #c3b692 0.1875rem, transparent 0.1875rem, transparent 0.375rem);
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-flowcard__num {
	align-items: center;
	background-color: #179633;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 700;
	height: 2.5rem;
	justify-content: center;
	letter-spacing: 0.09rem;
	width: 2.5rem;
}

.c-flowcard__title {
	color: #3d3d3d;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-left: 0.75rem;
}

.c-flowcard__text {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 2rem;
}

.p-recruit {
	background-color: #5ca26b;
	position: relative;
}

.p-recruit__inner {
	-moz-column-gap: max(24px, min(6.25vw, 120px));
	align-items: stretch;
	column-gap: max(24px, min(6.25vw, 120px));
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	padding-left: clamp(25px, 18.663vw - 118.33px, 240px);
	position: relative;
	width: 100%;
}

.p-recruit__text {
	flex: 0 1 42.5rem;
	min-width: 26.875rem;
	padding-bottom: 7.375rem;
	padding-top: 7.375rem;
	position: relative;
}

.p-recruit__label {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.25rem;
	position: absolute;
	top: 7.375rem;
	writing-mode: vertical-rl;
}

.p-recruit__body {
	padding-left: 4.125rem;
}

.p-recruit__en {
	color: #b1ccb1;
	display: block;
	font-family: "Barlow", sans-serif;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: left;
}

.p-recruit__title {
	color: #f3fad9;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-recruit__lead {
	margin-top: 2rem;
}

.p-recruit__lead p {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
}

.p-recruit__lead p + p {
	margin-top: 1.625rem;
}

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

.p-recruit__gallery {
	display: flex;
	flex: 1 1 55rem;
	flex-direction: column;
	max-width: 55rem;
	min-width: 0;
}

.p-recruit__row {
	display: flex;
	flex: 1;
	min-height: 0;
}

.p-recruit__img {
	-o-object-fit: cover;
	display: block;
	flex: 1;
	height: 100%;
	min-width: 0;
	object-fit: cover;
	width: 100%;
}

.p-recruit__deco {
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	position: absolute;
}

.p-recruit__deco--veg {
	background-image: url(../images/common/recruit-deco-veg.svg);
	height: 4.6875rem;
	left: 7.625rem;
	top: -3.125rem;
	width: 4.875rem;
}

.p-recruit__deco--leaf {
	background-image: url(../images/common/recruit-deco-leaf.svg);
	height: 6.25rem;
	left: 14.375rem;
	top: -8.6875rem;
	width: 5.5rem;
}

.p-recruit__deco--veg-sp {
	display: none;
}

.p-slider1 {
	overflow: hidden;
	width: 100%;
}

.p-slider1__inner {
	width: 100%;
}

.p-slider1__inner picture {
	display: block;
	width: 100%;
}

.p-slider1__inner img {
	-o-object-fit: cover;
	aspect-ratio: 1920/560;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-slider2 {
	height: 36.125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-slider2::before {
	background-color: #f3fad9;
	content: "";
	height: 18.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-slider2__inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-slider2__track {
	animation: p-slider2-loop 40s linear infinite;
	display: flex;
	height: 100%;
	width: -moz-max-content;
	width: max-content;
}

.p-slider2__list {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
	display: flex;
	list-style: none;
	padding-right: 3rem;
}

.p-slider2__item {
	flex-shrink: 0;
	height: 18.625rem;
	width: 21.125rem;
}

.p-slider2__item--up {
	margin-top: 7.5rem;
}

.p-slider2__item--down {
	margin-top: 10rem;
}

.p-slider2__item img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-support {
	background-color: #5ca26b;
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.p-support__inner {
	margin: 0 auto;
	max-width: 93.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.p-support__head {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.p-support__en {
	color: #b1ccb1;
	flex-shrink: 0;
	font-family: "Barlow", sans-serif;
	font-size: clamp(44px, 44px + 2.292vw, 88px);
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.p-support__title-group {
	align-items: center;
	display: flex;
}

.p-support__label {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	writing-mode: vertical-rl;
}

.p-support__title {
	color: #f3fad9;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.8;
	margin-left: 3rem;
}

.p-support__list {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fill, minmax(15.625rem, 1fr));
	margin-top: 3.5rem;
}

.p-support__item {
	width: 100%;
}

.c-support-card {
	display: flex;
	flex-direction: column;
}

.c-support-card__img {
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
}

.c-support-card__img img {
	-o-object-fit: cover;
	display: block;
	height: 10.5rem;
	object-fit: cover;
	width: 100%;
}

.c-support-card__body {
	background-color: #fff;
	border-radius: 0 0 1rem 1rem;
	flex: 1;
	padding: 1.5rem;
}

.c-support-card__title {
	color: #179633;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.62;
}

.c-support-card__desc {
	color: #3d3d3d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.62;
	margin-top: 0.5rem;
}

.js-fadeup {
	opacity: 0;
	transform: translateY(1.25rem);
	transition: opacity 0.7s ease, transform 0.7s ease;
	will-change: opacity, transform;
}

.js-fadeup.is-inview {
	opacity: 1;
	transform: translateY(0);
}

@media (hover: hover) {

.c-cta:hover {
	filter: brightness(1.05);
}

.c-cta:hover .c-cta__arrow {
	animation: c-cta-pop 0.4s ease;
}

.c-cta:hover .c-cta__arrow::before {
	animation: c-cta-swap-shaft 0.4s ease;
}

.c-cta:hover .c-cta__arrow::after {
	animation: c-cta-swap-head 0.4s ease;
}

}

@media (prefers-reduced-motion: reduce) {

.c-cta:hover,
.c-cta:hover .c-cta__arrow,
.c-cta:hover .c-cta__arrow::before,
.c-cta:hover .c-cta__arrow::after {
	animation: none;
	filter: none;
}

.p-pagetop {
	transform: none;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

.p-pagetop.is-visible {
	transform: none;
}

.p-fv__track {
	animation: none;
}

.p-fv .p-fv__btns.is-floating {
	animation: none;
	transform: none;
	transition: none;
}

.js-fadeup {
	opacity: 1;
	transform: none;
	transition: none;
}

}

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

.p-drawer-bg {
	display: none !important;
}

.p-drawer {
	background-color: #fdfff2;
	height: 100%;
	left: 0;
	padding: 0;
	right: 0;
	top: 0;
	width: 100%;
}

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

.p-drawer__deco--mid {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 175.3vw;
	z-index: 0;
}

.p-drawer__inner {
	align-items: flex-start;
	display: flex;
	gap: 5rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 67.5rem;
	min-height: 100%;
	padding: 10.5rem 2.5rem 3.75rem;
	width: 100%;
}

.p-drawer__nav {
	flex-shrink: 0;
}

.p-drawer__nav-list a {
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	height: 4.625rem;
	justify-content: center;
	min-width: 12rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	transition: background-color 0.3s ease;
}

.p-drawer__nav-list a:hover {
	background-color: rgba(23, 150, 51, 0.08);
}

.p-drawer__eyebrow {
	font-size: 0.75rem;
	line-height: 1;
}

.p-drawer__label {
	font-size: 1.5rem;
	line-height: 1;
}

.p-drawer__cta {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 1.5rem;
}

.p-drawer__btn {
	border-radius: 0.75rem;
	font-size: 1.5rem;
	height: 6.25rem;
	justify-content: flex-start;
	padding-left: 1.5rem;
	padding-right: 4rem;
	position: relative;
	transition: opacity 0.3s ease;
	width: 20rem;
}

.p-drawer__btn:hover {
	opacity: 0.88;
}

.p-drawer__arrow {
	background-color: #fff;
	border-radius: 50%;
	font-size: 1.875rem;
	height: 1.875rem;
	overflow: hidden;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.p-drawer__arrow::before {
	content: "";
	height: max(1px, 0.05em);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-55%, -50%);
	width: 0.3667em;
}

.p-drawer__arrow::after {
	border-right: max(1px, 0.05em) solid currentColor;
	border-top: max(1px, 0.05em) solid currentColor;
	content: "";
	height: 0.2em;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 0.2em;
}

.p-drawer__btn--yellow .p-drawer__arrow::before {
	background-color: #5e4d00;
}

.p-drawer__btn--yellow .p-drawer__arrow::after {
	border-right-color: #5e4d00;
	border-top-color: #5e4d00;
}

.p-drawer__btn--green .p-drawer__arrow::before {
	background-color: #179633;
}

.p-drawer__btn--green .p-drawer__arrow::after {
	border-right-color: #179633;
	border-top-color: #179633;
}

.p-header__menu {
	background-color: transparent;
	border-color: #1f5e47;
}

.p-header__menu span {
	background-color: #1f5e47;
}

.p-header__menu.is-open {
	background-color: transparent;
	border: 0.125rem solid #1f5e47;
}

.p-header__menu.is-open span {
	background-color: #1f5e47;
}

}

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

.p-header__inner {
	justify-content: space-between;
	position: relative;
	z-index: 960;
}

.p-header__nav {
	display: none;
}

.p-header__btn {
	display: none;
}

.p-header__cta {
	margin-left: 0;
}

.p-header__menu {
	align-items: center;
	background-color: #fff;
	border: 0.125rem solid #179633;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
	height: 3.125rem;
	justify-content: center;
	position: relative;
	width: 3.125rem;
}

.p-header__menu span {
	background-color: #179633;
	display: block;
	height: 0.125rem;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	width: 0.875rem;
}

.p-header__menu.is-open span:nth-child(1) {
	transform: translateY(0.3125rem) rotate(35.54deg);
}

.p-header__menu.is-open span:nth-child(2) {
	opacity: 0;
}

.p-header__menu.is-open span:nth-child(3) {
	transform: translateY(-0.3125rem) rotate(-35.54deg);
}

}

@media (max-width: 928px) {

html {
	font-size: 1.724137931vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-main {
	padding-top: 4.625rem;
}

.l-main::before {
	display: none;
}

.c-cta {
	font-size: 1rem;
	height: 3.375rem;
	width: 100%;
}

.c-cta--lg {
	font-size: 0.875rem;
	height: 3.125rem;
	width: 100%;
}

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

.c-cta__label--sp {
	display: inline;
}

.c-fixed-cta {
	background-color: rgba(255, 255, 255, 0.95);
	bottom: 0;
	box-shadow: 0 -0.125rem 0.75rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row;
	gap: 0.5rem;
	left: 0;
	padding: 0.625rem 20px;
	position: fixed;
	right: 0;
	transform: translateY(0);
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: 910;
}

.c-fixed-cta.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.c-fixed-cta__btn {
	flex: 1 1 0;
	font-size: 0.8125rem;
	height: 3rem;
	min-width: 0;
	padding-left: 0.875rem;
	padding-right: 2.5rem;
}

.c-fixed-cta__btn .c-cta__arrow {
	font-size: 1.5rem;
	height: 1.5rem;
	right: 0.5rem;
	width: 1.5rem;
}

.c-modal {
	padding: 0.5rem;
	padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
	padding-top: max(0.5rem, env(safe-area-inset-top));
}

.c-modal__arrow {
	margin-top: 0.625rem;
}

.c-modal__arrow svg {
	height: 0.75rem;
	width: 1.625rem;
}

.c-modal__scroll {
	padding: 3.75rem 1.25rem 2.5rem;
}

.c-modal__ptitle {
	font-size: 1.375rem;
}

.c-modal__plead {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.c-modal__pbody {
	margin-top: 1.75rem;
}

.c-modal__pgroup {
	margin-top: 1.75rem;
}

.c-modal__pheading {
	font-size: 1rem;
}

.c-modal__ptext {
	font-size: 0.875rem;
}

.c-modal__top {
	flex-direction: column;
	gap: 1.5rem;
}

.c-modal__visual {
	width: 100%;
}

.c-modal__visual img {
	aspect-ratio: 368/276;
	height: auto;
}

.c-modal__meta {
	width: 100%;
}

.c-modal__name {
	font-size: 1.5rem;
}

.c-modal__block {
	margin-top: 0.9375rem;
}

.c-secttl__ja--vertical {
	font-size: 0.8125rem;
	letter-spacing: 0;
	writing-mode: horizontal-tb;
}

.c-secttl__en {
	font-size: 2.75rem;
}

.p-about {
	padding-bottom: 3.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 3.75rem;
}

.p-about__inner {
	border-radius: 0.375rem;
	flex-direction: column;
	gap: 0;
	max-width: 100%;
	padding: 2.5rem 1.25rem;
}

.p-about__title {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
}

.p-about__title-col {
	display: contents;
	width: 100%;
}

.p-about .c-secttl__en {
	order: 1;
}

.p-about .c-secttl__ja--vertical {
	order: 2;
}

.p-about__lead {
	order: 3;
}

.p-about__text {
	order: 4;
}

.p-about__head {
	max-width: 100%;
}

.p-about__lead {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.p-about__text {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.p-about__list {
	gap: 2.5rem;
	margin-top: 2.5rem;
	max-width: 100%;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.p-about__item {
	align-items: center;
	flex-direction: column;
	gap: 1.5rem;
}

.p-about__icon {
	border-radius: 0.5rem;
	height: 10rem;
	width: 10rem;
}

.p-about__body {
	width: 100%;
}

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

.p-about__feat-main {
	font-size: 1.125rem;
}

.p-about__feat-sub {
	font-size: 0.9375rem;
}

.p-about__desc {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	text-align: left;
}

.p-case {
	padding-bottom: 3.75rem;
	padding-top: 3rem;
}

.p-case__inner {
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-case__head {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.p-case__title-group {
	flex-direction: column;
}

.p-case__en {
	font-size: 2.75rem;
	order: -1;
	text-align: left;
}

.p-case__label {
	display: block;
	font-size: 0.8125rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 0.5rem;
	writing-mode: horizontal-tb;
}

.p-case__heading {
	margin-left: 0;
	margin-top: 0.5rem;
}

.p-case__title {
	margin-top: 0.5rem;
}

.p-case__title {
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-case__lead {
	font-size: 0.9375rem;
	margin-top: 0.75rem;
}

.p-case__list {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.5rem;
}

.p-case__card {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.c-case-card__visual {
	border-radius: 0.375rem;
}

.c-case-card__img {
	border-radius: 0.375rem;
}

.c-case-card__plus {
	border-radius: 0.166875rem;
	bottom: 0.5rem;
	height: 1.5rem;
	right: 0.5rem;
	width: 1.5rem;
}

.c-case-card__plus svg {
	height: 0.875rem;
	width: 0.875rem;
}

.c-case-card__body {
	margin-top: 1rem;
}

.c-case-card__name {
	background-image: repeating-linear-gradient(to right, #c3b692 0, #c3b692 3px, transparent 3px, transparent 6px);
	background-size: 100% 1px;
	font-size: 1.125rem;
	padding-bottom: 0.75rem;
}

.c-case-card__desc {
	font-size: 0.9375rem;
	margin-top: 0.75rem;
}

.p-company {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-company__inner {
	max-width: 37.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.p-company__en {
	font-size: 2.75rem;
}

.p-company__ja {
	font-size: 0.8125rem;
	margin-top: 0.25rem;
}

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

.p-company__image {
	max-width: none;
	width: 100%;
}

.p-company__image img {
	aspect-ratio: 279/220;
	border-radius: 0.5rem;
	height: auto;
}

.p-company__table {
	margin-top: 2.5rem;
	max-width: none;
	width: 100%;
}

.p-company__row {
	display: block;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-company__row-head {
	display: block;
}

.p-company__dt {
	font-size: 0.9375rem;
	line-height: 1.6;
	width: 100%;
}

.p-company__dd {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 0.5rem;
}

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

.p-company__map {
	margin-left: -1em;
	margin-top: 0.75rem;
	max-width: none;
	width: calc(100% + 1em);
}

.p-company__map img,
.p-company__map iframe {
	aspect-ratio: 558/223;
	height: auto;
}

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

.p-contact__inner {
	max-width: 23.4375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-contact__ja {
	font-size: 0.8125rem;
	letter-spacing: -0.02em;
	margin-top: 0.5rem;
}

.p-contact__lead {
	font-size: 0.9375rem;
	line-height: 1.62;
	margin-top: 2.5rem;
}

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

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

.p-contact__label {
	justify-content: flex-start;
	width: 100%;
}

.p-contact__field {
	margin-top: 0.5rem;
}

.p-contact__input,
.p-contact__select,
.p-contact__textarea {
	border-radius: 0.125rem;
	height: 3rem;
}

.p-contact__textarea {
	height: 6.875rem;
}

.p-contact__row--textarea .p-contact__label,
.p-contact__row--privacy .p-contact__label {
	padding-top: 0;
}

.p-contact__submit {
	font-size: 0.875rem;
	height: 3.125rem;
	margin-top: 2.5rem;
	max-width: 100%;
	width: 17.5rem;
}

.p-drawer-bg {
	display: none !important;
}

.p-drawer__deco--mid {
	display: none;
}

.p-drawer {
	background-color: #fbfded;
	box-shadow: none;
	height: 100%;
	left: 0;
	padding: 0;
	right: 0;
	top: 0;
	width: 100%;
}

.p-drawer__deco--sp {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.p-drawer__inner {
	display: block;
	margin: 0;
	max-width: none;
	min-height: 100%;
	padding: 5.875rem 2.5rem 3rem;
	width: 100%;
}

.p-drawer__nav {
	flex-shrink: 0;
}

.p-drawer__nav-list a {
	background-color: transparent;
	border: 0;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	height: 3.6875rem;
	justify-content: center;
	min-width: 0;
	padding: 0;
	transition: background-color 0.3s ease;
}

.p-drawer__nav-list a:hover {
	background-color: rgba(23, 150, 51, 0.08);
}

.p-drawer__eyebrow {
	display: block;
	font-size: 0.75rem;
	line-height: 1;
}

.p-drawer__label {
	color: #3d3d3d;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.p-drawer__cta {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 2.5rem;
}

.p-drawer__btn {
	border-radius: 0.375rem;
	font-size: 1.25rem;
	font-weight: 500;
	height: 4rem;
	justify-content: flex-start;
	padding-left: 1.5rem;
	padding-right: 3rem;
	position: relative;
	width: 100%;
}

.p-drawer__arrow {
	background-color: #fff;
	border-radius: 50%;
	font-size: 1.25rem;
	height: 1.25rem;
	overflow: hidden;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-drawer__arrow::before {
	content: "";
	height: max(1px, 0.05em);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-55%, -50%);
	width: 0.3667em;
}

.p-drawer__arrow::after {
	border-right: max(1px, 0.05em) solid currentColor;
	border-top: max(1px, 0.05em) solid currentColor;
	content: "";
	height: 0.2em;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 0.2em;
}

.p-drawer__btn--yellow .p-drawer__arrow::before {
	background-color: #5e4d00;
}

.p-drawer__btn--yellow .p-drawer__arrow::after {
	border-right-color: #5e4d00;
	border-top-color: #5e4d00;
}

.p-drawer__btn--green .p-drawer__arrow::before {
	background-color: #179633;
}

.p-drawer__btn--green .p-drawer__arrow::after {
	border-right-color: #179633;
	border-top-color: #179633;
}

.p-footer__main {
	border-top-width: 1.75rem;
	padding-bottom: 2.5rem;
	padding-top: 2.25rem;
}

.p-footer__main-inner {
	align-items: flex-start;
	flex-direction: column;
	gap: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.p-footer__company {
	text-align: left;
}

.p-footer__logo {
	margin: 0;
	width: 11.4375rem;
}

.p-footer__address {
	font-size: 0.8125rem;
	margin-top: 0.375rem;
	text-align: left;
}

.p-footer__nav {
	margin-top: 0;
	width: 100%;
}

.p-footer__nav-list {
	grid-gap: 2rem 0rem;
	display: grid;
	flex-wrap: nowrap;
	gap: 2rem 0rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: start;
}

.p-footer__nav-list a {
	font-size: 0.875rem;
	height: auto;
	justify-content: flex-start;
	padding: 0;
}

.p-footer__bottom {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-footer__bottom-inner {
	align-items: center;
	flex-direction: column;
	gap: 1rem;
}

.p-footer__privacy {
	font-size: 0.8125rem;
	text-align: center;
}

.p-footer__copyright {
	font-size: 0.6875rem;
	margin-left: 0;
	text-align: center;
}

.p-pagetop {
	border-radius: 2rem 0.3125rem 2rem 0.3125rem;
	bottom: 5rem;
	font-size: 0.875rem;
	height: 4rem;
	letter-spacing: 0.05em;
	line-height: 1;
	right: 1rem;
	width: 4rem;
}

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

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

.p-fv {
	padding-bottom: 3rem;
	position: relative;
}

.p-fv::before {
	aspect-ratio: 750/1649;
	background-image: url("../images/common/fv-bg-deco-sp.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -24vw;
	width: 100vw;
	z-index: -1;
}

.p-fv > * {
	position: relative;
}

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

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

.p-fv__track {
	animation-duration: 30s;
}

.p-fv__slide {
	height: 92.13vw;
	margin-left: 0;
	min-width: 0;
	width: auto;
}

.p-fv__slide img {
	height: 100%;
	width: auto;
}

.p-fv__pot {
	display: none;
}

.p-fv__catch {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	gap: 0.5rem;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 2rem;
	padding: 0 20px;
	position: static;
	right: auto;
	top: auto;
	writing-mode: horizontal-tb;
}

.p-fv__catch-line {
	background-color: #fdfdf9;
	display: inline-block;
	padding-bottom: 0.125rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0.125rem;
	writing-mode: horizontal-tb;
}

.p-fv__card {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	margin-top: 1.5rem;
	max-width: 100%;
	padding: 0 20px;
	position: static;
	width: 100%;
}

.p-fv__copy {
	font-size: 1rem;
	line-height: 1.6;
	text-align: left;
}

.p-fv__btns {
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.p-fv__btns .c-cta {
	flex: 1 1 0;
	font-size: 0.875rem;
	font-weight: 700;
	height: 3.125rem;
	min-width: 0;
	padding-left: 1rem;
	padding-right: 2.5rem;
	width: auto;
}

.p-fv__btns .c-cta__arrow {
	font-size: 1.5rem;
	height: 1.5rem;
	right: 0.75rem;
	width: 1.5rem;
}

.p-fv__btns .c-cta__arrow::before {
	height: 1px;
	left: 0.46875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.53125rem;
}

.p-fv__btns .c-cta__arrow::after {
	border-right-width: 1px;
	border-top-width: 1px;
	height: 0.25rem;
	left: auto;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.25rem;
}

.p-fv__card.js-fadeup {
	transform: none;
	will-change: opacity;
}

.p-fv__card.js-fadeup.is-inview {
	transform: none;
}

.p-fv:has(.p-fv__btns.is-floating) {
	z-index: 990;
}

body.is-drawer-open .p-fv:has(.p-fv__btns.is-floating) {
	z-index: 1;
}

.p-fv__btns.is-floating {
	animation: p-fv-cta-slide-up 0.32s cubic-bezier(0.22, 0.61, 0.36, 1) both;
	background-color: rgba(255, 255, 255, 0.95);
	bottom: 0;
	box-shadow: 0 -0.125rem 0.75rem rgba(0, 0, 0, 0.1);
	left: 0;
	margin-top: 0;
	opacity: 1;
	padding: 0.625rem 20px;
	position: fixed;
	right: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: 990;
}

.p-fv__btns.is-floating.is-hidden {
	animation: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.p-header__inner {
	height: 4.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-header__logo {
	width: 10.75rem;
}

.p-philosophy {
	padding-top: 2.125rem;
}

.p-philosophy__inner {
	display: grid;
	grid-template-areas: "stack";
	grid-template-columns: 1fr;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.p-philosophy__map {
	align-self: end;
	filter: none;
	grid-area: stack;
	justify-self: center;
	margin-bottom: -12.8125rem;
	width: min(18.4375rem, 88%);
}

.p-philosophy__body {
	grid-area: stack;
	justify-self: stretch;
	margin-left: 0;
	max-width: 100%;
	padding-left: 4.5625rem;
	padding-top: 2.125rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-philosophy__en {
	font-size: 16.53vw;
	left: -0.53125rem;
	letter-spacing: 0;
	line-height: 1;
	right: auto;
	text-align: left;
	top: 0rem;
	white-space: nowrap;
}

.p-philosophy__ja {
	font-size: 0.8125rem;
	left: 1.25rem;
	letter-spacing: 0.0625rem;
	top: 2.125rem;
	z-index: 2;
}

.p-philosophy__title {
	font-size: 1.5625rem;
	line-height: 2;
	position: relative;
	z-index: 1;
}

.p-philosophy__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.5rem;
	max-width: 15.125rem;
}

.p-philosophy__text + .p-philosophy__text {
	margin-top: 1.5rem;
}

.p-philosophy__slider {
	margin-top: 15.3125rem;
}

.p-philosophy__slider-list {
	gap: 0.625rem;
	padding-left: 0.625rem;
}

.p-philosophy__slide {
	height: 7.5rem;
	width: 11.25rem;
}

.p-process {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.p-process__inner {
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-process__head {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.p-process__en {
	display: block;
	font-size: 2.75rem;
	line-height: 1;
	margin-left: 0;
	order: 1;
}

.p-process__label {
	display: block;
	font-size: 0.8125rem;
	letter-spacing: 0.0625rem;
	line-height: 1.6;
	margin-top: 0.5rem;
	order: 2;
	writing-mode: horizontal-tb;
}

.p-process__title {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-left: 0;
	margin-top: 0.5rem;
	order: 3;
}

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

.p-process__item {
	max-width: 20.9375rem;
}

.p-process__item + .p-process__item {
	margin-top: 2.4375rem;
}

.p-process__arrow {
	height: 1.25rem;
	margin-top: 0.5625rem;
	width: 2.5rem;
}

.p-process__deco {
	background-image: url(../images/common/process-veg-sp.png);
	display: block;
	height: 5.0625rem;
	right: 2.375rem;
	top: -2.5rem;
	width: 5.5rem;
}

.c-flowcard {
	align-items: stretch;
	border-radius: 0.375rem;
	flex-direction: column;
	padding: 1.75rem 1.5rem;
}

.c-flowcard__body {
	margin-left: 0;
}

.c-flowcard__titlerow {
	padding-bottom: 1rem;
}

.c-flowcard__num {
	font-size: 0.875rem;
	height: 1.5rem;
	letter-spacing: 0.03125rem;
	width: 1.5rem;
}

.c-flowcard__title {
	font-size: 1.125rem;
	margin-left: 0.5rem;
}

.c-flowcard__text {
	font-size: 0.9375rem;
	line-height: 1.62;
	margin-top: 1rem;
}

.c-flowcard__icon {
	border-radius: 0.25rem;
	height: 6.25rem;
	margin-top: 1rem;
	order: 2;
	width: 100%;
}

.c-flowcard__icon img {
	height: 4.375rem;
	width: 4.375rem;
}

.p-recruit__inner {
	display: block;
	max-width: 100%;
	padding-left: 0;
}

.p-recruit__text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-bottom: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 4rem;
	width: 100%;
}

.p-recruit__label {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 0.4375rem;
	order: 2;
	position: static;
	writing-mode: horizontal-tb;
}

.p-recruit__body {
	display: contents;
}

.p-recruit__en {
	font-size: 2.75rem;
	line-height: 1;
	order: 1;
	position: static;
	text-align: left;
}

.p-recruit__title {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 1.25rem;
	order: 3;
}

.p-recruit__lead {
	margin-top: 1.25rem;
	order: 4;
}

.p-recruit__lead p {
	font-size: 0.9375rem;
}

.p-recruit__lead p + p {
	margin-top: 1.5rem;
}

.p-recruit__btn {
	height: 3.125rem;
	margin-top: 2.5rem;
	max-width: 18.125rem;
	order: 5;
	width: 100%;
}

.p-recruit__gallery {
	margin-top: 2.5rem;
	max-width: none;
	width: 100%;
}

.p-recruit__row {
	flex: 0 0 auto;
}

.p-recruit__img {
	height: 10.5rem;
}

.p-recruit__deco--veg,
.p-recruit__deco--leaf {
	display: none;
}

.p-recruit__deco--veg-sp {
	background-image: url(../images/common/recruit-veg-sp.png);
	display: block;
	height: 4.625rem;
	left: auto;
	right: -2.75rem;
	top: -1.3125rem;
	width: 9.6875rem;
}

.p-slider1__inner img {
	aspect-ratio: 750/400;
}

.p-slider2 {
	height: 14.5625rem;
}

.p-slider2::before {
	height: 7.1875rem;
}

.p-slider2__list {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	padding-right: 1.5rem;
}

.p-slider2__item {
	height: 9.3125rem;
	width: 10.5625rem;
}

.p-slider2__item--up {
	margin-top: 2rem;
}

.p-slider2__item--down {
	margin-top: 3.25rem;
}

.p-slider2__track {
	animation-duration: 24s;
}

.p-support {
	padding-bottom: 3.75rem;
	padding-top: 3rem;
}

.p-support__inner {
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-support__head {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
	text-align: left;
}

.p-support__en {
	display: block;
	font-size: 2.75rem;
	order: -1;
	text-align: left;
}

.p-support__title-group {
	display: block;
	text-align: left;
}

.p-support__label {
	display: block;
	font-size: 0.8125rem;
	margin-top: 0.5rem;
	text-align: left;
	writing-mode: horizontal-tb;
}

.p-support__title {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-left: 0;
	margin-top: 0.5rem;
	text-align: left;
}

.p-support__list {
	gap: 0.625rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

.p-support__item {
	width: 100%;
}

.c-support-card {
	flex-direction: row;
	min-height: 7.875rem;
}

.c-support-card__img {
	border-radius: 0.25rem 0 0 0.25rem;
	flex-shrink: 0;
	width: 6.25rem;
}

.c-support-card__img img {
	height: 100%;
}

.c-support-card__body {
	border-radius: 0 0.25rem 0.25rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.25rem;
}

.c-support-card__title {
	font-size: 1.125rem;
}

.c-support-card__desc {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes c-cta-pop {

0% {
	transform: translateY(-50%) scale(1);
}

50% {
	transform: translateY(-50%) scale(1.15);
}

100% {
	transform: translateY(-50%) scale(1);
}

}

@keyframes c-cta-swap-shaft {

0% {
	transform: translate(-55%, -50%) translateX(0);
}

49% {
	transform: translate(-55%, -50%) translateX(1.1333em);
}

50% {
	transform: translate(-55%, -50%) translateX(-1.1333em);
}

100% {
	transform: translate(-55%, -50%) translateX(0);
}

}

@keyframes c-cta-swap-head {

0% {
	transform: translateX(0) translate(0, -50%) rotate(45deg);
}

49% {
	transform: translateX(1.1333em) translate(0, -50%) rotate(45deg);
}

50% {
	transform: translateX(-1.1333em) translate(0, -50%) rotate(45deg);
}

100% {
	transform: translateX(0) translate(0, -50%) rotate(45deg);
}

}

@keyframes p-fv-loop {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}

@keyframes p-fv-cta-slide-up {

from {
	transform: translateY(100%);
}

to {
	transform: translateY(0);
}

}

@keyframes p-slider2-loop {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-33.3333%);
}

}


/*# sourceMappingURL=style.css.map */
