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

.feature {
  overflow: hidden;
}
.feature__title {
  background: url(../images/feature/bg.jpg) no-repeat;
  background-size: cover;
  height: 280px;
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__title {
    height: 210px;
    padding-top: 100px;
  }
}
.feature__title--ja {
  color: #24abb5;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .feature__title--ja {
    font-size: 1.875rem;
  }
}
.feature__title--en {
  display: block;
  margin: auto;
  transform: translateY(0.8rem);
  width: 223px;
}
@media screen and (max-width: 767px) {
  .feature__title--en {
    transform: translateY(-1rem);
  }
}
.feature__inner {
  background-color: #f5f4f2;
  background-size: cover;
  padding-bottom: 150px;
}
.feature .breadcrumbs {
  margin-bottom: 3.75rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 959px) {
  .feature .breadcrumbs {
    padding-left: 1.25rem;
  }
}
.feature .breadcrumbs li {
  display: inline-block;
  font-size: 0.75rem;
}
.feature .breadcrumbs li::after {
  content: ">";
  color: #24abb5;
  display: inline-block;
  padding: 0 10px;
}
.feature .breadcrumbs li:last-child::after {
  display: none;
}
.feature .breadcrumbs li a {
  color: #24abb5;
}
.feature .content__title {
  color: #9d9368;
  font-size: 1.875rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature .content__title {
    font-size: 1.562rem;
    margin-bottom: 2.25rem;
  }
}
.feature__section {
  margin: auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 1.25rem;
}
.feature__section:not(:nth-of-type(1)) {
  margin-top: 7.5rem;
}
.feature .section__title {
  display: flex;
  justify-content: center;
}
.feature .section__title--ja {
  color: #24abb5;
  font-size: 1.25rem;
  margin-right: 10px;
  transform: translateY(0.6rem);
}
.feature .section__title--num {
  display: block;
  width: 64px;
}
.feature .section__lead {
  color: #24abb5;
  font-size: 1.875rem;
  margin: 0;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature .section__lead {
    font-size: 1.562rem;
    margin-bottom: 2.5rem;
  }
}
.feature .media {
  display: flex;
}
@media screen and (max-width: 959px) {
  .feature .media {
    flex-direction: column;
  }
}
.feature .media__thumb {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .feature .media__thumb {
    margin: 1.875rem auto 0;
    max-width: 530px;
    width: 100%;
  }
}
.feature .media__thumb::after {
  background: url(../images/feature/figure-bg.jpg) no-repeat;
  background-size: cover;
  content: "";
  height: 168px;
  width: 50vw;
  position: absolute;
  left: 130px;
  bottom: -50px;
}
@media screen and (max-width: 959px) {
  .feature .media__thumb::after {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .feature .media__thumb::after {
    left: 50px;
  }
}
.feature .media__thumb img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.feature .media__textBox {
  margin-right: 4.35rem;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .feature .media__textBox {
    margin-right: 0;
    width: 100%;
  }
}
.feature .media__textBox p:nth-child(1) span.text-letter {
  letter-spacing: -0.3px;
}
.feature .media__textBox p:nth-child(2) span.text-letter {
  letter-spacing: -0.9px;
}
.feature .media.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .feature .media.reverse {
    flex-direction: column;
  }
}
.feature .media.reverse .media__textBox {
  margin-left: 4.35rem;
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .feature .media.reverse .media__textBox {
    margin-left: 0;
  }
}
.feature .media.reverse .media__thumb::after {
  position: absolute;
  left: initial;
  right: 130px;
}
@media screen and (max-width: 767px) {
  .feature .media.reverse .media__thumb::after {
    right: 50px;
  }
}
.feature .media.line .media__textBox {
  margin-right: 7.5rem;
}
@media screen and (max-width: 959px) {
  .feature .media.line .media__textBox {
    margin-right: 0;
  }
}
.feature .media__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.94rem;
  line-height: 2;
}
.feature .media__text:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .feature .media__text:not(:first-child) {
    margin-top: 0.94rem;
  }
}
.feature .media__text--blue {
  color: #2463b5;
}
.feature .media__text--red {
  color: #e65376;
}
.feature .media__button {
  margin-top: 3.125rem;
}
.feature .media__button a {
  background-color: #24abb5;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  height: 5rem;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .feature .media__button a {
    margin: auto;
  }
}
.feature .media__qr {
  position: absolute;
  top: 100px;
  left: -50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .feature .media__qr {
    width: 40%;
    left: -10px;
  }
}

.feature .feature02,
.feature .feature05 {
  display: block;
  margin-top: -1.5rem;
  padding-top: 9.5rem;
}

@media screen and (max-width: 767px) {
  .feature .feature02,
  .feature .feature05 {
    margin-top: 0;
    padding-top: 6.5rem;
  }
}

/*# sourceMappingURL=feature.css.map */
