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

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 {
	vertical-align: baseline;
	margin: 0;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	vertical-align: bottom;
	border: none;
}

/*=========================*/

/* media-query */

/*=========================*/

/*=========================*/

/* z-index */

/*=========================*/

/*=========================*/

/* 単位指定 */

/*=========================*/

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	color: #595757;
	font-family: "Zen Kaku Gothic New", serif;
}

a {
	transition: 0.3s;
	color: inherit;
	text-decoration: none;
}

picture,
img,
a,
span {
	display: inline-block;
}

video,
img,
svg {
	width: 100%;
	height: auto;
}

button {
	border: none;
	background: transparent;
	background: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

.l-header {
	display: flex;
	position: relative;
	padding-bottom: 1.25rem;
	height: 6.25rem;
}

.l-header::before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/svg/header_bg.svg);
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	height: 1.25rem;
	content: "";
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #79a574;
	padding: 0 2.5rem;
	width: 100%;
	height: 100%;
}

.header__logo {
	width: 12.0625rem;
	height: 2.5625rem;
}

.header__nav-list {
	display: flex;
	gap: 1.875rem;
}

.header__nav-item:hover a::before {
	opacity: 1;
}

.header__nav-item a {
	position: relative;
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
}

.header__nav-item a::before {
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s;
	background-color: white;
	width: 100%;
	height: 0.125rem;
	content: "";
}

.l-article__list {
	display: grid;
	grid-template-columns: repeat(3, 16.25rem);
	gap: 3.75rem 4.0625rem;
	margin-top: 3.75rem;
}

.l-article__item-link:hover img {
	transform: scale(1.2);
}

.l-article__item {
	display: flex;
	flex-direction: column;
}

.l-article__item img {
	transition: all 0.3s;
}

.l-article__item-image-wrapper {
	border-radius: 1.25rem;
	overflow: hidden;
}

.l-article__item-image-wrapper img {
	-o-object-fit: cover;
	aspect-ratio: 265/215;
	object-fit: cover;
}

.l-article__item-tag {
	margin-top: 1.25rem;
	border-radius: 1.25rem;
	background: linear-gradient(45deg, #1c9d79, #3aa77c 37%, #6ab671 70%, #8bc577);
	padding: 0.25rem 0.875rem;
	width: -moz-fit-content;
	width: fit-content;
	color: #ffffff;
	font-weight: 700;
	font-size: max(0.875rem, 11.2px);
}

.l-article__item-title {
	margin-top: 0.625rem;
	font-weight: 700;
	font-size: max(1.125rem, 14.4px);
	line-height: 1.6666666667;
}

.l-article__item-time {
	display: inline-block;
	margin-top: 0.625rem;
	font-size: max(0.875rem, 11.2px);
	font-family: "Figtree", serif;
}

.l-pick-up img {
	position: relative;
	transition: all 0.3s;
}

.l-pick-up img::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
	z-index: -1;
	border-radius: 1.25rem;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 75%);
	width: 100%;
	height: 100%;
	content: "";
}

.l-pick-up__link {
	transition: none;
	border: 4px solid transparent;
	border-radius: 1.25rem;
	overflow: hidden;
}

.l-pick-up__link:hover {
	border: 4px solid #79a574;
}

.l-pick-up__link:hover img {
	transform: scale(1.2) rotate(3deg);
}

.l-pick-up__text-wrapper {
	position: absolute;
	bottom: 1.875rem;
	left: 2.5rem;
	color: #ffffff;
}

.l-pick-up__tag {
	border-radius: 1.25rem;
	background: linear-gradient(45deg, #1c9d79, #3aa77c 37%, #6ab671 70%, #8bc577);
	padding: 0.3125rem 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 700;
	font-size: max(1rem, 12.8px);
}

.l-pick-up__title {
	margin-top: 0.625rem;
	font-weight: 700;
	font-size: max(1.625rem, 20.8px);
	line-height: 1.3461538462;
}

.l-pick-up__time {
	margin-top: 0.625rem;
	font-size: max(1rem, 12.8px);
	font-family: "Figtree", serif;
}

.l-page-heading-wrapper {
	margin-top: -1.25rem;
	background-color: #f2f0e9;
	padding: 4.1875rem 0 3.5625rem;
}

.l-page-heading-wrapper__inner {
	position: relative;
	z-index: 2;
	padding: 0 7.5rem;
}

.l-content {
	margin: 3.3125rem 0px 6.25rem;
}

.l-content__inner {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 56.375rem;
}

.l-content__inner p {
	font-size: max(0.875rem, 11.2px);
	line-height: 1.9285714286;
}

.l-content__inner ul,
.l-content__inner ol {
	list-style: decimal;
}

.l-content__inner ul li,
.l-content__inner ol li {
	margin-left: 1.25rem;
	font-size: max(0.875rem, 11.2px);
	line-height: 1.9285714286;
	list-style: decimal;
}

.l-content__inner ul li ul,
.l-content__inner ol li ul {
	list-style-type: lower-alpha;
}

.l-content__inner ul li ul li,
.l-content__inner ol li ul li {
	list-style-type: lower-alpha;
}

.l-content__inner ul li ul li ul,
.l-content__inner ol li ul li ul {
	list-style-type: lower-roman;
}

.l-content__inner ul li ul li ul li,
.l-content__inner ol li ul li ul li {
	list-style-type: lower-roman;
}

.l-footer {
	position: relative;
	padding-top: 2.1875rem;
	color: #ffffff;
}

.l-footer::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/svg/footer_bg.svg);
	background-position: center;
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	height: 2.1875rem;
	content: "";
}

.l-footer__inner {
	display: flex;
	justify-content: space-between;
	background-color: #79a574;
	padding: 6.25rem 7.5rem 0.9375rem;
}

