@media screen and (min-width: 768px) {
  .svc-container {
    padding-right: min(22.9166666667vw, 330px);
  }
}

.page-service-new-layout .hide-on-service-new-layout {
  opacity: 0;
  visibility: hidden;
}

.svc-section-heading2 {
  font-size: 23px;
  font-weight: 700;
  color: #0E043A;
  text-align: center;
  line-height: 1.475;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .svc-section-heading2 {
    font-size: min(3.125vw, 40px);
    line-height: 1.375;
    letter-spacing: 0.1em;
  }
}

.svc-section-heading2__highlight {
  color: #FF3600;
}

.svc-side-form {
  display: none;
}
@media screen and (min-width: 768px) {
  .svc-side-form {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: min(22.9166666667vw, 330px);
    height: 100svh;
    background-color: #001A7F;
    overflow-y: auto;
  }
}

.svc-side-form__header {
  display: flex;
  align-items: center;
  position: relative;
  height: 5rem;
  background: linear-gradient(90deg, #FF6300 0%, #D43300 66.21%);
  padding: min(0.6944444444vw, 10px) min(1.8055555556vw, 26px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__header {
    padding: 0.625rem 1.625rem;
  }
}

.svc-side-form__header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: min(8.4027777778vw, 121px);
  height: 100%;
  background-image: url(../../service/img/side-form-header.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.svc-side-form__header-text {
  position: relative;
  z-index: 1;
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__header-text {
    font-size: 1.125rem;
  }
}

.svc-side-form__form {
  display: flex;
  flex-direction: column;
  padding: min(3.4vh, 34px) min(2.3611111111vw, 34px) 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__form {
    padding: 2.125rem 1.25rem 0;
  }
}

.svc-side-form__field {
  margin-bottom: min(2.6vh, 26px);
}

.svc-side-form__field--radio {
  margin-bottom: min(2.4vh, 24px);
}

.svc-side-form__field--checkbox {
  margin-top: min(4.5vh, 45px);
  margin-left: min(1.3888888889vw, 20px);
  margin-bottom: min(3vh, 30px);
}

.svc-side-form__field .wpcf7-not-valid-tip {
  font-size: min(1.4vh, 14px);
  font-weight: 600;
}

.svc-side-form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: min(1.6vh, 16px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: min(1vh, 10px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__label {
    font-size: 1rem;
  }
}

.svc-side-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(5.8vh, 58px);
  height: min(2.1vh, 21px);
  background-color: #D43301;
  font-size: min(1.4vh, 14px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0em;
  margin-left: min(0.5555555556vw, 8px);
  margin-top: min(0.4vh, 4px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__required {
    font-size: 0.875rem;
    width: 3.625rem;
    height: 1.3125rem;
  }
}

.svc-side-form__input {
  width: 100%;
  height: min(3.2vh, 32px);
  padding: 0 min(0.8333333333vw, 12px);
  background-color: #fff;
  border-radius: 2px;
  font-size: min(1.4vh, 14px);
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__input {
    font-size: 0.875rem;
    height: 2rem;
    padding: 0 0.75rem;
  }
}

.svc-side-form__input::-moz-placeholder {
  color: #bababa;
}

.svc-side-form__input::placeholder {
  color: #bababa;
}

.svc-side-form__input:focus {
  outline: none;
  border-color: #9A9B9B;
}

.svc-side-form__field--radio .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  margin-top: min(1.4vh, 14px);
  margin-left: min(0.1388888889vw, 2px);
}

.svc-side-form__field--radio .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.svc-side-form__field--radio .wpcf7-list-item {
  margin-left: 0;
  margin-top: 0;
}

.svc-side-form__field--radio .wpcf7-list-item:first-child {
  display: none;
}

.svc-side-form__field--radio .wpcf7-list-item:nth-child(2) {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

.svc-side-form__field--radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: min(1.6vh, 16px);
}

.svc-side-form__field--radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.svc-side-form__field--radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.svc-side-form__field--radio .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(1.4vh, 14px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__field--radio .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}

.svc-side-form__field--radio .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: min(1.8vh, 18px);
  height: min(1.8vh, 18px);
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.2s ease;
  margin-right: min(0.9722222222vw, 14px);
}

.svc-side-form__field--radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: min(0.5vh, 5px);
  top: 50%;
  transform: translateY(-50%);
  width: min(0.8vh, 8px);
  height: min(0.8vh, 8px);
  background-color: #001A7F;
  border-radius: 50%;
  display: none;
}

.svc-side-form__field--radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block;
}

.svc-side-form__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.svc-side-form__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.svc-side-form__radio-custom {
  position: relative;
  display: inline-block;
  width: min(1.25vw, 18px);
  height: min(1.8vh, 18px);
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.svc-side-form__radio input[type=radio]:checked + .svc-side-form__radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(0.5555555556vw, 8px);
  height: min(0.5555555556vw, 8px);
  background-color: #001A7F;
  border-radius: 50%;
}

.svc-side-form__radio-label {
  font-size: min(1.4vh, 14px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-left: min(0.9722222222vw, 14px);
}

.svc-side-form__field--checkbox .wpcf7-form-control-wrap {
  margin: 0;
}

.svc-side-form__field--checkbox .wpcf7-list-item {
  margin: 0;
}

.svc-side-form__field--checkbox .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.svc-side-form__field--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.svc-side-form__field--checkbox .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: min(1.4vh, 14px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding-left: min(2.6vh, 26px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__field--checkbox .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}

.svc-side-form__field--checkbox .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: #fff;
}

.svc-side-form__field--checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5vh;
  display: block;
  width: min(1.6vh, 16px);
  height: min(1.6vh, 16px);
  background-color: #fff;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.svc-side-form__field--checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: min(0.5vh, 5px);
  top: min(1.1vh, 11px);
  transform: translateY(-60%) rotate(45deg);
  width: min(0.7vh, 7px);
  height: min(1.2vh, 12px);
  border-right: 2px solid #001A7F;
  border-bottom: 2px solid #001A7F;
  display: none;
}

.svc-side-form__field--checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}

.svc-side-form__checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.svc-side-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.svc-side-form__checkbox-custom {
  position: relative;
  display: inline-block;
  width: min(1.1111111111vw, 16px);
  height: min(1.6vh, 16px);
  background-color: #fff;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: min(0.2vh, 2px);
  transition: all 0.2s ease;
}

.svc-side-form__checkbox input[type=checkbox]:checked + .svc-side-form__checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: min(0.4861111111vw, 7px);
  height: min(1.2vh, 12px);
  border-right: 2px solid #001A7F;
  border-bottom: 2px solid #001A7F;
}

.svc-side-form__checkbox-label {
  font-size: min(1.2vh, 12px);
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.19em;
  margin-left: min(0.6944444444vw, 10px);
  flex: 1;
}

.svc-side-form__submit {
  margin: 0 max(-0.625vw, -8px);
}

.svc-side-form__submit-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(0.8vh, 8px);
  width: 100%;
  height: min(6vh, 60px);
  border: none;
  border-radius: 50px;
  overflow: hidden;
  font-size: min(1.4vh, 14px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  background: transparent;
  transition: background 0.3s, color 0.3s, transform 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .svc-side-form__submit-btn {
    font-size: 0.875rem;
    height: 3.75rem;
  }
}

.svc-side-form__submit-btn:focus {
  outline: none;
}

.svc-side-form__submit-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 99, 0) 0%, rgb(233, 58, 0) 100%);
  transition: opacity 0.3s;
}

.svc-side-form__submit-btn-icon {
  display: inline-block;
  width: min(1.1111111111vw, 16px);
  height: min(1.8vh, 18px);
  background-image: url(../../service/img/icon-dl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: filter 0.3s;
}

@media (hover: hover) {
  .svc-side-form__form:has(.svc-side-form__checkbox-input:checked) .svc-side-form__submit-btn:hover {
    opacity: 1;
    color: #000;
    background: #fff;
    transform: scale(1.05);
  }
  .svc-side-form__form:has(.svc-side-form__checkbox-input:checked) .svc-side-form__submit-btn:hover .svc-side-form__submit-btn-bg {
    opacity: 0;
  }
  .svc-side-form__form:has(.svc-side-form__checkbox-input:checked) .svc-side-form__submit-btn:hover .svc-side-form__submit-btn-icon {
    filter: brightness(0);
  }
  .svc-side-form__form:not(:has(.svc-side-form__checkbox-input:checked)) .svc-side-form__submit-btn:hover {
    opacity: 1;
    color: #fff;
    background: transparent;
  }
  .svc-side-form__form:not(:has(.svc-side-form__checkbox-input:checked)) .svc-side-form__submit-btn:hover .svc-side-form__submit-btn-bg {
    opacity: 1;
  }
  .svc-side-form__form:not(:has(.svc-side-form__checkbox-input:checked)) .svc-side-form__submit-btn:hover .svc-side-form__submit-btn-icon {
    filter: none;
  }
}
.svc-achievements-section {
  background-color: #fff;
  padding: 14px 0 20px;
  opacity: 0;
  transform: translateY(50px) scale(0.9);
}
@media screen and (min-width: 768px) {
  .svc-achievements-section {
    padding: 18px 0 18px;
  }
}

.svc-achievements-section2 {
  background-color: #fff;
  padding: 40px 0 50px;
}
@media screen and (min-width: 768px) {
  .svc-achievements-section2 {
    padding: min(2.9166666667vw, 42px) 0 min(2.9166666667vw, 42px);
  }
}

.svc-achievements-section2 .svc-achievements {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .svc-achievements-section2 .svc-achievements {
    margin-top: min(2.9166666667vw, 42px);
  }
}

@media screen and (max-width: 767px) {
  .svc-achievements__inner {
    padding: 0 21px;
  }
}
@media screen and (min-width: 768px) {
  .svc-achievements__inner {
    max-width: 973px;
    margin: 0 auto;
    padding: 0 min(1.3888888889vw, 20px);
  }
}

.svc-achievements__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
@media screen and (max-width: 767px) {
  .svc-achievements__items {
    grid-template-columns: repeat(2, 160px);
    justify-content: center;
    gap: 12px 15px;
  }
}
@media screen and (min-width: 768px) {
  .svc-achievements__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: min(1.8055555556vw, 26px) min(2.5694444444vw, 37px);
    max-width: min(50vw, 720px);
    margin: 0 auto;
  }
}

