@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.共通部分
--------------------------------------*/
* {
	max-width: 100%;
}

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;
}

@media only screen and (max-width: 767px) {
	.hide_sp {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.hide_pc {
		display: none !important;
	}
}

#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_link,
.header__contact_link{
	font-size: 13px;
	line-height: 2.4em;
}

.head-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d8dde6;
}

.head-wrapper .header {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 1160px;
	max-width: calc(100% - 24px);
	height: 100px;
	margin: 0 auto;
	position: relative;
}

.header__logo {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	padding-block: 10px;
	padding-left: 10px;
	gap: 30px;
}

.header__corp_logo {
	flex-shrink: 0;
}

.header__site_name {
	margin: 0;
	max-width: 185px;
}

.header__site_name a {
	display: block;
	height: min-content;
	line-height: 0;
}

.header__catch_copy {
	margin: 0;
	font-size: 11px;
}

.header__seventy_logo {
	width: 56px;
}

.header__link_container {
	display: flex;
	align-items: stretch;
}

.header__link_container1 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	margin-right: 30px;
	padding-top: 0;
}

.header__secondly_link {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
}

.header__global_link,
.header__search_container a {
	display: inline-block;
	padding: 7.5px 20px;
	color: #2449a4;
	text-decoration: none;
}

.header__global_link:hover,
.header__search_container a:hover {
	background: #eee;
	color: #1546c5;
	text-decoration: none;
}

.head-wrapper #nav-pc {
	width: auto;
}

.head-wrapper #nav-pc ul,
.head-wrapper .nav_pc__ul {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	display: flex !important;
	table-layout: auto !important;
	align-items: stretch;
	justify-content: flex-start;
	list-style: none;
	text-align: left !important;
}

.head-wrapper #nav-pc ul li,
.head-wrapper .nav_pc__li {
	position: relative;
	float: none !important;
	display: grid !important;
	place-items: center;
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
	vertical-align: top !important;
}

.head-wrapper #nav-pc ul li a,
.head-wrapper #nav-pc ul li a.stay {
	display: inline-block;
	min-height: auto;
	padding: 20px 10px;
	color: #2449a4;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	border: 0;
	white-space: nowrap;
	background-image: none !important;
	box-shadow: none !important;
}

.header__primary_link {
	width: auto;
	font-size: 16px;
	font-weight: 700;
}

.head-wrapper #nav-pc ul li.hover > a,
.head-wrapper #nav-pc ul li a:hover,
.head-wrapper #nav-pc ul li a.stay {
	background: transparent;
	color: #1546c5;
	text-decoration: none;
	background-image: none !important;
}

.header__link_container_contact {
	align-self: stretch;
	flex: 0 0 auto;
}

.header__contact_link {
	display: grid;
	place-items: center;
	height: 100%;
	padding-inline: 12px;
	background: #f5f5f5;
	color: #2449a4;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.header__contact_link:hover {
	background: #1546c5;
	color: #fff;
	text-decoration: none;
}

.nav_child_container {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100vw;
	z-index: 99999;
}

.nav-child,
.nav_child {
	display: none;
	width: 100%;
	background: #2449a4;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.nav-child-inner,
.nav_child__inner {
	width: 1000px;
	max-width: calc(100vw - 40px);
	margin: 0 auto;
	padding: 20px 0 40px;
	position: relative;
	display: flex;
}

.nav-child-title {
	margin-bottom: 18px;
}

.nav_child__col {
	width: 25%;
}

#nav-contact-wrap {
	display: none;
}

.nav-child-title a,
.nav-child li a,
.nav_child li a {
	color: #fff;
}

.nav-child li a:hover,
.nav_child li a:hover {
	color: #dce8ff;
}

#offcanvas {
	display: none;
}

