body {
  background: #f5f9f9;
}

.Main {
  margin-top: -5.4166666667vw;
  padding-bottom: 6.71875vw;
}
@media only screen and (max-width: 768px) {
  .Main {
    margin-top: 0;
  }
}

.Firstview {
  position: relative;
  margin-top: 5.4%;
}
.Firstview-Image {
  width: 100%;
}
.Firstview-TextEn {
  position: absolute;
  width: 67.7083333333vw;
  height: auto;
  bottom: -4px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .Firstview-TextEn {
    bottom: 0px;
    width: 80vw;
  }

  .Firstview {
  margin-top: 0;
}
}
.Firstview-Title {
  margin-top: clamp(38px, 3.9583333333vw, 76px);
  font-family: din-2014, sans-serif;
  font-size: clamp(50px, 7.2916666667vw, 140px);
  line-height: 0.6785714286;
  font-weight: bold;
  font-style: italic;
  color: #f5f9f9;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .Firstview-Title {
    left: 10px;
    font-size: clamp(44px, 10.4166666667vw, 80px);
  }
}

.Description__Inner {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Description__Inner {
    width: 94.6666666667vw;
  }
}
.Description-Title {
  font-size: clamp(26px, calc(300 / 1920 * 100vw), 30px);
  letter-spacing: 0.3em;
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .Description-Title {
    letter-spacing: 0.02em;
    margin-bottom: 22px;
    margin-top: 6px;
    font-size: 25px;
  }
}
.Description-Contents {
  margin-top: clamp(30px, 2.2916666667vw, 44px);
}
.Description-Contents-Sentense {
  font-size: clamp(14px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
}

.thankPage-topButton {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #068125;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.thankPage-topButton:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .Description-Contents-Sentense {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5714285714;
    text-align: left;
  }

  .thankPage-topButton {
    font-size: 18px;
  }
}
@media only screen and (max-width: 374px) {
  .Description-Contents-Sentense {
    font-size: 13px;
  }
}