/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #d69738;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップスライド ------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
}
.item img {
  height: 100vh;
  object-fit: cover;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    width: 230vw;
  }
}
/*------------------ トップビジュアル ------------------*/
.top {
  position: relative;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv video {
  position: relative;
  top: 0;
  width: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
}
.top_kv .top_copy::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 40em solid transparent;
  border-right: 40em solid #0000009c;
  position: absolute;
  z-index: 50;
}
.top_kv .top_copy p {
  font-size: 24px;
  color: #fff;
  position: absolute;
  z-index: 100;
  bottom: 12em;
  right: 3em;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy::before {
    border-top: 24em solid transparent;
    border-right: 24em solid #0000009c;
  }
  .top_kv .top_copy p {
    font-size: 20px;
    bottom: 7em;
    right: 0em;
  }
}
.top_kv .top_copy2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}
.top_kv .top_copy2 .top_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40%;
}
.top_kv .top_copy2 .main-copy {
  font-family: sans-serif;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.2;
	position: relative;
}
.top_kv .top_copy2 .main-copy span {
  color: #000;
  -webkit-text-stroke: 2px #fff100;
}
@media screen and (max-width: 1866px) {
  .top_kv .top_copy2 .top_center {
    top: 25%;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy2 .main-copy {
    font-size: 50px;
    line-height: 1.2;
    padding-left: 24px;
  }
  .top_kv .top_copy2 .top_center {
    width: 100%;
  }
}
/*------------- キャッチコピー矢印 ------------*/
.arrow {
	position: absolute;
  top: 200px;
  left: 0;
	width: 570px !important;
}
@media screen and (max-width: 768px) {
	.arrow {
		top: 120px;
    left: 25px;
    width: 350px !important;
	}
}

/*------------------ トップページ ------------------*/
.top {
  
}
.top-bg {
  width: 100%;
  height: auto;
  background: url(../img/index/top-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
}
.top-title {
  margin-bottom: 20px;
}
.top-title h2 {
  font-family: sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  -webkit-text-stroke: 2px #fff100;
}
.top-title h4 {
  color: #000;
  background: #fff1008f;
  padding: 2px 0;
  padding-left: 40px;
  margin-top: -8px;
  position: relative;
  width: 50%;
}
.top-title h4::before {
  position: absolute;
  top: calc(50% - 0px);
  width: 30px;
  height: 1px;
  content: '';
  border-top: solid 1px #000;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-title h4 {
    width: 100%;
  }
}
/*矢印が右に移動するボタン*/
.arrow-btn {
  margin-top: 280px;
  margin-right: 120px;
}
.btnarrow4{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
  float: right;
  margin-right: 20px;
}
.btnarrow4::before{
  content: '';
  position: absolute;
  bottom:-2px;
  left:15%;
  width: 170%;
  height: 1px;
  background:#fff;
  transition: all .3s;
}
.btnarrow4::after{
  content: '';
  position: absolute;
  bottom:3px;
  right: -87%;
  width: 15px;
  height:1px;
  background:#fff;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow4:hover::before{
  left:20%;
}
.btnarrow4:hover::after{
  right:-93%;
}
.arrow-btn a:hover {
  color: #d8000f;
}
.btnarrow4 p {
  position: relative;
  color: #fff;
  z-index: 30;
}
.btnarrow4 p span {
  font-size: 36px;
  color: #000;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: -12px;
}
/*------------------ top_aboutセクション ------------------*/
.top_about {
  padding: 80px 0;
  margin-bottom: 60px;
  position: relative;
}
.top_about::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40em solid transparent;
  border-left: 40em solid #000;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top_about::before {
    border-bottom: 24em solid transparent;
    border-left: 24em solid #000;
  }
}
.concept-img {
}
.concept-img img {
  border-radius: 12px;
  box-shadow: 40px 40px #ccc;
}

