@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. トピックパス
　02. ローカルナビ
　03. インナーブロック
　04. 見出し
　05. ご相談・お問い合わせボタン
　06. 追従ボタン

******************************************************************************* */
/* ==

　01. トピックパス

=============================================================================== */
/* ==

　02. ローカルナビ

=============================================================================== */
.fwwNav01 {
	padding: 30px 0 0;
}
.fwwNav01 ul {
	display: flex;
	justify-content: center;
	height: 69px;
}
.fwwNav01 ul li {
	width: 100%;
	max-width: 300px;
	height: 100%;
	line-height: 1;
}
.fwwNav01 ul li a,
.fwwNav01 ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.fwwNav01 ul li a {
	background: #e5e5e5;
	color: #aaaaaa;
	text-decoration: none;
}
.fwwNav01 ul li span {
	background: #f8f4ec;
	color: #00904f;
}
.fwwNav01 ul li.fwwNav01_nav01 {
	font-style: normal;
	font-weight: 400;
	font-size: 166.6666666667%;
	font-family: "Varela Round", sans-serif;
}
.fwwNav01 ul li.fwwNav01_nav01 a,
.fwwNav01 ul li.fwwNav01_nav01 span {
	border-radius: 40px 0 0 0;
}
.fwwNav01 ul li.fwwNav01_nav02 {
	font-size: 150%;
}
.fwwNav01 ul li.fwwNav01_nav02 a,
.fwwNav01 ul li.fwwNav01_nav02 span {
	border-radius: 0 40px 0 0;
}
/* ==

　03. インナーブロック

=============================================================================== */
.fwwInner01 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.fwwInner02 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.fwwInner03 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
/* ==

　04. 見出し

=============================================================================== */
.fwwTtlWrap01 {
	max-width: 500px;
	margin: 0 auto;
}
.fwwTtl01 {
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #1c8b4d;
	color: #1c8b4d;
	font-size: 250%;
	line-height: 1.3333333333;
	text-align: center;
}
.fwwTtl01>span {
	display: inline-block;
	margin-right: 16px;
	font-style: normal;
	font-weight: 400;
	font-family: "Varela Round", sans-serif;
}
.fwwTxt01 {
	color: #1c8b4d;
	font-size: 150%;
	line-height: 1.5555555556;
	text-align: center;
}
/* ==

　05. ご相談・お問い合わせボタン

=============================================================================== */
.fwwBtn01 {
	font-weight: 700;
	font-size: 200%;
	line-height: 1.6666666667;
	text-align: center;
}
.fwwBtn01 a {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	height: 85px;
	padding: 8px 42px;
	border-radius: 40px/50%;
	background: #107657;
	color: #fff;
	text-decoration: none;
}
/* ==

　06. 追従ボタン

=============================================================================== */
.fwwFixBtn01 {
	z-index: 2;
	position: fixed;
	top: 288px;
	right: 0;
	font-size: 150%;
	line-height: 1;
	text-align: center;
}
.fwwFixBtn01 a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 130px;
	padding: 0 16px 0 29px;
	gap: 12px 0;
	border-radius: 40px 0 0 40px;
	background: #107657;
	color: #fff;
	text-decoration: none;
}
