@charset "utf-8";
/*=======================================================
基本設定
=======================================================*/
@font-face {
	font-family: "Zen Maru Gothic";
	font-weight: 400;
	src: url("../fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Zen Maru Gothic";
	font-weight: 500;
	src: url("../fonts/ZenMaruGothic/ZenMaruGothic-Medium.woff") format("woff");
	font-display: swap;
}
@font-face {
	font-family: "Zen Maru Gothic";
	font-weight: 700;
	src: url("../fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff") format("woff");
	font-display: swap;
}
html {
	font-size: min(calc(16 / 1280 * 100vw), 16px);
}
* {
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	line-break: strict;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
	outline: none;
}
body,
.ly-head,
.ly-main,
.ly-foot {
	min-width: 75rem;
}
body {
	background: #fffcf0;
	font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.0625rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	-webkit-text-size-adjust: 100%;
	color: #262626;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
ul,
ol {
	list-style: none;
}
p,
li,
dt,
dd,
th,
td {
	-ms-line-break: strict;
	line-break: strict;
	overflow-wrap: anywhere;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
	border-radius: 0.5rem;
}
picture {
	line-height: 0;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	outline: none;
	color: #222;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 62.5rem #fff inset;
}
input[type="checkbox"] {
	display: none;
}
input[type="radio"] {
	display: none;
}
button,
textarea {
	font-family: inherit;
	font-size: 100%;
}
details {
	display: block;
}
summary {
	cursor: pointer;
}
.pc{
	display: initial;
}
.sp{
	display: none;
}
@media only screen and (device-width >= 64.0625rem) {
	/* PCのみホバー効果 */
	a, .hp-hover {
		transition: all 0.3s ease;
	}
	label:hover {
		cursor: pointer;
	}
	.el-btn.--more:hover::after{
		right: 1.5rem;
	}
	.el-btn.--donation:hover{
		background: #fff;
		color: #ff9b00;
	}
	.el-btn.--donation:hover::before{
		background: url(../images/common/icon-donation--orange.svg) top center / contain no-repeat;
	}
	.el-btn.--join:hover{
		background: #1ebe5b;
		color: #fff;
	}
	.el-btn.--join:hover::before{
		background: url(../images/common/icon-join--white.png) top center / contain no-repeat;
	}
	.el-btn.--contact:hover{
		background: #fff;
		color: #1ebe5b;
	}
	.el-btn.--contact:hover::before{
		background: url(../images/common/icon-mail--green.svg) top center / contain no-repeat;
	}
	.el-btn.--members:hover{
		background: #ff9b00;
		color: #fff;
	}
	.el-btn.--members:hover::before{
		background: url(../images/common/icon-members--white.svg) top center / contain no-repeat;
	}
	.hp-tab:hover{
		opacity: 1;
	}
	.hp-tab:hover::before {
		width: 100%;
	}
}
@media screen and (width <= 750px) {
	html {
		font-size: calc(16 / 750 * 100vw);
	}
	body,
	.ly-head,
	.ly-main,
	.ly-foot {
		min-width: 46.875rem;
		max-width: 46.875rem;
		width: 100%;
	}
	body {
		font-size: 1.75rem;
		line-height: 1.5;
	}
	body.is-fixed{
		overflow: hidden;
		height: 100%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: initial;
	}
}

/*=============================
共通レイアウト
==============================*/
.ly-all-wrapper {
	max-width: 125rem;
	margin: 0 auto;
	overflow: hidden;
}
section{
	padding: 7.5rem 0 10rem;
	position: relative;
}
/* inner */
.ly-head-inner,
.ly-foot-inner,
.ly-cont,
.ly-cont-inner {
	width: 75rem;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* 2カラム */
.ly-cont--col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4rem 3.25rem;
}
.ly-cont-main {
	width: 48.75rem;
}
.ly-cont-side {
	width: 21.25rem;
}
/* bl_media */
.bl-media-list {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}
.bl-media {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 2.5rem;
	position: relative;
}
.bl-media-img-wrapper {
	flex: 0 1 36.25rem;
}
.bl-media-body {
	flex: 1;
}
.el-media-ttl {
	font-size: 1.625rem;
	letter-spacing: 0.075rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.el-media-ttl.sp{
	display: none;
}
.el-media-txt + .el-media-txt{
	margin-top: 1.5em;
}
/* bl_card */
.bl-card-unit {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}
.bl-card {
	width: 20rem;
	position: relative;
}
.el-card-ttl{
	font-size: 1.5rem;
	letter-spacing: 0.075rem;
	color: #543d27;
	text-align: center;
	margin-bottom: 1.5rem;
}
/* bl_btnList */
.bl-btn-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	margin-top: 3.5rem;
}
.bl-btn-list .el-btn{
	margin: 0!important;
}
@media screen and (width >= 751px) {
	.bl-media.--reverse{
		flex-direction: row-reverse;
	}
}
@media screen and (width <= 750px) {
	section{
		padding: 8.125rem 0 12.5rem;
	}
	/* inner */
	.ly-head-inner,
	.ly-foot-inner,
	.ly-cont,
	.ly-cont-inner {
		width: 43.125rem;
	}
	/* 2カラム */
	.ly-cont--col {
		gap: 5rem;
	}
	.ly-cont-main,
	.ly-cont-side {
		width: 100%;
	}
	/* bl_media */
	.bl-media {
		gap: 0;
	}
	.bl-media-img-wrapper {
		flex: 0 1 100%;
		margin-bottom: 3.5rem;
	}
	.el-media-ttl.sp {
		display: block;
		font-size: 2.125rem;
		margin-bottom: 2.5rem;
	}
	.el-media-ttl.pc{
		display: none;
	}
	/* bl_card */
	.bl-card {
		width: 100%;
	}
	.el-card-ttl{
		font-size: 2.125rem;
		margin-bottom: 2.5rem;
	}
}

/*=============================
下層MV - パンくず
==============================*/
/* lower mv */
.bl-lower-mv {
	margin: 2rem 2.5rem 0;
	display: flex;
	align-items: center;
	height: 16.25rem;
	padding: 0 2rem;
	border-radius: 0.5rem;
	background: url(../images/common/mv-bg.jpg) top center / cover no-repeat;
	position: relative;
}
.el-lower-mv-ttl {
	width: 75rem;
	margin: 0 auto;
	padding-top: 3.75rem;
	font-size: 1.375rem;
	color: #fff;
	text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
	position: relative;
}
.el-lower-mv-ttl::before{
	content: '';
	position: absolute;
	font-size: 3.25rem;
	line-height: 1;
	top: 0;
	left: 0;
}
/* パンくず */
.bl-breadcrumbs-inner {
	margin: 1.5rem auto 0;
	display: flex;
	width: 75rem;
	overflow: hidden;
	white-space: nowrap;
}
.bl-breadcrumbs-inner > li {
	font-size: 0.875rem;
}
.bl-breadcrumbs-inner > li:first-child{
	display: flex;
	align-items: center;
}
.bl-breadcrumbs-inner > li:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	min-width: 0;
}
.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
	content: '';
	display: inline-block;
	background: url(../images/common/bread-arrow.svg) top center / contain no-repeat;
	width: 0.4375rem;
	height: 0.6875rem;
	margin: 0 0.5rem;
}
@media screen and (width <= 750px) {
	/* MV */
	.bl-lower-mv {
		height: 14.375rem;
		margin: 2rem 1.875rem;
	}
	.el-lower-mv-ttl {
		width: 46.875rem;
		font-size: 1.875rem;
	}
	/* パンくず */
	.bl-breadcrumbs-inner {
		width: 43.125rem;
	}
	.bl-breadcrumbs-inner > li {
		font-size: 1.375rem;
	}
	.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
		margin: 0 0.625rem;
	}
	.bl-breadcrumbs-inner .home {
		width: 1.75rem;
	}
}

