  @charset "utf-8";

/* ======================================================
 * works.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- works-latest-list ----- */
  .works-latest-list {
    display: flex;
    flex-flow: row wrap;
  }
  .works-latest-list .works-latest-list__item {
    width: calc(((100% - 36px * 2) / 3) - 0.1px);
    margin-top: 1.5em;
    margin-left: 36px;
  }
  .works-latest-list .works-latest-list__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .works-latest-list .works-latest-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  
  /* ----- works-card ----- */
  .works-card {
    display: flex;
    height: 100%;
  }
  .works-card [class*="works-card__link"] {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .works-card .works-card__head {
  }
  .works-card .works-card__body {
    padding: 30px;
  }
  .works-card .works-card__head > *:first-child,
  .works-card .works-card__body > *:first-child {
    margin-top: 0 !important;
  }
  .works-card .works-card__head > *:last-child,
  .works-card .works-card__body > *:last-child {
    margin-bottom: 0 !important;
  }
  .works-card .works-card__image {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    z-index: 1;
  }
  .works-card .works-card__image img {
    width: 100%;
    height: auto;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
  .works-card [class*="works-card__category"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    height: 20px;
    padding: 1px 13px 0;
    border-radius: 20px;
    background-color: #ccc;
    color: #fff;
    font-size: .75rem;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
  }
  .works-card .works-card__category--architecture      { background-color: #6cadb6; }
  .works-card .works-card__category--civil_engineering { background-color: #da7663; }
  .works-card .works-card__title {
    margin-top: .5em;
    font-weight: 700;
    font-size: 1.125rem;
  }
  .works-card .works-card__link--blank .works-card__title::after {
    display: inline-block;
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 0 0 8px;
    background: url("/common_img/cmn_blank_ic01.png") no-repeat 0 0;
    vertical-align: middle;
    content: "";
  }
  .works-card [class*="works-card__link"]:hover .works-card__image img {
    transform: scale(1.1,1.1);
  }
  .works-card [class*="works-card__link"]:hover .works-card__title {
    text-decoration: underline;
  }
  .works-card .works-card__link--blank:hover .works-card__title::after {
    animation-name: kf-icon2;
    animation-duration: .25s;
    animation-timing-function: ease-out;
  }
  
  /* ----- works-nav-index ----- */
  .works-nav-index {
    width: 100vw;
    margin: 3.75em calc(50% - 50vw) 0;
    background-color: #eff2f5;
  }
  .works-nav-index .works-nav-index__inner {
    width: 1232px;
    margin: 0 auto;
    padding: 55px 1em;
  }
  .works-nav-index .works-nav-index__inner > *:first-child {
    margin-top: 0 !important;
  }
  .works-nav-index .works-nav-index__inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .works-nav-index .works-nav-index__list {
    display: flex;
    flex-flow: row wrap;
  }
  .works-nav-index .works-nav-index__list > li {
    width: calc(((100% - 36px * 1) / 2) - 0.1px);
    margin-top: .5em;
    margin-left: 36px;
    margin-bottom: 0;
  }
  .works-nav-index .works-nav-index__list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .works-nav-index .works-nav-index__list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .works-nav-index [class*="works-nav-index__link"] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    min-height: 60px;
    height: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
  }
  .works-nav-index .works-nav-index__image {
    width: 50px;
    padding: 0 6px;
    text-align: center;
  }
  .works-nav-index .works-nav-index__image img {
    max-width: 38px;
    height: auto;
  }
  .works-nav-index .works-nav-index__title {
    flex: 1;
    color: #333;
    font-size: .9375rem;
    transition: all .3s cubic-bezier(.4,0,.2,1);
  }
  .works-nav-index .works-nav-index__link--blank .works-nav-index__title::after {
    display: inline-block;
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 0 0 8px;
    background: url("/common_img/cmn_blank_ic01.png") no-repeat 0 0;
    vertical-align: middle;
    content: "";
  }
  .works-nav-index [class*="works-nav-index__link"]:hover .works-nav-index__title {
    color: #1bb8ce;
    text-decoration: underline;
  }
  
  /* ----- works-tech-compo ----- */
  .works-tech-compo {
    margin: 3.25em 0 0 0;
  }
  .works-tech-compo .works-tech-compo__title {
    margin: 0 0 1em 0;
    font-size: 1.375rem;
    font-weight: 700;
  }
  .works-tech-compo .works-tech-compo__title__label {
    display: inline-block;
    position: relative;
    padding-left: 39px;
  }
  .works-tech-compo .works-tech-compo__title__label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url("/common_img/cmn_heading_ic02.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 25px 25px;
    content: "";
  }
  .works-tech-compo .works-tech-compo__more {
    margin: 2em 0 0 0;
    text-align: center;
  }
  .works-tech-compo .works-tech-compo__more__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 200px;
    height: 50px;
    padding: 6px 45px 5px 55px;
    border: 1px solid #ddd;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .15);
    color: #333;
    text-align: center;
  }
  .works-tech-compo .works-tech-compo__more__link::before,
  .works-tech-compo .works-tech-compo__more__link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 28px;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 0;
    background-color: #656766;
    -webkit-backface-visibility: hidden;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    content: "";
  }
  .works-tech-compo .works-tech-compo__more__link::before {
    transform: rotate(90deg);
  }
  .works-tech-compo .works-tech-compo__more__link.is-active::before {
    transform: rotate(0deg);
  }
  .works-tech-compo .works-tech-compo__more__link:hover {
    background-color: #f7f9fb;
  }
  
  /* ----- works-construction-icon ----- */
  .works-construction-icon {
    display: inline-block;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: bold;
    color: #4b4948 !important;
  }
  .works-card__category--architecture + .works-construction-icon {
    margin-left: 6px;
  }
  .cmn-card-v2__body .works-construction-icon {
    margin-top: .75rem;
  }
  .table-wrap td .works-construction-icon {
    margin-left: 1rem;
  }
  .works-construction-icon img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1232px) {
  .works-nav-index {
    width: 1232px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- works-latest-list ----- */
  .works-latest-list {
    margin: 1.25em -15px 0;
  }
  .works-latest-list.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .works-latest-list .works-latest-list__item {
  }
  .works-latest-list .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
  }
  .works-latest-list .slick-dots li {
    margin: 0;
  }
  .works-latest-list .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    text-indent: -9999em;
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
    transition: all .25s cubic-bezier(.4,0,.2,1);
  }
  .works-latest-list .slick-dots li.slick-active button:before {
    background-color: #e94829;
    opacity: 1;
  }
  .works-latest-list .slick-dots li.carousel-btn {
    margin-left: 10px;
  }
  
  /* ----- works-card ----- */
  .works-card {
    display: flex;
    height: 100%;
    padding: 0 9px 10px;
  }
  .works-card [class*="works-card__link"] {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .works-card .works-card__head {
  }
  .works-card .works-card__body {
    padding: 20px;
  }
  .works-card .works-card__head > *:first-child,
  .works-card .works-card__body > *:first-child {
    margin-top: 0 !important;
  }
  .works-card .works-card__head > *:last-child,
  .works-card .works-card__body > *:last-child {
    margin-bottom: 0 !important;
  }
  .works-card .works-card__image {
    overflow: hidden;
  }
  .works-card .works-card__image img {
    width: 100%;
    height: auto;
    transition: all .3s cubic-bezier(.4,0,.2,1);
  }
  .works-card [class*="works-card__category"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 95px;
    height: 17px;
    padding: 2px 0 0 0;
    border-radius: 17px;
    background-color: #ccc;
    color: #fff;
    font-size: .65625rem;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
  }
  .works-card .works-card__category--architecture      { background-color: #6cadb6; }
  .works-card .works-card__category--civil_engineering { background-color: #da7663; }
  .works-card .works-card__title {
    margin-top: .5em;
    font-weight: 700;
    font-size: 1rem;
  }
  .works-card .works-card__link--blank .works-card__title::after {
    display: inline-block;
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 0 0 8px;
    background: url("/common_img/cmn_blank_ic01-r2x.png") no-repeat 0 0;
    background-size: 11px 11px;
    vertical-align: middle;
    content: "";
  }
  
  /* ----- works-nav-index ----- */
  .works-nav-index {
    margin: 1.5em -15px 0;
    background-color: #eff2f5;
  }
  .works-nav-index .works-nav-index__inner {
    padding: 50px 15px 30px;
  }
  .works-nav-index .works-nav-index__inner > .row > * + * {
    margin-top: 3em;
  }
  .works-nav-index .works-nav-index__inner > *:first-child {
    margin-top: 0 !important;
  }
  .works-nav-index .works-nav-index__inner > *:last-child {
    margin-bottom: 0 !important;
  }
  .works-nav-index .works-nav-index__list {
    display: flex;
    flex-flow: row wrap;
  }
  .works-nav-index .works-nav-index__list > li {
    width: calc((100% - 15px * 1) / 2);
    margin-top: 1em;
    margin-left: 15px;
    margin-bottom: 0;
  }
  .works-nav-index .works-nav-index__list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .works-nav-index .works-nav-index__list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .works-nav-index [class*="works-nav-index__link"] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
  }
  .works-nav-index .works-nav-index__image {
    width: 30px;
    margin-right: 4px;
    text-align: center;
  }
  .works-nav-index .works-nav-index__image img {
    width: 100%;
    height: auto;
  }
  .works-nav-index .works-nav-index__title {
    flex: 1;
    color: #333;
  }
  .works-nav-index .works-nav-index__link--blank .works-nav-index__title::after {
    display: inline-block;
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 0 0 7px;
    background: url("/common_img/cmn_blank_ic01-r2x.png") no-repeat 0 0;
    background-size: 11px 11px;
    vertical-align: middle;
    content: "";
  }
  
  /* ----- works-tech-compo ----- */
  .works-tech-compo {
    margin: 2.5em 0 0 0;
  }
  .works-tech-compo + * {
    margin-top: 2.5em;
  }
  .works-tech-compo .works-tech-compo__title {
    margin: 0 0 1em 0;
    font-size: 1.1875rem;
    font-weight: 700;
  }
  .works-tech-compo .works-tech-compo__title__label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
  }
  .works-tech-compo .works-tech-compo__title__label::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url("/common_img/cmn_heading_ic02.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 22px 22px;
    content: "";
  }
  .works-tech-compo .works-tech-compo__more {
    margin: 1.5em 0 0 0;
    text-align: center;
  }
  .works-tech-compo .works-tech-compo__more__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 175px;
    height: 45px;
    padding: 6px 30px 5px 40px;
    border: 1px solid #ddd;
    border-radius: 45px;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .15);
    color: #333;
    text-align: center;
  }
  .works-tech-compo .works-tech-compo__more__link::before,
  .works-tech-compo .works-tech-compo__more__link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 0;
    border-radius: 2px;
    background-color: #656766;
    -webkit-backface-visibility: hidden;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    content: "";
  }
  .works-tech-compo .works-tech-compo__more__link::before {
    transform: rotate(90deg);
  }
  .works-tech-compo .works-tech-compo__more__link.is-active::before {
    transform: rotate(0deg);
  }
  
  /* ----- works-construction-icon ----- */
  .works-construction-icon {
    display: inline-block;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: bold;
    color: #4b4948 !important;
  }
  .works-card__category--architecture + .works-construction-icon {
    margin-left: 6px;
  }
  .cmn-card-v2__body .works-construction-icon {
    margin-top: .5rem;
  }
  .table-wrap td .works-construction-icon {
    margin-left: .75rem;
  }
  .works-construction-icon img {
    display: inline-block !important;
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}