/*------------------------
  contents main
------------------------*/
.contents_wrap {
  max-width: 75rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100%;
    padding: 0 2.25rem;
  }
}
.contents_wrap:not(:last-child) {
  margin-bottom: 5rem;
}

.contents_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .contents_item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contents_item img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contents_item img {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.contents_item .contents_item_text {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text {
    width: 100%;
  }
}
.contents_item .contents_item_text h3 {
  line-height: 2;
  font-size: 1.625rem;
  display: inline;
  padding: 0.25rem 1.25rem;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #1e2426));
  background: linear-gradient(transparent 0%, #1e2426 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text h3 {
    line-height: 1.5;
    font-size: 1.0625rem;
    padding: 0.125rem 0.75rem;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.contents_item .contents_item_text p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text p {
    margin-top: 0.625rem;
  }
}
.contents_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contents_wrap.noimage .contents_item .contents_item_text {
  width: 100%;
}

.contents_map {
  margin: 0 auto;
  max-width: 53.75rem;
  position: relative;
}
.contents_map a {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents_map a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contents_map a.content_02 {
  width: 14.4%;
  top: 13.8%;
  left: 21.5%;
}
.contents_map a.content_03 {
  width: 14.4%;
  top: 22.9%;
  left: 37.3%;
}
.contents_map a.content_04 {
  height: 21.9%;
  top: 4.1%;
  left: 46%;
}
.contents_map a.content_04 img {
  max-width: none !important;
  height: 100% !important;
}
.contents_map a.content_05 {
  width: 14.4%;
  top: 16.6%;
  left: 61.6%;
}
.contents_map a.content_06 {
  width: 14.4%;
  top: 2.7%;
  left: 75.7%;
}
.contents_map a.content_07 {
  height: 21.9%;
  top: 27.6%;
  left: 79.1%;
}
.contents_map a.content_07 img {
  max-width: none !important;
  height: 100% !important;
}
.contents_map a.content_08 {
  height: 21.9%;
  top: 53.3%;
  left: 79.5%;
}
.contents_map a.content_08 img {
  max-width: none !important;
  height: 100% !important;
}
.contents_map a.content_09 {
  height: 21.9%;
  top: 74.9%;
  left: 68.1%;
}
.contents_map a.content_09 img {
  max-width: none !important;
  height: 100% !important;
}
.contents_map a.content_10 {
  width: 14.4%;
  top: 51.2%;
  left: 59.2%;
}
.contents_map a.content_11 {
  width: 14.4%;
  top: 70.2%;
  left: 46%;
}
.contents_map a.content_12 {
  width: 14.4%;
  top: 50.9%;
  left: 33.8%;
}
.contents_map a.content_13 {
  width: 14.4%;
  top: 69.8%;
  left: 21.1%;
}
.contents_map a.content_14 {
  width: 14.4%;
  top: 57.2%;
  left: 5.7%;
}