h3 {
  color: revert;
  margin-top: revert;
  margin-bottom: revert;
}
h3::before {
  content: none;
}
h2 {
  position: revert;
  padding-bottom: revert;
  padding-left: revert;
  font-family: revert;
  font-weight: revert;
  margin-top: revert;
  margin-bottom: revert;
}
h2::after {
  content: none;
}

h2 {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-weight: 700;
}
h2 {
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 2.7rem);
  letter-spacing: 0.05em;
  line-height: 6.7rem;
  color: #195cb0;
  margin-bottom: 50px;
  margin-top: 17px;
}
h2 span {
  display: block;
  font-weight: 300;
  letter-spacing: normal;
  margin-top: -17px;
  line-height: 0;
  font-size: .9rem;
  font-family: "LINE Seed JP", Noto Sans JP, sans-serif;
}
h3 {
  position: relative;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-family: "LINE Seed JP", Noto Sans JP, sans-serif;
  font-weight: 700;
  margin-top: 37px;
  margin-bottom: 31px; /*25pxに下線8pxを足した数*/
}
h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #195cb0, #195cb0 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #195cb0, #195cb0 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h4 {
  color: #195cb0;
  font-size: 1.15rem;
  margin-top: 25px;
  margin-bottom: 8px;
}
h4::before {
  content: "\f04b";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: .7rem;
  margin-right: .4rem;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
}
section {
  margin-top: 110px;
}

.suggestion {
  margin-top: 40px;
  background-color: #052751;
  position: sticky;
  width: 100vw;
  margin-left: -7.5vw;
  bottom: 0;
  padding: 3px 0;
}
.suggestion .btn {
  color: #052751;
  box-shadow: unset !important;
  padding: 22px 55px;
  border: none;
}
.suggestion .btn::after {
  color: #052751;
}
.suggestion .btn:hover {
  background-color: #ededfd !important;
  box-shadow: unset !important;
  transform: unset !important;
}
@media screen and (max-width: 480px) {
  .suggestion .btn {
    min-width: fit-content;
  }
}