.svc-achievements__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 8px 0;
  background-image: url("../../service/img/achievements-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .svc-achievements__item {
    padding: min(0vw, 0px) min(0.5555555556vw, 8px) min(0vw, 0px);
  }
}

.svc-achievements__label {
  position: relative;
  width: 100%;
  font-size: 9px;
  font-weight: 700;
  color: #A98C12;
  text-align: center;
  line-height: 2.3;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .svc-achievements__label {
    font-size: min(0.9027777778vw, 13px);
    line-height: 2;
    letter-spacing: 0em;
  }
}

.svc-achievements__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 76%;
  height: 2px;
  background-color: #A98C12;
}

.svc-achievements__value {
  position: relative;
  z-index: 0;
}
.svc-achievements__value::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #FFEE59;
  position: absolute;
  bottom: 3px;
  z-index: -1;
  left: 0;
}

.svc-achievements__number {
  font-size: 42px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 0 -4px 0 -1px;
}
@media screen and (min-width: 768px) {
  .svc-achievements__number {
    font-size: min(4.0972222222vw, 59px);
  }
}

.svc-achievements__number--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  margin-top: 10px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .svc-achievements__number--text {
    font-size: min(2.5694444444vw, 37px);
    margin-top: min(1.0416666667vw, 15px);
  }
}

.svc-achievements__unit {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #A98C12;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  transform: translateY(-2px);
}
@media screen and (min-width: 768px) {
  .svc-achievements__unit {
    font-size: min(1.1111111111vw, 16px);
  }
}

.svc-achievements__text {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #A98C12;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  transform: translateY(-3px);
}
@media screen and (min-width: 768px) {
  .svc-achievements__text {
    font-size: min(0.9027777778vw, 13px);
  }
}

.svc-achievements__number,
.svc-achievements__unit,
.svc-achievements__text {
  display: inline-block;
  background: linear-gradient(177.88deg, #DCB927 12.14%, #A98C12 40.37%, #76620D 74.75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.svc-achievements__notes {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .svc-achievements__notes {
    margin-top: min(1.1805555556vw, 17px);
  }
}

.svc-achievements__note {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .svc-achievements__note {
    font-size: min(0.9722222222vw, 14px);
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .svc-achievements__note > span {
    display: block;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}

.svc-btn2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  position: relative;
  z-index: 0;
  width: min(100%, 336px);
  height: 74px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 100px !important;
  background-image: linear-gradient(90deg, rgb(255, 99, 0) 0%, rgb(233, 58, 0) 100%);
  overflow: visible;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .svc-btn2 {
    gap: 0 min(0.6944444444vw, 10px);
    width: min(22.9166666667vw, 330px);
    height: min(5.6944444444vw, 82px);
    font-size: min(1.25vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-radius: min(2.0833333333vw, 30px);
  }
}

.svc-btn2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  background-color: #fff;
  border-radius: 100px !important;
}
@media screen and (min-width: 768px) {
  .svc-btn2:after {
    border-radius: min(2.0833333333vw, 30px);
  }
}

.svc-btn2 span:not([class]) {
  display: inline-block;
  width: 19px;
  height: 21px;
  background-image: url(../../service/img/icon-dl.svg);
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .svc-btn2 span:not([class]) {
    width: min(1.3194444444vw, 19px);
    height: min(1.4583333333vw, 21px);
  }
}

.svc-btn2__tooltip {
  position: absolute;
  bottom: 71%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  padding: 3px 13px;
  background-color: #fff;
  border: 1px solid #FF3600;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 10;
  pointer-events: none;
  min-width: 236px;
  font-size: 14px;
  font-weight: 700;
  color: #FF3600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .svc-btn2__tooltip {
    bottom: 68%;
    margin-bottom: min(0.6944444444vw, 10px);
    padding: min(0.2083333333vw, 3px) min(0.9027777778vw, 13px);
    border-radius: min(0.2083333333vw, 3px);
    font-size: min(0.8333333333vw, 12px);
    min-width: min(13.8888888889vw, 200px);
  }
}
.svc-btn2__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
@media screen and (min-width: 768px) {
  .svc-btn2__tooltip::after {
    border-left-width: min(0.3472222222vw, 5px);
    border-right-width: min(0.3472222222vw, 5px);
    border-top-width: min(0.3472222222vw, 5px);
  }
}
.svc-btn2__tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #D43301;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .svc-btn2__tooltip::before {
    border-left-width: min(0.4166666667vw, 6px);
    border-right-width: min(0.4166666667vw, 6px);
    border-top-width: min(0.4166666667vw, 6px);
  }
}

.svc-btn2--white {
  background: none;
  color: #FF3600;
  background-color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
  border: 1px solid #FF3600;
}

.svc-btn2--white:after {
  background-image: linear-gradient(90deg, rgb(255, 99, 0) 0%, rgb(233, 58, 0) 100%);
  opacity: 0;
}

.svc-btn2--white span:not([class]) {
  width: 26px;
  height: 30px;
  background-image: url(../../service/img/icon-soudan-orange.svg);
  transition: filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .svc-btn2--white span:not([class]) {
    width: min(1.8055555556vw, 26px);
    height: min(2.0833333333vw, 30px);
  }
}

.svc-btn2--navy {
  background: none;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(0, 26, 127) 0%, rgb(0, 24, 121) 18.8%, rgb(1, 19, 105) 43.4%, rgb(3, 11, 78) 71.22%, rgb(5, 0, 42) 100%);
  transition: color 0.3s ease;
}

.svc-btn2--navy:after {
  background-image: linear-gradient(90deg, rgb(255, 99, 0) 0%, rgb(233, 58, 0) 100%);
  opacity: 0;
}

.svc-btn2--navy span:not([class]) {
  width: 26px;
  height: 30px;
  background-image: url(../../service/img/icon-soudan.svg);
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .svc-btn2--navy span:not([class]) {
    width: min(1.8055555556vw, 26px);
    height: min(2.0833333333vw, 30px);
  }
}

.svc-btn2--dl span:not([class]) {
  display: inline-block;
  width: 19px;
  height: 21px;
  background-image: url(../../service/img/icon-dl.svg);
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .svc-btn2--dl span:not([class]) {
    width: min(1.3194444444vw, 19px);
    height: min(1.4583333333vw, 21px);
  }
}

.svc-btn2--hover-navy:after {
  background-color: #0E043A;
}

@media (hover: hover) {
  .svc-btn2:hover {
    color: #231815;
    opacity: 1;
    transform: scale(1.05);
  }
  .svc-btn2:hover:after {
    opacity: 1;
  }
  .svc-btn2:hover span:not([class]) {
    filter: brightness(1) invert(1);
  }
  .svc-btn2--white:hover {
    color: #fff;
    background-color: transparent;
  }
  .svc-btn2--white:hover:after {
    opacity: 1;
  }
  .svc-btn2--white:hover span:not([class]) {
    filter: brightness(0) invert(1);
  }
  .svc-btn2--navy:hover {
    color: #fff;
  }
  .svc-btn2--navy:hover:after {
    opacity: 1;
  }
  .svc-btn2--navy:hover span:not([class]) {
    filter: brightness(0) invert(1);
  }
  .svc-btn2--hover-navy:hover {
    color: #fff;
  }
  .svc-btn2--hover-navy:hover:after {
    opacity: 1;
  }
  .svc-btn2--hover-navy:hover span:not([class]) {
    filter: brightness(0) invert(1);
  }
}
.svc-btn2--border-white {
  border: 2px solid #fff !important;
}

@media (hover: hover) {
  .svc-btn2--border-white:hover {
    border-color: #0E043A !important;
  }
}
.svc-category {
  background-color: #fff;
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .svc-category {
    padding: min(3.3333333333vw, 48px) 0 min(5.5555555556vw, 80px);
  }
}

