.sdc-about {
  padding-bottom: 80px;
}

@media screen and (min-width: 641px) {
  .sdc-about {
    padding-bottom: 150px;
  }
}

.sdc-about-read .sdc-imgbox {
  max-width: 1190px;
  margin: 45px auto 0;
}

@media screen and (min-width: 641px) {
  .sdc-about-read .sdc-imgbox {
    margin-top: 80px;
  }
}

.sdc-about-title {
  font-family: "SST W20 Bold", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 45px 20px;
}

@media screen and (min-width: 641px) {
  .sdc-about-title {
    padding: 120px 0 50px;
  }
}

.sdc-about-title-main {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "SST W20 Bold", sans-serif;
  font-weight: 400;
  line-height: 1.36;
}

@media screen and (min-width: 641px) {
  .sdc-about-title-main {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.sdc-about-title-sub {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 10px;
}

@media screen and (min-width: 641px) {
  .sdc-about-title-sub {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
  }
}

.sdc-about .sdc-imgbox {
  margin-top: 45px;
}

@media screen and (min-width: 641px) {
  .sdc-about .sdc-imgbox {
    margin-top: 80px;
  }
}

.sdc-about .sdc-imgbox.philosophy-imgbox {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.sdc-about .sdc-imgbox-caption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.83;
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .sdc-about .sdc-imgbox-caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sdc {
  min-width: 320px;
}

.sdc ul,
.sdc ol {
  list-style: none;
}

.sdc-inner-s {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 641px) {
  .sdc-inner-s {
    padding-left: 0;
    padding-right: 0;
  }
}

.sdc-inner-m {
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 641px) {
  .sdc-inner-m {
    padding-left: 0;
    padding-right: 0;
  }
}

.sdc-btn {
  background: #eeeeee;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) {
  .sdc-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

.sdc-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
}

@media screen and (min-width: 641px) {
  .sdc-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.56;
  }
}

.sdc-text + .sdc-text {
  margin-top: 2em;
}

.sdc-textlink::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent transparent #3865ed;
  border-width: 5.5px 0 5.5px 8px;
  margin-right: 1em;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.sdc-textlink:hover::before,
.sdc-textlink:focus::before {
  border-color: transparent transparent transparent #656565;
}

@media screen and (min-width: 641px) {
  .sdc-textlink::before {
    border-width: 7px 0 7px 9px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

.sdc-textlink-inline {
  color: #3865e !important;
  display: inline !important;
}

.sdc-entry-btn {
  background: #3865ed;
  color: #ffffff !important;
  width: 200px;
  height: 55px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 641px) {
  .sdc-entry-btn {
    width: 204px;
    height: 62px;
  }
}

.sdc-header {
  text-align: center;
  padding: 45px 20px;
  max-width: 1190px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .sdc-header {
    padding: 80px 0;
  }
}

.sdc-header-title-main {
  font-family: "SST W20 Bold", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 641px) {
  .sdc-header-title-main {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.sdc-header-title-sub {
  font-family: "SST W20 Bold", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 10px;
}

@media screen and (min-width: 641px) {
  .sdc-header-title-sub {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
  }
}

.sdc .btnbox.career-top {
  margin-top: 50px;
}

@media screen and (min-width: 641px) {
  .sdc .btnbox.career-top {
    margin-top: 100px;
  }
}

.sdc .btnbox.career-top .sdc-btn {
  width: 200px;
  height: 55px;
  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;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .sdc .btnbox.career-top .sdc-btn {
    width: 204px;
    height: 62px;
  }
}

@media screen and (min-width: 641px) {
  .sdc-header {
    padding: 80px 0 50px;
  }
}

@media screen and (min-width: 641px) {
  .sdc-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.56;
  }
}
