/*------------------------
  contents main
------------------------*/
.contets_map {
  background-color: #b9b9b9;
  padding: 6.25rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .contets_map {
    padding: 5rem 1.5rem;
  }
}
.contets_map .contets_map_inner {
  max-width: 75rem;
  border-radius: 3.75rem;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contets_map .contets_map_inner {
    border-radius: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .contets_map .contets_map_inner {
    border-radius: 1.25rem;
  }
}

.contents_item {
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .contents_item {
    display: flex;
  }
}
.contents_item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contents_item:nth-child(even) {
    padding-left: 5.208vw;
  }
  .contents_item:nth-child(even) .contents_item_image {
    order: 2;
    margin-left: -4.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .contents_item:nth-child(even) {
    padding-left: 9.375vw;
  }
}
@media screen and (min-width: 768px) {
  .contents_item:nth-child(odd) {
    padding-right: 5.208vw;
  }
  .contents_item:nth-child(odd) .contents_item_image {
    order: -1;
    margin-right: -4.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .contents_item:nth-child(odd) {
    padding-right: 9.375vw;
  }
}
.contents_item_image {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contents_item_image {
    flex-shrink: 0;
    width: 52.083vw;
  }
}
@media screen and (min-width: 1500px) {
  .contents_item_image {
    width: 58.073vw;
  }
}
.contents_item_image img {
  width: 100%;
}
.contents_item_text {
  background: radial-gradient(ellipse 35% 28% at 88% 45%, rgba(218, 212, 252, 0.75), transparent 75%), radial-gradient(ellipse 60% 45% at 100% 100%, rgba(255, 255, 255, 0.3), transparent 70%), #e4e3ea;
  padding: 4rem 5.3125rem 5.6875rem;
}
@media screen and (min-width: 768px) {
  .contents_item_text {
    margin-top: 13.021vw;
    padding: 4.375rem 7.5rem 4.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .contents_item_text {
    margin-top: 16.406vw;
  }
}
@media screen and (max-width: 767px) {
  .contents_item_text {
    margin: 0 auto;
    width: calc(100% - 6.5rem);
  }
}
.contents_item_text h3 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .contents_item_text h3 {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item_text h3 {
    font-size: 1.8rem;
  }
}
.contents_item_text .text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 576px) {
  .contents_item_text .text {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=features.css.map */