#sec01 {
  font-size: 16px;
  color: #333;
  width: 100%;
  padding-bottom: 0;
}
#sec01 .tagbox {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  min-height: 30px;
  display: flex;
  align-items: center;
}
#sec01 .tagbox span {
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  padding-left: 8px;
}
#sec01 .tagbox.tag1 {
  background-image: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/top/img/rec-services_img07.png");
}
#sec01 .tagbox.tag2 {
  background-image: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/top/img/rec-services_img08.png");
}
#sec01 .tagbox.tag3 {
  background-image: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/top/img/rec-services_img09.png");
}
#sec01 .tagbox.tag4 {
  background-image: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/top/img/rec-services_img10.png");
}
#sec01 .tagbox.tag5 {
  background-image: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/top/img/rec-services_img11.png");
}
#sec01 .services-table {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
}
#sec01 .services-table img:hover {
  opacity: 1;
}
#sec01 .services-table .head {
  display: grid;
  grid-template-columns: 52fr 388.66667fr 234.66667fr 384.66667fr;
  min-width: 620px;
}
#sec01 .services-table .head * {
  padding: 6px 12px;
  color: #fff;
  font-size: 0.875em;
  background-color: #999;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #000;
}
#sec01 .services-table .body {
  min-width: 620px;
  display: grid;
  grid-template-columns: 52fr 388.66667fr 234.66667fr 384.66667fr;
  text-decoration: none;
  min-height: 68px;
  transition: all 0.2s ease;
}
#sec01 .services-table .body * {
  background-color: #f4f4f4;
  border-top: 1px solid #000;
}
#sec01 .services-table .body:hover {
  opacity: 0.6;
}
#sec01 .services-table .body img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
#sec01 .services-table .body :nth-child(1) {
  padding: 0;
}
#sec01 .services-table .body :nth-child(2) {
  color: #000;
  font-size: 1.25em;
  font-weight: 700;
  padding: 12px;
}
#sec01 .services-table .body :nth-child(3) {
  font-weight: 700;
  padding: 12px;
}
#sec01 .services-table .body :nth-child(4) {
  font-size: 0.875em;
  font-weight: 700;
  padding: 12px;
}
#sec01 .services-table .body :nth-child(4).icon {
  background-image: url("/content/dam/nttcom/hq/jp/business/services/xmanaged/top/img/rec-services_img06.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 12px 12px;
  padding-left: 40px;
}
#sec01 .services {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 60px;
}
#sec01 .services .service {
  box-shadow: 3px 4px 6px #EBEBEB;
  border-radius: 10px;
  border: 1px solid #868686;
  flex: 1;
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
#sec01 .services .service .img-bnr {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
#sec01 .services .service h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 0.875em;
  font-weight: 700;
  background-color: var(--bg-color);
  color: var(--ft-color);
}
#sec01 .services .service h3.blue {
  --bg-color: #EAF6FD;
  color: #1298EB;
}
#sec01 .services .service h3.green {
  --bg-color: #E5FEE4;
  color: #47B339;
}
#sec01 .services .service h3.purple {
  --bg-color: #FBF0FF;
  color: #BA44E5;
}
#sec01 .services .service h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-size: 1.4375em;
  font-weight: 700;
  line-height: 1.25em;
  height: 120px;
}
#sec01 .services .service .img-box {
  position: relative;
  line-height: 0;
  display: inline-block;
}
#sec01 .services .service .img-box .title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  margin: 0;
  height: auto;
  color: #fff;
  padding: 10px;
  font-size: 1.625em;
  font-weight: 700;
  text-shadow: 0 4px 4px #000;
  top: 0;
}
#sec01 .services .service .box-lead {
  padding: 2px 12px;
  background-color: #FFC300;
  font-size: 0.875em;
}
#sec01 .services .service .lead {
  display: flex;
  padding: 12px;
  font-size: 0.875em;
  align-items: center;
}
#sec01 .services .service .detail-btn {
  margin-top: auto;
  display: block;
}
#sec01 .services .service .detail-btn a {
  line-height: 0;
  text-decoration: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #CC023A;
  border: 1px solid #CC023A;
  border-radius: 5px;
  width: 168px;
  height: 42px;
  transition: 0.2s ease;
}
#sec01 .services .service .detail-btn a span {
  transition: 0.2s ease;
  color: #CC023A;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
#sec01 .services .service .detail-btn a:hover {
  background-color: #fcfcfc;
}
#sec01 .services .service .detail-btn a:hover span {
  right: 10px;
}

@media screen and (max-width: 768px) {
  #sec01 {
    font-size: 14px;
  }
  #sec01 .services-table .head {
    grid-template-columns: 52fr 388.66667fr 234.66667fr 384.66667fr;
  }
  #sec01 .services-table .body {
    grid-template-columns: 52fr 388.66667fr 234.66667fr 384.66667fr;
  }
  #sec01 .services {
    flex-direction: column;
  }
  #sec01 .services .service h4 {
    height: 90px;
  }
  #sec01 .services .img-box img {
    display: block;
    width: 100%;
    height: auto;
  }
}