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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	color: inherit;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* Regular (通常) */

@font-face {
	font-family: "Higure";
	src: url("../fonts/HigureGothic-Regular.ttf") format("truetype");
	font-weight: 400;
}

/* Medium (中太) */

@font-face {
	font-family: "Higure";
	src: url("../fonts/HigureGothic-Medium.ttf") format("truetype");
	font-weight: 500;
}

/* Bold (太字) */

@font-face {
	font-family: "Higure";
	src: url("../fonts/HigureGothic-Bold.ttf") format("truetype");
	font-weight: 700;
}

html.is-scroll-hidden,
body.is-scroll-hidden {
	overflow: hidden;
}

html {
	scrollbar-gutter: stable;
}

body {
	color: #3C3737;
	font-family: "Higure", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	background: #FFFCF7;
}

body {
	position: relative;
}

:root {
	--header-offset: 250px;
}

/* 同一ページ内 #アンカーへ滑らかに */

html {
	scroll-behavior: smooth;
}

/* すべての id へ到達するときにヘッダーぶん余白を確保 */

[id] {
	scroll-margin-top: var(--header-offset);
}

h1,
h2,
h3,
h4,
h5,
p,
a,
span,
em {
	rotate: 0.05deg;
}

img {
	transition: all 0.3s ease;
}

.inner {
	max-width: 1120px;
	width: calc(100% - 80px);
	margin-inline: auto;
}

.page-top__fv {
	width: 100%;
	height: calc(100vh + 104px);
	position: relative;
	margin-bottom: -7.5694444444vw;
}

.page-top__fv.--no-title {
	margin-bottom: unset !important;
}

.page-top__img {
	width: 100%;
	height: 100%;
}

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

.page-top__bg-deco {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-top__title-wrap {
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 40px;
}

.page-top__title-wrap::after {
	content: "";
	width: 100%;
	height: 6px;
	background: url(../img/page-title-deco.svg) no-repeat center center/100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-top__title {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.page-top__text {
	letter-spacing: 0;
	margin-top: 24px;
}

.section-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.0416666667;
	letter-spacing: 0.05em;
}

.section-title.--center {
	text-align: center;
}

.section-title.--small {
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.section-title.--span {
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.section-title.--text {
	font-size: 18px;
	line-height: 1;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 275px;
	width: 100%;
	height: 50px;
	border: 3px solid #619E4A;
	border-radius: 100px;
	background: #619E4A;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	transition: all 0.3s ease;
}

.btn::after {
	transition: all 0.3s ease;
}

.btn.--arrow {
	gap: 10px;
}

.btn.--arrow::after {
	content: "";
	width: 8px;
	aspect-ratio: 8/14;
	background-color: currentColor;
	-webkit-mask: url(../img/icon-arrow.svg) no-repeat center/contain;
	mask: url(../img/icon-arrow.svg) no-repeat center/contain;
}

.btn.--external {
	gap: 4px;
}

.btn.--external::after {
	content: "";
	width: 16px;
	aspect-ratio: 1/1;
	background-color: currentColor;
	-webkit-mask: url(../img/icon-external.svg) no-repeat center/contain;
	mask: url(../img/icon-external.svg) no-repeat center/contain;
}

.btn.--white {
	background: #FFFCF7;
	border-color: #FFFCF7;
	color: #3C3737;
}

.slider-btn-wrap {
	display: flex;
	gap: 12px;
}

.slider-btn-prev,
.slider-btn-next {
	width: 50px !important;
	height: 50px !important;
	position: unset !important;
	transform: unset !important;
	background: #000;
	margin: unset !important;
	background: url(../img/slide-arrow.svg) no-repeat center center/contain;
}

.slider-btn-prev::after,
.slider-btn-next::after {
	display: none;
}

.slider-btn-prev.swiper-button-disabled,
.slider-btn-next.swiper-button-disabled {
	opacity: 1 !important;
	background-image: url(../img/slide-arrow-off.svg?ver1.2);
}

.slider-btn-prev {
	scale: -1;
}

.link-external {
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #888;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.link-external span {
	padding-bottom: 4px;
	position: relative;
}

.link-external span::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #888;
	position: absolute;
	bottom: 0;
	left: 0;
}

.link-external::after {
	flex-shrink: 0;
	content: "";
	width: 16px;
	aspect-ratio: 1/1;
	background-color: #0075B0;
	-webkit-mask: url(../img/icon-external2.svg) no-repeat center/contain;
	mask: url(../img/icon-external2.svg) no-repeat center/contain;
	margin-top: 2px;
}

.header {
	width: 100%;
	margin-inline: auto;
	padding-top: 49px;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
}

.header__inner {
	width: 84.5138888889%;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.header__logo {
	width: max(255px, 17.7083333333%);
	pointer-events: all;
}

.header__drawer {
	flex-shrink: 0;
	width: 96px;
	aspect-ratio: 1/1;
	border: 1px solid #619E4A;
	border-radius: 50%;
	background: #FFFCF7;
	padding-top: 24px;
	pointer-events: all;
	transition: all 0.5s ease;
	position: relative;
	z-index: 5;
}

.header__drawer.is-active .header__drawer-icon {
	rotate: 360deg;
	width: 35px;
	top: 12px;
}

.header__drawer.is-active .header__drawer-bar.--1 {
	top: 9px;
	rotate: -45deg;
}

.header__drawer.is-active .header__drawer-bar.--2 {
	rotate: -45deg;
}

.header__drawer.is-active .header__drawer-bar.--3 {
	top: 9px;
	rotate: 45deg;
}

.header__drawer.is-active .header__drawer-text {
	opacity: 0;
}

.header__drawer-icon {
	width: 28px;
	height: 21px;
	position: relative;
	margin-inline: auto;
	transition: all 0.5s ease;
	transform-origin: center center;
	top: 0;
}

.header__drawer-bar {
	background: #3C3737;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	translate: -50%;
	transition: all 0.5s ease;
	transform-origin: center center;
}

.header__drawer-bar.--1 {
	top: 0;
}

.header__drawer-bar.--2 {
	top: 9px;
}

.header__drawer-bar.--3 {
	top: 18px;
}

.header__drawer-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	margin-top: 10px;
	transition: all 0.5s ease;
}

.header__menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #619E4A;
	color: #FFF;
	padding-block: min(12vh, 117px) min(6vh, 60px);
	pointer-events: all;
	transition: all 0.3s ease;
	translate: 0 -101%;
	overflow: auto;
}

.header__menu.is-active {
	translate: 0;
}

.header__menu .header__inner {
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
	gap: 30px;
}

.header__nav {
	width: 600px;
	display: grid;
	grid-template-rows: repeat(5, 1fr);
	grid-auto-flow: column;
	grid-auto-columns: 1fr 1fr;
	-moz-column-gap: 62px;
	column-gap: 62px;
}

.header__nav li a {
	height: min(12vh, 100px);
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #FFF;
	transition: all 0.3s ease;
}

.header__nav li a span {
	display: block;
	font-size: 18px;
	margin-top: 8px;
}

.header__logo.--dummy {
	aspect-ratio: 255/177;
	flex-shrink: 0;
	pointer-events: none;
}

.header__drawer.--dummy {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.footer {
	padding-top: 13.8194444444vw;
	position: relative;
	z-index: 1;
}

.footer::after {
	content: "";
	width: 100%;
	aspect-ratio: 1440/201;
	background: url(../img/footer-bg-deco.webp) no-repeat center center/100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.footer__main {
	background: #ECF5EA;
	padding-block: max(10px, 0.6944444444vw) 82px;
}

.footer__inner {
	width: calc(100% - 80px);
	max-width: 1340px;
	margin-inline: auto;
}

.footer__main-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.footer__menu {
	padding-bottom: 29px;
	border-bottom: 1px solid #3C3737;
	margin-top: 20px;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 25px;
}

.footer__nav li {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: all 0.3s ease;
}

.footer__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

.footer__address {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-top: 14px;
}

.footer__copyright {
	padding-block: 25px;
	background: #619E4A;
	color: #FFF;
	line-height: 1;
}

.footer__copyright-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer__copyright-text {
	font-size: 12px;
	font-weight: 400;
}

.footer__copyright-link {
	font-size: 14px;
	font-weight: 400;
}

#front .fv {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

#front .fv::after {
	content: "";
	width: max(1440px, 100%);
	aspect-ratio: 1440/52;
	background: url(../img/fv-bottom.webp) no-repeat bottom center/cover;
	position: absolute;
	bottom: -1px;
	left: 50%;
	translate: -50%;
}

#front .fv__inner {
	width: 84.5138888889%;
	height: 100%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3;
}

#front .fv__text {
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 13px;
	margin-top: auto;
	position: relative;
	bottom: 15vh;
}

#front .fv__text > span {
	display: inline-block;
	font-size: max(48px, 3.3333333333vw);
	line-height: 1.6;
	background: #FFFCF7;
	border: solid 1px #619E4A;
}

#front .fv__text > span:first-child {
	padding-inline: 15px 0;
}

#front .fv__text > span:last-child {
	padding-inline: 13px 22px;
}

#front .fv__text > span span {
	color: #619E4A;
}

#front .fv__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