.svc-category__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .svc-category__inner {
    max-width: 900px;
  }
}

.svc-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 10px 16px;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .svc-category__list {
    grid-template-columns: repeat(4, min(12.7777777778vw, 184px));
    gap: min(1.3888888889vw, 20px);
    margin-top: min(3.3333333333vw, 48px);
  }
}

.svc-category__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 4px;
  padding: 16px 0;
  height: 176px;
}
@media screen and (min-width: 768px) {
  .svc-category__item {
    height: min(14.8611111111vw, 214px);
    padding: min(1.25vw, 18px) 0px;
  }
}

@media screen and (min-width: 768px) {
  .svc-category__item:nth-child(1),
  .svc-category__item:nth-child(2),
  .svc-category__item:nth-child(3) {
    transform: translateX(59%);
  }
}

@media screen and (max-width: 767px) {
  .svc-category__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .svc-category__item:nth-child(4) {
    opacity: 0;
  }
}

.svc-category__icon {
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .svc-category__icon {
    width: min(6.4583333333vw, 93px);
    height: min(5.5555555556vw, 80px);
  }
}

.svc-category__text {
  font-size: 15px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .svc-category__text {
    font-size: min(1.1111111111vw, 16px);
    margin-top: min(0.9722222222vw, 14px);
  }
}

.svc-comparison2 {
  background-color: #F2F3F3;
  padding: 40px 0 60px;
}
@media screen and (min-width: 768px) {
  .svc-comparison2 {
    padding: min(4.8611111111vw, 70px) 0;
  }
}

.svc-comparison2__inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .svc-comparison2__inner {
    padding-right: 0;
  }
}

.svc-comparison2__table {
  scrollbar-width: none;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .svc-comparison2__table {
    margin-top: min(3.75vw, 54px);
  }
}

.svc-consultant2 {
  background-color: #F2F3F3;
  padding: 42px 0 74px;
}
@media screen and (min-width: 768px) {
  .svc-consultant2 {
    padding: min(4.1666666667vw, 60px) 0 min(4.1666666667vw, 60px);
  }
}

.svc-consultant2__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__inner {
    max-width: min(67.3611111111vw, 970px);
  }
}

.svc-consultant2__box {
  border-radius: 7px;
  border: 1px solid #9A9B9B;
  background-color: #fff;
  overflow: hidden;
  padding: 30px 0px 30px;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__box {
    padding: min(2.5vw, 36px) min(2.2222222222vw, 32px) 0 min(2.9166666667vw, 42px);
  }
}

.svc-consultant2__heading {
  font-size: 20px;
  color: #13072A;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__heading {
    font-size: min(2.0833333333vw, 30px);
  }
}

.svc-consultant2__swiper {
  position: relative;
  overflow: hidden;
}
.svc-consultant2__slide {
  background: #fff;
  height: auto;
}
@media screen and (max-width: 767px) {
  .svc-consultant2__slide {
    padding: 24px 26px 0 26px;
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .svc-consultant2__slide {
    padding: min(1.6666666667vw, 24px) 0 min(3.0555555556vw, 44px);
  }
}

.svc-consultant2__container {
  display: grid;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .svc-consultant2__container {
    gap: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .svc-consultant2__container {
    grid-template-columns: min(16.5972222222vw, 239px) 1fr;
    gap: 0 min(2.0833333333vw, 30px);
  }
}

@media screen and (max-width: 767px) {
  .svc-consultant2__contents {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .svc-consultant2__head {
    margin-left: 6px;
  }
}

.svc-consultant2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.svc-consultant2__name {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__name {
    font-size: 20px;
  }
}

.svc-consultant2__name span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .svc-consultant2__name span {
    display: inline-block;
    margin-bottom: 8px;
  }
}

.svc-consultant2__list {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__list {
    margin-top: 10px;
  }
}

.svc-consultant2__item {
  height: 17px;
}

.svc-consultant2__item:nth-child(3) {
  transform: scale(1.4);
}

.svc-consultant2__item img {
  width: auto !important;
  height: 100% !important;
}

.svc-consultant2__body {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__body {
    margin-top: 21px;
  }
}

.svc-consultant2__text {
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__text {
    font-size: min(0.9027777778vw, 13px);
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.svc-consultant2__text + .svc-consultant2__text {
  margin-top: 24px;
}

.svc-consultant2__button-prev,
.svc-consultant2__button-next {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .svc-consultant2__button-prev,
  .svc-consultant2__button-next {
    top: auto;
    bottom: -7px;
    left: 24px;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .svc-consultant2__button-prev,
  .svc-consultant2__button-next {
    top: 44%;
    right: auto;
    left: max(-1.5277777778vw, -22px);
    transform: translateY(-50%);
  }
}

.svc-consultant2__button-prev::after,
.svc-consultant2__button-next::after {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__button-prev::after,
  .svc-consultant2__button-next::after {
    font-size: min(2.3611111111vw, 34px);
  }
}

@media screen and (max-width: 767px) {
  .svc-consultant2__button-next {
    left: auto;
    right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .svc-consultant2__button-next {
    left: auto;
    right: max(-1.5277777778vw, -22px);
  }
}

.svc-consultant2__button-prev.swiper-button-disabled,
.svc-consultant2__button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.svc-consultant2__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__pagination {
    gap: min(1.5277777778vw, 22px);
    margin-top: min(1.6666666667vw, 24px);
  }
}

.svc-consultant2__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #9A9B9B;
  opacity: 1;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .svc-consultant2__pagination .swiper-pagination-bullet {
    width: min(0.8333333333vw, 12px);
    height: min(0.8333333333vw, 12px);
  }
}

.svc-consultant2__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.svc-cta-buttons {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons {
    margin-top: min(4.4444444444vw, 64px);
  }
}

.svc-cta-buttons__note {
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__note {
    margin-top: min(4.4444444444vw, 64px);
  }
}

.svc-cta-buttons__note p {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__note p {
    font-size: min(1.9444444444vw, 28px);
    line-height: 1.1;
    letter-spacing: 0.1em;
  }
}

.svc-cta-buttons__note p::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(-27deg);
  width: 2px;
  height: 40px;
  background-color: #231815;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__note p::before {
    left: min(-2.0833333333vw, -30px);
    height: min(2.7777777778vw, 40px);
    width: min(0.1388888889vw, 2px);
  }
}

.svc-cta-buttons__note p::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(27deg);
  width: 2px;
  height: 40px;
  background-color: #231815;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__note p::after {
    right: min(-2.0833333333vw, -30px);
    height: min(2.7777777778vw, 40px);
    width: min(0.1388888889vw, 2px);
  }
}

.svc-cta-buttons__note-highlight {
  font-size: inherit;
  font-weight: 700;
  color: #FF3600;
  text-align: inherit;
}

.svc-cta-buttons__buttons {
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__buttons {
    flex-direction: row;
    justify-content: center;
    gap: min(3.3333333333vw, 48px);
    margin-top: min(3.8194444444vw, 55px);
  }
}

.svc-cta-buttons__buttons .svc-btn2 {
  height: 70px;
  font-size: 15px;
  width: min(100%, 320px);
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__buttons .svc-btn2 {
    gap: 0 min(0.6944444444vw, 10px);
    width: min(23.75vw, 342px);
    height: min(5.2777777778vw, 76px);
    font-size: min(1.1111111111vw, 16px);
    border-radius: min(2.0833333333vw, 30px);
  }
}

.svc-cta-buttons__buttons .svc-btn2__tooltip {
  font-size: 15px;
  min-width: 251px;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__buttons .svc-btn2__tooltip {
    bottom: 66%;
    font-size: min(0.9722222222vw, 14px);
    min-width: min(18.75vw, 270px);
    padding: min(0.2083333333vw, 3px) min(2.0833333333vw, 30px);
  }
}

.svc-cta-buttons__buttons .svc-btn2 span:not([class]) {
  width: 12px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__buttons .svc-btn2 span:not([class]) {
    width: min(1.1111111111vw, 16px);
    height: min(1.25vw, 18px);
  }
}

.svc-cta-buttons__buttons .svc-btn2--white span:not([class]) {
  width: 19px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .svc-cta-buttons__buttons .svc-btn2--white span:not([class]) {
    width: min(1.3888888889vw, 20px);
    height: min(1.5972222222vw, 23px);
  }
}

@media (hover: hover) {
  .svc-cta-buttons__buttons .svc-btn2:hover {
    color: #fff;
  }
  .svc-cta-buttons__buttons .svc-btn2:hover span:not([class]) {
    filter: brightness(0) invert(1);
  }
}
.svc-cta-buttons__buttons .svc-btn2:after {
  background: linear-gradient(270.4deg, rgb(0, 26, 127) 1%, rgb(0, 24, 121) 19.87%, rgb(1, 19, 105) 43.7%, rgb(3, 11, 78) 71.51%, rgb(5, 0, 42) 100.31%);
}

