@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.r {
  border: red 1px solid !important;
}

body {
  font-family: "Noto Sans JP", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
}

.entry-wrapper {
  position: fixed;
  display: none;
  width: 250px;
  z-index: 999;
  bottom: 50px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.hero-slide-bg {
  position: absolute;
  display: block;
  width: calc(100% + 100px);
  height: 800px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-size: cover !important;
}

.hero-slide-00 {
  background: url(img/hero-slide-00.jpg) no-repeat;
}

.hero-slide-01 {
  background: url(img/hero-slide-01.jpg) no-repeat;
}

.hero-slide-02 {
  background: url(img/hero-slide-02.jpg) no-repeat;
}

.hero-slide-03 {
  background: url(img/hero-slide-03.jpg) no-repeat;
}

.swiper-hero .swiper-pagination {
  width: 100px !important;
  right: 0px !important;
  left: auto !important;
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  border-radius: 0px;
  opacity: 1;
  background-color: #ffffff;
  border: none !important
}

.swiper-pagination-bullet-active {
  background: #db2777;
}

.swiper-title {
  position: absolute;
  right: 0px;
  top: 40%;
  z-index: 200;
  padding: 20px;
  padding-right: 40px;
  background: white;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.swiper-scroll {
  display: block;
  z-index: 301;
  width: 100%;
  height: 60px;
  font-size: 13px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #db2777;
}

.swiper-scroll::after {
  content: '';
  width: 1px;
  height: 50px;
  display: block;
  background: #db2777;
  position: absolute;
  bottom: 55px;
  left: calc(50% - 2px);
  animation: sdl 1.8s cubic-bezier(0.8, 0, 0, 0.8) infinite; 
  z-index: 301;
}

.swiper-footer {
  display: none;
}

.photo-1 {
  background: url(img/photo-01.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.photo-2 {
  background: url(img/photo-02.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.photo-3 {
  background: url(img/photo-03.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.photo-5 {
  background: url(img/photo-05.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.photo-6 {
  background: url(img/photo-06.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.photo-7 {
  background: url(img/photo-07.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.greeting {
  background: url(img/greeting.png) right bottom no-repeat;
  background-size: contain;
}

.section-1 {
  padding: 20px;
}

.section-1 h3 {
  margin-bottom: 0px;
}

.section-1 h4 {
  position: relative;
  z-index: 10;
}

.section-1-bar {
  width: 52vw;
  display: block;
  height: 80px;
  position: absolute;
  left: 0px;
  margin-top: 15px;
}

.h3-line {
  padding-left: 10px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 5px;
}

.h3-line:before {
  content: '';
  width: 1px;
  display: block;
  height: 50px;
  background: #db2777;
  position: absolute;
  left: 0px;
  top: -20px;
  z-index: 0;
}

.h4-number {
  padding-left: 35px;
}

.h4-number:before {
  content: '00';
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #db2777;
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  z-index: 0;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  padding-top: 5px;
}

.h4-number-01:before {
  content: '01';
}

.h4-number-02:before {
  content: '02';
}

.h4-number-03:before {
  content: '03';
}

.h3-midline {
  position: relative;
  padding-top: 60px;
  display: inline-block;
}

.h3-midline:after {
  content: '';
  width: 1px;
  display: block;
  height: 50px;
  background: #db2777;
  position: absolute;
  left: calc(50% + 1px);
  top: 0px;
  z-index: 0;
}

.synergy {
  min-height: 550px;
  background: url(img/frame.svg) top center no-repeat;
  background-position-y: 35px;
  background-size: 400px;
  border-top: #cccccc 1px solid;
  padding-bottom: 50px;
}

.synergy .circle {
  width: 550px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.buttons {
  display: flex;
  width: 100%;
  border-top: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
}

.buttons-left,
.buttons-right {
  flex: 1;
  padding: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 1s ease;
  background: #ffffff center center no-repeat;
  background-size: 100%;
}

.buttons-left {
  border-right: #cccccc 1px solid;
}

.buttons-left span,
.buttons-right span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.buttons-left:hover {
  background: url(img/conditions.jpg) center center no-repeat;
  background-size: 120%;
  color: #ffffff;
}

.buttons-right:hover {
  background: url(img/faq.jpg) center center no-repeat;
  background-size: 120%;
  color: #ffffff;
}

.buttons-left:hover p,
.buttons-right:hover p {
  color: #ffffff;
}

.footer-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.swiper-culture .swiper-slide {
  min-height: 600px;
}

.navbar {
  background: #ffffff;
  color: #000000;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: calc(100% - 72px);
  top: 72px;
  left: 0px;
  text-align: center;
  display: none;
}

.navbar .navbar-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  .swiper-hero .swiper-pagination {
    bottom: auto !important;
    top: 10px !important; 
    right: -10px !important;
  }

  .hero-slide-00 {
    background: url(img/hero-slide-sp-00.jpg) no-repeat;
    height: calc(100vh - 225px);
  }

  .hero-slide-01 {
    background: url(img/hero-slide-sp-01.jpg) no-repeat;
    height: calc(100vh - 225px);
  }

  .hero-slide-02 {
    background: url(img/hero-slide-sp-02.jpg) no-repeat;
    height: calc(100vh - 225px);
  }

  .hero-slide-03 {
    background: url(img/hero-slide-sp-03.jpg) no-repeat;
    height: calc(100vh - 225px);
  }

  .hero-slide-bg {
    height: calc(100vh - 225px);
  }

  .hero-slide {
    height: calc(100vh - 225px);
  }

  .swiper-title {
    display: none;
  }

  .swiper-scroll {
    color: #ffffff;
    position: relative;
    margin-top: -60px;
  }

  .swiper-scroll::after {
    background: #ffffff;
  }

  .swiper-footer {
    display: block;
  }

  .synergy {
    padding-left: 20px;
    padding-right: 20px;
    background-size: 90%;
    padding-bottom: 40px;
  }

  .footer-navigation {
    display: none;
  }

  .photo-1 {
    min-height: 350px;
  }

  .swiper-culture .swiper-slide {
    min-height: 350px;
  }

  .photo-3 {
    background-image: url(img/photo-04.jpg);
    min-height: 350px;
  }

  .section-1 h4 {
    position: relative;
    z-index: 10;
    color: #000000;
  }

  .section-1-bar {
    display: none;
  }
}

@media (max-width: 1200px) {
  .footer-inner {
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
  }

  .buttons-left {
    border: #db2777 1px solid;
    padding: 15px;
    margin-bottom: 20px;
    background: url(img/arrow.svg) right 20px center no-repeat;
    background-size: 10px;
  }

  .buttons-right {
    border: #db2777 1px solid;
    padding: 15px;
    background: url(img/arrow.svg) right 20px center no-repeat;
    background-size: 10px;
  }

  .buttons-left:hover {
    background: url(img/arrow.svg) right 25px center no-repeat;
    background-size: 10px;
    color: black;
  }

  .buttons-right:hover {
   background: url(img/arrow.svg) right 25px center no-repeat;
    background-size: 10px;
    color: black;
  }

  .buttons-left:hover p,
  .buttons-right:hover p {
    color: black;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
}