@charset "utf-8";
.cmn_pankz {
	z-index: 2;
}
.cmn_mv__ttl {
	max-width: 235px;
	left: 20px;
}
.about__wrap {
	padding: 0 30px;
}
.sect01 {
	margin: 35px 0;
}
.sect01 .cmn__ttl_area {
	margin-bottom: 30px;
}
.about__sect01_txt {
	font-size: 17px;
	line-height: calc(27 / 17);
}
.about__sect01_txt > span {
	font-size: 19px;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #fabe00 0%) repeat scroll 0 0;
	background-position-y: -3px;
	color: #33bad6;
	font-weight: bold;
}
.sect02 {
	padding: 45px 0 40px;
	background-color: #ecf0f4;
}
.about__sect02_list {
	display: flex;
	flex-wrap: wrap;
}
.about__sect02_list li {
	width: calc((100% - 15px)/2);
	margin-right: 15px;
	background-color: #fff;
	border-radius: 20px;
	min-height: 136px;
	margin-bottom: 15px;
}
.about__sect02_list li:nth-child(2n) {
	margin-right: 0;
}
.about__sect02_list li:nth-last-child(-n + 2) {
	margin-bottom: 0;
}
.about__sect02_list_txt01 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}
.about__sect02_list_txt02 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.about__sect02_list_txt02 > span {
	font-size: 65%;
}
.about__sect02_list_note {
	font-size: 9px;
	text-align: center;
	margin-top: 2px;
}
.about__sect02_list_icon {
	margin: 0 auto;
}
.list_icon01 {
	max-width: 64px;
	margin-bottom: 15px;
}
.list_icon02 {
	max-width: 90px;
	margin-bottom: 9px;
}
.list_icon03 {
	max-width: 70px;
	margin-bottom: 9px;
}
.list_icon04 {
	transform: translateX(-10px);
	max-width: 100px;
}
.list_icon05 {
	max-width: 57px;
	margin-bottom: 9px;
}
.list_icon06 {
	transform: translateX(-10px);
	max-width: 100px;
}
.sect03 {
	margin: 77px 0 55px;
}
.sect03 .cmn__ttl {
	font-size: 24px;
}
.about__sect03_lead {
	font-size: 13px;
	text-align: center;
	line-height: calc(18 / 12);
}
.about__sect03_box_area {
	margin-top: 40px;
}
.about__sect03_box_img_area {
	position: relative;
	margin-bottom: 30px;
}
.about__sect03_box_icon {
	width: 58px;
	position: absolute;
	bottom: -15px;
	left: -8px;
}
.about__sect03_box_txt01 {
	font-size: 18px;
	font-weight: bold;
	line-height: calc(22 / 16);
	color: #10104b;
	margin-bottom: 15px;
}
.about__sect03_box_txt02 {
	font-size: 13px;
	line-height: calc(18 / 12);
}
.about__sect03_box {
	margin-bottom: 35px;
}
.about__sect03_box:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:768px) {
	.cmn_mv__ttl {
		max-width: 575px;
		left: 70px;
	}
	.about__wrap {
		padding: 0 20px;
	}
	.sect01 {
		margin-top: 60px;
		margin-bottom: 80px;
	}
	.about__sect01_txt {
		font-size: 24px;
		text-align: center;
	}
	.about__sect01_txt > span {
		font-size: 24px;
	}
	.sect01 .cmn__ttl_area {
		margin-bottom: 50px;
	}
	.sect02 {
		padding: 80px 0;
	}
	.about__sect02_list li {
		width: calc((99% - 70px)/3);
		margin-right: 35px;
		min-height: 260px;
	}
	.about__sect02_list li:nth-child(2n) {
		margin-right: 35px;
	}
	.about__sect02_list li:nth-child(3n) {
		margin-right: 0;
	}
	.about__sect02_list li:nth-last-child(-n + 2) {
		margin-bottom: 35px;
	}
	.about__sect02_list li:nth-last-child(-n + 3) {
		margin-bottom: 0;
	}
	.about__sect02_list_txt01 {
		font-size: 14px;
		margin: 30px 0 25px;
	}
	.about__sect02_list_txt02 {
		font-size: 25px;
	}
	.about__sect02_list_note {
		font-size: 12px;
	}
	.list_icon01 {
		max-width: 142px;
		margin-bottom: 15px;
	}
	.list_icon02 {
		max-width: 177px;
		margin-bottom: 16px;
	}
	.list_icon03 {
		max-width: 131px;
		margin-bottom: 15px;
	}
	.list_icon04 {
		max-width: 180px;
	}
	.list_icon05 {
		max-width: 120px;
		margin-bottom: 9px;
	}
	.list_icon06 {
		max-width: 180px;
	}
	.sect03 .cmn__ttl {
		font-size: 41px;
	}
	.about__sect03_lead {
		font-size: 20px;
	}
	.about__sect03_box_area {
		display: flex;
		flex-wrap: wrap;
	}
	.about__sect03_box {
		width: calc((100% - 70px)/2);
		margin-right: 70px;
	}
	.about__sect03_box:nth-child(2n) {
		margin-right: 0;
	}
	.about__sect03_box_txt01 {
		font-size: 20px;
	}
	.about__sect03_box_txt02 {
		font-size: 16px;
	}
}
@media screen and (min-width:1025px) {
	.about__wrap {
		max-width: 910px;
		padding: 0;
		margin: 0 auto;
	}
	.cmn__bg::before {
		z-index: 1;
	}
	.list_icon04 {
		transform: translateX(-15px);
		max-width: 200px;
	}
	.list_icon06 {
		transform: translateX(-15px);
		max-width: 200px;
	}
}
@media screen and (max-width:767px) {
	#sbi_images{
		float: inherit;
		display: flex;
		flex-wrap: wrap;
	}
	#sbi_images .sbi_item {
		width: 50%;
	}
}