#front .fv__bg .swiper,
#front .fv__bg .swiper-wrapper,
#front .fv__bg .swiper-slide {
	width: 100%;
	height: 100%;
}

#front .fv__bg .swiper-slide {
	overflow: hidden;
}

#front .fv__bg .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform-origin: center center;
	transform: scale(1); /* 初期状態 */
}

#front .fv__bg .swiper-slide-active img,
#front .fv__bg .swiper-slide-duplicate-active img,
#front .fv__bg .swiper-slide-prev img { /*  7秒かけて等速で拡大させ、最後の状態（forwards）を維持します */
	animation: fv-zoom 7s linear 1 forwards !important;
}

#front { /* キーフレーム（時間の変更に合わせて拡大率を微調整） */
}

#front .top-news {
	margin-top: 136px;
	position: relative;
	z-index: 8;
}

#front .top-news__main {
	display: grid;
	grid-template-columns: clamp(210px, 26.0714285714vw, 292px) 1fr;
	grid-template-areas: "block1 block2" "block1 block3";
	border: 1px solid #3C3737;
	border-radius: 14px;
	background: #FFF;
	overflow: hidden;
}

#front .top-news__title-wrap {
	grid-area: block1;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-top: 44px;
}

#front .top-news__title {
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
}

#front .top-news__text {
	font-weight: 700;
	line-height: 1.4;
	margin-top: 14px;
}

#front .top-news__deco {
	width: 138px;
	margin-inline: auto;
	margin-top: 34px;
}

#front .top-news__content {
	display: flex;
	flex-direction: column;
}

#front .top-news__item-wrap {
	min-width: 0;
	grid-area: block2;
	border-left: 1px solid #3C3737;
}

#front .top-news__swiper {
	min-width: 0;
}

#front .top-news__item {
	position: relative;
	transition: all 0.3s ease;
}

#front .top-news__item::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #3C3737;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 3;
}

#front .top-news__item-category {
	padding: 6px 14px;
	background: #FFF;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 17px;
	left: 22px;
	z-index: 4;
}

#front .top-news__item-img {
	border-bottom: 1px solid #3C3737;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#front .top-news__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s ease;
}

#front .top-news__item-info {
	padding: 24px 16px;
}

#front .top-news__date {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

#front .top-news__item-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 行数を指定 */
}

#front .top-news__action {
	grid-area: block3;
	display: flex;
	justify-content: space-between;
	padding-block: 34px;
	padding-inline: 33px 66px;
	border-left: 1px solid #3C3737;
	border-top: 1px solid #3C3737;
}

#front .top-about {
	padding-top: 120px;
}

#front .top-about__title-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.03em;
	text-align: center;
}

#front .top-about__title {
	color: #619E4A;
	font-size: 78px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	margin-top: 20px;
	text-align: center;
}

#front .top-about__text {
	max-width: 870px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0;
	margin-inline: auto;
	margin-top: 40px;
}

#front .top-about__img {
	border-radius: 21px;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 141px;
}

#front .top-about__bg {
	padding-top: 102px;
	position: relative;
}

#front .top-about__bg::after {
	content: "";
	width: 100vw;
	height: 1592px;
	background: url(../img/top-about-bg.webp) no-repeat center top/100% 100%;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50%;
	z-index: -1;
}

#front .top-about__link-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 14px;
	outline: 2px solid #3C3737;
	outline-offset: -1px;
	position: relative;
}

#front .top-about__link {
	display: flex;
	flex-direction: column;
	justify-content: end;
	color: #fff;
	aspect-ratio: 558/360;
	padding: 33px 30px;
	outline: 2px solid #3C3737;
	outline-offset: -1px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

#front .top-about__link:nth-child(1) {
	border-top-left-radius: 14px;
}

#front .top-about__link:nth-child(2) {
	border-top-right-radius: 14px;
}

#front .top-about__link:nth-child(3) {
	border-bottom-left-radius: 14px;
}

#front .top-about__link:nth-child(4) {
	border-bottom-right-radius: 14px;
}

#front .top-about__link::after {
	content: "";
	width: 57px;
	aspect-ratio: 1/1;
	background: url(../img/arrow-white.svg) no-repeat center center/contain;
	position: absolute;
	bottom: 33px;
	right: 30px;
	transition: all 0.3s ease;
}

#front .top-about__link-title-jp {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

#front .top-about__link-title-jp.--1 {
	letter-spacing: 0.2em;
}

#front .top-about__link-title-jp.--2 {
	letter-spacing: -0.02em;
}

#front .top-about__link-title-jp.--3 {
	letter-spacing: 0.35em;
}

#front .top-about__link-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

#front .top-about__link-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	margin-top: 14px;
}

#front .top-about__link-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: -1;
	transition: all 0.3s ease;
}

#front .top-about__link-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#front .top-about__deco {
	position: absolute;
}

#front .top-about__deco.--1 {
	width: 120px;
	top: 581px;
	right: calc(100% - 1px);
}

#front .top-about__deco.--2 {
	width: 115px;
	top: 142px;
	left: calc(100% - 1px);
}

#front .top-about__btn {
	margin-inline: auto;
	margin-top: 40px;
}

#front .top-effort {
	padding-block: 120px;
}

#front .top-effort .section-title {
	text-align: center;
}

#front .top-effort__text {
	max-width: 1046px;
	margin-inline: auto;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.07em;
	margin-top: 40px;
}

#front .top-effort__items {
	display: flex;
	flex-direction: column;
	gap: 25px;
	border: 1px solid #3C3737;
	border-radius: 14px;
	padding: 23px;
	background: #FFF;
	margin-top: 60px;
	overflow: hidden;
}

#front .top-effort__item {
	display: flex;
	align-items: start;
	gap: 37px;
	background: #FFF;
	transition: all 0.3s ease;
}

#front .top-effort__item-img {
	min-width: 250px;
	width: 444px;
	border-radius: 8px;
	overflow: hidden;
}

#front .top-effort__item-info {
	width: 591px;
}

#front .top-effort__item-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

#front .top-effort__item-title span {
	font-size: 32px;
}

#front .top-effort__item-title span.is-subtitle {
	letter-spacing: 0em;
}

#front .top-effort__item-text {
	max-width: 563px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 14px;
}

#front .top-effort__item-arrow {
	width: 57px;
	margin-top: 29px;
	margin-left: auto;
	transition: all 0.3s ease;
}

#front .top-effort__btn {
	margin-inline: auto;
	margin-top: 40px;
}

#front .top-effort__item-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	margin-top: 70px;
}

#front .top-effort__item.--single {
	display: inherit;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
	border: 1px solid #3C3737;
	border-radius: 14px;
	overflow: hidden;
}

#front .top-effort__item.--single .top-effort__item-img {
	width: 100%;
	border-radius: unset;
	border-bottom: 1px solid #3C3737;
}

#front .top-effort__item.--single .top-effort__item-info {
	width: 100%;
	display: grid;
	grid-template-columns: subgrid;
	grid-row: span 2;
	gap: 0;
	padding-block: 30px 38px;
	padding: 28px;
}

#front .top-effort__item.--single .top-effort__item-info::after {
	top: 0;
	bottom: unset;
}

#front .top-effort__item.--single .top-effort__item-title-wrap {
	display: flex;
	gap: 15px;
}

#front .top-effort__item.--single .top-effort__item-arrow {
	margin-top: unset;
	flex-shrink: 0;
}

#front .top-effort__item.--single .top-effort__item-text {
	max-width: 100%;
}

#front .top-volunteer {
	background: url(../img/top-volunteer-bg.webp) no-repeat center center/cover;
}

#front .top-volunteer__inner {
	color: #FFF;
	text-align: center;
	padding-block: 104px;
	position: relative;
}

#front .top-volunteer__title {
	font-size: 82px;
	font-weight: 700;
	line-height: 1.4;
}

#front .top-volunteer__text {
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-top: 18px;
}

#front .top-volunteer__btn {
	margin-inline: auto;
	margin-top: 35px;
}

#front .top-volunteer__deco {
	position: absolute;
}

#front .top-volunteer__deco.--1 {
	width: 97px;
	aspect-ratio: 97/164;
	bottom: -20px;
	left: 54px;
}

#front .top-volunteer__deco.--2 {
	width: 69px;
	aspect-ratio: 69/154;
	top: -60px;
	right: 0;
}

#front .top-blog {
	padding-top: 130px;
	position: relative;
	z-index: 8;
}

#front .top-blog__inner {
	position: relative;
}

#front .top-blog__content {
	border: 2px solid #3C3737;
	border-radius: 14px;
	background: #FFF;
}

#front .top-blog__top {
	padding-block: 50px 39px;
	text-align: center;
}

#front .top-blog__top .section-title {
	line-height: 1;
}

#front .top-blog__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
	margin-top: 14px;
}

#front .top-blog__main {
	border-top: 1px solid #3C3737;
	border-bottom: 1px solid #3C3737;
}

#front .top-blog__item {
	position: relative;
	transition: all 0.3s ease;
}

#front .top-blog__item::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #3C3737;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 3;
}

#front .top-blog__item-category {
	padding: 6px 14px;
	background: #FFF;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 17px;
	left: 22px;
	z-index: 4;
}

#front .top-blog__item-img {
	height: 221px;
	border-bottom: 1px solid #3C3737;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#front .top-blog__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s ease;
}

