@charset "UTF-8";
/****

変数設定

****/
/******************************
	FONT
******************************/
.font-serif {
  font-family: "source-han-serif-japanese", serif;
}

.font-sans-serif {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/******************************
	COLOR
******************************/
/****
汎用的なクラス、タグの設定はこちら
****/
::-webkit-scrollbar {
  display: none;
}

* {
  outline: none;
}

html, body, p {
  line-height: 1.8em;
  font-feature-settings: "palt";
}

p {
  text-align: justify;
}

table {
  font-size: .85em;
}

.mainvisual {
  height: 100vh;
  width: 100vw;
  position: relative;
  background: url("../images/bg_mainvisual.jpg") no-repeat center center;
  background-size: cover;
}
.mainvisual .mainvisual__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.original {
  background: rgba(26, 26, 26, 0.9);
  font-size: 85%;
}
.original .navbar-nav {
  margin: auto;
  text-align: center;
}
.original .navbar-nav .nav-item {
  padding: 0 .3em;
}
.original .navbar-nav .nav-link {
  color: white;
}
.original .navbar-toggler {
  color: white;
  border: none;
}
.original .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2032%22%20style%3D%22enable-background%3Anew%200%200%2032%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cline%20class%3D%22st0%22%20x1%3D%222%22%20y1%3D%224%22%20x2%3D%2230%22%20y2%3D%224%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%222%22%20y1%3D%2215.5%22%20x2%3D%2230%22%20y2%3D%2215.5%22%2F%3E%3Cline%20class%3D%22st0%22%20x1%3D%222%22%20y1%3D%2228%22%20x2%3D%2230%22%20y2%3D%2228%22%2F%3E%3C%2Fsvg%3E");
}
@media all and (max-width: 768px) {
  .original {
    background: none;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .original.show {
    background: rgba(26, 26, 26, 0.9);
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}

.news {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  width: 100%;
  height: 1em;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.news a {
  color: white;
}
.news span {
  display: inline-block;
  position: relative;
  padding-right: 2em;
}
.news span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: white;
}

h1.section-title {
  margin-bottom: 2rem;
}
h1.section-title small {
  font-size: 40%;
  display: block;
}

.section-image {
  background-size: cover;
  min-height: 100vh;
}
@media all and (max-width: 768px) {
  .section-image {
    min-height: 50vh;
  }
}

.section-text {
  padding: 80px 1rem 3rem;
  position: relative;
}
@media all and (max-width: 768px) {
  .section-text {
    min-height: 50vh;
  }
}
.section-text .breadc {
  font-size: .7em;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  width: 100%;
  height: 1em;
  padding: 0 1rem;
}

.yohaku .row {
  height: 100vh;
}

.yohaku.dark {
  background: #333333;
  color: white;
}

.slick_area {
  margin: 0 1em;
}
.slick_area .portrait {
  padding-right: 5%;
}
.slick_area .portrait img {
  height: 70vh;
}
.slick_area .introduce {
  padding-left: 5%;
  padding-right: 5%;
}
@media all and (max-width: 768px) {
  .slick_area .portrait, .slick_area .introduce {
    padding: 0;
  }
  .slick_area .portrait img {
    margin: 0 auto 2em;
    height: auto;
    width: 80%;
  }
}
@media all and (max-width: 700px) {
  .slick_area .portrait img {
    width: 100%;
  }
}

footer {
  height: 4vh;
  line-height: 1.3em;
  font-size: .75em;
}
@media all and (max-width: 768px) {
  footer {
    height: auto;
  }
}
footer .box {
  background: #1A1A1A;
  color: white;
  padding: 1.5em;
  margin-top: -30px;
}

/****
カスタマイズは全てこちらに記入。
****/
.logo_area {
  height: 100vh;
}
.logo_area .col-4 a {
  width: 100%;
  height: 100%;
  display: block;
  opacity: .5;
}
.logo_area .col-4 a:hover, .logo_area .col-4 a :active {
  opacity: 1;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.logo_area .link {
  display: block;
  margin: auto;
  width: 12vw;
  height: 12vw;
}
@media all and (max-width: 1440px) {
  .logo_area .link {
    width: 14vw;
    height: 14vw;
  }
}
@media all and (max-width: 768px) {
  .logo_area .link {
    width: 20vw;
    height: 20vw;
  }
}
.logo_area .since {
  display: block;
  width: 10vw;
  float: right;
  margin: 1em 0;
}
@media all and (max-width: 768px) {
  .logo_area .since {
    width: 15vw;
    height: 15vw;
  }
}
.logo_area .margin_b {
  margin-bottom: 10vw;
}
.logo_area > .row {
  height: 100vh;
  position: relative;
}

#concept {
  background: url("../images/bg_concept.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}
#concept .row {
  min-height: 100vh;
}
#concept .content {
  background: #1A1A1A;
  padding: 1em;
  color: white;
}
@media all and (max-width: 760px) {
  #concept {
    background-position: center top;
    background-size: contain;
    min-height: 1px;
  }
  #concept .row {
    padding-top: 20vh;
    min-height: 1px;
  }
}

#sharehouse .section-image {
  background: url("../images/bg_sharehouse.jpg") no-repeat center center;
  background-size: cover;
}
#sharehouse .breadc {
  text-align: right;
}

#shareoffice .section-image {
  background: url("../images/bg_shareoffice.jpg") no-repeat center center;
  background-size: cover;
}
#shareoffice .breadc {
  text-align: left;
}
#shareoffice .section-text {
  background: #1A1A1A;
  color: white;
}

#multiplespace .section-image {
  background: url("../images/bg_multiplespace.jpg") no-repeat center center;
  background-size: cover;
}
#multiplespace .breadc {
  text-align: right;
}
#multiplespace .section-text {
  background: #1A1A1A;
  color: white;
}

#tenantspace .section-image {
  background: url("../images/bg_tenantspace.jpg") no-repeat center center;
  background-size: cover;
}
#tenantspace .breadc {
  text-align: left;
}

#member .breadc {
  text-align: right;
}
#member .section-text {
  background: #1A1A1A;
  color: white;
  min-height: 100vh;
}
#member .furigana {
  font-size: 40%;
  margin-left: 10px;
}
@media all and (max-width: 760px) {
  #member .furigana {
    display: block;
    margin-left: 0;
  }
}
#member .katagaki {
  line-height: 1.2em;
}

#access .section-image {
  background: url("../images/bg_access.jpg") no-repeat center center;
  background-size: cover;
}
#access .breadc {
  text-align: left;
}

/*# sourceMappingURL=import.css.map */
