/********************
load
********************/
body.bsp.home.js_load #hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0F2743 url(/assets/img/common/loading.gif) 50% 50% no-repeat;
  background-size: 60px auto;
}

/********************
hero
********************/
body.bsp.home #hero {
  overflow: hidden;
  position: relative;
  height: 63.06vw;
}
body.bsp.home #hero .thumb {
  position: absolute;
}
body.bsp.home #hero .thumb01 {
  width: 25.69%;
  top: 16.69vw;
  left: -7.99vw;
}
body.bsp.home #hero .thumb02 {
  width: 27.99%;
  top: 26.07vw;
  left: 19.69vw;
}
body.bsp.home #hero .thumb03 {
  width: 30.42%;
  top: 14.13vw;
  left: 49.7vw;
}
body.bsp.home #hero .thumb04 {
  width: 20.63%;
  top: 17.55vw;
  left: 82vw;
}
body.bsp.home #hero .hero_ttl {
  width: 28.77%;
  top: 13.57vw;
  left: 19.69vw;
}
body.bsp.home #hero .hero_ttl h1 {
  font-size: 3.125vw;
  line-height: 1.15;
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
}
body.bsp.home #hero .btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 29.74%;
  top: 8.33vw;
  right: 4.4%;
}
body.bsp.home #hero .btn_wrap a {
  display: block;
  position: relative;
  width: 47.58%;
  height: 13.02vw;
}
body.bsp.home #hero .btn_wrap a picture {
  position: absolute;
  height: 100%;
}
body.bsp.home #hero .btn_wrap a img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  height: 100%;
}
body.bsp.home #hero .btn_wrap a:before {
  content: "";
  position: absolute;
  width: 21.91%;
  height: 1px;
  background: #000;
  top: 8.1vw;
  left: 49%;
  z-index: 1;
  transition: all 0.3s;
}
body.bsp.home #hero .btn_wrap a:after {
  content: "";
  position: absolute;
  width: 5%;
  height: 1px;
  background: #000;
  top: 8.1vw;
  left: 65.5%;
  z-index: 1;
  transform: rotate(35deg);
  transform-origin: bottom right;
  transition: all 0.3s;
}
body.bsp.home #hero .btn_wrap a:hover:before {
  content: "";
  position: absolute;
  width: 52.96%;
  height: 1px;
  background: #000;
  top: 8.1vw;
  left: 49%;
  z-index: 1;
}
body.bsp.home #hero .btn_wrap a:hover:after {
  content: "";
  position: absolute;
  width: 5%;
  height: 1px;
  background: #000;
  top: 8.1vw;
  left: 97.5%;
  z-index: 1;
  transform: rotate(35deg);
  transform-origin: bottom right;
}

@media screen and (max-width: 767px) {
  body.bsp.home #hero {
    height: calc(180vw + 60px);
  }
  body.bsp.home #hero .thumb01 {
    width: 58.13vw;
    top: 60px;
    left: 0;
  }
  body.bsp.home #hero .thumb02 {
    width: 42.66vw;
    top: calc(84vw + 60px);
    left: 0;
  }
  body.bsp.home #hero .thumb03 {
    width: 53.33vw;
    top: calc(84vw + 60px);
    left: unset;
    right: 0;
  }
  body.bsp.home #hero .thumb04 {
    width: 38.66vw;
    top: 60px;
    left: unset;
    right: 0;
  }
  body.bsp.home #hero .hero_ttl {
    width: 56vw;
    top: calc(58.47vw + 60px);
    left: 3vw;
  }
  body.bsp.home #hero .hero_ttl h1 {
    font-size: 6.13vw;
  }
  body.bsp.home #hero .btn_wrap {
    width: 79.38vw;
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  body.bsp.home #hero .btn_wrap a {
    width: 33.75vw;
    height: 33.75vw;
    top: 0;
    left: 0;
  }
  body.bsp.home #hero .btn_wrap a:before {
    top: 20.67vw;
    width: 54.96%;
  }
  body.bsp.home #hero .btn_wrap a:after {
    top: 20.67vw;
    left: 99.5%;
  }
  body.bsp.home #hero .btn_wrap a:hover:before {
    top: 20.67vw;
  }
  body.bsp.home #hero .btn_wrap a:hover:after {
    top: 20.67vw;
  }
}
/*
about
*/
.bsp.home #about {
  font-size: min(1.25vw, 18px);
}
.bsp.home #about .about_wrap {
  margin-top: 8.33em;
  text-align: left;
}
.bsp.home #about .about_wrap .ly_df {
  justify-content: space-between;
  position: relative;
}
.bsp.home #about .about_wrap .ly_df .thumb {
  width: 53.47%;
  max-width: 663px;
  position: relative;
  left: -3.33%;
}
.bsp.home #about .about_wrap .ly_df .about_txt {
  position: absolute;
  right: -5.7%;
  display: flex;
  flex-direction: column;
  width: 67.18%;
  max-width: 833px;
  padding: 7.4em 0 7.2em 10.21%;
  background: #0F2743;
  margin-top: 14.5em;
  color: #fff;
  font-size: min(1.25vw, 18px);
}
.bsp.home #about .about_wrap .ly_df .about_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
.bsp.home #about .about_wrap .ly_df .about_txt p {
  font-size: min(1.04vw, 15px);
  letter-spacing: 0.15em;
  line-height: 2.73;
  margin-top: 4em;
}
.bsp.home #about .about_wrap .ly_df .about_txt p + p {
  margin-top: 2.7em;
}
.bsp.home #about .about_wrap .ly_df .about_txt .about_lead {
  font-size: min(1.25vw, 18px);
  width: 8.14em;
  max-width: 146.58px;
  margin-top: 0;
}
.bsp.home #about .about_wrap .ly_df .about_txt .btn {
  display: block;
  width: 11.2em;
  margin-top: 5em;
  font-size: min(1.25vw, 18px);
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #about .about_wrap .ly_df .about_txt .btn img {
  width: 8.75em;
  max-width: 157.45px;
}
.bsp.home #about .about_wrap .ly_df .about_txt .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #about .about_wrap .ly_df .about_txt .btn:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 93%;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom right;
}
.bsp.home #about .about_wrap .ly_df .about_txt .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #about .about_wrap .ly_df .about_txt .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}
.bsp.home #about .about_wrap .ly_df .about_ttl {
  position: absolute;
  /*width: 30.37%; max-width: 437.28px;*/
  width: 100%;
  top: 8em;
  left: 53.19%;
  font-size: min(1.25vw, 18px);
}
.bsp.home #about .about_wrap .ly_df .about_ttl p {
  font-size: min(2.78vw, 40px);
  line-height: 1.15;
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .bsp.home #about .about_wrap {
    margin-top: 26.67vw;
  }
  .bsp.home #about .about_wrap .ly_df .thumb {
    width: 35.2vw;
    left: -6.67vw;
  }
  .bsp.home #about .about_wrap .ly_df .about_txt {
    right: 0;
    width: 89.33vw;
    padding: 26.67vw 10.33vw;
    margin-top: 73.33vw;
  }
  .bsp.home #about .about_wrap .ly_df .about_txt h2 {
    font-size: 4.8vw;
    margin-top: 5.33vw;
    letter-spacing: 0.05em;
  }
  .bsp.home #about .about_wrap .ly_df .about_txt p {
    font-size: 3.2vw;
    margin-top: 16vw;
    letter-spacing: 0.07em;
  }
  .bsp.home #about .about_wrap .ly_df .about_txt .about_lead {
    width: 27.41vw;
    max-width: 27.41vw;
  }
  .bsp.home #about .about_wrap .ly_df .about_txt .btn {
    display: block;
    width: 52vw;
    margin-top: 14.67vw;
    padding-bottom: 4vw;
  }
  .bsp.home #about .about_wrap .ly_df .about_txt .btn img {
    width: 41.99vw;
    max-width: 41.99vw;
  }
  .bsp.home #about .about_wrap .ly_df .about_txt .btn:before {
    width: 100%;
  }
  .bsp.home #about .about_wrap .ly_df .about_txt .btn:after {
    left: 97%;
  }
  .bsp.home #about .about_wrap .ly_df .about_ttl {
    /*width: 58.3vw; max-width: 58.3vw;*/
    width: auto;
    top: 52.53vw;
    left: 38.67vw;
  }
  .bsp.home #about .about_wrap .ly_df .about_ttl p {
    font-size: 5.33vw;
    line-height: 1.15;
    font-family: "Romie", sans-serif;
    letter-spacing: 0;
  }
}
/*
promise
*/
.bsp.home #promise {
  margin-top: 31.39em;
  font-size: min(1.25vw, 18px);
}
.bsp.home #promise .ly_df {
  position: relative;
  z-index: -1;
}
.bsp.home #promise .ly_df .thumb_img {
  position: absolute;
  left: -7.45%;
  width: 47.58%;
  max-width: 590px;
}
.bsp.home #promise .ly_df .promise_ttl {
  position: absolute;
  left: 32.8%;
  top: 3.8em;
  /*width: 55.41%; max-width: 687.04px;*/
  width: auto;
  font-size: min(1.25vw, 18px);
}
.bsp.home #promise .ly_df .promise_ttl p {
  font-size: min(2.78vw, 40px);
  /*line-height: 1.15;*/
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
}
.bsp.home #promise .promise_txt {
  /*margin-top: 15em;*/
  text-align: center;
  font-size: min(1.25vw, 18px);
  position: relative;
  top: 14.8em;
  margin-bottom: 19.17em;
}
.bsp.home #promise .promise_txt .promise_lead {
  font-size: min(1.25vw, 18px);
  width: 7.18em;
  max-width: 129.23px;
  margin: auto;
}
.bsp.home #promise .promise_txt h2 {
  font-size: min(2.43vw, 35px);
  line-height: 1.22;
  letter-spacing: 0.1em;
  margin-top: 1.35em;
}
.bsp.home #promise .promise_txt h2 > span {
  font-size: min(4.17vw, 60px);
  letter-spacing: 0.1em;
}
.bsp.home #promise .promise_txt h2 > span span {
  font-size: min(6.94vw, 100px);
}
.bsp.home #promise .promise_txt .promise_wrap {
  margin-top: 4.5em;
  font-size: min(1.25vw, 18px);
}
.bsp.home #promise .promise_txt .promise_wrap .splide__list {
  display: flex;
  justify-content: space-between;
}
.bsp.home #promise .promise_txt .promise_wrap .splide__list .promise_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 31.08%;
  height: 26em;
  border: 1px solid #CBC3AC;
  background: #F4F3F0;
}
.bsp.home #promise .promise_txt .promise_wrap .splide__list .promise_item .promise_item_ttl {
  text-align: center;
  height: 11.1em;
}
.bsp.home #promise .promise_txt .promise_wrap .splide__list .promise_item .promise_item_ttl img {
  height: 100%;
}
.bsp.home #promise .promise_txt .promise_wrap .splide__list .promise_item p {
  font-size: min(1.39vw, 20px);
  line-height: 2;
  margin-top: 2.1em;
}
.bsp.home #promise .promise_txt .promise_wrap .promise_wrap_txt {
  margin-top: 5em;
  font-size: min(1.25vw, 18px);
}
.bsp.home #promise .promise_txt .promise_wrap .promise_wrap_txt p {
  font-size: min(1.04vw, 15px);
  line-height: 2.73;
}
.bsp.home #promise .promise_txt .promise_wrap .promise_wrap_txt p + p {
  margin-top: 2.7em;
}
.bsp.home #promise .promise_txt .btn_wrap {
  display: flex;
  justify-content: center;
  margin: 5.1em auto 0;
}
.bsp.home #promise .promise_txt .btn_wrap .btn {
  display: block;
  width: 14.61em;
  font-size: min(1.25vw, 18px);
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #promise .promise_txt .btn_wrap .btn + .btn {
  margin-left: 3em;
}
.bsp.home #promise .promise_txt .btn_wrap .btn img {
  width: 12.56em;
  max-width: 226px;
}
.bsp.home #promise .promise_txt .btn_wrap .btn:nth-child(2) {
  width: 15.33em;
}
.bsp.home #promise .promise_txt .btn_wrap .btn:nth-child(2) img {
  width: 13.29em;
  max-width: 239.2px;
}
.bsp.home #promise .promise_txt .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.home #promise .promise_txt .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.home #promise .promise_txt .btn_wrap .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #promise .promise_txt .btn_wrap .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}

