.p-merit {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: calc(-35em/16);
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  .p-merit {
    --mt: 112;
    margin-top: clamp(var(--mt) * .6em/16, var(--mt) / 768*100vw, var(--mt) * 1em/16);
  }
}
.p-merit-inner {
  --pb: 260;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(var(--pb) * .6em/16, var(--pb) / 1024*100vw, var(--pb) * 1em/16);
  width: 100%;
}
.p-merit__title {
  --pt: 332;
  padding-top: clamp(var(--pt) * .4em/16, var(--pt) / 1024*100vw, var(--pt) * 1em/16);
  position: relative;
  z-index: 2;
}
.p-merit__title::before {
  --h: 290;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  width: 1px;
  height: clamp(var(--h) * .4em/16, var(--h) / 1024*100vw, var(--h) * 1em/16);
  background: var(--gray-color);
}
.p-merit__titleEn {
  text-align: center;
  font-size: calc(20em/16);
  letter-spacing: 0.03em;
}
.p-merit__titleJp {
  display: flex;
  flex-direction: column;
  gap: calc(27em/16);
  margin-top: calc(56em/16);
  text-align: center;
  color: #1c1d1d;
}
@media screen and (max-width: 1024px) {
  .p-merit__titleJp {
    font-size: calc(16/1024*100vw);
  }
}
.p-merit__titleJp span:where(:nth-child(1)) {
  font-size: calc(65em/16);
  letter-spacing: -0.18em;
}
.p-merit__titleJp span:where(:nth-child(2)) {
  font-size: calc(184em/16);
  letter-spacing: -0.3em;
}
.p-merit__list {
  --mt: 64;
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(var(--mt) * .8em/16, var(--mt) / 1024*100vw, var(--mt) * 1em/16);
}
@media screen and (max-width: 1024px) {
  .p-merit__list {
    --mt: 100;
    --gap: 100;
    flex-direction: column;
    margin: clamp(var(--mt) * .8em/16, var(--mt) / 1024*100vw, var(--mt) * 1em/16) auto 0;
    width: calc(286/335*100%);
    max-width: calc(572em/16);
  }
}
.p-merit__listItem {
  display: flex;
  flex-direction: column;
}
.p-merit__listItem:where(:nth-child(1)),
.p-merit__listItem:where(:nth-child(2)) {
  margin-right: calc(45/var(--section-width)*100%);
}
.p-merit__listItem:where(:nth-child(1)),
.p-merit__listItem:where(:nth-child(2)),
.p-merit__listItem:where(:nth-child(3)) {
  width: calc(370/var(--section-width)*100%);
}
.p-merit__listItem:where(:nth-child(4)) {
  position: relative;
}
.p-merit__listItem:where(:nth-child(4))::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 1px;
  background: #cbbfae;
}
.p-merit__listItem:where(:nth-child(4)),
.p-merit__listItem:where(:nth-child(5)) {
  --mt: 110;
  margin-top: clamp(var(--mt) * .8em/16, var(--mt) / 1024*100vw, var(--mt) * 1em/16);
  padding: calc(46em/16) calc(71/var(--section-width)*100%) calc(68em/16);
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-merit__listItem {
    margin: 0;
    width: 100%;
  }
  .p-merit__listItem:where(:nth-child(2)),
  .p-merit__listItem:where(:nth-child(3)),
  .p-merit__listItem:where(:nth-child(4)) {
    --mt: 100;
    margin-top: clamp(var(--mt) * .8em/16, var(--mt) / 768*100vw, var(--mt) * 1em/16);
  }
  .p-merit__listItem:where(:nth-child(4)),
  .p-merit__listItem:where(:nth-child(5)) {
    --pt: 60;
    position: relative;
    padding-top: clamp(var(--pt) * .8em/16, var(--pt) / 768*100vw, var(--pt) * 1em/16);
    padding-left: 0;
    padding-right: 0;
  }
  .p-merit__listItem:where(:nth-child(4)) {
    --pb: 70;
    padding-bottom: clamp(var(--pb) * .8em/16, var(--pb) / 768*100vw, var(--pb) * 1em/16);
  }
  .p-merit__listItem:where(:nth-child(5)) {
    padding-bottom: 0;
  }
  .p-merit__listItem:where(:nth-child(4))::before,
  .p-merit__listItem:where(:nth-child(5))::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    display: block;
    width: 100%;
    height: 1px;
    background: #cbbfae;
  }
}
.p-merit__listItemBody {
  order: 3;
}
.p-merit__listItemBody .title {
  margin: 0 -.75em;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(calc(26em/16*.8), calc(26/1280*100vw), calc(26em/16));
}
.p-merit__listItemBody .title .u-inbl {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-merit__listItemBody .title {
    font-size: clamp(calc(26em/16*.8), calc(26/768*100vw), calc(26em/16));
  }
}
@media screen and (max-width: 320px) {
  .p-merit__listItemBody .title {
    margin: 0 -.25em;
  }
}
.p-merit__listItemBody .txt {
  margin-top: clamp(calc(32em/17*.4), calc(32/880*100vw), calc(32em/17));
  text-align: justify;
  line-height: 2.3;
  font-size: clamp(calc(14em/16), calc(14/375*100vw), calc(17em/16));
}
.p-merit__listItemNum {
  order: 1;
  text-align: center;
  font-size: calc(14em/16);
}
.p-merit__listItem:where(:nth-child(1)) .p-merit__listItemNum,
.p-merit__listItem:where(:nth-child(2)) .p-merit__listItemNum,
.p-merit__listItem:where(:nth-child(3)) .p-merit__listItemNum {
  margin-bottom: clamp(calc(20em/14*.8), calc(20/768*100vw), calc(20em/14));
}
.p-merit__listItem:where(:nth-child(4)) .p-merit__listItemNum,
.p-merit__listItem:where(:nth-child(5)) .p-merit__listItemNum {
  margin-bottom: clamp(calc(28em/14*.6), calc(28/768*100vw), calc(28em/14));
}
.p-merit__listItemImg {
  position: relative;
  z-index: 1;
  order: 2;
  margin-bottom: calc(24em/16);
  border-radius: calc(15em/16);
  overflow: hidden;
}
.p-merit__bg {
  --top: 154;
  position: absolute;
  top: clamp(var(--top) * .4em/16, var(--top) / 1024*100vw, var(--top) * 1em/16);;
  bottom: 0;
  left: calc(-164/1600*100%);
  right: calc(-164/1600*100%);
  z-index: 0;
  border-radius: 100vmax;
  overflow: hidden;
  background: var(--beige-color);
}
@media screen and (min-width: 1600px) {
  .p-merit__bg {
    border-radius: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .p-merit__bg {
    left: auto;
    right: auto;
    width: calc(1513/375*100%);
    border-radius: 50%;
  }
}