@charset "utf-8";
body {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.7;
	position: relative;
	color: #333;
	font-family: "Meiryo UI","メイリオ",Meiryo,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	text-align: left;
	letter-spacing: .05em;
	padding-top: 60px;
}
.nopc {display: none !important;}
.nosp {display: none !important;}
a {
	color: #009c84;
	text-decoration: none;
}
a img {
	opacity: 1;
	transition: .3s;
	backface-visibility: hidden;
}
a.btn,
button.btn {
	display: block;
	vertical-align: middle;
	width: 260px;
	padding: 10px 20px;
	border: 1px solid #dedede;
	text-align: center;
	position: relative;
	margin: auto;
	transition: .3s;
	background-color: #fff;
	cursor: pointer;
}
a.btn::after,
button.btn::after {
	content: '';
	width: 10px;
	height: 10px;
	background-image: url(../img/arrow_grn.svg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: .3s;
}
*:focus {
	outline: none;
}
img {max-width: 100%;}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: auto;
	position: relative;
}
/* .fadein:not(ul) {
	position: relative;
	bottom: -50px;
	opacity: 0;
	transition: .5s ease-in-out;
}
.fadein:not(ul).on {
	bottom: 0;
	opacity: 1;
}
ul.fadein li {
	position: relative;
	bottom: -50px;
	opacity: 0;
	transition: .5s ease-in-out;
}
ul.fadein.on li {
	bottom: 0;
	opacity: 1;
}
.widen {
	letter-spacing: -1em;
	opacity: 0;
	transition: 1s ease-in-out;
}
.widen.on {
	letter-spacing: 0;
	opacity: 1;
} */
.title {
	background-color: #eee;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.title b {
	display: block;
	width: 100%;
	z-index: 2;
	line-height: 1.2;
	position: relative;
	padding: 10% 0;
	letter-spacing: -1em;
	opacity: 0;
	transition: .8s ease-in-out;

	letter-spacing: 0;
	opacity: 1;
}
.title.on b {
	letter-spacing: 0;
	opacity: 1;
}
.title b strong {
	font-size: 34px;
	font-weight: bold;
	display: block;
}
.title>span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	max-width: 1350px;
}
.title>span>span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.title>span>span:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #43819e;
	opacity: .5;
}
.title.record>span>span {
	background-image: url(../img/h_record_bg.jpg);
}
.title.company>span>span {
	background-image: url(../img/h_company_bg.jpg);
}
.title.concept>span>span {
	background-image: url(../img/h_concept_bg.jpg);
}
.title.business>span>span {
	background-image: url(../img/h_business_bg.jpg);
}
.title.greeting>span>span {
	background-image: url(../img/h_greeting_bg.jpg);
}
.title.outline>span>span {
	background-image: url(../img/h_outline_bg.jpg);
}
.title.access>span>span {
	background-image: url(../img/h_access_bg.jpg);
}
.title.contact>span>span {
	background-image: url(../img/h_contact_bg.jpg);
}
.title.request>span>span {
	background-image: url(../img/h_contact_bg.jpg);
}
.title.news>span>span {
	background-image: url(../img/h_news_bg.jpg);
}
.title.privacy>span>span {
	background-image: url(../img/h_privacy_bg.jpg);
}
.title.philosophy>span>span {
	background-image: url(../img/h_philosophy_ba.jpg);
}
.title.proof>span>span {
	background-image: url(../img/h_proof_ba.jpg);
}
.title.executives>span>span {
	background-image: url(../img/h_executives_bg.png);
}
.pankuzu {
	margin-bottom: 5%;
	font-size: 12px;
	padding: 5px;
	background-color: #efefef;
}
.pankuzu ul {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pankuzu ul li {
	display: inline;
	margin-right: 20px;
	position: relative;
}
.pankuzu ul li::after {
	content: '>';
	position: absolute;
	right: -18px;
}
.pankuzu ul li:last-of-type::after {
	display: none;
}
.block {
	width: 100%;
	margin-bottom: 5%;
	padding: 0 5%;
}
.heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3%;
}
/*==========================================================
 header
============================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	font-size: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: .3s;
}
header a {
	color: inherit;
}
.logo {
	width: 203px;
    padding: 13px 20px;
    position: relative;
    z-index: 1000;
}
.logo a img {
	width: 100%;
}
.burger,
.burger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.burger {
  width: 25px;
  height: 21px;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 1000;
}
.burger small {
	position: absolute;
	top: 110%;
	left: -3px;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 1;
}
.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 10px;
	margin: auto;
}
.burger span:nth-of-type(1) {
	top: 0;
}
.burger span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}
.burger span:nth-of-type(3) {
	bottom: 0;
}
.burger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.burger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.burger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
header nav {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: .5s;
}
header .active + nav {
	opacity: 1;
	pointer-events: auto;
}
header nav ul {
	width: 100%;
	text-align: center;
	width: 100%;
	padding-top: 15%;
	margin-bottom: 10%;
}
header nav ul li a {
	display: block;
	color: #333;
	padding: 20px;
	font-size: 16px;
}
header nav div {
	width: 100%;
	text-align: center;
}
header nav div a {
	display: inline-block;
	vertical-align: middle;
	/* width: 161px; */
	width: 270px;
	background-color: #666;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-left: 5px;
	background-image: url(../img/arrow.svg);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 6px auto;
	font-size: 16px;
	margin-bottom: 9px;
}
header nav div a:last-of-type {
	background-color: #3e3a39;
}
/*==========================================================
 footer
============================================================*/
footer {
	padding: 20% 0 30%;
	background-image: url(../img/footer_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
}
footer a {
	color: inherit;
}
footer #totop {
	display: none !important;
}
footer .logo {
	display: none;
}
footer div nav dl {
	display: none;
}
footer div nav div a {
	display: block;
	width: 90%;
	margin: auto;
	background-color: #666;
	color: #fff;
	text-align: center;
	padding: 3% 0;
	background-image: url(../img/arrow.svg);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 8px auto;
	margin-bottom: 5%;
}
footer div nav div a:last-of-type {
	background-color: #3e3a39;
	margin-bottom: 0%;
}
footer>p {
	text-align: center;
	font-size: 11px;
	color: #fff;
	background-color: rgba(0,0,0,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
}
/*==========================================================
 toppage
============================================================*/
.toppage header {
	background-color: rgba(255,255,255,0);
	box-shadow: 0 0 10px rgba(0,0,0,0);
}
.toppage header a {
	color: #fff;
}
.main {
}
.main .main_movie {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.main .main_movie video {
	width: 100%;
	height: 100%;
}
.main .main_movie .movie_loading {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.main .main_movie .movie_loading.off {
	display: none;
}
.main .main_movie .movie_loading svg {
  width: 3.75em;
  transform-origin: center;
  animation: rotate 2s linear infinite;
}
.main .main_movie .movie_loading circle {
  fill: none;
  stroke: #009c84;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
.movie_btn {
	background-color: #333;
	z-index: 10;
	padding: 5px;
	display: block;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
}
/* .movie_btn.on {
	pointer-events: auto;
	opacity: 1;
} */
.movie_btn li {
	width: 20px;
	height: 20px;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.movie_btn li img {
	width: 100%;
	cursor: pointer;
}
.movie_btn .seek {
	width: 70%;
	float: left;
	position: relative;
}
.movie_btn .seek input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #009c84;
  height: 2px;
  width: 100%;
  border-radius: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: .1s;
}
.movie_btn .seek input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #fff;
  background-color: #009c84;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.main .main_movie + .main_slider_wrap {
	display: none;
}
.main .main_slider_wrap {
	width: 100%;
	height: 680px;
}
.main .main_slider_wrap .main_slider {
	width: 100%;
	height: 100%;
}
.main .main_slider_wrap .main_slider div {
	height: 100%;
}
.main .main_slider_wrap .main_slider .main_slider_contents {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.main .main_slider_wrap .main_slider .main_slider_contents.m1 {
	background-image: url(../img/main1.jpg);
}
.main .main_slider_wrap .main_slider .main_slider_contents img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
}
.main .main_slider_wrap .main_slider .slick-dots {
	text-align: center;
	position: relative;
	top: -50px;
	z-index: 10;
}
.main .main_slider_wrap .main_slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
}
.main .main_slider_wrap .main_slider .slick-dots li.slick-active {
	background-color: #333;
}
.top_title {
 margin-bottom: 5%;
 line-height: 1.2;
 letter-spacing: -1em;
 opacity: 0;
 transition: .5s ease-in-out;

	letter-spacing: 0;
	opacity: 1;
}
/* .top_title.on {
	letter-spacing: 0;
	opacity: 1;
} */
.top_title span {
 font-size: 37px;
 display: block;
}
.news_area {
	padding: 15% 5%;
}
.news_area .top_title {
	text-align: center;
}
.news_area a {
	color: inherit;
}
.news_area article>span {
	display: block;
	font-size: 14px;
	border: 1px solid #b7b7b7;
	margin: 10% auto 0;
	text-align: center;
	position: relative;
	width: 90%;
}
.news_area article>span::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/arrow_blk.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
}
.news_area article>span a {
	padding: 10px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.news_area dl {
	font-size: 14px;
	border-bottom: 1px solid #b7b7b7;
	padding: 5% 0;
	background-color: rgba(184, 184, 184, 0);
}
.news_area dl dt {
	width: 80px;
	text-align: center;
	color: #fff;
	background-color: #3e3a39;
	font-size: 12px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.news_area dl dd {
	display: inline;
	vertical-align: middle;
}
.news_area dl dd span:last-of-type {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.special_area {
	padding: 0 5% 15%;
}
.special_area .block {
	padding: 10% 5%;
	color: #fff;
	background-image: url(../img/special_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.special_area .block .heading {
	font-size: 36px;
	font-weight: normal;
}
.special_area .block p {
	margin-bottom: 5%;
}
.special_area .block a.btn {
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
}
.special_area .block a.btn::after {
	background-image: url(../img/arrow.svg);
}
.business_area {
	padding-bottom: 15%;
}
.business_area article>div {
	padding: 40% 0 10%;
	color: #333;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}
.business_area article>div .block {
	margin-bottom: 0;
}
.business_area article>div .block .heading {
	text-align: center;
}
.business_area article>div .block p {
	margin-bottom: 5%;
}
.business_area article>div .block a.btn {
	color: inherit;
}
.business_area article>div .block a.btn::after {
	background-image: url(../img/arrow_blk.svg);
}
.special_area .runesu {
	padding: 10% 5%;
	color: #fff;
	background-image: url(../img/runesu_5.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5%;
}
.special_area .runesu .heading {
	font-size: 36px;
	font-weight: normal;
}
.special_area .runesu p {
	margin-bottom: 5%;
}
.special_area .runesu a.btn {
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
}
.special_area .runesu a.btn::after {
	background-image: url(../img/arrow.svg);
}

.business_area .b1 {
	background-image: url(../img/business_b1_bg.jpg);
}
.business_area .b2 {
	background-image: url(../img/business_b2_bg.jpg);
}
.business_area .b3 {
	background-image: url(../img/business_b3_bg.jpg);
}
.business_area .b4 {
	background-image: url(../img/business_b4_bg.jpg);
}
.business_area .b5 {
	background-image: url(../img/business_b5_bg.jpg);
}
.business_area .b6 {
	background-image: url(../img/business_b6_bg.jpg);
}
.business_area .b7 {
	background-image: url(../img/business_b7_bg.jpg);
}
.result_area {
	padding-bottom: 15%;
}
.result_area .result_slider_wrap {
	padding: 0 10%;
	max-width: 1250px;
	margin: auto;
}
.result_area .result_slider_wrap .result_slider .slick-arrow {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10%;
	margin: auto;
	background-image: url(../img/arrow_blk.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
}
.result_area .result_slider_wrap .result_slider .slick-arrow.prev-arrow {
	transform: rotate(180deg);
}
.result_area .result_slider_wrap .result_slider .slick-arrow.next-arrow {
	left: auto;
	right: -10%;
}
.result_area .result_slider_wrap .result_slider .result_slider_contents {
	text-align: center;
}
.result_area .result_slider_wrap .result_slider .result_slider_contents a {
	color: inherit;
}
.result_area .result_slider_wrap .result_slider .result_slider_contents figure p img {
	margin-bottom: 5px;
	aspect-ratio: 380 / 200;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.strength_area {
	padding: 10% 0;
	position: relative;
	background-image: url(../img/top_strength.png);
	-webkit-background-size: 110% auto;
	background-size: 105% auto;
	background-position: top 118px center;
	background-repeat: no-repeat;
	margin-bottom: 15%;
}
.strength_area::before {
	content: '';
	background: -moz-linear-gradient(top, rgba(232,232,232,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(232,232,232,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(232,232,232,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#00000000',GradientType=0 );
	width: 100%;
	height: 85%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.strength_area .top_title {
	text-align: center;
}
.strength_area .block {
	padding: 100% 5% 0;
	position: relative;
}
.strength_area .block .heading {
	margin-bottom: 3%;
}
.strength_area .block p {
	margin-bottom: 3%;
	position: relative;
	z-index: 2;
}
.strength_area .block a.btn {
	margin: 0 auto 0 0;
}
.group_area {
	padding: 10% 5% 15%;
	background-color: #efefef;
}
.group_area>p {
	margin-bottom: 5%;
}
.group_area ul {
	width: 100%;
	padding: 10% 5%;
	overflow-y: auto;
	height: 80vh;
}
.group_area ul::-webkit-scrollbar{
  width: 10px;
}
.group_area ul::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 3px;
}
.group_area ul::-webkit-scrollbar-thumb{
  background: #009b73;
  border-radius: 3px;
  box-shadow: none;
}
.group_area ul li {
	width: 100%;
	padding: 5% 3%;
	font-size: 14px;
}
.group_area ul li a {
	color: inherit;
}
.group_area ul li img {
	width: 100%;
	margin-bottom: 5px;
}
/*==========================================================
 record
============================================================*/
.new_record {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}
.new_record li {
	width: calc( 33.333% - 3px);
	margin: 0 3px 5% 0;
}
.new_record li:nth-of-type(3n) {
margin: 0 0 5% 0;
}
.new_record li a {
	display: block;
}
.new_record li a figure {
	width: 100%;
}
.new_record li a figure p {
	width: 100%;
	padding: 20px 0 130%;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
.new_record li a figure p img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%)  scale(1);
  -ms-transform: translate(-50%, -50%)  scale(1);
  transform: translate(-50%, -50%)  scale(1);
    width: 120px;
    height: 180px;
    transition: .5s;
    backface-visibility: hidden;
    object-fit: cover;
}
.new_record li a figure figcaption {
	padding: 0 3%;
}
.progress {
	padding: 0 5%;
}
.progress ul {
	border: 1px solid #b7b7b7;
	padding: 3%;
	margin-bottom: 10%;
}
.progress ul li {
	margin-bottom: 5px;
	border-bottom: 1px solid #b7b7b7;
	padding: 5px;
}
.progress ul li span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.record_contents {
	position: relative;
	width: 100%;
	padding-bottom: 10%;
}
.record_contents.record_entrance {
	padding: 0 5%;
}
.record_contents .building_name {
	font-size: 20px;
	font-weight: bold;
	padding: 12% 5% 3%;
}
.record_contents .category {
	position: absolute;
	top: 0;
	right: 0;
}
.record_contents .category span {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px;
	color: #fff;
	background-color: #4c4c4c;
	font-size: 12px;
}
.record_contents .record_slider_wrap .record_slider {
	background-color: #f4f4f4;
	margin-bottom: 3%;
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.record_contents .record_slider_wrap .record_slider div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.record_contents .record_slider_wrap .record_slider .record_slicer_contents figure {
	height: 100%;
	text-align: center;
}
.record_contents .record_slider_wrap .record_slider .record_slicer_contents figure img {
	height: 100%;
	width: auto;
	max-width: none;
	display: inline-block;
}
.record_contents .record_slider_wrap .record_slider .record_slicer_contents figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: right;
	color: #fff;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	padding: 20px 10px 5px;
}
.record_contents .record_slider_wrap .record_slider_btn_wrap {
	margin-bottom: 5%;
	padding: 10px 50px;
	background-color: #d6eae4;
}
.record_contents .record_slider_wrap .record_slider_btn_wrap .record_slider_btn {
	height: 80px;
	text-align: center;
	background-color: #fff;
	margin: 0 5px;
}
.record_contents .record_slider_wrap .record_slider_btn_wrap div img {
	height: 100%;
	width: auto;
	display: inline-block;
}
.record_slider_btn_wrap .slick-prev,
.record_slider_btn_wrap .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
	bottom: 0;
	margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
	background-image: url(../img/arrow_grn.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.record_slider_btn_wrap .slick-prev {
  left: 15px;
	transform: rotate(180deg);
}
.record_slider_btn_wrap .slick-next {
  right: 15px;
}
.record_contents p {
	margin-bottom: 5%;
	padding: 0 5%;
}
.record_contents dl {
	margin-bottom: 5%;
}
.record_contents dl dt {
	font-size: 20px;
	font-weight: bold;
	padding: 0 5%;
	margin-bottom: 3%;
}
.record_contents dl dd {
	width: 100%;
}
.record_contents dl dd table {
	width: 100%;
}
.record_contents dl dd table tbody tr {
	clear: both;
}
.record_contents dl dd table tbody tr th {
	width: 100%;
	font-weight: bold;
	background-color: #f4f4f4;
	padding: 10px 5%;
	float: left;
}
.record_contents dl dd table tbody tr td {
	padding: 10px 5%;
	width: 100%;
	float: left;
}
.search_list {
	background: rgb(244,244,244);
	padding-bottom: 5%;
	font-size: 14px;
}
.search_list>p {
	color: #fff;
	background-color: #009c84;
	padding: 3% 5%;
	font-weight: bold;
	margin-bottom: 10px;
}
.search_list dl {
	padding: 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.search_list dl dt {
	padding: 0 0 10px;
	color: #009c84;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.search_list dl dd {
	width: 100%;
	position: relative;
}
.search_list dl dd .select {
	width: 49%;
	border: 1px solid #009c84;
	background-color: #fff;
	padding: 10px;
	cursor: pointer;
	position: relative;
}
.search_list dl dd .select::after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transform: rotate(90deg);
	background-image: url(../img/arrow_grn.svg);
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.search_list dl dd .select.active::after {
	transform: rotate(-90deg);
}
.search_list dl dd .select.active::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 3;
}
.search_list dl dd ul {
	display: none;
	position: absolute;
	top: 98%;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
	border: 1px solid #009c84;
	padding: 20px 20px 0;
}
.search_list dl dd ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1% 2% 0;
	width: 31.5%;
}
.search_list dl dd ul li:nth-of-type(3n) {
	margin: 0 0 2% 0;
}
.search_list dl dd ul li a {
	display: block;
	width: 100%;
}
.search_list dl dd a {
	transition: .3s;
	display: inline-block;
	width: 49%;
	border: 1px solid #009c84;
	background-color: #fff;
	padding: 10px 5px;
	text-align: center;
	color: #333;
	margin-bottom: 2%;
	margin-right: 1%;
}
.search_list dl dd a:last-of-type {
	margin-right: 0;
}
.side_nav {
	width: 100%;
}
.side_nav .search_list {
	padding-bottom: 0;
}
.side_nav .search_list>p {
	margin-bottom: 0;
}
.side_nav .search_list dl {
	background: rgb(244,244,244);
	padding: 0;
	display: block;
}
.side_nav .search_list dl dt {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	background: rgb(244,244,244);
	background: -moz-linear-gradient(left,  rgba(244,244,244,1) 90%, rgba(229,235,234,1) 90%);
	background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 90%,rgba(229,235,234,1) 90%);
	background: linear-gradient(to right,  rgba(244,244,244,1) 90%,rgba(229,235,234,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#e4eae9',GradientType=0 );
	padding: 3% 5%;
}
.side_nav .search_list dl dt::before,
.side_nav .search_list dl dt::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4.5%;
	margin: auto;
	width: 1px;
	height: 11px;
	background-color: #009c84;
}
.side_nav .search_list dl dt::after {
	transform: rotate(90deg);
}
.side_nav .search_list dl dt.active::before {
	display: none;
}
.side_nav .search_list dl dd {
	width: 100%;
	display: none;
}
.side_nav .search_list dl dd .select {
	display: none;
}
.side_nav .search_list dl dd ul {
	display: block;
	position: static;
	padding: 0;
	border: none;
}
.side_nav .search_list dl dd ul li {
	display: block;
	margin: auto;
	width: 100%;
}
.side_nav .search_list dl dd ul li a {
	width: 100%;
}
.side_nav .search_list dl dd a {
	display: block;
	padding: 10px 20px;
	background-color: #eaf4f1;
	border: none;
	border-bottom: 1px solid #fff;
	text-align: left;
	width: 100%;
	margin-bottom: 0;
}
/*==========================================================
 company
============================================================*/
.company_list {
	padding: 10% 5%;
}
.company_list ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 5%;
}
.company_list ul li {
	width: 100%;
	padding: 10px 0 40%;
	margin-bottom: 5%;
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.company_list ul li:last-of-type {
	margin-bottom: 0;
}
.company_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.company_list ul li a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	z-index: 2;
	padding: 10px 0;
	transition: .3s;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.company_list ul li a p:after {
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../img/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
}
.company_list ul li a p:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: -1;
}
.company_list ul li.greeting {
	background-image: url(../img/h_greeting_bg.jpg);
}
.company_list ul li.outline {
	background-image: url(../img/h_outline_bg.jpg);
}
.company_list ul li.access {
	background-image: url(../img/h_access_bg.jpg);
}
.company_list ul li.philosophy {
	background-image: url(../img/h_philosophy_ba.jpg);
}
.company_list ul li.proof {
	background-image: url(../img/h_proof_ba.jpg);
}
.company_list ul li.build {
	background-image: url(../img/f_build-the-future.jpg);
}
.company_list ul li.executives {
	background-image: url(../img/h_executives_bg.png);
}
/*==========================================================
 greeting
============================================================*/
.block.greeting {
	margin: 10% 0;
}
.block.greeting img {
	display: block;
	vertical-align: middle;
	margin: 5% 0 5% auto;
	width: 220px;
}
.block.greeting + a.btn {
	margin: auto auto 10%;
}
/*==========================================================
 concept
============================================================*/
.block.concept {
	margin: 10% 0;
}
.block.concept .heading {
	font-size: 18px;
}
.block.concept p {
	text-align: left !important;
}
.concept_img {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 30px 0 20%;
}
.concept_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
/*==========================================================
 outline
============================================================*/
.outline_table {
	margin-top: 10%;
}
.outline_table table {
	width: 100%;
}
.outline_table table tbody tr th {
	width: 100%;
	background-color: #f4f4f4;
	padding: 3% 5%;
	float: left;
}
.outline_table table tbody tr td {
	padding: 3% 5%;
	width: 100%;
	float: left;
}
.outline_table table tbody tr td dl dd {
	margin-bottom: 10px;
}
.outline_table table tbody tr td dl:last-of-type dd {
	margin-bottom: 0;
}
.outline_table + a.btn {
	margin: 10% auto;
}
/*==========================================================
 access
============================================================*/
.block.access {
	margin-top: 10%;
}
.block.access + a.btn {
	margin: 10% auto;
}
.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==========================================================
 infomation
============================================================*/
.news_list {
	position: relative;
	width: 100%;
	padding: 0 5% 5%;
}
.news_list div a {
  color: inherit;
}
.news_list div a dl {
	font-size: 14px;
	border-bottom: 1px solid #b7b7b7;
	padding: 5% 0;
	background-color: rgba(184, 184, 184, 0);
}
.news_list div a dl dt {
	width: 80px;
	text-align: center;
	color: #fff;
	background-color: #3e3a39;
	font-size: 12px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.news_list div a dl dd {
	display: inline;
	vertical-align: middle;
}
.news_list div a dl dd span:last-of-type {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.pager {
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
}
.wp-pagenavi {
	clear: both;
	font-size: 14px;
	text-align: center;
	}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 2;
	border: 1px solid #e4eae9;
	background-color: #e4eae9;
	transition: .5s;
	color: #009c84 !important;
	font-size: 14px;
	margin: 2px;
	vertical-align: top;
	padding: 0px;
}
.wp-pagenavi span.current {
	color: #fff !important;
	background-color: #009c84;
	font-size: 14px;
	vertical-align: top;
	text-decoration:none;
}
.news_contents {
	position: relative;
	width: 100%;
	padding: 0 5% 5%;
}
.news_contents div {
	margin-bottom: 10%;
}
.news_contents div p {
	margin-bottom: 3%;
}
.news_contents div img {
	max-width: 100%;
	margin-bottom: 3%;
}
.news_contents div strong {
	font-weight: bold;
}
.news_contents div em  {
	font-style: italic;
}
.news_contents div blockquote {
  padding: 20px;
  position: relative;
  background-color: rgb(244,244,244);
}
.news_contents div blockquote:before,
.news_contents div blockquote:after {
  position: absolute;
  opacity: .5;
  font-size: 50px;
}
.news_contents div blockquote:before {
  content: '“';
  line-height: 1;
  top: 5px;
  left: 5px;
}
.news_contents div blockquote:after {
  content: '”';
  line-height: 0;
  bottom: 5px;
  right: 5px;
}
.news_contents div ul {
  padding-left: 2.3em;
	margin-bottom: 3%;
}
.news_contents div ul li {
  list-style: disc;
}
.news_contents div ol {
  padding-left: 2.3em;
	margin-bottom: 3%;
}
.news_contents div ol li {
  list-style: decimal;
}
/*==========================================================
 business
============================================================*/
.business_box h2 {
	padding: 0 5%;
}
.business_box article {
	padding-top: 10%;
	width: 100%;
	position: relative;
}
.business_box article img {
	width: 100%;
}
.business_box article div {
	width: 90%;
	position: relative;
	z-index: 2;
	padding: 5% 10%;
	background-color: rgba(242, 242, 242, .9);
	margin: -10% auto 5%;
}
.business_col {
	width: 100%;
}
.business_col li {
	width: 100%;
	margin-bottom: 3%;
}
.business_col li figure img {
	margin-bottom: 5px;
}
.business_col li figure figcaption {
	padding: 0 5%;
}
.business_col + .business_col {
	margin: 20% 0;
}
.business_col + .business_col li figure {
	position: relative;
}
.business_col + .business_col li figure figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	line-height: 1;
	height: 1em;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.business_block article dl {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.business_block article dl dt {
	width: 100%;
	margin-bottom: 3%;
	order: 1;
}
.business_block article dl dd {
	width: 100%;
	padding: 3% 5%;
	order: 2;
}
/*==========================================================
 contact / request
============================================================*/
.block.request .heading {
	text-align: center;
}
/*==========================================================
 company / philosophy
============================================================*/
.philosophy div h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 10%;
	text-align:left;
}
.philosophy div h3>span {
    display: block;
    padding-left: 2em;
    text-indent: -2.1em;
    line-height: 1.3;
    margin-bottom: 3%;
}
.philosophy div h3>span span {
    font-size: 16px;
}
/*==========================================================
 健康経営の取り組み
============================================================*/
.proof_logo {
	position: absolute;
    top: 1%;
    left: 63.2%;
    width: 30%;
}
.proof_title {
	margin: 10% auto;
}

.news_area .group_news {
  margin-bottom: 10%;
}
.news_area div>span {
	display: block;
	font-size: 14px;
	border: 1px solid #b7b7b7;
	margin: 10% auto 0;
	text-align: center;
	position: relative;
	width: 90%;
}
.news_area div>span::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/arrow_blk.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
}
.news_area div>span a {
	padding: 10px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.news_area .group_news dt.event {
  background-color: #029A76;
}
.news_area .group_news dt.news {
  background-color: #894654;
}
.news_area .group_news dt.press {
  background-color: #1183A6;
}

/* 220315 */
.groupmenu {
	margin: 10% auto 0;
  width: 90%;
  order: 4;
  background: #F6F6F6;
  position: relative;
  height: 45px;
	justify-content: flex-start;
}
.groupmenu>span {
	max-height: 100%;
	position: relative;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	background: #F2F2F2;
}
.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;
	position: relative;
  opacity: 1;
  transition: auto;
	padding: 0;
	top: 0;
	pointer-events: auto;
	height: 85vh;
}
.groupmenu div ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 3%;
	box-sizing: border-box;
}
.groupmenu div ul li {
	width: 49%;
	margin: 0 0 2% 0;
	position: relative;
}
.groupmenu div ul.banner li::after {
	display: none;
}
.groupmenu div ul.banner li img {
	width: 80%;
	margin: auto;
	display: block;
}
.groupmenu div .close {
	display: none;
}

.groupmenu img{
    opacity: 1;
    transition: all 0.5s;
    max-width: 100%;
		width: auto;
}

.groupmenu div ul li {
	box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}
.groupmenu div ul li:hover {
	box-shadow: none;
	transition: .3s;
}

.groupmenu div ul.link,
.groupmenu div ul.banner {
	background: #F2F2F2;
}

.groupmenu div ul.link {
	margin-bottom: 0;
	padding: 3% 3% 7%;
}

.groupmenu div ul.link li,
.groupmenu div ul.banner li {
	margin-left: 0;
}

div.fat-nav ul.link li a {
	border: none;
	padding: 0;
}

.groupmenu div ul li:nth-child(4n) {
    margin: 0 0 2% 0;
}

header.long nav {
	overflow-y: visible;
  overflow-x: hidden;
	height: calc(100% - 60px);
}

.groupmenu div ul.link li a {
	width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.groupmenu div ul.banner li a {
	cursor: auto;
}

header.long nav ul.link li a::after {
	display: none;
}
/*==============================
 group_list
================================*/
#group_list {
	padding: 0 5%;
}
#group_list .group_title01 {
	font-size: 22px;
    padding: 25px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bolder;
}
#group_list .group_title01 {
	font-size: 22px;
	padding: 45px 15px 25px;
	border-bottom: 1px solid #ddd;
}
#group_list dl {
    position: relative;
		margin-top: 8%;
}
#group_list dl dt {
	margin-bottom: 5%;
}
#group_list dl dd {
	border-bottom: 1px solid #ccc;
}
#group_list dl.group_n dt figure {
    border: 2px solid #ccc;
}
#group_list dl dd div.txt {
    display: block;
    margin-bottom: 5%;
    position: relative;
}
#group_list .btn {
	width: 100%;
}
#group_list dl.group_n dd ul {
	margin: 20px auto 30px;
}
#group_list dl dd ul li {
	margin-bottom: 5%;
}
.recruit_area {
	margin-top: 60px;
}
.group_recruit {
	    margin: 30px auto;
}
.group_recruit li {
	margin-bottom: 5%;
}
.mt10 {
	margin: 15% auto;
}

/* 240124 ルネス工法サイド追従バナー */
.floating_side{
	position: fixed;
    right: 0;
	bottom: 60px;
    width: 30%;
	z-index: 2;
}
.floating_side .floating a{
	display: block;
}
/* 240124 スペシャルコンテンツ則武追加 */
.special_area .noritake {
    padding: 10% 5%;
    color: #fff;
    background-image: url(../img/SPECIALCONTENTS_nagoya-noritake.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5%;
}
.special_area .noritake .heading {
    font-size: 36px;
    font-weight: normal;
}
.special_area .noritake p {
    margin-bottom: 5%;
}
.special_area .noritake a.btn {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}
.special_area .noritake a.btn::after {
    background-image: url(../img/arrow.svg);
}
/* 240124 ヘッダーリンク追加 */
header nav div a:first-child{
	background-color: #009c84;
}
header nav div a:nth-child(2){
	background-color: #D5801D;
}
header nav div a:nth-child(3){
	background-color: #666;
}



/*==========================================================
 owned_properties 2024/11/13追加
============================================================*/

.owned_properties_link {
	display: block;
	font-size: 14px;
	border: 1px solid #b7b7b7;
	margin: 10% auto 0;
	text-align: center;
	position: relative;
	width: 90%;
}


.owned_properties_link:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../img/arrow_blk.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
}

.owned_properties_link a{
	padding: 10px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.owned_properties_contents{
	max-width: 100%;
}

.owned_properties_contents .heading{
	display: flex;
    align-items: center;
	gap: 0 5px;
}

.owned_properties_contents .heading .propertyNum{
	color: #D18109;
	font-size: 30px;
}

.owned_properties_contents .heading.mincho{
	margin-top: 40px;
	padding: 0 5%;
}

.owned_properties_list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px 0;
	padding: 0 5%;
}

.owned_properties_list li{
	position: relative;
	width: 100%;
}

.owned_properties_list li.sold{
	pointer-events: none;
}

.owned_properties_list li.sold:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	z-index: 1;
}