#front .top-blog__item-info {
	min-height: 162px;
	padding: 24px 22px;
}

#front .top-blog__date {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

#front .top-blog__item-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 行数を指定 */
}

#front .top-blog__bottom {
	display: flex;
	justify-content: space-between;
	padding: 40px 60px;
}

#front .top-blog__deco {
	position: absolute;
}

#front .top-blog__deco.--1 {
	width: 92px;
	top: -11px;
	left: -62px;
}

#front .top-blog__deco.--2 {
	width: 87px;
	top: 191px;
	left: calc(100% + 32px);
}

#front .top-shop {
	padding-top: 120px;
}

#front .top-shop__title-wrap {
	text-align: center;
}

#front .top-shop__sub-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
	margin-top: 14px;
}

#front .top-shop__main {
	display: flex;
	gap: 32px;
	margin-top: 68px;
}

#front .top-shop__img {
	width: 580px;
	aspect-ratio: 580/400;
	border-radius: 16px;
	overflow: hidden;
}

#front .top-shop__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#front .top-shop__text-wrap {
	width: 580px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#front .top-shop__text {
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0;
}

#front .top-shop__btn {
	margin-inline: auto;
	margin-top: auto;
}

#front .top-link {
	padding-top: 174px;
}

#front .top-link__content {
	border-radius: 14px;
	border: 2px solid #3C3737;
	background: #FFF;
	padding-block: 51px 64px;
	padding-inline: 30px;
	position: relative;
}

#front .top-link .section-title {
	text-align: center;
}

#front .top-link__bottom-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 18px;
	grid-template-areas: "item1 item4" "item2 item4" "item3 item4";
	margin-top: 40px;
}

#front .top-link__bottom-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	background: #FFFCF7;
	border: 1px solid #3C3737;
	border-radius: 14px;
	padding: 17px 29px;
	position: relative;
}

#front .top-link__bottom-item.--1 {
	grid-area: item1;
}

#front .top-link__bottom-item.--2 {
	grid-area: item2;
}

#front .top-link__bottom-item.--3 {
	grid-area: item3;
}

#front .top-link__bottom-item.--4 {
	grid-area: item4;
}

#front .top-link__bottom-item-text {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}

#front .top-link__bottom-link-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 26px;
	position: relative;
}

#front .top-link__bottom-link-deco {
	width: 75px;
	aspect-ratio: 75/98;
	position: absolute;
	top: 45px;
	right: 60px;
}

#front .top-link__deco {
	position: absolute;
}

#front .top-link__deco.--1 {
	width: 48px;
	aspect-ratio: 48/38;
	top: 45px;
	right: 67px;
}

#front .top-link__deco.--2 {
	width: 186px;
	aspect-ratio: 186/48;
	bottom: -6px;
	left: -30px;
}

#front .top-contact {
	padding-top: 120px;
}

#front .top-contact__content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 86px;
}

#front .top-contact__img {
	width: 182px;
}

#front .top-contact__text {
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 14px;
}

#front .top-contact__btn {
	margin-top: 40px;
}

#front .top-instagram {
	margin-top: 120px;
}

#front .top-instagram .section-title {
	text-align: center;
}

#front .top-instagram__main {
	margin-top: 52px;
}

#front #sb_instagram {
	padding-bottom: unset !important;
}

#front .top-instagram__btn {
	margin-inline: auto;
	margin-top: 40px;
}

#front .top-access {
	padding-block: 120px 0;
	margin-bottom: -66px;
	position: relative;
	z-index: 2;
}

#front .top-access__inner {
	max-width: 847px;
}

#front .top-access .section-title {
	text-align: center;
}

#front .top-access__map {
	height: 451px;
	margin-top: 50px;
}

#front .top-access__map iframe {
	width: 100%;
}

#front .top-access__text-wrap {
	margin-top: 14px;
}

#front .top-access__text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

#front .top-access__text.--link {
	cursor: pointer;
	transition: all 0.3s ease;
}

#front .top-access__address {
	font-style: normal;
	transition: all 0.3s ease;
}

#front .top-access__address span {
	white-space: nowrap;
}

#about {
	overflow: hidden;
}

#about .page-top__title .is-sp {
	display: none !important;
}

#about .about-top__text {
	margin-top: 20px;
	font-size: 24px;
	letter-spacing: 1.2px;
	line-height: 1;
}

#about .about__section {
	position: relative;
	isolation: isolate;
	margin-top: 75px;
	padding-top: 194px;
	padding-bottom: 99px;
}

#about .about__section::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: max(1000px, 100vw);
	height: 100%;
	transform: translateX(-50%);
	z-index: -1;
	pointer-events: none;
	background-image: url("../img/about-bg-pc.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}

#about .about__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}

#about .about__bg img {
	width: 100%;
	height: 120%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

#about .about__section-title {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 2.4px;
}

#about .about__section-title.--center {
	text-align: center;
}

#about .about-text__wrap {
	max-width: 846px;
	margin-inline: auto;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#about .about__text {
	letter-spacing: 0;
	font-size: 18px;
}

#about .intro__section {
	overflow: hidden;
	margin-top: 96px;
}

#about .section-subtitle {
	font-size: 16px;
	letter-spacing: 1.28px;
	text-align: center;
	margin-top: 14px;
	line-height: 1;
}

#about .intro__wrappers {
	display: flex;
	flex-direction: column;
	gap: 140px;
	margin-top: 74px;
}

#about .intro__wrapper {
	display: flex;
	margin-left: 61px;
}

#about .intro__wrapper.--revers {
	flex-direction: row-reverse;
	margin-left: 0;
	margin-right: 61px;
}

#about .intro__title-wrap {
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
}

#about .intro__title-wrap.--left {
	padding-right: 61px;
}

#about .intro__title-wrap.--right {
	padding-left: 61px;
}

#about .intro__title {
	font-size: 42px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1.6;
}

#about .intro__subtitle {
	padding-top: 8px;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 4px;
}

#about .intro__wrap {
	max-width: 958px;
}

#about .intro__main-img {
	position: relative;
	display: block;
}

#about .intro__main-img img {
	border-radius: 18px;
}

#about .main-img-deco {
	position: absolute;
	display: block;
	bottom: -3px;
}

#about .main-img-deco.--left {
	left: -66px;
}

#about .main-img-deco.--right {
	right: -66px;
}

#about .intro__text-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 36px;
	gap: 31px;
}

#about .intro__text {
	font-size: 18px;
	letter-spacing: 0;
}

#about .intro__imgs {
	margin-top: 36px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
}

#about .intro__imgs img {
	border-radius: 8px;
}

#about .map__section {
	margin-top: 140px;
}

#about .map__section-title {
	font-size: 48.962px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 4.407px;
}

#about .map__section-title.--center {
	text-align: center;
}

#about .map__imgs {
	margin-top: 64px;
	margin-bottom: 64px;
}

.effort__content {
	margin-top: 135px;
	border-radius: 19px;
	background-color: #FFF;
	padding: 70px 42px 64px;
	position: relative;
}

.effort__icon {
	position: absolute;
	top: -113px;
	right: 33px;
}

.effort__content-bottom {
	margin-top: 140px;
	border-radius: 19px;
	background-color: #FFF;
	padding: 70px 42px 178px;
}

.effort__text {
	text-align: justify;
	margin-top: 40px;
}

.effort__text span {
	background: #FFE15A;
}

.effort__lists {
	background-color: #FFFCF7;
	padding: 32px 40px 33px;
	margin-top: 40px;
}

.effort-list__item {
	display: flex;
	gap: 40px;
}

.effort-list__item + .effort-list__item {
	border-top: 1px solid #888;
	padding-top: 24px;
	margin-top: 24px;
}

.effort__imgs,
.effort__imgs-bottom {
	margin-top: 64px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 23px;
}

.effort__wrap {
	margin-top: 22px;
	background-color: #FFFCF7;
	padding: 40px;
}

.effort__wrap-title {
	font-size: 24px;
	font-weight: 700;
}

.effort__wrap-text {
	margin-top: 20px;
}

.effort__img img {
	border-radius: 8px;
}

.effort__imgs-bottom {
	margin-bottom: 64px;
}

.pc-hidden {
	display: none;
}

.effort__section-title {
	font-size: 48px;
}

.effort-list__year {
	flex-shrink: 0;
	line-height: 2;
}

.effort-list__text {
	line-height: 2;
	letter-spacing: 0;
	font-size: 18px;
}

.effort__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 2.4px;
}

#rmo .rmo {
	overflow: hidden;
}

#rmo .rmo-top__text-wrap {
	margin-top: 24px;
}

#rmo .rmo-top__text {
	letter-spacing: 0;
}

#rmo .rmo__wrapper {
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin-top: 47px;
	margin-bottom: 64px;
}

#rmo .rmo__vision {
	margin-top: 24px;
}

#rmo .rmo__slider {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 38px;
	background: #FFF;
	border-radius: 18px;
}

#rmo .rmo__slider .swiper-wrapper {
	display: contents;
}

#rmo .rmo__slider .swiper-slide {
	display: contents;
}

#rmo .rmo__vision-content {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 18px 42px;
	border-radius: 8px;
	flex-grow: 1;
}

