body {
  font-family: sans-serif;
  font-size: 16px;
  color: rgb(37, 37, 37);
  line-height: 1;
  background-color: #eeeeee;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: inherit;
}

:hover {
  /* color: #0056b3; */
  /* text-decoration: underline; */
  text-decoration: none;
}

.first-view {
  height: 40vh;
  background: url(../images/fs-fv.jpg) no-repeat center/cover rgba(29, 134, 167, 0.6509803922);
  background-blend-mode: color-burn;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: rgb(226, 226, 226);
  font-weight: bold;
  text-shadow: 2px 5px 5px rgb(37, 37, 37);
}
.first-view-text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5em;
  line-height: 2em;
}
.first-view-text p {
  font-size: 1.1em;
  margin-top: 1em;
  line-height: 1.5em;
}

.lead {
  max-width: 1200px;
  margin: 2em auto;
}
.lead p {
  line-height: 2em;
  text-align: center;
}

.link-button-area {
  text-align: center;
  margin-top: 2.5em;
}

.link-button {
  background-color: #8bcee0;
  display: inline-block;
  min-width: 180px;
  line-height: 2.5em;
  border-radius: 1.25em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
}
.link-button:hover {
  background-color: #49c4e6;
}

.content {
  background-color: #d6d6d6;
  padding-top: 45px;
  padding-bottom: 55px;
}
.content h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.content h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #3c5961;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  display: flex;
  padding: 40px 60px 50px 60px;
  overflow-x: scroll;
}
.item-list::-webkit-scrollbar {
  display: none;
}
.item-list li {
  flex-shrink: 0;
  width: 250px;
  margin-left: 70px;
}
.item-list li:first-child {
  margin-left: 0;
}
.item-list li dl {
  margin-top: 20px;
}
.item-list li dt {
  font-weight: bold;
}
.item-list li dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
.item-list .btn {
  margin-top: 25px;
}

a.btn--yellow {
  color: rgb(37, 37, 37);
  background-color: #8bcee0;
  border-bottom: 6px solid #6c9fad;
  font-weight: bold;
}
a.btn--yellow:hover {
  margin-top: 3px;
  color: rgb(37, 37, 37);
  background: #49c4e6;
  border-bottom: 3px solid #1f5361;
}

.dli-external-link {
  display: inline-block;
  vertical-align: middle;
  color: rgb(156, 156, 156);
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #1f5361;
  box-sizing: content-box;
  position: relative;
}
.dli-external-link:hover {
  background: rgb(37, 37, 37);
}

.dli-external-link > span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: rgb(37, 37, 37);
  box-shadow: -0.1em 0.1em 0 0.1em #1f5361;
  box-sizing: border-box;
}
.dli-external-link > span:hover {
  background: rgb(37, 37, 37);
}

.dli-external-link > span::before {
  content: "";
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}
.dli-external-link > span::before:hover {
  background: rgb(37, 37, 37);
}

@media (max-width: 800px) {
  .first-view {
    height: 20vh;
    align-items: flex-start;
  }
  .first-view-text {
    padding-top: 1em;
    padding-left: 0;
  }
  .first-view-text h1 {
    font-size: 1.8em;
    line-height: 1.5em;
    text-align: center;
  }
  .first-view-text p {
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 0.8em;
    line-height: 1.5em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .lead {
    padding-left: 5%;
    padding-right: 5%;
  }
  .lead p {
    text-align: left;
    font-size: 0.9em;
  }
  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-list li {
    width: 200px;
    margin-left: 30px;
  }
}/*# sourceMappingURL=index.css.map */