/** CONCEPT */
.content-inner-wrap--deco {
  position: relative;
  z-index: 1;
}
.cont-wrapper {
  padding: 0 3%;
}
.cont-header {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 370px;
  padding: 20px 40px;
  background-color: rgba(255 255 255 / 50%);
}
.cont-header-ttl {
  width: 230px;
  font-size: 40px;
  font-weight: 700;
  color: #414042;
  letter-spacing: 0.2em;
  line-height: 1.3em;
  border-right: 1px solid rgb(0 0 2 / 25%);
}
.cont-header-txt {
  width: calc(100% - 260px);
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 0;
}

.concept01 {
  padding-block: 120px 30px;
  position: relative;
  z-index: 1;
}
.concept01--pt10 {
  padding-top: 10px;
}
.concept__mv-row {
  display: flex;
  gap: 5rem;
  padding: 10px 0 40px;
}
.concept__mv-col {
  position: relative;
  width: 50%;
  padding: 20px;
  color: #fff;
}
.concept__mv-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url('../images/top/concept-deco-left.svg') no-repeat center / contain;
}
.concept__mv-col::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url('../images/top/concept-deco-left.svg') no-repeat center / contain;
  transform: scale(-1);
}
.concept__mv-col--bg {
  padding: 40px;
  background: url('../images/top/concept-col-bg.png') no-repeat center / cover;
}
.concept__mv-col--bg::before {
  top: 1.5rem;
  left: -1.5rem;
  width: 5rem;
  height: 5rem;
  background: url(../images/top/icon_point.png) 50% 50% / contain no-repeat;
  transform: translatey(-50%);
  pointer-events: none;
}
.concept__mv-col--bg::after {
  right: 1rem;
  bottom: 1rem;
  width: 30px;
  height: 30px;
  background-image: url('../images/top/concept-deco-right.svg');
  transform: none;
}
.concept__mv-col-heading {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 2.1rem;
  line-height: 2em;
  letter-spacing: 0.29em;
  text-align: center;
}
.concept__mv-col-heading--bg {
  font-size: 1.5rem;
}
.concept__mv-col-text {
  font-size: 1.2rem;
  line-height: 2em;
}
.concept__mv-col-text--bg {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.concept__design-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.concept__design-title span {
  position: relative;
}
.concept__design-title span::before,
.concept__design-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}
.concept__design-title span::before {
  left: 102%;
}
.concept__design-title span::after {
  right: 102%;
}
.concept-list {
  margin: 50px auto 0;
  padding: 0 5% 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
  list-style: none;
  counter-reset: concept-item;
}
.concept-list .marked::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  width: 6rem;
  aspect-ratio: 1/1;
  background: url(../images/top/icon_point.png) 50% 50% / contain no-repeat;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.concept-list .marked.no-deco::before {
  content: none;
}
.concept-list li {
  counter-increment: concept-item;
  position: relative;
  width: 30%;
  color: #fff;
}
.concept-list__image {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.concept-list__image img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.concept-list__image--design10 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.concept-list__image--design10 img {
  width: 80%;
  margin: 0 auto;
}
.concept-list__image-text {
  font-size: 0.625rem;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.concept-list__image-text--design08 {
  bottom: 10%;
}
.concept-list__image-text.black {
  color: #000;
  text-shadow: none;
}
.concept-list--04 {
  grid-template-columns: repeat(4, 23%);
  gap: 2.6%;
}
.concept-list--04 .concept-list__image {
  height: 180px;
  overflow: hidden;
}
.concept-list--mt30 {
  margin-top: 30px;
}
.concept-list__title {
  font-weight: 400;
  text-align: center;
}
.concept-list__title-catch {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #fff;
}
.concept-list__title-catch--sm {
  font-size: 1.1rem;
}
.concept-list__text {
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-bottom: 0;
}
.concept-list__note-sm {
  display: block;
  text-align: left;
}
.concept-note {
  color: #fff;
  font-size: 14px;
  margin: 0 5%;
}

/** PLAN */
.content2 .cont-img {
  margin: 0 auto;
}
.content2 .cont-img--mx710 {
  max-width: 710px !important;
}
.content2 .cont-img--w75 {
  width: 75% !important;
}
.content2 .cont-img--w75:not(:last-of-type) {
  margin-bottom: 100px;
}
.plan-price {
  display: flex;
  max-width: 17rem;
  height: 3.3rem;
  padding-top: 0.6rem;
  margin: 2rem auto 2.4rem;
  font-size: 1.23rem;
  font-weight: 700;
  line-height: 1.1;
  color: #FFF;
  background: #BC9A5C;
  align-items: center;
  justify-content: center;
}
.plan-price big {
  font-size: 180%;
  transform: translateY(-0.3rem);
}
.plan-price small {
  font-size: 65%;
  display: block;
  margin-top:-10px;
}
.plan-point {
  display: flex;
  max-width: 840px;
  margin: 0 auto 4.232rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-point li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  height: 3.3rem;
  margin-bottom: 0.6rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.23rem;
  font-weight: 700;
}

/** OUTLINE */
.outline-table {
  color: #fff;
}
.outline-note {
  padding-left: 0;
  margin-left: auto;
  width: calc(100% - 12rem - 0.487rem);
  color: #fff;
}

@media screen and (max-width: 1200px) {
  /** CONCEPT */
  .concept__mv-row {
    flex-direction: column;
    gap: 1rem;
    padding: 10px 5.5% 40px;
  }
  .concept__mv-col {
    width: 60%;
  }
  .concept__mv-col--bg {
    margin-left: auto;
  }
}


@media screen and (max-width: 980px) {
  /** CONCEPT */
  .concept__mv-col {
    width: 75%;
  }

  /** PLAN */
  .plan-point li {
    font-size: 1.9vw;
  }
}

@media (max-width: 768px) {
  /** CONCEPT */
  .cont-wrapper {
    padding-inline: 5.33333vw;
  }
  .concept-list .marked::before {
    width: 5rem;
  }
  .concept01 {
    width: 100%;
    padding-block: 30px 5.33333vw;
  }
  .concept-list {
    gap: 2rem;
    padding: 0 5.33333vw 20px;
  }
  .concept-list li {
    width: 100%;
  }
  .cont-header {
    width: 100%;
    flex-direction: column;
    margin-bottom: 200px;
    padding: 15px;
  }
  .cont-header-ttl {
    width: 100%;
    border-right: 0;
    border-bottom: 0.3px solid #000002;
    padding: 0 0 20px;
    margin-bottom: 20px;
    font-size: 19px;
    text-align: center;
  }
  .cont-header-txt {
    width: 100%;
    font-size: 14px;
  }
  .concept-note {
    font-size: 12px;
    margin: 0 5%;
  }
  .concept__mv-col {
    width: 100%;
  }
  .concept__mv-col--bg {
    margin-left: unset;
  }
  .concept__mv-col-heading {
    font-size: 1.2rem;
  }
  .concept__mv-col-text {
    font-size: 0.75rem;
  }
  .concept__design-title {
    font-size: 18px;
  }

  /** PLAN */
  .main-content2 .content-inner-wrap > section {
    padding: 0 5.3333333333vw;
  }
  .plan-point {
    margin-bottom: 2.6rem;
  }
  .plan-point li {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 5vw;
    text-align: center;
  }
  .content2 .cont-img--mx710 {
    max-width: 230px !important;
  }
  .content2 .cont-img--w75 {
    width: 100% !important;
  }
  .content2 .cont-img--w75:not(:last-of-type) {
    margin-bottom: 50px;
  }

  /** OUTLINE */
  .outline-note {
    width: 100%;
    margin-left: 0;
  }
}
