@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: 104px;
	min-width: 990px;
}
.nopc {display: none !important;}
a {
	color: #009c84;
	text-decoration: none;
}
a img {
	opacity: 1;
	transition: .3s;
	backface-visibility: hidden;
}
a:hover img {
	opacity: .5;
}
a.btn,
button.btn {
	display: block;
	vertical-align: middle;
	width: 300px;
	padding: 10px 20px;
	border: 1px solid #dedede;
	text-align: center;
	position: relative;
	margin: auto;
	transition: .3s;
	background-color: #fff;
	cursor: pointer;
	font-size: 100%;
}
button.btn {
	width: 300px;
	padding: 15px 20px;
}
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;
}
a.btn:hover,
button.btn:hover {
	background-color: #009c84;
	color: #fff;
	border: 1px solid #009c84;
}
a.btn:hover::after,
button.btn:hover::after {
	background-image: url(../img/arrow.svg);
}
*:focus {
	outline: none;
}
img {max-width: 100%;}
/* .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;
}
ul.fadein.on li:nth-of-type(2) {transition-delay: .2s;}
ul.fadein.on li:nth-of-type(3) {transition-delay: .4s;}
ul.fadein.on li:nth-of-type(4) {transition-delay: .6s;}
ul.fadein.on li:nth-of-type(5) {transition-delay: .8s;}
ul.fadein.on li:nth-of-type(6) {transition-delay: 1.0s;}
ul.fadein.on li:nth-of-type(7) {transition-delay: 1.2s;}
ul.fadein.on li:nth-of-type(8) {transition-delay: 1.4s;}
ul.fadein.on li:nth-of-type(9) {transition-delay: 1.6s;}
ul.fadein.on li:nth-of-type(10) {transition-delay: 1.8s;}
ul.fadein.on li:nth-of-type(11) {transition-delay: 2s;}
ul.fadein.on li:nth-of-type(12) {transition-delay: 2.2s;}
ul.fadein.on li:nth-of-type(13) {transition-delay: 2.4s;}
ul.fadein.on li:nth-of-type(14) {transition-delay: 2.6s;}
ul.fadein.on li:nth-of-type(15) {transition-delay: 2.8s;}
ul.fadein.on li:nth-of-type(16) {transition-delay: 3s;}
.widen {
	letter-spacing: -1em;
	opacity: 0;
	transition: 1s ease-in-out;
}
.widen.on {
	letter-spacing: 0;
	opacity: 1;
} */
.inner {
	max-width: 1040px;
	width: 100%;
	margin: auto;
	position: relative;
}
.title {
	background-color: #eee;
	height: 280px;
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.title::before {
	content: '';
	width: 100%;
	height: 40px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.title b {
	display: block;
	width: 1040px;
	margin: auto;
	font-size: 16px;
	position: relative;
	z-index: 4;
	line-height: 1.2;
	padding-bottom: 40px;
	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;
	color: #fff;
    text-shadow: 4px 0px 8px rgba(17,28,15,0.3), 0px 4px 8px rgba(17,28,15,0.3), -4px 0px 8px rgba(17,28,15,0.3), 0px -4px 8px rgba(17,28,15,0.3);
}
.title>span {
	width: 80%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -3%;
	z-index: 3;
	transform: skewX(-3deg);
	overflow: hidden;
	max-width: 1350px;
	transition: .3s ease-in-out;
}
.title>span>span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -3%;
	background-position: center left;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	transform: skewX(3deg);
}
.title>span>span:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: #43819e;
	opacity: .5;
	display: none;
}
.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: 30px;
	font-size: 12px;
}
.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: 30px;
}
.heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
/*==========================================================
 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;
	min-width: 990px;
}
header a {
	color: inherit;
}
.logo {
	width: 215px;
    float: left;
    padding: 12px 20px;
}
.logo a img {
	width: 100%;
}
.burger {
	display: none;
}
header nav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
}
header nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	/*margin-right: 20px;*/
}
header nav ul li a {
	display: block;
	color: #333;
	padding: 16px;
	position: relative;
}
header nav ul li a::after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	background-color: #009c84;
	transition: .3s ease-in-out;
}
header nav ul li a:hover::after {
	width: 100%;
	left: 0;
}
header nav div a {
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	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;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
header nav div a:last-of-type {
	background-color: #3e3a39;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, header nav div a {
	background-position: center right -10px;
	background-size: 35% auto;
}
header nav div a::after {
  content: '';
  z-index: -1;
  background-color: hsla(0, 0%, 100%, 0.2);
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 2.5em;
  transform: translate3d(-465%, 0, 0) rotate(35deg);
}
header nav div a:hover::after {
  transition: transform 0.45s ease-in-out;
  transform: translate3d(200%, 0, 0) rotate(35deg);
}
/*==========================================================
 footer
============================================================*/
footer {
	padding: 150px 0 80px;
	background-image: url(../img/footer_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	clear: both;
}
footer a {
	color: inherit;
	display: inline-block;
	position: relative;
}
footer #totop {
	display: none;
}
footer #totop a {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #009c84;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	background-size: 15px;
	transform: rotate(-90deg);
}
footer .logo {
	display: block;
	float: none;
	width: 270px;
	margin-bottom: 50px;
	padding: 0;
}
footer div nav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
footer div nav dl a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #333;
	transition: .3s ease-in-out;
}
footer div nav dl a:hover::after {
	width: 100%;
}
footer div nav dl dt {
	margin-bottom: 10px;
	font-size: 13px;
}
footer div nav dl dt + dt {
	margin-top: 20px;
}
footer div nav dl dd {
	padding-left: 1em;
	margin-bottom: 5px;
	font-size: 11px;
}
footer div nav div {
	position: absolute;
	top: 0;
	right: 0;
}
footer div nav div a {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	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: 8px auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
footer div nav div a:last-of-type {
	background-color: #3e3a39;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, footer div nav div a {
	background-position: center right -15px;
	background-size: 35% auto;
}
footer div nav div a::after {
  content: '';
  z-index: -1;
  background-color: hsla(0, 0%, 100%, 0.2);
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 2.5em;
  transform: translate3d(-465%, 0, 0) rotate(35deg);
}
footer div nav div a:hover::after {
  transition: transform 0.45s ease-in-out;
  transform: translate3d(200%, 0, 0) rotate(35deg);
}
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_movie {
	overflow: hidden;
	margin: auto;
	max-height: calc(100vh - 60px);
	position: relative;
}
.main .main_movie video {
	width: 100%;
	height: 100%;
	max-height: calc(100vh - 60px);
}
.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: 92%;
	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: 30px;
 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: 50px 0 100px;
}
.news_area .top_title {
	margin-bottom: 10px;
}
.news_area .top_title span {
	margin-right: 20px;
	display: inline-block;
	vertical-align: baseline;
}
.news_area a {
	color: inherit;
}
.news_area article>span {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 14px;
}
.news_area article>span::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	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;
	transition: .3s;
}
.news_area article>span:hover::before {
	margin-right: 5px;
}
.news_area dl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	border-bottom: 1px solid #b7b7b7;
	padding: 10px 0;
	background-color: rgba(184, 184, 184, 0);
	transition: .3s;
}
.news_area dl:hover {
	background-color: rgba(184, 184, 184, 0.3);
}
.news_area dl dt {
	width: 80px;
	text-align: center;
	color: #fff;
	background-color: #3e3a39;
	font-size: 12px;
	margin-right: 20px;
}
.news_area dl dd {
	width: 100%;
}
.news_area dl dd span {
	display: table-cell;
}
.news_area dl dd span:first-of-type {
	padding-right: 20px;
	width: 12%;
}
.special_area {
	padding-bottom: 100px;
}
.special_area .block {
	padding: 50px 0;
	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: 30px;
}
.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);
}
.special_area .block a.btn:hover {
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid #fff;
}
.special_area .runesu {
	padding: 50px 0;
	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: 30px;
}

