.fv {
  position: relative;
}
.fv h2 {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 8vw;
}

.pagenews-main .prev.page-numbers,
.pagenews-main .next.page-numbers {
  display: none !important;
}
.pagenews-main {
  padding-bottom: 20%;
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 70%, #cce8f8 95%, #cce8f8 100%);
}
.pagenews-main h2 {
  width: -moz-max-content;
  width: max-content;
  margin: 8% auto 0;
  font-size: 6vw;
  color: #103380;
}
.pagenews-main .news-archive-wrap {
  margin: 6% auto 0;
  width: 90%;
}
.pagenews-main .news-year-select {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.pagenews-main .news-year-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3vw;
  transform: translateY(-60%) rotate(45deg);
  width: 2vw;
  height: 2vw;
  border-right: 1px solid #103380;
  border-bottom: 1px solid #103380;
  pointer-events: none;
}
.pagenews-main .news-year-select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #103380;
  border-radius: 8vw;
  padding: 2.5vw 9vw 2.5vw 4vw;
  font-size: 3.73vw;
  color: #103380;
  cursor: pointer;
  background: #fff;
}
.pagenews-main .news-item {
  border-top: 1px solid #103380;
  margin-top: 6%;
}
.pagenews-main .news-item:last-of-type {
  border-bottom: 1px solid #103380;
}
.pagenews-main .news-item a {
  display: flex;
  flex-direction: column;
  gap: 3%;
  padding: 5% 0;
  text-decoration: none;
  color: inherit;
}
.pagenews-main .news-item__thumb {
  width: 100%;
}
.pagenews-main .news-item__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.pagenews-main .news-item__body {
  margin-top: 5%;
}
.pagenews-main .news-item__date {
  font-size: 3.2vw;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
.pagenews-main .news-item__title {
  font-size: 3.73vw;
  color: #000;
  font-weight: 400;
  margin-top: 2%;
  line-height: 1.5;
}
.pagenews-main .news-item + .news-item {
  margin-top: 0;
}
.pagenews-main .news-pagination {
  margin-top: 6%;
  text-align: center;
}
.pagenews-main .news-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
  height: 8vw;
  border: 1px solid #ccc;
  font-size: 3.2vw;
  margin: 0 1vw;
  text-decoration: none;
  color: inherit;
  background-color: #dedfdf;
}
.pagenews-main .news-pagination .page-numbers.current {
  background: #103380;
  color: #fff;
  border-color: #103380;
}
.pagenews-main__top {
  color: #103380;
  font-size: 3.73vw;
  border: 1px solid #103380;
  width: 45vw;
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 8% auto 0;
}