@media screen and (max-width: 767px) {
  .bsp.home #promise {
    margin-top: 103vw;
  }
  .bsp.home #promise .ly_df .thumb_img {
    left: -6.67vw;
    width: 73.6vw;
  }
  .bsp.home #promise .ly_df .promise_ttl {
    left: -4vw;
    top: 72.8vw;
    /*width: 47.43vw;*/
  }
  .bsp.home #promise .ly_df .promise_ttl p {
    font-size: 4.8vw;
    line-height: 1.15;
    font-family: "Romie", sans-serif;
    letter-spacing: 0;
  }
  .bsp.home #promise .promise_txt {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 160vw;
    top: 99.67vw;
  }
  .bsp.home #promise .promise_txt .promise_lead {
    width: 29.21vw;
    max-width: 29.21vw;
  }
  .bsp.home #promise .promise_txt h2 {
    font-size: 4.8vw;
    margin-top: 5.33vw;
  }
  .bsp.home #promise .promise_txt h2 > span {
    font-size: 8vw;
  }
  .bsp.home #promise .promise_txt h2 > span span {
    font-size: 13.33vw;
  }
  .bsp.home #promise .promise_txt .promise_wrap {
    margin-top: 10.67vw;
  }
  .bsp.home #promise .promise_txt .promise_wrap .splide__list .promise_item {
    width: 80vw;
    height: 108vw;
  }
  .bsp.home #promise .promise_txt .promise_wrap .splide__list .promise_item .promise_item_ttl {
    height: 53.57vw;
  }
  .bsp.home #promise .promise_txt .promise_wrap .splide__list .promise_item .promise_item_ttl img {
    height: 100%;
  }
  .bsp.home #promise .promise_txt .promise_wrap .splide__list .promise_item p {
    font-size: 4.27vw;
    margin-top: 10.67vw;
  }
  .bsp.home #promise .promise_txt .promise_wrap .promise_wrap_txt {
    margin-top: 16vw;
    padding: 0 6.67vw;
  }
  .bsp.home #promise .promise_txt .promise_wrap .promise_wrap_txt p {
    font-size: 3.2vw;
    line-height: 2;
    text-align: left;
  }
  .bsp.home #promise .promise_txt .btn_wrap {
    flex-direction: column;
    margin: 16vw auto 0;
    text-align: center;
    align-items: center;
  }
  .bsp.home #promise .promise_txt .btn_wrap .btn {
    width: 70.13vw;
    padding-bottom: 4vw;
  }
  .bsp.home #promise .promise_txt .btn_wrap .btn + .btn {
    margin: 10.67vw 0 0;
  }
  .bsp.home #promise .promise_txt .btn_wrap .btn img {
    width: 60.27vw;
    max-width: 60.27vw;
  }
  .bsp.home #promise .promise_txt .btn_wrap .btn:nth-child(2) {
    width: 73.6vw;
  }
  .bsp.home #promise .promise_txt .btn_wrap .btn:nth-child(2) img {
    width: 63.79vw;
    max-width: 63.79vw;
  }
  .bsp.home #promise .promise_txt .btn_wrap .btn:before {
    width: 100%;
  }
  .bsp.home #promise .promise_txt .btn_wrap .btn:after {
    left: 97%;
  }
}
/*
menu
*/
.bsp.home #menu {
  margin-top: 34.2em;
  background: #0F2743;
  padding: 5.7em 0;
  font-size: min(1.25vw, 18px);
}
.bsp.home #menu .ly_df {
  position: relative;
  z-index: 0;
}
.bsp.home #menu .ly_df .thumb_img {
  position: absolute;
  right: -7.45%;
  top: -13.8em;
  width: 40.32%;
  max-width: 500px;
}
.bsp.home #menu .menu_txt {
  position: relative;
  color: #fff;
}
.bsp.home #menu .menu_txt .menu_lead {
  font-size: min(1.25vw, 18px);
  width: 7.69em;
  max-width: 138.43px;
}
.bsp.home #menu .menu_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
}
.bsp.home #menu .menu_txt .menu_wrap {
  margin-top: 3.6em;
}
.bsp.home #menu .menu_txt .menu_wrap .splide__list {
  display: flex;
  flex-wrap: wrap;
}
.bsp.home #menu .menu_txt .menu_wrap .splide__list .menu_item {
  display: flex;
  flex-direction: column;
  width: 24.72%;
  margin-bottom: 0.37%;
}
.bsp.home #menu .menu_txt .menu_wrap .splide__list .menu_item > span {
  display: block;
  align-self: start;
  overflow: hidden;
}
.bsp.home #menu .menu_txt .menu_wrap .splide__list .menu_item p {
  font-size: min(1.25vw, 18px);
  padding: 0.8em 0;
  text-align: center;
  background: #E8E5DC;
}
.bsp.home #menu .menu_txt .menu_wrap .splide__list .menu_item + .menu_item {
  margin-left: 0.37%;
}
.bsp.home #menu .menu_txt .menu_wrap .splide__list .menu_item:nth-child(5) {
  margin-left: 0;
}
.bsp.home #menu .menu_txt .menu_wrap .splide__list .menu_item:hover > span img {
  transform: scale(1.1);
}
.bsp.home #menu .menu_txt .btn {
  display: block;
  width: 16.99em;
  margin: 3.3em 0 0 auto;
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #menu .menu_txt .btn img {
  width: 14.7em;
  max-width: 264.68px;
}
.bsp.home #menu .menu_txt .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #menu .menu_txt .btn:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 93%;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom right;
}
.bsp.home #menu .menu_txt .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #menu .menu_txt .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}
.bsp.home #menu .menu_dermatology {
  position: relative;
  color: #fff;
  margin-top: 5.56em;
}
.bsp.home #menu .menu_dermatology .menu_lead {
  font-size: min(1.25vw, 18px);
  width: 7.69em;
  max-width: 138.43px;
}
.bsp.home #menu .menu_dermatology h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
}
.bsp.home #menu .menu_dermatology .menu_wrap {
  margin-top: 3.6em;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item {
  width: 33.06%;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a {
  display: flex;
  align-items: center;
  background: #E8E5DC;
  background-size: 20px 4px;
  margin-bottom: 0.98%;
  height: 5.56em;
  padding: 0 1.39em;
  position: relative;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a:before {
  content: "";
  position: absolute;
  width: 6.328%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 88%;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a:after {
  content: "";
  position: absolute;
  width: 2%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 92.2%;
  z-index: 1;
  transform: rotate(45deg);
  transform-origin: bottom right;
  transition: all 0.3s;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a:hover:before {
  width: 8%;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a:hover:after {
  left: 94%;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a > span {
  display: block;
  width: 17.07%;
  margin-right: 1.39em;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a > span img {
  width: 100%;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a:hover > span img {
  transform: scale(1.1);
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item p {
  font-size: min(1.25vw, 18px);
  padding: 0.8em 0;
  text-align: center;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item + .menu_item {
  margin-left: 0.37%;
}
.bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item:nth-child(5) {
  margin-left: 0;
}
.bsp.home #menu .menu_dermatology .btn {
  display: block;
  width: 17.99em;
  margin: 3.3em 0 0 auto;
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #menu .menu_dermatology .btn img {
  width: 15.44em;
  max-width: 277.88px;
}
.bsp.home #menu .menu_dermatology .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #menu .menu_dermatology .btn:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 93%;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom right;
}
.bsp.home #menu .menu_dermatology .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #menu .menu_dermatology .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}

@media screen and (max-width: 767px) {
  .bsp.home #menu {
    margin-top: 61.33vw;
    padding: 35vw 0 26.66vw;
  }
  .bsp.home #menu .ly_df .thumb_img {
    right: -6.67vw;
    top: -68.33vw;
    width: 49.87vw;
    max-width: 49.87vw;
  }
  .bsp.home #menu .menu_txt {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .bsp.home #menu .menu_txt .menu_lead {
    width: 30.76vw;
    max-width: 30.76vw;
    margin: 0 6.67vw;
  }
  .bsp.home #menu .menu_txt h2 {
    font-size: 4.8vw;
    margin: 5.33vw 6.67vw 0;
  }
  .bsp.home #menu .menu_txt .menu_wrap {
    margin-top: 10.67vw;
  }
  .bsp.home #menu .menu_txt .menu_wrap .splide__list {
    display: flex;
    flex-wrap: nowrap;
  }
  .bsp.home #menu .menu_txt .menu_wrap .splide__list .menu_item {
    width: 42.67vw;
    background: #E8E5DC;
  }
  .bsp.home #menu .menu_txt .menu_wrap .splide__list .menu_item p {
    font-size: 3.73vw;
    padding: 2.2em 0;
  }
  .bsp.home #menu .menu_txt .btn {
    width: 80.56vw;
    margin: 26vw auto 0;
    padding-bottom: 4vw;
  }
  .bsp.home #menu .menu_txt .btn img {
    width: 70.58vw;
    max-width: 70.58vw;
  }
  .bsp.home #menu .menu_txt .btn:before {
    width: 100%;
  }
  .bsp.home #menu .menu_txt .btn:after {
    left: 97%;
  }
  .bsp.home #menu .menu_txt .splide__arrow {
    top: 50%;
  }
  .bsp.home #menu .menu_dermatology {
    width: 100vw;
    margin: 26.67vw calc(50% - 50vw) 0;
  }
  .bsp.home #menu .menu_dermatology .menu_lead {
    width: 30.76vw;
    max-width: 30.76vw;
    margin: 0 6.67vw;
  }
  .bsp.home #menu .menu_dermatology h2 {
    font-size: 4.8vw;
    margin: 5.33vw 6.67vw 0;
  }
  .bsp.home #menu .menu_dermatology .menu_wrap {
    margin-top: 10.67vw;
  }
  .bsp.home #menu .menu_dermatology .menu_wrap .splide__list {
    flex-wrap: nowrap;
  }
  .bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item {
    width: 80vw;
  }
  .bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a {
    margin-bottom: 2.67vw;
    height: 13.33vw;
    padding: 0 2.67vw;
  }
  .bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item a > span {
    width: 10.13vw;
    height: 10.13vw;
    margin-right: 4vw;
  }
  .bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item p {
    font-size: 3.73vw;
    padding: 0.8em 0;
    text-align: center;
  }
  .bsp.home #menu .menu_dermatology .menu_wrap .splide__list .menu_item + .menu_item {
    margin-left: 0;
  }
  .bsp.home #menu .menu_dermatology .btn {
    width: 80.56vw;
    margin: 26vw auto 0;
    padding-bottom: 4vw;
  }
  .bsp.home #menu .menu_dermatology .btn img {
    width: 70.58vw;
    max-width: 70.58vw;
  }
  .bsp.home #menu .menu_dermatology .btn:before {
    width: 100%;
  }
  .bsp.home #menu .menu_dermatology .btn:after {
    left: 97%;
  }
  .bsp.home #menu .menu_dermatology .splide__arrow {
    top: 48%;
  }
  .bsp.home #menu .menu_dermatology .splide__pagination {
    bottom: -8vw;
  }
  .bsp.home #menu .splide__pagination {
    bottom: -10.67vw;
  }
}
/*
department
*/
.bsp.home #department {
  font-size: min(1.25vw, 18px);
}
.bsp.home #department .department_wrap {
  position: relative;
  padding-top: 11.11em;
  text-align: left;
}
.bsp.home #department .department_wrap .ly_df {
  justify-content: space-between;
  align-items: flex-start;
}
.bsp.home #department .department_wrap .ly_df .thumb {
  width: 46.77%;
  max-width: 580px;
}
.bsp.home #department .department_wrap .ly_df .thumb img {
  width: 100%;
}
.bsp.home #department .department_wrap .ly_df .department_txt {
  display: flex;
  flex-direction: column;
  width: 51.21%;
  padding: 0 3.06em 1.67em;
}
.bsp.home #department .department_wrap .ly_df .department_txt .thumb_img {
  position: relative;
  left: 64%;
  width: 44.22%;
  max-width: 230px;
}
.bsp.home #department .department_wrap .ly_df .department_txt .department_lead {
  font-size: min(1.25vw, 18px);
  width: 12.66em;
  max-width: 227.88px;
  margin: 2.06em 0 0;
}
.bsp.home #department .department_wrap .ly_df .department_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 2.37;
  margin-top: 0.9em;
  margin-left: -0.03em;
}
.bsp.home #department .department_wrap .ly_df .department_txt h2 span {
  display: block;
  font-size: min(1.74vw, 25px);
  line-height: 2;
}
.bsp.home #department .department_wrap .ly_df .department_txt p {
  font-size: min(1.04vw, 15px);
  line-height: 2.73;
  margin-top: 0.8em;
}
.bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.7em;
}
.bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn {
  display: block;
  width: 47.64%;
  margin: 2.23em 0 0;
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn img {
  width: 10.5em;
  max-width: 189.04px;
}
.bsp.home #department .department_wrap .ly_df .department_txt .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.home #department .department_wrap .ly_df .department_txt .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.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #department .department_wrap .ly_df .department_txt .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.home #department .department_wrap .ly_df .department_img {
  width: 46.77%;
  max-width: 580px;
}
.bsp.home #department .department_wrap .ly_df .department_img .department_ttl {
  /*width: 58.3%; max-width: 356.72px;*/
  width: auto;
  max-width: unset;
  margin-bottom: 1.3em;
}
.bsp.home #department .department_wrap .ly_df .department_img .department_ttl p {
  font-size: min(2.78vw, 40px);
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
  line-height: 1.15;
}
.bsp.home #department .department_wrap .ly_df + .ly_df {
  margin-top: 11.11em;
  position: relative;
  align-items: stretch;
}
.bsp.home #department .department_wrap .ly_df + .ly_df .department_txt {
  padding: 0 2.94em 0 7.22em;
  width: 53.21%;
}
.bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .disp_item {
  height: 100%;
}
.bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .department_lead {
  width: 11.46em;
  max-width: 206.33px;
  margin: 2.89em 0 0;
}
.bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .thumb_img {
  position: absolute;
  left: calc(-23.23% + 2.05em);
  top: unset;
  bottom: 0;
  width: 12.78em;
  max-width: 230px;
  font-size: min(1.25vw, 18px);
}
.bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .btn_wrap .btn {
  width: 51.64%;
}
.bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .btn_wrap .btn img {
  width: 11.24em;
  max-width: 202.24px;
}
.bsp.home #department .department_wrap .ly_df + .ly_df .department_img .department_ttl {
  /*width: 65.28%; max-width: 378.6px;*/
  width: auto;
  max-width: unset;
  margin: 1.3em 0 0;
  margin-left: auto;
  text-align: right;
}
.bsp.home #department .department_wrap .ly_df + .ly_df .department_img .department_ttl p {
  font-size: min(2.78vw, 40px);
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .bsp.home #department .department_wrap {
    padding-top: 26.67vw;
  }
  .bsp.home #department .department_wrap .ly_df {
    flex-direction: column-reverse;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .bsp.home #department .department_wrap .ly_df .department_txt {
    width: 100%;
    padding: 0 6.67vw;
    margin: 16vw 0 0;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .thumb_img {
    position: absolute;
    left: 0;
    width: 28vw;
    max-width: 28vw;
    top: 28vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .department_lead {
    width: 50.64vw;
    max-width: 50.64vw;
    margin: 0;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt h2 {
    font-size: 8vw;
    line-height: 1.75;
    margin-top: 5.33vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt h2 span {
    font-size: 4.8vw;
    line-height: 1.75;
    margin-bottom: 1.33vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt p {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 8vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap {
    margin: 5.33vw 0 0;
    flex-direction: column;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn {
    display: block;
    width: 66.67vw;
    margin: 10.67vw 0 0;
    padding-bottom: 4vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn img {
    width: 52.87vw;
    max-width: 52.87vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn:before {
    width: 100%;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn:after {
    left: 97%;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn:nth-child(2) img {
    width: 59.97vw;
    max-width: 59.97vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn:nth-child(3) img {
    width: 55.99vw;
    max-width: 55.99vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_txt .btn_wrap .btn:nth-child(4) img {
    width: 39.07vw;
    max-width: 39.07vw;
  }
  .bsp.home #department .department_wrap .ly_df .department_img {
    width: 69.33vw;
    max-width: 69.33vw;
    align-self: flex-end;
  }
  .bsp.home #department .department_wrap .ly_df .department_img .department_ttl {
    /*width: 47.56vw; max-width: 47.56vw;*/
    width: auto;
    max-width: unset;
  }
  .bsp.home #department .department_wrap .ly_df .department_img .department_ttl p {
    font-size: 5.33vw;
    line-height: 1.15;
    font-family: "Romie", sans-serif;
    letter-spacing: 0;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df {
    flex-direction: column;
    margin-top: 26.67vw;
    position: relative;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_txt {
    padding: 0 6.67vw;
    width: 100%;
    margin: 16vw 0 0;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .department_lead {
    width: 45.85vw;
    max-width: 45.85vw;
    margin: 0;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .thumb_img {
    position: absolute;
    left: unset;
    right: -6.67vw;
    top: -51.5vw;
    bottom: unset;
    width: 28vw;
    max-width: 28vw;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .btn_wrap .btn {
    width: 67.73vw;
    padding-bottom: 4vw;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .btn_wrap .btn img {
    width: 53.93vw;
    max-width: 53.93vw;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .btn_wrap .btn:before {
    width: 100%;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_txt .btn_wrap .btn:after {
    left: 97%;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_img {
    align-self: flex-start;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_img .department_ttl {
    /*width: 50.21vw; max-width: 50.21vw;*/
    margin: 3.47vw 0 0;
    margin-left: auto;
    width: auto;
    max-width: unset;
  }
  .bsp.home #department .department_wrap .ly_df + .ly_df .department_img .department_ttl p {
    font-size: 5.33vw;
    line-height: 1.3;
    font-family: "Romie", sans-serif;
    letter-spacing: 0;
  }
}
/*
introduction
*/
.bsp.home #introduction {
  margin-top: 28.33em;
  font-size: min(1.25vw, 18px);
  padding-bottom: 11.11em;
}
.bsp.home #introduction .ly_df {
  position: relative;
  z-index: 0;
}
.bsp.home #introduction .ly_df .thumb_img {
  position: absolute;
  right: -7.45%;
  top: -14.3em;
  width: 46.77%;
  max-width: 580px;
}
.bsp.home #introduction .ly_df .introduction_ttl {
  position: absolute;
  left: 28.7%;
  top: -10.3em;
  font-size: min(1.25vw, 18px);
  width: auto;
  max-width: unset;
}
.bsp.home #introduction .ly_df .introduction_ttl p {
  font-size: min(2.78vw, 40px);
  line-height: 1.15;
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
}
.bsp.home #introduction .introduction_txt {
  position: relative;
  font-size: min(1.25vw, 18px);
  overflow: hidden;
}
.bsp.home #introduction .introduction_txt .introduction_lead {
  font-size: min(1.25vw, 18px);
  width: 2.42em;
  max-width: 43.51px;
}
.bsp.home #introduction .introduction_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.home #introduction .introduction_txt .introduction_wrap {
  margin-top: 5.8em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df {
  flex-wrap: wrap;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22.58%;
  margin-bottom: 2.78em;
  text-align: left;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item + .introduction_item {
  margin-left: 3.22%;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(3) .item_txt > img {
  height: 0.86em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(5) {
  margin-left: 0;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_txt p {
  font-size: min(1.74vw, 25px);
  margin-top: 1em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_txt p span {
  display: block;
  font-size: min(1.11vw, 16px);
  margin: 0.2em 0;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_txt > img {
  margin-top: 0.8em;
  height: 0.65em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_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;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn {
  margin-top: 1.7em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span {
  position: relative;
  display: block;
  width: 100%;
  border: solid 1px #000;
  font-size: min(1.11vw, 16px);
  padding: 1.03em 0;
  text-align: center;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a:before, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span: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.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a:after, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span: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.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a:hover:before, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span:hover:before {
  content: "";
  position: absolute;
  width: 9.91%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 84%;
  z-index: 1;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a:hover:after, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span: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.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a + a, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span + a {
  margin-top: 0.8em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a span, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span span {
  margin-left: -2em;
  letter-spacing: -0.03em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(3) .item_btn {
  margin-top: 1.48em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(1) .item_btn, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(2) .item_btn, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(3) .item_btn, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(4) .item_btn {
  min-height: 7.44em;
}
.bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(7) .item_btn, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(8) .item_btn {
  margin-top: auto;
}
.bsp.home #introduction .introduction_txt .btn {
  display: block;
  width: 12.38em;
  max-width: 222.32px;
  margin: 3.3em auto 0;
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #introduction .introduction_txt .btn img {
  width: 10.33em;
  max-width: 185.94px;
}
.bsp.home #introduction .introduction_txt .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #introduction .introduction_txt .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.home #introduction .introduction_txt .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #introduction .introduction_txt .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}

@media screen and (max-width: 767px) {
  .bsp.home #introduction {
    margin-top: 130.67vw;
    padding-bottom: 26.67vw;
  }
  .bsp.home #introduction .ly_df {
    position: relative;
    z-index: 0;
  }
  .bsp.home #introduction .ly_df .thumb_img {
    right: -6.67vw;
    top: -104vw;
    width: 72vw;
    max-width: 72vw;
  }
  .bsp.home #introduction .ly_df .introduction_ttl {
    left: 0;
    top: -96vw;
    /*width: 64.86vw; max-width: 64.86vw;*/
    width: auto;
    max-width: unset;
  }
  .bsp.home #introduction .ly_df .introduction_ttl p {
    font-size: 5.33vw;
    line-height: 1.15;
    font-family: "Romie", sans-serif;
    letter-spacing: 0;
  }
  .bsp.home #introduction .introduction_txt .introduction_lead {
    width: 9.67vw;
    max-width: 9.67vw;
  }
  .bsp.home #introduction .introduction_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap {
    margin-top: 10.67vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item {
    width: 100%;
    margin-bottom: 16vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item > picture img {
    width: 34.67vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item + .introduction_item {
    margin: 0 0 16vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(3) .item_txt > img {
    height: 4.1vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_txt {
    width: 45.33vw;
    position: absolute;
    top: 12vw;
    right: 0;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_txt p {
    font-size: 4.8vw;
    margin-top: 0;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_txt p span {
    font-size: 3.2vw;
    margin: 0.5em 0;
    letter-spacing: 0.05em;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_txt > img {
    margin-top: 2vw;
    height: 3.11vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_shoulder {
    font-size: 3.2vw;
    margin-top: 5.33vw;
    width: 100%;
    line-height: 1.83;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn {
    margin-top: 6.67vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span {
    font-size: 3.73vw;
    padding: 3.33vw 0;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a:before, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span:before {
    width: 5.33vw;
    left: 75vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a:after, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span:after {
    width: 1.5vw;
    left: 78.66vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a:hover:before, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span:hover:before {
    width: 5.33vw;
    left: 75vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a:hover:after, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span:hover:after {
    width: 1.5vw;
    left: 78.66vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a + a, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span + a {
    margin-top: 1.33vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn a span, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item .item_btn > span span {
    margin-left: -1em;
    letter-spacing: 0.08em;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(3) .item_btn {
    margin-top: 6.67vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(7) .item_txt, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(8) .item_txt {
    top: 9vw;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(1) .item_btn, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(2) .item_btn, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(3) .item_btn, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(4) .item_btn {
    min-height: unset;
  }
  .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(7) .item_btn, .bsp.home #introduction .introduction_txt .introduction_wrap .ly_df .introduction_item:nth-child(8) .item_btn {
    margin-top: 8vw;
  }
  .bsp.home #introduction .introduction_txt .btn {
    display: block;
    width: 59.29vw;
    max-width: 59.29vw;
    margin: 0;
    padding-bottom: 4vw;
  }
  .bsp.home #introduction .introduction_txt .btn img {
    width: 49.58vw;
    max-width: 49.58vw;
  }
  .bsp.home #introduction .introduction_txt .btn:before {
    width: 100%;
  }
  .bsp.home #introduction .introduction_txt .btn:after {
    left: 97%;
  }
}
/*
case
*/
.bsp.home #case {
  background: #0F2743;
  padding: 5.7em 0 6.67em;
  font-size: min(1.25vw, 18px);
}
.bsp.home #case .case_txt {
  position: relative;
  text-align: center;
  color: #fff;
}
.bsp.home #case .case_txt .case_lead {
  width: 2.05em;
  max-width: 36.92px;
  margin: auto;
}
.bsp.home #case .case_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
}
.bsp.home #case .case_txt .case_wrap {
  margin-top: 3.6em;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list {
  margin: 0 auto;
  position: relative;
  padding-bottom: 2.97em;
  margin-top: 1em;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide {
  display: flex;
  flex-direction: column;
  border: 1px solid #344A65;
  width: 18.06%;
  text-align: left;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide > a {
  display: block;
  align-self: start;
  overflow: hidden;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.39em;
  color: #fff;
  min-height: 11.44em;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt a.tag {
  display: inline-block;
  font-size: min(0.76vw, 11px);
  width: 6.73em;
  height: 1.82em;
  border: 1px solid #344A65;
  border-radius: 2em;
  text-align: center;
  color: #fff;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt a.tag:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt a.txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt p {
  font-size: min(0.97vw, 14px);
  line-height: 1.86;
  margin-top: 1.29em;
  color: #fff;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt .more {
  display: block;
  position: relative;
  padding-right: 2em;
  margin-top: auto;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt .more:before {
  content: "";
  position: absolute;
  width: 7.91%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 85%;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt .more:after {
  content: "";
  position: absolute;
  width: 2.5%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 90.2%;
  z-index: 1;
  transform: rotate(45deg);
  transform-origin: bottom right;
  transition: all 0.3s;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt .more img {
  width: 4.96em;
  max-width: 89.33px;
  padding-top: 1.11em;
  margin: auto 0 0 auto;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide:hover > a img {
  transform: scale(1.1);
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide:hover .case_item_txt .more:before {
  content: "";
  position: absolute;
  width: 9.91%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 85%;
  z-index: 1;
}
.bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide:hover .case_item_txt .more:after {
  content: "";
  position: absolute;
  width: 2.5%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 92%;
  z-index: 1;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.bsp.home #case .case_txt .btn {
  margin: -1.2em 0 0 auto;
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #case .case_txt .btn img {
  width: 8.86em;
  max-width: 159.56px;
}
.bsp.home #case .case_txt .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #case .case_txt .btn:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 93%;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom right;
}
.bsp.home #case .case_txt .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #case .case_txt .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}

@media screen and (max-width: 767px) {
  .bsp.home #case {
    padding: 16vw 0;
  }
  .bsp.home #case .case_txt .case_lead {
    width: 8.21vw;
    max-width: 8.21vw;
  }
  .bsp.home #case .case_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.home #case .case_txt .case_wrap {
    margin-top: 10.67vw;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list {
    padding-bottom: 25.33vw;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide {
    width: 69.33vw;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt {
    padding: 8vw 6.67vw;
    min-height: 54.67vw;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt a.tag {
    font-size: 2.93vw;
    width: 20vw;
    height: 5.33vw;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt p {
    font-size: 3.73vw;
    margin-top: 1.29em;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt .more {
    padding-right: 8vw;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt .more:before {
    width: 5.33vw;
    left: 90%;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt .more:after {
    width: 1.5vw;
    left: 97%;
  }
  .bsp.home #case .case_txt .case_wrap .bl_case_list .splide__slide .case_item_txt .more img {
    width: 23.82vw;
    max-width: 23.82vw;
    padding-top: 1.11em;
    margin: auto 0 0 auto;
  }
  .bsp.home #case .case_txt .btn {
    width: 52.53vw;
    max-width: 52.53vw;
    margin: auto;
    padding-bottom: 4vw;
  }
  .bsp.home #case .case_txt .btn img {
    width: 42.55vw;
    max-width: 42.55vw;
  }
  .bsp.home #case .case_txt .btn:before {
    width: 100%;
  }
  .bsp.home #case .case_txt .btn:after {
    left: 97%;
  }
}
/*
emergency
*/
.bsp.home #emergency {
  font-size: min(1.25vw, 18px);
}
.bsp.home #emergency .emergency_wrap {
  position: relative;
  padding-top: 16.67em;
  text-align: left;
}
.bsp.home #emergency .emergency_wrap .bl_inner {
  position: relative;
}
.bsp.home #emergency .emergency_wrap .ly_df {
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt {
  display: flex;
  flex-direction: column;
  width: 40.32%;
  max-width: 500px;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .emergency_lead {
  font-size: min(1.25vw, 18px);
  width: 11.96em;
  max-width: 215.27px;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 2.37;
  margin-top: 0.9em;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt h2 span {
  display: block;
  font-size: min(1.74vw, 25px);
  line-height: 2;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt p {
  font-size: min(1.04vw, 15px);
  line-height: 2.73;
  margin-top: 0.8em;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt p.note {
  font-size: min(0.83vw, 12px);
  line-height: 1.58;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap .btn {
  display: block;
  width: 12.06em;
  margin: 3.33em 0 0;
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap .btn img {
  width: 10em;
  max-width: 180px;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .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.home #emergency .emergency_wrap .ly_df .emergency_txt .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.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .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.home #emergency .emergency_wrap .ly_df .emergency_img {
  width: 48.79%;
  max-width: 605px;
  margin-left: 0;
  position: relative;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_img .disp_item {
  position: relative;
  top: 0;
  left: 10.74%;
  width: 78.18%;
  max-width: 473px;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_img .disp_item:nth-child(2) {
  width: 67.93%;
  max-width: 411px;
  position: absolute;
  top: -5.44em;
  left: 4.13%;
}
.bsp.home #emergency .emergency_wrap .ly_df .emergency_img .disp_item:nth-child(3) {
  width: 68.09%;
  max-width: 412px;
  position: absolute;
  top: 40%;
  left: 31.9%;
}
.bsp.home #emergency .emergency_wrap .emergency_ttl {
  position: absolute;
  top: -4.17em;
  left: 36.69%;
  margin: 0;
  margin-left: auto;
  z-index: 1;
  width: auto;
  max-width: unset;
}
.bsp.home #emergency .emergency_wrap .emergency_ttl p {
  font-size: min(2.78vw, 40px);
  line-height: 1.3;
  font-family: "Romie", sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .bsp.home #emergency .emergency_wrap {
    position: relative;
    padding-top: 44vw;
    text-align: left;
  }
  .bsp.home #emergency .emergency_wrap .ly_df {
    flex-direction: column;
    align-items: flex-start;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-top: 16vw;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .emergency_lead {
    width: 47.84vw;
    max-width: 47.84vw;
    margin-top: 0;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt h2 {
    font-size: 8vw;
    line-height: 1.75;
    margin-top: 5.33vw;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt h2 span {
    font-size: 4.8vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
    margin-bottom: 1.33vw;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt p {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 8vw;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt p.note {
    font-size: 3.2vw;
    line-height: 2;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap {
    margin: 16vw 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap .btn {
    display: block;
    width: 57.87vw;
    margin: 0;
    padding-bottom: 4vw;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap .btn img {
    width: 48vw;
    max-width: 48vw;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap .btn:before {
    width: 100%;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_txt .btn_wrap .btn:after {
    left: 97%;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_img {
    width: 77.87vw;
    max-width: 77.86vw;
    margin-left: -6.67vw;
    position: relative;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_img .disp_item {
    position: relative;
    top: 0;
    left: 5.33vw;
    width: 66.13vw;
    max-width: 66.13vw;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_img .disp_item:nth-child(2) {
    width: 54.4vw;
    max-width: 54.4vw;
    position: absolute;
    top: -16.53vw;
    left: 0;
  }
  .bsp.home #emergency .emergency_wrap .ly_df .emergency_img .disp_item:nth-child(3) {
    width: 54.4vw;
    max-width: 54.4vw;
    position: absolute;
    top: 26.67vw;
    left: 23.47vw;
  }
  .bsp.home #emergency .emergency_wrap .emergency_ttl {
    top: -16.53vw;
    left: unset;
    right: 4vw;
    /*width: 41.44vw; max-width: 41.44vw;*/
    margin: 1.3em 0 0;
    margin-left: auto;
    z-index: 1;
    width: auto;
    max-width: unset;
  }
  .bsp.home #emergency .emergency_wrap .emergency_ttl p {
    font-size: 5.33vw;
    line-height: 1.15;
    font-family: "Romie", sans-serif;
    letter-spacing: 0;
  }
}
/*
articles
*/
.bsp.home #articles {
  font-size: min(1.25vw, 18px);
  margin: 15em 0 11.11em;
}
.bsp.home #articles .article_wrap {
  justify-content: space-between;
}
.bsp.home #articles .article_wrap .news_wrap, .bsp.home #articles .article_wrap .column_wrap {
  width: 45.97%;
}
.bsp.home #articles .article_wrap .news_wrap h2 img, .bsp.home #articles .article_wrap .column_wrap h2 img {
  display: inline-block;
  height: 1.53em;
}
.bsp.home #articles .article_wrap .news_wrap h2 span, .bsp.home #articles .article_wrap .column_wrap h2 span {
  display: inline-block;
  font-size: 1.39vw;
  margin-left: 1.5em;
}
.bsp.home #articles .article_wrap .news_wrap ul, .bsp.home #articles .article_wrap .column_wrap ul {
  list-style: none;
  margin-top: 2.5em;
}
.bsp.home #articles .article_wrap .news_wrap ul li, .bsp.home #articles .article_wrap .column_wrap ul li {
  border-bottom: 1px solid #CBC3AC;
  font-size: min(0.97vw, 14px);
  padding: 1.79em 0;
  letter-spacing: 0.1em;
}
.bsp.home #articles .article_wrap .news_wrap ul li a, .bsp.home #articles .article_wrap .column_wrap ul li a {
  display: flex;
}
.bsp.home #articles .article_wrap .news_wrap ul li a .tag, .bsp.home #articles .article_wrap .column_wrap ul li a .tag {
  display: block;
  font-size: min(0.83vw, 12px);
  border: 1px solid #000;
  border-radius: 2px;
  width: 8.33em;
  text-align: center;
  margin-left: 1.5em;
}
.bsp.home #articles .article_wrap .news_wrap ul li a .ttl, .bsp.home #articles .article_wrap .column_wrap ul li a .ttl {
  display: block;
  margin-left: 2.5em;
  width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bsp.home #articles .article_wrap .news_wrap .btn, .bsp.home #articles .article_wrap .column_wrap .btn {
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #articles .article_wrap .news_wrap .btn:before, .bsp.home #articles .article_wrap .column_wrap .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #articles .article_wrap .news_wrap .btn:after, .bsp.home #articles .article_wrap .column_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.home #articles .article_wrap .news_wrap .btn:hover:before, .bsp.home #articles .article_wrap .column_wrap .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #articles .article_wrap .news_wrap .btn:hover:after, .bsp.home #articles .article_wrap .column_wrap .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}
.bsp.home #articles .article_wrap .news_wrap .btn {
  display: block;
  width: 10.83em;
  margin-top: 3.06em;
}
.bsp.home #articles .article_wrap .news_wrap .btn img {
  width: 8.87em;
  max-width: 159.58px;
}
.bsp.home #articles .article_wrap .column_wrap .btn {
  display: block;
  width: 10.17em;
  margin-top: 3.06em;
}
.bsp.home #articles .article_wrap .column_wrap .btn img {
  width: 8.05em;
  max-width: 144.96px;
}

@media screen and (max-width: 767px) {
  .bsp.home #articles {
    margin: 0 0 26.67vw;
  }
  .bsp.home #articles .article_wrap {
    flex-direction: column;
  }
  .bsp.home #articles .article_wrap .news_wrap, .bsp.home #articles .article_wrap .column_wrap {
    width: 100%;
    margin-top: 26.67vw;
  }
  .bsp.home #articles .article_wrap .news_wrap h2 img, .bsp.home #articles .article_wrap .column_wrap h2 img {
    height: 5.52vw;
  }
  .bsp.home #articles .article_wrap .news_wrap h2 span, .bsp.home #articles .article_wrap .column_wrap h2 span {
    font-size: 4.27vw;
  }
  .bsp.home #articles .article_wrap .news_wrap ul, .bsp.home #articles .article_wrap .column_wrap ul {
    margin-top: 4.8vw;
  }
  .bsp.home #articles .article_wrap .news_wrap ul li, .bsp.home #articles .article_wrap .column_wrap ul li {
    font-size: 3.2vw;
    padding: 4vw 0;
    letter-spacing: 0.1em;
  }
  .bsp.home #articles .article_wrap .news_wrap ul li a, .bsp.home #articles .article_wrap .column_wrap ul li a {
    display: flex;
    flex-wrap: wrap;
  }
  .bsp.home #articles .article_wrap .news_wrap ul li a .tag, .bsp.home #articles .article_wrap .column_wrap ul li a .tag {
    font-size: 3.2vw;
    width: 26.67vw;
  }
  .bsp.home #articles .article_wrap .news_wrap ul li a .ttl, .bsp.home #articles .article_wrap .column_wrap ul li a .ttl {
    margin: 4vw 0 0 0;
    width: 90%;
  }
  .bsp.home #articles .article_wrap .news_wrap .btn, .bsp.home #articles .article_wrap .column_wrap .btn {
    padding-bottom: 4vw;
  }
  .bsp.home #articles .article_wrap .news_wrap .btn:before, .bsp.home #articles .article_wrap .column_wrap .btn:before {
    width: 100%;
  }
  .bsp.home #articles .article_wrap .news_wrap .btn:after, .bsp.home #articles .article_wrap .column_wrap .btn:after {
    left: 97%;
  }
  .bsp.home #articles .article_wrap .news_wrap .btn {
    width: 52vw;
    margin-top: 16vw;
  }
  .bsp.home #articles .article_wrap .news_wrap .btn img {
    width: 42.55vw;
    max-width: 42.55vw;
  }
  .bsp.home #articles .article_wrap .column_wrap .btn {
    width: 48.8vw;
    margin-top: 16vw;
  }
  .bsp.home #articles .article_wrap .column_wrap .btn img {
    width: 38.66vw;
    max-width: 38.66vw;
  }
}
/*
feature
*/
.bsp.home #feature {
  background: #0F2743;
  padding: 5.7em 0 6.67em;
  font-size: min(1.25vw, 18px);
}
.bsp.home #feature .feature_txt {
  position: relative;
  text-align: center;
  color: #fff;
}
.bsp.home #feature .feature_txt .feature_lead {
  width: 7.53em;
  max-width: 135.49px;
  margin: auto;
}
.bsp.home #feature .feature_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
}
.bsp.home #feature .feature_txt .feature_wrap {
  margin-top: 3.6em;
}
.bsp.home #feature .feature_txt .feature_wrap .bl_feature_list {
  margin: 0 auto;
  position: relative;
  padding-bottom: 2.97em;
  margin-top: 1em;
}
.bsp.home #feature .feature_txt .feature_wrap .bl_feature_list .splide__slide {
  border: 1px solid #002046;
  width: 18.06%;
  text-align: left;
}
.bsp.home #feature .feature_txt .feature_wrap .bl_feature_list .splide__slide > img {
  align-self: start;
}
.bsp.home #feature .feature_txt .btn {
  display: block;
  width: 10.94em;
  max-width: 197px;
  margin: -1.2em 0 0 auto;
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #feature .feature_txt .btn img {
  width: 8.86em;
  max-width: 159.56px;
}
.bsp.home #feature .feature_txt .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #feature .feature_txt .btn:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 93%;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.3s;
  transform-origin: bottom right;
}
.bsp.home #feature .feature_txt .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #feature .feature_txt .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}
.bsp.home #feature .splide__arrow {
  top: 38%;
}
.bsp.home #feature .splide__arrow--prev {
  left: -1.5em;
}
.bsp.home #feature .splide__arrow--next {
  right: -1.5em;
}

@media screen and (max-width: 767px) {
  .bsp.home #feature {
    padding: 16vw 0;
  }
  .bsp.home #feature .feature_txt .feature_lead {
    width: 30.11vw;
    max-width: 30.11vw;
  }
  .bsp.home #feature .feature_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.home #feature .feature_txt .feature_wrap {
    width: 100vw;
    margin: 10.67vw calc(50% - 50vw) 0;
  }
  .bsp.home #feature .feature_txt .feature_wrap .bl_feature_list {
    padding-bottom: 0;
  }
  .bsp.home #feature .feature_txt .feature_wrap .bl_feature_list .splide__slide {
    width: 69.33vw;
  }
  .bsp.home #feature .feature_txt .btn {
    width: 52.53vw;
    max-width: 52.53vw;
    margin: 25.33vw auto 0;
    padding-bottom: 4vw;
  }
  .bsp.home #feature .feature_txt .btn img {
    width: 42.55vw;
    max-width: 42.55vw;
  }
  .bsp.home #feature .feature_txt .btn:before {
    width: 100%;
  }
  .bsp.home #feature .feature_txt .btn:after {
    left: 97%;
  }
  .bsp.home #feature .splide__arrow {
    top: 50%;
  }
  .bsp.home #feature .splide__arrow--prev {
    left: 2.67vw;
  }
  .bsp.home #feature .splide__arrow--next {
    right: 2.67vw;
  }
  .bsp.home #feature .splide__pagination {
    bottom: -10.67vw;
  }
  .bsp.home #feature .splide__pagination__page {
    margin: 0 0.8vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