.footer__wrapper.__l {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.875rem;
	width: 15.875rem;
}

.footer__logo {
	width: 15.875rem;
	height: 4.25rem;
}

.footer__sns-wrapper {
	display: flex;
	gap: 1.875rem;
	font-weight: 700;
	font-size: max(0.875rem, 11.2px);
	line-height: 1.7142857143;
}

.footer__sns-icon-momose {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.3125rem;
}

.footer__sns-icon-kobashiri {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.3125rem;
}

.footer__nav-list {
	display: flex;
	gap: 1.875rem;
}

.footer__nav-item:hover a::before {
	opacity: 1;
}

.footer__nav-item a {
	position: relative;
	font-weight: 700;
	font-size: 0.8rem;
}

.footer__nav-item a::before {
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s;
	background-color: white;
	width: 100%;
	height: 0.125rem;
	content: "";
}

.footer__legal {
	margin-top: 5.1875rem;
}

.footer__legal ul {
	display: flex;
	justify-content: flex-end;
	gap: 1.875rem;
}

.footer__legal li:hover a::before {
	opacity: 1;
}

.footer__legal li a {
	position: relative;
	font-size: 0.8rem;
}

.footer__legal li a::before {
	position: absolute;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s;
	background-color: white;
	width: 100%;
	height: 0.125rem;
	content: "";
}

.footer__copy-right {
	background-color: #79a574;
	padding: 0.9375rem 0rem;
	text-align: center;
}

.c-section-title--en {
	-webkit-background-clip: text;
	background: linear-gradient(45deg, #1c9d79, #3aa77c 37%, #6ab671 70%, #8bc577);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: max(1.5rem, 19.2px);
	font-family: "Figtree", serif;
}

.c-section-title--jp {
	margin-top: 0.5rem;
	font-weight: 700;
	font-size: max(2.5rem, 32px);
	font-family: "Zen Kaku Gothic New", serif;
}

.header__open {
	display: none;
	position: absolute;
	top: 0.625rem;
	right: 0.9375rem;
	z-index: 100;
	width: 3.125rem;
	height: 3.125rem;
}

.drawer-icon {
	position: relative;
	border-radius: 50%;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

.drawer-icon.is-active {
	background-color: #79a574;
}

.drawer-icon.is-active .drawer_bar1 {
	top: 1.125rem;
	transform: translateX(-50%) rotate(25deg);
}

.drawer-icon.is-active .drawer_bar2 {
	top: 1.125rem;
	transform: translateX(-50%) rotate(-25deg);
}

.drawer-icon.is-active .drawer-icon__bar {
	background-color: #ffffff;
}

.drawer-icon.is-active .drawer-icon__menu {
	color: #ffffff;
}

.drawer-icon__menu {
	position: absolute;
	top: 1.875rem;
	left: 50%;
	transform: translateX(-50%);
	color: #79a574;
	font-size: max(0.5rem, 6.4px);
}

.drawer-icon__bar {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #79a574;
	width: 1.25rem;
	height: 0.125rem;
}

.drawer_bar1 {
	top: 0.9375rem;
}

.drawer_bar2 {
	top: 1.375rem;
}

.drawer-content {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transition: all 0.2s ease-in-out;
	background-color: #ffffff;
	padding: 0.8125rem 0.9375rem 0rem;
	width: 15.625rem;
	height: 100vh;
}

.drawer-content.is-active {
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}

.drawer-content__menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.drawer-content__link {
	font-weight: 700;
	font-size: max(1rem, 12.8px);
}

.drawer-content__sns-wrapper {
	display: flex;
	position: relative;
	gap: 1.875rem;
	margin-top: 1.875rem;
	color: #79a574;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.drawer-content__sns-wrapper::before {
	position: absolute;
	top: -1.75rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	content: "＼ Follow us! ／";
	text-align: center;
}

.drawer-content__sns-icon-momose {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.3125rem;
}

.drawer-content__sns-icon-kobashiri {
	display: flex;
	gap: 0.625rem;
	margin-top: 0.3125rem;
}

.drawer-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

.drawer-background.is-active {
	z-index: 98;
	background-color: rgba(41, 42, 45, 0.6);
}

.sns-icon {
	width: 1.875rem;
	height: 1.875rem;
}

.to-top {
	position: relative;
	padding-right: 3.125rem;
	font-weight: 700;
	font-size: max(1rem, 12.8px);
	text-align: right;
}

.to-top:hover {
	cursor: pointer;
}

.to-top::before {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	background-image: url(../images/webp/icon_to-top.webp);
	background-size: contain;
	width: 2.5rem;
	height: 2.5rem;
	content: "";
}

.breadcrumbs {
	display: flex;
	gap: 1.5625rem;
	padding: 1.875rem 7.5rem 0;
}

.breadcrumbs span a {
	font-weight: 700;
	font-size: max(0.75rem, 9.6px);
}

.breadcrumbs span span {
	font-weight: 700;
	font-size: max(0.75rem, 9.6px);
}

span[property=itemListElement] {
	position: relative;
}

span[property=itemListElement]:not(:first-child)::before {
	display: block;
	position: absolute;
	top: 50%;
	left: -0.9375rem;
	border-radius: 50%;
	background-color: #79a574;
	width: 0.3125rem;
	height: 0.3125rem;
	content: "";
}

.breadcrumbs span[property=name] {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.1875rem;
	padding: 0;
	max-width: 6.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	padding: 0 1.875rem;
}

.c-categories a {
	display: inline-block;
	transition: all 0.3s;
	border: 1px solid #79a574;
	border-radius: 1.25rem;
	background-color: #ffffff;
	padding: 0.375rem 1.375rem;
	color: #79a574;
	font-weight: 700;
	font-size: max(1rem, 12.8px);
}

.c-categories a:hover {
	background-color: #79a574;
	color: #ffffff;
}

.c-categories a.is-active {
	background-color: #79a574;
	color: #ffffff;
}

.pagination {
	margin-top: 3.75rem;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 0.9375rem;
}

.nav-links .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #f2f0e9;
	width: 2.5rem;
	height: 2.5rem;
	font-weight: 700;
}

.nav-links .page-numbers.current {
	background: linear-gradient(45deg, #1c9d79, #3aa77c 37%, #6ab671 70%, #8bc577);
	color: #ffffff;
}

.nav-links .page-numbers.next {
	background-image: url(../images/webp/arrow-next.webp);
	background-position: center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
}

.nav-links .page-numbers.prev {
	background-image: url(../images/webp/arrow-prev.webp);
	background-position: center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
}

.detail-button {
	margin-top: 3.75rem;
	text-align: center;
}

.detail-button a {
	transition: all 0.3s;
	border: 1px solid #79a574;
	border-radius: 1.5rem;
	background-color: #ffffff;
	padding: 0.9375rem 1.5rem;
	color: #79a574;
	font-weight: 700;
}

.detail-button a:hover {
	background-color: #79a574;
	color: #ffffff;
}

.p-fv {
	position: relative;
	z-index: -1;
	margin-top: -1.25rem;
}

.p-fv__inner {
	height: 100%;
}

.p-fv__swiper {
	height: 100%;
}

.p-fv .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-fv__name-band {
	position: relative;
	border-top: 3px solid #79a574;
	border-bottom: 3px solid #79a574;
	background-color: #f0faf6;
	padding: 0.5rem 0px;
	overflow-x: hidden;
	color: #79a574;
	font-weight: 700;
	font-size: max(2rem, 25.6px);
	font-family: "Figtree", serif;
	text-align: center;
	white-space: nowrap;
}

.p-fv p {
	display: inline-block;
	animation: scrollText 20s linear infinite;
}

.p-about {
	padding: 6.25rem 0;
}

.p-about__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 77.5rem;
	max-width: 100%;
}

.p-about__text {
	margin-top: 3.75rem;
	font-weight: 700;
	font-size: max(1.125rem, 14.4px);
	line-height: 2.2222222222;
}

.p-about__text p:not(:first-child) {
	margin-top: 2rem;
}

.p-about__img {
	width: 28.75rem;
}

.p-our-activity {
	background-color: #f2f0e9;
	padding: 6.25rem 0;
}

.p-our-activity__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 77.5rem;
	max-width: 100%;
}