#rmo .rmo__vision-content.--1 {
	background: #E4EBCB;
}

#rmo .rmo__vision-content.--2 {
	background: #D4E7EF;
}

#rmo .rmo__vision-content.--3 {
	background: #F1E3E7;
}

#rmo .rmo__vision-content.--4 {
	background: #FFE7C1;
}

#rmo .rmo__vision-content-title {
	min-width: -moz-max-content;
	min-width: max-content;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 285px;
	flex-shrink: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

#rmo .rmo__vision-icon {
	flex-shrink: 0;
	width: 61px;
}

#rmo .rmo__vision-item-wrap {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 162px);
	gap: 16px 4px;
}

#rmo .rmo__vision-item {
	letter-spacing: 0;
}

#rmo .rmo__vision-item-img {
	width: 100px;
	margin-inline: auto;
}

#rmo .rmo__vision-item-title {
	line-height: 1.4;
	text-align: center;
	margin-top: 4px;
}

#rmo .rmo__vision-pagination {
	display: none;
}

#rmo .rmo__vision-prev,
#rmo .rmo__vision-next {
	display: none;
}

#rmo .rmo__vision-prev.swiper-button-disabled,
#rmo .rmo__vision-next.swiper-button-disabled {
	background-image: url(../img/rmo-arrow.svg);
}

#rmo .rmo__vision-prev::after,
#rmo .rmo__vision-next::after {
	display: none;
}

#rmo .rmo__vision-prev {
	left: -16px !important;
}

#rmo .rmo__vision-next {
	right: -16px !important;
	transform: scale(-1);
}

#rmo .rmo__text {
	margin-top: 24px;
	line-height: 1.6;
}

#rmo .rmo__img-wrap {
	margin-top: 40px;
	position: relative;
}

#rmo .rmo__br {
	display: none;
}

#rmo .rmo__title-wrap {
	background: #fff;
	padding-block: 8px 8px;
	padding-inline: 24px;
	border-bottom: 4px solid #76b255;
	border-radius: 4px;
}

#rmo .rmo__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 3.2px;
}

.csa__flow {
	margin-top: 64px;
	background-color: #FFF;
	padding: 24px 111.17px 0 111.17px;
	border-radius: 20px;
}

.csa-bg__img {
	margin-top: 23px;
}

.csa-bg__img img {
	height: 100%;
	width: 100%;
}

.csa__img-wrap {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	margin-bottom: 64px;
}

.csa__img {
	border-radius: 8px;
	overflow: hidden;
}

.csa__inner {
	position: relative;
}

.csa__bg-icon {
	position: absolute;
	top: 10px;
	right: -10px;
}

.volunteer__content {
	margin-top: 64px;
	border-radius: 18px;
}

.volunteer__wrapper {
	display: grid;
	grid-template-columns: 419px minmax(0, 1fr);
	padding: 42px;
	background-color: #FFF;
	gap: 40.75px;
}

.volunteer-list {
	margin-top: 6px;
}

.volunteer-list__item {
	font-size: 18px;
	line-height: 2;
	padding-block: 14px;
	letter-spacing: 0;
	width: 100%;
}

.volunteer-list__item + .volunteer-list__item {
	border-top: 1px solid #bdbdbd;
}

.volunteer__flyer-wrap {
	display: flex;
	gap: 14px;
}

.volunteer__imgs {
	margin-top: 120px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 23px;
}

.volunteer__btn {
	margin-block: 64px;
	margin-inline: auto;
}

.volunteer__img {
	border-radius: 8px;
	overflow: hidden;
}

.volunteer__bottom-text {
	margin-top: 40px;
}

.shop__about {
	margin-bottom: 40px;
}

.shop-top__title {
	margin-top: 65px;
	font-size: 42px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 4.2px;
}

.shop-text__wrap {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	line-height: 180%;
	letter-spacing: 0;
}

.shop-link__wrap {
	margin-top: 59px;
	border-radius: 18px;
	background: #76b255;
	padding: 20px 0;
	padding-left: 3.125vw;
	display: grid;
	grid-template-columns: repeat(3, 240px);
	-moz-column-gap: 4.5833333333vw;
	column-gap: 4.5833333333vw;
}

.shop__link {
	width: -moz-fit-content;
	width: fit-content;
	color: #FFF;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0;
	position: relative;
}

.shop__link::after {
	content: "";
	width: 0;
	height: 1px;
	background: #FFF;
	position: absolute;
	bottom: 5px;
	left: 0;
	transition: all 0.3s ease;
}

.shop__wrapper {
	margin-top: 84px;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.shop__title-wrap {
	border-left: 4px solid #76b255;
	background: #fff;
	padding: 8px 0 9px 20px;
}

.shop__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 2.9px;
}

.shop-main__img {
	display: block;
	margin-top: 12px;
}

.shop__table {
	margin-top: 16px;
}

.shop__table-row {
	display: grid;
	grid-template-columns: 261px 1fr;
}

.shop__table-head {
	background: #78b552;
	color: #fff;
	padding: 20px 30px 19px;
	line-height: 28px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	align-items: center;
}

.shop__table-body {
	display: flex;
	flex-direction: column;
	background: #FFF;
	padding: 20px 30px 19px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	min-width: 0;
	overflow-wrap: anywhere;
	letter-spacing: 0;
}

.shop__table-body.--small {
	line-height: 1.4;
}

.shop__table-body span {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.56px;
}

.shop__table-body a {
	transition: all 0.3s ease;
}

.shop__table-body a.is-tel {
	pointer-events: none;
}

.shop__table-body-small {
	font-size: 14px;
}

.shop__info {
	margin-top: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: start;
}

.shop__map {
	width: 100%;
	aspect-ratio: 600/450;
	overflow: hidden;
}

.shop__map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.shop__map.--large {
	width: 100%;
	height: 100%;
	aspect-ratio: 1440/450;
}

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

.shop__imgs {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.shop__text {
	margin-top: 64px;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 2.4px;
}

.shop__bus-wrap {
	margin-top: 24px;
}

.shop__bus-title {
	color: #619E4A;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 2.4px;
}

.shop__bus-link {
	display: block;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: 2.4px;
	text-decoration-line: underline;
	text-underline-offset: 3px;
	text-underline-position: from-font;
	max-width: 930px;
	padding-left: 28px;
	transition: all 0.3s ease;
}

.history__wrap {
	margin-top: 59px;
	max-width: 1048px;
}

.history__title {
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.72px;
}

.history__head,
.history__row {
	display: grid;
	grid-template-columns: 220px 1fr;
}

.history__head {
	margin-top: 22px;
	color: #fff;
	font-weight: 500;
}

.history__head .history__year {
	background-color: #619E4A;
	line-height: 1;
	padding-block: 10px;
}

.history__head .history__text {
	background: #68b14d;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding-block: 10px;
}

.history__year {
	display: flex;
	align-items: center;
	justify-content: center;
}

.history__row {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.48px;
}

.history__row .history__year {
	background: #eef6e9;
	padding-block: 11px;
}

.history__row .history__text {
	padding: 11px 0 11px 14px;
}

#contact .contact__form {
	padding-block: 80px 130px;
	padding-inline: 40px;
	background: #FFF;
	border-radius: 18px;
	margin-top: 64px;
}

#contact .wpcf7-form {
	max-width: 766px;
	width: 100%;
	margin-inline: auto;
}

#contact .form__dl {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#contact .form__row {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 16px;
}

#contact .form__label {
	width: 200px;
	font-weight: 700;
	letter-spacing: 3px;
}

#contact .is-required {
	position: relative;
}

#contact .is-required::after {
	min-width: -moz-max-content;
	min-width: max-content;
	content: "必須";
	color: #e74c3c;
	font-size: 12px;
	line-height: 1.4;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: calc(100% + 4px);
	translate: 0 -50%;
}

#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder {
	color: #bdbdbd;
}

#contact input::placeholder,
#contact textarea::placeholder {
	color: #bdbdbd;
}

#contact input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
	-webkit-text-fill-color: #3C3737;
}

#contact .form__input {
	width: 100%;
}

#contact .form__input [type=text],
#contact .form__input [type=tel],
#contact .form__input [type=email] {
	width: 100%;
	background: #f4f4f4;
	padding: 14px 12px;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#contact .form__checkbox {
	display: flex;
	justify-content: center;
}

#contact .form__checkbox label {
	position: relative;
}

#contact .form__checkbox [type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#contact .form__checkbox [type=checkbox]:focus + span:before {
	outline: -webkit-focus-ring-color auto 1px;
}

#contact .form__checkbox label > span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	padding-left: 23px;
	position: relative;
}

#contact .form__checkbox label > span::before {
	content: "";
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #717171;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#contact .form__checkbox [type=checkbox]:checked + span::before {
	background: #3C3737;
}

#contact .form__checkbox a {
	color: rgb(134, 134, 255);
}

#contact .wpcf7-list-item {
	margin: unset !important;
}

#contact .form__select {
	width: 175px;
}

#contact .form__select select {
	width: 100%;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	padding: 14px 12px;
	border-radius: 4px;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#contact .form__input textarea {
	width: 100%;
	height: 240px;
	box-shadow: none;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	padding: 14px 12px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	resize: none;
}

#contact .form__button {
	margin-top: 30px;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	position: relative;
}

