  @charset "UTF-8";
/* アニメーション
=========================================================== */
/* フェードイン
????????????????????????????????? */
.inview__anim--fade-in {
  opacity: 0;
  will-change: opacity;
  transition: opacity .8s ease 0s;
}

.inview__complete .inview__anim--fade-in, .inview__anim--fade-in.inview__complete {
  opacity: 1;
}

/* フェードインアップ
????????????????????????????????? */
.inview__anim--fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-up, .inview__anim--fade-in-up.inview__complete {
  opacity: 1;
  transform: translateY(0);
}

/* フェードイン X
????????????????????????????????? */
.inview__anim--fade-in-x {
  opacity: 0;
  transform: translateX(-30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-x, .inview__anim--fade-in-x.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

/* フェードイン XX
????????????????????????????????? */
.inview__anim--fade-in-xx {
  opacity: 0;
  transform: translateX(30px);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-xx, .inview__anim--fade-in-xx.inview__complete {
  opacity: 1;
  transform: translateX(0);
}

/* スケールイン
????????????????????????????????? */
.inview__anim--scale-in {
  opacity: 0;
  transform: scale(1.08);
  will-change: opacity, transform;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
}

.inview__complete .inview__anim--scale-in, .inview__anim--scale-in.inview__complete {
  opacity: 1;
  transform: scale(1);
}

/* スケールY
????????????????????????????????? */
.inview__anim--scale-y {
  transform: scaleY(0);
  will-change: transform;
  transition: transform .8s ease 0s;
  transform-origin: center top;
}

.inview__complete .inview__anim--scale-y {
  transform: scale(1);
}

/* スライドイン
????????????????????????????????? */
/* 文字
????????????????????????????????? */
/* タイピング
????????????????????????????????? */
/**
 * 施工事例
 *
 * 01. common.cssを上書き
 * 02. 施工事例ヘッダー
 * 03. 施工事例コンテンツ
 *
 */
/* ==========================================================================
   01. common.cssを上書き
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .none-side#main {
    max-width: 100%;
  }
}

/* ==========================================================================
   02. 施工事例ヘッダー
   ========================================================================== */
.main-ttl-lv1,
.main-ttl-lv2 {
  font-family: "Roboto", "Open Sans", "YakuHanJPs", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500 !important;
}

.result-head {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.result-head-ttl .main-ttl-lv1 {
  border-bottom: none;
  margin-bottom: 28px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .result-head {
    padding: 15px 0 5px 0;
  }
  .result-head-inner {
    display: block;
  }
  .result-head-ttl {
    border-right: none;
    display: block;
    padding: 10px 0;
    width: 100%;
  }
  .result-head-ttl .result-head-ttl-inner {
    width: 100%;
  }
  .result-head-ttl .main-ttl-lv1 {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   03. 施工事例コンテンツ
   ========================================================================== */
.result-cont {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}

.result-cont .box-center {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 40px;
}

.result-box-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-right: 60px;
}

.result-box {
  border-bottom: 1px dashed #999;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 33.33%;
}

.result-box:nth-child(3n) {
  width: 33.34%;
  margin-right: -60px;
}

.result-box-img {
  border: 1px solid #E5E5E5;
  height: 240px;
  max-height: 240px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.result-box-img img {
  display: block;
  height: 240px;
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  will-change: opacity transform;
  transition: opacity .5s ease 0s, transform .5s ease 0s;
}

.result-box-img a {
  display: block;
}

.result-box-img a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/english/works/css/img/icon_lightbox.png) rgba(76, 76, 76, 0.9) no-repeat center center;
  background-size: 18px auto;
}

.result-box-img a:hover img {
  opacity: .8;
  transform: scale(1.08);
}

.result-box-ttl {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
}

.result-box-info {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.result-box-notes {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

.result-box-cat {
  font-size: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.result-box-cat li {
  border: 1px solid #7364af;
  color: #7364af;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 8px 3px;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

.result-box-cat li.cat-business {
  border: none;
  background-color: #1a61b2;
  color: #FFF;
}

.result-box-cat li.cat-facility {
  border: none;
  background-color: #199040;
  color: #FFF;
}

.result-box-cat li.cat-region {
  border: none;
  background-color: #bf4638;
  color: #FFF;
}

/* loader */
.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: .5em;
  height: .5em;
  border-radius: 0.5em;
  background: #ebebeb;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none;
  /*hidden by default */
  text-align: center;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .result-cont {
    padding: 30px 15px;
  }
  .result-cont .box-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .result-box-wrap {
    display: block;
    padding-right: 0;
  }
  .result-box {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .result-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .result-box-img a {
    pointer-events: none;
  }
  .result-box-img a:after {
    all: initial;
  }
  .result-box-img a:hover img {
    all: initial;
  }
  .result-box-info {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .result-box-notes {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .result-box-cat {
    margin-bottom: 25px;
  }
  .result-box-cat li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

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