@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  height: 221rem;
  border-bottom: 6rem solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 142rem;
    border-bottom: none;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 268rem;
  height: 6rem;
  background-color: #0B92D9;
  bottom: -6rem;
  left: 100rem;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 78rem;
    height: 3rem;
    left: 20rem;
    bottom: 35rem;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 20rem;
  }
}
.fv .fv__inner h1 {
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #0691D9;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 9rem;
  }
}

.disclosure-policy {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .disclosure-policy {
    padding: 0 20rem;
    box-sizing: border-box;
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
}
.disclosure-policy h2 {
  padding-left: 69rem;
  font-size: 30rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .disclosure-policy h2 {
    font-size: 18rem;
    padding-left: 50rem;
  }
}
.disclosure-policy h2:nth-of-type(2) {
  margin-top: 30rem;
  padding-top: 100rem;
}
@media screen and (max-width: 768px) {
  .disclosure-policy h2:nth-of-type(2) {
    margin-top: -12rem;
    padding-top: 62rem;
  }
}
.disclosure-policy h2:nth-of-type(2)::before {
  top: calc(50% + 50rem);
}
@media screen and (max-width: 768px) {
  .disclosure-policy h2:nth-of-type(2)::before {
    top: calc(50% + 32rem);
  }
}
.disclosure-policy h2::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.disclosure-policy h3 {
  position: relative;
  font-size: 18rem;
  font-weight: 600;
  padding-left: 23rem;
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .disclosure-policy h3 {
    font-size: 15rem;
    margin-top: 20rem;
  }
}
.disclosure-policy h3::before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  background-color: #333333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.disclosure-policy p {
  font-size: 18rem;
  margin-top: 15rem;
  line-height: 35rem;
}
@media screen and (max-width: 768px) {
  .disclosure-policy p {
    font-size: 15rem;
  }
}
.disclosure-policy p:last-child {
  margin-top: 43rem;
}
@media screen and (max-width: 768px) {
  .disclosure-policy p:last-child {
    margin-top: 20rem;
  }
}
.disclosure-policy a {
  color: #2699FB;
  text-decoration: underline;
  transition: opacity 0.3s !important;
}
@media (hover: hover) and (pointer: fine) {
  .disclosure-policy a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=disclosure-policy.css.map */