#contact .form__button [type=submit] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 275px;
	height: 50px;
	border: 3px solid #619E4A;
	border-radius: 100px;
	background: #619E4A;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	padding-right: 18px;
	margin-inline: auto;
	transition: all 0.3s ease;
}

#contact .form__button [type=submit].is-active {
	color: #619E4A;
	background: #FFF;
}

#contact .form__button::after {
	content: "";
	display: block;
	width: 8px;
	aspect-ratio: 8/14;
	color: #FFF;
	background-color: currentColor;
	-webkit-mask: url(../img/arrow-contact.svg) no-repeat center/contain;
	mask: url(../img/arrow-contact.svg) no-repeat center/contain;
	position: absolute;
	top: 51%;
	right: 82px;
	translate: 0 -50%;
	z-index: 5;
	transition: all 0.3s ease;
}

#contact .form__button .wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 100%;
	margin-inline: 4px;
}

.post__text {
	font-size: 32px;
	line-height: 1;
	margin-top: 18px;
}

.post__main {
	margin-top: 120px;
}

.category-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 8px;
	margin-top: 17px;
}

.category a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 24px;
	border: 1px solid #619E4A;
	border-radius: 100px;
	background: #619E4A;
	transition: all 0.3s ease;
}

.archive {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.archive.--2column {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px 32px;
}

.archive.--2column .archive__item {
	width: calc(50% - 16px);
}

.archive.--2column .archive__item a {
	flex-direction: column;
}

.archive.--2column .archive__img {
	width: 100%;
}

.archive__item a {
	display: flex;
	gap: 20px;
	position: relative;
	transition: all 0.3s ease;
}

.archive__category {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 14px;
	background: #fff;
	border-radius: 100px;
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 5;
}

.archive__img {
	flex-shrink: 0;
	width: 353px;
	aspect-ratio: 353/201;
	border-radius: 16px;
	overflow: hidden;
}

.archive__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.3s ease;
}

.archive__date {
	width: -moz-fit-content;
	width: fit-content;
	font-size: 14px;
	line-height: 1.6;
}

.archive__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0;
	margin-top: 4px;
}

.archive__pagination {
	margin-top: 100px;
}

.archive__pagination .pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 31px;
}

.archive__pagination .pagination .page-numbers {
	color: #619E4A;
	font-size: 24px;
	line-height: 1.1666666667;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.archive__pagination .pagination a.page-numbers {
	transition: all 0.3s ease;
}

.archive__pagination .pagination .dots,
.archive__pagination .pagination .current {
	color: #3C3737;
	text-decoration: unset;
}

.archive__pagination .pagination .prev,
.archive__pagination .pagination .next {
	flex-shrink: 0;
	width: 50px;
	aspect-ratio: 1/1;
	background: url(../img/arrow-green.svg) no-repeat center center/contain;
}

.archive__pagination .pagination .prev {
	transform: scaleX(-1);
}

.single__title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 14px;
}

.single__date {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	margin-top: 12px;
}

.single__main {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 60px;
}

.single__content {
	width: 768px;
}

.single__content img {
	border-radius: 14px;
	overflow: hidden;
}

.single__content h1,
.single__content h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 24px;
}

.single__content h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 16px;
}

.single__content h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 16px;
}

.single__content * + img,
.single__content * + figure,
.single__content * + p,
.single__content * + h1,
.single__content * + h2,
.single__content * + h3,
.single__content * + h4 {
	margin-top: 40px;
}

.single__content h1 + *,
.single__content h2 + *,
.single__content h3 + *,
.single__content h4 + *,
.single__content p + p {
	margin-top: 24px;
}

.single__sidebar {
	min-width: 200px;
	width: 257px;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.single__sidebar-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 23px;
	border-bottom: 1px solid #3C3737;
}

.single__sidebar-item-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}

.single__new-post {
	position: relative;
}

.single__new-post a {
	display: block;
}

.single__new-post-category {
	width: -moz-fit-content;
	width: fit-content;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 10px;
	background: #FFF;
	border-radius: 72px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.single__new-post-img {
	width: 100%;
	aspect-ratio: 257/161;
	border-radius: 11px;
	overflow: hidden;
}

.single__new-post-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.single__new-post-date {
	display: block;
	font-size: 10px;
	line-height: 1.6;
	margin-top: 8px;
}

.single__new-post-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0;
	margin-top: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 行数を指定 */
}

#privacy .privacy__top {
	background: #619E4A;
	padding-block: 291px 58px;
}

#privacy .privacy__main {
	padding-block: 120px 64px;
}

#privacy .privacy__title {
	max-width: 1218px;
	width: calc(100% - 80px);
	margin-inline: auto;
	color: #FFF;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

#privacy .privacy__sub-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#privacy .privacy__content {
	margin-top: 24px;
}

#privacy .privacy__content h1,
#privacy .privacy__content h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 16px;
}

#privacy .privacy__content h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 16px;
}

#privacy .privacy__content h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 16px;
}

#privacy .privacy__content * + img,
#privacy .privacy__content * + figure,
#privacy .privacy__content * + p,
#privacy .privacy__content * + h1,
#privacy .privacy__content * + h2,
#privacy .privacy__content * + h3,
#privacy .privacy__content * + h4 {
	margin-top: 40px;
}

#privacy .privacy__content h1 + *,
#privacy .privacy__content h2 + *,
#privacy .privacy__content h3 + *,
#privacy .privacy__content h4 + *,
#privacy .privacy__content p + p {
	margin-top: 16px;
}

.nopage {
	max-width: 1160px;
	width: 89.3333333333vw;
	margin-inline: auto;
	margin-top: 120px;
}

.nopage__top {
	font-size: 72px;
}

.nopage__title {
	font-size: 32px;
	margin-top: 30px;
	padding-bottom: 50px;
}

.nopage__text {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 50px;
}

@media (any-hover: hover) {

.btn.--white:hover {
	background-color: #619E4A;
	color: #FFFCF7;
}

.btn:hover {
	background: #FFF;
	color: #619E4A;
}

.header__nav li a:hover {
	text-indent: 10px;
}

.footer__nav li:hover {
	color: #619E4A;
}

#front .top-news__item:hover {
	color: #619E4A;
}

#front .top-news__item:hover .top-news__item-img img {
	scale: 1.1;
}

#front .top-about__link:hover::after {
	translate: 10px;
}

#front .top-about__link:hover .top-about__link-bg {
	scale: 1.1;
}

#front .top-effort__item:hover {
	color: #619E4A;
}

#front .top-effort__item:hover .top-effort__item-img img {
	scale: 1.1;
}

#front .top-effort__item:hover .top-effort__item-arrow {
	translate: 10px;
}

#front .top-blog__item:hover {
	color: #619E4A;
}

#front .top-blog__item:hover .top-blog__item-img img {
	scale: 1.1;
}

#front .top-access__text.--link:hover {
	color: #619E4A;
}

#front .top-access__address:hover {
	color: #619E4A;
}

.shop__link:hover::after {
	width: 100%;
}

.shop__table-body a:hover {
	color: #619E4A;
}

.shop__bus-link:hover {
	color: #619E4A;
}

#contact .form__button:hover [type=submit] {
	color: #619E4A;
	background: #FFF;
}

#contact .form__button:hover::after {
	color: #619E4A;
}

.category a:hover {
	background: #FFF;
	color: #619E4A;
}

.archive__item a:hover {
	color: #619E4A;
}

.archive__item a:hover .archive__img img {
	scale: 1.1;
}

.archive__pagination .pagination a.page-numbers:hover {
	opacity: 0.6;
}

}

@media screen and (max-width: 475px) and (min-width: 375px) {

#about .page-top__title .is-sp {
	display: block !important;
}

}

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

.is-pc-sp {
	display: block;
}

.is-tab {
	display: none;
}

.is-tab-sp {
	display: none;
}

.is-sp {
	display: none;
}

.is-dsp {
	display: none;
}

.header__logo {
	position: relative;
	z-index: 5;
}

}

@media screen and (min-width: 1001px) {

.effort__br {
	display: none;
}

}

@media screen and (max-width: 1050px) and (min-width: 1000px) {

#front .top-link__bottom-link-deco {
	right: 30px;
}

}

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

#front .top-blog__deco.--1 {
	left: -30px;
}

#front .top-blog__deco.--2 {
	top: -15px;
	left: unset;
	right: -20px;
}

}

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

#front .top-about__link-wrap {
	overflow: hidden;
}

#front .top-about__deco.--1 {
	right: unset;
	left: -35px;
	top: 60%;
}

#front .top-about__deco.--2 {
	left: unset;
	right: -35px;
	top: 20%;
}

}

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

.header__nav {
	-moz-column-gap: 28px;
	column-gap: 28px;
}

.header__nav li a {
	font-size: 18px;
}

#rmo .rmo__vision-content {
	width: 800px;
	margin-inline: auto;
	flex-direction: column;
	align-items: start;
	gap: 30px;
	padding: 24px 60px;
}

}

@media screen and (max-width: calc(1000px - 1px)) {

.is-pc {
	display: none;
}

.is-pc-sp {
	display: none;
}

.is-tab {
	display: block;
}

.is-sp {
	display: none;
}

.is-dsp {
	display: none;
}

.page-top__fv {
	height: 778px;
	margin-bottom: -5vw;
}

.page-top__title {
	font-size: 46px;
}

.header__logo.--dummy {
	display: none;
}

#front .fv {
	height: 833px;
}

