:root {
    --text_color: #0a4d92;
    --bg_light: #ddecf5;
}

#merit {
  padding: 1px 0;
  text-align: center;
  background: #5bc3f0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5bc3f0), to(#fbfeff));
  background: linear-gradient(to top, #5bc3f0 1%, #fbfeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc3f0', endColorstr='#fbfeff',GradientType=0 );
}

#merit .inner {
  max-width: 1140px;
}

#merit h2 {
    color: var(--text_color);
}

#merit ul {
  margin: 40px auto 60px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#merit ul li {
  width: 30.9%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877545', endColorstr='#877545',GradientType=0 );
  padding: 2px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#merit ul li article {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  background: var(--text_color);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#merit ul li article b {
  color: #fff;
  font-style: italic;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}

#merit ul li article b:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#merit ul li article p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

#merit .cv-area {
  margin-bottom: 80px;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  #merit ul {
    display: block;
    margin: 20px 0 30px 0;
  }
  #merit ul li {
    width: auto;
    margin-bottom: 10px;
  }
  #merit ul li article p {
    font-size: 16px;
  }
  #merit .cv-area {
    margin-bottom: 40px;
  }
}

#case {
  padding: 1px 0;
}

#case .inner {
  max-width: 1100px;
}

#case .slider {
  padding: 20px 10px 40px 10px;
}

#case .slick-list {
  padding: 0 10px;
}

#case .slick-slider {
  width: 90%;
  margin: 0 auto;
}

#case .slick-active .box {
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
}

#case .slick-next, #case .slick-prev {
  width: 50px;
  height: 100px;
  background: var(--text_color);
  z-index: 999;
}

#case .slick-next:after, #case .slick-prev:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 0;
  margin: auto auto;
}

#case .slick-next:before, #case .slick-prev:before {
  content: none;
}

#case .slick-next {
  right: -50px;
}

#case .slick-prev {
  left: -50px;
}

#case .slick-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 12px;
  right: 0;
}

#case .box {
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

#case .box .title {
  color: #ffffff;
  padding: 10px 15px;
  background: var(--text_color);
  margin-bottom: 20px;
}

#case .box .title b {
  font-size: 20px;
  font-style: italic;
  display: block;
  margin: 0;
}

#case .box .title p {
  font-size: 20px;
  margin: 5px 0;
}

#case .box .title span {
  font-size: 16px;
  display: block;
  margin: 0;
}

#case .box .salary {
  color: #000e2c;
}

#case .box .salary b {
  font-size: 22px;
  display: inline-block;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}

#case .box .salary p {
  font-size: 16px;
  margin: 10px;
}

#case .box .salary span {
  font-size: 22px;
}

#case .box .salary span i {
  font-size: 32px;
}

#case .box .salary:last-child {
  padding-bottom: 30px;
}

#case .box .salary:last-child span {
  color: #b39600;
  font-size: 24px;
  border-bottom: solid 3px #b39600;
  padding-bottom: 10px 0;
}

#case .box .salary:last-child span i {
  font-size: 38px;
  line-height: 1.0em;
}

#case .box img {
  width: 47%;
  margin: 10px auto;
}

#case .cv-area {
  margin: 30px auto 60px auto;
}

@media screen and (min-width: 0) and (max-width: 599px) {
  #case .inner {
    padding: 0;
  }
  #case .slider {
    padding: 10px 10px 20px 10px;
  }
  #case .slick-slider {
    width: auto;
  }
  #case .slick-next {
    right: 0;
  }
  #case .slick-prev {
    left: 0;
  }
  #case .slick-prev:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    left: 12px;
    right: 0;
  }
  #case .box .title {
    margin-bottom: 15px;
  }
  #case .box .title b {
    font-size: 18px;
  }
  #case .box .title p {
    font-size: 19px;
  }
  #case .box .title span {
    font-size: 16px;
  }
  #case .box .salary p {
    font-size: 18px;
    margin: 5px 0 0;
  }
  #case .box .salary b {
    font-size: 18px;
  }
  #case .box .salary span {
    font-size: 18px;
  }
  #case .box .salary span i {
    font-size: 20px;
  }
  #case .box .salary:last-child {
    padding-bottom: 15px;
  }
  #case .box .salary:last-child span {
    font-size: 26px;
  }
  #case .box .salary:last-child span i {
    font-size: 48px;
  }
  #case .box img {
    width: 30%;
    margin: 10px auto;
  }
  #case .cv-area {
    margin: 15px auto 30px auto;
  }
}

#casesample {
  background: #f7f8ec;
  padding: 1px 0;
}

#casesample .inner {
  max-width: 1240px;
}

#casesample .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

#casesample .box {
  background: #fff;
  text-align: left;
  width: 31.66%;
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
}

#casesample .box h4 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  margin: 0;
}

#casesample .box p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  margin: 0;
}

#casesample .box .title {
  color: var(--text_color);
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 10px;
}

#casesample .box .title p {
  text-align: center;
}

#casesample .box .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 10px;
  position: relative;
}

#casesample .box .salary div {
  text-align: center;
  width: 44%;
  border: solid 3px #dfdfdf;
  border-radius: 5px;
}

#casesample .box .salary div span {
  color: var(--text_color);
  display: block;
  padding: 10px 0;
}

#casesample .box .salary div span:first-child {
  font-size: 12px;
  border-bottom: solid 1px #dfdfdf;
}

#casesample .box .salary div span:last-child {
  font-size: 14px;
}

#casesample .box .salary div span:last-child b {
  font-size: 24px;
}

#casesample .box .salary div:last-child {
  border: solid 3px var(--text_color);
}

#casesample .box .salary div:last-child span:last-child {
  color: #b39600;
}

#casesample .box .salary:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px var(--text_color);
  border-right: solid 3px #0b3d21;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 0;
  margin: auto auto;
}

#casesample .box .reason {
  color: var(--text_color);
  background: #f7f8ec;
  padding-top: 1px;
}

#casesample .box .reason img {
  width: 126px;
  float: left;
}

#casesample .box .reason b {
  font-size: 20px;
  display: block;
  margin: 9px 0 3px 0;
}

#casesample .box .reason p {
  font-size: 13px;
  padding: 0 10px 0 0;
}

#casesample .box .reason span {
  color: var(--text_color);
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px;
  background: var(--bg_light);
  clear: both;
}

#casesample .box .memo {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: var(--text_color);
  letter-spacing: -1px;
}

#casesample .box .memo span {
  font-size: 20px;
  font-weight: normal;
}

#casesample .box .comment h4 {
  background: var(--text_color);
}

#casesample .box .comment p {
  color: #686868;
}

#casesample .box .offer h4 {
  background: #d41519;
}

#casesample .box .offer p {
  color: #d41519;
}

#casesample .cv-area {
  margin: 60px auto;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  #casesample .col3 {
    display: block;
  }
  #casesample .col3 .box {
    width: auto;
    margin-bottom: 20px;
  }
}

#sample {
  background: var(--bg_light);
  padding: 1px 0;
}

#sample .inner {
  max-width: 1200px;
}

#sample .col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

#sample .col4 > div {
  background: #ffffff;
  width: 23.5%;
  margin-bottom: 20px;
}

#sample .zone {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  background: var(--text_color);
  margin: 10px;
}

#sample .title {
  color: var(--text_color);
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 10px;
}

#sample .job {
  color: #000e2c;
  background: #f7f8ec;
  padding: 10px;
}

#sample .job b {
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}

#sample .job b i {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#sample .job b i:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background: #000;
}

#sample .job span {
  font-size: 15px;
  display: block;
  padding: 0 10px;
}

#sample .salary {
  text-align: center;
  padding: 20px;
}

#sample .salary b {
  color: #948436;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.0em;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

