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

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

.executive {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
  padding-bottom: 200rem;
  box-sizing: border-box;
  padding-left: 20rem;
  padding-right: 20rem;
}
@media screen and (max-width: 768px) {
  .executive {
    margin-top: 50rem;
    padding-bottom: 100rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .executive .officer .item {
    flex-direction: row !important;
  }
  .executive .officer .item h3 {
    width: 20% !important;
  }
  .executive .officer .item p {
    width: 80%;
  }
}
.executive .executive__block:not(:nth-child(1)) {
  margin-top: 133rem;
}
@media screen and (max-width: 768px) {
  .executive .executive__block:not(:nth-child(1)) {
    margin-top: 50rem;
  }
}
.executive .executive__block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.executive .executive__block .title h2 {
  font-size: 30rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .title h2 {
    font-size: 18rem;
  }
}
.executive .executive__block .title p {
  font-size: 18rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .title p {
    font-size: 15rem;
  }
}
.executive .executive__block .list {
  margin-top: 30rem;
  height: 100%;
  display: block;
}
.executive .executive__block .list.first__list .item h3 {
  max-width: 214rem;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list.first__list .item h3 {
    width: 100%;
  }
}
.executive .executive__block .list .item {
  display: flex;
  padding: 28rem 0;
  border-bottom: 1rem solid #BABABA;
  gap: 50rem;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list .item {
    flex-direction: column;
    gap: 10rem;
  }
}
.executive .executive__block .list .item:nth-child(1) {
  border-top: 1rem solid #BABABA;
}
.executive .executive__block .list .item h3 {
  max-width: 130rem;
  width: 130rem;
  min-width: 130rem;
  color: #0691D9;
  font-size: 18rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list .item h3 {
    max-width: 100%;
    width: 100%;
    font-size: 18rem;
  }
}
.executive .executive__block .list .item p {
  font-size: 18rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list .item p {
    font-size: 15rem;
  }
}
.executive .executive__block .list .item .vices {
  width: 1021rem;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list .item .vices {
    width: 80%;
  }
}
.executive .executive__block .list .item .vices .vice {
  padding: 28rem 0;
  border-bottom: 1rem solid #BABABA;
  display: flex;
  padding-left: 0rem;
  gap: 20rem;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list .item .vices .vice {
    flex-direction: column;
  }
}
.executive .executive__block .list .item .vices .vice:nth-child(1) {
  padding-top: 0;
}
.executive .executive__block .list .item .vices .vice:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.executive .executive__block .list .item .vices .vice p {
  line-height: 30rem;
}
.executive .executive__block .list .item .vices .vice p:nth-child(1) {
  max-width: 229rem;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list .item .vices .vice p:nth-child(1) {
    width: 100%;
  }
}
.executive .executive__block .list .item .vices .vice p:nth-child(2) {
  max-width: 300rem;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list .item .vices .vice p:nth-child(2) {
    width: 100%;
  }
  .executive .executive__block .list .item .vices .vice p:nth-child(2).vice__middle {
    padding-top: 0rem;
  }
}
.executive .executive__block .list .item .vices .vice p:nth-child(3) {
  max-width: 421rem;
  width: 42%;
  margin-left: 50rem;
}
@media screen and (max-width: 768px) {
  .executive .executive__block .list .item .vices .vice p:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
  .executive .executive__block .list .item .vices .vice p:nth-child(3).vice__last {
    padding-top: 0rem;
  }
}

body.en .executive .executive__block .list .item {
  gap: 0;
}
body.en .executive .executive__block .list .item h3 {
  min-width: 120rem;
  max-width: 120rem;
  padding-right: 50rem;
}
@media screen and (max-width: 768px) {
  body.en .executive .executive__block .list .item {
    gap: 10rem !important;
  }
  body.en .executive .executive__block .list .item h3 {
    min-width: 120rem;
  }
}
body.en .executive .executive__block .list.first__list .item {
  gap: 0;
}
body.en .executive .executive__block .list.first__list .item h3 {
  padding-right: 50rem;
  width: 264rem;
  min-width: 264rem;
  max-width: 264rem;
  box-sizing: border-box;
}
/*# sourceMappingURL=executive.css.map */