@charset "utf-8";
/* CSS Document */
nav li, nav li a {
  color: #000;
}
/* mv */
#mv {
  text-align: center;
  background: url(../images/index/kv_pc.jpg) center center no-repeat;
  background-size: 100% auto;
  height: 390px;
}
#mv h1 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 6.133333333333333vw;
  font-weight: bold;
  padding-top: 15vw;
}
#mv h1 span {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2vw;
  display: block;
}
@media screen and (max-width:767px) {
  body {
    font-size: 0.16rem;
  }
  html {
    font-size: calc(100vw / 7.5);
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    margin: 0 5.33333%;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
  }
  .btn a {
    width: 78.8vw;
    padding: 6.1333vw 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.28rem;
    color: #fff;
    background: #000;
    margin: 0 auto;
    border-radius: 13.33333vw;
    display: inline-block;
    position: relative;
    box-shadow: 20px 20px 20px 0px #008ef8;
  }
  /* mv */
  #mv {
    background: url(../images/index/kv_sp.jpg) center center no-repeat;
    background-size: 100% auto;
    height: 0;
    position: relative;
    padding-bottom: 46.66666666666667%;
  }
  #mv.inner {
    margin: 0;
  }
  .ba_index .sec01 {
    padding: 10.533333% 0 8%;
  }
  .ba_index .sec01 .inner {
    margin: 0 10.666666%;
  }
  .ba_index .ba_inner {
    text-align: left;
    margin-top: 12.26666%;
  }
  .ba_index .sec01 .inner .ba_inner:first-child {
    margin-top: 0;
  }
  .ba_index .ba_inner .name {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .ba_index .ba_inner .planname {
    font-size: .24rem;
    font-weight: bold;
    padding: 4% 0;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ba_index .ba_inner .planname span {
    width: 21.3333vw;
    background: #fff;
    border-radius: 4px;
    padding: 2% 0;
    text-align: center;
    margin-right: 3.733333vw;
    display: inline-block;
    vertical-align: baseline;
  }
  /*ba_patient*/
  .ba_patient #breadcrumbs, .ba_patient #ba_main, .ba_patient section {
    background: #00aafa;
  }
  #ba_main {
    padding: 16.66666% 5.33333% 0;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  #ba_main h1 {
    background: url("../../images/h2_bg_pc.png");
    background-size: cover;
    font-size: 0.48rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3333;
    padding: 8.8% 5.36666% 12.8% 0;
    margin: 0 0 0 5.36666%;
  }
  #ba_main p {
    font-size: .30rem;
  }
  .ba_patient .sec01 {
    padding: 8% 5.3333% 17.066666%;
  }
  .ba_container {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 6.66666% 5.3333% 16%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .ba_container_parts_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ba_container_parts {
    margin-top: 13.333333%;
  }
  .ba_container_parts:nth-child(1), .ba_container_parts:nth-child(2) {}
  .ba_container_parts h3 {
    font-size: .32rem;
    text-align: left;
  }
  .ba_box {
    display: flex;
    justify-content: space-between;
    margin-top: 6.6666%;
  }
  .ba_before, .ba_after {
    width: 48%;
  }
  .balloon {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em;
    padding: 2vw 0;
    width: 100%;
    color: #000;
    font-size: .26rem;
    background: #e9ebec;
    border-radius: 30px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
  }
  .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2vw;
    border: 2vw solid transparent;
    border-top: 2vw solid #e9ebec;
  }
  .balloon p {
    margin: 0;
    padding: 0;
  }
  .ba_after .balloon {
    background: #ff0;
  }
  .ba_after .balloon:before {
    border-top: 2vw solid #ff0;
  }
  .ba_container_price_area .plan_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ba_container_price_area .plan_box .planname {
    width: 100%;
    font-size: .24rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 4% 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
  }
  .ba_container_price_area .plan_box .planname:nth-child(1) {
    padding-top: 0;
  }
  .ba_container_price_area .plan_box .planname:nth-child(4) {
    border-bottom: none;
  }
  .ba_container_price_area .plan_box span {
    width: 21.33333vw;
    background: #ff0;
    border-radius: 4px;
    padding: 2% 0;
    text-align: center;
    margin-right: 4vw;
    display: inline-block;
    vertical-align: baseline;
  }
  .ba_patient .sec02 {
    padding: 0 0 15.6%;
    background: linear-gradient(to bottom, #00aafa 0%, #00aafa 28%, #fff 28%, #fff 100%);
  }
  .ba_patient .sec02 .inner {
    margin-top: 10.3333%;
  }
  .ba_patient .sec02 h2, .ba_patient .sec03 h2, .ba_patient #other_patient h2 {
    font-size: .48rem;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: bold;
    color: #000;
  }
  .ba_patient .sec02 h2 span, .ba_patient .sec03 h2 span, .ba_patient #other_patient h2 span {
    font-size: .24rem;
	font-family: 'Roboto', sans-serif;
    vertical-align: super;
  }
  .ba_patient .sec02_img01 {}
  .ba_patient .sec02_img01 img {
    filter: drop-shadow(10px 10px 20px rgba(0, 170, 250, .4));
    -moz-filter: drop-shadow(10px 10px 20px rgba(0, 170, 250, .4));
    -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 170, 250, .4));
    -ms-filter: drop-shadow(10px 10px 20px rgba(0, 170, 250, .4));
    border-radius: 10px;
  }
  .balloon-right {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    padding: 2%;
    width: 10.6666%;
	font-family: 'Bebas Neue', sans-serif;
    font-size: .28rem;
    color: #000;
    background: #00aafa;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 28%;
    right: -16px;
    border: 8px solid transparent;
    border-left: 8px solid #00aafa;
    z-index: 1;
  }
  .a .balloon-right {
    background: #ff0;
    color: #000;
  }
  .a .balloon-right:after {
    border-left: 8px solid #ff0;
  }
  .qa_box {
    text-align: left;
    font-size: .26rem;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .q, .a {
    font-weight: bold;
    display: flex;
    align-items: baseline;
  }
  .q {
    margin-top: 13.3333vw;
  }
  .q:first-child {
    margin-top: 12vw;
  }
  .a {
    margin-top: 8.53333vw;
  }
  .ba_patient .sec03 {
    padding: 13.3333vw 0 0;
    background: #00aafa;
  }
  .ba_patient .sec03 .inner {
    margin-top: 14vw;
    background: #fff;
    border-radius: 8px;
    padding: 0 0 8%;
    filter: drop-shadow(60px 20px 50px rgba(0, 170, 250, .4));
    -moz-filter: drop-shadow(60px 20px 50px rgba(0, 170, 250, .4));
    -webkit-filter: drop-shadow(60px 20px 50px rgba(0, 170, 250, .4));
    -ms-filter: drop-shadow(60px 20px 50px rgba(0, 170, 250, .4));
  }
  .ba_patient .flow_box {
    padding: 4% 5.3333% 8%;
    font-weight: bold;
  }
  .ba_patient .flow_box .round {
    font-size: .28rem;
    color: #00aafa;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
	line-height: 1;
  }
  .ba_patient .flow_box .flow_img {
    width: 50%;
    margin-right: 4%;
  }
  .ba_patient .flow_box .flow_flex {
    display: flex;
  }
  .ba_patient .flow_box .flow_txt {
    width: 46%;
	font-size: .22rem;
    font-weight: bold;
    line-height: 1.7;
  }
  .ba_patient .flow_box h3 {
    font-size: .32rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 4% 0;
  }
  .ba_bottom_yajirusi {
    margin: 0 auto;
    filter: drop-shadow(20px 20px 40px rgba(238, 185, 0, .6));
    -moz-filter: drop-shadow(20px 20px 40px rgba(238, 185, 0, .6));
    -webkit-filter: drop-shadow(20px 20px 40px rgba(238, 185, 0, .6));
    -ms-filter: drop-shadow(20px 20px 40px rgba(238, 185, 0, .6));
    width: 17.33333vw;
    margin: 0 auto;
  }
  article#other_patient {
    padding: 21.46666% 0 20%;
    background: #00aafa;
	position: relative;
  }
  /*swiper*/
  .swiper5.swiper-container {
    width: 100%;
    padding-bottom: 12%;
  }
  .swiper5 .swiper-wrapper {
    width: 100%;
  }
  .swiper5 .swiper-slide {
    width: 100%;
    padding: 0 20px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .swiper-pagination-bullet {
    opacity: 1 !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 0 2px !important;
  }
  .swiper-pagination-bullet-active {
    background: url("../../images/slider_on.png")no-repeat !important;
    background-size: contain !important;
    width: 6.4vw !important;
    height: 8.9333vw !important;
    position: relative;
    top: 3vw;
  }
  .swiper5 .swiper_inner {
    text-align: left;
  }
  .swiper5 .name {
    text-align: center;
    font-size: .30rem;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .btn a {
    width: 78.8vw;
    padding: 6.1333vw 0 6.1333vw 6vw;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.28rem;
    color: #fff;
    background: #000;
    margin: 0 auto;
    border-radius: 13.33333vw;
    display: inline-block;
    position: relative;
    box-shadow: 20px 20px 20px 0px #008ef8;
  }
  #other_patient .btn a {
    width: 78.66666666%;
    margin: 17.33333% auto 0;
    padding: 6.1333vw 0 6.1333vw 5.3333vw;
    display: block;
    position: relative;
    box-shadow: 20px 20px 20px 0px #008ef8;
  }
  #other_patient .btn a:before {
    position: absolute;
    content: url("../images/ba_btn_before.png");
    top: 29%;
    left: 30px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
}
@media screen and (min-width:768px) {
  /* header */
  header, nav {
    background: #fff;
  }
  header {
    height: 65px;
    /*position: static;*/
  }
  nav .logo {
    padding-top: 5px;
  }
  .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  /* mv */
  #mv {
    margin-bottom: 0;
  }
  #mv h1 {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 36px;
    line-height: 50px;
    padding-top: 145px;
  }
  #mv h1 span {
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
  }
  /*ba_index*/
  .ba_index .sec01 {
    padding: 48px 55px 80px;
  }
  .ba_index .sec01 .inner {
    max-width: 1170px;
  }
  .ba_index .ba_inner {
    width: 300px;
    margin: 55px 45px 0;
    text-align: left;
    display: inline-block;
    float: left;
  }
  .ba_index .ba_inner .name {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .ba_index .ba_inner .planname {
    font-size: 12px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    line-height: 1.15;
    display: flex;
    align-items: center;
  }
  .ba_index .ba_inner .planname span {
    width: 80px;
    background: #fff;
    border-radius: 4px;
    padding: 7px 0;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    vertical-align: baseline;
  }
  .ba_index .ba_inner a {
    position: relative;
    display: block;
  }
  .ba_index .ba_inner a:after {
    opacity: 0;
    content: url("../../images/more_btn.png");
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 10px;
    right: 10px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .ba_index .ba_inner a:hover:after {
    transition: all .5s ease;
    opacity: 1;
    transform: scale(0.6, 0.6);
  }
  /*ba_patient*/
  .ba_patient #breadcrumbs, .ba_patient #ba_main, .ba_patient section {
    background: #00aafa;
  }
  #ba_main {
    padding: 53px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  #ba_main .inner {
    display: flex;
    align-items: center;
  }
  #ba_main h1 {
    background: url("../images/h1_bg_pc.png") no-repeat;
    width: 630px;
    background-size: contain;
    font-size: 32px;
    line-height: 1.3479;
    margin-top: 28px;
    padding: 40px 20px 75px 30px;
    display: inline-block;
  }
  #ba_main .main_h1 {
    order: 1;
  }
  #ba_main .main_img {
    margin-left: 55px;
  }
  #ba_main img {
    width: 330px;
    margin-right: 60px;
  }
  #ba_main p {
    font-size: 18px;
  }
  .ba_patient .sec01 {
    padding: 28px 0 155px;
  }
  .ba_container {
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 55px 40px 40px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .ba_container_parts_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ba_container_parts {
    margin-top: 65px;
  }
  .ba_container_parts:nth-child(1), .ba_container_parts:nth-child(2) {
    margin-top: 50px;
  }
  .ba_container_parts h3 {
    font-size: 20px;
  }
  .ba_box {
    display: flex;
    justify-content: space-between;
    width: 480px;
    margin-top: 28px;
  }
  .ba_before, .ba_after {
    width: 230px;
  }
  .balloon {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em;
    padding: 7px 10px;
    min-width: 120px;
    width: 100%;
    color: #000;
    font-size: 14px;
    background: #e9ebec;
    border-radius: 15px;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #e9ebec;
  }
  .balloon p {
    margin: 0;
    padding: 0;
  }
  .ba_after .balloon {
    background: #ff0;
  }
  .ba_after .balloon:before {
    border-top: 10px solid #ff0;
  }
  .ba_container_price_area {
    padding: 44px 40px;
    background: #e9ebec;
    border-radius: 5px;
  }
  .ba_container_price_area .plan_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ba_container_price_area .plan_box .planname {
    width: 440px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 15px 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .ba_container_price_area .plan_box .planname:nth-child(1), .ba_container_price_area .plan_box .planname:nth-child(2) {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
  }
  .ba_container_price_area .plan_box .planname:nth-child(3), .ba_container_price_area .plan_box .planname:nth-child(4) {
    padding-top: 25px;
    border-top: 1px solid #000;
  }
  .ba_container_price_area .plan_box span {
    width: 80px;
    background: #fff;
    border-radius: 4px;
    padding: 7px 0;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    vertical-align: baseline;
  }
  .ba_patient .sec02 {
    padding: 80px 0 133px;
    background: #fff;
  }
  .ba_patient .sec02 .inner {
    margin-top: 84px;
  }
  .ba_patient .sec02 h2, .ba_patient .sec03 h2, .ba_patient #other_patient h2 {
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  .ba_patient .sec02 h2 span, .ba_patient .sec03 h2 span, .ba_patient #other_patient h2 span {
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
    vertical-align: super;
  }
  .ba_patient .sec02_img01 {
    float: left;
  }
  .ba_patient .sec02_img01 img {
    width: 520px;
    filter: drop-shadow(10px 10px 20px rgba(0, 170, 250, .4));
    -moz-filter: drop-shadow(10px 10px 20px rgba(0, 170, 250, .4));
    -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 170, 250, .4));
    -ms-filter: drop-shadow(10px 10px 20px rgba(0, 170, 250, .4));
    border-radius: 10px;
  }
  .balloon-right {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    padding: 7px 10px;
    width: 48px;
    color: #000;
	font-family: 'Bebas Neue', sans-serif;
    font-size: 14px;
    background: #00aafa;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 28%;
    right: -16px;
    border: 8px solid transparent;
    border-left: 8px solid #00aafa;
    z-index: 1;
  }
  .a .balloon-right {
    background: #ff0;
    color: #000;
    padding-left: 14px;
  }
  .a .balloon-right:after {
    border-left: 8px solid #ff0;
  }
  .qa_box {
    float: right;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .q, .a {
    font-weight: bold;
    width: 520px;
    display: flex;
    align-items: baseline;
  }
  .q {
    margin-top: 64px;
  }
  .q:first-child {
    margin-top: 0;
  }
  .a {
    margin-top: 28px;
  }
  .ba_patient .sec03 {
    padding: 80px 0 0;
  }
  .ba_patient .sec03 .inner {
    margin-top: 84px;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 58px;
    filter: drop-shadow(60px 20px 50px rgba(0, 170, 250, .4));
    -moz-filter: drop-shadow(60px 20px 50px rgba(0, 170, 250, .4));
    -webkit-filter: drop-shadow(60px 20px 50px rgba(0, 170, 250, .4));
    -ms-filter: drop-shadow(60px 20px 50px rgba(0, 170, 250, .4));
  }
  .ba_patient .flow_box {
    display: flex;
    align-items: center;
    padding: 56px 61px 20px;
    font-weight: bold;
  }
  .ba_patient .flow_box .round {
    width: 78px;
    border-radius: 50%;
    height: 78px;
    line-height: 1.1;
    padding: 18px 0px;
    text-align: center;
    background: #00aafa;
    font-size: 14px;
    margin: 12px 40px 0 0;
    color: #fff;
    filter: drop-shadow(10px 25px 35px rgba(0, 170, 250, .4));
    -moz-filter: drop-shadow(10px 25px 35px rgba(0, 170, 250, .4));
    -webkit-filter: drop-shadow(10px 25px 35px rgba(0, 170, 250, .4));
    -ms-filter: drop-shadow(10px 25px 35px rgba(0, 170, 250, .4));
	font-family: 'Roboto', sans-serif;
    font-weight: normal;
  }
  .ba_patient .flow_box .round span {
	font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
  }
  .ba_patient .flow_box .flow_flex {
    display: flex;
  }
  .ba_patient .flow_box .flow_img {
    width: 220px;
    margin-right: 40px;
  }
  .ba_patient .flow_box .flow_txt {
    width: 578px;
  }
  .ba_patient .flow_box h3 {
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 25px;
  }
  .ba_bottom_yajirusi {
    margin: 0 auto;
    width: 118px;
    filter: drop-shadow(30px 40px 40px rgba(0, 170, 250, .4));
    -moz-filter: drop-shadow(30px 40px 40px rgba(0, 170, 250, .4));
    -webkit-filter: drop-shadow(30px 40px 40px rgba(0, 170, 250, .4));
    -ms-filter: drop-shadow(30px 40px 40px rgba(0, 170, 250, .4));
  }
  article#other_patient {
    padding: 184px 0 75px;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
  }
  /*swiper*/
  .swiper5.swiper-container {
    text-align: left;
    width: 1080px;
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .swiper5 .swiper-slide {}
  .swiper5 .swiper_inner {
    width: 360px;
    margin: 0 auto;
  }
  .swiper5 .swiper_inner_inner {
    width: 300px;
    margin: 0 auto;
  }
  #other_patient .swiper-button-prev, #other_patient .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
  }
  .swiper-pagination-bullet {
    opacity: 1 !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 0 4px !important;
  }
  .swiper-pagination-bullet-active {
    background: url("../../images/slider_on.png")no-repeat center center !important;
    background-size: contain !important;
    width: 24px !important;
    height: 52px !important;
    position: relative;
    top: 16px;
  }
  .swiper5 .name {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .swiper5 .planname {
    font-size: 12px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .swiper5 .planname span {
    width: 80px;
    background: #fff;
    border-radius: 4px;
    padding: 7px 0;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    vertical-align: baseline;
  }
  .swiper5 a {
    position: relative;
    display: block;
  }
  .swiper5 a:after {
    opacity: 0;
    content: url("../../images/more_btn.png");
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 10px;
    right: 10px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .swiper5 a:hover:after {
    transition: all .5s ease;
    opacity: 1;
    transform: scale(0.6, 0.6);
  }
  #other_patient .btn a {
    width: 300px;
    padding: 22px 0 22px 20px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #000;
    margin: 72px auto 0;
    border-radius: 50px;
    display: block;
    position: relative;
    box-shadow: 20px 20px 20px 0px #008ef8;
  }
  #other_patient .btn a:before {
    position: absolute;
    content: url("../images/ba_btn_before.png");
    top: 29%;
    left: 30px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
}