@charset "utf-8";

/*--------------------------------------
	1.共通部分
	2.HOME
	3.Corporate
	4.技術・サービス
	5.Experience
	6.Technical Publications

--------------------------------------*/

.acms-admin-modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
}

/*--------------------------------------
	1.共通部分
--------------------------------------*/
body,
.page-title-inner,
.header,
#nav-pc ul li a,
.nav-child {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
/* 	font-family: "Segoe UI", Verdana, Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; */
	font-weight: normal;
}

#nav-pc ul li a,
#nav-pc ul li a.stay {
	font-weight: bold;
	font-size: 16px;
}
#nav-child-office-inner {
	display: block;
}
.nav-child ul {
	list-style: none;
	padding-left: 0;
}
.nav-child li {
	margin-bottom: 5px;
	font-size: 16px;
}
.nav-child li ul {
	margin-top: 10px;
}
.nav-child li ul li {
	font-size: 14px;
}
.nav-child li a {
	display: block;
	color: #000;
}
.nav-child li a:hover {
	padding-left: 7px;
	color: #193b88;
}
.nav-contact-btn {
	margin-bottom: 10px;
}
#nav-contact-title {
	margin-bottom: 5px;
}
#nav-contact-child ul{
	margin: 0;
}
#nav-contact-child ul li a {
	width: auto;
	padding-left: 0;
}

span.service-list-icn-text {
	padding-left: 0;
}

#header-global,
#header-contact{
	font-size: 13px;
	line-height: 2.4em;
}
.site-logo {
  max-width: 225px;
}
.entry-column ul.normal {
	overflow: hidden;
}

.flex-box {
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.flex-box.nowrap {
	flex-wrap: nowrap;
}
.flex-box.flex-start {
	justify-content: flex-start;
}
.flex-box .flex-item {
	float: none!important;
	box-sizing: border-box;
	padding: 0 10px;
}
.flex-item.flex-percent-25 {
	width: 25%;
}
.flex-item.flex-percent-33 {
	width: 33.33%;
}
.flex-item.flex-percent-50 {
	width: 50%;
}
.flex-item.flex-percent-75 {
	width: 75%;
}
@media screen and (max-width: 767px) {
	.flex-item.flex-percent-25,
	.flex-item.flex-percent-33,
	.flex-item.flex-percent-50,
	.flex-item.flex-percent-75 {
		width: 100%;
	}
	.flex-box {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}

ul.list-pager li.list-pager-prev a,
ul.list-pager li.list-pager-next a{
    width: 110px;
}

.icon-arrow {
	width: 13.7px;
	height: 13.7px;
	padding-right: 8px;
	fill: #000;
	transition: all 300ms 0s ease;
	vertical-align: middle;
}
#footer-nav {
	display: block;
	width: 840px;
}
#footer-nav ul li.c_1 {
	float: none;
	width: 16.66%;
}
#footer-nav-right-wrapper {
	width: 120px;
}

table.th-colored th {
	background-color: #f3f3f3;
}

.js-acms-offcanvas-active {
	z-index: 100;
}

/*--------------------------------------
	2.HOME
--------------------------------------*/
a.more-link {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 165px;
	height: 35px;
	margin: auto;
	line-height: 35px;
	background-color: #005bac;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
a.more-link:hover {
	background-color: #004078;
}
a.more-link::after {
	position: absolute;
	content: "";
	height: 7px;
	width: 7px;
	right: 10px;
	top: 13px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.top-content .acms-col-sm-12 {
	padding-left: 0;
	padding-right: 0
}



/*--------------------------------------
	3.Corporate
--------------------------------------*/
#about-office-list{
	background-image: url(../images/back_office_list_en.png);
	background-position: 20px 16px;
	padding-left: 266px;
}
.branch {
	clear: both;
}
.branch .branch-info {
	margin-bottom: 70px;
}
.branch .branch-info::after {
	display: block;
	content: "";
	clear: both;
}
.branch .branch-image {
	float: left;
	width: 464px;
	margin-right: 20px;
}
.branch .branch-table {
	float: right;
	width: 476px;
}
@media screen and (max-width: 767px) {
	.branch .branch-info {
		margin-bottom: 40px;
	}
	.branch .branch-image {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.branch .branch-table {
		float: none;
		width: 100%;
	}
}
.office-entries {
	margin-bottom: 40px;
}
.full-width-map {
	max-width: 960px;
	max-height: 300px;
	margin: 0 auto 20px;
}
.full-width-map .google-map {
	width: 100%;
	overflow:hidden;
}
@media screen and (max-width: 767px) {
	.full-width-map {
		margin-bottom: 10px;
	}
}
#about-office-list {
	min-height: 100px;
}
#about-office-list ul.area {
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}
#about-office-list ul.area>li {
	display: block;
	width: 33%;
	box-sizing: border-box;
	padding-right: 20px;
	list-style: none;
	font-size: 16px;
}
#about-office-list ul.area>li a {
	display: block;
	margin-bottom: 10px;
	color: #000;
}
#about-office-list ul.area li i {
	margin-right: 5px;
}
#about-office-list ul.area ul {
	display: block;
	margin: 0;
	padding: 0;
}
#about-office-list ul.area ul li {
	list-style: none;
	font-size: 13px;
}
#about-office-list ul.area ul li a {
	color: #666666;
}
#about-office-list ul.area ul li a:hover {
	padding-left: 7px;
	color: #193b88;
}