.concept-tx {
}
.concept-tx p {
  font-size: 21px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .concept-img img {
    box-shadow: 8px 8px #ccc;
  }
  .concept-tx p {
    font-size: 16px;
    margin-top: 22px;
  }
}
/*------------------ top_contentsセクション ------------------*/
.top_contents {
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.contents-box-l {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, .5);
  margin-bottom: 30px;
}
.contents-box-l img {
  width: 50%;
  margin-top: -10px;
  margin-left: -4px;
  padding-bottom: 10px;
}
.contents-box-l a {
  
}
.contents-box-l a p {
  
}
.contents-box-l a p span {
  
}
.contents-box-l a:hover {
  
}
.contents-box-r {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, .5);
  margin-bottom: 30px;
}
.contents-box-r img {
  width: 50%;
  margin-top: -10px;
  margin-right: -4px;
  padding-bottom: 10px;
}
.contents-box-r a {
  
}
.contents-box-r a p {
  
}
.contents-box-r a p span {
  
}
.contents-box-r a:hover {
  
}
@media screen and (max-width: 768px) {
  .contents-box-l {
    display: unset;
  }
  .contents-box-l img {
    width: 100%;
    position: relative;
  }
  .arrow-btn {
    position: absolute;
    bottom: 30px;
  }
}
/*------------------ top_newsセクション ------------------*/
.top_news {
  position: relative;
  padding-bottom: 120px;
}
.top_news::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40em solid transparent;
  border-left: 40em solid #000;
  position: absolute;
}
.news-area {
  display: block;
  float: right;
  margin: 30px 0;
  border-top: dashed 1px #adb5bd;
  width: 60%;
}
.news-box {
  padding: 30px 0;
  border-bottom: dashed 1px #adb5bd;
}
.news-box p {
  font-size: 14px;
  margin-bottom: 10px;
}
.news-box a {
  
}
.news-box a h3 {
  color: #575757;
}
.news-box a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .top_news::before {
    border-bottom: 24em solid transparent;
    border-left: 24em solid #000;
  }
  .news-area {
    width: 100%;
  }
}


/*------------------ top_serviceセクション ------------------*/
.sv-box {
  
}
.sv-box h2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #575757;
}
.sv-box h2::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #fff100;
  left: 0;
}
.sv-box h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #fff100;
  right: 0;
}
.sv-box h2:hover {
  opacity: .8;
  color: #fff100;
}
.sv-box img {
  border-radius: 6px;
  margin-bottom: 8px;
}
.sv-box img:hover {
  opacity: .8;
}
.sv-box p {
  font-size: 14px;
  color: #575757;
}
.sv-box p:hover {
  opacity: .8;
  color: #fff100;
}
/*------------------ top_menuセクション ------------------*/
.menu {
  
}
.menu img {
  position: relative;
  border-radius: 6px;
}
.menu img:hover {
  opacity: .6;
}
.menu h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  background: #000000a8;
  width: 94.7%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}



.title {
  font-size: 24px;
  border-bottom: dashed 1px #fff100;
  margin-bottom: 16px;
}
.strength p {
  margin-bottom: 12px;
}
.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	color: #000;
	font-family: azo-sans-web, sans-serif;
	text-align: center;
	max-width: 280px;
	margin: auto;
	padding: 8px;
	position: relative;
	border: solid 1px #000;
	border-radius: 100px;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 100px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak.button--inverted::before {
	background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
	color: #fff;
	border-color: #000;
}
.button--ujarak.button--inverted:hover {
	color: #000;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.button--ujarak{
	color: #000;
	display: block;
}
a.button--ujarak:hover {
	color: #fff!important;
}

