@charset "utf-8";
.shsj {
	font-family: source-han-sans-japanese,sans-serif;
}
.shs {
	font-family: source-han-serif-japanese,serif;
}
/*==================================================
$common
==================================================*/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.7;
	position: relative;
	color: #000;
	font-family: 'Noto Sans JP',noto-sans-cjk-jp,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	text-align: left;
	min-width: 1040px;
}
body.navopen .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 11;
	cursor: pointer;
}
.mincho{font-family: 游明朝,"Yu Mincho",YuMincho,source-han-serif-japanese,serif;}
a {color: inherit;text-decoration: none;}
a[href^="tel:"] {pointer-events: none;}
.nopc {display: none !important;}
img {max-width: 100%;}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: auto;
	position: relative;
}

/* -----  header  ---------------------------------------- */
header {
	background: #fff;
	width: 100%;
	padding: 30px 0 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: relative;
	z-index: 12;
}
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding-top: 0;
}
header.fixed .groupmenu {
	display: none;
}
.headerinner {
	max-width: 1040px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
header .logo {
	width: 50%;
	max-width: 200px;
}
header .spicon {
	display: none;
}
header .burger {
	display: none;
}
/*210118ここから*/
header .navmenu {
	width: 65%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
/*210118ここまで*/
header .navmenu .spmenu {
	display: none;
}
header .navmenu .subnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	max-width: 625px;
	margin-bottom: 10px;
}
header .navmenu .subnav ul {
	/*210118ここから*/
	display: none;
	/*210118ここまで*/
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: stretch;
	font-size: 12px;
}
header .navmenu .subnav ul li:nth-child(2) {
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
}
header .navmenu .subnav ul li.contact,
header .navmenu .subnav ul li.form {
	display: none;
}
header .navmenu .subnav ul li a {
	padding: 0 15px;
	display: block;
}
header .navmenu .subnav ul li a:hover {
	text-decoration: underline;
}
header .navmenu .subnav .tel {
	margin-left: 10px;
}
header .navmenu .subnav .tel span {
	font-size: 11px;
	display: block;
}
header .navmenu .subnav .tel a {
	font-size: 20px;
	font-weight: bold;
	color: #239174;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
header .navmenu .subnav .tel:last-child a {
	color: #677D77;
}
header .navmenu .subnav .tel a::before {
	content: '';
	width: 14px;
	height: 10px;
	background: url(../img/ico_freetel.svg) no-repeat center/contain;
	margin-right: 5px;
}
header .navmenu .subnav .tel small {
	display: none;
}
header .navmenu .mainnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 625px;
}
header .navmenu .mainnav dl dd li:not(.image) a:hover,
header .navmenu .mainnav dl dd .catelink a:hover {
	text-decoration: underline;
}
header .navmenu .mainnav .headerinner {
	align-items: flex-start;
}
header .navmenu .mainnav dl dt {
	font-size: 15px;
	font-weight: bold;
	height: 100%;
}
header .navmenu .mainnav dl dt a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	line-height: 1.5;
	text-align: center;
}
header .navmenu .mainnav dl dt a::after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(45deg);
	margin-left: 10px;
	margin-bottom: 6px;
	transition: .3s;
}
header .navmenu .mainnav dl dt.active a::after {
	transform: rotate(225deg);
	margin-bottom: 0;
}
header .navmenu .mainnav dl dd {
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #F8F8F8;
	padding: 20px 0 30px;
}
header .navmenu .mainnav dl dt.active + dd {
	opacity: 1;
	pointer-events: auto;
}
header .navmenu .mainnav dl dd .catelink {
	font-size: 16px;
	display: block;
	width: 100%;
}
header .navmenu .mainnav dl dd .catelink.tar {
	margin-bottom: 30px;
}
header .navmenu .mainnav dl dd .catelink a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(45deg);
	margin-left: 10px;
	margin-bottom: 3px;
}
header .navmenu .mainnav dl dd ul:not(.child) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
header .navmenu .mainnav dl dd ul:not(.child)>li {
	max-width: 255px;
	width: 24%;
	margin: 0 1%;
}
header .navmenu .mainnav dl dd ul li.image {
	text-align: center;
	background: #fff;
}
header .navmenu .mainnav dl dd ul li.image a {
	display: block;
	padding: 10px 0 125px;
	font-size: 15px;
	font-weight: bold;
}
header .navmenu .mainnav dl dd ul li.image.strength a {
	background: url(../img/gnav_strength.jpg) no-repeat center bottom/contain;
}
header .navmenu .mainnav dl dd ul li.image.proposal a {
	background: url(../img/gnav_proposal.jpg) no-repeat center bottom/contain;
}
header .navmenu .mainnav dl dd ul li.image.renaiss a {
	background: url(../img/gnav_renaiss.jpg) no-repeat center bottom/contain;
}
header .navmenu .mainnav dl dd ul li.image.assets a {
	background: url(../img/gnav_assets.jpg) no-repeat center bottom/contain;
}
header .navmenu .mainnav dl dd ul li.image.build a {
	background: url(../img/gnav_build.jpg) no-repeat center bottom/contain;
}
header .navmenu .mainnav dl dd ul li.lend {
	padding: 0 20px;
}
header .navmenu .mainnav dl dd ul li.lend>a {
	font-size: 15px;
	font-weight: bold;
}
header .navmenu .mainnav ul.child>li {
	margin-right: 10px;
}
header .navmenu .mainnav ul.child>li a {
	font-size: 14px;
	color: #747474;
	padding-left: 1em;
	position: relative;
	display: inline-block;
}
header .navmenu .mainnav ul.child>li a::before {
	content: '';
	width: .5em;
	height: 1px;
	background: #747474;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
header .navmenu .mainnav ul.child.grand>li a::before {
	display: none;
}
header .navmenu .mainnav .use ul:not(.child) {
	justify-content: flex-start;
}
header .navmenu .mainnav .use ul:not(.child) li {
	width: 23%;
	margin-bottom: 10px;
}
header .navmenu .mainnav .works dd .case {
	width: 43%;
}
header .navmenu .mainnav .works dd .case ul {
	column-count: 2;
}
header .navmenu .mainnav .works dd .other {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 35%;
}
header .navmenu .mainnav .works dd .other>div {
	width: 50%;
	margin-bottom: 20px;
}
header .navmenu .mainnav .works dd .owner {
	background: #fff;
	width: 25%;
	max-width: 225px;
}
header .navmenu .mainnav .works dd .owner a {
	display: block;
	padding: 10px 0 125px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: url(../img/gnav_owner.jpg) no-repeat center bottom 0/contain;
	transition: .3s;
}
header .navmenu .mainnav .company dd ul:not(.child) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
header .navmenu .mainnav .company dd ul:not(.child) li {
	width: 23%;
}
header .navmenu .mainnav .company dd ul:not(.child) li a {
	margin-bottom: 10px;
	display: inline-block;
}
.aside_btn {
	position: fixed;
	right: 0;
	z-index: 10;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	pointer-events: none;
}
.aside_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	width: 65px;
	position: relative;
	right: -100px;
	transition: .3s;
}
.aside_btn.fixed ul {
	right: 0;
}
.aside_btn ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.aside_btn ul li a {
	padding: 20px;
	font-weight: bold;
	line-height: 1.5;
	pointer-events: auto;
}
.aside_btn ul li a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	display: inline-block;
	margin-left: 2px;
	transition: .3s;
	position: relative;
	left: 0;
}
.aside_btn ul li a:hover::after {
	left: 5px;
}
.aside_btn ul li.form {
	width: 100%;
	margin-bottom: 10px;
}
.aside_btn ul li.form a {
	background: #239174;
	color: #fff;
	font-size: 20px;
}
.aside_btn ul li.contact {
	width: 70%;
}
.aside_btn ul li.contact a {
	background: #FE0;
	font-size: 14px;
}
.aside_btn ul li.contact a::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.groupmenu {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	z-index: 101;
	background: #F2F2F2;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.groupmenu>span {
	max-height: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.groupmenu>span::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 9px;
	margin: auto;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
.groupmenu.open>span::before {
	transform: rotate(-45deg) scale(1,-1);
	top: 5px;
}
.groupmenu>span::after {
	content: '';
	width: 30px;
	height: 30px;
	background: rgba(65, 92, 84,.4);
	margin-left: 10px;
}
.groupmenu div {
	background: #F6F6F6;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	position: fixed;
	top: 30px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	height: 100%;
        overflow: scroll;
}
.groupmenu.open div {
	opacity: 1;
	pointer-events: auto;
}
.groupmenu div ul {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.groupmenu div ul li {
	width: 24%;
	max-width: 250px;
	margin: 0 1.3% 1.3% 0;
	position: relative;
}
.groupmenu div ul li:nth-child(4n) {
	margin: 0 0 1.3% 0;
}
.groupmenu div ul.banner li:after {
	content: '';
	width: 1px;
	height: 90%;
	border-right: 1px dotted #707070;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -3%;
	margin: auto;
}
.groupmenu div ul.banner li img {
	width: 80%;
	margin: auto;
	display: block;
}
.groupmenu div .close {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #7A7A7A;
	padding: 0 0 0 30px;
	position: relative;
	cursor: pointer;
}
.groupmenu div .close span {
	display: inline-block;
}
.groupmenu div .close span::before,
.groupmenu div .close span::after {
	content: '';
	width: 20px;
	height: 1px;
	background: #7A7A7A;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
}
.groupmenu div .close span::after {
	transform: rotate(-45deg);
}
/* -----  footer  ---------------------------------------- */
footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.totop {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #000;
	z-index: 10;
}
.totop::before {
	content: '';
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 5px;
	right: 0;
	margin: auto;
	transition: .5s;
}
.totop:hover::before {
	top: -20px;
	transform: rotate(405deg);
}
.footer01 {
	background: #565656;
	padding: 20px 0;
}
.footer01 .inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.footer01 ul li a {
	color: #fff;
	font-size: 13px;
}
.footer01 ul li a:hover {
	text-decoration: underline;
}
.footer01 .parent>li>a {
	font-weight: bold;
}
.footer01 .child>li {
	line-height: 1.5;
}
.footer01 .child>li a {
	color: #C1C1C1;
}
.footer01 .child>li ul {
	text-indent: 1em;
}
.footer01 .parent .icon {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px dashed #838282;
}
.footer01 .parent .icon a {
	width: 25px;
}
.footer01 span {
	position: absolute;
	bottom: 0;
	right: 5px;
	margin: auto;
	width: 85px;
}
.footer02 {
	background: #4A4A4A;
	padding: 10px 0;
}
.footer02 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	margin-left: -20px;
}
.footer02 ul li:not(:last-child) {
	border-right: 1px solid #fff;
}
.footer02 ul li a {
	color: #fff;
	padding: 0 20px;
}
.footer02 ul li a:hover {
	text-decoration: underline;
}
.footer02 .logo {
	max-width: 220px;
	width: 22%;
}
.footer03 {
	text-align: center;
	background: #3D3C3C;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footer03 span {
	color: #fff;
	font-size: 12px;
}
/* -----  parts  ---------------------------------------- */
.contents {
	position: relative;
}
.pankuzu {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5px 0;
	font-size: 11px;
	z-index: 2;
}
.pankuzu li:not(:last-child) {
	margin-right: 20px;
}
.pankuzu li:not(:last-child)::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #979797;
	border-right: 1px solid #979797;
	transform: rotate(45deg);
	margin-left: 20px;
	display: inline-block;
}
.pankuzu li a {
	color: #979797;
}
.green {
	color: #15A188;
}
.pagetitle {
	background: #EFF3F1;
	margin-bottom: 100px;
}
.pagetitle.nobg {
	background: none;
	margin-bottom: 0;
}
.pagetitle .inner {
	width: 100%;
	min-height: 180px;
}
.pagetitle .name {
	font-size: 32px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding-top: 60px;
}
.pagetitle .name + p {
	margin-top: 30px;
	padding-bottom: 20px;
}
.heading {
	font-size: 26px;
	font-weight: bold;
	display: block;
	width: 100%;
}
.headline {
	font-size: 26px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-bottom: 1px solid #BFC9C4;
	position: relative;
	padding-bottom: 10px;
}
.headline::after {
	content: '';
	width: 170px;
	height: 2px;
	background: #13A087;
	position: absolute;
	bottom: 0;
	left: 0;
}
.txt {
	width: 100%;
	margin-bottom: 50px;
}
.txt .heading + p,
.txt .headline + p {
	margin-top: 20px;
	padding: 0 20px;
}
.txt .heading + p strong,
.txt .headline + p strong {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.col2box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 50px;
}
.col2box .headline {
	margin-left: -20px;
}
.col2box .txt {
	max-width: 500px;
	width: 50%;
	margin-bottom: 0;
}
.col2box .txt .heading + p,
.col2box .txt .headline + p {
	padding: 0;
}
.col2box .img {
	max-width: 460px;
	width: 46%;
}
.col2box .img img {
	width: 100%;
}
.col2box .img img + img {
	margin-top: 20px;
}
.object_list {
	margin-bottom: 50px;
}
.object_list>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.object_list>ul>li {
	max-width: 250px;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.object_list>ul>li:nth-child(4n) {
	margin-right: 0;
}
.object_list>ul>li>a {
}
.object_list .img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	padding: 37% 0;
	background: #EBEBEB;
}
.object_list .img::after {
	content: '';
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,.5) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.object_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 110%;
	height: auto;
	transition: .5s;
	max-width: none;
}
.object_list a:hover .img img {
	width: 120%;
}
.object_list .copy {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	height: 3.2em;
}
_:-ms-lang(x)::-ms-backdrop, .object_list .copy {
}
.tag_list {
	font-size: 12px;
	padding: 10px 15px;
	background: #D2E8DD;
	color: #5B5B5B;
	margin-bottom: 10px;
	/* height: 80px; */
}
.tag_list li {
	display: inline;
	margin-right: 10px;
}
.tag_list li:not(:last-child)::after {
	content: '/';
	margin-left: 10px;
}
.tag_list li a:hover {
	text-decoration: underline;
}
.object_list .date {
	color: #5B5B5B;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	font-size: 12px;
}
.object_list .date dt {
	width: 25%;
	position: relative;
	padding-right: 5px;
}
.object_list .date dt::after {
	content: '';
	width: 1px;
	height: 80%;
	background: #5B5B5B;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.object_list .date dd {
	width: 75%;
	padding-left: 5px;
}
.table01 {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 50px;
}
.table01 tr {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
}
.table01 tr th {
	border: 1px solid #D9D9D9;
	background: #F4F7F6;
	width: 30%;
	text-align: center;
	padding: 10px 20px;
}
.table01 tr td {
	border: 1px solid #D9D9D9;
	width: 70%;
	padding: 10px 20px;
}
.pagenav {
	background: #EFF3F1;
	padding: 10px;
	max-width: 1040px;
	width: 100%;
	position: relative;
	margin: 0 auto 50px;
}
.pagenav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.pagenav ul li a {
	display: block;
	padding: 5px 15px;
	position: relative;
}
.pagenav ul li.current a {
	color: #239174;
	font-weight: bold;
}
.pagenav ul li:not(:last-child) a::after {
	content: '';
	width: 1px;
	height: 50%;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.btn {
	max-width: 500px;
	width: 90%;
	min-height: 50px;
	margin: auto;
	background: #EFE00C;
	border: 2px solid #EFE00C;
	text-align: center;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	cursor: pointer;
	transition: .3s;
	color: #000;
}
_:-ms-lang(x)::-ms-backdrop, .btn {
	line-height: 2;
}
.btn:hover {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}
.btn.black {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}
.btn.black:hover {
	background: #fff;
	color: #000;
}
.btn::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: .3s;
}
.btn:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.btn.black::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.btn.black:hover::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.request_box {
	width: 100%;
	height: 275px;
	border: 2px solid #31987D;
	padding: 0 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url(../img/document_bg.jpg) no-repeat center/cover;
	overflow: hidden;
	margin-bottom: 50px;
}
.request_box::before {
	content: '';
  width: 25%;
  height: 108%;
	display: block;
	background: url(../img/document_person.png) no-repeat center/contain;
	margin-right: 10px;
}
.request_box .inbox {
	max-width: 600px;
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.request_box .inbox div {
	width: 75%;
	margin-bottom: 3%;
}
.request_box .inbox div strong {
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.request_box .inbox div p {
	font-size: 14px;
	margin-bottom: 20px;
}
.request_box .inbox div a.btn {
	width: 100%;
}
.request_box .inbox span {
	max-width: 140px;
	width: 23%;
}
.back_btn {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #656565;
	text-align: center;
	width: 200px;
	margin: 20px auto 0;
}
.back_btn::before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	background: url(../img/ico_back.svg) no-repeat center/contain;
	margin: 0 auto 10px;
}
.pager {
	margin: 50px auto;
	width: 100%;
}
.pager .wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.pager .wp-pagenavi span,
.pager .wp-pagenavi a {
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
.pager .wp-pagenavi .pages,
.pager .wp-pagenavi .first,
.pager .wp-pagenavi .last {
	display: none;
}
.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .nextpostslink {
	width: 60px;
}
.pager .wp-pagenavi .current {
	background: #239174;
	color: #fff;
}
.pager .wp-pagenavi .extend {
	border: none;
}
.news_area .inbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.news_area .inbox div {
  width: 100%;
  position: relative;
}
.news_area .inbox div:first-child {
	margin-right: 2%;
}
.news_area .inbox div strong {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.news_area .inbox div>span {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 15px;
}
.news_area .inbox div>span a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news_area .inbox div>span a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #239174;
  border-right: 2px solid #239174;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 10px;
}
.news_area .inbox div ul li:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}
.news_area .inbox div ul li a {
  padding: 10px;
  display: block;
	background: #fff;
	transition: .3s;
}
.news_area .inbox div ul li a:hover {
	background: #f5f5f5;
}
.news_area .inbox div ul li a>span {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.news_area .inbox div ul li a .date {
  margin-right: 10px;
  display: inline-block;
}
.news_area .inbox div ul li a .label {
  padding: 0 10px;
  background: #98A0A7;
  color: #fff;
}
.news_area .inbox div ul li a p {
  font-size: 14px;
}
.inquiry_area {
  position: relative;
}
.inquiry_area .bgleft,
.inquiry_area .bgright {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  z-index: 1;
  background: no-repeat center/cover;
}
.inquiry_area .bgleft.lazyloaded,
.inquiry_area .bgright.lazyloaded {
	background: url(/common/img/toppage/top_document_bg.jpg);
}
.inquiry_area .bgright {
  left: auto;
  right: 0;
}
.inquiry_area .bgleft::before,
.inquiry_area .bgright::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(49, 152, 125,.95);
}
.inquiry_area .bgright::before {
  background: rgba(49, 152, 125,.85);
}
.inquiry_area .inner {
  position: relative;
  z-index: 2;
}
.inquiry_area .inner .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.inquiry_area .inner .inbox .txt {
  width: 50%;
  padding: 50px 30px;
}
.inquiry_area .inner .inbox .txt strong {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.inquiry_area .inner .inbox .txt p {
  color: #fff;
  margin-bottom: 20px;
}
.inquiry_area .inner .inbox .txt p a {
	display: block;
    text-align: end;
    text-decoration: underline;
}
.inquiry_area .inner .inbox .txt .btn {
  width: 100%;
}
.inquiry_area .inner .inbox .txt ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}
.inquiry_area .inner .inbox .txt ul li {
	width: 32%;
}
.inquiry_area .inner .inbox .txt ul li span {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
}
.inquiry_area .inner .inbox .img {
  width: 50%;
  padding: 50px 30px;
}
.inquiry_area .inner .inbox .img img {
  display: inline-block;
  width: 46%;
  margin: 0 2%;
}

/*---------- 404 ----------*/
.notfound {
  padding-bottom: 100px;
}
.notfound strong {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 2px dotted #BFC9C4;
}
.notfound p {
  padding: 20px;
  font-size: 16px;
  margin-bottom: 30px;
}
.notfound a {
  display: block;
  width: 90%;
  max-width: 350px;
  text-align: center;
  border: 2px solid #239174;
  color: #239174;
  padding: 10px 20px;
  margin: auto;
  position: relative;
}
.notfound a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #239174;
  border-right: 2px solid #239174;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.link_btn_list {
	margin-bottom: 50px;
}
.link_btn_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.link_btn_list ul li {
	width: 24%;
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
	text-align: center;
}
.link_btn_list ul li a {
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.link_btn_list ul li a span:first-child {
	display: block;
	padding: 5px 10px;
}
.link_btn_list ul li a span:last-child {
	display: block;
	position: relative;
	width: 100%;
	padding: 23% 0;
	overflow: hidden;
}
.link_btn_list ul li a span:last-child img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%,-50%);
	width: auto;
	max-width: none;
	height: 100%;
}

