.mainvisual {
  padding-bottom: 30px !important;
  width: 100%;
  background: none !important;
}
.mainvisual__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 900px;
}
@media screen and (max-width: 767px) {
  .mainvisual__wrapper {
    max-height: 500px;
  }
}
.mainvisual__logo {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 0 0 5px 5px;
  width: 240px;
  height: 240px;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mainvisual__logo {
    width: 120px;
    height: 120px;
  }
}
.mainvisual__logo img {
  width: 100%;
}
.mainvisual__logo a {
  display: block;
  width: 70.83%;
}
.mainvisual__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}
.mainvisual__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 32px 0;
  width: 4.17%;
}
@media screen and (max-width: 767px) {
  .mainvisual__nav {
    width: 15%;
  }
}
.mainvisual__nav-item {
  position: relative;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #e5eef5;
  cursor: pointer;
}
.mainvisual__nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 0;
  height: 0;
  background: #00599d;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mainvisual__nav-item.active::before, .mainvisual__nav-item:hover::before {
  width: 100%;
  height: 100%;
}
.mainvisual__slider {
  border-radius: 0 0 0 10px;
  width: 95.83%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual__slider {
    width: 85%;
  }
}
.mainvisual__splide {
  width: 100%;
  height: 100%;
}
.mainvisual__splide .splide__track {
  width: 100%;
  height: 100%;
}
.mainvisual__splide .splide__slide, .mainvisual__splide .splide__list, .mainvisual__splide .splide__track, .mainvisual__slide-container, .mainvisual__slide-container img {
  border-radius: 0 0 0 10px;
}
.mainvisual__slide-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainvisual__slide-container img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual__note {
  position: absolute;
  top: 64px;
  right: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  border-radius: 10px;
  padding: 43px 0;
  width: 100%;
  max-width: 535px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .mainvisual__note {
    top: unset;
    bottom: 5%;
    right: 5%;
    gap: 12px;
    padding: 21px 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mainvisual__note--400 {
  max-width: 400px;
}
.mainvisual__note-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 2em;
  color: #00599d;
}
@media screen and (max-width: 767px) {
  .mainvisual__note-text {
    font-size: 12px;
  }
}
.mainvisual__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2083333333em;
  color: #fff;
  background: #00599d;
}
@media screen and (max-width: 767px) {
  .mainvisual__number {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

.overflow {
  overflow: hidden;
}

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

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

.table01 th,
.table01 td {
  padding: 2% 0;
}
/*# sourceMappingURL=main.css.map */