#front .fv__text {
	bottom: 153px;
}

#front .fv__text > span {
	font-size: 38px;
}

#front .top-news__action {
	padding-inline: 33px;
}

#front .top-about__deco.--1 {
	display: none;
}

#front .top-about__deco.--2 {
	display: none;
}

#front .top-effort__item-title {
	font-size: 28px;
}

#front .top-effort__item-title span {
	font-size: 24px;
}

#front .top-effort__item-title span.is-subtitle {
	font-size: 22px;
}

#front .top-effort__item.--single .top-effort__item-info {
	padding: 16px;
}

#front .top-link__bottom-main {
	grid-template-columns: 1fr;
	grid-template-areas: "item1" "item2" "item3" "item4";
	margin-top: 23px;
}

#front .top-contact__content {
	gap: 40px;
}

#front .top-access {
	margin-bottom: unset;
}

#rmo .rmo__vision-content {
	width: 100%;
}

#rmo .rmo__vision-item-wrap {
	justify-content: space-around;
}

.csa__flow {
	padding: 24px 50px 0 50px;
}

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

.volunteer-list {
	max-width: 419px;
}

}

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

.effort__br {
	display: block;
}

}

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

.shop-link__wrap {
	grid-template-columns: repeat(2, 2fr);
}

}

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

body {
	font-size: 16px;
	line-height: 1.6;
}

:root {
	--header-offset: 150px;
}

.is-pc-tab {
	display: none;
}

.is-pc-sp {
	display: block;
}

.is-tab {
	display: none;
}

.is-sp {
	display: block;
}

.inner {
	max-width: 650px;
	width: calc(100% - 40px);
}

.page-top__fv {
	max-height: 160vw;
	height: 100vh;
	margin-bottom: unset;
}

.page-top__title-wrap {
	padding-bottom: 15px;
	margin-bottom: 24px;
}

.page-top__title-wrap::after {
	height: 5px;
	background-image: url(../img/page-title-deco-sp.svg?ver1.2);
}

.page-top__title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.page-top__text {
	margin-top: 14px;
}

.section-title {
	font-size: 32px;
	line-height: 1.5625;
}

.section-title.--small {
	font-size: 24px;
}

.section-title.--span {
	font-size: 18px;
}

.section-title.--text {
	font-size: 15px;
}

.btn {
	max-width: 307px;
}

.slider-btn-wrap {
	max-width: 307px;
	width: 100%;
	margin-inline: auto;
	justify-content: space-between;
}

.link-external.--tight {
	letter-spacing: -0.03em;
}

.header {
	padding-top: 24px;
}

.header__inner {
	width: 100%;
	align-items: start;
	padding-inline: 20px;
}

.header__logo {
	width: 123px;
}

.header__drawer {
	width: 60px;
	padding-top: 15px;
}

.header__drawer.is-active .header__drawer-icon {
	width: 30px;
	top: 6px;
}

.header__drawer.is-active .header__drawer-bar.--1 {
	top: 6px;
}

.header__drawer.is-active .header__drawer-bar.--3 {
	top: 6px;
}

.header__drawer-icon {
	width: 25px;
	height: 15px;
}

.header__drawer-bar.--2 {
	top: 6px;
}

.header__drawer-bar.--3 {
	top: 12px;
}

.header__drawer-text {
	font-size: 11px;
	margin-top: 6px;
}

.header__menu {
	translate: unset;
	top: 0;
	left: 101%;
}

.header__menu {
	padding-top: 24px;
}

.header__menu.is-active {
	left: 0;
}

.header__menu .header__inner {
	flex-direction: column-reverse;
	gap: 16px;
	overflow: auto;
}

.header__nav {
	width: 100%;
	grid-template-rows: unset;
	grid-auto-flow: unset;
	grid-template-columns: 1fr;
}

.header__nav li a {
	padding-block: 24px;
}

.footer {
	padding-top: 21.3333333333vw;
	margin-top: 76px;
}

.footer::after {
	aspect-ratio: 375/82;
	background-image: url(../img/footer-bg-deco-sp.webp);
}

.footer__main {
	padding-block: 47px 32px;
}

.footer__inner {
	width: calc(100% - 40px);
	max-width: 600px;
}

.footer__main-inner {
	flex-direction: column-reverse;
	gap: 30px;
}

.footer__menu {
	padding: unset;
	border-bottom: unset;
	margin-top: unset;
}

.footer__nav {
	flex-direction: column;
	align-items: start;
	gap: 14px;
}

.footer__nav li {
	font-size: 14px;
}

.footer__title {
	font-size: 18px;
	line-height: 1.4;
}

.footer__address {
	letter-spacing: 0.03em;
	margin-top: 8px;
}

.footer__copyright {
	padding-block: 12px;
}

.footer__copyright-inner {
	flex-direction: column-reverse;
	gap: 4px;
}

.footer__copyright-link {
	font-size: 12px;
}

#front .fv {
	max-height: 173.3333333333vw;
	height: 100vh;
	padding-inline: 20px;
}

#front .fv::after {
	width: 100%;
	aspect-ratio: 375/19;
	background-image: url(../img/fv-bottom-sp.webp);
}

#front .fv__inner {
	width: 100%;
}

#front .fv__text {
	bottom: 8.4615384615%;
}

#front .fv__text > span {
	font-size: 5.8666666667vw;
	letter-spacing: -0.04em;
}

#front .fv__text > span:first-child {
	padding-inline: 8px;
	padding-block: 4px;
}

#front .fv__text > span:last-child {
	padding-inline: 8px;
	padding-block: 4px;
}

#front .top-news__main {
	max-width: 500px;
	margin-inline: auto;
	grid-template-columns: 1fr;
	grid-template-areas: "block1" "block2" "block3";
}

#front .top-news__title-wrap {
	padding-top: 14px;
}

#front .top-news__title {
	margin-top: 12px;
}

#front .top-news__text {
	margin-top: 8px;
}

#front .top-news__deco {
	order: -1;
	margin-top: unset;
}

#front .top-news__item-wrap {
	border: unset;
	margin-top: 24px;
}

#front .top-news__item::after {
	display: none;
}

#front .top-news__item-img {
	border-bottom: unset;
}

#front .top-news__item-info {
	padding: 31px 20px 24px;
}

#front .top-news__action {
	flex-direction: column;
	gap: 14px;
	padding-block: 0 40px;
	padding-inline: 13px;
	border: unset;
}

#front .top-news__btn {
	margin-inline: auto;
}

#front .top-about {
	padding-top: 64px;
}

#front .top-about__title-text {
	font-size: 14px;
}

#front .top-about__title {
	font-size: 48px;
	margin-top: 8px;
}

#front .top-about__text {
	max-width: 550px;
	margin-inline: auto;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 24px;
}

#front .top-about__img {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	border-radius: unset;
	margin-top: 28px;
	margin-bottom: 22px;
}

#front .top-about__bg {
	padding-top: 31.7333333333vw;
}

#front .top-about__bg::after {
	height: auto;
	max-height: 2400px;
	aspect-ratio: 375/2044;
	background-image: url(../img/top-about-bg-sp.webp);
}

#front .top-about__link {
	aspect-ratio: 335/274;
	padding: clamp(14px, 3.7333333333vw, 25px);
}

#front .top-about__link {
	border-radius: unset !important;
}

#front .top-about__link::after {
	width: 40px;
	bottom: clamp(14px, 3.7333333333vw, 25px);
	right: clamp(14px, 3.7333333333vw, 25px);
}

#front .top-about__link-title-jp {
	font-size: 14px;
	letter-spacing: 0;
}

#front .top-about__link-title {
	font-size: 24px;
	line-height: 1;
}

#front .top-about__btn {
	margin-top: 24px;
}

#front .top-effort {
	padding-block: 64px 84px;
}

#front .top-effort__inner {
	max-width: 550px;
}

#front .top-effort__text {
	line-height: 1.8;
	margin-top: 24px;
}

#front .top-effort__items {
	padding: 19px 11px;
	margin-top: 30px;
}

#front .top-effort__item {
	flex-direction: column;
	gap: 12px;
}

#front .top-effort__item-img {
	min-width: unset;
	width: 100%;
}

#front .top-effort__item-info {
	width: 100%;
}

#front .top-effort__item-title {
	font-size: 32px;
}

#front .top-effort__item-title span.is-subtitle {
	display: block;
}

#front .top-effort__item-text {
	font-size: 15px;
	line-height: 1.6;
	width: 100%;
	margin-top: 4px;
}

#front .top-effort__item-arrow {
	width: 40px;
	margin-top: 6px;
}

#front .top-effort__item-wrap {
	grid-template-columns: 1fr;
	gap: 24px;
}

#front .top-effort__item.--single {
	padding: unset;
}

#front .top-effort__item.--single .top-effort__item-info {
	padding: 14px;
}

#front .top-effort__item.--single .top-effort__item-title-wrap {
	display: contents;
}

#front .top-effort__item.--single .top-effort__item-arrow {
	order: 1;
	margin-top: 8px;
}

