.service__wrapper {
  width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1280px) {
  .service__wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1050px) {
  .service__wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .service__wrapper {
    padding: 0 20px;
    margin-bottom: 56px;
  }
}
.service__index {
  position: sticky;
  top: 128px;
}
@media screen and (max-width: 1050px) {
  .service__index {
    position: relative;
    top: 0;
    margin-bottom: 56px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 450px) {
  .service__index {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.service__index-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #10181D;
  padding: 16px 22px;
  position: relative;
  width: 220px;
  height: 56px;
  cursor: pointer;
}
@media screen and (max-width: 1050px) {
  .service__index-btn {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background: #fff;
    border: solid 1px #DBEBFC;
    border-radius: 4px;
    font-size: 15px;
    color: #0B7BEC;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 600px) {
  .service__index-btn {
    width: calc((100% - 20px) / 2);
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .service__index-btn {
    font-size: 14px;
    height: 56px;
  }
}
@media screen and (max-width: 450px) {
  .service__index-btn.security {
    font-size: max(3.1111111111vw, 12px);
  }
}
.service__index-btn.selected {
  color: #0B7BEC;
}
@media screen and (max-width: 1050px) {
  .service__index-btn.selected {
    background: linear-gradient(90deg, #004FC8, #00A3EC);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
}
.service__index-btn.selected::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  position: absolute;
  top: 22px;
  left: 0;
}
@media screen and (max-width: 1050px) {
  .service__index-btn.selected::before {
    width: 0;
  }
}
.service__category {
  padding-left: 30px;
  margin-bottom: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #273036;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .service__category {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .service__category {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.service__category::before {
  content: "";
  width: 6px;
  height: 34px;
  background: #0B7BEC;
  border-radius: 30px;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 1050px) {
  .service__category::before {
    height: 26px;
    top: 6px;
  }
}
@media screen and (max-width: 600px) {
  .service__category::before {
    height: 24px;
    top: 4px;
  }
}
.service__subcategory {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #526471;
}
@media screen and (max-width: 1050px) {
  .service__subcategory {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .service__subcategory {
    font-size: 18px;
  }
}
.service__container {
  margin-top: -224px;
  padding-left: 260px;
  min-height: 600px;
  display: none;
}
@media screen and (max-width: 1050px) {
  .service__container {
    padding: 0;
    margin: 0;
    min-height: inherit;
  }
}
.service__container ul {
  display: flex;
  row-gap: 28px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 96px;
}
@media screen and (max-width: 1050px) {
  .service__container ul {
    row-gap: 32px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 600px) {
  .service__container ul {
    row-gap: 24px;
    margin-bottom: 56px;
  }
}
.service__container li {
  width: 100%;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .service__container li {
    width: 100%;
  }
}
.service__card {
  padding: 16px;
  padding-right: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: relative;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .service__card {
    padding: 1.875vw;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1050px) {
  .service__card {
    padding: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .service__card {
    flex-direction: column;
    align-items: flex-end;
    padding: 16px;
    row-gap: 16px;
    overflow: hidden;
  }
}
.service__card:hover {
  box-shadow: rgba(0, 79, 200, 0.0784313725) 0px 3px 14px;
  transition: 0.3s;
}
.service__card:hover .service__img img {
  transform: scale(1.1);
  transition: 0.3s;
}
.service__card:hover .service__text, .service__card:hover .service__name {
  color: #0B7BEC;
}
.service__card:hover .service__link-icon {
  width: 32px;
  height: 32px;
  margin: 0;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  transition: 0.3s;
}
.service__card:hover .service__link-icon img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(354deg) brightness(107%) contrast(101%);
}
.service__logo {
  width: 310px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1280px) {
  .service__logo {
    width: max(24.21875vw, 280px);
  }
}
@media screen and (max-width: 1050px) {
  .service__logo {
    width: max(24.7619047619vw, 240px);
  }
}
@media screen and (max-width: 600px) {
  .service__logo {
    width: 300px;
    margin-bottom: 13px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.service__logo-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  padding-right: 16px;
  border-right: solid 1px #E6EAED;
}
@media screen and (max-width: 1050px) {
  .service__logo-wrapper {
    width: max(23.8095238095vw, 210px);
    justify-content: center;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .service__logo-wrapper {
    max-width: inherit;
    width: 100%;
    justify-content: center;
    padding: 0;
    border: none;
    border-bottom: solid 1px #E6EAED;
  }
}
.service__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 1050px) {
  .service__text {
    font-size: 15px;
  }
}
.service__text-wrapper {
  flex: 1;
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  .service__text-wrapper {
    margin-right: 0;
    width: 100%;
  }
}
.service__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #10181D;
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1050px) {
  .service__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .service__name {
    margin-top: 8px;
  }
}
.service__link {
  display: flex;
  justify-content: end;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
.service__link::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
}
.service__link p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #10181D;
  line-height: 2;
  flex: 1;
  text-align: right;
}
.service__link-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  margin: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.service__link-icon img {
  filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(279deg) brightness(102%) contrast(102%);
}
.service__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #526471;
  background: #fff;
  padding: 28px 40px;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 1050px) {
  .service__note {
    padding-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .service__note {
    padding: 20px;
  }
}
.service__note-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
}
@media screen and (max-width: 1280px) {
  .service__note-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .service__note-wrapper {
    padding-left: 20px;
  }
}
.service__note-item {
  display: inline-block;
  text-indent: -20px;
}
.service__note a {
  display: inline;
  color: #526471;
  text-decoration: underline;
}
.service__annotation {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #0B7BEC;
  text-decoration: underline;
  margin: 0 6px;
}/*# sourceMappingURL=service.css.map */