/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.topVi .topVi__image {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topVi .topVi__image ul {
  margin: 0;
  padding: 0;
}
.topVi .topVi__image ul li {
  margin: 0;
  padding: 0;
}
.topVi .topVi__image ul li img {
  width: 100%;
}
.topVi .topVi__text {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__text {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 30px;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text {
    padding-left: 60px;
  }
}
.topVi .topVi__text .topVi__textTop {
  width: 319px;
  margin: 0 auto 10px auto;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__text .topVi__textTop {
    width: 438px;
    margin: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text .topVi__textTop {
    width: auto;
    margin-bottom: 60px;
  }
}
.topVi .topVi__text .topVi__textBottom {
  width: 318px;
  margin: 0 auto 60px auto;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__text .topVi__textBottom {
    width: 438px;
    margin: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text .topVi__textBottom {
    width: auto;
  }
}

/*=====================================================
  topInformation
=====================================================*/
.topInformation {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f9fcff;
}
.topInformation .topInformation__inner {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
  /*=====================================================
    topInformation__about
  =====================================================*/
  /*=====================================================
    topInformation__news
  =====================================================*/
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}
.topInformation .topInformation__inner .topInformation__about {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 0;
  list-style: none;
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__about {
    gap: 30px 0;
  }
}
.topInformation .topInformation__inner .topInformation__about li {
  width: 48%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topInformation .topInformation__inner .topInformation__about li {
    width: 19%;
  }
}
.topInformation .topInformation__inner .topInformation__about li a {
  margin: 0;
  padding: 16px;
  display: block;
  border: solid 1px var(--border-color);
  border-radius: 30px;
  text-decoration: unset;
  background-color: var(--white);
  box-shadow: 0 5px 0 0 #e3e3e3;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__about li a {
    padding: 40px;
  }
  .topInformation .topInformation__inner .topInformation__about li a:hover {
    background-color: rgba(15, 118, 224, 0.062745098);
  }
  .topInformation .topInformation__inner .topInformation__about li a:hover .topInformation__aboutText {
    color: var(--base-color);
  }
  .topInformation .topInformation__inner .topInformation__about li a:hover .topInformation__aboutText::after {
    right: -15px;
    background-image: url(/images/icon_arrow_on_l_right.svg);
  }
}
.topInformation .topInformation__inner .topInformation__about li a .topInformation__aboutImage {
  margin: 0;
  padding: 0;
  text-align: center;
  transform: scale(0.75);
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__about li a .topInformation__aboutImage {
    margin-bottom: 20px;
    transform: scale(1);
  }
}
.topInformation .topInformation__inner .topInformation__about li a .topInformation__aboutText {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.7777777778rem;
  text-align: center;
  color: var(--black);
  letter-spacing: 0.01rem;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__about li a .topInformation__aboutText {
    padding-right: 30px;
    position: relative;
    font-size: 18px;
    font-size: 1rem;
  }
  .topInformation .topInformation__inner .topInformation__about li a .topInformation__aboutText::after {
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    content: "";
    position: absolute;
    right: -5px;
    top: 2px;
    background-image: url(/images/icon_arrow_black_l_right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.2s;
  }
}
.topInformation .topInformation__inner .topInformation__news {
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__news {
    margin-bottom: 70px;
  }
}
.topInformation .topInformation__inner .topInformation__news .topNews__tab {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topInformation .topInformation__inner .topInformation__news .topNews__tab .news__button {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__news .topNews__tab .news__button {
    justify-content: flex-start;
    gap: 0 5px;
  }
}
.topInformation .topInformation__inner .topInformation__news .topNews__tab .news__button li {
  width: 32%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__news .topNews__tab .news__button li {
    width: 23%;
  }
}
.topInformation .topInformation__inner .topInformation__news .topNews__tab .news__button li a {
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: var(--white);
  text-align: center;
  border-top: solid 1px var(--base-color);
  border-right: solid 1px var(--base-color);
  border-left: solid 1px var(--base-color);
  border-radius: 10px 10px 0 0;
  background-color: var(--base-color);
  transition: all 0.2s;
  transform: translateY(1px);
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__news .topNews__tab .news__button li a {
    padding: 16px 0;
    border-radius: 20px 20px 0 0;
  }
}
.topInformation .topInformation__inner .topInformation__news .topNews__tab .news__button li.on a {
  background-color: var(--white);
  color: var(--base-color);
  pointer-events: none;
}
.topInformation .topInformation__inner .topInformation__news .topInformation__newsInner {
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  border: solid 1px var(--base-color);
  border-radius: 0 0 10px 10px;
  background-color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topInformation .topInformation__inner .topInformation__news .topInformation__newsInner {
    padding: 60px 100px;
    border-radius: 0 0 20px 20px;
  }
}

/*=====================================================
  topClinic
=====================================================*/
.topClinic {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(/images/top/clinic_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.topClinic .topClinic__inner {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
}
@media print, screen and (min-width: 1280px) {
  .topClinic .topClinic__inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}
.topClinic .topClinic__inner .topClinic__contents {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topClinic .topClinic__inner .topClinic__contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1280px) {
  .topClinic .topClinic__inner .topClinic__contents {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
  }
}
.topClinic .topClinic__inner .topClinic__contents li {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  border-radius: 30px;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .topClinic .topClinic__inner .topClinic__contents li {
    width: 32%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topClinic .topClinic__inner .topClinic__contents li {
    width: 30%;
  }
}
.topClinic .topClinic__inner .topClinic__contents li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 1280px) {
  .topClinic .topClinic__inner .topClinic__contents li .topClinic__image img {
    width: 100%;
  }
}
.topClinic .topClinic__inner .topClinic__contents li .topClinic__bottom {
  margin: 0;
  padding: 26px 30px 30px 30px;
}
@media print, screen and (min-width: 768px) {
  .topClinic .topClinic__inner .topClinic__contents li .topClinic__bottom .button {
    min-width: 170px;
    padding: 14px 48px 14px 16px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topClinic .topClinic__inner .topClinic__contents li .topClinic__bottom .button {
    min-width: 280px;
    padding: 14px 28px 14px 16px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topClinic .topClinic__inner .topClinic__contents li .topClinic__bottom {
    padding: 30px 40px 40px 40px;
  }
}
.topClinic .topClinic__inner .topClinic__contents li .topClinic__bottom .topClinic__title {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1280px) {
  .topClinic .topClinic__inner .topClinic__contents li .topClinic__bottom .topClinic__title {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}

/*=====================================================
  topMember
=====================================================*/
.topMember {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--white);
}
.topMember .topMember__inner {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
}
@media print, screen and (min-width: 768px) {
  .topMember .topMember__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1280px) {
  .topMember .topMember__inner {
    padding: 80px 20px;
  }
}
.topMember .topMember__inner a {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border: solid 1px var(--border-color);
  border-radius: 10px;
  text-decoration: none;
  color: var(--black);
  background-color: var(--white);
  transition: all 0.2s;
}
.topMember .topMember__inner a:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .topMember .topMember__inner a {
    width: 49%;
    margin-bottom: 0;
    padding: 26px 40px 26px 85px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topMember .topMember__inner a {
    padding-left: 140px;
  }
  .topMember .topMember__inner a:hover {
    color: var(--base-color);
    background-color: rgba(15, 118, 224, 0.062745098);
  }
}
.topMember .topMember__inner a .topMember__image {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 9px;
  align-content: center;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .topMember .topMember__inner a .topMember__image {
    left: 49px;
  }
}
.topMember .topMember__inner a .topMember__image > img {
  width: 60%;
}
@media print, screen and (min-width: 1280px) {
  .topMember .topMember__inner a .topMember__image > img {
    width: 100%;
  }
}
.topMember .topMember__inner a p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1280px) {
  .topMember .topMember__inner a p {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.topMember .topMember__inner a p.topMember__small {
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.3;
}
@media print, screen and (min-width: 1280px) {
  .topMember .topMember__inner a p.topMember__small {
    font-size: 18px;
    font-size: 1rem;
  }
}

/*=====================================================
  topPR
=====================================================*/
.topPR {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fffceb;
}
.topPR .topPR__inner {
  width: 100%;
  margin: 0;
  padding: 40px;
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner {
    max-width: 1780px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}
.topPR .topPR__inner .topPR__title {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.3333333333rem;
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__title {
    font-size: 48px;
    font-size: 2.6666666667rem;
    margin-bottom: 40px;
  }
}
.topPR .topPR__inner .topPR__contents {
  width: 100%;
  margin: 0;
  padding: 0;
  /*=====================================================
    slick
  =====================================================*/
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__contents {
    margin: 0 auto;
  }
}
.topPR .topPR__inner .topPR__contents ul {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__contents ul {
    max-width: 1600px;
    margin: 0 70px;
  }
}
.topPR .topPR__inner .topPR__contents ul .slick-track {
  display: flex;
}
.topPR .topPR__inner .topPR__contents ul .slick-track::before, .topPR .topPR__inner .topPR__contents ul .slick-track::after {
  content: unset;
}
.topPR .topPR__inner .topPR__contents ul li {
  margin: 0;
  padding: 0 0 5px 0;
}
.topPR .topPR__inner .topPR__contents ul li.slick-slide {
  float: unset;
  height: unset;
}
.topPR .topPR__inner .topPR__contents ul li a {
  height: 100%;
  margin: 0 10px;
  padding: 20px;
  display: block;
  border: solid 1px var(--border-color);
  border-radius: 30px;
  text-decoration: none;
  color: var(--black);
  transition: all 0.2s;
  background-color: var(--white);
  box-shadow: 0 5px 0 0 #e3e3e3;
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__contents ul li a {
    padding: 40px;
  }
  .topPR .topPR__inner .topPR__contents ul li a:hover {
    color: var(--base-color);
    background-color: rgb(235, 244, 255);
  }
}
.topPR .topPR__inner .topPR__contents ul li a .topPR__name {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: 900;
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__contents ul li a .topPR__name {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.topPR .topPR__inner .topPR__contents ul li a .topPR__info {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 500;
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__contents ul li a .topPR__info {
    font-size: 18px;
    font-size: 1rem;
  }
}
.topPR .topPR__inner .topPR__contents .slick-prev, .topPR .topPR__inner .topPR__contents .slick-next {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}
@media print, screen and (min-width: 768px) {
  .topPR .topPR__inner .topPR__contents .slick-prev, .topPR .topPR__inner .topPR__contents .slick-next {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__contents .slick-prev, .topPR .topPR__inner .topPR__contents .slick-next {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
.topPR .topPR__inner .topPR__contents .slick-prev::before, .topPR .topPR__inner .topPR__contents .slick-next::before {
  display: none;
}
.topPR .topPR__inner .topPR__contents .slick-prev {
  background-image: url(/images/icon_arrow_primary_l_left.svg);
}
@media print, screen and (min-width: 768px) {
  .topPR .topPR__inner .topPR__contents .slick-prev {
    left: -36px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__contents .slick-prev {
    left: -65px;
  }
}
.topPR .topPR__inner .topPR__contents .slick-next {
  background-image: url(/images/icon_arrow_primary_l_right.svg);
}
@media print, screen and (min-width: 768px) {
  .topPR .topPR__inner .topPR__contents .slick-next {
    right: -36px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topPR .topPR__inner .topPR__contents .slick-next {
    right: -65px;
  }
}

/*=====================================================
  topBanner
=====================================================*/
.topBanner {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topBanner .topBanner__inner {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
}
@media print, screen and (min-width: 1280px) {
  .topBanner .topBanner__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}
.topBanner .topBanner__inner ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .topBanner .topBanner__inner ul {
    justify-content: flex-start;
    gap: 20px;
  }
}
.topBanner .topBanner__inner ul li {
  width: 48%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topBanner .topBanner__inner ul li {
    width: 31.5%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topBanner .topBanner__inner ul li {
    width: auto;
  }
}
.topBanner .topBanner__inner ul li a {
  transition: opacity 0.2s;
}
.topBanner .topBanner__inner ul li a:hover {
  opacity: 0.6;
}