/* 210526 */

.inquiry_area.remake .bgleft {
	width: 42.3%;
}
.inquiry_area.remake .bgright {
	width: 57.7%;
}

.inquiry_area.remake .inner {
    max-width: 1080px;
		padding-top: 20px;
}
.inquiry_area.remake .inner h2 {
	font-size: 35px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 10px auto;
}
.inquiry_area.remake .inner .inbox .txt {
    /* width: 42.3%;
    padding: 50px 10px; */
		padding: 40px 0;
    width: 48%;
		margin-bottom: 0;
}

.inquiry_area.remake .inner .inbox .txt ul {
    /* justify-content: flex-start; */
		justify-content: space-between;
    margin-bottom: 40px;
}

.inquiry_area.remake .inner .inbox .txt ul li {
	margin-right: 10px;
	/* width: 101px; */
	width: 47%;
}
.inquiry_area.remake .inner .inbox .txt figure {
	margin-bottom: 15px;
}
.inquiry_area.remake .inner .inbox .img strong {
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    display: block;
		text-align: center;
		text-shadow: 0px 3px 6px rgba(23,129,101,0.7);
}

.inquiry_area.remake .inner .inbox .img {
    /* width: 57.7%; */
		width: 100%;
    padding: 50px 20px;
}

.inquiry_area.remake .inner .inbox .img ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.inquiry_area.remake .inner .inbox .img ul li {
	width: 31.9%;
}

