
#mv {
  height: 440px;
}

@media screen and (max-width: 640px) {
  #mv {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  #mv {
    height: 240px;
  }
}

.page-ttl {
  padding-top: 148px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .page-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page-ttl {
    padding-top: 120px;
  }
}

@media screen and (max-width: 480px) {
  .page-ttl {
    padding-top: 90px;
  }
}

.page-ttl .en {
  display: block;
  margin-bottom: 20px;
  color: #185990;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .page-ttl .en {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#contents {
  position: relative;
  background: #fff;
  z-index: 2;
  overflow: visible;
}

#contents .content-inner {
  position: relative;
  top: -95px;
  margin: 0 auto;
  padding: 95px 60px 20px;
  max-width: 1230px;
  background: #fff;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #contents .content-inner {
    padding: 50px 20px 60px;
    top: 0;
  }
}

.infoWrap section {
margin-bottom: 40px;
}
.infoWrap .titleBox {
margin-bottom: 40px;
}
.infoWrap .titleBox h2 {
border-bottom: 1px solid #ccc;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-size: 2.6rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.infoWrap .titleBox .date {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 300;
    text-align: right;
}
.infoWrap .bscSec dl {
margin-bottom: 40px;
}
.infoWrap .bscSec dl dt {
font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    border-left: 5px solid #2090d1;
    margin-bottom: 15px;
    padding-left: 8px;
}
.infoWrap .bscSec dl dd {
line-height: 1.7;
}

.infoWrap h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.infoWrap h3:before {
position: absolute;
    display: block;
    content: "";
    background: #185990;
    height: 1px;
    width: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);

}
.infoWrap .img {
margin-bottom: 40px;
}
.infoWrap .img span {
display: block;
text-align: center;
font-size: 14px;
font-size: 1.4rem;
}
.peopleList {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.peopleList li {
width: 48%;
}
.peopleList li dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.peopleList li dl dd {
line-height: 1.7;
}

@media screen and (max-width: 640px) {
.infoWrap .titleBox h2 {
font-size: 21px;
font-size: 2.1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.infoWrap .titleBox .date {
    font-size: 15px;
    font-size: 1.5rem;
}
.infoWrap h3 {
    font-size: 16px;
    font-size: 1.6rem;
}
.infoWrap h3:before {
    top: 10px;
    transform: inherit;
}
.infoWrap .bscSec dl dt {
    font-size: 15px;
    font-size: 1.5rem;
}
.peopleList li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
}
}

.infoWrap a {
  word-wrap: break-word;
  color: #aaa;
}
