/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  text-align: center;
  color: black;
  border-radius: 50%;
  background: #cad2d8;
}

.slick-dots li.slick-active button:before {
  color: black;
  background: #47a7ff;
}

.section-step {
  padding: 50px 15px;
  background: #f4f4f4;
}
@media print, screen and (min-width: 769px) {
  .section-step {
    padding: 150px 15px;
  }
}
.section-step__item-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #488df4;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-title {
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
}
.section-step__item-lead {
  margin: 3em 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1.76;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-lead {
    margin-top: 4em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.5;
    letter-spacing: 0.3em;
  }
}
.section-step__column {
  margin: 3em auto 0;
  max-width: 1100px;
}
@media print, screen and (min-width: 769px) {
  .section-step__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.section-step__column > li {
  margin-top: 20px;
  position: relative;
  display: table;
  width: 100%;
  border-radius: 10px;
}
@media print, screen and (min-width: 769px) {
  .section-step__column > li {
    width: 18%;
    display: block;
    padding: 0;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
  }
}
.section-step__column > li::after {
  position: absolute;
  left: 50%;
  bottom: -17px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #adadad transparent transparent transparent;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .section-step__column > li::after {
    left: auto;
    bottom: auto;
    top: 50%;
    right: 0;
    border-width: 18px 0 18px 24px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    border-color: transparent transparent transparent #adadad;
  }
}
.section-step__column > li > div {
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .section-step__column > li > div {
    display: block;
  }
}
.section-step__column > li > div:nth-child(1) {
  width: 85px;
}
@media print, screen and (min-width: 769px) {
  .section-step__column > li > div:nth-child(1) {
    width: 100%;
  }
}
.section-step__column > li:last-child::after {
  display: none;
}
.section-step__item-number {
  padding: 1.5em 0;
  background: #71a8fb;
  color: #fff;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-number {
    border-radius: 10px 10px 0 0;
  }
}
li:nth-child(even) .section-step__item-number {
  background: #5884db;
}
.section-step__item-number span {
  display: block;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-number span {
    letter-spacing: 0.06em;
  }
}
.section-step__item-number span:nth-child(1) {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-number span:nth-child(1) {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.section-step__item-number span:nth-child(2) {
  margin-top: 0.2em;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-number span:nth-child(2) {
    font-size: 40px;
    font-size: 4rem;
  }
}
.section-step__txt-area {
  padding: 20px;
  text-align: justify;
  background: #fff;
  border-radius: 0 10px 10px 0;
  height: 120px;
}
@media print, screen and (min-width: 769px) {
  .section-step__txt-area {
    padding: 20px 10px;
    height: auto;
    border-radius: 0 0 10px 10px;
  }
}
.section-step__item-txt01 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  color: #488df4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 769px) {
  .section-step__item-txt01 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0;
  }
}
li:nth-child(even) .section-step__item-txt01 {
  color: #5884db;
}
.section-step__item-txt02 {
  margin-top: 0.5em;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.76;
  text-align: justify;
}
@media print, screen and (min-width: 769px) {
  .section-step__item-txt02 {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0 10px;
  }
}

