@charset "UTF-8";

html {
  scroll-padding-top: var(--header-h);
}

.page-mv {
  background-image: url("../img/mv_sp.jpg");
}

@media screen and (min-width: 960px) {
  .page-mv {
    background-image: url("../img/mv.jpg");
  }
}

.sec-1 p,
.sec-2 p,
.sec-1 dl,
.sec-2 dl {
  font-size: 14px;
  line-height: 2.14;
}

.sec-1 {
  margin-top: 60px;
}

.sec-1 .text-1 {
  margin-top: 37px;
}

.sec-1 .list-1 {
  display: grid;
  row-gap: 30px;
  margin-top: 130px;
}

.sec-1 .list-1 dd {
  padding-left: 12px;
}

.sec-2 {
  padding-top: 60px;
}

.sec-2 .text-2 {
  margin-top: 26px;
}

.sec-2 .text-3 {
  margin-top: 50px;
  text-align: right;
}

.sec-2 .title-3 {
  margin-top: 100px;
  color: #4894c9;
  letter-spacing: 0.1em;
}

.sec-2 .text-4 {
  margin-top: 47px;
}

.sec-2 .text-5 {
  margin-top: 25px;
}

.sec-2 .text-5 span {
  display: inline-block;
}

.sec-2 .link-btn {
  max-width: 254px;
  margin-top: 30px;
  margin-inline: unset;
}

.sec-2 .list-2 {
  display: grid;
  row-gap: 17px;
  margin-top: 60px;
}

.sec-2 .list-2 a {
  display: inline-block;
  padding: 4px;
  padding-left: 42px;
  text-decoration: underline;
  background-image: url("../img/icon_pdf.png");
  background-position: center left;
  background-size: 2em auto;
}

@media screen and (min-width: 960px) {

  .sec-1 .inner,
  .sec-2 .inner {
    max-width: 1170px;
  }

  .sec-2 .title-3 {
    font-size: 20px;
  }

  .sec-2 .title-3 br {
    display: none;
  }
}