@charset "utf-8";

/* CSS Document */
.sierpage .contentheader{background-image: url(../images/sier-bg-01.jpg);}

.siermain{padding-bottom: 100px;}

.siermain .section-wrap:not(:last-of-type){margin-bottom: 100px;}

.siermain .section-wrap:nth-of-type(2n+2){
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(245,245,245,1);
  }

.sier-head{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 70px;
  }
  .sier-title{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    }

.sier-item{}
  .sier-item:not(:last-of-type){margin-bottom: 80px;}
  .sier-item-head{
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(100,100,100,1);
    }
    .sier-item-ttl{
      font-size: 24px;
      font-weight: 500;
      }
      .project-sier .sier-item-ttl{font-size: 18px;}
  .sier-item-body{
    display: flex;
    margin-bottom: 30px;
    }
    .sier-item-fig{
      width: 350px;
      margin-right: 50px;
      }
      .project-sier .sier-item-fig{
        width: 300px;
        margin-right: 30px;
        }
    .sier-item-detail{width: calc(100% - 350px - 50px);}
      .project-sier .sier-item-detail{width: calc(100% - 300px - 30px);}
      .sier-summary{margin-bottom: 20px;}
      .project-sier .sier-summary{margin-bottom: 10px;}
      .sier-summary-text{}
      .project-sier .sier-summary-text{font-size: 14px;}
      .sier-data{
        margin-bottom: 15px;
        border-top: 1px solid rgba(230,230,230,1);
        }
        .sier-data-item{
          display: flex;
          width: 100%;
          padding-right: 5px;
          padding-top: 10px;
          padding-left: 5px;
          padding-bottom: 10px;
          border-bottom: 1px solid rgba(230,230,230,1);
          }
          .project-sier .sier-data-item{
            padding-top: 5px;
            padding-bottom: 5px;
            }
          .sier-data-head{width: 120px;}
            .project-sier .sier-data-head{
              width: 70px;
              font-size: 14px;
              }
          .sier-data-body{width: calc(100% - 120px);}
            .project-sier .sier-data-body{
              width: calc(100% - 70px);
              font-size: 14px;
              }
          .sier-data-link{text-decoration: underline;}
            .sier-data-link:hover{text-decoration: none;}

      .sier-contact{width: 220px;}
        .sier-contact-button{
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          width: 100%;
          font-size: 14px;
          font-weight: 500;
          background-color: rgba(255,255,255,1);
          border: 1px solid rgba(255,216,19,1);
          transition: .4s;
          }
          .sier-contact-button:hover{
            border-radius: 25px;
            background-color: rgba(255,216,19,1);
            }

.sier-achieve{}
  .sier-achieve-head{
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px solid rgba(255,216,19,1);
    }
  .sier-achieve-ttl{
    font-size: 18px;
    font-weight: 500;
    }
    .project-sier .sier-achieve-ttl{font-size: 16px;}
  .sier-achieve-list{display: flex;}
  .sier-achieve-item{
    width: calc((100% - 40px) / 3);
    transition: .3s;
    background-color: rgba(255,255,255,1);
    }

    .sier-achieve-item:not(:nth-of-type(2n+2)){margin-right: 20px;}
    .sier-achieve-item:not(:nth-last-of-type(-n+2)){margin-bottom: 20px;}
    .sier-achieve-link{
      display: flex;
      flex-direction: column;
      height: 100%;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 70px;
      padding-left: 20px;
      position: relative;
      }
      .project-sier .sier-achieve-link{
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 70px;
        padding-left: 15px;
        }
      .sier-achieve-link::before{
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid rgba(230,230,230,1);
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s;
        box-sizing: border-box;
        }
      .sier-achieve-link:hover::before{border: 4px solid rgba(230,230,230,1);}

      .sier-achieve-link::after{
        content: "詳しくはこちら";
        width: calc(100% - 30px);
        padding-top: 15px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        background-color: rgba();
        border-top: 1px solid rgba(220,220,220,1);
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        }

    .sier-achieve-name{margin-bottom: 10px;}
    .sier-achieve-name-text{
      font-weight: 500;
      line-height: 1.6;
      }
    .project-sier .sier-achieve-name-text{font-size: 14px;}
    .sier-achieve-tag{
      display: flex;
      flex-wrap: wrap;
      margin-top: auto;
      }
    .sier-achieve-tag-item{
      display: flex;
      align-items: center;
      height: 22px;
      margin-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 12px;
      line-height: 1;
      text-align: center;
      border-radius: 3px;
      border: 1px solid rgba(100,100,100,1);
      background-color: rgba(255,255,255,1);
      }
      .sier-achieve-tag-item:not(:last-of-type){margin-right: 5px;}

.sier-comment{margin-bottom: 40px;}
  .sier-comment-title{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(255,216,19,1);
    }
    .sier-comment-title-text{
      font-size: 20px;
      font-weight: 500;
      }
  .sier-comment-detail{}
    .sier-comment-detail-text{}

@media screen and (max-width: 991px) {



}/* max-width: 991px */

@media screen and (max-width: 767px) {

.sier-item-fig{
  width: 300px;
  margin-right: 30px;
  }
  .project-sier .sier-item-fig{
    width: 250px;
    margin-right: 20px;
    }
  .sier-item-detail{width: calc(100% - 300px - 30px);}
  .project-sier .sier-item-detail{width: calc(100% - 250px - 20px);}

  .sier-data-head{width: 70px;}
  .sier-data-body{width: calc(100% - 70px);}

  .sier-comment{margin-bottom: 30px;}

  .sier-achieve-item{width: calc((100% - 20px) / 2);}
    .sier-achieve-item:not(:nth-of-type(2n+2)){margin-right: 0;}
    .sier-achieve-item:not(:nth-of-type(n+2)){margin-right: 15px;}

}/* max-width: 767px */

@media screen and (max-width: 575px) {

.sier-item-body{flex-wrap: wrap;}
.sier-item-fig{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  }
  .project-sier .sier-item-fig{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    }
  .sier-item-detail{width: 100%;}  
  .project-sier .sier-item-detail{width: 100%;}
  
  .sier-contact{margin: 0 auto;}

}/* max-width: 575px */

@media screen and (max-width: 475px) {

.sier-achieve-list{flex-wrap: wrap;}
  .sier-achieve-item{width: 100%;}
  .sier-achieve-item:not(:nth-of-type(n+2)){margin-right: 0;}
  .sier-achieve-item:not(:nth-last-of-type(-n+1)){margin-bottom: 0;}
  .sier-achieve-item:not(:last-of-type){margin-bottom: 15px;}
  .sier-comment-title-text{font-size: 18px;}


}/* max-width: 475px */