@media screen and (max-width: 834px) {
  .medical-works__flow .under-mv1__picture img {
    -o-object-position: center 90%;
       object-position: center 90%;
  }
}
.medical-works__flow .flow__content {
  margin: 9.7rem auto 13rem;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__content {
    margin: 6rem auto 7rem;
  }
}
.medical-works__flow .flow__title {
  position: relative;
  color: #208012;
  font-size: 3.2rem;
  font-weight: 600;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
  border-bottom: 4px solid #eeeeee;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__title {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    font-size: clamp(2.2rem, 2vw, 3.2rem);
    border-bottom: 3px solid #eeeeee;
  }
}
.medical-works__flow .flow__title::before {
  content: "";
  position: absolute;
  background-color: #3eb134;
  width: 4.8rem;
  height: 4px;
  bottom: -4px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__title::before {
    height: 3px;
    bottom: -3px;
  }
}
.medical-works__flow .flow__lead-text {
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__lead-text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.medical-works__flow .flow__list-box {
  margin-top: 6.3rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__list-box {
    margin-top: 4rem;
  }
}
.medical-works__flow .flow__list-bar {
  width: 100px;
  background-color: #d5ecd2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__list-bar {
    width: 40px;
    border-radius: 5px 5px 0 0;
  }
}
.medical-works__flow .flow__list-bar p {
  color: #208012;
  writing-mode: vertical-lr;
  font-weight: 600;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
}
.medical-works__flow .flow__list-bar p span.title {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin-bottom: 1rem;
}
.medical-works__flow .flow__list-bar p span.number {
  text-combine-upright: all;
}
.medical-works__flow .flow__list-bar::after {
  --triangle-width: 50px;
  content: "";
  position: absolute;
  bottom: -1.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: var(--triangle-width) solid transparent;
  border-right: var(--triangle-width) solid transparent;
  border-top: 17px solid #d5ecd2;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__list-bar::after {
    --triangle-width: 20px;
  }
}
.medical-works__flow .flow__list {
  width: calc(100% - 110px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__list {
    width: calc(100% - 45px);
  }
}
.medical-works__flow .flow__item {
  border: 1px solid #dbdddf;
  padding: 3rem 2% 3rem 4%;
  background-color: #f6f6f7;
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__item {
    border-radius: 8px;
    padding: 2rem 5%;
    flex-direction: column;
    gap: 2rem;
  }
}
.medical-works__flow .flow__item-text-box {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__item-text-box {
    width: 100%;
  }
}
.medical-works__flow .flow__item-number {
  color: #45b035;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__item-number {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.medical-works__flow .flow__item-number span {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__item-number span {
    font-size: 1.4rem;
  }
}
.medical-works__flow .flow__item-title {
  margin-bottom: 2.5rem;
  font-weight: 500;
  font-size: clamp(2rem, 2.5vw, 3rem);
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__item-title {
    margin-bottom: 1.5rem;
  }
}
.medical-works__flow .flow__item-text {
  line-height: 2;
}
.medical-works__flow .flow__item-picture {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__item-picture {
    width: 100%;
    border-radius: 5px;
  }
}
.medical-works__flow .flow__item-picture img {
  width: 100%;
  height: auto;
}
.medical-works__flow .flow__arrow {
  margin: 3rem auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
}
.medical-works__flow .flow__arrow img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__arrow img {
    width: 30%;
  }
}
.medical-works__flow .flow__conclusion {
  margin-left: 10%;
  background: #53c58a;
  border-radius: 20px;
  position: relative;
  padding: 4.5rem 5%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__conclusion {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    border-radius: 10px;
    margin: 0 auto;
    padding: 2.5rem 9%;
  }
}
.medical-works__flow .flow__conclusion-image {
  position: absolute;
  left: 10%;
  width: 24%;
  bottom: 10%;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__conclusion-image {
    position: relative;
    left: auto;
    width: 80%;
    bottom: auto;
  }
}
.medical-works__flow .flow__conclusion-text {
  width: 60%;
  color: #fff;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__conclusion-text {
    width: 100%;
  }
}
.medical-works__flow .flow__conclusion-text span {
  display: block;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
}
.medical-works__flow .flow__banner {
  background: url(../img/flow/flow-banner1.webp) right/cover no-repeat;
  margin-top: 14rem;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 8rem 6%;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__banner {
    padding: 4.5rem 5% 8rem;
    margin-top: 7rem;
    border-radius: 10px;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    background: url(../img/flow/flow-banner1-sp.webp) bottom/cover no-repeat;
  }
}
.medical-works__flow .flow__banner-text-box {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__banner-text-box {
    width: 100%;
  }
}
.medical-works__flow .flow__banner-lead {
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 18px;
  text-align: center;
  color: #45b035;
  font-weight: 600;
  padding: 0.5rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__banner-lead {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.medical-works__flow .flow__banner-title {
  color: #208012;
  font-size: clamp(2.4rem, 2.5vw, 3.4rem);
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .medical-works__flow .flow__banner-title {
    font-size: clamp(2rem, 2.5vw, 3.4rem);
    margin-bottom: 1.5rem;
  }
}
.medical-works__flow .flow__banner-text {
  line-height: 2;
}
.medical-works__flow .medical-works__btn {
  padding: 1.4rem 2rem;
  width: 200px;
  justify-content: space-between;
}/*# sourceMappingURL=flow.css.map */