.p-our-activity__text {
	margin-top: 3.75rem;
	font-weight: 700;
	font-size: max(1.125rem, 14.4px);
	line-height: 2.2222222222;
}

.p-our-activity__text p:not(:first-child) {
	margin-top: 2rem;
}

.p-our-activity__img {
	width: 28.75rem;
}

.p-profile {
	padding: 6.25rem 0;
}

.p-profile__inner {
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 77.5rem;
	max-width: 100%;
}

.p-profile__list-wrapper {
	margin-top: 3.75rem;
}

.p-profile__list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-profile__item {
	display: flex;
	flex-direction: row;
	gap: 1.875rem;
	width: 35.625rem;
}

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

.p-profile__img img {
	width: 13.75rem;
	height: 13.75rem;
}

.p-profile__img-role {
	display: block;
	margin-top: 1.25rem;
	font-weight: 700;
	font-size: max(1rem, 12.8px);
	line-height: 1.875;
	font-family: "Figtree", serif;
}

.p-profile__img-name {
	font-weight: 700;
	font-size: max(1.5rem, 19.2px);
	line-height: 1.6666666667;
}

.p-profile__text-wrapper {
	display: flex;
	flex-direction: column;
	width: calc(100% - 15.625rem);
}

.p-profile__detail-list-wrapper {
	border-radius: 0.9375rem;
	background-color: #f2f0e9;
	padding: 1.625rem 1.875rem 1.625rem 1.875rem;
	height: 21.125rem;
}

.p-profile__detail-list {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.p-profile__detail-row {
	display: flex;
}

.p-profile__detail-tag {
	width: 3rem;
	color: #999999;
	font-weight: 700;
	font-size: max(0.75rem, 9.6px);
	line-height: 2.8333333333;
}

.p-profile__detail-data {
	width: calc(100% - 3rem);
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 2.4285714286;
}

.p-profile__sns-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 2.1875rem;
}

.p-profile__sns-wrapper::before {
	position: absolute;
	top: -1rem;
	left: -1.5rem;
	content: "＼フォロワー／";
	font-weight: 700;
	font-size: max(0.875rem, 11.2px);
}

.p-profile__sns-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-profile__sns-follower {
	font-weight: 700;
	font-size: max(1rem, 12.8px);
}

.p-profile__sns-link {
	position: relative;
	border-radius: 2.8125rem;
	background-color: #79a574;
	width: 14.375rem;
}

.p-profile__sns-link a {
	display: block;
	padding: 0.75rem 0rem 0.75rem 4.1875rem;
	color: #ffffff;
	font-weight: 700;
	font-size: max(0.881875rem, 11.288px);
	line-height: 1.5024805103;
}

.X::before {
	position: absolute;
	top: 50%;
	left: 1.25rem;
	transform: translateY(-50%);
	background-size: contain;
	width: 2.3125rem;
	height: 2.3125rem;
	content: "";
}

.youtube::before {
	position: absolute;
	top: 50%;
	left: 1.25rem;
	transform: translateY(-50%);
	background-size: contain;
	width: 2.3125rem;
	height: 2.3125rem;
	content: "";
}