.svc-cta2 {
  overflow: hidden;
  text-align: center;
  padding: 38px 0 60px;
  background: linear-gradient(-90deg, rgb(0, 26, 127) 0%, rgb(0, 24, 121) 18.8%, rgb(1, 19, 105) 43.4%, rgb(3, 11, 78) 71.22%, rgb(5, 0, 42) 100%);
}
@media screen and (min-width: 768px) {
  .svc-cta2 {
    padding: min(4.4444444444vw, 64px) 0 min(4.4444444444vw, 64px);
  }
}

.svc-cta2__tagline {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .svc-cta2__tagline {
    gap: 0;
    margin: 0 -20px;
  }
}
@media screen and (min-width: 768px) {
  .svc-cta2__tagline {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}

.svc-cta2__tagline span {
  display: inline-block;
  background-color: #FD5F00;
  color: #fff;
  padding: 9px 10px 11px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0em;
  white-space: nowrap;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .svc-cta2__tagline span {
    font-size: min(1.3888888889vw, 20px);
    line-height: 1.1;
    letter-spacing: 0em;
    padding: min(0.7638888889vw, 11px) min(1.3888888889vw, 20px);
  }
}

@media screen and (max-width: 767px) {
  .svc-cta2__tagline span:nth-child(1) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .svc-cta2__tagline span:nth-child(1) {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .svc-cta2__tagline span:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .svc-cta2__tagline span:nth-child(2) {
    padding-left: 0;
  }
}

.svc-cta2__heading {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 26px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .svc-cta2__heading {
    font-size: min(2.3611111111vw, 34px);
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: min(1.1805555556vw, 17px);
  }
}

.svc-cta2__highlight {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
}
.svc-cta2__highlight::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FF3600;
  position: absolute;
  bottom: 2px;
  z-index: -1;
  left: 0;
}

.svc-cta2__highlight-purple-pc {
  position: relative;
  z-index: 0;
}
.svc-cta2__highlight-purple-pc::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  z-index: -1;
  left: 0;
  background: linear-gradient(90deg, rgb(106, 0, 205) 0%, rgb(110, 4, 199) 10.88%, rgb(120, 15, 183) 25.13%, rgb(137, 33, 156) 41.26%, rgb(160, 58, 118) 58.76%, rgb(190, 90, 69) 77.38%, rgb(226, 129, 11) 96.65%, rgb(233, 136, 0) 99.99%);
  opacity: 0.89;
}
@media screen and (max-width: 767px) {
  .svc-cta2__highlight-purple-pc::after {
    display: none;
  }
}

.svc-cta2__highlight-purple-sp {
  position: relative;
  z-index: 0;
}
.svc-cta2__highlight-purple-sp::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  z-index: -1;
  left: 0;
  background: linear-gradient(90deg, rgb(106, 0, 205) 0%, rgb(110, 4, 199) 10.88%, rgb(120, 15, 183) 25.13%, rgb(137, 33, 156) 41.26%, rgb(160, 58, 118) 58.76%, rgb(190, 90, 69) 77.38%, rgb(226, 129, 11) 96.65%, rgb(233, 136, 0) 99.99%);
  opacity: 0.89;
}
@media screen and (min-width: 768px) {
  .svc-cta2__highlight-purple-sp::after {
    display: none;
  }
}

.svc-cta2__highlight-yellow-pc {
  position: relative;
  z-index: 0;
}
.svc-cta2__highlight-yellow-pc::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  z-index: -1;
  left: 0;
  background: linear-gradient(-90deg, rgb(255, 237, 31) 0%, rgb(254, 234, 28) 1.12%, rgb(250, 215, 13) 9.74%, rgb(248, 204, 3) 18.63%, rgb(247, 200, 0) 28.09%, rgb(236, 143, 46) 66.85%, rgb(229, 101, 45) 88.76%, rgb(224, 53, 43) 100%);
  opacity: 0.89;
}
@media screen and (max-width: 767px) {
  .svc-cta2__highlight-yellow-pc::after {
    display: none;
  }
}

.svc-cta2__highlight-yellow-sp {
  position: relative;
  z-index: 0;
}
.svc-cta2__highlight-yellow-sp::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  z-index: -1;
  left: 0;
  background: linear-gradient(-90deg, rgb(255, 237, 31) 0%, rgb(254, 234, 28) 1.12%, rgb(250, 215, 13) 9.74%, rgb(248, 204, 3) 18.63%, rgb(247, 200, 0) 28.09%, rgb(236, 143, 46) 66.85%, rgb(229, 101, 45) 88.76%, rgb(224, 53, 43) 100%);
  opacity: 0.89;
}
@media screen and (min-width: 768px) {
  .svc-cta2__highlight-yellow-sp::after {
    display: none;
  }
}

.svc-cta2__highlight-blue-pc {
  position: relative;
  z-index: 0;
}
.svc-cta2__highlight-blue-pc::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  z-index: -1;
  left: 0;
  background: linear-gradient(90deg, rgb(107, 222, 211) 0%, rgb(94, 199, 198) 10.88%, rgb(81, 176, 193) 25.13%, rgb(66, 152, 194) 41.26%, rgb(55, 126, 200) 58.76%, rgb(42, 98, 202) 77.38%, rgb(35, 72, 193) 96.65%, rgb(32, 62, 189) 99.99%);
  opacity: 0.89;
}
@media screen and (max-width: 767px) {
  .svc-cta2__highlight-blue-pc::after {
    display: none;
  }
}

.svc-cta2__highlight-blue-sp {
  position: relative;
  z-index: 0;
}
.svc-cta2__highlight-blue-sp::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  z-index: -1;
  left: 0;
  background: linear-gradient(90deg, rgb(107, 222, 211) 0%, rgb(94, 199, 198) 10.88%, rgb(81, 176, 193) 25.13%, rgb(66, 152, 194) 41.26%, rgb(55, 126, 200) 58.76%, rgb(42, 98, 202) 77.38%, rgb(35, 72, 193) 96.65%, rgb(32, 62, 189) 99.99%);
  opacity: 0.89;
}
@media screen and (min-width: 768px) {
  .svc-cta2__highlight-blue-sp::after {
    display: none;
  }
}

.svc-cta2__description {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .svc-cta2__description {
    font-size: min(1.3888888889vw, 20px);
    margin-top: min(1.6666666667vw, 24px);
  }
}

.svc-cta2__buttons {
  display: flex;
  flex-direction: column;
  gap: 43px;
  align-items: center;
  margin-top: 63px;
}
@media screen and (min-width: 768px) {
  .svc-cta2__buttons {
    flex-direction: row;
    justify-content: center;
    gap: min(1.6666666667vw, 24px);
    margin-top: min(5.3472222222vw, 77px);
  }
}

.svc-cta2__buttons .svc-btn2 {
  height: 70px;
  font-size: 15px;
  width: min(100%, 320px);
}
@media screen and (min-width: 768px) {
  .svc-cta2__buttons .svc-btn2 {
    gap: 0 min(0.6944444444vw, 10px);
    width: min(27.0833333333vw, 390px);
    height: min(6.25vw, 90px);
    font-size: min(1.3194444444vw, 19px);
    border-radius: min(2.0833333333vw, 30px);
  }
}

@media screen and (max-width: 767px) {
  .svc-cta2__buttons .svc-btn2__tooltip {
    font-size: 15px;
    min-width: 251px;
  }
}
@media screen and (min-width: 768px) {
  .svc-cta2__buttons .svc-btn2__tooltip {
    bottom: 77%;
    font-size: min(1.1111111111vw, 16px);
    padding: min(0.2083333333vw, 3px) min(2.0833333333vw, 30px);
  }
}

.svc-cta2__buttons .svc-btn2 span:not([class]) {
  width: 12px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .svc-cta2__buttons .svc-btn2 span:not([class]) {
    width: min(1.25vw, 18px);
    height: min(1.3888888889vw, 20px);
  }
}

.svc-cta2__buttons .svc-btn2--white span:not([class]) {
  width: 19px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .svc-cta2__buttons .svc-btn2--white span:not([class]) {
    width: min(1.5277777778vw, 22px);
    height: min(1.7361111111vw, 25px);
  }
}

.svc-cta2__note {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .svc-cta2__note {
    font-size: min(1.1111111111vw, 16px);
    margin-top: min(2.2222222222vw, 32px);
  }
}

.svc-faq2 {
  background-color: #F2F3F3;
  padding: 20px 0 50px;
}
@media screen and (min-width: 768px) {
  .svc-faq2 {
    padding: min(4.6875vw, 60px) 0 min(4.6875vw, 60px);
  }
}

@media screen and (min-width: 768px) {
  .svc-faq2__inner {
    max-width: 960px;
  }
}

.svc-faq2__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  color: #13072a;
  margin-bottom: 60px;
  text-align: center;
}

.svc-faq2__items {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .svc-faq2__items {
    margin-top: 40px;
  }
}

.svc-faq2__item {
  background-color: #fff;
  border-radius: 6.8px;
  border: 1px solid #9a9b9b;
  margin-bottom: 20px;
}

