@charset "UTF-8";

.sec6 .case {
  position: relative;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec6 .case .swiper_img {
  width: 900px;
  overflow: hidden;
}
.sec6 .case .swiper_img .swiper {
  padding-bottom: 0px;
}
.sec6 .case .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec6 .case .swiper-slide-active {
  opacity: 1 !important;
}
.sec6 .case .img {
  overflow: hidden;
  width: 100%;
}
.sec6 .case .img a {
  display: block;
  height: 100%;
}
.sec6 .case img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec6 .case .img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.sec6 .case .swiper-wrapper {
  height: auto;
}
.sec6 .case .swiper_text {
  width: 540px;
}
.sec6 .case .swiper_text .swiper {
  padding-bottom: 0px;
  height: 100%;
}
.sec6 .case .swiper_text .swiper.no_swp{align-content: center;}
.sec6 .case .swiper_text .swiper.no_swp .p{padding-bottom: 0px;}
.sec6 .case .swiper_text .p {
  width:500px;margin-left: auto;margin-right:auto;
  margin-top: 20px;
  padding-bottom: 100px;
  text-align: justify;
}

.sec6 .case .swiper-pagination-fraction {
  position: static;
  padding: 0 80px 10px 60px;
  text-align: left;
}
.sec6 .case .swiper-pagination-current {
  color: var(--color);
  font-size: 24px;
}
.sec6 .case .sw_btn_all {
  margin-top: 0;
  top: -70px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 60px;
}
.sec6 .case:after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  right: 0px;
  bottom: 0px;
  width: 70%;
  background: #f9f9f9;
  overflow: hidden;
}
.sec6 .xmal .swiper_text .p .span {
  background: var(--color);
  display: inline-block;
  color: #fff;
  padding: 2px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.sec6 .case1 .p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  padding: 30px 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  z-index: 2;
}
.sec6 .case1 .p a {
  color: #fff;
}
.sec6 .case1 .p a:hover {
  text-decoration: underline;
}
.sec6 .case1 .swiper-slide {
  overflow: hidden;
}
.sec6 .case1 .img {
  overflow: hidden;
}
.sec6 .case1 .img img {
  width: 100%;
}
.sec6 .case2 .p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  padding: 30px 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  z-index: 2;
}
.sec6 .case2 .p a {
  color: #fff;
}
.sec6 .case2 .swiper-slide {
  overflow: hidden;
  opacity: 0.5;
}
.sec6 .case2 .swiper-slide-active.swiper-slide {
  opacity: 1;
}
.sec6 .case2 .swiper-slide .p {
  opacity: 0;
}
.sec6 .case2 .swiper-slide-active.swiper-slide .p {
  opacity: 1;
}
.sec6 .case2 .img {
  overflow: hidden;
}
.sec6 .case2 .img a {
  display: block;
  height: 100%;
}
.sec6 .case2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .sec6 .case:after {
    top: 3vw;
  }
  .sec6 .case .swiper_img {
    width: 45vw;
  }

  .sec6 .case .swiper_text {
    width: 35vw;
  }
  .sec6 .case .swiper_text .p {
    width:80%;
  }
  .sec6 .case .swiper-pagination-fraction {
    padding: 0 4vw 10px 3vw;
  }
  .sec6 .case .sw_btn_all {
    left: 5%;
  }
  .sec6 .case1 .p {
    padding: 2vw 3vw;
  }
  .sec6 .case2 .img {
    height: 38vw;
  }
  .sec6 .case2 .p {
    padding: 2vw 3vw;
  }
}
@media screen and (max-width: 1300px) {
  .sec6 .case .swiper_text .swiper {
    overflow: inherit;
  }
  .sec6 .case .sw_btn_all {
    bottom: 0px;
    position: relative;
    left: 6%;
  }
  .sec6 .case .swiper_text {
    margin-top: 0px;
    background: #f9f9f9;
  }
  .sec6 .case:after {
    top: 0px;
    display: none;
  }
  .sec6 .case .swiper_text .p {
    padding-top: 3vw;
    margin-top: 0px;
  }
  .sec6 .case .img {
    height: 100%;
  }
  .sec6 .case .swiper_img .swiper {
    height: 100%;
  }
  .sec6 .case .swiper-button-prev {
    left: 11%;
    bottom: 20px;
  }
  .sec6 .case .swiper-button-next {
    left: 21%;
    bottom: 20px;
  }
  .sec6 .case .swiper-pagination-fraction {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec6 .case .swiper_img {
    width: 55%;
  }
  .sec6 .case .swiper_text {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .sec6 .case .swiper_img {
    width: 100%;
  }
  .sec6 .case .swiper_text {
    width: 100%;
  }
  .sec6 .case {
    padding-bottom: 0px;
  }
  .sec6 .case .sw_btn_all {
    left: 4%;
    bottom: 0px;
    margin-top: 5vw !important;
  }
  .sec6 .case .swiper_text .swiper {
    height: auto;
    padding-bottom: 6vw;
  }
  .sec6 .case .swiper-pagination-fraction {
    padding: 5vw;
    padding-bottom: 0px;
  }
  .sec6 .case .swiper_text .p {
    padding: 5vw;
    padding-bottom: 70px;
  }
  .sec6 .case1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec6 .case1 .sw_btn_all {
    margin-top: 4vw !important;
  }
  .sec6 .case1 .p {
    padding: 5vw 5vw;
  }
  .sec6 .case2 .sw_btn_all {
    margin-top: 4vw !important;
  }
  .sec6 .case2 .img {
    height: 60vw;
  }
  .sec6 .case2 .p {
    padding: 5vw;
  }
}

.develop_con04 {
  overflow: hidden;
}
.develop_con04 .swiper {
  width: 100%;
}
.develop_con04.yes_swp .dl_img_icon dl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.develop_con04 .sw_btn_all {
  margin-left: auto;
  margin-right: auto;
}

.develop_con05 {
  overflow: hidden;
}
.develop_con05 .devc05_list {
  background: #f9f9f9;
  padding: 80px 0;
}
.develop_con05 .sec6 .case {
  padding-bottom: 0px;
}
.develop_con05 .sec6 .case:after {
  display: none;
}
.develop_con05 .sec6 .case .swiper_img {
  flex:0 0 720px;
}
.develop_con05 .sec6 .case .swiper_text {

  flex:1;
}

.develop_con05 .sec6 .case .swiper_text .p {
  margin-top: 0px;
  text-align: justify;
}
.develop_con05 .sec6 .case .swiper_button {
  bottom: 80px;
}
@media only screen and (min-width: 767px) {
  .develop_con05 .sec6 .case .swiper_text .no_swp .p{margin-top: 0px;padding:0!important;}
}
@media only screen and (max-width: 1600px) {
  .develop_con05 .sec6 .case .swiper_img {
    flex:0 0 50%;
  }
  .develop_con05 .sec6 .case .swiper_text {
   
  }
  .develop_con05 .devc05_list {
    padding: 4vw 0;
  }
  .develop_con05 .sec6 .case .sw_btn_all {
    left: 6%;
  }
}
@media only screen and (max-width: 1300px) {
  .develop_con05 .sec6 .case .swiper_text {
    margin-top: 0px;
  }
  .develop_con05 .sec6 .case .swiper_text .p {
    margin-top: 0px;
    padding-top: 3vw;
  }
  .develop_con05 .sec6 .case .swiper_button {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {

  .develop_con05 .sec6 .case .swiper_text {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .develop_con05 .sec6 .case .swiper_img {
    flex:0 0 100%;
  }
  .develop_con05 .sec6 .case .swiper_text {
    width: 100%;
  }
  .develop_con05 .sec6 .case .swiper_text .p {
    width:100%;
    padding-right:0px;
    padding-left: 0px;
    padding-top: 5vw;
    padding-bottom: 3vw;
  }
  .develop_con05 .sec6 .case .swiper-pagination-fraction {
    padding-left: 0px;
  }
  .develop_con05 .sec6 .case .swiper-button-prev {
    bottom: 4vw;
    left: 40%;
  }
  .develop_con05 .sec6 .case .swiper-button-next {
    bottom: 4vw;
    left: 55%;
  }
  .develop_con05 .devc05_list {
    padding: 5vw 0;
  }
  .develop_con05 .sec6 .case .sw_btn_all {
    left: 0%;
  }
}
.develop_con06 .dev6_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.develop_con06 .dev6_1 dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
  padding: 10px 10px 10px 10px;
}
.develop_con06 .dev6_1 dl:nth-of-type(4n) {
  margin-right: 0px;
}
.develop_con06 .dev6_1 dt {
  color: var(--color);
  font-weight: 700;
  width: 60px;
  text-align: center;
}
.develop_con06 .dev6_1 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.develop_con06 .dev6_1 dd strong {
  color: var(--color);
  font-weight: 700;
  padding-right: 10px;
}
.develop_con06 .devc06_list {
  overflow: hidden;
}
.develop_con06 .devc06_list .swiper-slide {
  background: #f9f9f9;
}
.develop_con06 .devc06_list dl {
  overflow: hidden;
  background: #f9f9f9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.develop_con06 .devc06_list dt {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 720px;
          flex: 0 0 720px;
}
.develop_con06 .devc06_list dt img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.develop_con06 .devc06_list dl:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.develop_con06 .devc06_list dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.develop_con06 .devc06_list dd .p {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  text-align: justify;
}

@media only screen and (max-width: 1600px) {
  .develop_con06 .devc06_list dt {
            flex: 0 0 50%;
  }
  .develop_con06 .devc06_list dd .p {
    width: 80%;
  }
  .develop_con06 .dev6_1 dt {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1300px) {
  .develop_con06 .devc06_list dt{height:100%}
}
@media only screen and (max-width: 1200px) {
  .develop_con06 .dev6_1 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .develop_con06 .dev6_1 dl:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .develop_con06 .dev6_1 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
    margin-right: 0px;
  }
  .develop_con06 .dev6_1 dl:last-child {
    margin-bottom: 0;
  }
  .develop_con06 .devc06_list dl {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .develop_con06 .devc06_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
  }
  .develop_con06 .devc06_list dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .develop_con06 .devc06_list dd .p {
    width: 100%;
    padding: 5vw 5vw 8vw 5vw;
  }
}


.develop_detail.wrap{width:1100px;margin-left:auto;margin-right: auto;}
.detail_title{
  border-bottom:1px solid #eee;
  padding-bottom: 40px;text-align: center;
}
.detail_title h1{font-weight: 700;}
.detail_con{padding-top:40px;color:#474747;}
.detail_con h3{margin-bottom: 20px;margin-top:30px;font-size:24px;line-height: 1;font-weight: 700;}
.detail_con h4{margin-bottom: 10px;margin-top:15px;font-size:18px;line-height: 1;font-weight: 700;}
.detail_con h5{margin-bottom: 10px;margin-top:15px;font-size:16px;line-height: 1;font-weight: 700;}
.detail_con p{margin-bottom: 10px;}
.detail_con ul{margin-bottom: 20px;text-indent: 2em;}
.detail_con li{margin-bottom: 5px;}
.detail_con table{margin-top:10px;margin-bottom:20px;}
.detail_con table td{border:1px solid #eee;padding:10px 20px;}