/********************
ent
********************/
html:has(.bsp.ent) {
  scroll-padding-top: calc(80px + 3.75em);
}

@media screen and (max-width: 1023px) {
  html:has(.bsp.ent) {
    scroll-padding-top: calc(60px + 3.75em);
  }
}
@media screen and (max-width: 767px) {
  html:has(.bsp.ent) {
    scroll-padding-top: calc(60px + 10.67vw);
  }
}
/*
hero
*/
.bsp.ent #hero {
  font-size: min(1.25vw, 18px);
}
.bsp.ent #hero .hero_wrap {
  position: relative;
  margin-top: 110px;
  text-align: left;
}
.bsp.ent #hero .hero_wrap .ly_df {
  justify-content: space-between;
  align-items: flex-start;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_txt {
  display: flex;
  flex-direction: column;
  padding: 5.56em 0 0 0;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_txt .hero_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
  white-space: nowrap;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_txt h1 {
  position: absolute;
  font-size: min(2.78vw, 40px);
  line-height: 1.7;
  margin-top: 0.8em;
  margin-left: -0.02em;
  white-space: nowrap;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_img {
  width: 81.77%;
  max-width: 1014px;
  position: relative;
  right: -7.45%;
  z-index: -1;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_l {
  width: 67.85%;
  max-width: 688px;
  margin: 0 0 0 2.99%;
  position: relative;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_l img {
  width: 100%;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_l .hero_ttl {
  margin-top: 1.5em;
  position: absolute;
  right: 0;
  width: 100%;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_l .hero_ttl p {
  font-size: min(2.78vw, 40px);
  line-height: 1.15;
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_r {
  width: 28.99%;
  max-width: 294px;
  margin: auto 0 0;
}
.bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_r .thumb {
  width: 100%;
  margin-bottom: -6.94em;
}

@media screen and (max-width: 1400px) {
  .bsp.ent #hero .hero_wrap .ly_df .hero_img {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bsp.ent #hero .hero_wrap {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .bsp.ent #hero .hero_wrap {
    margin-top: calc(60px + 6.67vw);
  }
  .bsp.ent #hero .hero_wrap .ly_df {
    flex-direction: column-reverse;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_txt {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    top: -79vw;
    left: 1.33vw;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_txt .hero_lead {
    font-size: 2.67vw;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_txt h1 {
    position: absolute;
    font-size: 5.33vw;
    line-height: 1.7;
    margin-top: 5.33vw;
    margin-left: -0.02em;
    white-space: nowrap;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_txt h1 span {
    display: block;
    font-size: min(1.74vw, 25px);
    line-height: 3;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_img {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    right: 6.67vw;
    z-index: -1;
    height: 116.8vw;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_l {
    width: 65.87vw;
    max-width: 65.87vw;
    margin: 0;
    position: absolute;
    top: 0;
    right: -4.8vw;
    height: 100%;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_l img {
    width: 100%;
    margin-top: 0;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_l .hero_ttl {
    margin-top: 0;
    position: absolute;
    right: 6.67vw;
    width: 49.33vw;
    bottom: 0;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_l .hero_ttl p {
    font-size: 5.33vw;
    line-height: 1.15;
    font-family: "Romie", sans-serif;
    letter-spacing: 0;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_r {
    width: 100%;
    max-width: 100%;
    margin-top: 6.67vw;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -9vw;
  }
  .bsp.ent #hero .hero_wrap .ly_df .hero_img .hero_img_r .thumb {
    width: 45.33vw;
    margin-right: auto;
  }
}
/*
index
*/
.bsp.ent #index {
  font-size: min(1.25vw, 18px);
  margin-top: 15em;
}
.bsp.ent #index .bl_inner {
  position: absolute;
  left: 0;
  transform: translateX(calc((100vw - 100%) / 2));
}
.bsp.ent #index .bl_index_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bsp.ent #index .bl_index_list a {
  display: flex;
  align-items: center;
  background: #E8E5DC;
  margin-bottom: 1.25em;
  height: 4.38em;
  position: relative;
  width: 23.79%;
  padding: 0 4.69em 0 1.88em;
}
.bsp.ent #index .bl_index_list a:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border-bottom: 1px solid #8E805A;
  border-right: 1px solid #8E805A;
  top: 45%;
  right: 2em;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
}
.bsp.ent #index .bl_index_list a:hover:before {
  top: 48%;
}
.bsp.ent #index .bl_index_list a br.is_sticky {
  display: none;
}
.bsp.ent #index .bl_index_list p {
  font-size: min(1.11vw, 16px);
  padding: 0.8em 0;
  text-align: center;
  letter-spacing: 0;
}

.bsp.ent #index.index.active {
  margin-top: 5.56em;
}
.bsp.ent #index.index.active .bl_inner {
  max-width: 100%;
  padding: 0;
  background: #E8E5DC;
  position: fixed;
  top: 80px;
  margin-top: 0;
  z-index: 2;
  width: 100%;
  border-top: 1px solid #CBC3AC;
  border-bottom: 1px solid #CBC3AC;
  transform: translateX(0);
}
.bsp.ent #index.index.active .bl_index_list {
  margin-top: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
}
.bsp.ent #index.index.active .bl_index_list a {
  justify-content: center;
  margin-bottom: 0;
  height: 3.75em;
  position: relative;
  width: 16.67%;
  padding: 0;
}
.bsp.ent #index.index.active .bl_index_list a + a {
  border-left: 1px solid #CBC3AC;
}
.bsp.ent #index.index.active .bl_index_list a > span {
  display: none;
}
.bsp.ent #index.index.active .bl_index_list a:before {
  display: none;
}
.bsp.ent #index.index.active .bl_index_list a:hover > span img {
  transform: scale(1.1);
}
.bsp.ent #index.index.active .bl_index_list a:hover:before {
  top: 48%;
}
.bsp.ent #index.index.active .bl_index_list a br.is_sticky {
  display: block;
}
.bsp.ent #index.index.active .bl_index_list p {
  font-size: min(1.11vw, 16px);
  padding: 0.8em 0;
  text-align: center;
}
.bsp.ent #index.index.active .bl_index_list + .menu_item {
  margin-left: 0.37%;
}

