/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Noto+Sans+JP:wght@400;900&display=swap");
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

main {
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.05em;
}

.mv {
  position: relative;
}
.mv::before {
  content: "";
  background-image: url("../img/top/bg-mv.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4d4d4d;
  opacity: 0.5;
  mix-blend-mode: multiply;
  top: 0;
}
.mv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.mv .title figure {
  width: 315px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv .title figure {
    width: 138px;
  }
}
.mv .title figure img {
  width: 100%;
}
.mv .title h2 {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}

.sec01 {
  max-width: calc(1000px + 2rem);
  margin: auto;
  padding: 0 1rem;
  margin: 100px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec01 {
    text-align: left;
    margin: 60px 0;
  }
}
.sec01 h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .sec01 h3 {
    font-size: 6.9333333333vw;
  }
}
.sec01 p {
  font-size: 15px;
  line-height: 36px;
}

.sec02 {
  background-image: url("../img/about/bg01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    background-size: contain;
    background-repeat: repeat space;
  }
}
.sec02 h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 50px;
  position: relative;
  font-size: 41px;
}
@media screen and (max-width: 768px) {
  .sec02 h3 {
    font-size: 23px;
  }
}
.sec02 h3 span {
  font-family: "Manrope", sans-serif;
  font-size: 72px;
}
@media screen and (max-width: 768px) {
  .sec02 h3 span {
    font-size: 41px;
  }
}
.sec02 h3::after {
  content: "";
  background: url("../img/about/re.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 83px;
  height: 51px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec02 h3::after {
    width: 48px;
    height: 30px;
    right: 20px;
  }
}
.sec02 .inner {
  max-width: calc(1000px + 2rem);
  margin: auto;
  padding: 0 1rem;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 75px;
}
@media screen and (max-width: 768px) {
  .sec02 .inner {
    flex-direction: column;
    margin-top: 10px;
    gap: 30px;
  }
}
.sec02 .inner .items {
  border: 1px solid white;
  max-width: 450px;
  height: 472px;
  width: 45%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .items {
    width: 100%;
    height: auto;
    max-width: unset;
  }
}
.sec02 .inner .items__title {
  display: flex;
  align-items: end;
  gap: 10px;
}
.sec02 .inner .items__title figure {
  width: 83px;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .items__title figure {
    width: 63px;
  }
}
.sec02 .inner .items__title p {
  font-size: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .items__title p {
    font-size: 38px;
    line-height: 38px;
  }
}
.sec02 .inner .items__img {
  margin: 15px 0;
}
.sec02 .inner .items__text {
  font-size: 14px;
  line-height: 30px;
}
.sec02 .inner .items:nth-child(2) {
  margin-right: 2.5%;
  margin-top: -6%;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .items:nth-child(2) {
    margin: 0;
  }
}
.sec02 .inner .items:nth-child(3) {
  margin-left: 2.5%;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .items:nth-child(3) {
    margin: 0;
  }
}
.sec02 .inner .items:nth-child(4) {
  margin-top: -6%;
}
@media screen and (max-width: 768px) {
  .sec02 .inner .items:nth-child(4) {
    margin: 0;
  }
}

.sec03 {
  background-image: url("../img/about/bg02.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .sec03 {
    margin-bottom: 120px;
  }
}
.sec03 h3 {
  width: 265px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec03 h3 {
    width: 186px;
  }
}
.sec03 .video-wrap {
  max-width: calc(1000px + 2rem);
  margin: auto;
  padding: 0 1rem;
}
.sec03 .video-wrap video {
  width: 100%;
}/*# sourceMappingURL=about.css.map */