@charset "UTF-8";
/*日本語*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Black-sub-j1.woff") format("woff");
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

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

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

.block06-header {
  position: absolute;
  left: 78px;
  top: 116px;
}
.block06-header * {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .block06-header {
    left: 0;
    top: 37.5vw;
    width: 100%;
  }
}

.block06-headline {
  font-size: 58px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .block06-headline {
    font-size: 9vw;
    text-align: center;
  }
}
.block06-headline span {
  font-size: 84px;
}
@media screen and (max-width: 767px) {
  .block06-headline span {
    font-size: 13vw;
  }
}
.block06-headline small {
  font-size: 58px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block06-headline small {
    font-size: 9vw;
  }
}
.block06-headline small sup {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .block06-headline small sup {
    font-size: 2.6vw;
  }
}
.block06-headline b {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .block06-headline b {
    font-size: 10vw;
  }
}

.block06-header-annotation {
  padding: 8px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .block06-header-annotation {
    padding: 2vw 6vw 0;
  }
}
.block06-header-annotation p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .block06-header-annotation p {
    font-size: 2.5vw;
    text-align: right;
  }
}
.block06-header-annotation .is-marker {
  display: inline-block;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .block06-header-annotation .is-marker {
    margin-left: 0;
  }
}

#page-top {
  bottom: 40px;
}

.include-footer {
  padding-bottom: 0;
}

.include-footer-area-list {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .include-footer-area-list {
    gap: 0;
  }
}

.include-footer-area-list__item {
  width: 24.5454545455%;
}
@media screen and (max-width: 767px) {
  .include-footer-area-list__item {
    width: 100%;
  }
}

.include-footer-area-list__tel {
  padding: 10px 0 0 42px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .include-footer-area-list__tel a {
    font-size: 5.4vw;
  }
}
.include-footer-area-list__tel img {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .include-footer-area-list__tel img {
    width: 11.4666666667vw !important;
    margin-right: 2vw;
    position: absolute;
  }
}