@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: 100%;
	height: 53.33vw;
	padding-top: 9.33vw; 
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_title::after {
	content: "";
	width: 32.53vw;
	height: 40.53vw;
	background: url("../pc_img/office/cnt_title_img.png") no-repeat;
	background-size: 32.53vw auto;
	position: absolute;
	top: 29.33vw;
	left: 50%;
	margin-left: -16.262vw;
	z-index: 9;
}
.cnt_title h2 {
	font-size: 8.8vw;
	line-height: 1;
	font-weight: 700;
}
.cnt_title h2::after {
	content: "Office";
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 5.33vw;
	line-height: 1;
	color: #009edf;
	display: block;
	margin-top: 4vw;
}

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

.office_second_wrap {
	width: 100%;
	padding: 24vw 0 13.33vw 0;
}
.office_second {
	width: 89.33vw;
	margin: 0 auto;
	text-align: center;
}
.office_second h3 {
	font-size: 10.13vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 16vw;
	padding-top: 18.66vw;
}
.office_second h3::before {
	content: "";
	background: url("../pc_img/office/cnt_txt.png");
	background-size: 32.26vw auto;
	width: 32.26vw;
	height: 14.13vw;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -16.13vw;
}
.office_second h3::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -10.66vw;
	left: 50%;
}

.office_second h4 {
	text-align: center;
	font-size: 6.66vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 13.33vw;
	position: relative;
}
.office_second h4::after {
	content: "";
	width: 0.26vw;
	height: 5.33vw;
	background: #009edf;
	position: absolute;
	bottom: -9vw;
	left: 50%;
}
.office_tel {
	display: inline-block;
	margin-bottom: 35px;
}
.office_tel dt a {
	width: 74.66vw;
	height: 14.66vw;
	display: block;
	border: 0.26vw solid #009edf;
	border-radius: 2.66vw;
	background: url("../pc_img/office/cnt_icn.png") no-repeat top 4vw left 12.66vw;
	background-size: 4.8vw auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 6.66vw;
	line-height: 1;
	padding: 4vw 4vw 4vw 12.8vw;
}
.office_tel .office_tokyo dt a {
	width: 74.66vw;
	height: 14.66vw;
	display: block;
	border: 0.26vw solid #009edf;
	border-radius: 1.33vw;
	background: url("../pc_img/office/cnt_icn.png") no-repeat top 4vw left 5.33vw;
	background-size: 4.8vw auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 6.66vw;
	line-height: 1;
	padding: 4vw 4vw 4vw 8.8vw;
}
.office_tel dt a i {
	font-size: 3.2vw;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	margin-left: -1.33vw;
	display: inline-block;
	vertical-align: middle;
}
.office_tel dd {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 5.86vw;
	line-height: 1;
	margin-top: 4vw;
}
.office_tel dd span {
	color: #009edf;
}

.office_info {
	width: 89.33vw;
	margin: 0 auto 12vw auto;
}
.office_info table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0.8vw;
}
.office_info th {
	width: 22.66vw;
	background: #009edf;
	padding: 2.66vw 0;
	text-align: center;
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
}
.office_info td {
	background: #e8f6fd;
	padding: 2.66vw 3.2vw;
	text-align: left;
	font-size: 4vw;
	line-height: 6.66vw;
}

.googlemap {
	width: 89.33vw;
	margin: 0 auto;
}
.googlemap iframe {
	width: 89.33vw;
	height: 80vw;
}