.block-section {
  display: block;
  position: relative;
  min-height: 100vh;
  height: auto;
  scroll-snap-align: start;
}
.block-section-anchor {
  display: block;
  position: relative;
  top: -5rem;
  visibility: hidden;
}
.block-section-header {
  display: block;
  position: relative;
  margin: 0rem auto;
  padding: 5rem 1.25rem 2.5rem;
  z-index: 1;
}
@media (min-width:800px) {
  .block-section-header {
    padding: 5rem 10vw 2.5rem;
  }
}
.block-section-header-title {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.block-section-header-title__alt {
  display: block;
  margin-bottom: 0.1em;
  font-size: 5em;
  line-height: 1em;
  font-family: "Ubuntu", sans-serif;
}
.block-section-header-catch {
  margin-top: 2.5rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: 700;
  word-break: keep-all;
}
.block-section-header-lead {
  margin-top: 1.25rem;
  text-align: left;
  font-size: 1rem;
  line-height: 2em;
  font-weight: 500;
  word-break: keep-all;
}
.block-section-body {
  position: relative;
  z-index: 1;
}
.block-section-background {
  position: fixed;
  overflow: hidden;
  z-index: 0;
}
.block-section-background::before, .block-section-background::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  z-index: 1;
}
.block-section-background::before {
  background-color: #505951;
  mix-blend-mode: color;
  opacity: 0.9;
}
.block-section-background::after {
  background-color: #505951;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.block-section-background__picture-img {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.block-section.has-bg-color {
  background-color: #E0E0E0;
}
.block-section.has-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.block-section.has-background .block-section-header, .block-section.has-background .block-section-body {
  color: #fff;
}
.block-section.has-background .block-section-header {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 25rem;
  box-sizing: border-box;
}
@media (min-width:800px) {
  .block-section.has-background .block-section-header {
    padding: 5rem 5vw 12.5rem;
  }
}
.block-section.has-background .block-section-body {
  -webkit-box-flex: 4;
  flex-grow: 4;
  flex-shrink: 4;
  flex-basis: 25rem;
  box-sizing: border-box;
}
.block-section.is-section-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width:800px) {
  .block-section.is-section-menu .block-section-header {
    position: sticky;
    top: 0rem;
  }
}
.block-section.is-section-contact .block-section-header, .block-section.is-section-contact .block-section-body {
  max-width: 45rem;
  width: auto;
  margin: auto;
}
.block-section.is-section-sns {
  min-height: 25rem;
  height: auto;
  scroll-snap-align: none;
  padding-bottom: 7.5rem;
}
.block-section.is-section-sns .block-section-header, .block-section.is-section-sns .block-section-body {
  max-width: 45rem;
  width: auto;
  margin: auto;
}
/*# sourceMappingURL=./style.css.map */