@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;
*/

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

.mv_wrap {
	width: 100%;	
	background: #e8f6fd;	
	padding: 9.33vw 0 10.66vw 0;
}
.mv {
	width: 100%;	
}
.mv_txt_01 {
	width: 89.33vw;
	background: #fff url("../pc_img/index/mv_txt.png") no-repeat top 6.66vw center;
	background-size: 61.33vw auto;
	border: 0.26vw solid #009edf;
	border-radius: 2.66vw;
	padding: 24vw 5.33vw 6.66vw 5.33vw;
	margin: 0 auto 64vw auto;
	position: relative;
}
.mv_txt_01::after {
	content: "";
	width: 47.2vw;
	height: 83.2vw;
	background: url("../pc_img/index/mv_img.png") no-repeat;
	background-size: 47.2vw 83.2vw;
	position: absolute;
	bottom: -73.33vw;
	left: 12vw;
	z-index: 9;
}
.mv_txt_01 dt {
	font-size: 7.46vw;
	line-height: 10.13vw;
	font-weight: 700;
	text-align: center;
	padding: 0 0 4vw 0;
	margin-bottom: 4vw;
	border-bottom: 0.26vw solid #009edf;
}
.mv_txt_01 dd {
	font-size: 4vw;
	line-height: 6.66vw;
	text-align: left;
	padding: 0 2.66vw;
}
.mv_txt_02 {
	width: 89.33vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.mv_txt_02 li {
	width: 89.33vw;
	background: #fff;
	border-radius: 2.66vw;
	margin-bottom: 10.66vw;
	text-align: center;
	position: relative;
}
.mv_txt_02 li::after {
	content: "";
	width: 18.66vw;
	height: 8.26vw;
	background: url("../pc_img/index/mv_icn_01.png") no-repeat;
	background-size: 18.66vw auto;
	position: absolute;
	top: -4.8vw;
	left: 50%;
	margin-left: -9.33vw;
}
.mv_txt_02 li:nth-of-type(3) {
	margin-bottom: 0;
}
.mv_txt_02 li dl {
	padding: 8vw 0 2.66vw 0;
}
.mv_txt_02 li dt {
	font-size: 6.13vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 4vw;
}
.mv_txt_02 li:nth-of-type(1) dd a {
	width: 74.66vw;
	border: 0.26vw solid #009edf;
	border-radius: 2.66vw;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 6.66vw;
	line-height: 1;
	background: url("../pc_img/index/mv_icn_02.png") no-repeat top 4.26vw left 7.2vw;
	background-size: 4.8vw auto;
	padding: 4vw 0 4vw 6.66vw;
	margin: 0 auto;
}
.mv_txt_02 li:nth-of-type(2) dd a,
.mv_txt_02 li:nth-of-type(3) dd a{
	width: 74.66vw;
	border: 0.26vw solid #009edf;
	border-radius: 2.66vw;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 6.66vw;
	line-height: 1;
	background: url("../pc_img/index/mv_icn_02.png") no-repeat top 4.26vw left 13.33vw;
	background-size: 4.8vw auto;
	padding: 4vw 0 4vw 6.66vw;
	margin: 0 auto;
}
.mv_txt_02 li dd span {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2.93vw;
	line-height: 1;
	vertical-align: middle;
}
.mv_txt_02 li p {
	font-size: 3.46vw;
	line-height: 5.06vw;
	margin-bottom: 4vw;
}
.mv_txt_02 li div {
	width: 89.33vw;
	height: 12.8vw;	
}
.mv_txt_02 li div a {
	display: block;
	width: 89.33vw;
	height: 12.8vw;	
	font-size: 4.26vw;
	line-height: 12.8vw;
	font-weight: 700;
	color: #fff;
	background: #009edf url("../pc_img/index/mv_icn_03.png") no-repeat top 4.8vw right 4vw;
	background-size: 8vw auto;
	border-radius: 0 0 2.66vw 2.66vw;
}

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

.staff_wrap {
	width: 100%;
	padding: 10.66vw 0 8vw 0;
}
.staff {
	width: 89.33vw;
	margin: 0 auto;
}
.staff h3 {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 13.33vw;
}
.staff h3::before {
	content: "Staff";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-bottom: 1.33vw;
}
.staff h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -10vw;
	left: 50%;
}
.staff li {
	width: 42.66vw;	
	display: inline-block;
	vertical-align: top;
	margin-right: 4vw;
	padding-bottom: 4vw;
	margin-bottom: 8vw;
	border-bottom: 0.26vw solid #009edf;
	text-align: center;
}
.staff li figure {
	background: #eef8fd;
	margin-bottom: 2.66vw;
}
.staff li:nth-child(2n) {
	margin-right: 0;
}
.staff li dd {
	font-size: 3.2vw;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 1.33vw;
}
.staff li dt {
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
}
.staff li p {
	font-size: 4.53vw;
	line-height: 9.06vw;
	font-weight: 700;
}

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

