  @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);
}

/* スケールイン
????????????????????????????????? */
.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. 施工事例ヘッダー
   ========================================================================== */
.result-head {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.result-head:after {
  background: url(/business/result/css/img/result_head_arr.png) no-repeat left top;
  background-size: contain;
  content: '';
  display: block;
  height: 23px;
  width: 48px;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}

.result-head-inner {
  display: flex;
  width: 100%;
}

.result-head-ttl {
  border-right: 2px solid #d9d9d9;
  display: flex;
  align-items: center;
  padding: 20px 0;
  width: 17.5%;
}

.result-head-ttl .result-head-ttl-inner {
  width: 100%;
}

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

.result-head-count {
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

.result-head-count span {
  color: #3d2e80;
}

.result-head-btn-reset {
  width: 98px;
  margin: 0 auto;
}

.result-head-btn-reset a {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
}

.result-head-btn-reset a:hover {
  color: #3d2e80;
}

.result-head-btn-reset span {
  background: url(/common/css/img/icon_reset.png) no-repeat left center;
  background-size: 14px 14px;
  display: inline-block;
  padding-left: 22px;
}

.result-head-filter {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 6.0606060606%;
  padding-bottom: 5px;
}

.filter-box {
  border-bottom: 1px dashed #999;
  padding: 16px 0 6px 114px;
  position: relative;
}

.filter-box-ttl {
  background-color: #7364af;
  color: #fff;
  line-height: 1;
  height: 24px;
  padding: 6px 5px 5px;
  position: absolute;
  left: 0;
  top: 16px;
  text-align: center;
  width: 80px;
  font-size: 13px;
  font-size: 1.3rem;
}

.filter-box-ttl:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #7364af;
  position: absolute;
  right: -10px;
  top: 0;
}

.filter-box-list {
  font-size: 0;
  line-height: 1;
}

.filter-box-list li {
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
}

.filter-box-list li.selected a {
  background-color: #7059b2;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.filter-box-list li.disabled a {
  background-color: #ededed;
  color: #8f8f8f;
  pointer-events: none;
}

.filter-box-list a {
  border: 1px solid #d1d1d1;
  color: #000;
  display: block;
  min-width: 70px;
  padding: 5px 18px 4px;
  text-decoration: none;
}

.filter-box-list a:hover {
  color: #3d2e80;
}

.filter-box-business .filter-box-ttl {
  background-color: #1a61b2;
}

.filter-box-business .filter-box-ttl:after {
  border-left-color: #1a61b2;
}

.filter-box-facility .filter-box-ttl {
  background-color: #199040;
}

.filter-box-facility .filter-box-ttl:after {
  border-left-color: #199040;
}

.filter-box-region .filter-box-ttl {
  background-color: #bf4638;
}

.filter-box-region .filter-box-ttl:after {
  border-left-color: #bf4638;
}

@media screen and (max-width: 767px) {
  .result-head {
    padding: 15px 0;
  }
  .result-head-inner {
    display: block;
  }
  .result-head-ttl {
    border-right: none;
    display: block;
    padding: 20px 0;
    width: 100%;
  }
  .result-head-ttl .result-head-ttl-inner {
    width: 100%;
  }
  .result-head-ttl .main-ttl-lv1 {
    margin-bottom: 20px;
  }
  .result-head-count {
    margin-bottom: 22px;
  }
  .result-head-filter {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
  }
  .filter-box {
    border-bottom: 1px dashed #999;
    padding: 15px 0 10px;
    position: relative;
  }
  .filter-box-ttl {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    top: inherit;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .filter-box-ttl:after {
    display: none;
  }
  .filter-box-list {
    font-size: 0;
    line-height: 1;
    padding-right: 5px;
    display: block;
  }
  .filter-box-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .filter-box-list li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .filter-box-list li:nth-child(2n) {
    margin-right: -5px;
  }
  .filter-box-list a {
    padding: 5px 5px 4px;
    text-decoration: none;
  }
  #filter-btn {
    position: fixed;
    right: 20px;
    bottom: 60px;
    height: 40px;
    width: 40px;
    z-index: 100;
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(64px);
  }
  #filter-btn.show {
    opacity: 1;
    transform: translateY(0);
  }
  #filter-btn a {
    background: #7364af url(img/icon_filter.png) no-repeat center 6px;
    background-size: 18px 18px;
    border-radius: 22px;
    color: #fff;
    display: block;
    height: 44px;
    width: 44px;
    padding-top: 24px;
    text-align: center;
    text-decoration: none;
    font-size: 9px;
    font-size: 0.9rem;
  }
}

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

.result-cont .box-center {
  background-color: #fff;
  padding-top: 40px;
  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(/business/result/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: 16px;
  font-size: 1.6rem;
}

.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 2px;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.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 */