@media screen and (max-width: 1080px) {
	.header__logo {
		gap: 10px;
	}

	.header__site_name {
		width: 170px;
	}

	.header__catch_copy {
		font-size: 10px;
	}

	.head-wrapper .header {
		max-width: calc(100% - 20px);
	}

	.header__link_container1 {
		margin-right: 10px;
	}

	.head-wrapper #nav-pc ul li a,
	.head-wrapper #nav-pc ul li a.stay {
		padding: 20px 6px;
		font-size: 14px;
	}

	.header__contact_link {
		font-size: 14px;
		padding-inline: 12px;
	}
}

/* a-blog cms update fix: restore image and embed sizing/alignment */
[class*="column-image-"] img,
[class*="column-media-"] img,
[class*="column-eximage-"] img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.acms-entry .column-image-center,
.acms-entry .column-video-center,
.acms-entry .column-youtube-center {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image-"] {
	width: auto !important;
	max-width: 100%;
}

.column-youtube,
.column-iframe {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.column-youtube embed,
.column-youtube iframe,
.column-youtube object,
.column-iframe embed,
.column-iframe iframe,
.column-iframe object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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) {
	#offcanvas {
		display: block;
	}

	.head-wrapper .header {
		max-width: 100%;
		height: 60px;
		padding-left: 10px;
	}

	.header__logo {
		padding: 0;
	}

	.header__site_logo,
	.site-logo {
		max-width: 172px;
	}

	.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;
	}

	.header__link_container,
	.nav_child_container {
		display: none;
	}

	.sp_header_nav {
		width: 60px;
		height: 60px;
		background: #2449a4;
		position: relative;
		z-index: 100003;
		margin-left: auto;
		flex: 0 0 60px;
	}

	.sp_header_nav__menu_btn {
		position: absolute;
		inset: 0;
		display: grid;
		place-items: center;
		cursor: pointer;
		z-index: 1;
	}

	.sp_header_nav__menu_btn__open {
		z-index: 2;
	}

	.sp_header_nav__menu_btn__open[aria-expanded=true] {
		z-index: 0;
	}

	.sp_header_nav__menu_btn__close {
		display: none;
	}

	.sp_header_nav__menu_btn svg {
		display: block;
		width: 20px;
		height: 12px;
		pointer-events: none;
	}

	.sp_header_nav__menu_btn svg line {
		stroke: #fff;
	}

	.head-wrapper .header__corp_logo,
	.head-wrapper .header__site_name,
	.head-wrapper .header__site_name a {
		position: relative;
		z-index: 2;
	}

	#sp-search-box {
		padding: 14px 10px 8px;
		background: #fff;
	}

	#sp-search-box .search-form {
		display: flex;
		align-items: center;
		position: relative;
		margin: 0;
	}

	#sp-search-box .search-form-input {
		width: 100%;
		height: 40px;
		padding: 0 40px 0 12px;
		border: 1px solid #b8c0cc;
		font-size: 16px;
	}

	#sp-search-box .search-btn {
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		border: 0;
		background: transparent;
		color: #8a93a0;
	}
}

/* --------------------------------------
   Header final override for English theme
-------------------------------------- */
body {
	padding-top: 100px;
}

.head-wrapper {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	border-bottom: 0 !important;
}

.head-wrapper .header {
	display: flex;
	justify-content: space-between;
	width: 1160px;
	max-width: 1160px;
	height: 100px;
	margin-inline: auto;
	position: relative;
}

.head-wrapper .header__logo {
	padding-block: 10px;
	padding-left: 10px;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 30px;
}

.head-wrapper .header__corp_logo {
	flex-shrink: 0;
}

.head-wrapper .header__site_name {
	margin: 0;
	width: 185px;
	max-width: 185px;
	flex: 0 0 185px;
}

.head-wrapper .header__site_name a {
	display: block;
	height: min-content;
	line-height: 0;
	width: 100%;
}

.head-wrapper .header__site_logo {
	display: block;
	width: 100%;
	height: auto;
}

.head-wrapper .header__catch_copy {
	margin: 0;
	font-size: 11px;
	line-height: 2;
}

.head-wrapper .header__seventy_logo {
	width: 56px;
	flex: 0 0 56px;
}

