/*------------------------
  contents main
------------------------*/
section.sec-contents .ly-wrapper {
  max-width: 75rem;
}
@media screen and (max-width: 767px) {
  section.sec-contents .ly-wrapper {
    padding: 0;
  }
}

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

.contents_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15.625rem;
}
.contents_item:last-child {
  margin-bottom: 11.25rem !important;
}
@media screen and (max-width: 767px) {
  .contents_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20rem;
  }
  .contents_item:last-child {
    margin-bottom: 22.5rem !important;
  }
}
@media screen and (max-width: 576px) {
  .contents_item {
    margin-bottom: 3.75rem;
  }
  .contents_item:last-child {
    margin-bottom: 3.75rem !important;
  }
}
.contents_item .contents_item_image {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image {
    width: 80%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_image {
    width: 90%;
  }
}
.contents_item .contents_item_image .content_no {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ee5520;
  position: absolute;
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  top: -1.625rem;
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_image .content_no {
    font-size: 1.625rem;
    top: -1rem;
  }
}
.contents_item .contents_item_image img {
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image img {
    border-radius: 0 2.5rem 2.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_image img {
    border-radius: 0 1.875rem 1.875rem 0;
  }
}
.contents_item .contents_item_image .deco {
  position: absolute;
  width: 12.5rem;
  bottom: -8.125rem;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image .deco {
    display: none;
  }
}
.contents_item .contents_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46%;
  z-index: 2;
  aspect-ratio: 665/595;
  padding: 5.625rem 5rem 5rem;
  margin-left: -4.375rem;
  margin-bottom: -33%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text {
    padding: 2.5rem 3.75rem 2.5rem;
    width: 80%;
    max-width: 28.125rem;
    margin-top: -1.875rem;
    margin-left: 28%;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text {
    padding: 2.5rem 3.75rem 2.5rem;
    width: 84%;
    margin: -1.25rem auto 0 3.125rem;
  }
}
.contents_item .contents_item_text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../images/contents/content_text_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.contents_item .contents_item_text .contents_text_inner {
  position: relative;
  z-index: 2;
}
.contents_item .contents_item_text .contents_text_inner h3 {
  font-weight: 900;
  font-size: 1.375rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    font-size: 1.125rem;
  }
}
.contents_item .contents_item_text .contents_text_inner p.text {
  position: relative;
  z-index: 2;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_text_inner p.text {
    font-size: 0.8125rem;
  }
}
.contents_item .contents_item_text .deco {
  position: absolute;
  width: 12.5rem;
  z-index: 2;
  top: -6.8125rem;
  right: 5rem;
}
.contents_item .contents_item_text .deco .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .deco {
    top: auto;
    bottom: -1.875rem;
    left: -5.625rem;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents_item .contents_item_text .deco .sp {
    display: block;
  }
  .contents_item .contents_item_text .deco img:nth-child(2) {
    margin-bottom: -5rem;
    margin-left: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .deco {
    width: 7.5rem;
    bottom: -1.625rem;
    left: -1.5rem;
  }
  .contents_item .contents_item_text .deco img:nth-child(2) {
    margin-bottom: -3.75rem;
    margin-left: -1.5rem;
  }
}
.contents_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_image {
    margin: 0 0 0 auto;
  }
  .contents_item:nth-child(2n) .contents_item_image img {
    border-radius: 2.5rem 0 0 2.5rem;
  }
}
.contents_item:nth-child(2n) .contents_item_text {
  margin-right: -4.375rem;
  margin-left: 0;
  margin-top: -20%;
  margin-bottom: 0;
}
.contents_item:nth-child(2n) .contents_item_text::after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_text {
    margin-top: -1.875rem;
    margin-left: 0;
    margin-right: 28%;
  }
  .contents_item:nth-child(2n) .contents_item_text::after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) .contents_item_text {
    margin: -1.25rem 3.125rem 0 auto;
  }
}
.contents_item:nth-child(2n) .contents_item_text .deco {
  top: auto;
  bottom: -3.75rem;
  left: 5rem;
  right: auto;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_text .deco {
    left: auto;
    right: -3rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) .contents_item_text .deco {
    right: 0rem;
    bottom: -2rem;
  }
}