.owned_properties_list li a{
	color: #333;
	font-size: 12px;
}

.owned_properties_list li a figure img{
	aspect-ratio: 380 / 200;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.owned_properties_list li a figure p{
	position: relative;
}

.owned_properties_list li a figure p:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000030;
	z-index: 1;
}


.owned_properties_list li a figure p .status{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 120px;
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
}

.owned_properties_list li a h2{
	padding: 10px 0 0;
	color: #009c84;
	font-size: 16px;
	font-weight: bold;
}

.owned_properties_list li a table tr{
	border-bottom: 1px solid #CCCCCC;
	;
}

.owned_properties_list li a table th{
	width: 80px;
	font-weight: bold;
	vertical-align: baseline;
}

.owned_properties_list li a table th,
.owned_properties_list li a table td{
	padding: 10px 0px;
}

.searchContents{
	width: 100%;
	margin-bottom: 40px;
}
.searchContents th{
	width: 100%;
	padding: 10px 0 5px;
	font-weight: bold;
}

.searchContents td{
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px 0;
	font-size: 12px;
}

.searchContents tr{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom:#CCCCCC 1px solid;
}
.searchContents td select,
.searchContents td input[type="number"]{
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DDDDDD;
	border-radius: 3px;
	color: #333;
	font-size: 12px;
}

