.tp-MainCnt {
  min-height: 800px;
}
@media only screen and (max-width: 768px) {
  .tp-MainCnt {
    min-height: unset;
  }
}
.tp-MainCnt .tp-Hero_Inner {
  min-height: 800px;
}
@media only screen and (max-width: 768px) {
  .tp-MainCnt .tp-Hero_Inner {
    min-height: unset;
  }
}
.tp-MainCnt .tp-Hero_Img img {
  min-height: 800px;
}
@media only screen and (max-width: 768px) {
  .tp-MainCnt .tp-Hero_Img img {
    min-height: unset;
  }
}

.tp-News {
  top: 76%;
  bottom: auto;
}

.front-linkCard {
  position: absolute;
  background-image: url("./../img/top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  top: 58%;
  right: 5%;
  width: 280px;
  padding: 30px 0;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0px 3px 6px;
}
@media only screen and (max-width: 768px) {
  .front-linkCard {
    left: 50%;
    top: 38%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.front-linkCard .front-linkCard-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.front-linkCard .front-linkCard-flex p {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 700;
  color: #0096C1;
}
.front-linkCard .front-linkCard-flex a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 7px 9px;
  background-color: #ffffff;
}
.front-linkCard .front-linkCard-flex a img {
  display: block;
  height: 28px;
}
.front-linkCard .front-linkCard-flex a.e-stand {
  border-color: #0096C1;
}
.front-linkCard .front-linkCard-flex a.e-sense {
  border-color: #B42A68;
}
.front-linkCard.dx {
  position: static;
  margin-right: 0;
  margin-left: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 12px 18px;
  width: 260px;
}
@media only screen and (max-width: 768px) {
  .front-linkCard.dx {
    -webkit-transform: none;
            transform: none;
  }
}
.front-linkCard.dx p {
  font-weight: 700;
  padding: 0 0 8px;
  font-size: 14px;
  margin-top: 0;
}
.front-linkCard.dx .front-linkCard-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-linkCard.dx .front-linkCard-flex a img {
  height: 25px;
}


.front-fv-link {
  position: absolute;
  top: 49%;
  right: 5%;
  width: 100%;
  padding: 30px 0 10px;
  background-color: #fff;
  display: block;
  border-radius: 8px;
  border: 4px #0096C1 solid;
  max-width: 300px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .front-fv-link {
    left: 50%;
    top: 38%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .front-fv-link {
    top: 60%;
  }
}
@media screen and (min-width: 1500px) {
  .front-fv-link {
    top: 55%;
    max-width: 440px;
    right: 2%;
  }
}
.front-fv-link__label {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0279C2;
  border-radius: 100vh;
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 85%;
  text-align: center;
}
@media screen and (min-width: 1500px) {
  .front-fv-link__label {
    font-size: 20px;
    padding: 5px 30px;
  }
}
.front-fv-link__label .yellow {
  font-weight: 700;
  color: #EFEF45;
  font-size: 1.1em;
}
.front-fv-link__label .large {
  font-size: 1.2em;
}
.front-fv-link__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0;
  gap: 10px;
}
.front-fv-link__left {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-fv-link__left img {
  display: block;
  width: 80%;
  margin-bottom: 15px;
}
.front-fv-link__right {
  width: 35%;
}
.front-fv-link__check {
  border-radius: 100vh;
  padding: 4px 30px 4px 10px;
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0096C1), to(#33B42A));
  background: -webkit-linear-gradient(left, #0096C1, #33B42A);
  background: linear-gradient(to right, #0096C1, #33B42A);
  font-size: 12px;
}
@media screen and (min-width: 1500px) {
  .front-fv-link__check {
    font-size: 16px;
    padding: 4px 35px 4px 15px;
  }
}
.front-fv-link__check::before, .front-fv-link__check::after {
  content: "";
  display: block;
  top: 50%;
  position: absolute;
  right: 17px;
}
.front-fv-link__check::before {
  width: 18px;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 50%;
}
.front-fv-link__check::after {
  border-left: 8px #0096C1 solid;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}



.linkCard__dx {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.service-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}
.service-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 7px 9px;
  background-color: #ffffff;
}
.service-btn a img {
  display: block;
  height: 34px;
}
.service-btn a:nth-child(1) {
  border-color: #0096C1;
}
.service-btn a:nth-child(2) {
  border-color: #B42A68;
}
.service-btn a:nth-child(3) {
  border-color: #ABD6D9;
}
.service-btn a:nth-child(3) img {
  height: 41px;
}

.st-Menu_Sub_List {
  display: block;
}
.st-Menu_Sub_List .st-Menu_Sub_Item.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
}
.st-Menu_Sub_List .header-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  border: 2px solid;
  padding: 9px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.st-Menu_Sub_List .header-btn img {
  display: block;
  height: 34px;
}
.st-Menu_Sub_List .header-btn:nth-child(1) {
  border-color: #0096C1;
}
.st-Menu_Sub_List .header-btn:nth-child(2) {
  border-color: #B42A68;
}
.st-Menu_Sub_List .header-btn:nth-child(3) {
  border-color: #ABD6D9;
}
.st-Menu_Sub_List .header-btn:nth-child(3) img {
  height: 41px;
}

.mc-ServiceItems#anc03 {
  margin-top: 0;
}

.front-slider {
  background-color: #F2F7F8;
  padding: 45px 0;
}
.front-slider .slider-inner {
  background-color: #ffffff;
}
.front-slider .slider-inner img {
  max-width: 150px;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.front-slider-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto 25px;
  line-height: 2rem;
}
@media screen and (min-width: 960px) {
  .front-slider-title {
    font-size: 22px;
  }
}
.front-slider-title::before, .front-slider-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 85px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.front-slider-title::before {
  background-image: url("./../img/fv-slider-left.svg");
}
.front-slider-title::after {
  background-image: url("./../img/fv-slider-right.svg");
}
.front-slider-title__num {
  font-size: 2em;
  padding: 0 0.2em;
}
.front-slider-title > span {
  padding-bottom: 1em;
}

.tp-service {
  background-color: #64C2E2;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
}
@media screen and (min-width: 960px) {
  .tp-service {
    padding: 70px 0;
    background-image: url("./../img/tp-service-pc.svg");
  }
}
.tp-service .color-title {
  color: #ffffff;
}
.tp-service .color-title span {
  color: #ffffff;
}
.tp-service__content {
  width: 90%;
  margin: 12px auto 0;
  max-width: 1360px;
  color: #ffffff;
}
.tp-service__body {
  width: 90%;
  margin: 12px auto 0;
  max-width: 1360px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .tp-service__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.tp-service__img {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: 0;
  z-index: 3;
  background: #64C2E2 url("./../img/tp-service-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .tp-service__img {
    background: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 30px;
  }
}
.tp-service__img > div {
  width: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  max-width: 300px;
  margin: 80px auto 0;
}
@media screen and (min-width: 960px) {
  .tp-service__img > div {
    max-width: 470px;
    width: 470px;
    margin-left: 0;
    top: 240px;
  }
}
@media screen and (min-width: 960px) {
  .tp-service__img.dx > div {
    background-image: url("./../img/tp-service-dx-pc.svg");
  }
}
@media screen and (max-width: 959px) {
  .tp-service__img.dx_sp > div {
    background-image: url("./../img/tp-service-dx-sp.svg");
  }
}
@media screen and (min-width: 960px) {
  .tp-service__img.bpo > div {
    background-image: url("./../img/tp-service-bpo-pc.svg");
  }
}
@media screen and (max-width: 959px) {
  .tp-service__img.bpo_sp > div {
    background-image: url("./../img/tp-service-bpo-sp.svg");
  }
}
@media screen and (min-width: 960px) {
  .tp-service__img.nw > div {
    background-image: url("./../img/tp-service-nw-pc.svg");
  }
}
@media screen and (max-width: 959px) {
  .tp-service__img.nw_sp > div {
    background-image: url("./../img/tp-service-nw-sp.svg");
  }
}
@media screen and (min-width: 960px) {
  .tp-service__items {
    margin-top: 80px;
  }
}
.tp-service__item {
  background-color: #ffffff;
  padding: 40px 16px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 35px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .tp-service__item {
    padding: 40px 40px 15px;
    border-radius: 40px;
  }
}
.tp-service__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0096C1;
}
@media screen and (min-width: 960px) {
  .tp-service__item::before {
    height: 100%;
    width: 15px;
  }
}
.tp-service__item--title {
  font-size: 18px;
  font-weight: 700;
  color: #0096C1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 960px) {
  .tp-service__item--title {
    font-size: 25px;
  }
}
.tp-service__item--img {
  margin: 15px auto;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .tp-service__item--img {
    margin: 30px auto;
  }
}
.tp-service__item--img .--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .tp-service__item--img .--pc {
    display: block;
  }
}
.tp-service__item--img .--sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .tp-service__item--img .--sp {
    display: none;
  }
}
.tp-service__item--img img {
  display: block;
  width: 100%;
}
.tp-service__item--link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #0096C1;
  gap: 0.5em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .tp-service__item--link a:hover {
    opacity: 0.8;
  }
  .tp-service__item--link a:hover::after {
    border-width: 0.4em;
  }
}
.tp-service__item--link a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 0.25em #0096C1 solid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  background: url("./../img/e-series/arrow.svg") #0096C1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tp-partner {
  padding: 45px 0;
  background-color: #F2F7F8;
}
@media screen and (min-width: 960px) {
  .tp-partner {
    padding: 100px 0;
  }
}
.tp-partner__inner {
  background-color: #ffffff;
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 15px;
}
@media screen and (min-width: 960px) {
  .tp-partner__inner {
    padding: 40px;
  }
}
.tp-partner .color-title {
  text-align: center;
}
.tp-partner__content {
  margin: 1em 0;
}
@media screen and (min-width: 960px) {
  .tp-partner__content {
    text-align: center;
  }
}
.tp-partner__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  margin: 0 auto;
  max-width: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .tp-partner__items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1300px) {
  .tp-partner__items {
    grid-template-columns: repeat(7, 1fr);
    max-width: 1000px;
  }
}
.tp-partner__items img {
  display: block;
  width: 100%;
}

.tp-Hero_Lead .catch {
  font-size: 28px;
  font-weight: 700;
  color: #313131;
}
@media screen and (min-width: 960px) {
  .tp-Hero_Lead .catch {
    font-size: 70px;
  }
}
.tp-Hero_Lead .catch .small {
  font-size: 0.8em;
  display: inline-block;
  padding: 0 0.3em;
}
.tp-Hero_Lead .catch .blue {
  color: #0096C1;
}
.tp-Hero_Lead .catch-2 {
  font-size: 14px;
  color: #8B8B8B;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .tp-Hero_Lead .catch-2 {
    font-size: 20px;
  }
}

.custom-blue {
  display: inline;
  color: #0096C1;
}
.custom-red {
  display: inline;
  color: #B42A68;
}
.custom-green {
  display: inline;
  color: #33B42A;
}
.custom-orange {
  display: inline;
  color: #F39537;
}
.custom-small {
  display: inline;
  font-size: 12px;
}