@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
.slide-dot .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  bottom: -30px;
}
.slide-dot .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cad1d8;
}
.slide-dot .slick-dots li.slick-active {
  background: #6f97f9;
}
.slide-dot .slick-dots li button {
  width: unset;
  height: unset;
  padding: 0;
}
.slide-dot .slick-dots li button::before {
  display: none;
}

@media (min-width: 1921px) {
  .slide-dot .slick-dots {
    gap: 11.25px;
    bottom: -33.75px;
  }
  .slide-dot .slick-dots li {
    width: 11.25px;
    height: 11.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .slide-dot .slick-dots {
    gap: 0.7692307692vw;
    bottom: -2.3076923077vw;
  }
  .slide-dot .slick-dots li {
    width: 0.7692307692vw;
    height: 0.7692307692vw;
  }
}
.slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
  z-index: 1;
  cursor: pointer;
}
.slide-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 11px;
}

.prev-arrow {
  left: 0;
}
.prev-arrow::after {
  background: url(../img/icon/prev-arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.next-arrow {
  right: 0;
}
.next-arrow::after {
  background: url(../img/icon/prev-arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  .slide-arrow {
    width: 68.625px;
    height: 68.625px;
  }
  .slide-arrow::after {
    width: 16.875px;
    height: 12.375px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .slide-arrow {
    width: 4.6923076923vw;
    height: 4.6923076923vw;
  }
  .slide-arrow::after {
    width: 1.1538461538vw;
    height: 0.8461538462vw;
  }
}
@media (max-width: 768px) {
  .slide-arrow {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .slide-arrow::after {
    width: 4vw;
    height: 2.9333333333vw;
  }
}
.page {
  position: relative;
}

.pageBg {
  width: 100%;
  height: 100%;
}

.pageTop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageTop__en {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  color: #6f97f9;
}

.pageTop__title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
.pageTop__title span {
  font-size: 38px;
  color: #6f97f9;
}

.bread {
  margin-top: 30px;
}
.bread .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 20px;
  background: #cad1d8;
  vertical-align: middle;
}

.bread__main {
  font-size: 14px;
}

.bread__link {
  display: inline-block;
  padding-right: 30px;
}

.yellow-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffda3e), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffda3e 50%, transparent 50%);
  background: linear-gradient(left, #ffda3e 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.yellow-mark.active {
  background-position: 0% 1em;
}

.red-mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffd1d1), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background: linear-gradient(left, #ffd1d1 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 1em;
  -webkit-transition: 2s;
  transition: 2s;
}
.red-mark.active {
  background-position: 0% 1em;
}

@media (min-width: 1921px) {
  .pageTop__en {
    font-size: 22.5px;
  }
  .pageTop__title {
    margin-top: 11.25px;
    font-size: 31.5px;
  }
  .pageTop__title span {
    font-size: 42.75px;
  }
  .bread {
    margin-top: 33.75px;
  }
  .bread .line {
    width: 22.5px;
    margin-right: 22.5px;
  }
  .bread__main {
    font-size: 15.75px;
  }
  .bread__link {
    padding-right: 33.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pageTop__en {
    font-size: 1.5384615385vw;
  }
  .pageTop__title {
    margin-top: 0.7692307692vw;
    font-size: 2.1538461538vw;
  }
  .pageTop__title span {
    font-size: 2.9230769231vw;
  }
  .bread {
    margin-top: 2.3076923077vw;
  }
  .bread .line {
    width: 1.5384615385vw;
    margin-right: 1.5384615385vw;
  }
  .bread__main {
    font-size: 1.0769230769vw;
  }
  .bread__link {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 768px) {
  .pageTop {
    top: 26.6666666667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .pageTop__en {
    font-size: 5.3333333333vw;
  }
  .pageTop__title {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .pageTop__title span {
    font-size: 6.9333333333vw;
  }
  .bread {
    margin-top: 5.3333333333vw;
  }
  .bread .line {
    width: 5.3333333333vw;
    height: 1px;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .bread__main {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  .bread__link {
    padding-right: 0;
  }
}
.sa {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  padding-bottom: 160px;
}

.saImgs {
  height: 408px;
  margin-top: 40px;
}
.saImgs .prev-arrow {
  left: -20px;
}
.saImgs .next-arrow {
  right: -20px;
}
.saImgs .slick-list {
  overflow: unset;
}
.saImgs.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.saImgs.slide-dot .slick-dots {
  bottom: -50px;
}

.saImg {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(111, 151, 249, 0.3);
          box-shadow: 0 0 20px 0 rgba(111, 151, 249, 0.3);
}

@media (min-width: 1921px) {
  .sa {
    margin-top: 135px;
    padding-bottom: 180px;
  }
  .saImgs {
    height: 459px;
    margin-top: 45px;
  }
  .saImgs .prev-arrow {
    left: -22.5px;
  }
  .saImgs .next-arrow {
    right: -22.5px;
  }
  .saImgs.slide-dot .slick-dots {
    bottom: -56.25px;
  }
  .saImg {
    margin: 0 16.875px;
    border-radius: 11.25px;
    -webkit-box-shadow: 0 0 22.5px 0 rgba(111, 151, 249, 0.3);
            box-shadow: 0 0 22.5px 0 rgba(111, 151, 249, 0.3);
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .sa {
    margin-top: 9.2307692308vw;
    padding-bottom: 12.3076923077vw;
  }
  .saImgs {
    height: 31.3846153846vw;
    margin-top: 3.0769230769vw;
  }
  .saImgs .prev-arrow {
    left: -1.5384615385vw;
  }
  .saImgs .next-arrow {
    right: -1.5384615385vw;
  }
  .saImgs.slide-dot .slick-dots {
    bottom: -3.8461538462vw;
  }
  .saImg {
    margin: 0 1.1538461538vw;
    border-radius: 0.7692307692vw;
    -webkit-box-shadow: 0 0 1.5384615385vw 0 rgba(111, 151, 249, 0.3);
            box-shadow: 0 0 1.5384615385vw 0 rgba(111, 151, 249, 0.3);
  }
}
@media (max-width: 768px) {
  .sa {
    margin-top: 0;
    padding-top: 15.4666666667vw;
    padding-bottom: 26.6666666667vw;
    background: #f4f7fa;
  }
  .saImgs {
    width: 48vw;
    height: 74.1333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .saImgs .prev-arrow {
    left: -21.3333333333vw;
  }
  .saImgs .next-arrow {
    right: -21.3333333333vw;
  }
  .saImgs .slick-list {
    overflow: unset;
  }
  .saImgs.slide-dot .slick-dots {
    bottom: -10.6666666667vw;
  }
  .saImg {
    width: 48vw;
    margin: 10.6666666667vw 2.6666666667vw;
    margin: 0 2.6666666667vw;
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0 5.3333333333vw 0 rgba(111, 151, 249, 0.3);
            box-shadow: 0 0 5.3333333333vw 0 rgba(111, 151, 249, 0.3);
  }
}
.p-svIt {
  margin-top: 80px;
}

.p-svIt__ttl {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.26;
  text-align: center;
}
.p-svIt__ttl span {
  color: #6f97f9;
}

.p-svIt__read {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.p-svIt__flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-top: 65px;
}

.p-svIt__icon {
  width: 200px;
}

.p-svIt__but {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-svIt__but .icon {
  position: absolute;
  top: -20px;
  left: calc(50% - 80px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 26px;
}
.p-svIt__but p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
}
.p-svIt__but p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -230px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  height: 1px;
  background: #cad1d8;
}
.p-svIt__but p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -230px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 200px;
  height: 1px;
  background: #cad1d8;
}

.p-svIt__arrow {
  width: 89px;
  height: 41px;
  margin: 30px auto 0;
}

.p-svIt__txt {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.p-svIt__ms {
  position: relative;
  width: 680px;
  height: 138px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  z-index: 1;
}
.p-svIt__ms p {
  position: relative;
  padding-bottom: 20px;
}

.p-svIt__ms--bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.p-svIt__ms--bg img {
  height: 100%;
}

.p-svIt__box {
  position: relative;
  width: 1184px;
  height: 601px;
  margin-top: -50px;
  padding: 0 135px;
}

.p-svIt__box--bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-svIt__wrap {
  position: relative;
  gap: 64px;
}

.p-svIt__cont {
  width: calc(100% - 64px - 397px);
}
.p-svIt__cont .ttl {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.44;
}
.p-svIt__cont .txt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.66;
}
.p-svIt__cont .txt span {
  font-weight: bold;
  color: #6f97f9;
}

.p-svIt__img {
  width: 397px;
  height: 397px;
}

.p-svDet {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f4f7fa;
}

.p-svDet__flex {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.p-svLinks {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  left: 0;
}

.p-svLink {
  width: 500px;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
}
.p-svLink.active {
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}
.p-svLink.active .p-svNum {
  color: #fff;
}
.p-svLink.active .p-svCont .ttl {
  color: #fff;
}

.p-svLink__sp {
  display: none;
}

.p-svNum {
  width: 50px;
  height: 100%;
  padding: 0 10px 0 13px;
  border-right: 1px solid #d9e3f8;
  font-size: 22px;
  font-weight: bold;
  color: #6f97f9;
  white-space: nowrap;
}

.p-svCont {
  gap: 20px;
  width: calc(100% - 50px);
  padding-left: 40px;
}
.p-svCont .icon {
  width: 76px;
  height: 76px;
}
.p-svCont .ttl {
  font-size: 26px;
  font-weight: bold;
  color: #6f97f9;
}
.p-svCont .ttl span {
  display: block;
  font-size: 16px;
}

.p-svBoxs {
  width: 645px;
}

.p-svBox {
  margin-bottom: 120px;
  padding: 15px 15px 50px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(111, 151, 249, 0.1);
          box-shadow: 0 20px 20px 0 rgba(111, 151, 249, 0.1);
}
.p-svBox:last-of-type {
  margin-bottom: 0px;
}

.p-svBox__text {
  padding: 30px 20px 0;
  font-size: 18px;
  line-height: 1.88;
}

.p-svBox__list {
  width: 462px;
  margin: 30px auto 0;
  border-top: 1px solid #eceef0;
}
.p-svBox__list li {
  gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid #eceef0;
}
.p-svBox__list .icon {
  width: 26px;
  height: 26px;
}
.p-svBox__list .txt {
  width: calc(100% - 26px - 14px);
  font-size: 18px;
  font-weight: bold;
}

.p-svOther {
  margin-top: 120px;
}

.p-svOther__ttl {
  position: relative;
  padding-left: 30px;
  font-size: 38px;
  font-weight: bold;
}
.p-svOther__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6f97f9;
}

.p-svOther__read {
  margin-top: 20px;
  font-size: 18px;
}

.p-svOther__flex {
  margin-top: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}

.p-svOther__box {
  position: relative;
  width: calc((100% - 24px) / 2);
  padding: 50px 70px;
  border-radius: 20px;
  background: #fff;
}
.p-svOther__box::after {
  content: "";
  position: absolute;
  top: 53px;
  left: 0;
  width: 6px;
  height: 34px;
  border-radius: 0 10px 10px 0;
  background: #6f97f9;
}

.p-svOther__box--ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #c2d3f5;
  font-size: 28px;
  font-weight: bold;
}

.p-svOther__img {
  margin-top: 20px;
  width: 100%;
}

.p-svOther__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
}

.p-svFw {
  margin-bottom: 140px;
}

.p-svFw__boxs {
  position: relative;
}
.p-svFw__boxs::before {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% - 65px);
  top: 65px;
  left: 130px;
  background-image: -webkit-linear-gradient(top, #c2d3f5 3px, transparent 3px);
  background-image: linear-gradient(to bottom, #c2d3f5 3px, transparent 3px);
  background-size: 3px 7px;
  background-repeat: repeat-y;
  background-position: left bottom;
}

.p-svFw__box {
  position: relative;
  gap: 60px;
  margin-top: 60px;
}

.p-svFw__img {
  width: 260px;
  height: 260px;
}

.p-svFw__cont {
  width: calc(100% - 60px - 260px);
  padding-top: 30px;
}

.p-svFw__ttls {
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c2d3f5;
  font-size: 28px;
  font-weight: bold;
  color: #6f97f9;
}
.p-svFw__ttls .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
  background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
  background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
}

.p-svFw__lists {
  gap: 10px 30px;
  margin-top: 30px;
}

.p-svFw__list {
  width: calc((100% - 30px) / 2);
  gap: 10px;
}
.p-svFw__list .icon {
  width: 26px;
  height: 26px;
}
.p-svFw__list p {
  width: calc(100% - 36px);
  font-size: 18px;
}

@media (min-width: 1921px) {
  .p-svIt {
    margin-top: 90px;
  }
  .p-svIt__ttl {
    font-size: 42.75px;
  }
  .p-svIt__read {
    margin-top: 22.5px;
    font-size: 18px;
  }
  .p-svIt__flex {
    gap: 33.75px;
    margin-top: 73.125px;
  }
  .p-svIt__icon {
    width: 225px;
  }
  .p-svIt__but .icon {
    top: -22.5px;
    left: calc(50% - 90px);
    width: 24.75px;
    height: 29.25px;
  }
  .p-svIt__but p {
    font-size: 31.5px;
  }
  .p-svIt__but p::after {
    left: -258.75px;
    width: 225px;
  }
  .p-svIt__but p::before {
    right: -258.75px;
    width: 225px;
  }
  .p-svIt__arrow {
    width: 100.125px;
    height: 46.125px;
    margin: 33.75px auto 0;
  }
  .p-svIt__txt {
    margin-top: 11.25px;
    font-size: 18px;
  }
  .p-svIt__ms {
    width: 765px;
    height: 155.25px;
    margin: 33.75px auto 0;
    font-size: 36px;
  }
  .p-svIt__ms p {
    padding-bottom: 22.5px;
  }
  .p-svIt__box {
    width: 1332px;
    height: 676.125px;
    margin-top: -56.25px;
    padding: 0 151.875px;
  }
  .p-svIt__wrap {
    gap: 72px;
  }
  .p-svIt__cont {
    width: calc(100% - 72px - 446.625px);
  }
  .p-svIt__cont .ttl {
    font-size: 42.75px;
  }
  .p-svIt__cont .txt {
    margin-top: 33.75px;
    font-size: 20.25px;
  }
  .p-svIt__img {
    width: 446.625px;
    height: 446.625px;
  }
  .p-svDet {
    margin-top: 135px;
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .p-svDet__flex {
    margin-top: 56.25px;
  }
  .p-svLinks {
    top: 135px;
  }
  .p-svLink {
    width: 562.5px;
    height: 135px;
    margin-bottom: 11.25px;
    border-radius: 11.25px;
  }
  .p-svNum {
    width: 56.25px;
    padding: 0 11.25px 0 14.625px;
    font-size: 24.75px;
  }
  .p-svCont {
    gap: 22.5px;
    width: calc(100% - 56.25px);
    padding-left: 45px;
  }
  .p-svCont .icon {
    width: 85.5px;
    height: 85.5px;
  }
  .p-svCont .ttl {
    font-size: 29.25px;
  }
  .p-svCont .ttl span {
    font-size: 18px;
  }
  .p-svBoxs {
    width: 725.625px;
  }
  .p-svBox {
    margin-bottom: 135px;
    padding: 16.875px 16.875px 56.25px;
    background: #fff;
    -webkit-box-shadow: 0 22.5px 22.5px 0 rgba(111, 151, 249, 0.1);
            box-shadow: 0 22.5px 22.5px 0 rgba(111, 151, 249, 0.1);
  }
  .p-svBox__text {
    padding: 33.75px 22.5px 0;
    font-size: 20.25px;
  }
  .p-svBox__list {
    width: 519.75px;
    margin: 33.75px auto 0;
  }
  .p-svBox__list li {
    gap: 15.75px;
    padding: 15.75px 22.5px;
  }
  .p-svBox__list .icon {
    width: 29.25px;
    height: 29.25px;
  }
  .p-svBox__list .txt {
    width: calc(100% - 29.25px - 15.75px);
    font-size: 20.25px;
  }
  .p-svOther {
    margin-top: 135px;
  }
  .p-svOther__ttl {
    padding-left: 33.75px;
    font-size: 42.75px;
  }
  .p-svOther__ttl::after {
    width: 16.875px;
    height: 16.875px;
  }
  .p-svOther__read {
    margin-top: 22.5px;
    font-size: 20.25px;
  }
  .p-svOther__flex {
    margin-top: 45px;
    gap: 27px;
  }
  .p-svOther__box {
    width: calc((100% - 27px) / 2);
    padding: 56.25px 78.75px;
    border-radius: 22.5px;
  }
  .p-svOther__box::after {
    top: 59.625px;
    width: 6.75px;
    height: 38.25px;
    border-radius: 0 11.25px 11.25px 0;
  }
  .p-svOther__box--ttl {
    padding-bottom: 22.5px;
    font-size: 31.5px;
  }
  .p-svOther__img {
    margin-top: 22.5px;
  }
  .p-svOther__text {
    margin-top: 22.5px;
    font-size: 18px;
  }
  .p-svFw {
    margin-bottom: 157.5px;
  }
  .p-svFw__boxs::before {
    width: 3.375px;
    height: calc(100% - 73.125px);
    top: 73.125px;
    left: 146.25px;
    background-image: -webkit-linear-gradient(top, #c2d3f5 3.375px, transparent 3.375px);
    background-image: linear-gradient(to bottom, #c2d3f5 3.375px, transparent 3.375px);
    background-size: 3.375px 7.875px;
  }
  .p-svFw__box {
    gap: 67.5px;
    margin-top: 67.5px;
  }
  .p-svFw__img {
    width: 292.5px;
    height: 292.5px;
  }
  .p-svFw__cont {
    width: calc(100% - 67.5px - 292.5px);
    padding-top: 33.75px;
  }
  .p-svFw__ttls {
    gap: 11.25px;
    padding-bottom: 33.75px;
    font-size: 31.5px;
  }
  .p-svFw__ttls .num {
    width: 45px;
    height: 45px;
    font-size: 22.5px;
  }
  .p-svFw__lists {
    gap: 11.25px 33.75px;
    margin-top: 33.75px;
  }
  .p-svFw__list {
    width: calc((100% - 33.75px) / 2);
    gap: 11.25px;
  }
  .p-svFw__list .icon {
    width: 29.25px;
    height: 29.25px;
  }
  .p-svFw__list p {
    width: calc(100% - 40.5px);
    font-size: 20.25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-svIt {
    margin-top: 6.1538461538vw;
  }
  .p-svIt__ttl {
    font-size: 2.9230769231vw;
  }
  .p-svIt__read {
    margin-top: 1.5384615385vw;
    font-size: 1.2307692308vw;
  }
  .p-svIt__flex {
    gap: 2.3076923077vw;
    margin-top: 5vw;
  }
  .p-svIt__icon {
    width: 15.3846153846vw;
  }
  .p-svIt__but .icon {
    top: -1.5384615385vw;
    left: calc(50% - 6.1538461538vw);
    width: 1.6923076923vw;
    height: 2vw;
  }
  .p-svIt__but p {
    font-size: 2.1538461538vw;
  }
  .p-svIt__but p::after {
    left: -17.6923076923vw;
    width: 15.3846153846vw;
  }
  .p-svIt__but p::before {
    right: -17.6923076923vw;
    width: 15.3846153846vw;
  }
  .p-svIt__arrow {
    width: 6.8461538462vw;
    height: 3.1538461538vw;
    margin: 2.3076923077vw auto 0;
  }
  .p-svIt__txt {
    margin-top: 0.7692307692vw;
    font-size: 1.2307692308vw;
  }
  .p-svIt__ms {
    width: 52.3076923077vw;
    height: 10.6153846154vw;
    margin: 2.3076923077vw auto 0;
    font-size: 2.4615384615vw;
  }
  .p-svIt__ms p {
    padding-bottom: 1.5384615385vw;
  }
  .p-svIt__box {
    width: 91.0769230769vw;
    height: 46.2307692308vw;
    margin-top: -3.8461538462vw;
    padding: 0 10.3846153846vw;
  }
  .p-svIt__wrap {
    gap: 4.9230769231vw;
  }
  .p-svIt__cont {
    width: calc(100% - 4.9230769231vw - 30.5384615385vw);
  }
  .p-svIt__cont .ttl {
    font-size: 2.9230769231vw;
  }
  .p-svIt__cont .txt {
    margin-top: 2.3076923077vw;
    font-size: 1.3846153846vw;
  }
  .p-svIt__img {
    width: 30.5384615385vw;
    height: 30.5384615385vw;
  }
  .p-svDet {
    margin-top: 9.2307692308vw;
    padding-top: 9.2307692308vw;
    padding-bottom: 9.2307692308vw;
  }
  .p-svDet__flex {
    margin-top: 3.8461538462vw;
  }
  .p-svLinks {
    top: 9.2307692308vw;
  }
  .p-svLink {
    width: 38.4615384615vw;
    height: 9.2307692308vw;
    margin-bottom: 0.7692307692vw;
    border-radius: 0.7692307692vw;
  }
  .p-svNum {
    width: 3.8461538462vw;
    padding: 0 0.7692307692vw 0 1vw;
    font-size: 1.6923076923vw;
  }
  .p-svCont {
    gap: 1.5384615385vw;
    width: calc(100% - 3.8461538462vw);
    padding-left: 3.0769230769vw;
  }
  .p-svCont .icon {
    width: 5.8461538462vw;
    height: 5.8461538462vw;
  }
  .p-svCont .ttl {
    font-size: 2vw;
  }
  .p-svCont .ttl span {
    font-size: 1.2307692308vw;
  }
  .p-svBoxs {
    width: 49.6153846154vw;
  }
  .p-svBox {
    margin-bottom: 9.2307692308vw;
    padding: 1.1538461538vw 1.1538461538vw 3.8461538462vw;
    background: #fff;
    -webkit-box-shadow: 0 1.5384615385vw 1.5384615385vw 0 rgba(111, 151, 249, 0.1);
            box-shadow: 0 1.5384615385vw 1.5384615385vw 0 rgba(111, 151, 249, 0.1);
  }
  .p-svBox__text {
    padding: 2.3076923077vw 1.5384615385vw 0;
    font-size: 1.3846153846vw;
  }
  .p-svBox__list {
    width: 35.5384615385vw;
    margin: 2.3076923077vw auto 0;
  }
  .p-svBox__list li {
    gap: 1.0769230769vw;
    padding: 1.0769230769vw 1.5384615385vw;
  }
  .p-svBox__list .icon {
    width: 2vw;
    height: 2vw;
  }
  .p-svBox__list .txt {
    width: calc(100% - 2vw - 1.0769230769vw);
    font-size: 1.3846153846vw;
  }
  .p-svOther {
    margin-top: 9.2307692308vw;
  }
  .p-svOther__ttl {
    padding-left: 2.3076923077vw;
    font-size: 2.9230769231vw;
  }
  .p-svOther__ttl::after {
    width: 1.1538461538vw;
    height: 1.1538461538vw;
  }
  .p-svOther__read {
    margin-top: 1.5384615385vw;
    font-size: 1.3846153846vw;
  }
  .p-svOther__flex {
    margin-top: 3.0769230769vw;
    gap: 1.8461538462vw;
  }
  .p-svOther__box {
    width: calc((100% - 1.8461538462vw) / 2);
    padding: 3.8461538462vw 5.3846153846vw;
    border-radius: 1.5384615385vw;
  }
  .p-svOther__box::after {
    top: 4.0769230769vw;
    width: 0.4615384615vw;
    height: 2.6153846154vw;
    border-radius: 0 0.7692307692vw 0.7692307692vw 0;
  }
  .p-svOther__box--ttl {
    padding-bottom: 1.5384615385vw;
    font-size: 2.1538461538vw;
  }
  .p-svOther__img {
    margin-top: 1.5384615385vw;
  }
  .p-svOther__text {
    margin-top: 1.5384615385vw;
    font-size: 1.2307692308vw;
  }
  .p-svFw {
    margin-bottom: 10.7692307692vw;
  }
  .p-svFw__boxs::before {
    width: 0.2307692308vw;
    height: calc(100% - 5vw);
    top: 5vw;
    left: 10vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.2307692308vw, #c2d3f5), color-stop(0.2307692308vw, transparent));
    background-image: -webkit-linear-gradient(top, #c2d3f5 0.2307692308vw, transparent 0.2307692308vw);
    background-image: linear-gradient(to bottom, #c2d3f5 0.2307692308vw, transparent 0.2307692308vw);
    background-size: 0.2307692308vw 0.5384615385vw;
  }
  .p-svFw__box {
    gap: 4.6153846154vw;
    margin-top: 4.6153846154vw;
  }
  .p-svFw__img {
    width: 20vw;
    height: 20vw;
  }
  .p-svFw__cont {
    width: calc(100% - 4.6153846154vw - 20vw);
    padding-top: 2.3076923077vw;
  }
  .p-svFw__ttls {
    gap: 0.7692307692vw;
    padding-bottom: 2.3076923077vw;
    font-size: 2.1538461538vw;
  }
  .p-svFw__ttls .num {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    font-size: 1.5384615385vw;
  }
  .p-svFw__lists {
    gap: 0.7692307692vw 2.3076923077vw;
    margin-top: 2.3076923077vw;
  }
  .p-svFw__list {
    width: calc((100% - 2.3076923077vw) / 2);
    gap: 0.7692307692vw;
  }
  .p-svFw__list .icon {
    width: 2vw;
    height: 2vw;
  }
  .p-svFw__list p {
    width: calc(100% - 2.7692307692vw);
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 768px) {
  .p-svIt {
    margin-top: 16vw;
  }
  .p-svIt__ttl {
    font-size: 6.9333333333vw;
    line-height: 1.3;
  }
  .p-svIt__read {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
  .p-svIt__flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8vw;
    margin-top: 12vw;
  }
  .p-svIt__icon {
    width: 73.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .p-svIt__but {
    width: 100%;
    margin: 0 auto;
  }
  .p-svIt__but .icon {
    top: -4vw;
    left: calc(50% - 16vw);
    width: 4.8vw;
    height: 5.8666666667vw;
  }
  .p-svIt__but p {
    width: 100%;
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .p-svIt__but p::after {
    left: 0;
    width: 26.6666666667vw;
  }
  .p-svIt__but p::before {
    right: 0vw;
    width: 26.6666666667vw;
  }
  .p-svIt__arrow {
    width: 23.7333333333vw;
    height: 10.9333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .p-svIt__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
  .p-svIt__ms {
    width: 86.6666666667vw;
    height: 29.3333333333vw;
    margin: 8vw auto 0;
    font-size: 5.3333333333vw;
    line-height: 1.3;
  }
  .p-svIt__ms p {
    padding-bottom: 4vw;
  }
  .p-svIt__box {
    width: 100%;
    height: auto;
    margin-top: -10.6666666667vw;
    padding: 16vw 0;
  }
  .p-svIt__box--bg {
    width: calc(100% + 13.3333333333vw);
  }
  .p-svIt__box--bg img {
    height: 100%;
  }
  .p-svIt__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 8vw;
  }
  .p-svIt__cont {
    width: 100%;
  }
  .p-svIt__cont .ttl {
    font-size: 6.9333333333vw;
    line-height: 1.53;
    text-align: center;
  }
  .p-svIt__cont .txt {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.85;
  }
  .p-svIt__img {
    width: 73.3333333333vw;
    height: 73.3333333333vw;
  }
  .p-svDet {
    margin-top: 16vw;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .p-svDet__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16vw;
    margin-top: 13.3333333333vw;
  }
  .p-svLinks {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }
  .p-svLink {
    width: 100%;
    height: 20.8vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-svLink__sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20.8vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#4d7cf0), to(#88a9fa));
    background: -webkit-linear-gradient(bottom, #4d7cf0 0%, #88a9fa 100%);
    background: linear-gradient(0deg, #4d7cf0 0%, #88a9fa 100%);
  }
  .p-svLink__sp .p-svNum {
    color: #fff;
  }
  .p-svLink__sp .p-svCont .ttl {
    color: #fff;
  }
  .p-svNum {
    width: 8.5333333333vw;
    height: 100%;
    padding: 0 2.6666666667vw 0 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-svCont {
    gap: 3.4666666667vw;
    width: calc(100% - 8.5333333333vw);
    padding-left: 6.9333333333vw;
  }
  .p-svCont .icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .p-svCont .ttl {
    font-size: 5.3333333333vw;
  }
  .p-svCont .ttl span {
    font-size: 3.2vw;
  }
  .p-svBoxs {
    width: 100%;
  }
  .p-svBox {
    margin-bottom: 16vw;
    padding: 2.1333333333vw 2.1333333333vw 6.6666666667vw;
    border-radius: 5.3333333333vw;
    -webkit-box-shadow: 0 5.3333333333vw 5.3333333333vw 0 rgba(111, 151, 249, 0.1);
            box-shadow: 0 5.3333333333vw 5.3333333333vw 0 rgba(111, 151, 249, 0.1);
  }
  .p-svBox.fadeIn {
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
  }
  .p-svBox__text {
    padding: 5.3333333333vw 2.6666666667vw 0;
    font-size: 3.4666666667vw;
    line-height: 1.76;
  }
  .p-svBox__list {
    width: 73.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .p-svBox__list li {
    gap: 2.6666666667vw;
    padding: 2.6666666667vw 0;
  }
  .p-svBox__list .icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-svBox__list .txt {
    width: calc(100% - 9.0666666667vw);
    font-size: 3.7333333333vw;
    line-height: 1.42;
  }
  .p-svOther {
    margin-top: 16vw;
  }
  .p-svOther__ttl {
    padding-left: 6.6666666667vw;
    font-size: 6.4vw;
  }
  .p-svOther__ttl::after {
    width: 4vw;
    height: 4vw;
  }
  .p-svOther__read {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-svOther__flex {
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
  .p-svOther__box {
    width: 100%;
    padding: 7.4666666667vw 6.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .p-svOther__box::after {
    top: 8vw;
    width: 0.8vw;
    height: 5.0666666667vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
  }
  .p-svOther__box--ttl {
    padding-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .p-svOther__img {
    margin-top: 3.7333333333vw;
  }
  .p-svOther__text {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.69;
  }
  .p-svSa .sa {
    margin-top: 16vw;
  }
  .p-svFw {
    margin-bottom: 16vw;
  }
  .p-svFw__boxs {
    margin-top: 8vw;
  }
  .p-svFw__boxs::before {
    display: none;
  }
  .p-svFw__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.7333333333vw;
    margin-top: 26.6666666667vw;
  }
  .p-svFw__box::before {
    content: "";
    position: absolute;
    width: 0.8vw;
    height: 10.6666666667vw;
    top: -16vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.8vw, #c2d3f5), color-stop(0.8vw, transparent));
    background-image: -webkit-linear-gradient(top, #c2d3f5 0.8vw, transparent 0.8vw);
    background-image: linear-gradient(to bottom, #c2d3f5 0.8vw, transparent 0.8vw);
    background-size: 0.8vw 1.8666666667vw;
    background-repeat: repeat-y;
    background-position: left bottom;
  }
  .p-svFw__box:first-of-type {
    margin-top: 0;
  }
  .p-svFw__box:first-of-type::before {
    display: none;
  }
  .p-svFw__img {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
  .p-svFw__cont {
    width: 100%;
    padding-top: 0;
  }
  .p-svFw__ttls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.0666666667vw;
    padding-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .p-svFw__ttls .num {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-svFw__lists {
    width: 50.6666666667vw;
    gap: 1.6vw;
    margin: 8vw auto 0;
  }
  .p-svFw__list {
    width: 100%;
    gap: 2.6666666667vw;
  }
  .p-svFw__list .icon {
    width: 5.6vw;
    height: 5.6vw;
  }
  .p-svFw__list p {
    width: calc(100% - 8.2666666667vw);
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=p-service.css.map */