@charset "UTF-8";
.l-page {
  position: relative;
  z-index: 2;
}
.l-page__breadcrumbs {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page__breadcrumbs {
    padding-top: 1rem;
  }
}
.l-page__breadcrumbs ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-page__breadcrumbs ol li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-page__breadcrumbs ol li {
    font-size: 1.2rem;
  }
}
.l-page__breadcrumbs ol li:not(:last-child)::after {
  content: "＞";
}
.l-page__breadcrumbs ol li:last-child a {
  pointer-events: none;
}

.c-pageheadline__en {
  font-size: 3rem;
  font-weight: 600;
  color: #DC000C;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-pageheadline__en {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
  }
}
.c-pageheadline__ja {
  font-size: 6rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-pageheadline__ja {
    font-size: 3rem;
    margin-top: 0.5rem;
  }
}
.c-pageheadline__detail {
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
  line-height: 2.2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-pageheadline__detail {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
  margin-top: -28rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: -21rem;
  }
}
.l-footer__main {
  padding-top: 44.0625vw;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    padding-top: 93.3333333333vw;
  }
}

.l-footerbaloon__item.m-06 {
  top: 32.6rem;
  left: calc(50% - 50.7rem);
}
@media screen and (max-width: 767px) {
  .l-footerbaloon__item.m-06 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footerbaloon__item.m-07 {
    top: 20rem;
    left: calc(50% + 10.5rem);
  }
}