/* ------------------------------
 width: all
------------------------------ */
body {
  background-position: top -60px center;
  background-image: url(../../images/bg_re.webp);
}

main section.ttlsection .wrapper {
  background-image: url(../../images/bg_ttl_ne.webp);
}

main section.s01 {
  padding: 100px 30px 0;
}

main section.s01 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s01 .wrapper .pagemenu {
  display: flex;
}

main section.s01 .wrapper .pagemenu li {
  width: 25%;
  border-left: 1px solid #1a96d5;
}

main section.s01 .wrapper .pagemenu li:last-child {
  border-right: 1px solid #1a96d5;
}

main section.s01 .wrapper .pagemenu li a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  opacity: 1 !important;
  padding: 0 15px;
}

main section.s01 .wrapper .pagemenu li a p {
  width: 100%;
  text-align: center;
  transition-duration: 0.3s;
  color: #1a96d5;
  font-size: 28px;
  line-height: 1.4;
}

main section.s01 .wrapper .pagemenu li a:hover img {
  transform: translateY(10px);
}

main section.s01 .wrapper .pagemenu li a img {
  width: 26px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  transition-duration: 0.3s;
}

.newslist {
  display: flex;
  flex-wrap: wrap;
  gap: 126px 5%;
  margin-top: 126px;
  margin-bottom: 600px;
}

.newslist li {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.newslist li picture img {
  width: 100%;
  display: block;
}

.newslist li .t02 {
  font-weight: bold;
  color: #1a96d5;
  font-size: 26px;
  margin-top: 20px;
}

.newslist li .t03 {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}

.newslist li .t04 {
  font-size: 20px;
  font-weight: 500;
  color: #989898;
  text-align: right;
  padding-top: 100px;
  margin-top: auto;
}

main section .wrapper .btnlist02 {
  margin-top: 190px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  body {
    background-position: top 150px center;
    background-image: url(../../../images/bg_re_sp.webp);
  }

  main section.ttlsection .wrapper {
    background-image: url(../../../images/bg_ttl_ne.webp);
  }

  main section.s01 {
    padding: 20px 25px 0;
  }

  main section.s01 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s01 .wrapper .pagemenu {
    display: block;
  }

  main section.s01 .wrapper .pagemenu li {
    width: 100%;
    border: none;
    border-top: 1px solid #1a96d5;
  }

  main section.s01 .wrapper .pagemenu li:last-child {
    border-right: none;
    border-bottom: 1px solid #1a96d5;
  }

  main section.s01 .wrapper .pagemenu li a {
    width: 100%;
    height: 100px;
    display: block;
    height: auto;
    padding: 10px 0;
  }

  main section.s01 .wrapper .pagemenu li a p {
    width: 100%;
    text-align: center;
    transition-duration: 0.3s;
    color: #1a96d5;
    font-size: 15px;
    line-height: 1.4;
  }

  main section.s01 .wrapper .pagemenu li a img {
    display: none;
  }

  .newslist {
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .newslist li {
    width: 100%;
    padding-top: 25px;
    display: block;
  }

  .newslist li+li {
    margin-top: 50px;
  }

  .newslist li picture {
    width: 100%;
    display: block;
  }

  .newslist li .t02 {
    font-weight: bold;
    font-size: 19px;
    margin-top: 18px;
  }

  .newslist li .t03 {
    width: 100%;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.6;
    margin-top: 20px;
  }

  .newslist li .t04 {
    font-size: 15px;
    text-align: right;
    padding-top: 0;
    margin-top: 10px;
  }
}