@charset "UTF-8";
@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;
  }
}

.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;
    padding-bottom: 100rem;
  }
}
.governance .tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20rem;
}
@media screen and (max-width: 768px) {
  .governance .tab {
    justify-content: center;
    padding: 0 12rem;
    box-sizing: border-box;
    gap: 10rem;
  }
}
.governance .tab .tab__item {
  max-width: 32%;
  /* height: 72rem; */
  flex: 1 1 31%;
}
@media screen and (max-width: 768px) {
  .governance .tab .tab__item {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    height: 69rem;
  }
}
.governance .tab .tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72rem;
  background-color: #EEF2F5;
  border-radius: 6rem;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .governance .tab .tab__item a {
    width: 100%;
    height: 69rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .governance .tab .tab__item a:hover {
    opacity: 0.7;
  }
}
.governance .tab .tab__item a:nth-child(10)::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  background-image: url("../images/social/data.webp");
  background-size: cover;
  background-repeat: no-repeat;
  right: 14rem;
  top: 50%;
  transform: translateY(-50%);
}
.governance .tab .tab__item a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid #0691D9;
  border-bottom: 2rem solid #0691D9;
  right: 14rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.governance .tab .tab__item a p {
  color: #0691D9;
  font-size: 18rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .governance .tab .tab__item a p {
    font-size: 15rem;
  }
}
.governance .tab .tab__item a img {
  width: 23rem;
  margin-left: 9rem;
}

h2 {
  font-size: 30rem;
  font-weight: 600;
  padding-bottom: 26rem;
  border-bottom: 1rem solid #D5D5D5;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 18rem;
    padding: 0 20rem 23rem 0rem;
    margin-left: 20rem;
    box-sizing: border-box;
  }
}

h3 {
  color: #0691D9;
  font-size: 20rem;
  font-weight: 600;
  padding-left: 30rem;
  position: relative;
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 15rem;
    margin-top: 20rem;
    padding-left: 40rem;
  }
}
h3::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  background-color: #0691D9;
  left: 0;
  top: 7rem;
}
@media screen and (max-width: 768px) {
  h3::before {
    left: 20rem;
    top: 4rem;
  }
}

main section p {
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  main section p {
    font-size: 15rem;
    padding: 0 20rem;
    margin-top: 20rem;
  }
}

