@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
.secNews {
  padding: 60px 0 100px 0;
}
@media screen and (min-width: 1025px) {
  .secNews {
    padding: 100px 0 200px 0;
  }
}
.secNews .secNews__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.secNews .secNews__ttl {
  padding-left: 30px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__ttl {
    font-size: 3.6rem;
    margin-bottom: 80px;
    padding-left: 64px;
  }
}
.secNews .secNews__ttl::before {
  content: "";
  background: #19336F;
  width: 2px;
  height: 60px;
  position: absolute;
  left: 10px;
  top: -10px;
  transform: rotate(25deg) translateY(30px);
  opacity: 0;
  transition: ease-in 0.2s;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__ttl::before {
    transform: rotate(25deg) translateY(60px);
    height: 100px;
    left: 20px;
    top: auto;
    bottom: 0;
  }
}
.secNews .secNews__ttl.scroll-in::before {
  opacity: 1;
  transform: rotate(25deg) translateY(0px);
}
.secNews .secNews__btnList {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__btnList {
    margin-bottom: 80px;
    gap: 30px;
  }
}
.secNews .secNews__btnList li {
  width: 100%;
  max-width: 200px;
  border: 1px solid #19336F;
  border-radius: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__btnList li {
    font-size: 1.8rem;
  }
}
.secNews .secNews__btnList li.active {
  color: #fff;
  background: #19336F;
  padding: 7px 0;
}
.secNews .secNews__btnList li a {
  color: #19336F;
  width: 100%;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding: 7px 0;
}
.secNews .secNews__list li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__list li {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.secNews .secNews__list li:last-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__list li:last-of-type {
    margin-bottom: 60px;
  }
}
.secNews .secNews__list li.pdf a::after {
  content: "";
  background: url(/files/img/common/ico_pdf.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.secNews .secNews__list li a {
  position: relative;
  padding-right: 40px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__list li a {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-right: 90px;
  }
}
.secNews .secNews__list li a::after {
  content: "";
  background: url(/files/img/common/ico_arrow_02.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.secNews .secNews__list li .leftCont {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__list li .leftCont {
    margin-bottom: 0;
  }
}
.secNews .secNews__list li .leftCont .secNews__list--date {
  color: #777;
}
.secNews .secNews__list li .leftCont .secNews__list--name {
  border: 1px solid #19336F;
  border-radius: 30px;
  color: #19336F;
  min-width: 75px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__list li .leftCont .secNews__list--name {
    font-size: 1.6rem;
  }
}
.secNews .secNews__list li .rightCont .secNews__list--ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__list li .rightCont .secNews__list--ttl {
    margin-bottom: 20px;
  }
}
.secNews .secNews__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #AFAFAF;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__number {
    gap: 36px;
    font-size: 1.8rem;
  }
}
.secNews .secNews__number a {
  color: #19336F;
}
.secNews .secNews__number a img {
  width: 40px;
}
@media screen and (min-width: 1025px) {
  .secNews .secNews__number a img {
    width: 60px;
  }
}

.newsDetail {
  padding: 80px 0 100px 0;
}
@media screen and (min-width: 1025px) {
  .newsDetail {
    padding: 100px 0 200px 0;
  }
}
.newsDetail .newsDetail__temp {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__temp {
    margin-bottom: 100px;
  }
}
.newsDetail .newsDetail__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__img {
    margin-bottom: 40px;
  }
}
.newsDetail .secNews__ttl02 {
  border-bottom: 1px solid #989898;
  padding-bottom: 3px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .newsDetail .secNews__ttl02 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.newsDetail .secNews__ttl03 {
  color: #19336F;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .secNews__ttl03 {
    margin-bottom: 40px;
  }
}
.newsDetail .newsDetail__list01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__list01 {
    margin-bottom: 60px;
  }
}
.newsDetail .newsDetail__list01 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 6px;
}
.newsDetail .newsDetail__list01 li::before {
  content: "";
  border: 1px solid #19336F;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__list01 li::before {
    top: 15px;
  }
}
.newsDetail .newsDetail__list02 {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__list02 {
    margin-bottom: 60px;
  }
}
.newsDetail .newsDetail__list02 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 6px;
}
.newsDetail .newsDetail__list02 li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  color: #19336F;
  font-size: 1.4rem;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__list02 li::before {
    font-size: 1.8rem;
  }
}
.newsDetail .newsDetail__btn {
  text-decoration: underline;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__btn {
    margin-bottom: 40px;
  }
}
.newsDetail .newsDetail__btn a {
  font-weight: bold;
  position: relative;
}
.newsDetail .newsDetail__btn a::after {
  content: "";
  background: url(/files/img/common/ico_arrow_02.svg) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
.newsDetail .newsDetail__btn.openNew a::after {
  content: "";
  background: url(/files/img/common/ico_openNew.svg) no-repeat;
  background-size: contain;
}
.newsDetail .newsDetail__btn.pdf a::after {
  content: "";
  background: url(/files/img/common/ico_pdf.svg) no-repeat;
  background-size: contain;
}
.newsDetail .newsDetail__cont {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__cont {
    margin-bottom: 100px;
  }
}
.newsDetail .newsDetail__txt {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .newsDetail .newsDetail__txt {
    margin-bottom: 20px;
  }
}
/* .newsDetail .newsDetail__txt:last-of-type {
  margin-bottom: 0;
} */
.newsDetail .common__btn {
  margin: 0 auto;
}

