@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: 216px;
	height: 269px;
	background: url("../pc_img/office/cnt_title_img.png") no-repeat;
	background-size: 216px auto;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 41px;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Office";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 20px;
}

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

.office_second_wrap {
	width: 100%;
	padding: 40px 0 100px 0;
}
.office_second {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.office_second h3 {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 70px;
	position: relative;
	padding-top: 80px;
}
.office_second h3::before {
	content: "";
	background: url("../pc_img/office/cnt_txt.png");
	background-size: 140px auto;
	width: 140px;
	height: 61px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -70px;
}
.office_second h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}

.office_second h4 {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 65px;
	position: relative;
}
.office_second h4::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}

.office_tel {
	display: inline-block;
	margin-bottom: 35px;
}
.office_tel dt {
	min-height: 34px;
	background: url("../pc_img/office/cnt_icn.png") no-repeat top -1px left;
	background-size: 28px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	padding-left: 40px;
}
.office_tel dt i {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	margin-left: -5px;
	display: inline-block;
	vertical-align: middle;
}
.office_tel dd {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 33px;
	line-height: 1;
	margin-top: 8px;
}
.office_tel dd span {
	color: #009edf;
}

.office_info {
	width: 760px;
	margin: 0 auto 35px auto;
}
.office_info table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 3px;
}
.office_info th {
	width: 190px;
	background: #009edf;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
}
.office_info td {
	background: #e8f6fd;
	padding: 10px 30px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

.googlemap {
	width: 760px;
	margin: 0 auto;
}