@charset "UTF-8";
/* transition */
/* ==================================================
	MV
================================================== */
.mv {
  position: relative;
}
.mv-txt {
  position: absolute;
  top: 30px;
  right: 5vw;
  width: 20vw;
  max-width: 150px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .mv-txt {
    right: 30px;
  }
}
/* ========== end △ */
.mv-logo {
  position: absolute;
  top: 0;
  left: 10vw;
  width: 20vw;
  max-width: 150px;
}
.mv-cont {
  position: relative;
}
.mv-logo {
  position: absolute;
  bottom: 5vw;
  left: 10vw;
  width: 20vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
  max-width: 150px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .mv-logo {
    bottom: 50px;
    left: 70px;
  }
}
/* ========== end △ */
.mv-img {
  width: 20vw;
  margin: 0 auto;
  margin-top: -30vw;
  position: relative;
  z-index: 2;
  max-width: 150px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .mv-img {
    margin-top: -220px;
  }
}
/* ========== end △ */
.mv-circle {
  position: absolute;
  bottom: -5vw;
  right: 22vw;
  width: 20vw;
  z-index: 1;
  max-width: 150px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .mv-circle {
    bottom: -40px;
    right: 160px;
  }
}
/* ========== end △ */
.mv-arrow {
  margin-top: 20px;
  text-align: center;
}
.mv-arrow .icon-arrow {
  display: inline-block;
  color: #eb5a24;
  font-size: 9vw;
  transform: rotate(90deg);
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .mv-arrow .icon-arrow {
    font-size: 5rem;
  }
}
/* ========== end △ */

.features {
  background: #edb87e;
  padding: 18vw 5vw 0;
  margin-top: 20px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features {
    padding: 140px 50px 0;
  }
}
/* ========== end △ */
.features-inner {
  background: #fff;
  position: relative;
  padding: 25vw 5vw 15vw;
  border-radius: 0 0 5px 5px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features-inner {
    padding: 200px 50px 100px;
  }
}
/* ========== end △ */
.features-obi {
  position: absolute;
  top: -10.5vw;
  left: 0;
  width: 100%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features-obi {
    top: -76px;
  }
}
/* ========== end △ */
.features-cont {
  margin-top: 15vw;
}
.features-cont p, .features-cont h3 {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features-cont {
    margin-top: 100px;
  }
}
/* ========== end △ */
.features-cont.first {
  margin-top: 0;
}
.features-cont-img {
  position: relative;
  width: 40vw;
  max-width: 300px;
  margin: 0 auto;
}
.features-cont-img .num {
  position: absolute;
  top: -4vw;
  left: -9vw;
  width: 15vw;
  max-width: 112px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features-cont-img .num {
    top: -40px;
    left: -60px;
  }
}
/* ========== end △ */
.features-cont-ttl {
  margin-top: 3vw;
  font-size: 2.4rem;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features-cont-ttl {
    margin-top: 30px;
  }
}
/* ========== end △ */
.features-cont-txt {
  margin-top: 3vw;
  font-size: 1.8rem;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features-cont-txt {
    margin-top: 30px;
  }
}
/* ========== end △ */
.features-btn {
  margin-top: 10vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features-btn {
    margin-top: 50px;
  }
}
/* ========== end △ */
.features-btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 7vw 0;
  border-radius: 5px;
  background: #eb5a24;
  color: #fff;
  border: 2px solid #fff;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .features-btn a {
    padding: 40px 0;
  }
}
/* ========== end △ */
.features-btn span {
  display: inline-block;
  margin-right: 10px;
}

.ig a {
  font-size: min(10vw, 50px);
  color: #fff;
  text-align: center;
  display: block;
}/*# sourceMappingURL=top.css.map */