.svc-faq2__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  padding: 16px 17px 13px 13px;
}
@media screen and (min-width: 768px) {
  .svc-faq2__question {
    padding: 25px 38px 25px 35px;
  }
}

.svc-faq2__question p {
  display: flex;
}
@media screen and (max-width: 767px) {
  .svc-faq2__question p {
    align-items: center;
    width: 90%;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .svc-faq2__question p {
    padding-top: 10px;
  }
}

.svc-faq2__label {
  color: #FF3600;
  font-size: 23px;
  font-weight: 700;
  margin-right: 11px;
}
@media screen and (min-width: 768px) {
  .svc-faq2__label {
    font-size: 26px;
    margin-right: 15px;
  }
}

.svc-faq2__question .svc-faq2__label {
  transform: translateY(-5px);
}
@media screen and (min-width: 768px) {
  .svc-faq2__question .svc-faq2__label {
    transform: translateY(-10px);
  }
}

.svc-faq2__answer .svc-faq2__label {
  transform: translateY(-8px);
}
@media screen and (min-width: 768px) {
  .svc-faq2__answer .svc-faq2__label {
    transform: translateY(-8px);
  }
}

.svc-faq2__btn {
  position: relative;
  width: 23px;
  height: 23px;
  background-color: #FF3600;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .svc-faq2__btn {
    width: 42px;
    height: 42px;
    transform: translateY(0px);
  }
}

.svc-faq2__btn::before,
.svc-faq2__btn::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.svc-faq2__btn::before {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.svc-faq2__btn::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50%;
  transform: translate(-50%, -50%);
}

.svc-faq2__btn.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.svc-faq2__answer {
  display: none;
  padding: 0px 20px 0px 12px;
}
@media screen and (min-width: 768px) {
  .svc-faq2__answer {
    padding: 0px 38px 34px 38px;
    transform: translateY(-7px);
  }
}

.svc-faq2__answer p {
  display: flex;
}
@media screen and (max-width: 767px) {
  .svc-faq2__answer p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.svc-faq2__link {
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .svc-faq2__link {
    margin-top: 28px;
  }
}

.svc-faq2__link img {
  width: 16px;
}

@media screen and (max-width: 767px) {
  .svc-faq2__link .svc-btn {
    transform: scale(0.7);
    transform-origin: top;
    width: 300px;
  }
}

.svc-feature2 {
  background-color: #F2F3F3;
  padding: 44px 0 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .svc-feature2 {
    padding: min(4.4444444444vw, 64px) 0 min(11.1111111111vw, 160px);
  }
}

@media screen and (min-width: 768px) {
  .svc-feature2__inner {
    max-width: 1221px;
  }
}

.svc-feature2__items {
  display: grid;
  gap: 30px 0;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .svc-feature2__items {
    gap: min(5.5555555556vw, 80px) 0;
    margin-top: min(3.3333333333vw, 48px);
  }
}

.svc-feature2__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "contents";
  align-items: center;
}
@media screen and (min-width: 768px) {
  .svc-feature2__item {
    grid-template-columns: 1fr min(47.5694444444vw, 685px);
    grid-template-columns: 488fr 564fr;
    grid-template-areas: "contents image";
    margin-left: 0;
    margin-right: max(-3.3333333333vw, -48px);
  }
}
@media screen and (min-width: 768px) {
  .svc-feature2__item--reverse {
    grid-template-columns: min(47.5694444444vw, 685px) 1fr;
    grid-template-columns: 571fr 488fr;
    grid-template-areas: "image contents";
    margin-right: 0;
    margin-left: max(-3.3333333333vw, -48px);
  }
}
.svc-feature2__image {
  grid-area: image;
}
@media screen and (min-width: 768px) {
  .svc-feature2__image {
    margin-left: max(-3.1944444444vw, -46px);
    margin-right: 0;
    height: min(30.625vw, 441px);
  }
}

@media screen and (min-width: 768px) {
  .svc-feature2__item--reverse .svc-feature2__image {
    margin-left: 0;
    margin-right: max(-3.1944444444vw, -46px);
  }
}

.svc-feature2__image img {
  height: 100%;
  aspect-ratio: 623/441;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.svc-feature2__image--position-right img {
  -o-object-position: right;
     object-position: right;
}

.svc-feature2__image--position-center img {
  -o-object-position: center;
     object-position: center;
}

.svc-feature2__image--position-25 img {
  -o-object-position: 25%;
     object-position: 25%;
}

.svc-feature2__contents {
  grid-area: contents;
  background-color: #fff;
  border: 1px solid #0E043A;
  padding: 20px 20px 30px;
}
@media screen and (min-width: 768px) {
  .svc-feature2__contents {
    display: flex;
    align-items: center;
    min-height: min(22.2222222222vw, 320px);
    padding: min(1.3888888889vw, 20px) min(1.9444444444vw, 28px) min(1.7361111111vw, 25px) min(1.9444444444vw, 28px);
  }
}

.svc-feature2__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #FF3600;
  width: 75px;
  height: 23px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .svc-feature2__number {
    width: min(6.9444444444vw, 100px);
    height: min(2.2222222222vw, 32px);
    font-size: min(1.1111111111vw, 16px);
    border-radius: 8px;
  }
}

.svc-feature2__heading {
  font-size: min(5.3333333333vw, 20px);
  font-weight: 700;
  color: #0E043A;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 4px;
  text-decoration-color: #FF3600;
}
@media screen and (min-width: 768px) {
  .svc-feature2__heading {
    font-size: min(1.9444444444vw, 28px);
    margin-top: min(1.1111111111vw, 16px);
    white-space: nowrap;
    text-underline-offset: 1px;
    text-decoration-thickness: 7px;
  }
}

.svc-feature2__text {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .svc-feature2__text {
    font-size: min(0.9722222222vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: min(1.3888888889vw, 20px);
    padding-right: min(1.0416666667vw, 15px);
  }
}

.svc-flow2 {
  background-color: #F2F3F3;
  padding: 37px 0 22px;
}
@media screen and (min-width: 768px) {
  .svc-flow2 {
    padding: min(4.4444444444vw, 64px) 0 min(2.0833333333vw, 30px);
  }
}

@media screen and (min-width: 768px) {
  .svc-flow2__inner {
    max-width: 760px;
  }
}

.svc-flow2__items {
  display: grid;
  gap: 7px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .svc-flow2__items {
    margin-top: 48px;
  }
}

.svc-flow2__item {
  display: grid;
  grid-template-columns: 39px 1fr;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .svc-flow2__item {
    grid-template-columns: 70px 1fr;
  }
}

.svc-flow2__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  border-top: 14px solid #FF3600;
}
@media screen and (min-width: 768px) {
  .svc-flow2__item:not(:last-child)::after {
    transform: translateX(-37%);
    bottom: -18px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 25px solid #FF3600;
  }
}

.svc-flow2__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FF3600;
  color: #fff;
  text-align: center;
  height: 100%;
}
.svc-flow2__step {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .svc-flow2__step {
    font-size: 14px;
  }
}

.svc-flow2__digit {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .svc-flow2__digit {
    font-size: 35px;
  }
}

.svc-flow2__contents {
  background-color: #fff;
  padding: 12px 5px 12px 14px;
}
@media screen and (min-width: 768px) {
  .svc-flow2__contents {
    padding: 21px 10px 23px 28px;
  }
}

.svc-flow2__heading {
  font-size: 16px;
  font-weight: 700;
  color: #0E043A;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .svc-flow2__heading {
    font-size: 22px;
  }
}

.svc-flow2__text {
  font-size: 13px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .svc-flow2__text {
    font-size: 14px;
  }
}

.svc-fv2 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(50px) scale(0.9);
}
@media screen and (max-width: 767px) {
  .svc-fv2 {
    background-image: url(../../service/img/amazon-consulting/fv2-sp.webp);
    background-position: center bottom;
    background-size: 800px auto;
    background-position: 54% 100%;
    min-height: calc(100svh - 3rem);
  }
}
@media screen and (min-width: 768px) {
  .svc-fv2 {
    background-size: cover;
    background-image: url(../../service/img/amazon-consulting/fv2-pc.webp);
    background-position: right center;
    height: min(37.5vw, 580px);
  }
}
.svc-fv2:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .svc-fv2:before {
    top: min(16.8055555556vw, 242px);
    left: 0;
    width: max(31.7361111111vw, 457px);
    height: max(31.9444444444vw, 460px);
    background-image: url(../../service/img/amazon-consulting/fv2-tri-pc.webp);
  }
}

@media screen and (max-width: 767px) {
  .svc-fv2__inner {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .svc-fv2__inner {
    display: flex;
    align-items: center;
  }
}

.svc-fv2__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .svc-fv2__content {
    display: inline-block;
    padding-top: 36px;
    padding-bottom: 60px;
  }
}
.svc-fv2__tagline {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .svc-fv2__tagline {
    margin-bottom: min(0.8333333333vw, 12px);
  }
}

.svc-fv2__tagline span {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.02em;
  background-color: #DB3B01;
  padding: 2px 13px 3px;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .svc-fv2__tagline span {
    font-size: min(1.25vw, 18px);
    padding: min(0.6944444444vw, 10px) min(1.3194444444vw, 19px);
  }
}

