@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 p {
  font-size: 18rem;
  line-height: 35rem;
}
@media screen and (max-width: 768px) {
  .disclosure-policy p {
    font-size: 15rem;
  }
}
.disclosure-policy .btn {
  width: 540rem;
  height: 83rem;
  margin: auto;
  margin-top: 84rem;
  background-color: #0B91D9;
}
@media screen and (max-width: 768px) {
  .disclosure-policy .btn {
    width: 100%;
    margin-top: 20rem;
  }
}
.disclosure-policy .btn a {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 22rem;
  font-weight: 600;
  gap: 0.5em;
  transition: opacity 0.3s !important;
}
@media (hover: hover) and (pointer: fine) {
  .disclosure-policy .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .disclosure-policy .btn a {
    font-size: 15rem;
  }
}
.disclosure-policy .btn a::before {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 21rem;
  top: 50%;
}
.disclosure-policy .btn a img {
  height: 1em;
  width: auto;
}
.disclosure-policy .link {
  font-size: 20rem;
  color: #0B91D9;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 40rem;
  transition: opacity 0.3s !important;
}
@media (hover: hover) and (pointer: fine) {
  .disclosure-policy .link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .disclosure-policy .link {
    font-size: 15rem;
  }
}
.disclosure-policy .link img {
  display: inline-block;
  margin-left: 0.5em;
  height: 1em;
  width: auto;
}
/*# sourceMappingURL=irnewsmail.css.map */