:root {
  --color-cream: #f5e9b9;
  --color-lavender: #e8e3f0;
  --color-mint: #eaf5f1;
  --color-rose: #fadfe4;
}

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

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

.hero {
  background-color: var(--color-cream);
  padding-block: 13.3333333333vw 14.6666666667vw;
  background-image: url(../../myimg/campus_life/bessatsu/real-voice/bg-item01_sp.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-block: 50px 120px;
    background-image: url(../../myimg/campus_life/bessatsu/real-voice/bg-item01.webp);
    background-size: 1360px;
  }
}
@media screen and (min-width: 1280px) {
  .hero {
    padding-bottom: 140px;
    background-size: contain;
  }
}

.hero-inner {
  width: 74%;
  max-width: 775px;
  margin-top: 45px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .hero-inner {
    width: 85%;
  }
}

.hero__read {
  margin-top: 4vw;
  font-size: 4vw;
  letter-spacing: 0;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero__read {
    margin-top: 35px;
    font-size: 20px;
  }
}

.student-content-inner {
  margin-top: -4vw;
  padding-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .student-content-inner {
    max-width: 686px;
    margin-top: -70px;
    margin-inline: auto;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .student-content-inner {
    margin-top: -85px;
  }
}

.sec__title {
  height: 18.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sec__title {
    height: 71px;
  }
}
.sec__title img {
  width: auto;
  height: 100%;
  margin-inline: auto;
}

.sec-container {
  padding-top: 6.6666666667vw;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .sec-container {
    padding-top: 45px;
  }
}
.sec-container:last-child {
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .sec-container:last-child {
    margin-bottom: 150px;
  }
}

.sec-content-inner {
  width: 80%;
  margin-inline: auto;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-content-inner {
    width: 90%;
    max-width: 680px;
    margin-top: 60px;
  }
}
.sec-content-inner + .sec-content-inner {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .sec-content-inner + .sec-content-inner {
    margin-top: 80px;
  }
}

.sec-content-box {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .sec-content-box {
    margin-top: 42px;
  }
}
.sec-content-box.--large {
  margin-right: -16%;
}
@media screen and (min-width: 768px) {
  .sec-content-box.--large {
    margin-right: 0;
  }
}

.other-content {
  width: 87%;
  max-width: 895px;
  margin-inline: auto;
}

.other-inner {
  padding-bottom: 13.3333333333vw;
  border: 2px solid #000;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .other-inner {
    border-width: 5px;
    padding-bottom: 60px;
  }
}

.other-content-title {
  width: 48%;
  margin-top: -8%;
  margin-inline: auto;
}

.other-content-box {
  width: 86%;
  margin-inline: auto;
}
.other-content-box + .other-content-box {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .other-content-box + .other-content-box {
    margin-top: 70px;
  }
}

.other-content-head {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .other-content-head {
    margin-top: 60px;
  }
}

.other-content-item {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .other-content-item {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .other-content-item.--mt-minus {
    margin-top: 20px;
  }
}

.fix-nav {
  width: 95%;
  position: fixed;
  right: 2.5%;
  bottom: 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .fix-nav {
    right: 0;
    bottom: 30px;
    flex-direction: column;
    max-width: 50px;
  }
}
.fix-nav .fix-nav-item:nth-child(2) {
  margin-inline: -1px;
}
@media screen and (min-width: 768px) {
  .fix-nav .fix-nav-item:nth-child(2) {
    margin-inline: auto;
  }
}

#exam {
  background-color: var(--color-lavender);
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  #exam {
    padding-bottom: 0px;
  }
}

#life {
  padding-top: 21.3333333333vw;
  background-color: var(--color-mint);
  background-image: url(../../myimg/campus_life/bessatsu/real-voice/bg-item02_sp.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #life {
    padding-top: 230px;
    padding-bottom: 50px;
    background-image: url(../../myimg/campus_life/bessatsu/real-voice/bg-item02.webp);
    background-size: 1360px;
  }
}
@media screen and (min-width: 1280px) {
  #life {
    background-size: contain;
  }
}

#private {
  margin-top: -12vw;
  padding-top: 21.3333333333vw;
  background-color: var(--color-rose);
  background-image: url(../../myimg/campus_life/bessatsu/real-voice/bg-item03_sp.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #private {
    margin-top: 0;
    padding-top: 230px;
    background-image: url(../../myimg/campus_life/bessatsu/real-voice/bg-item03.webp);
    background-size: 1360px;
  }
}
@media screen and (min-width: 1280px) {
  #private {
    padding-top: 230px;
    background-size: contain;
  }
}

#other {
  padding-top: 21.3333333333vw;
  background-image: url(../../myimg/campus_life/bessatsu/real-voice/bg-item04_sp.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #other {
    margin-top: -80px;
    padding-top: 380px;
    background-image: url(../../myimg/campus_life/bessatsu/real-voice/bg-item04.webp);
    background-size: 1360px;
  }
}
@media screen and (min-width: 1280px) {
  #other {
    margin-top: 0;
    padding-top: 27%;
    background-size: contain;
  }
}/*# sourceMappingURL=real-voice.css.map */