.head-wrapper .header__seventy_logo img {
	display: block;
	width: 100%;
	height: auto;
}

.head-wrapper .header__link_container {
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	justify-content: flex-end;
	min-width: 0;
}

.head-wrapper .header__link_container1 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	margin-right: 30px;
	padding: 0;
}

.head-wrapper .header__secondly_link {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	align-items: center;
	margin: 0;
	padding: 0;
}

.head-wrapper .header__link_global a,
.head-wrapper .header__search_container a,
.head-wrapper .header__global_link,
.head-wrapper .header__search {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7.5px 20px;
	height: 100%;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #2449a4;
	text-decoration: none;
	min-height: 0;
	box-sizing: border-box;
	cursor: pointer;
}

.head-wrapper .header__link_global a:hover,
.head-wrapper .header__search_container a:hover,
.head-wrapper .header__global_link:hover,
.head-wrapper .header__search:hover {
	background-color: #eee;
	color: #1546c5;
	text-decoration: none;
}

.head-wrapper .header__primary_link {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.head-wrapper #nav-pc {
	margin: 0;
	padding: 0;
	width: auto;
}

.head-wrapper .header__link_container_contact {
	align-self: stretch;
	font-size: 16px;
	font-weight: 700;
	flex: 0 0 auto;
}

.head-wrapper .header__contact_link {
	background-color: #f5f5f5;
	display: grid;
	place-items: center;
	height: 100%;
	padding-inline: 12px;
	font-size: 16px;
	color: #2449a4;
	text-decoration: none;
	white-space: nowrap;
}

.head-wrapper .header__contact_link:hover {
	background-color: #2449a4;
	color: #fff;
}

.head-wrapper .header .nav_pc__ul {
	list-style: none;
	display: flex !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	table-layout: auto !important;
	text-align: left !important;
}

.head-wrapper .header .nav_pc__li {
	padding: 0;
	white-space: nowrap;
	position: relative;
	display: flex !important;
	align-items: stretch;
	width: auto !important;
	height: 100% !important;
	float: none !important;
}

.head-wrapper .header .nav_pc__li a {
	padding: 20px 10px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	font-size: 16px;
	color: #2449a4;
	background: transparent !important;
	position: static;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}

.head-wrapper .header .nav_pc__li::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #2449a4;
	transition: width .3s;
}

.head-wrapper .header .nav_pc__li.hover a {
	color: #1546c5;
}

.head-wrapper .header .nav_pc__li.hover::after,
.head-wrapper .header .nav_pc__li:has(> a.stay)::after {
	width: calc(100% - 20px);
}

.head-wrapper #nav-pc ul li::before,
.head-wrapper #nav-pc ul li a::before,
.head-wrapper #nav-pc ul li a::after,
.head-wrapper .nav_pc__li::before,
.head-wrapper .nav_pc__li a::before,
.head-wrapper .nav_pc__li a::after,
.head-wrapper .nav_pc__li_current_pointer::before,
.head-wrapper .nav_pc__li_current_pointer::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
}

.head-wrapper .nav_pc__li_current_pointer {
	display: none !important;
}

.head-wrapper .header-line-noback {
	display: none !important;
}

