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

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

.contents_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contents_item:not(:last-child) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .contents_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .contents_item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.contents_item .contents_item_image {
  position: relative;
  width: 48%;
  border-radius: 0 1.875rem 1.875rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image {
    width: 75%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_image {
    width: 85%;
    border-radius: 0 1.25rem 1.25rem 0;
  }
}
.contents_item .contents_item_image .contents_img {
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image .contents_img {
    border-left: none;
  }
}
.contents_item .contents_item_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  max-width: 31.25rem;
  background-color: #FFF;
  border: 0.25rem #d71317 solid;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 3.125rem;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text {
    width: 100%;
    margin-top: -3.125rem;
    max-width: 28.125rem;
    padding: 0 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text {
    width: calc(100% - 3.75rem);
    max-width: 23.75rem;
    margin-top: -1.25rem;
    padding: 0 3.125rem;
  }
}
.contents_item .contents_item_text .contents_text_inner {
  position: relative;
  margin-top: -1.875rem;
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_text_inner {
    margin-top: -1.625rem;
  }
}
.contents_item .contents_item_text .contents_text_inner h3 {
  display: block;
  font-weight: 900;
  paint-order: stroke;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #d71317;
  text-align: center;
  border-bottom: 4px dotted #d71317;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-bottom: 0.5rem;
  }
}
.contents_item .contents_item_text .contents_text_inner p.text {
  position: relative;
  z-index: 2;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_text_inner p.text {
    font-size: 0.6875rem;
    margin-top: 0.5rem;
  }
}
.contents_item .contents_item_text .contents_chara {
  position: absolute;
  width: 16.25rem;
  bottom: -11.875rem;
  right: -52%;
  animation-delay: 0.4s;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .contents_chara {
    bottom: -11.875rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_chara {
    bottom: -8.125rem;
    width: 10rem;
    right: -32%;
  }
}
.contents_item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) {
    flex-direction: column;
  }
}
.contents_item:nth-child(2n) .contents_text_inner {
  position: relative;
}
.contents_item:nth-child(2n) .contents_text_inner .contents_chara {
  left: -45%;
  right: auto;
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) .contents_text_inner .contents_chara {
    left: -32%;
    right: auto;
  }
}
.contents_item:nth-child(2n) .contents_item_image {
  border-radius: 1.875rem 0 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_image {
    margin: 0 0 0 auto;
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
.contents_item:nth-child(2n) .contents_item_image .contents_img {
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_image .contents_img {
    border-right: none;
  }
}/*# sourceMappingURL=contents.css.map */