.pageTtl {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .pageTtl {
    margin-bottom: 12px;
  }
}

.secMsg {
  padding: 0 0 96px;
  background: url(../img/company/msg_bg-sp.png) right top 16px/100% no-repeat;
}
@media screen and (min-width: 576px) {
  .secMsg {
    background: url(../img/company/msg_bg-pc.png) right top/150% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .secMsg {
    padding: 52px 0 160px;
    background-size: 100%;
  }
}
.secMsg__ttl {
  margin-bottom: 162px;
  color: #ff6900;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 16px;
}
.secMsg__ttl .en {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .secMsg__ttl {
    margin-bottom: 70px;
  }
}
.secMsg__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 33px;
}
.secMsg__row_img {
  width: 100%;
  padding-top: 65.5%;
  position: relative;
  overflow: hidden;
}
.secMsg__row_img img {
  width: 110%;
  max-width: 110%;
  left: auto;
  right: 0;
}
.secMsg__row_txtWrap {
  width: 100%;
  padding-bottom: 5px;
  font-weight: 500;
}
.secMsg__row_txtWrap p {
  line-height: 2;
  font-size: 1.1rem;
}
.secMsg__row_txtWrap p.name {
  margin-top: 10px;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .secMsg__row {
    flex-direction: row-reverse;
    align-items: flex-start;
    grid-gap: 30px;
  }
  .secMsg__row_img {
    width: 50%;
    padding-top: 0;
    flex-shrink: 0;
  }
  .secMsg__row_img img {
    width: 100%;
    position: relative;
  }
  .secMsg__row_txtWrap {
    margin-bottom: -5px;
  }
  .secMsg__row_txtWrap p.name {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .secMsg__row {
    align-items: flex-end;
    grid-gap: 60px;
  }
  .secMsg__row_img {
    width: 55.2%;
    max-width: 662px;
  }
}

.secOverview {
  padding: 0 0 96px;
}
@media screen and (min-width: 768px) {
  .secOverview {
    padding: 0 0 120px;
  }
}
.secOverview__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0;
}
@media screen and (min-width: 768px) {
  .secOverview__inner {
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 20px;
  }
}
.secOverview__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-shrink: 0;
}
.secOverview__ttl::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FD903E;
  border-radius: 50%;
  display: block;
}
.secOverview__table {
  width: 100%;
}
.secOverview__table th, .secOverview__table td {
  display: block;
}
.secOverview__table th {
  padding: 24px 0 16px 16px;
}
.secOverview__table td {
  padding: 0 16px 24px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.secOverview__table td::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #ff6900;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.secOverview__mapLink{
  display: inline-flex;
  align-items: center;
  grid-gap: 3px;
}
.secOverview__mapLinkIcon{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/company/company_map.svg) center / contain no-repeat;
  margin-left: 2px;
}
.secOverview__mapLinkText {
  border-bottom: 1px solid #202020;
  margin-right: 2px;
}


@media screen and (min-width: 768px) {
  .secOverview__table {
    max-width: 890px;
    margin-top: 23px;
  }
  .secOverview__table th, .secOverview__table td {
    display: table-cell;
  }
  .secOverview__table th {
    width: 135px;
    padding: 30px 0 30px 35px;
    border-bottom: 1px solid #ff6900;
  }
  .secOverview__table td {
    padding: 30px 0 30px 64px;
  }
  .secOverview__table td::after {
    display: none;
  }
}

.secClients {
  padding: 0 0 96px;
}
@media screen and (min-width: 768px) {
  .secClients {
    padding: 0 0 120px;
  }
}
.secClients__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 24px;
}
@media screen and (min-width: 768px) {
  .secClients__inner {
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 20px;
  }
}
.secClients__inner:not(:first-child){
  margin-top: 100px;
}
@media(max-width: 768px) {
  .secClients__inner:not(:first-child){
    margin-top: 50px;
  }
}
.secClients__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-shrink: 0;
}
.secClients__ttl::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FD903E;
  border-radius: 50%;
  display: block;
}
.secClients__txtWrap {
  width: 100%;
}
.secClients__txtWrap p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .secClients__txtWrap {
    max-width: 890px;
    margin-top: 3px;
  }
}

.secRecruit {
  padding: 96px 0;
  background: url(../img/products/recruit_bg-sp.jpg) center/cover no-repeat;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .secRecruit {
    padding: 100px 0;
    background-image: url(../img/products/recruit_bg-pc.jpg);
  }
}
.secRecruit__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secRecruit__ttl {
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .secRecruit__ttl {
    margin-bottom: 30px;
    font-size: 100px;
  }
}
.secRecruit__txt {
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secRecruit__txt {
    margin-bottom: 50px;
  }
}