.instagram::before {
	position: absolute;
	top: 50%;
	left: 1.25rem;
	transform: translateY(-50%);
	background-size: contain;
	width: 2.3125rem;
	height: 2.3125rem;
	content: "";
}

.X::before {
	background-image: url(../images/webp/icon_X.webp);
}

.youtube::before {
	background-image: url(../images/webp/icon_youtube.webp);
}

.instagram::before {
	background-image: url(../images/webp/icon_instagram.webp);
}

.p-infinite-scroll {
	margin-bottom: 3.125rem;
}

.p-infinite-scroll__swiper-wrapper {
	transition-timing-function: linear;
}

.p-infinite-scroll__swiper-wrapper .swiper-slide {
	width: 13.75rem;
}

.p-purpose {
	padding: 6.25rem 0;
}

.p-purpose__inner {
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 77.5rem;
	max-width: 100%;
}

.p-purpose__toggle-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 3.75rem;
	margin-top: 3.75rem;
}

.p-purpose__toggle-list {
	width: 42.5rem;
}

.p-purpose__toggle-item {
	border-top: 1px solid #ebedf0;
}

.p-purpose__toggle-item:last-child {
	border-bottom: 1px solid #ebedf0;
}

.p-purpose__toggle-header {
	position: relative;
	padding: 1.875rem 2.5rem 1.875rem 9.6875rem;
	font-weight: 700;
	font-size: max(1.125rem, 14.4px);
	line-height: 1.6666666667;
}

.p-purpose__toggle-header.is-active::after {
	transform: rotate(180deg);
}

.p-purpose__toggle-header::after {
	position: absolute;
	top: 50%;
	right: 0rem;
	transition: transform 0.4s;
	background-image: url(../images/webp/icon_down-arrow.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 0.75rem;
	height: 0.5rem;
	content: "";
}

.p-purpose__toggle-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	transition: max-height 0.3s ease;
	max-height: 0;
	overflow: hidden;
}

.p-purpose__toggle-content p {
	padding-right: 2.5rem;
	padding-left: 9.6875rem;
	font-weight: 500;
	font-size: max(1.125rem, 14.4px);
	line-height: 1.6666666667;
}

.p-purpose__toggle-content p:last-child {
	padding-bottom: 1.875rem;
}

.p-purpose__img-wrapper {
	position: relative;
	width: 28.75rem;
	height: auto;
}

.p-purpose__img-wrapper img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.8s ease;
	max-width: 100%;
	height: auto;
}

.p-purpose__img-wrapper img:first-child {
	opacity: 1;
}

.purpose {
	position: relative;
}

.purpose::before {
	position: absolute;
	top: 50%;
	left: 0.625rem;
	transform: translateY(-50%);
	border-radius: 4.375rem;
	background: linear-gradient(45deg, #1c9d79, #3aa77c 37%, #6ab671 70%, #8bc577);
	padding: 0.1875rem 0px;
	width: 5.3125rem;
	height: 2.0625rem;
	color: #ffffff;
	font-size: max(1rem, 12.8px);
	text-align: center;
}

.purpose.__01::before {
	content: "目的 01";
}

.purpose.__02::before {
	content: "目的 02";
}

.purpose.__03::before {
	content: "目的 03";
}

.purpose.__04::before {
	content: "目的 04";
}

.p-project {
	margin-top: 7.25rem;
	background-color: #f2f0e9;
	padding: 6.25rem 0 2.5625rem;
}

.p-project__inner {
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 77.5rem;
	max-width: 100%;
}

.p-project__img--pc {
	margin-top: 2.5rem;
	padding-bottom: 4.625rem;
}

.p-project__img--sp {
	margin-top: 2.5rem;
}

.p-section-between {
	position: relative;
}

.p-section-between::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-size: 18.75rem 3.375rem;
	background-repeat: repeat;
	width: 100%;
	height: 3.375rem;
	content: "";
}

.p-section-between::after {
	position: absolute;
	bottom: -0.0625rem;
	left: 0;
	z-index: 1;
	background-size: 18.75rem 3.375rem;
	background-repeat: repeat;
	width: 100%;
	height: 3.375rem;
	content: "";
}

.p-section-between__inner {
	margin-top: -1.25rem;
}

.p-section-between picture {
	width: 100%;
}

.p-section-between img {
	-o-object-fit: cover;
	max-height: 25.875rem;
	object-fit: cover;
}

.p-section-between._01::before {
	background-image: url(../images/svg/wave-beige.svg);
}

.p-section-between._01::after {
	background-image: url(../images/svg/wave-white.svg);
}

.p-section-between._02::before {
	background-image: url(../images/svg/wave-white01.svg);
}

.p-section-between._02::after {
	background-image: url(../images/svg/wave-white.svg);
}

.p-section-between._03::before {
	background-image: url(../images/svg/wave-white01.svg);
}

.p-section-between._03::after {
	background-image: url(../images/svg/wave-white.svg);
}

.p-section-between._04::before {
	background-image: url(../images/svg/wave-white01.svg);
}

.p-section-between._04::after {
	background-image: url(../images/svg/wave-white.svg);
}

.p-event {
	padding: 6.25rem 0;
}

.p-event__inner {
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 59.375rem;
	max-width: 100%;
}

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

.p-event__pick-up {
	margin-top: 2.5rem;
}

.p-event__pick-up img {
	-o-object-fit: cover;
	aspect-ratio: 91/45;
	object-fit: cover;
}

.p-event__bg {
	position: relative;
}

.p-event__bg::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/webp/section-between_01.webp);
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 100%;
	content: "";
}

.p-event__bg::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(242, 240, 233);
	background: linear-gradient(90deg, rgb(242, 240, 233) 0%, rgba(0, 0, 0, 0) 100%);
	background-size: cover;
	width: 50%;
	height: 100%;
	content: "";
}

