/* ==== CVP ==== */
.fs-c-cvp__main__ttl,
.fs-c-cvp__sub_sec-ttl {
  font-family: 'Lora', serif;
}

.fs-c-cvp__main {
  margin-top: 3.5em;
  display: flex;
  align-items: center;
  position: relative;
}

/* ==== メイン画像エリア ==== */
.fs-c-cvp__main__image_left,
.fs-c-cvp__main__image_left picture,
.fs-c-cvp__main__image_left img {
  width: 100%;
  height: 180px;
  /* モバイル時 */
  display: block;
  object-fit: cover;
}

/* テキストエリア */
.fs-c-cvp__main__txtarea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  min-width: 260px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
  z-index: 3;
  max-width: 90%;
}

.fs-c-cvp__main__ttl {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
}

.fs-c-cvp__main__ttl__en {
  font-weight:700;
}

.fs-c-cvp__main__ttl__jp {
  font-size: 0.6em;
}

.fs-c-cvp__main__ttl__jp::before,
.fs-c-cvp__main__ttl__jp::after {
  content: "〜";
  opacity: 0.8;
  margin: 0 4px;
}

.fs-c-cvp__sub_sec-ttl__jp {
  font-size: .75em;
}

.fs-c-cvp__txt {
  margin: 0;
  line-height: 1.5;
}

/* ==== サブエリア ==== */
.fs-c-cvp__sub {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  text-align: center;
}

.fs-c-cvp__sub_sec-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 1.2em 0 1em;
}

.fs-c-cvp__sub__ex_summary {
  font-size: .9em;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 36px;
  padding: 0 28px;
}

/* ==== piccaso ==== */
.fs-c-piccaso_list {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  list-style: none;
}

.fs-c-piccaso_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 152px;
}

.fs-c-piccaso_list li:nth-child(2) .fs-c-piccaso_image {
  object-position: right center;
}

.fs-c-piccaso_image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.fs-c-piccaso_list h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 768px) {

  .fs-c-cvp__main {
    flex-direction: row;
    height: 360px;
    align-items: stretch;
    justify-content: center;
  }

  .fs-c-cvp__main__image_left,
  .fs-c-cvp__main__image_left picture,
  .fs-c-cvp__main__image_left img {
    height: 360px;
  }

  .fs-c-cvp__main__txtarea {
    top: 25%;
    min-width: 340px;
    padding: 34px 56px;
    max-width: 38vw;
    border-radius: 16px;
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.07);
  }

  .fs-c-cvp__txt,
  .fs-c-cvp__sub__ex_summary,
  .fs-c-piccaso_list h3 {
    font-size: 1em;
  }

  .fs-c-cvp__sub__ex_summary {
    padding: 12px;
}

  /* サブエリア */
  .fs-c-cvp__sub_sec-ttl {
    font-size: 2.2rem;
  }

  .fs-c-cvp__sub__ex_summary {
    text-align: center;
    margin-bottom: 52px;
  }

  /* 円形リスト横並び */
  .fs-c-piccaso_list {
    flex-direction: row;
    gap: 5vw;
    margin-bottom: 52px;
  }

  .fs-c-piccaso_list li {
    max-width: 320px;
  }

  .fs-c-piccaso_image {
    width: 240px;
    height: 240px;
  }

  .br_sp {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (max-width:375px) {
  .fs-c-piccaso_image {
    width: 92px;
    height: 92px;
  }
}
