/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
.cmsArea h4 {
  margin: 72px 0 48px;
  padding: 8px 24px;
  background: #E6F3FF;
  border-bottom: #0070C3 3px solid;
}
table th {
  background: #2F599D;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  table th {
    width: auto;
  }
}
.space_aside {
  background: #E6F3FF;
}
.space_aside .columnBox {
  margin: 0 auto;
}
.space_aside .columnBox .columnItem h4::after {
  background: #0070C3;
}
.space_hgroup::before {
  background: url(../../common/img/icon_d.svg);
}
.space_hgroup .tagArea .tag {
  background: #0070C3;
}
.explainBox {
  border: #D9D9D9 2px solid;
}
.explainBox dt {
  border-right: #0070C3 2px solid;
}
@media screen and (max-width: 767px) {
  .explainBox dt {
    border-bottom: #0070C3 2px solid;
  }
}
.co-workingBooking {
  margin: 80px auto;
  padding: 20px;
  border: #0070C3 2px solid;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .co-workingBooking {
    padding: 15px 10px;
  }
}
.co-workingBooking .flex {
  max-width: 884px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .co-workingBooking .flex {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .co-workingBooking .flex .flexImg {
    width: 75%;
    text-align: center;
  }
}
.co-workingBooking .flex .flexText .ttl {
  margin: 0 0 5px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .co-workingBooking .flex .flexText .ttl {
    font-size: 5.8vw;
    order: -1;
  }
}
.co-workingBooking .flex .flexText .sup {
  color: #AAA;
}
.co-workingBooking .flex .flexText .btn {
  min-width: 384px;
}
@media screen and (max-width: 767px) {
  .co-workingBooking .flex .flexText .btn {
    max-width: 100%;
    min-width: 0;
    padding-right: 65px;
  }
}
.btn {
  background: #2F599D;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	バーチャル
+++++++++++++++++++++++++++++++++++++++++++ */
.matterportArea {
  display: block;
  margin: 0 calc(50% - 50vw);
  padding: 20px 0;
  text-decoration: none;
  color: #FFF;
  background: #000;
}
@media screen and (max-width: 767px) {
  .matterportArea {
    padding: 20px 10px;
  }
}
.matterportArea:hover {
  background: #666;
}
.matterportArea .flex {
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .matterportArea .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .matterportArea .flex .flexText {
    position: relative;
    z-index: 1;
  }
}
.matterportArea .flex .flexText h3 {
  margin: 0 0 30px;
  padding: 0;
  border: none;
  color: #FFF;
  line-height: 1.2;
  font-size: 4.9rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .matterportArea .flex .flexText h3 {
    font-size: 8vw;
  }
}
.matterportArea .flex .flexText h3 img {
  vertical-align: 0;
}
@media screen and (max-width: 767px) {
  .matterportArea .flex .flexText h3 img {
    width: 60vw;
  }
}
.matterportArea .flex .flexImg {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .matterportArea .flex .flexImg {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .matterportArea .flex .flexImg img {
    opacity: 0.5;
    margin: -15vw 0 -10vw;
  }
}