.special_area .runesu .heading {
	font-size: 36px;
	font-weight: normal;
}
.special_area .runesu p {
	margin-bottom: 30px;
}
.special_area .block a.btn {
background-color: rgba(255, 255, 255, 0);
	color: #fff;
}
.special_area .runesu a.btn::after {
	background-image: url(../img/arrow.svg);
}
.special_area .runesu a.btn:hover {
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid #fff;
}
.special_area .runesu a.btn {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}
.business_area {
	padding-bottom: 100px;
}
.business_area article>div {
	padding: 80px 0;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.business_area article>div .block {
	margin-bottom: 0;
}
.business_area article>div:nth-of-type(even) .block {
	left: 50%;
	margin: 0;
	padding-left: 30px;
}
.business_area article>div .block p {
	margin-bottom: 20px;
}
.business_area article>div .block a.btn {
	margin: 0 auto 0 0;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}
.business_area article>div .block a.btn::after {
	background-image: url(../img/arrow.svg);
}
.business_area article>div .block a.btn:hover {
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid #fff;
}
.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 {
	padding: 100px 0;
	background-image: url(../img/business_b5_bg.jpg);
}
.business_area .b6 {
	padding: 100px 0;
	background-image: url(../img/business_b6_bg.jpg);
}
.business_area .b7 {
	padding: 100px 0;
	background-image: url(../img/business_b7_bg.jpg);
}
.result_area {
	padding-bottom: 100px;
}
.result_area .result_slider_wrap {
	padding: 0 50px;
	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: -30px;
	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: -20px;
}
.result_area .result_slider_wrap .result_slider .result_slider_contents {
	margin-right: 20px;
	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: 50px 0;
	position: relative;
	background-image: url(../img/top_strength.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center left 75%;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}
.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: 75%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.strength_area .top_title {
	margin-bottom: 30px;
	position: relative;
}
.strength_area .top_title span {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 20px;
}
.strength_area .block {
	position: relative;
}
.strength_area .block .heading {
	margin-bottom: 20px;
}
.strength_area .block p {
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.strength_area .block a.btn {
	margin: 0 auto 0 0;
}
.group_area {
	padding: 50px 0 100px;
	background-color: #efefef;
}
.group_area ul {
	padding: 50px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.group_area ul li {
	width: 23%;
	max-width: 230px;
	margin: 0 5px 30px;
	font-size: 14px;
}
.group_area ul li a {
	color: inherit;
}
.group_area ul li img {
	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% - 1px);
	margin: 0 1px 20px 0;
}
.new_record li:nth-of-type(3n) {
margin: 0 0 20px 0;
}
.new_record li a {
	display: block;
}
.new_record li a figure {
	width: 100%;
	text-align: center;
}
.new_record li a figure p {
	width: 100%;
	height: 300px;
	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: 220px;
  height: 100%;
	transition: .5s;
	backface-visibility: hidden;
	object-fit: cover;
}
.new_record li:hover a figure p img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}
.progress ul {
	border: 1px solid #b7b7b7;
	padding: 10px;
	margin-bottom: 50px;
}
.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: 760px;
	float: left;
	padding-bottom: 50px;
}
.record_contents .building_name {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 50px;
}
.record_contents .category {
	position: absolute;
	top: 10px;
	right: 0;
}
.record_contents .category span {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px;
	color: #fff;
	background-color: #4c4c4c;
}
.record_contents .record_slider_wrap .record_slider {
	background-color: #f4f4f4;
	height: 530px;
	margin-bottom: 30px;
}
.record_contents .record_slider_wrap .record_slider div {
	height: 530px;
}
.record_contents .record_slider_wrap .record_slider .record_slicer_contents figure {
	height: 530px;
	text-align: center;
}
.record_contents .record_slider_wrap .record_slider .record_slicer_contents figure img {
	height: 100%;
	width: auto;
	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: 30px;
	padding: 20px 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;
	cursor: pointer;
}
.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: 30px;
}
.record_contents dl {
	margin-bottom: 50px;
}
.record_contents dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.record_contents dl dd {
	width: 100%;
}
.record_contents dl dd table {
	width: 100%;
	border-top: 1px solid #b7b7b7;
}
.record_contents dl dd table tbody tr {
	border-bottom: 1px solid #b7b7b7;
}
.record_contents dl dd table tbody tr th {
	width: 80px;
	text-align: center;
	font-weight: bold;
	background-color: #f4f4f4;
	padding: 10px;
}
.record_contents dl dd table tbody tr td {
	padding: 10px;
}
.search_list {
	background: rgb(244,244,244);
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.search_list>p {
	color: #fff;
	background-color: #009c84;
	padding: 15px 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.search_list dl {
	padding: 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.search_list dl dt {
	padding: 10px 20px;
	color: #009c84;
	position: relative;
	cursor: pointer;
	width: 20%;
}
.search_list dl dd {
	width: 80%;
	position: relative;
}
.search_list dl dd .select {
	width: 180px;
	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: 178px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	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 0 20px 0;
}
.search_list dl dd ul li a {
	width: 120px;
	margin-right: 5px !important;
}
.search_list dl dd ul li:last-of-type a {
	margin-right: 0 !important;
}
.search_list dl dd a {
	transition: .3s;
	display: inline-block;
	width: 180px;
	border: 1px solid #009c84;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	color: #333;
	margin-right: 5px;
}
.search_list dl dd a:last-of-type {
	margin-right: 0;
}
.search_list dl dd a:hover {
	background-color: #009c84;
	color: #fff;
}
.side_nav {
	float: right;
	width: 230px;
}
.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) 85%, rgba(229,235,234,1) 85%);
	background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 85%,rgba(229,235,234,1) 85%);
	background: linear-gradient(to right,  rgba(244,244,244,1) 85%,rgba(229,235,234,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#e4eae9',GradientType=0 );
}
.side_nav .search_list dl dt::before,
.side_nav .search_list dl dt::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.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.news_side .search_list dl dd {
	display: block;
}
.side_nav.news_side .search_list dl dt.active::before {
	display: block;
}
.side_nav.news_side .search_list dl dt::before {
	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;
}
.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%;
}
.side_nav .search_list dl dd a:hover {
	background-color: #009c84;
	color: #fff;
}
/*==========================================================
 company
============================================================*/
.company_list {
	padding: 50px 0 100px;
}
.company_list ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 2%;
}
.company_list ul li {
	width: 34%;
	height: 218px;
	/* padding: 10px 0 20%; */
	margin-right: 10px;
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
/*.company_list ul li:nth-of-type(3n) {
	margin-right: 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:hover a p {
	height: 100%;
}
.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/h_build_ba.jpg);
}
.company_list ul li.executives {
	background-image: url(../img/h_executives_bg.png);
}
/*==========================================================
 greeting
============================================================*/
.block.greeting {
	margin: 100px 0;
}
.block.greeting img {
	display: block;
	vertical-align: middle;
	margin: 50px 0 50px auto;
	width: 220px;
}
.block.greeting + a.btn {
	margin: auto auto 100px;
}
/*==========================================================
 concept
============================================================*/
.block.concept {
	margin: 100px 0;
	line-height: 2;
}
.block.concept .heading {
	margin-bottom: 50px;
}
.concept_img {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}
.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: 100px;
}
.outline_table table {
	width: 100%;
	border-top: 1px solid #b7b7b7;
	margin-bottom: 40px;
}
.outline_table table tbody tr {
	border-bottom: 1px solid #b7b7b7;
}
.outline_table table tbody tr th {
	width: 200px;
	background-color: #f4f4f4;
	padding: 20px;
}
.outline_table table tbody tr td {
	padding: 20px 0 20px 20px;
}
.outline_table table tbody tr td dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}
.outline_table table tbody tr td dl dd {
	display: inline-block;
	vertical-align: middle;
}
.outline_table + a.btn {
	margin: 100px auto;
}
/*==========================================================
 access
============================================================*/
.block.access {
	margin-top: 100px;
}
.block.access + a.btn {
	margin: 100px 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: 760px;
	float: left;
	padding-bottom: 50px;
}
.news_list div a {
  color: inherit;
}
.news_list div a dl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	border-bottom: 1px solid #b7b7b7;
	padding: 10px 0;
	background-color: rgba(184, 184, 184, 0);
	transition: .3s;
}
.news_list div a dl:hover {
	background-color: rgba(184, 184, 184, 0.3);
}
.news_list div a dl dt {
	width: 80px;
	text-align: center;
	color: #fff;
	background-color: #3e3a39;
	font-size: 12px;
	margin-right: 20px;
}
.news_list div a dl dd {
	width: 100%;
}
.news_list div a dl dd span {
	display: table-cell;
}
.news_list div a dl dd span:first-of-type {
	padding-right: 20px;
  width: 12%;
}
.pager {
	width: 100%;
	margin: 0 auto;
	padding: 50px 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: 5px;
	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: 760px;
	float: left;
	padding-bottom: 50px;
}
.news_contents div {
	margin-bottom: 50px;
}
.news_contents div p {
	margin-bottom: 10px;
}
.news_contents div img {
	max-width: 100%;
	margin-bottom: 10px;
}
.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: 10px;
}
.news_contents div ul li {
  list-style: disc;
}
.news_contents div ol {
  padding-left: 2.3em;
	margin-bottom: 10px;
}
.news_contents div ol li {
  list-style: decimal;
}
/*==========================================================
 business
============================================================*/
.business_area.business_inner article>div:nth-of-type(even) .block {
	left: auto;
	margin: 0 auto;
	padding-left: 0;
}
.business_area.business_inner article>div:nth-of-type(odd) .block {
	left: 50%;
	margin: 0;
	padding-left: 30px;
}
.business_box article {
	padding-top: 180px;
	max-width: 1250px;
	width: 100%;
	position: relative;
	margin: 50px auto 80px;
}
.business_box article img {
	position: absolute;
	top: 0;
	left: 0;
	width: 660px;
}
.business_box article div {
	width: 60%;
	min-width: 550px;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 2;
	padding: 70px;
	background-color: rgba(242, 242, 242, .9);
}
.business_col {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto 50px;
}
.business_col li {
	width: 33.33%;
	margin-right: 1px;
}
.business_col li:last-of-type {
	margin-right: 0;
}
.business_col li figure img {
	margin-bottom: 5px;
}
.business_col + .business_box article img {
	left: auto;
	right: 0;
}
.business_col + .business_box article div {
	margin: 0 auto 0 0;
}
.business_col + .business_col {
	margin-top: 100px;
}
.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 {
	display: table;
	width: 100%;
}
.business_block article dl dt {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.business_block article dl dt 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;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .business_block article dl dt img {
	top: auto;
}
@media screen and (max-width: 1300px) {
	.business_block article dl dt img {
	  width: auto;
	  height: 100%;
		max-width: none;
	}
	/* IE11 */
	_:-ms-lang(x)::-ms-backdrop, .business_block article dl dt img {
		height: auto;
	}
}
.business_block article dl dd {
	width: 50%;
	padding: 3% 5%;
	display: table-cell;
	vertical-align: middle;
}
/*==========================================================
 contact / request
============================================================*/
.block.request {
	text-align: center;
}
/*==========================================================
 company / philosophy
============================================================*/
.philosophy div h3 {
    font-size: 20px;
    font-weight: bold;
    max-width: 760px;
    width: 90%;
    margin: 0 auto;
}
.philosophy div h3>span {
    display: block;
    padding-left: 2em;
    text-indent: -2.1em;
    line-height: 1.3;
    margin-bottom: 30px;
}
.philosophy div h3>span span {
    font-size: 16px;
}
/*==========================================================
 健康経営の取り組み
============================================================*/
.proof_list {
	padding: 50px 0 100px;
}
.proof_list ul {
	display: flex;
}
.proof_logo {
	position: absolute;
    top: 55px;
    left: 800px;
}
.proof_title {
	text-align: center;
	font-size: 33px;
	margin-bottom: 30px;
}
.proof_list li {
	width: 325px;
}
.proof_list li:nth-of-type(2) {
	margin: 0px 40px 0 25px;
}

.news_area article {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items: flex-start;
}
.news_area article>div {
    width:48%;
    position: relative;
}
.news_area dl {
  align-items: flex-start;
}
.news_area dl dt {
  margin-top: 3px;
}
.news_area div>span {
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 14px;
}
.news_area div>span::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	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;
	transition: .3s;
}
.news_area div>span:hover::before {
	margin-right: 5px;
}
.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;
}