.svc-fv2__heading > h1 {
  display: inline;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 8px 13px;
  background: linear-gradient(270.4deg, rgb(0, 26, 127) 1%, rgb(0, 24, 121) 19.87%, rgb(1, 19, 105) 43.7%, rgb(3, 11, 78) 71.51%, rgb(5, 0, 42) 100.31%);
}
@media screen and (min-width: 768px) {
  .svc-fv2__heading > h1 {
    font-size: min(2.2222222222vw, 32px);
    line-height: 2.1;
    letter-spacing: 0.1em;
    padding: 10px 16px;
  }
}

.svc-fv2__heading-highlight {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-size: 24px;
}
.svc-fv2__heading-highlight::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FF3600;
  position: absolute;
  bottom: 1px;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 768px) {
  .svc-fv2__heading-highlight {
    font-size: min(2.2222222222vw, 32px);
  }
}

.svc-fv2__heading-large {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .svc-fv2__heading-large {
    font-size: min(3.1944444444vw, 46px);
  }
}

.svc-fv2__description {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .svc-fv2__description {
    margin-top: 8px;
    margin-left: 1px;
  }
}
@media screen and (min-width: 768px) {
  .svc-fv2__description {
    font-size: min(1.25vw, 18px);
    margin-top: min(1.5972222222vw, 23px);
  }
}

.svc-fv2__description span {
  color: #FF3600;
}

.svc-fv2__buttons {
  display: flex;
}
@media screen and (max-width: 767px) {
  .svc-fv2__buttons {
    flex-direction: column;
    gap: 42px 0;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .svc-fv2__buttons {
    gap: 0 min(1.25vw, 18px);
    margin-top: min(3.9583333333vw, 57px);
  }
}

@media screen and (max-width: 767px) {
  .svc-fv2__buttons .svc-btn2 {
    min-width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .svc-fv2__buttons .svc-btn2 {
    gap: 0 min(0.6944444444vw, 10px);
    width: min(19.4444444444vw, 280px);
    height: min(4.5138888889vw, 65px);
    font-size: min(0.9722222222vw, 14px);
    border-radius: min(2.0833333333vw, 30px);
  }
}

.svc-fv2__buttons .svc-btn2:after {
  background: linear-gradient(270.4deg, rgb(0, 26, 127) 1%, rgb(0, 24, 121) 19.87%, rgb(1, 19, 105) 43.7%, rgb(3, 11, 78) 71.51%, rgb(5, 0, 42) 100.31%);
}

.svc-fv2__buttons .svc-btn2 span:not([class]) {
  width: 12px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .svc-fv2__buttons .svc-btn2 span:not([class]) {
    width: min(0.8333333333vw, 12px);
    height: min(1.0416666667vw, 15px);
  }
}

.svc-fv2__buttons .svc-btn2--white span:not([class]) {
  width: 19px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .svc-fv2__buttons .svc-btn2--white span:not([class]) {
    width: min(1.3194444444vw, 19px);
    height: min(1.4583333333vw, 21px);
  }
}

@media (hover: hover) {
  .svc-fv2__buttons .svc-btn2:hover {
    color: #fff;
  }
  .svc-fv2__buttons .svc-btn2:hover span:not([class]) {
    filter: brightness(0) invert(1);
  }
  .svc-fv2__buttons .svc-btn2--white:hover {
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .svc-fv2__image {
    position: relative;
    z-index: 0;
    margin-top: -60px;
    height: 307px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .svc-fv2__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.svc-fv2__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .svc-fv2__image img {
    height: 108%;
    -o-object-position: 100% 15px;
       object-position: 100% 15px;
  }
}
@media screen and (min-width: 768px) {
  .svc-fv2__image img {
    height: 100%;
  }
}

.svc-fv2__clients {
  height: 96px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .svc-fv2__clients {
    height: min(7.5vw, 96px);
  }
}

.svc-fv2__client-items {
  transition-timing-function: linear !important;
}

.svc-fv2__client-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 24px;
}
@media screen and (min-width: 768px) {
  .svc-fv2__client-item {
    height: 100%;
    margin-left: min(2.34375vw, 30px);
  }
}

.svc-fv2__client-item img {
  width: auto;
  height: auto;
  max-width: 142px;
  max-height: 64px;
}
@media screen and (min-width: 768px) {
  .svc-fv2__client-item img {
    max-width: min(11.09375vw, 142px);
    max-height: min(5vw, 64px);
  }
}

.svc-issues2 {
  background-color: #F2F3F3;
  padding: 42px 0 64px;
}
@media screen and (min-width: 768px) {
  .svc-issues2 {
    padding: min(4.4444444444vw, 64px) 0 min(5.5555555556vw, 80px);
  }
}

@media screen and (min-width: 768px) {
  .svc-issues2__inner {
    max-width: 1100px;
    padding: 0 min(2.7777777778vw, 40px);
  }
}

.svc-issues2__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .svc-issues2__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(1.3888888889vw, 20px) min(1.0416666667vw, 15px);
    padding: 0;
    margin-top: min(3.1944444444vw, 46px);
  }
}

.svc-issues2__item {
  display: flex;
  align-items: center;
  min-height: 140px;
  gap: 15px;
  border: 1px solid #0E043A;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  padding: 5px 15px 5px;
}
@media screen and (min-width: 768px) {
  .svc-issues2__item {
    gap: min(1.5277777778vw, 22px);
    width: min(22.9166666667vw, 330px);
    min-height: min(7.9166666667vw, 114px);
    padding: min(0.5555555556vw, 8px) min(2.0833333333vw, 30px) min(0.5555555556vw, 8px) min(1.1111111111vw, 16px);
    border-radius: min(0.2777777778vw, 4px);
  }
}

.svc-issues2__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background-color: #FF3600;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.380952381;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .svc-issues2__number {
    width: min(2.8472222222vw, 41px);
    height: min(2.8472222222vw, 41px);
    font-size: min(1.4583333333vw, 21px);
    line-height: min(2.0138888889vw, 29px);
  }
}

.svc-issues2__heading {
  font-size: 20px;
  font-weight: 700;
  color: #0E043A;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
  flex: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #FF3600;
}
@media screen and (min-width: 768px) {
  .svc-issues2__heading {
    font-size: min(1.1111111111vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.svc-issues2__text {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .svc-issues2__text {
    font-size: min(1.1111111111vw, 16px);
    margin-top: min(0.6944444444vw, 10px);
  }
}

.svc-price2 {
  background-color: #F2F3F3;
  text-align: center;
  padding: 42px 0 20px;
}
@media screen and (min-width: 768px) {
  .svc-price2 {
    padding: min(4.4444444444vw, 64px) 0 min(2.0833333333vw, 30px);
  }
}

@media screen and (min-width: 768px) {
  .svc-price2__inner {
    max-width: min(60.7638888889vw, 875px);
  }
}

.svc-price2__box {
  background: linear-gradient(-90deg, rgb(0, 26, 127) 0%, rgb(0, 24, 121) 18.8%, rgb(1, 19, 105) 43.4%, rgb(3, 11, 78) 71.22%, rgb(5, 0, 42) 100%);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .svc-price2__box {
    padding: min(0.6944444444vw, 10px);
  }
}

.svc-price2__box-inner {
  padding: 20px 0 74px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .svc-price2__box-inner {
    padding: min(2.0833333333vw, 30px) 0 min(3.4722222222vw, 50px) 0;
  }
}

.svc-price2__heading {
  font-size: 20px;
  font-weight: 700;
  color: #0E043A;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .svc-price2__heading {
    font-size: min(2.2222222222vw, 32px);
    line-height: 1.3;
    letter-spacing: 0;
  }
}

.svc-price2__highlight {
  color: #FF3600;
}

.svc-price2__price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .svc-price2__price {
    position: relative;
    z-index: 0;
    margin-top: 13px;
  }
  .svc-price2__price::after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-color: #FF3600;
    position: absolute;
    bottom: 14px;
    z-index: -1;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .svc-price2__price {
    position: relative;
    z-index: 0;
  }
  .svc-price2__price::after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-color: #FF3600;
    position: absolute;
    bottom: 14px;
    z-index: -1;
    left: 0;
  }
}

.svc-price2__number {
  font-size: 60px;
  font-weight: 900;
  color: #231815;
  text-align: center;
  position: relative;
  margin-left: 0.625vw;
  margin-right: 0.625vw;
}
@media screen and (min-width: 768px) {
  .svc-price2__number {
    font-size: min(5.5555555556vw, 80px);
    margin-left: min(0.5555555556vw, 8px);
    margin-right: min(0.5555555556vw, 8px);
  }
}

.svc-price2__unit {
  font-size: 21px;
  font-weight: 500;
  color: #231815;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .svc-price2__unit {
    font-size: min(1.875vw, 27px);
  }
}

.svc-price2__note {
  font-size: 16px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .svc-price2__note {
    font-size: min(1.1111111111vw, 16px);
    margin-top: min(1.25vw, 18px);
  }
}

