@charset "UTF-8";

/*
** Main
*/
.mainVisual {
  height: 580px;
  position: relative;
  margin: 35px 0 0;
}

@media screen and (max-width: 896px) {
  .mainVisual {
    height: auto;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
}

.mainVisual img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 896px) {
  .mainVisual img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.main__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .main__headline {
    border-top: 0;
    margin: 0 30px 30px;
    padding-top: 35px;
    text-align: left;
  }
}

.main__headline::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #333;
  margin: 50px auto 0;
}

@media screen and (max-width: 896px) {
  .main__headline::after {
    width: 40px;
    margin: 35px 0 0;
  }
}

.main__headline .jp {
  font-size: 23px;
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .main__headline .jp {
    font-size: 21px;
  }
}

.main__description {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .main__description {
    line-height: 30px;
    margin: 0 30px;
    text-align: left;
  }
}

.btn__top {
  padding: 55px 0 66px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .btn__top {
    width: auto;
    padding: 30px 0 41px;
  }
}

.btn__top a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  margin: 0 auto;
  line-height: 71px;
  font-weight: 700;
  color: #b6b6b6;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btn__top a {
    width: auto;
    font-size: 14px;
    line-height: 58px;
    margin: 0 30px;
  }
}

.btn__top a:hover {
  color: #fff;
  border: 1px solid #333;
  background: #333;
}
