@charset "UTF-8";
/*------------------------
  contents main
------------------------*/
.wrapper section.sec-contents {
  background: #FFF;
  background-image: url(../../images/common/bg_dot.svg);
  background-repeat: repeat;
  background-size: 3rem 1.5rem;
  background-attachment: fixed;
}

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

.contets_map {
  background-color: #FFE63D;
  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 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .contents_item {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item {
    flex-direction: column;
    margin-bottom: 3.125rem;
  }
}
.contents_item .contents_item_image {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_image {
    width: 76%;
    margin: 0 auto 0 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_image .contents_chara {
  position: absolute;
  width: 10.625rem;
  bottom: -4.375rem;
  left: -13%;
  animation-delay: 0.4s;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image .contents_chara {
    width: 7.5rem;
    bottom: -5.625rem;
    left: 4%;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_image .contents_chara {
    width: 42%;
    bottom: -1.25rem;
    left: auto;
    right: -28%;
  }
}
.contents_item .contents_item_image::before {
  content: "";
  background-image: url(../../images/contents/content_cutpath.svg);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image::before {
    background-image: url(../../images/contents/content_cutpath_sp.svg);
    transform: scale(-1, 1);
  }
}
.contents_item .contents_item_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text {
    padding: 0 1.5rem;
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text {
    padding: 0 2.25rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}
.contents_item .contents_item_text .contents_text_inner {
  position: relative;
}
.contents_item .contents_item_text .contents_text_inner .contents_subtitle {
  letter-spacing: 0.3125rem;
  font-family: "Darumadrop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  margin-bottom: 0.125rem;
  color: #18AEDB;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .contents_text_inner .contents_subtitle {
    font-size: 0.6875rem;
    letter-spacing: 0.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_text_inner .contents_subtitle {
    text-align: center;
  }
}
.contents_item .contents_item_text .contents_text_inner h3 {
  font-weight: 900;
  paint-order: stroke;
  font-size: 2.25rem;
  line-height: 3.125rem;
  letter-spacing: 0.125rem;
  color: #000;
  -webkit-text-fill-color: #FFF; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 3px #000;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    font-size: 1.625rem;
    line-height: 2.5rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text .contents_text_inner h3 {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.contents_item .contents_item_text .contents_text_inner p.text {
  position: relative;
  z-index: 2;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text .contents_text_inner p.text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.contents_item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .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;
  }
}
.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;
  }
}
.contents_item:nth-child(2n) .contents_item_image .contents_chara {
  position: 70;
  right: -13%;
  left: auto;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_image .contents_chara {
    right: 4%;
  }
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) .contents_item_image .contents_chara {
    left: -28%;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_image::before {
    transform: scale(1, 1);
  }
}
.contents_item:nth-child(3n) .contents_item_text .contents_text_inner .contents_subtitle {
  color: #CE4343;
}
.contents_item:nth-child(3n+2) .contents_item_text .contents_text_inner .contents_subtitle {
  color: #FFE63D;
}/*# sourceMappingURL=contents.css.map */