@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: 48rem;
  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: 25rem;
  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;
  }
}

.container {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  padding-bottom: 200rem;
  padding-left: 20rem;
  padding-right: 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 50rem 20rem 100rem;
    box-sizing: border-box;
  }
}
.container .tab {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 27rem;
       column-gap: 27rem;
  row-gap: 20rem;
  margin-top: 106rem;
}
@media screen and (max-width: 768px) {
  .container .tab {
    margin: auto;
    margin-top: 0rem;
    gap: 10rem;
  }
}
.container .tab .tab__item {
  max-width: 32%;
  /* height: 72rem; */
  flex: 1 1 31%;
}
@media screen and (max-width: 768px) {
  .container .tab .tab__item {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    height: 69rem;
  }
}
.container .tab .tab__item a {
  width: 100%;
  height: 72rem;
  transition: opacity 0.3s;
  background-color: #EEF2F5;
  border-radius: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #0691D9;
  font-size: 18rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .container .tab .tab__item a {
    font-size: 15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .container .tab .tab__item a:hover {
    opacity: 0.7;
  }
}
.container .tab .tab__item a::before {
  content: "";
  position: absolute;
  right: 18rem;
  width: 9rem;
  height: 9rem;
  border-right: 1rem solid #0691D9;
  border-bottom: 1rem solid #0691D9;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.container .tab .tab__item a.-not-anchor::before {
  transform: translateY(-50%) rotate(-45deg);
}
.container .top {
  display: flex;
  gap: 73rem;
  margin-top: 93rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .container .top {
    flex-direction: column-reverse;
    gap: 0rem;
    padding-top: 0rem;
    margin-top: 46rem;
  }
}
.container .top .content {
  width: 100%;
}
.container .top .content h2 {
  font-size: 30rem;
  font-weight: 600;
  position: relative;
  padding-left: 69rem;
}
@media screen and (max-width: 768px) {
  .container .top .content h2 {
    font-size: 18rem;
    padding-left: 59rem;
  }
}
.container .top .content h2::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container .top .content .content__left {
  margin-top: 50rem;
}
@media screen and (max-width: 768px) {
  .container .top .content .content__left {
    margin-top: 20rem;
  }
}
.container .top .content .content__left p {
  font-size: 18rem;
  line-height: 35rem;
}
@media screen and (max-width: 768px) {
  .container .top .content .content__left p {
    font-size: 15rem;
  }
}
.container .top .content .content__left p:not(:nth-child(1)) {
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .container .top .content .content__left p:not(:nth-child(1)) {
    margin-top: 20rem;
  }
}
.container .top .content__right {
  max-width: 485rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container .top .content__right {
    width: 100%;
    max-width: 100%;
  }
  .container .top .content__right h2 {
    font-weight: 600;
    position: relative;
    font-size: 18rem;
    padding-left: 59rem;
  }
  .container .top .content__right h2::before {
    content: "";
    position: absolute;
    width: 36rem;
    height: 3rem;
    background-color: #0691D9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.container .top .content__right img {
  width: inherit;
}
@media screen and (max-width: 768px) {
  .container .top .content__right img {
    margin-top: 20rem;
  }
}
.container .middle h2 {
  font-size: 30rem;
  font-weight: 600;
  position: relative;
  padding-left: 69rem;
  margin-top: 112rem;
}
@media screen and (max-width: 768px) {
  .container .middle h2 {
    font-size: 18rem;
    padding-left: 59rem;
    margin-top: 50rem;
  }
}
.container .middle h2::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container .middle h3 {
  color: #0691D9;
  font-size: 28rem;
  font-weight: 600;
  margin-top: 50rem;
}
@media screen and (max-width: 768px) {
  .container .middle h3 {
    font-size: 18rem;
    margin-top: 20rem;
  }
}
.container .middle img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30rem;
  padding: 30rem 15rem;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .container .middle img {
    width: 100%;
    margin-top: 20rem;
  }
}
.container .risk h2 {
  font-size: 30rem;
  font-weight: 600;
  position: relative;
  padding-left: 69rem;
  margin-top: 112rem;
}
@media screen and (max-width: 768px) {
  .container .risk h2 {
    margin-top: 50rem;
    padding-left: 59rem;
    font-size: 18rem;
  }
}
.container .risk h2::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container .risk .risk__content {
  width: 100%;
  box-sizing: border-box;
  padding: 78rem 62rem;
  background-color: #fff;
  margin-top: 38rem;
}
@media screen and (max-width: 768px) {
  .container .risk .risk__content {
    padding: 50rem 20rem;
    margin-top: 20rem;
  }
}
.container .risk .risk__content p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.9444444444;
}
@media screen and (max-width: 768px) {
  .container .risk .risk__content p {
    font-size: 15rem;
  }
}
.container .risk .risk__content a {
  color: #0691D9;
}
.container .risk .risk__content a img {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  height: 1em;
  width: auto;
}
.container .governance {
  width: 620rem;
  height: 83rem;
  background-color: #0691D9;
  margin: auto;
  margin-top: 148rem;
}
@media screen and (max-width: 768px) {
  .container .governance {
    width: 100%;
    margin-top: 20rem;
  }
}
.container .governance a {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 22rem;
  color: #fff;
  font-weight: 600;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .container .governance a {
    font-size: 18rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .container .governance a:hover {
    opacity: 0.7;
  }
}
.container .governance a::before {
  content: "";
  position: absolute;
  right: 18rem;
  width: 9rem;
  height: 9rem;
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

body.en .container .tab .tab__item a {
  box-sizing: border-box;
  padding: 0 40rem;
  text-align: center;
}
body.en .container .governance a {
  text-align: center;
  padding: 0 40rem;
  box-sizing: border-box;
}
/*# sourceMappingURL=management.css.map */