@media screen and (min-width: 768px) {
  .tt-line div:nth-child(3), .tt-line div:nth-child(4) {
    display: none;
  }
}

.tt-content-wcard {
  padding: 40px 30px 64px 30px;
}
.tt-content-wcard-title {
  margin-bottom: 24px;
}
.tt-content-wcard-title h3 {
  margin-bottom: 0;
}
.tt-content-wcard-title .sub-txt {
  padding-top: 4px;
  color: #999;
}
.tt-content-wcard-photo {
  margin-bottom: 24px;
}
.tt-content-wcard-body p {
  margin-bottom: 40px;
}
.tt-content-wcard-body .tt-download ::before {
  content: url(../../img/recruit/common/ico-dl.png);
  padding-right: 8px;
  vertical-align: middle;
}
.tt-content-wcard-btn a {
  background: #007FDE;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 330px;
  position: relative;
}
.tt-content-wcard-btn a::after {
  content: url(../../img/recruit/common/tt-btn-arrow.svg);
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
}
.tt-content-wcard-btn a:hover {
  background: #0068B6;
}
@media screen and (min-width: 768px) {
  .tt-content-wcard-btn a {
    border-radius: 32px;
    font-size: 1.125rem;
    padding: 19px 0;
    width: 330px;
  }
}
.tt-content-wcard.left {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .tt-content-wcard {
    padding: 64px 0;
  }
  .tt-content-wcard .tt-wrapper {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tt-content-wcard-title {
    width: 560px;
    height: 80px;
    margin-bottom: 0;
  }
  .tt-content-wcard-photo {
    width: 560px;
    margin-bottom: 0;
  }
  .tt-content-wcard-body {
    width: 560px;
    margin-top: -250px;
  }
  .tt-content-wcard-btn a {
    margin: 0;
  }
  .tt-content-wcard.right .tt-wrapper {
    flex-direction: row-reverse;
  }
}

.tt-wrapper-ceo .tt-ceo-right {
  margin-bottom: 40px;
}
.tt-wrapper-ceo .tt-ceo-right .tt-ceo-name {
  margin: 24px 0;
}
.tt-wrapper-ceo .tt-ceo-right .tt-ceo-name img {
  height: 52px;
  width: auto;
  display: inline-block;
  margin-top: 8px;
}
.tt-wrapper-ceo .tt-ceo-topic {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .tt-wrapper-ceo {
    display: flex;
    flex-direction: row-reverse;
  }
  .tt-wrapper-ceo .tt-ceo-right {
    width: 296px;
    margin-top: 60px;
  }
  .tt-wrapper-ceo .tt-content-inner-body {
    width: 696px;
    margin-right: 40px;
  }
}

.tt-content-inner.tt-mind {
  background: #fff;
  margin-bottom: 40px;
}
.tt-content-inner.tt-mind h2 {
  text-align: center;
}
.tt-content-inner.tt-mind h2::before {
  display: none;
}
.tt-content-inner.tt-mind h2 span {
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
}
.tt-content-inner.tt-mind .tt-content-inner-body p {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .tt-content-inner.tt-mind .tt-content-inner-body {
    display: flex;
    justify-content: space-between;
  }
  .tt-content-inner.tt-mind .tt-content-inner-body p {
    width: 50%;
  }
  .tt-content-inner.tt-mind .tt-content-inner-body div {
    width: 45%;
  }
}

.tt-works {
  margin-bottom: 40px;
}
.tt-works h2 {
  margin-bottom: 42px;
}
.tt-works p {
  margin-bottom: 0;
}
.tt-works-body {
  margin-bottom: 40px;
}
.tt-works-body img {
  vertical-align: bottom;
}
.tt-works-body p {
  padding-top: 8px;
}
.tt-works-body.content-1 div:nth-child(1) {
  margin-bottom: 16px;
}
.tt-works-body.content-2, .tt-works-body.content-6, .tt-works-body.content-7 {
  margin-bottom: 24px;
}
.tt-works-body.content-2 div:nth-child(1), .tt-works-body.content-6 div:nth-child(1), .tt-works-body.content-7 div:nth-child(1) {
  margin-bottom: 40px;
}
.tt-works-body.content-3 div:nth-child(1) {
  margin-bottom: 40px;
}
.tt-works-body.content-5 div:nth-child(1),
.tt-works-body.content-5 div:nth-child(2) {
  margin-bottom: 40px;
}
.tt-works-body.content-8 ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.tt-works-body.content-8 li {
  margin-bottom: 8px;
  list-style-type: none;
  position: relative;
  padding-left: 32px;
}
.tt-works-body.content-8 li::before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #0068B6;
  position: absolute;
  top: 8px;
  left: 8px;
}
.tt-works-body.content-8 div:nth-child(3) ul {
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .tt-works {
    padding-bottom: 16px;
  }
  .tt-works h2 {
    margin-bottom: 64px;
  }
  .tt-works p {
    padding-top: 16px;
  }
  .tt-works-body.column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
  .tt-works-body p {
    width: 100%;
  }
  .tt-works-body.content-1 div:nth-child(1) {
    width: 366px;
    margin-bottom: 0;
  }
  .tt-works-body.content-1 div:nth-child(2) {
    width: 626px;
    margin-bottom: 0;
  }
  .tt-works-body.content-2 div:nth-child(1) {
    width: 320px;
    margin-bottom: 0;
  }
  .tt-works-body.content-2 div:nth-child(2) {
    width: 672px;
    margin-bottom: 0;
  }
  .tt-works-body.content-3 div, .tt-works-body.content-6 div, .tt-works-body.content-7 div {
    width: 496px;
  }
  .tt-works-body.content-3 div:nth-child(1), .tt-works-body.content-3 div:nth-child(2), .tt-works-body.content-6 div:nth-child(1), .tt-works-body.content-6 div:nth-child(2), .tt-works-body.content-7 div:nth-child(1), .tt-works-body.content-7 div:nth-child(2) {
    margin-bottom: 0;
  }
  .tt-works-body.content-4 div:nth-child(1) {
    width: 100%;
    margin-bottom: 0;
  }
  .tt-works-body.content-5 div:nth-child(1) {
    width: 278px;
    margin-bottom: 0;
  }
  .tt-works-body.content-5 div:nth-child(2) {
    width: 365px;
    margin-bottom: 0;
  }
  .tt-works-body.content-5 div:nth-child(3) {
    width: 309px;
    margin-bottom: 0;
  }
  .tt-works-body.content-8 ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .tt-works-body.content-8 li {
    margin-bottom: 8px;
    list-style-type: none;
    position: relative;
    padding-left: 32px;
  }
  .tt-works-body.content-8 li::before {
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #0068B6;
    position: absolute;
    top: 8px;
    left: 8px;
  }
}

/*# sourceMappingURL=about.css.map */
