@charset "UTF-8";
@font-face {
  font-family: 'sigmaBuilding';
  src: url("../font/sigmaBuilding.woff") format("woff"); }
@font-face {
  font-family: 'buneidoBuilding';
  src: url("../font/buneidoBuilding.woff") format("woff"); }
@font-face {
  font-family: 'floorguide';
  src: url("../font/floorguide.woff") format("woff"); }
* {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  font-size: 62.5%; }

html {
  height: 100%; }

body {
  min-height: 100%; }

footer {
  background-color: #222;
  border-top: solid #633 4px;
  overflow: hidden; }
  footer div {
    margin: auto;
    overflow: hidden;
    box-sizing: border-box; }
    footer div:first-child {
      width: 1080px;
      color: #888;
      padding: 4em 1em;
      letter-spacing: .2em; }
    footer div a {
      color: #955;
      text-decoration: none; }
    footer div > * {
      width: 50%; }
    footer div address {
      font-size: 1.4rem;
      font-style: normal; }
      footer div address p {
        line-height: 1.8; }
      footer div address .company {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 1em; }
      footer div address .phone {
        margin-top: 0.5em; }
    footer div nav {
      font-size: 1.6rem;
      margin-top: 5rem;
      overflow: hidden; }
      footer div nav ul {
        padding: 0 2em;
        float: left;
        list-style: none; }
        footer div nav ul li {
          margin-top: .5em; }
          footer div nav ul li a {
            -webkit-transition: all .2s;
            transition: all .2s; }
            footer div nav ul li a::before {
              content: "\025b2"; }
            footer div nav ul li a:hover {
              color: #D66; }
  footer #copyright {
    color: #888;
    font-size: 1.2rem;
    background: #111; }
    footer #copyright .contentswidth {
      margin: auto;
      padding: 2em 1em;
      text-align: right; }

html.home body {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column; }
  html.home body header {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 342px;
    min-width: 1060px;
    box-sizing: border-box;
    background-image: url(../img/header.jpg);
    background-position: center 42%;
    background-repeat: no-repeat;
    background-size: cover; }
    html.home body header .company {
      color: #888;
      font-size: 1.4rem;
      margin-left: 1em; }
    html.home body header nav ul {
      display: flex;
      justify-content: flex-end;
      list-style: none;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
      html.home body header nav ul:first-child {
        border-bottom: rgba(136, 136, 136, 0.5) 1px solid;
        margin-bottom: .25em; }
      html.home body header nav ul li {
        text-align: center;
        min-width: 18rem;
        margin-left: 2rem; }
        html.home body header nav ul li a {
          color: #888;
          text-decoration: none;
          font-size: 0; }
          html.home body header nav ul li a::after {
            content: attr(data-title);
            font-size: 1.4rem; }
          html.home body header nav ul li a:hover {
            color: #444;
            font-size: 1.4rem; }
            html.home body header nav ul li a:hover::after {
              font-size: 0; }
  html.home body main {
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 1060px;
    width: 100vw;
    overflow: hidden; }
    html.home body main section {
      text-align: center; }
      html.home body main section h1.headline {
        margin: 180px 0 80px;
        font-size: 5rem;
        font-weight: bold;
        text-align: center;
        position: relative;
        line-height: 1;
        display: inline-block;
        letter-spacing: .1em; }
        html.home body main section h1.headline::before {
          position: absolute;
          content: '';
          width: calc(50vw + 50%);
          min-width: calc(530px + 50%);
          height: 1px;
          top: 1em; }
        html.home body main section h1.headline::after {
          content: attr(data-text);
          position: absolute;
          color: #888;
          font-size: 14rem;
          font-style: italic;
          font-family: Arial;
          text-transform: uppercase;
          letter-spacing: .1rem;
          margin: 0;
          opacity: 0.1;
          top: -.35em;
          white-space: nowrap; }
      html.home body main section:nth-child(odd) h1.headline::before {
        right: 0;
        background: linear-gradient(to right, #222, #EEE); }
      html.home body main section:nth-child(even) h1.headline::before {
        left: 0;
        background: linear-gradient(to right, #EEE, #222); }
      html.home body main section:nth-child(odd) h1.headline::after {
        left: calc(100% - .6em); }
      html.home body main section:nth-child(even) h1.headline::after {
        right: calc(100% - .5em); }
      html.home body main section#intro {
        color: #888;
        width: 1060px;
        margin: 3em auto 0;
        font-size: 3rem; }
        html.home body main section#intro h2 span {
          display: inline-block; }
      html.home body main section#building div.title {
        display: flex;
        justify-content: center; }
        html.home body main section#building div.title h3 {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-size: 4rem;
          margin: .25em 180px;
          position: relative;
          text-shadow: 2px  2px 1px #FFF, -2px  2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF, 2px  0px 1px #FFF, 0px  2px 1px #FFF, -2px  0px 1px #FFF, 0px -2px 1px #FFF; }
          html.home body main section#building div.title h3 span {
            position: absolute;
            font-size: 1.4rem;
            font-weight: bold;
            font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
            text-shadow: none;
            background-color: #0088ff;
            color: white;
            width: 8em;
            height: 8em;
            display: flex;
            justify-content: center;
            padding: 1em;
            flex-direction: column;
            border-radius: 5em;
            top: -5.5em;
            right: -6em;
            z-index: -1;
            transform: rotate(15deg); }
      html.home body main section#building article {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        html.home body main section#building article figure {
          width: 240px;
          height: 100%;
          background-size: cover;
          background-position: center center;
          margin: 0 4px;
          flex-shrink: 0;
          display: inline-block; }
        html.home body main section#building article dl {
          font-size: 1.6rem; }
          html.home body main section#building article dl#kyoto div {
            flex-flow: row-reverse; }
          html.home body main section#building article dl div {
            display: flex;
            line-height: 1.6;
            margin-top: .25em; }
            html.home body main section#building article dl div:first-child {
              margin-top: 0; }
            html.home body main section#building article dl div dt {
              color: #FFF;
              background-color: #444;
              width: 6em;
              padding: 2px .5em;
              text-align: justify-all;
              text-align-last: justify;
              margin: .125em .25em; }
            html.home body main section#building article dl div dd {
              white-space: nowrap;
              padding: 2px 0; }
      html.home body main section#building div.link {
        display: flex;
        margin-top: 2em;
        justify-content: center; }
        html.home body main section#building div.link a {
          font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
          font-size: 2.4rem;
          margin: .25em 160px;
          text-decoration: none;
          color: #0088ff; }
          html.home body main section#building div.link a::after {
            content: '>';
            margin-left: .5em; }
          html.home body main section#building div.link a:visited {
            color: #0088ff; }
      html.home body main section#company dl {
        position: relative;
        padding: 80px; }
        html.home body main section#company dl::before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-image: url(/img/toji.jpg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          height: 100%;
          width: 100vw;
          min-width: 1060px;
          z-index: -1; }
        html.home body main section#company dl div {
          overflow: hidden;
          margin: 0 auto 2px;
          width: 600px;
          font-size: 1.6rem;
          text-align: left; }
          html.home body main section#company dl div * {
            padding: 1em;
            color: #FFF;
            float: left;
            line-height: 1.6rem;
            box-sizing: border-box; }
          html.home body main section#company dl div dt {
            background-color: rgba(0, 0, 0, 0.7);
            width: 138px;
            margin-right: 2px;
            text-align: justify-all;
            text-align-last: justify; }
          html.home body main section#company dl div dd {
            background-color: rgba(0, 0, 0, 0.5);
            width: 460px;
            letter-spacing: .1em; }
      html.home body main section#contact article {
        background-color: #ECECF2;
        padding: 64px 0; }
        html.home body main section#contact article div {
          display: inline-block;
          width: 712px;
          height: 240px;
          background-image: url(../buneidobuilding/img/entrance.jpg);
          background-size: contain;
          padding-right: 332px;
          background-repeat: no-repeat;
          background-position: right center; }
          html.home body main section#contact article div p {
            text-align: left;
            font-size: 2rem; }
            html.home body main section#contact article div p.phone {
              color: #28F;
              font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
              font-size: 4rem;
              font-weight: bold; }
              html.home body main section#contact article div p.phone span {
                font-size: 7rem; }
            html.home body main section#contact article div p.businesshours {
              font-size: 3rem;
              text-align: right;
              margin-right: 2em; }
  html.home body footer {
    flex-shrink: 0; }

