@charset "UTF-8";
.top_case {
  background-color: #ebe6f1;
  padding: 0 0 120px;
}
@media only screen and (max-width: 767px) {
  .top_case {
    padding: 0 0 15vw;
  }
}
.top_case_top {
  background-image: url(../img/bg05.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 0 151px;
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .top_case_top {
    background-image: url(../img/bg06.png);
    padding: 19vw 0 0;
    margin: 0 0 23vw;
  }
}
.top_case_top .catch {
  font-size: 20px;
  color: #ffffff;
  background-color: #521886;
  width: 90%;
  max-width: 530px;
  margin: 0 auto 37px;
  position: relative;
  border-radius: 3px;
  padding: 5px 0 5px 18px;
}
@media only screen and (max-width: 767px) {
  .top_case_top .catch {
    font-size: 3.4vw;
    padding: 1vw 0 1vw 6vw;
    margin: 0 auto 5.4vw;
  }
}
.top_case_top .catch:before, .top_case_top .catch::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}
.top_case_top .catch::before {
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #521886 transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .top_case_top .catch::before {
    bottom: -8px;
    border-width: 8px 4px 0 4px;
  }
}
.top_case_top .catch::after {
  width: 44px;
  height: 120px;
  background-image: url(../img/img15.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 29px;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
@media only screen and (max-width: 767px) {
  .top_case_top .catch::after {
    width: 6vw;
    height: 18vw;
    right: 6vw;
  }
}
.top_case_top > .ttl {
  font-size: 44px;
  line-height: 1.4;
  text-align: center;
  font-weight: 800;
  margin: 0 0 54px;
  color: #0a0a0a;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .ttl {
    font-size: 6.8vw;
    margin: 0 0 9vw;
  }
}
.top_case_top > .list {
  width: 82%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_case_top > .list .listItem.lg {
  width: 47%;
  margin: 0 6% 71px 0;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.lg {
    width: 100%;
    margin: 0 0 10vw;
  }
}
.top_case_top > .list .listItem.lg:hover {
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.lg:hover {
    opacity: 1;
  }
}
.top_case_top > .list .listItem.lg .image {
  height: 316px;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.lg .image {
    height: 55vw;
    margin: 0 0 3.5vw;
  }
}
.top_case_top > .list .listItem.lg .detail .ttl {
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.lg .detail .ttl {
    font-size: 4.3vw;
    margin: 0 0 3vw;
  }
}
.top_case_top > .list .listItem.lg .moreIcon {
  width: 21%;
  bottom: 1%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.lg .moreIcon {
    width: 26%;
    bottom: 0;
  }
}
.top_case_top > .list .listItem.sm {
  width: 31%;
  margin: 0 3.5% 50px 0;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.sm {
    width: 100%;
    margin: 0 0 4.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_case_top > .list .listItem.sm:hover .image::before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.sm:hover .image::before {
    opacity: 0;
  }
}
.top_case_top > .list .listItem.sm:hover .moreIcon {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.sm:hover .moreIcon {
    opacity: 0;
  }
}
.top_case_top > .list .listItem.sm .image {
  height: 210px;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.sm .image {
    height: 32vw;
    width: 39%;
  }
}
.top_case_top > .list .listItem.sm .image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 7px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.top_case_top > .list .listItem.sm .moreIcon {
  width: 32%;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.sm .detail {
    width: 55%;
    margin: 0 0 0 6%;
  }
}
.top_case_top > .list .listItem.sm .detail .ttl {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem.sm .detail .ttl {
    font-size: 3.7vw;
    margin: 0 0 2vw;
  }
}
.top_case_top > .list .listItem {
  position: relative;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}
.top_case_top > .list .listItem:nth-of-type(2) {
  margin: 0 0 71px;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem:nth-of-type(2) {
    margin: 0 0 10vw;
  }
}
.top_case_top > .list .listItem:nth-of-type(5) {
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem:nth-of-type(5) {
    margin: 0 0 4.6vw;
  }
}
.top_case_top > .list .listItem .image {
  border-radius: 7px;
  margin: 0 0 23px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem .image {
    margin: 0;
  }
}
.top_case_top > .list .listItem .image .text {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
  border: 1px solid #ffffff;
  background-color: rgba(51, 51, 51, 0.65);
  border-radius: 20px;
  padding: 5px 19px;
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem .image .text {
    font-size: 3.1vw;
    padding: 1vw 3vw;
    top: 2vw;
    right: 2vw;
  }
}
.top_case_top > .list .listItem .detail .ttl {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
  font-weight: 800;
  color: #0a0a0a;
  line-height: 1.6;
  margin: 0 0 14px;
}
.top_case_top > .list .listItem .detail .place {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
  background: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  padding: 5px 11px;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem .detail .place {
    font-size: 3.1vw;
    padding: 1vw 2vw;
  }
}
.top_case_top > .list .listItem .detail .place::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 12px;
  background-image: url(../img/icon_pin01.svg);
  background-repeat: no-repeat;
  margin: 0 3px -1px 0;
}
@media only screen and (max-width: 767px) {
  .top_case_top > .list .listItem .detail .place::before {
    width: 2.6vw;
    height: 3.1vw;
    margin: 0 0 -1px 0;
  }
}
.top_case_top > .list .listItem .moreIcon {
  position: absolute;
  z-index: 3;
}
.top_case_top > .btn {
  width: 68%;
  max-width: 440px;
  margin: 30px auto 0;
  background-color: #ba88b6;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  position: relative;
  border-radius: 40px;
  padding: 25px 0;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  display: none;
}
.top_case_top > .btn:hover {
  opacity: .7;
}
.top_case_top > .btn > img {
  width: 12px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.top_case_bottom {
  width: 87%;
  max-width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 67px 70px 47px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_case_bottom {
    border-radius: 10px;
    padding: 7vw 8vw 4vw;
  }
}
.top_case_bottom .img, .top_case_bottom .ttl {
  position: absolute;
  z-index: 1;
}
.top_case_bottom .img {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -94%);
          transform: translate(-50%, -94%);
  width: 94%;
}
.top_case_bottom .ttl {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 800;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_case_bottom .ttl {
    font-size: 4.3vw;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
  }
}
.top_case_bottom .ttl br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top_case_bottom .ttl br {
    display: block;
  }
}
.top_case_bottom .ttl::before, .top_case_bottom .ttl::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 27px;
  background-image: url(../img/icon_pop01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .top_case_bottom .ttl::before, .top_case_bottom .ttl::after {
    width: 4vw;
    height: 6vw;
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
}
.top_case_bottom .ttl::before {
  margin: 0 38px 0 0;
}
@media only screen and (max-width: 767px) {
  .top_case_bottom .ttl::before {
    margin: 0;
    left: 9%;
  }
}
.top_case_bottom .ttl::after {
  margin: 0 0 0 38px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .top_case_bottom .ttl::after {
    margin: 0;
    right: 9%;
  }
}
.top_case_bottom .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_case_bottom .list .listItem {
  width: 50%;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
  color: #0a0a0a;
  letter-spacing: -1px;
  padding: 0 4% 10px 0;
}
@media only screen and (max-width: 767px) {
  .top_case_bottom .list .listItem {
    width: 100%;
    padding: 0;
    font-size: 3.1vw;
    line-height: 2.0;
    text-align: center;
  }
}

.top_slider {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  display: none;
}
.top_slider_close {
  width: 59px;
  margin: 54px calc(50% - 500px - 59px) 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .top_slider_close {
    margin: 54px 12% 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .top_slider_close {
    width: 12vw;
    margin: 7.8vw 7vw 0 auto;
  }
}
.top_slider_main {
  width: 82%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top_slider_main {
    width: 100%;
  }
}
.top_slider_main .prev-arrow, .top_slider_main .next-arrow {
  width: 34px;
  height: 58px;
  background-image: url(../img/icon_arr_6.svg);
  top: 45%;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .prev-arrow, .top_slider_main .next-arrow {
    width: 4.8vw;
    height: 8.5vw;
  }
}
.top_slider_main .prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top_slider_main .caseSlider {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 73px 0 80px;
  height: calc(100vh - 200px);
  overflow-y: scroll;
  margin: 0 100px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider {
    margin: 0 7.8vw;
    height: 75vh;
    border-radius: 10px;
    padding: 9.8vw 0;
  }
}
.top_slider_main .caseSlider > .ttl {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  padding: 17px 0;
  background-image: url(../img/icon_pin02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider > .ttl {
    font-size: 5vw;
    padding: 2.6vw 0;
    margin: 0 0 4vw;
  }
}
.top_slider_main .caseSlider .imageSlider {
  width: 72%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .imageSlider {
    width: 84%;
    margin: 0 auto 5.8vw;
  }
}
.top_slider_main .caseSlider .imageSlider .sliderItem {
  text-align: center;
}
.top_slider_main .caseSlider .imageSlider .sliderItem img {
  border-radius: 10px;
}
.top_slider_main .caseSlider .imageSlider .sliderItem .cap {
  display: inline-block;
  font-size: 14px;
  margin: 25px 0 0;
  color: #0a0a0a;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .imageSlider .sliderItem .cap {
    font-size: 3.1vw;
    margin: 5.4vw 0 0;
  }
}
.top_slider_main .caseSlider .imageSlider .slick-dots {
  margin: 21px 0 0;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .imageSlider .slick-dots {
    margin: 4.1vw 0 0;
  }
}
.top_slider_main .caseSlider .spec {
  background-color: #ebe6f1;
  padding: 41px 0 48px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .spec {
    padding: 6vw 0 4vw;
  }
}
.top_slider_main .caseSlider .spec .ttl, .top_slider_main .caseSlider .spec dl {
  width: 82%;
  max-width: 720px;
  margin: 0 auto;
}
.top_slider_main .caseSlider .spec .ttl {
  margin: 0 auto 34px;
  padding: 0 0 12px;
  border-bottom: 1px solid #5c3394;
  font-weight: 800;
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .spec .ttl {
    font-size: 3.7vw;
    padding: 0 0 3vw;
    margin: 0 auto 4.6vw;
  }
}
.top_slider_main .caseSlider .spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .spec dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .spec dl dt, .top_slider_main .caseSlider .spec dl dd {
    line-height: 1.3;
  }
}
.top_slider_main .caseSlider .spec dl dt {
  background-color: #ba88b6;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  width: 130px;
  padding: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .spec dl dt {
    width: 23%;
    font-size: 3.1vw;
    padding: 2vw;
  }
}
.top_slider_main .caseSlider .spec dl dt br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .spec dl dt br {
    display: block;
  }
}
.top_slider_main .caseSlider .spec dl dd {
  font-size: 16px;
  color: #0a0a0a;
  width: calc(100% - 130px);
  padding: 13px 30px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .spec dl dd {
    width: 77%;
    font-size: 3.4vw;
    padding: 2vw 0 2vw 4vw;
  }
}
.top_slider_main .caseSlider .comment {
  width: 84%;
  max-width: 1000px;
  margin: 80px auto 44px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .comment {
    margin: 12vw auto 7vw;
  }
}
.top_slider_main .caseSlider .comment_top.hasImg {
  padding: 0 40% 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .comment_top.hasImg {
    padding: 0;
  }
}
.top_slider_main .caseSlider .comment_top .image {
  width: 36%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 220px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .comment_top .image {
    position: static;
    width: 56%;
    height: auto;
    margin: 0 auto;
  }
}
.top_slider_main .caseSlider .comment_top .icon {
  width: 168px;
  margin: 0 0 23px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .comment_top .icon {
    width: 29vw;
    margin: 0 0 3.1vw;
  }
}
.top_slider_main .caseSlider .comment_top .ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
  margin: 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .comment_top .ttl {
    font-size: 4vw;
    margin: 0 0 3.1vw;
  }
}
.top_slider_main .caseSlider .comment_top .name {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
  color: #0a0a0a;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .comment_top .name {
    font-size: 3.1vw;
    margin: 0 0 6.2vw;
  }
}
.top_slider_main .caseSlider .comment .des {
  font-size: 16px;
  line-height: 2.0;
  color: #0a0a0a;
  margin: 54px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ ゴシック", "Osaka‐等幅";
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .comment .des {
    font-size: 3.4vw;
    margin: 5vw auto 0;
  }
}
.top_slider_main .caseSlider .btn {
  width: 81%;
  max-width: 440px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #5c3394;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  padding: 23px 0;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .btn {
    font-size: 3.4vw;
    padding: 3.4vw;
  }
}
.top_slider_main .caseSlider .btn:hover {
  background: #ebe6f1;
}
.top_slider_main .caseSlider .btn > img {
  width: 12px;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top_slider_main .caseSlider .btn > img {
    width: 2.6vw;
  }
}

