@charset "UTF-8";
html {
  font-family: "イワタ中太ゴシック体オールド_90", sans-serif !important;
  font-size: 10px !important;
}
@media (max-width: 1000px) {
  html {
    font-size: 1vw !important;
  }
}
html {
  font-weight: 500;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

main {
  position: relative;
}
main .bg3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1; /* 他の要素の後ろに配置 */
  background-image: url(../assets/images/bg3.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__inner {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
.header__inner img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 53rem;
  margin: 0 auto;
  z-index: 100;
  width: 100%;
  height: auto;
}

.bg-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #1d1717 0%, #1d1717 40%, rgba(29, 23, 23, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.bg-transparent--main-contents {
  background: linear-gradient(to bottom, #1d1717 0%, #1d1717 40%, rgba(29, 23, 23, 0.3) 100%);
  width: 100rem;
  left: 50%;
  transform: translateX(-50%);
}

.bg1,
.bg2 {
  position: relative;
  z-index: 1; /* bg3より前面に */
}

.contents {
  position: relative;
  z-index: 3;
}

.bg1 {
  max-width: 100rem;
  margin: 0 auto;
  background-image: url(../assets/images/bg1.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bg2 {
  background-image: url(../assets/images/bg2.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.sec1__inner {
  max-width: 144rem;
  margin: 0 auto;
}

.sec2 {
  padding: 0 2rem;
}
.sec2__inner {
  max-width: 65rem;
  margin: 0 auto;
}

.sec3__inner {
  padding-top: 15.7rem;
  padding-bottom: 13.8rem;
  max-width: 63.6rem;
  margin: 0 auto;
}

.sec4__inner {
  max-width: 80rem;
  margin: 0 auto;
}
.sec4 {
  margin-bottom: 4.2rem;
}

.sec5__inner {
  max-width: 86.1rem;
  margin: 0 auto;
}
.sec5__inner p {
  color: #f2f2f2;
  text-align: center;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 46px */
}
.sec5 {
  margin-bottom: 8.7rem;
}

.sec6__inner {
  max-width: 46.1rem;
  margin: 0 auto;
}
.sec6__inner p {
  color: #f2f2f2;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  margin-bottom: 1.8rem;
}
.sec6 {
  margin-bottom: 5.5rem;
}

.sec7__inner {
  padding: 1.32rem 0 2rem;
  border-bottom: 0.1rem solid #7f7f7f;
  border-top: 0.1rem solid #7f7f7f;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}
.sec7__inner .name {
  color: #f2f2f2;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 50px */
}
.sec7__inner .name span {
  color: #f2f2f2;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.sec7__inner .text {
  color: #f2f2f2;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.sec7 {
  margin-bottom: 9rem;
}

.sec8__inner {
  max-width: 100rem;
  margin: 0 auto;
}
.sec8 {
  margin-bottom: 6.6rem;
}

.sec9__inner {
  max-width: 80rem;
  margin: 0 auto;
}
.sec9__inner p {
  color: #f2f2f2;
  text-align: center;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 32.3px */
}
.sec9 {
  margin-bottom: 11.7rem;
}

.sec10__inner {
  max-width: 71rem;
  margin: 0 auto;
}
.sec10 {
  margin-bottom: 11.7rem;
}

.sec11__inner {
  max-width: 71rem;
  margin: 0 auto;
}
.sec11 {
  padding-bottom: 4.4rem;
}/*# sourceMappingURL=index.css.map */