/*
clinic
*/
.bsp.home #clinic {
  font-size: min(1.25vw, 18px);
  margin: 11.11em 0;
}
.bsp.home #clinic .clinic_txt .clinic_lead {
  width: 2.87em;
  max-width: 51.68px;
  margin: auto;
}
.bsp.home #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.home #clinic .clinic_wrap {
  justify-content: space-between;
  margin-top: 4.44em;
}
.bsp.home #clinic .clinic_wrap .bl_clinic {
  width: 45.97%;
  position: relative;
}
.bsp.home #clinic .clinic_wrap .bl_clinic h3 {
  font-size: min(1.39vw, 20px);
  margin-top: 0.75em;
}
.bsp.home #clinic .clinic_wrap .bl_clinic p {
  font-size: min(1.11vw, 16px);
  margin-top: 0.5em;
}
.bsp.home #clinic .clinic_wrap .bl_clinic p span {
  display: inline-block;
  font-size: min(2.43vw, 35px);
  margin: 0.3em 0 0 0.3em;
}
.bsp.home #clinic .clinic_wrap .bl_clinic .btn_wrap p {
  font-size: min(2.43vw, 35px);
}
.bsp.home #clinic .clinic_wrap .bl_clinic .btn_wrap p span {
  font-size: min(1.11vw, 16px);
  margin-right: 0.5em;
}
.bsp.home #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.home #clinic {
    margin: 26.67vw 0;
  }
  .bsp.home #clinic .clinic_txt .clinic_lead {
    width: 11.49vw;
    max-width: 11.49vw;
  }
  .bsp.home #clinic .clinic_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.home #clinic .clinic_wrap {
    flex-direction: column;
    margin-top: 10.67vw;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic {
    width: 100%;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic + .bl_clinic {
    margin-top: 13.33vw;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic h3 {
    font-size: 4.27vw;
    margin-top: 1.2em;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic p {
    font-size: 3.2vw;
    line-height: 2.33;
    margin-top: 0.4em;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic p span {
    font-size: 6.67vw;
    margin: 0.3em 0 0 0.3em;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic p.tel {
    font-size: 4.26vw;
    margin-top: 0.3em;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic .btn_wrap {
    justify-content: flex-start;
    flex-direction: column;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic .btn_wrap p {
    font-size: 6.67vw;
  }
  .bsp.home #clinic .clinic_wrap .bl_clinic .btn_wrap p span {
    font-size: 4.27vw;
    margin-right: 0.5em;
  }
  .bsp.home #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;
  }
}
/*
future
*/
.bsp.home #future {
  background: url(/assets/img/home/future_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 5.55em 0;
  font-size: min(1.25vw, 18px);
}
.bsp.home #future .future_txt {
  position: relative;
  text-align: center;
}
.bsp.home #future .future_txt .future_lead {
  width: 16.7em;
  max-width: 300.68px;
  margin: auto;
}
.bsp.home #future .future_txt h2 {
  font-size: min(2.78vw, 40px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 1.2em;
}
.bsp.home #future .future_txt > p {
  font-size: min(1.04vw, 15px);
  margin-top: 2.66em;
  line-height: 2.73;
}
.bsp.home #future .future_txt .future_wrap {
  margin-top: 3.6em;
}
.bsp.home #future .future_txt .future_wrap .bl_future_list {
  margin: 0 auto 3em;
  position: relative;
  padding-bottom: 2.97em;
  margin-top: 1em;
}
.bsp.home #future .future_txt .future_wrap .bl_future_list .splide__slide {
  width: 31.45%;
  text-align: left;
}
.bsp.home #future .future_txt .future_wrap .bl_future_list .splide__slide > img {
  align-self: start;
}
.bsp.home #future .splide__arrow {
  top: 39%;
}
.bsp.home #future .splide__arrow--prev {
  left: 5.1%;
}
.bsp.home #future .splide__arrow--next {
  right: 5.1%;
}
.bsp.home #future .splide__pagination__page {
  border: solid 1px #000;
}
.bsp.home #future .splide__pagination__page.is-active {
  background: #000;
}
.bsp.home #future .btn {
  display: block;
  width: 17.56em;
  max-width: 316px;
  margin: auto;
  position: relative;
  padding-bottom: 1em;
}
.bsp.home #future .btn img {
  width: 15.45em;
  max-width: 278.12px;
}
.bsp.home #future .btn:before {
  content: "";
  position: absolute;
  width: 96%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.bsp.home #future .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.home #future .btn:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.bsp.home #future .btn:hover:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 97%;
  z-index: 1;
  transform: rotate(35deg);
}

