/* ========================================
   Hero
======================================== */
/*------------
Hero01
--------------*/
.hero01 {
  position: relative;
}

.hero01 .splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero01 .splide__pagination {
  justify-content: flex-end;
  position: absolute;
  right: 45px;
  bottom: 30px;
  z-index: 1;
}

.hero01 .splide__pagination .splide__pagination__page.is-active {
  background: #0075C2;
}

.hero01-catch {
  position: absolute;
  /* bottom: 40%; */
  bottom: 140px;
  left: 6%;
  z-index: 5;
}

.hero01-catch .ttl {
  color: #0075C2;
  font-size: 65px;
  font-family: var(--font_jp);
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
  text-shadow: #fff 1px 1px 10px, #fff -1px -1px 10px,
    #fff -1px 1px 10px, #fff 1px -1px 10px;
}

.hero01-catch .sub-ttl {
  font-size: 20px;
  font-family: var(--font_jp);
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: 40px;
  text-shadow: #fff 1px 1px 10px, #fff -1px -1px 10px,
    #fff -1px 1px 10px;
}

@media (max-width: 782px) {
  .hero01 .splide__slide img {
    height: auto;
  }

  .hero01 .splide__pagination {
    display: none;
  }

  .hero01-catch {
    bottom: 50px;
    left: 5%;
  }

  .hero01-catch .ttl {
    font-size: 30px;
  }

  .hero01-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero02
--------------*/
.hero02 {
  padding: 200px 0 100px;
  position: relative;
}

.hero02::before {
  content: "";
  background: #f1f1f1;
  display: block;
  width: 25vw;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.hero02 .wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero02 .splide {
  margin-left: auto;
  width: 650px;
}

.hero02 .splide__pagination {
  display: none;
}

.hero02-catch {
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 5;
}

.hero02-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero02-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 782px) {
  .hero02 {
    padding: 0;
  }

  .hero02::before {
    display: none;
  }

  .hero02 .wrapper {
    display: block;
    width: 100%;
  }

  .hero02 .splide {
    width: auto;
  }

  .hero02 .splide__slide img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .hero02 .splide__pagination {
    display: none;
  }

  .hero02-catch {
    bottom: 50px;
    left: 5%;
  }

  .hero02-catch .ttl {
    font-size: 30px;
  }

  .hero02-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero03
--------------*/
.hero03 {
  position: relative;
}

.hero03 .splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero03 .splide__pagination {
  justify-content: flex-end;
  right: 10px;
}

.hero03 .splide__slide img {
  transition: transform 7s 1s ease-out;
}

.hero03 .splide__slide[class*=-active] img {
  transition-delay: 0s;
  transform: scale(1.1);
}

.hero03-catch {
  position: absolute;
  bottom: 40%;
  left: 5%;
  z-index: 5;
}

.hero03-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero03-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 782px) {
  .hero03 .splide__slide img {
    height: 50vh;
  }

  .hero03 .splide__pagination {
    display: none;
  }

  .hero03-catch {
    bottom: 50px;
    left: 5%;
  }

  .hero03-catch .ttl {
    font-size: 30px;
  }

  .hero03-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero04
--------------*/
.hero04 {
  position: relative;
}

.hero04 video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.hero04-catch {
  position: absolute;
  bottom: 40%;
  left: 5%;
  z-index: 5;
}

.hero04-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero04-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 782px) {
  .hero04 video {
    height: 50vh;
  }

  .hero04-catch {
    bottom: 50px;
    left: 5%;
  }

  .hero04-catch .ttl {
    font-size: 30px;
  }

  .hero04-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero05
--------------*/
.hero05 {
  padding: 100px 0 0;
  position: relative;
}

.hero05 .splide__pagination {
  bottom: -25px;
}

.hero05-catch {
  position: absolute;
  bottom: 100px;
  left: calc((100% - 850px) / 2);
  z-index: 5;
}

.hero05-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero05-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 782px) {
  .hero05 {
    padding: 10px 0 0;
  }

  .hero05 .splide__slide img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .hero05 .splide__arrows {
    display: none;
  }

  .hero05-catch {
    bottom: 50px;
    left: 10%;
  }

  .hero05-catch .ttl {
    font-size: 30px;
  }

  .hero05-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero06
--------------*/
.hero06 {
  position: relative;
  padding: 150px 0 30px;
}

.hero06 .splide__slide {
  text-align: center;
}

.hero06 .splide__pagination {
  bottom: -30px;
}

.hero06-catch {
  position: absolute;
  bottom: 100px;
  left: calc((100% - 750px) / 2);
  z-index: 5;
}

.hero06-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero06-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 782px) {
  .hero06 {
    padding: 30px 5vw;
  }

  .hero06 .splide__slide {
    text-align: center;
  }

  .hero06 .splide__pagination {
    display: none;
  }

  .hero06-catch {
    bottom: 0;
    left: 5%;
  }

  .hero06-catch .ttl {
    font-size: 30px;
  }

  .hero06-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero07
--------------*/
.hero07 {
  padding: 100px 0 50px;
  overflow: hidden;
  position: relative;
}

.hero07::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  z-index: -1;
}

.hero07 .wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero07 .splide {
  padding-bottom: 30px;
  margin-left: auto;
  right: -70px;
  width: 900px;
}

.hero07 .splide__pagination {
  justify-content: flex-end;
  bottom: 0;
  right: 150px;
}

.hero07-catch {
  position: absolute;
  bottom: 35%;
  left: 0;
  z-index: 5;
}

.hero07-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero07-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 782px) {
  .hero07 {
    padding: 0 0 50px;
  }

  .hero07 .splide {
    padding-bottom: 0;
    right: -90px;
    width: 100%;
  }

  .hero07 .splide img {
    object-fit: cover;
    object-position: left;
    height: 50vh;
  }

  .hero07 .splide__pagination {
    display: none;
  }

  .hero07-catch {
    bottom: 50px;
  }

  .hero07-catch .ttl {
    font-size: 30px;
  }

  .hero07-catch .sub-ttl {
    font-size: 13px;
  }
}