#adminBox,
#adminMinBox,
.acms-admin-box,
.minBox,
.normalBox {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.head-wrapper .header .nav_child_container {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100vw;
	z-index: 99999;
}

.head-wrapper .header .nav_child_container .nav_child {
	background: #2449a4;
	display: none;
	z-index: 9;
	width: 100%;
	box-shadow: none;
}

.head-wrapper .header .nav_child_container .nav_child__inner {
	width: 1160px;
	max-width: calc(100vw - 48px);
	margin-inline: auto;
	padding-block: 20px 40px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 36px;
	align-items: start;
}

.head-wrapper .header .nav_child_container .nav_child__col {
	width: auto;
	min-width: 0;
}

.head-wrapper .header .nav_child_container .nav_child__list {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.head-wrapper .header .nav_child_container .nav_child__list li {
	list-style-type: none;
}

.head-wrapper .header .nav_child_container .nav_child__list li a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.55;
	word-break: break-word;
}

.head-wrapper .header .nav_child_container .nav_child__list li a:hover {
	color: #888;
	padding-left: 0;
}

.head-wrapper .header .nav_child_container .nav-child-title {
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.head-wrapper .header .nav_child_container .nav-child-title a {
	color: #fff;
}

.head-wrapper .header .nav_child_container .nav-child-title a:hover {
	margin-left: 0;
	color: #d7e3ff;
}

.head-wrapper .header .nav_child_container .nav-child-title a:after {
	display: none;
}

.head-wrapper #nav-corporate-child .nav_child__inner {
	grid-template-columns: 220px minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr);
}

.head-wrapper #nav-corporate-child > .nav-child-inner.nav_child__inner {
	width: 1000px;
	max-width: calc(100vw - 48px);
	margin-inline: auto;
	padding-block: 20px 40px;
	display: block;
}

.head-wrapper #nav-corporate-child > .nav-child-inner > .nav_child__inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	gap: 36px;
}

.head-wrapper #nav-corporate-child > .nav-child-inner > .nav_child__inner > .nav_child__col {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	padding: 0;
}

.head-wrapper #nav-corporate-child .nav_child__list {
	display: inline-block;
}

.head-wrapper #nav-corporate-child .nav_child__list li a {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.55;
	word-break: break-word;
}

.head-wrapper #nav-corporate-child .nav_child__list li a:hover {
	color: #888 !important;
}

.head-wrapper #nav-corporate-child .nav_child__list li:last-child a {
	margin-bottom: 0;
}

.head-wrapper #nav-corporate-child .nav_child__list li a.primary,
.head-wrapper #nav-corporate-child .nav_child__list li.primary > a {
	font-size: 18px;
	margin-bottom: 20px;
}

.head-wrapper #nav-corporate-child #nav-child-office-inner > .flex-box {
	display: contents;
	margin: 0;
}

.head-wrapper #nav-corporate-child #nav-child-office-inner > .flex-box > .nav_child__col {
	padding: 0;
}

.head-wrapper #nav-corporate-child #nav-child-office-inner > .flex-box > .nav_child__col:first-child ul,
.head-wrapper #nav-corporate-child #nav-child-office-inner > .flex-box > .nav_child__col:first-child li {
	margin: 0;
}

.head-wrapper #nav-corporate-child .area.flex-box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 0;
	margin: 0;
}

.head-wrapper #nav-corporate-child .area.flex-box > li {
	padding: 0;
}

.head-wrapper #nav-corporate-child .branches {
	margin-top: 8px;
}

.head-wrapper #nav-corporate-child .branches li,
.head-wrapper #nav-corporate-child .branches li a {
	font-size: 14px;
	line-height: 1.55;
}

.head-wrapper #nav-expertise-child .flex-box,
.head-wrapper #nav-experience-child .flex-box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 0;
	margin: 0;
}

.head-wrapper #nav-expertise-child .flex-box > li,
.head-wrapper #nav-experience-child .flex-box > li {
	padding: 0;
}

.head-wrapper #nav-expertise-child > .nav-child-inner.nav_child__inner {
	width: 1000px;
	max-width: calc(100vw - 48px);
	margin-inline: auto;
	padding-block: 20px 40px;
	display: flex;
	align-items: flex-start;
	gap: 36px;
}

.head-wrapper #nav-expertise-child > .nav-child-inner > .nav_child__col {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	padding: 0;
}

.head-wrapper #nav-expertise-child .nav_child__list {
	display: inline-block;
}

.head-wrapper #nav-expertise-child .nav_child__list li a {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.55;
	word-break: break-word;
}

.head-wrapper #nav-expertise-child .nav_child__list li a:hover {
	color: #888 !important;
}

