@charset "UTF-8";
.wrapper {
  background: url(../img/common/bg_sky.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: 6rem;
}

.page-name {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #000;
}
.page-name .en {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.page-name .jp {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}

.section {
  margin-top: 6rem;
  width: 90%;
  margin-inline: auto;
}
.section:first-of-type {
  margin-top: 8rem;
}
.section .title {
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
.section .title + .img {
  margin-top: 2rem;
}

.normal {
  max-width: 634px;
}
.normal .navi {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  background-color: #8e7f57;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 1rem 10px;
  text-align: center;
}

.zoom {
  max-width: 504px;
}