@charset "utf-8";
/* CSS Document */
html {
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  overflow-x: hidden;
}
header {
  position: relative;
  margin: 0 0 6px;
}
#page-top a {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-image: url("../images/pagetop.png");
  background-size: 100%;
  text-indent: -9999px;
  z-index: 10;
}
#page-top {
  font-size: 0;
}
a.jump_point {
  height: 1px;
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
.font_red {
  font-size: 20px;
  text-align: center;
  color: #FF0004;
  margin: 46px 0 0;
  font-weight: bold;
}
.art-card_wrap {
  margin: 65px 0 0 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.art-card_wrap:after {
  content: "";
  width: 282px;
  margin: 8px;
}
.art-card_wrap:before {
  content: "";
    width: 314px;
  margin: 8px;
  order: 1;
}
.art_card {
  width: 314px;
  border-width: 6.99px;
  border-color: #BDD5FC;
  border-style: solid;
  background-color: rgb(255, 255, 255);
  padding: 6px 7px 23px 7px;
  background: url("../images/achievements_card_arrow.png") no-repeat bottom -6px right -6px, #fff;
  margin: 0 0 47px 0;
  transition: 0.3s ease-in-out !important;
}
.art_card:hover {
  border-color: #5081CF;
}
.art_card div:first-child {
  width: 100%;
  height: 189px;
  overflow: hidden;
  margin: 0 auto;
}
.art_card div:first-child img {
  width: 100%;
  height: auto;
}
.art_card div:nth-child(2) {
  margin: 6px 0 0 0;
  text-align: right;
  font-size: 16px;
  color: rgb(1, 1, 1);
}
.art_card div:nth-child(3) {
  font-size: 16px;
  border-left: 5px solid #0e469e;
  padding: 0 0 0 11px;
  line-height: 21px;
  margin: 0 0 0 4px;
}
.art_card h3 {
  margin: 6px 0 10px 10px;
  font-size: 16px;
  color: #0e469e;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}
/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}
.timing02 {
  transition-delay: .2s;
}
.timing03 {
  transition-delay: .4s;
}
.timing04 {
  transition-delay: .6s;
}
.timing05 {
  transition-delay: .8s;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.invisible {
  opacity: 0;
  transform: translate(0, 60px);
}
.visible {
  opacity: 1.0;
  transform: translate(0, 0);
  transition: .8s;
}
.hed_contents {
  padding: 0 2vw;
}
.hed_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.hed-logo_wrap {
  display: flex;
}
.hed_logo {
  position: absolute;
}
.hed-logo_txt {
  font-size: 12px;
  color: rgb(1, 1, 1);
  margin: 3px 0 0 103px;
}
.hed-info_wrap {
  display: flex;
}
.hed-_hours {
  font-size: 16px;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid #e9232a;
  padding: 0 22px 4px;
  text-align: right;
  ;
}
.hed-tel_wrap {
  margin: 0 21px 0 0;
  line-height: 13px;
}
.hed_tell {
  font-size: 24px;
  letter-spacing: 3px;
  margin: 6px 0 0 0;
}
.hed_tell::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url("../images/hed_tel_ico.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.hed_contact_btn {
  font-size: 16px;
  color: rgb(255, 254, 254);
  border-radius: 10px;
  background-image: url("../images/link-arrow_01.png"), -webkit-linear-gradient(0deg, rgb(15, 68, 157) 0%, rgb(8, 102, 182) 39%, rgb(31, 142, 208) 67%, rgb(53, 181, 234) 100%);
  background-position: right 8px center, center;
  background-repeat: no-repeat;
  width: 232px;
  height: 46px;
  transition: transform .6s ease;
}
.hed_contact_btn:hover {
  transform: scale(1.1);
}
.hed_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.navToggle {
  display: none;
}
.hed-nav_wrap {
  background: linear-gradient(90deg, #0e469e 0%, #0e469e 50%, #fff 50%, #fff 100%);
  border-top: 1px solid #9b9898;
  margin: 10px 0 0;
}
.hed-nav_wrap nav {
  max-width: 1300px;
  margin: 0 auto;
  background: linear-gradient(132deg, #0e469e 0%, #0e469e 33%, #fff 33%, #fff 100%);
  padding: 21px 0 3px 289px;
  display: flex;
}
.hed-nav_home {
  line-height: 19px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0 41px 0 0;
  width: 85px;
  text-align: center;
}
.hed-nav_home::after {
  content: '';
  display: block;
  border-bottom: 3px solid #fff;
  margin: 6px 0 0 0;
}
.hed-nav_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  width: 65%;
}
.hed-nav_wrap ul li {
  font-size: 16px;
  color: rgb(0, 0, 0);
  text-align: center;
}
.hed-nav_wrap a {
  width: 24%;
  margin: 0 2px 0 0;
}
.hed-nav_wrap ul li:last-of-type {
  margin: 0;
}
.hed-nav_wrap ul a:nth-of-type(1):hover::after, .hed-nav_wrap ul a:nth-of-type(2):hover::after, .hed-nav_wrap ul a:nth-of-type(3):hover::after, .hed-nav_wrap ul a:nth-of-type(4):hover::after {
  background: #0e469e;
  padding: 0 2px;
  color: #fff;
}
.hed-nav_wrap ul a:nth-of-type(1)::after {
  content: 'Company';
  display: block;
  font-size: 12px;
  color: rgb(165, 162, 162);
  margin: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.hed-nav_wrap ul a:nth-of-type(2)::after {
  content: 'Our Business';
  display: block;
  font-size: 12px;
  color: rgb(165, 162, 162);
  margin: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.hed-nav_wrap ul a:nth-of-type(3)::after {
  content: 'Achievements';
  display: block;
  font-size: 12px;
  color: rgb(165, 162, 162);
  margin: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.hed-nav_wrap ul a:nth-of-type(4)::after {
  content: 'Recruit';
  display: block;
  font-size: 12px;
  color: rgb(165, 162, 162);
  margin: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.main-visual_wrap {
  height: 700px;
  position: relative;
}
.main-visual-txt_wrap {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.zoomslider {
  height: 100%;
}
.main-visual-txt-01_wrap {
  background: url("../images/main-vis-txt_01.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1146px;
  height: 184px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  padding: 0 128px;
}
.main-visual-txt_01 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}
.main-visual-txt_01 .small {
  font-size: 24px;
}
.main-visual-txt_01 .big {
  font-size: 36px;
}
.main-visual-txt_02 {
  background-image: -moz-linear-gradient(0deg, rgb(0, 156, 69) 0%, rgb(17, 129, 65) 0%, rgb(82, 164, 57) 46%, rgb(146, 198, 49) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 156, 69) 0%, rgb(17, 129, 65) 0%, rgb(82, 164, 57) 46%, rgb(146, 198, 49) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 156, 69) 0%, rgb(17, 129, 65) 0%, rgb(82, 164, 57) 46%, rgb(146, 198, 49) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-style: italic;
  z-index: 105;
  width: 863px;
  height: 75px;
  display: flex;
  justify-content: center;
  border-radius: 37px;
  padding: 6px 0 0;
}
.main-visual-txt-03_wrap {
  background-color: #0866b6;
  opacity: 0.902;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 23px 0;
  z-index: 2;
}
.main-visual-txt-03_contents {
  width: 946px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-visual-txt_03 {
  font-size: 36px;
  color: rgb(255, 255, 255);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 19px 0;
  font-weight: bold;
}
.main-visual-txt-03_before {
  margin: 0 40px 0 0;
}
.main-visual-txt-03_after {
  margin: 0 0 0 40px;
}
.top-store-development_wrap {
  background: url("../images/top-store-development_bk.png");
  background-position: bottom;
  background-repeat: no-repeat;
  border-top: 22px solid #000;
  padding: 107px 0 0 0;
}
.top-store-development_contents {
  position: relative;
  height: 1075px;
}
.top-store-development-img01_wrap {
  position: absolute;
  right: 50%;
  top: 0;
  width: 50vw;
}
.top-store-development-img02_wrap {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50vw;
}
.top-store-development_img01 {
  width: 100%;
  height: 636px;
  background: url("../images/top-store-development-img01.png");
  background-size: cover;
  background-position: right;
}
.top-store-development-img01_txt {
  font-size: 112px;
  color: rgba(255, 255, 255, 0.322);
  font-weight: bold;
  font-style: italic;
  text-align: right;
  line-height: 83px;
  margin: 8px 36px 0 0;
}
.top-store-development_ttl {
  border-left: 9px solid #0866b6;
  padding: 0 0 0 17px;
  margin: 0 0 0 103px;
  font-size: 30px;
}
.top-store-development_ttl div:first-child {
  font-size: 30px;
  font-weight: bold;
}
.top-store-development_ttl div:last-child {
  font-size: 16px;
}
.top-store-development-img02_txt {
  font-size: 18px;
  line-height: 1.667;
  margin: 36px 6vw 0 103px;
  max-width: 550px;
}
.link-btn_02 {
  font-size: 16px;
  color: rgb(255, 254, 254);
  border-radius: 10px;
  background-image: url("../images/link-arrow_01.png"), -webkit-linear-gradient(0deg, rgb(15, 68, 157) 0%, rgb(8, 102, 182) 39%, rgb(31, 142, 208) 67%, rgb(53, 181, 234) 100%);
  background-position: right 8px center, center;
  background-repeat: no-repeat;
  width: 436px;
  height: 53px;
  transition: transform .6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-btn_02:hover {
  transform: scale(1.1);
}
.link-btn_02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.link-btn-02-mg_01 {
  margin: 29px 0 0 103px;
}
.link-btn-02-mg_02 {
  margin: 30px auto 0;
}
.link-btn-02-mg_03 {
  margin: 83px 0 0 0;
}
.top-store-development_img02 {
  margin: 79px 0 0 0;
  width: 100%;
  height: 405px;
  background: url("../images/top-store-development-img02.png");
  background-size: cover;
}
.top-real-estate-brokerage_wrap {
  position: relative;
  height: 641px;
}
#app {
  background: url("../images/top-real-estate_bk.png");
  background-size: cover;
  transition-property: background-position;
  transition-duration: .7s;
  transition-delay: .035s;
}
.top-real-estate-brokerage_contents {
  max-width: 1300px;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateY(-100px) translateX(-50%);
  -webkit- transform: translateY(-100px) translateX(-50%);
}
.top-real-estate-brokerage-img_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 32px auto 0;
  width: 68vw;
}
.top-real-estate-brokerage-img01_wrap {
  margin: 0 5vw 0 0;
  width: 68vw;
}
.top-real-estate-brokerage-img02_wrap {
  width: 68vw;
}
.top-real-estate-brokerage_ttl {
  border-left: 9px solid #FFF;
  padding: 0 0 0 17px;
  margin: 0;
  color: #fff;
  font-size: 30px;
}
.top-real-estate-brokerage_ttl div:first-child {
  font-size: 30px;
  font-weight: bold;
}
.top-real-estate-brokerage_ttl div:last-child {
  font-size: 16px;
}
.top-real-estate-brokerage_txt {
  margin: 38px 0 0 0;
  font-size: 16px;
  line-height: 1.875;
}
.top-achievements_wrap {
  background: url("../images/achievements_bk.png");
  background-size: cover;
  margin: 14px 0 0 0;
  padding: 54px 0 100px 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.top-achievements_contents {
  width: 1300px;
  margin: 0 2vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.top-achievements_ttl {
  border-left: 9px solid #0866b6;
  padding: 0 0 0 17px;
  margin: 30px 0 0 0;
  font-size: 30px;
}
.top-achievements_ttl div:first-child {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}
.top-achievements_ttl div:last-child {
  font-size: 16px;
}
.top-achievements-ttl_txt {
  margin: 38px 0 0 0;
  font-size: 16px;
}
.top-achievements-card_wrap {
  display: flex;
  width: 100%;
  margin: 34px 0 0 46px;
}
.top-achievements_card {
  padding: 14px;
  background: #fff;
  box-shadow: 0px 3px 8.55px 0.45px rgba(82, 85, 76, 0.16);
  margin: 0 18px 0 0;
  font-size: 14px;
	width: 260px;
	display:flex;
	flex-direction: column;
	
}
.top-achievements-card_img{
	height: 218px;
	overflow: hidden;
}
.top-achievements-card_img img{
	max-width: 123%;
}
.top-achievements_card:last-of-type {
  margin: 0;
}
.top-achievements-card_txt01 {
  margin: 15px 0 0 7px;
}
.top-achievements-card_txt02 {
  margin: 0 0 0 7px;
}
.top-achievements-card_link {
  font-size: 14px;
  color: rgb(8, 102, 182);
  text-align: center;
  margin: 10px 0 0 0;
	margin-top: auto;
}
.top-achievements-card_link a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-achievements-card_link a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../images/link-arrow_02.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.top-interior-construction_wrap {
  background: url("../images/interior-construction-bk.png");
  background-position: bottom right 6vw;
  background-repeat: no-repeat;
  position: relative;
  height: 569px;
  background-position: bottom 61px right 191px;
}
.top-interior-construction_contents {
  margin: 79px 0 0;
  width: 100%;
}
.top-interior-construction_img {
  position: absolute;
  right: calc(((100% - -286px) /2));
  top: 0;
  width: 50vw;
  background: url("../images/top-interior-construction_01.png");
  background-size: cover;
  background-position: right;
  height: 489px;
}
.top-interior-construction-txt_wrap {
  position: absolute;
  left: calc(((100% - 162px) /2));
  top: 0;
  width: 50vw;
}
.top-interior-construction_ttl {
  border-left: 9px solid #0866b6;
  padding: 0 0 0 17px;
  margin: 0;
  margin: -3px 0 0 103px;
  font-size: 30px;
}
.top-interior-construction_ttl div:first-child {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
}
.top-interior-construction_ttl div:last-child {
  font-size: 16px;
}
.top-interior-construction_txt {
  font-size: 18px;
  line-height: 1.667;
  margin: 33px 0 29px 103px;
  max-width: 582px;
}
.top-news_wrap {
  background: #f6f6f0;
  padding: 35px 0 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-news_contents {
  width: 1300px;
  margin: 0 2vw;
}
.top-news_ttl {
  border-left: 9px solid #0866b6;
  padding: 0 0 11px 23px;
  margin: 0;
  font-size: 30px;
}
.top-news_ttl div:first-child {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
}
.top-news_ttl div:last-child {
  font-size: 16px;
  line-height: 19px;
}
.top-news-card_wrap {
  margin: 55px 0 0 0;
}
.top-news-card_wrap a:hover {
  opacity: 0.8;
}
.top-news_card {
  background: #fff;
  padding: 9px 63px 9px 0;
  ;
  display: flex;
  align-items: center;
  margin: 0 0 11px 0;
}
.top-news_card span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 60px;
  border-right: solid #a3a4a4 1px;
  margin: 0 62px 0 0;
}
.top-foot-contact-btn_wrap {
  background: url("../images/foot-contact-bk.png");
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 112px 0 158px 0;
}
.top-foot-contact_btn {
  border-radius: 10px;
  background-image: url("../images/link-arrow_01.png"), -webkit-linear-gradient(0deg, rgb(15, 68, 157) 0%, rgb(8, 102, 182) 39%, rgb(31, 142, 208) 67%, rgb(53, 181, 234) 100%);
  background-position: right 8px center, center;
  background-repeat: no-repeat;
  width: 986px;
  height: 82px;
  margin: 0 auto;
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .6s ease;
}
.top-foot-contact_btn:hover {
  transform: scale(1.1);
}
.top-foot-contact_btn a {
  width: 100%;
  height: 100%;
}
.top-foot-contact_btn span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0 0 0 20px;
}
.top-foot-contact_btn::before {
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url("../images/foot-contact_ico.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 16px 0 0;
}
footer {
  background-image: -webkit-linear-gradient(-69deg, rgb(8, 102, 182) 60%, rgb(51, 176, 231) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.foot-info_wrap {
  margin: 0 auto;
  width: 1300px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.foot-add_wrap {
  width: 50%;
  position: relative;
  height: 370px;
}
.foot-logo_wrap {
  background: url("../images/foot-logo_wrap_bk.png");
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  margin: 69px 0 0 0;
}
.foot-logo_wrap div:first-child {
  position: absolute;
  top: -21px;
  left: 54px;
}
.foot-logo_wrap div:last-child {
  padding: 13px 49px 19px 87px;
  text-align: center;
  font-size: 14px;
}
.foot-txt_logo {
  margin: 10px 0 0;
}
.foot-add_txt {
  position: absolute;
  background: url("../images/foot-add_txt_bk.png");
  background-repeat: no-repeat;
  width: 579px;
  height: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  bottom: 78px;
  right: 39px;
}
.foot-nav_wrap {
  width: 50%;
  margin: 42px 0 0 0;
}
.foot_contact {
  border: 1px solid #fff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: rgb(255, 255, 255);
  letter-spacing: 3px;
  line-height: 36px;
}
.foot_contact::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url("../images/foot_tel_ico.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 7px;
}
.foot-nav_wrap nav {
  margin: 26px 0 0 0;
  padding: 0 0 0 54px;
}
.foot-nav_ttl {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.foot-nav_wrap ul {
  display: flex;
  margin: 15px 0 31px 89px;
}
.foot-nav_wrap ul li {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0 32px 0 0;
  transition: transform .6s ease;
}
.foot-nav_wrap ul li a:hover {
  text-decoration: underline;
}
.foot-nav_wrap ul li::before {
  content: '-';
  display: inline-block;
  margin: 0 5px 0 0;
  width: 3px;
}
.foot_copy {
  background-color: #075397;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 49px 0;
}
.business-main_visual {
  background: url("../images/biz-main_visual.png");
  background-size: cover;
  height: 406px;
  background-position: center;
}
.contents_wrap {
  margin: 68px 0 90px 0;
  overflow: hidden;
  /*padding: 0 2vw;*/
}
.inq_wrap {
  padding: 0 2vw;
}
.business-contents_01 {
  padding: 0 2vw;
}
.ttl_01 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
}
.ttl_01::after {
  content: '';
  display: block;
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #569354 0%, #569354 50%, #0866b6 50%, #0866b6 100%);
  margin: 3px auto 0;
}
.business-sub_txt {
  font-size: 16px;
  color: rgb(1, 1, 1);
  line-height: 1.875;
  text-align: center;
  max-width: 1300px;
  margin: 38px auto 0;
}
.business-ttl_01 {
  margin: 62px auto 0;
  background: url("../images/business-ttl_bk.png");
  background-repeat: no-repeat;
  height: 75px;
  max-width: 1300px;
  padding: 7px 1px 12px 50px;
  font-size: 18px;
  color: rgb(255, 254, 254);
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-ttl_01::before {
  content: '1';
  display: inline-block;
  font-size: 48px;
  color: rgb(8, 102, 182);
  margin: 0 50px 0 0;
  font-weight: bold;
}
.business-ttl_01::after {
  content: 'Consulting';
  display: inline-block;
  font-size: 18px;
  color: rgb(102, 100, 100);
  margin: 0 7px 0 auto;
}
.business-contents-01_out_wrap, .business-contents-03_out_wrap {
  position: relative;
}
.business-contents-01_wrap, .business-contents-03_wrap {
  max-width: 1300px;
  margin: 59px auto 0;
}
.business-contents-01_wrap {
  height: 466px;
}
.business-contents-03_wrap {
  height: 494px;
}
.business-contents-01_ttl {
  font-size: 1.25vw;
  color: rgb(8, 102, 182);
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffcc01 70%);
  margin: 0 68px;
  display: inline;
}
.business-contents-03_ttl {
  font-size: 1.25vw;
  color: rgb(8, 102, 182);
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffcc01 70%);
  margin: 0 88px;
  display: inline;
}
.business-contents-01_txt_wrap, .business-contents-03_txt_wrap {
  width: 50%;
  margin: 0 26px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.business-contents-03_txt_wrap {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.business-contents-01_txt, .business-contents-03_txt {
  margin: 42px 0 0 0;
  font-size: 16px;
  color: rgb(23, 23, 23);
  line-height: 1.5;
  padding: 0 11px 0 0;
}
.business-contents-01_txt p, .business-contents-03_txt p {
  margin: 0 0 23px;
}
.business-contents-01_txt span, .business-contents-03_txt span {
  color: #0866b6;
}
.business-contents-01_img {
  position: absolute;
  background: url("../images/business-contents-01_img.png");
  background-size: cover;
  height: 500px;
  top: 0;
  left: 50%;
  width: 100%;
  margin: 10px 0 0 46px;
}
.business-contents-03_img {
  position: absolute;
  background: url("../images/business-contents-03_img.png");
  background-size: 61%;
  height: 474px;
  top: 0;
  left: 49%;
  width: 100%;
  background-repeat: no-repeat;
}
.business-ttl_02 {
  margin: 125px auto 0;
  background: url("../images/business-ttl_bk.png");
  background-repeat: no-repeat;
  height: 75px;
  max-width: 1300px;
  padding: 7px 1px 12px 50px;
  font-size: 18px;
  color: rgb(255, 254, 254);
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-ttl_02::before {
  content: '2';
  display: inline-block;
  font-size: 48px;
  color: rgb(8, 102, 182);
  margin: 0 50px 0 0;
  font-weight: bold;
}
.business-ttl_02::after {
  content: 'Intermediation';
  display: inline-block;
  font-size: 18px;
  color: rgb(102, 100, 100);
  margin: 0 7px 0 auto;
}
.business-contents_03 {
  padding: 0 2vw;
}
.business-ttl_03 {
  margin: 102px auto 0;
  background: url("../images/business-ttl_bk.png");
  background-repeat: no-repeat;
  height: 75px;
  max-width: 1300px;
  padding: 7px 1px 12px 50px;
  font-size: 18px;
  color: rgb(255, 254, 254);
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-ttl_03::before {
  content: '3';
  display: inline-block;
  font-size: 48px;
  color: rgb(8, 102, 182);
  margin: 0 50px 0 0;
  font-weight: bold;
}
.business-ttl_03::after {
  content: 'Interior construction';
  display: inline-block;
  font-size: 18px;
  color: rgb(102, 100, 100);
  margin: 0 7px 0 auto;
}
.business-contents-02_wrap {
  max-width: 1300px;
  margin: 61px auto 0;
  display: flex;
}
.business-contents-02_txt_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.business-contents-02_img {
  padding: 0 0 0 34px;
  margin: 6px 79px 0 0;
  width: 46%;
}
.business-contents-02_ttl {
  font-size: 1.25vw;
  color: rgb(8, 102, 182);
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffcc01 70%);
  margin: 0 48px;
  padding: 0 14px;
  display: inline;
}
.business-contents-02_txt {
  margin: 46px 0 0 0;
  font-size: 16px;
  color: rgb(23, 23, 23);
  line-height: 1.5;
}
.business-contents-02_txt span {
  color: #0866b6;
}
.business-contents_02_wrap {
  background-image: url("../images/kari-kasi_bk02.png"), url("../images/kari-kasi_bk.png");
  background-position: center, top center;
  background-repeat: repeat-y, no-repeat;
  /*background-size: contain, 100%;*/
  padding: 0 2vw;
}
.business-contents_02 {
  max-width: 1300px;
  margin: 96px auto 0;
  display: flex;
  padding: 23px 0 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.business-contents_02_l {
  margin: 0 78px 0 0;
}
.business-contents_02_l, .business-contents_02_r {
  width: 50%;
}
.business-contents_02_l_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #065ca6;
  text-shadow: 0 0 10px #fff;
  text-align: center;
  letter-spacing: 2px;
}
.business-contents_02_l_ttl::after {
  content: '';
  display: block;
  width: 85px;
  height: 3px;
  background: #065ca6;
  margin: 3px auto 0;
}
.business-contents_02_r_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #ea600d;
  text-shadow: 0 0 10px #fff;
  text-align: center;
}
.business-contents_02_r_ttl::after {
  content: '';
  display: block;
  width: 85px;
  height: 3px;
  background: #ea600d;
  margin: 7px auto 0;
}
.business-contents_02_l_img_wrap {
  display: flex;
  background: #fff;
  padding: 20px 18px;
  max-width: 606px;
  height: 228px;
  margin: 33px 0 0 0;
  border-radius: 5px;
  border: 1px solid #a9c2f7;
}
.business-contents_02_r_img_wrap {
  display: flex;
  background: #fff;
  padding: 13px 6px;
  max-width: 606px;
  height: 228px;
  margin: 29px 0 0 0;
  border-radius: 5px;
  border: 1px solid #f9c893;
}
.business-contents_02_r_img {
  position: relative;
  left: -22px;
  max-width: 372px;
}
.business-contents_02_r_list_wrap {
  width: auto;
}
.business-contents_02_l_list_ttl {
  font-size: 18px;
  color: #065ca6;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.business-contents_02_r_list_ttl {
  font-size: 18px;
  color: #ea600d;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 7px 0 0 0;
  text-align: left;
}
.business-contents_02_l_list, .business-contents_02_r_list {
  /*font-size: 16px;*/
  font-size: 0.85vw;
  color: rgb(0, 0, 0);
  margin: 11px 0 0 0;
}
.business-contents_02_r_list {
  position: relative;
  left: -12px;
}
.business-contents_02_l_list ul, .business-contents_02_r_list ul {
  line-height: 34px;
}
.business-contents_02_l_img {
  margin: 0 33px 0 0;
}
.business-contents_02_l_list li::before, .business-contents_02_r_list li::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../images/biz-list_ico.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
.business-contents_02_l_txt, .business-contents_02_r_txt {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.5;
  margin: 37px 0 0 0;
}
.business-contents_02_l_txt p, .business-contents_02_r_txt p {
  margin: 0 0 24px;
}
.company-top_ttl {
  margin: 68px 0;
}
.company-main_visual {
  background: url("../images/company-main_visual.png");
  background-size: cover;
  height: 406px;
  background-position: center;
}
.company-greeting-out_wrap {
  background: url("../images/company-greeting_bk.png");
  background-size: cover;
  padding: 62px 0 74px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-greeting_wrap {
  max-width: 1300px;
  margin: 0 2vw;
}
.company-greeting-txt_wrap {
  width: 55.4%;
  margin: 0 26px 0 0;
}
.company-greeting_txt {
  font-size: 16px;
  line-height: 1.875;
  margin: 37px 0 0;
  height: 406px;
  display: flex;
  flex-direction: column;
}
.company-greeting_txt p {
  margin: 0 0 30px 0;
}
.company-greeting_txt p:last-of-type {
  margin: 0;
}
.company-greeting_sign {
  text-align: right;
  margin: 42px 0 0 0;
  margin-top: auto;
}
.company-greeting_img {
  position: absolute;
  background: url("../images/company-greeting.png");
  background-size: 43%;
  height: 474px;
  top: 0;
  left: 50%;
  width: 100%;
  margin: 74px 0 0 168px;
  background-repeat: no-repeat;
}
.company-representative-profile_wrap {
  padding: 84px 0 0 0;
  background: url("../images/company-representative_bk.png");
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-representative-profile_contents_wrap {
  width: 1300px;
  margin: 0 2vw;
}
.company-representative-profile_contents {}
.company-representative-profile_contents table, .company-profile_contents table {
  margin: 50px auto 0;
  width: 100%;
}
.company-representative-profile_contents table tr > *:first-child {
  border-top: 3px solid #4e904c;
  width: 182px;
  padding: 18px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.company-profile_contents table tr > *:first-child {
  border-top: 3px solid #0e469e;
  width: 182px;
  padding: 18px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.company-representative-profile_contents table tr > *:last-child, .company-profile_contents table tr > *:last-child {
  border-top: 1px solid #454645;
  padding: 24px 0 0 254px;
  font-size: 16px;
}
.company-profile_contents {
  padding: 73px 0 0 0;
}
.job-main_visual {
  background: url("../images/job-main_visual.png");
  background-size: cover;
  height: 406px;
  background-position: center;
}
.job_wrap {
  background: url("../images/job_bk.png") no-repeat right top;
  padding: 0 6vw;
}
.job-contents_wrap {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 46px 0 0 10px;
}
.job-txt_wrap {
  padding: 0 87px 0 0;
}
.job-txt_01 {
  font-size: 30px;
  color: rgb(14, 70, 158);
  font-weight: bold;
  line-height: 28px;
}
.job-txt_02 {
  font-size: 16px;
  line-height: 1.875;
  margin: 41px 0 0 0;
}
.job-txt_02 ul li {
  list-style-type: disc;
  margin: 0 0 0 45px;
}
.job-txt_02 ul li::marker {
  font-size: 10px;
}
.job-form_btn {
  font-size: 16px;
  color: rgb(255, 254, 254);
  border-radius: 10px;
  background-image: url("../images/link-arrow_01.png"), -webkit-linear-gradient(0deg, rgb(15, 68, 157) 0%, rgb(8, 102, 182) 39%, rgb(31, 142, 208) 67%, rgb(53, 181, 234) 100%);
  background-position: right 8px center, center;
  background-repeat: no-repeat;
  width: 436px;
  height: 53px;
  transition: transform .6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 86px 0 0 0;
}
.job-form_btn:hover {
  transform: scale(1.1);
}
.job-form_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.job-tel_wrap {
  margin: 27px 0 0 0;
  border: 1px solid #000;
  width: 436px;
}
.job-tel_wrap div:first-child {
  background: #b6b8ba;
  font-size: 16px;
  color: rgb(255, 253, 253);
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-tel_wrap div:nth-child(2) {
  font-size: 24px;
  padding: 22px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/job-tel_arrow.png"), url("../images/hw-bk.png");
  background-repeat: no-repeat, repeat;
  background-position: top -1px center, center;
}
.job-tel_wrap div:nth-child(2)::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url("../images/hed_tel_ico.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 9px 0 0;
}
.job-table_contents {
  padding: 0 2vw;
}
.job-table_wrap {
  margin: 84px auto 0;
  max-width: 1300px;
}
.job-table_wrap table {
  margin: 50px auto 0;
  width: 100%;
}
.job-table_wrap table tr > *:first-child {
  border-top: 3px solid #0e469e;
  width: 182px;
  padding: 18px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.job-table_wrap table tr > *:last-child {
  border-top: 1px solid #454645;
  padding: 24px 0 0 254px;
  font-size: 16px;
}
.job_note {
  font-size: 16px;
  margin: 88px 0 0 0;
}
.inq-main_visual {
  background: url("../images/inq-main_visual.png");
  background-size: cover;
  height: 406px;
  background-position: center;
}
.inq_txt {
  text-align: center;
  margin: 39px 0 0 0;
  line-height: 29px;
  font-size: 16px;
}
.inq_form {
  max-width: 1300px;
  margin: 97px auto 0;
}
.inq_form table {
  width: 100%;
}
.inq_form table tr {
  border-top: 1px solid #848383;
}
.inq_form table tr:last-of-type {
  border-bottom: 1px solid #848383;
}
.inq_form table tr > *:first-child {
  padding: 30px 0 30px 42px;
  width: 411px;
}
.inq_form table tr > *:last-child {
  padding: 18px 0;
}
.inq_req {
  /* padding: 30px 0 30px 39px !important;*/
}
.inq_req::before {
  content: '必須';
  display: inline-block;
  padding: 0 12px 1px;
  text-align: center;
  background: #ec0622;
  font-size: 12px;
  color: rgb(255, 254, 254);
  border-radius: 5px;
  margin: 0 14px 0 0;
}
.inq_form select {
  border: 1px solid #848383;
  height: 43px;
  width: 634px;
  padding: 0 0 0 10px;
}
.txt_box {
  border: 1px solid #848383;
  height: 43px;
  width: 634px;
  padding: 0 0 0 10px;
}
.txt_box_02 {
  border: 1px solid #848383;
  height: 43px;
  width: 195px;
  padding: 0 0 0 10px;
  margin: 0 5px 0;
}
.txt_box_02:first-of-type {
  margin: 0 5px 0 0;
}
.txt_box_02:last-of-type {
  margin: 0 0 0 5px;
}
.txt_box_03 {
  border: 1px solid #848383;
  height: 43px;
  width: 789px;
  padding: 0 0 0 10px;
}
.zip_ico {
  margin: 0 13px 0 0;
}
.txt_area {
  border: 1px solid #848383;
  width: 789px;
  height: 243px;
  padding: 10px;
}
.inq-form_btn {
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, rgb(15, 68, 157) 0%, rgb(8, 102, 182) 39%, rgb(31, 142, 208) 67%, rgb(53, 181, 234) 100%);
  background-repeat: no-repeat;
  width: 472px;
  height: 62px;
  margin: 39px auto;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .6s ease;
  cursor: pointer;
}
div.mfp_buttons button#mfp_button_send {
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, rgb(15, 68, 157) 0%, rgb(8, 102, 182) 39%, rgb(31, 142, 208) 67%, rgb(53, 181, 234) 100%);
  background-repeat: no-repeat;
  width: 472px;
  height: 62px;
  margin: 39px auto 0;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .6s ease;
  cursor: pointer;
}
.mfp_element_button {
  border-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, rgb(15, 68, 157) 0%, rgb(8, 102, 182) 39%, rgb(31, 142, 208) 67%, rgb(53, 181, 234) 100%);
  background-repeat: no-repeat;
  width: 472px;
  height: 62px;
  margin: 0 auto 10px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .6s ease;
  cursor: pointer;
}
.inq-form_btn::before, div.mfp_buttons button#mfp_button_send::before {
  content: '';
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url("../images/inq-btn_ico.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 30px 0;
}
.inq-form_btn:hover, div.mfp_buttons button#mfp_button_send:hover, .mfp_element_button:hover {
  transform: scale(1.1);
}
.inq-form_btn a, div.mfp_buttons button#mfp_button_send a {
  width: 100%;
  height: 100%;
}
.inq-form_btn span, div.mfp_buttons button#mfp_button_send span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0 0 0 20px;
}
.art-main_visual {
  background: url("../images/art-main_visual.png");
  background-size: cover;
  height: 406px;
  background-position: center;
}
.art_wrap {
  max-width: 1300px;
  margin: 0 auto;
}
.art-cat_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 66px;
}
.art-cat_wrap div {
  border-width: 1px;
  border-color: rgb(90, 90, 90);
  border-style: solid;
  border-radius: 5px;
  width: 259px;
  height: 41px;
  font-size: 16px;
  color: rgb(1, 1, 1);
  margin: 0 47px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.art-cat_wrap div:last-child {
  margin: 0;
}
.art-cat_wrap a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.art-cat_wrap a:hover {
  background: #0866b6;
  color: #fff;
}
/*.art-card_wrap {
  margin: 59px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.art_card {
  border-width: 8.92px;
  border-color: rgb(193, 225, 245);
  border-style: solid;
  width: 600.16px;
  height: 202.16px;
  margin: 0 0 29px;

  display: flex;

}
.art_card:hover {
  opacity: 0.8;
}
.art_card span {
  display: block;
}
.art_card div:nth-child(1) {
  width: 204px;
  height: auto;
  overflow: hidden;
	margin: 0 20px 0 0;
}
.art_card div:nth-child(1) img{
	height: 100%;
}
/*.art_card div:nth-child(2) {
  font-size: 16px;
  color: rgb(1, 1, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.art_card div:nth-child(3) {
  background-color: #0e469e;
  width: 34px;
  height: 100%;
margin: 0 0 0 auto;
}
.art_card div:nth-child(3) img {
 
  height: 100%;

}
.art_card h2 {
  font-size: 16px;
  color: rgb(1, 1, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.art-02_wrap {
  max-width: 1142px;
  margin: 0 auto;
  border-width: 1px;
  border-color: rgb(193, 225, 245);
  border-style: solid;
  padding: 36px 79px 84px;
}
.art-02_ttl {
  font-size: 30px;
  font-weight: bold;
  border-left: rgb(14, 70, 158) 9px solid;
  position: relative;
  margin: 20px auto;
  padding: 3px 13px;
  border-bottom: 3px solid #277d25;
}
.art-02_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 273px;
  height: inherit;
  border-bottom: 3px solid #0e469e;
}
.art-02_txt {
  font-size: 16px;
  color: rgb(1, 1, 1);
  margin: 29px 0 0 0;
  padding: 0 0 0 24px;
	
}
pre{
	white-space: pre-wrap ;
}
.art-02_txt div:last-child {
  margin: 14px 0 0 0;
}
.art-02_img {
  margin: 50px 0 0 0;
}
.art-02_img img {
  width: 100%;
  height: auto;
}
.art-02_caption {
  margin: 14px 0 0 0;
  text-align: center;
  font-size: 16px;
  color: rgb(1, 1, 1);
}
.art-02_back_wrap{
	display: -webkit-flex;
 display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
	margin: 104px auto 0;
}
.art-02_back {
  border-width: 1px;
  border-color: rgb(14, 70, 158);
  border-style: solid;
  border-radius: 5px;
  width: 502px;
  height: 55px;
  font-size: 16px;
  color: rgb(14, 70, 158);
  display: flex;
  justify-content: center;
  align-items: center;
   transition: transform .6s ease;
}
.art-02_back:hover{
	transform: scale(1.1);
}
.art-02_back_02{
	
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    position: static;
  }
  .sp-nav {
    width: 80%;
    margin: 6vw auto;
  }
  .sp-nav li {
    font-size: 6vw;
    list-style-type: none;
    padding: 3vw 0;
    width: 80%;
    border-bottom: 1px dotted #333;
    display: block;
    margin: 0 auto;
    text-align: left;
  }
  .nav-content {
    position: fixed;
    z-index: 4;
    top: 0px;
    background: #fff;
    color: #000;
    /*text-align: center;*/
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    right: 0;
    padding: 6vw 0 0 0;
  }
  .nav-content.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 18px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 5;
    background: #224f91;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hed_wrap {
    width: 100%;
    display: block;
  }
  .hed-logo_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .hed_logo {
    position: static;
    width: 17vw;
    margin: 0 2vw 0 0;
  }
  .hed-logo_txt {
    font-size: 3vw;
    margin: 0;
  }
  .hed-info_wrap {
    margin: 6vw 0;
  }
  .hed-tel_wrap {
    width: 100%;
  }
  .hed_tell {
    font-size: 6.5vw;
    text-align: center;
    letter-spacing: 0;
  }
  .hed_tell::before {
    height: 17px;
  }
  .hed-_hours {
    font-size: 5.5vw;
    padding: 0;
    text-align: center;
    line-height: normal;
  }
  .hed-nav_wrap nav {
    width: 100%;
  }
  .hed_contact_btn {
    font-size: 5vw;
    width: 100%;
    height: 13vw;
    margin: 7vw auto;
  }
  .main-visual_wrap {
    height: 66vw;
  }
  .main-visual-txt_wrap {
    width: 100%;
  }
  .main-visual-txt_03 {
    font-size: 3vw;
    padding: 2vw 0;
  }
  .main-visual-txt-01_wrap {
    padding: 0;
    width: 92vw;
    height: 15vw;
    background-size: contain;
  }
  .main-visual-txt_01 {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  .main-visual-txt_01 .small {
    font-size: 2vw;
  }
  .main-visual-txt_01 .big {
    font-size: 2vw;
  }
  .main-visual-txt_02 {
    width: 63vw;
    height: 9vw;
    font-size: 3vw;
  }
  .main-visual-txt-03_wrap {
    padding: 1vw 0;
  }
  .main-visual-txt-03_contents {
    width: 100%;
  }
  .main-visual-txt-03_before {
    margin: 0 3vw 0 0;
    width: 14vw;
  }
  .main-visual-txt-03_after {
    margin: 0 0 0 3vw;
    width: 14vw;
  }
  .top-store-development-img02_txt {
    margin: 0;
    width: 100%;
    padding: 0 6vw;
  }
  .top-store-development_wrap {
    background-size: contain;
    padding: 0;
    background-position: top 55vw center;
  }
  .top-store-development_img01 {
    height: 232px;
  }
  .top-store-development-img01_txt {
    font-size: 15vw;
    text-align: center;
    margin: 1vw auto;
  }
  .top-store-development_contents {
    position: static;
    height: auto;
  }
  .top-store-development-img01_wrap {
    position: static;
    width: 100%;
  }
  .top-store-development-img02_wrap {
    position: static;
    width: 100%;
    margin: 4vw 0 0 0;
  }
  .top-store-development_ttl div:first-child {
    font-size: 6vw;
  }
  .top-store-development_ttl {
    padding: 0 0 0 4vw;
    margin: 0 6vw 3vw;
  }
  .top-store-development_img02 {
    margin: 8vw 0 0 0;
    width: 100%;
    height: 35vw;
  }
  #app {
    background: none;
  }
  .top-real-estate-brokerage_wrap {
    position: static;
    height: auto;
    margin: 9vw 0 0;
  }
  .top-real-estate-brokerage_contents {
    width: 100%;
    position: static;
    transform: none;
    background: url("../images/top-store-development_bk.png");
    padding: 4vw 0;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .top-real-estate-brokerage-img_wrap {
    margin: 15vw 0 0 0;
    display: block;
    width: 100%;
  }
  .top-real-estate-brokerage-img01_wrap {
    margin: 0;
    width: 100%;
  }
  .top-real-estate-brokerage-img02_wrap {
    width: 100%;
  }
  .top-real-estate-brokerage_ttl {
    margin: 0 6vw;
  }
  .top-real-estate-brokerage_txt {
    margin: 0;
    width: 100%;
    padding: 7vw 6vw;
  }
  .top-real-estate-brokerage-img02_wrap {
    margin: 6vw 0;
  }
  .link-btn-02-mg_01 {
    margin: 5vw auto 0;
  }
  .link-btn-02-mg_02 {
    margin: 6vw auto;
  }
  .link-btn-02-mg_03 {
    margin: 10vw 6vw;
  }
  .link-btn_02 {
    width: 90%;
  }
	.art-02_txt {

  padding:0;
	
}
	.art-02_back_wrap{
		display: block;
		margin: 0 0 70px;
	}
	.art-02_back_02 {
		margin: 20px 0 0;
		    width: 100%;
}
  .top-achievements_wrap {
    padding: 9vw 0;
    margin: 0;
    background-position: top;
  }
  .top-achievements_ttl {
    margin: 0 6vw;
  }
  .top-achievements-ttl_txt {
    margin: 9vw 6vw 0;
  }
  .top-achievements-card_img img {
    width: 100%;
  }
  .top-achievements_contents {
    width: 100%;
    display: block;
    margin: 0;
  }
  .top-achievements_card {
    margin: 0 0 6vw;
	  width: 100%;
	  
  }
  .top-achievements-card_wrap {
    display: block;
    padding: 0 6vw;
    margin: 0;
  }
  .top-achievements_card:last-of-type {
    font-size: 4vw;
  }
  .top-interior-construction_wrap {
    position: static;
    height: auto;
    background-position: bottom 5vw center;
    background-size: contain;
  }
  .top-interior-construction-txt_wrap {
    position: static;
    width: 100%;
    margin: 9vw 0;
  }
  .top-interior-construction_ttl {
    margin: 0 6vw 3vw;
  }
  .top-interior-construction_txt {
    margin: 0;
    width: 100%;
    padding: 0 6vw;
  }
  .top-interior-construction_img {
    position: static;
    width: 100%;
    background-size: contain;
    height: 57vw;
  }
  .top-interior-construction_contents {
    margin: 9vw 0 0;
    padding: 0 0 20vw;
  }
  .top-news_wrap {
    padding: 9vw 0;
  }
  .top-news_ttl {
    padding: 0 0 11px 23px;
    margin: 0 6vw;
  }
  .top-news-card_wrap {
    margin: 9vw 0 0 0;
  }
  .top-news_contents {
    width: 100%;
    margin: 0;
  }
  .top-news_card {
    padding: 1vw;
    margin: 0 6vw 3vw;
    font-size: 4vw;
  }
  .top-news_card span {
    padding: 1vw 3vw 1vw 0;
    margin: 0 3vw 0;
  }
  .top-foot-contact_btn {
    font-size: 7vw;
    width: 90%;
  }
  .top-foot-contact_btn span {
    margin: 0 0 0 2vw;
  }
  .top-foot-contact_btn::before {
    margin: 0 3vw 0 0;
  }
  .top-foot-contact-btn_wrap {
    padding: 9vw 0 19vw;
  }
  footer {
    padding: 9vw 0;
  }
  .foot-info_wrap {
    width: 100%;
    display: block;
  }
  .foot-logo_wrap {
    background-size: contain;
    margin: 9vw 0 0 0;
    background: #fff;
    transform: skewX(-23deg);
  }
  .foot-add_wrap {
    width: 100%;
    height: 53vw;
    padding: 0 6vw;
  }
  .foot-txt_logo {
    margin: 0;
  }
  .foot-logo_wrap div:first-child {
    top: -1vw;
    left: 0vw;
    width: 15vw;
    transform: skewX(22deg);
  }
  .foot-logo_wrap div:last-child {
    padding: 2vw 5vw 2vw 18vw;
    text-align: center;
    font-size: 2.5vw;
    transform: skewX(22deg);
  }
  .foot-add_txt {
    padding: 1vw 11vw;
    width: 100%;
    height: 30vw;
    right: 1vw;
    background-size: 93%;
    top: 15vw;
    font-size: 3.5vw;
    background-position: center;
  }
  .foot-nav_wrap nav {
    margin: 6vw 6vw 0;
    padding: 0;
    line-height: 15vw;
  }
  .foot-nav_wrap {
    width: 100%;
    margin: 9vw 0 0 0;
  }
  .foot-nav_wrap ul {
    display: block;
    margin: 0;
  }
  .foot-nav_wrap ul li {
    border-bottom: 1px dotted #fff;
  }
  .foot_copy {
    padding: 9vw 0;
  }
  .business-contents-02_wrap {
    width: 100%;
    display: block;
    padding: 0 6vw;
  }
  .business-main_visual, .company-main_visual, .job-main_visual, .inq-main_visual, .art-main_visual {
    height: 47vw;
  }
  .business-contents-01_out_wrap, .business-contents-03_out_wrap {
    position: static;
  }
  .business-contents-01_wrap, .business-contents-03_wrap {
    width: 100%;
    padding: 0 6vw;
    margin: 9vw auto 0;
  }
  .business-contents-01_wrap {
    height: auto;
  }
  .business-contents-03_wrap {
    height: auto;
  }
  .business-contents-01_img {
    position: static;
    background-size: contain;
    width: 100%;
    height: 50vw;
    background-repeat: no-repeat;
    margin: 0;
  }
  .business-contents-01_ttl {
    margin: 0;
    font-size: 5vw;
  }
  .business-contents-01_txt_wrap, .business-contents-03_txt_wrap {
    width: 100%;
    margin: 0;
    display: block;
  }
  .business-contents-03_img {
    position: static;
    height: 50vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .business-contents_02 {
    width: 100%;
    display: block;
    padding: 0;
    margin: 9vw auto 0;
  }
  .business-contents_02_l, .business-contents_02_r {
    width: 100%;
  }
  .business-contents_02_l {
    margin: 0;
    background: url("../images/biz-gradation-bk_01.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6vw;
  }
  .business-contents_02_r {
    margin: 0;
    background: url("../images/biz-gradation-bk_02.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6vw;
  }
  .business-contents_02_l_img_wrap {
    display: block;
    width: 100%;
    height: auto;
  }
  .business-contents_02_r_img_wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 18px;
  }
  .business-ttl_01, .business-ttl_02, .business-ttl_03 {
    width: 100%;
    margin: 9vw auto 0;
    height: 18vw;
    padding: 0 15vw 0 10vw;
    flex-wrap: wrap;
    position: relative;
    background-position: top left -11px;
  }
  .business-ttl_01::before, .business-ttl_02::before, .business-ttl_03::before {
    position: absolute;
    left: 39px;
    top: -4px;
  }
  .business-ttl_01::after, .business-ttl_02::after, .business-ttl_03::after {
    position: absolute;
    top: 8vw;
    left: 29vw;
    color: #fff;
    opacity: 0.5;
  }
  .business-ttl_01_in, .business-ttl_02_in, .business-ttl_03_in {
    position: absolute;
    left: 29vw;
    top: 3vw;
  }
  .business-contents_02_r_img {
    position: static;
    width: 100%;
  }
  .business-contents_02_r_list_wrap {
    width: 100%;
  }
  .business-contents_02_r_list {
    position: static;
  }
  .business-contents-02_img {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .business-contents-02_txt_wrap {
    display: block;
  }
  .business-contents-02_ttl {
    margin: 0px;
    padding: 0;
    font-size: 5vw;
  }
  .business-contents-03_ttl {
    margin: 0;
    font-size: 5vw;
  }
  .contents_wrap {
    margin: 9vw 0 0 0;
    padding: 0;
  }
  .business-contents_01 {
    padding: 0;
  }
  .business-sub_txt {
    padding: 0 6vw;
  }
  .business-contents-01_txt, .business-contents-03_txt {
    padding: 0;
    font-size: 16px;
  }
  .business-contents_02_wrap {
    background-image: none;
    padding: 0;
  }
  .business-contents-02_txt {
    font-size: 16px;
  }
  .business-contents_02_l_list, .business-contents_02_r_list {
    font-size: 16px;
  }
  .business-contents_03 {
    padding: 0;
  }
  .company-top_ttl {
    margin: 9vw 0;
  }
  .company-greeting-out_wrap {
    position: static;
    padding: 9vw 0;
  }
  .company-greeting_wrap {
    width: 100%;
    margin: 0;
  }
  .company-greeting-txt_wrap {
    width: 100%;
    margin: 0;
  }
  .company-greeting_img {
    position: static;
    margin: 6vw 0;
    background-size: 100%;
    height: 58vw;
  }
  .company-representative-profile_contents table, .company-profile_contents table {
    width: 100%;
    margin: 9vw auto 0;
  }
  .company-representative-profile_contents table td, .company-profile_contents table td {
    display: block;
  }
  .company-representative-profile_contents table tr > :first-child, .company-profile_contents table tr > :first-child {
    width: 100%;
    padding: 6vw 4vw;
    text-align: left;
  }
  .company-representative-profile_contents table tr > :last-child, .company-profile_contents table tr > :last-child {
    padding: 6vw 4vw;
  }
  .company-representative-profile_wrap {
    padding: 9vw 0;
    margin: 0;
  }
  .company-representative-profile_contents_wrap {
    width: 100%;
    margin: 0;
  }
  .company-profile_contents {
    padding: 9vw 6vw;
  }
  .company-representative-profile_contents {
    padding: 0 6vw;
  }
  .company-greeting_txt {
    margin: 9vw 0 0;
    padding: 0 6vw;
  }
  .job-contents_wrap {
    width: 100%;
    display: block;
    padding: 38px 0 0 0;
  }
  .job_wrap {
    padding: 0;
  }
  .job-table_wrap {
    width: 100%;
    padding: 0 6vw;
  }
  .job-table_wrap table {
    width: 100%;
  }
  .job-table_wrap td {
    display: block;
  }
  .job-table_wrap table tr > :first-child {
    width: 100%;
  }
  .job-txt_wrap {
    padding: 0 6vw;
  }
  .job-txt_01 {
    font-size: 5.5vw;
    margin: 9vw 0;
  }
  .job-txt_02 {
    font-size: 16px;
    line-height: 1.875;
    margin: 9vw auto 0 auto;
    width: 83%;
  }
  .job-txt_02 ul li {
    margin: 0 0 5vw;
  }
  .job-form_btn {
    width: 100%;
  }
  .job-tel_wrap {
    width: 100%;
  }
  .job-table_wrap table tr > :last-child {
    padding: 24px 0;
  }
  .job_img {
    padding: 0 6vw;
  }
  .inq-form_btn {
    background-image: none, -webkit-linear-gradient(0deg, rgb(15, 68, 157) 0%, rgb(8, 102, 182) 39%, rgb(31, 142, 208) 67%, rgb(53, 181, 234) 100%);
  }
  .inq-form_btn::before {
    content: '';
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url("../images/foot-contact_ico.png");
    background-size: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  .inq_wrap {
    padding: 0 6vw;
  }
  .inq_form {
    width: 100%;
    font-size: 16px;
  }
  .inq_form td {
    display: block;
  }
  .inq_form table tr > :first-child {
    padding: 30px 0 0;
    width: 100%;
  }
  .inq_form select {
    width: 100%;
  }
  .txt_box {
    width: 100%;
    padding: 0 5px;
  }
  .txt_box_02 {
    width: 26%;
    padding: 0 5px;
    margin: 0 5px 0;
  }
  .txt_box_02:first-of-type {
    margin: 0 5px 0 0;
    padding: 0 5px;
  }
  .txt_box_02:last-of-type {
    margin: 0 0 0 5px;
    padding: 0 5px;
  }
  .txt_box_03 {
    width: 100%;
    padding: 0;
    padding: 0 5px;
  }
  .txt_area {
    width: 100%;
    padding: 5px;
  }
  .inq-form_btn {
    width: 59%;
  }
  .inq_req {
    /*padding: 30px 0 !important;*/
  }
  .art_wrap {
    width: 100%;
    padding: 0 6vw;
  }
  .art_card {
    width: 100%;
    margin: 0 0 6vw 0;
  }
  .art_card h2 {
    padding: 10px;
  }
  .art_card div:nth-child(1) {
    margin: 0 2vw 0 0;
  }
  .art_card div:nth-child(1) img {
    max-width: 170%;
  }
  .art-card_wrap {
    display: block;
  }
  .art_card div:nth-child(2) {
    font-size: 16px;
    padding: 0 2vw 0 0;
  }
  .art-cat_wrap div {
    width: 27vw;
    height: 11vw;
    font-size: 3vw;
    margin: 0 2vw 0 0;
  }
  .art-02_wrap {
    width: 100%;
    padding: 0 6vw;
  }
  .art-02_back {
    width: 100%;
  }
  .foot_contact {
    margin: 0 6vw;
  }
  #page-top a {
    bottom: 28px;
    right: 23px;
    width: 25px;
    height: 25px;
  }
}