.svc-price2__button {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .svc-price2__button {
    margin-top: min(2.3611111111vw, 34px);
  }
}

.svc-price2__button .svc-btn2 {
  height: 64px;
  font-size: 14px;
  border-radius: 50px;
  width: min(100%, 260px);
}
@media screen and (min-width: 768px) {
  .svc-price2__button .svc-btn2 {
    gap: 0 min(0.6944444444vw, 10px);
    width: min(19.4444444444vw, 280px);
    height: min(4.8611111111vw, 70px);
    font-size: min(0.9722222222vw, 14px);
  }
}

.svc-price2__button .svc-btn2__tooltip {
  font-size: 12px;
  padding: 0px 12px;
}
@media screen and (min-width: 768px) {
  .svc-price2__button .svc-btn2__tooltip {
    bottom: 66%;
    font-size: min(0.8333333333vw, 12px);
    padding: min(0.2083333333vw, 3px) min(0.8333333333vw, 12px);
  }
}

.svc-price2__button .svc-btn2 span:not([class]) {
  width: 12px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .svc-price2__button .svc-btn2 span:not([class]) {
    width: min(1.1111111111vw, 16px);
    height: min(1.25vw, 18px);
  }
}

.svc-price2__button .svc-btn2--white span:not([class]) {
  width: 19px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .svc-price2__button .svc-btn2--white span:not([class]) {
    width: min(1.3888888889vw, 20px);
    height: min(1.5972222222vw, 23px);
  }
}

@media (hover: hover) {
  .svc-price2__button .svc-btn2:hover {
    color: #fff;
  }
  .svc-price2__button .svc-btn2:hover span:not([class]) {
    filter: brightness(0) invert(1);
  }
}
.svc-price2__button .svc-btn2:after {
  background: #0E043A;
}

.svc-result2 {
  background-color: #F2F3F3;
  padding: 40px 0 58px;
}
@media screen and (min-width: 768px) {
  .svc-result2 {
    padding: min(3.3333333333vw, 48px) 0 min(4.0277777778vw, 58px);
  }
}

@media screen and (min-width: 768px) {
  .svc-result2__inner {
    max-width: 1010px;
  }
}

.svc-result2__items {
  display: grid;
  gap: 32px;
  padding: 0;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .svc-result2__items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.6666666667vw, 24px) min(2.7777777778vw, 40px);
    margin-top: min(3.3333333333vw, 48px);
  }
}

.svc-result2__item {
  display: block;
}

.svc-result2__item--hidden {
  display: none;
}

.svc-result2__item.is-visible {
  display: block;
}

.svc-result2__item.is-fade-in {
  display: block;
  opacity: 0;
}

.svc-result2__item.is-fade-in.is-visible {
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.svc-result2__card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #231815;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.svc-result2__header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 71px;
  overflow: hidden;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #F3F3F3;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .svc-result2__header {
    height: min(5.5555555556vw, 80px);
    padding: 0 min(2.2222222222vw, 32px);
  }
}

.svc-result2__content {
  padding: 1px 12px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .svc-result2__content {
    padding: 0 min(1.3888888889vw, 20px) min(2.0833333333vw, 30px);
  }
}

.svc-result2__title {
  font-size: 20px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.03em;
  position: relative;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .svc-result2__title {
    font-size: min(1.6666666667vw, 24px);
  }
}

.svc-result2__number {
  display: inline-block;
  font-size: 46px;
  font-weight: 900;
  color: #231815;
  text-align: center;
  position: relative;
  margin: 16px 0 21px;
}
@media screen and (min-width: 768px) {
  .svc-result2__number {
    font-size: min(4.1666666667vw, 60px);
    margin: min(1.3888888889vw, 20px) 0 min(1.1111111111vw, 16px);
  }
}

.svc-result2__number-text {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  text-align: inherit;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .svc-result2__number-text {
    font-size: min(2.0833333333vw, 30px);
  }
}

.svc-result2__number-text > span {
  position: absolute;
  font-size: 14px;
  letter-spacing: 0em;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .svc-result2__number-text > span {
    font-size: min(1.25vw, 18px);
    top: -20px;
  }
}

.svc-result2__number > span {
  position: relative;
  z-index: 0;
}
.svc-result2__number > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FF3600;
  position: absolute;
  bottom: 3px;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 768px) {
  .svc-result2__number > span {
    position: relative;
    z-index: 0;
  }
  .svc-result2__number > span::after {
    content: "";
    display: block;
    width: 100%;
    height: min(1.1111111111vw, 16px);
    background-color: #FF3600;
    position: absolute;
    bottom: min(0.4166666667vw, 6px);
    z-index: -1;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .svc-result2__number:before {
    top: 10px;
    left: -18px;
  }
}
@media screen and (min-width: 768px) {
  .svc-result2__number:before {
    left: -17px;
  }
}

.svc-result2__data {
  width: 100%;
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .svc-result2__data {
    margin: min(1.1111111111vw, 16px) 0;
    gap: min(1.0416666667vw, 15px);
  }
}

.svc-result2__data-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 11px;
  background-color: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .svc-result2__data-row {
    padding: min(0.6944444444vw, 10px) min(0.5555555556vw, 8px) min(0.6944444444vw, 10px) min(1.1111111111vw, 16px);
  }
}

.svc-result2__data-cell {
  font-size: 16px;
  font-weight: 700;
  color: rgba(35, 24, 21, 0.6);
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .svc-result2__data-cell {
    font-size: min(1.3888888889vw, 20px);
  }
}

.svc-result2__data-note {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .svc-result2__data-note {
    font-size: min(0.9722222222vw, 14px);
  }
}

.svc-result2__data-highlight {
  background-color: rgba(255, 54, 0, 0.15);
}

.svc-result2__data-highlight .svc-result2__data-cell {
  color: #FF3600;
}

.svc-result2__data-highlight .svc-result2__data-cell:nth-child(2) strong {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .svc-result2__data-highlight .svc-result2__data-cell:nth-child(2) strong {
    font-size: min(2.2222222222vw, 32px);
  }
}

.svc-result2__chart {
  width: 96%;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .svc-result2__chart {
    width: 78%;
    margin-top: min(0.4861111111vw, 7px);
  }
}

.svc-result2__period {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .svc-result2__period {
    font-size: min(1.1111111111vw, 16px);
    margin-top: min(1.9444444444vw, 28px);
  }
}

.svc-result2__button-wrapper {
  text-align: center;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .svc-result2__button-wrapper {
    margin-top: min(2.4305555556vw, 35px);
  }
}

.svc-result2__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 1px solid #FF3600;
  border-radius: 50px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #FF3600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  width: 270px;
  height: 70px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .svc-result2__button {
    padding: min(0.9722222222vw, 14px) min(2.7777777778vw, 40px);
    width: min(18.75vw, 270px);
    height: min(4.8611111111vw, 70px);
    font-size: min(1.1111111111vw, 16px);
  }
}

.svc-result2__button span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle;
}

.svc-result2__button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 0;
  border-top: 2px solid currentColor;
}

.svc-result2__button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 14px;
  border-left: 2px solid currentColor;
}

@media (hover: hover) {
  .svc-result2__button:hover {
    opacity: 1 !important;
    background-color: #FF3600;
    color: #fff;
  }
}
.svc-result2__button.is-hidden {
  display: none;
}

.svc-scope2 {
  background-color: #F2F3F3;
  padding: 22px 0 27px;
}
@media screen and (min-width: 768px) {
  .svc-scope2 {
    padding: min(2.4305555556vw, 35px) 0 min(0.5555555556vw, 8px);
  }
}

.svc-scope2__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .svc-scope2__inner {
    max-width: 966px;
  }
}

.svc-scope2__list {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 110px);
  justify-content: center;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .svc-scope2__list {
    grid-template-columns: repeat(5, min(11.8055555556vw, 170px));
    gap: min(0.4166666667vw, 6px);
    margin-top: min(3.3333333333vw, 48px);
  }
}

.svc-scope2__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .svc-scope2__item:nth-child(11) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .svc-scope2__item:nth-child(11) {
    opacity: 0;
  }
}

.svc-scope2__title {
  font-size: 10px;
  font-weight: 700;
  color: #001A7F;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .svc-scope2__title {
    font-size: min(1.1111111111vw, 16px);
    margin-top: min(1.9444444444vw, 28px);
  }
}

.svc-scope2__title--small {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .svc-scope2__title--small {
    font-size: min(0.9722222222vw, 14px);
  }
}

.svc-scope2__icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .svc-scope2__icon {
    width: min(4.5833333333vw, 66px);
    height: min(4.5833333333vw, 66px);
    margin-top: min(1.3888888889vw, 20px);
  }
}

.svc-scope2__item--small .svc-scope2__title {
  font-size: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .svc-scope2__item--small .svc-scope2__title {
    font-size: min(0.9722222222vw, 14px);
    margin-top: min(0.7638888889vw, 11px);
  }
}
.svc-scope2__item--small .svc-scope2__icon {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .svc-scope2__item--small .svc-scope2__icon {
    margin-top: min(0.8333333333vw, 12px);
  }
}