.mv-server-maintenance {
  position: relative;
  background: #47a7ff;
  height: 255px;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .mv-server-maintenance {
    height: 460px;
  }
}
.mv-server-maintenance__item-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mv-server-maintenance__item-title__txt01 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  line-height: 1.36;
}
@media print, screen and (min-width: 769px) {
  .mv-server-maintenance__item-title__txt01 {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
  }
}
.mv-server-maintenance__item-title__txt02 {
  display: block;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .mv-server-maintenance__item-title__txt02 {
    margin-top: 1.5em;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.mv-server-maintenance__item-illust {
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: min(100%, 375px);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 769px) {
  .mv-server-maintenance__item-illust {
    width: min(95%, 1366px);
    bottom: -80px;
  }
}
.mv-server-maintenance__item-illust img {
  width: 100%;
  height: auto;
}

.section-container {
  margin: 0 auto;
  width: min(90%, 1100px);
}

.section01 {
  padding-top: 145px;
}
@media print, screen and (min-width: 769px) {
  .section01 {
    padding-top: 140px;
  }
}
.section01__inner {
  margin: 0 auto;
  width: min(90%, 880px);
}
.section01__item-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  .section01__item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.section01__item-title-line {
  padding-bottom: 0.6em;
  display: block;
  line-height: 1;
  font-weight: normal;
}
.section01__item-title-emphasis {
  display: inline-block;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff4960;
  padding: 0 0.1em;
}
@media print, screen and (min-width: 769px) {
  .section01__item-title-emphasis {
    font-size: 40px;
    font-size: 4rem;
  }
}
.section01__item-txt01 {
  margin-top: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.14;
}
@media print, screen and (min-width: 769px) {
  .section01__item-txt01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.77;
    letter-spacing: 0.06em;
  }
}

.server-maintenance-support {
  position: relative;
  padding-top: 80px;
}
@media print, screen and (min-width: 769px) {
  .server-maintenance-support {
    padding-top: 160px;
  }
}
.server-maintenance-support__inner {
  position: relative;
  margin: 0 auto;
  width: min(90%, 1100px);
}
.server-maintenance-support__title {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #3d9bff;
  font-weight: 500;
  letter-spacing: 0;
  width: 90%;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .server-maintenance-support__title {
    font-size: clamp(3.5rem, 2.66vw, 4rem);
  }
}
.server-maintenance-support__list {
  margin-top: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
@media print, screen and (min-width: 769px) {
  .server-maintenance-support__list {
    margin-top: 6em;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
.server-maintenance-support__item-title {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #488df4;
  gap: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .server-maintenance-support__item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.server-maintenance-support__item-number {
  font-weight: bold;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .server-maintenance-support__item-number {
    font-size: 40px;
    font-size: 4rem;
  }
}
.server-maintenance-support__item-text {
  padding-top: 0.25em;
}
.server-maintenance-support__item-description {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .server-maintenance-support__item-description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.06em;
  }
}
.server-maintenance-support__item-image {
  margin-top: 1em;
  text-align: center;
}
.server-maintenance-support__item-image img {
  max-width: 240px;
  width: 80%;
  height: auto;
}

.section-price {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 769px) {
  .section-price {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
.section-price__inner {
  position: relative;
  margin: 0 auto;
  width: min(90%, 1100px);
}
.section-price__title {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #3d9bff;
  font-weight: 500;
  letter-spacing: 0;
  width: 90%;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .section-price__title {
    font-size: clamp(3.5rem, 2.66vw, 4rem);
  }
}
.section-price__item-description {
  margin-top: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .section-price__item-description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.77;
    letter-spacing: 0.06em;
    text-align: center;
  }
}
.section-price__item-table {
  margin-top: 2.5em;
}
.section-price__item-table .price-table {
  margin: 0 auto;
  width: min(100%, 672px);
}
.section-price__item-notes {
  margin: 2em auto 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.14;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  .section-price__item-notes {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.77;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfd8e3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 769px) {
  .price-table {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.price-table th,
.price-table td {
  padding: 1em 1.25em;
  border: 1px solid #cfd8e3;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}
.price-table thead th {
  background-color: #45a8f2;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .price-table thead th {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
}
.price-table tbody th {
  width: 40%;
  background-color: #edf3f8;
  color: #111;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  .price-table tbody th {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.price-table tbody td {
  background-color: #fff;
  color: #111;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  .price-table tbody td {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.price-table tbody tr:first-child th,
.price-table tbody tr:first-child td {
  background-color: #edf3f8 !important;
}
.price-table tbody tr:nth-child(even) th,
.price-table tbody tr:nth-child(even) td {
  background-color: #fff !important;
}
.price-table__price {
  display: inline-block;
  font-weight: 400;
}
.price-table__tax {
  display: inline-block;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .price-table__tax {
    font-size: 16px;
    font-size: 1.6rem;
  }
}