@charset 'UTF-8';

/* ==========================================================================
topPage
========================================================================== */
.topPage__inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 1681px) {
  .topPage__inner {
    max-width: 61.9vw;
  }
}

@media screen and (max-width: 1023px) {
  .topPage__inner {
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .topPage__inner {
    padding: 0 1.8em;
  }
}

.topPage__view {
  padding-top: 46.7%;

  background: transparent url(./../image/topview.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .topPage__view {
    margin-top: 55px;
    padding-top: 93.7%;

    background: transparent url(./../image/topview-sp.jpg) no-repeat top center/cover;
  }
}

.topPage__map {
  position: relative;
  position: relative;

  width: 100%;
  padding-top: 44.6%;
}

@media screen and (max-width: 767px) {
  .topPage__map {
    padding-top: 100%;
  }
}

.topPage__map>iframe {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border: none;
}

.topSidebar {
  position: fixed;
  z-index: 103;
  top: 0;
  left: 0;

  width: 22.6em;
}

@media screen and (max-width: 767px) {
  .topSidebar {
    width: 100%;
  }
}

.topSidebar__menus {
  padding-top: 3.3em;

  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .topSidebar__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: .8em .9em;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
  }
}

.topSidebar__logo {
  display: block;

  width: 12.4em;
  height: 13.3em;
  margin: 0 auto 3.3em;

  background: transparent url(./../image/logo-pc.svg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .topSidebar__logo {
    width: 15.7em;
    height: 4.2em;
    margin: auto 0;

    background: transparent url(./../image/logo-sp.svg) no-repeat top center/cover;
  }
}

.topSidebar__menu {
  height: 100vh;

  background-color: rgba(28, 80, 161, .03);
}

@media screen and (max-width: 767px) {
  .topSidebar__menu {
    display: none;
  }
}

.topSidebar__item {
  font-size: 1em;

  position: relative;

  -webkit-transition: all .3s;

  transition: all .3s;

  border-bottom: 1px dotted #1c50a1;
}

.topSidebar__item a {
  line-height: 1.5;

  display: block;

  width: 100%;
  height: 100%;
  padding: 1.7em 2em 1.7em 2em;
}

.topSidebar__item::before {
  position: absolute;
  top: 46%;
  right: 2em;

  width: .6em;
  height: .6em;

  content: '';
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%);
  transform: rotate(45deg);

  border-top: 1px solid #1c50a1;
  border-right: 1px solid #1c50a1;
}

.topSidebar__item:hover {
  background-color: rgba(28, 80, 161, .06);
}

.topSidebar__item:hover .sub-menu {
  visibility: visible;

  opacity: 1;
}

.topSidebar__item .sub-menu {
  position: absolute;
  top: 50%;
  left: 100%;

  visibility: hidden;

  width: 13.3em;
  padding: .1em 2em .8em 2em;

  -webkit-transition: all .3s;

  transition: all .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  opacity: 0;
  background-color: rgba(28, 80, 161, .8);
}

@media screen and (max-width: 1023px) {
  .topSidebar__item .sub-menu {
    width: 15em;
  }
}

.topSidebar__subitem {
  font-size: .8em;

  position: relative;

  border-bottom: 1px dotted #fff;
}

.topSidebar__subitem a {
  line-height: 1;

  padding: 1.1em .9em;

  color: #fff;
}

.topSidebar__subitem::before {
  position: absolute;
  top: 41%;
  right: .8em;

  width: .7em;
  height: .7em;

  content: '';
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%);
  transform: rotate(45deg);

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.topSidebar__sp-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .topSidebar__sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }
}

.topSidebar__icon-text {
  font-family: din-condensed, sans-serif;
  font-size: 2.3em;

  text-align: center;
}

@media screen and (max-width: 767px) {
  .topSidebar__icon-text {
    font-size: 1em;
    line-height: 1.3;
  }
}

.topView__container {
  position: relative;
}

.topView__slider-img {
  width: 100%;
  height: 56.6em;
}

@media screen and (max-width: 767px) {
  .topView__slider-img {
    height: 30.3em;
  }
}