.inquiry_area.remake .inner .inbox .img ul li span {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.inquiry_area.remake .inner .inbox .img ul li img {
	width: 100%;
}

.inquiry_area.remake .inner .inbox .img .btn {
	width: 100%;
	max-width: none;
}

.inquiry_area.remake02 {
	margin-bottom: 50px;
}

.inquiry_area.remake02 .bgleft {
	width: 46.4%;
}

.inquiry_area.remake02 .bgright {
	width: 53.6%;
}

.inquiry_area.remake02 .inner .inbox .txt {
    width: 46.4%;
    padding: 50px 30px;
		margin-bottom: 0;
}

.inquiry_area.remake02 .inner .inbox .txt strong {
    font-size: 26px;
}

.inquiry_area.remake02 .inner .inbox .txt p {
    font-size: 14px;
}

.inquiry_area .inner .inbox .txt ul {
    align-items: flex-end;
}

.inquiry_area.remake02 .inner .inbox .txt li.txt_li {
	width: 65%;
}

.inquiry_area.remake02 .inner .inbox .txt li.img_li {
	width: 35%;
}

.inquiry_area.remake02 .inner .inbox .txt li.img_li img {
	width: 100%;
}

.inquiry_area.remake02 .inner .inbox .img {
	width: 80%;
	padding: 50px 30px;
	margin: auto;
}

.inquiry_area.remake02 .inner .inbox .img strong {
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    display: block;
		text-align: center;
		text-shadow: 0px 3px 6px rgba(23,129,101,0.7);
}

.inquiry_area.remake02 .inner .inbox .img ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.inquiry_area.remake02 .inner .inbox .img ul li {
	width: 31.9%;
}

.inquiry_area.remake02 .inner .inbox .img ul li span {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.inquiry_area.remake02 .inner .inbox .img ul li img {
	width: 100%;
}
.consultation_sub {
	font-size: 18px;
}
.img_list img {
	max-width: 100%;
	height: auto;
}
.img_list {
	width: 500px;
    padding: 50px 30px;
}
/* 210819_無料相談 */
.consultation_List {
	display: flex;
    justify-content: space-between;
    margin: 60px auto;
}
.consultation_List .consultation_text {
	    width: 43%;
    position: relative;
}
.consultation_List .consultation_text figure {
	width: 310px;
	margin: 0 0 0 55%;
}
.consultation_List .consultation_img {
	width: 50%;
}
.consultation_List p.icon_title {
	font-size: 24px;
    font-weight: bold;
    padding-left: 55px;
    margin-bottom: 20px;
    border-bottom: 1px solid #BFC9C4;
    padding-bottom: 20px;
}
.consultation_List .consultation_text span {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #239174;
    color: #fff;
    font-weight: bold;
    border-radius: 26px;
    padding: 5px 20px;
    font-size: 15px;
}
.consultation_btn {
	text-align: center;
    background: #239174;
    padding: 20px 0;
    color: #5B5B5B;
}
.consultation_btn .consultation_tel {
	font-weight: bold;
    font-size: 35px;
}
.consultation_btn .consultation_btn02 {
	display: block;
    width: 60%;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #13A087;
    position: relative;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    margin: 10px auto 0;
		background: #fff;
}
.consultation_btn .consultation_btn02::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(
45deg
);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 2;
}
.consultation_btn .consultation_btn02::after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #13A087;
}
.consultation_text .icon01 {
	background-image: url(/common/img/consultation_icon01.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left top;
}
.consultation_text .icon02 {
	background-image: url(/common/img/consultation_icon02.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left top;
}
.consultation_text .icon03 {
	background-image: url(/common/img/consultation_icon03.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left top;
}
.for-sp{
	display:none;
}
.fixmenu {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2;
	background-color: #239174;
	opacity: 1;
	transition: .3s;
	pointer-events: auto;
	padding: 20px 0;
}
.fixmenu.off {
	opacity: 0;
	pointer-events: none;
}
.fixmenu_inner {
	max-width: 980px;
	margin: 0 auto;
}
.fixmenu_inner p {
	color: #fff;
    text-align: center;
}

.is-fixed {
  opacity:0!important;
	pointer-events:none!important;
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}
.fa-angle-right:before {
    content: "\f105";
}
/* ボタン */
.btn-custom01 {
	font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	margin: auto;
    display: block;
    width: 60%;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  /* border: 2px solid #000; */
  /* border-radius: inherit; */
  background: #ccc100;
  /* -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2); */
}

a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f0e0";
}

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 0.8rem 5rem 0.8rem 5rem;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* border: 2px solid #000; */
  /* border-radius: inherit; */
  background: #fff100;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #fff100;
}

a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  /* -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2); */
}

