.page_headline--contents .page_headline__img {
  width: 8.625rem;
}
@media screen and (min-width: 768px) {
  .page_headline--contents .page_headline__img {
    width: min(23.9583333333vw, 28.75rem);
  }
}
@media screen and (max-width: 767px) {
  .page_headline--contents .page_headline__img {
    bottom: -2.6875rem;
  }
}

/*------------------------
  contents main
------------------------*/
section.sec-contents .ly-wrapper {
  max-width: 79rem;
}

.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 {
  background-color: #f0eae4;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents_item {
    margin-bottom: 3.75rem;
    padding: 2.5rem;
  }
  .contents_item:nth-child(odd) .contents_item_image {
    order: 2;
  }
  .contents_item:nth-child(odd) .contents_item_image ~ .contents_item_text {
    border-radius: 1.875rem 0 0 1.875rem;
    margin-top: 2rem;
  }
  .contents_item:nth-child(odd) .contents_item_image ~ .contents_item_text h3 {
    margin-right: -1.25rem;
  }
  .contents_item:nth-child(odd) .contents_item_image ~ .contents_item_text h3 span {
    display: block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .contents_item:nth-child(odd) .contents_item_text {
    margin-left: auto;
    border-radius: 0 1.875rem 1.875rem 0;
  }
  .contents_item:nth-child(even) .contents_item_image ~ .contents_item_text {
    border-radius: 0 1.875rem 1.875rem 0;
    margin-top: 2rem;
  }
  .contents_item:nth-child(even) .contents_item_image ~ .contents_item_text h3 {
    margin-left: -1.25rem;
  }
  .contents_item:nth-child(even) .contents_item_image ~ .contents_item_text h3 span {
    display: block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .contents_item:nth-child(even) .contents_item_text {
    border-radius: 1.875rem 0 0 1.875rem;
  }
  .contents_item:nth-child(even) .contents_item_num {
    left: auto;
    right: 2.5rem;
  }
}
.contents_item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contents_item_inner {
    display: flex;
    align-items: flex-start;
  }
}
.contents_item_image {
  background-color: #f8df65;
  margin: 0 -1rem;
  padding-block: 0.4375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contents_item_image {
    flex-shrink: 0;
    margin: 0;
    padding-block: 0.9375rem;
    width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_item_image ~ .contents_item_text h3 {
    margin-left: -1rem;
    text-align: left;
  }
  .contents_item_image ~ .contents_item_text h3 span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.contents_item_image img {
  width: 100%;
  height: auto;
}
.contents_item_text {
  background-color: #fff;
  border-radius: 0 0 0.9375rem 0.9375rem;
  max-width: 45rem;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .contents_item_text {
    border-radius: 1.875rem;
    padding: 1.25rem;
  }
}
.contents_item_text h3 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.18;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents_item_text h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
  }
}
.contents_item_text h3 span {
  background-color: #292726;
  border-radius: 6.25rem;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .contents_item_text h3 span {
    padding: 0.75rem 1.25rem;
  }
}
.contents_item_text .text {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contents_item_text .text {
    font-size: 1rem;
  }
}
.contents_item_num {
  color: #fff;
  font-family: var(--font-en);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.9375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .contents_item_num {
    font-size: 12.5rem;
    position: absolute;
    left: 2.5rem;
    bottom: 0.875rem;
    margin-top: 0;
  }
}

.contents_slider {
  margin-bottom: 0 !important;
  position: relative;
}
.contents_slider .slick-arrow {
  height: 2.1875rem;
  width: 1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents_slider .slick-arrow {
    height: 5rem;
    width: 2.5rem;
  }
}
.contents_slider .slick-arrow::before {
  display: none;
}
.contents_slider .slick-arrow.slick-prev {
  background: url("../../images/common/arrow_l.png") no-repeat center/contain;
  left: 0;
}
.contents_slider .slick-arrow.slick-next {
  background: url("../../images/common/arrow_r.png") no-repeat center/contain;
  right: 0;
}
.contents_slider .slick-dots {
  bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contents_slider .slick-dots {
    bottom: 0.9375rem;
  }
}
.contents_slider .slick-dots li {
  height: 0.3125rem;
  width: 0.3125rem;
  margin-inline: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .contents_slider .slick-dots li {
    height: 0.625rem;
    width: 0.625rem;
    margin-inline: 0.625rem;
  }
}
.contents_slider .slick-dots li.slick-active button {
  background-color: #f8df65;
}
.contents_slider .slick-dots li button {
  background-color: #ababab;
  border-radius: 50%;
  display: block;
  padding: 0;
  height: 100%;
  width: 100%;
}
.contents_slider .slick-dots li button::before {
  display: none;
}/*# sourceMappingURL=features.css.map */