@charset "UTF-8";
.medical-information {
  padding-bottom: min(33.08vw, 354px);
}
.medical-information .pkframe {
  font-size: clamp(16px, 2.06vw, 22px);
  background: #fffcfc;
}

.medical-information .sttl {
  color: #d96388;
  font-size: clamp(23px, 2.8vw, 30px);
  margin-bottom: 50px;
}

.medical-information .bg_petal_both span {
  display: inline-block;
  position: relative;
}
.medical-information .bg_petal_both span::before,
.medical-information .bg_petal_both span::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url(../imgs/common/icon_petal_pk.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.medical-information .bg_petal_both span::before {
  left: calc(100% + 24px);
}
.medical-information .bg_petal_both span::after {
  right: calc(100% + 24px);
}
/* -------------------------------------
information
------------------------------------- */
.information {
  margin-bottom: clamp(50px, 9.35vw, 100px);
}
.information .pkframe {
  padding: clamp(60px, 8.88vw, 95px) 20px clamp(80px, 13.08vw, 140px);
}
.information .sec {
  width: 50%;
}
.information .sec .sec_in {
  width: 98%;
  max-width: 600px;
}
.information .cattl {
  font-size: clamp(19px, 2.06vw, 22px);
  max-width: 450px;
  margin: 0 auto 20px;
  padding: 9px;
  background: #fdefef;
  border-radius: 30px;
}
/* -------------------------------------
bring
------------------------------------- */
.bring {
  margin-bottom: min(18.32vw, 196px);
}
.bring .pkframe {
  padding: clamp(60px, 8.88vw, 95px) 20px clamp(65px, 10.28vw, 110px);
}
.bring .stx {
  max-width: 1000px;
  margin: 0 auto;
}
.bring .sttl {
  margin-bottom: 40px;
}
.bring .icon {
  width: 73%;
  max-width: 266px;
  margin: 0 auto min(12%, 43px);
}

/* -------------------------------------
flow
------------------------------------- */
.flow .flow_ttl {
  color: #d96388;
  font-size: clamp(23px, 2.8vw, 30px);
  max-width: 300px;
  margin: 0 auto clamp(30px, 7.29vw, 56px);
  padding: 3.5px;
  background: #fff;
  border: 1px solid #d96388;
  border-radius: 30px;
}
.flow .flow_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(50px, 9.35vw, 100px);
  gap: 40px;
}
.flow .flow_list .list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 120px) / 4);
  padding: 2%;
  border-radius: clamp(20px, 5.88vw, 30px);
  background: #ffd9da;
  position: relative;
}
.flow .flow_list .list_item:nth-child(-n + 3)::after {
  content: "";
  width: 20%;
  max-width: 74px;
  height: 44px;
  background: url(../imgs/medical-information/flow_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.flow .flow_list .list_item .icon_name {
  color: #d96388;
  font-size: clamp(25px, 2.8vw, 30px);
  font-weight: 700;
  padding: 10px 0 6px;
}
.flow .flow_list .list_item .txtbk {
  font-size: clamp(16px, 1.63vw, 18px);
  font-weight: 500;
  line-height: 1.389;
  display: flex;
  align-items: center;
  min-height: 5.556em;
}

.flow .note_wrap {
  background: #fffcfc;
  position: relative;
  border-radius: 20px;
  padding: clamp(50px, 7.76vw, 83px) 20px clamp(70px, 8.13vw, 87px);
}
.flow .note_wrap .note {
  display: flex;
  justify-content: space-between;
  width: 93%;
  max-width: 1000px;
  margin: 0 auto;
}
.flow .note_wrap .note .note_txt {
  width: 81%;
  max-width: 800px;
  padding-top: 10px;
}
.flow .note_wrap .note .note_txt .maintxt {
  font-size: clamp(16px, 2.86vw, 22px);
  font-weight: 700;
  line-height: 1.6;
}
.flow .note_wrap .note .note_txt .stxt {
  font-size: clamp(15px, 2.47vw, 19px);
  font-weight: 500;
  line-height: 2.1;
}
.flow .note_wrap .note .note_icon {
  width: 17%;
  max-width: 148px;
  min-width: 56px;
}
.flow .note_wrap .icon_owl {
  width: 13%;
  max-width: 114px;
  min-width: 80px;
  height: auto;
  aspect-ratio: 114 / 117;
  position: absolute;
  left: auto;
  right: 11.7%;
  bottom: 0;
  transform: translate(50%, 34%);
}

@media screen and (max-width: 980px) {
  .medical-information .pkframe .flex {
    flex-direction: column;
    align-items: center;
    gap: clamp(40px, 11.76vw, 100px);
  }
  /* -------------------------------------
	information
	------------------------------------- */
  .information .sec,
  .information .sec .sec_in {
    width: 100%;
    margin: 0 auto;
  }
  /* -------------------------------------
	flow
	------------------------------------- */
  .flow .flow_list {
    flex-direction: column;
    align-items: center;
  }
  .flow .flow_list .list_item {
    justify-content: space-around;
    gap: 1em;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    aspect-ratio: 3/1;
  }
  .flow .flow_list .list_item:nth-child(-n + 3)::after {
    max-width: 40px;
    top: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .flow .flow_list .list_item .icon_blk {
    position: relative;
  }
  .flow .flow_list .list_item .icon_blk img {
    max-width: 78px;
    width: 9.38vw;
    min-width: 60px;
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    transform: translateY(-50%);
  }
  .flow .flow_list .list_item .icon_name {
    padding: 0;
  }
  .flow .flow_list .list_item .txtbk {
    font-size: clamp(14px, 4.38vw, 18px);
    min-height: 2.778em;
    display: block;
  }
  .flow .flow_list .list_item .txtbk .br_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .medical-information .bg_petal_both span::before {
    left: calc(100% + 10px);
  }
  .medical-information .bg_petal_both span::after {
    right: calc(100% + 10px);
  }
}
@media screen and (max-width: 640px) {
  .flow .note_wrap {
    padding-top: 25px;
  }
  .flow .note_wrap .note {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .flow .note_wrap .note .note_txt {
    width: 100%;
  }
}
