h2 {
  text-align: center;
}

.kvArea {
  background-color: #f7f4ef;
  padding: 37px 0 80px;
}
.kvArea h1 {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.kvArea h1 span {
  font-size: 6rem;
}
.kvArea > p {
  text-align: center;
  margin-top: 15px;
  line-height: 1.55;
}
.kvArea > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 49px;
}

.contents {
  padding: 70px 0 121px;
}
.contents .h2Section {
  padding-top: 0;
}
.contents .h2Section + .h2Section {
  border-top: 1px #adc9d6 solid;
  margin-top: 80px;
  padding-top: 72px;
}
.contents .cvArea {
  margin-top: 120px;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94.6%;
  margin: 44px auto 0;
}
.linkList li {
  width: 32.5%;
}
.linkList li .c-btn--link--blue {
  background-color: #5b93ad;
  color: #fff;
  padding: 0;
  height: 90px;
  border: 1px #5b93ad solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.linkList li .c-btn--link--blue:hover {
  color: #5b93ad;
  background-color: #5b93ad;
  border: 1px #5b93ad solid;
}
.linkList.col2 li {
  width: 49.1%;
}

@media screen and (max-width: 769px) {
  h2 {
    text-align: center;
  }
  .kvArea {
    background-color: #f7f4ef;
    padding: 25px 0 41px;
  }
  .kvArea h1 {
    font-size: 2.6rem;
    display: block;
    text-align: center;
    line-height: 1.15;
  }
  .kvArea h1 span {
    font-size: 3.6rem;
    vertical-align: baseline;
  }
  .kvArea > p {
    font-size: 1.4rem;
    margin-top: 23px;
    line-height: 1.6;
  }
  .kvArea > ul {
    display: block;
    width: 94.5%;
    margin: 25px auto 0;
  }
  .contents {
    padding: 44px 0 69px;
  }
  .contents .h2Section {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
  .contents .h2Section + .h2Section {
    margin-top: 50px;
    padding-top: 45px;
  }
  .contents .cvArea {
    margin-top: 68px;
  }
  .linkList {
    display: block;
    width: 100%;
    margin: 26px auto 0;
  }
  .linkList li {
    width: 100%;
    margin-top: 20px;
  }
  .linkList li:first-child {
    margin-top: 0px;
  }
  .linkList li .c-btn--link--blue {
    height: 50px;
    line-height: 1.5;
    width: 100%;
  }
  .linkList li .c-btn--link--blue:hover {
    background-color: #5b93ad;
    color: #fff;
    border: 1px #5b93ad solid;
  }
  .linkList.col2 li {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */