/*===========================================================================*/
/*  head  */
/*===========================================================================*/
.p-head {
  padding: 105px 0 120px;
}

.p-head__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 40px;
  font-feature-settings: 'palt';
}

.p-head__description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-head {
    padding: 50px 20px 60px;
    max-width: 375px;
    margin: 0 auto;
  }

  .p-head__title {
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: -0.08em;
  }

  .p-head__description {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

/*===========================================================================*/
/*  price  */
/*===========================================================================*/
.p-price {
  padding: 124px 0 120px;
  background-color: #F7F8F8;
}

.p-price__inner {
  padding: 0 11.0294117647%;
}

.p-price__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 27px;
}

.p-price__title--system {
  margin-bottom: 30px;
}

.p-price__sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 45px;
}

.p-price__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  max-width: 1060px;
  margin: 0 auto 100px;
  position: relative;
}

.p-price__items:last-child {
  margin-bottom: 0;
}

/* .p-price__items::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 64px) / 3 - 12px);
  width: 56px;
  height: 56px;
  background: url(../img/price/price_plus_icon.svg) no-repeat center center/contain;
  z-index: 2;
} */

/* .p-price__items::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100% - 64px) / 3 - 12px);
  width: 56px;
  height: 56px;
  background: url(../img/price/price_plus_icon.svg) no-repeat center center/contain;
  z-index: 2;
} */

.p-price__items--system::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-price__items--system::after {
  content: none;
}

.p-price__item {
  width: calc((100% - 64px) / 3);
  padding: 35px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.0196078431);
}

.p-price__item--systemPrice {
  padding: 40px 50px;
}

.p-price__item.p-price__item--system {
  width: 454px;
}

.p-price__item--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  background-color: #fff;
  background-image: linear-gradient(270deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%), linear-gradient(360deg, #cdcdcd 1px, transparent 1px);
  background-size: 8px 100%, 100% 3.8em;
  line-height: 3.8em;
  margin-top: 20px;
}

.p-price__item--inner:first-child {
  margin-top: 0;
}

.p-price__item--inner dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: left;
}

.p-price__item--inner dd {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: left;
  display: flex;
  align-items: center;
}

.p-price__item--inner .p-price__item--emphasis {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.02em;
  text-align: left;
  margin-left: 5px;
}

.p-price__item--inner.p-price__item--announce {
  justify-content: center;
}

.p-price__item--inner.p-price__item--announce:last-child {
  background-size: 8px 100%, 100% 5.2em;
  line-height: 5.2em;
  margin-top: 0;
  padding-top: 32px;
  position: relative;
}

.p-price__item--inner.p-price__item--announce:last-child dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: left;
}

/* .p-price__item--inner.p-price__item--announce:last-child::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/price/plus_icon.svg) no-repeat center center/cover;
} */

.p-price__item--initial {
  padding: 25px;
}

.p-price__item--initialCost {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  background-color: #482DB5;
  border-radius: 10px;
  color: #fff;
}

.p-price__item--caution {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
  margin-left: 5px;
  margin-top: 8px;
}

.p-price__item--announce--text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 6px;
  margin-left: 8px;
}

.p-price__box {
  width: 106px;
  height: 106px;
  border-radius: 15px;
  background-color: #F7F8F8;
  padding: 27px 28px 28px;
  margin: 0 auto 20px;
}

.p-price__img {
  width: 50px;
  height: 50px;
}

.p-price__text--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 14px;
}

.p-price__text--description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
}