@media screen and (max-width: 1023px) {
  .bsp.ent #index.index.active .bl_inner {
    top: 60px;
  }

  .bsp.ent #header {
    background: #F4F3F0 !important;
  }
}
@media screen and (max-width: 767px) {
  .bsp.ent #index {
    margin-top: 16vw;
  }
  .bsp.ent #index .bl_index_list {
    margin-top: 0;
  }
  .bsp.ent #index .bl_index_list a {
    margin-bottom: 1.39vw;
    height: 13.33vw;
    width: 100%;
    padding: 0 5.33vw;
  }
  .bsp.ent #index .bl_index_list a > span {
    margin-right: 4vw;
    width: 10.13vw;
    height: 10.13vw;
  }
  .bsp.ent #index .bl_index_list a:before {
    width: 1.8em;
    height: 1.8em;
    right: 6.13vw;
  }
  .bsp.ent #index .bl_index_list p {
    font-size: 3.2vw;
  }

  .bsp.ent #index.index.active {
    margin-top: 16vw;
    overflow: hidden;
    position: relative;
  }
  .bsp.ent #index.index.active .bl_inner {
    top: 60px;
  }
  .bsp.ent #index.index.active .bl_inner #btn_scr {
    position: absolute;
    width: 10.67vw;
    height: 10.67vw;
    display: block;
    z-index: 3;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(232, 229, 220, 0.63) 0%, #e8e5dc 15%);
  }
  .bsp.ent #index.index.active .bl_inner #btn_scr:after {
    content: "";
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    border-bottom: 1px solid #8E805A;
    border-right: 1px solid #8E805A;
    top: 50%;
    right: 4vw;
    transform: rotate(-45deg) translateY(-50%);
    transition: all 0.3s;
  }
  .bsp.ent #index.index.active .bl_index_list {
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 10.67vw 0 5.33vw;
  }
  .bsp.ent #index.index.active .bl_index_list a {
    height: 10.67vw;
    width: auto;
    padding: 0 3.46vw;
  }
  .bsp.ent #index.index.active .bl_index_list a + a {
    border: none;
  }
  .bsp.ent #index.index.active .bl_index_list a > span {
    display: none;
  }
  .bsp.ent #index.index.active .bl_index_list a:before {
    display: none;
  }
  .bsp.ent #index.index.active .bl_index_list p {
    font-size: 2.97vw;
  }
}
/*
recommend
*/
.bsp.ent #recommend {
  font-size: min(1.25vw, 18px);
  margin-top: 30em;
}
.bsp.ent #recommend .recommend_wrap .recommend_txt {
  text-align: center;
}
.bsp.ent #recommend .recommend_wrap .recommend_txt .recommend_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #recommend .recommend_wrap .recommend_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 2.37;
  margin-top: 0.7em;
}
.bsp.ent #recommend .bl_recommend_list {
  margin-top: 6.67em;
  font-size: min(1.25vw, 18px);
  display: flex;
  justify-content: space-between;
}
.bsp.ent #recommend .bl_recommend_list .recommend_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.06%;
  height: 9.61em;
  border: 1px solid #CBC3AC;
  position: relative;
}
.bsp.ent #recommend .bl_recommend_list .recommend_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1.95em;
  transform: translateX(-50%);
  width: 1px;
  height: 3.89em;
  background: #CBC3AC;
}
.bsp.ent #recommend .bl_recommend_list .recommend_item p {
  font-size: min(1.11vw, 16px);
  text-align: center;
  line-height: 1.81;
  margin-top: 1.5em;
}
.bsp.ent #recommend .bl_example_list {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #E8E5DC;
  padding: 2.78em;
}
.bsp.ent #recommend .bl_example_list .list_item {
  display: flex;
  align-items: center;
  margin-bottom: 1.11em;
  position: relative;
}
.bsp.ent #recommend .bl_example_list .list_item + .list_item {
  margin-left: 4em;
}
.bsp.ent #recommend .bl_example_list .list_item > span {
  display: block;
  width: 2.03em;
  height: auto;
}
.bsp.ent #recommend .bl_example_list .list_item > span img {
  height: 100%;
}
.bsp.ent #recommend .bl_example_list .list_item p {
  font-size: min(1.39vw, 20px);
  text-align: center;
  line-height: 1.81;
}
.bsp.ent #recommend .bl_example_list > p {
  font-size: min(1.11vw, 16px);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bsp.ent #recommend {
    margin-top: 150vw;
  }
  .bsp.ent #recommend .recommend_wrap .recommend_txt {
    text-align: center;
  }
  .bsp.ent #recommend .recommend_wrap .recommend_txt .recommend_lead {
    font-size: 2.67vw;
  }
  .bsp.ent #recommend .recommend_wrap .recommend_txt h2 {
    font-size: 5.33vw;
    line-height: 1.8;
    margin-top: 5.33vw;
    margin-left: 0;
  }
  .bsp.ent #recommend .recommend_wrap .bl_recommend_list {
    flex-wrap: wrap;
    margin: 21.33vw 3.47vw 0;
  }
  .bsp.ent #recommend .recommend_wrap .bl_recommend_list .recommend_item {
    width: 100%;
    height: 28.27vw;
  }
  .bsp.ent #recommend .recommend_wrap .bl_recommend_list .recommend_item:before {
    top: -5.33vw;
    transform: translateX(-50%);
    width: 1px;
    height: 10.67vw;
  }
  .bsp.ent #recommend .recommend_wrap .bl_recommend_list .recommend_item p {
    font-size: 3.73vw;
    margin-top: 0;
  }
  .bsp.ent #recommend .recommend_wrap .bl_recommend_list .recommend_item + .recommend_item {
    margin-top: 10.67vw;
  }
  .bsp.ent #recommend .recommend_wrap .bl_example_list {
    margin: 8vw 2.67vw 0;
    padding: 10.67vw 8vw;
  }
  .bsp.ent #recommend .recommend_wrap .bl_example_list .list_item {
    margin-bottom: 2.67vw;
    height: unset;
    width: 100%;
    padding: 0;
  }
  .bsp.ent #recommend .recommend_wrap .bl_example_list .list_item + .list_item {
    margin-left: 0;
    margin-top: 3.33vw;
  }
  .bsp.ent #recommend .recommend_wrap .bl_example_list .list_item > span {
    width: 7.44vw;
  }
  .bsp.ent #recommend .recommend_wrap .bl_example_list .list_item p {
    font-size: 3.73vw;
    line-height: 1.79;
    text-align: left;
    margin-left: 1.5em;
  }
  .bsp.ent #recommend .recommend_wrap .bl_example_list > p {
    font-size: 3.73vw;
    margin-top: 1em;
  }
}
/*
features
*/
.bsp.ent #features {
  font-size: min(1.25vw, 18px);
  margin-top: 10em;
  background: url(../img/ent/bg_features.jpg);
  background-size: cover;
  padding: 11.11em 0;
}
.bsp.ent #features .features_wrap .bl_inner > p {
  font-size: min(1.04vw, 15px);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.73;
  margin-top: 1em;
}
.bsp.ent #features .features_wrap .bl_inner > p.sub_ttl {
  font-size: min(1.74vw, 25px);
  margin-top: 3em;
  line-height: 2;
}
.bsp.ent #features .features_wrap .bl_inner > picture {
  display: block;
  width: 39.03%;
  margin: 4.44em auto 0;
}
.bsp.ent #features .features_wrap .bl_inner > picture img {
  width: 100%;
}
.bsp.ent #features .features_wrap .features_txt {
  text-align: center;
}
.bsp.ent #features .features_wrap .features_txt .features_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #features .features_wrap .features_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 1.86;
  margin-top: 0.7em;
  margin-left: -0.03em;
}
.bsp.ent #features .features_wrap .bl_features_list {
  font-size: min(1.25vw, 18px);
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1em;
}
.bsp.ent #features .features_wrap .bl_features_list .bl_list_item {
  width: 32.26%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.38em;
}
.bsp.ent #features .features_wrap .bl_features_list .bl_list_item p {
  font-size: min(1.11vw, 16px);
  line-height: 1.81;
}