.searchContents td select,
.searchContents td input{
	-webkit-appearance: none;
	-moz-appearance: none;
		appearance: none;
}


.searchRegion [type="checkbox"]{
	position: relative;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: solid 1px #DDDDDD;
	border-radius: 3px;
	vertical-align: -4px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.searchRegion label{
	font-size: 12px;
}

.searchRegion input[type="checkbox"]:checked{
	background-color: #009C84;
	border: 1px solid #009C84;
}
.searchRegion input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0px;
	left: 3px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	content: '';
}

.searchRegion td{
	display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.btn_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px 0;
	
}


.btn_wrap_contents.--reset button,
.btn_wrap_contents.--on-search input{
	position: relative;
	width: 210px;
	padding: 10px;
	border: none;
	border-radius: 5px;
	font-size: 14px;
}

.btn_wrap_contents.--reset button:hover,
.btn_wrap_contents.--on-search input:hover{
	cursor:pointer;
	opacity: .7;
}

.btn_wrap_contents.--reset button{
	background-color: #EEEEEE;
	color: #333;
}
.btn_wrap_contents.--on-search{
	position: relative;
}

.btn_wrap_contents.--on-search input{
	background-color: #009C84;
	color: #FFF;
}

.owned_properties .building_name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 30px;
	text-align: center;
}
.owned_properties .owned_properties_slider_wrap{
	padding-top: 30px;
	background-color: #f4f4f4;
}