/*-----------------------------------------------
会社概要
-----------------------------------------------*/
.about-introduction {
  margin-bottom: 140px;
}
.introduction-box {
  padding: 20px 30px;
  background: rgba(0,0,0,.5);
  border-radius: 12px;
}
.introduction-box h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 16px;
  color: #fff100;
}
.introduction-box p {
  color: #fff;
}
.about-message {
  margin-bottom: 140px;
  position: relative;
}
.about-message::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40em solid transparent;
  border-left: 40em solid #000;
  position: absolute;
  z-index: -1;
}
.message-box {
  background: rgba(255,255,255,.7);
  padding: 20px 30px;
  border-radius: 12px;
}
.message-box p {
  color: #000;
}
.message-box .sign {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  margin-right: 15px;
}
.message-box .sign p {
  margin-right: 20px;
  margin-top: 15px;
}
.message-box .sign p span {
  padding-left: 16px;
  font-size: 32px;
}
.message-box .sign img {
  width: 200px;
}
.about-profile {
  padding: 40px 0;
  position: relative;
}
.about-profile::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40em solid transparent;
  border-left: 40em solid #000;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .message-box .sign img {
    width: 160px;
  }
}
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
  margin-top: -30px;
}
.com-about th,td {
  padding: 5px 10px;
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}

/*-----------------------------------------------
VR内覧
-----------------------------------------------*/
.vr-title {
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}
.vr-title::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40em solid transparent;
  border-left: 40em solid #000;
  position: absolute;
  z-index: -1;
}

/*-----------------------------------------------
事業紹介
-----------------------------------------------*/
.service-philosophy {
  margin-bottom: 200px;
}
.philosophy-title {
  
}
.philosophy-title h3 {
  font-size: 26px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.philosophy-title h3 span {
  font-size: 16px;
  display: block;
  padding-top: 4px;
  color: #575757;
  text-shadow: 0px 2px 8px #fff100;
}
.philosophy-box {
  position: relative;
  background: #fff;
  height: 126px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px #575757;
}
.philosophy-box::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #000;
  position: absolute;
  z-index: 50;
}
.philosophy-box h4 {
  position: relative;
  z-index: 99;
  padding: 10px;
  color: #fff100;
  font-weight: bold;
}
.philosophy-box h3 {
  z-index: 99;
  color: #000;
  text-shadow: 0 0 5px #fff;
  padding: 8px 6px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.service-menu {
}
.menu-box {
  position: relative;
}
.menu-box::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #000;
  position: absolute;
  z-index: 50;
}
.menu-box h3 {
  margin-bottom: 6px;
  background: #000;
  border-left: solid 6px #fff100;
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
}
.menu-box .menu-contents {
  
}
.menu-box .menu-contents img {
  
}
.menu-box .menu-contents p {
  
}
.menu-box .menu-contents p span {
  font-weight: 600;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width:767px) {
  .philosophy-title h3 {
    color: #fff;
  }
  .philosophy-title h3 span {
    color: #ccc;
    text-shadow: unset;
  }
}

/*-----------------------------------------------
更新情報
-----------------------------------------------*/
.news-maintitle {
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}
.news-maintitle::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40em solid transparent;
  border-left: 40em solid #000;
  position: absolute;
  z-index: -1;
}

/*------------------ 投稿ページ（タイトル） ------------------*/
.news-title {
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
}
.news-title::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40em solid transparent;
  border-left: 40em solid #000;
  position: absolute;
  z-index: -1;
}
.news-title h2 {
  font-size: 28px !important;
  text-shadow: 2px 2px 6px #212529 !important;
}
.news-contents {
  background: rgba(255,255,255,.7);
  padding: 20px 30px;
  border-radius: 12px;
  color: #000;
}

/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
/*------------------ 下層全体 ------------------*/
.content-area {
  
}
.site-main {
}
.lower-area {
  padding: 40px 0;
}
/*------------------ 下層ヘッダー ------------------*/
.entry-header {
  position: relative;
}
.entry-header img {
  
}
.entry-header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff100;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .entry-header img {
    height: 200px;
  }
  .entry-header h2 {
    font-size: 28px;
    width: 90%;
    text-align: center;
  }
}
/*------------------ 投稿ページ（次、前の記事） ------------------*/
.prev_next {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.prev_next .prev {
  padding: 2px 10px;
  background: #fff100;
  border-radius: 4px;
}
.prev_next .prev a {
  color: #000;
}
.prev_next .prev a:hover {
  color: #575757;
}
.prev_next .next {
  padding: 2px 10px;
  background: #fff100;
  border-radius: 4px;
}
.prev_next .next a {
  color: #000;
}
.prev_next .next a:hover {
  color: #575757;
}


/*-----------------------------------------------
下層コンテンツ
-----------------------------------------------*/
.lower2 h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower2 h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #6c757d;
}
.lower2 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #d69738;
}
/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform tr {
  
}
.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #000;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #000;
  font-weight: bold;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}

