@charset "utf-8";



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名
--
lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/


/*================================
ここから全サイズ適用
================================*/

/*================================
共通パーツ
================================*/

/*タイトル*/
/*-----------------------------*/
/*heading01*/
.u-heading01 {
	margin-bottom: 1rem;
	padding: 1rem 1rem;
	background: #a6ded4;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: var(--theme-color01);
}
.u-heading01.-type02 {
	background: #ebc4cc;
	color: #e9718a;
}
/*heading02*/
.u-heading02 {
	margin-bottom: 3rem;
	padding: 0.5rem 1rem;
	background: #52b98c;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}
/*heading03*/
.u-heading03 {
	padding: 0.5rem 1rem;
	background: #52b98c;
	border-radius: 4rem;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}
/*count_heading*/
.u-count_heading {
	margin-bottom: 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
	gap: 2rem;
}
.u-count_num {
	width: 7rem;
	font-family: "Zen Old Mincho", serif;
	font-size: 6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #a6ded4;
}
.u-count_main {
	width: calc(100% - (7rem + 2rem));
}
/*cont_heading03*/
.cont_heading03.-fukidashi {
	position: relative;
	z-index: 1;
}
.cont_heading03.-fukidashi::before {
	position: absolute;
	z-index: 1;
	content: "";
	right: 2.2rem;
	bottom: 1px;
	translate: 0 100%;
	width: 1.8rem;
	height: 1.6rem;
	background: var(--theme-color01);
	clip-path: polygon(0 0,100% 0,50% 100%);
}

/*テキスト*/
/*-----------------------------*/
.u-text01 {}

/*border*/
/*-----------------------------*/
[class*="frame-"].u-border01 {
	border: 2px solid #b5cfb6;
}
[class*="frame-"].u-border02 {
	border: 2px solid #eeb5c1;
}

/*hex_group*/
/*-----------------------------*/
/*hex01*/
.u-hex01_group {
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem 0;
}
.u-hex01_item {
	width: calc(100%/4 + 1rem*2);
	aspect-ratio: 16/8;
	margin: 0 -1rem;
	padding: 1rem;
	background: rgba(88, 166, 90, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: var(--theme-color01);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
/*hex02*/
.u-hex02_group {
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem 1rem;
}
.u-hex02_item {
	position: relative;
	z-index: 1;
	width: calc(100%/5 - 1rem*4/5);
	aspect-ratio: 16/13;
	padding: 1rem;
	background: var(--theme-color02);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: var(--theme-color01);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.u-hex02_item::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 1px;
	top: 1px;
	width: calc(100% - 1px*2);
	height: calc(100% - 1px*2);
	background: #fff;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
/*hex03*/
.u-hex03_group {
	margin-inline: auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem 1rem;
}
.u-hex03_item {
	position: relative;
	z-index: 1;
	width: calc(100%/4 - 1rem*3/4);
	aspect-ratio: 16/13;
	padding: 1rem;
	background: var(--theme-color02);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: var(--theme-color01);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.u-hex03_item::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 1px;
	top: 1px;
	width: calc(100% - 1px*2);
	height: calc(100% - 1px*2);
	background: #fff;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/*badge*/
/*-----------------------------*/
.u-badge {
	padding: 0.2rem 1.2rem;
	background: var(--theme-color02);
	border-radius: 2rem;
	font-family: "Zen Kaku Gothic New";
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

/*step*/
/*-----------------------------*/
.u-step_wrap {
	margin-bottom: 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	flex-flow: row wrap;
	gap: 1rem;
}
.u-step_en {
	width: 9.4rem;
	padding: 0 1rem;
	background: var(--theme-color01);
	border-radius: 6px;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #fff;
}
.u-step_title {
	width: calc(100% - (9.4rem + 1rem));
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	color: var(--theme-color02);
}

/*table*/
/*-----------------------------*/
.u-tbl01 {
	background: #fff;
}
.u-tbl01 tr:nth-child(odd) {
	background: var(--theme-color03);
}
.u-tbl01 tr th:not(:last-child),
.u-tbl01 tr td:not(:last-child) {
	border-right: 1px solid var(--theme-color02);
}
.u-tbl01_th01 {
	width: calc(100%/3);
	padding: 1rem 2rem;
	background: var(--theme-color01);
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	vertical-align: middle;
}
.u-tbl01_th02 {
	padding: 1rem 2rem;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
}
.u-tbl01_td {
	padding: 1rem 2rem;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.5;
	vertical-align: middle;
}

/*================================
ページ内リンク
===============================*/
.u-page_menu_group {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 1.6rem 2rem;
}
.u-page_menu_item {
	position: relative;
	z-index: 1;
	top: 0;
	transition: 0.4s;
	width: calc(100%/3 - 2rem*2/3);
	padding: 4px;
	background: #fff;
}
.u-page_menu_item:hover {
	top: -4px;
}
.u-page_menu_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 1rem 2rem;
	border: 1px solid var(--theme-color02);
}
.u-page_menu_p {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #333;
}


/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {

	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	/*heading01*/
	.u-heading01 {}
	.u-heading01.-type02 {}
	/*heading02*/
	.u-heading02 {}
	/*heading03*/
	.u-heading03 {}
	/*count_heading*/
	.u-count_heading {}
	.u-count_num {}
	.u-count_main {}
	/*cont_heading03*/
	.cont_heading03.-fukidashi {}
	.cont_heading03.-fukidashi::before {}

	/*テキスト*/
	/*-----------------------------*/
	.u-text01 {}

	/*border*/
	/*-----------------------------*/
	[class*="frame-"].u-border01 {}
	[class*="frame-"].u-border02 {}

	/*hex_group*/
	/*-----------------------------*/
	/*hex01*/
	.u-hex01_group {}
	.u-hex01_item {}
	/*hex02*/
	.u-hex02_group {}
	.u-hex02_item {}
	.u-hex02_item::before {}
	/*hex03*/
	.u-hex03_group {}
	.u-hex03_item {}
	.u-hex03_item::before {}

	/*badge*/
	/*-----------------------------*/
	.u-badge {}

	/*step*/
	/*-----------------------------*/
	.u-step_wrap {}
	.u-step_en {}
	.u-step_title {}

	/*table*/
	/*-----------------------------*/
	.u-tbl01 {}
	.u-tbl01 tr:nth-child(odd) {}
	.u-tbl01 tr th:not(:last-child),
	.u-tbl01 tr td:not(:last-child) {}
	.u-tbl01_th01 {}
	.u-tbl01_th02 {}
	.u-tbl01_td {}

	/*================================
	ページ内リンク
	===============================*/
	.u-page_menu_group {}
	.u-page_menu_item {}
	.u-page_menu_item:hover {}
	.u-page_menu_link {}
	.u-page_menu_p {}
	
	
}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {


	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	/*heading01*/
	.u-heading01 {}
	.u-heading01.-type02 {}
	/*heading02*/
	.u-heading02 {}
	/*heading03*/
	.u-heading03 {}
	/*count_heading*/
	.u-count_heading {}
	.u-count_num {}
	.u-count_main {
		width: 100%;
	}
	/*cont_heading03*/
	.cont_heading03.-fukidashi {}
	.cont_heading03.-fukidashi::before {}

	/*テキスト*/
	/*-----------------------------*/
	.u-text01 {}

	/*border*/
	/*-----------------------------*/
	[class*="frame-"].u-border01 {}
	[class*="frame-"].u-border02 {}

	/*hex_group*/
	/*-----------------------------*/
	/*hex01*/
	.u-hex01_group {}
	.u-hex01_item {
		width: 150px;
		aspect-ratio: 16/13;
	}
	/*hex02*/
	.u-hex02_group {}
	.u-hex02_item {
		width: 150px;
	}
	.u-hex02_item::before {}
	/*hex03*/
	.u-hex03_group {}
	.u-hex03_item {
		width: 150px;
	}
	.u-hex03_item::before {}

	/*badge*/
	/*-----------------------------*/
	.u-badge {}

	/*step*/
	/*-----------------------------*/
	.u-step_wrap {}
	.u-step_en {}
	.u-step_title {
		width: 100%;
	}

	/*table*/
	/*-----------------------------*/
	.u-tbl01 {}
	.u-tbl01 tr:nth-child(odd) {}
	.u-tbl01 tr th:not(:last-child),
	.u-tbl01 tr td:not(:last-child) {}
	.u-tbl01_th01 {}
	.u-tbl01_th02 {}
	.u-tbl01_td {}

	/*================================
	ページ内リンク
	===============================*/
	.u-page_menu_group {
		gap: 1rem;
	}
	.u-page_menu_item {
		width: calc(100%/2 - 1rem/2);
	}
	.u-page_menu_item:hover {}
	.u-page_menu_link {}
	.u-page_menu_p {}
	
	
	
}

