/*=============================
共通パーツ
==============================*/
/* セクションdeco */
.--green{
	background: #1ebe5b;
}
.--white{
	background: #fff;
}
.--deco01::before{
	content: '';
	position: absolute;
	background: url(../images/common/section-deco01.svg) top center / cover no-repeat;
	width: 125rem;
	height: 2.5rem;
	top: -2.4375rem;
	left: 50%;
	transform: translateX(-50%);
}
.--deco01.--green::before{
	background: url(../images/common/section-deco01--green.svg) top center / cover no-repeat;
}
.--deco01.--white::before{
	background: url(../images/common/section-deco01--white.svg) top center / cover no-repeat;
}
.--deco02::before{
	content: '';
	position: absolute;
	background: url(../images/common/section-deco02.svg) top center / cover no-repeat;
	width: 125rem;
	height: 6.25rem;
	top: -6.1875rem;
	left: 50%;
	transform: translateX(-50%);
}
.--deco02.--green::before{
	background: url(../images/common/section-deco02--green.svg) top center / cover no-repeat;
}
/* 各sectionメイン見出し */
.el-main-ttl {
	font-size: 2.125rem;
	color: #543d27;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 2.5rem;
	position: relative;
}
.el-sub-ttl{
	font-size: 1.75rem;
	color: #543d27;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
}
.el-main-ttl.--left,
.el-sub-ttl.--left{
	text-align: left;
}
.el-main-ttl.--white,
.el-sub-ttl.--white{
	color: #fff;
}
/* bl_bulletList */
.bl-bullet-list > li {
	padding-left: 1em;
	position: relative;
}
.bl-bullet-list > li::before {
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	background: #543d27;
	top: 0.6em;
	left: 0;
}
.bl-bullet-list.--square > li {
	padding-left: calc(1em + 0.5rem);
}
.bl-bullet-list.--square > li::before {
	content: "■";
}
/* bl_numList */
.bl-num-list {
	counter-reset: num;
}
.bl-num-list > li {
	padding-left: 1.2em;
	position: relative;
}
.bl-num-list > li:before {
	counter-increment: num;
	content: counter(num) ".";
	position: absolute;
	top: 0;
	left: 0;
}
.bl-num-list.--circle > li:first-of-type::before {
	content: "①";
}
.bl-num-list.--circle > li:nth-of-type(2)::before {
	content: "②";
}
.bl-num-list.--circle > li:nth-of-type(3)::before {
	content: "③";
}
.bl-num-list.--circle > li:nth-of-type(4)::before {
	content: "④";
}
.bl-num-list.--circle > li:nth-of-type(5)::before {
	content: "⑤";
}
.bl-num-list.--brackets {
	counter-reset: cnt;
}
.bl-num-list.--brackets > li {
	padding-left: 2em;
	counter-increment: cnt;
}
.bl-num-list.--brackets > li::before {
	content: counter(cnt) ") ";
}
/* el_btn */
.el-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 0.03125rem;
	border-radius: 0.5rem;
	box-sizing: border-box;
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	background: #1ebe5b;
}
.el-btn.--more{
	background: #ff9b00;
	color: #fff;
	width: 22.5rem;
	height: 3.375rem;
	border-radius: 3.375rem;
	margin: 3.5rem auto 0;
	position: relative;
}
.el-btn.--more::after{
	content: '';
	position: absolute;
	background: url(../images/common/btn-arrow.svg) top center / contain no-repeat;
	width: 1.25rem;
	height: 1.25rem;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}
