.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#ecPage .works {
  padding: 0 0 75px;
}
#ecPage .works h2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #ecPage .works h2 {
    margin-bottom: 35px;
  }
}
#ecPage .works .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 65px 0;
}
@media screen and (max-width: 767px) {
  #ecPage .works .flex {
    justify-content: center;
    gap: 40px 0;
  }
}
#ecPage .works .flex .cnt {
  width: 350px;
}
@media screen and (max-width: 767px) {
  #ecPage .works .flex .cnt {
    width: 90%;
  }
}
#ecPage .works .flex .cnt a {
  display: block;
  width: 100%;
  height: 270px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(53, 53, 53, 0.1);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #ecPage .works .flex .cnt a {
    height: 200px;
    box-shadow: 0 0 10px rgba(53, 53, 53, 0.3);
    margin-bottom: 15px;
  }
}
#ecPage .works .flex .cnt a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #ecPage .works .flex .cnt a img {
    -o-object-position: top center;
       object-position: top center;
  }
}
#ecPage .works .flex .cnt a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #ecPage .works .flex .cnt a:hover img {
    transform: scale(1);
  }
}
#ecPage .works .flex .cnt .cate {
  background: #f1f1f1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #ecPage .works .flex .cnt .cate {
    margin-bottom: 15px;
  }
}
#ecPage .works .flex .cnt .name {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #ecPage .works .flex .cnt .name {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
#ecPage .works .flex .cnt .sub {
  text-align: left;
  margin-bottom: 0;
}
#ecPage .support-banner {
  background: #f7f7f7;
  padding: 0 0 60px;
}
#ecPage .support-banner .img {
  width: 1017px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ecPage .support-banner .img {
    width: 92%;
  }
}
#ecPage .support-banner .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#ecPage .ec-form {
  padding: 80px 0;
}
#ecPage .ec-form .inner {
  max-width: 800px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .inner {
    width: 92%;
  }
}
#ecPage .ec-form h2 {
  margin-bottom: 70px;
}
#ecPage .ec-form .wpcf7 form input[type=checkbox] {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
#ecPage .ec-form .wpcf7 form dl {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .wpcf7 form dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .wpcf7 form dl dt {
    width: 100%;
  }
}
#ecPage .ec-form .wpcf7 form dl dt p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 185px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .wpcf7 form dl dt p {
    width: 100%;
  }
}
#ecPage .ec-form .wpcf7 form dl dt p span {
  font-size: 12px;
  font-weight: normal;
  background: #333;
  color: #fff;
  padding: 5px 7px;
  line-height: 1;
}
#ecPage .ec-form .wpcf7 form dl dd {
  display: block;
  width: calc(100% - 225px);
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .wpcf7 form dl dd {
    width: 100%;
  }
}
#ecPage .ec-form .wpcf7 form dl dd input[type=text],
#ecPage .ec-form .wpcf7 form dl dd input[type=tel],
#ecPage .ec-form .wpcf7 form dl dd input[type=email],
#ecPage .ec-form .wpcf7 form dl dd textarea {
  font-size: 16px;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 5px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .wpcf7 form dl dd input[type=text],
  #ecPage .ec-form .wpcf7 form dl dd input[type=tel],
  #ecPage .ec-form .wpcf7 form dl dd input[type=email],
  #ecPage .ec-form .wpcf7 form dl dd textarea {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .wpcf7 form dl dd textarea {
    height: 200px;
  }
}
#ecPage .ec-form .wpcf7 form dl dd .wpcf7-form-control-wrap {
  display: block;
}
#ecPage .ec-form .wpcf7 form dl dd.select {
  position: relative;
  width: 200px;
  cursor: pointer;
}
#ecPage .ec-form .wpcf7 form dl dd.select:before {
  position: absolute;
  content: "";
  background: url("../images/ec/select.png") no-repeat;
  background-size: contain;
  width: 17px;
  height: 12px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 1;
}
#ecPage .ec-form .wpcf7 form dl dd.select select {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
#ecPage .ec-form .wpcf7 form dl dd .wpcf7-list-item {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
  margin-left: 0;
}
#ecPage .ec-form .wpcf7 form dl dd .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
#ecPage .ec-form .wpcf7 form dl dd .wpcf7-checkbox {
  display: block;
  margin-top: 8px;
}
#ecPage .ec-form .wpcf7 form dl.first {
  align-items: flex-start;
  margin-top: 40px;
}
#ecPage .ec-form .wpcf7 form .check {
  margin-left: 225px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .wpcf7 form .check {
    text-align: center;
    margin-left: 0;
  }
}
#ecPage .ec-form .wpcf7 form .check .wpcf7-list-item {
  margin: 0;
}
#ecPage .ec-form .wpcf7 form .check a {
  display: inline-block;
  color: #1b74ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#ecPage .ec-form .wpcf7 form .submit .wpcf7-spinner {
  display: none;
}
#ecPage .ec-form .wpcf7 form .submit span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, #ff9933, #ff7166);
  margin: 0 auto;
  transition: all 0.4s;
}
#ecPage .ec-form .wpcf7 form .submit span:before {
  position: absolute;
  content: "";
  background: url("../images/ec/arrow.png") no-repeat;
  background-size: contain;
  width: 27px;
  height: 8px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#ecPage .ec-form .wpcf7 form .submit span input {
  border: none;
  background: none;
  padding: 15px 116px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
}
#ecPage .ec-form .wpcf7 form .submit span:hover {
  background: linear-gradient(180deg, #ff9933, #ff7166);
}
@media screen and (max-width: 767px) {
  #ecPage .ec-form .wpcf7 form .submit span:hover {
    background: linear-gradient(90deg, #ff9933, #ff7166);
  }
}