.owned_properties .owned_properties_slider_wrap .owned_properties_slider {
	background-color: #f4f4f4;
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider div {
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider .owned_properties_slider_contents figure {
	text-align: center;
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider .owned_properties_slider_contents figure img {
	/* width: 100%;
	height: auto;
	display: inline-block; */
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider .owned_properties_slider_contents figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: right;
	color: #fff;
	padding: 20px 10px 5px;
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider_btn_wrap {
	padding: 20px 0;
	max-width: 280px;
	margin: 0 auto 30px;
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider_btn_wrap .owned_properties_slider_btn {
	height: 80px;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider_btn_wrap div img {
	height: 100%;
	width: auto;
	display: inline-block;
}
.owned_properties_slider_btn_wrap .slick-prev,
.owned_properties_slider_btn_wrap .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
  display: block;
  width: 37px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
	background-image: url(../img/arrow_ownded.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.owned_properties_slider_btn_wrap .slick-prev {
  left: -37px;
	transform: rotate(180deg);
}
.owned_properties_slider_btn_wrap .slick-next {
  right: -37px;
}
.owned_properties p {
	margin-bottom: 30px;
	font-size: 14px;
}

.owned_properties_table{
	padding: 0 5%;
}

.owned_properties_table .mincho{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.owned_properties_table dt{
	margin-top: 50px;
}

.owned_properties_table dd p{
	line-height: 1.8;
}
.owned_properties_table dd iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}

.owned_properties_table table{
	width: 100%;
	border-collapse: collapse;
}

.owned_properties_table table th,
.owned_properties_table table td{
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.owned_properties_table table th{
	font-weight: bold;
}

.owned_properties_table table td{
	font-size: 14px;
}

.search-heading{
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0 5%;
}

.return-owned_properties{
	width: 210px;
	margin: 50px auto 100px;
}

.return-owned_properties a{
	position: relative;
	display: block;
	padding: 10px;
	color: #333;
	font-size: 14px;
	background-color: #EEEEEE;
	border-radius: 5px;
	text-align: center;
}

.return-owned_properties a:hover{
	opacity: .7;
}


.btn_arrow_svg{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.searchform_box{
	padding: 0 5%;
}

footer div nav div a.footer__contact-btn--members{
	background-color: #B49975;
}
header nav div a:nth-child(4){
	background-color: #B49975;
}