.p-recipe {
	padding: 6.25rem 0;
}

.p-recipe__inner {
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 59.375rem;
}

.p-recipe__article-wrapper {
	margin-top: 1.25rem;
	text-align: center;
}

.p-news {
	padding: 6.25rem 0;
}

.p-news__inner {
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 59.375rem;
}

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

.p-news__pick-up {
	margin-top: 2.5rem;
}

.p-news__pick-up img {
	-o-object-fit: cover;
	aspect-ratio: 91/45;
	object-fit: cover;
}

.p-news__bg {
	position: relative;
}

.p-news__bg::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/webp/section-between_04.webp);
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 100%;
	content: "";
}

.p-news__bg::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(242, 240, 233);
	background: linear-gradient(90deg, rgb(242, 240, 233) 0%, rgba(0, 0, 0, 0) 100%);
	background-size: cover;
	width: 50%;
	height: 100%;
	content: "";
}

.p-blog {
	padding: 6.25rem 0;
}

.p-blog__inner {
	margin: 0 auto;
	padding: 0px 1.25rem;
	width: 59.375rem;
}

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

.p-blog__pick-up {
	margin-top: 2.5rem;
}

.p-blog__pick-up img {
	-o-object-fit: cover;
	aspect-ratio: 91/45;
	object-fit: cover;
}

.p-blog__bg {
	position: relative;
}

.p-blog__bg::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/webp/section-between_03.webp);
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 100%;
	content: "";
}

.p-blog__bg::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(242, 240, 233);
	background: linear-gradient(90deg, rgb(242, 240, 233) 0%, rgba(0, 0, 0, 0) 100%);
	background-size: cover;
	width: 50%;
	height: 100%;
	content: "";
}

.p-contact {
	padding: 6.25rem 0;
}

.p-contact__inner {
	margin: 0 auto;
	padding: 0 1.25rem;
	width: 54.375rem;
}

.p-contact__form-wrapper {
	border-radius: 1.875rem;
	background-color: #f2f0e9;
	padding: 3.75rem 7.1875rem 5rem;
}

.p-contact__desc {
	margin-top: 2.5rem;
	font-size: max(1rem, 12.8px);
	line-height: 1.875;
	text-align: center;
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.wpcf7__row-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: center;
	gap: 0.3125rem;
}

.wpcf7__row-wrapper label {
	display: block;
	align-self: flex-start;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 700;
	font-size: max(1rem, 12.8px);
	line-height: 1.875;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	transition: all 0.3s;
	outline: none;
	border: 2px solid transparent;
	border-radius: 0.3125rem;
	padding: 1rem 1.25rem;
	width: 100%;
}

.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus input:focus-visible,
.wpcf7-form-control-wrap textarea:focus-visible {
	border: 2px solid #79a574;
}

.wpcf7-form-control-wrap textarea {
	resize: vertical;
}

input[type=submit] {
	border: none;
	border-radius: 6.25rem;
	background-color: #79a574;
	padding: 1.25rem 0;
	color: #ffffff;
	font-weight: 700;
	font-size: max(1.125rem, 14.4px);
}

.wpcf7-form-control-wrap[data-name=your-acceptance] label {
	position: relative;
}

.wpcf7-form-control-wrap[data-name=your-acceptance] label input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	inset: 0;
	width: 1px;
	height: 1px;
}

.wpcf7-form-control-wrap[data-name=your-acceptance] label input:checked + span::after {
	visibility: visible;
	opacity: 1;
}

.wpcf7-form-control-wrap[data-name=your-acceptance] label span {
	position: relative;
	padding-left: 2.25rem;
}

.wpcf7-form-control-wrap[data-name=your-acceptance] label span::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 1px solid #ebedf0;
	background-color: #ffffff;
	width: 1.25rem;
	height: 1.25rem;
	content: "";
}

.wpcf7-form-control-wrap[data-name=your-acceptance] label span::after {
	position: absolute;
	top: 50%;
	left: 0.625rem;
	transform: translate(-50%, -50%) rotate(-45deg);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	border-bottom: 0.1875rem solid #79a574;
	border-left: 0.1875rem solid #79a574;
	width: 0.625rem;
	height: 0.3125rem;
	content: "";
}

.wpcf7-form-control-wrap[data-name=your-acceptance] label span a {
	text-decoration: underline;
}

.is-required {
	position: relative;
}

.is-required::before {
	position: absolute;
	top: 50%;
	right: -2.8125rem;
	transform: translateY(-50%);
	border-radius: 0.3125rem;
	background-color: #79a574;
	padding: 0.125rem 0.3125rem;
	content: "必須";
	color: #ffffff;
	font-weight: 700;
	font-size: max(0.75rem, 9.6px);
}

.p-sponsors {
	padding: 6.25rem 0;
}

.p-sponsors__inner {
	margin: 0 auto;
	padding: 0 1.25rem;
	width: 61.25rem;
}

.p-sponsors__list-wrapper {
	margin-top: 3.75rem;
}

.p-sponsors__list {
	display: grid;
	grid-template-rows: repeat(3, auto);
	grid-template-columns: repeat(3, 16.25rem);
	gap: 1.875rem 5rem;
}

.p-sponsors__item h3 {
	margin-top: 0.625rem;
	font-weight: 700;
	font-size: max(1.125rem, 14.4px);
	line-height: 1.6666666667;
}

.archive-blog__categories {
	margin-top: 3.125rem;
}

.archive-blog__wrapper {
	margin: 0 auto 6.25rem;
	padding: 0 20px;
	width: 59.375rem;
}

.archive-blog__list {
	display: grid;
	grid-template-columns: repeat(3, 16.25rem);
	gap: 3.75rem 4.0625rem;
	margin-top: 3.75rem;
}

