@charset "UTF-8";
.main .prepend .catch::before, .main .prepend p::before, .main .body .lead .text .catch::before, .main .body .lead .text p::before, .main .body .lead .text .note::before, .main .body .item .text p::before, .main .prepend .catch::after, .main .prepend p::after, .main .body .lead .text .catch::after, .main .body .lead .text p::after, .main .body .lead .text .note::after, .main .body .item .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .prepend .catch::before, .main .prepend p::before, .main .body .lead .text .catch::before, .main .body .lead .text p::before, .main .body .lead .text .note::before, .main .body .item .text p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .prepend .catch::after, .main .prepend p::after, .main .body .lead .text .catch::after, .main .body .lead .text p::after, .main .body .lead .text .note::after, .main .body .item .text p::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main {
  padding: 22rem 0 15rem;
  background: #141414;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 12rem 0 8rem;
  }
}
.main img {
  max-width: 100%;
  height: auto;
}
.main .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main .wrap {
    padding: 0 2rem;
  }
}
.main .hLogo {
  z-index: 2;
  width: 12.1rem;
  position: fixed;
  top: 3.5rem;
  left: 3rem;
}
@media screen and (max-width: 1200px) {
  .main .hLogo {
    top: 2.5vw;
    left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .main .hLogo {
    width: 8.972rem;
    top: 5.75vw;
    left: 5.75vw;
  }
}
.main .prepend {
  text-align: center;
}
.main .prepend .title {
  width: 37.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main .prepend .title {
    width: 20rem;
  }
}
.main .prepend .catch {
  margin: 9rem 0 0;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .main .prepend .catch {
    margin: 6.4rem 0 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.main .prepend p {
  padding: 5rem 0 0;
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .main .prepend p {
    padding: 3.2rem 0 0;
    font-size: 1.2rem;
    text-align: left;
  }
}
.main .body {
  margin: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .main .body {
    margin: 8rem 0 0;
  }
}
.main .body .wrap {
  padding: 0 9rem 9rem;
  background: #1f1f1f;
}
@media screen and (max-width: 767px) {
  .main .body .wrap {
    padding: 0 2rem 4rem;
  }
}
.main .body .lead .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-top: 1px solid currentColor;
  padding: 3.8rem 0 0;
  color: #ccc;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .body .lead .num {
    padding: 2.4rem 0 0;
    font-size: 1.4rem;
  }
}
.main .body .lead .images {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 42rem 23rem 21.4rem 23rem;
  gap: 0.2rem;
  margin: 13rem 0 0;
}
@media screen and (max-width: 767px) {
  .main .body .lead .images {
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(2, calc(50% - 0.1rem));
    margin: 7.2rem 0 0;
  }
}
.main .body .lead .images .logo {
  grid-row: 1/3;
  grid-column: 1/5;
  width: 20.1rem;
  margin: -6.9rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .body .lead .images .logo {
    width: 12rem;
    margin-top: -4rem;
  }
}
.main .body .lead .images .image--01 {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .main .body .lead .images .image--01 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
.main .body .lead .images .image--02 {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  .main .body .lead .images .image--02 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.main .body .lead .images .image--03 {
  grid-row: 1/2;
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .main .body .lead .images .image--03 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.main .body .lead .images .image--04 {
  grid-row: 2/3;
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .main .body .lead .images .image--04 {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
.main .body .lead .images .image--05 {
  grid-row: 1/3;
  grid-column: 4/5;
}
@media screen and (max-width: 767px) {
  .main .body .lead .images .image--05 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.main .body .lead .text {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 52rem 1fr;
  gap: 5rem 0;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .main .body .lead .text {
    display: block;
    margin: 3.6rem 0 0;
  }
}
.main .body .lead .text .catch {
  grid-row: 1/4;
  grid-column: 1/2;
  padding: 9rem 0 0;
  font-size: 3rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .main .body .lead .text .catch {
    padding: 0;
    font-size: 1.8rem;
  }
}
.main .body .lead .text p {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: 1.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .main .body .lead .text p {
    padding: 3.2rem 0 0;
    font-size: 1.2rem;
  }
}
.main .body .lead .text .note {
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .body .lead .text .note {
    padding: 3.6rem 0 0;
    font-size: 1rem;
  }
}
.main .body .lead .text .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.main .body .lead .text .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25rem;
  height: 5rem;
  padding: 0 0 0 2.8rem;
  background: url(../imgs/ico-ext.svg) calc(100% - 1rem) 50%/1.2rem auto no-repeat;
  border-radius: 0.02rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.4rem;
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
          box-shadow: inset 0 0 0 1px currentColor;
}
@media screen and (max-width: 767px) {
  .main .body .lead .text .link {
    margin: 4.2rem auto 0;
  }
}
.main .body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10rem 0 0;
  position: relative;
  background: #181818;
}
@media screen and (max-width: 767px) {
  .main .body .item {
    display: block;
  }
}
.main .body .item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -6rem;
  left: -6rem;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
          box-shadow: inset 0 0 0 1px currentColor;
}
@media screen and (max-width: 767px) {
  .main .body .item .num {
    width: 10rem;
    height: 10rem;
    top: -5rem;
    left: -1rem;
  }
}
.main .body .item .num .line--01 {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .main .body .item .num .line--01 {
    font-size: 2.4rem;
  }
}
.main .body .item .num .line--01 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .main .body .item .num .line--01 span {
    font-size: 1.2rem;
  }
}
.main .body .item .num .line--02 {
  padding: 0 0 0.4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .main .body .item .num .line--02 {
    padding: 0;
    font-size: 1.6rem;
  }
}
.main .body .item .image {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .main .body .item .image {
    width: auto;
  }
}
.main .body .item .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40rem);
  padding: 0 0 0 9.4rem;
}
@media screen and (max-width: 767px) {
  .main .body .item .text {
    width: auto;
    padding: 4rem 2rem;
  }
}
.main .body .item .text .logo {
  width: 18.8rem;
}
@media screen and (max-width: 767px) {
  .main .body .item .text .logo {
    width: 12rem;
  }
}
.main .body .item .text p {
  padding: 2.4rem 0 0;
  font-size: 1.6rem;
  line-height: 1.9375;
}
@media screen and (max-width: 767px) {
  .main .body .item .text p {
    font-size: 1.2rem;
  }
}
.main .body .item .text .link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.2rem 0 0;
  padding: 0 2.2rem 0 0;
  background: url(../imgs/ico-ext.svg) 100% 50%/1.2rem auto no-repeat;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .body .item .text .link {
    margin: 3.2rem auto 0;
  }
}
.main .append {
  margin: 13rem 0 0;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .append {
    margin: 6.4rem 0 0;
    font-size: 1.6rem;
  }
}
.main .append .en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid currentColor;
  padding: 0 0 1.4rem;
}
.main .append .ja {
  margin: 3.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .main .append .ja {
    line-height: 1.5;
  }
}

.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.blur.ani-delay {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0;
}
.fadeUp.ani-delay {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeTrigger {
  opacity: 0;
}