/* 220314 */
.groupmenu {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	z-index: 101;
	background: #F2F2F2;
	height: 33px;
	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: 11px;
	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: 33px;
	height: 33px;
	background: rgba(65, 92, 84,.4);
	margin-left: 10px;
}
.groupmenu div {
	background: #F6F6F6;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	position: fixed;
	top: 33px;
	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);
}

.groupmenu div ul.link li img,
.groupmenu div ul.banner li img{
    opacity: 1;
    transition: all 0.5s;
    max-width: 100%;
}

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

header.long {
	padding-top: 40px;
}

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

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

header nav ul.link li a::after {
	display: none;
}

body.group_add {
	padding-top: 104px;
}
/*==============================
 group_list
================================*/
#group_list .group_title01 {
	font-size: 22px;
	padding: 45px 15px 25px;
	border-bottom: 1px solid #ddd;
}
#group_list .group_title01 {
	font-size: 22px;
	padding: 45px 15px 25px;
	border-bottom: 1px solid #ddd;
}
#group_list dl {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 45px 15px;
    position: relative;
}
#group_list dl dt {
	width: 30%;
}
#group_list dl dd {
	width: 60%;
}
#group_list dl.group_n dt figure {
    border: 2px solid #ccc;
    padding: 30px 20px;
}
#group_list dl dd div.txt {
    display: block;
    margin-bottom: 25px;
    position: relative;
}
#group_list .btn {
	margin: inherit;
	width: 195px;
	padding: 5px;
}
#group_list dl.group_n dd ul {
	position: relative;
	top: auto;
	right: auto;
	margin: 20px auto 30px;
}
#group_list dl dd ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.recruit_area {
	margin-top: 60px;
}
.group_recruit {
	display: flex;
	    justify-content: space-between;
	    margin: 30px auto;
	    width: 60%;
}
/* 240124 ルネス工法サイド追従バナー */
.floating_side{
	position: fixed;
    right: 0;
	bottom: 120px;
}
.floating_side .floating a{
	display: block;
}
/* 240124 スペシャルコンテンツ則武追加 */
.special_area .noritake {
    padding: 50px 0;
    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: 30px;
}
.special_area .noritake .heading {
    font-size: 36px;
    font-weight: normal;
}
.special_area .noritake p {
    margin-bottom: 30px;
}
.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);
}
.special_area .noritake a.btn:hover {
    background-color: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
}
/* 240124 ヘッダーリンク追加 */
header nav div a:first-child{
	background-color: #009c84;
}
header nav div a:nth-child(2){
	background-color: #D5801D;
    width: 175px;
}
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: 3% auto 0;
	text-align: center;
	position: relative;
	width: 285px;
}

