html {
  scroll-behavior: smooth;
}

.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: 24px;
         column-gap: 24px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .service__index {
    margin-bottom: 40px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.service__index li {
  width: 220px;
  height: 56px;
}
@media screen and (max-width: 1050px) {
  .service__index li {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
}
.service__index-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #10181D;
  padding: 16px 22px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .service__index-btn {
    background: #fff;
    border: solid 1px #DBEBFC;
    border-radius: 4px;
    font-size: 15px;
    color: #0B7BEC;
    padding: 8px 40px 8px 12px;
  }
}
@media screen and (max-width: 600px) {
  .service__index-btn {
    font-size: min(3.5vw, 15px);
    padding-right: 30px;
  }
}
.service__index-btn.selected {
  color: #0B7BEC;
}
.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__index-btn::after {
  width: 18px;
  height: 18px;
  background: url("../img/icon_chevron.svg");
  background-size: contain;
  position: absolute;
  top: 11px;
  right: 10px;
  filter: invert(49%) sepia(83%) saturate(5106%) hue-rotate(195deg) brightness(95%) contrast(94%);
}
@media screen and (max-width: 1050px) {
  .service__index-btn::after {
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .service__index-btn::after {
    top: 10px;
    right: 8px;
  }
}
.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__container {
  margin-top: -224px;
  padding-left: 260px;
}
@media screen and (max-width: 1050px) {
  .service__container {
    margin: 0;
    padding: 0;
  }
}
.service__container ul {
  display: flex;
  row-gap: 40px;
  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;
  }
}
.service__container ul.last {
  margin-bottom: 0;
}
.service__container li {
  width: 48%;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 79, 200, 0.0784313725) 0px 3px 14px;
}
@media screen and (max-width: 600px) {
  .service__container li {
    width: 100%;
  }
}
.service__card {
  padding: 24px 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .service__card {
    padding: 3.515625vw 3.125vw 1.875vw;
  }
}
@media screen and (max-width: 1050px) {
  .service__card {
    padding: 24px 20px 40px;
  }
}
.service__card:hover .service__img img {
  transform: scale(1.1);
  transition: 0.3s;
}
.service__card:hover .service__link p {
  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: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin: 48px auto 56px;
}
@media screen and (max-width: 1050px) {
  .service__logo {
    height: 25px;
    margin: 40px auto;
  }
}
.service__logo.sitesec {
  height: 47px;
  margin: 38px auto 46px;
}
@media screen and (max-width: 1050px) {
  .service__logo.sitesec {
    margin: 40px auto;
  }
}
.service__logo.xwrite {
  height: 29px;
  margin-bottom: 54px;
}
@media screen and (max-width: 1050px) {
  .service__logo.xwrite {
    height: 27px;
    margin-bottom: 38px;
  }
}
.service__logo.cocoon {
  height: 51px;
  margin: 36px auto 44px;
}
@media screen and (max-width: 1050px) {
  .service__logo.cocoon {
    height: 49px;
    margin: 28px auto;
  }
}
.service__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: justify;
  flex: 1;
}
.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;
}

.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 */