@media screen and (max-width: 767px) {
  .bsp.home #future {
    padding: 26.67vw 0;
  }
  .bsp.home #future .future_txt {
    padding: 0 6.67vw;
  }
  .bsp.home #future .future_txt .future_lead {
    width: 57.27vw;
    max-width: 57.27vw;
  }
  .bsp.home #future .future_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.home #future .future_txt > p {
    font-size: 3.2vw;
    margin-top: 8vw;
    line-height: 2;
    text-align: left;
  }
  .bsp.home #future .future_txt .future_wrap {
    width: 100vw;
    margin: 10.67vw calc(50% - 50vw) 0;
  }
  .bsp.home #future .future_txt .future_wrap .bl_future_list {
    padding-bottom: 0;
  }
  .bsp.home #future .future_txt .future_wrap .bl_future_list .splide__slide {
    width: 69.33vw;
  }
  .bsp.home #future .splide__arrow {
    top: 50%;
  }
  .bsp.home #future .splide__arrow--prev {
    left: 2.67vw;
  }
  .bsp.home #future .splide__arrow--next {
    right: 2.67vw;
  }
  .bsp.home #future .splide__pagination {
    bottom: -10.67vw;
  }
  .bsp.home #future .splide__pagination__page {
    margin: 0 0.8vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .bsp.home #future .btn {
    display: block;
    width: 84.27vw;
    max-width: 84.27vw;
    margin: 25.33vw auto 0;
    padding-bottom: 4vw;
  }
  .bsp.home #future .btn img {
    width: 74.17vw;
    max-width: 74.17vw;
  }
  .bsp.home #future .btn:before {
    width: 100%;
  }
  .bsp.home #future .btn:after {
    left: 97%;
  }
}
/*
sns
*/
.bsp.home #sns {
  font-size: min(1.25vw, 18px);
  margin: 8.33em 0 8.06em;
}
.bsp.home #sns .sns_txt .sns_lead {
  width: 1.46em;
  max-width: 26.21px;
  margin: auto;
}
.bsp.home #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.home #sns .sns_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.13em;
}
.bsp.home #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.home #sns .sns_wrap .btn img {
  position: absolute;
  left: 1.84em;
  width: 2.14em;
  margin-right: auto;
}
.bsp.home #sns .sns_wrap .btn span {
  margin-left: 3em;
  letter-spacing: 0.05em;
}
.bsp.home #sns .sns_wrap .btn:nth-child(5), .bsp.home #sns .sns_wrap .btn:nth-child(6), .bsp.home #sns .sns_wrap .btn:nth-child(7), .bsp.home #sns .sns_wrap .btn:nth-child(8), .bsp.home #sns .sns_wrap .btn:nth-child(9) {
  height: 9.36em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  /*width: 18.71%;*/
}
.bsp.home #sns .sns_wrap .btn:nth-child(5) img, .bsp.home #sns .sns_wrap .btn:nth-child(6) img, .bsp.home #sns .sns_wrap .btn:nth-child(7) img, .bsp.home #sns .sns_wrap .btn:nth-child(8) img, .bsp.home #sns .sns_wrap .btn:nth-child(9) img {
  position: relative;
  top: unset;
  left: unset;
  margin: 0;
}
.bsp.home #sns .sns_wrap .btn:nth-child(5) span, .bsp.home #sns .sns_wrap .btn:nth-child(6) span, .bsp.home #sns .sns_wrap .btn:nth-child(7) span, .bsp.home #sns .sns_wrap .btn:nth-child(8) span, .bsp.home #sns .sns_wrap .btn:nth-child(9) span {
  margin: 1em 0 0;
}
.bsp.home #sns .sns_wrap .btn:nth-child(3) {
  padding: 0;
}
.bsp.home #sns .sns_wrap .btn:nth-child(3) img {
  width: 1.43em;
  left: 2.13em;
}