/*------------
Hero08
--------------*/
.hero08 {
  padding: 150px 0 50px;
  overflow: hidden;
  position: relative;
}

.hero08::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  z-index: -1;
}

.hero08 .wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.hero08 .splide {
  text-align: right;
  padding-bottom: 30px;
  margin-left: 200px;
}

.hero08 .splide__pagination {
  justify-content: flex-end;
  bottom: 0;
}

.hero08-catch {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  position: absolute;
  top: 150px;
  left: 50px;
  white-space: nowrap;
  z-index: 5;
}

.hero08-catch .ttl {
  font-size: 40px;
  margin-left: 10px;
  font-weight: bold;
}

.hero08-catch .ttl span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 10px;
  line-height: 2;
  background-color: #fff;
}

.hero08-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

.hero08-catch .sub-ttl span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 10px;
  line-height: 2.8;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .hero08 {
    padding: 0 0 50px;
  }

  .hero08 .wrapper {
    width: 100%;
    padding-left: 15vw;
  }

  .hero08 .splide {
    margin: 0;
    padding: 0;
  }

  .hero08 .splide img {
    object-fit: cover;
    height: 50vh;
  }

  .hero08 .splide__pagination {
    display: none;
  }

  .hero08-catch {
    writing-mode: horizontal-tb;
    top: auto;
    bottom: 30px;
    left: 5vw;
    right: 5vw;
  }

  .hero08-catch .ttl {
    font-size: 25px;
    margin: 0 0 10px;
  }

  .hero08-catch .sub-ttl {
    font-size: 15px;
  }
}

/*------------
Hero09
--------------*/
.hero09 {
  position: relative;
}

.hero09 .splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero09 .splide__pagination {
  justify-content: flex-end;
  right: 10px;
}

.hero09-catch {
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 5%;
  z-index: 5;
}

.hero09-catch .ttl {
  font-size: 65px;
  font-weight: bold;
}

.hero09-catch .sub-ttl {
  font-size: 20px;
  font-weight: bold;
}

.hero09-catch .hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
  width: fit-content;
}

@media (max-width: 782px) {
  .hero09 .splide__slide img {
    height: 60vh;
  }

  .hero09 .splide__pagination {
    display: none;
  }

  .hero09-catch {
    bottom: 30px;
  }

  .hero09-catch .ttl {
    font-size: 30px;
  }

  .hero09-catch .sub-ttl {
    font-size: 13px;
  }

  .hero09-catch .hero09-catch .hero-features {
    gap: 15px;
    margin-top: 30px;
  }
}
