/* ============= event ============== */
/* ============= color ============== */
.area-ttl.interview .ttl-main {
  font-size: 2.4rem;
}

.area-main .interview-lead p {
  font-size: 1.8rem;
  line-height: 1.7;
}

.area-main .area-lead .interview-lead p {
  padding-bottom: 16px;
}

.area-main section h2 {
  font-family: inherit;
}

.area-main .interview-lead {
  color: #2D2C2B;
  font-size: 1.8rem;
  line-height: 1.7;
}

.area-main .interview-lead p {
  font-size: 1.8rem;
  line-height: 1.7;
}

.info {
  margin: 30px auto;
  padding: 20px 4%;
  border: 4px double #90846a;
}

.area-detail {
  margin: 30px auto 40px;
}

.area-detail iframe {
  width: 100%;
  height: 300px;
}

.area-detail .detail {
  font-size: 1.6rem;
}

.area-detail .detail li {
  padding-bottom: 16px;
}

.area-detail .detail li dl dt {
  flex-basis: 4em;
}

dl {
  display: flex;
  border-bottom: none;
}

dl dt {
  font-weight: normal;
}

dl dd {
  text-indent: 0;
}

.inquiry {
  padding: 10px 4%;
}

.inquiry li {
  padding-bottom: 16px;
}

.fs-s {
  font-size: 1.2rem;
}

.area-main .profile .profile-txt p {
  line-height: 1.3;
}

.area-main .area-lead .profile h4 {
  font-weight: bold;
  background-color: #90846a;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 12px;
  padding: 2px 0;
}

.emphasis {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #c4e1c0 60%);
}

.info-end {
  margin: 20px 20px 0;
  padding: 16px;
  border: 4px double #385c31;
  color: #385c31;
  font-weight: bold;
  text-align: center;
  background: #dde8dc;
}

@media screen and (min-width: 768px) {
  .area-ttl.interview .ttl-main {
    font-size: 3rem;
  }
  .area-ttl.interview .ttl-main span {
    padding-right: 2em;
  }
  .area-main .area-lead .profile {
    position: relative;
    flex-basis: 30%;
    flex-direction: column-reverse;
  }
  .area-main .area-lead .profile h4 {
    position: absolute;
    top: -2em;
    font-weight: bold;
    background-color: #90846a;
    color: #FFFFFF;
    width: 74%;
    text-align: center;
    margin: auto 16px;
  }
  .area-detail {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
  .area-detail .detail {
    margin-right: 20px;
  }
  .area-detail iframe {
    height: 260px;
  }
}
