.read_wrap {
  margin-top: 150rem;
  position: relative;
}
.read_wrap::after {
  content: "";
  width: 931rem;
  height: 560rem;
  background-image: url(../../img/bg_about_lead.png);
  display: block;
  position: absolute;
  top: -45rem;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  pointer-events: none;
}
.read_wrap .ttl {
  font-weight: 500;
  font-size: 40rem;
  text-align: center;
  color: #6E513E;
  letter-spacing: 10rem;
}
.read_wrap .txt {
  margin-top: 60rem;
  line-height: 3;
  text-align: center;
}

.feature_wrap {
  margin-top: 145rem;
}
.feature_wrap .feature_list {
  margin-top: 70rem;
  display: flex;
  flex-wrap: wrap;
  gap: 90rem 70rem;
}
.feature_wrap .feature_list li {
  width: 465rem;
}
.feature_wrap .feature_list li .img_wrap img {
  border-radius: 30rem;
}
.feature_wrap .feature_list li .txt_wrap .feature_ttl {
  display: flex;
  align-items: center;
  margin-top: 15rem;
  gap: 38rem;
}
.feature_wrap .feature_list li .txt_wrap .feature_ttl .num {
  width: 120rem;
  height: 34rem;
  border-radius: 23rem;
  background-color: #F0813B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15rem;
}
.feature_wrap .feature_list li .txt_wrap .feature_ttl .num img {
  vertical-align: baseline;
}
.feature_wrap .feature_list li .txt_wrap .feature_ttl h3 {
  font-weight: 500;
  color: #6E513E;
  align-content: center;
  min-height: 60rem;
  font-size: 20rem;
  line-height: 1.4;
}
.feature_wrap .feature_list li .txt_wrap .desc {
  border-top: 1rem dotted #F0813B;
  margin-top: 20rem;
  padding-top: 23rem;
}

.hospital_wrap {
  padding-bottom: 120rem;
  padding-top: 120rem;
  margin-top: 115rem;
}
.hospital_wrap .lead_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 55rem;
  flex-direction: row-reverse;
}
.hospital_wrap .lead_wrap .txt_wrap {
  width: 500rem;
}
.hospital_wrap .lead_wrap .img_wrap {
  width: 420rem;
}
.hospital_wrap .lead_wrap .img_wrap img {
  border-radius: 30rem;
}
.hospital_wrap .hospital_type {
  display: flex;
  justify-content: center;
  margin-top: 65rem;
  gap: 10rem;
}
.hospital_wrap .hospital_type .img_box {
  width: 473rem;
}
.hospital_wrap .hospital_type .img_box + .img_box {
  width: 311rem;
}
.hospital_wrap .desc_wrap {
  margin-top: 65rem;
}
.hospital_wrap .desc_wrap .dash_list {
  margin-top: 26rem;
}
.hospital_wrap .desc_wrap p {
  margin-top: 26rem;
}
.hospital_wrap .btn_wrap {
  margin-top: 80rem;
}
.hospital_wrap .btn_wrap .txt {
  font-size: 18rem;
}
.hospital_wrap .btn_wrap .btn_more {
  margin-top: 15rem;
}

.philosophy_wrap {
  padding-bottom: 120rem;
  padding-top: 120rem;
}
.philosophy_wrap .philosophy_catch {
  margin-top: 40rem;
  font-size: 48rem;
  letter-spacing: 1.5rem;
}
.philosophy_wrap .criteria_wrap {
  margin-top: 16rem;
  display: flex;
  gap: 28rem;
  align-items: center;
  justify-content: center;
}
.philosophy_wrap .criteria_wrap li {
  width: 300rem;
  height: 300rem;
  border-radius: 300rem;
  background-color: #FFF8F5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.philosophy_wrap .desc_box {
  margin-top: 26rem;
}
.philosophy_wrap .desc_box:not(:first-child) {
  padding-top: 40rem;
  margin-top: 60rem;
}
.philosophy_wrap .desc_box .dash_list {
  margin-top: 26rem;
}