.archive-blog__item-link:hover img {
	transform: scale(1.2);
}

.archive-blog__item {
	display: flex;
	flex-direction: column;
}

.archive-blog__item img {
	transition: all 0.3s;
}

.archive-blog__item-image-wrapper {
	border-radius: 1.25rem;
	overflow: hidden;
}

.archive-blog__item-image-wrapper img {
	-o-object-fit: cover;
	aspect-ratio: 260/215;
	object-fit: cover;
}

.archive-blog__item-tag {
	margin-top: 1.25rem;
	border-radius: 1.25rem;
	background: linear-gradient(45deg, #1c9d79, #3aa77c 37%, #6ab671 70%, #8bc577);
	padding: 0.25rem 0.875rem;
	width: -moz-fit-content;
	width: fit-content;
	color: #ffffff;
	font-weight: 700;
	font-size: max(0.875rem, 11.2px);
}

.archive-blog__item-title {
	margin-top: 0.625rem;
	font-weight: 700;
	font-size: max(1.125rem, 14.4px);
	line-height: 1.6666666667;
}

.archive-blog__item-time {
	display: inline-block;
	margin-top: 0.625rem;
	font-size: max(0.875rem, 11.2px);
	font-family: "Figtree", serif;
}

.single__breadcrumbs {
	display: flex;
	gap: 1.5625rem;
	padding: 1.875rem 0 0;
}

.single__breadcrumbs span a {
	font-weight: 700;
	font-size: max(0.75rem, 9.6px);
}

.single__breadcrumbs span span {
	font-weight: 700;
	font-size: max(0.75rem, 9.6px);
}

.single__content-wrapper {
	margin: 0 auto 11.0625rem;
	padding: 0 20px;
	width: 59.375rem;
}

.single__image-wrapper {
	margin-top: 0.625rem;
}

.single__image-wrapper img {
	-o-object-fit: cover;
	border-radius: 0.9375rem;
	aspect-ratio: 91/45;
	object-fit: cover;
}

.single__meta-wrapper {
	margin-top: 1.875rem;
}

.single__tag {
	margin-top: 1.25rem;
	border-radius: 1.25rem;
	background: linear-gradient(45deg, #1c9d79, #3aa77c 37%, #6ab671 70%, #8bc577);
	padding: 0.25rem 0.875rem;
	width: -moz-fit-content;
	width: fit-content;
	color: #ffffff;
	font-weight: 700;
	font-size: max(0.875rem, 11.2px);
}

.single__title {
	margin-top: 0.9375rem;
	font-weight: 700;
	font-size: max(2.25rem, 28.8px);
	line-height: 1.3333333333;
}

.single__created-date {
	margin-top: 0.9375rem;
	font-family: "Figtree", serif;
}

.single__update-date {
	font-family: "Figtree", serif;
}

.single__prev-button {
	margin-top: 5rem;
	text-align: center;
}

.single__prev-button a {
	position: relative;
	border-radius: 2.75rem;
	background-color: #79a574;
	padding: 1rem 4.125rem 1rem 5.125rem;
	color: #ffffff;
	font-weight: 700;
}

.single__prev-button a::before {
	position: absolute;
	top: 50%;
	left: 3.125rem;
	transform: translateY(-50%);
	background-image: url(../images/webp/arrow-updown-left.webp);
	background-size: contain;
	width: 1.375rem;
	height: 1.375rem;
	content: "";
}

.content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 3.125rem;
}

.content p {
	line-height: 1.75;
}

.content h2 {
	position: relative;
	border-radius: 0.3125rem;
	background-color: #f2f0e9;
	padding: 0.59375rem 0 0.59375rem 1.25rem;
	color: #79a574;
	font-weight: 700;
	font-size: max(1.5rem, 19.2px);
}

.content h2::before {
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 0.3125rem;
	border-bottom-left-radius: 0.3125rem;
	background-color: #79a574;
	width: 0.3125rem;
	height: 100%;
	content: "";
}

.u-font--en {
	font-weight: 500;
	font-family: "Figtree", serif;
}

.u-none {
	display: none;
}

.hidden-wrapper {
	overflow: hidden;
}

.u-text__center {
	text-align: center !important;
}

.u-text__left {
	text-align: left !important;
}

.u-text__right {
	text-align: right !important;
}

.u-text__nowrap {
	white-space: nowrap;
}

.js-in-view {
	transform: translateY(3.125rem);
	opacity: 0;
	transition: all 1s;
}

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

.u-text__center {
	text-align: center !important;
}

.u-text__left {
	text-align: left !important;
}

.u-text__right {
	text-align: right !important;
}

.u-text__nowrap {
	white-space: nowrap;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.u-sp-hidden {
	display: none !important;
}

.u-text__center--pc {
	text-align: center !important;
}

.u-text__left--pc {
	text-align: left !important;
}

.u-text__right--pc {
	text-align: right !important;
}

.u-text__nowrap--pc {
	white-space: nowrap;
}

.u-text__center--pc {
	text-align: center !important;
}

.u-text__left--pc {
	text-align: left !important;
}

.u-text__right--pc {
	text-align: right !important;
}

.u-text__nowrap--pc {
	white-space: nowrap;
}

}

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

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

}

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

.l-header {
	padding-bottom: 0.625rem;
	height: 5rem;
}

.l-header::before {
	height: 0.625rem;
}

.header__inner {
	padding: 0 1.25rem;
}

.header__logo {
	width: 7.5rem;
	height: 2rem;
}

.l-article__list {
	grid-template-columns: repeat(2, calc(50% - 9px));
	gap: 1.25rem 1.125rem;
}

.l-article__item-image-wrapper {
	border-radius: 0.625rem;
}