#front .top-volunteer {
	background-image: url(../img/top-volunteer-bg-sp.webp);
}

#front .top-volunteer__inner {
	padding-block: 77px 80px;
}

#front .top-volunteer__title {
	font-size: 32px;
}

#front .top-volunteer__text {
	margin-top: 24px;
}

#front .top-volunteer__btn {
	margin-top: 24px;
}

#front .top-volunteer__deco.--1 {
	width: 63px;
	left: -8px;
	bottom: -35px;
}

#front .top-volunteer__deco.--2 {
	width: 47px;
	top: -69px;
	right: -8px;
}

#front .top-blog {
	padding-top: 64px;
}

#front .top-blog__inner {
	max-width: 500px;
}

#front .top-blog__top {
	padding-block: 40px 24px;
}

#front .top-blog__top .section-title {
	letter-spacing: 0.08em;
}

#front .top-blog__text {
	line-height: 1.4;
	margin-top: 8px;
}

#front .top-blog__main {
	border: unset;
}

#front .top-blog__item::after {
	display: none;
}

#front .top-blog__item-img {
	border-bottom: unset;
	height: 266px;
}

#front .top-blog__item-info {
	padding: 30px 20px 24px;
}

#front .top-blog__date {
	font-size: 14px;
}

#front .top-blog__item-title {
	font-size: 18px;
}

#front .top-blog__bottom {
	flex-direction: column;
	gap: 14px;
	padding: 0 14px 40px;
}

#front .top-blog__btn {
	margin-inline: auto;
}

#front .top-blog__deco.--1 {
	top: unset;
	bottom: -25px;
	left: -8px;
}

#front .top-blog__deco.--2 {
	right: -2px;
}

#front .top-shop {
	padding-top: 64px;
}

#front .top-shop__content {
	max-width: 650px;
	margin-inline: auto;
}

#front .top-shop__sub-title {
	margin-top: 8px;
}

#front .top-shop__main {
	flex-direction: column;
	gap: 14px;
	margin-top: 20px;
}

#front .top-shop__img {
	width: 100%;
}

#front .top-shop__text-wrap {
	width: 100%;
}

#front .top-link {
	padding-top: 64px;
}

#front .top-link__content {
	max-width: 500px;
	margin-inline: auto;
	padding-block: 40px 66px;
	padding-inline: 17px;
}

#front .top-link__bottom-item {
	padding-block: 19px;
	padding-inline: 13px 50px;
	gap: 2px;
}

#front .top-link__bottom-item-text {
	font-size: 20px;
}

#front .top-link__bottom-link-wrap {
	gap: 12px;
	margin-top: 12px;
}

#front .top-link__bottom-link-deco {
	width: 55px;
	top: unset;
	bottom: -19px;
	right: 6px;
}

#front .top-link__deco.--1 {
	width: 28px;
	top: 24px;
	right: 20px;
}

#front .top-link__deco.--2 {
	width: 128px;
	bottom: -17px;
	left: -33px;
}

#front .top-contact {
	padding-top: 64px;
}

#front .top-contact__content {
	flex-direction: column;
	gap: 24px;
}

#front .top-contact__img {
	width: 112px;
}

#front .top-contact__text-wrap {
	text-align: center;
}

#front .top-contact__text {
	max-width: 515px;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	text-align: left;
}

#front .top-contact__btn {
	margin-inline: auto;
	margin-top: 32px;
}

#front .top-instagram {
	margin-top: 64px;
}

#front .top-instagram__main {
	max-width: 550px;
	margin-inline: auto;
	margin-top: 28px;
}

#front .top-instagram__btn {
	margin-top: 24px;
}

#front .top-access {
	padding-block: 64px 40px;
}

#front .top-access__inner {
	max-width: 650px;
}

#front .top-access__text {
	letter-spacing: 0;
}

#about .about-top__text {
	margin-top: 14px;
	font-size: 18px;
	letter-spacing: 0.9px;
}

#about .about__section {
	margin-top: 46px;
	padding-top: 99px;
	padding-bottom: 76px;
}

#about .about__section::before {
	width: 770px;
}

#about .about__section-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 1.6px;
}

#about .about-text__wrap {
	margin-top: 20px;
	gap: 28px;
}

#about .about__text {
	font-size: 15px;
	font-weight: 500;
	line-height: 180%;
}

#about .intro__section {
	margin-top: 40px;
}

#about .section-title.--intro {
	display: none;
}

#about .section-subtitle {
	display: none;
}

#about .intro__wrappers {
	gap: 64px;
	margin-top: 0;
}

#about .intro__wrapper {
	flex-direction: column;
	margin-top: 0;
	margin-left: 0;
}

#about .intro__wrapper.--revers {
	flex-direction: column;
	margin-right: 0;
}

#about .intro__title-wrap.--left {
	padding-right: 0;
}

#about .intro__title-wrap.--right {
	padding-left: 0;
}

#about .intro__title-wrap {
	writing-mode: horizontal-tb;
	flex-direction: column-reverse;
	gap: 8px;
}

#about .intro__title {
	font-size: 24px;
	font-weight: 700;
}

#about .intro__subtitle {
	font-size: 14px;
	padding-top: 0;
	line-height: 1;
	letter-spacing: 1.12px;
}

#about .intro__wrap {
	margin-top: 20px;
	width: auto;
}

#about .intro__main-img img {
	border-radius: 8px;
}

#about .main-img-deco.--left {
	left: -23px;
	width: 108.5px;
}

#about .main-img-deco.--right {
	right: -32.5px;
	width: 108.5px;
}

#about .intro__text-wrap {
	margin-top: 24px;
	gap: 26px;
}

#about .intro__text {
	font-size: 15px;
	line-height: 180%;
}

#about .intro__imgs {
	margin-top: 24px;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px;
}

#about .intro__imgs img {
	border-radius: 4px;
}

#about .map__section {
	margin-top: 64px;
}

#about .map__section-title {
	font-size: 32px;
	letter-spacing: 2.88px;
}

#about .map__imgs {
	margin-top: 24px;
	margin-bottom: 76px;
}

#about .sp-block {
	display: block;
	margin-top: 28px;
}

.effort__content {
	margin-top: 64px;
	border-radius: 8px;
	padding: 40px 14px;
}

.effort__icon {
	width: 97px;
	width: 102px;
	top: 6px;
	right: 7px;
}

.effort__content-bottom {
	margin-top: 64px;
	padding: 40px 13px;
}

.effort__text {
	margin-top: 24px;
}

.effort__lists {
	margin-top: 23px;
	padding: 14px 8px;
}

.effort-list__item {
	flex-direction: column;
	gap: 0;
}

.effort__imgs,
.effort__imgs-bottom {
	margin-top: 40px;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px;
	margin-bottom: 40px;
}

.effort__wrap {
	padding: 14px 8px 14px 8px;
}

.effort__imgs-bottom {
	margin-bottom: 40px;
}

.pc-hidden {
	display: block;
}

.effort__section-title {
	font-size: 24px;
}

.effort-list__year {
	font-size: 15px;
}

.effort-list__text {
	font-size: 15px;
}

.effort__br {
	display: none;
}

.effort__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 1.2px;
}

#rmo .rmo-top__text-wrap {
	margin-top: 40px;
}

#rmo .rmo-top__text {
	font-size: 15px;
	margin-top: 28px;
}

#rmo .rmo__wrapper {
	margin-top: 40px;
	margin-bottom: 80px;
}

#rmo .rmo__slider {
	padding: unset;
	background: unset;
	border-radius: unset;
	overflow: unset !important;
}

#rmo .rmo__slider .swiper-wrapper {
	display: flex;
}

#rmo .rmo__slider .swiper-slide {
	display: flex;
	height: auto;
}

#rmo .rmo__vision-content {
	background: #FFF;
	padding: unset;
	gap: unset;
}

#rmo .rmo__vision-content {
	background: #FFF !important;
}

#rmo .rmo__vision-content.--1 .rmo__vision-content-title {
	background: #E4EBCB;
}

#rmo .rmo__vision-content.--2 .rmo__vision-content-title {
	background: #D4E7EF;
}

#rmo .rmo__vision-content.--3 .rmo__vision-content-title {
	background: #F1E3E7;
}

#rmo .rmo__vision-content.--4 .rmo__vision-content-title {
	background: #FFE7C1;
}

#rmo .rmo__vision-content-title {
	width: 100%;
	justify-content: center;
	padding-block: 18px;
	font-size: 24px;
	border-radius: 8px 8px 0 0;
}

#rmo .rmo__vision-icon {
	width: 32px;
	height: 100%;
}

#rmo .rmo__vision-item-wrap {
	flex-grow: 1;
	grid-template-columns: repeat(auto-fill, 150px);
	background: #FFF;
	padding: 24px 17px 40px;
	gap: 24px 0px;
	border-radius: 0 0 8px 8px;
}

#rmo .rmo__vision-pagination {
	display: block;
}

#rmo .rmo__vision-prev,
#rmo .rmo__vision-next {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/rmo-arrow-active.svg) no-repeat center center/contain;
}

#rmo .rmo__text {
	margin-top: 14px;
	font-size: 15px;
	letter-spacing: 0.6px;
}

#rmo .rmo__img-wrap {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	margin-top: 24px;
	padding-bottom: 18px;
}