.greetings_wrap {
  margin-top: 145rem;
}
.greetings_wrap .contents_wrap {
  justify-content: center;
  display: flex;
  align-items: start;
  gap: 40rem;
}
.greetings_wrap .contents_wrap .txt_wrap {
  width: 645rem;
}
.greetings_wrap .contents_wrap .txt_wrap .philosophy_catch {
  margin-top: 48rem;
  font-size: 28rem;
  letter-spacing: 1.5rem;
}
.greetings_wrap .contents_wrap .txt_wrap .txt {
  margin-top: 45rem;
}
.greetings_wrap .contents_wrap .txt_wrap .profile_and_license {
  margin-top: 40rem;
  padding-top: 42rem;
}
.greetings_wrap .contents_wrap .txt_wrap .profile_and_license .desc_box + .desc_box {
  margin-top: 30rem;
}
.greetings_wrap .contents_wrap .img_wrap {
  margin-top: 120rem;
  width: 162rem;
}
.greetings_wrap .contents_wrap .img_wrap .name {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20rem;
  line-height: 1.5;
  font-weight: 500;
}
.greetings_wrap .contents_wrap .img_wrap .name span {
  font-size: 22rem;
}

.info_wrap {
  padding-top: 120rem;
  position: relative;
}
.info_wrap::after {
  content: "";
  width: 1997rem;
  height: 389rem;
  display: block;
  position: absolute;
  background-image: url(../../img/bg_about_info_wrap.png);
  left: 50%;
  transform: translateX(-50%);
  top: -155rem;
}
.info_wrap .table_wrap {
  margin-top: 55rem;
}

.related_facilities {
  margin-top: 80rem;
}
.related_facilities .btn {
  cursor: pointer;
  font-size: 18rem;
  height: 80rem;
  line-height: 80rem;
  width: 100%;
  border: 1px solid #CCCCCC;
  color: #6E513E;
  padding-left: 40rem;
  font-weight: 500;
  position: relative;
}
.related_facilities .btn::before, .related_facilities .btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 20rem;
  height: 3rem;
  border-top: 3rem solid #CCCCCC;
  top: calc(50% - 1.5rem);
  right: 33rem;
  transition: 0.2s;
}
.related_facilities .btn:after {
  transform: rotate(180deg);
  top: calc(50% - 4.5rem);
  right: 33rem;
}
.related_facilities .btn.open::after {
  transform: rotate(90deg);
  top: calc(50% - 2.5rem);
  right: 35rem;
}
.related_facilities .facilities_list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65rem;
  display: flex;
  gap: 60rem 0;
}
.related_facilities .facilities_list dl {
  display: flex;
  gap: 85rem;
  width: 415rem;
  flex-wrap: wrap;
}
.related_facilities .facilities_list dl:nth-child(odd) dt {
  width: 154rem;
}
.related_facilities .facilities_list dl:nth-child(even) {
  width: 500rem;
}
.related_facilities .facilities_list dl:nth-child(even) dt {
  width: 217rem;
}
.related_facilities .facilities_list dl dt {
  font-size: 16rem;
}
.related_facilities .facilities_list dl dt::before {
  top: 10rem;
}
.related_facilities .facilities_list dl dd a {
  text-decoration: underline;
}

.history_wrap {
  margin-top: 140rem;
}
.history_wrap .history {
  margin-top: 78rem;
  display: flex;
  gap: 111rem;
  position: relative;
}
.history_wrap .history .img_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 320rem;
}
.history_wrap .history .img_wrap img {
  border-radius: 30rem;
}
.history_wrap .history .year {
  color: #F0813B;
  font-size: 36rem;
  font-weight: 500;
}
.history_wrap .history .year span + span {
  font-size: 20rem;
  font-weight: normal;
}
.history_wrap .history .timeline {
  padding-bottom: 70rem;
  position: relative;
}
.history_wrap .history .timeline::after {
  content: "";
  display: block;
  position: absolute;
  width: 16rem;
  height: 22rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/ico_history_arrow.svg);
  bottom: -8rem;
  left: -50rem;
  transform: rotate(90deg);
}
.history_wrap .history .timeline .txt {
  font-size: 20rem;
  font-weight: 500;
}
.history_wrap .history .timeline li {
  position: relative;
}
.history_wrap .history .timeline li::before {
  content: "";
  display: block;
  position: absolute;
  width: 23rem;
  height: 23rem;
  background-color: #fff;
  border-radius: 50rem;
  border: 2rem solid #F0813B;
  left: -55rem;
  top: 8rem;
}
.history_wrap .history .timeline li::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 110rem;
  background-color: #F0813B;
  left: -43rem;
  top: 35rem;
}
.history_wrap .history .timeline li:not(:first-child) {
  margin-top: 60rem;
}

