.area_kv {
  height: 460px;
  background-image: url(../img/kv/news_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.area_kv .inner {
  height: 100%;
  padding-top: 250px;
  position: relative;
}
.area_kv .pagetitle {
  color: #fff;
}
.area_kv .pagetitle span {
  display: block;
  line-height: 1;
}
.area_kv .pagetitle span.en {
  font-size: 70px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}
.area_kv .pagetitle span.jp {
  margin-top: 18px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .area_kv {
    height: min(65.0666666667vw, 488px);
    background-image: url(../img/kv/news_sp.jpg);
  }
  .area_kv .inner {
    padding-top: 7.7em;
  }
  .area_kv .pagetitle span {
    text-align: center;
  }
  .area_kv .pagetitle span.en {
    font-size: min(10.6666666667vw, 70px);
  }
  .area_kv .pagetitle span.jp {
    margin-top: 0.8em;
    font-size: min(4vw, 18px);
  }
}

.ol_breadcrumb {
  padding-top: 10px;
  padding-bottom: 90px;
}
.ol_breadcrumb li {
  display: inline-block;
  font-size: 15px;
}
.ol_breadcrumb li:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ba006d;
  margin-right: 4px;
}
.ol_breadcrumb li:nth-child(n+2)::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #ba006d;
  font-size: 13px;
  margin: 0 5px;
  position: relative;
  bottom: 1px;
}
@media screen and (max-width: 768px) {
  .ol_breadcrumb {
    display: none;
  }
}