.main-ttl-box {
  position: relative;
  text-align: center;
  padding-bottom: 80px;
  margin: 98px 0 0;
  background-color: #3A9EE6;
}
@media only screen and (max-width: 768px) {
  .main-ttl-box {
    margin: 10.9375vw 0 0;
    padding-bottom: 7.8125vw;
  }
}
.main-ttl-box::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 98px;
  background: url("../img/bg/wave_b_top.png") repeat-x top center;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .main-ttl-box::before {
    top: -8.4375vw;
    height: 11.71875vw;
    background: url("../img/bg/wave_b_top-sp.png") repeat-x top center;
  }
}
.main-ttl-box h1 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main-ttl-box h1 {
    font-size: 44px;
    font-size: 6.875vw;
  }
}
.main-ttl-box p {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #005DAC;
  padding: 18px 0 16px;
  color: #fff;
  line-height: 1.3;
  font-family: "Geologica", sans-serif;
}
@media only screen and (max-width: 768px) {
  .main-ttl-box p {
    font-size: 16px;
    font-size: 2.5vw;
    padding: 2.1875vw 0 2.5vw;
  }
}
.main-ttl-box p span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .main-ttl-box p span {
    font-size: 14px;
    font-size: 2.1875vw;
  }
}
.main-ttl-box p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  height: 6px;
  background: url("../img/wave_line_w.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .main-ttl-box p::after {
    width: 15.9375vw;
    height: 0.9375vw;
  }
}

#content {
  position: relative;
  background-color: #fff;
  z-index: 2;
  margin: 40px 0 0;
  padding: 10px 0 80px;
}
@media only screen and (max-width: 768px) {
  #content {
    margin: 6.25vw 0 0;
    padding: 1.5625vw 0 10.9375vw;
  }
}
#content::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 98px;
  background: url("../img/bg/wave_w_top.png") repeat-x top center;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #content::before {
    top: -9.375vw;
    height: 11.71875vw;
    background: url("../img/bg/wave_w_top-sp.png") repeat-x top center;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  #content .inner {
    width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 85.9375vw;
  }
}
#content .ttl-box {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #content .ttl-box {
    padding-bottom: 2.5vw;
  }
}
#content .ttl-box h2 {
  font-size: 50px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #content .ttl-box h2 {
    font-size: 44px;
    font-size: 6.875vw;
  }
}
#content .ttl-box h2 span {
  display: block;
  font-weight: normal;
  font-size: 26px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #content .ttl-box h2 span {
    font-size: 18px;
    font-size: 2.8125vw;
    padding-top: 1.875vw;
  }
}
#content .ttl-box h2 {
  font-size: 44px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #content .ttl-box h2 {
    font-size: 44px;
    font-size: 6.875vw;
  }
}
#content .ttl-box p {
  font-size: 16px;
  font-weight: 300;
  color: #005DAC;
  padding-top: 18px;
  line-height: 1.3;
  font-family: "Geologica", sans-serif;
}
@media only screen and (max-width: 768px) {
  #content .ttl-box p {
    font-size: 16px;
    font-size: 2.5vw;
    padding-top: 2.1875vw;
  }
}
#content .ttl-box p span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #content .ttl-box p span {
    font-size: 14px;
    font-size: 2.1875vw;
  }
}
#content .ttl-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  height: 6px;
  background: url("../img/wave_line.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #content .ttl-box::after {
    width: 15.9375vw;
    height: 0.9375vw;
  }
}

#news-list {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #news-list {
    width: 87.5vw;
  }
}
#news-list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  #news-list ul li {
    display: block;
    margin-bottom: 4.375vw;
  }
}
#news-list ul li time {
  font-size: 18px;
  line-height: 1.5;
  color: #125DA9;
  font-family: "Geologica", sans-serif;
}
@media only screen and (max-width: 768px) {
  #news-list ul li time {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#news-list ul li p {
  font-size: 16px;
  font-family: "Kosugi Maru", sans-serif;
}
@media only screen and (max-width: 768px) {
  #news-list ul li p {
    font-size: 16px;
    font-size: 2.5vw;
  }
}
#news-list ul li p a {
  color: #000;
}

#news-page .main-ttl-box {
  text-align: left;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #news-page .main-ttl-box {
    padding-bottom: 7.8125vw;
  }
}
#news-page .main-ttl-box .inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #news-page .main-ttl-box .inner {
    width: 87.5vw;
  }
}
#news-page .main-ttl-box h1 {
  font-size: 40px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #news-page .main-ttl-box h1 {
    font-size: 36px;
    font-size: 5.625vw;
  }
}
#news-page .main-ttl-box time {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Geologica", sans-serif;
}
@media only screen and (max-width: 768px) {
  #news-page .main-ttl-box time {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
}

#news-con h2 {
  position: relative;
  font-size: 28px;
  line-height: 1.3;
  padding-left: 12px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #news-con h2 {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
    padding-left: 1.875vw;
  }
}
#news-con h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 1.3em;
  background-color: #005DAC;
}
@media only screen and (max-width: 768px) {
  #news-con h2::before {
    width: 0.625vw;
  }
}
#news-con h3 {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  padding-left: 12px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #news-con h3 {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
    padding-left: 1.875vw;
  }
}
#news-con h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 1.3em;
  background-color: #005DAC;
}
@media only screen and (max-width: 768px) {
  #news-con h3::before {
    width: 0.625vw;
  }
}
#news-con h4 {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.3;
  font-size: 22px;
  color: #125DA9;
  margin-bottom: 10px;
  background: linear-gradient(transparent 50%, #ffff88 50%);
}
@media only screen and (max-width: 768px) {
  #news-con h4 {
    font-size: 22px;
    font-size: 3.4375vw;
    margin-bottom: 1.5625vw;
  }
}
#news-con p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #news-con p {
    font-size: 22px;
    font-size: 3.4375vw;
    margin-bottom: 7.03125vw;
  }
}
#news-con figure {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #news-con figure {
    margin-bottom: 7.8125vw;
  }
}
#news-con .wp-block-button {
  margin-bottom: 20px;
}
#news-con .wp-block-button a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #005DAC;
  border-radius: 100px;
  border: 1px solid #005DAC;
  background-color: #fff;
  text-align: center;
  padding: 15px 35px 15px 30px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #news-con .wp-block-button a {
    font-size: 22px;
    font-size: 3.4375vw;
    padding: 2.34375vw 5.46875vw 2.34375vw 4.6875vw;
    border-radius: 15.625vw;
  }
}
#news-con .wp-block-button a::after {
  right: 6px;
}
@media only screen and (max-width: 768px) {
  #news-con .wp-block-button a::after {
    right: 2.8125vw;
  }
}