@media screen and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #5D0A0A;
  background: #FFF5EE;
}

.profiles__area {
  background: #F2E0C9;
  border-top: 1px solid #5D0A0A;
  border-bottom: 1px solid #5D0A0A;
  height: 131rem;
}
.profiles__card {
  width: 82.75rem;
  height: 119.875rem;
  background: #FFF5EE;
  border-radius: 2rem;
  border: 1px solid #5D0A0A;
  background: #FFF5EE;
  margin-top: 4.375rem;
  margin-right: auto;
  margin-left: auto;
}
@media not screen and (min-width: 768px) {
  .profiles__card {
    width: 20.6875rem;
    margin-top: 2.75rem;
  }
}
.profiles__about {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 6.75rem;
  padding-right: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #5D0A0A;
}
@media not screen and (min-width: 768px) {
  .profiles__about {
    padding: 0;
    display: block;
  }
}
@media not screen and (min-width: 768px) {
  .profiles__img {
    text-align: center;
    padding-top: 1.375rem;
  }
}
.profiles__img img {
  border-radius: 27.27875rem;
  border: 1px solid #5D0A0A;
  width: 27.3125rem;
  height: 27.3125rem;
}
@media not screen and (min-width: 768px) {
  .profiles__img img {
    width: 17.9375rem;
    height: auto;
  }
}
.profiles__me-name {
  color: #5D0A0A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4375rem; /* 171.875% */
  margin-top: 1.875rem;
}
@media not screen and (min-width: 768px) {
  .profiles__me-name {
    font-size: 1.25rem;
    text-align: center;
  }
}
.profiles__me-bio {
  color: #5D0A0A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem; /* 225% */
  margin-top: 1rem;
}
@media not screen and (min-width: 768px) {
  .profiles__me-bio {
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }
}