.head-wrapper #nav-expertise-child .nav_child__list li:last-child a {
	margin-bottom: 0;
}

.head-wrapper #nav-expertise-child .nav_child__list li a.primary,
.head-wrapper #nav-expertise-child .nav_child__list li.primary > a {
	font-size: 18px;
	margin-bottom: 20px;
}

.head-wrapper #nav-experience-child > .nav-child-inner.nav_child__inner {
	width: 1000px;
	max-width: calc(100vw - 48px);
	margin-inline: auto;
	padding-block: 20px 40px;
	display: flex;
	align-items: flex-start;
	gap: 36px;
}

.head-wrapper #nav-experience-child > .nav-child-inner > .nav_child__col {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	padding: 0;
}

.head-wrapper #nav-experience-child .nav_child__list {
	display: inline-block;
}

.head-wrapper #nav-experience-child .nav_child__list li a {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.55;
	word-break: break-word;
}

.head-wrapper #nav-experience-child .nav_child__list li a:hover {
	color: #888 !important;
}

.head-wrapper #nav-experience-child .nav_child__list li:last-child a {
	margin-bottom: 0;
}

.head-wrapper #nav-experience-child .nav_child__list li a.primary,
.head-wrapper #nav-experience-child .nav_child__list li.primary > a {
	font-size: 18px;
	margin-bottom: 20px;
}

.head-wrapper .header .nav_child_container .fa-chevron-circle-right,
.head-wrapper .header .nav_child_container .icon-arrow {
	display: none !important;
}

.head-wrapper .header .nav_child_container .service-list-icn-text {
	padding-left: 0;
}

.head-wrapper .header .nav_child_container .branches a {
	padding-left: 0;
}

.head-wrapper .acms-admin-module-edit,
.head-wrapper .acms-admin-module-edit-wrapper,
.head-wrapper .js-dialog-btn,
.js-popup_setting,
.acms-btn-admin {
	display: none !important;
}

@media only screen and (max-width: 1000px) {
	.head-wrapper .header__logo {
		gap: 10px;
	}

	.head-wrapper .header__site_name {
		width: 170px;
	}

	.head-wrapper .header__catch_copy {
		font-size: 10px;
	}

	.head-wrapper .header__link_container1 {
		margin-right: 10px;
	}

	.head-wrapper .header .nav_pc__li a {
		font-size: 14px;
		padding: 20px 5px;
	}

	.head-wrapper .header .nav_child_container .nav_child__inner,
	.head-wrapper #nav-corporate-child .nav_child__inner {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 20px;
	}

	.head-wrapper #nav-corporate-child > .nav-child-inner.nav_child__inner {
		display: block;
	}

	.head-wrapper #nav-corporate-child > .nav-child-inner > .nav_child__inner {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 20px;
	}

	.head-wrapper #nav-expertise-child > .nav-child-inner.nav_child__inner {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 20px;
	}

	.head-wrapper #nav-experience-child > .nav-child-inner.nav_child__inner {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 20px;
	}

	.head-wrapper #nav-corporate-child .area.flex-box {
		column-gap: 20px;
	}

	.head-wrapper .header__contact_link {
		font-size: 14px;
	}
}

