@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;	
}
.mv {
	width: 1100px;
	height: 550px;
	padding-top: 45px; 
	margin: 0 auto;
	position: relative;
}
.mv::after {
	content: "";
	width: 300px;
	height: 529px;
	background: url("../pc_img/index/mv_img.png") no-repeat;
	background-size: 300px 529px;
	position: absolute;
	top: 10px;
	right: 70px;
	z-index: 9;
}
.mv_txt_01 {
	width: 660px;
	height: 325px;
	background: #fff url("../pc_img/index/mv_txt.png") no-repeat top 40px center;
	background-size: 327px auto;
	border: 1px solid #009edf;
	border-radius: 10px;
	padding: 130px 70px 0 70px;
	margin-left: 110px;
}
.mv_txt_01 dt {
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding: 0 5px 15px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #009edf;
}
.mv_txt_01 dd {
	font-size: 17px;
	line-height: 29px;
	text-align: center;
}
.mv_txt_02 {
	width: 1100px;
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 10;
}
.mv_txt_02 li {
	display: inline-block;
	vertical-align: top;
	width: 354px;
	background: #fff;
	border-radius: 10px;
	margin-right: 19px;
	text-align: center;
	position: relative;
}
.mv_txt_02 li::after {
	content: "";
	width: 75px;
	height: 33px;
	background: url("../pc_img/index/mv_icn_01.png") no-repeat;
	background-size: 75px auto;
	position: absolute;
	top: -15px;
	left: 139px;
}
.mv_txt_02 li:nth-of-type(3) {
	margin-right: 0;
}
.mv_txt_02 li dl {
	padding: 35px 0 10px 0;
}
.mv_txt_02 li dt {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}
.mv_txt_02 li dd {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 27px;
	line-height: 1;
	background: url("../pc_img/index/mv_icn_02.png") no-repeat top left;
	background-size: 19px auto;
	padding-left: 28px;
}
.mv_txt_02 li dd span {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	vertical-align: middle;
}
.mv_txt_02 li p {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 20px;
}
.mv_txt_02 li div {
	width: 354px;
	height: 50px;	
}
.mv_txt_02 li div a:link,
.mv_txt_02 li div a:visited,
.mv_txt_02 li div a:active {
	display: block;
	width: 354px;
	height: 50px;
	font-size: 16px;
	line-height: 47px;
	font-weight: 700;
	color: #fff;
	background: #009edf url("../pc_img/index/mv_icn_03.png") no-repeat top 18px right 15px;
	background-size: 33px auto;
	border-radius: 0 0 10px 10px;
	transition: all 0.5s ease;
}
.mv_txt_02 li div a:hover {
	display: block;
	width: 354px;
	height: 50px;
	font-size: 16px;
	line-height: 47px;
	font-weight: 700;
	color: #fff;
	background: #29aee4 url("../pc_img/index/mv_icn_03.png") no-repeat top 18px right 15px;
	background-size: 33px auto;
	border-radius: 0 0 10px 10px;
	transition: all 0.5s ease;
}

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

.staff_wrap {
	width: 100%;
	padding: 90px 0 40px 0;
}
.staff {
	width: 1099px;
	margin: 0 auto;
}
.staff h3 {
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 65px;
}
.staff h3::before {
	content: "Staff";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-bottom: 5px;
}
.staff h3::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #009edf;
	position: absolute;
	bottom: -45px;
	left: 50%;
}
.staff li {
	width: 164px;	
	display: inline-block;
	vertical-align: top;
	margin-right: 23px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #009edf;
	text-align: center;
}
.staff li figure {
	background: #eef8fd;
	margin-bottom: 10px;
}
.staff li:nth-child(6n) {
	margin-right: 0;
}
.staff li dd {
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 5px;
}
.staff li dt {
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
}
.staff li p {
	font-size: 17px;
	line-height: 34px;
	font-weight: 700;
}

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

.insurance_wrap {
	width: 100%;
	background: #eef8fd;
	padding: 50px 0 60px 0;
}
.insurance {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.insurance::after {
	content: "";
	width: 136px;
	height: 312px;
	background: url("../pc_img/index/cnt_02_img.png");
	background-size: 136px 312px;
	position: absolute;
	top: -90px;
	right: 38px;
	z-index: 1;
}
.insurance h3 {
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	margin-bottom: 65px;
	text-align: center;
}
.insurance h3::before {
	content: "Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-bottom: 5px;
}
.insurance h3::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #009edf;
	position: absolute;
	bottom: -45px;
	left: 50%;
}
.insurance div:nth-of-type(1) {
	margin-bottom: 25px;
}
.insurance div {
	width: 1100px;
	background: #fff;
	padding: 30px 50px 42px 50px;
	position: relative;
	z-index: 2;
}
.insurance div h4 {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.insurance div:nth-of-type(1) h4::after {
	content: "Property Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 10px;
}
.insurance div:nth-of-type(2) h4::after {
	content: "life Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 10px;
}
.insurance div li {
	display: inline-block;
	vertical-align: top;
	width: 490px;
	height: 45px;
	margin-right: 20px;
	border: 1px solid #99e0fd;
	text-align: center;
	font-size: 17px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 8px;
}
.insurance div li:nth-child(2n) {
	margin-right: 0;
}

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

.companies_wrap {
	width: 100%;
	background: #009edf;
	padding: 50px 0 60px 0;
}
.companies {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.companies::after {
	content: "";
	width: 168px;
	height: 330px;
	background: url("../pc_img/index/cnt_03_img.png");
	background-size: 168px 330px;
	position: absolute;
	top: -90px;
	right: 0;
	z-index: 1;
}
.companies h3 {
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	margin-bottom: 65px;
	text-align: center;
}
.companies h3::before {
	content: "Insurance Companies";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}
.companies h3::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #fff;
	position: absolute;
	bottom: -45px;
	left: 50%;
}
.companies div:nth-of-type(1) {
	margin-bottom: 25px;
}
.companies div {
	width: 1100px;
	background: #fff;
	padding: 30px 50px 32px 50px;
	position: relative;
	z-index: 2;
}
.companies div h4 {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.companies div:nth-of-type(1) h4::after {
	content: "Property Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 10px;
}
.companies div:nth-of-type(2) h4::after {
	content: "life Insurance";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 10px;
}
.companies div li {
	display: inline-block;
	vertical-align: top;
	width: 490px;
	height: 45px;
	margin-right: 20px;
	border: 1px solid #99e0fd;
	text-align: center;
	font-size: 17px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 8px;
}
.companies div li:nth-child(2n) {
	margin-right: 0;
}

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

.topics_wrap {
	width: 100%;
	background: #fff;
	padding: 50px 0 60px 0;
}
.topics {
	width: 1100px;
	margin: 0 auto;
}
.topics h3 {
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	margin-bottom: 65px;
	text-align: center;
}
.topics h3::before {
	content: "Topics";
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-bottom: 5px;
}
.topics h3::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #009edf;
	position: absolute;
	bottom: -45px;
	left: 50%;
}
.topics dl:nth-of-type(1) {
	border-top: 1px solid #e7e7e7;
}
.topics dl {
	padding: 30px 45px;
	border-bottom: 1px solid #e7e7e7;
}
.topics dd {
	display: inline-block;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 27px;
	color: #009edf;
	margin-right: 30px;
}
.topics dt {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 27px;
}

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