/* ----------------------------------------
金融 fin
---------------------------------------- */
.sec_tl {
	font-size: 7vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.7;
	width: 90vw;
	margin: 0 auto;
}
.under_yellow {
	background: linear-gradient(transparent 60%, var(--point-color) 60%);
}
/* 自治体 メイン main
---------------------------------------- */
.main {
	background: var(--main-color);
	padding: 50px 0 30px;
	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);
	content: "";
	display: block;
	position: absolute;
	width: 420px;
	height: 270px;
	top: -40px;
	left: -60px;
}
.main::after {
	background: url(/scene/img/common/main_shape02.webp);
	width: 490px;
	height: 280px;
	bottom: -20px;
	right: -20px;
	content: "";
	display: block;
	position: absolute;
}
.main_inner {
	width: 94vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.main_box {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.main_sb_catch {
	margin-bottom: 25px;
}
.main_tl {
	color: #fff;
	font-size: 7vw;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.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);
}
.main_catch_contact {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
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 img {
	width: 80vw;
	margin: 0 auto;
	display: block;
}
.main_chara {
	position: absolute;
	bottom: -30px;
	right: 10px;
}
.main_chara img {
	display: block;
	width: 55vw;
}
/* 金融 課題 assign
---------------------------------------- */
.assign {
	background: #fff;
	padding: 50px 0;
	position: relative;
	box-sizing: border-box;
}
.assign .sec_tl {
	margin-bottom: 40px;
}
.ass_inner {
	width: 90vw;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	gap: 60px;
}
.ass_box {}
.ass_box_tl {
	color: var(--main-color);
	font-size: 6vw;
	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: 22vw;
	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: 6vw;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin: 0 60px 20px 0;
	& span {
		background: linear-gradient(transparent 60%, #f0c274 60%);
	}
}
.ass_li_desc {
	color: #111111;
	font-size: 4vw;
	line-height: 1.6;
	font-weight: 700;
}
/* 金融 活用シーン scene
---------------------------------------- */
.can {
	margin: 50px auto 0;
	padding-bottom: 90px;
	background: var(--main-color);
	position: relative;
}
.can_arrow {
	position: absolute;
	width: 36px;
	top: -60px;
	left: calc(50% - 18px);
}
.can_arrow img {
	width: 24px;
}
.can_inner {
	width: 90vw;
	padding-top: 70px;
	text-align: center;
	margin: 0 auto;
}
.can .sec_tl {
	color: #fff;
	margin-bottom: 50px;
	position: relative;
}
.tl_yellow {
	color: var(--point-color);
}
.tl_dot {
	background-position: top 10px 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) 70%, 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 {
	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: 15px 15px 60px 15px;
}
.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: 90px;
	height: 90px;
	bottom: -52px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
.can_box_li:last-child {
	padding: 45px 15px 15px;
}
.can_li_index {
	background-color: #f6f6f6;
	border-radius: 10px;
	color: #000;
	font-size: 4vw;
	line-height: 1;
	letter-spacing: 0.02em;
	font-weight: 700;
	padding: 15px 35px;
	margin-bottom: 20px;
	display: inline-block;
}
.can_li_catch {
	color: var(--main-color);
	font-size: 5.5vw;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-weight: 700;
}
.can_box_li:first-child .can_li_catch {
	margin-bottom: 20px;
}
.can_box_li:last-child .can_li_catch {
	margin-bottom: 40px;
}
.can_box_li_inner {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}
.can_box_li_inner img {
	width: 393px;
	display: block;
}
.can_check_list {
	border-radius: 20px;
	padding: 20px 0 20px 40px;
	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: 90%;
}
.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: -25px;
	margin: auto 0;
}
.can_type_box {
	display: flex;
	align-items: center;
	margin: 0 auto;
	flex-direction: column;
	gap: 40px;
}
.can_type_box_li {
	width: 100%;
	background-color: #ebf5fe;
	border-radius: 10px;
	padding: 30px 0 20px;
	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;
	width: 90%;
}
.can_type_box_li .can_check_list {
	background-color: #fff;
	width: 90%;
	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: 10px 15px 15px 15px;
	position: relative;
	color: #111111;
	font-size: 5vw;
	line-height: 1.7;
	letter-spacing: 0.02em;
	font-weight: 700;
	text-align: left;
}
.can_answer span {
	background: linear-gradient(transparent 60%, #fff 60%);
}
.can_answer img {
	width: 30px;
}
/* 金融 機能 tool
---------------------------------------- */
.tool {
        padding-bottom: 40px;
        background: var(--main-bright-color);
        position: relative;
    
	&:before {
		background: url(/scene/img/common/bg_wave_top.webp) 50% 0 no-repeat;
		background-size: cover;
            top: -50px;
            left: 0;
	}
	&::before {
		            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 50px;
	}
}
.tool_tl {
	text-align: center;
        margin-bottom: 40px;
        padding: 100px 40px 40px;
}
.tool_tl_sb {
        position: absolute;
        top: -3vw;
        right: 0;
		width: 50vw;
}
.tool_li {
display: flex;
        justify-content: center;
        gap: 60px;
        flex-direction: column;
        width: 90vw;
        margin: 0 auto;
}
.tool_block {
	
}
.tool_box {
width: 100%;
        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: 6vw;
        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: 16px;
            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: 6.5vw;
	font-weight: 600;
	text-align: center;
	line-height: 1.7;
	width: 90vw;
	margin: 0 auto 30px;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}
.function_li {
	width: 90vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	& li {
		width: calc((100% - 20px) / 2);
		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: 4vw;
			line-height: 1.4;
			display: flex;
			align-items: center;
			text-align: center;
			font-weight: 500;
		}
	}
}


/* 自治体 クライアント client
---------------------------------------- */
.client {
	background: #f6f6f6;
	padding: 45px 0 60px;
}
.client_tl {
	display: flex;
	flex-direction: column;
	align-items: center;
	        width: 90vw;
        margin: 0 auto 30px;
}
.client_top {
	margin-bottom: 20px;
}
.client_box {
        width: 90vw;
        margin: 0 auto;
        border-radius: 20px;
        box-sizing: border-box;
        background: #fff;
        padding: 4vw;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        display: flex;
        align-items: center;
        justify-content: center;
}