@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;
  }
}

.governance {
  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) {
  .governance {
    margin-top: 50rem;
    padding: 0 20rem;
    box-sizing: border-box;
    padding-bottom: 100rem;
  }
}
.governance h2 {
  width: 100%;
  height: 65rem;
  background-color: #D2E4ED;
  position: relative;
  padding-left: 50rem;
  font-size: 28rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .governance h2 {
    height: 40rem;
    padding-left: 32rem;
    font-size: 15rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
}
.governance h2::before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 55rem;
  background-color: #0691D9;
  left: 7rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .governance h2::before {
    width: 10rem;
    height: 31rem;
  }
}
.governance h3 {
  color: #0691D9;
  font-size: 20rem;
  font-weight: 600;
  padding-left: 30rem;
  position: relative;
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  .governance h3 {
    font-size: 15rem;
    margin-top: 20rem;
  }
}
.governance h3::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  background-color: #0691D9;
  left: 0;
  top: 7rem;
}
@media screen and (max-width: 768px) {
  .governance h3::before {
    left: 6rem;
    top: 4rem;
  }
}
.governance h4 {
  font-size: 18rem;
  font-weight: 500;
  color: #0691D9;
  margin-top: 59rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .governance h4 {
    margin-top: 20rem;
    font-size: 15rem;
    line-height: 35rem;
  }
}
.governance h4.-digit-2 {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.governance p {
  font-size: 18rem;
  line-height: 35rem;
  font-weight: 400;
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .governance p {
    margin-top: 20rem;
    font-size: 15rem;
  }
}
.governance .indent {
  padding-left: calc(30rem + 3em);
  text-indent: -3em;
}
@media screen and (max-width: 768px) {
  .governance .indent {
    padding-left: calc(15rem + 3em);
    margin-top: 20rem;
  }
}
.governance .indent__contents {
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .governance .indent__contents {
    margin-top: 20rem;
  }
}
.governance .indent__contents .content__indent {
  display: block;
  padding-left: calc(60rem + 1em);
  text-indent: -1em;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .governance .indent__contents .content__indent {
    display: block;
    padding-left: calc(30rem + 1em);
    text-indent: -1em;
  }
}
.governance .name {
  width: 162rem;
  margin-left: auto;
  margin-top: 65rem;
}
@media screen and (max-width: 768px) {
  .governance .name {
    margin-top: 20rem;
  }
}
.governance .name p {
  text-align: left;
}
.governance .name p:nth-child(2) {
  margin-top: 13rem;
}
.governance .name p:nth-child(1), .governance .name p:nth-child(3) {
  margin-top: 0;
}
.governance .btn {
  width: 410rem;
  height: 83rem;
  margin: auto;
  margin-top: 88rem;
}
@media screen and (max-width: 768px) {
  .governance .btn {
    width: 100%;
    height: 70rem;
  }
}
.governance .btn a {
  border: 2rem solid #0691D9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  height: inherit;
  font-size: 24rem;
  font-weight: 600;
  position: relative;
  transition: opacity 0.3s;
  color: #0691D9;
}
@media screen and (max-width: 768px) {
  .governance .btn a {
    font-size: 15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .governance .btn a:hover {
    opacity: 0.7;
  }
}
.governance .btn a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  left: 28rem;
  border-right: 2rem solid #0691D9;
  border-bottom: 2rem solid #0691D9;
  top: 42%;
  transform: rotate(135deg) translateY(-50%);
}

body.en .governance .indent {
  padding-left: calc(30rem + 1.5em);
  text-indent: -1.5em;
}
@media screen and (max-width: 768px) {
  body.en .governance .indent {
    padding-left: calc(15rem + 1.5em);
  }
}
body.en .governance .indent__contents .content__indent {
  padding-left: calc(60rem + 1.2em);
  text-indent: -1.2em;
}
/*# sourceMappingURL=corporate-governance.css.map */