:root {
  --main-color: #194f7c;
  --sub-color: #1b8c00;
  --fonts-activ: aktiv-grotesk, sans-serif;
}
.single-date {
    margin-bottom: 24px;
}
.page-sub-main-visual {
  width: 100%;
  height: 520px;
  background-image: url(https://effect-effect.com/cp-bin/wordpress/wp-content/uploads/2021/09/page-sub-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.title-area {
  max-width: 1080px;
  width: 90%;
  height: 520px;
  margin: 0 auto;
  position: relative;
}
.sub-page-title {
  max-width: 70%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translate(0%, -55%);
  padding: 14px 12% 14px 12%;
  background-color: #ffffff78;
}
.sub-page-title h1 {
  font-size: 24px;
  color: var(--main-color);
  font-weight: bold;
}

.bread-crumbs {
  margin: 24px auto 80px auto;
}
.bread-crumbs ul {
  display: flex;
}
.bread-crumbs ul li {
  font-size: 14px;
  color: var(--sub-color);
  margin-right: 6px;
}

/**
====================    company information  **/
.sub-page-banner-area {
  width: 90%;
  height: 150px;
  margin: 50px auto 70px;
  -webkit-transition: .3s;
  transition: .3s;
}

.sub-page-banner-area img {
  width: 100%;
}

.sub-page-banner-area:hover {
  opacity: .8;
}

/**
====================    parallax-area  **/
aside.footer-parallax-area {
  width: 100%;
  height: 140px;
  margin: 70px 0;
  background-image: url(../images/bg-parallax.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/**
====================    開発実績  **/
.page-results-title {
  text-align: center;
  margin-bottom: 30px;
}
.page-results-title h2 {
  font-size: 30px;
  margin-bottom: 24px;
  font-weight: bold;
}
.category-list {
  text-align: center;
  margin-bottom: 30px;
}
.category-list h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
.category-list ul {
  justify-content: center;
  flex-wrap: wrap;
}
.category-list ul li {
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 12px;
  border: solid 1px #194f7c;
  background-color: #194f7c;
}
.category-list ul li a {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

/**
====================    ニュース記事一覧  **/
.news-list-area ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 14px;
  display: flex;
  flex-wrap: wrap;
}

.news-list-area li {
  width: 24%;
  height: auto;
  border: solid 1px #e6e6e6;
}

.news-list-top-img {
  width: 100%;
  height: auto;
}

.news-list-top-img img {
    width: 100%;
    height:170px;
    object-fit: cover;
}


.list-text-area {
  padding: 12px 18px;
}

.news-list-text {
  font-size: 14px;
}

.news-list-date {
  font-size: 10px;
  margin-top: 18px;
  color: var(--sub-color);
}

span.border {
  padding: 5px 3px;
  margin-right: 6px;
  font-size: 10px;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .page-sub-main-visual {
    width: 100%;
    height: 220px;
    margin-top: 60px;
    background-image: url(https://effect-effect.com/cp-bin/wordpress/wp-content/uploads/2021/09/page-sub-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  .title-area {
    max-width: 1080px;
    width: 90%;
    height: 220px;
    margin: 0 auto;
    position: relative;
  }
  .sub-page-title {
    max-width: 70%;
    padding: 14px 12% 14px 12%;
  }
  .sub-page-title h1 {
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
  }
  .news-list-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list-area li {
    width: 48%;
    height: auto;
    border: solid 1px #e6e6e6;
    margin-bottom: 24px;
  }
  .news-list-top-img {
    width: 100%;
    height: auto;
  }
  .news-list-top-img img {
    width: 100%;
  }
  .category-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
/**
====================    parallax-area  **/
aside.footer-parallax-area {
  width: 100%;
  height: 60px;
  margin: 70px 0;
  background-image: none;
  background-color: var(--main-color);
}
}
@media screen and (max-width: 640px) {
  .sub-page-title {
    max-width: 80%;
  }
  .sub-page-title h1 {
    font-size: 20px;
  }
  .news-list-area li {
    width: 100%;
    height: auto;
    border: solid 1px #e6e6e6;
    margin-bottom: 24px;
  }

  .category-list ul li {
    width: 42%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 3px;
    border: solid 1px #194f7c;
    background-color: #194f7c;
  }
  .category-list ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  .category-list ul li {
    width: 80%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 10px auto;
    border: solid 1px #194f7c;
    background-color: #194f7c;
  }
}


.page-results-title-demo {
  padding: 10px;
  position: relative;
}
.page-results-title-demo h2 {
  line-height: 1.6;
  font-size: 100%;
  letter-spacing: 0.08em;
  color: rgb(31, 31, 31);
  position: relative;
  margin-bottom: 24px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", Sans-serif;
}
.page-results-title-demo h2:before {
  position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    content: '';
    background-color: #1c8c16;
    width: 30%;
    max-width: 70px;
    height: 2px;
    transform: translate(-50%, 10px);
}
.page-results-title-demo p {
  padding: 10px;
}
.footer-banner-area {
  margin: 50px auto;
  text-align: center;
}

.footer-banner-area img {
  width: 90%;
  max-width: 520px;
  transition: .4s;
}
.footer-banner-area img:hover {
  opacity: .8;
}
.breadcrumb-area {
  color: #1c8c16;
}