@media only screen and (max-width: 900px) {
	.head-wrapper .header__link_container_contact {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 60px;
	}

	.head-wrapper .header {
		position: relative;
		z-index: 4;
		height: 60px;
		max-width: 100%;
		padding-left: 0;
		width: 100%;
		padding-right: 0;
	}

	.head-wrapper .header__logo {
		padding: 0;
		display: flex;
		align-items: center;
		flex: 1 1 auto;
		min-width: 0;
	}

	.head-wrapper .header__corp_logo {
		transform: none;
	}

	.head-wrapper .header__site_logo {
		width: 172px;
		max-width: 172px;
		top: 0;
	}

	.head-wrapper .header__link_container,
	.head-wrapper .nav_child_container,
	.head-wrapper #offcanvas.hide_pc {
		display: none !important;
	}

	#offcanvas {
		z-index: 100002;
	}

	.js-acms-offcanvas-active {
		top: 60px;
	}

	.js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
		top: 60px;
		width: 100%;
	}

	.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
		margin-right: -100%;
	}

	.js-acms-offcanvas-body-right,
	.js-acms-offcanvas-body-moving {
		position: static;
	}

	.js-acms-offcanvas-active .offcanvas_bar {
		background: #fff;
		padding: 0;
		width: 100%;
		min-height: calc(100vh - 60px);
	}

	.js-acms-offcanvas-sidebar,
	.js-acms-offcanvas-sidebar-right,
	.js-acms-offcanvas-sidebar .offcanvas_bar {
		width: 100% !important;
		max-width: 100% !important;
		background: #fff;
	}

	#sp_nav.offcanvas_nav {
		margin: 0 0 20px;
		border-bottom: 1px solid #888;
		width: 100%;
	}

	#sp_nav.offcanvas_nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	#sp_nav.offcanvas_nav ul ul {
		display: none;
		width: 100%;
	}

	#sp_nav.offcanvas_nav li {
		display: grid;
		align-items: center;
		min-height: 60px;
		position: relative;
		width: 100%;
		color: #2449a4;
		background: #fff;
		border: 0;
	}

	#sp_nav.offcanvas_nav li::after {
		content: "";
		background: url(../images/marker/icon_nav_sp_lefttop_triangle.svg) no-repeat;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#sp_nav.offcanvas_nav a {
		color: #2449a4;
		font-size: 20px;
		display: block;
		padding: 10px 45px 10px 20px;
		position: relative;
		border: 1px solid #888;
		border-bottom: 0;
		line-height: 2;
		text-decoration: none;
		background: #fff;
	}

	#sp_nav.offcanvas_nav a:hover {
		text-decoration: none;
		color: #2449a4;
	}

	#sp_nav.offcanvas_nav li:last-child > a {
		border-bottom: 1px solid #888;
	}

	#sp_nav.offcanvas_nav li.no-link > a::after {
		content: "";
		display: inline-block;
		background: url(../images/marker/icon_nav_sp_plus.svg) no-repeat;
		width: 15px;
		height: 15px;
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		right: 16px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#sp_nav.offcanvas_nav li.no-link.opened-menu > a::after {
		background-image: url(../images/marker/icon_nav_sp_minus.svg);
		top: 12px;
	}

	#sp_nav.offcanvas_nav li:not(.no-link) > a::after,
	#sp_nav.offcanvas_nav li.no-link ul li > a::after {
		content: "";
		display: inline-block;
		background: url(../images/marker/icon_nav_sp_arrow_blue.svg) no-repeat;
		width: 20px;
		height: 18px;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#sp_nav.offcanvas_nav li ul li::after {
		content: none;
	}

	#sp_nav.offcanvas_nav li ul li a {
		background: #2449a4;
		border: 0;
		border-bottom: 1px solid #6583c5;
		color: #fff;
	}

	#sp_nav.offcanvas_nav li ul li:last-child a {
		border-bottom: 0;
	}

	#sp_nav.offcanvas_nav li ul li a:hover {
		color: #fff;
	}

	#sp_nav.offcanvas_nav li ul li a::after {
		background-image: url(../images/marker/icon_nav_sp_arrow_white.svg) !important;
	}

	#sp_nav.offcanvas_nav li ul li a::before {
		content: none;
	}

	#sp_nav.offcanvas_nav li.opened-menu > ul {
		display: block;
	}

	#sp_nav.offcanvas_nav li > a:empty,
	#sp_nav.offcanvas_nav li:empty {
		display: none !important;
	}

	.sp_header_nav {
		width: 60px;
		height: 60px;
		background: #2449a4;
		color: #fff;
		position: relative;
		flex: 0 0 60px;
		margin-left: auto;
	}

	.sp_header_nav.js-acms-header-fixed {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		width: 60px !important;
	}

	.sp_header_nav .sp_header_nav__menu_btn {
		display: grid !important;
		place-items: center !important;
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 1;
		inset: 0;
		background: transparent !important;
	}

	.sp_header_nav .sp_header_nav__menu_btn__open {
		z-index: 2;
	}

	.sp_header_nav .sp_header_nav__menu_btn__open[aria-expanded=true] {
		z-index: 0;
	}

	.sp_header_nav .sp_header_nav__menu_btn svg {
		display: block !important;
		width: 20px;
		height: 12px;
		margin: 0 auto;
		pointer-events: none;
	}
}

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

