@charset "UTF-8";

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
font-family: 'Roboto', sans-serif;
	font-weight: 500;
font-family: 'Roboto', sans-serif;
	font-weight: 700;
*/

/** *********************** **/

.cnt_title_wrap {
	width: 100%;	
	background: #e8f6fd;	
}
.cnt_title {
	width: 100%;
	height: 53.33vw;
	padding-top: 9.33vw; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_title::after {
	content: "";
	width: 33.86vw;
	height: 41.06vw;
	background: url("../pc_img/insurance/cnt_title_img.png") no-repeat;
	background-size: 33.86vw auto;
	position: absolute;
	top: 29.33vw;
	left: 37.33vw;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 8.8vw;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 5.33vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 4vw;
}

/** *********************** **/

.insurance_wrap {
	width: 100%;
	padding: 24vw 0 13.33vw 0;
}
.insurance {
	width: 89.33vw;
	margin: 0 auto;
	position: relative;
}
.insurance h3 {
	font-size: 6.66vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 49.33vw;
}
.insurance h3::before {
	content: "";
	width: 17.86vw;
	height: 40.53vw;
	background: url("../pc_img/insurance/cnt_img_01.png");
	background-size: 17.86vw auto;
	position: absolute;
	top: 18.66vw;
	left: 34.66vw;
	z-index: 3;
}
.insurance h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -10vw;
	left: 50%;
}
.insurance div:nth-of-type(1) {
	margin-bottom: 6.66vw;
}
.insurance div {
	width: 89.33vw;
	background: #eef8fd;
	padding: 8vw 6.66vw 8vw 6.66vw;
	position: relative;
	z-index: 2;
}
.insurance div h4 {
	font-size: 5.86vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 5.33vw;
	text-align: center;
}
.insurance div:nth-of-type(1) h4::after {
	content: "Property Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 2.66vw;
}
.insurance div:nth-of-type(2) h4::after {
	content: "life Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 2.66vw;
}
.insurance div li {
	width: 100%;
	height: 10.66vw;
	background: #fff;
	margin-bottom: 2.66vw;
	border: 0.26vw solid #99e0fd;
	text-align: center;
	font-size: 3.73vw;
	line-height: 10.13vw;
	font-weight: 700;
}
.insurance div li:last-child {
	margin-bottom: 0;
}

/** *********************** **/

.companies_wrap {
	width: 100%;
	padding: 0 0 13.33vw 0;
}
.companies {
	width: 89.33vw;
	margin: 0 auto;
}
.companies h3 {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 49.33vw;
}
.companies h3::before {
	content: "";
	width: 20.26vw;
	height: 40vw;
	background: url("../pc_img/index/cnt_03_img.png");
	background-size: 20.26vw 40vw;
	position: absolute;
	top: 17.33vw;
	left: 34.66vw;
	z-index: 3;
}
.companies h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -10vw;
	left: 50%;
}
.companies div:nth-of-type(1) {
	margin-bottom: 6.66vw;
}
.companies div {
	width: 89.33vw;
	background: #e8f6fd;
	padding: 8vw 6.66vw 8vw 6.66vw;
	position: relative;
	z-index: 2;
}
.companies div h4 {
	font-size: 5.86vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 5.33vw;
	text-align: center;
}
.companies div:nth-of-type(1) h4::after {
	content: "Property Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 2.66vw;
}
.companies div:nth-of-type(2) h4::after {
	content: "life Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 2.66vw;
}
.companies div li {
	width: 100%;
	height: 10.66vw;
	background: #fff;
	margin-bottom: 2.66vw;
	border: 0.26vw solid #99e0fd;
	text-align: center;
	font-size: 3.73vw;
	line-height: 10.13vw;
	font-weight: 700;
}
.companies div li:last-child {
	margin-bottom: 0;
}