/*--------------------------------------
	4.技術・サービス
--------------------------------------*/
.services-unit {
	padding-bottom: 60px;
	margin-bottom: 30px;
	border-bottom: 1px solid #bbbbbb;
}
.services-unit:last-child {
	border-bottom: 0;
}
@media screen and (max-width: 767px) {
	.services-unit {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 0;
	}
}

/*--------------------------------------
	5.Experience
--------------------------------------*/
.past.major-list {
	overflow: hidden;
}
.major-list ul {
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
	justify-content: space-between;
}
.past.major-list ul {
	justify-content: flex-start;
	margin-left: -20px;
}
	.major-list a {
		display: block;
		color: #000;
	}
	.major-list a:link h4,
	.major-list a:visited h4,
	.major-list a:hover h4 {
		color:#005bac;
	}
	.major-list li {
		display: block;
		box-sizing: border-box;
		margin: 0 0 40px;
		border-bottom: 1px solid #bbbbbb;
		text-align: center;
	}
	.recent.major-list li {
		width: 50%;
		padding: 0 0 30px;
	}
	.past.major-list li {
		width: 25%;
		padding: 0 0 30px 20px;
	}
	.major-img {
		position: relative;
		overflow: hidden;
		margin: 0 auto 15px;
		background-color: #dddddd;
	}
		.major-img img {
			position: absolute;
			top:0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			width: 100%;
			height: auto;
		}
		.major-img.fit-height img {
			width: auto;
			height: 100%;
		}
	.recent .major-img {
		width: 380px;
		height: 220px;
	}
	.recent .major-title {
		font-weight: normal;
		font-size: 28px;
	}
	.past .major-img {
		width: 225px;
		height: 140px;
	}
		.past .major-title {
			font-weight: normal;
			font-size: 18px;
		}
	.major-attributes {
		text-align: center;
	}
	.major-attributes i.biztype {
		color: #8e2f00;
	}
	.major-attributes i.location {
		color: #008e14;
	}
	.major-attributes svg {
		display: inline-block;
		width: 16px;
		height: 12px;
		fill: #8e2f00;
	}
@media screen and (max-width: 767px) {
	.major-list li {
		padding-bottom: 0;
		margin: 0 0 20px;
		border-bottom: 0;
	}
	.major-title {
		line-height: 1.3;
	}
	.recent.major-list li {
		width: 100%;
	}
	.past.major-list {
		overflow: visible;
	}
	.past.major-list ul {
		justify-content: space-between;
		padding: 0;
		margin-left: 0;
	}
	.past.major-list li {
		width: calc(50% - 10px);
		margin: 0 0 35px;
		padding: 0 0 15px 0;
	}
	.recent .major-img,
	.past .major-img {
		width: auto;
	}
	.past .major-img img {
		width: auto;
		height: 100%;
	}
/*
	.major-img,
	.major-img img,
	.recent .major-img,
	.recent .major-img img,
	.past .major-img,
	.past .major-img img {
		width: 100%;
		height: auto;
	}
	.past .major-img {
		width: 100%;
		height: auto;
	} {
		display: block;
	}{
		height: auto;
	}{
		height: auto;
	}
*/
}
#sortedList ul {
	margin-bottom: 30px;
}
#sortedList h4 {
	border-bottom: 1px solid #000;
}

table.project-info {
	width: 100%;
	margin-bottom: 40px;
}
table.project-info th, table.project-info td {
	padding: 15px 20px;
	border: 1px solid #dfdfdf;
	vertical-align: top;
}
table.project-info th {
	text-align: left;
}

/*--------------------------------------
	6.Technical Publications
--------------------------------------*/
.publications {
	margin-bottom: 50px;
	border-bottom: 1px solid #bbbbbb;
}
.publications dt {
	padding: 20px 10px 0;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.3;
	border-top: 1px solid #bbbbbb;
}
.publications dd {
	margin-left: 0;
	padding: 0 10px 20px;
}
.publications dd p {
	margin-bottom: 0;
	line-height: 1.3;
}
.publications dd .note {
	font-size: 12px;
	color: #666666;
}

@media screen and (max-width: 767px) {
	#about-office-list {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#about-office-list h3 {
		background-image: url(../images/back_office_list_en.png)!important;
	}
}