.topView__slider-img:nth-of-type(1) {
  background: transparent url(./../image/topview_1.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .topView__slider-img:nth-of-type(1) {
    background: transparent url(./../image/topview-sp_1.jpg) no-repeat top center/cover;
  }
}

.topView__slider-img:nth-of-type(2) {
  background: transparent url(./../image/topview_2.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .topView__slider-img:nth-of-type(2) {
    background: transparent url(./../image/topview-sp_2.jpg) no-repeat top center/cover;
  }
}

.topView__slider-img:nth-of-type(3) {
  background: transparent url(./../image/topview_3.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .topView__slider-img:nth-of-type(3) {
    background: transparent url(./../image/topview-sp_3.jpg) no-repeat top center/cover;
  }
}

.topView__slider-img:nth-of-type(4) {
  background: transparent url(./../image/topview_4.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .topView__slider-img:nth-of-type(4) {
    background: transparent url(./../image/topview-sp_4.jpg) no-repeat top center/cover;
  }
}

.topView__slider-img:nth-of-type(5) {
  background: transparent url(./../image/topview_5.jpg) no-repeat top center/cover;
}

@media screen and (max-width: 767px) {
  .topView__slider-img:nth-of-type(5) {
    background: transparent url(./../image/topview-sp_5.jpg) no-repeat top center/cover;
  }
}

.topView__table-box {
  position: absolute;
  top: 4em;
  right: 4em;
  width: 34.7em;
  padding: 1.6em 1.6em;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .8);
}

@media screen and (max-width: 1023px) {
  .topView__table-box {
    width: 41.7em;
  }
}

@media screen and (max-width: 767px) {
  .topView__table-box {
    display: none;
  }
}

.topView__tel {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3em;
  font-weight: 600;

  display: block;
  margin-bottom: .5em;
  margin-right: .6em;

  text-align: right;

  color: #1c50a1;
}

@media screen and (max-width: 767px) {
  .topView__tel {
    font-size: 1.1em;

    margin-bottom: .3em;
  }
}

.topView__number {
  font-size: 1.7em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .topView__number {
    font-size: 1.6em;
  }
}

.topView__table {
  width: 100%;
  margin-bottom: .9em;
  font-size: .9em;
}

@media screen and (max-width: 767px) {
  .topView__table {
    margin-bottom: .7em;
  }
}

.topView__table tr {
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 767px) {
  .topView__table tr {
    font-size: 1em;
  }
}

.topView__table th {
  font-weight: 500;
  width: 8.4em;
  width: 10em;
  padding: .5em;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  .topView__table th {
    width: 11em;
  }
}

@media screen and (max-width: 767px) {
  .topView__table th {
    font-size: .9em;
    padding: .5em;
  }
}

.topView__table td {
  text-align: center;
  vertical-align: middle;
}

.topView__table .topView__table-time {
  width: 7em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .topView__table td {
    font-size: 1em;
  }

  .topView__table .topView__table-time {
    width: 5em;
    font-size: .7em;
  }
}

.topView__table-color {
  font-size: 1.2em;

  padding: .3em 0 .4em;

  color: #1c50a1;
}

.topView__table-width {
  width: 2.9em;
}

.topView__table-width-long {
  width: 5.3em;
}

@media screen and (max-width: 767px) {
  .topView__table-width-long {
    width: 4.9em;
  }
}

.topView__text {
  font-size: .8em;

  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .topView__text {
    font-size: .7em;
  }
}

.topView__heading {
  font-family: 'Noto Serif JP', serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.7;

  position: absolute;
  z-index: 2;
  right: 2.4em;
  bottom: 1.8em;

  text-align: right;

  color: #fff;
}

@media screen and (max-width: 767px) {
  .topView__heading {
    font-size: 1.2em;
    line-height: 1.5;

    right: 0;
    bottom: 1.4em;

    display: block;

    width: 100%;

    text-align: center;
  }
}

.topView__layer {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;

  height: 17em;

  opacity: .5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 80, 161, 0)), color-stop(50.25%, #1c50a1), to(#1c50a1));
  background: linear-gradient(rgba(28, 80, 161, 0) 0%, #1c50a1 50.25%, #1c50a1 100%);
}

.topView__table-box-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .topView__table-box-sp {
    display: block;

    padding: 2.9em 1.8em 2.7em;
  }
}

/* ===============================================
#スライダー
=============================================== */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  z-index: 2;
  right: -.9em;
  bottom: 1.2em;

  width: 20%;
}

@media screen and (max-width: 1023px) {
  .slick-dots {
    display: none !important;
  }
}

.slick-dots li button {
  width: 1em;
  height: 1em;

  text-indent: -9999px;

  border-radius: 50%;
  background-color: #ccc;
}

.slick-dots .slick-active button {
  background-color: #1c50a1;
}

.topMedical {
  padding-top: 4em;
  padding-bottom: 3em;

  background-image: radial-gradient(#0096dc 3%, transparent 14%);
  background-size: 13px 13px;
}

@media screen and (max-width: 767px) {
  .topMedical {
    padding-bottom: 3.5em;

    background-size: 7px 7px;
  }
}

.topMedical__heading {
  font-size: 2em;
  font-weight: 400;

  margin-bottom: 1.2em;

  text-align: center;

  color: #1c50a1;
}

@media screen and (max-width: 767px) {
  .topMedical__heading {
    font-size: 1.4em;

    margin-bottom: 1.6em;
  }
}

.topMedical__img-box {
  position: relative;

  width: 200px;
  height: 619px;
  margin: 0 auto;

  background: transparent url(./../image/mannequin.png) no-repeat top center/cover;
}

@media screen and (max-width: 1023px) {
  .topMedical__img-box {
    width: 150px;
    height: 464px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__img-box {
    width: 137px;
    height: 426px;
  }
}

.topMedical__btn {
  position: absolute;
  z-index: 1;
}

.topMedical__btn:nth-of-type(1) {
  top: 86px;
  left: -220px;
}

.topMedical__btn:nth-of-type(1):hover~.topMedical__round:nth-of-type(1) {
  border: 6px solid #0096dc;
  background-color: rgba(0, 150, 220, .3);
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(1):hover~.topMedical__round:nth-of-type(1) {
    border: 4px solid #0096dc;
  }
}

@media screen and (min-width: 1900px) {
  .topMedical__btn:nth-of-type(1) {
    top: 81px;
    left: -260px;
  }
}

@media screen and (max-width: 1023px) {
  .topMedical__btn:nth-of-type(1) {
    top: 57px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(1) {
    top: 43px;
    left: -120px;
  }
}

@media screen and (max-width: 385px) {
  .topMedical__btn:nth-of-type(1) {
    top: 45px;
    left: -100px;
  }
}

@media screen and (max-width: 350px) {
  .topMedical__btn:nth-of-type(1) {
    left: -90px;
  }
}

.topMedical__btn:nth-of-type(2) {
  top: 127px;
  right: -220px;
}

.topMedical__btn:nth-of-type(2):hover~.topMedical__round:nth-of-type(2) {
  border: 6px solid #0096dc;
  background-color: rgba(0, 150, 220, .3);
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(2):hover~.topMedical__round:nth-of-type(2) {
    border: 4px solid #0096dc;
  }
}

@media screen and (min-width: 1900px) {
  .topMedical__btn:nth-of-type(2) {
    top: 122px;
    right: -260px;
  }
}

@media screen and (max-width: 1023px) {
  .topMedical__btn:nth-of-type(2) {
    top: 88px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(2) {
    top: 73px;
    right: -117px;

    width: 100px;
  }
}

@media screen and (max-width: 385px) {
  .topMedical__btn:nth-of-type(2) {
    top: 73px;
    right: -100px;

    width: 83px;
  }
}

@media screen and (max-width: 350px) {
  .topMedical__btn:nth-of-type(2) {
    right: -90px;

    width: 73px;
  }
}

.topMedical__btn:nth-of-type(3) {
  top: 205px;
  left: -220px;
}

.topMedical__btn:nth-of-type(3):hover~.topMedical__round:nth-of-type(3) {
  border: 6px solid #0096dc;
  background-color: rgba(0, 150, 220, .3);
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(3):hover~.topMedical__round:nth-of-type(3) {
    border: 4px solid #0096dc;
  }
}

@media screen and (min-width: 1900px) {
  .topMedical__btn:nth-of-type(3) {
    top: 200px;
    left: -260px;
  }
}

@media screen and (max-width: 1023px) {
  .topMedical__btn:nth-of-type(3) {
    top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(3) {
    top: 127px;
    left: -120px;
  }
}

@media screen and (max-width: 385px) {
  .topMedical__btn:nth-of-type(3) {
    top: 129px;
    left: -100px;
  }
}

@media screen and (max-width: 350px) {
  .topMedical__btn:nth-of-type(3) {
    left: -90px;
  }
}

.topMedical__btn:nth-of-type(4) {
  top: 238px;
  right: -220px;
}

.topMedical__btn:nth-of-type(4):hover~.topMedical__round:nth-of-type(4) {
  border: 6px solid #0096dc;
  background-color: rgba(0, 150, 220, .3);
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(4):hover~.topMedical__round:nth-of-type(4) {
    border: 4px solid #0096dc;
  }
}

@media screen and (min-width: 1900px) {
  .topMedical__btn:nth-of-type(4) {
    top: 233px;
    right: -260px;
  }
}

@media screen and (max-width: 1023px) {
  .topMedical__btn:nth-of-type(4) {
    top: 172px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(4) {
    top: 150px;
    right: -117px;

    width: 100px;
  }
}

@media screen and (max-width: 385px) {
  .topMedical__btn:nth-of-type(4) {
    top: 150px;
    right: -100px;

    width: 83px;
  }
}

@media screen and (max-width: 350px) {
  .topMedical__btn:nth-of-type(4) {
    right: -90px;

    width: 73px;
  }
}

.topMedical__btn:nth-of-type(5) {
  top: 298px;
  left: -220px;
}

.topMedical__btn:nth-of-type(5):hover~.topMedical__round:nth-of-type(5) {
  border: 6px solid #0096dc;
  background-color: rgba(0, 150, 220, .3);
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(5):hover~.topMedical__round:nth-of-type(5) {
    border: 4px solid #0096dc;
  }
}

@media screen and (min-width: 1900px) {
  .topMedical__btn:nth-of-type(5) {
    top: 293px;
    left: -260px;
  }
}

@media screen and (max-width: 1023px) {
  .topMedical__btn:nth-of-type(5) {
    top: 219px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(5) {
    top: 191px;
    left: -120px;
  }
}

@media screen and (max-width: 385px) {
  .topMedical__btn:nth-of-type(5) {
    top: 193px;
    left: -100px;
  }
}

@media screen and (max-width: 350px) {
  .topMedical__btn:nth-of-type(5) {
    left: -90px;
  }
}

.topMedical__btn:nth-of-type(6) {
  top: 349px;
  right: -220px;
}

.topMedical__btn:nth-of-type(6):hover~.topMedical__round:nth-of-type(6) {
  border: 6px solid #0096dc;
  background-color: rgba(0, 150, 220, .3);
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(6):hover~.topMedical__round:nth-of-type(6) {
    border: 4px solid #0096dc;
  }
}

@media screen and (min-width: 1900px) {
  .topMedical__btn:nth-of-type(6) {
    top: 344px;
    right: -260px;
  }
}

@media screen and (max-width: 1023px) {
  .topMedical__btn:nth-of-type(6) {
    top: 260px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(6) {
    top: 220px;
    right: -117px;

    width: 100px;
  }
}

@media screen and (max-width: 385px) {
  .topMedical__btn:nth-of-type(6) {
    top: 220px;
    right: -100px;

    width: 83px;
  }
}

@media screen and (max-width: 350px) {
  .topMedical__btn:nth-of-type(6) {
    right: -90px;

    width: 73px;
  }
}

.topMedical__btn:nth-of-type(7) {
  top: 417px;
  left: -220px;
}

.topMedical__btn:nth-of-type(7):hover~.topMedical__round:nth-of-type(7) {
  border: 6px solid #0096dc;
  background-color: rgba(0, 150, 220, .3);
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(7):hover~.topMedical__round:nth-of-type(7) {
    border: 4px solid #0096dc;
  }
}

@media screen and (min-width: 1900px) {
  .topMedical__btn:nth-of-type(7) {
    top: 412px;
    left: -260px;
  }
}

@media screen and (max-width: 1023px) {
  .topMedical__btn:nth-of-type(7) {
    top: 311px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(7) {
    top: 275px;
    left: -120px;
  }
}

@media screen and (max-width: 385px) {
  .topMedical__btn:nth-of-type(7) {
    top: 276px;
    left: -100px;
  }
}

@media screen and (max-width: 350px) {
  .topMedical__btn:nth-of-type(7) {
    left: -90px;
  }
}

.topMedical__btn:nth-of-type(8) {
  top: 552px;
  left: -220px;
}

.topMedical__btn:nth-of-type(8):hover~.topMedical__round:nth-of-type(8) {
  border: 6px solid #0096dc;
  background-color: rgba(0, 150, 220, .3);
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(8):hover~.topMedical__round:nth-of-type(8) {
    border: 4px solid #0096dc;
  }
}

@media screen and (min-width: 1900px) {
  .topMedical__btn:nth-of-type(8) {
    top: 547px;
    left: -260px;
  }
}

@media screen and (max-width: 1023px) {
  .topMedical__btn:nth-of-type(8) {
    top: 410px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__btn:nth-of-type(8) {
    top: 363px;
    left: -120px;
  }
}

@media screen and (max-width: 385px) {
  .topMedical__btn:nth-of-type(8) {
    top: 365px;
    left: -100px;
  }
}

@media screen and (max-width: 350px) {
  .topMedical__btn:nth-of-type(8) {
    left: -90px;
  }
}

.topMedical__round {
  position: absolute;
  z-index: 2;

  width: 50px;
  height: 50px;

  -webkit-transition: all .3s;

  transition: all .3s;

  border: 6px solid rgba(0, 150, 220, .3);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .topMedical__round {
    width: 35px;
    height: 35px;

    border: 4px solid rgba(0, 150, 220, .3);
  }
}

.topMedical__round::before {
  position: absolute;
  top: 50%;

  height: 1px;

  content: '';

  background-color: #0096dc;
}

.topMedical__round:nth-of-type(1) {
  top: 84px;
  left: 76px;
}

.topMedical__round:nth-of-type(1)::before {
  right: calc(100% + 6px);

  width: 148px;
}

@media screen and (max-width: 1023px) {
  .topMedical__round:nth-of-type(1) {
    top: 54px;
    left: 52px;
  }

  .topMedical__round:nth-of-type(1)::before {
    width: 124px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__round:nth-of-type(1) {
    top: 58px;
    left: 53px;
  }

  .topMedical__round:nth-of-type(1)::before {
    right: calc(100% + 4px);

    width: 53px;
  }
}

.topMedical__round:nth-of-type(2) {
  top: 125px;
  left: 140px;
}

.topMedical__round:nth-of-type(2)::before {
  left: calc(100% + 6px);

  width: 82px;
}

@media screen and (max-width: 1023px) {
  .topMedical__round:nth-of-type(2) {
    top: 85px;
    left: 100px;
  }

  .topMedical__round:nth-of-type(2)::before {
    width: 72px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__round:nth-of-type(2) {
    top: 85px;
    left: 95px;
  }

  .topMedical__round:nth-of-type(2)::before {
    left: calc(100% + 4px);

    width: 25px;
  }
}

.topMedical__round:nth-of-type(3) {
  top: 203px;
  left: 77px;
}

.topMedical__round:nth-of-type(3)::before {
  right: calc(100% + 6px);

  width: 149px;
}

@media screen and (max-width: 1023px) {
  .topMedical__round:nth-of-type(3) {
    top: 147px;
    left: 52px;
  }

  .topMedical__round:nth-of-type(3)::before {
    width: 124px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__round:nth-of-type(3) {
    top: 142px;
    left: 52px;
  }

  .topMedical__round:nth-of-type(3)::before {
    right: calc(100% + 4px);

    width: 53px;
  }
}

.topMedical__round:nth-of-type(4) {
  top: 236px;
  left: 152px;
}

.topMedical__round:nth-of-type(4)::before {
  left: calc(100% + 6px);

  width: 70px;
}

@media screen and (max-width: 1023px) {
  .topMedical__round:nth-of-type(4) {
    top: 169px;
    left: 108px;
  }

  .topMedical__round:nth-of-type(4)::before {
    width: 64px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__round:nth-of-type(4) {
    top: 163px;
    left: 105px;
  }

  .topMedical__round:nth-of-type(4)::before {
    left: calc(100% + 4px);

    width: 15px;
  }
}

.topMedical__round:nth-of-type(5) {
  top: 296px;
  left: 53px;
}

.topMedical__round:nth-of-type(5)::before {
  right: calc(100% + 6px);

  width: 125px;
}

@media screen and (max-width: 1023px) {
  .topMedical__round:nth-of-type(5) {
    top: 216px;
    left: 33px;
  }

  .topMedical__round:nth-of-type(5)::before {
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__round:nth-of-type(5) {
    top: 206px;
    left: 36px;
  }

  .topMedical__round:nth-of-type(5)::before {
    right: calc(100% + 4px);

    width: 37px;
  }
}

.topMedical__round:nth-of-type(6) {
  top: 347px;
  left: 158px;
}

.topMedical__round:nth-of-type(6)::before {
  left: calc(100% + 6px);

  width: 64px;
}

@media screen and (max-width: 1023px) {
  .topMedical__round:nth-of-type(6) {
    top: 257px;
    left: 113px;
  }

  .topMedical__round:nth-of-type(6)::before {
    width: 59px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__round:nth-of-type(6) {
    top: 233px;
    left: 109px;
  }

  .topMedical__round:nth-of-type(6)::before {
    left: calc(100% + 4px);

    width: 11px;
  }
}

.topMedical__round:nth-of-type(7) {
  top: 415px;
  left: 53px;
}

.topMedical__round:nth-of-type(7)::before {
  right: calc(100% + 6px);

  width: 125px;
}

@media screen and (max-width: 1023px) {
  .topMedical__round:nth-of-type(7) {
    top: 308px;
    left: 33px;
  }

  .topMedical__round:nth-of-type(7)::before {
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__round:nth-of-type(7) {
    top: 290px;
    left: 37px;
  }

  .topMedical__round:nth-of-type(7)::before {
    right: calc(100% + 4px);

    width: 38px;
  }
}

.topMedical__round:nth-of-type(8) {
  top: 550px;
  left: 50px;
}

.topMedical__round:nth-of-type(8)::before {
  right: calc(100% + 6px);

  width: 122px;
}

@media screen and (max-width: 1023px) {
  .topMedical__round:nth-of-type(8) {
    top: 407px;
    left: 30px;
  }

  .topMedical__round:nth-of-type(8)::before {
    width: 102px;
  }
}

@media screen and (max-width: 767px) {
  .topMedical__round:nth-of-type(8) {
    top: 378px;
    left: 35px;
  }

  .topMedical__round:nth-of-type(8)::before {
    right: calc(100% + 4px);

    width: 36px;
  }
}

.topMedical__small {
  font-size: .87em;
}

.topInfo {
  padding: 5.7em 0 6.7em;
}

@media screen and (max-width: 767px) {
  .topInfo {
    padding: 7.4em 0 7.3em;
  }
}

.topInfo__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .topInfo__flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topInfo__flexbox--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

@media screen and (max-width: 1023px) {
  .topInfo__flexbox--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
  }
}

@media screen and (max-width: 767px) {
  .topInfo__flexbox--left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.topInfo__flexbox--right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

@media screen and (max-width: 1023px) {
  .topInfo__flexbox--right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
  }
}

@media screen and (max-width: 767px) {
  .topInfo__flexbox--right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.topInfo__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 9.9em;

  color: #1c50a1;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .topInfo__heading {
    width: 13.9em;
  }
}

@media screen and (max-width: 767px) {
  .topInfo__heading {
    width: 100%;
    margin-bottom: 2.7em;
  }
}

.topInfo__jp {
  font-size: .93em;

  position: relative;

  margin-right: 1em;

  text-align: center;
}

.topInfo__jp::before {
  position: absolute;
  top: 26%;
  right: -.8em;

  width: .6em;
  height: .6em;

  content: '';
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%);
  transform: rotate(45deg);

  border-top: 1px solid #1c50a1;
  border-right: 1px solid #1c50a1;
}

@media screen and (max-width: 1023px) {
  .topInfo__jp::before {
    top: 29%;
    right: -1em;
  }
}

@media screen and (max-width: 1023px) {
  .topInfo__jp::before {
    top: 36%;
    right: -.8em;

    width: .4em;
    height: .4em;
  }
}

.topInfo__news-lists {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .topInfo__news-lists {
    margin-bottom: 1.6em;
  }
}

.topInfo__border {
  margin-top: .5em;
  margin-bottom: .5em;

  border-bottom: 1px solid #1c50a1;
}

.topInfo__news-list {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 1.4em 2.6em 1.4em 1.3em;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.topInfo__news-list:hover {
  background-color: rgba(28, 80, 161, .05);
}

@media screen and (max-width: 767px) {
  .topInfo__news-list {
    padding: 1.1em 4.6em 1.1em 1.3em;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
  }
}

.topInfo__news-list::before {
  position: absolute;
  top: 45%;
  right: 1.4em;

  width: .6em;
  height: .6em;

  content: '';
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%);
  transform: rotate(45deg);

  border-top: 1px solid #1c50a1;
  border-right: 1px solid #1c50a1;
}

.topInfo__date {
  font-size: .9em;

  margin-right: 1.4em;

  color: #1c50a1;
}

@media screen and (max-width: 767px) {
  .topInfo__date {
    display: block;

    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.topInfo__news-title {
  letter-spacing: 0;
}

.topInfo__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .topInfo__link-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topInfo__btn {
  font-size: .92em;
  font-weight: 600;

  position: relative;

  display: block;
  overflow: hidden;

  width: 49.4%;
  padding: 1.4em 0 1.4em 3.1em;

  -webkit-transition: all .4s .1s;

  transition: all .4s .1s;

  color: #1c50a1;
  border-radius: 5px;
  background-color: rgba(28, 80, 161, .1);
}

@media screen and (max-width: 767px) {
  .topInfo__btn {
    width: 100%;
    padding: 1.8em 0 1.8em 1.5em;
  }

  .topInfo__btn:nth-last-of-type(1) {
    margin-top: .9em;
  }
}

.topInfo__btn::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;

  content: '';
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);

  border-right: 50px solid transparent;
  border-bottom: 5em solid #1c50a1;
}

.topInfo__btn::after {
  position: absolute;
  top: 41%;
  right: 2.9em;

  width: .5em;
  height: .5em;

  content: '';
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%);
  transform: rotate(45deg);

  border-top: 1px solid #1c50a1;
  border-right: 1px solid #1c50a1;
}

@media screen and (max-width: 1023px) {
  .topInfo__btn::after {
    top: 44%;
    right: 1.6em;

    width: .7em;
    height: .7em;
  }
}

.topInfo__btn:hover {
  -webkit-transition: all .5s;
  transition: all .5s;

  color: #fff;
}

.topInfo__btn:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.topInfo__btn:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.topSlider__img {
  height: 27em;
}

.topSlider__img img {
  height: 27em;
}

@media screen and (max-width: 767px) {
  .topSlider__img {
    height: 21.3em;
  }

  .topSlider__img img {
    height: 21.3em;
  }
}


.topAccess {
  padding-top: 6.7em;
  padding-bottom: 6.7em;

  background-color: rgba(28, 80, 161, .1);
}

@media screen and (max-width: 767px) {
  .topAccess {
    padding-top: 7.4em;
    padding-bottom: 6.9em;
  }
}

.topAccess__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

@media screen and (max-width: 767px) {
  .topAccess__flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topAccess__flexbox--left {
  width: 28.7%;
  padding-left: 2.5em;
}

@media screen and (max-width: 1023px) {
  .topAccess__flexbox--left {
    width: 24%;
  }
}

@media screen and (max-width: 767px) {
  .topAccess__flexbox--left {
    width: 100%;
    margin-bottom: 3.7em;
    padding-left: 0;

    text-align: center;
  }
}

.topAccess__flexbox--right {
  width: 71.3%;
}

@media screen and (max-width: 1023px) {
  .topAccess__flexbox--right {
    width: 76%;
  }
}

@media screen and (max-width: 767px) {
  .topAccess__flexbox--right {
    width: 100%;
  }
}

.topAccess__text {
  margin-bottom: 1.3em;

  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .topAccess__text {
    line-height: 1.9;

    margin-bottom: 1.7em;
  }
}

.topAccess__list {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .topAccess__list {
    line-height: 2;

    margin-left: 1.2em;

    text-indent: -1.2em;
  }
}

.topAccess__color {
  color: #1c50a1;
}

.topContact {
  padding-top: 6.7em;
  padding-bottom: 6.7em;
}

@media screen and (max-width: 767px) {
  .topContact {
    padding-top: 7.3em;
    padding-bottom: 0;
  }
}

.topContact__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

@media screen and (max-width: 767px) {
  .topContact__flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topContact__flexbox--left {
  width: 39.4%;
  padding-left: 2.5em;
}

@media screen and (max-width: 767px) {
  .topContact__flexbox--left {
    width: 100%;
    margin-bottom: 4em;
    padding-left: 0;

    text-align: center;
  }
}

.topContact__flexbox--right {
  width: 60.6%;
}

@media screen and (max-width: 767px) {
  .topContact__flexbox--right {
    width: 100%;
  }
}

.topContact__en {
  text-align: center;
}

.topContact__text {
  font-size: 1.2em;
  font-weight: 600;

  margin-bottom: 1.3em;

  letter-spacing: 0;

  color: #1c50a1;
}

@media screen and (max-width: 767px) {
  .topContact__text {
    margin-bottom: 1.4em;

    text-align: center;
  }
}

.topContact__tel {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
  font-weight: 600;

  display: block;

  margin-bottom: .4em;

  text-align: left;

  color: #1c50a1;
}

@media screen and (max-width: 767px) {
  .topContact__tel {
    font-size: 1.4em;

    margin-bottom: 1em;

    text-align: center;
  }
}

.topContact__number {
  font-size: 1.7em;
  font-weight: 500;
}

.topContact__table {
  width: 76%;
}

@media screen and (max-width: 767px) {
  .topContact__table {
    width: 100%;
  }
}

.topFooter {
  padding: .5em 0 .8em;

  text-align: center;

  background-color: #1c50a1;
}

@media screen and (max-width: 1023px) {
  .topFooter {
    padding: .4em 0 .7em;
  }
}

.topFooter__logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .topFooter__logo {
    display: block;

    width: 159px;
    height: 170px;
    margin: 2.5em auto 3.7em;

    background: transparent url(./../image/logo-pc.svg) no-repeat top center/cover;
  }
}

.topFooter__copy {
  font-size: .6em;

  color: #fff;
}

#ubie-dedicated-inquiry-banner_pc {
  position: absolute;
  top: 55%;
  right: 4em;
  width: 320px;
  height: 100px;
}
#ubie-dedicated-inquiry-banner_pc a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #ubie-dedicated-inquiry-banner_pc {
    top: 58%;
    width: 21.7em;
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  #ubie-dedicated-inquiry-banner_pc {
    top: 68%;
    width: 21.7em;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #ubie-dedicated-inquiry-banner_pc {
    display: none;
  }
}

#ubie-dedicated-inquiry-banner_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #ubie-dedicated-inquiry-banner_sp {
    display: block;
    width: 80%;
    height: auto;
    margin: 50px auto 0;
  }
}