@media screen and (max-width: 767px) {
  .bsp.ent #features {
    margin-top: 26.67vw;
    background: url(../img/ent/bg_features_sp.jpg);
    background-size: cover;
    padding: 26.67vw 0 20vw;
  }
  .bsp.ent #features .features_wrap .bl_inner > p {
    font-size: 3.2vw;
    text-align: left;
    line-height: 2.67;
    margin-top: 6.67vw;
  }
  .bsp.ent #features .features_wrap .bl_inner > p.sub_ttl {
    font-size: 4.27vw;
    text-align: center;
    line-height: 1.81;
    margin-top: 16vw;
  }
  .bsp.ent #features .features_wrap .bl_inner > picture {
    display: block;
    width: 77.33vw;
    margin: 16vw auto 0;
  }
  .bsp.ent #features .features_wrap .bl_inner > picture img {
    width: 100%;
  }
  .bsp.ent #features .features_wrap .features_txt {
    text-align: center;
  }
  .bsp.ent #features .features_wrap .features_txt .features_lead {
    font-size: 2.67vw;
  }
  .bsp.ent #features .features_wrap .features_txt h2 {
    font-size: 5.33vw;
    line-height: 1.8;
    margin-top: 5.33vw;
    margin-left: 0;
    letter-spacing: normal;
    letter-spacing: 0.02em;
  }
  .bsp.ent #features .features_wrap .bl_features_list {
    margin-top: 4vw;
  }
  .bsp.ent #features .features_wrap .bl_features_list .bl_list_item {
    width: 100%;
    padding: 5.33vw 0;
    margin-top: 2.67vw;
    height: 22.67vw;
  }
  .bsp.ent #features .features_wrap .bl_features_list .bl_list_item p {
    font-size: 3.73vw;
    height: unset;
    padding: 0;
    line-height: 1.79;
    letter-spacing: 0;
  }
  .bsp.ent #features .features_wrap .bl_features_list .bl_list_item p span {
    display: inline-block;
    font-size: 2.67vw;
    font-weight: 700;
    margin-left: 1em;
    letter-spacing: 0.1em;
  }
  .bsp.ent #features .features_wrap .bl_features_list .bl_list_item p.ttl {
    font-size: 8vw;
    padding: 0 0 2.67vw;
  }
  .bsp.ent #features .features_wrap .bl_features_list .bl_list_item p.ttl span {
    font-size: 2.67vw;
    vertical-align: baseline;
    margin-left: 2em;
    padding: 0;
  }
}
/*
flow
*/
.bsp.ent #flow {
  margin-top: 11.11em;
  font-size: min(1.25vw, 18px);
}
.bsp.ent #flow .bl_inner {
  position: relative;
}
.bsp.ent #flow .flow_txt {
  text-align: center;
}
.bsp.ent #flow .flow_txt .flow_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #flow .flow_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 1.86;
  margin-top: 0.7em;
  margin-left: -0.03em;
}
.bsp.ent #flow .flow_txt .flow_intro {
  font-size: min(1.74vw, 25px);
  text-align: center;
  margin-top: 3.2em;
  line-height: 1.8;
}
.bsp.ent #flow .flow_wrap {
  margin-top: 4.44em;
}
.bsp.ent #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.ent #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.ent #flow .flow_wrap .bl_flow_list .flow_item + .flow_item {
  margin-top: 0.83em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item:first-child:after {
  display: none;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl {
  text-align: center;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p {
  width: fit-content;
  border-bottom: 1px solid #CBC3AC;
  padding-bottom: 0.83em;
  margin: auto;
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p span {
  font-size: min(1.39vw, 20px);
  margin-left: 0.2em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p img {
  height: 0.78em;
  margin: auto;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl h3 {
  font-size: min(1.74vw, 25px);
  margin-top: 0.8em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df {
  margin-top: 2.78em;
  justify-content: space-between;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_img {
  width: 35.96%;
  max-width: 410px;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt {
  width: 59.65%;
  max-width: 680px;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt > p {
  font-size: min(1.11vw, 16px);
  line-height: 2;
  flex: 1;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt > p + p {
  margin-top: 1em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .note {
  font-size: min(0.9vw, 13px);
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .tel_wrap {
  margin-top: 1em;
  text-align: center;
  width: fit-content;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .tel_wrap > span {
  display: inline-block;
  font-size: min(0.97vw, 14px);
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .tel_wrap > span + span {
  margin-left: 2em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .item_txt {
  display: flex;
  align-items: baseline;
  font-size: min(2.78vw, 40px);
  letter-spacing: 0.1em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .item_txt span {
  font-size: min(1.39vw, 20px);
  margin-right: 1.2em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .dl_inner {
  border-bottom: 1px solid #CBC3AC;
  padding: 1.11em 0;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .dl_inner:nth-child(1) {
  padding-top: 0;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .dl_inner dt {
  font-size: min(1.11vw, 16px);
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .dl_inner dd {
  font-size: min(0.97vw, 14px);
  margin-top: 0.8em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .note + dl {
  margin-top: 1.11em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block {
  width: 47.81%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block h4 {
  background: #E8E5DC;
  font-size: min(1.39vw, 20px);
  padding: 0.5em;
  text-align: center;
  width: 100%;
  margin-bottom: 2em;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block .flow_item_block_img {
  width: 51.38%;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block .flow_item_block_txt {
  width: 41.28%;
}
.bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block .flow_item_block_txt p {
  font-size: min(1.11vw, 16px);
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .bsp.ent #flow {
    margin-top: 26.67vw;
  }
  .bsp.ent #flow .flow_txt {
    text-align: center;
  }
  .bsp.ent #flow .flow_txt .flow_lead {
    font-size: 2.67vw;
    text-align: center;
  }
  .bsp.ent #flow .flow_txt h2 {
    font-size: 5.33vw;
    line-height: 1.8;
    margin-top: 5.33vw;
    margin-left: 0;
    letter-spacing: normal;
    letter-spacing: 0.02em;
  }
  .bsp.ent #flow .flow_txt .flow_intro {
    font-size: 3.2vw;
    text-align: left;
    line-height: 2.67;
  }
  .bsp.ent #flow .flow_wrap {
    margin-top: 8vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item {
    padding: 12vw 3.47vw 16vw;
    position: relative;
    min-height: 11.39em;
  }
  .bsp.ent #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.ent #flow .flow_wrap .bl_flow_list .flow_item + .flow_item {
    margin-top: 2.67vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item:first-child:after {
    display: none;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p {
    font-size: 3.2vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl p span {
    font-size: 4.27vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_ttl h3 {
    font-size: 4.27vw;
    margin-top: 1em;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df {
    margin-top: 8vw;
    flex-direction: column;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_img {
    width: 100%;
    max-width: 100%;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt {
    width: 100%;
    max-width: 100%;
    padding: 0 2.67vw;
    margin-top: 8vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt > p {
    font-size: 3.2vw;
    line-height: 1.83;
    flex: 1;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .note {
    font-size: 3.2vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .tel_wrap {
    width: 100%;
    margin-top: 5.33vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .tel_wrap > span {
    font-size: 3.2vw;
    margin-right: 0;
    letter-spacing: 0.05em;
    margin-top: 1.33vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .tel_wrap > span + span {
    margin-left: 1em;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .item_txt {
    justify-content: center;
    font-size: 6.4vw;
    margin-top: 0;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .item_txt span {
    font-size: 3.73vw;
    margin-right: 1em;
    letter-spacing: 0.05em;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .dl_inner {
    padding: 6.67vw 0;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .dl_inner:nth-child(1) {
    padding-top: 0;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .dl_inner dt {
    font-size: 3.73vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .dl_inner dd {
    font-size: 3.2vw;
    margin-top: 0.8em;
    line-height: 1.83;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item > .ly_df .flow_item_txt .note + dl {
    margin-top: 8vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block {
    width: 100%;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block + .flow_item_block {
    margin-top: 6.67vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block h4 {
    font-size: 3.73vw;
    padding: 0.4em;
    margin-bottom: 4vw;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block .flow_item_block_img {
    width: 100%;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block .flow_item_block_txt {
    width: 100%;
    margin: 4vw 2.67vw 0;
  }
  .bsp.ent #flow .flow_wrap .bl_flow_list .flow_item .flow_item_block .flow_item_block_txt p {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
/*
mission
*/
.bsp.ent #mission {
  font-size: min(1.25vw, 18px);
  margin-top: 11.11em;
}
.bsp.ent #mission .mission_wrap {
  position: relative;
  text-align: left;
}
.bsp.ent #mission .mission_wrap .mission_txt {
  text-align: center;
}
.bsp.ent #mission .mission_wrap .mission_txt .mission_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #mission .mission_wrap .mission_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 1.86;
  margin-top: 0.7em;
  margin-left: -0.03em;
}
.bsp.ent #mission .mission_wrap .ly_df {
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 7.22em;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_txt {
  display: flex;
  flex-direction: column;
  width: 40.32%;
  max-width: 500px;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_txt p {
  font-size: min(1.04vw, 15px);
  line-height: 2.73;
  margin-top: 0.8em;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_txt p.ttl {
  font-size: min(1.74vw, 25px);
  line-height: 2.37;
  margin-top: 0;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_txt p.ttl span {
  display: inline-block;
  font-size: min(1.11vw, 16px);
  line-height: 2;
  margin-left: 1em;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_txt p.ttl span.en {
  font-size: min(1.39vw, 20px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_txt .disp_item {
  padding: 1.11em 0;
  border-bottom: 1px solid #CBC3AC;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_img {
  width: 54.35%;
  max-width: 674px;
  position: relative;
  left: -7.45%;
  top: 3.22em;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_img .disp_item {
  position: relative;
  top: 0;
  left: 0;
  width: 89.02%;
  max-width: 600px;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_img .disp_item:nth-child(2) {
  width: 66.02%;
  max-width: 445px;
  position: absolute;
  top: -5.28em;
  left: 0;
}
.bsp.ent #mission .mission_wrap .ly_df .mission_item_img .disp_item:nth-child(3) {
  width: 54.15%;
  max-width: 365px;
  position: absolute;
  top: 15.5em;
  left: 45.7%;
}
.bsp.ent #mission .about_wrap {
  position: relative;
  margin-top: 10em;
  text-align: left;
}
.bsp.ent #mission .about_wrap .ly_df {
  position: relative;
  justify-content: space-between;
  margin-top: 12.22em;
}
.bsp.ent #mission .about_wrap .ly_df .about_txt {
  display: flex;
  flex-direction: column;
  width: 41.94%;
  padding: 2.39em 0 0 0;
  margin-right: auto;
}
.bsp.ent #mission .about_wrap .ly_df .about_txt p {
  font-size: min(1.04vw, 15px);
  line-height: 2.54;
  margin-top: 2em;
  letter-spacing: 0.03em;
}
.bsp.ent #mission .about_wrap .ly_df .about_txt p.about_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #mission .about_wrap .ly_df .about_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 1.86;
  margin-top: 0.3em;
  margin-left: -0.13em;
  white-space: nowrap;
}
.bsp.ent #mission .about_wrap .ly_df .about_txt .perspective {
  border: 1px solid #CBC3AC;
  text-align: center;
  margin-top: 0.5em;
}
.bsp.ent #mission .about_wrap .ly_df .about_txt .perspective span {
  font-size: min(1.81vw, 26px);
}
.bsp.ent #mission .about_wrap .ly_df .about_txt .perspective span + span:before {
  content: "／";
  display: inline-block;
  color: #CBC3AC;
  padding: 0.2em 0.5em;
}
.bsp.ent #mission .about_wrap .ly_df .about_img {
  width: 61.29%;
  max-width: 760px;
  position: relative;
  margin-right: 0;
  right: -7.45%;
}
.bsp.ent #mission .about_wrap .ly_df .about_img .disp_item {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 760px;
}
.bsp.ent #mission .about_wrap .ly_df .about_img .disp_item:nth-child(2) {
  width: 92.11%;
  max-width: 700px;
  position: absolute;
  top: -4.44em;
  right: 0;
}
.bsp.ent #mission .about_detail_wrap {
  margin-top: 5.56em;
}
.bsp.ent #mission .about_detail_wrap h3 {
  font-size: min(1.74vw, 25px);
  background: #E8E5DC;
  padding: 0.3em 1em;
}
.bsp.ent #mission .about_detail_wrap p {
  font-size: min(1.11vw, 16px);
}
.bsp.ent #mission .about_detail_wrap p.small {
  font-size: min(0.97vw, 14px);
  margin-top: 1.2em;
  line-height: 1.86;
  text-align: center;
}
.bsp.ent #mission .about_detail_wrap p + h3 {
  margin-top: 1.3em;
}
.bsp.ent #mission .about_detail_wrap ul {
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 1em;
}
.bsp.ent #mission .about_detail_wrap ul li {
  display: flex;
  align-items: center;
  width: 23.79%;
  margin-bottom: 1.11em;
  border-bottom: 1px solid #CBC3AC;
  font-size: min(1.11vw, 16px);
  padding: 1em;
}
.bsp.ent #mission .about_detail_wrap ul:nth-of-type(2) {
  margin-top: 3.33em;
}
.bsp.ent #mission .about_detail_wrap ul:nth-of-type(2) li {
  background: #E8E5DC;
  justify-content: center;
  border: none;
}
.bsp.ent #mission .about_detail_wrap dl {
  display: flex;
  align-items: center;
  border: 1px solid #CBC3AC;
  margin-top: 2.22em;
  padding: 1.39em 0;
}
.bsp.ent #mission .about_detail_wrap dl dt {
  font-size: min(1.11vw, 16px);
  width: 20.65%;
  text-align: center;
}
.bsp.ent #mission .about_detail_wrap dl dd {
  font-size: min(0.97vw, 14px);
}
.bsp.ent #mission .about_detail_wrap dl + p {
  margin-top: 3.33em;
  line-height: 1.81;
}
.bsp.ent #mission .btn_wrap {
  justify-content: flex-start;
  margin-top: 2.78em;
  font-size: min(1.25vw, 18px);
}
.bsp.ent #mission .btn_wrap .btn {
  display: block;
  width: 14.33em;
  position: relative;
  padding-bottom: 0.8em;
  margin: 0;
}
.bsp.ent #mission .btn_wrap .btn p {
  font-size: min(0.83vw, 12px);
  letter-spacing: 0;
}
.bsp.ent #mission .btn_wrap .btn p span {
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #mission .btn_wrap .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.ent #mission .btn_wrap .btn:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 93%;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom right;
}
.bsp.ent #mission .btn_wrap .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.ent #mission .btn_wrap .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}
.bsp.ent #mission .btn_wrap .btn + .btn {
  margin-left: 1.67em;
}
.bsp.ent #mission .btn_wrap .btn:nth-child(2) img {
  width: 10.27em;
  max-width: 184.8px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bsp.ent #mission {
    margin-top: 26.67vw;
  }
  .bsp.ent #mission .mission_wrap {
    position: relative;
    text-align: left;
  }
  .bsp.ent #mission .mission_wrap .mission_txt {
    text-align: center;
  }
  .bsp.ent #mission .mission_wrap .mission_txt .mission_lead {
    font-size: 2.67vw;
  }
  .bsp.ent #mission .mission_wrap .mission_txt h2 {
    font-size: 5.33vw;
    line-height: 1.8;
    margin-top: 5.33vw;
    margin-left: 0;
    letter-spacing: normal;
    letter-spacing: 0em;
  }
  .bsp.ent #mission .mission_wrap .ly_df {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 26.67vw;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-top: 16vw;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt p {
    font-size: 3.2vw;
    line-height: 1.83;
    margin-top: 2.67vw;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt p.ttl {
    font-size: 4.27vw;
    line-height: 2.37;
    margin-top: 0;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt p.ttl span {
    font-size: 3.2vw;
    margin-left: 0.5em;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt p.ttl span.en {
    font-size: 3.2vw;
    margin-left: 1em;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt .disp_item {
    padding: 6.67vw 0;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt .btn_wrap {
    margin: 16vw 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt .btn_wrap .btn {
    display: block;
    width: 57.87vw;
    margin: 0;
    padding-bottom: 4vw;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt .btn_wrap .btn img {
    width: 48vw;
    max-width: 48vw;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt .btn_wrap .btn:before {
    width: 100%;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_txt .btn_wrap .btn:after {
    left: 97%;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_img {
    width: 100vw;
    max-width: 100vw;
    margin-left: -6.67vw;
    position: relative;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_img .disp_item {
    position: relative;
    top: 0;
    left: 5.33vw;
    width: 83.47vw;
    max-width: 83.47vw;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_img .disp_item:nth-child(2) {
    width: 61.86vw;
    max-width: 61.86vw;
    position: absolute;
    top: -13.33vw;
    left: 6.5vw;
  }
  .bsp.ent #mission .mission_wrap .ly_df .mission_item_img .disp_item:nth-child(3) {
    width: 50.4vw;
    max-width: 50.4vw;
    position: absolute;
    top: 38.67vw;
    left: unset;
    right: 0;
  }
  .bsp.ent #mission .about_wrap {
    position: relative;
    padding-top: 1.11em;
    text-align: left;
    margin-top: 33.33vw;
    padding-top: 0;
  }
  .bsp.ent #mission .about_wrap .ly_df {
    flex-direction: column-reverse;
    margin-top: 12.22em;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 16vw;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_txt p {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 5.33vw;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_txt p.about_lead {
    font-size: 2.67vw;
    margin-top: 0;
    line-height: 1;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_txt h2 {
    font-size: 5.33vw;
    line-height: 1.86;
    margin-top: 5.33vw;
    margin-left: 0;
    white-space: nowrap;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_txt .perspective {
    margin-top: 5.33vw;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_txt .perspective span {
    font-size: 4.27vw;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_txt .perspective span + span:before {
    content: "／";
    display: inline-block;
    color: #CBC3AC;
    padding: 0.3em 1em;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_img {
    width: 100vw;
    max-width: 100vw;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_img .disp_item {
    position: relative;
    top: 0;
    width: 94.66vw;
    max-width: 94.66vw;
    right: 7.8vw;
  }
  .bsp.ent #mission .about_wrap .ly_df .about_img .disp_item:nth-child(2) {
    width: 93.33vw;
    max-width: 93.33vw;
    position: absolute;
    top: -6.67vw;
    left: -13.1vw;
  }
  .bsp.ent #mission .about_detail_wrap {
    margin-top: 16vw;
  }
  .bsp.ent #mission .about_detail_wrap h3 {
    font-size: 4.27vw;
  }
  .bsp.ent #mission .about_detail_wrap p {
    font-size: 3.2vw;
    margin-top: 4vw;
    line-height: 1.83;
  }
  .bsp.ent #mission .about_detail_wrap p.small {
    font-size: 3.2vw;
    margin-top: 4vw;
    line-height: 2;
    text-align: left;
  }
  .bsp.ent #mission .about_detail_wrap p + h3 {
    margin-top: 6.67vw;
  }
  .bsp.ent #mission .about_detail_wrap ul {
    margin-top: 4vw;
  }
  .bsp.ent #mission .about_detail_wrap ul li {
    width: 100%;
    margin-bottom: 0;
    font-size: 3.73vw;
    padding: 0.8em 1em;
    letter-spacing: 0.05em;
  }
  .bsp.ent #mission .about_detail_wrap ul:nth-of-type(2) {
    margin-top: 6.67vw;
  }
  .bsp.ent #mission .about_detail_wrap ul:nth-of-type(2) li {
    width: 42.67vw;
    margin-bottom: 1.33vw;
    text-align: center;
    line-height: 1.5;
    height: 13.33vw;
  }
  .bsp.ent #mission .about_detail_wrap dl {
    margin-top: 8vw;
    padding: 8vw 6.67vw;
    flex-wrap: wrap;
  }
  .bsp.ent #mission .about_detail_wrap dl dt {
    font-size: 4.27vw;
    width: 100%;
    text-align: center;
  }
  .bsp.ent #mission .about_detail_wrap dl dd {
    font-size: 3.73vw;
    width: 100%;
    line-height: 1.79;
    margin-top: 4vw;
  }
  .bsp.ent #mission .about_detail_wrap dl + p {
    margin-top: 8vw;
    line-height: 2;
  }
  .bsp.ent #mission .btn_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 8vw;
    flex-direction: column;
    padding-left: 6.67vw;
  }
  .bsp.ent #mission .btn_wrap .btn {
    display: block;
    width: 70.13vw;
    max-width: 70.13vw;
    margin: 8vw 0 0;
    padding-bottom: 4vw;
  }
  .bsp.ent #mission .btn_wrap .btn p {
    font-size: 3.2vw;
    letter-spacing: 0;
    margin-top: 0;
  }
  .bsp.ent #mission .btn_wrap .btn p span {
    font-family: "Libre Baskerville", serif;
  }
  .bsp.ent #mission .btn_wrap .btn:before {
    width: 100%;
  }
  .bsp.ent #mission .btn_wrap .btn:after {
    left: 97%;
  }
  .bsp.ent #mission .btn_wrap .btn:nth-child(2) {
    width: 73.6vw;
    max-width: 73.6vw;
  }
  .bsp.ent #mission .btn_wrap .btn + .btn {
    margin-left: 0;
  }
}
/*
contact
*/
.bsp.ent .contact {
  font-size: min(1.25vw, 18px);
  margin-top: 11.11em;
  position: relative;
}
.bsp.ent .contact .bl_bg {
  position: absolute;
  width: 100%;
  padding-top: 4.17em;
}
.bsp.ent .contact .bl_contact_txt {
  padding: 3.89em 0;
  width: 91.93%;
  max-width: 1140px;
  background: #0F2743;
  text-align: center;
  color: #fff;
  margin: auto;
}
.bsp.ent .contact .bl_contact_txt .contact_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
  margin-top: 0;
}
.bsp.ent .contact .bl_contact_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 1.86;
  margin-top: 0.8em;
}
.bsp.ent .contact .bl_contact_txt p {
  font-size: min(1.74vw, 25px);
  margin-top: 0.57em;
}
.bsp.ent .contact .bl_contact_txt p.note {
  font-size: min(0.97vw, 14px);
  margin-top: 2em;
}
.bsp.ent .contact .bl_contact_txt .bl_contact_data {
  margin: 1.54em auto 0;
  justify-content: center;
}
.bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt {
  width: 100%;
  white-space: nowrap;
}
.bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt p {
  font-size: min(2.78vw, 40px);
  margin: 0;
  white-space: nowrap;
}
.bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt p span {
  font-size: min(1.39vw, 20px);
  margin-right: 0.5em;
}
.bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt p a.bl_tel {
  color: #fff;
}
.bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt > span {
  font-size: min(0.97vw, 14px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt > span + span {
  margin-left: 2em;
}
.bsp.ent .contact .btn_wrap {
  margin: 8.61em auto 0;
}
.bsp.ent .contact .btn_wrap .btn {
  display: block;
  width: 12.06em;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1em;
}
.bsp.ent .contact .btn_wrap .btn img {
  width: 2.13em;
  max-width: 38.29px;
  margin: auto;
}
.bsp.ent .contact .btn_wrap .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #000;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.ent .contact .btn_wrap .btn:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 4%;
  z-index: 1;
  transform: rotate(-35deg);
  transition: all 0.3s;
  transform-origin: bottom left;
}
.bsp.ent .contact .btn_wrap .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.bsp.ent .contact .btn_wrap .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-35deg);
}

@media screen and (max-width: 767px) {
  .bsp.ent .contact {
    margin-top: 26.67vw;
  }
  .bsp.ent .contact .bl_bg {
    padding-top: 17.33vw;
  }
  .bsp.ent .contact .bl_inner {
    padding: 0 5.33vw;
  }
  .bsp.ent .contact .bl_contact_txt {
    padding: 13.33vw 0;
    width: 100%;
    max-width: 1140px;
    background: #0F2743;
    text-align: center;
    color: #fff;
    margin: auto;
  }
  .bsp.ent .contact .bl_contact_txt .contact_lead {
    font-size: 2.67vw;
  }
  .bsp.ent .contact .bl_contact_txt h2 {
    font-size: 4.8vw;
    line-height: 2;
    margin-top: 5.33vw;
  }
  .bsp.ent .contact .bl_contact_txt p {
    font-size: 3.73vw;
    margin-top: 5.33vw;
    line-height: 1.86;
  }
  .bsp.ent .contact .bl_contact_txt p.note {
    font-size: 3.2vw;
    margin-top: 2.67vw;
  }
  .bsp.ent .contact .bl_contact_txt .bl_contact_data {
    width: 100%;
    max-width: 100%;
    margin: 5.33vw auto 0;
    flex-direction: column;
  }
  .bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt {
    width: 100%;
    white-space: nowrap;
  }
  .bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt p {
    font-size: 8.8vw;
    margin: 0;
    white-space: nowrap;
  }
  .bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt p span {
    font-size: 5.33vw;
  }
  .bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt > span {
    font-size: 3.2vw;
  }
  .bsp.ent .contact .bl_contact_txt .bl_contact_data .bl_contact_data_txt > span + span {
    margin-left: 1.5em;
  }
  .bsp.ent .contact .btn_wrap {
    margin: 29.33vw auto 0;
  }
  .bsp.ent .contact .btn_wrap .btn {
    width: 56vw;
    max-width: 56vw;
    padding-bottom: 4vw;
  }
  .bsp.ent .contact .btn_wrap .btn img {
    width: 10.21vw;
    max-width: 10.21vw;
  }
  .bsp.ent .contact .btn_wrap .btn:before {
    width: 100%;
  }
  .bsp.ent .contact .btn_wrap .btn:after {
    left: 0;
  }
}
/*
concept
*/
.bsp.ent #concept {
  font-size: min(1.25vw, 18px);
  margin-top: 15.83em;
}
.bsp.ent #concept .concept_txt {
  text-align: center;
  position: relative;
}
.bsp.ent #concept .concept_txt .concept_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #concept .concept_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 1.22;
  letter-spacing: 0.1em;
  margin-top: 1.35em;
}
.bsp.ent #concept .concept_wrap {
  position: relative;
  margin-top: 8.89em;
  text-align: left;
}
.bsp.ent #concept .concept_wrap .concept_item + .concept_item {
  margin-top: 15.83em;
}
.bsp.ent #concept .concept_wrap .ly_df {
  position: relative;
  justify-content: space-between;
}
.bsp.ent #concept .concept_wrap .ly_df .concept_item_txt {
  display: flex;
  flex-direction: column;
  width: 40.32%;
  max-width: 500px;
}
.bsp.ent #concept .concept_wrap .ly_df .concept_item_txt p {
  font-size: min(1.04vw, 15px);
  line-height: 2.73;
  margin-top: 1.94em;
  letter-spacing: 0.05em;
}
.bsp.ent #concept .concept_wrap .ly_df .concept_item_img {
  width: 61.29%;
  max-width: 760px;
  position: relative;
}
.bsp.ent #concept .concept_wrap .ly_df .concept_item_img .disp_item {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 760px;
}
.bsp.ent #concept .concept_wrap .ly_df .concept_item_img .disp_item:nth-child(2) {
  width: 92.11%;
  max-width: 700px;
  position: absolute;
  top: -3.33em;
}
.bsp.ent #concept .concept_wrap .ly_df.img_l .concept_item_txt {
  margin-left: auto;
}
.bsp.ent #concept .concept_wrap .ly_df.img_l .concept_item_img {
  left: -7.45%;
  margin-left: 0;
}
.bsp.ent #concept .concept_wrap .ly_df.img_l .concept_item_img .disp_item:nth-child(2) {
  left: 0;
}
.bsp.ent #concept .concept_wrap .ly_df.img_r .concept_item_txt {
  margin-right: auto;
}
.bsp.ent #concept .concept_wrap .ly_df.img_r .concept_item_img {
  margin-right: 0;
  right: -7.45%;
}
.bsp.ent #concept .concept_wrap .ly_df.img_r .concept_item_img .disp_item:nth-child(2) {
  right: 0;
}
.bsp.ent #concept .concept_wrap .ly_df.img_r .concept_item_img .disp_item:nth-child(3) {
  width: 63.68%;
  max-width: 484px;
  position: absolute;
  left: -13%;
  bottom: -1.5em;
  top: unset;
}

