/* **********************TOPページ***************************** */
/* **********************TOPページ***************************** */
/* **********************TOPページ***************************** */

.header-menu-wrap {
  height: 100px;
}

.header-logo-img {
  max-width: 70px;
}

.all-content-wrap {
  background-color: #EFEFEF;
}

.top-about {
  padding: 66px 0 0;
}

.about-wrap {
  position: relative;
}

.about-content-wrap {
  width: 100%;
  justify-content: center;
}

.about-title-area {
  width: 100%;
  text-align: center;
  position: relative;
}

.about-title-area h2 {
  font-size: 25px;
  font-weight: 500;
}

.about-content-area {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-content-area p {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  transform: translateX(9%);
  position: relative;
}

.about-content-area p::after {
  content: '';
  background-image: url(../../common/img/company_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: -195px;
  transform: translateY(-45%);
}

.about-company-logo img {
  width: 100%;
}

.about-content-area .btn {
  text-align: end;
  width: 87%;
}

.top-works {
  background-color: #EFEFEF;
}

.works-wrap {
  position: relative;
}

.works-content-wrap {
  width: 100%;
  justify-content: center;
  padding-top: 100px;
}

.works-title-area {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}

.works-title-area h2 {
  font-size: 25px;
  font-weight: 500;
}

.works-title-area p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  margin: 15px 0 0;
}

.works-items {
  width: 50%;
  position: relative;
}

.works-items-title-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 45%;
  background-color: rgba(90, 90, 90, 0.47);
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.title-wrap {
  align-self: center;
}

.works-items-title-area h3 {
  color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px;
    width: 100%;
}

.works-items-title-area p {
  color: #fff;
  font-size: 13px;
  width: 100%;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.4s;
}

.works-items:hover .works-items-title-area p {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.4s;
}

.works-items-category {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 10%;
  background-color: rgba(90, 90, 90, 0.47);
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-items-category p {
  color: #fff;
  font-size: 10px;
}

.contents-wrap {
  margin: 0 auto;
  padding: 95px 0 0;
  max-width: 1000px;
}

.contents-wrap .content-list {
  width: 25%;
  text-align: center;
}

.contents-wrap .content-list h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 25px;
}

.contents-wrap .content-list img {
  width: 30%;
}

.news-wrap {
  padding: 65px 0 0;
}

.news-list-area {
  width: 100%;
}

.news-tag-area {
  border-bottom: 1px solid rgba(112, 112, 112, 0.8);
  padding: 5px 10%;
}

.news-tag-area h2 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 13%;
}

.tab .select {
  background-color: #aaa;
  color: #fff;
}

.news-list {
  border-bottom: 1px solid rgba(112, 112, 112, 0.8);
  padding: 15px 10%;
}

.news-list p,
.news-list a {
  font-size: 12px;
}

.news-list p.news-date {
  width: 17%;
}

.news-list .categories {
  width: 10.5%;
}

.categories {
  padding-right: 20px;
}



.news-list p.news-contents {
  font-weight: 500;
  font-family: 'Meiryo', 'メイリオ';
}

.tab li {
  padding: 0 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}

/* **********************TOPページ***************************** */

@media (max-width: 1024px) {
  .works-content-wrap {
    padding-top: 50px;
  }

  .works-items-title-area h3 {
    font-size: 23px;
    margin: 0;
  }

  .contents-wrap .content-list h2 {
    font-size: 20px;
  }

  .news-tag-area h2 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .works-content-wrap {
    padding-top: 50px;
  }

  .top-about {
    padding: 120px 20px 0;
  }

  .about-title-area::after {
    content: '';
    background-image: url(../../common/img/company_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-content-area p {
    transform: translateX(0);
    font-size: 12px;
  }

  .about-content-area p::after {
    content: none;
  }

  .about-content-area .btn {
    text-align: center;
  }

  .works-title-area {
    width: auto;
    text-align: center;
    margin: 0 10px 20px;
  }

  .works-title-area p {
    font-size: 12px;
  }

  .contents-wrap .content-list {
    width: 25%;
    text-align: center;
    margin: 0 0 40px;
  }

  .contents-wrap .content-list h2 {
    font-size: 18px;
  }

  .works-items {
    width: 100%;
    position: relative;
  }

  .works-items-title-area h3 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 26px;
  }

  .works-items-title-area p {
    font-size: 12px;
    transform: translateY(0);
    opacity: 1;
  }

  .contents-wrap .content-list img {
    width: 35%;
  }

  .news-tag-area {
    padding: 5px 20px;
    display: block;
  }

  .news-tag-area h2 {
    width: auto;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tab li {
    padding: 10px 0;
    width: 33%;
    justify-content: center;
  }

  .news-list {
    padding: 15px 20px;
    display: block;
  }

  .news-list p,
  .news-list a {
    font-size: 11px;
    margin: 5px 0;
  }

  .news-list p.news-contents {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .works-items-title-area h3 {
    font-size: 18px;
  }


}

@media (max-width: 564px) {
  .works-content-area .flex-box {
    flex-direction: column;
  }

  .contents-wrap .content-list h2 {
    font-size: 14px;
  }

  .contents-wrap .content-list {
    width: 25%;
  }

  .contents-wrap .content-list img {
    width: 40%;
  }

  .works-items-title-area h3 {
    font-size: 17px;
  }

  .works-items-title-area p {
    font-size: 9px;
  }

  .news-tag-area h2 {
    font-size: 14px;
  }

  .tab li {
    padding: 5px 0;
    font-size: 12px;
  }

}
