
/* ----------------------------------------
自治体 gov
---------------------------------------- */
.gov_sec_tl {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}
/* 自治体 メイン gov_main
---------------------------------------- */
.gov_main {
	background: var(--main-color);
	padding: 20px 0 80px;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0px -5px 10px rgba(0, 0, 0, .1);
}
.gov_main::before {
	background: url(/scene/img/common/main_shape01.webp) 0 0 no-repeat;
	width: 420px;
	height: 270px;
	top: -60px;
	left: 60px;
	position: absolute;
	content: "";
}
.gov_main::after {
	background: url(/scene/img/common/main_shape02.webp) 0 0 no-repeat;
	width: 490px;
	height: 280px;
	bottom: -100px;
	right: 60px;
	position: absolute;
	content: "";
}
.gov_main_inner {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.gov_main_box {
	position: relative;
	z-index: 1;
}
.gov_main_sb_catch {
	font-size: 55px;
	line-height: 97px;
	font-weight: 700;
	color: #fff;
}
.gov_main_sb_catch span {
	font-size: 60px;
	letter-spacing: 0.15em;
}
.gov_main_tl {
	color: #fff;
	font-size: 70px;
	line-height: 85px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.gov_main_tl span {
	color: var(--point-color);
}
.gov_main_catch_txt {
	color: #fff;
	padding-left: 10px;
	margin-bottom: 30px;
	font-size: 15px;
}
.gov_main_catch_contact {
	display: flex;
	gap: 20px;
}
a.btn_scene_main {
	height: 70px;
	border: none;
	border-radius: 35px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	margin: 0;
}
.gov_main_image {
	padding-bottom: 100px;
}
.gov_main_chara {
	position: absolute;
	bottom: -20px;
	right: 150px;
}
/* 自治体 課題 gov_assign
---------------------------------------- */
.gov_assign {
	width: 1200px;
	background: #fff;
	margin: -60px auto 60px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 50px;
}
.gov_assign_li {
	display: flex;
	justify-content: center;
	gap: 60px;
	flex-wrap: wrap;
	& li {
		width: 530px;
		box-sizing: border-box;
		background: #f6f6f6;
		border-radius: 10px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
		padding: 30px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	& .graph {
		width: 820px;
		position: relative;
	}
	& .graph_source {
		position: absolute;
		bottom: -25px;
		right: 0;
		font-size: 12px;
	}
}
.gov_assign_heading {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	& span {
		background: linear-gradient(transparent 60%, #f0c274 60%);
	}
}
.gov_assign_txt {
	margin-top: 20px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;
}
.gov_assign_txt span {
	letter-spacing: -0.02em;
}
/* 自治体 活用シーン gov_scene
---------------------------------------- */
.gov_scene {
	margin: 200px auto 0;
	padding-bottom: 85px;
	background: var(--main-bright-color);
	position: relative;
	&::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 160px;
	}
	&:before {
		background: url(/scene/img/common/bg_wave_top.webp) 50% 0 no-repeat;
		top: -160px;
		left: 0;
	}
}
.gov_scene_arrow {
	position: absolute;
	width: 36px;
	top: -193px;
	left: calc(50% - 18px);
}
.gov_section_tl {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
.gov_tl_yellow {
	background: linear-gradient(transparent 60%, var(--point-color) 60%);
}
.gov_scene_sb {
	color: #000;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 60px;
}
.gov_scene_list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.gov_scene_box {
	width: 580px;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
}
.gov_scene_li_tl {
	background: var(--main-color);
	border-radius: 20px 20px 0 0;
	padding: 8px 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.gov_scene_li_inner {
	padding: 30px;
}
.gov_scene_li_inner div {
	display: flex;
	gap: 25px;
	align-items: flex-start;
}
.gov_scene_li_inner div img {
	display: block;
	width: 220px;
}
.gov_scene_li_desc {
	color: #111111;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	text-align: left;
}


/* 自治体 機能 gov_tool
---------------------------------------- */
.gov_tool {
	margin: 100px 0 70px;
}
.gov_tool_sb_box {
	text-align: center;
}
.gov_tool_sb {
	background-color: #f5f5f5;
	border-radius: 15px;
	padding: 30px 43px;
	color: #000000;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	margin-bottom: 42px;
}
.gov_tool_list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.gov_tool_box {
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.gov_tool_li_tl_box {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-bottom: 40px;
}
.gov_tool_index {
	color: #ffffff;
	font-size: 25px;
	line-height: 1;
	font-weight: 500;
	background-color: var(--main-color);
	border-radius: 5px;
	padding: 8px 15px;
}
.gov_tool_list_tl {
	color: #111111;
	font-size: 28px;
	line-height: 26px;
	font-weight: 500;
}
.info_tool_li_inner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.info_tool_li_inner li {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gov_tool_check {
	display: block;
	margin-bottom: 14px;
}
.gov_tool_in_tl {
	color: var(--main-color);
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 25px;
}
.info_tool_li_inner li div {
	width: 226px;
	height: 130px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gov_tool_image {
	display: block;
}
.gov_tool_desc {
	color: #111111;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
	width: 330px;
}
.info_tool_content {
	display: flex;
	gap: 80px;
	width: 1050px;
	margin: 0 auto;
}
.info_tool_content img {
	display: block;
}
.info_tool_content .gov_tool_desc {
	width: auto;
}
/* 自治体 選ばれる理由 gov_reason
---------------------------------------- */
.gov_reason {
	margin-bottom: 114px;
}
.gov_reason_inner {
	max-width: 95%;
	margin: 0 auto;
	border-radius: 50px;
	background-color: var(--main-color);
	padding: 76px 200px 87px;
	box-sizing: border-box;
}
.gov_reason_tl {
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	position: relative;
	text-align: center;
	margin-bottom: 76px;
}
.gov_tl_dot {
	background-image: radial-gradient(circle at center, var(--point-color) 20%, transparent 23%);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	padding-top: 10px;
}
.gov_reason_tl::after {
	position: absolute;
	content: "";
	background-image: url(/scene/img/governments/reason_tl_line.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 30px;
	height: 3px;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gov_reason_list {
	display: flex;
	gap: 60px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.gov_reason_list::before {
	position: absolute;
	content: "";
	background-image: url(/scene/img/governments/reason_plus.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 88px;
	height: 88px;
	z-index: 1;
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
}
.gov_reason_box {
	width: 470px;
	background-color: #ffffff;
	border-radius: 40px;
	position: relative;
	padding: 26px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gov_reason_box::before {
	content: url(/scene/img/governments/reason_check.webp);
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 66px;
}
.gov_reason_li_tl {
	color: #111111;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	height: 63px;
	margin-bottom: 30px;
	text-align: center;
	padding-left: 50px;
}
.gov_reason_inner img {
	display: block;
	margin-bottom: 34px;
}
.gov_reason_box div {
	background-color: #f6f6f6;
	border-radius: 20px;
	height: 110px;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gov_reason_li_desc {
	color: #111111;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 500;
}
.gov_reason_link {
	color: var(--main-color);
	font-size: 12px;
	line-height: 1.7;
	font-weight: 500;
	text-decoration: underline;
	padding-right: 12px;
	position: relative;
	text-align: right;
	display: block;
	transition: 0.3s;
	text-underline-offset: 6px;
}
.gov_reason_link::after {
	position: absolute;
	content: "";
	background-image: url(/scene/img/governments/reason_right.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 9px;
	height: 14px;
}
.gov_reason_link:hover {
	transition: 0.3s;
	transform: translateY(3px);
}