.corporate {
  margin-top: 88rem;
}
@media screen and (max-width: 768px) {
  .corporate#governance {
    margin-top: -62rem;
    padding-top: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .corporate {
    margin-top: 50rem;
  }
}
.corporate .reports {
  background-color: #fff;
  border: 1rem solid #E4E4E4;
  padding: 30rem 0;
  margin-top: 44rem;
}
@media screen and (max-width: 768px) {
  .corporate .reports {
    padding: 20rem 10rem;
    box-sizing: border-box;
    width: calc(100% - 40rem);
    margin: auto;
    margin-top: 55rem;
  }
}
.corporate .reports .report__list {
  display: flex;
  align-items: center;
  gap: 32rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .corporate .reports .report__list {
    flex-direction: column;
  }
}
.corporate .reports .report__list .report__item {
  width: 380rem;
  height: 83rem;
  max-width: 30%;
}
@media screen and (max-width: 768px) {
  .corporate .reports .report__list .report__item {
    width: 100%;
    max-width: 100%;
  }
}
.corporate .reports .report__list .report__item a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #0B91D9;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .corporate .reports .report__list .report__item a:hover {
    opacity: 0.7;
  }
}
.corporate .reports .report__list .report__item a:not(:has(.link))::after {
  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);
}
.corporate .reports .report__list .report__item a .text {
  display: block;
  font-size: 18rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .corporate .reports .report__list .report__item a .text {
    font-size: 15rem;
  }
}
.corporate .reports .report__list .report__item a .text p {
  display: inline;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .corporate .reports .report__list .report__item a .text p {
    padding: 0;
    margin-left: -30rem;
  }
}
.corporate .reports .report__list .report__item a .text img {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .corporate .reports .report__list .report__item a .text img {
    position: absolute;
    right: 44rem;
  }
}
.corporate .reports .report__list .report__item a .link {
  width: 23rem;
  position: absolute;
  right: 17rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .corporate .reports .report__list .report__item a .link {
    right: 11rem;
  }
}
.corporate h3 {
  margin-top: 68rem;
}
@media screen and (max-width: 768px) {
  .corporate h3 {
    font-size: 15rem;
    margin-top: 20rem;
    padding: 0 20rem 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .corporate .corporate__container {
    padding: 0 20rem;
    box-sizing: border-box;
  }
}
.corporate .corporate__img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35rem;
}
@media screen and (max-width: 768px) {
  .corporate .corporate__img {
    display: block;
    width: 100%; /* 画像の実際の幅 */
    max-width: none;
  }
}
.corporate h4 {
  font-size: 20rem;
  font-weight: 600;
  margin-top: 63rem;
}
@media screen and (max-width: 768px) {
  .corporate h4 {
    padding-left: 20rem;
    margin-top: 20rem;
    font-size: 15rem;
    padding-right: 20rem;
  }
}
.corporate .indent {
  padding-left: 30rem;
}
.corporate .indent__contents {
  padding-left: 30rem;
}
@media screen and (max-width: 768px) {
  .corporate .indent__contents {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
.corporate .indent__contents p {
  font-size: 18rem;
  line-height: 35rem;
}
@media screen and (max-width: 768px) {
  .corporate .indent__contents p {
    font-size: 15rem;
  }
}
.corporate .indent__contents h4 {
  font-size: 20rem;
  font-weight: 600;
  margin-top: 63rem;
}
@media screen and (max-width: 768px) {
  .corporate .indent__contents h4 {
    font-size: 15rem;
    margin-top: 30rem;
  }
}
.corporate .indent__contents .corporate__table {
  margin-top: 19rem;
}
@media screen and (max-width: 768px) {
  .corporate .indent__contents .corporate__table {
    overflow-x: scroll;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .corporate .indent__contents .corporate__table table {
    display: block;
    width: 1200rem; /* 画像の実際の幅 */
    max-width: none;
  }
}
.corporate .indent__contents .corporate__table table thead tr th {
  width: 125rem;
  background-color: #0B92D9;
  color: #fff;
  font-size: 15rem;
  font-weight: 500;
  text-align: center;
  height: 60rem;
}
.corporate .indent__contents .corporate__table table thead tr th:nth-child(1) {
  width: 180rem;
}
.corporate .indent__contents .corporate__table table thead tr th:nth-child(4), .corporate .indent__contents .corporate__table table thead tr th:nth-child(9) {
  text-align: left;
}
.corporate .indent__contents .corporate__table table thead tr th:nth-child(4) {
  padding-left: 8rem;
  font-size: 12rem;
}
.corporate .indent__contents .corporate__table table thead tr th:nth-child(9) {
  padding-left: 5rem;
  font-size: 11rem;
}
.corporate .indent__contents .corporate__table table tbody tr:nth-child(8) th, .corporate .indent__contents .corporate__table table tbody tr:nth-child(9) th {
  height: 70rem;
}
.corporate .indent__contents .corporate__table table tbody tr th {
  height: 45rem;
  background-color: #E4EEF4;
  text-align: left;
  font-weight: 500;
  padding-left: 18rem;
  padding-right: 5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.corporate .indent__contents .corporate__table table tbody tr th p {
  margin: 0;
  font-size: 16rem;
  font-weight: 500;
  padding: 0;
}
.corporate .indent__contents .corporate__table table tbody tr th .tag {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.corporate .indent__contents .corporate__table table tbody tr th .tag span {
  width: 52rem;
  height: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D1E6F2;
  color: #0691D9;
  font-size: 14rem;
}
.corporate .indent__contents .corporate__table table tbody tr:nth-child(odd) td {
  background-color: #EAF0F6;
  text-align: center;
  color: #0691D9;
}
.corporate .indent__contents .corporate__table table tbody tr:nth-child(even) td {
  color: #0691D9;
  text-align: center;
  background-color: #F4F4F4;
}

.management {
  margin-top: 90rem;
}
@media screen and (max-width: 768px) {
  .management#management {
    margin-top: -62rem;
    padding-top: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .management {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .management .above__img {
    margin-top: 50rem !important;
  }
}
@media screen and (max-width: 768px) {
  .management .corporate__container {
    padding: 0 20rem;
    box-sizing: border-box;
  }
}
.management .risk__img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-top: 44rem;
}
@media screen and (max-width: 768px) {
  .management .risk__img {
    display: block;
    width: 100%; /* 画像の実際の幅 */
    max-width: none;
    margin-top: 30rem;
  }
}
.management h4 {
  margin-top: 44rem;
  font-size: 20rem;
}
@media screen and (max-width: 768px) {
  .management h4 {
    padding-left: 20rem;
    margin-top: 20rem;
    font-size: 15rem;
  }
}
.management .flow__img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  .management .flow__img {
    display: block;
    width: 100%; /* 画像の実際の幅 */
    max-width: none;
    margin-top: 30rem;
  }
}

.compliance {
  margin-top: 100rem;
}
@media screen and (max-width: 768px) {
  .compliance#compliance {
    margin-top: -62rem;
    padding-top: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .compliance {
    margin-top: 50rem;
  }
}
.compliance h4 {
  margin-top: 44rem;
  font-size: 20rem;
}
@media screen and (max-width: 768px) {
  .compliance h4 {
    padding-left: 20rem;
    margin-top: 30rem;
    font-size: 15rem;
  }
}
.compliance h5 {
  font-size: 18rem;
  font-weight: 600;
  position: relative;
  padding-left: 20rem;
  margin-top: 40rem;
}
@media screen and (max-width: 768px) {
  .compliance h5 {
    padding-left: 40rem;
    font-size: 15rem;
    margin-top: 20rem;
  }
}
.compliance h5::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 13rem;
  background-color: #333333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .compliance h5::before {
    left: 20rem;
  }
}
.compliance .document__list {
  font-size: 18rem;
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .compliance .document__list {
    font-size: 15rem;
    padding: 0 20rem;
  }
}
.compliance .document__item {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .compliance .document__item {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 15rem;
  }
}
.compliance .document__item time {
  min-width: -moz-max-content;
  min-width: max-content;
}
.compliance .document__item a {
  display: block;
  transition: opacity 0.3s;
}
.compliance .document__item a p {
  display: inline;
  color: #0691D9;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .compliance .document__item a p {
    padding: 0;
  }
}
.compliance .document__item a img {
  width: 1em;
  height: 1em;
}

.prevention {
  margin-top: 100rem;
}
@media screen and (max-width: 768px) {
  .prevention#prevention {
    margin-top: -62rem;
    padding-top: 124rem;
  }
}
@media screen and (max-width: 768px) {
  .prevention {
    margin-top: 50rem;
  }
}
.prevention h4 {
  margin-top: 44rem;
  font-size: 20rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .prevention h4 {
    padding-left: 20rem;
    margin-top: 20rem;
    font-size: 15rem;
    margin-bottom: 20rem;
  }
}
.prevention .box {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 70rem;
  box-shadow: 0rem 0rem 15rem rgba(0, 0, 0, 0.1);
  margin-top: 68rem;
}
.prevention .box .mt {
  margin-top: 40rem;
}
@media screen and (max-width: 768px) {
  .prevention .box {
    padding: 44rem 20rem;
    width: calc(100% - 40rem);
    margin: auto;
    margin-top: 20rem;
  }
}
.prevention .box h3 {
  text-align: center;
  color: #333333;
  font-size: 26rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 112rem;
}
@media screen and (max-width: 768px) {
  .prevention .box h3 {
    font-size: 18rem;
    margin-bottom: 60rem;
    padding: 0;
  }
}
.prevention .box h3::before {
  content: "";
  position: absolute;
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
  left: 50%;
  top: auto;
  bottom: -20rem;
  transform: translateX(-50%);
}
.prevention .box h5 {
  font-size: 18rem;
  font-weight: 500;
}
.prevention .box h5:not(:nth-of-type(1)) {
  margin-top: 46rem;
}
@media screen and (max-width: 768px) {
  .prevention .box h5:not(:nth-of-type(1)) {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .prevention .box h5 {
    font-size: 15rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.prevention .box .indent {
  padding-left: 30rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .prevention .box .indent {
    font-size: 15rem;
    padding-left: 15rem;
    padding-right: 15rem;
    margin-top: 20rem;
  }
}
.prevention .indent {
  padding-left: 30rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 35rem;
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .prevention .indent {
    font-size: 15rem;
    margin-top: 20rem;
  }
}

@media screen and (min-width:767.1px) {
  body.en .corporate .reports {
    padding-left: 30rem;
    padding-right: 30rem;
  }
  body.en .corporate .reports .report__list .report__item {
    width: 500rem;
    max-width: 50%;
  }
  body.en .corporate .indent__contents .corporate__table table thead tr th {
    font-size: 11rem;
  }
}
body.en .corporate .indent__contents .corporate__table table tbody tr th {
  height: auto;
  gap: 10rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem;
}
body.en .corporate .indent__contents .corporate__table table tbody tr th .tag span {
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width:1099px) and (min-width:767.1px) {
  body:not(.en) .corporate .indent__contents .corporate__table table tbody tr th {
    height: auto;
    gap: 10rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 10rem;
  }
  body:not(.en) .corporate .indent__contents .corporate__table table tbody tr th .tag span {
    width: -moz-max-content;
    width: max-content;
  }
}
/*# sourceMappingURL=governance.css.map */