/* fonts */
/* color */
/* gradation */
.lower .section--01 {
  background: url("../img/news/fv-bg.webp") no-repeat center center/cover;
}
.lower .section--01 .section__inner {
  width: 79.5%;
  margin: 125px auto 0;
  padding: 96px 0;
}
.lower .section--02 .section__inner {
  width: 73.2%;
  margin: 40px auto 60px;
}
.lower .section--02 .section__inner .content {
  padding: 62px 100px 80px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width:1250px) {
  .lower .section--02 .section__inner .content {
    padding: 37px 56px 48px;
  }
}
.lower .section--02 .section__inner .content h2 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 43px;
  color: #fff;
  background: #162a89;
  border-radius: 6px;
  padding: 5px 20px 7px;
}
.lower .section--02 .section__inner .content h3 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 46px;
  color: #162a89;
}
.lower .section--02 .section__inner .content h4 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
  color: #333;
}
.lower .section--02 .section__inner .content h5 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  color: #333;
  position: relative;
}
.lower .section--02 .section__inner .content h5::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -10px;
  height: 3px;
  width: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#18a4fc), to(#162a89));
  background: linear-gradient(to left, #18a4fc, #162a89);
}
.lower .section--02 .section__inner .content h6 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 53px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  padding-left: 13.5px;
  position: relative;
}
.lower .section--02 .section__inner .content h6::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#717071), to(#c8c9ca));
  background: linear-gradient(to bottom, #717071, #c8c9ca);
}
.lower .section--02 .section__inner .content p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #333;
}
.lower .section--02 .section__inner .content b,
.lower .section--02 .section__inner .content strong {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
  color: #333;
}
.lower .section--02 .section__inner .content u {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.lower .section--02 .section__inner .content a {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  color: #162a89;
  text-decoration: none;
  border-bottom: 1px solid #162a89;
}
.lower .section--02 .section__inner .content ul,
.lower .section--02 .section__inner .content ol {
  margin-top: 20px;
  margin-left: 12px;
}
.lower .section--02 .section__inner .content ul li,
.lower .section--02 .section__inner .content ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 20px;
  color: #333;
  position: relative;
}
.lower .section--02 .section__inner .content ul li::before,
.lower .section--02 .section__inner .content ol li::before {
  position: absolute;
  left: 0;
}
.lower .section--02 .section__inner .content ul li:not(:has(p)):not(:first-child),
.lower .section--02 .section__inner .content ol li:not(:has(p)):not(:first-child) {
  margin-top: 9px;
}
.lower .section--02 .section__inner .content ul li:not(:first-child) p,
.lower .section--02 .section__inner .content ol li:not(:first-child) p {
  margin-top: 9px;
}
.lower .section--02 .section__inner .content ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #162a89;
  border-radius: 50%;
  top: 9px;
}
.lower .section--02 .section__inner .content ul li:has(p)::before {
  top: 15px;
}
.lower .section--02 .section__inner .content ol li {
  counter-increment: my-counter;
}
.lower .section--02 .section__inner .content ol li::before {
  content: counter(my-counter) ".";
  left: -10px;
  text-align: right;
  width: 25px;
}
.lower .section--02 .section__inner .content ol li:has(p)::before {
  top: 3px;
}
.lower .list {
  margin: 60px auto 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lower .list img {
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 40px;
}
.lower .list a {
  background-color: #162a89;
  border-radius: 1000px;
  padding: 22px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-right: 68px;
}

@media only screen and (max-width:960px) {
  .lower .section--01 {
    background: url("../img/news/fv-bg-sp.webp") no-repeat center center/cover;
  }
  .lower .section--01 .section__inner {
    width: 80.5%;
    margin: 74px auto 0;
    padding: 52.5px 0;
  }
  .lower .section--02 .section__inner {
    width: 88%;
    margin: 30px auto 40px;
  }
  .lower .section--02 .section__inner .content {
    padding: 23px 14px 50px;
  }
  .lower .section--02 .section__inner .content .date {
    font-size: 14px;
  }
  .lower .section--02 .section__inner .content .date .cat {
    font-size: 14px;
  }
  .lower .section--02 .section__inner .content h1 {
    font-size: 22px;
    line-height: 38px;
    padding-bottom: 20px;
  }
  .lower .section--02 .section__inner .content .wp-block-image {
    margin: 30px auto;
  }
  .lower .section--02 .section__inner .content .wp-block-image img {
    width: 100%;
    min-width: auto;
    max-width: 600px;
  }
  .lower .section--02 .section__inner .content h2 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 34px;
  }
  .lower .section--02 .section__inner .content h3 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 37px;
  }
  .lower .section--02 .section__inner .content h4 {
    margin-top: 30px;
    font-size: 21px;
    line-height: 36px;
  }
  .lower .section--02 .section__inner .content h5 {
    margin-top: 30px;
    font-size: 19px;
    line-height: 32px;
  }
  .lower .section--02 .section__inner .content h6 {
    margin-top: 48px;
    font-size: 18px;
    line-height: 28px;
  }
  .lower .section--02 .section__inner .content p,
  .lower .section--02 .section__inner .content b,
  .lower .section--02 .section__inner .content strong,
  .lower .section--02 .section__inner .content u,
  .lower .section--02 .section__inner .content a {
    font-size: 16px;
  }
  .lower .section--02 .section__inner .content ul li,
  .lower .section--02 .section__inner .content ol li {
    font-size: 16px;
  }
  .lower .section--02 .section__inner .content ul li:has(p)::before {
    top: 14px;
  }
  .lower .section--02 .section__inner .content ol li:has(p)::before {
    top: 5px;
  }
}