.childpage__mainvisual-breadcrumb ul {
  padding-left: 8rem;
  align-items: center;
}
.childpage__mainvisual-breadcrumb ul li {
  white-space: nowrap;
}
.childpage__mainvisual-breadcrumb ul li:last-child {
  white-space: normal;
}

.aboutpage__main .aboutpage__mainvisual {
  min-height: 43rem;
}
.aboutpage__main .aboutpage__mainvisual-content {
  padding-top: 3.5rem;
}
@media (max-width: 767px) {
  .aboutpage__main .aboutpage__mainvisual-content {
    padding-top: 0;
  }
}
.aboutpage__main .aboutpage__mainvisual-subtitle {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.aboutpage__main .aboutpage__mainvisual-subtitle span {
  font-size: 1em;
  border-bottom: 0.5rem solid #ff9498;
}
@media (max-width: 767px) {
  .aboutpage__main .aboutpage__mainvisual-subtitle {
    font-size: 2.2rem;
  }
  .aboutpage__main .aboutpage__mainvisual-subtitle span {
    border-width: 0.3rem;
  }
}
.aboutpage__main .aboutpage__mainvisual-title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.29em;
  margin-bottom: 3rem;
}
.aboutpage__main .aboutpage__mainvisual-title::before {
  display: none;
}
@media (max-width: 767px) {
  .aboutpage__main .aboutpage__mainvisual-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.aboutpage__about-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aboutpage__about-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aboutpage__about-wrapper .categories {
  display: flex;
  align-items: center;
}
.aboutpage__about-wrapper .categories li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.7rem;
  border-radius: 99px;
  padding-left: 1.5rem;
  position: relative;
  color: #333;
  margin-right: 2rem;
}
.aboutpage__about-wrapper .categories li span::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: absolute;
  left: 0rem;
  top: calc(50% - 0.6rem);
  background-color: #ff9498;
}
.aboutpage__about-wrapper .categories li span.bind {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.aboutpage__about-wrapper .categories li span.bind::before {
  background-color: #f7bf65;
}
.aboutpage__about-wrapper .categories li span.bind-region {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.aboutpage__about-wrapper .categories li span.bindregion::before {
  background-color: #73c1e3;
}
.aboutpage__about-wrapper .categories li span.hospital::before {
  background-color: #a6d67c;;
}
.aboutpage__about-wrapper .categories li span.uncategorized::before {
  background-color: #cbcbcb;
}
.aboutpage__about-wrapper .tags {
  display: flex;
  color: #888;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.aboutpage__about-wrapper .tags p {
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
}
.aboutpage__about-time {
  font-size: 1.3rem;
  line-height: 1.54em;
  letter-spacing: 0.2em;
  margin-right: 3.5rem;
}
@media (max-width: 767px) {
  .aboutpage__about-time {
    margin-bottom: 1rem;
  }
}

.about_content__wrapper {
  max-width: 116.6rem;
  margin: auto;
  padding-right: 10rem;
  margin-top: 7rem;
  display: flex;
  padding-bottom: 10rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .about_content__wrapper {
    flex-direction: column;
    max-width: unset;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 0rem;
    padding-bottom: 0rem;
  }
}
.about_content__sidebar {
  width: 34rem;
  position: sticky;
  top: 10rem;
}
@media (max-width: 767px) {
  .about_content__sidebar {
    width: 100%;
    position: static;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.about_content__sidebar .sidebar__content-first {
  padding-bottom: 2.7rem;
}
.about_content__sidebar .sidebar__content-second {
  padding-bottom: 6rem;
}
.about_content__sidebar .sidebar__content-title {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  line-height: 1.48em;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .about_content__sidebar .sidebar__content-title {
    font-size: 2rem;
  }
}
.about_content__sidebar .sidebar__content-categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .about_content__sidebar .sidebar__content-categories {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.about_content__sidebar .sidebar__content-categories li {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .about_content__sidebar .sidebar__content-categories li {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}
.about_content__sidebar .sidebar__content-categories li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbcbcb;
  background-color: white;
  font-size: 1.7rem;
  height: 3.58rem;
  border-radius: 99px;
  padding-right: 1.76rem;
  padding-left: 3.73rem;
  position: relative;
  color: #333;
}
@media (max-width: 767px) {
  .about_content__sidebar .sidebar__content-categories li a {
    font-size: 1.4rem;
    height: 3rem;
    padding-left: 3.4rem;
    padding-right: 1.3rem;
  }
}
.about_content__sidebar .sidebar__content-categories li a::before {
  content: "";
  width: 1.79rem;
  height: 1.79rem;
  border-radius: 50%;
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 0.8rem);
  background-color: #ff9498;
}
@media (max-width: 767px) {
  .about_content__sidebar .sidebar__content-categories li a::before {
    width: 1.4rem;
    height: 1.4rem;
    top: calc(50% - 0.6rem);
  }
}
.about_content__sidebar .sidebar__content-categories li a.bind::before {
  background-color: #f7bf65;
}
.about_content__sidebar .sidebar__content-categories li a.bindregion::before {
  background-color: #73c1e3;
}
.about_content__sidebar .sidebar__content-categories li a.bindregion::before {
  background-color: #a6d67c;
}
.about_content__sidebar .sidebar__content-categories li a.uncategorized::before {
  background-color: #cbcbcb;
}
@media (min-width: 768px) {
  .about_content__sidebar .sidebar__content-categories li a {
    transition: all 0.4s;
  }
  .about_content__sidebar .sidebar__content-categories li a:hover {
    opacity: 0.7;
  }
}
.about_content__sidebar .sidebar__content-tags {
  display: flex;
  flex-wrap: wrap;
}
.about_content__sidebar .sidebar__content-tags li {
  margin-right: 1em;
  margin-bottom: 0.7em;
  font-size: 1.5rem;
}
.about_content__sidebar .sidebar__content-tags li a {
  font-size: 1em;
  color: #888;
  transition: all 0.4s;
}
.about_content__sidebar .sidebar__content-tags li a:hover {
  opacity: 0.7;
}
.about_content__sidebar .sidebar__links-wrapper a {
  display: block;
  width: 100%;
  line-height: normal;
  font-size: 1.7rem;
  letter-spacing: -0.05em;
  color: #333;
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid rgba(203, 203, 203, 0.5);
}
@media (max-width: 767px) {
  .about_content__sidebar .sidebar__links-wrapper a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .about_content__sidebar .sidebar__links-wrapper a {
    transition: all 0.4s;
  }
  .about_content__sidebar .sidebar__links-wrapper a:hover {
    border-color: #ff9498;
  }
}
.about_content__main {
  width: calc(100% - 34rem);
  padding-left: 8rem;
}
@media (max-width: 767px) {
  .about_content__main {
    width: 100%;
    padding-left: 0;
  }
}

.about_content__main-wrapper p {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.87em;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .about_content__main-wrapper p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.about_content__main-wrapper h2 {
  background-color: rgba(255, 148, 152, 0.1);
  padding: 0.73rem 1.5rem 1rem 1.5rem;
  color: #ff9498;
  font-size: 3rem;
  line-height: 1.33em;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .about_content__main-wrapper h2 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }
}
.about_content__main-wrapper h3 {
  font-size: 2.5rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #ff9498;
  padding-left: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .about_content__main-wrapper h3 {
    font-size: 2.3rem;
  }
}
.about_content__main-wrapper h3::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.9rem);
  background-image: url(../../img/page-about/about-h3-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about_content__main-wrapper h4 {
  font-size: 2rem;
  line-height: 1.4em;
  padding-left: 1.8rem;
  font-weight: bold;
  color: #ff9498;
  position: relative;
}
.about_content__main-wrapper h4::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 0.3rem);
  background-color: #ff9498;
  position: absolute;
}
.about_content__main-wrapper p {
  margin-bottom: 3rem;
}
.about_content__main-flex {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .about_content__main-flex {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
.about_content__main-imgwrapper {
  width: calc(100% - 2.2rem);
}
@media (max-width: 767px) {
  .about_content__main-imgwrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.about_content__main-imgwrapper img {
  width: 100%;
}
.about_content__main-imgwrapper:first-child {
  margin-right: 2.2rem;
}
@media (max-width: 767px) {
  .about_content__main-imgwrapper:first-child {
    margin-right: 0;
  }
}
.about_content__main-imgwrapper:last-child {
  margin-left: 2.2rem;
}
@media (max-width: 767px) {
  .about_content__main-imgwrapper:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.about_content__main-chapter {
  padding-bottom: 5rem;
}
.about_content__main .table-wrapper {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.about_content__main .table-wrapper table {
  width: 100%;
}
.about_content__main .table-wrapper table thead .th1 {
  min-width: 12.8rem;
}
@media (max-width: 767px) {
  .about_content__main .table-wrapper table thead .th1 {
    min-width: 10rem;
  }
}
.about_content__main .table-wrapper table thead .th2, .about_content__main .table-wrapper table thead .th3 {
  width: 50%;
}
.about_content__main .table-wrapper table thead th {
  text-align: center;
}
.about_content__main .table-wrapper table th {
  background-color: rgba(255, 148, 152, 0.1);
  color: #ff9498;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .about_content__main .table-wrapper table th {
    font-size: 1.2rem;
  }
}
.about_content__main .table-wrapper table th, .about_content__main .table-wrapper table td {
  padding: 1rem 0.8rem;
  border: 1px solid #ff9498;
}
.about_content__main .table-wrapper table td {
  font-size: 1.5rem;
  line-height: 1.33em;
  letter-spacing: -0.0053em;
}
@media (max-width: 767px) {
  .about_content__main .table-wrapper table td {
    font-size: 1.2rem;
  }
}
.about_content__main .table-wrapper table td img {
  width: 100%;
}
.about_content__main .table-wrapper table tr th {
  line-height: 1.333em;
  padding-right: 0.5rem;
}

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