a.btn-custom01:hover:after {
  content: "\f2b6";
}

a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  /* -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2); */
}

a.btn-custom01:active:after {
  content: "\f2b6";
}
.lazyload{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: all 0.5s;
}
/* ２２０３２４追加 */
.group_flex {
display: flex;
justify-content: space-between;
margin: auto;
flex-wrap: wrap;
}
a.company_name {
width: 30%;
}
.officeDetailwrap .group_flex p {
width: 60%;
}
.officeDetailwrap .group_flex p a {
display: block;
margin-bottom: 3%;
}
.recruit_area {
	margin-top: 60px;
}
.group_recruit {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    width: 70%;
}
.group_recruit .btn {
	width: 300px;
    padding: 15px;
}
.group_catch p {
	text-align: center;
}

/* 230215 */
.right_nav {
  width: 20%;
}
.right_nav span {
  display: block;
  font-size: 16px;
  background: #31987D;
  color: #fff;
  padding: 10px 20px;
}
.right_nav ul li {
  border-bottom: 1px dashed #B6B6B6;
}
.right_nav ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
}

.works_detail .works_box {
	display: flex;
    max-width: 1040px;
    width: 100%;
    margin: auto;
}

.works_detail .works_box .inner {
	width: 75%;
}

/* 230523追加 */