.top_sec7 {
  background-color: #521886;
  padding: 72px 0 65px;
}
@media only screen and (max-width: 767px) {
  .top_sec7 {
    padding: 11vw 0 10vw;
  }
}
.top_sec7_inner {
  width: 84%;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .top_sec7_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_sec7_text {
  width: 51%;
  margin: 0 3% 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_sec7_text {
    width: 100%;
    margin: 0;
  }
}
.top_sec7_text .pop, .top_sec7_text .vir {
  position: absolute;
  z-index: 1;
}
.top_sec7_text .pop {
  width: 19%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-13%);
          transform: translateY(-13%);
}
.top_sec7_text .vir {
  width: 9%;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media only screen and (max-width: 767px) {
  .top_sec7_text .vir {
    top: -2%;
    -webkit-transform: translateY(-93%);
            transform: translateY(-93%);
  }
}
.top_sec7_text span {
  font-weight: 800;
  display: inline-block;
}
.top_sec7_text .sm, .top_sec7_text .md {
  width: 100%;
  padding: 0 0 0 21%;
}
.top_sec7_text .sm {
  font-size: 18px;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .top_sec7_text .sm {
    font-size: 3.1vw;
    margin: 0 0 1vw;
  }
}
.top_sec7_text .md {
  font-size: 37px;
}
@media only screen and (max-width: 1240px) {
  .top_sec7_text .md {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top_sec7_text .md {
    font-size: 6vw;
  }
}
.top_sec7_text .lg {
  font-size: 51px;
}
@media only screen and (max-width: 1240px) {
  .top_sec7_text .lg {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .top_sec7_text .lg {
    font-size: 8.3vw;
  }
}
.top_sec7_text .def {
  color: #ffffff;
}
.top_sec7_text .color {
  color: #ba88b6;
}
.top_sec7_btn {
  width: 46%;
  background-color: #fbd43b;
  font-size: 21px;
  font-weight: 800;
  padding: 44px 0;
  text-align: center;
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .top_sec7_btn {
    width: 90%;
    margin: 4vw auto 0;
    font-size: 3.7vw;
    padding: 7.7vw 0;
  }
}

.top_sec4 .list2 {
  width: 97.8rem;
}
.top_sec4 .list2 .slider {
  padding: 0 5rem;
}
@media only screen and (max-width: 767px) {
  .top_sec4 .list2 .slider {
    padding: 0;
  }
}
.top_sec4 .list2 .slider .slideitem {
  margin: 0 17px;
}
@media only screen and (max-width: 767px) {
  .top_sec4 .list2 .slider .slideitem {
    margin: 0;
  }
}
.top_sec4 .list2 .slider .slideitem .img .doc {
  width: 100%;
}
.top_sec4 .list2 .slider .prev-arrow,
.top_sec4 .list2 .slider .next-arrow {
  background-image: url(../img/icon_arr_7.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 59px;
}
@media only screen and (max-width: 767px) {
  .top_sec4 .list2 .slider .prev-arrow,
  .top_sec4 .list2 .slider .next-arrow {
    width: 4.5rem;
    height: 7rem;
  }
}
.top_sec4 .list2 .slider .prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