.p-price__text--description.equipment {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .p-price {
    padding: 60px 0;
  }

  .p-price__inner {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 375px;
  }

  .p-price__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .p-price__sub {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
  }

  .p-price__items {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 60px;
  }

  /* .p-price__items::before {
    top: calc((100% - 30px) / 3 + 4px);
    width: 35px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
  } */

  /* .p-price__items::after {
    bottom: calc((100% - 30px) / 3 - 18px);
    width: 35px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  } */

  .p-price__items.equipment::before {
    top: calc((100% - 30px) / 3 - 24px);
    width: 35px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-price__items.equipment::after {
    bottom: calc((100% - 30px) / 3 + 18px);
    width: 35px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }

  .p-price__items--system::before {
    top: calc((100% - 15px) / 2 + 22px);
    transform: translate(-50%, -50%);
  }

  .p-price__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 22px 20px 20px;
  }

  .p-price__item.p-price__item--system {
    flex-direction: column;
    width: 100%;
    padding: 20px 25px 25px 25px;
  }

  .p-price__item.p-price__item--initial {
    padding: 10px 10px 25px 10px;
  }

  .p-price__item--inner {
    width: 100%;
    padding-bottom: 15px;
    background-image: linear-gradient(270deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%), linear-gradient(360deg, #cdcdcd 1px, transparent 1px);
    background-size: 8px 100%, 100% 3.2em;
    line-height: 3.2em;
  }

  .p-price__item--inner dt {
    font-size: 16px;
    text-align: left;
  }

  .p-price__item--inner dd {
    font-size: 16px;
  }

  .p-price__item--inner .p-price__item--emphasis {
    font-size: 28px;
    margin-left: 3px;
  }

  .p-price__item--inner.p-price__item--announce {
    padding: 15px 0;
    background: none;
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .p-price__item--inner.p-price__item--announce::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: url(../img/price/initial_border.svg) no-repeat center center/cover;
    bottom: 0;
  }

  .p-price__item--inner.p-price__item--announce:last-child {
    padding: 18px 0;
  }

  /* .p-price__item--inner.p-price__item--announce:last-child::before {
    top: -10px;
  } */

  .p-price__item--inner.p-price__item--announce:last-child dd {
    font-size: 18px;
  }

  .p-price__item--announce--text {
    font-size: 12px;
    margin-left: 6px;
    margin-top: 5px;
  }

  .p-price__item--caution {
    font-size: 10px;
    margin-left: 8px;
    margin-top: 15px;
  }

  .p-price__item--initialCost {
    font-size: 18px;
    padding: 10px 0 12px;
  }

  .p-price__box {
    width: 56px;
    height: 56px;
    padding: 15px;
    margin-bottom: 0;
    margin-right: 15px;
    margin: 0 15px 0 0;
  }

  .p-price__img {
    width: 27px;
  }

  .p-price__text--title {
    font-size: 16px;
    margin-bottom: 2px;
    text-align: left;
  }

  .p-price__text--description.equipment {
    text-align: left;
  }
}

/*===========================================================================*/
/*  option  */
/*===========================================================================*/
.p-option {
  padding: 124px 0 120px;
}

.p-option__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 27px;
}

.p-option__title--sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 45px;
}

.p-option__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
  max-width: 1060px;
  margin: 0 auto;
}

.p-option__item {
  width: calc((100% - 32px) / 2);
}

.p-option__item--img {
  margin-bottom: 20px;
  box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.0196078431);
  border: 4px solid #EEF4F9;
  border-radius: 14px;
}

.p-option__item--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 15px;
}

.p-option__item--tags {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  justify-content: center;
}

.p-option__item--tags span {
  padding: 3px 10px 5px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 7px;
}

.p-option__item--description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
  min-height: 93.56px;
}

.p-option__item--price {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.04em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-option__item--price::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: url(../img/price/option_border.svg) no-repeat center center/cover;
}

.p-option__item--price::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(../img/price/option_border.svg) no-repeat center center/cover;
}

.p-option__item--price--emphasis {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.02em;
  text-align: left;
  margin-left: 5px;
}

.p-option__inner {
  padding: 50px 50px 45px 50px;
  background-color: #F7F8F8;
  border-radius: 16px;
}

@media screen and (max-width: 900px) {
  .p-option {
    padding: 60px 0;
  }

  .p-option__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .p-option__title--sub {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .p-option__items {
    max-width: 375px;
    padding: 0 20px;
    flex-direction: column;
  }

  .p-option__inner {
    padding: 15px 15px 25px 15px;
  }

  .p-option__item {
    width: 100%;
  }

  .p-option__item--img {
    margin-bottom: 15px;
  }

  .p-option__item--title {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .p-option__item--description {
    margin-bottom: 20px;
  }

  .p-option__item--price {
    padding: 10px 0;
  }

  .p-option__item--price--emphasis {
    font-size: 32px;
  }

  .p-option__item--tags {
    margin-bottom: 15px;
  }

  .p-option__item--tags span {
    padding: 2px 8px;
    font-size: 10px;
  }
}

/*===========================================================================*/
/*  environment  */
/*===========================================================================*/
.p-environment {
  padding: 124px 0 120px;
  border-bottom: 1px solid #D6D7DA;
}

.p-environment__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 27px;
}

.p-environment__title--sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 45px;
}

.p-environment__items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1060px;
  margin: 0 auto;
}

.p-environment__item {
  width: calc((100% - 8px) / 2);
  background-color: #F7F8F8;
  padding: 29px 40px 30px;
  border-radius: 10px;
}

.p-environment__item dl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-environment__item dt {
  width: 32.5112107623%;
  border-right: 1px dotted #B2B5BB;
}

.p-environment__item dd {
  width: 67.4887892377%;
  padding-left: 48px;
}

@media screen and (max-width: 900px) {
  .p-environment {
    padding: 60px 20px;
    max-width: 375px;
    margin: 0 auto;
  }

  .p-environment__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .p-environment__title--sub {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }

  .p-environment__items {
    flex-direction: column;
  }

  .p-environment__item {
    width: 100%;
    padding: 20px;
  }

  .p-environment__item dt {
    font-size: 14px;
    width: 36.6101694915%;
  }

  .p-environment__item dd {
    font-size: 14px;
    margin-left: 18px;
    padding-left: 0;
    width: 63.3898305085%;
    font-weight: 700;
  }
}

/*# sourceMappingURL=price.css.map */