.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.fv {
  margin-bottom: -5px;
}
.fv img {
  vertical-align: bottom;
}

.step {
  position: relative;
  overflow: hidden;
  background: #0c1340;
  padding: 80px 60px 80px 40px;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 16vw 5.3333333333vw;
  }
}
.step__en {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .step__en {
    width: 60px;
  }
}
.step__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.step h2 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .step h2 {
    font-size: 5.3333333333vw;
  }
}
.step__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .step__text {
    font-size: 3.7333333333vw;
  }
}
.step__box {
  padding: 50px 30px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .step__box {
    padding: 40px 20px;
  }
}
.step__box h3 {
  text-align: center;
  color: #0c1340;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .step__box h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 30px;
  }
}
.step__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .step__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.step__list {
  margin-bottom: 25px;
}
.step__list--text {
  text-align: center;
  line-height: 1.6;
  color: #0c1340;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .step__list--text {
    font-size: 3.4666666667vw;
  }
}

.search {
  position: relative;
  overflow: hidden;
  padding: 80px 40px 80px 60px;
}
@media screen and (max-width: 768px) {
  .search {
    padding: 16vw 5.3333333333vw;
  }
}
.search__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .search__inner {
    padding-left: 0;
  }
}
.search__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .search__lists {
    display: block;
  }
}
.search__list {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .search__list {
    width: 100%;
  }
  .search__list + .search__list {
    margin-top: 80px;
  }
}
.search__list--title {
  color: #0c1340;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .search__list--title {
    font-size: 5.3333333333vw;
  }
}
.search__list:first-child .search__list--item {
  background: #f7f4d7;
}
.search__list:nth-child(2) .search__list--item {
  background: #e4ecf6;
}
.search__list--btn {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 100px;
  font-size: 20px;
  border: 2px solid #0c1340;
  color: #0c1340;
}
@media screen and (max-width: 768px) {
  .search__list--btn {
    font-size: 4.2666666667vw;
  }
}
.search__list--item {
  border: 2px solid #0c1340;
  border-radius: 16px;
  padding: 50px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .search__list--item {
    padding: 40px 30px;
  }
}
.search__list--item h4 {
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  background: #0c1340;
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .search__list--item h4 {
    font-size: 6.4vw;
  }
}
.search__list--item p {
  padding: 0 15px;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .search__list--item p {
    padding: 0;
  }
}
.search__en {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .search__en {
    width: 80px;
  }
}

.recommend {
  position: relative;
  overflow: hidden;
  padding: 80px 40px;
  background: url(../img/recommend-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 16vw 5.3333333333vw;
  }
}
.recommend::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(18, 28, 59, 0.7);
}
.recommend__inner {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  margin: 0 auto;
}
.recommend__en {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .recommend__en {
    width: 80px;
  }
}
.recommend__title {
  width: -moz-fit-content;
  width: fit-content;
  background: #d93a2b;
  border-radius: 80px;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recommend__title {
    padding: 8px 14px;
    font-size: 18px;
  }
}
.recommend__slider {
  position: relative;
  padding: 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recommend__slider {
    padding: 0 15px;
  }
}
.recommend__slider .swiper-button-prev {
  top: 40%;
  left: 0;
}
.recommend__slider .swiper-button-next {
  top: 40%;
  right: 0;
}
.recommend__slider h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 30px;
	padding-top:5px;
  height: 80px;
  display: flex;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recommend__slider h3 {
    font-size: 5.8666666667vw;
    height: 54px;
    margin-bottom: 20px;
  }
}
.recommend__slider p {
  padding: 25px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recommend__slider p {
    padding: 20px 0;
    font-size: 3.7333333333vw;
  }
}
.recommend__img {
  overflow: hidden;
}
.recommend__img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.recommend__img {
  border: 2px solid #fff;
  border-radius: 16px;
}

.voice {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 16vw 5.3333333333vw;
  }
}
.voice__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.voice__item h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #0c1340;
}
.voice__item:first-child {
  padding-bottom: 50px;
  border-bottom: 2px solid #0c1340;
  margin-bottom: 50px;
}
.voice__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .voice__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.voice__list {
  border-radius: 16px;
  background: rgba(18, 28, 59, 0.8);
  padding: 50px 40px;
  border: 1px solid #0c1340;
}
@media screen and (max-width: 768px) {
  .voice__list {
    padding: 30px 20px;
  }
}
.voice__list h3 {
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0c1340;
}
@media screen and (max-width: 768px) {
  .voice__list h3 {
    font-size: 4.2666666667vw;
  }
}
.voice__list p {
  line-height: 1.6;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .voice__list p {
    font-size: 3.7333333333vw;
  }
}

.faq {
  background: #0c1340;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 16vw 5.3333333333vw;
  }
}
.faq__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding-right: 0;
  }
}
.faq__en {
  position: absolute;
  top: 5%;
  right: 0;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .faq__en {
    width: 60px;
  }
}
.faq h2 {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 30px;
  }
}
.faq__lists {
  display: flex;
  flex-direction: column;
}
.faq__list {
  padding: 30px 0;
  border-bottom: 2px solid #fff;
}
.faq__list--title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    font-size: 4.2666666667vw;
  }
}
.faq__list--text {
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq__list--text {
    font-size: 3.4666666667vw;
  }
}

.contact {
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
  background: url(../img/contact-bg.png) no-repeat;
  background-position: top right;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 16vw 5.3333333333vw;
  }
}
.contact__inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact__form--item {
  margin-bottom: 15px;
}
.contact__form--item .title {
  font-size: 18px;
  color: #0c1340;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__form--item .title {
    font-size: 3.7333333333vw;
  }
}
.contact__form--item .text input,.contact__form--item .text select {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
}
.contact__form--item .text textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .contact__form--item .text textarea {
    height: 180px;
  }
}
.contact__form--item.flex {
  display: flex;
  justify-content: space-between;
}
.contact__form--item.flex .item {
  width: 48.5%;
}
.contact__form--privacy {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact__form--privacy p {
  color: #0c1340;
}
@media screen and (max-width: 768px) {
  .contact__form--privacy p {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.contact__form--privacy p a {
  color: #0c1340;
  text-decoration: underline;
}
.contact__form--submit {
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__form--submit {
    margin: 60px auto 0;
  }
}
.contact__form--submit input {
  border-radius: 10px;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 20px;
  width: 210px;
  margin: 0 auto;
  background: rgba(18, 28, 59, 0.8);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__form--submit input {
    width: 180px;
    padding: 15px;
    font-size: 16px;
  }
}
.contact__en {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .contact__en {
    width: 60px;
  }
}/*# sourceMappingURL=top.css.map */