@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&display=swap");
.nabari_member_background {
  margin-top: -60px;
  padding-top: 198px;
  padding-left: 95px;
  padding-right: 95px;
  padding-bottom: 180px;
  overflow-x: clip;
}
@media (max-width: 450px) {
  .nabari_member_background {
    margin-top: -40px;
    padding: 97px 20px 46px;
  }
}

.member {
  position: relative;
  background-color: #ffffff;
  border-radius: 80px;
  padding-bottom: 92px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 450px) {
  .member {
    padding-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
  }
}
.member--ttl {
  position: relative;
  top: -68px;
  margin-bottom: -68px;
  color: #0087d0;
  font-family: "Fugaz One", sans-serif;
  font-size: 85px;
  text-align: center;
}
@media (max-width: 450px) {
  .member--ttl {
    font-size: 40px;
    top: -30px;
    margin-bottom: -30px;
    left: -10px;
    width: calc(100% + 20px);
    letter-spacing: -2px;
  }
}
.member--lead {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 450px) {
  .member--lead {
    font-size: 16px;
    margin-top: 0;
  }
}
.member--desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-top: 42px;
}
@media (max-width: 450px) {
  .member--desc {
    font-size: 14px;
    margin-top: 40px;
    text-align: left;
  }
}
.member--parts_img {
  position: absolute;
  top: 16px;
  left: calc(50% - 637px);
}
@media (max-width: 450px) {
  .member--parts_img {
    width: 118px;
    top: 6px;
    left: -43px;
  }
}
.member--img {
  display: block;
  margin: 0 auto;
}

.member_with {
  margin-top: 180px;
}
@media (max-width: 450px) {
  .member_with {
    margin-top: 76px;
  }
}
.member_with--ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  color: #002f71;
  text-align: center;
}
@media (max-width: 450px) {
  .member_with--ttl {
    font-size: 18px;
  }
}
.member_with--layout {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  column-gap: 90px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 450px) {
  .member_with--layout {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
}
@media (max-width: 450px) {
  .member_with--block + .member_with--block {
    margin-top: 30px;
  }
}
.member_with--item {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.member_with--item + .member_with--item {
  margin-top: 40px;
}
@media (max-width: 450px) {
  .member_with--item {
    font-size: 15px;
  }
  .member_with--item + .member_with--item {
    margin-top: 30px;
  }
}

.message_background {
  background-color: #54bcf5;
  margin-bottom: -166px;
  padding: 147px 95px 296px;
}
@media (max-width: 450px) {
  .message_background {
    margin-bottom: -200px;
    padding: 72px 20px 290px;
  }
}

.message {
  background-color: #ffffff;
  padding-left: 95px;
  padding-right: 95px;
  padding-bottom: 48px;
  border-radius: 80px;
  position: relative;
}
@media (max-width: 450px) {
  .message {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
  }
}
.message--ttl {
  position: relative;
  top: -68px;
  margin-bottom: -68px;
  color: #0087d0;
  font-family: "Fugaz One", sans-serif;
  font-size: 85px;
  text-align: center;
}
@media (max-width: 450px) {
  .message--ttl {
    font-size: 40px;
    top: -30px;
    margin-bottom: -30px;
  }
}
.message--lead {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 450px) {
  .message--lead {
    font-size: 16px;
    margin-top: 0;
  }
}
.message--layout {
  max-width: 1000px;
  margin: 0 auto;
}
.message--block {
  max-width: 570px;
  margin-top: 76px;
}
@media (max-width: 450px) {
  .message--block {
    margin-top: 38px;
  }
}
.message--head {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 450px) {
  .message--head {
    font-size: 15px;
  }
}
.message--desc {
  margin-top: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.5;
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 450px) {
  .message--desc {
    font-size: 14px;
    margin-top: 34px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.message--img {
  position: absolute;
  left: calc(50% + 105px);
  bottom: 0;
}
@media (max-width: 450px) {
  .message--img {
    position: static;
    display: block;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=person.css.map */