.svc-scope2__note {
  font-size: 8px;
  font-weight: 400;
  color: #001A7F;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .svc-scope2__note {
    font-size: min(0.6944444444vw, 10px);
    margin-top: min(0.7638888889vw, 11px);
  }
}

.svc-support-clients {
  background-color: #fff;
  padding: 40px 0 22px;
}
@media screen and (min-width: 768px) {
  .svc-support-clients {
    padding: min(3.3333333333vw, 48px) 0 min(2.7777777778vw, 40px);
  }
}

@media screen and (max-width: 767px) {
  .svc-support-clients__inner {
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .svc-support-clients__inner {
    max-width: 973px;
    margin: 0 auto;
    padding: 0 min(1.3888888889vw, 20px);
  }
}

.svc-support-clients__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .svc-support-clients__heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .svc-support-clients__heading {
    font-size: min(2.5vw, 36px);
  }
}

.svc-support-clients__list {
  list-style: none;
  margin: 32px auto 0;
  padding: 0;
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .svc-support-clients__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 15px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .svc-support-clients__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 27px 40px;
    max-width: min(50vw, 720px);
    align-items: flex-end;
  }
}

.svc-support-clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-support-clients__item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.svc-support-clients__note {
  margin-top: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .svc-support-clients__note {
    font-size: min(0.9722222222vw, 14px);
    margin-top: min(3.0555555556vw, 44px);
  }
}

@media screen and (min-width: 768px) {
  .svc-support-clients__item:nth-child(1),
  .svc-support-clients__item:nth-child(2),
  .svc-support-clients__item:nth-child(3) {
    transform: translateX(-59%);
  }
}

@media screen and (max-width: 767px) {
  .svc-support-clients__item:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .svc-support-clients__item:nth-child(12) {
    transform: translateX(59%);
  }
}

.svc-table2 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .svc-table2 {
    width: 1010px;
  }
}
@media screen and (min-width: 768px) {
  .svc-table2 {
    max-width: 1138px;
  }
}

.svc-table2__inner {
  display: grid;
  grid-template-columns: 95px 358px 1fr 1fr;
  gap: 0 12px;
}
@media screen and (min-width: 768px) {
  .svc-table2__inner {
    grid-template-columns: min(7.3611111111vw, 106px) min(21.3888888889vw, 308px) 1fr 1fr;
    gap: 0 12px;
  }
}

.svc-table2__group:first-child .svc-table2__item {
  font-weight: 700;
}

.svc-table2__group:first-child .svc-table2__body {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .svc-table2__group:first-child .svc-table2__body {
    padding-right: 0;
  }
}

.svc-table2__group:not(:first-child) .svc-table2__body {
  background: #fff;
}

.svc-table2__group:not(:first-child) .svc-table2__item {
  padding-left: 39px;
}

.svc-table2__group:nth-child(2) .svc-table2__item {
  padding-left: 56px;
}

.svc-table2__group:not(:first-child) .svc-table2__item:not(:last-child) {
  border-bottom: 2px solid #e4e4e4;
}

.svc-table2__group:not(:first-child) .svc-table2__head {
  background: #a5a5a5;
  display: grid;
  place-items: center;
  line-height: 1.4;
}

.svc-table2__group:not(:first-child) .svc-table2__head p {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .svc-table2__group:not(:first-child) .svc-table2__head p {
    font-size: clamp(15px, 1.56vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .svc-table2__group:not(:first-child) .svc-table2__head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .svc-table2__group:last-child {
    margin-right: 5vw;
  }
}
.svc-table2__group--orange .svc-table2__head {
  background: #FF3600 !important;
}

.svc-table2__group--orange .svc-table2__body {
  border: 3px solid #FF3600;
  padding-top: 12px !important;
  margin-top: -14px;
}

.svc-table2__head {
  margin-bottom: 12px;
  font-weight: 700;
  height: 100px;
}

.svc-table2__body {
  padding: 0 16px;
  padding-bottom: 18px;
}

.svc-table2__item {
  height: 74px;
  display: grid;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .svc-table2__item {
    font-size: clamp(10px, 1.09vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .svc-table2__item {
    font-size: 14px;
  }
}
.svc-table2__item--orange {
  background-color: rgba(241, 80, 36, 0.3);
}

.svc-table2__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

.svc-table2__ic--circle-single {
  width: 19px;
  height: 19px;
  background-image: url(../../service/img/icon-circle-single.svg);
}

.svc-table2__group:nth-child(2) .svc-table2__ic--circle-single {
  left: 23px;
}

.svc-table2__ic--circle-double {
  width: 21px;
  height: 21px;
  background-image: url(../../service/img/icon-circle-double.svg);
}

.svc-table2__group:nth-child(2) .svc-table2__ic--circle-double {
  left: 21px;
}

.svc-table2__ic--triangle {
  width: 18px;
  height: 16px;
  background-image: url(../../service/img/icon-triangle.svg);
}

.svc-table2__ic--x {
  width: 16px;
  height: 16px;
  background-image: url(../../service/img/icon-x.svg);
}

.svc-voice2 {
  background-color: #F2F3F3;
  padding: 80px 0 34px;
}
@media screen and (min-width: 768px) {
  .svc-voice2 {
    padding: min(4.4444444444vw, 64px) 0 min(1.0416666667vw, 15px);
  }
}

.svc-voice2__inner {
  position: relative;
}
.svc-voice2__heading {
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .svc-voice2__heading {
    font-size: min(2.7777777778vw, 40px);
  }
}

.svc-voice2__swiper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .svc-voice2__swiper {
    margin-top: 37px;
  }
}
@media screen and (min-width: 768px) {
  .svc-voice2__swiper {
    margin-top: min(3.3333333333vw, 48px);
  }
}

.svc-voice2__slide {
  height: auto;
}

.svc-voice2__card {
  display: flex;
  flex-direction: column;
  border: 1px solid #231815;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .svc-voice2__card {
    padding: 0px 17px 30px 17px;
    max-width: 500px;
    min-height: 482px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) {
  .svc-voice2__card {
    padding: 0 min(1.3888888889vw, 20px) min(2.0833333333vw, 30px);
    border-radius: 4px;
    min-height: min(34.4444444444vw, 496px);
  }
}

@media screen and (max-width: 767px) {
  .svc-voice2__company {
    height: 126px;
  }
}

.svc-voice2__company-logo {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .svc-voice2__company-logo {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.svc-voice2__company-name {
  font-size: 14px;
  font-weight: 700;
  color: rgba(35, 24, 21, 0.4);
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .svc-voice2__company-name {
    font-size: min(0.9722222222vw, 14px);
  }
}

.svc-voice2__quote {
  font-size: 20px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .svc-voice2__quote {
    margin: 7px 0 23px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .svc-voice2__quote {
    font-size: min(1.3888888889vw, 20px);
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin: min(1.6666666667vw, 24px) 0 min(1.6666666667vw, 24px);
  }
}

.svc-voice2__section {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .svc-voice2__section {
    margin-bottom: min(1.5277777778vw, 22px);
  }
}

.svc-voice2__section:last-child {
  margin-bottom: 0;
}

.svc-voice2__label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background-color: #FF3600;
  padding: 7px 15px;
  min-height: 78px;
}
@media screen and (min-width: 768px) {
  .svc-voice2__label {
    font-size: min(1.1111111111vw, 16px);
    padding: min(0.4861111111vw, 7px) min(1.0416666667vw, 15px);
    min-height: min(5.5555555556vw, 80px);
  }
}

.svc-voice2__text {
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .svc-voice2__text {
    font-size: min(0.9722222222vw, 14px);
    margin-top: min(0.9722222222vw, 14px);
  }
}

.svc-voice2__button-prev,
.svc-voice2__button-next {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .svc-voice2__button-prev,
  .svc-voice2__button-next {
    top: auto;
    bottom: -7px;
    left: 24px;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .svc-voice2__button-prev,
  .svc-voice2__button-next {
    top: auto;
    bottom: -12px;
    left: 65px;
    right: auto;
  }
}

.svc-voice2__button-prev::after,
.svc-voice2__button-next::after {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .svc-voice2__button-prev::after,
  .svc-voice2__button-next::after {
    font-size: min(2.5vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .svc-voice2__button-next {
    left: auto;
    right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .svc-voice2__button-next {
    left: auto;
    right: 65px;
  }
}

.svc-voice2__button-prev.swiper-button-disabled,
.svc-voice2__button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.svc-voice2__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .svc-voice2__pagination {
    gap: min(1.5277777778vw, 22px);
    margin-top: min(2.9166666667vw, 42px);
  }
}

.svc-voice2__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #9A9B9B;
  opacity: 1;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .svc-voice2__pagination .swiper-pagination-bullet {
    width: min(0.8333333333vw, 12px);
    height: min(0.8333333333vw, 12px);
  }
}

.svc-voice2__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.svc-voice2__pagination--hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .page-service-new-layout .footer {
    padding-right: min(22.9166666667vw, 330px);
  }
}