.el-btn.--donation{
	width: 10.5rem;
	background: #ff9b00;
	border: 0.125rem solid #ff9b00;
	padding-left: 3.5rem;
}
.el-btn.--donation::before{
	background: url(../images/common/icon-donation.svg) top center / contain no-repeat;
}
.el-btn.--join{
	width: 10.5rem;
	background: #fff;
	color: #1ebe5b;
	border: 0.125rem solid #1ebe5b;
	padding-left: 3.5rem;
}
.el-btn.--join::before{
	background: url(../images/common/icon-join.png) top center / contain no-repeat;
}
.el-btn.--contact{
	border: 0.125rem solid #1ebe5b;
}
.el-btn.--contact::before{
	background: url(../images/common/icon-mail.svg) top center / contain no-repeat;
}
.el-btn.--members{
	background: #fff;
	color: #ff9b00;
	border: 0.125rem solid #ff9b00;
}
.el-btn.--members::before{
	background: url(../images/common/icon-members.svg) top center / contain no-repeat;
}
/* el_label */
.el-label {
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0.125rem;
}
/* ※ */
.el-att {
	display: flex;
	font-size: 0.875rem;
	position: relative;
}
.el-att::before {
	content: "※";
	flex: 0 1 auto;
}
.el-att.--center{
	justify-content: center;
}
.el-att-01,
.el-att-02,
.el-att-03 {
	padding-left: 2.5em;
}
.el-att-01::before {
	content: "※1";
}
.el-att-02::before {
	content: "※2";
}
.el-att-03::before {
	content: "※3";
}
span.el-att {
	display: block;
}
.hp-link {
	text-decoration: underline;
}
.hp-tab{
	display: inline-block!important;
	position: relative;
	transition: all 0.3s ease;
}
.hp-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0.0625rem;
	background-color: #543d27;
	transition: width 0.3s ease;
}
.hp-tab::after{
	content: '';
	display: inline-block;
	background: url(../images/common/icon-tab.svg) top center / contain no-repeat;
	width: 0.7em;
	height: 0.7em;
	margin-top: 0.5em;
	margin-left: 0.5em;
}
.el-txt {
	text-align: center;
}
.el-txt.--left{
	text-align: left;
}
.el-txt + .el-txt{
	margin-top: 1.3em;
}
@media screen and (width <= 750px) {
	/* 各sectionメイン見出し */
	.el-main-ttl {
		font-size: 2.75rem;
		margin-bottom: 3.5rem;
	}
	.el-sub-ttl{
		font-size: 2.5rem;
	}
	/* bl-bullet-list */
	.bl-bullet-list > li::before {
		width: 0.75rem;
		height: 0.75rem;
		top: 0.6em;
	}
	/* el_btn */
	.el-btn {
		font-size: 1.75rem;
	}
	.el-btn.--more{
		width: 35rem;
		height: 5rem;
		margin-top: 4rem;
	}
	.el-btn.--more::after{
		width: 1.875rem;
		height: 1.875rem;
	}
	.el-btn.--join{
		padding-left: 4rem;
	}
	/* ※ */
	.el-att {
		font-size: 1.375rem;
	}
}

