body {
	background-color: #FDFBF8;
	color: #041501;
	font-family: "A-OTF Ryumin Pr6N", "Noto Serif JP", serif;
}

:root {
	--green: #9A9C49;
	--green-dark: #4D5728;
	--base-color: #041501;
	--bg-color: #FDFBF8;
	--beige: #F5DAB6;
	--white: #fff;
	--black: #000;
	--gray: #E4E4E4;
	--base-font: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	--en-font: Adobe Garamond Pro, Times New Roman, serif;
	--regular: 400;
	--medium: 500;
	--bold: 700;
	--padding-pc: 25px;
	--padding-sp: 16px;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

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 {
	background-color: #fff;
	background-color: var(--white);
	height: 6.4375rem;
	width: 100%;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.875rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-concept {
	background-color: #fff;
	background-color: var(--white);
	padding: 10.875rem 0 9.375rem;
}

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

.p-concept__title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4.25rem;
}

.p-concept__title-line {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0;
	position: relative;
}

.p-concept__title-text {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 2rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1.56;
	margin-left: 1.25rem;
	margin-right: 1rem;
	margin-top: 1.8125rem;
}

.p-concept__title-quote {
	color: #9A9C49;
	color: var(--green);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 11.25rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 0.8;
	position: absolute;
}

.p-concept__title-quote--open {
	left: -2.875rem;
	top: -1.5rem;
}

.p-concept__title-quote--close {
	bottom: -0.375rem;
	left: 4.3125rem;
	transform: scaleY(-1);
}

.p-concept__title-keyword {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 5.4375rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: -0.11em;
	line-height: 1;
	margin-right: 2.1875rem;
	position: relative;
}

.p-concept__body {
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
}

.p-concept__text {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1.94;
}

.p-contact {
	overflow: hidden;
	padding: 3.8125rem 0 4.875rem;
	position: relative;
}

.p-contact__bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

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

.p-contact__overlay {
	background: rgba(46, 54, 16, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-contact__content {
	position: relative;
	z-index: 1;
}

.p-contact__header {
	margin-bottom: 3.5rem;
}

.p-contact__title {
	color: #FDFBF8;
	color: var(--bg-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 5.4375rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.04em;
	line-height: 1;
}

.p-contact__subtitle-wrap {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	margin-top: 1.25rem;
}

.p-contact__line {
	background-color: #FDFBF8;
	background-color: var(--bg-color);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
	display: block;
	height: 0.0625rem;
	width: 17rem;
}

.p-contact__subtitle {
	color: #FDFBF8;
	color: var(--bg-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.75rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-contact__desc {
	color: #FDFBF8;
	color: var(--bg-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.14em;
	line-height: 1.94;
	margin-bottom: 2.4375rem;
	text-align: center;
}

.p-contact__cards {
	display: flex;
	gap: 1.375rem;
	justify-content: center;
}

.p-contact__card {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: flex;
	gap: 1.5rem;
	padding: 1.75rem 0.875rem 1.5rem 3.0625rem;
}

.p-contact__card--phone {
	width: 28.1875rem;
}

.p-contact__card--mail {
	gap: 1.125rem;
	padding-left: 2.4375rem;
	padding-right: 0.875rem;
	width: 34.1875rem;
}

.p-contact__card-icon {
	align-items: flex-start;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	padding-top: 0.75rem;
}

.p-contact__card-icon img {
	height: auto;
	width: 2.375rem;
}

.p-contact__card-icon--mail img {
	width: 3rem;
}

.p-contact__card-content {
	flex: 1;
}

.p-contact__card-label {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 0.5625rem;
}

.p-contact__card-value {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 2.4375rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.16em;
	line-height: 1;
	margin-bottom: 0.8125rem;
}

.p-contact__card-value a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.p-contact__card-value--mail {
	font-size: 1.625rem;
	letter-spacing: 0.02em;
	word-break: break-all;
}

.p-contact__card-note {
	color: #9A9C49;
	color: var(--green);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 0.875rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-contact__card-note--small {
	font-size: 0.75rem;
	letter-spacing: 0;
	line-height: 1.7;
}

.p-contact__card-note-small-text {
	display: block;
	font-size: 0.625rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 0;
}

.p-footer {
	background-color: #9A9C49;
	background-color: var(--green);
	padding: 2rem 0 1.875rem;
}

.p-footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.p-footer__main {
	align-items: center;
	display: flex;
	gap: 1.75rem;
}

.p-footer__logo {
	flex-shrink: 0;
	width: 5rem;
}

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

.p-footer__info {
	color: #FDFBF8;
	color: var(--bg-color);
	flex: 1 1 0%;
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.75rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.2em;
	line-height: 1.5;
	padding-top: 0.25rem;
}

.p-footer__info-address {
	display: block;
	font-size: 1.375rem;
	letter-spacing: 0.2em;
}

.p-footer__copyright {
	color: #FDFBF8;
	color: var(--bg-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 0.75rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 6.4375rem;
	justify-content: center;
}

.p-header__logo {
	height: 4.6875rem;
	width: 5.6875rem;
}

.p-header__logo a {
	display: block;
}

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

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

.p-hero__bg {
	height: 43.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

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

.p-hero__card {
	background-color: rgba(253, 251, 248, 0.8);
	box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.27);
	height: 33.375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 34.75rem;
	z-index: 3;
}

.p-hero__card-inner {
	height: 100%;
	padding: 1.5625rem;
}

.p-hero__founding {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	margin-bottom: -1.3125rem;
	position: relative;
}

.p-hero__founding-label {
	align-self: center;
	bottom: 32%;
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 3.5rem;
	font-weight: 500;
	font-weight: var(--medium);
	left: 17%;
	letter-spacing: 0.1em;
	line-height: 1;
	position: absolute;
	writing-mode: vertical-rl;
}

.p-hero__founding-number {
	align-items: flex-end;
	display: flex;
	margin-left: -4rem;
}

.p-hero__founding-number img {
	height: auto;
	width: 16.6875rem;
}

.p-hero__founding-year {
	align-self: flex-end;
	bottom: 35.5%;
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 3.5rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.03em;
	line-height: 0.93;
	position: absolute;
	right: 16.5%;
}

.p-hero__title {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 2.25rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.18em;
	line-height: 1.47;
	margin-bottom: 1.0625rem;
	margin-top: -2.875rem;
	text-align: center;
}

.p-hero__subtitle-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.p-hero__line {
	background-color: #9A9C49;
	background-color: var(--green);
	display: block;
	height: 0.125rem;
	width: 28.875rem;
}

.p-hero__subtitle {
	color: #9A9C49;
	color: var(--green);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.875rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.21em;
	line-height: 1.2;
	text-align: center;
}

.p-hero__cta {
	bottom: 2.5rem;
	height: 8.0625rem;
	position: fixed;
	right: 2.5rem;
	width: 8.0625rem;
	z-index: 999;
}

.p-hero__cta-inner {
	align-items: center;
	background-color: #4D5728;
	background-color: var(--green-dark);
	border-radius: 50%;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	transition: 0.3s ease-in-out all;
	width: 100%;
	z-index: 1;
}

.p-hero__cta::before {
	border: 0.0125rem solid #9A9C49;
	border: 0.0125rem solid var(--green);
	border-radius: 50%;
	content: "";
	height: 7.1875rem;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7.1875rem;
	z-index: 2;
}

.p-hero__cta-text {
	color: #FDFBF8;
	color: var(--bg-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.07em;
	line-height: 1.28;
	text-align: center;
}

.p-hero__cta-arrow {
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color: #F5DAB6;
	background-color: var(--beige);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	display: block;
	height: 0.4375rem;
	margin-top: 0.8125rem;
	width: 0.9375rem;
}

.p-history {
	overflow: hidden;
	padding: 0 0 2.8125rem;
	position: relative;
}

.p-history__bg {
	height: 100%;
	opacity: 0.37;
	position: absolute;
	right: 0;
	top: 0;
	width: 80.625vw;
	z-index: 1;
}

.p-history__bg img {
	-o-object-fit: cover;
	-o-object-position: center;
	filter: grayscale(100%);
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-history__content {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.p-history__header {
	flex-shrink: 0;
	max-width: 26.625rem;
	padding-top: 5.875rem;
	width: 100%;
}

.p-history__title {
	color: #4D5728;
	color: var(--green-dark);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 5.4375rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.04em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-history__subtitle-wrap {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	margin-top: 1.375rem;
}

.p-history__line {
	background-color: #4D5728;
	background-color: var(--green-dark);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
	display: block;
	height: 0.0625rem;
	width: 12.1875rem;
}

.p-history__subtitle {
	color: #4D5728;
	color: var(--green-dark);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.75rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-history__timeline {
	background-color: rgba(77, 87, 40, 0.7);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	max-width: 31.875rem;
	padding: 6.3125rem 3.125rem 4.75rem 9.3125rem;
	position: relative;
	width: 100%;
}

.p-history__timeline-line {
	background-color: #041501;
	background-color: var(--base-color);
	height: 28.375rem;
	left: 5.5rem;
	position: absolute;
	top: 6.1875rem;
	width: 0.0625rem;
}

.p-history__list {
	display: flex;
	flex-direction: column;
	gap: 2.5625rem;
}

.p-history__item {
	position: relative;
}

.p-history__item::before {
	background-color: #F5DAB6;
	border: 0.0625rem solid #041501;
	border: 0.0625rem solid var(--base-color);
	border-radius: 50%;
	content: "";
	height: 0.5625rem;
	left: -4.0625rem;
	position: absolute;
	top: 1.125rem;
	width: 0.5625rem;
	z-index: 1;
}

.p-history__item::after {
	background-color: #041501;
	background-color: var(--base-color);
	content: "";
	height: 0.0625rem;
	left: -3.5rem;
	position: absolute;
	top: 1.375rem;
	width: 2.5rem;
}

.p-history__year {
	color: #F5DAB6;
	color: var(--beige);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 2.5rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 0.375rem;
}

.p-history__year span {
	font-size: 1rem;
}

.p-history__year span.p-history__year-tilde {
	font-size: 1.6875rem;
}

.p-history__desc {
	color: #FDFBF8;
	color: var(--bg-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1rem;
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.56;
	margin-left: 0.1875rem;
}

.p-history__desc-dot {
	background-color: #F5DAB6;
	background-color: var(--beige);
	border-radius: 50%;
	display: inline-block;
	height: 0.25rem;
	margin-right: 0.3125rem;
	vertical-align: middle;
	width: 0.25rem;
}

.p-message {
	padding: 12.125rem 0 10.3125rem;
}

.p-message__inner {
	display: flex;
	flex-direction: column;
	gap: 7.5rem;
}

.p-message__header {
	margin-left: auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-message__title {
	color: #4D5728;
	color: var(--green-dark);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 5.4375rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.04em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-message__subtitle-wrap {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	margin-top: 1.25rem;
}

.p-message__line {
	background-color: #4D5728;
	background-color: var(--green-dark);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
	display: block;
	height: 0.0625rem;
	width: 15.9375rem;
}

.p-message__subtitle {
	color: #4D5728;
	color: var(--green-dark);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.75rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-message__blocks {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.p-message__block {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
}

.p-message__block:first-child {
	padding-left: 1.5rem;
}

.p-message__block--reverse {
	flex-direction: row-reverse;
	padding-right: 1.5rem;
}

.p-message__image-area {
	flex-shrink: 0;
	position: relative;
}

.p-message__image-bg {
	background-color: #9A9C49;
	background-color: var(--green);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	position: absolute;
}

.p-message__block:first-child .p-message__image-bg {
	height: 24rem;
	left: -1.5rem;
	top: -6.25rem;
	width: 20.6875rem;
}

.p-message__block:last-child .p-message__image-bg {
	bottom: -2.3125rem;
	height: 19.125rem;
	right: -1.5rem;
	width: 31.875rem;
}

.p-message__image {
	position: relative;
	width: 19.9375rem;
	z-index: 1;
}

.p-message__image img {
	-o-object-fit: cover;
	aspect-ratio: 319/354;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-message__text-area {
	flex: 1;
	padding-top: 8.875rem;
	position: relative;
}

.p-message__block-title {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 2rem;
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.1;
	margin-bottom: 2.3125rem;
}

.p-message__block-text {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.67;
}

.p-mission {
	background-color: #fff;
	background-color: var(--white);
	overflow: hidden;
	padding: 7.8125rem 0 0;
}

.p-mission__header {
	margin-bottom: 5.125rem;
	margin-left: auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mission__title {
	color: #4D5728;
	color: var(--green-dark);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 5.4375rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.04em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-mission__subtitle-wrap {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	margin-top: 1.25rem;
}

.p-mission__line {
	background-color: #4D5728;
	background-color: var(--green-dark);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
	display: block;
	height: 0.0625rem;
	width: 21.1875rem;
}

.p-mission__subtitle {
	color: #4D5728;
	color: var(--green-dark);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.75rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-mission__intro {
	display: flex;
	gap: 0.4375rem;
	justify-content: space-between;
	margin-bottom: 4.9375rem;
}

.p-mission__intro-text {
	flex: 1;
}

.p-mission__text {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 2.78;
}

.p-mission__text + .p-mission__text {
	margin-top: 0.625rem;
}

.p-mission__text-highlight {
	color: #fff;
	display: inline-block;
	margin-right: 0.375rem;
	padding: 0 0.4375rem;
	position: relative;
	z-index: 0;
}

.p-mission__text-highlight::after {
	background-color: #4D5728;
	background-color: var(--green-dark);
	content: "";
	display: block;
	height: 2.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scaleX(0);
	transform-origin: left center;
	width: 100%;
	z-index: -1;
}

.p-mission__text-highlight.is-animated::after {
	animation: marker-slide 0.6s ease-out forwards;
}

.p-mission__intro-image {
	flex-shrink: 0;
	position: relative;
	width: 23.625rem;
}

.p-mission__intro-image::after {
	display: none;
}

.p-mission__intro-image img {
	-o-object-fit: cover;
	aspect-ratio: 378/218;
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-mission__sdgs {
	align-items: flex-start;
	display: flex;
	gap: 1.4375rem;
	margin-bottom: 4.375rem;
}

.p-mission__sdgs-logo {
	flex-shrink: 0;
	width: 20.5625rem;
}

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

.p-mission__sdgs-content {
	flex: 1;
	padding-top: 1.0625rem;
}

.p-mission__sdgs-title {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.75rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 1.875rem;
}

.p-mission__sdgs-text {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.06em;
	line-height: 2.22;
}

.p-mission__banner {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-mission__banner-image {
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mission__banner-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mission__banner-overlay {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(46, 54, 16, 0.66) 100%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 80%;
}

.p-mission__banner-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 5.75rem;
	padding-left: 2.6875rem;
	padding-top: 5.375rem;
	position: relative;
	z-index: 1;
}

.p-mission__banner-lead {
	color: #fff;
	color: var(--white);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.25rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 1.625rem;
}

.p-mission__banner-title {
	color: #fff;
	color: var(--white);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 2rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-mission__footer {
	align-items: flex-end;
	display: flex;
	gap: 2rem;
	padding: 7.9375rem 0 8.9375rem 12.5%;
}

.p-mission__footer-title {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 2rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1.97;
}

.p-mission__footer-text {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.25rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1.45;
	padding-bottom: 0.5rem;
}

.p-service {
	background-color: #F7F1E9;
	padding: 5.3125rem 0 5.5rem;
}

.p-service__inner {
	display: flex;
	flex-direction: column;
}

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

.p-service__title {
	color: #4D5728;
	color: var(--green-dark);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 5.4375rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.04em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-service__subtitle-wrap {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	margin-top: 1.25rem;
}

.p-service__line {
	background-color: #4D5728;
	background-color: var(--green-dark);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
	display: block;
	height: 0.0625rem;
	width: 16.9375rem;
}

.p-service__subtitle {
	color: #4D5728;
	color: var(--green-dark);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.75rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.1em;
	line-height: 1;
	text-shadow: 0.1875rem 0.1875rem 0.375rem rgba(247, 241, 233, 0.7);
}

.p-service__desc {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1.125rem;
	font-weight: 500;
	font-weight: var(--medium);
	letter-spacing: 0.03em;
	line-height: 1.94;
	margin-top: 3.125rem;
	text-align: left;
}

.p-service__cards {
	display: flex;
	gap: 2.75rem;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.p-service__card {
	background-color: #fff;
	background-color: var(--white);
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	width: calc((100% - 5.5rem) / 3);
}

.p-service__card-image {
	width: 100%;
}

.p-service__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 340/223;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-service__card-body {
	padding: 1.625rem 1.0625rem 2rem;
}

.p-service__card-title-wrap {
	align-items: stretch;
	display: flex;
	gap: 0.9375rem;
	margin-bottom: 1.875rem;
}

.p-service__card-accent {
	background-color: #9A9C49;
	background-color: var(--green);
	border-radius: 0.1875rem;
	display: block;
	flex-shrink: 0;
	width: 0.375rem;
}

.p-service__card-title {
	color: #9A9C49;
	color: var(--green);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 2rem;
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.25;
}

.p-service__card-text {
	color: #041501;
	color: var(--base-color);
	font-family: A-OTF Ryumin Pr6N, Noto Serif JP, serif;
	font-family: var(--base-font);
	font-size: 1rem;
	font-weight: 500;
	font-weight: var(--medium);
	line-height: 1.56;
}

.js-fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-fade-in-left {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in-left.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.js-fade-in-right {
	opacity: 0;
	transform: translateX(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade-in-right.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.js-fade-in-delay-1 {
	transition-delay: 0.1s;
}

.js-fade-in-delay-2 {
	transition-delay: 0.2s;
}

.js-fade-in-delay-3 {
	transition-delay: 0.3s;
}

.js-hero-fade {
	animation: heroFadeIn 1s ease forwards;
	opacity: 0;
	transform: translateY(20px);
}

.js-hero-fade-delay-1 {
	animation-delay: 0.3s;
}

.js-hero-fade-delay-2 {
	animation-delay: 0.6s;
}

.js-hero-fade-delay-3 {
	animation-delay: 0.9s;
}

@media (any-hover: hover) {

.p-hero__cta:hover .p-hero__cta-inner {
	opacity: 0.8;
}

}

@media (max-width: 1020px) {

html {
	font-size: 1.568627451vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-header {
	height: 4.125rem;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.p-concept {
	padding: 2.6875rem 0 4.3125rem;
}

.p-concept__title {
	flex-direction: column;
	margin-bottom: 0.75rem;
}

.p-concept__title-line + .p-concept__title-line {
	margin-left: 0;
	margin-top: -1.625rem;
}

.p-concept__title-text {
	letter-spacing: 0.04em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.p-concept__title-quote {
	font-size: 7.9375rem;
	position: static;
}

.p-concept__title-quote--open {
	margin-right: -1.75rem;
}

.p-concept__title-quote--close {
	margin-bottom: 2.4375rem;
	margin-left: -0.25rem;
	margin-right: -1.0625rem;
}

.p-concept__title-keyword {
	font-size: 3.875rem;
	margin-right: 0;
}

.p-concept__body {
	gap: 1.5625rem;
}

.p-concept__text {
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.56;
}

.p-contact {
	padding: 1.4375rem 0 3.25rem;
}

.p-contact__header {
	margin-bottom: 3.125rem;
	text-align: left;
}

.p-contact__title {
	font-size: 2.5rem;
}

.p-contact__subtitle-wrap {
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	justify-content: flex-start;
	margin-top: 0.75rem;
	row-gap: 0.3125rem;
}

.p-contact__line {
	width: 4.3125rem;
}

.p-contact__subtitle {
	font-size: 1.5rem;
	letter-spacing: 0;
}

.p-contact__desc {
	font-size: 1rem;
	line-height: 1.44;
	margin-bottom: 1.4375rem;
	text-align: center;
}

.p-contact__cards {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	flex-direction: column;
	row-gap: 1.875rem;
}

.p-contact__card {
	gap: 0.9375rem;
	padding: 0.9375rem 0 0.9375rem 1.125rem;
}

.p-contact__card--phone {
	width: 100%;
}

.p-contact__card--mail {
	width: 100%;
}

.p-contact__card-icon img {
	width: 1.875rem;
}

.p-contact__card-icon--mail img {
	padding-top: 0.5rem;
	width: 1.9375rem;
}

.p-contact__card-label {
	font-size: 0.75rem;
	margin-bottom: 0.5625rem;
}

.p-contact__card-value {
	font-size: 1.75rem;
	margin-bottom: 0.4375rem;
}

.p-contact__card-value--mail {
	font-size: 1.0625rem;
	margin-bottom: 0.3125rem;
}

.p-contact__card-note {
	font-size: 0.75rem;
}

.p-contact__card-note--small {
	font-size: 0.5rem;
	line-height: 1.67;
}

.p-contact__card-note-small-text {
	font-size: 0.375rem;
	line-height: 1.67;
}

.p-footer {
	padding: 0.75rem 0 0.875rem;
}

.p-footer__inner {
	gap: 0.625rem;
}

.p-footer__main {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	row-gap: 0.5rem;
}

.p-footer__logo {
	width: 2.0625rem;
}

.p-footer__info {
	font-size: 0.75rem;
	line-height: 1.67;
	padding-top: 0.125rem;
}

.p-footer__info-address {
	font-size: 0.5625rem;
	letter-spacing: 0.2em;
}

.p-footer__copyright {
	font-size: 0.375rem;
}

.p-header__inner {
	height: inherit;
}

.p-header__logo {
	height: 2.9375rem;
	width: 3.5625rem;
}

.p-hero {
	height: 27.9375rem;
}

.p-hero__bg {
	height: 27.9375rem;
}

.p-hero__card {
	background-color: rgba(255, 255, 255, 0.77);
	height: 22.125rem;
	width: 20.5rem;
}

.p-hero__card-inner {
	padding: 0 1.25rem;
}

.p-hero__founding {
	margin-bottom: 0;
}

.p-hero__founding-label {
	font-size: 3.1875rem;
	font-weight: 700;
	font-weight: var(--bold);
	left: 5%;
}

.p-hero__founding-number {
	margin-top: -0.3125rem;
	padding-left: 3.375rem;
}

.p-hero__founding-number img {
	width: 15.0625rem;
}

.p-hero__founding-year {
	font-size: 3.1875rem;
	font-weight: 700;
	font-weight: var(--bold);
	right: -11%;
}

.p-hero__title {
	font-size: 1.125rem;
	letter-spacing: 0.35em;
	line-height: 1.67;
	margin-bottom: 0.1875rem;
	margin-top: -3.8125rem;
}

.p-hero__subtitle-wrap {
	-moz-column-gap: 0.4375rem;
	column-gap: 0.4375rem;
	row-gap: 0.4375rem;
}

.p-hero__line {
	height: 0.0625rem;
	width: 16.25rem;
}

.p-hero__subtitle {
	font-size: 1rem;
	letter-spacing: 0.31em;
	line-height: 1.25;
}

.p-hero__cta {
	display: none;
}

.p-history {
	padding: 0;
}

.p-history__bg {
	height: 95.5%;
	top: 0.875rem;
	width: 100vw;
}

.p-history__content {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	flex-direction: column;
	row-gap: 1.875rem;
}

.p-history__header {
	-moz-column-gap: 0.5rem;
	align-items: flex-start;
	column-gap: 0.5rem;
	display: flex;
	flex-direction: column;
	max-width: none;
	padding-top: 0;
	row-gap: 0.5rem;
}

.p-history__title {
	font-size: 2.5rem;
}

.p-history__subtitle-wrap {
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
	margin-top: 0;
	row-gap: 0.25rem;
}

.p-history__line {
	width: 2.375rem;
}

.p-history__subtitle {
	font-size: 1.375rem;
	letter-spacing: 0;
}

.p-history__timeline {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	max-width: 18.75rem;
	padding: 1.9375rem 1.25rem 0.75rem 4.875rem;
}

.p-history__timeline-line {
	bottom: 1.875rem;
	height: auto;
	left: 1.6875rem;
	top: 0.875rem;
}

.p-history__list {
	gap: 2.1875rem;
}

.p-history__item::before {
	left: -3.4375rem;
	top: 0.25rem;
}

.p-history__item::after {
	left: -2.9375rem;
	top: 0.5rem;
}

.p-history__year {
	font-size: 1.875rem;
}

.p-history__year span {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.p-history__year span.p-history__year-tilde {
	font-size: 0.75rem;
}

.p-history__desc {
	font-size: 0.875rem;
	line-height: 1.43;
	margin-left: 0.1875rem;
}

.p-message {
	padding: 3.125rem 0 2.625rem;
}

.p-message__inner {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}

.p-message__header {
	padding-right: 0;
	text-align: right;
}

.p-message__title {
	font-size: 2.5rem;
}

.p-message__subtitle-wrap {
	-moz-column-gap: 0.25rem;
	column-gap: 0.25rem;
	margin-top: 0.625rem;
	row-gap: 0.25rem;
}

.p-message__line {
	width: 5.5625rem;
}

.p-message__subtitle {
	font-size: 1.375rem;
}

.p-message__blocks {
	-moz-column-gap: 1.8125rem;
	column-gap: 1.8125rem;
	row-gap: 2rem;
}

.p-message__block {
	flex-direction: column;
	gap: 1.25rem;
}

.p-message__block:first-child {
	padding-left: 1.875rem;
}

.p-message__block--reverse {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
	flex-direction: column;
	padding-right: 0;
	row-gap: 1.875rem;
}

.p-message__block.p-message__block--reverse .p-message__image-area {
	margin-left: auto;
	margin-right: 1.875rem;
}

.p-message__block:first-child .p-message__image-bg {
	height: 13.875rem;
	left: -1.875rem;
	top: -1rem;
	width: 18.1875rem;
}

.p-message__block:last-child .p-message__image-bg {
	bottom: -0.625rem;
	height: 13.875rem;
	right: -1.875rem;
	width: 18.1875rem;
}

.p-message__image {
	width: 18.1875rem;
}

.p-message__image img {
	aspect-ratio: 291/222;
}

.p-message__text-area {
	margin-left: -0.5rem;
	padding-top: 0;
}

.p-message__block.p-message__block--reverse .p-message__text-area {
	margin-left: 1.375rem;
}

.p-message__block-title {
	font-size: 1.125rem;
	line-height: 1.39;
	margin-bottom: 0.1875rem;
}

.p-message__block-text {
	font-size: 0.875rem;
	line-height: 1.57;
}

.p-mission {
	padding: 3rem 0 0;
}

.p-mission__header {
	margin-bottom: 2.9375rem;
	margin-left: 0;
	text-align: right;
	width: auto;
}

.p-mission__title {
	font-size: 2.5rem;
}

.p-mission__subtitle-wrap {
	-moz-column-gap: 0.1875rem;
	column-gap: 0.1875rem;
	justify-content: flex-end;
	margin-top: 0.8125rem;
	row-gap: 0.1875rem;
}

.p-mission__line {
	width: 5.5625rem;
}

.p-mission__subtitle {
	font-size: 1.375rem;
	letter-spacing: 0;
}

.p-mission__intro {
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 1.4375rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.p-mission__text {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.69;
}

.p-mission__text + .p-mission__text {
	margin-top: 0.125rem;
}

.p-mission__text-highlight {
	font-size: 1rem;
	margin-left: -0.3125rem;
	margin-right: 0.25rem;
	padding-left: 0.1875rem;
	padding-right: 0.1875rem;
}

.p-mission__text-highlight::after {
	height: 1.625rem;
}

.p-mission__intro-image {
	width: 96%;
}

.p-mission__intro-image::after {
	background-color: #f7f1e9;
	bottom: -0.625rem;
	box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -0.6875rem;
	width: 100%;
	z-index: 0;
}

.p-mission__intro-image img {
	aspect-ratio: 287/144;
}

.p-mission__sdgs {
	-moz-column-gap: 0.1875rem;
	column-gap: 0.1875rem;
	flex-direction: column-reverse;
	margin-bottom: 3.125rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	row-gap: 0.1875rem;
}

.p-mission__sdgs-logo {
	margin: 0 auto;
	max-width: 18.6875rem;
	width: 100%;
}

.p-mission__sdgs-title {
	font-size: 1.125rem;
	margin-bottom: 1.4375rem;
	text-align: center;
}

.p-mission__sdgs-text {
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	line-height: 1.57;
}

.p-mission__banner {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 7.875rem 0 7.0625rem;
	width: 100vw;
}

.p-mission__banner-overlay {
	background: rgba(46, 54, 16, 0.52);
	width: 100%;
}

.p-mission__banner-content {
	align-items: center;
	padding: 0;
	text-align: center;
}

.p-mission__banner-lead {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.p-mission__banner-title {
	font-size: 2rem;
	line-height: 1.56;
}

.p-mission__footer {
	-moz-column-gap: 1.625rem;
	align-items: flex-start;
	column-gap: 1.625rem;
	flex-direction: column;
	padding: 5.4375rem 1.375rem 4.375rem;
	row-gap: 1.625rem;
	text-align: left;
}

.p-mission__footer-title {
	font-size: 2rem;
	line-height: 1.34;
}

.p-mission__footer-text {
	font-size: 1.125rem;
	line-height: 1.61;
	padding-bottom: 0;
}

.p-service {
	padding: 3.125rem 0 3.375rem;
}

.p-service__inner {
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 0;
}

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

.p-service__title {
	font-size: 2.5rem;
}

.p-service__subtitle-wrap {
	-moz-column-gap: 0.1875rem;
	column-gap: 0.1875rem;
	margin-top: 0.8125rem;
	row-gap: 0.1875rem;
}

.p-service__line {
	width: 5.375rem;
}

.p-service__subtitle {
	font-size: 1.375rem;
}

.p-service__desc {
	font-size: 1rem;
	letter-spacing: 0.009em;
	line-height: 1.69;
	margin-top: 2.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-service__cards {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.p-service__card {
	width: 100%;
}

.p-service__card-image img {
	aspect-ratio: 343/175;
}

.p-service__card-body {
	padding: 1.3125rem 1.375rem 0.8125rem;
}

.p-service__card-title-wrap {
	gap: 0.75rem;
	margin-bottom: 1.0625rem;
}

.p-service__card-accent {
	height: 1.9375rem;
}

.p-service__card-title {
	font-size: 1.5rem;
}

.p-service__card-text {
	font-size: 1rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes marker-slide {

from {
	transform: translateY(-50%) scaleX(0);
}

to {
	transform: translateY(-50%) scaleX(1);
}

}

@keyframes heroFadeIn {

to {
	opacity: 1;
	transform: translateY(0);
}

}


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