@media all and (min-width: 1081px) {
  html.home body main section#company dl::before {
    background-attachment: fixed; } }
@media all and (max-width: 1310px) {
  html.home body main section#building div.title h3 {
    margin: .25em 3em; }
  html.home body main section#building article dl {
    order: 2;
    width: 50%;
    margin-top: .25em; }
  html.home body main section#building article div {
    order: 1;
    width: 100%; }
    html.home body main section#building article div figure {
      min-height: 320px; }
  html.home body main section#building div.link a {
    margin: .25em 3em; } }
html.sigmabuilding {
  overflow: auto;
  /*header*/
  /*otherphotos*/
  /*access*/
  /*company*/
  /*info*/
  /*contact*/
  /*footer*/ }
  html.sigmabuilding body {
    overflow: hidden;
    min-width: 1060px;
    color: #444;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }
  html.sigmabuilding .headline {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  html.sigmabuilding .chapter, html.sigmabuilding .moreinfo {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500; }
  html.sigmabuilding body.home section#info h1 + div ul li .day, html.sigmabuilding body.home section#contact h1 + div .sentence p.phone {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500; }
  html.sigmabuilding .contentswidth {
    box-sizing: border-box;
    width: 1060px;
    margin: auto;
    height: 100%; }
  html.sigmabuilding header {
    height: 100vh;
    min-height: 600px;
    background-image: url(../sigmabuilding/img/P1022961.jpg), url(../sigmabuilding/img/P1022961bg.jpg);
    background-position: center top;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 100%; }
    html.sigmabuilding header nav {
      position: relative; }
      html.sigmabuilding header nav ul {
        position: absolute;
        top: 2em;
        right: 1em;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        font-size: 1.4rem;
        z-index: 1; }
        html.sigmabuilding header nav ul.pageanker {
          top: 15em; }
        html.sigmabuilding header nav ul li {
          float: left;
          margin-left: 2em; }
          html.sigmabuilding header nav ul li a {
            -webkit-transition: all .2s;
            transition: all .2s;
            color: #955;
            text-decoration: none; }
            html.sigmabuilding header nav ul li a:hover {
              color: #D66; }
      html.sigmabuilding header nav address {
        position: relative;
        font-style: normal; }
        html.sigmabuilding header nav address p {
          margin: 0;
          display: none;
          line-height: 1.2; }
          html.sigmabuilding header nav address p.company {
            display: block;
            font-size: 1.4rem;
            margin-left: 2em;
            padding: 2em 2.25em;
            background-image: url(../sigmabuilding/img/b.svg);
            background-position: left 1.65em;
            background-repeat: no-repeat;
            background-size: 30px; }
          html.sigmabuilding header nav address p.building {
            position: absolute;
            top: 1.6em;
            right: .5em;
            font-family: 'sigmaBuilding';
            display: block;
            font-size: 7rem;
            font-weight: bold;
            letter-spacing: .5rem; }
            html.sigmabuilding header nav address p.building::before {
              content: 'SIGMA BUILDING';
              font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
              display: block;
              font-size: 1.4rem;
              font-weight: normal;
              text-align: right; }
    html.sigmabuilding header #ad {
      position: absolute;
      top: 50%;
      left: 32px;
      background-color: red;
      border: double 8px #FFF;
      border-radius: 4px;
      padding: 8px;
      text-align: center;
      box-shadow: 2px 2px 8px #000;
      transform: rotate(-5deg); }
      html.sigmabuilding header #ad::before {
        content: 'FOR\ARENT';
        white-space: pre;
        display: block;
        color: #000;
        font-size: 6.5rem;
        line-height: 1;
        font-weight: bold;
        font-family: 'Arial Black'; }
      html.sigmabuilding header #ad strong {
        background-color: #FFF;
        padding: 4px;
        font-size: 1.6rem;
        margin-top: 4px;
        display: block; }
      html.sigmabuilding header #ad::after {
        content: '';
        background-image: url(../sigmabuilding/img/gpf12.jpg);
        background-size: cover;
        padding-bottom: 80px;
        display: block;
        margin: -8px;
        margin-top: 8px;
        background-position: center bottom; }
  html.sigmabuilding body.home .moreinfo {
    margin-top: 60px; }
    html.sigmabuilding body.home .moreinfo a {
      font-weight: bold;
      display: block;
      width: 320px;
      height: 60px;
      text-align: center;
      background-color: #FFF;
      line-height: 60px;
      text-decoration: none;
      color: #33F;
      letter-spacing: .2em;
      font-size: 1.6rem;
      border-radius: 4px; }
  html.sigmabuilding body.home section {
    padding-top: 180px;
    text-align: center;
    /*	background-color: #FFF;*/ }
    html.sigmabuilding body.home section .contentswidth {
      position: relative;
      margin-top: 80px; }
      html.sigmabuilding body.home section .contentswidth > div {
        overflow: hidden;
        text-align: left;
        /*    position: relative;
            z-index: 1;*/ }
      html.sigmabuilding body.home section .contentswidth::after {
        content: "";
        display: block;
        position: absolute;
        background-color: #448;
        opacity: 0.1;
        width: 100vw;
        min-width: 1140px;
        bottom: -40px;
        z-index: -1; }
    html.sigmabuilding body.home section:nth-child(even) .contentswidth:nth-child(even)::after, html.sigmabuilding body.home section:nth-child(odd) .contentswidth:nth-child(odd)::after {
      right: -40px; }
    html.sigmabuilding body.home section:nth-child(even) .contentswidth:nth-child(odd)::after, html.sigmabuilding body.home section:nth-child(odd) .contentswidth:nth-child(even)::after {
      left: -40px; }
    html.sigmabuilding body.home section h1 {
      font-size: 5rem;
      font-weight: bold;
      text-align: center;
      position: relative;
      line-height: 1;
      display: inline-block;
      letter-spacing: .1em; }
      html.sigmabuilding body.home section h1::before {
        position: absolute;
        content: '';
        width: calc(50vw + 50%);
        min-width: calc(530px + 50%);
        height: 1px;
        top: 1em; }
    html.sigmabuilding body.home section:nth-child(odd) h1::before {
      right: 0; }
    html.sigmabuilding body.home section:nth-child(even) h1::before {
      left: 0; }
    html.sigmabuilding body.home section:nth-child(3n+1) h1::before {
      background: linear-gradient(to right, #f00, #f0f); }
    html.sigmabuilding body.home section:nth-child(3n+2) h1::before {
      background: linear-gradient(to left, #00f, #0ff); }
    html.sigmabuilding body.home section:nth-child(3n+3) h1::before {
      background: linear-gradient(to right, #0f0, #ff0); }
    html.sigmabuilding body.home section h1::after {
      content: attr(data-text);
      position: absolute;
      color: #448;
      font-size: 14rem;
      font-style: italic;
      font-family: Arial;
      text-transform: uppercase;
      letter-spacing: .1rem;
      margin: 0;
      opacity: 0.1;
      top: -.35em;
      white-space: nowrap; }
    html.sigmabuilding body.home section:nth-child(odd) h1::after {
      left: calc(100% - .6em); }
    html.sigmabuilding body.home section:nth-child(even) h1::after {
      right: calc(100% - .5em); }
    html.sigmabuilding body.home section h1 ~ div .sentence h2 {
      color: #705;
      font-size: 4rem;
      font-weight: bold;
      margin-bottom: 1em;
      line-height: 1.25; }
      html.sigmabuilding body.home section h1 ~ div .sentence h2 span {
        display: inline-block;
        background: linear-gradient(to top, #304, #A09);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    html.sigmabuilding body.home section h1 ~ div .sentence p {
      font-size: 1.6rem;
      letter-spacing: .25em;
      line-height: 1.8; }
    html.sigmabuilding body.home section#about h1 + div::after {
      height: 360px; }
    html.sigmabuilding body.home section#about h1 + div .sentence {
      float: left;
      width: 360px;
      margin: 0 40px 0 20px; }
      html.sigmabuilding body.home section#about h1 + div .sentence + figure {
        width: 640px;
        padding-top: 360px;
        background-position: center center;
        background-size: cover;
        float: right;
        border: solid 1px #FFF;
        box-sizing: border-box; }
    html.sigmabuilding body.home section#about h1 + div + div::after {
      height: 400px; }
    html.sigmabuilding body.home section#about h1 + div + div .sentence {
      float: right;
      width: 480px;
      margin-left: 20px; }
      html.sigmabuilding body.home section#about h1 + div + div .sentence dl {
        font-size: 1.6rem;
        overflow: hidden;
        margin-bottom: 4px; }
        html.sigmabuilding body.home section#about h1 + div + div .sentence dl > * {
          float: left;
          line-height: 1.6; }
        html.sigmabuilding body.home section#about h1 + div + div .sentence dl dt {
          background-color: #DDE;
          width: 6em;
          padding: 2px .5em;
          margin-right: 2em;
          text-align: justify-all;
          text-align-last: justify; }
        html.sigmabuilding body.home section#about h1 + div + div .sentence dl dd {
          letter-spacing: .1em; }
      html.sigmabuilding body.home section#about h1 + div + div .sentence + figure {
        width: 530px;
        padding-top: 420px;
        background-position: right center;
        background-size: cover;
        float: left;
        border: solid 1px #FFF;
        box-sizing: border-box; }
    html.sigmabuilding body.home section#about h1 + div + div + div::after {
      height: 250px; }
    html.sigmabuilding body.home section#about h1 + div + div + div .sentence {
      float: left;
      width: 260px;
      margin: 0 40px 0 20px; }
      html.sigmabuilding body.home section#about h1 + div + div + div .sentence + figure {
        width: 360px;
        padding-top: 270px;
        margin-top: 16px;
        margin-right: 20px;
        background-position: center center;
        background-size: cover;
        float: left;
        border: solid 1px #FFF;
        box-sizing: border-box; }
        html.sigmabuilding body.home section#about h1 + div + div + div .sentence + figure + figure {
          width: 360px;
          padding-top: 270px;
          margin-top: 16px;
          background-position: center center;
          background-size: cover;
          float: left;
          border: solid 1px #FFF;
          box-sizing: border-box; }
    html.sigmabuilding body.home section#floorguide h1 + figure {
      width: 100vw;
      min-width: 1060px;
      margin-top: 80px;
      padding-top: 360px;
      background-position: center center;
      background-size: cover;
      position: absolute;
      left: 0; }
      html.sigmabuilding body.home section#floorguide h1 + figure + div {
        margin-top: 500px; }
    html.sigmabuilding body.home section#floorguide div.floorinfo h2 {
      text-align: center;
      margin-bottom: .5em; }
    html.sigmabuilding body.home section#floorguide table {
      font-size: 1.6rem;
      margin-right: -36px;
      border-spacing: 2px; }
      html.sigmabuilding body.home section#floorguide table caption {
        display: none; }
      html.sigmabuilding body.home section#floorguide table tr.floor {
        display: block;
        width: 320px;
        margin-left: 36px;
        position: relative;
        margin-bottom: 128px;
        /*	            &::after {
        	              content: '';
        	              height: 260px;
        	              width: 1020px;
        	              display: block;
        	              margin: 16px 0 96px;
        	              background-size: cover;
        	              background-repeat: no-repeat;
        	              background-position: center center;
        	              
        	              margin-top: 64px;
        	            }
        	
        	            &:nth-child(2)::after {
        	              background-image: url(../sigmabuilding/img/3fview.jpg);
        	            }
        	
        	            &:nth-child(3)::after {
        	              background-image: url(../sigmabuilding/img/4fview.jpg);
        	            }
        	
        	            &:nth-child(4)::after {
        	              background-image: url(../sigmabuilding/img/5fview.jpg);
        	            }*/ }
        html.sigmabuilding body.home section#floorguide table tr.floor::before {
          content: '';
          display: block;
          height: 390px;
          width: 680px;
          position: absolute;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          left: 336px;
          margin-top: -32px; }
        html.sigmabuilding body.home section#floorguide table tr.floor:nth-child(2)::before {
          background-image: url(../sigmabuilding/img/layout5.jpg?); }
        html.sigmabuilding body.home section#floorguide table tr.floor:nth-child(3)::before {
          background-image: url(../sigmabuilding/img/layout4.jpg?); }
        html.sigmabuilding body.home section#floorguide table tr.floor:nth-child(4)::before {
          background-image: url(../sigmabuilding/img/layout3.jpg?); }
      html.sigmabuilding body.home section#floorguide table tr th {
        display: none; }
      html.sigmabuilding body.home section#floorguide table tr td {
        display: table-row;
        width: 320px; }
        html.sigmabuilding body.home section#floorguide table tr td:first-child {
          display: block;
          font-family: 'floorguide';
          font-style: italic;
          font-size: 3rem;
          background-size: cover;
          background-position: center center;
          box-sizing: border-box;
          border: solid 2px #FFF;
          border-top: none;
          border-bottom: none;
          padding-bottom: 80px;
          margin-top: 26px; }
        html.sigmabuilding body.home section#floorguide table tr td strong {
          position: relative;
          left: -12px;
          bottom: 20px;
          z-index: 1;
          color: #000; }
          html.sigmabuilding body.home section#floorguide table tr td strong:first-child {
            font-size: 10rem;
            line-height: 1em;
            color: #FFF; }
            html.sigmabuilding body.home section#floorguide table tr td strong:first-child::before {
              content: '';
              position: absolute;
              background-color: #AAD;
              opacity: 0.75;
              width: 10rem;
              height: 10rem;
              border-radius: 5rem;
              left: -1.5rem;
              bottom: .8rem;
              z-index: -1; }
        html.sigmabuilding body.home section#floorguide table tr td[data-text]::before {
          content: attr(data-text);
          display: table-cell;
          background-color: #DDE;
          width: 7em;
          padding: 2px .5em;
          margin-right: 1em;
          text-align: justify-all;
          text-align-last: justify; }
        html.sigmabuilding body.home section#floorguide table tr td span {
          display: table-cell;
          padding: 6px .5em;
          background-color: #ECECF2;
          width: inherit;
          line-height: 1em; }
          html.sigmabuilding body.home section#floorguide table tr td span.price::after {
            content: '\FF08\7A0E\5225\FF09';
            font-size: 1.2rem; }
      html.sigmabuilding body.home section#floorguide table tr + tr td:first-child {
        background-image: url(../sigmabuilding/img/5f.jpg); }
      html.sigmabuilding body.home section#floorguide table tr + tr + tr td:first-child {
        background-image: url(../sigmabuilding/img/4f.jpg); }
      html.sigmabuilding body.home section#floorguide table tr + tr + tr + tr td:first-child {
        background-image: url(../sigmabuilding/img/3f.jpg); }
    html.sigmabuilding body.home section#floorguide .flore1 {
      margin-bottom: 32px; }
      html.sigmabuilding body.home section#floorguide .flore1 .layout {
        height: 446px;
        background-image: url(../sigmabuilding/img/layout1.jpg);
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: right !important; }
        html.sigmabuilding body.home section#floorguide .flore1 .layout:first-child {
          display: block;
          font-family: 'floorguide';
          font-style: italic;
          font-size: 3rem;
          background-size: cover;
          background-position: center center;
          box-sizing: border-box;
          border: solid 2px #FFF;
          border-top: none;
          border-bottom: none;
          padding-bottom: 80px;
          margin-top: 26px; }
        html.sigmabuilding body.home section#floorguide .flore1 .layout strong {
          position: relative;
          left: 26px;
          bottom: 20px;
          z-index: 1;
          color: #000; }
          html.sigmabuilding body.home section#floorguide .flore1 .layout strong:first-child {
            font-size: 10rem;
            line-height: 1em;
            color: #FFF; }
            html.sigmabuilding body.home section#floorguide .flore1 .layout strong:first-child::before {
              content: '';
              position: absolute;
              background-color: #AAD;
              opacity: 0.75;
              width: 10rem;
              height: 10rem;
              border-radius: 5rem;
              left: -1.5rem;
              bottom: .8rem;
              z-index: -1; }
    html.sigmabuilding body.home section#floorguide .flore1_info {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between; }
      html.sigmabuilding body.home section#floorguide .flore1_info dl {
        display: flex;
        flex-wrap: wrap;
        width: 320px;
        font-size: 1.6rem;
        align-content: flex-start;
        margin-bottom: 64px; }
        html.sigmabuilding body.home section#floorguide .flore1_info dl::before {
          color: #FFF;
          width: 298px;
          height: 215px;
          background-size: cover;
          padding: .5em .25em;
          font-weight: bold;
          background-color: #CCD;
          box-sizing: border-box;
          margin-bottom: 2px;
          text-align: left;
          padding: 176px 0 0 16px;
          font-size: 2rem; }
        html.sigmabuilding body.home section#floorguide .flore1_info dl.office1::before {
          content: '事務所①';
          background-image: url(../sigmabuilding/img/1f_1.jpg); }
        html.sigmabuilding body.home section#floorguide .flore1_info dl.office2::before {
          content: '事務所②';
          background-image: url(../sigmabuilding/img/1f_2.jpg); }
        html.sigmabuilding body.home section#floorguide .flore1_info dl.office3::before {
          content: '事務所③';
          background-image: url(../sigmabuilding/img/1f_3.jpg); }
        html.sigmabuilding body.home section#floorguide .flore1_info dl.office4::before {
          content: '事務所④';
          background-image: url(../sigmabuilding/img/1f_4.jpg); }
        html.sigmabuilding body.home section#floorguide .flore1_info dl dt {
          background-color: #DDE;
          width: 64px;
          padding: 2px .5em;
          margin-right: 2px;
          margin-bottom: 2px;
          text-align: justify-all;
          text-align-last: justify; }
        html.sigmabuilding body.home section#floorguide .flore1_info dl dd {
          flex-basis: 200px;
          padding: 6px .5em;
          margin-bottom: 2px;
          background-color: #ECECF2;
          width: inherit;
          line-height: 1em; }
        html.sigmabuilding body.home section#floorguide .flore1_info dl .condition {
          width: 290px;
          padding: 4px;
          color: #FFF;
          text-align: center; }
        html.sigmabuilding body.home section#floorguide .flore1_info dl .contracted {
          background-color: #0BB; }
        html.sigmabuilding body.home section#floorguide .flore1_info dl .unoccupied {
          background-color: #B00; }
        html.sigmabuilding body.home section#floorguide .flore1_info dl .condition p {
          border: solid 1px #FFF;
          font-size: 1.5em;
          line-height: 2; }
      html.sigmabuilding body.home section#floorguide .flore1_info div.office360 {
        width: 740px;
        height: 340px;
        margin-bottom: 64px; }
        html.sigmabuilding body.home section#floorguide .flore1_info div.office360 canvas {
          width: 740px;
          height: 400px; }
    html.sigmabuilding body.home section#floorguide .floor canvas {
      position: absolute;
      left: 0;
      height: 260px;
      width: 1020px;
      bottom: 0; }
    html.sigmabuilding body.home section#floorguide #floor1photos {
      margin-top: 0;
      margin-bottom: 80px; }
      html.sigmabuilding body.home section#floorguide #floor1photos > div {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 260px 4px 260px 4px 260px 4px 260px;
        grid-template-columns: 260px 260px 260px 260px;
        -ms-grid-rows: 260px 4px 260px;
        grid-template-rows: 260px 260px;
        grid-gap: 4px;
        padding: 4px; }
        html.sigmabuilding body.home section#floorguide #floor1photos > div figure {
          float: left;
          width: 260px;
          height: 260px;
          background-size: cover;
          background-position: center center;
          position: relative; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div figure strong {
            margin: 8px;
            display: block;
            color: #FFF;
            font-size: 1.6rem;
            letter-spacing: .2em;
            text-shadow: 1px 1px 1px #000; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div figure span {
            position: absolute;
            color: #FFF;
            font-size: 1.2rem;
            letter-spacing: .2em;
            padding: 8px;
            background-color: rgba(0, 0, 0, 0.5);
            bottom: 0;
            left: 0;
            right: 0; }
        html.sigmabuilding body.home section#floorguide #floor1photos > div > * {
          background-size: cover; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(1) {
            grid-column: 4;
            -ms-grid-row: 1;
            -ms-grid-column: 3; }
            html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(1) h2 {
              text-align: right; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(2) {
            width: 524px;
            height: 524px;
            grid-row: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            -ms-grid-column: 1; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(3) {
            width: 260px;
            height: 260px;
            grid-row: 1;
            grid-column: 3;
            -ms-grid-row: 1;
            -ms-grid-column: 5; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(4) {
            width: 260px;
            height: 260px;
            grid-row: 2;
            grid-column: 3;
            -ms-grid-row: 3;
            -ms-grid-column: 5; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(5) {
            width: 260px;
            height: 524px;
            grid-row: 2;
            grid-column: 4;
            -ms-grid-row: 3;
            -ms-grid-column: 7; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(6) {
            width: 260px;
            height: 260px;
            grid-row: 3;
            grid-column: 1;
            -ms-grid-row: 5;
            -ms-grid-column: 1; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(7) {
            width: 260px;
            height: 260px;
            grid-row: 3;
            grid-column: 2;
            -ms-grid-row: 5;
            -ms-grid-column: 3; }
          html.sigmabuilding body.home section#floorguide #floor1photos > div > *:nth-child(8) {
            width: 260px;
            height: 260px;
            grid-row: 3;
            grid-column: 3;
            -ms-grid-row: 5;
            -ms-grid-column: 5; }
    html.sigmabuilding body.home section#floorguide #mainhallphotos {
      margin-top: 0; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos > div {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 260px 4px 260px 4px 260px 4px 260px;
        grid-template-columns: 260px 260px 260px 260px;
        -ms-grid-rows: 260px 4px 260px;
        grid-template-rows: 260px 260px;
        grid-gap: 4px;
        padding: 4px; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos > div > *:nth-child(1) {
          -ms-grid-row: 1;
          -ms-grid-column: 1; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos > div > *:nth-child(2) {
          -ms-grid-row: 1;
          -ms-grid-column: 3; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos > div > *:nth-child(3) {
          -ms-grid-row: 1;
          -ms-grid-column: 5; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos > div > *:nth-child(4) {
          -ms-grid-row: 1;
          -ms-grid-column: 7; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos > div > *:nth-child(5) {
          -ms-grid-row: 3;
          -ms-grid-column: 1; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos > div > *:nth-child(6) {
          -ms-grid-row: 3;
          -ms-grid-column: 3; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos > div > *:nth-child(7) {
          -ms-grid-row: 3;
          -ms-grid-column: 5; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos > div > *:nth-child(8) {
          -ms-grid-row: 3;
          -ms-grid-column: 7; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos .sentence {
        width: 260px;
        height: 260px; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos > div figure {
        border: solid 1px #FFF;
        box-sizing: border-box;
        background-size: cover;
        background-position: center center;
        position: relative; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos h2 span + span {
        font-size: 3.2rem; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos figure {
        float: left;
        width: 260px;
        height: 260px;
        background-size: cover;
        background-position: center center; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos figure strong {
          margin: 8px;
          display: block;
          color: #FFF;
          font-size: 1.6rem;
          letter-spacing: .2em;
          text-shadow: 1px 1px 1px #000; }
        html.sigmabuilding body.home section#floorguide #mainhallphotos figure span {
          position: absolute;
          color: #FFF;
          font-size: 1.2rem;
          letter-spacing: .2em;
          padding: 8px;
          background-color: rgba(0, 0, 0, 0.5);
          bottom: 0;
          left: 0;
          right: 0; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos > div figure:nth-child(2) {
        width: 524px;
        height: 260px;
        -ms-grid-column: 3;
        grid-column: 2; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos > div figure:nth-child(3) {
        width: 260px;
        height: 524px;
        -ms-grid-column: 7;
        grid-column: 4;
        background-position: 60% center; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos > div figure:nth-child(4) {
        width: 260px;
        height: 260px;
        -ms-grid-row: 3;
        grid-row: 2;
        -ms-grid-column: 5;
        grid-column: 3; }
      html.sigmabuilding body.home section#floorguide #mainhallphotos > div figure:nth-child(5) {
        width: 524px;
        height: 260px;
        -ms-grid-row: 3;
        grid-row: 2; }
    html.sigmabuilding body.home section#floorguide div.evhall figure::before {
      content: attr(data-text);
      margin: 8px;
      display: inline-block;
      color: #FFF;
      font-size: 1.6rem;
      right: 0;
      position: absolute; }
    html.sigmabuilding body.home section#floorguide div.evhall h2 span + span {
      font-size: 3.2rem; }
    html.sigmabuilding body.home section#floorguide div.evhall::after {
      height: 416px;
      left: -40px; }
    html.sigmabuilding body.home section#floorguide div.evhall .sentence {
      float: right;
      width: 360px;
      margin: 0 20px 0 50px; }
    html.sigmabuilding body.home section#floorguide div.evhall .slideshow {
      width: 600px;
      height: 450px;
      float: left;
      position: relative;
      background-color: #FFF; }
      html.sigmabuilding body.home section#floorguide div.evhall .slideshow figure {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        border: solid 1px #FFF;
        box-sizing: border-box;
        position: absolute; }
        html.sigmabuilding body.home section#floorguide div.evhall .slideshow figure:first-child {
          animation: slideshow 20s 0s infinite;
          z-index: 1; }
        html.sigmabuilding body.home section#floorguide div.evhall .slideshow figure:nth-child(2) {
          animation: slideshow 20s 5s infinite;
          z-index: 1; }
        html.sigmabuilding body.home section#floorguide div.evhall .slideshow figure:nth-child(3) {
          animation: slideshow 20s 10s infinite;
          z-index: 1; }
        html.sigmabuilding body.home section#floorguide div.evhall .slideshow figure:nth-child(4) {
          animation: slideshow 20s 15s infinite;
          z-index: 1; }
    html.sigmabuilding body.home section#floorguide #otherphotos > div {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 260px 4px 260px 4px 260px 4px 260px;
      grid-template-columns: 260px 260px 260px 260px;
      -ms-grid-rows: 260px 4px 260px 4px 260px 4px 260px;
      grid-template-rows: 260px 260px 260px 260px;
      grid-gap: 4px;
      padding: 4px; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div h2 span + span {
        font-size: 2.2rem;
        display: block; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 7; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 3; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 5; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(8) {
        -ms-grid-row: 3;
        -ms-grid-column: 7; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(9) {
        -ms-grid-row: 5;
        -ms-grid-column: 1; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(10) {
        -ms-grid-row: 5;
        -ms-grid-column: 3; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(11) {
        -ms-grid-row: 5;
        -ms-grid-column: 5; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(12) {
        -ms-grid-row: 5;
        -ms-grid-column: 7; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(13) {
        -ms-grid-row: 7;
        -ms-grid-column: 1; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(14) {
        -ms-grid-row: 7;
        -ms-grid-column: 3; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(15) {
        -ms-grid-row: 7;
        -ms-grid-column: 5; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div > *:nth-child(16) {
        -ms-grid-row: 7;
        -ms-grid-column: 7; }
    html.sigmabuilding body.home section#floorguide #otherphotos .sentence {
      width: 260px;
      height: 260px; }
    html.sigmabuilding body.home section#floorguide #otherphotos > div figure {
      border: solid 1px #FFF;
      box-sizing: border-box;
      background-size: cover;
      background-position: center center;
      position: relative; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(2) {
        background-position: bottom;
        width: 524px;
        height: 260px;
        -ms-grid-column: 3;
        grid-column: 2; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(3) {
        width: 260px;
        height: 524px;
        -ms-grid-column: 7;
        grid-column: 4; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(4) {
        background-position: bottom;
        width: 524px;
        height: 260px;
        -ms-grid-row: 3;
        grid-row: 2;
        -ms-grid-column: 1; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(5) {
        background-position: 40% bottom;
        width: 260px;
        height: 524px;
        -ms-grid-row: 3;
        grid-row: 2;
        -ms-grid-column: 5;
        grid-column: 3; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(6) {
        width: 260px;
        height: 260px;
        -ms-grid-row: 5;
        grid-row: 3;
        -ms-grid-column: 3;
        grid-column: 2; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(7) {
        width: 260px;
        height: 524px;
        -ms-grid-row: 5;
        grid-row: 3;
        -ms-grid-column: 7;
        grid-column: 4; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(8) {
        width: 260px;
        height: 524px;
        -ms-grid-row: 5;
        grid-row: 3;
        -ms-grid-column: 1; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(9) {
        width: 524px;
        height: 260px;
        -ms-grid-row: 7;
        grid-row: 4;
        -ms-grid-column: 3;
        grid-column: 2; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure strong {
        margin: 8px;
        display: block;
        color: #FFF;
        font-size: 1.6rem;
        letter-spacing: .2em;
        text-shadow: 1px 1px 1px #000; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(2) strong {
        /*text-align: right;*/ }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(3) strong {
        /*text-align: center;*/ }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure span {
        position: absolute;
        color: #FFF;
        font-size: 1.2rem;
        letter-spacing: .2em;
        padding: 8px;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: 0;
        right: 0; }
      html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(3) span, html.sigmabuilding body.home section#floorguide #otherphotos > div figure:nth-child(7) span {
        bottom: 0;
        display: block; }
    html.sigmabuilding body.home section#access h1 + div::after {
      height: 440px; }
    html.sigmabuilding body.home section#access h1 + div .sentence {
      float: left;
      width: 340px;
      margin: 0 40px 0 20px; }
    html.sigmabuilding body.home section#access h1 + div iframe {
      float: right;
      border: solid 1px #FFF;
      box-sizing: border-box; }
    html.sigmabuilding body.home section#access h1 + div + div::after {
      height: 340px; }
    html.sigmabuilding body.home section#access h1 + div + div .sentence {
      float: right;
      width: 480px;
      margin: 0 20px 0 40px; }
    html.sigmabuilding body.home section#access h1 + div + div figure {
      width: 510px;
      padding-top: 340px;
      background-position: center center;
      background-size: cover;
      float: left;
      border: solid 1px #FFF;
      box-sizing: border-box; }
    html.sigmabuilding body.home section#access h1 + div + div + div::after {
      height: 340px; }
    html.sigmabuilding body.home section#access h1 + div + div + div .sentence {
      float: left;
      width: 480px;
      margin: 0 40px 0 20px; }
    html.sigmabuilding body.home section#access h1 + div + div + div figure {
      width: 510px;
      padding-top: 340px;
      background-position: center center;
      background-size: cover;
      float: left;
      border: solid 1px #FFF;
      box-sizing: border-box; }
    html.sigmabuilding body.home section#company {
      /*    background: linear-gradient(to bottom,#FFF 0%,#FFF 310px,transparent 310px, transparent 100%);*/ }
      html.sigmabuilding body.home section#company div {
        position: relative;
        margin-top: 80px;
        padding: 80px; }
        html.sigmabuilding body.home section#company div::before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-image: url(../sigmabuilding/img/Toji_2015.jpg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          height: 100%;
          width: 100vw;
          min-width: 1060px;
          z-index: -1; }
        html.sigmabuilding body.home section#company div dl {
          overflow: hidden;
          margin: 0 auto 2px;
          width: 600px;
          font-size: 1.6rem;
          font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          text-align: left; }
          html.sigmabuilding body.home section#company div dl * {
            padding: 1em;
            color: #FFF;
            float: left;
            line-height: 1.6rem;
            box-sizing: border-box; }
          html.sigmabuilding body.home section#company div dl dt {
            background-color: rgba(0, 0, 0, 0.7);
            width: 138px;
            margin-right: 2px;
            text-align: justify-all;
            text-align-last: justify; }
          html.sigmabuilding body.home section#company div dl dd {
            background-color: rgba(0, 0, 0, 0.5);
            width: 460px;
            letter-spacing: .1em; }
    html.sigmabuilding body.home section#info {
      margin-bottom: 120px; }
      html.sigmabuilding body.home section#info .contentswidth div {
        background-color: #ECECF2;
        padding: 0 120px;
        border-top: solid 30px #ECECF2;
        border-bottom: solid 30px #ECECF2;
        max-height: 500px;
        overflow-y: scroll;
        border-radius: 4px; }
        html.sigmabuilding body.home section#info .contentswidth div ul {
          list-style: none; }
          html.sigmabuilding body.home section#info .contentswidth div ul li {
            padding: 40px 0;
            line-height: 1.4;
            font-size: 1.4rem;
            border-top: solid 1px #ccc;
            overflow: hidden; }
            html.sigmabuilding body.home section#info .contentswidth div ul li:first-child {
              border-top: none; }
            html.sigmabuilding body.home section#info .contentswidth div ul li .day {
              color: #0ba;
              float: left;
              font-weight: bold; }
            html.sigmabuilding body.home section#info .contentswidth div ul li p {
              margin-left: 140px;
              display: block;
              color: #666; }
    html.sigmabuilding body.home section#contact {
      position: relative; }
      html.sigmabuilding body.home section#contact::after {
        content: '';
        position: absolute;
        top: 290px;
        left: 0;
        height: calc(100% - 290px);
        width: 100%;
        background-color: #ECECF2;
        z-index: -1; }
      html.sigmabuilding body.home section#contact h1 + div {
        padding: 60px 40px; }
        html.sigmabuilding body.home section#contact h1 + div p {
          font-size: 4rem; }
          html.sigmabuilding body.home section#contact h1 + div p span {
            display: inline-block;
            min-width: 8em;
            text-align: right; }
      html.sigmabuilding body.home section#contact dl#info {
        font-size: 1.4rem;
        margin-top: 3em;
        padding: 1em;
        letter-spacing: 1.4;
        border: solid 1px #444;
        border-radius: 4px; }
        html.sigmabuilding body.home section#contact dl#info dt {
          float: left; }
        html.sigmabuilding body.home section#contact dl#info dd {
          margin-left: 6em; }
      html.sigmabuilding body.home section#contact h1 + div .sentence #privacypolicy {
        background-color: #DDE;
        padding: 8px;
        margin-top: 300px;
        border-radius: 4px;
        letter-spacing: .2em;
        color: #666; }
        html.sigmabuilding body.home section#contact h1 + div .sentence #privacypolicy h3, html.sigmabuilding body.home section#contact h1 + div .sentence #privacypolicy dl dt {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-weight: bold; }
        html.sigmabuilding body.home section#contact h1 + div .sentence #privacypolicy h3 {
          font-size: 1.62rem; }
        html.sigmabuilding body.home section#contact h1 + div .sentence #privacypolicy dl dt {
          font-size: 1.2rem;
          margin-top: .5em; }
        html.sigmabuilding body.home section#contact h1 + div .sentence #privacypolicy dl dd {
          font-size: 1rem;
          margin-left: 1em;
          letter-spacing: .2em;
          line-height: 1.4; }
      html.sigmabuilding body.home section#contact h1 + div form {
        margin-left: 370px;
        padding: 16px 40px 40px;
        background-color: #FFF;
        border-radius: 4px; }
        html.sigmabuilding body.home section#contact h1 + div form dt {
          font-size: 1.4rem;
          margin-top: 24px;
          line-height: 1;
          margin-bottom: 4px; }
          html.sigmabuilding body.home section#contact h1 + div form dt::after {
            content: '\FF1A'; }
        html.sigmabuilding body.home section#contact h1 + div form dd {
          border-bottom: solid 1px #ccc;
          position: relative; }
          html.sigmabuilding body.home section#contact h1 + div form dd.required::before {
            content: '\5FC5\9808';
            position: absolute;
            display: inline-block;
            padding: 1px;
            background-color: #8CF;
            color: #FFF;
            line-height: 1em;
            font-size: 1rem; }
          html.sigmabuilding body.home section#contact h1 + div form dd:focus-within {
            border-bottom-color: #333; }
          html.sigmabuilding body.home section#contact h1 + div form dd input {
            width: 100%;
            font-size: 2rem;
            padding: 8px 4px 8px 32px;
            margin-bottom: 4px;
            box-sizing: border-box;
            border: none;
            resize: vertical; }
          html.sigmabuilding body.home section#contact h1 + div form dd textarea {
            width: 100%;
            font-size: 2rem;
            padding: 8px 4px 8px 32px;
            margin-bottom: 4px;
            box-sizing: border-box;
            border: none;
            resize: vertical;
            height: 160px;
            min-height: 160px; }
          html.sigmabuilding body.home section#contact h1 + div form dd input:focus, html.sigmabuilding body.home section#contact h1 + div form dd textarea:focus {
            outline: none; }
        html.sigmabuilding body.home section#contact h1 + div form p {
          text-align: center;
          font-size: 1.4rem;
          padding-top: 2em; }
      html.sigmabuilding body.home section#contact h1 + div p label {
        display: block; }
        html.sigmabuilding body.home section#contact h1 + div p label input {
          margin-right: .5em;
          vertical-align: middle; }
      html.sigmabuilding body.home section#contact h1 + div p > input {
        border: none;
        font-weight: bold;
        width: 240px;
        height: 40px;
        background-color: #8CF;
        line-height: 40px;
        letter-spacing: .2em;
        font-size: 1.6rem;
        border-radius: 4px; }
        html.sigmabuilding body.home section#contact h1 + div p > input:hover {
          background-color: #0AF; }
