@charset "UTF-8";

.rent-bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-black50 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
	background:rgba(0,0,0,0.5);
}

.box-six {
  display: block;
  position: relative;
  width: 500px;
  height: 400px;
  color: #000;
  background: #118c99;
  margin-top: 50px;
  clip-path: polygon(25% 0%, 74% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.box-six-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background:rgba(82,102,93,0.8);
}
.box-w {
  background:rgba(255,255,255,0.8);

}

.logIn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 130px;
  padding: 15px;
  background:#988575;
  color:#fff;
  text-align:center;
  z-index: 5;
}
.logbtn01 {
  display: block;
  background: #fff;
  color: #988575;
  width: 100%;
  padding: 5px;
  text-align:center;
}
.logbtn02 {
  color:#fff;
  text-decoration: underline;
}
.logbtn01:hover {
  background: #000;
  color: #fff;
}
.logbtn02:hover {
  color: #000;
}

/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

  .logIn {
    position: fixed;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    transform: unset;
    -webkit- transform: unset;
  }
  .bg-black50 {
    width: 100%;
  }
  .box-six {
    width: 100%;
    height: 300px;
    clip-path: unset;
  }
  .box-six-text {
    height: 40%;
  }
  .box-four {
    width: 100%;
    height: 300px;
  }
  .box-four-text {
    height: 40%;
  }

}



