
/* ----------------------------------------
自治体 gov
---------------------------------------- */
.gov_sec_tl {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}
/* 自治体 メイン gov_main
---------------------------------------- */
.gov_main {
	background: var(--main-color);
    padding: 50px 0 30px;
    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); 
	content: "";
    display: block;
    position: absolute;
	width: 420px;
    height: 270px;
    top: -40px;
    left: -60px;
}
.gov_main::after {
	background: url(/scene/img/common/main_shape02.webp);
	width: 490px;
    height: 280px;
    bottom: -20px;
    right: -20px;
	content: "";
	display: block;
	position: absolute;
}
.gov_main_inner {
	width: 94vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.gov_main_box {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.gov_main_sb_catch {
	color: #fff;
    font-size: 6vw;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.gov_main_sb_catch span {
	letter-spacing: 0.15em;
}
.gov_main_tl {
	color: #fff;
	font-size: 11vw;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.gov_main_tl span {
	color: var(--point-color);
}
.gov_main_catch_txt {
    color: #fff;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.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 img {
	width: 80vw;
	margin: 0 auto;
	display: block;
}
.gov_main_chara {
	position: absolute;
	bottom: -30px;
	right: 10px;
}
.gov_main_chara img {
	display: block;
	width: 40vw;
}

/* 自治体 課題 gov_assign
---------------------------------------- */
.gov_assign {
    background: #fff;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    box-sizing: border-box;
}
.gov_assign_li {
	width: 90vw;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto;
	& li {
		width: 100%;
		box-sizing: border-box;
		background: #f6f6f6;
		border-radius: 10px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
		padding: 4vw;
		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: 22px;
	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: 1.4;
	font-weight: 700;
}
.gov_assign_txt span {
	letter-spacing: -0.02em;
}
/* 自治体 活用シーン gov_scene
---------------------------------------- */
.gov_scene {
	margin: 140px auto 0;
	padding-bottom: 40px;
	background: var(--main-bright-color);
	position: relative;
}

.gov_scene::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 100px;
	background: url(/scene/img/common/bg_wave_top.webp) 50% 0 no-repeat;
	top: -100px;
	left: 0;
	background-size: auto 100px;
	content: "";
}

.gov_scene_arrow {
	position: absolute;
	width: 24px;
	top: -124px;
	left: calc(50% - 12px);
}
.gov_section_tl {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}
.gov_tl_yellow {
	background: linear-gradient(transparent 60%, var(--point-color) 60%);
}
.gov_scene_sb {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.gov_scene_list {
	width: 90vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.gov_scene_box {
	width: 100%;
	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;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	height: 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gov_scene_li_inner {
	padding: 15px;
}
.gov_scene_li_inner div {
	display: flex;
	gap: 25px;
	flex-direction: column;
}
.gov_scene_li_inner div img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.gov_scene_li_desc {
	color: #111111;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 500;
	text-align: left;
}


/* 自治体 機能 gov_tool
---------------------------------------- */
.gov_tool {
	margin: 40px 0;
}
.gov_tool_sb_box {
	text-align: center;
}
.gov_tool_sp_tl_s {
	font-size: 18px;
}
.gov_tool_sb {
	background-color: #f5f5f5;
	border-radius: 15px;
	padding: 10px 15px;
	color: #000000;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
}
.gov_tool_list {
	width: 90vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.gov_tool_box {
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.gov_tool_li_tl_box {
	margin-bottom: 20px;
}
.gov_tool_index {
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	background-color: var(--main-color);
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
}
.gov_tool_list_tl {
	color: #111111;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.info_tool_li_inner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 30px;
}
.info_tool_li_inner li {
	width: 100%;
	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 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gov_tool_image {
	display: block;
}
.gov_tool_desc {
	color: #111111;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	text-align: left;
}
.info_tool_content {
	display: flex;
	gap: 15px;
	flex-direction: column;
	margin: 0 auto;
}
.info_tool_content img {
	display: block;
}
.info_tool_content .gov_tool_desc {
	width: auto;
}
/* 自治体 選ばれる理由 gov_reason
---------------------------------------- */
.gov_reason {
	margin-bottom: 40px;
	background-color: var(--main-color);
}
.gov_reason_inner {
	padding: 100px 0;
	box-sizing: border-box;
	width: 90vw;
	margin: -90px auto 0;
}
.gov_reason_tl {
	color: #ffffff;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.gov_tl_dot {
	background-image: radial-gradient(circle at center, var(--point-color) 20%, transparent 30%);
	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: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gov_reason_list {
	display: flex;
	gap: 20px;
	position: relative;
	flex-direction: column;
	width: 90vw;
	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: -50px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	z-index: 1;
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
}
.gov_reason_box {
	background-color: #ffffff;
	border-radius: 40px;
	position: relative;
	padding: 15px 20px 20px 20px;
	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: 17px;
	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;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gov_reason_li_desc {
	color: #111111;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
}
.gov_reason_link {
	color: var(--main-color);
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	text-decoration: underline;
	padding-right: 20px;
	position: relative;
	margin: 10px auto 0;
	text-align: right;
	display: block;
}
.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;
}