@media screen and (max-width: 767px) {
  .bsp.ent #concept {
    margin-top: 39.33vw;
  }
  .bsp.ent #concept .concept_txt {
    margin-top: 0;
  }
  .bsp.ent #concept .concept_txt .concept_lead {
    font-size: 2.67vw;
  }
  .bsp.ent #concept .concept_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
    line-height: 1.2;
  }
  .bsp.ent #concept .concept_wrap {
    position: relative;
    padding-top: 1.11em;
    text-align: left;
    margin-top: 22.67vw;
    padding-top: 0;
  }
  .bsp.ent #concept .concept_wrap .ly_df {
    flex-direction: column;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 22.67vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_txt .concept_item_data .shoulder {
    display: block;
    font-size: 3.2vw;
    line-height: 2;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_txt .concept_item_data .name_wrap {
    flex-direction: column;
    align-items: baseline;
    margin-top: 0.2em;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_txt .concept_item_data .name_wrap > img {
    height: 3.11vw;
    max-height: 3.11vw;
    margin-left: 0;
    margin-top: 2.67vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_txt .concept_item_data .name_wrap p {
    font-size: 4.8vw;
    margin-top: 0;
    line-height: 1.76;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_txt h2 {
    font-size: 4.8vw;
    line-height: 2;
    margin-top: 6.67vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_txt p {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 0;
    letter-spacing: 0.05em;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_txt p + p {
    margin-top: 1em;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_img {
    width: 100vw;
    max-width: 100vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_img .disp_item {
    position: relative;
    top: 0;
    width: 94.67vw;
    max-width: 94.67vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df .concept_item_img .disp_item:nth-child(2) {
    width: 94.13vw;
    max-width: 94.13vw;
    position: absolute;
    top: -6.67vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df.img_l .concept_item_img {
    left: -6.67vw;
    margin-left: 0;
  }
  .bsp.ent #concept .concept_wrap .ly_df.img_l .concept_item_img .disp_item:nth-child(2) {
    left: 6vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df.img_l .concept_item_txt {
    margin-top: 16vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df.img_r {
    margin-top: 12.22em;
    flex-direction: column-reverse;
  }
  .bsp.ent #concept .concept_wrap .ly_df.img_r .concept_item_img {
    margin-right: 0;
    right: 8em;
  }
  .bsp.ent #concept .concept_wrap .ly_df.img_r .concept_item_img .disp_item {
    right: -8.67vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df.img_r .concept_item_img .disp_item:nth-child(2) {
    left: 3.26vw;
  }
  .bsp.ent #concept .concept_wrap .ly_df.img_r .concept_item_img .disp_item:nth-child(3) {
    width: 75.47vw;
    max-width: 75.47vw;
    left: 16.33vw;
    bottom: -20vw;
    top: unset;
  }
}
/*
staff
*/
.bsp.ent #staff {
  margin-top: 25em;
  font-size: min(1.25vw, 18px);
}
.bsp.ent #staff .ly_df {
  position: relative;
  z-index: 0;
}
.bsp.ent #staff .ly_df .thumb_img {
  position: absolute;
  right: -7.45%;
  top: -14.3em;
  width: 46.77%;
  max-width: 580px;
}
.bsp.ent #staff .ly_df .staff_ttl {
  position: absolute;
  left: 28.7%;
  top: -10.3em;
  font-size: min(1.25vw, 18px);
  width: auto;
  max-width: unset;
}
.bsp.ent #staff .ly_df .staff_ttl p {
  font-size: min(2.78vw, 40px);
  line-height: 1.15;
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
}
.bsp.ent #staff .staff_txt {
  position: relative;
  font-size: min(1.25vw, 18px);
  overflow: hidden;
}
.bsp.ent #staff .staff_txt .staff_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #staff .staff_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
  margin-left: -0.1em;
}
.bsp.ent #staff .staff_txt .staff_wrap {
  margin-top: 5.8em;
}
.bsp.ent #staff .staff_txt .staff_wrap .ly_df {
  flex-wrap: wrap;
  max-width: 920px;
  width: 74.1935%;
  margin: auto;
}
.bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30.43%;
  text-align: left;
}
.bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item + .staff_item {
  margin-left: 4.355%;
}
.bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item:nth-child(4) {
  margin-left: 0;
}
.bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_txt p {
  font-size: min(1.74vw, 25px);
  margin-top: 1em;
}
.bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_txt p span {
  display: block;
  font-size: min(1.11vw, 16px);
  margin: 0.2em 0;
}
.bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_txt p.en {
  font-size: min(1.11vw, 16px);
  font-family: "Libre Baskerville", serif;
}
.bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_shoulder {
  display: block;
  font-size: min(0.97vw, 14px);
  line-height: 2;
  margin-top: 1.29em;
  letter-spacing: 0.02em;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .bsp.ent #staff {
    margin-top: 130.67vw;
  }
  .bsp.ent #staff .ly_df {
    position: relative;
    z-index: 0;
  }
  .bsp.ent #staff .ly_df .thumb_img {
    right: -6.67vw;
    top: -104vw;
    width: 72vw;
    max-width: 72vw;
  }
  .bsp.ent #staff .ly_df .staff_ttl {
    left: 0;
    top: -96vw;
    /*width: 64.86vw; max-width: 64.86vw;*/
    width: auto;
    max-width: unset;
  }
  .bsp.ent #staff .ly_df .staff_ttl p {
    font-size: 5.33vw;
    line-height: 1.15;
    font-family: "Romie", sans-serif;
    letter-spacing: 0;
  }
  .bsp.ent #staff .staff_txt .staff_lead {
    font-size: 2.67vw;
  }
  .bsp.ent #staff .staff_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.ent #staff .staff_txt .staff_wrap {
    margin-top: 10.67vw;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df {
    max-width: 100%;
    width: 100%;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item {
    width: 100%;
    margin-bottom: 16vw;
    position: relative;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item > picture img {
    width: 34.67vw;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item + .staff_item {
    margin: 0 0 16vw;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_txt {
    width: 45.33vw;
    position: absolute;
    top: 8vw;
    right: 0;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_txt p {
    font-size: 4.8vw;
    margin-top: 0;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_txt p span {
    font-size: 3.2vw;
    margin: 0.5em 0;
    letter-spacing: 0.05em;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_txt p.en {
    font-size: 3.67vw;
    margin-top: 2vw;
    letter-spacing: 0.02em;
  }
  .bsp.ent #staff .staff_txt .staff_wrap .ly_df .staff_item .item_shoulder {
    font-size: 3.2vw;
    margin-top: 5.33vw;
    width: 100%;
    line-height: 1.83;
  }
}
/*
price
*/
.bsp.ent #price {
  font-size: min(1.25vw, 18px);
  margin-top: 11.11em;
}
.bsp.ent #price .bl_inner {
  position: relative;
}
.bsp.ent #price .price_txt {
  margin-top: 2.94em;
}
.bsp.ent #price .price_txt .price_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
.bsp.ent #price .price_txt h2 {
  font-size: min(2.78vw, 40px);
  margin-top: 0.8em;
  text-align: center;
}
.bsp.ent #price .price_body {
  position: relative;
  margin-top: 5.56em;
}
.bsp.ent #price .price_body dl {
  border-top: #CBC3AC solid 1px;
}
.bsp.ent #price .price_body .dl_inner {
  display: flex;
  align-items: center;
  font-size: min(1.11vw, 16px);
  height: 7.19em;
  border-bottom: #CBC3AC solid 1px;
}
.bsp.ent #price .price_body dt {
  position: relative;
  width: 33.87%;
  max-width: 420px;
  padding-right: 1em;
}
.bsp.ent #price .price_body dd {
  letter-spacing: 0.05em;
}
.bsp.ent #price .price_body .dd_wrap {
  width: 52.42%;
  max-width: 650px;
}
.bsp.ent #price .price_body .dd_inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.bsp.ent #price .price_body .type {
  width: 53.08%;
  max-width: 345px;
  padding-right: 1em;
}
.bsp.ent #price .price_body .prices {
  width: 46.15%;
  max-width: 300px;
  padding-right: 1em;
  display: flex;
  flex-direction: column;
}
.bsp.ent #price .price_body .dd_inner + .dd_inner {
  margin-top: 0.7em;
}
.bsp.ent #price .price_body .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.bsp.ent #price .price_body .tag {
  background-color: #0f2743;
  color: #fff;
  width: 6.31em;
  height: 1.92em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.9vw, 13px);
  border-radius: 2px;
}
.bsp.ent #price .price_body .tag + .tag {
  margin-left: 0.33em;
}
.bsp.ent #price .price_body .tag.unsupported {
  background-color: #B9BFC4;
}