.l-article__item-tag {
	font-size: 0.875rem;
}

.l-article__item-tag {
	margin-top: 0.5rem;
}

.l-article__item-title {
	font-size: 1.125rem;
}

.l-article__item-title {
	font-weight: 700;
	font-size: max(1rem, 12.8px);
	line-height: 1.5625;
}

.l-article__item-time {
	font-size: 0.875rem;
}

.l-pick-up__text-wrapper {
	bottom: 0.9375rem;
	left: 1.25rem;
}

.l-pick-up__tag {
	font-size: 1rem;
}

.l-pick-up__tag {
	padding: 0.25rem 0.875rem;
	font-size: max(0.875rem, 11.2px);
}

.l-pick-up__title {
	font-size: 1.625rem;
}

.l-pick-up__title {
	margin-top: 0.3125rem;
	font-weight: 700;
	font-size: max(1.125rem, 14.4px);
	line-height: 1.6666666667;
}

.l-pick-up__time {
	font-size: 1rem;
}

.l-pick-up__time {
	margin-top: 0.3125rem;
	font-size: max(0.875rem, 11.2px);
}

.l-page-heading-wrapper {
	margin-top: -0.625rem;
	padding: 3rem 0 2.25rem;
}

.l-page-heading-wrapper__inner {
	padding: 0 1.875rem;
}

.l-content {
	margin: 2.0625rem 0px 6.25rem;
}

.l-content__inner {
	padding: 0px 1.875rem;
	width: 100%;
}

.l-content__inner p {
	font-size: 0.875rem;
}

.l-content__inner ul li,
.l-content__inner ol li {
	font-size: 0.875rem;
}

.l-footer {
	padding-top: 1.3125rem;
}

.l-footer::before {
	background-image: url(../images/svg/footer_bg--sp.svg);
	height: 1.3125rem;
}

.l-footer__inner {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
	padding: 4rem 4rem 0.9375rem;
}

.footer__wrapper.__l {
	display: contents;
}

.footer__wrapper.__r {
	display: contents;
}

.footer__logo {
	order: 1;
}

.footer__sns-wrapper {
	font-size: 0.875rem;
}

.footer__sns-wrapper {
	order: 6;
}

.footer__nav {
	order: 4;
}

.footer__nav-list {
	flex-direction: column;
	text-align: center;
}

.footer__legal {
	order: 5;
	margin-top: 0rem;
}

.footer__legal ul {
	flex-direction: column;
	align-items: center;
}

.c-section-title--en {
	font-size: 1.5rem;
}

.c-section-title--en {
	font-size: max(1.25rem, 16px);
}

.c-section-title--jp {
	font-size: 2.5rem;
}

.c-section-title--jp {
	font-size: max(1.875rem, 24px);
}

.header__open {
	display: block;
}

.drawer-icon__menu {
	font-size: 0.5rem;
}

.drawer-content__link {
	font-size: 1rem;
}

.to-top {
	font-size: 1rem;
}

.to-top {
	position: absolute;
	top: 3.125rem;
	right: 0.5rem;
	order: 4;
	padding-right: 0rem;
	padding-bottom: 3.125rem;
}

.to-top::before {
	bottom: -1.25rem;
	transform: translateX(-50%);
	content: "";
}

.breadcrumbs {
	padding: 0.625rem 1.875rem 0;
}

.breadcrumbs span a {
	font-size: 0.75rem;
}

.breadcrumbs span span {
	font-size: 0.75rem;
}

.c-categories a {
	font-size: 1rem;
}

.p-fv__name-band {
	font-size: 2rem;
}

.p-about {
	padding: 5rem 0 2.5rem;
}

.p-about__inner {
	flex-direction: column;
	padding: 0px 1.875rem;
}

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

.p-about__text {
	margin-top: 1.875rem;
	font-weight: 700;
	font-size: max(0.875rem, 11.2px);
	line-height: 2.1428571429;
}

.p-about__text p:not(:first-child) {
	margin-top: 1.75rem;
}

.p-about__img {
	margin-top: 1.875rem;
	width: 100%;
}

.p-our-activity {
	padding: 5rem 0 2.5rem;
}

.p-our-activity__inner {
	flex-direction: column;
	padding: 0px 1.875rem;
	width: 100%;
}

.p-our-activity__text {
	font-size: 1.125rem;
}

.p-our-activity__text {
	margin-top: 1.875rem;
	font-weight: 700;
	font-size: max(0.875rem, 11.2px);
	line-height: 2.1428571429;
}

.p-our-activity__text p:not(:first-child) {
	margin-top: 1.75rem;
}

.p-our-activity__img {
	margin-top: 3.75rem;
	width: 100%;
}

.p-profile {
	padding: 5rem 0 2.5rem;
}

.p-profile__inner {
	padding: 0px 1.875rem;
	width: 100%;
}

.p-profile__list {
	flex-direction: column;
	gap: 5rem;
}

.p-profile__item {
	flex-direction: column;
	justify-content: center;
	gap: 1.25rem;
	width: 100%;
}

.p-profile__img-role {
	font-size: 1rem;
}

.p-profile__img-name {
	font-size: 1.5rem;
}

.p-profile__text-wrapper {
	width: 100%;
}

.p-profile__detail-list-wrapper {
	padding: 1.625rem 1.875rem;
	height: 19.125rem;
}

.p-profile__detail-tag {
	font-size: 0.75rem;
}

.p-profile__detail-data {
	font-size: max(0.75rem, 9.6px);
}

.p-profile__sns-wrapper::before {
	font-size: 0.875rem;
}

.p-profile__sns-wrapper {
	margin: 2.1875rem auto 0px;
	width: min(100%, 21.875rem);
}

.p-profile__sns-follower {
	font-size: 1rem;
}

