/** CONCEPT */
.content-inner-wrap--deco {
  position: relative;
  z-index: 1;
}
.cont-wrapper {
  padding: 0 3% 4rem;
}
.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 {
  position: relative;
}
.concept__mv-content {
  width: 39%;
  position: absolute;
  right: 49px;
  bottom: 13px;
}
.concept__mv-title,
.concept__mv-text {
  color: #fff;
}
.concept__mv-title {
  font-size: 1.9rem;
  line-height: 1.5em;
  letter-spacing: 0.3em;
}
.concept__mv-text {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 2em;
  text-align: justify;
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.concept__ess {
  color: #231f20;
  margin-top: 40px;
}
.concept__ess-heading {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
.concept__ess-heading.big {
  font-size: 50px;
  letter-spacing: 0.2em;
  text-align: left;
}
.concept__ess-heading.big.center {
  color: #fff;
  text-align: center;
}
.concept__ess-container {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 4rem;
  margin-block: 2.8rem 2rem;
}
.concept__ess-block-title {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
  padding-left: 4.5rem;
  background-color: #9F927C;
  margin-bottom: 1.2rem;
}
.concept__ess-block-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5rem;
  width: 5rem;
  height: 5rem;
  background: url(../images/top/icon_point.png) 50% 50% / contain no-repeat;
  transform: translatey(-50%);
  pointer-events: none;
}
.concept__ess-block .w55 {
  display: grid;
  grid-template-columns: 1fr 55%;
  gap: 40px;
}
.concept__ess-block .w61 {
  display: grid;
  grid-template-columns: 61% 1fr;
  gap: 20px;
}
.concept__ess-block .w64 {
  display: grid;
  grid-template-columns: 64% 1fr;
  gap: 40px;
  margin-top: 1.5rem;
}
.concept__ess-block.plan {
  margin-top: -4rem;
}
.concept__ess-block-title .small {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.concept__ess-block-heading {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.concept__ess-block-heading.mb {
  margin-block: 10px 0;
}
.concept__ess-block p {
  letter-spacing: 0.05em;
  margin: 0;
}
p.concept__ess-txt {
  margin-top: 1rem;
}
.concept__feat-head {
  width: 100%;
  height: 200px;
  background: url('../images/top/feat-head.webp') center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 40px;
}
.concept__feat-head-text {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
}
.concept__feat-highlight {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.concept__feat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 16px;
}
.concept__feat-card {
  width: calc(100% / 3 - 20px);
  position: relative;
}
.concept__feat-card .concept__feat-img {
  aspect-ratio: 229/195;
}
.concept__feat-card--w241 {
  width: calc(100% / 3 - 8px);
}
.concept__feat-card--w241 .concept__feat-img {
  aspect-ratio: 241/200;
}
.concept__feat-card--w241::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -30px;
  width: 5rem;
  height: 5rem;
  background: url(../images/top/icon_point.png) 50% 50% / contain no-repeat;
  transform: translatey(-50%);
  pointer-events: none;
  z-index: 1;
}
.concept__feat-img {
  position: relative;
  width: 100%;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 1.4px 1.4px 1.4px rgb(35 31 31 / 20%);
}
.concept__feat-caption {
  font-size: 0.8rem;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.concept__feat-caption.black {
  color: #231F20;
}
.concept__feat-wrap {
  width: calc(100% / 3 - 8px);
}
.concept__feat-content {
  width: 100%;
  margin-top: 20px;
}
.concept__feat-content--sm {
  width: 88%;
  margin-top: 0;
}
.concept__feat-content--right {
  margin-left: auto;
  margin-bottom: 60px;
}
.concept__feat-title {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.1em;
  display: block;
  text-align: center;
}
.concept__feat-title--left {
  text-align: left;
}
.concept__feat-desc {
  font-size: 0.9rem;
  border-top: 0.5px solid #000;
  margin-block: 8px 0;
  padding-top: 10px;
}
.concept__feat-note {
  font-size: 0.8rem;
  text-align: right;
  padding-inline: 4%;
}
@media screen and (max-width: 1200px) {
  .concept__mv-content {
    width: 48%;
    right: 10px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
  .concept__mv-title {
    font-size: 24px;
  }
  .concept__mv-text {
    font-size: 10px;
    margin-bottom: 0;
  }
  .concept__feat-head {
    width: calc(100% - 6%);
    margin: 0 auto 50px;
    text-align: center;
  }
  .concept__feat-head-text {
    font-size: 30px;
  }
  .concept__feat-highlight {
    padding-inline: 3%;
  }
  .concept__feat-list {
    padding-inline: 3%;
  }
  .concept__feat-title {
    font-size: 18px;
  }
  .concept__ess-block.plan {
    margin-top: 0;
  }
  .img-sp-small {
    display: block;
    max-width: 60%;
    margin-inline: auto;
  }
  .concept__ess-heading.big {
    font-size: 32px;
    text-align: center;
  }
  .concept__ess-heading {
    font-size: 22px;
  }
  .concept__ess-block .w55,
  .concept__ess-block .w61,
  .concept__ess-block .w64 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .concept__ess-container {
    grid-template-columns: 1fr;
  }
}
.concept__ess-plan {
  margin-top: 50px;
}
.concept__ess-plan img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .concept__mv-content {
    width: 100%;
    position: relative;
    right: unset;
    top: unset;
    bottom: unset;
    transform: unset;
    padding: 20px 3% 0;
  }
  .concept__mv-title,
  .concept__mv-text {
    color: #231f20;
  }
  .concept__mv-text {
    border-top: 1px solid #231f20;
  }
  .concept__feat-highlight {
    margin-bottom: 0;
  }
  .concept__feat-list {
    gap: 20px;
  }
  .concept__feat-card {
    width: calc(100% / 2 - 10px);
  }
  .concept__feat-title {
    font-size: 18px;
  }
  .concept__feat-content--sm {
    width: 100%;
    margin-top: 20px;
  }
  .concept__ess {
    padding-inline: 3%;
  }
  .cont-wrapper {
    padding-inline: 5.33333vw;
  }
  .concept-list .marked::before {
    width: 5rem;
  }
  .concept01 {
    width: 100%;
    padding-block: 30px 5.33333vw;
  }
  .concept-list {
    gap: 2rem 3%;
    padding: 0 5.33333vw 20px;
  }
  .concept-list li,
  .concept-list li.wide {
    width: 100%;
    flex: initial;
  }
  .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;
  }
}