@charset "UTF-8";
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

html, body {
  font-family: 'Jost','Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji','Yu Gothic', YuGothic, sans-serif;
}

h2 {
  margin-bottom: 15px;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

dl > div {
  margin-bottom: 10px;
}

dl .area-subtext {
  color: #a5a5a5;
  font-size: 0.75rem;
}

/* header */
.base-header {
  background-image: url("../../images/core/header.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

/* lead */
.mod-lead {
  margin-left: 0;
  margin-right: 0;
}

.box-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.area-lead {
  padding-top: 300px;
  padding-bottom: 200px;
  color: #333;
}

.area-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.5rem;
}

.area-subheading {
  margin-bottom: 75px;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  font-family: 'Jost','Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
}

.area-subtext {
  color: #666;
  font-size: 0.875rem;
}

.showcase .showcase-text {
  padding: 3rem;
  font-family: 'Jost','Droid Serif','游ゴシック体';
}

.showcase .showcase-text .normal {
  font-size: 1rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.box-about {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

footer {
  padding: 50px 0 65px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .area-link {
  color: #343a40;
}

footer .master {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