.mw1160 {
	max-width: 1160px;
	margin-inline: auto;
}

.mw800 {
	max-width: 800px;
	margin-inline: auto;
}

.px10 {
	padding-inline: 10px;
	box-sizing: border-box;
}

nav.topicpath {
	background-color: #F5F5F5;
	padding: 0 10px;
	height: 30px;
	display: flex;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
}

nav.topicpath .topicpath-list {
	display: flex;
	gap: 10px;
	flex-grow: 1;
	align-items: center;
	list-style: none;
	margin-block: 0;
}

nav.topicpath .topicpath-item,
nav.topicpath .topicpath_arrow {
	padding: 0;
	background: none;
	white-space: nowrap;
	font-size: 13px;
	color: #888;
	font-weight: normal;
}

nav.topicpath .topicpath-item:last-child {
	font-weight: bold;
}

nav.topicpath a,
nav.topicpath .topicpath-link:active,
nav.topicpath .topicpath-link:focus,
nav.topicpath .topicpath-link:visited {
	color: #888;
	text-decoration: none;
	white-space: nowrap;
}

nav.topicpath a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	nav.topicpath {
		display: flex !important;
		height: 30px;
		padding-inline: 10px;
	}

	nav.topicpath .topicpath-list {
		padding-inline: 0;
	}
}

.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: 100%;
	max-width: 1160px;
	margin-inline: auto;
}

.foot_wrapper {
	margin-top: 100px;
	padding-block: 40px 60px;
	border-top: 1px solid #bbb;
}

.foot_wrapper .footer {
	max-width: 1160px;
	margin-inline: auto;
	border-bottom: 1px solid #bbb;
	padding-bottom: 60px;
}

.foot_wrapper .footer .footer_nav *,
#footer_nav * {
	line-height: 1.2;
}

#footer_nav ul,
#footer_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer_nav > ul {
	display: flex;
	justify-content: space-between;
}

#footer_nav > ul > li,
#footer_nav > ul > li.c_1,
#footer_nav > ul > li.primary {
	width: 20%;
	float: none;
}

#footer_nav > ul > li ul {
	margin: 0;
	padding-left: 0;
}

#footer_nav a {
	font-size: 14px;
	font-weight: 700;
	color: #bbb;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1.2;
}

#footer_nav > ul > li > a,
#footer_nav > ul > li.c_1 > a,
#footer_nav > ul > li.primary > a {
	color: #2449a4;
	margin-bottom: 20px;
}

#footer-nav-right-wrapper {
	width: 120px;
}

.foot_wrapper .footer2 {
	max-width: 1160px;
	margin-inline: auto;
	padding-block: 20px;
}

.foot_wrapper .footer2 .footer_logo {
	width: 300px;
	margin-inline: auto;
}

.foot_wrapper .footer2 .footer2_link_container {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding-top: 10px;
}

.foot_wrapper .footer2 .footer2_link_list {
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.foot_wrapper .footer2 .footer2_link_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.foot_wrapper .footer2 .footer2_link_list a {
	font-size: 14px;
	font-weight: 700;
	color: #bbb;
}

.foot_wrapper .copyright {
	background: initial;
	color: #bbb;
	padding: 0;
}

.foot_wrapper .copyright p.copyright-text {
	margin: 0;
	font-size: 14px;
	color: #bbb;
	text-align: center;
}

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

/*--------------------------------------
	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;
	}
}
