/* ----------------------------------------
金融 
---------------------------------------- */
.sec_tl {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 50px;
}
.under_yellow {
	background: linear-gradient(transparent 60%, var(--point-color) 60%);
}
.tl_yellow {
	color: var(--point-color);
}
/* 金融 メイン main
---------------------------------------- */
.main {
	background: var(--main-color);
	padding: 45px 0 100px;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0px -5px 10px rgba(0, 0, 0, .1);
}
.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: "";
}
.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: "";
}
.main_inner {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.main_box {
	position: relative;
	z-index: 1;
}
.main_tl {
	font-size: 65px;
	line-height: 80px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.main_tl span {
	font-size: 57px;
}
.main_sb_catch {
	margin-bottom: 29px;
}
.main_catch_txt {
	color: #fff;
	padding-left: 10px;
	margin-bottom: 30px;
	font-size: 15px;
}
.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;
}
.main_image {
	padding-bottom: 100px;
}
.main_chara {
	position: absolute;
	bottom: -40px;
	right: 235px;
}
/* 金融 課題 assign
---------------------------------------- */
.assign {
	width: 1200px;
	background: #fff;
	margin: -60px auto 60px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 50px;
}
.assign .sec_tl {
	margin-bottom: 40px;
}
.ass_inner {
	width: 1104px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 42px;
}
.ass_box {
	width: 530px;
}
.ass_box_tl {
	color: var(--main-color);
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	margin-bottom: 24px;
	text-align: center;
}
.ass_box ul {
	display: flex;
	flex-direction: column;
	gap: 37px;
}
.ass_box ul li {
	padding: 38px 25px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.ass_box_01 ul li {
	background-color: #f6f6f6;
}
.ass_box_02 ul li {
	background-color: #f4f9fe;
}
.ass_box ul li::before {
	position: absolute;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 98px;
	height: 108px;
	top: -20px;
	right: 6px;
}
.ass_li_1-1::before {
	background-image: url(/scene/img/financialservices/ass_1-1.webp);
}
.ass_li_1-2::before {
	background-image: url(/scene/img/financialservices/ass_1-2.webp);
}
.ass_li_1-3::before {
	background-image: url(/scene/img/financialservices/ass_1-3.webp);
}
.ass_li_1-4::before {
	background-image: url(/scene/img/financialservices/ass_1-4.webp);
}
.ass_li_2-1::before {
	background-image: url(/scene/img/financialservices/ass_2-1.webp);
}
.ass_li_2-2::before {
	background-image: url(/scene/img/financialservices/ass_2-2.webp);
}
.ass_li_2-3::before {
	background-image: url(/scene/img/financialservices/ass_2-3.webp);
}
.ass_li_tl {
	color: #111111;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin-bottom: 32px;
	& span {
		background: linear-gradient(transparent 60%, #f0c274 60%);
	}
}
.ass_li_desc {
	color: #111111;
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;
}
/* 金融 活用シーン scene
---------------------------------------- */
.can {
	margin: 90px auto 0;
	padding-bottom: 322px;
	background: var(--main-color);
	position: relative;
}
.can_arrow {
	position: absolute;
	width: 36px;
	top: -90px;
	left: calc(50% - 18px);
}
.can_inner {
	width: 1104px;
	padding-top: 120px;
	text-align: center;
	margin: 0 auto;
}
.can .sec_tl {
	color: #fff;
	margin-bottom: 70px;
	position: relative;
}
.tl_yellow {
	color: var(--point-color);
}
.tl_dot {
	background-position: top 12px left 0px;
	background-repeat: repeat-x;
	background-size: 1em .3em;
	background-image: radial-gradient(0.1em .1em at center center, var(--point-color), var(--point-color) 100%, transparent, transparent);
	padding-top: .6em;
}
.can .sec_tl::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -20px;
	width: 40px;
	height: 3px;
	background: var(--point-color);
}
.can_box {
	width: 950px;
	margin: 0 auto 27px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.can_box_li {
	background-color: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.can_box_li:first-child {
	padding: 12px 73px 60px;
}
.can_box_li:first-child::after {
	position: absolute;
	content: "";
	background-image: url(/scene/img/financialservices/can_plus.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 104px;
	height: 104px;
	bottom: -52px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
.can_box_li:last-child {
	padding: 45px 0 29px;
}
.can_li_index {
	background-color: #f6f6f6;
	border-radius: 10px;
	color: #000;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	padding: 15px 35px;
	margin-bottom: 19px;
	display: inline-block;
}
.can_li_catch {
	color: var(--main-color);
	font-size: 25px;
	line-height: 31px;
	letter-spacing: 0.02em;
	font-weight: 700;
}
.can_box_li:first-child .can_li_catch {
	margin-bottom: 37px;
}
.can_box_li:last-child .can_li_catch {
	margin-bottom: 60px;
}
.can_box_li_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.can_box_li_inner img {
	width: 393px;
	display: block;
}
.can_check_list {
	border-radius: 20px;
	padding: 21px 0 28px 51px;
	gap: 15px;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.can_box_li_inner .can_check_list {
	background-color: #f6f6f6;
	box-sizing: border-box;
	width: 385px;
}
.can_check_list li {
	color: #000;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	position: relative;
}
.can_check_list li::before {
	position: absolute;
	content: "";
	background-image: url(/scene/img/financialservices/can_check.webp);
	width: 17px;
	height: 14px;
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto 0;
}
.can_type_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 840px;
	margin: 0 auto;
}
.can_type_box_li {
	width: 409px;
	background-color: #ebf5fe;
	border-radius: 10px;
	padding: 30px 0 28px;
	align-items: center;
	position: relative;
	display: flex;
	flex-direction: column;
}
.can_type_index {
	background-color: var(--main-color);
	border-radius: 10px;
	padding: 10px 7px 10px 19px;
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	font-size: 19px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	position: absolute;
	top: -20px;
}
.can_type_box_li img {
	margin-bottom: 23px;
}
.can_type_box_li .can_check_list {
	background-color: #fff;
	width: 364px;
	margin: 0 auto;
	box-sizing: border-box;
}
.can_answer_box {
	display: flex;
	align-items: center;
}
.can_answer {
	display: inline-block;
	background-color: var(--point-color);
	border-radius: 20px;
	padding: 37px 32px 38px 86px;
	position: relative;
	color: #111111;
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
}
.can_answer span {
	background: linear-gradient(transparent 60%, #fff 60%);
}
.can_answer::before {
	position: absolute;
	content: "";
	background-image: url(/scene/img/financialservices/light.webp);
	background-position: center;
	background-size: contain;
	width: 41px;
	height: 56px;
	top: 17px;
	left: 42px;
}
/* 金融 機能 tool
---------------------------------------- */
.tool {
	padding: 60px 0 80px;
	background: var(--main-bright-color);
	position: relative;
	&:before {
		background: url(/scene/img/common/bg_wave_top.webp) 50% 0 no-repeat;
		top: -160px;
		left: 0;
	}
	&::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 160px;
	}
}
.tool_tl {
	text-align: center;
	margin-bottom: 80px;
}
.tool_tl_sb {
	position: absolute;
	top: -50px;
	right: calc(50% - 490px);
}
.tool_li {
	display: flex;
	justify-content: center;
	gap: 45px;
}
.tool_block {
	width: 370px;
}
.tool_box {
	width: 100%;
	height: 500px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	padding: 25px;
	margin-bottom: 20px;
}
.tool_number {
	background: var(--main-color);
	width: 90px;
	height: 90px;
	border-radius: 90px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: -65px auto 10px;
	& span:nth-child(1) {
		font-size: 16px;
		font-weight: 600;
	}
	& span:nth-child(2) {
		font-family: "Jost", sans-serif;
		font-weight: 600;
		font-size: 35px;
	}
}
.tool_catch {
	width: 100%;
	font-size: 26px;
	color: var(--main-color);
	font-weight: 600;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	height: 70px;
	margin-bottom: 20px;
}
.tool_image {
	text-align: center;
	padding: 0 10px;
	margin-bottom: 20px;
}
.tool_item {
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	& li {
		font-size: 15px;
		font-weight: 600;
		display: flex;
		align-items: center;
		margin-right: 10px;
		&:before {
			content: url(/scene/img/common/check_01.webp);
			margin-right: 5px;
			margin-bottom: 4px;
			width: 19px;
			height: 15px;
		}
	}
}
.tool_txt {
	font-size: 15px;
	font-weight: 600;
	margin-top: auto;
}
/* 自治体 その他の機能 function
---------------------------------------- */
.function {
	padding: 80px 0;
}
.function_ttl {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}
.function_li {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	& li {
		width: 180px;
		height: 160px;
		border-radius: 30px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		& span {
			height: 35px;
			font-size: 15px;
			line-height: 1.4;
			display: flex;
			align-items: center;
			text-align: center;
			font-weight: 500;
		}
	}
}
/* 自治体 クライアント client
---------------------------------------- */
.client {
	background: #f6f6f6;
	padding: 45px 0 100px;
}
.client_tl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.client_top {
	margin-bottom: 30px;
}
.client_box {
	width: 1200px;
	margin: 0 auto;
	border-radius: 20px;
	box-sizing: border-box;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
}