.zeiritsuhyo{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.table02 {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	width: 48%;
	margin-bottom: 50px;
	font-size: 0.8rem;
}

.boldline {
	border: 4px solid #CCC;
}

.table02 tr {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	vertical-align: middle;
}
.table02 tr th {
	border: 1px solid #D9D9D9;
	width: 48%;
	text-align: center;
	padding: 5px 10px;
	vertical-align: middle;
}
.table02 tr td {
	border: 1px solid #D9D9D9;
	width: 27%;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}

.table02 tbody tr:nth-child(1) {
	border: 1px solid #D9D9D9;
	height: 20px;
}

.table02 tbody tr:nth-child(1) {
	border: 1px solid #D9D9D9;
	background: #a9cdbb;
	height: 20px;
}

.table02 thead tr {
	border: 1px solid #D9D9D9;
	background: #F4F7F6;
	width: 48%;
	text-align: center;
	padding: 5px 10px;
	vertical-align: middle;
}

.hyouka_ttl2{
	font-size: 1.7rem;
	font-weight: 900;
	color: #FFAA00;
	line-height: 110%;
	margin-bottom: 20px;
}

.hyouka_ttl2 span {
	font-size: 1.1rem;
	font-weight: 500;
	color: #777;
}

.hyouka_ttl2 b {
	font-size: 2.4rem;
	font-weight: 900;
	color: #FFAA00;
}

.item2 {
  	background-color: #fdffe9;
		padding: 3% 3%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.item_img2 {
    width: 100%;
		margin: 30px 0;
}

.item_img2 img{
	display: block;
	margin:auto;
}

.item_txt2 {
    width: 60%;
		font-weight: bold;
}

.item_txt2 b {

	  color: #FFAA00;
}

.item_img3 {
		margin: 30px 0;
		width: 28%;
		float: right;
}

.item_img4 {
    width: 40%;
}

.item_img4 img{
	display: block;
	margin:auto;
}

/* 230630 */
.category_link_box .inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.category_link_box .inner ul li {
	max-width: 235px;
    margin: 0 15px;
    width: 30%;
}

.category_link_box .inner ul li a {
display: block;
background: #239174;
color: #fff;
position: relative;
padding: 10px 5px;
text-align: center;
border: 1px solid #239174;
transition: .3s;
}

.category_link_box .inner ul li a:hover {
	background: #fff;
color: #239174;
}

.category_link_box .inner ul li a::after {
	content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transition: .3s;
}

.category_link_box .inner ul li a:hover:after {
	border-top: 2px solid #239174;
    border-right: 2px solid #239174;
}

/* 230703 */

.shinwa_times_page .inner .shinwa_times_contents p.tag a {
    display: inline-block;
    padding: 8px 25px;
    background-color: #EFE334;
    font-size: 15px;
    margin: auto 0 auto auto;
    text-decoration: none;
    color: #000;
}

.shinwa_times_archive_wrap ul li .tag {
	display: inline-block;
    padding: 2px 10px;
    background: #EFE334;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.times_area .tag {
	display: inline-block;
    padding: 2px 10px;
    background: #EFE334;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.back_btn.side {
	padding: 10px 5px 10px 20px;
    border: 2px solid rgb(49, 152, 125);
    position: relative;
    font-size: 14px;
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
	transition: .3s;
}

.back_btn.side:hover {
	transform: scale(0.95);
}

.back_btn.side::before {
    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
}

/* 230823 */
.category_link_box.year .inner ul li {
	max-width: 115px;
	margin-bottom: 15px;
}

/* 240124 ルネス工法サイド追従バナー */
.floating_side{
	position: fixed;
    left: 0;
	bottom: 100px;
	z-index: 2;
}
.floating_side .floating a{
	display: block;
}
.renaiss_box .inner{
    max-width: 960px;
}
/* 240125 headerCM追加 */
a.cm_dv.btn {
	width: 192px;
    margin: 0 0 0 10px;
    background: #009c84;
    color: #fff;
    border: #009c84;
}

a.cm_dv.btn::after {
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* 240425 実績ページバナー追加 */
.parking-site_area{
	margin: 0 auto 80px
}
.parking-site_area .inner{
	max-width: 800px;
}
.parking-site_area .inner a{
	transition: linear .3s;
}
.parking-site_area .inner a:hover{
	opacity: 0.7;
}


/* 250422 テスト */
.inquiry_area .inner .testbox .img {
	width: 50%;
	padding: 50px 5px;
  }
  .inquiry_area .inner .testbox .img img {
	display: inline-block;
	width: 31%;
	margin: 0 1%;
  }