.mutiple-btn[data-v-ce797f7d] {
  background-color: var(--fill-bg-wh);
}
@media screen and (min-width: 1024px) {
.mutiple-btn[data-v-ce797f7d] {
    padding-inline: var(--gutter);
    padding-right: 0;
}
}
@media screen and (max-width: 1023.98px) {
.mutiple-btn[data-v-ce797f7d] {
    padding-left: 0;
    padding-right: 0;
}
}
.text-button-with-bg[data-v-ce797f7d] {
  overflow: hidden;
  background-color: var(--fill-bg-wh);
  --title-color: var(--text-bk-primary);
  --desc-color: var(--text-bk-subheading);
}
.text-button-with-bg.dark[data-v-ce797f7d] {
  background-color: #fff;
  margin: 0px;
}
.text-button-with-bg.dark .flex-content-wrap[data-v-ce797f7d] {
  background-color: var(--fill-bg-black);
  --title-color: var(--text-wh-primary);
  --desc-color: var(--text-wh-subheading);
}
.text-button-with-bg.light[data-v-ce797f7d] {
  margin: 0px;
  background-color: var(--fill-bg-grey);
}
.text-button-with-bg.light .flex-content-wrap[data-v-ce797f7d] {
  background-color: #fff;
}
.text-button-with-bg.grey[data-v-ce797f7d] {
  margin: 0px;
  background-color: #fff;
}
.text-button-with-bg.grey .flex-content-wrap[data-v-ce797f7d] {
  background-color: var(--fill-bg-grey);
}
.text-button-with-bg .flex-content-wrap[data-v-ce797f7d] {
  background-color: var(--fill-bg-wh);
  overflow: hidden;
  border-radius: 4px;
  display: flex;
}
@media screen and (min-width: 1024px) {
.text-button-with-bg .flex-content-wrap[data-v-ce797f7d] {
    align-items: center;
    gap: clamp(0px, 4.4444444444vw, 64px);
    padding: clamp(0px, 3.3333333333vw, 48px) 0 clamp(0px, 3.3333333333vw, 48px) 0;
}
}
@media screen and (max-width: 1023.98px) {
.text-button-with-bg .flex-content-wrap[data-v-ce797f7d] {
    flex-direction: column;
}
}
.text-button-with-bg .flex-content-wrap .text-wrap .title[data-v-ce797f7d] {
  font-size: var(--sub-h3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--title-color);
  white-space: pre-wrap;
}
.text-button-with-bg .flex-content-wrap .text-wrap .desc[data-v-ce797f7d] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--desc-color);
  white-space: pre-wrap;
  line-height: 2;
  margin-top: clamp(16px, 1.3888888889vw, 20px);
}
.text-button-with-bg .flex-content-wrap .text-wrap .btn-content[data-v-ce797f7d] {
  display: flex;
  margin: vwPc(50);
}
@media screen and (min-width: 1024px) {
.text-button-with-bg .flex-content-wrap .text-wrap .btn-content[data-v-ce797f7d] {
    flex-direction: row;
}
}
@media screen and (max-width: 1023.98px) {
.text-button-with-bg .flex-content-wrap .text-wrap .btn-content[data-v-ce797f7d] {
    flex-direction: column;
}
}
.text-button-with-bg .flex-content-wrap .text-wrap .btn-content .btn-item[data-v-ce797f7d] {
  margin: clamp(30px, 2.7777777778vw, 40px) clamp(16px, 1.6666666667vw, 24px) 0 0;
}
.text-button-with-bg .flex-content-wrap .text-wrap .btn-content .btn-item .double-btn[data-v-ce797f7d] {
  background: #fff;
  font-size: var(--body4);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
  border: 1px solid #1a1d25;
}
.text-button-with-bg .flex-content-wrap .text-wrap .btn-content .btn-item .double-btn[data-v-ce797f7d]:hover {
  background: rgb(26, 29, 37);
  color: rgb(255, 255, 255);
}
.text-button-with-bg .flex-content-wrap .text-wrap .btn-content .btn-item .double-btn.black[data-v-ce797f7d] {
  background: rgb(26, 29, 37);
  color: rgb(255, 255, 255);
}
.text-button-with-bg .flex-content-wrap .text-wrap .btn-content .btn-item .double-btn.black[data-v-ce797f7d]:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1024px) {
.text-button-with-bg .flex-content-wrap .text-wrap[data-v-ce797f7d] {
    flex: 1;
}
}
@media screen and (max-width: 1023.98px) {
.text-button-with-bg .flex-content-wrap .text-wrap[data-v-ce797f7d] {
    order: 2;
    padding: 32px 20px 40px;
}
}