/*-----------------------------------------------
バーチャルショールーム（VR）
-----------------------------------------------*/
.vr {
  
}
.vr canvas {
  width: 100%;
}

.map {
  
}
.access-title {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 0px;
  position: relative;
  font-size: 20px;
  background: #575757;
  color: #fff;
  border-radius: 8px;
}
.access-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 10px;
  background-color: #fff;
  margin-top: -5px;
}
.access-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 10px;
  background-color: #fff;
  margin-top: -5px;
}



/*-----------------------------------------------
物件情報
-----------------------------------------------*/
.property-onsale {
  
}
.onsale-box {
  background: rgba(0, 0, 0, .6);
  padding: 20px 30px 60px;
  border-radius: 8px;
  border-left: solid 7px #fff100;
  margin-bottom: 60px;
}
.onsale-box h3 {
  position: relative;
  color: #fff;
  font-size: 20px;
  z-index: 99;
  margin-top: 20px;
}
.onsale-box h3 span {
  color: #fff100;
  font-size: 36px;
  display: block;
  position: relative;
  font-family: 'Ephesis', cursive;
  margin-top: -60px;
  opacity: .5;
}
/*矢印が右に移動するボタン*/
.arrow-btn2 {
  margin-right: 140px;
  margin-top: 50px;
}
.btnarrow24{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
  float: right;
  margin-right: 20px;
}
.btnarrow24::before{
  content: '';
  position: absolute;
  bottom:-2px;
  left:15%;
  width: 170%;
  height: 1px;
  background:#fff;
  transition: all .3s;
}
.btnarrow24::after{
  content: '';
  position: absolute;
  bottom:3px;
  right: -87%;
  width: 15px;
  height:1px;
  background:#fff;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow24:hover::before{
  left:20%;
}
.btnarrow24:hover::after{
  right:-93%;
}
.arrow-btn2 a:hover {
  color: #d8000f;
}
.btnarrow24 p {
  position: relative;
  color: #fff;
  z-index: 99;
}
.btnarrow24 p span {
  font-size: 32px;
  color: #fff100;
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: -6px;
  opacity: .5;
}
@media only screen and (max-width:767px) {
  .onsale-box {
    padding: 20px 20px 60px;
  }
  .onsale-box h3 {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 18px;
  }
  .onsale-box h3 span {
    font-size: 36px;
    margin-top: -116px;
  }
  .arrow-btn2 {
    margin-right: 90px;
    margin-top: 100px;
  }
  .btnarrow24 {
    margin-right: 20px;
  }
}

.achieve-area {
  background: rgba(0, 0, 0, .1);
  padding: 10px 16px;
  margin-bottom: 10px;
}
.achieve-titlearea {
	background: rgba(0, 0, 0, .6);
	padding: 4px 12px;
	margin-bottom: 6px;
}
.achieve-area .achieve-title {
  display: flex;
  justify-content: space-between;
}
.achieve-area .achieve-title h3 {
  font-size: 24px;
  color: #fff100;
}
.achieve-area .achieve-title p {
  color: #ccc;
	padding-top: 6px;
}
.client {
  font-size: 15px;
  color: #fff;
  text-align: right;
  margin: 6px 0;
}
.achieve-imglist {
  display: flex;
}
.achieve-imglist img {
  padding: 4px;
}
@media only screen and (max-width:767px) {
  .achieve-imglist {
    display: block;
  }
  .achieve-area .achieve-title {
    display: block;
  }
}

.owned {
  
}
.owned .own-box {
  position: relative;
}
.owned .own-box img {
  position: relative;
}
.owned .own-box h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
  color: #fff100;
  font-size: 18px;
  padding: 3px 8px;
  text-align: right;
  width: 100%;
}
.owned .own-box p {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 3px 8px;
}