@charset "utf-8";
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	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: 350px;
}
body.fixed {
	overflow: hidden;
}
a {color: inherit;text-decoration: none;}
.nosp {display: none !important;}
img {max-width: 100%;}

.inner {
	max-width: 1040px;
	width: 100%;
	margin: auto;
	position: relative;
}
/* -----  header  ---------------------------------------- */
header {
	background: #fff;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: relative;
}
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.headerinner {
	max-width: 1040px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header .logo {
	width: 37%;
    max-width: 160px;
	padding-left: 10px;
}
header .spicon {
	width: 50%;
	padding-right: 10%;
}
header .spicon ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	width: 100%;
}
header .spicon ul li {
	margin-right: 2%;
}
header .spicon ul li a {
	font-size: 10px;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	min-width: 4.5em;
}
header .spicon ul li a::before {
	content: '';
	display: block;
	width: 50%;
	padding: 24% 0;
	margin: auto;
	background: url(../img/ico_mail.svg) no-repeat center/contain;
}
header .spicon ul li.form a::before {
	background: url(../img/ico_memo.svg) no-repeat center/contain;
}
header .spicon ul li.contact a::before {
	background: url(/common/img/consultation_icon01.png) no-repeat center/contain;
}
header .spicon ul li.tel a::before {
	background: url(../img/ico_phone.svg) no-repeat center/contain;
}
header .spicon .telmodal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 103;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: .3s;
}
header .spicon .telmodal.active {
	opacity: 1;
}
header .spicon .telmodal .overlay {
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
header .spicon .telmodal>div {
	width: 100%;
	position: relative;
	z-index: 2;
}
header .spicon .telmodal ul {
	display: none;
}
header .spicon .telmodal .close {
	position: absolute;
	top: -45px;
	right: 5%;
	width: 30px;
	height: 30px;
}
header .spicon .telmodal .close::before,
header .spicon .telmodal .close::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
}
header .spicon .telmodal .close::after {
	transform: rotate(-45deg);
}
header .burger,
header .burger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header .burger {
	position: fixed;
	top: 20px;
	right: 3%;
	z-index: 102;
	width: 20px;
	height: 16px;
}
header .burger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #179C86;
}
header .burger span:nth-of-type(1) {
	top: 0;
}
header .burger span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}
header .burger span:nth-of-type(3) {
	bottom: 0;
}
header .burger.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
header .burger.active span:nth-of-type(2) {
  opacity: 0;
}
header .burger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
header .navmenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 58px);
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	z-index: 101;
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
	padding-bottom: 30px;
}
header .navmenu.active {
	opacity: 1;
	pointer-events: auto;
}
header .navmenu .spmenu {
	order: 3;
	width: 100%;
}
header .navmenu .spmenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
header .navmenu .spmenu ul li {
	width: 50%;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
header .navmenu .spmenu ul li:nth-child(2n) {
	border-right: none;
}
header .navmenu .spmenu ul li a {
	background: #F5F7F7;
	padding: 10px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
header .navmenu .subnav {
	order: 2;
	width: 100%;
}
header .navmenu .subnav ul {
}
header .navmenu .subnav ul li {
	display: none;
}
header .navmenu .subnav ul li.contact,
header .navmenu .subnav ul li.form {
	display: block;
	width: 80%;
	margin: 0 auto 10px;
}
header .navmenu .subnav ul li.contact a,
header .navmenu .subnav ul li.form a {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	position: relative;
}
header .navmenu .subnav ul li.contact a {
	background: #000;
	color: #fff;
}
header .navmenu .subnav ul li.form a {
	background: #EFE00C;
}
header .navmenu .subnav ul li.contact a::after,
header .navmenu .subnav ul li.form a::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
}
header .navmenu .subnav ul li.form a::after {
	border-color: #000;
}
header .navmenu .subnav .tel,
header .spicon .telmodal .tel {
	width: 80%;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	padding: 3vw 0 11vw;
	margin: 0 auto 30px;
	border: 1px solid #CCC;
	position: relative;
	background: #fff;
}
header .navmenu .subnav .tel span,
header .spicon .telmodal .tel span {
	font-size: 11px;
	display: block;
	padding: 0 12vw;
	padding-bottom: 30px;
}
header .navmenu .subnav .tel a,
header .spicon .telmodal .tel a {
	font-size: 7.5vw;
	font-weight: bold;
	color: #239174;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 3;
	padding: 0 10%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
header .navmenu .subnav .tel:last-child a,
header .spicon .telmodal .tel:last-child a {
	color: #677D77;
}
header .navmenu .subnav .tel a::before,
header .spicon .telmodal .tel a::before {
	content: '';
	width: 25px;
	height: 20px;
	background: url(../img/ico_freetel.svg) no-repeat center/contain;
	margin-right: 5px;
}
header .navmenu .subnav .tel small,
header .spicon .telmodal .tel small {
	font-size: 11px;
	position: absolute;
	top: 105%;
	left: 0;
	margin: auto;
}
header .spicon .telmodal .tel small {
	color: #fff;
}
header .navmenu .mainnav {
	border-top: 1px solid #D3D3D3;
	order: 1;
	width: 100%;
	margin-bottom: 30px;
}
header .navmenu .mainnav dl {
	border-bottom: 1px solid #D3D3D3;
}
header .navmenu .mainnav dl dt {
	font-size: 13px;
	width: 100%;
	background: #F5F7F7;
	position: relative;
}
header .navmenu .mainnav dl dt::before,
header .navmenu .mainnav dl dt::after {
	content: '';
	width: 5vw;
	height: 2px;
	background: #658681;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2vw;
	margin: auto;
}
header .navmenu .mainnav dl dt::after {
	transform: rotate(90deg);
}
header .navmenu .mainnav dl dt.active::after {
	display: none;
}
header .navmenu .mainnav dl dt a {
	display: block;
	padding: 10px 5%;
	background: #fff;
	width: calc(100% - 10vw);
}
header .navmenu .mainnav dl dd {
	display: none;
}
header .navmenu .mainnav dl dd .catelink {
	display: block;
	padding: 10px 5%;
	border-top: 1px solid #D3D3D3;
	background: #F5F7F7;
	font-size: 12px;
}
header .navmenu .mainnav dl dd .catelink.tar {
	display: none;
}
header .navmenu .mainnav dl dd ul {
	width: 100%;
}
header .navmenu .mainnav dl dd ul li {
	background: #fff;
}
header .navmenu .mainnav dl dd ul li:not(.catelink) a {
	display: block;
	padding: 10px 5%;
	border-top: 1px solid #D3D3D3;
	background: #F5F7F7;
	font-size: 12px;
}
header .navmenu .mainnav ul.child>li a {
	padding-left: 10% !important;
	position: relative;
}
header .navmenu .mainnav ul.child>li a::before {
	content: '';
	width: .5em;
	height: 1px;
	background: #747474;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	margin: auto;
}
header .navmenu .mainnav ul.child.grand>li a::before {
	display: none;
}
header .navmenu .mainnav .works dd div {
	width: 100%;
}
header .navmenu .mainnav .works dd .owner a {
	display: block;
	padding: 10px 5%;
	border-top: 1px solid #D3D3D3;
	background: #F5F7F7;
	font-size: 12px;
}
.aside_btn {
	display: none;
}
.groupmenu {
	margin: 20px auto 0;
	width: 96%;
	order: 4;
	background: #F2F2F2;
}
.groupmenu>span {
	max-height: 100%;
	position: relative;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.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);
	z-index: 2;
}
.groupmenu.open>span::before {
	transform: rotate(-45deg) scale(1,-1);
	top: 5px;
}
.groupmenu>span::after {
	content: '';
	width: 30px;
	height: 100%;
	background: rgba(65, 92, 84,.4);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.groupmenu div {
	display: none;
}
.groupmenu div ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 3%;
}
.groupmenu div ul li {
	width: 49%;
	margin: 0 0 2% 0;
	position: relative;
}
.groupmenu div ul.banner li:not(:nth-child(2n)):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 {
	display: none;
}
/* -----  footer  ---------------------------------------- */
footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.totop {
	position: fixed;
	bottom: 54px;
	right: 0;
	width: 50px;
	height: 50px;
	background: #000;
}
.totop::before {
	content: '';
	width: 10px;
	height: 10px;
	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;
}
.footer01 {
	background: #565656;
	padding: 10px 0;
}
.footer01 ul:not(:last-of-type),
.footer01 ul:last-of-type li:not(.icon) {
	display: none;
}
.footer01 .parent .icon {
	width: 30%;
	margin: auto;
	opacity: .8;
}
.footer01 .parent .icon a {
	display: block;
	padding: 10% 0;
	background: url(../img/ico_youtube_sp.svg) no-repeat center/contain;
}
.footer01 .parent .icon img {
	display: none;
}
.footer01 span {
	position: absolute;
	bottom: -100px;
	right: 10px;
	margin: auto;
	width: 50px;
}
.footer02 {
	background: #4A4A4A;
	padding: 20px 0;
}
.footer02 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.footer02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 11px;
	order: 2;
}
.footer02 ul li:not(:last-child) {
	border-right: 1px solid #fff;
}
.footer02 ul li a {
	color: #fff;
	padding: 0 10px;
}
.footer02 .logo {
	max-width: 170px;
    width: 40%;
	order: 1;
	margin: 0 auto 20px;
}
.footer03 {
	text-align: center;
	background: #3D3C3C;
	padding: 5px 0 60px;
	line-height: 1.3;
}
.footer03 span {
	color: #fff;
	font-size: 10px;
}
/* -----  parts  ---------------------------------------- */
.contents {
	position: relative;
}
.pankuzu {
	max-width: 1040px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5px 5%;
	overflow-x: auto;
	z-index: 2;
	font-size: 11px;
}
.pankuzu li:not(:last-child) {
	margin-right: 10px;
}
.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: 10px;
	display: inline-block;
}
.pankuzu li {
	white-space: nowrap;
}
.pankuzu li a {
	color: #979797;
}
.green {
	color: #15A188;
}
.pagetitle {
	background: #EFF3F1;
	margin-bottom: 50px;
}
.pagetitle.nobg {
	background: none;
	margin-bottom: 0;
}
.pagetitle .inner {
	width: 100%;
	padding: 0 5%;
}
.pagetitle .name {
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 40px 0;
}
.pagetitle .name + p {
	margin-top: -30px;
	padding: 0 0 40px;
	font-size: 14px;
}
.heading {
	font-weight: bold;
	display: block;
	width: 100%;
}
.headline {
	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: 90%;
	margin: 0 auto 30px;
}
.txt .heading + p,
.txt .headline + p {
	margin-top: 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 5%;
	margin-bottom: 50px;
}
.col2box .txt {
	order: 2;
	width: 100%;
	margin: auto;
}
.col2box .img {
	width: 100%;
	order: 1;
	margin-bottom: 20px;
}
.col2box .img img + img {
	margin-top: 20px;
}
.object_list {
	margin-bottom: 50px;
	padding: 0 5%;
}
.object_list>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.object_list>ul>li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.object_list>ul>li:nth-child(2n) {
	margin-right: 0;
}
.object_list .img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	padding: 37% 0;
}
.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: 100%;
	height: auto;
}
.object_list .copy {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.tag_list {
	font-size: 11px;
	padding: 10px;
	background: #D2E8DD;
	color: #5B5B5B;
	margin-bottom: 10px;
}
.tag_list li {
	display: inline;
	margin-right: 5px;
}
.tag_list li:not(:last-child)::after {
	content: '/';
	margin-left: 5px;
}
.object_list .date {
	color: #5B5B5B;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	font-size: 11px;
}
.object_list .date dt {
	width: 32%;
	position: relative;
	padding-right: 2%;
}
.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: 68%;
	padding-left: 2%;
}
.table01 {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto 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-weight: bold;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
}
.btn.black {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}
.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;
}
.btn.black::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.request_box {
	width: 90%;
	border: 2px solid #31987D;
	padding: 5% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: url(../img/document_bg.jpg) no-repeat center/cover;
	overflow: hidden;
	position: relative;
	padding-bottom: 80px;
	margin: 0 auto 50px;
}
.request_box .inbox {
	max-width: 600px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding-left: 30%;
	position: relative;
}
.request_box .inbox::before {
  content: '';
  width: 30%;
  display: block;
  background: url(../img/document_person_sp.png) no-repeat center bottom/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  margin: auto;
  padding: 25% 0;
}
.request_box .inbox div {
	width: 100%;
}
.request_box .inbox div strong {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.request_box .inbox div p {
	font-size: 12px;
  margin-bottom: 20px;
  padding-right: 38%;
}
.request_box .inbox div a.btn {
	width: 90%;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.request_box .inbox span {
	max-width: 140px;
	width: 20%;
	position: absolute;
	top: 25%;
	right: 5%;
	margin: auto;
}
.back_btn {
	display: block;
	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,
.pager .wp-pagenavi .smaller,
.pager .wp-pagenavi .larger {
	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: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.news_area .inbox div {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.news_area .inbox div strong {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.news_area .inbox div>span {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
}
.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;
}
.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;
}
.inquiry_area {
  position: relative;
}
.inquiry_area .bgleft,
.inquiry_area .bgright {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  height: 40%;
  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 {
  width: 100%;
  left: 0;
  right: 0;
	bottom: 0;
  height: 60%;
	top: auto;
}
.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;
	padding-top: 20px;
}
.inquiry_area .inner .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10%;
}
.inquiry_area .inner .inbox .txt {
  /* width: 60%; */
  padding: 3.9%;
	width: 100%;
  margin-bottom: -5%;
}
.inquiry_area .inner .inbox .txt strong {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.inquiry_area .inner .inbox .txt p {
  color: #fff;
  margin-bottom: 20px;
	font-size: 13px;
	text-align: center;
}
.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%;
	display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
	align-items: center; */
  margin-bottom: 5px;
	width: 32.5%;
  align-items: center;
  display: block;
}
.inquiry_area .inner .inbox .txt ul li b {
	width: 25%;
}
.inquiry_area .inner .inbox .txt ul li span {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	width: 100%;
  text-indent: 0em;
  padding-left: 0em;
}
.inquiry_area .inner .inbox .txt .btn {
  width: 90%;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
.inquiry_area .inner .inbox .img {
  /* width: 40%; */
  padding: 5% 13px 10%;
	margin-bottom: 10%;
}
.inquiry_area .inner .inbox .img img {
  display: inline-block;
  width: 46%;
  margin: 0 2%;
}
/*---------- 404 ----------*/
.notfound {
  padding: 0 5% 10%;
}
.notfound strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 2px dotted #BFC9C4;
  margin-bottom: 20px;
}
.notfound p {
  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;
	padding: 0 5%;
}
.link_btn_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.link_btn_list ul li {
	width: 49%;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	text-align: center;
	margin-bottom: 2%;
}
.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.remake02 {
	margin-bottom: 50px;
}

.inquiry_area.remake02 .bgleft {
	height: 31%;
}

.inquiry_area.remake02 .bgright {
    /* bottom: 52px; */
    height: 64%;
}

.inquiry_area.remake02 .inner .inbox .txt {
    padding: 10% 5%;
}

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

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

.inquiry_area.remake02 .inner .inbox .txt p {
    text-align: left;
}

.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 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

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

.inquiry_area.remake02 .inner .inbox .img ul li span {
	width: 47.3%;
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
.inquiry_area.remake .inner h2 {
	font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: auto;
    text-align: center;
}
.inquiry_area.remake .inner .inbox .txt {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.inquiry_area.remake .inner .inbox .txt {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
		padding: 10% 5%;
}

.inquiry_area.remake .inner .inbox .txt .txt_box {
	width: 58.3%;
}

.inquiry_area.remake .inner .inbox .txt ul {
	width: 36.7%;
}

.inquiry_area.remake .inner .inbox .txt ul li {
    width: 47.5%;
}

.inquiry_area.remake .inner .inbox .txt strong {
    font-size: 17px;
}

.inquiry_area.remake .inner .inbox .txt p {
    text-align: left;
}
.inquiry_area.remake .inner .inbox .txt figure {
	width: 36.7%;
}
.inquiry_area.remake .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.remake .inner .inbox .img ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

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

.inquiry_area.remake .inner .inbox .img ul li span {
	width: 47.3%;
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.inquiry_area.remake .bgleft {
	height: 26%;
}

.inquiry_area .bgright {
    bottom: 69px;
    height: 68%;
}
.consultation_sub {
	font-size: 17px;
}
.img_list img {
	max-width: 100%;
	height: auto;
}
.img_list {
	padding: 5% 10px;
}
/* 210819_無料相談 */
.consultation_List {
    margin: 10% auto;
}
.consultation_List .consultation_text {
	position: relative;
}
.consultation_List .consultation_text figure {
	margin: auto;
}
.consultation_List p.icon_title {
	font-size: 19px;
font-weight: bold;
padding-left: 50px;
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: 6px 25px;
		font-size: 18px;
}
.consultation_btn {
	text-align: center;
    background: #239174;
    padding: 20px 0;
    color: #fff;
}
.consultation_btn .consultation_tel {
	font-weight: bold;
    font-size: 35px;
}
.consultation_btn .consultation_btn02 {
	display: block;
    width: 95%;
    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: 6% auto;
    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;
}
.consultation_text {
	margin-bottom: 7%;
}
#fixmenu {
	display: none!important;;
}
.btn-custom01 {
	font-size: 18px;
    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;
    width: 90%;
}

a.btn-custom01 {
  margin-bottom: 5%;
  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-radius: inherit; */
  background: #ccc100;
}

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

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 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";
}
.inquiry_area .inner .inbox .txt p a {
	display: block;
    text-align: end;
    text-decoration: underline;
    margin-top: 15px;
}
/* スマホ下部固定メニュー追加 */
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   /* opacity: 0.9; */
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}
#sp-fixed-menu li:first-child{
   background: #239174;
}
#sp-fixed-menu li:first-child a {
	    padding-top: 14px;
}
#sp-fixed-menu li:nth-child(2){
   background: #fff100;
}
#sp-fixed-menu li:nth-child(2) a {
	    padding-top: 14px;
			color: #000;
}
#sp-fixed-menu li:last-child{
   background: #fff;
	 width: 25%;
}
#sp-fixed-menu li:last-child a {
	padding: 6px 0;
}
#sp-fixed-menu li:last-child a img {
	width: 30px;
}
/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
	 font-weight: bold;
}
.lazyload{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: all 0.5s;
}
.officeInfo a {
    display: block;
}
.officeInfo a img {
	margin-bottom: 7%;
}
.group_catch {
	width: 90%;
    margin: auto;
}
.group_catch h2 {
	    font-size: 18px;
}
.group_catch p {
	text-align: left;
}
.recruit_area h2{
	font-size: 20px;
	    margin-bottom: 2%;
}
.group_recruit {
	margin: 5% auto;
}
.group_recruit li {
	margin: 5% auto;
}

