@charset "UTF-8";
.back-to-top {
  width: auto;
}
#contents {
  padding-top: 150px;
}
@media screen and (max-width: 1140px) {
  #contents {
    padding-top: 110px;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.fadeUpTrigger {
  opacity: 0
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards
}
@keyframes fadeUpAnime {
  0% {
    transform: translateY(50px);
    opacity: 0
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.wallstat .inner {
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 1024px) {
  .wallstat .inner {
    width: 100%;
    max-width: 100%;
    padding-inline: 5.33vw;
  }
}
.wallstat .inner-l {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.wallstat .inner-s {
  width: 100%;
  max-width: 890px;
  margin: auto;
}
.wallstat img {
  object-fit: cover;
  width: 100%;
}
.wallstat svg {
  width: 100%;
}
.bg.gray {
  background: #EFEFEF;
}
.wallstat .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wallstat .txt {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 2.2;
}
@media screen and (max-width: 1000px) {
  .wallstat .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .wallstat .txt {
    font-size: 3.73vw;
  }
}
.sec-ttl-en {
  font-family: "Roboto", sans-serif;
  font-size: .9375rem;
  line-height: 1;
  margin-bottom: 15px;
}
.sec-ttl {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 2.5rem;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
@media screen and (max-width: 1140px) {
  .sec-ttl {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .sec-ttl-en {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .sec-ttl {
    font-size: 5.87vw;
    margin-bottom: 6.667vh;
  }
}
.main {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  text-align: start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1140px) {
  .main {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .main {
    max-width: 100%;
    margin-bottom: 10.667vw;
  }
}
.main .flex {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 65px;
}
.main .img {
  width: 61.8%;
  max-width: 790px;
}
.main .txt {
  width: 24.22%;
  max-width: 310px;
}
@media screen and (max-width: 1140px) {
  .main .img {
    width: 56%;
  }
  .main .flex {
    gap: 35px;
  }
  .main .txt {
    width: 36%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .main .flex {
    gap: 8vw;
  }
  .main .img {
    width: calc(100% - 5.33vw);
    max-width: 100%;
  }
  .main .txt {
    width: 100%;
    padding-inline: 5.33vw;
  }
}
.obi01 {
  background: url("img/bg01.jpg") no-repeat center center / cover;
  position: relative;
  top: -220px;
  z-index: 0;
  height: 566px;
}
.obi01 .lead-wrap {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.obi01 .lead {
  font-size: 1.875rem;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-feature-settings: "palt";
  text-align: center;
  color: #fff;
}
.obi01 .lead .large {
  display: block;
  font-size: 1.8em;
  margin-top: 15px;
}
.obi01 .lead .main-logo {
  width: 21.48%;
  max-width: 275px;
  position: absolute;
  top: 15px;
  right: -30px;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 1140px) {
  .obi01 {
    top: 0;
    height: 480px;
    margin-bottom: 100px;
  }
  .obi01 .lead-wrap {
    bottom: 60px;
  }
  .obi01 .lead .main-logo {
    top: -30px;
    right: 50%;
    transform: translate(50%, -100%);
  }
}
@media screen and (max-width: 1000px) {
  .obi01 .lead {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .obi01 .lead .large {
    font-size: 1.5em;
  }
  .obi01 .lead .main-logo {
    width: 49.33%;
    max-width: 185px;
  }
}
.sec01 {
  margin-block: -120px 100px;
}
.sec01 .hd {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .sec01 {
    margin-block: 0 100px;
  }
  .sec01 .hd {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 480px) {
  .sec01 {
    margin-bottom: 60px;
  }
}
.sec01 .flex > .txt, .sec03 .flex > .txt {
  width: 50%;
}
.sec01 .bg.gray .list, .sec03 .bg.gray .list {
  align-items: flex-start;
}
.sec01 .bg.gray .list li, .sec03 .bg.gray .list li {
  width: 46.58%;
}
.sec01 .list-ttl, .sec03 .list-ttl {
  font-size: 1.5625rem;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  color: #fff;
  background: #646464;
  padding-block: 10px;
}
@media screen and (max-width: 1000px) {
  .sec01 .flex > .txt, .sec03 .flex > .txt {
    width: 100%;
  }
  .sec01 .bg.gray .list, .sec03 .bg.gray .list {
    gap: 6.667vw;
  }
  .sec01 .bg.gray .list li, .sec03 .bg.gray .list li {
    width: 100%;
  }
  .sec01 .list-ttl, .sec03 .list-ttl {
    font-size: 4.27vw;
    margin-bottom: 2.667vw;
  }
}
.sec01 .bg.gray {
  padding-block: 90px 130px;
}
@media screen and (max-width: 1000px) {
  .sec01 .bg.gray {
    padding-block: 10.667vw;
  }
}
.sec01 .list-ttl {
  margin-bottom: 35px;
}
.sec01 .cap {
  margin-bottom: 20px;
}
.cap {
  font-size: .875rem;
}
@media screen and (max-width: 1000px) {
  .cap {
    text-align: center;
    font-size: 2.67vw;
  }
}
.sec02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .sec02 {
    margin-bottom: 60px;
  }
}
.wallstat .sec02 .flex {
  gap: 40px;
  justify-content: flex-start;
}
.sec02 .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  gap: 100px;
  width: 34%;
  padding-top: 40px;
}
.sec02 .cap {
  margin-top: 10px;
}
.sec02 .right {
  width: 64%;
  align-self: flex-start;
}
@media screen and (max-width: 1000px) {
  .wallstat .sec02 .flex {
    gap: 6.667vh;
  }
  .sec02 .left {
    padding-top: 0;
    gap: 6.667vh;
  }
  .sec02 .left, .sec02 .right {
    width: 100%;
  }
}
.sec03 {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .sec03 {
    margin-bottom: 60px;
  }
}
.sec03 .bg.gray {
  padding-block: 120px;
}
@media screen and (max-width: 480px) {
  .sec03 .bg.gray {
    padding-block: 60px;
  }
}
.sec03 .bg.gray .hd {
  margin-bottom: 80px;
}
.sec03 .movie {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .sec03 .movie {
    margin-bottom: 60px;
  }
}
.sec03 .movie .flex {
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.sec03 .movie p {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: .05em;
}
.sec03 .movie .wallstat-logo {
  width: 251px;
}
.sec03 .movie-wrap {
  margin-bottom: 65px;
}
.wallstat iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.sec03 .movie .strong {
  width: 84.57%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .sec03 .movie .flex {
    flex-direction: row;
  }
  .sec03 .movie p {
    font-size: 4.27vw;
  }
  .sec03 .movie .wallstat-logo {
    width: 33.33vw;
  }
  .sec03 .movie .strong {
    width: 100%;
    margin: 6.55vw auto;
  }
}
.sec03 .list {
  margin-bottom: 60px;
}
.sec03 .list .txt {
  margin-top: 20px;
}
.sec03 .bg.white {
  background: #fff;
  border-radius: .875rem;
}
.wallstat .sec03 .inner-s {
  padding-block: 60px;
}
@media screen and (max-width: 1000px) {
  .wallstat .sec03 .inner-s {
    padding: 5.33vw;
  }
}
.sec03 .bg.white .left {
  width: 39.44%;
}
.sec03 .bg.white .right {
  width: 49.33%;
}
@media screen and (max-width: 1000px) {
  .sec03 .bg.white .flex {
    gap: 6.667vw;
  }
  .sec03 .bg.white .left, .sec03 .bg.white .right {
    width: 100%;
  }
}
.sec03 .bg.white .sec-ttl {
  font-size: 1.5625rem;
  line-height: 1.7;
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .sec03 .bg.white .sec-ttl {
    font-size: 4.8vw;
    margin-bottom: 6.667vw;
  }
}
.youtube-wrap {
  width: 100%;
  max-width: 870px;
  margin: 0 auto -95px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .youtube-wrap {
    width: calc(100% - 5.33vw);
    max-width: 100%;
    margin-bottom: -4.333vh;
  }
}
.obi02 {
  background: url("img/bg02.jpg") no-repeat center center / cover;
  padding-top: 220px;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}
.obi02 .lead {
  font-size: 2.1875rem;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 2;
  letter-spacing: .17em;
  color: #fff;
  margin-bottom: 105px;
}
.obi02 .notes {
  font-size: .875rem;
  letter-spacing: 0;
  text-align: end;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .obi02 {
    padding-top: 110px;
    padding-bottom: 8vw;
  }
  .obi02 .lead {
    font-size: 4.27vw;
    text-align: start;
    margin-bottom: 16vw;
  }
  .obi02 .notes {
    font-size: 1.67vw;
  }
}