body {
	color: #353535;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.js-fade {
	opacity: 0;
}

.u-pc {
	display: block;
}

.u-sp {
	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 */

html {
	scroll-behavior: smooth;
}

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

.button-line,
.button-sns {
	align-items: center;
	border: 2px solid currentColor;
	border-radius: 100vh;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 1rem 1.5rem;
	transition: transform 0.3s;
	width: 20rem;
}

.button-line::after,
.button-sns::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.button-line {
	color: #93C350;
}

.button-line::after {
	background-image: -webkit-image-set(url(../images/icon_line.avif) type("image/avif"), url(../images/icon_line.png) type("image/png"));
	background-image: image-set(url(../images/icon_line.avif) type("image/avif"), url(../images/icon_line.png) type("image/png"));
	height: 2rem;
	width: 2rem;
}

.button-sns {
	color: #EA3374;
}

.button-sns::after {
	background-image: -webkit-image-set(url(../images/icon_sns.avif) type("image/avif"), url(../images/icon_sns.png) type("image/png"));
	background-image: image-set(url(../images/icon_sns.avif) type("image/avif"), url(../images/icon_sns.png) type("image/png"));
	height: 1.75rem;
	width: 1.75rem;
}

.company {
	margin-top: 10rem;
	padding-bottom: 3.875rem;
	padding-top: 3.875rem;
	position: relative;
}

.company::before {
	background-image: -webkit-image-set(url(../images/company_bg.avif) type("image/avif"), url(../images/company_bg.jpg) type("image/jpg"));
	background-image: image-set(url(../images/company_bg.avif) type("image/avif"), url(../images/company_bg.jpg) type("image/jpg"));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: -1;
}

.company::after {
	background-color: rgba(18, 40, 28, 0.7);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.company .section-title {
	margin-left: auto;
	margin-right: auto;
}

.company__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.company__content {
	grid-column: 2/3;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.company .list {
	margin-top: 2.5rem;
}

.contact {
	margin-top: 10rem;
}

.contact .section-title {
	margin-left: auto;
	margin-right: auto;
}

.contact .section-title p {
	justify-content: center;
}

.contact__inner.inner {
	grid-gap: 5rem;
	display: grid;
	gap: 5rem;
	grid-template-columns: auto 1fr;
	width: -moz-fit-content;
	width: fit-content;
}

.contact__content > p {
	margin-top: 2.5rem;
	text-align: center;
}

.contact__content > p + p {
	margin-top: 1lh;
}

.contact__links {
	grid-gap: 1.25rem;
	align-self: end;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.drawer-overlay {
	background: rgba(53, 53, 53, 0.95);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 105;
}

.drawer-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.drawer {
	background: #fff;
	border-radius: 100vw;
	height: 100vh;
	left: 50%;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	transition: transform 0.4s ease;
	width: min(80%, 400px);
	z-index: 110;
}

.drawer.is-open {
	opacity: 1;
}

.drawer__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 3.125rem 1.5rem;
}

.drawer__item + .drawer__item {
	margin-top: 3rem;
}

.drawer__item a {
	display: flex;
	flex-direction: column;
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	gap: 0.5rem;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.drawer__item a span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.footer {
	background-color: #93C350;
	margin-top: 10rem;
	padding-bottom: 2.5rem;
	padding-top: 7.5rem;
}

.footer small {
	color: #fff;
	display: block;
	text-align: right;
}

.hamburger {
	height: 1.875rem;
	opacity: 0;
	position: fixed;
	right: 1.5625rem;
	top: 1rem;
	transform: translateY(-1rem);
	transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
	visibility: hidden;
	width: 1.875rem;
	z-index: 120;
}

.hamburger.is-show {
	opacity: 1;
	transform: translateY(0rem);
	visibility: visible;
}

.hamburger span {
	background: #495834;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
	width: 1.875rem;
}

.hamburger span:nth-child(1) {
	top: 0.75rem;
}

.hamburger span:nth-child(2) {
	top: 1.1875rem;
}

.hamburger span:nth-child(3) {
	top: 1.625rem;
}

.hamburger.is-open span:nth-child(1) {
	background: #fff;
	top: 1.1875rem;
	transform: translateX(-50%) rotate(45deg);
}

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

.hamburger.is-open span:nth-child(3) {
	background: #fff;
	top: 1.1875rem;
	transform: translateX(-50%) rotate(-45deg);
}

.history {
	margin-top: 10rem;
}

.history__inner.inner {
	grid-gap: 5rem;
	border-bottom: 2px solid #93C350;
	display: grid;
	gap: 5rem;
	grid-template-columns: auto 1fr;
	padding-bottom: 7.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

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

.lead {
	margin-top: 10rem;
}

.lead__inner {
	grid-gap: 4rem;
	align-items: center;
	display: grid;
	gap: 4rem;
	grid-template-columns: auto 1fr;
	width: -moz-fit-content;
	width: fit-content;
}

.lead__img {
	width: min(17.0833333333vw, 15.375rem);
}

.lead__content h2 {
	color: #495834;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.lead__content p {
	margin-top: 1.5rem;
}

.list dl + dl {
	margin-top: 1.5rem;
}

.list dl {
	display: grid;
	grid-template-columns: 6.75rem 1fr;
}

.list.--white {
	color: #fff;
}

.manufacturers {
	margin-top: 10rem;
}

.manufacturers__inner.manufacturers__inner {
	max-width: 50rem;
}

.manufacturers .section-title {
	margin-left: auto;
	margin-right: auto;
}

.manufacturers p {
	margin-top: 2.5rem;
	text-align: center;
}

.manufacturers div {
	-moz-column-gap: 1em;
	column-gap: 1em;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.25rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 3;
	margin-top: 4rem;
	text-align: center;
}

.mv {
	aspect-ratio: 1440/809;
	display: flex;
	height: auto;
	position: relative;
}

.mv__col {
	height: 100%;
	overflow: hidden;
	width: 50%;
}

.mv-slider,
.mv-slider .slick-list,
.mv-slider .slick-track,
.mv-slider .slick-slide,
.mv-slider .slick-slide > div {
	height: 100%;
}

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

.mv__title-wrap {
	align-items: center;
	background-color: rgba(18, 40, 28, 0.2);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.mv__title-wrap h1 {
	margin-right: -1.875rem;
	width: min(33.2638888889vw, 29.9375rem);
}

.mv__title-wrap h1 img {
	-o-object-fit: contain;
	aspect-ratio: 479/308;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.section-title {
	width: -moz-fit-content;
	width: fit-content;
}

.section-title p {
	align-items: start;
	color: #495834;
	display: flex;
	font-family: "Lato", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.section-title p::after {
	background-image: url(../images/icon_clover.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.9375rem;
	width: 1.625rem;
}

.section-title h2 {
	color: #495834;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: center;
}

.section-title.--white p,
.section-title.--white h2 {
	color: #fff;
}

.text {
	color: #353535;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

@media (any-hover: hover) {

.button-line:hover,
.button-sns:hover {
	transform: translate(0.1875rem, 0.1875rem);
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

html {
	font-size: 16px;
}

.button-line,
.button-sns {
	font-size: 1rem;
	width: 17.5rem;
}

.company {
	margin-top: 7.5rem;
}

.company::before {
	width: 100%;
}

.company::after {
	background-color: rgba(18, 40, 28, 0.8);
}

.company__inner {
	grid-template-columns: 1fr;
}

.company__content {
	grid-column: unset;
	width: 100%;
}

.contact {
	margin-top: 7.5rem;
}

.contact__inner.inner {
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.contact__content > p {
	word-wrap: anywhere;
	font-size: 0.875rem;
	word-break: keep-all;
}

.contact__links a {
	margin-left: auto;
	margin-right: auto;
}

.footer {
	margin-top: 5rem;
}

.hamburger {
	right: 1.25rem;
	top: 0.5rem;
}

.history {
	margin-top: 5rem;
}

.history__inner.inner {
	border-bottom: none;
	gap: 2.5rem;
	grid-template-columns: 1fr;
	padding-bottom: 0;
	width: 100%;
}

.history .section-title {
	margin-left: auto;
	margin-right: auto;
}

.inner {
	max-width: 600px;
	padding-left: 20px;
	padding-right: 20px;
}

.lead {
	margin-top: 5rem;
}

.lead__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 1.25rem;
	justify-content: center;
}

.lead__img {
	width: min(16vw, 4.375rem);
}

.lead__content {
	display: contents;
}

.lead__content h2 {
	font-size: 1.375rem;
}

.lead__content p {
	word-wrap: anywhere;
	grid-column: span 2;
	margin-top: 0;
	text-align: center;
	word-break: keep-all;
}

.list dl {
	border-bottom: 1px solid #353535;
	font-size: 0.875rem;
	grid-template-columns: 1fr;
	padding-bottom: 1.25rem;
}

.list dd {
	margin-top: 0.25rem;
}

.list.--white dl {
	border-bottom: 1px solid #fff;
}

.manufacturers {
	margin-top: 7.5rem;
}

.manufacturers__inner.manufacturers__inner {
	max-width: 37.5rem;
}

.manufacturers p {
	word-wrap: anywhere;
	margin-top: 1.25rem;
	word-break: keep-all;
}

.manufacturers div {
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 2.5rem;
}

.mv {
	aspect-ratio: unset;
	flex-direction: column-reverse;
	height: 100vh;
}

.mv__col {
	height: 50%;
	width: 100%;
}

.mv-slider img {
	-o-object-position: center;
	object-position: center;
}

.mv__title-wrap {
	background-color: rgba(37, 37, 37, 0.5);
}

.mv__title-wrap h1 {
	width: 18.75rem;
}

.section-title p {
	font-size: 2.125rem;
}

.section-title h2 {
	font-size: 0.875rem;
}

.text {
	font-size: 0.875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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