@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_list_wrap {
	width: 100%;
	padding: 50px 0 100px 0;
}
.office_list {
	width: 1100px;
	margin: 0 auto;
}
.office_list h3 {
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 70px;
	position: relative;
}
.office_list h3::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #009edf;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.office_list li {
	display: inline-block;
	vertical-align: top;
	width: 354px;
	border: 1px solid #009edf;
	border-radius: 10px;
	background: #fff;
	margin-right: 19px;
	text-align: center;
	position: relative;
}
.office_list 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: 25px;
	left: 139px;
}
.office_list li:nth-of-type(3) {
	margin-right: 0;
}
.office_list li dl {
	padding: 85px 0 10px 0;
}
.office_list li dt {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}
.office_list 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;
}
.office_list 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;
}
.office_list li p {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 20px;
}
.office_list li div {
	width: 352px;
	height: 50px;	
}
.office_list li div a:link,
.office_list li div a:visited,
.office_list li div a:active {
	display: block;
	width: 352px;
	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 8px 8px;
	transition: all 0.5s ease;
}
.office_list li div a:hover {
	display: block;
	width: 352px;
	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 8px 8px;
	transition: all 0.5s ease;
}