.insurance_wrap {
	width: 100%;
	background: #eef8fd;
	padding: 10.66vw 0 8vw 0;
	position: relative;
}
.insurance_wrap::after {
	content: "";
	width: 26.13vw;
	height: 60vw;
	background: url("../pc_img/index/cnt_02_img.png");
	background-size: 26.13vw 60vw;
	position: absolute;
	top: 40vw;
	left: 34.66vw;
	z-index: 1;
}
.insurance {
	width: 89.33vw;
	margin: 0 auto;
}
.insurance h3 {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 61.33vw;
}
.insurance h3::before {
	content: "Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-bottom: 1.33vw;
}
.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: #fff;
	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;
	margin-bottom: 2.66vw;
	border: 0.26vw solid #99e0fd;
	text-align: center;
	font-size: 4vw;
	line-height: 10.13vw;
	font-weight: 700;
}
.insurance div li:last-child {
	margin-bottom: 0;
}

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

.companies_wrap {
	width: 100%;
	background: #009edf;
	padding: 10.66vw 0 8vw 0;
	position: relative;
}
.companies_wrap::after {
	content: "";
	width: 32vw;
	height: 62.66vw;
	background: url("../pc_img/index/cnt_03_img.png");
	background-size: 32vw 62.66vw;
	position: absolute;
	top: 52vw;
	left: 34.66vw;
	z-index: 1;
}
.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: 61.33vw;
}
.companies h3::before {
	content: "Insurance Companies";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12vw;
	line-height: 1;
	color: #fff;
	display: block;
	margin-bottom: 2.66vw;
}
.companies h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #fff;
	position: absolute;
	bottom: -8vw;
	left: 50%;
}
.companies div:nth-of-type(1) {
	margin-bottom: 6.66vw;
}
.companies div {
	width: 89.33vw;
	background: #fff;
	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;
	margin-bottom: 2.66vw;
	border: 0.26vw solid #99e0fd;
	text-align: center;
	font-size: 4vw;
	line-height: 10.13vw;
	font-weight: 700;
}
.companies div li:last-child {
	margin-bottom: 0;
}

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

.topics_wrap {
	width: 100%;
	background: #fff;
	padding: 10.66vw 0 8vw 0;
}
.topics {
	width: 89.33vw;
	margin: 0 auto;
}
.topics h3 {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 13.33vw;
}
.topics h3::before {
	content: "Topics";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-bottom: 1.33vw;
}
.topics h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -10vw;
	left: 50%;
}
.topics dl:nth-of-type(1) {
	border-top: 0.26vw solid #e7e7e7;
}
.topics dl {
	padding: 4vw 4vw;
	border-bottom: 0.26vw solid #e7e7e7;
}
.topics dd {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1;
	color: #009edf;
	margin-bottom: 1.33vw;
}
.topics dt {
	font-size: 4vw;
	line-height: 6.66vw;
}

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