@keyframes slideshow {
  0% {
    left: -100%;
    z-index: 100; }
  20% {
    left: 0;
    z-index: 10; }
  33.33% {
    left: 0;
    z-index: 10; }
  50% {
    left: 0;
    z-index: 5; }
  51% {
    left: -100%;
    z-index: 0; }
  100% {
    left: -100%;
    z-index: 100; } }
  @media all and (min-width: 1061px) {
    html.sigmabuilding body.home section#company div::before {
      background-attachment: fixed; } }
  @media all and (-ms-high-contrast: none) {
    html.sigmabuilding *::-ms-backdrop {
      /* IE11 */
      background: none; }
    html.sigmabuilding body.home section h1 ~ div .sentence h2 span {
      /* IE11 */
      background: none;
      /* IE10 */
      background: none; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body.buneido_building {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  body.buneido_building header {
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    color: #CCC;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: #EEE 1px solid;
    min-width: 1060px;
    box-sizing: border-box; }
    body.buneido_building header #siteID .company {
      font-size: 1.2rem;
      font-weight: normal; }
    body.buneido_building header #siteID .building {
      font-family: 'buneidoBuilding';
      font-size: 2.4rem;
      line-height: 1; }
    body.buneido_building header nav ul {
      display: flex;
      justify-content: flex-end;
      list-style: none;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
      body.buneido_building header nav ul:first-child {
        border-bottom: rgba(136, 136, 136, 0.5) 1px solid;
        margin-bottom: .25em; }
      body.buneido_building header nav ul li {
        text-align: center;
        min-width: 10rem;
        margin-left: 2rem; }
        body.buneido_building header nav ul li a {
          color: #CCC;
          text-decoration: none;
          font-size: 0; }
          body.buneido_building header nav ul li a::after {
            content: attr(data-title);
            font-size: 1.4rem; }
          body.buneido_building header nav ul li a:hover {
            color: #444;
            font-size: 1.4rem; }
            body.buneido_building header nav ul li a:hover::after {
              font-size: 0; }
  body.buneido_building main {
    min-width: 1060px;
    width: 100vw;
    overflow: hidden;
    animation: 5s ease-in fadein;
    margin-bottom: 120px; }
    body.buneido_building main section {
      text-align: center; }
      body.buneido_building main section#topimage {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
        min-width: 1060px;
        background-image: url(../buneidobuilding/img/title_back.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        body.buneido_building main section#topimage h1 {
          height: 0;
          padding-top: 150px;
          width: 280px;
          overflow: hidden;
          background-image: url(../buneidobuilding/img/buneido_building.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
      body.buneido_building main section h1.headline {
        margin: 180px 0 80px;
        font-size: 5rem;
        font-weight: bold;
        text-align: center;
        position: relative;
        line-height: 1;
        display: inline-block;
        letter-spacing: .1em; }
        body.buneido_building main section h1.headline::before {
          position: absolute;
          content: '';
          width: calc(50vw + 50%);
          min-width: calc(530px + 50%);
          height: 1px;
          top: 1em; }
        body.buneido_building main section h1.headline::after {
          content: attr(data-text);
          position: absolute;
          color: #888;
          font-size: 14rem;
          font-style: italic;
          font-family: Arial;
          text-transform: uppercase;
          letter-spacing: .1rem;
          margin: 0;
          opacity: 0.1;
          top: -.35em;
          white-space: nowrap; }
      body.buneido_building main section:nth-child(odd) h1.headline::before {
        right: 0;
        background: linear-gradient(to right, #222, #EEE); }
      body.buneido_building main section:nth-child(even) h1.headline::before {
        left: 0;
        background: linear-gradient(to right, #EEE, #222); }
      body.buneido_building main section:nth-child(odd) h1.headline::after {
        left: calc(100% - .6em); }
      body.buneido_building main section:nth-child(even) h1.headline::after {
        right: calc(100% - .5em); }
      body.buneido_building main section#about artcle.intro {
        display: block; }
        body.buneido_building main section#about artcle.intro h2 {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-size: 4.5rem;
          line-height: 3; }
        body.buneido_building main section#about artcle.intro div {
          margin: auto;
          width: 16.5em;
          color: #666;
          font-size: 1.8rem;
          text-align: left;
          line-height: 2;
          letter-spacing: .25em;
          padding-right: 300px;
          background-image: url(../buneidobuilding/img/intro.jpg);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: contain; }
          body.buneido_building main section#about artcle.intro div p {
            margin-bottom: .5em; }
          body.buneido_building main section#about artcle.intro div time {
            display: block;
            color: #CCC;
            letter-spacing: .1em;
            text-align: right;
            padding-right: 1.5em; }
      body.buneido_building main section#about artcle.summary {
        display: inline-block;
        margin: 80px auto;
        padding-left: 380px;
        background-image: url(../buneidobuilding/img/summary.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain; }
        body.buneido_building main section#about artcle.summary h2 {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-size: 3rem;
          text-align: left; }
        body.buneido_building main section#about artcle.summary dl {
          font-size: 1.6rem;
          overflow: hidden;
          margin-bottom: 4px; }
          body.buneido_building main section#about artcle.summary dl > * {
            float: left;
            line-height: 1.6; }
          body.buneido_building main section#about artcle.summary dl dt {
            color: #FFF;
            background-color: #444;
            width: 6em;
            padding: 2px .5em;
            margin-right: .5em;
            text-align: justify-all;
            text-align-last: justify; }
          body.buneido_building main section#about artcle.summary dl dd {
            letter-spacing: .1em; }
      body.buneido_building main section#floorguide article {
        margin-bottom: 64px; }
        body.buneido_building main section#floorguide article hgroup h2 {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-size: 4rem;
          line-height: 1; }
        body.buneido_building main section#floorguide article hgroup h3 {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-size: 2.5rem; }
        body.buneido_building main section#floorguide article div.info {
          margin: 64px auto 32px;
          display: flex;
          justify-content: center;
          align-items: center; }
          body.buneido_building main section#floorguide article div.info dl {
            padding-top: 300px;
            min-width: 400px;
            background-image: url(../buneidobuilding/img/floorinfo.jpg);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: contain; }
            body.buneido_building main section#floorguide article div.info dl div {
              font-size: 1.6rem;
              overflow: hidden;
              margin-bottom: 4px; }
              body.buneido_building main section#floorguide article div.info dl div > * {
                float: left;
                line-height: 1.6; }
              body.buneido_building main section#floorguide article div.info dl div dt {
                color: #FFF;
                background-color: #444;
                width: 6em;
                padding: 2px .5em;
                margin-right: .5em;
                text-align: justify-all;
                text-align-last: justify; }
              body.buneido_building main section#floorguide article div.info dl div dd {
                padding-top: 2px;
                letter-spacing: .1em; }
                body.buneido_building main section#floorguide article div.info dl div dd sub {
                  vertical-align: baseline; }
          body.buneido_building main section#floorguide article div.info figure {
            margin-left: 20px; }
            body.buneido_building main section#floorguide article div.info figure img {
              width: auto;
              height: 562px; }
        body.buneido_building main section#floorguide article div hgroup h3 {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-size: 3rem; }
        body.buneido_building main section#floorguide article div hgroup h4 {
          color: #888;
          font-size: 1.6rem;
          font-weight: normal; }
        body.buneido_building main section#floorguide article div.photogrid {
          display: -ms-grid;
          display: grid;
          grid-gap: 4px;
          margin: 64px auto 32px;
          padding: 4px;
          width: 1052px; }
          body.buneido_building main section#floorguide article div.photogrid hgroup {
            -ms-grid-columns: 4;
            grid-column: 1 / 5;
            width: 1052px;
            text-align: left; }
          body.buneido_building main section#floorguide article div.photogrid figure {
            position: relative; }
            body.buneido_building main section#floorguide article div.photogrid figure.oa_floor {
              -ms-grid-column: 5;
              -ms-grid-row: 5;
              grid-column: 3;
              grid-row: 3; }
              body.buneido_building main section#floorguide article div.photogrid figure.oa_floor strong {
                right: 0; }
            body.buneido_building main section#floorguide article div.photogrid figure.camera {
              -ms-grid-row: 3; }
            body.buneido_building main section#floorguide article div.photogrid figure.secom {
              -ms-grid-column: 3;
              -ms-grid-row: 3; }
              body.buneido_building main section#floorguide article div.photogrid figure.secom strong {
                right: 0; }
            body.buneido_building main section#floorguide article div.photogrid figure.indirect_lighting {
              -ms-grid-column: 5;
              -ms-grid-row: 3;
              grid-column: 3;
              grid-row: 2; }
              body.buneido_building main section#floorguide article div.photogrid figure.indirect_lighting strong {
                right: 0; }
            body.buneido_building main section#floorguide article div.photogrid figure.blind {
              -ms-grid-column: 7;
              -ms-grid-row: 3;
              -ms-grid-row-span: 3;
              grid-column: 4;
              grid-row: 2 / 4; }
            body.buneido_building main section#floorguide article div.photogrid figure.fire_protection {
              -ms-grid-column: 1;
              -ms-grid-row: 5;
              -ms-grid-column-span: 3;
              grid-column: 1 / 3;
              grid-row: 3; }
            body.buneido_building main section#floorguide article div.photogrid figure.f_box {
              -ms-grid-row: 3; }
            body.buneido_building main section#floorguide article div.photogrid figure.f_washbasin {
              -ms-grid-column: 3;
              -ms-grid-row: 3; }
            body.buneido_building main section#floorguide article div.photogrid figure.f_toiletbowl {
              -ms-grid-column: 5;
              -ms-grid-row: 3; }
            body.buneido_building main section#floorguide article div.photogrid figure.kitchenette {
              -ms-grid-column: 7;
              -ms-grid-row: 3; }
            body.buneido_building main section#floorguide article div.photogrid figure.m_toiletbowl {
              -ms-grid-row: 5; }
            body.buneido_building main section#floorguide article div.photogrid figure.m_washbasin {
              -ms-grid-column: 3;
              -ms-grid-row: 5;
              -ms-grid-column-span: 3;
              grid-column: 2 / 4; }
            body.buneido_building main section#floorguide article div.photogrid figure.freeroom {
              -ms-grid-column: 7;
              -ms-grid-row: 5; }
              body.buneido_building main section#floorguide article div.photogrid figure.freeroom strong {
                right: 0; }
            body.buneido_building main section#floorguide article div.photogrid figure.rental_room {
              -ms-grid-row: 3; }
            body.buneido_building main section#floorguide article div.photogrid figure.inside_parking {
              -ms-grid-column: 3;
              -ms-grid-row: 3;
              -ms-grid-column-span: 3;
              grid-column: 2 / 4; }
              body.buneido_building main section#floorguide article div.photogrid figure.inside_parking strong {
                right: 0; }
            body.buneido_building main section#floorguide article div.photogrid figure.outside_parking {
              -ms-grid-column: 7;
              -ms-grid-row: 3; }
            body.buneido_building main section#floorguide article div.photogrid figure.interphone {
              -ms-grid-row: 5; }
            body.buneido_building main section#floorguide article div.photogrid figure.aed {
              -ms-grid-column: 3;
              -ms-grid-row: 5; }
            body.buneido_building main section#floorguide article div.photogrid figure.post {
              -ms-grid-column: 5;
              -ms-grid-row: 5;
              -ms-grid-column-span: 3;
              grid-column: 3 / 5; }
              body.buneido_building main section#floorguide article div.photogrid figure.post strong {
                right: 0; }
            body.buneido_building main section#floorguide article div.photogrid figure.dummy {
              background-color: #888; }
            body.buneido_building main section#floorguide article div.photogrid figure strong {
              position: absolute;
              margin: 8px;
              color: #FFF;
              font-size: 1.6rem;
              text-align: left;
              letter-spacing: .2em;
              text-shadow: 1px 1px 1px #000; }
            body.buneido_building main section#floorguide article div.photogrid figure img {
              width: 100%;
              height: 100%; }
            body.buneido_building main section#floorguide article div.photogrid figure span {
              position: absolute;
              color: #FFF;
              font-size: 1.1rem;
              text-align: left;
              letter-spacing: .2em;
              padding: 8px;
              background-color: rgba(0, 0, 0, 0.5);
              bottom: 0;
              left: 0;
              right: 0; }
        body.buneido_building main section#floorguide article.officefloor .photogrid {
          -ms-grid-columns: 260px 4px 260px 4px 260px 4px 260px;
          grid-template-columns: 260px 260px 260px 260px;
          -ms-grid-rows: auto 4px 260px 4px 260px;
          grid-template-rows: auto 260px 260px; }
        body.buneido_building main section#floorguide article.residence .photogrid {
          -ms-grid-columns: 260px 4px 260px 4px 260px 4px 260px;
          grid-template-columns: 260px 260px 260px 260px;
          -ms-grid-rows: 260px;
          grid-template-rows: 260px; }
        body.buneido_building main section#floorguide article #floor360 {
          background-image: url(../buneidobuilding/img/dummy.jpg);
          background-size: cover;
          width: 1060px;
          height: 600px;
          margin: auto; }
      body.buneido_building main section#access .stations {
        margin: auto;
        padding: 4px;
        width: 1052px; }
        body.buneido_building main section#access .stations hgroup {
          text-align: left; }
          body.buneido_building main section#access .stations hgroup h3 {
            font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
            font-size: 3rem; }
          body.buneido_building main section#access .stations hgroup h4 {
            color: #888;
            font-size: 1.6rem;
            font-weight: normal; }
        body.buneido_building main section#access .stations div {
          margin-top: 16px; }
          body.buneido_building main section#access .stations div ul li {
            display: flex; }
            body.buneido_building main section#access .stations div ul li strong {
              width: 392px;
              min-height: 480px;
              margin-right: 8px;
              padding: 4px;
              color: #FFF;
              font-size: 1.6rem;
              letter-spacing: .2em;
              text-shadow: 1px 1px 1px #000;
              background-size: cover; }
              body.buneido_building main section#access .stations div ul li strong.jr_iidabashi {
                background-image: url(../buneidobuilding/img/jr_iidabashi.jpg);
                background-position: center center; }
              body.buneido_building main section#access .stations div ul li strong.ushigome_kagurazaka {
                background-image: url(../buneidobuilding/img/ushigome_kagurazaka.jpg);
                background-position: left center; }
              body.buneido_building main section#access .stations div ul li strong.metro_kagurazaka {
                background-image: url(../buneidobuilding/img/metro_kagurazaka.jpg);
                background-position: center center; }
              body.buneido_building main section#access .stations div ul li strong.metro_iidabashi {
                background-image: url(../buneidobuilding/img/metro_iidabashi.jpg);
                background-position: center center; }
            body.buneido_building main section#access .stations div ul li iframe {
              width: 640px;
              height: 480px; }
          body.buneido_building main section#access .stations div .bx-wrapper {
            border: none;
            box-shadow: none; }
            body.buneido_building main section#access .stations div .bx-wrapper .bx-controls {
              margin-top: 4px; }
              body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-controls-direction {
                display: none; }
              body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager {
                position: static;
                margin-top: 0;
                padding: 0;
                display: flex;
                justify-content: space-between; }
                body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
                  margin: 0;
                  padding: 0; }
                  body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
                    display: block;
                    position: relative;
                    width: 260px;
                    height: 260px;
                    margin: 0;
                    border-radius: 0;
                    background-color: transparent;
                    background-size: cover;
                    text-indent: 0;
                    line-height: normal; }
                    body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item a::after {
                      content: '';
                      display: block;
                      position: absolute;
                      font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
                      color: #FFF;
                      font-size: 1.6rem;
                      letter-spacing: .2em;
                      text-shadow: 1px 1px 1px #000;
                      padding: 4px;
                      line-height: 260px;
                      top: 0;
                      bottom: 0;
                      left: 0;
                      right: 0;
                      background-color: rgba(0, 0, 0, 0.75);
                      transition: all .5s; }
                    body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover::after {
                      background-color: rgba(0, 0, 0, 0.5); }
                    body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active::after {
                      top: auto;
                      line-height: normal;
                      background-color: rgba(0, 0, 0, 0.5); }
                  body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:first-child a {
                    background-image: url(../buneidobuilding/img/jr_iidabashi.jpg);
                    background-position: center center; }
                    body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:first-child a:hover::after, body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:first-child a.active::after {
                      content: 'JR飯田橋駅'; }
                  body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(2) a {
                    background-image: url(../buneidobuilding/img/ushigome_kagurazaka.jpg);
                    background-position: left center; }
                    body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(2) a:hover::after, body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(2) a.active::after {
                      content: '都営地下鉄牛込神楽坂駅'; }
                  body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(3) a {
                    background-image: url(../buneidobuilding/img/metro_kagurazaka.jpg);
                    background-position: center center; }
                    body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(3) a:hover::after, body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(3) a.active::after {
                      content: '東京メトロ神楽坂駅'; }
                  body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(4) a {
                    background-image: url(../buneidobuilding/img/metro_iidabashi.jpg);
                    background-position: center center; }
                    body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(4) a:hover::after, body.buneido_building main section#access .stations div .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(4) a.active::after {
                      content: '東京メトロ飯田橋駅'; }
      body.buneido_building main section#access .around {
        background-color: #000;
        padding: 32px 8px 16px; }
        body.buneido_building main section#access .around .swiper-container {
          max-width: 3000px;
          padding-bottom: 32px; }
          body.buneido_building main section#access .around .swiper-container .swiper-pagination {
            bottom: 0; }
            body.buneido_building main section#access .around .swiper-container .swiper-pagination .swiper-pagination-bullet {
              background: #FFF;
              opacity: .5; }
              body.buneido_building main section#access .around .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                opacity: 1; }
          body.buneido_building main section#access .around .swiper-container .swiper-button-prev {
            color: #FFF;
            top: 44%;
            left: calc(50% - 360px); }
          body.buneido_building main section#access .around .swiper-container .swiper-button-next {
            color: #FFF;
            top: 44%;
            right: calc(50% - 360px); }
        body.buneido_building main section#access .around li img {
          width: 100%;
          height: auto; }
        body.buneido_building main section#access .around li span {
          color: #FFF;
          font-size: 1.2rem;
          font-weight: bold;
          text-align: left;
          display: block; }
      body.buneido_building main section#info article {
        width: 1060px;
        margin: auto; }
        body.buneido_building main section#info article ul {
          list-style: none;
          font-size: 1.4rem;
          background-color: #EEE;
          padding: 0 120px;
          border-top: solid 30px #EEE;
          border-bottom: solid 30px #EEE;
          max-height: 500px;
          overflow-y: scroll;
          border-radius: 4px; }
          body.buneido_building main section#info article ul li {
            padding: 40px 0;
            line-height: 1.4;
            font-size: 1.4rem;
            border-top: solid 1px #ccc;
            overflow: hidden;
            text-align: left; }
            body.buneido_building main section#info article ul li:first-child {
              border-top: none; }
            body.buneido_building main section#info article ul li .day {
              color: #28F;
              font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
              float: left;
              font-weight: bold; }
            body.buneido_building main section#info article ul li p {
              margin-left: 140px;
              display: block;
              color: #666; }
      body.buneido_building main section#company dl {
        position: relative;
        padding: 80px; }
        body.buneido_building main section#company dl::before {
          position: absolute;
          top: 0;
          left: 0;
          content: '';
          background-image: url(../buneidobuilding/img/campany_back.jpg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          height: 100%;
          width: 100vw;
          min-width: 1060px;
          z-index: -1; }
        body.buneido_building main section#company dl div {
          overflow: hidden;
          margin: 0 auto 2px;
          width: 600px;
          font-size: 1.6rem;
          text-align: left; }
          body.buneido_building main section#company dl div * {
            padding: 1em;
            color: #FFF;
            float: left;
            line-height: 1.6rem;
            box-sizing: border-box; }
          body.buneido_building main section#company dl div dt {
            background-color: rgba(0, 0, 0, 0.7);
            width: 138px;
            margin-right: 2px;
            text-align: justify-all;
            text-align-last: justify; }
          body.buneido_building main section#company dl div dd {
            background-color: rgba(0, 0, 0, 0.5);
            width: 460px;
            letter-spacing: .1em; }
      body.buneido_building main section#contact article {
        background-color: #ECECF2;
        padding: 64px 0; }
        body.buneido_building main section#contact article div {
          display: inline-block;
          width: 712px;
          height: 240px;
          background-image: url(../buneidobuilding/img/entrance.jpg);
          background-size: contain;
          padding-right: 332px;
          background-repeat: no-repeat;
          background-position: right center; }
          body.buneido_building main section#contact article div p {
            text-align: left;
            font-size: 2rem; }
            body.buneido_building main section#contact article div p.phone {
              color: #28F;
              font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
              font-size: 4rem;
              font-weight: bold; }
              body.buneido_building main section#contact article div p.phone span {
                font-size: 7rem; }
            body.buneido_building main section#contact article div p.businesshours {
              font-size: 3rem;
              text-align: right;
              margin-right: 2em; }

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