@media screen and (max-width: 767px) {
  .bsp.ent #price {
    margin-top: 10.67vw;
  }
  .bsp.ent #price .price_txt {
    margin-top: 0;
  }
  .bsp.ent #price .price_txt .price_lead {
    font-size: 2.67vw;
  }
  .bsp.ent #price .price_txt h2 {
    font-size: 5.33vw;
    margin: 5.33vw 0 0;
    line-height: 1.2;
  }
  .bsp.ent #price .price_txt p {
    font-size: 3.73vw;
    margin-top: 13.33vw;
  }
  .bsp.ent #price .price_body {
    margin-top: 16vw;
  }
  .bsp.ent #price .price_body small {
    font-size: 3.2vw;
    line-height: 1.83;
  }
  .bsp.ent #price .price_body .list {
    margin-top: 6.67vw;
  }
  .bsp.ent #price .price_body dl {
    margin-top: 0;
  }
  .bsp.ent #price .price_body .dl_inner {
    flex-direction: column;
    font-size: 3.73vw;
    padding: 5.33vw 0;
    border-bottom: none;
    height: unset;
    border-bottom: 1px solid #CBC3AC;
  }
  .bsp.ent #price .price_body dt {
    width: 100%;
    max-width: 100%;
  }
  .bsp.ent #price .price_body dd {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }
  .bsp.ent #price .price_body .dd_wrap {
    width: 100%;
    max-width: 100%;
  }
  .bsp.ent #price .price_body .dd_inner {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .bsp.ent #price .price_body .type {
    width: 100%;
    max-width: 100%;
  }
  .bsp.ent #price .price_body .prices {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .bsp.ent #price .price_body .dd_inner + .dd_inner {
    margin-top: 2.67vw;
  }
  .bsp.ent #price .price_body .tags {
    margin-top: -5.33vw;
  }
  .bsp.ent #price .price_body .tag {
    width: 16vw;
    height: 5.33vw;
    font-size: 2.93vw;
  }
  .bsp.ent #price .price_body .tag + .tag {
    margin-left: 1.33vw;
  }
  .bsp.ent #price .price_body #btn_modal_sp {
    display: none;
  }
  .bsp.ent #price .price_body.js_on {
    transform: none;
  }
}
/*
clinic
*/
.bsp.ent #clinic {
  font-size: min(1.25vw, 18px);
  margin: 11.11em 0;
}
.bsp.ent #clinic .clinic_txt .clinic_lead {
  font-size: min(0.97vw, 14px);
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
.bsp.ent #clinic .clinic_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
  text-align: center;
}
.bsp.ent #clinic .clinic_wrap {
  justify-content: space-between;
  margin-top: 4.44em;
}
.bsp.ent #clinic .clinic_wrap .bl_clinic {
  width: 100%;
  position: relative;
}
.bsp.ent #clinic .clinic_wrap .bl_clinic h3 {
  font-size: min(1.39vw, 20px);
  margin-top: 1em;
}
.bsp.ent #clinic .clinic_wrap .bl_clinic p {
  font-size: min(1.11vw, 16px);
  margin-top: 0.5em;
}
.bsp.ent #clinic .clinic_wrap .bl_clinic .btn_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.97em, 14px);
  border: 1px solid #000;
  width: 13.07em;
  height: 2.86em;
  margin: 1.5em 0 0;
}

