.about-section {
  margin-top: 2.8125rem;
  padding-top: 2.8125rem;
  border-top: 1px solid #B1B3B5;
}
@media screen and (min-width: 768px) {
  .about-section {
    margin-top: 5.3125rem;
    padding-top: 5.3125rem;
  }
}

.about-title {
  font-size: 1.0625rem;
  font-weight: 900;
  text-align: center;
  color: #153E68;
}
@media screen and (min-width: 400px) {
  .about-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .about-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .about-title {
    font-size: 2rem;
  }
}

.about__entrance_point {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__entrance_point {
    margin-top: 4.0625rem;
  }
}

.about__entrance_point_inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about__entrance_point_inner {
    gap: 1.875rem;
  }
}

.about__entrance_point_text {
  display: flex;
  gap: 0.125rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F8F6EF;
  font-size: 0.875rem;
  font-weight: 700;
  color: #153E68;
  border-radius: 0.625rem;
  height: 4.625rem;
}
@media screen and (min-width: 768px) {
  .about__entrance_point_text {
    font-size: 1.125rem;
    border-radius: 1.25rem;
    height: 7.125rem;
  }
}
@media screen and (min-width: 992px) {
  .about__entrance_point_text {
    font-size: 1.625rem;
    height: 9.625rem;
  }
}

.about__entrance_point_text .sub-text {
  font-size: 0.625rem;
}
@media screen and (min-width: 400px) {
  .about__entrance_point_text .sub-text {
    font-size: 0.6153846154em;
  }
}

.about__entrance_point_icon {
  position: relative;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
}
@media screen and (min-width: 768px) {
  .about__entrance_point_icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .about__entrance_point_icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.about__entrance_point_icon::before,
.about__entrance_point_icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #716F6F;
}

.about__entrance_point_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.about__entrance_point_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.about__entrance_point_result {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #153E68;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .about__entrance_point_result {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .about__entrance_point_result {
    font-size: 1.625rem;
  }
}

.about__reason {
  margin-top: 2.8125rem;
  padding-top: 2.8125rem;
  border-top: 1px solid #B1B3B5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__reason {
    margin-top: 5.3125rem;
    padding-top: 5.3125rem;
  }
}

.about__reason_text {
  font-size: 0.75rem;
  margin-top: 1.875rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 360px) {
  .about__reason_text {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .about__reason_text {
    font-size: 1rem;
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  .about__reason_text {
    font-size: 1.125rem;
  }
}

.about__reason_image {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__reason_image {
    margin-top: 1.25rem;
  }
}

.about__voice_list {
  max-width: 28.125rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__voice_list {
    max-width: 40.625rem;
    margin-top: 4.375rem;
  }
}

.about__voice_item + .about__voice_item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about__voice_item + .about__voice_item {
    margin-top: 2.625rem;
  }
}

.about__voice_item_comment {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .about__voice_item_comment {
    gap: 0.625rem;
  }
}

.about__voice_item_baloon {
  position: relative;
  padding-left: 0.625rem;
  background-color: #fff;
}
@media screen and (min-width: 400px) {
  .about__voice_item_baloon {
    transform: translateY(-10px);
  }
}

.about__voice_item_baloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.1em;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.6875rem;
  background-image: url("/media/images/about/triangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.about__voice_item_baloon_text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #153E68;
  padding: 0.375rem;
  border: 1px solid #B1B3B5;
  background-color: #fff;
  border-radius: 0.375rem;
}
@media screen and (min-width: 400px) {
  .about__voice_item_baloon_text {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about__voice_item_baloon_text {
    font-size: 1rem;
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .about__voice_item_baloon_text {
    font-size: 1.125rem;
  }
}

.about__voice_item_request {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #153E68;
  text-align: right;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 400px) {
  .about__voice_item_request {
    font-size: 1.125rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .about__voice_item_request {
    font-size: 1.5rem;
  }
}

.about__voice_item_request::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("/media/images/about/icon-point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.about__voice_item_request .marker {
  background: linear-gradient(transparent 70%, #FCFAC6 70%);
}

.about__voice_answer {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #153E68;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 576px) {
  .about__voice_answer {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .about__voice_answer {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .about__voice_answer {
    font-size: 1.625rem;
    margin-top: 3.75rem;
  }
}

.about__message_box {
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 1.25rem;
  color: #153E68;
  background-color: #F8F6EF;
  line-height: 1.7272727273;
  text-align: center;
  padding: 1.875rem 0.625rem;
  margin-inline: auto;
  margin-top: 1.875rem;
  max-width: 27.0625rem;
}
@media screen and (min-width: 400px) {
  .about__message_box {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .about__message_box {
    font-size: 1.125rem;
    margin-top: 3.75rem;
    max-width: 41.625rem;
  }
}
@media screen and (min-width: 992px) {
  .about__message_box {
    font-size: 1.375rem;
  }
}

.about__message_image {
  max-width: 22.5rem;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__message_image {
    max-width: 100%;
    text-align: center;
    margin-top: 3.75rem;
  }
}

.about__message_text.about__message_text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #153E68;
  text-align: center;
  line-height: 1.7272727273;
}
@media screen and (min-width: 768px) {
  .about__message_text.about__message_text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .about__message_text.about__message_text {
    font-size: 1.375rem;
  }
}

.about__message_text .message {
  display: block;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 576px) {
  .about__message_text .message {
    font-size: 1.4545454545em;
  }
}
@media screen and (min-width: 768px) {
  .about__message_text .message {
    margin-top: 2.8125rem;
  }
}/*# sourceMappingURL=style-about.css.map */