/* 230215 */
.right_nav {
  width: 100%;
}
.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 {
	    padding: 0 5% 22% 5%;
}

/* 230523追加 */

.zeiritsuhyo{
	display: flex;
	flex-direction: column;
	margin-bottom:30px;
}

.table02 {
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
	width: 100%;
	margin:10px 0;
	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: 140%;
	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: 40px;
    justify-content: center;
    align-items: center;
}

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

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

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

.item_txt2 b {
	  color: #FFAA00;
}

.item_img3 {
    width: 75%;
		margin: 20px auto;
}

.point .item_img3 img {
	float: none;
}

.item_img4 {
    width: 100%;

}

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

/* 230630 */
.category_link_box .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: auto auto 10%;
}

.category_link_box .inner ul li {
	max-width: 100%;
    margin: auto 0 3%;
    width: 48%;
}

.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: 7px;
    height: 7px;
    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: 7px 17px;
    background-color: #EFE334;
    font-size: 13px;
    margin: auto 0 auto auto;
    text-decoration: none;
    color: #000;
}

.shinwa_times_archive_wrap {
	width: 100%;
}

.shinwa_times_archive_wrap ul li .tag {
	padding: 3px 13px;
    text-align: center;
    background: #EFE334;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    z-index: 10;
}

.times_area .tag {
	display: inline-block;
    padding: 3px 10px;
    background: #EFE334;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-right: 5vw;
}

/* 230823 */
.category_link_box.year .inner ul {
	justify-content: flex-start;
}

.category_link_box.year .inner ul li {
	width: 32%;
	margin-right: 2%;
}

.category_link_box.year .inner ul li:nth-child(3n) {
	margin-right: 0;
}

/* 240124 ルネス工法サイド追従バナー */
.floating_side{
	position: fixed;
    right: 0;
    bottom: 113px;
    width: 30%;
	z-index: 5;
}
.floating_side .floating a{
	display: block;
}
/* 240125 headerCM追加 */
header .navmenu .subnav ul li.form .cm_dv {
	background: #009c84;
    color: #fff;
    border: #009c84;
}
header .navmenu .subnav ul li.form ::after {
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* 240425 実績ページバナー追加 */
.parking-site_area{
	margin: 0 auto 40px;
}
.parking-site_area .inner{
	width: 100%;
    padding: 0 5%;
}
.parking-site_area .inner a{
	display: block;
	transition: linear .3s;
}
.parking-site_area .inner a:hover{
	opacity: 0.7;
}