@media screen and (max-width: 767px) {
  .bsp.ent #clinic {
    margin: 26.67vw 0;
  }
  .bsp.ent #clinic .clinic_txt .clinic_lead {
    font-size: 2.67vw;
  }
  .bsp.ent #clinic .clinic_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.ent #clinic .clinic_wrap {
    flex-direction: column;
    margin-top: 10.67vw;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic {
    width: 100%;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic + .bl_clinic {
    margin-top: 13.33vw;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic h3 {
    font-size: 4.27vw;
    margin-top: 1.2em;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic p {
    font-size: 3.2vw;
    line-height: 2.33;
    margin-top: 0.4em;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic p span {
    font-size: 6.67vw;
    margin: 0.3em 0 0 0.3em;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic p.tel {
    font-size: 4.26vw;
    margin-top: 0.3em;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic .btn_wrap {
    justify-content: flex-start;
    flex-direction: column;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic .btn_wrap p {
    font-size: 6.67vw;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic .btn_wrap p span {
    font-size: 4.27vw;
    margin-right: 0.5em;
  }
  .bsp.ent #clinic .clinic_wrap .bl_clinic .btn_wrap .btn {
    font-size: 3.73vw;
    width: 48.8vw;
    height: 10.67vw;
    margin-top: 2.67vw;
    margin: 4vw 0 0 0;
  }
}
/*
sns
*/
.bsp.ent #sns {
  font-size: min(1.25vw, 18px);
  margin: 18.33em 0 11.11em;
}
.bsp.ent #sns .sns_txt .sns_lead {
  width: 1.46em;
  max-width: 26.21px;
  margin: auto;
}
.bsp.ent #sns .sns_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
  text-align: center;
}
.bsp.ent #sns .sns_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.13em;
}
.bsp.ent #sns .sns_wrap .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(0.97em, 14px);
  border: 1px solid #000;
  width: 23.79%;
  height: 4.29em;
  margin-top: 1.43em;
  padding: 0;
}
.bsp.ent #sns .sns_wrap .btn img {
  position: absolute;
  left: 1.84em;
  width: 2.14em;
  margin-right: auto;
}
.bsp.ent #sns .sns_wrap .btn span {
  margin-left: 3em;
  letter-spacing: 0.05em;
}
.bsp.ent #sns .sns_wrap .btn:nth-child(5), .bsp.ent #sns .sns_wrap .btn:nth-child(6), .bsp.ent #sns .sns_wrap .btn:nth-child(7), .bsp.ent #sns .sns_wrap .btn:nth-child(8), .bsp.ent #sns .sns_wrap .btn:nth-child(9) {
  height: 9.36em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  /*width: 18.71%;*/
}
.bsp.ent #sns .sns_wrap .btn:nth-child(5) img, .bsp.ent #sns .sns_wrap .btn:nth-child(6) img, .bsp.ent #sns .sns_wrap .btn:nth-child(7) img, .bsp.ent #sns .sns_wrap .btn:nth-child(8) img, .bsp.ent #sns .sns_wrap .btn:nth-child(9) img {
  position: relative;
  top: unset;
  left: unset;
  margin: 0;
}
.bsp.ent #sns .sns_wrap .btn:nth-child(5) span, .bsp.ent #sns .sns_wrap .btn:nth-child(6) span, .bsp.ent #sns .sns_wrap .btn:nth-child(7) span, .bsp.ent #sns .sns_wrap .btn:nth-child(8) span, .bsp.ent #sns .sns_wrap .btn:nth-child(9) span {
  margin: 1em 0 0;
}
.bsp.ent #sns .sns_wrap .btn:nth-child(3) {
  padding: 0;
}
.bsp.ent #sns .sns_wrap .btn:nth-child(3) img {
  width: 1.43em;
  left: 2.13em;
}

