@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
.montserrat {
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

main {
  overflow: hidden;
}

div.crossover-bg {
  font-weight: 600;
  font-size: 17.8vw;
  width: 390%;
}
@media screen and (min-width: 768px) {
  div.crossover-bg {
    font-size: 7vw;
    width: 150%;
  }
}
div.crossover-bg div.swiper-wrapper {
  transition-timing-function: linear;
}
div.crossover-bg div.swiper-wrapper span {
  display: inline-block;
  background-image: linear-gradient(130deg, rgb(234, 190, 188), rgb(222, 195, 201) 10%, rgb(206, 209, 222) 18%, rgb(201, 222, 238) 26%, rgb(198, 221, 225) 34%, rgb(201, 223, 211) 42%, rgb(209, 227, 202) 50% 58%, rgb(201, 223, 211) 66%, rgb(201, 222, 238) 74%, rgb(206, 209, 222) 83%, rgb(222, 195, 201) 90%, rgb(234, 190, 188));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  div.crossover-bg div.swiper-wrapper span {
    line-height: 1.8em;
  }
}

ul.top-ul {
  width: 77%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  ul.top-ul {
    width: 456px;
  }
}
ul.top-ul li {
  color: #fff;
  text-align: center;
  width: 48.6%;
  margin-bottom: 2%;
  padding: 2% 0;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  ul.top-ul li {
    width: 23.6%;
    padding: 5px 0;
    font-size: 12px;
    margin-bottom: 0;
  }
}
ul.top-ul li:nth-of-type(1) {
  background: #EE86A8;
}
ul.top-ul li:nth-of-type(2) {
  background: #007A46;
}
ul.top-ul li:nth-of-type(3) {
  background: #aa9652;
}
ul.top-ul li:nth-of-type(4) {
  background: #5d597f;
}

p.top-txt {
  text-align: center;
  padding: 5% 0 8%;
}
@media screen and (min-width: 768px) {
  p.top-txt {
    font-size: 16px;
    padding: 26px 0 46px;
  }
}

a.cross-btn01 {
  display: block;
  width: 81%;
  margin: auto;
  margin-bottom: 30%;
}
@media screen and (min-width: 768px) {
  a.cross-btn01 {
    width: 600px;
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 900px) {
  a.cross-btn01 {
    width: 700px;
  }
}
a.cross-btn01.btm {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  a.cross-btn01.btm {
    margin-bottom: 95px;
  }
}

section.sec-cross {
  margin-bottom: 40%;
}
@media screen and (min-width: 768px) {
  section.sec-cross {
    margin-bottom: 230px;
  }
}
section.sec-cross.sec-cross02 div.cross-img01::after, section.sec-cross.sec-cross04 div.cross-img01::after, section.sec-cross.sec-cross06 div.cross-img01::after {
  right: auto;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-cross.sec-cross02 div.cross-img01::after, section.sec-cross.sec-cross04 div.cross-img01::after, section.sec-cross.sec-cross06 div.cross-img01::after {
    left: -190px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-cross.sec-cross02 div.cross-img02, section.sec-cross.sec-cross04 div.cross-img02, section.sec-cross.sec-cross06 div.cross-img02 {
    order: 1;
  }
}
section.sec-cross.sec-cross02 div.cross-img01::after {
  background-image: linear-gradient(90deg, rgb(229, 248, 147), rgb(139, 206, 95));
}
section.sec-cross.sec-cross03 div.cross-img01::after {
  background-image: linear-gradient(90deg, #aa9652, #cbd2ca);
}
section.sec-cross.sec-cross04 div.cross-img01::after {
  background-image: linear-gradient(90deg, #5d597f, #9dc0ff);
}
section.sec-cross.sec-cross05 div.cross-img01::after {
  background-image: linear-gradient(90deg, rgb(139, 206, 95), rgb(229, 248, 147));
}
section.sec-cross.sec-cross06 div.cross-img01::after {
  background-image: linear-gradient(90deg, #aa9652, #cbd2ca);
}
section.sec-cross.sec-cross07 {
  margin-bottom: 30%;
}
@media screen and (min-width: 768px) {
  section.sec-cross.sec-cross07 {
    margin-bottom: 172px;
  }
}
section.sec-cross.sec-cross07 div.cross-img01::after {
  background-image: linear-gradient(90deg, #5d597f, #9dc0ff);
}
@media screen and (min-width: 768px) {
  section.sec-cross div.sec-cross-inner {
    width: 90%;
    max-width: 980px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec-cross div.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-cross div.cross-img01 {
  position: relative;
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-cross div.cross-img01 {
    margin-bottom: 60px;
  }
}
section.sec-cross div.cross-img01::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, rgb(228, 108, 141), rgb(247, 198, 214));
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: block;
  width: 70.2%;
  height: 127%;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-cross div.cross-img01::after {
    width: 76.4%;
    height: 78.2%;
    right: -190px;
    top: -77px;
    transform: translate(0);
  }
}
section.sec-cross div.cross-img02 {
  width: 88.8%;
  margin: auto;
  padding: 5% 0 7%;
}
@media screen and (min-width: 768px) {
  section.sec-cross div.cross-img02 {
    width: 38.2%;
    margin: 0;
    padding: 0;
  }
}
section.sec-cross div.txt-box {
  width: 84.6%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-cross div.txt-box {
    width: 56.4%;
    margin: 0;
  }
}
section.sec-cross div.txt-box p {
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-cross div.txt-box p {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=crossover-voice.css.map */