@charset "UTF-8";
.l-content202204 .p-guideIndex {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex {
    margin-bottom: 80px;
  }
}

.l-content202204 .p-guideIndex__title {
  font-size: 36px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3888888889;
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__title {
    font-size: 22px;
    line-height: 1.1818181818;
  }
}

.l-content202204 .p-guideIndex__hero {
  position: relative;
}

.l-content202204 .p-guideIndex__hero__bg {
  width: 100%;
}

.l-content202204 .p-guideIndex__hero__inner {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__hero__inner {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.l-content202204 .p-guideIndex__hero__title {
  font-size: 70px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0px 3px 40px rgba(0, 0, 0, 0.4);
  display: block;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-guideIndex__hero__title {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__hero__title {
    font-size: 40px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-content202204 .p-guideIndex__nav {
  margin-top: 30px;
  padding: 0 6.2225475842%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1400px) {
  .l-content202204 .p-guideIndex__nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__nav {
    margin-top: 20px;
  }
}

.l-content202204 .p-guideIndex__nav.is-animate .p-guideIndex__nav__link::after {
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
            transform: translate(0, 10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
            transform: translate(0, 10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-guideIndex__nav__item:not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .l-content202204 .p-guideIndex__nav__item:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1400px) {
  .l-content202204 .p-guideIndex__nav__item {
    flex: 0 0 33.3333333333%;
    margin-left: 0;
    flex: 0 0 33.3333333333%;
  }
  .l-content202204 .p-guideIndex__nav__item:not(:first-child) {
    margin-left: 0;
  }
  .l-content202204 .p-guideIndex__nav__item:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.l-content202204 .p-guideIndex__nav__link {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 0 10px;
  display: block;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1400px) {
  .l-content202204 .p-guideIndex__nav__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__nav__link {
    font-size: 11px;
    padding: 0;
  }
}

.l-content202204 .p-guideIndex__nav__link::after {
  content: "";
  content: "";
  display: inline-block;
  border-color: inherit;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin: 3px auto 0;
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-guideIndex__nav__link:hover {
    opacity: 0.5;
  }
}

.l-content202204 .p-guideIndex__mainLinks {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__mainLinks {
    margin-top: 50px;
  }
}

.l-content202204 .p-guideIndex__business {
  margin-top: 100px;
}

.l-content202204 .p-guideIndex__business__movie {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__business__movie {
    margin-top: 50px;
  }
}

.l-content202204 .p-guideIndex__business__movie__title {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__business__movie__title {
    font-size: 18px;
    margin-top: 10px;
  }
}

.l-content202204 .p-guideIndex__business__nav {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__business__nav {
    margin-top: 50px;
  }
}

.l-content202204 .p-guideIndex__links__inner {
  border-top: 1px solid #ADADAD;
  margin-top: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__links__inner {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.l-content202204 .p-guideIndex__links__content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-guideIndex__links__content {
    margin-top: 30px;
  }
}
