@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: 1100px;
	height: 220px;
	padding-top: 75px; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_title::after {
	content: "";
	width: 189px;
	height: 218px;
	background: url("../pc_img/business/cnt_title_img.png") no-repeat;
	background-size: 189px auto;
	position: absolute;
	top: 27px;
	right: 10px;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 41px;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Business";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 20px;
}

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

.business_01_wrap {
	width: 100%;
	padding-top: 60px;
	margin-bottom: 65px;
}
.business_01 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.business_01 h3 {
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 65px;
	position: relative;
}
.business_01 h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.business_01 dl {
	margin-bottom: 25px;
}
.business_01 dt {
	width: 800px;
	margin: 0 auto 30px auto;
	padding: 15px 0 20px 0;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: #009edf;
	position: relative;
}
.business_01 dt::before, .business_01 dt::after {
	content: '';
	width: 25px;
	height: 100%;
	position: absolute;
}
.business_01 dt::before {
	border-left: solid 1px #009edf;
	border-top: solid 1px #009edf;
	border-bottom: solid 1px #009edf;
	top: 0;
	left: 0;
}
.business_01 dt::after {
	border-right: solid 1px #009edf;
	border-top: solid 1px #009edf;
	border-bottom: solid 1px #009edf;
	top: 0;
	right: 0;
}
.business_01 dd {
	padding-top: 375px;
	background: url("../pc_img/business/cnt_img_01.png") no-repeat top center;
	background-size: 160px auto;
	font-size: 17px;
	line-height: 34px;
	text-align: center;
}

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

.business_02_wrap {
	width: 100%;
	padding-bottom: 100px;
}
.business_02 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.business_02 h3 {
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 80px;
	position: relative;
}
.business_02 h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.business_02 dl {
	width: 890px;
	background: #f3fafe;
	padding: 45px 0 50px 0;
	position: relative;
	margin: 0 auto;
}
.business_02 dl:nth-of-type(1) {
	margin-bottom: 40px;
}
.business_02 dl:nth-of-type(2) {
	margin-bottom: 50px;
}
.business_02 dd {
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	color: #009edf;
	position: absolute;
	top: -18px;
	left: 0;
}
.business_02 dt {
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
}
.business_02 ul {
	width: 890px;
	margin: 0 auto 35px auto;
}
.business_02 li {
	display: inline-block;
	vertical-align: top;
	width: 437px;
	height: 44px;
	border: 1px solid #99e0fd;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 16px 16px 0;
}
.business_02 li:nth-child(2n) {
	margin-right: 0;
}
.business_02 p {
	width: 650px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: #009edf;
	position: relative;
}
.business_02 p::before, .business_02 p::after {
	content: '';
	width: 25px;
	height: 100%;
	position: absolute;
}
.business_02 p::before {
	border-left: solid 1px #009edf;
	border-top: solid 1px #009edf;
	border-bottom: solid 1px #009edf;
	top: 0;
	left: 0;
}
.business_02 p::after {
	border-right: solid 1px #009edf;
	border-top: solid 1px #009edf;
	border-bottom: solid 1px #009edf;
	top: 0;
	right: 0;
}

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