.pagenewssingle-main {
  padding-bottom: 20%;
  background: linear-gradient(to bottom, #ffffff 30%, #ffffff 70%, #cce8f8 95%, #cce8f8 100%);
}
.pagenewssingle-main__contentWrapper {
  width: 90%;
  margin: 6% auto 0;
}
.pagenewssingle-main__date {
  font-size: 3.2vw;
  color: #000;
}
.pagenewssingle-main__title {
  color: #000;
  font-size: 4.27vw;
  line-height: 1.5;
  margin-top: 2%;
  padding-bottom: 4%;
  border-bottom: 1px solid #000;
}
.pagenewssingle-main__thumb {
  margin: 6% auto 0;
  width: 100%;
}
.pagenewssingle-main__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.pagenewssingle-main__content {
  line-height: 1.9;
  margin: 6% auto 0;
  width: 100%;
  color: #333;
}
.pagenewssingle-main__content h2 {
  font-size: 4.27vw;
  margin-bottom: 3%;
  line-height: 1.5;
}
.pagenewssingle-main__content p {
  font-size: 3.73vw;
}

@media screen and (min-width: 768px) {
  .fv h2 {
    font-size: 4.0635vw;
  }
  .pagenews-main {
    padding-bottom: 18%;
    background: linear-gradient(to bottom, #ffffff 30%, #ffffff 70%, #cce8f8 95%, #cce8f8 100%);
  }
  .pagenews-main h2 {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 2.5vw;
    color: #103380;
  }
  .pagenews-main h2::before, .pagenews-main h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 84%;
    height: 203%;
    background-image: url(../images/business-page-aword-ttl-icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagenews-main h2::before {
    left: -95%;
  }
  .pagenews-main h2::after {
    right: -90%;
    background-image: url(../images/business-page-aword-ttl-icon-02.png);
  }
  .pagenews-main .news-archive-wrap {
    margin: 6% auto 0;
    width: 68%;
    padding: 0 3%;
  }
  .pagenews-main .news-year-select {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .pagenews-main .news-year-select::after {
    content: "";
    position: absolute;
    top: 45%;
    right: -120%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.8vw;
    height: 0.8vw;
    border-right: 1px solid #103380;
    border-bottom: 1px solid #103380;
    pointer-events: none;
  }
  .pagenews-main .news-year-select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #103380;
    border-radius: 3vw;
    padding: 10% 113% 9% 38%;
    font-size: 1.565vw;
    color: #103380;
    cursor: pointer;
    position: relative;
  }
  .pagenews-main .news-item {
    border-top: 1px solid #103380;
    margin-top: 5%;
  }
  .pagenews-main .news-item:last-of-type {
    border-bottom: 1px solid #103380;
  }
  .pagenews-main .news-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
    padding: 3% 0;
    text-decoration: none;
    color: inherit;
  }
  .pagenews-main .news-item__thumb {
    width: 40%;
  }
  .pagenews-main .news-item__thumb img {
    aspect-ratio: 16/9;
  }
  .pagenews-main .news-item__body {
    margin-top: 0;
  }
  .pagenews-main .news-item__date {
    font-size: 1.565vw;
    margin-bottom: 8px;
    color: #000;
    font-weight: 400;
  }
  .pagenews-main .news-item__title {
    font-size: 1.875vw;
    color: #000;
    font-weight: 400;
    margin-top: 4%;
  }
  .pagenews-main .news-item + .news-item {
    margin-top: 0;
  }
  .pagenews-main .news-pagination {
    margin-top: 5%;
    text-align: center;
  }
  .pagenews-main .news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    font-size: 1.565vw;
    margin: 0 4px;
    text-decoration: none;
    color: inherit;
    background-color: #dedfdf;
  }
  .pagenews-main .news-pagination .page-numbers.current {
    background: #103380;
    color: #fff;
    border-color: #103380;
  }
  .pagenews-main__top {
    color: #103380;
    font-size: 1.09375vw;
    border: 1px solid;
    width: 10vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5% auto 0;
  }
  .pagenewssingle-main {
    padding: 0 0 15%;
    background: linear-gradient(to bottom, #ffffff 30%, #ffffff 70%, #cce8f8 95%, #cce8f8 100%);
  }
  .pagenewssingle-main__contentWrapper {
    width: 68%;
    margin: 0 auto;
  }
  .pagenewssingle-main__date {
    font-size: 1.5625vw;
    color: #000;
  }
  .pagenewssingle-main__title {
    color: #000;
    font-size: 1.875vw;
    margin-top: 1%;
    padding-bottom: 2%;
    border-bottom: 1px solid #000;
    line-height: 1.5;
  }
  .pagenewssingle-main__thumb {
    margin: 6.5% auto 0;
    width: 62%;
  }
  .pagenewssingle-main__thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
  .pagenewssingle-main__content {
    line-height: 2;
    margin: 4% auto 0;
    width: 62%;
  }
  .pagenewssingle-main__content h2 {
    font-size: 1.565vw;
  }
  .pagenewssingle-main__content p {
    font-size: 0.9375vw;
  }
}/*# sourceMappingURL=news.css.map */