@charset "UTF-8";
/*= MediaQuery =*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

th, strong, address {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

/*= MediaQuery =*/
body {
  font-family: "Futo Go B101", 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif;
  color: #707070;
  background: #f5f5f5;
  font-size: 12px;
  -webkit-font-smoothing: antialiased; }
  body a {
    transition: .4s ease; }
  body a:hover {
    text-decoration: none; }

.content-wrapper::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 98;
  pointer-events: none;
  opacity: 0;
  transition: opacity .6s ease; }

.content-wrapper.fadeout::after {
  opacity: 1; }

.content-wrapper {
  animation: fadeIn 1.4s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.4s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%; }

.nav > li > a {
  padding: 0; }
.nav > li > a:hover, .nav > li a:focus {
  background: transparent;
  outline: none; }

h1, h2, h3, h4, ul, ol, p, img {
  margin: 0; }

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important; }

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important; }

.pc {
  display: block !important; }

.pc-inline-block {
  display: inline-block !important; }

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }

  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important; }

  .tb {
    display: block !important; }

  .tb-inline-block {
    display: inline-block !important; }

  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  body {
    font-size: 12px; }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%; } }
@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }

  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important; }

  .sp {
    display: block !important; }

  .sp-inline-block {
    display: inline-block !important; }

  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
/*= MediaQuery =*/
body {
  background: #f4f4f4;
  min-width: 0; }

.content-wrapper {
  padding-bottom: 150px;
  overflow: hidden; }

.bg01 {
  background-image: url("../../img/architecture/index/img-main01.jpg"); }

.main-visual {
  width: 100%;
  height: calc(100vh - 115px);
  position: relative; }
  .main-visual .slider {
    height: calc(100% -  85px); }
  .main-visual .visual {
    width: 100%;
    height: 100%; }
    .main-visual .visual .slick-list,
    .main-visual .visual .slick-draggable,
    .main-visual .visual .slick-track {
      height: 100%; }
    .main-visual .visual li {
      height: 100%;
      width: 100%;
      background-position: center center;
      background-size: cover; }
      .main-visual .visual li img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .main-visual .list-news {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 70px 0; }
    .main-visual .list-news a {
      color: #707070; }
      .main-visual .list-news a span {
        text-decoration: underline; }
      .main-visual .list-news a:hover {
        color: #BBB; }
      .main-visual .list-news a h2 {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap; }

.box-works {
  margin: 118px 0 0; }
  .box-works .ttl {
    text-align: center;
    font-size: 18px;
    font-family: "Futo Go B101", 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif; }
  .box-works .list {
    margin: 58px -30px 0;
    box-sizing: content-box;
    padding: 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f5f5; }
    .box-works .list .w-item {
      width: 33.3333%;
      flex: 0 0 33.3333%;
      padding: 0 30px;
      margin-top: 60px; }
      .box-works .list .w-item a {
        display: block; }
        .box-works .list .w-item a:hover {
          opacity: .8; }
      .box-works .list .w-item .image {
        width: 100%;
        height: 0;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center center; }
        .box-works .list .w-item .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-height: 100%;
          width: auto; }
        .box-works .list .w-item .image_ptn01 {
          padding-bottom: 66.6666%; }
        .box-works .list .w-item .image_ptn02 {
          padding-bottom: 200%; }
          .box-works .list .w-item .image_ptn02 img {
            width: auto; }
      .box-works .list .w-item .txtbox {
        margin-top: 27px;
        color: #707070; }
        .box-works .list .w-item .txtbox h3 {
          line-height: 21px; }
        .box-works .list .w-item .txtbox .data {
          font-size: 10px;
          color: #A0A0A0;
          margin-top: 10px;
          font-family: "Futo Go B101", 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif; }
          .box-works .list .w-item .txtbox .data .sl {
            margin: 0 .3em; }
          .box-works .list .w-item .txtbox .data .ct {
            color: #A0A0A0;
            display: inline; }
          .box-works .list .w-item .txtbox .data .ct:before {
            content: ', '; }
          .box-works .list .w-item .txtbox .data .sl + .ct:before {
            display: none; }
  .box-works .button {
    margin-top: 120px; }
    .box-works .button a {
      display: block;
      width: 210px;
      border: solid 1px #A0A0A0;
      font-family: "Futo Go B101", 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, sans-serif;
      text-align: center;
      padding: 15px 0;
      margin: 0 auto;
      color: #707070;
      font-size: 14px; }
      .box-works .button a:hover {
        background: #d5d5d5; }

@media screen and (max-width: 900px) {
  .content-wrapper {
    padding-bottom: 120px; }

  .bg01 {
    background-image: url("../../img/architecture/index//sp/img-main01.jpg"); }

  .main-visual {
    height: calc(100vh - 168px);
    margin-top: 45px; }
    .main-visual .slider {
      height: calc(100% - 65px); }
    .main-visual .list-news {
      height: 65px;
      padding: 0 20px;
      width: 100%;
      overflow: hidden; }
      .main-visual .list-news .n-inner {
        width: 100%; }

  .box-works {
    margin-top: 87px; }
    .box-works .list {
      margin: 58px 0 0; }
      .box-works .list .w-item {
        width: 50%;
        flex: 0 0 50%; }
        .box-works .list .w-item .txtbox {
          margin-top: 16px;
          font-size: 12px; } }
@media screen and (max-width: 600px) {
  .box-works .list {
    display: block;
    padding: 0 20px; }
    .box-works .list .w-item {
      width: 100%;
      padding: 0;
      margin-top: 60px;
      margin-bottom: 0; }
      .box-works .list .w-item:first-child {
        margin-top: 0; }
  .box-works .button {
    margin-top: 90px;
    padding: 0 20px; }
    .box-works .button a {
      width: 100%; } }

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