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

.contents_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    width: 100%;
  }
}

.contents_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}
.contents_item:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contents_item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    clip-path: none;
  }
  .contents_item:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.contents_item .contents_item_image {
  width: 53%;
  padding-bottom: 1.375rem;
}
.contents_item .contents_item_image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_image {
    width: 85%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_image {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.contents_item .contents_item_text {
  width: 47%;
  background: #FFF;
  padding: 5.625rem 2.5rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 350px;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text {
    width: 100%;
    clip-path: polygon(0 1.875rem, 100% 0, 100% calc(100% - 1.875rem), 0 100%);
    padding: 5.625rem 2.5rem 5rem;
    min-height: unset;
    margin-top: -5%;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text {
    padding: 3.75rem 2.5rem 3.125rem;
    clip-path: polygon(0 1.25rem, 100% 0, 100% calc(100% - 1.25rem), 0 100%);
  }
}
.contents_item .contents_item_text h3 {
  font-size: 1.25rem;
  display: block;
  position: relative;
  margin-top: 0.75rem;
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text h3 {
    font-size: 1.125rem;
  }
}
.contents_item .contents_item_text h3 span {
  position: relative;
  z-index: 2;
}
.contents_item .contents_item_text h3 img {
  position: absolute;
  height: 1.125rem;
  left: -1.25rem;
  top: -0.875rem;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}
.contents_item .contents_item_text p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .contents_item .contents_item_text p {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item .contents_item_text p {
    font-size: 0.75rem;
  }
}
.contents_item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contents_item:nth-child(2n) .contents_item_image {
  padding-top: 1.375rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_image {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) .contents_item_image {
    padding: 0 2.5rem;
  }
}
.contents_item:nth-child(2n) .contents_item_text {
  width: 47%;
  background: #FFF;
  padding: 4.375rem 2.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .contents_item:nth-child(2n) .contents_item_text {
    width: 100%;
    clip-path: polygon(0 0, 100% 1.875rem, 100% 100%, 0 calc(100% - 1.875rem));
    padding: 5rem 2.5rem 5.625rem;
  }
}
@media screen and (max-width: 576px) {
  .contents_item:nth-child(2n) .contents_item_text {
    clip-path: polygon(0 0, 100% 1.25rem, 100% 100%, 0 calc(100% - 1.25rem));
    padding: 3.125rem 2.5rem 3.75rem;
  }
}

.contents_wrap.noimage .contents_item .contents_item_text {
  width: 100%;
}

.guide_wrap {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 6.25rem;
  padding: 2.5rem 3.75rem;
  border: 0.125rem solid #69d0e7;
}
@media screen and (max-width: 767px) {
  .guide_wrap {
    padding: 2.5rem 2.5rem;
    border: 0.09375rem solid #69d0e7;
  }
}
@media screen and (max-width: 576px) {
  .guide_wrap {
    max-width: calc(100% - 4.5rem);
    margin: 3.125rem auto 1.25rem;
    padding: 1.875rem 1.5rem;
  }
}
.guide_wrap h3 {
  color: #659cc6;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 576px) {
  .guide_wrap h3 {
    font-size: 1.625rem;
    margin-bottom: 0.75rem;
  }
}
.guide_wrap p.text {
  text-align: center;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .guide_wrap p.text {
    margin-bottom: 1.25rem;
  }
  .guide_wrap p.text br.pc-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .guide_wrap p.text {
    font-size: 0.75rem;
  }
  .guide_wrap p.text br.pc-none {
    display: block;
  }
}
.guide_wrap .guide_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.75rem;
}
@media screen and (max-width: 576px) {
  .guide_wrap .guide_img_wrap {
    padding: 0 0.625rem;
  }
}
.guide_wrap .guide_img_wrap .guide_img:not(:last-child) {
  margin-right: 3.75rem;
}
@media screen and (max-width: 576px) {
  .guide_wrap .guide_img_wrap .guide_img:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.guide_wrap .guide_img_wrap .guide_img .img_wrap {
  overflow: hidden;
  border-radius: 50%;
}
.guide_wrap .guide_img_wrap .guide_img .guide_name {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 576px) {
  .guide_wrap .guide_img_wrap .guide_img .guide_name {
    font-size: 1rem;
  }
}
.guide_wrap .guide_img_wrap .guide_img .guide_name span {
  font-size: 1rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .guide_wrap .guide_img_wrap .guide_img .guide_name span {
    font-size: 0.8125rem;
  }
}