#sample .salary b i {
  display: inline-block;
  padding: 0 20px;
  background: #ffffff;
  position: relative;
  z-index: 20;
}

#sample .salary b:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #948436;
  position: absolute;
  z-index: 10;
}

#sample .salary span {
  color: #b39600;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.0em;
  display: block;
}

#sample .salary span i {
  font-size: 20px;
}

#sample .cv-area {
  margin: 60px auto;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  #sample .col4 > div {
    width: 49%;
  }
  #sample .cv-area {
    margin: 10px 0 30px 0;
  }
}

@media screen and (min-width: 0) and (max-width: 599px) {
  #sample .col4 > div {
    width: 100%;
  }
}

#step {
  background: #f7f8ec;
  padding: 1px 0;
}

#step h2 {
  margin: 60px 0;
}

#step .inner {
  max-width: 1220px;
}

#step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

#step ul li {
  color: var(--text_color);
  width: 29%;
  margin-bottom: 70px;
  background: #ffffff;
  position: relative;
}

#step ul li b {
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 20px;
}

#step ul li img {
  width: 100%;
}

#step ul li .txt {
  padding: 20px;
}

#step ul li .txt span {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

#step ul li .txt p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

#step ul li:last-child span {
  line-height: 60px;
}

#step ul li:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: solid 4px var(--text_color);
  border-right: solid 4px var(--text_color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: -14%;
}

#step ul li:nth-child(3n):after {
  content: none;
}

@media screen and (min-width: 0) and (max-width: 599px) {
  #step h2 {
    margin: 30px 0;
  }
  #step ul {
    display: block;
    padding: 0;
  }
  #step ul li {
    width: auto;
    margin-bottom: 40px;
  }
  #step ul li span img {
    display: block;
    width: 135px;
  }
  #step ul li b {
    font-size: 24px;
    line-height: 1.0em;
    padding: 15px;
  }
  #step ul li p {
    width: auto;
    margin: 0;
  }
  #step ul li .txt {
    padding: 15px;
  }
  #step ul li .txt span {
    font-size: 16px;
    line-height: 1.5em;
  }
  #step ul li .txt p {
    font-size: 14px;
  }
  #step ul li:after {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: auto;
    right: 44%;
    bottom: -25px;
  }
  #step ul li:nth-child(3n):after {
    content: "";
  }
  #step ul li:last-child:after {
    content: none;
  }
}

footer {
  background: var(--text_color);
  letter-spacing: 1px;
}

footer .inner {
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  max-width: 510px;
  padding-top: 45px;
  padding-bottom: 45px;
}

footer .inner hr {
  margin: 15px 0;
  border: 0;
  border-top: solid 1px #fff;
}

footer .inner a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

footer #copy {
  color: #555;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  background: #fff;
  padding: 20px;
}

footer #copy img {
  display: inline-block;
  width: 180px;
  margin-bottom: 10px;
}

@media screen and (min-width: 0) and (max-width: 599px) {
  footer .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cv-area {
  text-align: center;
}

.cv-area i {
  color: #c72929;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  background: #ffffff;
  padding: 5px;
  margin-top: 16px;
  -webkit-box-shadow: 0 0 8px rgba(199, 66, 89, 0.2);
          box-shadow: 0 0 8px rgba(199, 66, 89, 0.2);
  position: relative;
  display: none;
}

.cv-area i br {
  display: none;
}

.cv-area i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 18px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -15px;
}

.cv-area.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  background: var(--text_color);
  background: rgba(10, 77, 146, 0.7);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.cv-area.fix a.btn {
  max-width: 500px;
}

.cv-area.fix i {
  display: none;
}

@media screen and (min-width: 0) and (max-width: 599px) {
  .cv-area.fix {
    padding: 10px 0;
  }
  .cv-area.fix a.btn {
    max-width: 300px;
  }
}
/*# sourceMappingURL=style.min.css.map */