@media screen and (max-width: 767px) {
  .bsp.home #sns {
    margin: 26.67vw 0;
  }
  .bsp.home #sns .sns_txt .sns_lead {
    width: 5.82vw;
    max-width: 5.82vw;
  }
  .bsp.home #sns .sns_txt h2 {
    font-size: 5.33vw;
    margin-top: 5.33vw;
  }
  .bsp.home #sns .sns_wrap {
    margin-top: 8vw;
    flex-wrap: wrap;
  }
  .bsp.home #sns .sns_wrap .btn {
    font-size: 3.2vw;
    width: 42.13vw;
    height: 10.67vw;
    margin-top: 2.67vw;
  }
  .bsp.home #sns .sns_wrap .btn img {
    position: absolute;
    left: 5.33vw;
    width: 5.33vw;
  }
  .bsp.home #sns .sns_wrap .btn span {
    margin-left: 2em;
  }
  .bsp.home #sns .sns_wrap .btn:nth-child(5), .bsp.home #sns .sns_wrap .btn:nth-child(6), .bsp.home #sns .sns_wrap .btn:nth-child(7), .bsp.home #sns .sns_wrap .btn:nth-child(8), .bsp.home #sns .sns_wrap .btn:nth-child(9) {
    height: 13.33vw;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .bsp.home #sns .sns_wrap .btn:nth-child(5) img, .bsp.home #sns .sns_wrap .btn:nth-child(6) img, .bsp.home #sns .sns_wrap .btn:nth-child(7) img, .bsp.home #sns .sns_wrap .btn:nth-child(8) img, .bsp.home #sns .sns_wrap .btn:nth-child(9) img {
    position: absolute;
    left: 5.33vw;
    width: 5.33vw;
  }
  .bsp.home #sns .sns_wrap .btn:nth-child(5) span, .bsp.home #sns .sns_wrap .btn:nth-child(6) span, .bsp.home #sns .sns_wrap .btn:nth-child(7) span, .bsp.home #sns .sns_wrap .btn:nth-child(8) span, .bsp.home #sns .sns_wrap .btn:nth-child(9) span {
    margin: 0 0 0 1em;
  }
  .bsp.home #sns .sns_wrap .btn:nth-child(3) {
    padding: 0;
  }
  .bsp.home #sns .sns_wrap .btn:nth-child(3) img {
    width: 4vw;
    left: 5.33vw;
  }
}
body.bsp.home .fullpic {
  position: relative;
}
body.bsp.home .fullpic h2 {
  position: absolute;
  bottom: 18.66vw;
  left: 5.33vw;
  color: #fff;
  font-size: 5.33vw;
  display: none;
}
body.bsp.home .btn_movie {
  width: 24.79vw;
}
body.bsp.home .btn_movie .title {
  width: 13.6vw;
  margin-left: 3.52vw;
}

@media screen and (max-width: 767px) {
  body.bsp.home .fullpic h2 {
    display: block;
  }
  body.bsp.home .btn_movie {
    width: 100%;
  }
  body.bsp.home .btn_movie .title {
    width: 47vw;
    margin-left: 8.18vw;
  }
}