body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  box-sizing: border-box;
  color: #101828;
}

a {
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(to bottom, #b9a3f3, #01042c);
}
.wrapper > * {
  width: 100%;
}
.wrapper > * > * > * {
  width: 100%;
  max-width: 1320px;
  padding: 0 2%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper > * > * > * {
    padding: 0 4%;
  }
}
.wrapper .back-top, .wrapper .back-middle, .wrapper .back-middle2, .wrapper .back-bottom {
  position: absolute;
  width: 100%;
}
.wrapper .back-top .image-block, .wrapper .back-middle .image-block, .wrapper .back-middle2 .image-block, .wrapper .back-bottom .image-block {
  max-width: none;
  padding: 0;
}
.wrapper .back-top {
  top: 25%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .back-top {
    top: 28%;
  }
}
@media screen and (max-width: 576px) {
  .wrapper .back-top {
    top: 30%;
  }
}
.wrapper .back-middle {
  top: 50%;
  left: 0px;
}
@media screen and (max-width: 1320px) {
  .wrapper .back-middle {
    top: 52%;
  }
}
@media screen and (max-width: 980px) {
  .wrapper .back-middle {
    top: 53%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .back-middle {
    top: 50%;
  }
}
@media screen and (max-width: 576px) {
  .wrapper .back-middle {
    top: 55%;
  }
}
.wrapper .back-middle2 {
  bottom: 5%;
  right: 0;
}
.wrapper .back-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.image-block img {
  display: block;
  width: 100%;
}

.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

.back-img {
  max-width: none;
  padding: 0;
  margin: 0;
}

.pc-only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

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

.fadeInUp, .fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}

.fadeInUp.animate__animated,
.fadeIn.animate__animated {
  opacity: 1;
  visibility: visible;
}

.title {
  font-family: "Dela Gothic One", sans-serif;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn {
  max-width: 600px;
  width: 100%;
}

.osusume .title, .about .title, .reason .title {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  padding: 12% 0 6.4%;
}
@media screen and (max-width: 768px) {
  .osusume .title, .about .title, .reason .title {
    font-size: 30px;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 40.625vw;
  max-height: 780px;
  background-image: url(../img/fv-back.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .fv {
    background-image: url(../img/fv-back-sp.png);
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 173.3333333333vw;
    max-height: none;
  }
}
.fv .cont {
  width: 100%;
  height: 100%;
  max-width: none;
}
.fv .back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  padding: 0;
  width: 100%;
  height: 100%;
}
.fv .back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .box {
  width: 100%;
  height: 100%;
}
.fv .logo {
  position: absolute;
  top: 5%;
  left: 6%;
  transform: translateX(-50%);
  width: clamp(80px, 6.7708333333vw, 130px);
}
@media screen and (max-width: 768px) {
  .fv .logo {
    top: 3%;
    left: 15%;
    width: clamp(100px, 22.65625vw, 130px);
  }
}
.fv .title {
  font-size: clamp(26px, 3.125vw, 60px);
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  top: 34%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .fv .title {
    font-size: 9vw;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
.fv .btn {
  position: absolute;
  max-width: none;
  width: 30%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .btn {
    width: 80%;
    top: 42%;
  }
}
.fv .blk-line {
  height: 5.2083333333vw;
  background-color: #101828;
  max-width: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fv .blk-line {
    height: 7.8125vw;
  }
}

.osusume .cont .title {
  padding-top: 18%;
}
@media screen and (max-width: 768px) {
  .osusume .cont .title {
    padding-top: 20%;
  }
}
.osusume .cont .list {
  width: 25%;
  color: #ffffff;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #101828;
  border: solid 1px #f0e0ed;
  position: relative;
  font-size: 24px;
  padding: 0 5%;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .osusume .cont .list {
    font-size: 19px;
  }
}
@media screen and (max-width: 980px) {
  .osusume .cont .list {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .osusume .cont .list {
    width: 100%;
    min-height: 200px;
    font-size: 20px;
  }
}
.osusume .cont .list::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 5%;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}
.osusume .cont .list:first-child {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .osusume .cont .list:first-child {
    border-radius: 20px 20px 0 0;
  }
}
.osusume .cont .list:first-child::before {
  background-image: url(../img/icon1.png);
}
.osusume .cont .list:nth-child(2)::before {
  background-image: url(../img/icon2.png);
}
.osusume .cont .list:nth-child(3)::before {
  background-image: url(../img/icon3.png);
}
.osusume .cont .list:last-child {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .osusume .cont .list:last-child {
    border-radius: 0 0 20px 20px;
  }
}
.osusume .cont .list:last-child::before {
  background-image: url(../img/icon4.png);
}

.about .sub-title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 40px;
  color: #ffffff;
  padding: 4% 2% 6%;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 980px) {
  .about .sub-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about .sub-title {
    font-size: 20px;
    padding: 4% 4% 6%;
  }
}
.about .sub-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 45px;
  background-color: #dcf537;
  position: absolute;
  top: 32%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about .sub-title::before {
    height: 50px;
    width: 5px;
    top: 25%;
  }
}
.about .desc {
  color: #ffffff;
  padding: 4% 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about .desc {
    font-size: 16px;
  }
}
.about .seika-sp {
  margin-bottom: 10px;
}

.reason .list {
  width: 33.3333333333%;
  margin: 0 1%;
  border: solid 2px #f0e0ed;
  border-radius: 20px;
  background-color: #101828;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .reason .list {
    width: 100%;
    margin: 2% 0;
  }
}
.reason .sub-title {
  color: #dcf537;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 30px 3%;
}
@media screen and (max-width: 768px) {
  .reason .sub-title {
    font-size: 26px;
  }
}
.reason .desc {
  color: #ffffff;
  font-size: 22px;
  padding: 0 4% 4%;
}
@media screen and (max-width: 768px) {
  .reason .desc {
    font-size: 18px;
  }
}

.banner .image-block {
  padding: 12% 0 6.4%;
}
.banner .btn {
  margin: 0 auto;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .banner .btn {
    width: 79.9479166667vw;
  }
}

.footer {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  padding-top: 6.2%;
  padding-bottom: 6.2%;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */