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

.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;
}
.contents_item:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contents_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents_item:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.contents_item .contents_item_image {
  position: relative;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}
.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: calc(44% - 3.125rem);
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text {
    width: 100%;
    max-width: 31.25rem;
    margin-top: 1.25rem;
  }
}
.contents_item .contents_item_text .contents_text_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents_item .contents_item_text .contents_text_inner h3 {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 3.125rem;
  letter-spacing: 0.125rem;
  padding-bottom: 0.75rem;
  text-align: center;
  width: 100%;
  color: #a9875e;
  border-bottom: 0.0625rem solid #a9875e;
  position: relative;
}
.contents_item .contents_item_text .contents_text_inner h3::before, .contents_item .contents_item_text .contents_text_inner h3::after {
  content: "";
  width: 1.4375rem;
  height: 0.5625rem;
  background-image: url(../../images/common/line_deco.svg);
  position: absolute;
  bottom: -0.3125rem;
}
.contents_item .contents_item_text .contents_text_inner h3::before {
  left: -0.0625rem;
}
.contents_item .contents_item_text .contents_text_inner h3::after {
  right: -0.0625rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@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;
  text-align: justify;
  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) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@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;
  }
}
.contents_item .contents_item_image {
  position: relative;
  padding: 0.625rem;
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_image {
    padding: 0.3125rem;
  }
}
.contents_item .contents_item_image span {
  position: absolute;
  background-size: contain;
  background-repeat: repeat-y;
  display: block;
  z-index: 2;
}
.contents_item .contents_item_image::before, .contents_item .contents_item_image::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
}
.contents_item:nth-child(3n-2) .contents_item_image span {
  background-image: url(../../images/contents/contents_frame1_mid.png);
  top: 0.5rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: 0.5rem;
}
.contents_item:nth-child(3n-2) .contents_item_image::before, .contents_item:nth-child(3n-2) .contents_item_image::after {
  background-image: url(../../images/contents/contents_frame1_top.png);
  top: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
}
.contents_item:nth-child(3n-2) .contents_item_image::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.contents_item:nth-child(3n-1) .contents_item_image span {
  background-image: url(../../images/contents/contents_frame2_mid.png);
  top: 0.5rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: 0.5rem;
}
.contents_item:nth-child(3n-1) .contents_item_image::before, .contents_item:nth-child(3n-1) .contents_item_image::after {
  background-image: url(../../images/contents/contents_frame2_top.png);
  top: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
}
.contents_item:nth-child(3n-1) .contents_item_image::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.contents_item:nth-child(3n) .contents_item_image span {
  background-image: url(../../images/contents/contents_frame3_mid.png);
  top: 0.5rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: 0.5rem;
}
.contents_item:nth-child(3n) .contents_item_image::before {
  background-image: url(../../images/contents/contents_frame3_top.png);
  top: -2rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(3n) .contents_item_image::before {
    top: -1.125rem;
  }
}
.contents_item:nth-child(3n) .contents_item_image::after {
  background-image: url(../../images/contents/contents_frame3_bottom.png);
  background-position: bottom;
  top: -0.0625rem;
  left: -0.0625rem;
  right: -0.0625rem;
  bottom: 0.125rem;
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(3n) .contents_item_image::after {
    bottom: 0rem;
  }
}

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

.special_block:not(:last-child) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 576px) {
  .special_block:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}

.special_block_title {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 3.125rem;
  letter-spacing: 0.125rem;
  padding-bottom: 0.75rem;
  text-align: center;
  width: 100%;
  color: #a9875e;
  border-bottom: 0.0625rem solid #a9875e;
  position: relative;
}
.special_block_title::before, .special_block_title::after {
  content: "";
  width: 1.4375rem;
  height: 0.5625rem;
  background-image: url(../../images/common/line_deco.svg);
  position: absolute;
  bottom: -0.3125rem;
}
.special_block_title::before {
  left: -0.0625rem;
}
.special_block_title::after {
  right: -0.0625rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .special_block_title {
    font-size: 1.625rem;
    line-height: 2.5rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .special_block_title {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.special_block_text {
  position: relative;
  z-index: 2;
  text-align: justify;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .special_block_text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}