/*------------------------
  contents main
------------------------*/
@media screen and (min-width: 768px) {
  section.sec-contents {
    padding-bottom: 6.875rem;
  }
}

@media screen and (min-width: 768px) {
  .sec-special .common_box .common_box_inner {
    padding-top: 6.875rem;
    padding-bottom: 5.3125rem;
  }
}

.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_wrap {
  width: 100%;
  margin: 0 auto;
}

.contents_item {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .contents_item {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .contents_item:nth-child(odd) {
    align-items: flex-end;
    margin-bottom: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .contents_item:nth-child(odd) .contents_item_text {
    margin-bottom: -6.875rem;
    margin-left: -6.5625rem;
    padding: 3.125rem 5rem 3.125rem 9.375rem;
  }
}
@media screen and (min-width: 1500px) {
  .contents_item:nth-child(odd) .contents_item_text {
    padding: 6.5625rem 10.625rem 5.625rem 13.125rem;
  }
}
@media screen and (min-width: 768px) {
  .contents_item:nth-child(even) {
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 11.625rem;
  }
}
@media screen and (min-width: 768px) {
  .contents_item:nth-child(even) .contents_item_text {
    margin-top: -6.875rem;
    margin-right: -6.5625rem;
    padding: 3.125rem 9.375rem 3.125rem 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .contents_item:nth-child(even) .contents_item_text {
    padding: 6.5625rem 13.125rem 5.625rem 10.625rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(even) .contents_item_image {
    margin-left: auto;
  }
}
.contents_item:last-child {
  margin-bottom: 0;
}
.contents_item_image {
  width: 40.875rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .contents_item_image {
    flex-shrink: 0;
    width: 58.02%;
  }
}
.contents_item_text {
  flex: 1;
  padding: 10rem 3.5rem 3.9375rem;
  margin: -6.6875rem 3.5rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents_item_text {
    margin: 0;
  }
}
.contents_item_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #f7f6f5 url("../../images/common/bg.svg") repeat-x left top;
  z-index: -1;
}

.contents_text_inner h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .contents_text_inner h3 {
    font-size: 1.9375rem;
    margin-bottom: 1.25rem;
  }
}
.contents_text_inner .text {
  font-size: 1.625rem;
  line-height: 1.42;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .contents_text_inner .text {
    font-size: 1.0625rem;
    line-height: 1.94;
  }
}/*# sourceMappingURL=features.css.map */