.wp-block-button.zen {
  margin: 0;
}

.wp-block-button.zen .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 292px;
  min-height: 62px;
  padding: 0 68px 0 28px;
  border-radius: 999px;
  border: 1px solid #344b8e;
  background: #344b8e !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.wp-block-button.zen .wp-block-button__link:hover {
  background: #ffffff !important;
  color: #344b8e !important;
  border-color: #344b8e;
}

/* いつものSVG矢印 */
.wp-block-button.zen .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<circle cx='12' cy='12' r='11.5' stroke='white' stroke-width='1'/>\
<path d='M9 15L15 9M15 9H10.5M15 9V13.5' stroke='white' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

.wp-block-button.zen .wp-block-button__link:hover::after {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<circle cx='12' cy='12' r='11.5' stroke='%23344b8e' stroke-width='1'/>\
<path d='M9 15L15 9M15 9H10.5M15 9V13.5' stroke='%23344b8e' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

@media (max-width: 767px) {
  .wp-block-button.zen .wp-block-button__link {
    min-width: 220px;
    min-height: 52px;
    padding: 0 58px 0 22px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .wp-block-button.zen .wp-block-button__link::after {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.wp-block-button.zen,
.wp-block-button.white {
  margin: 0;
}

.wp-block-button.zen .wp-block-button__link,
.wp-block-button.white .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 292px;
  min-height: 62px;
  padding: 0 68px 0 28px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.wp-block-button.zen .wp-block-button__link {
  background: #344b8e !important;
  border: 1px solid #344b8e;
  color: #ffffff !important;
}

.wp-block-button.zen .wp-block-button__link:hover {
  background: #ffffff !important;
  color: #344b8e !important;
  border-color: #344b8e;
}

.wp-block-button.white .wp-block-button__link {
  background: #ffffff !important;
  border: 1px solid #344b8e;
  color: #344b8e !important;
}

.wp-block-button.white .wp-block-button__link:hover {
  background: #344b8e !important;
  color: #ffffff !important;
  border-color: #344b8e;
}

/* いつものSVG矢印 */
.wp-block-button.zen .wp-block-button__link::after,
.wp-block-button.white .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
}

/* zen 通常 */
.wp-block-button.zen .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<circle cx='12' cy='12' r='11.5' stroke='white' stroke-width='1'/>\
<path d='M9 15L15 9M15 9H10.5M15 9V13.5' stroke='white' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

/* zen hover */
.wp-block-button.zen .wp-block-button__link:hover::after {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<circle cx='12' cy='12' r='11.5' stroke='%23344b8e' stroke-width='1'/>\
<path d='M9 15L15 9M15 9H10.5M15 9V13.5' stroke='%23344b8e' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

/* white 通常 */
.wp-block-button.white .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<circle cx='12' cy='12' r='11.5' stroke='%23344b8e' stroke-width='1'/>\
<path d='M9 15L15 9M15 9H10.5M15 9V13.5' stroke='%23344b8e' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

/* white hover */
.wp-block-button.white .wp-block-button__link:hover::after {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\
<circle cx='12' cy='12' r='11.5' stroke='white' stroke-width='1'/>\
<path d='M9 15L15 9M15 9H10.5M15 9V13.5' stroke='white' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

@media (max-width: 767px) {
  .wp-block-button.zen .wp-block-button__link,
  .wp-block-button.white .wp-block-button__link {
    min-width: 220px;
    min-height: 52px;
    padding: 0 58px 0 22px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .wp-block-button.zen .wp-block-button__link::after,
  .wp-block-button.white .wp-block-button__link::after {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.ti-widget.ti-goog .ti-controls-line {
        display: none!important;
    }