@media screen and (min-width: 769px) {
  .-hiddenPC {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .-hiddenSP {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 0 !important;
  }
}

.Header {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1100px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .Header {
    height: 16vw;
  }
}

.Logo {
  margin-left: -10px !important;
  width: 160px !important;
}
@media screen and (max-width: 768px) {
  .Logo {
    margin-left: 5.3333333333vw !important;
    width: 23.7333333333vw !important;
    height: 7.2vw !important;
  }
}

.Main {
  line-height: 1.5;
  font-family: "Yu Gothic Pr6N M", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
}

.Section {
  margin: 30px auto 0;
  width: 100%;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .Section {
    margin: 8vw auto 0;
    width: 89.3333333333vw;
  }
}
.Section_title {
  font-family: "A1 Mincho", Georgia, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .Section_title {
    letter-spacing: -0.05em;
    font-size: 28px;
  }
}
.Section_copy {
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
  font-family: "Yu Gothic Pr6N B", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  font-size: 24px;
  color: #5E82A1;
  border-top: 2px solid #5E82A1;
  border-bottom: 2px solid #5E82A1;
}
@media screen and (max-width: 768px) {
  .Section_copy {
    margin-top: 5.3333333333vw;
    font-size: 20px;
  }
}
.Section_text {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .Section_text {
    margin-top: 5.3333333333vw;
    text-align: left;
    font-size: 18px;
  }
}
