
.consulting-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 150px;
  }
  
  .consulting-list.active li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  
  .consulting-list li {
    width: calc(33.333% - ((40px * 2) / 3));
    margin-top: 40px;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
  }
  
  .consulting-list li:nth-of-type(1), .consulting-list li:nth-of-type(2), .consulting-list li:nth-of-type(3) {
    margin-top: 0;
  }
  
  .consulting-list li:not(:nth-of-type(3n+1)) {
    margin-left: 40px;
  }
  
  .consulting-list li:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  
  .consulting-list li:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  
  .consulting-list li:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  
  .consulting-list li:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  
  .consulting-list li:nth-of-type(6) {
    -webkit-transition-delay: 1.0s;
            transition-delay: 1.0s;
  }
  
  .consulting-list li .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    position: relative;
  }
  .ethics_img_hover1, .ethics_img_hover2, .ethics_img_hover3 {
    display: none;
  }
  .ethics_imgs1:hover .ethics_img_hover1, .ethics_imgs2:hover .ethics_img_hover2, .ethics_imgs3:hover .ethics_img_hover3   {
    display: block;
  }
  .ethics_img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);

    width: 80%;
  }

  .consulting-list li .inner .icon {
    display: block;
    height: 70px;
  }
  
  .consulting-list li .inner .icon img, .consulting-list li .inner .icon svg {
    display: block;
    height: 100%;
    width: auto;
  }
  
  .consulting-list li .inner .consulting-tit {
    margin-top: 25px;
    font-size: 24px;
  }
  
  .consulting-list li .inner .consulting-desc {
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    line-height: 150%;
  }
  
  /* 
  
  */
  .schema-wrap {
    margin-top: 30px;
  }
  
  .schema-wrap .schema-btn-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 100px;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .schema-wrap .schema-btn-box .btn-schema {
    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;
    color: #BBB;
    font-size: 20px;
    font-weight: 700;
    background-color: #FFF;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 60px;
    border-radius: 70px;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .schema-wrap .schema-btn-box .btn-schema.active {
    background-color: #28b7bc !important;
    color: #FFF !important;
  }
  
  .schema-wrap .schema-box {
    display: none;
  }
  
  .schema-wrap .schema-box.active {
    display: block;
  }
  
  .schema-wrap .schema-box .schema-desc {
    font-size: 18px;
    color: #666;
    line-height: 150%;
    text-align: center;
  }
  
  .schema-wrap .schema-box .img-box {
    background-color: #FFF;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px;
    margin-top: 50px;
  }
  
  .schema-wrap .schema-box .img-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  /* 
  
  */
  .certificate-slider-wrap {
    margin-top: 80px;
  }
  
  .certificate-slider-wrap .certificate-slider {
    position: relative;
  }
  
  .certificate-slider-wrap .certificate-slider .slick-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
  }
  
  .certificate-slider-wrap .certificate-slider .btn-slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 40px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  
  .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-prev {
    left: -90px;
  }
  
  .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-next {
    right: -90px;
  }
  
  .certificate-slider-wrap .certificate-slider .slider-box {
    margin-right: 110px;
  }
  
  .certificate-slider-wrap .certificate-slider .slider-box .bg {
    display: block;
    width: 345px;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  }
  
  .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
    text-align: center;
    margin-top: 40px;
    max-width: 345px;
    line-height: 130%;
  }
  
  /* 
  
  */
  /* ---------------media screen START--------------- */
  @media screen and (min-width: 991.1px) {
    .schema-wrap .schema-btn-box .btn-schema:hover {
      background-color: #efefef;
      color: #AAA;
    }
    .schema-wrap .schema-box .img-box img.img-mobile {
      display: none;
    }
    .schema-wrap .schema-box .img-box img.img-pc {
      display: block;
    }
    /* 
      
      */
    .certificate-slider-wrap .certificate-slider .btn-slider:hover {
      color: #28b7bc;
    }
  }
  
  @media screen and (max-width: 1500px) {
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-prev {
      left: -40px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-next {
      right: -40px;
    }
  }
  
  @media screen and (max-width: 1350px) {
    .consulting-list {
      margin-top: 70px;
    }
    .consulting-list li {
      width: calc(33.333% - ((35px * 2) / 3));
      margin-top: 35px;
    }
    .consulting-list li:not(:nth-of-type(3n+1)) {
      margin-left: 35px;
    }
    .consulting-list li .inner {
      padding: 35px;
    }
    .consulting-list li .inner .icon {
      height: 65px;
    }
    .consulting-list li .inner .consulting-tit {
      margin-top: 23px;
      font-size: 22px;
    }
    .consulting-list li .inner .consulting-desc {
      margin-top: 17px;
      font-size: 17px;
    }
    /* 
      
      */
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 19px;
      height: 65px;
      padding: 0 55px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 17px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 70px;
    }
    /* 
      
      */
    .certificate-slider-wrap {
      margin-top: 70px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider {
      font-size: 35px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-prev {
      left: -2.5%;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-next {
      right: -2.5%;
    }
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 100px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 310px;
      height: 450px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 35px;
      max-width: 310px;
    }
  }
  
  @media screen and (max-width: 1100px) {
    .consulting-list {
      margin-top: 60px;
    }
    .consulting-list li {
      width: calc(33.333% - ((30px * 2) / 3));
      margin-top: 30px;
    }
    .consulting-list li:not(:nth-of-type(3n+1)) {
      margin-left: 30px;
    }
    .consulting-list li .inner {
      padding: 30px;
    }
    .consulting-list li .inner .icon {
      height: 60px;
    }
    .consulting-list li .inner .consulting-tit {
      margin-top: 20px;
      font-size: 20px;
    }
    .consulting-list li .inner .consulting-desc {
      margin-top: 15px;
      font-size: 16px;
    }
    /* 
      
      */
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 18px;
      height: 60px;
      padding: 0 50px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 16px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 60px;
      margin-top: 45px;
    }
    /* 
      
      */
    .certificate-slider-wrap {
      margin-top: 60px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider {
      font-size: 30px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 85px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 276px;
      height: 400px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 30px;
      max-width: 276px;
    }
  }
  
  @media screen and (max-width: 850px) {
    .consulting-list {
      margin-top: 100px;
    }
    .consulting-list li {
      width: calc(50% - (25px / 2));
      margin-top: 25px;
      margin-bottom: 100px;
      width: 100%;
    }
    .consulting-list li .ethics_img {
      width: 50%;
    }
    
    .consulting-list li:nth-of-type(3) {
      margin-top: 0px;
    }
    .consulting-list li:not(:nth-of-type(3n+1)) {
      margin-left: 0;
    }
    .consulting-list li:not(:nth-of-type(2n+1)) {
      margin-left: 0;
    }
    .consulting-list li .inner {
      padding: 25px;
    }
    .consulting-list li .inner .icon {
      height: 55px;
    }
    .consulting-list li .inner .consulting-tit {
      margin-top: 17px;
      font-size: 19px;
    }
    .consulting-list li .inner .consulting-desc {
      margin-top: 13px;
      font-size: 15px;
    }
    /* 
      
      */
    .schema-wrap {
      margin-top: 25px;
    }
    .schema-wrap .schema-btn-box {
      margin-bottom: 25px;
    }
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 17px;
      height: 55px;
      padding: 0 45px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 15px;
    }
    .schema-wrap .schema-box .schema-desc br {
      display: none;
    }
    .schema-wrap .schema-box .img-box {
      padding: 50px;
      margin-top: 40px;
    }
    .schema-wrap .schema-box .img-box img.img-mobile {
      display: block;
    }
    .schema-wrap .schema-box .img-box img.img-pc {
      display: none;
    }
    /* 
      
      */
    .certificate-slider-wrap {
      margin-top: 50px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 70px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 241px;
      height: 350px;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 25px;
      max-width: 241px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .consulting-list {
      margin-top: 80px;
    }
    .consulting-list li {
      width: calc(50% - (20px / 2));
      margin-top: 20px;
      margin-bottom: 100px;
      width: 100%;
    }
    .consulting-list li .ethics_img {
      width: 60%;
    }
    .consulting-list li:nth-of-type(3) {
      margin-top: 0px;
    }
    .consulting-list li:not(:nth-of-type(2n+1)) {
      margin-left: 0px;
    }
    .consulting-list li .inner {
      padding: 20px;
    }
    .consulting-list li .inner .icon {
      height: 50px;
    }
    .consulting-list li .inner .consulting-tit {
      margin-top: 15px;
      font-size: 18px;
    }
    .consulting-list li .inner .consulting-desc {
      margin-top: 10px;
    }
    /* 
       
      */
    .schema-wrap {
      margin-top: 20px;
    }
    .schema-wrap .schema-btn-box {
      margin-bottom: 20px;
    }
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 16px;
      height: 50px;
      padding: 0 40px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 40px;
      margin-top: 35px;
    }
    /* 
      
      */
    .certificate-slider-wrap {
      margin-top: 40px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider {
      font-size: 25px;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-prev {
      left: -3vw;
    }
    .certificate-slider-wrap .certificate-slider .btn-slider.btn-slider-next {
      right: -3vw;
    }
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 12vw;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 36vw;
      height: 52vw;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 20px;
      max-width: 36vw;
    }
  }
  
  @media screen and (max-width: 450px) {
    .consulting-list li {
      width: 100%;
      margin-top: 0;
    }
    .consulting-list li:nth-of-type(3) {
      margin-top: 0;
    }
    .consulting-list li:not(:nth-of-type(2n+1)) {
      margin-left: 0;
    }
    .consulting-list li:not(:nth-of-type(1)) {
      margin-top: 20px;
    }
    .consulting-list li .inner {
      padding: 15px;
    }
    .consulting-list li .inner .icon {
      height: 40px;
    }
    .consulting-list li .inner .consulting-tit {
      margin-top: 13px;
      font-size: 17px;
    }
    .consulting-list li .inner .consulting-desc {
      margin-top: 7px;
      font-size: 14px;
    }
    /* 
      
      */
    .schema-wrap .schema-btn-box {
      padding: 7px;
    }
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 15px;
      height: 45px;
      padding: 0 35px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 14px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 30px;
      margin-top: 30px;
    }
    /* 
      
      */
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 13vw;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      margin-top: 15px;
    }
  }
  
  @media screen and (max-width: 330px) {
    .consulting-list li .inner .icon {
      height: 35px;
    }
    .consulting-list li .inner .consulting-tit {
      font-size: 16px;
    }
    .consulting-list li .inner .consulting-desc {
      font-size: 13px;
    }
    /* 
      
      */
    .schema-wrap .schema-btn-box .btn-schema {
      font-size: 14px;
      height: 40px;
      padding: 0 30px;
    }
    .schema-wrap .schema-box .schema-desc {
      font-size: 13px;
    }
    .schema-wrap .schema-box .img-box {
      padding: 20px;
      margin-top: 25px;
    }
    /* 
      
      */
    .certificate-slider-wrap .certificate-slider .slider-box {
      margin-right: 0;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .bg {
      width: 66vw;
      height: 93vw;
      margin: 0 auto;
    }
    .certificate-slider-wrap .certificate-slider .slider-box .certificate-text {
      max-width: auto;
      margin: 0 auto;
      margin-top: 10px;
    }
  }
  
  /* ---------------media screen END--------------- */
  