#rmo .rmo__img-wrap .scrollbar-track {
	display: none;
	width: calc(100vw - 40px);
	height: 6px;
	margin-inline: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50%;
	background: #F2F2F2;
	border-radius: 10px;
	cursor: pointer;
}

#rmo .rmo__img-wrap .scrollbar-thumb {
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: 0;
	background: #888888;
	border-radius: 10px;
	cursor: grab;
	transition: background 0.2s;
}

#rmo .rmo__img-wrap .scrollbar-thumb:active {
	cursor: grabbing;
	background: #222;
}

#rmo .rmo__img-scroll {
	padding-inline: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

#rmo .rmo__img-scroll::-webkit-scrollbar {
	width: 0;
	height: 0;
}

#rmo .rmo__img-scroll img {
	min-width: 622px;
	display: block;
}

#rmo .rmo__title-wrap {
	padding: 6px 0 10px 8px;
	border-radius: 2px;
}

#rmo .rmo__title {
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 1.44px;
}

.csa__flow {
	border-radius: 8px;
	padding: 40px 24px;
}

.csa-bg__img {
	margin-top: 20px;
	max-width: 400px;
	margin-inline: auto;
}

.csa__img-wrap {
	grid-template-columns: repeat(1, 1fr);
	gap: 11px;
	margin-bottom: 40px;
}

.csa__bg-icon {
	display: none;
}

.volunteer__content {
	margin-top: 40px;
	border-radius: 8px;
}

.volunteer__wrapper {
	padding: 20px 14px;
	gap: 28px;
}

.volunteer-list__item {
	padding-block: 8px;
	font-size: 15px;
}

.volunteer__flyer-wrap {
	flex-direction: column;
}

.volunteer__imgs {
	margin-top: 40px;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px;
	margin-bottom: 40px;
}

.volunteer__btn {
	margin-block: 40px;
}

.shop__about {
	margin-bottom: 87px;
}

.shop-top__title {
	margin-top: 40px;
	font-size: 24px;
	letter-spacing: 2.4px;
}

.shop-text__wrap {
	margin-top: 8px;
	gap: 25px;
}

.shop-top__text {
	line-height: 170%;
	letter-spacing: -1px;
}

.shop__wrapper {
	margin-top: 40px;
}

.shop__title-wrap {
	padding: 3px 0 3px 12px;
}

.shop__title {
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 1.44px;
}

.shop-main__img {
	margin-top: 8px;
}

.shop__table {
	margin-top: 8px;
}

.shop__table-row {
	grid-template-columns: 79px 1fr;
}

.shop__table-head {
	padding: 20px 0;
	font-size: 15px;
	justify-content: center;
	line-height: 1.4;
}

.shop__table-body span {
	font-size: 14px;
}

.shop__table-body {
	padding: 20px 0 19px 12px;
	font-size: 15px;
}

.shop__table-body p + p {
	margin-top: 10px;
}

.shop__table-body a.is-tel {
	pointer-events: all;
}

.shop__table-body-small {
	font-size: 12px;
}

.shop__info {
	margin-top: 8px;
	grid-template-columns: 1fr;
	gap: 8px;
}

.shop__map {
	aspect-ratio: 335/232;
}

.shop__map.--large {
	aspect-ratio: 335/232;
}

.shop__imgs {
	margin-top: 8px;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px;
}

.shop__text {
	font-size: 16px;
	letter-spacing: 1.6px;
	margin-top: 40px;
}

.shop__bus-wrap {
	margin-top: 30px;
}

.shop__bus-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.6px;
}

.shop__bus-link {
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 1.4px;
	padding-left: 20px;
	max-width: 300px;
}

.history__wrap {
	margin-top: 24px;
}

.history__title {
	font-size: 18px;
	letter-spacing: 0.54px;
}

.history__head,
.history__row {
	grid-template-columns: 66.2px 1fr;
	max-width: 500px;
	margin-inline: auto;
}

.history__head {
	margin-top: 8px;
	font-size: 7.619px;
}

.history__head .history__year,
.history__head .history__text {
	padding-block: 3.94px;
}

.history__row {
	font-size: 6.772px;
	font-weight: 400;
}

.history__row .history__year {
	padding-block: 4.44px;
}

.history__row .history__text {
	padding: 4.44px 0 4.44px 5.3px;
	line-height: 1;
}

#contact .contact__form {
	padding-block: 42px 30px;
	padding-inline: 18px;
	border-radius: 8px;
	margin-top: 40px;
}

#contact .form__dl {
	gap: 16px;
}

#contact .form__row {
	gap: 8px;
}

#contact .form__checkbox label > span {
	font-size: 14px;
	padding-left: 20px;
}

#contact .form__button {
	width: min(100%, 307px);
	margin-top: 24px;
}

#contact .form__button [type=submit] {
	width: 100%;
}

.post__text {
	font-size: 15px;
	margin-top: unset;
}

.post__main {
	margin-top: 30px;
}

.archive {
	gap: 20px;
}

.archive.--2column {
	flex-direction: column;
	gap: 20px;
}

.archive.--2column .archive__item {
	width: 100%;
}

.archive__item a {
	flex-direction: column;
	gap: 12px;
}

.archive__img {
	width: 100%;
}

.archive__title {
	font-size: 16px;
}

.archive__pagination {
	margin-top: 40px;
}

.archive__pagination .pagination .nav-links {
	gap: 20px;
}

.archive__pagination .pagination .dots {
	font-size: 14px;
}

.archive__pagination .pagination .prev,
.archive__pagination .pagination .next {
	width: 30px;
}

.single__title {
	font-size: 24px;
	margin-top: 4px;
}

.single__main {
	flex-direction: column;
	margin-top: 24px;
	gap: 64px;
}

.single__content {
	width: 100%;
}

.single__content h1,
.single__content h2 {
	margin-bottom: 16px;
}

.single__content * + img,
.single__content * + figure,
.single__content * + p,
.single__content * + h1,
.single__content * + h2,
.single__content * + h3,
.single__content * + h4 {
	margin-top: 24px;
}

.single__content h1 + *,
.single__content h2 + *,
.single__content h3 + *,
.single__content h4 + *,
.single__content p + p {
	margin-top: 16px;
}

.single__sidebar {
	width: 100%;
	gap: 40px;
}

.single__sidebar-title {
	font-size: 18px;
	padding-bottom: 14px;
}

.single__sidebar-item-wrap {
	gap: 20px;
	margin-top: 16px;
}

.single__new-post-category {
	font-size: 14px;
	padding: 7px 17px;
	top: 17px;
	left: 17px;
}

.single__new-post-date {
	font-size: 14px;
}

.single__new-post-title {
	font-size: 16px;
}

#privacy .privacy__top {
	padding-block: 184px 100px;
}

#privacy .privacy__main {
	padding-block: 40px 64px;
}

#privacy .privacy__title {
	font-size: 24px;
	text-align: center;
}

#privacy .privacy__sub-title {
	font-size: 24px;
}

#privacy .privacy__content h1,
#privacy .privacy__content h2 {
	font-size: 18px;
}

#privacy .privacy__content h3 {
	font-size: 16px;
}

#privacy .privacy__content h4 {
	font-size: 16px;
}

#privacy .privacy__content * + img,
#privacy .privacy__content * + figure,
#privacy .privacy__content * + p,
#privacy .privacy__content * + h1,
#privacy .privacy__content * + h2,
#privacy .privacy__content * + h3,
#privacy .privacy__content * + h4 {
	margin-top: 32px;
}

#privacy .privacy__content h1 + *,
#privacy .privacy__content h2 + *,
#privacy .privacy__content h3 + *,
#privacy .privacy__content h4 + *,
#privacy .privacy__content p + p {
	margin-top: 16px;
}

}

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

#rmo .rmo__vision-prev:hover,
#rmo .rmo__vision-next:hover {
	opacity: 0;
}

}

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

#front .top-about__bg::after {
	max-height: unset;
}

#front .top-about__link-wrap {
	grid-template-columns: 1fr;
}

}

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

.shop-link__wrap {
	grid-template-columns: repeat(1, 1fr);
	padding: 20px 14px;
	gap: 4px;
	margin-top: 40px;
	border-radius: 8px;
}

.shop__link {
	line-height: 1.8;
}

}

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

#rmo .rmo__br {
	display: block !important;
}

}

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

#about .about__section::before {
	width: 100vw;
	background-image: url("../img/about-bg-sp.webp");
}

}

@media screen and (max-width: calc(375 - 1px)) {

.is-dsp {
	display: block;
}

}

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

#front .fv__text > span {
	font-size: 18px;
}

.effort__br {
	display: block;
}

}

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

.page-top__title br {
	display: none;
}

.footer__copyright-text {
	font-size: 10px;
}

#front .top-about__link-text {
	font-size: 14px;
}

#front .top-effort__item-title {
	font-size: 26px;
}

#front .top-volunteer__text {
	letter-spacing: -0.05em;
}

#front .top-link__bottom-link-wrap br {
	display: none;
}

#rmo .rmo__vision-item-wrap {
	flex-grow: unset;
}

}

@keyframes fv-zoom {

0% {
	transform: scale(1);
}

100% {
	transform: scale(1.1);
}

}

