.treatment_flow, .overview_02 .item_grid {
  display: flex !important;
}

.treatment_flow {
  flex-direction: column !important;
}

@media screen and (min-width: 768px) {
  .treatment_flow {
    flex-direction: row !important;
  }
}
.treatment_flow_box {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .treatment_flow_box .item_txt, .treatment_flow_box .item_note {
    font-size: 0.875rem;
  }
}

.treatment_flow_box .item_txt {
  font-weight: 300;
}

.treatment_flow_box .item_note {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .overview_01 {
    padding-bottom: 54px;
  }
}
.overview_02 {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .overview_02 {
    padding-top: 35px;
    padding-bottom: 34px;
  }
}
.overview_02 .item_grid {
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .overview_02 .item_grid {
    gap: 40px;
  }
}
.overview_02 .item_thumb {
  width: 140px;
}
@media screen and (min-width: 768px) {
  .overview_02 .item_thumb {
    width: 240px;
  }
}
.overview_02 .item_title {
  width: calc(100% - 140px - 10px);
}
@media screen and (min-width: 768px) {
  .overview_02 .item_title {
    width: calc(100% - 240px - 40px);
  }
}
.overview_03 {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .overview_03 {
    padding-top: 60px;
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 768px) {
  .overview_03 .block_note {
    margin-top: 40px;
    padding: 27px 30px;
  }
}
.overview_04 {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .overview_04 {
    padding-top: 60px;
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 768px) {
  .overview_04 .block_note {
    margin-top: 40px;
    padding: 27px 30px;
  }
}

@media screen and (min-width: 768px) {
  .treatment_01 {
    padding-top: 3px;
    padding-bottom: 59px;
  }
}
.treatment_02 {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .treatment_02 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.treatment_flow {
  gap: 67px 0;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .treatment_flow {
    gap: 20px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.treatment_flow_box {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .treatment_flow_box {
    width: 50%;
    padding-right: 40px;
  }
}
.treatment_flow_box:last-child::after {
  display: none;
}
.treatment_flow_box::after {
  content: "";
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 0.9;
  background-image: url("./../images/ik-01/img_right_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 27px;
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .treatment_flow_box::after {
    display: none;
  }
}
.treatment_flow_box .item_thumb {
  width: 100%;
  position: relative;
}
.treatment_flow_box .item_thumb::after {
  content: "";
  width: 27px;
  aspect-ratio: 0.9;
  background-image: url("./../images/ik-01/img_right_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  translate: 0 -50%;
  display: none;
}
@media screen and (min-width: 768px) {
  .treatment_flow_box .item_thumb::after {
    display: block;
  }
}
.treatment_flow_box .item_thumb img {
  width: 100%;
}
.treatment_flow_box .item_txt {
  line-height: 1.4285714286;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .treatment_flow_box .item_txt {
    margin-top: 17px;
  }
}
.treatment_flow_box .item_note {
  line-height: 1.4285714286;
  color: #db2697;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .treatment_flow_box .item_note {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .p_ik_01.p_ik_01__en .block_info .item_content {
    padding-bottom: 27px;
  }
}

/*# sourceMappingURL=ik-01.css.map */
