/*
hero
*/
.bsp.flow #hero {
  font-size: min(1.25vw, 18px);
}
.bsp.flow #hero .hero_wrap {
  position: relative;
  margin-top: 110px;
  text-align: left;
}
.bsp.flow #hero .hero_wrap .ly_df {
  justify-content: space-between;
  align-items: flex-start;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_txt {
  display: flex;
  flex-direction: column;
  width: 32.5%;
  max-width: 403px;
  padding: 8.89em 0 0 0;
  position: absolute;
  z-index: 1;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_txt .hero_lead {
  font-size: min(1.25vw, 18px);
  width: 10.56em;
  max-width: 190.16px;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_txt h1 {
  font-size: min(2.78vw, 40px);
  line-height: 1.7;
  margin-top: 0.3em;
  margin-left: -0.02em;
  position: absolute;
  white-space: nowrap;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_txt .thumb {
  width: 81.14%;
  position: relative;
  top: 10.56em;
  left: -23.15%;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_img {
  width: 75.56%;
  max-width: 937px;
  position: relative;
  right: -7.45%;
  justify-content: space-between;
  margin-left: auto;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_img .hero_img_l {
  width: 22.09%;
  max-width: 207px;
  margin-top: 24.72em;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_img .hero_img_l .thumb {
  width: 100%;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_img .hero_img_r {
  width: 73.43%;
  max-width: 688px;
  position: relative;
  top: 3.33em;
}
.bsp.flow #hero .hero_wrap .ly_df .hero_img .hero_img_r img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .bsp.flow #hero .hero_wrap {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .bsp.flow #hero .hero_wrap {
    margin-top: calc(60px + 6.67vw);
  }
  .bsp.flow #hero .hero_wrap .ly_df {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .bsp.flow #hero .hero_wrap .ly_df .hero_txt {
    width: calc(100% - 5.33vw);
    padding: 0;
    left: 8vw;
    top: 40vw;
    position: relative;
  }
  .bsp.flow #hero .hero_wrap .ly_df .hero_txt .hero_lead {
    width: 36.22vw;
    max-width: 36.22vw;
    height: auto;
    margin: 0;
  }
  .bsp.flow #hero .hero_wrap .ly_df .hero_txt h1 {
    font-size: 5.33vw;
    line-height: 1.8;
    margin-top: 1em;
  }
  .bsp.flow #hero .hero_wrap .ly_df .hero_txt .thumb {
    width: 39.2vw;
    left: -7.95vw;
    top: 21.33vw;
  }
  .bsp.flow #hero .hero_wrap .ly_df .hero_img {
    width: 100%;
    max-width: 100%;
    right: 0;
    flex-direction: row;
    position: absolute;
  }
  .bsp.flow #hero .hero_wrap .ly_df .hero_img .hero_img_l {
    width: 50.13vw;
    max-width: 50.13vw;
    margin-top: 62.67vw;
  }
  .bsp.flow #hero .hero_wrap .ly_df .hero_img .hero_img_l .thumb {
    width: 29.87vw;
    position: relative;
    top: 104.8vw;
    left: 45.33vw;
    position: absolute;
  }
  .bsp.flow #hero .hero_wrap .ly_df .hero_img .hero_img_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60.93vw;
    max-width: 60.93vw;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/*
flow
*/
.bsp.flow #flow {
  margin-top: 18.06em;
  font-size: min(1.25vw, 18px);
}
.bsp.flow #flow .bl_inner {
  position: relative;
}
.bsp.flow #flow .flow_lead {
  font-size: min(1.74vw, 25px);
  text-align: center;
}
.bsp.flow #flow .flow_wrap {
  margin-top: 4.44em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item {
  border: 1px solid #CBC3AC;
  background: #F4F3F0;
  padding: 3.89em 2.78em 4.44em;
  position: relative;
  min-height: 11.39em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 6.72em;
  height: 2.67em;
  background: url(/assets/img/dermatology/arrow02.svg);
  background-size: 6.72em 2.67em;
  background-repeat: no-repeat;
  left: 50%;
  top: -1.64em;
  transform: translateX(-50%);
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item + .flow_item {
  margin-top: 0.83em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item:first-child:after {
  display: none;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl {
  text-align: center;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p {
  width: 3.89em;
  border-bottom: 1px solid #CBC3AC;
  padding-bottom: 0.83em;
  margin: auto;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p img {
  height: 0.78em;
  margin: auto;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl h2 {
  font-size: min(1.74vw, 25px);
  margin-top: 0.8em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item > .ly_df {
  margin-top: 2.78em;
  justify-content: space-between;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_img {
  width: 35.96%;
  max-width: 410px;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt {
  width: 59.65%;
  max-width: 680px;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt > p {
  font-size: min(1.11vw, 16px);
  line-height: 2;
  flex: 1;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .note {
  font-size: min(0.9vw, 13px);
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93.09%;
  margin-top: 2.78em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_btn {
  position: relative;
  display: block;
  width: 47.39%;
  height: 3.13em;
  border: solid 1px #000;
  font-size: min(1.11vw, 16px);
  padding: 0.7em 0;
  text-align: center;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_btn:before {
  content: "";
  position: absolute;
  width: 7.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_btn:after {
  content: "";
  position: absolute;
  width: 2.3%;
  height: 1px;
  background: #000;
  top: 49.5%;
  left: 89.2%;
  z-index: 1;
  transform: translateY(-50%) rotate(35deg);
  transform-origin: bottom right;
  transition: all 0.3s;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_btn:hover:before {
  content: "";
  position: absolute;
  width: 9.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  z-index: 1;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_btn:hover:after {
  content: "";
  position: absolute;
  width: 2.3%;
  height: 1px;
  background: #000;
  top: 49%;
  left: 91.5%;
  z-index: 1;
  transform: rotate(35deg);
  transform-origin: bottom right;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_btn + a {
  margin-top: 0.8em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_btn span {
  letter-spacing: 0.03em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_txt {
  font-size: min(1.88vw, 27px);
  letter-spacing: 0.1em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_txt span {
  font-size: min(1.11vw, 16px);
  margin-right: 1.2em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .dl_inner {
  border-bottom: 1px solid #CBC3AC;
  padding: 1.11em 0;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .dl_inner:nth-child(1) {
  padding-top: 0;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .dl_inner dt {
  font-size: min(1.11vw, 16px);
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .dl_inner dd {
  font-size: min(0.97vw, 14px);
  margin-top: 0.8em;
}
.bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .note + dl {
  margin-top: 1.11em;
}

@media screen and (max-width: 767px) {
  .bsp.flow #flow {
    margin-top: 104vw;
  }
  .bsp.flow #flow .flow_lead {
    font-size: 3.73vw;
    text-align: left;
    line-height: 2;
  }
  .bsp.flow #flow .flow_wrap {
    margin-top: 16vw;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item {
    padding: 12vw 3.47vw 16vw;
    position: relative;
    min-height: 11.39em;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item:after {
    width: 23.2vw;
    height: 9.12vw;
    background: url(/assets/img/dermatology/arrow02.svg);
    background-size: 23.2vw 9.12vw;
    background-repeat: no-repeat;
    top: -5.33vw;
    transform: translateX(-50%);
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item + .flow_item {
    margin-top: 2.67vw;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item:first-child:after {
    display: none;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p {
    width: 16vw;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p img {
    height: 2.91vw;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl h2 {
    font-size: 4.27vw;
    margin-top: 0.8em;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item > .ly_df {
    margin-top: 5.33vw;
    flex-direction: column;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_img {
    width: 100%;
    max-width: 100%;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt {
    width: 100%;
    max-width: 100%;
    padding: 0 2.67vw;
    margin-top: 8vw;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt > p {
    font-size: 3.2vw;
    line-height: 1.83;
    flex: 1;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .note {
    font-size: 3.2vw;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .btn_wrap {
    width: 100%;
    margin-top: 9.33vw;
    flex-direction: column;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_btn {
    font-size: 3.73vw;
    padding: 0.7em 0;
    width: 100%;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt + a {
    margin-top: 2.67vw;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_txt {
    font-size: 6.4vw;
    margin-top: 0.4em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .item_txt span {
    font-size: 3.73vw;
    margin-right: 1.2em;
    letter-spacing: 0.05em;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .dl_inner {
    padding: 6.67vw 0;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .dl_inner:nth-child(1) {
    padding-top: 0;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .dl_inner dt {
    font-size: 3.73vw;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .dl_inner dd {
    font-size: 3.2vw;
    margin-top: 0.8em;
    line-height: 1.83;
  }
  .bsp.flow #flow .flow_wrap .bl_flow_list .flow_item .flow_item_txt .note + dl {
    margin-top: 8vw;
  }
}