.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: 1200px;
}
.owned_properties_contents .heading{
	display: flex;
    align-items: center;
	gap: 0 5px;
}

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

.owned_properties_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}

.owned_properties_list li{
	position: relative;
	width: 32%;
}
.owned_properties_list li .status{
	font-size: 12px;
}

.owned_properties_list li.sold{
	pointer-events: none;
}
.owned_properties_list li.in-development{
	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;
}

.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: 18px;
	font-weight: bold;
}

.owned_properties_list li a table{
	width: 100%;
}
.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: 30%;
	padding: 30px;
}

.searchContents td{
	width: 70%;
}

.searchContents tr{
	display: flex;
	align-items: center;
	border-bottom:#CCCCCC 1px solid;
}
.searchContents td select,
.searchContents td input[type="number"]{
	width: 210px;
	padding: 5px 10px;
	border:1px solid #DDDDDD;
	border-radius: 3px;
}

.search_floor input[type="text"]{
	width: 210px;
	padding: 5px 10px;
	border:1px solid #DDDDDD;
	border-radius: 3px;
}

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

.record_category_area input[type="checkbox"]:checked{
	background-color: #009C84;
	border: 1px solid #009C84;
}
.record_category_area 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: '';
}

.record_category_area td{
	display: flex;
    flex-wrap: wrap;
    gap: 0px 25px;
}

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

.btn_wrap_contents{
	margin-bottom: 40px;
}

.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;
}
.btn_wrap_contents.--on-search{
	position: relative;
}

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

.owned_properties .building_name {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 50px;
	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;
	height: 530px;
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider div {
	height: 530px;
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider .owned_properties_slider_contents figure {
	height: 530px;
	text-align: center;
}
.owned_properties .owned_properties_slider_wrap .owned_properties_slider .owned_properties_slider_contents figure img {
	height: 100%;
	width: 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: 785px;
	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: 0px;
	transform: rotate(180deg);
}
.owned_properties_slider_btn_wrap .slick-next {
  right: 0px;
}
.owned_properties p {
	margin-bottom: 30px;
}

.owned_properties_table{
}

.owned_properties_table .mincho{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
}

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

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

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

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

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

.search-heading{
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}

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

footer div nav div a.members_link{
	background-color: #B49975;
	width: 225px;
}
header nav div a:nth-child(4){
	background-color: #B49975;
	width: 151px;
	font-size: 11px
	padding: 6px 0;
}