/*------------------------
  contents main
------------------------*/
.contets_map {
  background-color: #b9b9b9;
  padding: 10rem 7rem;
}
@media screen and (max-width: 767px) {
  .contets_map {
    padding: 8rem 2.4rem;
  }
}
.contets_map .contets_map_inner {
  max-width: 120rem;
  border-radius: 6rem;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contets_map .contets_map_inner {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .contets_map .contets_map_inner {
    border-radius: 2rem;
  }
}

.contents_wrap {
  width: 100%;
  margin: 0 auto;
}

.contents_item {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .contents_item {
    margin-bottom: 8.5rem;
  }
}
.contents_item .contents_item_image {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .contents_item .contents_item_image {
    margin-bottom: 3rem;
    border-width: 0.5rem;
    padding: 0 3rem;
  }
}
.contents_item .contents_item_image img {
  border: 0.3rem solid #e7e6e0;
  width: 100%;
}
.contents_item .contents_item_text {
  position: relative;
  padding: 1.2rem 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .contents_item .contents_item_text {
    padding: 2rem;
  }
}
.contents_item .contents_item_text::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: url("../../images/common/bg_symbol_04.png") repeat-x;
  background-size: 3px 2px;
  content: "";
}
.contents_item .contents_item_text::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: url("../../images/common/bg_symbol_04.png") repeat-x;
  background-size: 3px 2px;
  content: "";
}
.contents_item .contents_item_text .contents_text_inner {
  position: relative;
}
.contents_item .contents_item_text .contents_text_inner h3 {
  margin-bottom: 0.5rem;
  color: var(--color-primary);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
  }
}
.contents_item .contents_item_text .contents_text_inner p.text {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 768px) {
  .contents_item .contents_item_text .contents_text_inner p.text {
    font-size: 1.4rem;
  }
}
.contents_item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) .contents_item_image {
    margin: 0 0 0 auto;
  }
}/*# sourceMappingURL=features.css.map */