.p-profile__sns-link a {
	font-size: 0.881875rem;
}

.p-infinite-scroll__swiper-wrapper .swiper-slide {
	width: 10rem;
}

.p-purpose {
	padding: 5rem 0;
}

.p-purpose__inner {
	padding: 0px 1.875rem;
}

.p-purpose__toggle-wrapper {
	flex-direction: column;
}

.p-purpose__toggle-list {
	width: 100%;
}

.p-purpose__toggle-header {
	font-size: 1.125rem;
}

.p-purpose__toggle-header {
	padding: 3.375rem 1.5rem 1.25rem 0rem;
	font-size: max(1rem, 12.8px);
}

.p-purpose__toggle-content p {
	font-size: 1.125rem;
}

.p-purpose__toggle-content p {
	padding-left: 0rem;
	font-size: max(1rem, 12.8px);
}

.p-purpose__img-wrapper {
	width: 100%;
}

.p-purpose__img-wrapper img {
	width: 19.1875rem;
	max-height: 23.125rem;
}

.purpose::before {
	font-size: 1rem;
}

.purpose::before {
	top: 0.875rem;
	left: 0rem;
	transform: translateY(0%);
	padding: 0px;
	width: 3.8125rem;
	height: 1.5rem;
	font-size: max(0.875rem, 11.2px);
}

.p-project {
	margin-top: 21.25rem;
}

.p-section-between::before {
	background-size: contain;
	height: 1.25rem;
}

.p-section-between::after {
	background-size: contain;
	height: 1.25rem;
}

.p-event {
	padding: 5rem 0;
}

.p-event__inner {
	padding: 0px 1.875rem;
	width: 100%;
}

.p-event__pick-up {
	margin-top: 1.875rem;
}

.p-recipe__inner {
	padding: 0px 1.875rem;
	width: 100%;
}

.p-news__inner {
	padding: 0px 1.875rem;
	width: 100%;
}

.p-news__pick-up {
	margin-top: 1.875rem;
}

.p-blog__inner {
	padding: 0px 1.875rem;
	width: 100%;
}

.p-blog__pick-up {
	margin-top: 1.875rem;
}

.p-contact__inner {
	padding: 0 0.625rem;
	width: 100%;
}

.p-contact__form-wrapper {
	padding: 2.5rem 1.25rem;
}

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

.wpcf7__row-wrapper label {
	font-size: 1rem;
}

input[type=submit] {
	font-size: 1.125rem;
}

.is-required::before {
	font-size: 0.75rem;
}

.p-sponsors__inner {
	width: 100%;
}

.p-sponsors__list {
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(2, 2fr);
	gap: 2.8125rem 1.125rem;
}

.p-sponsors__item h3 {
	font-size: 1.125rem;
}

.p-sponsors__item h3 {
	font-size: max(1rem, 12.8px);
	line-height: 1.5625;
}

.archive-blog__categories {
	margin-top: 2.0625rem;
}

.archive-blog__wrapper {
	width: 100%;
}

.archive-blog__list {
	grid-template-columns: repeat(2, calc(50% - 0.5625rem));
	gap: 1.25rem 1.125rem;
}

.archive-blog__item-image-wrapper {
	border-radius: 0.625rem;
}

.archive-blog__item-tag {
	font-size: 0.875rem;
}

.archive-blog__item-tag {
	margin-top: 0.5rem;
}

.archive-blog__item-title {
	font-size: 1.125rem;
}

.archive-blog__item-title {
	font-weight: 700;
	font-size: max(1rem, 12.8px);
	line-height: 1.5625;
}

.archive-blog__item-time {
	font-size: 0.875rem;
}

.single__breadcrumbs {
	padding: 0.625rem 1.875rem 0;
}

.single__breadcrumbs span[property=name] {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.1875rem;
	padding: 0;
	max-width: 6.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single__breadcrumbs span a {
	font-size: 0.75rem;
}

.single__breadcrumbs span span {
	font-size: 0.75rem;
}

.single__content-wrapper {
	padding: 0 30px;
	width: 100%;
}

.single__tag {
	font-size: 0.875rem;
}

.single__tag {
	margin-top: 0.5rem;
}

.single__title {
	font-size: 2.25rem;
}

.content h2 {
	font-size: 1.5rem;
}

.u-pc-hidden {
	display: none !important;
}

.u-text__center--sp {
	text-align: center !important;
}

.u-text__left--sp {
	text-align: left !important;
}

.u-text__right--sp {
	text-align: right !important;
}

.u-text__nowrap--sp {
	white-space: nowrap;
}

.u-text__center--sp {
	text-align: center !important;
}

.u-text__left--sp {
	text-align: left !important;
}

.u-text__right--sp {
	text-align: right !important;
}

.u-text__nowrap--sp {
	white-space: nowrap;
}

}

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

.l-article__item-title {
	font-size: 1rem;
}

.l-pick-up__tag {
	font-size: 0.875rem;
}

.l-pick-up__title {
	font-size: 1.125rem;
}

.l-pick-up__time {
	font-size: 0.875rem;
}

.c-section-title--en {
	font-size: 1.25rem;
}

.c-section-title--jp {
	font-size: 1.875rem;
}

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

.p-our-activity__text {
	font-size: 0.875rem;
}

.p-profile__detail-data {
	font-size: 0.75rem;
}

.p-purpose__toggle-header {
	font-size: 1rem;
}

.p-purpose__toggle-content p {
	font-size: 1rem;
}

.purpose::before {
	font-size: 0.875rem;
}

.p-sponsors__item h3 {
	font-size: 1rem;
}

.archive-blog__item-title {
	font-size: 1rem;
}

}

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

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

}

@keyframes scrollText {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-100%);
}

}