.link_wrap {
  margin-top: 140rem;
  padding-bottom: 160rem;
}
.link_wrap ul {
  display: flex;
  justify-content: center;
  gap: 40rem;
}
.link_wrap ul li > a {
  border-radius: 20rem;
  display: flex;
  position: relative;
  width: 480rem;
  height: 180rem;
  z-index: 1;
  padding-bottom: 20rem;
  padding-left: 20rem;
  padding-right: 20rem;
  align-items: end;
  justify-content: space-between;
  overflow: hidden;
}
.link_wrap ul li > a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  border-radius: 20rem;
  z-index: -1;
}
.link_wrap ul li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: transform 0.5s ease;
  border-radius: 20rem;
  z-index: -1;
}
.link_wrap ul li > a .link_box {
  line-height: 1.2;
}
.link_wrap ul li > a .link_box p {
  font-size: 12rem;
  font-weight: 500;
  color: #F0813B;
}
.link_wrap ul li > a .link_box h3 {
  font-size: 26rem;
  font-weight: 500;
  color: #FFFFFF;
}
.link_wrap ul li > a .btn_more {
  width: 200rem;
  height: 50rem;
  border-radius: 26rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  color: #F0813B;
  transition: 0.5s;
}
.link_wrap ul li > a .btn_more::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.link_wrap ul li > a:hover::before {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.link_wrap ul li > a:hover .btn_more {
  background-color: #F0813B;
  color: #fff;
}
.link_wrap ul li.pamphlet a::before {
  background-image: url(../../img/bg_about_pamphlet.jpg);
}
.link_wrap ul li.pamphlet a .btn_more::after {
  background-image: url(../../img/ico_pdf.svg);
  width: 13rem;
  height: 16rem;
  margin-left: 15rem;
}
.link_wrap ul li.pamphlet:hover .btn_more::after {
  background-image: url(../../img/ico_pdf_w.svg);
}
.link_wrap ul li.insta a::before {
  background-image: url(../../img/bg_about_Instagram.jpg);
}
.link_wrap ul li.insta a .btn_more::after {
  background-image: url(../../img/ico_insta_o.svg);
  width: 14rem;
  margin-left: 10rem;
  height: 14rem;
}
.link_wrap ul li.insta:hover .btn_more::after {
  background-image: url(../../img/ico_insta_w.svg);
}

@media screen and (max-width: 680px) {
  .read_wrap {
    margin-top: 80rem;
  }
  .read_wrap::after {
    width: 345rem;
    height: 483.5rem;
    background-image: url(../../img/bg_about_lead_sp.png);
    top: -55rem;
  }
  .read_wrap .ttl {
    font-size: 24rem;
    letter-spacing: 0;
  }
  .read_wrap .txt {
    margin-top: 22rem;
    line-height: 2;
    text-align: left;
  }
  .feature_wrap {
    margin-top: 65rem;
  }
  .feature_wrap .feature_list {
    margin-top: 27.5rem;
    display: block;
  }
  .feature_wrap .feature_list li {
    width: 100%;
  }
  .feature_wrap .feature_list li:not(:first-child) {
    margin-top: 40rem;
  }
  .feature_wrap .feature_list li .img_wrap img {
    border-radius: 15rem;
  }
  .feature_wrap .feature_list li .txt_wrap .feature_ttl {
    margin-top: 15rem;
    gap: 15rem;
  }
  .feature_wrap .feature_list li .txt_wrap .feature_ttl .num {
    width: 98rem;
    height: 24rem;
    border-radius: 14.5rem;
    margin-left: 15rem;
  }
  .feature_wrap .feature_list li .txt_wrap .feature_ttl .num img {
    width: 60rem;
  }
  .feature_wrap .feature_list li .txt_wrap .feature_ttl h3 {
    text-align: center;
    min-height: auto;
    font-size: 18rem;
  }
  .feature_wrap .feature_list li .txt_wrap .desc {
    margin-top: 15rem;
    padding-top: 15rem;
  }
  .hospital_wrap {
    padding-bottom: 40rem;
    padding-top: 40rem;
    margin-top: 65rem;
  }
  .hospital_wrap .lead_wrap {
    display: block;
    margin-top: 25rem;
  }
  .hospital_wrap .lead_wrap .txt_wrap {
    margin-top: 20rem;
    width: 100%;
  }
  .hospital_wrap .lead_wrap .img_wrap {
    width: 100%;
  }
  .hospital_wrap .lead_wrap .img_wrap img {
    border-radius: 15rem;
  }
  .hospital_wrap .hospital_type {
    display: block;
    margin-top: 35rem;
  }
  .hospital_wrap .hospital_type .img_box {
    width: 300rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hospital_wrap .hospital_type .img_box + .img_box {
    margin-top: 25rem;
    width: 199rem;
  }
  .hospital_wrap .desc_wrap {
    margin-top: 30rem;
  }
  .hospital_wrap .desc_wrap .dash_list {
    margin-top: 20rem;
  }
  .hospital_wrap .desc_wrap p {
    margin-top: 20rem;
  }
  .hospital_wrap .btn_wrap {
    margin-top: 35rem;
  }
  .hospital_wrap .btn_wrap .txt {
    font-size: 15rem;
  }
  .hospital_wrap .btn_wrap .btn_more {
    margin-top: 8rem;
  }
  .hospital_wrap .btn_wrap .btn_more a {
    font-size: 15rem;
  }
  .philosophy_wrap {
    padding-bottom: 40rem;
    padding-top: 40rem;
  }
  .philosophy_wrap .philosophy_catch {
    margin-top: 25rem;
    font-size: 24rem;
  }
  .philosophy_wrap .criteria_wrap {
    margin-top: 27.5rem;
    display: block;
  }
  .philosophy_wrap .criteria_wrap li {
    width: 100%;
    height: 110.5rem;
    border-radius: 19.5rem;
    text-align: left;
  }
  .philosophy_wrap .criteria_wrap li:not(:first-child) {
    margin-top: 17.5rem;
  }
  .philosophy_wrap .criteria_wrap li p {
    width: 257.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .philosophy_wrap .desc_box {
    margin-top: 26rem;
  }
  .philosophy_wrap .desc_box:not(:first-child) {
    padding-top: 40rem;
    margin-top: 60rem;
  }
  .philosophy_wrap .desc_box .dash_list {
    margin-top: 20rem;
  }
  .greetings_wrap {
    margin-top: 60rem;
    position: relative;
  }
  .greetings_wrap::after {
    content: "";
    width: 125.5rem;
    height: 179.5rem;
    display: block;
    position: absolute;
    background-image: url(../../img/bg_about_greetings_wrap.png);
    right: -15rem;
    top: -115rem;
    background-size: contain;
  }
  .greetings_wrap .contents_wrap {
    display: block;
  }
  .greetings_wrap .contents_wrap .txt_wrap {
    width: 100%;
  }
  .greetings_wrap .contents_wrap .txt_wrap .philosophy_catch {
    margin-top: 27.5rem;
    font-size: 18rem;
  }
  .greetings_wrap .contents_wrap .txt_wrap .txt {
    margin-top: 27.5rem;
  }
  .greetings_wrap .contents_wrap .txt_wrap .profile_and_license {
    margin-top: 40rem;
    padding-top: 42rem;
  }
  .greetings_wrap .contents_wrap .txt_wrap .profile_and_license .desc_box + .desc_box {
    margin-top: 30rem;
  }
  .greetings_wrap .contents_wrap .img_wrap {
    width: 81rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15rem;
  }
  .greetings_wrap .contents_wrap .img_wrap .name {
    font-size: 15rem;
    margin-top: 10rem;
  }
  .greetings_wrap .contents_wrap .img_wrap .name span {
    font-size: 22rem;
  }
  .info_wrap {
    padding-top: 70rem;
  }
  .info_wrap::after {
    content: none;
  }
  .info_wrap .table_wrap {
    margin-top: 27.5rem;
  }
  .related_facilities {
    margin-top: 40rem;
    width: 345rem;
  }
  .related_facilities .btn {
    font-size: 16rem;
    height: 45rem;
    line-height: 45rem;
    padding-left: 20rem;
  }
  .related_facilities .btn::before, .related_facilities .btn::after {
    width: 15rem;
    height: 2rem;
    border-top: 2rem solid #CCCCCC;
    top: calc(50% - 1rem);
    right: 15rem;
  }
  .related_facilities .btn:after {
    top: calc(50% - 3.5rem);
    right: 15rem;
  }
  .related_facilities .btn.open::after {
    top: calc(50% - 2.5rem);
    right: 16rem;
  }
  .related_facilities .facilities_list {
    margin-top: 0;
    display: block;
  }
  .related_facilities .facilities_list dl {
    display: block;
    width: 100%;
  }
  .related_facilities .facilities_list dl:nth-child(odd) dt {
    width: 100%;
  }
  .related_facilities .facilities_list dl:nth-child(even) {
    width: 100%;
  }
  .related_facilities .facilities_list dl:nth-child(even) dt {
    width: 100%;
  }
  .related_facilities .facilities_list dl dt {
    font-size: 14rem;
    margin-top: 25rem;
  }
  .related_facilities .facilities_list dl dt::before {
    top: 10rem;
  }
  .related_facilities .facilities_list dl dd {
    margin-top: 10rem;
    font-size: 12rem;
    padding-left: 20rem;
  }
  .related_facilities .facilities_list dl dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem 15rem;
  }
  .history_wrap {
    margin-top: 70rem;
  }
  .history_wrap .history {
    margin-top: 260rem;
    gap: 85rem;
  }
  .history_wrap .history .img_wrap {
    position: absolute;
    right: 0;
    top: -230rem;
    width: 100%;
  }
  .history_wrap .history .img_wrap img {
    border-radius: 15rem;
  }
  .history_wrap .history .year {
    font-size: 23rem;
  }
  .history_wrap .history .year span + span {
    font-size: 13rem;
  }
  .history_wrap .history .timeline {
    padding-bottom: 35rem;
  }
  .history_wrap .history .timeline::after {
    width: 10rem;
    height: 13.5rem;
    bottom: -12rem;
    left: -49rem;
  }
  .history_wrap .history .timeline .date {
    font-size: 11rem;
  }
  .history_wrap .history .timeline .txt {
    font-size: 15rem;
  }
  .history_wrap .history .timeline li {
    position: relative;
  }
  .history_wrap .history .timeline li::before {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    border: 1rem solid #F0813B;
    left: -53rem;
    top: 8rem;
  }
  .history_wrap .history .timeline li::after {
    width: 1.5rem;
    height: 85rem;
    left: -45rem;
    top: 25rem;
  }
  .history_wrap .history .timeline li:not(:first-child) {
    margin-top: 35rem;
  }
  .link_wrap {
    margin-top: 70rem;
    padding-bottom: 45rem;
  }
  .link_wrap ul {
    display: block;
  }
  .link_wrap ul li > a {
    border-radius: 15rem;
    width: 100%;
    height: 130rem;
    padding-bottom: 20rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .link_wrap ul li > a::after {
    border-radius: 15rem;
  }
  .link_wrap ul li > a::before {
    border-radius: 15rem;
  }
  .link_wrap ul li > a .link_box p {
    font-size: 10rem;
  }
  .link_wrap ul li > a .link_box h3 {
    font-size: 18rem;
  }
  .link_wrap ul li > a .btn_more {
    width: 143.5rem;
    height: 35.5rem;
    border-radius: 18rem;
    padding-left: 5rem;
  }
  .link_wrap ul li.pamphlet a .btn_more::after {
    width: 10rem;
    height: 12.5rem;
    margin-left: 7rem;
  }
  .link_wrap ul li.insta {
    margin-top: 20rem;
  }
  .link_wrap ul li.insta a .btn_more::after {
    width: 12rem;
    margin-left: 10rem;
    height: 12rem;
  }
}/*# sourceMappingURL=about.css.map */