.success .page-header .container-fluid .item-img .backdrop {
  background-image: url("../images/start/success_bg_page_header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.success section .container .row {
  display: flex;
  align-items: center;
}
.success section .container .epi {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.success section .container .epi strong {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background-color: #00a29a;
  width: 400px;
  height: 400px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 22px;
  border-radius: 999px;
}
@media (max-width: 1024px) {
  .success section .container .epi strong {
    width: 300px;
    height: 300px;
    font-size: 18px;
  }
}

.together .page-header .container-fluid .item-img .backdrop {
  background-image: url("../images/start/together_bg_page_header.png");
}
.together section .container h3 {
  color: #8d72b4;
}
.together section .container h3.sub_title::before {
  background-image: url("../images/sub/sub_title_icon.svg");
  filter: invert(51%) sepia(71%) saturate(270%) hue-rotate(223deg) brightness(84%) contrast(90%);
}
.together section .container .item-img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
  max-width: 1000px;
}
.together section .container .epi {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background-color: #8d72b4;
  width: 100%;
  max-width: 480px;
  height: 480px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 22px;
  border-radius: 50%;
}
.together section.interview {
  background-color: #8d72b4;
}
.together section.interview .item-box .item-header span:nth-of-type(1) {
  background-color: #e2eeca;
}
.together section.interview .item-box .item-header span:nth-of-type(2) {
  background-color: #fcddae;
}
.together section.interview .item-box .item-header span:nth-of-type(3) {
  background-color: #6dbb4f;
}
.together section.interview .detail .title {
  background-color: #fcddae;
}
.together section.interview .detail .interview-index strong {
  background-color: #6dbb4f;
}
@media (max-width: 1024px) {
  .together section .container .epi {
    max-width: 320px;
    height: 320px;
    font-size: 15px;
    width: 100%;
    line-height: 1.6;
  }
}

.special section .container h3::before {
  background-image: url("../images/sub/sub_title_icon.svg");
  filter: invert(47%) sepia(7%) saturate(2425%) hue-rotate(223deg) brightness(101%) contrast(89%);
}
.special section article ~ article {
  padding: 80px 0;
}
.special section article .epi {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background-color: #8d72b4;
  width: 100%;
  max-width: 480px;
  height: 480px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 22px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .special section article .epi {
    max-width: 320px;
    height: 320px;
    font-size: 15px;
    width: 100%;
    line-height: 1.6;
  }
}
.special section article .item-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
.special section article .special-table {
  display: block;
  width: 100%;
  text-align: center;
}
.special section article .special-table h5 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #8d72b4;
  color: #fff;
}
.special section article .special-table table {
  width: 100%;
}
.special section article .special-table table caption {
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.special section article .special-table table thead {
  text-align: left;
  color: #fff;
}
.special section article .special-table table thead tr {
  background-color: #8d72b4;
}
.special section article .special-table table thead tr th {
  text-align: center;
  border-right: 1px solid #fff;
}
.special section article .special-table table thead tr th:nth-last-of-type(1) {
  border: none;
}
.special section article .special-table table tbody tr {
  border: 1px solid #8d72b4;
}
.special section article .special-table table tbody tr th {
  text-align: center;
  background-color: rgba(141, 114, 180, 0.3);
}
.special section article .special-table table tbody tr td {
  border-right: 1px solid #8d72b4;
}
.special section article .special-table table th, .special section article .special-table table td {
  padding: 10px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .special section article .special-table h5 {
    font-size: 20px;
    line-height: 1.4;
  }
  .special section article .special-table table {
    word-break: break-all;
  }
  .special section article .special-table table th, .special section article .special-table table td {
    padding: 5px;
  }
  .special section article .special-table table thead tr th:nth-of-type(1) {
    width: 15%;
  }
  .special section article .special-table table thead tr th:nth-of-type(2) {
    width: 15%;
  }
}/*# sourceMappingURL=start.css.map */