/*=============================
ヘルプタグ
==============================*/
/* ユニット */
.hp-unit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 明朝体 */
.hp-mincho {
	font-family: "noto-serif-jp", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}
/* bold */
.hp-bold {
	font-weight: bold !important;
}
/* italic */
.hp-italic {
	transform: skewX(-10deg);
}
/* 打ち消し線 */
.hp-strikethrough {
	padding: 0.1875rem 0 0 0.5rem;
	background-image: linear-gradient(#222, #222);
	background-position: 0 50%;
	background-size: 100% 0.0625rem;
	background-repeat: repeat-x;
	letter-spacing: 0;
}
/* opacity1 */
.hp-opacity-1 {
	opacity: 1 !important;
}
/* 電話リンク */
.hp-tel {
	pointer-events: none;
}
/* アクセントカラー */
.hp-color.--orange {
	color: #ff9b00;
}
.hp-color.--green {
	color: #1ebe5b;
}
.hp-color.--brown {
	color: #543d27;
}
/* 影付き角丸白ボックス */
.hp-shadow-radius-white-box {
	background: #fff;
	border-radius: 0.625rem;
	box-shadow: 0 0 0.5625rem 0 rgba(0, 0, 0, 0.35);
}
.hp-scroll-y {
	overflow-y: scroll;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.hp-scroll-y::-webkit-scrollbar {
	display: none;
}
@media screen and (width <= 750px) {
	/* ユニット */
	.hp-unit {
		display: block;
	}
	/* 電話リンク */
	.hp-tel {
		pointer-events: auto;
	}
}

/*=============================
header
==============================*/
.ly-main {
	padding-top: 9.375rem;
}
.ly-head {
	width: 100%;
	height: 6.25rem;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.bl-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bl-head-logo {
	width: 25rem;
}
.bl-head-logo > a {
	display: block;
}
.bl-head-logo img {
	vertical-align: top;
}
/* ヘッダー右側エリア */
.bl-head-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* ボタンエリア */
.bl-btn-list.sp{
	display: none;
}
.bl-head .bl-btn-list{
	gap: 1rem;
	margin: 0;
}
.bl-head .el-btn {
	width: 11.25rem;
	height: 3rem;
	padding-left: 2.375rem;
}
.bl-head .el-btn::before{
	content: '';
	position: absolute;
	width: 2.25rem;
	height: 2.25rem;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
}
.bl-head .el-btn.--donation{
	width: 9rem;
}
.bl-head .el-btn.--donation::before{
	left: 0.75rem;
}
.bl-head .el-btn.--join{
	width: 10rem;
	padding-left: 3.375rem;
}
.bl-head .el-btn.--join::before{
	width: 3.5rem;
	height: 1.5625rem;
	left: 0.75rem;
}
/* ナビ */
.bl-gnav {
	width: 100%;
	background: #fff;
	border-bottom: 0.125rem solid #543d27;
	z-index: 100;
}
.bl-gnav-inner {
	/* width: 75rem;
	height: 3rem; */
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	/* padding-bottom: 0.25rem; */
}
.bl-gnav-inner > li > a {
	color: #543d27;
	font-weight: 500;
}
.el-gnav-btn{
	display: none;
}
/* スマホ用非表示 */
.bl-burger {
	display: none;
}
@media screen and (width >= 751px) {
	.ly-main {
		padding-top: min(calc(150 / 1280 * 100vw), 150px);
	}
	.ly-head {
		height: min(calc(100 / 1280 * 100vw), 100px);
	}

	/* ロゴ */
	.bl-head-logo {
		width: min(calc(400 / 1280 * 100vw), 400px);
	}
	.bl-head .bl-btn-list{
		gap: min(calc(16 / 1280 * 100vw), 16px);
	}
	/* ナビ */
	.bl-gnav-inner {
		width: min(calc(1200 / 1280 * 100vw), 1200px);
		height: min(calc(48 / 1280 * 100vw), 48px);
		padding-bottom: min(calc(4 / 1280 * 100vw), 4px);
	}
	.bl-gnav-inner > li > a {

	}
}
@media screen and (max-width: 75rem) {
	.bl-head{
		padding: 0  1.5rem;
	}
}
@media screen and (width <= 750px) {
	.ly-main {
		padding-top: 8.125rem;
	}
	.ly-head {
		height: 8.125rem;
		border-bottom: 0.125rem solid #543d27;
	}
	/* .ly-head::after {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	box-shadow: 0 0 1rem rgb(0 0 0 / 32%);
} */
	.ly-head-inner {
		width: 100%;
		z-index: 110;
		padding-left: 1.25rem;
	}
	/* ロゴ */
	.bl-head-logo {
		width: 28.125rem;
	}
	/* ヘッダー右側エリア */
	.bl-head-right {
		height: 100%;
	}
	/* ボタンエリア */
	.bl-head .bl-btn-list.pc{
		display: none;
	}
	/* ハンバーガーボタン */
	.bl-burger {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 7.5rem;
		height: 100%;
		z-index: 9999;
	}
	.bl-burger-inner {
		position: absolute;
		width: 5rem;
		height: 2.625rem;
		top: 1.75rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl-burger.is-active{
		background: none;
	}
	.bl-burger.is-active .bl-burger-bars::before {
		top: 50%;
		transform: translate(-50%, -50%) rotate(32deg);
	}
	.bl-burger.is-active .bl-burger-bars::after {
		top: 50%;
		transform: translate(-50%, -50%) rotate(-32deg);
	}
	.bl-burger.is-active .bl-burger-bar {
		display: none;
	}
	.bl-burger-bars {
		position: relative;
		display: block;
		align-self: end;
		width: 3.12rem;
		height: 2rem;
		margin: 0 auto;
		transition: all 0.3s ease;
	}
	.bl-burger-bar,
	.bl-burger-bars::before,
	.bl-burger-bars::after {
		position: absolute;
		left: 50%;
		width: 117%;
		height: 0.125rem;
		content: "";
		background: #543d27;
		transition: all 0.3s ease;
		transform: translate(-50%, -50%);
	}
	.bl-burger-bars::before {
		top: 0;
	}
	.bl-burger-bars::after {
		top: 100%;
	}
	.bl-burger-bar {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	/* ナビ */
	.bl-gnav {
		width: 100%;
		height: calc(100vh - 8.125rem);
		background: rgba(30, 190, 91, 0.9);
		position: fixed;
		top: 8.125rem;
		left: 0;
		z-index: 90;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
		border: none;
	}
	.bl-gnav.is-active {
		transform: translateX(0);
		transition: transform 0.3s ease-in-out;
	}
	.bl-gnav-inner {
		padding: 1.5rem 1.25rem 3rem;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		overflow-y: scroll;
		gap: 2rem;
	}
	.bl-gnav-inner > li {
		width: 100%;
		height: auto;
		border-left: none;
	}
	.bl-gnav-inner > li > a {
		display: block;
		text-align: center;
		font-size: 2rem;
		color: #fff;
	}
	.bl-btn-list.sp{
		display: flex;
		margin-top: 2rem;
	}
	.bl-gnav .el-btn {
		width: 20.125rem;
		height: 5rem;
		padding-left: 3.5rem;
		position: relative;
	}
	.bl-gnav .el-btn.--contact{
		border: 0.125rem solid #fff;
	}
	.bl-gnav .el-btn::before{
		content: '';
		position: absolute;
		width: 3.5rem;
		height: 3.5rem;
		top: 50%;
		left: 2rem;
		transform: translateY(-50%);
	}
	.bl-gnav .el-btn.--join::before{
		width: 5.75rem;
		height: 2.4375rem;
	}
	/* 閉じるボタン */
	.bl-gnav .el-gnav-btn {
		width: 35rem;
		height: 4rem;
		font-size: 1.875rem;
		font-weight: 500;
		background: #fff;
		color: #543d27;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.5rem;
		margin-top: 3rem;
		flex-shrink: 0;
	}
}

/*=============================
footer
=============================*/
.ly-foot {
	background: #1ebe5b;
	position: relative;
}
.ly-foot-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4rem 0;
	gap: 3.5rem;
	position: relative;
}
/* ロゴ */
.bl-foot-left{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}
.bl-foot-logo {
	display: block;
	width: 25rem;
}
.bl-soramame-logo{
	width: 6.25rem;
}
.bl-soramame-logo > img{
	border-radius: 12.5rem;
}
/* ナビ */
.bl-foot-gnav {
	width: 53.75rem;
}
.bl-foot-gnav-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.5rem;
}
.bl-foot-gnav-inner > li > a {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
}
/* コピーライト */
.bl-foot-copyright {
	width: 100%;
	height: 2rem;
	background: #1ebe5b;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.bl-foot-copyright small {
	color: #fff;
	font-size: 0.75rem;
	font-family: Verdana; /* Android */
}
/* ページトップボタン */
.bl-pagetop {
	width: 75rem;
	height: 0;
	margin: 0 auto;
	text-align: right;
	position: relative;
}
.bl-pagetop span {
	width: 4.125rem;
	height: 4.125rem;
	z-index: 900;
}
.bl-pagetop img {
	opacity: 0;
}
.bl-pagetop .fade img {
	transition: all 0.5s ease-in-out;
}
.bl-pagetop .in img {
	opacity: 1;
	cursor: pointer;
}

@media screen and (width <= 87.5rem) {
	/* ページトップボタン */
	.bl-pagetop {
		width: 100%;
	}
	.bl-pagetop span {
		right: 1.875rem;
	}
}
@media screen and (width <= 750px) {
	/* footer */
	.ly-foot-inner {
		width: 100%;
		height: auto;
		padding: 7.5rem 1.5rem 11.25rem;
		gap: 4rem;
	}
	.bl-foot-left {
		width: 100%;
	}
	.bl-foot-logo{
		width: 28.125rem;
	}
	.bl-soramame-logo{
		width: 7.5rem;
	}
	/* ナビ */
	.bl-foot-gnav {
		width: 100%;
		order: 1;
	}
	.bl-foot-gnav-inner {
		display: grid;
		grid-template: repeat(6, auto) / 1fr 1fr;
		grid-auto-flow: column;
		gap: 2rem 1.5rem;
	}
	.bl-foot-gnav-inner > li > a {
		font-size: 1.875rem;
	}
	/* コピーライト */
	.bl-foot-copyright {
		height: 3.125rem;
	}
	.bl-foot-copyright small {
		font-size: 1rem;
	}
	/* ページトップボタン */
	.bl-pagetop {
		width: 46.875rem;
		z-index: 90;
	}
	.bl-pagetop span {
		width: 6.25rem;
		height: 6.25rem;
		right: 2rem;
		bottom: 2rem;
	}
}

/*=============================
CTA
=============================*/
.bl-cta .ly-cont-inner::before{
	content: '';
	position: absolute;
	background: url(../images/common/illust-cta01.svg) top center / cover no-repeat;
	width: 17.5rem;
	height: 9.25rem;
	bottom: -9.9375rem;
	left: -1.875rem;
}
.bl-cta .ly-cont-inner::after{
	content: '';
	position: absolute;
	background: url(../images/common/illust-cta02.svg) top center / cover no-repeat;
	width: 6.75rem;
	height: 10.625rem;
	bottom: -9.875rem;
	right: 9.1875rem;
}
.bl-cta .bl-btn-list{
	margin: 3.5rem auto 0;
}
.bl-cta .el-btn {
	width: 13.75rem;
	height: 3.5rem;
	padding-left: 2.625rem;
}
.bl-cta .el-btn::before{
	content: '';
	position: absolute;
}
.bl-cta .el-btn.--join::before{
	width: 3.875rem;
	height: 1.6875rem;
	left: 1.875rem;
}
.bl-cta .el-btn.--contact::before{
	width: 2.5rem;
	height: 2.5rem;
	left: 1.5rem;
}
.bl-sns-list{
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 1.5rem;
}
.el-sns{
	display: block;
	width: 3rem;
}
@media screen and (width <= 750px) {
	.bl-cta .ly-cont-inner::before{
		width: 17.5rem;
		height: 9.25rem;
		bottom: -12.375rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.bl-cta .ly-cont-inner::after{
		content: none;
	}
	.bl-cta .bl-btn-list{
		margin: 4rem auto 0;
	}
	.bl-cta .el-btn {
		width: 20.125rem;
		height: 5rem;
		padding-left: 3.5rem;
	}
	.bl-cta .el-btn.--join::before{
		width: 5.75rem;
		height: 2.4375rem;
		left: 2rem;
	}
	.bl-cta .el-btn.--contact::before{
		width: 3.5rem;
		height: 3.5rem;
		left: 2rem;
	}
	.bl-sns-list{
		gap: 2rem;
		margin-top: 2.5rem;
	}
	.el-sns{
		width: 4rem;
	}
}

/*=============================
新着
==============================*/
.bl-vert-posts:not(:first-of-type){
	margin-top: 1.5rem;
}
.bl-vert-posts > a {
	padding: 1.5rem 2.5rem;
	background: #fff;
	color: #543d27;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 0.5rem;
}
.bl-vert-posts-header {
	flex: 0 1 17.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.el-date {
	font-size: 0.875rem;
}
.el-cat-label {
	min-width: 6.25rem;
	max-width: 9rem;
	min-height: 1.75rem;
	font-size: 1rem;
	color: #fff;
	background: #ccc;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 0 1rem 0.0625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
}
.el-cat-label.all {
	background: #543d27;
}
.el-cat-label.news {
	background: #1ebe5b;
}
.el-cat-label.column {
	background: #ff9b00;
}
.el-vert-posts-ttl {
	flex: 1;
	font-size: 1.0625rem;
	font-weight: normal;
}
@media screen and (width <= 750px) {
	.bl-vert-posts > a {
		gap: 1.5rem;
		padding: 2rem 2.5rem;
	}
	.bl-vert-posts-header {
		flex: 100%;
	}
	.el-date {
		font-size: 1.5rem;
	}
	.el-cat-label {
		min-width: 8rem;
		max-width: 30rem;
		min-height: 2.625rem;
		font-size: 1.375rem;
		padding: 0 1rem;
	}
	.el-vert-posts-ttl {
		font-size: 1.75rem;
	}
}

/*=============================
aside
==============================*/
.bl-aside {
	border-radius: 0.5rem;
	background: #fff;
	padding-bottom: 2.5rem;
	border: 0.0625rem solid #1ebe5b;
}
.el-aside-ttl {
	border-radius: 0.5rem 0.5rem 0 0;
	height: 4rem;
	color: #fff;
	background: #1ebe5b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.075rem;
}
.bl-aside-post-list > li {
	border-bottom: 0.025rem solid #543d27;
}
.bl-aside-post-list > li > a {
	padding: 1.5rem;
	font-size: 1rem;
	display: block;
}
.bl-aside .el-btn{
	width: 16.25rem;
	margin: 2rem auto 0;
}
@media screen and (width <= 750px) {
	/* aside */
	.bl-aside {
		padding-bottom: 2.5rem;
	}
	.el-aside-ttl {
		height: 5rem;
		font-size: 1.875rem;
	}
	.bl-aside-post-list > li > a {
		padding: 2rem;
		font-size: 1.625rem;
	}
}

/*=============================
ページナビ
==============================*/
/* wp-pagenavi */
.wp-pagenavi {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}
.wp-pagenavi > * {
	font-size: 1.0625rem;
	font-weight: bold;
	color: #fff;
	border-radius: 0.5rem;
	min-width: 2.25rem;
	height: 2.5rem;
	padding: 0 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}
.wp-pagenavi a {
	background: #fff;
	border: 0.125rem solid #1ebe5b;
	color: #543d27;
}
.wp-pagenavi .current {
	background: #1ebe5b;
}
.wp-pagenavi .extend {
	color: #545454;
	font-size: 1rem;
}
/* カテゴリ */
.bl-cat {
	width: 100%;
	border: 0.125rem solid #1ebe5b;
	border-radius: 0.5rem;
	background: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 3.5rem;
	padding: 2.125rem;
}
.el-cat-ttl {
	color: #543d27;
	font-size: 1.25rem;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-bottom: 1.5rem;
}
.bl-cat-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}
.bl-cat-list .el-cat-label {
	min-width: 8.75rem;
	min-height: 2.5rem;
	font-size: 1.125rem;
}
@media screen and (width <= 750px) {
	/* wp-pagenavi */
	.wp-pagenavi {
		margin-top: 4rem;
	}
	.wp-pagenavi > * {
		font-size: 1.75rem;
		min-width: 3.125rem;
		height: 3.75rem;
		padding-bottom: 0.125rem;
	}
	.wp-pagenavi .extend {
		display: none;
	}
	/* カテゴリ */
	.bl-cat {
		padding: 2rem;
		margin-bottom: 4rem;
	}
	.el-cat-ttl {
		font-size: 2rem;
	}
	.bl-cat-list {
		gap: 1.5rem;
	}
	.bl-cat-list .el-cat-label {
		min-width: 10rem;
		min-height: 3.375rem;
		font-size: 1.625rem;
	}
}

/*=============================
flow
=============================*/
.bl-flow-list{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.bl-flow-item{
	width: 17.5rem;
	padding: 1.5rem;
	background: #fff;
	border-radius: 0.5rem;
	position: relative;
}
.bl-flow-item::before{
	content: '1.';
	position: absolute;
	font-size: 1.875rem;
	font-weight: bold;
	color: #1ebe5b;
	top: 0.5rem;
	left: 1.5rem;
}
.bl-flow-item:nth-of-type(2)::before{
	content: '2.';
}
.bl-flow-item:nth-of-type(3)::before{
	content: '3.';
}
.bl-flow-item:nth-of-type(4)::before{
	content: '4.';
}
.bl-flow-img-wrapper{
	width: 11.25rem;
	margin: 0 auto 0.5rem;
}
.bl-flow-img-wrapper > img{
	background: #fff;
}
.el-flow-ttl{
	color: #543d27;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.075rem;
	margin-bottom: 1.5rem;
}
@media screen and (width <= 750px) {
	.bl-flow-list{
		gap: 2rem;
	}
	.bl-flow-item{
		width: 100%;
		padding: 2rem;
		display: flex;
		align-items: center;
		gap: 1.5rem;
	}
	.bl-flow-item::before{
		font-size: 2.5rem;
		top: 0.5rem;
		left: 2rem;
	}
	.bl-flow-img-wrapper{
		width: 12.5rem;
		margin: 0 auto;
	}
	.bl-flow-body{
		width: 25rem;
	}
	.el-flow-ttl{
		font-size: 2rem;
		text-align: left;
		margin-bottom: 1.5rem;
	}
	.el-flow-txt{
		font-size: 1.625rem;
	}
}

/*=============================
faq
=============================*/
.bl-tab-list{
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	position: relative;
}
.bl-tab-list::before{
	content: '';
	position: absolute;
	background: url(../images/common/illust-faq.svg) top center / contain no-repeat;
	width: 10.875rem;
	height: 9.625rem;
	bottom: -2.0625rem;
	right: 1.5rem;
}
.el-tab{
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.075rem;
	color: #543d27;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20rem;
	height: 5rem;
	background: #fff;
	border-radius: 0.5rem;
	border: 0.125rem solid #1ebe5b;
}
.el-tab.--active{
	background: #1ebe5b;
	color: #fff;
}
.bl-faq-list {
	display: none;
}
.bl-faq-list.--active{
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}
.bl-faq-item{
	border: 0.125rem solid #1ebe5b;
	border-radius: 0.5rem;
	background: #fff;
}
.bl-q {
	display: block;
	color: #543d27;
	padding: 2.5rem 5rem 2.5rem;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.075rem;
	border-radius: 0.5rem;
	position: relative;
}
.bl-q::before {
	content: 'Q';
	position: absolute;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.075rem;
	top: 49%;
	left: 2.5rem;
	transform: translateY(-50%);
}
.bl-q::after {
	content: '＋';
	position: absolute;
	line-height: 1;
	width: 2.5rem;
	height: 2.5rem;
	border: 0.0625rem solid;
	border-radius: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0.125rem 0.0625rem;
	top: 50%;
	right: 2.5rem;
	transform: translateY(-50%);
}
.bl-faq-item[open] .bl-q::after {
	content: '－';
}
.bl-a{
	overflow: hidden;
	position: relative;
}
.bl-a > * {
	padding: 1.5rem 5rem;
	border-top: 0.0625rem solid #543d27;
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	position: relative;
}
.bl-a > *:first-of-type::before {
	content: 'A';
	position: absolute;
	color: #543d27;
	font-weight: 500;
	font-size: 1.625rem;
	letter-spacing: 0.075rem;
	top: 50%;
	left: 2.5rem;
	transform: translateY(-50%);
}
/* アコーディオン */
.bl-faq details::details-content {
	content-visibility: unset;
	display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
	.bl-faq details::details-content {
		transition-duration: 0.5s;
		transition-property: grid-template-rows;
	}
}
.bl-faq details:not([open])::details-content {
	grid-template-rows: 0fr;
}
.bl-faq details[open]::details-content {
	grid-template-rows: 1fr;
}
@media screen and (width <= 750px) {
	.bl-tab-list::before{
		bottom: unset;
		top: -9.5625rem;
		right: 0.75rem;
	}
	.el-tab{
		font-size: 1.625rem;
		width: 20.75rem;
		height: 6.25rem;
	}
	.bl-q {
		padding: 2.5rem 5rem 2.5rem 4.5rem;
		font-size: 1.875rem;
	}
	.bl-q::before {
		font-size: 2.125rem;
		left: 1.5rem;
	}
	.bl-q::after {
		width: 3.5rem;
		height: 3.5rem;
		right: 1rem;
	}
	.bl-a > * {
		padding: 2.5rem 4.5rem 2.5rem;
	}
	.bl-a > *:first-of-type::before {
		font-size: 2.125rem;
		left: 1.5rem;
	}
}