@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secPriceAreaDetail {
  margin-top: 6.5rem;
}
@media screen and (max-width: 750px) {
  .secPriceAreaDetail {
    margin-top: 4rem;
  }
}

.secPriceAreaDetail__inner {
  padding-bottom: 16rem;
}
@media screen and (max-width: 750px) {
  .secPriceAreaDetail__inner {
    padding-bottom: 6rem;
  }
}

.boxPriceAreaDetail {
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
}

.boxPriceAreaDetail__inner {
  padding: 6rem 7rem 4rem;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__inner {
    padding: 2rem;
  }
}

.boxPriceAreaDetail__column {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #DEDEDE;
}

@media screen and (max-width: 750px) {
  .columnPriceAreaDetail {
    flex-direction: column;
    gap: 2rem 0;
  }
}

.columnPriceAreaDetail__item:first-child {
  margin-left: -1rem;
}
@media screen and (max-width: 750px) {
  .columnPriceAreaDetail__item:first-child {
    margin-left: 0;
  }
}
.columnPriceAreaDetail__item:last-child {
  margin-right: -5rem;
}
@media screen and (max-width: 750px) {
  .columnPriceAreaDetail__item:last-child {
    margin-right: 0;
  }
}

.columnPriceAreaDetail__img {
  width: 46.5rem;
}
@media screen and (max-width: 750px) {
  .columnPriceAreaDetail__img {
    width: 100%;
  }
}

.columnPriceAreaDetail__title {
  margin-top: 2rem;
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .columnPriceAreaDetail__title {
    margin-top: 0;
    font-size: 1.6rem;
  }
}

.columnPriceAreaDetail__text {
  margin-top: 3.5rem;
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .columnPriceAreaDetail__text {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}

.boxPriceAreaDetail__plan {
  margin-top: 4.5rem;
  border: 1rem solid #EF858C;
  background-color: #EF858C;
  position: relative;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__plan {
    margin-top: 2rem;
  }
}

.boxPriceAreaDetail__planFukidashi {
  background-image: url(../images/top/how_fukidashi_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3.3rem;
  right: -2.6rem;
  width: 13rem;
  height: 10.7rem;
  padding-top: 2.1rem;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planFukidashi {
    top: 6.7rem;
    width: 9rem;
    height: 7.8rem;
    padding-top: 1.1rem;
  }
}

.boxPriceAreaDetail__planFukidashi--text {
  color: #231815;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planFukidashi--text {
    font-size: 1.2rem;
  }
}

.boxPriceAreaDetail__planFukidashi--num {
  color: #231815;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planFukidashi--num {
    font-size: 1.6rem;
  }
}

.boxPriceAreaDetail__planInner {
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planInner {
    flex-direction: column;
    align-items: stretch;
  }
}

.boxPriceAreaDetail__planText {
  width: 48.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planText {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.boxPriceAreaDetail__planText--small {
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planText--small {
    font-size: 1.6rem;
  }
}

.boxPriceAreaDetail__planText--large {
  margin-top: -1.5rem;
  color: #FFF;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planText--large {
    margin-top: -0.5rem;
    font-size: 2.4rem;
  }
}

.boxPriceAreaDetail__planPrice {
  flex-grow: 1;
  background-color: #fff;
  align-items: center;
  padding: 3rem 2rem 2rem 1rem;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planPrice {
    flex-direction: column;
    padding: 2rem 0;
  }
}

.boxPriceAreaDetail__planIcon {
  width: 7.2rem;
  height: 7.2rem;
  background-color: #EF858C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 7.2rem;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planIcon {
    margin-bottom: 1rem;
  }
}

.boxPriceAreaDetail__planNum {
  padding-bottom: 0.4rem;
  margin-left: 0.9rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planNum {
    margin-left: 0;
  }
}

.boxPriceAreaDetail__planNum--small {
  color: #231815;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planNum--small {
    font-size: 3.6rem;
  }
}

.boxPriceAreaDetail__planNum--slash {
  position: relative;
  z-index: 1;
}
.boxPriceAreaDetail__planNum--slash::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 10;
  top: 4.6rem;
  left: 1rem;
  width: 16rem;
  height: 0.5rem;
  background-color: #EF858C;
  transform: rotate(-20deg);
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planNum--slash::before {
    top: 2.5rem;
    left: 0;
    width: 10.6rem;
  }
}

.boxPriceAreaDetail__planNum--yen {
  color: #231815;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planNum--yen {
    font-size: 2.1rem;
  }
}

.boxPriceAreaDetail__triangle {
  margin-left: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.7rem solid transparent;
  border-bottom: 1.7rem solid transparent;
  border-left: 1.8rem solid #9FA0A0;
  border-right: 0;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__triangle {
    transform: rotate(90deg);
  }
}

.boxPriceAreaDetail__planNum--large {
  color: #EF858C;
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.048em;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__planNum--large {
    font-size: 5rem;
  }
}

.boxPriceAreaDetail__planNum--after {
  padding-bottom: 0.9rem;
}
.boxPriceAreaDetail__planNum--after .boxPriceAreaDetail__planNum--yen {
  color: #EF858C;
  margin-left: 0.3rem;
}

.boxPriceAreaDetail__blk {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  border-bottom: 0.1rem solid #DEDEDE;
}
.boxPriceAreaDetail__blk:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.boxPriceAreaDetail__title {
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__title {
    font-size: 1.4rem;
  }
}

.boxPriceAreaDetail__text {
  margin-top: 0.9rem;
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .boxPriceAreaDetail__text {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.secPriceAreaDetail__icon {
  width: 17.6rem;
  position: absolute;
  bottom: -5rem;
  right: 6.8rem;
}
@media screen and (max-width: 750px) {
  .secPriceAreaDetail__icon {
    width: 9.6rem;
    bottom: -4rem;
    right: 1rem;
  }
}