@media screen and (max-width: 767px) {
  .bsp.ent #sns {
    margin: 45.67vw 0;
  }
  .bsp.ent #sns .sns_txt .sns_lead {
    width: 5.82vw;
    max-width: 5.82vw;
  }
  .bsp.ent #sns .sns_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.ent #sns .sns_wrap {
    margin-top: 10.67vw;
    flex-wrap: wrap;
  }
  .bsp.ent #sns .sns_wrap .btn {
    font-size: 3.2vw;
    width: 42.13vw;
    height: 10.67vw;
    margin-top: 2.67vw;
  }
  .bsp.ent #sns .sns_wrap .btn img {
    position: absolute;
    left: 5.33vw;
    width: 5.33vw;
  }
  .bsp.ent #sns .sns_wrap .btn span {
    margin-left: 2em;
  }
  .bsp.ent #sns .sns_wrap .btn:nth-child(5), .bsp.ent #sns .sns_wrap .btn:nth-child(6), .bsp.ent #sns .sns_wrap .btn:nth-child(7), .bsp.ent #sns .sns_wrap .btn:nth-child(8), .bsp.ent #sns .sns_wrap .btn:nth-child(9) {
    height: 13.33vw;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .bsp.ent #sns .sns_wrap .btn:nth-child(5) img, .bsp.ent #sns .sns_wrap .btn:nth-child(6) img, .bsp.ent #sns .sns_wrap .btn:nth-child(7) img, .bsp.ent #sns .sns_wrap .btn:nth-child(8) img, .bsp.ent #sns .sns_wrap .btn:nth-child(9) img {
    position: absolute;
    left: 5.33vw;
    width: 5.33vw;
  }
  .bsp.ent #sns .sns_wrap .btn:nth-child(5) span, .bsp.ent #sns .sns_wrap .btn:nth-child(6) span, .bsp.ent #sns .sns_wrap .btn:nth-child(7) span, .bsp.ent #sns .sns_wrap .btn:nth-child(8) span, .bsp.ent #sns .sns_wrap .btn:nth-child(9) span {
    margin: 0 0 0 1em;
  }
  .bsp.ent #sns .sns_wrap .btn:nth-child(3) {
    padding: 0;
  }
  .bsp.ent #sns .sns_wrap .btn:nth-child(3) img {
    width: 4vw;
    left: 5.33vw;
  }
}